{"id":7324,"date":"2022-04-06T19:51:56","date_gmt":"2022-04-06T19:51:56","guid":{"rendered":"https:\/\/mickgb.com\/?p=7324"},"modified":"2023-11-23T00:53:46","modified_gmt":"2023-11-23T00:53:46","slug":"faoi-dheireadh-leithsceal","status":"publish","type":"post","link":"https:\/\/mickgb.com\/ga\/faoi-dheireadh-leithsceal\/","title":{"rendered":"Faoi dheireadh &#8211; Leithsc\u00e9al!"},"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.18.0&#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=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\"><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>B<\/span><span style=\"color: #222222; font-size: 14pt;\">ea<\/span><span style=\"color: #222222; font-size: 14pt;\">gnach bliain \u00f3 shin, scr\u00edobh m\u00e9 al<\/span><span style=\"color: #222222; font-size: 14pt;\">t <\/span><span style=\"color: #222222; font-size: 14pt;\">dar teideal \u201cAn fh\u00edrinne thrag\u00f3ideach <\/span><span style=\"color: #222222; font-size: 14pt;\">nochtaithe<\/span><span style=\"color: #222222; font-size: 14pt;\"> i gCeanada!\u201d<\/span><span style=\"color: #222222; font-size: 14pt;\"> San alt sin, <\/span><span style=\"color: #222222; font-size: 14pt;\">rinne m\u00e9 cur s\u00edos <\/span><span style=\"color: #222222; font-size: 14pt;\">ar an gcin\u00edochas<\/span><span style=\"color: #222222; font-size: 14pt;\"> uaf\u00e1sach <\/span><span style=\"color: #222222; font-size: 14pt;\">a rinne Rialtas <\/span><span style=\"color: #222222; font-size: 14pt;\">Cheanada in aghaidh na <\/span><span style=\"color: #222222; font-size: 14pt;\">mBund\u00fachasach<\/span><span style=\"color: #222222; font-size: 14pt;\"> <\/span><span style=\"color: #222222; font-size: 14pt;\">sa t\u00edr sin, maidir leis <\/span><span style=\"color: #222222; font-size: 14pt;\">na scoileanna c\u00f3na<\/span><span style=\"color: #222222; font-size: 14pt;\">ithe<\/span><span style=\"color: #222222; font-size: 14pt;\"> a bh\u00ed i bhfeidhm <\/span><span style=\"color: #222222; font-size: 14pt;\">\u00f3 1863 suas go dt\u00ed 1998<\/span><span style=\"color: #222222; font-size: 14pt;\">. <\/span><span style=\"color: #222222; font-size: 14pt;\">Le linn na tr\u00e9imhse sin, t\u00f3gadh n\u00edos m\u00f3 n\u00e1 150,000 leanbh \u00f3na dteaghlaigh agus cuireadh isteach sna scoileanna c\u00f3naithe iad. N\u00ed raibh cead ag na p\u00e1ist\u00ed a dteanga a labhairt n\u00f3 a gcult\u00far a chleachtadh. Tugadh droch\u00edde choirp agus intinne do go leor acu. Uaireanta, bh\u00edodh galair th\u00f3g\u00e1lacha cos\u00fail le heitinn as smacht, agus bh\u00edodh droch-choth\u00fa ar na dalta\u00ed go minic. D\u00e1 bharr sin, fuair go leor acu b\u00e1s.<\/span><span style=\"color: #222222; font-size: 14pt;\">\u00a0\u00a0<\/span><span style=\"color: #222222; font-size: 14pt;\">D\u2019eagair rialtas Ceanada Coimisi\u00fan F\u00edrinne agus Athmhuintearas i 2008, chun fiosr\u00fach\u00e1n a dh\u00e9anamh maidir leis na scoileanna c\u00f3naithe.<\/span><span style=\"color: #222222; font-size: 14pt;\">\u00a0\u00a0<\/span><span style=\"color: #222222; font-size: 14pt;\">Rinne an Coimisi\u00fan athbhreithni\u00fa cuimsitheach ar feadh s\u00e9 bliana agus d\u2019fhoilsigh siad a dtuairisc i 2015<\/span><span style=\"color: #222222; font-size: 14pt;\">. <\/span><span style=\"color: #222222; font-size: 14pt;\">Ba \u00e9 ceann <\/span><span style=\"color: #222222; font-size: 14pt;\">de phr\u00edomhthortha\u00ed<\/span><span style=\"color: #222222; font-size: 14pt;\"> an athbhreithnithe <\/span><span style=\"color: #222222; font-size: 14pt;\">\u00e9 <\/span><span style=\"color: #222222; font-size: 14pt;\">n\u00e1 gur tharla cinedh\u00edoth\u00fa cult\u00fartha forleathan in aghaidh na bpobal d\u00fachasach i gCeanada. <\/span><span style=\"color: #222222; font-size: 14pt;\"> <\/span><span style=\"color: #222222; font-size: 14pt;\">T\u00e1<\/span><span style=\"color: #222222; font-size: 14pt;\"> an Eaglais Chaitliceach freagrach as na hainghn\u00edomhartha a tharla s<\/span><span style=\"color: #222222; font-size: 14pt;\">n<\/span><span style=\"color: #222222; font-size: 14pt;\">a scoileanna a raibh s\u00ed i gceannas orthu<\/span><span style=\"color: #222222; font-size: 14pt;\"> <\/span><span style=\"color: #222222; font-size: 14pt;\">(<\/span><span style=\"color: #222222; font-size: 14pt;\">&#8211;<\/span><span style=\"color: #222222; font-size: 14pt;\">formh\u00f3r<\/span><span style=\"color: #222222; font-size: 14pt;\"> na scoileanna c\u00f3naithe i gCeanada<\/span><span style=\"color: #222222; font-size: 14pt;\">)<\/span><span style=\"color: #222222; font-size: 14pt;\">. <\/span><span style=\"color: #222222; font-size: 14pt;\">Ghabh ceannair\u00ed na n-eaglais\u00ed eile<\/span><span style=\"color: #222222; font-size: 14pt;\"> (an Eaglais Anglac\u00e1nach, <\/span><span style=\"color: #222222; font-size: 14pt;\">an <\/span><span style=\"color: #222222; font-size: 14pt;\">Eaglais Phreispit\u00e9ireach<\/span><span style=\"color: #222222; font-size: 14pt;\"> agus an Eaglais Aontaithe <\/span><span style=\"color: #222222; font-size: 14pt;\">i gCeanada<\/span><span style=\"color: #222222; font-size: 14pt;\">)<\/span><span style=\"color: #222222; font-size: 14pt;\"> chomh maith le Rialtas na t\u00edre leithsc\u00e9al<\/span><span style=\"color: #222222; font-size: 14pt;\">ta<\/span><span style=\"color: #222222; font-size: 14pt;\"> foirmi\u00fal<\/span><span style=\"color: #222222; font-size: 14pt;\">a<\/span><span style=\"color: #222222; font-size: 14pt;\"> as <\/span><span style=\"color: #222222; font-size: 14pt;\">na ruda\u00ed uaf\u00e1sacha a tharla <\/span><span style=\"color: #222222; font-size: 14pt;\">sna scoileanna a raibh siad i gceannas orthu<\/span><span style=\"color: #222222; font-size: 14pt;\">. <\/span><span style=\"color: #222222; font-size: 14pt;\">In ainneoin gur iarr an Coimisi\u00fan <\/span><span style=\"color: #222222; font-size: 14pt;\">agus Pr\u00edomh-Aire na t\u00edre Justin Trudeau, <\/span><span style=\"color: #222222; font-size: 14pt;\">ar an bP\u00e1pa Proinsias leithsc\u00e9al a ghabh\u00e1il ar son na hEaglaise, n\u00edor ghabh s\u00e9 leithsc\u00e9al foirmi\u00fail as an r\u00f3l l\u00e1rnach a bh\u00ed ag an Eaglais sna scoileanna c\u00f3naithe.<\/span><span style=\"color: #222222; font-size: 14pt;\">\u00a0\u00a0<\/span><\/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: 2.4;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/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: 2.4;\"><strong><span style=\"color: #222222; font-size: 14pt;\">Leithsc\u00e9al \u00f3 chro\u00ed<\/span><\/strong><\/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: 2.4;\"><span style=\"color: #222222; font-size: 14pt;\">D\u2019athraigh gach rud <\/span><span style=\"color: #222222; font-size: 14pt;\">ar na mallaibh <\/span><span style=\"color: #222222; font-size: 14pt;\">nuair a <\/span><span style=\"color: #222222; font-size: 14pt;\">thug <\/span><span style=\"color: #222222; font-size: 14pt;\">ionadaithe <\/span><span style=\"color: #222222; font-size: 14pt;\">b<\/span><span style=\"color: #222222; font-size: 14pt;\">und\u00fachasacha cuairt ar an bP\u00e1pa <\/span><span style=\"color: #222222; font-size: 14pt;\">ag imp\u00ed air leithsc\u00e9al a ghabh\u00e1il agus <\/span><span style=\"color: #222222; font-size: 14pt;\">gealltanas a fh\u00e1il <\/span><span style=\"color: #222222; font-size: 14pt;\">an \u00e9ag\u00f3ir <\/span><span style=\"color: #222222; font-size: 14pt;\">sin a ch\u00faiteamh ar son <\/span><span style=\"color: #222222; font-size: 14pt;\">na hEaglaise Caitlic\u00ed<\/span><span style=\"color: #222222; font-size: 14pt;\">.<\/span><span style=\"color: #222222; font-size: 14pt;\">\u00a0\u00a0<\/span><span style=\"color: #222222; font-size: 14pt;\">D<\/span><span style=\"color: #222222; font-size: 14pt;\">\u2019\u00e9ist an P\u00e1pa <\/span><span style=\"color: #222222; font-size: 14pt;\">Proinsias go haireach <\/span><span style=\"color: #222222; font-size: 14pt;\">leis na sc\u00e9alta <\/span><span style=\"color: #222222; font-size: 14pt;\">ar inis <\/span><span style=\"color: #222222; font-size: 14pt;\">ionadaithe M\u00e9tis, Inuit agus <\/span><span style=\"color: #222222; font-size: 14pt;\">an Ch\u00e9id N\u00e1isi\u00fain d\u00f3<\/span><span style=\"color: #222222; font-size: 14pt;\">. Bh\u00ed taith\u00ed phearsanta ag cuid acu <\/span><span style=\"color: #222222; font-size: 14pt;\">a th\u00e1inig tr\u00ed <\/span><span style=\"color: #222222; font-size: 14pt;\">fhor\u00e9igean na scoileanna c\u00f3naithe<\/span><span style=\"color: #222222; font-size: 14pt;\"> i gCeanada. <\/span><span style=\"color: #222222; font-size: 14pt;\">Chuaigh na sc\u00e9alta <\/span><span style=\"color: #222222; font-size: 14pt;\">go m\u00f3r <\/span><span style=\"color: #222222; font-size: 14pt;\">i gcion ar<\/span><span style=\"color: #222222; font-size: 14pt;\"> an bP\u00e1pa, gan dabht, agus faoi dheireadh, tar \u00e9is na <\/span><span style=\"color: #222222; font-size: 14pt;\">m<\/span><span style=\"color: #222222; font-size: 14pt;\">blianta fada ag cur br\u00fa a<\/span><span style=\"color: #222222; font-size: 14pt;\">r an bP\u00e1pa Benedict agus ansin ar an bP\u00e1pa Proinsias, fuair siad <\/span><span style=\"color: #222222; font-size: 14pt;\">leithsc\u00e9al <\/span><span style=\"color: #222222; font-size: 14pt;\">\u00f3<\/span><span style=\"color: #222222; font-size: 14pt;\"> chro\u00ed \u00f3n bP\u00e1pa ar son na hEaglaise <\/span><span style=\"color: #222222; font-size: 14pt;\">Caitlic\u00ed<\/span><span style=\"color: #222222; 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: 2.4;\"><span style=\"color: #222222; font-size: 14pt;\">\u201c<\/span><span style=\"color: #222222; font-size: 14pt;\">T\u00e1 n\u00e1ire orm <\/span><span style=\"color: #222222; font-size: 14pt;\">\u2013<\/span><span style=\"color: #222222; font-size: 14pt;\"> <\/span><span style=\"color: #222222; font-size: 14pt;\">br\u00f3n agus n\u00e1ire \u2013 <\/span><span style=\"color: #222222; font-size: 14pt;\">faoin<\/span><span style=\"color: #222222; font-size: 14pt;\"> r\u00f3l <\/span><span style=\"color: #222222; font-size: 14pt;\">a bh\u00ed ag <\/span><span style=\"color: #222222; font-size: 14pt;\">Caitlicigh <\/span><span style=\"color: #222222; font-size: 14pt;\">maidir leis <\/span><span style=\"color: #222222; font-size: 14pt;\">an<\/span><span style=\"color: #222222; font-size: 14pt;\"> <\/span><span style=\"color: #222222; font-size: 14pt;\">droch\u00edde <\/span><span style=\"color: #222222; font-size: 14pt;\">a cuireadh <\/span><span style=\"color: #222222; font-size: 14pt;\">daoibh<\/span><span style=\"color: #222222; font-size: 14pt;\">, agus faoin easpa <\/span><span style=\"color: #222222; font-size: 14pt;\">\u00f3m\u00f3is <\/span><span style=\"color: #222222; font-size: 14pt;\">a l\u00e9ir<\/span><span style=\"color: #222222; font-size: 14pt;\">\u00edodh daoibh<\/span><span style=\"color: #222222; font-size: 14pt;\"> <\/span><span style=\"color: #222222; font-size: 14pt;\">mar gheall ar <\/span><span style=\"color: #222222; font-size: 14pt;\">d\u2019fh\u00e9ini\u00falacht, <\/span><span style=\"color: #222222; font-size: 14pt;\">do chult\u00far agus fi\u00fa do <\/span><span style=\"color: #222222; font-size: 14pt;\">luachanna <\/span><span style=\"color: #222222; font-size: 14pt;\">spiorad\u00e1lta<\/span><span style=\"color: #222222; font-size: 14pt;\">,\u201d a<\/span><span style=\"color: #222222; font-size: 14pt;\">rsa <\/span><span style=\"color: #222222; font-size: 14pt;\">an <\/span><span style=\"color: #222222; font-size: 14pt;\">P\u00e1pa<\/span><span style=\"color: #222222; font-size: 14pt;\"> <\/span><span style=\"color: #222222; font-size: 14pt;\">leis an <\/span><span style=\"color: #222222; font-size: 14pt;\">toscaireacht bhund\u00fachasach<\/span><span style=\"color: #222222; font-size: 14pt;\">.<\/span><span style=\"color: #222222; font-size: 14pt;\">\u00a0\u00a0<\/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: 2.4;\"><span style=\"color: #222222; font-size: 14pt;\">\u201c<\/span><span style=\"color: #222222; font-size: 14pt;\">T\u00e1 na ruda\u00ed seo go l\u00e9ir in aghaidh <\/span><span style=\"color: #222222; font-size: 14pt;\">S<\/span><span style=\"color: #222222; font-size: 14pt;\">oisc\u00e9al <\/span><span style=\"color: #222222; font-size: 14pt;\">\u00cdosa Cr\u00edost<\/span><span style=\"color: #222222; font-size: 14pt;\">. <\/span><span style=\"color: #222222; font-size: 14pt;\">Iarraim <\/span><span style=\"color: #222222; font-size: 14pt;\">maithi\u00fanas Dia <\/span><span style=\"color: #222222; font-size: 14pt;\">as <\/span><span style=\"color: #222222; font-size: 14pt;\">m\u00ed-<\/span><span style=\"color: #222222; font-size: 14pt;\">iompar uaf<\/span><span style=\"color: #222222; font-size: 14pt;\">\u00e1sach <\/span><span style=\"color: #222222; font-size: 14pt;\">baill <\/span><span style=\"color: #222222; font-size: 14pt;\">na h<\/span><span style=\"color: #222222; font-size: 14pt;\">E<\/span><span style=\"color: #222222; font-size: 14pt;\">aglaise<\/span><span style=\"color: #222222; font-size: 14pt;\"> <\/span><span style=\"color: #222222; font-size: 14pt;\">sn<\/span><span style=\"color: #222222; font-size: 14pt;\">a<\/span><span style=\"color: #222222; font-size: 14pt;\"> scoileanna sin agus <\/span><span style=\"color: #222222; font-size: 14pt;\">ba mhaith liom a r\u00e1 libh<\/span><span style=\"color: #222222; font-size: 14pt;\"> \u00f3 bhun mo chro\u00ed<\/span><span style=\"color: #222222; font-size: 14pt;\">: T\u00e1 an-bhr\u00f3n orm <\/span><span style=\"color: #222222; font-size: 14pt;\">a<\/span><span style=\"color: #222222; font-size: 14pt;\">gus <\/span><span style=\"color: #222222; font-size: 14pt;\">in \u00e9ineacht le mo dhearth\u00e1ireacha<\/span><span style=\"color: #222222; font-size: 14pt;\">, na hEaspaig i gCeanada<\/span><span style=\"color: #222222; font-size: 14pt;\">, <\/span><span style=\"color: #222222; font-size: 14pt;\">t\u00e1 m\u00e9 ag iarraidh<\/span><span style=\"color: #222222; font-size: 14pt;\"> pard\u00fain oraibh.<\/span><span style=\"color: #222222; font-size: 14pt;\">\u201d Ansin, dhearbhaigh s\u00e9 <\/span><span style=\"color: #222222; font-size: 14pt;\">go <\/span><span style=\"color: #222222; font-size: 14pt;\">dtabharfaidh s\u00e9 cuairt<\/span><span style=\"color: #222222; font-size: 14pt;\"> orthu i gCeanada <\/span><span style=\"color: #222222; font-size: 14pt;\">n\u00edos d\u00e9ana\u00ed i mbliana.<\/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: 2.4;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/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: 2.4;\"><strong><span style=\"color: #222222; font-size: 14pt;\">Freagairt na <\/span><span style=\"color: #222222; font-size: 14pt;\">n-ionadaithe<\/span><\/strong><\/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: 2.4;\"><span style=\"color: #222222; font-size: 14pt;\">D\u00fairt iar-thaoiseach <\/span><span style=\"color: #222222; font-size: 14pt;\">an <\/span><span style=\"color: #222222; font-size: 14pt;\">Ch\u00e9id<\/span><span style=\"color: #222222; font-size: 14pt;\"> N\u00e1isi\u00fain<\/span><span style=\"color: #222222; font-size: 14pt;\">, Phil Fontaine,<\/span><span style=\"color: #222222; font-size: 14pt;\"> gur l\u00e1 ollmh\u00f3r a bh\u00ed ann.<\/span><span style=\"color: #222222; font-size: 14pt;\">\u00a0\u00a0<\/span><span style=\"color: #222222; font-size: 14pt;\">Cuireadh droch\u00edde ar Phil <\/span><span style=\"color: #222222; font-size: 14pt;\">f\u00e9in <\/span><span style=\"color: #222222; font-size: 14pt;\">sna<\/span><span style=\"color: #222222; font-size: 14pt;\"> scoileanna c<\/span><span style=\"color: #222222; font-size: 14pt;\">\u00f3naithe i gCeanada. <\/span><span style=\"color: #222222; font-size: 14pt;\">\u201cD\u00fairt m\u00e9id m\u00f3r daoine liom <\/span><span style=\"color: #222222; font-size: 14pt;\">nach <\/span><span style=\"color: #222222; font-size: 14pt;\">mbeadh an pr\u00f3iseas leighis in ann a thos\u00fa <\/span><span style=\"color: #222222; font-size: 14pt;\">in easpa leithsc\u00e9al an <\/span><span style=\"color: #222222; font-size: 14pt;\">Ph\u00e1pa.<\/span><span style=\"color: #222222; font-size: 14pt;\"> Chualamar an leithsc\u00e9al sin inniu, agus creidim i nd\u00e1ir<\/span><span style=\"color: #222222; font-size: 14pt;\">\u00edre go bhfuil deis ag daoine<\/span><span style=\"color: #222222; font-size: 14pt;\"> maithi\u00fanas a tha<\/span><span style=\"color: #222222; font-size: 14pt;\">bhairt<\/span><span style=\"color: #222222; font-size: 14pt;\">. Ach t\u00e1 s\u00e9<\/span><span style=\"color: #222222; font-size: 14pt;\"> <\/span><span style=\"color: #222222; font-size: 14pt;\">deacair <\/span><span style=\"color: #222222; font-size: 14pt;\">maithi\u00fanas a thabhairt<\/span><span style=\"color: #222222; font-size: 14pt;\"> \u2013 chomh <\/span><span style=\"color: #222222; font-size: 14pt;\">deacair agus at\u00e1 s\u00e9 leithsc\u00e9al a ghabh\u00e1il!\u201d<\/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: 2.4;\"><span style=\"color: #222222; font-size: 14pt;\">D\u00fairt ionada\u00ed <\/span><span style=\"color: #222222; font-size: 14pt;\">Inuit, <\/span><span style=\"color: #222222; font-size: 14pt;\">Natan<\/span><span style=\"color: #222222; font-size: 14pt;\"> Obed<\/span><span style=\"color: #222222; font-size: 14pt;\">, go raibh <\/span><span style=\"color: #222222; font-size: 14pt;\">s\u00e9 thar am <\/span><span style=\"color: #222222; font-size: 14pt;\">don<\/span><span style=\"color: #222222; font-size: 14pt;\"> leithsc\u00e9al seo<\/span><span style=\"color: #222222; font-size: 14pt;\">, ach <\/span><span style=\"color: #222222; font-size: 14pt;\">go ndeachaigh <\/span><span style=\"color: #222222; font-size: 14pt;\">an tsl\u00ed<\/span><span style=\"color: #222222; font-size: 14pt;\"> ar l\u00e9irigh an P\u00e1pa a bhr\u00f3n<\/span><span style=\"color: #222222; font-size: 14pt;\"> <\/span><span style=\"color: #222222; font-size: 14pt;\">go m\u00f3r <\/span><span style=\"color: #222222; font-size: 14pt;\">i bhfeidhm air.<\/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: 2.4;\"><span style=\"color: #222222; font-size: 14pt;\">D\u00fairt <\/span><span style=\"color: #222222; font-size: 14pt;\">Uachtar\u00e1n <\/span><span style=\"color: #222222; font-size: 14pt;\">Comhairle N<\/span><span style=\"color: #222222; font-size: 14pt;\">\u00e1isi\u00fanta na M<\/span><span style=\"color: #222222; font-size: 14pt;\">\u00e9tis leis na tuairisceoir\u00ed<\/span><span style=\"color: #222222; font-size: 14pt;\">: \u201c<\/span><span style=\"color: #222222; font-size: 14pt;\">Bh\u00ed s\u00e9 soil\u00e9ir <\/span><span style=\"color: #222222; font-size: 14pt;\">\u00f3 r\u00e1iteas an Ph\u00e1pa inniu <\/span><span style=\"color: #222222; font-size: 14pt;\">gur chualathas <\/span><span style=\"color: #222222; font-size: 14pt;\">\u00e1r ngl\u00f3rtha<\/span><span style=\"color: #222222; font-size: 14pt;\">. <\/span><span style=\"color: #222222; font-size: 14pt;\">T\u00e1 s\u00e9 soil\u00e9ir go bhfuil cumhacht <\/span><span style=\"color: #222222; font-size: 14pt;\">in\u00e1r sc\u00e9alta agus <\/span><span style=\"color: #222222; font-size: 14pt;\">in\u00e1r <\/span><span style=\"color: #222222; font-size: 14pt;\">bhf\u00edrinn\u00ed<\/span><span style=\"color: #222222; font-size: 14pt;\">!\u201d<\/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: 2.4;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/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: 2.4;\"><strong><span style=\"color: #222222; font-size: 14pt;\">Concl\u00faid<\/span><\/strong><\/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: 2.4;\"><span style=\"color: #222222; font-size: 14pt;\">D<\/span><span style=\"color: #222222; font-size: 14pt;\">\u2019admhaigh<\/span><span style=\"color: #222222; font-size: 14pt;\"> Pr\u00edomh-Aire <\/span><span style=\"color: #222222; font-size: 14pt;\">Cheanada, Justin Trudeau, <\/span><span style=\"color: #222222; font-size: 14pt;\">leithsc\u00e9al na hEaglaise. Is Caitliceach \u00e9 Trudeau, agus <\/span><span style=\"color: #222222; font-size: 14pt;\">siar i 2017, <\/span><span style=\"color: #222222; font-size: 14pt;\">d\u2019impigh s\u00e9<\/span><span style=\"color: #222222; font-size: 14pt;\"> ar an bP\u00e1pa <\/span><span style=\"color: #222222; font-size: 14pt;\">leithsc\u00e9al a ghabh\u00e1il ar son na hEaglaise. <\/span><span style=\"color: #222222; font-size: 14pt;\">D\u00fairt Trudeau go <\/span><span style=\"color: #222222; font-size: 14pt;\">raibh s\u00e9 ag s\u00fail go m\u00f3r <\/span><span style=\"color: #222222; font-size: 14pt;\">le cuairt an Ph\u00e1pa ionas go mbeadh s\u00e9 in ann an leithsc\u00e9al a <\/span><span style=\"color: #222222; font-size: 14pt;\">ghabh\u00e1il<\/span><span style=\"color: #222222; font-size: 14pt;\"> <\/span><span style=\"color: #222222; font-size: 14pt;\">go d\u00edreach <\/span><span style=\"color: #222222; font-size: 14pt;\">agus go pearsanta ag <\/span><span style=\"color: #222222; font-size: 14pt;\">an<\/span><span style=\"color: #222222; font-size: 14pt;\"> am sin.<\/span><span style=\"color: #222222; font-size: 14pt;\"> \u201c<\/span><span style=\"color: #222222; font-size: 14pt;\">Is c\u00e9im chun cinn an leithsc\u00e9al <\/span><span style=\"color: #222222; font-size: 14pt;\">foirmi\u00fail inniu, agus anois beimid in ann bogadh ar aghaidh agus <\/span><span style=\"color: #222222; font-size: 14pt;\">c\u00e9imeanna t\u00e1bhachtacha eile a th\u00f3g\u00e1il<\/span><span style=\"color: #222222; font-size: 14pt;\">,<\/span><span style=\"color: #222222; font-size: 14pt;\">\u201d<\/span><span style=\"color: #222222; font-size: 14pt;\"> a chr\u00edochnaigh s\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: 2.4;\"><span style=\"color: #222222; font-size: 14pt;\">Aonta\u00edm leis an Uachtar\u00e1n Trudeau go hioml\u00e1n<\/span><span style=\"color: #222222; font-size: 14pt;\">. Anois, <\/span><span style=\"color: #222222; font-size: 14pt;\">caithfear<\/span><span style=\"color: #222222; font-size: 14pt;\"> <\/span><span style=\"color: #222222; font-size: 14pt;\">na c\u00e9imeanna eile a <\/span><span style=\"color: #222222; font-size: 14pt;\">th\u00f3g\u00e1il<\/span><span style=\"color: #222222; font-size: 14pt;\"> chun <\/span><span style=\"color: #222222; font-size: 14pt;\">clabhs\u00far \u00e9ig<\/span><span style=\"color: #222222; font-size: 14pt;\">in a fh\u00e1il maidir leis <\/span><span style=\"color: #222222; font-size: 14pt;\">an<\/span><span style=\"color: #222222; font-size: 14pt;\"> gcaibidil n\u00e1ireach seo sa stair.<\/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: 2.4;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/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: 2.4;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/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: 2.4;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/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: 2.4;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/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: 2.4;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/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: 2.4;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/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: 2.4;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/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: 2.4;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/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: 2.4;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/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: 2.4;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/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: 2.4;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/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: 2.4;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/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: 2.4;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/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: 2.4;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/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: 2.4;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/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: 2.4;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/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: 2.4;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/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: 2.4;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/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: 2.4;\"><span style=\"color: #222222; 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: 2.4;\"><span style=\"color: #222222; 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: 2.4;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/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: 2.4;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\"><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>Beagnach bliain \u00f3 shin, scr\u00edobh m\u00e9 alt dar teideal \u201cAn fh\u00edrinne thrag\u00f3ideach nochtaithe i gCeanada!\u201d San alt sin, rinne m\u00e9 cur s\u00edos ar an gcin\u00edochas uaf\u00e1sach a rinne Rialtas Cheanada in aghaidh na mBund\u00fachasach sa t\u00edr sin, maidir leis na scoileanna c\u00f3naithe a bh\u00ed i bhfeidhm \u00f3 1863 suas go dt\u00ed 1998. Le linn [&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:2.4\"><strong><span style=\"color:#222222;font-size:24pt\"><\/span><\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4\"><span style=\"color:#222222;font-size:14pt\">Miche\u00e1l Bair\u00e9ad<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4\"><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:2.4\"><span style=\"color:#222222;font-size:14pt\">B<\/span><span style=\"color:#222222;font-size:14pt\">ea<\/span><span style=\"color:#222222;font-size:14pt\">gnach bliain \u00f3 shin, scr\u00edobh m\u00e9 al<\/span><span style=\"color:#222222;font-size:14pt\">t <\/span><span style=\"color:#222222;font-size:14pt\">dar teideal \u201cAn fh\u00edrinne thrag\u00f3ideach <\/span><span style=\"color:#222222;font-size:14pt\">nochtaithe<\/span><span style=\"color:#222222;font-size:14pt\"> i gCeanada!\u201d<\/span><span style=\"color:#222222;font-size:14pt\">  San alt sin, <\/span><span style=\"color:#222222;font-size:14pt\">rinne m\u00e9 cur s\u00edos <\/span><span style=\"color:#222222;font-size:14pt\">ar an gcin\u00edochas<\/span><span style=\"color:#222222;font-size:14pt\"> uaf\u00e1sach <\/span><span style=\"color:#222222;font-size:14pt\">a rinne Rialtas <\/span><span style=\"color:#222222;font-size:14pt\">Cheanada in aghaidh na <\/span><span style=\"color:#222222;font-size:14pt\">mBund\u00fachasach<\/span><span style=\"color:#222222;font-size:14pt\"> <\/span><span style=\"color:#222222;font-size:14pt\">sa t\u00edr sin, maidir leis <\/span><span style=\"color:#222222;font-size:14pt\">na scoileanna c\u00f3na<\/span><span style=\"color:#222222;font-size:14pt\">ithe<\/span><span style=\"color:#222222;font-size:14pt\"> a bh\u00ed i bhfeidhm <\/span><span style=\"color:#222222;font-size:14pt\">\u00f3 1863 suas go dt\u00ed 1998<\/span><span style=\"color:#222222;font-size:14pt\">.  <\/span><span style=\"color:#222222;font-size:14pt\">Le linn na tr\u00e9imhse sin, t\u00f3gadh n\u00edos m\u00f3 n\u00e1 150,000 leanbh \u00f3na dteaghlaigh agus cuireadh isteach sna scoileanna c\u00f3naithe iad.  N\u00ed raibh cead ag na p\u00e1ist\u00ed a dteanga a labhairt n\u00f3 a gcult\u00far a chleachtadh.  Tugadh droch\u00edde choirp agus intinne do go leor acu.  Uaireanta, bh\u00edodh galair th\u00f3g\u00e1lacha cos\u00fail le heitinn as smacht, agus bh\u00edodh droch-choth\u00fa ar na dalta\u00ed go minic.  D\u00e1 bharr sin, fuair go leor acu b\u00e1s.<\/span><span style=\"color:#222222;font-size:14pt\">&nbsp;&nbsp;<\/span><span style=\"color:#222222;font-size:14pt\">D\u2019eagair rialtas Ceanada Coimisi\u00fan F\u00edrinne agus Athmhuintearas i 2008, chun fiosr\u00fach\u00e1n a dh\u00e9anamh maidir leis na scoileanna c\u00f3naithe.<\/span><span style=\"color:#222222;font-size:14pt\">&nbsp;&nbsp;<\/span><span style=\"color:#222222;font-size:14pt\">Rinne an Coimisi\u00fan athbhreithni\u00fa cuimsitheach ar feadh s\u00e9 bliana agus d\u2019fhoilsigh siad a dtuairisc i 2015<\/span><span style=\"color:#222222;font-size:14pt\">.  <\/span><span style=\"color:#222222;font-size:14pt\">Ba \u00e9 ceann <\/span><span style=\"color:#222222;font-size:14pt\">de phr\u00edomhthortha\u00ed<\/span><span style=\"color:#222222;font-size:14pt\"> an athbhreithnithe <\/span><span style=\"color:#222222;font-size:14pt\">\u00e9 <\/span><span style=\"color:#222222;font-size:14pt\">n\u00e1 gur tharla cinedh\u00edoth\u00fa cult\u00fartha forleathan in aghaidh na bpobal d\u00fachasach i gCeanada. <\/span><span style=\"color:#222222;font-size:14pt\"> <\/span><span style=\"color:#222222;font-size:14pt\">T\u00e1<\/span><span style=\"color:#222222;font-size:14pt\"> an Eaglais Chaitliceach freagrach as na hainghn\u00edomhartha a tharla s<\/span><span style=\"color:#222222;font-size:14pt\">n<\/span><span style=\"color:#222222;font-size:14pt\">a scoileanna a raibh s\u00ed i gceannas orthu<\/span><span style=\"color:#222222;font-size:14pt\"> <\/span><span style=\"color:#222222;font-size:14pt\">(<\/span><span style=\"color:#222222;font-size:14pt\">-<\/span><span style=\"color:#222222;font-size:14pt\">formh\u00f3r<\/span><span style=\"color:#222222;font-size:14pt\"> na scoileanna c\u00f3naithe i gCeanada<\/span><span style=\"color:#222222;font-size:14pt\">)<\/span><span style=\"color:#222222;font-size:14pt\">.  <\/span><span style=\"color:#222222;font-size:14pt\">Ghabh ceannair\u00ed na n-eaglais\u00ed eile<\/span><span style=\"color:#222222;font-size:14pt\"> (an Eaglais Anglac\u00e1nach, <\/span><span style=\"color:#222222;font-size:14pt\">an <\/span><span style=\"color:#222222;font-size:14pt\">Eaglais Phreispit\u00e9ireach<\/span><span style=\"color:#222222;font-size:14pt\"> agus an Eaglais Aontaithe <\/span><span style=\"color:#222222;font-size:14pt\">i gCeanada<\/span><span style=\"color:#222222;font-size:14pt\">)<\/span><span style=\"color:#222222;font-size:14pt\"> chomh maith le Rialtas na t\u00edre leithsc\u00e9al<\/span><span style=\"color:#222222;font-size:14pt\">ta<\/span><span style=\"color:#222222;font-size:14pt\"> foirmi\u00fal<\/span><span style=\"color:#222222;font-size:14pt\">a<\/span><span style=\"color:#222222;font-size:14pt\"> as <\/span><span style=\"color:#222222;font-size:14pt\">na ruda\u00ed uaf\u00e1sacha a tharla <\/span><span style=\"color:#222222;font-size:14pt\">sna scoileanna a raibh siad i gceannas orthu<\/span><span style=\"color:#222222;font-size:14pt\">.  <\/span><span style=\"color:#222222;font-size:14pt\">In ainneoin gur iarr an Coimisi\u00fan <\/span><span style=\"color:#222222;font-size:14pt\">agus Pr\u00edomh-Aire na t\u00edre Justin Trudeau, <\/span><span style=\"color:#222222;font-size:14pt\">ar an bP\u00e1pa Proinsias leithsc\u00e9al a ghabh\u00e1il ar son na hEaglaise, n\u00edor ghabh s\u00e9 leithsc\u00e9al foirmi\u00fail as an r\u00f3l l\u00e1rnach a bh\u00ed ag an Eaglais sna scoileanna c\u00f3naithe.<\/span><span style=\"color:#222222;font-size:14pt\">&nbsp;&nbsp;<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4\"><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:2.4\"><strong><span style=\"color:#222222;font-size:14pt\">Leithsc\u00e9al \u00f3 chro\u00ed<\/span><\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4\"><span style=\"color:#222222;font-size:14pt\">D\u2019athraigh gach rud <\/span><span style=\"color:#222222;font-size:14pt\">ar na mallaibh <\/span><span style=\"color:#222222;font-size:14pt\">nuair a <\/span><span style=\"color:#222222;font-size:14pt\">thug <\/span><span style=\"color:#222222;font-size:14pt\">ionadaithe <\/span><span style=\"color:#222222;font-size:14pt\">b<\/span><span style=\"color:#222222;font-size:14pt\">und\u00fachasacha cuairt ar an bP\u00e1pa <\/span><span style=\"color:#222222;font-size:14pt\">ag imp\u00ed air leithsc\u00e9al a ghabh\u00e1il agus <\/span><span style=\"color:#222222;font-size:14pt\">gealltanas a fh\u00e1il <\/span><span style=\"color:#222222;font-size:14pt\">an \u00e9ag\u00f3ir <\/span><span style=\"color:#222222;font-size:14pt\">sin a ch\u00faiteamh ar son <\/span><span style=\"color:#222222;font-size:14pt\">na hEaglaise Caitlic\u00ed<\/span><span style=\"color:#222222;font-size:14pt\">.<\/span><span style=\"color:#222222;font-size:14pt\">&nbsp;&nbsp;<\/span><span style=\"color:#222222;font-size:14pt\">D<\/span><span style=\"color:#222222;font-size:14pt\">\u2019\u00e9ist an P\u00e1pa <\/span><span style=\"color:#222222;font-size:14pt\">Proinsias go haireach <\/span><span style=\"color:#222222;font-size:14pt\">leis na sc\u00e9alta <\/span><span style=\"color:#222222;font-size:14pt\">ar inis <\/span><span style=\"color:#222222;font-size:14pt\">ionadaithe M\u00e9tis, Inuit agus <\/span><span style=\"color:#222222;font-size:14pt\">an Ch\u00e9id N\u00e1isi\u00fain d\u00f3<\/span><span style=\"color:#222222;font-size:14pt\">.  Bh\u00ed taith\u00ed phearsanta ag cuid acu <\/span><span style=\"color:#222222;font-size:14pt\">a th\u00e1inig tr\u00ed <\/span><span style=\"color:#222222;font-size:14pt\">fhor\u00e9igean na scoileanna c\u00f3naithe<\/span><span style=\"color:#222222;font-size:14pt\"> i gCeanada.  <\/span><span style=\"color:#222222;font-size:14pt\">Chuaigh na sc\u00e9alta <\/span><span style=\"color:#222222;font-size:14pt\">go m\u00f3r <\/span><span style=\"color:#222222;font-size:14pt\">i gcion ar<\/span><span style=\"color:#222222;font-size:14pt\"> an bP\u00e1pa, gan dabht, agus faoi dheireadh, tar \u00e9is na <\/span><span style=\"color:#222222;font-size:14pt\">m<\/span><span style=\"color:#222222;font-size:14pt\">blianta fada ag cur br\u00fa a<\/span><span style=\"color:#222222;font-size:14pt\">r an bP\u00e1pa Benedict agus ansin ar an bP\u00e1pa Proinsias, fuair siad <\/span><span style=\"color:#222222;font-size:14pt\">leithsc\u00e9al <\/span><span style=\"color:#222222;font-size:14pt\">\u00f3<\/span><span style=\"color:#222222;font-size:14pt\"> chro\u00ed \u00f3n bP\u00e1pa ar son na hEaglaise <\/span><span style=\"color:#222222;font-size:14pt\">Caitlic\u00ed<\/span><span style=\"color:#222222;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:2.4\"><span style=\"color:#222222;font-size:14pt\">\u201c<\/span><span style=\"color:#222222;font-size:14pt\">T\u00e1 n\u00e1ire orm <\/span><span style=\"color:#222222;font-size:14pt\">\u2013<\/span><span style=\"color:#222222;font-size:14pt\"> <\/span><span style=\"color:#222222;font-size:14pt\">br\u00f3n agus n\u00e1ire \u2013 <\/span><span style=\"color:#222222;font-size:14pt\">faoin<\/span><span style=\"color:#222222;font-size:14pt\"> r\u00f3l <\/span><span style=\"color:#222222;font-size:14pt\">a bh\u00ed ag <\/span><span style=\"color:#222222;font-size:14pt\">Caitlicigh <\/span><span style=\"color:#222222;font-size:14pt\">maidir leis <\/span><span style=\"color:#222222;font-size:14pt\">an<\/span><span style=\"color:#222222;font-size:14pt\"> <\/span><span style=\"color:#222222;font-size:14pt\">droch\u00edde <\/span><span style=\"color:#222222;font-size:14pt\">a cuireadh <\/span><span style=\"color:#222222;font-size:14pt\">daoibh<\/span><span style=\"color:#222222;font-size:14pt\">, agus faoin easpa <\/span><span style=\"color:#222222;font-size:14pt\">\u00f3m\u00f3is <\/span><span style=\"color:#222222;font-size:14pt\">a l\u00e9ir<\/span><span style=\"color:#222222;font-size:14pt\">\u00edodh daoibh<\/span><span style=\"color:#222222;font-size:14pt\"> <\/span><span style=\"color:#222222;font-size:14pt\">mar gheall ar <\/span><span style=\"color:#222222;font-size:14pt\">d\u2019fh\u00e9ini\u00falacht, <\/span><span style=\"color:#222222;font-size:14pt\">do chult\u00far agus fi\u00fa do <\/span><span style=\"color:#222222;font-size:14pt\">luachanna <\/span><span style=\"color:#222222;font-size:14pt\">spiorad\u00e1lta<\/span><span style=\"color:#222222;font-size:14pt\">,\u201d a<\/span><span style=\"color:#222222;font-size:14pt\">rsa <\/span><span style=\"color:#222222;font-size:14pt\">an <\/span><span style=\"color:#222222;font-size:14pt\">P\u00e1pa<\/span><span style=\"color:#222222;font-size:14pt\"> <\/span><span style=\"color:#222222;font-size:14pt\">leis an <\/span><span style=\"color:#222222;font-size:14pt\">toscaireacht bhund\u00fachasach<\/span><span style=\"color:#222222;font-size:14pt\">.<\/span><span style=\"color:#222222;font-size:14pt\">&nbsp;&nbsp;<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4\"><span style=\"color:#222222;font-size:14pt\">\u201c<\/span><span style=\"color:#222222;font-size:14pt\">T\u00e1 na ruda\u00ed seo go l\u00e9ir in aghaidh <\/span><span style=\"color:#222222;font-size:14pt\">S<\/span><span style=\"color:#222222;font-size:14pt\">oisc\u00e9al <\/span><span style=\"color:#222222;font-size:14pt\">\u00cdosa Cr\u00edost<\/span><span style=\"color:#222222;font-size:14pt\">.  <\/span><span style=\"color:#222222;font-size:14pt\">Iarraim <\/span><span style=\"color:#222222;font-size:14pt\">maithi\u00fanas Dia <\/span><span style=\"color:#222222;font-size:14pt\">as <\/span><span style=\"color:#222222;font-size:14pt\">m\u00ed-<\/span><span style=\"color:#222222;font-size:14pt\">iompar uaf<\/span><span style=\"color:#222222;font-size:14pt\">\u00e1sach <\/span><span style=\"color:#222222;font-size:14pt\">baill <\/span><span style=\"color:#222222;font-size:14pt\">na h<\/span><span style=\"color:#222222;font-size:14pt\">E<\/span><span style=\"color:#222222;font-size:14pt\">aglaise<\/span><span style=\"color:#222222;font-size:14pt\"> <\/span><span style=\"color:#222222;font-size:14pt\">sn<\/span><span style=\"color:#222222;font-size:14pt\">a<\/span><span style=\"color:#222222;font-size:14pt\"> scoileanna sin agus <\/span><span style=\"color:#222222;font-size:14pt\">ba mhaith liom a r\u00e1 libh<\/span><span style=\"color:#222222;font-size:14pt\"> \u00f3 bhun mo chro\u00ed<\/span><span style=\"color:#222222;font-size:14pt\">:  T\u00e1 an-bhr\u00f3n orm <\/span><span style=\"color:#222222;font-size:14pt\">a<\/span><span style=\"color:#222222;font-size:14pt\">gus <\/span><span style=\"color:#222222;font-size:14pt\">in \u00e9ineacht le mo dhearth\u00e1ireacha<\/span><span style=\"color:#222222;font-size:14pt\">, na hEaspaig i gCeanada<\/span><span style=\"color:#222222;font-size:14pt\">, <\/span><span style=\"color:#222222;font-size:14pt\">t\u00e1 m\u00e9 ag iarraidh<\/span><span style=\"color:#222222;font-size:14pt\"> pard\u00fain oraibh.<\/span><span style=\"color:#222222;font-size:14pt\">\u201d  Ansin, dhearbhaigh s\u00e9 <\/span><span style=\"color:#222222;font-size:14pt\">go <\/span><span style=\"color:#222222;font-size:14pt\">dtabharfaidh s\u00e9 cuairt<\/span><span style=\"color:#222222;font-size:14pt\"> orthu i gCeanada <\/span><span style=\"color:#222222;font-size:14pt\">n\u00edos d\u00e9ana\u00ed i mbliana.<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4\"><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:2.4\"><strong><span style=\"color:#222222;font-size:14pt\">Freagairt na <\/span><span style=\"color:#222222;font-size:14pt\">n-ionadaithe<\/span><\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4\"><span style=\"color:#222222;font-size:14pt\">D\u00fairt iar-thaoiseach <\/span><span style=\"color:#222222;font-size:14pt\">an <\/span><span style=\"color:#222222;font-size:14pt\">Ch\u00e9id<\/span><span style=\"color:#222222;font-size:14pt\"> N\u00e1isi\u00fain<\/span><span style=\"color:#222222;font-size:14pt\">, Phil Fontaine,<\/span><span style=\"color:#222222;font-size:14pt\"> gur l\u00e1 ollmh\u00f3r a bh\u00ed ann.<\/span><span style=\"color:#222222;font-size:14pt\">&nbsp;&nbsp;<\/span><span style=\"color:#222222;font-size:14pt\">Cuireadh droch\u00edde ar Phil <\/span><span style=\"color:#222222;font-size:14pt\">f\u00e9in <\/span><span style=\"color:#222222;font-size:14pt\">sna<\/span><span style=\"color:#222222;font-size:14pt\"> scoileanna c<\/span><span style=\"color:#222222;font-size:14pt\">\u00f3naithe i gCeanada.  <\/span><span style=\"color:#222222;font-size:14pt\">\u201cD\u00fairt m\u00e9id m\u00f3r daoine liom <\/span><span style=\"color:#222222;font-size:14pt\">nach <\/span><span style=\"color:#222222;font-size:14pt\">mbeadh an pr\u00f3iseas leighis in ann a thos\u00fa <\/span><span style=\"color:#222222;font-size:14pt\">in easpa leithsc\u00e9al an <\/span><span style=\"color:#222222;font-size:14pt\">Ph\u00e1pa.<\/span><span style=\"color:#222222;font-size:14pt\">  Chualamar an leithsc\u00e9al sin inniu, agus creidim i nd\u00e1ir<\/span><span style=\"color:#222222;font-size:14pt\">\u00edre go bhfuil deis ag daoine<\/span><span style=\"color:#222222;font-size:14pt\"> maithi\u00fanas a tha<\/span><span style=\"color:#222222;font-size:14pt\">bhairt<\/span><span style=\"color:#222222;font-size:14pt\">.  Ach t\u00e1 s\u00e9<\/span><span style=\"color:#222222;font-size:14pt\"> <\/span><span style=\"color:#222222;font-size:14pt\">deacair <\/span><span style=\"color:#222222;font-size:14pt\">maithi\u00fanas a thabhairt<\/span><span style=\"color:#222222;font-size:14pt\"> \u2013 chomh <\/span><span style=\"color:#222222;font-size:14pt\">deacair agus at\u00e1 s\u00e9 leithsc\u00e9al a ghabh\u00e1il!\u201d<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4\"><span style=\"color:#222222;font-size:14pt\">D\u00fairt ionada\u00ed <\/span><span style=\"color:#222222;font-size:14pt\">Inuit, <\/span><span style=\"color:#222222;font-size:14pt\">Natan<\/span><span style=\"color:#222222;font-size:14pt\"> Obed<\/span><span style=\"color:#222222;font-size:14pt\">, go raibh <\/span><span style=\"color:#222222;font-size:14pt\">s\u00e9 thar am <\/span><span style=\"color:#222222;font-size:14pt\">don<\/span><span style=\"color:#222222;font-size:14pt\"> leithsc\u00e9al seo<\/span><span style=\"color:#222222;font-size:14pt\">, ach <\/span><span style=\"color:#222222;font-size:14pt\">go ndeachaigh <\/span><span style=\"color:#222222;font-size:14pt\">an tsl\u00ed<\/span><span style=\"color:#222222;font-size:14pt\"> ar l\u00e9irigh an P\u00e1pa a bhr\u00f3n<\/span><span style=\"color:#222222;font-size:14pt\"> <\/span><span style=\"color:#222222;font-size:14pt\">go m\u00f3r <\/span><span style=\"color:#222222;font-size:14pt\">i bhfeidhm air.<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4\"><span style=\"color:#222222;font-size:14pt\">D\u00fairt <\/span><span style=\"color:#222222;font-size:14pt\">Uachtar\u00e1n <\/span><span style=\"color:#222222;font-size:14pt\">Comhairle N<\/span><span style=\"color:#222222;font-size:14pt\">\u00e1isi\u00fanta na M<\/span><span style=\"color:#222222;font-size:14pt\">\u00e9tis leis na tuairisceoir\u00ed<\/span><span style=\"color:#222222;font-size:14pt\">: \u201c<\/span><span style=\"color:#222222;font-size:14pt\">Bh\u00ed s\u00e9 soil\u00e9ir <\/span><span style=\"color:#222222;font-size:14pt\">\u00f3 r\u00e1iteas an Ph\u00e1pa inniu <\/span><span style=\"color:#222222;font-size:14pt\">gur chualathas <\/span><span style=\"color:#222222;font-size:14pt\">\u00e1r ngl\u00f3rtha<\/span><span style=\"color:#222222;font-size:14pt\">.  <\/span><span style=\"color:#222222;font-size:14pt\">T\u00e1 s\u00e9 soil\u00e9ir go bhfuil cumhacht <\/span><span style=\"color:#222222;font-size:14pt\">in\u00e1r sc\u00e9alta agus <\/span><span style=\"color:#222222;font-size:14pt\">in\u00e1r <\/span><span style=\"color:#222222;font-size:14pt\">bhf\u00edrinn\u00ed<\/span><span style=\"color:#222222;font-size:14pt\">!\u201d<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4\"><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:2.4\"><strong><span style=\"color:#222222;font-size:14pt\">Concl\u00faid<\/span><\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4\"><span style=\"color:#222222;font-size:14pt\">D<\/span><span style=\"color:#222222;font-size:14pt\">\u2019admhaigh<\/span><span style=\"color:#222222;font-size:14pt\"> Pr\u00edomh-Aire <\/span><span style=\"color:#222222;font-size:14pt\">Cheanada, Justin Trudeau, <\/span><span style=\"color:#222222;font-size:14pt\">leithsc\u00e9al na hEaglaise.  Is Caitliceach \u00e9 Trudeau, agus <\/span><span style=\"color:#222222;font-size:14pt\">siar i 2017, <\/span><span style=\"color:#222222;font-size:14pt\">d\u2019impigh s\u00e9<\/span><span style=\"color:#222222;font-size:14pt\"> ar an bP\u00e1pa <\/span><span style=\"color:#222222;font-size:14pt\">leithsc\u00e9al a ghabh\u00e1il ar son na hEaglaise.  <\/span><span style=\"color:#222222;font-size:14pt\">D\u00fairt Trudeau go <\/span><span style=\"color:#222222;font-size:14pt\">raibh s\u00e9 ag s\u00fail go m\u00f3r <\/span><span style=\"color:#222222;font-size:14pt\">le cuairt an Ph\u00e1pa ionas go mbeadh s\u00e9 in ann an leithsc\u00e9al a <\/span><span style=\"color:#222222;font-size:14pt\">ghabh\u00e1il<\/span><span style=\"color:#222222;font-size:14pt\"> <\/span><span style=\"color:#222222;font-size:14pt\">go d\u00edreach <\/span><span style=\"color:#222222;font-size:14pt\">agus go pearsanta ag <\/span><span style=\"color:#222222;font-size:14pt\">an<\/span><span style=\"color:#222222;font-size:14pt\"> am sin.<\/span><span style=\"color:#222222;font-size:14pt\">  \u201c<\/span><span style=\"color:#222222;font-size:14pt\">Is c\u00e9im chun cinn an leithsc\u00e9al <\/span><span style=\"color:#222222;font-size:14pt\">foirmi\u00fail inniu, agus anois beimid in ann bogadh ar aghaidh agus <\/span><span style=\"color:#222222;font-size:14pt\">c\u00e9imeanna t\u00e1bhachtacha eile a th\u00f3g\u00e1il<\/span><span style=\"color:#222222;font-size:14pt\">,<\/span><span style=\"color:#222222;font-size:14pt\">\u201d<\/span><span style=\"color:#222222;font-size:14pt\"> a chr\u00edochnaigh s\u00e9.<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4\"><span style=\"color:#222222;font-size:14pt\">Aonta\u00edm leis an Uachtar\u00e1n Trudeau go hioml\u00e1n<\/span><span style=\"color:#222222;font-size:14pt\">.  Anois, <\/span><span style=\"color:#222222;font-size:14pt\">caithfear<\/span><span style=\"color:#222222;font-size:14pt\"> <\/span><span style=\"color:#222222;font-size:14pt\">na c\u00e9imeanna eile a <\/span><span style=\"color:#222222;font-size:14pt\">th\u00f3g\u00e1il<\/span><span style=\"color:#222222;font-size:14pt\"> chun <\/span><span style=\"color:#222222;font-size:14pt\">clabhs\u00far \u00e9ig<\/span><span style=\"color:#222222;font-size:14pt\">in a fh\u00e1il maidir leis <\/span><span style=\"color:#222222;font-size:14pt\">an<\/span><span style=\"color:#222222;font-size:14pt\"> gcaibidil n\u00e1ireach seo sa stair.<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4\"><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:2.4\"><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:2.4\"><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:2.4\"><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:2.4\"><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:2.4\"><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:2.4\"><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:2.4\"><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:2.4\"><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:2.4\"><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:2.4\"><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:2.4\"><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:2.4\"><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:2.4\"><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:2.4\"><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:2.4\"><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:2.4\"><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:2.4\"><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:2.4\"><span style=\"color:#222222;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:2.4\"><span style=\"color:#222222;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:2.4\"><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:2.4\"><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:8pt;padding-bottom:0;line-height:1.3\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform -->","_et_gb_content_width":"","footnotes":""},"categories":[33,35],"tags":[],"class_list":["post-7324","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cursai-reatha","category-nuacht-idirnaisiunta"],"_links":{"self":[{"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/posts\/7324","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/comments?post=7324"}],"version-history":[{"count":4,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/posts\/7324\/revisions"}],"predecessor-version":[{"id":9363,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/posts\/7324\/revisions\/9363"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/media\/6850"}],"wp:attachment":[{"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/media?parent=7324"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/categories?post=7324"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/tags?post=7324"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}