diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2016-03-22 13:10:33 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2016-03-22 13:10:33 +0100 |
commit | 4fdb2254a47c1553c65e6f92a7be635d28ff5eae (patch) | |
tree | 5e054c0c22b3b03bf9246d0016e5fd8fc687d394 /apps/files_trashbin | |
parent | ae2c207b6e9c937b26a00aa786d6517897304d51 (diff) | |
download | nextcloud-server-4fdb2254a47c1553c65e6f92a7be635d28ff5eae.tar.gz nextcloud-server-4fdb2254a47c1553c65e6f92a7be635d28ff5eae.zip |
Backport translations to stable9
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r-- | apps/files_trashbin/l10n/hy.js | 3 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/hy.json | 3 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/pl.js | 3 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/pl.json | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/apps/files_trashbin/l10n/hy.js b/apps/files_trashbin/l10n/hy.js index 39e49b47ae1..a0d51becf38 100644 --- a/apps/files_trashbin/l10n/hy.js +++ b/apps/files_trashbin/l10n/hy.js @@ -9,6 +9,7 @@ OC.L10N.register( "No deleted files" : "Ջնջված ֆայլեր չկան", "Select all" : "Նշել բոլորը", "Name" : "Անուն", - "Deleted" : "Ջնջված" + "Deleted" : "Ջնջված", + "Couldn't restore %s" : "Չկարողացա վերականգնել %s" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/hy.json b/apps/files_trashbin/l10n/hy.json index 4bd34056b3f..f80b8cf81d5 100644 --- a/apps/files_trashbin/l10n/hy.json +++ b/apps/files_trashbin/l10n/hy.json @@ -7,6 +7,7 @@ "No deleted files" : "Ջնջված ֆայլեր չկան", "Select all" : "Նշել բոլորը", "Name" : "Անուն", - "Deleted" : "Ջնջված" + "Deleted" : "Ջնջված", + "Couldn't restore %s" : "Չկարողացա վերականգնել %s" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_trashbin/l10n/pl.js b/apps/files_trashbin/l10n/pl.js index 0c11dab91d4..549634ee5b0 100644 --- a/apps/files_trashbin/l10n/pl.js +++ b/apps/files_trashbin/l10n/pl.js @@ -14,6 +14,7 @@ OC.L10N.register( "No entries found in this folder" : "Brak wpisów w tym folderze", "Select all" : "Wybierz wszystko", "Name" : "Nazwa", - "Deleted" : "Usunięte" + "Deleted" : "Usunięte", + "This directory is unavailable, please check the logs or contact the administrator" : "Ten folder jest niedostępny, proszę sprawdzić logi lub skontaktować się z administratorem." }, "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/files_trashbin/l10n/pl.json b/apps/files_trashbin/l10n/pl.json index 8b56be020fb..c5adb1bf313 100644 --- a/apps/files_trashbin/l10n/pl.json +++ b/apps/files_trashbin/l10n/pl.json @@ -12,6 +12,7 @@ "No entries found in this folder" : "Brak wpisów w tym folderze", "Select all" : "Wybierz wszystko", "Name" : "Nazwa", - "Deleted" : "Usunięte" + "Deleted" : "Usunięte", + "This directory is unavailable, please check the logs or contact the administrator" : "Ten folder jest niedostępny, proszę sprawdzić logi lub skontaktować się z administratorem." },"pluralForm" :"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" }
\ No newline at end of file |