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

List:       kde-i18n-doc
Subject:    i18n change on KDE_3_1_BRANCH
From:       Claudiu Costin <claudiuc () kde ! org>
Date:       2003-06-22 19:57:47
[Download RAW message or body]

Dear friends,

 To correctly translate KWin configuration module in Romanian,
I need to apply the following patch in KDE_3_1_BRANCH as well
in HEAD (it add translation context).

 This will only generate 3 fuzzy entries in 
your "kwin_default_config.po" on the 10, 11 and 12
postions (if using KBabel). You just need to reset
fuzzy flag.

 Please tell me if it's OK for you.

kind regards,
-- 
Claudiu Costin, claudiuc@kde.org
Linux-KDE Romania http://www.ro.kde.org





["kwin-client-default-i18ncontext.patch" (text/x-diff)]

diff -U4 -r kdebase/kwin/clients/default/config/config.cpp \
                kdebase-new/kwin/clients/default/config/config.cpp
--- kdebase/kwin/clients/default/config/config.cpp	Mon Jul  1 13:43:57 2002
+++ kdebase-new/kwin/clients/default/config/config.cpp	Thu Jun 19 22:06:16 2003
@@ -64,12 +64,12 @@
 		"the height of the titlebar to make room for larger fonts."));
 
 	hbox = new QHBox(gbSlider);
 	hbox->setSpacing(6);
-	label1 = new QLabel( i18n("Normal"), hbox );
-	label2 = new QLabel( i18n("Large"), hbox );
+	label1 = new QLabel( i18n("titlebar height","Normal"), hbox );
+	label2 = new QLabel( i18n("titlebar height","Large"), hbox );
 	label2->setAlignment( AlignHCenter );
-	label3 = new QLabel( i18n("Huge"), hbox );
+	label3 = new QLabel( i18n("titlebar height","Huge"), hbox );
 	label3->setAlignment( AlignRight );
 	
 	// Load configuration options
 	load( conf );



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

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