diff options
Diffstat (limited to 'apps/files/l10n/nds.js')
-rw-r--r-- | apps/files/l10n/nds.js | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/apps/files/l10n/nds.js b/apps/files/l10n/nds.js index bb3dc429711..5e3a7c06142 100644 --- a/apps/files/l10n/nds.js +++ b/apps/files/l10n/nds.js @@ -2,12 +2,18 @@ OC.L10N.register( "files", { "Files" : "Dateien", + "Close" : "Schließen", + "Download" : "Download", "Delete" : "Löschen", "Details" : "Details", + "Could not move \"{file}\", target exists" : "\"{file}\" konnte nicht verschoben werden, weil das Ziel schon existiert", + "Could not move \"{file}\"" : "\"{file}\" konnte nicht verschoben werden", "Name" : "Name", + "New" : "Neu", "New folder" : "Neuer Ordner", "Upload" : "Hochladen", "Settings" : "Einstellungen", - "WebDAV" : "WebDAV" + "WebDAV" : "WebDAV", + "Cancel upload" : "Upload abbrechen" }, "nplurals=2; plural=(n != 1);"); |