Localisation updates for core messages from translatewiki.net (2009-09-13 20:30 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 'searchresulttext' => 'Son ny smoo oayllys mychione ronsaghtyn er {{SITENAME}}, jeeagh er [[{{MediaWiki:Helppage}}|{{int:help}}]].',
504 '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"]])',
505 'searchsubtitleinvalid' => "Ren oo ronsaght er '''$1'''",
506 'noexactmatch' => "'''Cha nel duillag lesh yn ennym \"\$1\".'''
507 Foddee oo [[:\$1|croo yn duillag shoh]].",
508 'noexactmatch-nocreate' => "'''Cha nel duillag ayn lesh yn enmys \"\$1\".'''",
509 'notitlematches' => 'Cha nel shen ennym ghuillag erbee',
510 'prevn' => '{{PLURAL:$1|$1}} roish shoh',
511 'nextn' => 'nah {{PLURAL:$1|$1}}',
512 'viewprevnext' => 'Jeeagh er ($1) ($2) ($3)',
513 'searchhelp-url' => 'Help:Cummal',
514 'searchprofile-project' => 'Duillagyn Coonee as Shalee',
515 'search-result-size' => "$1 ({{PLURAL:$2|1 fockle|$2 'ockle|$2ockle|$2 focklyn}})",
516 'search-result-score' => 'Bentynys: $1%',
517 'search-redirect' => '(aa-enmyssit ass $1)',
518 'search-section' => '(rheynn $1)',
519 'search-suggest' => "T'ou çheet er: $1",
520 'search-interwiki-caption' => 'Shuyr-haleeghyn',
521 'search-interwiki-default' => '{{PLURAL:$1|$1 eiyrtys|$1 eiyrtys|$1 eiyrtys|$1 eiyrtyssyn}}:',
522 'search-interwiki-more' => '(ny smoo)',
523 'search-mwsuggest-enabled' => 'lesh coyrle',
524 'search-mwsuggest-disabled' => 'gyn coyrle',
525 'search-relatedarticle' => 'Bentyn rish',
526 'mwsuggest-disable' => 'Lhiettal coyrle AJAX',
527 'searchrelated' => 'bentyn rish',
528 'searchall' => 'yn clane',
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-header' => 'Kieddagh:',
677 'license-nopreview' => '(Cha nel roie-haishbynys ry-gheddyn)',
678 'upload_source_file' => ' (coadan er dty cho-earrooder)',
679
680 # Special:ListFiles
681 'imgfile' => 'coadan',
682 'listfiles' => 'Rolley coadanyn',
683 'listfiles_date' => 'Date',
684 'listfiles_name' => 'Ennym',
685 'listfiles_user' => 'Ymmydeyr',
686 'listfiles_size' => 'Mooadys',
687 'listfiles_description' => 'Coontey',
688
689 # File description page
690 'file-anchor-link' => 'Coadan',
691 'filehist' => 'Shennaghys y choadan',
692 'filehist-help' => 'Crig er date/traa ennagh son dy ‘akin y coadan myr v’eh ec y traa shen.',
693 'filehist-deleteall' => 'scryss ooilley',
694 'filehist-deleteone' => 'scryss eh shoh',
695 'filehist-revert' => 'goll er ash',
696 'filehist-current' => 'bio',
697 'filehist-datetime' => 'Date/Am',
698 'filehist-thumb' => 'Ingin-ordaag',
699 'filehist-thumbtext' => "Ingin-ordaag da'n lhieggan shoh ec $1",
700 'filehist-user' => 'Ymmydeyr',
701 'filehist-dimensions' => 'Mooadyssyn',
702 'filehist-filesize' => 'Mooadys y choadan',
703 'filehist-comment' => 'Cohaggloo',
704 'imagelinks' => 'Kianglaghyn y choadan',
705 'linkstoimage' => 'Ta {{PLURAL:$1|ny $1 duillag|yn $1 duillag|ny $1 ghuillag|ny $1 duillagyn}} eiyrtyssagh kianglt lesh y coadan shoh:',
706 'nolinkstoimage' => 'Cha nel duillag erbee kianglt lesh y coadan shoh.',
707 'sharedupload' => "Ta'n coadan shoh çheet ass $1, as foddee dy beagh eh ymmydit ayns shaleeyn elley.",
708 'uploadnewversion-linktext' => "Laad neese lhieggan noa jeh'n choadan shoh",
709
710 # File reversion
711 'filerevert-comment' => 'Cohaggloo:',
712
713 # File deletion
714 'filedelete' => 'Scryss $1',
715 'filedelete-legend' => 'Scryss y coadan',
716 'filedelete-submit' => 'Scryss',
717 'filedelete-otherreason' => 'Fa elley/tooilley:',
718 'filedelete-reason-otherlist' => 'Oyr elley',
719 'filedelete-reason-dropdown' => '*Fa scryssey cadjin
720 ** Brishey choip-chiart
721 ** Coadan doobyl',
722
723 # MIME search
724 'mimesearch' => 'Sorçh MIME',
725 'mimetype' => 'sorçh MIME:',
726 'download' => 'laad neose',
727
728 # Unwatched pages
729 'unwatchedpages' => 'Duillagyn gyn arrey',
730
731 # List redirects
732 'listredirects' => 'Rolley duillagyn aa-enmyssit',
733
734 # Unused templates
735 'unusedtemplates' => 'Clowanyn neuymmydit',
736 'unusedtemplateswlh' => 'kianglaghyn elley',
737
738 # Random page
739 'randompage' => 'Duillag gyn tort',
740
741 # Random redirect
742 'randomredirect' => 'Aa-enmys gyn tort',
743
744 # Statistics
745 'statistics' => 'Staydraa',
746 'statistics-header-users' => 'Staydraa yn ymmydeyr',
747 'statistics-pages' => 'Duillagyn',
748
749 'disambiguations' => 'Duillagyn reddaghyn',
750
751 'doubleredirects' => 'Aa-enmyssyn dooblagh',
752
753 'brokenredirects' => 'Aa-enmyssyn brisht',
754 'brokenredirects-edit' => 'reaghey',
755 'brokenredirects-delete' => 'scryss',
756
757 'withoutinterwiki' => 'Duillagyn gyn kianglaghyn hengey',
758 'withoutinterwiki-legend' => 'Roie-ockle',
759 'withoutinterwiki-submit' => 'Taishbyney',
760
761 'fewestrevisions' => 'Duillagyn lesh y chooid by loo jeh dy chooilley arraghey',
762
763 # Miscellaneous special pages
764 'nbytes' => '$1 {{PLURAL:$1|byte|vyte|byte|byteyn}}',
765 'ncategories' => '$1 {{PLURAL:$1|ronney|ronnaghyn}}',
766 'nlinks' => '$1 {{PLURAL:$1|kiangley|chiangley|chiangley|kianglaghyn}}',
767 'nmembers' => '$1 {{PLURAL:$1|oltey|oltey|oltey|olteynyn}}',
768 'lonelypages' => 'Duillagyn treoghe',
769 'uncategorizedpages' => 'Duillagyn gyn ronney',
770 'uncategorizedcategories' => 'Ronnaghyn gyn ronney',
771 'uncategorizedimages' => 'Coadanyn gyn ronney',
772 'uncategorizedtemplates' => 'Clowanyn gyn ronney',
773 'unusedcategories' => 'Ronnaghyn neuymmydit',
774 'unusedimages' => 'Coadanyn neuymmydit',
775 'popularpages' => 'Duillagyn cadjin',
776 'wantedcategories' => 'Ronnaghyn ry-laccal',
777 'wantedpages' => 'Duillagyn ry-laccal',
778 'mostlinked' => 'Duillagyn as mooarane kianglaghyn daue',
779 'mostlinkedcategories' => 'Ronnaghyn as mooarane kianglaghyn daue',
780 'mostlinkedtemplates' => 'Clowanyn as mooarane kianglaghyn daue',
781 'mostcategories' => 'Duillagyn lesh ronnaghyn smoo',
782 'mostimages' => 'Coadanyn as mooarane kianglaghyn daue',
783 'mostrevisions' => 'Duillagyn lesh aavriwnyssyn smoo',
784 'prefixindex' => 'Dagh duillag lesh roie-ockle',
785 'shortpages' => 'Duillagyn giarey',
786 'longpages' => 'Duillagyn liauyr',
787 'deadendpages' => 'Duillagyn kione kyagh',
788 'protectedpages' => 'Duillagyn fo ghlass',
789 'protectedtitles' => 'Enmyn coadit',
790 'listusers' => 'Rolley ymmydeyryn',
791 'usercreated' => 'Crooit er $1 ec $2',
792 'newpages' => 'Duillagyn noa',
793 'newpages-username' => 'Ennym ymmydeyr:',
794 'ancientpages' => 'Duillagyn by hinney',
795 'move' => 'Scughey',
796 'movethispage' => 'Yn duillag shoh y scughey',
797 'pager-newer-n' => "{{PLURAL:$1|1 ny s'noa|$1 ny s'noa}}",
798 'pager-older-n' => '{{PLURAL:$1|1 ny shinney|$1 ny shinney}}',
799 'suppress' => 'Meehastid',
800
801 # Book sources
802 'booksources' => 'Bun-gheillyn lioar',
803 'booksources-search-legend' => 'Jean ronsaght er farraneyn lioar',
804 'booksources-go' => 'Gow',
805
806 # Special:Log
807 'specialloguserlabel' => 'Ymmydeyr:',
808 'speciallogtitlelabel' => 'Ennym:',
809 'log' => 'Lioaryn cooishyn',
810 'all-logs-page' => 'Dagh ooilley lioar chooishyn',
811
812 # Special:AllPages
813 'allpages' => 'Dagh ooilley ghuillag',
814 'alphaindexline' => '$1 gys $2',
815 'nextpage' => 'Yn chied duillag elley ($1)',
816 'prevpage' => 'Yn duillag roish ($1)',
817 'allpagesfrom' => 'Taishbyney duillagyn ta toshiaghey lesh:',
818 'allpagesto' => 'Taishbyney duillagyn ta jannoo jerrey lesh:',
819 'allarticles' => 'Dagh ooilley ghuillag',
820 'allpagessubmit' => 'Gow',
821 'allpagesprefix' => 'Taishbyney duillagyn lesh roie-ockle:',
822
823 # Special:Categories
824 'categories' => 'Ronnaghyn',
825 'special-categories-sort-count' => 'sorçhaghey rere coontey',
826 'special-categories-sort-abc' => 'sorçhaghey rere lettyr',
827
828 # Special:LinkSearch
829 'linksearch' => 'Kianglaghyn çheumooie',
830 'linksearch-ok' => 'Ronsaghey',
831
832 # Special:ListUsers
833 'listusers-submit' => 'Taishbyney',
834
835 # Special:Log/newusers
836 'newuserlogpage' => 'Lioar chooishyn ny h-ymmydeyryn noa',
837 'newuserlog-create-entry' => 'Ymmydeyr noa',
838
839 # Special:ListGroupRights
840 'listgrouprights-group' => 'Possan',
841 'listgrouprights-rights' => 'Kiartyn',
842 'listgrouprights-helppage' => 'Help:Kiartyn y phossan',
843 'listgrouprights-members' => '(rolley olteynyn)',
844
845 # E-mail user
846 'emailuser' => "Cur post-L da'n ymmydeyr shoh",
847 'emailfrom' => 'Veih:',
848 'emailto' => 'Da:',
849 'emailsubject' => 'Bun-chooish:',
850 'emailmessage' => 'Çhaghteraght:',
851 'emailsend' => 'Cur',
852 'emailccsubject' => 'Aascreeuyn dty haghteraght dys $1: $2',
853 'emailsent' => 'Post-L currit',
854 'emailsenttext' => 'Ta dty phost-L currit.',
855
856 # Watchlist
857 'watchlist' => 'My rolley arrey',
858 'mywatchlist' => 'My rolley arrey',
859 'watchlistfor' => "(son '''$1''')",
860 'watchnologin' => 'Cha nel oo loggit stiagh',
861 'addedwatch' => 'Currit rish y rolley arrey',
862 'addedwatchtext' => "Va'n duillag \"[[:\$1]]\" currit lesh dty [[Special:Watchlist|rolley arrey]].<br />
863 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]].",
864 'removedwatch' => 'Gowit ass y rolley arrey',
865 'removedwatchtext' => 'Va\'n duillag "[[:$1]]" gowit ass dty [[Special:Watchlist|rolley arrey]].',
866 'watch' => 'Freill arrey',
867 'watchthispage' => 'Freill arrey er y duillag shoh',
868 'unwatch' => 'Cur stap er arrey',
869 'unwatchthispage' => 'Cur stap er arrey',
870 'notanarticle' => 'Cha nel eh shoh ny ghuillag cummal',
871 'notvisiblerev' => "Va'n aavriwnys scryssit",
872 'watchlist-details' => 'Ta {{PLURAL:$1|$1 duillag|$1 duillag|$1 ghuillag|$1 duillagyn}} er dty rolley arrey, faagail magh duillagyn resoonaght.',
873 'watchlistcontains' => 'Ta $1 {{PLURAL:$1|duillag|duillagyn}} ayns dty rolley arrey.',
874 'wlshowlast' => "Taishbyney ny $1 ooryn $2 laaghyn $3 s'jerree",
875 'watchlist-options' => "Reihyn da'n rolley arrey",
876
877 # Displayed when you click the "watch" button and it is in the process of watching
878 'watching' => 'Jannoo arrey...',
879 'unwatching' => 'Stap y chur er arrey...',
880
881 'enotif_newpagetext' => 'She duillag noa eh shoh.',
882 'enotif_impersonal_salutation' => '{{SITENAME}} ymmydeyr',
883 'changed' => 'ceaghlit',
884 'created' => 'crooit',
885 'enotif_anon_editor' => 'ymmydeyr $1 neuenmyssit',
886 'enotif_body' => 'Y charrey,
887
888
889 Va\'n duilag $PAGETITLE er {{SITENAME}} $CHANGEDORCREATED er $PAGEEDITDATE liorish $PAGEEDITOR, jeeagh er $PAGETITLE_URL dys y lhieggan roie dy akin.
890
891 $NEWPAGE
892
893 Giare-choontey yn reagheyder: $PAGESUMMARY $PAGEMINOREDIT
894
895 Cur fys er y reagheyder:
896 post: $PAGEEDITOR_EMAIL
897 wiki: $PAGEEDITOR_WIKI
898
899 Cha bee fograghyn elley ayns cah caghlaaghyn elley agh ynrican my vel shiu er jeet dys y duillag shen.
900 Foddee shiu aajeshaghey bratteeyn ny fograghyn ry hoi dagh duillag er dty rolley arrey.
901
902 Dty chorys fograghyn caarjoil ec {{SITENAME}}
903
904 --
905 Dys kiartee dty rolley arrey y chaghlaa, cur keayrt er
906 {{fullurl:{{#special:Watchlist}}/edit}}
907
908 Aaveaghey as cooney s\'odjey:
909 {{fullurl:{{MediaWiki:Helppage}}}}',
910
911 # Delete
912 'deletepage' => 'Scryss y duillag',
913 'confirm' => 'Feeraghey',
914 'excontent' => "v'eh ny chummal na: '$1'",
915 'exblank' => "va'n duillag follym",
916 'delete-confirm' => 'Scryss "$1"',
917 'delete-legend' => 'Scryss',
918 'historywarning' => 'Raaue: Ta shennaghys ec y duillag ta shiu er-chee scryssey magh:',
919 'confirmdeletetext' => 'Ta shiu er-çhee scryssey magh duillag myrane lesh y shennaghys eck.<br />
920 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]].',
921 'actioncomplete' => 'Obbraghey creaghnit',
922 'deletedtext' => 'Ta "<nowiki>$1</nowiki>" scrysst.<br />
923 Jeeagh er $2 son recortys ny scryssaghyn magh jeianagh.',
924 'deletedarticle' => '"[[$1]]" scryssit',
925 'dellogpage' => 'Lioar scryssaghyn magh',
926 'deletecomment' => 'Fa son scryssey magh:',
927 'deleteotherreason' => 'Fa elley/tooilley:',
928 'deletereasonotherlist' => 'Fa elley',
929 'deletereason-dropdown' => '*Fa scryssey cadjin
930 ** Aghin yn ughtar
931 ** Brishey choip-chiart
932 ** Cragheydys',
933
934 # Rollback
935 'rollback_short' => 'Aaymmyd',
936 'rollbacklink' => 'aaymmyd',
937 'editcomment' => "V'eh \"''\$1''\" giare-choontys y reaghey.",
938
939 # Protect
940 'protectlogpage' => 'Lioar coadee',
941 'protectedarticle' => '"[[$1]]" glast',
942 'prot_1movedto2' => '[[$1]] aa-enmyssit myr [[$2]]',
943 'protectcomment' => 'Fa:',
944 'protectexpiry' => 'Jerrey:',
945 'protect-text' => "Foddee oo jeeagh er as arraghey yn rea choadee ayns shoh son y duillag '''<nowiki>$1</nowiki>'''.",
946 'protect-locked-access' => "Cha nel kied ec dty choontys dys arraghey cormidyn coadee.<br />
947 Shoh ny reaghaghyn roie da'n duillag '''$1''':",
948 'protect-default' => 'Lhig da dagh ymmydeyr',
949 'protect-fallback' => 'Ta feme er kied "$1" ayd',
950 'protect-level-autoconfirmed' => 'Cur ymmydeyryn noa as ymmydeyryn neu-recortit fo ghlass',
951 'protect-level-sysop' => 'Reireyderyn ynrican',
952 'protect-summary-cascade' => 'spooytey',
953 'protect-expiring' => 'jerrey jeant ec $1 (UTC)',
954 'protect-cascade' => "Cur fo ghlass ny duillagyn t'ayns y duillag shoh (coadee spooytal)",
955 'protect-cantedit' => 'Cha nod oo caghlaa keim choadey ny duillag shoh. Cha nel kied ayd ee y reaghey.',
956 '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',
957 'restriction-type' => 'Kied:',
958 'restriction-level' => 'Rea teorey:',
959
960 # Restrictions (nouns)
961 'restriction-edit' => 'Reaghey',
962 'restriction-move' => 'Scughey',
963 'restriction-create' => 'Croo',
964
965 # Restriction levels
966 'restriction-level-sysop' => 'lane glast',
967 'restriction-level-autoconfirmed' => 'lieh-ghlast',
968
969 # Undelete
970 'undelete' => 'Jeeagh er duillagyn scrysst',
971 'undeletepage' => 'Jeeagh er as cur er ash duillagyn scrysst',
972 'viewdeletedpage' => 'Jeeagh er duillagyn scrysst',
973 'undeletebtn' => 'Cur er ash',
974 'undeletelink' => 'jeeagh/cur er ash',
975 'undeletereset' => 'Aahoiaghey',
976 'undeletecomment' => 'Cohaggloo:',
977 'undeletedarticle' => '"[[$1]]" aahoiaghit',
978 'undelete-search-box' => 'Duillagyn scrysst y ronsaghey',
979 'undelete-search-submit' => 'Ronsaghey',
980
981 # Namespace form on various pages
982 'namespace' => 'Boayl-ennym:',
983 'invert' => 'Teiy y chur bun ry-skyn',
984 'blanknamespace' => '(Cadjin)',
985
986 # Contributions
987 'contributions' => 'Cohortyssyn ymmydeyr',
988 'contributions-title' => 'Cohortyssyn ymmydeyr liorish $1',
989 'mycontris' => 'My chohortyssyn',
990 'contribsub2' => 'Da $1 ($2)',
991 'uctop' => ' (baare)',
992 'month' => "Veih mee (as ny s'aa):",
993 'year' => "Veih blein (as ny s'aa):",
994
995 'sp-contributions-newbies' => 'Taishbyney cohortyssyn liorish coontyssyn noa ynrican',
996 'sp-contributions-newbies-sub' => 'Lesh coontyssyn noa',
997 'sp-contributions-blocklog' => 'Lioar chooishyn lhiettrimyssyn',
998 'sp-contributions-talk' => 'resoonaght',
999 'sp-contributions-userrights' => 'Reireydys kiartyn ymmydeyr',
1000 'sp-contributions-search' => 'Ronsaghey cohortyssyn',
1001 'sp-contributions-username' => 'Enmys IP ny ennym yn ymmydeyr:',
1002 'sp-contributions-submit' => 'Ronsaghey',
1003
1004 # What links here
1005 'whatlinkshere' => 'Cre ta kianglt lesh shoh',
1006 'whatlinkshere-title' => 'Duillagyn ta kianglt lesh $1',
1007 'whatlinkshere-page' => 'Duillag:',
1008 'linkshere' => "Ta ny kied duillagyn elley kianglt lesh '''[[:$1]]''':",
1009 'nolinkshere' => "Cha nel duillag erbee kianglt lesh '''[[:$1]]'''.",
1010 'isredirect' => 'duillag aa-enmyssit',
1011 'istemplate' => 'goaill stiagh',
1012 'isimage' => 'kiangley coadan',
1013 'whatlinkshere-prev' => '{{PLURAL:$1|roish|y $1 roish}}',
1014 'whatlinkshere-next' => '{{PLURAL:$1|y nah|y nah $1}}',
1015 'whatlinkshere-links' => '← kianglaghyn',
1016 'whatlinkshere-hideredirs' => 'duillagyn aa-enmyssit $1',
1017 'whatlinkshere-hidelinks' => 'kianglaghyn $1',
1018 'whatlinkshere-filters' => 'Shollaneyn',
1019
1020 # Block/unblock
1021 'blockip' => 'Ymmydeyr y ghlassey magh',
1022 'blockip-legend' => 'Ymmydeyr y ghlassey magh',
1023 'ipaddress' => 'Enmys IP / ennym yn ymmydeyr',
1024 'ipadressorusername' => 'Enmys IP ny ennym yn ymmydeyr:',
1025 'ipbexpiry' => 'Jerrey:',
1026 'ipbreason' => 'Fa:',
1027 'ipbreasonotherlist' => 'Fa elley',
1028 'ipbreason-dropdown' => '* Oyr glassey cadjin
1029 ** Inserting false information
1030 ** Removing content from pages
1031 ** Spamming links to external sites
1032 ** Inserting nonsense/gibberish into pages
1033 ** Intimidating behaviour/harassment
1034 ** Abusing multiple accounts
1035 * Oyr elley
1036 ** Ennym ymmydeyryn neuchooie
1037 ** Feyshtyn eddyr-wiki',
1038 'ipbanononly' => 'Ymmydeyryn neuenmyssit y ghlassey magh',
1039 'ipbcreateaccount' => 'Crooaght coontys y chumrail',
1040 'ipbsubmit' => 'Yn ymmydeyr shoh y ghlassey magh',
1041 'ipbother' => 'Mooad elley am:',
1042 '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',
1043 'ipbotheroption' => 'elley',
1044 'ipbotherreason' => 'Fa elley/tooilley:',
1045 'badipaddress' => 'Enmys IP gyn vree',
1046 'ipblocklist' => 'Rolley enmyssyn IP as enmyn ymmydeyr fo ghlass',
1047 'ipblocklist-username' => 'Ennym yn ymmydeyr ny enmys IP:',
1048 'ipblocklist-submit' => 'Ronsaghey',
1049 'infiniteblock' => 'neuyerrinagh',
1050 'createaccountblock' => 'crooaght coontys glasst',
1051 'blocklink' => 'glassey magh',
1052 'unblocklink' => 'foshley',
1053 'change-blocklink' => 'caghlaa glass',
1054 'contribslink' => 'cohortyssyn',
1055 'blocklogpage' => 'Cur lhiettrimys er lioar chooishyn',
1056 'block-log-flags-anononly' => 'ymmydeyryn neuenmyssit ynrican',
1057 'proxyblocksuccess' => 'Jeant.',
1058
1059 # Move page
1060 'move-page' => '$1 y scughey',
1061 'move-page-legend' => 'Duillag y scughey',
1062 'movearticle' => 'Duillag y scughey:',
1063 'movenologin' => 'Cha nel oo loggit stiagh',
1064 'newtitle' => 'Gys ard-ennym noa:',
1065 'move-watch' => 'Freill arrey er y duillag shoh',
1066 'movepagebtn' => 'Yn duillag y scughey',
1067 'pagemovedsub' => "Va'n scughey rahoil",
1068 'movepage-moved' => '<big>Va \'\'\'"$1" aa-enmyssit myr "$2"\'\'\'</big>',
1069 'articleexists' => 'Ta duillag ayn lesh yn ennym shen, ny ta ennym mee-chiart reiht ayd.<br />
1070 Reih ennym elley, my sailliu.',
1071 '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 />
1072 Jean covestey eddyr oc er laueyn, my sailliu.'''",
1073 'movedto' => 'aa-enmyssit myr',
1074 'movetalk' => 'Scughey yn duillag resoonaght ta cochianglt lesh',
1075 '1movedto2' => '[[$1]] aa-enmyssit myr [[$2]]',
1076 '1movedto2_redir' => 'va [[$1]] scughit dys [[$2]] harrish aaenmys',
1077 'movelogpage' => 'Lioar chooishyn y scughey',
1078 'movereason' => 'Fa',
1079 'revertmove' => 'goll er ash',
1080 'delete_and_move' => 'Scryss as scughey',
1081 'delete_and_move_confirm' => 'Ta, scryss magh y duillag',
1082
1083 # Export
1084 'export' => 'Assphurtal duillagyn',
1085 'export-submit' => 'Assphurtal',
1086 'export-download' => 'Sauail myr coadan',
1087
1088 # Namespace 8 related
1089 'allmessages' => 'Çhaghteraghtyn corys',
1090 'allmessagesname' => 'Ennym',
1091 'allmessagesdefault' => 'Teks cadjinit',
1092 'allmessagescurrent' => 'Teks roie',
1093
1094 # Thumbnails
1095 'thumbnail-more' => 'Mooadaghey',
1096 'filemissing' => 'Coadan ersooyl',
1097 'thumbnail_error' => 'Marranys ingin-ordaag y chroo: $1',
1098
1099 # Special:Import
1100 'import-comment' => 'Cohaggloo:',
1101 'importbadinterwiki' => 'Droghchiangley eddyrwiki',
1102 'importnotext' => 'Follym ny gyn teks',
1103
1104 # Import log
1105 'importlogpage' => 'Cur lioar chooishyn stiagh',
1106
1107 # Tooltip help for the actions
1108 'tooltip-pt-userpage' => 'My ghuillag ymmydeyr',
1109 'tooltip-pt-mytalk' => 'My ghuillag resoonaght',
1110 'tooltip-pt-preferences' => 'My hosheeaghtyn',
1111 'tooltip-pt-watchlist' => 'Rolley duillagyn ta er dty rolley arrey',
1112 'tooltip-pt-mycontris' => 'Rolley my chohortyssyn',
1113 'tooltip-pt-login' => 'Ta greinnaghey shiu loggal stiagh, cha nel eh anneydagh, ansherbee.',
1114 'tooltip-pt-logout' => 'Log magh',
1115 'tooltip-ca-talk' => 'Resoonaght mychione ny duillag cummal',
1116 'tooltip-ca-edit' => 'Foddee oo reaghey yn duillag shoh. Crig er y chramman roie-haishbynys roish eh y hauail.',
1117 'tooltip-ca-addsection' => 'Jean rheynn noa',
1118 'tooltip-ca-viewsource' => "Ta'n duillag shoh fo ghlass. Foddee oo jeeagh er e bun.",
1119 'tooltip-ca-history' => "Shenn aavriwnyssyn jeh'n duillag shoh",
1120 'tooltip-ca-protect' => 'Coadee yn duillag shoh',
1121 'tooltip-ca-delete' => 'Scryss y duillag shoh',
1122 'tooltip-ca-move' => 'Yn duillag y scughey',
1123 'tooltip-ca-watch' => 'Cur y duillag shoh lesh dty rolley arrey',
1124 'tooltip-ca-unwatch' => 'Scughey y duillag shoh ass dty rolley arrey',
1125 'tooltip-search' => '{{SITENAME}} y ronsaghey',
1126 'tooltip-search-go' => 'Immee dys duillag as yn ennym cruinn shoh er, my vees eh ayn',
1127 'tooltip-search-fulltext' => 'Ronsaghey ny duillagyn er son y teks shoh',
1128 'tooltip-p-logo' => 'Ard-ghuillag',
1129 'tooltip-n-mainpage' => 'Cur keayrt er yn Ard-ghuillag',
1130 'tooltip-n-portal' => "Mychione y çhalee, jean dty chooid share, c'raad reddyn dy feddyn",
1131 'tooltip-n-currentevents' => 'Fow oayllys shaghadys fo chooishyn yn laa',
1132 'tooltip-n-recentchanges' => "Rolley caghlaaghyn s'noa ayns y wiki.",
1133 'tooltip-n-randompage' => 'Duillag gyn tort y laadey',
1134 'tooltip-n-help' => 'Boayl gys feddyn magh.',
1135 'tooltip-t-whatlinkshere' => 'Rolley dagh ooilley ghuillag wiki ta kianglt lesh shoh',
1136 'tooltip-t-recentchangeslinked' => 'Caghlaaghyn noa er duillagyn ta kianglt lesh y duillag shoh',
1137 'tooltip-feed-rss' => "Beaghey RSS da'n duillag shoh",
1138 'tooltip-feed-atom' => "Beaghey Atom da'n duillag shoh",
1139 'tooltip-t-contributions' => 'Jeeagh er cohortyssyn yn ymmydeyr shoh',
1140 'tooltip-t-emailuser' => "Cur post-L da'n ymmydeyr shoh",
1141 'tooltip-t-upload' => 'Laadey neese coadanyn',
1142 'tooltip-t-specialpages' => 'Rolley dagh ooilley ghuillag er lheh',
1143 'tooltip-t-print' => "Lhieggan so-chlou jeh'n duillag shoh",
1144 'tooltip-t-permalink' => 'Kiangley beayn da aavriwnys ny duillag shoh',
1145 'tooltip-ca-nstab-main' => 'Jeeagh er duillag y chummal',
1146 'tooltip-ca-nstab-user' => 'Jeeagh er duillag yn ymmydeyr',
1147 'tooltip-ca-nstab-special' => "She duillag er lheh t'ayn; cha nod oo reaghey y duillag hene",
1148 'tooltip-ca-nstab-project' => 'Jeeagh er duillag y halee',
1149 'tooltip-ca-nstab-image' => 'Jeeagh er duillag y choadan',
1150 'tooltip-ca-nstab-mediawiki' => 'Jeeagh er çhaghteraght y chorys',
1151 'tooltip-ca-nstab-template' => 'Jeeagh er y clowan',
1152 'tooltip-ca-nstab-help' => 'Jeeagh er duillag y chooney',
1153 'tooltip-ca-nstab-category' => 'Jeeagh er duillag y ronney',
1154 'tooltip-minoredit' => 'She myn-arraghey eh shoh',
1155 'tooltip-save' => 'Sauail dty chaghlaaghyn',
1156 'tooltip-preview' => 'Roie-haishbyney ny caghlaaghyn ayd; jannoo ymmyd jeh roish sauail, my saillt!',
1157 'tooltip-diff' => 'Taishbyney caghlaaghyn y teks ta jeant ayd.',
1158 'tooltip-compareselectedversions' => 'Jeeagh er ny caghlaaghyn eddyr y daa lhieggan reiht y ghuillag shoh.',
1159 'tooltip-watch' => 'Cur y duillag shoh lesh dty rolley arrey',
1160 'tooltip-undo' => "Ta \"rassey\" cur y reaghey shoh er ash as t'eh fosley yn form reaghee ayns mod roie-haishbynys.<br />
1161 T'eh lhiggey da oyr y chur 'sy ghiare-choontey.",
1162
1163 # Attribution
1164 'anonymous' => '{{PLURAL:$1|Ymmeyder|Ymmeyderny}} neuenmyssit dy {{SITENAME}}',
1165 'siteuser' => 'ymmydeyr {{SITENAME}} $1',
1166 'others' => 'sleih elley',
1167 'siteusers' => '{{PLURAL:$2|Ymmydeyr|Ymmydeyryn}} ec {{SITENAME}} $1',
1168
1169 # Info page
1170 'infosubtitle' => 'Oayllys da duillag',
1171
1172 # Math options
1173 'mw_math_png' => 'Jean PNG dagh ooilley hraa',
1174
1175 # Math errors
1176 'math_syntax_error' => 'Co-ordrail marranagh',
1177
1178 # Patrol log
1179 'patrol-log-auto' => '(seyr-obbragh)',
1180
1181 # Browsing diffs
1182 'previousdiff' => '← Y caghlaa ny shinney',
1183 'nextdiff' => 'Y caghlaa ny snoa →',
1184
1185 # Media information
1186 'widthheightpage' => '$1×$2, $3 {{PLURAL:$3|duillag|duillagyn}}',
1187 'file-info-size' => '($1 × {{PLURAL:$2|$2 pixel|$2 phixel|$2 phixel|$2 pixelyn}}, mooadys y choadan: $3, sorçh MIME: $4)',
1188 'file-nohires' => '<small>Cha nel jeeskeaylley ny smoo ry-gheddyn.</small>',
1189 'svg-long-desc' => '(coadan SVG, $1 × {{PLURAL:$2|$2 pixel|$2 phixel|$2 phixel|$2 pixelyn}} dy ennymagh, mooadys y choadan: $3)',
1190 'show-big-image' => 'Jeeskeaylley ymlane',
1191 'show-big-image-thumb' => '<small>Mooadys y roie-haishbynys shoh: $1 × {{PLURAL:$2|$2 pixel|$2 phixel|$2 phixel|$2 pixelyn}}</small>',
1192
1193 # Special:NewFiles
1194 'newimages' => 'Laaragh coadanyn noa',
1195 'showhidebots' => '($1 botyn)',
1196 'ilsubmit' => 'Ronsaghey',
1197 'bydate' => 'rere date',
1198
1199 # Bad image list
1200 'bad_image_list' => "Shoh yn aght:
1201
1202 Cha nel agh meeryn ayns rolley (linnaghyn as * ec y toshiaght) ta goll er smooinaghtyn er.
1203 Shegin da'n chied chiangley er linney ve ny chiangley da drogh choadan.
1204 Kianglaghyn eiyrtyssagh erbee er yn linney shoh, t'ad goll er loaghtey myr lhimmaghyn, shen gra, duillagyn as ta'n coadan ayns-linney, foddee.",
1205
1206 # Metadata
1207 'metadata' => 'Metadata',
1208 '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 />
1209 My vel y coadan ceaghlit veih'n chummey bunneydagh, foddee nagh beagh mynphoyntyn ennagh cohoilshaghey yn coadan ceaghlit.",
1210 'metadata-expand' => 'Taishbyney ny mynphointyn sheeynt',
1211 'metadata-collapse' => 'Follaghey ny mynphointyn sheeynt',
1212 '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 />
1213 Bee adsyn elley follit dy seyr-obbragh.<br />
1214 * make
1215 * model
1216 * datetimeoriginal
1217 * exposuretime
1218 * fnumber
1219 * isospeedratings
1220 * focallength",
1221
1222 # EXIF tags
1223 'exif-imagewidth' => 'Lheead',
1224 'exif-imagelength' => 'Yrjid',
1225 'exif-ycbcrpositioning' => 'Soie Y as C',
1226 'exif-imagedescription' => 'Ennym y chochaslys',
1227 'exif-make' => 'Jeantagh y hamraig',
1228 'exif-artist' => 'Ughtar',
1229 'exif-copyright' => 'Shellooder y choip-chiart',
1230 'exif-fnumber' => 'Earroo F',
1231 'exif-flash' => 'Çhenney',
1232 'exif-gpslatitude' => 'Dowan-lheead',
1233 'exif-gpslongitude' => 'Dowan-liurid',
1234 'exif-gpsaltitude' => 'Yrdjid',
1235 'exif-gpstimestamp' => 'Am GPS (clag breneenagh)',
1236 'exif-gpsspeedref' => 'Unnid vieauid',
1237 'exif-gpsdatestamp' => 'Date GPS',
1238
1239 'exif-unknowndate' => 'Date gyn enney',
1240
1241 'exif-subjectdistance-value' => '$1 meteryn',
1242
1243 'exif-meteringmode-0' => 'Gyn enney',
1244 'exif-meteringmode-1' => 'Mean',
1245 'exif-meteringmode-255' => 'Elley',
1246
1247 'exif-lightsource-0' => 'Gyn enney',
1248
1249 'exif-focalplaneresolutionunit-2' => 'oarleeyn',
1250
1251 'exif-sensingmethod-1' => 'Neuenmyssit',
1252
1253 'exif-scenecapturetype-1' => 'Reayrt çheerey',
1254 'exif-scenecapturetype-2' => 'Cochaslys',
1255 'exif-scenecapturetype-3' => 'Reayrtys oie',
1256
1257 'exif-gaincontrol-0' => 'Veg',
1258
1259 'exif-contrast-1' => 'Bog',
1260 'exif-contrast-2' => 'Creoi',
1261
1262 'exif-sharpness-1' => 'Bog',
1263 'exif-sharpness-2' => 'Creoi',
1264
1265 # Pseudotags used for GPSSpeedRef
1266 'exif-gpsspeed-k' => "Kilometeryn 'syn oor",
1267 'exif-gpsspeed-m' => "Meeillaghyn 'syn oor",
1268
1269 # External editor support
1270 'edit-externally' => 'Reaghey yn coadan shoh lesh sheeyntagh mooie',
1271 'edit-externally-help' => 'Jeeagh er [http://www.mediawiki.org/wiki/Manual:External_editors saraghyn soiaghey seose] son tooilley oayllys.',
1272
1273 # 'all' in various places, this might be different for inflected languages
1274 'recentchangesall' => 'yn clane',
1275 'imagelistall' => 'yn clane',
1276 'watchlistall2' => 'yn clane',
1277 'namespacesall' => 'yn clane',
1278 'monthsall' => 'yn clane',
1279
1280 # Delete conflict
1281 'recreate' => 'Aachroo',
1282
1283 # action=purge
1284 'confirm_purge_button' => 'OK',
1285
1286 # Multipage image navigation
1287 'imgmultigo' => 'Gow!',
1288
1289 # Table pager
1290 'table_pager_first' => 'Yn chied duillag',
1291 'table_pager_last' => "Yn duillag s'jerree",
1292 'table_pager_limit_submit' => 'Gow',
1293 'table_pager_empty' => 'Gyn eiyrtys',
1294
1295 # Auto-summaries
1296 'autosumm-new' => 'Duillag crooit lesh: $1',
1297
1298 # Watchlist editor
1299 'watchlistedit-numitems' => 'Ta {{PLURAL:$1|1 ard-ennym|$1 ard-enmyn}} ayns dty rolley arrey, magh voish duillagyn resoonaght.',
1300 'watchlistedit-noitems' => 'Cha nel ard-enmyn ayns dty rolley arrey.',
1301 'watchlistedit-normal-title' => 'Rolley arrey y reaghey',
1302 'watchlistedit-normal-legend' => 'Enmyn y scughey ass y rolley arrey',
1303 'watchlistedit-normal-submit' => 'Enmyn y scughey',
1304 'watchlistedit-normal-done' => 'Va {{PLURAL:$1|1 ard-ennym|$1 ard-enmyn}} scrysst ass dty rolley arrey:',
1305 'watchlistedit-raw-titles' => 'Enmyn:',
1306
1307 # Watchlist editing tools
1308 'watchlisttools-view' => 'Jeeagh er caghlaaghyn bentynagh',
1309 'watchlisttools-edit' => 'Jeeagh er as reaghey yn rolley arrey',
1310 'watchlisttools-raw' => 'Reaghey aw-rolley arrey',
1311
1312 # Special:Version
1313 'version' => 'Lhieggan',
1314 'version-specialpages' => 'Duillagyn er lheh',
1315 'version-other' => 'Elley',
1316 'version-version' => '(Lhieggan $1)',
1317 'version-license' => 'Kiedoonys',
1318 'version-software-version' => 'Lhieggan',
1319
1320 # Special:FilePath
1321 'filepath-page' => 'Coadan:',
1322
1323 # Special:FileDuplicateSearch
1324 'fileduplicatesearch-filename' => 'Ennym y choadan:',
1325 'fileduplicatesearch-submit' => 'Ronsaghey',
1326
1327 # Special:SpecialPages
1328 'specialpages' => 'Duillagyn er lheh',
1329 'specialpages-group-maintenance' => 'Coontaghyn meansal',
1330 'specialpages-group-other' => 'Duillagyn elley er lheh',
1331 'specialpages-group-login' => 'Log stiagh / croo coontys',
1332 'specialpages-group-users' => 'Ymmydeyryn as kiartyn',
1333
1334 );