]> scripts.mit.edu Git - autoinstalls/mediawiki.git/blob - languages/messages/MessagesGv.php
MediaWiki 1.17.2
[autoinstalls/mediawiki.git] / languages / messages / MessagesGv.php
1 <?php
2 /** Manx (Gaelg)
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 Alison
11  * @author MacTire02
12  * @author Shimmin Beg
13  */
14
15 $namespaceNames = array(
16         NS_MEDIA            => 'Meanyn',
17         NS_SPECIAL          => 'Er_lheh',
18         NS_TALK             => 'Resooney',
19         NS_USER             => 'Ymmydeyr',
20         NS_USER_TALK        => 'Resooney_ymmydeyr',
21         NS_PROJECT_TALK     => 'Resooney_$1',
22         NS_FILE             => 'Coadan',
23         NS_FILE_TALK        => 'Resooney_coadan',
24         NS_MEDIAWIKI        => 'MediaWiki',
25         NS_MEDIAWIKI_TALK   => 'Resooney_MediaWiki',
26         NS_TEMPLATE         => 'Clowan',
27         NS_TEMPLATE_TALK    => 'Resooney_clowan',
28         NS_HELP             => 'Cooney',
29         NS_HELP_TALK        => 'Resooney_cooney',
30         NS_CATEGORY         => 'Ronney',
31         NS_CATEGORY_TALK    => 'Resooney_ronney',
32 );
33
34 $messages = array(
35 # User preference toggles
36 'tog-underline'              => 'Cur linnaghyn fo chianglaghyn:',
37 'tog-highlightbroken'        => 'Croo kianglaghyn brisht <a href="" class="new">myr shoh</a> (aght elley: myr shoh<a href="" class="internal">?</a>).',
38 'tog-justify'                => 'Cur meeryn ayns un linney',
39 'tog-hideminor'              => "Follee myn-arraghyn ayns caghlaaghyn s'noa",
40 'tog-hidepatrolled'          => "Follee arraghyn er nyn scrutaghey ayns caghlaaghyn s'noa",
41 'tog-newpageshidepatrolled'  => "Follee duillagyn er nyn scrutaghey 'sy rolley duillagyn noa",
42 'tog-numberheadings'         => 'Cur earrooyn gyn smooinaght er kione-linnaghyn',
43 'tog-showtoolbar'            => 'Taishbyn barr greieyn (ta feme ec er JavaScript)',
44 'tog-editondblclick'         => 'Reagh duillagyn lesh crig dooblit (ta feme ec er JavaScript)',
45 'tog-rememberpassword'       => 'Cooinnee my fys loggal stiagh er y cho-earrooder shoh (rish wheesh as $1 {{PLURAL:$1|laa|laa|laa|laaghyn}})',
46 'tog-watchcreations'         => 'Cur duillagyn ta crooit aym rish my rolley arrey',
47 'tog-watchdefault'           => 'Cur duillagyn ta reaghit aym rish my rolley arrey',
48 'tog-watchmoves'             => 'Cur duillagyn ta scughit aym rish my rolley arrey',
49 'tog-watchdeletion'          => 'Cur duillagyn ta scryssit aym rish my rolley arrey',
50 'tog-minordefault'           => 'Myr roie-hoieaghey, cowree dagh arraghey myr myn-arraghey',
51 'tog-previewontop'           => 'Taishbyn y roie-haishbynys roish y chishtey reaghee',
52 'tog-previewonfirst'         => 'Taishbyn roie-haishbynys lurg y chied reaghey',
53 'tog-nocache'                => 'Ny sauail duillagyn ayns tasht y jeeagheyder',
54 'tog-enotifusertalkpages'    => 'Cur post-l dou my vees y duillag ymmydeyr aym caghlaa',
55 'tog-enotifminoredits'       => 'Cur dou post-l er myn-arraghey duillagyn chammah',
56 'tog-shownumberswatching'    => 'Taishbyn earroo ny h-ymmydeyryn ta freill arrey',
57 'tog-oldsig'                 => "Roie-haishbynys jeh'n screeuys t'ayn hannah:",
58 'tog-fancysig'               => 'Stiur y screeuys myr wikiteks (gyn kiangley seyr-obbragh)',
59 'tog-watchlisthideown'       => 'Follee my arraghyn hene er my rolley arrey',
60 'tog-watchlisthidebots'      => 'Follee arraghyn botyn er my rolley arrey',
61 'tog-watchlisthideminor'     => 'Follee myn-arraghyn er my rolley arrey',
62 'tog-watchlisthidepatrolled' => 'Follee arraghyn er nyn scrutaghey er my rolley arrey',
63 'tog-ccmeonemails'           => 'Cur coip dou jeh dagh post-l verrym da ymmydeyr elley',
64 'tog-showhiddencats'         => 'Taishbyn ny ronnaghyn follit',
65
66 'underline-always'  => 'Dagh keayrt',
67 'underline-never'   => 'Ny jean eh arragh',
68 'underline-default' => 'Rere roie-hoiaghey y yeeagheyder',
69
70 # Font style option in Special:Preferences
71 'editfont-style'     => 'Sorçh clou yn rheynn reaghee',
72 'editfont-default'   => 'Rere roie-hoiaghey y yeeagheyder',
73 'editfont-monospace' => 'Clou un-lheead',
74 'editfont-sansserif' => 'Clou gyn trasnane',
75 'editfont-serif'     => 'Clou lesh trasnane',
76
77 # Dates
78 'sunday'        => 'Jedoonee',
79 'monday'        => 'Jelune',
80 'tuesday'       => 'Jemayrt',
81 'wednesday'     => 'Jecrean',
82 'thursday'      => 'Jerdein',
83 'friday'        => 'Jeheiney',
84 'saturday'      => 'Jesarn',
85 'sun'           => 'Doon',
86 'mon'           => 'Lune',
87 'tue'           => 'Mayrt',
88 'wed'           => 'Crean',
89 'thu'           => 'Dein',
90 'fri'           => 'Hein',
91 'sat'           => 'Sarn',
92 'january'       => 'Jerrey Geuree',
93 'february'      => 'Toshiaght Arree',
94 'march'         => 'Mart',
95 'april'         => 'Averil',
96 'may_long'      => 'Boaldyn',
97 'june'          => 'Mean Souree',
98 'july'          => 'Jerrey Souree',
99 'august'        => 'Luanistyn',
100 'september'     => 'Mean Fouyir',
101 'october'       => 'Jerrey Fouyir',
102 'november'      => 'Mee Houney',
103 'december'      => 'Mee ny Nollick',
104 'january-gen'   => 'Jerrey Geuree',
105 'february-gen'  => 'Toshiaght Arree',
106 'march-gen'     => 'Mart',
107 'april-gen'     => 'Averil',
108 'may-gen'       => 'Boaldyn',
109 'june-gen'      => 'Mean Souree',
110 'july-gen'      => 'Jerrey Souree',
111 'august-gen'    => 'Luanistyn',
112 'september-gen' => 'Mean Fouyir',
113 'october-gen'   => 'Jerrey Fouyir',
114 'november-gen'  => 'Mee Houney',
115 'december-gen'  => 'Mee ny Nollick',
116 'jan'           => 'JGeu',
117 'feb'           => 'TArr',
118 'mar'           => 'Mart',
119 'apr'           => 'Ave',
120 'may'           => 'Boal',
121 'jun'           => 'MSou',
122 'jul'           => 'JSou',
123 'aug'           => 'Luan',
124 'sep'           => 'MFou',
125 'oct'           => 'JFou',
126 'nov'           => 'Soun',
127 'dec'           => 'Noll',
128
129 # Categories related messages
130 'pagecategories'                 => '{{PLURAL:$1|Ronney|Ronnaghyn}}',
131 'category_header'                => 'Duillagyn \'sy ronney "$1"',
132 'subcategories'                  => 'Fo-ronnaghyn',
133 'category-media-header'          => 'Meanyn \'sy ronney "$1"',
134 'category-empty'                 => "''Cha nel duillagyn ny meanyn 'sy ronney shoh ec y traa t'ayn.''",
135 'hidden-categories'              => '{{PLURAL:$1|Ronney follit|Ronnaghyn follit}}',
136 'hidden-category-category'       => 'Ronnaghyn follit',
137 'category-subcat-count'          => "{{PLURAL:$2|Ta{{PLURAL:$1|&nbsp;ny $1 fo-ronney|'n $1 'o-ronney|'n $1 'o-ronney|&nbsp;ny $1 fo-ronnaghyn}} shoh ec y ronney shoh, jeh'n lane-sym $2.}}",
138 'category-subcat-count-limited'  => "{{PLURAL:$1|Ta{{PLURAL:$1|&nbsp;ny $1 fo-ronney|'n $1 'o-ronney|'n $1 'o-ronney|&nbsp;ny $1 fo-ronnaghyn}} shoh ec y ronney shoh.}}",
139 'category-article-count'         => "Ta{{PLURAL:$1|'n $1 duillag|'n $1 duillag|'n $1 ghuillag| ny $1 duillagyn}} heese 'sy ronney shoh, jeh'n lame-sym $2.",
140 'category-article-count-limited' => "Ta{{PLURAL:$1|'n $1 duillag|'n $1 duillag|'n $1 ghuillag|&nbsp;ny $1 duillagyn}} heese 'sy ronney shoh.",
141 'category-file-count-limited'    => "Ta{{PLURAL:$1|'n $1 coadan|'n $1 choadan|'n $1 choadan|&nbsp;ny $1 coadanyn}} heese 'sy ronney shoh.",
142 'listingcontinuesabbrev'         => 'tooil.',
143 'index-category'                 => 'Duillagyn er ayndagh',
144 'noindex-category'               => 'Duillagyn nagh vel er ayndagh',
145
146 'mainpagetext' => "'''Ta MediaWiki currit stiagh nish.'''",
147
148 'about'         => 'Mychione',
149 'article'       => 'Duillag chummal',
150 'newwindow'     => "(t'eh foshley ayns uinnag elley)",
151 'cancel'        => 'Doll magh',
152 'moredotdotdot' => 'Tooilley...',
153 'mypage'        => 'My ghuillag',
154 'mytalk'        => 'My resoonaght',
155 'anontalk'      => "Cur loayrtys da'n IP shoh",
156 'navigation'    => 'Stiureydys',
157 'and'           => '&#32;as',
158
159 # Cologne Blue skin
160 'qbfind'         => 'Fow',
161 'qbbrowse'       => 'Ronsee',
162 'qbedit'         => 'Reagh',
163 'qbpageoptions'  => 'Yn duillag shoh',
164 'qbpageinfo'     => 'Co-hecks',
165 'qbmyoptions'    => 'My ghuillagyn',
166 'qbspecialpages' => 'Duillagyn er lheh',
167 'faq'            => 'FC',
168 'faqpage'        => 'Project:FC',
169
170 # Vector skin
171 'vector-action-addsection' => 'Cooish noa',
172 'vector-action-delete'     => 'Scryss',
173 'vector-action-move'       => 'Scugh',
174 'vector-action-protect'    => 'Coadee',
175 'vector-action-undelete'   => 'Jee-scryss',
176 'vector-action-unprotect'  => 'Caghlaa coadey',
177 'vector-view-create'       => 'Croo',
178 'vector-view-edit'         => 'Reagh',
179 'vector-view-history'      => 'Jeeagh er shennaghys',
180 'vector-view-view'         => 'Lhaih',
181 'vector-view-viewsource'   => 'Jeeagh er bun',
182 'actions'                  => 'Obbraghyn',
183 'namespaces'               => 'Reamyssyn',
184 'variants'                 => 'Cummaghyn elley',
185
186 'errorpagetitle'    => 'Marranys',
187 'returnto'          => 'Gow er ash gys $1.',
188 'tagline'           => 'Ass {{SITENAME}}.',
189 'help'              => 'Cooney',
190 'search'            => 'Ronsee',
191 'searchbutton'      => 'Ronsee',
192 'go'                => 'Gow',
193 'searcharticle'     => 'Gow',
194 'history'           => 'Shennaghys ny duillag',
195 'history_short'     => 'Shennaghys',
196 'info_short'        => 'Oayllys',
197 'printableversion'  => 'Lhieggan clou',
198 'permalink'         => 'Kiangley yiarn',
199 'print'             => 'Clou',
200 'edit'              => 'Reagh',
201 'create'            => 'Croo',
202 'editthispage'      => 'Reagh yn duillag shoh',
203 'create-this-page'  => 'Croo yn duillag shoh',
204 'delete'            => 'Scryss',
205 'deletethispage'    => 'Scryss y duillag shoh',
206 'undelete_short'    => 'Jee-scryss {{PLURAL:$1|$1 caghlaa|$1 chaghlaa|$1 chaghlaa|$1 caghlaaghyn}}',
207 'protect'           => 'Coadee',
208 'protect_change'    => 'caghlaa',
209 'protectthispage'   => 'Coadee yn duillag shoh',
210 'unprotect'         => 'Jee-choadee',
211 'unprotectthispage' => 'Jee-choadee yn duillag shoh',
212 'newpage'           => 'Duillag noa',
213 'talkpage'          => 'Resoon magh y duillag shoh',
214 'talkpagelinktext'  => 'Resoonaght',
215 'specialpage'       => 'Duillag er lheh',
216 'personaltools'     => 'Greienyn persoonagh',
217 'postcomment'       => 'Meer noa',
218 'articlepage'       => 'Jeeagh er y duillag chummal',
219 'talk'              => 'Resoonaght',
220 'views'             => 'Reayrtyn',
221 'toolbox'           => 'Kishtey greie',
222 'userpage'          => 'Jeeagh er duillag yn ymmydeyr',
223 'projectpage'       => 'Jeeagh er duillag ny shalee',
224 'imagepage'         => 'Jeeagh er duillag y choadan',
225 'mediawikipage'     => 'Jeeagh er duillag ny çhaghteraght',
226 'templatepage'      => 'Jeeagh er duillag y chlowan',
227 'viewhelppage'      => 'Jeeagh er y duillag choonee',
228 'categorypage'      => 'Jeeagh er duillag ny ronnaghyn',
229 'viewtalkpage'      => 'Jeeagh er resoonaght',
230 'otherlanguages'    => 'Ayns çhengaghyn elley',
231 'redirectedfrom'    => '(Aa-enmyssit ass $1)',
232 'redirectpagesub'   => 'Duillag aa-enmys',
233 'lastmodifiedat'    => 'Hie yn duillag shoh er ny reaghey er $1, ec $2.',
234 'protectedpage'     => 'Duillag choadit',
235 'jumpto'            => 'Gow gys:',
236 'jumptonavigation'  => 'stiureydys',
237 'jumptosearch'      => 'ronsee',
238 'pool-errorunknown' => 'Doilleeid gyn enney',
239
240 # 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).
241 'aboutsite'            => 'Mychione {{SITENAME}}',
242 'aboutpage'            => 'Project:Mychione',
243 'copyright'            => 'Ta stoo ry-gheddyn rere $1.',
244 'copyrightpage'        => '{{ns:project}}:Coip-chiartyn',
245 'currentevents'        => 'Cooishyn y laa',
246 'currentevents-url'    => 'Project:Cooishyn y laa',
247 'disclaimers'          => 'Jiooldeyderyn',
248 'disclaimerpage'       => 'Project:Obbalys cadjin',
249 'edithelp'             => 'Cooney reaghee',
250 'edithelppage'         => 'Help:Reaghey',
251 'helppage'             => 'Help:Cummal',
252 'mainpage'             => 'Ard-ghuillag',
253 'mainpage-description' => 'Ard-ghuillag',
254 'policy-url'           => 'Project:Polasee',
255 'portal'               => 'Ynnyd y phobble',
256 'portal-url'           => 'Project:Ynnyd y phobble',
257 'privacy'              => 'Polasee preevaadjys',
258 'privacypage'          => 'Project:Polasee preevaadjys',
259
260 'badaccess' => 'Marranys y chied',
261
262 'ok'                      => 'OK',
263 'retrievedfrom'           => 'Feddynit ass "$1"',
264 'youhavenewmessages'      => 'Ta $1 ayd ($2).',
265 'newmessageslink'         => 'çhaghteraghtyn noa',
266 'newmessagesdifflink'     => "caghlaa s'jerree",
267 'youhavenewmessagesmulti' => 'Ta çhaghteraghtyn noa ayd er $1',
268 'editsection'             => 'reagh',
269 'editold'                 => 'reagh',
270 'viewsourceold'           => 'jeeagh er bun',
271 'editlink'                => 'reagh',
272 'viewsourcelink'          => 'jeeagh er bun',
273 'editsectionhint'         => 'Reagh y rheynn: $1',
274 'toc'                     => 'Cummal',
275 'showtoc'                 => 'taishbyn',
276 'hidetoc'                 => 'follee',
277 'viewdeleted'             => 'Jeeagh er $1?',
278 'site-rss-feed'           => 'Scoltey RSS $1',
279 'site-atom-feed'          => 'Scoltey Atom $1',
280 'page-rss-feed'           => 'Scoltey RSS "$1"',
281 'page-atom-feed'          => 'Atom Feed "$1"',
282 'red-link-title'          => '$1 (cha nel y duillag shoh ayn)',
283
284 # Short words for each namespace, by default used in the namespace tab in monobook
285 'nstab-main'      => 'Duillag',
286 'nstab-user'      => 'Duillag yn ymmydeyr',
287 'nstab-special'   => 'Er lheh',
288 'nstab-project'   => 'Duillag shalee',
289 'nstab-image'     => 'Coadan',
290 'nstab-mediawiki' => 'Çhaghteraght',
291 'nstab-template'  => 'Clowan',
292 'nstab-help'      => 'Duillag choonee',
293 'nstab-category'  => 'Ronney',
294
295 # Main script and global functions
296 'nosuchaction'      => 'Cha nel lheid yn obbyr ayn',
297 'nosuchspecialpage' => 'Cha nel y duillag er lheh shoh ayn',
298
299 # General errors
300 'error'                => 'Marranys',
301 'missing-article'      => 'Cha row teks duillag, lhisagh ve er gheddyn lesh yn ennym "$1" $2, feddynit ec y stoyr-fysseree.
302
303 Dy cadjin, she y chooish da\'n taghyrt shen na jannoo shelg er kiangley caghlaa ass date ny kiangley shennaghys dys duillag va scrysst.
304
305 Mannagh vel eh y chooish, foddee dy vel doghan \'sy chooid vog er ve feddynit magh ayd.<br />
306 Cur coontey jeh da [[Special:ListUsers/sysop|reireyder]], as gow notey jeh\'n URL.',
307 'missingarticle-rev'   => '(caghlaa#: $1)',
308 'internalerror'        => 'Marranys ynveanagh',
309 'internalerror_info'   => 'Marranys yn-veanagh: $1',
310 'badarticleerror'      => 'Cha nod oo jannoo yn obbyr shen er y duillag shoh.',
311 'badtitle'             => 'Drogh-ennym',
312 'badtitletext'         => "Va marranys ayn bentyn rish ennym ny duillag v'ou shirrey. Foddee dy row eh follym ny gyn vree, ny kianglt dy moal myr kiangley eddyr-wiki. Foddee dy vel cowraghyn 'syn ennym nagh nod oo jannoo ymmyd jeu ayns enmyn.",
313 'viewsource'           => 'Jeeagh er bun',
314 'viewsourcefor'        => 'dy $1',
315 'actionthrottled'      => 'Obbyr er ny phlooghey',
316 'actionthrottledtext'  => "Myr saase noi-spam, cha nod oo jannoo yn obbyr shoh rouyr keayrtyn ayns tammylt beg, as t'ou er roshtyn yn earroo smoo.  Jean eab noa dy gerrid, my saillt.",
317 'protectedpagetext'    => "Ta'n duillag shoh fo ghlass, as cha nod oo eshyn y reaghey.",
318 'viewsourcetext'       => 'Foddee oo jeeagh as jean aascreeuyn er bun ny duillag shoh:',
319 'namespaceprotected'   => "Cha nel kiart ayd duillagyn 'sy reamys '''$1''' y reaghey.",
320 'customcssjsprotected' => 'Cha nel kiart ayd y duillag shoh y reaghey.  Ta tosheeaghtyn persoonagh ymmydeyr elley ayn.',
321 'ns-specialprotected'  => 'Cha nod oo reaghey duillagyn er lheh.',
322
323 # Login and logout pages
324 'welcomecreation'            => '== Failt ort, $1! ==
325 Ta dty choontys crooit nish.<br />
326 Ny jean jarrood dty [[Special:Preferences|hosheeaghtyn {{SITENAME}}]] y chaghlaa.',
327 'yourname'                   => "Dt'ennym ymmydeyr:",
328 'yourpassword'               => 'Fockle yn arrey:',
329 'yourpasswordagain'          => "Aascreeu d'ockle arrey:",
330 'remembermypassword'         => "Cooinnee m'ockle arrey (rish wheesh as $1 {{PLURAL:$1|laa|laa|laa|laaghyn}})",
331 'login'                      => 'Log stiagh',
332 'nav-login-createaccount'    => 'Log stiagh / croo coontys',
333 'loginprompt'                => 'Shegin dhyt cur pooar da minniagyn dy loggal stiagh ayns {{SITENAME}}.',
334 'userlogin'                  => 'Log stiagh / croo coontys',
335 'userloginnocreate'          => 'Log stiagh',
336 'logout'                     => 'Log magh',
337 'userlogout'                 => 'Log magh',
338 'notloggedin'                => 'Cha nel ou loggit stiagh',
339 'nologin'                    => "Nagh vel loggal stiagh ayd? '''$1'''.",
340 'nologinlink'                => 'Croo coontys',
341 'createaccount'              => 'Croo coontys',
342 'gotaccount'                 => "Vel coontys ayd hannah? '''$1'''.",
343 'gotaccountlink'             => 'Log stiagh',
344 'createaccountmail'          => 'Liorish post-L',
345 'createaccountreason'        => 'Fa:',
346 'loginerror'                 => 'Marranys loggal stiagh',
347 'createaccounterror'         => 'Cha nod shin croo coontys: $1',
348 'noname'                     => 'Cha honree uss ennym ymmydeyr fondagh.',
349 'loginsuccesstitle'          => "T'ou loggit stiagh",
350 'loginsuccess'               => "'''T'ou loggit stiagh ayns {{SITENAME}} myr \"\$1\".'''",
351 'nosuchuser'                 => 'Cha nel ymmydeyr ayn lesh yn ennym "$1".<br />
352 Ta case ny lettyryn ayns enmyn ymmydeyr dendeaysagh.<br />
353 Cur streean er dty lettraghey, ny [[Special:UserLogin/signup|croo coontys noa]].',
354 'nosuchusershort'            => 'Cha nel ymmydeyr lesh yn ennym "<nowiki>$1</nowiki>".
355 Cur streean er dty lettraghey.',
356 'nouserspecified'            => 'Shegin diu ennym ymmydeyr y honraghey.',
357 'wrongpassword'              => 'Va fockle arrey neuchiart screeuit eu.<br />
358 Screeu eh reesht eh.',
359 'wrongpasswordempty'         => "Va'n fockle arrey screeuit bane.
360 Aascreeu, my sailliu.",
361 'mailmypassword'             => "Cur dou m'ockle arrey er post-L",
362 'passwordremindertitle'      => 'Fockle arrey noa shallidagh son {{SITENAME}}',
363 'noemail'                    => 'Cha nel enmys post-L recortyssit da\'n ymmydeyr "$1".',
364 'noemailcreate'              => 'Shegin diu enmys post-l fondagh y honraghey',
365 'passwordsent'               => 'Va fockle arrey noa currit da enmys post-L ta recortyssit da "$1".<br />
366 Tra t\'eh eu, log stiagh my sailliu.',
367 'acct_creation_throttle_hit' => "Va {{PLURAL:$1|1 choontys|$1 coontyssyn}} crooit ec keayrtee da'n wiki shoh lesh yn enmys IP eu 'sy laa ain, as cha nel ny smoo coontyssyn y chroo lhiggalagh.<br />
368 Myr eiyrtys, cha nod keayrtee lesh yn enmys IP shoh ny smoo coontyssyn noa y chroo nish.",
369 'emailconfirmlink'           => 'Shickyree yn enmys post-l eu',
370 'accountcreated'             => 'Coontys crooit',
371 'accountcreatedtext'         => 'Ta coontys ymmydeyr da $1 crooit.',
372 'createaccount-title'        => 'Coontys crooit son {{SITENAME}}',
373 'loginlanguagelabel'         => 'Çhengey: $1',
374
375 # Password reset dialog
376 'resetpass'                 => 'Caghlaa fockle yn arrey',
377 'resetpass_header'          => 'Caghlaa fockle arrey yn choontys',
378 'oldpassword'               => 'Shenn-ockle yn arrey:',
379 'newpassword'               => 'Fockle noa yn arrey:',
380 'retypenew'                 => "Aascreeu d'ockle arrey noa:",
381 'resetpass_submit'          => 'Cur sheese fockle yn arrey as loggal stiagh',
382 'resetpass_forbidden'       => 'Cha nod focklyn arrey y arraghey er {{SITENAME}}',
383 'resetpass-submit-loggedin' => 'Caghlaa fockle yn arrey',
384
385 # Edit page toolbar
386 'bold_sample'     => 'Clou trome',
387 'bold_tip'        => 'Clou trome',
388 'italic_sample'   => 'Clou iddaalagh',
389 'italic_tip'      => 'Clou iddaalagh',
390 'link_sample'     => 'Ennym y chianglee',
391 'link_tip'        => 'Kiangley ynveanagh',
392 'extlink_sample'  => 'http://www.example.com ennym chianglee',
393 'extlink_tip'     => 'Kiangley mooie (cooiney roie-ockle http://)',
394 'headline_sample' => 'Teks y chione-linney',
395 'headline_tip'    => 'Kione-linney corrym 2',
396 'math_sample'     => 'Cur formley stiagh ayns shoh',
397 'math_tip'        => 'Formley maddaghtoil (LaTeX)',
398 'nowiki_sample'   => 'Cur stiagh teks gyn cummey ayns shoh',
399 'nowiki_tip'      => 'Ny chur tastey da cummey wikiagh',
400 'image_tip'       => 'Coadan jingit',
401 'media_tip'       => 'Kiangley yn choadan',
402 'sig_tip'         => "Dt'ennym screeuit lesh clouag hraa",
403 'hr_tip'          => 'Linney cochruinnagh (ymmyd dy spaarailagh)',
404
405 # Edit pages
406 'summary'                          => 'Giare-choontey:',
407 'subject'                          => 'Cooish/kione-linney:',
408 'minoredit'                        => 'She myn-arraghey eh shoh',
409 'watchthis'                        => 'Freill arrey er y duillag shoh',
410 'savearticle'                      => 'Sauail y duillag',
411 'preview'                          => 'Roie-haishbynys',
412 'showpreview'                      => 'Taishbyn roie-haishbynys',
413 'showlivepreview'                  => 'Roie-haishbynys bio',
414 'showdiff'                         => 'Taishbyn caghlaaghyn',
415 'anoneditwarning'                  => "'''Raaue:''' Cha nel ou loggit stiagh.
416 Bee dt'enmys IP recortyssit ayns shennaghys reaghey yn duillag shoh.",
417 'missingcommenttext'               => 'Taggloo er heese, my sailt.',
418 'summary-preview'                  => 'Roie-haishbynys y ghiare-choontey:',
419 'subject-preview'                  => 'Roie-haishbynys cooish/kione-linney:',
420 'blockedtitle'                     => "Ta'n ymmydeyr glast magh",
421 'blockedtext'                      => "'''Ta dt'ennym ymmydeyr ny dt'enmys IP currit fo ghlass.'''
422
423 V'ou glassit magh ec $1. T'eh yn oyr na ''$2''.
424
425 * Toshiaght y ghlass: $8
426 * Jerrey yn ghlass: $6
427 * Currit da: $7
428
429 Foddee oo cur fys er $1 ny [[{{MediaWiki:Grouppage-sysop}}|reireyder]] elley dy resooney magh y ghlass.
430 Cha nod oo jannoo ymmyd jeh'n chummey 'cur post-L da'n ymmydeyr shoh' mannagh vel eh sonrit ayns dty [[Special:Preferences|choontys tosheeaghtyn]] as mannagh vel ou glasst magh.<br />
431 She $3 dt'enmys IP roie, as she dt'enney ghlass na #$5. Cur ad lesh dagh ooilley eysht.",
432 'blockednoreason'                  => 'cha nel fa currit',
433 'loginreqlink'                     => 'loggal stiagh',
434 'loginreqpagetext'                 => 'Shegin dhyt $1 dys jeeagh er duillagyn elley.',
435 'accmailtitle'                     => 'Fockle yn arrey currit.',
436 'accmailtext'                      => "Ta fockle arrey gyn tort er son [[User talk:$1|$1]] er ve currit dys $2.
437
438 Foddee oo ceaghley yn fockle arrey noa da'n choontys noa shoh er duillag ''[[Special:ChangePassword|cheaghley fockle yn arrey]]'' lurg loggal stiagh.",
439 'newarticle'                       => '(Noa)',
440 'newarticletext'                   => 'T’ou er jeet trooid kiangley dys duillag nagh vel ayn foast.
441 Son dy chroo y duillag, gow toshiaght screeuyn ‘sy chishtey çheu heese jeh shoh (jeeagh er [[{{MediaWiki:Helppage}}|duillag y chooney]] son ny smoo fys).
442 My haink oo dys shoh trooid marranys, crig er cramman ‘erash’ yn jeeagheyder ayd.',
443 'noarticletext'                    => "Cha nel teks 'sy duillag shoh ec y traa t'ayn.
444 Foddee oo [[Special:Search/{{PAGENAME}}|ronsaghey enmys ny duillag shoh]] ayns duillagyn elley,
445 <span class=\"plainlinks\">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} jannoo ronsaghey 'sy lioaryn cooishyn ta bentyn r'ee],
446 ny [{{fullurl:{{FULLPAGENAME}}|action=edit}} reaghey yn duillag shoh]</span>.",
447 'note'                             => "'''Note:'''",
448 'previewnote'                      => "'''Cooinnee nagh vel agh roie-haishbynys eh shoh;
449 cha nel dty chaghlaaghyn sauailt foast!'''",
450 'editing'                          => 'Reaghey $1',
451 'editingsection'                   => 'Reaghey $1 (meer)',
452 'editingcomment'                   => 'Reaghey $1 (meer noa)',
453 'yourtext'                         => 'Dty heks',
454 'storedversion'                    => 'Lhieggan stoyrit',
455 'yourdiff'                         => 'Anchaslyssyn',
456 'copyrightwarning'                 => "Cur tastey my saillt: my t’ou cur red erbee da {{SITENAME}}, t’eh toiggit dy vel oo cur magh eh rere yn $2 (jeeagh er $1 son ny smoo fys).  Mannagh by vie lhiat dy beagh sleih elley reaghey dty obbyr gyn myghin as skeaylley eh dy seyr, ny chur roish eh ayns shoh.
457 <br />
458 Chammah as shen, t’ou gialdyn dooin dy screeu oo hene eh, ny ren oo coip jeh ny ta fo çhiarnys y theay, ny ry-gheddyn dy seyr.
459 '''NY CHUR ROISH GYN KIED OBBYR TA FO COIP-CHIART! '''",
460 'templatesused'                    => '{{PLURAL:$1|Clowan|Chlowan|Chlowan|Clowanyn}} ymmydit er y duillag shoh:',
461 'templatesusedpreview'             => "{{PLURAL:$1|Clowan|Chlowan|Chlowan|Clowanyn}} ymmydit 'sy roie-haishbynys shoh:",
462 'template-protected'               => '(glast)',
463 'template-semiprotected'           => '(lieh-ghlast)',
464 'hiddencategories'                 => "Ta'n duillag shoh ayns {{PLURAL:$1|ronney follit|ronney follit|ronney follit|ronnaghyn follit}}",
465 'nocreatetitle'                    => 'Crooaght duillag jeorit',
466 'nocreatetext'                     => "Ta ablid duillagyn noa y chroo lhiettalit ec {{SITENAME}}.<br />
467 Foddee shiu goll er ash as reaghey duillag t'ayn nish, ny [[Special:UserLogin|loggal stiagh ny croo coontys]].",
468 'nocreate-loggedin'                => 'Cha nel kied ayd duillagyn noa y chroo er {{SITENAME}}.',
469 'permissionserrorstext-withaction' => 'Cha nel kiart ayd y $2, er {{PLURAL:$1|y fa|y fa}}:',
470 'recreate-moveddeleted-warn'       => "'''Raaue: Ta shiu aachroo duillag as eh er ve scrysst roie.'''
471
472 By chair dhyt smooinagh vel eh kiart goll er oai lesh reaghey yn duillag shoh.<br />
473 Ta lioar ny scryssaghyn magh kiarit ayns shoh rere dty chaays hene:",
474
475 # Account creation failure
476 'cantcreateaccounttitle' => 'Cha nod coontys y chroo',
477
478 # History pages
479 'viewpagelogs'           => 'Jeeagh er lioaryn cooishyn ny duillag shoh',
480 'currentrev'             => 'Aavriwnys roie',
481 'currentrev-asof'        => 'Aavriwnys roie er $1',
482 'revisionasof'           => 'Aavriwnys veih $1',
483 'revision-info'          => 'Aavriwnys veih $1 ec $2',
484 'previousrevision'       => '←Aavriwnys ny shinney',
485 'nextrevision'           => 'Aavriwnys ny saa→',
486 'currentrevisionlink'    => 'Aavriwnys roie',
487 'cur'                    => 'traa',
488 'next'                   => 'nah',
489 'last'                   => 'roish',
490 'page_first'             => 'Kied',
491 'page_last'              => 'roish',
492 'histlegend'             => "Reih anchaslys: jean reih kiarkil reih ny lhiegganyn by vie lhiat cosoylaghey ad, as crig er \"enter\", ny er y cramman ec cass y rolley.<br />
493 Ogher: '''({{int:cur}})''' = anchaslyssyn rish y lhieggan t'ayn nish,
494 '''({{int:last}})''' = anchaslyssyn rish y lhieggan roish, '''{{int:minoreditletter}}''' = mynchaghlaa",
495 'history-fieldset-title' => 'Femblal shennaghys',
496 'histfirst'              => 'By hoshee',
497 'histlast'               => 'By yerree',
498 'historyempty'           => '(follym)',
499
500 # Revision feed
501 'history-feed-title'          => 'Shennaghys yn aavriwnys',
502 'history-feed-description'    => 'Shennaghys aavriwnys y duillag shoh er yn wiki',
503 'history-feed-item-nocomment' => '$1 ec $2',
504
505 # Revision deletion
506 'rev-deleted-comment'  => '(cohaggloo scughit)',
507 'rev-deleted-user'     => '(ennym yn ymmydeyr scughit)',
508 'rev-delundel'         => 'taishbyn/follee',
509 'rev-showdeleted'      => 'taishbyn',
510 'revdelete-hide-image' => 'Follee cummal y choadan',
511 'revdelete-log'        => 'Fa:',
512 'revdel-restore'       => 'ceaghley leayrid',
513 'pagehist'             => 'Shennaghys y duillag',
514 'deletedhist'          => 'Shennaghys scryssit',
515 'revdelete-content'    => 'cummal',
516 'revdelete-summary'    => 'giare-choontey yn reaghey',
517 'revdelete-uname'      => 'ennym yn ymmydeyr',
518
519 # History merging
520 'mergehistory'             => 'Shennaghys ny duillagyn y chochiangley',
521 'mergehistory-from'        => 'Bun-ghuillag:',
522 'mergehistory-into'        => 'Kione-ghuillag:',
523 'mergehistory-submit'      => 'Aavriwnyssyn y chochiangley',
524 'mergehistory-autocomment' => 'Ta [[:$1]] cochianglit stiagh ayns [[:$2]]',
525 'mergehistory-comment'     => 'Ta [[:$1]] cochianglit stiagh ayns [[:$2]]: $3',
526 'mergehistory-reason'      => 'Fa:',
527
528 # Merge log
529 'revertmerge' => 'Jee-vestey',
530
531 # Diffs
532 'history-title'           => 'Shennaghys aavriwnys dy "$1"',
533 'difference'              => '(Anchaslys eddyr aavriwnyssyn)',
534 'lineno'                  => 'Linney $1:',
535 'compareselectedversions' => 'Cosoylaghey ny lhiegganyn reiht',
536 'editundo'                => 'rassey',
537
538 # Search results
539 'searchresults'             => 'Eiyrtyssyn y ronsaghey',
540 'searchresults-title'       => 'Eiyrtyssyn y ronsaghey er son "$1"',
541 'searchresulttext'          => 'Son ny smoo oayllys mychione ronsaghtyn er {{SITENAME}}, jeeagh er [[{{MediaWiki:Helppage}}|{{int:help}}]].',
542 'searchsubtitle'            => 'Ren oo ronsaghey er \'\'\'[[:$1]]\'\'\' ([[Special:Prefixindex/$1|dagh duillag ta toshiaghey lesh "$1"]]{{int:pipe-separator}}[[Special:WhatLinksHere/$1|dagh duillag ta kianglt rish "$1"]])',
543 'searchsubtitleinvalid'     => "Ren oo ronsaghey er '''$1'''",
544 'notitlematches'            => 'Cha nel shen ennym ghuillag erbee',
545 'notextmatches'             => 'Cha nel shen ry-lhaih er duillag erbee',
546 'prevn'                     => '{{PLURAL:$1|$1}} roish shoh',
547 'nextn'                     => 'nah {{PLURAL:$1|$1}}',
548 'viewprevnext'              => 'Jeeagh er ($1 {{int:pipe-separator}} $2) ($3)',
549 'searchhelp-url'            => 'Help:Cummal',
550 'searchprofile-project'     => 'Duillagyn Coonee as Shalee',
551 'search-result-size'        => "$1 ({{PLURAL:$2|1 fockle|$2 'ockle|$2 'ockle|$2 focklyn}})",
552 'search-result-score'       => 'Bentynys: $1%',
553 'search-redirect'           => '(aa-enmyssit ass $1)',
554 'search-section'            => '(rheynn $1)',
555 'search-suggest'            => "R'ou çheet er: $1",
556 'search-interwiki-caption'  => 'Shuyr-haleeghyn',
557 'search-interwiki-default'  => '{{PLURAL:$1|$1 eiyrtys|$1 eiyrtys|$1 eiyrtys|$1 eiyrtyssyn}}:',
558 'search-interwiki-more'     => '(ny smoo)',
559 'search-mwsuggest-enabled'  => 'lesh coyrle',
560 'search-mwsuggest-disabled' => 'gyn coyrle',
561 'search-relatedarticle'     => 'Bentyn rish',
562 'mwsuggest-disable'         => 'Lhiettal coyrle AJAX',
563 'searchrelated'             => 'bentyn rish',
564 'searchall'                 => 'yn clane',
565 'nonefound'                 => "'''Notey''':Cha nel eh ronsaghey dagh reamys gyn reih.
566 My t'ou uss son ronsaghey dagh cooid (as shen goaill stiagh duillagyn resooney, clowanyn, a.r.e.), cur ''all:'' ec y toshiaght, ny ennym y reamys reih ayd myr roie-ockle (m.s., ''Clowan:'').",
567 'powersearch'               => 'Ard-ronsaghey',
568 'powersearch-legend'        => 'Ard-ronsaghey',
569 'powersearch-ns'            => 'Ronsee ayns boayl-enmyn:',
570 'powersearch-redir'         => 'Cur aa-enmyssyn er y rolley',
571 'powersearch-field'         => 'Ronsee er son',
572 'search-external'           => 'Ronsaghey mooie',
573
574 # Quickbar
575 'qbsettings-none' => 'Veg',
576
577 # Preferences page
578 'preferences'               => 'Tosheeaghtyn',
579 'mypreferences'             => 'My hosheeaghtyn',
580 'prefs-edits'               => 'Earroo caghlaaghyn:',
581 'prefsnologin'              => 'Cha nel oo loggit stiagh',
582 'changepassword'            => 'Fockle yn arrey y cheaghley',
583 'prefs-skin'                => 'Crackan',
584 'skin-preview'              => 'Roie-haishbynys',
585 'prefs-datetime'            => 'Date as am',
586 'prefs-personal'            => 'Gruaie yn ymmydeyr',
587 'prefs-rc'                  => "Caghlaaghyn s'noa",
588 'prefs-watchlist'           => 'Rolley arrey',
589 'prefs-watchlist-days'      => 'Laaghyn y haishbyney ayns rolley arrey:',
590 'prefs-misc'                => 'Elley',
591 'prefs-rendering'           => 'Cummey',
592 'saveprefs'                 => 'Sauail',
593 'prefs-editing'             => 'Reaghey',
594 'columns'                   => 'Collooyn:',
595 'searchresultshead'         => 'Ronsee',
596 'recentchangesdays'         => "Laaghyn y haishbyney ayns caghlaaghyn s'noa:",
597 'savedprefs'                => 'Ta dty hosheeaghtyn sauailt.',
598 'timezonelegend'            => 'Cryss hraa:',
599 'localtime'                 => 'Traa ynnydagh:',
600 'timezoneoffset'            => 'Ashchlou¹:',
601 'timezoneregion-africa'     => 'Yn Affrick',
602 'timezoneregion-america'    => 'America',
603 'timezoneregion-antarctica' => 'Yn Antarctagh',
604 'timezoneregion-arctic'     => 'Yn Arctagh',
605 'timezoneregion-asia'       => 'Yn Aishey',
606 'timezoneregion-atlantic'   => 'Y Keayn Sheear',
607 'timezoneregion-australia'  => 'Yn Austrail',
608 'timezoneregion-europe'     => 'Yn Oarpey',
609 'timezoneregion-indian'     => 'Y Keayn Injinagh',
610 'timezoneregion-pacific'    => 'Y Keayn Sheealtagh',
611 'prefs-searchoptions'       => 'Reihyssyn y ronsaghey',
612 'default'                   => 'roie-chiartagh',
613 'prefs-files'               => 'Coadanyn',
614 'youremail'                 => 'Post-L:',
615 'username'                  => "Dt'ennym ymmydeyr:",
616 'uid'                       => 'Enney ymmydeyr:',
617 'prefs-memberingroups'      => 'Oltey {{PLURAL:$1|possan|phossan|phossan|possanyn}} heese:',
618 'prefs-registration'        => 'Traa listal',
619 'yourrealname'              => 'Feer-ennym:',
620 'yourlanguage'              => 'Çhengey:',
621 'yournick'                  => 'Far-ennym:',
622 'yourgender'                => 'Keintys:',
623 'gender-unknown'            => 'Neuhoilshit',
624 'gender-male'               => 'Firrinagh',
625 'gender-female'             => 'Bwoirrinagh',
626 'email'                     => 'Post-L',
627 'prefs-help-realname'       => "Ta dt'eer ennym reihyssagh.<br />
628 My bailliu eh y chiarail, bee eh ymmydit son cur gys lieh y chur dhyt er son yn obbyr ayd.",
629
630 # User rights
631 'userrights'               => 'Reireydys kiartyn ymmydeyr',
632 'userrights-lookup-user'   => 'Possanyn ymmydeyr y stiurey',
633 'userrights-user-editname' => 'Screeu stiagh ennym ymmydeyr:',
634 'editusergroup'            => 'Possanyn ymmydeyr y reaghey',
635 'userrights-editusergroup' => 'Possanyn ymmydeyr y reaghey',
636 'saveusergroups'           => 'Possanyn ymmydeyr y sauail',
637 'userrights-groupsmember'  => 'Oltey jeh:',
638 'userrights-reason'        => 'Fa:',
639
640 # Groups
641 'group'               => 'Possan:',
642 'group-user'          => 'Ymmydeyryn',
643 'group-autoconfirmed' => 'Ymmydeyryn er nyn shickyraghey gyn thort',
644 'group-bot'           => 'Botyn',
645 'group-sysop'         => 'Reireyderyn',
646 'group-bureaucrat'    => 'Oikreilleyderyn',
647 'group-suppress'      => 'Oaseiryn',
648 'group-all'           => '(yn clane)',
649
650 'group-user-member'       => 'Ymmydeyr',
651 'group-bot-member'        => 'Robot',
652 'group-sysop-member'      => 'Reireyder',
653 'group-bureaucrat-member' => 'Oikreilleyder',
654 'group-suppress-member'   => 'Meehastid',
655
656 'grouppage-user'  => '{{ns:project}}:Ymmydeyryn',
657 'grouppage-bot'   => '{{ns:project}}:Robotyn',
658 'grouppage-sysop' => '{{ns:project}}:Reireyderyn',
659
660 # Rights
661 'right-read'       => 'Duillag y lhaih',
662 'right-edit'       => 'Duillag y reaghey',
663 'right-createpage' => 'Duillag y chroo (nagh vel ny ghuillag resoonaght)',
664 'right-createtalk' => 'Duillag resoonaght y chroo',
665 'right-move'       => 'Duillag y scughey',
666 'right-movefile'   => 'Coadan y scughey',
667 'right-upload'     => 'Laadey neese coadanyn',
668 'right-delete'     => 'Duillag y scryssey',
669
670 # User rights log
671 'rightslog'  => 'Lioar chooishyn kiartyn ymmydeyr',
672 'rightsnone' => '(veg)',
673
674 # Associated actions - in the sentence "You do not have permission to X"
675 'action-edit' => 'yn duillag shoh y reaghey',
676
677 # Recent changes
678 'nchanges'                       => '$1 {{PLURAL:$1|caghlaa|chaghlaa|chaghlaa|caghlaaghyn}}',
679 'recentchanges'                  => "Caghlaaghyn s'noa",
680 'recentchanges-legend'           => "Reihyssyn da ny caghlaaghyn s'noa",
681 'recentchangestext'              => "Shirr ny caghlaaghyn s'noa da'n wiki er y duillag shoh.",
682 'recentchanges-feed-description' => "Shirr ny caghlaaghyn jeianagh er y wiki 'sy scoltey shoh.",
683 'recentchanges-label-newpage'    => 'Ren y reaghey shoh croo duillag noa',
684 'recentchanges-label-minor'      => "She myn-arraghey t'ayn",
685 'recentchanges-label-bot'        => 'Ren bot y reaghey shoh',
686 'rcnote'                         => "Ny ta heese, she {{PLURAL:$1|ny '''$1''' caghlaa|yn '''$1''' chaghlaa|ny '''$1''' chaghlaa|ny '''$1''' caghlaaghyn}} s'jerree ayns {{PLURAL:$2|ny '''$2''' laa|yn '''$2''' laa|ny '''$2''' laa|ny '''$2''' laaghyn}} s'jerree, kiart ec $4, $5.",
687 'rcnotefrom'                     => "Shoh heese ny caghlaaghyn veih '''$2''' (gys '''$1''' taishbynit).",
688 'rclistfrom'                     => "Taishbyn ny caghlaaghyn s'noa veih $1",
689 'rcshowhideminor'                => '{{PLURAL:$1|$1 myn-arraghey|$1 vyn-arraghey|$1 vyn-arraghey|$1 myn-arraghyn}}',
690 'rcshowhidebots'                 => '{{PLURAL:$1|$1 robot|$1 robot|$1 robot|$1 robotyn}}',
691 'rcshowhideliu'                  => '{{PLURAL:$1|$1 ymmydeyr|$1 ymmydeyr|$1 ymmydeyr|$1 ymmydeyryn}} ta loggit stiagh',
692 'rcshowhideanons'                => '{{PLURAL:$1|$1 ymmydeyr|$1 ymmydeyr|$1 ymmydeyr|$1 ymmydeyryn}} neuenmyssit',
693 'rcshowhidepatr'                 => '$1 arraghyn patrolaghit',
694 'rcshowhidemine'                 => "$1 m'arraghyn",
695 'rclinks'                        => "Soilshee {{PLURAL:$1|ny $1 caghlaa|yn $1 chaghlaa|ny $1 chaghlaa|ny $1 caghlaaghyn}} s'jerree ayns {{PLURAL:$2|ny $2 laa|yn $2 laa|ny $2 laa|ny $2 laaghyn}} s'jerree<br />$3",
696 'diff'                           => 'anch',
697 'hist'                           => 'shen',
698 'hide'                           => 'Follee',
699 'show'                           => 'Taishbyn',
700 'minoreditletter'                => 'm',
701 'newpageletter'                  => 'N',
702 'boteditletter'                  => 'r',
703 'rc_categories_any'              => 'Ronney erbee',
704 'rc-enhanced-expand'             => 'Taishbyn sonreeaghtyn (ta JavaScript er shirrey)',
705 'rc-enhanced-hide'               => 'Follee sonreeaghtyn',
706
707 # Recent changes linked
708 'recentchangeslinked'          => 'Caghlaaghyn-vooinjerys',
709 'recentchangeslinked-feed'     => 'Caghlaaghyn-vooinjerys',
710 'recentchangeslinked-toolbox'  => 'Caghlaaghyn-vooinjerys',
711 'recentchangeslinked-title'    => 'Caghlaaghyn bentyn rish "$1"',
712 'recentchangeslinked-noresult' => 'Cha nel caghlaa erbee er duillagyn kianglt car y traa taishbynit.',
713 'recentchangeslinked-summary'  => "Shoh rolley caghlaaghyn va jeant er duillagyn kianglt veih duillag sonrit (ny er olteynyn ronney sonrit).<br />
714 Ta duillagyn er [[Special:Watchlist|dty rolley arrey]] ayns '''clou trome'''.",
715 'recentchangeslinked-page'     => 'Ennym y duillag:',
716 'recentchangeslinked-to'       => 'Taishbyn caghlaaghyn da ny duillagyn ta kianglt rish y duillag hene, ayns ynnyd jeh shoh',
717
718 # Upload
719 'upload'            => 'Laadey neese coadan',
720 'uploadbtn'         => 'Laadey neese coadan',
721 'uploadnologin'     => 'Cha nel oo loggit stiagh',
722 'uploadlogpage'     => 'Lioar laadyn neese',
723 'filename'          => 'Ennym y choadan',
724 'filedesc'          => 'Giare-choontey',
725 'fileuploadsummary' => 'Giare-choontey:',
726 'filestatus'        => 'Stayd choip-chiart:',
727 'filesource'        => 'Bun:',
728 'uploadedfiles'     => 'Coadanyn ta laadit neese',
729 'badfilename'       => 'T\'ennym y choadan aa-enmyssit myr "$1".',
730 'savefile'          => 'Sauail y coadan',
731 'uploadedimage'     => '"[[$1]]" laadit neese',
732 'uploadvirus'       => "Ta veerys 'sy choadan! Mynphoyntyn: $1",
733 'watchthisupload'   => 'Freill arrey er y choadan shoh',
734
735 'upload-file-error' => 'Marranys ynveanagh',
736
737 'license'            => 'Kieddagh:',
738 'license-header'     => 'Kieddagh:',
739 'license-nopreview'  => '(Cha nel roie-haishbynys ry-gheddyn)',
740 'upload_source_file' => ' (coadan er dty cho-earrooder)',
741
742 # Special:ListFiles
743 'imgfile'               => 'coadan',
744 'listfiles'             => 'Rolley coadanyn',
745 'listfiles_date'        => 'Date',
746 'listfiles_name'        => 'Ennym',
747 'listfiles_user'        => 'Ymmydeyr',
748 'listfiles_size'        => 'Mooadys',
749 'listfiles_description' => 'Coontey',
750
751 # File description page
752 'file-anchor-link'          => 'Coadan',
753 'filehist'                  => 'Shennaghys y choadan',
754 'filehist-help'             => 'Crig er date/traa ennagh son dy ‘akin y coadan myr v’eh ec y traa shen.',
755 'filehist-deleteall'        => 'scryss ooilley',
756 'filehist-deleteone'        => 'scryss eh shoh',
757 'filehist-revert'           => 'goll er ash',
758 'filehist-current'          => 'bio',
759 'filehist-datetime'         => 'Date/Am',
760 'filehist-thumb'            => 'Ingin-ordaag',
761 'filehist-thumbtext'        => "Ingin-ordaag da'n lhieggan shoh ec $1",
762 'filehist-user'             => 'Ymmydeyr',
763 'filehist-dimensions'       => 'Mooadyssyn',
764 'filehist-filesize'         => 'Mooadys y choadan',
765 'filehist-comment'          => 'Cohaggloo',
766 'imagelinks'                => 'Ymmyd y choadan',
767 'linkstoimage'              => 'Ta {{PLURAL:$1|ny $1 duillag|yn $1 duillag|ny $1 ghuillag|ny $1 duillagyn}} eiyrtyssagh kianglt rish y choadan shoh:',
768 'nolinkstoimage'            => 'Cha nel duillag erbee kianglt rish y choadan shoh.',
769 'sharedupload'              => "Ta'n coadan shoh çheet ass $1, as foddee dy beagh eh ymmydit ayns shaleeyn elley.",
770 'uploadnewversion-linktext' => "Laad neese lhieggan noa jeh'n choadan shoh",
771
772 # File reversion
773 'filerevert-comment' => 'Fa:',
774
775 # File deletion
776 'filedelete'                  => 'Scryss $1',
777 'filedelete-legend'           => 'Scryss y coadan',
778 'filedelete-submit'           => 'Scryss',
779 'filedelete-nofile'           => "Cha nel '''$1''' ayn.",
780 'filedelete-otherreason'      => 'Fa elley/tooilley:',
781 'filedelete-reason-otherlist' => 'Oyr elley',
782 'filedelete-reason-dropdown'  => '*Fa scryssey cadjin
783 ** Brishey choip-chiart
784 ** Coadan doobyl',
785
786 # MIME search
787 'mimesearch' => 'Sorçh MIME',
788 'mimetype'   => 'sorçh MIME:',
789 'download'   => 'laad neose',
790
791 # Unwatched pages
792 'unwatchedpages' => 'Duillagyn gyn arrey',
793
794 # List redirects
795 'listredirects' => 'Rolley duillagyn aa-enmyssit',
796
797 # Unused templates
798 'unusedtemplates'    => 'Clowanyn neuymmydit',
799 'unusedtemplateswlh' => 'kianglaghyn elley',
800
801 # Random page
802 'randompage' => 'Duillag gyn tort',
803
804 # Random redirect
805 'randomredirect' => 'Aa-enmys gyn tort',
806
807 # Statistics
808 'statistics'              => 'Staydraa',
809 'statistics-header-users' => 'Staydraa ymmydeyr',
810 'statistics-pages'        => 'Duillagyn',
811
812 'disambiguations' => 'Duillagyn ta kianglt rish duillagyn reddaghey',
813
814 'doubleredirects' => 'Aa-enmyssyn dooblagh',
815
816 'brokenredirects'        => 'Aa-enmyssyn brisht',
817 'brokenredirects-edit'   => 'reaghey',
818 'brokenredirects-delete' => 'scryss',
819
820 'withoutinterwiki'        => 'Duillagyn gyn kianglaghyn eddyrwiki',
821 'withoutinterwiki-legend' => 'Roie-ockle',
822 'withoutinterwiki-submit' => 'Taishbyn',
823
824 'fewestrevisions' => 'Duillagyn lesh ny caghlaaghyn sloo',
825
826 # Miscellaneous special pages
827 'nbytes'                  => '$1 {{PLURAL:$1|byte|vyte|byte|byteyn}}',
828 'ncategories'             => '$1 {{PLURAL:$1|ronney|ronnaghyn}}',
829 'nlinks'                  => '$1 {{PLURAL:$1|kiangley|chiangley|chiangley|kianglaghyn}}',
830 'nmembers'                => '$1 {{PLURAL:$1|oltey|oltey|oltey|olteynyn}}',
831 'lonelypages'             => 'Duillagyn treoghe',
832 'uncategorizedpages'      => 'Duillagyn gyn ronney',
833 'uncategorizedcategories' => 'Ronnaghyn gyn ronney',
834 'uncategorizedimages'     => 'Coadanyn gyn ronney',
835 'uncategorizedtemplates'  => 'Clowanyn gyn ronney',
836 'unusedcategories'        => 'Ronnaghyn neuymmydit',
837 'unusedimages'            => 'Coadanyn neuymmydit',
838 'popularpages'            => 'Duillagyn cadjin',
839 'wantedcategories'        => 'Ronnaghyn ry-laccal',
840 'wantedpages'             => 'Duillagyn ry-laccal',
841 'wantedfiles'             => 'Coadanyn ry-laccal',
842 'wantedtemplates'         => 'Clowanyn ry-laccal',
843 'mostlinked'              => 'Duillagyn as mooarane kianglaghyn daue',
844 'mostlinkedcategories'    => 'Ronnaghyn as mooarane kianglaghyn daue',
845 'mostlinkedtemplates'     => 'Clowanyn as mooarane kianglaghyn daue',
846 'mostcategories'          => 'Duillagyn lesh ronnaghyn smoo',
847 'mostimages'              => 'Coadanyn as mooarane kianglaghyn daue',
848 'mostrevisions'           => 'Duillagyn lesh aavriwnyssyn smoo',
849 'prefixindex'             => 'Dagh duillag lesh roie-ockle',
850 'shortpages'              => 'Duillagyn giarey',
851 'longpages'               => 'Duillagyn liauyr',
852 'deadendpages'            => 'Duillagyn kione kyagh',
853 'protectedpages'          => 'Duillagyn fo ghlass',
854 'protectedpages-indef'    => 'Cha nel agh coadey neuyerrinagh',
855 'protectedpages-cascade'  => 'Cha nel agh coadey eiraghtagh',
856 'protectedtitles'         => 'Enmyn coadit',
857 'listusers'               => 'Rolley ymmydeyryn',
858 'usercreated'             => 'Crooit er $1 ec $2',
859 'newpages'                => 'Duillagyn noa',
860 'newpages-username'       => 'Ennym ymmydeyr:',
861 'ancientpages'            => 'Duillagyn by hinney',
862 'move'                    => 'Scughey',
863 'movethispage'            => 'Yn duillag shoh y scughey',
864 'pager-newer-n'           => "{{PLURAL:$1|1 ny s'noa|$1 ny s'noa}}",
865 'pager-older-n'           => '{{PLURAL:$1|1 ny shinney|$1 ny shinney}}',
866 'suppress'                => 'Oaseirys',
867
868 # Book sources
869 'booksources'               => 'Bun-gheillyn lioar',
870 'booksources-search-legend' => 'Jean ronsaghey er farraneyn lioar',
871 'booksources-go'            => 'Gow',
872
873 # Special:Log
874 'specialloguserlabel'  => 'Ymmydeyr:',
875 'speciallogtitlelabel' => 'Ennym (duillag ny ymmydeyr):',
876 'log'                  => 'Lioaryn cooishyn',
877 'all-logs-page'        => 'Dagh ooilley lioar chooishyn',
878
879 # Special:AllPages
880 'allpages'       => 'Dagh ooilley ghuillag',
881 'alphaindexline' => '$1 gys $2',
882 'nextpage'       => 'Yn chied duillag elley ($1)',
883 'prevpage'       => 'Yn duillag roish ($1)',
884 'allpagesfrom'   => 'Taishbyn ny duillagyn ta toshiaghey lesh:',
885 'allpagesto'     => 'Taishbyn ny duillagyn ta jannoo jerrey lesh:',
886 'allarticles'    => 'Dagh ooilley ghuillag',
887 'allpagessubmit' => 'Gow',
888 'allpagesprefix' => 'Taishbyn ny duillagyn lesh roie-ockle:',
889
890 # Special:Categories
891 'categories'                    => 'Ronnaghyn',
892 'special-categories-sort-count' => 'sorçhaghey rere coontey',
893 'special-categories-sort-abc'   => 'sorçhaghey rere lettyr',
894
895 # Special:LinkSearch
896 'linksearch'      => 'Ronsaghey kianglaghyn çheumooie',
897 'linksearch-ok'   => 'Ronsee',
898 'linksearch-line' => 'Ta kiangley ayn veih $2 gys $1',
899
900 # Special:ListUsers
901 'listusers-submit' => 'Taishbyn',
902
903 # Special:Log/newusers
904 'newuserlogpage'          => 'Lioar chooishyn ny h-ymmydeyryn noa',
905 'newuserlog-create-entry' => 'Ymmydeyr noa',
906
907 # Special:ListGroupRights
908 'listgrouprights-group'    => 'Possan',
909 'listgrouprights-rights'   => 'Kiartyn',
910 'listgrouprights-helppage' => 'Help:Kiartyn y phossan',
911 'listgrouprights-members'  => '(rolley olteynyn)',
912
913 # E-mail user
914 'emailuser'      => "Cur post-L da'n ymmydeyr shoh",
915 'emailfrom'      => 'Veih:',
916 'emailto'        => 'Da:',
917 'emailsubject'   => 'Bun-chooish:',
918 'emailmessage'   => 'Çhaghteraght:',
919 'emailsend'      => 'Cur',
920 'emailccsubject' => 'Aascreeuyn dty haghteraght dys $1: $2',
921 'emailsent'      => 'Post-L currit',
922 'emailsenttext'  => 'Ta dty phost-L currit.',
923
924 # Watchlist
925 'watchlist'         => 'My rolley arrey',
926 'mywatchlist'       => 'My rolley arrey',
927 'watchnologin'      => 'Cha nel oo loggit stiagh',
928 'addedwatch'        => 'Currit rish y rolley arrey',
929 'addedwatchtext'    => "Va'n duillag \"[[:\$1]]\" currit rish dty [[Special:Watchlist|rolley arrey]].<br />
930 Bee caghlaaghyn jeant er y duillag shoh as e ghuillag resoonaght ry-akin ayns y rolley shoh, as bee '''clou trome''' er ayns rolley ny [[Special:RecentChanges|caghlaaghyn s'noa]].",
931 'removedwatch'      => 'Gowit ass y rolley arrey',
932 'removedwatchtext'  => 'Va\'n duillag "[[:$1]]" goit veih dty [[Special:Watchlist|rolley arrey]].',
933 'watch'             => 'Freill arrey',
934 'watchthispage'     => 'Freill arrey er y duillag shoh',
935 'unwatch'           => 'Cur stap er arrey',
936 'unwatchthispage'   => 'Cur stap er arrey',
937 'notanarticle'      => 'Cha nel eh shoh ny ghuillag cummal',
938 'notvisiblerev'     => "Va'n aavriwnys scryssit",
939 'watchlist-details' => 'Ta {{PLURAL:$1|$1 duillag|$1 duillag|$1 ghuillag|$1 duillagyn}} er dty rolley arrey, faagail magh duillagyn resoonaght.',
940 'watchlistcontains' => 'Ta $1 {{PLURAL:$1|duillag|duillagyn}} ayns dty rolley arrey.',
941 'wlshowlast'        => "Taishbyn ny kied $1 ooryn $2 laaghyn $3 s'jerree",
942 'watchlist-options' => "Reihyn da'n rolley arrey",
943
944 # Displayed when you click the "watch" button and it is in the process of watching
945 'watching'   => 'Jannoo arrey...',
946 'unwatching' => 'Stap y chur er arrey...',
947
948 'enotif_newpagetext'           => 'She duillag noa eh shoh.',
949 'enotif_impersonal_salutation' => '{{SITENAME}} ymmydeyr',
950 'changed'                      => 'ceaghlit',
951 'created'                      => 'crooit',
952 'enotif_anon_editor'           => 'ymmydeyr $1 neuenmyssit',
953 'enotif_body'                  => '$WATCHINGUSERNAME veen,
954
955
956 Va\'n duillag $PAGETITLE er {{SITENAME}} $CHANGEDORCREATED er $PAGEEDITDATE liorish $PAGEEDITOR, jeeagh er $PAGETITLE_URL son y lhieggan roie dy akin.
957
958 $NEWPAGE
959
960 Giare-choontey yn reagheyder: $PAGESUMMARY $PAGEMINOREDIT
961
962 Cur fys er y reagheyder:
963 post: $PAGEEDITOR_EMAIL
964 wiki: $PAGEEDITOR_WIKI
965
966 Cha bee fograghyn elley er caghlaaghyn elley agh my vel shiu er jeet dys y duillag shen ynrican.
967 Foddee shiu aajeshaghey bratteeyn ny fograghyn ry hoi dagh duillag er dty rolley arrey.
968
969              Dty chorys fograghyn caarjoil ec {{SITENAME}}
970
971 --
972 Dys kiartee dty rolley arrey y chaghlaa, cur keayrt er
973 {{fullurl:{{#special:Watchlist}}/edit}}
974
975 Aaveaghey as cooney s\'odjey:
976 {{fullurl:{{MediaWiki:Helppage}}}}',
977
978 # Delete
979 'deletepage'            => 'Scryss y duillag',
980 'confirm'               => 'Feeraghey',
981 'excontent'             => "v'eh ny chummal na: '$1'",
982 'exblank'               => "va'n duillag follym",
983 'delete-confirm'        => 'Scryss "$1"',
984 'delete-legend'         => 'Scryss',
985 'historywarning'        => 'Raaue: Ta shennaghys ec y duillag ta shiu er-chee scryssey magh, as mysh $1 {{PLURAL:$1|caghlaa|chaghlaa|chaghlaa|caghlaaghyn}} er:',
986 'confirmdeletetext'     => 'Ta shiu er-çhee scryssey magh duillag myrane lesh y shennaghys eck.<br />
987 Feeraghey dy vel eh y çhalee ayd eh y yannoo, dy vel ny scanshyn toiggit ayd, as dy vel oo jannoo eh ayns coardailys rish [[{{MediaWiki:Policy-url}}|y pholasee]].',
988 'actioncomplete'        => 'Obbraghey creaghnit',
989 'deletedtext'           => 'Ta "<nowiki>$1</nowiki>" scrysst.<br />
990 Jeeagh er $2 son recortys ny scryssaghyn magh jeianagh.',
991 'deletedarticle'        => '"[[$1]]" scryssit',
992 'dellogpage'            => 'Lioar scryssaghyn magh',
993 'deletecomment'         => 'Fa:',
994 'deleteotherreason'     => 'Fa elley/tooilley:',
995 'deletereasonotherlist' => 'Fa elley',
996 'deletereason-dropdown' => '*Fa scryssey cadjin
997 ** Aghin yn ughtar
998 ** Brishey choip-chiart
999 ** Cragheydys',
1000
1001 # Rollback
1002 'rollback_short' => 'Aahogherys',
1003 'rollbacklink'   => 'aahogherys',
1004 'editcomment'    => "V'eh \"''\$1''\" giare-choontys y reaghey.",
1005
1006 # Protect
1007 'protectlogpage'              => 'Lioar choadee',
1008 'protectedarticle'            => '"[[$1]]" glast',
1009 'modifiedarticleprotection'   => 'er gaghlaa keim coadee "[[$1]]"',
1010 'prot_1movedto2'              => '[[$1]] aa-enmyssit myr [[$2]]',
1011 'protectcomment'              => 'Fa:',
1012 'protectexpiry'               => 'Jerrey:',
1013 'protect_expiry_invalid'      => 'Ta jerrey yn amm gyn vree.',
1014 'protect_expiry_old'          => 'Ta jerrey yn amm er ngoll shaghey hannah.',
1015 'protect-text'                => "Foddee oo jeeagh er as arraghey yn rea choadee ayns shoh son y duillag '''<nowiki>$1</nowiki>'''.",
1016 'protect-locked-access'       => "Cha nel kied ec dty choontys dys arraghey cormidyn coadee.<br />
1017 Shoh ny reaghaghyn roie da'n duillag '''$1''':",
1018 'protect-cascadeon'           => "Ta'n duillag shoh coadit nish, er y fa dy vel eh goit stiagh {{PLURAL:$1|'sy $1 duillag|'syn $1 duillag| 'sy $1 ghuillag|ayns ny $1 duillagyn}} heese as adsyn fo coadey eiraghtagh.  Ga dy nod oo caghlaa keim coadee y ghuillag shoh, cha jean eh bentyn rish y coadey eiraghtagh.",
1019 'protect-default'             => 'Lhig da dagh ymmydeyr',
1020 'protect-fallback'            => 'Ta feme er kied "$1" ayd',
1021 'protect-level-autoconfirmed' => 'Cur ymmydeyryn noa as ymmydeyryn neu-recortit fo ghlass',
1022 'protect-level-sysop'         => 'Reireyderyn ynrican',
1023 'protect-summary-cascade'     => 'spooytey',
1024 'protect-expiring'            => 'jerrey jeant ec $1 (UTC)',
1025 'protect-cascade'             => "Cur fo ghlass ny duillagyn t'ayns y duillag shoh (coadee spooytal)",
1026 'protect-cantedit'            => 'Cha nod oo caghlaa keim choadey ny duillag shoh.  Cha nel kied ayd ee y reaghey.',
1027 'protect-expiry-options'      => '1 oor:1 hour,1 laa:1 day,1 hiaghtin:1 week,2 hiaghtin:2 weeks,1 vee:1 month,3 meeghyn:3 months,6 meeghyn:6 months,1 vlein:1 year,neuyerrinagh:infinite',
1028 'restriction-type'            => 'Kied:',
1029 'restriction-level'           => 'Rea teorey:',
1030
1031 # Restrictions (nouns)
1032 'restriction-edit'   => 'Reaghey',
1033 'restriction-move'   => 'Scughey',
1034 'restriction-create' => 'Croo',
1035
1036 # Restriction levels
1037 'restriction-level-sysop'         => 'lane glast',
1038 'restriction-level-autoconfirmed' => 'lieh-ghlast',
1039
1040 # Undelete
1041 'undelete'               => 'Jeeagh er duillagyn scrysst',
1042 'undeletepage'           => 'Jeeagh er as cur er ash duillagyn scrysst',
1043 'viewdeletedpage'        => 'Jeeagh er duillagyn scrysst',
1044 'undeletebtn'            => 'Cur er ash',
1045 'undeletelink'           => 'jeeagh/cur er ash',
1046 'undeletereset'          => 'Aahoiaghey',
1047 'undeletecomment'        => 'Fa:',
1048 'undeletedarticle'       => '"[[$1]]" aahoiaghit',
1049 'undelete-search-box'    => 'Ronsee ny duillagyn scrysst',
1050 'undelete-search-submit' => 'Ronsee',
1051
1052 # Namespace form on various pages
1053 'namespace'      => 'Boayl-ennym:',
1054 'invert'         => 'Cur y teiy bun ry-skyn',
1055 'blanknamespace' => '(Cadjin)',
1056
1057 # Contributions
1058 'contributions'       => 'Cohortyssyn ymmydeyr',
1059 'contributions-title' => 'Cohortyssyn ymmydeyr liorish $1',
1060 'mycontris'           => 'My chohortyssyn',
1061 'contribsub2'         => 'Da $1 ($2)',
1062 'uctop'               => ' (baare)',
1063 'month'               => "Veih mee (as ny s'aa):",
1064 'year'                => "Veih blein (as ny s'aa):",
1065
1066 'sp-contributions-newbies'     => 'Taishbyn cohortyssyn ec coontyssyn noa ny lomarcan',
1067 'sp-contributions-newbies-sub' => 'Son coontyssyn noa',
1068 'sp-contributions-blocklog'    => 'Lioar chooishyn ghlassaghyn magh',
1069 'sp-contributions-talk'        => 'resoonaght',
1070 'sp-contributions-userrights'  => 'Reireydys kiartyn ymmydeyr',
1071 'sp-contributions-search'      => 'Ronsee cohortyssyn',
1072 'sp-contributions-username'    => 'Enmys IP ny ennym ymmydeyr:',
1073 'sp-contributions-submit'      => 'Ronsee',
1074
1075 # What links here
1076 'whatlinkshere'            => 'Cre ta kianglt rish shoh',
1077 'whatlinkshere-title'      => 'Duillagyn ta kianglt rish $1',
1078 'whatlinkshere-page'       => 'Duillag:',
1079 'linkshere'                => "Ta ny duillagyn shoh kianglt rish '''[[:$1]]''':",
1080 'nolinkshere'              => "Cha nel duillag erbee kianglt rish '''[[:$1]]'''.",
1081 'isredirect'               => 'duillag aa-enmyssit',
1082 'istemplate'               => 'goaill stiagh',
1083 'isimage'                  => 'kiangley coadan',
1084 'whatlinkshere-prev'       => '{{PLURAL:$1|roish|y $1 roish}}',
1085 'whatlinkshere-next'       => '{{PLURAL:$1|y nah|y nah $1}}',
1086 'whatlinkshere-links'      => '← kianglaghyn',
1087 'whatlinkshere-hideredirs' => 'duillagyn aa-enmyssit $1',
1088 'whatlinkshere-hidetrans'  => '$1 duillagyn er nyn ngoaill stiagh',
1089 'whatlinkshere-hidelinks'  => 'kianglaghyn $1',
1090 'whatlinkshere-filters'    => 'Shollaneyn',
1091
1092 # Block/unblock
1093 'blockip'                  => 'Glass magh yn ymmydeyr',
1094 'blockip-legend'           => 'Glass magh yn ymmydeyr',
1095 'ipaddress'                => 'Enmys IP / ennym ymmydeyr',
1096 'ipadressorusername'       => 'Enmys IP ny ennym ymmydeyr:',
1097 'ipbexpiry'                => 'Jerrey:',
1098 'ipbreason'                => 'Fa:',
1099 'ipbreasonotherlist'       => 'Fa elley',
1100 'ipbreason-dropdown'       => '* Oyr glassey cadjin
1101 ** Inserting false information
1102 ** Removing content from pages
1103 ** Spamming links to external sites
1104 ** Inserting nonsense/gibberish into pages
1105 ** Intimidating behaviour/harassment
1106 ** Abusing multiple accounts
1107 * Oyr elley
1108 ** Ennym ymmydeyryn neuchooie
1109 ** Feyshtyn eddyr-wiki',
1110 'ipbanononly'              => 'Glass magh ymmydeyryn neuenmyssit',
1111 'ipbcreateaccount'         => 'Crooaght coontys y chumrail',
1112 'ipbsubmit'                => 'Glass magh yn ymmydeyr shoh',
1113 'ipbother'                 => 'Mooad elley am:',
1114 'ipboptions'               => '2 oor:2 hours,1 laa:1 day,3 laaghyn:3 days,1 hiaghtin:1 week,2 hiaghtin:2 weeks,1 vee:1 month,3 meeghyn:3 months,6 meeghyn:6 months,1 vlein:1 year,neuyerrinagh:infinite',
1115 'ipbotheroption'           => 'elley',
1116 'ipbotherreason'           => 'Fa elley/tooilley:',
1117 'badipaddress'             => 'Enmys IP gyn vree',
1118 'ipblocklist'              => 'Ymmydeyryn fo ghlass',
1119 'ipblocklist-username'     => 'Ennym ymmydeyr ny enmys IP:',
1120 'ipblocklist-submit'       => 'Ronsee',
1121 'blocklistline'            => '$1, $3 er ny g(h)lassey magh ec $2 ($4)',
1122 'infiniteblock'            => 'neuyerrinagh',
1123 'createaccountblock'       => 'crooaght coontys glasst',
1124 'blocklink'                => 'glassey magh',
1125 'unblocklink'              => 'foshley',
1126 'change-blocklink'         => 'caghlaa glass',
1127 'contribslink'             => 'cohortyssyn',
1128 'blocklogpage'             => 'Lioar chooishyn ghlassaghyn magh',
1129 'blocklogentry'            => 'er nglassey magh [[$1]] rish/derrey $2 $3',
1130 'unblocklogentry'          => '$1 er ny neughlassey magh',
1131 'block-log-flags-anononly' => 'ymmydeyryn neuenmyssit ynrican',
1132 'block-log-flags-nocreate' => 'gyn kiart coontyssyn y chroo',
1133 'proxyblocksuccess'        => 'Jeant.',
1134
1135 # Move page
1136 'move-page'               => '$1 y scughey',
1137 'move-page-legend'        => 'Duillag y scughey',
1138 'movepagetext'            => "Ta'n form heese lhiggey dhyt duillag y aa-enmys, as y shennaghys echey y scughey dys yn ennym noa.
1139 Hig y shenn ennym y ve duillag aastiurey dys yn ennym noa.
1140 My ta aastiuraghyn ayn hannah dys y shenn ennym, foddee oo adsyn y chaghlaa dy seyr-obbragh.  Mannagh nee oo shen, jean shickyr dy hirrey er [[Special:DoubleRedirects|dooble-aastiuraghyn]] as [[Special:BrokenRedirects|aastiuraghyn brishtey]].
1141 T'eh ort y yannoo shickyr dy bee kianglaghyn kiangley rish y dean kiart foast.
1142
1143 Gow tashtey '''nagh''' jed y duillag er scughey my ta duillag ayn as yn ennym noa echey hannah, '''mannagh''' nee duillag follym ny aastiurey t'ayn gyn shennaghys reaghey erbee.
1144 Myr shen, foddee oo duillag y chur erash 'syn chenn ynnyd echey my nee uss marrantys, as cha nod oo screeu harrish duillag t'ayn hannah.
1145
1146 '''Raaue!'''
1147 She caghlaa trome as doaltattym t'ayn er son duillag mie er enney.  Jean shickyr dy vel oo toiggal ny h-eiyrtyssyn roish my nee uss y caghlaa shoh.",
1148 'movepagetalktext'        => "Hed y duillag resooney eck er scughey lesh y duillag hene '''mannagh:'''
1149 *Vel duillag resooney ayn nagh vel follym as yn ennym noa er;
1150 *Nee uss jee-reih y kishtey heese.
1151
1152 Foddee oo y duillag resooney y scughey er lheh ny yei shen.",
1153 'movearticle'             => 'Duillag y scughey:',
1154 'movenologin'             => 'Cha nel oo loggit stiagh',
1155 'newtitle'                => 'Gys ard-ennym noa:',
1156 'move-watch'              => 'Freill arrey er y duillag shoh',
1157 'movepagebtn'             => 'Yn duillag y scughey',
1158 'pagemovedsub'            => "Va'n scughey rahoil",
1159 'movepage-moved'          => 'Va \'\'\'"$1" aa-enmyssit myr "$2"\'\'\'',
1160 'articleexists'           => 'Ta duillag ayn lesh yn ennym shen, ny ta ennym mee-chiart reiht ayd.<br />
1161 Reih ennym elley, my sailliu.',
1162 'talkexists'              => "'''Va'n duillag hene scughit, agh cha nod y duillag resoonaght y scughey er yn oyr dy row fer ec yn enmys shen hannah.<br />
1163 Jean covestey eddyr oc er laueyn, my sailliu.'''",
1164 'movedto'                 => 'aa-enmyssit myr',
1165 'movetalk'                => 'Scugh yn duillag resoonaght eck',
1166 '1movedto2'               => '[[$1]] aa-enmyssit myr [[$2]]',
1167 '1movedto2_redir'         => 'va [[$1]] scughit dys [[$2]] harrish aaenmys',
1168 'movelogpage'             => 'Lioar chooishyn y scughey',
1169 'movereason'              => 'Fa:',
1170 'revertmove'              => 'goll er ash',
1171 'delete_and_move'         => 'Scryss as scughey',
1172 'delete_and_move_confirm' => 'Ta, scryss magh y duillag',
1173
1174 # Export
1175 'export'          => 'Assphurtal duillagyn',
1176 'export-submit'   => 'Assphurtal',
1177 'export-download' => 'Sauail myr coadan',
1178
1179 # Namespace 8 related
1180 'allmessages'        => 'Çhaghteraghtyn corys',
1181 'allmessagesname'    => 'Ennym',
1182 'allmessagesdefault' => 'Teks cadjinit',
1183 'allmessagescurrent' => 'Teks roie',
1184
1185 # Thumbnails
1186 'thumbnail-more'  => 'Mooadaghey',
1187 'filemissing'     => 'Coadan ersooyl',
1188 'thumbnail_error' => 'Marranys ingin-ordaag y chroo: $1',
1189
1190 # Special:Import
1191 'import-comment'     => 'Cohaggloo:',
1192 'importbadinterwiki' => 'Droghchiangley eddyrwiki',
1193 'importnotext'       => 'Follym ny gyn teks',
1194
1195 # Import log
1196 'importlogpage' => 'Cur lioar chooishyn stiagh',
1197
1198 # Tooltip help for the actions
1199 'tooltip-pt-userpage'             => 'My ghuillag ymmydeyr',
1200 'tooltip-pt-mytalk'               => 'My ghuillag resoonaght',
1201 'tooltip-pt-preferences'          => 'My hosheeaghtyn',
1202 'tooltip-pt-watchlist'            => 'Rolley duillagyn ta er dty rolley arrey',
1203 'tooltip-pt-mycontris'            => 'Rolley my chohortyssyn',
1204 'tooltip-pt-login'                => 'Ta greinnaghey shiu loggal stiagh, cha nel eh anneydagh, ansherbee.',
1205 'tooltip-pt-logout'               => 'Log magh',
1206 'tooltip-ca-talk'                 => 'Resoonaght mychione ny duillag cummal',
1207 'tooltip-ca-edit'                 => 'Foddee oo reaghey yn duillag shoh. Crig er y chramman roie-haishbynys roish eh y hauail.',
1208 'tooltip-ca-addsection'           => 'Jean rheynn noa',
1209 'tooltip-ca-viewsource'           => "Ta'n duillag shoh fo ghlass. Foddee oo jeeagh er e bun.",
1210 'tooltip-ca-history'              => "Shenn aavriwnyssyn jeh'n duillag shoh",
1211 'tooltip-ca-protect'              => 'Coadee yn duillag shoh',
1212 'tooltip-ca-delete'               => 'Scryss y duillag shoh',
1213 'tooltip-ca-move'                 => 'Yn duillag y scughey',
1214 'tooltip-ca-watch'                => 'Cur y duillag shoh rish dty rolley arrey',
1215 'tooltip-ca-unwatch'              => 'Scughey y duillag shoh ass dty rolley arrey',
1216 'tooltip-search'                  => 'Ronsee {{SITENAME}}',
1217 'tooltip-search-go'               => 'Immee dys duillag as yn ennym cruinn shoh er, my vees eh ayn',
1218 'tooltip-search-fulltext'         => 'Ronsee ny duillagyn er son y teks shoh',
1219 'tooltip-p-logo'                  => 'Ard-ghuillag',
1220 'tooltip-n-mainpage'              => 'Cur keayrt er yn Ard-ghuillag',
1221 'tooltip-n-mainpage-description'  => 'Cur keayrt er yn ard-ghuillag',
1222 'tooltip-n-portal'                => "Mychione y çhalee, jean dty chooid share, c'raad reddyn dy feddyn",
1223 'tooltip-n-currentevents'         => 'Fow oayllys shaghadys fo chooishyn yn laa',
1224 'tooltip-n-recentchanges'         => "Rolley caghlaaghyn s'noa ayns y wiki.",
1225 'tooltip-n-randompage'            => 'Duillag gyn tort y laadey',
1226 'tooltip-n-help'                  => 'Boayl gys feddyn magh.',
1227 'tooltip-t-whatlinkshere'         => 'Rolley dagh ooilley ghuillag wiki ta kianglt rish shoh',
1228 'tooltip-t-recentchangeslinked'   => "Caghlaaghyn s'noa er ny duillagyn ta kianglt rish y duillag shoh",
1229 'tooltip-feed-rss'                => "Beaghey RSS da'n duillag shoh",
1230 'tooltip-feed-atom'               => "Beaghey Atom da'n duillag shoh",
1231 'tooltip-t-contributions'         => 'Jeeagh er cohortyssyn yn ymmydeyr shoh',
1232 'tooltip-t-emailuser'             => "Cur post-L da'n ymmydeyr shoh",
1233 'tooltip-t-upload'                => 'Laadey neese coadanyn',
1234 'tooltip-t-specialpages'          => 'Rolley dagh ooilley ghuillag er lheh',
1235 'tooltip-t-print'                 => "Lhieggan so-chlou jeh'n duillag shoh",
1236 'tooltip-t-permalink'             => 'Kiangley beayn da aavriwnys ny duillag shoh',
1237 'tooltip-ca-nstab-main'           => 'Jeeagh er duillag y chummal',
1238 'tooltip-ca-nstab-user'           => 'Jeeagh er duillag yn ymmydeyr',
1239 'tooltip-ca-nstab-special'        => "She duillag er lheh t'ayn; cha nod oo reaghey y duillag hene",
1240 'tooltip-ca-nstab-project'        => 'Jeeagh er duillag y halee',
1241 'tooltip-ca-nstab-image'          => 'Jeeagh er duillag y choadan',
1242 'tooltip-ca-nstab-mediawiki'      => 'Jeeagh er çhaghteraght y chorys',
1243 'tooltip-ca-nstab-template'       => 'Jeeagh er y clowan',
1244 'tooltip-ca-nstab-help'           => 'Jeeagh er duillag y chooney',
1245 'tooltip-ca-nstab-category'       => 'Jeeagh er duillag y ronney',
1246 'tooltip-minoredit'               => 'She myn-arraghey eh shoh',
1247 'tooltip-save'                    => 'Sauail dty chaghlaaghyn',
1248 'tooltip-preview'                 => 'Roie-haishbyney ny caghlaaghyn ayd; jannoo ymmyd jeh roish sauail, my saillt!',
1249 'tooltip-diff'                    => 'Taishbyn caghlaaghyn y teks ta jeant ayd.',
1250 'tooltip-compareselectedversions' => 'Jeeagh er ny caghlaaghyn eddyr y daa lhieggan reiht y ghuillag shoh.',
1251 'tooltip-watch'                   => 'Cur y duillag shoh rish dty rolley arrey',
1252 'tooltip-rollback'                => 'Ta "aahogherys" rassey dagh cohoyrtys yn ymmydeyr s\'jerree da\'n duillag shoh.',
1253 'tooltip-undo'                    => "Ta \"rassey\" cur y reaghey shoh er ash as t'eh fosley yn form reaghee ayns mod roie-haishbynys.<br />
1254 T'eh lhiggey da oyr y chur 'sy ghiare-choontey.",
1255
1256 # Attribution
1257 'anonymous' => '{{PLURAL:$1|Ymmeyder|Ymmeyderny}} neuenmyssit dy {{SITENAME}}',
1258 'siteuser'  => 'ymmydeyr {{SITENAME}} $1',
1259 'others'    => 'sleih elley',
1260 'siteusers' => '{{PLURAL:$2|Ymmydeyr|Ymmydeyryn}} ec {{SITENAME}} $1',
1261
1262 # Info page
1263 'infosubtitle' => 'Oayllys da duillag',
1264
1265 # Math options
1266 'mw_math_png' => 'Jean PNG dagh ooilley hraa',
1267
1268 # Math errors
1269 'math_syntax_error' => 'Co-ordrail marranagh',
1270
1271 # Patrol log
1272 'patrol-log-auto' => '(seyr-obbragh)',
1273 'patrol-log-diff' => 'caghlaa $1',
1274
1275 # Browsing diffs
1276 'previousdiff' => '← Y caghlaa ny shinney',
1277 'nextdiff'     => 'Y caghlaa ny snoa →',
1278
1279 # Media information
1280 'widthheightpage'      => '$1×$2, $3 {{PLURAL:$3|duillag|duillagyn}}',
1281 'file-info-size'       => '$1 × {{PLURAL:$2|$2 pixel|$2 phixel|$2 phixel|$2 pixelyn}}, mooadys y choadan: $3, sorçh MIME: $4',
1282 'file-nohires'         => '<small>Cha nel jeeskeaylley ny smoo ry-gheddyn.</small>',
1283 'svg-long-desc'        => 'coadan SVG, $1 × {{PLURAL:$2|$2 pixel|$2 phixel|$2 phixel|$2 pixelyn}} dy ennymagh, mooadys y choadan: $3',
1284 'show-big-image'       => 'Jeeskeaylley ymlane',
1285 'show-big-image-thumb' => '<small>Mooadys y roie-haishbynys shoh: $1 × {{PLURAL:$2|$2 pixel|$2 phixel|$2 phixel|$2 pixelyn}}</small>',
1286
1287 # Special:NewFiles
1288 'newimages'    => 'Laaragh coadanyn noa',
1289 'showhidebots' => '($1 botyn)',
1290 'ilsubmit'     => 'Ronsee',
1291 'bydate'       => 'rere date',
1292
1293 # Bad image list
1294 'bad_image_list' => "Shoh yn aght:
1295
1296 Cha nel agh meeryn ayns rolley (linnaghyn as * ec y toshiaght) ta goll er smooinaghtyn er.
1297 Shegin da'n chied chiangley er linney ve ny chiangley da drogh choadan.
1298 Kianglaghyn eiyrtyssagh erbee er yn linney shoh, t'ad goll er loaghtey myr lhimmaghyn, shen gra, duillagyn as ta'n coadan ayns-linney, foddee.",
1299
1300 # Metadata
1301 'metadata'          => 'Metadata',
1302 'metadata-help'     => "Ta'n coadan shoh goaill tooilley oayllys stiagh, currit veih'n shamraig bun-earrooagh ny yn scanreyder as eh ymmydit dys y coadan y chroo ny y yannoo bun-earrooagh, foddee.<br />
1303 My vel y coadan ceaghlit veih'n chummey bunneydagh, foddee nagh beagh mynphoyntyn ennagh cohoilshaghey yn coadan ceaghlit.",
1304 'metadata-expand'   => 'Taishbyn ny sonreeaghtyn sheeynt',
1305 'metadata-collapse' => 'Follee ny sonreeaghtyn sheeynt',
1306 'metadata-fields'   => "Bee magheryn metafysseree EXIF er y rolley 'sy çhaghteraght shoh currit er taishbynys duillag y jalloo nar ta taabyl ny metafysseree fillit.<br />
1307 Bee adsyn elley follit dy seyr-obbragh.<br />
1308 * make
1309 * model
1310 * datetimeoriginal
1311 * exposuretime
1312 * fnumber
1313 * isospeedratings
1314 * focallength",
1315
1316 # EXIF tags
1317 'exif-imagewidth'       => 'Lheead',
1318 'exif-imagelength'      => 'Yrjid',
1319 'exif-ycbcrpositioning' => 'Soie Y as C',
1320 'exif-xresolution'      => 'Cruinnys co-chruinnagh',
1321 'exif-yresolution'      => 'Cruinnys pontreilagh',
1322 'exif-resolutionunit'   => 'Unnid chruinnys X as Y',
1323 'exif-imagedescription' => 'Ennym y chochaslys',
1324 'exif-make'             => 'Jeantagh y hamraig',
1325 'exif-artist'           => 'Ughtar',
1326 'exif-copyright'        => 'Shellooder y choip-chiart',
1327 'exif-fnumber'          => 'Earroo F',
1328 'exif-flash'            => 'Çhenney',
1329 'exif-gpslatitude'      => 'Dowan-lheead',
1330 'exif-gpslongitude'     => 'Dowan-liurid',
1331 'exif-gpsaltitude'      => 'Yrdjid',
1332 'exif-gpstimestamp'     => 'Am GPS (clag breneenagh)',
1333 'exif-gpsspeedref'      => 'Unnid vieauid',
1334 'exif-gpsdatestamp'     => 'Date GPS',
1335
1336 'exif-unknowndate' => 'Date gyn enney',
1337
1338 'exif-subjectdistance-value' => '$1 meteryn',
1339
1340 'exif-meteringmode-0'   => 'Gyn enney',
1341 'exif-meteringmode-1'   => 'Mean',
1342 'exif-meteringmode-255' => 'Elley',
1343
1344 'exif-lightsource-0' => 'Gyn enney',
1345
1346 'exif-focalplaneresolutionunit-2' => 'oarleeyn',
1347
1348 'exif-sensingmethod-1' => 'Neuenmyssit',
1349
1350 'exif-scenecapturetype-1' => 'Reayrt çheerey',
1351 'exif-scenecapturetype-2' => 'Cochaslys',
1352 'exif-scenecapturetype-3' => 'Reayrtys oie',
1353
1354 'exif-gaincontrol-0' => 'Veg',
1355
1356 'exif-contrast-1' => 'Bog',
1357 'exif-contrast-2' => 'Creoi',
1358
1359 'exif-sharpness-1' => 'Bog',
1360 'exif-sharpness-2' => 'Creoi',
1361
1362 # Pseudotags used for GPSSpeedRef
1363 'exif-gpsspeed-k' => "Kilometeryn 'syn oor",
1364 'exif-gpsspeed-m' => "Meeillaghyn 'syn oor",
1365
1366 # External editor support
1367 'edit-externally'      => 'Reaghey yn coadan shoh lesh sheeyntagh mooie',
1368 'edit-externally-help' => 'Jeeagh er [http://www.mediawiki.org/wiki/Manual:External_editors saraghyn soiaghey seose] son tooilley oayllys.',
1369
1370 # 'all' in various places, this might be different for inflected languages
1371 'recentchangesall' => 'yn clane',
1372 'imagelistall'     => 'yn clane',
1373 'watchlistall2'    => 'yn clane',
1374 'namespacesall'    => 'yn clane',
1375 'monthsall'        => 'yn clane',
1376
1377 # Delete conflict
1378 'recreate' => 'Aachroo',
1379
1380 # action=purge
1381 'confirm_purge_button' => 'OK',
1382
1383 # Multipage image navigation
1384 'imgmultigo' => 'Gow!',
1385
1386 # Table pager
1387 'table_pager_first'        => 'Yn chied duillag',
1388 'table_pager_last'         => "Yn duillag s'jerree",
1389 'table_pager_limit_submit' => 'Gow',
1390 'table_pager_empty'        => 'Gyn eiyrtys',
1391
1392 # Auto-summaries
1393 'autosumm-new' => 'Duillag crooit lesh: $1',
1394
1395 # Watchlist editor
1396 'watchlistedit-numitems'      => 'Ta {{PLURAL:$1|1 ard-ennym|$1 ard-enmyn}} ayns dty rolley arrey, magh voish duillagyn resoonaght.',
1397 'watchlistedit-noitems'       => 'Cha nel ard-enmyn ayns dty rolley arrey.',
1398 'watchlistedit-normal-title'  => 'Rolley arrey y reaghey',
1399 'watchlistedit-normal-legend' => 'Enmyn y scughey ass y rolley arrey',
1400 'watchlistedit-normal-submit' => 'Enmyn y scughey',
1401 'watchlistedit-normal-done'   => 'Va {{PLURAL:$1|1 ard-ennym|$1 ard-enmyn}} scrysst ass dty rolley arrey:',
1402 'watchlistedit-raw-titles'    => 'Enmyn:',
1403
1404 # Watchlist editing tools
1405 'watchlisttools-view' => 'Jeeagh er caghlaaghyn bentynagh',
1406 'watchlisttools-edit' => 'Jeeagh er as reaghey yn rolley arrey',
1407 'watchlisttools-raw'  => 'Reaghey aw-rolley arrey',
1408
1409 # Special:Version
1410 'version'                  => 'Lhieggan',
1411 'version-specialpages'     => 'Duillagyn er lheh',
1412 'version-other'            => 'Elley',
1413 'version-version'          => '(Lhieggan $1)',
1414 'version-license'          => 'Kiedoonys',
1415 'version-software-version' => 'Lhieggan',
1416
1417 # Special:FilePath
1418 'filepath-page' => 'Coadan:',
1419
1420 # Special:FileDuplicateSearch
1421 'fileduplicatesearch-filename' => 'Ennym y choadan:',
1422 'fileduplicatesearch-submit'   => 'Ronsee',
1423
1424 # Special:SpecialPages
1425 'specialpages'                   => 'Duillagyn er lheh',
1426 'specialpages-group-maintenance' => 'Coontaghyn meansal',
1427 'specialpages-group-other'       => 'Duillagyn elley er lheh',
1428 'specialpages-group-login'       => 'Log stiagh / croo coontys',
1429 'specialpages-group-users'       => 'Ymmydeyryn as kiartyn',
1430
1431 # Special:Tags
1432 'tags-edit' => 'reaghey',
1433
1434 );