diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-07-12 16:15:10 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-07-12 16:15:10 +0200 |
commit | 0d3043b6308af148da06ac14c53defc4b1e7e138 (patch) | |
tree | 2e9364cb143e70ee062e443275b852b8e2061888 /kontact/plugins/knode | |
parent | 7c7363c3ca7fb9633d93cefde3cd54b144eee633 (diff) | |
download | tdepim-0d3043b6308af148da06ac14c53defc4b1e7e138.tar.gz tdepim-0d3043b6308af148da06ac14c53defc4b1e7e138.zip |
Desktop file translations:
+ Creation of POT template for desktop files added to CMakeL10n rules.
+ Added creation of translated desktop files during build.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kontact/plugins/knode')
-rw-r--r-- | kontact/plugins/knode/CMakeLists.txt | 6 | ||||
-rw-r--r-- | kontact/plugins/knode/knodeplugin.desktop | 76 |
2 files changed, 7 insertions, 75 deletions
diff --git a/kontact/plugins/knode/CMakeLists.txt b/kontact/plugins/knode/CMakeLists.txt index ed5a06082..881a4540d 100644 --- a/kontact/plugins/knode/CMakeLists.txt +++ b/kontact/plugins/knode/CMakeLists.txt @@ -24,7 +24,11 @@ link_directories( ##### other data ################################ -install( FILES knodeplugin.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kontact ) +tde_create_translated_desktop( + SOURCE knodeplugin.desktop + DESTINATION ${SERVICES_INSTALL_DIR}/kontact + PO_DIR kontact-desktops +) ##### libkontact_knodeplugin (module) ########### diff --git a/kontact/plugins/knode/knodeplugin.desktop b/kontact/plugins/knode/knodeplugin.desktop index 2dd4cfb7e..09e4c71c3 100644 --- a/kontact/plugins/knode/knodeplugin.desktop +++ b/kontact/plugins/knode/knodeplugin.desktop @@ -13,78 +13,6 @@ X-TDE-PluginInfo-Version=0.1 X-TDE-PluginInfo-License=GPL X-TDE-PluginInfo-EnabledByDefault=false -Comment=Newsreader Component (KNode Plugin) -Comment[bg]=Приставка за KNode -Comment[ca]=Component de notícies (endollable del KNode) -Comment[da]=Nyhedskomponent (KNode-plugin) -Comment[de]=News-Komponente (KNode-Modul) -Comment[el]=Συστατικό ανάγνωσης νέων (Πρόσθετο του KNode) -Comment[et]=Uudistelugeja plugin (KNode) -Comment[it]=Componente lettore di news (plugin KNode) -Comment[ja]=ニュースリーダーコンポーネント (KNode プラグイン) -Comment[nds]=Narichtenkieker-Komponent (KNode-Moduul) -Comment[nl]=Nieuwscomponent (KNode-plugin) -Comment[pl]=Składnik wiadomości (wtyczka KNode) -Comment[sr]=Компонента вести (прикључак KNode-а) -Comment[sr@Latn]=Komponenta vesti (priključak KNode-a) -Comment[sv]=Komponent för läsning av diskussionsgrupper (Knode-insticksprogram) -Comment[zh_CN]=新闻组阅读器组件(KNode 插件) -Comment[zh_TW]=新聞閱讀器組件(KNode 外掛程式) Name=News -Name[af]=Nuus -Name[ar]=الأخبار -Name[be]=Навіны -Name[bg]=Новини -Name[br]=Keleier -Name[bs]=Usenet -Name[ca]=Notícies -Name[cs]=Novinky -Name[cy]=Newyddion -Name[da]=Nyheder -Name[de]=Usenet -Name[el]=Νέα -Name[eo]=Novaĵoj -Name[es]=Noticias -Name[et]=Uudisegrupid -Name[eu]=Berriak -Name[fa]=اخبار -Name[fi]=Uutiset -Name[fr]=Nouvelles -Name[fy]=Nijs -Name[ga]=Nuacht -Name[gl]=Novas -Name[he]=חדשות -Name[hi]=समाचार -Name[hu]=Hírek -Name[is]=Fréttir -Name[ja]=ニュース -Name[kk]=Жаңалықтар -Name[km]=ព័ត៌មាន -Name[lt]=Naujienos -Name[mk]=Вести -Name[ms]=Berita -Name[nb]=Njus -Name[nds]=Narichten -Name[ne]=समाचार -Name[nl]=Nieuws -Name[nn]=Nyheiter -Name[pa]=ਖ਼ਬਰਾਂ -Name[pl]=Listy dyskusyjne -Name[pt]=Notícias -Name[pt_BR]=Notícias -Name[ro]=Ştiri -Name[ru]=Новости -Name[se]=Ođđasat -Name[sk]=Diskusné skupiny -Name[sl]=Novice -Name[sr]=Вести -Name[sr@Latn]=Vesti -Name[sv]=Nyheter -Name[ta]=செய்திகள் -Name[tg]=Ахборот -Name[th]=ข่าว -Name[tr]=Haberler -Name[uk]=Новини -Name[uz]=Янгиликлар -Name[zh_CN]=新闻 -Name[zh_TW]=新聞 + +Comment=Newsreader Component (KNode Plugin) |