From 7d7ab0ccf96dca1aa5c07394848e03426eefeb52 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Mon, 18 Nov 2002 06:00:34 +0000 Subject: [PATCH] Feature #506106: Read compressed dump. --- ChangeLog | 6 +- db_details.php3 | 20 ++++++- lang/afrikaans-iso-8859-1.inc.php3 | 1 + lang/afrikaans-utf-8.inc.php3 | 1 + lang/albanian-iso-8859-1.inc.php3 | 3 +- lang/albanian-utf-8.inc.php3 | 3 +- lang/arabic-utf-8.inc.php3 | 1 + lang/arabic-windows-1256.inc.php3 | 1 + lang/brazilian_portuguese-iso-8859-1.inc.php3 | 1 + lang/brazilian_portuguese-utf-8.inc.php3 | 1 + lang/bulgarian-koi8-r.inc.php3 | 1 + lang/bulgarian-utf-8.inc.php3 | 1 + lang/bulgarian-windows-1251.inc.php3 | 1 + lang/catalan-iso-8859-1.inc.php3 | 3 +- lang/catalan-utf-8.inc.php3 | 3 +- lang/chinese_big5-utf-8.inc.php3 | 3 +- lang/chinese_big5.inc.php3 | 3 +- lang/chinese_gb-utf-8.inc.php3 | 3 +- lang/chinese_gb.inc.php3 | 3 +- lang/croatian-iso-8859-2.inc.php3 | 1 + lang/croatian-utf-8.inc.php3 | 1 + lang/croatian-windows-1250.inc.php3 | 1 + lang/czech-iso-8859-2.inc.php3 | 3 +- lang/czech-utf-8.inc.php3 | 3 +- lang/czech-windows-1250.inc.php3 | 3 +- lang/danish-iso-8859-1.inc.php3 | 1 + lang/danish-utf-8.inc.php3 | 1 + lang/dutch-iso-8859-1.inc.php3 | 5 +- lang/dutch-utf-8.inc.php3 | 5 +- lang/english-iso-8859-1.inc.php3 | 1 + lang/english-utf-8.inc.php3 | 1 + lang/estonian-iso-8859-1.inc.php3 | 1 + lang/estonian-utf-8.inc.php3 | 1 + lang/finnish-iso-8859-1.inc.php3 | 1 + lang/finnish-utf-8.inc.php3 | 1 + lang/french-iso-8859-1.inc.php3 | 3 +- lang/french-utf-8.inc.php3 | 3 +- lang/galician-iso-8859-1.inc.php3 | 1 + lang/galician-utf-8.inc.php3 | 1 + lang/georgian-utf-8.inc.php3 | 1 + lang/german-iso-8859-1.inc.php3 | 2 +- lang/german-utf-8.inc.php3 | 2 +- lang/greek-iso-8859-7.inc.php3 | 1 + lang/greek-utf-8.inc.php3 | 1 + lang/hebrew-iso-8859-8-i.inc.php3 | 1 + lang/hindi-utf-8.inc.php3 | 1 + lang/hungarian-iso-8859-2.inc.php3 | 1 + lang/hungarian-utf-8.inc.php3 | 1 + lang/indonesian-iso-8859-1.inc.php3 | 1 + lang/indonesian-utf-8.inc.php3 | 1 + lang/italian-iso-8859-1.inc.php3 | 3 +- lang/italian-utf-8.inc.php3 | 3 +- lang/japanese-euc.inc.php3 | 2 + lang/japanese-sjis.inc.php3 | 2 + lang/japanese-utf-8.inc.php3 | 2 + lang/korean-ks_c_5601-1987.inc.php3 | 3 +- lang/latvian-utf-8.inc.php3 | 1 + lang/latvian-windows-1257.inc.php3 | 1 + lang/lithuanian-utf-8.inc.php3 | 3 +- lang/lithuanian-windows-1257.inc.php3 | 3 +- lang/malay-iso-8859-1.inc.php3 | 10 ++-- lang/malay-utf-8.inc.php3 | 10 ++-- lang/norwegian-iso-8859-1.inc.php3 | 2 +- lang/norwegian-utf-8.inc.php3 | 1 + lang/polish-iso-8859-2.inc.php3 | 3 +- lang/polish-utf-8.inc.php3 | 3 +- lang/portuguese-iso-8859-1.inc.php3 | 1 + lang/portuguese-utf-8.inc.php3 | 1 + lang/romanian-iso-8859-1.inc.php3 | 3 +- lang/romanian-utf-8.inc.php3 | 3 +- lang/russian-koi8-r.inc.php3 | 1 + lang/russian-utf-8.inc.php3 | 1 + lang/russian-windows-1251.inc.php3 | 1 + lang/serbian-utf-8.inc.php3 | 1 + lang/serbian-windows-1250.inc.php3 | 1 + lang/slovak-iso-8859-2.inc.php3 | 3 +- lang/slovak-utf-8.inc.php3 | 3 +- lang/slovak-windows-1250.inc.php3 | 3 +- lang/slovenian-iso-8859-2.inc.php3 | 3 +- lang/slovenian-utf-8.inc.php3 | 3 +- lang/slovenian-windows-1250.inc.php3 | 3 +- lang/spanish-iso-8859-1.inc.php3 | 6 +- lang/spanish-utf-8.inc.php3 | 6 +- lang/swedish-iso-8859-1.inc.php3 | 3 +- lang/swedish-utf-8.inc.php3 | 1 + lang/thai-tis-620.inc.php3 | 1 + lang/thai-utf-8.inc.php3 | 1 + lang/turkish-iso-8859-9.inc.php3 | 1 + lang/turkish-utf-8.inc.php3 | 1 + lang/ukrainian-utf-8.inc.php3 | 3 +- lang/ukrainian-windows-1251.inc.php3 | 1 + read_dump.php3 | 56 ++++++++++++++++++- tbl_query_box.php3 | 20 ++++++- 93 files changed, 236 insertions(+), 57 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7441b7879..515ce30dc 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2002-11-17 Alexander M. Turek + * db_details.php3, read_dump.php3, tbl_query_box.php3, lang/*.inc.php3: + Feature #506106: Read compressed dump. + 2002-11-16 Marc Delisle * libraries/build_dump.lib.php3: fix for old MySQL, thanks to Flavio Poletti (flavio at polettix.it) @@ -20,7 +24,7 @@ $Source$ * lang/hindi update, thanks to Girish Nair (girish_nair) 2002-11-16 Robin Johnson - * lib/sqlparser.data.php3: Bug #639291 fixed + * libraries/sqlparser.data.php3: Bug #639291 fixed 2002-11-16 Alexander M. Turek * tbl_indexes.php3: Fixed bug #638321 (FULLTEXT is not detected correctly diff --git a/db_details.php3 b/db_details.php3 index 62343245f..4b2e49d0a 100755 --- a/db_details.php3 +++ b/db_details.php3 @@ -97,9 +97,25 @@ if ($is_upload) { } echo '>' . $temp_charset . '' . "\n"; } - echo ' '; + echo '
' . "\n" . ' '; } // end if (recoding) - echo "\n"; + $is_gzip = ($cfg['GZipDump'] && @function_exists('gzopen')); + $is_bzip = ($cfg['BZipDump'] && @function_exists('bzdecompress')); + if ($is_bzip || $is_gzip) { + echo ' ' . $strCompression . ':' . "\n" + . ' ' . "\n" + . '    ' . "\n"; + if ($is_gzip) { + echo ' ' . "\n" + . '    ' . "\n"; + } + if ($is_bzip) { + echo ' ' . "\n" + . '    ' . "\n"; + } + } else { + echo ' ' . "\n"; + } ?> diff --git a/lang/afrikaans-utf-8.inc.php3 b/lang/afrikaans-utf-8.inc.php3 index 8730b2a0e..7ca9da49d 100644 --- a/lang/afrikaans-utf-8.inc.php3 +++ b/lang/afrikaans-utf-8.inc.php3 @@ -440,4 +440,5 @@ $strImportDocSQL = 'Import docSQL Files'; //to translate $strDataDict = 'Data Dictionary'; //to translate $strPrint = 'Print'; //to translate $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.'; //to translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/albanian-iso-8859-1.inc.php3 b/lang/albanian-iso-8859-1.inc.php3 index 1b2d8a312..7c3de85e1 100644 --- a/lang/albanian-iso-8859-1.inc.php3 +++ b/lang/albanian-iso-8859-1.inc.php3 @@ -439,6 +439,7 @@ $strWrongUser = 'Emri i p $strYes = ' Po '; $strZip = '"kompresuar me zip"'; -// To translate +// To translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/albanian-utf-8.inc.php3 b/lang/albanian-utf-8.inc.php3 index 5c74e17f6..45f6b1b45 100644 --- a/lang/albanian-utf-8.inc.php3 +++ b/lang/albanian-utf-8.inc.php3 @@ -440,6 +440,7 @@ $strWrongUser = 'Emri i përdoruesit apo password i gabuar. Ndalohet hyrja.'; $strYes = ' Po '; $strZip = '"kompresuar me zip"'; -// To translate +// To translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/arabic-utf-8.inc.php3 b/lang/arabic-utf-8.inc.php3 index c25698437..ed351cad0 100644 --- a/lang/arabic-utf-8.inc.php3 +++ b/lang/arabic-utf-8.inc.php3 @@ -454,4 +454,5 @@ $strImportDocSQL = 'Import docSQL Files'; //to translate $strDataDict = 'Data Dictionary'; //to translate $strPrint = 'Print'; //to translate $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.'; //to translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/arabic-windows-1256.inc.php3 b/lang/arabic-windows-1256.inc.php3 index 28d3a6c0b..3cea91b67 100644 --- a/lang/arabic-windows-1256.inc.php3 +++ b/lang/arabic-windows-1256.inc.php3 @@ -453,4 +453,5 @@ $strImportDocSQL = 'Import docSQL Files'; //to translate $strDataDict = 'Data Dictionary'; //to translate $strPrint = 'Print'; //to translate $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.'; //to translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/brazilian_portuguese-iso-8859-1.inc.php3 b/lang/brazilian_portuguese-iso-8859-1.inc.php3 index e04b44b32..423711ee3 100644 --- a/lang/brazilian_portuguese-iso-8859-1.inc.php3 +++ b/lang/brazilian_portuguese-iso-8859-1.inc.php3 @@ -453,4 +453,5 @@ $strImportDocSQL = 'Import docSQL Files'; //to translate $strDataDict = 'Data Dictionary'; //to translate $strPrint = 'Print'; //to translate $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.'; //to translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/brazilian_portuguese-utf-8.inc.php3 b/lang/brazilian_portuguese-utf-8.inc.php3 index a3fc3b159..4d44ccc4c 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php3 +++ b/lang/brazilian_portuguese-utf-8.inc.php3 @@ -454,4 +454,5 @@ $strImportDocSQL = 'Import docSQL Files'; //to translate $strDataDict = 'Data Dictionary'; //to translate $strPrint = 'Print'; //to translate $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.'; //to translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/bulgarian-koi8-r.inc.php3 b/lang/bulgarian-koi8-r.inc.php3 index e5fa0498d..f5093fdb5 100644 --- a/lang/bulgarian-koi8-r.inc.php3 +++ b/lang/bulgarian-koi8-r.inc.php3 @@ -453,4 +453,5 @@ $strImportDocSQL = 'Import docSQL Files'; //to translate $strDataDict = 'Data Dictionary'; //to translate $strPrint = 'Print'; //to translate $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.'; //to translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/bulgarian-utf-8.inc.php3 b/lang/bulgarian-utf-8.inc.php3 index ba9ef5f8c..81bfdd1f9 100644 --- a/lang/bulgarian-utf-8.inc.php3 +++ b/lang/bulgarian-utf-8.inc.php3 @@ -454,4 +454,5 @@ $strImportDocSQL = 'Import docSQL Files'; //to translate $strDataDict = 'Data Dictionary'; //to translate $strPrint = 'Print'; //to translate $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.'; //to translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/bulgarian-windows-1251.inc.php3 b/lang/bulgarian-windows-1251.inc.php3 index 1646fd3c8..af47c2c84 100644 --- a/lang/bulgarian-windows-1251.inc.php3 +++ b/lang/bulgarian-windows-1251.inc.php3 @@ -453,4 +453,5 @@ $strImportDocSQL = 'Import docSQL Files'; //to translate $strDataDict = 'Data Dictionary'; //to translate $strPrint = 'Print'; //to translate $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.'; //to translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/catalan-iso-8859-1.inc.php3 b/lang/catalan-iso-8859-1.inc.php3 index 5c74b3934..533c7a851 100644 --- a/lang/catalan-iso-8859-1.inc.php3 +++ b/lang/catalan-iso-8859-1.inc.php3 @@ -431,6 +431,7 @@ $strWrongUser = 'Usuari i/o clau erronis. Acc $strYes = 'Si'; $strZip = '"comprimit amb zip"'; -// To translate +// To translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/catalan-utf-8.inc.php3 b/lang/catalan-utf-8.inc.php3 index 6341c0d50..fcb2be62f 100644 --- a/lang/catalan-utf-8.inc.php3 +++ b/lang/catalan-utf-8.inc.php3 @@ -432,6 +432,7 @@ $strWrongUser = 'Usuari i/o clau erronis. Accés denegat.'; $strYes = 'Si'; $strZip = '"comprimit amb zip"'; -// To translate +// To translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/chinese_big5-utf-8.inc.php3 b/lang/chinese_big5-utf-8.inc.php3 index 5ef3839a2..a49af2c67 100644 --- a/lang/chinese_big5-utf-8.inc.php3 +++ b/lang/chinese_big5-utf-8.inc.php3 @@ -437,6 +437,7 @@ $strWrongUser = '錯誤的使用者名稱或密碼,拒絕存取'; $strYes = ' 是 '; $strZip = '"zipped"'; -// To translate +// To translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/chinese_big5.inc.php3 b/lang/chinese_big5.inc.php3 index 7a8c10f0a..c5e68a3f2 100644 --- a/lang/chinese_big5.inc.php3 +++ b/lang/chinese_big5.inc.php3 @@ -436,6 +436,7 @@ $strWrongUser = ' $strYes = ' O '; $strZip = '"zipped"'; -// To translate +// To translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/chinese_gb-utf-8.inc.php3 b/lang/chinese_gb-utf-8.inc.php3 index bf483f0ac..92359272a 100644 --- a/lang/chinese_gb-utf-8.inc.php3 +++ b/lang/chinese_gb-utf-8.inc.php3 @@ -435,6 +435,7 @@ $strWrongUser = '密码错误,访问被拒绝。'; $strYes = '是'; $strZip = '"zipped"'; -// To translate +// To translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/chinese_gb.inc.php3 b/lang/chinese_gb.inc.php3 index 0cba7ad29..092d84461 100644 --- a/lang/chinese_gb.inc.php3 +++ b/lang/chinese_gb.inc.php3 @@ -434,6 +434,7 @@ $strWrongUser = ' $strYes = ''; $strZip = '"zipped"'; -// To translate +// To translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/croatian-iso-8859-2.inc.php3 b/lang/croatian-iso-8859-2.inc.php3 index c0fe6abf0..126bae3dd 100644 --- a/lang/croatian-iso-8859-2.inc.php3 +++ b/lang/croatian-iso-8859-2.inc.php3 @@ -452,4 +452,5 @@ $strImportDocSQL = 'Import docSQL Files'; //to translate $strDataDict = 'Data Dictionary'; //to translate $strPrint = 'Print'; //to translate $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.'; //to translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/croatian-utf-8.inc.php3 b/lang/croatian-utf-8.inc.php3 index b5ef50239..e934d6cf2 100644 --- a/lang/croatian-utf-8.inc.php3 +++ b/lang/croatian-utf-8.inc.php3 @@ -453,4 +453,5 @@ $strImportDocSQL = 'Import docSQL Files'; //to translate $strDataDict = 'Data Dictionary'; //to translate $strPrint = 'Print'; //to translate $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.'; //to translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/croatian-windows-1250.inc.php3 b/lang/croatian-windows-1250.inc.php3 index c6beb5eb8..a958946a3 100644 --- a/lang/croatian-windows-1250.inc.php3 +++ b/lang/croatian-windows-1250.inc.php3 @@ -452,4 +452,5 @@ $strImportDocSQL = 'Import docSQL Files'; //to translate $strDataDict = 'Data Dictionary'; //to translate $strPrint = 'Print'; //to translate $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.'; //to translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/czech-iso-8859-2.inc.php3 b/lang/czech-iso-8859-2.inc.php3 index 38f404320..67001ba47 100644 --- a/lang/czech-iso-8859-2.inc.php3 +++ b/lang/czech-iso-8859-2.inc.php3 @@ -436,6 +436,7 @@ $strWrongUser = ' $strYes = 'Ano'; $strZip = '"zazipovno"'; -// To translate +// To translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/czech-utf-8.inc.php3 b/lang/czech-utf-8.inc.php3 index def107024..6eca90b45 100644 --- a/lang/czech-utf-8.inc.php3 +++ b/lang/czech-utf-8.inc.php3 @@ -437,6 +437,7 @@ $strWrongUser = 'Špatné uživatelské jméno/heslo. Přístup odepřen.'; $strYes = 'Ano'; $strZip = '"zazipováno"'; -// To translate +// To translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/czech-windows-1250.inc.php3 b/lang/czech-windows-1250.inc.php3 index 05feaecaa..cc40158b1 100644 --- a/lang/czech-windows-1250.inc.php3 +++ b/lang/czech-windows-1250.inc.php3 @@ -436,6 +436,7 @@ $strWrongUser = ' $strYes = 'Ano'; $strZip = '"zazipovno"'; -// To translate +// To translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/danish-iso-8859-1.inc.php3 b/lang/danish-iso-8859-1.inc.php3 index b3c388f65..936b06b9d 100644 --- a/lang/danish-iso-8859-1.inc.php3 +++ b/lang/danish-iso-8859-1.inc.php3 @@ -447,4 +447,5 @@ $strImportDocSQL = 'Import docSQL Files'; //to translate $strDataDict = 'Data Dictionary'; //to translate $strPrint = 'Print'; //to translate $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.'; //to translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/danish-utf-8.inc.php3 b/lang/danish-utf-8.inc.php3 index 2dea20b37..2b7406df5 100644 --- a/lang/danish-utf-8.inc.php3 +++ b/lang/danish-utf-8.inc.php3 @@ -448,4 +448,5 @@ $strImportDocSQL = 'Import docSQL Files'; //to translate $strDataDict = 'Data Dictionary'; //to translate $strPrint = 'Print'; //to translate $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.'; //to translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/dutch-iso-8859-1.inc.php3 b/lang/dutch-iso-8859-1.inc.php3 index a95248d8c..8bbcc80e6 100644 --- a/lang/dutch-iso-8859-1.inc.php3 +++ b/lang/dutch-iso-8859-1.inc.php3 @@ -288,7 +288,7 @@ $strPrimaryKey = 'Primaire sleutel'; $strPrimaryKeyHasBeenDropped = 'De primaire sleutel is vervallen'; $strPrimaryKeyName = 'De naam van de primaire sleutel moet PRIMARY zijn!'; $strPrimaryKeyWarning = '("PRIMARY" moet de naam van en alleen van een primaire sleutel zijn!)'; -$strPrint = 'Afdrukken'; +$strPrint = 'Afdrukken'; $strPrintView = 'Printopmaak'; $strPrivileges = 'Rechten'; $strProperties = 'Eigenschappen'; @@ -435,6 +435,7 @@ $strWrongUser = 'Verkeerde gebruikersnaam/wachtwoord. Toegang geweigerd.'; $strYes = 'Ja'; $strZip = '"Gezipt"'; -// To translate +// To translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/dutch-utf-8.inc.php3 b/lang/dutch-utf-8.inc.php3 index 31a1b225e..ab73332f7 100644 --- a/lang/dutch-utf-8.inc.php3 +++ b/lang/dutch-utf-8.inc.php3 @@ -289,7 +289,7 @@ $strPrimaryKey = 'Primaire sleutel'; $strPrimaryKeyHasBeenDropped = 'De primaire sleutel is vervallen'; $strPrimaryKeyName = 'De naam van de primaire sleutel moet PRIMARY zijn!'; $strPrimaryKeyWarning = '("PRIMARY" moet de naam van en alleen van een primaire sleutel zijn!)'; -$strPrint = 'Afdrukken'; +$strPrint = 'Afdrukken'; $strPrintView = 'Printopmaak'; $strPrivileges = 'Rechten'; $strProperties = 'Eigenschappen'; @@ -436,6 +436,7 @@ $strWrongUser = 'Verkeerde gebruikersnaam/wachtwoord. Toegang geweigerd.'; $strYes = 'Ja'; $strZip = '"Gezipt"'; -// To translate +// To translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/english-iso-8859-1.inc.php3 b/lang/english-iso-8859-1.inc.php3 index 9c409b373..574e4a7ff 100644 --- a/lang/english-iso-8859-1.inc.php3 +++ b/lang/english-iso-8859-1.inc.php3 @@ -81,6 +81,7 @@ $strColumn = 'Column'; $strColumnNames = 'Column names'; $strComments = 'Comments'; $strCompleteInserts = 'Complete inserts'; +$strCompression = 'Compression'; $strConfigFileError = 'phpMyAdmin was unable to read your configuration file!
This might happen if php finds a parse error in it or php cannot find the file.
Please call the configuration file directly using the link below and read the php error message(s) that you recieve. In most cases a quote or a semicolon is missing somewhere.
If you recieve a blank page, everything is fine.'; $strConfigureTableCoord = 'Please configure the coordinates for table %s'; $strConfirm = 'Do you really want to do it?'; diff --git a/lang/english-utf-8.inc.php3 b/lang/english-utf-8.inc.php3 index 167cf50d2..af08a55b3 100644 --- a/lang/english-utf-8.inc.php3 +++ b/lang/english-utf-8.inc.php3 @@ -82,6 +82,7 @@ $strColumn = 'Column'; $strColumnNames = 'Column names'; $strComments = 'Comments'; $strCompleteInserts = 'Complete inserts'; +$strCompression = 'Compression'; $strConfigFileError = 'phpMyAdmin was unable to read your configuration file!
This might happen if php finds a parse error in it or php cannot find the file.
Please call the configuration file directly using the link below and read the php error message(s) that you recieve. In most cases a quote or a semicolon is missing somewhere.
If you recieve a blank page, everything is fine.'; $strConfigureTableCoord = 'Please configure the coordinates for table %s'; $strConfirm = 'Do you really want to do it?'; diff --git a/lang/estonian-iso-8859-1.inc.php3 b/lang/estonian-iso-8859-1.inc.php3 index f354e858a..f2742aae8 100644 --- a/lang/estonian-iso-8859-1.inc.php3 +++ b/lang/estonian-iso-8859-1.inc.php3 @@ -433,4 +433,5 @@ $strZip = '"zipitud"'; $strDataDict = 'Data Dictionary'; //to translate $strPrint = 'Print'; //to translate $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.'; //to translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/estonian-utf-8.inc.php3 b/lang/estonian-utf-8.inc.php3 index 1cf83d009..805bb4eed 100644 --- a/lang/estonian-utf-8.inc.php3 +++ b/lang/estonian-utf-8.inc.php3 @@ -434,4 +434,5 @@ $strZip = '"zipitud"'; $strDataDict = 'Data Dictionary'; //to translate $strPrint = 'Print'; //to translate $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.'; //to translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/finnish-iso-8859-1.inc.php3 b/lang/finnish-iso-8859-1.inc.php3 index 1e187f9dc..444a101bd 100644 --- a/lang/finnish-iso-8859-1.inc.php3 +++ b/lang/finnish-iso-8859-1.inc.php3 @@ -436,4 +436,5 @@ $strImportDocSQL = 'Import docSQL Files'; //to translate $strDataDict = 'Data Dictionary'; //to translate $strPrint = 'Print'; //to translate $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.'; //to translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/finnish-utf-8.inc.php3 b/lang/finnish-utf-8.inc.php3 index 7751377c9..5559a6f4a 100644 --- a/lang/finnish-utf-8.inc.php3 +++ b/lang/finnish-utf-8.inc.php3 @@ -437,4 +437,5 @@ $strImportDocSQL = 'Import docSQL Files'; //to translate $strDataDict = 'Data Dictionary'; //to translate $strPrint = 'Print'; //to translate $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.'; //to translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/french-iso-8859-1.inc.php3 b/lang/french-iso-8859-1.inc.php3 index 1c52f7323..e1f445981 100644 --- a/lang/french-iso-8859-1.inc.php3 +++ b/lang/french-iso-8859-1.inc.php3 @@ -431,6 +431,7 @@ $strWrongUser = 'Erreur d\'utilisateur/mot de passe. Acc $strYes = 'Oui'; $strZip = '"zipp"'; -// To translate +// To translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/french-utf-8.inc.php3 b/lang/french-utf-8.inc.php3 index 8647ada22..1553d5c44 100644 --- a/lang/french-utf-8.inc.php3 +++ b/lang/french-utf-8.inc.php3 @@ -432,6 +432,7 @@ $strWrongUser = 'Erreur d\'utilisateur/mot de passe. Accès refusé'; $strYes = 'Oui'; $strZip = '"zippé"'; -// To translate +// To translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/galician-iso-8859-1.inc.php3 b/lang/galician-iso-8859-1.inc.php3 index 7bc08fcd9..cba7bb864 100644 --- a/lang/galician-iso-8859-1.inc.php3 +++ b/lang/galician-iso-8859-1.inc.php3 @@ -437,4 +437,5 @@ $strZip = 'comprimido no formato "zipped"'; // To translate $strImportDocSQL = 'Import docSQL Files'; //to translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/galician-utf-8.inc.php3 b/lang/galician-utf-8.inc.php3 index d5320d333..c7a8bfd6a 100644 --- a/lang/galician-utf-8.inc.php3 +++ b/lang/galician-utf-8.inc.php3 @@ -438,4 +438,5 @@ $strZip = 'comprimido no formato "zipped"'; // To translate $strImportDocSQL = 'Import docSQL Files'; //to translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/georgian-utf-8.inc.php3 b/lang/georgian-utf-8.inc.php3 index 09958b151..c9ae1f779 100644 --- a/lang/georgian-utf-8.inc.php3 +++ b/lang/georgian-utf-8.inc.php3 @@ -452,4 +452,5 @@ $strImportDocSQL = 'Import docSQL Files'; //to translate $strDataDict = 'Data Dictionary'; //to translate $strPrint = 'Print'; //to translate $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.'; //to translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/german-iso-8859-1.inc.php3 b/lang/german-iso-8859-1.inc.php3 index 5ee7b152f..bd93e5860 100644 --- a/lang/german-iso-8859-1.inc.php3 +++ b/lang/german-iso-8859-1.inc.php3 @@ -89,6 +89,7 @@ $strColumn = 'Spalte'; $strColumnNames = 'Spaltennamen'; $strComments = 'Kommentare'; $strCompleteInserts = 'Vollstndige \'INSERT\'s'; +$strCompression = 'Kompression'; $strConfigFileError = 'phpMyAdmin konnte Ihre Konfigurationsdatei nicht verarbeiten!
Dies kann passieren, wenn der PHP-Parser Syntaxfehler in ihr findet oder sie nicht existiert.
Bitte rufen Sie die Konfigurationsdatei ben den unteren Link direkt auf und lesen Sie die PHP-Fehlermeldungen, die Sie erhalten. Meistens fehlt blo irgendwo ein Anfhrungszeichen oder Semikolon.
Wenn Sie eine leere Seite erhalten, ist Ihre Konfigurationsdatei in Ordnung.'; $strConfigureTableCoord = 'Bitte konfigurieren Sie die Koordinaten fr die Tabelle %s'; $strConfirm = 'Sind Sie wirklich sicher?'; @@ -439,6 +440,5 @@ $strWrongUser = 'Falscher Benutzername/Kennwort. Zugriff verweigert.'; $strYes = 'Ja'; $strZip = 'Zip-komprimiert'; -// To translate ?> diff --git a/lang/german-utf-8.inc.php3 b/lang/german-utf-8.inc.php3 index 384fb8df9..8610211f2 100644 --- a/lang/german-utf-8.inc.php3 +++ b/lang/german-utf-8.inc.php3 @@ -90,6 +90,7 @@ $strColumn = 'Spalte'; $strColumnNames = 'Spaltennamen'; $strComments = 'Kommentare'; $strCompleteInserts = 'Vollständige \'INSERT\'s'; +$strCompression = 'Kompression'; $strConfigFileError = 'phpMyAdmin konnte Ihre Konfigurationsdatei nicht verarbeiten!
Dies kann passieren, wenn der PHP-Parser Syntaxfehler in ihr findet oder sie nicht existiert.
Bitte rufen Sie die Konfigurationsdatei üben den unteren Link direkt auf und lesen Sie die PHP-Fehlermeldungen, die Sie erhalten. Meistens fehlt bloß irgendwo ein Anführungszeichen oder Semikolon.
Wenn Sie eine leere Seite erhalten, ist Ihre Konfigurationsdatei in Ordnung.'; $strConfigureTableCoord = 'Bitte konfigurieren Sie die Koordinaten für die Tabelle %s'; $strConfirm = 'Sind Sie wirklich sicher?'; @@ -440,6 +441,5 @@ $strWrongUser = 'Falscher Benutzername/Kennwort. Zugriff verweigert.'; $strYes = 'Ja'; $strZip = 'Zip-komprimiert'; -// To translate ?> diff --git a/lang/greek-iso-8859-7.inc.php3 b/lang/greek-iso-8859-7.inc.php3 index 805e2f5a3..ee5eb029f 100644 --- a/lang/greek-iso-8859-7.inc.php3 +++ b/lang/greek-iso-8859-7.inc.php3 @@ -451,4 +451,5 @@ $strImportDocSQL = 'Import docSQL Files'; //to translate $strDataDict = 'Data Dictionary'; //to translate $strPrint = 'Print'; //to translate $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.'; //to translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/greek-utf-8.inc.php3 b/lang/greek-utf-8.inc.php3 index fba7fda85..0dc9f7bff 100644 --- a/lang/greek-utf-8.inc.php3 +++ b/lang/greek-utf-8.inc.php3 @@ -452,4 +452,5 @@ $strImportDocSQL = 'Import docSQL Files'; //to translate $strDataDict = 'Data Dictionary'; //to translate $strPrint = 'Print'; //to translate $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.'; //to translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/hebrew-iso-8859-8-i.inc.php3 b/lang/hebrew-iso-8859-8-i.inc.php3 index 51c529aa3..3eb84eb7d 100644 --- a/lang/hebrew-iso-8859-8-i.inc.php3 +++ b/lang/hebrew-iso-8859-8-i.inc.php3 @@ -449,4 +449,5 @@ $strImportDocSQL = 'Import docSQL Files'; //to translate $strDataDict = 'Data Dictionary'; //to translate $strPrint = 'Print'; //to translate $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.'; //to translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/hindi-utf-8.inc.php3 b/lang/hindi-utf-8.inc.php3 index a4c60488e..e7af32392 100644 --- a/lang/hindi-utf-8.inc.php3 +++ b/lang/hindi-utf-8.inc.php3 @@ -269,6 +269,7 @@ $strCarriage = 'Carriage return: \\r'; //to translate $strChangeDisplay = 'Choose Field to display'; //to translate $strCharsetOfFile = 'Character set of the file:'; //to translate $strColComFeat = 'Displaying Column Comments'; //to translate +$strCompression = 'Compression'; //to translate $strConfigFileError = 'phpMyAdmin was unable to read your configuration file!
This might happen if php finds a parse error in it or php cannot find the file.
Please call the configuration file directly using the link below and read the php error message(s) that you recieve. In most cases a quote or a semicolon is missing somewhere.
If you recieve a blank page, everything is fine.'; //to translate $strConfigureTableCoord = 'Please configure the coordinates for table %s'; //to translate $strCookiesRequired = 'Cookies must be enabled past this point.'; //to translate diff --git a/lang/hungarian-iso-8859-2.inc.php3 b/lang/hungarian-iso-8859-2.inc.php3 index 4f3fa1fde..0526073c7 100644 --- a/lang/hungarian-iso-8859-2.inc.php3 +++ b/lang/hungarian-iso-8859-2.inc.php3 @@ -437,4 +437,5 @@ $strImportDocSQL = 'Import docSQL Files'; //to translate $strDataDict = 'Data Dictionary'; //to translate $strPrint = 'Print'; //to translate $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.'; //to translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/hungarian-utf-8.inc.php3 b/lang/hungarian-utf-8.inc.php3 index f2a423b5a..a11ab8c86 100644 --- a/lang/hungarian-utf-8.inc.php3 +++ b/lang/hungarian-utf-8.inc.php3 @@ -438,4 +438,5 @@ $strImportDocSQL = 'Import docSQL Files'; //to translate $strDataDict = 'Data Dictionary'; //to translate $strPrint = 'Print'; //to translate $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.'; //to translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/indonesian-iso-8859-1.inc.php3 b/lang/indonesian-iso-8859-1.inc.php3 index 7008efc7b..e4956bc6e 100644 --- a/lang/indonesian-iso-8859-1.inc.php3 +++ b/lang/indonesian-iso-8859-1.inc.php3 @@ -435,4 +435,5 @@ $strZip = '"Dikompress dengan Zip"'; $strDataDict = 'Data Dictionary'; //to translate $strPrint = 'Print'; //to translate $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.'; //to translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/indonesian-utf-8.inc.php3 b/lang/indonesian-utf-8.inc.php3 index d1aee0215..9a30ec512 100644 --- a/lang/indonesian-utf-8.inc.php3 +++ b/lang/indonesian-utf-8.inc.php3 @@ -436,4 +436,5 @@ $strZip = '"Dikompress dengan Zip"'; $strDataDict = 'Data Dictionary'; //to translate $strPrint = 'Print'; //to translate $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.'; //to translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/italian-iso-8859-1.inc.php3 b/lang/italian-iso-8859-1.inc.php3 index 8d5bef313..035c19752 100644 --- a/lang/italian-iso-8859-1.inc.php3 +++ b/lang/italian-iso-8859-1.inc.php3 @@ -437,6 +437,7 @@ $strWrongUser = 'Nome utente o password errati. Accesso negato.'; $strYes = ' Si '; $strZip = '"compresso con zip"'; -// To translate +// To translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/italian-utf-8.inc.php3 b/lang/italian-utf-8.inc.php3 index eff5a37c7..0865d127b 100644 --- a/lang/italian-utf-8.inc.php3 +++ b/lang/italian-utf-8.inc.php3 @@ -438,6 +438,7 @@ $strWrongUser = 'Nome utente o password errati. Accesso negato.'; $strYes = ' Si '; $strZip = '"compresso con zip"'; -// To translate +// To translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/japanese-euc.inc.php3 b/lang/japanese-euc.inc.php3 index a4fecc7fe..095b63a24 100644 --- a/lang/japanese-euc.inc.php3 +++ b/lang/japanese-euc.inc.php3 @@ -442,4 +442,6 @@ $strYes = ' $strZip = '"zip"'; +// To translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/japanese-sjis.inc.php3 b/lang/japanese-sjis.inc.php3 index 2dc636314..2ba06435d 100644 --- a/lang/japanese-sjis.inc.php3 +++ b/lang/japanese-sjis.inc.php3 @@ -442,4 +442,6 @@ $strYes = ' $strZip = '"zip"'; +// To translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/japanese-utf-8.inc.php3 b/lang/japanese-utf-8.inc.php3 index d7a22a24d..267b7c1bb 100644 --- a/lang/japanese-utf-8.inc.php3 +++ b/lang/japanese-utf-8.inc.php3 @@ -442,4 +442,6 @@ $strYes = 'はい'; $strZip = '"zipされる"'; +// To translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/korean-ks_c_5601-1987.inc.php3 b/lang/korean-ks_c_5601-1987.inc.php3 index 02d733ad0..76d5915bd 100644 --- a/lang/korean-ks_c_5601-1987.inc.php3 +++ b/lang/korean-ks_c_5601-1987.inc.php3 @@ -215,7 +215,7 @@ $strPageNumber = ' $strPassword = 'ȣ'; $strPasswordEmpty = 'ȣ ϴ!'; $strPasswordNotSame = 'ȣ ʽϴ!'; -$strPdfDbSchema = '"%s" Ÿ̽ Ŵ() - %s'; +$strPdfDbSchema = '"%s" Ÿ̽ Ŵ() - %s'; $strPdfInvalidPageNum = 'PDF ȣ ʾҽϴ!'; $strPdfInvalidTblName = '"%s" ̺ ʽϴ!'; $strPdfNoTables = '̺ ϴ'; @@ -376,6 +376,7 @@ $strCharsetOfFile = ' $strChoosePage = ' ϼ'; //to translate $strColComFeat = 'Į ڸƮ ϱ'; //to translate $strComments = 'Comments'; //to translate +$strCompression = 'Compression'; //to translate $strConfigFileError = 'phpMyAdmin ȯ漳 ϴ!
This might happen if php finds a parse error in it or php cannot find the file.
Please call the configuration file directly using the link below and read the php error message(s) that you recieve. In most cases a quote or a semicolon is missing somewhere.
If you recieve a blank page, everything is fine.'; //to translate $strConfigureTableCoord = 'Please configure the coordinates for table %s'; //to translate $strCookiesRequired = 'Ű ؾ մϴ past this point.'; // To translate diff --git a/lang/latvian-utf-8.inc.php3 b/lang/latvian-utf-8.inc.php3 index 1521ac3ae..a0df04348 100644 --- a/lang/latvian-utf-8.inc.php3 +++ b/lang/latvian-utf-8.inc.php3 @@ -453,4 +453,5 @@ $strImportDocSQL = 'Import docSQL Files'; //to translate $strDataDict = 'Data Dictionary'; //to translate $strPrint = 'Print'; //to translate $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.'; //to translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/latvian-windows-1257.inc.php3 b/lang/latvian-windows-1257.inc.php3 index e2ad509c6..b4b7e6197 100644 --- a/lang/latvian-windows-1257.inc.php3 +++ b/lang/latvian-windows-1257.inc.php3 @@ -452,4 +452,5 @@ $strImportDocSQL = 'Import docSQL Files'; //to translate $strDataDict = 'Data Dictionary'; //to translate $strPrint = 'Print'; //to translate $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.'; //to translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/lithuanian-utf-8.inc.php3 b/lang/lithuanian-utf-8.inc.php3 index be05b6ed8..9921d652f 100644 --- a/lang/lithuanian-utf-8.inc.php3 +++ b/lang/lithuanian-utf-8.inc.php3 @@ -432,6 +432,7 @@ $strWrongUser = 'Neteisingas vartotojo vardas arba slaptažodis. Priėjimas užd $strYes = 'Taip'; $strZip = '"zip"'; -//to translate: +// To translate: +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/lithuanian-windows-1257.inc.php3 b/lang/lithuanian-windows-1257.inc.php3 index 03ec1ae72..31436313d 100644 --- a/lang/lithuanian-windows-1257.inc.php3 +++ b/lang/lithuanian-windows-1257.inc.php3 @@ -431,6 +431,7 @@ $strWrongUser = 'Neteisingas vartotojo vardas arba slapta $strYes = 'Taip'; $strZip = '"zip"'; -//to translate: +//To translate: +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/malay-iso-8859-1.inc.php3 b/lang/malay-iso-8859-1.inc.php3 index 76d1dca11..c7d93bfe4 100644 --- a/lang/malay-iso-8859-1.inc.php3 +++ b/lang/malay-iso-8859-1.inc.php3 @@ -117,7 +117,7 @@ $strCreatePdfFeat = 'Ciptaan bagi PDF'; $strCriteria = 'Kriteria'; $strData = 'Data'; -$strDataDict = 'Kamus Data'; +$strDataDict = 'Kamus Data'; $strDataOnly = 'Data sahaja'; $strDatabase = 'Pangkalan Data '; $strDatabaseHasBeenDropped = 'angkalan data %s telah digugurkan.'; @@ -197,7 +197,7 @@ $strHostEmpty = 'Nama hos adalah kosong!'; $strIdxFulltext = 'Tekspenuh'; $strIfYouWish = 'Jika anda ingin hanya memuat sesetengah kolum jadual, nyatakan senarai medan dipisahi koma.'; $strIgnore = 'Abai'; -$strImportDocSQL = 'Import Fail docSQL'; +$strImportDocSQL = 'Import Fail docSQL'; $strInUse = 'sedang digunakan'; $strIndex = 'Indeks'; $strIndexHasBeenDropped = 'Indeks %s telah digugurkan'; @@ -373,7 +373,7 @@ $strSelectFields = 'Pilih medan (sekurang-kurangnya satu):'; $strSelectNumRows = 'pada kueri'; $strSelectTables = 'Pilih Jadual'; $strSend = 'Simpan sebagai fail'; -$strServer = 'Pelayan %s'; +$strServer = 'Pelayan %s'; $strServerChoice = 'Pilihan Pelayan'; $strServerVersion = 'Versi Pelayan'; $strSetEnumVal = 'Jika jenis medan ialah "enum" atau "set", sila masukkan nilai menggunakan format: \'a\',\'b\',\'c\'...
Jika Anda ingin menggunakan backslash ("\") atau single quote ("\'") didalam nilai tersebut, backslashes kan ia (cth \'\\\\xyz\' or \'a\\\'b\').'; @@ -437,7 +437,7 @@ $strUserName = 'Kata Pengenalan'; $strUsers = 'Pengguna-Pengguna'; $strValidateSQL = 'Mengesahkan SQL'; -$strValidatorError = 'Pengesahan SQL tidak dapat disahkan. Sila semak sama ada anda telah memasang sambungan php seperti yang tercatitit di %sdocumentation%s.'; +$strValidatorError = 'Pengesahan SQL tidak dapat disahkan. Sila semak sama ada anda telah memasang sambungan php seperti yang tercatitit di %sdocumentation%s.'; $strValue = 'Nilai'; $strViewDump = 'Lihat longgokan (skema) pangkalan data'; $strViewDumpDB = 'View dump (schema) of database'; @@ -452,4 +452,6 @@ $strYes = 'Ya'; $strZip = '"zipped"'; +// To translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/malay-utf-8.inc.php3 b/lang/malay-utf-8.inc.php3 index e63ae086d..ae3dac994 100644 --- a/lang/malay-utf-8.inc.php3 +++ b/lang/malay-utf-8.inc.php3 @@ -118,7 +118,7 @@ $strCreatePdfFeat = 'Ciptaan bagi PDF'; $strCriteria = 'Kriteria'; $strData = 'Data'; -$strDataDict = 'Kamus Data'; +$strDataDict = 'Kamus Data'; $strDataOnly = 'Data sahaja'; $strDatabase = 'Pangkalan Data '; $strDatabaseHasBeenDropped = 'angkalan data %s telah digugurkan.'; @@ -198,7 +198,7 @@ $strHostEmpty = 'Nama hos adalah kosong!'; $strIdxFulltext = 'Tekspenuh'; $strIfYouWish = 'Jika anda ingin hanya memuat sesetengah kolum jadual, nyatakan senarai medan dipisahi koma.'; $strIgnore = 'Abai'; -$strImportDocSQL = 'Import Fail docSQL'; +$strImportDocSQL = 'Import Fail docSQL'; $strInUse = 'sedang digunakan'; $strIndex = 'Indeks'; $strIndexHasBeenDropped = 'Indeks %s telah digugurkan'; @@ -374,7 +374,7 @@ $strSelectFields = 'Pilih medan (sekurang-kurangnya satu):'; $strSelectNumRows = 'pada kueri'; $strSelectTables = 'Pilih Jadual'; $strSend = 'Simpan sebagai fail'; -$strServer = 'Pelayan %s'; +$strServer = 'Pelayan %s'; $strServerChoice = 'Pilihan Pelayan'; $strServerVersion = 'Versi Pelayan'; $strSetEnumVal = 'Jika jenis medan ialah "enum" atau "set", sila masukkan nilai menggunakan format: \'a\',\'b\',\'c\'...
Jika Anda ingin menggunakan backslash ("\") atau single quote ("\'") didalam nilai tersebut, backslashes kan ia (cth \'\\\\xyz\' or \'a\\\'b\').'; @@ -438,7 +438,7 @@ $strUserName = 'Kata Pengenalan'; $strUsers = 'Pengguna-Pengguna'; $strValidateSQL = 'Mengesahkan SQL'; -$strValidatorError = 'Pengesahan SQL tidak dapat disahkan. Sila semak sama ada anda telah memasang sambungan php seperti yang tercatitit di %sdocumentation%s.'; +$strValidatorError = 'Pengesahan SQL tidak dapat disahkan. Sila semak sama ada anda telah memasang sambungan php seperti yang tercatitit di %sdocumentation%s.'; $strValue = 'Nilai'; $strViewDump = 'Lihat longgokan (skema) pangkalan data'; $strViewDumpDB = 'View dump (schema) of database'; @@ -453,4 +453,6 @@ $strYes = 'Ya'; $strZip = '"zipped"'; +// To translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/norwegian-iso-8859-1.inc.php3 b/lang/norwegian-iso-8859-1.inc.php3 index 36876ac80..a0f4c072a 100644 --- a/lang/norwegian-iso-8859-1.inc.php3 +++ b/lang/norwegian-iso-8859-1.inc.php3 @@ -437,5 +437,5 @@ $strYes = 'Ja'; $strZip = 'Komprimert (zip)'; // To translate - +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/norwegian-utf-8.inc.php3 b/lang/norwegian-utf-8.inc.php3 index 17be515ff..821fe6da7 100644 --- a/lang/norwegian-utf-8.inc.php3 +++ b/lang/norwegian-utf-8.inc.php3 @@ -438,4 +438,5 @@ $strYes = 'Ja'; $strZip = 'Komprimert (zip)'; // To translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/polish-iso-8859-2.inc.php3 b/lang/polish-iso-8859-2.inc.php3 index c8875916d..bb7cfdc93 100644 --- a/lang/polish-iso-8859-2.inc.php3 +++ b/lang/polish-iso-8859-2.inc.php3 @@ -431,6 +431,7 @@ $strWrongUser = 'B $strYes = 'Tak'; $strZip = '".zip"'; -// To translate +// To translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/polish-utf-8.inc.php3 b/lang/polish-utf-8.inc.php3 index fe323dd06..523e522f6 100644 --- a/lang/polish-utf-8.inc.php3 +++ b/lang/polish-utf-8.inc.php3 @@ -432,6 +432,7 @@ $strWrongUser = 'Błędne pola użytkownik/hasło. Brak dostępu.'; $strYes = 'Tak'; $strZip = '".zip"'; -// To translate +// To translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/portuguese-iso-8859-1.inc.php3 b/lang/portuguese-iso-8859-1.inc.php3 index 3f2e7d978..2df9a79a9 100644 --- a/lang/portuguese-iso-8859-1.inc.php3 +++ b/lang/portuguese-iso-8859-1.inc.php3 @@ -444,4 +444,5 @@ $strImportDocSQL = 'Import docSQL Files'; //to translate $strDataDict = 'Data Dictionary'; //to translate $strPrint = 'Print'; //to translate $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.'; //to translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/portuguese-utf-8.inc.php3 b/lang/portuguese-utf-8.inc.php3 index 6fadc07d7..6c1bb3504 100644 --- a/lang/portuguese-utf-8.inc.php3 +++ b/lang/portuguese-utf-8.inc.php3 @@ -445,4 +445,5 @@ $strImportDocSQL = 'Import docSQL Files'; //to translate $strDataDict = 'Data Dictionary'; //to translate $strPrint = 'Print'; //to translate $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.'; //to translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/romanian-iso-8859-1.inc.php3 b/lang/romanian-iso-8859-1.inc.php3 index cf6e9c227..2c6e55c07 100644 --- a/lang/romanian-iso-8859-1.inc.php3 +++ b/lang/romanian-iso-8859-1.inc.php3 @@ -431,6 +431,7 @@ $strWrongUser = 'Nume de utilizator/Parola incorecta. Accesul interzis.'; $strYes = 'Da'; $strZip = '"arhivat"'; -// To translate +// To translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/romanian-utf-8.inc.php3 b/lang/romanian-utf-8.inc.php3 index 597a57b45..0d83a7313 100644 --- a/lang/romanian-utf-8.inc.php3 +++ b/lang/romanian-utf-8.inc.php3 @@ -432,6 +432,7 @@ $strWrongUser = 'Nume de utilizator/Parola incorecta. Accesul interzis.'; $strYes = 'Da'; $strZip = '"arhivat"'; -// To translate +// To translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/russian-koi8-r.inc.php3 b/lang/russian-koi8-r.inc.php3 index 768bb7334..452ec4686 100644 --- a/lang/russian-koi8-r.inc.php3 +++ b/lang/russian-koi8-r.inc.php3 @@ -443,4 +443,5 @@ $strImportDocSQL = 'Import docSQL Files'; //to translate $strDataDict = 'Data Dictionary'; //to translate $strPrint = 'Print'; //to translate $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.'; //to translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/russian-utf-8.inc.php3 b/lang/russian-utf-8.inc.php3 index 0536e8d57..0e5575232 100644 --- a/lang/russian-utf-8.inc.php3 +++ b/lang/russian-utf-8.inc.php3 @@ -444,4 +444,5 @@ $strImportDocSQL = 'Import docSQL Files'; //to translate $strDataDict = 'Data Dictionary'; //to translate $strPrint = 'Print'; //to translate $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.'; //to translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/russian-windows-1251.inc.php3 b/lang/russian-windows-1251.inc.php3 index 9a327b506..e38692ff5 100644 --- a/lang/russian-windows-1251.inc.php3 +++ b/lang/russian-windows-1251.inc.php3 @@ -443,4 +443,5 @@ $strImportDocSQL = 'Import docSQL Files'; //to translate $strDataDict = 'Data Dictionary'; //to translate $strPrint = 'Print'; //to translate $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.'; //to translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/serbian-utf-8.inc.php3 b/lang/serbian-utf-8.inc.php3 index 16e4bdc6f..1ecfe55c5 100644 --- a/lang/serbian-utf-8.inc.php3 +++ b/lang/serbian-utf-8.inc.php3 @@ -455,4 +455,5 @@ $strImportDocSQL = 'Import docSQL Files'; //to translate $strDataDict = 'Data Dictionary'; //to translate $strPrint = 'Print'; //to translate $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.'; //to translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/serbian-windows-1250.inc.php3 b/lang/serbian-windows-1250.inc.php3 index 51106fe74..936a80ab2 100644 --- a/lang/serbian-windows-1250.inc.php3 +++ b/lang/serbian-windows-1250.inc.php3 @@ -454,4 +454,5 @@ $strImportDocSQL = 'Import docSQL Files'; //to translate $strDataDict = 'Data Dictionary'; //to translate $strPrint = 'Print'; //to translate $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.'; //to translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/slovak-iso-8859-2.inc.php3 b/lang/slovak-iso-8859-2.inc.php3 index 2cba0ec83..eb67b2dc9 100644 --- a/lang/slovak-iso-8859-2.inc.php3 +++ b/lang/slovak-iso-8859-2.inc.php3 @@ -433,6 +433,7 @@ $strWrongUser = 'Zl $strYes = 'no'; $strZip = '"zo zipovan"'; -// To translate +// To translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/slovak-utf-8.inc.php3 b/lang/slovak-utf-8.inc.php3 index e62f2c633..da6e2577a 100644 --- a/lang/slovak-utf-8.inc.php3 +++ b/lang/slovak-utf-8.inc.php3 @@ -434,6 +434,7 @@ $strWrongUser = 'Zlé používateľské meno alebo heslo. Prístup zamietnutý.' $strYes = 'Áno'; $strZip = '"zo zipované"'; -// To translate +// To translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/slovak-windows-1250.inc.php3 b/lang/slovak-windows-1250.inc.php3 index fa279b477..d726853ad 100644 --- a/lang/slovak-windows-1250.inc.php3 +++ b/lang/slovak-windows-1250.inc.php3 @@ -433,6 +433,7 @@ $strWrongUser = 'Zl $strYes = 'no'; $strZip = '"zo zipovan"'; -// To translate +// To translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/slovenian-iso-8859-2.inc.php3 b/lang/slovenian-iso-8859-2.inc.php3 index b2d374fb6..baef85885 100644 --- a/lang/slovenian-iso-8859-2.inc.php3 +++ b/lang/slovenian-iso-8859-2.inc.php3 @@ -435,6 +435,7 @@ $strWrongUser = 'Napa $strYes = 'Da'; $strZip = '"zipano"'; -// To translate +// To translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/slovenian-utf-8.inc.php3 b/lang/slovenian-utf-8.inc.php3 index 52d26cafa..104aff2e2 100644 --- a/lang/slovenian-utf-8.inc.php3 +++ b/lang/slovenian-utf-8.inc.php3 @@ -436,6 +436,7 @@ $strWrongUser = 'Napačno uporabniško ime/geslo. Dostop zavrnjen.'; $strYes = 'Da'; $strZip = '"zipano"'; -// To translate +// To translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/slovenian-windows-1250.inc.php3 b/lang/slovenian-windows-1250.inc.php3 index b7e03d1c0..21a2e6f6a 100644 --- a/lang/slovenian-windows-1250.inc.php3 +++ b/lang/slovenian-windows-1250.inc.php3 @@ -435,6 +435,7 @@ $strWrongUser = 'Napa $strYes = 'Da'; $strZip = '"zipano"'; -// To translate +// To translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/spanish-iso-8859-1.inc.php3 b/lang/spanish-iso-8859-1.inc.php3 index bccd3852f..3d3119790 100644 --- a/lang/spanish-iso-8859-1.inc.php3 +++ b/lang/spanish-iso-8859-1.inc.php3 @@ -262,7 +262,7 @@ $strOptions = 'Opciones'; $strOr = 'O'; $strOverhead = 'Residuo a depurar'; -$strPHP40203 = 'Usted est usando PHP 4.2.3, el cual tiene un error de codificacin en cuanto a los "strings multi-byte" (mbstring). Lea el reporte 19404 de PHP. Esta versin de PHP no est recomendada para ser usada con phpMyAdmin.'; +$strPHP40203 = 'Usted est usando PHP 4.2.3, el cual tiene un error de codificacin en cuanto a los "strings multi-byte" (mbstring). Lea el reporte 19404 de PHP. Esta versin de PHP no est recomendada para ser usada con phpMyAdmin.'; $strPHPVersion = 'Versin de PHP'; $strPageNumber = 'Nmero de pgina:'; $strPartialText = 'Textos parciales'; @@ -283,7 +283,7 @@ $strPrimaryKey = 'Clave Primaria'; $strPrimaryKeyHasBeenDropped = 'La clave primaria ha sido eliminada'; $strPrimaryKeyName = 'El nombre de la clave primaria debe ser... PRIMARY!'; $strPrimaryKeyWarning = '("PRIMARY" debe ser el nombre de y nicamente de una clave primaria!)'; -$strPrint = 'Imprimir'; +$strPrint = 'Imprimir'; $strPrintView = 'Vista de impresin'; $strPrivileges = 'Privilegios'; $strProperties = 'Propiedades'; @@ -431,4 +431,6 @@ $strYes = 'S $strZip = '"comprimido con zip"'; +// To translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/spanish-utf-8.inc.php3 b/lang/spanish-utf-8.inc.php3 index 8c1d3138d..765b8aef9 100644 --- a/lang/spanish-utf-8.inc.php3 +++ b/lang/spanish-utf-8.inc.php3 @@ -263,7 +263,7 @@ $strOptions = 'Opciones'; $strOr = 'O'; $strOverhead = 'Residuo a depurar'; -$strPHP40203 = 'Usted está usando PHP 4.2.3, el cual tiene un error de codificación en cuanto a los "strings multi-byte" (mbstring). Lea el reporte 19404 de PHP. Esta versión de PHP no está recomendada para ser usada con phpMyAdmin.'; +$strPHP40203 = 'Usted está usando PHP 4.2.3, el cual tiene un error de codificación en cuanto a los "strings multi-byte" (mbstring). Lea el reporte 19404 de PHP. Esta versión de PHP no está recomendada para ser usada con phpMyAdmin.'; $strPHPVersion = 'Versión de PHP'; $strPageNumber = 'Número de página:'; $strPartialText = 'Textos parciales'; @@ -284,7 +284,7 @@ $strPrimaryKey = 'Clave Primaria'; $strPrimaryKeyHasBeenDropped = 'La clave primaria ha sido eliminada'; $strPrimaryKeyName = 'El nombre de la clave primaria debe ser... ¡PRIMARY!'; $strPrimaryKeyWarning = '("PRIMARY" debe ser el nombre de y únicamente de ¡una clave primaria!)'; -$strPrint = 'Imprimir'; +$strPrint = 'Imprimir'; $strPrintView = 'Vista de impresión'; $strPrivileges = 'Privilegios'; $strProperties = 'Propiedades'; @@ -432,4 +432,6 @@ $strYes = 'Sí'; $strZip = '"comprimido con zip"'; +// To translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/swedish-iso-8859-1.inc.php3 b/lang/swedish-iso-8859-1.inc.php3 index f10a6ddd9..0da7af80d 100644 --- a/lang/swedish-iso-8859-1.inc.php3 +++ b/lang/swedish-iso-8859-1.inc.php3 @@ -432,6 +432,7 @@ $strWrongUser = 'Fel anv $strYes = 'Ja'; $strZip = '"zippad"'; -// To translate +// To translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/swedish-utf-8.inc.php3 b/lang/swedish-utf-8.inc.php3 index c85db42dd..66c2c02c2 100644 --- a/lang/swedish-utf-8.inc.php3 +++ b/lang/swedish-utf-8.inc.php3 @@ -435,4 +435,5 @@ $strYes = 'Ja'; $strZip = '"zippad"'; // To translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/thai-tis-620.inc.php3 b/lang/thai-tis-620.inc.php3 index d41542d68..99eda77fe 100644 --- a/lang/thai-tis-620.inc.php3 +++ b/lang/thai-tis-620.inc.php3 @@ -437,4 +437,5 @@ $strYes = ' $strZip = '"١պѴ (zip)"'; // To translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/thai-utf-8.inc.php3 b/lang/thai-utf-8.inc.php3 index 6af8d1a82..ead27d62f 100644 --- a/lang/thai-utf-8.inc.php3 +++ b/lang/thai-utf-8.inc.php3 @@ -438,4 +438,5 @@ $strYes = 'ใช่'; $strZip = '"ถูกบีบอัดอยู่ (zip)"'; // To translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/turkish-iso-8859-9.inc.php3 b/lang/turkish-iso-8859-9.inc.php3 index 041c35798..a6f0d1418 100644 --- a/lang/turkish-iso-8859-9.inc.php3 +++ b/lang/turkish-iso-8859-9.inc.php3 @@ -440,4 +440,5 @@ $strImportDocSQL = 'Import docSQL Files'; //to translate $strDataDict = 'Data Dictionary'; //to translate $strPrint = 'Print'; //to translate $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.'; //to translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/turkish-utf-8.inc.php3 b/lang/turkish-utf-8.inc.php3 index 1c65db3d9..6dffebb73 100644 --- a/lang/turkish-utf-8.inc.php3 +++ b/lang/turkish-utf-8.inc.php3 @@ -441,4 +441,5 @@ $strImportDocSQL = 'Import docSQL Files'; //to translate $strDataDict = 'Data Dictionary'; //to translate $strPrint = 'Print'; //to translate $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.'; //to translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/ukrainian-utf-8.inc.php3 b/lang/ukrainian-utf-8.inc.php3 index eed3d464e..b05f1b683 100644 --- a/lang/ukrainian-utf-8.inc.php3 +++ b/lang/ukrainian-utf-8.inc.php3 @@ -432,6 +432,7 @@ $strWrongUser = 'Невірний логін/пароль. Доступ не д $strYes = 'Так'; $strZip = 'запакувати в "zip"'; -// To translate +// To translate +$strCompression = 'Compression'; //to translate ?> diff --git a/lang/ukrainian-windows-1251.inc.php3 b/lang/ukrainian-windows-1251.inc.php3 index 0fc425416..c0770f62d 100644 --- a/lang/ukrainian-windows-1251.inc.php3 +++ b/lang/ukrainian-windows-1251.inc.php3 @@ -433,4 +433,5 @@ $strYes = ' $strZip = ' "zip"'; // To translate +$strCompression = 'Compression'; //to translate ?> diff --git a/read_dump.php3 b/read_dump.php3 index d4b198442..a838522cf 100644 --- a/read_dump.php3 +++ b/read_dump.php3 @@ -164,6 +164,56 @@ if (!function_exists('is_uploaded_file')) { } // end of the 'is_uploaded_file()' emulated function } // end if +/** + * Reads (and decompresses) a (compressed) file into a string + * + * @param string the path to the file + * @param string the MIME type of the file + * + * @global array the phpMyAdmin configuration + * + * @return string the content of the file or + * boolean FALSE in case of an error. + */ +function PMA_readFile($path, $mime = 'text/plain') { + global $cfg; + + switch ($mime) { + case 'text/plain': + $file = fopen($path, 'rb'); + $content = fread($file, filesize($path)); + fclose($file); + break; + case 'application/x-gzip': + if ($cfg['GZipDump'] && @function_exists('gzopen')) { + $file = gzopen($path, 'rb'); + $content = ''; + while (!gzeof($file)) { + $content .= gzgetc($file); + } + gzclose($file); + } else { + return FALSE; + } + break; + case 'application/x-bzip': + if ($cfg['BZipDump'] && @function_exists('bzdecompress')) { + $file = fopen($path, 'rb'); + $content = fread($file, filesize($path)); + fclose($file); + $content = bzdecompress($content); + } else { + return FALSE; + } + break; + default: + return FALSE; + } + if (!file_exists($path)) { + return FALSE; + } + return $content; +} /** @@ -260,7 +310,7 @@ if ($sql_file != 'none') { // may only be a prefix), force the error and let PHP reports // it error_reporting(E_ALL); - $sql_query = fread(fopen($sql_file, 'r'), filesize($sql_file)); + $sql_query = PMA_readFile($sql_file, $sql_file_compression); } else { $sql_file_new = (PMA_IS_WINDOWS ? '.\\tmp\\' : './tmp/') @@ -270,13 +320,13 @@ if ($sql_file != 'none') { } else { move_uploaded_file($sql_file, $sql_file_new); } - $sql_query = fread(fopen($sql_file_new, 'r'), filesize($sql_file_new)); + $sql_query = PMA_readFile($sql_file_new, $sql_file_compression); unlink($sql_file_new); } } else { // read from the normal upload dir - $sql_query = fread(fopen($sql_file, 'r'), filesize($sql_file)); + $sql_query = PMA_readFile($sql_file, $sql_file_compression); } if (get_magic_quotes_runtime() == 1) { diff --git a/tbl_query_box.php3 b/tbl_query_box.php3 index ef7619baa..09d9488d3 100755 --- a/tbl_query_box.php3 +++ b/tbl_query_box.php3 @@ -115,9 +115,25 @@ if ($is_upload) { } echo '>' . $temp_charset . '' . "\n"; } // end while - echo ' '; + echo '
' . "\n" . ' '; } // end if - echo "\n"; + $is_gzip = ($cfg['GZipDump'] && @function_exists('gzopen')); + $is_bzip = ($cfg['BZipDump'] && @function_exists('bzdecompress')); + if ($is_bzip || $is_gzip) { + echo ' ' . $strCompression . ':' . "\n" + . ' ' . "\n" + . '    ' . "\n"; + if ($is_gzip) { + echo ' ' . "\n" + . '    ' . "\n"; + } + if ($is_bzip) { + echo ' ' . "\n" + . '    ' . "\n"; + } + } else { + echo ' ' . "\n"; + } ?>