more new messages

This commit is contained in:
Alexander M. Turek
2005-04-10 13:37:40 +00:00
parent 38c65094db
commit a51fe2ecfe
112 changed files with 585 additions and 249 deletions

View File

@@ -808,4 +808,7 @@ $strPrivDescAlterDb = 'Allows altering the structure of existing tables as well
$strPrivDescCreateUser = 'Allows creating, dropping and renaming unser accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strRoutines = 'Routines'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
?>