From c7524854555590fd2b5b908fc07dc9a067bfecfa Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 10 Sep 2009 17:14:30 +0000 Subject: [PATCH] English improvements --- lang/afrikaans-utf-8.inc.php | 40 ++++++++++++------------- lang/albanian-utf-8.inc.php | 40 ++++++++++++------------- lang/arabic-utf-8.inc.php | 40 ++++++++++++------------- lang/azerbaijani-utf-8.inc.php | 40 ++++++++++++------------- lang/bangla-utf-8.inc.php | 40 ++++++++++++------------- lang/basque-utf-8.inc.php | 40 ++++++++++++------------- lang/belarusian_cyrillic-utf-8.inc.php | 40 ++++++++++++------------- lang/belarusian_latin-utf-8.inc.php | 40 ++++++++++++------------- lang/bosnian-utf-8.inc.php | 40 ++++++++++++------------- lang/brazilian_portuguese-utf-8.inc.php | 40 ++++++++++++------------- lang/bulgarian-utf-8.inc.php | 40 ++++++++++++------------- lang/catalan-utf-8.inc.php | 40 ++++++++++++------------- lang/chinese_simplified-utf-8.inc.php | 40 ++++++++++++------------- lang/chinese_traditional-utf-8.inc.php | 40 ++++++++++++------------- lang/croatian-utf-8.inc.php | 40 ++++++++++++------------- lang/czech-utf-8.inc.php | 16 +++++----- lang/danish-utf-8.inc.php | 40 ++++++++++++------------- lang/dutch-utf-8.inc.php | 40 ++++++++++++------------- lang/english-utf-8.inc.php | 40 ++++++++++++------------- lang/estonian-utf-8.inc.php | 40 ++++++++++++------------- lang/finnish-utf-8.inc.php | 40 ++++++++++++------------- lang/french-utf-8.inc.php | 40 ++++++++++++------------- lang/galician-utf-8.inc.php | 16 +++++----- lang/georgian-utf-8.inc.php | 40 ++++++++++++------------- lang/german-utf-8.inc.php | 40 ++++++++++++------------- lang/greek-utf-8.inc.php | 40 ++++++++++++------------- lang/hebrew-utf-8.inc.php | 40 ++++++++++++------------- lang/hindi-utf-8.inc.php | 40 ++++++++++++------------- lang/hungarian-utf-8.inc.php | 40 ++++++++++++------------- lang/indonesian-utf-8.inc.php | 40 ++++++++++++------------- lang/italian-utf-8.inc.php | 40 ++++++++++++------------- lang/japanese-utf-8.inc.php | 40 ++++++++++++------------- lang/korean-utf-8.inc.php | 40 ++++++++++++------------- lang/latvian-utf-8.inc.php | 40 ++++++++++++------------- lang/lithuanian-utf-8.inc.php | 40 ++++++++++++------------- lang/macedonian_cyrillic-utf-8.inc.php | 40 ++++++++++++------------- lang/malay-utf-8.inc.php | 40 ++++++++++++------------- lang/mongolian-utf-8.inc.php | 40 ++++++++++++------------- lang/norwegian-utf-8.inc.php | 40 ++++++++++++------------- lang/persian-utf-8.inc.php | 40 ++++++++++++------------- lang/polish-utf-8.inc.php | 40 ++++++++++++------------- lang/portuguese-utf-8.inc.php | 40 ++++++++++++------------- lang/romanian-utf-8.inc.php | 40 ++++++++++++------------- lang/russian-utf-8.inc.php | 40 ++++++++++++------------- lang/serbian_cyrillic-utf-8.inc.php | 40 ++++++++++++------------- lang/serbian_latin-utf-8.inc.php | 40 ++++++++++++------------- lang/sinhala-utf-8.inc.php | 40 ++++++++++++------------- lang/slovak-utf-8.inc.php | 40 ++++++++++++------------- lang/slovenian-utf-8.inc.php | 40 ++++++++++++------------- lang/spanish-utf-8.inc.php | 40 ++++++++++++------------- lang/swedish-utf-8.inc.php | 40 ++++++++++++------------- lang/tatarish-utf-8.inc.php | 40 ++++++++++++------------- lang/thai-utf-8.inc.php | 40 ++++++++++++------------- lang/turkish-utf-8.inc.php | 40 ++++++++++++------------- lang/ukrainian-utf-8.inc.php | 40 ++++++++++++------------- lang/uzbek_cyrillic-utf-8.inc.php | 40 ++++++++++++------------- lang/uzbek_latin-utf-8.inc.php | 40 ++++++++++++------------- 57 files changed, 1116 insertions(+), 1116 deletions(-) diff --git a/lang/afrikaans-utf-8.inc.php b/lang/afrikaans-utf-8.inc.php index d3582a8b00..b92318bc98 100644 --- a/lang/afrikaans-utf-8.inc.php +++ b/lang/afrikaans-utf-8.inc.php @@ -1564,47 +1564,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1614,7 +1614,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1622,5 +1622,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/albanian-utf-8.inc.php b/lang/albanian-utf-8.inc.php index e91206b23e..a5c82d3a13 100644 --- a/lang/albanian-utf-8.inc.php +++ b/lang/albanian-utf-8.inc.php @@ -1563,47 +1563,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1613,7 +1613,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1621,5 +1621,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/arabic-utf-8.inc.php b/lang/arabic-utf-8.inc.php index bf93a73a47..c80323b852 100644 --- a/lang/arabic-utf-8.inc.php +++ b/lang/arabic-utf-8.inc.php @@ -1566,47 +1566,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1616,7 +1616,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1624,5 +1624,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/azerbaijani-utf-8.inc.php b/lang/azerbaijani-utf-8.inc.php index d3d98a5757..d1119c5931 100644 --- a/lang/azerbaijani-utf-8.inc.php +++ b/lang/azerbaijani-utf-8.inc.php @@ -1560,47 +1560,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1610,7 +1610,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1618,5 +1618,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/bangla-utf-8.inc.php b/lang/bangla-utf-8.inc.php index 089b765bbc..c771e20537 100644 --- a/lang/bangla-utf-8.inc.php +++ b/lang/bangla-utf-8.inc.php @@ -1539,47 +1539,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1589,7 +1589,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1597,5 +1597,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/basque-utf-8.inc.php b/lang/basque-utf-8.inc.php index 7795e5c183..be54a42463 100644 --- a/lang/basque-utf-8.inc.php +++ b/lang/basque-utf-8.inc.php @@ -1557,47 +1557,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1607,7 +1607,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1615,5 +1615,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/belarusian_cyrillic-utf-8.inc.php b/lang/belarusian_cyrillic-utf-8.inc.php index f563b44123..3552121824 100644 --- a/lang/belarusian_cyrillic-utf-8.inc.php +++ b/lang/belarusian_cyrillic-utf-8.inc.php @@ -1539,47 +1539,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1589,7 +1589,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1597,5 +1597,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/belarusian_latin-utf-8.inc.php b/lang/belarusian_latin-utf-8.inc.php index 3c92d26bf6..973ca14663 100644 --- a/lang/belarusian_latin-utf-8.inc.php +++ b/lang/belarusian_latin-utf-8.inc.php @@ -1547,47 +1547,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1597,7 +1597,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1605,5 +1605,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/bosnian-utf-8.inc.php b/lang/bosnian-utf-8.inc.php index 212361fea1..ea210622ed 100644 --- a/lang/bosnian-utf-8.inc.php +++ b/lang/bosnian-utf-8.inc.php @@ -1563,47 +1563,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1613,7 +1613,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1621,5 +1621,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/brazilian_portuguese-utf-8.inc.php b/lang/brazilian_portuguese-utf-8.inc.php index 9f7643ae48..dada65d3b4 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php +++ b/lang/brazilian_portuguese-utf-8.inc.php @@ -1554,47 +1554,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1604,7 +1604,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1612,5 +1612,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/bulgarian-utf-8.inc.php b/lang/bulgarian-utf-8.inc.php index 07b2dd662d..02cd2a2401 100644 --- a/lang/bulgarian-utf-8.inc.php +++ b/lang/bulgarian-utf-8.inc.php @@ -1560,47 +1560,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1610,7 +1610,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1618,5 +1618,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/catalan-utf-8.inc.php b/lang/catalan-utf-8.inc.php index f66005fb20..4898755def 100644 --- a/lang/catalan-utf-8.inc.php +++ b/lang/catalan-utf-8.inc.php @@ -1534,47 +1534,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1584,7 +1584,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1592,5 +1592,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/chinese_simplified-utf-8.inc.php b/lang/chinese_simplified-utf-8.inc.php index 3ddfd1f988..d152ec6a7f 100644 --- a/lang/chinese_simplified-utf-8.inc.php +++ b/lang/chinese_simplified-utf-8.inc.php @@ -1547,47 +1547,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1597,7 +1597,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1605,5 +1605,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/chinese_traditional-utf-8.inc.php b/lang/chinese_traditional-utf-8.inc.php index 24ecc43792..5539337c91 100644 --- a/lang/chinese_traditional-utf-8.inc.php +++ b/lang/chinese_traditional-utf-8.inc.php @@ -1544,47 +1544,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1594,7 +1594,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1602,5 +1602,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/croatian-utf-8.inc.php b/lang/croatian-utf-8.inc.php index 7b9d3ce65b..e685e2b18e 100644 --- a/lang/croatian-utf-8.inc.php +++ b/lang/croatian-utf-8.inc.php @@ -1541,47 +1541,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1591,7 +1591,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1599,5 +1599,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/czech-utf-8.inc.php b/lang/czech-utf-8.inc.php index 7c29ae9fc5..bf4f6ef38b 100644 --- a/lang/czech-utf-8.inc.php +++ b/lang/czech-utf-8.inc.php @@ -1540,32 +1540,32 @@ $strZip = '„zazipováno“'; // To translate: -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //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 $strReplicationControlSlave = 'Control slave:'; //to translate $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //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 -$strReplicationMaster = 'Master Replication'; //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 is 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 configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //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 $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 configure it?'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate $strReplicationSlaveSkipNextErrors = 'errors.'; //to translate $strReplicationSlaveSkipNext = 'Skip next'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$strReplicationSlave = 'Slave replication'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate @@ -1595,12 +1595,12 @@ $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offli $strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate $strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate $strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/danish-utf-8.inc.php b/lang/danish-utf-8.inc.php index bcc42a05c3..85c98b54ce 100644 --- a/lang/danish-utf-8.inc.php +++ b/lang/danish-utf-8.inc.php @@ -1539,47 +1539,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1589,7 +1589,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1597,5 +1597,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/dutch-utf-8.inc.php b/lang/dutch-utf-8.inc.php index 509724376c..55657e3118 100644 --- a/lang/dutch-utf-8.inc.php +++ b/lang/dutch-utf-8.inc.php @@ -1544,47 +1544,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1594,7 +1594,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1602,5 +1602,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/english-utf-8.inc.php b/lang/english-utf-8.inc.php index dd068ef43e..4ee7d9c284 100644 --- a/lang/english-utf-8.inc.php +++ b/lang/english-utf-8.inc.php @@ -201,7 +201,7 @@ $strCreationDates = 'Creation/Update/Check dates'; $strCriteria = 'Criteria'; $strCroatian = 'Croatian'; $strCSV = 'CSV'; -$strCurrentServer = 'Current Server'; +$strCurrentServer = 'Current server'; $strCustomColor = 'Custom color'; $strCyrillic = 'Cyrillic'; $strCzech = 'Czech'; @@ -216,12 +216,12 @@ $strDatabaseHasBeenDropped = 'Database %s has been dropped.'; $strDatabaseNotExisting = '\'%s\' database does not exist.'; $strDatabases = 'Databases'; $strDatabasesDropped = '%s databases have been dropped successfully.'; -$strDatabase_src = 'Source Database'; +$strDatabase_src = 'Source database'; $strDatabasesStats = 'Databases statistics'; $strDatabasesStatsDisable = 'Disable Statistics'; $strDatabasesStatsEnable = 'Enable Statistics'; $strDatabasesStatsHeavyTraffic = 'Note: Enabling the database statistics here might cause heavy traffic between the web server and the MySQL server.'; -$strDatabase_trg = 'Target Database'; +$strDatabase_trg = 'Target database'; $strData = 'Data'; $strDataDict = 'Data Dictionary'; $strDataDiff = 'Data Difference'; @@ -738,7 +738,7 @@ $strRelationView = 'Relation view'; $strReloadingThePrivileges = 'Reloading the privileges'; $strReloadPrivileges = 'Reload privileges'; $strReload = 'Reload'; -$strRemoteServer = 'Remote Server'; +$strRemoteServer = 'Remote server'; $strRemoveCRLF = 'Remove CRLF characters within fields'; $strRemovePartitioning = 'Remove partitioning'; $strRemoveSelectedUsers = 'Remove selected users'; @@ -749,7 +749,7 @@ $strRepair = 'Repair'; $strRepairTable = 'Repair table'; $strReplaceNULLBy = 'Replace NULL by'; $strReplaceTable = 'Replace table data with file'; -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; +$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?'; $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; @@ -759,26 +759,26 @@ $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:'; -$strReplicationMasterConfiguration = 'Master Configuration'; -$strReplicationMaster = 'Master Replication'; +$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 is configured as master'; $strReplicationSelectDatabases = 'Please select databases:'; $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; $strReplicationShowMasterStatus = 'Show master status'; -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; +$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; $strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; -$strReplicationSlaveConfiguration = 'Slave Configuration'; +$strReplicationSlaveConfiguration = 'Slave configuration'; $strReplicationSlaveConfigured = 'Server is configured as slave in replication process. Would you like to:'; $strReplicationSlaveErrorManagement = 'Error management:'; $strReplicationSlaveIOThread = 'IO Thread %s only'; $strReplicationSlaveNotConfigured = 'This server is not configured as slave in replication process. Would you like to configure it?'; -$strReplicationSlaveReset = 'Reset Slave'; +$strReplicationSlaveReset = 'Reset slave'; $strReplicationSlaveSeeStatus = 'See slave status table'; $strReplicationSlaveSkipCurrentError = 'Skip current error'; $strReplicationSlaveSkipNextErrors = 'errors.'; $strReplicationSlaveSkipNext = 'Skip next'; -$strReplicationSlave = 'Slave Replication'; +$strReplicationSlave = 'Slave replication'; $strReplicationSlaveSQLThread = 'SQL Thread %s only'; $strReplicationStatusInfo = 'This MySQL server works as %s in replication process. For further information about replication status on the server, please visit the replication section.'; $strReplicationStatus_master = 'Master status'; @@ -1342,7 +1342,7 @@ $strSimplifiedChinese = 'Simplified Chinese'; $strSingly = '(singly)'; $strSize = 'Size'; $strSkipQueries = 'Number of records (queries) to skip from start'; -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; $strSlovak = 'Slovak'; $strSlovenian = 'Slovenian'; $strSmallBigAll = 'Small/Big All'; @@ -1403,12 +1403,12 @@ $strSynchronizationNote='Target database will be completely synchronized with so $strSynchronizeDb= 'Synchronize Databases'; $strSynchronize = 'Synchronize'; -$strTableAddColumn = 'Add Column(s)'; +$strTableAddColumn = 'Add column(s)'; $strTableAlreadyExists = 'Table %s already exists!'; -$strTableAlterColumn = 'Alter Column(s)'; +$strTableAlterColumn = 'Alter column(s)'; $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; -$strTableAlterIndex = 'Alter Index(s)'; -$strTableApplyIndex = 'Apply Index(s)'; +$strTableAlterIndex = 'Alter index(s)'; +$strTableApplyIndex = 'Apply index(s)'; $strTableComments = 'Table comments'; $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; $strTableEmpty = 'The table name is empty!'; @@ -1416,18 +1416,18 @@ $strTableHasBeenCreated = 'Table %1$s has been created.'; $strTableHasBeenDropped = 'Table %s has been dropped'; $strTableHasBeenEmptied = 'Table %s has been emptied'; $strTableHasBeenFlushed = 'Table %s has been flushed'; -$strTableInsertRow = 'Insert Row(s)'; +$strTableInsertRow = 'Insert row(s)'; $strTableIsEmpty = 'Table seems to be empty!'; $strTableMaintenance = 'Table maintenance'; $strTableName = 'Table name'; $strTableOfContents = 'Table of contents'; $strTableOptions = 'Table options'; -$strTableRemoveColumn = 'Remove Column(s)'; -$strTableRemoveIndex = 'Remove Index(s)'; +$strTableRemoveColumn = 'Remove column(s)'; +$strTableRemoveIndex = 'Remove index(s)'; $strTables = '%s table(s)'; $strTableStructure = 'Table structure for table'; $strTable = 'Table'; -$strTableUpdateRow = 'Update Row(s)'; +$strTableUpdateRow = 'Update row(s)'; $strTakeIt = 'take it'; $strTblPrivileges = 'Table-specific privileges'; $strTempData = 'Temporary data'; diff --git a/lang/estonian-utf-8.inc.php b/lang/estonian-utf-8.inc.php index 5bfe5a2ef4..fb685bd7b3 100644 --- a/lang/estonian-utf-8.inc.php +++ b/lang/estonian-utf-8.inc.php @@ -1545,47 +1545,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1595,7 +1595,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1603,5 +1603,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/finnish-utf-8.inc.php b/lang/finnish-utf-8.inc.php index a267323eab..69824b0f32 100644 --- a/lang/finnish-utf-8.inc.php +++ b/lang/finnish-utf-8.inc.php @@ -1540,47 +1540,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1590,7 +1590,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1598,5 +1598,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/french-utf-8.inc.php b/lang/french-utf-8.inc.php index f8ed5adbf0..9bc3decd05 100644 --- a/lang/french-utf-8.inc.php +++ b/lang/french-utf-8.inc.php @@ -1536,47 +1536,47 @@ $strStructureSyn = 'Synchronisation de structure'; $strDataSyn = 'Synchronisation des données'; $strStructureDiff = 'Différence dans la structure'; $strDataDiff = 'Différence dans les données'; -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1586,7 +1586,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1594,5 +1594,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/galician-utf-8.inc.php b/lang/galician-utf-8.inc.php index 4261474959..7a66e5008f 100644 --- a/lang/galician-utf-8.inc.php +++ b/lang/galician-utf-8.inc.php @@ -1559,27 +1559,27 @@ $strCurrentServer = 'Servidor actual'; $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1589,7 +1589,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1597,5 +1597,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/georgian-utf-8.inc.php b/lang/georgian-utf-8.inc.php index c714e0aa1a..6575b2daf9 100644 --- a/lang/georgian-utf-8.inc.php +++ b/lang/georgian-utf-8.inc.php @@ -1544,47 +1544,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1594,7 +1594,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1602,5 +1602,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/german-utf-8.inc.php b/lang/german-utf-8.inc.php index bce34fefcf..51d2d55c0a 100644 --- a/lang/german-utf-8.inc.php +++ b/lang/german-utf-8.inc.php @@ -1554,47 +1554,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1604,7 +1604,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1612,5 +1612,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/greek-utf-8.inc.php b/lang/greek-utf-8.inc.php index d83923d765..7d3b2c86e4 100644 --- a/lang/greek-utf-8.inc.php +++ b/lang/greek-utf-8.inc.php @@ -1562,47 +1562,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1612,7 +1612,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1620,5 +1620,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/hebrew-utf-8.inc.php b/lang/hebrew-utf-8.inc.php index 40425545a7..69b1c8977d 100644 --- a/lang/hebrew-utf-8.inc.php +++ b/lang/hebrew-utf-8.inc.php @@ -1557,47 +1557,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1607,7 +1607,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1615,5 +1615,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/hindi-utf-8.inc.php b/lang/hindi-utf-8.inc.php index e56e31367c..3b98e0f3af 100644 --- a/lang/hindi-utf-8.inc.php +++ b/lang/hindi-utf-8.inc.php @@ -1565,47 +1565,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1615,7 +1615,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1623,5 +1623,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/hungarian-utf-8.inc.php b/lang/hungarian-utf-8.inc.php index a813ffbed6..13b13b23e4 100644 --- a/lang/hungarian-utf-8.inc.php +++ b/lang/hungarian-utf-8.inc.php @@ -1541,47 +1541,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1591,7 +1591,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1599,5 +1599,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/indonesian-utf-8.inc.php b/lang/indonesian-utf-8.inc.php index 25d3025431..cc327b4e16 100644 --- a/lang/indonesian-utf-8.inc.php +++ b/lang/indonesian-utf-8.inc.php @@ -1555,47 +1555,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1605,7 +1605,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1613,5 +1613,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/italian-utf-8.inc.php b/lang/italian-utf-8.inc.php index 171d4db8f4..ac3f681527 100644 --- a/lang/italian-utf-8.inc.php +++ b/lang/italian-utf-8.inc.php @@ -1544,47 +1544,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1594,7 +1594,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1602,5 +1602,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/japanese-utf-8.inc.php b/lang/japanese-utf-8.inc.php index f7c04aa4d3..0710da3e35 100644 --- a/lang/japanese-utf-8.inc.php +++ b/lang/japanese-utf-8.inc.php @@ -1545,47 +1545,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1595,7 +1595,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1603,5 +1603,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/korean-utf-8.inc.php b/lang/korean-utf-8.inc.php index 7166b356f4..ba9657f401 100644 --- a/lang/korean-utf-8.inc.php +++ b/lang/korean-utf-8.inc.php @@ -1560,47 +1560,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1610,7 +1610,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1618,5 +1618,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/latvian-utf-8.inc.php b/lang/latvian-utf-8.inc.php index abba18aa9e..73ae5e0504 100644 --- a/lang/latvian-utf-8.inc.php +++ b/lang/latvian-utf-8.inc.php @@ -1562,47 +1562,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1612,7 +1612,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1620,5 +1620,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/lithuanian-utf-8.inc.php b/lang/lithuanian-utf-8.inc.php index 2ce4dc7c8c..4cfca58923 100644 --- a/lang/lithuanian-utf-8.inc.php +++ b/lang/lithuanian-utf-8.inc.php @@ -1554,47 +1554,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1604,7 +1604,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1612,5 +1612,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/macedonian_cyrillic-utf-8.inc.php b/lang/macedonian_cyrillic-utf-8.inc.php index 1caf30c7c4..dab294d71c 100644 --- a/lang/macedonian_cyrillic-utf-8.inc.php +++ b/lang/macedonian_cyrillic-utf-8.inc.php @@ -1540,47 +1540,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1590,7 +1590,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1598,5 +1598,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/malay-utf-8.inc.php b/lang/malay-utf-8.inc.php index e4fbe969b0..9ec988ab3f 100644 --- a/lang/malay-utf-8.inc.php +++ b/lang/malay-utf-8.inc.php @@ -1577,47 +1577,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1627,7 +1627,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1635,5 +1635,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/mongolian-utf-8.inc.php b/lang/mongolian-utf-8.inc.php index 9f7948fa12..1cd4aad300 100644 --- a/lang/mongolian-utf-8.inc.php +++ b/lang/mongolian-utf-8.inc.php @@ -1560,47 +1560,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1610,7 +1610,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1618,5 +1618,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/norwegian-utf-8.inc.php b/lang/norwegian-utf-8.inc.php index be2b143914..4f67ac5f38 100644 --- a/lang/norwegian-utf-8.inc.php +++ b/lang/norwegian-utf-8.inc.php @@ -1537,47 +1537,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1587,7 +1587,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1595,5 +1595,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/persian-utf-8.inc.php b/lang/persian-utf-8.inc.php index 4113f7427f..1bc3e51508 100644 --- a/lang/persian-utf-8.inc.php +++ b/lang/persian-utf-8.inc.php @@ -1591,47 +1591,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1641,7 +1641,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1649,5 +1649,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/polish-utf-8.inc.php b/lang/polish-utf-8.inc.php index c62706f8b1..a7c2af429a 100644 --- a/lang/polish-utf-8.inc.php +++ b/lang/polish-utf-8.inc.php @@ -1533,47 +1533,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1583,7 +1583,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1591,5 +1591,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/portuguese-utf-8.inc.php b/lang/portuguese-utf-8.inc.php index 2abf933d3a..a1f8ff7b36 100644 --- a/lang/portuguese-utf-8.inc.php +++ b/lang/portuguese-utf-8.inc.php @@ -1566,47 +1566,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1616,7 +1616,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1624,5 +1624,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/romanian-utf-8.inc.php b/lang/romanian-utf-8.inc.php index de2450c9fd..46332200ab 100644 --- a/lang/romanian-utf-8.inc.php +++ b/lang/romanian-utf-8.inc.php @@ -1546,47 +1546,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1596,7 +1596,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1604,5 +1604,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/russian-utf-8.inc.php b/lang/russian-utf-8.inc.php index 8cc45c546f..c5bd3ff282 100644 --- a/lang/russian-utf-8.inc.php +++ b/lang/russian-utf-8.inc.php @@ -1550,47 +1550,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1600,7 +1600,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1608,5 +1608,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/serbian_cyrillic-utf-8.inc.php b/lang/serbian_cyrillic-utf-8.inc.php index fe59168e83..75aa5df0c1 100644 --- a/lang/serbian_cyrillic-utf-8.inc.php +++ b/lang/serbian_cyrillic-utf-8.inc.php @@ -1539,47 +1539,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1589,7 +1589,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1597,5 +1597,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/serbian_latin-utf-8.inc.php b/lang/serbian_latin-utf-8.inc.php index c300e566b4..1eeab957ec 100644 --- a/lang/serbian_latin-utf-8.inc.php +++ b/lang/serbian_latin-utf-8.inc.php @@ -1539,47 +1539,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1589,7 +1589,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1597,5 +1597,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/sinhala-utf-8.inc.php b/lang/sinhala-utf-8.inc.php index e0bd7c2138..cc95793317 100644 --- a/lang/sinhala-utf-8.inc.php +++ b/lang/sinhala-utf-8.inc.php @@ -1542,47 +1542,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1592,7 +1592,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1600,5 +1600,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/slovak-utf-8.inc.php b/lang/slovak-utf-8.inc.php index 8d4b0ae4b0..f45b7e6c2b 100644 --- a/lang/slovak-utf-8.inc.php +++ b/lang/slovak-utf-8.inc.php @@ -1540,47 +1540,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1590,7 +1590,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1598,5 +1598,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/slovenian-utf-8.inc.php b/lang/slovenian-utf-8.inc.php index 07d117ade6..101d4e58c1 100644 --- a/lang/slovenian-utf-8.inc.php +++ b/lang/slovenian-utf-8.inc.php @@ -1559,47 +1559,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1609,7 +1609,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1617,5 +1617,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/spanish-utf-8.inc.php b/lang/spanish-utf-8.inc.php index a768a0fa72..2ab562db88 100644 --- a/lang/spanish-utf-8.inc.php +++ b/lang/spanish-utf-8.inc.php @@ -1537,47 +1537,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1587,7 +1587,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1595,5 +1595,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/swedish-utf-8.inc.php b/lang/swedish-utf-8.inc.php index 3cb3d89023..dd556513df 100644 --- a/lang/swedish-utf-8.inc.php +++ b/lang/swedish-utf-8.inc.php @@ -1536,47 +1536,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1586,7 +1586,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1594,5 +1594,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/tatarish-utf-8.inc.php b/lang/tatarish-utf-8.inc.php index da97d4d46a..06700ba8ac 100644 --- a/lang/tatarish-utf-8.inc.php +++ b/lang/tatarish-utf-8.inc.php @@ -1550,47 +1550,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1600,7 +1600,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1608,5 +1608,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/thai-utf-8.inc.php b/lang/thai-utf-8.inc.php index 47a675419e..bca2272e5c 100644 --- a/lang/thai-utf-8.inc.php +++ b/lang/thai-utf-8.inc.php @@ -1561,47 +1561,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1611,7 +1611,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1619,5 +1619,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/turkish-utf-8.inc.php b/lang/turkish-utf-8.inc.php index 09deac0da1..3ca4117920 100644 --- a/lang/turkish-utf-8.inc.php +++ b/lang/turkish-utf-8.inc.php @@ -1543,47 +1543,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1593,7 +1593,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1601,5 +1601,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/ukrainian-utf-8.inc.php b/lang/ukrainian-utf-8.inc.php index d201441576..8a33c0f4d5 100644 --- a/lang/ukrainian-utf-8.inc.php +++ b/lang/ukrainian-utf-8.inc.php @@ -1559,47 +1559,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1609,7 +1609,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1617,5 +1617,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/uzbek_cyrillic-utf-8.inc.php b/lang/uzbek_cyrillic-utf-8.inc.php index 1676f252cc..78a429a59c 100644 --- a/lang/uzbek_cyrillic-utf-8.inc.php +++ b/lang/uzbek_cyrillic-utf-8.inc.php @@ -1541,47 +1541,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1591,7 +1591,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1599,5 +1599,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?> diff --git a/lang/uzbek_latin-utf-8.inc.php b/lang/uzbek_latin-utf-8.inc.php index 908c8ad0b8..6b474dcf56 100644 --- a/lang/uzbek_latin-utf-8.inc.php +++ b/lang/uzbek_latin-utf-8.inc.php @@ -1541,47 +1541,47 @@ $strStructureSyn = 'Structure Synchronization'; //to translate $strDataSyn = 'Data Synchronization'; //to translate $strStructureDiff = 'Structure Difference' ; //to translate $strDataDiff = 'Data Difference'; //to translate -$strTableAddColumn = 'Add Column(s)'; //to translate -$strTableRemoveColumn = 'Remove Column(s)'; //to translate -$strTableAlterColumn = 'Alter Column(s)'; //to translate -$strTableRemoveIndex = 'Remove Index(s)'; //to translate -$strTableAlterIndex = 'Alter Index(s)'; //to translate -$strTableApplyIndex = 'Apply Index(s)'; //to translate -$strTableUpdateRow = 'Update Row(s)'; //to translate -$strTableInsertRow = 'Insert Row(s)'; //to translate +$strTableAddColumn = 'Add column(s)'; //to translate +$strTableRemoveColumn = 'Remove column(s)'; //to translate +$strTableAlterColumn = 'Alter column(s)'; //to translate +$strTableRemoveIndex = 'Remove index(s)'; //to translate +$strTableAlterIndex = 'Alter index(s)'; //to translate +$strTableApplyIndex = 'Apply index(s)'; //to translate +$strTableUpdateRow = 'Update row(s)'; //to translate +$strTableInsertRow = 'Insert row(s)'; //to translate $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate $strPort = 'Port'; //to translate $strSocket = 'Socket'; //to translate $strCouldNotConnectSource = 'Could not connect to the source'; //to translate $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate -$strDatabase_src = 'Source Database'; //to translate -$strDatabase_trg = 'Target Database'; //to translate -$strRemoteServer = 'Remote Server'; //to translate -$strCurrentServer = 'Current Server'; //to translate +$strDatabase_src = 'Source database'; //to translate +$strDatabase_trg = 'Target database'; //to translate +$strRemoteServer = 'Remote server'; //to translate +$strCurrentServer = 'Current server'; //to translate $strReplicationSelectDatabases = 'Please select databases:'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate -$strReplicationAddLines = 'Now, add following lines at the end of your my.cnf and please restart the mysql server afterwards.'; //to translate +$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 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate $strReplicationConfiguredMaster = 'This server is configured as master in replication process.'; //to translate $strReplicationControlSlave = 'Control slave:'; //to translate -$strReplicationMaster = 'Master Replication'; //to translate +$strReplicationMaster = 'Master replication'; //to translate $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate $strReplicationMasterChooseMode = 'This server is not configured as master server in replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate -$strReplicationMasterConfiguration = 'Master Configuration'; //to translate +$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 is configured as master'; //to translate $strReplicationServernConfiguredMaster = 'This server is not configured as master in replication process. Would you like to configure it?'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate -$strReplicationSkippingErrorWarn = 'Skiping error(s) might lead into unsynchronized master and slave!'; //to translate -$strReplicationSlave = 'Slave Replication'; //to translate +$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 configure it?'; //to translate $strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate -$strReplicationSlaveReset = 'Reset Slave'; //to translate +$strReplicationSlaveReset = 'Reset slave'; //to translate $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate @@ -1591,7 +1591,7 @@ $strFull = 'Full'; //to translate $strStop = 'Stop'; //to translate $strStart ='Start'; //to translate $strShowMasterStatus = 'Show master status'; //to translate -$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add following line into [mysqld] section:'; //to translate +$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate $strReplicationUnknownError = 'Unknown error'; //to translate $strReplicationUnableToChange = 'Unable to change master'; //to translate $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate @@ -1599,5 +1599,5 @@ $strTrackingStatusNotActive = 'not active'; //to translate $strTrackingIsNotActive = 'Tracking is not active.'; //to translate $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate -$strReplicationSlaveConfiguration = 'Slave Configuration'; //to translate +$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate ?>