From f9f6d75f65482060d3da2c0058ecf87bbfff3207 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 6 Jul 2003 11:57:28 +0000 Subject: [PATCH] AccessDeniedExplanation --- ChangeLog | 4 ++++ lang/afrikaans-iso-8859-1.inc.php3 | 1 + lang/afrikaans-utf-8.inc.php3 | 1 + lang/albanian-iso-8859-1.inc.php3 | 1 + lang/albanian-utf-8.inc.php3 | 1 + lang/arabic-utf-8.inc.php3 | 1 + lang/arabic-windows-1256.inc.php3 | 1 + lang/brazilian_portuguese-iso-8859-1.inc.php3 | 1 + lang/brazilian_portuguese-utf-8.inc.php3 | 1 + lang/bulgarian-koi8-r.inc.php3 | 1 + lang/bulgarian-utf-8.inc.php3 | 1 + lang/bulgarian-windows-1251.inc.php3 | 1 + lang/catalan-iso-8859-1.inc.php3 | 1 + lang/catalan-utf-8.inc.php3 | 1 + lang/chinese_big5-utf-8.inc.php3 | 1 + lang/chinese_big5.inc.php3 | 1 + lang/chinese_gb-utf-8.inc.php3 | 1 + lang/chinese_gb.inc.php3 | 1 + lang/croatian-iso-8859-2.inc.php3 | 1 + lang/croatian-utf-8.inc.php3 | 1 + lang/croatian-windows-1250.inc.php3 | 1 + lang/czech-iso-8859-2.inc.php3 | 1 + lang/czech-utf-8.inc.php3 | 1 + lang/czech-windows-1250.inc.php3 | 1 + lang/danish-iso-8859-1.inc.php3 | 1 + lang/danish-utf-8.inc.php3 | 1 + lang/dutch-iso-8859-1.inc.php3 | 1 + lang/dutch-utf-8.inc.php3 | 1 + lang/english-iso-8859-1.inc.php3 | 1 + lang/english-utf-8.inc.php3 | 1 + lang/estonian-iso-8859-1.inc.php3 | 1 + lang/estonian-utf-8.inc.php3 | 1 + lang/finnish-iso-8859-1.inc.php3 | 1 + lang/finnish-utf-8.inc.php3 | 1 + lang/french-iso-8859-1.inc.php3 | 1 + lang/french-utf-8.inc.php3 | 1 + lang/galician-iso-8859-1.inc.php3 | 1 + lang/galician-utf-8.inc.php3 | 1 + lang/georgian-utf-8.inc.php3 | 1 + lang/german-iso-8859-1.inc.php3 | 1 + lang/german-utf-8.inc.php3 | 1 + lang/greek-iso-8859-7.inc.php3 | 1 + lang/greek-utf-8.inc.php3 | 1 + lang/hebrew-iso-8859-8-i.inc.php3 | 1 + lang/hindi-utf-8.inc.php3 | 1 + lang/hungarian-iso-8859-2.inc.php3 | 1 + lang/hungarian-utf-8.inc.php3 | 1 + lang/indonesian-iso-8859-1.inc.php3 | 1 + lang/indonesian-utf-8.inc.php3 | 1 + lang/italian-iso-8859-1.inc.php3 | 1 + lang/italian-utf-8.inc.php3 | 1 + lang/japanese-euc.inc.php3 | 1 + lang/japanese-sjis.inc.php3 | 1 + lang/japanese-utf-8.inc.php3 | 1 + lang/korean-ks_c_5601-1987.inc.php3 | 1 + lang/latvian-utf-8.inc.php3 | 1 + lang/latvian-windows-1257.inc.php3 | 1 + lang/lithuanian-utf-8.inc.php3 | 1 + lang/lithuanian-windows-1257.inc.php3 | 1 + lang/malay-iso-8859-1.inc.php3 | 1 + lang/malay-utf-8.inc.php3 | 1 + lang/norwegian-iso-8859-1.inc.php3 | 1 + lang/norwegian-utf-8.inc.php3 | 1 + lang/polish-iso-8859-2.inc.php3 | 1 + lang/polish-utf-8.inc.php3 | 1 + lang/portuguese-iso-8859-1.inc.php3 | 1 + lang/portuguese-utf-8.inc.php3 | 1 + lang/romanian-iso-8859-1.inc.php3 | 1 + lang/romanian-utf-8.inc.php3 | 1 + lang/russian-dos-866.inc.php3 | 1 + lang/russian-koi8-r.inc.php3 | 1 + lang/russian-utf-8.inc.php3 | 1 + lang/russian-windows-1251.inc.php3 | 1 + lang/serbian-utf-8.inc.php3 | 1 + lang/serbian-windows-1250.inc.php3 | 1 + lang/slovak-iso-8859-2.inc.php3 | 1 + lang/slovak-utf-8.inc.php3 | 1 + lang/slovak-windows-1250.inc.php3 | 1 + lang/slovenian-iso-8859-2.inc.php3 | 1 + lang/slovenian-utf-8.inc.php3 | 1 + lang/slovenian-windows-1250.inc.php3 | 1 + lang/spanish-iso-8859-1.inc.php3 | 1 + lang/spanish-utf-8.inc.php3 | 1 + lang/swedish-iso-8859-1.inc.php3 | 1 + lang/swedish-utf-8.inc.php3 | 1 + lang/thai-tis-620.inc.php3 | 1 + lang/thai-utf-8.inc.php3 | 1 + lang/turkish-iso-8859-9.inc.php3 | 1 + lang/turkish-utf-8.inc.php3 | 1 + lang/ukrainian-utf-8.inc.php3 | 1 + lang/ukrainian-windows-1251.inc.php3 | 1 + libraries/auth/config.auth.lib.php3 | 6 +++--- 92 files changed, 97 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index c6fa33c66..6c170dd9e 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2003-07-05 Marc Delisle + * libraries/auth/config.auth.lib.php3, lang/*.php3: + $strAccessDeniedExplanation + 2003-07-05 Michal Cihar * lang/czech: Updated. diff --git a/lang/afrikaans-iso-8859-1.inc.php3 b/lang/afrikaans-iso-8859-1.inc.php3 index 499b361d5..fa878a5bf 100644 --- a/lang/afrikaans-iso-8859-1.inc.php3 +++ b/lang/afrikaans-iso-8859-1.inc.php3 @@ -665,4 +665,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/afrikaans-utf-8.inc.php3 b/lang/afrikaans-utf-8.inc.php3 index f9863227d..adc8806b2 100644 --- a/lang/afrikaans-utf-8.inc.php3 +++ b/lang/afrikaans-utf-8.inc.php3 @@ -666,4 +666,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/albanian-iso-8859-1.inc.php3 b/lang/albanian-iso-8859-1.inc.php3 index 40d42c86e..727a6eb65 100644 --- a/lang/albanian-iso-8859-1.inc.php3 +++ b/lang/albanian-iso-8859-1.inc.php3 @@ -657,4 +657,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/albanian-utf-8.inc.php3 b/lang/albanian-utf-8.inc.php3 index 01e451b8c..7fc506ee4 100644 --- a/lang/albanian-utf-8.inc.php3 +++ b/lang/albanian-utf-8.inc.php3 @@ -658,4 +658,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/arabic-utf-8.inc.php3 b/lang/arabic-utf-8.inc.php3 index 261412487..e4aa2237b 100644 --- a/lang/arabic-utf-8.inc.php3 +++ b/lang/arabic-utf-8.inc.php3 @@ -681,4 +681,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/arabic-windows-1256.inc.php3 b/lang/arabic-windows-1256.inc.php3 index f9dd33463..2bbc8e849 100644 --- a/lang/arabic-windows-1256.inc.php3 +++ b/lang/arabic-windows-1256.inc.php3 @@ -680,4 +680,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/brazilian_portuguese-iso-8859-1.inc.php3 b/lang/brazilian_portuguese-iso-8859-1.inc.php3 index c8e9c1f7f..e043e70d4 100644 --- a/lang/brazilian_portuguese-iso-8859-1.inc.php3 +++ b/lang/brazilian_portuguese-iso-8859-1.inc.php3 @@ -679,4 +679,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/brazilian_portuguese-utf-8.inc.php3 b/lang/brazilian_portuguese-utf-8.inc.php3 index b39bc4063..665d3b75c 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php3 +++ b/lang/brazilian_portuguese-utf-8.inc.php3 @@ -680,4 +680,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/bulgarian-koi8-r.inc.php3 b/lang/bulgarian-koi8-r.inc.php3 index 8156f6198..131d2cf55 100644 --- a/lang/bulgarian-koi8-r.inc.php3 +++ b/lang/bulgarian-koi8-r.inc.php3 @@ -660,4 +660,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/bulgarian-utf-8.inc.php3 b/lang/bulgarian-utf-8.inc.php3 index e7f1983e3..699414305 100644 --- a/lang/bulgarian-utf-8.inc.php3 +++ b/lang/bulgarian-utf-8.inc.php3 @@ -661,4 +661,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/bulgarian-windows-1251.inc.php3 b/lang/bulgarian-windows-1251.inc.php3 index e691ed585..fa0022ad3 100644 --- a/lang/bulgarian-windows-1251.inc.php3 +++ b/lang/bulgarian-windows-1251.inc.php3 @@ -660,4 +660,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/catalan-iso-8859-1.inc.php3 b/lang/catalan-iso-8859-1.inc.php3 index 2583bb61e..63825ebea 100644 --- a/lang/catalan-iso-8859-1.inc.php3 +++ b/lang/catalan-iso-8859-1.inc.php3 @@ -653,4 +653,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/catalan-utf-8.inc.php3 b/lang/catalan-utf-8.inc.php3 index 11edcf2ef..0a8decd04 100644 --- a/lang/catalan-utf-8.inc.php3 +++ b/lang/catalan-utf-8.inc.php3 @@ -654,4 +654,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/chinese_big5-utf-8.inc.php3 b/lang/chinese_big5-utf-8.inc.php3 index d6c54906c..c5d7c9ae1 100644 --- a/lang/chinese_big5-utf-8.inc.php3 +++ b/lang/chinese_big5-utf-8.inc.php3 @@ -679,4 +679,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/chinese_big5.inc.php3 b/lang/chinese_big5.inc.php3 index 2326975c0..87bc91602 100644 --- a/lang/chinese_big5.inc.php3 +++ b/lang/chinese_big5.inc.php3 @@ -678,4 +678,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/chinese_gb-utf-8.inc.php3 b/lang/chinese_gb-utf-8.inc.php3 index 8625c4e18..afe36c97a 100644 --- a/lang/chinese_gb-utf-8.inc.php3 +++ b/lang/chinese_gb-utf-8.inc.php3 @@ -656,4 +656,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/chinese_gb.inc.php3 b/lang/chinese_gb.inc.php3 index 42a0672d0..38d751d13 100644 --- a/lang/chinese_gb.inc.php3 +++ b/lang/chinese_gb.inc.php3 @@ -655,4 +655,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/croatian-iso-8859-2.inc.php3 b/lang/croatian-iso-8859-2.inc.php3 index 11a5f1280..657a84a5f 100644 --- a/lang/croatian-iso-8859-2.inc.php3 +++ b/lang/croatian-iso-8859-2.inc.php3 @@ -678,4 +678,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/croatian-utf-8.inc.php3 b/lang/croatian-utf-8.inc.php3 index e015b6d3f..91af16f26 100644 --- a/lang/croatian-utf-8.inc.php3 +++ b/lang/croatian-utf-8.inc.php3 @@ -679,4 +679,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/croatian-windows-1250.inc.php3 b/lang/croatian-windows-1250.inc.php3 index 7ed014df3..fcb051baa 100644 --- a/lang/croatian-windows-1250.inc.php3 +++ b/lang/croatian-windows-1250.inc.php3 @@ -678,4 +678,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/czech-iso-8859-2.inc.php3 b/lang/czech-iso-8859-2.inc.php3 index eaf075238..b8503a90f 100644 --- a/lang/czech-iso-8859-2.inc.php3 +++ b/lang/czech-iso-8859-2.inc.php3 @@ -658,4 +658,5 @@ $strZeroRemovesTheLimit = 'Pozn $strZip = '"zazipovno"'; // To translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/czech-utf-8.inc.php3 b/lang/czech-utf-8.inc.php3 index 935a7843a..4f591b223 100644 --- a/lang/czech-utf-8.inc.php3 +++ b/lang/czech-utf-8.inc.php3 @@ -659,4 +659,5 @@ $strZeroRemovesTheLimit = 'Poznámka: Nastavení těchto parametrů na 0 (nulu) $strZip = '"zazipováno"'; // To translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/czech-windows-1250.inc.php3 b/lang/czech-windows-1250.inc.php3 index b1b99917a..c08dffd3a 100644 --- a/lang/czech-windows-1250.inc.php3 +++ b/lang/czech-windows-1250.inc.php3 @@ -658,4 +658,5 @@ $strZeroRemovesTheLimit = 'Pozn $strZip = '"zazipovno"'; // To translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/danish-iso-8859-1.inc.php3 b/lang/danish-iso-8859-1.inc.php3 index caae8906e..4faefa731 100644 --- a/lang/danish-iso-8859-1.inc.php3 +++ b/lang/danish-iso-8859-1.inc.php3 @@ -673,4 +673,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/danish-utf-8.inc.php3 b/lang/danish-utf-8.inc.php3 index fb158365f..71d6247f4 100644 --- a/lang/danish-utf-8.inc.php3 +++ b/lang/danish-utf-8.inc.php3 @@ -674,4 +674,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/dutch-iso-8859-1.inc.php3 b/lang/dutch-iso-8859-1.inc.php3 index 8f0ca5622..360649f2f 100644 --- a/lang/dutch-iso-8859-1.inc.php3 +++ b/lang/dutch-iso-8859-1.inc.php3 @@ -668,4 +668,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/dutch-utf-8.inc.php3 b/lang/dutch-utf-8.inc.php3 index 60e0453a7..2cc2f3490 100644 --- a/lang/dutch-utf-8.inc.php3 +++ b/lang/dutch-utf-8.inc.php3 @@ -669,4 +669,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/english-iso-8859-1.inc.php3 b/lang/english-iso-8859-1.inc.php3 index 57206ee57..354b90917 100644 --- a/lang/english-iso-8859-1.inc.php3 +++ b/lang/english-iso-8859-1.inc.php3 @@ -21,6 +21,7 @@ $strAPrimaryKey = 'A primary key has been added on %s'; $strAbortedClients = 'Aborted'; $strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; $strAccessDenied = 'Access denied'; +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; $strAction = 'Action'; $strAddDeleteColumn = 'Add/Delete Field Columns'; $strAddDeleteRow = 'Add/Delete Criteria Row'; diff --git a/lang/english-utf-8.inc.php3 b/lang/english-utf-8.inc.php3 index d2fb4c83a..7575d8807 100644 --- a/lang/english-utf-8.inc.php3 +++ b/lang/english-utf-8.inc.php3 @@ -22,6 +22,7 @@ $strAPrimaryKey = 'A primary key has been added on %s'; $strAbortedClients = 'Aborted'; $strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; $strAccessDenied = 'Access denied'; +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; $strAction = 'Action'; $strAddDeleteColumn = 'Add/Delete Field Columns'; $strAddDeleteRow = 'Add/Delete Criteria Row'; diff --git a/lang/estonian-iso-8859-1.inc.php3 b/lang/estonian-iso-8859-1.inc.php3 index eb727a27f..5f4633f76 100644 --- a/lang/estonian-iso-8859-1.inc.php3 +++ b/lang/estonian-iso-8859-1.inc.php3 @@ -652,4 +652,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/estonian-utf-8.inc.php3 b/lang/estonian-utf-8.inc.php3 index de89d1d89..fced7f67b 100644 --- a/lang/estonian-utf-8.inc.php3 +++ b/lang/estonian-utf-8.inc.php3 @@ -653,4 +653,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/finnish-iso-8859-1.inc.php3 b/lang/finnish-iso-8859-1.inc.php3 index 1c78e514e..4eecf16a6 100644 --- a/lang/finnish-iso-8859-1.inc.php3 +++ b/lang/finnish-iso-8859-1.inc.php3 @@ -675,4 +675,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/finnish-utf-8.inc.php3 b/lang/finnish-utf-8.inc.php3 index 974004569..77146b15c 100644 --- a/lang/finnish-utf-8.inc.php3 +++ b/lang/finnish-utf-8.inc.php3 @@ -676,4 +676,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/french-iso-8859-1.inc.php3 b/lang/french-iso-8859-1.inc.php3 index a687dc2aa..14ec665e5 100644 --- a/lang/french-iso-8859-1.inc.php3 +++ b/lang/french-iso-8859-1.inc.php3 @@ -653,4 +653,5 @@ $strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enl $strZip = '"zipp"'; // To translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/french-utf-8.inc.php3 b/lang/french-utf-8.inc.php3 index a9029f6a8..6a2b99486 100644 --- a/lang/french-utf-8.inc.php3 +++ b/lang/french-utf-8.inc.php3 @@ -654,4 +654,5 @@ $strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlève la limite.'; $strZip = '"zippé"'; // To translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/galician-iso-8859-1.inc.php3 b/lang/galician-iso-8859-1.inc.php3 index b9a30f071..5a680885f 100644 --- a/lang/galician-iso-8859-1.inc.php3 +++ b/lang/galician-iso-8859-1.inc.php3 @@ -659,4 +659,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/galician-utf-8.inc.php3 b/lang/galician-utf-8.inc.php3 index 3f726a3f6..f13ef2a4a 100644 --- a/lang/galician-utf-8.inc.php3 +++ b/lang/galician-utf-8.inc.php3 @@ -660,4 +660,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/georgian-utf-8.inc.php3 b/lang/georgian-utf-8.inc.php3 index 430b48520..7ac190c5e 100644 --- a/lang/georgian-utf-8.inc.php3 +++ b/lang/georgian-utf-8.inc.php3 @@ -678,4 +678,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/german-iso-8859-1.inc.php3 b/lang/german-iso-8859-1.inc.php3 index f3b90d18b..18a195889 100644 --- a/lang/german-iso-8859-1.inc.php3 +++ b/lang/german-iso-8859-1.inc.php3 @@ -659,4 +659,5 @@ $strAddDropDatabase = 'DROP DATABASE hinzuf $strToggleScratchboard = 'Klemmbrett anzeigen'; $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/german-utf-8.inc.php3 b/lang/german-utf-8.inc.php3 index a6912442a..02d429d15 100644 --- a/lang/german-utf-8.inc.php3 +++ b/lang/german-utf-8.inc.php3 @@ -660,4 +660,5 @@ $strAddDropDatabase = 'DROP DATABASE hinzufügen'; $strToggleScratchboard = 'Klemmbrett anzeigen'; $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/greek-iso-8859-7.inc.php3 b/lang/greek-iso-8859-7.inc.php3 index fabbb9224..af2fd282e 100644 --- a/lang/greek-iso-8859-7.inc.php3 +++ b/lang/greek-iso-8859-7.inc.php3 @@ -677,4 +677,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/greek-utf-8.inc.php3 b/lang/greek-utf-8.inc.php3 index c4f09cca7..1f7de6479 100644 --- a/lang/greek-utf-8.inc.php3 +++ b/lang/greek-utf-8.inc.php3 @@ -678,4 +678,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/hebrew-iso-8859-8-i.inc.php3 b/lang/hebrew-iso-8859-8-i.inc.php3 index e452faea5..e57e82ee1 100644 --- a/lang/hebrew-iso-8859-8-i.inc.php3 +++ b/lang/hebrew-iso-8859-8-i.inc.php3 @@ -675,4 +675,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/hindi-utf-8.inc.php3 b/lang/hindi-utf-8.inc.php3 index d383735c7..cfcb3b5a0 100644 --- a/lang/hindi-utf-8.inc.php3 +++ b/lang/hindi-utf-8.inc.php3 @@ -689,4 +689,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/hungarian-iso-8859-2.inc.php3 b/lang/hungarian-iso-8859-2.inc.php3 index 513b8ef88..f1f85717b 100644 --- a/lang/hungarian-iso-8859-2.inc.php3 +++ b/lang/hungarian-iso-8859-2.inc.php3 @@ -663,4 +663,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/hungarian-utf-8.inc.php3 b/lang/hungarian-utf-8.inc.php3 index 361e01614..8f99083d2 100644 --- a/lang/hungarian-utf-8.inc.php3 +++ b/lang/hungarian-utf-8.inc.php3 @@ -664,4 +664,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/indonesian-iso-8859-1.inc.php3 b/lang/indonesian-iso-8859-1.inc.php3 index 27d3a3884..5f1046f66 100644 --- a/lang/indonesian-iso-8859-1.inc.php3 +++ b/lang/indonesian-iso-8859-1.inc.php3 @@ -652,4 +652,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/indonesian-utf-8.inc.php3 b/lang/indonesian-utf-8.inc.php3 index 8a0ecfb15..32d1f7c1b 100644 --- a/lang/indonesian-utf-8.inc.php3 +++ b/lang/indonesian-utf-8.inc.php3 @@ -653,4 +653,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/italian-iso-8859-1.inc.php3 b/lang/italian-iso-8859-1.inc.php3 index f78cb622e..694b09cb6 100644 --- a/lang/italian-iso-8859-1.inc.php3 +++ b/lang/italian-iso-8859-1.inc.php3 @@ -657,4 +657,5 @@ $strZeroRemovesTheLimit = 'N.B.: 0 (zero) significa nessun limite.'; $strZip = '"compresso con zip"'; // To translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/italian-utf-8.inc.php3 b/lang/italian-utf-8.inc.php3 index 231c26d49..a046c0744 100644 --- a/lang/italian-utf-8.inc.php3 +++ b/lang/italian-utf-8.inc.php3 @@ -658,4 +658,5 @@ $strZeroRemovesTheLimit = 'N.B.: 0 (zero) significa nessun limite.'; $strZip = '"compresso con zip"'; // To translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/japanese-euc.inc.php3 b/lang/japanese-euc.inc.php3 index 465faad13..b44f4d842 100644 --- a/lang/japanese-euc.inc.php3 +++ b/lang/japanese-euc.inc.php3 @@ -663,4 +663,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/japanese-sjis.inc.php3 b/lang/japanese-sjis.inc.php3 index a7ac6bb2e..a84bf547b 100644 --- a/lang/japanese-sjis.inc.php3 +++ b/lang/japanese-sjis.inc.php3 @@ -663,4 +663,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/japanese-utf-8.inc.php3 b/lang/japanese-utf-8.inc.php3 index 41c654f02..a8f4b444e 100644 --- a/lang/japanese-utf-8.inc.php3 +++ b/lang/japanese-utf-8.inc.php3 @@ -664,4 +664,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/korean-ks_c_5601-1987.inc.php3 b/lang/korean-ks_c_5601-1987.inc.php3 index 66a6ef6b0..7429bef0d 100644 --- a/lang/korean-ks_c_5601-1987.inc.php3 +++ b/lang/korean-ks_c_5601-1987.inc.php3 @@ -673,4 +673,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/latvian-utf-8.inc.php3 b/lang/latvian-utf-8.inc.php3 index cab86274e..fa93ac9e1 100644 --- a/lang/latvian-utf-8.inc.php3 +++ b/lang/latvian-utf-8.inc.php3 @@ -657,4 +657,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/latvian-windows-1257.inc.php3 b/lang/latvian-windows-1257.inc.php3 index 9110d7a03..2448efd7a 100644 --- a/lang/latvian-windows-1257.inc.php3 +++ b/lang/latvian-windows-1257.inc.php3 @@ -656,4 +656,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/lithuanian-utf-8.inc.php3 b/lang/lithuanian-utf-8.inc.php3 index 87caa6cd6..9de454d91 100644 --- a/lang/lithuanian-utf-8.inc.php3 +++ b/lang/lithuanian-utf-8.inc.php3 @@ -654,4 +654,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/lithuanian-windows-1257.inc.php3 b/lang/lithuanian-windows-1257.inc.php3 index 58e861e39..102e73bbb 100644 --- a/lang/lithuanian-windows-1257.inc.php3 +++ b/lang/lithuanian-windows-1257.inc.php3 @@ -653,4 +653,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/malay-iso-8859-1.inc.php3 b/lang/malay-iso-8859-1.inc.php3 index 9dbba76db..9a963f719 100644 --- a/lang/malay-iso-8859-1.inc.php3 +++ b/lang/malay-iso-8859-1.inc.php3 @@ -676,4 +676,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/malay-utf-8.inc.php3 b/lang/malay-utf-8.inc.php3 index 48148e58a..ea2f4a888 100644 --- a/lang/malay-utf-8.inc.php3 +++ b/lang/malay-utf-8.inc.php3 @@ -677,4 +677,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/norwegian-iso-8859-1.inc.php3 b/lang/norwegian-iso-8859-1.inc.php3 index 51bf220b0..600d6b916 100644 --- a/lang/norwegian-iso-8859-1.inc.php3 +++ b/lang/norwegian-iso-8859-1.inc.php3 @@ -658,4 +658,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/norwegian-utf-8.inc.php3 b/lang/norwegian-utf-8.inc.php3 index 378924373..28c6866a0 100644 --- a/lang/norwegian-utf-8.inc.php3 +++ b/lang/norwegian-utf-8.inc.php3 @@ -657,4 +657,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/polish-iso-8859-2.inc.php3 b/lang/polish-iso-8859-2.inc.php3 index d130a52b1..29542b44f 100644 --- a/lang/polish-iso-8859-2.inc.php3 +++ b/lang/polish-iso-8859-2.inc.php3 @@ -652,4 +652,5 @@ $strZip = '".zip"'; $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/polish-utf-8.inc.php3 b/lang/polish-utf-8.inc.php3 index d3dd8754e..d35532399 100644 --- a/lang/polish-utf-8.inc.php3 +++ b/lang/polish-utf-8.inc.php3 @@ -653,4 +653,5 @@ $strZip = '".zip"'; $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/portuguese-iso-8859-1.inc.php3 b/lang/portuguese-iso-8859-1.inc.php3 index 255d686fb..2e6059513 100644 --- a/lang/portuguese-iso-8859-1.inc.php3 +++ b/lang/portuguese-iso-8859-1.inc.php3 @@ -674,4 +674,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/portuguese-utf-8.inc.php3 b/lang/portuguese-utf-8.inc.php3 index b94a152bb..cb7c36c87 100644 --- a/lang/portuguese-utf-8.inc.php3 +++ b/lang/portuguese-utf-8.inc.php3 @@ -675,4 +675,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/romanian-iso-8859-1.inc.php3 b/lang/romanian-iso-8859-1.inc.php3 index 80bb1318f..7ea971e6f 100644 --- a/lang/romanian-iso-8859-1.inc.php3 +++ b/lang/romanian-iso-8859-1.inc.php3 @@ -653,4 +653,5 @@ $strZeroRemovesTheLimit = 'Observatie: Prin setarea acestor optiuni la 0 (zero) $strZip = '"arhivat"'; // To translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/romanian-utf-8.inc.php3 b/lang/romanian-utf-8.inc.php3 index 1ac6c667f..4a51ffd49 100644 --- a/lang/romanian-utf-8.inc.php3 +++ b/lang/romanian-utf-8.inc.php3 @@ -654,4 +654,5 @@ $strZeroRemovesTheLimit = 'Observatie: Prin setarea acestor optiuni la 0 (zero) $strZip = '"arhivat"'; // To translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/russian-dos-866.inc.php3 b/lang/russian-dos-866.inc.php3 index 8d4ea6ea6..738e0cca8 100644 --- a/lang/russian-dos-866.inc.php3 +++ b/lang/russian-dos-866.inc.php3 @@ -662,4 +662,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/russian-koi8-r.inc.php3 b/lang/russian-koi8-r.inc.php3 index 706d3cdd5..facd720db 100644 --- a/lang/russian-koi8-r.inc.php3 +++ b/lang/russian-koi8-r.inc.php3 @@ -660,4 +660,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/russian-utf-8.inc.php3 b/lang/russian-utf-8.inc.php3 index 3267a8ea0..5287376ca 100644 --- a/lang/russian-utf-8.inc.php3 +++ b/lang/russian-utf-8.inc.php3 @@ -661,4 +661,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/russian-windows-1251.inc.php3 b/lang/russian-windows-1251.inc.php3 index 243397781..e8e8cbf86 100644 --- a/lang/russian-windows-1251.inc.php3 +++ b/lang/russian-windows-1251.inc.php3 @@ -660,4 +660,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/serbian-utf-8.inc.php3 b/lang/serbian-utf-8.inc.php3 index e0b0107a4..db15567a5 100644 --- a/lang/serbian-utf-8.inc.php3 +++ b/lang/serbian-utf-8.inc.php3 @@ -681,4 +681,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/serbian-windows-1250.inc.php3 b/lang/serbian-windows-1250.inc.php3 index 8fdf5434e..120a467eb 100644 --- a/lang/serbian-windows-1250.inc.php3 +++ b/lang/serbian-windows-1250.inc.php3 @@ -680,4 +680,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/slovak-iso-8859-2.inc.php3 b/lang/slovak-iso-8859-2.inc.php3 index 25a3e790f..8c0ab03f1 100644 --- a/lang/slovak-iso-8859-2.inc.php3 +++ b/lang/slovak-iso-8859-2.inc.php3 @@ -654,4 +654,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/slovak-utf-8.inc.php3 b/lang/slovak-utf-8.inc.php3 index 9efb92bdd..491d046bd 100644 --- a/lang/slovak-utf-8.inc.php3 +++ b/lang/slovak-utf-8.inc.php3 @@ -655,4 +655,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/slovak-windows-1250.inc.php3 b/lang/slovak-windows-1250.inc.php3 index 352fe2e5c..c2dfae1c2 100644 --- a/lang/slovak-windows-1250.inc.php3 +++ b/lang/slovak-windows-1250.inc.php3 @@ -654,4 +654,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/slovenian-iso-8859-2.inc.php3 b/lang/slovenian-iso-8859-2.inc.php3 index d9d35c8fd..138187a80 100644 --- a/lang/slovenian-iso-8859-2.inc.php3 +++ b/lang/slovenian-iso-8859-2.inc.php3 @@ -658,4 +658,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/slovenian-utf-8.inc.php3 b/lang/slovenian-utf-8.inc.php3 index d42e87f4f..905b8474b 100644 --- a/lang/slovenian-utf-8.inc.php3 +++ b/lang/slovenian-utf-8.inc.php3 @@ -659,4 +659,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/slovenian-windows-1250.inc.php3 b/lang/slovenian-windows-1250.inc.php3 index 6542deb77..3bd29babf 100644 --- a/lang/slovenian-windows-1250.inc.php3 +++ b/lang/slovenian-windows-1250.inc.php3 @@ -658,4 +658,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/spanish-iso-8859-1.inc.php3 b/lang/spanish-iso-8859-1.inc.php3 index affa71f62..a27e5f725 100644 --- a/lang/spanish-iso-8859-1.inc.php3 +++ b/lang/spanish-iso-8859-1.inc.php3 @@ -656,4 +656,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/spanish-utf-8.inc.php3 b/lang/spanish-utf-8.inc.php3 index 043708f0f..cc07ab6d1 100644 --- a/lang/spanish-utf-8.inc.php3 +++ b/lang/spanish-utf-8.inc.php3 @@ -657,4 +657,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/swedish-iso-8859-1.inc.php3 b/lang/swedish-iso-8859-1.inc.php3 index 5403cc848..0e7a4cc45 100644 --- a/lang/swedish-iso-8859-1.inc.php3 +++ b/lang/swedish-iso-8859-1.inc.php3 @@ -652,4 +652,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/swedish-utf-8.inc.php3 b/lang/swedish-utf-8.inc.php3 index b024fb206..cf9d46ca8 100644 --- a/lang/swedish-utf-8.inc.php3 +++ b/lang/swedish-utf-8.inc.php3 @@ -653,4 +653,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/thai-tis-620.inc.php3 b/lang/thai-tis-620.inc.php3 index 308e6d282..168edeb90 100644 --- a/lang/thai-tis-620.inc.php3 +++ b/lang/thai-tis-620.inc.php3 @@ -663,4 +663,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/thai-utf-8.inc.php3 b/lang/thai-utf-8.inc.php3 index 239095842..ddc121bca 100644 --- a/lang/thai-utf-8.inc.php3 +++ b/lang/thai-utf-8.inc.php3 @@ -664,4 +664,5 @@ $strAddDropDatabase = 'Add DROP DATABASE';//to translate $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/turkish-iso-8859-9.inc.php3 b/lang/turkish-iso-8859-9.inc.php3 index b8996aad4..19896577d 100644 --- a/lang/turkish-iso-8859-9.inc.php3 +++ b/lang/turkish-iso-8859-9.inc.php3 @@ -674,4 +674,5 @@ $strWritingRelationNotPossible = 'Writing of relation not possible'; //to trans $strXML = 'XML';//to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/turkish-utf-8.inc.php3 b/lang/turkish-utf-8.inc.php3 index 15bb36eae..9a6b87309 100644 --- a/lang/turkish-utf-8.inc.php3 +++ b/lang/turkish-utf-8.inc.php3 @@ -675,4 +675,5 @@ $strWritingRelationNotPossible = 'Writing of relation not possible'; //to trans $strXML = 'XML';//to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/ukrainian-utf-8.inc.php3 b/lang/ukrainian-utf-8.inc.php3 index a161b8993..864824e5d 100644 --- a/lang/ukrainian-utf-8.inc.php3 +++ b/lang/ukrainian-utf-8.inc.php3 @@ -655,4 +655,5 @@ $strZeroRemovesTheLimit = 'Примітка: Встановлення цієї $strZip = 'запакувати в "zip"'; // To translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/lang/ukrainian-windows-1251.inc.php3 b/lang/ukrainian-windows-1251.inc.php3 index 96c3e3507..4be54b4da 100644 --- a/lang/ukrainian-windows-1251.inc.php3 +++ b/lang/ukrainian-windows-1251.inc.php3 @@ -654,4 +654,5 @@ $strZeroRemovesTheLimit = ' $strZip = ' "zip"'; // To translate +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate ?> diff --git a/libraries/auth/config.auth.lib.php3 b/libraries/auth/config.auth.lib.php3 index b6d840df6..3e1e97b73 100644 --- a/libraries/auth/config.auth.lib.php3 +++ b/libraries/auth/config.auth.lib.php3 @@ -54,7 +54,7 @@ if (!defined('PMA_CONFIG_AUTH_INCLUDED')) { * User is not allowed to login to MySQL -> authentication failed * * @global string the MySQL error message PHP returns - * @global string the connection type (persitent or not) + * @global string the connection type (persistent or not) * @global string the MySQL server port to use * @global string the MySQL socket port to use * @global array the current server settings @@ -74,7 +74,6 @@ if (!defined('PMA_CONFIG_AUTH_INCLUDED')) { global $connect_func, $server_port, $server_socket, $cfg; global $right_font_family, $font_size, $font_bigger; global $is_header_sent; - if (PMA_mysql_error()) { $conn_error = PMA_mysql_error(); } else if (isset($php_errormsg)) { @@ -119,10 +118,11 @@ h1 {font-family: ; font-size: ' . $GLOBALS['strAccessDeniedExplanation'] . '

' . "\n"; PMA_mysqlDie($conn_error, $local_query, FALSE); return TRUE; - } // end of the 'PMA_auth()' function + } // end of the 'PMA_auth_fails()' function } // $__PMA_CONFIG_AUTH_LIB__ ?>