diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-09-29 00:12:16 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-09-29 00:12:16 +0000 |
commit | 73aabbd3c01601a81cedff36d181c4a674d68d8a (patch) | |
tree | acd270cd4ba4771574579c07a334981dcc516319 /apps/files_trashbin/l10n/de_DE.js | |
parent | b7bd6bd68250612d975b63fcfbb0865224c93d7c (diff) | |
download | nextcloud-server-73aabbd3c01601a81cedff36d181c4a674d68d8a.tar.gz nextcloud-server-73aabbd3c01601a81cedff36d181c4a674d68d8a.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin/l10n/de_DE.js')
-rw-r--r-- | apps/files_trashbin/l10n/de_DE.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files_trashbin/l10n/de_DE.js b/apps/files_trashbin/l10n/de_DE.js index 30609871947..2f1e5e68f8a 100644 --- a/apps/files_trashbin/l10n/de_DE.js +++ b/apps/files_trashbin/l10n/de_DE.js @@ -1,13 +1,10 @@ OC.L10N.register( "files_trashbin", { - "Couldn't delete %s permanently" : "Konnte %s nicht dauerhaft löschen", - "Couldn't restore %s" : "Konnte %s nicht wiederherstellen", "Deleted files" : "Gelöschte Dateien", "Restore" : "Wiederherstellen", "Delete" : "Löschen", "Delete permanently" : "Endgültig löschen", - "Error" : "Fehler", "This operation is forbidden" : "Diese Operation ist nicht erlaubt", "This directory is unavailable, please check the logs or contact the administrator" : "Dieses Verzeichnis ist nicht verfügbar, bitte überprüfen Sie die Log-Dateien oder kontaktieren Sie den Administrator", "restored" : "Wiederhergestellt", @@ -19,6 +16,9 @@ OC.L10N.register( "Select all" : "Alle auswählen", "Name" : "Name", "Actions" : "Aktionen", - "Deleted" : "Gelöscht" + "Deleted" : "Gelöscht", + "Couldn't delete %s permanently" : "Konnte %s nicht dauerhaft löschen", + "Couldn't restore %s" : "Konnte %s nicht wiederherstellen", + "Error" : "Fehler" }, "nplurals=2; plural=(n != 1);"); |