diff options
Diffstat (limited to 'apps/files_trashbin/l10n/de.js')
-rw-r--r-- | apps/files_trashbin/l10n/de.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files_trashbin/l10n/de.js b/apps/files_trashbin/l10n/de.js index ea0ea258eef..61d18e79f1d 100644 --- a/apps/files_trashbin/l10n/de.js +++ b/apps/files_trashbin/l10n/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üfe die Logdateien oder kontaktiere 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);"); |