summaryrefslogtreecommitdiffstats
path: root/kimagemapeditor
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-03-16 00:02:31 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-05-05 19:55:36 +0200
commit9b215fd2af36fbe86fc507d0cb3bba415c88fb58 (patch)
treed0821b31ca17ad69c5d6c568e7fe2f7e03788e42 /kimagemapeditor
parentf4edc50e4756b2289254ee308223faed9be6a2c7 (diff)
downloadtdewebdev-9b215fd2af36fbe86fc507d0cb3bba415c88fb58.tar.gz
tdewebdev-9b215fd2af36fbe86fc507d0cb3bba415c88fb58.zip
Added translation of .desktop files.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kimagemapeditor')
-rw-r--r--kimagemapeditor/CMakeL10n.txt6
-rw-r--r--kimagemapeditor/CMakeLists.txt6
-rw-r--r--kimagemapeditor/kimagemapeditor.desktop52
-rw-r--r--kimagemapeditor/kimagemapeditorpart.desktop52
4 files changed, 19 insertions, 97 deletions
diff --git a/kimagemapeditor/CMakeL10n.txt b/kimagemapeditor/CMakeL10n.txt
index 35419028..7aa9f02e 100644
--- a/kimagemapeditor/CMakeL10n.txt
+++ b/kimagemapeditor/CMakeL10n.txt
@@ -1,3 +1,9 @@
##### create translation templates ##############
tde_l10n_create_template( "kimagemapeditor" )
+
+tde_l10n_create_template(
+ CATALOG "desktop_files/kimagemapeditor-desktops/"
+ SOURCES *.desktop
+ DESTINATION "${CMAKE_SOURCE_DIR}/translations"
+)
diff --git a/kimagemapeditor/CMakeLists.txt b/kimagemapeditor/CMakeLists.txt
index 442c8ed8..02b95004 100644
--- a/kimagemapeditor/CMakeLists.txt
+++ b/kimagemapeditor/CMakeLists.txt
@@ -78,9 +78,13 @@ install(
DESTINATION ${DATA_INSTALL_DIR}/kimagemapeditor
)
-tde_create_translated_desktop( kimagemapeditor.desktop )
+tde_create_translated_desktop(
+ SOURCE kimagemapeditor.desktop
+ PO_DIR kimagemapeditor-desktops
+)
tde_create_translated_desktop(
SOURCE kimagemapeditorpart.desktop
DESTINATION ${SERVICES_INSTALL_DIR}
+ PO_DIR kimagemapeditor-desktops
)
diff --git a/kimagemapeditor/kimagemapeditor.desktop b/kimagemapeditor/kimagemapeditor.desktop
index bef5e0bc..118d5127 100644
--- a/kimagemapeditor/kimagemapeditor.desktop
+++ b/kimagemapeditor/kimagemapeditor.desktop
@@ -1,56 +1,12 @@
[Desktop Entry]
+Name=KImageMapEditor
+
+GenericName=HTML Image Map Editor
+
Type=Application
MimeType=text/html;
Exec=kimagemapeditor -caption "%c" %i %m
Icon=kimagemapeditor
Terminal=false
X-DocPath=kimagemapeditor/index.html
-Name=KImageMapEditor
-Name[ne]=केडीई छवि मानचित्र सम्पादक
-Name[pt_BR]=KEditor de Mapeamento de Imagem
-Name[sk]=KImage editor mapy
-Name[sv]=Kimagemapeditor
-Name[ta]=Kவடிவம் வரைப்படம் திருத்தி
-Name[tg]=KМуҳаррири тасвири ҳарита
-Name[tr]=K Resim Haritası Düzenleyicisi
-GenericName=HTML Image Map Editor
-GenericName[bg]=Редактор на маркирания на изображения за HTML
-GenericName[ca]=Un editor de mapes d'imatge HTML
-GenericName[cs]=Editor HTML map
-GenericName[da]=HTML editor af kortbilleder
-GenericName[de]=Editor für HTML-Bildkarten (Imagemaps)
-GenericName[el]=HTML επεξεργαστής εικόνων
-GenericName[es]=Editor de mapas de imágenes HTML
-GenericName[et]=Hüperpildiredaktor
-GenericName[eu]=HTML irudi-mapa editorea
-GenericName[fa]=ویرایشگر نگاشت تصویر زنگام
-GenericName[fi]=HTML-kuvaeditori
-GenericName[fr]=Éditeur d'hyperimages HTML
-GenericName[gl]=Editor de mapas de imaxes HTML
-GenericName[hu]=HTML-térképszerkesztő
-GenericName[is]=HTML myndakortsritill
-GenericName[it]=Editor per le mappe di immagini HTML
-GenericName[ja]=HTML イメージマップエディタ
-GenericName[ka]=HTML გამოსახულების რუქის რედაქტორი
-GenericName[lt]=HTML paveikslėlių žemėlapių rengyklė
-GenericName[ms]=Penyunting Peta Imej HTML
-GenericName[nds]=Editor för HTML-Bildkoorten
-GenericName[ne]=एचटीएमएल छवि मानचित्र सम्पादक
-GenericName[nl]=HTML imagemap editor
-GenericName[pa]=HTML ਚਿੱਤਰ ਨਕਸ਼ਾ ਸੰਪਾਦਕ
-GenericName[pl]=Edytor map obrazków HTML
-GenericName[pt]=Editor de Mapas de Imagem HTML
-GenericName[pt_BR]=Editor de Mapeamento de Imagem HTML
-GenericName[sk]=Editor HTML mapy obrázkov
-GenericName[sl]=Urejevalnik slikovnih zemljevidov v HTML
-GenericName[sr]=Уређивач HTML сликовне мапе
-GenericName[sr@Latn]=Uređivač HTML slikovne mape
-GenericName[sv]=Redigering av HTML-bildkartor
-GenericName[ta]=HTML வடிவம் வரைப்படம் திருத்தி
-GenericName[tg]=Муҳаррири тасвири ҳаритаи HTML
-GenericName[tr]=HTML Resim Haritası Düzenleyicisi
-GenericName[uk]=Редактор карт зображень HTML
-GenericName[zh_CN]=HTML 图像映射编辑器
-GenericName[zh_HK]=HTML 影像地圖編輯器
-GenericName[zh_TW]=HTML 影像地圖編輯器
Categories=Qt;TDE;Development;WebDevelopment;
diff --git a/kimagemapeditor/kimagemapeditorpart.desktop b/kimagemapeditor/kimagemapeditorpart.desktop
index 2eb35bab..bc3adf99 100644
--- a/kimagemapeditor/kimagemapeditorpart.desktop
+++ b/kimagemapeditor/kimagemapeditorpart.desktop
@@ -1,54 +1,10 @@
[Desktop Entry]
+Name=KImageMapEditor
+
+Comment=An HTML imagemap editor
+
Type=Service
MimeType=text/html
Icon=kimagemapeditor
X-TDE-ServiceTypes=KParts/ReadWritePart
X-TDE-Library=libkimagemapeditor
-Comment=An HTML imagemap editor
-Comment[bg]=Редактор на маркирания на изображения за HTML
-Comment[ca]=Un editor de mapes d'imatge HTML
-Comment[cs]=Editor HTML map
-Comment[da]=En HTML-editor af kortbilleder
-Comment[de]=Ein Editor für HTML-Bildkarten (Imagemaps)
-Comment[el]=HTML επεξεργαστής εικόνων
-Comment[es]=Un editor de mapas de imágenes HTML
-Comment[et]=Hüperpildiredaktor
-Comment[eu]=HTML irudi-mapa editore bat
-Comment[fa]=یک ویرایشگر نگاشت تصویر زنگام
-Comment[fi]=HTML-imagemap -editori
-Comment[fr]=Éditeur d'hyperimages HTML
-Comment[gl]=Un editor de mapas de imaxes HTML
-Comment[hu]=HTML-térképszerkesztő
-Comment[is]=HTML myndakortsritill
-Comment[it]=Un editor per le mappe di immagini HTML
-Comment[ja]=HTML イメージマップエディタ
-Comment[ka]=HTML გამოსახულების რუქის რედაქტორი
-Comment[lt]=HTML paveikslėlių žemėlapių rengyklė
-Comment[ms]=Penyunting Peta Imej HTML
-Comment[nds]=En Editor för HTML-Bildkoorten
-Comment[ne]=एउटा एचटीएमएल छवि मानचित्र सम्पादकस
-Comment[nl]=Een hulpmiddel om HTML imagemaps te maken
-Comment[pl]=Edytor map obrazków HTML
-Comment[pt]=Editor de Mapas de Imagem HTML
-Comment[pt_BR]=Um editor de mapeamento de imagem HTML
-Comment[ru]=Редактор HTML imagemap
-Comment[sk]=Editor HTML mapy obrázkov
-Comment[sl]=Urejevalnik slikovnih zemljevidov v HTML
-Comment[sr]=Уређивач HTML сликовне мапе
-Comment[sr@Latn]=Uređivač HTML slikovne mape
-Comment[sv]=En editor för HTML-bildkartor
-Comment[ta]=An HTML வடிவம் வரைப்படம் திருத்தி
-Comment[tg]=Муҳаррири тасвири ҳаритаи HTML
-Comment[tr]=Bir HTML resim_haritası düzenleyicisi
-Comment[uk]=Редактор imagemap HTML
-Comment[zh_CN]=HTML 图像映射编辑器
-Comment[zh_HK]=一個 HTML 影像地圖的編輯器
-Comment[zh_TW]=一個 HTML 影像地圖的編輯器
-Name=KImageMapEditor
-Name[ne]=केडीई छवि मानचित्र सम्पादक
-Name[pt_BR]=KEditor de Mapeamento de Imagem
-Name[sk]=KImage editor mapy
-Name[sv]=Kimagemapeditor
-Name[ta]=Kவடிவம் வரைப்படம் திருத்தி
-Name[tg]=KМуҳаррири тасвири ҳарита
-Name[tr]=K Resim Haritası Düzenleyicisi