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' => 'Folennow e\'n class "$1"',
142 'subcategories' => 'Is-classys',
143 'category-media-header' => 'Media y\'n klass "$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 en sum.}}",
147 'category-article-count' => "Yma dhe'n class-ma an 14 isglassys a-sew; yma 14 isglass dhodho en sum.
148
149 {{PLURAL:$2|Nyns eus dhe'n class-ma saw an folen a-sew.|Yma'n {{PLURAL:$1|folen|$1 folennow}} a-sew et an class-ma; yma $2 class en sum.}}",
150 'listingcontinuesabbrev' => 'pes.',
151
152 'about' => 'A-dro dhe',
153 'newwindow' => '(y whra egery en fenester nowyth)',
154 'cancel' => 'Hedhy',
155 'moredotdotdot' => 'Moy...',
156 'mypage' => 'Ow folen',
157 'mytalk' => 'Ow hows',
158 'anontalk' => 'Kescows rag an trigva IP-ma',
159 'navigation' => 'Lewyans',
160 'and' => '&#32;ha(g)',
161
162 # Cologne Blue skin
163 'qbfind' => 'Whila',
164 'qbbrowse' => 'Peuri',
165 'qbedit' => 'Chanjya',
166 'qbpageoptions' => 'An folen ma',
167 'qbmyoptions' => 'Ow folennow',
168 'qbspecialpages' => 'Folennow arbennek',
169
170 # Vector skin
171 'vector-action-addsection' => 'Keworra mater',
172 'vector-action-delete' => 'Dilea',
173 'vector-action-move' => 'Gwaya',
174 'vector-action-protect' => 'Difres',
175 'vector-action-undelete' => 'Disdhilea',
176 'vector-action-unprotect' => 'Disdhifres',
177 'vector-namespace-category' => 'Class',
178 'vector-namespace-help' => 'Gweres',
179 'vector-namespace-image' => 'Restren',
180 'vector-namespace-main' => 'Folen',
181 'vector-namespace-media' => 'Folen media',
182 'vector-namespace-mediawiki' => 'Messaj',
183 'vector-namespace-project' => 'Folen an towl',
184 'vector-namespace-special' => 'Folen arbennek',
185 'vector-namespace-talk' => 'Kescows',
186 'vector-namespace-template' => 'Scantlyn',
187 'vector-namespace-user' => 'Folen devnydhyer',
188 'vector-view-create' => 'Gwruthyl',
189 'vector-view-edit' => 'Chanjya',
190 'vector-view-history' => 'Gweles istory an folen',
191 'vector-view-view' => 'Redya',
192 'vector-view-viewsource' => 'Gweles pennfenten',
193
194 'errorpagetitle' => 'Gwall',
195 'tagline' => 'Dhyworth {{SITENAME}}',
196 'help' => 'Gweres',
197 'search' => 'Whilans',
198 'searchbutton' => 'Whila',
199 'go' => 'Ke',
200 'searcharticle' => 'Ke',
201 'history' => 'Istory an folen',
202 'history_short' => 'Istory',
203 'info_short' => 'Kedhlow',
204 'printableversion' => 'Versyon pryntyadow',
205 'permalink' => 'Kevren fast',
206 'print' => 'Pryntya',
207 'edit' => 'Chanjya',
208 'create' => 'Gwruthyl',
209 'editthispage' => 'Chanjya an folen-ma',
210 'create-this-page' => 'Gwruthyl an folen-ma',
211 'delete' => 'Dilea',
212 'deletethispage' => 'Dilea an folen-ma',
213 'undelete_short' => 'Disdhilea {{PLURAL:$1|unn janj|$1 chanj}}',
214 'protect' => 'Difres',
215 'protect_change' => 'chanjya',
216 'protectthispage' => 'Difres an folen-ma',
217 'unprotect' => 'Disdhifres',
218 'unprotectthispage' => 'Disdhifres an folen-ma',
219 'newpage' => 'Folen nowyth',
220 'talkpage' => "Dadhelva a-dro dhe'n folen-ma",
221 'talkpagelinktext' => 'kescows',
222 'specialpage' => 'Folen arbennek',
223 'personaltools' => 'Toulys personel',
224 'postcomment' => 'Rann nowyth',
225 'talk' => 'Kescows',
226 'views' => 'Gwelyow',
227 'toolbox' => 'Box toulys',
228 'userpage' => 'Folen devnydhyer',
229 'projectpage' => 'Folen meta',
230 'imagepage' => 'Gweles folen an restren',
231 'mediawikipage' => 'Gweles folen an messajow',
232 'templatepage' => 'Gweles folen an scantlyn',
233 'viewhelppage' => 'Gweles an folen gweres',
234 'categorypage' => 'Gweles folen an class',
235 'viewtalkpage' => 'Gweles an kescows',
236 'otherlanguages' => 'Yethow erel',
237 'redirectedfrom' => '(Daswedyas dhort $1)',
238 'redirectpagesub' => 'Folen daswedyans',
239 'lastmodifiedat' => 'An folen-ma a veu kens chanjys an $1, dhe $2.',
240 'jumpto' => 'Lamma dhe:',
241 'jumptonavigation' => 'lewyans',
242 'jumptosearch' => 'whilans',
243
244 # 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).
245 'aboutsite' => 'A-dro dhe {{SITENAME}}',
246 'aboutpage' => 'Project:Derivadow',
247 'copyright' => 'Cavadow yw an dalgh yn-dann $1.',
248 'copyrightpage' => '{{ns:project}}:Gwirbryntyansow',
249 'currentevents' => 'Darvosow a-lemmyn',
250 'currentevents-url' => 'Project:Darvosow a-lemmyn',
251 'disclaimers' => 'Avisyansow',
252 'disclaimerpage' => 'Project:Avisyans ollgemmyn',
253 'edithelp' => 'Gweres gen chanjya',
254 'edithelppage' => 'Help:Chanjya',
255 'helppage' => 'Help:Gweres',
256 'mainpage' => 'Pennfolen',
257 'mainpage-description' => 'Pennfolen',
258 'policy-url' => 'Project:Policy',
259 'portal' => 'Porth an gemeneth',
260 'portal-url' => 'Project:Porth an gemeneth',
261 'privacy' => 'Policy privetter',
262 'privacypage' => 'Project:Policy privetter',
263
264 'badaccess' => 'Gwall cubmyes',
265
266 'ok' => 'Sur',
267 'retrievedfrom' => 'Daskevys dhort "$1"',
268 'youhavenewmessages' => 'Yma $1 genowgh ($2).',
269 'newmessageslink' => 'messajys nowyth',
270 'newmessagesdifflink' => 'chanj kens',
271 'youhavenewmessagesmulti' => 'Yma messajow nowyth genowgh war $1',
272 'editsection' => 'chanjya',
273 'editold' => 'chanjya',
274 'viewsourceold' => 'gweles an pennfenten',
275 'editlink' => 'chanjya',
276 'viewsourcelink' => 'gweles an fenten',
277 'editsectionhint' => 'Chanjya an rann: $1',
278 'toc' => 'Synsys',
279 'showtoc' => 'disqwedhes',
280 'hidetoc' => 'cudha',
281 'viewdeleted' => 'Gweles $1?',
282 'site-rss-feed' => '$1 RSS feed',
283 'site-atom-feed' => '$1 Atom feed',
284 'page-rss-feed' => '"$1" feed RSS',
285 'page-atom-feed' => '"$1" feed Atom',
286 'red-link-title' => '$1 (nyns eus folen henwys yndelma na whath)',
287
288 # Short words for each namespace, by default used in the namespace tab in monobook
289 'nstab-main' => 'Erthygel',
290 'nstab-user' => 'Folen devnydhyer',
291 'nstab-media' => 'Folen media',
292 'nstab-special' => 'Folen arbennek',
293 'nstab-project' => 'Folen towl',
294 'nstab-image' => 'Restren',
295 'nstab-mediawiki' => 'Messaj',
296 'nstab-template' => 'Scantlyn',
297 'nstab-help' => 'Gweres',
298 'nstab-category' => 'Class',
299
300 # General errors
301 'error' => 'Gwall',
302 'missingarticle-rev' => '(amendyans#: $1)',
303 'missingarticle-diff' => '(Dyffrans: $1, $2)',
304 'badtitle' => 'Titel drog',
305 'viewsource' => 'Gweles fenten',
306 'viewsourcefor' => 'rag $1',
307
308 # Login and logout pages
309 'yourname' => 'Hanow-usyer:',
310 'yourpassword' => 'Ger-tremena:',
311 'yourpasswordagain' => 'Jynscrif agas ger-tremena arta:',
312 'yourdomainname' => 'Agas diredh:',
313 'login' => 'Omgelmy',
314 'nav-login-createaccount' => 'Omgelmy / Formya acont nowyth',
315 'loginprompt' => 'Why a res galosegy cookies rag omgelmy orth {{SITENAME}}.',
316 'userlogin' => 'Omgelmy / formya acont nowyth',
317 'logout' => 'Digelmy',
318 'userlogout' => 'Digelmy',
319 'notloggedin' => 'Digelmys',
320 'nologin' => "Nyns eus acont dhewgh? '''$1'''.",
321 'nologinlink' => 'Form acont',
322 'createaccount' => 'Form acont nowyth',
323 'gotaccount' => "Eus acont genowgh seulabres? '''$1'''.",
324 'gotaccountlink' => 'Omgelmy',
325 'createaccountmail' => 'der e-bost',
326 'mailmypassword' => 'E-bostya ger-tremena nowyth',
327 'loginlanguagelabel' => 'Yeth: $1',
328
329 # Password reset dialog
330 'resetpass' => 'Chanjya ger-tremena',
331 'resetpass_header' => 'Chanjya ger-tremena an acont',
332 'oldpassword' => 'Ger-tremena coth:',
333 'newpassword' => 'Ger-tremena nowyth:',
334 'resetpass-submit-loggedin' => 'Chanjya an ger-tremena',
335
336 # Edit page toolbar
337 'bold_sample' => 'Text tew',
338 'bold_tip' => 'Text tew',
339 'italic_sample' => 'Text italek',
340 'italic_tip' => 'Text italek',
341 'link_sample' => 'Titel an gevren',
342 'link_tip' => 'Kevren bervedhel',
343 'extlink_sample' => 'http://www.example.com titel an gevren',
344 'extlink_tip' => 'Kevren a-mes (remembra an rager http://)',
345 'headline_sample' => 'Text pennlinen',
346 'image_tip' => 'Restren neythys',
347 'media_tip' => 'Kevren restren',
348
349 # Edit pages
350 'summary' => 'Derivas cot:',
351 'subject' => 'Testen/Pennlinen:',
352 'minoredit' => 'Hemm yw chanj bian',
353 'watchthis' => 'Golya an folen-ma',
354 'savearticle' => 'Gwitha',
355 'preview' => 'Ragwel',
356 'showpreview' => 'Ragweles',
357 'showdiff' => 'Disqwedhes an chanjyow',
358 'summary-preview' => "Ragweles a'n derivas cot:",
359 'loginreqlink' => 'omgelmy',
360 'newarticle' => '(Nowyth)',
361 'noarticletext' => 'Nyns eus text war an folen-ma a-lemmyn.
362 Why a ell [[Special:Search/{{PAGENAME}}|whila titel an folen-ma]] en folennow erel,
363 <span class="plainlinks">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} whila et an covnotennow kelmys],
364 po [{{fullurl:{{FULLPAGENAME}}|action=edit}} chanjya an folen-ma]</span>.',
365 'note' => "'''Noten:'''",
366 'previewnote' => "'''Gwra remembra, nyns yw hemm ma's ragwel.''' Nyns yw dha janjyow gwithys whath!",
367 'editing' => 'ow chanjya $1',
368 'editingsection' => 'ow chanjya $1 (rann)',
369 'editingcomment' => 'ow chanjya $1 (rann nowyth)',
370 'yourtext' => 'Agas text',
371 'yourdiff' => 'Dyffransow',
372 'templatesused' => '{{PLURAL:$1|Scantlyn|Scantlyns}} usys war an folen-ma:',
373 'templatesusedpreview' => '{{PLURAL:$1|Scantlyn|Scantlyns}} usys et an ragwel-ma:',
374 'template-protected' => '(gwithys)',
375 'hiddencategories' => 'Esel a {{PLURAL:$1|1 class covys|$1 class covys}} yw an folen-ma:',
376 'permissionserrorstext-withaction' => 'Nyns eus cubmyes dhewgh dhe $2, rag an {{PLURAL:$1|cheson|chesonys}} a-sew:',
377
378 # History pages
379 'viewpagelogs' => 'Gweles covnotennow an folen-ma',
380 'currentrev-asof' => 'An chanj diwettha dhort $1',
381 'revisionasof' => 'Amendyans woja $1',
382 'previousrevision' => '← Amendyans cottha',
383 'nextrevision' => 'Daswel nowyttha →',
384 'currentrevisionlink' => 'An amendyans diwettha',
385 'cur' => 'lem',
386 'next' => 'nessa',
387 'last' => 'kens',
388 'page_first' => 'kensa',
389 'page_last' => 'kens',
390 'history-fieldset-title' => 'Peury an istory',
391 'histfirst' => 'An moyha a-varr',
392 'histlast' => 'An diwettha',
393 'historyempty' => '(gwag)',
394
395 # Revision deletion
396 'rev-delundel' => 'disqwedhes/cudha',
397 'revdel-restore' => 'chanjya an hewelder',
398 'pagehist' => 'Istory an folen',
399 'revdelete-uname' => 'hanow-usyer',
400
401 # History merging
402 'mergehistory-reason' => 'Acheson:',
403
404 # Merge log
405 'revertmerge' => 'Disworunya',
406
407 # Diffs
408 'history-title' => 'Istory an folen "$1"',
409 'difference' => '(Dyffrans ynter an amendyansow)',
410 'lineno' => 'Linen $1:',
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 en {{SITENAME}}, gwra gweles [[{{MediaWiki:Helppage}}|{{int:help}}]].',
417 'searchsubtitle' => 'Why a wrug whilas \'\'\'[[:$1]]\'\'\' ([[Special:Prefixindex/$1|oll folennow ow talleth gen "$1"]]{{int:pipe-separator}}[[Special:WhatLinksHere/$1|oll folennow ow kevrenna 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 en $1',
432 'searchprofile-project-tooltip' => 'Whila en $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 rann a'n spasys-hanow whilys en sqwir.
445 Gwra assaya dhe rag-gorra dha wovyn hen ''all:'' rag whila en pub le (a-barth an folennow kescows, scantlyns, etc), po gwra usya an spas-hanow whensys avel rag-gorrans.",
446 'powersearch' => 'Whilans avoncys',
447 'powersearch-legend' => 'Whilans avoncys',
448 'powersearch-ns' => 'Whila en 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 folennow',
516 'right-edit' => 'Chanjya folennow',
517 'right-createtalk' => 'Gwruthyl folennow kescows',
518 'right-createaccount' => 'Form acontow devnydhyer nowyth',
519 'right-move' => 'Gwaya folennow',
520 'right-movefile' => 'Gwaya restrennow',
521 'right-upload' => 'Ughcarga restrennow',
522 'right-delete' => 'Dilea folennow',
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 et an 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-hide' => 'Cudha manylyon',
561
562 # Recent changes linked
563 'recentchangeslinked' => 'Chanjyow dhe folennow kevahal',
564 'recentchangeslinked-feed' => 'Chanjyow dhe folennow kevahal',
565 'recentchangeslinked-toolbox' => 'Chanjyow dhe folennow kevahal',
566 'recentchangeslinked-summary' => "↓ Hemm yw rol a janjyow a-dhiwedhes gwres war folennow kevrennys dhort folen ragavysyes (po dhe esely class ragavysyes).
567 Yth yw folennow eus war dha [[Special:Watchlist|rol golyas]] en '''tew'''.",
568 'recentchangeslinked-page' => 'Hanow an folen:',
569
570 # Upload
571 'upload' => 'Ughcarga restren',
572 'uploadbtn' => 'Ughcarga restren',
573 'uploadlogpage' => 'Covscrifen ughcargans',
574 'filename' => 'Hanow-restren',
575 'filesource' => 'Pennfenten:',
576 'savefile' => 'Gwitha restren',
577 'uploadedimage' => '"[[$1]]" ughkergys',
578 'watchthisupload' => 'Golya an folen-ma',
579
580 # Special:ListFiles
581 'imgfile' => 'restren',
582 'listfiles_date' => 'Dedhyas',
583 'listfiles_name' => 'Hanow',
584 'listfiles_user' => 'Devnydhyer',
585
586 # File description page
587 'file-anchor-link' => 'Restren',
588 'filehist' => 'Istory an folen',
589 'filehist-deleteall' => 'dilea oll',
590 'filehist-deleteone' => 'dilea',
591 'filehist-current' => 'a-lemmyn',
592 'filehist-datetime' => 'Dedhyans/Eur',
593 'filehist-thumb' => 'Skeusennik',
594 'filehist-thumbtext' => 'Skeusennik rag versyon dhort',
595 'filehist-user' => 'Devnydhyer',
596 'filehist-dimensions' => 'Mynsow',
597 'filehist-comment' => 'Ger',
598 'imagelinks' => "Kevrennow dhe'n restren-ma",
599 'linkstoimage' => "Yma'n {{PLURAL:$1|folen|$1 folen}} a-sew ow kevrenna dhe'n restren-ma:",
600 'sharedupload' => 'Yma an folen-ma ow tos dhort $1 ha hi a ell bos usys gen ragdresow erel.',
601 'uploadnewversion-linktext' => "Ughcarga versyon nowyth a'n restren-ma",
602
603 # File deletion
604 'filedelete' => 'Dilea $1',
605 'filedelete-legend' => 'Dilea an restren',
606 'filedelete-submit' => 'Dilea',
607
608 # MIME search
609 'download' => 'iscarga',
610
611 # Unused templates
612 'unusedtemplateswlh' => 'kevrennow erel',
613
614 # Random page
615 'randompage' => 'Folen dre jons',
616
617 # Statistics
618 'statistics-pages' => 'Folennow',
619
620 'brokenredirects-edit' => 'chanjya',
621 'brokenredirects-delete' => 'dilea',
622
623 'withoutinterwiki-submit' => 'Disqwedhes',
624
625 # Miscellaneous special pages
626 'nbytes' => '$1 {{PLURAL:$1|bayt|bayt}}',
627 'nmembers' => '$1 {{PLURAL:$1|esel|esel}}',
628 'newpages' => 'Folennow nowyth',
629 'newpages-username' => 'Hanow-usyer:',
630 'move' => 'Gwaya',
631 'movethispage' => 'Gwaya an folen-ma',
632 'pager-newer-n' => '{{PLURAL:$1|1 nowyttha|$1 nowyttha}}',
633 'pager-older-n' => '{{PLURAL:$1|1 cottha|$1 cottha}}',
634
635 # Book sources
636 'booksources' => 'Penn-fentynyow lyver',
637 'booksources-go' => 'Ke',
638
639 # Special:Log
640 'specialloguserlabel' => 'Devnydhyer:',
641 'speciallogtitlelabel' => 'Titel:',
642 'log' => 'Covnotennow',
643
644 # Special:AllPages
645 'allpages' => 'Oll folennow',
646 'alphaindexline' => '$1 dhe $2',
647 'prevpage' => 'Folen gens ($1)',
648 'allpagesfrom' => 'Disqwedhes folennow ow talleth ort:',
649 'allarticles' => 'Oll folennow',
650 'allpagesprev' => 'Kens',
651 'allpagesnext' => 'Nessa',
652 'allpagessubmit' => 'Ke',
653
654 # Special:Categories
655 'categories' => 'Classys',
656
657 # Special:DeletedContributions
658 'sp-deletedcontributions-contribs' => 'kevrohow',
659
660 # Special:LinkSearch
661 'linksearch' => 'Kevrennow a-mes',
662 'linksearch-ok' => 'Whila',
663
664 # Special:ListUsers
665 'listusers-submit' => 'Disqwedhes',
666
667 # Special:Log/newusers
668 'newuserlogpage' => 'Covnoten gwryans devnydhyoryon',
669 'newuserlog-create-entry' => 'Devnydhyer nowyth',
670
671 # Special:ListGroupRights
672 'listgrouprights-members' => '(rol an esely)',
673
674 # E-mail user
675 'emailuser' => 'E-bostya an devnydhyer-ma',
676 'emailpage' => 'E-bostya devnydhyer',
677 'defemailsubject' => 'E-bost {{SITENAME}}',
678 'emailfrom' => 'A-dhia:',
679 'emailto' => 'Dhe:',
680 'emailmessage' => 'Messaj:',
681 'emailsend' => 'Danvon',
682
683 # Watchlist
684 'watchlist' => 'Ow rol golyas',
685 'mywatchlist' => 'Ow rol golyas',
686 'addedwatch' => 'Keworrys dhe rol golyas',
687 'watch' => 'Golya',
688 'watchthispage' => 'Golya an folen-ma',
689 'unwatch' => 'Diswolya',
690 'watchlist-options' => 'Dewisyansow an rol golyas',
691
692 # Displayed when you click the "watch" button and it is in the process of watching
693 'watching' => 'Ow colya...',
694 'unwatching' => 'Ow tisgolya...',
695
696 # Delete
697 'deletepage' => 'Dilea an folen',
698 'delete-confirm' => 'Dilea "$1"',
699 'delete-legend' => 'Dilea',
700 'deletedtext' => '"<nowiki>$1</nowiki>" yw dileys.
701 Gwelewgh $2 rag covath a dhileansow a-dhiwedhes.',
702 'deletedarticle' => 'a dhileys "[[$1]]"',
703 'dellogpage' => 'Covnoten dileyansow',
704 'deletecomment' => 'Acheson:',
705 'deleteotherreason' => 'Acheson aral/keworransel:',
706 'deletereasonotherlist' => 'Acheson aral',
707
708 # Rollback
709 'rollbacklink' => 'restorya',
710
711 # Protect
712 'protectlogpage' => 'Covnoten difresyansow',
713 'protectcomment' => 'Acheson:',
714 'protect-level-sysop' => 'Menysteryon hepken',
715 'restriction-type' => 'Cubmyas:',
716 'pagesize' => '(bayt)',
717
718 # Restrictions (nouns)
719 'restriction-edit' => 'Chanjya',
720 'restriction-move' => 'Gwaya',
721 'restriction-create' => 'Gwruthyl',
722 'restriction-upload' => 'Ughcarga',
723
724 # Undelete
725 'undeletelink' => 'gweles/daswul',
726 'undelete-search-submit' => 'Whila',
727 'undelete-show-file-submit' => 'Ea',
728
729 # Namespace form on various pages
730 'namespace' => 'Spas-hanow:',
731 'blanknamespace' => '(Penn)',
732
733 # Contributions
734 'contributions' => 'Kevrohow an devnydhyer',
735 'contributions-title' => 'Kevrohow an devnydhyer rag $1',
736 'mycontris' => 'Ow hevrohow',
737 'contribsub2' => 'Rag $1 ($2)',
738 'uctop' => '(gwartha)',
739 'month' => 'A-dhia mis (ha moy a-varr):',
740 'year' => 'A-dhia bledhen (ha moy a-varr):',
741
742 'sp-contributions-newbies' => 'Disqwedhes hepken kevrohow an acontow nowyth',
743 'sp-contributions-blocklog' => 'covnoten an letys',
744 'sp-contributions-talk' => 'kescows',
745 'sp-contributions-search' => 'Whila kevrohow',
746 'sp-contributions-username' => 'Trigva IP po hanow-usyer:',
747 'sp-contributions-submit' => 'Whila',
748
749 # What links here
750 'whatlinkshere' => 'Pyth eus ow kevrenna omma',
751 'whatlinkshere-title' => 'Folennow ow kevrenna bys "$1"',
752 'whatlinkshere-page' => 'Folen:',
753 'linkshere' => "Yma'n folennow a-sew ow kevrenna dhe '''[[:$1]]''':",
754 'isredirect' => 'folen daswedyans',
755 'isimage' => 'kevren an imaj',
756 'whatlinkshere-prev' => '{{PLURAL:$1|kens|kens $1}}',
757 'whatlinkshere-next' => '{{PLURAL:$1|nessa|nessa $1}}',
758 'whatlinkshere-links' => '← kevrennow',
759 'whatlinkshere-hideredirs' => '$1 daswedyansow',
760 'whatlinkshere-hidelinks' => '$1 kevrennow',
761 'whatlinkshere-filters' => 'Sidhlow',
762
763 # Block/unblock
764 'blockip' => 'Lettya an devnydhyer',
765 'ipaddress' => 'Trigva IP:',
766 'ipadressorusername' => 'Trigva IP po hanow-usyer:',
767 'ipbreason' => 'Acheson:',
768 'ipbreasonotherlist' => 'Acheson aral',
769 'ipb-blocklist-contribs' => 'Kevrohow rag $1',
770 'ipblocklist-submit' => 'Whila',
771 'blocklink' => 'lettya',
772 'unblocklink' => 'dislettya',
773 'change-blocklink' => 'chanjya an let',
774 'contribslink' => 'kevrohow',
775 'blocklogpage' => 'Covnoten an letys',
776 'unblocklogentry' => 'dislettyes $1',
777 'block-log-flags-anononly' => 'devnydhyoryon dihanow hepken',
778 'block-log-flags-hiddenname' => 'hanow-usyer covys',
779
780 # Move page
781 'move-page' => 'Gwaya $1',
782 'move-page-legend' => 'Gwaya folen',
783 'movearticle' => 'Movya an folen:',
784 'newtitle' => 'Dhe titel nowyth:',
785 'move-watch' => 'Golya an folen-ma',
786 'movepagebtn' => 'Gwaya an folen',
787 'movepage-moved' => '\'\'\'Gwayes yw "$1" war-tu "$2"\'\'\'',
788 'movedto' => 'gwayes war-tu',
789 '1movedto2' => '[[$1]] gwayes war-tu [[$2]]',
790 'movelogpage' => 'Covnoten gwayansow',
791 'movereason' => 'Acheson:',
792 'revertmove' => 'trebuchya',
793
794 # Export
795 'export' => 'Esperthy folennow',
796 'export-addcat' => 'Keworra',
797 'export-addns' => 'Keworra',
798
799 # Namespace 8 related
800 'allmessagesname' => 'Hanow',
801
802 # Thumbnails
803 'thumbnail-more' => 'Brashe',
804
805 # Special:Import
806 'import' => 'Ymperthy folennow',
807 'import-interwiki-submit' => 'Ymperthy',
808 'import-upload-filename' => 'Hanow-restren:',
809 'importstart' => 'Owth ymperthy folennow...',
810 'import-noarticle' => 'Folen vyth dhe ymperthy!',
811
812 # Tooltip help for the actions
813 'tooltip-pt-userpage' => 'Agas folen devnydhyer',
814 'tooltip-pt-mytalk' => 'Agas folen gows',
815 'tooltip-pt-preferences' => 'Ow dewisyansow',
816 'tooltip-pt-watchlist' => 'An rol a folennow eros jy ow colya',
817 'tooltip-pt-mycontris' => "Rol a'gas kevrohow",
818 'tooltip-pt-login' => 'Gwell via dhis mar teu hag omgelmy, mes nyns yw besy',
819 'tooltip-pt-logout' => 'Omdenna',
820 'tooltip-ca-talk' => "Dadhelva a-dro dhe'n dalgh",
821 'tooltip-ca-edit' => 'Why a ell chanjya an folen-ma. Mar pleg, gwrewgh usya an boton ragwel kens gwitha.',
822 'tooltip-ca-addsection' => 'Dalleth rann nowyth',
823 'tooltip-ca-viewsource' => 'Alwhedhys yw an folen-ma.
824 Ty a ell gweles hy fennfenten.',
825 'tooltip-ca-history' => 'Amendyansow tremenys an folen-ma',
826 'tooltip-ca-protect' => 'Difres an folen-ma',
827 'tooltip-ca-delete' => 'Dilea an folen-ma',
828 'tooltip-ca-move' => 'Gwaya an folen-ma',
829 'tooltip-ca-watch' => "Keworra an folen-ma dh'agas rol golyas",
830 'tooltip-ca-unwatch' => 'Dilea an folen-ma dhort agas rol golyas',
831 'tooltip-search' => 'Whila en {{SITENAME}}',
832 'tooltip-search-go' => 'Mos dhe folen gen an keth hanow-ma, mars eus',
833 'tooltip-search-fulltext' => "Whila an text-ma e'n folennow",
834 'tooltip-n-mainpage' => 'Disqwedhes an pennfolen',
835 'tooltip-n-mainpage-description' => 'Godriga an pennfolen',
836 'tooltip-n-portal' => "A-dro dhe'n ragdres, an pyth a ellys gwul, ple cavos taclow",
837 'tooltip-n-currentevents' => 'Cavos derivadow kylva war darvosow a-lemmyn',
838 'tooltip-n-recentchanges' => "Rol an chanjyow a-dhiwedhes e'n wiki",
839 'tooltip-n-randompage' => 'Carga folen dre jons',
840 'tooltip-n-help' => 'Gweres',
841 'tooltip-t-whatlinkshere' => 'Rol a bub folennow wiki ow kevrenna bys omma',
842 'tooltip-t-recentchangeslinked' => 'Chanjyow a-dhiwedhes en folennow eus kevrennys orth an folen-ma',
843 'tooltip-feed-rss' => 'Feed RSS rag an folen-ma',
844 'tooltip-feed-atom' => 'Feed Atom rag an folen-ma',
845 'tooltip-t-contributions' => 'Gweles rol kevrohow an devnydhyer-ma',
846 'tooltip-t-emailuser' => "Danvon e-bost dhe'n devnydhyer-ma",
847 'tooltip-t-upload' => 'Ughcarga restrennow',
848 'tooltip-t-specialpages' => 'Rol a bub folen arbennek',
849 'tooltip-t-print' => 'Versyon pryntyadow an folen-ma',
850 'tooltip-t-permalink' => "Kevren fast dhe'n amendyans-ma a'n folen",
851 'tooltip-ca-nstab-main' => 'Gweles an folen dalgh',
852 'tooltip-ca-nstab-user' => 'Gweles an folen devnydhyer',
853 'tooltip-ca-nstab-special' => 'Hemm yw folen arbennek, ny ellowgh why chanjya an folen hy honan.',
854 'tooltip-ca-nstab-project' => 'Gweles folen an wiki',
855 'tooltip-ca-nstab-image' => 'Gweles folen an restren',
856 'tooltip-ca-nstab-template' => 'Gweles an scantlyn',
857 'tooltip-ca-nstab-category' => 'Gweles folen an class',
858 'tooltip-minoredit' => 'Merkya hemma avel chanj bian',
859 'tooltip-save' => 'Gwitha agas chanjyow',
860 'tooltip-preview' => 'Ragweles dha janjyow; gwra usya hemma kens gwitha mar pleg!',
861 'tooltip-diff' => "Disqwedhes an chanjyow eus gwres genes dhe'n text",
862 'tooltip-watch' => "Keworra an folen-ma dh'agas rol golyas",
863 'tooltip-rollback' => 'Yma "restorya" ow trebuchya chanjyow gwres dhe\'n folen-ma gans an kens devnydhyor en onen clyck',
864 'tooltip-undo' => '"Diswul" a wra trebuchya an chanj-ma hag egery an furvlen chanjya en fordh ragweles. Cheson a ell bos keworrys et an derivas cot.',
865
866 # Attribution
867 'siteuser' => 'devnydhyer {{SITENAME}} $1',
868 'lastmodifiedatby' => 'An folen-ma a veu kens chanjys dhe $2, $1 gans $3.',
869 'siteusers' => '{{PLURAL:$2|devnydhyer|devnydhyoryon}} {{SITENAME}} $1',
870
871 # Browsing diffs
872 'previousdiff' => '← Chanj cottha',
873 'nextdiff' => 'Chanj nowyttha →',
874
875 # Media information
876 'file-nohires' => '<small>Nyns eus clerder uhella cavadow.</small>',
877 'show-big-image' => 'Clerder leun',
878
879 # Special:NewFiles
880 'ilsubmit' => 'Whila',
881
882 # Metadata
883 'metadata' => 'Metadata',
884
885 # EXIF tags
886 'exif-imagewidth' => 'Les',
887 'exif-imagelength' => 'Uhelder',
888 'exif-artist' => 'Awtour',
889
890 'exif-meteringmode-255' => 'Aral',
891
892 'exif-contrast-1' => 'Medhel',
893 'exif-contrast-2' => 'Cales',
894
895 # 'all' in various places, this might be different for inflected languages
896 'recentchangesall' => 'oll',
897 'imagelistall' => 'oll',
898 'watchlistall2' => 'oll',
899 'namespacesall' => 'oll',
900 'monthsall' => 'oll',
901
902 # Trackbacks
903 'trackbackremove' => '([$1 Dilea])',
904
905 # Multipage image navigation
906 'imgmultipageprev' => '← folen kens',
907 'imgmultipagenext' => 'folen nessa →',
908 'imgmultigo' => 'Ke!',
909
910 # Table pager
911 'table_pager_limit_submit' => 'Ke',
912
913 # Auto-summaries
914 'autosumm-new' => "Formas folen gen: '$1'",
915
916 # Watchlist editing tools
917 'watchlisttools-edit' => 'Gweles ha chanjya an rol golyas',
918 'watchlisttools-raw' => 'Chanjya restren an rol golyas',
919
920 # Special:Version
921 'version' => 'Versyon',
922 'version-other' => 'Aral',
923 'version-version' => '(Versyon $1)',
924
925 # Special:FilePath
926 'filepath-page' => 'Restren:',
927
928 # Special:FileDuplicateSearch
929 'fileduplicatesearch-filename' => 'Hanow-restren:',
930 'fileduplicatesearch-submit' => 'Whila',
931
932 # Special:SpecialPages
933 'specialpages' => 'Folennow arbennek',
934
935 # Special:Tags
936 'tags-edit' => 'chanjya',
937
938 );