diff --git a/adminer/lang/ru.inc.php b/adminer/lang/ru.inc.php index 3ee0ead4..31cb1a33 100644 --- a/adminer/lang/ru.inc.php +++ b/adminer/lang/ru.inc.php @@ -300,4 +300,5 @@ $translations = array( 'There is a space in the input password which might be the cause.' => 'В введеном пароле есть пробел, это может быть причиною.', 'Unknown error.' => 'Неизвестная ошибка.', 'Database does not support password.' => 'База данных не поддерживает пароль.', + 'Disable %s or enable %s or %s extensions.' => 'Отключите %s или включите расширения %s или %s.', );