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.",