diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-10-01 02:18:34 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-10-01 02:18:34 +0000 |
commit | 6b7d91d7c14b50ce3f93c79b602954670766231c (patch) | |
tree | 8b28b83da2f1ecd6771e14053d857e67959c64ce /apps/user_status/l10n/de.js | |
parent | f11a05553e0d6a7d2b1c62a9fadc9f5e1990e1ca (diff) | |
download | nextcloud-server-6b7d91d7c14b50ce3f93c79b602954670766231c.tar.gz nextcloud-server-6b7d91d7c14b50ce3f93c79b602954670766231c.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_status/l10n/de.js')
-rw-r--r-- | apps/user_status/l10n/de.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/user_status/l10n/de.js b/apps/user_status/l10n/de.js index 08fef71e151..c3270cd567c 100644 --- a/apps/user_status/l10n/de.js +++ b/apps/user_status/l10n/de.js @@ -8,7 +8,6 @@ OC.L10N.register( "Vacationing" : "Im Urlaub", "Working remotely" : "Arbeitet aus der Ferne", "User status" : "Benutzerstatus", - "Set custom status" : "Benutzerdefinierten Status setzen", "Online" : "Online", "Away" : "Abwesend", "Do not disturb" : "Bitte nicht stören", @@ -16,10 +15,7 @@ OC.L10N.register( "Offline" : "Offline", "Set status" : "Status setzen", "There was an error saving the new status" : "Es gab einen Fehler beim Speichern des neuen Status", - "Clear status after" : "Status löschen nach", "What's your status?" : "Wie ist Dein Status?", - "Set a custom status" : "Einen benutzerdefinierten Status setzen", - "Clear custom status" : "Benutzerdefinierten Status löschen", "There was an error saving the status" : "Es gab einen Fehler beim Speichern des Status", "There was an error clearing the status" : "Es gab einen Fehler beim Löschen des Status", "No recent status changes" : "Keine kürzlichen Statusänderungen", @@ -30,6 +26,10 @@ OC.L10N.register( "30 minutes" : "30 Minuten", "1 hour" : "1 Stunde", "4 hours" : "4 Stunden", - "Mute all notifications" : "Alle Benachrichtigungen stummschalten" + "Mute all notifications" : "Alle Benachrichtigungen stummschalten", + "Set custom status" : "Benutzerdefinierten Status setzen", + "Clear status after" : "Status löschen nach", + "Set a custom status" : "Einen benutzerdefinierten Status setzen", + "Clear custom status" : "Benutzerdefinierten Status löschen" }, "nplurals=2; plural=(n != 1);"); |