diff options
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 |