AccessDeniedExplanation

This commit is contained in:
Marc Delisle
2003-07-06 11:57:28 +00:00
parent f38887ff82
commit f9f6d75f65
92 changed files with 97 additions and 3 deletions

View File

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