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