Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/uk.js')
-rw-r--r--l10n/uk.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/l10n/uk.js b/l10n/uk.js
index 0d27f4d8..0476dcda 100644
--- a/l10n/uk.js
+++ b/l10n/uk.js
@@ -4,6 +4,7 @@ OC.L10N.register(
"Deleted" : "Вилучено",
"Group" : "Група",
"Comments" : "Коментарі",
+ "Delete comment" : "Видалити комент",
"Cancel" : "Скасувати",
"Apply" : "Застосувати",
"Title" : "Назва",
@@ -12,11 +13,10 @@ OC.L10N.register(
"Details" : "Деталі",
"Configuration" : "Налаштування",
"Shares" : "Спільний доступ",
- "Saving" : "Збереження",
- "Saved" : "Збережено",
"Description" : "Опис",
"Expiration date" : "Термін дії",
"Unknown user" : "Невідомий користувач",
+ "OK" : "OK",
"Public access" : "Публічний доступ"
},
"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);");