{"id":7876,"date":"2020-02-26T01:43:07","date_gmt":"2020-02-26T01:43:07","guid":{"rendered":"https:\/\/mickgb.com\/?p=7876"},"modified":"2023-11-23T03:48:59","modified_gmt":"2023-11-23T03:48:59","slug":"run-na-nordach","status":"publish","type":"post","link":"https:\/\/mickgb.com\/en\/run-na-nordach\/","title":{"rendered":"R\u00fan Na Nordach!"},"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=\"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><a id=\"OLE_LINK1\"><\/a><a id=\"OLE_LINK2\"><\/a><\/p>\n<p><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><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">B\u00edonn na t\u00edortha Nordacha ar bharr an dr\u00e9imire i mbeagnach gach suirbh\u00e9 a chuireann i gcompar\u00e1id t\u00edortha an domhain. Mar shampla, i suirbh\u00e9 bliant\u00fail a thomhaiseann sonas t\u00edortha an domhain, bhuaigh an Fhionlainn an ch\u00e9ad \u00e1it don dara huair i 2019. Bh\u00ed an Iorua, an tSualainn, an Danmhairg agus an \u00cdoslainn ard sa liosta sin freisin. Bh\u00ed \u00c9ire sa 16<sup>\u00fa<\/sup> h\u00e1it sa liosta c\u00e9anna, agus na St\u00e1it Aontaithe sa 19<sup>\u00fa<\/sup> h\u00e1it. C\u00e9n phr\u00edomhch\u00fais a bhfuil ag \u00e9ir\u00ed leis na t\u00edortha Nordacha chomh maith sin, go h\u00e1irithe an Fhionlainn? Cad is f\u00e9idir linn a fhoghlaim?<\/p>\n<p><!-- \/wp:post-content --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">Ar an dea-uair, t\u00e1 an freagra againn, agus seo \u00e9 i bhfocal amh\u00e1in \u2013 \u2018bildung\u2019 \u2013 sin \u00e9 bun\u00fas an tsonais!\u00a0\u00a0<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">Sa 19<sup>\u00fa<\/sup> haois, thuig \u00e9il\u00edt intleacht\u00fail na Fionlainne go raibh s\u00e9 t\u00e1bhachtach do dhaoine a bheith ag foghlaim i rith a saolta. Bh\u00ed siad cleachtadh le hobair na feals\u00fana Gearm\u00e1inise, cos\u00fail le Immanuel Kant agus Johann Gottfried von Herder. Nuair a bh\u00ed oideachas maith ag duine, bheadh s\u00e9\/s\u00ed in ann maireacht\u00e1il go neamhsple\u00e1ch mar shaor\u00e1nach rannph\u00e1irteach. Mar sin, bh\u00ed an comhth\u00e9acs s\u00f3isialta agus polaiti\u00fail an-t\u00e1bhachtach freisin san id\u00e9-eola\u00edochta seo. St\u00f3l tr\u00edchosach a bh\u00ed ann, oideachas an duine f\u00e9in, oideachas faoin gcaidreamh idir an duine agus an domhan m\u00f3r, agus oideachas faoin gcaidreamh idir an duine agus a shocha\u00ed. Chomh maith le hoideachas acad\u00fail, d\u2019fhoghlaimeodh na scol\u00e1ir\u00ed faoina bhfreagrachta\u00ed t\u00e1bhachtacha, maidir leis a gcuid muintir agus cairde, leis an bpobal \u00e1iti\u00fail, leis an n\u00e1isi\u00fan, agus fi\u00fa leis an gcine daonna.\u00a0\u00a0San fhealsamh seo, bh\u00ed teanga na ndaoine an-t\u00e1bhachtach, mar d\u00faradar gur tr\u00edd lionsa a dteanga a bhaineann daoine br\u00ed as gach rud, agus a fhaigheann siad a ndearcadh n\u00e1isi\u00fanta agus a bhf\u00e9ini\u00falacht freisin. N\u00e1r aithin na Sasanaigh go maith \u00e9 sin, nuair a chuir siad coscanna orainn mar gheall ar \u00fas\u00e1id \u00e1r dteanga f\u00e9in!<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">Ar aon n\u00f3s, chuir rialtas na Fionlainne c\u00f3ras oideachas in \u00e1it ag \u00fas\u00e1id na bprionsabal sin ag deireadh an 19<sup>\u00fa<\/sup> haois, agus choime\u00e1d siad in \u00e1it \u00e9 \u00f3 shin i leith.\u00a0\u00a0D\u2019\u00e9irigh leis an gc\u00f3ras sin le himeacht aimsire, agus anois t\u00e1 aitheantas idirn\u00e1isi\u00fanta ar ch\u00f3ras oideachais na Fionlainne mar cheann de na cinn is fearr ar domhan.\u00a0\u00a0<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">An oibreodh c\u00f3ras mar sin in \u00c9irinn? N\u00edl f\u00e1th ar bith nach n-oibreodh! T\u00e1 ollt\u00e1irgeacht int\u00edre (OTI) an duine i bhfad n\u00edos m\u00f3 (caoga faoin gc\u00e9ad) in \u00c9irinn n\u00e1 san Fhionlainn. Caitear n\u00edos m\u00f3 airgid in \u00c9irinn (fiche c\u00faig faoin gc\u00e9ad) ar an gc\u00f3ras oideachais freisin. N\u00edl aon leithsc\u00e9al againn, mar sin! Seo ach c\u00fapla moladh don rialtas nua a bheidh againn l\u00e1 amh\u00e1in, chun \u00e1r gc\u00f3ras oideachais a fheabhs\u00fa.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">Sa ch\u00e9ad \u00e1it, t\u00e1 s\u00e9 thar a bheith uaf\u00e1sach go bhfaigheann na m\u00fainteoir\u00ed a thosaigh ag obair tar \u00e9is 2010 n\u00edos l\u00fa p\u00e1 n\u00e1 na m\u00fainteoir\u00ed a thosaigh roimhe sin. Rinne an cinneadh sin in aghaidh na g\u00e9arch\u00e9ime eacnama\u00edochta a tharla i 2008. Ach c\u00e9n f\u00e1th go bhfuil s\u00e9 i bhfeidhm f\u00f3s? T\u00e1 an difr\u00edocht timpeall deich faoin gc\u00e9ad idir ph\u00e1 an d\u00e1 leibh\u00e9al, agus leanann s\u00e9 mar sin gach bliain. Ag an am c\u00e9anna t\u00f3gann s\u00e9 n\u00edos m\u00f3 ama go minic na c\u00e1il\u00edochta\u00ed m\u00fainteoireachta a bhaint amach sa l\u00e1 at\u00e1 inniu ann.\u00a0\u00a0Cleachtais \u00e9ag\u00f3racha fosta\u00edochta \u00e9 sin a dh\u00e9anamh, agus cuireann s\u00e9 lagmhisneach ar fhormh\u00f3r na mic l\u00e9inn ollscoile dul leis an ngairm sin, go h\u00e1irithe nuair a arda\u00edodh costas tith\u00edochta m\u00e9id m\u00f3r le d\u00e9ana\u00ed.\u00a0\u00a0Mar sin, is \u00e9 mo ch\u00e9ad mholadh n\u00e1 an \u00e9agothroime sin a chur i gceart gan a thuilleadh moille. Chabhr\u00f3dh s\u00e9 sin go m\u00f3r leis an easpa mh\u00f3r m\u00fainteoir\u00ed at\u00e1 sa t\u00edr.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">Sa dara h\u00e1it, t\u00e1 s\u00e9 an-t\u00e1bhachtach go mbeadh spriocanna coiteanna ag saor\u00e1naigh na t\u00edre, \u00f3 thaobh a r\u00f3l sa tsocha\u00ed.\u00a0\u00a0T\u00e1 s\u00e9 an-t\u00e1bhachtach freisin go mbeadh coinsias s\u00f3isialta comhroinnte le ch\u00e9ile. Is iad teanga, cult\u00far agus stair na t\u00edre a nascann an pobal le ch\u00e9ile.\u00a0\u00a0D\u00e1 luaithe a mh\u00fainfear na luachanna sin, is ea is fearr \u00e9.\u00a0\u00a0Chun na haidhmeanna sin a chur i gcr\u00edch, mholfainn ard\u00fa ar l\u00edon na Gaelscoileanna, ag \u00fas\u00e1id airgid a bheadh curtha ar an leataobh ag an rialtas chuige sin gach bliain. T\u00e1 \u00e9ileamh ardghl\u00f3rach ann cheana f\u00e9in, mar \u00e9ir\u00edonn go hiontach leis na scol\u00e1ir\u00ed a fhreastala\u00edonn ar Ghaelscoileanna.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">T\u00e1 molta\u00ed eile ar intinn agam freisin, ach d\u00e1 nd\u00e9anfa\u00ed dul chun cinn ar na molta\u00ed thuasluaite, is d\u00f3cha go mbeimis go l\u00e9ir s\u00e1sta leis na tortha\u00ed luath go leor!<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><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> B\u00edonn na t\u00edortha Nordacha ar bharr an dr\u00e9imire i mbeagnach gach suirbh\u00e9 a chuireann i gcompar\u00e1id t\u00edortha an domhain. Mar shampla, i suirbh\u00e9 bliant\u00fail a thomhaiseann sonas t\u00edortha an domhain, bhuaigh an Fhionlainn an ch\u00e9ad \u00e1it don dara huair i 2019. Bh\u00ed an Iorua, an tSualainn, an Danmhairg agus an \u00cdoslainn ard sa [&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:12pt;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\"><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><a id=\"OLE_LINK1\"><\/a><a id=\"OLE_LINK2\"><\/a><\/p><!-- \/wp:freeform --><!-- wp:freeform --><a id=\"OLE_LINK3\"><\/a><!-- \/wp:freeform --><!-- wp:freeform --><a id=\"OLE_LINK4\"><\/a><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\">B\u00edonn na t\u00edortha Nordacha ar bharr an dr\u00e9imire i mbeagnach gach suirbh\u00e9 a chuireann i gcompar\u00e1id t\u00edortha an domhain.  Mar shampla, i suirbh\u00e9 bliant\u00fail a thomhaiseann sonas t\u00edortha an domhain, bhuaigh an Fhionlainn an ch\u00e9ad \u00e1it don dara huair i 2019.  Bh\u00ed an Iorua, an tSualainn, an Danmhairg agus an \u00cdoslainn ard sa liosta sin freisin.  Bh\u00ed \u00c9ire sa 16<sup>\u00fa<\/sup> h\u00e1it sa liosta c\u00e9anna, agus na St\u00e1it Aontaithe sa 19<sup>\u00fa<\/sup> h\u00e1it.  C\u00e9n phr\u00edomhch\u00fais a bhfuil ag \u00e9ir\u00ed leis na t\u00edortha Nordacha chomh maith sin, go h\u00e1irithe an Fhionlainn?  Cad is f\u00e9idir linn a fhoghlaim?<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\">Ar an dea-uair, t\u00e1 an freagra againn, agus seo \u00e9 i bhfocal amh\u00e1in \u2013 \u2018bildung\u2019 \u2013 sin \u00e9 bun\u00fas an tsonais!&nbsp;&nbsp;<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\">Sa 19<sup>\u00fa<\/sup> haois, thuig \u00e9il\u00edt intleacht\u00fail na Fionlainne go raibh s\u00e9 t\u00e1bhachtach do dhaoine a bheith ag foghlaim i rith a saolta.  Bh\u00ed siad cleachtadh le hobair na feals\u00fana Gearm\u00e1inise, cos\u00fail le Immanuel Kant agus Johann Gottfried von Herder.  Nuair a bh\u00ed oideachas maith ag duine, bheadh s\u00e9\/s\u00ed in ann maireacht\u00e1il go neamhsple\u00e1ch mar shaor\u00e1nach rannph\u00e1irteach.  Mar sin, bh\u00ed an comhth\u00e9acs s\u00f3isialta agus polaiti\u00fail an-t\u00e1bhachtach freisin san id\u00e9-eola\u00edochta seo.  St\u00f3l tr\u00edchosach a bh\u00ed ann, oideachas an duine f\u00e9in, oideachas faoin gcaidreamh idir an duine agus an domhan m\u00f3r, agus oideachas faoin gcaidreamh idir an duine agus a shocha\u00ed.  Chomh maith le hoideachas acad\u00fail, d\u2019fhoghlaimeodh na scol\u00e1ir\u00ed faoina bhfreagrachta\u00ed t\u00e1bhachtacha, maidir leis a gcuid muintir agus cairde, leis an bpobal \u00e1iti\u00fail, leis an n\u00e1isi\u00fan, agus fi\u00fa leis an gcine daonna.&nbsp;&nbsp;San fhealsamh seo, bh\u00ed teanga na ndaoine an-t\u00e1bhachtach, mar d\u00faradar gur tr\u00edd lionsa a dteanga a bhaineann daoine br\u00ed as gach rud, agus a fhaigheann siad a ndearcadh n\u00e1isi\u00fanta agus a bhf\u00e9ini\u00falacht freisin.  N\u00e1r aithin na Sasanaigh go maith \u00e9 sin, nuair a chuir siad coscanna orainn mar gheall ar \u00fas\u00e1id \u00e1r dteanga f\u00e9in! <\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\">Ar aon n\u00f3s, chuir rialtas na Fionlainne c\u00f3ras oideachas in \u00e1it ag \u00fas\u00e1id na bprionsabal sin ag deireadh an 19<sup>\u00fa<\/sup> haois, agus choime\u00e1d siad in \u00e1it \u00e9 \u00f3 shin i leith.&nbsp;&nbsp;D\u2019\u00e9irigh leis an gc\u00f3ras sin le himeacht aimsire, agus anois t\u00e1 aitheantas idirn\u00e1isi\u00fanta ar ch\u00f3ras oideachais na Fionlainne mar cheann de na cinn is fearr ar domhan.&nbsp;&nbsp;<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\">An oibreodh c\u00f3ras mar sin in \u00c9irinn?  N\u00edl f\u00e1th ar bith nach n-oibreodh!  T\u00e1 ollt\u00e1irgeacht int\u00edre (OTI) an duine i bhfad n\u00edos m\u00f3 (caoga faoin gc\u00e9ad) in \u00c9irinn n\u00e1 san Fhionlainn.  Caitear n\u00edos m\u00f3 airgid in \u00c9irinn (fiche c\u00faig faoin gc\u00e9ad) ar an gc\u00f3ras oideachais freisin.  N\u00edl aon leithsc\u00e9al againn, mar sin!  Seo ach c\u00fapla moladh don rialtas nua  a bheidh againn l\u00e1 amh\u00e1in, chun \u00e1r gc\u00f3ras oideachais a fheabhs\u00fa.<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\">Sa ch\u00e9ad \u00e1it, t\u00e1 s\u00e9 thar a bheith uaf\u00e1sach go bhfaigheann na m\u00fainteoir\u00ed a thosaigh ag obair tar \u00e9is 2010 n\u00edos l\u00fa p\u00e1 n\u00e1 na m\u00fainteoir\u00ed a thosaigh roimhe sin.  Rinne an cinneadh sin in aghaidh na g\u00e9arch\u00e9ime eacnama\u00edochta a tharla i 2008.  Ach c\u00e9n f\u00e1th go bhfuil s\u00e9 i bhfeidhm f\u00f3s?  T\u00e1 an difr\u00edocht timpeall deich faoin gc\u00e9ad idir ph\u00e1 an d\u00e1 leibh\u00e9al, agus leanann s\u00e9 mar sin gach bliain.  Ag an am c\u00e9anna t\u00f3gann s\u00e9 n\u00edos m\u00f3 ama go minic na c\u00e1il\u00edochta\u00ed m\u00fainteoireachta a bhaint amach sa l\u00e1 at\u00e1 inniu ann.&nbsp;&nbsp;Cleachtais \u00e9ag\u00f3racha fosta\u00edochta \u00e9 sin a dh\u00e9anamh, agus cuireann s\u00e9 lagmhisneach ar fhormh\u00f3r na mic l\u00e9inn ollscoile dul leis an ngairm sin, go h\u00e1irithe nuair a arda\u00edodh costas tith\u00edochta m\u00e9id m\u00f3r le d\u00e9ana\u00ed.&nbsp;&nbsp;Mar sin, is \u00e9 mo ch\u00e9ad mholadh n\u00e1 an \u00e9agothroime sin a chur i gceart gan a thuilleadh moille.  Chabhr\u00f3dh s\u00e9 sin go m\u00f3r leis an easpa mh\u00f3r m\u00fainteoir\u00ed at\u00e1 sa t\u00edr.<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\">Sa dara h\u00e1it, t\u00e1 s\u00e9 an-t\u00e1bhachtach go mbeadh spriocanna coiteanna ag saor\u00e1naigh na t\u00edre, \u00f3 thaobh a r\u00f3l sa tsocha\u00ed.&nbsp;&nbsp;T\u00e1 s\u00e9 an-t\u00e1bhachtach freisin go mbeadh coinsias s\u00f3isialta comhroinnte le ch\u00e9ile.  Is iad teanga, cult\u00far agus stair na t\u00edre a nascann an pobal le ch\u00e9ile.&nbsp;&nbsp;D\u00e1 luaithe a mh\u00fainfear na luachanna sin, is ea is fearr \u00e9.&nbsp;&nbsp;Chun na haidhmeanna sin a chur i gcr\u00edch, mholfainn ard\u00fa ar l\u00edon na Gaelscoileanna, ag \u00fas\u00e1id airgid a bheadh curtha ar an leataobh ag an rialtas chuige sin gach bliain.  T\u00e1 \u00e9ileamh ardghl\u00f3rach ann cheana f\u00e9in, mar \u00e9ir\u00edonn go hiontach leis na scol\u00e1ir\u00ed a fhreastala\u00edonn ar Ghaelscoileanna.<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\">T\u00e1 molta\u00ed eile ar intinn agam freisin, ach d\u00e1 nd\u00e9anfa\u00ed dul chun cinn ar na molta\u00ed thuasluaite, is d\u00f3cha go mbeimis go l\u00e9ir s\u00e1sta leis na tortha\u00ed luath go leor!<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform -->","_et_gb_content_width":"","footnotes":""},"categories":[44],"tags":[],"class_list":["post-7876","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tuairim"],"_links":{"self":[{"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/7876","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=7876"}],"version-history":[{"count":3,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/7876\/revisions"}],"predecessor-version":[{"id":9563,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/7876\/revisions\/9563"}],"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=7876"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/categories?post=7876"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/tags?post=7876"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}