support for exporting to LaTeX
This commit is contained in:
@@ -5,9 +5,12 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
2002-12-10 Michal Cihar <nijel@users.sourceforge.net>
|
2002-12-11 Michal Cihar <nijel@users.sourceforge.net>
|
||||||
* tbl_dump.php3: Fix exporting of structure and data to file, fix and make
|
* tbl_dump.php3: Fix exporting of structure and data to file, fix and make
|
||||||
cleaner charset conversion for export.
|
cleaner charset conversion for export.
|
||||||
|
* db_details_export.php3, tbl_dump.php3, tbl_properties_export.php3,
|
||||||
|
lang/*, libraries/build_dump.lib.php3: Support for exporting to LaTeX,
|
||||||
|
thanks to Valentine for creating the patch #627496.
|
||||||
|
|
||||||
2002-12-11 Marc Delisle <lem9@users.sourceforge.net>
|
2002-12-11 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* lang/galician: update, thanks to Xos<6F> Calvo
|
* lang/galician: update, thanks to Xos<6F> Calvo
|
||||||
|
@@ -53,7 +53,19 @@ echo "\n";
|
|||||||
<input type="radio" name="what" id="radio_dump_dataonly" value="dataonly" />
|
<input type="radio" name="what" id="radio_dump_dataonly" value="dataonly" />
|
||||||
<label for="radio_dump_dataonly"><?php echo $strDataOnly; ?></label><br />
|
<label for="radio_dump_dataonly"><?php echo $strDataOnly; ?></label><br />
|
||||||
<input type="radio" name="what" id="radio_dump_xml" value="xml" />
|
<input type="radio" name="what" id="radio_dump_xml" value="xml" />
|
||||||
<label for="radio_dump_xml"><?php echo $strExportToXML; ?></label>
|
<label for="radio_dump_xml"><?php echo $strExportToXML; ?></label><br />
|
||||||
|
<input type="radio" name="what" value="latex" id="radio_dump_latex" />
|
||||||
|
<label for="radio_dump_latex"><?php echo $strLaTeX; ?></label>
|
||||||
|
<!-- for now we have only one environment supported -->
|
||||||
|
<input type="hidden" name="environment" value="longtable" />
|
||||||
|
<?php /*
|
||||||
|
<select name="environment">
|
||||||
|
<option value="longtable" selected><?php echo $strLaTeXMultipageTable; ?></option>
|
||||||
|
<option value="sideways"><?php echo $strLaTeXSidewaysTable; ?></option>
|
||||||
|
<option value="table"><?php echo $strLaTeXStandardTable; ?></option>
|
||||||
|
</select>
|
||||||
|
*/ ?>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
if ($num_tables > 1) {
|
if ($num_tables > 1) {
|
||||||
$checkall_url = 'db_details_export.php3'
|
$checkall_url = 'db_details_export.php3'
|
||||||
|
@@ -480,4 +480,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -481,4 +481,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -482,4 +482,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -483,4 +483,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -495,4 +495,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -494,4 +494,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -494,4 +494,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -495,4 +495,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -494,4 +494,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -495,4 +495,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -494,4 +494,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -474,4 +474,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -475,4 +475,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -480,4 +480,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -479,4 +479,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -478,4 +478,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -477,4 +477,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -493,4 +493,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -494,4 +494,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -493,4 +493,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -214,6 +214,7 @@ $strKeepPass = 'Nem
|
|||||||
$strKeyname = 'Kl<4B><6C>ov<6F> n<>zev';
|
$strKeyname = 'Kl<4B><6C>ov<6F> n<>zev';
|
||||||
$strKill = 'Zab<61>t';
|
$strKill = 'Zab<61>t';
|
||||||
|
|
||||||
|
$strLaTeX = 'LaTeX';
|
||||||
$strLandscape = 'Na <20><><EFBFBD>ku';
|
$strLandscape = 'Na <20><><EFBFBD>ku';
|
||||||
$strLength = 'D<>lka';
|
$strLength = 'D<>lka';
|
||||||
$strLengthSet = 'D<>lka/Mno<6E>ina*';
|
$strLengthSet = 'D<>lka/Mno<6E>ina*';
|
||||||
|
@@ -215,6 +215,7 @@ $strKeepPass = 'Neměnit heslo';
|
|||||||
$strKeyname = 'Klíčový název';
|
$strKeyname = 'Klíčový název';
|
||||||
$strKill = 'Zabít';
|
$strKill = 'Zabít';
|
||||||
|
|
||||||
|
$strLaTeX = 'LaTeX';
|
||||||
$strLandscape = 'Na šířku';
|
$strLandscape = 'Na šířku';
|
||||||
$strLength = 'Délka';
|
$strLength = 'Délka';
|
||||||
$strLengthSet = 'Délka/Množina*';
|
$strLengthSet = 'Délka/Množina*';
|
||||||
|
@@ -214,6 +214,7 @@ $strKeepPass = 'Nem
|
|||||||
$strKeyname = 'Kl<4B><6C>ov<6F> n<>zev';
|
$strKeyname = 'Kl<4B><6C>ov<6F> n<>zev';
|
||||||
$strKill = 'Zab<61>t';
|
$strKill = 'Zab<61>t';
|
||||||
|
|
||||||
|
$strLaTeX = 'LaTeX';
|
||||||
$strLandscape = 'Na <20><><EFBFBD>ku';
|
$strLandscape = 'Na <20><><EFBFBD>ku';
|
||||||
$strLength = 'D<>lka';
|
$strLength = 'D<>lka';
|
||||||
$strLengthSet = 'D<>lka/Mno<6E>ina*';
|
$strLengthSet = 'D<>lka/Mno<6E>ina*';
|
||||||
|
@@ -488,4 +488,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -489,4 +489,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -478,4 +478,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -479,4 +479,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -17,6 +17,7 @@ $month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'O
|
|||||||
$datefmt = '%B %d, %Y at %I:%M %p';
|
$datefmt = '%B %d, %Y at %I:%M %p';
|
||||||
$timespanfmt = '%s days, %s hours, %s minutes and %s seconds';
|
$timespanfmt = '%s days, %s hours, %s minutes and %s seconds';
|
||||||
|
|
||||||
|
$strAPrimaryKey = 'A primary key has been added on %s';
|
||||||
$strAbortedClients = 'Aborted';
|
$strAbortedClients = 'Aborted';
|
||||||
$strAccessDenied = 'Access denied';
|
$strAccessDenied = 'Access denied';
|
||||||
$strAction = 'Action';
|
$strAction = 'Action';
|
||||||
@@ -45,7 +46,6 @@ $strAnyDatabase = 'Any database';
|
|||||||
$strAnyHost = 'Any host';
|
$strAnyHost = 'Any host';
|
||||||
$strAnyTable = 'Any table';
|
$strAnyTable = 'Any table';
|
||||||
$strAnyUser = 'Any user';
|
$strAnyUser = 'Any user';
|
||||||
$strAPrimaryKey = 'A primary key has been added on %s';
|
|
||||||
$strAscending = 'Ascending';
|
$strAscending = 'Ascending';
|
||||||
$strAtBeginningOfTable = 'At Beginning of Table';
|
$strAtBeginningOfTable = 'At Beginning of Table';
|
||||||
$strAtEndOfTable = 'At End of Table';
|
$strAtEndOfTable = 'At End of Table';
|
||||||
@@ -92,9 +92,9 @@ $strConfigureTableCoord = 'Please configure the coordinates for table %s';
|
|||||||
$strConfirm = 'Do you really want to do it?';
|
$strConfirm = 'Do you really want to do it?';
|
||||||
$strConnections = 'Connections';
|
$strConnections = 'Connections';
|
||||||
$strCookiesRequired = 'Cookies must be enabled past this point.';
|
$strCookiesRequired = 'Cookies must be enabled past this point.';
|
||||||
$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.';
|
|
||||||
$strCopyTable = 'Copy table to (database<b>.</b>table):';
|
$strCopyTable = 'Copy table to (database<b>.</b>table):';
|
||||||
$strCopyTableOK = 'Table %s has been copied to %s.';
|
$strCopyTableOK = 'Table %s has been copied to %s.';
|
||||||
|
$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.';
|
||||||
$strCreate = 'Create';
|
$strCreate = 'Create';
|
||||||
$strCreateIndex = 'Create an index on %s columns';
|
$strCreateIndex = 'Create an index on %s columns';
|
||||||
$strCreateIndexTopic = 'Create a new index';
|
$strCreateIndexTopic = 'Create a new index';
|
||||||
@@ -208,6 +208,7 @@ $strKeepPass = 'Do not change the password';
|
|||||||
$strKeyname = 'Keyname';
|
$strKeyname = 'Keyname';
|
||||||
$strKill = 'Kill';
|
$strKill = 'Kill';
|
||||||
|
|
||||||
|
$strLaTeX = 'LaTeX';
|
||||||
$strLandscape = 'Landscape';
|
$strLandscape = 'Landscape';
|
||||||
$strLength = 'Length';
|
$strLength = 'Length';
|
||||||
$strLengthSet = 'Length/Values*';
|
$strLengthSet = 'Length/Values*';
|
||||||
@@ -277,6 +278,8 @@ $strOptions = 'Options';
|
|||||||
$strOr = 'Or';
|
$strOr = 'Or';
|
||||||
$strOverhead = 'Overhead';
|
$strOverhead = 'Overhead';
|
||||||
|
|
||||||
|
$strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.';
|
||||||
|
$strPHPVersion = 'PHP Version';
|
||||||
$strPageNumber = 'Page number:';
|
$strPageNumber = 'Page number:';
|
||||||
$strPartialText = 'Partial Texts';
|
$strPartialText = 'Partial Texts';
|
||||||
$strPassword = 'Password';
|
$strPassword = 'Password';
|
||||||
@@ -288,8 +291,6 @@ $strPdfInvalidTblName = 'The "%s" table doesn\'t exist!';
|
|||||||
$strPdfNoTables = 'No tables';
|
$strPdfNoTables = 'No tables';
|
||||||
$strPerHour = 'per hour';
|
$strPerHour = 'per hour';
|
||||||
$strPhp = 'Create PHP Code';
|
$strPhp = 'Create PHP Code';
|
||||||
$strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.';
|
|
||||||
$strPHPVersion = 'PHP Version';
|
|
||||||
$strPmaDocumentation = 'phpMyAdmin documentation';
|
$strPmaDocumentation = 'phpMyAdmin documentation';
|
||||||
$strPmaUriError = 'The <tt>$cfg[\'PmaAbsoluteUri\']</tt> directive MUST be set in your configuration file!';
|
$strPmaUriError = 'The <tt>$cfg[\'PmaAbsoluteUri\']</tt> directive MUST be set in your configuration file!';
|
||||||
$strPortrait = 'Portrait';
|
$strPortrait = 'Portrait';
|
||||||
@@ -314,6 +315,7 @@ $strQueryOnDb = 'SQL-query on database <b>%s</b>:';
|
|||||||
$strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
|
$strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
|
||||||
$strQueryType = 'Query type';
|
$strQueryType = 'Query type';
|
||||||
|
|
||||||
|
$strReType = 'Re-type';
|
||||||
$strReceived = 'Received';
|
$strReceived = 'Received';
|
||||||
$strRecords = 'Records';
|
$strRecords = 'Records';
|
||||||
$strReferentialIntegrity = 'Check referential integrity:';
|
$strReferentialIntegrity = 'Check referential integrity:';
|
||||||
@@ -329,7 +331,6 @@ $strRepairTable = 'Repair table';
|
|||||||
$strReplace = 'Replace';
|
$strReplace = 'Replace';
|
||||||
$strReplaceTable = 'Replace table data with file';
|
$strReplaceTable = 'Replace table data with file';
|
||||||
$strReset = 'Reset';
|
$strReset = 'Reset';
|
||||||
$strReType = 'Re-type';
|
|
||||||
$strRevoke = 'Revoke';
|
$strRevoke = 'Revoke';
|
||||||
$strRevokeGrant = 'Revoke Grant';
|
$strRevokeGrant = 'Revoke Grant';
|
||||||
$strRevokeGrantMessage = 'You have revoked the Grant privilege for %s';
|
$strRevokeGrantMessage = 'You have revoked the Grant privilege for %s';
|
||||||
@@ -379,8 +380,8 @@ $strServer = 'Server %s';
|
|||||||
$strServerChoice = 'Server Choice';
|
$strServerChoice = 'Server Choice';
|
||||||
$strServerStatus = 'Runtime Information';
|
$strServerStatus = 'Runtime Information';
|
||||||
$strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.';
|
$strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.';
|
||||||
$strServerTabVariables = 'Variables';
|
|
||||||
$strServerTabProcesslist = 'Processes';
|
$strServerTabProcesslist = 'Processes';
|
||||||
|
$strServerTabVariables = 'Variables';
|
||||||
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
|
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
|
||||||
$strServerVars = 'Server variables and settings';
|
$strServerVars = 'Server variables and settings';
|
||||||
$strServerVersion = 'Server version';
|
$strServerVersion = 'Server version';
|
||||||
|
@@ -18,6 +18,7 @@ $month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'O
|
|||||||
$datefmt = '%B %d, %Y at %I:%M %p';
|
$datefmt = '%B %d, %Y at %I:%M %p';
|
||||||
$timespanfmt = '%s days, %s hours, %s minutes and %s seconds';
|
$timespanfmt = '%s days, %s hours, %s minutes and %s seconds';
|
||||||
|
|
||||||
|
$strAPrimaryKey = 'A primary key has been added on %s';
|
||||||
$strAbortedClients = 'Aborted';
|
$strAbortedClients = 'Aborted';
|
||||||
$strAccessDenied = 'Access denied';
|
$strAccessDenied = 'Access denied';
|
||||||
$strAction = 'Action';
|
$strAction = 'Action';
|
||||||
@@ -46,7 +47,6 @@ $strAnyDatabase = 'Any database';
|
|||||||
$strAnyHost = 'Any host';
|
$strAnyHost = 'Any host';
|
||||||
$strAnyTable = 'Any table';
|
$strAnyTable = 'Any table';
|
||||||
$strAnyUser = 'Any user';
|
$strAnyUser = 'Any user';
|
||||||
$strAPrimaryKey = 'A primary key has been added on %s';
|
|
||||||
$strAscending = 'Ascending';
|
$strAscending = 'Ascending';
|
||||||
$strAtBeginningOfTable = 'At Beginning of Table';
|
$strAtBeginningOfTable = 'At Beginning of Table';
|
||||||
$strAtEndOfTable = 'At End of Table';
|
$strAtEndOfTable = 'At End of Table';
|
||||||
@@ -93,9 +93,9 @@ $strConfigureTableCoord = 'Please configure the coordinates for table %s';
|
|||||||
$strConfirm = 'Do you really want to do it?';
|
$strConfirm = 'Do you really want to do it?';
|
||||||
$strConnections = 'Connections';
|
$strConnections = 'Connections';
|
||||||
$strCookiesRequired = 'Cookies must be enabled past this point.';
|
$strCookiesRequired = 'Cookies must be enabled past this point.';
|
||||||
$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.';
|
|
||||||
$strCopyTable = 'Copy table to (database<b>.</b>table):';
|
$strCopyTable = 'Copy table to (database<b>.</b>table):';
|
||||||
$strCopyTableOK = 'Table %s has been copied to %s.';
|
$strCopyTableOK = 'Table %s has been copied to %s.';
|
||||||
|
$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.';
|
||||||
$strCreate = 'Create';
|
$strCreate = 'Create';
|
||||||
$strCreateIndex = 'Create an index on %s columns';
|
$strCreateIndex = 'Create an index on %s columns';
|
||||||
$strCreateIndexTopic = 'Create a new index';
|
$strCreateIndexTopic = 'Create a new index';
|
||||||
@@ -209,6 +209,7 @@ $strKeepPass = 'Do not change the password';
|
|||||||
$strKeyname = 'Keyname';
|
$strKeyname = 'Keyname';
|
||||||
$strKill = 'Kill';
|
$strKill = 'Kill';
|
||||||
|
|
||||||
|
$strLaTeX = 'LaTeX';
|
||||||
$strLandscape = 'Landscape';
|
$strLandscape = 'Landscape';
|
||||||
$strLength = 'Length';
|
$strLength = 'Length';
|
||||||
$strLengthSet = 'Length/Values*';
|
$strLengthSet = 'Length/Values*';
|
||||||
@@ -278,6 +279,8 @@ $strOptions = 'Options';
|
|||||||
$strOr = 'Or';
|
$strOr = 'Or';
|
||||||
$strOverhead = 'Overhead';
|
$strOverhead = 'Overhead';
|
||||||
|
|
||||||
|
$strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.';
|
||||||
|
$strPHPVersion = 'PHP Version';
|
||||||
$strPageNumber = 'Page number:';
|
$strPageNumber = 'Page number:';
|
||||||
$strPartialText = 'Partial Texts';
|
$strPartialText = 'Partial Texts';
|
||||||
$strPassword = 'Password';
|
$strPassword = 'Password';
|
||||||
@@ -289,8 +292,6 @@ $strPdfInvalidTblName = 'The "%s" table doesn\'t exist!';
|
|||||||
$strPdfNoTables = 'No tables';
|
$strPdfNoTables = 'No tables';
|
||||||
$strPerHour = 'per hour';
|
$strPerHour = 'per hour';
|
||||||
$strPhp = 'Create PHP Code';
|
$strPhp = 'Create PHP Code';
|
||||||
$strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.';
|
|
||||||
$strPHPVersion = 'PHP Version';
|
|
||||||
$strPmaDocumentation = 'phpMyAdmin documentation';
|
$strPmaDocumentation = 'phpMyAdmin documentation';
|
||||||
$strPmaUriError = 'The <tt>$cfg[\'PmaAbsoluteUri\']</tt> directive MUST be set in your configuration file!';
|
$strPmaUriError = 'The <tt>$cfg[\'PmaAbsoluteUri\']</tt> directive MUST be set in your configuration file!';
|
||||||
$strPortrait = 'Portrait';
|
$strPortrait = 'Portrait';
|
||||||
@@ -315,6 +316,7 @@ $strQueryOnDb = 'SQL-query on database <b>%s</b>:';
|
|||||||
$strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
|
$strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
|
||||||
$strQueryType = 'Query type';
|
$strQueryType = 'Query type';
|
||||||
|
|
||||||
|
$strReType = 'Re-type';
|
||||||
$strReceived = 'Received';
|
$strReceived = 'Received';
|
||||||
$strRecords = 'Records';
|
$strRecords = 'Records';
|
||||||
$strReferentialIntegrity = 'Check referential integrity:';
|
$strReferentialIntegrity = 'Check referential integrity:';
|
||||||
@@ -330,7 +332,6 @@ $strRepairTable = 'Repair table';
|
|||||||
$strReplace = 'Replace';
|
$strReplace = 'Replace';
|
||||||
$strReplaceTable = 'Replace table data with file';
|
$strReplaceTable = 'Replace table data with file';
|
||||||
$strReset = 'Reset';
|
$strReset = 'Reset';
|
||||||
$strReType = 'Re-type';
|
|
||||||
$strRevoke = 'Revoke';
|
$strRevoke = 'Revoke';
|
||||||
$strRevokeGrant = 'Revoke Grant';
|
$strRevokeGrant = 'Revoke Grant';
|
||||||
$strRevokeGrantMessage = 'You have revoked the Grant privilege for %s';
|
$strRevokeGrantMessage = 'You have revoked the Grant privilege for %s';
|
||||||
@@ -380,8 +381,8 @@ $strServer = 'Server %s';
|
|||||||
$strServerChoice = 'Server Choice';
|
$strServerChoice = 'Server Choice';
|
||||||
$strServerStatus = 'Runtime Information';
|
$strServerStatus = 'Runtime Information';
|
||||||
$strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.';
|
$strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.';
|
||||||
$strServerTabVariables = 'Variables';
|
|
||||||
$strServerTabProcesslist = 'Processes';
|
$strServerTabProcesslist = 'Processes';
|
||||||
|
$strServerTabVariables = 'Variables';
|
||||||
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
|
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
|
||||||
$strServerVars = 'Server variables and settings';
|
$strServerVars = 'Server variables and settings';
|
||||||
$strServerVersion = 'Server version';
|
$strServerVersion = 'Server version';
|
||||||
|
@@ -474,4 +474,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -475,4 +475,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -479,4 +479,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -480,4 +480,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -473,4 +473,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -474,4 +474,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -488,4 +488,5 @@ $strTraffic = 'Traffic'; //to translate
|
|||||||
|
|
||||||
$strVar = 'Variable'; //to translate
|
$strVar = 'Variable'; //to translate
|
||||||
|
|
||||||
|
$strLaTeX = 'LaTeX'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -489,4 +489,5 @@ $strTraffic = 'Traffic'; //to translate
|
|||||||
|
|
||||||
$strVar = 'Variable'; //to translate
|
$strVar = 'Variable'; //to translate
|
||||||
|
|
||||||
|
$strLaTeX = 'LaTeX'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -493,4 +493,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -477,4 +477,5 @@ $strYes = 'Ja';
|
|||||||
|
|
||||||
$strZip = 'Zip-komprimiert';
|
$strZip = 'Zip-komprimiert';
|
||||||
|
|
||||||
|
$strLaTeX = 'LaTeX'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -478,4 +478,5 @@ $strYes = 'Ja';
|
|||||||
|
|
||||||
$strZip = 'Zip-komprimiert';
|
$strZip = 'Zip-komprimiert';
|
||||||
|
|
||||||
|
$strLaTeX = 'LaTeX'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -492,4 +492,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -493,4 +493,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -490,4 +490,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -504,4 +504,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -478,4 +478,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -479,4 +479,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -476,4 +476,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -477,4 +477,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -481,4 +481,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -482,4 +482,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -483,4 +483,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -483,4 +483,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -483,4 +483,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -492,4 +492,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -494,4 +494,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -493,4 +493,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -475,4 +475,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -474,4 +474,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -494,4 +494,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -496,4 +496,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -477,4 +477,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -478,4 +478,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -474,4 +474,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -475,4 +475,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -489,4 +489,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -490,4 +490,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -473,4 +473,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -475,4 +475,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -480,4 +480,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -480,4 +480,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -481,4 +481,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -480,4 +480,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -496,4 +496,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -495,4 +495,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -476,4 +476,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -477,4 +477,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -476,4 +476,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -478,4 +478,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -479,4 +479,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -479,4 +479,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -472,4 +472,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -473,4 +473,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -473,4 +473,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -474,4 +474,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -477,4 +477,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -478,4 +478,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -481,4 +481,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -482,4 +482,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -475,4 +475,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -474,4 +474,5 @@ $strTime = 'Time'; //to translate
|
|||||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -644,5 +644,89 @@ if (!defined('PMA_BUILD_DUMP_LIB_INCLUDED')){
|
|||||||
return $buffer;
|
return $buffer;
|
||||||
} // end of the 'PMA_getTableXML()' function
|
} // end of the 'PMA_getTableXML()' function
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Outputs the content of a table in LaTeX table/sideways table environment
|
||||||
|
*
|
||||||
|
* @param string the database name
|
||||||
|
* @param string the table name
|
||||||
|
* @param string the environment name to be used for the table
|
||||||
|
* @param integer the offset on this table
|
||||||
|
* @param integer the last row to get
|
||||||
|
* @param string the end of line sequence
|
||||||
|
* @param string the url to go back in case of error
|
||||||
|
*
|
||||||
|
* @return string the LaTeX table environment
|
||||||
|
*
|
||||||
|
* @access public
|
||||||
|
*/
|
||||||
|
function PMA_getTableLatex($db, $table, $environment, $limit_from, $limit_to, $crlf, $error_url) {
|
||||||
|
|
||||||
|
$local_query = 'SHOW COLUMNS FROM ' . PMA_backquote($table) . ' FROM ' . PMA_backquote($db);
|
||||||
|
$result = PMA_mysql_query($local_query) or PMA_mysqlDie('', $local_query, '', $error_url);
|
||||||
|
for ($i = 0; $row = PMA_mysql_fetch_array($result, MYSQL_ASSOC); $i++) {
|
||||||
|
$columns[$i] = $row['Field'];
|
||||||
|
}
|
||||||
|
$columns_cnt = count($columns);
|
||||||
|
unset($i);
|
||||||
|
unset($local_query);
|
||||||
|
mysql_free_result($result);
|
||||||
|
|
||||||
|
$tex_escape = array("$", "%", "{", "}", "&", "#", "_", "^");
|
||||||
|
|
||||||
|
$local_query = 'select * from ' . PMA_backquote($db) . '.' . PMA_backquote($table);
|
||||||
|
$result = PMA_mysql_query($local_query) or PMA_mysqlDie('', $local_query, '', $error_url);
|
||||||
|
|
||||||
|
$buffer .= '\begin{table} ' . $crlf
|
||||||
|
. ' \begin{longtable}{|';
|
||||||
|
|
||||||
|
for($index=0;$index<$columns_cnt;$index++) {
|
||||||
|
$buffer .= 'c|';
|
||||||
|
}
|
||||||
|
$buffer .= '} ' . $crlf ;
|
||||||
|
|
||||||
|
$buffer .= ' \\hline \\endhead \\hline \\endfoot \\hline ' . $crlf;
|
||||||
|
|
||||||
|
// print the whole table
|
||||||
|
while ($record = PMA_mysql_fetch_array($result, MYSQL_ASSOC)) {
|
||||||
|
|
||||||
|
// print each row
|
||||||
|
for($i = 0; $i < $columns_cnt; $i++) {
|
||||||
|
if (!function_exists('is_null') || !is_null($record[$columns[$i]])) {
|
||||||
|
$column_value = $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);
|
||||||
|
}
|
||||||
|
|
||||||
|
// last column ... no need for & character
|
||||||
|
if($i == ($columns_cnt - 1)) {
|
||||||
|
$buffer .= $column_value;
|
||||||
|
} else {
|
||||||
|
$buffer .= $column_value . " & ";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
$buffer .= ' \\\\ \hline ' . $crlf;
|
||||||
|
}
|
||||||
|
|
||||||
|
$buffer .= ' \end{longtable} \end{table}' . $crlf;
|
||||||
|
|
||||||
|
mysql_free_result($result);
|
||||||
|
return $buffer;
|
||||||
|
|
||||||
|
} // end getTableLatex
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
} // $__PMA_BUILD_DUMP_LIB__
|
} // $__PMA_BUILD_DUMP_LIB__
|
||||||
?>
|
?>
|
||||||
|
@@ -157,6 +157,9 @@ else {
|
|||||||
} else if ($what == 'xml') {
|
} else if ($what == 'xml') {
|
||||||
$ext = 'xml';
|
$ext = 'xml';
|
||||||
$mime_type = 'text/xml';
|
$mime_type = 'text/xml';
|
||||||
|
} else if ($what == 'latex') {
|
||||||
|
$ext = 'tex';
|
||||||
|
$mime_type = 'application/x-tex';
|
||||||
} else {
|
} else {
|
||||||
$ext = 'sql';
|
$ext = 'sql';
|
||||||
// loic1: 'application/octet-stream' is the registered IANA type but
|
// loic1: 'application/octet-stream' is the registered IANA type but
|
||||||
@@ -204,8 +207,9 @@ if ($num_tables == 0) {
|
|||||||
}
|
}
|
||||||
// At least one table -> do the work
|
// At least one table -> do the work
|
||||||
else {
|
else {
|
||||||
// No csv or xml format -> add some comments at the top
|
// No csv or xml or latex format -> add some comments at the top
|
||||||
if ($what != 'csv' && $what != 'excel' && $what != 'xml') {
|
|
||||||
|
if ($what != 'csv' && $what != 'excel' && $what != 'xml' && $what != 'latex') {
|
||||||
$dump_buffer .= '# phpMyAdmin MySQL-Dump' . $crlf
|
$dump_buffer .= '# phpMyAdmin MySQL-Dump' . $crlf
|
||||||
. '# version ' . PMA_VERSION . $crlf
|
. '# version ' . PMA_VERSION . $crlf
|
||||||
. '# http://www.phpmyadmin.net/ (download page)' . $crlf
|
. '# http://www.phpmyadmin.net/ (download page)' . $crlf
|
||||||
@@ -322,6 +326,45 @@ else {
|
|||||||
$dump_buffer .= '</' . $db . '>' . $crlf;
|
$dump_buffer .= '</' . $db . '>' . $crlf;
|
||||||
} // end 'xml' case
|
} // end 'xml' case
|
||||||
|
|
||||||
|
|
||||||
|
// latex case
|
||||||
|
else if ($GLOBALS['what'] == 'latex') {
|
||||||
|
|
||||||
|
|
||||||
|
$dump_buffer .= '% ' . $crlf
|
||||||
|
. '% phpMyAdmin LaTeX-Dump' . $crlf
|
||||||
|
. '% version ' . PMA_VERSION . $crlf
|
||||||
|
. '% http://www.phpmyadmin.net/ (download page)' . $crlf
|
||||||
|
. '%' . $crlf
|
||||||
|
. '% ' . $strHost . ': ' . $cfg['Server']['host'] . $crlf
|
||||||
|
. '%' . $crlf;
|
||||||
|
|
||||||
|
if (isset($table_select)) {
|
||||||
|
$tmp_select = implode($table_select, '|');
|
||||||
|
$tmp_select = '|' . $tmp_select . '|';
|
||||||
|
}
|
||||||
|
|
||||||
|
$i = 0;
|
||||||
|
while ($i < $num_tables) {
|
||||||
|
|
||||||
|
if (!isset($single)) {
|
||||||
|
$table = PMA_mysql_tablename($tables, $i);
|
||||||
|
}
|
||||||
|
if (!isset($limit_from) || !isset($limit_to)) {
|
||||||
|
$limit_from = $limit_to = 0;
|
||||||
|
}
|
||||||
|
if ((isset($tmp_select) && strpos(' ' . $tmp_select, '|' . $table . '|'))
|
||||||
|
|| (!isset($tmp_select) && !empty($table))) {
|
||||||
|
|
||||||
|
// to do: add option for the formatting ( c, l, r, p)
|
||||||
|
$dump_buffer .= PMA_getTableLatex($db, $table, $environment, $limit_from, $limit_to, $crlf, $err_url);
|
||||||
|
}
|
||||||
|
$i++;
|
||||||
|
}
|
||||||
|
|
||||||
|
} //end latex case
|
||||||
|
|
||||||
|
|
||||||
// 'csv' case
|
// 'csv' case
|
||||||
else {
|
else {
|
||||||
// Handles the EOL character
|
// Handles the EOL character
|
||||||
|
@@ -35,6 +35,21 @@ require('./tbl_properties_table_info.php3');
|
|||||||
<input type="radio" name="what" value="dataonly" id="radio_dump_dataonly" />
|
<input type="radio" name="what" value="dataonly" id="radio_dump_dataonly" />
|
||||||
<label for="radio_dump_dataonly"><?php echo $strDataOnly; ?></label> <br />
|
<label for="radio_dump_dataonly"><?php echo $strDataOnly; ?></label> <br />
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
|
<!-- LaTeX table -->
|
||||||
|
<input type="radio" name="what" value="latex" id="radio_dump_latex" />
|
||||||
|
<label for="radio_dump_latex"><?php echo $strLaTeX; ?></label>
|
||||||
|
<!-- for now we have only one environment supported -->
|
||||||
|
<input type="hidden" name="environment" value="longtable" />
|
||||||
|
<?php /*
|
||||||
|
<select name="environment">
|
||||||
|
<option value="longtable" selected><?php echo $strLaTeXMultipageTable; ?></option>
|
||||||
|
<option value="sideways"><?php echo $strLaTeXSidewaysTable; ?></option>
|
||||||
|
<option value="table"><?php echo $strLaTeXStandardTable; ?></option>
|
||||||
|
</select>
|
||||||
|
*/ ?>
|
||||||
|
<br /><br />
|
||||||
|
|
||||||
<!-- Excel CSV -->
|
<!-- Excel CSV -->
|
||||||
<input type="radio" name="what" value="excel" id="radio_dump_excel" />
|
<input type="radio" name="what" value="excel" id="radio_dump_excel" />
|
||||||
<label for="radio_dump_excel"><?php echo $strStrucExcelCSV; ?></label> <br />
|
<label for="radio_dump_excel"><?php echo $strStrucExcelCSV; ?></label> <br />
|
||||||
|
Reference in New Issue
Block a user