[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdepim/kitchensync/src
From:       Laurent Montel <montel () kde ! org>
Date:       2008-06-23 15:01:44
Message-ID: 1214233304.193931.26797.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 823481 by mlaurent:

Add missing i18n


 M  +1 -1      configguijescs.cpp  
 M  +4 -3      configguisynce.cpp  
 M  +1 -1      groupitem.cpp  


--- trunk/KDE/kdepim/kitchensync/src/configguijescs.cpp #823480:823481
@@ -94,6 +94,6 @@
   layout->addWidget( mPassword, 2, 1, 1, 2 );
 
   mDelNotify = new QCheckBox( this );
-  mDelNotify->setText( "Notify attendees about event/task deletion" );
+  mDelNotify->setText( i18n("Notify attendees about event/task deletion") );
   layout->addWidget( mDelNotify, 3, 0, 1, 3 );
 }
--- trunk/KDE/kdepim/kitchensync/src/configguisynce.cpp #823480:823481
@@ -77,18 +77,19 @@
   layout->setMargin( KDialog::marginHint() );
 
   mContacts = new QCheckBox( this );
-  mContacts->setText( "Sync Contacts" );
+  mContacts->setText( i18n("Sync Contacts") );
   layout->addWidget( mContacts, 0, 0, 1, 2 );
 
   mTodos = new QCheckBox( this );
-  mTodos->setText( "Sync \'Todo\' items" );
+  mTodos->setText( i18n("Sync \'Todo\' items") );
   layout->addWidget( mTodos, 1, 0, 1, 2 );
 
   mCalendar = new QCheckBox( this );
-  mCalendar->setText( "Sync Calendar" );
+  mCalendar->setText( i18n("Sync Calendar") );
   layout->addWidget( mCalendar, 2, 0, 1, 2 );
 
   layout->addWidget( new QLabel( i18n( "File:" ), this ), 3, 0 );
   mFile = new KLineEdit( this );
   layout->addWidget( mFile, 3, 1 );
 }
+
--- trunk/KDE/kdepim/kitchensync/src/groupitem.cpp #823480:823481
@@ -261,7 +261,7 @@
       mStatus->setText( i18n( "Connected" ) );
       mProgressBar->setValue( 0 );
       mSynchronizing = true;
-      mSyncAction->setText( "Abort Synchronization" );
+      mSyncAction->setText( i18n("Abort Synchronization") );
       break;
     case QSync::SyncEngineUpdate::Read:
       mStatus->setText( i18n( "Data read" ) );
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic