diff --git a/ChangeLog b/ChangeLog index f13a943be..b223d6ad2 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,11 @@ phpMyAdmin - Changelog $Id$ $Source$ +2003-08-25 Michal Cihar + * config.inc.php3, lang/*, libraries/config_import.lib.php3, + libraries/display_export.lib.php3, libraries/export/latex.php3: Improved + LaTeX export (patch #777451). + 2003-08-25 Michal Cihar * lang/czech: Updated. diff --git a/config.inc.php3 b/config.inc.php3 index 02b9cd194..e83e28255 100755 --- a/config.inc.php3 +++ b/config.inc.php3 @@ -313,6 +313,9 @@ $cfg['Export']['latex_relation'] = TRUE; $cfg['Export']['latex_comments'] = TRUE; $cfg['Export']['latex_mime'] = TRUE; $cfg['Export']['latex_null'] = '\textit{NULL}'; +$cfg['Export']['latex_caption'] = TRUE; +$cfg['Export']['latex_data_label'] = 'tab:__TABLE__-data'; +$cfg['Export']['latex_structure_label'] = 'tab:__TABLE__-structure'; $cfg['Export']['sql_structure'] = TRUE; $cfg['Export']['sql_data'] = TRUE; diff --git a/lang/afrikaans-iso-8859-1.inc.php3 b/lang/afrikaans-iso-8859-1.inc.php3 index 64f4c4e22..12bb1fa4b 100644 --- a/lang/afrikaans-iso-8859-1.inc.php3 +++ b/lang/afrikaans-iso-8859-1.inc.php3 @@ -710,4 +710,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/afrikaans-utf-8.inc.php3 b/lang/afrikaans-utf-8.inc.php3 index c9a94d1f4..b20ae9daa 100644 --- a/lang/afrikaans-utf-8.inc.php3 +++ b/lang/afrikaans-utf-8.inc.php3 @@ -711,4 +711,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/albanian-iso-8859-1.inc.php3 b/lang/albanian-iso-8859-1.inc.php3 index 32787cdc8..b3f5ddd1e 100644 --- a/lang/albanian-iso-8859-1.inc.php3 +++ b/lang/albanian-iso-8859-1.inc.php3 @@ -702,4 +702,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/albanian-utf-8.inc.php3 b/lang/albanian-utf-8.inc.php3 index c97c18451..399fc7754 100644 --- a/lang/albanian-utf-8.inc.php3 +++ b/lang/albanian-utf-8.inc.php3 @@ -703,4 +703,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/arabic-utf-8.inc.php3 b/lang/arabic-utf-8.inc.php3 index 284d4ee79..c1cc2f4b6 100644 --- a/lang/arabic-utf-8.inc.php3 +++ b/lang/arabic-utf-8.inc.php3 @@ -726,4 +726,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/arabic-windows-1256.inc.php3 b/lang/arabic-windows-1256.inc.php3 index 46c0c96e8..240bd9d33 100644 --- a/lang/arabic-windows-1256.inc.php3 +++ b/lang/arabic-windows-1256.inc.php3 @@ -725,4 +725,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/brazilian_portuguese-iso-8859-1.inc.php3 b/lang/brazilian_portuguese-iso-8859-1.inc.php3 index a6cf86544..0b6e375d0 100644 --- a/lang/brazilian_portuguese-iso-8859-1.inc.php3 +++ b/lang/brazilian_portuguese-iso-8859-1.inc.php3 @@ -724,4 +724,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/brazilian_portuguese-utf-8.inc.php3 b/lang/brazilian_portuguese-utf-8.inc.php3 index 317c26549..6801150cb 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php3 +++ b/lang/brazilian_portuguese-utf-8.inc.php3 @@ -725,4 +725,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/bulgarian-koi8-r.inc.php3 b/lang/bulgarian-koi8-r.inc.php3 index 05fffa560..a3d3134e7 100644 --- a/lang/bulgarian-koi8-r.inc.php3 +++ b/lang/bulgarian-koi8-r.inc.php3 @@ -705,4 +705,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/bulgarian-utf-8.inc.php3 b/lang/bulgarian-utf-8.inc.php3 index 4f74568ec..b9fe57fbd 100644 --- a/lang/bulgarian-utf-8.inc.php3 +++ b/lang/bulgarian-utf-8.inc.php3 @@ -706,4 +706,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/bulgarian-windows-1251.inc.php3 b/lang/bulgarian-windows-1251.inc.php3 index 6a0dd0324..fbd625e96 100644 --- a/lang/bulgarian-windows-1251.inc.php3 +++ b/lang/bulgarian-windows-1251.inc.php3 @@ -705,4 +705,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/catalan-iso-8859-1.inc.php3 b/lang/catalan-iso-8859-1.inc.php3 index 19156f666..c3030f7cb 100644 --- a/lang/catalan-iso-8859-1.inc.php3 +++ b/lang/catalan-iso-8859-1.inc.php3 @@ -697,4 +697,12 @@ $strZip = '"comprimit amb zip"'; $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/catalan-utf-8.inc.php3 b/lang/catalan-utf-8.inc.php3 index b655e68b7..484e86c45 100644 --- a/lang/catalan-utf-8.inc.php3 +++ b/lang/catalan-utf-8.inc.php3 @@ -698,4 +698,12 @@ $strZip = '"comprimit amb zip"'; $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/chinese_big5-utf-8.inc.php3 b/lang/chinese_big5-utf-8.inc.php3 index 78ebf8475..0f2664ba8 100644 --- a/lang/chinese_big5-utf-8.inc.php3 +++ b/lang/chinese_big5-utf-8.inc.php3 @@ -708,4 +708,12 @@ $strWindowNotFound = 'The target browser window could not be updated. Maybe you $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/chinese_big5.inc.php3 b/lang/chinese_big5.inc.php3 index f718c1cb1..7d2e8b7dd 100644 --- a/lang/chinese_big5.inc.php3 +++ b/lang/chinese_big5.inc.php3 @@ -707,4 +707,12 @@ $strWindowNotFound = 'The target browser window could not be updated. Maybe you $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/chinese_gb-utf-8.inc.php3 b/lang/chinese_gb-utf-8.inc.php3 index 230b7b923..fcf95f376 100644 --- a/lang/chinese_gb-utf-8.inc.php3 +++ b/lang/chinese_gb-utf-8.inc.php3 @@ -702,4 +702,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/chinese_gb.inc.php3 b/lang/chinese_gb.inc.php3 index 9413c6ff8..636258cbf 100644 --- a/lang/chinese_gb.inc.php3 +++ b/lang/chinese_gb.inc.php3 @@ -701,4 +701,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/croatian-iso-8859-2.inc.php3 b/lang/croatian-iso-8859-2.inc.php3 index 6dcd345e6..0d0a47ed2 100644 --- a/lang/croatian-iso-8859-2.inc.php3 +++ b/lang/croatian-iso-8859-2.inc.php3 @@ -723,4 +723,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/croatian-utf-8.inc.php3 b/lang/croatian-utf-8.inc.php3 index 49f1031b7..1a56b1b05 100644 --- a/lang/croatian-utf-8.inc.php3 +++ b/lang/croatian-utf-8.inc.php3 @@ -724,4 +724,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/croatian-windows-1250.inc.php3 b/lang/croatian-windows-1250.inc.php3 index 9fadc84e1..e1e61aca9 100644 --- a/lang/croatian-windows-1250.inc.php3 +++ b/lang/croatian-windows-1250.inc.php3 @@ -723,4 +723,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/czech-iso-8859-2.inc.php3 b/lang/czech-iso-8859-2.inc.php3 index 4aeae77db..2a49650bf 100644 --- a/lang/czech-iso-8859-2.inc.php3 +++ b/lang/czech-iso-8859-2.inc.php3 @@ -316,6 +316,13 @@ $strKorean = 'Korej $strLaTeX = 'LaTeX'; $strLaTeXOptions = 'Nastavení exportu do LaTeXu'; $strLandscape = 'Na ąířku'; +$strLatexCaption = 'Titulek tabulky'; +$strLatexContent = 'Obsah tabulky __TABLE__'; +$strLatexContinued = '(pokračování)'; +$strLatexContinuedCaption = 'Titulek pokračování tabulky'; +$strLatexIncludeCaption = 'Pouľít titulek tabulky'; +$strLatexLabel = 'Návěstí'; +$strLatexStructure = 'Struktura tabulky __TABLE__'; $strLength = 'Délka'; $strLengthSet = 'Délka/Mnoľina*'; $strLimitNumRows = 'záznamů na stránku'; diff --git a/lang/czech-utf-8.inc.php3 b/lang/czech-utf-8.inc.php3 index d2be5c293..b70f87fac 100644 --- a/lang/czech-utf-8.inc.php3 +++ b/lang/czech-utf-8.inc.php3 @@ -317,6 +317,13 @@ $strKorean = 'Korejština'; $strLaTeX = 'LaTeX'; $strLaTeXOptions = 'NastavenĂ­ exportu do LaTeXu'; $strLandscape = 'Na šířku'; +$strLatexCaption = 'Titulek tabulky'; +$strLatexContent = 'Obsah tabulky __TABLE__'; +$strLatexContinued = '(pokraÄŤovánĂ­)'; +$strLatexContinuedCaption = 'Titulek pokraÄŤovánĂ­ tabulky'; +$strLatexIncludeCaption = 'Použít titulek tabulky'; +$strLatexLabel = 'NávÄ›stĂ­'; +$strLatexStructure = 'Struktura tabulky __TABLE__'; $strLength = 'DĂ©lka'; $strLengthSet = 'DĂ©lka/MnoĹľina*'; $strLimitNumRows = 'záznamĹŻ na stránku'; diff --git a/lang/czech-windows-1250.inc.php3 b/lang/czech-windows-1250.inc.php3 index 6303e3843..75a29410f 100644 --- a/lang/czech-windows-1250.inc.php3 +++ b/lang/czech-windows-1250.inc.php3 @@ -316,6 +316,13 @@ $strKorean = 'Korej $strLaTeX = 'LaTeX'; $strLaTeXOptions = 'Nastavení exportu do LaTeXu'; $strLandscape = 'Na šířku'; +$strLatexCaption = 'Titulek tabulky'; +$strLatexContent = 'Obsah tabulky __TABLE__'; +$strLatexContinued = '(pokračování)'; +$strLatexContinuedCaption = 'Titulek pokračování tabulky'; +$strLatexIncludeCaption = 'Použít titulek tabulky'; +$strLatexLabel = 'Návěstí'; +$strLatexStructure = 'Struktura tabulky __TABLE__'; $strLength = 'Délka'; $strLengthSet = 'Délka/Množina*'; $strLimitNumRows = 'záznamů na stránku'; diff --git a/lang/danish-iso-8859-1.inc.php3 b/lang/danish-iso-8859-1.inc.php3 index 2ce36de85..87bb8afe1 100644 --- a/lang/danish-iso-8859-1.inc.php3 +++ b/lang/danish-iso-8859-1.inc.php3 @@ -718,4 +718,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/danish-utf-8.inc.php3 b/lang/danish-utf-8.inc.php3 index 2eb13590b..63b14cba8 100644 --- a/lang/danish-utf-8.inc.php3 +++ b/lang/danish-utf-8.inc.php3 @@ -719,4 +719,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/dutch-iso-8859-1.inc.php3 b/lang/dutch-iso-8859-1.inc.php3 index ad7a8b519..293e9143b 100644 --- a/lang/dutch-iso-8859-1.inc.php3 +++ b/lang/dutch-iso-8859-1.inc.php3 @@ -713,4 +713,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/dutch-utf-8.inc.php3 b/lang/dutch-utf-8.inc.php3 index 582b96494..45922eece 100644 --- a/lang/dutch-utf-8.inc.php3 +++ b/lang/dutch-utf-8.inc.php3 @@ -714,4 +714,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/english-iso-8859-1.inc.php3 b/lang/english-iso-8859-1.inc.php3 index c998dbe09..49527c5ac 100644 --- a/lang/english-iso-8859-1.inc.php3 +++ b/lang/english-iso-8859-1.inc.php3 @@ -310,6 +310,13 @@ $strKorean = 'Korean'; $strLaTeX = 'LaTeX'; $strLaTeXOptions = 'LaTeX options'; $strLandscape = 'Landscape'; +$strLatexCaption = 'Table caption'; +$strLatexContent = 'Content of table __TABLE__'; +$strLatexContinued = '(continued)'; +$strLatexContinuedCaption = 'Continued table caption'; +$strLatexIncludeCaption = 'Include table caption'; +$strLatexLabel = 'Label key'; +$strLatexStructure = 'Structure of table __TABLE__'; $strLength = 'Length'; $strLengthSet = 'Length/Values*'; $strLimitNumRows = 'Number of rows per page'; diff --git a/lang/english-utf-8.inc.php3 b/lang/english-utf-8.inc.php3 index 0ac2f28ef..3911845ce 100644 --- a/lang/english-utf-8.inc.php3 +++ b/lang/english-utf-8.inc.php3 @@ -311,6 +311,13 @@ $strKorean = 'Korean'; $strLaTeX = 'LaTeX'; $strLaTeXOptions = 'LaTeX options'; $strLandscape = 'Landscape'; +$strLatexCaption = 'Table caption'; +$strLatexContent = 'Content of table __TABLE__'; +$strLatexContinued = '(continued)'; +$strLatexContinuedCaption = 'Continued table caption'; +$strLatexIncludeCaption = 'Include table caption'; +$strLatexLabel = 'Label key'; +$strLatexStructure = 'Structure of table __TABLE__'; $strLength = 'Length'; $strLengthSet = 'Length/Values*'; $strLimitNumRows = 'Number of rows per page'; diff --git a/lang/estonian-iso-8859-1.inc.php3 b/lang/estonian-iso-8859-1.inc.php3 index 0401f55e5..9ac300b5e 100644 --- a/lang/estonian-iso-8859-1.inc.php3 +++ b/lang/estonian-iso-8859-1.inc.php3 @@ -697,4 +697,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/estonian-utf-8.inc.php3 b/lang/estonian-utf-8.inc.php3 index 6f72f8aa5..074852b32 100644 --- a/lang/estonian-utf-8.inc.php3 +++ b/lang/estonian-utf-8.inc.php3 @@ -698,4 +698,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/finnish-iso-8859-1.inc.php3 b/lang/finnish-iso-8859-1.inc.php3 index 005864e35..170fc77ce 100644 --- a/lang/finnish-iso-8859-1.inc.php3 +++ b/lang/finnish-iso-8859-1.inc.php3 @@ -720,4 +720,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/finnish-utf-8.inc.php3 b/lang/finnish-utf-8.inc.php3 index 194b1acd1..94c645c3f 100644 --- a/lang/finnish-utf-8.inc.php3 +++ b/lang/finnish-utf-8.inc.php3 @@ -721,4 +721,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/french-iso-8859-1.inc.php3 b/lang/french-iso-8859-1.inc.php3 index 212b922da..2247dabe9 100644 --- a/lang/french-iso-8859-1.inc.php3 +++ b/lang/french-iso-8859-1.inc.php3 @@ -698,4 +698,12 @@ $strZip = '"zipp $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/french-utf-8.inc.php3 b/lang/french-utf-8.inc.php3 index bf181431b..10e016e63 100644 --- a/lang/french-utf-8.inc.php3 +++ b/lang/french-utf-8.inc.php3 @@ -699,4 +699,12 @@ $strZip = '"zippĂ©"'; $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/galician-iso-8859-1.inc.php3 b/lang/galician-iso-8859-1.inc.php3 index 3e3862ec2..ba16b53d3 100644 --- a/lang/galician-iso-8859-1.inc.php3 +++ b/lang/galician-iso-8859-1.inc.php3 @@ -702,4 +702,12 @@ $strZip = 'comprimido no formato "zip"'; $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/galician-utf-8.inc.php3 b/lang/galician-utf-8.inc.php3 index 9860ad061..16c5ba410 100644 --- a/lang/galician-utf-8.inc.php3 +++ b/lang/galician-utf-8.inc.php3 @@ -703,4 +703,12 @@ $strZip = 'comprimido no formato "zip"'; $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/georgian-utf-8.inc.php3 b/lang/georgian-utf-8.inc.php3 index bf2cfc27d..4fa49cfe7 100644 --- a/lang/georgian-utf-8.inc.php3 +++ b/lang/georgian-utf-8.inc.php3 @@ -724,4 +724,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/german-iso-8859-1.inc.php3 b/lang/german-iso-8859-1.inc.php3 index d37f41770..3fc99f632 100644 --- a/lang/german-iso-8859-1.inc.php3 +++ b/lang/german-iso-8859-1.inc.php3 @@ -705,4 +705,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/german-utf-8.inc.php3 b/lang/german-utf-8.inc.php3 index b3ef67052..a504ec94e 100644 --- a/lang/german-utf-8.inc.php3 +++ b/lang/german-utf-8.inc.php3 @@ -706,4 +706,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/greek-iso-8859-7.inc.php3 b/lang/greek-iso-8859-7.inc.php3 index 1f36ec440..439415bdc 100644 --- a/lang/greek-iso-8859-7.inc.php3 +++ b/lang/greek-iso-8859-7.inc.php3 @@ -704,4 +704,12 @@ $strCollation = 'Collation'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/greek-utf-8.inc.php3 b/lang/greek-utf-8.inc.php3 index 392bf0f48..4774639a8 100644 --- a/lang/greek-utf-8.inc.php3 +++ b/lang/greek-utf-8.inc.php3 @@ -705,4 +705,12 @@ $strCollation = 'Collation'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/hebrew-iso-8859-8-i.inc.php3 b/lang/hebrew-iso-8859-8-i.inc.php3 index a6ad5a75e..d0e8f076a 100644 --- a/lang/hebrew-iso-8859-8-i.inc.php3 +++ b/lang/hebrew-iso-8859-8-i.inc.php3 @@ -720,4 +720,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/hindi-utf-8.inc.php3 b/lang/hindi-utf-8.inc.php3 index 7cb517c3b..68a7e703b 100644 --- a/lang/hindi-utf-8.inc.php3 +++ b/lang/hindi-utf-8.inc.php3 @@ -734,4 +734,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/hungarian-iso-8859-2.inc.php3 b/lang/hungarian-iso-8859-2.inc.php3 index 0d7cedb96..57d603811 100644 --- a/lang/hungarian-iso-8859-2.inc.php3 +++ b/lang/hungarian-iso-8859-2.inc.php3 @@ -708,4 +708,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/hungarian-utf-8.inc.php3 b/lang/hungarian-utf-8.inc.php3 index e433799d2..7b458813f 100644 --- a/lang/hungarian-utf-8.inc.php3 +++ b/lang/hungarian-utf-8.inc.php3 @@ -709,4 +709,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/indonesian-iso-8859-1.inc.php3 b/lang/indonesian-iso-8859-1.inc.php3 index 22c2475c6..eda94479e 100644 --- a/lang/indonesian-iso-8859-1.inc.php3 +++ b/lang/indonesian-iso-8859-1.inc.php3 @@ -697,4 +697,12 @@ $strZip = '"Dikompress dengan Zip"'; $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/indonesian-utf-8.inc.php3 b/lang/indonesian-utf-8.inc.php3 index 4146e80f3..2287e9a3c 100644 --- a/lang/indonesian-utf-8.inc.php3 +++ b/lang/indonesian-utf-8.inc.php3 @@ -698,4 +698,12 @@ $strZip = '"Dikompress dengan Zip"'; $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/italian-iso-8859-1.inc.php3 b/lang/italian-iso-8859-1.inc.php3 index fdac0201d..49f5b1def 100644 --- a/lang/italian-iso-8859-1.inc.php3 +++ b/lang/italian-iso-8859-1.inc.php3 @@ -702,4 +702,12 @@ $strZip = '"compresso con zip"'; $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/italian-utf-8.inc.php3 b/lang/italian-utf-8.inc.php3 index a7c84b0ba..c30e47de2 100644 --- a/lang/italian-utf-8.inc.php3 +++ b/lang/italian-utf-8.inc.php3 @@ -703,4 +703,12 @@ $strZip = '"compresso con zip"'; $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/japanese-euc.inc.php3 b/lang/japanese-euc.inc.php3 index d23e38ada..fd48441c6 100644 --- a/lang/japanese-euc.inc.php3 +++ b/lang/japanese-euc.inc.php3 @@ -708,4 +708,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/japanese-sjis.inc.php3 b/lang/japanese-sjis.inc.php3 index 5eef51036..c294e72b5 100644 --- a/lang/japanese-sjis.inc.php3 +++ b/lang/japanese-sjis.inc.php3 @@ -708,4 +708,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/japanese-utf-8.inc.php3 b/lang/japanese-utf-8.inc.php3 index 04dea6cd0..b72233321 100644 --- a/lang/japanese-utf-8.inc.php3 +++ b/lang/japanese-utf-8.inc.php3 @@ -709,4 +709,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/korean-ks_c_5601-1987.inc.php3 b/lang/korean-ks_c_5601-1987.inc.php3 index 23c53c5d6..2e2a011f8 100644 --- a/lang/korean-ks_c_5601-1987.inc.php3 +++ b/lang/korean-ks_c_5601-1987.inc.php3 @@ -718,4 +718,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/latvian-utf-8.inc.php3 b/lang/latvian-utf-8.inc.php3 index 3b2e42b81..7dd5fc0fd 100644 --- a/lang/latvian-utf-8.inc.php3 +++ b/lang/latvian-utf-8.inc.php3 @@ -702,4 +702,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/latvian-windows-1257.inc.php3 b/lang/latvian-windows-1257.inc.php3 index 0b641186d..dc01745af 100644 --- a/lang/latvian-windows-1257.inc.php3 +++ b/lang/latvian-windows-1257.inc.php3 @@ -701,4 +701,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/lithuanian-utf-8.inc.php3 b/lang/lithuanian-utf-8.inc.php3 index 078e71d52..0c6722e63 100644 --- a/lang/lithuanian-utf-8.inc.php3 +++ b/lang/lithuanian-utf-8.inc.php3 @@ -698,4 +698,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/lithuanian-windows-1257.inc.php3 b/lang/lithuanian-windows-1257.inc.php3 index 1d4b07c7f..7b909fc15 100644 --- a/lang/lithuanian-windows-1257.inc.php3 +++ b/lang/lithuanian-windows-1257.inc.php3 @@ -697,4 +697,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/malay-iso-8859-1.inc.php3 b/lang/malay-iso-8859-1.inc.php3 index dabab7fcc..110215f7a 100644 --- a/lang/malay-iso-8859-1.inc.php3 +++ b/lang/malay-iso-8859-1.inc.php3 @@ -721,4 +721,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/malay-utf-8.inc.php3 b/lang/malay-utf-8.inc.php3 index 6c6718142..0d0fffdeb 100644 --- a/lang/malay-utf-8.inc.php3 +++ b/lang/malay-utf-8.inc.php3 @@ -722,4 +722,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/norwegian-iso-8859-1.inc.php3 b/lang/norwegian-iso-8859-1.inc.php3 index c7b44522d..962c71931 100644 --- a/lang/norwegian-iso-8859-1.inc.php3 +++ b/lang/norwegian-iso-8859-1.inc.php3 @@ -703,4 +703,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/norwegian-utf-8.inc.php3 b/lang/norwegian-utf-8.inc.php3 index d81504062..900d55e15 100644 --- a/lang/norwegian-utf-8.inc.php3 +++ b/lang/norwegian-utf-8.inc.php3 @@ -702,4 +702,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/polish-iso-8859-2.inc.php3 b/lang/polish-iso-8859-2.inc.php3 index 875326530..7def4199a 100644 --- a/lang/polish-iso-8859-2.inc.php3 +++ b/lang/polish-iso-8859-2.inc.php3 @@ -697,4 +697,12 @@ $strZip = '".zip"'; $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/polish-utf-8.inc.php3 b/lang/polish-utf-8.inc.php3 index 79ebdbac5..2e5c7ae0a 100644 --- a/lang/polish-utf-8.inc.php3 +++ b/lang/polish-utf-8.inc.php3 @@ -698,4 +698,12 @@ $strZip = '".zip"'; $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/portuguese-iso-8859-1.inc.php3 b/lang/portuguese-iso-8859-1.inc.php3 index bb47794c0..2a6cf2ac3 100644 --- a/lang/portuguese-iso-8859-1.inc.php3 +++ b/lang/portuguese-iso-8859-1.inc.php3 @@ -719,4 +719,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/portuguese-utf-8.inc.php3 b/lang/portuguese-utf-8.inc.php3 index e9a301c35..13c170fb5 100644 --- a/lang/portuguese-utf-8.inc.php3 +++ b/lang/portuguese-utf-8.inc.php3 @@ -720,4 +720,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/romanian-iso-8859-1.inc.php3 b/lang/romanian-iso-8859-1.inc.php3 index 462f9c302..04f91e1d7 100644 --- a/lang/romanian-iso-8859-1.inc.php3 +++ b/lang/romanian-iso-8859-1.inc.php3 @@ -698,4 +698,12 @@ $strZip = '"arhivat"'; $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/romanian-utf-8.inc.php3 b/lang/romanian-utf-8.inc.php3 index f3dd9a054..909a24542 100644 --- a/lang/romanian-utf-8.inc.php3 +++ b/lang/romanian-utf-8.inc.php3 @@ -699,4 +699,12 @@ $strZip = '"arhivat"'; $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/russian-dos-866.inc.php3 b/lang/russian-dos-866.inc.php3 index d457dc99f..d9288711b 100644 --- a/lang/russian-dos-866.inc.php3 +++ b/lang/russian-dos-866.inc.php3 @@ -707,4 +707,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/russian-koi8-r.inc.php3 b/lang/russian-koi8-r.inc.php3 index d308b9383..6a4a81c38 100644 --- a/lang/russian-koi8-r.inc.php3 +++ b/lang/russian-koi8-r.inc.php3 @@ -705,4 +705,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/russian-utf-8.inc.php3 b/lang/russian-utf-8.inc.php3 index 16c25f90d..3a2ec0e58 100644 --- a/lang/russian-utf-8.inc.php3 +++ b/lang/russian-utf-8.inc.php3 @@ -706,4 +706,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/russian-windows-1251.inc.php3 b/lang/russian-windows-1251.inc.php3 index 37c1a1790..f638c2563 100644 --- a/lang/russian-windows-1251.inc.php3 +++ b/lang/russian-windows-1251.inc.php3 @@ -705,4 +705,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/serbian_cyrillic-utf-8.inc.php3 b/lang/serbian_cyrillic-utf-8.inc.php3 index af20ca7ed..bc4d5206b 100644 --- a/lang/serbian_cyrillic-utf-8.inc.php3 +++ b/lang/serbian_cyrillic-utf-8.inc.php3 @@ -703,4 +703,12 @@ $strZip = '"зиповано"'; $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/serbian_cyrillic-windows-1251.inc.php3 b/lang/serbian_cyrillic-windows-1251.inc.php3 index fdfa5004d..5030af871 100644 --- a/lang/serbian_cyrillic-windows-1251.inc.php3 +++ b/lang/serbian_cyrillic-windows-1251.inc.php3 @@ -702,4 +702,12 @@ $strZip = '" $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/serbian_latin-utf-8.inc.php3 b/lang/serbian_latin-utf-8.inc.php3 index 18aabf6b2..3299f9947 100644 --- a/lang/serbian_latin-utf-8.inc.php3 +++ b/lang/serbian_latin-utf-8.inc.php3 @@ -703,4 +703,12 @@ $strZip = '"zipovano"'; $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/serbian_latin-windows-1250.inc.php3 b/lang/serbian_latin-windows-1250.inc.php3 index 221491f27..f3f3334f9 100644 --- a/lang/serbian_latin-windows-1250.inc.php3 +++ b/lang/serbian_latin-windows-1250.inc.php3 @@ -702,4 +702,12 @@ $strZip = '"zipovano"'; $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/slovak-iso-8859-2.inc.php3 b/lang/slovak-iso-8859-2.inc.php3 index daefa3354..4e4e5dc56 100644 --- a/lang/slovak-iso-8859-2.inc.php3 +++ b/lang/slovak-iso-8859-2.inc.php3 @@ -698,4 +698,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/slovak-utf-8.inc.php3 b/lang/slovak-utf-8.inc.php3 index 4ed8faf36..e448e71c4 100644 --- a/lang/slovak-utf-8.inc.php3 +++ b/lang/slovak-utf-8.inc.php3 @@ -699,4 +699,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/slovak-windows-1250.inc.php3 b/lang/slovak-windows-1250.inc.php3 index 47cf1d36f..ad3ec512d 100644 --- a/lang/slovak-windows-1250.inc.php3 +++ b/lang/slovak-windows-1250.inc.php3 @@ -698,4 +698,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/slovenian-iso-8859-2.inc.php3 b/lang/slovenian-iso-8859-2.inc.php3 index 935da5dac..124c7794a 100644 --- a/lang/slovenian-iso-8859-2.inc.php3 +++ b/lang/slovenian-iso-8859-2.inc.php3 @@ -703,4 +703,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/slovenian-utf-8.inc.php3 b/lang/slovenian-utf-8.inc.php3 index b936fe62e..5f1247289 100644 --- a/lang/slovenian-utf-8.inc.php3 +++ b/lang/slovenian-utf-8.inc.php3 @@ -704,4 +704,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/slovenian-windows-1250.inc.php3 b/lang/slovenian-windows-1250.inc.php3 index 4b80227ec..aacfe3ffe 100644 --- a/lang/slovenian-windows-1250.inc.php3 +++ b/lang/slovenian-windows-1250.inc.php3 @@ -703,4 +703,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/spanish-iso-8859-1.inc.php3 b/lang/spanish-iso-8859-1.inc.php3 index 042e0b079..05f06b07c 100644 --- a/lang/spanish-iso-8859-1.inc.php3 +++ b/lang/spanish-iso-8859-1.inc.php3 @@ -696,4 +696,12 @@ $strZip = '"comprimido con zip"'; $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/spanish-utf-8.inc.php3 b/lang/spanish-utf-8.inc.php3 index fd213b217..ab99e9270 100644 --- a/lang/spanish-utf-8.inc.php3 +++ b/lang/spanish-utf-8.inc.php3 @@ -697,4 +697,12 @@ $strZip = '"comprimido con zip"'; $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/swedish-iso-8859-1.inc.php3 b/lang/swedish-iso-8859-1.inc.php3 index a179a03c6..89f88c638 100644 --- a/lang/swedish-iso-8859-1.inc.php3 +++ b/lang/swedish-iso-8859-1.inc.php3 @@ -697,4 +697,12 @@ $strZip = '"zippad"'; $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/swedish-utf-8.inc.php3 b/lang/swedish-utf-8.inc.php3 index 5feaeec6e..dae0983b7 100644 --- a/lang/swedish-utf-8.inc.php3 +++ b/lang/swedish-utf-8.inc.php3 @@ -698,4 +698,12 @@ $strZip = '"zippad"'; $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/thai-tis-620.inc.php3 b/lang/thai-tis-620.inc.php3 index 60d798c07..6ea4cafc5 100644 --- a/lang/thai-tis-620.inc.php3 +++ b/lang/thai-tis-620.inc.php3 @@ -708,4 +708,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/thai-utf-8.inc.php3 b/lang/thai-utf-8.inc.php3 index ee70d87e4..689361c28 100644 --- a/lang/thai-utf-8.inc.php3 +++ b/lang/thai-utf-8.inc.php3 @@ -709,4 +709,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/turkish-iso-8859-9.inc.php3 b/lang/turkish-iso-8859-9.inc.php3 index 8e94250fe..452d4d0d8 100644 --- a/lang/turkish-iso-8859-9.inc.php3 +++ b/lang/turkish-iso-8859-9.inc.php3 @@ -721,4 +721,12 @@ $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the l $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/turkish-utf-8.inc.php3 b/lang/turkish-utf-8.inc.php3 index 100bb8204..1892d08c5 100644 --- a/lang/turkish-utf-8.inc.php3 +++ b/lang/turkish-utf-8.inc.php3 @@ -722,4 +722,12 @@ $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the l $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/ukrainian-utf-8.inc.php3 b/lang/ukrainian-utf-8.inc.php3 index e8686de2e..aa21020f2 100644 --- a/lang/ukrainian-utf-8.inc.php3 +++ b/lang/ukrainian-utf-8.inc.php3 @@ -701,4 +701,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/lang/ukrainian-windows-1251.inc.php3 b/lang/ukrainian-windows-1251.inc.php3 index 7154c8dd4..4ba0f3471 100644 --- a/lang/ukrainian-windows-1251.inc.php3 +++ b/lang/ukrainian-windows-1251.inc.php3 @@ -700,4 +700,12 @@ $strBrowseForeignValues = 'Browse foreign values'; //to translate $strInternalRelations = 'Internal relations'; //to translate $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate +$strLatexStructure = 'Structure of table __TABLE__';//to translate +$strLatexContinued = '(continued)';//to translate +$strLatexContent = 'Content of table __TABLE__';//to translate +$strLatexIncludeCaption = 'Include table caption';//to translate +$strLatexCaption = 'Table caption';//to translate +$strLatexLabel = 'Label key';//to translate +$strLatexContinuedCaption = 'Continued table caption';//to translate + ?> diff --git a/libraries/config_import.lib.php3 b/libraries/config_import.lib.php3 index 629dd51cc..7258743f3 100644 --- a/libraries/config_import.lib.php3 +++ b/libraries/config_import.lib.php3 @@ -1180,6 +1180,15 @@ if (!defined('PMA_CONFIG_IMPORT_LIB_INCLUDED')) { if (!isset($cfg['Export']['latex_mime'])) { $cfg['Export']['latex_mime'] = TRUE; } + if (!isset($cfg['Export']['latex_caption'])) { + $cfg['Export']['latex_caption'] = TRUE; + } + if (!isset($cfg['Export']['latex_data_label'])) { + $cfg['Export']['latex_data_label'] = 'tab:__TABLE__-data'; + } + if (!isset($cfg['Export']['latex_structure_label'])) { + $cfg['Export']['latex_structure_label'] = 'tab:__TABLE__-structure'; + } if (!isset($cfg['Export']['sql_drop_database'])) { $cfg['Export']['sql_drop_database'] = FALSE; diff --git a/libraries/display_export.lib.php3 b/libraries/display_export.lib.php3 index 201c1f233..4d0a128fd 100644 --- a/libraries/display_export.lib.php3 +++ b/libraries/display_export.lib.php3 @@ -183,6 +183,9 @@ if ($cfgRelation['mimework']) {
+ /> +
+
@@ -190,6 +193,32 @@ if ($cfgRelation['mimework']) { onclick="if(!this.checked && !getElement('checkbox_latex_data').checked) return false; else return true;" />
+ + + + + + + + + + + + + +
+   + + +
+   + + +
+   + + +
@@ -224,6 +253,30 @@ if ($cfgRelation['mimework']) { />
+ + + + + + + + + + + +
+   + + +
+   + + +
+   + + +
  diff --git a/libraries/export/latex.php3 b/libraries/export/latex.php3 index bf2b5a90c..3dabc60a1 100644 --- a/libraries/export/latex.php3 +++ b/libraries/export/latex.php3 @@ -6,6 +6,23 @@ * Set of functions used to build dumps of tables */ +/** + * Escapes some special characters for use in TeX/LaTeX + * + * @param string the string to convert + * + * @return string the converted string with escape codes + * + * @access private + */ +function PMA_texEscape($string) { + $escape = array('$', '%', '{', '}', '&', '#', '_', '^'); + for($k=0;$k