summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2016-04-13 01:54:59 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2016-04-13 01:54:59 -0400
commita2da7614a0516d1e1c07ef60b308645d7a8ad480 (patch)
treef20c21752c46d35d657caf9aac9fd848de9f79ff /apps/files_trashbin
parentc0a6619f479588bc76d7f269681c9a136894e4b0 (diff)
downloadnextcloud-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.js3
-rw-r--r--apps/files_trashbin/l10n/de_AT.json3
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