summaryrefslogtreecommitdiffstats
path: root/languages/cpp/app_templates/noatunui/noatunui.kdevtemplate
blob: 94cd2411413564a59f043de7778eafdeda3a7c3b (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
# TDE Config File
[General]
Name=Noatun UI plugin
Name[ca]=Connector d'interfície d'usuari per a Noatun
Name[de]=Noatun-UI-Modul
Name[el]=Πρόσθετο Noatun UI
Name[es]=Complemento de interfaz de usuario para Noatun
Name[et]=Noatuni kasutajaliidese plugin
Name[eu]=Noatun UI plugina
Name[fa]=وصلۀ Noatun UI
Name[fr]=Module externe d'interface utilisateur pour Noatun
Name[ga]=Breiseán Chomhéadan Noatun
Name[gl]=Extensión para a IU de Noatun
Name[hu]=Noatun UI-modul
Name[it]=Plugin UI di noatun
Name[ja]=Noatun UI プラグイン
Name[nds]=Böversiet-Moduul för Noatun
Name[ne]=नोअटन UI plugin
Name[nl]=Noatun UI-plugin
Name[pl]=Wtyczka do interfejsu użytkownika Noatun
Name[pt]='Plugin' de UI do Noatun
Name[pt_BR]='Plugin' de UI do Noatun
Name[ru]=Модуль интерфейса Noatun
Name[sk]=Noatun UI modul
Name[sr]=UI прикључак за Noatun
Name[sr@Latn]=UI priključak za Noatun
Name[sv]=Noatun-insticksprogram för användargränssnitt
Name[tr]=Noatun Arayüz eklentisi
Name[zh_CN]=Noatun 界面插件
Name[zh_TW]=Noatun 使用者介面外掛程式
Icon=noatunui.png
Category=C++/TDE
Comment=Generates a simple user interface plugin for noatun.
Comment[ca]=Genera un simple connector d'interfície d'usuari per a Noatun.
Comment[da]=Genererer en simpel brugergrænseflade-plugin  for noatun.
Comment[de]=Erstellt ein einfaches Oberflächen-Modul für Noatun
Comment[el]=Δημιουργεί ένα απλό πρόσθετο γραφικού περιβάλλοντος για το noatun.
Comment[es]=Genera un complemento de interfaz de usuario para Noatun.
Comment[et]=Noatuni lihtsa kasutajaliidese plugina loomine.
Comment[eu]=Noatun-entzat erabiltzaile-interfazerako plugin sinple bat sortzen du.
Comment[fa]=یک وصلۀ واسط کاربر ساده برای noatun تولید می‌کند.
Comment[fr]=Génère un module externe d'interface utilisateur simple pour Noatun.
Comment[gl]=Xera unha extensión sinxela para a interface de usuario de noatun.
Comment[hu]=Létrehoz egy egyszerű felületbővítő modult a Noatun programhoz.
Comment[it]=Genera un semplice plugin di interfaccia per noatun.
Comment[nds]=Stellt en eenfach Böversietmoduul för Noatun op.
Comment[ne]=नोअटनका लागि साधारण इन्टरफेस प्लगइन उत्पन्न गर्दछ ।
Comment[nl]=Genereert een eenvoudige gebruikersinterfaceplugin voor Noatun.
Comment[pl]=Generuje prostą wtyczkę do interfejsu użytkownika programu Noatun.
Comment[pt]=Gera um 'plugin' simples para a interface de utilizador do Noatun.
Comment[pt_BR]=Gera um 'plugin' simples para a interface de utilizador do Noatun.
Comment[ru]=Создание простого интерфейса для Noatun.
Comment[sk]=Vygeneruje jednoduchý modul užívateľského rozhrania pre Noatun
Comment[sr]=Прави једноставан прикључак корисничког интерфејса за Noatun.
Comment[sr@Latn]=Pravi jednostavan priključak korisničkog interfejsa za Noatun.
Comment[sv]=Skapar ett enkelt insticksprogram för användargränssnitt till Noatun.
Comment[tr]=Noatun için basit bir kullanıcı arayüzü eklentisi yaratır.
Comment[zh_CN]=生成 noatun 的简单用户界面插件。
Comment[zh_TW]=產生一個簡單的 noatun 的使用者介面外掛程式。
FileTemplates=h,CStyle,cpp,CStyle
ShowFilesAfterGeneration=%{dest}/src/plugin_%{APPNAMELC}_impl.cpp
Archive=noatunui.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_app.cpp
Dest=%{dest}/src/plugin_%{APPNAMELC}.cpp

[FILE13]
Type=install
Source=%{src}/plugin_impl.cpp
Dest=%{dest}/src/plugin_%{APPNAMELC}_impl.cpp

[FILE14]
Type=install
Source=%{src}/plugin_impl.h
Dest=%{dest}/src/plugin_%{APPNAMELC}_impl.h

[FILE15]
Type=install
Source=%{src}/plugin.plugin
Dest=%{dest}/src/%{APPNAMELC}.plugin

[MSG]
Type=message
Comment=A Noatun UI plugin was created in %{dest}
Comment[ca]=Un connector d'interfície d'usuari per a Noatun ha estat creat en %{dest}
Comment[da]=Et Noatun UI-plugin blev oprettet i %{dest}
Comment[de]=Ein Oberflächen-Modul für Noatun wurde in %{dest} erstellt.
Comment[el]=Ένα πρόσθετο Noatun UI δημιουργήθηκε στο %{dest}
Comment[es]=Un complemento de interfaz de usuario para Noatun ha sido creado en %{dest}
Comment[et]=Noatuni kasutajaliidese plugin loodi asukohta %{dest}
Comment[eu]=Noatun UI plugin bat sortu da hemen: %{dest}
Comment[fa]=یک وصلۀ Noatun UI در %{dest} ایجاد شد
Comment[fr]=Un module externe d'interface utilisateur pour Noatun a été créé dans %{dest}
Comment[ga]=Cruthaíodh breiseán chomhéadan Noatun i %{dest}
Comment[gl]=Creouse unha extensión para a IU de Noatun en %{dest}
Comment[hu]=Létrejött egy Noatun UI-modul itt: %{dest}
Comment[it]=È stato creato un plugin UI per noatun in %{dest}
Comment[ja]=Noatun UI プラグインを %{dest} に作成しました
Comment[nds]=In %{dest} wöör en Noatun-Böversietmoduul opstellt
Comment[ne]=नोअटन UI प्लगइन %{dest} मा सिर्जना गरियो
Comment[nl]=Een Noatun UI-plugin is aangemaakt in %{dest}
Comment[pl]=Wtyczka do interfejsu Noatun została utworzona w %{dest}
Comment[pt]=Foi criado um 'plugin' da UI do Noatun em %{dest}
Comment[pt_BR]=Foi criado um 'plugin' da UI do Noatun em %{dest}
Comment[ru]=Модуль интерфейса для Noatun создан в %{dest}
Comment[sk]=Noatun UI modul bol vytvorený v %{dest}
Comment[sr]=UI прикључак за Noatun направљен је у %{dest}
Comment[sr@Latn]=UI priključak za Noatun napravljen je u %{dest}
Comment[sv]=Ett Noatun-insticksprogram för användargränssnitt skapades i %{dest}
Comment[tr]=Bir Noatun Arayüz eklentisi %{dest} içinde yaratıldı.
Comment[zh_CN]=在 %{dest} 中创建了一个 Noatun 界面插件
Comment[zh_TW]=一個 Noatun 使用者介面外掛程式已建立於 %{dest}