diff options
Diffstat (limited to 'apps/comments/l10n/ru.js')
-rw-r--r-- | apps/comments/l10n/ru.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/comments/l10n/ru.js b/apps/comments/l10n/ru.js index 93157d8e949..033966956ee 100644 --- a/apps/comments/l10n/ru.js +++ b/apps/comments/l10n/ru.js @@ -9,7 +9,6 @@ OC.L10N.register( "%1$s commented on %2$s" : "%1$s прокомментировано на %2$s", "{author} commented on {file}" : "{author} прокомментировал {file}", "<strong>Comments</strong> for files" : "<strong>Комментарии</strong> к файлам", - "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}\".", "Files app plugin to add comments to files" : "Модуль приложения «Файлы», позволяющий комментировать файлы", "Edit comment" : "Редактировать комментарий", @@ -29,6 +28,7 @@ OC.L10N.register( "Comment deleted" : "Комментарий удалён", "An error occurred while trying to delete the comment" : "Попытка удаления комментария завершилась ошибкой", "An error occurred while trying to create the comment" : "Попытка создания комментария завершилась ошибкой", + "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "Вы были упомянуты на \"{file}\", в комментарии пользователя, который с тех пор был удалён", "_%n unread comment_::_%n unread comments_" : ["%n непрочитанный комментарий","%n непрочитанных комментариев","%n непрочитанных комментариев","%n непрочитанных комментариев"] }, "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);"); |