diff options
Diffstat (limited to 'apps/comments/l10n/ru.js')
-rw-r--r-- | apps/comments/l10n/ru.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/comments/l10n/ru.js b/apps/comments/l10n/ru.js index 7cfcd8e3b99..a74b2c2b60b 100644 --- a/apps/comments/l10n/ru.js +++ b/apps/comments/l10n/ru.js @@ -15,7 +15,6 @@ OC.L10N.register( "Error occurred while retrieving comment with id {id}" : "При получении комментария с id {id} произошла ошибка", "Error occurred while updating comment with id {id}" : "При обновлении комментария с id {id} произошла ошибка", "Error occurred while posting comment" : "При сохранении комментария произошла ошибка", - "{count} unread comments" : "{count} непрочитанных комментариев", "Comment" : "Комментарий", "<strong>Comments</strong> for files" : "<strong>Комментарии</strong> к файлам", "You commented" : "Вы прокомментировали", @@ -24,6 +23,7 @@ OC.L10N.register( "%1$s commented on %2$s" : "%1$s прокомментировано на %2$s", "Type in a new comment..." : "Напишите новый комментарий...", "No other comments available" : "Другие комментарии отсутствуют", - "More comments..." : "Больше комментариев..." + "More comments..." : "Больше комментариев...", + "{count} unread comments" : "{count} непрочитанных комментариев" }, "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);"); |