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 /settings/l10n/ru.php | |
parent | afb07d3e3953c5812de4f165c38b1cb96826da48 (diff) | |
download | nextcloud-server-1bf215cd085394695e97a1388077a7c35ef3d53b.tar.gz nextcloud-server-1bf215cd085394695e97a1388077a7c35ef3d53b.zip |
updated translations
Diffstat (limited to 'settings/l10n/ru.php')
-rw-r--r-- | settings/l10n/ru.php | 30 |
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" => "Удалить" +); |