summaryrefslogtreecommitdiffstats
path: root/languages/cpp/app_templates/kateplugin/kateplugin.kdevtemplate
blob: d50cc110da3aff9a645c1c618ec081286b580bf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
# TDE Config File
[General]
Name=Kate plugin
Name[br]=Lugent Kate
Name[ca]=Connector per a Kate
Name[de]=Kate-Modul
Name[el]=Πρόσθετο Kate
Name[es]=Complemento para Kate
Name[eu]=Kate plugina
Name[fa]=وصلۀ Kate
Name[fr]=Module externe pour Kate
Name[ga]=Breiseán Kate
Name[gl]=Extensión para Kate
Name[hu]=Kate-bővítőmodul
Name[it]=Plugin per Kate
Name[ja]=Kate プラグイン
Name[nds]=Kate-Moduul
Name[ne]=केट प्लगइन
Name[nl]=Kate-plugin
Name[pl]=Wtyczka do Kate
Name[pt]='Plugin' do Kate
Name[pt_BR]='Plugin' do Kate
Name[ru]=Модуль Kate
Name[sk]=Kate modul
Name[sl]=Vstavek za Kate
Name[sr]=Прикључак за Kate
Name[sr@Latn]=Priključak za Kate
Name[sv]=Kate-insticksprogram
Name[tr]=Kate eklentisi
Name[zh_CN]=Kate 插件
Name[zh_TW]=Kate 外掛程式
Icon=kateplugin.png
Category=C++/TDE
Comment=Generates a plugin for Kate the text editor.
Comment[ca]=Genera un connector per a l'editor de text Kate.
Comment[da]=Genererer et plugin for teksteditoren kate
Comment[de]=Erstellt ein Modul für den Texteditor Kate
Comment[el]=Δημιουργεί ένα πρόσθετο για το Kate τον επεξεργαστή κειμένου.
Comment[es]=Genera un complemento para el editor de texto Kate.
Comment[et]=Plugina loomine tekstiredaktorile Kate.
Comment[eu]=Plugin bat sortzen du Kate testu-editorearentzat.
Comment[fa]=وصله‌ای برای ویرایشگر متن Kate تولید می‌کند.
Comment[fr]=Génère un module externe pour l'éditeur de texte Kate.
Comment[ga]=Cruthaíonn sé seo breiseán le haghaidh eagarthóir téacs Kate.
Comment[gl]=Xera unha extensión para o editor de textos Kate.
Comment[hu]=Létrehoz egy bővítőmodult a Kate szövegszerkesztőhöz.
Comment[it]=Genera un plugin per l'editor di testo Kate.
Comment[ja]=Kate テキストエディタのためのプラグインを作成します
Comment[nds]=Stellt en Moduul för den Texteditor "Kate" op.
Comment[ne]=केट पाठ सम्पादकका लागि प्लगइन उत्पन्न गर्दछ ।
Comment[nl]=Genereert een plugin voor de Kate-teksteditor
Comment[pl]=Generuje wtyczkę do edytora tekstu Kate
Comment[pt]=Gera um 'plugin' para o Kate, o editor de texto.
Comment[pt_BR]=Gera um 'plugin' para o Kate, o editor de texto.
Comment[ru]=Создание модуля для текстового редактора Kate.
Comment[sk]=Vygeneruje modul pre textový editor Kate.
Comment[sl]=Ustvari vstavek za urejevalnik besedil Kate.
Comment[sr]=Прави прикључак за уређивач текста Kate.
Comment[sr@Latn]=Pravi priključak za uređivač teksta Kate.
Comment[sv]=Skapar ett insticksprogram för texteditorn Kate.
Comment[tr]=Kate metin düzenleyicisi için bir eklenti yaratır.
Comment[zh_CN]=生成 Kate 文本编辑器的插件。
Comment[zh_TW]=產生一個 Kate 文字編輯器的外掛程式
FileTemplates=h,CStyle,cpp,CStyle
ShowFilesAfterGeneration=%{dest}/src/plugin_%{APPNAMELC}.cpp
Archive=kateplugin.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 was created at %{dest}
Comment[ca]=Un connector per a Kate ha estat creat a %{dest}
Comment[da]=Et plugin for Kate blev oprettet på %{dest}
Comment[de]=Ein Modul für Kate wurde in %{dest} erstellt.
Comment[el]=Ένα πρόσθετο για το Kate δημιουργήθηκε στο %{dest}
Comment[es]=Un complemento para Kate ha sido creado en %{dest}
Comment[et]=Kate plugin loodi asukohta %{dest}
Comment[eu]=Kate plugin bat sortu da hemen: %{dest}
Comment[fa]=وصله‌ای برای Kate در %{dest} ایجاد شد
Comment[fr]=Un module externe pour Kate a été créé dans %{dest}
Comment[ga]=Cruthaíodh breiseán Kate ag %{dest}
Comment[gl]=Creouse unha extensión para Kate en %{dest}
Comment[hu]=Létrejött egy Kate-bővítőmodul itt: %{dest}
Comment[it]=È stato creato un plugin per Kate in %{dest}
Comment[ja]=Kate のプラグインを %{dest} に作成しました
Comment[nds]=In %{dest} wöör en Moduul för "Kate" opstellt
Comment[ne]=केटका लागि प्लगइन %{dest} मा सिर्जना गरियो
Comment[nl]=Een plugin voor Kate is aangemaakt in  %{dest}
Comment[pl]=Wtyczka dla Kate została utworzona w %{dest}
Comment[pt]=Foi criado um 'plugin' para o Kate em %{dest}
Comment[pt_BR]=Foi criado um 'plugin' para o Kate em %{dest}
Comment[ru]=Модуль Kate создан в %{dest}
Comment[sk]=Modul pre Kate bol vytvorený v %{dest}
Comment[sl]=Vstavek za Kate je bil ustvarjen v %{dest}
Comment[sr]=Прикључак за Kate направљен је у %{dest}
Comment[sr@Latn]=Priključak za Kate napravljen je u %{dest}
Comment[sv]=Ett insticksprogram för Kate skapades i %{dest}
Comment[tr]=Kate için bir eklenti %{dest} içinde yaratıldı.
Comment[zh_CN]=在 %{dest} 中创建了一个 Kate 的插件
Comment[zh_TW]=一個 Kate 外掛程式已建立於 %{dest}