diff options
Diffstat (limited to 'settings/l10n/ru.php')
-rw-r--r-- | settings/l10n/ru.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/settings/l10n/ru.php b/settings/l10n/ru.php index b1559c0c14e..49ae9a28a9a 100644 --- a/settings/l10n/ru.php +++ b/settings/l10n/ru.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Enabled" => "Включено", "Authentication error" => "Ошибка аутентификации", "Your full name has been changed." => "Ваше полное имя было изменено.", "Unable to change full name" => "Невозможно изменить полное имя", @@ -31,6 +32,7 @@ $TRANSLATIONS = array( "Unable to change password" => "Невозможно изменить пароль", "Saved" => "Сохранено", "test email settings" => "проверить настройки почты", +"If you received this email, the settings seem to be correct." => "Если вы получили это письмо, настройки верны.", "Email sent" => "Письмо отправлено", "You need to set your user email before being able to send test emails." => "Вы должны настроить свой e-mail пользователя прежде чем отправлять тестовые сообщения.", "Are you really sure you want add \"{domain}\" as trusted domain?" => "Вы действительно хотите добавить домен \"{domain}\" как доверенный?", @@ -154,6 +156,8 @@ $TRANSLATIONS = array( "Less" => "Меньше", "Version" => "Версия", "Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Разрабатывается <a href=\"http://ownCloud.org/contact\" target=\"_blank\">сообществом ownCloud</a>, <a href=\"https://github.com/owncloud\" target=\"_blank\">исходный код</a> доступен под лицензией <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.", +"More apps" => "Ещё приложения", +"by" => ":", "Documentation:" => "Документация:", "User Documentation" => "Пользовательская документация", "Admin Documentation" => "Документация администратора", |