Implement database renaming (RFE #792463).

This commit is contained in:
Michal Čihař
2004-03-10 15:34:30 +00:00
parent 1ead79a1bc
commit 0174292c97
103 changed files with 389 additions and 6 deletions

View File

@@ -733,4 +733,7 @@ $strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
?>