diff --git a/l10n/de.js b/l10n/de.js index ce042f1..0f0bdc7 100644 --- a/l10n/de.js +++ b/l10n/de.js @@ -6,6 +6,7 @@ OC.L10N.register( "Resend verification email and enable" : "Bestätigungs-E-Mail erneut senden und aktivieren", "The token is invalid" : "Der Token ist ungültig", "The token is expired, please contact your provider" : "Der Token ist abgelaufen, bitte kontaktiere deinen Anbieter", + "Password too long" : "Passwort ist zu lang", "Unable to set the password. Contact your provider." : "Das Passwort konnte nicht gespeichert werden. Bitte kontaktiere den Provider.", "One more step required" : "Ein weiterer Schritt ist nötig", "It looks like you did not create your password yet." : "Es scheint, als hättest du noch kein Passwort erstellt.", @@ -37,6 +38,9 @@ OC.L10N.register( "WARNING! This token is very important and must be handled carefully. You should only give it to a nextcloud official!" : "ACHTUNG! Dieser Token ist sehr wichtig und muss vorsichtig behandelt werden. du solltest ihn nur an Mitarbeiter von Nextcloud herausgeben!", "Your provider token" : "Dein Anbieter-Token", "Reset your token" : "Token zurücksetzen", - "Preferred providers groups" : "Bevorzugte Anbieter-Gruppen" + "Preferred providers groups" : "Bevorzugte Anbieter-Gruppen", + "Select the groups to which each new account will be added." : "Gruppen auswählen, zu denen jedes neue Konto hinzugefügt werden soll.", + "Select the groups that will be assigned to each unconfirmed account. They will be deleted once the account has been verified." : "Gruppen auswählen, die jedem unbestätigten Konto zugewiesen werden sollen. Sie werden gelöscht, sobald das Konto überprüft wurde.", + "Select the groups that will be assigned to each confirmed account." : "Gruppen auswählen, die jedem bestätigten Konto zugewiesen werden." }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/de.json b/l10n/de.json index 666e9b3..5dd5ebe 100644 --- a/l10n/de.json +++ b/l10n/de.json @@ -4,6 +4,7 @@ "Resend verification email and enable" : "Bestätigungs-E-Mail erneut senden und aktivieren", "The token is invalid" : "Der Token ist ungültig", "The token is expired, please contact your provider" : "Der Token ist abgelaufen, bitte kontaktiere deinen Anbieter", + "Password too long" : "Passwort ist zu lang", "Unable to set the password. Contact your provider." : "Das Passwort konnte nicht gespeichert werden. Bitte kontaktiere den Provider.", "One more step required" : "Ein weiterer Schritt ist nötig", "It looks like you did not create your password yet." : "Es scheint, als hättest du noch kein Passwort erstellt.", @@ -35,6 +36,9 @@ "WARNING! This token is very important and must be handled carefully. You should only give it to a nextcloud official!" : "ACHTUNG! Dieser Token ist sehr wichtig und muss vorsichtig behandelt werden. du solltest ihn nur an Mitarbeiter von Nextcloud herausgeben!", "Your provider token" : "Dein Anbieter-Token", "Reset your token" : "Token zurücksetzen", - "Preferred providers groups" : "Bevorzugte Anbieter-Gruppen" + "Preferred providers groups" : "Bevorzugte Anbieter-Gruppen", + "Select the groups to which each new account will be added." : "Gruppen auswählen, zu denen jedes neue Konto hinzugefügt werden soll.", + "Select the groups that will be assigned to each unconfirmed account. They will be deleted once the account has been verified." : "Gruppen auswählen, die jedem unbestätigten Konto zugewiesen werden sollen. Sie werden gelöscht, sobald das Konto überprüft wurde.", + "Select the groups that will be assigned to each confirmed account." : "Gruppen auswählen, die jedem bestätigten Konto zugewiesen werden." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file