From 2f706891f32258c2b070471905f983e4585296d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 26 Jun 2020 11:36:35 +0200 Subject: Desktop file translations: + Creation of POT template for desktop files added to CMakeL10n rules. + Added creation of translated desktop files during build. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- ksplashml/themeengine/unified/CMakeLists.txt | 6 +- .../themeengine/unified/ksplashunified.desktop | 71 +--------------------- 2 files changed, 6 insertions(+), 71 deletions(-) (limited to 'ksplashml/themeengine/unified') diff --git a/ksplashml/themeengine/unified/CMakeLists.txt b/ksplashml/themeengine/unified/CMakeLists.txt index 5200fb060..24cb1af1b 100644 --- a/ksplashml/themeengine/unified/CMakeLists.txt +++ b/ksplashml/themeengine/unified/CMakeLists.txt @@ -25,7 +25,11 @@ link_directories( ##### other data ################################ -install( FILES ksplashunified.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE ksplashunified.desktop + DESTINATION ${SERVICES_INSTALL_DIR} + PO_DIR ksplash-desktops +) ##### ksplashunified (module) ################### diff --git a/ksplashml/themeengine/unified/ksplashunified.desktop b/ksplashml/themeengine/unified/ksplashunified.desktop index 6b263eef2..e0aa854aa 100644 --- a/ksplashml/themeengine/unified/ksplashunified.desktop +++ b/ksplashml/themeengine/unified/ksplashunified.desktop @@ -1,76 +1,7 @@ [Desktop Entry] Type=Service -Comment=KSplash Plugin -Comment[af]=KSplash Inprop module -Comment[ar]=ملحق للشاشة الافتتاحية -Comment[az]=KSplash Əlavəsi -Comment[be]=Утулка KSplash -Comment[bg]=Приставка KSplash -Comment[bn]=কে-স্প্ল্যাশ প্লাগ-ইন -Comment[br]=Lugent KSplash -Comment[bs]=KSplash dodatak -Comment[ca]=Connector per a KSplash -Comment[cs]=Modul aplikaci KSplash -Comment[csb]=Plugins KSplash -Comment[cy]=Ategyn KCroeso -Comment[da]=KSplash-plugin -Comment[de]=KSplash-Plugin -Comment[el]=Πρόσθετο KSplash -Comment[eo]=Ksalutŝilda kromaĵo -Comment[es]=Complemento KSplash -Comment[et]=KSplashi plugin -Comment[eu]=KSplash plugina -Comment[fa]=وصلۀ KSplash -Comment[fi]=KSplash-liitännäinen -Comment[fr]=Modules de KSplash -Comment[fy]=KSplash-plugin -Comment[ga]=Breiseán KSplash -Comment[gl]=Plugin de KSplash -Comment[he]=תוסף KSplash -Comment[hi]=के-स्प्लैश प्लगइन -Comment[hr]=KSplash dodatak -Comment[hu]=KSplash bővítőmodul -Comment[is]=KSplash íforrit -Comment[it]=Plugin KSplash -Comment[ja]=KSplash プラグイン -Comment[ka]=KSplash პლაგინი -Comment[kk]=KSplash модулі -Comment[km]=កម្មវិធី​ជំនួយ​ខាង​ក្នុង​របស់ KSplash -Comment[lt]=KSplash įskiepis -Comment[lv]=KSplash spraudnis -Comment[mk]=Приклучок за KSplash -Comment[ms]=Plugin KSplash -Comment[mt]=Plugin ta' KSplash -Comment[nb]=Programtillegg Ksplash -Comment[ne]=के स्प्लयास प्लगइन -Comment[nl]=KSplash-plugin -Comment[nn]=KSplash-programtillegg -Comment[pa]=ਕੇ-ਸਪਲੇਸ ਪਲੱਗਇਨ -Comment[pl]=Wtyczka KSplash -Comment[pt]='Plugin' do KSplash -Comment[pt_BR]=Plug-in do KSplash -Comment[ro]=Modul KSplash -Comment[ru]=Модуль KSplash -Comment[rw]=Icomeka rya K-Gukwiza -Comment[se]=KSplash-lassemoduvla -Comment[sk]=Modul KSplash -Comment[sl]=Vstavek KSplash -Comment[sr]=KSplash прикључак -Comment[sr@Latn]=KSplash priključak -Comment[sv]=Insticksprogram för startskärm -Comment[ta]=Kஸ்ப்ளாஷ் செருகு பொருள் -Comment[tg]=Мутассалкунандаи KSplash -Comment[th]=ปลั๊กอิน KSplash -Comment[tr]=KSplash Eklentisi -Comment[tt]=KSplash atlı Östämä -Comment[uk]=Втулок KSplash -Comment[uz]=KSplash plagini -Comment[uz@cyrillic]=KSplash плагини -Comment[vi]=Trình bổ sung Chào mừng TDE -Comment[wa]=Tchôke-divins KSplash (waitroûle d' enondaedje) -Comment[zh_CN]=KSplash 插件 -Comment[zh_TW]=KSplash 外掛程式 Name=KSplashUnified +Comment=KSplash Plugin X-TDE-ServiceTypes=KSplash/Plugin X-TDE-Library=ksplashunified X-KSplash-Default=true -- cgit v1.2.1