Improved LaTeX export (patch #777451).

This commit is contained in:
Michal Čihař
2003-08-26 16:34:43 +00:00
parent 5f91da31b5
commit 6834f8f989
97 changed files with 877 additions and 40 deletions

View File

@@ -5,6 +5,11 @@ phpMyAdmin - Changelog
$Id$
$Source$
2003-08-25 Michal Cihar <nijel@users.sourceforge.net>
* 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 <nijel@users.sourceforge.net>
* lang/czech: Updated.

View File

@@ -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;

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -316,6 +316,13 @@ $strKorean = 'Korej
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Nastaven<65> exportu do LaTeXu';
$strLandscape = 'Na <20><><EFBFBD>ku';
$strLatexCaption = 'Titulek tabulky';
$strLatexContent = 'Obsah tabulky __TABLE__';
$strLatexContinued = '(pokra<72>ov<6F>n<EFBFBD>)';
$strLatexContinuedCaption = 'Titulek pokra<72>ov<6F>n<EFBFBD> tabulky';
$strLatexIncludeCaption = 'Pou<6F><75>t titulek tabulky';
$strLatexLabel = 'N<>v<EFBFBD>st<73>';
$strLatexStructure = 'Struktura tabulky __TABLE__';
$strLength = 'D<>lka';
$strLengthSet = 'D<>lka/Mno<6E>ina*';
$strLimitNumRows = 'z<>znam<61> na str<74>nku';

View File

@@ -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';

View File

@@ -316,6 +316,13 @@ $strKorean = 'Korej
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Nastaven<65> exportu do LaTeXu';
$strLandscape = 'Na <20><><EFBFBD>ku';
$strLatexCaption = 'Titulek tabulky';
$strLatexContent = 'Obsah tabulky __TABLE__';
$strLatexContinued = '(pokra<72>ov<6F>n<EFBFBD>)';
$strLatexContinuedCaption = 'Titulek pokra<72>ov<6F>n<EFBFBD> tabulky';
$strLatexIncludeCaption = 'Pou<6F><75>t titulek tabulky';
$strLatexLabel = 'N<>v<EFBFBD>st<73>';
$strLatexStructure = 'Struktura tabulky __TABLE__';
$strLength = 'D<>lka';
$strLengthSet = 'D<>lka/Mno<6E>ina*';
$strLimitNumRows = 'z<>znam<61> na str<74>nku';

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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';

View File

@@ -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';

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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;

View File

@@ -183,6 +183,9 @@ if ($cfgRelation['mimework']) {
<fieldset id="latex_options">
<legend><?php echo $strLaTeXOptions; ?></legend>
<input type="checkbox" name="latex_caption" value="yes" id="checkbox_latex_show_caption" <?php PMA_exportCheckboxCheck('latex_caption'); ?> />
<label for="checkbox_latex_show_caption"><?php echo $strLatexIncludeCaption; ?></label><br />
<?php if (!$hide_structure) { ?>
<!-- For structure -->
<fieldset>
@@ -190,6 +193,32 @@ if ($cfgRelation['mimework']) {
<input type="checkbox" name="latex_structure" value="structure" id="checkbox_latex_structure" <?php PMA_exportCheckboxCheck('latex_structure'); ?> onclick="if(!this.checked && !getElement('checkbox_latex_data').checked) return false; else return true;" />
<label for="checkbox_latex_structure"><?php echo $strStructure; ?></label><br />
</legend>
<table border="0" cellspacing="1" cellpadding="0">
<tr>
<td>
<?php echo $strLatexCaption; ?>&nbsp;
</td>
<td>
<input type="text" name="latex_structure_caption" size="30" value="<?php echo $strLatexStructure; ?>" class="textfield" />
</td>
</tr>
<tr>
<td>
<?php echo $strLatexContinuedCaption; ?>&nbsp;
</td>
<td>
<input type="text" name="latex_structure_continued_caption" size="30" value="<?php echo $strLatexStructure . ' ' . $strLatexContinued; ?>" class="textfield" />
</td>
</tr>
<tr>
<td>
<?php echo $strLatexLabel; ?>&nbsp;
</td>
<td>
<input type="text" name="latex_structure_label" size="30" value="<?php echo $cfg['Export']['latex_structure_label']; ?>" class="textfield" />
</td>
</tr>
</table>
<?php
if (!empty($cfgRelation['relation'])) {
?>
@@ -224,6 +253,30 @@ if ($cfgRelation['mimework']) {
<input type="checkbox" name="latex_showcolumns" value="yes" id="ch_latex_showcolumns" <?php PMA_exportCheckboxCheck('latex_columns'); ?> />
<label for="ch_latex_showcolumns"><?php echo $strColumnNames; ?></label><br />
<table border="0" cellspacing="1" cellpadding="0">
<tr>
<td>
<?php echo $strLatexCaption; ?>&nbsp;
</td>
<td>
<input type="text" name="latex_data_caption" size="30" value="<?php echo $strLatexContent; ?>" class="textfield" />
</td>
</tr>
<tr>
<td>
<?php echo $strLatexContinuedCaption; ?>&nbsp;
</td>
<td>
<input type="text" name="latex_data_continued_caption" size="30" value="<?php echo $strLatexContent . ' ' . $strLatexContinued; ?>" class="textfield" />
</td>
</tr>
<tr>
<td>
<?php echo $strLatexLabel; ?>&nbsp;
</td>
<td>
<input type="text" name="latex_data_label" size="30" value="<?php echo $cfg['Export']['latex_data_label']; ?>" class="textfield" />
</td>
</tr>
<tr>
<td>
<?php echo $strReplaceNULLBy; ?>&nbsp;

View File

@@ -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<count($escape);$k++) {
$string = str_replace($escape[$k], '\\' . $escape[$k], $string);
}
return $string;
}
/**
* Outputs comment
*
@@ -100,8 +117,6 @@ function PMA_exportDBCreate($db) {
* @access public
*/
function PMA_exportData($db, $table, $crlf, $error_url, $sql_query) {
$tex_escape = array("$", "%", "{", "}", "&", "#", "_", "^");
$result = PMA_mysql_query($sql_query) or PMA_mysqlDie('', $sql_query, '', $error_url);
$columns_cnt = mysql_num_fields($result);
@@ -110,28 +125,36 @@ function PMA_exportData($db, $table, $crlf, $error_url, $sql_query) {
}
unset($i);
$buffer = $crlf . '%' . $crlf . '% ' . $GLOBALS['strData'] . $crlf . '%' . $crlf
. '\\begin{table} ' . $crlf
$buffer = $crlf . '%' . $crlf . '% ' . $GLOBALS['strData'] . ': ' . $table . $crlf . '%' . $crlf
. ' \\begin{longtable}{|';
for($index=0;$index<$columns_cnt;$index++) {
$buffer .= 'c|';
$buffer .= 'l|';
}
$buffer .= '} ' . $crlf ;
$buffer .= ' \\hline \\endhead \\hline \\endfoot \\hline ' . $crlf;
if (isset($GLOBALS['latex_caption'])) {
$buffer .= ' \\caption{' . str_replace('__TABLE__', PMA_texEscape($table), $GLOBALS['latex_data_caption'])
. '} \\label{' . str_replace('__TABLE__', $table, $GLOBALS['latex_data_label']) . '} \\\\';
}
if (!PMA_exportOutputHandler($buffer)) return FALSE;
// show column names
if (isset($GLOBALS['latex_showcolumns'])) {
$local_buffer = stripslashes(implode("\000", $columns));
for($k=0;$k<count($tex_escape);$k++) {
$local_buffer = str_replace($tex_escape[$k], '\\' . $tex_escape[$k], $local_buffer);
$buffer = '\\hline ';
for ($i = 0; $i < $columns_cnt; $i++) {
$buffer .= '\\multicolumn{1}{|c|}{\\textbf{' . PMA_texEscape(stripslashes($columns[$i])) . '}} & ';
}
$buffer = substr($buffer,0,-2) . '\\\\ \\hline \hline ';
if (!PMA_exportOutputHandler($buffer . ' \\endfirsthead ' . $crlf)) return FALSE;
if (isset($GLOBALS['latex_caption'])) {
if (!PMA_exportOutputHandler('\\caption{' . str_replace('__TABLE__', PMA_texEscape($table), $GLOBALS['latex_data_continued_caption']) . '} \\\\ ')) return FALSE;
}
$buffer = str_replace("\000", ' & ', $local_buffer);
unset($local_buffer);
$buffer .= ' \\\\ \\hline \\hline' . $crlf;
if (!PMA_exportOutputHandler($buffer)) return FALSE;
if (!PMA_exportOutputHandler($buffer . '\\endhead \\endfoot' . $crlf)) return FALSE;
} else {
if (!PMA_exportOutputHandler('\\\\ \hline')) return FALSE;
}
// print the whole table
@@ -141,13 +164,7 @@ function PMA_exportData($db, $table, $crlf, $error_url, $sql_query) {
// print each row
for($i = 0; $i < $columns_cnt; $i++) {
if ( isset($record[$columns[$i]]) && (!function_exists('is_null') || !is_null($record[$columns[$i]]))) {
$column_value = stripslashes($record[$columns[$i]]);
// $ % { } & # _ ^
// escaping special characters
for($k=0;$k<count($tex_escape);$k++) {
$column_value = str_replace($tex_escape[$k], '\\' . $tex_escape[$k], $column_value);
}
$column_value = PMA_texEscape(stripslashes($record[$columns[$i]]));
} else {
$column_value = $GLOBALS['latex_replace_null'];
}
@@ -163,7 +180,7 @@ function PMA_exportData($db, $table, $crlf, $error_url, $sql_query) {
if (!PMA_exportOutputHandler($buffer)) return FALSE;
}
$buffer = ' \\end{longtable} \\end{table}' . $crlf;
$buffer = ' \\end{longtable}' . $crlf;
if (!PMA_exportOutputHandler($buffer)) return FALSE;
mysql_free_result($result);
@@ -186,11 +203,11 @@ function PMA_exportData($db, $table, $crlf, $error_url, $sql_query) {
*
* @access public
*/
// @@@ $strTableStructure
function PMA_exportStructure($db, $table, $crlf, $error_url, $do_relation = false, $do_comments = false, $do_mime = false)
{
global $cfgRelation;
$tex_escape = array("$", "%", "{", "}", "&", "#", "_", "^");
/**
* Gets fields properties
*/
@@ -218,44 +235,58 @@ function PMA_exportStructure($db, $table, $crlf, $error_url, $do_relation = fals
/**
* Displays the table structure
*/
$buffer = $crlf . '%' . $crlf . '% ' . $GLOBALS['strStructure'] . $crlf . '%' . $crlf
. '\\begin{table} ' . $crlf
. ' \\begin{longtable}{|';
$buffer = $crlf . '%' . $crlf . '% ' . $GLOBALS['strStructure'] . ': ' . $table . $crlf . '%' . $crlf
. ' \\begin{longtable}{';
if (!PMA_exportOutputHandler($buffer)) return FALSE;
$columns_cnt = 4;
$alignment = '|l|c|c|c|';
if ($do_relation && $have_rel) {
$columns_cnt++;
$alignment .= 'l|';
}
if ($do_comments && $cfgRelation['commwork']) {
$columns_cnt++;
$alignment .= 'l|';
}
if ($do_mime && $cfgRelation['mimework']) {
$columns_cnt++;
$alignment .='l|';
}
$buffer = '';
for($index=0;$index<$columns_cnt;$index++) {
$buffer .= 'c|';
}
$buffer .= '} ' . $crlf ;
$buffer = $alignment . '} ' . $crlf ;
$buffer .= ' \\hline \\endhead \\hline \\endfoot \\hline ' . $crlf;
$buffer .= $GLOBALS['strField'] . ' & ' . $GLOBALS['strType'] . ' & ' . $GLOBALS['strNull'] . ' & ' . $GLOBALS['strDefault'];
$header .= ' \\hline ';
$header .= '\\multicolumn{1}{|c|}{\\textbf{' . $GLOBALS['strField'] . '}} & \\multicolumn{1}{|c|}{\\textbf{' . $GLOBALS['strType'] . '}} & \\multicolumn{1}{|c|}{\\textbf{' . $GLOBALS['strNull'] . '}} & \\multicolumn{1}{|c|}{\\textbf{' . $GLOBALS['strDefault'] . '}}';
if ($do_relation && $have_rel) {
$buffer .= ' & ' . $GLOBALS['strLinksTo'];
$header .= ' & \\multicolumn{1}{|c|}{\\textbf{' . $GLOBALS['strLinksTo'] . '}}';
}
if ($do_comments && $cfgRelation['commwork']) {
$buffer .= ' & ' . $GLOBALS['strComments'];
$header .= ' & \\multicolumn{1}{|c|}{\\textbf{' . $GLOBALS['strComments'] . '}}';
$comments = PMA_getComments($db, $table);
}
if ($do_mime && $cfgRelation['mimework']) {
$buffer .= ' & MIME';
$header .= ' & \\multicolumn{1}{|c|}{\\textbf{MIME}}';
$mime_map = PMA_getMIME($db, $table, true);
}
$buffer .= ' \\\\ \\hline \\hline ' . $crlf;
$local_buffer = PMA_texEscape($table);
// Table caption for first page and label
if (isset($GLOBALS['latex_caption'])) {
$buffer .= ' \\caption{'. str_replace('__TABLE__', PMA_texEscape($table), $GLOBALS['latex_structure_caption'])
. '} \\label{' . str_replace('__TABLE__', $table, $GLOBALS['latex_structure_label'])
. '} \\\\' . $crlf;
}
$buffer .= $header . ' \\\\ \\hline \\hline' . $crlf . '\\endfirsthead' . $crlf;
// Table caption on next pages
if (isset($GLOBALS['latex_caption'])) {
$buffer .= ' \\caption{'. str_replace('__TABLE__', PMA_texEscape($table), $GLOBALS['latex_structure_continued_caption'])
. '} \\\\ ' . $crlf;
}
$buffer .= $header . ' \\\\ \\hline \\hline \\endhead \\endfoot';
if (!PMA_exportOutputHandler($buffer)) return FALSE;
while ($row = PMA_mysql_fetch_array($result)) {
$type = $row['Type'];
@@ -299,6 +330,7 @@ function PMA_exportStructure($db, $table, $crlf, $error_url, $do_relation = fals
} 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'] : '');
@@ -321,15 +353,19 @@ function PMA_exportStructure($db, $table, $crlf, $error_url, $do_relation = fals
$local_buffer .= str_replace('_', '/', $mime_map[$field_name]['mimetype']);
}
}
for($k=0;$k<count($tex_escape);$k++) {
$local_buffer = str_replace($tex_escape[$k], '\\' . $tex_escape[$k], $local_buffer);
$local_buffer = PMA_texEscape($local_buffer);
if ($row['Key']=='PRI') {
$pos=strpos($local_buffer, "\000");
$local_buffer = '\\textit{' . substr($local_buffer,0,$pos) . '}' . substr($local_buffer,$pos);
}
$buffer = str_replace("\000", ' & ', $local_buffer);
$buffer .= ' \\\\ \\hline ' . $crlf;
if (!PMA_exportOutputHandler($buffer)) return FALSE;
} // end while
mysql_free_result($result);
$buffer = ' \\end{longtable} \\end{table}' . $crlf;
$buffer = ' \\end{longtable}' . $crlf;
return PMA_exportOutputHandler($buffer);
} // end of the 'PMA_getTableStructureLaTeX()' function
?>