Added support for displaying bin logs (RFE #1011770).

This commit is contained in:
Michal Čihař
2004-10-20 15:13:10 +00:00
parent b53b6a2e27
commit 7579740819
107 changed files with 962 additions and 0 deletions

View File

@@ -723,4 +723,12 @@ $strYes = 'Yes';
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.';
$strZip = '"zipped"';
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
?>