support for exporting to LaTeX

This commit is contained in:
Michal Čihař
2002-12-11 16:42:21 +00:00
parent 4b8e6102b2
commit 9eac77903c
95 changed files with 263 additions and 16 deletions

View File

@@ -481,4 +481,5 @@ $strTime = 'Time'; //to translate
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
$strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz2 extension in this php version. It is strongly recommended to set the <code>$cfg[\'BZipDump\']</code> directive in your phpMyAdmin configuration file to <code>FALSE</code>. If you want to use the Bz2 compression features, you should upgrade to a later php version. See php bug report %s for details.'; //to translate
$strLaTeX = 'LaTeX'; //to translate
?>