diff --git a/.cvsignore b/.cvsignore index ec5d9730d..754607f2d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,4 @@ config.inc.developer.php3 phpmyadmin.wpj upload +save diff --git a/ChangeLog b/ChangeLog index 4d2898c45..13552d0f3 100755 --- a/ChangeLog +++ b/ChangeLog @@ -36,6 +36,10 @@ $Source$ parameters. * libraries/build_dump.lib.php3: Fix eporting without backquotes (bug #737023). + * .cvsignore, config.inc.php3, db_details_db_info.php3, tbl_dump.php3, + lang/*, libraries/common.lib.php3, libraries/display_export.lib.php3, + Documentation.html: Support for saving to file on server (part of RFE + #730197). 2003-05-12 Garvin Hicking * queryframe.php3: Remove left/bottom margin to better fit the link title diff --git a/Documentation.html b/Documentation.html index 627518eea..c0f6bf1bf 100755 --- a/Documentation.html +++ b/Documentation.html @@ -1510,6 +1510,19 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'

+
$cfg['SaveDir'] string
+
+ The name of the directory, ending with a slash, where dumps can + be saved. +

+ Please note that the directory has to be writable for user running + webserver. +

+ Please note that if PHP is running in safe mode, this directory must + be owned by the same user as the owner of the phpMyAdmin scripts. +

+
+
$cfg['RepeatCells'] integer
Repeat the headers every X cells, or 0 to deactivate. diff --git a/config.inc.php3 b/config.inc.php3 index 6c4c1157c..f135533cd 100755 --- a/config.inc.php3 +++ b/config.inc.php3 @@ -440,6 +440,9 @@ $cfg['SQLQuery']['Validate'] = FALSE; // Validate a query (see $cfg['SQLVa $cfg['UploadDir'] = ''; // for example, './upload/'; you must end it with // a slash, and you leave it empty for no upload // directory +$cfg['SaveDir'] = ''; // for example, './save/'; you must end it with + // a slash, and you leave it empty for no save + // directory /** diff --git a/db_details_db_info.php3 b/db_details_db_info.php3 index 5e303cbbe..bc0e76bdc 100644 --- a/db_details_db_info.php3 +++ b/db_details_db_info.php3 @@ -7,6 +7,7 @@ * tables if possible */ // staybyte: speedup view on locked tables - 11 June 2001 +$tables = array(); if (PMA_MYSQL_INT_VERSION >= 32303) { // Special speedup for newer MySQL Versions (in 4.0 format changed) if ($cfg['SkipLockedTables'] == TRUE && PMA_MYSQL_INT_VERSION >= 32330) { diff --git a/lang/afrikaans-iso-8859-1.inc.php3 b/lang/afrikaans-iso-8859-1.inc.php3 index e44124e55..bf5936464 100644 --- a/lang/afrikaans-iso-8859-1.inc.php3 +++ b/lang/afrikaans-iso-8859-1.inc.php3 @@ -643,4 +643,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/afrikaans-utf-8.inc.php3 b/lang/afrikaans-utf-8.inc.php3 index c070aab04..c4ca9b287 100644 --- a/lang/afrikaans-utf-8.inc.php3 +++ b/lang/afrikaans-utf-8.inc.php3 @@ -644,4 +644,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/albanian-iso-8859-1.inc.php3 b/lang/albanian-iso-8859-1.inc.php3 index 26fd23a0b..930016740 100644 --- a/lang/albanian-iso-8859-1.inc.php3 +++ b/lang/albanian-iso-8859-1.inc.php3 @@ -635,4 +635,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/albanian-utf-8.inc.php3 b/lang/albanian-utf-8.inc.php3 index 84510a32d..0cc164a86 100644 --- a/lang/albanian-utf-8.inc.php3 +++ b/lang/albanian-utf-8.inc.php3 @@ -636,4 +636,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/arabic-utf-8.inc.php3 b/lang/arabic-utf-8.inc.php3 index c9702cb48..2e02ec30e 100644 --- a/lang/arabic-utf-8.inc.php3 +++ b/lang/arabic-utf-8.inc.php3 @@ -658,4 +658,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/arabic-windows-1256.inc.php3 b/lang/arabic-windows-1256.inc.php3 index d509219f1..a4c9cc3bf 100644 --- a/lang/arabic-windows-1256.inc.php3 +++ b/lang/arabic-windows-1256.inc.php3 @@ -657,4 +657,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/brazilian_portuguese-iso-8859-1.inc.php3 b/lang/brazilian_portuguese-iso-8859-1.inc.php3 index 424bd6ef2..ede28f98c 100644 --- a/lang/brazilian_portuguese-iso-8859-1.inc.php3 +++ b/lang/brazilian_portuguese-iso-8859-1.inc.php3 @@ -657,4 +657,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/brazilian_portuguese-utf-8.inc.php3 b/lang/brazilian_portuguese-utf-8.inc.php3 index 4698e8807..b2e0992e0 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php3 +++ b/lang/brazilian_portuguese-utf-8.inc.php3 @@ -658,4 +658,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/bulgarian-koi8-r.inc.php3 b/lang/bulgarian-koi8-r.inc.php3 index 2700cae73..9e96384c4 100644 --- a/lang/bulgarian-koi8-r.inc.php3 +++ b/lang/bulgarian-koi8-r.inc.php3 @@ -650,4 +650,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/bulgarian-utf-8.inc.php3 b/lang/bulgarian-utf-8.inc.php3 index 056540adc..e3ce45110 100644 --- a/lang/bulgarian-utf-8.inc.php3 +++ b/lang/bulgarian-utf-8.inc.php3 @@ -651,4 +651,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/bulgarian-windows-1251.inc.php3 b/lang/bulgarian-windows-1251.inc.php3 index 2c91ec02d..03c31fd90 100644 --- a/lang/bulgarian-windows-1251.inc.php3 +++ b/lang/bulgarian-windows-1251.inc.php3 @@ -650,4 +650,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/catalan-iso-8859-1.inc.php3 b/lang/catalan-iso-8859-1.inc.php3 index fe4db3ae5..68839220c 100644 --- a/lang/catalan-iso-8859-1.inc.php3 +++ b/lang/catalan-iso-8859-1.inc.php3 @@ -631,4 +631,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/catalan-utf-8.inc.php3 b/lang/catalan-utf-8.inc.php3 index dc88017a5..fa0e5d920 100644 --- a/lang/catalan-utf-8.inc.php3 +++ b/lang/catalan-utf-8.inc.php3 @@ -632,4 +632,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/chinese_big5-utf-8.inc.php3 b/lang/chinese_big5-utf-8.inc.php3 index 76ddc0c69..5c61bfd86 100644 --- a/lang/chinese_big5-utf-8.inc.php3 +++ b/lang/chinese_big5-utf-8.inc.php3 @@ -655,4 +655,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/chinese_big5.inc.php3 b/lang/chinese_big5.inc.php3 index 0c015e95c..cb0d8d85b 100644 --- a/lang/chinese_big5.inc.php3 +++ b/lang/chinese_big5.inc.php3 @@ -654,4 +654,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/chinese_gb-utf-8.inc.php3 b/lang/chinese_gb-utf-8.inc.php3 index 3a6f44187..616f10e65 100644 --- a/lang/chinese_gb-utf-8.inc.php3 +++ b/lang/chinese_gb-utf-8.inc.php3 @@ -635,4 +635,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/chinese_gb.inc.php3 b/lang/chinese_gb.inc.php3 index e7713743c..78ac19f89 100644 --- a/lang/chinese_gb.inc.php3 +++ b/lang/chinese_gb.inc.php3 @@ -634,4 +634,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/croatian-iso-8859-2.inc.php3 b/lang/croatian-iso-8859-2.inc.php3 index 0e54ea4a5..a9de489ee 100644 --- a/lang/croatian-iso-8859-2.inc.php3 +++ b/lang/croatian-iso-8859-2.inc.php3 @@ -656,4 +656,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/croatian-utf-8.inc.php3 b/lang/croatian-utf-8.inc.php3 index bd75d407d..c7f77f887 100644 --- a/lang/croatian-utf-8.inc.php3 +++ b/lang/croatian-utf-8.inc.php3 @@ -657,4 +657,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/croatian-windows-1250.inc.php3 b/lang/croatian-windows-1250.inc.php3 index 2b81b7366..8a94fc67a 100644 --- a/lang/croatian-windows-1250.inc.php3 +++ b/lang/croatian-windows-1250.inc.php3 @@ -656,4 +656,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/czech-iso-8859-2.inc.php3 b/lang/czech-iso-8859-2.inc.php3 index 7634db11d..02edcc681 100644 --- a/lang/czech-iso-8859-2.inc.php3 +++ b/lang/czech-iso-8859-2.inc.php3 @@ -80,6 +80,8 @@ $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,
prosím zkontolujte nastavení PHP'; $strCantLoadMySQL = 'nelze nahrát rozšíření pro MySQL,
prosím zkontrolujte nastavení PHP.'; @@ -120,6 +122,7 @@ $strConnections = 'P $strCookiesRequired = 'Během tohoto kroku musíte mít povoleny cookies.'; $strCopyTable = 'Kopírovat tabulku do (databáze.tabulka):'; $strCopyTableOK = 'Tabulka %s byla zkopírována do %s.'; +$strCopyTableSameNames = 'Nelze kopírovat tabulku na sebe samu!'; $strCouldNotKill = 'phpMyAdminovi se nepodařilo zabít vlákno %s. Pravděpodobne jeho běh již skončil.'; $strCreate = 'Vytvořit'; $strCreateIndex = 'Vytvořit index na %s sloupcích'; @@ -180,8 +183,9 @@ $strDropSelectedDatabases = 'Zru $strDropTable = 'Smazat tabulku'; $strDropUsersDb = 'Odstranit databáze se stejnými jmény jako uživatelé.'; $strDumpComments = 'Vložit komentáře ke sloupcům jako SQL komentáře'; +$strDumpSaved = 'Výpis byl uložen do souboru %s.'; $strDumpXRows = 'Vypsat %s řádků od %s.'; -$strDumpingData = 'Dumpuji data pro tabulku'; +$strDumpingData = 'Vypisuji data pro tabulku'; $strDynamic = 'dynamický'; $strEdit = 'Upravit'; @@ -210,10 +214,12 @@ $strFieldsEmpty = ' Nebyl zad $strFieldsEnclosedBy = 'Názvy sloupců uzavřené do'; $strFieldsEscapedBy = 'Názvy sloupců escapovány'; $strFieldsTerminatedBy = 'Sloupce oddělené'; +$strFileAlreadyExists = 'Soubor %s již na serveru existuje, změntě jméno souboru, nebo zvolte přepsání souboru.'; $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")'; @@ -311,6 +317,8 @@ $strModifyIndexTopic = 'Upravit index'; $strMoreStatusVars = 'Další informace o stavu'; $strMoveTable = 'Přesunout tabulku do (databáze.tabulka):'; $strMoveTableOK = 'Tabulka %s byla přesunuta do %s.'; +$strMoveTableSameNames = 'Nelze přeunout tabulku na sebe samu!'; +$strMustSelectFile = 'Zvolte soubor, který chcete vložit.'; $strMySQLCharset = 'Znaková sada v MySQL'; $strMySQLReloaded = 'MySQL znovu načteno.'; $strMySQLSaid = 'MySQL hlásí: '; @@ -360,6 +368,7 @@ $strOptionally = 'Voliteln $strOptions = 'Vlastnosti'; $strOr = 'nebo'; $strOverhead = 'Navíc'; +$strOverwriteExisting = 'Přepsat existující soubor(y)'; $strPHP40203 = 'Používáte PHP 4.2.3, které má závažnou chybu při práci s vícebajtovými znaky (mbsting), jedná se o chybu PHP číslo 19404. Nedoporučujeme používat tuto verzi PHP s phpMyAdminem.'; $strPHPVersion = 'Verze PHP'; @@ -486,6 +495,7 @@ $strSQPBugInvalidIdentifer = 'Chybn $strSQPBugUnclosedQuote = 'Neuzavřené uvozovky'; $strSQPBugUnknownPunctuation = 'Neznámé interpunkční znaménko'; $strSave = 'Ulož'; +$strSaveOnServer = 'Uložit na serveru v adresáři %s'; $strScaleFactorSmall = 'Měřítko je příliš malé, aby se schéma vešlo na jednu stránku'; $strSearch = 'Vyhledávání'; $strSearchFormTitle = 'Vyhledávání v databázi'; @@ -503,7 +513,7 @@ $strSelectAll = 'Vybrat v $strSelectFields = 'Zvolte sloupec (alespoň jeden):'; $strSelectNumRows = 'v dotazu'; $strSelectTables = 'Vybrat tabulky'; -$strSend = 'Poslat'; +$strSend = 'Do souboru'; $strSent = 'Odesláno'; $strServer = 'Server %s'; $strServerChoice = 'Výběr serveru'; @@ -633,7 +643,4 @@ $strZeroRemovesTheLimit = 'Pozn $strZip = '"zazipováno"'; // To translate -$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate -$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate -$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/czech-utf-8.inc.php3 b/lang/czech-utf-8.inc.php3 index a93470fdf..d9eff8367 100644 --- a/lang/czech-utf-8.inc.php3 +++ b/lang/czech-utf-8.inc.php3 @@ -81,6 +81,8 @@ $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,
prosím zkontolujte nastavení PHP'; $strCantLoadMySQL = 'nelze nahrát rozšíření pro MySQL,
prosĂ­m zkontrolujte nastavenĂ­ PHP.'; @@ -121,6 +123,7 @@ $strConnections = 'PřipojenĂ­'; $strCookiesRequired = 'Během tohoto kroku musĂ­te mĂ­t povoleny cookies.'; $strCopyTable = 'KopĂ­rovat tabulku do (databĂĄze.tabulka):'; $strCopyTableOK = 'Tabulka %s byla zkopĂ­rovĂĄna do %s.'; +$strCopyTableSameNames = 'Nelze kopĂ­rovat tabulku na sebe samu!'; $strCouldNotKill = 'phpMyAdminovi se nepodařilo zabĂ­t vlĂĄkno %s. Pravděpodobne jeho běh jiĹž skončil.'; $strCreate = 'Vytvořit'; $strCreateIndex = 'Vytvořit index na %s sloupcĂ­ch'; @@ -181,8 +184,9 @@ $strDropSelectedDatabases = 'ZruĹĄit vybranou databĂĄzi'; $strDropTable = 'Smazat tabulku'; $strDropUsersDb = 'Odstranit databĂĄze se stejnĂ˝mi jmĂŠny jako uĹživatelĂŠ.'; $strDumpComments = 'VloĹžit komentáře ke sloupcĹŻm jako SQL komentáře'; +$strDumpSaved = 'VĂ˝pis byl uloĹžen do souboru %s.'; $strDumpXRows = 'Vypsat %s řádkĹŻ od %s.'; -$strDumpingData = 'Dumpuji data pro tabulku'; +$strDumpingData = 'Vypisuji data pro tabulku'; $strDynamic = 'dynamickĂ˝'; $strEdit = 'Upravit'; @@ -211,10 +215,12 @@ $strFieldsEmpty = ' Nebyl zadĂĄn počet sloupcĹŻ! '; $strFieldsEnclosedBy = 'NĂĄzvy sloupcĹŻ uzavřenĂŠ do'; $strFieldsEscapedBy = 'NĂĄzvy sloupcĹŻ escapovĂĄny'; $strFieldsTerminatedBy = 'Sloupce oddělenĂŠ'; +$strFileAlreadyExists = 'Soubor %s jiĹž na serveru existuje, změntě jmĂŠno souboru, nebo zvolte přepsĂĄnĂ­ souboru.'; $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")'; @@ -312,6 +318,8 @@ $strModifyIndexTopic = 'Upravit index'; $strMoreStatusVars = 'DalĹĄĂ­ informace o stavu'; $strMoveTable = 'Přesunout tabulku do (databĂĄze.tabulka):'; $strMoveTableOK = 'Tabulka %s byla přesunuta do %s.'; +$strMoveTableSameNames = 'Nelze přeunout tabulku na sebe samu!'; +$strMustSelectFile = 'Zvolte soubor, kterĂ˝ chcete vloĹžit.'; $strMySQLCharset = 'ZnakovĂĄ sada v MySQL'; $strMySQLReloaded = 'MySQL znovu načteno.'; $strMySQLSaid = 'MySQL hlĂĄsĂ­: '; @@ -361,6 +369,7 @@ $strOptionally = 'Volitelně'; $strOptions = 'Vlastnosti'; $strOr = 'nebo'; $strOverhead = 'NavĂ­c'; +$strOverwriteExisting = 'Přepsat existujĂ­cĂ­ soubor(y)'; $strPHP40203 = 'PouŞívĂĄte PHP 4.2.3, kterĂŠ mĂĄ zĂĄvaĹžnou chybu při prĂĄci s vĂ­cebajtovĂ˝mi znaky (mbsting), jednĂĄ se o chybu PHP číslo 19404. Nedoporučujeme pouŞívat tuto verzi PHP s phpMyAdminem.'; $strPHPVersion = 'Verze PHP'; @@ -487,6 +496,7 @@ $strSQPBugInvalidIdentifer = 'ChybnĂ˝ identifikĂĄtor'; $strSQPBugUnclosedQuote = 'NeuzavřenĂŠ uvozovky'; $strSQPBugUnknownPunctuation = 'NeznĂĄmĂŠ interpunkčnĂ­ znamĂŠnko'; $strSave = 'UloĹž'; +$strSaveOnServer = 'UloĹžit na serveru v adresáři %s'; $strScaleFactorSmall = 'Měřítko je příliĹĄ malĂŠ, aby se schĂŠma veĹĄlo na jednu strĂĄnku'; $strSearch = 'VyhledĂĄvĂĄnĂ­'; $strSearchFormTitle = 'VyhledĂĄvĂĄnĂ­ v databĂĄzi'; @@ -504,7 +514,7 @@ $strSelectAll = 'Vybrat vĹĄe'; $strSelectFields = 'Zvolte sloupec (alespoň jeden):'; $strSelectNumRows = 'v dotazu'; $strSelectTables = 'Vybrat tabulky'; -$strSend = 'Poslat'; +$strSend = 'Do souboru'; $strSent = 'OdeslĂĄno'; $strServer = 'Server %s'; $strServerChoice = 'VĂ˝běr serveru'; @@ -634,7 +644,4 @@ $strZeroRemovesTheLimit = 'PoznĂĄmka: NastavenĂ­ těchto parametrĹŻ na 0 (nulu) $strZip = '"zazipovĂĄno"'; // To translate -$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate -$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate -$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/czech-windows-1250.inc.php3 b/lang/czech-windows-1250.inc.php3 index 702e4ef7f..5edfecb2d 100644 --- a/lang/czech-windows-1250.inc.php3 +++ b/lang/czech-windows-1250.inc.php3 @@ -80,6 +80,8 @@ $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,
prosím zkontolujte nastavení PHP'; $strCantLoadMySQL = 'nelze nahrát rozšíření pro MySQL,
prosím zkontrolujte nastavení PHP.'; @@ -120,6 +122,7 @@ $strConnections = 'P $strCookiesRequired = 'Během tohoto kroku musíte mít povoleny cookies.'; $strCopyTable = 'Kopírovat tabulku do (databáze.tabulka):'; $strCopyTableOK = 'Tabulka %s byla zkopírována do %s.'; +$strCopyTableSameNames = 'Nelze kopírovat tabulku na sebe samu!'; $strCouldNotKill = 'phpMyAdminovi se nepodařilo zabít vlákno %s. Pravděpodobne jeho běh již skončil.'; $strCreate = 'Vytvořit'; $strCreateIndex = 'Vytvořit index na %s sloupcích'; @@ -180,8 +183,9 @@ $strDropSelectedDatabases = 'Zru $strDropTable = 'Smazat tabulku'; $strDropUsersDb = 'Odstranit databáze se stejnými jmény jako uživatelé.'; $strDumpComments = 'Vložit komentáře ke sloupcům jako SQL komentáře'; +$strDumpSaved = 'Výpis byl uložen do souboru %s.'; $strDumpXRows = 'Vypsat %s řádků od %s.'; -$strDumpingData = 'Dumpuji data pro tabulku'; +$strDumpingData = 'Vypisuji data pro tabulku'; $strDynamic = 'dynamický'; $strEdit = 'Upravit'; @@ -210,10 +214,12 @@ $strFieldsEmpty = ' Nebyl zad $strFieldsEnclosedBy = 'Názvy sloupců uzavřené do'; $strFieldsEscapedBy = 'Názvy sloupců escapovány'; $strFieldsTerminatedBy = 'Sloupce oddělené'; +$strFileAlreadyExists = 'Soubor %s již na serveru existuje, změntě jméno souboru, nebo zvolte přepsání souboru.'; $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")'; @@ -311,6 +317,8 @@ $strModifyIndexTopic = 'Upravit index'; $strMoreStatusVars = 'Další informace o stavu'; $strMoveTable = 'Přesunout tabulku do (databáze.tabulka):'; $strMoveTableOK = 'Tabulka %s byla přesunuta do %s.'; +$strMoveTableSameNames = 'Nelze přeunout tabulku na sebe samu!'; +$strMustSelectFile = 'Zvolte soubor, který chcete vložit.'; $strMySQLCharset = 'Znaková sada v MySQL'; $strMySQLReloaded = 'MySQL znovu načteno.'; $strMySQLSaid = 'MySQL hlásí: '; @@ -360,6 +368,7 @@ $strOptionally = 'Voliteln $strOptions = 'Vlastnosti'; $strOr = 'nebo'; $strOverhead = 'Navíc'; +$strOverwriteExisting = 'Přepsat existující soubor(y)'; $strPHP40203 = 'Používáte PHP 4.2.3, které má závažnou chybu při práci s vícebajtovými znaky (mbsting), jedná se o chybu PHP číslo 19404. Nedoporučujeme používat tuto verzi PHP s phpMyAdminem.'; $strPHPVersion = 'Verze PHP'; @@ -486,6 +495,7 @@ $strSQPBugInvalidIdentifer = 'Chybn $strSQPBugUnclosedQuote = 'Neuzavřené uvozovky'; $strSQPBugUnknownPunctuation = 'Neznámé interpunkční znaménko'; $strSave = 'Ulož'; +$strSaveOnServer = 'Uložit na serveru v adresáři %s'; $strScaleFactorSmall = 'Měřítko je příliš malé, aby se schéma vešlo na jednu stránku'; $strSearch = 'Vyhledávání'; $strSearchFormTitle = 'Vyhledávání v databázi'; @@ -503,7 +513,7 @@ $strSelectAll = 'Vybrat v $strSelectFields = 'Zvolte sloupec (alespoň jeden):'; $strSelectNumRows = 'v dotazu'; $strSelectTables = 'Vybrat tabulky'; -$strSend = 'Poslat'; +$strSend = 'Do souboru'; $strSent = 'Odesláno'; $strServer = 'Server %s'; $strServerChoice = 'Výběr serveru'; @@ -633,7 +643,4 @@ $strZeroRemovesTheLimit = 'Pozn $strZip = '"zazipováno"'; // To translate -$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate -$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate -$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/danish-iso-8859-1.inc.php3 b/lang/danish-iso-8859-1.inc.php3 index c767960ba..27ad7a552 100644 --- a/lang/danish-iso-8859-1.inc.php3 +++ b/lang/danish-iso-8859-1.inc.php3 @@ -651,4 +651,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/danish-utf-8.inc.php3 b/lang/danish-utf-8.inc.php3 index 296ead177..62423162e 100644 --- a/lang/danish-utf-8.inc.php3 +++ b/lang/danish-utf-8.inc.php3 @@ -652,4 +652,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/dutch-iso-8859-1.inc.php3 b/lang/dutch-iso-8859-1.inc.php3 index 11c80a648..d7d2992ed 100644 --- a/lang/dutch-iso-8859-1.inc.php3 +++ b/lang/dutch-iso-8859-1.inc.php3 @@ -646,4 +646,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/dutch-utf-8.inc.php3 b/lang/dutch-utf-8.inc.php3 index 52363f8c2..0512025a4 100644 --- a/lang/dutch-utf-8.inc.php3 +++ b/lang/dutch-utf-8.inc.php3 @@ -647,4 +647,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/english-iso-8859-1.inc.php3 b/lang/english-iso-8859-1.inc.php3 index 564053155..6c3708dd9 100644 --- a/lang/english-iso-8859-1.inc.php3 +++ b/lang/english-iso-8859-1.inc.php3 @@ -74,6 +74,8 @@ $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,
please check PHP Configuration'; $strCantLoadMySQL = 'cannot load MySQL extension,
please check PHP Configuration.'; @@ -114,6 +116,7 @@ $strConnections = 'Connections'; $strCookiesRequired = 'Cookies must be enabled past this point.'; $strCopyTable = 'Copy table to (database.table):'; $strCopyTableOK = 'Table %s has been copied to %s.'; +$strCopyTableSameNames = 'Can\'t copy table to same one!'; $strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; $strCreate = 'Create'; $strCreateIndex = 'Create an index on %s columns'; @@ -174,6 +177,7 @@ $strDropSelectedDatabases = 'Drop Selected Databases'; $strDropTable = 'Drop table'; $strDropUsersDb = 'Drop the databases that have the same names as the users.'; $strDumpComments = 'Include column comments as inline SQL-comments'; +$strDumpSaved = 'Dump has been saved to file %s.'; $strDumpXRows = 'Dump %s row(s) starting at record # %s.'; $strDumpingData = 'Dumping data for table'; $strDynamic = 'dynamic'; @@ -204,10 +208,12 @@ $strFieldsEmpty = ' The field count is empty! '; $strFieldsEnclosedBy = 'Fields enclosed by'; $strFieldsEscapedBy = 'Fields escaped by'; $strFieldsTerminatedBy = 'Fields terminated by'; +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; $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")'; @@ -305,6 +311,8 @@ $strModifyIndexTopic = 'Modify an index'; $strMoreStatusVars = 'More status variables'; $strMoveTable = 'Move table to (database.table):'; $strMoveTableOK = 'Table %s has been moved to %s.'; +$strMoveTableSameNames = 'Can\'t move table to same one!'; +$strMustSelectFile = 'You should select file which you want to insert.'; $strMySQLCharset = 'MySQL charset'; $strMySQLReloaded = 'MySQL reloaded.'; $strMySQLSaid = 'MySQL said: '; @@ -354,6 +362,7 @@ $strOptionally = 'OPTIONALLY'; $strOptions = 'Options'; $strOr = 'Or'; $strOverhead = 'Overhead'; +$strOverwriteExisting = 'Overwrite existing file(s)'; $strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.'; $strPHPVersion = 'PHP Version'; @@ -480,6 +489,7 @@ $strSQPBugInvalidIdentifer = 'Invalid Identifer'; $strSQPBugUnclosedQuote = 'Unclosed quote'; $strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; $strSave = 'Save'; +$strSaveOnServer = 'Save on server in %s directory'; $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; $strSearch = 'Search'; $strSearchFormTitle = 'Search in database'; @@ -626,7 +636,4 @@ $strYes = 'Yes'; $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; $strZip = '"zipped"'; -$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate -$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate -$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/english-utf-8.inc.php3 b/lang/english-utf-8.inc.php3 index 800847f95..ac80b139c 100644 --- a/lang/english-utf-8.inc.php3 +++ b/lang/english-utf-8.inc.php3 @@ -75,6 +75,8 @@ $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,
please check PHP Configuration'; $strCantLoadMySQL = 'cannot load MySQL extension,
please check PHP Configuration.'; @@ -115,6 +117,7 @@ $strConnections = 'Connections'; $strCookiesRequired = 'Cookies must be enabled past this point.'; $strCopyTable = 'Copy table to (database.table):'; $strCopyTableOK = 'Table %s has been copied to %s.'; +$strCopyTableSameNames = 'Can\'t copy table to same one!'; $strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; $strCreate = 'Create'; $strCreateIndex = 'Create an index on %s columns'; @@ -175,6 +178,7 @@ $strDropSelectedDatabases = 'Drop Selected Databases'; $strDropTable = 'Drop table'; $strDropUsersDb = 'Drop the databases that have the same names as the users.'; $strDumpComments = 'Include column comments as inline SQL-comments'; +$strDumpSaved = 'Dump has been saved to file %s.'; $strDumpXRows = 'Dump %s row(s) starting at record # %s.'; $strDumpingData = 'Dumping data for table'; $strDynamic = 'dynamic'; @@ -205,10 +209,12 @@ $strFieldsEmpty = ' The field count is empty! '; $strFieldsEnclosedBy = 'Fields enclosed by'; $strFieldsEscapedBy = 'Fields escaped by'; $strFieldsTerminatedBy = 'Fields terminated by'; +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; $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")'; @@ -306,6 +312,8 @@ $strModifyIndexTopic = 'Modify an index'; $strMoreStatusVars = 'More status variables'; $strMoveTable = 'Move table to (database.table):'; $strMoveTableOK = 'Table %s has been moved to %s.'; +$strMoveTableSameNames = 'Can\'t move table to same one!'; +$strMustSelectFile = 'You should select file which you want to insert.'; $strMySQLCharset = 'MySQL charset'; $strMySQLReloaded = 'MySQL reloaded.'; $strMySQLSaid = 'MySQL said: '; @@ -355,6 +363,7 @@ $strOptionally = 'OPTIONALLY'; $strOptions = 'Options'; $strOr = 'Or'; $strOverhead = 'Overhead'; +$strOverwriteExisting = 'Overwrite existing file(s)'; $strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.'; $strPHPVersion = 'PHP Version'; @@ -481,6 +490,7 @@ $strSQPBugInvalidIdentifer = 'Invalid Identifer'; $strSQPBugUnclosedQuote = 'Unclosed quote'; $strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; $strSave = 'Save'; +$strSaveOnServer = 'Save on server in %s directory'; $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; $strSearch = 'Search'; $strSearchFormTitle = 'Search in database'; @@ -627,7 +637,4 @@ $strYes = 'Yes'; $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; $strZip = '"zipped"'; -$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate -$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate -$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/estonian-iso-8859-1.inc.php3 b/lang/estonian-iso-8859-1.inc.php3 index 929264b2c..c6223ce37 100644 --- a/lang/estonian-iso-8859-1.inc.php3 +++ b/lang/estonian-iso-8859-1.inc.php3 @@ -631,4 +631,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/estonian-utf-8.inc.php3 b/lang/estonian-utf-8.inc.php3 index f9c494e83..fc5549f77 100644 --- a/lang/estonian-utf-8.inc.php3 +++ b/lang/estonian-utf-8.inc.php3 @@ -632,4 +632,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/farsi-utf-8.inc.php3 b/lang/farsi-utf-8.inc.php3 index 86bbfc08e..d5a141940 100644 --- a/lang/farsi-utf-8.inc.php3 +++ b/lang/farsi-utf-8.inc.php3 @@ -632,4 +632,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/farsi-windows-1256.inc.php3 b/lang/farsi-windows-1256.inc.php3 index 53841ec84..a706745b6 100644 --- a/lang/farsi-windows-1256.inc.php3 +++ b/lang/farsi-windows-1256.inc.php3 @@ -631,4 +631,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/finnish-iso-8859-1.inc.php3 b/lang/finnish-iso-8859-1.inc.php3 index 1890fa7ef..678bed8a5 100644 --- a/lang/finnish-iso-8859-1.inc.php3 +++ b/lang/finnish-iso-8859-1.inc.php3 @@ -653,4 +653,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/finnish-utf-8.inc.php3 b/lang/finnish-utf-8.inc.php3 index 8b7319bd3..d9a5b2296 100644 --- a/lang/finnish-utf-8.inc.php3 +++ b/lang/finnish-utf-8.inc.php3 @@ -654,4 +654,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/french-iso-8859-1.inc.php3 b/lang/french-iso-8859-1.inc.php3 index 5e471d95f..afbfa86ff 100644 --- a/lang/french-iso-8859-1.inc.php3 +++ b/lang/french-iso-8859-1.inc.php3 @@ -631,4 +631,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/french-utf-8.inc.php3 b/lang/french-utf-8.inc.php3 index 1f731ef44..36c6f50af 100644 --- a/lang/french-utf-8.inc.php3 +++ b/lang/french-utf-8.inc.php3 @@ -632,4 +632,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/galician-iso-8859-1.inc.php3 b/lang/galician-iso-8859-1.inc.php3 index 9e210bef8..e5a8c9726 100644 --- a/lang/galician-iso-8859-1.inc.php3 +++ b/lang/galician-iso-8859-1.inc.php3 @@ -637,4 +637,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/galician-utf-8.inc.php3 b/lang/galician-utf-8.inc.php3 index bc8723e7b..ee08fa1dd 100644 --- a/lang/galician-utf-8.inc.php3 +++ b/lang/galician-utf-8.inc.php3 @@ -638,4 +638,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/georgian-utf-8.inc.php3 b/lang/georgian-utf-8.inc.php3 index 6aa70672e..c003cef8c 100644 --- a/lang/georgian-utf-8.inc.php3 +++ b/lang/georgian-utf-8.inc.php3 @@ -656,4 +656,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/german-iso-8859-1.inc.php3 b/lang/german-iso-8859-1.inc.php3 index b8dbd5518..5b04beb9c 100644 --- a/lang/german-iso-8859-1.inc.php3 +++ b/lang/german-iso-8859-1.inc.php3 @@ -637,4 +637,11 @@ $strRelations = 'Tabellenverkn $strMoveTableSameNames = 'Tabelle kann nicht mit gleichem Namen verschoben werden!'; $strCopyTableSameNames = 'Tabelle kann nicht mit gleichem Namen kopiert werden!'; $strMustSelectFile = 'Bitte geben Sie eine Datei an, die eingefügt werden soll.'; +$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 ?> diff --git a/lang/german-utf-8.inc.php3 b/lang/german-utf-8.inc.php3 index c14be6f16..893eea2b0 100644 --- a/lang/german-utf-8.inc.php3 +++ b/lang/german-utf-8.inc.php3 @@ -638,4 +638,11 @@ $strRelations = 'TabellenverknĂźpfungen'; $strMoveTableSameNames = 'Tabelle kann nicht mit gleichem Namen verschoben werden!'; $strCopyTableSameNames = 'Tabelle kann nicht mit gleichem Namen kopiert werden!'; $strMustSelectFile = 'Bitte geben Sie eine Datei an, die eingefĂźgt werden soll.'; +$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 ?> diff --git a/lang/greek-iso-8859-7.inc.php3 b/lang/greek-iso-8859-7.inc.php3 index 44bdd84db..55a0963a1 100644 --- a/lang/greek-iso-8859-7.inc.php3 +++ b/lang/greek-iso-8859-7.inc.php3 @@ -655,4 +655,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/greek-utf-8.inc.php3 b/lang/greek-utf-8.inc.php3 index 91c7aeda3..97322395b 100644 --- a/lang/greek-utf-8.inc.php3 +++ b/lang/greek-utf-8.inc.php3 @@ -656,4 +656,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/hebrew-iso-8859-8-i.inc.php3 b/lang/hebrew-iso-8859-8-i.inc.php3 index 52bb3e77d..180c570ae 100644 --- a/lang/hebrew-iso-8859-8-i.inc.php3 +++ b/lang/hebrew-iso-8859-8-i.inc.php3 @@ -653,4 +653,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/hindi-utf-8.inc.php3 b/lang/hindi-utf-8.inc.php3 index c46273597..42656b259 100644 --- a/lang/hindi-utf-8.inc.php3 +++ b/lang/hindi-utf-8.inc.php3 @@ -667,4 +667,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/hungarian-iso-8859-2.inc.php3 b/lang/hungarian-iso-8859-2.inc.php3 index d27a0f6db..4a19c9480 100644 --- a/lang/hungarian-iso-8859-2.inc.php3 +++ b/lang/hungarian-iso-8859-2.inc.php3 @@ -641,4 +641,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/hungarian-utf-8.inc.php3 b/lang/hungarian-utf-8.inc.php3 index 98b8c794b..43fd00f21 100644 --- a/lang/hungarian-utf-8.inc.php3 +++ b/lang/hungarian-utf-8.inc.php3 @@ -642,4 +642,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/indonesian-iso-8859-1.inc.php3 b/lang/indonesian-iso-8859-1.inc.php3 index 5bac76383..03afddc54 100644 --- a/lang/indonesian-iso-8859-1.inc.php3 +++ b/lang/indonesian-iso-8859-1.inc.php3 @@ -630,4 +630,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/indonesian-utf-8.inc.php3 b/lang/indonesian-utf-8.inc.php3 index a255b322c..de4a35425 100644 --- a/lang/indonesian-utf-8.inc.php3 +++ b/lang/indonesian-utf-8.inc.php3 @@ -631,4 +631,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/italian-iso-8859-1.inc.php3 b/lang/italian-iso-8859-1.inc.php3 index 225800d46..981c5bba4 100644 --- a/lang/italian-iso-8859-1.inc.php3 +++ b/lang/italian-iso-8859-1.inc.php3 @@ -635,4 +635,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/italian-utf-8.inc.php3 b/lang/italian-utf-8.inc.php3 index 36c37be88..efed59755 100644 --- a/lang/italian-utf-8.inc.php3 +++ b/lang/italian-utf-8.inc.php3 @@ -636,4 +636,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/japanese-euc.inc.php3 b/lang/japanese-euc.inc.php3 index c05e36868..b4992ab7a 100644 --- a/lang/japanese-euc.inc.php3 +++ b/lang/japanese-euc.inc.php3 @@ -641,4 +641,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/japanese-sjis.inc.php3 b/lang/japanese-sjis.inc.php3 index f2e3d475d..6fc8c0248 100644 --- a/lang/japanese-sjis.inc.php3 +++ b/lang/japanese-sjis.inc.php3 @@ -641,4 +641,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/japanese-utf-8.inc.php3 b/lang/japanese-utf-8.inc.php3 index 04c9cd1aa..844527ec0 100644 --- a/lang/japanese-utf-8.inc.php3 +++ b/lang/japanese-utf-8.inc.php3 @@ -642,4 +642,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/korean-ks_c_5601-1987.inc.php3 b/lang/korean-ks_c_5601-1987.inc.php3 index 4be0c223a..886c46051 100644 --- a/lang/korean-ks_c_5601-1987.inc.php3 +++ b/lang/korean-ks_c_5601-1987.inc.php3 @@ -655,4 +655,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/latvian-utf-8.inc.php3 b/lang/latvian-utf-8.inc.php3 index 1f4cc51d5..4ae07adb4 100644 --- a/lang/latvian-utf-8.inc.php3 +++ b/lang/latvian-utf-8.inc.php3 @@ -635,4 +635,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/latvian-windows-1257.inc.php3 b/lang/latvian-windows-1257.inc.php3 index fc1b8d727..2a6a2f2f7 100644 --- a/lang/latvian-windows-1257.inc.php3 +++ b/lang/latvian-windows-1257.inc.php3 @@ -634,4 +634,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/lithuanian-utf-8.inc.php3 b/lang/lithuanian-utf-8.inc.php3 index 334938cb5..886bb97db 100644 --- a/lang/lithuanian-utf-8.inc.php3 +++ b/lang/lithuanian-utf-8.inc.php3 @@ -634,4 +634,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/lithuanian-windows-1257.inc.php3 b/lang/lithuanian-windows-1257.inc.php3 index 9607de8ad..39501f11f 100644 --- a/lang/lithuanian-windows-1257.inc.php3 +++ b/lang/lithuanian-windows-1257.inc.php3 @@ -633,4 +633,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/malay-iso-8859-1.inc.php3 b/lang/malay-iso-8859-1.inc.php3 index 635738a42..cef71cb83 100644 --- a/lang/malay-iso-8859-1.inc.php3 +++ b/lang/malay-iso-8859-1.inc.php3 @@ -652,4 +652,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/malay-utf-8.inc.php3 b/lang/malay-utf-8.inc.php3 index 57f78e74c..a6ae133bf 100644 --- a/lang/malay-utf-8.inc.php3 +++ b/lang/malay-utf-8.inc.php3 @@ -653,4 +653,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/norwegian-iso-8859-1.inc.php3 b/lang/norwegian-iso-8859-1.inc.php3 index b36b80de0..26a9d5930 100644 --- a/lang/norwegian-iso-8859-1.inc.php3 +++ b/lang/norwegian-iso-8859-1.inc.php3 @@ -634,4 +634,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/norwegian-utf-8.inc.php3 b/lang/norwegian-utf-8.inc.php3 index 579158f0f..ee87ab974 100644 --- a/lang/norwegian-utf-8.inc.php3 +++ b/lang/norwegian-utf-8.inc.php3 @@ -635,4 +635,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/polish-iso-8859-2.inc.php3 b/lang/polish-iso-8859-2.inc.php3 index a1f0e5273..a443671ef 100644 --- a/lang/polish-iso-8859-2.inc.php3 +++ b/lang/polish-iso-8859-2.inc.php3 @@ -630,4 +630,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/polish-utf-8.inc.php3 b/lang/polish-utf-8.inc.php3 index a2e1b9e0b..18b84552e 100644 --- a/lang/polish-utf-8.inc.php3 +++ b/lang/polish-utf-8.inc.php3 @@ -631,4 +631,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/portuguese-iso-8859-1.inc.php3 b/lang/portuguese-iso-8859-1.inc.php3 index 9845bb9f3..21b8e0bbf 100644 --- a/lang/portuguese-iso-8859-1.inc.php3 +++ b/lang/portuguese-iso-8859-1.inc.php3 @@ -652,4 +652,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/portuguese-utf-8.inc.php3 b/lang/portuguese-utf-8.inc.php3 index 534efe82f..f582a71b6 100644 --- a/lang/portuguese-utf-8.inc.php3 +++ b/lang/portuguese-utf-8.inc.php3 @@ -653,4 +653,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/romanian-iso-8859-1.inc.php3 b/lang/romanian-iso-8859-1.inc.php3 index e2cf7e180..d6982e12b 100644 --- a/lang/romanian-iso-8859-1.inc.php3 +++ b/lang/romanian-iso-8859-1.inc.php3 @@ -631,4 +631,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/romanian-utf-8.inc.php3 b/lang/romanian-utf-8.inc.php3 index bf558b756..5b8d48996 100644 --- a/lang/romanian-utf-8.inc.php3 +++ b/lang/romanian-utf-8.inc.php3 @@ -632,4 +632,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/russian-dos-866.inc.php3 b/lang/russian-dos-866.inc.php3 index 042c16c23..9fbd410c4 100644 --- a/lang/russian-dos-866.inc.php3 +++ b/lang/russian-dos-866.inc.php3 @@ -639,4 +639,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/russian-koi8-r.inc.php3 b/lang/russian-koi8-r.inc.php3 index d17f605ae..cda962a2c 100644 --- a/lang/russian-koi8-r.inc.php3 +++ b/lang/russian-koi8-r.inc.php3 @@ -637,4 +637,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/russian-utf-8.inc.php3 b/lang/russian-utf-8.inc.php3 index c3f1cf4ed..47848aa25 100644 --- a/lang/russian-utf-8.inc.php3 +++ b/lang/russian-utf-8.inc.php3 @@ -638,4 +638,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/russian-windows-1251.inc.php3 b/lang/russian-windows-1251.inc.php3 index 3f65d497c..509538d40 100644 --- a/lang/russian-windows-1251.inc.php3 +++ b/lang/russian-windows-1251.inc.php3 @@ -637,4 +637,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/serbian-utf-8.inc.php3 b/lang/serbian-utf-8.inc.php3 index c20aeefa0..2d69a6e6d 100644 --- a/lang/serbian-utf-8.inc.php3 +++ b/lang/serbian-utf-8.inc.php3 @@ -659,4 +659,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/serbian-windows-1250.inc.php3 b/lang/serbian-windows-1250.inc.php3 index d3d4a7cb9..c1ad54d4e 100644 --- a/lang/serbian-windows-1250.inc.php3 +++ b/lang/serbian-windows-1250.inc.php3 @@ -658,4 +658,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/slovak-iso-8859-2.inc.php3 b/lang/slovak-iso-8859-2.inc.php3 index cdd48801a..13ecca11a 100644 --- a/lang/slovak-iso-8859-2.inc.php3 +++ b/lang/slovak-iso-8859-2.inc.php3 @@ -630,4 +630,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/slovak-utf-8.inc.php3 b/lang/slovak-utf-8.inc.php3 index e46a04535..2459c824b 100644 --- a/lang/slovak-utf-8.inc.php3 +++ b/lang/slovak-utf-8.inc.php3 @@ -631,4 +631,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/slovak-windows-1250.inc.php3 b/lang/slovak-windows-1250.inc.php3 index c8bb5914f..8f6e91c70 100644 --- a/lang/slovak-windows-1250.inc.php3 +++ b/lang/slovak-windows-1250.inc.php3 @@ -630,4 +630,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/slovenian-iso-8859-2.inc.php3 b/lang/slovenian-iso-8859-2.inc.php3 index 2cdebe223..db6749223 100644 --- a/lang/slovenian-iso-8859-2.inc.php3 +++ b/lang/slovenian-iso-8859-2.inc.php3 @@ -636,4 +636,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/slovenian-utf-8.inc.php3 b/lang/slovenian-utf-8.inc.php3 index 22b841c92..31b1a54b4 100644 --- a/lang/slovenian-utf-8.inc.php3 +++ b/lang/slovenian-utf-8.inc.php3 @@ -637,4 +637,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/slovenian-windows-1250.inc.php3 b/lang/slovenian-windows-1250.inc.php3 index e0457c200..0a60ea42f 100644 --- a/lang/slovenian-windows-1250.inc.php3 +++ b/lang/slovenian-windows-1250.inc.php3 @@ -636,4 +636,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/spanish-iso-8859-1.inc.php3 b/lang/spanish-iso-8859-1.inc.php3 index 592be79cd..619839539 100644 --- a/lang/spanish-iso-8859-1.inc.php3 +++ b/lang/spanish-iso-8859-1.inc.php3 @@ -630,4 +630,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/spanish-utf-8.inc.php3 b/lang/spanish-utf-8.inc.php3 index 0938e05f2..2c6946358 100644 --- a/lang/spanish-utf-8.inc.php3 +++ b/lang/spanish-utf-8.inc.php3 @@ -631,4 +631,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/swedish-iso-8859-1.inc.php3 b/lang/swedish-iso-8859-1.inc.php3 index c4cbf3813..38e071567 100644 --- a/lang/swedish-iso-8859-1.inc.php3 +++ b/lang/swedish-iso-8859-1.inc.php3 @@ -630,4 +630,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/swedish-utf-8.inc.php3 b/lang/swedish-utf-8.inc.php3 index 88870d740..d0556a453 100644 --- a/lang/swedish-utf-8.inc.php3 +++ b/lang/swedish-utf-8.inc.php3 @@ -631,4 +631,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/thai-tis-620.inc.php3 b/lang/thai-tis-620.inc.php3 index 25b0378e3..bda747783 100644 --- a/lang/thai-tis-620.inc.php3 +++ b/lang/thai-tis-620.inc.php3 @@ -641,4 +641,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/thai-utf-8.inc.php3 b/lang/thai-utf-8.inc.php3 index c2dd80852..a30f550ec 100644 --- a/lang/thai-utf-8.inc.php3 +++ b/lang/thai-utf-8.inc.php3 @@ -642,4 +642,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/turkish-iso-8859-9.inc.php3 b/lang/turkish-iso-8859-9.inc.php3 index a610d163b..e8061492d 100644 --- a/lang/turkish-iso-8859-9.inc.php3 +++ b/lang/turkish-iso-8859-9.inc.php3 @@ -654,4 +654,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/turkish-utf-8.inc.php3 b/lang/turkish-utf-8.inc.php3 index 065862c92..8fb8eebe1 100644 --- a/lang/turkish-utf-8.inc.php3 +++ b/lang/turkish-utf-8.inc.php3 @@ -655,4 +655,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/ukrainian-utf-8.inc.php3 b/lang/ukrainian-utf-8.inc.php3 index 2f28ad2b0..8ddf7575f 100644 --- a/lang/ukrainian-utf-8.inc.php3 +++ b/lang/ukrainian-utf-8.inc.php3 @@ -632,4 +632,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/lang/ukrainian-windows-1251.inc.php3 b/lang/ukrainian-windows-1251.inc.php3 index b70ae18ee..85a508266 100644 --- a/lang/ukrainian-windows-1251.inc.php3 +++ b/lang/ukrainian-windows-1251.inc.php3 @@ -631,4 +631,11 @@ $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate $strMustSelectFile = 'You should select file which you want to insert.'; //to translate +$strSaveOnServer = 'Save on server in %s directory'; //to translate +$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate +$strFileNotWriteble = 'File %s is not writable, check your configuration.'; //to translate +$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.'; //to translate +$strCanNotWriteFile = 'Can not write to file %s, check your configuration.'; //to translate +$strDumpSaved = 'Dump has been saved to file %s.'; //to translate ?> diff --git a/libraries/common.lib.php3 b/libraries/common.lib.php3 index 587055dee..275992dfd 100644 --- a/libraries/common.lib.php3 +++ b/libraries/common.lib.php3 @@ -1680,7 +1680,7 @@ h1 {font-family: sans-serif; font-size: large; font-weight: bold} if ((basename($PHP_SELF) == $link || $active || - (isset($GLOBALS['goto']) && basename($PHP_SELF) == 'read_dump.php3' && $GLOBALS['goto'] == $link) + (isset($GLOBALS['goto']) && (basename($PHP_SELF) == 'tbl_dump.php3' || basename($PHP_SELF) == 'read_dump.php3') && $GLOBALS['goto'] == $link) ) && ($text != $GLOBALS['strEmpty'] && $text != $GLOBALS['strDrop'])) { $bgcolor = 'silver'; } else { diff --git a/libraries/display_export.lib.php3 b/libraries/display_export.lib.php3 index 4abb65f99..bcb82d0cd 100644 --- a/libraries/display_export.lib.php3 +++ b/libraries/display_export.lib.php3 @@ -293,6 +293,14 @@ if (isset($table) && !empty($table) && !isset($num_tables)) { + + + , + + +
+ +  :