From d5f9ad07b744f2b76bc9bc92b5d41b356f3c313f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Sun, 6 Mar 2005 12:52:20 +0000 Subject: [PATCH] Added Microsoft Word and Excel 2000 export (RFE #1155122). --- ChangeLog | 6 + config.inc.php | 8 +- export.php | 6 + lang/afrikaans-iso-8859-1.inc.php | 4 + lang/afrikaans-utf-8.inc.php | 4 + lang/albanian-iso-8859-1.inc.php | 4 + lang/albanian-utf-8.inc.php | 4 + lang/arabic-utf-8.inc.php | 4 + lang/arabic-windows-1256.inc.php | 4 + lang/azerbaijani-iso-8859-9.inc.php | 4 + lang/azerbaijani-utf-8.inc.php | 4 + lang/basque-iso-8859-1.inc.php | 4 + lang/basque-utf-8.inc.php | 4 + lang/bosnian-utf-8.inc.php | 4 + lang/bosnian-windows-1250.inc.php | 4 + lang/brazilian_portuguese-iso-8859-1.inc.php | 4 + lang/brazilian_portuguese-utf-8.inc.php | 4 + lang/bulgarian-koi8-r.inc.php | 4 + lang/bulgarian-utf-8.inc.php | 4 + lang/bulgarian-windows-1251.inc.php | 4 + lang/catalan-iso-8859-1.inc.php | 4 + lang/catalan-utf-8.inc.php | 4 + lang/chinese_simplified-gb2312.inc.php | 4 + lang/chinese_simplified-utf-8.inc.php | 4 + lang/chinese_traditional-big5.inc.php | 4 + lang/chinese_traditional-utf-8.inc.php | 4 + lang/croatian-iso-8859-2.inc.php | 4 + lang/croatian-utf-8.inc.php | 4 + lang/croatian-windows-1250.inc.php | 4 + lang/czech-iso-8859-2.inc.php | 4 + lang/czech-utf-8.inc.php | 4 + lang/czech-windows-1250.inc.php | 4 + lang/danish-iso-8859-1.inc.php | 4 + lang/danish-utf-8.inc.php | 4 + lang/dutch-iso-8859-1.inc.php | 4 + lang/dutch-utf-8.inc.php | 4 + lang/english-iso-8859-1.inc.php | 4 + lang/english-utf-8.inc.php | 4 + lang/estonian-iso-8859-1.inc.php | 4 + lang/estonian-utf-8.inc.php | 4 + lang/finnish-iso-8859-1.inc.php | 4 + lang/finnish-utf-8.inc.php | 4 + lang/french-iso-8859-1.inc.php | 4 + lang/french-utf-8.inc.php | 4 + lang/galician-iso-8859-1.inc.php | 4 + lang/galician-utf-8.inc.php | 4 + lang/georgian-utf-8.inc.php | 4 + lang/german-iso-8859-1.inc.php | 4 + lang/german-utf-8.inc.php | 4 + lang/greek-iso-8859-7.inc.php | 4 + lang/greek-utf-8.inc.php | 4 + lang/hebrew-iso-8859-8-i.inc.php | 4 + lang/hebrew-utf-8.inc.php | 4 + lang/hindi-utf-8.inc.php | 4 + lang/hungarian-iso-8859-2.inc.php | 4 + lang/hungarian-utf-8.inc.php | 4 + lang/indonesian-iso-8859-1.inc.php | 4 + lang/indonesian-utf-8.inc.php | 4 + lang/italian-iso-8859-1.inc.php | 4 + lang/italian-utf-8.inc.php | 4 + lang/japanese-euc.inc.php | 4 + lang/japanese-sjis.inc.php | 4 + lang/japanese-utf-8.inc.php | 4 + lang/korean-euc-kr.inc.php | 4 + lang/korean-utf-8.inc.php | 4 + lang/latvian-utf-8.inc.php | 4 + lang/latvian-windows-1257.inc.php | 4 + lang/lithuanian-utf-8.inc.php | 4 + lang/lithuanian-windows-1257.inc.php | 4 + lang/malay-iso-8859-1.inc.php | 4 + lang/malay-utf-8.inc.php | 4 + lang/norwegian-iso-8859-1.inc.php | 4 + lang/norwegian-utf-8.inc.php | 4 + lang/persian-utf-8.inc.php | 4 + lang/persian-windows-1256.inc.php | 4 + lang/polish-iso-8859-2.inc.php | 4 + lang/polish-utf-8.inc.php | 4 + lang/portuguese-iso-8859-1.inc.php | 4 + lang/portuguese-utf-8.inc.php | 4 + lang/romanian-iso-8859-1.inc.php | 4 + lang/romanian-utf-8.inc.php | 4 + lang/russian-cp-866.inc.php | 4 + lang/russian-koi8-r.inc.php | 4 + lang/russian-utf-8.inc.php | 4 + lang/russian-windows-1251.inc.php | 4 + lang/serbian_cyrillic-utf-8.inc.php | 4 + lang/serbian_cyrillic-windows-1251.inc.php | 4 + lang/serbian_latin-utf-8.inc.php | 4 + lang/serbian_latin-windows-1250.inc.php | 4 + lang/slovak-iso-8859-2.inc.php | 4 + lang/slovak-utf-8.inc.php | 4 + lang/slovak-windows-1250.inc.php | 4 + lang/slovenian-iso-8859-2.inc.php | 4 + lang/slovenian-utf-8.inc.php | 4 + lang/slovenian-windows-1250.inc.php | 4 + lang/spanish-iso-8859-1.inc.php | 4 + lang/spanish-utf-8.inc.php | 4 + lang/swedish-iso-8859-1.inc.php | 4 + lang/swedish-utf-8.inc.php | 4 + lang/thai-tis-620.inc.php | 4 + lang/thai-utf-8.inc.php | 4 + lang/turkish-iso-8859-9.inc.php | 4 + lang/turkish-utf-8.inc.php | 4 + lang/ukrainian-utf-8.inc.php | 4 + lang/ukrainian-windows-1251.inc.php | 4 + libraries/config_import.lib.php | 14 +- libraries/display_export.lib.php | 76 +++++++++ libraries/export/htmlexcel.php | 158 +++++++++++++++++++ libraries/export/htmlword.php | 153 ++++++++++++++++++ 109 files changed, 827 insertions(+), 2 deletions(-) create mode 100644 libraries/export/htmlexcel.php create mode 100644 libraries/export/htmlword.php diff --git a/ChangeLog b/ChangeLog index 6fd30fb20..0f686edc4 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,12 @@ phpMyAdmin - Changelog $Id$ $Source$ +2005-03-06 Michal Čihař + * export.php, libraries/display_export.lib.php, config.inc.php, + libraries/config_import.lib.php, libraries/export/htmlexcel.php, + libraries/export/htmlword.php, lang/*: Added Microsoft Word and Excel + 2000 export (RFE #1155122). + 2005-03-06 Marc Delisle * libraries/relation.lib.php, /display_export.lib.php, /export/sql.php: native comments. For MySQL 4.1.x+ I do not display diff --git a/config.inc.php b/config.inc.php index 03bc9404b..6f351f3a3 100644 --- a/config.inc.php +++ b/config.inc.php @@ -309,7 +309,7 @@ $cfg['DefaultTabTable'] = 'tbl_properties_structure.php'; * Export defaults */ -$cfg['Export']['format'] = 'sql'; // sql/latex/excel/csv/xml/xls +$cfg['Export']['format'] = 'sql'; // sql/latex/excel/csv/xml/xls/hmtlexcel/htmlword $cfg['Export']['compression'] = 'none'; // none/zip/gzip/bzip2 $cfg['Export']['asfile'] = FALSE; @@ -317,6 +317,12 @@ $cfg['Export']['onserver'] = FALSE; $cfg['Export']['onserver_overwrite'] = FALSE; $cfg['Export']['remember_file_template'] = TRUE; +$cfg['Export']['htmlexcel_columns'] = FALSE; +$cfg['Export']['htmlexcel_null'] = 'NULL'; + +$cfg['Export']['htmlword_columns'] = FALSE; +$cfg['Export']['htmlword_null'] = 'NULL'; + $cfg['Export']['xls_columns'] = FALSE; $cfg['Export']['xls_null'] = 'NULL'; diff --git a/export.php b/export.php index 39e1e858d..f9bc882aa 100644 --- a/export.php +++ b/export.php @@ -219,6 +219,12 @@ if ($asfile) { if ($type == 'csv') { $filename .= '.csv'; $mime_type = 'text/x-comma-separated-values'; + } else if ($type == 'htmlexcel') { + $filename .= '.xls'; + $mime_type = 'application/vnd.ms-excel'; + } else if ($type == 'htmlword') { + $filename .= '.doc'; + $mime_type = 'application/vnd.ms-word'; } else if ($type == 'xls') { $filename .= '.xls'; $mime_type = 'application/vnd.ms-excel'; diff --git a/lang/afrikaans-iso-8859-1.inc.php b/lang/afrikaans-iso-8859-1.inc.php index 8b4cd4a57..71e03ed31 100644 --- a/lang/afrikaans-iso-8859-1.inc.php +++ b/lang/afrikaans-iso-8859-1.inc.php @@ -803,4 +803,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/afrikaans-utf-8.inc.php b/lang/afrikaans-utf-8.inc.php index 2c9d3e8ea..2f247cae7 100644 --- a/lang/afrikaans-utf-8.inc.php +++ b/lang/afrikaans-utf-8.inc.php @@ -804,4 +804,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/albanian-iso-8859-1.inc.php b/lang/albanian-iso-8859-1.inc.php index 7a1f52f9d..0cf538c34 100644 --- a/lang/albanian-iso-8859-1.inc.php +++ b/lang/albanian-iso-8859-1.inc.php @@ -793,4 +793,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/albanian-utf-8.inc.php b/lang/albanian-utf-8.inc.php index b017ab2ed..a6cee15d3 100644 --- a/lang/albanian-utf-8.inc.php +++ b/lang/albanian-utf-8.inc.php @@ -794,4 +794,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/arabic-utf-8.inc.php b/lang/arabic-utf-8.inc.php index 23fa08629..7f72adb51 100644 --- a/lang/arabic-utf-8.inc.php +++ b/lang/arabic-utf-8.inc.php @@ -797,4 +797,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/arabic-windows-1256.inc.php b/lang/arabic-windows-1256.inc.php index 79f9549c4..62a8fdf22 100644 --- a/lang/arabic-windows-1256.inc.php +++ b/lang/arabic-windows-1256.inc.php @@ -796,4 +796,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/azerbaijani-iso-8859-9.inc.php b/lang/azerbaijani-iso-8859-9.inc.php index ffb967b74..e688b5be2 100644 --- a/lang/azerbaijani-iso-8859-9.inc.php +++ b/lang/azerbaijani-iso-8859-9.inc.php @@ -792,4 +792,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/azerbaijani-utf-8.inc.php b/lang/azerbaijani-utf-8.inc.php index efbdfa829..a2a287176 100644 --- a/lang/azerbaijani-utf-8.inc.php +++ b/lang/azerbaijani-utf-8.inc.php @@ -793,4 +793,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/basque-iso-8859-1.inc.php b/lang/basque-iso-8859-1.inc.php index 62663c95c..8de8aa7ee 100644 --- a/lang/basque-iso-8859-1.inc.php +++ b/lang/basque-iso-8859-1.inc.php @@ -795,4 +795,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/basque-utf-8.inc.php b/lang/basque-utf-8.inc.php index cfd8aeb0e..94938336e 100644 --- a/lang/basque-utf-8.inc.php +++ b/lang/basque-utf-8.inc.php @@ -796,4 +796,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/bosnian-utf-8.inc.php b/lang/bosnian-utf-8.inc.php index 0977fb4da..f0d7501b0 100644 --- a/lang/bosnian-utf-8.inc.php +++ b/lang/bosnian-utf-8.inc.php @@ -802,4 +802,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/bosnian-windows-1250.inc.php b/lang/bosnian-windows-1250.inc.php index 163bc9b44..a168fc28c 100644 --- a/lang/bosnian-windows-1250.inc.php +++ b/lang/bosnian-windows-1250.inc.php @@ -801,4 +801,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/brazilian_portuguese-iso-8859-1.inc.php b/lang/brazilian_portuguese-iso-8859-1.inc.php index 4bab1f413..c03f0b77c 100644 --- a/lang/brazilian_portuguese-iso-8859-1.inc.php +++ b/lang/brazilian_portuguese-iso-8859-1.inc.php @@ -817,4 +817,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/brazilian_portuguese-utf-8.inc.php b/lang/brazilian_portuguese-utf-8.inc.php index 10bc69e87..d37d60853 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php +++ b/lang/brazilian_portuguese-utf-8.inc.php @@ -818,4 +818,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/bulgarian-koi8-r.inc.php b/lang/bulgarian-koi8-r.inc.php index c0ebf4dca..e4bc0490f 100644 --- a/lang/bulgarian-koi8-r.inc.php +++ b/lang/bulgarian-koi8-r.inc.php @@ -802,4 +802,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/bulgarian-utf-8.inc.php b/lang/bulgarian-utf-8.inc.php index 167f970e2..3a852543c 100644 --- a/lang/bulgarian-utf-8.inc.php +++ b/lang/bulgarian-utf-8.inc.php @@ -803,4 +803,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/bulgarian-windows-1251.inc.php b/lang/bulgarian-windows-1251.inc.php index 3c0ecd13d..b1c6bae51 100644 --- a/lang/bulgarian-windows-1251.inc.php +++ b/lang/bulgarian-windows-1251.inc.php @@ -802,4 +802,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/catalan-iso-8859-1.inc.php b/lang/catalan-iso-8859-1.inc.php index dfe992117..6a9402747 100644 --- a/lang/catalan-iso-8859-1.inc.php +++ b/lang/catalan-iso-8859-1.inc.php @@ -788,4 +788,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/catalan-utf-8.inc.php b/lang/catalan-utf-8.inc.php index 6c6e16ae7..d012e0557 100644 --- a/lang/catalan-utf-8.inc.php +++ b/lang/catalan-utf-8.inc.php @@ -789,4 +789,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/chinese_simplified-gb2312.inc.php b/lang/chinese_simplified-gb2312.inc.php index 3c1fc5ff7..e019fc2ad 100644 --- a/lang/chinese_simplified-gb2312.inc.php +++ b/lang/chinese_simplified-gb2312.inc.php @@ -794,4 +794,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/chinese_simplified-utf-8.inc.php b/lang/chinese_simplified-utf-8.inc.php index 8522c28ea..7e3febe5f 100644 --- a/lang/chinese_simplified-utf-8.inc.php +++ b/lang/chinese_simplified-utf-8.inc.php @@ -795,4 +795,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/chinese_traditional-big5.inc.php b/lang/chinese_traditional-big5.inc.php index 62849b3cc..4d1ccd232 100644 --- a/lang/chinese_traditional-big5.inc.php +++ b/lang/chinese_traditional-big5.inc.php @@ -794,4 +794,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/chinese_traditional-utf-8.inc.php b/lang/chinese_traditional-utf-8.inc.php index 311d54bcc..0220462a7 100644 --- a/lang/chinese_traditional-utf-8.inc.php +++ b/lang/chinese_traditional-utf-8.inc.php @@ -795,4 +795,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/croatian-iso-8859-2.inc.php b/lang/croatian-iso-8859-2.inc.php index 13fac1828..77425b1e7 100644 --- a/lang/croatian-iso-8859-2.inc.php +++ b/lang/croatian-iso-8859-2.inc.php @@ -816,4 +816,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/croatian-utf-8.inc.php b/lang/croatian-utf-8.inc.php index aac28435a..35cfdfc95 100644 --- a/lang/croatian-utf-8.inc.php +++ b/lang/croatian-utf-8.inc.php @@ -817,4 +817,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/croatian-windows-1250.inc.php b/lang/croatian-windows-1250.inc.php index 0da12bbce..59f39f6d8 100644 --- a/lang/croatian-windows-1250.inc.php +++ b/lang/croatian-windows-1250.inc.php @@ -816,4 +816,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/czech-iso-8859-2.inc.php b/lang/czech-iso-8859-2.inc.php index 534ee41c2..54f204a28 100644 --- a/lang/czech-iso-8859-2.inc.php +++ b/lang/czech-iso-8859-2.inc.php @@ -794,4 +794,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/czech-utf-8.inc.php b/lang/czech-utf-8.inc.php index 8081ea655..e1897c3f4 100644 --- a/lang/czech-utf-8.inc.php +++ b/lang/czech-utf-8.inc.php @@ -795,4 +795,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/czech-windows-1250.inc.php b/lang/czech-windows-1250.inc.php index 01e9161ef..1c421e1c8 100644 --- a/lang/czech-windows-1250.inc.php +++ b/lang/czech-windows-1250.inc.php @@ -794,4 +794,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/danish-iso-8859-1.inc.php b/lang/danish-iso-8859-1.inc.php index 7efa5944d..29dd19092 100644 --- a/lang/danish-iso-8859-1.inc.php +++ b/lang/danish-iso-8859-1.inc.php @@ -790,4 +790,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/danish-utf-8.inc.php b/lang/danish-utf-8.inc.php index 63dcec358..f8bef74f3 100644 --- a/lang/danish-utf-8.inc.php +++ b/lang/danish-utf-8.inc.php @@ -791,4 +791,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/dutch-iso-8859-1.inc.php b/lang/dutch-iso-8859-1.inc.php index 97163fe34..a6628ee81 100644 --- a/lang/dutch-iso-8859-1.inc.php +++ b/lang/dutch-iso-8859-1.inc.php @@ -792,4 +792,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/dutch-utf-8.inc.php b/lang/dutch-utf-8.inc.php index fe76f21cd..8259f6007 100644 --- a/lang/dutch-utf-8.inc.php +++ b/lang/dutch-utf-8.inc.php @@ -793,4 +793,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/english-iso-8859-1.inc.php b/lang/english-iso-8859-1.inc.php index a9e2f3ed8..977cbb2df 100644 --- a/lang/english-iso-8859-1.inc.php +++ b/lang/english-iso-8859-1.inc.php @@ -788,4 +788,8 @@ $strZip = '"zipped"'; $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/english-utf-8.inc.php b/lang/english-utf-8.inc.php index bc66cae74..85cf3f1fa 100644 --- a/lang/english-utf-8.inc.php +++ b/lang/english-utf-8.inc.php @@ -789,4 +789,8 @@ $strZip = '"zipped"'; $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/estonian-iso-8859-1.inc.php b/lang/estonian-iso-8859-1.inc.php index 506ae9d73..c99f123d5 100644 --- a/lang/estonian-iso-8859-1.inc.php +++ b/lang/estonian-iso-8859-1.inc.php @@ -793,4 +793,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/estonian-utf-8.inc.php b/lang/estonian-utf-8.inc.php index 62c73bf23..69d9b1e8c 100644 --- a/lang/estonian-utf-8.inc.php +++ b/lang/estonian-utf-8.inc.php @@ -794,4 +794,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/finnish-iso-8859-1.inc.php b/lang/finnish-iso-8859-1.inc.php index 8908c043c..446fe5014 100644 --- a/lang/finnish-iso-8859-1.inc.php +++ b/lang/finnish-iso-8859-1.inc.php @@ -813,4 +813,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/finnish-utf-8.inc.php b/lang/finnish-utf-8.inc.php index a7b63aacc..7673f2064 100644 --- a/lang/finnish-utf-8.inc.php +++ b/lang/finnish-utf-8.inc.php @@ -814,4 +814,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/french-iso-8859-1.inc.php b/lang/french-iso-8859-1.inc.php index 713278993..c80a89883 100644 --- a/lang/french-iso-8859-1.inc.php +++ b/lang/french-iso-8859-1.inc.php @@ -790,4 +790,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/french-utf-8.inc.php b/lang/french-utf-8.inc.php index 47fd3317e..b35d49337 100644 --- a/lang/french-utf-8.inc.php +++ b/lang/french-utf-8.inc.php @@ -791,4 +791,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/galician-iso-8859-1.inc.php b/lang/galician-iso-8859-1.inc.php index 2411ecf5f..bae8dcfb8 100644 --- a/lang/galician-iso-8859-1.inc.php +++ b/lang/galician-iso-8859-1.inc.php @@ -804,4 +804,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/galician-utf-8.inc.php b/lang/galician-utf-8.inc.php index 6120906a5..357107c88 100644 --- a/lang/galician-utf-8.inc.php +++ b/lang/galician-utf-8.inc.php @@ -805,4 +805,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/georgian-utf-8.inc.php b/lang/georgian-utf-8.inc.php index de8f4ef4e..3e3332c78 100644 --- a/lang/georgian-utf-8.inc.php +++ b/lang/georgian-utf-8.inc.php @@ -817,4 +817,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/german-iso-8859-1.inc.php b/lang/german-iso-8859-1.inc.php index 16814e5db..497bad287 100644 --- a/lang/german-iso-8859-1.inc.php +++ b/lang/german-iso-8859-1.inc.php @@ -796,4 +796,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/german-utf-8.inc.php b/lang/german-utf-8.inc.php index 4f2a5fa92..51593681b 100644 --- a/lang/german-utf-8.inc.php +++ b/lang/german-utf-8.inc.php @@ -797,4 +797,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/greek-iso-8859-7.inc.php b/lang/greek-iso-8859-7.inc.php index 13774d8e4..63401332e 100644 --- a/lang/greek-iso-8859-7.inc.php +++ b/lang/greek-iso-8859-7.inc.php @@ -797,4 +797,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/greek-utf-8.inc.php b/lang/greek-utf-8.inc.php index 4839ef325..198d4720d 100644 --- a/lang/greek-utf-8.inc.php +++ b/lang/greek-utf-8.inc.php @@ -798,4 +798,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/hebrew-iso-8859-8-i.inc.php b/lang/hebrew-iso-8859-8-i.inc.php index 9673d2f60..416fa2767 100644 --- a/lang/hebrew-iso-8859-8-i.inc.php +++ b/lang/hebrew-iso-8859-8-i.inc.php @@ -813,4 +813,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/hebrew-utf-8.inc.php b/lang/hebrew-utf-8.inc.php index 8ea1bbb9d..70f885180 100644 --- a/lang/hebrew-utf-8.inc.php +++ b/lang/hebrew-utf-8.inc.php @@ -814,4 +814,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/hindi-utf-8.inc.php b/lang/hindi-utf-8.inc.php index 662971503..a79dcc528 100644 --- a/lang/hindi-utf-8.inc.php +++ b/lang/hindi-utf-8.inc.php @@ -821,4 +821,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/hungarian-iso-8859-2.inc.php b/lang/hungarian-iso-8859-2.inc.php index 474400341..c44511fe3 100644 --- a/lang/hungarian-iso-8859-2.inc.php +++ b/lang/hungarian-iso-8859-2.inc.php @@ -795,4 +795,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/hungarian-utf-8.inc.php b/lang/hungarian-utf-8.inc.php index 221bb00b7..7040e6088 100644 --- a/lang/hungarian-utf-8.inc.php +++ b/lang/hungarian-utf-8.inc.php @@ -796,4 +796,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/indonesian-iso-8859-1.inc.php b/lang/indonesian-iso-8859-1.inc.php index e5e72dc4e..6cccc1b21 100644 --- a/lang/indonesian-iso-8859-1.inc.php +++ b/lang/indonesian-iso-8859-1.inc.php @@ -788,4 +788,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/indonesian-utf-8.inc.php b/lang/indonesian-utf-8.inc.php index 3d48e378f..a4f571217 100644 --- a/lang/indonesian-utf-8.inc.php +++ b/lang/indonesian-utf-8.inc.php @@ -789,4 +789,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/italian-iso-8859-1.inc.php b/lang/italian-iso-8859-1.inc.php index 3e836faeb..80cda022b 100644 --- a/lang/italian-iso-8859-1.inc.php +++ b/lang/italian-iso-8859-1.inc.php @@ -796,4 +796,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/italian-utf-8.inc.php b/lang/italian-utf-8.inc.php index 2dafb9afb..660e75f12 100644 --- a/lang/italian-utf-8.inc.php +++ b/lang/italian-utf-8.inc.php @@ -797,4 +797,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/japanese-euc.inc.php b/lang/japanese-euc.inc.php index fc6c25ea8..75e188fe4 100644 --- a/lang/japanese-euc.inc.php +++ b/lang/japanese-euc.inc.php @@ -813,4 +813,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/japanese-sjis.inc.php b/lang/japanese-sjis.inc.php index 3050ff498..c53f0096d 100644 --- a/lang/japanese-sjis.inc.php +++ b/lang/japanese-sjis.inc.php @@ -813,4 +813,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/japanese-utf-8.inc.php b/lang/japanese-utf-8.inc.php index 2bc9557d0..cb365732a 100644 --- a/lang/japanese-utf-8.inc.php +++ b/lang/japanese-utf-8.inc.php @@ -814,4 +814,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/korean-euc-kr.inc.php b/lang/korean-euc-kr.inc.php index 8265462b8..0837501a7 100644 --- a/lang/korean-euc-kr.inc.php +++ b/lang/korean-euc-kr.inc.php @@ -811,4 +811,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/korean-utf-8.inc.php b/lang/korean-utf-8.inc.php index 5480d472f..aec91f44b 100644 --- a/lang/korean-utf-8.inc.php +++ b/lang/korean-utf-8.inc.php @@ -812,4 +812,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/latvian-utf-8.inc.php b/lang/latvian-utf-8.inc.php index ca17916eb..8efedbb00 100644 --- a/lang/latvian-utf-8.inc.php +++ b/lang/latvian-utf-8.inc.php @@ -799,4 +799,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/latvian-windows-1257.inc.php b/lang/latvian-windows-1257.inc.php index 767bc578f..158210d2f 100644 --- a/lang/latvian-windows-1257.inc.php +++ b/lang/latvian-windows-1257.inc.php @@ -798,4 +798,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/lithuanian-utf-8.inc.php b/lang/lithuanian-utf-8.inc.php index c153d9df5..32ad8a851 100644 --- a/lang/lithuanian-utf-8.inc.php +++ b/lang/lithuanian-utf-8.inc.php @@ -789,4 +789,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/lithuanian-windows-1257.inc.php b/lang/lithuanian-windows-1257.inc.php index cd01af8bf..ba6e5151d 100644 --- a/lang/lithuanian-windows-1257.inc.php +++ b/lang/lithuanian-windows-1257.inc.php @@ -788,4 +788,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/malay-iso-8859-1.inc.php b/lang/malay-iso-8859-1.inc.php index 29c9746fb..6656b7135 100644 --- a/lang/malay-iso-8859-1.inc.php +++ b/lang/malay-iso-8859-1.inc.php @@ -812,4 +812,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/malay-utf-8.inc.php b/lang/malay-utf-8.inc.php index 3b724c54e..e572b885f 100644 --- a/lang/malay-utf-8.inc.php +++ b/lang/malay-utf-8.inc.php @@ -813,4 +813,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/norwegian-iso-8859-1.inc.php b/lang/norwegian-iso-8859-1.inc.php index 000adff11..0ee7ef276 100644 --- a/lang/norwegian-iso-8859-1.inc.php +++ b/lang/norwegian-iso-8859-1.inc.php @@ -797,4 +797,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/norwegian-utf-8.inc.php b/lang/norwegian-utf-8.inc.php index c97b6eef4..df67923ea 100644 --- a/lang/norwegian-utf-8.inc.php +++ b/lang/norwegian-utf-8.inc.php @@ -798,4 +798,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/persian-utf-8.inc.php b/lang/persian-utf-8.inc.php index 41b13c568..a1a1e6a2d 100644 --- a/lang/persian-utf-8.inc.php +++ b/lang/persian-utf-8.inc.php @@ -818,4 +818,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/persian-windows-1256.inc.php b/lang/persian-windows-1256.inc.php index 71f5ce251..45a81b289 100644 --- a/lang/persian-windows-1256.inc.php +++ b/lang/persian-windows-1256.inc.php @@ -817,4 +817,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/polish-iso-8859-2.inc.php b/lang/polish-iso-8859-2.inc.php index 6b3bd7a91..f39997310 100644 --- a/lang/polish-iso-8859-2.inc.php +++ b/lang/polish-iso-8859-2.inc.php @@ -788,4 +788,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/polish-utf-8.inc.php b/lang/polish-utf-8.inc.php index 042e0ff3e..3285dd6e3 100644 --- a/lang/polish-utf-8.inc.php +++ b/lang/polish-utf-8.inc.php @@ -789,4 +789,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/portuguese-iso-8859-1.inc.php b/lang/portuguese-iso-8859-1.inc.php index 41683909f..217a9f511 100644 --- a/lang/portuguese-iso-8859-1.inc.php +++ b/lang/portuguese-iso-8859-1.inc.php @@ -808,4 +808,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/portuguese-utf-8.inc.php b/lang/portuguese-utf-8.inc.php index d41c59a94..a6628df9a 100644 --- a/lang/portuguese-utf-8.inc.php +++ b/lang/portuguese-utf-8.inc.php @@ -809,4 +809,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/romanian-iso-8859-1.inc.php b/lang/romanian-iso-8859-1.inc.php index c921da0cd..a4b081de4 100644 --- a/lang/romanian-iso-8859-1.inc.php +++ b/lang/romanian-iso-8859-1.inc.php @@ -793,4 +793,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/romanian-utf-8.inc.php b/lang/romanian-utf-8.inc.php index 912edc65c..c669b8ed2 100644 --- a/lang/romanian-utf-8.inc.php +++ b/lang/romanian-utf-8.inc.php @@ -794,4 +794,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/russian-cp-866.inc.php b/lang/russian-cp-866.inc.php index a9e410167..c813e1737 100644 --- a/lang/russian-cp-866.inc.php +++ b/lang/russian-cp-866.inc.php @@ -796,4 +796,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/russian-koi8-r.inc.php b/lang/russian-koi8-r.inc.php index 3a03e0091..9111e76be 100644 --- a/lang/russian-koi8-r.inc.php +++ b/lang/russian-koi8-r.inc.php @@ -796,4 +796,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/russian-utf-8.inc.php b/lang/russian-utf-8.inc.php index 9d878b0be..025f8eed3 100644 --- a/lang/russian-utf-8.inc.php +++ b/lang/russian-utf-8.inc.php @@ -797,4 +797,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/russian-windows-1251.inc.php b/lang/russian-windows-1251.inc.php index 501a291a7..18fdc9b28 100644 --- a/lang/russian-windows-1251.inc.php +++ b/lang/russian-windows-1251.inc.php @@ -796,4 +796,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/serbian_cyrillic-utf-8.inc.php b/lang/serbian_cyrillic-utf-8.inc.php index b08451dec..31bdba896 100644 --- a/lang/serbian_cyrillic-utf-8.inc.php +++ b/lang/serbian_cyrillic-utf-8.inc.php @@ -804,4 +804,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/serbian_cyrillic-windows-1251.inc.php b/lang/serbian_cyrillic-windows-1251.inc.php index 042c7053c..bd349907a 100644 --- a/lang/serbian_cyrillic-windows-1251.inc.php +++ b/lang/serbian_cyrillic-windows-1251.inc.php @@ -803,4 +803,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/serbian_latin-utf-8.inc.php b/lang/serbian_latin-utf-8.inc.php index 52989e1bc..333b65d26 100644 --- a/lang/serbian_latin-utf-8.inc.php +++ b/lang/serbian_latin-utf-8.inc.php @@ -804,4 +804,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/serbian_latin-windows-1250.inc.php b/lang/serbian_latin-windows-1250.inc.php index 4ce0e32cc..0bf8a38ef 100644 --- a/lang/serbian_latin-windows-1250.inc.php +++ b/lang/serbian_latin-windows-1250.inc.php @@ -803,4 +803,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/slovak-iso-8859-2.inc.php b/lang/slovak-iso-8859-2.inc.php index 011bc18a9..ce067f584 100644 --- a/lang/slovak-iso-8859-2.inc.php +++ b/lang/slovak-iso-8859-2.inc.php @@ -790,4 +790,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/slovak-utf-8.inc.php b/lang/slovak-utf-8.inc.php index 5517d20b9..c6be67f98 100644 --- a/lang/slovak-utf-8.inc.php +++ b/lang/slovak-utf-8.inc.php @@ -791,4 +791,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/slovak-windows-1250.inc.php b/lang/slovak-windows-1250.inc.php index 95aa0bcf9..7eb63030b 100644 --- a/lang/slovak-windows-1250.inc.php +++ b/lang/slovak-windows-1250.inc.php @@ -790,4 +790,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/slovenian-iso-8859-2.inc.php b/lang/slovenian-iso-8859-2.inc.php index 2b7006fc3..0e6f2e8d6 100644 --- a/lang/slovenian-iso-8859-2.inc.php +++ b/lang/slovenian-iso-8859-2.inc.php @@ -790,4 +790,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/slovenian-utf-8.inc.php b/lang/slovenian-utf-8.inc.php index 38bcdd98c..e1e9a8e0e 100644 --- a/lang/slovenian-utf-8.inc.php +++ b/lang/slovenian-utf-8.inc.php @@ -791,4 +791,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/slovenian-windows-1250.inc.php b/lang/slovenian-windows-1250.inc.php index cfccb7cee..72a92caec 100644 --- a/lang/slovenian-windows-1250.inc.php +++ b/lang/slovenian-windows-1250.inc.php @@ -790,4 +790,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/spanish-iso-8859-1.inc.php b/lang/spanish-iso-8859-1.inc.php index cfc923e2d..2ecf74560 100644 --- a/lang/spanish-iso-8859-1.inc.php +++ b/lang/spanish-iso-8859-1.inc.php @@ -788,4 +788,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/spanish-utf-8.inc.php b/lang/spanish-utf-8.inc.php index dac16e232..60be37054 100644 --- a/lang/spanish-utf-8.inc.php +++ b/lang/spanish-utf-8.inc.php @@ -789,4 +789,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/swedish-iso-8859-1.inc.php b/lang/swedish-iso-8859-1.inc.php index 1616c9e23..0223f6e3d 100644 --- a/lang/swedish-iso-8859-1.inc.php +++ b/lang/swedish-iso-8859-1.inc.php @@ -792,4 +792,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/swedish-utf-8.inc.php b/lang/swedish-utf-8.inc.php index 7711c2310..7c06f1327 100644 --- a/lang/swedish-utf-8.inc.php +++ b/lang/swedish-utf-8.inc.php @@ -793,4 +793,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/thai-tis-620.inc.php b/lang/thai-tis-620.inc.php index caffbf16a..ed5095781 100644 --- a/lang/thai-tis-620.inc.php +++ b/lang/thai-tis-620.inc.php @@ -813,4 +813,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/thai-utf-8.inc.php b/lang/thai-utf-8.inc.php index ecdf7e31c..f74240943 100644 --- a/lang/thai-utf-8.inc.php +++ b/lang/thai-utf-8.inc.php @@ -814,4 +814,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/turkish-iso-8859-9.inc.php b/lang/turkish-iso-8859-9.inc.php index 2c5fcd98b..f7cff0355 100644 --- a/lang/turkish-iso-8859-9.inc.php +++ b/lang/turkish-iso-8859-9.inc.php @@ -802,4 +802,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/turkish-utf-8.inc.php b/lang/turkish-utf-8.inc.php index ebb50c765..76c2c4008 100644 --- a/lang/turkish-utf-8.inc.php +++ b/lang/turkish-utf-8.inc.php @@ -803,4 +803,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/ukrainian-utf-8.inc.php b/lang/ukrainian-utf-8.inc.php index 6702f01f9..bde5a3d8b 100644 --- a/lang/ukrainian-utf-8.inc.php +++ b/lang/ukrainian-utf-8.inc.php @@ -794,4 +794,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/lang/ukrainian-windows-1251.inc.php b/lang/ukrainian-windows-1251.inc.php index 19cb693bf..d09879e9d 100644 --- a/lang/ukrainian-windows-1251.inc.php +++ b/lang/ukrainian-windows-1251.inc.php @@ -793,4 +793,8 @@ $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strHTMLExcel = 'Microsoft Excel 2000'; //to translate +$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate +$strHTMLWord = 'Microsoft Word 2000'; //to translate +$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate ?> diff --git a/libraries/config_import.lib.php b/libraries/config_import.lib.php index 444c217f4..eb7129e15 100644 --- a/libraries/config_import.lib.php +++ b/libraries/config_import.lib.php @@ -1118,7 +1118,7 @@ if (!isset($cfg['Export'])) { if (!isset($cfg['Export']['format'])) { $cfg['Export']['format'] = 'sql'; -} // sql/latex/excel/csv/xml/xls +} // sql/latex/excel/csv/xml/xls/htmlexcel/htmlword if (!isset($cfg['Export']['compression'])) { $cfg['Export']['compression'] = 'none'; } // none/zip/gzip/bzip2 @@ -1141,6 +1141,18 @@ if (!isset($cfg['Export']['csv_null'])) { if (!isset($cfg['Export']['csv_columns'])) { $cfg['Export']['csv_columns'] = FALSE; } +if (!isset($cfg['Export']['htmlexcel_null'])) { + $cfg['Export']['htmlexcel_null'] = 'NULL'; +} +if (!isset($cfg['Export']['htmlexcel_columns'])) { + $cfg['Export']['htmlexcel_columns'] = FALSE; +} +if (!isset($cfg['Export']['htmlword_null'])) { + $cfg['Export']['htmlword_null'] = 'NULL'; +} +if (!isset($cfg['Export']['htmlword_columns'])) { + $cfg['Export']['htmlword_columns'] = FALSE; +} if (!isset($cfg['Export']['xls_null'])) { $cfg['Export']['xls_null'] = 'NULL'; } diff --git a/libraries/display_export.lib.php b/libraries/display_export.lib.php index 292dca30e..fccf4fc31 100644 --- a/libraries/display_export.lib.php +++ b/libraries/display_export.lib.php @@ -63,6 +63,8 @@ if (isset($sql_query)) { getElement("csv_options").style.display = 'none'; getElement("excel_options").style.display = 'none'; getElement("latex_options").style.display = 'none'; + getElement("htmlexcel_options").style.display = 'none'; + getElement("htmlword_options").style.display = 'none'; getElement("xls_options").style.display = 'none'; @@ -76,6 +78,10 @@ if (isset($sql_query)) { hide_them_all(); if (getElement('radio_dump_latex').checked) { getElement('latex_options').style.display = 'block'; + } else if (getElement('radio_dump_htmlexcel').checked) { + getElement('htmlexcel_options').style.display = 'block'; + } else if (getElement('radio_dump_htmlword').checked) { + getElement('htmlword_options').style.display = 'block'; } else if (getElement('radio_dump_xls').checked) { getElement('xls_options').style.display = 'block'; @@ -137,6 +143,16 @@ if (isset($sql_query)) { + + + /> + + + + + /> + + @@ -494,6 +510,66 @@ if (!$hide_structure) { ?> + +
+ + + + + +
+ + +
+ + + + + + + + +
+   + + +
+ /> +
+
+
+ + + +
+ + + + + +
+ + +
+ + + + + + + + +
+   + + +
+ /> +
+
+
+ +
diff --git a/libraries/export/htmlexcel.php b/libraries/export/htmlexcel.php new file mode 100644 index 000000000..01ea416eb --- /dev/null +++ b/libraries/export/htmlexcel.php @@ -0,0 +1,158 @@ + + +
+ + + + + + + + + + + + + + +
+ + +'; + for ($i = 0; $i < $fields_cnt; $i++) { + $schema_insert .= ''; + } // end for + $schema_insert .= ''; + if (!PMA_exportOutputHandler($schema_insert)) return FALSE; + } // end if + + // Format the data + while ($row = PMA_DBI_fetch_row($result)) { + $schema_insert = ''; + for ($j = 0; $j < $fields_cnt; $j++) { + if (!isset($row[$j]) || is_null($row[$j])) { + $value = $GLOBALS[$what . '_replace_null']; + } else if ($row[$j] == '0' || $row[$j] != '') { + $value = $row[$j]; + } else { + $value = ''; + } + $schema_insert .= ''; + } // end for + $schema_insert .= ''; + if (!PMA_exportOutputHandler($schema_insert)) return FALSE; + } // end while + PMA_DBI_free_result($result); + + return TRUE; +} +?> diff --git a/libraries/export/htmlword.php b/libraries/export/htmlword.php new file mode 100644 index 000000000..2251310cb --- /dev/null +++ b/libraries/export/htmlword.php @@ -0,0 +1,153 @@ + +
' . htmlspecialchars(stripslashes(PMA_DBI_field_name($result, $i))) . '
' . htmlspecialchars($value) . '
+
+ + + + + + + + + + + + + +'; + for ($i = 0; $i < $fields_cnt; $i++) { + $schema_insert .= ''; + } // end for + $schema_insert .= ''; + if (!PMA_exportOutputHandler($schema_insert)) return FALSE; + } // end if + + // Format the data + while ($row = PMA_DBI_fetch_row($result)) { + $schema_insert = ''; + for ($j = 0; $j < $fields_cnt; $j++) { + if (!isset($row[$j]) || is_null($row[$j])) { + $value = $GLOBALS[$what . '_replace_null']; + } else if ($row[$j] == '0' || $row[$j] != '') { + $value = $row[$j]; + } else { + $value = ''; + } + $schema_insert .= ''; + } // end for + $schema_insert .= ''; + if (!PMA_exportOutputHandler($schema_insert)) return FALSE; + } // end while + PMA_DBI_free_result($result); + + return TRUE; +} +?>
' . htmlspecialchars(stripslashes(PMA_DBI_field_name($result, $i))) . '