Translate message added in 4.4.0

This commit is contained in:
Jakub Vrana 2018-01-24 18:21:18 +01:00
parent 95d02bb924
commit a137f248f7
2 changed files with 2 additions and 1 deletions

View file

@ -157,7 +157,7 @@ if (isset($_GET["username"])) {
}
list($host, $port) = explode(":", SERVER, 2);
if (is_numeric($port) && $port < 1024) {
auth_error('Connecting to privileged ports is not allowed.');
auth_error(lang('Connecting to privileged ports is not allowed.'));
}
check_invalid_login();
$connection = connect();

View file

@ -20,6 +20,7 @@ $translations = array(
'If you did not send this request from Adminer then close this page.' => 'Xx.',
'No extension' => 'Xx',
'None of the supported PHP extensions (%s) are available.' => 'Xx.',
'Connecting to privileged ports is not allowed.' => 'Xx.',
'Session support must be enabled.' => 'Xx.',
'Session expired, please login again.' => 'Xx.',
'%s version: %s through PHP extension %s' => 'Xx',