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