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

List:       kde-commits
Subject:    kdepim/kontact
From:       Lukáš Tinkl <lukas () kde ! org>
Date:       2003-08-27 9:02:11
[Download RAW message or body]

CVS commit by lukas: 

i18n fixes, will fix the rest at home

Bye :)


  M +1 -2      Makefile.am   1.9
  M +19 -19    src/aboutdialog.cpp   1.5
  M +1 -1      src/main.cpp   1.28


--- kdepim/kontact/Makefile.am  #1.8:1.9
@@ -4,5 +4,4 @@
 
 
-messages:
+messages: rc.cpp
         $(XGETTEXT) src/*.cpp interfaces/*.cpp plugins/*/*.cpp -o \
                $(podir)/kontact.pot
-

--- kdepim/kontact/src/aboutdialog.cpp  #1.4:1.5
@@ -98,5 +98,5 @@ void AboutDialog::addAboutData( const QS
     QValueList<KAboutPerson> authors = about->authors();
     if ( !authors.isEmpty() ) {
-      text += "<p><b>Authors:</b></p>";
+      text += i18n("<p><b>Authors:</b></p>");
     
       QValueList<KAboutPerson>::ConstIterator it;
@@ -110,5 +110,5 @@ void AboutDialog::addAboutData( const QS
     QValueList<KAboutPerson> credits = about->credits();
     if ( !credits.isEmpty() ) {
-      text += "<p><b>Thanks to:</b></p>";
+      text += i18n("<p><b>Thanks to:</b></p>");
     
       QValueList<KAboutPerson>::ConstIterator it;
@@ -122,5 +122,5 @@ void AboutDialog::addAboutData( const QS
     QValueList<KAboutTranslator> translators = about->translators();
     if ( !translators.isEmpty() ) {
-      text += "<p><b>Translators:</b></p>";
+      text += i18n("<p><b>Translators:</b></p>");
     
       QValueList<KAboutTranslator>::ConstIterator it;

--- kdepim/kontact/src/main.cpp  #1.27:1.28
@@ -44,5 +44,5 @@ int main(int argc, char **argv)
 {
   KAboutData about( "kontact", I18N_NOOP( "Kontact" ), version, description,
-                    KAboutData::License_GPL, "(C) 2001-2003 The Kontact developers", \
0, "http://kontact.kde.org", "kde-pim@kde.org" ); +                    \
KAboutData::License_GPL, I18N_NOOP("(C) 2001-2003 The Kontact developers"), 0, \
"http://kontact.kde.org", "kde-pim@kde.org" );  about.addAuthor( "Daniel Molkentin", \
0, "molkentin@kde.org" );  about.addAuthor( "Don Sanders", 0, "sanders@kde.org" );


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

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