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 hebma 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 # "Undo" feature
375 'undo-summary' => 'Diswul amendyans $1 gans [[Special:Contributions/$2|$2]] ([[User talk:$2|keskows]])',
376
377 # History pages
378 'viewpagelogs' => 'Gweles covnotednow an folen-ma',
379 'currentrev-asof' => 'An chanj diwettha dhort $1',
380 'revisionasof' => 'Amendyans woja $1',
381 'previousrevision' => '← Amendyans cottha',
382 'nextrevision' => 'Daswel nowyttha →',
383 'currentrevisionlink' => 'An amendyans diwettha',
384 'cur' => 'lem',
385 'next' => 'nessa',
386 'last' => 'kens',
387 'page_first' => 'kensa',
388 'page_last' => 'kens',
389 'history-fieldset-title' => 'Peury an istory',
390 'histfirst' => 'An moyha a-varr',
391 'histlast' => 'An diwettha',
392 'historyempty' => '(gwag)',
393
394 # Revision deletion
395 'rev-delundel' => 'disqwedhes/cudha',
396 'revdel-restore' => 'chanjya an hewelder',
397 'pagehist' => 'Istory an folen',
398 'revdelete-uname' => 'hanow-usyer',
399
400 # History merging
401 'mergehistory-reason' => 'Acheson:',
402
403 # Merge log
404 'revertmerge' => 'Disworunya',
405
406 # Diffs
407 'history-title' => 'Istory an folen "$1"',
408 'difference' => '(Dyffrans ynter an amendyansow)',
409 'lineno' => 'Linen $1:',
410 'compareselectedversions' => 'Hevelly an amendyansow dewisyes',
411 'editundo' => 'diswul',
412
413 # Search results
414 'searchresults' => 'Sewyansow an whilans',
415 'searchresults-title' => 'Sewyansow an whilans rag "$1"',
416 'searchresulttext' => 'Rag derivadow pella war whilas yn {{SITENAME}}, gwelewgh [[{{MediaWiki:Helppage}}|{{int:help}}]].',
417 '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"]])',
418 'searchsubtitleinvalid' => "Why a whilas '''$1'''",
419 'notitlematches' => 'Nyns eus titel folen ow machya',
420 'notextmatches' => 'Nyns eus text folen ow machya',
421 'prevn' => 'kens {{PLURAL:$1|$1}}',
422 'nextn' => 'nessa {{PLURAL:$1|$1}}',
423 'viewprevnext' => 'Gweles ($1 {{int:pipe-separator}} $2) ($3)',
424 'searchmenu-legend' => 'Dewisyansow whilans',
425 'searchmenu-exists' => "'''Yma folen henwys \"[[:\$1]]\" war an wiki-ma'''",
426 'searchmenu-new' => "'''Gwruthyl an folen \"[[:\$1]]\" war an wiki-ma!'''",
427 'searchhelp-url' => 'Help:Gweres',
428 'searchprofile-images' => 'Liesmedia',
429 'searchprofile-everything' => 'Puptra',
430 'searchprofile-advanced' => 'Avoncys',
431 'searchprofile-articles-tooltip' => 'Whila yn $1',
432 'searchprofile-project-tooltip' => 'Whila yn $1',
433 'searchprofile-images-tooltip' => 'Whila restrennow',
434 'search-result-size' => '$1 ({{PLURAL:$2|1 ger|$2 ger}})',
435 'search-redirect' => '(daswedyans $1)',
436 'search-section' => '(rann $1)',
437 'search-suggest' => "A wrugo'why menya: $1",
438 'search-interwiki-caption' => 'Towlow whor',
439 'search-interwiki-default' => '$1 sewyansow:',
440 'search-interwiki-more' => '(moy)',
441 'search-mwsuggest-enabled' => 'gen profyansow',
442 'search-mwsuggest-disabled' => 'profyansow vyth',
443 'searchall' => 'oll',
444 'nonefound' => "'''Noten''': Nyns yw saw radn a'n spasys-hanow whilys yn sqwir.
445 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.",
446 'powersearch' => 'Whilans avoncys',
447 'powersearch-legend' => 'Whilans avoncys',
448 'powersearch-ns' => 'Whila yn spasys-hanow:',
449 'powersearch-redir' => 'Gorra yn rol an daswedyansow',
450 'powersearch-field' => 'Whila',
451 'powersearch-toggleall' => 'Oll',
452
453 # Preferences page
454 'preferences' => 'Dewisyansow',
455 'mypreferences' => 'Ow dewisyansow',
456 'changepassword' => 'Chanjya an ger-tremena',
457 'prefs-skin' => 'Crohen',
458 'prefs-datetime' => 'Dedhyans hag eur',
459 'prefs-rc' => 'Chanjyow a-dhiwedhes',
460 'prefs-watchlist' => 'Rol golyas',
461 'prefs-resetpass' => 'Chanjya ger-tremena',
462 'prefs-email' => 'Dewisyansow e-bost',
463 'saveprefs' => 'Gwitha',
464 'searchresultshead' => 'Whilans',
465 'timezoneregion-africa' => 'Africa',
466 'timezoneregion-america' => 'America',
467 'timezoneregion-antarctica' => 'Antarctica',
468 'timezoneregion-arctic' => 'Arctek',
469 'timezoneregion-asia' => 'Asia',
470 'timezoneregion-atlantic' => 'Mor Atlantek',
471 'timezoneregion-australia' => 'Awstralya',
472 'timezoneregion-europe' => 'Europa',
473 'timezoneregion-indian' => 'Mor Eyndek',
474 'timezoneregion-pacific' => 'Mor Cosel',
475 'prefs-searchoptions' => 'Dewisyansow whilans',
476 'prefs-files' => 'Restrennow',
477 'youremail' => 'E-bost:',
478 'username' => 'Hanow-usyer:',
479 'uid' => 'ID devnydhyer:',
480 'prefs-memberingroups' => "Esel a'n {{PLURAL:$1|bagas|bagasow}}:",
481 'yourrealname' => 'Hanow gwir:',
482 'yourlanguage' => 'Yeth:',
483 'yournick' => 'Sinans nowyth:',
484 'yourgender' => 'Reyth:',
485 'gender-male' => 'Gorow',
486 'gender-female' => 'Benow',
487 'email' => 'E-bost',
488 'prefs-signature' => 'Sinans',
489 'prefs-advancedediting' => 'Dewisyansow avoncys',
490 'prefs-advancedrc' => 'Dewisyansow avoncys',
491 'prefs-advancedrendering' => 'Dewisyansow avoncys',
492 'prefs-advancedsearchoptions' => 'Dewisyansow avoncys',
493 'prefs-advancedwatchlist' => 'Dewisyansow avoncys',
494
495 # User rights
496 'userrights-groupsmember' => 'Esel a:',
497 'userrights-reason' => 'Acheson:',
498
499 # Groups
500 'group' => 'Bagas:',
501 'group-user' => 'Devnydhyoryon',
502 'group-bot' => 'Botow',
503 'group-sysop' => 'Menysteryon',
504 'group-all' => '(oll)',
505
506 'group-user-member' => 'Devnydhyer',
507 'group-bot-member' => 'Bot',
508 'group-sysop-member' => 'Menyster',
509
510 'grouppage-user' => '{{ns:project}}:Devnydhyoryon',
511 'grouppage-bot' => '{{ns:project}}:Botow',
512 'grouppage-sysop' => '{{ns:project}}:Menysteryon',
513
514 # Rights
515 'right-read' => 'Redya folednow',
516 'right-edit' => 'Chanjya folednow',
517 'right-createtalk' => 'Gwruthyl folednow kescows',
518 'right-createaccount' => 'Form acontow devnydhyer nowyth',
519 'right-move' => 'Gwaya folednow',
520 'right-movefile' => 'Gwaya restrednow',
521 'right-upload' => 'Ughcarga restrednow',
522 'right-delete' => 'Dilea folednow',
523
524 # User rights log
525 'rightslog' => 'Covscrifen gwiryow devnydhyer',
526
527 # Associated actions - in the sentence "You do not have permission to X"
528 'action-edit' => 'chanjya an folen-ma',
529 'action-move' => 'gwaya an folen ma',
530 'action-movefile' => 'gwaya an restren ma',
531 'action-upload' => 'ughcarga an restren-ma',
532 'action-delete' => 'dilea an folen ma',
533
534 # Recent changes
535 'nchanges' => '$1 {{PLURAL:$1|chanj|chanj}}',
536 'recentchanges' => 'Chanjyow a-dhiwedhes',
537 'recentchanges-legend' => 'Dewisyansow an chanjyow a-dhiwedhes',
538 'recentchangestext' => "Sewya an chanjyow diwettha eus dhe'n wiki war'n folen-ma.",
539 'recentchanges-feed-description' => "Sewya an chanjyow diwettha dhe'n wiki y'n feed-ma.",
540 'recentchanges-label-legend' => 'Alwhedh: $1.',
541 'recentchanges-legend-newpage' => '$1 - folen nowyth',
542 'recentchanges-legend-minor' => '$1 - chanj bian',
543 'recentchanges-label-minor' => 'Hemm yw chanj bian',
544 'recentchanges-legend-bot' => '$1 - chanj gans bot',
545 'rclistfrom' => 'Disqwedhes chanjyow nowyth ow talleth a-dhia $1.',
546 'rcshowhideminor' => '$1 chanjyow bian',
547 'rcshowhidebots' => '$1 botow',
548 'rcshowhideliu' => '$1 devnydhoryon omgelmys',
549 'rcshowhideanons' => '$1 devnydhyoryon dihanow',
550 'rcshowhidemine' => '$1 ow chanjyow',
551 'rclinks' => "Disqwedhes an $1 chanj a-dhiwedhes gwres e'n $2 dedh a-dhiwedhes<br />$3",
552 'diff' => 'dyffrans',
553 'hist' => 'ist',
554 'hide' => 'Cudha',
555 'show' => 'Disqwedhes',
556 'minoreditletter' => 'B',
557 'newpageletter' => 'N',
558 'boteditletter' => 'bot',
559 'newsectionsummary' => '/* $1 */ rann nowyth',
560 'rc-enhanced-expand' => 'Disqwedhes an manylyon (JavaScript gorholys)',
561 'rc-enhanced-hide' => 'Cudha manylyon',
562
563 # Recent changes linked
564 'recentchangeslinked' => 'Chanjyow kelmys',
565 'recentchangeslinked-feed' => 'Chanjyow kelmys',
566 'recentchangeslinked-toolbox' => 'Chanjyow kelmys',
567 'recentchangeslinked-title' => 'Chanjyow kelmys dhe "$1"',
568 'recentchangeslinked-summary' => "↓ Hemm yw rol a janjyow a-dhiwedhes gwres war folednow kevrednys dhort folen ragavysyes (po dhe esely class ragavysyes).
569 Yth yw folednow eus war agas [[Special:Watchlist|rol golyas]] yn '''tew'''.",
570 'recentchangeslinked-page' => 'Hanow an folen:',
571
572 # Upload
573 'upload' => 'Ughcarga restren',
574 'uploadbtn' => 'Ughcarga restren',
575 'uploadlogpage' => 'Covscrifen ughcargans',
576 'filename' => 'Hanow-restren',
577 'filesource' => 'Pennfenten:',
578 'savefile' => 'Gwitha restren',
579 'uploadedimage' => '"[[$1]]" ughkergys',
580 'watchthisupload' => 'Golya an folen-ma',
581
582 # Special:ListFiles
583 'imgfile' => 'restren',
584 'listfiles_date' => 'Dedhyas',
585 'listfiles_name' => 'Hanow',
586 'listfiles_user' => 'Devnydhyer',
587
588 # File description page
589 'file-anchor-link' => 'Restren',
590 'filehist' => 'Istory an folen',
591 'filehist-deleteall' => 'dilea oll',
592 'filehist-deleteone' => 'dilea',
593 'filehist-current' => 'a-lebmyn',
594 'filehist-datetime' => 'Dedhyans/Eur',
595 'filehist-thumb' => 'Skeusednik',
596 'filehist-thumbtext' => 'Skeusednik rag an versyon dhort $1',
597 'filehist-user' => 'Devnydhyer',
598 'filehist-dimensions' => 'Mynsow',
599 'filehist-comment' => 'Ger',
600 'imagelinks' => 'Kevrednow an restren',
601 'linkstoimage' => "Yma'n {{PLURAL:$1|folen|$1 folen}} a-sew ow kevredna dhe'n restren-ma:",
602 'sharedupload' => 'Yma an folen-ma ow tos dhort $1 ha hi a ell bos usys gen ragdresow erel.',
603 'uploadnewversion-linktext' => "Ughcarga versyon nowyth a'n restren-ma",
604
605 # File deletion
606 'filedelete' => 'Dilea $1',
607 'filedelete-legend' => 'Dilea an restren',
608 'filedelete-submit' => 'Dilea',
609
610 # MIME search
611 'download' => 'iscarga',
612
613 # Unused templates
614 'unusedtemplateswlh' => 'kevrednow erel',
615
616 # Random page
617 'randompage' => 'Folen dre jons',
618
619 # Statistics
620 'statistics-pages' => 'Folednow',
621
622 'brokenredirects-edit' => 'chanjya',
623 'brokenredirects-delete' => 'dilea',
624
625 'withoutinterwiki-submit' => 'Disqwedhes',
626
627 # Miscellaneous special pages
628 'nbytes' => '$1 {{PLURAL:$1|bayt|bayt}}',
629 'nmembers' => '$1 {{PLURAL:$1|esel|esel}}',
630 'newpages' => 'Folednow nowyth',
631 'newpages-username' => 'Hanow-usyer:',
632 'move' => 'Gwaya',
633 'movethispage' => 'Gwaya an folen-ma',
634 'pager-newer-n' => '{{PLURAL:$1|1 nowyttha|$1 nowyttha}}',
635 'pager-older-n' => '{{PLURAL:$1|1 cottha|$1 cottha}}',
636
637 # Book sources
638 'booksources' => 'Penn-fentynyow lyver',
639 'booksources-search-legend' => 'Whilas pennfentydnyow lyver',
640 'booksources-go' => 'Ke',
641
642 # Special:Log
643 'specialloguserlabel' => 'Devnydhyer:',
644 'speciallogtitlelabel' => 'Titel:',
645 'log' => 'Covnotednow',
646
647 # Special:AllPages
648 'allpages' => 'Oll folednow',
649 'alphaindexline' => '$1 dhe $2',
650 'prevpage' => 'Folen gens ($1)',
651 'allpagesfrom' => 'Disqwedhes an folednow ujy ow talleth orth:',
652 'allpagesto' => 'Disqwedhes an folednow ujy ow tiwedha orth:',
653 'allarticles' => 'Oll folednow',
654 'allpagesprev' => 'Kens',
655 'allpagesnext' => 'Nessa',
656 'allpagessubmit' => 'Ke',
657
658 # Special:Categories
659 'categories' => 'Classys',
660
661 # Special:DeletedContributions
662 'sp-deletedcontributions-contribs' => 'kevrohow',
663
664 # Special:LinkSearch
665 'linksearch' => 'Kevrednow a-mes',
666 'linksearch-ok' => 'Whila',
667
668 # Special:ListUsers
669 'listusers-submit' => 'Disqwedhes',
670
671 # Special:Log/newusers
672 'newuserlogpage' => 'Covnoten gwryans devnydhyoryon',
673 'newuserlog-create-entry' => 'Devnydhyer nowyth',
674
675 # Special:ListGroupRights
676 'listgrouprights-members' => '(rol an esely)',
677
678 # E-mail user
679 'emailuser' => 'E-bostya an devnydhyer-ma',
680 'emailpage' => 'E-bostya devnydhyer',
681 'defemailsubject' => 'E-bost {{SITENAME}}',
682 'emailfrom' => 'A-dhia:',
683 'emailto' => 'Dhe:',
684 'emailmessage' => 'Messaj:',
685 'emailsend' => 'Danvon',
686
687 # Watchlist
688 'watchlist' => 'Ow rol golyas',
689 'mywatchlist' => 'Ow rol golyas',
690 'addedwatch' => 'Keworrys dhe rol golyas',
691 'watch' => 'Golya',
692 'watchthispage' => 'Golya an folen-ma',
693 'unwatch' => 'Diswolya',
694 'watchlist-options' => 'Dewisyansow an rol golyas',
695
696 # Displayed when you click the "watch" button and it is in the process of watching
697 'watching' => 'Ow colya...',
698 'unwatching' => 'Ow tisgolya...',
699
700 # Delete
701 'deletepage' => 'Dilea an folen',
702 'delete-confirm' => 'Dilea "$1"',
703 'delete-legend' => 'Dilea',
704 'actioncomplete' => 'An gwryans yw cowlwres',
705 'deletedtext' => '"<nowiki>$1</nowiki>" yw dileys.
706 Gwelewgh $2 rag covath a dhileansow a-dhiwedhes.',
707 'deletedarticle' => 'a dhileas "[[$1]]"',
708 'dellogpage' => 'Covnoten dileyansow',
709 'deletecomment' => 'Acheson:',
710 'deleteotherreason' => 'Acheson aral/keworransel:',
711 'deletereasonotherlist' => 'Acheson aral',
712
713 # Rollback
714 'rollbacklink' => 'restorya',
715
716 # Protect
717 'protectlogpage' => 'Covnoten difresyansow',
718 'protectedarticle' => 'a dhifresas "[[$1]]"',
719 'protectcomment' => 'Acheson:',
720 'protectexpiry' => 'Ow tiwetha:',
721 'protect_expiry_invalid' => 'Ufer yw an termyn diweth.',
722 'protect_expiry_old' => "Yma'n termyn diweth y'n termyn eus passyes.",
723 'protect-level-sysop' => 'Menysteryon hepken',
724 'protect-summary-cascade' => 'ow froslabma',
725 'protect-expiring' => 'a wra diwedha $1 (UTC)',
726 'restriction-type' => 'Cubmyas:',
727 'pagesize' => '(bayt)',
728
729 # Restrictions (nouns)
730 'restriction-edit' => 'Chanjya',
731 'restriction-move' => 'Gwaya',
732 'restriction-create' => 'Gwruthyl',
733 'restriction-upload' => 'Ughcarga',
734
735 # Undelete
736 'undeletelink' => 'gweles/daswul',
737 'undeletedarticle' => 'a wrug restorya "[[$1]]"',
738 'undelete-search-submit' => 'Whila',
739 'undelete-show-file-submit' => 'Ea',
740
741 # Namespace form on various pages
742 'namespace' => 'Spas-hanow:',
743 'invert' => 'Trebuchya an dewisyans',
744 'blanknamespace' => '(Penn)',
745
746 # Contributions
747 'contributions' => 'Kevrohow an devnydhyer',
748 'contributions-title' => 'Kevrohow an devnydhyer rag $1',
749 'mycontris' => 'Ow hevrohow',
750 'contribsub2' => 'Rag $1 ($2)',
751 'uctop' => '(gwartha)',
752 'month' => 'A-dhia mis (ha moy a-varr):',
753 'year' => 'A-dhia bledhen (ha moy a-varr):',
754
755 'sp-contributions-newbies' => 'Disqwedhes hepken kevrohow an acontow nowyth',
756 'sp-contributions-blocklog' => 'covnoten an letys',
757 'sp-contributions-talk' => 'kescows',
758 'sp-contributions-search' => 'Whila kevrohow',
759 'sp-contributions-username' => 'Trigva IP po hanow-usyer:',
760 'sp-contributions-submit' => 'Whila',
761
762 # What links here
763 'whatlinkshere' => 'Pyth eus ow kevredna obma',
764 'whatlinkshere-title' => 'Folednow ow kevredna bys "$1"',
765 'whatlinkshere-page' => 'Folen:',
766 'linkshere' => "Yma'n folednow a-sew ow kevredna dhe '''[[:$1]]''':",
767 'isredirect' => 'folen daswedyans',
768 'istemplate' => 'transcludyans',
769 'isimage' => 'kevren an imaj',
770 'whatlinkshere-prev' => '{{PLURAL:$1|kens|kens $1}}',
771 'whatlinkshere-next' => '{{PLURAL:$1|nessa|nessa $1}}',
772 'whatlinkshere-links' => '← kevrednow',
773 'whatlinkshere-hideredirs' => '$1 daswedyansow',
774 'whatlinkshere-hidetrans' => '$1 transcludyans',
775 'whatlinkshere-hidelinks' => '$1 kevrednow',
776 'whatlinkshere-filters' => 'Sidhlow',
777
778 # Block/unblock
779 'blockip' => 'Lettya an devnydhyer',
780 'ipaddress' => 'Trigva IP:',
781 'ipadressorusername' => 'Trigva IP po hanow-usyer:',
782 'ipbreason' => 'Acheson:',
783 'ipbreasonotherlist' => 'Acheson aral',
784 'ipb-blocklist-contribs' => 'Kevrohow rag $1',
785 'ipblocklist-submit' => 'Whila',
786 'blocklink' => 'lettya',
787 'unblocklink' => 'dislettya',
788 'change-blocklink' => 'chanjya an let',
789 'contribslink' => 'kevrohow',
790 'blocklogpage' => 'Covnoten an letys',
791 'blocklogentry' => 'a lettas [[$1]], $2 $3 y/hy termyn diweth',
792 'unblocklogentry' => 'dislettyes $1',
793 'block-log-flags-anononly' => 'devnydhyoryon dihanow hepken',
794 'block-log-flags-hiddenname' => 'hanow-usyer covys',
795
796 # Move page
797 'move-page' => 'Gwaya $1',
798 'move-page-legend' => 'Gwaya folen',
799 'movearticle' => 'Movya an folen:',
800 'newtitle' => 'Dhe titel nowyth:',
801 'move-watch' => 'Golya an folen-ma',
802 'movepagebtn' => 'Gwaya an folen',
803 'pagemovedsub' => 'An gwarnyans a sowenas',
804 'movepage-moved' => '\'\'\'Gwayes yw "$1" war-tu "$2"\'\'\'',
805 'movedto' => 'gwayes war-tu',
806 '1movedto2' => '[[$1]] gwayes war-tu [[$2]]',
807 '1movedto2_redir' => 'a wayas [[$1]] war-tu [[$2]] dres daswedyans',
808 'movelogpage' => 'Covnoten gwayansow',
809 'movereason' => 'Acheson:',
810 'revertmove' => 'trebuchya',
811
812 # Export
813 'export' => 'Esperthy folednow',
814 'export-addcat' => 'Keworra',
815 'export-addns' => 'Keworra',
816
817 # Namespace 8 related
818 'allmessagesname' => 'Hanow',
819
820 # Thumbnails
821 'thumbnail-more' => 'Brashe',
822
823 # Special:Import
824 'import' => 'Ymperthy folednow',
825 'import-interwiki-submit' => 'Ymperthy',
826 'import-upload-filename' => 'Hanow-restren:',
827 'importstart' => 'Owth ymperthy folednow...',
828 'import-noarticle' => 'Folen vyth dhe ymperthy!',
829
830 # Tooltip help for the actions
831 'tooltip-pt-userpage' => 'Agas folen devnydhyer',
832 'tooltip-pt-mytalk' => 'Agas folen gows',
833 'tooltip-pt-preferences' => 'Agas dewisyansow',
834 'tooltip-pt-watchlist' => "An rol a folednow ero'why ow colya",
835 'tooltip-pt-mycontris' => "Rol a'gas kevrohow",
836 'tooltip-pt-login' => 'Gwell via dhewgh mar tewgh hag omgelmy, mes nyns yw besy',
837 'tooltip-pt-logout' => 'Digelmy',
838 'tooltip-ca-talk' => "Dadhelva a-dro dhe'n dalgh",
839 'tooltip-ca-edit' => 'Why a ell chanjya an folen-ma. Mar pleg, gwrewgh usya an boton ragwel kens gwitha.',
840 'tooltip-ca-addsection' => 'Dalleth radn nowyth',
841 'tooltip-ca-viewsource' => 'Alwhedhys yw an folen-ma.
842 Why a ell gweles hy fennfenten.',
843 'tooltip-ca-history' => 'Amendyansow tremenys an folen-ma',
844 'tooltip-ca-protect' => 'Difres an folen-ma',
845 'tooltip-ca-delete' => 'Dilea an folen-ma',
846 'tooltip-ca-move' => 'Gwaya an folen-ma',
847 'tooltip-ca-watch' => "Keworra an folen-ma dhe'gas rol golyas",
848 'tooltip-ca-unwatch' => 'Dilea an folen-ma dhort agas rol golyas',
849 'tooltip-search' => 'Whila yn {{SITENAME}}',
850 'tooltip-search-go' => 'Ke dhe folen gen an keth hanow-ma, mars eus',
851 'tooltip-search-fulltext' => "Whila an text-ma e'n folednow",
852 'tooltip-n-mainpage' => 'Disqwedhes an pennfolen',
853 'tooltip-n-mainpage-description' => 'Godriga an pennfolen',
854 'tooltip-n-portal' => "A-dro dhe'n ragdres, an pyth a ellowgh gwul, ple cavos taclow",
855 'tooltip-n-currentevents' => 'Cavos derivadow kylva war darvosow a-lebmyn',
856 'tooltip-n-recentchanges' => "Rol an chanjyow a-dhiwedhes e'n wiki",
857 'tooltip-n-randompage' => 'Carga folen dre jons',
858 'tooltip-n-help' => 'Gweres',
859 'tooltip-t-whatlinkshere' => 'Rol a bub folednow wiki ow kevredna bys obma',
860 'tooltip-t-recentchangeslinked' => 'Chanjyow a-dhiwedhes yn folednow eus kevrednys orth an folen-ma',
861 'tooltip-feed-rss' => 'Feed RSS rag an folen-ma',
862 'tooltip-feed-atom' => 'Feed Atom rag an folen-ma',
863 'tooltip-t-contributions' => 'Gweles rol kevrohow an devnydhyer-ma',
864 'tooltip-t-emailuser' => "Danvon e-bost dhe'n devnydhyer-ma",
865 'tooltip-t-upload' => 'Ughcarga restrednow',
866 'tooltip-t-specialpages' => 'Rol a bub folen arbednek',
867 'tooltip-t-print' => 'Versyon pryntyadow an folen-ma',
868 'tooltip-t-permalink' => "Kevren fast dhe'n amendyans-ma a'n folen",
869 'tooltip-ca-nstab-main' => 'Gweles an folen dalgh',
870 'tooltip-ca-nstab-user' => 'Gweles an folen devnydhyer',
871 'tooltip-ca-nstab-special' => 'Hemm yw folen arbednek, ny ellowgh why chanjya an folen hy honan.',
872 'tooltip-ca-nstab-project' => 'Gweles folen an wiki',
873 'tooltip-ca-nstab-image' => 'Gweles folen an restren',
874 'tooltip-ca-nstab-template' => 'Gweles an scantlyn',
875 'tooltip-ca-nstab-category' => 'Gweles folen an class',
876 'tooltip-minoredit' => 'Merkya hebma avel chanj bian',
877 'tooltip-save' => 'Gwitha agas chanjyow',
878 'tooltip-preview' => 'Ragweles agas chanjyow; gwrewgh usya hebma kens gwitha mar pleg!',
879 'tooltip-diff' => "Disqwedhes an chanjyow eus gwres genowgh dhe'n text",
880 'tooltip-compareselectedversions' => 'Gweles an dyffransow ynter diw janjyow dewisyes an folen-ma',
881 'tooltip-watch' => "Keworra an folen-ma dhe'gas rol golyas",
882 'tooltip-rollback' => '"Restorya" a wra trebuchya chanjyow gwres dhe\'n folen-ma gen an kens devnydhyer yn onen clyck',
883 '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.',
884
885 # Attribution
886 'siteuser' => 'devnydhyer {{SITENAME}} $1',
887 'lastmodifiedatby' => 'An folen-ma a veu kens chanjys dhe $2, $1 gans $3.',
888 'siteusers' => '{{PLURAL:$2|devnydhyer|devnydhyoryon}} {{SITENAME}} $1',
889
890 # Browsing diffs
891 'previousdiff' => '← Chanj cottha',
892 'nextdiff' => 'Chanj nowyttha →',
893
894 # Media information
895 'file-info-size' => '($1 × $2 pixel, mens an restren: $3, sort MIME : $4)',
896 'file-nohires' => '<small>Nyns eus clerder uhella cavadow.</small>',
897 'svg-long-desc' => '(Restren SVG, $1 × $2 pixel yn hanow, mens an restren: $3)',
898 'show-big-image' => 'Clerder leun',
899 'show-big-image-thumb' => '<small>Mens an ragwel-ma: $1 × $2 pixel</small>',
900
901 # Special:NewFiles
902 'ilsubmit' => 'Whila',
903
904 # Metadata
905 'metadata' => 'Metadata',
906 'metadata-expand' => 'Disqwedhes manylyon ystydnys',
907 'metadata-collapse' => 'Cudha manylyon ystydnys',
908
909 # EXIF tags
910 'exif-imagewidth' => 'Les',
911 'exif-imagelength' => 'Uhelder',
912 'exif-artist' => 'Awtour',
913
914 'exif-meteringmode-255' => 'Aral',
915
916 'exif-contrast-1' => 'Medhel',
917 'exif-contrast-2' => 'Cales',
918
919 # 'all' in various places, this might be different for inflected languages
920 'recentchangesall' => 'oll',
921 'imagelistall' => 'oll',
922 'watchlistall2' => 'oll',
923 'namespacesall' => 'oll',
924 'monthsall' => 'oll',
925
926 # Trackbacks
927 'trackbackremove' => '([$1 Dilea])',
928
929 # Multipage image navigation
930 'imgmultipageprev' => '← folen kens',
931 'imgmultipagenext' => 'folen nessa →',
932 'imgmultigo' => 'Ke!',
933
934 # Table pager
935 'table_pager_limit_submit' => 'Ke',
936
937 # Auto-summaries
938 'autoredircomment' => 'Daswedyas an folen war-tu [[$1]]',
939 'autosumm-new' => "Formas folen gen: '$1'",
940
941 # Watchlist editing tools
942 'watchlisttools-view' => 'Gweles chanjyow longus',
943 'watchlisttools-edit' => 'Gweles ha chanjya an rol golyas',
944 'watchlisttools-raw' => 'Chanjya restren an rol golyas',
945
946 # Special:Version
947 'version' => 'Versyon',
948 'version-other' => 'Aral',
949 'version-version' => '(Versyon $1)',
950
951 # Special:FilePath
952 'filepath-page' => 'Restren:',
953
954 # Special:FileDuplicateSearch
955 'fileduplicatesearch-filename' => 'Hanow-restren:',
956 'fileduplicatesearch-submit' => 'Whila',
957
958 # Special:SpecialPages
959 'specialpages' => 'Folednow arbednek',
960
961 # Special:Tags
962 'tags-edit' => 'chanjya',
963
964 );