English improvements
This commit is contained in:
parent
8b69972126
commit
50cf99b84d
@ -1585,23 +1585,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1584,23 +1584,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1587,23 +1587,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1581,23 +1581,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1560,23 +1560,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1578,23 +1578,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1560,23 +1560,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1568,23 +1568,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1584,23 +1584,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1575,23 +1575,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1581,23 +1581,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1555,23 +1555,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1568,23 +1568,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1565,23 +1565,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1562,23 +1562,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1541,25 +1541,25 @@ $strZip = '„zazipováno“';
|
||||
// To translate:
|
||||
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate
|
||||
$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
|
||||
$strReplicationControlSlave = 'Control slave:'; //to translate
|
||||
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
|
||||
$strReplicationMasterConfiguration = 'Master configuration'; //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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationMaster = 'Master replication'; //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
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
|
||||
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
|
||||
$strReplicationSlaveIOThread = 'IO Thread %s only'; //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
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationSlaveReset = 'Reset slave'; //to translate
|
||||
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
|
||||
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
|
||||
|
||||
@ -1560,23 +1560,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1565,23 +1565,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -750,29 +750,29 @@ $strRepairTable = 'Repair table';
|
||||
$strReplaceNULLBy = 'Replace NULL by';
|
||||
$strReplaceTable = 'Replace table data with file';
|
||||
$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.';
|
||||
$strReplicationAddSlaveUser = 'Add slave replication user?';
|
||||
$strReplicationAddSlaveUser = 'Add slave replication user';
|
||||
$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s';
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in replication process.';
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.';
|
||||
$strReplicationControlSlave = 'Control slave:';
|
||||
$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.';
|
||||
$strReplicationErrorMasterConnect = 'Unable to connect to master %s.';
|
||||
$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:';
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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';
|
||||
$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?';
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?';
|
||||
$strReplicationShowMasterStatus = 'Show master status';
|
||||
$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!';
|
||||
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server';
|
||||
$strReplicationSlaveConfiguration = 'Slave configuration';
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:';
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a 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?';
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to <a href="%s">configure</a> it?';
|
||||
$strReplicationSlaveReset = 'Reset slave';
|
||||
$strReplicationSlaveSeeStatus = 'See slave status table';
|
||||
$strReplicationSlaveSkipCurrentError = 'Skip current error';
|
||||
|
||||
@ -1566,23 +1566,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1561,23 +1561,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1564,16 +1564,16 @@ $strReplicationControlSlave = 'Contrôler le serveur esclave:';
|
||||
$strReplicationMaster = 'Réplication maître';
|
||||
$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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1560,23 +1560,23 @@ $strCurrentServer = 'Servidor actual';
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1565,23 +1565,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1575,23 +1575,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1583,23 +1583,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1578,23 +1578,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1586,23 +1586,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1562,23 +1562,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1576,23 +1576,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1565,23 +1565,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1566,23 +1566,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1581,23 +1581,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1583,23 +1583,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1575,23 +1575,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1561,23 +1561,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1598,23 +1598,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1581,23 +1581,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1558,23 +1558,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1612,23 +1612,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1554,23 +1554,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1587,23 +1587,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1567,23 +1567,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1571,23 +1571,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1560,23 +1560,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1560,23 +1560,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1563,23 +1563,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1561,23 +1561,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1580,23 +1580,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1558,23 +1558,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1557,23 +1557,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1571,23 +1571,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1582,23 +1582,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1564,23 +1564,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1580,23 +1580,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1562,23 +1562,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
@ -1562,23 +1562,23 @@ $strCurrentServer = 'Current server'; //to translate
|
||||
$strReplicationSelectDatabases = 'Please select databases:'; //to translate
|
||||
$strReplicationSynchronize = 'Synchronize databases with master'; //to translate
|
||||
$strReplicationAddLines = 'Now, add the 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
|
||||
$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
|
||||
$strReplicationConfiguredMaster = 'This server is configured as master in a 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
|
||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a 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
|
||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
||||
$strReplicationSkippingErrorWarn = 'Skipping 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
|
||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user