--Boundary-00=_jV80IRaDx1lzO1M Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, I have a lot of untranslated messages in kaddressbook. To fix some of these bugs I've attached a patch for stable to include the=20 message catalog kabc, this patch has to go also into trunk. But there are still a lot of untranslated messages remaining: =46ormatted Name =46amily Name Given Name Additional Names Honoric Prefixes Honoric Suffixes Nick Name Default Table View in menu View Role: Homepage: Title: Protocol Adress Note: Please read the help page [snip] Business Address City etc I strongly advise to check kaddressbook for i18n bugs by using the language= =20 x-test: http://lists.kde.org/?l=3Dkde-games-devel&m=3D119083877622651&w=3D2 =2D-=20 Burkhard L=FCck German Translation Team --Boundary-00=_jV80IRaDx1lzO1M Content-Type: text/x-diff; charset="iso 8859-15"; name="kaddressbook.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="kaddressbook.diff" Index: kdepim/kaddressbook/main.cpp =================================================================== --- kdepim/kaddressbook/main.cpp (Revision 862510) +++ kdepim/kaddressbook/main.cpp (Arbeitskopie) @@ -108,8 +108,6 @@ int main( int argc, char *argv[] ) { - KLocale::setMainCatalog( "kaddressbook" ); - KAboutData about = KABCore::createAboutData(); KCmdLineArgs::init( argc, argv, &about ); KCmdLineArgs::addCmdLineOptions( kaddressbook_options() ); @@ -120,7 +118,7 @@ KAddressBookApp app; KGlobal::locale()->insertCatalog( "libkdepim" ); - + KGlobal::locale()->insertCatalog( "kabc" ); bool ret = app.exec(); qDeleteAll( KMainWindow::memberList() ); --Boundary-00=_jV80IRaDx1lzO1M Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ KDE PIM mailing list kde-pim@kde.org https://mail.kde.org/mailman/listinfo/kde-pim KDE PIM home page at http://pim.kde.org/ --Boundary-00=_jV80IRaDx1lzO1M--