aboutsummaryrefslogtreecommitdiffstats
path: root/apps/comments/l10n/uk.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/comments/l10n/uk.js')
-rw-r--r--apps/comments/l10n/uk.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/comments/l10n/uk.js b/apps/comments/l10n/uk.js
index 08d25cb1730..0aa89a80b20 100644
--- a/apps/comments/l10n/uk.js
+++ b/apps/comments/l10n/uk.js
@@ -21,13 +21,13 @@ OC.L10N.register(
"Retry" : "Ще раз",
"Failed to mark comments as read" : "Не вдалося позначити коментарі прочитаними",
"Unable to load the comments list" : "Не вдалося завантажити список коментарів",
- "_%n unread comment_::_%n unread comments_" : ["%n непрочитаний коментар","%n непрочитаних коментарів","%n непрочитаних коментарів","%n непрочитаних коментарів"],
"_1 new comment_::_{unread} new comments_" : ["{unread} новий коментар","{unread} нових коментарів","{unread} нових коментарів","{unread} нових коментарів"],
"Comment" : "Коментар",
"An error occurred while trying to edit the comment" : "Під час редагування коментаря сталася помилка",
"Comment deleted" : "Коментар вилучено",
"An error occurred while trying to delete the comment" : "Під час спроби вилучити коментар сталася помилка",
"An error occurred while trying to create the comment" : "Під час створення коментаря сталася помилка",
- "%1$s commented" : "%1$s прокоментовано"
+ "%1$s commented" : "%1$s прокоментовано",
+ "_%n unread comment_::_%n unread comments_" : ["%n непрочитаний коментар","%n непрочитаних коментарів","%n непрочитаних коментарів","%n непрочитаних коментарів"]
},
"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);");