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:
authorJoas Schilling <coding@schilljs.com>2017-03-09 16:40:50 +0300
committerJoas Schilling <coding@schilljs.com>2017-03-09 16:40:50 +0300
commite1f3316ccbb7e74a297989bc3926172976559b98 (patch)
tree0df6d1bb4f8522861a66b1b817710e5f5bf2ad4b /l10n/ru.js
parent6b0a0d7b463aa78162479c5298eaaef346c82547 (diff)
Status Quo
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'l10n/ru.js')
-rw-r--r--l10n/ru.js16
1 files changed, 16 insertions, 0 deletions
diff --git a/l10n/ru.js b/l10n/ru.js
new file mode 100644
index 0000000..0202213
--- /dev/null
+++ b/l10n/ru.js
@@ -0,0 +1,16 @@
+OC.L10N.register(
+ "external",
+ {
+ "Please enter valid urls - they have to start with either http://, https:// or /" : "Введите действительные url-ы - они должны начинаться либо с http://, https:// или /",
+ "External sites saved." : "Внешние сайты сохранены.",
+ "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." : "Мы настойчиво рекомендуем правильно протестировать сконфигурированные ниже сайты.",
+ "Name" : "Имя",
+ "URL" : "Ссылка",
+ "Select an icon" : "Выберите иконку",
+ "Remove site" : "Удалить сайт",
+ "Add" : "Добавить"
+},
+"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);");