diff --git a/lang/czech-utf-8.inc.php b/lang/czech-utf-8.inc.php index b5d6fc282..45c76ec67 100644 --- a/lang/czech-utf-8.inc.php +++ b/lang/czech-utf-8.inc.php @@ -769,6 +769,10 @@ $strReplaceTable = 'Přepsat data tabulky souborem'; $strReplicationErrorMasterConnect = 'Nepodařilo se připojit k nadřízenému %s.'; $strReplication = 'Replikace'; $strReplicationSlaveConfiguration = 'Nastavení podřízeného'; +$strReplicationSlaveErrorManagement = 'Práce s chybami:'; +$strReplicationSlaveSkipCurrentError = 'Přeskočit současnou chybu'; +$strReplicationSlaveSkipNextErrors = 'chyb.'; +$strReplicationSlaveSkipNext = 'Přeskočit dalších'; $strReplicationStatusInfo = 'Tento MySQL server pracuje jako %s v replikačním procesu. Pro více informací o stavu replikace se podívejte do sekce replikace.'; $strReplicationStatus_master = 'Stav nadřízeného'; $strReplicationStatus_slave = 'Stav podřízeného'; @@ -1585,15 +1589,11 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowMasterStatus = 'Show master status'; //to translate $strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate $strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate -$strReplicationSlaveErrorManagement = 'Error management:'; //to translate $strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate $strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to configure it?'; //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 $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate $strReplicationSynchronize = 'Synchronize databases with master'; //to translate