summaryrefslogtreecommitdiff
path: root/languages/messages/MessagesFf.php
blob: cae4c8df5b6a3b3c2e8f0a08b6fe8a143c535e49 (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
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
<?php
/** Fulah (Fulfulde)
 *
 * See MessagesQqq.php for message documentation incl. usage of parameters
 * To improve a translation please visit http://translatewiki.net
 *
 * @ingroup Language
 * @file
 *
 * @author Amire80
 * @author Amkoullel
 * @author Guaka (on ff.wikipedia.org)
 * @author Ibrahima
 */

$fallback = 'fr';

$messages = array(
# User preference toggles
'tog-underline' => 'Diidtol jokke',
'tog-justify' => 'Fonndito lelnanɗe',
'tog-hideminor' => 'Duuɗ taƴtanɗe pamare e bayle cakkitiiɗe',
'tog-hidepatrolled' => 'Suuɗ taƴtanɗe deenaaɗe ɗee e bayle cakkitiiɗe',
'tog-newpageshidepatrolled' => 'Suuɗ kelle deenaaɗe e doggol kelle kese',
'tog-extendwatchlist' => 'Wertu doggol ndeenka ngam hollude bayle fof, wonaa tan cakkitiiɗe',
'tog-usenewrc' => 'Renndin bayle e hello e bayle cakkitiiɗe kañum e doggol ndeenka (ena naamnii Javascritp)',
'tog-numberheadings' => 'Ɓeydi limoore tiitooɗe e jaajol',
'tog-showtoolbar' => 'Hollu palal taƴtorde (ena naamnii JavaScript)',
'tog-editondblclick' => 'Taƴto kelle e dobtitannde (ena naamnii Javascritp)',

'underline-default' => 'Goowaaɗe wanngorde',

# Font style option in Special:Preferences
'editfont-style' => 'Pannol ponte boowal taƴtorgal',
'editfont-default' => 'Goowaaɗe wanngorde',

# Dates
'sunday' => 'Dewo',
'monday' => 'Aaɓnde',
'tuesday' => 'Mawbaare',
'wednesday' => 'Njeslaare',
'thursday' => 'Naasaande',
'friday' => 'Mawnde',
'saturday' => 'Hoore-Biir',
'sun' => 'Dew',
'mon' => 'Aaɓ',
'tue' => 'Maw',
'wed' => 'Nje',
'thu' => 'Naa',
'fri' => 'Mde',
'sat' => 'Hoo',
'january' => 'Siilo',
'february' => 'Colte',
'march' => 'MBooy',
'april' => 'Seeɗto',
'may_long' => 'Duujal',
'june' => 'Korse',
'july' => 'Morso',
'august' => 'Juko',
'september' => 'Siilto',
'october' => 'Yarkomaa',
'november' => 'Jolal',
'december' => 'Bowte',
'january-gen' => 'Siilo',
'february-gen' => 'Colte',
'march-gen' => 'Mbooy',
'april-gen' => 'Seeɗto',
'may-gen' => 'Duujal',
'june-gen' => 'Korse',
'july-gen' => 'Morso',
'august-gen' => 'Juko',
'september-gen' => 'Siilto',
'october-gen' => 'Yarkomaa',
'november-gen' => 'Jolal',
'december-gen' => 'Bowte',
'jan' => 'Sii',
'feb' => 'Col',
'mar' => 'Mbo',
'apr' => 'See',
'may' => 'Duu',
'jun' => 'Kor',
'jul' => 'Mor',
'aug' => 'Juk',
'sep' => 'Sto',
'oct' => 'Yar',
'nov' => 'Jol',
'dec' => 'Bow',

# Categories related messages
'pagecategories' => '{{PLURAL:$1|Fedde|Pelle}}',
'category_header' => 'Kelle e fedde "$1"',
'subcategories' => 'Taƴte pelle',
'hidden-categories' => '{{PLURAL:$1|Fedde suuɗiinde|Pelle cuuɗiiɗe}}',
'listingcontinuesabbrev' => 'jokku',
'noindex-category' => 'Kello njoopaaka',

'newwindow' => '(udditata e henorde hesere)',
'cancel' => 'Haaytu',
'mytalk' => 'Yeewtere',
'navigation' => 'Peeragol',

# Cologne Blue skin
'faq' => 'FAQ',

# Vector skin
'vector-action-addsection' => 'Ɓeydi toɓɓere',
'vector-action-move' => 'Dirtin',
'vector-view-create' => 'Sos',
'vector-view-edit' => 'Taƴto',
'vector-view-history' => 'Yiyto aslol',
'vector-view-view' => 'Tar',
'vector-view-viewsource' => 'Yiyto ɗaɗol',
'actions' => 'Baɗe',
'namespaces' => 'Boowal inɗe',
'variants' => 'Lomtooɗe',

'errorpagetitle' => 'Juumre',
'returnto' => 'Rutto to $1.',
'tagline' => 'Iwde to {{SITENAME}}',
'help' => 'Ballal',
'search' => 'Yiylo',
'searchbutton' => 'Yiylo',
'searcharticle' => 'Tar',
'history_short' => 'Tarik',
'printableversion' => 'Yamre winndittoonde',
'permalink' => 'Jokkol duumingol',
'view' => 'Yiyto',
'edit' => 'Wallifaade',
'create' => 'Sos',
'editthispage' => 'Taƴto ngoo hello',
'create-this-page' => 'Sos ngoo hello',
'delete' => 'Momtu',
'deletethispage' => 'Momtu ngoo hello',
'protect' => 'Hisnu',
'protect_change' => 'waylu',
'protectthispage' => 'Hisnu ngoo hello',
'unprotect' => 'Waylu kisnugol',
'unprotectthispage' => 'Waylu kisnugol e ngoo hello',
'newpage' => 'Hello heso',
'talkpage' => 'Yeewtu baɗte ngoo hello',
'talkpagelinktext' => 'Yeewtere',
'specialpage' => 'Hello heeriingo',
'personaltools' => 'Kuutorɗe maa keeriiɗe',
'postcomment' => 'Taƴre hesere',
'articlepage' => 'Yiyto hello loowdi ngoo',
'talk' => 'Kaldigal',
'views' => 'Jiyte',
'toolbox' => 'Wakannde gollirɗe',
'userpage' => 'Yiyto hello kuutoro',
'projectpage' => 'Yiyto hello eɓɓoore',
'imagepage' => 'Yiyto hello fiilde',
'mediawikipage' => 'Yiyto hello ɓatakuure ndee',
'templatepage' => 'Yiyto hello tiimtorde',
'viewhelppage' => 'Yiyto hello ballal',
'categorypage' => 'Yiyto hello fedde',
'viewtalkpage' => 'Yiyto yeewtere',
'otherlanguages' => 'ɗemɗe goɗe',
'redirectedfrom' => '(Yiitannde iwde e $1)',
'redirectpagesub' => 'Hello jiiltugol',
'lastmodifiedat' => 'Ngoo hello waylaa ko ñalnde $1 sahnga $2.',
'viewcount' => 'Ngoo hello yillaama laabi $1.',
'protectedpage' => 'Hello hisnaango',
'jumpto' => 'Diw fayde:',
'jumptonavigation' => 'peeragol',
'jumptosearch' => 'Ɗaɓɓitugol',
'view-pool-error' => 'Ɗaccu hakke, carworɗe ɗee ko keewraa oo sahaa.
Etotooɓe yillaade ngoo hello keewii haa ɓurti.
Tiiɗno sabbo seeɗa hade maa etaade naatde e hello ngoo kadi.',
'pool-timeout' => 'Sahaa ɓennii fade geƴƴol',
'pool-queuefull' => 'Doggol golle ko keewngol',
'pool-errorunknown' => 'Juumre nde heftinaaka',

# 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' => 'Baɗte {{SITENAME}}',
'aboutpage' => 'Project:Baɗte',
'copyright' => 'Loowdi ena heɓoo les $1.',
'copyrightpage' => '{{ns:project}}:Copyrights',
'currentevents' => 'Tawtoraɗi',
'currentevents-url' => 'Project:Tawtoraɗi',
'disclaimers' => 'Deentine',
'disclaimerpage' => 'Project:Deentine kuuɓtidinɗe',
'edithelp' => 'Ballal Taƴtagol',
'edithelppage' => 'Help:Taƴtagol',
'helppage' => 'Help:Loowdi',
'mainpage' => 'Hello jaɓɓorgo',
'mainpage-description' => 'Hello jaɓɓorgo',
'policy-url' => 'Eɓɓoore:Dawirgol',
'portal' => 'Jaɓɓogol renndo',
'portal-url' => 'Project:Damugal renndo',
'privacy' => 'Dawirgol suturo',
'privacypage' => 'Project:Dawirgol suturo',

'badaccess' => 'Juumre jamirooje',
'badaccess-group0' => 'A yamiraaka siynude gollal naamni-ɗaa ngal.',

'ok' => 'OK',
'retrievedfrom' => 'Ittaa ko to "$1"',
'youhavenewmessages' => 'A heɓii $1 ($2).',
'newmessageslink' => 'ɓatakuuje kese',
'newmessagesdifflink' => 'baylol cakkitiingol',
'youhavenewmessagesmulti' => 'A heɓii ɓatakuuje kese e $1',
'editsection' => 'taƴto',
'editold' => 'taƴto',
'viewsourceold' => 'yiyto ɗaɗol',
'editlink' => 'taƴto',
'viewsourcelink' => 'yiyto ɗaɗol',
'editsectionhint' => 'Taƴto rogere: $1',
'toc' => 'Loowdi',
'showtoc' => 'hollu',
'hidetoc' => 'suuɗ',
'collapsible-collapse' => 'Taggu',
'collapsible-expand' => 'Wertu',
'thisisdeleted' => 'Yiyto walla artir $1?',
'viewdeleted' => 'Yiyto $1?',
'feedlinks' => 'Balol',
'feed-invalid' => 'Lulnannde fannu balol moƴƴaani',
'feed-unavailable' => 'Bale lultinorde ɗee keɓotaako',
'site-rss-feed' => '$1 balol RSS',
'site-atom-feed' => 'Balol Atom $1',
'page-rss-feed' => '"$1" balol RSS',
'page-atom-feed' => '"$1" balol Atom',
'red-link-title' => '$1 (hello ngoo woodaani)',
'sort-descending' => 'Leemto telloo',
'sort-ascending' => 'Leemto faya dow',

# Short words for each namespace, by default used in the namespace tab in monobook
'nstab-main' => 'Winndannde',
'nstab-user' => 'Hello kuutoro',
'nstab-media' => 'Hello Mejaaje',
'nstab-special' => 'Hello heeriingo',
'nstab-project' => 'Hello eɓɓoore',
'nstab-image' => 'Fiilde',
'nstab-mediawiki' => 'Ɓatakuure',
'nstab-template' => 'Tiimtorde',
'nstab-help' => 'Hello ballal',
'nstab-category' => 'Fedde',

# Main script and global functions
'nosuchaction' => 'Ngal baɗal anndaaka',
'nosuchactiontext' => 'Baɗal joopagnal e URL ngal moƴƴaani.
Maa taw w juum e mbinndiin URL oo, walla ndew-ɗaa ko e jokkol taƴngol.
Ɗuum kadi ena waawi wonde buggere e topirde huutoraande e {{SITENAME}}.',
'nosuchspecialpage' => 'Ngoo hello heeriingo woodaani',
'nospecialpagetext' => '<strong>A naamniima hello heeriingo ngo woodaani.</strong>
Doggol kelle ɗe moƴƴaani ena tawee to [[Special:SpecialPages|{{int:specialpages}}]].',

# General errors
'error' => 'Faljere',
'databaseerror' => 'Juumre ruttorde keɓe',
'dberrortext' => 'Juumre lelngo ɗaɓɓitannde keɓe waɗii.
Ɗuum kadi ena waawi wonde buggere e topirde ndee.
Ɗaɓɓitannde keɓe sakkitiinde eteede wonnoo ko:
<blockquote><code>$1</code></blockquote>
iwde e golloore "<code>$2</code>".
Ruttorde keɓe ruttinii juumre "<samp>$3: $4</samp>".',
'missing-article' => 'Ruttorde keɓe ndee yiytaani loowdi hello ndi nde fotnoo yiytude, ena inniraa "$1" $2.

Heewi waɗde noon ko diff nayeejo walla jokkol aslol fayde e hello momtaango.

So wonaa ɗuum, maataw ko a kawruɗo e buggere e topirde ndee.
Tiiɗno jaŋto ɗum to [[Special:ListUsers/sysop|jiiloowo]] mbaasaa yejjitde URL jokkol ngol.',
'badtitle' => 'Tiitoonde moƴƴaani',
'badtitletext' => 'Tiitoonde ello ɗaɓɓitaango ngoo moƴƴaani, ko mehre, walla ko hakkude-ɗemɗe jokkoraade no feewaani walla tiitoonde hakkude-wiki',
'viewsource' => 'Yiyto ɗaɗol',

# Login and logout pages
'yourname' => 'Innde Kuutoro',
'yourpassword' => 'Finnde:',
'remembermypassword' => 'Siiftor ceŋagol am e ndee wanngorde (so heewii ko {{PLURAL:$1|ñalawma|balɗe}}$1)',
'login' => 'Seŋo',
'nav-login-createaccount' => 'Seŋo / uddit konte',
'loginprompt' => 'Alaa e sago kurminaa kukiije ngam seŋaade e {{SITENAME}}.',
'userlogin' => 'Seŋo / uddit konte',
'userlogout' => 'Seŋto',
'nologin' => 'A alaa konte tawo? $1.',
'nologinlink' => 'Uddit konte',
'mailmypassword' => 'Neldu finnde hesere e iimeel',
'loginlanguagelabel' => 'Ɗemngal: $1',

# Edit page toolbar
'bold_sample' => 'Binndol ɓuutol',
'italic_sample' => 'Binndol italic',
'italic_tip' => 'Binndol italic',
'extlink_sample' => 'http://www.yeru.com tiitoonde jokkol',
'extlink_tip' => 'Jokkol boowbowal (siiftor puɗɗol http://)',
'headline_sample' => 'Binndol tiitoonde',
'nowiki_sample' => 'Naatnu binndol ngol mbaydinaaka',
'nowiki_tip' => 'Faalkiso mbaydingol wiki',
'image_tip' => 'Fiilde soomtoraande',
'sig_tip' => 'Ciifol maa kañum e ñalngu',
'hr_tip' => 'Diidol lelingol (huutoro seeɗa)',

# Edit pages
'minoredit' => 'Ɗuum ko taƴtol pamarol',
'watchthis' => 'Rewindo ngoo hello',
'savearticle' => 'Danndu hello',
'preview' => 'Yiytindo',
'showpreview' => 'Hollu jiytol',
'showdiff' => 'Hollu bayle',
'newarticle' => '(Kesi)',
'newarticletext' => 'A rewii e jokkol feewde e hello ngo woodaani tawo.
Ngam sosde hello ngoo, fuɗɗo tappude e gallol les ngol (Yah to [[{{MediaWiki:Helppage}}|help page]] ngam ɓeydude humpito).',
'noarticletext' => 'Ngoo hello alaa tawo hay binndol.
Aɗa waawi [[Special:Search/{{PAGENAME}}|weddo njiilaw e tiitoonde mayre]] e kello goɗɗe,
<span class="plainlinks">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} yiylo logge toɗɗiiɗe ɗum],
walla [{{fullurl:{{FULLPAGENAME}}|action=edit}} taƴto hello ngoo]</span>.',
'editingsection' => 'Taƴtagol $1 (taƴre)',
'templatesused' => '{{PLURAL:$1|Tiimtorde|Tiimtorɗe}} kuutoraaɗe e ngoo hello:',
'template-protected' => 'ko-ko hisnaa',
'template-semiprotected' => '(ena hisnaa feccere)',
'hiddencategories' => 'Ngoo hello jeyaa ko e {{PLURAL:$1|1 fedde suuɗiinde|$1 pelle cuuɗiiɗe}}:',

# Parser/template warnings
'post-expand-template-inclusion-warning' => '""Reentino"."" Ɓetol tuugnorde ɓurtii.',
'post-expand-template-inclusion-category' => 'Kelle baɗɗe tuugnorɗe ɓurtuɗe',
'post-expand-template-argument-warning' => "'''Warning:''' Ngoo hello ena jogii daliilu tiimtorde jogiiɗo ɓetol layo mawngol haa ɓurti.
Ɗiin dalillaaji nduulaama.",
'post-expand-template-argument-category' => 'Kelle jogiiɗe dalillaaji tiimtorde jejjitaaɗe',

# History pages
'viewpagelogs' => 'Yiyto loge ngoo hello',
'currentrev-asof' => 'Yamre sakkitiinde nde $1',
'revisionasof' => 'Waylitannde $1',
'previousrevision' => '← Baylital ɓennungal',
'cur' => 'gon',
'last' => 'ɓenn',
'histlegend' => 'Cifol : ({{int:cur}}) = ko seerti e yamre wonaande ndee, ({{int:last}}) = ko seerti e yamre ɓennunde ndee, <b>{{int:minoreditletter}}</b> = baylital pamaral',
'history-fieldset-title' => 'Feero e aslol',
'history-show-deleted' => 'Momtaaɗi tan',
'histfirst' => 'Hello adanngo',

# Revision deletion
'revdel-restore' => 'waylu jiyagol',
'revdel-restore-deleted' => 'baylitte momtaaɗe',
'revdel-restore-visible' => 'baylitte jiyotooɗe',

# Merge log
'revertmerge' => 'Ittu renndino',

# Diffs
'history-title' => 'Aslol baylitte "$1"',
'lineno' => 'Gorol $1:',
'compareselectedversions' => 'Yerondir baylitte labaaɗe',
'editundo' => 'firtu',

# Search results
'searchresults' => 'Yiylo e njaltudi',
'searchresults-title' => 'Yiylo "$1" e njaltudi',
'prevn' => 'caggal {{PLURAL:$1|$1}}',
'nextn' => 'yeeso {{PLURAL:$1|$1}}',
'prevn-title' => 'Caggal $1 {{PLURAL:$1|njaltudi|jaltuɗe}}',
'nextn-title' => 'Yeeso $1 {{PLURAL:$1|njaltudi|jaltuɗe}}',
'shown-title' => 'Hollu $1 {{PLURAL:$1|njaltudi|jaltuɗe}} e hello fof',
'viewprevnext' => 'Yiyto ($1 {{int:pipe-separator}} $2) ($3)',
'searchmenu-exists' => "'''Ena woodi hello ena wiyee \"[[:\$1]]\" e oo wiki.'''",
'searchmenu-new' => "'''Sos hello \"[[:\$1]]\" e oo wiki!'''",
'searchprofile-articles' => 'Kello loowdi',
'searchprofile-project' => 'Hello ballal e Eɓɓoore',
'searchprofile-images' => 'Sawmejaajo',
'searchprofile-everything' => 'Fofof',
'searchprofile-advanced' => 'Ceeɓtore',
'searchprofile-articles-tooltip' => 'Yiylo e $1',
'searchprofile-project-tooltip' => 'Yiylo e $1',
'searchprofile-images-tooltip' => 'Yiylo piille',
'searchprofile-everything-tooltip' => 'Yiylo loowdi fof (waɗoe heen kelle jeewte)',
'searchprofile-advanced-tooltip' => 'Yiylo e boowe inɗe peŋtore',
'search-result-size' => '$1 ({{PLURAL:$2|helmere 1|kelme$ 2}})',
'search-redirect' => '(yiiltu $1)',
'search-section' => '(taƴre $1)',
'search-suggest' => 'Maa taw njiɗ-ɗaa wiyde ko: $1',
'searchall' => 'fof',
'showingresultsheader' => "{{PLURAL:$5|Njaltudi'''$1''' of '''$3'''|Jaltuɗe'''$1 - $2''' of '''$3'''}} for '''$4'''",
'search-nonefound' => 'Alaa njaltudi arti e ndee ɗaɓɓitannde.',

# Preferences page
'mypreferences' => 'Cuɓoraade',

# Recent changes
'recentchanges' => 'Wailitooji kesi',
'recentchanges-legend' => 'Cuɓe bayle cakkitiiɗe',
'recentchanges-label-newpage' => 'Ngoo taƴto sosii hello heso',
'recentchanges-label-bot' => 'Ngoo taƴto waɗi ɗum ko botol',
'recentchanges-label-unpatrolled' => 'Ngoo taƴto suwaa tawo ƴeewteede',
'rclistfrom' => 'Hollu bayle kese puɗɗiiɗe gila $1',
'rclinks' => 'Hollu bayle $1 cakkitiiɗe baɗaaɗe e balɗe $2 ɓannuɗe ɗee<br />$3',
'diff' => 'ceer',
'hist' => 'aslol',
'hide' => 'Suuɗ',
'show' => 'Hollu',
'rc-enhanced-expand' => 'Hollu cariiɗe (ena naamnii JavaScript)',
'rc-enhanced-hide' => 'Suuɗ cariiɗe',

# Recent changes linked
'recentchangeslinked' => 'Bayle toɗɗiiɗe ɗum',
'recentchangeslinked-toolbox' => 'Bayle toɗɗiiɗe ɗee',
'recentchangeslinked-title' => 'Bayle toɗɗiiɗe "$1"',
'recentchangeslinked-noresult' => 'Alaa bayle ngoni e hello jokkiingo ngoo e dumunna joopaaɗo oo.',
'recentchangeslinked-summary' => 'Ɗuum ko doggol bayle baɗaaɗe sakket e kelle jokkiiɗe e hello heeriingo (walla e terɗe fedde heeriinde).
Kelle e [[Special:Watchlist|your watchlist]] ko ngoni ko e ""ɓuutol"".',
'recentchangeslinked-page' => 'Innde hello:',
'recentchangeslinked-to' => 'Hollu bayle kelle jokkaaɗe e hello toɗɗaango ngoo kisa',

# Upload
'upload' => 'Yollu fiilde',
'uploaderror' => 'Faljere',
'filedesc' => 'Tonngol',

# File description page
'file-anchor-link' => 'Fiilde',
'filehist' => 'Aslol fiilde',
'filehist-help' => 'Dobo e ñalngu/waktu ngam yiyde fiilde ndee no nde yaltirta e oon waktu nih.',
'filehist-current' => 'gonaaɗo',
'filehist-datetime' => 'Ñalngu/Waktu',
'filehist-thumb' => 'Dooɓre',
'filehist-thumbtext' => 'Dooɓre yamre $1',
'filehist-user' => 'Kuutoro',
'filehist-dimensions' => 'Ɓete',
'filehist-comment' => 'Yowre',
'imagelinks' => 'Kuutorgol fiilde',
'linkstoimage' => '{{PLURAL:$1|page links|$1 pages link}} dewɗe e ngoo hello:',
'nolinkstoimage' => 'Alaa kelle jokkiiɗe e ndee fiilde.',
'sharedupload-desc-here' => 'Ndee fiilde ummii ko e $1 tee ena waawi huutoreede e eɓɓooje koɗe.
Cifol gonngol e [$2 file description page] makko ena holliraa les ɗoo.',

# Random page
'randompage' => 'Ɗerewol kawral',

# Miscellaneous special pages
'nbytes' => '$1 {{PLURAL:$1|bitere|bite}}',
'nmembers' => '$1 {{PLURAL:$1|tergal|terɗe}}',
'newpages' => 'Kelle kese',
'pager-newer-n' => '{{PLURAL:$1|kesol 1|kesi $1}}',
'pager-older-n' => '{{PLURAL:$1|ɓennungol 1|ɓennuɗi $1}}',

# Book sources
'booksources' => 'Sewnde defte',

# Special:Log
'log' => 'Loge',

# Special:AllPages
'alphaindexline' => '$1 haa $2',
'allarticles' => 'Winndannde hesere',
'allpagessubmit' => 'Yah',

# Special:LinkSearch
'linksearch-line' => '$1 ko-ko jokkaa e $2',

# Watchlist
'watchlist' => 'Doggol ndeenka am',
'mywatchlist' => 'Doggol rewindo',
'watch' => 'Rewindaande',
'unwatch' => 'Darin rewindo',

# Delete
'actioncomplete' => 'Gollal timmii',
'actionfailed' => 'Gollal woorii',
'dellogpage' => 'Logagol momtaaɗe',

# Rollback
'rollbacklink' => 'riiwtu',

# Undelete
'undeletelink' => 'yiyto/artir',
'undeleteviewlink' => 'yiyto',

# Namespace form on various pages
'namespace' => 'Boowal inɗe',
'blanknamespace' => '(Dowrowo)',

# Contributions
'contributions' => 'Ballitte kuutoro',
'mycontris' => 'Ballitte',
'month' => 'Tuggi nduu lewru (e ɓennuɗi):',
'year' => 'Tuggi ndee hitaande (e ɓennuɗe):',

'sp-contributions-talk' => 'Kaldigal',

# What links here
'whatlinkshere' => 'Ko jokkii ɗoo',
'whatlinkshere-title' => 'Kello jokkiiɗe e "$1"',
'whatlinkshere-page' => 'Hello:',
'linkshere' => "Kelle ɗee-ɗoo jokkii ko to '''[[:$1]]''':",
'isredirect' => 'hello yiiltorde',
'istemplate' => 'naattine',
'isimage' => 'jokkol fiilde',
'whatlinkshere-prev' => '{{PLURAL:$1|caggal|caggal $1}}',
'whatlinkshere-next' => '{{PLURAL:$1|yeeso|yeeso $1}}',
'whatlinkshere-links' => '← jokke',
'whatlinkshere-hideredirs' => '$1 jiiltanɗe',
'whatlinkshere-hidetrans' => '$1 naattine',
'whatlinkshere-hidelinks' => '$1 jokke',
'whatlinkshere-filters' => 'Ceɗe',

# Block/unblock
'ipboptions' => 'waktuuji 2:waktuuji 2,ñalawma 1:ñalawma 1,balɗe 3:balɗe 3,yontere 1:yontere 1,jonte 2:jonte 2,lewru 1:lewru 1,lebbi 3:lebbi 3,lebbi 6:lebbi 6,hitaande 1:hitaande 1,gasataa:haa badaa',
'blocklink' => 'daaƴ',
'unblocklink' => 'daaƴtu',
'change-blocklink' => 'wayli daaƴo',
'contribslink' => 'ballitte',

# Move page
'movelogpage' => 'Dirtin loge',
'revertmove' => 'firlit',

# Export
'export' => 'Jiggito kello',

# Namespace 8 related
'allmessagesname' => 'Innde',
'allmessagesdefault' => 'Binndo ɓatakuru goowangol',

# Thumbnails
'thumbnail-more' => 'Mawnin',
'thumbnail_error' => 'Juumre waɗii e cosgol dooɓre $1',

# Tooltip help for the actions
'tooltip-pt-userpage' => 'Hello kuutoro maa',
'tooltip-pt-mytalk' => 'Hello jeewte maa',
'tooltip-pt-preferences' => 'Cuɓoraaɗe maa',
'tooltip-pt-watchlist' => "Doggol kelle ɗe ngon-ɗaa e ƴeewtaade bayle mum'en",
'tooltip-pt-mycontris' => 'Doggol ballitte maa',
'tooltip-pt-login' => 'Aɗa wasiyaa yo a seŋo; kono waɗɗaaki',
'tooltip-pt-logout' => 'Seŋto',
'tooltip-ca-talk' => 'Yeewtere baɗte hello loowdi ngoo',
'tooltip-ca-edit' => 'Aɗa waawi taƴtaade ngoo hello. Tiiɗno huutoro butoŋ yiytindo oo hade maa danndude',
'tooltip-ca-addsection' => 'Fuɗɗo taƴre hesere',
'tooltip-ca-viewsource' => 'Ngoo hello ko hisnaango.
Aɗa waawi yiytaade ɗaɗol maggo.',
'tooltip-ca-history' => 'Baylitte ɓennuɗe e  ngoo hello',
'tooltip-ca-protect' => 'Hisnu ngoo hello',
'tooltip-ca-delete' => 'Momtu ngoo hello',
'tooltip-ca-move' => 'Dirtin ngoo hello',
'tooltip-ca-watch' => 'Ɓeydu ngoo hello e dewindaaɗe maa',
'tooltip-ca-unwatch' => 'Momtu ngoo hello e doggol ndeenka maa',
'tooltip-search' => 'Yiylo e {{SITENAME}}',
'tooltip-search-fulltext' => 'Yiylo ndii loowdi e kelle ɗee',
'tooltip-p-logo' => 'Yillo hello jaɓɓorgo ngoo',
'tooltip-n-mainpage' => 'Yillo hello jaɓɓorgo ngoo',
'tooltip-n-mainpage-description' => 'Yillo hello jaɓɓorgo ngoo',
'tooltip-n-portal' => 'Baɗte eɓɓoore ndee, hol ko mbaaw-ɗaa waɗde, hol to njiytataa geɗe',
'tooltip-n-currentevents' => 'Yiylo humpito yawtungo toɗɗiingo ɗee joljole',
'tooltip-n-recentchanges' => 'Doggol bayle cakkitiiɗe e Wiki hee',
'tooltip-n-randompage' => 'Loow hello hawraango',
'tooltip-n-help' => 'Ko ɗoo yiytetee',
'tooltip-t-whatlinkshere' => 'Doggol kelle Wiki jokkaaɗe ɗoo ɗee fof',
'tooltip-t-recentchangeslinked' => 'Bayle cakkitiiɗe e kelle jokkaaɗe e ngoo hello',
'tooltip-feed-atom' => 'Balal Atom ngoo hello',
'tooltip-t-contributions' => 'Doggol ballitte oo kuutoro',
'tooltip-t-upload' => 'Yollu piille',
'tooltip-t-specialpages' => 'Doggol kelle keeriiɗe fof',
'tooltip-t-print' => 'Jame binndittooɗe ngoo hello',
'tooltip-t-permalink' => 'Jokkol duumingol e baylital ngoo hello',
'tooltip-ca-nstab-main' => 'Yiyto hello loowdi ngoo',
'tooltip-ca-nstab-user' => 'Yiyto hello kuutoro',
'tooltip-ca-nstab-project' => 'Yiyto hello eɓɓoore ngoo',
'tooltip-ca-nstab-image' => 'Yiyto hello fiilde ngoo',
'tooltip-ca-nstab-template' => 'Yiyto tuugnorde ndee',
'tooltip-ca-nstab-category' => 'Yiyto hello fedde ndee',
'tooltip-minoredit' => 'Maanto ɗum ko taƴto famaro',
'tooltip-save' => 'Danndu bayle maa',
'tooltip-preview' => 'Yiytindo bayle maa, tiiɗno huutoro ɗuum hade maa danndude!',
'tooltip-compareselectedversions' => 'Ƴeew ko seerndi hakkunde baylitte ɗiɗi ngoo hello labaaɗe ɗee',
'tooltip-watch' => 'Ɓeydu ngoo hello e doggol ndeenka maa',
'tooltip-rollback' => '"Riiwtude" firlittu taƴte  ngoo hello ruttoo to battindiiɗo waylude ngo e dobannde wootere',
'tooltip-undo' => '"Firtu" artirtu ngol taƴtol tee uddita gallol taƴto ngol e mbaydi yiytindo. Nafata ko ɓeydude daliilu e tonngol ngol.',
'tooltip-summary' => 'Naatnu tonngol daɓɓol',

# Browsing diffs
'previousdiff' => 'Taƴte ɓennungol',

# Media information
'file-info-size' => '$1 × $2 piksele, ɓetol fiilde: $3, mbaydi MIME: $4',
'file-nohires' => 'Werngo ɓurngo ɗoo toowde alaa.',
'svg-long-desc' => 'Fiilde SVG, werngo mum ko $1 × $2 pikelle, ɓetol fiildee: $3',

# Special:NewFiles
'ilsubmit' => 'Yiilaade',

# Bad image list
'bad_image_list' => 'Mbayka kaa ko nih yahri:

Reggin teme tan (kelle puɗɗoriiɗe *) ena kiisaa.
Jokkol gadanol e gorol foti wonde ko jokkol fiilde nde moƴƴaani.
Kala jokkol dewngol e ngool gorol nanngiraa ko paltooje, wano kelle ɗo fiilde ndee waawi yaltude.',

# Metadata
'metadata' => 'Metaakeɓe',
'metadata-help' => 'Ngoo hello ena waɗi humpito woɗngo, tawata ko ummii ko e kameraa numerik walla niiwtorde huutoraande ngam sosde walla ngaanndinde nde.',
'metadata-fields' => 'Galli metaakeɓe natal gongal nde nduu ɓaakuru maa naatine e jaytinol hello natal tuma nde haatumeere metaakeɓe ndee taggitaa.
Goɗɗe maa cuuɗe e sahaa kala.
* make
* model
* datetimeoriginal
* exposuretime
* fnumber
* isospeedratings
* focallength
* artist
* copyright
* imagedescription
* gpslatitude
* gpslongitude
* gpsaltitude',

# External editor support
'edit-externally' => 'Taƴto ndee fiilde huutoraade jaaɓnirgal jiggangal',
'edit-externally-help' => '(Yah to [//www.mediawiki.org/wiki/Manual:External_editors/ff tinndinoore teelto] ngam ɓeydude humpito)',

# 'all' in various places, this might be different for inflected languages
'namespacesall' => 'fof',
'monthsall' => 'fof',

# Special:SpecialPages
'specialpages' => 'Kelle keeriiɗe',

);