diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-02-25 01:58:06 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-02-25 01:58:06 -0500 |
commit | 32f4bea0ae174487fd5a58e2c9eeb6e567d1ff91 (patch) | |
tree | f76817d760d9e7d1fb5d3f3b96bc961c879b107c /apps/comments/l10n/ru.js | |
parent | faf65e73b778867d36f0e13dd1b0f1a4ef1f4723 (diff) | |
download | nextcloud-server-32f4bea0ae174487fd5a58e2c9eeb6e567d1ff91.tar.gz nextcloud-server-32f4bea0ae174487fd5a58e2c9eeb6e567d1ff91.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n/ru.js')
-rw-r--r-- | apps/comments/l10n/ru.js | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/comments/l10n/ru.js b/apps/comments/l10n/ru.js index 16c922906c7..0c7c966d707 100644 --- a/apps/comments/l10n/ru.js +++ b/apps/comments/l10n/ru.js @@ -1,8 +1,21 @@ OC.L10N.register( "comments", { + "<strong>Comments</strong> for files" : "<strong>Комментарии</strong> к файлам", + "%1$s commented" : "%1$s откомментировано", + "%1$s commented on %2$s" : "%1$s откомментировано на %2$s", + "Comments" : "Коментарии", + "Type in a new comment..." : "Запишите новый комментарий...", + "Delete comment" : "Удалить комментарий", + "Post" : "Запись", "Cancel" : "Отмена", + "Edit comment" : "Редактировать комментарий", + "[Deleted user]" : "[Удалённый пользователь]", + "No other comments available" : "Нет других комментариев", + "More comments..." : "Ещё комментарии...", "Save" : "Сохранить", + "Allowed characters {count} of {max}" : "Допустимых символов {count} из {max}", + "{count} unread comments" : "{count} непрочитанных комментариев", "Comment" : "Коментарий" }, "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);"); |