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