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/kateplugin2/kateplugin2.kdevtemplate

215 lines
9.2 KiB

# TDE Config File
[General]
Name=Kate plugin with config page
Name[ca]=Connector per a Kate amb pàgina de configuració
Name[da]=Kate plugin med indstillingsside
Name[de]=Kate-Modul mit Einstellungsseite
Name[el]=Πρόσθετο Kate με σελίδα ρύθμισης
Name[es]=Complemento para Kate con página de configuración
Name[et]=Kate plugin seadistustedialoogiga
Name[eu]=Konfigurazio orridun Kate plugina
Name[fa]=وصلۀ Kate با صفحۀ پیکربندی
Name[fr]=Module externe pour Kate comprenant une page de configuration
Name[ga]=Breiseán Kate le leathanach cumraíochta
Name[gl]=Extensión para Kate con páxina de configuración
Name[hu]=Kate-bővítőmodul beállítólappal
Name[it]=Plugin per Kate con pagina di configurazione
Name[ja]=設定ページのある Kate プラグイン
Name[nds]=Kate-Moduul mit Instellensiet
Name[ne]=कन्फिग पृष्ठसँग केट प्लगइन
Name[nl]=Kate-plugin met config page
Name[pl]=Wtyczka do Kate ze stroną konfiguracyjną
Name[pt]='Plugin' do Kate com página de configuração
Name[pt_BR]='Plugin' do Kate com página de configuração
Name[ru]=Модуль Kate с диалогом настройки
Name[sk]=Kate modul s konfiguračnou stránkou
Name[sl]=Vstavek z nastavitveno stranjo za Kate
Name[sr]=Прикључак за Kate са страном за подешавања
Name[sr@Latn]=Priključak za Kate sa stranom za podešavanja
Name[sv]=Kate-insticksprogram med inställningssida
Name[tr]=Ayar sayfası olan bir Kate eklentisi
Name[zh_CN]=带配置页的 Kate 插件
Name[zh_TW]=Kate 外掛程式,內含設定頁面
Icon=kateplugin2.png
Category=C++/TDE
Comment=Generates a plugin with config page for Kate the text editor.
Comment[ca]=Genera un connector amb pàgina de configuració per a l'editor de text Kate.
Comment[da]=Generere et plugin med indstillingsside for teksteditoren Kate.
Comment[de]=Erstellt ein Modul mit Konfigurationsseite für den Texteditor Kate.
Comment[el]=Δημιουργεί ένα πρόσθετο με σελίδα ρύθμισης για το Kate τον επεξεργαστή κειμένου.
Comment[es]=Genera un complemento con página de configuración para el editor de texto Kate.
Comment[et]=Seadistustedialoogiga plugina loomine tekstiredaktorile Kate.
Comment[eu]=Konfigurazio orridun Kate plugin bat sortzen du.
Comment[fa]=وصله‌ای با صفحۀ پیکربندی ویرایشگر متن Kate تولید می‌کند.
Comment[fr]=Génère un module externe comprenant une page de configuration pour l'éditeur de texte Kate.
Comment[ga]=Cruthaíodh breiseán le leathanach cumraíochta le haghaidh eagarthóra téacs Kate.
Comment[gl]=Xera unha extensión con páxina de configuración para o editor de textos Kate.
Comment[hu]=Létrehoz egy bővítőmodult beállítólappal a Kate szövegszerkesztőhöz.
Comment[it]=Genera un plugin con pagina di configurazione per l'editor di testo Kate.
Comment[ja]=テキストエディタ Kate のための設定ページのあるプラグインを作成します。
Comment[nds]=Stellt en Moduul mit Instellensiet för den Texteditor "Kate" op.
Comment[ne]=केट पाठ सम्पादकका लागि कन्फिग पृष्ठसँग प्लगइन उत्पन्न गर्दछ ।
Comment[nl]=Genereert een plugin met een config page voor de Kate-teksteditor
Comment[pl]=Generuje wtyczke wraz ze stroną konfiguracyjną do edytora tekstu Kate.
Comment[pt]=Gera um 'plugin' com uma página de configuração para o Kate, o editor de texto.
Comment[pt_BR]=Gera um 'plugin' com uma página de configuração para o Kate, o editor de texto.
Comment[ru]=Создание модуля для текстового редактора Kate с диалогом настройки.
Comment[sk]=Vygeneruje modul s konfiguračnou stránkou pre textový editor Kate.
Comment[sl]=Ustvari vstavek z nastavitveno stranjo za urejevalnik besedil Kate.
Comment[sr]=Прави прикључак са страном за подешавање за уређивач текста Kate.
Comment[sr@Latn]=Pravi priključak sa stranom za podešavanje za uređivač teksta Kate.
Comment[sv]=Skapar ett insticksprogram för texteditorn Kate med en inställningssida.
Comment[tr]=Kate metin düzenleyicisi için ayar sayfası olan bir eklenti yaratır.
Comment[zh_CN]=生成带配置页的 Kate 文本编辑器插件。
Comment[zh_TW]=產生一個 Kate 文字編輯器的外掛程式,內含設定頁面。
FileTemplates=h,CStyle,cpp,CStyle
ShowFilesAfterGeneration=%{dest}/src/plugin_%{APPNAMELC}.cpp
Archive=kateplugin2.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/tde-index.docbook
Dest=%{dest}/doc/en/index.docbook
[FILE4]
Type=install
EscapeXML=true
Source=%{src}/plugin.kdevelop
Dest=%{dest}/%{APPNAMELC}.kdevelop
[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.desktop
Dest=%{dest}/src/%{APPNAMELC}.desktop
[FILE13]
Type=install
Source=%{src}/plugin_app.cpp
Dest=%{dest}/src/plugin_%{APPNAMELC}.cpp
[FILE14]
Type=install
Source=%{src}/plugin_app.h
Dest=%{dest}/src/plugin_%{APPNAMELC}.h
[FILE15]
Type=install
EscapeXML=true
Source=%{src}/plugin_app.rc
Dest=%{dest}/src/plugin_%{APPNAMELC}.rc
[FILE16]
Type=install
Source=%{src}/hi16-action-plugin.png
Dest=%{dest}/src/hi16-action-plugin.png
Process=false
[FILE17]
Type=install
Source=%{src}/hi22-action-plugin.png
Dest=%{dest}/src/hi32-action-plugin.png
Process=false
[MSG]
Type=message
Comment=A plugin for Kate with a config page was created in %{dest}
Comment[ca]=Un connector per a Kate amb pàgina de configuració ha estat creat en %{dest}
Comment[da]=Et plugin for Kate med en indstillingsside blev oprettet i %{dest}
Comment[de]=Ein Modul für Kate mit Konfigurationsseite wurde in %{dest} erstellt.
Comment[el]=Ένα πρόσθετο για το Kate με μια σελίδα ρύθμισης δημιουργήθηκε στο %{dest}
Comment[es]=Un complemento para Kate con una página de configuración ha sido creado en %{dest}
Comment[et]=Seadistustedialoogiga Kate plugin loodi asukohta %{dest}
Comment[eu]=Konfigurazio orridun Kate plugin bat sortu da hemen:%{dest}
Comment[fa]=وصله‌ای برای Kate با یک صفحۀ پیکربندی در %{dest} ایجاد شد
Comment[fr]=Un module externe pour Kate comprenant une page de configuration a été créé dans %{dest}
Comment[ga]=Cruthaíodh breiseán Kate le leathanach cumraíochta i %{dest}
Comment[gl]=Creouse unha extensión para Kate con páxina de configuración en %{dest}
Comment[hu]=Létrejött egy Kate-bővítőmodul (beállítólappal) itt: %{dest}
Comment[it]=È stato creato un plugin per Kate con pagina di configurazione in %{dest}
Comment[ja]=設定ページのある Kate プラグインを %{dest} に作成しました
Comment[nds]=In %{dest} wöör en Moduul för Kate mit Instellensiet opstellt
Comment[ne]=कन्फिग पृष्ठसँग केटका लागि प्लगइन %{dest} मा सिर्जना गरियो
Comment[nl]=Een plugin voor Kate met een config page is aangemaakt in %{dest}
Comment[pl]=Wtyczka do Kate wraz ze stroną konfiguracyjną została utworzona w %{dest}
Comment[pt]=Foi criado um 'plugin' para o Kate, com uma página de configuração, em %{dest}
Comment[pt_BR]=Foi criado um 'plugin' para o Kate, com uma página de configuração, em %{dest}
Comment[ru]=Модуль Kate с диалогом настройки создан в %{dest}
Comment[sk]=Modul pre Kate s konfiguračnou stránkou bol vytvorený v %{dest}
Comment[sl]=Vstavek z nastavitveno stranjo za Kate je bil ustvarjen v %{dest}
Comment[sr]=Прикључак за Kate са страном за подешавања направљен је у %{dest}
Comment[sr@Latn]=Priključak za Kate sa stranom za podešavanja napravljen je u %{dest}
Comment[sv]=Ett insticksprogram för Kate med en inställningssida skapades i %{dest}
Comment[tr]=Kate için ayar sayfası olan bir eklenti %{dest} içinde yaratıldı.
Comment[zh_CN]=在 %{dest} 中创建了一个带配置页的 Kate 插件
Comment[zh_TW]=一個內含設定頁面的 Kate 外掛程式已建立於 %{dest}