diff --git a/ChangeLog b/ChangeLog index 762fa31efd..5e2f2c4a96 100755 --- a/ChangeLog +++ b/ChangeLog @@ -11,7 +11,11 @@ $Source$ libraries/charset_conversion.lib.php3, libraries/config_import.lib.php3: Merged patch #729514 - support for iconv parameters. * read_dump.php3, libraries/common.lib.php3: Merged patch #728928 - show - multi statement query result. + multi statement query result. Closes RFE #728833. + * tbl_dump.php3, libraries/build_dump.lib.php3, + libraries/display_export.lib.php3, lang/*: Merged patch #727027 - LaTeX + export improvements. Now can export table structure and some other + options. Closes RFE #718942. 2003-05-11 Marc Delisle ### 2.5.0 released diff --git a/lang/afrikaans-iso-8859-1.inc.php3 b/lang/afrikaans-iso-8859-1.inc.php3 index 6321f5d2c0..630679202b 100644 --- a/lang/afrikaans-iso-8859-1.inc.php3 +++ b/lang/afrikaans-iso-8859-1.inc.php3 @@ -638,4 +638,6 @@ $strShowFullQueries = 'Show Full Queries'; //to translate $strTruncateQueries = 'Truncate Shown Queries'; //to translate $strSwitchToTable = 'Switch to copied table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/afrikaans-utf-8.inc.php3 b/lang/afrikaans-utf-8.inc.php3 index 0f4c1f55c8..9181eddb18 100644 --- a/lang/afrikaans-utf-8.inc.php3 +++ b/lang/afrikaans-utf-8.inc.php3 @@ -639,4 +639,6 @@ $strShowFullQueries = 'Show Full Queries'; //to translate $strTruncateQueries = 'Truncate Shown Queries'; //to translate $strSwitchToTable = 'Switch to copied table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/albanian-iso-8859-1.inc.php3 b/lang/albanian-iso-8859-1.inc.php3 index d6009181ce..04c4364a13 100644 --- a/lang/albanian-iso-8859-1.inc.php3 +++ b/lang/albanian-iso-8859-1.inc.php3 @@ -630,4 +630,6 @@ $strZip = '"kompresuar me zip"'; // To translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/albanian-utf-8.inc.php3 b/lang/albanian-utf-8.inc.php3 index ec8e2d9b53..8ec53172fa 100644 --- a/lang/albanian-utf-8.inc.php3 +++ b/lang/albanian-utf-8.inc.php3 @@ -631,4 +631,6 @@ $strZip = '"kompresuar me zip"'; // To translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/arabic-utf-8.inc.php3 b/lang/arabic-utf-8.inc.php3 index 665a18c22a..28a6c34ad4 100644 --- a/lang/arabic-utf-8.inc.php3 +++ b/lang/arabic-utf-8.inc.php3 @@ -653,4 +653,6 @@ $strShowFullQueries = 'Show Full Queries'; //to translate $strTruncateQueries = 'Truncate Shown Queries'; //to translate $strSwitchToTable = 'Switch to copied table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/arabic-windows-1256.inc.php3 b/lang/arabic-windows-1256.inc.php3 index b6233913d3..fc7b314067 100644 --- a/lang/arabic-windows-1256.inc.php3 +++ b/lang/arabic-windows-1256.inc.php3 @@ -652,4 +652,6 @@ $strShowFullQueries = 'Show Full Queries'; //to translate $strTruncateQueries = 'Truncate Shown Queries'; //to translate $strSwitchToTable = 'Switch to copied table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/brazilian_portuguese-iso-8859-1.inc.php3 b/lang/brazilian_portuguese-iso-8859-1.inc.php3 index 95b4087ada..6514fb2f8a 100644 --- a/lang/brazilian_portuguese-iso-8859-1.inc.php3 +++ b/lang/brazilian_portuguese-iso-8859-1.inc.php3 @@ -652,4 +652,6 @@ $strShowFullQueries = 'Show Full Queries'; //to translate $strTruncateQueries = 'Truncate Shown Queries'; //to translate $strSwitchToTable = 'Switch to copied table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/brazilian_portuguese-utf-8.inc.php3 b/lang/brazilian_portuguese-utf-8.inc.php3 index a032550853..298d088478 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php3 +++ b/lang/brazilian_portuguese-utf-8.inc.php3 @@ -653,4 +653,6 @@ $strShowFullQueries = 'Show Full Queries'; //to translate $strTruncateQueries = 'Truncate Shown Queries'; //to translate $strSwitchToTable = 'Switch to copied table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/bulgarian-koi8-r.inc.php3 b/lang/bulgarian-koi8-r.inc.php3 index 1a03119c4b..bbeb3f890f 100644 --- a/lang/bulgarian-koi8-r.inc.php3 +++ b/lang/bulgarian-koi8-r.inc.php3 @@ -645,4 +645,6 @@ $strXML = 'XML';//to translate $strSwitchToTable = 'Switch to copied table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/bulgarian-utf-8.inc.php3 b/lang/bulgarian-utf-8.inc.php3 index 9b57fa3f4f..b876a356f8 100644 --- a/lang/bulgarian-utf-8.inc.php3 +++ b/lang/bulgarian-utf-8.inc.php3 @@ -646,4 +646,6 @@ $strXML = 'XML';//to translate $strSwitchToTable = 'Switch to copied table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/bulgarian-windows-1251.inc.php3 b/lang/bulgarian-windows-1251.inc.php3 index 734757b005..c9971bbab2 100644 --- a/lang/bulgarian-windows-1251.inc.php3 +++ b/lang/bulgarian-windows-1251.inc.php3 @@ -645,4 +645,6 @@ $strXML = 'XML';//to translate $strSwitchToTable = 'Switch to copied table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/catalan-iso-8859-1.inc.php3 b/lang/catalan-iso-8859-1.inc.php3 index 732039415d..a3b0deb430 100644 --- a/lang/catalan-iso-8859-1.inc.php3 +++ b/lang/catalan-iso-8859-1.inc.php3 @@ -626,4 +626,6 @@ $strZeroRemovesTheLimit = 'Nota: Establint aquestes opcions a 0 (zero) treu el l $strZip = '"comprimit amb zip"'; // To translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/catalan-utf-8.inc.php3 b/lang/catalan-utf-8.inc.php3 index e0fbcf6beb..4ca920ffe4 100644 --- a/lang/catalan-utf-8.inc.php3 +++ b/lang/catalan-utf-8.inc.php3 @@ -627,4 +627,6 @@ $strZeroRemovesTheLimit = 'Nota: Establint aquestes opcions a 0 (zero) treu el l $strZip = '"comprimit amb zip"'; // To translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/chinese_big5-utf-8.inc.php3 b/lang/chinese_big5-utf-8.inc.php3 index f3e68129c0..10e10ca706 100644 --- a/lang/chinese_big5-utf-8.inc.php3 +++ b/lang/chinese_big5-utf-8.inc.php3 @@ -650,4 +650,6 @@ $strShowFullQueries = 'Show Full Queries'; //to translate $strTruncateQueries = 'Truncate Shown Queries'; //to translate $strSwitchToTable = 'Switch to copied table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/chinese_big5.inc.php3 b/lang/chinese_big5.inc.php3 index 65a51d5b23..852a10cae9 100644 --- a/lang/chinese_big5.inc.php3 +++ b/lang/chinese_big5.inc.php3 @@ -649,4 +649,6 @@ $strShowFullQueries = 'Show Full Queries'; //to translate $strTruncateQueries = 'Truncate Shown Queries'; //to translate $strSwitchToTable = 'Switch to copied table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/chinese_gb-utf-8.inc.php3 b/lang/chinese_gb-utf-8.inc.php3 index 20a2d28bc8..07ed19a504 100644 --- a/lang/chinese_gb-utf-8.inc.php3 +++ b/lang/chinese_gb-utf-8.inc.php3 @@ -630,4 +630,6 @@ $strYes = '是'; $strZeroRemovesTheLimit = '注意:将这些选项设为 0 (零)将删除限制。'; $strZip = '"zipped"'; +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/chinese_gb.inc.php3 b/lang/chinese_gb.inc.php3 index dcf288b50e..cfadb2f047 100644 --- a/lang/chinese_gb.inc.php3 +++ b/lang/chinese_gb.inc.php3 @@ -629,4 +629,6 @@ $strYes = ' $strZeroRemovesTheLimit = 'ע⣺ЩѡΪ 0 ()ɾơ'; $strZip = '"zipped"'; +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/croatian-iso-8859-2.inc.php3 b/lang/croatian-iso-8859-2.inc.php3 index f3d29e302a..f57ae0a289 100644 --- a/lang/croatian-iso-8859-2.inc.php3 +++ b/lang/croatian-iso-8859-2.inc.php3 @@ -651,4 +651,6 @@ $strShowFullQueries = 'Show Full Queries'; //to translate $strTruncateQueries = 'Truncate Shown Queries'; //to translate $strSwitchToTable = 'Switch to copied table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/croatian-utf-8.inc.php3 b/lang/croatian-utf-8.inc.php3 index d3c901ac20..cfd70e5743 100644 --- a/lang/croatian-utf-8.inc.php3 +++ b/lang/croatian-utf-8.inc.php3 @@ -652,4 +652,6 @@ $strShowFullQueries = 'Show Full Queries'; //to translate $strTruncateQueries = 'Truncate Shown Queries'; //to translate $strSwitchToTable = 'Switch to copied table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/croatian-windows-1250.inc.php3 b/lang/croatian-windows-1250.inc.php3 index 8b3a82a916..29a70f389c 100644 --- a/lang/croatian-windows-1250.inc.php3 +++ b/lang/croatian-windows-1250.inc.php3 @@ -651,4 +651,6 @@ $strShowFullQueries = 'Show Full Queries'; //to translate $strTruncateQueries = 'Truncate Shown Queries'; //to translate $strSwitchToTable = 'Switch to copied table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/czech-iso-8859-2.inc.php3 b/lang/czech-iso-8859-2.inc.php3 index fa9cc804b0..41e7cc1ff8 100644 --- a/lang/czech-iso-8859-2.inc.php3 +++ b/lang/czech-iso-8859-2.inc.php3 @@ -275,6 +275,7 @@ $strKeyname = 'Kl $strKill = 'Zabt'; $strLaTeX = 'LaTeX'; +$strLaTeXOptions = 'Nastaven exportu do LaTeXu'; $strLandscape = 'Na ku'; $strLength = 'Dlka'; $strLengthSet = 'Dlka/Mnoina*'; @@ -442,6 +443,7 @@ $strReferentialIntegrity = 'Zkontrolovat integritu odkaz $strRelationNotWorking = 'Nkter funkce pro prci s propojenmi tabulkami byly vypnuty. %sZde%s zjistte pro.'; $strRelationView = 'Zobrazit relace'; $strRelationalSchema = 'Relan schma'; +$strRelations = 'Relace'; $strReloadFailed = 'Znovunaten MySQL selhalo.'; $strReloadMySQL = 'Znovunaten MySQL'; $strReloadingThePrivileges = 'Znovunatm oprvnn'; diff --git a/lang/czech-utf-8.inc.php3 b/lang/czech-utf-8.inc.php3 index fc69a67ac4..fa24490f46 100644 --- a/lang/czech-utf-8.inc.php3 +++ b/lang/czech-utf-8.inc.php3 @@ -276,6 +276,7 @@ $strKeyname = 'Klíčový název'; $strKill = 'Zabít'; $strLaTeX = 'LaTeX'; +$strLaTeXOptions = 'Nastavení exportu do LaTeXu'; $strLandscape = 'Na šířku'; $strLength = 'Délka'; $strLengthSet = 'Délka/Množina*'; @@ -443,6 +444,7 @@ $strReferentialIntegrity = 'Zkontrolovat integritu odkazů:'; $strRelationNotWorking = 'Některé funkce pro práci s propojenými tabulkami byly vypnuty. %sZde%s zjistíte proč.'; $strRelationView = 'Zobrazit relace'; $strRelationalSchema = 'Relační schéma'; +$strRelations = 'Relace'; $strReloadFailed = 'Znovunačtení MySQL selhalo.'; $strReloadMySQL = 'Znovunačtení MySQL'; $strReloadingThePrivileges = 'Znovunačítám oprávnění'; diff --git a/lang/czech-windows-1250.inc.php3 b/lang/czech-windows-1250.inc.php3 index 404524ff2e..fd6951ae68 100644 --- a/lang/czech-windows-1250.inc.php3 +++ b/lang/czech-windows-1250.inc.php3 @@ -275,6 +275,7 @@ $strKeyname = 'Kl $strKill = 'Zabt'; $strLaTeX = 'LaTeX'; +$strLaTeXOptions = 'Nastaven exportu do LaTeXu'; $strLandscape = 'Na ku'; $strLength = 'Dlka'; $strLengthSet = 'Dlka/Mnoina*'; @@ -442,6 +443,7 @@ $strReferentialIntegrity = 'Zkontrolovat integritu odkaz $strRelationNotWorking = 'Nkter funkce pro prci s propojenmi tabulkami byly vypnuty. %sZde%s zjistte pro.'; $strRelationView = 'Zobrazit relace'; $strRelationalSchema = 'Relan schma'; +$strRelations = 'Relace'; $strReloadFailed = 'Znovunaten MySQL selhalo.'; $strReloadMySQL = 'Znovunaten MySQL'; $strReloadingThePrivileges = 'Znovunatm oprvnn'; diff --git a/lang/danish-iso-8859-1.inc.php3 b/lang/danish-iso-8859-1.inc.php3 index 17ffe9f1ad..f2472d81c2 100644 --- a/lang/danish-iso-8859-1.inc.php3 +++ b/lang/danish-iso-8859-1.inc.php3 @@ -646,4 +646,6 @@ $strShowFullQueries = 'Show Full Queries'; //to translate $strTruncateQueries = 'Truncate Shown Queries'; //to translate $strSwitchToTable = 'Switch to copied table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/danish-utf-8.inc.php3 b/lang/danish-utf-8.inc.php3 index 6b7a1a79f9..1e206653ac 100644 --- a/lang/danish-utf-8.inc.php3 +++ b/lang/danish-utf-8.inc.php3 @@ -647,4 +647,6 @@ $strShowFullQueries = 'Show Full Queries'; //to translate $strTruncateQueries = 'Truncate Shown Queries'; //to translate $strSwitchToTable = 'Switch to copied table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/dutch-iso-8859-1.inc.php3 b/lang/dutch-iso-8859-1.inc.php3 index d2a51d05c4..053cea0cac 100644 --- a/lang/dutch-iso-8859-1.inc.php3 +++ b/lang/dutch-iso-8859-1.inc.php3 @@ -641,4 +641,6 @@ $strShowFullQueries = 'Show Full Queries'; //to translate $strTruncateQueries = 'Truncate Shown Queries'; //to translate $strSwitchToTable = 'Switch to copied table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/dutch-utf-8.inc.php3 b/lang/dutch-utf-8.inc.php3 index c14a150a12..59b421bc44 100644 --- a/lang/dutch-utf-8.inc.php3 +++ b/lang/dutch-utf-8.inc.php3 @@ -642,4 +642,6 @@ $strShowFullQueries = 'Show Full Queries'; //to translate $strTruncateQueries = 'Truncate Shown Queries'; //to translate $strSwitchToTable = 'Switch to copied table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/english-iso-8859-1.inc.php3 b/lang/english-iso-8859-1.inc.php3 index cc4bcc8a0c..e628a598cf 100644 --- a/lang/english-iso-8859-1.inc.php3 +++ b/lang/english-iso-8859-1.inc.php3 @@ -269,6 +269,7 @@ $strKeyname = 'Keyname'; $strKill = 'Kill'; $strLaTeX = 'LaTeX'; +$strLaTeXOptions = 'LaTeX options'; $strLandscape = 'Landscape'; $strLength = 'Length'; $strLengthSet = 'Length/Values*'; @@ -436,6 +437,7 @@ $strReferentialIntegrity = 'Check referential integrity:'; $strRelationNotWorking = 'The additional Features for working with linked Tables have been deactivated. To find out why click %shere%s.'; $strRelationView = 'Relation view'; $strRelationalSchema = 'Relational schema'; +$strRelations = 'Relations'; $strReloadFailed = 'MySQL reload failed.'; $strReloadMySQL = 'Reload MySQL'; $strReloadingThePrivileges = 'Reloading the privileges'; diff --git a/lang/english-utf-8.inc.php3 b/lang/english-utf-8.inc.php3 index 048a9aa239..d340307981 100644 --- a/lang/english-utf-8.inc.php3 +++ b/lang/english-utf-8.inc.php3 @@ -270,6 +270,7 @@ $strKeyname = 'Keyname'; $strKill = 'Kill'; $strLaTeX = 'LaTeX'; +$strLaTeXOptions = 'LaTeX options'; $strLandscape = 'Landscape'; $strLength = 'Length'; $strLengthSet = 'Length/Values*'; @@ -437,6 +438,7 @@ $strReferentialIntegrity = 'Check referential integrity:'; $strRelationNotWorking = 'The additional Features for working with linked Tables have been deactivated. To find out why click %shere%s.'; $strRelationView = 'Relation view'; $strRelationalSchema = 'Relational schema'; +$strRelations = 'Relations'; $strReloadFailed = 'MySQL reload failed.'; $strReloadMySQL = 'Reload MySQL'; $strReloadingThePrivileges = 'Reloading the privileges'; diff --git a/lang/estonian-iso-8859-1.inc.php3 b/lang/estonian-iso-8859-1.inc.php3 index 021f0a1aa1..0ce36e3364 100644 --- a/lang/estonian-iso-8859-1.inc.php3 +++ b/lang/estonian-iso-8859-1.inc.php3 @@ -626,4 +626,6 @@ $strZip = '"zipitud"'; $strPasswordChanged = 'Kasutaja %s parool vahetati nnestunult.'; // to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/estonian-utf-8.inc.php3 b/lang/estonian-utf-8.inc.php3 index 683e2d1e88..4e60e8e13a 100644 --- a/lang/estonian-utf-8.inc.php3 +++ b/lang/estonian-utf-8.inc.php3 @@ -627,4 +627,6 @@ $strZip = '"zipitud"'; $strPasswordChanged = 'Kasutaja %s parool vahetati õnnestunult.'; // to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/farsi-utf-8.inc.php3 b/lang/farsi-utf-8.inc.php3 index 1ec3ef45bc..21d9410483 100644 --- a/lang/farsi-utf-8.inc.php3 +++ b/lang/farsi-utf-8.inc.php3 @@ -627,4 +627,6 @@ $strShowFullQueries = 'Show Full Queries'; //to translate $strTruncateQueries = 'Truncate Shown Queries'; //to translate $strSwitchToTable = 'Switch to copied table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/farsi-windows-1256.inc.php3 b/lang/farsi-windows-1256.inc.php3 index e1acee4867..0bbf11c231 100644 --- a/lang/farsi-windows-1256.inc.php3 +++ b/lang/farsi-windows-1256.inc.php3 @@ -626,4 +626,6 @@ $strShowFullQueries = 'Show Full Queries'; //to translate $strTruncateQueries = 'Truncate Shown Queries'; //to translate $strSwitchToTable = 'Switch to copied table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/finnish-iso-8859-1.inc.php3 b/lang/finnish-iso-8859-1.inc.php3 index 99d7ddeea8..ccbf85072d 100644 --- a/lang/finnish-iso-8859-1.inc.php3 +++ b/lang/finnish-iso-8859-1.inc.php3 @@ -648,4 +648,6 @@ $strShowFullQueries = 'Show Full Queries'; //to translate $strTruncateQueries = 'Truncate Shown Queries'; //to translate $strSwitchToTable = 'Switch to copied table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/finnish-utf-8.inc.php3 b/lang/finnish-utf-8.inc.php3 index fb22839d9b..8d9921e527 100644 --- a/lang/finnish-utf-8.inc.php3 +++ b/lang/finnish-utf-8.inc.php3 @@ -649,4 +649,6 @@ $strShowFullQueries = 'Show Full Queries'; //to translate $strTruncateQueries = 'Truncate Shown Queries'; //to translate $strSwitchToTable = 'Switch to copied table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/french-iso-8859-1.inc.php3 b/lang/french-iso-8859-1.inc.php3 index a2f54f5f3a..9f67013040 100644 --- a/lang/french-iso-8859-1.inc.php3 +++ b/lang/french-iso-8859-1.inc.php3 @@ -626,4 +626,6 @@ $strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enl $strZip = '"zipp"'; // To translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/french-utf-8.inc.php3 b/lang/french-utf-8.inc.php3 index 1d9f494768..c704de54fb 100644 --- a/lang/french-utf-8.inc.php3 +++ b/lang/french-utf-8.inc.php3 @@ -627,4 +627,6 @@ $strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlève la limite.'; $strZip = '"zippé"'; // To translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/galician-iso-8859-1.inc.php3 b/lang/galician-iso-8859-1.inc.php3 index 2b3e58f17e..949b927d2c 100644 --- a/lang/galician-iso-8859-1.inc.php3 +++ b/lang/galician-iso-8859-1.inc.php3 @@ -632,4 +632,6 @@ $strSwitchToTable = 'Switch to copied table'; //to translate $strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)'; $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/galician-utf-8.inc.php3 b/lang/galician-utf-8.inc.php3 index b104b199c8..78ea7e9422 100644 --- a/lang/galician-utf-8.inc.php3 +++ b/lang/galician-utf-8.inc.php3 @@ -633,4 +633,6 @@ $strSwitchToTable = 'Switch to copied table'; //to translate $strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)'; $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/georgian-utf-8.inc.php3 b/lang/georgian-utf-8.inc.php3 index 5da7193e94..79e6025128 100644 --- a/lang/georgian-utf-8.inc.php3 +++ b/lang/georgian-utf-8.inc.php3 @@ -651,4 +651,6 @@ $strShowFullQueries = 'Show Full Queries'; //to translate $strTruncateQueries = 'Truncate Shown Queries'; //to translate $strSwitchToTable = 'Switch to copied table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/german-iso-8859-1.inc.php3 b/lang/german-iso-8859-1.inc.php3 index 7bef421c9a..916d168845 100644 --- a/lang/german-iso-8859-1.inc.php3 +++ b/lang/german-iso-8859-1.inc.php3 @@ -633,4 +633,6 @@ $strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschr $strZip = 'Zip-komprimiert'; //To translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/german-utf-8.inc.php3 b/lang/german-utf-8.inc.php3 index c75014cde3..ca2734d68d 100644 --- a/lang/german-utf-8.inc.php3 +++ b/lang/german-utf-8.inc.php3 @@ -634,4 +634,6 @@ $strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschränku $strZip = 'Zip-komprimiert'; //To translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/greek-iso-8859-7.inc.php3 b/lang/greek-iso-8859-7.inc.php3 index e150b0fab3..29925a30ab 100644 --- a/lang/greek-iso-8859-7.inc.php3 +++ b/lang/greek-iso-8859-7.inc.php3 @@ -650,4 +650,6 @@ $strShowFullQueries = 'Show Full Queries'; //to translate $strTruncateQueries = 'Truncate Shown Queries'; //to translate $strSwitchToTable = 'Switch to copied table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/greek-utf-8.inc.php3 b/lang/greek-utf-8.inc.php3 index 4fe3f0d478..1002b3ea1d 100644 --- a/lang/greek-utf-8.inc.php3 +++ b/lang/greek-utf-8.inc.php3 @@ -651,4 +651,6 @@ $strShowFullQueries = 'Show Full Queries'; //to translate $strTruncateQueries = 'Truncate Shown Queries'; //to translate $strSwitchToTable = 'Switch to copied table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/hebrew-iso-8859-8-i.inc.php3 b/lang/hebrew-iso-8859-8-i.inc.php3 index c265eaf175..b0170baf03 100644 --- a/lang/hebrew-iso-8859-8-i.inc.php3 +++ b/lang/hebrew-iso-8859-8-i.inc.php3 @@ -648,4 +648,6 @@ $strShowFullQueries = 'Show Full Queries'; //to translate $strTruncateQueries = 'Truncate Shown Queries'; //to translate $strSwitchToTable = 'Switch to copied table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/hindi-utf-8.inc.php3 b/lang/hindi-utf-8.inc.php3 index d68a70c178..f89b1e2c43 100644 --- a/lang/hindi-utf-8.inc.php3 +++ b/lang/hindi-utf-8.inc.php3 @@ -662,4 +662,6 @@ $strShowFullQueries = 'Show Full Queries'; //to translate $strTruncateQueries = 'Truncate Shown Queries'; //to translate $strSwitchToTable = 'Switch to copied table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/hungarian-iso-8859-2.inc.php3 b/lang/hungarian-iso-8859-2.inc.php3 index 5c4a7852ef..7c29aeca3b 100644 --- a/lang/hungarian-iso-8859-2.inc.php3 +++ b/lang/hungarian-iso-8859-2.inc.php3 @@ -636,4 +636,6 @@ $strShowFullQueries = 'Show Full Queries'; //to translate $strTruncateQueries = 'Truncate Shown Queries'; //to translate $strSwitchToTable = 'Switch to copied table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/hungarian-utf-8.inc.php3 b/lang/hungarian-utf-8.inc.php3 index ba0b2fdfcf..7c1505f1c2 100644 --- a/lang/hungarian-utf-8.inc.php3 +++ b/lang/hungarian-utf-8.inc.php3 @@ -637,4 +637,6 @@ $strShowFullQueries = 'Show Full Queries'; //to translate $strTruncateQueries = 'Truncate Shown Queries'; //to translate $strSwitchToTable = 'Switch to copied table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/indonesian-iso-8859-1.inc.php3 b/lang/indonesian-iso-8859-1.inc.php3 index 13159ca858..bafd751741 100644 --- a/lang/indonesian-iso-8859-1.inc.php3 +++ b/lang/indonesian-iso-8859-1.inc.php3 @@ -625,4 +625,6 @@ $strZeroRemovesTheLimit = 'Perhatian: Merubah pilihan ini ke posisi 0 (zero) aka $strZip = '"Dikompress dengan Zip"'; // To translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/indonesian-utf-8.inc.php3 b/lang/indonesian-utf-8.inc.php3 index 59c1b0ad74..65929e684c 100644 --- a/lang/indonesian-utf-8.inc.php3 +++ b/lang/indonesian-utf-8.inc.php3 @@ -626,4 +626,6 @@ $strZeroRemovesTheLimit = 'Perhatian: Merubah pilihan ini ke posisi 0 (zero) aka $strZip = '"Dikompress dengan Zip"'; // To translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/italian-iso-8859-1.inc.php3 b/lang/italian-iso-8859-1.inc.php3 index 53d95d82f0..cec009425a 100644 --- a/lang/italian-iso-8859-1.inc.php3 +++ b/lang/italian-iso-8859-1.inc.php3 @@ -630,4 +630,6 @@ $strZip = '"compresso con zip"'; // To translate $strCharset = 'Set di caratteri'; +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/italian-utf-8.inc.php3 b/lang/italian-utf-8.inc.php3 index a84f24d4c3..034283f26a 100644 --- a/lang/italian-utf-8.inc.php3 +++ b/lang/italian-utf-8.inc.php3 @@ -631,4 +631,6 @@ $strZip = '"compresso con zip"'; // To translate $strCharset = 'Set di caratteri'; +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/japanese-euc.inc.php3 b/lang/japanese-euc.inc.php3 index 9a214800ff..dd9a9ce0da 100644 --- a/lang/japanese-euc.inc.php3 +++ b/lang/japanese-euc.inc.php3 @@ -636,4 +636,6 @@ $strShowFullQueries = 'Show Full Queries'; //to translate $strTruncateQueries = 'Truncate Shown Queries'; //to translate $strSwitchToTable = 'Switch to copied table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/japanese-sjis.inc.php3 b/lang/japanese-sjis.inc.php3 index 3411271c65..72578cb448 100644 --- a/lang/japanese-sjis.inc.php3 +++ b/lang/japanese-sjis.inc.php3 @@ -636,4 +636,6 @@ $strShowFullQueries = 'Show Full Queries'; //to translate $strTruncateQueries = 'Truncate Shown Queries'; //to translate $strSwitchToTable = 'Switch to copied table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/japanese-utf-8.inc.php3 b/lang/japanese-utf-8.inc.php3 index f311f68932..a62118b0c3 100644 --- a/lang/japanese-utf-8.inc.php3 +++ b/lang/japanese-utf-8.inc.php3 @@ -637,4 +637,6 @@ $strShowFullQueries = 'Show Full Queries'; //to translate $strTruncateQueries = 'Truncate Shown Queries'; //to translate $strSwitchToTable = 'Switch to copied table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/korean-ks_c_5601-1987.inc.php3 b/lang/korean-ks_c_5601-1987.inc.php3 index 64a168529d..2ee0c49be8 100644 --- a/lang/korean-ks_c_5601-1987.inc.php3 +++ b/lang/korean-ks_c_5601-1987.inc.php3 @@ -650,4 +650,6 @@ $strShowFullQueries = 'Show Full Queries'; //to translate $strTruncateQueries = 'Truncate Shown Queries'; //to translate $strSwitchToTable = 'Switch to copied table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/latvian-utf-8.inc.php3 b/lang/latvian-utf-8.inc.php3 index b14d3d82b3..74ff8c3841 100644 --- a/lang/latvian-utf-8.inc.php3 +++ b/lang/latvian-utf-8.inc.php3 @@ -630,4 +630,6 @@ $strYes = 'Jā'; $strZeroRemovesTheLimit = 'Piezīme: Šo opciju uzstādīšana uz 0 (nulli) atceļ ierobežojumus.'; $strZip = 'Arhivēts ar zip'; +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/latvian-windows-1257.inc.php3 b/lang/latvian-windows-1257.inc.php3 index 035a95b059..7e2a3f9fd7 100644 --- a/lang/latvian-windows-1257.inc.php3 +++ b/lang/latvian-windows-1257.inc.php3 @@ -629,4 +629,6 @@ $strYes = 'J $strZeroRemovesTheLimit = 'Piezme: o opciju uzstdana uz 0 (nulli) atce ierobeojumus.'; $strZip = 'Arhivts ar zip'; +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/lithuanian-utf-8.inc.php3 b/lang/lithuanian-utf-8.inc.php3 index d4840939ad..347dc6bd07 100644 --- a/lang/lithuanian-utf-8.inc.php3 +++ b/lang/lithuanian-utf-8.inc.php3 @@ -629,4 +629,6 @@ $strTransformation_text_plain__imagelink = 'Displays an image and a link, the fi $strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/lithuanian-windows-1257.inc.php3 b/lang/lithuanian-windows-1257.inc.php3 index ace1992d84..ee5314225d 100644 --- a/lang/lithuanian-windows-1257.inc.php3 +++ b/lang/lithuanian-windows-1257.inc.php3 @@ -628,4 +628,6 @@ $strTransformation_text_plain__imagelink = 'Displays an image and a link, the fi $strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/malay-iso-8859-1.inc.php3 b/lang/malay-iso-8859-1.inc.php3 index d6423ac38f..e65cc199ce 100644 --- a/lang/malay-iso-8859-1.inc.php3 +++ b/lang/malay-iso-8859-1.inc.php3 @@ -647,4 +647,6 @@ $strShowFullQueries = 'Show Full Queries'; //to translate $strTruncateQueries = 'Truncate Shown Queries'; //to translate $strSwitchToTable = 'Switch to copied table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/malay-utf-8.inc.php3 b/lang/malay-utf-8.inc.php3 index bac6bc1440..51ea49bd1f 100644 --- a/lang/malay-utf-8.inc.php3 +++ b/lang/malay-utf-8.inc.php3 @@ -648,4 +648,6 @@ $strShowFullQueries = 'Show Full Queries'; //to translate $strTruncateQueries = 'Truncate Shown Queries'; //to translate $strSwitchToTable = 'Switch to copied table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/norwegian-iso-8859-1.inc.php3 b/lang/norwegian-iso-8859-1.inc.php3 index 9ad5498b3f..a54b16dbee 100644 --- a/lang/norwegian-iso-8859-1.inc.php3 +++ b/lang/norwegian-iso-8859-1.inc.php3 @@ -629,4 +629,6 @@ $strZeroRemovesTheLimit = 'Merk: Ved $strZip = 'Komprimert (zip)'; // To translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/norwegian-utf-8.inc.php3 b/lang/norwegian-utf-8.inc.php3 index d119fab284..e532475260 100644 --- a/lang/norwegian-utf-8.inc.php3 +++ b/lang/norwegian-utf-8.inc.php3 @@ -630,4 +630,6 @@ $strZeroRemovesTheLimit = 'Merk: Ved å sette disse til 0 (null) fjerner begrens $strZip = 'Komprimert (zip)'; // To translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/polish-iso-8859-2.inc.php3 b/lang/polish-iso-8859-2.inc.php3 index 7001d0653e..93c8114a3c 100644 --- a/lang/polish-iso-8859-2.inc.php3 +++ b/lang/polish-iso-8859-2.inc.php3 @@ -625,4 +625,6 @@ $strZeroRemovesTheLimit = 'Uwaga: Ustawienie tych opcji na 0 (zero) usuwa ograni $strZip = '".zip"'; // To translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/polish-utf-8.inc.php3 b/lang/polish-utf-8.inc.php3 index 1ee70b1a1b..c2a240bb73 100644 --- a/lang/polish-utf-8.inc.php3 +++ b/lang/polish-utf-8.inc.php3 @@ -626,4 +626,6 @@ $strZeroRemovesTheLimit = 'Uwaga: Ustawienie tych opcji na 0 (zero) usuwa ograni $strZip = '".zip"'; // To translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/portuguese-iso-8859-1.inc.php3 b/lang/portuguese-iso-8859-1.inc.php3 index e3ec29a670..1f2ee9939a 100644 --- a/lang/portuguese-iso-8859-1.inc.php3 +++ b/lang/portuguese-iso-8859-1.inc.php3 @@ -647,4 +647,6 @@ $strShowFullQueries = 'Show Full Queries'; //to translate $strTruncateQueries = 'Truncate Shown Queries'; //to translate $strSwitchToTable = 'Switch to copied table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/portuguese-utf-8.inc.php3 b/lang/portuguese-utf-8.inc.php3 index 6a36fc15bc..eb3ee8a697 100644 --- a/lang/portuguese-utf-8.inc.php3 +++ b/lang/portuguese-utf-8.inc.php3 @@ -648,4 +648,6 @@ $strShowFullQueries = 'Show Full Queries'; //to translate $strTruncateQueries = 'Truncate Shown Queries'; //to translate $strSwitchToTable = 'Switch to copied table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/romanian-iso-8859-1.inc.php3 b/lang/romanian-iso-8859-1.inc.php3 index b4ca3c4ae5..8b5a0710ac 100644 --- a/lang/romanian-iso-8859-1.inc.php3 +++ b/lang/romanian-iso-8859-1.inc.php3 @@ -626,4 +626,6 @@ $strZeroRemovesTheLimit = 'Observatie: Prin setarea acestor optiuni la 0 (zero) $strZip = '"arhivat"'; // To translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/romanian-utf-8.inc.php3 b/lang/romanian-utf-8.inc.php3 index 45db6e8cb9..b7bea0093e 100644 --- a/lang/romanian-utf-8.inc.php3 +++ b/lang/romanian-utf-8.inc.php3 @@ -627,4 +627,6 @@ $strZeroRemovesTheLimit = 'Observatie: Prin setarea acestor optiuni la 0 (zero) $strZip = '"arhivat"'; // To translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/russian-dos-866.inc.php3 b/lang/russian-dos-866.inc.php3 index 0dd2a7f74d..026450b401 100644 --- a/lang/russian-dos-866.inc.php3 +++ b/lang/russian-dos-866.inc.php3 @@ -634,4 +634,6 @@ $strShowFullQueries = 'Show Full Queries'; //to translate $strTruncateQueries = 'Truncate Shown Queries'; //to translate $strSwitchToTable = 'Switch to copied table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/russian-koi8-r.inc.php3 b/lang/russian-koi8-r.inc.php3 index b9a2467b85..e21051f0ff 100644 --- a/lang/russian-koi8-r.inc.php3 +++ b/lang/russian-koi8-r.inc.php3 @@ -632,4 +632,6 @@ $strShowFullQueries = 'Show Full Queries'; //to translate $strTruncateQueries = 'Truncate Shown Queries'; //to translate $strSwitchToTable = 'Switch to copied table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/russian-utf-8.inc.php3 b/lang/russian-utf-8.inc.php3 index b64ebb12eb..33d3f0779b 100644 --- a/lang/russian-utf-8.inc.php3 +++ b/lang/russian-utf-8.inc.php3 @@ -633,4 +633,6 @@ $strShowFullQueries = 'Show Full Queries'; //to translate $strTruncateQueries = 'Truncate Shown Queries'; //to translate $strSwitchToTable = 'Switch to copied table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/russian-windows-1251.inc.php3 b/lang/russian-windows-1251.inc.php3 index 5f9ada10ed..976814235f 100644 --- a/lang/russian-windows-1251.inc.php3 +++ b/lang/russian-windows-1251.inc.php3 @@ -632,4 +632,6 @@ $strShowFullQueries = 'Show Full Queries'; //to translate $strTruncateQueries = 'Truncate Shown Queries'; //to translate $strSwitchToTable = 'Switch to copied table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/serbian-utf-8.inc.php3 b/lang/serbian-utf-8.inc.php3 index 24b9a836d4..d5290e87d6 100644 --- a/lang/serbian-utf-8.inc.php3 +++ b/lang/serbian-utf-8.inc.php3 @@ -654,4 +654,6 @@ $strShowFullQueries = 'Show Full Queries'; //to translate $strTruncateQueries = 'Truncate Shown Queries'; //to translate $strSwitchToTable = 'Switch to copied table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/serbian-windows-1250.inc.php3 b/lang/serbian-windows-1250.inc.php3 index 00daeee339..19d61afcbd 100644 --- a/lang/serbian-windows-1250.inc.php3 +++ b/lang/serbian-windows-1250.inc.php3 @@ -653,4 +653,6 @@ $strShowFullQueries = 'Show Full Queries'; //to translate $strTruncateQueries = 'Truncate Shown Queries'; //to translate $strSwitchToTable = 'Switch to copied table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/slovak-iso-8859-2.inc.php3 b/lang/slovak-iso-8859-2.inc.php3 index 60df76a678..0d93147163 100644 --- a/lang/slovak-iso-8859-2.inc.php3 +++ b/lang/slovak-iso-8859-2.inc.php3 @@ -625,4 +625,6 @@ $strShowFullQueries = 'Show Full Queries'; //to translate $strTruncateQueries = 'Truncate Shown Queries'; //to translate $strSwitchToTable = 'Switch to copied table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/slovak-utf-8.inc.php3 b/lang/slovak-utf-8.inc.php3 index 30aac4bda2..8a81defe3c 100644 --- a/lang/slovak-utf-8.inc.php3 +++ b/lang/slovak-utf-8.inc.php3 @@ -626,4 +626,6 @@ $strShowFullQueries = 'Show Full Queries'; //to translate $strTruncateQueries = 'Truncate Shown Queries'; //to translate $strSwitchToTable = 'Switch to copied table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/slovak-windows-1250.inc.php3 b/lang/slovak-windows-1250.inc.php3 index 4e95ddde72..396cc223b5 100644 --- a/lang/slovak-windows-1250.inc.php3 +++ b/lang/slovak-windows-1250.inc.php3 @@ -625,4 +625,6 @@ $strShowFullQueries = 'Show Full Queries'; //to translate $strTruncateQueries = 'Truncate Shown Queries'; //to translate $strSwitchToTable = 'Switch to copied table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/slovenian-iso-8859-2.inc.php3 b/lang/slovenian-iso-8859-2.inc.php3 index 7c2561fb3c..4a11adfe41 100644 --- a/lang/slovenian-iso-8859-2.inc.php3 +++ b/lang/slovenian-iso-8859-2.inc.php3 @@ -631,4 +631,6 @@ $strTruncateQueries = 'Truncate Shown Queries'; //to translate $strUseHostTable = 'Use Host Table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/slovenian-utf-8.inc.php3 b/lang/slovenian-utf-8.inc.php3 index 04aef70854..9a7ace81fc 100644 --- a/lang/slovenian-utf-8.inc.php3 +++ b/lang/slovenian-utf-8.inc.php3 @@ -632,4 +632,6 @@ $strTruncateQueries = 'Truncate Shown Queries'; //to translate $strUseHostTable = 'Use Host Table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/slovenian-windows-1250.inc.php3 b/lang/slovenian-windows-1250.inc.php3 index affac5044f..3ecebede93 100644 --- a/lang/slovenian-windows-1250.inc.php3 +++ b/lang/slovenian-windows-1250.inc.php3 @@ -631,4 +631,6 @@ $strTruncateQueries = 'Truncate Shown Queries'; //to translate $strUseHostTable = 'Use Host Table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/spanish-iso-8859-1.inc.php3 b/lang/spanish-iso-8859-1.inc.php3 index 8b22e0a98b..1ebefa107b 100644 --- a/lang/spanish-iso-8859-1.inc.php3 +++ b/lang/spanish-iso-8859-1.inc.php3 @@ -625,4 +625,6 @@ $strZip = '"comprimido con zip"'; // To translate $strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/spanish-utf-8.inc.php3 b/lang/spanish-utf-8.inc.php3 index c7d0103a41..cd5fadf951 100644 --- a/lang/spanish-utf-8.inc.php3 +++ b/lang/spanish-utf-8.inc.php3 @@ -626,4 +626,6 @@ $strZip = '"comprimido con zip"'; // To translate $strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/swedish-iso-8859-1.inc.php3 b/lang/swedish-iso-8859-1.inc.php3 index f970c267d5..59376e684a 100644 --- a/lang/swedish-iso-8859-1.inc.php3 +++ b/lang/swedish-iso-8859-1.inc.php3 @@ -625,4 +625,6 @@ $strZeroRemovesTheLimit = 'Anm: Genom att s $strZip = '"zippad"'; // To translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/swedish-utf-8.inc.php3 b/lang/swedish-utf-8.inc.php3 index f352ce0107..5bba6fae79 100644 --- a/lang/swedish-utf-8.inc.php3 +++ b/lang/swedish-utf-8.inc.php3 @@ -626,4 +626,6 @@ $strZeroRemovesTheLimit = 'Anm: Genom att sätta dessa alternativ till 0 (noll) $strZip = '"zippad"'; // To translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/thai-tis-620.inc.php3 b/lang/thai-tis-620.inc.php3 index 9f6d693a79..1d13b94deb 100644 --- a/lang/thai-tis-620.inc.php3 +++ b/lang/thai-tis-620.inc.php3 @@ -636,4 +636,6 @@ $strTransformation_text_plain__substr = ' $strUseHostTable = 'Use Host Table'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/thai-utf-8.inc.php3 b/lang/thai-utf-8.inc.php3 index bb4ae4f125..3c8fe05ac7 100644 --- a/lang/thai-utf-8.inc.php3 +++ b/lang/thai-utf-8.inc.php3 @@ -637,4 +637,6 @@ $strTransformation_text_plain__substr = 'แสดงข้อความบา $strUseHostTable = 'Use Host Table'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/turkish-iso-8859-9.inc.php3 b/lang/turkish-iso-8859-9.inc.php3 index 0319f22f4d..24eafc7851 100644 --- a/lang/turkish-iso-8859-9.inc.php3 +++ b/lang/turkish-iso-8859-9.inc.php3 @@ -649,4 +649,6 @@ $strShowFullQueries = 'Show Full Queries'; //to translate $strTruncateQueries = 'Truncate Shown Queries'; //to translate $strSwitchToTable = 'Switch to copied table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/turkish-utf-8.inc.php3 b/lang/turkish-utf-8.inc.php3 index 5bd8116687..220bddfe28 100644 --- a/lang/turkish-utf-8.inc.php3 +++ b/lang/turkish-utf-8.inc.php3 @@ -650,4 +650,6 @@ $strShowFullQueries = 'Show Full Queries'; //to translate $strTruncateQueries = 'Truncate Shown Queries'; //to translate $strSwitchToTable = 'Switch to copied table'; //to translate $strCharset = 'Charset'; //to translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/ukrainian-utf-8.inc.php3 b/lang/ukrainian-utf-8.inc.php3 index 4f16feda2e..b24ec7f625 100644 --- a/lang/ukrainian-utf-8.inc.php3 +++ b/lang/ukrainian-utf-8.inc.php3 @@ -627,4 +627,6 @@ $strZeroRemovesTheLimit = 'Примітка: Встановлення цієї $strZip = 'запакувати в "zip"'; // To translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/lang/ukrainian-windows-1251.inc.php3 b/lang/ukrainian-windows-1251.inc.php3 index 5a29440954..a12c8eb364 100644 --- a/lang/ukrainian-windows-1251.inc.php3 +++ b/lang/ukrainian-windows-1251.inc.php3 @@ -626,4 +626,6 @@ $strZeroRemovesTheLimit = ' $strZip = ' "zip"'; // To translate +$strLaTeXOptions = 'LaTeX options'; //to translate +$strRelations = 'Relations'; //to translate ?> diff --git a/libraries/build_dump.lib.php3 b/libraries/build_dump.lib.php3 index 633933ba50..6296211cfc 100644 --- a/libraries/build_dump.lib.php3 +++ b/libraries/build_dump.lib.php3 @@ -755,10 +755,10 @@ if (!defined('PMA_BUILD_DUMP_LIB_INCLUDED')){ * * @param string the database name * @param string the table name - * @param string the environment name to be used for the table * @param integer the offset on this table * @param integer the last row to get * @param string the end of line sequence + * @param bool whether to show column headers * @param string the url to go back in case of error * @param string sql query (optional) * @@ -766,7 +766,7 @@ if (!defined('PMA_BUILD_DUMP_LIB_INCLUDED')){ * * @access public */ - function PMA_getTableLatex($db, $table, $environment, $limit_from, $limit_to, $crlf, $error_url, $sql_query) { + function PMA_getTableLaTeX($db, $table, $limit_from, $limit_to, $crlf, $do_columns, $error_url, $sql_query) { $local_query = 'SHOW COLUMNS FROM ' . PMA_backquote($table) . ' FROM ' . PMA_backquote($db); $result = PMA_mysql_query($local_query) or PMA_mysqlDie('', $local_query, '', $error_url); @@ -788,7 +788,8 @@ if (!defined('PMA_BUILD_DUMP_LIB_INCLUDED')){ } $result = PMA_mysql_query($local_query) or PMA_mysqlDie('', $local_query, '', $error_url); - $buffer = '\\begin{table} ' . $crlf + $buffer = $crlf . '%' . $crlf . '% ' . $GLOBALS['strData'] . $crlf . '%' . $crlf + . '\\begin{table} ' . $crlf . ' \\begin{longtable}{|'; for($index=0;$index<$columns_cnt;$index++) { @@ -797,6 +798,17 @@ if (!defined('PMA_BUILD_DUMP_LIB_INCLUDED')){ $buffer .= '} ' . $crlf ; $buffer .= ' \\hline \\endhead \\hline \\endfoot \\hline ' . $crlf; + + // show column names + if ($do_columns) { + $local_buffer = implode("\000", $columns); + for($k=0;$k 0) { + $have_rel = TRUE; + } else { + $have_rel = FALSE; + } + } + else { + $have_rel = FALSE; + } // end if + /** + * Displays the table structure + */ + $buffer = $crlf . '%' . $crlf . '% ' . $GLOBALS['strStructure'] . $crlf . '%' . $crlf + . '\\begin{table} ' . $crlf + . ' \\begin{longtable}{|'; + + $columns_cnt = 4; + if ($do_relation && $have_rel) { + $columns_cnt++; + } + if ($do_comments && $cfgRelation['commwork']) { + $columns_cnt++; + } + if ($do_mime && $cfgRelation['mimework']) { + $columns_cnt++; + } + for($index=0;$index<$columns_cnt;$index++) { + $buffer .= 'c|'; + } + $buffer .= '} ' . $crlf ; + + $buffer .= ' \\hline \\endhead \\hline \\endfoot \\hline ' . $crlf; + + $buffer .= $GLOBALS['strField'] . ' & ' . $GLOBALS['strType'] . ' & ' . $GLOBALS['strNull'] . ' & ' . $GLOBALS['strDefault']; + if ($do_relation && $have_rel) { + $buffer .= ' & ' . $GLOBALS['strLinksTo']; + } + if ($do_comments && $cfgRelation['commwork']) { + $buffer .= ' & ' . $GLOBALS['strComments']; + $comments = PMA_getComments($db, $table); + } + if ($do_mime && $cfgRelation['mimework']) { + $buffer .= ' & MIME'; + $mime_map = PMA_getMIME($db, $table, true); + } + $buffer .= ' \\\\ \\hline \\hline ' . $crlf; + + while ($row = PMA_mysql_fetch_array($result)) { + + $type = $row['Type']; + // reformat mysql query output - staybyte - 9. June 2001 + // loic1: set or enum types: slashes single quotes inside options + if (eregi('^(set|enum)\((.+)\)$', $type, $tmp)) { + $tmp[2] = substr(ereg_replace('([^,])\'\'', '\\1\\\'', ',' . $tmp[2]), 1); + $type = $tmp[1] . '(' . str_replace(',', ', ', $tmp[2]) . ')'; + $type_nowrap = ''; + + $binary = 0; + $unsigned = 0; + $zerofill = 0; + } else { + $type_nowrap = ' nowrap="nowrap"'; + $type = eregi_replace('BINARY', '', $type); + $type = eregi_replace('ZEROFILL', '', $type); + $type = eregi_replace('UNSIGNED', '', $type); + if (empty($type)) { + $type = ' '; + } + + $binary = eregi('BINARY', $row['Type'], $test); + $unsigned = eregi('UNSIGNED', $row['Type'], $test); + $zerofill = eregi('ZEROFILL', $row['Type'], $test); + } + $strAttribute = ' '; + if ($binary) { + $strAttribute = 'BINARY'; + } + if ($unsigned) { + $strAttribute = 'UNSIGNED'; + } + if ($zerofill) { + $strAttribute = 'UNSIGNED ZEROFILL'; + } + if (!isset($row['Default'])) { + if ($row['Null'] != '') { + $row['Default'] = 'NULL'; + } + } else { + $row['Default'] = $row['Default']; + } + $field_name = $row['Field']; + + $local_buffer = $field_name . "\000" . $type . "\000" . (($row['Null'] == '') ? $GLOBALS['strNo'] : $GLOBALS['strYes']) . "\000" . (isset($row['Default']) ? $row['Default'] : ''); + + if ($do_relation && $have_rel) { + $local_buffer .= "\000"; + if (isset($res_rel[$field_name])) { + $local_buffer .= $res_rel[$field_name]['foreign_table'] . ' -> ' . $res_rel[$field_name]['foreign_field']; + } + } + if ($do_comments && $cfgRelation['commwork']) { + $local_buffer .= "\000"; + if (isset($comments[$field_name])) { + $local_buffer .= $comments[$field_name]; + } + } + if ($do_mime && $cfgRelation['mimework']) { + $local_buffer .= "\000"; + if (isset($mime_map[$field_name])) { + $local_buffer .= str_replace('_', '/', $mime_map[$field_name]['mimetype']); + } + } + for($k=0;$k diff --git a/libraries/display_export.lib.php3 b/libraries/display_export.lib.php3 index 0648b9eeb5..4abb65f999 100644 --- a/libraries/display_export.lib.php3 +++ b/libraries/display_export.lib.php3 @@ -42,6 +42,7 @@ if (isset($sql_query)) { gE("csv_options").style.display = 'none'; + gE("latex_options").style.display = 'none'; gE("sql_options").style.display = 'none'; gE("none_options").style.display = 'none'; } @@ -68,19 +69,8 @@ if (isset($sql_query)) {

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

+ +
() @@ -152,6 +144,59 @@ echo "\n";
+ + +
+ + + +
+ + +
+
+ + +
+ + +
+ + +
+ +
+ + +
+ + +
+
+ +
+
+
+ + gE('csv_options').style.display = 'none'; + gE('latex_options').style.display = 'none'; gE('sql_options').style.display = 'none'; gE('none_options').style.display = 'none'; if (document.getElementById('radio_dump_sql').checked) { gE('sql_options').style.display = 'block'; + } else if (document.getElementById('radio_dump_latex').checked) { + gE('latex_options').style.display = 'block'; } else if (document.getElementById('radio_dump_csv').checked) { gE('csv_options').style.display = 'block'; diff --git a/tbl_dump.php3 b/tbl_dump.php3 index b2fb8259b8..7f76398316 100755 --- a/tbl_dump.php3 +++ b/tbl_dump.php3 @@ -333,8 +333,16 @@ else { || (!isset($tmp_select) && !empty($table))) { // to do: add option for the formatting ( c, l, r, p) - $dump_buffer .= PMA_getTableLatex($db, $table, $environment, $limit_from, $limit_to, $crlf, $err_url, - (isset($sql_query)?urldecode($sql_query):'')); + if (isset($ltx_structure) && $sql_structure == 'structure') { + $dump_buffer .= PMA_getTableStructureLaTeX($db, $table, $crlf, $err_url, + isset($ltx_relation) && $ltx_relation == 'yes', + isset($ltx_comments) && $ltx_comments == 'yes', + isset($ltx_mime) && $ltx_mime == 'yes' + ); + } + if (isset($ltx_data) && $sql_data == 'data') { + $dump_buffer .= PMA_getTableLaTeX($db, $table, $limit_from, $limit_to, $crlf, isset($ltx_showcolumns) && $ltx_showcolumns == 'yes', $err_url, (isset($sql_query)?urldecode($sql_query):'')); + } } $i++; }