missing messages; typos in messages

This commit is contained in:
Marc Delisle
2009-09-01 17:00:07 +00:00
parent dea8599109
commit 8e2ca7d756
58 changed files with 1997 additions and 43 deletions

View File

@@ -1594,4 +1594,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1593,4 +1593,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1596,4 +1596,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1590,4 +1590,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1569,4 +1569,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1587,4 +1587,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1569,4 +1569,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1577,4 +1577,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1593,4 +1593,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1584,4 +1584,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1590,4 +1590,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1564,4 +1564,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1577,4 +1577,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1574,4 +1574,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1571,4 +1571,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1573,4 +1573,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1569,4 +1569,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1574,4 +1574,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -341,6 +341,7 @@ $strForeignKeyRelationAdded = 'FOREIGN KEY relation added';
$strFormat = 'Format'; $strFormat = 'Format';
$strFormEmpty = 'Missing value in the form!'; $strFormEmpty = 'Missing value in the form!';
$strFreePages = 'Free pages'; $strFreePages = 'Free pages';
$strFull = 'Full';
$strFullText = 'Full Texts'; $strFullText = 'Full Texts';
$strFunction = 'Function'; $strFunction = 'Function';
$strFunctions = 'Functions'; $strFunctions = 'Functions';
@@ -749,11 +750,41 @@ $strRepair = 'Repair';
$strRepairTable = 'Repair table'; $strRepairTable = 'Repair table';
$strReplaceNULLBy = 'Replace NULL by'; $strReplaceNULLBy = 'Replace NULL by';
$strReplaceTable = 'Replace table data with file'; $strReplaceTable = 'Replace table data with file';
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.';
$strReplicationAddSlaveUser = 'Add slave replication user?';
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s';
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.';
$strReplicationControlSlave = 'Control slave:';
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:';
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:';
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:';
$strReplicationMasterConfiguration = 'Master Configuration';
$strReplicationMaster = 'Master Replication';
$strReplication = 'Replication'; $strReplication = 'Replication';
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master';
$strReplicationSelectDatabases = 'Please select databases:';
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?';
$strReplicationShowMasterStatus = 'Show master status';
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!';
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server';
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:';
$strReplicationSlaveErrorManagement = 'Error management:';
$strReplicationSlaveIOThread = 'IO Thread %s only';
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?';
$strReplicationSlaveReset = 'Reset Slave';
$strReplicationSlaveSeeStatus = 'See slave status table';
$strReplicationSlaveSkipCurrentError = 'Skip current error';
$strReplicationSlaveSkipNextErrors = 'errors.';
$strReplicationSlaveSkipNext = 'Skip next';
$strReplicationSlave = 'Slave Replication';
$strReplicationSlaveSQLThread = 'SQL Thread %s only';
$strReplicationStatusInfo = 'This MySQL server works as %s in <b>replication</b> process. For further information about replication status on the server, please visit the <a href="#replication">replication section</a>.'; $strReplicationStatusInfo = 'This MySQL server works as %s in <b>replication</b> process. For further information about replication status on the server, please visit the <a href="#replication">replication section</a>.';
$strReplicationStatus_master = 'Master status'; $strReplicationStatus_master = 'Master status';
$strReplicationStatus = 'Replication status'; $strReplicationStatus = 'Replication status';
$strReplicationStatus_slave = 'Slave status'; $strReplicationStatus_slave = 'Slave status';
$strReplicationSynchronize = 'Synchronize databases with master';
$strReplicationUnableToChange = 'Unable to change master';
$strReplicationUnknownError = 'Unknown error';
$strReset = 'Reset'; $strReset = 'Reset';
$strResourceLimits = 'Resource limits'; $strResourceLimits = 'Resource limits';
$strRestartInsertion = 'Restart insertion with %s rows'; $strRestartInsertion = 'Restart insertion with %s rows';
@@ -1188,6 +1219,7 @@ $strShowingPhp = 'Showing as PHP code';
$strShowingRecords = 'Showing rows'; $strShowingRecords = 'Showing rows';
$strShowingSQL = 'Showing SQL query'; $strShowingSQL = 'Showing SQL query';
$strShowKeys = 'Only show keys'; $strShowKeys = 'Only show keys';
$strShowMasterStatus = 'Show master status';
$strShowOpenTables = 'Show open tables'; $strShowOpenTables = 'Show open tables';
$strShowPHPInfo = 'Show PHP information'; $strShowPHPInfo = 'Show PHP information';
$strShow = 'Show'; $strShow = 'Show';
@@ -1307,6 +1339,7 @@ $strSimplifiedChinese = 'Simplified Chinese';
$strSingly = '(singly)'; $strSingly = '(singly)';
$strSize = 'Size'; $strSize = 'Size';
$strSkipQueries = 'Number of records (queries) to skip from start'; $strSkipQueries = 'Number of records (queries) to skip from start';
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:';
$strSlovak = 'Slovak'; $strSlovak = 'Slovak';
$strSlovenian = 'Slovenian'; $strSlovenian = 'Slovenian';
$strSmallBigAll = 'Small/Big All'; $strSmallBigAll = 'Small/Big All';
@@ -1330,6 +1363,7 @@ $strSQPBugInvalidIdentifer = 'Invalid Identifer';
$strSQPBugUnclosedQuote = 'Unclosed quote'; $strSQPBugUnclosedQuote = 'Unclosed quote';
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; $strSQPBugUnknownPunctuation = 'Unknown Punctuation String';
$strStandInStructureForView = 'Stand-in structure for view'; $strStandInStructureForView = 'Stand-in structure for view';
$strStart ='Start';
$strStatCheckTime = 'Last check'; $strStatCheckTime = 'Last check';
$strStatCreateTime = 'Creation'; $strStatCreateTime = 'Creation';
$strStatement = 'Statements'; $strStatement = 'Statements';
@@ -1337,6 +1371,7 @@ $strStatic = 'static';
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; $strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.';
$strStatUpdateTime = 'Last update'; $strStatUpdateTime = 'Last update';
$strStatus = 'Status'; $strStatus = 'Status';
$strStop = 'Stop';
$strStorageEngines = 'Storage Engines'; $strStorageEngines = 'Storage Engines';
$strStorageEngine = 'Storage Engine'; $strStorageEngine = 'Storage Engine';
$strStrucCSV = 'CSV'; $strStrucCSV = 'CSV';
@@ -1569,45 +1604,4 @@ $strYes = 'Yes';
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.';
$strZip = '"zipped"'; $strZip = '"zipped"';
///////// NEW STRINGS
$strReplcationSelectDatabases = 'Please select databases:';
$strReplcationSynchronize = 'Synchronize databases with master';
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.';
$strReplicationAddSlaveUser = 'Add slave replication user?';
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s';
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.';
$strReplicationControlSlave = 'Control slave:';
$strReplicationMaster = 'Master Replication';
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:';
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:';
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:';
$strReplicationMasterConfiguration = 'Master Configuration';
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master';
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?';
$strReplicationShowMasterStatus = 'Show master status';
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!';
$strReplicationSlave = 'Slave Replication';
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server';
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:';
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?';
$strReplicationSlaveErrorManagement = 'Error management:';
$strReplicationSlaveIOThread = 'IO Thread %s only';
$strReplicationSlaveReset = 'Reset Slave';
$strReplicationSlaveSQLThread = 'SQL Thread %s only';
$strReplicationSlaveSeeStatus = 'See slave status table';
$strReplicationSlaveSkipCurrentError = 'Skip current error';
$strReplicationSlaveSkipNext = 'Skip next';
$strReplicationSlaveSkipNextErrors = 'errors.';
$strReplicationStatus = 'Replication status';
$strPort = 'Port';
$strFull = 'Full';
$strStop = 'Stop';
$strStart ='Start';
$strShowMasterStatus = 'Show master status';
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:';
$strReplicationUnknownError = 'Unknown error';
$strReplicationUnableToChange = 'Unable to change master';
?> ?>

View File

@@ -1575,4 +1575,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1570,4 +1570,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1566,4 +1566,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1568,4 +1568,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1574,4 +1574,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1584,4 +1584,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1592,4 +1592,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1587,4 +1587,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1595,4 +1595,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1571,4 +1571,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1585,4 +1585,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1574,4 +1574,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1575,4 +1575,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1590,4 +1590,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1592,4 +1592,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1584,4 +1584,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1570,4 +1570,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1607,4 +1607,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1590,4 +1590,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1567,4 +1567,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1621,4 +1621,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1563,4 +1563,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1596,4 +1596,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1576,4 +1576,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1580,4 +1580,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1569,4 +1569,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1569,4 +1569,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1572,4 +1572,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1570,4 +1570,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1589,4 +1589,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1567,4 +1567,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1566,4 +1566,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1580,4 +1580,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1591,4 +1591,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1573,4 +1573,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1589,4 +1589,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1571,4 +1571,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -1571,4 +1571,39 @@ $strDatabase_src = 'Source Database'; //to translate
$strDatabase_trg = 'Target Database'; //to translate $strDatabase_trg = 'Target Database'; //to translate
$strRemoteServer = 'Remote Server'; //to translate $strRemoteServer = 'Remote Server'; //to translate
$strCurrentServer = 'Current Server'; //to translate $strCurrentServer = 'Current Server'; //to translate
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user?'; //to translate
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationMaster = 'Master Replication'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
$strReplicationMasterConfiguration = 'Master Configuration'; //to translate
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informating you, that this server <b>is</b> configured as master'; //to translate
$strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationSlave = 'Slave Replication'; //to translate
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveReset = 'Reset Slave'; //to translate
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
$strFull = 'Full'; //to translate
$strStop = 'Stop'; //to translate
$strStart ='Start'; //to translate
$strShowMasterStatus = 'Show master status'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate
$strReplicationUnknownError = 'Unknown error'; //to translate
$strReplicationUnableToChange = 'Unable to change master'; //to translate
?> ?>

View File

@@ -358,7 +358,7 @@ if (isset($GLOBALS['mr_configure'])) {
echo '<option value="ign">'. $GLOBALS['strReplicationMasterChooseIgn'] .'</option>'."\n"; echo '<option value="ign">'. $GLOBALS['strReplicationMasterChooseIgn'] .'</option>'."\n";
echo '</select>'."\n"; echo '</select>'."\n";
echo '<br /><br />'."\n"; echo '<br /><br />'."\n";
echo $GLOBALS['strReplcationSelectDatabases'].'<br />'."\n"; echo $GLOBALS['strReplicationSelectDatabases'].'<br />'."\n";
echo PMA_replication_db_multibox(); echo PMA_replication_db_multibox();
echo '<br /><br />'."\n"; echo '<br /><br />'."\n";
echo $GLOBALS['strReplicationAddLines'].'<br />'."\n"; echo $GLOBALS['strReplicationAddLines'].'<br />'."\n";
@@ -435,7 +435,7 @@ if (!isset($GLOBALS['repl_clear_scr'])) {
echo PMA_replication_print_status_table('slave', true, false); echo PMA_replication_print_status_table('slave', true, false);
if (isset($_SESSION['replication']['m_correct']) && $_SESSION['replication']['m_correct']==true) { if (isset($_SESSION['replication']['m_correct']) && $_SESSION['replication']['m_correct']==true) {
echo PMA_js_mootools_domready($jscode['slave_control_sync']); echo PMA_js_mootools_domready($jscode['slave_control_sync']);
echo ' <li><a href="#" id="slave_synchronization_href">'.$GLOBALS['strReplcationSynchronize'].'</a></li>'."\n"; echo ' <li><a href="#" id="slave_synchronization_href">'.$GLOBALS['strReplicationSynchronize'].'</a></li>'."\n";
echo ' <div id="slave_synchronization_gui" style="display: none">'."\n"; echo ' <div id="slave_synchronization_gui" style="display: none">'."\n";
echo ' <form method="post">'."\n"; echo ' <form method="post">'."\n";
echo PMA_generate_common_hidden_inputs('', ''); echo PMA_generate_common_hidden_inputs('', '');