File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 5
5
'title ' => 'Anmelden ' ,
6
6
'headline ' => 'Anmelden ' ,
7
7
8
+ 'no-email ' => 'Keine E-Mail Adresse angegeben! ' ,
9
+ 'not-activated ' => 'Konto noch nicht aktiviert! ' ,
10
+ 'unknown ' => 'Die E-Mail Adresse oder das Passwort ist falsch! ' ,
11
+ 'suspended ' => 'Das Konto wurde deaktiviert! ' ,
12
+ 'banned ' => 'Das Konto wurde gesperrt! ' ,
13
+
8
14
'form ' => array (
9
15
'email ' => 'E-Mail Adresse ' ,
10
16
'password ' => 'Passwort ' ,
Original file line number Diff line number Diff line change 5
5
'title ' => 'Login ' ,
6
6
'headline ' => 'Login ' ,
7
7
8
+ 'no-email ' => 'The email address is required! ' ,
9
+ 'not-activated ' => 'The account is not activated! ' ,
10
+ 'unknown ' => 'The email address or password is wrong! ' ,
11
+ 'suspended ' => 'The account was deactivated! ' ,
12
+ 'banned ' => 'The account was closed! ' ,
13
+
8
14
'form ' => array (
9
15
'email ' => 'Email address ' ,
10
16
'password ' => 'Password ' ,
You can’t perform that action at this time.
0 commit comments