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:
authorNextcloud bot <bot@nextcloud.com>2019-07-25 05:51:09 +0300
committerNextcloud bot <bot@nextcloud.com>2019-07-25 05:51:09 +0300
commitd4a2aeb2e7158fb8548ca815ae6062dea34e4456 (patch)
tree6228a100545154849363c3a761efe67f57b588ef /l10n/ru.js
parentac6e5112105b6579b88354a21825e91efc1ec691 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n/ru.js')
-rw-r--r--l10n/ru.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/l10n/ru.js b/l10n/ru.js
index 8ff78888a..f57bfdb7e 100644
--- a/l10n/ru.js
+++ b/l10n/ru.js
@@ -13,6 +13,7 @@ OC.L10N.register(
"Enter your name so other users can see who is editing" : "Введите своё имя, чтобы другие пользователи могли видеть, кто редактирует",
"Edit guest name" : "Изменить гостевое имя",
"Save guest name" : "Сохранить гостевое имя",
+ "Insert image" : "Вставить изображение",
"Add link" : "Добавить ссылку",
"_and %n other editor_::_and %n other editors_" : ["и ещё %n редактор","и ещё %n редактора","и ещё %n редакторов","и ещё %n редакторов"],
"Show image" : "Показать изображение",
@@ -20,6 +21,7 @@ OC.L10N.register(
"New text document" : "Новый текстовый документ",
"New text document.md" : "Новый текстовый документ.md",
"Edit" : "Редактировать",
- "Undo" : "Отменить"
+ "Undo" : "Отменить",
+ "Redo" : "Повторить"
},
"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);");