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