summaryrefslogtreecommitdiffstats
path: root/apps/comments/l10n/ru.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/comments/l10n/ru.js')
-rw-r--r--apps/comments/l10n/ru.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/comments/l10n/ru.js b/apps/comments/l10n/ru.js
index f34355d0635..6aed3c76e48 100644
--- a/apps/comments/l10n/ru.js
+++ b/apps/comments/l10n/ru.js
@@ -27,8 +27,6 @@ OC.L10N.register(
"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 прокомментировано",
- "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Вы были упомянуты в комментарии к файлу «{file}» пользователем, учётная запись которого была удалена",
- "{user} mentioned you in a comment on “{file}”" : "{user} упомянул вас в комментарии к “{file}”."
+ "%1$s commented" : "%1$s прокомментировано"
},
"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");