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 c6fa33c661..6c170dd9e2 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 499b361d5f..fa878a5bf1 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 f9863227d0..adc8806b27 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 40d42c86ec..727a6eb658 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 01e451b8c4..7fc506ee44 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 261412487d..e4aa2237ba 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 f9dd334633..2bbc8e8492 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 c8e9c1f7fd..e043e70d4a 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 b39bc4063e..665d3b75c6 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 8156f61985..131d2cf55e 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 e7f1983e3c..6994143058 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 e691ed5858..fa0022ad3b 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 2583bb61ee..63825ebead 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 11edcf2eff..0a8decd04a 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 d6c54906c6..c5d7c9ae17 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 2326975c0f..87bc91602b 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 8625c4e18e..afe36c97a9 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 42a0672d0b..38d751d135 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 11a5f12800..657a84a5fa 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 e015b6d3fd..91af16f266 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 7ed014df3c..fcb051baac 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 eaf075238a..b8503a90f5 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 935a7843ae..4f591b223e 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 b1b99917af..c08dffd3a2 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 caae8906ef..4faefa731e 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 fb158365ff..71d6247f40 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 8f0ca5622e..360649f2f4 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 60e0453a75..2cc2f3490a 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 57206ee572..354b90917f 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 d2fb4c83a1..7575d88070 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 eb727a27f2..5f4633f76a 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 de89d1d89a..fced7f67bf 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 1c78e514e6..4eecf16a67 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 9740045698..77146b15cf 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 a687dc2aac..14ec665e53 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 a9029f6a84..6a2b994867 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 b9a30f0712..5a680885fe 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 3f726a3f6c..f13ef2a4a6 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 430b485205..7ac190c5ea 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 f3b90d18b5..18a195889d 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 a6912442ac..02d429d152 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 fabbb92243..af2fd282e9 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 c4f09cca75..1f7de64793 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 e452faea54..e57e82ee1a 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 d383735c70..cfcb3b5a09 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 513b8ef88a..f1f85717b9 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 361e016147..8f99083d27 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 27d3a38843..5f1046f66d 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 8a0ecfb159..32d1f7c1bd 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 f78cb622e0..694b09cb6d 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 231c26d497..a046c0744a 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 465faad131..b44f4d8427 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 a7ac6bb2e6..a84bf547b2 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 41c654f026..a8f4b444e0 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 66a6ef6b00..7429bef0d2 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 cab86274e7..fa93ac9e1e 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 9110d7a03e..2448efd7a3 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 87caa6cd6c..9de454d91a 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 58e861e393..102e73bbb8 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 9dbba76db3..9a963f719d 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 48148e58a0..ea2f4a888a 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 51bf220b02..600d6b916c 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 3789243738..28c6866a04 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 d130a52b18..29542b44f4 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 d3dd8754ea..d355323994 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 255d686fb5..2e6059513d 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 b94a152bba..cb7c36c873 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 80bb1318fa..7ea971e6f6 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 1ac6c667f4..4a51ffd492 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 8d4ea6ea64..738e0cca89 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 706d3cdd5a..facd720dbc 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 3267a8ea07..5287376ca9 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 243397781b..e8e8cbf86b 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 e0b0107a43..db15567a5e 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 8fdf5434e7..120a467eb5 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 25a3e790fc..8c0ab03f1e 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 9efb92bdd1..491d046bd3 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 352fe2e5c4..c2dfae1c2f 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 d9d35c8fd8..138187a806 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 d42e87f4fe..905b8474ba 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 6542deb77c..3bd29babf7 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 affa71f620..a27e5f725f 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 043708f0f4..cc07ab6d19 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 5403cc8485..0e7a4cc45a 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 b024fb206e..cf9d46ca89 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 308e6d282a..168edeb906 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 239095842a..ddc121bcaf 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 b8996aad4a..19896577dc 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 15bb36eae6..9a6b87309a 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 a161b8993a..864824e5d8 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 96c3e35078..4be54b4da7 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 b6d840df61..3e1e97b73b 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__ ?>