
function capitalize (str) {
	if (!str || !str.length || !str.charAt) { return ''; }
	return str.charAt(0).toUpperCase() + str.substring(1);
}

var gLang = new (function () {
	/*1*/ this.pleaseCheck =" Dearbhaigh do nasc líonra le do thoil. ";
	/*2*/ this.blogLinkText ="blag";
	/*3*/ this.forumLinkText ="clár plé";
	/*4*/ this.termsLinkText ="coinníolacha friothála";
	/*5*/ this.privacyLinkText ="beartas príobháideachais";
    this.blogLink = '<a href="http://blog.meebo.com/" target="_blank">' + this.blogLinkText + "</a>";//NO
    this.forumLink = '<a href="http://forum.meebo.com/" target="_blank">' + this.forumLinkText + "</a>";//NO
	this.commentsLink = '<a target="_blank" href="http://www.meebo.com/support/contact/">here</a>';//NO
	this.termsLink = '<a target="_blank" href="http://www.meebo.com/terms/">' + this.termsLinkText + "</a>";//NO
	this.privacyLink = '<a target="_blank" href="http://www.meebo.com/privacy/full/">' + this.privacyLinkText + "</a>";//NO
	/*6*/ this.disruption="Ochón! Bhraith Meebo trasnú ar an líonra. ";
	/*7*/ this.awayDisruption="Níorbh fhéidir do threo a nuashonrú. ";
	/*8*/ this.reconnectPrompt="Ar mhaith leat nasc arís? ";
	/*9*/ this.ajaxError="Níorbh fhéidir nasc leis an líonra. ";
	/*10*/ this.ajaxLogoutError="Is dona linn, tá tú sínithe amach faoi láthair. ";
	/*11*/ this.ajaxConnectError="Is dona linn, tá deacrachtaí ag meebo nasc leis an líonra. ";
	/*12*/ this.consoleDisruption="trasnú líonra";
	/*13*/ this.couldNotConnect ="Ní raibh Meebo in ann nasc leis an líonra.";
    this.netError= this.couldNotConnect + this.pleaseCheck;//NO
	/*14*/ this.loginError="Triail arís é! Déan deimhin de go bhfuil an t-ainm agus an focal faire cruinn agat. ";
	/*15*/ this.thanks="Go raibh maith agat as ucht feidhm a bhaint as Meebo! ";
	/*16*/ this.logout="Scoir tú. ";
	/*19*/ this.signOnWait="Ag síniú isteach. Fan le do thoil...";
	/*20*/ this.waitReceive="Faisnéis an tsínithe á fháil...";
	/*24*/ this.incomplete="Tabhair aitheantas chun tosaigh ag baint feidhm as meebo. ";
	/*27*/ this.noPass="Tabhair focal faire le do thoil. ";
	/*29*/ this.blankConsole="Níl tú sínithe isteach i gcuntas. ";
	/*30*/ this.logoffStatus="Tá Meebo sínithe as faoi láthair. ";
	/*32*/ this.fetchingInfo="Ag fáil faisnéis... ";
	/*33*/ this.isTyping ="Tá %1 ag clóscríobh";
	/*34*/ this.isMobile ="Tá %1 nasctha trí gléas soghluaiste";
	/*35*/ this.isAway ="Tá %1 ar shiúil";
	/*36*/ this.isIdle ="Tá %1 neamhghnóthach";
	/*38*/ this.rightBack="Beidh mé ar ais go luath";
	/*39*/ this.busy="Táim gnóthach";
	/*40*/ this.sleeping="Táim i mo chodladh";
	/*41*/ this.awayComputer="Táim imithe ón ríomhaire";
	/*45*/ this.navigateAway="Má scoireann tú, ní choimeádfar do chuid teachtaireachtaí Meebo!";
	/*46*/ this.meeboMessage="Teachtaireacht Meebo";
	/*47*/ this.meeboOffline="Trasnú líonra braite. ";
	/*49*/ this.isOffline="Tá %1 dínasctha";
	/*50*/ this.isOnline="Tá %1 nasctha";
	/*57*/ this.reconnectHeader="Athnasc le meebo? ";
	/*58*/ this.newConnectionHeader="Nasc Nua!";
	/*59*/ this.netErrorHeader="Botún Líonra";
	/*60*/ this.goodbyeHeader="Slán leat!";
	/*63*/ this.addBuddyHeader="Cuir Cara Leis!";
	/*64*/ this.addAccountHeader="Cuir Cuntas Leis!";
	/*65*/ this.miniLogonHeader="Naisc trí meebo";
	/*66*/ this.removeBuddyHeader="Bain Cara!";
	/*67*/ this.acceptHeader="Iarratas Bheith mar Cara!";
	/*68*/ this.authHeader="Níorbh fhéidir cead a thabhairt do do chara";
	/*69*/ this.addErrorHeader="Níorbh fhéidir an cara a chur leis";
	/*70*/ this.removeErrorHeader="Níorbh fhéidir an cara a bhaint";
	/*71*/ this.welcomeHeader="Fáilte go meebo";
	/*73*/ this.createAccountHeader="Cruthaigh cuntas meebo!";
	/*74*/ this.imBuddyHeader="Cara TM!";
	/*75*/ this.imBuddyErrorHeader="Níorbh fhéidir cara TM a chur leis";
	/*76*/ this.tryAgainHeader ="Triail Arís É";
	/*78*/ this.addBuddyTT="Cuir Cara Leis";
	/*79*/ this.removeBuddyTT="Bain Cara";
	/*81*/ this.anyoneTT="Labhair le Duine Ar Bith";
	/*82*/ this.chatTT="Comhrá na Buíne";
	/*83*/ this.boldTT="trom";
	/*84*/ this.italicTT="iodálach";
	/*85*/ this.underlineTT="cuir líne faoi";
	/*87*/ this.emoticonTT="straoiseoga";
	/*88*/ this.nextTT="Ar Aghaidh";
	/*89*/ this.backTT="Back";
	/*90*/ this.cancelTT="Cealaigh";
	/*91*/ this.signOnTT="Sínigh Isteach";
	/*92*/ this.soundTT="fuaim";
	/*93*/ this.acceptBtn="Glac leis";
	/*94*/ this.addBtn="Cuir Leis";
	/*95*/ this.AddAccountBtn="Cuir Cuntas Leis";
	/*98*/ this.closeBtn="Dún";
	/*100*/ this.okBtn="Tá go maith";
	/*101*/ this.reconnectionBtn="Athnasc";
	/*102*/ this.removeBtn="Bain";
	/*103*/ this.sendBtn="Send";
	/*105*/ this.imBuddyBtn="Cara TM!";
	/*107*/ this.wantsAdd="Teastaíonn ó %1 %2 a chur lena réim cairde.";
	/*108*/ this.authCheck1="Níorbh fhéidir cead a thabhairt don cara.";
	this.authCheck=this.authCheck1 + this.pleaseCheck;//NO
	/*110*/ this.addBuddyPrompt="Tabhair ainm do chara, do ainm síniú isteach, agus an bhuíon ina dteastaíonn uait do chara a chur ann.";
	/*111*/ this.noBrEmail="Tabhair ainm ar an dóigh seo: ainm@freastalaí (ar nós siobhan@gmail.com) ";
	/*112*/ this.logonid="Aitheantas Síniú Isteach";
	/*113*/ this.buddy="Cara";
	/*114*/ this.group="Buíon";
	/*115*/ this.addError="Níorbh fhéidir %1 a chur leis. ";
	/*116*/ this.addNetError="Níorbh fhéidir an cara a chur leis.";
	/*117*/ this.addErrorBecause=" Níorbh fhéidir %1 a chur leis mar tá an cara sin ann cheana. ";
	/*118*/ this.noAccounts="Níl tú sínithe isteach in aon cuntas TM ar bith. ";
	/*120*/ this.noAccountsPrompt="Chun síniú isteach i gcuntas, roghnaigh an deilbhín \'Sínigh Isteach\' ag bun an réim cairde nó %1brúigh anseo%2 ";
	/*122*/ this.removeNetError1="Níorbh fhéidir an cara a bhaint. ";
	this.removeNetError=this.removeNetError1 + this.pleaseCheck;//NO
	/*123*/ this.imBuddyPrompt="Roghnaigh an cuntas sínigh isteach ó ar mhaith leat teachtaireachtaí a sheoladh chuig do chara.";
	/*124*/ this.imBuddyNamePrompt="Soláthraigh ainm an charad ar mhaith leat dul i dteagmháil le.";
	/*128*/ this.singleFail="Níorbh fhéidir le meebo naisc a chruthú leis an riar TM seo.";
	/*129*/ this.pluralFail="Níorbh fhéidir le meebo naisc a chruthú leis na riar TM seo.";
	/*130*/ this.singleFailDescr="D\'fhéadfadh an ainm nó an focal faire bheith mícheart nó b\'fhéidir gur shínigh tú isteach in áit eile.";
	/*131*/ this.pluralFailDescr="D\'fhéadfadh na ainmneacha nó na focail faire bheith mícheart nó b\'fhéidir gur shínigh tú isteach in áit eile.";
	/*132*/ this.imNetError1="Tá tú ag obair gan nasc leis an líonra faoi láthair agus ní sheolfar nó ní gheofar teachtaireachtaí. ";
	this.imNetError=this.imNetError1 + this.reconnectPrompt;//NO
	/*133*/ this.alreadyUser="An ball cheana féin thú?";
	/*135*/ this.autoInvisible="Sínigh isteach mar dofheicthe";
	/*137*/ this.password="Focal Faire";
	/*138*/ this.autoConnect="Déan nasc ag an tosú";
	/*141*/ this.registerMsg="Ligfidh do chuntas meebo duit taifid comhráite agus sainroghanna a chur i dtaisce agus daoine eile ar meebo a aimsiú. Cláraigh linn ar luas lasrach! Tosaigh anois!";
	/*142*/ this.welcomeBack="Fáilte ar ais go meebo!";
	/*143*/ this.meeboProfile="Do bheathaisnéisín meebo (poiblí)";
	/*144*/ this.meeboPrivateProfile="Do bheathaisnéisín meebo (caonda)";
	/*145*/ this.icon="deilbhín cara";
	/*146*/ this.fullName="ainm iomlán";
	/*147*/ this.newmeeboid="aitheantas meebo nua";
	/*148*/ this.meeboid="aitheantas meebo";
	/*149*/ this.confirmpassword="deimhnigh an focal faire";
	/*150*/ this.emaildescr="seoladh ríomhphost (ar eagla na heagla go gcailltear do fhocal faire):";
	/*151*/ this.security="ceist slándála";
	/*154*/ this.oneMoment="Bomaite amháin le do thoil...";
	/*155*/ this.verifyWait="Go raibh maith agat as ucht bheith foighneach. Tá meebo  ag dearbhú go bhfuil d\'aitheantas %1 ar fáil";
	/*156*/ this.sorry="Is dona linn";
	/*157*/ this.alreadyTaken=" Tá %1 gafa cheana. Roghnaigh ceann eile agus atriail é.";
	/*158*/ this.nameRestrictions="(A-Z, 0-9, fostríoca, agus lánstadanna)";
	/*161*/ this.email="seoladh ríomhphoist";
	this.Email=capitalize(this.email);//NO
	/*162*/ this.noIdError="Soláthraigh aitheantas meebo chun cuntas meebo nua a chruthú";
	/*163*/ this.shortIdError="Sonraigh aitheantas meebo le ar a laghad 4 litreacha.";
	/*164*/ this.longIdError="Ná sonraigh aitheantas meeebo le níos mó ná 100 litreacha.";
	/*165*/ this.specialCharError="Bain feidhm as litreacha (a-z), uimhreacha (0-9), agus lán stadanna (.) amháin le d\'aitheantas meebo.";
	/*166*/ this.noNameError="Soláthraigh ainm don cuntas meebo nua agat.";
	/*167*/ this.noEmailError="Soláthraigh seoladh ríomhphoist don cuntas meebo nua agat.";
	/*168*/ this.poorEmailError="Soláthraigh seoladh ríomhphoist ar nós seo \'ainm@fearann.com\'";
	/*173*/ this.passwordLength="(ar a laghad 6 litreacha)";
	/*174*/ this.noPasswordError="Soláthraigh focal faire meebo nua don cuntas meebo nua agat";
	/*175*/ this.shortPasswordError="Soláthraigh focal faire meebo le 6 litreacha ar a laghad";
	/*176*/ this.longPasswordError="Ná soláthraigh focal faire atá níos mó ná 100 litreacha";
	/*177*/ this.noConfirmPassword="Soláthraigh focal faire dearbhála don cuntas meebo nua agat";
	/*178*/ this.noMatchPassword="Tá na an focal faire agus an focal faire dearbhála éagsúil. Dearbhaigh arís na réimsí seo agus atriail é.";
	/*179*/ this.specialCharPassword="Bain feidhm as litreacha, uimhreacha, agus comharthaí poncaíochta mar litreacha i d\'fhocal faire.";
	/*180*/ this.secondLook="Féach arís air le do thoil!";
	/*182*/ this.incompleteLogon="Síniú Isteach Neamhchríochnaithe";
	/*183*/ this.toCreateError="Níorbh fhéidir nasc nua meebo a chruthú.";
	/*184*/ this.network="Líonra";
	/*185*/ this.noJavaScriptRequired="Tá JavaScript de dhíth chun síniú isteach.";
	/*186*/ this.noJavaScript="Tá JavaScript de dhíth ó meebo ionas gur féidir leat síniú isteach. Ní tacaíonn an líonléitheoir seo le JavaScript nó tá bac á chur ar scripteanna.";
	/*187*/ this.noJavaScript2="Chun fionnadh an dtacaíonn do líonléitheoir le JavaScript nó an gceadaíonn sé scripteanna, féach cabhair an líonléitheora ar an gréasán.";
	/*190*/ this.rememberMe="cuimhnigh orm";
	/*193*/ this.help="cabhair";
	/*194*/ this.logoff="Scoir";
	/*195*/ this.signon="Sínigh Isteach";
	/*198*/ this.buddylist="Réim Cairde";
	/*199*/ this.blockBuddy="Cuir Bac ar an Cara Seo";
	/*200*/ this.unblockBuddy="Bain an Bac den Cara Seo";
	/*201*/ this.confirmBlock="An bhfuil tú cinnte go dteastaíonn uait bac a chur ar %1?";
	/*202*/ this.confirmRemove="An bhfuil tú cinnte go dteastaíonn uait bac a bhaint de %1?";
	/*208*/ this.emoticonPref="Taispeáin straoiseoga sa teachtaireacht TM";
	/*210*/ this.chatLogs="Taifid na gComhráite";
	/*211*/ this.chatLogsTT="Féach ar Taifid na gComhráite";
	/*213*/ this.viewChatLog="Féach ar Taifead an Chomhrá";
	/*215*/ this.chatLogWindowCaption ="Taifid comhráite %1";
	/*216*/ this.profile="Beathaisnéisín";
	/*217*/ this.buddyUnavailable="Níl faisnéis an charad ar fáil";
	/*219*/ this.creatingAccount="Go raibh maith agat as ucht bheith foighneach. Tá meebo ag cruthú do chuntas nua.";
	/*222*/ this.newPassword="focal faire nua";
	/*223*/ this.imName="Seol teachtaireacht chuig %1";
	/*232*/ this.viewProfile="Féach ar an Bheathaisnéisín";
	/*234*/ this.loading="ag luchtú";
	/*235*/ this.startChatting="Labhair le %1 chun oireas taifead comhrá a thosú!";
	/*236*/ this.chatLogErrorHeader ="Níorbh fhéidir taifead an chomhrá a ghabháil";
	/*237*/ this.chatLogNetError1 ="Níorbh fhéidir taifead comhráite do chara a ghabháil. ";
	this.chatLogNetError = this.chatLogNetError1 + this.pleaseCheck;//NO
	/*239*/ this.inviteToChat ="Thug %1 cuireadh do %2 comhrá a dhéanamh i %3!";
	/*240*/ this.inviteMsg ="Scríobhann %1 %2";
	/*242*/ this.inviteBuddy ="Tabhair cuireadh don cara";
	/*243*/ this.buddyJoinChat ="Tháinig %1 isteach sa chomhrá";
	/*244*/ this.buddyLeaveChat ="D\'fhág %1 an comhrá";
	this.groupChatHeader = this.chatTT; //NO
	/*248*/ this.groupChatTT ="Tosaigh nó ceangail le cnuaschomhrá";
	/*249*/ this.groupChatPrompt="Cuir isteach ainm seomra comhrá a theastaíonn uait tosú nó ceangail le. ";
	/*250*/ this.groupChatServerPrompt="Le haghaidh daoine a bhaineann feidhm as Jabber, cuir isteach ainm freastalaí an chomhrá ar a bhfuil an cnuaschomhrá lonnaithe (ar nós conference.jabber.org).";
	/*251*/ this.groupChatErrorHeader="Níorbh fhéidir ceangail leis an cnuaschomhrá";
	/*252*/ this.noChatRoom="Soláthraigh ainm don seomra comhrá.";
	/*253*/ this.noChatRoomServer="Soláthraigh freastalaí seomra comhrá jabber.";
	/*254*/ this.chatroomname ="Seomra an Comhrá";
	/*255*/ this.chatroomserver ="Freastalaí Comhráite";
	/*256*/ this.chatAcceptHeader ="Cuireadh le haghaidh Comhrá!";
	/*257*/ this.noICQGroupChat ="Ní thacaíonn an cnuaschomhrá le cuireadh a thabhairt do cairde ICQ.";
	/*258*/ this.chatroomended ="Chríochnaigh dreas an seomra chomhrá seo.";
	/*259*/ this.noChatRoomSpecialChars="Bain feidhm as litreacha agus uimhreacha amháin do d\'ainm seomra comhrá.";
	/*260*/ this.denyBtnTT ="Diúltaigh";
	/*261*/ this.acceptAndAddBtnTT ="Glac & Cuir Leis";
	/*262*/ this.blockBuddyContext="Cuir Bac ar %1";
	/*263*/ this.unblockBuddyContext="Bain an Bac de %1";
	/*264*/ this.imBuddyContext="Seol teachtaireacht chuig %1!";
	/*265*/ this.removeBuddyContext="Bain %1";
	/*266*/ this.hideBuddyContext="Folaigh %1";
	/*267*/ this.hasTyped ="Scríobh %1 rud éigin";
	/*269*/ this.displayName ="Ainm Taispeána";
	/*270*/ this.blogHeader ="Blag Meebo";
	/*273*/ this.accountsTabHeader ="Cuntais";
	/*274*/ this.preferencesTabHeader ="Sainroghanna";
	/*275*/ this.removeBuddiesHeader="Bain Cairde!";
	/*276*/ this.removeBuddyGroupHeader="Bain Buíon Cairde!";
	/*277*/ this.removeBuddyGroupsHeader="Bain Buíonta Cairde!";
	/*278*/ this.addBuddyGroupNamePrompt="Soláthraigh ainm na buíne a theastaíonn cuir le do réim cairde.";
	/*279*/ this.addBuddyGroupPrompt="Soláthraigh ainm na buíne a theastaíonn uait cuir leis.";
	/*280*/ this.addBuddyGroupHeader="Cuir an Bhuíon Chairde Leis!";
	/*281*/ this.renameBuddy ="Athainmnigh %1";
	/*282*/ this.renameBuddyNetError ="Níorbh fhéidir an cara a athainmniú.";
	/*286*/ this.meeboMeIntro ="Fáilte go dtí do chuid giuirléidí meebo mé.";
	/*287*/ this.meeboMeDescr ="Bainistigh do chuid giuirléidí meebo mé! Cuir nó cumraigh giuirléid le thíos.";
	/*290*/ this.smallWidget ="beag (%1 x %2 px)";
	/*291*/ this.regularWidget ="gnáth (%1 x %2 px)";
	/*292*/ this.largeWidget ="ollmhór (%1 x %2 px)";
	/*293*/ this.addMeeboMeInstructions ="Soláthraigh ainm agus méid don ghiuirléid chun do ghiuirléid meebo mé nua a chruthú!";
	/*294*/ this.widgetName ="Ainm na giuirléide";
	/*295*/ this.widgetSize ="Méid na giuirléide";
	/*296*/ this.showPrev ="Taispeáin Réamhamharc";
	/*297*/ this.hidePrev ="Folaigh Réamhamharc";
	/*298*/ this.addWidgetCaption ="Cruthaigh giuirléide meebo mé!";
	/*299*/ this.widgetNameNeeded ="Soláthraigh ainm don ghiuirléid.";
	/*300*/ this.meeboMeTabName ="meebo mé!";
	/*301*/ this.unableToCreateWidget ="Is dona linn! Ní rabhamar in ann do ghiuirléid meebo mé nua a chruthú! %1";
	/*302*/ this.addANewWidget ="Cuir Giuirléid Nua Leis";
	/*303*/ this.disable ="Díchumasaigh";
	/*304*/ this.enable ="Cumasaigh";
	/*306*/ this.widgetEmbed ="Leabaigh an ghiuirléid";
	/*307*/ this.createANewWidget ="Cruthaigh Giuirléid Nua!";
	/*308*/ this.hasLeftYourPage ="D\'fhág %1 do leathanach";
	/*309*/ this.minute ="nóiméad";
	/*310*/ this.minutes ="nóiméid";
	/*311*/ this.enabled ="Cumasaithe";
	/*312*/ this.disabled ="Díchumasaithe";
	/*316*/ this.widgetNameTooLong ="Soláthraigh ainm giuirléide le níos lú ná 100 litreacha.";
	/*318*/ this.embedWait ="Ag cruthú an ghiuirléid...";
	/*319*/ this.errorCreatingWidget ="Tharla botún ag cruthú an ghiuirléid";
	/*324*/ this.widgetNameTaken ="Soláthraigh ainm ghiuirléide uathúil.";
	/*325*/ this.specialCharErrorWidget ="Soláthraigh ainm ghiuirléide le a-z A-Z 0-9 . \' agus _.";
	/*328*/ this.removeBuddiesContext="Bain Cairde";
	/*329*/ this.unblockBuddiesContext="Bain an Bac de na Chairde";
	/*330*/ this.blockBuddies="Cuir Bac ar Chairde";
	/*332*/ this.confirmRemoveBuddies="An bhfuil tú cinnte go dteastaíonn uait na %1 cairde roghnaithe a bhaint?";
	/*333*/ this.confirmRemoveBuddyGroups="An bhfuil tú cinnte go dteastaíonn uait na %1 buíonta chairde roghnaithe a bhaint?";
	/*334*/ this.confirmRemoveBuddyGroup="An bhfuil tú cinnte go dteastaíonn uait an bhuíon \'%1\' a bhaint (agus na cairde go léir ann)?";
	/*335*/ this.confirmBlocks="An bhfuil tú cinnte go dteastaíonn uait bac a chur ar na %1 cairde roghnaithe?";
	/*336*/ this.addBuddyGroupContext="Cuir Buíon Nua Leis";
	/*337*/ this.removeBuddyGroupContext="Bain an Buíon";
	/*338*/ this.removeBuddyGroupsContext="Bain na mBuíonta";
	/*340*/ this.offlineGroup="Dínasctha";
	/*341*/ this.groupChatBuddiesContext="Tabhair Cuireadh Chuig Cairde chun Comhrá A Dhéanamh";
	/*342*/ this.blockBuddiesContext="Cuir Bac ar Chairde";
	/*343*/ this.addBuddyGroupErrorHeader="Níorbh fhéidir an bhuíon chairde a chur leis";
	/*344*/ this.addBuddyGroupErrorBecause="Níorbh fhéidir %1 a chur leis mar tá an bhuíon sin ann cheana.";
	/*345*/ this.addBuddyToGroup="Cuir cara le buíon %1";
	/*346*/ this.invalidBuddyGroupNamePrompt="Tá ainm an bhuíon chairde a sholáthraigh tú ró-fhada.";
	/*349*/ this.addBuddySingleAccountPrompt ="Soláthraigh ainm do chara agus an bhuíon a theastaíonn uait do chara a chur le.";
	/*350*/ this.january ="Eanáir";
	/*351*/ this.february ="Feabhra";
	/*352*/ this.march ="Márta";
	/*353*/ this.april ="Aibreán";
	/*354*/ this.may ="Bealtaine";
	/*355*/ this.june ="Meitheamh";
	/*356*/ this.july ="Iúil";
	/*357*/ this.august ="Lúnasa";
	/*358*/ this.september ="Meán Fómhair";
	/*359*/ this.october ="Deireadh Fómhair";
	/*360*/ this.november ="Samhain";
	/*361*/ this.december ="Nollaig";
	/*362*/ this.sunday ="Dé Domhnaigh";
	/*363*/ this.monday ="Dé Luain";
	/*364*/ this.tuesday ="Dé Máirt";
	/*365*/ this.wednesday ="Dé Ceádaoin";
	/*366*/ this.thursday ="Déardaoin";
	/*367*/ this.friday ="Dé hAoine";
	/*368*/ this.saturday ="Dé Sathairn";
	/*369*/ this.dateFormat ="%1, %2 %3, %4";
	/*370*/ this.phraseNotFound ="Níorbh fhéidir \'%1\' a aimsiú";
	/*371*/ this.searching ="Ag cuardach...";
	/*374*/ this.findLbl ="Aimsigh: ";
	/*375*/ this.startFromBeginning ="Ag leanúint an cuardach ó thús taifead an chomhrá";
	/*378*/ this.register ="Cláraigh";
	/*379*/ this.privacy ="Príobháideachas";
	/*383*/ this.forgotPassword2 ="Ar dhearmad tú d\'fhocal faire?";
	/*384*/ this.loginId ="Sínigh Isteach";
	/*386*/ this.currSkin ="Réamhshocrú";
	/*388*/ this.popOutTT ="Preab Amach";
	/*389*/ this.popInTT ="Preab Isteach";
	/*390*/ this.modify ="Mionathraigh";
	/*391*/ this.products ="Táirgí";
	/*393*/ this.save ="Cuir i dtaisce";
	/*394*/ this.renameGroupNetError ="Níorbh fhéidir an bhuíon a athainmniú.";
	/*395*/ this.renameGroupOfflineError ="Níorbh fhéidir feidhm a bhaint as \'Dínasctha\' mar ainm don bhuíon.";
	/*396*/ this.renameGroupExistsError ="Tá an bhuíon %1 ann cheana.";
	/*397*/ this.setProfile ="Socraigh Beathaisnéisín";
	/*398*/ this.setProfileHeader="Coinnigh do chuid cairde bord ar bhord le do shaol trí bheathaisnéisín a chruthú.";
	/*401*/ this.setDisplayName ="Socraigh an Ainm Taispeána";
	/*403*/ this.setDisplayNameHeader ="Soláthraigh ainm taispeána. Bainfear feidhm as an t-ainm taispeána seo chun tú a chur in aithint ar réim cairde do chuid cairde.";
	/*404*/ this.setDisplayNameAIMError ="Ba chóir go mbeadh an t-ainm taispeána mar athróg ar %1 ach le ceannlitreacha nó bearnaí éagsúil. Mar shampla, is ainmneacha féideartha iad %2 agus %3.";
	/*405*/ this.inv ="dofheicte";
	/*407*/ this.reconnecting ="ag athnascadh";
	/*410*/ this.popupBlocked ="Chuireadh Bac ar an Mhír Aníos";
	/*411*/ this.popupBlockedMsg ="Chuir do líonléitheoir bac ar an fhuinneog aníos. Díchumasaigh an bacaire míreanna aníos agus atriail é.";
	/*412*/ this.popupBlockedMsg ="Chuir do líonléitheoir bac ar an fhuinneog aníos.";
	/*413*/ this.popupfirefox ="Chun an bacaire míreanna aníos ar Fhirefox a díchumasú brúigh ar chnaipe na Roghanna sa chúinne ar bharr na taoibhe deas agus roghnaigh \'Ceadaigh míreanna aníos le haghaigh www.meebo.com\'";
	/*414*/ this.popupie ="Chun an bacaire míreanna aníos a díchumasú in Internet Explorer brúigh ar an bharra buí ag an bharr agus roghnaigh \'Ceadaigh i gcónaí míreanna aníos ón Láithreán Seo...\'";
	/*419*/ this.removeBuddiesInstr ="Roghnaigh roinnt cairde le bhaint agus atriail é.";
	/*420*/ this.joinChat ="Ceangail leis an gComhrá";
	/*421*/ this.block ="Block";
	/*422*/ this.cannotRemoveOffline ="Ní féidir an bhuíon \'Dínasctha\' a bhaint.";
	this.removeBuddiesOffline = this.cannotRemoveOffline + " " + this.removeBuddiesInstr;//NO
	/*425*/ this.sortGroupByName ="Togh an Réim Cairde de réir Ainm";
	/*426*/ this.sortGroupByNetwork ="Togh an Réim Cairde de réir Líonra";
	/*427*/ this.sortGroupByStatus ="Togh an Réim Cairde de réir Treo";
	/*429*/ this.buddyIconErrorHeader ="Níorbh fhéidir an ghrianghraf a shocrú";
	/*430*/ this.buddyIconErrorExt ="Roghnaigh íomhá .jpg, .gif, nó .png.";
	this.buddyIconErrorFiletype = "Image format was invalid. " + this.buddyIconErrorExt;//NO
	/*431*/ this.buddyIconErrorSize ="Tá an comhad ró-mhór. Leid: Déan iarracht an íomhá a laghdú. Uasmhéid an chomhaid ná 80Kb.";
	/*432*/ this.buddyIconErrorGeneral ="Ochón! Níorbh fhéidir le meebo do ghrianghraf a shocrú. Déan iarracht arís ar ball!";
	/*434*/ this.pinkSkin ="bán-dearg";
	/*435*/ this.greenSkin ="glas";
	/*436*/ this.purpleSkin ="corcra";
	/*440*/ this.joinChatUpsell ="Ceangail le comhrá arbh é meebo atá ina óstach dó!";
	/*441*/ this.reinviteBuddyContext="Tabhair cuireadh eile do %1";
	/*442*/ this.buddyIconErrorImageSize ="Tá méid an híomhá ró-mhór. Leid: Déan iarracht an íomhá a laghdú. Uasairde agus uasleithead ná 2000 faoina 2000 picteilíní.";
	/*443*/ this.gender ="Inscne";
	/*444*/ this.male ="Fireann";
	/*445*/ this.female ="Baineann";
	/*446*/ this.age ="Aois";
	/*450*/ this.deleteAll ="Scrios Uile";
	/*451*/ this.deleteChatLogs ="Scrios Taifid na gComhráite";
	/*452*/ this.confirmDeleteChatLogs ="An bhfuil tú cinnte go dteastaíonn uait taifid comhráite %1 a scrios?";
	/*453*/ this.permanentDeleteChatLogs ="Scriosfaidh sé gach comhrá go buan.";
	/*454*/ this.couldntDeleteChatLogs ="Níorbh fhéidir taifid na gcomhráite a scrios";
	/*455*/ this.deleteChatLogNetError1 ="Níorbh fhéidir taifead comhrá an charad a scrios. ";
	this.deleteChatLogNetError = this.deleteChatLogNetError1 + this.pleaseCheck;
	/*459*/ this.awayMessages ="Teachtaireachtaí Neamhláithreacht";
	/*461*/ this.ageNaN ="Tabhair d\'aois mar uimhir (ar nós 17 nó 45)";
	/*463*/ this.meeboChats ="seomraí meebo";
	/*465*/ this.createMeeboChat ="Cruthaigh Seomra Nua";
	/*466*/ this.createMeeboChatInstructions ="Cruthaigh seomra nua agus comhroinn naisc go furasta le do chuid cairde uile";
	/*467*/ this.enterChatName ="Cuir isteach ainm le haghaidh do sheomra.";
	/*468*/ this.removeChatContext ="Bain an Seomra";
	/*469*/ this.description ="Cur Síos";
	/*471*/ this.lastMsgDayAgo ="teachtaireacht deiridh lá ó shin";
	/*472*/ this.lastMsgHourAgo ="teachtaireacht deiridh uair ó shin";
	/*473*/ this.lastMsgMinuteAgo ="teachtaireacht deiridh nóiméad ó shin";
	/*474*/ this.lastMsgDaysAgo ="teachtaireacht deiridh %1 lá ó shin";
	/*475*/ this.lastMsgHoursAgo ="teachtaireacht deiridh %1 uair ó shin";
	/*476*/ this.lastMsgMinutesAgo ="teachtaireacht deiridh %1 nóiméid ó shin";
	/*477*/ this.lastMsgLessMinuteAgo ="teachtaireacht deiridh < nóiméad ó shin";
	/*478*/ this.onePerson ="Duine amháin";
	/*479*/ this.multiPerson ="%1 daoine";
	/*480*/ this.viewChatLogs ="Féach ar taifid na gcomhráite don seomra seo";
	/*481*/ this.loadingLink ="ag luchtú an nasc...";
	/*482*/ this.playNow ="seinn anois";
	/*484*/ this.finish ="Críochnaigh";
	/*485*/ this.pasteAURLInConv ="Greamaigh URL i do chomhrá agus féach ar seinm!";
	/*486*/ this.configure ="Cumraigh";
	/*487*/ this.configureMeeboChat ="Cumraigh %1";
	/*488*/ this.tags ="Clibeanna";
	/*491*/ this.inviteHeader ="Tabhair cuireadh";
	/*495*/ this.roomWidgetHeader ="Leabaigh i do Láithreán";
	/*496*/ this.roomWidgetInstructions ="Macasamhlaigh agus greamaigh an tagairt leabú seo i do láithreán. Beidh cuairteoirí chuig do láithreán in ann teachtaireachtaí a léamh agus a scríobh chuig an seomra seo.";
	/*497*/ this.roomName ="Ainm an tSeomra";
	/*498*/ this.embed ="Leabaigh";
	/*499*/ this.customize ="saincheap";
	/*500*/ this.size ="Méid";
	/*507*/ this.joinRoom ="Téigh Isteach i Seomra";
	/*508*/ this.createRoom ="Tosaigh seomra nó téigh isteach i seomra";
	/*509*/ this.mute ="Maothaigh";
	/*510*/ this.unmute ="Neamhmhaothaigh";
	/*512*/ this.flashRequiredToView ="Is dona linn, tá Flash de dhíth chun an meáin seo a fheiceáil. Brúigh %1anseo%2 le do thoil chun an leagan in úra de Flash a íosluchtú.";
	/*513*/ this.setNickname ="Socraigh Leasainm";
	/*514*/ this.ban ="Cuir Cosc Ar";
	/*523*/ this.roomInvite ="Cuireadh chuig an Seomra";
	/*524*/ this.joinRoomAndAdd ="Téigh Isteach i Seomra agus Cuir Leis";
	/*526*/ this.invite ="Tabhair cuireadh";
	/*527*/ this.rejoinRoom ="Téigh Isteach sa Seomra Arís";
	/*528*/ this.leftRoomMessage ="Níl tú sa seomra a thuilleadh";
	/*529*/ this.chooseNickMessage ="Roghnaigh leas ainm chun feidhm a bhaint as sa seomra.";
	/*530*/ this.nickname ="Leas Ainm";
	/*531*/ this.startTalking ="Tosaigh Ag Caint";
	/*532*/ this.privateRoomEnterPassword ="Is seomra caonda é an seomra seo, cuir isteach focal faire le do thoil.";
	/*535*/ this.joinRoomInstr ="Téigh isteach i seomra atá ann cheana";
	/*536*/ this.createRoomInstr ="Cruthaigh seomra nua";
	/*541*/ this.chooseAGroupChatIcon ="Roghnaigh deilbhín don seomra";
	/*542*/ this.isNowKnownAs ="Glaotar %2 ar %1 anois.";
	/*543*/ this.removeMedia ="bain an meáin";
	/*544*/ this.addToBuddyList ="Bí i do Bhall";
	/*545*/ this.flashOld ="Tá tú ag baint feidhm as leagan %1 de Flash. Tá leagan 8 de Flash ar a laghad de dhíth ón seinnteoir meáin. Brúigh %1anseo%2 le do thoil chun an leagan in úra de Flash a íosluchtú.";
	/*546*/ this.confirm ="Deimhnigh";
	/*547*/ this.chooseMeeboID ="Roghnaigh ainm úsáideora agus cuir isteach focal faire don cuntas meebo agat";
	/*549*/ this.createMeeboAccount ="Cruthaigh cuntas meebo";
	/*550*/ this.addToMeeboAccount ="Cuir le mo chuntas meebo";
	/*551*/ this.holdOnTightForRooms ="Fan sochair fad is atá muid á do nasc leis an seomra";
	/*554*/ this.pleaseEnjoyAd ="Bain sult as an físeán seo ónár urraitheoir";
	/*555*/ this.buddyJoinChatRegExp ="$1 $2: tháinigh siad isteach sa seomra";
	/*556*/ this.buddyLeaveChatRegExp ="$1 $2: d\'fhág siad an seomra";
	/*557*/ this.buddyNameChangeRegExp ="$1 Teachtaireacht Meebo: Glaotar $3 ar $2 anois";
	/*559*/ this.moderatorOptions ="Ag Comhroinnt";
	/*560*/ this.publicModerator ="Is féidir le duine ar bith meáin a chur leis";
	/*561*/ this.privateModerator ="Ní féidir le aon duine ach tusa meáin a chur leis";
	/*562*/ this.invalidRoomName ="Dearbhaigh ainm do sheomra le do thoil. Ní mór do ainmneacha seomraí bheith idir 1% agus %2 litreacha ar fhad agus ní chóir dóibh tosú le foscríobh nó fleiscíní bheith iontu.";
	/*564*/ this.limitDescription ="Ná bíodh an cur síos níos faide ná %1 litreacha";
	/*565*/ this.removeChatsContext ="Bain Na Seomraí";
	/*566*/ this.removeChatHeader ="Bain An Seomra!";
	/*567*/ this.removeChatsHeader ="Bain Na Seomraí!";
	/*568*/ this.confirmRemoveChats ="An bhfuil tú cinnte go dteastaíonn uait na %1 seomraí roghnaithe a bhaint?";
	/*569*/ this.roomNameExists ="Tá seomra leis an t-ainm sin ann cheana. Roghnaigh aim eile le do thoil.";
	/*570*/ this.recentRooms ="seomraí le déanaí";
	/*574*/ this.participant ="Rannpháirtí";
	/*575*/ this.participants ="Rannpháirtithe";
	/*587*/ this.buddyJoinRoom ="Tháinig &1 isteach sa seomra";
	/*588*/ this.buddyLeaveRoom ="D\'fhág %1 an seomra";
	/*589*/ this.createRoom ="Cruthaigh seomra";
	/*590*/ this.couldntFindAnyRooms ="Is dona linn, ní raibh seomra meebo ar bith a chomhoiriúnaigh le do chuardach. Déan iarracht arís...";
	/*591*/ this.roomIntro1="Fáilte go seomraí meebo!";
	/*592*/ this.roomIntro2="Tabhair cuirí do do chuid cairde!";
	/*593*/ this.roomIntro3="Greamaigh URL agus féach ar seinm!";
	/*594*/ this.disabledRoom="Is dona linn! Níl an seomra meebo seo ar fáil ar feadh seal nó díchumasaíodh é.";
	/*595*/ this.guestRoomGroup="Aíonna";
	/*597*/ this.memberRoomGroup="Baill";
	/*598*/ this.banBuddy="Cuir Bac ar an Cara";
	/*599*/ this.confirmBanBuddy ="An bhfuil tú cinnte go dteastaíonn uait bac a chur ar %1 ó %2?";
	/*601*/ this.confirmRemoveMedia ="Tá tú ar tí an mhír mheáin seo a bhaint. Cabhraigh meebo a choimeád glan trí inneachar atá míchuí, gránna agus gáirsiúil a bhaint.";
	/*602*/ this.showNow ="taispeáin anois";
	/*603*/ this.createRoom ="Cruthaigh seomra nua";
	/*604*/ this.mostRecentShares ="Na rudaí a chomhroinneadh le déanaí:";
	/*605*/ this.noRecentShares ="Ní comhroinneadh rudaí le déanaí:";
	/*606*/ this.myRoom ="Seomra %1";
	/*607*/ this.creatingRoom ="Ag cruthú do sheomra";
	/*608*/ this.configuringRoom ="Ag cumrú do sheomra";
	/*610*/ this.visitRoom ="Tabhair cuair ar an seomra";
	/*611*/ this.configureRoom ="Cumraigh an seomra seo.";
	/*613*/ this.createRoomErrorHeader="Níorbh fhéidir an seomra a chruthú";
	/*614*/ this.configureRoomErrorHeader="Níorbh fhéidir an seomra a chumrú";
	/*615*/ this.configureRoomErrorHeader="Níorbh fhéidir an seomra a chumrú";
	/*616*/ this.sidebar ="taobhshabh";
	/*617*/ this.nomedia ="gan seinnteoir meáin";
	/*618*/ this.withmedia ="le seinnteoir meáin";
	/*619*/ this.noMediaAvailable ="Aire: níl an meáin ar fáil sa mhéid seo";
	/*620*/ this.bannedFromRoom ="Is dona linn! Chuir an módhnóir bac ort ón seomra seo. Coinnimíd meebo mar áit slán agus cairdiúil le haghaidh cách. Go raibh maith agat!";
	/*621*/ this.bannedWarning ="Chuireadh bac ort dhá uair. Má chuirtear bac eile ort beidh tú curtha ar fionraí ó seomraí meebo ar feadh seachtain.";
	/*622*/ this.bannedFinal ="Sé seo an triú uair a chuireadh bac ort. Tá tú curtha ar fionraí ó seomraí meebo ar feadh seachtain.";
	/*623*/ this.bannedTitle ="Cuireadh bac ort!";
	/*624*/ this.youHaveBeenMuted ="Plúchadh thú. Bíodh meebo mar áit atá slán agus cairdiúil do cách againn. Go raibh maith agat!";
	/*625*/ this.warn ="Tabhair Rabhadh";
	/*626*/ this.warnBuddy ="Tabhair Rabhadh do Do Chara";
	/*629*/ this.chatLogRecordedWarning ="Is seomra poiblí é seo. Déantar comhráite a thaifead agus beidh siad ar fáil ar an Gréasán. Cuimhnigh gan faisnéis atá caonda nó íogair a roinnt!";
	/*631*/ this.inviteBuddiesDescr ="Roghnaigh na cairde ar mhaith leat cuireadh a thabhairt dóibh teacht chuig do sheomra meebo nua.";
	/*632*/ this.buddies ="Cairde";
	/*633*/ this.checkAll ="Roghnaigh uile";
	/*635*/ this.music ="Ceol";
	/*639*/ this.sports ="Reabhraí";
	/*640*/ this.movies ="Scannáin";
	/*641*/ this.comedy ="Fuirseoireacht";
	/*646*/ this.schools ="Scoile";
	/*647*/ this.tech ="Céardachas";
	/*655*/ this.roomsGalleryDescr ="Déan comhrá agus comhroinn físeáin, grianghraif agus láithreáin gréasáin le chairde!";
	/*656*/ this.more ="tuilleadh";
	/*657*/ this.addMedia ="Cuir Meáin Leis";
	/*659*/ this.url ="URL";
	/*660*/ this.addMediaTT ="cuir meáin leis";
	/*665*/ this.itemMarkedAsRemoved ="Baineadh an mhír seo";
	/*666*/ this.wordLimitReached ="Sroicheadh teorainn na bhfocal.";
	/*667*/ this.upsellHeader ="Teachtaireachtaí meandracha saor in aisce ar líonléitheoir ar bith!";
	/*668*/ this.upsellFooterTitle ="Cláraigh le meebo saor in aisce!";
	/*669*/ this.upsellFooter ="Cruthaigh cuntas meebo agus faigh rochtain ar do líonraí TM uile le focal faire amháin!";
	/*670*/ this.joinNow ="Cláraigh anois!";
	/*671*/ this.learnMore ="foghlaim tuilleadh";
	/*672*/ this.loadingRooms ="Ag Luchtú Seomraí";
	/*674*/ this.networkMessage ="Teachtaireacht Líonra";
	/*675*/ this.onyxSkin ="Oinisc";
	/*676*/ this.hasBeenWarned ="Tugadh rabhadh amháin do %1!";
	/*677*/ this.hasBeenWarnedPlural ="Tugadh rabhadh do %1 %2 uair!";
	/*678*/ this.leaveAMessage ="fág teachtaireacht!";
	/*679*/ this.anime ="Beochan";
	/*682*/ this.games ="Cluichí";
	/*684*/ this.offbeat ="Neamhnósmhar";
	/*689*/ this.warnCount ="Líon na rabhaidh";
	/*692*/ this.cameOnline ="Nasc %1 leis an gréasán";
	/*695*/ this.wentOffline ="Dínasc %1";
	/*698*/ this.categories ="Aicmí";
	/*699*/ this.confirmWarnBuddyWithCount ="An bhfuil tú cinnte go dteastaíonn uait rabhadh a thabhairt do %1? Níl ach rabhadh amháin fágtha agat.";
	/*700*/ this.confirmWarnBuddyWithCountPlural ="An bhfuil tú cinnte go dteastaíonn uait rabhadh a thabhairt do %1? Tá %2 rabhaidh fágtha agat.";
	/*701*/ this.noWarnsRemaining ="Níl rabhaidh fágtha agat. Fán ar feadh tamaillín agus déan iarracht arís.";
	/*702*/ this.cantWarnHeader ="Ní féidir rabhadh a thabhairt";
	/*703*/ this.media ="Meáin";
	this.searchResults = 'Search results for "%1"';//NO
	/*704*/ this.uncheckAll ="Díroghnaigh uile";
	/*706*/ this.youHaveAlreadyWarned ="Thug tú rabhadh don duine seo cheana!";
	/*707*/ this.emptyCategory ="Is dona linn, ach níl seomraí san aicme seo.";
	/*708*/ this.groupsUnsupported ="Is dona linn, ach níl cnuaschomhráite ar fáil ar meebo soghluaiste.";
	/*719*/ this.pickXCategories ="Roghnaigh suas go dtí &1 aicmí";
	/*724*/ this.sentYouFile ="Sheol %1 comhad chugat.";
	/*725*/ this.retrievingFileInfo ="Ag aisghabháil faisnéis na chomhaid";
	/*727*/ this.buddySentFile ="Your buddy, %1, has sent you a file through Meebo!";
	/*728*/ this.fileName ="Ainm comhaid";
	/*729*/ this.fileSize ="méid an chomhaid";
	/*730*/ this.fileTransfer ="Comhad Aistriú";
	/*731*/ this.sendingFileTo ="Tá comhad á sheoladh agat chuig %1.";
	/*732*/ this.sendFileInvite ="Sheol mé comhad chugat trí meebo, brúigh ar an nasc chun é a fheiceáil! (Glac le comhaid ó dhaoine amháin a bhfuil aithne agat orthu)";
	/*733*/ this.transferConnFailed ="Theip ar an nasc leis an freastalaí aistrithe comhad. Déan iarracht arís ar ball.";
	/*734*/ this.transferFailed ="Tharla botún i rith aistriú an chomhaid. Déan iarracht arís ar ball.";
	/*735*/ this.uploadFileTooLarge ="Tá an comhad ró-mhór le uasluchtú.";
	/*736*/ this.uploadLimitReached ="Sroich tú teorainn mhíosúil um uasluchtú comhaid.";
	/*737*/ this.downloadLimitReached ="Sroich tú teorainn mhíosúil um íosluchtú comhaid.";
	/*738*/ this.downloadFileNotFound ="Níl an comhad seo ar an fhreastalaí a thuilleadh.";
	/*739*/ this.downloadFileExpired ="Níl an comhad seo ar fáil a thuilleadh.";
	/*740*/ this.transferTimedOut ="D\'imigh an t-aistriú comhad thar am";
	/*741*/ this.sendingFile ="Ag seoladh an comhad";
	/*742*/ this.accept ="Glac leis";
	/*743*/ this.sendFile ="Seol Comhad";
	/*744*/ this.fileTypeDisallowed ="Ní féidir an cineál seo comhad a sheoladh trí meebo.";
	/*749*/ this.groups ="Buíonta";
	/*750*/ this.inviteToChatWithMessage ="Thug %1 cuireadh do %2 comhrá a dhéanamh i %3: %4";
	/*751*/ this.timeDay ="%1 lá";
	/*752*/ this.timeHour ="%1 uair";
	/*753*/ this.timeMinute ="%1 nóiméad";
	/*754*/ this.timeSecond ="%1 soicind";
	/*755*/ this.timeDays ="%1 lá";
	/*756*/ this.timeHours ="%1 uaireanta";
	/*757*/ this.timeMinutes ="%1 nóiméid";
	/*758*/ this.timeSeconds ="%1 soicind";
	/*762*/ this.inviteNoBuddies ="Is dona linn, caithfear cairde atá nasctha leis an gréasán bheith ar do réim cairde agat sular féidir cuirí a sheoladh. Cuir cairde leis nó sínigh isteach i gcuntais breise.";
	/*766*/ this.appInviteMessage ="Bí %1 liom";
	/*768*/ this.applications ="Feidhmoidis";
	/*771*/ this.youLeftTheApp ="D\'fhág tú an feidhmoideas.";
	/*772*/ this.comeJoinMeInApp ="Hóra, bí liom i \'%1\'";
	/*773*/ this.loadingApp ="Ag luchtú an feidhmoideas";
	/*775*/ this.getFirefoxAddOn ="Faigh breiseán Firefox le fógraí radharcach";
	/*776*/ this.pleaseWaitWhileWeLoad ="Fan fad is atáimid á luchtú";
	/*777*/ this.flashRequiredToViewApps ="Is dona linn, tá Flash de dhíth chun feidhm a bhaint as \'%1\'. Brúigh %2anseo%3 le do thoil chun an leagan in úra de Flash a íosluchtú.";
	/*778*/ this.flashOldApps ="Tá  tú ag baint feidhm as leagan %1 de Flash. Tá leagan 9 de Flash ar a laghad de dhíth ó \'%2\'. Brúigh %3anseo%4 le do thoil chun an leagan in úra de Flash a íosluchtú.";
	/*779*/ this.buddyJoinApp ="Ceangail %1 le %2";
	/*780*/ this.buddyLeaveApp ="D\'fhág %1 %2";
	/*781*/ this.temporarilyDisabled ="Díchumasaithe ar feadh seal";
	/*784*/ this.youAreAlreadyUsingAppInvite ="Ní féidir ach \'%1\' amháin a bheith ar oscailt ag aon uair amháin. Ar mhaith leat do dreas eile a dhúnadh agus leanúint ar aghaidh?";
	/*785*/ this.youAreAlreadyUsingAppLaunch ="Ní féidir ach \'%1\' amháin a bheith ar oscailt ag aon uair amháin. Ar mhaith leat do dreas eile a dhúnadh agus leanúint ar aghaidh?";
	/*786*/ this.acceptInvitationTitle ="Glac Leis An Cuireadh?";
	/*787*/ this.launchAppTitle ="Tosaigh an Feidhmoideas?";
	/*789*/ this.appRunning ="Application running...";
	/*792*/ this.inviteSent ="Cuireadh seolta";
	/*793*/ this.partyHasLeft ="Is dona linn, d\'fhág an duine eile an feidhmoideas.";
	/*794*/ this.youWillLeaveApp ="An dteastaíonn uait \'%1\' a fhágáil anois?";
	/*797*/ this.errorApplicationFull ="Sorry, this application is full";
	/*798*/ this.errorRoomNotAvailable ="Is dona linn, níl an seomra seo ar fáil a thuilleadh";
	/*799*/ this.errorApplicationNotAvailable ="Is dona linn, níl an feidhmoideas seo ar fáil a thuilleadh";
	/*800*/ this.error ="Botún";
	/*801*/ this.inviteBuddiesDescrApp ="Roghnaigh na cairde ar mhaith leat cuireadh a thabhairt dóibh teacht chuig do fheidhmoideas.";
	/*802*/ this.errorRoomFull ="Is dona linn, tá an seomra seo lán";
	/*803*/ this.errorRoomNotAvailable ="Is dona linn, níl an seomra seo ar fáil a thuilleadh";
	/*804*/ this.errorInApp ="Is dona linn, tharla botún leis an feidhmoideas.";
	/*805*/ this.defaultInviteMessage ="Bí liom";
	/*806*/ this.cannotLaunchApplication ="Ní féidir an feidhmoideas a thosú";
	/*807*/ this.cannotLaunchApplicationIP ="Ní féidir feidhm a bhaint as feidhmoidis nuair atá tú ag teacht orthu trí seoladh IP.";
	/*813*/ this.sendInviteMessage ="Teachtaireacht:";
	/*815*/ this.sendInviteErrorHeader ="Níorbh fhéidir an cuireadh meebo a sheoladh!";
	/*816*/ this.sendInviteTryAgain ="Hoips! Ní raibh meebo in ann do chuid cuirí a sheoladh. Déan iarracht arís ar ball!";
	/*823*/ this.launch ="Tosaigh";
	/*824*/ this.launchAppDescr ="Roghnaigh na cairde ar mhaith leat cuireadh a thabhairt dóibh chuig \'%1\'";
	/*826*/ this.errorFormatEmailList ="Níl roinnt dos na seoltaí ríomhphoist scríofa i gceart. Scar na seoltaí ríomhphoist ón chéile le camóga.";
	/*828*/ this.sendInvitesMessageDefault ="Tabhair cuairt ar http://www.meebo.com";
	/*829*/ this.askToSendIMInvite ="Seol an teachtaireacht \'%1\' chuig %2?";
	/*830*/ this.onMeebo ="Tá %1 ar meebo!";
	/*831*/ this.notOnMeebo ="Inis le %1 faoi meebo!";
	/*832*/ this.thanksForIMInvite1 ="Go raibh maith agat as ucht an scéal a scaipeadh!";
	/*833*/ this.thanksForIMInvite2 ="Fionn mura bhfuil daoine ar an réim cairde agat ar meebo fós agus tabhair cuireadh dóibh!";
	this.thanksForIMInvite = this.thanksForIMInvite1 + "<br><br>" + this.thanksForIMInvite2;//NO
	/*836*/ this.hasInvitedYouToPlayAppBold ="Thug %1 cuireadh duit chuig %2.";
	/*837*/ this.youInvitedToAppBold ="Thug tú cuireadh do %1 chuig %2.";
	/*838*/ this.invitationDeclined ="Diúltaíodh don Cuireadh";
	/*847*/ this.importWait="Go raibh maith agat as ucht bheith foighneach. Tá meebo ag fáil do chuid teagmhálacha ríomhphoist";
	/*848*/ this.noContacts="Níor aimsíodh Teagmhálacha. Triail cuntas eile trí brúigh ar ceann dos na líonraí thuas!";
	/*851*/ this.importErrorLogin ="Theip orainn do leabhar seoltaí a fháil. Déan deimhin de go bhfuil an t-aitheantas agus an focal faire cruinn agat agus atriail é!";
	/*853*/ this.importErrorNoLogin ="Soláthraigh síniú isteach ó chuntas ríomhphoist.";
	/*856*/ this.username="Ainm Úsáideora";
	/*857*/ this.noLogon="Soláthraigh ainm úsáideora agus focal faire. ";
	/*858*/ this.noName="Soláthraigh ainm úsáideora. ";
	/*860*/ this.newConnectDescr="Roghnaigh riar líonra, ainm úsáideora agus focal faire le haghaidh do nasc nua le do thoil.";
	/*862*/ this.selectBuddiesToInviteDescr ="Roghnaigh roinnt cairde chun cuireadh a thabhairt dóibh chuig \'%1\'.";
	/*863*/ this.myFavoriteApps ="My Favorite Apps";
	/*864*/ this.edit ="edit";
	/*865*/ this.done ="déanta";
	/*866*/ this.featuredApps ="Featured App";
	/*867*/ this.addedToFavorites ="%1 has been added to your list of favorite applications.";
	/*868*/ this.removedFromFavorites ="%1 has been removed from your list of favorite applications.";
	/*869*/ this.favorite ="Favorite";
	/*870*/ this.removeFavoriteAppHeader ="Remove Favorite App!";
	/*871*/ this.confirmRemoveFavoriteApp ="Are you sure you wish to remove %1 from your list of favorite apps?";
	/*872*/ this.aboutUs ="about us";
	/*873*/ this.welcomeToUserPage ="Welcome %1, %2 has invited you to Meebo!";
	/*874*/ this.welcomeToMeebo ="Fáilte go meebo";
	/*875*/ this.usersFavoriteApps ="%1 -- Favorite Apps";
	/*876*/ this.upsellLine1 ="Déantar IM éasca le Meeboeebo";
	/*877*/ this.upsellLine2 ="All your IMs with a single account!";
	/*878*/ this.upsellLine3 ="Faic le íoslódáil";
	/*879*/ this.upsellLine4 ="Absolutely free";
	/*880*/ this.upsellLine5 ="Join Now!";
	/*882*/ this.addImToMeeboAccount ="Add your IM account to your Meebo account and start chatting with your buddies!";
	/*883*/ this.skip ="Skip";
	/*884*/ this.selectANetwork ="Please select the IM Network that you have an account with.";
	/*885*/ this.addModerator ="Add Moderator";
	/*886*/ this.removeModerator ="Remove Moderator";
	/*887*/ this.confirmAddModerator ="Are you sure you want to add %1 as a moderator of room \'%2\'?";
	/*888*/ this.confirmRemoveModerator ="Are you sure you want to remove %1 as a moderator of room \'%2\'?";
	/*889*/ this.privacyPrefNotification =":!: Your privacy preferences currently block messages from %1. Add %1 to your buddylist or change your privacy settings to receive their messages.";
	/*890*/ this.spilloverRoomsGroup ="Overflow Rooms";
	/*891*/ this.flashRequiredToJoinRoom ="Flash is required to join \'%1\' as a guest. Please %2click here%3 to download the newest version of Flash.";
	/*892*/ this.flashLocalStorageRequired ="Flash Local Storage is required to join \'%1\' as a guest. %2 Please %3click here%4 and increase the amount of local storage Flash can use. Then reload this page to join the room.";
	/*893*/ this.recentIcons ="Recent Icons";
	/*894*/ this.selectBuddiesToShare ="Select buddies to share \'%1\'";
	/*896*/ this.recentLinksInfo ="Recent Links";
	/*899*/ this.wallpaper ="Wallpaper";
	/*902*/ this.share ="share";
	/*903*/ this.fontStyle ="font style";
	/*907*/ this.viewedAgo ="Viewed %1 ago";
	/*908*/ this.sharedAgo ="Shared %1 ago";
	/*909*/ this.aimExpressions ="AIM Expressions";
	/*910*/ this.aimMobileSettings ="AIM Mobile Settings";
	/*911*/ this.searchBuddyList ="Search your buddy list...";
	/*912*/ this.joinDisclaimer="By signing up for a Meebo account, you agree that you have read and understand Meebo\'s %1 and %2.";
	/*913*/ this.tellUs ="Tell us a little bit about yourself";
	/*914*/ this.nameAssurance1="(We will not share your name with others) ";
	this.nameAssurance=this.nameAssurance1 + "[&nbsp;" + this.privacyLink + "&nbsp;]";//NO
	/*915*/ this.emailAssurance1="(We will not share your email with others - it is used for lost passwords)";
	this.emailAssurance=this.emailAssurance1 + " [&nbsp;" + this.privacyLink + "&nbsp;]";//NO
	/*916*/ this.atLeast13 ="Sorry, you aren\'t eligible for a Meebo account.";
	/*921*/ this.sponsored ="Featured";
	/*922*/ this.viewingNow ="Viewing Now";
	/*923*/ this.rooms ="Seomraí";
	/*924*/ this.appearancePanel ="Appearance";
	/*925*/ this.pageNumOfTotal ="leathanach %1 de %2";
	/*926*/ this.myRecent ="My Recent";
	/*928*/ this.settings ="Account settings";
	/*929*/ this.playASound ="Play a sound";
	/*930*/ this.whenISendAnIM ="When I send an IM";
	/*931*/ this.whenIReceiveAnIM ="When I receive an IM";
	/*933*/ this.currentPassword ="Current password";
	/*934*/ this.submit ="Submit";
	/*935*/ this.clearImage ="Clear image";
	/*936*/ this.pleaseEnterYourBirthday ="Please enter your birthday";
	/*937*/ this.provideAge ="Please provide your age";
	/*938*/ this.provideGender ="Please provide your gender";
	/*939*/ this.loadingYourEmail ="Ag gabháil do ríomhphost";
	/*941*/ this.changeAccountSettings ="Change the email address or password for your Meebo account";
	/*942*/ this.preferenceForIMAccounts ="These are the preferences for all of your IM accounts";
	/*943*/ this.welcomeToYourNetworks ="Welcome to your IM network accounts";
	/*944*/ this.keepTrackOfYourIMAccounts ="Keep track of all your IM accounts in one place";
	/*945*/ this.meebomeWidgetsCap ="Meebo Me widgets";
	/*946*/ this.enableIMHistory ="Enable IM history";
	/*948*/ this.onlyReceiveMessagesFromFriends ="Only receive messages from friends";
	/*950*/ this.birthday ="Breithlá";
	/*951*/ this.networks="Networks";
	/*952*/ this.IMSettings="IM Settings";
	/*953*/ this.disconnected ="Disconnected";
	/*954*/ this.networkInterruption ="Network Interruption";
	/*956*/ this.meeboWallpapersUpsell ="Save your wallpaper with a Meebo account";
	/*957*/ this.meeboPreferencesUpsell ="Save your settings for good with a Meebo account";
	/*958*/ this.meeboBuddyIconUpsell ="You need a Meebo ID to display a custom icon";
	/*959*/ this.meeboMeUpsell ="You need a Meebo ID to create a Meebo Me widget";
	/*960*/ this.meeboChatlogUpsell ="You need a Meebo ID to access your IM history";
	/*961*/ this.meeboIdCapitalized ="Meebo ID";
	/*962*/ this.tryNow ="Try now";
	/*963*/ this.networkTrouble ="Oops! Meebo is having trouble connecting to the network, please check your network connection";
	/*964*/ this.reconnectingIn ="Reconnecting in %1";
	/*965*/ this.comeBack ="Please come back again soon!";
	/*970*/ this.messageNotSent ="message not sent";
	/*972*/ this.notifications ="Updates";
	/*973*/ this.noNotifications ="You have no updates";
	/*979*/ this.availableShort ="available";
	/*980*/ this.awayShort ="away";
	/*981*/ this.busyShort ="busy";
	/*989*/ this.shareLink ="Share \'%1\'";
	/*993*/ this.seeMore ="see more";
	/*997*/ this.consoleSignOnLink  ="Sign on to more accounts";
	/*998*/ this.enterPartnerLogin  ="Enter your %1 password to add your %1 buddies to your Meebo account!";
	/*1000*/ this.popoutNavigateAway  ="Your IM session will be popped back in to your %1 session if you still have it open.";
	/*1001*/ this.noNotifications  ="You have no new notifications";
	/*1004*/ this.isBusy  ="%1 is busy";
	/*1005*/ this.setAsBuddyIcon  ="Set as my buddy icon";
	/*1006*/ this.setAsWallpaper  ="Set as my Meebo wallpaper";
	/*1013*/ this.comeCheckOutInMeebo  ="Hey, come check out \'%1\' in Meebo";
	/*1014*/ this.imBuddies  ="IM Buddies";
	/*1015*/ this.imToGroup  ="IM to Group";
	/*1016*/ this.sendIM  ="Send IM";
	/*1017*/ this.noBuddiesToShare  ="No buddies!";
	/*1019*/ this.meeboGetToKnowYou  ="Meebo wants to get to know you better.";
	/*1020*/ this.hideQuestions  ="hide questions";
	/*1021*/ this.answeredAllQuestions  ="You\'ve answered an awful lot of questions<br><br>We\'re going to stop you for now, but we\'ll have more questions soon!";
	/*1023*/ this.doNotDisturb  ="Do not disturb";
	/*1024*/ this.needAMySpaceUsername  ="Before you can sign into MySpace IM you need to set your MySpace username.";
	/*1025*/ this.setYourMySpaceUsername  ="Set your MySpace username";
	/*1026*/ this.setYourUsernameOnMySpace  ="Set your username on MySpace";
	/*1027*/ this.syncWithMySpace  ="Sync with my MySpace friends";
	/*1028*/ this.addBuddyByEmailUsername  ="Add a new buddy by email address or username";
	/*1029*/ this.sync  ="Sync";
	/*1030*/ this.loginToShare  ="IM This to one of your buddies! Choose your network and login...";
	/*1031*/ this.meeboPolls  ="Meebo Polls";
	/*1032*/ this.couldNotInviteBuddies  ="Could not invite buddies";
	/*1033*/ this.underageMySpaceNoBuddies  ="Sorry, MySpace does not allow users under 18 years of age to participate in %1. In addition, you need to have online buddies on your buddy list before sending invitations. Please add buddies or login to additional accounts.";
	/*1034*/ this.underageMySpaceSomeBuddies  ="Sorry, MySpace does not allow users under 18 years of age to participate in %1. Some MySpace buddies have been removed from this list.";
	/*1035*/ this.underageMySpaceNoInvited  ="Sorry, MySpace does not allow users under 18 years of age to participate in %1. Please read the %2MySpace privacy policy%3.";
	/*1036*/ this.nextQuestion ="next question";
	/*1037*/ this.clickLinkToConnect ="click below to login to facebook";
	/*1038*/ this.connectToFacebook ="connect to facebook";
	/*1039*/ this.whatsThis ="what\'s this?";
	/*1040*/ this.facebookAccount ="Facebook Account";
	/*1041*/ this.notYou ="not you?";
	/*1042*/ this.clickSignOn ="click Sign On to continue";
	/*1043*/ this.mustAllowFacebookChat ="You must Allow Chat to use Facebook. Please try again.";
	/*1044*/ this.connectedAsDifferentUser ="You connected as a different user!";
	/*1045*/ this.saving ="Saving";
	/*1046*/ this.noThanks ="No thanks";
	/*1048*/ this.clickedTest ="You clicked on an experimental project %1.";
	/*1049*/ this.defaultFeatureDescr ="that we are testing with a subgroup of our users";
	/*1050*/ this.featureEmail ="This feature doesn\'t exist yet, but if you enter your email address, we\'ll let you know when it is released.";
	/*1051*/ this.featureComment ="If you want to, let us know what you think.";
	/*1052*/ this.comments ="comments";
	/*1053*/ this.featureFeedback ="we appreciate your feedback";
	/*1054*/ this.featureEmailPrivacy ="only used to tell you about this feature";
	/*1056*/ this.emailAssurance2="(We will not share your email with others)";
	this.emailAssurance=this.emailAssurance2 + " [&nbsp;" + this.privacyLink + "&nbsp;]";
	/*1058*/ this.decline ="Decline";
	/*1059*/ this.viewInMeebo ="View in Meebo";
	/*1060*/ this.viewingInMeebo ="Viewing in Meebo";
	/*1061*/ this.reinvite ="Reinvite";
	/*1062*/ this.alpha ="alpha";
	/*1063*/ this.replaceAd ="Replace %1?";
	/*1064*/ this.viewingWillReplace ="Viewing \'%1\' will replace the ad currently being displayed.";
	/*1065*/ this.aolDoesntLikeYou ="AOL does not allow your screen name to authenticate via this site.";
	/*1066*/ this.signOff ="Sign off";
	/*1067*/ this.welcomeComma ="Hello %1";
	/*1076*/ this.meeboAccountRequired ="This feature requires a Meebo account.";
	/*1077*/ this.sponsoredPolls  ="%1 Polls";
	/*1079*/ this.loadingChatLogs ="Loading chat logs";
	/*1082*/ this.changeBackTo ="Change back to %1blue%2";
	/*1083*/ this.signOnToMeebo ="sign on to Meebo";
	/*1084*/ this.findPeople ="Find people I\'ve emailed";
	/*1087*/ this.orAddKnown ="add addresses";
	/*1088*/ this.findFriends ="Find Your Friends";
	/*1089*/ this.emailImportHeader2="Invite Friends";
	/*1090*/ this.emailImportDesc2="Find people from my email account";
	/*1091*/ this.orRegisterNow ="or register now";
	/*1092*/ this.registrationSubtitle ="One login to access all your accounts.%1IM from any browser, anywhere.";
	/*1093*/ this.Iam ="I am";
	/*1094*/ this.signOnTerms ="By clicking Sign On, you agree to our %1 and %2";
	/*1095*/ this.registerTerms ="By creating a Meebo account, you agree to our %1terms%2 and %3privacy policy%4";
	/*1097*/ this.toggleAll ="Select All";
	/*1098*/ this.usernameError ="\'%1\' is not available. Try a different Meebo ID.";
	/*1099*/ this.emailError ="Please enter a valid email";
	/*1100*/ this.passwordError ="Please try a longer password";
	/*1101*/ this.ageError ="Please enter a valid age";
	/*1102*/ this.nameMissing ="Please enter your name";
	/*1103*/ this.emailMissing ="Please enter your email";
	/*1104*/ this.usernameMissing ="Please choose a Meebo ID";
	/*1105*/ this.passwordMissing ="Please create a password";
	/*1106*/ this.ageMissing ="Please enter your age";
	/*1107*/ this.genderMissing ="Please select a gender";
	/*1108*/ this.regFlowAddAccountsStep ="Add your IM accounts";
	/*1109*/ this.regFlowInviteStep ="Connect with your friends";
	/*1110*/ this.regFlowNotifierStep ="Stay connected";
	/*1114*/ this.notifierExplanation ="The Meebo Notifier lets you close your browser and get message previews on your Windows desktop.";
	/*1116*/ this.step ="Step %1";
	/*1118*/ this.thanksContinue ="Continue";
	/*1119*/ this.thanksSent ="Your emails have been sent.";
	/*1120*/ this.thanksBack ="Back";
	/*1121*/ this.sendEmail ="Send this Email to %1 Contacts";
	/*1122*/ this.inviteErrorNoSelect ="Please choose some emails to send this message to.";
	/*1123*/ this.inviteMoreFriends ="Invite More Friends";
	/*1124*/ this.emailMsgTemplate ="You\'re someone I\'d like to chat with more often.%1Click on my buddylink below so I can add you to my buddylist on Meebo!";
	/*1125*/ this.yourEmail ="your email";
	/*1126*/ this.yourPassword ="password";
	/*1128*/ this.download ="Download";
	/*1130*/ this.hideThis ="Hide this";
	/*1132*/ this.toggleNone ="Clear Selection";
	/*1134*/ this.insertManual ="Enter email addresses manually";
	/*1135*/ this.emailMsgTemplateThird ="Hey,%1Someone wants you on their buddy list on Meebo. Click the link below and you can chat with them and all your AIM, MSN, Yahoo, Facebook, and MySpace friends!";
	/*1136*/ this.separateWithCommas1 ="Type comma-separated email addresses below:";
	this.separateWithCommas = this.separateWithCommas1 + ":";//NO
	/*1137*/ this.ThankYou1 ="Thank You";
	this.ThankYou = this.ThankYou1 + "!";//NO
	/*1138*/ this.or ="or";
	this.ellipOr = "... " + this.or + " ";//NO
	/*1139*/ this.alreadyKnow ="I already know";
	/*1140*/ this.alreadyHaveAnAccount ="Already have an account?";
	/*1141*/ this.justOneStepFromChatting ="You are just one step away from chatting with them!";
	/*1143*/ this.isCurrentlyOffline ="%1 is currently offline";
	/*1144*/ this.weHaveToldThemBuddylist ="We\'ve told them that you want to add them to your buddy list. While you\'re waiting, %1leave them a message%2";
	/*1145*/ this.hasComeOnline ="%1 has come online";
	/*1146*/ this.goAheadStartChatting ="Go ahead - start chatting!";
	/*1147*/ this.whatFriendsWillSee ="This is what your friends will get when they receive your buddy link on Meebo.com.";
	/*1148*/ this.goAheadAndSend ="Go ahead - send your buddy link to your friends!";
	/*1154*/ this.signupToAddBuddy ="Sign up for a Meebo account to add %1 to your buddy list!";
	/*1158*/ this.share ="Share";
	/*1165*/ this.clickToClose ="click to close";
	/*1179*/ this.youNeedMeeboAccount ="You need a Meebo account to use this feature.";
	/*1180*/ this.BuddyIcon ="Buddy Icon";
	/*1181*/ this.signUp2 ="Sign up";
	/*1182*/ this.toTurnOnThisFeature ="To turn on this feature";
	/*1185*/ this.setYourPicture ="Set your picture";
	/*1186*/ this.weNoticedNoPicture ="We noticed you haven\'t set your picture yet.";
	/*1188*/ this.ChooseFile ="Choose File";
	/*1189*/ this.noFileSelected ="No file selected";
	/*1191*/ this.toTurnOnThisFeature ="to turn on this feature";
	/*1192*/ this.youWillCreateAccount ="You will create an account in the next step to save your picture";
	/*1193*/ this.signUpToSaveYourPicture ="Sign up to save your picture";
	/*1194*/ this.fileTransferDescription ="Send photos, documents, and other files to your friends";
	/*1195*/ this.chatLogsDescription ="Save your conversations and access them from anywhere";
	/*1197*/ this.MultipleAccounts ="Multiple Accounts";
	/*1198*/ this.multipleAccountsDescription ="Sign on to all your IM accounts at once.";
	/*1200*/ this.pickNetwork1 ="Pick a network you\'d like to add ...";
	this.pickNetwork = this.pickNetwork1 + "...";//NO
	/*1203*/ this.pleaseEnterPassword ="Please enter a password";
	/*1204*/ this.WhatAreYouDoing ="What are you doing?";
	/*1207*/ this.useApprovedMedia = "To add images or video to the playlist for this room, use the 'add media' button. You can find past shared media in the room's chat logs.";//NO
	/*1208*/ this.addApprovedMediaDescr = "Enter a URL from an approved media site to add it to the room playlist.";//NO
	/*1211*/ this.useApprovedMedia = "To add images or video to the playlist for this room, use the 'add media' button. You can find past shared media in the room's chat logs.";//NO
	/*1212*/ this.addApprovedMediaDescr = "Enter a URL from an approved media site to add it to the room playlist.";//NO
	/*1216*/ this.hide = "hide";//NO
	/*1217*/ this.clickAboveToSend = "Click the above to send '%1'";//NO
	/*1221*/ this.emailMsgTemplate2 = "You're someone I'd like to chat with more often. Sign up for Meebo and add me as a friend!";//NO
	/*1241*/ this.emailExistsError = "Email already registered. Try a different address.";//NO
	/*1242*/ this.frontPageError = "meebo detected an error and was unable to sign you on.  Please try refreshing the page and if this problem persists, please visit our support page at %1.";//NO
	/*1243*/ this.deleteMyAccount = "Email support to delete my account";//NO
	/*1244*/ this.offlineBlog="We're always looking for ways to improve meebo. Have a suggestion or idea? Drop us a note %1 or visit our %2 and %3. Thanks!";//NO

})();

