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' => 'Kudha chanjyow bian yn chanjyow a-dhiwedhes',
84
85 'underline-never' => 'Jammes',
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' => 'Hwevrer',
104 'march' => 'Meurth',
105 'april' => 'Ebrel',
106 'may_long' => 'Me',
107 'june' => 'Metheven',
108 'july' => 'Gortheren',
109 'august' => 'Est',
110 'september' => 'Gwenngala',
111 'october' => 'Hedra',
112 'november' => 'Du',
113 'december' => 'Kevardhu',
114 'january-gen' => 'Genver',
115 'february-gen' => 'Hwevrer',
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' => 'Hwe',
128 'mar' => 'Meu',
129 'apr' => 'Ebr',
130 'may' => 'Me',
131 'jun' => 'Met',
132 'jul' => 'Gor',
133 'aug' => 'Est',
134 'sep' => 'Gwe',
135 'oct' => 'Hed',
136 'nov' => 'Du',
137 'dec' => 'Kev',
138
139 # Categories related messages
140 'pagecategories' => '{{PLURAL:$1|Klass|Klass}}',
141 'category_header' => 'Folennow y\'n klass "$1"',
142 'subcategories' => 'Is-klassys',
143 'category-media-header' => 'Media y\'n klass "$1"',
144 'hidden-categories' => '{{PLURAL:$1|Klass kovys|Klass kovys}}',
145 'hidden-category-category' => 'Classys covys',
146 'listingcontinuesabbrev' => 'pes.',
147
148 'about' => 'A-dro dhe',
149 'cancel' => 'Hedhi',
150 'moredotdotdot' => 'Moy...',
151 'mypage' => 'Ow folen',
152 'mytalk' => 'Ow hows',
153 'anontalk' => 'Keskows rag an trigva IP-ma',
154 'navigation' => 'Lewyans',
155 'and' => '&#32;ha(g)',
156
157 # Cologne Blue skin
158 'qbfind' => 'Hwila',
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' => 'Klass',
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' => 'Keskows',
181 'vector-namespace-template' => 'Skantlyn',
182 'vector-namespace-user' => 'Folen devnydhyer',
183 'vector-view-create' => 'Gwruthyl',
184 'vector-view-edit' => 'Chanjya',
185 'vector-view-history' => 'Gweles istori 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' => 'Hwilans',
193 'searchbutton' => 'Hwila',
194 'go' => 'Ke',
195 'searcharticle' => 'Ke',
196 'history' => 'Istori an folen',
197 'history_short' => 'Istori',
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' => 'keskows',
217 'specialpage' => 'Folen arbennek',
218 'personaltools' => 'Toulys personel',
219 'postcomment' => 'Rann nowyth',
220 'talk' => 'Keskows',
221 'views' => 'Gwelyow',
222 'toolbox' => 'Boks 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 skantlyn',
228 'viewhelppage' => 'Gweles an folen gweres',
229 'categorypage' => 'Gweles folen an klass',
230 'viewtalkpage' => 'Gweles an keskows',
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' => 'hwilans',
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' => 'Kavadow 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:Polici',
250 'portal' => 'Porth an gemmynieth',
251 'portal-url' => 'Project:Porth an gemmynieth',
252 'privacy' => 'Polici privetter',
253 'privacypage' => 'Project:Polici privetter',
254
255 'ok' => 'Sur',
256 'youhavenewmessages' => 'Yma $1 genowgh ($2).',
257 'newmessageslink' => 'messajys nowyth',
258 'newmessagesdifflink' => 'chanj kens',
259 'youhavenewmessagesmulti' => 'Yma messajow nowyth genowgh war $1',
260 'editsection' => 'chanjya',
261 'editold' => 'chanjya',
262 'viewsourceold' => 'gweles an pennfenten',
263 'editlink' => 'chanjya',
264 'viewsourcelink' => 'gweles an fenten',
265 'editsectionhint' => 'Chanjya an rann: $1',
266 'toc' => 'Synsys',
267 'showtoc' => 'diskwedhes',
268 'hidetoc' => 'kudha',
269 'viewdeleted' => 'Gweles $1?',
270 'red-link-title' => '$1 (nag eus folen henwys yndelma na hwath)',
271
272 # Short words for each namespace, by default used in the namespace tab in monobook
273 'nstab-main' => 'Erthygel',
274 'nstab-user' => 'Folen devnydhyer',
275 'nstab-media' => 'Folen media',
276 'nstab-special' => 'Folen arbennek',
277 'nstab-project' => 'Folen towl',
278 'nstab-image' => 'Restren',
279 'nstab-mediawiki' => 'Messaj',
280 'nstab-template' => 'Skantlyn',
281 'nstab-help' => 'Gweres',
282 'nstab-category' => 'Klass',
283
284 # General errors
285 'error' => 'Gwall',
286 'missingarticle-diff' => '(Dyffrans: $1, $2)',
287 'badtitle' => 'Titel drog',
288 'viewsource' => 'Gweles fenten',
289 'viewsourcefor' => 'rag $1',
290
291 # Login and logout pages
292 'yourname' => 'Hanow-usyer:',
293 'yourpassword' => 'Ger-tremena:',
294 'yourpasswordagain' => 'Jynnskrifa agas ger-tremena arta:',
295 'yourdomainname' => 'Agas diredh:',
296 'login' => 'Omgelmi',
297 'nav-login-createaccount' => 'Omgelmi / Formya akont nowyth',
298 'loginprompt' => 'Res yw dhewgh galosegi cookies rag omgelmi orth {{SITENAME}}.',
299 'userlogin' => 'Omgelmi / formya akont nowyth',
300 'logout' => 'Digelmi',
301 'userlogout' => 'Digelmi',
302 'notloggedin' => 'Digelmys',
303 'nologin' => "Nyns eus akont dhewgh? '''$1'''.",
304 'nologinlink' => 'Form akont',
305 'createaccount' => 'Form akont nowyth',
306 'gotaccount' => "Eus akont genowgh seulabrys? '''$1'''.",
307 'gotaccountlink' => 'Omgelmy',
308 'createaccountmail' => 'dre e-bost',
309 'mailmypassword' => 'E-bostya ger-tremena nowyth',
310 'loginlanguagelabel' => 'Yeth: $1',
311
312 # Password reset dialog
313 'resetpass' => 'Chanjya ger-tremena',
314 'resetpass_header' => 'Chanjya ger-tremena an akont',
315 'oldpassword' => 'Ger-tremena koth:',
316 'newpassword' => 'Ger-tremena nowyth:',
317 'resetpass-submit-loggedin' => 'Chanjya an ger-tremena',
318
319 # Edit page toolbar
320 'bold_sample' => 'Text tew',
321 'bold_tip' => 'Text tew',
322 'italic_sample' => 'Text italek',
323 'italic_tip' => 'Text italek',
324 'link_sample' => 'Titel an gevren',
325 'link_tip' => 'Kevren bervedhel',
326 'extlink_sample' => 'http://www.example.com titel an gevren',
327 'image_tip' => 'Restren neythys',
328 'media_tip' => 'Kevren restren',
329
330 # Edit pages
331 'summary' => 'Berrskrif:',
332 'minoredit' => 'Hemm yw chanj bian',
333 'watchthis' => 'Golya an folen ma',
334 'savearticle' => 'Gwitha',
335 'preview' => 'Ragwel',
336 'showpreview' => 'Ragweles',
337 'showdiff' => 'Diskwedhes an chanjyow',
338 'loginreqlink' => 'omgelmi',
339 'newarticle' => '(Nowyth)',
340 'note' => "'''Noten:'''",
341 'previewnote' => "'''Gwra remembra, hemm yw bus ragwel.''' Nyns yw dha janjyow gwithys hwath!",
342 'editing' => 'ow chanjya $1',
343 'editingsection' => 'ow chanjya $1 (rann)',
344 'editingcomment' => 'ow chanjya $1 (rann nowyth)',
345 'yourtext' => 'Agas tekst',
346 'yourdiff' => 'Dyffransow',
347 'template-protected' => '(gwithys)',
348
349 # History pages
350 'previousrevision' => '← Daswel kottha',
351 'nextrevision' => 'Daswel nowyttha →',
352 'cur' => 'lem',
353 'next' => 'nessa',
354 'last' => 'kens',
355 'page_first' => 'kensa',
356 'page_last' => 'kens',
357 'history-fieldset-title' => 'Peuri an istori',
358 'histfirst' => 'An moyha a-varr',
359 'histlast' => 'An diwettha',
360 'historyempty' => '(gwag)',
361
362 # Revision deletion
363 'rev-delundel' => 'diskwedhes/kudha',
364 'pagehist' => 'Istori an folen',
365 'revdelete-uname' => 'hanow-usyer',
366
367 # History merging
368 'mergehistory-reason' => 'Acheson:',
369
370 # Diffs
371 'history-title' => 'Istori an folen "$1"',
372 'lineno' => 'Linen $1:',
373 'editundo' => 'diswul',
374
375 # Search results
376 'searchresults' => 'Sewyansow an hwilans',
377 'searchresults-title' => 'Sewyansow an hwilans rag "$1"',
378 'searchsubtitle' => 'Hwi a wrug hwilas \'\'\'[[:$1]]\'\'\' ([[Special:Prefixindex/$1|oll folennow ow talleth gans "$1"]]{{int:pipe-separator}}[[Special:WhatLinksHere/$1|oll folennow ow kevrenna dhe "$1"]])',
379 'prevn' => 'kens {{PLURAL:$1|$1}}',
380 'nextn' => 'nessa {{PLURAL:$1|$1}}',
381 'viewprevnext' => 'Gweles ($1 {{int:pipe-separator}} $2) ($3)',
382 'searchmenu-legend' => 'Dewisyansow hwilans',
383 'searchmenu-exists' => "'''Yma folen henwys \"[[:\$1]]\" war an wiki-ma'''",
384 'searchmenu-new' => "'''Gwruthyl an folen \"[[:\$1]]\" war an wiki-ma!'''",
385 'searchhelp-url' => 'Help:Gweres',
386 'searchprofile-images' => 'Liesmedia',
387 'searchprofile-everything' => 'Puptra',
388 'searchprofile-advanced' => 'Avoncys',
389 'searchprofile-articles-tooltip' => 'Hwila yn $1',
390 'searchprofile-project-tooltip' => 'Hwila yn $1',
391 'searchprofile-images-tooltip' => 'Hwila restrennow',
392 'search-result-size' => '$1 ({{PLURAL:$2|1 ger|$2 ger}})',
393 'search-section' => '(rann $1)',
394 'search-suggest' => 'A wrugowgh hwi menya: $1',
395 'search-interwiki-caption' => 'Towlow hwor',
396 'search-interwiki-default' => '$1 sewyansow:',
397 'search-interwiki-more' => '(moy)',
398 'search-mwsuggest-enabled' => 'gans profyansow',
399 'search-mwsuggest-disabled' => 'profyansow vyth',
400 'searchall' => 'oll',
401 'powersearch' => 'Hwilans avoncys',
402 'powersearch-legend' => 'Hwilans avoncys',
403 'powersearch-ns' => 'Hwila yn spasys-hanow:',
404 'powersearch-field' => 'Hwila',
405 'powersearch-toggleall' => 'Oll',
406
407 # Preferences page
408 'preferences' => 'Dewisyansow',
409 'mypreferences' => 'Ow dewisyansow',
410 'changepassword' => 'Chanjya an ger-tremena',
411 'prefs-skin' => 'Krohen',
412 'prefs-datetime' => 'Dydh hag eur',
413 'prefs-rc' => 'Chanjyow a-dhiwedhes',
414 'prefs-watchlist' => 'Rol golyas',
415 'prefs-resetpass' => 'Chanjya ger-tremena',
416 'prefs-email' => 'Dewisyansow e-bost',
417 'saveprefs' => 'Gwitha',
418 'searchresultshead' => 'Hwilans',
419 'timezoneregion-africa' => 'Afrika',
420 'timezoneregion-america' => 'Amerika',
421 'timezoneregion-antarctica' => 'Antarktika',
422 'timezoneregion-arctic' => 'Arktik',
423 'timezoneregion-asia' => 'Asi',
424 'timezoneregion-atlantic' => 'Keynvor Atlantek',
425 'timezoneregion-australia' => 'Awstralya',
426 'timezoneregion-europe' => 'Europa',
427 'timezoneregion-indian' => 'Keynvor Eyndek',
428 'timezoneregion-pacific' => 'Keynvor Hebask',
429 'prefs-searchoptions' => 'Dewisyansow hwilans',
430 'prefs-files' => 'Restrennow',
431 'youremail' => 'E-bost:',
432 'username' => 'Hanow-usyer:',
433 'uid' => 'ID devnydhyer:',
434 'prefs-memberingroups' => "Esel a'n {{PLURAL:$1|bagas|bagasow}}:",
435 'yourrealname' => 'Hanow gwir:',
436 'yourlanguage' => 'Yeth:',
437 'yournick' => 'Hanowskrif nowyth:',
438 'yourgender' => 'Reyth:',
439 'gender-male' => 'Gorow',
440 'gender-female' => 'Benow',
441 'email' => 'E-bost',
442 'prefs-signature' => 'Sinans',
443 'prefs-advancedediting' => 'Dewisyansow avoncys',
444 'prefs-advancedrc' => 'Dewisyansow avoncys',
445 'prefs-advancedrendering' => 'Dewisyansow avoncys',
446 'prefs-advancedsearchoptions' => 'Dewisyansow avoncys',
447 'prefs-advancedwatchlist' => 'Dewisyansow avoncys',
448
449 # User rights
450 'userrights-groupsmember' => 'Esel a:',
451 'userrights-reason' => 'Acheson:',
452
453 # Groups
454 'group' => 'Bagas:',
455 'group-user' => 'Devnydhyoryon',
456 'group-bot' => 'Botow',
457 'group-sysop' => 'Menysteryon',
458 'group-all' => '(oll)',
459
460 'group-user-member' => 'Devnydhyer',
461 'group-bot-member' => 'Bot',
462 'group-sysop-member' => 'Menyster',
463
464 'grouppage-user' => '{{ns:project}}:Devnydhyoryon',
465 'grouppage-bot' => '{{ns:project}}:Botow',
466 'grouppage-sysop' => '{{ns:project}}:Menysteryon',
467
468 # Rights
469 'right-read' => 'Redya folennow',
470 'right-edit' => 'Chanjya folennow',
471 'right-createtalk' => 'Gwruthyl folennow keskows',
472 'right-createaccount' => 'Form akontow devnydhyer nowyth',
473 'right-move' => 'Gwaya folennow',
474 'right-movefile' => 'Gwaya restrennow',
475 'right-upload' => 'Ughkarga restrennow',
476 'right-delete' => 'Dilea folennow',
477
478 # Associated actions - in the sentence "You do not have permission to X"
479 'action-edit' => 'chanjya an folen-ma',
480 'action-move' => 'gwaya an folen ma',
481 'action-movefile' => 'gwaya an restren ma',
482 'action-upload' => 'ughkarga an restren-ma',
483 'action-delete' => 'dilea an folen ma',
484
485 # Recent changes
486 'nchanges' => '$1 {{PLURAL:$1|chanj|chanj}}',
487 'recentchanges' => 'Chanjyow a-dhiwedhes',
488 'recentchanges-legend' => 'Dewisyansow an chanjyow a-dhiwedhes',
489 'recentchangestext' => "Sewya an chanjyow diwettha eus dhe'n wiki war'n folen-ma.",
490 'recentchanges-legend-newpage' => '$1 - folen nowyth',
491 'recentchanges-legend-minor' => '$1 - chanj bian',
492 'recentchanges-label-minor' => 'Hemm yw chanj bian',
493 'recentchanges-legend-bot' => '$1 - chanj gans bot',
494 'rclistfrom' => 'Diskwedhes chanjyow nowyth ow talleth a-dhia $1.',
495 'rcshowhideminor' => '$1 chanjyow bian',
496 'rcshowhidebots' => '$1 botow',
497 'rcshowhideliu' => '$1 devnydhoryon omgelmys',
498 'rcshowhideanons' => '$1 devnydhyoryon dihanow',
499 'rcshowhidemine' => '$1 ow chanjyow',
500 'diff' => 'dyffrans',
501 'hist' => 'ist',
502 'hide' => 'Kudha',
503 'show' => 'Diskwedhes',
504 'minoreditletter' => 'B',
505 'newpageletter' => 'N',
506 'boteditletter' => 'bot',
507 'newsectionsummary' => '/* $1 */ rann nowyth',
508 'rc-enhanced-hide' => 'Kudha manylyon',
509
510 # Recent changes linked
511 'recentchangeslinked' => 'Chanjyow dhe folennow kevahal',
512 'recentchangeslinked-feed' => 'Chanjyow dhe folennow kevahal',
513 'recentchangeslinked-toolbox' => 'Chanjyow dhe folennow kevahal',
514 'recentchangeslinked-summary' => "↓ Hemm yw rol a janjyow a-dhiwedhes gwres war folennow kevrennys dhyworth unn folen (po dhe eseli unn glass).
515 Yma folennow eus war dha [[Special:Watchlist|rol a golyas]] yn '''tew'''.",
516 'recentchangeslinked-page' => 'Hanow an folen:',
517
518 # Upload
519 'upload' => 'Ughkarga restren',
520 'uploadbtn' => 'Ughkarga restren',
521 'filename' => 'Hanow-restren',
522 'filesource' => 'Pennfenten:',
523 'savefile' => 'Gwitha restren',
524 'uploadedimage' => '"[[$1]]" ughkergys',
525 'watchthisupload' => 'Golya an folen ma',
526
527 # Special:ListFiles
528 'imgfile' => 'restren',
529 'listfiles_date' => 'Dedhyas',
530 'listfiles_name' => 'Hanow',
531 'listfiles_user' => 'Devnydhyer',
532
533 # File description page
534 'file-anchor-link' => 'Restren',
535 'filehist' => 'Istori an folen',
536 'filehist-deleteall' => 'dilea oll',
537 'filehist-deleteone' => 'dilea',
538 'filehist-current' => 'a-lemmyn',
539 'filehist-datetime' => 'Dedhyas/Eur',
540 'filehist-user' => 'Devnydhyer',
541 'filehist-dimensions' => 'Mynsow',
542 'filehist-comment' => 'Kampol',
543 'imagelinks' => "Kevrennow dhe'n restren-ma",
544 'uploadnewversion-linktext' => "Ughkarga versyon nowyth a'n restren-ma",
545
546 # File deletion
547 'filedelete' => 'Dilea $1',
548 'filedelete-legend' => 'Dilea an restren',
549 'filedelete-submit' => 'Dilea',
550
551 # MIME search
552 'download' => 'iskarga',
553
554 # Unused templates
555 'unusedtemplateswlh' => 'kevrennow erel',
556
557 # Random page
558 'randompage' => 'Folen dre jons',
559
560 # Statistics
561 'statistics-pages' => 'Folennow',
562
563 'brokenredirects-edit' => 'chanjya',
564 'brokenredirects-delete' => 'dilea',
565
566 'withoutinterwiki-submit' => 'Diskwedhes',
567
568 # Miscellaneous special pages
569 'nmembers' => '$1 {{PLURAL:$1|esel|esel}}',
570 'newpages' => 'Folennow nowyth',
571 'newpages-username' => 'Hanow-usyer:',
572 'move' => 'Gwaya',
573 'movethispage' => 'Gwaya an folen-ma',
574 'pager-newer-n' => '{{PLURAL:$1|1 nowyttha|$1 nowyttha}}',
575 'pager-older-n' => '{{PLURAL:$1|1 kottha|$1 kottha}}',
576
577 # Book sources
578 'booksources' => 'Penn-fentynyow lever',
579 'booksources-go' => 'Ke',
580
581 # Special:Log
582 'specialloguserlabel' => 'Devnydhyer:',
583 'speciallogtitlelabel' => 'Titel:',
584
585 # Special:AllPages
586 'allpages' => 'Oll folennow',
587 'alphaindexline' => '$1 dhe $2',
588 'prevpage' => 'Folen gens ($1)',
589 'allarticles' => 'Oll folennow',
590 'allpagesprev' => 'Kens',
591 'allpagesnext' => 'Nessa',
592 'allpagessubmit' => 'Ke',
593
594 # Special:Categories
595 'categories' => 'Klassys',
596
597 # Special:DeletedContributions
598 'sp-deletedcontributions-contribs' => 'kevrohow',
599
600 # Special:LinkSearch
601 'linksearch-ok' => 'Hwila',
602
603 # Special:ListUsers
604 'listusers-submit' => 'Diskwedhes',
605
606 # Special:Log/newusers
607 'newuserlog-create-entry' => 'Devnydhyer nowyth',
608
609 # E-mail user
610 'emailuser' => 'E-bostya an devnydhyer-ma',
611 'emailpage' => 'E-bostya devnydhyer',
612 'defemailsubject' => 'E-bost {{SITENAME}}',
613 'emailfrom' => 'A-dhia:',
614 'emailto' => 'Dhe:',
615 'emailmessage' => 'Messaj:',
616 'emailsend' => 'Danvon',
617
618 # Watchlist
619 'watchlist' => 'Ow rol golyas',
620 'mywatchlist' => 'Ow rol golyas',
621 'watchlistfor' => "(rag '''$1''')",
622 'addedwatch' => 'Keworrys dhe rol golyas',
623 'watch' => 'Golyas',
624 'watchthispage' => 'Golya an folen-ma',
625 'unwatch' => 'Diswolyas',
626 'watchlist-options' => 'Dewisyansow an rol golyas',
627
628 # Displayed when you click the "watch" button and it is in the process of watching
629 'watching' => 'Ow kolya...',
630 'unwatching' => 'Ow tisgolya...',
631
632 # Delete
633 'deletepage' => 'Dilea an folen',
634 'delete-confirm' => 'Dilea "$1"',
635 'delete-legend' => 'Dilea',
636 'deletedarticle' => 'a dhileys "[[$1]]"',
637 'deleteotherreason' => 'Acheson aral/keworransel:',
638 'deletereasonotherlist' => 'Acheson aral',
639
640 # Protect
641 'protectcomment' => 'Acheson:',
642 'protect-level-sysop' => 'Menysteryon hepken',
643 'restriction-type' => 'Kummyas:',
644 'pagesize' => '(bayt)',
645
646 # Restrictions (nouns)
647 'restriction-edit' => 'Chanjya',
648 'restriction-move' => 'Gwaya',
649 'restriction-create' => 'Gwruthyl',
650 'restriction-upload' => 'Ughkarga',
651
652 # Undelete
653 'undeletelink' => 'gweles/daswul',
654 'undelete-search-submit' => 'Hwila',
655 'undelete-show-file-submit' => 'Ea',
656
657 # Namespace form on various pages
658 'blanknamespace' => '(Penn)',
659
660 # Contributions
661 'contributions' => 'Kevrohow an devnydhyer',
662 'contributions-title' => 'Kevrohow an devnydhyer rag $1',
663 'mycontris' => 'Ow hevrohow',
664 'contribsub2' => 'Rag $1 ($2)',
665 'uctop' => '(gwartha)',
666 'month' => 'A-dhia mis (ha moy a-varr):',
667 'year' => 'A-dhia bledhen (ha moy a-varr):',
668
669 'sp-contributions-newbies' => 'Diskwedhes hepken kevrohow an akontow nowyth',
670 'sp-contributions-talk' => 'keskows',
671 'sp-contributions-search' => 'Hwila kevrohow',
672 'sp-contributions-username' => 'Trigva IP po hanow-usyer:',
673 'sp-contributions-submit' => 'Hwila',
674
675 # What links here
676 'whatlinkshere' => 'Folennow ow kevrenna bys omma',
677 'whatlinkshere-title' => 'Folennow ow kevrenna bys "$1"',
678 'whatlinkshere-page' => 'Folen:',
679 'linkshere' => "Yma'n folennow a-sew ow kevrenna dhe '''[[:$1]]''':",
680 'isimage' => 'kevren an imaj',
681 'whatlinkshere-prev' => '{{PLURAL:$1|kens|kens $1}}',
682 'whatlinkshere-next' => '{{PLURAL:$1|nessa|nessa $1}}',
683 'whatlinkshere-links' => '← kevrennow',
684 'whatlinkshere-hidelinks' => '$1 kevrennow',
685 'whatlinkshere-filters' => 'Sidhlow',
686
687 # Block/unblock
688 'blockip' => 'Let devnydhyer',
689 'ipaddress' => 'Trigva IP:',
690 'ipadressorusername' => 'Trigva IP po hanow-usyer:',
691 'ipbreason' => 'Acheson:',
692 'ipbreasonotherlist' => 'Acheson aral',
693 'ipb-blocklist-contribs' => 'Kevrohow rag $1',
694 'ipblocklist-submit' => 'Hwila',
695 'blocklink' => 'let',
696 'contribslink' => 'kevrohow',
697 'block-log-flags-anononly' => 'devnydhyoryon dihanow hepken',
698 'block-log-flags-hiddenname' => 'hanow-usyer kovys',
699
700 # Move page
701 'move-page' => 'Gwaya $1',
702 'move-page-legend' => 'Gwaya folen',
703 'movearticle' => 'Movya an folen:',
704 'newtitle' => 'Dhe titel nowyth:',
705 'move-watch' => 'Golya an folen-ma',
706 'movepagebtn' => 'Gwaya an folen',
707 'movedto' => 'gways dhe',
708 '1movedto2' => '[[$1]] gways dhe [[$2]]',
709 'movereason' => 'Acheson:',
710
711 # Export
712 'export' => 'Esperthi folennow',
713 'export-addcat' => 'Keworra',
714 'export-addns' => 'Keworra',
715
716 # Namespace 8 related
717 'allmessagesname' => 'Hanow',
718
719 # Thumbnails
720 'thumbnail-more' => 'Brashe',
721
722 # Special:Import
723 'import' => 'Ymperthi folennow',
724 'import-interwiki-submit' => 'Ymperthi',
725 'import-upload-filename' => 'Hanow-restren:',
726 'importstart' => 'Owth ymperthi folennow...',
727 'import-noarticle' => 'Folen vyth dhe ymperthi!',
728
729 # Tooltip help for the actions
730 'tooltip-pt-userpage' => 'Agas folen devnydhyer',
731 'tooltip-pt-mytalk' => 'Agas folen gows',
732 'tooltip-pt-preferences' => 'Ow dewisyansow',
733 'tooltip-pt-mycontris' => "Rol a'gas kevrohow",
734 'tooltip-pt-logout' => 'Omdenna',
735 'tooltip-ca-talk' => "Dadhelva a-dro dhe'n dalgh",
736 'tooltip-ca-edit' => 'Hwi a yll chanjya an folen-ma. Mar pleg, gwrewgh devnydh an boton ragwel kyns gwitha.',
737 'tooltip-ca-addsection' => 'Dalleth rann nowyth',
738 'tooltip-ca-protect' => 'Difres an folen-ma',
739 'tooltip-ca-delete' => 'Dilea an folen-ma',
740 'tooltip-ca-move' => 'Gwaya an folen-ma',
741 'tooltip-ca-watch' => "Keworra an folen-ma dh'agas rol golyas",
742 'tooltip-ca-unwatch' => 'Hedhi golyas an folen-ma',
743 'tooltip-search' => 'Hwila yn {{SITENAME}}',
744 'tooltip-search-fulltext' => "Hwila an tekst-ma y'n folennow",
745 'tooltip-n-mainpage' => 'Diskwedhes an pennfolen',
746 'tooltip-n-mainpage-description' => 'Godriga an pennfolen',
747 'tooltip-n-recentchanges' => "Rol an chanjyow a-dhiwedhes y'n wiki",
748 'tooltip-n-randompage' => 'Karga folen dre jons',
749 'tooltip-n-help' => 'Gweres',
750 'tooltip-t-whatlinkshere' => 'Rol a bub folennow wiki ow kevrenna bys omma',
751 'tooltip-t-contributions' => 'Gweles rol kevrohow an devnydhyer-ma',
752 'tooltip-t-emailuser' => "Danvon e-bost dhe'n devnydhyer-ma",
753 'tooltip-t-upload' => 'Ughkarga restrennow',
754 'tooltip-t-specialpages' => 'Rol a bub folen arbennek',
755 'tooltip-t-print' => 'Versyon pryntyadow an folen-ma',
756 'tooltip-t-permalink' => "Kevren fast dhe'n versyon-ma an folen",
757 'tooltip-ca-nstab-main' => 'Gweles an folen dalgh',
758 'tooltip-ca-nstab-user' => 'Gweles an folen devnydhyer',
759 'tooltip-ca-nstab-special' => 'Hemm yw folen arbennek, ny ellowgh hwi chanjya an folen hy honan.',
760 'tooltip-ca-nstab-project' => 'Gweles folen an wiki',
761 'tooltip-ca-nstab-image' => 'Gweles folen an restren',
762 'tooltip-ca-nstab-template' => 'Gweles an skantlyn',
763 'tooltip-ca-nstab-category' => 'Gweles folen an klass',
764 'tooltip-save' => 'Gwitha agas chanjyow',
765
766 # Attribution
767 'siteuser' => 'devnydhyer {{SITENAME}} $1',
768 'lastmodifiedatby' => 'An folen-ma a veu kens chanjys dhe $2, $1 gans $3.',
769 'siteusers' => '{{PLURAL:$2|devnydhyer|devnydhyoryon}} {{SITENAME}} $1',
770
771 # Browsing diffs
772 'previousdiff' => '← Chanj kottha',
773 'nextdiff' => 'Chanj nowyttha →',
774
775 # Media information
776 'show-big-image' => 'Klerder leun',
777
778 # Special:NewFiles
779 'ilsubmit' => 'Hwila',
780
781 # Metadata
782 'metadata' => 'Metadata',
783
784 # EXIF tags
785 'exif-imagewidth' => 'Les',
786 'exif-imagelength' => 'Uhelder',
787 'exif-artist' => 'Awtour',
788
789 'exif-meteringmode-255' => 'Aral',
790
791 'exif-contrast-1' => 'Medhel',
792 'exif-contrast-2' => 'Kales',
793
794 # 'all' in various places, this might be different for inflected languages
795 'recentchangesall' => 'oll',
796 'imagelistall' => 'oll',
797 'watchlistall2' => 'oll',
798 'namespacesall' => 'oll',
799 'monthsall' => 'oll',
800
801 # Trackbacks
802 'trackbackremove' => '([$1 Dilea])',
803
804 # Multipage image navigation
805 'imgmultipageprev' => '← folen kens',
806 'imgmultipagenext' => 'folen nessa →',
807 'imgmultigo' => 'Ke!',
808
809 # Table pager
810 'table_pager_limit_submit' => 'Ke',
811
812 # Auto-summaries
813 'autosumm-new' => "Formys folen nowyth gans: '$1'",
814
815 # Special:Version
816 'version' => 'Versyon',
817 'version-other' => 'Aral',
818 'version-version' => '(Versyon $1)',
819
820 # Special:FilePath
821 'filepath-page' => 'Restren:',
822
823 # Special:FileDuplicateSearch
824 'fileduplicatesearch-filename' => 'Hanow-restren:',
825 'fileduplicatesearch-submit' => 'Hwila',
826
827 # Special:SpecialPages
828 'specialpages' => 'Folennow arbennek',
829
830 # Special:Tags
831 'tags-edit' => 'chanjya',
832
833 );