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

@@ -16,6 +16,9 @@ $Source$
* libraries/display_tbl.lib.php: Comments now work for multi table selects
(bug #789647).
* server_processlist.php: Display executed SQL.
* main.php, server_common.inc.php, server_links.inc.php,
server_binlog.php, lang/*: Added support for displaying bin logs (RFE
#1011770).
2004-10-19 Marc Delisle <lem9@users.sourceforge.net>
* libraries/database_interface.lib.php: bug #1041667, correctly

View File

@@ -737,4 +737,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
?>

View File

@@ -738,4 +738,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
?>

View File

@@ -727,4 +727,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
?>

View File

@@ -728,4 +728,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
?>

View File

@@ -731,4 +731,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
?>

View File

@@ -730,4 +730,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
?>

View File

@@ -726,4 +726,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
?>

View File

@@ -727,4 +727,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
?>

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
?>

View File

@@ -730,4 +730,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
?>

View File

@@ -736,4 +736,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
?>

View File

@@ -735,4 +735,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
?>

View File

@@ -751,4 +751,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
?>

View File

@@ -752,4 +752,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
?>

View File

@@ -736,4 +736,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
?>

View File

@@ -737,4 +737,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
?>

View File

@@ -736,4 +736,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
?>

View File

@@ -722,4 +722,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
?>

View File

@@ -723,4 +723,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
?>

View File

@@ -728,4 +728,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
?>

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
?>

View File

@@ -728,4 +728,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
?>

View File

@@ -732,4 +732,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
?>

View File

@@ -750,4 +750,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
?>

View File

@@ -751,4 +751,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
?>

View File

@@ -750,4 +750,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
?>

View File

@@ -75,8 +75,15 @@ $strBack = 'Zp
$strBaltic = 'Baltick<63>';
$strBeginCut = 'ZA<5A><41>TEK V<>PISU';
$strBeginRaw = 'ZA<5A><41>TEK V<>PISU';
$strBinLogEventType = 'Typ ud<75>losti';
$strBinLogInfo = 'Informace';
$strBinLogName = 'Jm<4A>no logu';
$strBinLogOriginalPosition = 'P<>vodn<64> pozice';
$strBinLogPosition = 'Pozice';
$strBinLogServerId = 'ID serveru';
$strBinary = ' Bin<69>rn<72> ';
$strBinaryDoNotEdit = ' Bin<69>rn<72> - neupravujte ';
$strBinaryLog = 'Bin<69>rn<72> log';
$strBookmarkAllUsers = 'Umo<6D>nit v<>em u<>ivatel<65>m pou<6F><75>vat tuto polo<6C>ku';
$strBookmarkDeleted = 'Polo<6C>ka byla smaz<61>na z&nbsp;obl<62>ben<65>ch.';
$strBookmarkLabel = 'N<>zev';
@@ -573,6 +580,7 @@ $strSearchType = 'Naj
$strSecretRequired = 'Nastavte kl<6B><6C> pro <20>ifrov<6F>n<EFBFBD> cookies (blowfish_secret) v&nbsp;konfigura<72>n<EFBFBD>m souboru (config.inc.php).';
$strSelectADb = 'Pros<6F>m vyberte datab<61>zi';
$strSelectAll = 'Vybrat v<>e';
$strSelectBinaryLog = 'Zvolte bin<69>rn<72> log pro zobrazen<65>';
$strSelectFields = 'Zvolte sloupec (alespo<70> jeden):';
$strSelectNumRows = 'v&nbsp;dotazu';
$strSelectTables = 'Vybrat tabulky';

View File

@@ -76,8 +76,15 @@ $strBack = 'Zpět';
$strBaltic = 'Baltické';
$strBeginCut = 'ZAČÁTEK VÝPISU';
$strBeginRaw = 'ZAČÁTEK VÝPISU';
$strBinLogEventType = 'Typ události';
$strBinLogInfo = 'Informace';
$strBinLogName = 'Jméno logu';
$strBinLogOriginalPosition = 'Původní pozice';
$strBinLogPosition = 'Pozice';
$strBinLogServerId = 'ID serveru';
$strBinary = ' Binární ';
$strBinaryDoNotEdit = ' Binární - neupravujte ';
$strBinaryLog = 'Binární log';
$strBookmarkAllUsers = 'Umožnit všem uživatelům používat tuto položku';
$strBookmarkDeleted = 'Položka byla smazána z&nbsp;oblíbených.';
$strBookmarkLabel = 'Název';
@@ -574,6 +581,7 @@ $strSearchType = 'Najít:';
$strSecretRequired = 'Nastavte klíč pro šifrování cookies (blowfish_secret) v&nbsp;konfiguračním souboru (config.inc.php).';
$strSelectADb = 'Prosím vyberte databázi';
$strSelectAll = 'Vybrat vše';
$strSelectBinaryLog = 'Zvolte binární log pro zobrazení';
$strSelectFields = 'Zvolte sloupec (alespoň jeden):';
$strSelectNumRows = 'v&nbsp;dotazu';
$strSelectTables = 'Vybrat tabulky';

View File

@@ -75,8 +75,15 @@ $strBack = 'Zp
$strBaltic = 'Baltick<63>';
$strBeginCut = 'ZA<5A><41>TEK V<>PISU';
$strBeginRaw = 'ZA<5A><41>TEK V<>PISU';
$strBinLogEventType = 'Typ ud<75>losti';
$strBinLogInfo = 'Informace';
$strBinLogName = 'Jm<4A>no logu';
$strBinLogOriginalPosition = 'P<>vodn<64> pozice';
$strBinLogPosition = 'Pozice';
$strBinLogServerId = 'ID serveru';
$strBinary = ' Bin<69>rn<72> ';
$strBinaryDoNotEdit = ' Bin<69>rn<72> - neupravujte ';
$strBinaryLog = 'Bin<69>rn<72> log';
$strBookmarkAllUsers = 'Umo<6D>nit v<>em u<>ivatel<65>m pou<6F><75>vat tuto polo<6C>ku';
$strBookmarkDeleted = 'Polo<6C>ka byla smaz<61>na z&nbsp;obl<62>ben<65>ch.';
$strBookmarkLabel = 'N<>zev';
@@ -573,6 +580,7 @@ $strSearchType = 'Naj
$strSecretRequired = 'Nastavte kl<6B><6C> pro <20>ifrov<6F>n<EFBFBD> cookies (blowfish_secret) v&nbsp;konfigura<72>n<EFBFBD>m souboru (config.inc.php).';
$strSelectADb = 'Pros<6F>m vyberte datab<61>zi';
$strSelectAll = 'Vybrat v<>e';
$strSelectBinaryLog = 'Zvolte bin<69>rn<72> log pro zobrazen<65>';
$strSelectFields = 'Zvolte sloupec (alespo<70> jeden):';
$strSelectNumRows = 'v&nbsp;dotazu';
$strSelectTables = 'Vybrat tabulky';

View File

@@ -722,4 +722,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
?>

View File

@@ -723,4 +723,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
?>

View File

@@ -726,4 +726,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
?>

View File

@@ -727,4 +727,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
?>

View File

@@ -722,4 +722,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
?>

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
?>

View File

@@ -722,4 +722,12 @@ $strZip = '"zipitud"';
$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
?>

View File

@@ -723,4 +723,12 @@ $strZip = '"zipitud"';
$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
?>

View File

@@ -747,4 +747,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
?>

View File

@@ -748,4 +748,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
?>

View File

@@ -723,4 +723,12 @@ $strYes = 'Oui';
$strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enl<6E>ve la limite.';
$strZip = '"zipp<70>"';
$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
?>

View File

@@ -724,4 +724,12 @@ $strYes = 'Oui';
$strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlève la limite.';
$strZip = '"zippé"';
$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
?>

View File

@@ -727,4 +727,12 @@ $strZip = 'comprimido no formato "zip"';
$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
?>

View File

@@ -728,4 +728,12 @@ $strZip = 'comprimido no formato "zip"';
$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
?>

View File

@@ -751,4 +751,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
?>

View File

@@ -730,4 +730,12 @@ $strZip = 'Zip-komprimiert';
$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
?>

View File

@@ -731,4 +731,12 @@ $strZip = 'Zip-komprimiert';
$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
?>

View File

@@ -731,4 +731,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
?>

View File

@@ -732,4 +732,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
?>

View File

@@ -747,4 +747,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
?>

View File

@@ -748,4 +748,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
?>

View File

@@ -755,4 +755,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
?>

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
?>

View File

@@ -730,4 +730,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
?>

View File

@@ -722,4 +722,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
?>

View File

@@ -723,4 +723,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
?>

View File

@@ -727,4 +727,12 @@ $strZip = '"compresso con zip"';
$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
?>

View File

@@ -728,4 +728,12 @@ $strZip = '"compresso con zip"';
$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
?>

View File

@@ -743,4 +743,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
?>

View File

@@ -744,4 +744,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
?>

View File

@@ -744,4 +744,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
?>

View File

@@ -745,4 +745,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
?>

View File

@@ -746,4 +746,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
?>

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
?>

View File

@@ -728,4 +728,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
?>

View File

@@ -723,4 +723,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
?>

View File

@@ -722,4 +722,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
?>

View File

@@ -746,4 +746,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
?>

View File

@@ -747,4 +747,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
?>

View File

@@ -726,4 +726,12 @@ $strZip = 'Komprimert (zip)';
$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
?>

View File

@@ -727,4 +727,12 @@ $strZip = 'Komprimert (zip)';
$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
?>

View File

@@ -752,4 +752,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
?>

View File

@@ -751,4 +751,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
?>

View File

@@ -722,4 +722,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
?>

View File

@@ -723,4 +723,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
?>

View File

@@ -742,4 +742,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
?>

View File

@@ -743,4 +743,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
?>

View File

@@ -723,4 +723,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
?>

View File

@@ -724,4 +724,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
?>

View File

@@ -730,4 +730,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
?>

View File

@@ -730,4 +730,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
?>

View File

@@ -731,4 +731,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
?>

View File

@@ -730,4 +730,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
?>

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
?>

View File

@@ -728,4 +728,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
?>

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
?>

View File

@@ -728,4 +728,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
?>

View File

@@ -724,4 +724,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
?>

View File

@@ -725,4 +725,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
?>

View File

@@ -724,4 +724,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
?>

View File

@@ -724,4 +724,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
?>

View File

@@ -725,4 +725,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
?>

View File

@@ -724,4 +724,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
?>

View File

@@ -722,4 +722,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
?>

View File

@@ -723,4 +723,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
?>

View File

@@ -722,4 +722,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
?>

View File

@@ -723,4 +723,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
?>

View File

@@ -747,4 +747,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
?>

View File

@@ -748,4 +748,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
?>

View File

@@ -736,4 +736,12 @@ $strZip = '"ziplenmi
$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
?>

Some files were not shown because too many files have changed in this diff Show More