diff options
Diffstat (limited to 'apps/comments/l10n/ru.js')
-rw-r--r-- | apps/comments/l10n/ru.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/comments/l10n/ru.js b/apps/comments/l10n/ru.js index 3ee5e1fb4d4..c7719d185e8 100644 --- a/apps/comments/l10n/ru.js +++ b/apps/comments/l10n/ru.js @@ -12,6 +12,9 @@ OC.L10N.register( "More comments..." : "Ещё комментарии...", "Save" : "Сохранить", "Allowed characters {count} of {max}" : "Допустимых символов {count} из {max}", + "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 <em>(always listed in stream)</em>" : "<strong>Комментарии</strong> к файлам <em>(всегда перечислены в потоке)</em>", |