typo "passowrd"

This commit is contained in:
Marc Delisle
2008-11-09 21:59:11 +00:00
parent 6a4fb09a2c
commit c8eca2e2c2
55 changed files with 55 additions and 55 deletions

View File

@@ -1167,7 +1167,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional
$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
$strSetupServerAuthConfigMsg = 'You set [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate
$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate
$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate
$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate