summaryrefslogtreecommitdiff
path: root/languages/i18n/kw.json
blob: a40a73e8128090e71d6856c6765748e79aba4701 (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
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
{
	"@metadata": {
		"authors": [
			"Kernoweger",
			"Kw-Moon",
			"MF-Warburg",
			"Malafaya",
			"Mongvras",
			"Nemo bis",
			"Nicky.ker",
			"Nrowe",
			"Scryfer",
			"아라"
		]
	},
	"tog-underline": "Islinenna kevrennow:",
	"tog-hideminor": "Kudha chanjyow byhan yn chanjyow a-dhiwedhes",
	"tog-hidepatrolled": "Kudha chanjyow patrolys yn chanjyow a-dhiwedhes",
	"tog-newpageshidepatrolled": "Kudha folennow patrolys dhyworth rol an folennow nowyth",
	"tog-extendwatchlist": "Efani an rol wolya dhe dhiskwedhes keniver chanj, a-dar an moyha a-dhiwedhes hepken",
	"tog-usenewrc": "Bagasa chanjyow herwydh an folen yn chanjyow a-dhiwedhes hag y'n rol wolya (res yw JavaScript)",
	"tog-numberheadings": "Awto-nivera pennlinennow",
	"tog-showtoolbar": "Diskwedhes an toulvar chanjya (res yw JavaScript)",
	"tog-editondblclick": "Chanjya folennow ow tobyl-glyckya (res yw JavaScript)",
	"tog-editsectiononrightclick": "Galosegi chanjya trehow dre dhyhow-glyckya war ditlys an trehow (res yw JavaScript)",
	"tog-watchcreations": "Keworra folennow gwruthys genev ha restrennow ughkergys genev dhe'm rol golyas",
	"tog-watchdefault": "Keworra folennow ha restrennow chanjys genev dhe'm rol golyas",
	"tog-watchmoves": "Keworra folennow ha restrennow gwayys genev dhe'm rol golyas",
	"tog-watchdeletion": "Keworra folennow ha restrennow dileys genev dhe'm rol golyas",
	"tog-minordefault": "Merkya pub chanj avel byhan dre dhefowt",
	"tog-enotifwatchlistpages": "Danvon ebost dhymm pan vo chanjyes folen po restren eus war ow rol wolya",
	"tog-enotifusertalkpages": "Danvon ebost dhymm pan vo chanjyes ow folen geskows",
	"tog-oldsig": "Sinans a-lemmyn:",
	"tog-fancysig": "Dyghtya an sinans avel wikitekst (heb kevren awtomatek)",
	"tog-watchlisthideown": "Kudha ow chanjyow y'n rol wolya",
	"tog-watchlisthidebots": "Kudha chanjyow gans bottow y'n rol wolya",
	"tog-watchlisthideminor": "Kudha chanjyow byhan y'n rol wolya",
	"tog-watchlisthideliu": "Kudha chanjyow gans devnydhyoryon omgelmys y'n rol wolya",
	"tog-watchlisthideanons": "Kudha chanjyow gans devnydhyoryon heb hanow y'n rol wolya",
	"tog-ccmeonemails": "Danvon dhymm dasskrif a ebostow a dhanvonav dhe dhevnydhyoryon erel",
	"tog-showhiddencats": "Diskwedhes klassys kudhys",
	"tog-useeditwarning": "Gul ow gwarnya pan gyssiv folen janjya gans chanjyow nag yw gwithys",
	"underline-always": "Pub prys",
	"underline-never": "Jammes",
	"underline-default": "Defowt an beurel po an grohen",
	"editfont-default": "Defowt an beurel",
	"editfont-monospace": "Font unnspasys",
	"editfont-sansserif": "Font sans-serif",
	"editfont-serif": "Font serif",
	"sunday": "Dy'Sul",
	"monday": "Dy'Lun",
	"tuesday": "Dy'Meurth",
	"wednesday": "Dy'Mergher",
	"thursday": "Dy'Yow",
	"friday": "Dy'Gwener",
	"saturday": "Dy'Sadorn",
	"sun": "Sul",
	"mon": "Lun",
	"tue": "Meu",
	"wed": "Mer",
	"thu": "Yow",
	"fri": "Gwe",
	"sat": "Sad",
	"january": "Genver",
	"february": "Hwevrel",
	"march": "Meurth",
	"april": "Ebrel",
	"may_long": "Me",
	"june": "Metheven",
	"july": "Gortheren",
	"august": "Est",
	"september": "Gwynngala",
	"october": "Hedra",
	"november": "Du",
	"december": "Kevardhu",
	"january-gen": "Genver",
	"february-gen": "Hwevrel",
	"march-gen": "Meurth",
	"april-gen": "Ebrel",
	"may-gen": "Me",
	"june-gen": "Metheven",
	"july-gen": "Gortheren",
	"august-gen": "Est",
	"september-gen": "Gwynngala",
	"october-gen": "Hedra",
	"november-gen": "Du",
	"december-gen": "Kevardhu",
	"jan": "Gen",
	"feb": "Hwe",
	"mar": "Meu",
	"apr": "Ebr",
	"may": "Me",
	"jun": "Met",
	"jul": "Gor",
	"aug": "Est",
	"sep": "Gwy",
	"oct": "Hed",
	"nov": "Du",
	"dec": "Kev",
	"january-date": "$1 Genver",
	"february-date": "$1 Hwevrel",
	"march-date": "$1 Meurth",
	"april-date": "$1 Ebrel",
	"may-date": "$1 Me",
	"june-date": "$1 Metheven",
	"july-date": "$1 Gortheren",
	"august-date": "$1 Est",
	"september-date": "$1 Gwynngala",
	"october-date": "$1 Hedra",
	"november-date": "$1 Du",
	"december-date": "$1 Kevardhu",
	"pagecategories": "{{PLURAL:$1|Klass|Klassys}}",
	"category_header": "Folennow y'n klass \"$1\"",
	"subcategories": "Isglassys",
	"category-media-header": "Media y'n klass \"$1\"",
	"category-empty": "''Nyns eus na folennow na media y'n class-ma.''",
	"hidden-categories": "{{PLURAL:$1|Klass kudhys|Klassys kudhys}}",
	"hidden-category-category": "Klassys kudhys",
	"category-subcat-count": "{{PLURAL:$2|Nyns eus dhe'n klass ma marnas an isglass a syw.|Yma dhe'n klass ma an {{PLURAL:$1|isglass|$1 isglass}} a syw, dhyworth somm a $2.}}",
	"category-subcat-count-limited": "An klass-ma a'n jeves an {{PLURAL:$1|isglass|$1 isglass}} a syw.",
	"category-article-count": "{{PLURAL:$2|Nyns eus dhe'n klass ma marnas an folen a syw.|Yma an {{PLURAL:$1|folen|$1 folennow}} a syw y'n klass ma, dhyworth somm a $2.}}",
	"category-article-count-limited": "Yma an {{PLURAL:$1|folen|$1 folen}} a syw y'n klass-ma.",
	"category-file-count": "{{PLURAL:$2|Nyns eus dhe'n klass ma marnas an restren a syw.|Yma an {{PLURAL:$1|restren|$1 restren}} a syw y'n klass ma, dhyworth somm a $2.}}",
	"category-file-count-limited": "Yma an {{PLURAL:$1|folen|$1 folen}} a syw y'n klass-ma.",
	"listingcontinuesabbrev": "pes.",
	"about": "A-dro dhe",
	"article": "Folen dhalgh",
	"newwindow": "(ygeri yn fenester nowydh)",
	"cancel": "Hedhi",
	"moredotdotdot": "Moy...",
	"mypage": "Folen",
	"mytalk": "Keskows",
	"anontalk": "Keskows rag an drigva IP-ma",
	"navigation": "Kevrennow lewya",
	"and": " ha(g)",
	"qbfind": "Kavos",
	"qbbrowse": "Peuri",
	"qbedit": "Chanjya",
	"qbpageoptions": "An folen-ma",
	"qbmyoptions": "Ow folennow",
	"faq": "FAQ",
	"actions": "Gwriansow",
	"namespaces": "Spasys hanow",
	"variants": "Variennow",
	"navigation-heading": "Rol lewya",
	"errorpagetitle": "Gwall",
	"returnto": "Dehweles dhe $1.",
	"tagline": "Dhyworth {{SITENAME}}",
	"help": "Gweres",
	"search": "Hwilas",
	"searchbutton": "Hwilas",
	"go": "Mos",
	"searcharticle": "Mos",
	"history": "Istori an folen",
	"history_short": "Istori",
	"updatedmarker": "nowedhys a-dhia ow vysytyans diwettha",
	"printableversion": "Versyon pryntyadow",
	"permalink": "Kevren fast",
	"print": "Pryntya",
	"view": "Gweles",
	"view-foreign": "Gweles war $1",
	"edit": "Chanjya",
	"create": "Gwruthyl",
	"editthispage": "Chanjya an folen-ma",
	"create-this-page": "Gwruthyl an folen-ma",
	"delete": "Dilea",
	"deletethispage": "Dilea an folen-ma",
	"undeletethispage": "Diswul dilea an folen-ma",
	"undelete_short": "Disdhilea {{PLURAL:$1|unn janj|$1 chanj}}",
	"viewdeleted_short": "Gweles {{PLURAL:$1|unn janj diles|$1 chanj diles}}",
	"protect": "Difres",
	"protect_change": "chanjya",
	"protectthispage": "Difres an folen-ma",
	"unprotect": "Chanjya difresans",
	"unprotectthispage": "Chanjya difresans an folen-ma",
	"newpage": "Folen nowydh",
	"talkpage": "Dadhlow a'n folen-ma",
	"talkpagelinktext": "keskows",
	"specialpage": "Folen arbennek",
	"personaltools": "Toulys personel",
	"articlepage": "Gweles an folen",
	"talk": "Keskows",
	"views": "Gwelyansow",
	"toolbox": "Toulys",
	"userpage": "Gweles an folen dhevnydhyer",
	"projectpage": "Gweles folen an ragdres",
	"imagepage": "Gweles folen an restren",
	"mediawikipage": "Gweles folen an messajys",
	"templatepage": "Gweles folen an skantlyn",
	"viewhelppage": "Gweles an folen weres",
	"categorypage": "Gweles folen an klass",
	"viewtalkpage": "Gweles an dadhlow",
	"otherlanguages": "Yn yethow erel",
	"redirectedfrom": "(Daskedyes dhyworth $1)",
	"redirectpagesub": "Folen dhaskedya",
	"lastmodifiedat": "Gwrys veu diwettha chanj an folen ma an $1, dhe $2.",
	"protectedpage": "Folen dhifresys",
	"jumpto": "Lamma dhe:",
	"jumptonavigation": "kevrennow lewya",
	"jumptosearch": "hwilas",
	"view-pool-error": "Drog yw genen, gorgergys yw an servyers orth an termyn-ma.\nYma re a dhevnydhyoryon owth assaya gweles an folen-ma.\nGortewgh pols kyns hwi dhe assaya hedhas an folen-ma arta, mar pleg.\n\n$1",
	"pool-errorunknown": "Gwall ankoth",
	"aboutsite": "A-dro dhe {{SITENAME}}",
	"aboutpage": "Project:Kedhlow",
	"copyright": "Kavadow yw an dalgh yn-dann $1.",
	"copyrightpage": "{{ns:project}}:Gwirbryntyansow",
	"currentevents": "Hwarvosow a-lemmyn",
	"currentevents-url": "Project:Hwarvosow a-lemmyn",
	"disclaimers": "Avisyansow",
	"disclaimerpage": "Project:Avisyans ollgemmyn",
	"edithelp": "Gweres ow chanjya",
	"mainpage": "Dynnargh",
	"mainpage-description": "Dynnargh",
	"policy-url": "Project:Polici",
	"portal": "Porth an gemeneth",
	"portal-url": "Project:Porth an gemeneth",
	"privacy": "Polici privetter",
	"privacypage": "Project:Polici privetter",
	"badaccess": "Gwall kummyes",
	"ok": "Sur",
	"retrievedfrom": "Dhyworth \"$1\"",
	"youhavenewmessages": "$1 a'gas beus ($2).",
	"youhavenewmessagesfromusers": "Hwi a'gas beus $1 dhyworth {{PLURAL:$3|devnydhyer aral|$3 devnydhyer}} ($2).",
	"youhavenewmessagesmanyusers": "Hwi a'gas beus $1 dhyworth lies devnydhyer ($2).",
	"newmessageslinkplural": "{{PLURAL:$1|messach nowyth|messajys nowyth}}",
	"newmessagesdifflinkplural": "{{PLURAL:$1|chanj|chanjyow}} diwettha",
	"youhavenewmessagesmulti": "Messajys nowyth a'gas beus war $1",
	"editsection": "chanjya",
	"editold": "chanjya",
	"viewsourceold": "gweles an bennfenten",
	"editlink": "chanjya",
	"viewsourcelink": "gweles an bennfenten",
	"editsectionhint": "Chanjya an tregh: $1",
	"toc": "Rol an folen",
	"showtoc": "diskwedhes",
	"hidetoc": "kudha",
	"collapsible-expand": "Efani",
	"thisisdeleted": "Gweles po daskor $1?",
	"viewdeleted": "Gweles $1?",
	"restorelink": "{{PLURAL:$1|unn janj diles|$1 chanj diles}}",
	"feedlinks": "Feed:",
	"site-rss-feed": "Feed RSS $1",
	"site-atom-feed": "Feed Atom $1",
	"page-rss-feed": "Feed RSS \"$1\"",
	"page-atom-feed": "Feed Atom \"$1\"",
	"red-link-title": "$1 (nyns eus folen henwys yndelma)",
	"nstab-main": "Folen",
	"nstab-user": "Folen dhevnydhyer",
	"nstab-media": "Folen media",
	"nstab-special": "Folen arbennek",
	"nstab-project": "Folen ragdres",
	"nstab-image": "Restren",
	"nstab-mediawiki": "Messach",
	"nstab-template": "Skantlyn",
	"nstab-help": "Gweres",
	"nstab-category": "Klass",
	"error": "Gwall",
	"databaseerror": "Gwall database",
	"readonly": "Alhwedhys yw an database",
	"missingarticle-rev": "(amendyans#: $1)",
	"missingarticle-diff": "(Dyffrans: $1, $2)",
	"internalerror": "Gwall a-bervedh",
	"internalerror_info": "Gwall a-bervedh: $1",
	"filecopyerror": "Ny allas kopia an restren \"$1\" dhe \"$2\".",
	"filerenameerror": "Ny allas dashenwel an restren \"$1\" dhe \"$2\".",
	"filedeleteerror": "Ny allas dilea an restren \"$1\".",
	"filenotfound": "Ny allas kavos an restren \"$1\".",
	"cannotdelete-title": "Ny yllir dilea an folen \"$1\"",
	"badtitle": "Titel drog",
	"viewsource": "Gweles an bennfenten",
	"viewsource-title": "Gweles an bennfenten rag $1",
	"protectedpagetext": "Difresys re beu an folen-ma rag gwitha rag chanjya po gwriansow erel.",
	"viewsourcetext": "Hwi a yll gweles ha kopia pennfenten an folen-ma:",
	"mycustomcssprotected": "Ny'gas beus kummyes dhe janjya an folen CSS-ma.",
	"mycustomjsprotected": "Ny'gas beus kummyes dhe janjya an folen JavaScript-ma.",
	"ns-specialprotected": "Ny yllir chanjya folennow arbennek.",
	"exception-nologin": "Nyns owgh omgelmys",
	"exception-nologin-text": "An folen-ma po an gwrians-ma a wovyn mayth omgelmowgh war an wiki-ma.",
	"logouttext": "'''Digelmys owgh lemmyn.'''\n\nHwi a yll pesya devnydhya {{SITENAME}} yn tihanow, po hwi a yll <span class='plainlinks'>[$1 omgelmi arta]</span> avel an keth devnydhyer po avel devnydhyer aral.\nNotyewgh: Neb folennow a alsa bos diskwedhys kepar del owgh hwath omgelmys, erna glerhahowgh cache agas peurel.",
	"welcomeuser": "Dynnargh, $1!",
	"welcomecreation-msg": "Gwruthys re beu agas akont.\nNa ankevewgh dhe janjya agas [[Special:Preferences|dewisyow {{SITENAME}}]].",
	"yourname": "Hanow devnydhyer:",
	"userlogin-yourname": "Hanow devnydhyer",
	"userlogin-yourname-ph": "Entrewgh agas hanow devnydhyer",
	"yourpassword": "Ger tremena:",
	"userlogin-yourpassword": "Ger tremena",
	"userlogin-yourpassword-ph": "Entrewgh agas ger tremena",
	"createacct-yourpassword-ph": "Entrewgh ger tremena",
	"yourpasswordagain": "Jynnskrifewgh agas ger tremena arta:",
	"createacct-yourpasswordagain": "Afydhyewgh an ger tremena",
	"createacct-yourpasswordagain-ph": "Entrewgh an ger tremena arta",
	"remembermypassword": "Perthi kov a'm omgelmi war an jynn amontya-ma (rag $1 {{PLURAL:$1|dydh}} dhe'n moyha)",
	"userlogin-remembermypassword": "Perthi kov a'm omgelmi",
	"userlogin-signwithsecure": "Devnydhya junyans diogel",
	"yourdomainname": "Agas tiredh:",
	"password-change-forbidden": "Ny yllir chanjya geryow tremena war an wiki-ma.",
	"login": "Omgelmi",
	"nav-login-createaccount": "Omgelmi / Gwruthyl akont nowyth",
	"userlogin": "Omgelmi / gwruthyl akont nowyth",
	"userloginnocreate": "Omgelmi",
	"logout": "Digelmi",
	"userlogout": "Digelmi",
	"notloggedin": "Digelmys",
	"userlogin-noaccount": "A nyns eus akont dhywgh?",
	"userlogin-joinproject": "Junya {{SITENAME}}",
	"nologin": "A ny'gas beus akont? '''$1'''.",
	"nologinlink": "Gwruthyl akont",
	"createaccount": "Gwruthyl akont nowydh",
	"gotaccount": "Eus akont dhywgh seulabrys? '''$1'''.",
	"gotaccountlink": "Omgelmi",
	"userlogin-resetlink": "A ankevsowgh hwi agas manylyon omgelmi?",
	"userlogin-resetpassword-link": "Ankevys agas ger tremena genowgh?",
	"userlogin-helplink2": "Gweres owth omgelmi",
	"createacct-emailrequired": "Trigva ebost",
	"createacct-emailoptional": "Trigva ebost (a-dhewis)",
	"createacct-email-ph": "Entrewgh agas trigva ebost",
	"createaccountmail": "Devnydhya ger tremena chonsus anbarthus hag y dhanvon dhe'n drigva ebost res a-woles",
	"createacct-realname": "Hanow gwir (a-dhewis)",
	"createaccountreason": "Acheson:",
	"createacct-reason": "Acheson",
	"createacct-reason-ph": "Prag yth esowgh ow kwruthyl akont aral",
	"createacct-captcha": "Gwiryans sekerder",
	"createacct-imgcaptcha-ph": "Entrewgh an tekst a welowgh a-ugh",
	"createacct-submit": "Gwruthyl agas akont",
	"createacct-benefit-heading": "Gwrys yw {{SITENAME}} gans tus kepar ha hwi.",
	"createacct-benefit-body1": "{{PLURAL:$1|janj|chanj}}",
	"createacct-benefit-body2": "{{PLURAL:$1|folen}}",
	"createacct-benefit-body3": "{{PLURAL:$1|gevriyas|kevriyas}} a-dhiwedhes",
	"badretype": "Ny omdhesedh an geryow tremena entrys genowgh.",
	"userexists": "Y tevnydhir an hanow devnydhyer entrys genowgh seulabrys.\nDewisewgh ken hanow mar pleg.",
	"loginerror": "Gwall omgelmi",
	"createacct-error": "Gwall ow kwruthyl akont",
	"createaccounterror": "Ny allas gwruthyl an akont: $1",
	"nocookiesnew": "Gwruthys veu an akont, mes nyns owgh omgelmys.\n{{SITENAME}} a dhevnydh cookies rag omgelmi devnydhyoryon.\nDialosegys yw cookies war agas jynn amontya.\nGalosegewgh i, hag omgelmewgh der agas hanow devnydhyer ha'gas ger tremena nowyth.",
	"nocookieslogin": "{{SITENAME}} a dhevnydh cookies rag omgelmi devnydhyoryon.\nDialosegys yw cookies war agas jynn amontya.\nGalosegewgh i hag assayewgh arta.",
	"noname": "Ny resowgh hanow devnydhyer da.",
	"loginsuccesstitle": "Omgelmi a sewenis",
	"loginsuccess": "'''Omgelmys owgh lemmyn orth {{SITENAME}} avel \"$1\".'''",
	"nouserspecified": "Res yw dhywgh ri hanow devnydhyer.",
	"wrongpassword": "Kamm o an ger tremena.\nAssayewgh arta mar pleg.",
	"wrongpasswordempty": "Gwag o an ger tremena res.\nAssayewgh arta mar pleg.",
	"passwordtooshort": "Res yw dhe eryow tremena bos {{PLURAL:$1|1 lytheren|$1 lytheren}} dhe'n lyha.",
	"password-name-match": "Ny yll agas ger tremena bos an keth ha'gas hanow devnydhyer.",
	"password-login-forbidden": "Difennys yw devnydhya an hanow devnydhyer-ma hag an ger tremena-ma.",
	"mailmypassword": "Ebostya ger tremena nowyth",
	"passwordremindertitle": "Ger tremena nowyth rag {{SITENAME}}",
	"passwordremindertext": "Nebonan (hwi martesen, dhyworth an drigva IP $1) a wovynnis ger tremena nowyth rag {{SITENAME}} ($4). Ger tremena anbarthus rag an devnydhyer\n\"$2\" re beu gwruthys hag a veu settyes dhe \"$3\". Mars o henna agas bodh, y fydh res dhywgh omgelmi ha dewis ger tremena nowyth lemmyn.\nAgas ger tremena anbarthus a dhiwedh yn {{PLURAL:$5|unn jydh|$5 dydh}}.\n\nMar kovynnis nebonan aral hemma, po hwi a'gas beus kov a'gas ger tremena ha ny'm beus hwans dh'y janjya namoy, hwi a yll skonya aswon an messach-ma ha pesya devnydhya agas ger tremena koth.",
	"noemail": "Nyns eus trigva ebost rekordys rag an devnydhyer \"$1\".",
	"noemailcreate": "Res yw dhywgh ri trigva ebost da",
	"passwordsent": "Ger tremena nowyth re beu danvenys dhe'n drigva ebost kovskrifys rag \"$1\".\nOmgelmewgh arta mar pleg wosa hwi dh'y receva.",
	"emailauthenticated": "Afydhyes veu agas trigva ebost an $2 dhe $3.",
	"emailconfirmlink": "Afydhyewgh agas trigva ebost",
	"invalidemailaddress": "Ny yllir alowa an drigva ebost drefen bos furvyans drog dhedhi.\nEntrewgh trigva da y furvyans po gwakhewgh an furvlen-na.",
	"accountcreated": "Akont gwruthys",
	"accountcreatedtext": "Gwruthys re beu an akont rag $1.",
	"createaccount-title": "Gwruthyl akont rag {{SITENAME}}",
	"createaccount-text": "Nebonan a wrug akont rag agas trigva ebost war {{SITENAME}} ($4) henwys \"$2\", \"$3\" y er tremena.\nY talvia dhywgh omgelmi ha chanjya agas ger tremena lemmyn.\n\nHwi a yll skonya aswon an messach-ma mar peu an akont-ma gwruthys yn gwall.",
	"loginlanguagelabel": "Yeth: $1",
	"pt-login": "Omgelmi",
	"pt-login-button": "Omgelmi",
	"pt-createaccount": "Gwruthyl akont",
	"pt-userlogout": "Digelmi",
	"changepassword": "Chanjya an ger-tremena",
	"resetpass_announce": "Hwi a omgelmis dre goden ebostyes anbarthus.\nRag gorfenna omgelmi, res yw dhywgh settya ger tremena nowyth omma:",
	"resetpass_header": "Chanjya ger tremena an akont",
	"oldpassword": "Ger tremena koth:",
	"newpassword": "Ger tremena nowyth:",
	"retypenew": "Jynnscrifewgh an ger tremena nowyth arta:",
	"resetpass_submit": "Settya an ger tremena hag omgelmi",
	"changepassword-success": "Chanjyes re beu agas ger tremena yn sewen!\nOrth agas omgelmi lemmyn...",
	"resetpass_forbidden": "Ny yllir chanjya geryow tremena",
	"resetpass-submit-loggedin": "Chanjya an ger tremena",
	"resetpass-submit-cancel": "Hedhi",
	"resetpass-temp-password": "Ger tremena anbarthus:",
	"passwordreset": "Dassettya an ger tremena",
	"passwordreset-text-one": "Lenwewgh an furvlen-ma rag dassettya agas ger tremena.",
	"passwordreset-text-many": "{{PLURAL:$1|Entrewgh onan a'n tymmyn a dhata a-woles rag dassettya agas ger tremena.}}",
	"passwordreset-disabled": "Dialosegys yw dassettya geryow tremena war an wiki-ma.",
	"passwordreset-username": "Hanow devnydhyer:",
	"passwordreset-domain": "Tiredh:",
	"passwordreset-email": "Trigva ebost:",
	"passwordreset-emailtitle": "Manylyon agas akont war {{SITENAME}}",
	"passwordreset-emailsent": "Ebost dassettya ger tremena re beu danvenys.",
	"passwordreset-emailsent-capture": "Ebost dassettya ger tremena re beu danvenys, hag y hyllir y weles a-woles.",
	"changeemail": "Chanjya trigva ebost",
	"changeemail-text": "Lenwewgh an furvlen-ma rag chanjya agas trigva ebost. Y fydh res dhywgh entra agas ger tremena rag afydhya an chanj-ma.",
	"changeemail-oldemail": "Agas trigva ebost a-lemmyn:",
	"changeemail-newemail": "Agas trigva ebost nowyth:",
	"changeemail-none": "(nagonan)",
	"changeemail-password": "Agas ger tremena war {{SITENAME}}:",
	"changeemail-submit": "Chanjya an trigva ebost",
	"bold_sample": "Tekst tew",
	"bold_tip": "Tekst tew",
	"italic_sample": "Tekst italek",
	"italic_tip": "Tekst italek",
	"link_sample": "Titel an gevren",
	"link_tip": "Kevren bervedhel",
	"extlink_sample": "http://www.example.com titel an gevren",
	"extlink_tip": "Kevren a-ves (na ankevewgh an rager http://)",
	"headline_sample": "Tekst an bennlinen",
	"headline_tip": "Pennlinen nivel 2",
	"nowiki_sample": "Keworrewgh tekst heb furvyans omma",
	"nowiki_tip": "Skonya aswon furvyans wiki",
	"image_tip": "Restren neythys",
	"media_tip": "Kevren restren",
	"sig_tip": "Agas sinans ha stampa-termyn",
	"summary": "Berrskrif:",
	"subject": "Testen/Pennlinen:",
	"minoredit": "Chanj byghan yw hemma",
	"watchthis": "Golya an folen ma",
	"savearticle": "Gwitha an folen",
	"preview": "Ragwel",
	"showpreview": "Diskwedhes ragwel",
	"showdiff": "Diskwedhes an chanjyow",
	"anoneditwarning": "<strong>Gwarnyans:</strong> Nyns owgh hwi omgelmys. Gweladow yn foblek vydh agas trigva IP mar kwrewgh chanjyow. Mars <strong>[$1 omgelmowgh]</strong> po <strong>[$2 gwruthyl akont]</strong>, agas chanjyow a vydh askrifys dhe'gas hanow devnydher, keffrys ha lesow erel.",
	"anonpreviewwarning": "''Nyns owgh omgelmys. Dre witha, agas trigva IP a vydh rekordyes istori chanjya an folen-ma.''",
	"summary-preview": "Ragwel a'n berrskrif:",
	"loginreqtitle": "Res yw omgelmi",
	"loginreqlink": "omgelmi",
	"accmailtitle": "Ger-tremena danvenys.",
	"newarticle": "(Nowyth)",
	"newarticletext": "Hwi re holyas kevren dhe folen nag yw gwruthys hwath.\nRag gwruthyl an folen, dallethewgh jynnskrifa y'n gist a-woles (gwelewgh an [$1 folen weres] rag moy kedhlow).\nMar teuthowgh omma yn kamm, klyckyewgh boton '''war-dhelergh''' agas peurell.",
	"noarticletext": "Nyns eus tekst y'n folen ma a-lemmyn.\nHwi a yll [[Special:Search/{{PAGENAME}}|hwilas titel an folen ma]] yn folennow erel,\n<span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} hwilas y'n kovnotennow kelmys],\npo [{{fullurl:{{FULLPAGENAME}}|action=edit}} chanjya an folen ma]</span>.",
	"noarticletext-nopermission": "Nyns eus tekst y'n folen ma a-lemmyn.\nHwi a yll [[Special:Search/{{PAGENAME}}|hwilas titel an folen ma]] yn folennow erel, po <span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} hwilas y'n kovnotennow kelmys]</span>, mes ny'gas beus kummyas dhe wruthyl an folen ma.",
	"userpage-userdoesnotexist": "Nyns yw kovskrifys an akont devnydhyer \"$1\".\nCheckyewgh mar pleg mara'gas beus hwans dhe wruthyl/dhe janjya an folen-ma.",
	"userpage-userdoesnotexist-view": "Nyns yw kovskrifys an akont devnydhyer \"$1\".",
	"updated": "(Nowedhys)",
	"note": "'''Noten:'''",
	"previewnote": "Perthewgh kov, nyns yw hemma marnas ragwel.''' Nyns yw gwithys agas chanjyow hwath!",
	"continue-editing": "Mos dhe'n tyller chanjya",
	"editing": "Ow chanjya $1",
	"creating": "Ow kwruthyl $1",
	"editingsection": "Ow chanjya $1 (tregh)",
	"editingcomment": "Ow chanjya $1 (tregh nowyth)",
	"yourtext": "Agas tekst",
	"yourdiff": "Dyffransow",
	"protectedpagewarning": "'''Gwarnyans: An folen-ma re beu difresys rag ma nag allo marnas devnydhyoryon gans gwiryow menystrer hy chanjya.'''\nRes yw an diwettha kovnoten a-woles rag godhvos:",
	"templatesused": "{{PLURAL:$1|An skantlyn|Skantlyns}} devnydhys war an folen ma:",
	"templatesusedpreview": "{{PLURAL:$1|An skantlyn|Skantlyns}} devnydhys y'n ragwel-ma:",
	"template-protected": "(difresys)",
	"template-semiprotected": "(hanter-difresys)",
	"hiddencategories": "Esel a {{PLURAL:$1|1 glass kudhys|$1 klass kudhys}} yw an folen ma:",
	"permissionserrorstext-withaction": "Nyns eus kummyas dhywgh dhe $2, rag an {{PLURAL:$1|acheson|achesonys}} a syw:",
	"moveddeleted-notice": "Diles veu an folen ma.\nA-woles yma kovnotennow dhilea ha gwaya an folen.",
	"log-fulllog": "Gweles an govnoten dhien",
	"editwarning-warning": "Mar kesowgh an folen ma, hwi a allsa kelli chanjyow gwrys genowgh.\nMars owgh hwi omgelmys, hwi a yll diallosegi an gwarnyans ma yn tregh \"{{int:prefs-editing}}\" agas dewisyow.",
	"undo-success": "Y hyllir diswul an chanj-ma.\nCheckyewgh mar pleg an kehevelyans a-woles rag gwirya bos hemma an pyth a vynnowgh, hag ena gwithewgh an chanjyow a-woles rag gorfenna diswul an chanj.",
	"undo-summary": "Amendyans $1 gans [[Special:Contributions/$2|$2]] ([[User talk:$2|keskows]]) diswrys",
	"cantcreateaccounttitle": "Ny yllir gwruthyl an akont",
	"viewpagelogs": "Gweles kovnotennow an folen ma",
	"currentrev": "Amendyans diwettha",
	"currentrev-asof": "An amendyans diwettha a-dhia $1",
	"revisionasof": "Versyon an folen a-dhia $1",
	"revision-info": "Amendyans a-dhia $1 gans {{GENDER:$6|$2}}$7",
	"previousrevision": "← Amendyans kottha",
	"nextrevision": "Amendyans nowyttha →",
	"currentrevisionlink": "An amendyans diwettha",
	"cur": "lemmyn",
	"next": "nessa",
	"last": "kyns",
	"page_first": "kynsa",
	"page_last": "diwettha",
	"histlegend": "Dewis dyffransow: Merkyewgh kistennow radyo a'n amendyansow dhe geheveli, ha gweskewgh 'entra' po an boton orth goles an folen.<br />\nAlhwedh: '''({{int:cur}})''' = an dyffrans dhyworth an amendyans diwettha, '''({{int:last}})''' = an dyffrans dhyworth an amendyans kyns, '''{{int:minoreditletter}}''' = chanj byhan.",
	"history-fieldset-title": "Peuri an istori",
	"history-show-deleted": "Diles hepken",
	"histfirst": "An moyha a-varr",
	"histlast": "An diwettha",
	"historysize": "({{PLURAL:$1|1 bayt}})",
	"historyempty": "(gwag)",
	"history-feed-title": "Istori amendya",
	"history-feed-description": "Istori amendya rag an folen-ma war an wiki",
	"history-feed-item-nocomment": "$1 dhe $2",
	"rev-delundel": "diskwedhes/kudha",
	"rev-showdeleted": "diskwedhes",
	"revdel-restore": "chanjya an hewelder",
	"pagehist": "Istori an folen",
	"mergehistory-reason": "Acheson:",
	"revertmerge": "Diswul an kesunya",
	"history-title": "Istori an folen \"$1\"",
	"difference-title": "Dyffransow ynter amendyansow a \"$1\"",
	"difference-multipage": "(Dyffrans ynter an folennow)",
	"lineno": "Linen $1:",
	"compareselectedversions": "Keheveli an amendyansow dewisyes",
	"showhideselectedversions": "Diskwedhes/kudha amendyansow dewisyes",
	"editundo": "diswul",
	"searchresults": "Sewyansow an hwilans",
	"searchresults-title": "Sewyansow an hwilans rag \"$1\"",
	"notextmatches": "Nyns eus tekst folen vyth owth omdhesedha",
	"prevn": "{{PLURAL:$1|$1}} kyns",
	"nextn": "nessa {{PLURAL:$1|$1}}",
	"prevn-title": "$1 {{PLURAL:$1|sewyans}} kyns",
	"nextn-title": "$1 {{PLURAL:$1|sewyans}} nessa",
	"shown-title": "Diskwedhes $1 {{PLURAL:$1|sewyans}} yn folen",
	"viewprevnext": "Gweles ($1 {{int:pipe-separator}} $2) ($3)",
	"searchmenu-exists": "''Yma folen henwys \"[[:$1]]\" war an wiki-ma'''",
	"searchmenu-new": "<strong>Gwrewgh an folen \"[[:$1]]\" war an wiki ma!</strong> {{PLURAL:$2|0=|Gweler ynwegh an folen a veu kevys yn unn hwilas.|Gweler ynwedh an sewyans hwilas kevys.}}",
	"searchprofile-articles": "Folennow dalgh",
	"searchprofile-images": "Liesmedia",
	"searchprofile-everything": "Puptra",
	"searchprofile-advanced": "Avonsys",
	"searchprofile-articles-tooltip": "Hwilas yn $1",
	"searchprofile-images-tooltip": "Hwilas restrennow",
	"searchprofile-everything-tooltip": "Hwilas pub le (yn folennow keskows ynwedh)",
	"searchprofile-advanced-tooltip": "Hwilas yn spasys hanow personelhes",
	"search-result-size": "$1 ({{PLURAL:$2|1 ger|$2 ger}})",
	"search-result-category-size": "{{PLURAL:$1|1 esel|$1 esel}} ({{PLURAL:$2|1 isglass|$2 isglass}}, {{PLURAL:$3|1 restren|$3 restren}})",
	"search-redirect": "(daskedyans $1)",
	"search-section": "(tregh $1)",
	"search-suggest": "Esewgh hwi ow menya: $1",
	"search-interwiki-caption": "Ragdresow hwor",
	"search-interwiki-default": "$1 sewyansow:",
	"search-interwiki-more": "(moy)",
	"search-relatedarticle": "Kelmys",
	"searchrelated": "kelmys",
	"searchall": "oll",
	"search-showingresults": "{{PLURAL:$4|Sewyans <strong>$1</strong> a <strong>$3</strong>|Sewyansow <strong>$1 - $2</strong> a <strong>$3</strong>}}",
	"search-nonefound": "Nyns esa sewyans vyth owth omdhesedha orth an govyn.",
	"powersearch-legend": "Hwilans avonsys",
	"powersearch-ns": "Hwilas yn spasys-hanow:",
	"powersearch-togglelabel": "Dewis:",
	"powersearch-toggleall": "Oll",
	"powersearch-togglenone": "Nagonan",
	"search-external": "Hwilans a-ves",
	"preferences": "Dewisyow",
	"mypreferences": "Dewisyow",
	"prefs-edits": "Niver a janjyow:",
	"prefs-skin": "Krohen",
	"skin-preview": "Ragweles",
	"prefs-user-pages": "Folennow devnydhyer",
	"prefs-personal": "Profil devnydhyer",
	"prefs-rc": "Chanjyow a-dhiwedhes",
	"prefs-watchlist": "Rol wolya",
	"prefs-watchlist-days": "Niver a dhedhyow dhe dhiskwedhes y'n rol wolya:",
	"prefs-resetpass": "Chanjya an ger tremena",
	"prefs-changeemail": "Chanjya an drigva ebost",
	"prefs-setemail": "Settya trigva ebost",
	"prefs-email": "Etholyow ebostya",
	"saveprefs": "Gwitha",
	"restoreprefs": "Restorya pub settyans defowt",
	"prefs-editing": "Chanjya",
	"rows": "Rewyow:",
	"columns": "Kolovennow:",
	"searchresultshead": "Hwilas",
	"savedprefs": "Gwithys re beu agas dewisyansow.",
	"servertime": "Eur an servyer:",
	"guesstimezone": "Lenwel dhyworth an beurel",
	"timezoneregion-africa": "Afrika",
	"timezoneregion-america": "Amerika",
	"timezoneregion-antarctica": "Antarktika",
	"timezoneregion-arctic": "Arktek",
	"timezoneregion-asia": "Asi",
	"timezoneregion-atlantic": "Keynvor Atlantek",
	"timezoneregion-australia": "Ostrali",
	"timezoneregion-europe": "Europa",
	"timezoneregion-indian": "Keynvor Eyndek",
	"timezoneregion-pacific": "Keynvor Hebask",
	"allowemail": "Galosegi ebost dhyworth devnydhyoryon erel",
	"prefs-searchoptions": "Hwilas",
	"prefs-files": "Restrennow",
	"prefs-emailconfirm-label": "Afydhyans an ebost:",
	"youremail": "Ebost:",
	"username": "{{GENDER:$1|Hanow devnydhyer}}:",
	"prefs-memberingroups": "{{GENDER:$2|Esel}} a'n {{PLURAL:$1|bagas|bagasow}}:",
	"prefs-registration": "Termyn kovskrifa:",
	"yourrealname": "Hanow gwir:",
	"yourlanguage": "Yeth:",
	"yournick": "Sinans nowyth:",
	"prefs-help-signature": "Y tal sina kampolansow war folennow keskows gans \"<nowiki>~~~~</nowiki>\", a dreylir dhe'gas sinans ha dhe stamp-termyn.",
	"yourgender": "Reydh:",
	"gender-unknown": "Heb hy disklosya",
	"gender-male": "Gorow",
	"gender-female": "Benow",
	"email": "Ebost",
	"prefs-help-email": "A-dhewis yw ri trigva ebost, mes res yw  rag dassettya agas ger tremena mar po ankevys.",
	"prefs-help-email-others": "Hwi a yll dewis gasa dhe re erel kestava dhywgh der ebost dre glyckya kevren war agas folen dhevnydhyer po folen geskows.\nNy dhiskwedhir agas trigva ebost pan gestaffo devnydhyoryon erel dhywgh.",
	"prefs-help-email-required": "Res yw trigva ebost.",
	"prefs-info": "Kedhlow selvenel",
	"prefs-i18n": "Keswlasegyans",
	"prefs-signature": "Sinans",
	"prefs-advancedediting": "Etholyow avonsys",
	"prefs-advancedrc": "Etholyow avonsys",
	"prefs-advancedrendering": "Etholyow avonsys",
	"prefs-advancedsearchoptions": "Etholyow avonsys",
	"prefs-advancedwatchlist": "Etholyow avonsys",
	"prefs-displayrc": "Etholyow diskwedhes",
	"prefs-displaywatchlist": "Etholyow diskwedhes",
	"userrights-user-editname": "Entrewgh hanow devnydhyer:",
	"userrights-groupsmember": "Esel a:",
	"userrights-reason": "Acheson:",
	"group": "Bagas:",
	"group-user": "Devnydhyoryon",
	"group-autoconfirmed": "Devnydhyoryon awto-afydhyes",
	"group-bot": "Bottow",
	"group-sysop": "Menystroryon",
	"group-all": "(oll)",
	"group-user-member": "{{GENDER:$1|Devnydhyer}}",
	"group-bot-member": "{{GENDER:$1|bott}}",
	"group-sysop-member": "{{GENDER:$1|menystrer}}",
	"grouppage-user": "{{ns:project}}:Devnydhyoryon",
	"grouppage-bot": "{{ns:project}}:Bottow",
	"grouppage-sysop": "{{ns:project}}:Menystroryon",
	"right-read": "Redya folennow",
	"right-edit": "Chanjya folennow",
	"right-createtalk": "Gwruthyl folennow keskows",
	"right-createaccount": "Gwruthyl akontow devnydhyer nowyth",
	"right-move": "Gwaya folennow",
	"right-movefile": "Gwaya restrennow",
	"right-upload": "Ughkarga restrennow",
	"right-delete": "Dilea folennow",
	"newuserlogpage": "Kovnoten gwruthyl akontow devnydhyer",
	"rightslog": "Kovnoten wiryow an devnydhyer",
	"action-edit": "chanjya an folen-ma",
	"action-move": "gwaya an folen-ma",
	"action-movefile": "gwaya an restren-ma",
	"action-upload": "ughkarga an restren-ma",
	"action-delete": "dilea an folen-ma",
	"nchanges": "$1 {{PLURAL:$1|chanj|chanj}}",
	"enhancedrc-history": "istori",
	"recentchanges": "Chanjyow a-dhiwedhes",
	"recentchanges-legend": "Etholyow an chanjyow a-dhiwedhes",
	"recentchanges-summary": "War an folen-ma y hyllir helerghi an chanjyow diwettha eus gwrys dhe'n wiki.",
	"recentchanges-noresult": "Nyns eus chanj vyth dres an termyn res a omdhesedh orth an etholyow-ma.",
	"recentchanges-feed-description": "Y hyllir helerhi an chanjyow diwettha gwrys dhe'n wiki y'n feed-ma.",
	"recentchanges-label-newpage": "Gans an chanj ma y feu gwruthys folen nowydh",
	"recentchanges-label-minor": "Chanj byghan yw hemma",
	"recentchanges-label-bot": "Gwrys veu an chanj ma gans bott",
	"recentchanges-label-unpatrolled": "Ny veu an chanj ma patrolyes hwath",
	"recentchanges-legend-heading": "'''Alhwedh:'''",
	"recentchanges-legend-newpage": "{{int:recentchanges-label-newpage}} (gweler ynwedh an [[Special:NewPages|rol a folennow nowydh]])",
	"rclistfrom": "Diskwedhes chanjyow nowydh yn unn dhalleth dhyworth $3 $2",
	"rcshowhideminor": "$1 chanjyow byghan",
	"rcshowhideminor-hide": "Kudha",
	"rcshowhidebots": "$1 bottow",
	"rcshowhidebots-show": "Diskwedhes",
	"rcshowhideliu": "$1 devnydhoryon govskrifys",
	"rcshowhideliu-hide": "Kudha",
	"rcshowhideanons": "$1 devnydhyoryon dhihanow",
	"rcshowhideanons-show": "Diskwedhes",
	"rcshowhideanons-hide": "Kudha",
	"rcshowhidemine": "$1 ow chanjyow",
	"rcshowhidemine-hide": "Kudha",
	"rclinks": "Diskwedhes an $1 chanj diwettha gwrys y'n $2 dydh diwettha<br />$3",
	"diff": "dyffrans",
	"hist": "istori",
	"hide": "Kudha",
	"show": "Diskwedhes",
	"minoreditletter": "B",
	"newpageletter": "N",
	"boteditletter": "bott",
	"rc-change-size-new": "$1 {{PLURAL:$1|byte|bytes}} wosa an chanj",
	"newsectionsummary": "/* $1 */ tregh nowyth",
	"rc-enhanced-expand": "Diskwedhes an manylyon (res yw JavaScript)",
	"rc-enhanced-hide": "Kudha an manylyon",
	"recentchangeslinked": "Chanjyow kelmys",
	"recentchangeslinked-feed": "Chanjyow kelmys",
	"recentchangeslinked-toolbox": "Chanjyow kelmys",
	"recentchangeslinked-title": "Chanjyow kelmys dhe \"$1\"",
	"recentchangeslinked-summary": "Homm yw rol a janjyow gwrys a-dhiwedhes dhe folennow yw kevrennys dhyworth folen res (po dhe eseli a glass res).\n'''Tew''' yw folennow eus war agas [[Special:Watchlist|rol wolya]].",
	"recentchangeslinked-page": "Hanow an folen:",
	"recentchangeslinked-to": "Diskwedhes chanjyow dhe folennow kevrennys dhe'n folen res yn le",
	"upload": "Ughkarga restren",
	"uploadbtn": "Ughkarga restren",
	"reuploaddesc": "Hedhi ughkarga ha dehweles dhe'n furvlen ughkarga",
	"uploadnologin": "Digelmys",
	"uploadnologintext": "Res yw bos [[Special:UserLogin|omgelmys]] rag ughkarga restrennow.",
	"uploaderror": "Gwall ughkarga",
	"uploadlogpage": "Kovnoten ughkarga",
	"filename": "Hanow an restren",
	"filedesc": "Berrskrif",
	"fileuploadsummary": "Berrskrif:",
	"filesource": "Pennfenten:",
	"savefile": "Gwitha restren",
	"watchthisupload": "Golya an folen-ma",
	"imgfile": "restren",
	"listfiles_date": "Dedhyans",
	"listfiles_name": "Hanow",
	"listfiles_user": "Devnydhyer",
	"listfiles_size": "Myns",
	"listfiles_description": "Deskrifans",
	"listfiles_count": "Versyons",
	"file-anchor-link": "Restren",
	"filehist": "Istori an restren",
	"filehist-help": "Klyckyewgh war dhedhyans/eur rag gweles an folen dell omdhiskwedhas nena.",
	"filehist-deleteall": "dilea oll",
	"filehist-deleteone": "dilea",
	"filehist-revert": "gorthtreylya",
	"filehist-current": "a-lemmyn",
	"filehist-datetime": "Dedhyans/Eur",
	"filehist-thumb": "Skeusennik",
	"filehist-thumbtext": "Skeusennik rag an versyon a-dhia $1",
	"filehist-nothumb": "Nyns eus skeusennik",
	"filehist-user": "Devnydhyer",
	"filehist-dimensions": "Mynsow",
	"filehist-filesize": "Mens an restren",
	"filehist-comment": "Kampoll",
	"imagelinks": "Devnydh an restren",
	"linkstoimage": "Yma an {{PLURAL:$1|folen|$1 folen}} a syw ow kevrenna dhe'n restren ma:",
	"linkstoimage-more": "Yma moy es $1 {{PLURAL:$1|folen}} ow kevrenna dhe'n restren-ma.\nNy dhiskwa an rol a syw marnas an {{PLURAL:$1|kynsa kevren folen|kynsa $1 kevren folen}} dhe'n restren-ma.\nYma [[Special:WhatLinksHere/$2|rol leun]] kavadow.",
	"nolinkstoimage": "Nyns eus folen vyth ow kevrenna dhe'n restren-ma.",
	"morelinkstoimage": "Gweles [[Special:WhatLinksHere/$1|moy kevrennow]] dhe'n restren-ma.",
	"sharedupload": "Yma an folen-ma ow tos dhyworth $1 ha hy a alsa bos yn-dann devnydh gans ragdresow erel.",
	"sharedupload-desc-here": "Yma an restren ma dhe $1 ha ragdresow erel a allsa bos orth hy devnydhya.\nDiskwedhys a-woles yw an deskrifans war hy [$2 folen dheskrifans] ena.",
	"uploadnewversion-linktext": "Ughkarga versyon nowyth a'n restren-ma",
	"filedelete": "Dilea $1",
	"filedelete-legend": "Dilea an restren",
	"filedelete-submit": "Dilea",
	"download": "iskarga",
	"unwatchedpages": "Folennow heb aga golya",
	"listredirects": "Rol an daswedyansow",
	"unusedtemplates": "Skantlyns heb devnydh",
	"unusedtemplateswlh": "kevrennow erel",
	"randompage": "Folen dre happ",
	"statistics": "Statystygyon",
	"statistics-pages": "Folennow",
	"brokenredirects-edit": "chanjya",
	"brokenredirects-delete": "dilea",
	"withoutinterwiki": "Folennow heb kevrennow yeth",
	"withoutinterwiki-submit": "Diskwedhes",
	"nbytes": "$1 {{PLURAL:$1|bayt|bayt}}",
	"nmembers": "$1 {{PLURAL:$1|esel|esel}}",
	"uncategorizedpages": "Folennow heb klass",
	"uncategorizedcategories": "Klassys heb klass",
	"uncategorizedimages": "Restrennow heb klass",
	"uncategorizedtemplates": "Skantlyns heb klass",
	"unusedcategories": "Klassys heb devnydh",
	"unusedimages": "Restrennow heb devnydh",
	"prefixindex": "Keniver folen gans an rager",
	"shortpages": "Folennow berr",
	"longpages": "Folennow hir",
	"protectedpages": "Folennow difresys",
	"protectedtitles": "Titlys difresys",
	"usercreated": "{{GENDER:$3|Gwruthys}} an $1 dhe $2",
	"newpages": "Folennow nowydh",
	"newpages-username": "Hanow-usyer:",
	"ancientpages": "An kottha folennow",
	"move": "Gwaya",
	"movethispage": "Gwaya an folen-ma",
	"pager-newer-n": "{{PLURAL:$1|1 nowyttha|$1 nowyttha}}",
	"pager-older-n": "{{PLURAL:$1|1 kottha|$1 kottha}}",
	"booksources": "Pennfentynyow lyver",
	"booksources-search-legend": "Hwilas pennfentynyow lyver",
	"specialloguserlabel": "Awtour:",
	"speciallogtitlelabel": "Kosten (titel po devnydhyer):",
	"log": "Kovnotennow",
	"logempty": "Nyns eus tra vyth owth omdhesedha y'n govnoten.",
	"allpages": "Keniver folen",
	"prevpage": "Folen gyns ($1)",
	"allpagesfrom": "Diskwedhes folennow yn unn dhalleth orth:",
	"allpagesto": "Diskwedhes folennow yn unn dhiwedha orth:",
	"allarticles": "Keniver folen",
	"allpagessubmit": "Gweytha",
	"allpages-hide-redirects": "Kudha daskedyansow",
	"categories": "Klassys",
	"sp-deletedcontributions-contribs": "kevrohow",
	"linksearch": "Hwilas kevrennow a-ves",
	"linksearch-ok": "Hwilas",
	"linksearch-line": "Y kevrennir $1 dhyworth $2",
	"listusersfrom": "Diskwedhes devnydhyoryon yn unn dhalleth orth:",
	"listusers-submit": "Diskwedhes",
	"activeusers": "Rol a dhevnydhyoryon vyw",
	"activeusers-intro": "Hemm yw rol a dhevnydhyoryon re wrug gwrians war an wiki-ma y'n $1 {{PLURAL:$1|jydh|dydh}} diwettha.",
	"activeusers-count": "$1 {{PLURAL:$1|wrians|gwrians}} y'n {{PLURAL:$3|jydh|$3 dydh}} diwettha",
	"activeusers-hidebots": "Kudha botow",
	"activeusers-hidesysops": "Kudha menystroryon",
	"listgrouprights-members": "(rol eseli)",
	"emailuser": "Ebostya an devnydhyer-ma",
	"emailpage": "Ebostya devnydhyer",
	"defemailsubject": "Ebost danvenys dre {{SITENAME}} gans an devnydhyer \"$1\"",
	"emailfrom": "Dhyworth:",
	"emailto": "Dhe:",
	"emailmessage": "Messach:",
	"emailsend": "Danvon",
	"watchlist": "Rol wolya",
	"mywatchlist": "Rol wolya",
	"watchlistfor2": "Rag $1 ($2)",
	"watch": "Golya",
	"watchthispage": "Golya an folen-ma",
	"unwatch": "Diswolya",
	"watchlist-details": "Yma {{PLURAL:$1|$1 folen}} war agas rol wolya, marnas folennow keskows.",
	"wlheader-showupdated": "Yn '''tew''' y tiskwedhir folennow re beu chanjyes a-dhia agas vysytyans diwettha.",
	"wlnote": "A-woles yma an {{PLURAL:$1|chanj diwettha|'''$1''' chanj diwettha}} y'n {{PLURAL:$2|our|'''$2''' our}} diwettha, a-dhia $3, $4.",
	"wlshowlast": "Diskwedhes an $1 our diwettha, an $2 dydh diwettha, po",
	"watchlist-options": "Etholyow an rol wolya",
	"watching": "Ow kolya...",
	"unwatching": "Ow tisgolya...",
	"enotif_reset": "Merkya pub folen avel vysytyes",
	"deletepage": "Dilea an folen",
	"confirm": "Afydhya",
	"excontent": "yth esa ynni: \"$1\"",
	"delete-confirm": "Dilea \"$1\"",
	"delete-legend": "Dilea",
	"actioncomplete": "Kowlwrys yw an gwrians",
	"actionfailed": "An gwrians a fyllis",
	"deletedtext": "\"$1\" re beu diles.\nGwelewgh $2 rag kovadh a dhileansow a-dhiwedhes.",
	"dellogpage": "Kovnoten dhilea",
	"deletionlog": "kovnoten dhilea",
	"deletecomment": "Acheson:",
	"deleteotherreason": "Acheson aral/keworansel:",
	"deletereasonotherlist": "Acheson aral",
	"rollbacklink": "revya war-dhelergh",
	"protectlogpage": "Kovnoten dhifres",
	"protectedarticle": "\"[[$1]]\" difresys",
	"prot_1movedto2": "[[$1]] gwayys dhe [[$2]]",
	"protectcomment": "Acheson:",
	"protectexpiry": "Ow tiwedha:",
	"protect_expiry_invalid": "Drog yw an termyn diwedha.",
	"protect_expiry_old": "Yma an termyn diwedha y'n termyn eus passyes.",
	"protect-level-sysop": "Alowa menystroryon hepken",
	"protect-summary-cascade": "ow froslamma",
	"protect-expiring": "diwedhans $1 (UTC)",
	"restriction-type": "Kummyas:",
	"pagesize": "(bayt)",
	"restriction-edit": "Chanjya",
	"restriction-move": "Gwaya",
	"restriction-create": "Gwruthyl",
	"restriction-upload": "Ughkarga",
	"undeletelink": "gweles/gorthtreylya",
	"undeleteviewlink": "gweles",
	"undelete-search-submit": "Hwilas",
	"undelete-show-file-submit": "Ya",
	"namespace": "Spas hanow:",
	"invert": "Trebuchya an dewisyans",
	"namespace_association": "Spas hanow kelmys",
	"blanknamespace": "(Penn)",
	"contributions": "Kevrohow an {{GENDER:$1|devnydhyer}}",
	"contributions-title": "Kevrohow $1",
	"mycontris": "Kevrohow",
	"contribsub2": "Rag $1 ($2)",
	"uctop": "(gwartha)",
	"month": "Dhyworth an mis (ha moy a-varr):",
	"year": "Dhyworth an vledhen (ha moy a-varr):",
	"sp-contributions-newbies": "Diskwedhes yn unnik kevrohow akontow nowyth",
	"sp-contributions-blocklog": "kovnoten lettya",
	"sp-contributions-uploads": "ughkargansow",
	"sp-contributions-logs": "kovnotennow",
	"sp-contributions-talk": "keskows",
	"sp-contributions-search": "Hwilas kevrohow",
	"sp-contributions-username": "Trigva IP po hanow devnydhyer:",
	"sp-contributions-toponly": "Diskwedhes yn unnik chanjyow yw amendyansow diwettha",
	"sp-contributions-submit": "Hwilas",
	"whatlinkshere": "Pyth a gevren dhe omma",
	"whatlinkshere-title": "Folennow ow kevrenna dhe \"$1\"",
	"whatlinkshere-page": "Folen:",
	"linkshere": "Yma an folennow a syw ow kevrenna dhe '''[[:$1]]''':",
	"nolinkshere": "Nyns eus folen vyth ow kevrenna dhe '''[[:$1]]'''.",
	"isredirect": "folen daskedyans",
	"istemplate": "treuskludyans",
	"isimage": "kevren an restren",
	"whatlinkshere-prev": "{{PLURAL:$1|kyns|$1 kyns}}",
	"whatlinkshere-next": "{{PLURAL:$1|nessa|nessa $1}}",
	"whatlinkshere-links": "← kevrennow",
	"whatlinkshere-hideredirs": "$1 daskedyansow",
	"whatlinkshere-hidetrans": "$1 treuskludyans",
	"whatlinkshere-hidelinks": "$1 kevrennow",
	"whatlinkshere-hideimages": "$1 kevrennow restren",
	"whatlinkshere-filters": "Sidhlow",
	"blockip": "Lettya devnydhyer",
	"ipaddressorusername": "Trigva IP po hanow-usyer:",
	"ipbreason": "Acheson:",
	"ipboptions": "2 our:2 hours,1 jydh:1 day,3 dydh:3 days,1 seythen:1 week,2 seythen:2 weeks,1 vis:1 month,3 mis:3 months,6 mis:6 months,1 vledhen:1 year,heb diwedh:infinite",
	"ipb-blocklist-contribs": "Kevrohow rag $1",
	"ipblocklist": "Devnydhyoryon lettyes",
	"ipblocklist-submit": "Hwilas",
	"blocklink": "lettya",
	"unblocklink": "dislettya",
	"change-blocklink": "chanjya an lettyans",
	"contribslink": "kevrohow",
	"blocklogpage": "Kovnoten lettya",
	"blocklogentry": "[[$1]] lettyes, bys dhe $2 $3",
	"unblocklogentry": "$1 dislettyes",
	"block-log-flags-anononly": "devnydhyoryon dhihanow hepken",
	"block-log-flags-nocreate": "dialosegys yw gwruthyl akontow",
	"block-log-flags-hiddenname": "hanow devnydhyer kudhys",
	"move-page": "Gwaya $1",
	"move-page-legend": "Gwaya folen",
	"movepagetext": "Devnydhya an furvlen a-woles a dhashenow folen, yn unn waya oll y istori dhe'n hanow nowyth.\nAn titel koth a vydh folen dhaskedyans dhe'n titel nowyth.\nHwi a yll nowedhi daskedyansow a boynt dhe'n titel derowel yn awtomatek.\nMar ny wrewgh, surhewgh hwi dhe jeckya rag [[Special:DoubleRedirects|daskedyansow dobyl]] po [[Special:BrokenRedirects|terrys]].\nOmgemeryansek owgh rag surhe y pes kevrennow poyntya dhe'n tyller ewn.\n\nNotyewgh '''na wayir''' an folen mars eus folen orth an titel nowyth seulabrys, marnas bos an pyth kampollys diwettha daskedyans ha ny'n jeves istori chanjya kyns vyth.\nHemm a styr y hyllowgh diswul dashenwel folen mar kwrewgh kammwrians, ha ny yllowgh gorskrifa folen eus ena seulabrys.\n\n'''Gwarnyans!'''\nHemm a yll bos chanj tromm ha bras dres ehen rag folen gerys-da;\nSurhewgh mar pleg hwi dhe gonvedhes sewyansow an gwrians-ma kyns mos yn-rag.",
	"movearticle": "Gwaya an folen:",
	"moveuserpage-warning": "'''Gwarnyans''': Yth esowgh ow mos dhe waya folen dhevnydhyer. Notyewgh mar pleg ny vydh marnas an folen gwayys ha ''ny vydh'' an devnydhyer dashenwys.",
	"newtitle": "Dhe ditel nowyth:",
	"move-watch": "Golya an folen-ma",
	"movepagebtn": "Gwaya an folen",
	"pagemovedsub": "Gwaya a sewenis",
	"movepage-moved": "'''Gwayys re beu \"$1\" dhe \"$2\"'''",
	"movelogpage": "Kovnoten waya",
	"movenosubpage": "Ny's teves an folen-ma isfolen vyth.",
	"movereason": "Acheson:",
	"revertmove": "gorthtreylya",
	"export": "Esperthi folennow",
	"export-addcat": "Keworra",
	"export-addns": "Keworra",
	"allmessagesname": "Hanow",
	"allmessagesdefault": "Tekst messach defowt",
	"thumbnail-more": "Brashe",
	"thumbnail_error": "Gwall ow kwruthyl skeusennik: $1",
	"import": "Ymperthi folennow",
	"import-interwiki-submit": "Ymperthi",
	"import-upload-filename": "Hanow an restren:",
	"importstart": "Owth ymperthi folennow...",
	"import-noarticle": "Nyns eus folen vyth dhe ymperthi!",
	"tooltip-pt-userpage": "Agas folen dhevnydhyer",
	"tooltip-pt-mytalk": "Agas folen gows",
	"tooltip-pt-preferences": "Agas dewisyow",
	"tooltip-pt-watchlist": "Rol a folennow esowgh ow kolya rag chanjyow",
	"tooltip-pt-mycontris": "Rol a'gas kevrohow",
	"tooltip-pt-login": "Ni a gomend hwi dhe omgelmi, mes nyns yw besi",
	"tooltip-pt-logout": "Digelmi",
	"tooltip-pt-createaccount": "Ni a gomend hwi dhe wruthyl akont hag omgelmi; byttegyns nyns yw besi",
	"tooltip-ca-talk": "Dadhlow a-dro dhe'n folen",
	"tooltip-ca-edit": "Chanjya an folen ma",
	"tooltip-ca-addsection": "Dalleth tregh nowydh",
	"tooltip-ca-viewsource": "Difresys yw an folen ma.\nHwi a yll gweles hy fennfenten.",
	"tooltip-ca-history": "Amendyansow koth a'n folen ma",
	"tooltip-ca-protect": "Difres an folen-ma",
	"tooltip-ca-delete": "Dilea an folen-ma",
	"tooltip-ca-move": "Gwaya an folen ma",
	"tooltip-ca-watch": "Keworra an folen ma dhe'gas rol wolya",
	"tooltip-ca-unwatch": "Dilea an folen-ma dhyworth agas rol wolya",
	"tooltip-search": "Hwilas yn {{SITENAME}}",
	"tooltip-search-go": "Mos dhe folen dhedhi an keth hanow ma, mars eus",
	"tooltip-search-fulltext": "Hwilas an tekst ma y'n folennow",
	"tooltip-p-logo": "Mos dhe'n folen dynnargh",
	"tooltip-n-mainpage": "Mos dhe'n folen dynnargh",
	"tooltip-n-mainpage-description": "Mos dhe'n folen dynnargh",
	"tooltip-n-portal": "A-dro dhe'n ragdres, an pyth a yllowgh gul, ple hyllir kavos taklow",
	"tooltip-n-currentevents": "Kavos kedhlow a-dro dhe hwarvosow a-lemmyn",
	"tooltip-n-recentchanges": "Rol a janjyow a-dhiwedhes y'n wiki",
	"tooltip-n-randompage": "Karga folen dre happ",
	"tooltip-n-help": "Gweres",
	"tooltip-t-whatlinkshere": "Rol a bub folen wiki a gevren dhe omma",
	"tooltip-t-recentchangeslinked": "Chanjyow a-dhiwedhes yn folennow a gevren an folen ma dhedha",
	"tooltip-feed-rss": "Feed RSS rag an folen-ma",
	"tooltip-feed-atom": "Feed Atom rag an folen ma",
	"tooltip-t-contributions": "Gweles rol a gevrohow an devnydhyer ma",
	"tooltip-t-emailuser": "Danvon ebost dhe'n devnydhyer-ma",
	"tooltip-t-upload": "Ughkarga restrennow",
	"tooltip-t-specialpages": "Rol a geniver folen arbennek",
	"tooltip-t-print": "Versyon pryntyadow a'n folen ma",
	"tooltip-t-permalink": "Kevren fast dhe'n amendyans ma a'n folen",
	"tooltip-ca-nstab-main": "Gweles an folen",
	"tooltip-ca-nstab-user": "Gweles an folen dhevnydhyer",
	"tooltip-ca-nstab-special": "Folen arbennek yw homma; ny yllowgh chanjya an folen hy honan.",
	"tooltip-ca-nstab-project": "Gweles folen an wiki",
	"tooltip-ca-nstab-image": "Gweles folen an restren",
	"tooltip-ca-nstab-template": "Gweles an skantlyn",
	"tooltip-ca-nstab-category": "Gweles folen an klass",
	"tooltip-minoredit": "Merkya hemma avel chanj byhan",
	"tooltip-save": "Gwitha agas chanjyow",
	"tooltip-preview": "Ragweles agas chanjyow; devnydhyewgh hemma kyns gwitha!",
	"tooltip-diff": "Diskwedhes an chanjyow a wrussowgh dhe'n tekst",
	"tooltip-compareselectedversions": "Gweles an dyffransow ynter dew amendyansow dewisyes an folen-ma",
	"tooltip-watch": "Keworra an folen-ma dhe'gas rol wolya",
	"tooltip-rollback": "\"Revya war-dhelergh\" a worthtreyl chanjyow an diwettha devnydhyer der unn glyck",
	"tooltip-undo": "\"Diswul\" a worthtreyl an chanj ma hag ygeri an furvlen janjya y'n modh ragweles. Y hyllir keworra acheson y'n berrskrif.",
	"tooltip-summary": "Entrewgh berrskrif",
	"siteuser": "devnydhyer {{SITENAME}} $1",
	"lastmodifiedatby": "Chanj diwettha an folen-ma o dhe $2, $1 gans $3.",
	"siteusers": "{{PLURAL:$2|devnydhyer|devnydhyoryon}} {{SITENAME}} $1",
	"pageinfo-toolboxlink": "Kedhlow an folen",
	"previousdiff": "← Chanj kottha",
	"nextdiff": "Chanj nowyttha →",
	"file-info-size": "$1 × $2 piksel, myns an restren: $3, eghen MIME: $4",
	"file-nohires": "Nyns eus klerder ughella kavadow.",
	"svg-long-desc": "Restren SVG, $1 × $2 piksel yn hanow, myns an restren: $3",
	"show-big-image": "Restren wreydhek",
	"show-big-image-preview": "Myns an ragwel ma: $1.",
	"show-big-image-other": "{{PLURAL:$2|Klerder aral|Klerderyow erel}}: $1.",
	"show-big-image-size": "$1 × $2 piksel",
	"ilsubmit": "Hwilas",
	"metadata": "Metadata",
	"metadata-help": "An restren ma a's teves kedhlow keworransel, dres lycklod keworrys dhyworth an kamera bysyel po an skanyer devnydhys rag hy gwruthyl po hy bysya. Mars yw chanjys an restren dhyworth hy studh gwredhek, possybyl yw na veu nebes manylyon nowedhys.",
	"metadata-expand": "Diskwedhes manylyon ystynnys",
	"metadata-collapse": "Kudha manylyon ystynnys",
	"exif-imagewidth": "Les",
	"exif-imagelength": "Uhelder",
	"exif-artist": "Awtour",
	"exif-meteringmode-255": "Aral",
	"exif-contrast-0": "Usadow",
	"exif-contrast-1": "Medhel",
	"exif-contrast-2": "Kales",
	"exif-saturation-0": "Usadow",
	"exif-sharpness-0": "Usadow",
	"exif-sharpness-1": "Medhes",
	"exif-sharpness-2": "Kales",
	"exif-subjectdistancerange-0": "Ankoth",
	"namespacesall": "oll",
	"monthsall": "oll",
	"confirmemail": "Afydhya an drigva ebost",
	"confirmemail_noemail": "Nyns eus trigva ebost da settyes y'gas [[Special:Preferences|dewisyow devnydhyer]].",
	"imgmultipageprev": "← folen gyns",
	"imgmultipagenext": "folen nessa →",
	"imgmultigo": "Mos",
	"table_pager_limit_submit": "Mos",
	"autosumm-blank": "Gwakhes veu an folen",
	"autoredircomment": "Folen daskedyes war-tu ha [[$1]]",
	"autosumm-new": "Folen gwruthys gans: '$1'",
	"watchlistedit-normal-title": "Chanjya an rol wolya",
	"watchlistedit-normal-legend": "Dilea folennow dhyworth agas rol wolya",
	"watchlistedit-normal-explain": "Yma diskwedhys a-woles folennow war agas rol wolya.\nRag dilea folen, checkyewgh an gisten rybdhi, ha klyckyewgh \"{{int:Watchlistedit-normal-submit}}\".\nHwi a yll [[Special:EditWatchlist/raw|chanjya restren an rol wolya]] ynwedh.",
	"watchlistedit-normal-submit": "Dilea titlys",
	"watchlistedit-normal-done": "Diles veu {{PLURAL:$1|$1 titel}} dhyworth agas rol golyas",
	"watchlistedit-raw-title": "Chanjya restren an rol wolya",
	"watchlistedit-raw-legend": "Chanjya restren an rol wolya",
	"watchlistedit-raw-explain": "Yma diskwedhys a-woles folennow war agas rol wolya, may hyllir hy chanjya dre geworra dhedhi ha dilea dhyworti;\nunn ditel war unn linen.\nPan vowgh gorfennys, klyckyewgh \"{{int:Watchlistedit-raw-submit}}\".\nHwi a yll [[Special:EditWatchlist|devnydhya an janjyel usadow]] ynwedh.",
	"watchlistedit-raw-titles": "Titlys:",
	"watchlistedit-raw-submit": "Nowedhi an rol wolya",
	"watchlistedit-raw-done": "Nowedhys re beu agas rol wolya.",
	"watchlistedit-raw-added": "Keworrys veu {{PLURAL:$1|$1 titel}}:",
	"watchlistedit-raw-removed": "Diles veu {{PLURAL:$1|$1 titel}}:",
	"watchlisttools-view": "Gweles chanjyow longus",
	"watchlisttools-edit": "Gweles ha chanjya an rol wolya",
	"watchlisttools-raw": "Chanjya restren an rol wolya",
	"signature": "[[{{ns:user}}:$1|$2]] ([[{{ns:user_talk}}:$1|keskows]])",
	"version": "Versyon",
	"version-other": "Aral",
	"version-version": "($1)",
	"fileduplicatesearch-filename": "Hanow an restren:",
	"fileduplicatesearch-submit": "Hwilas",
	"specialpages": "Folennow arbennek",
	"specialpages-group-login": "Omgelmi / gwruthyl akont",
	"blankpage": "Folen wag",
	"tag-filter": "Sidhel [[Special:Tags|tagyow]]:",
	"tag-list-wrapper": "([[Special:Tags|{{PLURAL:$1|Tagg|Taggys}}]]: $2)",
	"tags-edit": "chanjya",
	"dberr-problems": "Drog yw genen! An wiasva-ma a's teves kaletter teknogel.",
	"dberr-again": "Assayewgh gortos pols ha daskarga.",
	"dberr-info": "(Ny yllir kestava orth servyer an database: $1)",
	"dberr-usegoogle": "Hwi a yll assaya hwilas dre Google.",
	"logentry-delete-delete": "$1 a {{GENDER:$2|dhileas}} an folen $3",
	"logentry-move-move": "$1 {{GENDER:$2|a wayas}} an folen $3 dhe $4",
	"logentry-move-move-noredirect": "$1 {{GENDER:$2|a wayas}} an folen $3 dhe $4 heb gasa daskedyans",
	"logentry-move-move_redir": "$1 {{GENDER:$2|a wayas}} an folen $3 dhe $4 dres daskedyans",
	"logentry-newusers-create": "{{GENDER:$2|Gwruthys}} veu an akont devnydhyer $1",
	"searchsuggest-search": "Hwilas",
	"searchsuggest-containing": "ynni...",
	"special-characters-group-latin": "Latin",
	"special-characters-group-latinextended": "Latin ystynnys",
	"special-characters-group-ipa": "IPA",
	"special-characters-group-symbols": "Arwodhyow",
	"special-characters-group-greek": "Greka",
	"special-characters-group-arabic": "Arabek",
	"special-characters-group-arabicextended": "Arabek ystynnys",
	"special-characters-group-persian": "Persek",
	"special-characters-group-hebrew": "Ebrow",
	"special-characters-group-bangla": "Bengalek",
	"special-characters-group-telugu": "Telugu",
	"special-characters-group-sinhala": "Sinhala",
	"special-characters-group-gujarati": "Gujarati",
	"special-characters-group-thai": "Tay",
	"special-characters-group-lao": "Laosek",
	"special-characters-group-khmer": "Khmer"
}