From d888031603f78335f37d70cd7968a336d83916f9 Mon Sep 17 00:00:00 2001 From: makss Date: Wed, 1 Apr 2020 13:57:42 +0300 Subject: [PATCH] Update Russian translation. --- adminer/lang/ru.inc.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/adminer/lang/ru.inc.php b/adminer/lang/ru.inc.php index fab11f98..3ee0ead4 100644 --- a/adminer/lang/ru.inc.php +++ b/adminer/lang/ru.inc.php @@ -289,4 +289,15 @@ $translations = array( 'Saving' => 'Сохранение', 'yes' => 'Да', 'no' => 'Нет', + 'Drop %s?' => 'Удалить %s?', + 'overwrite' => 'перезаписать', + 'DB' => 'DB', + 'Warnings' => 'Предупреждения', + 'Adminer does not support accessing a database without a password, more information.' => 'Adminer не поддерживает доступ к базе данных без пароля, больше информации.', + 'Thanks for using Adminer, consider donating.' => 'Спасибо за использование Adminer, рассмотрите возможность пожертвования.', + 'The action will be performed after successful login with the same credentials.' => 'Действие будет выполнено после успешного входа в систему с теми же учетными данными.', + 'Connecting to privileged ports is not allowed.' => 'Подключение к привилегированным портам не допускается.', + 'There is a space in the input password which might be the cause.' => 'В введеном пароле есть пробел, это может быть причиною.', + 'Unknown error.' => 'Неизвестная ошибка.', + 'Database does not support password.' => 'База данных не поддерживает пароль.', );