Create database for newly created user (RFE #479640).

This commit is contained in:
Michal Čihař
2006-04-26 22:20:31 +00:00
parent d91c1fff8e
commit 817c2339bd
119 changed files with 506 additions and 4 deletions

View File

@@ -1009,4 +1009,8 @@ $strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet options'; //to
$strExportMustBeFile = 'Selected export type has to saved in file!'; //to translate
$strXMLOptions = 'XML options'; //to translate
$strStrucNativeExcelOptions = 'Native Excel export options'; //to translate
$strCreateUserDatabase = 'Database for user'; //to translate
$strCreateUserDatabaseNone = 'None'; //to translate
$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username_%)'; //to translate
?>