From fe44776673b28ca94338f23d8e7ac71593fa88ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 29 Jul 2020 22:43:34 +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 --- parts/documentation/CMakeLists.txt | 7 +- parts/documentation/interfaces/CMakeLists.txt | 8 ++- .../tdevelopdocumentationplugins.desktop | 34 +--------- parts/documentation/kdevdocumentation.desktop | 78 ++-------------------- parts/documentation/plugins/chm/CMakeLists.txt | 6 +- .../documentation/plugins/chm/docchmplugin.desktop | 42 ++---------- parts/documentation/plugins/custom/CMakeLists.txt | 6 +- .../plugins/custom/doccustomplugin.desktop | 42 ++---------- parts/documentation/plugins/devhelp/CMakeLists.txt | 6 +- .../plugins/devhelp/docdevhelpplugin.desktop | 40 +---------- .../plugins/djvu/docdjvuplugin.desktop | 42 ++---------- parts/documentation/plugins/doxygen/CMakeLists.txt | 6 +- .../plugins/doxygen/docdoxygenplugin.desktop | 43 ++---------- parts/documentation/plugins/kdevtoc/CMakeLists.txt | 6 +- .../plugins/kdevtoc/dockdevtocplugin.desktop | 41 ++---------- .../documentation/plugins/pdb/docpdbplugin.desktop | 41 ++---------- .../documentation/plugins/pdf/docpdfplugin.desktop | 41 ++---------- parts/documentation/plugins/qt/CMakeLists.txt | 6 +- parts/documentation/plugins/qt/docqtplugin.desktop | 42 ++---------- parts/documentation/protocols/chm/CMakeLists.txt | 8 ++- parts/documentation/protocols/chm/chm.protocol | 30 +-------- parts/documentation/protocols/chm/kchmpart.desktop | 45 ++----------- 22 files changed, 96 insertions(+), 524 deletions(-) (limited to 'parts/documentation') diff --git a/parts/documentation/CMakeLists.txt b/parts/documentation/CMakeLists.txt index accc3401..4d827ace 100644 --- a/parts/documentation/CMakeLists.txt +++ b/parts/documentation/CMakeLists.txt @@ -33,7 +33,12 @@ link_directories( ##### other data ################################ -install( FILES kdevdocumentation.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE kdevdocumentation.desktop + DESTINATION ${SERVICES_INSTALL_DIR} + PO_DIR tdevelop-desktops +) + install( FILES kdevpart_documentation.rc DESTINATION ${DATA_INSTALL_DIR}/kdevdocumentation ) diff --git a/parts/documentation/interfaces/CMakeLists.txt b/parts/documentation/interfaces/CMakeLists.txt index f4a2ff08..a3c1dd63 100644 --- a/parts/documentation/interfaces/CMakeLists.txt +++ b/parts/documentation/interfaces/CMakeLists.txt @@ -29,9 +29,11 @@ install( FILES ##### other data ################################ -install( FILES - tdevelopdocumentationplugins.desktop - DESTINATION ${SERVICETYPES_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE tdevelopdocumentationplugins.desktop + DESTINATION ${SERVICETYPES_INSTALL_DIR} + PO_DIR tdevelop-desktops +) ##### documentation_interfaces (shared) ######### diff --git a/parts/documentation/interfaces/tdevelopdocumentationplugins.desktop b/parts/documentation/interfaces/tdevelopdocumentationplugins.desktop index c56166bd..e159bc0f 100644 --- a/parts/documentation/interfaces/tdevelopdocumentationplugins.desktop +++ b/parts/documentation/interfaces/tdevelopdocumentationplugins.desktop @@ -1,36 +1,6 @@ [Desktop Entry] +Name=TDevelop Documentation Plugin Interface + Type=ServiceType X-TDE-ServiceType=TDevelop/DocumentationPlugins X-TDE-Derived=TDevelop/Plugin -Name=TDevelop Documentation Plugin Interface -Name[ca]=Interfície de connectors de documentació de TDevelop -Name[da]=TDevelop grænseflade for dokumentations-plugin -Name[de]=Schnittstelle für Dokumentationsmodul (TDevelop) -Name[el]=Διασύνδεση πρόσθετου τεκμηρίωσης TDevelop -Name[es]=Interfaz de complemento de documentación de TDevelop -Name[et]=TDevelopi dokumentatsiooniplugina liides -Name[eu]=TDevelop-en dokumentazio plugin interfazea -Name[fa]=واسط وصلۀ مستندات TDevelop -Name[fr]=Interface du module externe de documentation de TDevelop -Name[gl]=Interface da extensión de documentación de TDevelop -Name[hu]=TDevelop dokumentációmodul-felület -Name[it]=Interfaccia a plugin della documentazione di TDevelop -Name[ja]=TDevelop ドキュメンテーションプラグイン インターフェース -Name[ms]=Antaramuka Plugin Dokumentasi TDevelop -Name[nds]=TDevelop-Koppelsteed för't Dokmentatschoon-Moduul -Name[ne]=केडीई विकास मिसिलीकरण प्लगइन इन्टरफेस -Name[nl]=TDevelop Documentatie Plugin Interface -Name[pl]=Interfejs do wtyczki dokumentacji dla TDevelop -Name[pt]=Interface de 'Plugin' de Documentação do TDevelop -Name[pt_BR]=Interface de Plug-in de Documentação do TDevelop -Name[ru]=Интерфейс для модулей документации TDevelop -Name[sk]=TDevelop rozhranie pre dokumentačný modul -Name[sl]=Vmesnik vstavka dokumentacije v TDevelopu -Name[sr]=Интерфејс TDevelop-овог прикључка за документацију -Name[sr@Latn]=Interfejs TDevelop-ovog priključka za dokumentaciju -Name[sv]=TDevelop insticksgränssnitt för dokumentation -Name[ta]=Kமுன்னேற்று தொகுப்பான் தேர்வுகள் உரை இடைமுகம் உள்ளீடு -Name[tg]=Интерфейс барои модулҳои ҳуҷҷатноки TDevelop -Name[tr]=TDevelop Belgelendirme Eklentisi Arayüzü -Name[zh_CN]=TDevelop 文档插件接口 -Name[zh_TW]=TDevelop 文件外掛程式介面 diff --git a/parts/documentation/kdevdocumentation.desktop b/parts/documentation/kdevdocumentation.desktop index 5449d8a1..30c0781f 100644 --- a/parts/documentation/kdevdocumentation.desktop +++ b/parts/documentation/kdevdocumentation.desktop @@ -1,78 +1,12 @@ [Desktop Entry] -Type=Service -Exec=blubb -Comment=The Documentation plugin offers browsing and searching in local and online documentation with support for multiple documentation systems. -Comment[ca]=El connector de documentació ofereix navegació i recerca en documentació local i en línia amb suport per a múltiples sistemes de documentació. -Comment[da]=Dokumentations-plugin tilbyder visning og søgning i lokal og online dokumentation med understøttelse af flere dokumentations-systemer. -Comment[de]=Die Dokumentations-Komponente bietet eine Browsefunktion und Unterstützung für die Suche in mehreren Hilfedokumenten und Dokumentationssystemen. -Comment[el]=Το πρόσθετο τεκμηρίωσης προσφέρει περιήγηση και αναζήτηση σε τοπική και απομακρυσμένη τεκμηρίωση για πολλαπλά συστήματα τεκμηρίωσης. -Comment[es]=El complemento de documentación proporciona navegación y búsqueda en la documentación, tanto local como en línea, y permite múltiples sistemas de documentación. -Comment[et]=Dokumentatsiooniplugin võimaldab lehitseda ja otsida nii kohalikus kui võrgudokumentatsioonis paljusid dokumentatsioonisüsteeme kasutades. -Comment[eu]=Dokumentazio-pluginak lokaleko eta urruneko dokumentazio arakatzeko eta bilatzeko aukera ematen dizu, eta dokumentazio-sistema anitz onartzen ditu. -Comment[fa]=وصلۀ مستندسازی، مرور و جستجو در مستندات محلی و برخط را با پشتیبانی از سیستمهای مستندسازی چندگانه، ارائه می‌کند. -Comment[fr]=Le module externe de documentation offre une navigation et une recherche dans la documentation locale et en ligne ainsi que la prise en charge de systèmes de documentation mutiples. -Comment[gl]=A extensión de documentación ofrece navegación e búsqueda en documentación local e en liña con soporte para múltiples sistemas de documentación. -Comment[hu]=Dokumentációmegjelenítő elem helyi és távoli dokumentáció böngészéséhez, keresési lehetőséggel. Többféle formátumot támogat. -Comment[it]=Il plugin di documentazione offre navigazione e ricerca in locale e documentazione in linea con supporto per sistemi di documentazione multipla. -Comment[ms]=Plugin dokumentasi menawarkan pelungsuran dan pencarian dalam dokumentasi tempatan dan dalam talian dengan sokongan untuk pelbagai sistem dokumentasi. -Comment[nds]=Mit dat Dokmentatschoon-Moduul kannst Du lokale un Tokoppel-Dokmentatschoon dörkieken un -söken, mehr Dokmentatschoonsystemen warrt ünnerstütt. -Comment[ne]=मिसिलीकरण प्लगइनले बहुविध मिसिलीकरण प्रणालीको समर्थनसँग अनलाइन मिसिलीकरण र स्थानीय रूपमा ब्राउज र खोजी गर्न दिन्छ । -Comment[nl]=De documentatieplugin welke het mogelijk maakt om door lokale documentatie en documentatie op afstand te bladeren en te zoeken. Met ondersteuning voor verschillende documentatiesystemen. -Comment[pl]=Kontrola dokumentacji z obsługą przeglądania i wyszukiwania w różnych plikach pomocy i systemach dokumentacji. -Comment[pt]=O 'plugin' de documentação oferece navegação e procura em documentação local e em rede com suporte para vários sistemas de documentação. -Comment[pt_BR]=A documentação do plug-in oferece navegação e busca na documentação local e online com suporte para diversos sistemas de documentação. -Comment[ru]=Модуль документации позволяет упростить работу с документацией. -Comment[sk]=Dokumentačný modul proskytuje prehliadanie a vyhľadávanie v lokálnej a online dokumentácie s podporou viacerých dokumentačných systémov. -Comment[sr]=Прикључак за документацију са подршком за прегледање и тражење у локалној и документацији на вези, за више документационих система. -Comment[sr@Latn]=Priključak za dokumentaciju sa podrškom za pregledanje i traženje u lokalnoj i dokumentaciji na vezi, za više dokumentacionih sistema. -Comment[sv]=Dokumentationsinsticksprogrammet erbjuder bläddring och sökning i lokal dokumentation och dokumentation på nätet, med stöd för flera dokumentationssystem. -Comment[tr]=Belgelendirme eklentisi, çoklu belgelendirme sistemlerine destek ile, yerel ve çevrimiçi belgelere gözatma ve bu belgelerde arama yapılmasına izin verir. -Comment[zh_CN]=文档插件提供了本地和在线文档中提供浏览和搜索功能,支持多种文档系统 -Comment[zh_TW]=文件外掛程式提供對本地與線上文件的瀏覽與搜尋功能,並支援多重文件系統。 Name=KDevDocumentation -Name[da]=TDevelop dokumentation -Name[nds]=TDevelop-Dokmentatschoon -Name[pt_BR]=KDevDocumentação -Name[sk]=KDev dokumentácia -Name[sv]=TDevelop dokumentation -Name[ta]=KDev ஆவணமாக்கல் -Name[tg]=Ҳуҷҷатҳои KDev -Name[zh_TW]=TDevelop 文件 + GenericName=Documentation -GenericName[br]=Teuliadur -GenericName[ca]=Documentació -GenericName[cy]=Dogfenniaeth -GenericName[da]=Dokumentation -GenericName[de]=Dokumentationsbaum -GenericName[el]=Τεκμηρίωση -GenericName[es]=Documentación -GenericName[et]=Dokumentatsioon -GenericName[eu]=Dokumentazioa -GenericName[fa]=مستندات -GenericName[ga]=Doiciméadú -GenericName[gl]=Documentación -GenericName[hi]=दस्तावेज़ीकरण -GenericName[hu]=Dokumentáció -GenericName[it]=Documentazione -GenericName[ja]=ドキュメンテーション -GenericName[ms]=Dokumentasi -GenericName[nds]=Dokmentatschoon -GenericName[ne]=मिसिलीकरण -GenericName[nl]=Documentatie -GenericName[pl]=Dokumentacja -GenericName[pt]=Documentação -GenericName[pt_BR]=Documentação -GenericName[ru]=Просмотр документации -GenericName[sk]=Dokumentácia -GenericName[sl]=Dokumentacija -GenericName[sr]=Документација -GenericName[sr@Latn]=Dokumentacija -GenericName[sv]=Dokumentation -GenericName[ta]=ஆவணமாக்கல் -GenericName[tg]=Намоиши ҳуҷҷатҳо -GenericName[tr]=Belgelendirme -GenericName[zh_CN]=文档 -GenericName[zh_TW]=文件 + +Comment=The Documentation plugin offers browsing and searching in local and online documentation with support for multiple documentation systems. + +Type=Service +Exec=blubb Icon=khelpcenter X-TDE-ServiceTypes=TDevelop/Plugin X-TDevelop-Scope=Global diff --git a/parts/documentation/plugins/chm/CMakeLists.txt b/parts/documentation/plugins/chm/CMakeLists.txt index ebf52b0e..bfc0ff3f 100644 --- a/parts/documentation/plugins/chm/CMakeLists.txt +++ b/parts/documentation/plugins/chm/CMakeLists.txt @@ -27,7 +27,11 @@ link_directories( ##### other data ################################ -install( FILES docchmplugin.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE docchmplugin.desktop + DESTINATION ${SERVICES_INSTALL_DIR} + PO_DIR tdevelop-desktops +) ##### libdocchmplugin (module) ################## diff --git a/parts/documentation/plugins/chm/docchmplugin.desktop b/parts/documentation/plugins/chm/docchmplugin.desktop index 90323232..b80431ce 100644 --- a/parts/documentation/plugins/chm/docchmplugin.desktop +++ b/parts/documentation/plugins/chm/docchmplugin.desktop @@ -1,44 +1,10 @@ [Desktop Entry] -Type=Service Name=DocCHMPlugin -Name[da]=DocCHM-plugin -Name[hu]=DocCHMPPlugin -Name[sk]=Doc CHM modul -Name[sv]=CHM-dokumentationsinsticksmodul -Name[ta]=DocCHM சொருகு -Name[zh_TW]=Doc CHM 外掛程式 -Exec=blubb + Comment=Documentation plugin for CHM documentation -Comment[ca]=Connector de documentació per a documentació CHM -Comment[da]=Dokumentations-plugin for CHM-dokumentation -Comment[de]=Dokumentations-Modul für CHM-Dokumentation -Comment[el]=Πρόσθετο τεκμηρίωσης για τεκμηρίωση CHM -Comment[es]=Complemento de documentación para CHM -Comment[et]=CHM dokumentatsiooni plugin -Comment[eu]=CHM dokumentazioarako dokumentazioa plugin-aDocumentation plugin for CHM documentation -Comment[fa]=وصلۀ مستندسازی برای مستندات CHM -Comment[fr]=Module externe de documentation pour la documentation CHM -Comment[gl]=Extensión de documentación para documentación CHM -Comment[hu]=Dokumentációmodul CHM formátumú dokumentációhoz -Comment[it]=Plugin di documentazione per file CHM -Comment[ja]=CHM ドキュメンテーションのためのドキュメンテーションプラグイン -Comment[ms]=Plugin dokumentasi untuk dokumentasi CHM -Comment[nds]=Dokmentatschoon-Moduul för CHM-Dokmentatschonen -Comment[ne]=CHM मिसिलीकरणका लागि मिसिलीकरण प्लगइन -Comment[nl]=Documentatie plugin voor CHM documentatie -Comment[pl]=Wtyczka dokumentacji dla dokumentacji w formacie CHM -Comment[pt]='Plugin' para documentação CHM -Comment[pt_BR]=Plug-in de documentação para documento CHM -Comment[ru]=Модуль для просмотра документации в файлах CHM -Comment[sk]=Dokumentačný modul pre CHM dokumentáciu -Comment[sr]=Документациони прикључак за CHM документацију -Comment[sr@Latn]=Dokumentacioni priključak za CHM dokumentaciju -Comment[sv]=Dokumentationsinsticksmodul för CHM-dokumentation -Comment[ta]= CHM ஆவணத்திற்கான ஆவணச் சொருகு -Comment[tg]=Модул барои намоиши файлҳои CHM-е, ки ҳуҷҷатҳо мавҷуд аст -Comment[tr]=CHM belgelendirmesi için belgelendirme eklentisi -Comment[zh_CN]=CHM 文档的文档插件 -Comment[zh_TW]=CHM 文件外掛程式 + +Type=Service +Exec=blubb X-TDE-ServiceTypes=TDevelop/DocumentationPlugins X-TDevelop-Version=5 X-TDE-Library=libdocchmplugin diff --git a/parts/documentation/plugins/custom/CMakeLists.txt b/parts/documentation/plugins/custom/CMakeLists.txt index 80007503..5a4ae6d5 100644 --- a/parts/documentation/plugins/custom/CMakeLists.txt +++ b/parts/documentation/plugins/custom/CMakeLists.txt @@ -25,7 +25,11 @@ link_directories( ##### other data ################################ -install( FILES doccustomplugin.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE doccustomplugin.desktop + DESTINATION ${SERVICES_INSTALL_DIR} + PO_DIR tdevelop-desktops +) ##### libdoccustomplugin (module) ############### diff --git a/parts/documentation/plugins/custom/doccustomplugin.desktop b/parts/documentation/plugins/custom/doccustomplugin.desktop index 0f4bec5c..ee941e70 100644 --- a/parts/documentation/plugins/custom/doccustomplugin.desktop +++ b/parts/documentation/plugins/custom/doccustomplugin.desktop @@ -1,44 +1,10 @@ [Desktop Entry] -Type=Service Name=DocCustomPlugin -Name[da]=Brugerdefineret doc-plugin -Name[sk]=Doc vlastný modul -Name[sv]=Egen dokumentationsinsticksmodul -Name[ta]=ஆவண தனிப்பயன் சொருகுப்பொருள் -Name[zh_TW]=Doc 自訂外掛程式 -Exec=blubb + Comment=Documentation plugin for all types of documentation -Comment[ca]=Connector de documentació per a tot tipus de documentació -Comment[da]=Dokumentations-plugin for alle typer dokumentation -Comment[de]=Komponente für alle Arten von Dokumentation -Comment[el]=Πρόσθετο τεκμηρίωσης για όλους τους τύπους τεκμηρίωσης -Comment[es]=Complemento de documentación para todos los tipos de documentación -Comment[et]=Igat tüüpi dokumentatsiooni plugin -Comment[eu]=Dokumentu mota guztientzako dokumentazio plugin-a -Comment[fa]=وصلۀ مستندسازی برای همۀ انواع مستندات -Comment[fr]=Module externe de documentation pour tous les types de documentation -Comment[gl]=Extensión de documentación para tódolos tipos de documentación -Comment[hu]=Dokumentációmodul mindenféle dokumentációhoz -Comment[it]=Plugin di documentazione per tutti i tipi di documentazione -Comment[ja]=全種類のドキュメンテーションのためのドキュメンテーションプラグイン -Comment[ms]=Plugin dokumentasi untuk semua jenis dokumentasi -Comment[nds]=Dokmentatschoon-Moduul för all Oorden vun Dokmentatschoon -Comment[ne]=सबै प्रकारको मिसिलीकरणका लागि मिसिलीकरण प्लगइन -Comment[nl]=Documentatie plugin voor alle typen documentatie -Comment[pl]=Wtyczka dokumentacji dla wszystkich typów dokumentacji -Comment[pt]='Plugin' para documentação de todos os tipos -Comment[pt_BR]=Plug-in de documentação para todos os tipos de documentação -Comment[ru]=Модуль для работы с документацией -Comment[sk]=Dokumentačný modul pre všetky typy dokumentácie -Comment[sl]=Dokumentacijski vstavek za vse vrste dokumentacije -Comment[sr]=Документациони прикључак за све типове документације -Comment[sr@Latn]=Dokumentacioni priključak za sve tipove dokumentacije -Comment[sv]=Dokumentationsinsticksmodul för alla typer av dokumentation -Comment[ta]=எல்லா வகை ஆவணமயமாக்கலுக்கான ஆவணமயமாக்கல் சொருகுப்பொருள் -Comment[tg]=Модул барои кор кардан бо ҳуҷҷатҳо -Comment[tr]=Her tür belgelendirme için belgelendirme eklentisi -Comment[zh_CN]=全部类型文档的文档插件 -Comment[zh_TW]=所有型態的文件外掛程式 + +Type=Service +Exec=blubb X-TDE-ServiceTypes=TDevelop/DocumentationPlugins X-TDevelop-Version=5 X-TDE-Library=libdoccustomplugin diff --git a/parts/documentation/plugins/devhelp/CMakeLists.txt b/parts/documentation/plugins/devhelp/CMakeLists.txt index c551f418..bd4e37ff 100644 --- a/parts/documentation/plugins/devhelp/CMakeLists.txt +++ b/parts/documentation/plugins/devhelp/CMakeLists.txt @@ -27,7 +27,11 @@ link_directories( ##### other data ################################ -install( FILES docdevhelpplugin.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE docdevhelpplugin.desktop + DESTINATION ${SERVICES_INSTALL_DIR} + PO_DIR tdevelop-desktops +) ##### libdocdevhelpplugin (module) ############## diff --git a/parts/documentation/plugins/devhelp/docdevhelpplugin.desktop b/parts/documentation/plugins/devhelp/docdevhelpplugin.desktop index 68159dda..4704151f 100644 --- a/parts/documentation/plugins/devhelp/docdevhelpplugin.desktop +++ b/parts/documentation/plugins/devhelp/docdevhelpplugin.desktop @@ -1,43 +1,9 @@ [Desktop Entry] -Type=Service Name=DevHelpPlugin -Name[da]=DevHelp-plugin -Name[sk]=DevHelp modul -Name[sv]=DevHelp-insticksmodul -Name[ta]=Devஉதவி சொருகு -Name[zh_TW]=DevHelp 外掛程式 + Comment=Documentation plugin for DevHelp documentation -Comment[ca]=Connector de documentació per a documentació DevHelp -Comment[da]=Dokumentations-plugin for DevHelp-dokumentation -Comment[de]=Komponente für DevHelp-Dokumentation -Comment[el]=Πρόσθετο τεκμηρίωσης για τεκμηρίωση DevHelp -Comment[es]=Complemento de documentación para documentación DevHelp -Comment[et]=DevHelp dokumentatsiooni plugin -Comment[eu]=DevHelp dokumentaziorako dokumentazio plugin-a -Comment[fa]=وصلۀ مستندسازی برای مستندات DevHelp -Comment[fr]=Module externe de documentation pour la documentation DevHelp -Comment[gl]=Extensión de documentación para documentación DevHelp -Comment[hu]=Dokumentációmodul DevHelp-dokumentációhoz -Comment[it]=Plugin di documentazione per file DevHelp -Comment[ja]=DevHelp ドキュメンテーションのためのドキュメンテーションプラグイン -Comment[ms]=Plugin dokumentasi untuk dokumentasi DevHelp -Comment[nds]=Dokmentatschoon-Moduul för DevHelp-Dokmentatschoon -Comment[ne]=DevHelp मिसिलीकरणका लागि मिसिलीकरण प्लगइन -Comment[nl]=Documentatie plugin fvoor DevHelp documentatie -Comment[pl]=Wtyczka dokumentacji dla dokumentacji w formacie DevHelp -Comment[pt]='Plugin' para documentação DevHelp -Comment[pt_BR]=Plug-in de documentação para documento DevHelp -Comment[ru]=Модуль для просмотра документации DevHelp -Comment[sk]=Dokumentačný modul pre DevHelp dokumentáciu -Comment[sl]=Dokumentacijski vstavek za dokumentacijo DevHelp -Comment[sr]=Документациони прикључак за DevHelp документацију -Comment[sr@Latn]=Dokumentacioni priključak za DevHelp dokumentaciju -Comment[sv]=Dokumentationsinsticksmodul för DevHelp-dokumentation -Comment[ta]= DevHelp ஆவணத்திற்கான ஆவணச் சொருகு -Comment[tg]=Модул барои наоиш намудани DevHelp-и асоснок карда шуда -Comment[tr]=DevHelp belgelendirmesi için belgelendirme eklentisi -Comment[zh_CN]=DevHelp 文档的文档插件 -Comment[zh_TW]=DevHelp 文件外掛程式 + +Type=Service Exec=blubb X-TDE-ServiceTypes=TDevelop/DocumentationPlugins X-TDevelop-Version=5 diff --git a/parts/documentation/plugins/djvu/docdjvuplugin.desktop b/parts/documentation/plugins/djvu/docdjvuplugin.desktop index 23d0305f..c9d67b0b 100644 --- a/parts/documentation/plugins/djvu/docdjvuplugin.desktop +++ b/parts/documentation/plugins/djvu/docdjvuplugin.desktop @@ -1,44 +1,10 @@ [Desktop Entry] -Type=Service Name=DocDjvuPlugin -Name[da]=DocDjvu-plugin -Name[ms]=PluginDocDjvu -Name[sk]=Doc Djvu modul -Name[sv]=DocDjvu-insticksmodul -Name[ta]=DocQt சொருகு -Name[zh_TW]=Djvu 文件外掛程式 -Exec=blubb + Comment=Documentation plugin for djvu format -Comment[ca]=Connector de documentació per al format djvu -Comment[da]=Dokumentations-plugin for djvu-dokumentation -Comment[de]=Komponente für das DjVu-Dokumentationsformat -Comment[el]=Πρόσθετο τεκμηρίωσης για τη μορφή djvu -Comment[es]=Complemento de documentación para el formato djvu -Comment[et]=Djvu vormingus dokumentatsiooni plugin -Comment[eu]=Djvu dokumentaziorako dokumentazio plugin-a -Comment[fa]=وصلۀ مستندسازی برای قالب djvu -Comment[fr]=Module externe de documentation pour le format djvu -Comment[gl]=Extensión de documentación para o formato djvu -Comment[hu]=Dokumentációmodul djvu formátumú dokumentációhoz -Comment[it]=Plugin documentazione per il formato djvu -Comment[ja]=djvu フォーマットのためのドキュメンテーションプラグイン -Comment[ms]=Plugin dokumentasi untuk format djvu -Comment[nds]=Dokmentatschoon-Moduul för dat djvu-Dokmentatschoonformaat -Comment[ne]=djvu ढाँचाका लागि मिसिलीकरण प्लगइन -Comment[nl]=Documentatie plugin voor het djvu-formaat -Comment[pl]=Wtyczka dokumentacji dla dokumentacji w formacie djvu -Comment[pt]='Plugin' para documentação no formato djvu -Comment[pt_BR]=Plug-in de documentação para o formato djvu -Comment[ru]=Модуль для просмотра документации в формате DJVU -Comment[sk]=Dokumentačný modul pre Djvu dokumentáciu -Comment[sr]=Документациони прикључак за djvu формат -Comment[sr@Latn]=Dokumentacioni priključak za djvu format -Comment[sv]=Dokumentationsinsticksmodul för djvu-format -Comment[ta]= CHM ஆவணத்திற்கான ஆவணச் சொருகு -Comment[tg]=Модул барои наоиш намудани ҳуҷҷатҳо дар формати DJVU -Comment[tr]=djvu biçimi için belgelendirme eklentisi -Comment[zh_CN]=djvu 格式文档插件 -Comment[zh_TW]=Djvu 格式文件外掛程式 + +Type=Service +Exec=blubb X-TDE-ServiceTypes=TDevelop/DocumentationPlugins X-TDevelop-Version=1 X-TDE-Library=libdocdjvuplugin diff --git a/parts/documentation/plugins/doxygen/CMakeLists.txt b/parts/documentation/plugins/doxygen/CMakeLists.txt index 84c54488..185e3432 100644 --- a/parts/documentation/plugins/doxygen/CMakeLists.txt +++ b/parts/documentation/plugins/doxygen/CMakeLists.txt @@ -27,7 +27,11 @@ link_directories( ##### other data ################################ -install( FILES docdoxygenplugin.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE docdoxygenplugin.desktop + DESTINATION ${SERVICES_INSTALL_DIR} + PO_DIR tdevelop-desktops +) ##### libdocdoxygenplugin (module) ############## diff --git a/parts/documentation/plugins/doxygen/docdoxygenplugin.desktop b/parts/documentation/plugins/doxygen/docdoxygenplugin.desktop index b41a0d88..a6c93fa7 100644 --- a/parts/documentation/plugins/doxygen/docdoxygenplugin.desktop +++ b/parts/documentation/plugins/doxygen/docdoxygenplugin.desktop @@ -1,45 +1,10 @@ [Desktop Entry] -Type=Service Name=DocDoxygenPlugin -Name[da]=DocDoxygen-plugin -Name[ms]=PluginDocDoxygen -Name[sk]=Doc Doxygen modul -Name[sv]=Doxygen-dokumentationsinsticksmodul -Name[ta]=DocDoxygen சொருகு -Name[zh_TW]=Doxygen 文件外掛程式 -Exec=blubb + Comment=Documentation plugin for Doxygen documentation -Comment[ca]=Connector de documentació per a documentació Doxygen -Comment[da]=Dokumentations-plugin for Doxygen-dokumentation -Comment[de]=Komponente für Doxygen-Dokumentation -Comment[el]=Πρόσθετο τεκμηρίωσης για τεκμηρίωση τύπου Doxygen -Comment[es]=Complemento de documentación para Doxygen -Comment[et]=Doxygeni dokumentatsiooni plugin -Comment[eu]=Doxygen dokumentaziorako dokumentazio plugin-a -Comment[fa]=وصلۀ مستندسازی برای مستندات Doxygen -Comment[fr]=Module externe de documentation pour la documentation Doxygen -Comment[gl]=Extensión de documentación para documentación Doxygen -Comment[hu]=Dokumentációmodul Doxygen-dokumentációhoz -Comment[it]=Plugin di documentazione per file di Doxygen -Comment[ja]=Doxygen ドキュメンテーションのためのドキュメンテーションプラグイン -Comment[ms]=Plugin dokumentasi untuk dokumentasi Doxygen -Comment[nds]=Dokmentatschoon-Moduul för Doxygen-Dokmentatschoon -Comment[ne]=Doxygen मिसिलीकरणका लागि मिसिलीकरण प्लगइन -Comment[nl]=Documentatie plugin voor Doxygen documentatie -Comment[pl]=Wtyczka dokumentacji dla dokumentacji w formacie Doxygen -Comment[pt]='Plugin' para documentação Doxygen -Comment[pt_BR]=Plug-in de documentação para documento Doxygen -Comment[ru]=Модуль для просмотра документации Doxygen -Comment[sk]=Dokumentačný modul pre Doxygen dokumentáciu -Comment[sl]=Dokumentacijski vstavek za dokumentacijo Doxygen -Comment[sr]=Документациони прикључак за Doxygen документацију -Comment[sr@Latn]=Dokumentacioni priključak za Doxygen dokumentaciju -Comment[sv]=Dokumentationsinsticksmodul för Doxygen-dokumentation -Comment[ta]= Doxygen ஆவணத்திற்கான ஆவணச் சொருகு -Comment[tg]=Модул барои наоиш намудани ҳуҷҷатҳо дар Doxygen -Comment[tr]=Doxygen belgelendirmesi için belgelendirme eklentisi -Comment[zh_CN]=Doxygen 文档的文档插件 -Comment[zh_TW]=Doxygen 文件外掛程式 + +Type=Service +Exec=blubb X-TDE-ServiceTypes=TDevelop/DocumentationPlugins X-TDevelop-Version=5 X-TDE-Library=libdocdoxygenplugin diff --git a/parts/documentation/plugins/kdevtoc/CMakeLists.txt b/parts/documentation/plugins/kdevtoc/CMakeLists.txt index c12c26e3..460104b0 100644 --- a/parts/documentation/plugins/kdevtoc/CMakeLists.txt +++ b/parts/documentation/plugins/kdevtoc/CMakeLists.txt @@ -27,7 +27,11 @@ link_directories( ##### other data ################################ -install( FILES dockdevtocplugin.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE dockdevtocplugin.desktop + DESTINATION ${SERVICES_INSTALL_DIR} + PO_DIR tdevelop-desktops +) ##### libdockdevtocplugin (module) ############## diff --git a/parts/documentation/plugins/kdevtoc/dockdevtocplugin.desktop b/parts/documentation/plugins/kdevtoc/dockdevtocplugin.desktop index ed2643aa..ece2fa4d 100644 --- a/parts/documentation/plugins/kdevtoc/dockdevtocplugin.desktop +++ b/parts/documentation/plugins/kdevtoc/dockdevtocplugin.desktop @@ -1,43 +1,10 @@ [Desktop Entry] -Type=Service Name=DocKDevTOCPlugin -Name[da]=DocKDevTOC-plugin -Name[sk]=Doc KDevTOC modul -Name[sv]=TDevelop innehållsförteckning-dokumentationsinsticksmodul -Name[ta]=DocKDevTOC சொருகு -Name[zh_TW]=TDevelop 目錄文件外掛程式 -Exec=blubb + Comment=Documentation plugin for TDevelopTOC documentation -Comment[ca]=Connector de documentació per a documentació TDevelopTOC -Comment[da]=Dokumentations-plugin for TDevelopTOC-dokumentation -Comment[de]=Komponente für TDevelopTOC-Dokumentation -Comment[el]=Πρόσθετο τεκμηρίωσης για τεκμηρίωση τύπου TDevelopTOC -Comment[es]=Complemento de documentación para TDevelopTOC -Comment[et]=TDevelopTOC dokumentatsiooni plugin -Comment[eu]=TDevelopTOC dokumentaziorako dokumentazio plugin-a -Comment[fa]=وصلۀ مستندسازی برای مستندات TDevelopTOC -Comment[fr]=Module externe de documentation pour la documentation TDevelopTOC -Comment[gl]=Extensión de documentación para documentación TDevelopTOC -Comment[hu]=Dokumentációmodul TDevelopTOC-dokumentációhoz -Comment[it]=Plugin di documentazione per file di TDevelopTOC -Comment[ja]=TDevelopTOC ドキュメンテーションのためのドキュメンテーションプラグイン -Comment[ms]=Plugin dokumentasi untuk dokumentasi TDevelopTOC -Comment[nds]=Dokmentatschoon-Moduul för TDevelopTOC-Dokmentatschoon -Comment[ne]=TDevelopTOC मिसिलीकरणका लागि मिसिलीकरण प्लगइन -Comment[nl]=Documentatie plugin for TDevelopTOC documentatie -Comment[pl]=Wtyczka dokumentacji dla dokumentacji w formacie TDevelopTOC -Comment[pt]='Plugin' para documentação TDevelopTOC -Comment[pt_BR]=Plug-in de documentação para document TOC do TDevelop -Comment[ru]=Модуль для просмотра TDevelopTOC -Comment[sk]=Dokumentačný modul pre TDevelopTOC dokumentáciu -Comment[sr]=Документациони прикључак за TDevelopTOC документацију -Comment[sr@Latn]=Dokumentacioni priključak za TDevelopTOC dokumentaciju -Comment[sv]=Dokumentationsinsticksmodul för TDevelop innehållsförteckningsdokumentation -Comment[ta]= TDevelopTOC ஆவணத்திற்கான ஆவணச் சொருகு -Comment[tg]=Модул барои наоиши TDevelopTOC -Comment[tr]=TDevelopTOC belgelendirmesi için belgelendirme eklentisi -Comment[zh_CN]=TDevelopTOC 文档的文档插件 -Comment[zh_TW]=TDevelop 目錄文件外掛程式 + +Type=Service +Exec=blubb X-TDE-ServiceTypes=TDevelop/DocumentationPlugins X-TDevelop-Version=5 X-TDE-Library=libdockdevtocplugin diff --git a/parts/documentation/plugins/pdb/docpdbplugin.desktop b/parts/documentation/plugins/pdb/docpdbplugin.desktop index c83aaf7f..1e108f2b 100644 --- a/parts/documentation/plugins/pdb/docpdbplugin.desktop +++ b/parts/documentation/plugins/pdb/docpdbplugin.desktop @@ -1,43 +1,10 @@ [Desktop Entry] -Type=Service Name=DocPDBPlugin -Name[da]=DocPDB-plugin -Name[sk]=Doc PDB modul -Name[sv]=DocPDB-insticksmodul -Name[ta]=DocQt சொருகு -Name[zh_TW]=PDB 文件外掛程式 -Exec=blubb + Comment=Documentation plugin for Palmdoc format -Comment[ca]=Connector de documentació per al format Palmdoc -Comment[da]=Dokumentations-plugin for Palmdoc-format -Comment[de]=Komponente für das Palmdoc-Dokumentationsformat -Comment[el]=Πρόσθετο τεκμηρίωσης για τη μορφή Palmdoc -Comment[es]=Complemento de documentación para el formato Palmdoc -Comment[et]=PalmDOC-vormingus dokumentatsiooni plugin -Comment[eu]=Palmdoc formaturako dokumentazio plugin-a -Comment[fa]=وصلۀ مستندسازی برای قالب Palmdoc -Comment[fr]=Module externe de documentation pour le format Palmdoc -Comment[gl]=Extensión de documentación para o formato Palmdoc -Comment[hu]=Dokumentációmodul Palmdoc formátumú dokumentációhoz -Comment[it]=Plugin di documentazione per il formato Palmdoc -Comment[ja]=Palmdoc フォーマットのためのドキュメンテーションプラグイン -Comment[ms]=Plugin dokumentasi untuk format Palmdoc -Comment[nds]=Komponente för dat Palmdoc-Dokmentatschoonformaat -Comment[ne]=Palmdoc ढाँचाका लागि मिसिलीकरण प्लगइन -Comment[nl]=Documentatie plugin voor Palmdoc documentatie -Comment[pl]=Wtyczka dokumentacji dla dokumentacji w formacie Palmdoc -Comment[pt]='Plugin' para documentação no formato Palmdoc -Comment[pt_BR]=Plug-in de documentação para o formato Palmdoc -Comment[ru]=Модуль для просмотра документации в формате Palmdoc -Comment[sk]=Dokumentačný modul pre Palmdoc formát -Comment[sr]=Документациони прикључак за Palmdoc формат -Comment[sr@Latn]=Dokumentacioni priključak za Palmdoc format -Comment[sv]=Dokumentationsinsticksmodul för Palmdoc-format -Comment[ta]= CHM ஆவணத்திற்கான ஆவணச் சொருகு -Comment[tg]=Модул барои наоиш намудани ҳуҷҷатҳо дар формати Palmdoc -Comment[tr]=Palmdoc biçimi için belgelendirme eklentisi -Comment[zh_CN]=Palmdoc 格式的文档插件 -Comment[zh_TW]=Palmdoc 格式文件外掛程式 + +Type=Service +Exec=blubb X-TDE-ServiceTypes=TDevelop/DocumentationPlugins X-TDevelop-Version=1 X-TDE-Library=libdocpdbplugin diff --git a/parts/documentation/plugins/pdf/docpdfplugin.desktop b/parts/documentation/plugins/pdf/docpdfplugin.desktop index af330cdc..3014d38d 100644 --- a/parts/documentation/plugins/pdf/docpdfplugin.desktop +++ b/parts/documentation/plugins/pdf/docpdfplugin.desktop @@ -1,43 +1,10 @@ [Desktop Entry] -Type=Service Name=DocPDFPlugin -Name[da]=DocPDF-plugin -Name[sk]=Doc PDF modul -Name[sv]=DocPDF-insticksmodul -Name[ta]=DocQt சொருகுபொருள் -Name[zh_TW]=PDF 文件外掛程式 -Exec=blubb + Comment=Documentation plugin for PDF format -Comment[ca]=Connector de documentació per al format PDF -Comment[da]=Dokumentations-plugin for PDF-format -Comment[de]=Komponente für das PDF-Dokumentationsformat -Comment[el]=Πρόσθετο τεκμηρίωσης για τη μορφή PDF -Comment[es]=Complemento de documentación para el formato PDF -Comment[et]=PDF-vormingus dokumentatsiooni plugin -Comment[eu]=PDF formaturako dokumentazio plugin-a -Comment[fa]=وصلۀ مستندسازی برای قالب PDF -Comment[fr]=Module externe de documentation pour le format PDF -Comment[gl]=Extensión de documentación para o formato PDF -Comment[hu]=Dokumentációmodul PDF formátumú dokumentációhoz -Comment[it]=Plugin di documentazione per formato PDF -Comment[ja]=PDF フォーマットのためのドキュメンテーションプラグイン -Comment[ms]=Plugin dokumentasi untuk format PDF -Comment[nds]=Komponente för dat PDF-Dokmentatschoonformaat -Comment[ne]=PDF ढाँचाका लागि मिसिलीकरण प्लगइन -Comment[nl]=Documentatie plugin voor PDF documentatie -Comment[pl]=Wtyczka dokumentacji dla dokumentacji w formacie PDF -Comment[pt]='Plugin' para documentação no formato PDF -Comment[pt_BR]=Plug-in de documentação para o formato PDF -Comment[ru]=Модуль для просмотра PDF -Comment[sk]=Dokumentačný modul pre PDF formát -Comment[sr]=Документациони прикључак за PDF формат -Comment[sr@Latn]=Dokumentacioni priključak za PDF format -Comment[sv]=Dokumentationsinsticksmodul för PDF-format -Comment[ta]= Qt DCF ஆவணத்திற்கான ஆவணச் சொருகு -Comment[tg]=Модул барои наоиши PDF -Comment[tr]=PDF biçimi için belgelendirme eklentisi -Comment[zh_CN]=PDF 格式的文档插件 -Comment[zh_TW]=PDF 格式文件外掛程式 + +Type=Service +Exec=blubb X-TDE-ServiceTypes=TDevelop/DocumentationPlugins X-TDevelop-Version=1 X-TDE-Library=libdocpdfplugin diff --git a/parts/documentation/plugins/qt/CMakeLists.txt b/parts/documentation/plugins/qt/CMakeLists.txt index b197f93b..df651adc 100644 --- a/parts/documentation/plugins/qt/CMakeLists.txt +++ b/parts/documentation/plugins/qt/CMakeLists.txt @@ -27,7 +27,11 @@ link_directories( ##### other data ################################ -install( FILES docqtplugin.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE docqtplugin.desktop + DESTINATION ${SERVICES_INSTALL_DIR} + PO_DIR tdevelop-desktops +) ##### libdocqtplugin (module) ################### diff --git a/parts/documentation/plugins/qt/docqtplugin.desktop b/parts/documentation/plugins/qt/docqtplugin.desktop index f3125f9c..ffe310b9 100644 --- a/parts/documentation/plugins/qt/docqtplugin.desktop +++ b/parts/documentation/plugins/qt/docqtplugin.desktop @@ -1,44 +1,10 @@ [Desktop Entry] -Type=Service Name=DocQtPlugin -Name[da]=DocQt-plugin -Name[sk]=Doc Qt modul -Name[sv]=Qt-dokumentationsinsticksmodul -Name[ta]=DocQt சொருகு -Name[zh_TW]=Qt 文件外掛程式 -Exec=blubb + Comment=Documentation plugin for Qt DCF documentation -Comment[ca]=Connector de documentació per a documentació Qt DCF -Comment[da]=Dokumentations-plugin for Qt DCF dokumentation -Comment[de]=Komponente für Qt-DCF-Dokumentation -Comment[el]=Πρόσθετο τεκμηρίωσης για τεκμηρίωση τύπου Qt DCF -Comment[es]=Complemento de documentación para Qt DCF -Comment[et]=Qt DCF dokumentatsiooni plugin -Comment[eu]=Qt DCF dokumentaziorako dokumentazio plugin-a -Comment[fa]=وصلۀ مستندسازی برای مستندات Qt DCF -Comment[fr]=Module externe de documentation pour la documentation Qt DCF -Comment[gl]=Extensión de documentación para documentación Qt DCF -Comment[hu]=Dokumentációmodul Qt DCF-dokumentációhoz -Comment[it]=Plugin di documentazione per file di Qt DCF -Comment[ja]=Qt DCF ドキュメンテーションのためのドキュメンテーションプラグイン -Comment[ms]=Plugin dokumentasi untuk dokumentasi Qt DCF -Comment[nds]=Dokmentatschoon-Moduul för Qt-DCF-Dokmentatschoon -Comment[ne]=Qt DCF मिसिलीकरणका लागि मिसिलीकरण प्लगइन -Comment[nl]=Documentatie plugin voor Qt DCF documentatie -Comment[pl]=Wtyczka dokumentacji dla dokumentacji w formacie Qt DCF -Comment[pt]='Plugin' para documentação Qt DCF -Comment[pt_BR]=Plug-in de documentação para documento DCF do Qt -Comment[ru]=Модуль для просмотра Qt DCF -Comment[sk]=Dokumentačný modul pre Qt DCF dokumentáciu -Comment[sl]=Vstavek dokumentacije za Qt DCF -Comment[sr]=Документациони прикључак за Qt DCF документацију -Comment[sr@Latn]=Dokumentacioni priključak za Qt DCF dokumentaciju -Comment[sv]=Dokumentationsinsticksmodul för Qt DCF-dokumentation -Comment[ta]= Qt DCF ஆவணத்திற்கான ஆவணச் சொருகு -Comment[tg]=Модул барои наоиши QT DCF -Comment[tr]=Qt DCF Belgelendirmesi için belgelendirme eklentisi -Comment[zh_CN]=Qt DCF 文档的文档插件 -Comment[zh_TW]=Qt DCF 文件外掛程式 + +Type=Service +Exec=blubb X-TDE-ServiceTypes=TDevelop/DocumentationPlugins X-TDevelop-Version=5 X-TDE-Library=libdocqtplugin diff --git a/parts/documentation/protocols/chm/CMakeLists.txt b/parts/documentation/protocols/chm/CMakeLists.txt index c444c226..114f72cb 100644 --- a/parts/documentation/protocols/chm/CMakeLists.txt +++ b/parts/documentation/protocols/chm/CMakeLists.txt @@ -25,9 +25,11 @@ link_directories( ##### other data ################################ -install( FILES - chm.protocol kchmpart.desktop - DESTINATION ${SERVICES_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE chm.protocol kchmpart.desktop + DESTINATION ${SERVICES_INSTALL_DIR} + PO_DIR tdevelop-desktops +) ##### tdeio_chm (module) ########################## diff --git a/parts/documentation/protocols/chm/chm.protocol b/parts/documentation/protocols/chm/chm.protocol index c932fe19..c72dce2d 100644 --- a/parts/documentation/protocols/chm/chm.protocol +++ b/parts/documentation/protocols/chm/chm.protocol @@ -5,32 +5,6 @@ input=none output=filesystem reading=true defaultMimetype=text/html -Description=A tdeioslave for displaying WinHelp files -Description[ca]=Un tdeioslave per a mostrar fitxers WinHelp -Description[da]=En tdeioslave til visning af Windows hjælpefiler -Description[de]=Ein Ein-/Ausgabemodul zur Anzeige von WinHelp-Dateien -Description[el]=Ένας υπηρέτης tdeio για εμφάνιση αρχείων WinHelp -Description[es]=Un tdeioslave para mostrar archivos WinHelp -Description[et]=WinHelp-failide kuvamise IO-moodul -Description[eu]=WinHelp fitxategiak bistaratzeko tdeioslave bat -Description[fa]=یک tdeioslave برای نمایش پرونده‌های WinHelp -Description[fr]=Un esclave d'E/S (tdeioslave) pour l'affichage des fichiers WinHelp -Description[gl]=Un tdeioslave para mostrar ficheiros WinHelp -Description[hu]=KDE-protokoll WinHelp-fájlok megjelenítéséhez -Description[it]=Un tdeioslave per mostrare i file WinHelp -Description[ja]=WinHelp を表示するための tdeioslave -Description[nds]=En In-/Utgaavmoduul för't Wiesen vun "WinHelp"-Dateien -Description[ne]=WinHelp फाइलहरूका लागि किवस्लेभ -Description[nl]=Een tdeioslave voor het weergeven van WinHelp-bestanden -Description[pl]=tdeioslave do pokazywania plików WinHelp -Description[pt]=A 'tdeioslave' para mostrar ficheiros WinHelp -Description[pt_BR]=Um tdeioslave para exibir arquivos WinHelp -Description[ru]=Обработчик ввода-вывода для файлов WinHelp -Description[sk]=tdeioslave pre zobrazenie WinHelp súborov -Description[sr]=KIOSlave за приказ WinHelp фајлова -Description[sr@Latn]=KIOSlave za prikaz WinHelp fajlova -Description[sv]=En I/O-slav för att visa WinHelp-filer -Description[tr]=WinHelp dosyalarını görüntülemek için bir tdeioslave -Description[zh_CN]=显示 WinHelp 文件的 tdeioslave -Description[zh_TW]=顯示 WinHelp 檔案的 tdeioslave Icon=help + +Description=A tdeioslave for displaying WinHelp files diff --git a/parts/documentation/protocols/chm/kchmpart.desktop b/parts/documentation/protocols/chm/kchmpart.desktop index 21e5d1ad..7226a84a 100644 --- a/parts/documentation/protocols/chm/kchmpart.desktop +++ b/parts/documentation/protocols/chm/kchmpart.desktop @@ -1,46 +1,11 @@ [Desktop Entry] -Type=Service -Exec=foobar +Name=KChmPart + Comment=Embeddable HTMLHelp Viewer -Comment[ca]=Visor encastat de l'ajuda HTML -Comment[da]=Indlejrbar HTMLHjælp-fremviser -Comment[de]=Eingebetteter Betrachter für HTMLHelp -Comment[el]=Ενσωματωμένος προβολέας HTMLHelp -Comment[es]=Visor de ayuda HTML empotrable -Comment[et]=Põimitav HTML-abifailide näitaja -Comment[eu]=HTMLHelp ikustaile kapsulagarria -Comment[fa]=مشاهده‌گر کمک قابل نهفتۀ زنگام -Comment[fr]=Afficheur HTMLHelp intégrable -Comment[ga]=Comhpháirt inleabaithe amharctha HTML -Comment[gl]=Visor de HTMLHelp incrustable -Comment[hi]=अंतर्निर्मित योग्य एचटीएमएल मदद प्रदर्शक -Comment[hu]=Beágyazható HTML-es dokumentációnézegető -Comment[it]=Visualizzatore integrabile per la guida HTML -Comment[ja]=埋め込み可能な HTMLHelp ビューア -Comment[ms]=Pelihat HTMLHelp Terbinadalam -Comment[nds]=Inbettbor Kieker för HTMLHelp -Comment[ne]=सम्मिलित गर्न मिल्ने HTMLHelp दृश्यकर्ता -Comment[nl]=Ingebedde HTML Helpweergave -Comment[pl]=Wbudowywalna przeglądarka pomocy w formacie HTML -Comment[pt]=Visualizador de HTMLHelp Incorporado -Comment[pt_BR]=Visualizador de Ajuda HTML Embutido -Comment[ru]=Встроенный просмотр HTMLHelp -Comment[sk]=Vložiteľný HTMLHelp prezerač -Comment[sr]=Уградиви приказивач HTMLHelp-а -Comment[sr@Latn]=Ugradivi prikazivač HTMLHelp-a -Comment[sv]=Inbäddningsbar HTML-hjälpvisning -Comment[ta]=HTML உதவி பார்வையாளரை உட்பொதி -Comment[tg]=Намоиши ҳамвори HTMLHelp -Comment[tr]=Gömülebilir HTMLHelp Görüntüleyicisi -Comment[zh_CN]=嵌入的 HTML 帮助查看器 -Comment[zh_TW]=可嵌入 HTMLHelp 檢視器 + MimeType=application/chm -Name=KChmPart -Name[de]=CHM-Betrachter (TDevelop) -Name[hi]=के-सीएचएम-पार्ट -Name[nds]=Chm-Kieker (TDevelop) -Name[pl]=Program KChm -Name[sv]=Kchm-del +Type=Service +Exec=foobar X-TDE-ServiceTypes=KParts/ReadOnlyPart,Browser/View X-TDE-Library=libkchmpart X-TDevelop-Version=5 -- cgit v1.2.3