{"id":7916,"date":"2020-07-29T01:44:47","date_gmt":"2020-07-29T01:44:47","guid":{"rendered":"https:\/\/mickgb.com\/?p=7916"},"modified":"2023-11-23T03:45:12","modified_gmt":"2023-11-23T03:45:12","slug":"suil-siar","status":"publish","type":"post","link":"https:\/\/mickgb.com\/ga\/suil-siar\/","title":{"rendered":"S\u00fail Siar!"},"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: 8pt; padding-bottom: 0; line-height: 1.3;\">Th\u00e1inig m\u00e9 ar an bp\u00edosa iontach seo a scr\u00edobh m\u2019athair Peadar tamall \u00f3 shin, agus cheap m\u00e9 gurb fhi\u00fa \u00e9 a roinnt libh. T\u00e1 s\u00e9 chomh h\u00far c\u00e9anna sa l\u00e1 at\u00e1 inniu ann is a bh\u00ed ag an am ar scr\u00edobhadh \u00e9.<\/p>\n<p><!-- \/wp:post-content --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\"><strong>Carraig Seabhac<\/strong><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\">Ag l\u00e9amh p\u00edosa faoi Chath Charraig Seabhac a bh\u00ed m\u00e9, ar na mallaibh, nuair a th\u00e1inig m\u00e9 ar an gcuntas sin faoin ollchruinni\u00fa a bh\u00ed acu, thart ar an tr\u00e1th \u00fad, i mBaile H\u00e9il, \u201c<em>ag cur in aghaidh deach\u00fa agus sraith teampaill<\/em>\u201d, faoi mar a chuireann an Dialanna\u00ed c\u00e1ili\u00fail Amhlaoibh \u00d3 S\u00failleabh\u00e1in \u00e9.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\">F\u00e9ach mar a scr\u00edobh s\u00e9, faoin d\u00e1ta, 8\u00fa I\u00fail, 1832&#8230;<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\">\u201c<em>L\u00e1 bre\u00e1. Geal\u00e1in is scail\u00edn\u00ed. Bh\u00edos ag comhthion\u00f3l Bhaile H\u00e9il, l\u00e1imh le Cnoc an T\u00f3chair agus Carraig Seac. Bh\u00ed c\u00e9ad m\u00edle fear ann, an chuid is l\u00fa de. Bh\u00ed fiche m\u00edle marcach ann. Bh\u00ed fir Chontae Loch Garman agus Chontae Thiobraid \u00c1rann ag cur in aghaidh deach\u00fa agus sraith teampaill agus ag iarraidh pharliament do thabhairt thar ais go Baile \u00c1tha Cliath. Labhras i nGaeilge ann.<\/em>\u201d<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\">N\u00e1r chorraithe an tr\u00e1th \u00e9 i stair na t\u00edre seo, n\u00f3 ba ghearr roimhe sin a tharla an mar\u00fa \u00fad i gcath Charraig Seac. Agus c\u00e9 cheapfadh go raibh an Ghaeilge chomh beo sin sa d\u00faiche sin an tr\u00e1th \u00fad, sa chaoi go bhf\u00e9adfadh an Dialanna\u00ed c\u00e1ili\u00fail fh\u00e9in \u00f3r\u00e1id i nGaeilge a thabhairt don slua ollmh\u00f3r sin i nGaeilge?<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\"><strong>Choinnigh an t\u00edr an teanga<\/strong><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\">Chuaigh an teanga i l\u00e9ig i measc daoine sna Contaetha sin, san idirlinn, ach m\u00e1 chuaigh fh\u00e9in, n\u00ed dhearna na cnoic n\u00f3 na gleannta; na haibhneacha n\u00f3 na locha; na p\u00e1irceanna n\u00f3 na d\u00faich\u00ed; dearmad ar an dteanga as ar ainmn\u00edodh iad, le sinsearacht. N\u00edl le d\u00e9anamh ag duine ach dul i dteagmh\u00e1il leis an taobh t\u00edre ina gc\u00f3na\u00edonn s\u00e9, le f\u00e1il amach, c\u00e9 chomh Gaelach is at\u00e1 siad f\u00f3s. Baineann daoine \u00fas\u00e1id as na logainmneacha Gaeilge ina gcomhr\u00e1 is ina seanchas, l\u00e1 i ndiaidh lae. Nuair a chloiseann t\u00fa duine ag labhairt faoi Bh\u00f3thar na Manach, tuigeann t\u00fa l\u00e1ithreach, go bhfuil s\u00e9 ag labhairt faoin mb\u00f3thar sin, faoi mar a labhra\u00edodh riamh faoi, sea, agus c\u00e9ard faoin abhainn a sn\u00edonn tr\u00edd an gCathair \u00e1lainn fh\u00e9in, \u201cAn Fheoir\u201d, nach beag difir idir sin agus \u201cThe Nore\u201d, faoi mar a thugtar uirthi i mB\u00e9arla? Sea, agus an baile ar deineadh tagairt d\u00f3 thuas, Cnoc an T\u00f3chair, n\u00f3 i mB\u00e9arla Knocktopher, an-ch\u00f3ngarach d\u00e1 ch\u00e9ile ar\u00eds. N\u00edl dabht ar domhan, ach go mba uaf\u00e1sach an feall \u00e9, \u00e1r logainmneacha a bhascadh agus a bhearnadh, faoi mar a deineadh leo, agus ar\u00eds, n\u00e1rbh \u00e9 an feall \u00e9, nuair n\u00e1r deineadh iad a chur i r\u00e9im ar\u00eds, tr\u00e1th raibh an deis ag an t\u00edr a leith\u00e9id a dh\u00e9anamh?<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\"><strong>Leabhar Owen Kelly<\/strong><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\">Ar\u00eds, m\u00e1 th\u00f3gann t\u00fa leabhar cos\u00fail le \u201cThe Place-Names of County Kilkenny\u201d le Owen Kelly, feicfidh t\u00fa ansin, c\u00e9 mar a coinn\u00edodh an teanga fh\u00e9in sna logainmneacha. Nach minic a thagann duine thar logainm ina bhfuil focail cos\u00fail le&#8230;.garra\u00ed; gr\u00e1ig clais; b\u00e1n; b\u00f3ithr\u00edn; gort; poll; goirt\u00edn; p\u00e1irc; droim; tobar; log; doire; rath, sceach, agus tuilleadh d\u00e1 leith\u00e9id, agus ansin, ag gabh\u00e1il leis na focail sin, le hainm ioml\u00e1n a bhaisteadh ar an \u00e1it, gheobhaidh t\u00fa focail eile, sa chaoi go nd\u00e9anann an p\u00e9ire focal sin carachtar leithleach \u00e1ite a leagan os \u00e1r gcomhair, faoi mar a tharla\u00edonn sna hainmneacha seo &#8230;.Goirt\u00edn na mB\u00f3, Poll a\u2019 Chapaill, Gort na M\u00f3na, An Gleann M\u00f3r, F\u00edodh Ard, Garra\u00ed na Cruaiche, Cill Chiar\u00e1in, Gr\u00e1ig na Manach, B\u00f3is\u00edn na gCloch, agus tuilleadh. Chuir m\u00e9 sp\u00e9is ar leith san ainm, B\u00f3ithr\u00edn na gCloch, mar nach \u00e9 a ghlaoitear air, de ghn\u00e1th, n\u00f3 B\u00f3is\u00edn na gCloch, agus nach suimi\u00fail mar a dh\u00e9antar \u201cs\u201d den \u201cr\u201d caol, sa chomhth\u00e9acs sin, Tarla\u00edonn an rud c\u00e9anna i gc\u00e1s an fhocail \u201cM\u00e1ire\u201d, agus tuilleadh. D\u00e9antar an cleas teanga c\u00e9anna d\u00edreach, th\u00edos i gContae Mhaigh Eo, thart ar an \u00e1it ina raibh an triobl\u00f3id go l\u00e9ir sin idir Iorrasaigh agus Muintir Shell.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\">Feasta, mar sin, b\u00edmis ag \u00e9isteacht leis an taobh t\u00edre, agus \u00ed ag labhairt linn i nGaeilge agus muid ag gabh\u00e1il thar br\u00e1id, cuirimis cluas orainn fh\u00e9in, agus tugaimis aird ar a bhfuil le r\u00e1 aici, n\u00f3 is uaithi a sh\u00edolraigh muid, is ar th\u00e1inig romhainn. Sea, mh\u2019anam, t\u00e1 an Ghaeilge coinnithe beo f\u00f3s ag cnoc is ag gleann, ag gort is ag cuim\u00edn, ag b\u00f3thar is ag b\u00f3is\u00edn; d&#8217;\u00e9istimis leo, agus tugaimis freagra orthu ina dteanga dh\u00fachais fh\u00e9in.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\">\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0<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: 8pt; padding-bottom: 0; line-height: 1.3;\">\u00a0\u00a0<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: 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 --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; 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 --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\">\u00a0\u00a0 <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: 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 --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; 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 --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; 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 --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; 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> Th\u00e1inig m\u00e9 ar an bp\u00edosa iontach seo a scr\u00edobh m\u2019athair Peadar tamall \u00f3 shin, agus cheap m\u00e9 gurb fhi\u00fa \u00e9 a roinnt libh. T\u00e1 s\u00e9 chomh h\u00far c\u00e9anna sa l\u00e1 at\u00e1 inniu ann is a bh\u00ed ag an am ar scr\u00edobhadh \u00e9. Carraig Seabhac Ag l\u00e9amh p\u00edosa faoi Chath Charraig Seabhac a bh\u00ed [&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=\"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:11pt\">\u00a0<\/span><\/strong><\/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 --><p style=\"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 --><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:8pt;padding-bottom:0;line-height:1.3\">Th\u00e1inig m\u00e9 ar an bp\u00edosa iontach seo a scr\u00edobh m\u2019athair Peadar tamall \u00f3 shin, agus cheap m\u00e9 gurb fhi\u00fa \u00e9 a roinnt libh.  T\u00e1 s\u00e9 chomh h\u00far c\u00e9anna sa l\u00e1 at\u00e1 inniu ann is a bh\u00ed ag an am ar scr\u00edobhadh \u00e9.<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\"><strong>Carraig Seabhac<\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\">Ag l\u00e9amh p\u00edosa faoi Chath Charraig Seabhac a bh\u00ed m\u00e9, ar na mallaibh, nuair a th\u00e1inig m\u00e9 ar an gcuntas sin faoin ollchruinni\u00fa a bh\u00ed acu, thart ar an tr\u00e1th \u00fad, i mBaile H\u00e9il, \u201c<em>ag cur in aghaidh deach\u00fa agus sraith teampaill<\/em>\u201d, faoi mar a chuireann an Dialanna\u00ed c\u00e1ili\u00fail Amhlaoibh \u00d3 S\u00failleabh\u00e1in \u00e9. <\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\">F\u00e9ach mar a scr\u00edobh s\u00e9, faoin d\u00e1ta,  8\u00fa I\u00fail, 1832...<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\">\u201c<em>L\u00e1 bre\u00e1. Geal\u00e1in is scail\u00edn\u00ed. Bh\u00edos ag comhthion\u00f3l Bhaile H\u00e9il, l\u00e1imh le Cnoc an T\u00f3chair agus Carraig Seac.  Bh\u00ed c\u00e9ad m\u00edle fear ann, an chuid is l\u00fa de. Bh\u00ed fiche m\u00edle marcach ann. Bh\u00ed fir Chontae Loch Garman agus Chontae Thiobraid \u00c1rann ag cur in aghaidh deach\u00fa agus sraith teampaill agus ag iarraidh pharliament do thabhairt thar ais go Baile \u00c1tha Cliath. Labhras i nGaeilge ann.<\/em>\u201d<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\">N\u00e1r chorraithe an tr\u00e1th \u00e9 i stair na t\u00edre seo, n\u00f3 ba ghearr roimhe sin a tharla an mar\u00fa \u00fad i gcath Charraig Seac.  Agus c\u00e9 cheapfadh go raibh an Ghaeilge chomh beo sin sa d\u00faiche sin an tr\u00e1th \u00fad, sa chaoi go bhf\u00e9adfadh an Dialanna\u00ed c\u00e1ili\u00fail fh\u00e9in \u00f3r\u00e1id i nGaeilge a thabhairt don slua ollmh\u00f3r sin i nGaeilge?<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\"><strong>Choinnigh an t\u00edr an teanga<\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\">Chuaigh an teanga i l\u00e9ig i measc daoine sna Contaetha sin, san idirlinn, ach m\u00e1 chuaigh fh\u00e9in, n\u00ed dhearna na cnoic n\u00f3 na gleannta; na haibhneacha n\u00f3 na locha; na p\u00e1irceanna n\u00f3 na d\u00faich\u00ed; dearmad ar an dteanga as ar ainmn\u00edodh iad, le sinsearacht. N\u00edl le d\u00e9anamh ag duine ach dul i dteagmh\u00e1il leis an taobh t\u00edre ina gc\u00f3na\u00edonn s\u00e9, le f\u00e1il amach, c\u00e9 chomh Gaelach is at\u00e1 siad f\u00f3s. Baineann daoine \u00fas\u00e1id as na logainmneacha Gaeilge ina gcomhr\u00e1 is ina seanchas, l\u00e1 i ndiaidh lae. Nuair a chloiseann t\u00fa duine ag labhairt faoi Bh\u00f3thar na Manach, tuigeann t\u00fa l\u00e1ithreach, go bhfuil s\u00e9 ag labhairt faoin mb\u00f3thar sin, faoi mar a labhra\u00edodh riamh faoi, sea, agus c\u00e9ard faoin abhainn a sn\u00edonn tr\u00edd an gCathair \u00e1lainn fh\u00e9in, \u201cAn Fheoir\u201d, nach beag difir idir sin agus \u201cThe Nore\u201d, faoi mar a thugtar uirthi i mB\u00e9arla? Sea, agus an baile ar deineadh tagairt d\u00f3 thuas, Cnoc an T\u00f3chair, n\u00f3 i mB\u00e9arla Knocktopher, an-ch\u00f3ngarach d\u00e1 ch\u00e9ile ar\u00eds. N\u00edl dabht ar domhan, ach go mba uaf\u00e1sach an feall \u00e9, \u00e1r logainmneacha a bhascadh agus a bhearnadh, faoi mar a deineadh leo, agus ar\u00eds, n\u00e1rbh \u00e9 an feall \u00e9, nuair n\u00e1r deineadh iad a chur i r\u00e9im ar\u00eds, tr\u00e1th raibh an deis ag an t\u00edr a leith\u00e9id a dh\u00e9anamh? <\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\"><strong>Leabhar Owen Kelly<\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\">Ar\u00eds, m\u00e1 th\u00f3gann t\u00fa leabhar cos\u00fail le \u201cThe Place-Names of County Kilkenny\u201d le Owen Kelly, feicfidh t\u00fa ansin, c\u00e9 mar a coinn\u00edodh an teanga fh\u00e9in sna logainmneacha. Nach minic a thagann duine thar logainm ina bhfuil focail cos\u00fail le....garra\u00ed; gr\u00e1ig clais; b\u00e1n; b\u00f3ithr\u00edn; gort; poll; goirt\u00edn; p\u00e1irc; droim; tobar; log; doire; rath, sceach, agus tuilleadh d\u00e1 leith\u00e9id, agus ansin, ag gabh\u00e1il leis na focail sin, le hainm ioml\u00e1n a bhaisteadh ar an \u00e1it, gheobhaidh t\u00fa focail eile, sa chaoi go nd\u00e9anann an p\u00e9ire focal sin carachtar leithleach \u00e1ite a leagan os \u00e1r gcomhair, faoi mar a tharla\u00edonn sna hainmneacha seo ....Goirt\u00edn na mB\u00f3, Poll a\u2019 Chapaill, Gort na M\u00f3na, An Gleann M\u00f3r, F\u00edodh Ard, Garra\u00ed na Cruaiche, Cill Chiar\u00e1in, Gr\u00e1ig na Manach, B\u00f3is\u00edn na gCloch, agus tuilleadh. Chuir m\u00e9 sp\u00e9is ar leith san ainm, B\u00f3ithr\u00edn na gCloch, mar nach \u00e9 a ghlaoitear air, de ghn\u00e1th, n\u00f3 B\u00f3is\u00edn na gCloch, agus nach suimi\u00fail mar a dh\u00e9antar \u201cs\u201d den \u201cr\u201d caol, sa chomhth\u00e9acs sin, Tarla\u00edonn an rud c\u00e9anna i gc\u00e1s an fhocail \u201cM\u00e1ire\u201d, agus tuilleadh. D\u00e9antar an cleas teanga c\u00e9anna d\u00edreach, th\u00edos i gContae Mhaigh Eo, thart ar an \u00e1it ina raibh an triobl\u00f3id go l\u00e9ir sin idir Iorrasaigh agus Muintir Shell. <\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\">Feasta, mar sin, b\u00edmis ag \u00e9isteacht leis an taobh t\u00edre, agus \u00ed ag labhairt linn i nGaeilge agus muid ag gabh\u00e1il thar br\u00e1id, cuirimis cluas orainn fh\u00e9in, agus tugaimis aird ar a bhfuil le r\u00e1 aici, n\u00f3 is uaithi a sh\u00edolraigh muid, is ar th\u00e1inig romhainn. Sea, mh\u2019anam, t\u00e1 an Ghaeilge coinnithe beo f\u00f3s ag cnoc is ag gleann, ag gort is ag cuim\u00edn, ag b\u00f3thar is ag b\u00f3is\u00edn; d'\u00e9istimis leo, agus tugaimis freagra orthu ina dteanga dh\u00fachais fh\u00e9in.<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<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:8pt;padding-bottom:0;line-height:1.3\">&nbsp;&nbsp;<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:8pt;padding-bottom:0;line-height:1.3\"><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:8pt;padding-bottom:0;line-height:1.3\"><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:8pt;padding-bottom:0;line-height:1.3\">&nbsp;&nbsp; <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:8pt;padding-bottom:0;line-height:1.3\"><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:8pt;padding-bottom:0;line-height:1.3\"><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:8pt;padding-bottom:0;line-height:1.3\"><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: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":[46],"tags":[],"class_list":["post-7916","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-stair"],"_links":{"self":[{"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/posts\/7916","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=7916"}],"version-history":[{"count":3,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/posts\/7916\/revisions"}],"predecessor-version":[{"id":9543,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/posts\/7916\/revisions\/9543"}],"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=7916"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/categories?post=7916"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/tags?post=7916"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}