Use other messages (thanks to Marc), replace slashes in filename with underscore to avoid possible problems.
This commit is contained in:
parent
5bea83b618
commit
0c867d815f
@ -8,7 +8,9 @@ $Source$
|
||||
2003-05-13 Michal Cihar <nijel@users.sourceforge.net>
|
||||
* libraries/display_export.lib.php3, tbl_dump.php3: Support for exporting
|
||||
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>
|
||||
* 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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -657,8 +657,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -80,8 +80,6 @@ $strBzError = 'phpMyAdminovi se nepoda
|
||||
$strBzip = '"zabzipováno"';
|
||||
|
||||
$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';
|
||||
$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.';
|
||||
@ -219,7 +217,6 @@ $strFileCouldNotBeRead = 'Soubor nelze p
|
||||
$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.';
|
||||
$strFileNameTemplateRemember = 'zapamatovat si hodnotu';
|
||||
$strFileNotWriteble = 'Do souboru %s nelze zapisovat, zkontrolujte nastavení.';
|
||||
$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.';
|
||||
$strFlushTable = 'Vyprázdnit vyrovnávací paměť pro tabulku ("FLUSH")';
|
||||
@ -341,10 +338,12 @@ $strNoIndexPartsDefined = '
|
||||
$strNoModification = 'Žádná změna';
|
||||
$strNoOptions = 'Tento formát nemá žádná nastavení';
|
||||
$strNoPassword = 'Žádné heslo';
|
||||
$strNoPermission = 'Web server nemá oprávnění uložit výpis do souboru %s.';
|
||||
$strNoPhp = 'Bez PHP kódu';
|
||||
$strNoPrivileges = 'Bez oprávnění';
|
||||
$strNoQuery = 'Žádný SQL dotaz!';
|
||||
$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.';
|
||||
$strNoUsersFound = 'Žádný uživatel nenalezen.';
|
||||
$strNoUsersSelected = 'Nebyl vybrán žádný uživatel.';
|
||||
|
||||
@ -81,8 +81,6 @@ $strBzError = 'phpMyAdminovi se nepodařilo zkomprimovat výpis, protože rozš
|
||||
$strBzip = '"zabzipováno"';
|
||||
|
||||
$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';
|
||||
$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.';
|
||||
@ -220,7 +218,6 @@ $strFileCouldNotBeRead = 'Soubor nelze přečíst';
|
||||
$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.';
|
||||
$strFileNameTemplateRemember = 'zapamatovat si hodnotu';
|
||||
$strFileNotWriteble = 'Do souboru %s nelze zapisovat, zkontrolujte nastavení.';
|
||||
$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.';
|
||||
$strFlushTable = 'Vyprázdnit vyrovnávací paměť pro tabulku ("FLUSH")';
|
||||
@ -342,10 +339,12 @@ $strNoIndexPartsDefined = 'Žádná část indexu nebyla definována!';
|
||||
$strNoModification = 'Žádná změna';
|
||||
$strNoOptions = 'Tento formát nemá žádná nastavení';
|
||||
$strNoPassword = 'Žádné heslo';
|
||||
$strNoPermission = 'Web server nemá oprávnění uložit výpis do souboru %s.';
|
||||
$strNoPhp = 'Bez PHP kódu';
|
||||
$strNoPrivileges = 'Bez oprávnění';
|
||||
$strNoQuery = 'Žádný SQL dotaz!';
|
||||
$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.';
|
||||
$strNoUsersFound = 'Žádný uživatel nenalezen.';
|
||||
$strNoUsersSelected = 'Nebyl vybrán žádný uživatel.';
|
||||
|
||||
@ -80,8 +80,6 @@ $strBzError = 'phpMyAdminovi se nepoda
|
||||
$strBzip = '"zabzipováno"';
|
||||
|
||||
$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';
|
||||
$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.';
|
||||
@ -219,7 +217,6 @@ $strFileCouldNotBeRead = 'Soubor nelze p
|
||||
$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.';
|
||||
$strFileNameTemplateRemember = 'zapamatovat si hodnotu';
|
||||
$strFileNotWriteble = 'Do souboru %s nelze zapisovat, zkontrolujte nastavení.';
|
||||
$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.';
|
||||
$strFlushTable = 'Vyprázdnit vyrovnávací paměť pro tabulku ("FLUSH")';
|
||||
@ -341,10 +338,12 @@ $strNoIndexPartsDefined = '
|
||||
$strNoModification = 'Žádná změna';
|
||||
$strNoOptions = 'Tento formát nemá žádná nastavení';
|
||||
$strNoPassword = 'Žádné heslo';
|
||||
$strNoPermission = 'Web server nemá oprávnění uložit výpis do souboru %s.';
|
||||
$strNoPhp = 'Bez PHP kódu';
|
||||
$strNoPrivileges = 'Bez oprávnění';
|
||||
$strNoQuery = 'Žádný SQL dotaz!';
|
||||
$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.';
|
||||
$strNoUsersFound = 'Žádný uživatel nenalezen.';
|
||||
$strNoUsersSelected = 'Nebyl vybrán žádný 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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -74,8 +74,6 @@ $strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz
|
||||
$strBzip = '"bzipped"';
|
||||
|
||||
$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';
|
||||
$strCantLoad = 'cannot load %s 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';
|
||||
$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';
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.';
|
||||
$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.';
|
||||
$strFlushTable = 'Flush the table ("FLUSH")';
|
||||
@ -335,10 +332,12 @@ $strNoIndexPartsDefined = 'No index parts defined!';
|
||||
$strNoModification = 'No change';
|
||||
$strNoOptions = 'This format has no options';
|
||||
$strNoPassword = 'No Password';
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.';
|
||||
$strNoPhp = 'Without PHP Code';
|
||||
$strNoPrivileges = 'No Privileges';
|
||||
$strNoQuery = 'No SQL query!';
|
||||
$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.';
|
||||
$strNoUsersFound = 'No user(s) found.';
|
||||
$strNoUsersSelected = 'No users selected.';
|
||||
|
||||
@ -75,8 +75,6 @@ $strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz
|
||||
$strBzip = '"bzipped"';
|
||||
|
||||
$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';
|
||||
$strCantLoad = 'cannot load %s 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';
|
||||
$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';
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.';
|
||||
$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.';
|
||||
$strFlushTable = 'Flush the table ("FLUSH")';
|
||||
@ -336,10 +333,12 @@ $strNoIndexPartsDefined = 'No index parts defined!';
|
||||
$strNoModification = 'No change';
|
||||
$strNoOptions = 'This format has no options';
|
||||
$strNoPassword = 'No Password';
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.';
|
||||
$strNoPhp = 'Without PHP Code';
|
||||
$strNoPrivileges = 'No Privileges';
|
||||
$strNoQuery = 'No SQL query!';
|
||||
$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.';
|
||||
$strNoUsersFound = 'No user(s) found.';
|
||||
$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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -657,8 +657,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -212,7 +212,6 @@ $strFileCouldNotBeRead = 'Le fichier n\'a pu
|
||||
$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é.';
|
||||
$strFileNameTemplateRemember = 'se souvenir du modèle';
|
||||
$strFileNotWriteble = 'On ne peut écrire sur le fichier %s, veuillez vérifier votre configuration';
|
||||
$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.';
|
||||
$strFlushTable = 'Recharger la table ("FLUSH")';
|
||||
@ -636,7 +635,7 @@ $strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enl
|
||||
$strZip = '"zippé"';
|
||||
// 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';
|
||||
$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';
|
||||
$strFileNotWriteble = 'On ne peut écrire sur le fichier %s, veuillez vérifier votre configuration';
|
||||
$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.';
|
||||
$strFlushTable = 'Recharger la table ("FLUSH")';
|
||||
@ -637,7 +636,7 @@ $strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlève la limite.';
|
||||
$strZip = '"zippé"';
|
||||
// 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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -640,8 +640,7 @@ $strMustSelectFile = 'Bitte geben Sie eine Datei an, die eingef
|
||||
$strSaveOnServer = 'Datei auf dem Server in Verzeichnis %s speichern';
|
||||
$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.';
|
||||
$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.';
|
||||
$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';
|
||||
$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.';
|
||||
$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.';
|
||||
$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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -657,8 +657,7 @@ $strMustSelectFile = 'You should select file which you want to insert.'; //to t
|
||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -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
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate
|
||||
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate
|
||||
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
?>
|
||||
|
||||
@ -436,18 +436,19 @@ if (!empty($asfile)) {
|
||||
|
||||
/* Should ve save on server? */
|
||||
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)) {
|
||||
$message = sprintf($strFileAlreadyExists, $fname);
|
||||
} else {
|
||||
if (is_file($fname) && !is_writable($fname)) {
|
||||
$message = sprintf($strFileNotWriteble, $fname);
|
||||
$message = sprintf($strNoPermission, $fname);
|
||||
} else {
|
||||
if (!$file = fopen($fname, 'w')) {
|
||||
$message = sprintf($strCanNotOpenFile, $fname);
|
||||
if (!$file = @fopen($fname, 'w')) {
|
||||
$message = sprintf($strNoPermission, $fname);
|
||||
} else {
|
||||
if (!fwrite($file, $dump_buffer)) {
|
||||
$message = sprintf($strCanNotWriteFile, $fname);
|
||||
$write_result = @fwrite($file, $dump_buffer);
|
||||
if (!$write_result || ($write_result != strlen($dump_buffer))) {
|
||||
$message = sprintf($strNoSpace, $fname);
|
||||
} else {
|
||||
fclose($file);
|
||||
$message = sprintf($strDumpSaved, $fname);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user