diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-04-13 01:54:59 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-04-13 01:54:59 -0400 |
commit | a2da7614a0516d1e1c07ef60b308645d7a8ad480 (patch) | |
tree | f20c21752c46d35d657caf9aac9fd848de9f79ff /apps/files_trashbin | |
parent | c0a6619f479588bc76d7f269681c9a136894e4b0 (diff) | |
download | nextcloud-server-a2da7614a0516d1e1c07ef60b308645d7a8ad480.tar.gz nextcloud-server-a2da7614a0516d1e1c07ef60b308645d7a8ad480.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r-- | apps/files_trashbin/l10n/de_AT.js | 3 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/de_AT.json | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/apps/files_trashbin/l10n/de_AT.js b/apps/files_trashbin/l10n/de_AT.js index 5d1a6cec445..8212e5210a9 100644 --- a/apps/files_trashbin/l10n/de_AT.js +++ b/apps/files_trashbin/l10n/de_AT.js @@ -2,6 +2,7 @@ OC.L10N.register( "files_trashbin", { "Delete" : "Löschen", - "Error" : "Fehler" + "Error" : "Fehler", + "Name" : "Name" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/de_AT.json b/apps/files_trashbin/l10n/de_AT.json index 5452cc8972a..d15a7c583ac 100644 --- a/apps/files_trashbin/l10n/de_AT.json +++ b/apps/files_trashbin/l10n/de_AT.json @@ -1,5 +1,6 @@ { "translations": { "Delete" : "Löschen", - "Error" : "Fehler" + "Error" : "Fehler", + "Name" : "Name" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |