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