diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-11-26 01:06:57 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-11-26 01:06:57 +0000 |
commit | 8f4ec8583d8d30586f292a153854560bdb20a0b2 (patch) | |
tree | a6e4cdf4ebb1f11402a1dca4afa609b6b811640c /apps/comments/l10n/ru.js | |
parent | 789e6e7363514cc9dc669ef259ac1a5e491c2277 (diff) | |
download | nextcloud-server-8f4ec8583d8d30586f292a153854560bdb20a0b2.tar.gz nextcloud-server-8f4ec8583d8d30586f292a153854560bdb20a0b2.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n/ru.js')
-rw-r--r-- | apps/comments/l10n/ru.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/comments/l10n/ru.js b/apps/comments/l10n/ru.js index f69bdda086b..1ed1b136968 100644 --- a/apps/comments/l10n/ru.js +++ b/apps/comments/l10n/ru.js @@ -18,16 +18,16 @@ OC.L10N.register( "Error occurred while posting comment" : "При сохранении комментария произошла ошибка", "_%n unread comment_::_%n unread comments_" : ["%n непрочитанный комментарий","%n непрочитанных комментариев","%n непрочитанных комментариев","%n непрочитанных комментариев"], "Comment" : "Комментарий", - "<strong>Comments</strong> for files" : "<strong>Комментарии</strong> к файлам", "You commented" : "Вы прокомментировали", "%1$s commented" : "%1$s прокомментировано", - "You commented on %2$s" : "Вы прокомментировали в %2$s", "%1$s commented on %2$s" : "%1$s прокомментировано на %2$s", + "<strong>Comments</strong> for files" : "<strong>Комментарии</strong> к файлам", "A (now) deleted user mentioned you in a comment on \"%s\"." : "Пользователь (удалённый в настоящее время) упомянул вас в комментарии \"%s\".", "%s mentioned you in a comment on \"%s\"." : "%s упомянул вас в комментарии \"%s\".", "Type in a new comment..." : "Напишите новый комментарий...", "No other comments available" : "Другие комментарии отсутствуют", "More comments..." : "Ещё комментарии...", - "{count} unread comments" : "{count} непрочитанных комментариев" + "{count} unread comments" : "{count} непрочитанных комментариев", + "You commented on %2$s" : "Вы прокомментировали в %2$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);"); |