rfe #2186820 Explanation for using Host table.

This commit is contained in:
Michal Čihař
2009-03-03 15:08:13 +00:00
parent a2d9d8308c
commit eceb0aa5bc
57 changed files with 106 additions and 49 deletions

View File

@@ -1460,4 +1460,5 @@ $strStatic = 'static'; //to translate
$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
$strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
?>