From 4b67c7483f9beb7e2c4374ee24b073cbb9538562 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 2 Mar 2009 16:19:36 +0000 Subject: [PATCH] [auth] New setting AllowNoPassword (supercedes AllowNoPasswordRoot) that applies to all accounts (even the anonymous user) --- ChangeLog | 2 ++ Documentation.html | 7 ++++--- lang/afrikaans-utf-8.inc.php | 6 +++--- lang/albanian-utf-8.inc.php | 6 +++--- lang/arabic-utf-8.inc.php | 6 +++--- lang/azerbaijani-utf-8.inc.php | 6 +++--- lang/bangla-utf-8.inc.php | 6 +++--- lang/basque-utf-8.inc.php | 6 +++--- lang/belarusian_cyrillic-utf-8.inc.php | 6 +++--- lang/belarusian_latin-utf-8.inc.php | 6 +++--- lang/bosnian-utf-8.inc.php | 6 +++--- lang/brazilian_portuguese-utf-8.inc.php | 6 +++--- lang/bulgarian-utf-8.inc.php | 6 +++--- lang/catalan-utf-8.inc.php | 6 +++--- lang/chinese_simplified-utf-8.inc.php | 6 +++--- lang/chinese_traditional-utf-8.inc.php | 6 +++--- lang/croatian-utf-8.inc.php | 6 +++--- lang/czech-utf-8.inc.php | 6 +++--- lang/danish-utf-8.inc.php | 6 +++--- lang/dutch-utf-8.inc.php | 6 +++--- lang/english-utf-8.inc.php | 6 +++--- lang/estonian-utf-8.inc.php | 6 +++--- lang/finnish-utf-8.inc.php | 6 +++--- lang/french-utf-8.inc.php | 6 +++--- lang/galician-utf-8.inc.php | 6 +++--- lang/georgian-utf-8.inc.php | 6 +++--- lang/german-utf-8.inc.php | 6 +++--- lang/greek-utf-8.inc.php | 6 +++--- lang/hebrew-utf-8.inc.php | 6 +++--- lang/hindi-utf-8.inc.php | 6 +++--- lang/hungarian-utf-8.inc.php | 6 +++--- lang/indonesian-utf-8.inc.php | 6 +++--- lang/italian-utf-8.inc.php | 6 +++--- lang/japanese-utf-8.inc.php | 6 +++--- lang/korean-utf-8.inc.php | 6 +++--- lang/latvian-utf-8.inc.php | 6 +++--- lang/lithuanian-utf-8.inc.php | 6 +++--- lang/macedonian_cyrillic-utf-8.inc.php | 6 +++--- lang/malay-utf-8.inc.php | 6 +++--- lang/mongolian-utf-8.inc.php | 6 +++--- lang/norwegian-utf-8.inc.php | 6 +++--- lang/persian-utf-8.inc.php | 6 +++--- lang/polish-utf-8.inc.php | 6 +++--- lang/portuguese-utf-8.inc.php | 6 +++--- lang/romanian-utf-8.inc.php | 6 +++--- lang/russian-utf-8.inc.php | 6 +++--- lang/serbian_cyrillic-utf-8.inc.php | 6 +++--- lang/serbian_latin-utf-8.inc.php | 6 +++--- lang/sinhala-utf-8.inc.php | 6 +++--- lang/slovak-utf-8.inc.php | 6 +++--- lang/slovenian-utf-8.inc.php | 6 +++--- lang/spanish-utf-8.inc.php | 6 +++--- lang/swedish-utf-8.inc.php | 6 +++--- lang/tatarish-utf-8.inc.php | 6 +++--- lang/thai-utf-8.inc.php | 6 +++--- lang/turkish-utf-8.inc.php | 6 +++--- lang/ukrainian-utf-8.inc.php | 6 +++--- libraries/auth/cookie.auth.lib.php | 4 ++-- libraries/common.inc.php | 8 ++++---- libraries/config.default.php | 6 +++--- setup/lib/forms.inc.php | 4 ++-- setup/lib/index.lib.php | 10 +++++----- 62 files changed, 187 insertions(+), 184 deletions(-) diff --git a/ChangeLog b/ChangeLog index de8313741..61fd63b74 100644 --- a/ChangeLog +++ b/ChangeLog @@ -30,6 +30,8 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA - patch #2602633 [core] support column name having square brackets, thanks to Herman van Rink - helmo + [lang] Lithuanian update, thanks to Rytis Slatkevicius - rytis_s ++ [auth] New setting AllowNoPassword (supercedes AllowNoPasswordRoot) that + applies to all accounts (even the anonymous user) 3.1.4.0 (not yet released) + patch #1808339 [doc] Apache SSLOptions and StdEnvVars FAQ, diff --git a/Documentation.html b/Documentation.html index b213bce23..305995e43 100644 --- a/Documentation.html +++ b/Documentation.html @@ -1053,11 +1053,12 @@ ALTER TABLE `pma_column_comments` boolean
Whether to allow root access. This is just a shortcut for the AllowDeny rules below.
-
$cfg['Servers'][$i]['AllowNoPasswordRoot'] +
$cfg['Servers'][$i]['AllowNoPassword'] boolean
-
Whether to allow access to root user without password. The default +
Whether to allow logins without a password. The default value of false for this parameter prevents unintended access - to a MySQL server with was left with an empty password for root. + to a MySQL server with was left with an empty password for root or + on which an anonymous (blank) user is defined.
$cfg['Servers'][$i]['AllowDeny']['order'] string diff --git a/lang/afrikaans-utf-8.inc.php b/lang/afrikaans-utf-8.inc.php index 6c78e3acf..71f721d71 100644 --- a/lang/afrikaans-utf-8.inc.php +++ b/lang/afrikaans-utf-8.inc.php @@ -1165,7 +1165,6 @@ $strSetupVersionCheckNone = 'No newer stable version is available'; //to transl $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate @@ -1260,7 +1259,6 @@ $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _) $strSetupServers_hide_db_name = 'Hide databases'; //to translate $strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate -$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate @@ -1473,5 +1471,7 @@ $strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s&qu $strShowBinaryContents = 'Show binary contents'; //to translate $strShowBLOBContents = 'Show BLOB contents'; //to translate $strStatic = 'static'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/albanian-utf-8.inc.php b/lang/albanian-utf-8.inc.php index 443a81efa..4a0e5c27b 100644 --- a/lang/albanian-utf-8.inc.php +++ b/lang/albanian-utf-8.inc.php @@ -1164,7 +1164,6 @@ $strSetupVersionCheckNone = 'No newer stable version is available'; //to transl $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate @@ -1259,7 +1258,6 @@ $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _) $strSetupServers_hide_db_name = 'Hide databases'; //to translate $strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate -$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate @@ -1472,5 +1470,7 @@ $strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s&qu $strShowBinaryContents = 'Show binary contents'; //to translate $strShowBLOBContents = 'Show BLOB contents'; //to translate $strStatic = 'static'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/arabic-utf-8.inc.php b/lang/arabic-utf-8.inc.php index 3a7ebc1a9..56057e10c 100644 --- a/lang/arabic-utf-8.inc.php +++ b/lang/arabic-utf-8.inc.php @@ -1166,7 +1166,6 @@ $strSetupVersionCheckNone = 'No newer stable version is available'; //to transl $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate @@ -1261,7 +1260,6 @@ $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _) $strSetupServers_hide_db_name = 'Hide databases'; //to translate $strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate -$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate @@ -1474,5 +1472,7 @@ $strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s&qu $strShowBinaryContents = 'Show binary contents'; //to translate $strShowBLOBContents = 'Show BLOB contents'; //to translate $strStatic = 'static'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/azerbaijani-utf-8.inc.php b/lang/azerbaijani-utf-8.inc.php index be250f0a7..26dfbb1ce 100644 --- a/lang/azerbaijani-utf-8.inc.php +++ b/lang/azerbaijani-utf-8.inc.php @@ -1161,7 +1161,6 @@ $strSetupVersionCheckNone = 'No newer stable version is available'; //to transl $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate @@ -1256,7 +1255,6 @@ $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _) $strSetupServers_hide_db_name = 'Hide databases'; //to translate $strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate -$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate @@ -1469,5 +1467,7 @@ $strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s&qu $strShowBinaryContents = 'Show binary contents'; //to translate $strShowBLOBContents = 'Show BLOB contents'; //to translate $strStatic = 'static'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/bangla-utf-8.inc.php b/lang/bangla-utf-8.inc.php index 156ef5104..e31d652e9 100644 --- a/lang/bangla-utf-8.inc.php +++ b/lang/bangla-utf-8.inc.php @@ -1140,7 +1140,6 @@ $strSetupVersionCheckNone = 'No newer stable version is available'; //to transl $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate @@ -1235,7 +1234,6 @@ $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _) $strSetupServers_hide_db_name = 'Hide databases'; //to translate $strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate -$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate @@ -1448,5 +1446,7 @@ $strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s&qu $strShowBinaryContents = 'Show binary contents'; //to translate $strShowBLOBContents = 'Show BLOB contents'; //to translate $strStatic = 'static'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/basque-utf-8.inc.php b/lang/basque-utf-8.inc.php index a7cc93332..5b38a92f2 100644 --- a/lang/basque-utf-8.inc.php +++ b/lang/basque-utf-8.inc.php @@ -1158,7 +1158,6 @@ $strSetupVersionCheckNone = 'No newer stable version is available'; //to transl $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate @@ -1253,7 +1252,6 @@ $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _) $strSetupServers_hide_db_name = 'Hide databases'; //to translate $strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate -$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate @@ -1466,5 +1464,7 @@ $strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s&qu $strShowBinaryContents = 'Show binary contents'; //to translate $strShowBLOBContents = 'Show BLOB contents'; //to translate $strStatic = 'static'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/belarusian_cyrillic-utf-8.inc.php b/lang/belarusian_cyrillic-utf-8.inc.php index 0fb1e61df..552c5df4f 100644 --- a/lang/belarusian_cyrillic-utf-8.inc.php +++ b/lang/belarusian_cyrillic-utf-8.inc.php @@ -1140,7 +1140,6 @@ $strSetupVersionCheckNone = 'No newer stable version is available'; //to transl $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate @@ -1235,7 +1234,6 @@ $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _) $strSetupServers_hide_db_name = 'Hide databases'; //to translate $strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate -$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate @@ -1448,5 +1446,7 @@ $strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s&qu $strShowBinaryContents = 'Show binary contents'; //to translate $strShowBLOBContents = 'Show BLOB contents'; //to translate $strStatic = 'static'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/belarusian_latin-utf-8.inc.php b/lang/belarusian_latin-utf-8.inc.php index 7e30727f7..358ddcfe1 100644 --- a/lang/belarusian_latin-utf-8.inc.php +++ b/lang/belarusian_latin-utf-8.inc.php @@ -1148,7 +1148,6 @@ $strSetupVersionCheckNone = 'No newer stable version is available'; //to transl $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate @@ -1243,7 +1242,6 @@ $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _) $strSetupServers_hide_db_name = 'Hide databases'; //to translate $strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate -$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate @@ -1456,5 +1454,7 @@ $strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s&qu $strShowBinaryContents = 'Show binary contents'; //to translate $strShowBLOBContents = 'Show BLOB contents'; //to translate $strStatic = 'static'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/bosnian-utf-8.inc.php b/lang/bosnian-utf-8.inc.php index e648a10e7..6ddc4d3db 100644 --- a/lang/bosnian-utf-8.inc.php +++ b/lang/bosnian-utf-8.inc.php @@ -1164,7 +1164,6 @@ $strSetupVersionCheckNone = 'No newer stable version is available'; //to transl $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate @@ -1259,7 +1258,6 @@ $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _) $strSetupServers_hide_db_name = 'Hide databases'; //to translate $strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate -$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate @@ -1472,5 +1470,7 @@ $strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s&qu $strShowBinaryContents = 'Show binary contents'; //to translate $strShowBLOBContents = 'Show BLOB contents'; //to translate $strStatic = 'static'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/brazilian_portuguese-utf-8.inc.php b/lang/brazilian_portuguese-utf-8.inc.php index 8d44a14af..0b3bd5992 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php +++ b/lang/brazilian_portuguese-utf-8.inc.php @@ -1138,7 +1138,6 @@ $strSetupVersionCheckNone = 'No newer stable version is available'; //to transl $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate @@ -1233,7 +1232,6 @@ $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _) $strSetupServers_hide_db_name = 'Hide databases'; //to translate $strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate -$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate @@ -1446,5 +1444,7 @@ $strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s&qu $strShowBinaryContents = 'Show binary contents'; //to translate $strShowBLOBContents = 'Show BLOB contents'; //to translate $strStatic = 'static'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/bulgarian-utf-8.inc.php b/lang/bulgarian-utf-8.inc.php index 5b3e870ed..d654a3845 100644 --- a/lang/bulgarian-utf-8.inc.php +++ b/lang/bulgarian-utf-8.inc.php @@ -1161,7 +1161,6 @@ $strSetupVersionCheckNone = 'No newer stable version is available'; //to transl $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate @@ -1256,7 +1255,6 @@ $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _) $strSetupServers_hide_db_name = 'Hide databases'; //to translate $strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate -$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate @@ -1469,5 +1467,7 @@ $strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s&qu $strShowBinaryContents = 'Show binary contents'; //to translate $strShowBLOBContents = 'Show BLOB contents'; //to translate $strStatic = 'static'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/catalan-utf-8.inc.php b/lang/catalan-utf-8.inc.php index dec8fd83b..9aaace630 100644 --- a/lang/catalan-utf-8.inc.php +++ b/lang/catalan-utf-8.inc.php @@ -997,13 +997,11 @@ $strSetupSaveDir_desc = 'Directori del servidor ón pots desar les exportacions' $strSetupSaveDir_name = 'Directori de Desades'; $strSetupServerAuthConfigMsg = 'Has triat el tipus d\'autenticació [kbd]config[/kbd] i has inclós el nom d\'usuari i la contrasenya per connexions automàtiques, que es una opció no recomanable per a servidors actius. Qualsevol que conegui la teva URL de phpMyAdmin pot accedir al teu panel directament. Estableix el [a@?page=servers&mode=edit&id=%1$d#tab_Server]tipus d\'autenticació[/a] a [kbd]cookie[/kbd] o [kbd]http[/kbd].'; $strSetupServerExtensionMsg = 'Hauries d\'utilitzar mysqli per raons de rendiment'; -$strSetupServerNoPasswordRootMsg = 'Permets connexions al servidor com a root sense contrasenya.'; $strSetupServersAdd = 'Afegir un nou servidor'; $strSetupServers_AllowDeny_order_desc = 'Deixa en blanc si no l\'utilitzes'; $strSetupServers_AllowDeny_order_name = 'Ordre d\'autenticació del servidor'; $strSetupServers_AllowDeny_rules_desc = 'Deixa en blanc per als predeterminats'; $strSetupServers_AllowDeny_rules_name = 'Regles d\'autenticació del servidor'; -$strSetupServers_AllowNoPasswordRoot_name = 'Permetre root sense contrasenya'; $strSetupServers_AllowRoot_name = 'Permetre la connexió de root'; $strSetupServers_auth_swekey_config_desc = 'El camí de l\'arxiu de configuració per [a@http://swekey.com]autenticació per maquinari SweKey[/a] (no trobat al teu arrel de documents; es recomana a: /etc/swekey.conf)'; $strSetupServers_auth_swekey_config_name = 'Arxiu de configuració SweKey'; @@ -1446,5 +1444,7 @@ $strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s&qu $strShowBinaryContents = 'Show binary contents'; //to translate $strShowBLOBContents = 'Show BLOB contents'; //to translate $strStatic = 'static'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/chinese_simplified-utf-8.inc.php b/lang/chinese_simplified-utf-8.inc.php index 675ab0143..1afc5630c 100644 --- a/lang/chinese_simplified-utf-8.inc.php +++ b/lang/chinese_simplified-utf-8.inc.php @@ -1166,7 +1166,6 @@ $strSetupVersionCheckNone = 'No newer stable version is available'; //to transl $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate @@ -1261,7 +1260,6 @@ $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _) $strSetupServers_hide_db_name = 'Hide databases'; //to translate $strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate -$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate @@ -1474,5 +1472,7 @@ $strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s&qu $strShowBinaryContents = 'Show binary contents'; //to translate $strShowBLOBContents = 'Show BLOB contents'; //to translate $strStatic = 'static'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/chinese_traditional-utf-8.inc.php b/lang/chinese_traditional-utf-8.inc.php index db0737f43..7862a82de 100644 --- a/lang/chinese_traditional-utf-8.inc.php +++ b/lang/chinese_traditional-utf-8.inc.php @@ -1145,7 +1145,6 @@ $strSetupVersionCheckNone = 'No newer stable version is available'; //to transl $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate @@ -1240,7 +1239,6 @@ $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _) $strSetupServers_hide_db_name = 'Hide databases'; //to translate $strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate -$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate @@ -1453,5 +1451,7 @@ $strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s&qu $strShowBinaryContents = 'Show binary contents'; //to translate $strShowBLOBContents = 'Show BLOB contents'; //to translate $strStatic = 'static'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/croatian-utf-8.inc.php b/lang/croatian-utf-8.inc.php index d654afceb..1d18acd54 100644 --- a/lang/croatian-utf-8.inc.php +++ b/lang/croatian-utf-8.inc.php @@ -1142,7 +1142,6 @@ $strSetupVersionCheckNone = 'No newer stable version is available'; //to transl $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate @@ -1237,7 +1236,6 @@ $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _) $strSetupServers_hide_db_name = 'Hide databases'; //to translate $strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate -$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate @@ -1450,5 +1448,7 @@ $strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s&qu $strShowBinaryContents = 'Show binary contents'; //to translate $strShowBLOBContents = 'Show BLOB contents'; //to translate $strStatic = 'static'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/czech-utf-8.inc.php b/lang/czech-utf-8.inc.php index 20aad47c2..2c2fce929 100644 --- a/lang/czech-utf-8.inc.php +++ b/lang/czech-utf-8.inc.php @@ -998,13 +998,11 @@ $strSetupSaveDir_desc = 'Adresář na serveru pro ukládání exportů'; $strSetupSaveDir_name = 'Adresář pro ukládání'; $strSetupServerAuthConfigMsg = 'Nastavil jste typ autentizace [kbd]config[/kbd] a zadal jste uživatelské jméno a heslo pro automatické přihlášení, což není doporučená volba pro produkční servery. Kdokoli kdo zná URL phpMyAdminu může přímo přistoupit k Vašemu phpMyAdmin panelu. Nastavte [a@?page=servers&mode=edit&id=%1$d#tab_Server]typ autentizace[/a] na [kbd]cookie[/kbd] nebo [kbd]http[/kbd].'; $strSetupServerExtensionMsg = 'Měl byste použít mysqli z výkonostních důvodů.'; -$strSetupServerNoPasswordRootMsg = 'Připustil jste přihlášení uživatele root k serveru bez hesla.'; $strSetupServersAdd = 'Přidat nový server'; $strSetupServers_AllowDeny_order_desc = 'Pokud tuto volbu nepoužíváte, nechte ji prázdnou.'; $strSetupServers_AllowDeny_order_name = 'Příkaz pro autentizaci serverů'; $strSetupServers_AllowDeny_rules_desc = 'Nechte volbu prázdnou pro výchozí nastavení.'; $strSetupServers_AllowDeny_rules_name = 'Pravidla autentizace serverů'; -$strSetupServers_AllowNoPasswordRoot_name = 'Povolit uživatele root bez hesla'; $strSetupServers_AllowRoot_name = 'Povolit přihlašování uživatele root'; $strSetupServers_auth_swekey_config_desc = 'Cesta ke konfiguračnímu souboru pro [a@http://swekey.com]hardwarovou autentizaci SweKey[/a] (Není umístěna ve Vašem kořenovém adresáři dokumentů; Doporučení: /etc/swekey.conf)'; $strSetupServers_auth_swekey_config_name = 'Konfigurační soubor SweKey'; @@ -1452,5 +1450,7 @@ $strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s&qu $strShowBinaryContents = 'Show binary contents'; //to translate $strShowBLOBContents = 'Show BLOB contents'; //to translate $strStatic = 'static'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/danish-utf-8.inc.php b/lang/danish-utf-8.inc.php index 92e1c5e76..f94b7edc1 100644 --- a/lang/danish-utf-8.inc.php +++ b/lang/danish-utf-8.inc.php @@ -1140,7 +1140,6 @@ $strSetupVersionCheckNone = 'No newer stable version is available'; //to transl $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate @@ -1235,7 +1234,6 @@ $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _) $strSetupServers_hide_db_name = 'Hide databases'; //to translate $strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate -$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate @@ -1448,5 +1446,7 @@ $strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s&qu $strShowBinaryContents = 'Show binary contents'; //to translate $strShowBLOBContents = 'Show BLOB contents'; //to translate $strStatic = 'static'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/dutch-utf-8.inc.php b/lang/dutch-utf-8.inc.php index 3dbee9445..124548559 100644 --- a/lang/dutch-utf-8.inc.php +++ b/lang/dutch-utf-8.inc.php @@ -1009,13 +1009,11 @@ $strSetupSaveDir_desc = 'Directory op de server waar exports kunnen worden opges $strSetupSaveDir_name = 'Opslag directory'; $strSetupServerAuthConfigMsg = 'U gebruikt het [kbd]config[/kbd] authenticatie type en heeft de te gebruiken gebruikersnaam en wachtwoord hierbij opgegeven voor automatisch inloggen. Dit is niet aanbevolen voor productie systemen gezien iemand die het URL van phpMyAdmin achterhaald direct toegang heeft. Gebruik het [a@?page=servers&mode=edit&id=%1$d#tab_Server]authenticatie type[/a] [kbd]cookie[/kbd] of [kbd]http[/kbd].'; $strSetupServerExtensionMsg = 'Voor betere prestaties kunt u het beste mysqli gebruiken'; -$strSetupServerNoPasswordRootMsg = 'U staat het toe dat de root gebruiker zonder wachtwoord kan inloggen'; $strSetupServersAdd = 'Een server toevoegen'; $strSetupServers_AllowDeny_order_desc = 'Laat dit veld leeg indien u het niet wenst te gebruiken'; $strSetupServers_AllowDeny_order_name = 'Machine authenticatie volgorde'; $strSetupServers_AllowDeny_rules_desc = 'Laat dit veld leeg om de standaardwaarde te gebruiken'; $strSetupServers_AllowDeny_rules_name = 'Host authenticatie regels'; -$strSetupServers_AllowNoPasswordRoot_name = 'Inloggen als root toestaan zonder wachtwoord'; $strSetupServers_AllowRoot_name = 'Root login toestaan'; $strSetupServers_auth_swekey_config_desc = 'Het pad naar het configuratiebestand voor [a@http://swekey.com]SweKey hardware authenticatie[/a] (niet binnen de document root directory van uw webserver; suggestie: /etc/swekey.conf)'; $strSetupServers_auth_swekey_config_name = 'SweKey configuratiebestand'; @@ -1454,6 +1452,8 @@ $strSetupServers_verbose_desc = 'Een gebruiksvriendelijke naam voor deze server. $strShowBinaryContents = 'Toon binaire inhoud'; $strShowBLOBContents = 'Toon BLOB inhoud'; $strStatic = 'statisch'; -$strRootWithoutPassword = 'Het inloggen met de gebruiker root is niet toegestaan vanuit de instellingen (see AllowNoPasswordRoot)'; +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/english-utf-8.inc.php b/lang/english-utf-8.inc.php index 8b489049e..62a639328 100644 --- a/lang/english-utf-8.inc.php +++ b/lang/english-utf-8.inc.php @@ -455,6 +455,7 @@ $strLocalhost = 'Local'; $strLocationTextfile = 'Location of the text file'; $strLoginInformation = 'Login Information'; $strLogin = 'Log in'; +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; $strLogout = 'Log out'; $strLogPassword = 'Password:'; $strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; @@ -721,7 +722,6 @@ $strRevokeAndDelete = 'Revoke all active privileges from the users and delete th $strRevokeMessage = 'You have revoked the privileges for %s'; $strRevoke = 'Revoke'; $strRomanian = 'Romanian'; -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; $strRoutineReturnType = 'Return type'; $strRoutines = 'Routines'; $strRowLength = 'Row length'; @@ -1005,13 +1005,13 @@ $strSetupSaveDir_desc = 'Directory where exports can be saved on server'; $strSetupSaveDir_name = 'Save directory'; $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; $strSetupServersAdd = 'Add a new server'; $strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; $strSetupServers_AllowDeny_order_name = 'Host authentication order'; $strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; $strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; -$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; $strSetupServers_AllowRoot_name = 'Allow root login'; $strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; $strSetupServers_auth_swekey_config_name = 'SweKey config file'; diff --git a/lang/estonian-utf-8.inc.php b/lang/estonian-utf-8.inc.php index f7a0baabc..4452b6144 100644 --- a/lang/estonian-utf-8.inc.php +++ b/lang/estonian-utf-8.inc.php @@ -1146,7 +1146,6 @@ $strSetupVersionCheckNone = 'No newer stable version is available'; //to transl $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate @@ -1241,7 +1240,6 @@ $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _) $strSetupServers_hide_db_name = 'Hide databases'; //to translate $strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate -$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate @@ -1454,5 +1452,7 @@ $strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s&qu $strShowBinaryContents = 'Show binary contents'; //to translate $strShowBLOBContents = 'Show BLOB contents'; //to translate $strStatic = 'static'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/finnish-utf-8.inc.php b/lang/finnish-utf-8.inc.php index 8f8df8b02..3fce1a5a8 100644 --- a/lang/finnish-utf-8.inc.php +++ b/lang/finnish-utf-8.inc.php @@ -1004,13 +1004,11 @@ $strSetupSaveDir_desc = 'Hakemisto, jonne viennit voi tallentaa palvelimella'; $strSetupSaveDir_name = 'Tallennushakemisto'; $strSetupServerAuthConfigMsg = 'Asetit [kbd]config[/kbd]-todennustyypin ja sisällytit käyttäjänimen ja salasanan automaattista kirjautumista varten. Tämä ei ole suotava vaihtoehto oikeille palvelimille. Joka tietää tai arvaa phpMyAdmin-osoitteesi pystyy suoraan käyttämään phpMyAdmin-paneeliasi. [a@?page=servers&mode=edit&id=%1$d#tab_Server]Todennustyypiksi[/a] kannattaa asettaa [kbd]cookie[/kbd] tai [kbd]http[/kbd].'; $strSetupServerExtensionMsg = 'Suorituskykysyistä tulisi käyttää mysqli-laajennusta.'; -$strSetupServerNoPasswordRootMsg = 'Sallit yhteyden palvelimeen pääkäyttäjänä ilman salasanaa.'; $strSetupServersAdd = 'Lisää uusi palvelin'; $strSetupServers_AllowDeny_order_desc = 'Jätä tyhjäksi, jos tätä ei käytetä'; $strSetupServers_AllowDeny_order_name = 'Palvelintodennuksen järjestys'; $strSetupServers_AllowDeny_rules_desc = 'Käytä oletusarvoja jättämällä tyhjäksi'; $strSetupServers_AllowDeny_rules_name = 'Palvelintodennuksen säännöt'; -$strSetupServers_AllowNoPasswordRoot_name = 'Salli pääkäyttäjä ilman salasanaa'; $strSetupServers_AllowRoot_name = 'Salli pääkäyttäjän kirjautuminen'; $strSetupServers_auth_swekey_config_desc = '[a@http://swekey.com]SweKey-laitteistotodennuksen[/a] asetustiedoston polku (ei dokumenttijuuressa; suositeltu: /etc/swekey.conf)'; $strSetupServers_auth_swekey_config_name = 'SweKey-asetustiedosto'; @@ -1449,5 +1447,7 @@ $strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s&qu $strShowBinaryContents = 'Show binary contents'; //to translate $strShowBLOBContents = 'Show BLOB contents'; //to translate $strStatic = 'static'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/french-utf-8.inc.php b/lang/french-utf-8.inc.php index 172661621..793efc973 100644 --- a/lang/french-utf-8.inc.php +++ b/lang/french-utf-8.inc.php @@ -1001,13 +1001,11 @@ $strSetupSaveDir_desc = 'Répertoire où les exportations peuvent être sauvegar $strSetupSaveDir_name = 'Répertoire de sauvegarde'; $strSetupServerAuthConfigMsg = 'La méthode d\'authentification [kbd]config[/kbd] permet une connexion automatique, ce qui n\'est pas souhaitable dans un environnement réel. Toute personne qui connaît l\'URL d\'accès peut entrer dans votre phpMyAdmin. Il est suggérer de régler votre [a@?page=servers&mode=edit&id=%1$d#tab_Server]type d\'authentification[/a] à [kbd]cookie[/kbd] ou [kbd]http[/kbd].'; $strSetupServerExtensionMsg = 'Il est recommandé d\'utiliser mysqli'; -$strSetupServerNoPasswordRootMsg = 'Vous permettez la connextion au serveur en tant que root sans mot de passe.'; $strSetupServersAdd = 'Ajouter un serveur'; $strSetupServers_AllowDeny_order_desc = 'Laisser vide si non utilisé'; $strSetupServers_AllowDeny_order_name = 'Ordre d\'authentification des serveurs'; $strSetupServers_AllowDeny_rules_desc = 'Laisser vide pour la valeur par défaut'; $strSetupServers_AllowDeny_rules_name = 'Règles d\'authentification des serveurs'; -$strSetupServers_AllowNoPasswordRoot_name = 'Permettre l\'utilisateur root sans mot de passe'; $strSetupServers_AllowRoot_name = 'Permettre une connexion à root'; $strSetupServers_auth_swekey_config_desc = 'Le chemin du fichier de configuration pour [a@http://swekey.com]l\'authentification matérielle Swekey[/a] (ne pas placer sous la racine des documents; suggestion : /etc/swekey.conf)'; $strSetupServers_auth_swekey_config_name = 'Fichier de configuration SweKey'; @@ -1445,5 +1443,7 @@ $strYes = 'Oui'; $strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlève la limite.'; $strZip = '"zippé"'; -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/galician-utf-8.inc.php b/lang/galician-utf-8.inc.php index f0af6ba0b..ec492dbf4 100644 --- a/lang/galician-utf-8.inc.php +++ b/lang/galician-utf-8.inc.php @@ -1139,7 +1139,6 @@ $strSetupVersionCheckNone = 'No newer stable version is available'; //to transl $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate @@ -1234,7 +1233,6 @@ $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _) $strSetupServers_hide_db_name = 'Hide databases'; //to translate $strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate -$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate @@ -1447,5 +1445,7 @@ $strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s&qu $strShowBinaryContents = 'Show binary contents'; //to translate $strShowBLOBContents = 'Show BLOB contents'; //to translate $strStatic = 'static'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/georgian-utf-8.inc.php b/lang/georgian-utf-8.inc.php index 1347e70f3..9bebf10b2 100644 --- a/lang/georgian-utf-8.inc.php +++ b/lang/georgian-utf-8.inc.php @@ -726,7 +726,6 @@ $strRevokeAndDelete = 'Revoke all active privileges from the users and delete th $strRevokeMessage = 'You have revoked the privileges for %s'; $strRevoke = 'Revoke'; $strRomanian = 'რუმინული'; -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; $strRoutineReturnType = 'Return type'; $strRoutines = 'Routines'; $strRowLength = 'სტრიქონის სიგრძე'; @@ -1010,13 +1009,11 @@ $strSetupSaveDir_desc = 'Directory where exports can be saved on server'; $strSetupSaveDir_name = 'დირექტორიის შენახვა'; $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; $strSetupServersAdd = 'ახალი სერვერის დამატება'; $strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; $strSetupServers_AllowDeny_order_name = 'Host authentication order'; $strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; $strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; -$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; $strSetupServers_AllowRoot_name = 'root-ით შესვლის ნებართვა'; $strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; $strSetupServers_auth_swekey_config_name = 'SweKey config file'; @@ -1454,4 +1451,7 @@ $strYes = 'დიახ'; $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; $strZip = '"zip-ით შეკუმშული"'; +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/german-utf-8.inc.php b/lang/german-utf-8.inc.php index ab2c13e3c..edcc99855 100644 --- a/lang/german-utf-8.inc.php +++ b/lang/german-utf-8.inc.php @@ -1155,7 +1155,6 @@ $strSetupVersionCheckNone = 'No newer stable version is available'; //to transl $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate @@ -1250,7 +1249,6 @@ $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _) $strSetupServers_hide_db_name = 'Hide databases'; //to translate $strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate -$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate @@ -1454,5 +1452,7 @@ $strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all se $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strStatic = 'static'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/greek-utf-8.inc.php b/lang/greek-utf-8.inc.php index 09991ab47..941bd7470 100644 --- a/lang/greek-utf-8.inc.php +++ b/lang/greek-utf-8.inc.php @@ -1163,7 +1163,6 @@ $strSetupVersionCheckNone = 'No newer stable version is available'; //to transl $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate @@ -1258,7 +1257,6 @@ $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _) $strSetupServers_hide_db_name = 'Hide databases'; //to translate $strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate -$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate @@ -1471,5 +1469,7 @@ $strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s&qu $strShowBinaryContents = 'Show binary contents'; //to translate $strShowBLOBContents = 'Show BLOB contents'; //to translate $strStatic = 'static'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/hebrew-utf-8.inc.php b/lang/hebrew-utf-8.inc.php index 368ef1ad4..09e8022db 100644 --- a/lang/hebrew-utf-8.inc.php +++ b/lang/hebrew-utf-8.inc.php @@ -1158,7 +1158,6 @@ $strSetupVersionCheckNone = 'No newer stable version is available'; //to transl $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate @@ -1253,7 +1252,6 @@ $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _) $strSetupServers_hide_db_name = 'Hide databases'; //to translate $strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate -$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate @@ -1466,5 +1464,7 @@ $strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s&qu $strShowBinaryContents = 'Show binary contents'; //to translate $strShowBLOBContents = 'Show BLOB contents'; //to translate $strStatic = 'static'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/hindi-utf-8.inc.php b/lang/hindi-utf-8.inc.php index 0308ca26d..d50dd8f9e 100644 --- a/lang/hindi-utf-8.inc.php +++ b/lang/hindi-utf-8.inc.php @@ -1166,7 +1166,6 @@ $strSetupVersionCheckNone = 'No newer stable version is available'; //to transl $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate @@ -1261,7 +1260,6 @@ $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _) $strSetupServers_hide_db_name = 'Hide databases'; //to translate $strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate -$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate @@ -1474,5 +1472,7 @@ $strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s&qu $strShowBinaryContents = 'Show binary contents'; //to translate $strShowBLOBContents = 'Show BLOB contents'; //to translate $strStatic = 'static'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/hungarian-utf-8.inc.php b/lang/hungarian-utf-8.inc.php index ea9caa060..752491096 100644 --- a/lang/hungarian-utf-8.inc.php +++ b/lang/hungarian-utf-8.inc.php @@ -1005,13 +1005,11 @@ $strSetupSaveDir_desc = 'A könyvtár, melybe az exportálások menthetők a sze $strSetupSaveDir_name = 'Mentési könyvtár'; $strSetupServerAuthConfigMsg = 'Ön a [kbd]konfigurációs[/kbd] hitelesítési típust állította be, s az automatikus bejelentkezéshez megadta a felhasználónevet és a jelszót, ami működő állomások esetén nemkívánatos beállítás. Bárki, aki tudja vagy kitalálja a phpMyAdmin URL-címét, közvetlenül hozzá tud férni a phpMyAdmin panelhoz. Állítsa [kbd]cookie[/kbd] vagy [kbd]http[/kbd] módra a [a@?page=servers&mode=edit&id=%1$d#tab_Server]hitelesítési típust[/a].'; $strSetupServerExtensionMsg = 'Teljesítmény okokból használja a mysqli kiterjesztést'; -$strSetupServerNoPasswordRootMsg = 'Jelszó nélküli root felhasználóként engedélyezi a csatlakozást a szerverhez.'; $strSetupServersAdd = 'Új szerver hozzáadása'; $strSetupServers_AllowDeny_order_desc = 'Hagyja üresen, ha nem használja'; $strSetupServers_AllowDeny_order_name = 'Az állomás hitelesítési sorrendje'; $strSetupServers_AllowDeny_rules_desc = 'Hagyja üresen az alapértelmezésekhez'; $strSetupServers_AllowDeny_rules_name = 'Az állomás hitelesítési szabályai'; -$strSetupServers_AllowNoPasswordRoot_name = 'A jelszó nélküli root felhasználó engedélyezése'; $strSetupServers_AllowRoot_name = 'A root bejelentkezés engedélyezése'; $strSetupServers_auth_swekey_config_desc = 'A [a@http://swekey.com]SweKey hardveres hitelesítés[/a] konfigurációs fájljának elérési útja (nem a dokumentumgyökérben található; javaslat: /etc/swekey.conf)'; $strSetupServers_auth_swekey_config_name = 'SweKey konfigurációs fájl'; @@ -1451,5 +1449,7 @@ $strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s&qu $strShowBinaryContents = 'Show binary contents'; //to translate $strShowBLOBContents = 'Show BLOB contents'; //to translate $strStatic = 'static'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/indonesian-utf-8.inc.php b/lang/indonesian-utf-8.inc.php index 8fd52eb69..d834d9c1c 100644 --- a/lang/indonesian-utf-8.inc.php +++ b/lang/indonesian-utf-8.inc.php @@ -1156,7 +1156,6 @@ $strSetupVersionCheckNone = 'No newer stable version is available'; //to transl $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate @@ -1251,7 +1250,6 @@ $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _) $strSetupServers_hide_db_name = 'Hide databases'; //to translate $strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate -$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate @@ -1464,5 +1462,7 @@ $strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s&qu $strShowBinaryContents = 'Show binary contents'; //to translate $strShowBLOBContents = 'Show BLOB contents'; //to translate $strStatic = 'static'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/italian-utf-8.inc.php b/lang/italian-utf-8.inc.php index 32cb6708a..9852d19f8 100644 --- a/lang/italian-utf-8.inc.php +++ b/lang/italian-utf-8.inc.php @@ -1333,12 +1333,10 @@ $strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to $strSetupSaveDir_name = 'Save directory'; //to translate $strSetupServerAuthConfigMsg = 'You set [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate $strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate $strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate $strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate -$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate $strSetupServers_auth_swekey_config_desc = 'Config file for [a@http://swekey.com]SweKey hardware authentication[/a], relative to phpMyAdmin root directory, eg. ./swekey.conf'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate @@ -1453,5 +1451,7 @@ $strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s&qu $strShowBinaryContents = 'Show binary contents'; //to translate $strShowBLOBContents = 'Show BLOB contents'; //to translate $strStatic = 'static'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/japanese-utf-8.inc.php b/lang/japanese-utf-8.inc.php index 86600669c..600861f2c 100644 --- a/lang/japanese-utf-8.inc.php +++ b/lang/japanese-utf-8.inc.php @@ -1146,7 +1146,6 @@ $strSetupVersionCheckNone = 'No newer stable version is available'; //to transl $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate @@ -1241,7 +1240,6 @@ $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _) $strSetupServers_hide_db_name = 'Hide databases'; //to translate $strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate -$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate @@ -1454,5 +1452,7 @@ $strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s&qu $strShowBinaryContents = 'Show binary contents'; //to translate $strShowBLOBContents = 'Show BLOB contents'; //to translate $strStatic = 'static'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/korean-utf-8.inc.php b/lang/korean-utf-8.inc.php index 7aa96b8b2..532ec2f38 100644 --- a/lang/korean-utf-8.inc.php +++ b/lang/korean-utf-8.inc.php @@ -1161,7 +1161,6 @@ $strSetupVersionCheckNone = 'No newer stable version is available'; //to transl $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate @@ -1256,7 +1255,6 @@ $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _) $strSetupServers_hide_db_name = 'Hide databases'; //to translate $strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate -$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate @@ -1469,5 +1467,7 @@ $strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s&qu $strShowBinaryContents = 'Show binary contents'; //to translate $strShowBLOBContents = 'Show BLOB contents'; //to translate $strStatic = 'static'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/latvian-utf-8.inc.php b/lang/latvian-utf-8.inc.php index cd6010134..6ce3d49a5 100644 --- a/lang/latvian-utf-8.inc.php +++ b/lang/latvian-utf-8.inc.php @@ -1163,7 +1163,6 @@ $strSetupVersionCheckNone = 'No newer stable version is available'; //to transl $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate @@ -1258,7 +1257,6 @@ $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _) $strSetupServers_hide_db_name = 'Hide databases'; //to translate $strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate -$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate @@ -1471,5 +1469,7 @@ $strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s&qu $strShowBinaryContents = 'Show binary contents'; //to translate $strShowBLOBContents = 'Show BLOB contents'; //to translate $strStatic = 'static'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/lithuanian-utf-8.inc.php b/lang/lithuanian-utf-8.inc.php index 8b244f0ff..ce6d47ea7 100644 --- a/lang/lithuanian-utf-8.inc.php +++ b/lang/lithuanian-utf-8.inc.php @@ -606,7 +606,6 @@ $strSetupForm_Left_tables = 'Lentelės'; $strSetupForm_Query_window = 'Užklausų langas'; $strSetupForm_Tabs = 'Kortelės'; $strSetupServers_AllowDeny_order_desc = 'Palikite tuščią, jei nenaudojamas'; -$strSetupServers_AllowNoPasswordRoot_name = 'Leisti root be slaptažodžio'; $strSetupServers_AllowRoot_name = 'Leisti prisijungti kaip root'; $strSetupServers_connect_type_name = 'Susijungimo tipas'; $strSetupServers_DisableIS_name = 'Neleisti matyti INFORMATION_SCHEMA'; @@ -952,7 +951,6 @@ $strReload = 'Reload'; //to translate $strRemovePartitioning = 'Remove partitioning'; //to translate $strRepair = 'Repair'; //to translate $strRestartInsertion = 'Restart insertion with %s rows'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate $strRoutineReturnType = 'Return type'; //to translate $strRoutines = 'Routines'; //to translate $strRowsAffected = '%1$d row(s) affected.'; //to translate @@ -1179,7 +1177,6 @@ $strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to $strSetupSaveDir_name = 'Save directory'; //to translate $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupServersAdd = 'Add a new server'; //to translate $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate $strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate @@ -1464,4 +1461,7 @@ $strViewImage = 'View image'; //to translate $strViewName = 'VIEW name'; //to translate $strViewVideo = 'View video'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/macedonian_cyrillic-utf-8.inc.php b/lang/macedonian_cyrillic-utf-8.inc.php index 553cb53f8..357004475 100644 --- a/lang/macedonian_cyrillic-utf-8.inc.php +++ b/lang/macedonian_cyrillic-utf-8.inc.php @@ -1141,7 +1141,6 @@ $strSetupVersionCheckNone = 'No newer stable version is available'; //to transl $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate @@ -1236,7 +1235,6 @@ $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _) $strSetupServers_hide_db_name = 'Hide databases'; //to translate $strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate -$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate @@ -1449,5 +1447,7 @@ $strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s&qu $strShowBinaryContents = 'Show binary contents'; //to translate $strShowBLOBContents = 'Show BLOB contents'; //to translate $strStatic = 'static'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/malay-utf-8.inc.php b/lang/malay-utf-8.inc.php index 9f08bb1fc..fff21f7b0 100644 --- a/lang/malay-utf-8.inc.php +++ b/lang/malay-utf-8.inc.php @@ -1178,7 +1178,6 @@ $strSetupVersionCheckNone = 'No newer stable version is available'; //to transl $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate @@ -1273,7 +1272,6 @@ $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _) $strSetupServers_hide_db_name = 'Hide databases'; //to translate $strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate -$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate @@ -1486,5 +1484,7 @@ $strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s&qu $strShowBinaryContents = 'Show binary contents'; //to translate $strShowBLOBContents = 'Show BLOB contents'; //to translate $strStatic = 'static'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/mongolian-utf-8.inc.php b/lang/mongolian-utf-8.inc.php index 3176d25a2..2d636c311 100644 --- a/lang/mongolian-utf-8.inc.php +++ b/lang/mongolian-utf-8.inc.php @@ -1236,13 +1236,11 @@ $strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to $strSetupSaveDir_name = 'Save directory'; //to translate $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupServersAdd = 'Add a new server'; //to translate $strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate $strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate $strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate -$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate $strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate @@ -1469,5 +1467,7 @@ $strWebServer = 'Web server'; //to translate $strWiki = 'Wiki'; //to translate $strStatic = 'static'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/norwegian-utf-8.inc.php b/lang/norwegian-utf-8.inc.php index 316ff545e..c0e0b7505 100644 --- a/lang/norwegian-utf-8.inc.php +++ b/lang/norwegian-utf-8.inc.php @@ -828,7 +828,6 @@ $strSetupServerSecurityInfoMsg = 'Hvis du føler at dette er nødvending, så br $strSetupServerSslMsg = 'Du bør bruke SSL tilkobling dersom din webtjener har støtte for det'; $strSetupServerExtensionMsg = 'Du bør bruke mysqli for bedre ytelse'; $strSetupServerAuthConfigMsg = 'Du valgte [kbd]config[/kbd] autentisering og inkluderte brukernavn og passord for autmatisk innlogging, noe som ikke anbefales for aktive tjenere. Hvem som helst som kjenner phpMyAdmin URL kan direkte få adgang til ditt phpMyAdmin panel. Velg [a@?page=servers&mode=edit&id=%1$d#tab_Server]autentiseringstype[/a] [kbd]cookie[/kbd] eller [kbd]http[/kbd].'; -$strSetupServerNoPasswordRootMsg = 'Du tillater å koble til tjeneren som root uten et passord.'; $strSetupBlowfishSecretMsg = 'Du hadde ikke satt blowfist hemmelig nøkkel eller slått på cookie autentisering så nøkkelen ble generert for deg. Den brukes til å krypterer cookies.'; $strSetupBlowfishSecretLengthMsg = 'Nøkkelen er for kort, den bør ha minst 8 tegn'; $strSetupBlowfishSecretCharsMsg = 'Nøkkelen bør inneholde tall, bokstaver [em]og[/em] spesielle tegn'; @@ -927,7 +926,6 @@ $strSetupServers_only_db_desc = 'Du kan bruke MySQL jokertegn (% and _), escape $strSetupServers_hide_db_name = 'Skul databaser'; $strSetupServers_hide_db_desc = 'Skjul databaser som matcher regular expression (PCRE)'; $strSetupServers_AllowRoot_name = 'Tillat innlogging som root'; -$strSetupServers_AllowNoPasswordRoot_name = 'Tillat root uten passord'; $strSetupServers_DisableIS_name = 'Slå av bruk av INFORMATION_SCHEMA'; $strSetupServers_DisableIS_desc = 'Mer informasjon på [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] og [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; $strSetupServers_AllowDeny_order_name = 'Rekkefølge for vertsautentisering'; @@ -1446,5 +1444,7 @@ $strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s&qu $strShowBinaryContents = 'Show binary contents'; //to translate $strShowBLOBContents = 'Show BLOB contents'; //to translate $strStatic = 'static'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/persian-utf-8.inc.php b/lang/persian-utf-8.inc.php index 9452068be..d533d478d 100644 --- a/lang/persian-utf-8.inc.php +++ b/lang/persian-utf-8.inc.php @@ -1192,7 +1192,6 @@ $strSetupVersionCheckNone = 'No newer stable version is available'; //to transl $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate @@ -1287,7 +1286,6 @@ $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _) $strSetupServers_hide_db_name = 'Hide databases'; //to translate $strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate -$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate @@ -1500,5 +1498,7 @@ $strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s&qu $strShowBinaryContents = 'Show binary contents'; //to translate $strShowBLOBContents = 'Show BLOB contents'; //to translate $strStatic = 'static'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/polish-utf-8.inc.php b/lang/polish-utf-8.inc.php index c1cf962d0..85dda23dc 100644 --- a/lang/polish-utf-8.inc.php +++ b/lang/polish-utf-8.inc.php @@ -1137,7 +1137,6 @@ $strSetupServerSecurityInfoMsg = 'Jeżeli wydaje się to konieczne, można uży $strSetupServerSslMsg = 'Jeżeli połączenia SSL są obsługiwane przez serwer WWW, powinny być używane.'; $strSetupServerExtensionMsg = 'Z powodów wydajnościowych powinien być uzywany mysqli.'; $strSetupServerAuthConfigMsg = 'You set [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'Dozwolone jest połączenie się z serwerem jako root bez hasła.'; $strSetupBlowfishSecretMsg = 'Klucz blowfish ne był ustawiony, natomiast włączone było uwierzytelnianie przez ciasteczka, więc klucz został wygenerowany. Jest on używany do szyfrowania ciasteczek.'; $strSetupBlowfishSecretLengthMsg = 'Klucz jest za krótki, powinien mieć co najmniej 8 znaków.'; $strSetupBlowfishSecretCharsMsg = 'Klucz powinien zawierać znaki alfanumeryczne [em]i[/em] i specjalne.'; @@ -1236,7 +1235,6 @@ $strSetupServers_only_db_desc = 'Można użyć znaków wieloznacznych MySQL-a (% $strSetupServers_hide_db_name = 'Ukryj bazy danych'; $strSetupServers_hide_db_desc = 'Ukryj bazy danych pasujące do wyrażenia regularnego (PCRE)'; $strSetupServers_AllowRoot_name = 'Pozwól na logowanie się roota'; -$strSetupServers_AllowNoPasswordRoot_name = 'Pozwól na logowanie się roota bez hasła'; $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate @@ -1442,5 +1440,7 @@ $strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s&qu $strShowBinaryContents = 'Show binary contents'; //to translate $strShowBLOBContents = 'Show BLOB contents'; //to translate $strStatic = 'static'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/portuguese-utf-8.inc.php b/lang/portuguese-utf-8.inc.php index c53a693e9..cc9e8f1f9 100644 --- a/lang/portuguese-utf-8.inc.php +++ b/lang/portuguese-utf-8.inc.php @@ -1167,7 +1167,6 @@ $strSetupVersionCheckNone = 'No newer stable version is available'; //to transl $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate @@ -1262,7 +1261,6 @@ $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _) $strSetupServers_hide_db_name = 'Hide databases'; //to translate $strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate -$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate @@ -1475,5 +1473,7 @@ $strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s&qu $strShowBinaryContents = 'Show binary contents'; //to translate $strShowBLOBContents = 'Show BLOB contents'; //to translate $strStatic = 'static'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/romanian-utf-8.inc.php b/lang/romanian-utf-8.inc.php index d7e3a94c7..8d633467d 100644 --- a/lang/romanian-utf-8.inc.php +++ b/lang/romanian-utf-8.inc.php @@ -809,7 +809,6 @@ $strSetupForm_Tabs_desc = 'Alegeți cum doriți să funcționeze filele'; $strSetupForm_Tabs = 'File'; $strSetupGZipDump_name = 'GZip'; $strSetupServersAdd = 'Adaugă un server nou'; -$strSetupServers_AllowNoPasswordRoot_name = 'Permite „root” fără parolă'; $strSetupServers_AllowRoot_name = 'Permite autentificarea ca „root”'; $strSetupServers_auth_type_desc = 'Metoda de autentificare de utilizat'; $strSetupServers_auth_type_name = 'Tipul autentificării'; @@ -1157,7 +1156,6 @@ $strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s&qu $strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate $strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc-maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate $strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate @@ -1354,7 +1352,6 @@ $strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to $strSetupSaveDir_name = 'Save directory'; //to translate $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerExtensionMsg = 'Ar trebui să utilizați mysqli din motive de performanță'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate $strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate @@ -1456,4 +1453,7 @@ $strShowBLOBContents = 'Show BLOB contents'; //to translate $strShowKeys = 'Only show keys'; //to translate $strStatic = 'static'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/russian-utf-8.inc.php b/lang/russian-utf-8.inc.php index 0685db95b..bd9b865d2 100644 --- a/lang/russian-utf-8.inc.php +++ b/lang/russian-utf-8.inc.php @@ -1151,7 +1151,6 @@ $strSetupVersionCheckNone = 'No newer stable version is available'; //to transl $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate @@ -1246,7 +1245,6 @@ $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _) $strSetupServers_hide_db_name = 'Hide databases'; //to translate $strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate -$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate @@ -1459,5 +1457,7 @@ $strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s&qu $strShowBinaryContents = 'Show binary contents'; //to translate $strShowBLOBContents = 'Show BLOB contents'; //to translate $strStatic = 'static'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/serbian_cyrillic-utf-8.inc.php b/lang/serbian_cyrillic-utf-8.inc.php index ea343aab1..15e88c82a 100644 --- a/lang/serbian_cyrillic-utf-8.inc.php +++ b/lang/serbian_cyrillic-utf-8.inc.php @@ -1140,7 +1140,6 @@ $strSetupVersionCheckNone = 'No newer stable version is available'; //to transl $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate @@ -1235,7 +1234,6 @@ $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _) $strSetupServers_hide_db_name = 'Hide databases'; //to translate $strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate -$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate @@ -1448,5 +1446,7 @@ $strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s&qu $strShowBinaryContents = 'Show binary contents'; //to translate $strShowBLOBContents = 'Show BLOB contents'; //to translate $strStatic = 'static'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/serbian_latin-utf-8.inc.php b/lang/serbian_latin-utf-8.inc.php index a46f83899..ba5d6df9f 100644 --- a/lang/serbian_latin-utf-8.inc.php +++ b/lang/serbian_latin-utf-8.inc.php @@ -1140,7 +1140,6 @@ $strSetupVersionCheckNone = 'No newer stable version is available'; //to transl $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate @@ -1235,7 +1234,6 @@ $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _) $strSetupServers_hide_db_name = 'Hide databases'; //to translate $strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate -$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate @@ -1448,5 +1446,7 @@ $strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s&qu $strShowBinaryContents = 'Show binary contents'; //to translate $strShowBLOBContents = 'Show BLOB contents'; //to translate $strStatic = 'static'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/sinhala-utf-8.inc.php b/lang/sinhala-utf-8.inc.php index d90aa51c4..3d059deca 100644 --- a/lang/sinhala-utf-8.inc.php +++ b/lang/sinhala-utf-8.inc.php @@ -1143,7 +1143,6 @@ $strSetupVersionCheckNone = 'No newer stable version is available'; //to transl $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate @@ -1238,7 +1237,6 @@ $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _) $strSetupServers_hide_db_name = 'Hide databases'; //to translate $strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate -$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate @@ -1451,5 +1449,7 @@ $strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s&qu $strShowBinaryContents = 'Show binary contents'; //to translate $strShowBLOBContents = 'Show BLOB contents'; //to translate $strStatic = 'static'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/slovak-utf-8.inc.php b/lang/slovak-utf-8.inc.php index 6c073f938..7d8626ce6 100644 --- a/lang/slovak-utf-8.inc.php +++ b/lang/slovak-utf-8.inc.php @@ -1141,7 +1141,6 @@ $strSetupVersionCheckNone = 'No newer stable version is available'; //to transl $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate @@ -1236,7 +1235,6 @@ $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _) $strSetupServers_hide_db_name = 'Hide databases'; //to translate $strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate -$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate @@ -1449,5 +1447,7 @@ $strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s&qu $strShowBinaryContents = 'Show binary contents'; //to translate $strShowBLOBContents = 'Show BLOB contents'; //to translate $strStatic = 'static'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/slovenian-utf-8.inc.php b/lang/slovenian-utf-8.inc.php index 3d95e06af..24fc0c56d 100644 --- a/lang/slovenian-utf-8.inc.php +++ b/lang/slovenian-utf-8.inc.php @@ -1160,7 +1160,6 @@ $strSetupVersionCheckNone = 'No newer stable version is available'; //to transl $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate @@ -1255,7 +1254,6 @@ $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _) $strSetupServers_hide_db_name = 'Hide databases'; //to translate $strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate -$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate @@ -1468,5 +1466,7 @@ $strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s&qu $strShowBinaryContents = 'Show binary contents'; //to translate $strShowBLOBContents = 'Show BLOB contents'; //to translate $strStatic = 'static'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/spanish-utf-8.inc.php b/lang/spanish-utf-8.inc.php index 04e04c53b..f50554628 100644 --- a/lang/spanish-utf-8.inc.php +++ b/lang/spanish-utf-8.inc.php @@ -1136,7 +1136,6 @@ $strSetupVersionCheckNone = 'No newer stable version is available'; //to transl $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate @@ -1231,7 +1230,6 @@ $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _) $strSetupServers_hide_db_name = 'Hide databases'; //to translate $strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate -$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate @@ -1444,5 +1442,7 @@ $strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s&qu $strShowBinaryContents = 'Show binary contents'; //to translate $strShowBLOBContents = 'Show BLOB contents'; //to translate $strStatic = 'static'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/swedish-utf-8.inc.php b/lang/swedish-utf-8.inc.php index 61eb4ee31..7458df98e 100644 --- a/lang/swedish-utf-8.inc.php +++ b/lang/swedish-utf-8.inc.php @@ -1000,13 +1000,11 @@ $strSetupSaveDir_desc = 'Katalog på servern där exporter kan sparas'; $strSetupSaveDir_name = 'Spara-katalog'; $strSetupServerAuthConfigMsg = 'Du valde [kbd]config[/kbd]-autentisering och inkluderade användarnamn och lösenord för autoinloggning, vilket inte är en önskvärd inställning för skarpa värdar. Vem som helst som vet eller gissar din phpMyAdmin-URL kan direkt komma åt ditt phpMyAdmin-verktyg. Sätt [a@?page=servers&mode=edit&id=%1$d#tab_Server]autentiseringstyp[/a] till [kbd]cookie[/kbd] eller [kbd]http[/kbd].'; $strSetupServerExtensionMsg = 'Du bör använda mysqli av prestandaanledningar'; -$strSetupServerNoPasswordRootMsg = 'Du tillåter anslutning till servern som root utan ett lösenord.'; $strSetupServersAdd = 'Lägg till en ny server'; $strSetupServers_AllowDeny_order_desc = 'Lämna tomt om inte används'; $strSetupServers_AllowDeny_order_name = 'Ordning för värdautentisering'; $strSetupServers_AllowDeny_rules_desc = 'Lämna tomt för standard'; $strSetupServers_AllowDeny_rules_name = 'Regler för värdautentisering'; -$strSetupServers_AllowNoPasswordRoot_name = 'Tillåt root utan lösenord'; $strSetupServers_AllowRoot_name = 'Tillåt root-inloggning'; $strSetupServers_auth_swekey_config_desc = 'Sökväg till konfigurationsfilen för [a@http://swekey.com]SweKey hårdvaruautentisering[/a] (inte placerad i din dokumentrotkatalog; förslag: /etc/swekey.conf)'; $strSetupServers_auth_swekey_config_name = 'SweKey konfigurationsfil'; @@ -1446,5 +1444,7 @@ $strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s&qu $strShowBinaryContents = 'Show binary contents'; //to translate $strShowBLOBContents = 'Show BLOB contents'; //to translate $strStatic = 'static'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/tatarish-utf-8.inc.php b/lang/tatarish-utf-8.inc.php index 2e1a969e3..3641ee0f9 100644 --- a/lang/tatarish-utf-8.inc.php +++ b/lang/tatarish-utf-8.inc.php @@ -1151,7 +1151,6 @@ $strSetupVersionCheckNone = 'No newer stable version is available'; //to transl $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate @@ -1246,7 +1245,6 @@ $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _) $strSetupServers_hide_db_name = 'Hide databases'; //to translate $strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate -$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate @@ -1459,5 +1457,7 @@ $strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s&qu $strShowBinaryContents = 'Show binary contents'; //to translate $strShowBLOBContents = 'Show BLOB contents'; //to translate $strStatic = 'static'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/thai-utf-8.inc.php b/lang/thai-utf-8.inc.php index a57ab5ce6..da6f882e8 100644 --- a/lang/thai-utf-8.inc.php +++ b/lang/thai-utf-8.inc.php @@ -1162,7 +1162,6 @@ $strSetupVersionCheckNone = 'No newer stable version is available'; //to transl $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate @@ -1257,7 +1256,6 @@ $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _) $strSetupServers_hide_db_name = 'Hide databases'; //to translate $strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate -$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate @@ -1470,5 +1468,7 @@ $strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s&qu $strShowBinaryContents = 'Show binary contents'; //to translate $strShowBLOBContents = 'Show BLOB contents'; //to translate $strStatic = 'static'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/turkish-utf-8.inc.php b/lang/turkish-utf-8.inc.php index ae5e75635..68afdf3fd 100644 --- a/lang/turkish-utf-8.inc.php +++ b/lang/turkish-utf-8.inc.php @@ -1007,13 +1007,11 @@ $strSetupSaveDir_desc = 'Dışarı aktarmaların sunucu üzerinde kaydedilebilec $strSetupSaveDir_name = 'Kayıt dizini'; $strSetupServerAuthConfigMsg = '[kbd]Yapılandırma[/kbd] kimlik denetimi türünü ayarladınız ve buna otomatik oturum açma için kullanıcı adı ve parola dahildir, canlı anamakineler için istenmeyen bir seçenektir. phpMyAdmin URL\'nizi bilen veya tahmin eden herhangi biri doğrudan phpMyAdmin panelinize erişebilir. [a@?page=servers&mode=edit&id=%1$d#tab_Server]Kimlik denetimi türünü[/a] [kbd]tanımlama bilgisine[/kbd] ya da [kbd]http[/kbd] olarak ayarlayın.'; $strSetupServerExtensionMsg = 'Verim almak için mysqli kullanmalısınız'; -$strSetupServerNoPasswordRootMsg = 'Sunucuya root olarak parolasız bağlanmaya izin veriyorsunuz.'; $strSetupServersAdd = 'Yeni sunucu ekle'; $strSetupServers_AllowDeny_order_desc = 'Eğer kullanılmayacaksa boş bırakın'; $strSetupServers_AllowDeny_order_name = 'Anamakine kimlik denetimi düzeni'; $strSetupServers_AllowDeny_rules_desc = 'Varsayılan için boş bırakın'; $strSetupServers_AllowDeny_rules_name = 'Anamakine kimlik denetimi kuralları'; -$strSetupServers_AllowNoPasswordRoot_name = 'Root\'un parolasız oturum açmasına izin verir'; $strSetupServers_AllowRoot_name = 'Root\'un oturum açmasına izin ver'; $strSetupServers_auth_swekey_config_desc = '[a@http://swekey.com]SweKey donanımsal kimlik denetimi[/a] için yapılandırma dosyası yolu (belge kök klasörünüzde yer almaz; önerilen: /etc/swekey.conf)'; $strSetupServers_auth_swekey_config_name = 'SweKey yapılandırma dosyası'; @@ -1452,5 +1450,7 @@ $strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s&qu $strShowBinaryContents = 'Show binary contents'; //to translate $strShowBLOBContents = 'Show BLOB contents'; //to translate $strStatic = 'static'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/lang/ukrainian-utf-8.inc.php b/lang/ukrainian-utf-8.inc.php index c99dcf13f..31f91deb2 100644 --- a/lang/ukrainian-utf-8.inc.php +++ b/lang/ukrainian-utf-8.inc.php @@ -1160,7 +1160,6 @@ $strSetupVersionCheckNone = 'No newer stable version is available'; //to transl $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate @@ -1255,7 +1254,6 @@ $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _) $strSetupServers_hide_db_name = 'Hide databases'; //to translate $strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate -$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate @@ -1468,5 +1466,7 @@ $strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s&qu $strShowBinaryContents = 'Show binary contents'; //to translate $strShowBLOBContents = 'Show BLOB contents'; //to translate $strStatic = 'static'; //to translate -$strRootWithoutPassword = 'Login to root without a password is forbidden by configuration (see AllowNoPasswordRoot)'; //to translate +$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate +$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate +$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate ?> diff --git a/libraries/auth/cookie.auth.lib.php b/libraries/auth/cookie.auth.lib.php index 208a3ad1c..af0ecb7b0 100644 --- a/libraries/auth/cookie.auth.lib.php +++ b/libraries/auth/cookie.auth.lib.php @@ -654,8 +654,8 @@ function PMA_auth_fails() // Deletes password cookie and displays the login form PMA_removeCookie('pmaPass-' . $GLOBALS['server']); - if (! empty($GLOBALS['root_without_password_is_forbidden'])) { - $conn_error = $GLOBALS['strRootWithoutPassword']; + if (! empty($GLOBALS['login_without_password_is_forbidden'])) { + $conn_error = $GLOBALS['strLoginWithoutPassword']; } elseif (! empty($GLOBALS['allowDeny_forbidden'])) { $conn_error = $GLOBALS['strAccessDenied']; } elseif (! empty($GLOBALS['no_activity'])) { diff --git a/libraries/common.inc.php b/libraries/common.inc.php index f2b3aa43d..4726cd012 100644 --- a/libraries/common.inc.php +++ b/libraries/common.inc.php @@ -882,11 +882,11 @@ if (! defined('PMA_MINIMUM_COMMON')) { unset($allowDeny_forbidden); //Clean up after you! } - // is root without password allowed? - if (!$cfg['Server']['AllowNoPasswordRoot'] && $cfg['Server']['user'] == 'root' && $cfg['Server']['password'] == '') { - $root_without_password_is_forbidden = true; + // is a login without password allowed? + if (!$cfg['Server']['AllowNoPassword'] && $cfg['Server']['password'] == '') { + $login_without_password_is_forbidden = true; PMA_auth_fails(); - unset($root_without_password_is_forbidden); //Clean up after you! + unset($login_without_password_is_forbidden); //Clean up after you! } // Try to connect MySQL with the control user profile (will be used to diff --git a/libraries/config.default.php b/libraries/config.default.php index 9b80defe0..54b076445 100644 --- a/libraries/config.default.php +++ b/libraries/config.default.php @@ -339,11 +339,11 @@ $cfg['Servers'][$i]['verbose_check'] = true; $cfg['Servers'][$i]['AllowRoot'] = true; /** - * whether to allow login of root user with no password (MySQL default) + * whether to allow login of any user without a password * - * @global boolean $cfg['Servers'][$i]['AllowNoPasswordRoot'] + * @global boolean $cfg['Servers'][$i]['AllowNoPassword'] */ -$cfg['Servers'][$i]['AllowNoPasswordRoot'] = false; +$cfg['Servers'][$i]['AllowNoPassword'] = false; /** * Host authentication order, leave blank to not use diff --git a/setup/lib/forms.inc.php b/setup/lib/forms.inc.php index f83bb5f0f..0b2a471e0 100644 --- a/setup/lib/forms.inc.php +++ b/setup/lib/forms.inc.php @@ -44,7 +44,7 @@ $forms['Server_config'] = array('Servers' => array(1 => array( 'only_db', 'hide_db', 'AllowRoot', - 'AllowNoPasswordRoot', + 'AllowNoPassword', 'DisableIS', 'AllowDeny/order', 'AllowDeny/rules', @@ -173,4 +173,4 @@ $forms['Export_defaults'] = array('Export' => array( 'file_template_table', 'file_template_database', 'file_template_server')); -?> \ No newline at end of file +?> diff --git a/setup/lib/index.lib.php b/setup/lib/index.lib.php index c3ab5f806..abdd4c45a 100644 --- a/setup/lib/index.lib.php +++ b/setup/lib/index.lib.php @@ -304,14 +304,14 @@ function perform_config_checks() // // $cfg['Servers'][$i]['AllowRoot'] - // $cfg['Servers'][$i]['AllowNoPasswordRoot'] + // $cfg['Servers'][$i]['AllowNoPassword'] // serious security flaw // if ($cf->getValue("Servers/$i/AllowRoot") - && $cf->getValue("Servers/$i/AllowNoPasswordRoot")) { - $title = PMA_lang_name('Servers/1/AllowNoPasswordRoot') . " ($server_name)"; - messages_set('warning', "Servers/$i/AllowNoPasswordRoot", $title, - PMA_lang('ServerNoPasswordRootMsg') . ' ' . + && $cf->getValue("Servers/$i/AllowNoPassword")) { + $title = PMA_lang_name('Servers/1/AllowNoPassword') . " ($server_name)"; + messages_set('warning', "Servers/$i/AllowNoPassword", $title, + PMA_lang('ServerNoPasswordMsg') . ' ' . PMA_lang('ServerSecurityInfoMsg', $i)); } }