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

github.com/nextcloud/external.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2017-03-24 04:10:39 +0300
committerNextcloud bot <bot@nextcloud.com>2017-03-24 04:10:39 +0300
commit7df51abc57fcdf81e0fbaaf6ff73a7074cb96962 (patch)
tree5b2e4e7739b6b9cb00b0d592ca422b6a0ed29c76 /l10n/ru.js
parent66c66a2a5f68af292716fc13cd3f398d98949557 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n/ru.js')
-rw-r--r--l10n/ru.js16
1 files changed, 12 insertions, 4 deletions
diff --git a/l10n/ru.js b/l10n/ru.js
index fc9d800..60ad919 100644
--- a/l10n/ru.js
+++ b/l10n/ru.js
@@ -1,16 +1,24 @@
OC.L10N.register(
"external",
{
- "Please enter valid urls - they have to start with either http://, https:// or /" : "Введите действительные url-ы - они должны начинаться либо с http://, https:// или /",
- "External sites saved." : "Внешние сайты сохранены.",
+ "Select an icon" : "Выберите иконку",
+ "All languages" : "Все языки",
+ "The given name is invalid" : "Указано не верное имя",
+ "The given url is invalid" : "Указано не верный URL",
+ "The given language does not exist" : "Указанный язык не существует",
+ "The given icon does not exist" : "Указанный значок не существует",
+ "The site does not exist" : "Сайт не существует",
+ "__language_name__" : "__language_name__",
"External sites" : "Внешние сайты",
"Please note that some browsers will block displaying of sites via http if you are running https." : "Имейте ввиду, что некоторые браузеры не отображают сайты доступные по http, если вы используете https.",
"Furthermore please note that many sites these days disallow iframing due to security reasons." : "Кроме того, имейте ввиду, что многие сайты не разрешают iframe в целях безопасности.",
"We highly recommend to test the configured sites below properly." : "Мы настойчиво рекомендуем правильно протестировать сконфигурированные ниже сайты.",
+ "Add" : "Добавить",
"Name" : "Имя",
"URL" : "Ссылка",
- "Select an icon" : "Выберите иконку",
"Remove site" : "Удалить сайт",
- "Add" : "Добавить"
+ "Saving" : "Сохранение",
+ "Saved!" : "Сохранено!",
+ "Can not save site" : "Не удалось сохранить сайт"
},
"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);");