From b0a6ad4dd6d9db433f76cf05be9c26989fd39905 Mon Sep 17 00:00:00 2001 From: Herman van Rink Date: Fri, 29 Jan 2010 13:14:52 +0000 Subject: [PATCH] Dutch translation update --- lang/dutch-utf-8.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/dutch-utf-8.inc.php b/lang/dutch-utf-8.inc.php index c15aac017f..92b992025e 100644 --- a/lang/dutch-utf-8.inc.php +++ b/lang/dutch-utf-8.inc.php @@ -791,8 +791,10 @@ $strReplicationSlaveConfiguration = 'Slave instellingen'; $strReplicationSlaveConfigured = 'Server is ingesteld als slave in een replicatie proces.'; $strReplicationSlaveErrorManagement = 'Fouten beheer:'; $strReplicationSlaveIOThread = '%s de IO Thread'; +$strReplicationSlaveIOThreadNotRunning = 'Slave IO Thread niet actief!'; $strReplicationSlaveNotConfigured = 'Deze server is niet ingesteld als slave in een replicatie proces. Wilt u dit nu instellen?'; $strReplicationSlaveSQLThread = '%s de SQL Thread'; +$strReplicationSlaveSQLThreadNotRunning = 'Slave SQL Thread niet actief!'; $strReplicationSlaveSeeStatus = 'Slave status tabel'; $strReplicationSlaveSkipCurrentError = 'Sla de huidige error over'; $strReplicationSlaveSkipNext = 'Sla de volgende'; @@ -1634,6 +1636,4 @@ $strReplicationSlaveReset = 'Reset slave'; //to translate $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate -$strReplicationSlaveSQLThreadNotRunning = 'Slave SQL Thread not running!'; //to translate -$strReplicationSlaveIOThreadNotRunning = 'Slave IO Thread not running!'; //to translate ?> -- 2.11.4.GIT