aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/de/user.php
diff options
context:
space:
mode:
authorGravatar Sebastian K <github@skroll.me> 2019-11-27 23:00:34 +0100
committerGravatar Alexis Degrugillier <aledeg@users.noreply.github.com> 2019-11-27 23:00:34 +0100
commit28908ace277514edd99349585596e0f0ebdbeb15 (patch)
tree17d099a8ae012fdf08ea6603e790fe4048087835 /app/i18n/de/user.php
parent86dda604313b1b599cc741c25e05957e7218e2de (diff)
i18n german translations (#2690)
started translating open todos
Diffstat (limited to 'app/i18n/de/user.php')
-rw-r--r--app/i18n/de/user.php34
1 files changed, 17 insertions, 17 deletions
diff --git a/app/i18n/de/user.php b/app/i18n/de/user.php
index 3a8343c11..9e1aa3fbd 100644
--- a/app/i18n/de/user.php
+++ b/app/i18n/de/user.php
@@ -3,35 +3,35 @@
return array(
'email' => array(
'feedback' => array(
- 'invalid' => 'The email address is invalid.', //TODO - Translation
- 'required' => 'The email address is required.', //TODO - Translation
+ 'invalid' => 'E-Mail-Adresse ungültig',
+ 'required' => 'E-Mail ist ein Pflichtfeld',
),
'validation' => array(
- 'change_email' => 'You can change your email address <a href="%s">on the profile page</a>.', //TODO - Translation
- 'email_sent_to' => 'We sent you an email at <strong>%s</strong>, please follow its indications to validate your address.', //TODO - Translation
+ 'change_email' => 'Sie können Ihre E-Mail Adresse auf Ihrem <a href="%s">Profil</a> ändern.',
+ 'email_sent_to' => 'Wir haben Ihnen eine E-Mail an <strong>%s</strong> gesendet. Bitte folgen Sie den Anweisungen um Ihre E-Mail Adresse zu verifizieren.',
'feedback' => array(
- 'email_failed' => 'We couldn’t send you an email because of a misconfiguration of the server.', //TODO - Translation
- 'email_sent' => 'An email has been sent to your address.', //TODO - Translation
- 'error' => 'The email address failed to be validated.', //TODO - Translation
- 'ok' => 'The email address has been validated.', //TODO - Translation
- 'unneccessary' => 'The email address was already validated.', //TODO - Translation
- 'wrong_token' => 'The email address failed to be validated due to a wrong token.', //TODO - Translation
+ 'email_failed' => 'Wir konnten Ihnen aufgrund einer Fehlkonfiguration des Servers keine E-Mail schicken.',
+ 'email_sent' => 'Wir haben Ihnen eine E-Mail geschickt.',
+ 'error' => 'Die E-Mail Adresse konnte nicht veifiziert werden.',
+ 'ok' => 'Die E-Mail Adresse wurde verifiziert',
+ 'unneccessary' => 'Die E-Mail Adresse wurde bereits verifiziert.',
+ 'wrong_token' => 'Die E-Mail Adresse konnte aufgrund eines ungültigen Sicherheitstokens nicht verifiziert werden.',
),
- 'need_to' => 'You need to validate your email address before being able to use %s.', //TODO - Translation
- 'resend_email' => 'Resend the email', //TODO - Translation
- 'title' => 'Email address validation', //TODO - Translation
+ 'need_to' => 'Sie müssen zuerst Ihre E-Mail Adresse verifizieren, bevor Sie %s nutzen können.',
+ 'resend_email' => 'E-Mail erneut versenden',
+ 'title' => 'E-Mail Adressvalidierung',
),
),
'tos' => array(
'feedback' => array(
- 'invalid' => 'You must accept the Terms of Service to be able to register.', // TODO - Translation
+ 'invalid' => 'Sie müssen die Nutzungsbedingungen akzeptieren um sich zu registrieren.',
),
),
'mailer' => array(
'email_need_validation' => array(
- 'title' => 'You need to validate your account', //TODO - Translation
- 'welcome' => 'Welcome %s,', //TODO - Translation
- 'body' => 'You’ve just registered on %s but you still need to validate your email. For that, just follow the link:', //TODO - Translation
+ 'title' => 'Sie müssen Ihr Konto verifizieren',
+ 'welcome' => 'Willkommen, %s,',
+ 'body' => 'Sie haben Sich gerade bei %s registriert und müssen nun nur noch Ihre E-Mail Adresse verifizieren. Bitte klicken Sie hier:',
),
),
);