diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-11-22 01:54:53 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-11-22 01:54:53 -0500 |
commit | 2321cc4854257ba760510e4111f071150b26c81a (patch) | |
tree | 49d833d9985b419a48eced974bad7fb68fddb575 /apps/files_trashbin/l10n | |
parent | eb42340fa33467f3cd6645136a2ca047b14aab1f (diff) | |
download | nextcloud-server-2321cc4854257ba760510e4111f071150b26c81a.tar.gz nextcloud-server-2321cc4854257ba760510e4111f071150b26c81a.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin/l10n')
-rw-r--r-- | apps/files_trashbin/l10n/nds.js | 1 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/nds.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/files_trashbin/l10n/nds.js b/apps/files_trashbin/l10n/nds.js index b2dd9ff4ca6..8212e5210a9 100644 --- a/apps/files_trashbin/l10n/nds.js +++ b/apps/files_trashbin/l10n/nds.js @@ -2,6 +2,7 @@ OC.L10N.register( "files_trashbin", { "Delete" : "Löschen", + "Error" : "Fehler", "Name" : "Name" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/nds.json b/apps/files_trashbin/l10n/nds.json index 45b0caa74ac..d15a7c583ac 100644 --- a/apps/files_trashbin/l10n/nds.json +++ b/apps/files_trashbin/l10n/nds.json @@ -1,5 +1,6 @@ { "translations": { "Delete" : "Löschen", + "Error" : "Fehler", "Name" : "Name" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |