Support for saving to file on server (part of RFE #730197).

This commit is contained in:
Michal Čihař
2003-05-13 16:27:16 +00:00
parent 57e72b0541
commit bf88b4e077
100 changed files with 737 additions and 33 deletions

View File

@@ -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
?>