Completed
Push — master ( fef8e0...18ee30 )
by Vojta
02:15
created
lang/de/lang.php 1 patch
Indentation   +24 added lines, -24 removed lines patch added patch discarded remove patch
@@ -1,28 +1,28 @@
 block discarded – undo
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
 ];
Please login to merge, or discard this patch.