Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/comments/l10n/ru.js')
-rw-r--r--apps/comments/l10n/ru.js12
1 files changed, 1 insertions, 11 deletions
diff --git a/apps/comments/l10n/ru.js b/apps/comments/l10n/ru.js
index cfa4bce1e9c..dfc06926e31 100644
--- a/apps/comments/l10n/ru.js
+++ b/apps/comments/l10n/ru.js
@@ -29,16 +29,6 @@ OC.L10N.register(
"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}» пользователем, учётная запись которого была удалена",
- "{user} mentioned you in a comment on “{file}”" : "{user} упомянул вас в комментарии к “{file}”.",
- "New comment …" : "Новый комментарий…",
- "Post" : "Опубликовать",
- "Cancel" : "Отмена",
- "[Deleted user]" : "[Удалённый пользователь]",
- "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" : "При сохранении комментария произошла ошибка"
+ "{user} mentioned you in a comment on “{file}”" : "{user} упомянул вас в комментарии к “{file}”."
},
"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);");