Use other messages (thanks to Marc), replace slashes in filename with underscore to avoid possible problems.

This commit is contained in:
Michal Čihař
2003-05-14 14:15:58 +00:00
parent 5bea83b618
commit 0c867d815f
94 changed files with 194 additions and 283 deletions

View File

@@ -657,8 +657,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
$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
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
?>