[auth] New setting AllowNoPassword (supercedes AllowNoPasswordRoot) that applies to all accounts (even the anonymous user)

This commit is contained in:
Marc Delisle
2009-03-02 16:19:36 +00:00
parent 662116f2fc
commit 4b67c7483f
62 changed files with 187 additions and 184 deletions

View File

@@ -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,

View File

@@ -1053,11 +1053,12 @@ ALTER TABLE `pma_column_comments`
boolean</dt>
<dd>Whether to allow root access. This is just a shortcut for the AllowDeny rules below.
</dd>
<dt><span id="cfg_Servers_AllowNoPasswordRoot">$cfg['Servers'][$i]['AllowNoPasswordRoot']</span>
<dt><span id="cfg_Servers_AllowNoPassword">$cfg['Servers'][$i]['AllowNoPassword']</span>
boolean</dt>
<dd>Whether to allow access to root user without password. The default
<dd>Whether to allow logins without a password. The default
value of <tt>false</tt> 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.
</dd>
<dt id="servers_allowdeny_order">
<span id="cfg_Servers_AllowDeny_order">$cfg['Servers'][$i]['AllowDeny']['order']</span> string

View File

@@ -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&amp;mode=edit&amp;id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&amp;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&amp;formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&amp;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&amp;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 &quot;%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
?>

View File

@@ -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&amp;mode=edit&amp;id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&amp;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&amp;formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&amp;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&amp;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 &quot;%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
?>

View File

@@ -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&amp;mode=edit&amp;id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&amp;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&amp;formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&amp;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&amp;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 &quot;%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
?>

View File

@@ -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&amp;mode=edit&amp;id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&amp;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&amp;formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&amp;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&amp;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 &quot;%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
?>

View File

@@ -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&amp;mode=edit&amp;id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&amp;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&amp;formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&amp;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&amp;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 &quot;%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
?>

View File

@@ -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&amp;mode=edit&amp;id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&amp;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&amp;formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&amp;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&amp;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 &quot;%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
?>

View File

@@ -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&amp;mode=edit&amp;id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&amp;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&amp;formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&amp;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&amp;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 &quot;%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
?>

View File

@@ -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&amp;mode=edit&amp;id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&amp;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&amp;formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&amp;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&amp;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 &quot;%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
?>

View File

@@ -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&amp;mode=edit&amp;id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&amp;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&amp;formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&amp;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&amp;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 &quot;%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
?>

View File

@@ -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&amp;mode=edit&amp;id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&amp;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&amp;formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&amp;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&amp;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 &quot;%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
?>

View File

@@ -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&amp;mode=edit&amp;id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&amp;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&amp;formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&amp;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&amp;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 &quot;%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
?>

View File

@@ -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&amp;mode=edit&amp;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 &quot;%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
?>

View File

@@ -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&amp;mode=edit&amp;id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&amp;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&amp;formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&amp;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&amp;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 &quot;%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
?>

View File

@@ -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&amp;mode=edit&amp;id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&amp;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&amp;formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&amp;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&amp;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 &quot;%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
?>

View File

@@ -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&amp;mode=edit&amp;id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&amp;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&amp;formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&amp;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&amp;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 &quot;%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
?>

View File

@@ -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&amp;mode=edit&amp;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 &quot;%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
?>

View File

@@ -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&amp;mode=edit&amp;id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&amp;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&amp;formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&amp;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&amp;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 &quot;%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
?>

View File

@@ -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&amp;mode=edit&amp;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
?>

View File

@@ -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&amp;mode=edit&amp;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';

View File

@@ -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&amp;mode=edit&amp;id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&amp;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&amp;formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&amp;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&amp;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 &quot;%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
?>

View File

@@ -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&amp;mode=edit&amp;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 &quot;%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
?>

View File

@@ -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&amp;mode=edit&amp;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
?>

View File

@@ -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&amp;mode=edit&amp;id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&amp;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&amp;formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&amp;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&amp;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 &quot;%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
?>

View File

@@ -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&amp;mode=edit&amp;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
?>

View File

@@ -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&amp;mode=edit&amp;id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&amp;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&amp;formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&amp;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&amp;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&amp;mode=edit&amp;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
?>

View File

@@ -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&amp;mode=edit&amp;id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&amp;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&amp;formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&amp;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&amp;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 &quot;%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
?>

View File

@@ -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&amp;mode=edit&amp;id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&amp;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&amp;formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&amp;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&amp;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 &quot;%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
?>

View File

@@ -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&amp;mode=edit&amp;id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&amp;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&amp;formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&amp;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&amp;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 &quot;%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
?>

View File

@@ -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&amp;mode=edit&amp;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 &quot;%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
?>

View File

@@ -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&amp;mode=edit&amp;id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&amp;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&amp;formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&amp;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&amp;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 &quot;%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
?>

View File

@@ -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&amp;mode=edit&amp;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 &quot;%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
?>

View File

@@ -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&amp;mode=edit&amp;id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&amp;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&amp;formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&amp;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&amp;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 &quot;%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
?>

View File

@@ -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&amp;mode=edit&amp;id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&amp;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&amp;formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&amp;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&amp;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 &quot;%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
?>

View File

@@ -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&amp;mode=edit&amp;id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&amp;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&amp;formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&amp;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&amp;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 &quot;%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
?>

View File

@@ -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&amp;mode=edit&amp;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
?>

View File

@@ -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&amp;mode=edit&amp;id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&amp;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&amp;formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&amp;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&amp;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 &quot;%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
?>

View File

@@ -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&amp;mode=edit&amp;id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&amp;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&amp;formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&amp;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&amp;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 &quot;%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
?>

View File

@@ -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&amp;mode=edit&amp;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
?>

View File

@@ -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&amp;mode=edit&amp;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 &quot;%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
?>

View File

@@ -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&amp;mode=edit&amp;id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&amp;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&amp;formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&amp;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&amp;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 &quot;%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
?>

View File

@@ -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&amp;mode=edit&amp;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 &quot;%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
?>

View File

@@ -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&amp;mode=edit&amp;id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&amp;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&amp;formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&amp;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&amp;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 &quot;%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
?>

View File

@@ -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 &quot;%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&amp;mode=edit&amp;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
?>

View File

@@ -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&amp;mode=edit&amp;id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&amp;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&amp;formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&amp;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&amp;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 &quot;%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
?>

View File

@@ -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&amp;mode=edit&amp;id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&amp;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&amp;formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&amp;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&amp;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 &quot;%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
?>

View File

@@ -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&amp;mode=edit&amp;id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&amp;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&amp;formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&amp;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&amp;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 &quot;%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
?>

View File

@@ -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&amp;mode=edit&amp;id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&amp;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&amp;formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&amp;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&amp;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 &quot;%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
?>

View File

@@ -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&amp;mode=edit&amp;id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&amp;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&amp;formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&amp;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&amp;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 &quot;%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
?>

View File

@@ -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&amp;mode=edit&amp;id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&amp;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&amp;formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&amp;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&amp;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 &quot;%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
?>

View File

@@ -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&amp;mode=edit&amp;id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&amp;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&amp;formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&amp;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&amp;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 &quot;%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
?>

View File

@@ -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&amp;mode=edit&amp;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 &quot;%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
?>

View File

@@ -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&amp;mode=edit&amp;id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&amp;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&amp;formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&amp;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&amp;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 &quot;%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
?>

View File

@@ -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&amp;mode=edit&amp;id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&amp;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&amp;formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&amp;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&amp;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 &quot;%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
?>

View File

@@ -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&amp;mode=edit&amp;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 &quot;%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
?>

View File

@@ -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&amp;mode=edit&amp;id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&amp;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&amp;formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&amp;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&amp;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 &quot;%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
?>

View File

@@ -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'])) {

View File

@@ -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

View File

@@ -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

View File

@@ -44,7 +44,7 @@ $forms['Server_config'] = array('Servers' => array(1 => array(
'only_db',
'hide_db',
'AllowRoot',
'AllowNoPasswordRoot',
'AllowNoPassword',
'DisableIS',
'AllowDeny/order',
'AllowDeny/rules',

View File

@@ -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));
}
}