int main( int argc, char *argv[] ) { KLocale::setMainCatalogue( "tasma" ); KAboutData aboutData( "tasma", I18N_NOOP( "TASMA - Pardus Configuration Center" ), "1.5.4", I18N_NOOP( "Pardus Configuration Center" ), KAboutData::License_GPL, I18N_NOOP( "(c) TUBITAK - UEKAE" ) ); aboutData.addAuthor( "Ozan Çağlayan", I18N_NOOP( "Current Maintainer" ), "*****@*****.**" ); aboutData.addAuthor( "Pınar Yanardağ", I18N_NOOP( "Developer" ), "*****@*****.**" ); aboutData.addAuthor( "İsmail Dönmez", I18N_NOOP( "Developer" ), "*****@*****.**" ); aboutData.addAuthor( "Barış Metin", I18N_NOOP( "Old Maintainer & Original Author" ), "*****@*****.**" ); aboutData.addCredit(I18N_NOOP("Bahadır Kandemir"), I18N_NOOP("Module Developers"), "*****@*****.**"); aboutData.addCredit(I18N_NOOP("Faik Uygur"), I18N_NOOP("TV Module Maintainer"), "*****@*****.**"); aboutData.addCredit(I18N_NOOP("Fatih Aşıcı"), I18N_NOOP("Module Developers"), "*****@*****.**"); aboutData.addCredit(I18N_NOOP("Gökmen Göksel"), I18N_NOOP("Module Developers"), "*****@*****.**"); aboutData.addCredit(I18N_NOOP("İşbaran Akçayır"), I18N_NOOP("Module Developers"), "*****@*****.**"); aboutData.addCredit(I18N_NOOP("KDE"), I18N_NOOP("Module Developers"), "*****@*****.**"); aboutData.addCredit(I18N_NOOP("Andrea Decorte"), I18N_NOOP("Italian Translation"), "*****@*****.**"); aboutData.addCredit(I18N_NOOP("Amine Chadly"), I18N_NOOP("French Translation"), "*****@*****.**"); aboutData.addCredit(I18N_NOOP("Jaume Villalba"), I18N_NOOP("Catalan Translation"), "*****@*****.**"); aboutData.addCredit(I18N_NOOP("Klemens Haeckel"), I18N_NOOP("Spanish Translation"), "*****@*****.**"); aboutData.addCredit(I18N_NOOP("Mustafa Ölcerman"), I18N_NOOP("German Translation"), "*****@*****.**"); aboutData.addCredit(I18N_NOOP("Piotr Maliński"), I18N_NOOP("Polish Translation"), "*****@*****.**"); aboutData.addCredit(I18N_NOOP("Pedro Leite"), I18N_NOOP("Brazilian Portuguese Translation"), "*****@*****.**"); aboutData.addCredit(I18N_NOOP("Willem Gielen"), I18N_NOOP("Dutch Translation"), "*****@*****.**"); aboutData.setTranslator( "Barış Metin", "*****@*****.**" ); KCmdLineArgs::init( argc, argv, &aboutData ); TasmaApp app; app.mainWidget()->show(); return app.exec(); }
int main( int argc, char *argv[] ) { KLocale::setMainCatalogue( "tasma" ); KAboutData aboutData( "tasma", I18N_NOOP( "TASMA - Pardus Configuration Center" ), "1.0.12", I18N_NOOP( "Pardus Configuration Center" ), KAboutData::License_GPL, I18N_NOOP( "(c) 2005-2006, TUBITAK - UEKAE" ) ); aboutData.addAuthor( "İsmail Dönmez", I18N_NOOP( "Current Maintainer" ), "*****@*****.**" ); aboutData.addAuthor( "Barış Metin", I18N_NOOP( "Old Maintainer & Original Author" ), "*****@*****.**" ); aboutData.addAuthor( I18N_NOOP( "KDE Developers" ), I18N_NOOP( "Module Developers" ) ); aboutData.setTranslator( "Barış Metin", "*****@*****.**" ); KCmdLineArgs::init( argc, argv, &aboutData ); TasmaApp app; app.mainWidget()->show(); return app.exec(); }