diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-10-29 01:55:45 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-10-29 01:55:45 -0400 |
commit | 527ef76dd6e45c2776edbc90829323e0ca534214 (patch) | |
tree | 3ef7860691334178e05ac2617aecd31923f6f5eb /core/l10n/ru.js | |
parent | 92e63a802c9324ccfcd716bb0461f5b7cc153549 (diff) | |
download | nextcloud-server-527ef76dd6e45c2776edbc90829323e0ca534214.tar.gz nextcloud-server-527ef76dd6e45c2776edbc90829323e0ca534214.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/ru.js')
-rw-r--r-- | core/l10n/ru.js | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/core/l10n/ru.js b/core/l10n/ru.js index a0bfc276556..46af1eb6a56 100644 --- a/core/l10n/ru.js +++ b/core/l10n/ru.js @@ -3,18 +3,23 @@ OC.L10N.register( { "Couldn't send mail to following users: %s " : "Невозможно отправить письмо следующим пользователям: %s", "Preparing update" : "Подготовка к обновлению", - "Migration tests are skipped - \"update.skip-migration-test\" is activated in config.php" : "Миграционные тесты пропущены - параметр \"update.skip-migration-test\" указан в config.php", "Turned on maintenance mode" : "Режим отладки включён", "Turned off maintenance mode" : "Режим отладки отключён", "Maintenance mode is kept active" : "Режим обслуживания оставлен включенным", + "Updating database schema" : "Обновление схемы базы данных", "Updated database" : "База данных обновлена", + "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Проверка возможности обновления схемы базы данных (это может занять длительное время в зависимости от размера базы данных)", "Checked database schema update" : "Проверено обновление схемы БД", + "Checking updates of apps" : "Проверка обновлений для приложений", + "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Проверка возможности обновления схемы базы данных для %s (это может занять длительное время в зависимости от размера базы данных)", "Checked database schema update for apps" : "Проверено обновление схемы БД приложений", "Updated \"%s\" to %s" : "Обновлено \"%s\" до %s", "Repair warning: " : "Предупреждение восстановления:", "Repair error: " : "Ошибка восстановления:", "Set log level to debug - current level: \"%s\"" : "Установить отладочное журналирование - текущий уровень: \"%s\"", "Reset log level to \"%s\"" : "Сбросить уровень журналирования в \"%s\"", + "%s (3rdparty)" : "%s (3rdparty)", + "%s (incompatible)" : "%s (несовместим)", "Following apps have been disabled: %s" : "Были отключены следующие приложения: %s", "Already up to date" : "Не нуждается в обновлении", "File is too big" : "Файл слишком большой", @@ -126,6 +131,7 @@ OC.L10N.register( "Set expiration date" : "Установить срок действия", "Expiration" : "Срок действия", "Expiration date" : "Дата окончания", + "Choose a password for the public link" : "Укажите пароль для публичной ссылки", "Sending ..." : "Отправляется ...", "Email sent" : "Письмо отправлено", "Resharing is not allowed" : "Повторное открытие доступа запрещено", @@ -133,7 +139,6 @@ OC.L10N.register( "Link" : "Ссылка", "Password protect" : "Защитить паролем", "Password" : "Пароль", - "Choose a password for the public link" : "Укажите пароль для публичной ссылки", "Allow editing" : "Разрешить редактирование", "Email link to person" : "Отправить ссылку по электронной почте", "Send" : "Отправить", @@ -255,6 +260,7 @@ OC.L10N.register( "Please try again or contact your administrator." : "Пожалуйста попробуйте ещё раз или свяжитесь с вашим администратором", "Log in" : "Войти", "Wrong password. Reset it?" : "Неправильный пароль. Сбросить его?", + "Stay logged in" : "Оставаться в системе", "Alternative Logins" : "Альтернативные имена пользователя", "Hey there,<br><br>just letting you know that %s shared <strong>%s</strong> with you.<br><a href=\"%s\">View it!</a><br><br>" : "Здравствуйте,<br><br>%s поделился с вами <strong>%s</strong>.<br>Перейдите по <a href=\"%s\">ссылке</a>, чтобы посмотреть<br><br>", "This ownCloud instance is currently in single user mode." : "Сервер ownCloud в настоящее время работает в однопользовательском режиме.", |