This commit is contained in:
Alexander M. Turek
2002-12-10 14:48:41 +00:00
parent 0fc02bb1e7
commit 1080b5c040
92 changed files with 206 additions and 7 deletions

View File

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