This repository has been archived by the owner on Jul 20, 2022. It is now read-only.
forked from Eurotext/OXID-eSales-6-translationmanager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.php
266 lines (262 loc) · 22.1 KB
/
metadata.php
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
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
<?php
$sMetadataVersion = '2.0';
$aModule = [
'id' => 'translationmanager6',
'title' => 'Eurotext Translationmanager',
'description' => [
'de' => 'Modul für die Übersetzung von Shoptexten.',
'en' => 'Module for the text translation.',
],
'thumbnail' => 'logo.jpg',
'version' => '2.8.0',
'author' => 'mobilemojo – Apps & eCommerce UG (haftungsbeschränkt) & Co. KG',
'url' => 'https://www.mobilemojo.de',
'email' => '[email protected]',
'controllers' => [
'translationmanager_export' => \Eurotext\Translationmanager\Controller\Admin\Export::class,
'translationmanager_export_detail' => \Eurotext\Translationmanager\Controller\Admin\ExportDetail::class,
'translationmanager_export_list' => \Eurotext\Translationmanager\Controller\Admin\ExportList::class,
'translationmanager_import' => \Eurotext\Translationmanager\Controller\Admin\Import::class,
'translationmanager_import_detail' => \Eurotext\Translationmanager\Controller\Admin\ImportDetail::class,
'translationmanager_import_list' => \Eurotext\Translationmanager\Controller\Admin\ImportList::class,
'translationmanager_settings' => \Eurotext\Translationmanager\Controller\Admin\Settings::class,
'translationmanager_registration' => \Eurotext\Translationmanager\Controller\Admin\Registration::class,
'translationmanager_help' => \Eurotext\Translationmanager\Controller\Admin\Help::class,
'translationmanager_cms_selection' => \Eurotext\Translationmanager\Controller\Admin\Popup\CmsSelectionMain::class,
'translationmanager_cms_selection_ajax' => \Eurotext\Translationmanager\Controller\Admin\Popup\CmsSelectionAjax::class,
'translationmanager_articles_selection' => \Eurotext\Translationmanager\Controller\Admin\Popup\ArticlesSelectionMain::class,
'translationmanager_articles_selection_ajax' => \Eurotext\Translationmanager\Controller\Admin\Popup\ArticlesSelectionAjax::class,
'translationmanager_attributes_selection' => \Eurotext\Translationmanager\Controller\Admin\Popup\AttributesSelectionMain::class,
'translationmanager_attributes_selection_ajax' => \Eurotext\Translationmanager\Controller\Admin\Popup\AttributesSelectionAjax::class,
'translationmanager_categories_selection' => \Eurotext\Translationmanager\Controller\Admin\Popup\CategoriesSelectionMain::class,
'translationmanager_categories_selection_ajax' => \Eurotext\Translationmanager\Controller\Admin\Popup\CategoriesSelectionAjax::class,
],
'templates' => [
'translationmanager6_settings.tpl' => 'eurotext/translationmanager6/application/views/admin/tpl/translationmanager_settings.tpl',
'translationmanager6_registration.tpl' => 'eurotext/translationmanager6/application/views/admin/tpl/translationmanager_registration.tpl',
'translationmanager6_help.tpl' => 'eurotext/translationmanager6/application/views/admin/tpl/translationmanager_help.tpl',
'translationmanager6_export.tpl' => 'eurotext/translationmanager6/application/views/admin/tpl/translationmanager_export.tpl',
'translationmanager6_export_list.tpl' => 'eurotext/translationmanager6/application/views/admin/tpl/translationmanager_export_list.tpl',
'translationmanager6_export_detail.tpl' => 'eurotext/translationmanager6/application/views/admin/tpl/translationmanager_export_detail.tpl',
'translationmanager6_import.tpl' => 'eurotext/translationmanager6/application/views/admin/tpl/translationmanager_import.tpl',
'translationmanager6_import_list.tpl' => 'eurotext/translationmanager6/application/views/admin/tpl/translationmanager_import_list.tpl',
'translationmanager6_import_detail.tpl' => 'eurotext/translationmanager6/application/views/admin/tpl/translationmanager_import_detail.tpl',
'translationmanager6_cms_selection_detail.tpl' => 'eurotext/translationmanager6/application/views/admin/tpl/popup/translationmanager_cms_selection_detail.tpl',
'translationmanager6_articles_selection_detail.tpl' => 'eurotext/translationmanager6/application/views/admin/tpl/popup/translationmanager_articles_selection_detail.tpl',
'translationmanager6_attributes_selection_detail.tpl' => 'eurotext/translationmanager6/application/views/admin/tpl/popup/translationmanager_attributes_selection_detail.tpl',
'translationmanager6_categories_selection_detail.tpl' => 'eurotext/translationmanager6/application/views/admin/tpl/popup/translationmanager_categories_selection_detail.tpl',
],
'events' => [
'onActivate' => '\Eurotext\Translationmanager\Core\Installer::onActivate',
'onDeactivate' => '\Eurotext\Translationmanager\Core\Installer::onDeactivate',
],
'blocks' => [
[
'template' => 'bottomnaviitem.tpl',
'block' => 'admin_bottomnavicustom',
'file' => '/application/views/blocks/bottomnavi.tpl'
]
],
'settings' => [
['group' => 'main', 'name' => 'sCONNSTATUS', 'type' => 'str', 'value' => '0'],
['group' => 'main', 'name' => 'sAPIKEY', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sSERVICEURL', 'type' => 'str', 'value' => 'https://sandbox.api.eurotext.de'],
['group' => 'main', 'name' => 'cmsfields', 'type' => 'arr', 'value' => ['OXTITLE', 'OXCONTENT']],
['group' => 'main', 'name' => 'categoryfields', 'type' => 'arr', 'value' => ['OXTITLE', 'OXDESC', 'OXLONGDESC']],
['group' => 'main', 'name' => 'attributesfields', 'type' => 'arr', 'value' => ['OXTITLE']],
['group' => 'main', 'name' => 'o2attributesfields', 'type' => 'arr', 'value' => ['OXVALUE']],
['group' => 'main', 'name' => 'articlesfields', 'type' => 'arr', 'value' => ['OXTITLE', 'OXSHORTDESC', 'OXVARNAME', 'OXVARSELECT']],
['group' => 'main', 'name' => 'artextendsfields', 'type' => 'arr', 'value' => ['OXLONGDESC']],
['group' => 'main', 'name' => 'cmsseofields', 'type' => 'arr', 'value' => []],
['group' => 'main', 'name' => 'categoryseofields', 'type' => 'arr', 'value' => []],
['group' => 'main', 'name' => 'articleseofields', 'type' => 'arr', 'value' => []],
['group' => 'main', 'name' => 'sEttmLang_de', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_en', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_fr', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_ab', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_aa', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_af', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_ak', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_sq', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_am', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_ar', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_an', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_hy', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_as', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_av', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_ae', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_ay', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_az', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_bm', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_ba', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_eu', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_be', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_bn', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_bh', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_bi', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_bs', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_br', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_bg', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_my', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_ca', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_ch', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_ce', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_ny', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_zh', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_cv', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_kw', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_co', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_cr', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_hr', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_cs', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_da', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_dv', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_nl', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_dz', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_eo', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_et', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_ee', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_fo', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_fj', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_fi', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_ff', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_gl', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_ka', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_el', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_gn', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_gu', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_ht', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_ha', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_he', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_hz', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_hi', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_ho', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_hu', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_ia', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_id', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_ie', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_ga', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_ig', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_ik', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_io', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_is', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_it', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_iu', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_ja', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_jv', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_kl', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_kn', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_kr', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_ks', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_kk', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_km', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_ki', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_rw', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_ky', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_kv', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_kg', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_ko', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_ku', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_kj', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_la', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_lb', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_lg', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_li', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_ln', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_lo', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_lt', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_lu', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_lv', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_gv', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_mk', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_mg', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_ms', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_ml', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_mt', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_mi', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_mr', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_mh', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_mn', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_na', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_nv', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_nd', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_ne', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_ng', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_nb', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_nn', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_no', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_ii', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_nr', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_oc', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_oj', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_cu', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_om', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_or', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_os', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_pa', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_pi', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_fa', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_pl', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_ps', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_pt', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_qu', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_rm', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_rn', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_ro', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_ru', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_sa', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_sc', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_sd', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_se', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_sh', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_sm', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_sg', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_sr', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_gd', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_sn', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_si', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_sk', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_sl', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_so', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_st', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_es', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_su', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_sw', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_ss', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_sv', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_ta', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_te', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_tg', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_th', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_ti', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_bo', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_tk', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_tl', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_tn', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_to', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_tr', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_ts', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_tt', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_tw', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_ty', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_ug', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_uk', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_ur', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_uz', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_ve', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_vi', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_vo', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_wa', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_cy', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_wo', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_fy', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_xh', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_yi', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_yo', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_za', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEttmLang_zu', 'type' => 'str', 'value' => ''],
['group' => 'main', 'name' => 'sEXPORTJOBIPJ', 'type' => 'str', 'value' => '20'],
['group' => 'main', 'name' => 'sIMPORTJOBIPJ', 'type' => 'str', 'value' => '20'],
['group' => 'main', 'name' => 'sTRANSLATIONJOBIPJ', 'type' => 'str', 'value' => '20'],
]
];