bugfixes and reimplementations

This commit is contained in:
Alexander M. Turek
2003-02-16 22:46:12 +00:00
parent a3b89ed801
commit 1ed66502dd
95 changed files with 948 additions and 111 deletions

View File

@@ -575,4 +575,11 @@ $strDatabasesDropped = '%s databases have been dropped successfully.'; //to tra
$strGlobal = 'global'; //to translate
$strDbSpecific = 'database-specific'; //to translate
$strUsersHavingAccessToDb = 'Users having access to "%s"'; //to translate
$strChangeCopyUser = 'Change Login Information / Copy User'; //to translate
$strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate
$strChangeCopyModeCopy = '... keep the old one.'; //to translate
$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
?>