diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-05-09 02:08:23 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-05-09 02:08:23 -0400 |
commit | 10e0fc0629cbf738bb0f53918a189723a7217867 (patch) | |
tree | c2f7145cad2e9f0c9fa1f543ea246496f737df87 /apps/files | |
parent | 6b106936028940d27122b03ae40713abdc4a4ad7 (diff) | |
download | nextcloud-server-10e0fc0629cbf738bb0f53918a189723a7217867.tar.gz nextcloud-server-10e0fc0629cbf738bb0f53918a189723a7217867.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/l10n/nds.js | 8 | ||||
-rw-r--r-- | apps/files/l10n/nds.json | 8 |
2 files changed, 14 insertions, 2 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);"); 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 |