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 'settings/l10n/ru.php')
-rw-r--r--settings/l10n/ru.php30
1 files changed, 30 insertions, 0 deletions
diff --git a/settings/l10n/ru.php b/settings/l10n/ru.php
new file mode 100644
index 00000000000..12978bca245
--- /dev/null
+++ b/settings/l10n/ru.php
@@ -0,0 +1,30 @@
+<?php $TRANSLATIONS = array(
+"Authentication error" => "Ошибка аутентификации",
+"OpenID Changed" => "OpenID был изменён",
+"Invalid request" => "Неверный запрос",
+"Language changed" => "Язык изменён",
+"Add your application" => "Добавить ваше приложение",
+"Select an App" => "Выбрать приложение",
+"-licensed" => "-лицензия",
+"by" => "от",
+"Ask a question" => "Задать вопрос",
+"Problems connecting to help database." => "Проблема соединения с базой данных помощи.",
+"Go there manually." => "Войти самостоятельно.",
+"Answer" => "Ответ",
+"You use" => "Вы используете",
+"of the available" => "из доступных",
+"Your password got changed" => "Ваш пароль был изменён",
+"Unable to change your password" => "Невозможно сменить пароль",
+"Current password" => "Текущий пароль",
+"New password" => "Новый пароль",
+"show" => "показать",
+"Change password" => "Сменить пароль",
+"Language" => "Язык",
+"Help translating" => "Помощь с переводом",
+"use this address to connect to your ownCloud in your file manager" => "используйте данный адрес для подключения к ownCloud в вашем файловом менеджере",
+"Name" => "Имя",
+"Password" => "Пароль",
+"Groups" => "Группы",
+"Create" => "Создать",
+"Delete" => "Удалить"
+);