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 kevren',
325 'link_tip' => 'Kevren bervedhel',
326 'extlink_sample' => 'http://www.example.com titel an kevren',
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 'editing' => 'ow chanjya $1',
342 'editingsection' => 'ow chanjya $1 (rann)',
343 'editingcomment' => 'ow chanjya $1 (rann nowyth)',
344 'yourtext' => 'Agas tekst',
345 'yourdiff' => 'Dyffransow',
346 'template-protected' => '(gwithys)',
347
348 # History pages
349 'previousrevision' => '← Daswel kottha',
350 'nextrevision' => 'Daswel nowyttha →',
351 'cur' => 'lem',
352 'next' => 'nessa',
353 'last' => 'kens',
354 'page_first' => 'kensa',
355 'page_last' => 'kens',
356 'history-fieldset-title' => 'Peuri an istori',
357 'histfirst' => 'An moyha a-varr',
358 'histlast' => 'An diwettha',
359 'historyempty' => '(gwag)',
360
361 # Revision deletion
362 'rev-delundel' => 'diskwedhes/kudha',
363 'pagehist' => 'Istori an folen',
364 'revdelete-uname' => 'hanow-usyer',
365
366 # History merging
367 'mergehistory-reason' => 'Acheson:',
368
369 # Diffs
370 'history-title' => 'Istori an folen "$1"',
371 'lineno' => 'Linen $1:',
372 'editundo' => 'diswul',
373
374 # Search results
375 'searchresults' => 'Sewyansow an hwilans',
376 'searchresults-title' => 'Sewyansow an hwilans rag "$1"',
377 '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"]])',
378 'prevn' => 'kens {{PLURAL:$1|$1}}',
379 'nextn' => 'nessa {{PLURAL:$1|$1}}',
380 'viewprevnext' => 'Gweles ($1 {{int:pipe-separator}} $2) ($3)',
381 'searchmenu-legend' => 'Dewisyansow hwilans',
382 'searchmenu-exists' => "'''Yma folen henwys \"[[:\$1]]\" war an wiki-ma'''",
383 'searchmenu-new' => "'''Gwruthyl an folen \"[[:\$1]]\" war an wiki-ma!'''",
384 'searchhelp-url' => 'Help:Gweres',
385 'searchprofile-images' => 'Liesmedia',
386 'searchprofile-everything' => 'Puptra',
387 'searchprofile-advanced' => 'Avoncys',
388 'searchprofile-articles-tooltip' => 'Hwila yn $1',
389 'searchprofile-project-tooltip' => 'Hwila yn $1',
390 'searchprofile-images-tooltip' => 'Hwila restrennow',
391 'search-result-size' => '$1 ({{PLURAL:$2|1 ger|$2 ger}})',
392 'search-section' => '(rann $1)',
393 'search-suggest' => 'A wrugowgh hwi menya: $1',
394 'search-interwiki-caption' => 'Towlow hwor',
395 'search-interwiki-default' => '$1 sewyansow:',
396 'search-interwiki-more' => '(moy)',
397 'search-mwsuggest-enabled' => 'gans profyansow',
398 'search-mwsuggest-disabled' => 'profyansow vyth',
399 'searchall' => 'oll',
400 'powersearch' => 'Hwilans avoncys',
401 'powersearch-legend' => 'Hwilans avoncys',
402 'powersearch-ns' => 'Hwila yn spasys-hanow:',
403 'powersearch-field' => 'Hwila',
404 'powersearch-toggleall' => 'Oll',
405
406 # Preferences page
407 'preferences' => 'Dewisyansow',
408 'mypreferences' => 'Ow dewisyansow',
409 'changepassword' => 'Chanjya an ger-tremena',
410 'prefs-skin' => 'Krohen',
411 'prefs-datetime' => 'Dydh hag eur',
412 'prefs-rc' => 'Chanjyow a-dhiwedhes',
413 'prefs-watchlist' => 'Rol golyas',
414 'prefs-resetpass' => 'Chanjya ger-tremena',
415 'prefs-email' => 'Dewisyansow e-bost',
416 'saveprefs' => 'Gwitha',
417 'searchresultshead' => 'Hwilans',
418 'timezoneregion-africa' => 'Afrika',
419 'timezoneregion-america' => 'Amerika',
420 'timezoneregion-antarctica' => 'Antarktika',
421 'timezoneregion-arctic' => 'Arktik',
422 'timezoneregion-asia' => 'Asi',
423 'timezoneregion-atlantic' => 'Keynvor Atlantek',
424 'timezoneregion-australia' => 'Awstralya',
425 'timezoneregion-europe' => 'Europa',
426 'timezoneregion-indian' => 'Keynvor Eyndek',
427 'timezoneregion-pacific' => 'Keynvor Hebask',
428 'prefs-searchoptions' => 'Dewisyansow hwilans',
429 'prefs-files' => 'Restrennow',
430 'youremail' => 'E-bost:',
431 'username' => 'Hanow-usyer:',
432 'uid' => 'ID devnydhyer:',
433 'prefs-memberingroups' => "Esel a'n {{PLURAL:$1|bagas|bagasow}}:",
434 'yourrealname' => 'Hanow gwir:',
435 'yourlanguage' => 'Yeth:',
436 'yournick' => 'Hanowskrif nowyth:',
437 'yourgender' => 'Reyth:',
438 'gender-male' => 'Gorow',
439 'gender-female' => 'Benow',
440 'email' => 'E-bost',
441 'prefs-signature' => 'Sinans',
442 'prefs-advancedediting' => 'Dewisyansow avoncys',
443 'prefs-advancedrc' => 'Dewisyansow avoncys',
444 'prefs-advancedrendering' => 'Dewisyansow avoncys',
445 'prefs-advancedsearchoptions' => 'Dewisyansow avoncys',
446 'prefs-advancedwatchlist' => 'Dewisyansow avoncys',
447
448 # User rights
449 'userrights-groupsmember' => 'Esel a:',
450 'userrights-reason' => 'Acheson:',
451
452 # Groups
453 'group' => 'Bagas:',
454 'group-user' => 'Devnydhyoryon',
455 'group-bot' => 'Botow',
456 'group-sysop' => 'Menysteryon',
457 'group-all' => '(oll)',
458
459 'group-user-member' => 'Devnydhyer',
460 'group-bot-member' => 'Bot',
461 'group-sysop-member' => 'Menyster',
462
463 'grouppage-user' => '{{ns:project}}:Devnydhyoryon',
464 'grouppage-bot' => '{{ns:project}}:Botow',
465 'grouppage-sysop' => '{{ns:project}}:Menysteryon',
466
467 # Rights
468 'right-read' => 'Redya folennow',
469 'right-edit' => 'Chanjya folennow',
470 'right-createtalk' => 'Gwruthyl folennow keskows',
471 'right-createaccount' => 'Form akontow devnydhyer nowyth',
472 'right-move' => 'Gwaya folennow',
473 'right-movefile' => 'Gwaya restrennow',
474 'right-upload' => 'Ughkarga restrennow',
475 'right-delete' => 'Dilea folennow',
476
477 # Associated actions - in the sentence "You do not have permission to X"
478 'action-edit' => 'chanjya an folen-ma',
479 'action-move' => 'gwaya an folen ma',
480 'action-movefile' => 'gwaya an restren ma',
481 'action-upload' => 'ughkarga an restren-ma',
482 'action-delete' => 'dilea an folen ma',
483
484 # Recent changes
485 'nchanges' => '$1 {{PLURAL:$1|chanj|chanj}}',
486 'recentchanges' => 'Chanjyow a-dhiwedhes',
487 'recentchanges-legend' => 'Dewisyansow an chanjyow a-dhiwedhes',
488 'recentchangestext' => "Sewya an chanjyow diwettha eus dhe'n wiki war'n folen-ma.",
489 'recentchanges-legend-newpage' => '$1 - folen nowyth',
490 'recentchanges-legend-minor' => '$1 - chanj bian',
491 'recentchanges-label-minor' => 'Hemm yw chanj bian',
492 'recentchanges-legend-bot' => '$1 - chanj gans bot',
493 'rclistfrom' => 'Diskwedhes chanjyow nowyth ow talleth a-dhia $1.',
494 'rcshowhideminor' => '$1 chanjyow bian',
495 'rcshowhidebots' => '$1 botow',
496 'rcshowhideliu' => '$1 devnydhoryon omgelmys',
497 'rcshowhideanons' => '$1 devnydhyoryon dihanow',
498 'rcshowhidemine' => '$1 ow chanjyow',
499 'diff' => 'dyffrans',
500 'hist' => 'ist',
501 'hide' => 'Kudha',
502 'show' => 'Diskwedhes',
503 'minoreditletter' => 'B',
504 'newpageletter' => 'N',
505 'boteditletter' => 'bot',
506 'newsectionsummary' => '/* $1 */ rann nowyth',
507 'rc-enhanced-hide' => 'Kudha manylyon',
508
509 # Recent changes linked
510 'recentchangeslinked' => 'Chanjyow dhe folennow kevahal',
511 'recentchangeslinked-feed' => 'Chanjyow dhe folennow kevahal',
512 'recentchangeslinked-toolbox' => 'Chanjyow dhe folennow kevahal',
513 'recentchangeslinked-summary' => "↓ Hemm yw rol a janjyow a-dhiwedhes gwres war folennow kevrennys dhyworth unn folen (po dhe eseli unn glass).
514 Yma folennow eus war dha [[Special:Watchlist|rol a golyas]] yn '''tew'''.",
515 'recentchangeslinked-page' => 'Hanow an folen:',
516
517 # Upload
518 'upload' => 'Ughkarga restren',
519 'uploadbtn' => 'Ughkarga restren',
520 'filename' => 'Hanow-restren',
521 'filesource' => 'Pennfenten:',
522 'savefile' => 'Gwitha restren',
523 'uploadedimage' => '"[[$1]]" ughkergys',
524 'watchthisupload' => 'Golya an folen ma',
525
526 # Special:ListFiles
527 'imgfile' => 'restren',
528 'listfiles_date' => 'Dedhyas',
529 'listfiles_name' => 'Hanow',
530 'listfiles_user' => 'Devnydhyer',
531
532 # File description page
533 'file-anchor-link' => 'Restren',
534 'filehist' => 'Istori an folen',
535 'filehist-deleteall' => 'dilea oll',
536 'filehist-deleteone' => 'dilea',
537 'filehist-current' => 'a-lemmyn',
538 'filehist-datetime' => 'Dedhyas/Eur',
539 'filehist-user' => 'Devnydhyer',
540 'filehist-dimensions' => 'Mynsow',
541 'filehist-comment' => 'Kampol',
542 'imagelinks' => "Kevrennow dhe'n restren-ma",
543 'uploadnewversion-linktext' => "Ughkarga versyon nowyth a'n restren-ma",
544
545 # File deletion
546 'filedelete' => 'Dilea $1',
547 'filedelete-legend' => 'Dilea an restren',
548 'filedelete-submit' => 'Dilea',
549
550 # MIME search
551 'download' => 'iskarga',
552
553 # Unused templates
554 'unusedtemplateswlh' => 'kevrennow erel',
555
556 # Random page
557 'randompage' => 'Folen dre jons',
558
559 # Statistics
560 'statistics-pages' => 'Folennow',
561
562 'brokenredirects-edit' => 'chanjya',
563 'brokenredirects-delete' => 'dilea',
564
565 'withoutinterwiki-submit' => 'Diskwedhes',
566
567 # Miscellaneous special pages
568 'nmembers' => '$1 {{PLURAL:$1|esel|esel}}',
569 'newpages' => 'Folennow nowyth',
570 'newpages-username' => 'Hanow-usyer:',
571 'move' => 'Gwaya',
572 'movethispage' => 'Gwaya an folen-ma',
573 'pager-newer-n' => '{{PLURAL:$1|1 nowyttha|$1 nowyttha}}',
574 'pager-older-n' => '{{PLURAL:$1|1 kottha|$1 kottha}}',
575
576 # Book sources
577 'booksources' => 'Penn-fentynyow lever',
578 'booksources-go' => 'Ke',
579
580 # Special:Log
581 'specialloguserlabel' => 'Devnydhyer:',
582 'speciallogtitlelabel' => 'Titel:',
583
584 # Special:AllPages
585 'allpages' => 'Oll folennow',
586 'alphaindexline' => '$1 dhe $2',
587 'prevpage' => 'Folen gens ($1)',
588 'allarticles' => 'Oll folennow',
589 'allpagesprev' => 'Kens',
590 'allpagesnext' => 'Nessa',
591 'allpagessubmit' => 'Ke',
592
593 # Special:Categories
594 'categories' => 'Klassys',
595
596 # Special:DeletedContributions
597 'sp-deletedcontributions-contribs' => 'kevrohow',
598
599 # Special:LinkSearch
600 'linksearch-ok' => 'Hwila',
601
602 # Special:ListUsers
603 'listusers-submit' => 'Diskwedhes',
604
605 # Special:Log/newusers
606 'newuserlog-create-entry' => 'Devnydhyer nowyth',
607
608 # E-mail user
609 'emailuser' => 'E-bostya an devnydhyer-ma',
610 'emailpage' => 'E-bostya devnydhyer',
611 'defemailsubject' => 'E-bost {{SITENAME}}',
612 'emailfrom' => 'A-dhia:',
613 'emailto' => 'Dhe:',
614 'emailmessage' => 'Messaj:',
615 'emailsend' => 'Danvon',
616
617 # Watchlist
618 'watchlist' => 'Ow rol golyas',
619 'mywatchlist' => 'Ow rol golyas',
620 'watchlistfor' => "(rag '''$1''')",
621 'addedwatch' => 'Keworrys dhe rol golyas',
622 'watch' => 'Golyas',
623 'watchthispage' => 'Golya an folen-ma',
624 'unwatch' => 'Diswolyas',
625 'watchlist-options' => 'Dewisyansow an rol golyas',
626
627 # Displayed when you click the "watch" button and it is in the process of watching
628 'watching' => 'Ow kolya...',
629 'unwatching' => 'Ow tisgolya...',
630
631 # Delete
632 'deletepage' => 'Dilea an folen',
633 'delete-confirm' => 'Dilea "$1"',
634 'delete-legend' => 'Dilea',
635 'deletedarticle' => 'a dhileys "[[$1]]"',
636 'deleteotherreason' => 'Acheson aral/keworransel:',
637 'deletereasonotherlist' => 'Acheson aral',
638
639 # Protect
640 'protectcomment' => 'Acheson:',
641 'protect-level-sysop' => 'Menysteryon hepken',
642 'restriction-type' => 'Kummyas:',
643 'pagesize' => '(bayt)',
644
645 # Restrictions (nouns)
646 'restriction-edit' => 'Chanjya',
647 'restriction-move' => 'Gwaya',
648 'restriction-create' => 'Gwruthyl',
649 'restriction-upload' => 'Ughkarga',
650
651 # Undelete
652 'undeletelink' => 'gweles/daswul',
653 'undelete-search-submit' => 'Hwila',
654 'undelete-show-file-submit' => 'Ea',
655
656 # Namespace form on various pages
657 'blanknamespace' => '(Penn)',
658
659 # Contributions
660 'contributions' => 'Kevrohow an devnydhyer',
661 'contributions-title' => 'Kevrohow an devnydhyer rag $1',
662 'mycontris' => 'Ow hevrohow',
663 'contribsub2' => 'Rag $1 ($2)',
664 'uctop' => '(gwartha)',
665 'month' => 'A-dhia mis (ha moy a-varr):',
666 'year' => 'A-dhia bledhen (ha moy a-varr):',
667
668 'sp-contributions-newbies' => 'Diskwedhes hepken kevrohow an akontow nowyth',
669 'sp-contributions-talk' => 'keskows',
670 'sp-contributions-search' => 'Hwila kevrohow',
671 'sp-contributions-username' => 'Trigva IP po hanow-usyer:',
672 'sp-contributions-submit' => 'Hwila',
673
674 # What links here
675 'whatlinkshere' => 'Folennow ow kevrenna bys omma',
676 'whatlinkshere-title' => 'Folennow ow kevrenna bys "$1"',
677 'whatlinkshere-page' => 'Folen:',
678 'linkshere' => "Yma'n folennow a-sew ow kevrenna dhe '''[[:$1]]''':",
679 'isimage' => 'kevren an imaj',
680 'whatlinkshere-prev' => '{{PLURAL:$1|kens|kens $1}}',
681 'whatlinkshere-next' => '{{PLURAL:$1|nessa|nessa $1}}',
682 'whatlinkshere-links' => '← kevrennow',
683 'whatlinkshere-hidelinks' => '$1 kevrennow',
684 'whatlinkshere-filters' => 'Sidhlow',
685
686 # Block/unblock
687 'blockip' => 'Let devnydhyer',
688 'ipaddress' => 'Trigva IP:',
689 'ipadressorusername' => 'Trigva IP po hanow-usyer:',
690 'ipbreason' => 'Acheson:',
691 'ipbreasonotherlist' => 'Acheson aral',
692 'ipb-blocklist-contribs' => 'Kevrohow rag $1',
693 'ipblocklist-submit' => 'Hwila',
694 'blocklink' => 'let',
695 'contribslink' => 'kevrohow',
696 'block-log-flags-anononly' => 'devnydhyoryon dihanow hepken',
697 'block-log-flags-hiddenname' => 'hanow-usyer kovys',
698
699 # Move page
700 'move-page' => 'Gwaya $1',
701 'move-page-legend' => 'Gwaya folen',
702 'movearticle' => 'Movya an folen:',
703 'newtitle' => 'Dhe titel nowyth:',
704 'move-watch' => 'Golya an folen-ma',
705 'movepagebtn' => 'Gwaya an folen',
706 'movedto' => 'gways dhe',
707 '1movedto2' => '[[$1]] gways dhe [[$2]]',
708 'movereason' => 'Acheson:',
709
710 # Export
711 'export' => 'Esperthi folennow',
712 'export-addcat' => 'Keworra',
713 'export-addns' => 'Keworra',
714
715 # Namespace 8 related
716 'allmessagesname' => 'Hanow',
717
718 # Thumbnails
719 'thumbnail-more' => 'Brashe',
720
721 # Special:Import
722 'import' => 'Ymperthi folennow',
723 'import-interwiki-submit' => 'Ymperthi',
724 'import-upload-filename' => 'Hanow-restren:',
725 'importstart' => 'Owth ymperthi folennow...',
726 'import-noarticle' => 'Folen vyth dhe ymperthi!',
727
728 # Tooltip help for the actions
729 'tooltip-pt-userpage' => 'Agas folen devnydhyer',
730 'tooltip-pt-mytalk' => 'Agas folen gows',
731 'tooltip-pt-preferences' => 'Ow dewisyansow',
732 'tooltip-pt-mycontris' => "Rol a'gas kevrohow",
733 'tooltip-pt-logout' => 'Omdenna',
734 'tooltip-ca-talk' => "Dadhelva a-dro dhe'n dalgh",
735 'tooltip-ca-edit' => 'Hwi a yll chanjya an folen-ma. Mar pleg, gwrewgh devnydh an boton ragwel kyns gwitha.',
736 'tooltip-ca-addsection' => 'Dalleth rann nowyth',
737 'tooltip-ca-protect' => 'Difres an folen-ma',
738 'tooltip-ca-delete' => 'Dilea an folen-ma',
739 'tooltip-ca-move' => 'Gwaya an folen-ma',
740 'tooltip-ca-watch' => "Keworra an folen-ma dh'agas rol golyas",
741 'tooltip-ca-unwatch' => 'Hedhi golyas an folen-ma',
742 'tooltip-search' => 'Hwila yn {{SITENAME}}',
743 'tooltip-search-fulltext' => "Hwila an tekst-ma y'n folennow",
744 'tooltip-n-mainpage' => 'Diskwedhes an pennfolen',
745 'tooltip-n-mainpage-description' => 'Godriga an pennfolen',
746 'tooltip-n-recentchanges' => "Rol an chanjyow a-dhiwedhes y'n wiki",
747 'tooltip-n-randompage' => 'Karga folen dre jons',
748 'tooltip-n-help' => 'Gweres',
749 'tooltip-t-whatlinkshere' => 'Rol a bub folennow wiki ow kevrenna bys omma',
750 'tooltip-t-contributions' => 'Gweles rol kevrohow an devnydhyer-ma',
751 'tooltip-t-emailuser' => "Danvon e-bost dhe'n devnydhyer-ma",
752 'tooltip-t-upload' => 'Ughkarga restrennow',
753 'tooltip-t-specialpages' => 'Rol a bub folen arbennek',
754 'tooltip-t-print' => 'Versyon pryntyadow an folen-ma',
755 'tooltip-t-permalink' => "Kevren fast dhe'n versyon-ma an folen",
756 'tooltip-ca-nstab-main' => 'Gweles an folen dalgh',
757 'tooltip-ca-nstab-user' => 'Gweles an folen devnydhyer',
758 'tooltip-ca-nstab-special' => 'Hemm yw folen arbennek, ny ellowgh hwi chanjya an folen hy honan.',
759 'tooltip-ca-nstab-project' => 'Gweles folen an wiki',
760 'tooltip-ca-nstab-image' => 'Gweles folen an restren',
761 'tooltip-ca-nstab-template' => 'Gweles an skantlyn',
762 'tooltip-ca-nstab-category' => 'Gweles folen an klass',
763 'tooltip-save' => 'Gwitha agas chanjyow',
764
765 # Attribution
766 'siteuser' => 'devnydhyer {{SITENAME}} $1',
767 'lastmodifiedatby' => 'An folen-ma a veu kens chanjys dhe $2, $1 gans $3.',
768 'siteusers' => '{{PLURAL:$2|devnydhyer|devnydhyoryon}} {{SITENAME}} $1',
769
770 # Browsing diffs
771 'previousdiff' => '← Chanj kottha',
772 'nextdiff' => 'Chanj nowyttha →',
773
774 # Media information
775 'show-big-image' => 'Klerder leun',
776
777 # Special:NewFiles
778 'ilsubmit' => 'Hwila',
779
780 # Metadata
781 'metadata' => 'Metadata',
782
783 # EXIF tags
784 'exif-imagewidth' => 'Les',
785 'exif-imagelength' => 'Uhelder',
786 'exif-artist' => 'Awtour',
787
788 'exif-meteringmode-255' => 'Aral',
789
790 'exif-contrast-1' => 'Medhel',
791 'exif-contrast-2' => 'Kales',
792
793 # 'all' in various places, this might be different for inflected languages
794 'recentchangesall' => 'oll',
795 'imagelistall' => 'oll',
796 'watchlistall2' => 'oll',
797 'namespacesall' => 'oll',
798 'monthsall' => 'oll',
799
800 # Trackbacks
801 'trackbackremove' => '([$1 Dilea])',
802
803 # Multipage image navigation
804 'imgmultipageprev' => '← folen kens',
805 'imgmultipagenext' => 'folen nessa →',
806 'imgmultigo' => 'Ke!',
807
808 # Table pager
809 'table_pager_limit_submit' => 'Ke',
810
811 # Auto-summaries
812 'autosumm-new' => "Formys folen nowyth gans: '$1'",
813
814 # Special:Version
815 'version' => 'Versyon',
816 'version-other' => 'Aral',
817 'version-version' => '(Versyon $1)',
818
819 # Special:FilePath
820 'filepath-page' => 'Restren:',
821
822 # Special:FileDuplicateSearch
823 'fileduplicatesearch-filename' => 'Hanow-restren:',
824 'fileduplicatesearch-submit' => 'Hwila',
825
826 # Special:SpecialPages
827 'specialpages' => 'Folennow arbennek',
828
829 # Special:Tags
830 'tags-edit' => 'chanjya',
831
832 );