From 094853ca31a9dc5e619b0951953d4dc862a99e25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 14 May 2020 15:26:41 +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 --- kworldwatch/maps/depths/CMakeLists.txt | 9 ++++- kworldwatch/maps/depths/depths.desktop | 61 ---------------------------------- 2 files changed, 8 insertions(+), 62 deletions(-) (limited to 'kworldwatch/maps/depths') diff --git a/kworldwatch/maps/depths/CMakeLists.txt b/kworldwatch/maps/depths/CMakeLists.txt index 44405bc..2d3d0c5 100644 --- a/kworldwatch/maps/depths/CMakeLists.txt +++ b/kworldwatch/maps/depths/CMakeLists.txt @@ -9,8 +9,15 @@ # ################################################# -install( FILES depths.desktop 400.jpg 800.jpg +install( + FILES + 400.jpg 800.jpg DESTINATION ${DATA_INSTALL_DIR}/kworldclock/maps/depths ) +tde_create_translated_desktop( + SOURCE depths.desktop + DESTINATION ${DATA_INSTALL_DIR}/kworldclock/maps/depths + PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/kworldwatch-maps +) diff --git a/kworldwatch/maps/depths/depths.desktop b/kworldwatch/maps/depths/depths.desktop index 33a11a5..e93f038 100644 --- a/kworldwatch/maps/depths/depths.desktop +++ b/kworldwatch/maps/depths/depths.desktop @@ -1,64 +1,3 @@ [Theme] Name=Surface Depth -Name[af]=Oppervlakte Diepte -Name[ar]=عمق السطح -Name[az]=Səth Dərinliyi -Name[be]=Глыбіня паверхні -Name[bg]=Релеф на земната повърхност -Name[bn]=পৃষ্ঠের গভীরতা -Name[br]=Krogad en egor -Name[ca]=Extensió de la superfície -Name[cs]=Plocha do hloubky -Name[cy]=Dyfnder Arwyneb -Name[da]=Overfladedybde -Name[de]=Oberflächenstruktur -Name[el]=Βάθος επιφάνειας -Name[eo]=Surfacprofundo -Name[es]=Profundidad de superficie -Name[et]=Pinnasügavus -Name[eu]=Azalaren Sakona -Name[fa]=عمق سطح -Name[fi]=Pinnan syvyys -Name[fr]=Relief -Name[ga]=Doimhneacht an Dromchla -Name[gl]=Profundidade da Superfície -Name[he]=מעמקים -Name[hi]=सतह गहराई -Name[hr]=Površinska dubina -Name[hu]=Felületmélység -Name[is]=Yfirborðsdýpt -Name[it]=Profondità superficie -Name[ja]=表面の深さ -Name[km]=ជម្រៅ​ផ្ទៃ -Name[ko]=표면 깊이 -Name[lt]=Paviršiaus gylis -Name[lv]=Virsmas dziļums -Name[mk]=Длабочина на површина -Name[mt]=Fond tal-wiċċ -Name[nb]=Overflate-dybde -Name[nds]=Böversiet-Deepde -Name[ne]=धरातलिय गहिराइ -Name[nl]=Oppervlaktediepte -Name[nn]=Overflatedjupne -Name[pl]=Głębokość powierzchni -Name[pt]=Profundidade da Superfície -Name[pt_BR]=Profundidade de superfície -Name[ro]=Suprafaţă de adîncimi -Name[ru]=Глубина поверхности -Name[sk]=Hĺbka povrchu -Name[sl]=Globina ploskve -Name[sr]=Дубина рељефа -Name[sr@Latn]=Dubina reljefa -Name[sv]=Ytdjup -Name[ta]= தள ஆழம் -Name[tg]=Қаъри Сатҳ -Name[th]=ความลึกพื้นผิว -Name[tr]=Yüzey Derinliği -Name[uk]=Глибина поверхні -Name[ven]=Vhulapfu uya fhasi -Name[wa]=Surface e relief -Name[xh]=Ubunzulu Bomphezulu -Name[zh_CN]=表面纵深 -Name[zh_TW]=表面深度 -Name[zu]=Ubunzulu Baphezulu Theme=depths -- cgit v1.2.1