summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/uk.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-09-29 00:12:36 +0000
committerNextcloud bot <bot@nextcloud.com>2018-09-29 00:12:36 +0000
commit1e1b457e9d032a15c8933a8a84aad60873fdea71 (patch)
treea78d318cc1b275cdc3f503af336b7416e46a7eaa /apps/files_trashbin/l10n/uk.js
parent1022d640c3bc5f1ebf35afb0befcfca98f6de8ae (diff)
downloadnextcloud-server-1e1b457e9d032a15c8933a8a84aad60873fdea71.tar.gz
nextcloud-server-1e1b457e9d032a15c8933a8a84aad60873fdea71.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin/l10n/uk.js')
-rw-r--r--apps/files_trashbin/l10n/uk.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files_trashbin/l10n/uk.js b/apps/files_trashbin/l10n/uk.js
index 80b7ea1eee0..8f084786c8c 100644
--- a/apps/files_trashbin/l10n/uk.js
+++ b/apps/files_trashbin/l10n/uk.js
@@ -1,13 +1,10 @@
OC.L10N.register(
"files_trashbin",
{
- "Couldn't delete %s permanently" : "Неможливо видалити %s назавжди",
- "Couldn't restore %s" : "Неможливо відновити %s",
"Deleted files" : "Видалені файли",
"Restore" : "Відновити",
"Delete" : "Видалити",
"Delete permanently" : "Видалити назавжди",
- "Error" : "Помилка",
"This operation is forbidden" : "Ця операція заборонена",
"This directory is unavailable, please check the logs or contact the administrator" : "Директорія недоступна, будь ласка, перевірте файл журналу або зверніться до адміністратора ",
"restored" : "відновлено",
@@ -16,6 +13,9 @@ OC.L10N.register(
"No entries found in this folder" : "Записів не знайдено в цій папці",
"Select all" : "Вибрати всі",
"Name" : "Ім'я",
- "Deleted" : "Видалено"
+ "Deleted" : "Видалено",
+ "Couldn't delete %s permanently" : "Неможливо видалити %s назавжди",
+ "Couldn't restore %s" : "Неможливо відновити %s",
+ "Error" : "Помилка"
},
"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);");