diff --git a/adminer/include/adminer.inc.php b/adminer/include/adminer.inc.php index 4ce01b3e..bc96bd80 100644 --- a/adminer/include/adminer.inc.php +++ b/adminer/include/adminer.inc.php @@ -140,7 +140,7 @@ class Adminer { echo "\n"; // this is matched by compile.php echo adminer()->loginFormField('driver', '
' . lang('System') . '', html_select("auth[driver]", SqlDriver::$drivers, DRIVER, "loginDriver(this);")); - echo adminer()->loginFormField('server', '
' . lang('Server') . '', ''); + echo adminer()->loginFormField('server', '
' . lang('Server') . '', ''); // this is matched by compile.php echo adminer()->loginFormField('username', '
' . lang('Username') . '', '' . script("const authDriver = qs('#username').form['auth[driver]']; authDriver && authDriver.onchange();")); echo adminer()->loginFormField('password', '
' . lang('Password') . '', ''); diff --git a/adminer/lang/cs.inc.php b/adminer/lang/cs.inc.php index 326c13f5..c152ecb2 100644 --- a/adminer/lang/cs.inc.php +++ b/adminer/lang/cs.inc.php @@ -13,6 +13,7 @@ Lang::$translations = array( 'Logged as: %s' => 'Přihlášen jako: %s', 'Logout successful.' => 'Odhlášení proběhlo v pořádku.', 'Thanks for using Adminer, consider donating.' => 'Díky za použití Admineru, přispějte na vývoj.', + 'hostname[:port] or :socket' => 'hostname[:port] nebo :socket', 'Invalid credentials.' => 'Neplatné přihlašovací údaje.', 'There is a space in the input password which might be the cause.' => 'Problém může být, že je v zadaném hesle mezera.', 'Adminer does not support accessing a database without a password, more information.' => 'Adminer nepodporuje přístup k databázi bez hesla, více informací.', diff --git a/adminer/lang/xx.inc.php b/adminer/lang/xx.inc.php index a0e2099d..58194034 100644 --- a/adminer/lang/xx.inc.php +++ b/adminer/lang/xx.inc.php @@ -13,6 +13,7 @@ Lang::$translations = array( 'Logged as: %s' => 'Xx: %s', 'Logout successful.' => 'Xx.', 'Thanks for using Adminer, consider donating.' => 'Xx xx.', + 'hostname[:port] or :socket' => 'xx', 'Invalid credentials.' => 'Xx.', 'There is a space in the input password which might be the cause.' => 'Xx.', 'Adminer does not support accessing a database without a password, more information.' => 'Xx, xx.',