diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-09-03 15:08:49 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-09-03 15:08:58 +0200 |
commit | 1bf215cd085394695e97a1388077a7c35ef3d53b (patch) | |
tree | 6699b5633cbd10881966f09f6da22761a670d9a1 /core/l10n/ru.php | |
parent | afb07d3e3953c5812de4f165c38b1cb96826da48 (diff) | |
download | nextcloud-server-1bf215cd085394695e97a1388077a7c35ef3d53b.tar.gz nextcloud-server-1bf215cd085394695e97a1388077a7c35ef3d53b.zip |
updated translations
Diffstat (limited to 'core/l10n/ru.php')
-rw-r--r-- | core/l10n/ru.php | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/core/l10n/ru.php b/core/l10n/ru.php new file mode 100644 index 00000000000..d9ca7ed9083 --- /dev/null +++ b/core/l10n/ru.php @@ -0,0 +1,37 @@ +<?php $TRANSLATIONS = array( +"Personal" => "Личное", +"Users" => "Пользователи", +"Apps" => "Приложения", +"Admin" => "Администратор", +"Help" => "Помощь", +"Cloud not found" => "Облако не найдено", +"Create an <strong>admin account</strong>" => "Создать <strong>учётную запись администратора</strong>", +"Username" => "Имя пользователя", +"Password" => "Пароль", +"Configure the database" => "Настройка базы данных", +"will be used" => "будет использовано", +"Database user" => "Имя пользователя для базы данных", +"Database password" => "Пароль для базы данных", +"Database name" => "Название базы данных", +"Advanced" => "Дополнительно", +"Database host" => "Хост базы данных", +"Table prefix" => "Префикс для таблиц", +"Data folder" => "Директория с данными", +"Finish setup" => "Завершить установку", +"gives you the freedom to control your own data on the internet" => "дает Вам свободу управления Вашими данными в сети Интернет", +"Log out" => "Выйти", +"Settings" => "Настройки", +"Lost your password?" => "Забыли пароль?", +"remember" => "запомнить", +"You are logged out." => "Вы вышли.", +"You will receive a link to reset your password via Email." => "Вы получите ссылку для сброса пароля на Ваш e-mail.", +"Requested" => "Запрошено", +"Login failed!" => "Войти не удалось!", +"Username or Email" => "Имя пользователя или e-mail", +"Request reset" => "Запросить сброс", +"prev" => "пред", +"next" => "след", +"Your password was successfully reset" => "Ваш пароль был сброшен", +"New password" => "Новый пароль", +"Reset password" => "Сбросить пароль" +); |