Localisation updates for core and extension messages from translatewiki.net (2010...
[lhc/web/wiklou.git] / languages / messages / MessagesKw.php
1 <?php
2 /** Cornish (Kernewek)
3 *
4 * See MessagesQqq.php for message documentation incl. usage of parameters
5 * To improve a translation please visit http://translatewiki.net
6 *
7 * @ingroup Language
8 * @file
9 *
10 * @author Kernoweger
11 * @author Kw-Moon
12 * @author MF-Warburg
13 * @author Malafaya
14 * @author Mongvras
15 * @author Nicky.ker
16 */
17
18 $namespaceNames = array(
19 NS_MEDIA => 'Media',
20 NS_SPECIAL => 'Arbennek',
21 NS_TALK => 'Keskows',
22 NS_USER => 'Devnydhyer',
23 NS_USER_TALK => 'Keskows_Devnydhyer',
24 NS_PROJECT_TALK => 'Keskows_$1',
25 NS_FILE => 'Restren',
26 NS_FILE_TALK => 'Keskows_Restren',
27 NS_MEDIAWIKI => 'MediaWiki',
28 NS_MEDIAWIKI_TALK => 'Keskows_MediaWiki',
29 NS_TEMPLATE => 'Skantlyn',
30 NS_TEMPLATE_TALK => 'Keskows_Skantlyn',
31 NS_HELP => 'Gweres',
32 NS_HELP_TALK => 'Keskows_Gweres',
33 NS_CATEGORY => 'Klass',
34 NS_CATEGORY_TALK => 'Keskows_Klass',
35 );
36
37 $namespaceAliases = array(
38 'Arbednek' => NS_SPECIAL,
39 'Cows' => NS_TALK,
40 'Kescows' => NS_TALK,
41 'Cows_Devnydhyer' => NS_USER_TALK,
42 'Kescows_Devnydhyer' => NS_USER_TALK,
43 'Cows_$1' => NS_PROJECT_TALK,
44 'Kescows_$1' => NS_PROJECT_TALK,
45 'Cows_Restren' => NS_FILE_TALK,
46 'Kescows_Restren' => NS_FILE_TALK,
47 'Cows_MediaWiki' => NS_MEDIAWIKI_TALK,
48 'Cows_MediaWiki' => NS_MEDIAWIKI_TALK,
49 'Cows_Scantlyn' => NS_TEMPLATE_TALK,
50 'Scantlyn' => NS_TEMPLATE,
51 'Kescows_Scantlyn' => NS_TEMPLATE_TALK,
52 'Cows_Gweres' => NS_HELP_TALK,
53 'Kescows_Gweres' => NS_HELP_TALK,
54 'Cows_Class' => NS_CATEGORY_TALK,
55 'Class' => NS_CATEGORY,
56 'Kescows_Class' => NS_CATEGORY_TALK,
57 );
58
59 $specialPageAliases = array(
60 'Watchlist' => array( 'Rol_golyas' ),
61 'Recentchanges' => array( 'Chanjyow_a-dhiwedhes' ),
62 'Upload' => array( 'Ughcarga' ),
63 'Randompage' => array( 'FolenDreJons' ),
64 'Allpages' => array( 'OllFolennow' ),
65 'Specialpages' => array( 'FolennowArbennek' ),
66 'Contributions' => array( 'Kevrohow' ),
67 'Emailuser' => array( 'EbostyaDevnydhyer' ),
68 'Movepage' => array( 'RemovyaFolen' ),
69 'Categories' => array( 'Classys' ),
70 'Export' => array( 'Esperthy' ),
71 'Version' => array( 'Versyon' ),
72 'Allmessages' => array( 'OllMessajow' ),
73 'Blockip' => array( 'Let' ),
74 'Import' => array( 'Ymperthy' ),
75 'Mypage' => array( 'OwFolen' ),
76 'Mytalk' => array( 'OwHows' ),
77 'Mycontributions' => array( 'OwHevrohow' ),
78 'Search' => array( 'Whilans' ),
79 );
80
81 $messages = array(
82 # User preference toggles
83 'tog-hideminor' => 'Cudha chanjyow bian yn chanjyow a-dhiwedhes',
84
85 'underline-never' => 'Nevra',
86
87 # Dates
88 'sunday' => "De' Sul",
89 'monday' => "De' Lun",
90 'tuesday' => "De' Meurth",
91 'wednesday' => "De' Merher",
92 'thursday' => "De' Yow",
93 'friday' => "De' Gwener",
94 'saturday' => "De' Sadorn",
95 'sun' => 'Sul',
96 'mon' => 'Lun',
97 'tue' => 'Meu',
98 'wed' => 'Mer',
99 'thu' => 'Yow',
100 'fri' => 'Gwe',
101 'sat' => 'Sad',
102 'january' => 'Genver',
103 'february' => 'Whevrel',
104 'march' => 'Meurth',
105 'april' => 'Ebrel',
106 'may_long' => 'Me',
107 'june' => 'Metheven',
108 'july' => 'Gortheren',
109 'august' => 'Est',
110 'september' => 'Gwynngala',
111 'october' => 'Hedra',
112 'november' => 'Du',
113 'december' => 'Kevardhu',
114 'january-gen' => 'Genver',
115 'february-gen' => 'Whevrel',
116 'march-gen' => 'Meurth',
117 'april-gen' => 'Ebrel',
118 'may-gen' => 'Me',
119 'june-gen' => 'Metheven',
120 'july-gen' => 'Gortheren',
121 'august-gen' => 'Est',
122 'september-gen' => 'Gwynngala',
123 'october-gen' => 'Hedra',
124 'november-gen' => 'Du',
125 'december-gen' => 'Kevardhu',
126 'jan' => 'Gen',
127 'feb' => 'Whe',
128 'mar' => 'Meu',
129 'apr' => 'Ebr',
130 'may' => 'Me',
131 'jun' => 'Met',
132 'jul' => 'Gor',
133 'aug' => 'Est',
134 'sep' => 'Gwy',
135 'oct' => 'Hed',
136 'nov' => 'Du',
137 'dec' => 'Kev',
138
139 # Categories related messages
140 'pagecategories' => '{{PLURAL:$1|Class|Class}}',
141 'category_header' => 'Folednow y\'n class "$1"',
142 'subcategories' => 'Isglassys',
143 'category-media-header' => 'Media y\'n class "$1"',
144 'hidden-categories' => '{{PLURAL:$1|Class covys|Class covys}}',
145 'hidden-category-category' => 'Classys covys',
146 'category-subcat-count' => "{{PLURAL:$2|Nyns ujy dhe'n class-ma saw an isglass a-sew.|Yma dhe'n class-ma an {{PLURAL:$1|isglass|$1 isglassys}} a-sew; yma $2 isglass dhodho yn sum.}}",
147 'category-article-count' => "{{PLURAL:$2|Nyns eus dhe'n class-ma saw an folen a-sew.|Yma'n {{PLURAL:$1|folen|$1 folednow}} a-sew y'n class-ma; yma $2 class yn sum.}}",
148 'listingcontinuesabbrev' => 'pes.',
149
150 'about' => 'A-dro dhe',
151 'newwindow' => '(y whra egery yn fenester nowyth)',
152 'cancel' => 'Hedhy',
153 'moredotdotdot' => 'Moy...',
154 'mypage' => 'Ow folen',
155 'mytalk' => 'Ow hows',
156 'anontalk' => 'Kescows rag an trigva IP-ma',
157 'navigation' => 'Lewyans',
158 'and' => '&#32;ha(g)',
159
160 # Cologne Blue skin
161 'qbfind' => 'Whila',
162 'qbbrowse' => 'Peury',
163 'qbedit' => 'Chanjya',
164 'qbpageoptions' => 'An folen-ma',
165 'qbmyoptions' => 'Ow folednow',
166 'qbspecialpages' => 'Folednow arbednek',
167
168 # Vector skin
169 'vector-action-addsection' => 'Keworra mater',
170 'vector-action-delete' => 'Dilea',
171 'vector-action-move' => 'Gwaya',
172 'vector-action-protect' => 'Difres',
173 'vector-action-undelete' => 'Disdhilea',
174 'vector-action-unprotect' => 'Disdhifres',
175 'vector-view-create' => 'Gwruthyl',
176 'vector-view-edit' => 'Chanjya',
177 'vector-view-history' => 'Gweles istory an folen',
178 'vector-view-view' => 'Redya',
179 'vector-view-viewsource' => 'Gweles pennfenten',
180
181 'errorpagetitle' => 'Gwall',
182 'returnto' => 'Dewheles dhe $1.',
183 'tagline' => 'Dhyworth {{SITENAME}}',
184 'help' => 'Gweres',
185 'search' => 'Whilans',
186 'searchbutton' => 'Whila',
187 'go' => 'Ke',
188 'searcharticle' => 'Ke',
189 'history' => 'Istory an folen',
190 'history_short' => 'Istory',
191 'info_short' => 'Kedhlow',
192 'printableversion' => 'Versyon pryntyadow',
193 'permalink' => 'Kevren fast',
194 'print' => 'Pryntya',
195 'edit' => 'Chanjya',
196 'create' => 'Gwruthyl',
197 'editthispage' => 'Chanjya an folen-ma',
198 'create-this-page' => 'Gwruthyl an folen-ma',
199 'delete' => 'Dilea',
200 'deletethispage' => 'Dilea an folen-ma',
201 'undelete_short' => 'Disdhilea {{PLURAL:$1|udn janj|$1 chanj}}',
202 'protect' => 'Difres',
203 'protect_change' => 'chanjya',
204 'protectthispage' => 'Difres an folen-ma',
205 'unprotect' => 'Disdhifres',
206 'unprotectthispage' => 'Disdhifres an folen-ma',
207 'newpage' => 'Folen nowyth',
208 'talkpage' => "Dadhelva a-dro dhe'n folen-ma",
209 'talkpagelinktext' => 'kescows',
210 'specialpage' => 'Folen arbednek',
211 'personaltools' => 'Toulys personel',
212 'postcomment' => 'Radn nowyth',
213 'talk' => 'Kescows',
214 'views' => 'Gwelyow',
215 'toolbox' => 'Box toulys',
216 'userpage' => 'Folen devnydhyer',
217 'projectpage' => 'Folen meta',
218 'imagepage' => 'Gweles folen an restren',
219 'mediawikipage' => 'Gweles folen an messajow',
220 'templatepage' => 'Gweles folen an scantlyn',
221 'viewhelppage' => 'Gweles an folen gweres',
222 'categorypage' => 'Gweles folen an class',
223 'viewtalkpage' => 'Gweles an kescows',
224 'otherlanguages' => 'Yn tavosow erel',
225 'redirectedfrom' => '(Daswedyes dhort $1)',
226 'redirectpagesub' => 'Folen daswedyans',
227 'lastmodifiedat' => 'An folen-ma a veu kens chanjys an $1, dhe $2.',
228 'jumpto' => 'Labma dhe:',
229 'jumptonavigation' => 'lewyans',
230 'jumptosearch' => 'whilans',
231
232 # 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).
233 'aboutsite' => 'A-dro dhe {{SITENAME}}',
234 'aboutpage' => 'Project:Derivadow',
235 'copyright' => 'Cavadow yw an dalgh yn-dadn $1.',
236 'copyrightpage' => '{{ns:project}}:Gwirbryntyansow',
237 'currentevents' => 'Darvosow a-lebmyn',
238 'currentevents-url' => 'Project:Darvosow a-lebmyn',
239 'disclaimers' => 'Avisyansow',
240 'disclaimerpage' => 'Project:Avisyans ollgebmyn',
241 'edithelp' => 'Gweres gen chanjya',
242 'edithelppage' => 'Help:Chanjya',
243 'helppage' => 'Help:Gweres',
244 'mainpage' => 'Pennfolen',
245 'mainpage-description' => 'Pennfolen',
246 'policy-url' => 'Project:Policy',
247 'portal' => 'Porth an gemeneth',
248 'portal-url' => 'Project:Porth an gemeneth',
249 'privacy' => 'Policy privetter',
250 'privacypage' => 'Project:Policy privetter',
251
252 'badaccess' => 'Gwall cubmyes',
253
254 'ok' => 'Sur',
255 'retrievedfrom' => 'Daskevys dhort "$1"',
256 'youhavenewmessages' => 'Yma $1 genowgh ($2).',
257 'newmessageslink' => 'messajys nowyth',
258 'newmessagesdifflink' => 'chanj kens',
259 'youhavenewmessagesmulti' => 'Yma messajow nowyth genowgh war $1',
260 'editsection' => 'chanjya',
261 'editold' => 'chanjya',
262 'viewsourceold' => 'gweles an pennfenten',
263 'editlink' => 'chanjya',
264 'viewsourcelink' => 'gweles an fenten',
265 'editsectionhint' => 'Chanjya an radn: $1',
266 'toc' => 'Synsys',
267 'showtoc' => 'disqwedhes',
268 'hidetoc' => 'cudha',
269 'viewdeleted' => 'Gweles $1?',
270 'site-rss-feed' => '$1 RSS feed',
271 'site-atom-feed' => '$1 Atom feed',
272 'page-rss-feed' => '"$1" feed RSS',
273 'page-atom-feed' => '"$1" feed Atom',
274 'red-link-title' => '$1 (nyns eus folen henwys yndelma na whath)',
275
276 # Short words for each namespace, by default used in the namespace tab in monobook
277 'nstab-main' => 'Erthygel',
278 'nstab-user' => 'Folen devnydhyer',
279 'nstab-media' => 'Folen media',
280 'nstab-special' => 'Folen arbednek',
281 'nstab-project' => 'Folen towl',
282 'nstab-image' => 'Restren',
283 'nstab-mediawiki' => 'Messaj',
284 'nstab-template' => 'Scantlyn',
285 'nstab-help' => 'Gweres',
286 'nstab-category' => 'Class',
287
288 # General errors
289 'error' => 'Gwall',
290 'missingarticle-rev' => '(amendyans#: $1)',
291 'missingarticle-diff' => '(Dyffrans: $1, $2)',
292 'badtitle' => 'Titel drog',
293 'viewsource' => 'Gweles fenten',
294 'viewsourcefor' => 'rag $1',
295
296 # Login and logout pages
297 'yourname' => 'Hanow-usyer:',
298 'yourpassword' => 'Ger-tremena:',
299 'yourpasswordagain' => 'Jynnscrifewgh agas ger-tremena arta:',
300 'remembermypassword' => "Remembra ow ger-tremena war'n amontyer-ma (rag ughboynt a $1 {{PLURAL:$1|dedh|dedh}})",
301 'yourdomainname' => 'Agas diredh:',
302 'login' => 'Omgelmy',
303 'nav-login-createaccount' => 'Omgelmy / Formya acont nowyth',
304 'loginprompt' => 'Why a res galosegy cookies rag omgelmy orth {{SITENAME}}.',
305 'userlogin' => 'Omgelmy / formya acont nowyth',
306 'logout' => 'Digelmy',
307 'userlogout' => 'Digelmy',
308 'notloggedin' => 'Digelmys',
309 'nologin' => "Nyns eus acont dhewgh? '''$1'''.",
310 'nologinlink' => 'Form acont',
311 'createaccount' => 'Form acont nowyth',
312 'gotaccount' => "Eus acont genowgh seulabres? '''$1'''.",
313 'gotaccountlink' => 'Omgelmy',
314 'createaccountmail' => 'der e-bost',
315 'mailmypassword' => 'E-bostya ger-tremena nowyth',
316 'loginlanguagelabel' => 'Yeth: $1',
317
318 # Password reset dialog
319 'resetpass' => 'Chanjya ger-tremena',
320 'resetpass_header' => 'Chanjya ger-tremena an acont',
321 'oldpassword' => 'Ger-tremena coth:',
322 'newpassword' => 'Ger-tremena nowyth:',
323 'resetpass-submit-loggedin' => 'Chanjya an ger-tremena',
324
325 # Edit page toolbar
326 'bold_sample' => 'Text tew',
327 'bold_tip' => 'Text tew',
328 'italic_sample' => 'Text italek',
329 'italic_tip' => 'Text italek',
330 'link_sample' => 'Titel an gevren',
331 'link_tip' => 'Kevren bervedhel',
332 'extlink_sample' => 'http://www.example.com titel an gevren',
333 'extlink_tip' => 'Kevren a-mes (remembra an rager http://)',
334 'headline_sample' => 'Text pennlinen',
335 'headline_tip' => 'Pennlinen nivel 2',
336 'math_sample' => 'Keworrewgh an furvel obma',
337 'math_tip' => 'Furvel galcoriethek (LaTeX)',
338 'image_tip' => 'Restren neythys',
339 'media_tip' => 'Kevren restren',
340 'sig_tip' => 'Agas sinans gen stampa-termyn',
341
342 # Edit pages
343 'summary' => 'Derivas cot:',
344 'subject' => 'Testen/Pennlinen:',
345 'minoredit' => 'Hemm yw chanj bian',
346 'watchthis' => 'Golya an folen-ma',
347 'savearticle' => 'Gwitha',
348 'preview' => 'Ragwel',
349 'showpreview' => 'Ragweles',
350 'showdiff' => 'Disqwedhes an chanjyow',
351 'anoneditwarning' => "'''Gwarnyans:''' Nyns owgh why omgelmys.
352 Agas trigva IP a vedh recordys yn istory chanjyow an folen-ma.",
353 'summary-preview' => "Ragweles a'n derivas cot:",
354 'loginreqlink' => 'omgelmy',
355 'newarticle' => '(Nowyth)',
356 'noarticletext' => 'Nyns eus text war an folen-ma a-lebmyn.
357 Why a ell [[Special:Search/{{PAGENAME}}|whila titel an folen-ma]] yn folednow erel,
358 <span class="plainlinks">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} whila y\'n covnotednow kelmys],
359 po [{{fullurl:{{FULLPAGENAME}}|action=edit}} chanjya an folen-ma]</span>.',
360 'note' => "'''Noten:'''",
361 'previewnote' => "'''Gwrewgh remembra, nyns yw hemm ma's ragwel.''' Nyns yw agas chanjyow gwithys whath!",
362 'editing' => 'ow chanjya $1',
363 'editingsection' => 'ow chanjya $1 (rann)',
364 'editingcomment' => 'ow chanjya $1 (rann nowyth)',
365 'yourtext' => 'Agas text',
366 'yourdiff' => 'Dyffransow',
367 'templatesused' => '{{PLURAL:$1|Scantlyn|Scantlyns}} usys war an folen-ma:',
368 'templatesusedpreview' => "{{PLURAL:$1|Scantlyn|Scantlyns}} usys y'n ragwel-ma:",
369 'template-protected' => '(gwithys)',
370 'template-semiprotected' => '(hanter-difresys)',
371 'hiddencategories' => 'Esel a {{PLURAL:$1|1 class covys|$1 class covys}} yw an folen-ma:',
372 'permissionserrorstext-withaction' => 'Nyns eus cubmyes dhewgh dhe $2, rag an {{PLURAL:$1|cheson|chesonys}} a-sew:',
373
374 # History pages
375 'viewpagelogs' => 'Gweles covnotednow an folen-ma',
376 'currentrev-asof' => 'An chanj diwettha dhort $1',
377 'revisionasof' => 'Amendyans woja $1',
378 'previousrevision' => '← Amendyans cottha',
379 'nextrevision' => 'Daswel nowyttha →',
380 'currentrevisionlink' => 'An amendyans diwettha',
381 'cur' => 'lem',
382 'next' => 'nessa',
383 'last' => 'kens',
384 'page_first' => 'kensa',
385 'page_last' => 'kens',
386 'history-fieldset-title' => 'Peury an istory',
387 'histfirst' => 'An moyha a-varr',
388 'histlast' => 'An diwettha',
389 'historyempty' => '(gwag)',
390
391 # Revision deletion
392 'rev-delundel' => 'disqwedhes/cudha',
393 'revdel-restore' => 'chanjya an hewelder',
394 'pagehist' => 'Istory an folen',
395 'revdelete-uname' => 'hanow-usyer',
396
397 # History merging
398 'mergehistory-reason' => 'Acheson:',
399
400 # Merge log
401 'revertmerge' => 'Disworunya',
402
403 # Diffs
404 'history-title' => 'Istory an folen "$1"',
405 'difference' => '(Dyffrans ynter an amendyansow)',
406 'lineno' => 'Linen $1:',
407 'compareselectedversions' => 'Hevelly an amendyansow dewisyes',
408 'editundo' => 'diswul',
409
410 # Search results
411 'searchresults' => 'Sewyansow an whilans',
412 'searchresults-title' => 'Sewyansow an whilans rag "$1"',
413 'searchresulttext' => 'Rag derivadow pella war whilas yn {{SITENAME}}, gwelewgh [[{{MediaWiki:Helppage}}|{{int:help}}]].',
414 'searchsubtitle' => 'Why a wrug whilas \'\'\'[[:$1]]\'\'\' ([[Special:Prefixindex/$1|oll folednow ow talleth gen "$1"]]{{int:pipe-separator}}[[Special:WhatLinksHere/$1|oll folednow ow kevredna dhe "$1"]])',
415 'searchsubtitleinvalid' => "Why a whilas '''$1'''",
416 'notitlematches' => 'Nyns eus titel folen ow machya',
417 'notextmatches' => 'Nyns eus text folen ow machya',
418 'prevn' => 'kens {{PLURAL:$1|$1}}',
419 'nextn' => 'nessa {{PLURAL:$1|$1}}',
420 'viewprevnext' => 'Gweles ($1 {{int:pipe-separator}} $2) ($3)',
421 'searchmenu-legend' => 'Dewisyansow whilans',
422 'searchmenu-exists' => "'''Yma folen henwys \"[[:\$1]]\" war an wiki-ma'''",
423 'searchmenu-new' => "'''Gwruthyl an folen \"[[:\$1]]\" war an wiki-ma!'''",
424 'searchhelp-url' => 'Help:Gweres',
425 'searchprofile-images' => 'Liesmedia',
426 'searchprofile-everything' => 'Puptra',
427 'searchprofile-advanced' => 'Avoncys',
428 'searchprofile-articles-tooltip' => 'Whila yn $1',
429 'searchprofile-project-tooltip' => 'Whila yn $1',
430 'searchprofile-images-tooltip' => 'Whila restrennow',
431 'search-result-size' => '$1 ({{PLURAL:$2|1 ger|$2 ger}})',
432 'search-redirect' => '(daswedyans $1)',
433 'search-section' => '(rann $1)',
434 'search-suggest' => "A wrugo'why menya: $1",
435 'search-interwiki-caption' => 'Towlow whor',
436 'search-interwiki-default' => '$1 sewyansow:',
437 'search-interwiki-more' => '(moy)',
438 'search-mwsuggest-enabled' => 'gen profyansow',
439 'search-mwsuggest-disabled' => 'profyansow vyth',
440 'searchall' => 'oll',
441 'nonefound' => "'''Noten''': Nyns yw saw radn a'n spasys-hanow whilys yn sqwir.
442 Gwrewgh assaya dhe rag-gorra agas govyn gen ''all:'' rag whila yn pub le (a-barth an folednow kescows, scantlyns, etc), po usyewgh an spas-hanow whensys avel rag-gorrans.",
443 'powersearch' => 'Whilans avoncys',
444 'powersearch-legend' => 'Whilans avoncys',
445 'powersearch-ns' => 'Whila yn spasys-hanow:',
446 'powersearch-redir' => 'Gorra yn rol an daswedyansow',
447 'powersearch-field' => 'Whila',
448 'powersearch-toggleall' => 'Oll',
449
450 # Preferences page
451 'preferences' => 'Dewisyansow',
452 'mypreferences' => 'Ow dewisyansow',
453 'changepassword' => 'Chanjya an ger-tremena',
454 'prefs-skin' => 'Crohen',
455 'prefs-datetime' => 'Dedhyans hag eur',
456 'prefs-rc' => 'Chanjyow a-dhiwedhes',
457 'prefs-watchlist' => 'Rol golyas',
458 'prefs-resetpass' => 'Chanjya ger-tremena',
459 'prefs-email' => 'Dewisyansow e-bost',
460 'saveprefs' => 'Gwitha',
461 'searchresultshead' => 'Whilans',
462 'timezoneregion-africa' => 'Africa',
463 'timezoneregion-america' => 'America',
464 'timezoneregion-antarctica' => 'Antarctica',
465 'timezoneregion-arctic' => 'Arctek',
466 'timezoneregion-asia' => 'Asia',
467 'timezoneregion-atlantic' => 'Mor Atlantek',
468 'timezoneregion-australia' => 'Awstralya',
469 'timezoneregion-europe' => 'Europa',
470 'timezoneregion-indian' => 'Mor Eyndek',
471 'timezoneregion-pacific' => 'Mor Cosel',
472 'prefs-searchoptions' => 'Dewisyansow whilans',
473 'prefs-files' => 'Restrennow',
474 'youremail' => 'E-bost:',
475 'username' => 'Hanow-usyer:',
476 'uid' => 'ID devnydhyer:',
477 'prefs-memberingroups' => "Esel a'n {{PLURAL:$1|bagas|bagasow}}:",
478 'yourrealname' => 'Hanow gwir:',
479 'yourlanguage' => 'Yeth:',
480 'yournick' => 'Sinans nowyth:',
481 'yourgender' => 'Reyth:',
482 'gender-male' => 'Gorow',
483 'gender-female' => 'Benow',
484 'email' => 'E-bost',
485 'prefs-signature' => 'Sinans',
486 'prefs-advancedediting' => 'Dewisyansow avoncys',
487 'prefs-advancedrc' => 'Dewisyansow avoncys',
488 'prefs-advancedrendering' => 'Dewisyansow avoncys',
489 'prefs-advancedsearchoptions' => 'Dewisyansow avoncys',
490 'prefs-advancedwatchlist' => 'Dewisyansow avoncys',
491
492 # User rights
493 'userrights-groupsmember' => 'Esel a:',
494 'userrights-reason' => 'Acheson:',
495
496 # Groups
497 'group' => 'Bagas:',
498 'group-user' => 'Devnydhyoryon',
499 'group-bot' => 'Botow',
500 'group-sysop' => 'Menysteryon',
501 'group-all' => '(oll)',
502
503 'group-user-member' => 'Devnydhyer',
504 'group-bot-member' => 'Bot',
505 'group-sysop-member' => 'Menyster',
506
507 'grouppage-user' => '{{ns:project}}:Devnydhyoryon',
508 'grouppage-bot' => '{{ns:project}}:Botow',
509 'grouppage-sysop' => '{{ns:project}}:Menysteryon',
510
511 # Rights
512 'right-read' => 'Redya folednow',
513 'right-edit' => 'Chanjya folednow',
514 'right-createtalk' => 'Gwruthyl folednow kescows',
515 'right-createaccount' => 'Form acontow devnydhyer nowyth',
516 'right-move' => 'Gwaya folednow',
517 'right-movefile' => 'Gwaya restrednow',
518 'right-upload' => 'Ughcarga restrednow',
519 'right-delete' => 'Dilea folednow',
520
521 # User rights log
522 'rightslog' => 'Covscrifen gwiryow devnydhyer',
523
524 # Associated actions - in the sentence "You do not have permission to X"
525 'action-edit' => 'chanjya an folen-ma',
526 'action-move' => 'gwaya an folen ma',
527 'action-movefile' => 'gwaya an restren ma',
528 'action-upload' => 'ughcarga an restren-ma',
529 'action-delete' => 'dilea an folen ma',
530
531 # Recent changes
532 'nchanges' => '$1 {{PLURAL:$1|chanj|chanj}}',
533 'recentchanges' => 'Chanjyow a-dhiwedhes',
534 'recentchanges-legend' => 'Dewisyansow an chanjyow a-dhiwedhes',
535 'recentchangestext' => "Sewya an chanjyow diwettha eus dhe'n wiki war'n folen-ma.",
536 'recentchanges-feed-description' => "Sewya an chanjyow diwettha dhe'n wiki y'n feed-ma.",
537 'recentchanges-label-legend' => 'Alwhedh: $1.',
538 'recentchanges-legend-newpage' => '$1 - folen nowyth',
539 'recentchanges-legend-minor' => '$1 - chanj bian',
540 'recentchanges-label-minor' => 'Hemm yw chanj bian',
541 'recentchanges-legend-bot' => '$1 - chanj gans bot',
542 'rclistfrom' => 'Disqwedhes chanjyow nowyth ow talleth a-dhia $1.',
543 'rcshowhideminor' => '$1 chanjyow bian',
544 'rcshowhidebots' => '$1 botow',
545 'rcshowhideliu' => '$1 devnydhoryon omgelmys',
546 'rcshowhideanons' => '$1 devnydhyoryon dihanow',
547 'rcshowhidemine' => '$1 ow chanjyow',
548 'rclinks' => "Disqwedhes an $1 chanj a-dhiwedhes gwres e'n $2 dedh a-dhiwedhes<br />$3",
549 'diff' => 'dyffrans',
550 'hist' => 'ist',
551 'hide' => 'Cudha',
552 'show' => 'Disqwedhes',
553 'minoreditletter' => 'B',
554 'newpageletter' => 'N',
555 'boteditletter' => 'bot',
556 'newsectionsummary' => '/* $1 */ rann nowyth',
557 'rc-enhanced-expand' => 'Disqwedhes an manylyon (JavaScript gorholys)',
558 'rc-enhanced-hide' => 'Cudha manylyon',
559
560 # Recent changes linked
561 'recentchangeslinked' => 'Chanjyow kelmys',
562 'recentchangeslinked-feed' => 'Chanjyow kelmys',
563 'recentchangeslinked-toolbox' => 'Chanjyow kelmys',
564 'recentchangeslinked-title' => 'Chanjyow kelmys dhe "$1"',
565 'recentchangeslinked-summary' => "↓ Hemm yw rol a janjyow a-dhiwedhes gwres war folednow kevrednys dhort folen ragavysyes (po dhe esely class ragavysyes).
566 Yth yw folednow eus war agas [[Special:Watchlist|rol golyas]] yn '''tew'''.",
567 'recentchangeslinked-page' => 'Hanow an folen:',
568
569 # Upload
570 'upload' => 'Ughcarga restren',
571 'uploadbtn' => 'Ughcarga restren',
572 'uploadlogpage' => 'Covscrifen ughcargans',
573 'filename' => 'Hanow-restren',
574 'filesource' => 'Pennfenten:',
575 'savefile' => 'Gwitha restren',
576 'uploadedimage' => '"[[$1]]" ughkergys',
577 'watchthisupload' => 'Golya an folen-ma',
578
579 # Special:ListFiles
580 'imgfile' => 'restren',
581 'listfiles_date' => 'Dedhyas',
582 'listfiles_name' => 'Hanow',
583 'listfiles_user' => 'Devnydhyer',
584
585 # File description page
586 'file-anchor-link' => 'Restren',
587 'filehist' => 'Istory an folen',
588 'filehist-deleteall' => 'dilea oll',
589 'filehist-deleteone' => 'dilea',
590 'filehist-current' => 'a-lebmyn',
591 'filehist-datetime' => 'Dedhyans/Eur',
592 'filehist-thumb' => 'Skeusednik',
593 'filehist-thumbtext' => 'Skeusednik rag an versyon dhort $1',
594 'filehist-user' => 'Devnydhyer',
595 'filehist-dimensions' => 'Mynsow',
596 'filehist-comment' => 'Ger',
597 'imagelinks' => 'Kevrednow an restren',
598 'linkstoimage' => "Yma'n {{PLURAL:$1|folen|$1 folen}} a-sew ow kevredna dhe'n restren-ma:",
599 'sharedupload' => 'Yma an folen-ma ow tos dhort $1 ha hi a ell bos usys gen ragdresow erel.',
600 'uploadnewversion-linktext' => "Ughcarga versyon nowyth a'n restren-ma",
601
602 # File deletion
603 'filedelete' => 'Dilea $1',
604 'filedelete-legend' => 'Dilea an restren',
605 'filedelete-submit' => 'Dilea',
606
607 # MIME search
608 'download' => 'iscarga',
609
610 # Unused templates
611 'unusedtemplateswlh' => 'kevrednow erel',
612
613 # Random page
614 'randompage' => 'Folen dre jons',
615
616 # Statistics
617 'statistics-pages' => 'Folednow',
618
619 'brokenredirects-edit' => 'chanjya',
620 'brokenredirects-delete' => 'dilea',
621
622 'withoutinterwiki-submit' => 'Disqwedhes',
623
624 # Miscellaneous special pages
625 'nbytes' => '$1 {{PLURAL:$1|bayt|bayt}}',
626 'nmembers' => '$1 {{PLURAL:$1|esel|esel}}',
627 'newpages' => 'Folednow nowyth',
628 'newpages-username' => 'Hanow-usyer:',
629 'move' => 'Gwaya',
630 'movethispage' => 'Gwaya an folen-ma',
631 'pager-newer-n' => '{{PLURAL:$1|1 nowyttha|$1 nowyttha}}',
632 'pager-older-n' => '{{PLURAL:$1|1 cottha|$1 cottha}}',
633
634 # Book sources
635 'booksources' => 'Penn-fentynyow lyver',
636 'booksources-search-legend' => 'Whilas pennfentydnyow lyver',
637 'booksources-go' => 'Ke',
638
639 # Special:Log
640 'specialloguserlabel' => 'Devnydhyer:',
641 'speciallogtitlelabel' => 'Titel:',
642 'log' => 'Covnotednow',
643
644 # Special:AllPages
645 'allpages' => 'Oll folednow',
646 'alphaindexline' => '$1 dhe $2',
647 'prevpage' => 'Folen gens ($1)',
648 'allpagesfrom' => 'Disqwedhes an folednow ujy ow talleth orth:',
649 'allpagesto' => 'Disqwedhes an folednow ujy ow tiwedha orth:',
650 'allarticles' => 'Oll folednow',
651 'allpagesprev' => 'Kens',
652 'allpagesnext' => 'Nessa',
653 'allpagessubmit' => 'Ke',
654
655 # Special:Categories
656 'categories' => 'Classys',
657
658 # Special:DeletedContributions
659 'sp-deletedcontributions-contribs' => 'kevrohow',
660
661 # Special:LinkSearch
662 'linksearch' => 'Kevrednow a-mes',
663 'linksearch-ok' => 'Whila',
664
665 # Special:ListUsers
666 'listusers-submit' => 'Disqwedhes',
667
668 # Special:Log/newusers
669 'newuserlogpage' => 'Covnoten gwryans devnydhyoryon',
670 'newuserlog-create-entry' => 'Devnydhyer nowyth',
671
672 # Special:ListGroupRights
673 'listgrouprights-members' => '(rol an esely)',
674
675 # E-mail user
676 'emailuser' => 'E-bostya an devnydhyer-ma',
677 'emailpage' => 'E-bostya devnydhyer',
678 'defemailsubject' => 'E-bost {{SITENAME}}',
679 'emailfrom' => 'A-dhia:',
680 'emailto' => 'Dhe:',
681 'emailmessage' => 'Messaj:',
682 'emailsend' => 'Danvon',
683
684 # Watchlist
685 'watchlist' => 'Ow rol golyas',
686 'mywatchlist' => 'Ow rol golyas',
687 'addedwatch' => 'Keworrys dhe rol golyas',
688 'watch' => 'Golya',
689 'watchthispage' => 'Golya an folen-ma',
690 'unwatch' => 'Diswolya',
691 'watchlist-options' => 'Dewisyansow an rol golyas',
692
693 # Displayed when you click the "watch" button and it is in the process of watching
694 'watching' => 'Ow colya...',
695 'unwatching' => 'Ow tisgolya...',
696
697 # Delete
698 'deletepage' => 'Dilea an folen',
699 'delete-confirm' => 'Dilea "$1"',
700 'delete-legend' => 'Dilea',
701 'actioncomplete' => 'An gwryans yw cowlwres',
702 'deletedtext' => '"<nowiki>$1</nowiki>" yw dileys.
703 Gwelewgh $2 rag covath a dhileansow a-dhiwedhes.',
704 'deletedarticle' => 'a dhileys "[[$1]]"',
705 'dellogpage' => 'Covnoten dileyansow',
706 'deletecomment' => 'Acheson:',
707 'deleteotherreason' => 'Acheson aral/keworransel:',
708 'deletereasonotherlist' => 'Acheson aral',
709
710 # Rollback
711 'rollbacklink' => 'restorya',
712
713 # Protect
714 'protectlogpage' => 'Covnoten difresyansow',
715 'protectedarticle' => 'a dhifresas "[[$1]]"',
716 'protectcomment' => 'Acheson:',
717 'protectexpiry' => 'Ow tiwetha:',
718 'protect_expiry_invalid' => 'Ufer yw an termyn diweth.',
719 'protect_expiry_old' => "Yma'n termyn diweth y'n termyn eus passyes.",
720 'protect-level-sysop' => 'Menysteryon hepken',
721 'protect-summary-cascade' => 'ow froslabma',
722 'protect-expiring' => 'a wra diwedha $1 (UTC)',
723 'restriction-type' => 'Cubmyas:',
724 'pagesize' => '(bayt)',
725
726 # Restrictions (nouns)
727 'restriction-edit' => 'Chanjya',
728 'restriction-move' => 'Gwaya',
729 'restriction-create' => 'Gwruthyl',
730 'restriction-upload' => 'Ughcarga',
731
732 # Undelete
733 'undeletelink' => 'gweles/daswul',
734 'undeletedarticle' => 'a wrug restorya "[[$1]]"',
735 'undelete-search-submit' => 'Whila',
736 'undelete-show-file-submit' => 'Ea',
737
738 # Namespace form on various pages
739 'namespace' => 'Spas-hanow:',
740 'invert' => 'Trebuchya an dewisyans',
741 'blanknamespace' => '(Penn)',
742
743 # Contributions
744 'contributions' => 'Kevrohow an devnydhyer',
745 'contributions-title' => 'Kevrohow an devnydhyer rag $1',
746 'mycontris' => 'Ow hevrohow',
747 'contribsub2' => 'Rag $1 ($2)',
748 'uctop' => '(gwartha)',
749 'month' => 'A-dhia mis (ha moy a-varr):',
750 'year' => 'A-dhia bledhen (ha moy a-varr):',
751
752 'sp-contributions-newbies' => 'Disqwedhes hepken kevrohow an acontow nowyth',
753 'sp-contributions-blocklog' => 'covnoten an letys',
754 'sp-contributions-talk' => 'kescows',
755 'sp-contributions-search' => 'Whila kevrohow',
756 'sp-contributions-username' => 'Trigva IP po hanow-usyer:',
757 'sp-contributions-submit' => 'Whila',
758
759 # What links here
760 'whatlinkshere' => 'Pyth eus ow kevredna obma',
761 'whatlinkshere-title' => 'Folednow ow kevredna bys "$1"',
762 'whatlinkshere-page' => 'Folen:',
763 'linkshere' => "Yma'n folednow a-sew ow kevredna dhe '''[[:$1]]''':",
764 'isredirect' => 'folen daswedyans',
765 'istemplate' => 'transcludyans',
766 'isimage' => 'kevren an imaj',
767 'whatlinkshere-prev' => '{{PLURAL:$1|kens|kens $1}}',
768 'whatlinkshere-next' => '{{PLURAL:$1|nessa|nessa $1}}',
769 'whatlinkshere-links' => '← kevrednow',
770 'whatlinkshere-hideredirs' => '$1 daswedyansow',
771 'whatlinkshere-hidetrans' => '$1 transcludyans',
772 'whatlinkshere-hidelinks' => '$1 kevrednow',
773 'whatlinkshere-filters' => 'Sidhlow',
774
775 # Block/unblock
776 'blockip' => 'Lettya an devnydhyer',
777 'ipaddress' => 'Trigva IP:',
778 'ipadressorusername' => 'Trigva IP po hanow-usyer:',
779 'ipbreason' => 'Acheson:',
780 'ipbreasonotherlist' => 'Acheson aral',
781 'ipb-blocklist-contribs' => 'Kevrohow rag $1',
782 'ipblocklist-submit' => 'Whila',
783 'blocklink' => 'lettya',
784 'unblocklink' => 'dislettya',
785 'change-blocklink' => 'chanjya an let',
786 'contribslink' => 'kevrohow',
787 'blocklogpage' => 'Covnoten an letys',
788 'blocklogentry' => 'a lettas [[$1]], $2 $3 y/hy termyn diweth',
789 'unblocklogentry' => 'dislettyes $1',
790 'block-log-flags-anononly' => 'devnydhyoryon dihanow hepken',
791 'block-log-flags-hiddenname' => 'hanow-usyer covys',
792
793 # Move page
794 'move-page' => 'Gwaya $1',
795 'move-page-legend' => 'Gwaya folen',
796 'movearticle' => 'Movya an folen:',
797 'newtitle' => 'Dhe titel nowyth:',
798 'move-watch' => 'Golya an folen-ma',
799 'movepagebtn' => 'Gwaya an folen',
800 'pagemovedsub' => 'An gwarnyans a sowenas',
801 'movepage-moved' => '\'\'\'Gwayes yw "$1" war-tu "$2"\'\'\'',
802 'movedto' => 'gwayes war-tu',
803 '1movedto2' => '[[$1]] gwayes war-tu [[$2]]',
804 '1movedto2_redir' => 'a wayas [[$1]] war-tu [[$2]] dres daswedyans',
805 'movelogpage' => 'Covnoten gwayansow',
806 'movereason' => 'Acheson:',
807 'revertmove' => 'trebuchya',
808
809 # Export
810 'export' => 'Esperthy folednow',
811 'export-addcat' => 'Keworra',
812 'export-addns' => 'Keworra',
813
814 # Namespace 8 related
815 'allmessagesname' => 'Hanow',
816
817 # Thumbnails
818 'thumbnail-more' => 'Brashe',
819
820 # Special:Import
821 'import' => 'Ymperthy folednow',
822 'import-interwiki-submit' => 'Ymperthy',
823 'import-upload-filename' => 'Hanow-restren:',
824 'importstart' => 'Owth ymperthy folednow...',
825 'import-noarticle' => 'Folen vyth dhe ymperthy!',
826
827 # Tooltip help for the actions
828 'tooltip-pt-userpage' => 'Agas folen devnydhyer',
829 'tooltip-pt-mytalk' => 'Agas folen gows',
830 'tooltip-pt-preferences' => 'Agas dewisyansow',
831 'tooltip-pt-watchlist' => "An rol a folednow ero'why ow colya",
832 'tooltip-pt-mycontris' => "Rol a'gas kevrohow",
833 'tooltip-pt-login' => 'Gwell via dhewgh mar tewgh hag omgelmy, mes nyns yw besy',
834 'tooltip-pt-logout' => 'Digelmy',
835 'tooltip-ca-talk' => "Dadhelva a-dro dhe'n dalgh",
836 'tooltip-ca-edit' => 'Why a ell chanjya an folen-ma. Mar pleg, gwrewgh usya an boton ragwel kens gwitha.',
837 'tooltip-ca-addsection' => 'Dalleth radn nowyth',
838 'tooltip-ca-viewsource' => 'Alwhedhys yw an folen-ma.
839 Why a ell gweles hy fennfenten.',
840 'tooltip-ca-history' => 'Amendyansow tremenys an folen-ma',
841 'tooltip-ca-protect' => 'Difres an folen-ma',
842 'tooltip-ca-delete' => 'Dilea an folen-ma',
843 'tooltip-ca-move' => 'Gwaya an folen-ma',
844 'tooltip-ca-watch' => "Keworra an folen-ma dhe'gas rol golyas",
845 'tooltip-ca-unwatch' => 'Dilea an folen-ma dhort agas rol golyas',
846 'tooltip-search' => 'Whila yn {{SITENAME}}',
847 'tooltip-search-go' => 'Ke dhe folen gen an keth hanow-ma, mars eus',
848 'tooltip-search-fulltext' => "Whila an text-ma e'n folednow",
849 'tooltip-n-mainpage' => 'Disqwedhes an pennfolen',
850 'tooltip-n-mainpage-description' => 'Godriga an pennfolen',
851 'tooltip-n-portal' => "A-dro dhe'n ragdres, an pyth a ellowgh gwul, ple cavos taclow",
852 'tooltip-n-currentevents' => 'Cavos derivadow kylva war darvosow a-lebmyn',
853 'tooltip-n-recentchanges' => "Rol an chanjyow a-dhiwedhes e'n wiki",
854 'tooltip-n-randompage' => 'Carga folen dre jons',
855 'tooltip-n-help' => 'Gweres',
856 'tooltip-t-whatlinkshere' => 'Rol a bub folednow wiki ow kevredna bys obma',
857 'tooltip-t-recentchangeslinked' => 'Chanjyow a-dhiwedhes yn folednow eus kevrednys orth an folen-ma',
858 'tooltip-feed-rss' => 'Feed RSS rag an folen-ma',
859 'tooltip-feed-atom' => 'Feed Atom rag an folen-ma',
860 'tooltip-t-contributions' => 'Gweles rol kevrohow an devnydhyer-ma',
861 'tooltip-t-emailuser' => "Danvon e-bost dhe'n devnydhyer-ma",
862 'tooltip-t-upload' => 'Ughcarga restrednow',
863 'tooltip-t-specialpages' => 'Rol a bub folen arbednek',
864 'tooltip-t-print' => 'Versyon pryntyadow an folen-ma',
865 'tooltip-t-permalink' => "Kevren fast dhe'n amendyans-ma a'n folen",
866 'tooltip-ca-nstab-main' => 'Gweles an folen dalgh',
867 'tooltip-ca-nstab-user' => 'Gweles an folen devnydhyer',
868 'tooltip-ca-nstab-special' => 'Hemm yw folen arbednek, ny ellowgh why chanjya an folen hy honan.',
869 'tooltip-ca-nstab-project' => 'Gweles folen an wiki',
870 'tooltip-ca-nstab-image' => 'Gweles folen an restren',
871 'tooltip-ca-nstab-template' => 'Gweles an scantlyn',
872 'tooltip-ca-nstab-category' => 'Gweles folen an class',
873 'tooltip-minoredit' => 'Merkya hebma avel chanj bian',
874 'tooltip-save' => 'Gwitha agas chanjyow',
875 'tooltip-preview' => 'Ragweles agas chanjyow; gwrewgh usya hebma kens gwitha mar pleg!',
876 'tooltip-diff' => "Disqwedhes an chanjyow eus gwres genowgh dhe'n text",
877 'tooltip-compareselectedversions' => 'Gweles an dyffransow ynter diw janjyow dewisyes an folen-ma',
878 'tooltip-watch' => "Keworra an folen-ma dhe'gas rol golyas",
879 'tooltip-rollback' => '"Restorya" a wra trebuchya chanjyow gwres dhe\'n folen-ma gen an kens devnydhyer yn onen clyck',
880 'tooltip-undo' => '"Diswul" a wra trebuchya an chanj-ma hag egery an furvlen chanjya yn fordh ragweles. Cheson a ell bos keworrys y\'n derivas cot.',
881
882 # Attribution
883 'siteuser' => 'devnydhyer {{SITENAME}} $1',
884 'lastmodifiedatby' => 'An folen-ma a veu kens chanjys dhe $2, $1 gans $3.',
885 'siteusers' => '{{PLURAL:$2|devnydhyer|devnydhyoryon}} {{SITENAME}} $1',
886
887 # Browsing diffs
888 'previousdiff' => '← Chanj cottha',
889 'nextdiff' => 'Chanj nowyttha →',
890
891 # Media information
892 'file-info-size' => '($1 × $2 pixel, mens an restren: $3, sort MIME : $4)',
893 'file-nohires' => '<small>Nyns eus clerder uhella cavadow.</small>',
894 'svg-long-desc' => '(Restren SVG, $1 × $2 pixel yn hanow, mens an restren: $3)',
895 'show-big-image' => 'Clerder leun',
896 'show-big-image-thumb' => '<small>Mens an ragwel-ma: $1 × $2 pixel</small>',
897
898 # Special:NewFiles
899 'ilsubmit' => 'Whila',
900
901 # Metadata
902 'metadata' => 'Metadata',
903 'metadata-expand' => 'Disqwedhes manylyon ystydnys',
904 'metadata-collapse' => 'Cudha manylyon ystydnys',
905
906 # EXIF tags
907 'exif-imagewidth' => 'Les',
908 'exif-imagelength' => 'Uhelder',
909 'exif-artist' => 'Awtour',
910
911 'exif-meteringmode-255' => 'Aral',
912
913 'exif-contrast-1' => 'Medhel',
914 'exif-contrast-2' => 'Cales',
915
916 # 'all' in various places, this might be different for inflected languages
917 'recentchangesall' => 'oll',
918 'imagelistall' => 'oll',
919 'watchlistall2' => 'oll',
920 'namespacesall' => 'oll',
921 'monthsall' => 'oll',
922
923 # Trackbacks
924 'trackbackremove' => '([$1 Dilea])',
925
926 # Multipage image navigation
927 'imgmultipageprev' => '← folen kens',
928 'imgmultipagenext' => 'folen nessa →',
929 'imgmultigo' => 'Ke!',
930
931 # Table pager
932 'table_pager_limit_submit' => 'Ke',
933
934 # Auto-summaries
935 'autoredircomment' => 'Daswedyas an folen war-tu [[$1]]',
936 'autosumm-new' => "Formas folen gen: '$1'",
937
938 # Watchlist editing tools
939 'watchlisttools-view' => 'Gweles chanjyow longus',
940 'watchlisttools-edit' => 'Gweles ha chanjya an rol golyas',
941 'watchlisttools-raw' => 'Chanjya restren an rol golyas',
942
943 # Special:Version
944 'version' => 'Versyon',
945 'version-other' => 'Aral',
946 'version-version' => '(Versyon $1)',
947
948 # Special:FilePath
949 'filepath-page' => 'Restren:',
950
951 # Special:FileDuplicateSearch
952 'fileduplicatesearch-filename' => 'Hanow-restren:',
953 'fileduplicatesearch-submit' => 'Whila',
954
955 # Special:SpecialPages
956 'specialpages' => 'Folednow arbednek',
957
958 # Special:Tags
959 'tags-edit' => 'chanjya',
960
961 );