Skip to content

Commit

Permalink
correct german spelling of "E-Mail"
Browse files Browse the repository at this point in the history
  • Loading branch information
br committed Mar 11, 2014
1 parent ae50ba7 commit 9e3f1a1
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions src/lang/de/confide.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
'username' => 'Benutzername',
'password' => 'Passwort',
'password_confirmation' => 'Passwort bestätigen',
'e_mail' => 'Email',
'username_e_mail' => 'Benutzername oder Email',
'e_mail' => 'E-Mail',
'username_e_mail' => 'Benutzername oder E-Mail',

'signup' => array(
'title' => 'Registrierung',
Expand All @@ -29,13 +29,13 @@
),

'alerts' => array(
'account_created' => 'Ihr Konto wurde erfolgreich angelegt. Bitte prüfen Sie Ihre Emails um Ihr Konto zu bestätigen.',
'account_created' => 'Ihr Konto wurde erfolgreich angelegt. Bitte prüfen Sie Ihre E-Mails um Ihr Konto zu bestätigen.',
'too_many_attempts' => 'Zu viele Versuche. Probieren Sie es in ein paar Minuten erneut.',
'wrong_credentials' => 'Falscher Benutzername, Email oder Passwort.',
'not_confirmed' => 'Ihr Konto wurde möglicherweise nicht bestätigt. Prüfen Sie Ihre Emails um Ihr Konto zu bestätigen.',
'wrong_credentials' => 'Falscher Benutzername, E-Mail oder Passwort.',
'not_confirmed' => 'Ihr Konto wurde möglicherweise nicht bestätigt. Prüfen Sie Ihre E-Mails um Ihr Konto zu bestätigen.',
'confirmation' => 'Ihr Konto wurde bestätigt. Sie können sich nun anmelden.',
'wrong_confirmation' => 'Falscher Bestätigungscode.',
'password_forgot' => 'Die Informationen zum Zurücksetzen des Passworts wurden Ihnen per Email gesendet.',
'password_forgot' => 'Die Informationen zum Zurücksetzen des Passworts wurden Ihnen per E-Mail gesendet.',
'wrong_password_forgot' => 'Benutzer nicht gefunden.',
'password_reset' => 'Ihr Passwort wurde erfolgreich geändert.',
'wrong_password_reset' => 'Falsches Passwort. Erneut versuchen.',
Expand All @@ -47,7 +47,6 @@
'account_confirmation' => array(
'subject' => 'Kontobestätigung',
'greetings' => 'Hallo :name',
'body' => 'Please access the link below to confirm your account.',
'body' => 'Bitte folgen Sie dem unten stehenden Link um Ihr Konto zu bestätigen.',
'farewell' => 'Vielen Dank',
),
Expand Down

0 comments on commit 9e3f1a1

Please sign in to comment.