]> git.joonet.de Git - adminer.git/commitdiff
Translate message added in 4.4.0
authorJakub Vrana <jakub@vrana.cz>
Wed, 24 Jan 2018 17:21:18 +0000 (18:21 +0100)
committerJakub Vrana <jakub@vrana.cz>
Wed, 24 Jan 2018 17:22:20 +0000 (18:22 +0100)
adminer/include/auth.inc.php
adminer/lang/xx.inc.php

index f3caae8b30c791486f3f571c9d3e0c4176a02f16..51824df2f354166d12d077a405d51caed5310570 100644 (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();
index 71afb3ddbdf3c922802e05ba1808304b1bbcfaba..890fc8fe8677779c3d2a0c9a77cb051c2e218539 100644 (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',