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

@@ -729,4 +729,12 @@ $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$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
?>