diff options
Diffstat (limited to 'apps/settings')
-rw-r--r-- | apps/settings/l10n/de.js | 2 | ||||
-rw-r--r-- | apps/settings/l10n/de.json | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/apps/settings/l10n/de.js b/apps/settings/l10n/de.js index 7f3e079aa24..2e5b05c0e7d 100644 --- a/apps/settings/l10n/de.js +++ b/apps/settings/l10n/de.js @@ -136,6 +136,7 @@ OC.L10N.register( "MariaDB version \"%s\" is used. Nextcloud 21 will no longer support this version and requires MariaDB 10.2 or higher." : "Es wird die MariaDB-Version \"%s\" verwendet. Nextcloud 21 wird diese Version nicht mehr unterstützen und benötigt MariaDB 10.2 oder höher.", "MySQL version \"%s\" is used. Nextcloud 21 will no longer support this version and requires MySQL 8.0 or MariaDB 10.2 or higher." : "Es wird die MySQL-Version \"%s\" verwendet. Nextcloud 21 wird diese Version nicht mehr unterstützen und benötigt MySQL 8.0, MariaDB 10.2 oder höher.", "PostgreSQL version \"%s\" is used. Nextcloud 21 will no longer support this version and requires PostgreSQL 9.6 or higher." : "Es wird die PostgreSQL-Version \"%s\" verwendet. Nextcloud 21 wird diese Version nicht mehr unterstützen und benötigt PostgreSQL 9.6 oder höher.", + "Profile information" : "Profilinformation", "Nextcloud settings" : "Nextcloud-Einstellungen", "Administration privileges" : "Administratorrechte", "Here you can decide which group can access certain sections of the administration settings." : "Hier kannst Du festlegen, welche Gruppe auf bestimmte Bereiche der Administrationseinstellungen zugreifen kann.", @@ -446,6 +447,7 @@ OC.L10N.register( "Allow public uploads" : "Öffentliches Hochladen erlauben", "Always ask for a password" : "Immer nach einem Passwort fragen", "Enforce password protection" : "Passwortschutz erzwingen", + "Exclude groups from password requirements:" : "Gruppen von Passwortanforderungen ausschließen:", "Set default expiration date" : "Standardmäßiges Ablaufdatum setzen", "Exclude groups from creating link shares:" : "Gruppen von der Erstellung von Link-Freigaben ausschließen:", "Allow resharing" : "Weiterverteilen erlauben", diff --git a/apps/settings/l10n/de.json b/apps/settings/l10n/de.json index f6e58edabf7..7966e8b5817 100644 --- a/apps/settings/l10n/de.json +++ b/apps/settings/l10n/de.json @@ -134,6 +134,7 @@ "MariaDB version \"%s\" is used. Nextcloud 21 will no longer support this version and requires MariaDB 10.2 or higher." : "Es wird die MariaDB-Version \"%s\" verwendet. Nextcloud 21 wird diese Version nicht mehr unterstützen und benötigt MariaDB 10.2 oder höher.", "MySQL version \"%s\" is used. Nextcloud 21 will no longer support this version and requires MySQL 8.0 or MariaDB 10.2 or higher." : "Es wird die MySQL-Version \"%s\" verwendet. Nextcloud 21 wird diese Version nicht mehr unterstützen und benötigt MySQL 8.0, MariaDB 10.2 oder höher.", "PostgreSQL version \"%s\" is used. Nextcloud 21 will no longer support this version and requires PostgreSQL 9.6 or higher." : "Es wird die PostgreSQL-Version \"%s\" verwendet. Nextcloud 21 wird diese Version nicht mehr unterstützen und benötigt PostgreSQL 9.6 oder höher.", + "Profile information" : "Profilinformation", "Nextcloud settings" : "Nextcloud-Einstellungen", "Administration privileges" : "Administratorrechte", "Here you can decide which group can access certain sections of the administration settings." : "Hier kannst Du festlegen, welche Gruppe auf bestimmte Bereiche der Administrationseinstellungen zugreifen kann.", @@ -444,6 +445,7 @@ "Allow public uploads" : "Öffentliches Hochladen erlauben", "Always ask for a password" : "Immer nach einem Passwort fragen", "Enforce password protection" : "Passwortschutz erzwingen", + "Exclude groups from password requirements:" : "Gruppen von Passwortanforderungen ausschließen:", "Set default expiration date" : "Standardmäßiges Ablaufdatum setzen", "Exclude groups from creating link shares:" : "Gruppen von der Erstellung von Link-Freigaben ausschließen:", "Allow resharing" : "Weiterverteilen erlauben", |