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

List:       kde-commits
Subject:    KDE/kdepim
From:       Laurent Montel <montel () kde ! org>
Date:       2008-06-23 7:34:28
Message-ID: 1214206468.072613.10651.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 823371 by mlaurent:

Add missing i18n


 M  +3 -3      korn/boxcontaineritem.cpp  
 M  +4 -4      libkdepim/kincidencechooser.cpp  


--- trunk/KDE/kdepim/korn/boxcontaineritem.cpp #823370:823371
@@ -164,13 +164,13 @@
 	QWidget *mainglayout_wid = new QWidget( mainvlayout );
 	QGridLayout *mainglayout = new QGridLayout( mainglayout_wid );
 	
-	QLabel *title = new QLabel( "From", mainglayout_wid );
+	QLabel *title = new QLabel( i18n("From"), mainglayout_wid );
 	mainglayout->addWidget( title, 0, 0 );
 	QFont font = title->font();
 	font.setBold( true );
 	title->setFont( font );
 		
-	title = new QLabel( "Subject", mainglayout_wid );
+	title = new QLabel( i18n("Subject"), mainglayout_wid );
 	mainglayout->addWidget( title, 0, 1 );
 	font = title->font();
 	font.setBold( true );
@@ -179,7 +179,7 @@
 	//Display only column 3 if 'date' is true.
 	if( date )
 	{
-		title = new QLabel( "Date", mainglayout_wid );
+		title = new QLabel( i18n("Date"), mainglayout_wid );
 		mainglayout->addWidget( title, 0, 2 );
 		font = title->font();
 		font.setBold( true );
--- trunk/KDE/kdepim/libkdepim/kincidencechooser.cpp #823370:823371
@@ -83,20 +83,20 @@
     topLayout->addWidget( mInc1Sumlab, iii, 1, 1, 2 );
     ++iii;
     topLayout->addWidget( new QLabel ( i18n( "Last modified:" ), topFrame ), iii, 0 );
-    mMod1lab = new QLabel ( "Set Last modified", topFrame );
+    mMod1lab = new QLabel ( i18n("Set Last modified"), topFrame );
     topLayout->addWidget( mMod1lab, iii, 1 );
     showDetails1 = new QPushButton( i18n( "Show Details" ), topFrame );
     connect ( showDetails1, SIGNAL( clicked()), this, SLOT (showIncidence1() ) );
     topLayout->addWidget( showDetails1, iii, 2 );
     ++iii;
 
-    mInc2lab = new QLabel ( "Local incidence", topFrame );
+    mInc2lab = new QLabel ( i18n("Local incidence"), topFrame );
     topLayout->addWidget( mInc2lab, iii, 0 );
-    mInc2Sumlab = new QLabel ( "Local incidence summary", topFrame );
+    mInc2Sumlab = new QLabel ( i18n("Local incidence summary"), topFrame );
     topLayout->addWidget( mInc2Sumlab, iii, 1, 1, 2 );
     ++iii;
     topLayout->addWidget( new QLabel ( i18n( "Last modified:" ), topFrame ), iii, 0 );
-    mMod2lab = new QLabel ( "Set Last modified", topFrame );
+    mMod2lab = new QLabel ( i18n("Set Last modified"), topFrame );
     topLayout->addWidget( mMod2lab, iii, 1 );
     showDetails2 = new QPushButton( i18n( "Show Details" ), topFrame );
     connect ( showDetails2, SIGNAL( clicked()), this, SLOT (showIncidence2() ) );
[prev in list] [next in list] [prev in thread] [next in thread] 

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