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( 'Ughkarga' ),
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( 'Klassys' ),
70 'Export' => array( 'Esperthi' ),
71 'Version' => array( 'Versyon' ),
72 'Allmessages' => array( 'OllMessajow' ),
73 'Blockip' => array( 'Let' ),
74 'Import' => array( 'Ymperthi' ),
75 'Mypage' => array( 'OwFolen' ),
76 'Mytalk' => array( 'OwHows' ),
77 'Mycontributions' => array( 'OwHevrohow' ),
78 'Search' => array( 'Hwilans' ),
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' => "Dy' Sul",
89 'monday' => "Dy' Lun",
90 'tuesday' => "Dy' Meurth",
91 'wednesday' => "Dy' Merher",
92 'thursday' => "Dy' Yow",
93 'friday' => "Dy' Gwener",
94 'saturday' => "Dy' 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' => 'Gwenngala',
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 'listingcontinuesabbrev' => 'pes.',
147
148 'about' => 'A-dro dhe',
149 'cancel' => 'Hedhy',
150 'moredotdotdot' => 'Moy...',
151 'mypage' => 'Ow folen',
152 'mytalk' => 'Ow hows',
153 'anontalk' => 'Kescows rag an trigva IP-ma',
154 'navigation' => 'Lewyans',
155 'and' => '&#32;ha(g)',
156
157 # Cologne Blue skin
158 'qbfind' => 'Whila',
159 'qbbrowse' => 'Peuri',
160 'qbedit' => 'Chanjya',
161 'qbpageoptions' => 'An folen ma',
162 'qbmyoptions' => 'Ow folennow',
163 'qbspecialpages' => 'Folennow arbennek',
164
165 # Vector skin
166 'vector-action-addsection' => 'Keworra mater',
167 'vector-action-delete' => 'Dilea',
168 'vector-action-move' => 'Gwaya',
169 'vector-action-protect' => 'Difres',
170 'vector-action-undelete' => 'Disdhilea',
171 'vector-action-unprotect' => 'Disdhifres',
172 'vector-namespace-category' => 'Class',
173 'vector-namespace-help' => 'Gweres',
174 'vector-namespace-image' => 'Restren',
175 'vector-namespace-main' => 'Folen',
176 'vector-namespace-media' => 'Folen media',
177 'vector-namespace-mediawiki' => 'Messaj',
178 'vector-namespace-project' => 'Folen an towl',
179 'vector-namespace-special' => 'Folen arbennek',
180 'vector-namespace-talk' => 'Kescows',
181 'vector-namespace-template' => 'Scantlyn',
182 'vector-namespace-user' => 'Folen devnydhyer',
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 'tagline' => 'Dhyworth {{SITENAME}}',
191 'help' => 'Gweres',
192 'search' => 'Whilans',
193 'searchbutton' => 'Whila',
194 'go' => 'Ke',
195 'searcharticle' => 'Ke',
196 'history' => 'Istory an folen',
197 'history_short' => 'Istory',
198 'info_short' => 'Kedhlow',
199 'printableversion' => 'Versyon pryntyadow',
200 'permalink' => 'Kevren fast',
201 'print' => 'Pryntya',
202 'edit' => 'Chanjya',
203 'create' => 'Gwruthyl',
204 'editthispage' => 'Chanjya an folen-ma',
205 'create-this-page' => 'Gwruthyl an folen-ma',
206 'delete' => 'Dilea',
207 'deletethispage' => 'Dilea an folen-ma',
208 'undelete_short' => 'Disdhilea $1 chanj',
209 'protect' => 'Difres',
210 'protect_change' => 'chanjya',
211 'protectthispage' => 'Difres an folen-ma',
212 'unprotect' => 'Disdhifres',
213 'unprotectthispage' => 'Disdhifres an folen-ma',
214 'newpage' => 'Folen nowyth',
215 'talkpage' => "Dadhelva a-dro dhe'n folen-ma",
216 'talkpagelinktext' => 'kescows',
217 'specialpage' => 'Folen arbennek',
218 'personaltools' => 'Toulys personel',
219 'postcomment' => 'Rann nowyth',
220 'talk' => 'Kescows',
221 'views' => 'Gwelyow',
222 'toolbox' => 'Box toulys',
223 'userpage' => 'Folen devnydhyer',
224 'projectpage' => 'Folen meta',
225 'imagepage' => 'Gweles folen an restren',
226 'mediawikipage' => 'Gweles folen an messajow',
227 'templatepage' => 'Gweles folen an scantlyn',
228 'viewhelppage' => 'Gweles an folen gweres',
229 'categorypage' => 'Gweles folen an class',
230 'viewtalkpage' => 'Gweles an kescows',
231 'otherlanguages' => 'Yethow erel',
232 'lastmodifiedat' => 'An folen-ma a veu kens chanjys an $1, dhe $2.',
233 'jumpto' => 'Lamma dhe:',
234 'jumptonavigation' => 'lewyans',
235 'jumptosearch' => 'whilans',
236
237 # 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).
238 'aboutsite' => 'A-dro dhe {{SITENAME}}',
239 'aboutpage' => 'Project:Derivadow',
240 'copyright' => 'Cavadow yw an dalgh yn-dann $1.',
241 'copyrightpage' => '{{ns:project}}:Gwirbryntyansow',
242 'currentevents' => 'Darvosow a-lemmyn',
243 'currentevents-url' => 'Project:Darvosow a-lemmyn',
244 'disclaimers' => 'Avisyansow',
245 'disclaimerpage' => 'Project:Avisyans ollgemmyn',
246 'helppage' => 'Help:Gweres',
247 'mainpage' => 'Pennfolen',
248 'mainpage-description' => 'Pennfolen',
249 'policy-url' => 'Project:Policy',
250 'portal' => 'Porth an gemeneth',
251 'portal-url' => 'Project:Porth an gemmynieth',
252 'privacy' => 'Policy privetter',
253 'privacypage' => 'Project:Policy privetter',
254
255 'ok' => 'Sur',
256 'retrievedfrom' => 'Daskevys dhort "$1"',
257 'youhavenewmessages' => 'Yma $1 genowgh ($2).',
258 'newmessageslink' => 'messajys nowyth',
259 'newmessagesdifflink' => 'chanj kens',
260 'youhavenewmessagesmulti' => 'Yma messajow nowyth genowgh war $1',
261 'editsection' => 'chanjya',
262 'editold' => 'chanjya',
263 'viewsourceold' => 'gweles an pennfenten',
264 'editlink' => 'chanjya',
265 'viewsourcelink' => 'gweles an fenten',
266 'editsectionhint' => 'Chanjya an rann: $1',
267 'toc' => 'Synsys',
268 'showtoc' => 'disqwedhes',
269 'hidetoc' => 'cudha',
270 'viewdeleted' => 'Gweles $1?',
271 'red-link-title' => '$1 (nyns eus folen henwys yndelma na whath)',
272
273 # Short words for each namespace, by default used in the namespace tab in monobook
274 'nstab-main' => 'Erthygel',
275 'nstab-user' => 'Folen devnydhyer',
276 'nstab-media' => 'Folen media',
277 'nstab-special' => 'Folen arbennek',
278 'nstab-project' => 'Folen towl',
279 'nstab-image' => 'Restren',
280 'nstab-mediawiki' => 'Messaj',
281 'nstab-template' => 'Scantlyn',
282 'nstab-help' => 'Gweres',
283 'nstab-category' => 'Class',
284
285 # General errors
286 'error' => 'Gwall',
287 'missingarticle-diff' => '(Dyffrans: $1, $2)',
288 'badtitle' => 'Titel drog',
289 'viewsource' => 'Gweles fenten',
290 'viewsourcefor' => 'rag $1',
291
292 # Login and logout pages
293 'yourname' => 'Hanow-usyer:',
294 'yourpassword' => 'Ger-tremena:',
295 'yourpasswordagain' => 'Jynscrif agas ger-tremena arta:',
296 'yourdomainname' => 'Agas diredh:',
297 'login' => 'Omgelmy',
298 'nav-login-createaccount' => 'Omgelmy / Formya acont nowyth',
299 'loginprompt' => 'Why a res galosegy cookies rag omgelmy orth {{SITENAME}}.',
300 'userlogin' => 'Omgelmy / formya acont nowyth',
301 'logout' => 'Digelmy',
302 'userlogout' => 'Digelmy',
303 'notloggedin' => 'Digelmys',
304 'nologin' => "Nyns eus acont dhewgh? '''$1'''.",
305 'nologinlink' => 'Form acont',
306 'createaccount' => 'Form acont nowyth',
307 'gotaccount' => "Eus akont genowgh seulabrys? '''$1'''.",
308 'gotaccountlink' => 'Omgelmy',
309 'createaccountmail' => 'der e-bost',
310 'mailmypassword' => 'E-bostya ger-tremena nowyth',
311 'loginlanguagelabel' => 'Yeth: $1',
312
313 # Password reset dialog
314 'resetpass' => 'Chanjya ger-tremena',
315 'resetpass_header' => 'Chanjya ger-tremena an acont',
316 'oldpassword' => 'Ger-tremena coth:',
317 'newpassword' => 'Ger-tremena nowyth:',
318 'resetpass-submit-loggedin' => 'Chanjya an ger-tremena',
319
320 # Edit page toolbar
321 'bold_sample' => 'Text tew',
322 'bold_tip' => 'Text tew',
323 'italic_sample' => 'Text italek',
324 'italic_tip' => 'Text italek',
325 'link_sample' => 'Titel an gevren',
326 'link_tip' => 'Kevren bervedhel',
327 'extlink_sample' => 'http://www.example.com titel an gevren',
328 'extlink_tip' => 'Kevren a-mes (remembra an rager http://)',
329 'image_tip' => 'Restren neythys',
330 'media_tip' => 'Kevren restren',
331
332 # Edit pages
333 'summary' => 'Derivas cot:',
334 'minoredit' => 'Hemm yw chanj bian',
335 'watchthis' => 'Golya an folen-ma',
336 'savearticle' => 'Gwitha',
337 'preview' => 'Ragwel',
338 'showpreview' => 'Ragweles',
339 'showdiff' => 'Disqwedhes an chanjyow',
340 'loginreqlink' => 'omgelmy',
341 'newarticle' => '(Nowyth)',
342 'note' => "'''Noten:'''",
343 'previewnote' => "'''Gwra remembra, nyns yw hemm ma's ragwel.''' Nyns yw dha janjyow gwithys whath!",
344 'editing' => 'ow chanjya $1',
345 'editingsection' => 'ow chanjya $1 (rann)',
346 'editingcomment' => 'ow chanjya $1 (rann nowyth)',
347 'yourtext' => 'Agas text',
348 'yourdiff' => 'Dyffransow',
349 'template-protected' => '(gwithys)',
350
351 # History pages
352 'previousrevision' => '← Amendyans cottha',
353 'nextrevision' => 'Daswel nowyttha →',
354 'cur' => 'lem',
355 'next' => 'nessa',
356 'last' => 'kens',
357 'page_first' => 'kensa',
358 'page_last' => 'kens',
359 'history-fieldset-title' => 'Peury an istory',
360 'histfirst' => 'An moyha a-varr',
361 'histlast' => 'An diwettha',
362 'historyempty' => '(gwag)',
363
364 # Revision deletion
365 'rev-delundel' => 'disqwedhes/cudha',
366 'pagehist' => 'Istory an folen',
367 'revdelete-uname' => 'hanow-usyer',
368
369 # History merging
370 'mergehistory-reason' => 'Acheson:',
371
372 # Diffs
373 'history-title' => 'Istory an folen "$1"',
374 'lineno' => 'Linen $1:',
375 'editundo' => 'diswul',
376
377 # Search results
378 'searchresults' => 'Sewyansow an whilans',
379 'searchresults-title' => 'Sewyansow an whilans rag "$1"',
380 'searchresulttext' => 'Rag derivadow pella war whilas en {{SITENAME}}, gwra gweles [[{{MediaWiki:Helppage}}|{{int:help}}]].',
381 '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"]])',
382 'prevn' => 'kens {{PLURAL:$1|$1}}',
383 'nextn' => 'nessa {{PLURAL:$1|$1}}',
384 'viewprevnext' => 'Gweles ($1 {{int:pipe-separator}} $2) ($3)',
385 'searchmenu-legend' => 'Dewisyansow whilans',
386 'searchmenu-exists' => "'''Yma folen henwys \"[[:\$1]]\" war an wiki-ma'''",
387 'searchmenu-new' => "'''Gwruthyl an folen \"[[:\$1]]\" war an wiki-ma!'''",
388 'searchhelp-url' => 'Help:Gweres',
389 'searchprofile-images' => 'Liesmedia',
390 'searchprofile-everything' => 'Puptra',
391 'searchprofile-advanced' => 'Avoncys',
392 'searchprofile-articles-tooltip' => 'Whila en $1',
393 'searchprofile-project-tooltip' => 'Whila en $1',
394 'searchprofile-images-tooltip' => 'Whila restrennow',
395 'search-result-size' => '$1 ({{PLURAL:$2|1 ger|$2 ger}})',
396 'search-section' => '(rann $1)',
397 'search-suggest' => "A wrugo'why menya: $1",
398 'search-interwiki-caption' => 'Towlow whor',
399 'search-interwiki-default' => '$1 sewyansow:',
400 'search-interwiki-more' => '(moy)',
401 'search-mwsuggest-enabled' => 'gen profyansow',
402 'search-mwsuggest-disabled' => 'profyansow vyth',
403 'searchall' => 'oll',
404 'powersearch' => 'Whilans avoncys',
405 'powersearch-legend' => 'Whilans avoncys',
406 'powersearch-ns' => 'Whila en spasys-hanow:',
407 'powersearch-field' => 'Whila',
408 'powersearch-toggleall' => 'Oll',
409
410 # Preferences page
411 'preferences' => 'Dewisyansow',
412 'mypreferences' => 'Ow dewisyansow',
413 'changepassword' => 'Chanjya an ger-tremena',
414 'prefs-skin' => 'Crohen',
415 'prefs-datetime' => 'Dedhyans hag eur',
416 'prefs-rc' => 'Chanjyow a-dhiwedhes',
417 'prefs-watchlist' => 'Rol golyas',
418 'prefs-resetpass' => 'Chanjya ger-tremena',
419 'prefs-email' => 'Dewisyansow e-bost',
420 'saveprefs' => 'Gwitha',
421 'searchresultshead' => 'Whilans',
422 'timezoneregion-africa' => 'Africa',
423 'timezoneregion-america' => 'America',
424 'timezoneregion-antarctica' => 'Antarctica',
425 'timezoneregion-arctic' => 'Arctek',
426 'timezoneregion-asia' => 'Asia',
427 'timezoneregion-atlantic' => 'Mor Atlantek',
428 'timezoneregion-australia' => 'Awstralya',
429 'timezoneregion-europe' => 'Europa',
430 'timezoneregion-indian' => 'Mor Eyndek',
431 'timezoneregion-pacific' => 'Mor Cosel',
432 'prefs-searchoptions' => 'Dewisyansow whilans',
433 'prefs-files' => 'Restrennow',
434 'youremail' => 'E-bost:',
435 'username' => 'Hanow-usyer:',
436 'uid' => 'ID devnydhyer:',
437 'prefs-memberingroups' => "Esel a'n {{PLURAL:$1|bagas|bagasow}}:",
438 'yourrealname' => 'Hanow gwir:',
439 'yourlanguage' => 'Yeth:',
440 'yournick' => 'Sinans nowyth:',
441 'yourgender' => 'Reyth:',
442 'gender-male' => 'Gorow',
443 'gender-female' => 'Benow',
444 'email' => 'E-bost',
445 'prefs-signature' => 'Sinans',
446 'prefs-advancedediting' => 'Dewisyansow avoncys',
447 'prefs-advancedrc' => 'Dewisyansow avoncys',
448 'prefs-advancedrendering' => 'Dewisyansow avoncys',
449 'prefs-advancedsearchoptions' => 'Dewisyansow avoncys',
450 'prefs-advancedwatchlist' => 'Dewisyansow avoncys',
451
452 # User rights
453 'userrights-groupsmember' => 'Esel a:',
454 'userrights-reason' => 'Acheson:',
455
456 # Groups
457 'group' => 'Bagas:',
458 'group-user' => 'Devnydhyoryon',
459 'group-bot' => 'Botow',
460 'group-sysop' => 'Menysteryon',
461 'group-all' => '(oll)',
462
463 'group-user-member' => 'Devnydhyer',
464 'group-bot-member' => 'Bot',
465 'group-sysop-member' => 'Menyster',
466
467 'grouppage-user' => '{{ns:project}}:Devnydhyoryon',
468 'grouppage-bot' => '{{ns:project}}:Botow',
469 'grouppage-sysop' => '{{ns:project}}:Menysteryon',
470
471 # Rights
472 'right-read' => 'Redya folennow',
473 'right-edit' => 'Chanjya folennow',
474 'right-createtalk' => 'Gwruthyl folennow kescows',
475 'right-createaccount' => 'Form acontow devnydhyer nowyth',
476 'right-move' => 'Gwaya folennow',
477 'right-movefile' => 'Gwaya restrennow',
478 'right-upload' => 'Ughcarga restrennow',
479 'right-delete' => 'Dilea folennow',
480
481 # Associated actions - in the sentence "You do not have permission to X"
482 'action-edit' => 'chanjya an folen-ma',
483 'action-move' => 'gwaya an folen ma',
484 'action-movefile' => 'gwaya an restren ma',
485 'action-upload' => 'ughcarga an restren-ma',
486 'action-delete' => 'dilea an folen ma',
487
488 # Recent changes
489 'nchanges' => '$1 {{PLURAL:$1|chanj|chanj}}',
490 'recentchanges' => 'Chanjyow a-dhiwedhes',
491 'recentchanges-legend' => 'Dewisyansow an chanjyow a-dhiwedhes',
492 'recentchangestext' => "Sewya an chanjyow diwettha eus dhe'n wiki war'n folen-ma.",
493 'recentchanges-label-legend' => 'Alwhedh: $1.',
494 'recentchanges-legend-newpage' => '$1 - folen nowyth',
495 'recentchanges-legend-minor' => '$1 - chanj bian',
496 'recentchanges-label-minor' => 'Hemm yw chanj bian',
497 'recentchanges-legend-bot' => '$1 - chanj gans bot',
498 'rclistfrom' => 'Disqwedhes chanjyow nowyth ow talleth a-dhia $1.',
499 'rcshowhideminor' => '$1 chanjyow bian',
500 'rcshowhidebots' => '$1 botow',
501 'rcshowhideliu' => '$1 devnydhoryon omgelmys',
502 'rcshowhideanons' => '$1 devnydhyoryon dihanow',
503 'rcshowhidemine' => '$1 ow chanjyow',
504 'rclinks' => "Disqwedhes an $1 chanj a-dhiwedhes gwres e'n $2 dedh a-dhiwedhes<br />$3",
505 'diff' => 'dyffrans',
506 'hist' => 'ist',
507 'hide' => 'Cudha',
508 'show' => 'Disqwedhes',
509 'minoreditletter' => 'B',
510 'newpageletter' => 'N',
511 'boteditletter' => 'bot',
512 'newsectionsummary' => '/* $1 */ rann nowyth',
513 'rc-enhanced-hide' => 'Cudha manylyon',
514
515 # Recent changes linked
516 'recentchangeslinked' => 'Chanjyow dhe folennow kevahal',
517 'recentchangeslinked-feed' => 'Chanjyow dhe folennow kevahal',
518 'recentchangeslinked-toolbox' => 'Chanjyow dhe folennow kevahal',
519 'recentchangeslinked-summary' => "↓ Hemm yw rol a janjyow a-dhiwedhes gwres war folennow kevrennys dhort folen ragavysyes (po dhe esely class ragavysyes).
520 Yth yw folennow eus war dha [[Special:Watchlist|rol golyas]] en '''tew'''.",
521 'recentchangeslinked-page' => 'Hanow an folen:',
522
523 # Upload
524 'upload' => 'Ughcarga restren',
525 'uploadbtn' => 'Ughcarga restren',
526 'filename' => 'Hanow-restren',
527 'filesource' => 'Pennfenten:',
528 'savefile' => 'Gwitha restren',
529 'uploadedimage' => '"[[$1]]" ughkergys',
530 'watchthisupload' => 'Golya an folen-ma',
531
532 # Special:ListFiles
533 'imgfile' => 'restren',
534 'listfiles_date' => 'Dedhyas',
535 'listfiles_name' => 'Hanow',
536 'listfiles_user' => 'Devnydhyer',
537
538 # File description page
539 'file-anchor-link' => 'Restren',
540 'filehist' => 'Istory an folen',
541 'filehist-deleteall' => 'dilea oll',
542 'filehist-deleteone' => 'dilea',
543 'filehist-current' => 'a-lemmyn',
544 'filehist-datetime' => 'Dedhyans/Eur',
545 'filehist-user' => 'Devnydhyer',
546 'filehist-dimensions' => 'Mynsow',
547 'filehist-comment' => 'Ger',
548 'imagelinks' => "Kevrennow dhe'n restren-ma",
549 'uploadnewversion-linktext' => "Ughcarga versyon nowyth a'n restren-ma",
550
551 # File deletion
552 'filedelete' => 'Dilea $1',
553 'filedelete-legend' => 'Dilea an restren',
554 'filedelete-submit' => 'Dilea',
555
556 # MIME search
557 'download' => 'iscarga',
558
559 # Unused templates
560 'unusedtemplateswlh' => 'kevrennow erel',
561
562 # Random page
563 'randompage' => 'Folen dre jons',
564
565 # Statistics
566 'statistics-pages' => 'Folennow',
567
568 'brokenredirects-edit' => 'chanjya',
569 'brokenredirects-delete' => 'dilea',
570
571 'withoutinterwiki-submit' => 'Disqwedhes',
572
573 # Miscellaneous special pages
574 'nmembers' => '$1 {{PLURAL:$1|esel|esel}}',
575 'newpages' => 'Folennow nowyth',
576 'newpages-username' => 'Hanow-usyer:',
577 'move' => 'Gwaya',
578 'movethispage' => 'Gwaya an folen-ma',
579 'pager-newer-n' => '{{PLURAL:$1|1 nowyttha|$1 nowyttha}}',
580 'pager-older-n' => '{{PLURAL:$1|1 cottha|$1 cottha}}',
581
582 # Book sources
583 'booksources' => 'Penn-fentynyow lyver',
584 'booksources-go' => 'Ke',
585
586 # Special:Log
587 'specialloguserlabel' => 'Devnydhyer:',
588 'speciallogtitlelabel' => 'Titel:',
589
590 # Special:AllPages
591 'allpages' => 'Oll folennow',
592 'alphaindexline' => '$1 dhe $2',
593 'prevpage' => 'Folen gens ($1)',
594 'allarticles' => 'Oll folennow',
595 'allpagesprev' => 'Kens',
596 'allpagesnext' => 'Nessa',
597 'allpagessubmit' => 'Ke',
598
599 # Special:Categories
600 'categories' => 'Classys',
601
602 # Special:DeletedContributions
603 'sp-deletedcontributions-contribs' => 'kevrohow',
604
605 # Special:LinkSearch
606 'linksearch' => 'Kevrennow a-mes',
607 'linksearch-ok' => 'Whila',
608
609 # Special:ListUsers
610 'listusers-submit' => 'Disqwedhes',
611
612 # Special:Log/newusers
613 'newuserlog-create-entry' => 'Devnydhyer nowyth',
614
615 # Special:ListGroupRights
616 'listgrouprights-members' => '(rol an esely)',
617
618 # E-mail user
619 'emailuser' => 'E-bostya an devnydhyer-ma',
620 'emailpage' => 'E-bostya devnydhyer',
621 'defemailsubject' => 'E-bost {{SITENAME}}',
622 'emailfrom' => 'A-dhia:',
623 'emailto' => 'Dhe:',
624 'emailmessage' => 'Messaj:',
625 'emailsend' => 'Danvon',
626
627 # Watchlist
628 'watchlist' => 'Ow rol golyas',
629 'mywatchlist' => 'Ow rol golyas',
630 'addedwatch' => 'Keworrys dhe rol golyas',
631 'watch' => 'Golya',
632 'watchthispage' => 'Golya an folen-ma',
633 'unwatch' => 'Diswolya',
634 'watchlist-options' => 'Dewisyansow an rol golyas',
635
636 # Displayed when you click the "watch" button and it is in the process of watching
637 'watching' => 'Ow colya...',
638 'unwatching' => 'Ow tisgolya...',
639
640 # Delete
641 'deletepage' => 'Dilea an folen',
642 'delete-confirm' => 'Dilea "$1"',
643 'delete-legend' => 'Dilea',
644 'deletedarticle' => 'a dhileys "[[$1]]"',
645 'deletecomment' => 'Acheson:',
646 'deleteotherreason' => 'Acheson aral/keworransel:',
647 'deletereasonotherlist' => 'Acheson aral',
648
649 # Protect
650 'protectcomment' => 'Acheson:',
651 'protect-level-sysop' => 'Menysteryon hepken',
652 'restriction-type' => 'Cubmyas:',
653 'pagesize' => '(bayt)',
654
655 # Restrictions (nouns)
656 'restriction-edit' => 'Chanjya',
657 'restriction-move' => 'Gwaya',
658 'restriction-create' => 'Gwruthyl',
659 'restriction-upload' => 'Ughcarga',
660
661 # Undelete
662 'undeletelink' => 'gweles/daswul',
663 'undelete-search-submit' => 'Whila',
664 'undelete-show-file-submit' => 'Ea',
665
666 # Namespace form on various pages
667 'namespace' => 'Spas-hanow:',
668 'blanknamespace' => '(Penn)',
669
670 # Contributions
671 'contributions' => 'Kevrohow an devnydhyer',
672 'contributions-title' => 'Kevrohow an devnydhyer rag $1',
673 'mycontris' => 'Ow hevrohow',
674 'contribsub2' => 'Rag $1 ($2)',
675 'uctop' => '(gwartha)',
676 'month' => 'A-dhia mis (ha moy a-varr):',
677 'year' => 'A-dhia bledhen (ha moy a-varr):',
678
679 'sp-contributions-newbies' => 'Disqwedhes hepken kevrohow an acontow nowyth',
680 'sp-contributions-talk' => 'kescows',
681 'sp-contributions-search' => 'Whila kevrohow',
682 'sp-contributions-username' => 'Trigva IP po hanow-usyer:',
683 'sp-contributions-submit' => 'Whila',
684
685 # What links here
686 'whatlinkshere' => 'Pyth eus ow kevrenna omma',
687 'whatlinkshere-title' => 'Folennow ow kevrenna bys "$1"',
688 'whatlinkshere-page' => 'Folen:',
689 'linkshere' => "Yma'n folennow a-sew ow kevrenna dhe '''[[:$1]]''':",
690 'isimage' => 'kevren an imaj',
691 'whatlinkshere-prev' => '{{PLURAL:$1|kens|kens $1}}',
692 'whatlinkshere-next' => '{{PLURAL:$1|nessa|nessa $1}}',
693 'whatlinkshere-links' => '← kevrennow',
694 'whatlinkshere-hidelinks' => '$1 kevrennow',
695 'whatlinkshere-filters' => 'Sidhlow',
696
697 # Block/unblock
698 'blockip' => 'Let devnydhyer',
699 'ipaddress' => 'Trigva IP:',
700 'ipadressorusername' => 'Trigva IP po hanow-usyer:',
701 'ipbreason' => 'Acheson:',
702 'ipbreasonotherlist' => 'Acheson aral',
703 'ipb-blocklist-contribs' => 'Kevrohow rag $1',
704 'ipblocklist-submit' => 'Whila',
705 'blocklink' => 'lettya',
706 'contribslink' => 'kevrohow',
707 'block-log-flags-anononly' => 'devnydhyoryon dihanow hepken',
708 'block-log-flags-hiddenname' => 'hanow-usyer covys',
709
710 # Move page
711 'move-page' => 'Gwaya $1',
712 'move-page-legend' => 'Gwaya folen',
713 'movearticle' => 'Movya an folen:',
714 'newtitle' => 'Dhe titel nowyth:',
715 'move-watch' => 'Golya an folen-ma',
716 'movepagebtn' => 'Gwaya an folen',
717 'movepage-moved' => '\'\'\'Gwayes yw "$1" war-tu "$2"\'\'\'',
718 'movedto' => 'gwayes war-tu',
719 '1movedto2' => '[[$1]] gwayes war-tu [[$2]]',
720 'movereason' => 'Acheson:',
721
722 # Export
723 'export' => 'Esperthy folennow',
724 'export-addcat' => 'Keworra',
725 'export-addns' => 'Keworra',
726
727 # Namespace 8 related
728 'allmessagesname' => 'Hanow',
729
730 # Thumbnails
731 'thumbnail-more' => 'Brashe',
732
733 # Special:Import
734 'import' => 'Ymperthy folennow',
735 'import-interwiki-submit' => 'Ymperthy',
736 'import-upload-filename' => 'Hanow-restren:',
737 'importstart' => 'Owth ymperthy folennow...',
738 'import-noarticle' => 'Folen vyth dhe ymperthy!',
739
740 # Tooltip help for the actions
741 'tooltip-pt-userpage' => 'Agas folen devnydhyer',
742 'tooltip-pt-mytalk' => 'Agas folen gows',
743 'tooltip-pt-preferences' => 'Ow dewisyansow',
744 'tooltip-pt-watchlist' => 'An rol a folennow eros jy ow colya',
745 'tooltip-pt-mycontris' => "Rol a'gas kevrohow",
746 'tooltip-pt-login' => 'Gwell via dhis mar teu hag omgelmy, mes nyns yw besy',
747 'tooltip-pt-logout' => 'Omdenna',
748 'tooltip-ca-talk' => "Dadhelva a-dro dhe'n dalgh",
749 'tooltip-ca-edit' => 'Why a ell chanjya an folen-ma. Mar pleg, gwrewgh usya an boton ragwel kens gwitha.',
750 'tooltip-ca-addsection' => 'Dalleth rann nowyth',
751 'tooltip-ca-viewsource' => 'Alwhedhys yw an folen-ma.
752 Ty a ell gweles hy fennfenten.',
753 'tooltip-ca-protect' => 'Difres an folen-ma',
754 'tooltip-ca-delete' => 'Dilea an folen-ma',
755 'tooltip-ca-move' => 'Gwaya an folen-ma',
756 'tooltip-ca-watch' => "Keworra an folen-ma dh'agas rol golyas",
757 'tooltip-ca-unwatch' => 'Dilea an folen-ma dhort agas rol golyas',
758 'tooltip-search' => 'Whila en {{SITENAME}}',
759 'tooltip-search-fulltext' => "Whila an text-ma e'n folennow",
760 'tooltip-n-mainpage' => 'Disqwedhes an pennfolen',
761 'tooltip-n-mainpage-description' => 'Godriga an pennfolen',
762 'tooltip-n-portal' => "A-dro dhe'n ragdres, an pyth a ellys gwul, ple cavos taclow",
763 'tooltip-n-recentchanges' => "Rol an chanjyow a-dhiwedhes e'n wiki",
764 'tooltip-n-randompage' => 'Carga folen dre jons',
765 'tooltip-n-help' => 'Gweres',
766 'tooltip-t-whatlinkshere' => 'Rol a bub folennow wiki ow kevrenna bys omma',
767 'tooltip-t-recentchangeslinked' => 'Chanjyow a-dhiwedhes en folennow eus kevrennys orth an folen-ma',
768 'tooltip-t-contributions' => 'Gweles rol kevrohow an devnydhyer-ma',
769 'tooltip-t-emailuser' => "Danvon e-bost dhe'n devnydhyer-ma",
770 'tooltip-t-upload' => 'Ughcarga restrennow',
771 'tooltip-t-specialpages' => 'Rol a bub folen arbennek',
772 'tooltip-t-print' => 'Versyon pryntyadow an folen-ma',
773 'tooltip-t-permalink' => "Kevren fast dhe'n amendyans-ma a'n folen",
774 'tooltip-ca-nstab-main' => 'Gweles an folen dalgh',
775 'tooltip-ca-nstab-user' => 'Gweles an folen devnydhyer',
776 'tooltip-ca-nstab-special' => 'Hemm yw folen arbennek, ny ellowgh why chanjya an folen hy honan.',
777 'tooltip-ca-nstab-project' => 'Gweles folen an wiki',
778 'tooltip-ca-nstab-image' => 'Gweles folen an restren',
779 'tooltip-ca-nstab-template' => 'Gweles an scantlyn',
780 'tooltip-ca-nstab-category' => 'Gweles folen an class',
781 'tooltip-save' => 'Gwitha agas chanjyow',
782 'tooltip-preview' => 'Ragweles dha janjyow; gwra usya hemma kens gwitha mar pleg!',
783 'tooltip-diff' => "Disqwedhes an chanjyow eus gwres genes dhe'n text",
784
785 # Attribution
786 'siteuser' => 'devnydhyer {{SITENAME}} $1',
787 'lastmodifiedatby' => 'An folen-ma a veu kens chanjys dhe $2, $1 gans $3.',
788 'siteusers' => '{{PLURAL:$2|devnydhyer|devnydhyoryon}} {{SITENAME}} $1',
789
790 # Browsing diffs
791 'previousdiff' => '← Chanj cottha',
792 'nextdiff' => 'Chanj nowyttha →',
793
794 # Media information
795 'show-big-image' => 'Clerder leun',
796
797 # Special:NewFiles
798 'ilsubmit' => 'Whila',
799
800 # Metadata
801 'metadata' => 'Metadata',
802
803 # EXIF tags
804 'exif-imagewidth' => 'Les',
805 'exif-imagelength' => 'Uhelder',
806 'exif-artist' => 'Awtour',
807
808 'exif-meteringmode-255' => 'Aral',
809
810 'exif-contrast-1' => 'Medhel',
811 'exif-contrast-2' => 'Cales',
812
813 # 'all' in various places, this might be different for inflected languages
814 'recentchangesall' => 'oll',
815 'imagelistall' => 'oll',
816 'watchlistall2' => 'oll',
817 'namespacesall' => 'oll',
818 'monthsall' => 'oll',
819
820 # Trackbacks
821 'trackbackremove' => '([$1 Dilea])',
822
823 # Multipage image navigation
824 'imgmultipageprev' => '← folen kens',
825 'imgmultipagenext' => 'folen nessa →',
826 'imgmultigo' => 'Ke!',
827
828 # Table pager
829 'table_pager_limit_submit' => 'Ke',
830
831 # Auto-summaries
832 'autosumm-new' => "Formas folen gen: '$1'",
833
834 # Watchlist editing tools
835 'watchlisttools-edit' => 'Gweles ha chanjya an rol golyas',
836 'watchlisttools-raw' => 'Chanjya restren an rol golyas',
837
838 # Special:Version
839 'version' => 'Versyon',
840 'version-other' => 'Aral',
841 'version-version' => '(Versyon $1)',
842
843 # Special:FilePath
844 'filepath-page' => 'Restren:',
845
846 # Special:FileDuplicateSearch
847 'fileduplicatesearch-filename' => 'Hanow-restren:',
848 'fileduplicatesearch-submit' => 'Whila',
849
850 # Special:SpecialPages
851 'specialpages' => 'Folennow arbennek',
852
853 # Special:Tags
854 'tags-edit' => 'chanjya',
855
856 );