diff --git a/KMail.desktop b/KMail.desktop index d811003be..9ec9ab482 100644 --- a/KMail.desktop +++ b/KMail.desktop @@ -49,6 +49,7 @@ GenericName[mt]=Klijent tal-imejl GenericName[nb]=E-postklient GenericName[nl]=E-mailcliënt GenericName[nn]=E-postklient +GenericName[pl]=Program pocztowy GenericName[pt]=Cliente de E-Mail GenericName[pt_BR]=Cliente de E-mail GenericName[ro]=Program de poştă electronică @@ -73,5 +74,5 @@ Terminal=0 X-KDE-StartupNotify=true X-DCOP-ServiceType=Unique X-DCOP-ServiceName=kmail -ServiceTypes=DCOP/ResourceBackend/IMAP +ServiceTypes=DCOP/ResourceBackend/IMAP,DCOP/Mailer Categories=Qt;KDE;Network diff --git a/Makefile.am b/Makefile.am index 6a8f98c76..c3ed98ad2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -134,7 +134,7 @@ tipdir = $(kde_datadir)/kmail tip_DATA = tips servicetypedir = $(kde_servicetypesdir) -servicetype_DATA = dcopmail.desktop +servicetype_DATA = dcopmail.desktop dcopimap.desktop kde_services_DATA = kmail_config_misc.desktop kmail_config_appearance.desktop \ kmail_config_identity.desktop kmail_config_network.desktop kmail_config_composer.desktop \ diff --git a/dcopimap.desktop b/dcopimap.desktop new file mode 100644 index 000000000..7d09ad08c --- /dev/null +++ b/dcopimap.desktop @@ -0,0 +1,36 @@ +[Desktop Entry] +Encoding=UTF-8 +Type=ServiceType +X-KDE-ServiceType=DCOP/ResourceBackend/IMAP +Comment=Mail program with a DCOP interface +Comment[be]=Паштовая праграма з DCOP інтэрфэйсам +Comment[bg]=Клиент на електронна поща за КДЕ +Comment[ca]=Un programa de correu amb una interfície DCOP +Comment[cs]=Poštvní program s DCOP rozhraním +Comment[cy]=Rhaglen ebost gyda rhyngwyneb DCOP +Comment[da]=E-mail program med en DCOP-grænseflade +Comment[de]=Mail-Programm mit DCOP-Schnittstelle +Comment[el]=Πρόγραμμα mail με ένα περιβάλλον χρήσης DCOP +Comment[es]=Programa de correo con un interfaz DCOP +Comment[et]=E-posti rakendus DCOP liidesega +Comment[fi]=Sähköpostisovellus DCOP-rajapinnalla +Comment[fr]=Programme de messagerie avec une interface DCOP +Comment[hi]=डीकॉप इंटरफेस सहित एक डाक प्रोग्राम +Comment[hu]=Levelezőprogram DCOP felülettel +Comment[it]=Un programma di posta con un'interfaccia DCOP +Comment[nb]=E-postprogram med DCOP grensesnitt +Comment[nl]=E-mailprogramma met een DCOP-interface +Comment[nn]=E-postprogram med eit DCOP-grensesnitt +Comment[pl]=Program pocztowy z interfejsem DCOP +Comment[pt]=Um programa de correio electrónico com uma interface DCOP +Comment[pt_BR]=Programa de e-mail com uma interface DCOP +Comment[ru]=Почтовая программа с интерфейсом DCOP +Comment[sk]=Poštový program s DCOP rozhraním +Comment[sl]=Poštni program z vmesnikom DCOP +Comment[sr]=Е-поштански програм са DCOP интерфејсом +Comment[sv]=E-postprogram med DCOP-gränssnitt +Comment[ta]=dcop இடை விளிம்புடன் கூடிய அஞ்சல் நிரல் +Comment[tr]=DCOP arayüzü ile posta programı +Comment[uk]=Програма для роботи з ел. поштою з інтерфейсом DCOP +Comment[xx]=xxMail program with a DCOP interfacexx +Comment[zh_CN]=具有 DCOP 接口的邮件程序 diff --git a/dcopmail.desktop b/dcopmail.desktop index bc3b0de65..0decb8ccd 100644 --- a/dcopmail.desktop +++ b/dcopmail.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Encoding=UTF-8 Type=ServiceType -X-KDE-ServiceType=DCOP/ResourceBackend/IMAP +X-KDE-ServiceType=DCOP/Mailer Comment=Mail program with a DCOP interface Comment[be]=Паштовая праграма з DCOP інтэрфэйсам Comment[bg]=Клиент на електронна поща за КДЕ @@ -21,6 +21,7 @@ Comment[it]=Un programma di posta con un'interfaccia DCOP Comment[nb]=E-postprogram med DCOP grensesnitt Comment[nl]=E-mailprogramma met een DCOP-interface Comment[nn]=E-postprogram med eit DCOP-grensesnitt +Comment[pl]=Program pocztowy z interfejsem DCOP Comment[pt]=Um programa de correio electrónico com uma interface DCOP Comment[pt_BR]=Programa de e-mail com uma interface DCOP Comment[ru]=Почтовая программа с интерфейсом DCOP