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

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