summaryrefslogtreecommitdiff
path: root/languages/messages/MessagesEe.php
blob: 1ee68c2d5d4c0afaadcb39caec502b5635556b42 (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
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
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
<?php
/** Ewe (Eʋegbe)
 *
 * See MessagesQqq.php for message documentation incl. usage of parameters
 * To improve a translation please visit http://translatewiki.net
 *
 * @ingroup Language
 * @file
 *
 * @author Cbrown1023
 * @author Natsubee
 */

$messages = array(
# User preference toggles
'tog-hideminor'            => 'Ɣla tɔtrɔ suewo le tɔtrɔ yeyeawo me',
'tog-watchcreations'       => 'Tsɔ axa siwo gɔme medze la kpe ɖe axa siwo ŋu nyeƒe ŋku le la ŋu',
'tog-watchdefault'         => 'Tsɔ axa siwo ŋu metrɔ asi le la kpe ɖe axa siwo ŋu nyeƒe ŋku le la ŋu',
'tog-watchmoves'           => 'Tsɔ axa siwo ƒe nɔƒe meɖɔli la kpe ɖe axa siwo ŋu nyeƒe ŋku le la ŋu',
'tog-watchdeletion'        => 'Tsɔ axa siwo metutu la kpe ɖe axa siwo ŋu nyeƒe ŋku le la ŋu',
'tog-enotifwatchlistpages' => 'Ɖo du nam ne axa aɖe si ŋu nyeƒe ŋku le la trɔ',

'underline-always' => 'Ɣesiaɣi',
'underline-never'  => 'Gbeɖe',

# Dates
'sunday'        => 'Kɔsiɖagbe',
'monday'        => 'Dzoɖagbe',
'tuesday'       => 'Brãɖagbe',
'wednesday'     => 'Kuɖagbe',
'thursday'      => 'Yawoɖagbe',
'friday'        => 'Fiɖagbe',
'saturday'      => 'Memleɖagbe',
'sun'           => 'Kɔs',
'mon'           => 'Dzo',
'tue'           => 'Brã',
'wed'           => 'Kuɖ',
'thu'           => 'Yaw',
'fri'           => 'Fiɖ',
'sat'           => 'Mem',
'january'       => 'Dzove',
'february'      => 'Dzodze',
'march'         => 'Tedoxe',
'april'         => 'Afɔfiɛ',
'may_long'      => 'Damɛ',
'june'          => 'Masa',
'july'          => 'Siamlɔm',
'august'        => 'Dasiamime',
'september'     => 'Anyɔnyɔ',
'october'       => 'Kele',
'november'      => 'Adeɛmekpɔxe',
'december'      => 'Dzome',
'january-gen'   => 'Dzove',
'february-gen'  => 'Dzodze',
'march-gen'     => 'Tedoxe',
'april-gen'     => 'Afɔfiɛ',
'may-gen'       => 'Damɛ',
'june-gen'      => 'Masa',
'july-gen'      => 'Siamlɔm',
'august-gen'    => 'Dasiamime',
'september-gen' => 'Anyɔnyɔ',
'october-gen'   => 'Kele',
'november-gen'  => 'Adeɛmekpɔxe',
'december-gen'  => 'Dzome',
'jan'           => 'Dzov',
'feb'           => 'Dzod',
'mar'           => 'Ted',
'apr'           => 'Afɔ',
'may'           => 'Damɛ',
'jun'           => 'Mas',
'jul'           => 'Sia',
'aug'           => 'Das',
'sep'           => 'Any',
'oct'           => 'Kel',
'nov'           => 'Ade',
'dec'           => 'Dzom',

'about'          => 'Ŋutinya',
'newwindow'      => '(eʋua fesre yeye)',
'cancel'         => 'Dzudzɔ etɔtrɔ',
'qbfind'         => 'Di',
'qbedit'         => 'Trɔ asi le eŋu',
'qbpageoptions'  => 'Axa sia',
'qbmyoptions'    => 'Nyeƒe axawo',
'qbspecialpages' => 'Axa tɔxewo',
'mypage'         => 'Axa nye',
'mytalk'         => 'Nyeƒe nyamedzroƒe',
'navigation'     => 'Mɔtabiala',
'and'            => '&#32;kpakple',

'errorpagetitle'   => 'Vodada',
'returnto'         => 'Gbugbɔ yi $1.',
'tagline'          => 'Tso {{SITENAME}}',
'help'             => 'Kpekpeɖeŋu',
'search'           => 'Dii',
'searchbutton'     => 'Dii',
'go'               => 'Yi',
'searcharticle'    => 'Yi',
'history'          => 'Axa sia ƒe tata xoxoawo',
'history_short'    => 'Xoxoawo',
'edit'             => 'Trɔ asi le eŋu',
'create'           => 'Dze egɔme',
'editthispage'     => 'Ðɔ axa sia ɖo',
'create-this-page' => 'Dze axa sia gɔme',
'delete'           => 'Tutui',
'deletethispage'   => 'Tutu axa sia',
'protect'          => 'Dzɔ eŋu',
'protect_change'   => 'ɖɔlii',
'protectthispage'  => 'Dzɔ axa sia ŋu',
'newpage'          => 'Axa yeye',
'talkpagelinktext' => 'Nyamedzroƒe',
'specialpage'      => 'Axa Tɔxe',
'personaltools'    => 'Wòƒe dɔwɔnuwo',
'postcomment'      => 'Akpa yeye',
'talk'             => 'Nyamedzroƒe',
'toolbox'          => 'Dɔwɔnuɖaka',
'otherlanguages'   => 'Le gbe bubuwo me',
'redirectedfrom'   => '(Woɖo wò ɖe afii tso $1)',
'lastmodifiedat'   => 'Wó ɖɔ axa sia ɖo susue le $2 le ŋkeke $1 dzi.', # $1 date, $2 time
'jumpto'           => 'Dzo yi:',
'jumptonavigation' => 'kuɖɔɖoɖo',
'jumptosearch'     => 'dii',

# All link text and link target definitions of links into project namespace that get used by other message strings, with the exception of user group pages (see grouppage) and the disambiguation template definition (see disambiguations).
'aboutsite'         => '{{SITENAME}} ŋutinya',
'aboutpage'         => 'Project:Ŋutinya',
'copyright'         => 'Nusiwo le afii le $1 mɔɖeɖea te.',
'copyrightpagename' => '{{SITENAME}} mɔɖeɖewo',
'copyrightpage'     => '{{ns:project}}:Mɔɖeɖewo',
'currentevents'     => 'Amaneɛ',
'currentevents-url' => 'Project:Nusiwo le dzɔdzɔm',
'disclaimers'       => 'Nuxlɔ̃amenyawo',
'edithelp'          => 'Kpekpeɖeŋu na etɔtrɔ',
'portal'            => 'Takpekpewɔƒe',
'portal-url'        => 'Project:Takpekpewɔƒe',

'badaccess-group0' => 'Se meɖe mɔ be nawɔ nusi wòle babiam be yeawɔ o.',

'retrievedfrom'           => 'Nuŋɔŋlɔ sia tso "$1"',
'youhavenewmessages'      => '$1 le asiwo ($2).',
'newmessageslink'         => 'du yeyewo',
'newmessagesdifflink'     => 'tɔtrɔ mamlea',
'youhavenewmessagesmulti' => 'Du yeyewo le asiwo le $1',
'editsection'             => 'trɔ asi le eŋu',
'editold'                 => 'trɔ asi le eŋu',
'viewsourceold'           => 'kpɔ alesi wó ŋlɔe',
'editlink'                => 'trɔ asi le eŋu',
'viewsourcelink'          => 'kpɔ alesi woŋlɔe',
'editsectionhint'         => 'Trɔ akpa: $1',
'toc'                     => 'Emenyawo',
'showtoc'                 => 'fia',
'hidetoc'                 => 'ɣla',
'thisisdeleted'           => 'Kpɔ $1 alo wòa gbugbɔe ve hã?',
'viewdeleted'             => 'Wòa kpɔ $1 a?',
'red-link-title'          => '$1 (womeŋlɔ axa sia haɖeke o)',

# Short words for each namespace, by default used in the namespace tab in monobook
'nstab-main'      => 'Axa',
'nstab-user'      => 'Ezãla axa',
'nstab-special'   => 'Axa tɔxe',
'nstab-image'     => 'Agbalẽ',
'nstab-mediawiki' => 'Du',

# General errors
'error'           => 'Vodada',
'badarticleerror' => 'Wòmateŋu awɔ nusia le axa sia dzi o.',
'badtitle'        => 'Tanya gbegblẽ',
'viewsource'      => 'Kpɔ alesi wowɔe',
'viewsourcefor'   => '$1 tɔwo',

# Login and logout pages
'logouttitle'                => 'Do le eme',
'login'                      => 'Ge ɖe eme',
'nav-login-createaccount'    => 'Geɖe me / Ŋlɔ ŋkɔ',
'userlogin'                  => 'Ge ɖe eme / ŋlɔ ŋkɔ daɖi',
'logout'                     => 'Do le eme',
'userlogout'                 => 'Do le eme',
'nologin'                    => "Wòmeŋlɔ ŋkɔ oa? '''$1'''.",
'nologinlink'                => 'Ŋlɔ ŋkɔ daɖi',
'createaccount'              => 'Ŋlɔ ŋkɔ daɖi',
'gotaccount'                 => "Wò ŋlɔ ŋkɔ xoxoa? '''$1'''.",
'gotaccountlink'             => 'Ge ɖe eme',
'yourlanguage'               => 'Gbe:',
'yournick'                   => 'Dzesi',
'gender-male'                => 'Ŋutsu',
'gender-female'              => 'Nyɔnu',
'loginsuccesstitle'          => 'Wò ge ɖe eme azɔ̃.',
'loginsuccess'               => "'''Wò le {{SITENAME}} me fifia abe \"\$1\" ene.'''",
'nouserspecified'            => 'Elebe na ŋlɔ ŋkɔ si wò zãna',
'acct_creation_throttle_hit' => "Wiki sia zãla aɖe tso wò ''IP address'' ŋlɔ {{PLURAL:$1|1 ŋkɔ|$1 ŋkɔwo}} le ŋkeke si vayi me xoxo. Mɔɖeɖe le na ŋkɔ  ɖeka ko ŋɔŋlɔ le ŋkeke ɖeka me.<br />
Le esiata la, ''IP address'' sia zãlawo mekpɔ mɔ aŋlɔ ŋkɔ bubuwo fifia o.",
'loginlanguagelabel'         => 'Gbe: $1',

# Edit page toolbar
'sig_tip' => 'Dzesiwò kple gaƒoƒoa',

# Edit pages
'subject'             => 'Ta nya:',
'minoredit'           => 'Esia nye tɔtrɔ sue aɖe ko',
'watchthis'           => 'Le ŋku ɖe axa sia ŋu',
'savearticle'         => 'Dzra axa sia ɖo',
'preview'             => 'Kpɔe do ŋgɔ',
'showpreview'         => 'Fiae do ŋgɔ',
'showdiff'            => 'Fia tɔtrɔwo',
'newarticle'          => '(Yeye)',
'newarticletext'      => "Eva ɖo axa si gɔme womedze haɖeke o. Ne wòadi be yeadze egɔme la, dze nuŋlɔm ɖe go sia me le afi sia ɖome (kpɔ [[{{MediaWiki:Helppage}}|kpekpeɖeŋu nyawo]] na kpekpeɖeŋu bubuwo). Ne wòme ɖoe be yeava afii hafi o la, ekema tia '''megbe''' eye wòa gbugbɔ ayi afisi wòtso va.",
'previewnote'         => "'''Ɖo ŋku edzi be wole afii fiam do ŋgɔ, wome dzrae ɖo haɖeke o!'''",
'editing'             => '$1 na etɔtrɔ',
'editingsection'      => 'Wòle $1 (ƒe akpa aɖe) trɔm',
'yourtext'            => 'Wò nuŋɔŋlɔ',
'yourdiff'            => 'Vovototowo',
'copyrightwarning'    => "Taflatse, mítsɔe be nusiwo katã netsɔ kpe ɖe {{SITENAME}} ŋu lii fãa le $2 la nu (kpɔ $1 me nyawo). Ne madze ŋuwò be amebubuwo natrɔ asi le nusiwo newɔ ŋuti o, eye woagbugbɔ dɔsiwo newɔ ama na amebubuwo fãa o la, mega dae ɖe afisia o.<br /> Wòle ŋugbe dom na mí bena wò ŋutɔe ŋlɔ nusiawo, alo etsɔe tso afisi mɔɖeɖe li fãa be amesiame na tsɔ nuwo tso afima fãa. '''Mega da nusiwo ŋu mɔɖeɖe meli na o la ɖe afisia o!'''",
'edit-already-exists' => 'Wòmateŋu adze axa sia gɔme o.<br />
Wo ŋlɔe xoxo.',

# History pages
'revisionasof'        => 'Tataa le $1',
'revision-info'       => 'Tataa le $1 si $2 wɔ', # Additionally available: $3: revision id
'previousrevision'    => '← Tata xoxoa',
'nextrevision'        => 'Tata yeyea →',
'currentrevisionlink' => 'Tata susuea',
'cur'                 => 'yeyea',
'last'                => 'mamlea',
'page_first'          => 'gbãtɔ',
'page_last'           => 'mamlea',
'histfirst'           => 'Xoxoɔwu',
'histlast'            => 'Yeyeɛwu',

# Revision feed
'history-feed-item-nocomment' => '$1 le $2', # user at time
'history-feed-empty'          => 'Axa si dim wòle meli o.
Dewomahĩ, wotutui le wiki sia dzi alo wotrɔ eƒe ŋkɔ.
Zã [[Special:Search|nuwo didi le wiki sia dzi]] kpɔ na axa yeyeawo.',

# Revision deletion
'rev-delundel' => 'fia/ɣla',

# Diffs
'history-title' => '"$1" ƒe tata xoxoawo',
'difference'    => '(Vovototowo le tata xoxoawo me)',
'lineno'        => 'Fli $1:',

# Search results
'searchresults'         => 'Nusiwo wòdi',
'searchresults-title'   => 'Nusiwo wofɔ le "$1" didi me',
'searchsubtitleinvalid' => "Wòdi '''$1'''",
'noexactmatch'          => "'''Tanya \"\$1\" mesɔ kple axa aɖeke tɔ o.'''
Wòateŋu [[:\$1|adze axa sia gɔme]].",
'noexactmatch-nocreate' => "'''Tanya \"\$1\" mesɔ kple axa aɖeke tɔ o.'''",
'notitlematches'        => 'Mesɔ axa aɖeke ƒe tanya o',
'prevn'                 => '$1 do ŋgɔ',
'nextn'                 => '$1 yometɔwo',
'viewprevnext'          => 'Kpɔ ($1) ($2) ($3)',
'searchmenu-exists'     => "'''Axa si ŋkɔ enye \"[[:\$1]]\" le wiki sia dzi'''",
'searchmenu-new'        => "'''Dze axa \"[[:\$1]]\" sia ŋlɔm ɖe wiki la dzi!'''",
'search-result-size'    => '$1 ({{PLURAL:$2|nya 1|nya $2}})',
'showingresultstotal'   => "Wofia {{PLURAL:$4|wò didi '''$1''' tso '''$3''' me|wò didiwo  '''$1 - $2''' tso '''$3''' me}} le afii",
'powersearch'           => 'Dii de eme',
'powersearch-field'     => 'Di',

# Preferences page
'preferences'           => 'Didiwo',
'mypreferences'         => 'Nyeƒe didiwo',
'skin-preview'          => 'Kpɔe do ŋgɔ',
'timezoneregion-africa' => 'Afrika',

# Groups
'group-sysop' => 'Dɔdzikpɔlawo',

# Associated actions - in the sentence "You do not have permission to X"
'action-edit' => 'trɔ asi le axa sia ŋu',

# Recent changes
'recentchanges'        => 'Tɔtrɔ yeyewo',
'recentchanges-legend' => 'Tatiawo na tɔtrɔ yeyewo',
'rcnote'               => "Afisia wofia {{PLURAL:$1|tɔtrɔ '''1''' susue|tɔtrɔ '''$1''' susuewo}} le {{PLURAL:$2|ŋkeke si|ŋkeke '''$2''' mamleawo siwo}} vayi la me, le $5, $4.",
'rcnotefrom'           => 'Tɔtrɔwo siwo wowɔ tso <b>$2</b> (wofia vaseɖe <b>$1</b>) le afii.',
'rclistfrom'           => 'Fia tɔtrɔ yeyewo tso $1',
'rcshowhideminor'      => '$1 tɔtrɔ suewo',
'rcshowhidebots'       => '$1 bɔtwo',
'rcshowhideliu'        => '$1 ezãla siwo ŋlɔ ŋkɔ',
'rcshowhideanons'      => '$1 ŋkɔ maŋlɔlawo',
'rcshowhidemine'       => '$1 nyeƒe tɔtrɔwo',
'rclinks'              => 'Fia tɔtrɔ $1 mamleawo le ŋkeke $2 siwo vayi me<br />$3',
'diff'                 => 'tɔtrɔ',
'hist'                 => 'xoxo',
'hide'                 => 'Ɣla',
'show'                 => 'Fia',
'minoreditletter'      => 's',
'newpageletter'        => 'Y',

# Recent changes linked
'recentchangeslinked'       => 'Tɔtrɔ siwo kaa afii',
'recentchangeslinked-title' => 'Tɔtrɔ siwo ku ɖe "$1" ŋu',

# Upload
'upload'    => 'Ɖo agbalẽ ɖa',
'uploadbtn' => 'Ɖo agbalẽ ɖa',

# File description page
'filehist-help'     => 'Tia ŋkeke/gaƒoƒo ɖeka ne wòadi be yea kpɔ axa sia ƒe tata le ɣemaɣi',
'filehist-datetime' => 'Ŋkeke/Gaƒoƒo',
'filehist-user'     => 'Ezãla',
'linkstoimage'      => 'Axa {{PLURAL:$1|sia|$1 siawo}} ku ɖe agbalẽ sia ŋu.',
'sharedupload'      => "Agbalɛ̃ sia tso $1 eye dɔ (''alo project'') bubuawo woateŋu azãe fãa.", # $1 is the repo name, $2 is shareduploadwiki(-desc)

# MIME search
'mimesearch' => 'MIME me didi',

# Random page
'randompage'         => 'Axaa ɖe ko',
'randompage-nopages' => 'Axa aɖeke mele "$1" o.',

# Statistics
'statistics' => 'Akɔntawo',

'brokenredirects-edit'   => '(trɔ asi le eŋu)',
'brokenredirects-delete' => '(tutui)',

'fewestrevisions' => 'Axawo siwo womeɖɔɖo zã o',

# Miscellaneous special pages
'wantedpages'    => 'Axawo siwo le hahĩam',
'mostrevisions'  => 'Axawo siwo woɖɔɖo wu',
'shortpages'     => 'Axa kpuiwo',
'longpages'      => 'Axa didiwo',
'protectedpages' => 'Axawo siwo ŋu wole dzɔdzɔm',
'listusers'      => 'Ezãlawo ƒe xexlẽme',
'usercreated'    => 'Wodze egɔme le ŋkeke $1 dzi le gaƒoƒo $2 me.',
'newpages'       => 'Axa yeyewo',
'ancientpages'   => 'Axawo si wo do xoxo wu',
'move'           => 'Ɖɔli eƒe nɔƒe',
'movethispage'   => 'Ɖɔli axa sia ƒe nɔƒe',
'pager-newer-n'  => '{{PLURAL:$1|1 yeyea|$1 yeyeawo}}',
'pager-older-n'  => '{{PLURAL:$1|1 xoxoa|$1 xoxoawo}}',

# Book sources
'booksources'               => 'Agbalɛ̃wo ƒe tsoƒe',
'booksources-search-legend' => 'Di agbalẽwo ƒe tsoƒewo',
'booksources-go'            => 'Yi',

# Special:Log
'specialloguserlabel'  => 'Ezãla:',
'speciallogtitlelabel' => 'Ta nya:',

# Special:AllPages
'allpages'       => 'Axawo katã',
'alphaindexline' => '$1 vaseɖe $2',
'nextpage'       => 'Axa yometɔ ($1)',
'prevpage'       => 'Axa do ŋgɔ ($1)',
'allpagesfrom'   => 'Fia axawo tso:',
'allpagesto'     => 'Fia axawo vaseɖe:',
'allarticles'    => 'Axawo katã',
'allinnamespace' => 'Axawo katã ($1 namespace)',
'allpagessubmit' => 'Yi',

# Special:LinkSearch
'linksearch-ok' => 'Dii',

# Special:Log/newusers
'newuserlogpage'           => 'Ŋkɔŋlɔla yeyewo ƒe xexlẽme',
'newuserlog-create-entry'  => 'Nuŋlɔla yeye',
'newuserlog-create2-entry' => 'woŋlɔ ŋkɔ yeye na $1',

# Watchlist
'watchlistfor'  => "(na '''$1''')",
'watch'         => 'Le ŋku ɖe eŋu',
'watchthispage' => 'Le ŋku ɖe axa sia ŋu',
'wlshowlast'    => 'Fia gaƒoƒo $1 ŋkeke $2 mamleawo. $3',

# Delete
'deletepage'     => 'Tutu axa sia',
'actioncomplete' => 'Wowɔe vɔ',
'deletedarticle' => 'wotutu "[[$1]]"',

# Protect
'prot_1movedto2'              => '[[$1]] wohee yi [[$2]]',
'protect-default'             => 'Namɔ ezãlawo katã',
'protect-level-autoconfirmed' => 'Xemɔ na ame yeyewo kple ŋkɔmaŋlɔlawo',
'protect-expiry-options'      => 'gaƒoƒo 1:1 hour,ŋkeke 1:1 day,kɔsiɖa 1:1 week,kɔsiɖa 2:2 weeks,ɣleti 1:1 month,ɣleti 3:3 months,ɣleti 6:6 months,ƒe 1:1 year,tegbe:infinite', # display1:time1,display2:time2,...
'restriction-type'            => 'Mɔɖeɖe:',

# Undelete
'undelete'        => 'Kpɔ axawo si wotutu',
'viewdeletedpage' => 'Kpɔ axawo si wotutu',

# Namespace form on various pages
'invert' => 'Trɔ tatiawo tu',

# Contributions
'contributions'       => 'Ezãla ƒe nuŋɔŋlɔwo',
'contributions-title' => '$1 ƒe nuŋɔŋlɔwo',
'mycontris'           => 'Nyeƒe nuŋɔŋlɔwo',
'contribsub2'         => 'Na $1 ($2)',
'uctop'               => '(tametɔ)',
'month'               => 'Tso ɣleti (kple do ŋgɔ):',
'year'                => 'Tso ƒe (kple do ŋgɔ):',

'sp-contributions-newbies' => 'Fia ŋkɔŋlɔla yeyewo ƒe ɖɔɖɔɖowo ko.',

# What links here
'whatlinkshere'       => 'Nusiwo kaa afii ŋu',
'whatlinkshere-title' => 'Axawo siwo ku ɖe "$1" ŋu',
'whatlinkshere-page'  => 'Axa:',
'linkshere'           => "Axa siwo le afisia ku ɖe '''[[:$1]]''' ŋu:",
'nolinkshere'         => "Axa aɖeke meku ɖe '''[[:$1]]''' ŋu o.",
'whatlinkshere-prev'  => '{{PLURAL:$1|do ŋgɔ|$1 do ŋgɔ}}',
'whatlinkshere-next'  => '{{PLURAL:$1|eyome|$1 eyome}}',

# Block/unblock
'blockip'                  => 'Xe mɔ na ezãla sia',
'blockip-legend'           => 'Xe mɔ na ezãla sia',
'ipboptions'               => 'gaƒoƒo 2:2 hours,ŋkeke 1:1 day,ŋkeke 3:3 days,kɔsiɖa 1:1 week,kɔsiɖa 2:2 weeks,ɣleti 1:1 month,ɣleti 3:3 months,ɣleti 6:6 months,ƒe 1:1 year,tegbe:infinite', # display1:time1,display2:time2,...
'createaccountblock'       => 'woxe mɔ na ŋkɔa ŋɔŋlɔ',
'blocklink'                => 'xemɔ',
'unblocklink'              => 'ɖe mɔxexe',
'change-blocklink'         => 'ɖɔli mɔxexe',
'blocklogentry'            => 'xemɔ na [[$1]] vaseɖe $2 megbe $3',
'block-log-flags-nocreate' => 'wo xemɔ na ŋkɔ ŋɔŋlɔ',

# Move page
'move-page-legend' => 'Ɖɔli eƒe nɔƒe',
'movearticle'      => 'Ɖɔli eƒe nɔƒe:',
'move-watch'       => 'Le ŋku ɖe axa sia ŋu',
'movepagebtn'      => 'Ɖɔli eƒe nɔƒe',
'movepage-moved'   => '<big>\'\'\'Wohe "$1" vayi "$2"\'\'\'</big>', # The two titles are passed in plain text as $3 and $4 to allow additional goodies in the message.
'articleexists'    => 'Tanya alo ŋkɔ sia nye axa bubu aɖe tɔ xoxo, alo eda se dzi.
Tia ŋkɔ alo tanya bubu.',
'movedto'          => 'wohee yi',
'1movedto2'        => '[[$1]] wohee yi [[$2]]',

# Export
'export' => 'Ɖo axa siawo ɖa',

# Namespace 8 related
'allmessages' => 'Gbeƒãɖeɖewo',

# Thumbnails
'thumbnail-more' => 'Ne lolo ɖe edzi',

# Tooltip help for the actions
'tooltip-pt-preferences'        => 'Nyeƒe didiwo',
'tooltip-pt-logout'             => 'Do le eme',
'tooltip-ca-edit'               => 'Wòateŋu aɖɔ axa sia ɖo.
Ne ewɔvɔ la, tia "Fiae do ŋgɔ" kpea gbã hafi na dzrae ɖo.',
'tooltip-ca-addsection'         => 'Dze akpa yeye gɔme',
'tooltip-ca-viewsource'         => 'Wo dokpɔ ɖe axa sia ŋu.
Wòateŋu akpɔ alesi woŋlɔe.',
'tooltip-ca-protect'            => 'Dzɔ axa sia ŋu',
'tooltip-ca-delete'             => 'Tutu axa sia',
'tooltip-ca-move'               => 'Ɖɔli axa sia ƒe nɔƒe',
'tooltip-search'                => 'Dii {{SITENAME}}',
'tooltip-search-go'             => 'Yi axa si ƒe ŋkɔ enye esia ne woŋlɔe xoxo',
'tooltip-search-fulltext'       => 'Di nyasiawo le axawo me.',
'tooltip-n-recentchanges'       => 'Tɔtrɔ yeyewo le wiki sia me.',
'tooltip-n-randompage'          => 'Kpɔ axa ɖesiaɖe ko',
'tooltip-n-help'                => 'Nuwo srɔ̃ƒe',
'tooltip-t-whatlinkshere'       => 'Wiki nuŋɔŋlɔwo katã siwo ku ɖe afii ŋuti',
'tooltip-t-recentchangeslinked' => 'Tɔtrɔ yeyewo le axa siwo ku ɖe axa sia ŋuti',
'tooltip-t-contributions'       => 'Kpɔ nusiwo amesia ŋlɔ',
'tooltip-t-upload'              => 'Ɖo nutatawo kple nuƒoƒowo ɖa',
'tooltip-t-specialpages'        => 'Axa tɔxewo ƒe xexlẽme',
'tooltip-ca-nstab-special'      => 'Axa sia nye axa tɔxe.  Wò mateŋu atrɔ nu aɖeke le edzi o.',
'tooltip-minoredit'             => 'Esia nye tɔtrɔ sue aɖe ko',
'tooltip-save'                  => 'Dzra wòƒe tɔtrɔwo ɖo',
'tooltip-preview'               => 'Kpɔ wò ɖɔɖɔɖowo do ŋgɔ, mía ve nuwo bena na zãe hafi na dzrae ɖo!',
'tooltip-diff'                  => 'Fia tɔtrɔ siwo newɔ le nuŋɔŋlɔa me',

# Browsing diffs
'previousdiff' => '← Tata xoxoa',
'nextdiff'     => 'Tɔtrɔ yeyea →',

# Special:NewFiles
'newimages' => 'Nutata yeyewo',

# External editor support
'edit-externally-help' => '(Kpɔ [http://www.mediawiki.org/wiki/Manual:External_editors gɔmedzedze sewo] na kpekpeɖeŋu bubuwo.)',

# 'all' in various places, this might be different for inflected languages
'watchlistall2' => 'katã',
'namespacesall' => 'wokatã',
'monthsall'     => 'wokatã',

# Special:Version
'version' => 'Tata', # Not used as normal message but as header for the special page itself

# Special:SpecialPages
'specialpages' => 'Axa tɔxewo',

);