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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/ru.js')
-rw-r--r--l10n/ru.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/l10n/ru.js b/l10n/ru.js
index f5d546b88..dd3a5d0a5 100644
--- a/l10n/ru.js
+++ b/l10n/ru.js
@@ -74,8 +74,6 @@ OC.L10N.register(
"Select file to link to" : "Выберете файл для создания ссылки",
"Show author colors" : "Выделить правки цветами",
"Author colors are only shown until everyone has closed the document." : "Выделение цветом правок разных авторов будет показано до тех пор, пока документ не будет закрыт всеми пользователями.",
- "Currently active users:" : "Текущие активные пользователи:",
- "_and %n other editor_::_and %n other editors_" : ["и ещё %n редактор","и ещё %n редактора","и ещё %n редакторов","и ещё %n редакторов"],
"Show rich workspaces" : "Показывать дополнительные сведения",
"Add notes, lists or links …" : "Добавить файл, содержащий примечания, списки или ссылки (Readme.md)",
"Edit" : "Редактировать",
@@ -87,6 +85,8 @@ OC.L10N.register(
"Heading 4" : "Заголовок 4",
"Heading 5" : "Заголовок 5",
"ToDo list" : "Список задач",
- "Emoji picker" : "Выбор эмодзи"
+ "Emoji picker" : "Выбор эмодзи",
+ "Currently active users:" : "Текущие активные пользователи:",
+ "_and %n other editor_::_and %n other editors_" : ["и ещё %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);");