diff --git a/l10n/de.js b/l10n/de.js
index a5f8233..19c88ec 100644
--- a/l10n/de.js
+++ b/l10n/de.js
@@ -6,6 +6,7 @@ OC.L10N.register(
"There is already a pending registration with this email, a new verification email has been sent to the address." : "Für diese Mail gibt es bereits eine ausstehende Registrierung, es wurde erneut eine Bestätigungsemail an diese Addresse gesendet.",
"Verification email successfully sent." : "E-Mail zur Bestätigung erfolgreich gesendet.",
"Your account has been successfully created, you can log in now." : "Dein Konto wurde erfolgreich erstellt, Du kannst dich jetzt anmelden.",
+ "Your account has been successfully created, but it still needs approval from an administrator." : "Dein Konto wurde erfolgreich erstellt, doch ein Administrator muss es noch bestätigen.",
"Saved" : "Gespeichert",
"No such group" : "Keine derartige Gruppe",
"The email address you entered is not valid" : "Die eingegebene E-Mail Adresse ist ungültig",
@@ -28,7 +29,9 @@ OC.L10N.register(
"None" : "Keine",
"Allowed mail address domains for registration" : "Erlaubte Domains für die Registrierung",
"Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" : "Gib eine Semikolon getrennte Liste der zulässigen Domänen an. Beispiel: owncloud.com;github.com",
+ "Require admin approval?" : "Bestätigung durch einen Administrator erforderlich?",
"Registration is only allowed for the following domains:" : "Eine Anmeldung ist nur für die folgenden Domains erlaubt:",
+ "A new user \"%s\" has created an account on %s and awaits admin approbation" : "Ein Neuer Benutzer \"%s\" hat ein Konto auf %s erstellt und wartet auf eine Freigabe durch den Administrator",
"To create a new account on %s, just click the following link:" : "Um ein neues Konto auf %s zu erstellen, klick bitte auf den folgenden Link:",
"Welcome, you can create your account below." : "Willkommen, Du kannst im unteren Teil Dein Konto anlegen.",
"Username" : "Benutzername",
diff --git a/l10n/de.json b/l10n/de.json
index f52c182..8ce88a0 100644
--- a/l10n/de.json
+++ b/l10n/de.json
@@ -4,6 +4,7 @@
"There is already a pending registration with this email, a new verification email has been sent to the address." : "Für diese Mail gibt es bereits eine ausstehende Registrierung, es wurde erneut eine Bestätigungsemail an diese Addresse gesendet.",
"Verification email successfully sent." : "E-Mail zur Bestätigung erfolgreich gesendet.",
"Your account has been successfully created, you can log in now." : "Dein Konto wurde erfolgreich erstellt, Du kannst dich jetzt anmelden.",
+ "Your account has been successfully created, but it still needs approval from an administrator." : "Dein Konto wurde erfolgreich erstellt, doch ein Administrator muss es noch bestätigen.",
"Saved" : "Gespeichert",
"No such group" : "Keine derartige Gruppe",
"The email address you entered is not valid" : "Die eingegebene E-Mail Adresse ist ungültig",
@@ -26,7 +27,9 @@
"None" : "Keine",
"Allowed mail address domains for registration" : "Erlaubte Domains für die Registrierung",
"Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" : "Gib eine Semikolon getrennte Liste der zulässigen Domänen an. Beispiel: owncloud.com;github.com",
+ "Require admin approval?" : "Bestätigung durch einen Administrator erforderlich?",
"Registration is only allowed for the following domains:" : "Eine Anmeldung ist nur für die folgenden Domains erlaubt:",
+ "A new user \"%s\" has created an account on %s and awaits admin approbation" : "Ein Neuer Benutzer \"%s\" hat ein Konto auf %s erstellt und wartet auf eine Freigabe durch den Administrator",
"To create a new account on %s, just click the following link:" : "Um ein neues Konto auf %s zu erstellen, klick bitte auf den folgenden Link:",
"Welcome, you can create your account below." : "Willkommen, Du kannst im unteren Teil Dein Konto anlegen.",
"Username" : "Benutzername",