summaryrefslogtreecommitdiffstats
path: root/kpilot
diff options
context:
space:
mode:
Diffstat (limited to 'kpilot')
-rw-r--r--kpilot/CMakeLists.txt9
-rw-r--r--kpilot/kpilot.desktop82
-rw-r--r--kpilot/kpilot_config.desktop154
-rw-r--r--kpilot/kpilotconduit.desktop58
-rw-r--r--kpilot/kpilotdaemon.desktop37
5 files changed, 23 insertions, 317 deletions
diff --git a/kpilot/CMakeLists.txt b/kpilot/CMakeLists.txt
index dbd268e..44ee55d 100644
--- a/kpilot/CMakeLists.txt
+++ b/kpilot/CMakeLists.txt
@@ -73,7 +73,8 @@ install( FILES kpilotui.rc
DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}
)
-install( FILES kpilot.desktop kpilotdaemon.desktop
+tde_create_translated_desktop(
+ SOURCE kpilot.desktop kpilotdaemon.desktop
DESTINATION ${XDG_APPS_INSTALL_DIR}
)
@@ -81,11 +82,13 @@ install( FILES kpilot.upd
DESTINATION ${DATA_INSTALL_DIR}/tdeconf_update
)
-install( FILES kpilot_config.desktop
+tde_create_translated_desktop(
+ SOURCE kpilot_config.desktop
DESTINATION ${SERVICES_INSTALL_DIR}
)
-install( FILES kpilotconduit.desktop
+tde_create_translated_desktop(
+ SOURCE kpilotconduit.desktop
DESTINATION ${SERVICETYPES_INSTALL_DIR}
)
diff --git a/kpilot/kpilot.desktop b/kpilot/kpilot.desktop
index 802e02e..8188526 100644
--- a/kpilot/kpilot.desktop
+++ b/kpilot/kpilot.desktop
@@ -1,85 +1,13 @@
[Desktop Entry]
Name=KPilot
-Name[af]=Kpilot
-Name[eo]=Palm-Piloto
-Name[fr]=Palm Pilot
-Name[hi]=के-पायलट
-Name[lv]=KPilots
-Name[mk]=КПилот
-Name[ne]=केडीई पाइलट
-Name[pt_BR]=Ferramenta para PalmPilot
-Name[sv]=Kpilot
-Name[ta]=கேபைலட்
-Name[ven]=Mufhufhisi wa K
-Name[zu]=KUmshayeli webhanoyi
+
GenericName=PalmPilot Tool
-GenericName[af]=Palmpilot Program
-GenericName[be]=Інструмэнт Palm Pilot
-GenericName[bg]=Връзка с PalmPilot
-GenericName[br]=Ostilh PalmPilot
-GenericName[bs]=Alati za PalmPilot
-GenericName[ca]=Eina PalmPilot
-GenericName[cs]=Nástroj pro PalmPilot
-GenericName[cy]=Erfyn PalmPilot
-GenericName[da]=Palm Pilot-værktøj
-GenericName[de]=Palm Pilot-Dienstprogramm
-GenericName[el]=Εργαλείο PalmPilot
-GenericName[eo]=Ilo por Palmpiloto
-GenericName[es]=Herramienta para Palm Pilot
-GenericName[et]=PalmPiloti rakendus
-GenericName[eu]=PalmPilot tresna
-GenericName[fa]=ابزار PalmPilot
-GenericName[fi]=Palm Pilot -työkalu
-GenericName[fr]=Outil pour le Palm Pilot
-GenericName[fy]=Palm Pilot-syngronisaasje
-GenericName[ga]=Uirlis PalmPilot
-GenericName[gl]=Ferramenta de PalmPilot
-GenericName[he]=כלי פאלם-פיילוט
-GenericName[hi]=पाम-पायलट औज़ार
-GenericName[hr]=Alat za Palm Pilota
-GenericName[hu]=PalmPilot-kezelő
-GenericName[is]=PalmPilot tól
-GenericName[it]=Strumento per PalmPilot
-GenericName[ja]=PalmPilot ツール
-GenericName[kk]=PalmPilot құрылғысы
-GenericName[km]=ឧបករណ៍ PalmPilot
-GenericName[lt]=PalmPilot įrankis
-GenericName[lv]=PalmPilota Rīks
-GenericName[mk]=Алатка за PalmPilot
-GenericName[ms]=Alat PalmPilot
-GenericName[mt]=Għodda għall-Palm Pilot
-GenericName[nb]=PalmPilot-verktøy
-GenericName[nds]=PalmPilot-Warktüüch
-GenericName[ne]=पाल्म पाइलट उपकरण
-GenericName[nl]=Palm Pilot-synchronisatie
-GenericName[nn]=Palm Pilot-verktøy
-GenericName[nso]=Sebereka sa PalmPilot
-GenericName[pl]=Palm Pilot
-GenericName[pt]=Ferramenta para o PalmPilot
-GenericName[pt_BR]=Ferramenta para o Palm Pilot
-GenericName[ro]=Utilitar PalmPilot
-GenericName[ru]=Синхронизация данных с Palm Pilot
-GenericName[sk]=Nástroj pre PalmPilot
-GenericName[sl]=Orodje za Palm Pilot
-GenericName[sr]=Алат за PalmPilot
-GenericName[sr@Latn]=Alat za PalmPilot
-GenericName[sv]=Verktyg för Palm Pilot
-GenericName[ta]=பாம் பைலட் கருவி
-GenericName[tg]=Синхронизатсияи маълумот аз PalmPilot
-GenericName[th]=เครื่องมือของเครื่องปาล์มไพล็อต
-GenericName[tr]=Palm Pilot Aracı
-GenericName[uk]=Засіб для PalmPilot
-GenericName[ven]=Tshishimuswa tsha mureili wa palm
-GenericName[vi]=Công cụ PalmPilot
-GenericName[xh]=Isixhobo se PalmPilot
-GenericName[zh_CN]=PalmPilot 工具
-GenericName[zh_TW]=PalmPilot 工具
-GenericName[zu]=Ithuluzi lesandla soMshayeli webhanoyi
+
+Type=Application
Exec=kpilot
Icon=kpilot
-Type=Application
-X-DocPath=kpilot/index.html
Terminal=false
+Categories=Qt;TDE;Office;PDA;
+X-DocPath=kpilot/index.html
X-TDE-StartupNotify=true
X-DCOP-ServiceType=Unique
-Categories=Qt;TDE;Office;PDA;
diff --git a/kpilot/kpilot_config.desktop b/kpilot/kpilot_config.desktop
index 4df2d7f..b40e629 100644
--- a/kpilot/kpilot_config.desktop
+++ b/kpilot/kpilot_config.desktop
@@ -1,156 +1,16 @@
[Desktop Entry]
-Icon=kpilot
+Name=KPilot Configuration
+
+Comment=KPilot Main Configuration
+
+Keywords=kpilot;main;
+
Type=Service
+Icon=kpilot
X-TDE-ServiceTypes=TDECModule
-
X-TDE-ModuleType=Library
X-TDE-Library=kpilot
X-TDE-FactoryName=kpilotconfig
X-TDE-HasReadOnlyMode=false
X-TDE-ParentApp=kpilot
X-TDE-ParentComponents=kpilot,kpilotDaemon,kontact_kpilotplugin
-
-Name=KPilot Configuration
-Name[af]=KPilot opstelling
-Name[ar]=إعداد KPilot
-Name[be]=Канфігурацыя KPilot
-Name[bg]=Настройване на KPilot
-Name[br]=Kefluniadur KPilot
-Name[bs]=KPilot podešavanje
-Name[ca]=Configuració de KPilot
-Name[cs]=Nastavení KPilotu
-Name[da]=KPilot indstilling
-Name[de]=KPilot-Einrichtung
-Name[el]=Ρύθμιση KPilot
-Name[eo]=KPilot-Agordo
-Name[es]=Configuración de KPilot
-Name[et]=KPiloti seadistamine
-Name[eu]=KPilot-en konfigurazioa
-Name[fa]=پیکربندی KPilot
-Name[fi]=KPilot-asetukset
-Name[fr]=Configuration de KPilot
-Name[fy]=KPilot ynstellings
-Name[ga]=Cumraíocht KPilot
-Name[gl]=Configuración de KPilot
-Name[hu]=A KPilot beállításai
-Name[is]=KPilot stillingar
-Name[it]=Configurazione KPilot
-Name[ja]=KPilot の設定
-Name[kk]=KPilot параметрлері
-Name[km]=ការ​កំណត់​រចនាសម្ព័ន្ធ KPilot
-Name[lt]=Kpilot konfigūracija
-Name[mk]=Конфигурација на КПилот
-Name[ms]=Konfigurasi KPilot
-Name[nb]=KPilot oppsett
-Name[nds]=KPilot instellen
-Name[ne]=केडीई पाइलट कन्फिगरेसन
-Name[nl]=KPilot instellingen
-Name[nn]=KPilot-oppsett
-Name[pl]=konfiguracja KPilota
-Name[pt]=Configuração do KPilot
-Name[pt_BR]=Configuração do KPilot
-Name[ru]=Синхронизация с КПК
-Name[se]=KPilot-heivehus
-Name[sk]=Nastavenie KPilot
-Name[sl]=Nastavitve KPilota
-Name[sr]=KPilot подешавање
-Name[sr@Latn]=KPilot podešavanje
-Name[sv]=Inställning av Kpilot
-Name[ta]=Kபைலட் கட்டமைப்பு
-Name[tg]=Танзимоти KPilot
-Name[tr]=KPilot Yapılandırması
-Name[uk]=Налаштування KPilot
-Name[zh_CN]=KPilot 配置
-Name[zh_TW]=KPilot 設定
-Comment=KPilot Main Configuration
-Comment[af]=KPilot hoof opstelling
-Comment[bg]=Общи настройки на KPilot
-Comment[br]=Kefluniadur kentañ KPilot
-Comment[bs]=KPilot glavno podešavanje
-Comment[ca]=Configuració principal de KPilot
-Comment[cs]=Hlavní nastavení KPilotu
-Comment[da]=KPilot hovedindstilling
-Comment[de]=Grundeinrichtung für KPilot
-Comment[el]=Κύρια ρύθμιση του KPilot
-Comment[eo]=KPilot-Ĉefagordo
-Comment[es]=Configuración principal de KPilot
-Comment[et]=KPiloti põhiseadistused
-Comment[eu]=KPilot-en konfigurazio nagusia
-Comment[fa]=پیکربندی اصلی KPilot
-Comment[fi]=KPilotin pääasetukset
-Comment[fr]=Configuration principale de KPilot
-Comment[fy]=KPilot algemiene ynstellings
-Comment[ga]=Príomhchumraíocht KPilot
-Comment[gl]=Configuración Principal de KPilot
-Comment[hu]=A KPilot legfontosabb beállításai
-Comment[is]=Aðalstillingar KPilot
-Comment[it]=Configurazione principale di KPilot
-Comment[ja]=KPilot 主要設定
-Comment[kk]=KPilot негізгі параметрлері
-Comment[km]=ការ​កំណត់​រចនាសម្ព័ន្ធ​សំខាន់ៗ​របស់ KPilot
-Comment[lt]=KPilot bendrasis konfigūravimas
-Comment[mk]=Главна конфигурација
-Comment[ms]=Konfigurasi Utama KPilot
-Comment[nb]=KPilot hovedoppsett
-Comment[nds]=Hööftinstellen för KPilot
-Comment[ne]=केडीई पाइलट मुख्य कन्फिगरेसन
-Comment[nl]=KPilot algemene instellingen
-Comment[nn]=KPilot hovudoppsett
-Comment[pl]=Główna konfiguracja KPilota
-Comment[pt]=Configuração Principal do KPilot
-Comment[pt_BR]=Configuração Principal do KPilot
-Comment[ru]=Общие параметры KPilot
-Comment[sk]=Hlavné nastavenie KPilot
-Comment[sl]=Glavne nastavitve KPilota
-Comment[sr]=Главна подешавања у KPilot-у
-Comment[sr@Latn]=Glavna podešavanja u KPilot-u
-Comment[sv]=Kpilots huvudinställning
-Comment[ta]=கேபைலட் முக்கிய கட்டமைப்பு
-Comment[tg]=Параметрҳои умумии KPilot
-Comment[tr]=KPilot Ana Yapılandırması
-Comment[uk]=Загальні параметри KPilot
-Comment[zh_CN]=KPilot 主要配置
-Comment[zh_TW]=KPilot 主設定
-Keywords=kpilot;main;
-Keywords[bg]=общи; настройки; мобилен; мобилни; устройство; устройства; kpilot; main;
-Keywords[ca]=kpilot;principal;
-Keywords[cs]=kpilot;hlavní;
-Keywords[da]=kpilot;hoved;
-Keywords[de]=KPilot;
-Keywords[el]=kpilot;κύρια;
-Keywords[eo]=reto;dosieroj;dosierujoj;
-Keywords[es]=kpilot;principal;
-Keywords[et]=kpilot;peamine;
-Keywords[eu]=kpilot;nagusia;
-Keywords[fa]=kpilot ،اصلی;
-Keywords[fi]=kpilot;
-Keywords[fr]=kpilot;principal;
-Keywords[fy]=kpilot;algemien;
-Keywords[ga]=kpilot;príomh;
-Keywords[gl]=kpilot;principal;
-Keywords[hu]=kpilot;alap;
-Keywords[is]=kpilot;aðal;
-Keywords[it]=kpilot;principale;
-Keywords[ja]=kpilot;主要;
-Keywords[km]=kpilot;សំខាន់;
-Keywords[lt]=kpilot;main;pagrindinis;
-Keywords[mk]=kpilot;main.кпилот;главно;
-Keywords[ms]=kpilot;utama;
-Keywords[nb]=kpilot;hoved;
-Keywords[nds]=KPilot;Hööft;Hööftinstellen;instellen;
-Keywords[ne]=केडीई पाइलट; मुख्य;
-Keywords[nl]=kpilot;algemeen;
-Keywords[nn]=kpilot;hovud;
-Keywords[pl]=kpilot;główna;konfiguracja;
-Keywords[pt]=kpilot;principal;
-Keywords[pt_BR]=kpilot;principal;
-Keywords[ru]=kpilot;main;общие;настройки;
-Keywords[sk]=kpilot;hlavné;
-Keywords[sl]=kpilot;glavne;
-Keywords[sr]=kpilot;главно;
-Keywords[sr@Latn]=kpilot;glavno;
-Keywords[sv]=kpilot; huvudinställning;
-Keywords[ta]=கேபைலட்;முக்கிய;
-Keywords[tg]=kpilot;main;умумӣ;танзимот;
-Keywords[tr]=kpilot;ana;
-Keywords[zh_CN]=kpilot;main;主要;
diff --git a/kpilot/kpilotconduit.desktop b/kpilot/kpilotconduit.desktop
index 3eb318c..acb92c8 100644
--- a/kpilot/kpilotconduit.desktop
+++ b/kpilot/kpilotconduit.desktop
@@ -1,59 +1,5 @@
[Desktop Entry]
+Comment=KPilot Conduit
+
Type=ServiceType
X-TDE-ServiceType=KPilotConduit
-Comment=KPilot Conduit
-Comment[af]=Kpilot Pad
-Comment[az]=KPilot
-Comment[be]=Канал KPilot
-Comment[bg]=Приставка на KPilot
-Comment[ca]=Conducte KPilot
-Comment[cs]=Propojení Palm Pilota
-Comment[cy]=Cwndid KPilot
-Comment[da]=KPilot-kanal
-Comment[de]=KPilot-Abgleich (Conduit)
-Comment[el]=Σύνδεσμος KPilot
-Comment[eo]=KPiloto - kanalo
-Comment[es]=Conducto KPilot
-Comment[et]=KPiloti kanal
-Comment[eu]=KPilot kanala
-Comment[fa]=لولۀ KPilot
-Comment[fi]=KPilot-yhdyskäytävä
-Comment[fr]=Canal de KPilot
-Comment[ga]=Seoladán KPilot
-Comment[gl]=Conducto de KPilot
-Comment[he]=ממשק של KPilot
-Comment[hi]=के-पायलट कन्ड्यूइट
-Comment[hr]=KPilot veza
-Comment[hu]=KPilot-csatoló
-Comment[is]=KPilot rásir
-Comment[it]=Conduit KPilot
-Comment[ja]=KPilot コンジット
-Comment[kk]=KPilot арнасы
-Comment[km]=បំពង់ KPilot
-Comment[lt]=KPilot kanalas
-Comment[lv]=KPilot Ķēde
-Comment[mk]=Канал за КПилот
-Comment[ms]=Saluran KPilot
-Comment[nb]=KPilot-kanal
-Comment[nds]=KPilot-Kanaal (Synkroniseren)
-Comment[ne]=केडीई पाइलट कन्ड्युट
-Comment[nn]=KPilot-kopling
-Comment[nso]=Conduit ya KPilot
-Comment[pl]=Łącznik KPilota
-Comment[pt]=Conduta do KPilot
-Comment[pt_BR]=Conduíte do KPilot
-Comment[ro]=Conductă KPilot
-Comment[ru]=Канал KPilot
-Comment[sk]=KPilot rúra
-Comment[sl]=Veznik za KPilot
-Comment[sr]=KPilot провод
-Comment[sr@Latn]=KPilot provod
-Comment[sv]=Kpilot-kanal
-Comment[ta]=கேபைலட் காப்புக்குழாய்
-Comment[tg]=Канали KPilot
-Comment[tr]=KPilot Kanalı
-Comment[uk]=Акведук KPilot
-Comment[ven]=Conduit ya mureili wa K
-Comment[vi]=Truyền dẫn KPilot
-Comment[zh_CN]=KPilot 管道
-Comment[zu]=KUmshayeli webhanoyi Conduit
diff --git a/kpilot/kpilotdaemon.desktop b/kpilot/kpilotdaemon.desktop
index 721e038..bf9b798 100644
--- a/kpilot/kpilotdaemon.desktop
+++ b/kpilot/kpilotdaemon.desktop
@@ -1,41 +1,10 @@
[Desktop Entry]
Name=KPilotDaemon
-Name[af]=Kpilotdaemon
-Name[ar]=مراقب KPilot
-Name[az]=KPilotProgramı
-Name[da]=KPilotDæmon
-Name[de]=KPilot-Dienst
-Name[el]=Δαίμονας KPilot
-Name[eo]=KPiloto-demono
-Name[es]=Demonio de KPilot
-Name[et]=KPiloti deemon
-Name[he]=תהליך הרקע של KPilot
-Name[hi]=के-पायलट-डेमन
-Name[is]=KPilot þjónn
-Name[it]=Demone KPilot
-Name[ja]=KPilot デーモン
-Name[lt]=KPilot tarnyba
-Name[lv]=KPilotDēmons
-Name[ms]=Daemon KPilot
-Name[nds]=KPilot-Dämoon
-Name[ne]=केडीई पाइलट डेइमन
-Name[nso]=Daemon ya KPilot
-Name[pl]=demon KPilota
-Name[pt_BR]=Servidor do KPilot
-Name[ro]=Demon KPilot
-Name[ru]=Служба синхронизации КПК
-Name[sk]=KPilotDémon
-Name[sr]=KPilot демон
-Name[sr@Latn]=KPilot demon
-Name[sv]=Kpilotdemon
-Name[ta]=கேபைலட் டெமன்
-Name[tg]=Демони KPilot
-Name[ven]=Daemon ya Mureili wa K
-Name[zu]=KUmshayeli webhanoyi Daemon
+
+Type=Application
Exec=kpilotDaemon
NoDisplay=true
Icon=kpilot.xpm
-Type=Application
Terminal=false
-X-DCOP-ServiceType=Unique
Categories=Qt;TDE;Utility;Office;PDA;
+X-DCOP-ServiceType=Unique