Use other messages (thanks to Marc), replace slashes in filename with underscore to avoid possible problems.
This commit is contained in:
@@ -8,7 +8,9 @@ $Source$
|
|||||||
2003-05-13 Michal Cihar <nijel@users.sourceforge.net>
|
2003-05-13 Michal Cihar <nijel@users.sourceforge.net>
|
||||||
* libraries/display_export.lib.php3, tbl_dump.php3: Support for exporting
|
* libraries/display_export.lib.php3, tbl_dump.php3: Support for exporting
|
||||||
CSV for multiple tables, it just puts all content into one file, but
|
CSV for multiple tables, it just puts all content into one file, but
|
||||||
some people seem to want this (based on patch #735136).
|
some people seem to want this (based on patch #73516).
|
||||||
|
* tbl_dump.php3, lang/*: Use other messages (thanks to Marc), replace
|
||||||
|
slashes in filename with underscore to avoid possible problems.
|
||||||
|
|
||||||
2003-05-14 Marc Delisle <lem9@users.sourceforge.net>
|
2003-05-14 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* libraries/defines_php.lib.php3: bug 736111: better GD2 detection
|
* libraries/defines_php.lib.php3: bug 736111: better GD2 detection
|
||||||
|
@@ -646,8 +646,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -647,8 +647,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -638,8 +638,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -639,8 +639,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -661,8 +661,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -660,8 +660,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -660,8 +660,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -661,8 +661,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -653,8 +653,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -654,8 +654,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -653,8 +653,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -634,8 +634,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -635,8 +635,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -658,8 +658,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -638,8 +638,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -637,8 +637,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -659,8 +659,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -660,8 +660,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -659,8 +659,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -80,8 +80,6 @@ $strBzError = 'phpMyAdminovi se nepoda
|
|||||||
$strBzip = '"zabzipov<6F>no"';
|
$strBzip = '"zabzipov<6F>no"';
|
||||||
|
|
||||||
$strCSVOptions = 'Nastaven<65> CSV exportu';
|
$strCSVOptions = 'Nastaven<65> CSV exportu';
|
||||||
$strCanNotOpenFile = 'Nelze otev<65><76>t soubor %s pro z<>pis, zkontrolujte nastaven<65>.';
|
|
||||||
$strCanNotWriteFile = 'Nelze zapisovat do souboru %s, zkontrolujte nastaven<65>.';
|
|
||||||
$strCannotLogin = 'Nepoda<64>ilo se p<>ihl<68><6C>en<65> k MySQL serveru';
|
$strCannotLogin = 'Nepoda<64>ilo se p<>ihl<68><6C>en<65> k MySQL serveru';
|
||||||
$strCantLoad = 'nelze nahr<68>t roz<6F><7A><EFBFBD>en<65> %s,<br />pros<6F>m zkontolujte nastaven<65> PHP';
|
$strCantLoad = 'nelze nahr<68>t roz<6F><7A><EFBFBD>en<65> %s,<br />pros<6F>m zkontolujte nastaven<65> PHP';
|
||||||
$strCantLoadMySQL = 'nelze nahr<68>t roz<6F><7A><EFBFBD>en<65> pro MySQL,<br />pros<6F>m zkontrolujte nastaven<65> PHP.';
|
$strCantLoadMySQL = 'nelze nahr<68>t roz<6F><7A><EFBFBD>en<65> pro MySQL,<br />pros<6F>m zkontrolujte nastaven<65> PHP.';
|
||||||
@@ -219,7 +217,6 @@ $strFileCouldNotBeRead = 'Soubor nelze p
|
|||||||
$strFileNameTemplate = 'Vzor pro jm<6A>no souboru';
|
$strFileNameTemplate = 'Vzor pro jm<6A>no souboru';
|
||||||
$strFileNameTemplateHelp = 'Pou<6F>ijte __DB__ pro jm<6A>no datab<61>ze, __TABLE__ pro jm<6A>no tabulky a jak<61>koliv parametry pro %sfunkci strftime%s pro vlo<6C>en<65> data. P<><50>pona souboru bude automaticky p<>id<69>na podle typu. Jak<61>koliv jin<69> text bude zachov<6F>n.';
|
$strFileNameTemplateHelp = 'Pou<6F>ijte __DB__ pro jm<6A>no datab<61>ze, __TABLE__ pro jm<6A>no tabulky a jak<61>koliv parametry pro %sfunkci strftime%s pro vlo<6C>en<65> data. P<><50>pona souboru bude automaticky p<>id<69>na podle typu. Jak<61>koliv jin<69> text bude zachov<6F>n.';
|
||||||
$strFileNameTemplateRemember = 'zapamatovat si hodnotu';
|
$strFileNameTemplateRemember = 'zapamatovat si hodnotu';
|
||||||
$strFileNotWriteble = 'Do souboru %s nelze zapisovat, zkontrolujte nastaven<65>.';
|
|
||||||
$strFixed = 'pevn<76>';
|
$strFixed = 'pevn<76>';
|
||||||
$strFlushPrivilegesNote = 'Pozn<7A>mka: phpMyAdmin z<>sk<73>v<EFBFBD> opr<70>vn<76>n<EFBFBD> p<><70>mo z tabulek MySQL. Obsah t<>chto tabulek se m<><6D>e li<6C>it od opr<70>vn<76>n<EFBFBD>, kter<65> server pr<70>v<EFBFBD> pou<6F><75>v<EFBFBD>, pokud byly tyto tabulky upravov<6F>ny. V tomto p<><70>pad<61> je vhodn<64> prov<6F>st %sznovuna<6E>ten<65> opr<70>vn<76>n<EFBFBD>%s p<>ed pokra<72>ov<6F>n<EFBFBD>m.';
|
$strFlushPrivilegesNote = 'Pozn<7A>mka: phpMyAdmin z<>sk<73>v<EFBFBD> opr<70>vn<76>n<EFBFBD> p<><70>mo z tabulek MySQL. Obsah t<>chto tabulek se m<><6D>e li<6C>it od opr<70>vn<76>n<EFBFBD>, kter<65> server pr<70>v<EFBFBD> pou<6F><75>v<EFBFBD>, pokud byly tyto tabulky upravov<6F>ny. V tomto p<><70>pad<61> je vhodn<64> prov<6F>st %sznovuna<6E>ten<65> opr<70>vn<76>n<EFBFBD>%s p<>ed pokra<72>ov<6F>n<EFBFBD>m.';
|
||||||
$strFlushTable = 'Vypr<70>zdnit vyrovn<76>vac<61> pam<61><6D> pro tabulku ("FLUSH")';
|
$strFlushTable = 'Vypr<70>zdnit vyrovn<76>vac<61> pam<61><6D> pro tabulku ("FLUSH")';
|
||||||
@@ -341,10 +338,12 @@ $strNoIndexPartsDefined = '
|
|||||||
$strNoModification = '<27><>dn<64> zm<7A>na';
|
$strNoModification = '<27><>dn<64> zm<7A>na';
|
||||||
$strNoOptions = 'Tento form<72>t nem<65> <20><>dn<64> nastaven<65>';
|
$strNoOptions = 'Tento form<72>t nem<65> <20><>dn<64> nastaven<65>';
|
||||||
$strNoPassword = '<27><>dn<64> heslo';
|
$strNoPassword = '<27><>dn<64> heslo';
|
||||||
|
$strNoPermission = 'Web server nem<65> opr<70>vn<76>n<EFBFBD> ulo<6C>it v<>pis do souboru %s.';
|
||||||
$strNoPhp = 'Bez PHP k<>du';
|
$strNoPhp = 'Bez PHP k<>du';
|
||||||
$strNoPrivileges = 'Bez opr<70>vn<76>n<EFBFBD>';
|
$strNoPrivileges = 'Bez opr<70>vn<76>n<EFBFBD>';
|
||||||
$strNoQuery = '<27><>dn<64> SQL dotaz!';
|
$strNoQuery = '<27><>dn<64> SQL dotaz!';
|
||||||
$strNoRights = 'Nem<65>te dostate<74>n<EFBFBD> pr<70>va na proveden<65> t<>to akce!';
|
$strNoRights = 'Nem<65>te dostate<74>n<EFBFBD> pr<70>va na proveden<65> t<>to akce!';
|
||||||
|
$strNoSpace = 'Nedostatek m<>sta pro ulo<6C>en<65> souboru %s.';
|
||||||
$strNoTablesFound = 'V datab<61>zi nebyla nalezena ani jedna tabulka.';
|
$strNoTablesFound = 'V datab<61>zi nebyla nalezena ani jedna tabulka.';
|
||||||
$strNoUsersFound = '<27><>dn<64> u<>ivatel nenalezen.';
|
$strNoUsersFound = '<27><>dn<64> u<>ivatel nenalezen.';
|
||||||
$strNoUsersSelected = 'Nebyl vybr<62>n <20><>dn<64> u<>ivatel.';
|
$strNoUsersSelected = 'Nebyl vybr<62>n <20><>dn<64> u<>ivatel.';
|
||||||
|
@@ -81,8 +81,6 @@ $strBzError = 'phpMyAdminovi se nepodařilo zkomprimovat výpis, protože rozš
|
|||||||
$strBzip = '"zabzipováno"';
|
$strBzip = '"zabzipováno"';
|
||||||
|
|
||||||
$strCSVOptions = 'Nastavení CSV exportu';
|
$strCSVOptions = 'Nastavení CSV exportu';
|
||||||
$strCanNotOpenFile = 'Nelze otevřít soubor %s pro zápis, zkontrolujte nastavení.';
|
|
||||||
$strCanNotWriteFile = 'Nelze zapisovat do souboru %s, zkontrolujte nastavení.';
|
|
||||||
$strCannotLogin = 'Nepodařilo se přihlášení k MySQL serveru';
|
$strCannotLogin = 'Nepodařilo se přihlášení k MySQL serveru';
|
||||||
$strCantLoad = 'nelze nahrát rozšíření %s,<br />prosím zkontolujte nastavení PHP';
|
$strCantLoad = 'nelze nahrát rozšíření %s,<br />prosím zkontolujte nastavení PHP';
|
||||||
$strCantLoadMySQL = 'nelze nahrát rozšíření pro MySQL,<br />prosím zkontrolujte nastavení PHP.';
|
$strCantLoadMySQL = 'nelze nahrát rozšíření pro MySQL,<br />prosím zkontrolujte nastavení PHP.';
|
||||||
@@ -220,7 +218,6 @@ $strFileCouldNotBeRead = 'Soubor nelze přečíst';
|
|||||||
$strFileNameTemplate = 'Vzor pro jméno souboru';
|
$strFileNameTemplate = 'Vzor pro jméno souboru';
|
||||||
$strFileNameTemplateHelp = 'Použijte __DB__ pro jméno databáze, __TABLE__ pro jméno tabulky a jakékoliv parametry pro %sfunkci strftime%s pro vložení data. Přípona souboru bude automaticky přidána podle typu. Jakýkoliv jiný text bude zachován.';
|
$strFileNameTemplateHelp = 'Použijte __DB__ pro jméno databáze, __TABLE__ pro jméno tabulky a jakékoliv parametry pro %sfunkci strftime%s pro vložení data. Přípona souboru bude automaticky přidána podle typu. Jakýkoliv jiný text bude zachován.';
|
||||||
$strFileNameTemplateRemember = 'zapamatovat si hodnotu';
|
$strFileNameTemplateRemember = 'zapamatovat si hodnotu';
|
||||||
$strFileNotWriteble = 'Do souboru %s nelze zapisovat, zkontrolujte nastavení.';
|
|
||||||
$strFixed = 'pevný';
|
$strFixed = 'pevný';
|
||||||
$strFlushPrivilegesNote = 'Poznámka: phpMyAdmin získává oprávnění přímo z tabulek MySQL. Obsah těchto tabulek se může lišit od oprávnění, která server právě používá, pokud byly tyto tabulky upravovány. V tomto případě je vhodné provést %sznovunačtení oprávnění%s před pokračováním.';
|
$strFlushPrivilegesNote = 'Poznámka: phpMyAdmin získává oprávnění přímo z tabulek MySQL. Obsah těchto tabulek se může lišit od oprávnění, která server právě používá, pokud byly tyto tabulky upravovány. V tomto případě je vhodné provést %sznovunačtení oprávnění%s před pokračováním.';
|
||||||
$strFlushTable = 'Vyprázdnit vyrovnávací paměť pro tabulku ("FLUSH")';
|
$strFlushTable = 'Vyprázdnit vyrovnávací paměť pro tabulku ("FLUSH")';
|
||||||
@@ -342,10 +339,12 @@ $strNoIndexPartsDefined = 'Žádná část indexu nebyla definována!';
|
|||||||
$strNoModification = 'Žádná změna';
|
$strNoModification = 'Žádná změna';
|
||||||
$strNoOptions = 'Tento formát nemá žádná nastavení';
|
$strNoOptions = 'Tento formát nemá žádná nastavení';
|
||||||
$strNoPassword = 'Žádné heslo';
|
$strNoPassword = 'Žádné heslo';
|
||||||
|
$strNoPermission = 'Web server nemá oprávnění uložit výpis do souboru %s.';
|
||||||
$strNoPhp = 'Bez PHP kódu';
|
$strNoPhp = 'Bez PHP kódu';
|
||||||
$strNoPrivileges = 'Bez oprávnění';
|
$strNoPrivileges = 'Bez oprávnění';
|
||||||
$strNoQuery = 'Žádný SQL dotaz!';
|
$strNoQuery = 'Žádný SQL dotaz!';
|
||||||
$strNoRights = 'Nemáte dostatečná práva na provedení této akce!';
|
$strNoRights = 'Nemáte dostatečná práva na provedení této akce!';
|
||||||
|
$strNoSpace = 'Nedostatek místa pro uložení souboru %s.';
|
||||||
$strNoTablesFound = 'V databázi nebyla nalezena ani jedna tabulka.';
|
$strNoTablesFound = 'V databázi nebyla nalezena ani jedna tabulka.';
|
||||||
$strNoUsersFound = 'Žádný uživatel nenalezen.';
|
$strNoUsersFound = 'Žádný uživatel nenalezen.';
|
||||||
$strNoUsersSelected = 'Nebyl vybrán žádný uživatel.';
|
$strNoUsersSelected = 'Nebyl vybrán žádný uživatel.';
|
||||||
|
@@ -80,8 +80,6 @@ $strBzError = 'phpMyAdminovi se nepoda
|
|||||||
$strBzip = '"zabzipov<6F>no"';
|
$strBzip = '"zabzipov<6F>no"';
|
||||||
|
|
||||||
$strCSVOptions = 'Nastaven<65> CSV exportu';
|
$strCSVOptions = 'Nastaven<65> CSV exportu';
|
||||||
$strCanNotOpenFile = 'Nelze otev<65><76>t soubor %s pro z<>pis, zkontrolujte nastaven<65>.';
|
|
||||||
$strCanNotWriteFile = 'Nelze zapisovat do souboru %s, zkontrolujte nastaven<65>.';
|
|
||||||
$strCannotLogin = 'Nepoda<64>ilo se p<>ihl<68><6C>en<65> k MySQL serveru';
|
$strCannotLogin = 'Nepoda<64>ilo se p<>ihl<68><6C>en<65> k MySQL serveru';
|
||||||
$strCantLoad = 'nelze nahr<68>t roz<6F><7A><EFBFBD>en<65> %s,<br />pros<6F>m zkontolujte nastaven<65> PHP';
|
$strCantLoad = 'nelze nahr<68>t roz<6F><7A><EFBFBD>en<65> %s,<br />pros<6F>m zkontolujte nastaven<65> PHP';
|
||||||
$strCantLoadMySQL = 'nelze nahr<68>t roz<6F><7A><EFBFBD>en<65> pro MySQL,<br />pros<6F>m zkontrolujte nastaven<65> PHP.';
|
$strCantLoadMySQL = 'nelze nahr<68>t roz<6F><7A><EFBFBD>en<65> pro MySQL,<br />pros<6F>m zkontrolujte nastaven<65> PHP.';
|
||||||
@@ -219,7 +217,6 @@ $strFileCouldNotBeRead = 'Soubor nelze p
|
|||||||
$strFileNameTemplate = 'Vzor pro jm<6A>no souboru';
|
$strFileNameTemplate = 'Vzor pro jm<6A>no souboru';
|
||||||
$strFileNameTemplateHelp = 'Pou<6F>ijte __DB__ pro jm<6A>no datab<61>ze, __TABLE__ pro jm<6A>no tabulky a jak<61>koliv parametry pro %sfunkci strftime%s pro vlo<6C>en<65> data. P<><50>pona souboru bude automaticky p<>id<69>na podle typu. Jak<61>koliv jin<69> text bude zachov<6F>n.';
|
$strFileNameTemplateHelp = 'Pou<6F>ijte __DB__ pro jm<6A>no datab<61>ze, __TABLE__ pro jm<6A>no tabulky a jak<61>koliv parametry pro %sfunkci strftime%s pro vlo<6C>en<65> data. P<><50>pona souboru bude automaticky p<>id<69>na podle typu. Jak<61>koliv jin<69> text bude zachov<6F>n.';
|
||||||
$strFileNameTemplateRemember = 'zapamatovat si hodnotu';
|
$strFileNameTemplateRemember = 'zapamatovat si hodnotu';
|
||||||
$strFileNotWriteble = 'Do souboru %s nelze zapisovat, zkontrolujte nastaven<65>.';
|
|
||||||
$strFixed = 'pevn<76>';
|
$strFixed = 'pevn<76>';
|
||||||
$strFlushPrivilegesNote = 'Pozn<7A>mka: phpMyAdmin z<>sk<73>v<EFBFBD> opr<70>vn<76>n<EFBFBD> p<><70>mo z tabulek MySQL. Obsah t<>chto tabulek se m<><6D>e li<6C>it od opr<70>vn<76>n<EFBFBD>, kter<65> server pr<70>v<EFBFBD> pou<6F><75>v<EFBFBD>, pokud byly tyto tabulky upravov<6F>ny. V tomto p<><70>pad<61> je vhodn<64> prov<6F>st %sznovuna<6E>ten<65> opr<70>vn<76>n<EFBFBD>%s p<>ed pokra<72>ov<6F>n<EFBFBD>m.';
|
$strFlushPrivilegesNote = 'Pozn<7A>mka: phpMyAdmin z<>sk<73>v<EFBFBD> opr<70>vn<76>n<EFBFBD> p<><70>mo z tabulek MySQL. Obsah t<>chto tabulek se m<><6D>e li<6C>it od opr<70>vn<76>n<EFBFBD>, kter<65> server pr<70>v<EFBFBD> pou<6F><75>v<EFBFBD>, pokud byly tyto tabulky upravov<6F>ny. V tomto p<><70>pad<61> je vhodn<64> prov<6F>st %sznovuna<6E>ten<65> opr<70>vn<76>n<EFBFBD>%s p<>ed pokra<72>ov<6F>n<EFBFBD>m.';
|
||||||
$strFlushTable = 'Vypr<70>zdnit vyrovn<76>vac<61> pam<61><6D> pro tabulku ("FLUSH")';
|
$strFlushTable = 'Vypr<70>zdnit vyrovn<76>vac<61> pam<61><6D> pro tabulku ("FLUSH")';
|
||||||
@@ -341,10 +338,12 @@ $strNoIndexPartsDefined = '
|
|||||||
$strNoModification = '<27><>dn<64> zm<7A>na';
|
$strNoModification = '<27><>dn<64> zm<7A>na';
|
||||||
$strNoOptions = 'Tento form<72>t nem<65> <20><>dn<64> nastaven<65>';
|
$strNoOptions = 'Tento form<72>t nem<65> <20><>dn<64> nastaven<65>';
|
||||||
$strNoPassword = '<27><>dn<64> heslo';
|
$strNoPassword = '<27><>dn<64> heslo';
|
||||||
|
$strNoPermission = 'Web server nem<65> opr<70>vn<76>n<EFBFBD> ulo<6C>it v<>pis do souboru %s.';
|
||||||
$strNoPhp = 'Bez PHP k<>du';
|
$strNoPhp = 'Bez PHP k<>du';
|
||||||
$strNoPrivileges = 'Bez opr<70>vn<76>n<EFBFBD>';
|
$strNoPrivileges = 'Bez opr<70>vn<76>n<EFBFBD>';
|
||||||
$strNoQuery = '<27><>dn<64> SQL dotaz!';
|
$strNoQuery = '<27><>dn<64> SQL dotaz!';
|
||||||
$strNoRights = 'Nem<65>te dostate<74>n<EFBFBD> pr<70>va na proveden<65> t<>to akce!';
|
$strNoRights = 'Nem<65>te dostate<74>n<EFBFBD> pr<70>va na proveden<65> t<>to akce!';
|
||||||
|
$strNoSpace = 'Nedostatek m<>sta pro ulo<6C>en<65> souboru %s.';
|
||||||
$strNoTablesFound = 'V datab<61>zi nebyla nalezena ani jedna tabulka.';
|
$strNoTablesFound = 'V datab<61>zi nebyla nalezena ani jedna tabulka.';
|
||||||
$strNoUsersFound = '<27><>dn<64> u<>ivatel nenalezen.';
|
$strNoUsersFound = '<27><>dn<64> u<>ivatel nenalezen.';
|
||||||
$strNoUsersSelected = 'Nebyl vybr<62>n <20><>dn<64> u<>ivatel.';
|
$strNoUsersSelected = 'Nebyl vybr<62>n <20><>dn<64> u<>ivatel.';
|
||||||
|
@@ -654,8 +654,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -655,8 +655,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -649,8 +649,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -650,8 +650,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -74,8 +74,6 @@ $strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz
|
|||||||
$strBzip = '"bzipped"';
|
$strBzip = '"bzipped"';
|
||||||
|
|
||||||
$strCSVOptions = 'CSV options';
|
$strCSVOptions = 'CSV options';
|
||||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.';
|
|
||||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.';
|
|
||||||
$strCannotLogin = 'Cannot login to MySQL server';
|
$strCannotLogin = 'Cannot login to MySQL server';
|
||||||
$strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration';
|
$strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration';
|
||||||
$strCantLoadMySQL = 'cannot load MySQL extension,<br />please check PHP Configuration.';
|
$strCantLoadMySQL = 'cannot load MySQL extension,<br />please check PHP Configuration.';
|
||||||
@@ -213,7 +211,6 @@ $strFileCouldNotBeRead = 'File could not be read';
|
|||||||
$strFileNameTemplate = 'File name template';
|
$strFileNameTemplate = 'File name template';
|
||||||
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';
|
||||||
$strFileNameTemplateRemember = 'remember template';
|
$strFileNameTemplateRemember = 'remember template';
|
||||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.';
|
|
||||||
$strFixed = 'fixed';
|
$strFixed = 'fixed';
|
||||||
$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of these tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.';
|
$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of these tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.';
|
||||||
$strFlushTable = 'Flush the table ("FLUSH")';
|
$strFlushTable = 'Flush the table ("FLUSH")';
|
||||||
@@ -335,10 +332,12 @@ $strNoIndexPartsDefined = 'No index parts defined!';
|
|||||||
$strNoModification = 'No change';
|
$strNoModification = 'No change';
|
||||||
$strNoOptions = 'This format has no options';
|
$strNoOptions = 'This format has no options';
|
||||||
$strNoPassword = 'No Password';
|
$strNoPassword = 'No Password';
|
||||||
|
$strNoPermission = 'The web server does not have permission to save the file %s.';
|
||||||
$strNoPhp = 'Without PHP Code';
|
$strNoPhp = 'Without PHP Code';
|
||||||
$strNoPrivileges = 'No Privileges';
|
$strNoPrivileges = 'No Privileges';
|
||||||
$strNoQuery = 'No SQL query!';
|
$strNoQuery = 'No SQL query!';
|
||||||
$strNoRights = 'You don\'t have enough rights to be here right now!';
|
$strNoRights = 'You don\'t have enough rights to be here right now!';
|
||||||
|
$strNoSpace = 'Insufficient space to save the file %s.';
|
||||||
$strNoTablesFound = 'No tables found in database.';
|
$strNoTablesFound = 'No tables found in database.';
|
||||||
$strNoUsersFound = 'No user(s) found.';
|
$strNoUsersFound = 'No user(s) found.';
|
||||||
$strNoUsersSelected = 'No users selected.';
|
$strNoUsersSelected = 'No users selected.';
|
||||||
|
@@ -75,8 +75,6 @@ $strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz
|
|||||||
$strBzip = '"bzipped"';
|
$strBzip = '"bzipped"';
|
||||||
|
|
||||||
$strCSVOptions = 'CSV options';
|
$strCSVOptions = 'CSV options';
|
||||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.';
|
|
||||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.';
|
|
||||||
$strCannotLogin = 'Cannot login to MySQL server';
|
$strCannotLogin = 'Cannot login to MySQL server';
|
||||||
$strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration';
|
$strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration';
|
||||||
$strCantLoadMySQL = 'cannot load MySQL extension,<br />please check PHP Configuration.';
|
$strCantLoadMySQL = 'cannot load MySQL extension,<br />please check PHP Configuration.';
|
||||||
@@ -214,7 +212,6 @@ $strFileCouldNotBeRead = 'File could not be read';
|
|||||||
$strFileNameTemplate = 'File name template';
|
$strFileNameTemplate = 'File name template';
|
||||||
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';
|
||||||
$strFileNameTemplateRemember = 'remember template';
|
$strFileNameTemplateRemember = 'remember template';
|
||||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.';
|
|
||||||
$strFixed = 'fixed';
|
$strFixed = 'fixed';
|
||||||
$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of these tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.';
|
$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of these tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.';
|
||||||
$strFlushTable = 'Flush the table ("FLUSH")';
|
$strFlushTable = 'Flush the table ("FLUSH")';
|
||||||
@@ -336,10 +333,12 @@ $strNoIndexPartsDefined = 'No index parts defined!';
|
|||||||
$strNoModification = 'No change';
|
$strNoModification = 'No change';
|
||||||
$strNoOptions = 'This format has no options';
|
$strNoOptions = 'This format has no options';
|
||||||
$strNoPassword = 'No Password';
|
$strNoPassword = 'No Password';
|
||||||
|
$strNoPermission = 'The web server does not have permission to save the file %s.';
|
||||||
$strNoPhp = 'Without PHP Code';
|
$strNoPhp = 'Without PHP Code';
|
||||||
$strNoPrivileges = 'No Privileges';
|
$strNoPrivileges = 'No Privileges';
|
||||||
$strNoQuery = 'No SQL query!';
|
$strNoQuery = 'No SQL query!';
|
||||||
$strNoRights = 'You don\'t have enough rights to be here right now!';
|
$strNoRights = 'You don\'t have enough rights to be here right now!';
|
||||||
|
$strNoSpace = 'Insufficient space to save the file %s.';
|
||||||
$strNoTablesFound = 'No tables found in database.';
|
$strNoTablesFound = 'No tables found in database.';
|
||||||
$strNoUsersFound = 'No user(s) found.';
|
$strNoUsersFound = 'No user(s) found.';
|
||||||
$strNoUsersSelected = 'No users selected.';
|
$strNoUsersSelected = 'No users selected.';
|
||||||
|
@@ -634,8 +634,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -635,8 +635,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -635,8 +635,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -634,8 +634,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -656,8 +656,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -212,7 +212,6 @@ $strFileCouldNotBeRead = 'Le fichier n\'a pu
|
|||||||
$strFileNameTemplate = 'Mod<6F>le de nom de fichier';
|
$strFileNameTemplate = 'Mod<6F>le de nom de fichier';
|
||||||
$strFileNameTemplateHelp = 'Utilisez __DB__ comme nom de base, __TABLE__ comme nom de table et %stoute option valide de strftime%s comme indicateur de date/heure, le suffixe sera ajout<75> automatiquement. Tout autre texte sera pr<70>serv<72>.';
|
$strFileNameTemplateHelp = 'Utilisez __DB__ comme nom de base, __TABLE__ comme nom de table et %stoute option valide de strftime%s comme indicateur de date/heure, le suffixe sera ajout<75> automatiquement. Tout autre texte sera pr<70>serv<72>.';
|
||||||
$strFileNameTemplateRemember = 'se souvenir du mod<6F>le';
|
$strFileNameTemplateRemember = 'se souvenir du mod<6F>le';
|
||||||
$strFileNotWriteble = 'On ne peut <20>crire sur le fichier %s, veuillez v<>rifier votre configuration';
|
|
||||||
$strFixed = 'fixe';
|
$strFixed = 'fixe';
|
||||||
$strFlushPrivilegesNote = 'Note: phpMyAdmin obtient la liste des privil<69>ges directement <20> partir des tables MySQL. Le contenu de ces tables peut <20>tre diff<66>rent des privil<69>ges effectifs, si des changements manuels ont <20>t<EFBFBD> apport<72>s. Dans ce cas, vous devriez %srecharger les privil<69>ges%s avant de continuer.';
|
$strFlushPrivilegesNote = 'Note: phpMyAdmin obtient la liste des privil<69>ges directement <20> partir des tables MySQL. Le contenu de ces tables peut <20>tre diff<66>rent des privil<69>ges effectifs, si des changements manuels ont <20>t<EFBFBD> apport<72>s. Dans ce cas, vous devriez %srecharger les privil<69>ges%s avant de continuer.';
|
||||||
$strFlushTable = 'Recharger la table ("FLUSH")';
|
$strFlushTable = 'Recharger la table ("FLUSH")';
|
||||||
@@ -636,7 +635,7 @@ $strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enl
|
|||||||
$strZip = '"zipp<70>"';
|
$strZip = '"zipp<70>"';
|
||||||
// To translate
|
// 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
|
|
||||||
|
|
||||||
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -213,7 +213,6 @@ $strFileCouldNotBeRead = 'Le fichier n\'a pu être lu';
|
|||||||
$strFileNameTemplate = 'Modèle de nom de fichier';
|
$strFileNameTemplate = 'Modèle de nom de fichier';
|
||||||
$strFileNameTemplateHelp = 'Utilisez __DB__ comme nom de base, __TABLE__ comme nom de table et %stoute option valide de strftime%s comme indicateur de date/heure, le suffixe sera ajouté automatiquement. Tout autre texte sera préservé.';
|
$strFileNameTemplateHelp = 'Utilisez __DB__ comme nom de base, __TABLE__ comme nom de table et %stoute option valide de strftime%s comme indicateur de date/heure, le suffixe sera ajouté automatiquement. Tout autre texte sera préservé.';
|
||||||
$strFileNameTemplateRemember = 'se souvenir du modèle';
|
$strFileNameTemplateRemember = 'se souvenir du modèle';
|
||||||
$strFileNotWriteble = 'On ne peut écrire sur le fichier %s, veuillez vérifier votre configuration';
|
|
||||||
$strFixed = 'fixe';
|
$strFixed = 'fixe';
|
||||||
$strFlushPrivilegesNote = 'Note: phpMyAdmin obtient la liste des privilèges directement à partir des tables MySQL. Le contenu de ces tables peut être différent des privilèges effectifs, si des changements manuels ont été apportés. Dans ce cas, vous devriez %srecharger les privilèges%s avant de continuer.';
|
$strFlushPrivilegesNote = 'Note: phpMyAdmin obtient la liste des privilèges directement à partir des tables MySQL. Le contenu de ces tables peut être différent des privilèges effectifs, si des changements manuels ont été apportés. Dans ce cas, vous devriez %srecharger les privilèges%s avant de continuer.';
|
||||||
$strFlushTable = 'Recharger la table ("FLUSH")';
|
$strFlushTable = 'Recharger la table ("FLUSH")';
|
||||||
@@ -637,7 +636,7 @@ $strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlève la limite.';
|
|||||||
$strZip = '"zippé"';
|
$strZip = '"zippé"';
|
||||||
// To translate
|
// 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
|
|
||||||
|
|
||||||
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -640,8 +640,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -641,8 +641,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -659,8 +659,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -640,8 +640,7 @@ $strMustSelectFile = 'Bitte geben Sie eine Datei an, die eingef
|
|||||||
$strSaveOnServer = 'Datei auf dem Server in Verzeichnis %s speichern';
|
$strSaveOnServer = 'Datei auf dem Server in Verzeichnis %s speichern';
|
||||||
$strOverwriteExisting = 'Bestehende Datei(en) <20>berschreiben';
|
$strOverwriteExisting = 'Bestehende Datei(en) <20>berschreiben';
|
||||||
$strFileAlreadyExists = 'Die Datei %s besteht bereits auf dem Server. Bitte <20>ndern Sie den Dateinamen oder w<>hlen Sie die <20>berschreibungs-Option.';
|
$strFileAlreadyExists = 'Die Datei %s besteht bereits auf dem Server. Bitte <20>ndern Sie den Dateinamen oder w<>hlen Sie die <20>berschreibungs-Option.';
|
||||||
$strFileNotWriteble = 'Kein Schreibzugriff f<>r Datei %s, pr<70>fen Sie bitte Ihre Konfiguration.';
|
|
||||||
$strCanNotOpenFile = 'Datei %s kann nicht ge<67>ffnet werden, pr<70>fen Sie bitte Ihre Konfiguration.';
|
|
||||||
$strCanNotWriteFile = 'Datei %s kann nicht geschrieben werden, pr<70>fen Sie bitte Ihre Konfiguration.';
|
|
||||||
$strDumpSaved = 'Dump (Schema) wurde in Datei %s gespeichert.';
|
$strDumpSaved = 'Dump (Schema) wurde in Datei %s gespeichert.';
|
||||||
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -641,8 +641,7 @@ $strMustSelectFile = 'Bitte geben Sie eine Datei an, die eingefügt werden soll.
|
|||||||
$strSaveOnServer = 'Datei auf dem Server in Verzeichnis %s speichern';
|
$strSaveOnServer = 'Datei auf dem Server in Verzeichnis %s speichern';
|
||||||
$strOverwriteExisting = 'Bestehende Datei(en) überschreiben';
|
$strOverwriteExisting = 'Bestehende Datei(en) überschreiben';
|
||||||
$strFileAlreadyExists = 'Die Datei %s besteht bereits auf dem Server. Bitte ändern Sie den Dateinamen oder wählen Sie die Überschreibungs-Option.';
|
$strFileAlreadyExists = 'Die Datei %s besteht bereits auf dem Server. Bitte ändern Sie den Dateinamen oder wählen Sie die Überschreibungs-Option.';
|
||||||
$strFileNotWriteble = 'Kein Schreibzugriff für Datei %s, prüfen Sie bitte Ihre Konfiguration.';
|
|
||||||
$strCanNotOpenFile = 'Datei %s kann nicht geöffnet werden, prüfen Sie bitte Ihre Konfiguration.';
|
|
||||||
$strCanNotWriteFile = 'Datei %s kann nicht geschrieben werden, prüfen Sie bitte Ihre Konfiguration.';
|
|
||||||
$strDumpSaved = 'Dump (Schema) wurde in Datei %s gespeichert.';
|
$strDumpSaved = 'Dump (Schema) wurde in Datei %s gespeichert.';
|
||||||
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -658,8 +658,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -659,8 +659,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -656,8 +656,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -670,8 +670,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -644,8 +644,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -645,8 +645,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -633,8 +633,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -634,8 +634,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -638,8 +638,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -639,8 +639,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -644,8 +644,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -644,8 +644,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -645,8 +645,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -658,8 +658,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -638,8 +638,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -637,8 +637,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -637,8 +637,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -636,8 +636,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -655,8 +655,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -656,8 +656,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -637,8 +637,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -638,8 +638,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -633,8 +633,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -634,8 +634,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -655,8 +655,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -656,8 +656,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -634,8 +634,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -635,8 +635,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -642,8 +642,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -640,8 +640,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -641,8 +641,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -640,8 +640,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -662,8 +662,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -661,8 +661,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -633,8 +633,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -634,8 +634,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -633,8 +633,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -639,8 +639,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -640,8 +640,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -639,8 +639,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -633,8 +633,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -634,8 +634,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -633,8 +633,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -634,8 +634,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -644,8 +644,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -645,8 +645,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -658,8 +658,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -635,8 +635,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -634,8 +634,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
|||||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -436,18 +436,19 @@ if (!empty($asfile)) {
|
|||||||
|
|
||||||
/* Should ve save on server? */
|
/* Should ve save on server? */
|
||||||
if (isset($cfg['SaveDir']) && !empty($cfg['SaveDir']) && !empty($onserver) ) {
|
if (isset($cfg['SaveDir']) && !empty($cfg['SaveDir']) && !empty($onserver) ) {
|
||||||
$fname = $cfg['SaveDir'] . $filename . '.' . $ext;
|
$fname = $cfg['SaveDir'] . ereg_replace('[/\\]','_',$filename) . '.' . $ext;
|
||||||
if (file_exists($fname) && empty($onserverover)) {
|
if (file_exists($fname) && empty($onserverover)) {
|
||||||
$message = sprintf($strFileAlreadyExists, $fname);
|
$message = sprintf($strFileAlreadyExists, $fname);
|
||||||
} else {
|
} else {
|
||||||
if (is_file($fname) && !is_writable($fname)) {
|
if (is_file($fname) && !is_writable($fname)) {
|
||||||
$message = sprintf($strFileNotWriteble, $fname);
|
$message = sprintf($strNoPermission, $fname);
|
||||||
} else {
|
} else {
|
||||||
if (!$file = fopen($fname, 'w')) {
|
if (!$file = @fopen($fname, 'w')) {
|
||||||
$message = sprintf($strCanNotOpenFile, $fname);
|
$message = sprintf($strNoPermission, $fname);
|
||||||
} else {
|
} else {
|
||||||
if (!fwrite($file, $dump_buffer)) {
|
$write_result = @fwrite($file, $dump_buffer);
|
||||||
$message = sprintf($strCanNotWriteFile, $fname);
|
if (!$write_result || ($write_result != strlen($dump_buffer))) {
|
||||||
|
$message = sprintf($strNoSpace, $fname);
|
||||||
} else {
|
} else {
|
||||||
fclose($file);
|
fclose($file);
|
||||||
$message = sprintf($strDumpSaved, $fname);
|
$message = sprintf($strDumpSaved, $fname);
|
||||||
|
Reference in New Issue
Block a user