Support for saving to file on server (part of RFE #730197).
This commit is contained in:
@@ -634,4 +634,11 @@ $strRelations = 'Relations'; //to translate
|
||||
$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
|
||||
$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
|
||||
$strMustSelectFile = 'You should select file which you want to insert.'; //to translate
|
||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
?>
|
||||
|
Reference in New Issue
Block a user