You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdevelop/languages/cpp/app_templates/kpartplugin/kpartplugin.kdevtemplate

205 lines
6.4 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# TDE Config File
[General]
Name=KHTMLPart plugin
Name[br]=Lugent KHTMLPart
Name[ca]=Connector per a KHTMLPart
Name[de]=KHTMLPart-Modul
Name[el]=Πρόσθετο KHTMLPart
Name[es]=Complemento para KHTMLPart
Name[eu]=KHTMLPart plugina
Name[fa]=وصلۀ KHTMLPart
Name[fr]=Module externe pour le composant KHTML
Name[ga]=Breiseán KHTMLPart
Name[gl]=Extensión para KHTMLPart
Name[hu]=KHTML-bővítőmodul
Name[it]=Plugin KHTMLPart
Name[ja]=KHTMLPart プラグイン
Name[nds]=KHTMLPart-Moduul
Name[ne]=KHTMLPart प्लगइन
Name[nl]=KHTMLPart-plugin
Name[pl]=Wtyczka do KHTMLPart
Name[pt]='Plugin' do KHTMLPart
Name[pt_BR]='Plugin' do KHTMLPart
Name[ru]=Модуль KHTMLPart
Name[sk]=KHTMLPart modul
Name[sl]=Vstavek za KHTMLPart
Name[sr]=Прикључак за део KHTML
Name[sr@Latn]=Priključak za deo KHTML
Name[sv]=Insticksprogram för KHTML-delprogram
Name[tr]=KHTMLPart Eklentisi
Name[zh_CN]=KHTMLPart 插件
Name[zh_TW]=KHTMLPart 外掛程式
Icon=kpartplugin.png
Category=C++/TDE
Comment=Generates a plugin for the KHTML part.
Comment[ca]=Genera un connector per a la part KHTML.
Comment[da]=Genererer et plugin for KHTML parten.
Comment[de]=Erstellt ein Modul für die Komponente KHTML
Comment[el]=Δημιουργεί ένα πρόσθετο για το τμήμα KHTML.
Comment[es]=Genera un complemento para KHTMLPart.
Comment[et]=KHTML-komponendi plugina loomine.
Comment[eu]=KHTML zatirako plugin bat sortzen du.
Comment[fa]=یک وصله برای جزء KHTML تولید می‌کند
Comment[fr]=Génère un module externe pour le composant KHTML.
Comment[gl]=Xera unha extensión para o 'part' KHTML.
Comment[hu]=Létrehoz egy KHTML-bővítőmodult.
Comment[it]=Genera un plugin per la part KHTML.
Comment[ja]=KHTML パートのためのプラグインを作成します
Comment[nds]=Stellt en Moduul för de Komponent KHTML op.
Comment[ne]=KHTML भागका लागि प्लगइन उत्पन्न गर्दछ ।
Comment[nl]=Genereert een plugin voor de KHTML-part.
Comment[pl]=Generuje wtyczkę do KHTML part.
Comment[pt]=Gera um 'plugin' para a componente KHTML.
Comment[pt_BR]=Gera um 'plugin' para a componente KHTML.
Comment[ru]=Создание модуля для компонента KHTML.
Comment[sk]=Vygeneruje modul pre KHTML part.
Comment[sr]=Прави прикључак за део KHTML.
Comment[sr@Latn]=Pravi priključak za deo KHTML.
Comment[sv]=Skapar ett insticksprogram för KHTML-delprogrammet
Comment[zh_CN]=生成 KHTML 部件的插件。
Comment[zh_TW]=產生一個 KHTML part 的外掛程式
FileTemplates=h,CStyle,cpp,CStyle
ShowFilesAfterGeneration=%{dest}/src/plugin_%{APPNAMELC}.cpp
Archive=kpartplugin.tar.gz
[ADMIN]
Type=include
File=%{tdevelop}/template-common/admin.kdevtemplate
[GNU]
Type=include
File=%{tdevelop}/template-common/gnu.kdevtemplate
[MKDIR_DOCBOOK1]
Type=mkdir
Dir=%{dest}/doc
[MKDIR_DOCBOOK2]
Type=mkdir
Dir=%{dest}/doc/en
[FILE1]
Type=install
Source=%{tdevelop}/template-common/kde-doc-Makefile.am
Dest=%{dest}/doc/Makefile.am
[FILE2]
Type=install
Source=%{tdevelop}/template-common/kde-doc-en-Makefile.am
Dest=%{dest}/doc/en/Makefile.am
[FILE3]
Type=install
EscapeXML=true
Source=%{tdevelop}/template-common/kde-index.docbook
Dest=%{dest}/doc/en/index.docbook
[FILE4]
Type=install
EscapeXML=true
Source=%{src}/plugin.tdevelop
Dest=%{dest}/%{APPNAMELC}.tdevelop
[FILE5]
Type=install
Source=%{tdevelop}/template-common/kde-Makefile.cvs
Dest=%{dest}/Makefile.cvs
[FILE6]
Type=install
Source=%{tdevelop}/template-common/kde-Makefile.am
Dest=%{dest}/Makefile.am
[FILE7]
Type=install
Source=%{tdevelop}/template-common/tde-configure.in.in
Dest=%{dest}/configure.in.in
[MkDir3]
Type=mkdir
Dir=%{dest}/src
[FILE8]
Type=install
Source=%{tdevelop}/template-common/kde-app.lsm
Dest=%{dest}/src/%{APPNAMELC}.lsm
[MkDir4]
Type=mkdir
Dir=%{dest}/po
[FILE9]
Type=install
Source=%{tdevelop}/template-common/kde-po-Makefile.am
Dest=%{dest}/po/Makefile.am
[FILE10]
Type=install
Source=%{src}/subdirs
Dest=%{dest}/subdirs
[FILE11]
Type=install
Source=%{src}/src-Makefile.am
Dest=%{dest}/src/Makefile.am
[FILE12]
Type=install
Source=%{src}/plugin_app.cpp
Dest=%{dest}/src/plugin_%{APPNAMELC}.cpp
[FILE13]
Type=install
Source=%{src}/plugin_app.h
Dest=%{dest}/src/plugin_%{APPNAMELC}.h
[FILE14]
Type=install
EscapeXML=true
Source=%{src}/plugin_app.rc
Dest=%{dest}/src/plugin_%{APPNAMELC}.rc
[FILE15]
Type=install
Source=%{src}/hi16-action-plugin.png
Dest=%{dest}/src/hi16-action-plugin.png
Process=false
[FILE16]
Type=install
Source=%{src}/hi22-action-plugin.png
Dest=%{dest}/src/hi32-action-plugin.png
Process=false
[MSG]
Type=message
Comment=A KHTMLPart plugin was created in %{dest}
Comment[ca]=Un connector per a KHTMLPart ha estat creat en %{dest}
Comment[da]=Et KHTMLPart plugin blev oprettet i %{dest}
Comment[de]=Ein Modul für die Komponente KHTML wurde in %{dest} erstellt.
Comment[el]=Ένα πρόσθετο τμήμα KHTML δημιουργήθηκε στο %{dest}
Comment[es]=Un complemento para KHTMLPart ha sido creado en %{dest}
Comment[et]=KHTMLPart plugin loodi asukohta %{dest}
Comment[eu]=KHTMLPart plugin bat sortu da hemen: %{dest}
Comment[fa]=یک وصلۀ جزء KHTML در %{dest} ایجاد شد
Comment[fr]=Un module externe pour KHTMLPart a été créé dans %{dest}
Comment[ga]=Cruthaíodh breiseán KHTMLPart i %{dest}
Comment[gl]=Creouse unha extensión para KHTMLPart en %{dest}
Comment[hu]=Létrejött egy KHTML-bővítőmodul itt: %{dest}
Comment[it]=È stato creato un plugin KHTMLPart in %{dest}
Comment[ja]=KHTMLPart プラグインを %{dest} に作成しました
Comment[nds]=In %{dest} wöör en KHTMLPart-Moduul opstellt
Comment[ne]=KHTMLPart प्लगइन %{dest} मा सिर्जना गरियो
Comment[nl]=Een KHTMLPart-plugin is aangemaakt in %{dest}
Comment[pl]=Wtyczka do KHTMLPart została utworzona w %{dest}
Comment[pt]=Foi criado um 'plugin' KHTMLPart em %{dest}
Comment[pt_BR]=Foi criado um 'plugin' KHTMLPart em %{dest}
Comment[ru]=Модуль для компонента KHTML создан в %{dest}
Comment[sk]=KHTML modul bol vytvorený v %{dest}
Comment[sr]=Прикључак за део KHTML направљен је у %{dest}
Comment[sr@Latn]=Priključak za deo KHTML napravljen je u %{dest}
Comment[sv]=Ett insticksprogram för KHTML-delprogrammet skapades i %{dest}
Comment[tr]=Bir KHTMLPart eklentisi %{dest} içinde yaratıldı.
Comment[zh_CN]=在 %{dest} 中创建了一个 KHTMLPart 插件
Comment[zh_TW]=一個 KHTML 外掛程式已建立於 %{dest}