From 3c31c5a781a196a2f6d54f0f732a1dc7ce44ed4d Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Sat, 28 Nov 2015 00:28:19 -0500 Subject: [PATCH] [tx-robot] updated from transifex --- l10n/de_DE.js | 1 + l10n/de_DE.json | 1 + l10n/de_DE.php | 1 + 3 files changed, 3 insertions(+) diff --git a/l10n/de_DE.js b/l10n/de_DE.js index 930a123..ac8463d 100644 --- a/l10n/de_DE.js +++ b/l10n/de_DE.js @@ -3,6 +3,7 @@ OC.L10N.register( { "Register" : "Registrieren", "Email address you entered is not valid" : "Die eingegebene E-Mail-Adresse ist ungültig.", + "A problem occurred sending email, please contact your administrator." : "Beim Senden der E-Mail ist ein Problem aufgetreten, bitte kontaktieren Sie Ihren Administrator.", "You can log in now." : "Sie können sich jetzt anmelden.", "Verification email successfully sent." : "E-Mail zur Bestätigung erfolgreich gesendet.", "Invalid verification URL. No registration request with this verification URL is found." : "Ungültige Bestätigungsadresse. Keine Registrierunganfrage mit dieser Bestätigungsadresse gefunden.", diff --git a/l10n/de_DE.json b/l10n/de_DE.json index 175e8cf..8c31871 100644 --- a/l10n/de_DE.json +++ b/l10n/de_DE.json @@ -1,6 +1,7 @@ { "translations": { "Register" : "Registrieren", "Email address you entered is not valid" : "Die eingegebene E-Mail-Adresse ist ungültig.", + "A problem occurred sending email, please contact your administrator." : "Beim Senden der E-Mail ist ein Problem aufgetreten, bitte kontaktieren Sie Ihren Administrator.", "You can log in now." : "Sie können sich jetzt anmelden.", "Verification email successfully sent." : "E-Mail zur Bestätigung erfolgreich gesendet.", "Invalid verification URL. No registration request with this verification URL is found." : "Ungültige Bestätigungsadresse. Keine Registrierunganfrage mit dieser Bestätigungsadresse gefunden.", diff --git a/l10n/de_DE.php b/l10n/de_DE.php index e2eb856..beb776a 100644 --- a/l10n/de_DE.php +++ b/l10n/de_DE.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Register" => "Registrieren", "Email address you entered is not valid" => "Die eingegebene E-Mail-Adresse ist ungültig.", +"A problem occurred sending email, please contact your administrator." => "Beim Senden der E-Mail ist ein Problem aufgetreten, bitte kontaktieren Sie Ihren Administrator.", "You can log in now." => "Sie können sich jetzt anmelden.", "Verification email successfully sent." => "E-Mail zur Bestätigung erfolgreich gesendet.", "Invalid verification URL. No registration request with this verification URL is found." => "Ungültige Bestätigungsadresse. Keine Registrierunganfrage mit dieser Bestätigungsadresse gefunden.",