diff options
Diffstat (limited to 'apps/settings/l10n/de_DE.js')
-rw-r--r-- | apps/settings/l10n/de_DE.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings/l10n/de_DE.js b/apps/settings/l10n/de_DE.js index 24e5c5924ce..b2814013ea2 100644 --- a/apps/settings/l10n/de_DE.js +++ b/apps/settings/l10n/de_DE.js @@ -541,8 +541,6 @@ OC.L10N.register( "Enter your date of birth" : "Geben Sie Ihr Geburtsdatum ein", "Unable to update date of birth" : "Geburtsdatum konnte nicht aktualisiert werden", "You are a member of the following groups:" : "Sie sind Mitglied folgender Gruppen:", - "You are using <strong>{usage}</strong>" : "Sie benutzen <strong>{usage}</strong>", - "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Sie benutzen <strong>{usage}</strong> von <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", "Your full name" : "Ihr vollständiger Name", "Primary email for password reset and notifications" : "Primäre E-Mail-Adresse für Benachrichtigungen und Passwort-Zurücksetzen", "Email options" : "E-Mail-Optionen", @@ -841,6 +839,8 @@ OC.L10N.register( "The cron.php needs to be executed by the system user \"{user}\"." : "Die cron.php muss durch das Systemkonto \"{user}\" ausgeführt werden.", "Enable or disable profile by default for new users." : "Profil für neue Konten standardmäßig aktivieren oder deaktivieren.", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Sie sind im Begriff, die Gruppe \"{group}\" zu löschen. Die Konten werden NICHT gelöscht.", + "You are using <strong>{usage}</strong>" : "Sie benutzen <strong>{usage}</strong>", + "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Sie benutzen <strong>{usage}</strong> von <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", "Additional emails" : "Zusätzliche E-Mail-Adressen", "Enable Profile" : "Profil aktivieren", "No users" : "Keine Konten", |