forked from TYPO3-extensions/mm_forum
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlocallang.xml
More file actions
executable file
·378 lines (361 loc) · 25.5 KB
/
locallang.xml
File metadata and controls
executable file
·378 lines (361 loc) · 25.5 KB
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
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<T3locallang>
<meta type="array">
<description></description>
<type></type>
<csh_table></csh_table>
<labelContext type="array">
</labelContext>
</meta>
<data type="array">
<!-- ENGLISH LANGUAGE DATA -->
<languageKey index="default" type="array">
<label index="pi1_title">mm_forum :: Forum</label>
<label index="pi2_title">mm_forum :: User registration</label>
<label index="pi3_title">mm_forum :: Private messaging</label>
<label index="pi4_title">mm_forum :: Search</label>
<label index="pi5_title">mm_forum :: User settings</label>
<label index="pi6_title">mm_forum :: Portal information</label>
<label index="flex.general">Forum options</label>
<label index="flex.general.desc">Here you can configure general display options for the mm_forum :: Forum plugin.</label>
<label index="flex.code">What to display</label>
<label index="flex.code.empty">Message board</label>
<label index="flex.code.havealook">Email subscriptions</label>
<label index="flex.code.favorites">Favorites</label>
<label index="flex.code.postalertlist">Reported posts</label>
<label index="flex.code.listposts">List the user's posts</label>
<label index="flex.code.latest">List latest posts</label>
<label index="flex.redirectSpecial">Show special page</label>
<label index="flex.redirectSpecial.none">No</label>
<label index="flex.redirectSpecial.list_unans">List unanswered topics</label>
<label index="flex.redirectSpecial.list_unread">List unread topics</label>
<label index="flex.redirectSpecial.list_prefix">List prefixed topics</label>
<label index="flex.prefix">Prefix to be listed by default</label>
<label index="flex.exclCategories">Limit display to categories</label>
<label index="flex.latest_limit">Number of latest posts</label>
<!-- ADDED IN 0.1.1 -->
<label index="flex.code.userlist">User list</label>
<label index="flex.userlist_fields">Display fields</label>
<label index="flex.userlist_fields.username">User name</label>
<label index="flex.userlist_fields.usergroup">Groups</label>
<label index="flex.userlist_fields.crdate">Registration date</label>
<label index="flex.userlist_fields.name">Real name</label>
<label index="flex.userlist_fields.email">Email address</label>
<label index="flex.userlist_fields.pm">Private message</label>
<label index="flex.userlist_fields.city">Location</label>
<label index="flex.userlist_fields.www">WWW</label>
<label index="flex.userlist_fields.icq">ICQ</label>
<label index="flex.userlist_fields.aim">AIM</label>
<label index="flex.userlist_fields.yim">YIM</label>
<label index="flex.userlist_fields.msn">MSN</label>
<label index="flex.userlist_fields.skype">Skype</label>
<label index="flex.userlist_fields.posts">Posts</label>
<label index="flex.userlist_fields.interests">Interests</label>
<label index="flex.userlist_fields.occ">Occupation</label>
<label index="flex.userlist_fields.avatar">Avatar</label>
<label index="flex.userlist_limit">List size</label>
<!-- ADDED IN 0.1.2 -->
<label index="flex.code.postqueue">List post queue (only if moderated board)</label>
<!-- ADDED IN 0.1.7 -->
<label index="pi1_plus_wiz_description">This plugin adds an extremely powerful forum extension to your page.</label>
<label index="pi2_plus_wiz_description">This plugin adds an user registration to your page.</label>
<label index="pi3_plus_wiz_description">This plugin adds a private messaging system to your page.</label>
<label index="pi4_plus_wiz_description">This plugin adds an indexed search for the forum extension.</label>
<label index="pi5_plus_wiz_description">This plugin adds an user settings management.</label>
<label index="pi6_plus_wiz_description">This plugin adds a portal information field.</label>
<label index="flex.code.rss">RSS feed</label>
<!-- ADDED IN 1.9.0 -->
<label index="flex.code.feadmin">Frontend administration</label>
</languageKey>
<!-- GERMAN LANGUAGE DATA -->
<languageKey index="de" type="array">
<label index="pi1_title">mm_forum :: Forum</label>
<label index="pi2_title">mm_forum :: Benutzerregistrierung</label>
<label index="pi3_title">mm_forum :: Private Nachrichten</label>
<label index="pi4_title">mm_forum :: Suche</label>
<label index="pi5_title">mm_forum :: Benutzereinstellungen</label>
<label index="pi6_title">mm_forum :: Portalinformationen</label>
<label index="flex.general">Forumeinstellungen</label>
<label index="flex.general.desc">Hier können Sie grundsätzliche Darstellungsoptionen für das mm_forum :: Forum-Plugin einstellen.</label>
<label index="flex.code">Darstellen:</label>
<label index="flex.code.empty">Forum</label>
<label index="flex.code.havealook">E-Mail-Abonnements</label>
<label index="flex.code.favorites">Favouriten</label>
<label index="flex.code.postalertlist">Gemeldete Beiträge</label>
<label index="flex.code.listposts">Liste von Benutzerbeiträgen</label>
<label index="flex.code.latest">Neueste Beiträge</label>
<label index="flex.redirectSpecial">Sonderseite anzeigen:</label>
<label index="flex.redirectSpecial.none">Nein</label>
<label index="flex.redirectSpecial.list_unans">Unbeantwortete Themen</label>
<label index="flex.redirectSpecial.list_unread">Ungelesene Themen</label>
<label index="flex.redirectSpecial.list_prefix">Themen mit Präfix</label>
<label index="flex.prefix">Standardmäßig aufzulistendes Präfix:</label>
<label index="flex.exclCategories">Darstellung auf Kategorien beschränken:</label>
<label index="flex.latest_limit">Anzahl der neuesten Beiträge</label>
<!-- ADDED IN 0.1.1 -->
<label index="flex.code.userlist">Benutzerliste</label>
<label index="flex.userlist_fields">Felder anzeigen</label>
<label index="flex.userlist_fields.username">Benutzername</label>
<label index="flex.userlist_fields.usergroup">Gruppen</label>
<label index="flex.userlist_fields.crdate">Registrierdatum</label>
<label index="flex.userlist_fields.name">Echter Name</label>
<label index="flex.userlist_fields.email">E-Mail-Adresse</label>
<label index="flex.userlist_fields.pm">Private Nachricht</label>
<label index="flex.userlist_fields.city">Ort</label>
<label index="flex.userlist_fields.www">WWW</label>
<label index="flex.userlist_fields.icq">ICQ</label>
<label index="flex.userlist_fields.aim">AIM</label>
<label index="flex.userlist_fields.yim">YIM</label>
<label index="flex.userlist_fields.msn">MSN</label>
<label index="flex.userlist_fields.skype">Skype</label>
<label index="flex.userlist_fields.posts">Beiträge</label>
<label index="flex.userlist_fields.interests">Interessen</label>
<label index="flex.userlist_fields.occ">Beruf</label>
<label index="flex.userlist_fields.avatar">Avatar</label>
<label index="flex.userlist_limit">Anzahl</label>
<!-- ADDED IN 0.1.2 -->
<label index="flex.code.postqueue">Freizuschaltende Beiträge</label>
<!-- ADDED IN 0.1.7 -->
<label index="pi1_plus_wiz_description">Dieses Plugin fügt Ihrer Seite eine äußerst mächtige Forenerweiterung hinzu.</label>
<label index="pi2_plus_wiz_description">Dieses Plugin fügt Ihrer Seite eine Benutzerregistrierung hinzu.</label>
<label index="pi3_plus_wiz_description">Dieses Plugin fügt Ihrer Seite ein Nachrichtensystem hinzu.</label>
<label index="pi4_plus_wiz_description">Dieses Plugin fügt Ihrer Seite eine indizierte Suche für das Forum hinzu.</label>
<label index="pi5_plus_wiz_description">Dieses Plugin fügt Ihrer Seite eine Benutzereinstellungsverwaltung hinzu.</label>
<label index="pi6_plus_wiz_description">Dieses Plugin fügt Ihrer Seite eine Portalinformationseite hinzu.</label>
<label index="flex.code.rss">RSS-Feed</label>
<!-- ADDED IN 1.9.0 -->
<label index="flex.code.feadmin">Frontend-Administration</label>
</languageKey>
<!-- FINNISH LANGUAGE DATA -->
<languageKey index="fi" type="array">
<label index="pi2_title">mm_forum :: Käyttäjärekisteröinti</label>
<label index="pi3_title">mm_forum :: Yksityisviestit</label>
<label index="pi4_title">mm_forum :: Haku</label>
<label index="pi5_title">mm_forum :: Käyttäjäasetukset</label>
<label index="pi6_title">mm_forum :: Portal-informaatio</label>
<label index="flex.general">Forum asetukset</label>
<label index="flex.general.desc">Täällä voit määritellä yleisiä näyttöasetuksia mm_forum :: Forum plugin:ille</label>
<label index="flex.code">Mitä näytetään</label>
<label index="flex.code.empty">Keskustelupalsta</label>
<label index="flex.code.havealook">Keskusteluseuranta sähköpostitilauksella</label>
<label index="flex.code.favorites">Suosikit</label>
<label index="flex.code.postalertlist">Raportoidut viestit</label>
<label index="flex.code.listposts">Listaa käyttäjän viestit</label>
<label index="flex.code.latest">Listaa uusimmat viestit</label>
<label index="flex.redirectSpecial">Näytä erityinen sivu</label>
<label index="flex.redirectSpecial.none">Ei</label>
<label index="flex.redirectSpecial.list_unans">Listaa vastaamattomat aiheet</label>
<label index="flex.redirectSpecial.list_unread">Listaa lukemattomat aiheet</label>
<label index="flex.redirectSpecial.list_prefix">Listaa etuliitteelliset aiheet</label>
<label index="flex.prefix">Oletusarvoisesti listattava etuliite</label>
<label index="flex.exclCategories">Rajoita näyttö kategorian mukaan</label>
<label index="flex.latest_limit">Uusimpien viestien määrä</label>
<label index="flex.code.userlist">Käyttäjälista</label>
<label index="flex.userlist_fields">Näytä kentät</label>
<label index="flex.userlist_fields.username">Käyttäjänimi</label>
<label index="flex.userlist_fields.usergroup">Ryhmät</label>
<label index="flex.userlist_fields.crdate">Rekisteröintipvm</label>
<label index="flex.userlist_fields.name">Todellinen nimi</label>
<label index="flex.userlist_fields.email">Sähköpostiosoite</label>
<label index="flex.userlist_fields.pm">Yksityisviesti</label>
<label index="flex.userlist_fields.city">Sijainti</label>
<label index="flex.userlist_fields.www">Kotisivut</label>
<label index="flex.userlist_fields.posts">Viestit</label>
<label index="flex.userlist_fields.interests">Kiinnostuksen aiheet</label>
<label index="flex.userlist_fields.occ">Ammatti</label>
<label index="flex.userlist_limit">Listan koko</label>
</languageKey>
<!-- DUTCH LANGUAGE DATA -->
<languageKey index="nl" type="array">
<label index="pi1_title">mm_forum :: Forum</label>
<label index="pi2_title">mm_forum :: Gebruiker registratie</label>
<label index="pi3_title">mm_forum :: Prive berichten</label>
<label index="pi4_title">mm_forum :: Zoeken</label>
<label index="pi5_title">mm_forum :: Gebruikersinstellingem</label>
<label index="pi6_title">mm_forum :: Portal informatie</label>
<label index="flex.general">Forum opties</label>
<label index="flex.general.desc">Hier kunt u de algemene weergaveopties instellen voor het mm_forum :: Forum plugin.</label>
<label index="flex.code">Wat te tonen</label>
<label index="flex.code.empty">Berichten board</label>
<label index="flex.code.havealook">Email subscriptions</label>
<label index="flex.code.favorites">Favorieten</label>
<label index="flex.code.postalertlist">Gemelde berichten</label>
<label index="flex.code.listposts">Toon de berichten van een gebruiker</label>
<label index="flex.code.latest">Toon laatste berichten</label>
<label index="flex.redirectSpecial">Toon speciale pagina</label>
<label index="flex.redirectSpecial.none">Nee</label>
<label index="flex.redirectSpecial.list_unans">Onbeantwoorde onderwerpen</label>
<label index="flex.redirectSpecial.list_unread">Ongelezen onderwerpen</label>
<label index="flex.redirectSpecial.list_prefix">Onderwerpen met voorvoegsel</label>
<label index="flex.prefix">Voorkeurs voorvoegsel</label>
<label index="flex.exclCategories">Beperk weergave tot categorieen</label>
<label index="flex.latest_limit">Aantal laatste berichten</label>
<!-- ADDED IN 0.1.1 -->
<label index="flex.code.userlist">Gebruikerslijst</label>
<label index="flex.userlist_fields">Toon velden</label>
<label index="flex.userlist_fields.username">Gebruikersnaam</label>
<label index="flex.userlist_fields.usergroup">Groepen</label>
<label index="flex.userlist_fields.crdate">Registratie datum</label>
<label index="flex.userlist_fields.name">Echte naam</label>
<label index="flex.userlist_fields.email">Email adres</label>
<label index="flex.userlist_fields.pm">Prive bericht</label>
<label index="flex.userlist_fields.city">Stad</label>
<label index="flex.userlist_fields.www">WWW</label>
<label index="flex.userlist_fields.icq">ICQ</label>
<label index="flex.userlist_fields.aim">AIM</label>
<label index="flex.userlist_fields.yim">YIM</label>
<label index="flex.userlist_fields.msn">MSN</label>
<label index="flex.userlist_fields.skype">Skype</label>
<label index="flex.userlist_fields.posts">berichten</label>
<label index="flex.userlist_fields.interests">Interesses</label>
<label index="flex.userlist_fields.occ">Beroep</label>
<label index="flex.userlist_limit">Gebruikerslijst grootte</label>
<!-- ADDED IN 0.1.2 -->
<label index="flex.code.postqueue">Toon berichten wachtrij (alleen bij gemodereerd forum)</label>
</languageKey>
<languageKey index="fr" type="array">
<label index="pi1_title">mm_forum :: Forum</label>
<label index="pi2_title">mm_forum :: Enregistrement d'intervenant</label>
<label index="pi3_title">mm_forum :: Messages privés</label>
<label index="pi4_title">mm_forum :: Recherche</label>
<label index="pi5_title">mm_forum :: Paramètres des intervenants</label>
<label index="pi6_title">mm_forum :: Informations du tableau de bord</label>
<label index="flex.general">Paramètres du forum</label>
<label index="flex.general.desc">Ici peuvent être réglés les options d'affichage du forum mm_forum :: Options d'affichage.</label>
<label index="flex.code">Afficher:</label>
<label index="flex.code.empty">Forum</label>
<label index="flex.code.havealook">Fils abonnés</label>
<label index="flex.code.favorites">Favoris</label>
<label index="flex.code.postalertlist">Notifications suite a une intervention</label>
<label index="flex.code.listposts">Liste des interventions d'intervenants</label>
<label index="flex.code.latest">Dernières interventions</label>
<label index="flex.redirectSpecial">Montrer page spéciale :</label>
<label index="flex.redirectSpecial.none">Non</label>
<label index="flex.redirectSpecial.list_unans">Interventions sans réponse</label>
<label index="flex.redirectSpecial.list_unread">Fils non-lus</label>
<label index="flex.redirectSpecial.list_prefix">Fils avec préfixe</label>
<label index="flex.prefix">Préfixe listé par défaut :</label>
<label index="flex.exclCategories">Limiter l'affichage aux thèmes :</label>
<label index="flex.latest_limit">Nombre de nouvelles interventions</label>
<!-- ADDED IN 0.1.1 -->
<label index="flex.code.userlist">Liste des intervenants</label>
<label index="flex.userlist_fields">Montrer les champs</label>
<label index="flex.userlist_fields.username">Pseudo</label>
<label index="flex.userlist_fields.usergroup">Groupes</label>
<label index="flex.userlist_fields.crdate">Date d'enregistrement</label>
<label index="flex.userlist_fields.name">Nom réel</label>
<label index="flex.userlist_fields.email">Adresse e-mail</label>
<label index="flex.userlist_fields.pm">Message privé</label>
<label index="flex.userlist_fields.city">Ville</label>
<label index="flex.userlist_fields.www">WWW</label>
<label index="flex.userlist_fields.icq">ICQ</label>
<label index="flex.userlist_fields.aim">AIM</label>
<label index="flex.userlist_fields.yim">YIM</label>
<label index="flex.userlist_fields.msn">MSN</label>
<label index="flex.userlist_fields.skype">Skype</label>
<label index="flex.userlist_fields.posts">Interventions</label>
<label index="flex.userlist_fields.interests">Intérêts</label>
<label index="flex.userlist_fields.occ">Métier</label>
<label index="flex.userlist_limit">Nombre</label>
<!-- ADDED IN 0.1.2 -->
<label index="flex.code.postqueue">Lister les interventions à valider avant publication</label>
</languageKey>
<!-- RUSSIAN LANGUAGE DATA -->
<languageKey index="ru" type="array">
<label index="pi1_title">mm_forum :: Форум</label>
<label index="pi2_title">mm_forum :: Регистрация пользователя</label>
<label index="pi3_title">mm_forum :: Личное сообщение</label>
<label index="pi4_title">mm_forum :: Поиск</label>
<label index="pi5_title">mm_forum :: Настройки пользователя</label>
<label index="pi6_title">mm_forum :: Информация портала</label>
<label index="flex.general">Настройки форума</label>
<label index="flex.general.desc">Здесь можно изменить конфигурацию общих настроек внешнего вида форума mm_forum :: Forum plugin.</label>
<label index="flex.code">Показать</label>
<label index="flex.code.empty">Форум</label>
<label index="flex.code.havealook">Подписка на Email</label>
<label index="flex.code.favorites">Избранное</label>
<label index="flex.code.postalertlist">Сообщения о нарушениях</label>
<label index="flex.code.listposts">Список сообщений пользователя</label>
<label index="flex.code.latest">Список последних сообщений</label>
<label index="flex.redirectSpecial">Показать специальные страницы:</label>
<label index="flex.redirectSpecial.none">Нет</label>
<label index="flex.redirectSpecial.list_unans">Список не отвеченных тем</label>
<label index="flex.redirectSpecial.list_unread">Список непрочитанных тем</label>
<label index="flex.redirectSpecial.list_prefix">Список тем со специальными префиксами</label>
<label index="flex.prefix">Список префиксов по-умолчанию</label>
<label index="flex.exclCategories">Показывать только выбранные категории</label>
<label index="flex.latest_limit">Количество последних сообщений</label>
<!-- ADDED IN 0.1.1 -->
<label index="flex.code.userlist">Список пользователей</label>
<label index="flex.userlist_fields">Показывать поля: </label>
<label index="flex.userlist_fields.username">Имя пользователя</label>
<label index="flex.userlist_fields.usergroup">Группы</label>
<label index="flex.userlist_fields.crdate">Дата регистрации</label>
<label index="flex.userlist_fields.name">Настоящее имя</label>
<label index="flex.userlist_fields.email">Адрес Email</label>
<label index="flex.userlist_fields.pm">Личное сообщение</label>
<label index="flex.userlist_fields.city">Место жительства</label>
<label index="flex.userlist_fields.www">WWW</label>
<label index="flex.userlist_fields.icq">ICQ</label>
<label index="flex.userlist_fields.aim">AIM</label>
<label index="flex.userlist_fields.yim">YIM</label>
<label index="flex.userlist_fields.msn">MSN</label>
<label index="flex.userlist_fields.skype">Skype</label>
<label index="flex.userlist_fields.posts">Сообщения</label>
<label index="flex.userlist_fields.interests">Интересы</label>
<label index="flex.userlist_fields.occ">Род деятельности</label>
<label index="flex.userlist_limit">Размер списка</label>
<!-- ADDED IN 0.1.2 -->
<label index="flex.code.postqueue">Выводить очередь сообщений (только для модерируемых форумов)</label>
</languageKey>
<!-- UKRAINIAN LANGUAGE DATA -->
<languageKey index="ua" type="array">
<label index="pi1_title">mm_forum :: Форум</label>
<label index="pi2_title">mm_forum :: Реєстрація користувача</label>
<label index="pi3_title">mm_forum :: Приватне сповіщення</label>
<label index="pi4_title">mm_forum :: Пошук</label>
<label index="pi5_title">mm_forum :: Налаштування користувача</label>
<label index="pi6_title">mm_forum :: Інформація порталу</label>
<label index="flex.general">Налаштування форуму</label>
<label index="flex.general.desc">Тут можна змінити конфігурацію загальних налаштувань зовнішнього вигляду форуму mm_forum :: Forum plugin.</label>
<label index="flex.code">Показати</label>
<label index="flex.code.empty">Форум</label>
<label index="flex.code.havealook">Підписка на Email</label>
<label index="flex.code.favorites">Обране</label>
<label index="flex.code.postalertlist">Сповіщення про порушення</label>
<label index="flex.code.listposts">Перелік сповіщень користувача</label>
<label index="flex.code.latest">Перелік останніх сповіщень</label>
<label index="flex.redirectSpecial">Показати спеціальні сторінки:</label>
<label index="flex.redirectSpecial.none">Немає</label>
<label index="flex.redirectSpecial.list_unans">Перелік тем без відповідей</label>
<label index="flex.redirectSpecial.list_unread">Перелік непрочитаних тем</label>
<label index="flex.redirectSpecial.list_prefix">Перелік тем зі спеціальними префіксами</label>
<label index="flex.prefix">Перелік префіксів по замовченню</label>
<label index="flex.exclCategories">Показувати тільки обрані кетегорії</label>
<label index="flex.latest_limit">Кількість останіх сповіщень</label>
<!-- ADDED IN 0.1.1 -->
<label index="flex.code.userlist">Перелік користувачів</label>
<label index="flex.userlist_fields">Показувати поля: </label>
<label index="flex.userlist_fields.username">Ім'я користувача</label>
<label index="flex.userlist_fields.usergroup">Групи</label>
<label index="flex.userlist_fields.crdate">Дата реєстрації</label>
<label index="flex.userlist_fields.name">Справжне ім'я</label>
<label index="flex.userlist_fields.email">Адреса Email</label>
<label index="flex.userlist_fields.pm">Приватне сповіщення</label>
<label index="flex.userlist_fields.city">Місце проживання</label>
<label index="flex.userlist_fields.www">WWW</label>
<label index="flex.userlist_fields.icq">ICQ</label>
<label index="flex.userlist_fields.aim">AIM</label>
<label index="flex.userlist_fields.yim">YIM</label>
<label index="flex.userlist_fields.msn">MSN</label>
<label index="flex.userlist_fields.skype">Skype</label>
<label index="flex.userlist_fields.posts">Сповіщення</label>
<label index="flex.userlist_fields.interests">Зацікавленості</label>
<label index="flex.userlist_fields.occ">Рід діяльності</label>
<label index="flex.userlist_fields.avatar">Аватар</label>
<label index="flex.userlist_limit">Розмір переліку</label>
<!-- ADDED IN 0.1.2 -->
<label index="flex.code.postqueue">Виводити чергу сповіщень (тільки для модерованих форумів)</label>
</languageKey>
</data>
</T3locallang>