From 1dabf6949630f39bb75e3474722e0c635ac8bda1 Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Mon, 10 Mar 2003 15:14:00 +0000 Subject: [PATCH] Redesign of tbl_properties_export. --- css/phpmyadmin.css.php3 | 8 + lang/afrikaans-iso-8859-1.inc.php3 | 4 + lang/afrikaans-utf-8.inc.php3 | 4 + lang/albanian-iso-8859-1.inc.php3 | 4 + lang/albanian-utf-8.inc.php3 | 4 + lang/arabic-utf-8.inc.php3 | 4 + lang/arabic-windows-1256.inc.php3 | 4 + lang/brazilian_portuguese-iso-8859-1.inc.php3 | 4 + lang/brazilian_portuguese-utf-8.inc.php3 | 4 + lang/bulgarian-koi8-r.inc.php3 | 4 + lang/bulgarian-utf-8.inc.php3 | 4 + lang/bulgarian-windows-1251.inc.php3 | 4 + lang/catalan-iso-8859-1.inc.php3 | 4 + lang/catalan-utf-8.inc.php3 | 4 + lang/chinese_big5-utf-8.inc.php3 | 4 + lang/chinese_big5.inc.php3 | 4 + lang/chinese_gb-utf-8.inc.php3 | 4 + lang/chinese_gb.inc.php3 | 4 + lang/croatian-iso-8859-2.inc.php3 | 4 + lang/croatian-utf-8.inc.php3 | 4 + lang/croatian-windows-1250.inc.php3 | 4 + lang/czech-iso-8859-2.inc.php3 | 4 + lang/czech-utf-8.inc.php3 | 4 + lang/czech-windows-1250.inc.php3 | 4 + lang/danish-iso-8859-1.inc.php3 | 4 + lang/danish-utf-8.inc.php3 | 4 + lang/dutch-iso-8859-1.inc.php3 | 4 + lang/dutch-utf-8.inc.php3 | 4 + lang/english-iso-8859-1.inc.php3 | 4 + lang/english-utf-8.inc.php3 | 4 + lang/estonian-iso-8859-1.inc.php3 | 4 + lang/estonian-utf-8.inc.php3 | 4 + lang/farsi-utf-8.inc.php3 | 4 + lang/farsi-windows-1256.inc.php3 | 4 + lang/finnish-iso-8859-1.inc.php3 | 4 + lang/finnish-utf-8.inc.php3 | 4 + lang/french-iso-8859-1.inc.php3 | 4 + lang/french-utf-8.inc.php3 | 4 + lang/galician-iso-8859-1.inc.php3 | 4 + lang/galician-utf-8.inc.php3 | 4 + lang/georgian-utf-8.inc.php3 | 4 + lang/german-iso-8859-1.inc.php3 | 4 + lang/german-utf-8.inc.php3 | 4 + lang/greek-iso-8859-7.inc.php3 | 4 + lang/greek-utf-8.inc.php3 | 4 + lang/hebrew-iso-8859-8-i.inc.php3 | 4 + lang/hindi-utf-8.inc.php3 | 4 + lang/hungarian-iso-8859-2.inc.php3 | 4 + lang/hungarian-utf-8.inc.php3 | 4 + lang/indonesian-iso-8859-1.inc.php3 | 4 + lang/indonesian-utf-8.inc.php3 | 4 + lang/italian-iso-8859-1.inc.php3 | 4 + lang/italian-utf-8.inc.php3 | 4 + lang/japanese-euc.inc.php3 | 4 + lang/japanese-sjis.inc.php3 | 4 + lang/japanese-utf-8.inc.php3 | 4 + lang/korean-ks_c_5601-1987.inc.php3 | 4 + lang/latvian-utf-8.inc.php3 | 4 + lang/latvian-windows-1257.inc.php3 | 4 + lang/lithuanian-utf-8.inc.php3 | 4 + lang/lithuanian-windows-1257.inc.php3 | 4 + lang/malay-iso-8859-1.inc.php3 | 4 + lang/malay-utf-8.inc.php3 | 4 + lang/norwegian-iso-8859-1.inc.php3 | 4 + lang/norwegian-utf-8.inc.php3 | 4 + lang/polish-iso-8859-2.inc.php3 | 4 + lang/polish-utf-8.inc.php3 | 4 + lang/portuguese-iso-8859-1.inc.php3 | 4 + lang/portuguese-utf-8.inc.php3 | 4 + lang/romanian-iso-8859-1.inc.php3 | 4 + lang/romanian-utf-8.inc.php3 | 4 + lang/russian-dos-866.inc.php3 | 4 + lang/russian-koi8-r.inc.php3 | 4 + lang/russian-utf-8.inc.php3 | 4 + lang/russian-windows-1251.inc.php3 | 4 + lang/serbian-utf-8.inc.php3 | 4 + lang/serbian-windows-1250.inc.php3 | 4 + lang/slovak-iso-8859-2.inc.php3 | 4 + lang/slovak-utf-8.inc.php3 | 4 + lang/slovak-windows-1250.inc.php3 | 4 + lang/slovenian-iso-8859-2.inc.php3 | 4 + lang/slovenian-utf-8.inc.php3 | 4 + lang/slovenian-windows-1250.inc.php3 | 4 + lang/spanish-iso-8859-1.inc.php3 | 4 + lang/spanish-utf-8.inc.php3 | 4 + lang/swedish-iso-8859-1.inc.php3 | 4 + lang/swedish-utf-8.inc.php3 | 4 + lang/thai-tis-620.inc.php3 | 4 + lang/thai-utf-8.inc.php3 | 4 + lang/turkish-iso-8859-9.inc.php3 | 4 + lang/turkish-utf-8.inc.php3 | 4 + lang/ukrainian-utf-8.inc.php3 | 4 + lang/ukrainian-windows-1251.inc.php3 | 4 + tbl_dump.php3 | 4 +- tbl_properties_export.php3 | 299 ++++++++++++------ 95 files changed, 573 insertions(+), 106 deletions(-) diff --git a/css/phpmyadmin.css.php3 b/css/phpmyadmin.css.php3 index 61a354d23..9a038711f 100644 --- a/css/phpmyadmin.css.php3 +++ b/css/phpmyadmin.css.php3 @@ -181,6 +181,14 @@ table.tabs { border-bottom: 1px solid #666; } +fieldset { + border: #686868 solid 1px; + padding: 0.5em; +} +fieldset fieldset { + margin: 0.8em; +} + .print{font-family:arial;font-size:8pt;} .syntax {font-family: sans-serif; font-size: ;} diff --git a/lang/afrikaans-iso-8859-1.inc.php3 b/lang/afrikaans-iso-8859-1.inc.php3 index 943e81fa2..6890c873d 100644 --- a/lang/afrikaans-iso-8859-1.inc.php3 +++ b/lang/afrikaans-iso-8859-1.inc.php3 @@ -614,4 +614,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/afrikaans-utf-8.inc.php3 b/lang/afrikaans-utf-8.inc.php3 index a646e4430..c2c5acd40 100644 --- a/lang/afrikaans-utf-8.inc.php3 +++ b/lang/afrikaans-utf-8.inc.php3 @@ -615,4 +615,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/albanian-iso-8859-1.inc.php3 b/lang/albanian-iso-8859-1.inc.php3 index 50009a894..b095aa89f 100644 --- a/lang/albanian-iso-8859-1.inc.php3 +++ b/lang/albanian-iso-8859-1.inc.php3 @@ -607,4 +607,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/albanian-utf-8.inc.php3 b/lang/albanian-utf-8.inc.php3 index 33a8a6cb7..b9a270b23 100644 --- a/lang/albanian-utf-8.inc.php3 +++ b/lang/albanian-utf-8.inc.php3 @@ -608,4 +608,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/arabic-utf-8.inc.php3 b/lang/arabic-utf-8.inc.php3 index a022fb0f5..eb2fd5235 100644 --- a/lang/arabic-utf-8.inc.php3 +++ b/lang/arabic-utf-8.inc.php3 @@ -629,4 +629,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/arabic-windows-1256.inc.php3 b/lang/arabic-windows-1256.inc.php3 index e84d0f427..ce9b63a98 100644 --- a/lang/arabic-windows-1256.inc.php3 +++ b/lang/arabic-windows-1256.inc.php3 @@ -628,4 +628,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/brazilian_portuguese-iso-8859-1.inc.php3 b/lang/brazilian_portuguese-iso-8859-1.inc.php3 index 45f7f7ed9..88afe1fc9 100644 --- a/lang/brazilian_portuguese-iso-8859-1.inc.php3 +++ b/lang/brazilian_portuguese-iso-8859-1.inc.php3 @@ -628,4 +628,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/brazilian_portuguese-utf-8.inc.php3 b/lang/brazilian_portuguese-utf-8.inc.php3 index 4a1a1cb63..782e9773e 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php3 +++ b/lang/brazilian_portuguese-utf-8.inc.php3 @@ -629,4 +629,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/bulgarian-koi8-r.inc.php3 b/lang/bulgarian-koi8-r.inc.php3 index 4ce2bd633..664ee9806 100644 --- a/lang/bulgarian-koi8-r.inc.php3 +++ b/lang/bulgarian-koi8-r.inc.php3 @@ -627,4 +627,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/bulgarian-utf-8.inc.php3 b/lang/bulgarian-utf-8.inc.php3 index 3dcdb0a1d..b665292dd 100644 --- a/lang/bulgarian-utf-8.inc.php3 +++ b/lang/bulgarian-utf-8.inc.php3 @@ -628,4 +628,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/bulgarian-windows-1251.inc.php3 b/lang/bulgarian-windows-1251.inc.php3 index 30fee1d21..7b5287a82 100644 --- a/lang/bulgarian-windows-1251.inc.php3 +++ b/lang/bulgarian-windows-1251.inc.php3 @@ -627,4 +627,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/catalan-iso-8859-1.inc.php3 b/lang/catalan-iso-8859-1.inc.php3 index 56f44453d..e6d133db6 100644 --- a/lang/catalan-iso-8859-1.inc.php3 +++ b/lang/catalan-iso-8859-1.inc.php3 @@ -600,4 +600,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/catalan-utf-8.inc.php3 b/lang/catalan-utf-8.inc.php3 index 22c1a0619..673f14b87 100644 --- a/lang/catalan-utf-8.inc.php3 +++ b/lang/catalan-utf-8.inc.php3 @@ -601,4 +601,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/chinese_big5-utf-8.inc.php3 b/lang/chinese_big5-utf-8.inc.php3 index 42ffc3d24..0608e8ebb 100644 --- a/lang/chinese_big5-utf-8.inc.php3 +++ b/lang/chinese_big5-utf-8.inc.php3 @@ -627,4 +627,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/chinese_big5.inc.php3 b/lang/chinese_big5.inc.php3 index dcd70646c..33d7a5dd0 100644 --- a/lang/chinese_big5.inc.php3 +++ b/lang/chinese_big5.inc.php3 @@ -626,4 +626,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/chinese_gb-utf-8.inc.php3 b/lang/chinese_gb-utf-8.inc.php3 index 39b10c6b0..18ca421da 100644 --- a/lang/chinese_gb-utf-8.inc.php3 +++ b/lang/chinese_gb-utf-8.inc.php3 @@ -626,4 +626,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/chinese_gb.inc.php3 b/lang/chinese_gb.inc.php3 index 851895d6e..a14fbf75a 100644 --- a/lang/chinese_gb.inc.php3 +++ b/lang/chinese_gb.inc.php3 @@ -625,4 +625,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/croatian-iso-8859-2.inc.php3 b/lang/croatian-iso-8859-2.inc.php3 index 19ebf09cd..e83dbfe1f 100644 --- a/lang/croatian-iso-8859-2.inc.php3 +++ b/lang/croatian-iso-8859-2.inc.php3 @@ -627,4 +627,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/croatian-utf-8.inc.php3 b/lang/croatian-utf-8.inc.php3 index c8fb5a704..48063c843 100644 --- a/lang/croatian-utf-8.inc.php3 +++ b/lang/croatian-utf-8.inc.php3 @@ -628,4 +628,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/croatian-windows-1250.inc.php3 b/lang/croatian-windows-1250.inc.php3 index 0fa2609dc..c1a3891a8 100644 --- a/lang/croatian-windows-1250.inc.php3 +++ b/lang/croatian-windows-1250.inc.php3 @@ -627,4 +627,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/czech-iso-8859-2.inc.php3 b/lang/czech-iso-8859-2.inc.php3 index e20bd0616..ae0aa1960 100644 --- a/lang/czech-iso-8859-2.inc.php3 +++ b/lang/czech-iso-8859-2.inc.php3 @@ -607,4 +607,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/czech-utf-8.inc.php3 b/lang/czech-utf-8.inc.php3 index 28c0c3ce0..18a1340d5 100644 --- a/lang/czech-utf-8.inc.php3 +++ b/lang/czech-utf-8.inc.php3 @@ -608,4 +608,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/czech-windows-1250.inc.php3 b/lang/czech-windows-1250.inc.php3 index 9c01a76d3..a632bd72e 100644 --- a/lang/czech-windows-1250.inc.php3 +++ b/lang/czech-windows-1250.inc.php3 @@ -607,4 +607,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/danish-iso-8859-1.inc.php3 b/lang/danish-iso-8859-1.inc.php3 index 3a02544b0..aab92a189 100644 --- a/lang/danish-iso-8859-1.inc.php3 +++ b/lang/danish-iso-8859-1.inc.php3 @@ -622,4 +622,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/danish-utf-8.inc.php3 b/lang/danish-utf-8.inc.php3 index b57023ed5..369f82542 100644 --- a/lang/danish-utf-8.inc.php3 +++ b/lang/danish-utf-8.inc.php3 @@ -623,4 +623,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/dutch-iso-8859-1.inc.php3 b/lang/dutch-iso-8859-1.inc.php3 index 6ae528e87..5d0b38f9a 100644 --- a/lang/dutch-iso-8859-1.inc.php3 +++ b/lang/dutch-iso-8859-1.inc.php3 @@ -604,4 +604,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/dutch-utf-8.inc.php3 b/lang/dutch-utf-8.inc.php3 index f40106e9a..ff7bc2079 100644 --- a/lang/dutch-utf-8.inc.php3 +++ b/lang/dutch-utf-8.inc.php3 @@ -605,4 +605,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/english-iso-8859-1.inc.php3 b/lang/english-iso-8859-1.inc.php3 index 3475b1eb8..7b194b88c 100644 --- a/lang/english-iso-8859-1.inc.php3 +++ b/lang/english-iso-8859-1.inc.php3 @@ -600,4 +600,8 @@ $strYes = 'Yes'; $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; $strZip = '"zipped"'; +$strSQLOptions = 'SQL options'; +$strXML = 'XML'; +$strCSVOptions = 'CSV options'; +$strNoOptions = 'This format has no options'; ?> diff --git a/lang/english-utf-8.inc.php3 b/lang/english-utf-8.inc.php3 index 222bd8383..f90c35b6d 100644 --- a/lang/english-utf-8.inc.php3 +++ b/lang/english-utf-8.inc.php3 @@ -601,4 +601,8 @@ $strYes = 'Yes'; $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; $strZip = '"zipped"'; +$strSQLOptions = 'SQL options'; +$strXML = 'XML'; +$strCSVOptions = 'CSV options'; +$strNoOptions = 'This format has no options'; ?> diff --git a/lang/estonian-iso-8859-1.inc.php3 b/lang/estonian-iso-8859-1.inc.php3 index 9f706ff5a..1c5cdeb37 100644 --- a/lang/estonian-iso-8859-1.inc.php3 +++ b/lang/estonian-iso-8859-1.inc.php3 @@ -603,4 +603,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/estonian-utf-8.inc.php3 b/lang/estonian-utf-8.inc.php3 index 29aaa741c..4f318603e 100644 --- a/lang/estonian-utf-8.inc.php3 +++ b/lang/estonian-utf-8.inc.php3 @@ -604,4 +604,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/farsi-utf-8.inc.php3 b/lang/farsi-utf-8.inc.php3 index f5f24783d..7248357a5 100644 --- a/lang/farsi-utf-8.inc.php3 +++ b/lang/farsi-utf-8.inc.php3 @@ -603,4 +603,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/farsi-windows-1256.inc.php3 b/lang/farsi-windows-1256.inc.php3 index d8c8a3c3c..eb2c1a115 100644 --- a/lang/farsi-windows-1256.inc.php3 +++ b/lang/farsi-windows-1256.inc.php3 @@ -602,4 +602,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/finnish-iso-8859-1.inc.php3 b/lang/finnish-iso-8859-1.inc.php3 index 5c89af227..af1b4b1eb 100644 --- a/lang/finnish-iso-8859-1.inc.php3 +++ b/lang/finnish-iso-8859-1.inc.php3 @@ -624,4 +624,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/finnish-utf-8.inc.php3 b/lang/finnish-utf-8.inc.php3 index 6e5ea8924..d8e6f20eb 100644 --- a/lang/finnish-utf-8.inc.php3 +++ b/lang/finnish-utf-8.inc.php3 @@ -625,4 +625,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/french-iso-8859-1.inc.php3 b/lang/french-iso-8859-1.inc.php3 index bcc5279f8..1b0f57dd6 100644 --- a/lang/french-iso-8859-1.inc.php3 +++ b/lang/french-iso-8859-1.inc.php3 @@ -601,4 +601,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/french-utf-8.inc.php3 b/lang/french-utf-8.inc.php3 index d2d360d08..31bbbcb87 100644 --- a/lang/french-utf-8.inc.php3 +++ b/lang/french-utf-8.inc.php3 @@ -602,4 +602,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/galician-iso-8859-1.inc.php3 b/lang/galician-iso-8859-1.inc.php3 index 2f7d394e2..c98de8fcb 100644 --- a/lang/galician-iso-8859-1.inc.php3 +++ b/lang/galician-iso-8859-1.inc.php3 @@ -604,4 +604,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/galician-utf-8.inc.php3 b/lang/galician-utf-8.inc.php3 index 0bcda2569..5692acae4 100644 --- a/lang/galician-utf-8.inc.php3 +++ b/lang/galician-utf-8.inc.php3 @@ -605,4 +605,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/georgian-utf-8.inc.php3 b/lang/georgian-utf-8.inc.php3 index 2e1c53f8b..3aaeaf4df 100644 --- a/lang/georgian-utf-8.inc.php3 +++ b/lang/georgian-utf-8.inc.php3 @@ -627,4 +627,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/german-iso-8859-1.inc.php3 b/lang/german-iso-8859-1.inc.php3 index 5947d0c65..38cc556a5 100644 --- a/lang/german-iso-8859-1.inc.php3 +++ b/lang/german-iso-8859-1.inc.php3 @@ -609,4 +609,8 @@ $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blo $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL-Optionen'; +$strXML = 'XML'; +$strCSVOptions = 'CSV-Optionen'; +$strNoOptions = 'Für dieses Format sind keine Optionen vorhanden'; ?> diff --git a/lang/german-utf-8.inc.php3 b/lang/german-utf-8.inc.php3 index 235ea12fc..b9ba003fa 100644 --- a/lang/german-utf-8.inc.php3 +++ b/lang/german-utf-8.inc.php3 @@ -610,4 +610,8 @@ $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blo $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/greek-iso-8859-7.inc.php3 b/lang/greek-iso-8859-7.inc.php3 index 2bcc90ac6..28fe0da2b 100644 --- a/lang/greek-iso-8859-7.inc.php3 +++ b/lang/greek-iso-8859-7.inc.php3 @@ -626,4 +626,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/greek-utf-8.inc.php3 b/lang/greek-utf-8.inc.php3 index dd02b29ca..a0e90e6d3 100644 --- a/lang/greek-utf-8.inc.php3 +++ b/lang/greek-utf-8.inc.php3 @@ -627,4 +627,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/hebrew-iso-8859-8-i.inc.php3 b/lang/hebrew-iso-8859-8-i.inc.php3 index c7c29762c..ba6ae3f46 100644 --- a/lang/hebrew-iso-8859-8-i.inc.php3 +++ b/lang/hebrew-iso-8859-8-i.inc.php3 @@ -624,4 +624,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/hindi-utf-8.inc.php3 b/lang/hindi-utf-8.inc.php3 index 17356520c..25708cad8 100644 --- a/lang/hindi-utf-8.inc.php3 +++ b/lang/hindi-utf-8.inc.php3 @@ -638,4 +638,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/hungarian-iso-8859-2.inc.php3 b/lang/hungarian-iso-8859-2.inc.php3 index d87fdd6f3..76d960a34 100644 --- a/lang/hungarian-iso-8859-2.inc.php3 +++ b/lang/hungarian-iso-8859-2.inc.php3 @@ -612,4 +612,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/hungarian-utf-8.inc.php3 b/lang/hungarian-utf-8.inc.php3 index 644a65c71..73481736c 100644 --- a/lang/hungarian-utf-8.inc.php3 +++ b/lang/hungarian-utf-8.inc.php3 @@ -613,4 +613,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/indonesian-iso-8859-1.inc.php3 b/lang/indonesian-iso-8859-1.inc.php3 index 280ac0daf..0922ab08c 100644 --- a/lang/indonesian-iso-8859-1.inc.php3 +++ b/lang/indonesian-iso-8859-1.inc.php3 @@ -600,4 +600,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/indonesian-utf-8.inc.php3 b/lang/indonesian-utf-8.inc.php3 index cc2919457..1ed66198a 100644 --- a/lang/indonesian-utf-8.inc.php3 +++ b/lang/indonesian-utf-8.inc.php3 @@ -601,4 +601,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/italian-iso-8859-1.inc.php3 b/lang/italian-iso-8859-1.inc.php3 index 46f38ce6b..8d18a1ed4 100644 --- a/lang/italian-iso-8859-1.inc.php3 +++ b/lang/italian-iso-8859-1.inc.php3 @@ -605,4 +605,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/italian-utf-8.inc.php3 b/lang/italian-utf-8.inc.php3 index e94e2dcaa..b03d2d9ac 100644 --- a/lang/italian-utf-8.inc.php3 +++ b/lang/italian-utf-8.inc.php3 @@ -606,4 +606,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/japanese-euc.inc.php3 b/lang/japanese-euc.inc.php3 index 1acad4bff..9a96599ee 100644 --- a/lang/japanese-euc.inc.php3 +++ b/lang/japanese-euc.inc.php3 @@ -612,4 +612,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/japanese-sjis.inc.php3 b/lang/japanese-sjis.inc.php3 index 2e189b77c..91908282b 100644 --- a/lang/japanese-sjis.inc.php3 +++ b/lang/japanese-sjis.inc.php3 @@ -612,4 +612,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/japanese-utf-8.inc.php3 b/lang/japanese-utf-8.inc.php3 index 612d80497..ba892e897 100644 --- a/lang/japanese-utf-8.inc.php3 +++ b/lang/japanese-utf-8.inc.php3 @@ -613,4 +613,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/korean-ks_c_5601-1987.inc.php3 b/lang/korean-ks_c_5601-1987.inc.php3 index 4cfde7794..69d8573aa 100644 --- a/lang/korean-ks_c_5601-1987.inc.php3 +++ b/lang/korean-ks_c_5601-1987.inc.php3 @@ -626,4 +626,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/latvian-utf-8.inc.php3 b/lang/latvian-utf-8.inc.php3 index 40c456781..eb7ae7510 100644 --- a/lang/latvian-utf-8.inc.php3 +++ b/lang/latvian-utf-8.inc.php3 @@ -628,4 +628,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/latvian-windows-1257.inc.php3 b/lang/latvian-windows-1257.inc.php3 index f22598a26..a2d18d83a 100644 --- a/lang/latvian-windows-1257.inc.php3 +++ b/lang/latvian-windows-1257.inc.php3 @@ -627,4 +627,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/lithuanian-utf-8.inc.php3 b/lang/lithuanian-utf-8.inc.php3 index fd5417334..60914ce78 100644 --- a/lang/lithuanian-utf-8.inc.php3 +++ b/lang/lithuanian-utf-8.inc.php3 @@ -601,4 +601,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/lithuanian-windows-1257.inc.php3 b/lang/lithuanian-windows-1257.inc.php3 index f4c08f542..5e3c0c237 100644 --- a/lang/lithuanian-windows-1257.inc.php3 +++ b/lang/lithuanian-windows-1257.inc.php3 @@ -600,4 +600,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/malay-iso-8859-1.inc.php3 b/lang/malay-iso-8859-1.inc.php3 index 79a5d2ce7..4e85a5df4 100644 --- a/lang/malay-iso-8859-1.inc.php3 +++ b/lang/malay-iso-8859-1.inc.php3 @@ -623,4 +623,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/malay-utf-8.inc.php3 b/lang/malay-utf-8.inc.php3 index 9ac61b003..6638cd5e2 100644 --- a/lang/malay-utf-8.inc.php3 +++ b/lang/malay-utf-8.inc.php3 @@ -624,4 +624,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/norwegian-iso-8859-1.inc.php3 b/lang/norwegian-iso-8859-1.inc.php3 index f044f925a..c8ad6b3c4 100644 --- a/lang/norwegian-iso-8859-1.inc.php3 +++ b/lang/norwegian-iso-8859-1.inc.php3 @@ -602,4 +602,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/norwegian-utf-8.inc.php3 b/lang/norwegian-utf-8.inc.php3 index 9798b6c50..33471c9e7 100644 --- a/lang/norwegian-utf-8.inc.php3 +++ b/lang/norwegian-utf-8.inc.php3 @@ -603,4 +603,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/polish-iso-8859-2.inc.php3 b/lang/polish-iso-8859-2.inc.php3 index 268292f00..2b66af868 100644 --- a/lang/polish-iso-8859-2.inc.php3 +++ b/lang/polish-iso-8859-2.inc.php3 @@ -600,4 +600,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/polish-utf-8.inc.php3 b/lang/polish-utf-8.inc.php3 index 5f9abc3b6..6cd5428f2 100644 --- a/lang/polish-utf-8.inc.php3 +++ b/lang/polish-utf-8.inc.php3 @@ -601,4 +601,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/portuguese-iso-8859-1.inc.php3 b/lang/portuguese-iso-8859-1.inc.php3 index e489296c0..c4df31e2f 100644 --- a/lang/portuguese-iso-8859-1.inc.php3 +++ b/lang/portuguese-iso-8859-1.inc.php3 @@ -623,4 +623,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/portuguese-utf-8.inc.php3 b/lang/portuguese-utf-8.inc.php3 index 897701bd6..1dfb05726 100644 --- a/lang/portuguese-utf-8.inc.php3 +++ b/lang/portuguese-utf-8.inc.php3 @@ -624,4 +624,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/romanian-iso-8859-1.inc.php3 b/lang/romanian-iso-8859-1.inc.php3 index f7b08f5d1..7048394a0 100644 --- a/lang/romanian-iso-8859-1.inc.php3 +++ b/lang/romanian-iso-8859-1.inc.php3 @@ -601,4 +601,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/romanian-utf-8.inc.php3 b/lang/romanian-utf-8.inc.php3 index 753616806..d5aabf292 100644 --- a/lang/romanian-utf-8.inc.php3 +++ b/lang/romanian-utf-8.inc.php3 @@ -602,4 +602,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/russian-dos-866.inc.php3 b/lang/russian-dos-866.inc.php3 index de122a1ae..44a6ca40d 100644 --- a/lang/russian-dos-866.inc.php3 +++ b/lang/russian-dos-866.inc.php3 @@ -610,4 +610,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/russian-koi8-r.inc.php3 b/lang/russian-koi8-r.inc.php3 index 326a68468..7e319c877 100644 --- a/lang/russian-koi8-r.inc.php3 +++ b/lang/russian-koi8-r.inc.php3 @@ -608,4 +608,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/russian-utf-8.inc.php3 b/lang/russian-utf-8.inc.php3 index d2cbe3ed5..9abe14b4f 100644 --- a/lang/russian-utf-8.inc.php3 +++ b/lang/russian-utf-8.inc.php3 @@ -609,4 +609,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/russian-windows-1251.inc.php3 b/lang/russian-windows-1251.inc.php3 index b711b8364..5f831a07f 100644 --- a/lang/russian-windows-1251.inc.php3 +++ b/lang/russian-windows-1251.inc.php3 @@ -608,4 +608,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/serbian-utf-8.inc.php3 b/lang/serbian-utf-8.inc.php3 index 03eccd825..7e85a0b6c 100644 --- a/lang/serbian-utf-8.inc.php3 +++ b/lang/serbian-utf-8.inc.php3 @@ -630,4 +630,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/serbian-windows-1250.inc.php3 b/lang/serbian-windows-1250.inc.php3 index a3f3452c7..67dac47fa 100644 --- a/lang/serbian-windows-1250.inc.php3 +++ b/lang/serbian-windows-1250.inc.php3 @@ -629,4 +629,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/slovak-iso-8859-2.inc.php3 b/lang/slovak-iso-8859-2.inc.php3 index f8407c808..1c9d869a1 100644 --- a/lang/slovak-iso-8859-2.inc.php3 +++ b/lang/slovak-iso-8859-2.inc.php3 @@ -601,4 +601,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/slovak-utf-8.inc.php3 b/lang/slovak-utf-8.inc.php3 index 2fe4551a4..f6269c214 100644 --- a/lang/slovak-utf-8.inc.php3 +++ b/lang/slovak-utf-8.inc.php3 @@ -602,4 +602,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/slovak-windows-1250.inc.php3 b/lang/slovak-windows-1250.inc.php3 index e1ea38b1f..bc33d0fe5 100644 --- a/lang/slovak-windows-1250.inc.php3 +++ b/lang/slovak-windows-1250.inc.php3 @@ -601,4 +601,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/slovenian-iso-8859-2.inc.php3 b/lang/slovenian-iso-8859-2.inc.php3 index 2d95b8ad2..589079913 100644 --- a/lang/slovenian-iso-8859-2.inc.php3 +++ b/lang/slovenian-iso-8859-2.inc.php3 @@ -603,4 +603,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/slovenian-utf-8.inc.php3 b/lang/slovenian-utf-8.inc.php3 index 766e7331e..5dadd12ed 100644 --- a/lang/slovenian-utf-8.inc.php3 +++ b/lang/slovenian-utf-8.inc.php3 @@ -604,4 +604,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/slovenian-windows-1250.inc.php3 b/lang/slovenian-windows-1250.inc.php3 index 9e0f50ff2..eb7681323 100644 --- a/lang/slovenian-windows-1250.inc.php3 +++ b/lang/slovenian-windows-1250.inc.php3 @@ -603,4 +603,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/spanish-iso-8859-1.inc.php3 b/lang/spanish-iso-8859-1.inc.php3 index 25b660fb9..2724c8aac 100644 --- a/lang/spanish-iso-8859-1.inc.php3 +++ b/lang/spanish-iso-8859-1.inc.php3 @@ -604,4 +604,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/spanish-utf-8.inc.php3 b/lang/spanish-utf-8.inc.php3 index 1a03da21e..6d58a9378 100644 --- a/lang/spanish-utf-8.inc.php3 +++ b/lang/spanish-utf-8.inc.php3 @@ -605,4 +605,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/swedish-iso-8859-1.inc.php3 b/lang/swedish-iso-8859-1.inc.php3 index e0c712025..8c932aa0e 100644 --- a/lang/swedish-iso-8859-1.inc.php3 +++ b/lang/swedish-iso-8859-1.inc.php3 @@ -600,4 +600,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/swedish-utf-8.inc.php3 b/lang/swedish-utf-8.inc.php3 index 443a28168..c8304bfcd 100644 --- a/lang/swedish-utf-8.inc.php3 +++ b/lang/swedish-utf-8.inc.php3 @@ -601,4 +601,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/thai-tis-620.inc.php3 b/lang/thai-tis-620.inc.php3 index 586a3b998..b67cc85f7 100644 --- a/lang/thai-tis-620.inc.php3 +++ b/lang/thai-tis-620.inc.php3 @@ -614,4 +614,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/thai-utf-8.inc.php3 b/lang/thai-utf-8.inc.php3 index ccc74e0b9..b1b8ef69e 100644 --- a/lang/thai-utf-8.inc.php3 +++ b/lang/thai-utf-8.inc.php3 @@ -615,4 +615,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/turkish-iso-8859-9.inc.php3 b/lang/turkish-iso-8859-9.inc.php3 index 2d4c3c74e..963f3c06f 100644 --- a/lang/turkish-iso-8859-9.inc.php3 +++ b/lang/turkish-iso-8859-9.inc.php3 @@ -625,4 +625,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/turkish-utf-8.inc.php3 b/lang/turkish-utf-8.inc.php3 index de65d5287..ef7a99e30 100644 --- a/lang/turkish-utf-8.inc.php3 +++ b/lang/turkish-utf-8.inc.php3 @@ -626,4 +626,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/ukrainian-utf-8.inc.php3 b/lang/ukrainian-utf-8.inc.php3 index 42e0d59c0..d969ca813 100644 --- a/lang/ukrainian-utf-8.inc.php3 +++ b/lang/ukrainian-utf-8.inc.php3 @@ -606,4 +606,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/lang/ukrainian-windows-1251.inc.php3 b/lang/ukrainian-windows-1251.inc.php3 index 86c1af191..4f682124d 100644 --- a/lang/ukrainian-windows-1251.inc.php3 +++ b/lang/ukrainian-windows-1251.inc.php3 @@ -605,4 +605,8 @@ $strInnodbStat = 'InnoDB Status'; //to translate $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strSQLOptions = 'SQL options';//to translate +$strXML = 'XML';//to translate +$strCSVOptions = 'CSV options';//to translate +$strNoOptions = 'This format has no options';//to translate ?> diff --git a/tbl_dump.php3 b/tbl_dump.php3 index f3db609d5..5fa0c9aec 100755 --- a/tbl_dump.php3 +++ b/tbl_dump.php3 @@ -213,7 +213,7 @@ else { ? PMA_backquote($table) : '\'' . $table . '\''; // If only datas, no need to displays table name - if ($what != 'dataonly') { + if (isset($sql_structure) && $sql_structure == 'structure') { $dump_buffer .= '# --------------------------------------------------------' . $crlf . $crlf . '#' . $crlf . '# ' . $strTableStructure . ' ' . $formatted_table_name . $crlf @@ -224,7 +224,7 @@ else { $dump_buffer = PMA_kanji_str_conv($dump_buffer, $knjenc, isset($xkana) ? $xkana : ''); } // At least data - if (($what == 'data') || ($what == 'dataonly')) { + if (isset($sql_data) && $sql_data == 'data') { $tcmt = $crlf . '#' . $crlf . '# ' . $strDumpingData . ' ' . $formatted_table_name . $crlf . '#' . $crlf .$crlf; diff --git a/tbl_properties_export.php3 b/tbl_properties_export.php3 index 3e6e22260..5e04132da 100755 --- a/tbl_properties_export.php3 +++ b/tbl_properties_export.php3 @@ -12,9 +12,9 @@ require('./tbl_properties_table_info.php3'); ?> -

+

-

+

'; } ?> - + + + +
- - - + + + + - @@ -235,7 +332,6 @@ if (function_exists('PMA_set_enc_form')) { } echo "\n"; ?> -
+ +
+ +
- -   
- -   
- -   
-
+ + +

- -     + + + + + + + + */ + ?> - - - - - - */ ?>

- -   
-
+ + +

- -  :
-         -   
-         -   
-         -   
-         - " class="textfield" />  
-
+ + +

- -    + +    +
- -
-    - -
+
+
+ () + + +
+ + +
+
+ +
= 32306) { ?> -    - -
+ +
-    - -
+ +
-
- -
-    - -
-    - -
-    - ' , '') . "\n"; ?> -

- -
-    - - +
+ + +
+ + +
+
+ +
+ +
+
+
+
+ + + + + + + + + + + + + + + + + + +
+   + + +
+   + + +
+   + + +
+   + + " class="textfield" /> +
+ + +
+
+ +
+ +
+
+ ' , '') . "\n"; ?> +
- - + +
+ + + + + + ' . $strCharsetOfFile . ''; + echo "\n"; + + $temp_charset = reset($cfg['AvailableCharsets']); + echo ''; + } // end if + echo "\n"; + ?> + +
+ + + +   + ' . "\n" - . ' ' . "\n"; - while ($temp_charset = next($cfg['AvailableCharsets'])) { - echo ' ' . "\n"; - } // end while - echo ' '; -} // end if -echo "\n"; // zip, gzip and bzip2 encode features if (PMA_PHP_INT_VERSION >= 40004) { @@ -190,32 +288,31 @@ if (PMA_PHP_INT_VERSION >= 40004) { $is_gzip = (isset($cfg['GZipDump']) && $cfg['GZipDump'] && @function_exists('gzencode')); $is_bzip = (isset($cfg['BZipDump']) && $cfg['BZipDump'] && @function_exists('bzcompress')); if ($is_zip || $is_gzip || $is_bzip) { - echo "\n" . ' (' . "\n"; if ($is_zip) { ?> - - ' . $strZip . '' . (($is_gzip || $is_bzip) ? ' ' : '') . "\n"; ?> + + - - ' . $strGzip . '' . (($is_bzip) ? ' ' : '') . "\n"; ?> + + - - ' . $strBzip . '' . "\n"; ?> + + +
@@ -244,11 +340,6 @@ echo "\n";
-

- -

- -