@@ -1,28 +1,28 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | 3 | return [ |
4 | - 'plugin' => [ |
|
5 | - 'name' => 'Kennwort Schutz', |
|
6 | - 'description' => 'Kennwort Schutz Anmelde-Formular' |
|
7 | - ], |
|
8 | - 'logincomponent' => [ |
|
9 | - 'name' => 'Kennwort Schutz', |
|
10 | - 'description' => 'Kennwort Schutz Anmelde-Formular hinzufügen', |
|
11 | - 'redirect' => [ |
|
12 | - 'title' => 'Umleiten nach', |
|
13 | - 'description' => 'Seitenname für die Umleitung nach dem Update, Anmeldung oder Registration.' |
|
14 | - ], |
|
15 | - 'visible' => [ |
|
16 | - 'title' => 'Kennwort sichtbar', |
|
17 | - 'description' => 'Wenn aktiviert, Kennwort sichtbar (Verwendet Eingabetyp Text)' |
|
18 | - ], |
|
19 | - 'button' => [ |
|
20 | - 'title' => 'Button Titel', |
|
21 | - 'description' => 'Anmelde Button Text.' |
|
22 | - ] |
|
23 | - ], |
|
24 | - 'form' => [ |
|
25 | - 'wrong_code' => 'Falsches Kennwort!', |
|
26 | - 'required' => 'Das :attribute Feld ist notwendig.' |
|
27 | - ], |
|
4 | + 'plugin' => [ |
|
5 | + 'name' => 'Kennwort Schutz', |
|
6 | + 'description' => 'Kennwort Schutz Anmelde-Formular' |
|
7 | + ], |
|
8 | + 'logincomponent' => [ |
|
9 | + 'name' => 'Kennwort Schutz', |
|
10 | + 'description' => 'Kennwort Schutz Anmelde-Formular hinzufügen', |
|
11 | + 'redirect' => [ |
|
12 | + 'title' => 'Umleiten nach', |
|
13 | + 'description' => 'Seitenname für die Umleitung nach dem Update, Anmeldung oder Registration.' |
|
14 | + ], |
|
15 | + 'visible' => [ |
|
16 | + 'title' => 'Kennwort sichtbar', |
|
17 | + 'description' => 'Wenn aktiviert, Kennwort sichtbar (Verwendet Eingabetyp Text)' |
|
18 | + ], |
|
19 | + 'button' => [ |
|
20 | + 'title' => 'Button Titel', |
|
21 | + 'description' => 'Anmelde Button Text.' |
|
22 | + ] |
|
23 | + ], |
|
24 | + 'form' => [ |
|
25 | + 'wrong_code' => 'Falsches Kennwort!', |
|
26 | + 'required' => 'Das :attribute Feld ist notwendig.' |
|
27 | + ], |
|
28 | 28 | ]; |