diff options
Diffstat (limited to 'apps/files/l10n/nds.json')
-rw-r--r-- | apps/files/l10n/nds.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/apps/files/l10n/nds.json b/apps/files/l10n/nds.json index c8e93f2fa2b..62b55a1b64e 100644 --- a/apps/files/l10n/nds.json +++ b/apps/files/l10n/nds.json @@ -1,11 +1,17 @@ { "translations": { "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" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |