{"id":8066,"date":"2018-09-19T04:07:01","date_gmt":"2018-09-19T04:07:01","guid":{"rendered":"https:\/\/mickgb.com\/?p=8066"},"modified":"2023-11-23T17:23:10","modified_gmt":"2023-11-23T17:23:10","slug":"colaiste-na-rinne","status":"publish","type":"post","link":"https:\/\/mickgb.com\/en\/colaiste-na-rinne\/","title":{"rendered":"Col\u00e1iste \u00a0na  Rinne"},"content":{"rendered":"[et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;section&#8221; _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_row admin_label=&#8221;row&#8221; _builder_version=&#8221;4.16&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text admin_label=&#8221;Text&#8221; _builder_version=&#8221;4.16&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; global_colors_info=&#8221;{}&#8221;]<p style=\"text-align: center; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><strong><span style=\"color: #000000; font-size: 24pt;\"><\/span><\/strong><\/p>\n<p><!-- \/wp:post-content --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"color: #000000; font-size: 14pt;\"><span style=\"color: #222222; font-size: 14pt;\"><span style=\"font-size: 14pt;\"><script type=\"text\/javascript\" >\r\nvar cab={\r\n\r\n\turlStart: \"https:\/\/www.teanglann.ie\",\r\n\r\n\tclickify: function ($n) {\r\n\t\tvar $=jQuery;\r\n\t\tif(!$n) $n=$(document);\r\n\t\tif(!$n.jquery) $n=$($n);\r\n\t\tfor(var y=0; y<$n.toArray().length; y++){\r\n\t\t\tvar n=$n.toArray()[y];\r\n\t\t\tthis.cleanTuairisc(n);\r\n\t\t\tfor(var i=0; i<n.childNodes.length; i++) {\r\n\t\t\t\tnode=n.childNodes[i];\r\n\t\t\t\tif(node.nodeType==1 && node.nodeName!=\"a\" && node.nodeName!=\"A\") {\r\n\t\t\t\t\tnosplit=$(node).hasClass(\"nosplit\");\r\n\t\t\t\t\tthis.clickify(node);\r\n\t\t\t\t}\r\n\t\t\t\telse if(node.nodeType==3 && $.trim(node.nodeValue)!=\"\") {\r\n\t\t\t\t\tvar replace=document.createElement(\"span\");\r\n\t\t\t\t\treplace.innerHTML=this.clickifyText(node.nodeValue);\r\n\t\t\t\t\tn.replaceChild(replace, node);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\t\r\n\tclickifyText: function(str) {\r\n\t\tvar ret=\"\";\r\n\t\tvar buffer=\"\";\r\n\t\tfor(var i=0; i<str.length; i++) {\r\n\t\t\tvar c=str.charAt(i);\r\n\t\t\tif(\"a\u00e1bcde\u00e9fghi\u00edjklmno\u00f3pqrstu\u00favwxyzA\u00c1BCDE\u00c9FGHI\u00cdJKLMNO\u00d3PQRSTU\u00daVWXYZ'\u2019-\".indexOf(c)>-1) {\r\n\t\t\t\tbuffer+=c;\r\n\t\t\t} else {\r\n\t\t\t\tif(buffer!=\"\") { ret+=this.text2click(buffer); buffer=\"\"; }\r\n\t\t\t\tret+=c;\r\n\t\t\t}\r\n\t\t}\r\n\t\tif(buffer!=\"\") { ret+=this.text2click(buffer); buffer=\"\"; }\r\n\t\treturn ret;\r\n\t},\r\n\t\r\n\ttext2click: function(str) {\r\n\t\tvar s=\"<span\";\r\n\t\ts+=\" style=\\\"cursor: pointer\\\"\";\r\n\t\ts+=\" onmouseover=\\\"this.style.color='#993300'; this.style.textDecoration='underline'\\\"\";\r\n\t\ts+=\" onmouseout=\\\"this.style.color=''; this.style.textDecoration=''\\\"\";\r\n\t\ts+=\" onclick=\\\"cab.lexclick(this)\\\"\";\r\n\t\ts+=\">\"\r\n\t\ts+=str;\r\n\t\ts+=\"<\/span>\";\r\n\t\treturn s;\r\n\t},\r\n\t\r\n\tcleanTuairisc: function(n){\r\n\t\tvar $=jQuery;\r\n\r\n\t\t\/\/remove Tuairisc.ie <span class=\"s1\"> etc:\r\n\t\t$(n).children(\"span.s2\").each(function(){ $(this).replaceWith(this.innerHTML); })\r\n\t\t$(n).children(\"span.s1\").each(function(){ $(this).replaceWith(this.innerHTML); })\r\n\t\t\r\n\t\t\/\/merge text nodes:\r\n\t\tvar prevNode;\r\n\t\tfor(var i=0; i<n.childNodes.length; i++) {\r\n\t\t\tvar node=n.childNodes[i];\r\n\t\t\tif(node.nodeType==3 && prevNode && prevNode.nodeType==3){\r\n\t\t\t\tprevNode.nodeValue+=node.nodeValue;\r\n\t\t\t\tnode.nodeValue=\"\";\r\n\t\t\t} else {\r\n\t\t\t\tprevNode=node;\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\t\r\n\tlexclickOrigin: 0,\r\n\t\r\n\tlexclick: function(a){\r\n\t\tvar $=jQuery;\r\n\t\tvar str=a.innerText;\r\n\t\tclean=str.replace(\/^\\s*\/, \"\").replace(\/\\s*$\/, \"\");\r\n\t\tvar url=cab.urlStart+\"\/ga\/?s=\"+encodeURIComponent(clean)+\"&quickie=true\";\r\n\t\t$(\"body\").off(\"click\", cab.lexclickOff);\r\n\t\tif($(\"body\").width()>450) {\r\n\t\t\t$(\"#lexclick\").remove();\r\n\t\t\tvar $a=$(a);\r\n\t\t\t{\r\n\t\t\t\tvar leftOffset=$a.offset().left;\r\n\t\t\t\tvar className=\"\";\r\n\t\t\t}\r\n\t\t\tif(leftOffset>$(\"body\").width()\/2) {\r\n\t\t\t\tleftOffset=leftOffset-280;\r\n\t\t\t\tvar className=\"rightAnchored\";\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\tvar css=\"position: absolute; z-index: 100; width: 300px; height: 370px; background-color: #dddddd; border: 1px solid #333333; padding: 5px; box-shadow: 0px 0px 5px #999999; border-radius: 2px; line-height: 1.5em;\";\r\n\t\t\tvar cssArrow=\"position: absolute; top: -9px; left: 10px; width: 15px; height: 9px; background-image: url(\\\"\"+cab.urlStart+\"\/cab\/lexclick-callout.gif\\\"); z-index: 101;\";\r\n\t\t\tif(className==\"rightAnchored\") cssArrow+=\" left: auto; right: 10px;\"\r\n\t\t\t\r\n\t\t\t$(\"<div id='lexclick' class='\"+className+\"' style='\"+css+\"; line-height: 1em;' onclick='cab.lexclickOrigin=123'><div class='arrow' style='\"+cssArrow+\"'><\/div><iframe name='lexclickFrame' style='width: 298px; height: 348px; border: 1px inset #333333;' src='\"+url+\"' frameborder='0'><\/iframe><div style='font-family: sans-serif; font-size: 12px; text-align: left; margin-top: 3px;'><a href='\"+url+\"' target='_blank' style='color: #336699; text-decoration: none; position: relative; top: -3px; text-shadow: 1px 1px 0px #eeeeee;' onmouseover='this.style.color=\\\"#4477aa\\\"' onmouseout='this.style.color=\\\"#336699\\\"'><img src='\"+cab.urlStart+\"\/cab\/application.png' width='16' height='16' style='position: relative; top: 3px; margin-right: 2px; margin-left: 2px;'\/> www.teanglann.ie \u00bb<\/a><\/div><\/div>\").appendTo(\"body\").offset({top: $a.offset().top+$a.height()+10, left: leftOffset});\r\n\t\t\tcab.lexclickOrigin=123;\r\n\t\t\t$(\"body\").on(\"click\", cab.lexclickOff);\r\n\t\t} else {\r\n\t\t\twindow.open(url);\r\n\t\t}\r\n\t},\r\n\r\n\tlexclickOff: function(){\r\n\t\tvar $=jQuery;\r\n\t\tif(cab.lexclickOrigin==0) {\r\n\t\t\t$(\"#lexclick\").remove();\r\n\t\t\t$(\"body\").off(\"click\", cab.lexclickOff);\r\n\t\t}\r\n\t\tcab.lexclickOrigin=0;\r\n\t},\r\n\t\r\n};\r\n\t\t\t<\/script>\r\n\r\n<script type=\"text\/javascript\">jQuery(document).ready(function(){ cab.clickify(); });<\/script><\/span><\/span> Gan amhras ar bith, ceapann a l\u00e1n daoine go bhfuil na Gaeltachta\u00ed go l\u00e9ir in Iarthar na h\u00c9ireann. \u00a0Agus c\u00e9 go bhfuil an chuid is m\u00f3 de na Gaeltachta\u00ed san Iarthar, t\u00e1 dh\u00e1 Ghaeltacht bheaga in oirthear na t\u00edre! \u00a0T\u00e1 ceann amh\u00e1in i gContae na M\u00ed agus an ceann eile i gContae Phort L\u00e1irge. Is Gaeltacht neamhghn\u00e1ch \u00ed Gaeltacht na M\u00ed, mar sna tr\u00edochaid\u00ed sa ch\u00e9ad seo <\/span><span style=\"color: #000000; font-size: 14pt;\">chaite, \u00a0shocraigh<\/span><span style=\"color: #000000; font-size: 14pt;\"> Rialtas na h\u00c9ireann ar <\/span><span style=\"color: #000000; font-size: 14pt;\">ch\u00fapla<\/span><span style=\"color: #000000; font-size: 14pt;\"> baile i gContae na M\u00ed a \u00fas\u00e1id le teaghlaigh fheirmeoireachta \u00f3 Ghaeltacht Chonamara a shocr\u00fa iontu. Gaeltacht an-speisialta is ea Gaeltacht na nD\u00e9ise agus t\u00e1 can\u00faint Gaeilge na Mumhan, Gaoluinn na nD\u00e9ise, labhartha ann. \u00a0Is iascaireacht tr\u00e1cht\u00e1la an pr\u00edomhthionscal sa cheantar m\u00e1guaird. Is cuid de stair <\/span><span style=\"color: #000000; font-size: 14pt;\">coitianta<\/span><span style=\"color: #000000; font-size: 14pt;\"> na nGaeltachta\u00ed \u00e9 sin.<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"color: #000000; font-size: 14pt;\">T\u00e1 oideachas tr\u00ed mhe\u00e1n na Gaeilge le f\u00e1il iontu, \u00f3 Bhunscoil go Me\u00e1nscoil, agus t\u00e1 s\u00e9 sin an-t\u00e1bhachtach do chaomhn\u00fa na teanga!<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"color: #000000; font-size: 14pt;\">Ghlac Col\u00e1iste na Rinne r\u00f3l l\u00e1rnach sa chaomhn\u00fa sin, le fada. \u00a0Buna\u00edodh an Col\u00e1iste sin i 1905, agus is cuid th\u00e1bhachtach \u00e9 sa r\u00f3l sin. \u00a0Seachas Col\u00e1iste na Rinne, is d\u00f3cha nach mbeadh Gaeltacht ann ar chor ar bith! <\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"color: #000000; font-size: 14pt;\">Ach t\u00e1 Gaeltacht na nD\u00e9ise faoi bhl\u00e1th, n\u00ed <\/span><span style=\"color: #000000; font-size: 14pt;\">hamh\u00e1in<\/span><span style=\"color: #000000; font-size: 14pt;\"> sa teanga, ach sa chult\u00far go l\u00e9ir \u2013 litr\u00edocht, ceol, agus damhsa san \u00e1ireamh! \u00a0T\u00e1 Gaelchult\u00far beo sl\u00e1n sna D\u00e9ise!<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"color: #000000; font-size: 14pt;\">Agus t\u00e1 an Ghaeltacht seo in aici le Cill Chainnigh, sa l\u00e1 at\u00e1 inniu ann, leis na b\u00f3tharbhealaigh iontacha at\u00e1 againn. \u00a0N\u00ed th\u00f3gann s\u00e9 i bhfad tiom\u00e1int \u00f3 Chill Chainnigh go dt\u00ed an Ghaeltacht seo! T\u00e1 siopa\u00ed agus bialanna agus be\u00e1ranna sa Ghaeltacht sin agus t\u00e1 ar do chumas a bheith ag caint as Gaeilge sna gn\u00f3lachta\u00ed sin! \u00a0Is m\u00f3r an sp\u00f3rt triail a bhaint as sin, caithfidh m\u00e9 a r\u00e1! Is iontach an l\u00e1 faoin t\u00edr \u00e9!<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"color: #000000; font-size: 14pt;\">T\u00e1 an Ghaeltacht in aice le D\u00fan Garbh\u00e1n, agus t\u00e1 an-t\u00f3ir ag turas\u00f3ir\u00ed ar an \u00e1it seo.<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"color: #000000; font-size: 14pt;\">T\u00e1 a l\u00e1n c\u00farsa\u00ed Gaeilge ar si\u00fal i gCol\u00e1iste na Rinne, chomh maith le himeachta\u00ed cult\u00fartha! \u00a0T\u00e1 naisc \u00fas\u00e1ideacha le f\u00e1il ar an leathanach gr\u00e9as\u00e1in:<\/span><a href=\"http:\/\/www.anrinn.com\/\"><span style=\"color: #000000; font-size: 14pt;\"> <\/span><span style=\"color: #1155cc; font-size: 14pt;\">www.anrinn.com<\/span><\/a><span style=\"color: #000000; font-size: 14pt;\">.<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"color: #000000; font-size: 14pt;\">D\u2019fhreastail m\u00e9 f\u00e9in ar thumch\u00farsa sa Chol\u00e1iste le dh\u00e1 bhliain anuas, ar feadh coic\u00edse gach uair. \u00a0T\u00e1 tr\u00ed leibh\u00e9il oideachais ar f\u00e1il &#8211; do thosaitheoir\u00ed, <\/span><span style=\"color: #000000; font-size: 14pt;\">d\u2019f<\/span><span style=\"color: #000000; font-size: 14pt;\">h<\/span><span style=\"color: #000000; font-size: 14pt;\">eabhsaitheoir\u00ed<\/span><span style=\"color: #000000; font-size: 14pt;\">, agus do dhaoine ar chaighde\u00e1n ard. \u00a0T\u00e1 measc\u00e1n de ranganna, imeachta\u00ed cult\u00fartha, agus tura<\/span><span style=\"color: #000000; font-size: 14pt;\">i<\/span><span style=\"color: #000000; font-size: 14pt;\">s, sna c\u00farsa\u00ed seo. T\u00e1 f\u00edse\u00e1n iontach ar l\u00edne a thaispe\u00e1nann blas an ch\u00farsa, agus a chuireann t\u00fa in aithne do na daoine a d\u2019fhreastail ar ch\u00farsa na bliana seo. \u00a0Is iontach go deo \u00e9ags\u00falacht na scol\u00e1ir\u00ed, mar i dteannta na n\u00c9ireannach, tagann daoine as t\u00edortha eile, ar n\u00f3s <\/span><span style=\"color: #000000; font-size: 14pt;\">Sasana, Meirice\u00e1<\/span><span style=\"color: #000000; font-size: 14pt;\">, an Astr\u00e1il, an R\u00fais, an Ghearm\u00e1in agus an tSeap\u00e1in. T\u00e1 t\u00fa in ann l\u00f3ist\u00edn a fh\u00e1il m\u00e1s mian leat fanacht sa Ghaeltacht le linn an ch\u00farsa. \u00a0Gach maidin, b\u00edonn ranganna ar si\u00fal, agus caithfidh m\u00e9 a r\u00e1 go bhfuil na m\u00fainteoir\u00ed ar fheabhas! Gach tr\u00e1thn\u00f3na, b\u00edonn imeachta\u00ed \u00e9ags\u00fala ar si\u00fal. L\u00e1 amh\u00e1in, b\u00edonn t\u00fa ag rotha\u00edocht ar Rian Glas na nD\u00e9ise, agus l\u00e1 eile t\u00e9ann t\u00fa ar thuras go <\/span><span style=\"color: #000000; font-size: 14pt;\">hInis<\/span><span style=\"color: #000000; font-size: 14pt;\"> Pic! L\u00e1 eile, b\u00edonn t\u00fa ar thuras an \u2018Dungarvan Brewing Company\u2019, agus l\u00e1 eile f\u00f3s, itheann t\u00fa ar\u00e1n \u00farbhac\u00e1ilte ag \u2018Barron\u2019s Bakery and Coffee House\u2019. \u00a0N\u00edl deireadh riamh leis an \u00e9ags\u00falacht!! <\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"color: #000000; font-size: 14pt;\">Bhuail m\u00e9 le daoine an-suimi\u00fala ag an d\u00e1 ch\u00farsa ar fhreastail m\u00e9 orthu<\/span><span style=\"color: #000000; font-size: 14pt;\">,\u00a0agus d\u2019fh\u00e1s nasc speisialta eadrainn mar bh\u00ed an sprioc ch\u00e9anna againn, de bharr \u00e1r sp\u00e9is i dteanga agus i gcult\u00far na h\u00c9ireann. \u00a0T\u00e1 m\u00e9 f\u00f3s i dteagmh\u00e1il le roinnt mhaith de na scol\u00e1ir\u00ed sin.<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"color: #000000; font-size: 14pt;\">I ndeireadh na d\u00e1la, m\u00e1 t\u00e1 gr\u00e1 agat don Ghaeilge agus m\u00e1 dh\u00e9anann t\u00fa beag\u00e1n taighde maidir le c\u00farsa\u00ed agus imeachta\u00ed at\u00e1 ar si\u00fal sa Chol\u00e1iste, n\u00ed bheadh a fhios agat beo cad a gheof\u00e1! \u00a0T\u00e1 an t-\u00e1dh dearg orainn go bhfuil institi\u00faid oideachais agus cult\u00fair den scoth mar sin i mb\u00e9al an dorais againn!<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 10pt; padding-bottom: 0; line-height: 1.38;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><\/p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]","protected":false},"excerpt":{"rendered":"<p><script type=\"text\/javascript\" >\r\nvar cab={\r\n\r\n\turlStart: \"https:\/\/www.teanglann.ie\",\r\n\r\n\tclickify: function ($n) {\r\n\t\tvar $=jQuery;\r\n\t\tif(!$n) $n=$(document);\r\n\t\tif(!$n.jquery) $n=$($n);\r\n\t\tfor(var y=0; y<$n.toArray().length; y++){\r\n\t\t\tvar n=$n.toArray()[y];\r\n\t\t\tthis.cleanTuairisc(n);\r\n\t\t\tfor(var i=0; i<n.childNodes.length; i++) {\r\n\t\t\t\tnode=n.childNodes[i];\r\n\t\t\t\tif(node.nodeType==1 && node.nodeName!=\"a\" && node.nodeName!=\"A\") {\r\n\t\t\t\t\tnosplit=$(node).hasClass(\"nosplit\");\r\n\t\t\t\t\tthis.clickify(node);\r\n\t\t\t\t}\r\n\t\t\t\telse if(node.nodeType==3 && $.trim(node.nodeValue)!=\"\") {\r\n\t\t\t\t\tvar replace=document.createElement(\"span\");\r\n\t\t\t\t\treplace.innerHTML=this.clickifyText(node.nodeValue);\r\n\t\t\t\t\tn.replaceChild(replace, node);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\t\r\n\tclickifyText: function(str) {\r\n\t\tvar ret=\"\";\r\n\t\tvar buffer=\"\";\r\n\t\tfor(var i=0; i<str.length; i++) {\r\n\t\t\tvar c=str.charAt(i);\r\n\t\t\tif(\"a\u00e1bcde\u00e9fghi\u00edjklmno\u00f3pqrstu\u00favwxyzA\u00c1BCDE\u00c9FGHI\u00cdJKLMNO\u00d3PQRSTU\u00daVWXYZ'\u2019-\".indexOf(c)>-1) {\r\n\t\t\t\tbuffer+=c;\r\n\t\t\t} else {\r\n\t\t\t\tif(buffer!=\"\") { ret+=this.text2click(buffer); buffer=\"\"; }\r\n\t\t\t\tret+=c;\r\n\t\t\t}\r\n\t\t}\r\n\t\tif(buffer!=\"\") { ret+=this.text2click(buffer); buffer=\"\"; }\r\n\t\treturn ret;\r\n\t},\r\n\t\r\n\ttext2click: function(str) {\r\n\t\tvar s=\"<span\";\r\n\t\ts+=\" style=\\\"cursor: pointer\\\"\";\r\n\t\ts+=\" onmouseover=\\\"this.style.color='#993300'; this.style.textDecoration='underline'\\\"\";\r\n\t\ts+=\" onmouseout=\\\"this.style.color=''; this.style.textDecoration=''\\\"\";\r\n\t\ts+=\" onclick=\\\"cab.lexclick(this)\\\"\";\r\n\t\ts+=\">\"\r\n\t\ts+=str;\r\n\t\ts+=\"<\/span>\";\r\n\t\treturn s;\r\n\t},\r\n\t\r\n\tcleanTuairisc: function(n){\r\n\t\tvar $=jQuery;\r\n\r\n\t\t\/\/remove Tuairisc.ie <span class=\"s1\"> etc:\r\n\t\t$(n).children(\"span.s2\").each(function(){ $(this).replaceWith(this.innerHTML); })\r\n\t\t$(n).children(\"span.s1\").each(function(){ $(this).replaceWith(this.innerHTML); })\r\n\t\t\r\n\t\t\/\/merge text nodes:\r\n\t\tvar prevNode;\r\n\t\tfor(var i=0; i<n.childNodes.length; i++) {\r\n\t\t\tvar node=n.childNodes[i];\r\n\t\t\tif(node.nodeType==3 && prevNode && prevNode.nodeType==3){\r\n\t\t\t\tprevNode.nodeValue+=node.nodeValue;\r\n\t\t\t\tnode.nodeValue=\"\";\r\n\t\t\t} else {\r\n\t\t\t\tprevNode=node;\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\t\r\n\tlexclickOrigin: 0,\r\n\t\r\n\tlexclick: function(a){\r\n\t\tvar $=jQuery;\r\n\t\tvar str=a.innerText;\r\n\t\tclean=str.replace(\/^\\s*\/, \"\").replace(\/\\s*$\/, \"\");\r\n\t\tvar url=cab.urlStart+\"\/ga\/?s=\"+encodeURIComponent(clean)+\"&quickie=true\";\r\n\t\t$(\"body\").off(\"click\", cab.lexclickOff);\r\n\t\tif($(\"body\").width()>450) {\r\n\t\t\t$(\"#lexclick\").remove();\r\n\t\t\tvar $a=$(a);\r\n\t\t\t{\r\n\t\t\t\tvar leftOffset=$a.offset().left;\r\n\t\t\t\tvar className=\"\";\r\n\t\t\t}\r\n\t\t\tif(leftOffset>$(\"body\").width()\/2) {\r\n\t\t\t\tleftOffset=leftOffset-280;\r\n\t\t\t\tvar className=\"rightAnchored\";\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\tvar css=\"position: absolute; z-index: 100; width: 300px; height: 370px; background-color: #dddddd; border: 1px solid #333333; padding: 5px; box-shadow: 0px 0px 5px #999999; border-radius: 2px; line-height: 1.5em;\";\r\n\t\t\tvar cssArrow=\"position: absolute; top: -9px; left: 10px; width: 15px; height: 9px; background-image: url(\\\"\"+cab.urlStart+\"\/cab\/lexclick-callout.gif\\\"); z-index: 101;\";\r\n\t\t\tif(className==\"rightAnchored\") cssArrow+=\" left: auto; right: 10px;\"\r\n\t\t\t\r\n\t\t\t$(\"<div id='lexclick' class='\"+className+\"' style='\"+css+\"; line-height: 1em;' onclick='cab.lexclickOrigin=123'><div class='arrow' style='\"+cssArrow+\"'><\/div><iframe name='lexclickFrame' style='width: 298px; height: 348px; border: 1px inset #333333;' src='\"+url+\"' frameborder='0'><\/iframe><div style='font-family: sans-serif; font-size: 12px; text-align: left; margin-top: 3px;'><a href='\"+url+\"' target='_blank' style='color: #336699; text-decoration: none; position: relative; top: -3px; text-shadow: 1px 1px 0px #eeeeee;' onmouseover='this.style.color=\\\"#4477aa\\\"' onmouseout='this.style.color=\\\"#336699\\\"'><img src='\"+cab.urlStart+\"\/cab\/application.png' width='16' height='16' style='position: relative; top: 3px; margin-right: 2px; margin-left: 2px;'\/> www.teanglann.ie \u00bb<\/a><\/div><\/div>\").appendTo(\"body\").offset({top: $a.offset().top+$a.height()+10, left: leftOffset});\r\n\t\t\tcab.lexclickOrigin=123;\r\n\t\t\t$(\"body\").on(\"click\", cab.lexclickOff);\r\n\t\t} else {\r\n\t\t\twindow.open(url);\r\n\t\t}\r\n\t},\r\n\r\n\tlexclickOff: function(){\r\n\t\tvar $=jQuery;\r\n\t\tif(cab.lexclickOrigin==0) {\r\n\t\t\t$(\"#lexclick\").remove();\r\n\t\t\t$(\"body\").off(\"click\", cab.lexclickOff);\r\n\t\t}\r\n\t\tcab.lexclickOrigin=0;\r\n\t},\r\n\t\r\n};\r\n\t\t\t<\/script>\r\n\r\n<script type=\"text\/javascript\">jQuery(document).ready(function(){ cab.clickify(); });<\/script> Gan amhras ar bith, ceapann a l\u00e1n daoine go bhfuil na Gaeltachta\u00ed go l\u00e9ir in Iarthar na h\u00c9ireann. \u00a0Agus c\u00e9 go bhfuil an chuid is m\u00f3 de na Gaeltachta\u00ed san Iarthar, t\u00e1 dh\u00e1 Ghaeltacht bheaga in oirthear na t\u00edre! \u00a0T\u00e1 ceann amh\u00e1in i gContae na M\u00ed agus an ceann eile i gContae Phort [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":6850,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"nf_dc_page":"","_et_pb_use_builder":"on","_et_pb_old_content":"<!-- wp:freeform --><p style=\"text-align:center;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><strong><span style=\"color:#000000;font-size:24pt\"><\/span><\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:center;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><strong><span style=\"color:#000000;font-size:24pt\">&emsp;&emsp;<\/span><span style=\"color:#000000;font-size:24pt\">&nbsp;\u00a0<\/span><\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:10pt;padding-bottom:0;line-height:1.38\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><strong><span style=\"color:#000000;font-size:14pt\"> <\/span><\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:10pt;padding-bottom:0;line-height:1.38\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:center;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><strong><span style=\"color:#000000;font-size:18pt\">Saothar Mhich\u00edl<\/span><\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:10pt;padding-bottom:0;line-height:1.38\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"color:#000000;font-size:14pt\">Tabharfaidh t\u00fa faoi deara gurbh \u00e9 Miche\u00e1l a chum an p\u00edosa seo leanas d<\/span><span style=\"color:#000000;font-size:14pt\">\u00fa<\/span><span style=\"color:#000000;font-size:14pt\">inn<\/span><span style=\"color:#000000;font-size:14pt\">\u2026..<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"color:#000000;font-size:14pt\"> Gan amhras ar bith, ceapann a l\u00e1n daoine go bhfuil na Gaeltachta\u00ed go l\u00e9ir in Iarthar na h\u00c9ireann. \u00a0Agus c\u00e9 go bhfuil an chuid is m\u00f3 de na Gaeltachta\u00ed san Iarthar, t\u00e1 dh\u00e1 Ghaeltacht bheaga in oirthear na t\u00edre! \u00a0T\u00e1 ceann amh\u00e1in i gContae na M\u00ed agus an ceann eile i gContae Phort L\u00e1irge.  Is Gaeltacht neamhghn\u00e1ch \u00ed Gaeltacht na M\u00ed, mar sna tr\u00edochaid\u00ed sa ch\u00e9ad seo <\/span><span style=\"color:#000000;font-size:14pt\">chaite, \u00a0shocraigh<\/span><span style=\"color:#000000;font-size:14pt\"> Rialtas na h\u00c9ireann ar <\/span><span style=\"color:#000000;font-size:14pt\">ch\u00fapla<\/span><span style=\"color:#000000;font-size:14pt\"> baile i gContae na M\u00ed a \u00fas\u00e1id le teaghlaigh fheirmeoireachta \u00f3 Ghaeltacht Chonamara a shocr\u00fa iontu.  Gaeltacht an-speisialta is ea Gaeltacht na nD\u00e9ise agus t\u00e1 can\u00faint Gaeilge na Mumhan, Gaoluinn na nD\u00e9ise, labhartha ann. \u00a0Is iascaireacht tr\u00e1cht\u00e1la an pr\u00edomhthionscal sa cheantar m\u00e1guaird.  Is cuid de stair <\/span><span style=\"color:#000000;font-size:14pt\">coitianta<\/span><span style=\"color:#000000;font-size:14pt\"> na nGaeltachta\u00ed \u00e9 sin.<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"color:#000000;font-size:14pt\">T\u00e1 oideachas tr\u00ed mhe\u00e1n na Gaeilge le f\u00e1il iontu, \u00f3 Bhunscoil go Me\u00e1nscoil, agus t\u00e1 s\u00e9 sin an-t\u00e1bhachtach do chaomhn\u00fa na teanga!<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"color:#000000;font-size:14pt\">Ghlac Col\u00e1iste na Rinne r\u00f3l l\u00e1rnach sa chaomhn\u00fa sin, le fada. \u00a0Buna\u00edodh an Col\u00e1iste sin i 1905, agus is cuid th\u00e1bhachtach \u00e9 sa r\u00f3l sin. \u00a0Seachas Col\u00e1iste na Rinne, is d\u00f3cha nach mbeadh Gaeltacht ann ar chor ar bith! <\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"color:#000000;font-size:14pt\">Ach t\u00e1 Gaeltacht na nD\u00e9ise faoi bhl\u00e1th, n\u00ed <\/span><span style=\"color:#000000;font-size:14pt\">hamh\u00e1in<\/span><span style=\"color:#000000;font-size:14pt\"> sa teanga, ach sa chult\u00far go l\u00e9ir \u2013 litr\u00edocht, ceol, agus damhsa san \u00e1ireamh! \u00a0T\u00e1 Gaelchult\u00far beo sl\u00e1n sna D\u00e9ise!<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"color:#000000;font-size:14pt\">Agus t\u00e1 an Ghaeltacht seo in aici le Cill Chainnigh, sa l\u00e1 at\u00e1 inniu ann, leis na b\u00f3tharbhealaigh iontacha at\u00e1 againn. \u00a0N\u00ed th\u00f3gann s\u00e9 i bhfad tiom\u00e1int \u00f3 Chill Chainnigh go dt\u00ed an Ghaeltacht seo!  T\u00e1 siopa\u00ed agus bialanna agus be\u00e1ranna sa Ghaeltacht sin agus t\u00e1 ar do chumas a bheith ag caint as Gaeilge sna gn\u00f3lachta\u00ed sin! \u00a0Is m\u00f3r an sp\u00f3rt triail a bhaint as sin, caithfidh m\u00e9 a r\u00e1!  Is iontach an l\u00e1 faoin t\u00edr \u00e9!<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"color:#000000;font-size:14pt\">T\u00e1 an Ghaeltacht in aice le D\u00fan Garbh\u00e1n, agus t\u00e1 an-t\u00f3ir ag turas\u00f3ir\u00ed ar an \u00e1it seo.<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"color:#000000;font-size:14pt\">T\u00e1 a l\u00e1n c\u00farsa\u00ed Gaeilge ar si\u00fal i gCol\u00e1iste na Rinne, chomh maith le himeachta\u00ed cult\u00fartha! \u00a0T\u00e1 naisc \u00fas\u00e1ideacha le f\u00e1il ar an leathanach gr\u00e9as\u00e1in:<\/span><a href=\"http:\/\/www.anrinn.com\/\"><span style=\"color:#000000;font-size:14pt\"> <\/span><span style=\"color:#1155CC;font-size:14pt\">www.anrinn.com<\/span><\/a><span style=\"color:#000000;font-size:14pt\">.<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"color:#000000;font-size:14pt\">D\u2019fhreastail m\u00e9 f\u00e9in ar thumch\u00farsa sa Chol\u00e1iste le dh\u00e1 bhliain anuas, ar feadh coic\u00edse gach uair. \u00a0T\u00e1 tr\u00ed leibh\u00e9il oideachais ar f\u00e1il - do thosaitheoir\u00ed, <\/span><span style=\"color:#000000;font-size:14pt\">d\u2019f<\/span><span style=\"color:#000000;font-size:14pt\">h<\/span><span style=\"color:#000000;font-size:14pt\">eabhsaitheoir\u00ed<\/span><span style=\"color:#000000;font-size:14pt\">, agus do dhaoine ar chaighde\u00e1n ard. \u00a0T\u00e1 measc\u00e1n de ranganna, imeachta\u00ed cult\u00fartha, agus tura<\/span><span style=\"color:#000000;font-size:14pt\">i<\/span><span style=\"color:#000000;font-size:14pt\">s, sna c\u00farsa\u00ed seo.   T\u00e1 f\u00edse\u00e1n iontach ar l\u00edne a thaispe\u00e1nann blas an ch\u00farsa, agus a chuireann t\u00fa in aithne do na daoine a d\u2019fhreastail ar ch\u00farsa na bliana seo. \u00a0Is iontach go deo \u00e9ags\u00falacht na scol\u00e1ir\u00ed, mar i dteannta na n\u00c9ireannach, tagann daoine as t\u00edortha eile, ar n\u00f3s <\/span><span style=\"color:#000000;font-size:14pt\">Sasana,  Meirice\u00e1<\/span><span style=\"color:#000000;font-size:14pt\">, an Astr\u00e1il, an R\u00fais, an Ghearm\u00e1in agus an tSeap\u00e1in.  T\u00e1 t\u00fa in ann l\u00f3ist\u00edn a fh\u00e1il m\u00e1s mian leat fanacht sa Ghaeltacht le linn an ch\u00farsa. \u00a0Gach maidin, b\u00edonn ranganna ar si\u00fal, agus caithfidh m\u00e9 a r\u00e1 go bhfuil na m\u00fainteoir\u00ed ar fheabhas!  Gach tr\u00e1thn\u00f3na, b\u00edonn imeachta\u00ed \u00e9ags\u00fala ar si\u00fal.  L\u00e1 amh\u00e1in, b\u00edonn t\u00fa ag rotha\u00edocht ar Rian Glas na nD\u00e9ise, agus l\u00e1 eile t\u00e9ann t\u00fa ar thuras go <\/span><span style=\"color:#000000;font-size:14pt\">hInis<\/span><span style=\"color:#000000;font-size:14pt\"> Pic!  L\u00e1 eile, b\u00edonn t\u00fa ar thuras an \u2018Dungarvan Brewing Company\u2019, agus l\u00e1 eile f\u00f3s, itheann t\u00fa ar\u00e1n \u00farbhac\u00e1ilte ag \u2018Barron\u2019s Bakery and Coffee House\u2019. \u00a0N\u00edl deireadh riamh leis an \u00e9ags\u00falacht!!   <\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"color:#000000;font-size:14pt\">Bhuail m\u00e9 le daoine an-suimi\u00fala ag an d\u00e1 ch\u00farsa ar fhreastail m\u00e9 orthu<\/span><span style=\"color:#000000;font-size:14pt\">,\u00a0agus d\u2019fh\u00e1s nasc speisialta eadrainn mar bh\u00ed an sprioc ch\u00e9anna againn, de bharr \u00e1r sp\u00e9is i dteanga agus i gcult\u00far na h\u00c9ireann. \u00a0T\u00e1 m\u00e9 f\u00f3s i dteagmh\u00e1il le roinnt mhaith de na scol\u00e1ir\u00ed sin.<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"color:#000000;font-size:14pt\">I ndeireadh na d\u00e1la, m\u00e1 t\u00e1 gr\u00e1 agat don Ghaeilge agus m\u00e1 dh\u00e9anann t\u00fa beag\u00e1n taighde maidir le c\u00farsa\u00ed agus imeachta\u00ed at\u00e1 ar si\u00fal sa Chol\u00e1iste, n\u00ed bheadh a fhios agat beo cad a gheof\u00e1! \u00a0T\u00e1 an t-\u00e1dh dearg orainn go bhfuil institi\u00faid oideachais agus cult\u00fair den scoth mar sin i mb\u00e9al an dorais againn!<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:10pt;padding-bottom:0;line-height:1.38\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform -->","_et_gb_content_width":"","footnotes":""},"categories":[43,45],"tags":[],"class_list":["post-8066","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cursai-teanga","category-pearsanta"],"_links":{"self":[{"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/8066","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/comments?post=8066"}],"version-history":[{"count":4,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/8066\/revisions"}],"predecessor-version":[{"id":9638,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/8066\/revisions\/9638"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/media\/6850"}],"wp:attachment":[{"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/media?parent=8066"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/categories?post=8066"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/tags?post=8066"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}