if(!this.nexacro){this.nexacro={};}if(!nexacro.Init_systembase){nexacro.Init_systembase=true;nexacro.Browser="";nexacro.BrowserVersion= -1;nexacro.BrowserType="";nexacro.Browser_RoundBorder=0;nexacro.Browser_BorderImage=0;nexacro.Browser_Gradation=0;nexacro.Browser_RoundShadow=false;nexacro.Browser_ColorAlpha=false;nexacro.OS="";nexacro.OSVersion="";nexacro.DEVICE="";nexacro.SystemType="";nexacro.BrowserLang="";if(nexacro.__getOSType){nexacro.Browser="Runtime";nexacro.BrowserVersion=14;nexacro.BrowserType="Runtime";}else{if(navigator.appVersion.indexOf('MSIE')> -1){nexacro.Browser="IE";if(document.documentMode){nexacro.BrowserVersion=document.documentMode;nexacro.BrowserType=nexacro.Browser+nexacro.BrowserVersion;}else{var compatMode=document.compatMode;if(compatMode&&compatMode.toLowerCase()=="backcompat"){if(/MSIE\s+7(.+)[;]/.test(navigator.appVersion)){nexacro.BrowserVersion=7;nexacro.BrowserType="IE7";}else if(/MSIE\s+6(.+)[;]/.test(navigator.appVersion)){nexacro.BrowserVersion=6;nexacro.BrowserType="IE6";}else if(/MSIE\s+5(.+)[;]/.test(navigator.appVersion)){nexacro.BrowserVersion=5;nexacro.BrowserType="IE6";}}compatMode=null;}}else if(navigator.userAgent.match(/Trident\/.*rv\:(.+?)[\);]/)){nexacro.Browser="IE";if(document.documentMode){nexacro.BrowserVersion=document.documentMode;nexacro.BrowserType=nexacro.Browser+nexacro.BrowserVersion;}else{nexacro.BrowserVersion=parseInt(RegExp.$1)|0;}}else if(!!window.opera||navigator.userAgent.match(/Opera/)){nexacro.Browser="Opera";nexacro.BrowserType="Opera";var versionRegExp=/Version\/([\.\d]+)/;versionRegExp.test(navigator.userAgent);nexacro.BrowserVersion=parseInt(RegExp.$1)|0;versionRegExp=null;}else if(navigator.userAgent.match(/Chrome/)){nexacro.Browser="Chrome";nexacro.BrowserType="WebKit";var versionRegExp=/Chrome\/([\.\d]+)/;versionRegExp.test(navigator.userAgent);nexacro.BrowserVersion=parseInt(RegExp.$1)|0;versionRegExp=null;}else if(navigator.userAgent.match(/Apple.*Mobile/)){nexacro.Browser="MobileSafari";nexacro.BrowserType="WebKit";}else if(navigator.userAgent.match(/AppleWebKit\//)){nexacro.Browser="Safari";nexacro.BrowserType="WebKit";var versionRegExp=/Version\/([\.\d]+)/;versionRegExp.test(navigator.userAgent);nexacro.BrowserVersion=parseInt(RegExp.$1)|0;versionRegExp=null;}else if(navigator.userAgent.match(/WebKit\//)){nexacro.Browser="WebKit";nexacro.BrowserType="WebKit";var versionRegExp=/WebKit\/([\.\d]+)/;versionRegExp.test(navigator.userAgent);nexacro.BrowserVersion=parseInt(RegExp.$1)|0;versionRegExp=null;}else if(navigator.userAgent.match(/Gecko\//)){nexacro.Browser="Gecko";var versionRegExp=/rv\:(.+?)[\);]/;versionRegExp.test(navigator.userAgent);nexacro.BrowserVersion=parseInt(RegExp.$1)|0;if(nexacro.BrowserVersion<2){nexacro.BrowserType="GeckoOld";}else if(nexacro.BrowserVersion>=10){nexacro.BrowserType="GeckoNew";}else{nexacro.BrowserType="Gecko";}versionRegExp=null;}}nexacro.Version="14";nexacro._framework_libpath="./nexacro14lib";nexacro.ImportTypes={EXCEL:0x0100,EXCEL97:0x0110,EXCEL2007:0x0120,HANCELL:0x0420,HANCELL2014:0x0410,CSV:0x0500};nexacro.ExportTypes={EXCEL:0x0100,EXCEL97:0x0110,EXCEL2007:0x0120,HANCELL2010:0x0400,HANCELL2014:0x0410};nexacro.ExportItemTypes={GRID:0x0100};nexacro.XPushAction={AUTH:0,BYEC:1,ADDF:2,DELF:3,REQD:4,RECT:5,RGST:6,UNRG:7,ADUI:8,UNUI:9,MSGC:10};nexacro.DragDataFormats={FILEDROP:"filedrop",TEXT:"text",UNICODETEXT:"unicodetext",CSV:"csv"};nexacro._dontenum_descriptor={"writable":true,"enumerable":false};nexacro._dontwritableenum_descriptor={"writable":false,"enumerable":false};nexacro._zindex_popup=1e6+1;nexacro._zindex_firstmodal=1e6+2;nexacro._zindex_waitcursor=2e6;nexacro._zindex_hide= -2e6;nexacro._zoom_factor=0;nexacro._allow_default_pinchzoom=false;nexacro._minimum_scale=undefined;nexacro._maximum_scale=undefined;if(nexacro.__proto__){nexacro._createPrototype=function(_a,_b){var _c=new Object();if((typeof _a)=="function"){_c.__proto__=_a.prototype;if(_b){_c.constructor=_b;}}return _c;};}else{nexacro._createPrototype=function(_a,_b){if((typeof _a)=="function"){function F(){};F.prototype=_a.prototype;var _c=new F();if(_b){_c.constructor=_b;}return _c;}return new Object();};}nexacro.FuncBinder=function(_a,_b){this.pthis=_a;this.fn=_b;};var _pFuncBinder=nexacro._createPrototype(Object,nexacro.FuncBinder);nexacro.FuncBinder.prototype=_pFuncBinder;_pFuncBinder.call=function(){var _a=this.fn;if(_a){return _a.apply(this.pthis,arguments);}};delete _pFuncBinder;nexacro.SetterBinder=function(_a,_b,_c){this.pthis=_a;this.prop=_b;this.fn=_c;};var _pSetterBinder=nexacro._createPrototype(Object,nexacro.SetterBinder);nexacro.SetterBinder.prototype=_pSetterBinder;_pSetterBinder.set=function(_a){this.fn.call(this.pthis,_a);return _a;};_pSetterBinder.addset=function(_a){var _b=this.pthis;var _c=_b[this.prop]+_a;this.fn.call(_b,_c);return _c;};_pSetterBinder.subset=function(_a){var _b=this.pthis;var _c=_b[this.prop]-_a;this.fn.call(_b,_c);return _c;};_pSetterBinder.mulset=function(_a){var _b=this.pthis;var _c=_b[this.prop]*_a;this.fn.call(_b,_c);return _c;};_pSetterBinder.divset=function(_a){var _b=this.pthis;var _c=_b[this.prop]/_a;this.fn.call(_b,_c);return _c;};_pSetterBinder.modset=function(_a){var _b=this.pthis;var _c=_b[this.prop]%_a;this.fn.call(_b,_c);return _c;};_pSetterBinder.andset=function(_a){var _b=this.pthis;var _c=_b[this.prop]&_a;this.fn.call(_b,_c);return _c;};_pSetterBinder.orset=function(_a){var _b=this.pthis;var _c=_b[this.prop]|_a;this.fn.call(_b,_c);return _c;};_pSetterBinder.xorset=function(_a){var _b=this.pthis;var _c=_b[this.prop]^_a;this.fn.call(_b,_c);return _c;};_pSetterBinder.lshset=function(_a){var _b=this.pthis;var _c=_b[this.prop]<<_a;this.fn.call(_b,_c);return _c;};_pSetterBinder.rshset=function(_a){var _b=this.pthis;var _c=_b[this.prop]>>_a;this.fn.call(_b,_c);return _c;};_pSetterBinder.zrshset=function(_a){var _b=this.pthis;var _c=_b[this.prop]>>>_a;this.fn.call(_b,_c);return _c;};_pSetterBinder.preInc=function(){var _a=this.pthis[this.prop];this.fn.call(this.pthis, ++_a);return _a;};_pSetterBinder.preDec=function(){var _a=this.pthis[this.prop];this.fn.call(this.pthis, --_a);return _a;};_pSetterBinder.postInc=function(){var _a=this.pthis[this.prop];this.fn.call(this.pthis, +_a+1);return _a;};_pSetterBinder.postDec=function(){var _a=this.pthis[this.prop];this.fn.call(this.pthis, +_a-1);return _a;};delete _pSetterBinder;nexacro.IntSetterBinder=function(_a,_b,_c){this.pthis=_a;this.prop=_b;this.fn=_c;};var _pIntSetterBinder=nexacro._createPrototype(Object,nexacro.IntSetterBinder);nexacro.IntSetterBinder.prototype=_pIntSetterBinder;_pIntSetterBinder.set=function(_a){this.fn.call(this.pthis,_a);return _a;};_pIntSetterBinder.addset=function(_a){var _b=this.pthis;var _c=(parseInt(_b[this.prop])|0)+(_a|0);this.fn.call(_b,_c);return _c;};_pIntSetterBinder.subset=function(_a){var _b=this.pthis;var _c=(parseInt(_b[this.prop])|0)-_a;this.fn.call(_b,_c);return _c;};_pIntSetterBinder.mulset=function(_a){var _b=this.pthis;var _c=(parseInt(_b[this.prop])|0)*_a;this.fn.call(_b,_c);return _c;};_pIntSetterBinder.divset=function(_a){var _b=this.pthis;var _c=(parseInt(_b[this.prop])|0)/_a;this.fn.call(_b,_c);return _c;};_pIntSetterBinder.modset=function(_a){var _b=this.pthis;var _c=(parseInt(_b[this.prop])|0)%_a;this.fn.call(_b,_c);return _c;};_pIntSetterBinder.andset=function(_a){var _b=this.pthis;var _c=(parseInt(_b[this.prop])|0)&_a;this.fn.call(_b,_c);return _c;};_pIntSetterBinder.orset=function(_a){var _b=this.pthis;var _c=(parseInt(_b[this.prop])|0)|_a;this.fn.call(_b,_c);return _c;};_pIntSetterBinder.xorset=function(_a){var _b=this.pthis;var _c=(parseInt(_b[this.prop])|0)^_a;this.fn.call(_b,_c);return _c;};_pIntSetterBinder.lshset=function(_a){var _b=this.pthis;var _c=(parseInt(_b[this.prop])|0)<<_a;this.fn.call(_b,_c);return _c;};_pIntSetterBinder.rshset=function(_a){var _b=this.pthis;var _c=(parseInt(_b[this.prop])|0)>>_a;this.fn.call(_b,_c);return _c;};_pIntSetterBinder.zrshset=function(_a){var _b=this.pthis;var _c=(parseInt(_b[this.prop])|0)>>>_a;this.fn.call(_b,_c);return _c;};_pIntSetterBinder.preInc=function(){var _a=parseInt(this.pthis[this.prop])|0;this.fn.call(this.pthis, ++_a);return _a;};_pIntSetterBinder.preDec=function(){var _a=this.pthis[this.prop];this.fn.call(this.pthis, --_a);return _a;};_pIntSetterBinder.postInc=function(){var _a=parseInt(this.pthis[this.prop])|0;this.fn.call(this.pthis,_a+1);return _a;};_pIntSetterBinder.postDec=function(){var _a=parseInt(this.pthis[this.prop])|0;this.fn.call(this.pthis,_a-1);return _a;};delete _pIntSetterBinder;nexacro.PropBinder=function(_a,_b){this.pthis=_a;this.prop=_b;};var _pPropBinder=nexacro._createPrototype(Object,nexacro.PropBinder);nexacro.PropBinder.prototype=_pPropBinder;_pPropBinder.set=function(_a){return (this.pthis[this.prop]=_a);};_pPropBinder.addset=function(_a){return (this.pthis[this.prop]+=_a);};_pPropBinder.subset=function(_a){return (this.pthis[this.prop]-=_a);};_pPropBinder.mulset=function(_a){return (this.pthis[this.prop]*=_a);};_pPropBinder.divset=function(_a){return (this.pthis[this.prop]/=_a);};_pPropBinder.modset=function(_a){return (this.pthis[this.prop]%=_a);};_pPropBinder.andset=function(_a){return (this.pthis[this.prop]&=_a);};_pPropBinder.orset=function(_a){return (this.pthis[this.prop]|=_a);};_pPropBinder.xorset=function(_a){return (this.pthis[this.prop]^=_a);};_pPropBinder.lshset=function(_a){return (this.pthis[this.prop]<<=_a);};_pPropBinder.rshset=function(_a){return (this.pthis[this.prop]>>=_a);};_pPropBinder.zrshset=function(_a){return (this.pthis[this.prop]>=_a);};_pPropBinder.preInc=function(){return ++this.pthis[this.prop];};_pPropBinder.preDec=function(){return --this.pthis[prop];};_pPropBinder.postInc=function(){return this.pthis[this.prop]++ ;};_pPropBinder.postDec=function(){return this.pthis[this.prop]-- ;};delete _pPropBinder;nexacro.NumPropBinder=function(_a,_b){this.pthis=_a;this.prop=_b;};var _pNumPropBinder=nexacro._createPrototype(Object,nexacro.NumPropBinder);nexacro.NumPropBinder.prototype=_pNumPropBinder;_pNumPropBinder.set=function(_a){return (this.pthis[this.prop]=_a);};_pNumPropBinder.addset=function(_a){return (this.pthis[this.prop]=parseFloat(this.pthis[this.prop])+(_a|0));};_pNumPropBinder.subset=function(_a){return (this.pthis[this.prop]=parseFloat(this.pthis[this.prop])-_a);};_pNumPropBinder.mulset=function(_a){return (this.pthis[this.prop]=parseFloat(this.pthis[this.prop])*_a);};_pNumPropBinder.divset=function(_a){return (this.pthis[this.prop]=parseFloat(this.pthis[this.prop])/_a);};_pNumPropBinder.modset=function(_a){return (this.pthis[this.prop]=parseFloat(this.pthis[this.prop])%_a);};_pNumPropBinder.andset=function(_a){return (this.pthis[this.prop]=parseFloat(this.pthis[this.prop])&_a);};_pNumPropBinder.orset=function(_a){return (this.pthis[this.prop]=parseFloat(this.pthis[this.prop])|_a);};_pNumPropBinder.xorset=function(_a){return (this.pthis[this.prop]=parseFloat(this.pthis[this.prop])^_a);};_pNumPropBinder.lshset=function(_a){return (this.pthis[this.prop]=parseFloat(this.pthis[this.prop])<<_a);};_pNumPropBinder.rshset=function(_a){return (this.pthis[this.prop]=parseFloat(this.pthis[this.prop])>>_a);};_pNumPropBinder.zrshset=function(_a){return (this.pthis[this.prop]=parseFloat(this.pthis[this.prop])>>>_a);};_pNumPropBinder.preInc=function(){var _a=this.pthis[this.prop];this.pthis[this.prop]= ++_a;return _a;};_pNumPropBinder.preDec=function(){var _a=this.pthis[this.prop];this.pthis[this.prop]= --_a;return _a;};_pNumPropBinder.postInc=function(){var _a=this.pthis[this.prop];this.pthis[this.prop]=_a+1;return _a;};_pNumPropBinder.postDec=function(){var _a=this.pthis[this.prop];this.pthis[this.prop]=_a-1;return _a;};delete _pNumPropBinder;Object.prototype.getSetter=function(_a,_b){return new nexacro.PropBinder(this,_a);};if(Object.defineProperty){try{Object.defineProperty(Object.prototype,"getSetter",{"value":Object.prototype.getSetter,"writable":true,"enumerable":false});}catch(e){;}}Object.prototype.getNumSetter=function(_a,_b){return new nexacro.NumPropBinder(this,_a);};if(Object.defineProperty){try{Object.defineProperty(Object.prototype,"getNumSetter",{"value":Object.prototype.getNumSetter,"writable":true,"enumerable":false});}catch(e){;}}Array.prototype.indexOf=function(_a){var _b=this.length;for(var _c=0;_c<_b;_c++ ){if(this[_c]==_a){return _c;}}return -1;};nexacro._indexOf=function(_a,_b){if(_a==null){return -1;}var _c=_a.length;for(var _d=0;_d<_c;_d++ ){if(_a[_d]==_b){return _d;}}return -1;};if(!String.prototype.trim){String.prototype.trim=function(_a){if(_a){var _b=this.length;var _c=0;var _d=_b-1;while( ++_c<_b&&this.charAt(_c)==_a){}while( --_d>_c&&this.charAt(_d)==_a){}return this.substring(_c,_d+1);}else{var _b=this.length;var _c= -1;var _d=_b;var _e;while( ++_c<_b&&((_e=this.charCodeAt(_c))==32||(_e>=9&&_e<=13)||_e==160||_e==5760||_e==6158||(_e>=8192&&_e<=8202)||_e==8232||_e==8233||_e==8239||_e==8287||_e==12288)){}while( --_d>_c&&((_e=this.charCodeAt(_d))==32||(_e>=9&&_e<=13)||_e==160||_e==5760||_e==6158||(_e>=8192&&_e<=8202)||_e==8232||_e==8233||_e==8239||_e==8287||_e==12288)){}return this.substring(_c,_d+1);}};}nexacro.replaceAll=function(_a,_b,_c){return _a.split(_b).join(_c);;};if(nexacro.Browser=="Runtime"||nexacro.Browser=="Chrome"){nexacro._replaceAll=function(_a,_b,_c){return _a.split(_b).join(_c);};}else{nexacro._replaceAll=function(_a,_b,_c){return _a.replace(new RegExp(_b,"g"),_c);};}String.prototype.padLeft=function(_a,_b){var _c=[];if(_a>this.length){for(var _d=0,_e=_a-this.length;_d<_e;_d++ ){_c.push(_b);}}_c.push(this);return _c.join('');};String.prototype.padRight=function(_a,_b){var _c=[];_c.push(this);if(_a>this.length){for(i=0,cnt=_a-this.length;i=48&&_a<=57){return true;}return false;}if(typeof (_a)=="string"){var _b=_a.length;for(var _c=0;_c<_b;_c++ ){var _d=_a.charCodeAt(_c);if(_d>=48&&_d<=57){continue;}return false;}return true;}if(typeof (_a)=="object"){if(_a instanceof String){var _e=_a.valueOf();if(typeof (_e)!="object"){return nexacro.isNumeric(_e);}}}return false;};nexacro.isAlpha=function(_a){if(_a==null||_a===""){return false;}if(typeof (_a)=="number"){if((_a>=65&&_a<=90)||(_a>=97&&_a<=122)){return true;}return false;}if(typeof (_a)=="string"||typeof _a.valueOf()=="string"){var _b=_a.length;for(var _c=0;_c<_b;_c++ ){var _d=_a.charCodeAt(_c);if((_d>=65&&_d<=90)||(_d>=97&&_d<=122)){continue;}return false;}return true;}return false;};nexacro.isAlphaNumeric=function(_a){if(_a==null||_a===""){return false;}if(typeof (_a)=="number"){if((_a>=48&&_a<=57)||(_a>=65&&_a<=90)||(_a>=97&&_a<=122)||(_a==95)){return true;}return false;}if(typeof (_a)=="string"||typeof _a.valueOf()=="string"){var _b=_a.length;for(var _c=0;_c<_b;_c++ ){var _d=_a.charCodeAt(_c);if((_d>=48&&_d<=57)||(_d>=65&&_d<=90)||(_d>=97&&_d<=122)||(_d==95)){continue;}return false;;}return true;}return false;};nexacro.isSpace=function(_a){if(_a==null){return false;}if(typeof (_a)=="number"){if(_a==32||(_a>=9&&_a<=13)||_a==160||_a==5760||_a==6158||(_a>=8192&&_a<=8202)||_a==8232||_a==8233||_a==8239||_a==8287||_a==12288){return true;}}if(typeof (_a)=="string"||typeof _a.valueOf()=="string"){var _b=_a.length;if(_b>0){for(var _c=0;_c<_b;_c++ ){var _d=_a.charCodeAt(_c);if(_d==32||(_d>=9&&_d<=13)||_d==160||_d==5760||_d==6158||(_d>=8192&&_d<=8202)||_d==8232||_d==8233||_d==8239||_d==8287||_d==12288){continue;}return false;}return true;}}return false;};nexacro.isLower=function(_a){if(_a==null){return false;}if(typeof (_a)=="number"){if(_a>=97&&_a<=122){return true;}}if(typeof (_a)=="string"||typeof _a.valueOf()=="string"){var _b=_a.length;if(_b>0){for(var _c=0;_c<_b;_c++ ){var _d=_a.charCodeAt(_c);if(_d>=97&&_d<=122){continue;}return false;}return true;}}return false;};nexacro.isUpper=function(_a){if(_a==null){return false;}if(typeof (_a)=="number"){if(_a>=65&&_a<=90){return true;}}if(typeof (_a)=="string"||typeof _a.valueOf()=="string"){var _b=_a.length;if(_b>0){for(var _c=0;_c<_b;_c++ ){var _d=_a.charCodeAt(_c);if(_d>=65&&_d<=90){continue;}return false;}return true;}}return false;};if(nexacro.Browser=="Runtime"||nexacro.Browser=="Chrome"){nexacro.wrapQuote=function(_a){if(arguments.length==0){return "";}if(_a==null){return "\""+_a+"\"";}_a=_a+"";_a=_a.split(/\\/g).join("\\\\");_a=_a.split(/"/g).join("\\\"");return "\""+_a+"\"";};nexacro.stripQuote=function(_a){if(typeof (_a)!="string"){return _a+"";}if(_a.length>=2&&((_a.substr(0,1)=="'"&&_a.substr(_a.length-1,1)=="'")||(_a.substr(0,1)=='"'&&_a.substr(_a.length-1,1)=='"'))){_a=_a.substring(1,_a.length-1);}if(_a.indexOf("\\")>=0){_a=_a.split(/\\\"/g).join("\"");_a=_a.split(/\\\\/g).join("\\");return _a;}return _a;};}else{(function(){var _a=/"/g,_b=/\\/g;var _c=/\\\"/g,_d=/\\\\/g;nexacro.wrapQuote=function(_e){if(arguments.length==0){return "";}if(_e==null){return "\""+_e+"\"";}_e=_e+"";_e=_e.replace(_b,"\\\\").replace(_a,"\\\"");return "\""+_e+"\"";};nexacro.stripQuote=function(_e){if(typeof (_e)!="string"){return _e+"";}if(_e.length>=2&&((_e.substr(0,1)=="'"&&_e.substr(_e.length-1,1)=="'")||(_e.substr(0,1)=='"'&&_e.substr(_e.length-1,1)=='"'))){_e=_e.substring(1,_e.length-1);}if(_e.indexOf("\\")>=0){_e=_e.replace(_c,"\"").replace(_d,"\\");return _e;}return _e;};})();}nexacro.trimLeft=function(_a,_b){if(_b){var _c=_a.length;var _d= -1;while( ++_d<_c&&_a.charAt(_d)!==_b){}return _a.substring(_d+1);}else{var _c=_a.length;var _d= -1;var _e;while( ++_d<_c&&((_e=_a.charCodeAt(_d))==32||(_e>=9&&_e<=13)||_e==160||_e==5760||_e==6158||(_e>=8192&&_e<=8202)||_e==8232||_e==8233||_e==8239||_e==8287||_e==12288)){}return _a.substring(_d);}};nexacro.trimRight=function(_a,_b){if(_b){var _c=_a.length;var _d=_c;while( --_d>=0&&_a.charAt(_d)!==_b){}return _a.substring(0,_d);}else{var _c=_a.length;var _d=_c;var _e;while( --_d>=0&&((_e=_a.charCodeAt(_d))==32||(_e>=9&&_e<=13)||_e==160||_e==5760||_e==6158||(_e>=8192&&_e<=8202)||_e==8232||_e==8233||_e==8239||_e==8287||_e==12288)){}return _a.substring(0,_d+1);}};nexacro.trim=function(_a,_b){if(_b){var _c=_a.length;var _d=0;var _e=_c-1;while(_d<_c&&_a.charAt(_d)==_b&& ++_d){}while(_e>_d&&_a.charAt(_e)==_b&& --_e){}return _a.substring(_d,_e+1);}else{var _c=_a.length;var _d= -1;var _e=_c;var _f;while( ++_d<_c&&((_f=_a.charCodeAt(_d))==32||(_f>=9&&_f<=13)||_f==160||_f==5760||_f==6158||(_f>=8192&&_f<=8202)||_f==8232||_f==8233||_f==8239||_f==8287||_f==12288)){}while( --_e>_d&&((_f=_a.charCodeAt(_e))==32||(_f>=9&&_f<=13)||_f==160||_f==5760||_f==6158||(_f>=8192&&_f<=8202)||_f==8232||_f==8233||_f==8239||_f==8287||_f==12288)){}return _a.substring(_d,_e+1);}};nexacro.toNumber=function(_a,_b,_c,_d){var _e=( +_a);if(_e!=_e){return (_b!==undefined)?_b:_e;}else if(_e==Infinity){return (_c!==undefined)?_c:_e;}else if(_e== -Infinity){return (_d!==undefined)?_d:_e;}return _e;};if(!Date.prototype.addMonth){Date.prototype.addMonth=function(_a){return this.setMonth(this.getMonth()+_a);};Date.prototype.addDate=function(_a){return this.setDate(this.getDate()+_a);};Date.prototype.addHours=function(_a){return this.setHours(this.getHours()+_a);};Date.prototype.addMilliseconds=function(_a){return this.setMilliseconds(this.getMilliseconds()+_a);};Date.prototype.addMinutes=function(_a){return this.setMinutes(this.getMinutes()+_a);};Date.prototype.addSeconds=function(_a){return this.setSeconds(this.getSeconds()+_a);};Date.prototype.addYear=function(_a){return this.setFullYear(this.getFullYear()+_a);};Date.prototype.getYear=function(){var _a=this.getFullYear();if(1900<=_a&&_a<=1999){return (_a-1900);}return _a;};}nexacro._pow_factors=[1e-30,1e-29,1e-28,1e-27,1e-26,1e-25,1e-24,1e-23,1e-22,1e-21,1e-20,1e-19,1e-18,1e-17,1e-16,1e-15,1e-14,1e-13,1e-12,1e-11,1e-10,1e-9,1e-8,1e-7,1e-6,1e-5,1e-4,1e-3,1e-2,1e-1,1,1e+1,1e+2,1e+3,1e+4,1e+5,1e+6,1e+7,1e+8,1e+9,1e+10,1e+11,1e+12,1e+13,1e+14,1e+15,1e+16,1e+17,1e+18,1e+19,1e+20,1e+21,1e+22,1e+23,1e+24,1e+25,1e+26,1e+27,1e+28,1e+29,1e+30];if(!nexacro.floor){nexacro.floor=function(_a,_b){if(_b==undefined){return Math.floor(_a);}var _c=nexacro._pow_factors[_b+30];return Math.floor(_a*_c)/_c;};};if(!nexacro.ceil){nexacro.ceil=function(_a,_b){var _c=_a+"";var _d=_c.indexOf(".");var _e=_c.length;var _f=_e-_d-1;if(_b==undefined){return Math.ceil(_a);}else if(_b&&_b>=_f){return _a;}var _g=nexacro._pow_factors[_b+30];return Math.ceil(_a*_g)/_g;};};if(!nexacro.round){nexacro.round=function(_a,_b){if(_b==undefined){return Math.round(_a);}var _c=nexacro._pow_factors[_b+30];return Math.round(_a*_c)/_c;};};if(!nexacro.parseDate){if(nexacro.Browser=="Runtime"||nexacro.Browser=="Chrome"){nexacro.parseDate=function(_a){if(_a&&_a.length>0){if(_a.length>10){return nexacro._parseDatetime(_a);}else{_a=_a.split("-").join("/");return Date.parse(_a);}}else{return undefined;}};}else{(function(){var _a=/-/g;nexacro.parseDate=function(_b){if(_b&&_b.length>0){if(_b.length>10){return nexacro._parseDatetime(_b);}else{_b=_b.replace(_a,"/");return Date.parse(_b);}}else{return undefined;}};})();}nexacro._parseDatetime=function(_a){if(_a.length>0){var _b="";if(_a.length>10&&_a[10]==="T"){_a=_a.replace("T"," ");}_b=_a.split(" ");if(_b.length>2){return Date.parse(_a);}var _c=_b[0];var _d=_b[1];var _e=nexacro.parseDate(_c);_e+=nexacro._parseTime(_d);return _e;}else{return undefined;}};nexacro._parseTime=function(_a){if(_a.length>0){var _b="";_b=_a.split(":");var _c=parseInt(_b[0])|0;var _d=parseInt(_b[1])|0;var _e=_b[2];_b=_e.split(".");_e=parseInt(_b[0])|0;var _f="";if(_b[1]!=undefined){_f=_b[1];}var _g=_f.length;for(var _h=_g;_h<3;_h++ ){_f+="0";}var _i=parseInt(_f)|0;var _j=(_c*3600*1000)+(_d*60*1000)+(_e*1000)+_i;return _j;}else{return undefined;}};}nexacro._nexacroBind=function(_a,_b){var _c=function(){return _b.apply(_a,arguments);};_c._bindthis=_a;return _c;};if(nexacro.Browser=="Runtime"){nexacro._executeEvalStr=function(evalstr,url){try{if(url){evalstr+=("\r\n//@ sourceURL="+encodeURI(url));}return eval(evalstr);}catch(e){if(trace){trace(nexacro._getEvalExceptionMessage(e,url));}return e;}finally{evalstr=null;}};nexacro._executeScript=function(_a,_b){try{return nexacro.__executeScript(_b,_a);}catch(e){if(trace){trace(nexacro._getEvalExceptionMessage(e,_b));}return e;}finally{_a=null;}};}else if(nexacro.Browser=="Gecko"){nexacro._executeEvalStr=function(evalstr,url){var err=null;try{if(url){evalstr+=("\r\n//@ sourceURL="+encodeURI(url));}err=new Error('at eval script('+url+')');return eval(evalstr);}catch(e){if(trace){trace(nexacro._getEvalExceptionMessage(e,url,err.lineNumber));}return e;}finally{evalstr=null;}};nexacro._executeScript=nexacro._executeEvalStr;}else{nexacro._executeEvalStr=function(evalstr,url){try{if(url){evalstr+=("\r\n//@ sourceURL="+encodeURI(url));}return eval(evalstr);}catch(e){if(trace){trace(nexacro._getEvalExceptionMessage(e,url));}return e;}finally{evalstr=null;}};nexacro._executeScript=nexacro._executeEvalStr;}nexacro._createInlineFunc=function(_a,_b){var _c="_fn_ = function(";_c+=_b.join(',');_c+=") { ";_c+="try { return "+_a+"; } ";_c+="catch(e) { return undefined; } };";return _c=nexacro._executeEvalStr(_c);};nexacro._emptyFn=function(){};nexacro._emptyFnExistReturn=function(){return null;};nexacro._echoFn=function(_a){return _a;};nexacro._isNumber=function(_a){return (typeof (_a)=="number");};nexacro._isInt=function(_a){if(typeof (_a)=="number"){return (_a==(_a|0));}return false;};nexacro._isString=function(_a){return typeof (_a)=="string";};nexacro._isUndefined=function(_a){return (_a===undefined);};nexacro._isNull=function(_a){return (_a===undefined||_a===null);};nexacro._isArray=function(_a){return (_a instanceof Array);};nexacro._isFunction=function(_a){return (typeof (_a)=="function");};nexacro._isObject=function(_a){return (typeof (_a)=="object");};nexacro._isDecimal=function(_a){return (_a instanceof nexacro.Decimal);};nexacro._nvl=function(_a,_b){return (_a==null||_a=="")?_b:_a;};nexacro._parseInt=function(_a,_b){if(_a==null){return _b;}var _c=parseInt(_a);return (isFinite(_c))?_c:_b;};nexacro._toString=function(_a){return (_a==null)?_a:_a+"";};nexacro._toInt=function(_a){var _b=parseInt(_a)|0;return (isFinite(_b))?_b:undefined;};nexacro._toBoolean=function(_a){if(typeof _a=="number"){return (_a==_a)&&_a!=0;}if(typeof _a=='string'){if(_a=="false"||_a=="NaN"){return false;}return ( +_a)!=0;}else if(_a instanceof nexacro.Decimal){_a=( +_a);return (_a==_a)&&_a!=0;}else{return !!_a;}};nexacro._convertPtToPx=function(_a){_a=parseInt(_a)|0;if(!isNaN(_a)){return (_a*(0.35146/25.4)*96);}return null;};nexacro._isAbsolutePath=function(_a){if(!_a){return false;}var _b=_a.charAt(0);if(_b=='/'||_b=='\\'){return true;}if(_a.indexOf("::")>=0){return false;}if(_a.substring(0,8).toLowerCase()!="theme://"&&_a.indexOf(":\/")>=0){return true;}if(_a.substring(0,10).toLowerCase()=="data:image"){return true;}return false;};if(nexacro.Browser=="Runtime"||nexacro.Browser=="Chrome"){nexacro._getBaseUrl=function(_a){if(!_a){return _a;}_a=_a.split("\\").join("/");if(_a.charAt(_a.length-1)!='/'){_a=_a.substring(0,_a.lastIndexOf("/")+1);}return _a;};}else{(function(){var _a=/\\/g;nexacro._getBaseUrl=function(_b){_b=_b.replace(_a,"/");if(_b.charAt(_b.length-1)!='/'){_b=_b.substring(0,_b.lastIndexOf("/")+1);}return _b;};})();}nexacro._getURIValue=function(_a){if(_a&&_a.substring(0,4).toLowerCase()=="url("){if(_a.charAt(4)=="'"&&_a.charAt(_a.length-2)=="'"){_a=_a.substring(5,_a.length-2);}else if(_a.charAt(4)=="\""&&_a.charAt(_a.length-2)=="\""){_a=_a.substring(5,_a.length-2);}else{_a=_a.substring(4,_a.length-1);}return nexacro.stripQuote(_a);}return _a;};nexacro.Object=function(_a,_b){this.id=_a||"";this.parent=_b||null;};var _pObject=nexacro._createPrototype(Object,nexacro.Object);nexacro.Object.prototype=_pObject;_pObject._type_name="Object";_pObject._toString_str="[object Object]";_pObject._is_array=false;_pObject._is_data=false;_pObject._is_event=false;_pObject._is_elelemt=false;_pObject._is_component=false;_pObject._is_context=false;_pObject._is_form=false;_pObject._is_frame=false;_pObject._is_window=false;_pObject._is_application=false;_pObject.toString=function(){return "[object "+this._type_name+"]";};_pObject.getSetter=function(_a,_b){if(!_b){_b="set_"+_a;}var _c=this[_b];if(_c){return new nexacro.SetterBinder(this,_a,_c);}return new nexacro.PropBinder(this,_a);};if(Object.defineProperty){try{Object.defineProperty(_pObject,"getSetter",{"value":_pObject.getSetter,"writable":true,"enumerable":false});}catch(e){;}}_pObject.getNumSetter=function(_a,_b){if(!_b){_b="set_"+_a;}var _c=this[_b];if(_c){return new nexacro.IntSetterBinder(this,_a,_c);}return new nexacro.NumPropBinder(this,_a);};if(Object.defineProperty){try{Object.defineProperty(_pObject,"getNumSetter",{"value":_pObject.getNumSetter,"writable":false,"enumerable":false});}catch(e){;}}_pObject.set_id=function(_a){this.id=_a;};_pObject.destroy=function(){this.parent=null;};delete _pObject;nexacro.Collection=function(){this._idArray=[];this._idxMap={};this.length=0;};var _pCollection=nexacro._createPrototype(Object,nexacro.Collection);nexacro.Collection.prototype=_pCollection;_pCollection._type_name="ObjectArray";_pCollection._is_array=true;_pCollection.toString=function(){return "[object "+this._type_name+"]";};_pCollection.get_id=function(_a){return this._idArray[_a];};_pCollection.update_id=function(_a,_b){var _c=this._idArray;var _d=_c[_a];if(_d!=null&&_d!=_b){this[_b]=this[_d];delete this[_d];var _e=this._idxMap;_e[_b]=_a;delete _e[_d];_c[_a]=_b;return true;}return false;};_pCollection.indexOf=function(_a){return this._idxMap[_a];};_pCollection.get_item=function(_a){return this[_a];};_pCollection.set_item=function(_a,_b){if(typeof (_a)=="number"){var _c=this._idArray[_a];if(_c!=null){return (this[_c]=this[_a]=_b);}}else{var _d=this._idxMap[_a];if(_d!=null){return (this[_a]=this[_d]=_b);}}return undefined;};_pCollection.clear=function(){var _a=this._idArray;var _b=_a.length;for(var _c=0;_c<_b;_c++ ){delete this[_a[_c]];this[_a[_c]]=null;delete this[_c];this[_c]=null;}this._idArray=[];this._idxMap={};this.length=0;_a=null;};_pCollection.add_item=function(_a,_b){var _c=this._idxMap;var _d=_c[_a];if(_d!=null){this[_a]=this[_d]=_b;}else{_d=this.length;this[_a]=this[_d]=_b;this._idArray.push(_a);this._idxMap[_a]=_d;this.length=this._idArray.length;}return _d;};_pCollection.add=_pCollection.add_item;_pCollection.append=_pCollection.add_item;_pCollection.appendItem=_pCollection.add_item;_pCollection.delete_item=function(_a){if(typeof (_a)=="number"){var _b=this._idArray;var _c=this._idxMap;var _d=_b.length-1;if(_a>=0&&_a<=_d){var _e=_b[_a];delete this[_e];_b.splice(_a,1);for(var _f=_a;_f<_d;_f++ ){_c[_b[_f]]=_f;this[_f]=this[_f+1];}delete this[_f];delete _c[_e];this.length=_b.length;return _a;}return -1;}else{var _b=this._idArray;var _c=this._idxMap;var _g=_c[_a];if(_g!=null){var _d=_b.length-1;delete this[_a];_b.splice(_g,1);for(var _f=_g;_f<_d;_f++ ){_c[_b[_f]]=_f;this[_f]=this[_f+1];}delete this[_f];delete _c[_a];this.length=_b.length;return _g;}return -1;}};_pCollection.remove=_pCollection.delete_item;_pCollection.remove_item=_pCollection.delete_item;_pCollection.insert_item=function(_a,_b,_c){_a=(_a|0);var _d=this._idArray;var _e=this._idxMap;var _f=_d.length;if(_a>=_f||_a== -1){return this.add_item(_b,_c);}if(_b in _e){return this.set_item(_a,_c);}this[_b]=_c;_d.splice(_a,0,_b);_f++ ;for(var _g=_f-1;_g>=_a+1;_g-- ){_e[_d[_g]]=_g;this[_g]=this[_g-1];}this[_a]=_c;_e[_b]=_a;this.length=_f;return _a;};_pCollection.insert=_pCollection.insert_item;_pCollection.size=function(){return this.length;};_pCollection.destroy=function(){var _a=this._idArray;var _b=_a.length;for(var _c=0;_c<_b;_c++ ){this[_a[_c]]=null;this[_c]=null;}this._idArray=null;this._idxMap=null;this.length=0;};_pCollection.set_length=nexacro._emptyFn;delete _pCollection;nexacro.Error=function(_a,_b){this.id=this.name=_a;this.except=_b;};var _pError=nexacro._createPrototype(nexacro.Object,nexacro.Error);nexacro.Error.prototype=_pError;_pError._type_name="Error";_pError.toString=function(){return this.name+": "+this.except;};delete _pError;nexacro._GetSystemErrorMsg=function(_a,_b){var _c=[];for(var _e=0;_e0){var _c=0;while(true){if(_c>=_b){break;}this._clearEventListener(_a[_c++ ]);if(_c>=_b){break;}this._clearEventListener(_a[_c++ ]);if(_c>=_b){break;}this._clearEventListener(_a[_c++ ]);if(_c>=_b){break;}this._clearEventListener(_a[_c++ ]);if(_c>=_b){break;}this._clearEventListener(_a[_c++ ]);if(_c>=_b){break;}this._clearEventListener(_a[_c++ ]);if(_c>=_b){break;}this._clearEventListener(_a[_c++ ]);if(_c>=_b){break;}this._clearEventListener(_a[_c++ ]);if(_c>=_b){break;}this._clearEventListener(_a[_c++ ]);if(_c>=_b){break;}this._clearEventListener(_a[_c++ ]);}}}};_pEventSinkObject._setEventHandler=function(_a,_b,_c){var _d=this[_a];var _e= -1;if(_d){if(_c){_e=_d._setHandler(_c,_b);}else{_e=_d._setHandler(this,_b);}}else if(_a in this._event_list){_d=new nexacro.EventListener(_a);this[_a]=_d;if(this._created_event_list){this._created_event_list.push(_a);}else{this._created_event_list=[];this._created_event_list.push(_a);}if(_c){_e=_d._setHandler(_c,_b);}else{_e=_d._setHandler(this,_b);}}return _e;};_pEventSinkObject._addEventHandler=function(_a,_b,_c){var _d=this[_a];var _e= -1;if(_d){if(_c){_e=_d._addHandler(_c,_b);}else{_e=_d._addHandler(this,_b);}}else if(_a in this._event_list){_d=new nexacro.EventListener(_a);this[_a]=_d;if(this._created_event_list){this._created_event_list.push(_a);}else{this._created_event_list=[];this._created_event_list.push(_a);}if(_c){_e=_d._addHandler(_c,_b);}else{_e=_d._addHandler(this,_b);}}return _e;};_pEventSinkObject._removeEventHandler=function(_a,_b,_c){var _d=this[_a];var _e=0;if(_d){if(_c){_e=_d._removeHandler(_c,_b);}else{_e=_d._removeHandler(null,_b);}}return _e;};_pEventSinkObject._findEventHandler=function(_a,_b,_c){var _d=this[_a];var _e= -2;if(_d){var _f=_d._sys_handlers;if(_c){_e=_d._findHandler(_f,_c,_b);}else{_e=_d._findHandler(_f,null,_b);}}return _e;};_pEventSinkObject.setEventHandler=function(_a,_b,_c){if(!_b){return -1;}if(this._is_loading){if(!this._loading_event_list){this._loading_event_list=[];}this._loading_event_list.push({id:_a,func:_b,target:_c});}var _d=this[_a];var _e= -1;if(_d){if(_c){_e=_d._setHandler(_c,_b,true);}else{_e=_d._setHandler(this,_b,true);}}else if(_a in this._event_list){_d=new nexacro.EventListener(_a);this[_a]=_d;if(this._created_event_list){this._created_event_list.push(_a);}else{this._created_event_list=[];this._created_event_list.push(_a);}if(_c){_e=_d._setHandler(_c,_b,true);}else{_e=_d._setHandler(this,_b,true);}}return _e;};_pEventSinkObject.addEventHandler=function(_a,_b,_c){if(this._is_loading){if(!this._loading_event_list){this._loading_event_list=[];}this._loading_event_list.push({id:_a,func:_b,target:_c});}var _d=this[_a];var _e= -1;if(_d){if(_c){_e=_d._addHandler(_c,_b,true);}else{_e=_d._addHandler(this,_b,true);}}else if(_a in this._event_list){_d=new nexacro.EventListener(_a);this[_a]=_d;if(this._created_event_list){this._created_event_list.push(_a);}else{this._created_event_list=[];this._created_event_list.push(_a);}if(_c){_e=_d._addHandler(_c,_b,true);}else{_e=_d._addHandler(this,_b,true);}}return _e;};_pEventSinkObject.removeEventHandler=function(_a,_b,_c){if(!_b){return 0;}var _d=this[_a];var _e=0;if(_d){if(_c){_e=_d._removeHandler(_c,_b,true);}else{_e=_d._removeHandler(null,_b,true);}}return _e;};_pEventSinkObject.findEventHandler=function(_a,_b,_c){var _d=this[_a];var _e= -2;if(_d){var _f=_d._user_handlers;if(_c){_e=_d._findHandler(_f,_c,_b);}else{_e=_d._findHandler(_f,this,_b);}}return _e;};_pEventSinkObject.getEventHandler=function(_a,_b){var _c=this[_a];var _d="";if(_c){var _e=_c._user_handlers;_d=_c._getHandler(_e,_b);}return _d;};_pEventSinkObject.clearEventHandler=function(_a){var _b=this[_a];if(_b){return _b._clearAll();}return 0;};_pEventSinkObject.setEventHandlerLookup=function(_a,_b,_c){var _d=this[_a];var _e= -1;if(_d){if(_c){_e=_d._setHandlerLookup(_c,_b);}else{_e=_d._setHandlerLookup(this,_b);}}else if(_a in this._event_list){_d=new nexacro.EventListener(_a);this[_a]=_d;if(this._created_event_list){this._created_event_list.push(_a);}else{this._created_event_list=[];this._created_event_list.push(_a);}if(_c){_e=_d._setHandlerLookup(_c,_b);}else{_e=_d._setHandlerLookup(this,_b);}}return _e;};_pEventSinkObject.addEventHandlerLookup=function(_a,_b,_c){var _d=this[_a];var _e= -1;if(_d){if(_c){_e=_d._addHandlerLookup(_c,_b);}else{_e=_d._addHandlerLookup(this,_b);}}else if(_a in this._event_list){_d=new nexacro.EventListener(_a);this[_a]=_d;if(this._created_event_list){this._created_event_list.push(_a);}else{this._created_event_list=[];this._created_event_list.push(_a);}if(_c){_e=_d._addHandlerLookup(_c,_b);}else{_e=_d._addHandlerLookup(this,_b);}}return _e;};_pEventSinkObject.removeEventHandlerLookup=function(_a,_b,_c){var _d=this[_a];var _e=0;if(_d){if(_c){_e=_d._removeHandlerLookup(_c,_b);}else{_e=_d._removeHandlerLookup(this,_b);}}return _e;};_pEventSinkObject.findEventHandlerLookup=function(_a,_b,_c){var _d=this[_a];var _e= -2;if(_d){var _f=_d._user_handlers;if(_c){_e=_d._findHandlerLookup(_f,_c,_b);}else{_e=_d._findHandlerLookup(_f,this,_b);}}return _e;};delete _pEventSinkObject;nexacro.EventHandler=function(_a,_b){this.target=_a;this.handler=_b;};nexacro.EventListener=function(_a){this.id=this.name=_a;this.length=0;this.defaultprevented=false;this.stoppropagation=false;this._sys_handlers=[];this._user_handlers=[];this._has_handlers=false;};var _pEventListener=nexacro._createPrototype(nexacro.Object,nexacro.EventListener);nexacro.EventListener.prototype=_pEventListener;_pEventListener._type_name="EventListener";_pEventListener.set_length=nexacro._emptyFn;_pEventListener._findByObj=function(_a,_b){var _c=_a.length;for(var _d=0;_d<_c;_d++ ){if(_a[_d].target==_b){return _d;}}return -1;};_pEventListener._findHandler=function(_a,_b,_c){var _d=_a.length;for(var _e=0;_e<_d;_e++ ){if(_a[_e].target==_b&&_a[_e].handler==_c){return _e;}}return -1;};_pEventListener._getHandler=function(_a,_b){var _c=_a.length;if(_b>=0&&_b<_c){return _a[_b].handler;}return undefined;};_pEventListener._setHandler=function(_a,_b,_c){var _d=this._sys_handlers;if(_c){_d=this._user_handlers;}var _e=_a;var _f=this._findByObj(_d,_e);if(_f<0){_f=_d.length;_d.push(new nexacro.EventHandler(_e,_b));}else{_d[_f]=new nexacro.EventHandler(_e,_b);}this._has_handlers|=_d.length;return _f;};_pEventListener._addHandler=function(_a,_b,_c){var _d=this._sys_handlers;if(_c){_d=this._user_handlers;}var _e= -1;if(_b){var _f=_a;var _g=_d.length;var _h=new nexacro.EventHandler(_f,_b);for(var _i=0;_i<_g;_i++ ){if(_d[_i].handler==_h.handler&&_d[_i].target==_h.target){return _i;}}_d.push(_h);if(_c){this.length=_d.length;}this._has_handlers|=_d.length;_e=_g;}return _e;};_pEventListener._removeHandler=function(_a,_b,_c){var _d=this._sys_handlers;if(_c){_d=this._user_handlers;}var _e=_d.length;for(var _f=_e-1;_f>=0;_f-- ){if(_a==null){if(_b==null){_d.splice(_f,1);}else if(_d[_f].handler==_b){_d.splice(_f,1);}}else{if(_b==null){_d.splice(_f,1);}else if(_d[_f].target==_a&&_d[_f].handler==_b){_d.splice(_f,1);}}}this._has_handlers|=_d.length;if(_c){this.length=_d.length;}return _e-_d.length;};_pEventListener._setHandlerLookup=function(_a,_b){var _c=this._user_handlers;var _d= -1;if(_b.length>0){for(var _e=_a;(_e!=null);_e=_e.parent){var _f=_e[_b];if(_f){var _g=_e;_d=this._findByObj(_c,_g);if(_d<0){_d=_c.length;_c.push(new nexacro.EventHandler(_g,_f));}else{_c[_d]=new nexacro.EventHandler(_g,_f);}this._has_handlers|=_c.length;return _d;}if(_e._type_name=="Application"){return _d;}}}return _d;};_pEventListener._addHandlerLookup=function(_a,_b){var _c=this._user_handlers;var _d= -1;if(_b.length>0){for(var _e=_a;(_e!=null);_e=_e.parent){var _f=_e[_b];if(_f){var _g=_a;_d=_c.length;for(var _h=0;_h<_d;_h++ ){if(_c[_h].handler==_e[_b]){return _h;}}_c.push(new nexacro.EventHandler(_g,_e[_b]));this._has_handlers|=_c.length;return _d;}if(_e._type_name=="Application"){return _d;}}}return _d;};_pEventListener._removeHandlerLookup=function(_a,_b){var _c=this._user_handlers;var _d=_c.length;if(_b.length>0){for(var _e=_a;(_e!=null);_e=_e.parent){var _f=_e[_b];if(_f){for(var _g=_d-1;_g>=0;_g-- ){if(_c[_g].handler==_f){_c.splice(_g,1);}}this._has_handlers|=_c.length;}if(_e._type_name=="Application"){return _d-_c.length;}}}return 0;};_pEventListener._findHandlerLookup=function(_a,_b,_c){var _d=_a.length;if(_c.length>0){for(var _e=_b;(_e!=null);_e=_e.parent){var _f=_e[_c];if(_f){for(var _g=0;_g<_d;_g++ ){if(_a[_g].target==_e&&_a[_g].handler==_f){return _g;}}this._has_handlers|=_a.length;}if(_e._type_name=="Application"){return -1;}}}return -1;};_pEventListener._clearAll=function(){var _a=this._sys_handlers.length+this._user_handlers.length;var _b=this._sys_handlers.length;for(var _c=0;_c<_b;_c++ ){var _d=this._sys_handlers[_c];_d.target=null;_d.handler=null;this._sys_handlers[_c]=null;delete this._sys_handlers[_c];}_b=this._user_handlers.length;for(_c=0;_c<_b;_c++ ){var _d=this._user_handlers[_c];_d.target=null;_d.handler=null;_d=null;this._user_handlers[_c]=null;delete this._user_handlers[_c];}this._sys_handlers=[];this._user_handlers=[];this.length=0;this._has_handlers=0;return _a;};_pEventListener._fireEvent=function(_a,_b,_c){var _d,_e;var _f;var _g=this._user_handlers;var _h=_g.length;if(!_c){try{for(var _d=0;_d<_h;_d++ ){_f=_g[_d];if(_a.enableevent!==false){_e=_f.handler.call(_f.target,_a,_b);}if(_b){this.defaultprevented=_b._prevented;this.stoppropagation=_b._stoppropagation;}}}catch(e){if(e.obj){application._onSystemError(e.obj,e.name,e.message);}else{var _i=nexacro._getExceptionMessage(e);application._onSystemError(application,e.name,_i);}}}_g=this._sys_handlers;_h=_g.length;for(var _d=0;_d<_h;_d++ ){_f=_g[_d];if(_a.enableevent!==false){_e=_f.handler.call(_f.target,_a,_b);}if(_b){this.defaultprevented=_b._prevented;this.stoppropagation=_b._stoppropagation;}}return _e;};_pEventListener._fireSysEvent=function(_a,_b){var _c,_d;var _e=this._sys_handlers;var _f=_e.length;var _g;for(var _c=0;_c<_f;_c++ ){_g=_e[_c];if(_a.enableevent!==false){_d=_g.handler.call(_g.target,_a,_b);}if(_b){this.defaultprevented=_b._prevented;this.stoppropagation=_b._stoppropagation;}}return _d;};_pEventListener._fireUserEvent=function(_a,_b){var _c,_d;var _e;var _f=this._user_handlers;var _g=_f.length;try{for(var _c=0;_c<_g;_c++ ){_e=_f[_c];if(_a.enableevent!==false){_d=_e.handler.call(_e.target,_a,_b);}if(_b){this.defaultprevented=_b._prevented;this.stoppropagation=_b._stoppropagation;}}}catch(e){if(e.obj){application._onSystemError(e.obj,e.name,e.message);}else{var _h=nexacro._getExceptionMessage(e);application._onSystemError(application,e.name,_h);}}return _d;};_pEventListener._fireCheckEvent=function(_a,_b){var _c,_d;var _e=this._user_handlers;var _f=_e.length;var _g;try{for(var _c=0;_c<_f;_c++ ){_g=_e[_c];if(_a.enableevent!==false){_d=_g.handler.call(_g.target,_a,_b);}if(_b){this.defaultprevented=_b._prevented;this.stoppropagation=_b._stoppropagation;}if(_d){_d=nexacro._toBoolean(_d);}if(_d!=null&&(!_d)){return false;}}}catch(e){if(e.obj){application._onSystemError(e.obj,e.name,e.message);}else{var _h=nexacro._getExceptionMessage(e);application._onSystemError(application,e.name,_h);}}_e=this._sys_handlers;_f=_e.length;var _d;for(var _c=0;_c<_f;_c++ ){_g=_e[_c];if(_a.enableevent){_d=_g.handler.call(_g.target,_a,_b);}if(_b){this.defaultprevented=_b._prevented;this.stoppropagation=_b._stoppropagation;}if(_d!=null&&(!_d)){return false;}}return true;};_pEventListener.fireEvent=function(_a,_b){_b.eventid=this.name;_b.fromobject=_a;this._fireEvent(_a,_b);};_pEventListener.clear=function(){var _a=this._user_handlers.length;this._user_handlers=[];this.length=0;this._has_handlers=(this.length+this._sys_handlers.length);return _a;};delete _pEventListener;nexacro.Event=function(_a,_b){this.id=this.eventid=_b||"";this.fromobject=this.fromreferenceobject=_a;this._prevented=false;this._stoppropagation=false;this.cancelable=false;this.bubbles=false;};var _pEvent=nexacro._createPrototype(nexacro.Object,nexacro.Event);nexacro.Event.prototype=_pEvent;_pEvent._type_name="Event";_pEvent._is_event=true;_pEvent.preventDefault=function(){this._prevented=this.cancelable;};_pEvent.stopPropagation=function(){this._stoppropagation=this.bubbles;};_pEvent.destroy=function(){this.fromobject=null;this.fromreferenceobject=null;};delete _pEvent;nexacro.EventInfo=function(_a,_b){this.id=this.eventid=_b||"";this.fromobject=this.fromreferenceobject=_a;this._prevented=false;this._stoppropagation=false;this.cancelable=false;this.bubbles=false;};var _pEventInfo=nexacro._createPrototype(nexacro.Object,nexacro.EventInfo);nexacro.EventInfo.prototype=_pEventInfo;_pEventInfo._type_name="EventInfo";_pEventInfo._is_event=true;_pEventInfo.set_eventid=function(_a){if(_a&&_a!=this.eventid){this.eventid=_a;}};delete _pEventInfo;nexacro.Event.KEY_RETURN=13;nexacro.Event.KEY_ENTER=13;nexacro.Event.KEY_TAB=9;nexacro.Event.KEY_UP=38;nexacro.Event.KEY_DOWN=40;nexacro.Event.KEY_LEFT=37;nexacro.Event.KEY_RIGHT=39;nexacro.Event.KEY_SPACE=32;nexacro.Event.KEY_SHIFT=16;nexacro.Event.KEY_CTRL=17;nexacro.Event.KEY_CONTROL=17;nexacro.Event.KEY_ALT=18;nexacro.Event.KEY_ESC=27;nexacro.Event.KEY_F1=112;nexacro.Event.KEY_F2=113;nexacro.Event.KEY_F3=114;nexacro.Event.KEY_F4=115;nexacro.Event.KEY_F5=116;nexacro.Event.KEY_F6=117;nexacro.Event.KEY_F7=118;nexacro.Event.KEY_F8=119;nexacro.Event.KEY_F9=120;nexacro.Event.KEY_F10=121;nexacro.Event.KEY_F11=122;nexacro.Event.KEY_F12=123;nexacro.Event.KEY_DEL=46;nexacro.Event.KEY_DELETE=46;nexacro.Event.KEY_BACKSPACE=8;nexacro.Event.KEY_INSERT=45;nexacro.Event.KEY_HOME=36;nexacro.Event.KEY_END=35;nexacro.Event.KEY_PAGE_UP=33;nexacro.Event.KEY_PAGE_DOWN=34;nexacro.Event.KEY_NUM_LOCK=144;nexacro.Event.KEY_NUMPAD0=96;nexacro.Event.KEY_NUMPAD1=97;nexacro.Event.KEY_NUMPAD2=98;nexacro.Event.KEY_NUMPAD3=99;nexacro.Event.KEY_NUMPAD4=100;nexacro.Event.KEY_NUMPAD5=101;nexacro.Event.KEY_NUMPAD6=102;nexacro.Event.KEY_NUMPAD7=103;nexacro.Event.KEY_NUMPAD8=104;nexacro.Event.KEY_NUMPAD9=105;nexacro.Event.KEY_NUMPAD_DIVIDE=111;nexacro.Event.KEY_NUMPAD_MULTIPLY=106;nexacro.Event.KEY_NUMPAD_MINUS=109;nexacro.Event.KEY_NUMPAD_PLUS=107;nexacro.TimerEventInfo=function(_a,_b,_c){this.id=this.eventid=_b||"ontimer";this.fromobject=this.fromreferenceobject=_a;this.timerid=_c;};var _pTimerEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.TimerEventInfo);nexacro.TimerEventInfo.prototype=_pTimerEventInfo;_pTimerEventInfo._type_name="TimerEventInfo";delete _pTimerEventInfo;nexacro.ErrorEventInfo=function(_a,_b,_c,_d,_e,_f,_g,_h){this.id=this.eventid=_b||"onerror";this.fromobject=this.fromreferenceobject=_a;this.cancelable=true;this.errortype=_c;this.errormsg=_d;this.errorobj=_e;if(_f){this.statuscode=_f;}else{this.statuscode=0;}this.requesturi=_g;this.locationuri=_h;};var _pErrorEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.ErrorEventInfo);nexacro.ErrorEventInfo.prototype=_pErrorEventInfo;_pErrorEventInfo._type_name="ErrorEventInfo";_pErrorEventInfo.set_errortype=function(_a){if(_a&&this.errortype!=_a){this.errortype=_a;}};_pErrorEventInfo.set_errormsg=function(_a){if(_a&&this.errormsg!=_a){this.errormsg=_a;}};_pErrorEventInfo.set_errorobj=function(_a){if(_a&&this.errorobj!=_a){this.errorobj=_a;}};_pErrorEventInfo.set_locationuri=function(_a){if(_a&&this.locationuri!=_a){this.locationuri=_a;}};_pErrorEventInfo.set_requesturi=function(_a){if(_a&&this.requesturi!=_a){this.requesturi=_a;}};_pErrorEventInfo.set_statuscode=function(_a){if(_a&&this.statuscode!=_a){this.statuscode=_a;}};_pErrorEventInfo.getHexaErrorCode=function(){return this.errorcode;};delete _pErrorEventInfo;nexacro.ExitEventInfo=function(_a,_b){this.id=this.eventid=_b||"onexit";this.fromobject=this.fromreferenceobject=_a;};var _pExitEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.ExitEventInfo);nexacro.ExitEventInfo.prototype=_pExitEventInfo;_pExitEventInfo._type_name="ExitEventInfo";delete _pExitEventInfo;nexacro.AccessibilityEventInfo=function(_a,_b,_c,_d,_e,_f){this.id=this.eventid=_b||"onaccessibility";this.fromobject=this.fromreferenceobject=_a;this.label=_c;this.status=_d;this.value=_e;this.description=_f;};var _pAccessibilityEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.AccessibilityEventInfo);nexacro.AccessibilityEventInfo.prototype=_pAccessibilityEventInfo;_pAccessibilityEventInfo._type_name="AccessibilityEventInfo";delete _pAccessibilityEventInfo;nexacro.ActivateEventInfo=function(_a,_b,_c){nexacro.Event.call(this,_a,_b||"onactivate");this.fromobject=this.fromreferenceobject=_a;this.state=_c;this.bubbles=true;};var _pActivateEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.ActivateEventInfo);nexacro.ActivateEventInfo.prototype=_pActivateEventInfo;_pActivateEventInfo._type_name="ActivateEventInfo";delete _pActivateEventInfo;nexacro.SysCommandEventInfo=function(_a,_b,_c){this.id=this.eventid=_b||"onsyscommand";this.fromobject=this.fromreferenceobject=_a;this.bubbles=true;this.state=_c;};var _pSysCommandEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.SysCommandEventInfo);nexacro.SysCommandEventInfo.prototype=_pSysCommandEventInfo;_pSysCommandEventInfo._type_name="SysCommandEventInfo";delete _pSysCommandEventInfo;nexacro.CloseEventInfo=function(_a,_b,_c,_d,_e){nexacro.Event.call(this,_a,_b||"onclose");this.bubbles=true;this.fromobject=_c||_a;this.fromreferenceobject=_d||_a;this._root_closing_comp=_e;};var _pCloseEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.CloseEventInfo);nexacro.CloseEventInfo.prototype=_pCloseEventInfo;_pCloseEventInfo._type_name="CloseEventInfo";delete _pCloseEventInfo;nexacro.LoadEventInfo=function(_a,_b,_c){nexacro.Event.call(this,_a,_b||"onload");this.url=_c;};var _pLoadEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.CloseEventInfo);nexacro.LoadEventInfo.prototype=_pLoadEventInfo;_pLoadEventInfo._type_name="LoadEventInfo";delete _pLoadEventInfo;nexacro.SetFocusEventInfo=function(_a,_b,_c,_d){this.id=this.eventid=_b||"onsetfocus";this.fromobject=this.fromreferenceobject=_a;this.oldcomponent=_c;this.oldreferencecomponent=_d;};var _pSetFocusEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.SetFocusEventInfo);nexacro.SetFocusEventInfo.prototype=_pSetFocusEventInfo;_pSetFocusEventInfo._type_name="SetFocusEventInfo";delete _pSetFocusEventInfo;nexacro.KillFocusEventInfo=function(_a,_b,_c,_d){nexacro.Event.call(this,_a,_b||"onkillfocus");this.newcomponent=_c;this.newreferencecomponent=_d;};var _pKillFocusEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.KillFocusEventInfo);nexacro.KillFocusEventInfo.prototype=_pKillFocusEventInfo;_pKillFocusEventInfo._type_name="KillFocusEventInfo";delete _pKillFocusEventInfo;nexacro.MoveEventInfo=function(_a,_b,_c,_d){this.id=this.eventid=_b||"onmove";this.fromobject=this.fromreferenceobject=_a;this.x=_c;this.y=_d;};var _pMoveEventInfo=nexacro._createPrototype(nexacro.MouseEventInfo,nexacro.MoveEventInfo);nexacro.MoveEventInfo.prototype=_pMoveEventInfo;_pMoveEventInfo._type_name="MoveEventInfo";delete _pMoveEventInfo;nexacro.SizeEventInfo=function(_a,_b,_c,_d){this.id=this.eventid=_b||"onsize";this.fromobject=this.fromreferenceobject=_a;this.cx=_c;this.cy=_d;this.reverse=false;this._orientation=nexacro._getMobileOrientation();switch(this._orientation){case 0:this.orientation="portrait";break;case 1:this.orientation="portrait";this.reverse=true;break;case 2:this.orientation="landscape";this.reverse=true;break;case 3:this.orientation="landscape";break;default:this.orientation="resize";break;}};var _pSizeEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.SizeEventInfo);nexacro.SizeEventInfo.prototype=_pSizeEventInfo;_pSizeEventInfo._type_name="SizeEventInfo";delete _pSizeEventInfo;nexacro.KeyEventInfo=function(_a,_b,_c,_d,_e,_f,_g,_h){this.id=this.eventid=_b||"onkey";this.cancelable=true;this.bubbles=true;this.fromobject=_g;this.fromreferenceobject=_h;this.altKey=_c;this.ctrlKey=_d;this.shiftKey=_e;this.keycode=_f;};var _pKeyEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.KeyEventInfo);nexacro.KeyEventInfo.prototype=_pKeyEventInfo;_pKeyEventInfo._type_name="KeyEventInfo";delete _pKeyEventInfo;nexacro.MouseEventInfo=function(_a,_b,_c,_d,_e,_f,_g,_h,_i,_j,_k,_l,_m,_n){this.id=this.eventid=_b||"onmouse";this.cancelable=true;this.bubbles=true;this.fromobject=_m;this.fromreferenceobject=_n;this.altKey=_d||false;this.ctrlKey=_e||false;this.button=_c||"";this.shiftKey=_f||false;this.screenX=_g|| -1;this.screenY=_h|| -1;this.canvasX=_i|| -1;this.canvasY=_j|| -1;this.clientX=_k|| -1;this.clientY=_l|| -1;};var _pMouseEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.MouseEventInfo);nexacro.MouseEventInfo.prototype=_pMouseEventInfo;_pMouseEventInfo._type_name="MouseEventInfo";delete _pMouseEventInfo;nexacro.ClickEventInfo=function(_a,_b,_c,_d,_e,_f,_g,_h,_i,_j,_k,_l,_m,_n){this.id=this.eventid=_b||"onclick";this.fromobject=_m;this.fromreferenceobject=_n;this.altKey=_d||false;this.ctrlKey=_e||false;this.button=_c||"";this.shiftKey=_f||false;this.screenX=(_g===undefined? -1:_g);this.screenY=(_h===undefined? -1:_h);this.canvasX=(_i===undefined? -1:_i);this.canvasY=(_j===undefined? -1:_j);this.clientX=(_k===undefined? -1:_k);this.clientY=(_l===undefined? -1:_l);};var _pClickEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.ClickEventInfo);nexacro.ClickEventInfo.prototype=_pClickEventInfo;_pClickEventInfo._type_name="ClickEventInfo";delete _pClickEventInfo;nexacro.MouseWheelEventInfo=function(_a,_b,_c,_d,_e,_f,_g,_h,_i,_j,_k,_l,_m,_n,_o){this.id=this.eventid=_b||"onmousewheel";this.bubbles=true;this.cancelable=true;this.fromobject=_n;this.fromreferenceobject=_o;this.altKey=_d||false;this.ctrlKey=_e||false;this.button=_c||"";this.shiftKey=_f||false;this.screenX=_g|| -1;this.screenY=_h|| -1;this.canvasX=_i|| -1;this.canvasY=_j|| -1;this.clientX=_k|| -1;this.clientY=_l|| -1;this.amount=_m;};var _pMouseWheelEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.MouseWheelEventInfo);nexacro.MouseWheelEventInfo.prototype=_pMouseWheelEventInfo;_pMouseWheelEventInfo._type_name="MouseWheelEventInfo";delete _pMouseWheelEventInfo;nexacro.ScrollEventInfo=function(_a,_b,_c,_d,_e,_f){this.id=this.eventid=_b||"onscroll";this.fromobject=_e;this.fromreferenceobject=_f;this.pos=_c;this.type=_d;};var _pScrollEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.ScrollEventInfo);nexacro.ScrollEventInfo.prototype=_pScrollEventInfo;_pScrollEventInfo._type_name="ScrollEventInfo";delete _pScrollEventInfo;nexacro.DragEventInfo=function(_a,_b,_c,_d,_e,_f,_g,_h,_i,_j,_k,_l,_m,_n,_o,_p,_q,_r){this.id=this.eventid=_b||"ondrag";if(!_h){_h=_g;}this.cancelable=true;this.bubbles=true;this.dragdata=_c;this.userdata=_d;this.sourceobject=_e;this.sourcereferenceobject=_f;this.fromobject=_g;this.fromreferenceobject=_h;this.altKey=_j||false;this.ctrlKey=_k||false;this.button=_i||"";this.shiftKey=_l||false;this.screenX=_m|| -1;this.screenY=_n|| -1;this.canvasX=_o|| -1;this.canvasY=_p|| -1;this.clientX=_q|| -1;this.clientY=_r|| -1;};var _pDragEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.DragEventInfo);nexacro.DragEventInfo.prototype=_pDragEventInfo;_pDragEventInfo._type_name="DragEventInfo";_pDragEventInfo.set_dragdata=function(_a){if(this.dragdata!=_a){this.dragdata=_a;}};_pDragEventInfo.set_userdata=function(_a){if(this.userdata!=_a){this.userdata=_a;}};delete _pDragEventInfo;nexacro.DragDataObject=function(_a){this.id=_a||"dragdataobject";this._data_table={};};var _pDragDataObject=nexacro._createPrototype(nexacro.Object,nexacro.DragDataObject);nexacro.DragDataObject.prototype=_pDragDataObject;_pDragDataObject._type_name="DragDataObject";_pDragDataObject.setData=function(_a,_b){if(this._data_table[_a]){delete this._data_table[_a];}this._data_table[_a]=_b;};_pDragDataObject.getData=function(_a){if(this._data_table[_a]){return this._data_table[_a];}return null;};_pDragDataObject.isAvailableData=function(_a){if(this._data_table[_a]){return true;}return false;};delete _pDragDataObject;nexacro.CharEventInfo=function(_a,_b,_c,_d,_e){this.id=this.eventid=_b||"onchar";this.fromobject=this.fromreferenceobject=_a;this.chartext=_c;this.posttext=_e;this.pretext=_d;};var _pCharEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.CharEventInfo);nexacro.CharEventInfo.prototype=_pCharEventInfo;_pCharEventInfo._type_name="CharEventInfo";delete _pCharEventInfo;nexacro.GestureEventInfo=function(_a,_b,_c,_d,_e){this.id=this.eventid=_b||"ongesture";this.bubbles=true;this.fromobject=_d;this.fromreferenceobject=_e;this.pointinfos=_c;this.pointcount=_c?_c.length:0;};var _pGestureEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.GestureEventInfo);nexacro.GestureEventInfo.prototype=_pGestureEventInfo;_pGestureEventInfo._type_name="GestureEventInfo";delete _pGestureEventInfo;nexacro.TapEventInfo=function(_a,_b,_c,_d,_e){this.id=this.eventid=_b||"ontap";this.fromobject=_d;this.fromreferenceobject=_e;this.pointinfos=_c;this.pointcount=_c?_c.length:0;};var _pTapEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.TapEventInfo);nexacro.TapEventInfo.prototype=_pTapEventInfo;_pTapEventInfo._type_name="TapEventInfo";delete _pTapEventInfo;nexacro.LongPressEventInfo=function(_a,_b,_c,_d,_e){this.id=this.eventid=_b||"onlongpress";this.fromobject=_d;this.fromreferenceobject=_e;this.pointinfos=_c;this.pointcount=_c?_c.length:0;this.cancelable=true;this.bubbles=true;};var _pLongPressEventInfo=nexacro._createPrototype(nexacro.GestureEventInfo,nexacro.LongPressEventInfo);nexacro.LongPressEventInfo.prototype=_pLongPressEventInfo;_pLongPressEventInfo._type_name="LongPressEventInfo";delete _pLongPressEventInfo;nexacro.SlideEventInfo=function(_a,_b,_c,_d,_e,_f,_g,_h,_i){this.id=this.eventid=_b||"onslide";this.fromobject=_h;this.fromreferenceobject=_i;this.pointinfos=_c;this.pointcount=_c?_c.length:0;this.xaccvalue=_d;this.yaccvalue=_e;this.xdeltavalue=_f;this.ydeltavalue=_g;this.cancelable=true;this.bubbles=true;};var _pSlideEventInfo=nexacro._createPrototype(nexacro.GestureEventInfo,nexacro.SlideEventInfo);nexacro.SlideEventInfo.prototype=_pSlideEventInfo;_pSlideEventInfo._type_name="SlideEventInfo";delete _pSlideEventInfo;nexacro.PinchEventInfo=function(_a,_b,_c,_d,_e,_f,_g){this.id=this.eventid=_b||"onpinch";this.fromobject=_f;this.fromreferenceobject=_g;this.pointinfos=_c;this.pointcount=_c?_c.length:0;this.accvalue=_d;this.deltavalue=_e;this.cancelable=true;this.bubbles=true;};var _pPinchEventInfo=nexacro._createPrototype(nexacro.GestureEventInfo,nexacro.PinchEventInfo);nexacro.PinchEventInfo.prototype=_pPinchEventInfo;_pPinchEventInfo._type_name="PinchEventInfo";delete _pPinchEventInfo;nexacro.FlingEventInfo=function(_a,_b,_c,_d,_e,_f,_g,_h,_i,_j){this.id=this.eventid=_b||"onfling";this.fromobject=_i;this.fromreferenceobject=_j;this.pointcount=_h;this.xstartvalue=_d;this.ystartvalue=_e;this.xdeltavalue=_f;this.ydeltavalue=_g;this.cancelable=true;this.bubbles=true;};var _pFlingEventInfo=nexacro._createPrototype(nexacro.GestureEventInfo,nexacro.FlingEventInfo);nexacro.FlingEventInfo.prototype=_pFlingEventInfo;_pFlingEventInfo._type_name="FlingEventInfo";delete _pFlingEventInfo;nexacro.ZoomEventInfo=function(_a,_b,_c,_d,_e){this.id=this.eventid=_b||"onzoom";this.fromobject=_d;this.fromreferenceobject=_e;this.zoom=_c;};var _pZoomEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.ZoomEventInfo);nexacro.ZoomEventInfo.prototype=_pZoomEventInfo;_pZoomEventInfo._type_name="ZoomEventInfo";delete _pZoomEventInfo;nexacro.OrientationChangeEventInfo=function(_a,_b,_c){this.id=this.eventid=_b||"onzoom";this.fromobject=null;this.fromreferenceobject=null;this._orientation=_c;if(_c==0||_c==1){this.orientation="portrait";}else if(_c==2||_c==3){this.orientation="landscape";}else{this.orientation="";}};var _pOrientationChangeEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.OrientationChangeEventInfo);nexacro.OrientationChangeEventInfo.prototype=_pOrientationChangeEventInfo;_pOrientationChangeEventInfo._type_name="OrientationChangeEventInfo";delete _pOrientationChangeEventInfo;nexacro.ContextMenuEventInfo=function(_a,_b,_c,_d){this.id=this.eventid=_b||"oncontextmenu";this.fromobject=_c;this.fromreferenceobject=_d;this.cancelable=true;};var _pContextMenuEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.ContextMenuEventInfo);nexacro.ContextMenuEventInfo.prototype=_pContextMenuEventInfo;_pContextMenuEventInfo._type_name="ContextMenuEventInfo";delete _pContextMenuEventInfo;nexacro.TouchInputInfo=function(_a,_b,_c,_d,_e,_f,_g,_h,_i){this.touchid=_c;this.type={touchstart:0,touchmove:1,touchend:2}[_b];this.time=_d;this.isfirst=_e;this.screenX=_f;this.screenY=_g;this.canvasX=undefined;this.canvasY=undefined;this.clientX=undefined;this.clientY=undefined;this._elem=_a;this._current_state=_b;this._x=this._oldx=this._startx=_h;this._y=this._oldy=this._starty=_i;};var _pTouchInputInfo=nexacro._createPrototype(nexacro.Object,nexacro.TouchInputInfo);nexacro.TouchInputInfo.prototype=_pTouchInputInfo;_pTouchInputInfo._type_name="TouchInputInfo";_pTouchInputInfo._updateInfo=function(_a,_b,_c,_d,_e,_f,_g){this.type={touchstart:0,touchmove:1,touchend:2}[_b];this.time=_c;this.screenX=_d;this.screenY=_e;this._elem=_a;this._current_state=_b;this._oldx=this._x;this._oldy=this._y;this._x=_f;this._y=_g;};delete _pTouchInputInfo;nexacro.TouchEventInfo=function(_a,_b,_c,_d,_e,_f){nexacro.Event.call(this,_a,_b||"ontouch");this.cancelable=true;this.bubbles=true;this.touchinputinfos=_c;this.changedtouchinputinfos=_d;this.fromobject=_e;this.fromreferenceobject=_f;};var _pTouchEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.TouchEventInfo);nexacro.TouchEventInfo.prototype=_pTouchEventInfo;_pTouchEventInfo._type_name="TouchEventInfo";delete _pTouchEventInfo;nexacro.ItemClickEventInfo=function(_a,_b,_c,_d,_e,_f,_g,_h,_i,_j,_k,_l,_m,_n,_o){nexacro.ClickEventInfo.call(this,_a,_b||"onitemclick",_f,_g,_h,_i,_j,_k,_l,_m,_n,_o);this.fromobject=this.fromreferenceobject=_a;this.index=_c;this.itemtext=_d;this.itemvalue=_e;};var _pItemClickEventInfo=nexacro._createPrototype(nexacro.ClickEventInfo,nexacro.ItemClickEventInfo);nexacro.ItemClickEventInfo.prototype=_pItemClickEventInfo;_pItemClickEventInfo._type_name="ItemClickEventInfo";delete _pItemClickEventInfo;nexacro.ChangeEventInfo=function(_a,_b,_c,_d,_e,_f){nexacro.Event.call(this,_a,_b||"onchange");this.pretext=_c;this.prevalue=_d;this.posttext=_e;this.postvalue=_f;};var _pChangeEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.ChangeEventInfo);nexacro.ChangeEventInfo.prototype=_pChangeEventInfo;_pChangeEventInfo._type_name="ChangeEventInfo";delete _pChangeEventInfo;nexacro.ChangedEventInfo=function(_a,_b,_c,_d,_e,_f){this.id=this.eventid=_b||"onchanged";this.fromobject=this.fromreferenceobject=_a;this.pretext=_c;this.prevalue=_d;this.posttext=_e;this.postvalue=_f;};var _pChangedEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.ChangedEventInfo);nexacro.ChangedEventInfo.prototype=_pChangedEventInfo;_pChangedEventInfo._type_name="ChangedEventInfo";delete _pChangedEventInfo;nexacro.ItemChangeEventInfo=function(_a,_b,_c,_d,_e,_f,_g,_h){this.id=this.eventid=_b||"onitemchagne";this.fromobject=this.fromreferenceobject=_a;this.preindex=_c;this.pretext=_d;this.prevalue=_e;this.postindex=_f;this.posttext=_g;this.postvalue=_h;};var _pItemChangeEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.ItemChangeEventInfo);nexacro.ItemChangeEventInfo.prototype=_pItemChangeEventInfo;_pItemChangeEventInfo._type_name="ItemChangeEventInfo";delete _pItemChangeEventInfo;nexacro.DuplicateExcutionEventInfo=function(_a,_b,_c){this.id=this.eventid=_b||"onduplicateexcution";this.fromobject=this.fromreferenceobject=_a;this.arguments=_c;};var _pDuplicateExcutionEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.DuplicateExcutionEventInfo);nexacro.DuplicateExcutionEventInfo.prototype=_pDuplicateExcutionEventInfo;_pDuplicateExcutionEventInfo._type_name="DuplicateExcutionEventInfo";delete _pDuplicateExcutionEventInfo;nexacro.UserNotify=function(_a,_b,_c,_d){this.id=this.eventid=_b||"onusernotify";this.fromobject=this.fromreferenceobject=_a;this.notifyid=_c;this.message=_d;};var _pEventUserNotify=nexacro._createPrototype(nexacro.Event,nexacro.UserNotify);nexacro.UserNotify.prototype=_pEventUserNotify;_pEventUserNotify._type_name="UserNotifyEvent";delete _pEventUserNotify;nexacro.ApplicationUserNotify=function(_a,_b,_c){this.id=this.eventid=_b||"onusernotify";this.fromobject=this.fromreferenceobject=_a;this.userdata=_c;};var _pEventAppUserNotify=nexacro._createPrototype(nexacro.Event,nexacro.ApplicationUserNotify);nexacro.ApplicationUserNotify.prototype=_pEventAppUserNotify;_pEventAppUserNotify._type_name="ApplicationUserNotifyEvent";delete _pEventAppUserNotify;nexacro.AddLog=function(_a,_b,_c){this.id=this.eventid=_b||"onaddlog";this.fromobject=this.fromreferenceobject=_a;this.message=_c;};var _pEventAddLog=nexacro._createPrototype(nexacro.Event,nexacro.AddLog);nexacro.AddLog.prototype=_pEventAddLog;_pEventAddLog._type_name="AddLogEvent";delete _pEventAddLog;nexacro.Communication=function(_a,_b,_c){this.id=this.eventid=_b||"oncommunication";this.fromobject=this.fromreferenceobject=_a;this.state=_c;};var _pEventCommunication=nexacro._createPrototype(nexacro.Event,nexacro.Communication);nexacro.Communication.prototype=_pEventCommunication;_pEventCommunication._type_name="CommunicationEvent";delete _pEventCommunication;nexacro.NotificationEventInfo=function(_a,_b,_c,_d){this.id=this.eventid=_b||"onnotification";this.fromobject=this.fromreferenceobject=_a;this.reason=_c;if(this.reason==200||this.resaon=='200'){this.messages=_d;}};var _pNotificationEventInfo=nexacro._createPrototype(nexacro.Event,nexacro.NotificationEventInfo);nexacro.NotificationEventInfo.prototype=_pNotificationEventInfo;_pNotificationEventInfo._type_name="NotificationEventInfo";delete _pNotificationEventInfo;nexacro._gen_arrmap=function(_a){var _b={};var _c=_a.length;for(var _d=0;_d<_c;_d++ ){_b[_a[_d]]=_d;}return _b;};if(nexacro.Browser=="Runtime"){nexacro.base64Encode=function(_a){return nexacro.__base64Encode(_a);};nexacro.base64Decode=function(_a){return nexacro.__base64Decode(_a);};}else{(function(){var _a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".split('');var _b=nexacro._gen_arrmap(_a);var _c=/[^A-Za-z0-9\+\/\=]/g;nexacro.base64Encode=function(_d){var _e="";var _f,_g,_h,_i,_j,_k,_l;var _m=0;_d=nexacro.utf8Encode(_d);while(_m<_d.length){_f=_d.charCodeAt(_m++ );_g=_d.charCodeAt(_m++ );_h=_d.charCodeAt(_m++ );_i=_f>>2;_j=((_f&3)<<4)|(_g>>4);_k=((_g&15)<<2)|(_h>>6);_l=_h&63;if(( +_g)!=( +_g)){_k=_l=64;}else if(( +_h)!=( +_h)){_l=64;}_e=_e+_a[_i]+_a[_j]+_a[_k]+_a[_l];}return _e;};nexacro.base64Decode=function(_d){var _e="";var _f,_g,_h;var _i,_j,_k,_l;var _m=0;_d=_d.replace(_c,"");while(_m<_d.length){_i=_b[_d[_m++ ]];_j=_b[_d[_m++ ]];_k=_b[_d[_m++ ]];_l=_b[_d[_m++ ]];_f=(_i<<2)|(_j>>4);_g=((_j&15)<<4)|(_k>>2);_h=((_k&3)<<6)|_l;_e=_e+String.fromCharCode(_f);if(_k!=64){_e=_e+String.fromCharCode(_g);}if(_l!=64){_e=_e+String.fromCharCode(_h);}}return nexacro.utf8Decode(_e);};nexacro.utf8Encode=function(_d){var _e="";for(var _f=0;_f<_d.length;_f++ ){var _g=_d.charCodeAt(_f);if(_g==13){if(_d.charCodeAt(_f+1)!='\n'){_e+=String.fromCharCode(_g);}}else if(_g<128){_e+=String.fromCharCode(_g);}else if((_g>127)&&(_g<2048)){_e+=String.fromCharCode((_g>>6)|192);_e+=String.fromCharCode((_g&63)|128);}else{_e+=String.fromCharCode((_g>>12)|224);_e+=String.fromCharCode(((_g>>6)&63)|128);_e+=String.fromCharCode((_g&63)|128);}}return _e;};nexacro.utf8Decode=function(_d){var _e=0;var _f=c1=c2=0;var _g=[];while(_e<_d.length){_f=_d.charCodeAt(_e);if(_f<128){_g+=String.fromCharCode(_f);_e++ ;}else if((_f>191)&&(_f<224)){c2=_d.charCodeAt(_e+1);_g+=String.fromCharCode(((_f&31)<<6)|(c2&63));_e+=2;}else{c2=_d.charCodeAt(_e+1);c3=_d.charCodeAt(_e+2);_g+=String.fromCharCode(((_f&15)<<12)|((c2&63)<<6)|(c3&63));_e+=3;}}return _g;};})();}nexacro._checkBase64String=function(_a){var _b=/[^A-Za-z0-9+\/=]/g;if(_a==""||_a==null){return false;}if(_a.length>=10&&_a.substr(0,10).toLowerCase()=="data:image"){return true;}if(_a.match(_b)==null){return true;}_b=null;return false;};nexacro._mergeUrl=function(_a,_b){if(_a&&_b){var _c=_b.indexOf("/");if(_a.charAt(_a.length-1)=='/'){if(_b.charAt(0)=='/'){return _a+_b.substring(1);}else{return _a+_b;}}else{if(_b.charAt(0)=='/'){return _a+_b;}else{return _a+'/'+_b;}}}else{return _a||_b;}};nexacro._findParentComponent=function(_a){var _b=_a.parent;while(_b&&!_b._is_component){_b=_b.parent;}return _b;};nexacro._findParentForm=function(_a){var _b=_a.parent;while(_b&&!_b._is_form){_b=_b.parent;}return _b;};nexacro._findReferenceForm=function(_a){var _b=_a;while(_b&&!_b._is_form){_b=_b.parent;}return _b;};nexacro._findParentContext=function(_a){var _b=_a.parent;while(_b&&!_b._is_context){_b=_b.parent;}return _b;};nexacro._findReferenceContext=function(_a){var _b=_a;while(_b&&!_b._is_context){_b=_b.parent;}return _b;};nexacro._findParentFrame=function(_a){var _b=_a.parent;while(_b&&!_b._is_frame){_b=_b.parent;}return _b;};nexacro._findParentWindow=function(_a){var _b=_a.parent;while(_b&&!_b._is_window){_b=_b.parent;}return _b;};nexacro._setForwardingSystemEventHandlers=function(_a){var _b=nexacro.Component.prototype;_a._on_sys_focus=_b._on_sys_focus_forward;_a._on_sys_lbuttondown=_b._on_sys_lbuttondown_forward;_a._on_sys_lbuttonup=_b._on_sys_lbuttonup_forward;_a._on_sys_rbuttondown=_b._on_sys_rbuttondown_forward;_a._on_sys_rbuttonup=_b._on_sys_rbuttonup_forward;_a._on_sys_mouseenter=_b._on_sys_mouseenter_forward;_a._on_sys_mouseleave=_b._on_sys_mouseleave_forward;_a._on_sys_mousemove=_b._on_sys_mousemove_forward;_a._on_sys_keydown=_b._on_sys_keydown_forward;_a._on_sys_keypress=_b._on_sys_keypress_forward;_a._on_sys_keyup=_b._on_sys_keyup_forward;_a._on_sys_dblclick=_b._on_sys_dblclick_forward;_a._on_sys_mousewheel=_b._on_sys_mousewheel_forward;_a._on_sys_dragleave=_b._on_sys_dragleave_forward;_a._on_sys_drop=_b._on_sys_drop_forward;_a._on_sys_dragenter=_b._on_sys_dragenter_forward;_a._on_sys_dragmove=_b._on_sys_dragmove_forward;_a._on_sys_touch=_b._on_sys_touch_forward;};nexacro._setForMouseTrackSystemEventHandler=function(_a){var _b=nexacro.Component.prototype;_a._on_sys_lbuttondown=_b._on_sys_lbuttondown_simpletrack;_a._on_starttrack=_b._on_starttrack_simpletrack;_a._on_movetrack=_b._on_movetrack_simpletrack;_a._on_endtrack=_b._on_movetrack_simpletrack;};nexacro._setStyleFinders_ForNonComponent=function(_a){var _b=nexacro.Component.prototype;_a._find_comp_pseudo_obj=_b._find_comp_pseudo_obj;_a._find_ctrl_pseudo_obj=_b._find_comp_pseudo_obj;_a._find_typedctrl_pseudo_obj=_b._find_comp_pseudo_obj;_a._updateCurrentStyle=_b._updateCurrentStyle;_a._find_pseudo_obj=_b._find_pseudo_obj;};nexacro._setForComponetStyleFinder=function(_a){_a._find_pseudo_obj=nexacro.Component.prototype._find_comp_pseudo_obj;};nexacro._setForControlStyleFinder=function(_a){_a._find_pseudo_obj=nexacro.Component.prototype._find_ctrl_pseudo_obj;};nexacro._setForTypedControlStyleFinder=function(_a){_a._find_pseudo_obj=nexacro.Component.prototype._find_typedctrl_pseudo_obj;};nexacro._setForEventListeners=function(_a){_a._initEventHandlers=_a._initEventListeners;_a._clearEventHandlers=_a._clearEventListeners;};nexacro._getValueForStyleBindExpr=function(_a,_b,_c,_d){if(_b&&_b._bindtype!=0){var _e=_a;var _f=_a._innerdataset;if(_f==null){_b=null;}else{var _g;if(_b._bindtype==1){_g=_f.getColumn(_d,_b._bindexpr);}else{var _h=_e._exprcache[_b._bindexpr];if(_h==null){_h=_f._createExprFunc(_b._bindexpr);_e._exprcache[_b._bindexpr]=_h;}if((typeof _h)=="function"){_g=_h.call(_e,_d,_d,_e,_f);if(_g){_g=_g.toString();}}else{_g=_b._bindexpr;}}if(_g!=null&&_g!=""){_b=nexacro._getCachedStyleObj(_c,_g);}else{_b=null;}}}return _b;};nexacro._communicationStatusTable={"stop":499};nexacro._CommunicationManager={};nexacro._CacheList={};nexacro._DataCacheList={};nexacro._ParametersCache=function(_a,_b){this.id=_a;this.value=_b;};nexacro._DataSetCache=function(_a,_b,_c,_d){this.id=_a;this.rawRecords=null;this.colinfos=null;this.constVars=null;if(_d){this.rawRecords=_d.slice(0,_d.length);}if(_b){this.colinfos=new nexacro.DSColumnInfoList();for(var _e=0;_e<_b.length;_e++ ){this.colinfos.add(_b[_e].id,_b[_e]);}}if(_c){this.constVars=new nexacro.VariableList();for(var _e=0;_e<_c.length;_e++ ){this.constVars.add(_c[_e].id,_c[_e]);}}};nexacro._DataCache=function(_a,_b,_c,_d){this.parameters=_a;this.datasets=_b;this.last_modified=_c;this.version=_d;};var _pDataCache=nexacro._createPrototype(nexacro.Object,nexacro._DataCache);nexacro._DataCache.prototype=_pDataCache;_pDataCache._type_name="DataCache";_pDataCache._loadData=function(_a){var _b=this._loadParametersFromCache(_a);this._loadDatasetsFromCache(_a);return _b;};_pDataCache._loadParametersFromCache=function(_a){var _b=this.parameters;var _c=_b.length;var _d=_a.context;var _e,_f,_g,_h;for(var _i=0;_i<_c;_i++ ){_e=_b[_i].id;_f=_b[_i].value;if(_e=="ErrorCode"){_g=parseInt(_f)|0;if(isFinite(_g)==false){_g= -1;}_f=_g;}else if(_e=="ErrorMsg"){_h=_f;}else if(_e in _d){if(typeof (_d[_e])!="object"){_d[_e]=_f;}}else{if(application._existVariable(_e)){application[_e]=_f;}}}return [_g,_h];};_pDataCache._loadDatasetsFromCache=function(_a){var _b=this.datasets;var _c=_a.outputDatasets;if(!_c){return;}var _d=_c.length;var _e=_a.context;var _f,_g;var _h,_i,_j,_k;for(var _l=0;_l<_d;_l++ ){_h=_c[_l].lval;_f=_b[_h];if(!_f){continue;}_i=_f.constVars;_j=_f.colinfos;_k=_f.rawRecords;_g=_e._getDatasetObject(_h);if(_g){var _m=_j;if(_g.useclientlayout){_g.clearData();_m=_g.colinfos;}else{_g.clear();_g._copyConstColList(_i);_g._appendColList(_j);}if(_k){if(_m==_j){_g._rawRecords=_k.slice(0,_k.length);}else{if(_j){var _n,_o,_p,_q;var _r="(function(){ return function(arr) { var ret = new Array(); ";for(var _s=0;_s<_j.length;_s++ ){_n=_j[_s].id;_o=_m._idxMap[_n];if(_o>=0){_q=_m[_o]._index;_r+="ret["+_q+"] = arr["+_q+"];";}}_r+="return ret; };})();";var _t=nexacro._executeEvalStr(_r);for(var _u=0;_u<_k.length;_u++ ){_g._rawRecords[_u]=_t(_k[_u]);_g._rawRecords[_u]._rawidx=_k[_u]._rawidx;_g._rawRecords[_u]._rtype=_k[_u]._rtype;if(_k[_u]._orgcolstrings){_g._rawRecords[_u]._orgcolstrings=_t(_k[_u]._orgcolstrings);}}}}_g._reFilter();_g._resetSortGroup();if(_g._eventstat){_g.on_fire_onload(0,"",0);if(_g._viewRecords.length>0){_g._forcesetRowPosition(0,51);}else{_g._forcesetRowPosition( -1,51);}}else if(_g._viewRecords.length>0){_g.rowposition=0;}}}}};delete _pDataCache;nexacro._ImgInfoCacheList={};nexacro.CommunicationItem=function(_a,_b,_c,_d,_e){this.path=_a;this._handle=null;this.callbackList=[];this.type=_b;this.bcache=_c;this.last_modified=_d;this.version=_e?_e:"0";var _f=_a.split("://");if(_f){this.protocol=_f[0];switch(this.protocol){case "http":this._protocol=0;break;case "https":this._protocol=1;break;case "file":this._protocol=2;break;default:this._protocol= -1;break;}}this._addCookieFromGlobalvariables();this._check_responseXML=false;};var _pCommunicationItem=nexacro.CommunicationItem.prototype;_pCommunicationItem.appendCallback=function(_a,_b){var _c=this.callbackList;_c.push({target:_a,callback:_b});};_pCommunicationItem.removeCallback=function(_a,_b){var _c=this.callbackList;var _d=_c.length;if(_d>0){for(var _e=0;_e<_d;_e++ ){var _f=_c[_e];if(_f.pthis==_a&&_f.callback==_b){_c.splice(_e,1);if(_c.length==0){if(this._handle){nexacro.__cancelCommunication(this._handle);}this._handle=null;delete nexacro._CommunicationManager[this.path];}return true;}}}return false;};_pCommunicationItem._addCookieFromGlobalvariables=function(){var _a=application._cookie_variables;var _b=0;if(_a){_b=_a.length;}for(var _c=0;_c<_b;_c++ ){var _d=_a[_c];var _e=nexacro._getCookie(_d);if(_e!=application[_d]){nexacro._setCookie(_d,application[_d]);}}};_pCommunicationItem._addCookieFromVariables=function(_a){var _b=_a.length;for(var _c=0;_c<_b;_c++ ){nexacro._setCookie(_a[_c].id,_a[_c].value);}};_pCommunicationItem._addCookieToGlobalVariable=function(_a){if(application&&_a){var _b=_a.split("; ");var _c=_b.length;var _d;var _e,_f;for(var _g=0;_g<_c;_g++ ){_d=_b[_g].indexOf("=");if(_d<=0){continue;}_e=_b[_g].substr(0,_d);_f=_b[_g].substr(_d+1);if(nexacro._indexOf(application._cookie_variables,_e)>=0){application[_e]=_f;}else{if(application.addcookietovariable&&(nexacro._indexOf(application._variables,_e)<0)){application._addVariable(_e,_f,true);}}}}};_pCommunicationItem.on_decrypt=function(_a){if(this._protocol<0){var _b=application._getProtocol(this.protocol);if(_b){_a=_b.decrypt(this.path,_a);}}return _a;};_pCommunicationItem.on_encrypt=function(_a){if(this._protocol<0){var _b=application._getProtocol(this.protocol);if(_b){_a=_b.encrypt(this.path,_a);}}return _a;};_pCommunicationItem.on_start=nexacro._emptyFn;_pCommunicationItem.on_load=nexacro._emptyFn;_pCommunicationItem.on_load_module=function(_a,_b,_c){delete nexacro._CommunicationManager[this.path];var _d;if(typeof (_a)=="function"){_d=_a;}else{if(this._protocol<0){_a=this.on_decrypt(_a);}this._addCookieToGlobalVariable(_b);_d=nexacro._executeEvalStr(_a,this.path);if(this.bcache){var _g=nexacro._CacheList[this.path];if(!_g){nexacro._CacheList[this.path]={data:_a,last_modified:_c,version:this.version};}else{_g.data=_a;_g.last_modified=_c;_g.version=this.version;}}}var _e=this.callbackList;var _f=null;if(_e.length>0){while(_f=_e.pop()){var _h=_f.target;if(_h&&_h.context&&_h.context.on_fire_oninit){_h.context.on_fire_oninit(_h.context);}_f.callback.call(_h,this.path,0,_d);}}this._handle=null;};_pCommunicationItem.on_load_text=function(_a,_b,_c){delete nexacro._CommunicationManager[this.path];if(this._protocol<0){_a=this.on_decrypt(_a);}this._addCookieToGlobalVariable(_b);if(this.bcache){var _f=nexacro._CacheList[this.path];if(!_f){nexacro._CacheList[this.path]={data:_a,last_modified:_c,version:this.version};}else{_f.data=_a;_f.last_modified=_c;_f.version=this.version;}}var _d=this.callbackList;var _e=_d.length;if(_e>0){for(var _g=0;_g<_e;_g++ ){var _h=_d[_g];var _i=_h.target;if(_i._is_alive!=false){_h.callback.call(_i,this.path,0,_a);}}_d.splice(0,_e);}this._handle=null;};_pCommunicationItem.on_load_image=function(_a,_b){delete nexacro._CommunicationManager[this.path];var _c=this.callbackList;var _d=_c.length;if(_d>0){for(var _e=0;_e<_d;_e++ ){var _f=_c[_e];var _g=_f.target;if(_g._is_alive!=false){_f.callback.call(_g,this.path,_a,_b);}}_c.splice(0,_d);}this._handle=null;};_pCommunicationItem.on_load_update=function(_a,_b){delete nexacro._CommunicationManager[this.path];if(this._protocol<0){_a=this.on_decrypt(_a);}this._addCookieToGlobalVariable(_b);var _c=this.callbackList;var _d=_c.length;if(_d>0){for(var _e=0;_e<_d;_e++ ){var _f=_c[_e];var _g=_f.target;if(_g._is_alive!=false){_f.callback.call(_g,this.path,0,"");}}_c.splice(0,_d);}this._handle=null;};_pCommunicationItem.on_load_data=function(_a,_b,_c){delete nexacro._CommunicationManager[this.path];if(this._protocol<0){_a=this.on_decrypt(_a);}this._addCookieToGlobalVariable(_b);var _d=this.callbackList;var _e=_d.length;if(_e>0){for(var _f=0;_f<_e;_f++ ){var _g=_d[_f];var _h=_g.target;if(_h._is_alive!=false){_g.callback.call(_h,this.path,0,_a);}}_d.splice(0,_e);}this._handle=null;};_pCommunicationItem.on_progress=nexacro._emptyFn;_pCommunicationItem.on_progress_data=function(_a,_b){if(this._protocol<0){_b=this.on_decrypt(_b);}var _c=this.callbackList;var _d=_c.length;if(_d>0){for(var _e=0;_e<_d;_e++ ){var _f=_c[_e];var _g=_f.target;if(_g._is_alive!=false){_f.callback.call(_g,this.path,1,_b);}}}};_pCommunicationItem.on_error=function(_a,_b,_c,_d){delete nexacro._CommunicationManager[this.path];var _e=this.callbackList;var _f=_e.length;if(_f>0){for(var _g=0;_g<_f;_g++ ){var _h=_e[_g];var _i=_h.target;if(_i._is_alive!=false){_h.callback.call(_i,this.path,_a,null,_b,_c,this.path,_d);}}_e.splice(0,_f);}this._handle=null;};_pCommunicationItem.on_error_image=function(_a,_b,_c,_d,_e,_f,_g){delete nexacro._CommunicationManager[this.path];var _h=this.callbackList;var _i=_h.length;if(_i>0){for(var _j=0;_j<_i;_j++ ){var _k=_h[_j];var _l=_k.target;if(_l._is_alive!=false){_k.callback.call(_l,this.path,_a,_b,_c,_d,null,_e,_f,this.path,_g);}}_h.splice(0,_i);}this._handle=null;};delete _pCommunicationItem;nexacro._loadJSModule=function(_a,_b,_c,_d,_e,_f){var _g;var _h="";if(_f){_g=nexacro._CommunicationManager[_a];if(_g){_g.appendCallback(_b,_c);}}var _i=nexacro._CacheList[_a];if(_e&&_i){if(_e.cachelevel=="session"||_e.cachelevel=="static"){if(!_g&&_i.version>=_e.version){_g=new nexacro.CommunicationItem(_a,"module",false);_g.appendCallback(_b,_c);_g.bcache=false;_g.on_load_module(_i.data,null);return _g._handle;}}_i.version=_e.version;_h=_i.last_modified;}_d=true;if(!_e||_e.cachelevel=="none"){_d=false;}if(!_g){_g=new nexacro.CommunicationItem(_a,"module",_d,_h,_e?_e.version:"0");nexacro._CommunicationManager[_a]=_g;_g.appendCallback(_b,_c);}_g._handle=nexacro._startCommunication(_g,_a,_e?_e.cachelevel:"none",_f,_e);return _g._handle;};nexacro._loadJSText=function(_a,_b,_c,_d,_e){var _f;var _g="";if(_e){_f=nexacro._CommunicationManager[_a];if(_f){_f.appendCallback(_b,_c);}}var _h=nexacro._CacheList[_a];if(_d&&_h){if(_d.cachelevel=="session"||_d.cachelevel=="static"){if(!_f&&_h.version>=_d.version){_f=new nexacro.CommunicationItem(_a,"module",false);_f.appendCallback(_b,_c);_f.bcache=false;_f.on_load_module(_h.data,null);return _f._handle;}}_h.version=servcie.version;_g=_h.last_modified;}var _i=true;if(!_d||_d.cachelevel=="none"){_i=false;}if(!_f){_f=new nexacro.CommunicationItem(_a,"text",_i,_g,_d?_d.version:"0");nexacro._CommunicationManager[_a]=_f;_f.appendCallback(_b,_c);}_f._handle=nexacro._startCommunication(_f,_a,_d?_d.cachelevel:"none",_e,_d);return _f._handle;};nexacro._loadUpdateModule=function(_a,_b,_c,_d,_e,_f,_g,_h,_i,_j){if(_e){var _k=nexacro._CommunicationManager[_a];if(_k){_k.appendCallback(_b,_c);}else{_k=new nexacro.CommunicationItem(_a,"update");nexacro._CommunicationManager[_a]=_k;_k.appendCallback(_b,_c);_k._handle=nexacro._startCommunication(_k,_a,"dynamic",true,_d,null,_f,_g,_h,_i,_j);return _k._handle;}}else{var _k=new nexacro.CommunicationItem(_a,"update");_k.appendCallback(_b,_c);nexacro._startCommunication(_k,_a,"dynamic",false,_d,null,_f,_g,_h,_i,_j);}_c.call(_b,0);return null;};nexacro._loadData=function(_a,_b,_c,_d,_e,_f,_g,_h,_i,_j,_k,_l){var _m;var _n="";var _o=nexacro._DataCacheList[_a];if(_d&&_o){if(_d.cachelevel=="session"||_d.cachelevel=="static"){if(!_d.version||_o.version>=_d.version){_m=new nexacro.TransactionItem(_a,_e,_f,_g,_h,_i,_k,_j);_m.appendCallback(_b,_c);_m.bcache=false;_m.on_load_data(_o,"","");return _m._handle;}}_o.version=_d.version;_n=_o.last_modified;}_m=new nexacro.TransactionItem(_a,_e,_f,_g,_h,_i,_k,_j,_n,_d.version);if(_d&&_d.cachelevel!="none"){_m.bcache=true;}_m.last_modified=_n;_m.appendCallback(_b,_c);_m.on_start();_b.transactionList.push(_m);return nexacro._startCommunication(_m,_a,_d.cachelevel,_j,_d,(_e?_e._url:""),_m._sendData,_k,_l);};nexacro._preloadData=function(_a,_b,_c,_d,_e,_f,_g,_h,_i,_j){var _k=false;;var _l="";var _m=nexacro._DataCacheList[_a];if(_d&&_m){if(_d.cachelevel=="session"||_d.cachelevel=="static"){if(!_d.version||_m.version>=_d.version){var _o=new nexacro.CommunicationItem(_e,"data");_o.bcache=_k;_o.appendCallback(_b,_c);_o.bcache=false;_o.on_load_data(_m,"","");return _o._handle;}}_m.version=servcie.version;_l=_m.last_modified;}if(_d&&_d.cachelevel!="none"){_k=true;}var _n=new nexacro.TransactionItem(_a,_b.context,_e,"","",_g,0,_h);if(_h){var _o=new nexacro.CommunicationItem(_e,"data");_o.bcache=_k;_o.last_modified=_l;_o.appendCallback(_b,_c);_o._handle=nexacro._startCommunication(_o,_a,"none",true,_d,_f,_n._sendData,_i,_j);return _o._handle;}else{var _o=new nexacro.CommunicationItem(_e,"data");_o.bcache=_k;_o.last_modified=_l;_o.appendCallback(_b,_c);nexacro._startCommunication(_o,_a,"none",false,_d,_f,_n._sendData,_i,_j);}};nexacro._startCommunication=function(_a,_b,_c,_d,_e,_f,_g,_h,_i,_j,_k){var _l=_b;var _m=_g;if(_a._protocol<0){var _n=false;var _o=application._getProtocol(_a.protocol);if(!_o){var _p=application._isProtocol(_a.protocol);if(_p){var _q=nexacro._executeEvalStr(_a.protocol);if(_q){_o=new _q;_n=true;}}}if(_o){if(_n&&_o.initialize){_o.initialize(_b);application._addProtocol(_a.protocol,_o);}var _r=_o.getUsingProtocol(_b);var _s=_l.split("://");if(_s){_l=_r+"://"+_s[1];}if(_g&&_o.encrypt){_m=_a.on_encrypt(_g);}if(_o.getCommunicationHeaders){var _t=_o.getCommunicationHeaders(_b);if(_t){_a._addCookieFromVariables(_t);}}}}return nexacro.__startCommunication(_a,_l,_c,_d,_f,_m,_h,_i,_j,_k,_e);};nexacro._removedatalist=function(_a,_b){return (_b<0||_b>_a.length)?_a:_a.slice(0,_b).concat(_a.slice(_b+1,_a.length));};nexacro._cancelLoad=function(_a){if(_a){nexacro.__cancelCommunication(_a);}};nexacro._stopTransaction=function(_a,_b){if(!_a&&_b!=2){return;}var _c;var _d=0;var _e=application._comm_contextlist.slice(0,application._comm_contextlist.length);for(var _f=0;_f<_e.length;_f++ ){var _g=_e[_f];if(_b==0){if(_g==_a){return _a._stopTransaction();}}else if(_b==1){if(!_c){_c=_a._getWindow();}if(_c==_g._getWindow()){_d=_g._stopTransaction();}}else if(_b==2){_d=_g._stopTransaction();}}return _d;};nexacro._stopTransactionAll=function(){nexacro._stopTransaction(null,2);};nexacro._registerHotkeyComp=function(_a,_b,_c,_d,_e,_f){if(!_c){return;}if(_c instanceof nexacro.HotKey){_a._hotkey_list.push([_b,_c._keycode,((_c._modifierkey&0x02)==0x02),((_c._modifierkey&0x01)==0x01),((_c._modifierkey&0x04)==0x04)]);_c._is_registered=true;}else{var _g=_c;_a._hotkey_list.push([_b,_g,_d,_e,_f]);}};nexacro._unregisterHotkeyComp=function(_a,_b,_c,_d,_e,_f){if(!_c){return;}var _g;if(_c instanceof nexacro.HotKey){_g=_c._keycode;_d=((_c._modifierkey&0x02)==0x02);_e=((_c._modifierkey&0x01)==0x01);_f=((_c._modifierkey&0x04)==0x04);}else{_g=_c;}var _h=_a._hotkey_list;var _i=_h.length;for(var _j=0;_j<_h.length;_j++ ){var _k=_h[_j];if(_k[1]==_g&&_k[2]==_d&&_k[3]==_e&&_k[4]==_f){for(var _l=_j;_l<_i-1;_l++ ){_h[_l]=_h[_l+1];}_h[_i-1]=null;_h.length=_h.length-1;if(_c instanceof nexacro.HotKey){_c._is_registered=false;}break;}}};nexacro._checkHighContrast=function(){return nexacro.__checkHighContrast();};nexacro._getFirstTouchInfo=function(_a){for(var _b=0;_b<_a.length;_b++ ){if(_a[_b].isfirst==true){return _a[_b];}}return null;};nexacro._getElementRootComponent=function(_a){var _b=_a;if(_b){while(_b&&!_b.linkedcontrol){_b=_b.parent;}var _c=_b.linkedcontrol;while(_c&&(_c._is_subcontrol||!_c._is_component)){if(_c==_c.parent){break;}_c=_c.parent;}return _c;}};nexacro._isDesktop=function(){var _a=nexacro.SystemType.toLowerCase();switch(_a){case "win32":case "win64":case "mac":case "linux":return true;break;case "ipad":case "iphone":case "winphone":case "android":return false;break;default:return true;break;}return true;};nexacro._isPortrait=function(){var _a=nexacro._getMobileOrientation();if(_a==0||_a==1){return true;}return false;};nexacro._enableaccessibility=false;nexacro._attachAccessibilityComponentFunctions=function(){nexacro._enableaccessibility=true;nexacro.__setEnableAccessibility(true);var _a=nexacro.Component.prototype;_a._setAccessibilityRole=function(_b){if(this._control_element){this._control_element.setElementAccessibilityRole(_b);}};_a._setAccessibilityLabel=function(_b){if(this._control_element){this._control_element.setElementAccessibilityLabel(_b);}};_a._setAccessibilityEnable=function(_b){if(this._control_element){this._control_element.setElementAccessibilityEnable(_b);}};_a._setAccessibilityDescription=function(_b){if(this._control_element){this._control_element.setElementAccessibilityDescription(_b);}};_a._setAccessibilityDescLevel=function(_b){if(this._control_element){this._control_element.setElementAccessibilityDescLevel(_b);}};_a._setAccessibilityValue=function(_b,_c){if(this._control_element){this._control_element.setElementAccessibilityValue(_b,this._input_element,_c);}};_a._setAccessibilityStatDisabled=function(_b){if(this._control_element){this._control_element.setElementAccessibilityStatDisabled(_b);}};_a._setAccessibilityStatHidden=function(_b){if(this._control_element){this._control_element.setElementAccessibilityStatHidden(_b);}};_a._setAccessibilityHidden=function(_b){if(this._control_element){this._control_element.setElementAccessibilityHidden(_b);}};_a._setAccessibilityStatChecked=function(_b){if(this._control_element){this._control_element.setElementAccessibilityStatChecked(_b);}};_a._setAccessibilityStatPressed=function(_b){if(this._control_element){this._control_element.setElementAccessibilityStatPressed(_b);}};_a._setAccessibilityStatSelected=function(_b){if(this._control_element){this._control_element.setElementAccessibilityStatSelected(_b);}};_a._setAccessibilityStatExpanded=function(_b){if(this._control_element){this._control_element.setElementAccessibilityStatExpanded(_b);}};_a._setAccessibilityStatAutoComplete=function(_b){if(this._control_element){this._control_element.setElementAccessibilityStatAutoComplete(_b);}};_a._setAccessibilityFlagHasPopup=function(_b){if(this._control_element){this._control_element.setElementAccessibilityFlagHasPopup(_b);}};_a._setAccessibilityFlagFocusable=function(_b){if(this._control_element){this._control_element.setElementAccessibilityFlagFocusable(_b);}};_a._setAccessibilityFlagReadOnly=function(_b){if(this._control_element){this._control_element.setElementAccessibilityFlagReadOnly(_b);}};_a._setAccessibilityFlagPassword=function(_b){if(this._control_element){this._control_element.setElementAccessibilityFlagPassword(_b);}};_a._setAccessibilityFlagMultiSelectable=function(_b){if(this._control_element){this._control_element.setElementAccessibilityFlagMultiSelectable(_b);}};_a._setAccessibilityFlagSelectable=function(_b){if(this._control_element){this._control_element.setElementAccessibilityFlagSelectable(_b);}};_a._setAccessibilityFlagDefaultButton=function(_b){if(this._control_element){this._control_element.setElementAccessibilityFlagDefaultButton(_b);}};_a._setAccessibilityFlagMultiLine=function(_b){if(this._control_element){this._control_element.setElementAccessibilityFlagMultiLine(_b);}};_a._setAccessibilityInfoCount=function(_b){if(this._control_element){this._control_element.setElementAccessibilityInfoCount(_b);}};_a._setAccessibilityInfoIndex=function(_b){if(this._control_element){this._control_element.setElementAccessibilityInfoIndex(_b);}};_a._setAccessibilityInfoValueMax=function(_b){if(this._control_element){this._control_element.setElementAccessibilityInfoValueMax(_b);}};_a._setAccessibilityInfoValueMin=function(_b){if(this._control_element){this._control_element.setElementAccessibilityInfoValueMin(_b);}};_a._setAccessibilityInfoValueCur=function(_b){if(this._control_element){this._control_element.setElementAccessibilityInfoValueCur(_b);}};_a._setAccessibilityInfoLevel=function(_b){if(this._control_element){this._control_element.setElementAccessibilityInfoLevel(_b);}};_a._setAccessibilityHotKey=function(_b){if(this._control_element){this._control_element.setElementAccessibilityHotKey(_b);}};_a._setAccessibilityActiveDescendant=function(_b){if(this._control_element){this._control_element.setElementAccessibilityActiveDescendant(_b.getElement(),_b._input_element);}};_a._notifyAccessibility=function(_b,_c){if(this._control_element){this._control_element.notifyAccessibility(_b,_c);}};_a._setAccessibilityStatFlag=function(_b,_c){if(_b=="enable"){this._setAccessibilityStatDisabled(false);}if(_b=="disable"){this._setAccessibilityStatDisabled(true);}else if(_b=="readonly"){this._setAccessibilityFlagReadOnly(true);}else if(this._pushed){this._setAccessibilityStatPressed(true);}else if(_c=="selected"){this._setAccessibilityStatPressed(false);}if(!this._pushed){this._setAccessibilityStatPressed(false);}if(this._selected&&_b!="focus"){this._setAccessibilityStatSelected(true);this._setAccessibilityStatFocus();var _d=this._getWindow();if(_d&&_d._keydown_element){this.on_apply_custom_setfocus(true);}}};_a._isAccessibilityEnable=function(){var _b=this.on_find_CurrentStyle_accessibility(this._pseudo);if(_b&&!_b.enable){return false;}return true;};_a._isItemAccessibilityEnable=function(){if(this.on_find_CurrentStyle_itemaccessibility){var _b=this.on_find_CurrentStyle_itemaccessibility(this._pseudo);if(_b&&_b.enable){return true;}}return false;};_a._setAccessibilityStatFocus=function(_b){if(this._control_element){var _c="";var _d= -1;if(_b=="tabkey"){_d=0;}else if(_b=="shifttabkey"){_d=1;}else if(_b=="downkey"){_d=2;}else if(_b=="upkey"){_d=3;}if(_d> -1){var _e=this._refform;if(_e){var _f=(this.parent==_e)?this:null;if(_d>1){var _g=nexacro._enableaccessibility;}if(_f){if(_f==_e._getTabOrderFirst(_g)){_c=_f._getAccessibilityReadLabel()+" "+application.accessibilityfirstovertext;}if(_f==_e._getTabOrderLast(_g)){_c=_f._getAccessibilityReadLabel()+" "+application.accessibilitylastovertext;}}}}this._control_element.setElementAccessibilityStatFocus(_c);}application._set_accessibility_history(this);};};nexacro._accessibilitytype=1;nexacro._accessibilitydescreadtype=0x01;nexacro._accessibilitywholereadtype=0;nexacro._setAccessibilityType=function(_a){if(_a=="sensereader"){application._accessibilitytype=2;nexacro._accessibilitytype=2;}else if(_a=="jaws"){application._accessibilitytype=3;nexacro._accessibilitytype=3;}else if(_a=="voiceover"){application._accessibilitytype=4;nexacro._accessibilitytype=4;}else if(_a=="talkback"){application._accessibilitytype=5;nexacro._accessibilitytype=5;}nexacro.__setAccessibilityType(_a);};nexacro._setAccessibilityDescReadType=function(_a){nexacro._accessibilitydescreadtype=0;if(_a.match("label")){nexacro._accessibilitydescreadtype|=0x01;}if(_a.match("action")){nexacro._accessibilitydescreadtype|=0x02;}if(_a.match("description")){nexacro._accessibilitydescreadtype|=0x04;}};nexacro._setAccessibilityWholeReadType=function(_a){if(_a=="load"){nexacro._accessibilitywholereadtype=1;}else if(_a=="change"){nexacro._accessibilitywholereadtype=2;}else if(_a=="load,change"){nexacro._accessibilitywholereadtype=3;}else{nexacro._accessibilitywholereadtype=0;}};nexacro.ProtocolAdp=function(){};var _pProtocolAdp=nexacro._createPrototype(nexacro.Object,nexacro.ProtocolAdp);nexacro.ProtocolAdp.prototype=_pProtocolAdp;_pProtocolAdp._type_name="ProtocolAdp";_pProtocolAdp.encrypt=function(_a,_b){return _b;};_pProtocolAdp.decrypt=function(_a,_b){return _b;};_pProtocolAdp.initialize=nexacro._emptyFn;_pProtocolAdp.finalize=nexacro._emptyFn;_pProtocolAdp.getUsingProtocol=function(_a){return "http";};_pProtocolAdp.getCommunicationHeaders=nexacro._emptyFn;delete _pProtocolAdp;nexacro.MakeError=function(_a,_b,_c,_d){var _e=Array.prototype.slice.call(arguments,1);return nexacro._MakeError(_a,_e);};nexacro.MakeEvalError=function(_a,_b,_c){return nexacro._MakeError(EvalError,arguments);};nexacro.MakeRangeError=function(_a,_b,_c){return nexacro._MakeError(RangeError,arguments);};nexacro.MakeReferenceError=function(_a,_b,_c){return nexacro._MakeError(ReferenceError,arguments);};nexacro.MakeSyntaxError=function(_a,_b,_c){return nexacro._MakeError(SyntaxError,arguments);};nexacro.MakeTypeError=function(_a,_b,_c){return nexacro._MakeError(TypeError,arguments);};nexacro.MakeNativeError=function(_a,_b,_c){return nexacro._MakeError(nexacro.NativeError,arguments);};nexacro.MakeCommunicationError=function(_a,_b,_c){return nexacro._MakeError(nexacro.CommunicationError,arguments);};nexacro.MakeURIError=function(_a,_b,_c){return nexacro._MakeError(URIError,arguments);};nexacro._MakeError=function(_a,_b){var _c=Array.prototype.slice.call(_b,1);var _d=application._getErrorMessge.apply(this,_c);var _e;if(_a&&(typeof (_a)=="function")){_e=new _a(_d);}else{_e=new Error(_d);_e.name=_a;}_e.obj=_b[0];return _e;};nexacro.CommunicationError=function(_a){this.name="CommunicationError";this.message=_a;this.obj=null;};var _pCommunicationError=nexacro._createPrototype(Error,nexacro.CommunicationError);nexacro.CommunicationError.prototype=_pCommunicationError;nexacro.CommunicationError._type_name="CommunicationError";delete _pCommunicationError;nexacro.NativeError=function(_a){this.name="NativeError";this.message=_a;this.obj=null;};var _pNativeError=nexacro._createPrototype(Error,nexacro.NativeError);nexacro.NativeError.prototype=_pNativeError;nexacro.NativeError._type_name="NativeError";delete _pNativeError;if(!nexacro.AccessibilityUtil){nexacro.AccessibilityUtil={};nexacro.AccessibilityUtil.Hotkey={};nexacro.AccessibilityUtil.Hotkey.NONE=0;nexacro.AccessibilityUtil.Hotkey.FIRSTCELL=1;nexacro.AccessibilityUtil.Hotkey.LASTCELL=2;nexacro.AccessibilityUtil.Hotkey.FIRSTCELLINCOLUMN=3;nexacro.AccessibilityUtil.Hotkey.LASTCELLINCOLUMN=4;nexacro.AccessibilityUtil.Hotkey.FIRSTCELLINROW=5;nexacro.AccessibilityUtil.Hotkey.LASTCELLINROW=6;nexacro.AccessibilityUtil.checkComponentHotkey=nexacro._emptyFn;nexacro.AccessibilityUtil.getAccessibilityLabel=nexacro._emptyFn;nexacro.AccessibilityUtil.getAccessibilityAction=nexacro._emptyFn;nexacro.AccessibilityUtil.getAccessibilityDescription=nexacro._emptyFn;nexacro.AccessibilityUtil.setDOMNodeLabel=nexacro._emptyFn;nexacro.AccessibilityUtil.supportMobileApplicationAccessibility=nexacro._emptyFn;nexacro.AccessibilityUtil.unsupportMobileApplicationAccessibility=nexacro._emptyFn;nexacro.AccessibilityUtil.cancelTouchEvent=nexacro._emptyFn;nexacro.AccessibilityUtil.isUseTooltipText=function(){return true;};nexacro.AccessibilityUtil.init=function(){if(nexacro._accessibilitytype!==undefined){var _a=["./nexacro14lib/framework/Accessibility.js"];nexacro.loadJSLibraries(_a);}};}nexacro.loadJSLibraries=function(_a){if(_a){if(typeof _a=="object"){var _b;for(_b=0;_b<_a.length;_b++ ){var _c=_a[_b];var _d=document.createElement("script");_d.type="text/javascript";_d.src=_c;document.getElementsByTagName('HEAD')[0].appendChild(_d);}return true;}else if(typeof _a=="string"){var _c=_a;var _d=document.createElement("script");_d.type="text/javascript";_d.src=_c;document.getElementsByTagName('HEAD')[0].appendChild(_d);return true;}}return false;};if(!nexacro.Locale){nexacro.Locale=function(){};nexacro.Locale._type_name="Locale";nexacro.Locale.getLocaleInfo=function(_a){if(_a){_a=_a.toLowerCase();_a=_a.replace(/-/g,"_");}switch(_a){case "aa_DJ":case "aa_dj":{if(!nexacro.Locale.aa_DJ){nexacro.Locale.aa_DJ={name:"aa_DJ",decimal_point:"\u002E",thousands_sep:"",grouping:[0,0],int_curr_symbol:"\u0044\u004A\u0046\u0020",currency_symbol:"\u0024",mon_decimal_point:"\u002E",mon_thousands_sep:"\u0020",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0041\u0063\u0061\u0061\u0064\u0061","\u0045\u0074\u006C\u0065\u0065\u006E\u0069","\u0054\u0061\u006C\u0061\u0061\u0074\u0061","\u0041\u0072\u0062\u0061\u0071\u0061","\u004B\u0061\u006D\u0069\u0069\u0073\u0069","\u0047\u0075\u006D\u0071\u0061\u0074\u0061","\u0053\u0061\u0062\u0074\u0069"],weekday_names_short:["\u0061\u0063\u0061","\u0065\u0074\u006C","\u0074\u0061\u006C","\u0061\u0072\u0062","\u006B\u0061\u006D","\u0067\u0075\u006D","\u0073\u0061\u0062"],weekday_names_narrow:["\u0061\u0063\u0061","\u0065\u0074\u006C","\u0074\u0061\u006C","\u0061\u0072\u0062","\u006B\u0061\u006D","\u0067\u0075\u006D","\u0073\u0061\u0062"],month_names_long:["\u0051\u0075\u006E\u0078\u0061\u0020\u0047\u0061\u0072\u0061\u0062\u006C\u0075","\u004B\u0075\u0064\u006F","\u0043\u0069\u0067\u0067\u0069\u006C\u0074\u0061\u0020\u004B\u0075\u0064\u006F","\u0041\u0067\u0064\u0061\u0020\u0042\u0061\u0078\u0069\u0073\u0073\u006F","\u0043\u0061\u0078\u0061\u0068\u0020\u0041\u006C\u0073\u0061","\u0051\u0061\u0073\u0061\u0020\u0044\u0069\u0072\u0072\u0069","\u0051\u0061\u0064\u006F\u0020\u0044\u0069\u0072\u0072\u0069","\u004C\u0069\u0069\u0071\u0065\u006E","\u0057\u0061\u0079\u0073\u0075","\u0044\u0069\u0074\u0065\u006C\u0069","\u0058\u0069\u006D\u006F\u006C\u0069","\u004B\u0061\u0078\u0078\u0061\u0020\u0047\u0061\u0072\u0061\u0062\u006C\u0075"],month_names_short:["\u0071\u0075\u006E","\u006E\u0061\u0068","\u0063\u0069\u0067","\u0061\u0067\u0064","\u0063\u0061\u0078","\u0071\u0061\u0073","\u0071\u0061\u0064","\u006C\u0065\u0071","\u0077\u0061\u0079","\u0064\u0069\u0074","\u0078\u0069\u006D","\u006B\u0061\u0078"],month_names_narrow:["\u0071\u0075\u006E","\u006E\u0061\u0068","\u0063\u0069\u0067","\u0061\u0067\u0064","\u0063\u0061\u0078","\u0071\u0061\u0073","\u0071\u0061\u0064","\u006C\u0065\u0071","\u0077\u0061\u0079","\u0064\u0069\u0074","\u0078\u0069\u006D","\u006B\u0061\u0078"],ampm:["\u0073\u0061\u0061\u006B\u0075","\u0063\u0061\u0072\u0072\u0061"],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",time_format:"\u0025\u006C\u003A\u0025\u004D\u003A\u0025\u0053",time_format_ampm:"\u0025\u0058\u0020\u0025\u0070",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0072\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0072\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.aa_DJ;}break;case "aa_ER":case "aa_er":{if(!nexacro.Locale.aa_ER){nexacro.Locale.aa_ER={name:"aa_ER",decimal_point:"\u002E",thousands_sep:"",grouping:[0,0],int_curr_symbol:"\u0045\u0052\u004E\u0020",currency_symbol:"\u0024",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:0,frac_digits:0,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0041\u0063\u0061\u0061\u0064\u0061","\u0045\u0074\u006C\u0065\u0065\u006E\u0069","\u0054\u0061\u006C\u0061\u0061\u0074\u0061","\u0041\u0072\u0062\u0061\u0071\u0061","\u004B\u0061\u006D\u0069\u0069\u0073\u0069","\u0047\u0075\u006D\u0071\u0061\u0074\u0061","\u0053\u0061\u0062\u0074\u0069"],weekday_names_short:["\u0041\u0063\u0061","\u0045\u0074\u006C","\u0054\u0061\u006C","\u0041\u0072\u0062","\u004B\u0061\u006D","\u0047\u0075\u006D","\u0053\u0061\u0062"],weekday_names_narrow:["\u0041\u0063\u0061","\u0045\u0074\u006C","\u0054\u0061\u006C","\u0041\u0072\u0062","\u004B\u0061\u006D","\u0047\u0075\u006D","\u0053\u0061\u0062"],month_names_long:["\u0051\u0075\u006E\u0078\u0061\u0020\u0047\u0061\u0072\u0061\u0062\u006C\u0075","\u004E\u0061\u0068\u0061\u0072\u0073\u0069\u0020\u004B\u0075\u0064\u006F","\u0043\u0069\u0067\u0067\u0069\u006C\u0074\u0061\u0020\u004B\u0075\u0064\u006F","\u0041\u0067\u0064\u0061\u0020\u0042\u0061\u0078\u0069\u0073\u0073\u006F","\u0043\u0061\u0078\u0061\u0068\u0020\u0041\u006C\u0073\u0061","\u0051\u0061\u0073\u0061\u0020\u0044\u0069\u0072\u0072\u0069","\u0051\u0061\u0064\u006F\u0020\u0044\u0069\u0072\u0072\u0069","\u004C\u0065\u0071\u0065\u0065\u006E\u0069","\u0057\u0061\u0079\u0073\u0075","\u0044\u0069\u0074\u0065\u006C\u0069","\u0058\u0069\u006D\u006F\u006C\u0069","\u004B\u0061\u0078\u0078\u0061\u0020\u0047\u0061\u0072\u0061\u0062\u006C\u0075"],month_names_short:["\u0051\u0075\u006E","\u004E\u0061\u0068","\u0043\u0069\u0067","\u0041\u0067\u0064","\u0043\u0061\u0078","\u0051\u0061\u0073","\u0051\u0061\u0064","\u004C\u0065\u0071","\u0057\u0061\u0079","\u0044\u0069\u0074","\u0058\u0069\u006D","\u004B\u0061\u0078"],month_names_narrow:["\u0051\u0075\u006E","\u004E\u0061\u0068","\u0043\u0069\u0067","\u0041\u0067\u0064","\u0043\u0061\u0078","\u0051\u0061\u0073","\u0051\u0061\u0064","\u004C\u0065\u0071","\u0057\u0061\u0079","\u0044\u0069\u0074","\u0058\u0069\u006D","\u004B\u0061\u0078"],ampm:["\u0073\u0061\u0061\u006B\u0075","\u0063\u0061\u0072\u0072\u0061"],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",time_format:"\u0025\u006C\u003A\u0025\u004D\u003A\u0025\u0053",time_format_ampm:"\u0025\u0058\u0020\u0025\u0070",date_time_format:"\u0025\u0041\u002C\u0020\u0025\u0042\u0020\u0025\u0065\u002C\u0020\u0025\u0059\u0020\u0025\u0072\u0020\u0025\u005A",full_date_time_format:"\u0025\u0041\u002C\u0020\u0025\u0042\u0020\u0025\u0065\u002C\u0020\u0025\u0072\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.aa_ER;}break;case "aa_ET":case "aa_et":{if(!nexacro.Locale.aa_ET){nexacro.Locale.aa_ET={name:"aa_ET",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u0045\u0054\u0042\u0020",currency_symbol:"\u0024",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0041\u0063\u0061\u0061\u0064\u0061","\u0045\u0074\u006C\u0065\u0065\u006E\u0069","\u0054\u0061\u006C\u0061\u0061\u0074\u0061","\u0041\u0072\u0062\u0061\u0071\u0061","\u004B\u0061\u006D\u0069\u0069\u0073\u0069","\u0047\u0075\u006D\u0071\u0061\u0074\u0061","\u0053\u0061\u0062\u0074\u0069"],weekday_names_short:["\u0041\u0063\u0061","\u0045\u0074\u006C","\u0054\u0061\u006C","\u0041\u0072\u0062","\u004B\u0061\u006D","\u0047\u0075\u006D","\u0053\u0061\u0062"],weekday_names_narrow:["\u0041\u0063\u0061","\u0045\u0074\u006C","\u0054\u0061\u006C","\u0041\u0072\u0062","\u004B\u0061\u006D","\u0047\u0075\u006D","\u0053\u0061\u0062"],month_names_long:["\u0051\u0075\u006E\u0078\u0061\u0020\u0047\u0061\u0072\u0061\u0062\u006C\u0075","\u004B\u0075\u0064\u006F","\u0043\u0069\u0067\u0067\u0069\u006C\u0074\u0061\u0020\u004B\u0075\u0064\u006F","\u0041\u0067\u0064\u0061\u0020\u0042\u0061\u0078\u0069\u0073\u0073\u006F","\u0043\u0061\u0078\u0061\u0068\u0020\u0041\u006C\u0073\u0061","\u0051\u0061\u0073\u0061\u0020\u0044\u0069\u0072\u0072\u0069","\u0051\u0061\u0064\u006F\u0020\u0044\u0069\u0072\u0072\u0069","\u004C\u0069\u0069\u0071\u0065\u006E","\u0057\u0061\u0079\u0073\u0075","\u0044\u0069\u0074\u0065\u006C\u0069","\u0058\u0069\u006D\u006F\u006C\u0069","\u004B\u0061\u0078\u0078\u0061\u0020\u0047\u0061\u0072\u0061\u0062\u006C\u0075"],month_names_short:["\u0051\u0075\u006E","\u004B\u0075\u0064","\u0043\u0069\u0067","\u0041\u0067\u0064","\u0043\u0061\u0078","\u0051\u0061\u0073","\u0051\u0061\u0064","\u004C\u0065\u0071","\u0057\u0061\u0079","\u0044\u0069\u0074","\u0058\u0069\u006D","\u004B\u0061\u0078"],month_names_narrow:["\u0051\u0075\u006E","\u004B\u0075\u0064","\u0043\u0069\u0067","\u0041\u0067\u0064","\u0043\u0061\u0078","\u0051\u0061\u0073","\u0051\u0061\u0064","\u004C\u0065\u0071","\u0057\u0061\u0079","\u0044\u0069\u0074","\u0058\u0069\u006D","\u004B\u0061\u0078"],ampm:["\u0073\u0061\u0061\u006B\u0075","\u0063\u0061\u0072\u0072\u0061"],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",time_format:"\u0025\u006C\u003A\u0025\u004D\u003A\u0025\u0053",time_format_ampm:"\u0025\u0058\u0020\u0025\u0070",date_time_format:"\u0025\u0041\u002C\u0020\u0025\u0042\u0020\u0025\u0065\u002C\u0020\u0025\u0059\u0020\u0025\u0072\u0020\u0025\u005A",full_date_time_format:"\u0025\u0041\u002C\u0020\u0025\u0042\u0020\u0025\u0065\u002C\u0020\u0025\u0072\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.aa_ET;}break;case "af":case "af_ZA":case "af_za":{if(!nexacro.Locale.af_ZA){nexacro.Locale.af_ZA={name:"af_ZA",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u005A\u0041\u0052\u0020",currency_symbol:"\u0052",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0053\u006F\u006E\u0064\u0061\u0067","\u004D\u0061\u0061\u006E\u0064\u0061\u0067","\u0044\u0069\u006E\u0073\u0064\u0061\u0067","\u0057\u006F\u0065\u006E\u0073\u0064\u0061\u0067","\u0044\u006F\u006E\u0064\u0065\u0072\u0064\u0061\u0067","\u0056\u0072\u0079\u0064\u0061\u0067","\u0053\u0061\u0074\u0065\u0072\u0064\u0061\u0067"],weekday_names_short:["\u0053\u006F","\u004D\u0061","\u0044\u0069","\u0057\u006F","\u0044\u006F","\u0056\u0072","\u0053\u0061"],weekday_names_narrow:["\u0053\u006F","\u004D\u0061","\u0044\u0069","\u0057\u006F","\u0044\u006F","\u0056\u0072","\u0053\u0061"],month_names_long:["\u004A\u0061\u006E\u0075\u0061\u0072\u0069\u0065","\u0046\u0065\u0062\u0072\u0075\u0061\u0072\u0069\u0065","\u004D\u0061\u0061\u0072\u0074","\u0041\u0070\u0072\u0069\u006C","\u004D\u0065\u0069","\u004A\u0075\u006E\u0069\u0065","\u004A\u0075\u006C\u0069\u0065","\u0041\u0075\u0067\u0075\u0073\u0074\u0075\u0073","\u0053\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u004F\u006B\u0074\u006F\u0062\u0065\u0072","\u004E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0044\u0065\u0073\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0072\u0074","\u0041\u0070\u0072","\u004D\u0065\u0069","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u006B\u0074","\u004E\u006F\u0076","\u0044\u0065\u0073"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0072\u0074","\u0041\u0070\u0072","\u004D\u0065\u0069","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u006B\u0074","\u004E\u006F\u0076","\u0044\u0065\u0073"],ampm:["\u0056\u004D","\u004E\u004D"],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0059\u002F\u0025\u006D\u002F\u0025\u0064",direction:"ltr"};}return nexacro.Locale.af_ZA;}break;case "ar_AE":case "ar_ae":{if(!nexacro.Locale.ar_AE){nexacro.Locale.ar_AE={name:"ar_AE",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u0041\u0045\u0044\u0020",currency_symbol:"\u062F\u002E\u0625\u002E",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:3,frac_digits:3,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:2,weekday_names_long:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A\u0020"],weekday_names_short:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],weekday_names_narrow:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],month_names_long:["\u064A\u0646\u0627\u064A\u0631","\u0641\u0628\u0631\u0627\u064A\u0631","\u0645\u0627\u0631\u0633","\u0623\u0628\u0631\u064A\u0644","\u0645\u0627\u064A\u0648","\u064A\u0648\u0646\u064A\u0648","\u064A\u0648\u0644\u064A\u0648","\u0623\u063A\u0633\u0637\u0633","\u0633\u0628\u062A\u0645\u0628\u0631","\u0623\u0643\u062A\u0648\u0628\u0631","\u0646\u0648\u0641\u0645\u0628\u0631","\u062F\u064A\u0633\u0645\u0628\u0631"],month_names_short:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],month_names_narrow:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],ampm:["\u0635","\u0645"],date_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059",time_format:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020",time_format_ampm:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059\u0020\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u002C\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"rtl",locale_digits:["\u0660","\u0661","\u0662","\u0663","\u0664","\u0665","\u0666","\u0667","\u0668","\u0669"]};}return nexacro.Locale.ar_AE;}break;case "ar_BH":case "ar_bh":{if(!nexacro.Locale.ar_BH){nexacro.Locale.ar_BH={name:"ar_BH",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u0042\u0048\u0044\u0020",currency_symbol:"\u062F\u002E\u0628\u002E",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:3,frac_digits:3,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:2,weekday_names_long:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A"],weekday_names_short:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],weekday_names_narrow:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],month_names_long:["\u064A\u0646\u0627\u064A\u0631","\u0641\u0628\u0631\u0627\u064A\u0631","\u0645\u0627\u0631\u0633","\u0623\u0628\u0631\u064A\u0644","\u0645\u0627\u064A\u0648","\u064A\u0648\u0646\u064A\u0648","\u064A\u0648\u0644\u064A\u0648","\u0623\u063A\u0633\u0637\u0633","\u0633\u0628\u062A\u0645\u0628\u0631","\u0623\u0643\u062A\u0648\u0628\u0631","\u0646\u0648\u0641\u0645\u0628\u0631","\u062F\u064A\u0633\u0645\u0628\u0631"],month_names_short:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],month_names_narrow:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],ampm:["\u0635","\u0645"],date_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059",time_format:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020",time_format_ampm:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059\u0020\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u002C\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"rtl"};}return nexacro.Locale.ar_BH;}break;case "ar_DZ":case "ar_dz":{if(!nexacro.Locale.ar_DZ){nexacro.Locale.ar_DZ={name:"ar_DZ",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u0044\u005A\u0044\u0020",currency_symbol:"\u062F\u002E\u062C\u002E",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:3,frac_digits:3,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:2,weekday_names_long:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A"],weekday_names_short:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],weekday_names_narrow:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],month_names_long:["\u064A\u0646\u0627\u064A\u0631","\u0641\u0628\u0631\u0627\u064A\u0631","\u0645\u0627\u0631\u0633","\u0623\u0628\u0631\u064A\u0644","\u0645\u0627\u064A\u0648","\u064A\u0648\u0646\u064A\u0648","\u064A\u0648\u0644\u064A\u0648","\u0623\u063A\u0633\u0637\u0633","\u0633\u0628\u062A\u0645\u0628\u0631","\u0623\u0643\u062A\u0648\u0628\u0631","\u0646\u0648\u0641\u0645\u0628\u0631","\u062F\u064A\u0633\u0645\u0628\u0631"],month_names_short:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],month_names_narrow:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],ampm:["\u0635","\u0645"],date_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059",time_format:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020",time_format_ampm:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059\u0020\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u002C\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0059",direction:"rtl"};}return nexacro.Locale.ar_DZ;}break;case "ar_EG":case "ar_eg":{if(!nexacro.Locale.ar_EG){nexacro.Locale.ar_EG={name:"ar_EG",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u0045\u0047\u0050\u0020",currency_symbol:"\u062C\u002E\u0645\u002E",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:3,frac_digits:3,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:2,weekday_names_long:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A"],weekday_names_short:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],weekday_names_narrow:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],month_names_long:["\u064A\u0646\u0627\u064A\u0631","\u0641\u0628\u0631\u0627\u064A\u0631","\u0645\u0627\u0631\u0633","\u0623\u0628\u0631\u064A\u0644","\u0645\u0627\u064A\u0648","\u064A\u0648\u0646\u064A\u0648","\u064A\u0648\u0644\u064A\u0648","\u0623\u063A\u0633\u0637\u0633","\u0633\u0628\u062A\u0645\u0628\u0631","\u0623\u0643\u062A\u0648\u0628\u0631","\u0646\u0648\u0641\u0645\u0628\u0631","\u062F\u064A\u0633\u0645\u0628\u0631"],month_names_short:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],month_names_narrow:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],ampm:["\u0635","\u0645"],date_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059",time_format:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020",time_format_ampm:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059\u0020\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u002C\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"rtl"};}return nexacro.Locale.ar_EG;}break;case "ar_IN":case "ar_in":{if(!nexacro.Locale.ar_IN){nexacro.Locale.ar_IN={name:"ar_IN",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u0049\u004E\u0052\u0020",currency_symbol:"\u20A8",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,2],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A"],weekday_names_short:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],weekday_names_narrow:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],month_names_long:["\u064A\u0646\u0627\u064A\u0631","\u0641\u0628\u0631\u0627\u064A\u0631","\u0645\u0627\u0631\u0633","\u0623\u0628\u0631\u064A\u0644","\u0645\u0627\u064A\u0648","\u064A\u0648\u0646\u064A\u0648","\u064A\u0648\u0644\u064A\u0648","\u0623\u063A\u0633\u0637\u0633","\u0633\u0628\u062A\u0645\u0628\u0631","\u0623\u0643\u062A\u0648\u0628\u0631","\u0646\u0648\u0641\u0645\u0628\u0631","\u062F\u064A\u0633\u0645\u0628\u0631"],month_names_short:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],month_names_narrow:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],ampm:["\u0635","\u0645"],date_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059",time_format:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0020\u0025\u005A",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",date_time_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",full_date_time_format:"",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"rtl"};}return nexacro.Locale.ar_IN;}break;case "ar_IQ":case "ar_iq":{if(!nexacro.Locale.ar_IQ){nexacro.Locale.ar_IQ={name:"ar_IQ",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u0049\u0051\u0044\u0020",currency_symbol:"\u062F\u002E\u0639\u002E",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:3,frac_digits:3,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:2,weekday_names_long:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A"],weekday_names_short:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],weekday_names_narrow:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],month_names_long:["\u064A\u0646\u0627\u064A\u0631","\u0641\u0628\u0631\u0627\u064A\u0631","\u0645\u0627\u0631\u0633","\u0623\u0628\u0631\u064A\u0644 ","\u0645\u0627\u064A\u0648","\u064A\u0648\u0646\u064A\u0648","\u064A\u0648\u0644\u064A\u0648","\u0623\u063A\u0633\u0637\u0633","\u0633\u0628\u062A\u0645\u0628\u0631","\u0623\u0643\u062A\u0648\u0628\u0631","\u0646\u0648\u0641\u0645\u0628\u0631","\u062F\u064A\u0633\u0645\u0628\u0631"],month_names_short:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],month_names_narrow:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],ampm:["\u0635","\u0645"],date_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059",time_format:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020",time_format_ampm:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059\u0020\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u002C\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"rtl"};}return nexacro.Locale.ar_IQ;}break;case "ar_JO":case "ar_jo":{if(!nexacro.Locale.ar_JO){nexacro.Locale.ar_JO={name:"ar_JO",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u004A\u004F\u0044\u0020",currency_symbol:"\u062F\u002E\u0623\u002E",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:3,frac_digits:3,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:2,weekday_names_long:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A"],weekday_names_short:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A"],weekday_names_narrow:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A"],month_names_long:["\u0643\u0627\u0646\u0648\u0646\u0020\u0627\u0644\u062B\u0627\u0646\u064A","\u0634\u0628\u0627\u0637","\u0622\u0630\u0627\u0631","\u0646\u064A\u0633\u0627\u0646","\u0646\u0648\u0627\u0631","\u062D\u0632\u064A\u0631\u0627\u0646","\u062A\u0645\u0648\u0632","\u0622\u0628","\u0623\u064A\u0644\u0648\u0644","\u062A\u0634\u0631\u064A\u0646\u0020\u0627\u0644\u0623\u0648\u0644","\u062A\u0634\u0631\u064A\u0646\u0020\u0627\u0644\u062B\u0627\u0646\u064A","\u0643\u0627\u0646\u0648\u0646\u0020\u0627\u0644\u0623\u0648\u0644"],month_names_short:["\u0643\u0627\u0646\u0648\u0646\u0020\u0627\u0644\u062B\u0627\u0646\u064A","\u0634\u0628\u0627\u0637","\u0622\u0630\u0627\u0631","\u0646\u064A\u0633\u0627\u0646","\u0646\u0648\u0627\u0631","\u062D\u0632\u064A\u0631\u0627\u0646","\u062A\u0645\u0648\u0632","\u0622\u0628","\u0623\u064A\u0644\u0648\u0644","\u062A\u0634\u0631\u064A\u0646\u0020\u0627\u0644\u0623\u0648\u0644","\u062A\u0634\u0631\u064A\u0646\u0020\u0627\u0644\u062B\u0627\u0646\u064A","\u0643\u0627\u0646\u0648\u0646\u0020\u0627\u0644\u0623\u0648\u0644"],month_names_narrow:["\u0643\u0627\u0646\u0648\u0646\u0020\u0627\u0644\u062B\u0627\u0646\u064A","\u0634\u0628\u0627\u0637","\u0622\u0630\u0627\u0631","\u0646\u064A\u0633\u0627\u0646","\u0646\u0648\u0627\u0631","\u062D\u0632\u064A\u0631\u0627\u0646","\u062A\u0645\u0648\u0632","\u0622\u0628","\u0623\u064A\u0644\u0648\u0644","\u062A\u0634\u0631\u064A\u0646\u0020\u0627\u0644\u0623\u0648\u0644","\u062A\u0634\u0631\u064A\u0646\u0020\u0627\u0644\u062B\u0627\u0646\u064A","\u0643\u0627\u0646\u0648\u0646\u0020\u0627\u0644\u0623\u0648\u0644"],ampm:["\u0635","\u0645"],date_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059",time_format:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020",time_format_ampm:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059\u0020\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u002C\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"rtl"};}return nexacro.Locale.ar_JO;}break;case "ar_KW":case "ar_kw":{if(!nexacro.Locale.ar_KW){nexacro.Locale.ar_KW={name:"ar_KW",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u004B\u0057\u0044\u0020",currency_symbol:"\u062F\u002E\u0643\u002E",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:3,frac_digits:3,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:2,weekday_names_long:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A"],weekday_names_short:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],weekday_names_narrow:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],month_names_long:["\u064A\u0646\u0627\u064A\u0631","\u0641\u0628\u0631\u0627\u064A\u0631","\u0645\u0627\u0631\u0633","\u0623\u0628\u0631\u064A\u0644","\u0645\u0627\u064A\u0648","\u064A\u0648\u0646\u064A\u0648","\u064A\u0648\u0644\u064A\u0648","\u0623\u063A\u0633\u0637\u0633","\u0633\u0628\u062A\u0645\u0628\u0631","\u0623\u0643\u062A\u0648\u0628\u0631","\u0646\u0648\u0641\u0645\u0628\u0631","\u062F\u064A\u0633\u0645\u0628\u0631"],month_names_short:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],month_names_narrow:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],ampm:["\u0635","\u0645"],date_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059",time_format:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020",time_format_ampm:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059\u0020\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u002C\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"rtl"};}return nexacro.Locale.ar_KW;}break;case "ar_LB":case "ar_lb":{if(!nexacro.Locale.ar_LB){nexacro.Locale.ar_LB={name:"ar_LB",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u004C\u0042\u0050\u0020",currency_symbol:"\u0644\u002E\u0644\u002E",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:3,frac_digits:3,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:2,weekday_names_long:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A"],weekday_names_short:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A"],weekday_names_narrow:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A"],month_names_long:["\u0643\u0627\u0646\u0648\u0646\u0020\u0627\u0644\u062B\u0627\u0646\u064A","\u0634\u0628\u0627\u0637","\u0622\u0630\u0627\u0631","\u0646\u064A\u0633\u0627\u0646","\u0646\u0648\u0627\u0631","\u062D\u0632\u064A\u0631\u0627\u0646","\u062A\u0645\u0648\u0632","\u0622\u0628","\u0623\u064A\u0644\u0648\u0644","\u062A\u0634\u0631\u064A\u0646\u0020\u0627\u0644\u0623\u0648\u0644","\u062A\u0634\u0631\u064A\u0646\u0020\u0627\u0644\u062B\u0627\u0646\u064A","\u0643\u0627\u0646\u0648\u0646\u0020\u0627\u0644\u0623\u0648\u0644"],month_names_short:["\u0643\u0627\u0646\u0648\u0646\u0020\u0627\u0644\u062B\u0627\u0646\u064A","\u0634\u0628\u0627\u0637","\u0622\u0630\u0627\u0631","\u0646\u064A\u0633\u0627\u0646","\u0646\u0648\u0627\u0631","\u062D\u0632\u064A\u0631\u0627\u0646","\u062A\u0645\u0648\u0632","\u0622\u0628","\u0623\u064A\u0644\u0648\u0644","\u062A\u0634\u0631\u064A\u0646\u0020\u0627\u0644\u0623\u0648\u0644","\u062A\u0634\u0631\u064A\u0646\u0020\u0627\u0644\u062B\u0627\u0646\u064A","\u0643\u0627\u0646\u0648\u0646\u0020\u0627\u0644\u0623\u0648\u0644"],month_names_narrow:["\u0643\u0627\u0646\u0648\u0646\u0020\u0627\u0644\u062B\u0627\u0646\u064A","\u0634\u0628\u0627\u0637","\u0622\u0630\u0627\u0631","\u0646\u064A\u0633\u0627\u0646","\u0646\u0648\u0627\u0631","\u062D\u0632\u064A\u0631\u0627\u0646","\u062A\u0645\u0648\u0632","\u0622\u0628","\u0623\u064A\u0644\u0648\u0644","\u062A\u0634\u0631\u064A\u0646\u0020\u0627\u0644\u0623\u0648\u0644","\u062A\u0634\u0631\u064A\u0646\u0020\u0627\u0644\u062B\u0627\u0646\u064A","\u0643\u0627\u0646\u0648\u0646\u0020\u0627\u0644\u0623\u0648\u0644"],ampm:["\u0635","\u0645"],date_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059",time_format:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020",time_format_ampm:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059\u0020\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u002C\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"rtl"};}return nexacro.Locale.ar_LB;}break;case "ar_LY":case "ar_ly":{if(!nexacro.Locale.ar_LY){nexacro.Locale.ar_LY={name:"ar_LY",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u004C\u0059\u0044\u0020",currency_symbol:"\u062F\u002E\u0644\u002E",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:3,frac_digits:3,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:2,weekday_names_long:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A"],weekday_names_short:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],weekday_names_narrow:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],month_names_long:["\u064A\u0646\u0627\u064A\u0631","\u0641\u0628\u0631\u0627\u064A\u0631","\u0645\u0627\u0631\u0633","\u0623\u0628\u0631\u064A\u0644","\u0645\u0627\u064A\u0648","\u064A\u0648\u0646\u064A\u0648","\u064A\u0648\u0644\u064A\u0648","\u0623\u063A\u0633\u0637\u0633","\u0633\u0628\u062A\u0645\u0628\u0631","\u0623\u0643\u062A\u0648\u0628\u0631","\u0646\u0648\u0641\u0645\u0628\u0631","\u062F\u064A\u0633\u0645\u0628\u0631"],month_names_short:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],month_names_narrow:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],ampm:["\u0635","\u0645"],date_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059",time_format:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020",time_format_ampm:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059\u0020\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u002C\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"rtl"};}return nexacro.Locale.ar_LY;}break;case "ar_MA":case "ar_ma":{if(!nexacro.Locale.ar_MA){nexacro.Locale.ar_MA={name:"ar_MA",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u004D\u0041\u0044\u0020",currency_symbol:"\u062F\u002E\u0645\u002E",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:3,frac_digits:3,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:2,weekday_names_long:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A"],weekday_names_short:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],weekday_names_narrow:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],month_names_long:["\u064A\u0646\u0627\u064A\u0631","\u0641\u0628\u0631\u0627\u064A\u0631","\u0645\u0627\u0631\u0633","\u0623\u0628\u0631\u064A\u0644","\u0645\u0627\u064A\u0648","\u064A\u0648\u0646\u064A\u0648","\u064A\u0648\u0644\u064A\u0648","\u0623\u063A\u0633\u0637\u0633","\u0633\u0628\u062A\u0645\u0628\u0631","\u0623\u0643\u062A\u0648\u0628\u0631","\u0646\u0648\u0641\u0645\u0628\u0631","\u062F\u064A\u0633\u0645\u0628\u0631"],month_names_short:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],month_names_narrow:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],ampm:["\u0635","\u0645"],date_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059",time_format:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020",time_format_ampm:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059\u0020\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u002C\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0059",direction:"rtl"};}return nexacro.Locale.ar_MA;}break;case "ar_OM":case "ar_om":{if(!nexacro.Locale.ar_OM){nexacro.Locale.ar_OM={name:"ar_OM",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u004F\u004D\u0052\u0020",currency_symbol:"\u0631\u002E\u0639\u002E",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:3,frac_digits:3,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:2,weekday_names_long:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A"],weekday_names_short:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],weekday_names_narrow:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],month_names_long:["\u064A\u0646\u0627\u064A\u0631","\u0641\u0628\u0631\u0627\u064A\u0631","\u0645\u0627\u0631\u0633","\u0623\u0628\u0631\u064A\u0644","\u0645\u0627\u064A\u0648","\u064A\u0648\u0646\u064A\u0648","\u064A\u0648\u0644\u064A\u0648","\u0623\u063A\u0633\u0637\u0633","\u0633\u0628\u062A\u0645\u0628\u0631","\u0623\u0643\u062A\u0648\u0628\u0631","\u0646\u0648\u0641\u0645\u0628\u0631","\u062F\u064A\u0633\u0645\u0628\u0631"],month_names_short:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],month_names_narrow:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],ampm:["\u0635","\u0645"],date_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059",time_format:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020",time_format_ampm:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059\u0020\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u002C\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"rtl"};}return nexacro.Locale.ar_OM;}break;case "ar_QA":case "ar_qa":{if(!nexacro.Locale.ar_QA){nexacro.Locale.ar_QA={name:"ar_QA",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u0051\u0041\u0052\u0020",currency_symbol:"\u0631\u002E\u0642\u002E",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:3,frac_digits:3,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:2,weekday_names_long:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A"],weekday_names_short:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],weekday_names_narrow:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],month_names_long:["\u064A\u0646\u0627\u064A\u0631","\u0641\u0628\u0631\u0627\u064A\u0631","\u0645\u0627\u0631\u0633","\u0623\u0628\u0631\u064A\u0644","\u0645\u0627\u064A\u0648","\u064A\u0648\u0646\u064A\u0648","\u064A\u0648\u0644\u064A\u0648","\u0623\u063A\u0633\u0637\u0633","\u0633\u0628\u062A\u0645\u0628\u0631","\u0623\u0643\u062A\u0648\u0628\u0631","\u0646\u0648\u0641\u0645\u0628\u0631","\u062F\u064A\u0633\u0645\u0628\u0631"],month_names_short:["\u064A\u0646\u0627 ","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],month_names_narrow:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],ampm:["\u0635","\u0645"],date_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059",time_format:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020",time_format_ampm:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059\u0020\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u002C\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"rtl"};}return nexacro.Locale.ar_QA;}break;case "ar":case "ar_SA":case "ar_sa":{if(!nexacro.Locale.ar_SA){nexacro.Locale.ar_SA={name:"ar_SA",decimal_point:"\u002E",thousands_sep:"",grouping:[3],int_curr_symbol:"\u0053\u0041\u0052\u0020",currency_symbol:"\u0631\u064A\u0627\u0644",mon_decimal_point:"\u002E",mon_thousands_sep:"",mon_grouping:[ -1],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:2,weekday_names_long:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0625\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0640\u0629","\u0627\u0644\u0633\u0628\u062A"],weekday_names_short:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],weekday_names_narrow:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],month_names_long:["\u0643\u0627\u0646\u0648\u0646\u0020\u0627\u0644\u062B\u0627\u0646\u064A","\u0634\u0628\u0627\u0637","\u0622\u0630\u0627\u0631","\u0646\u064A\u0633\u0640\u0627\u0646","\u0623\u064A\u0627\u0631","\u062D\u0632\u064A\u0631\u0627\u0646","\u062A\u0640\u0645\u0640\u0648\u0632","\u0622\u0628","\u0623\u064A\u0644\u0648\u0644","\u062A\u0634\u0631\u064A\u0646\u0020\u0627\u0644\u0623\u0648\u0644","\u062A\u0634\u0631\u064A\u0646\u0020\u0627\u0644\u062B\u0627\u0646\u064A","\u0643\u0627\u0646\u0648\u0646\u0020\u0627\u0644\u0623\u0648\u0644"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],ampm:["",""],date_format:"\u0025\u0041\u0020\u0025\u002E\u0031\u0064\u0020\u0025\u0042\u0020\u0025\u0059",time_format:"\u0025\u002E\u0031\u0048\u003A\u0025\u004D\u003A\u0025\u0053",time_format_ampm:"\u0025\u002E\u0031\u0048\u003A\u0025\u004D\u003A\u0025\u0053",date_time_format:"\u0025\u0041\u0020\u0025\u002E\u0031\u0064\u0020\u0025\u0042\u0020\u0025\u0059\u0020\u0020\u0025\u002E\u0031\u0048\u003A\u0025\u004D\u003A\u0025\u0053",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u002F\u0025\u0042\u002F\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"rtl"};}return nexacro.Locale.ar_SA;}break;case "ar_SD":case "ar_sd":{if(!nexacro.Locale.ar_SD){nexacro.Locale.ar_SD={name:"ar_SD",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u0053\u0044\u0044\u0020",currency_symbol:"\u062C\u002E\u0633\u002E",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:3,frac_digits:3,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:2,weekday_names_long:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A"],weekday_names_short:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],weekday_names_narrow:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],month_names_long:["\u064A\u0646\u0627\u064A\u0631","\u0641\u0628\u0631\u0627\u064A\u0631","\u0645\u0627\u0631\u0633","\u0623\u0628\u0631\u064A\u0644","\u0645\u0627\u064A\u0648","\u064A\u0648\u0646\u064A\u0648","\u064A\u0648\u0644\u064A\u0648","\u0623\u063A\u0633\u0637\u0633","\u0633\u0628\u062A\u0645\u0628\u0631","\u0623\u0643\u062A\u0648\u0628\u0631","\u0646\u0648\u0641\u0645\u0628\u0631","\u062F\u064A\u0633\u0645\u0628\u0631"],month_names_short:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],month_names_narrow:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],ampm:["\u0635","\u0645"],date_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059",time_format:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020",time_format_ampm:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059\u0020\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u002C\u0020\u0025\u0059",shortdate_format:"\u0025\u0059\u002D\u0025\u006D\u002D\u0025\u0064",direction:"rtl"};}return nexacro.Locale.ar_SD;}break;case "ar_SY":case "ar_sy":{if(!nexacro.Locale.ar_SY){nexacro.Locale.ar_SY={name:"ar_SY",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u0053\u0059\u0050\u0020",currency_symbol:"\u0644\u002E\u0633\u002E",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:3,frac_digits:3,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:2,weekday_names_long:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A"],weekday_names_short:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A"],weekday_names_narrow:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A"],month_names_long:["\u0643\u0627\u0646\u0648\u0646\u0020\u0627\u0644\u062B\u0627\u0646\u064A","\u0634\u0628\u0627\u0637","\u0622\u0630\u0627\u0631","\u0646\u064A\u0633\u0627\u0646","\u0646\u0648\u0627\u0631\u0627\u0646","\u062D\u0632\u064A\u0631","\u062A\u0645\u0648\u0632","\u0622\u0628","\u0623\u064A\u0644\u0648\u0644","\u062A\u0634\u0631\u064A\u0646\u0020\u0627\u0644\u0623\u0648\u0644","\u062A\u0634\u0631\u064A\u0646\u0020\u0627\u0644\u062B\u0627\u0646\u064A","\u0643\u0627\u0646\u0648\u0646\u0020\u0627\u0644\u0623\u0648\u0644"],month_names_short:["\u0643\u0627\u0646\u0648\u0646\u0020\u0627\u0644\u062B\u0627\u0646\u064A","\u0634\u0628\u0627\u0637","\u0622\u0630\u0627\u0631","\u0646\u064A\u0633\u0627\u0646","\u0646\u0648\u0627\u0631\u0627\u0646","\u062D\u0632\u064A\u0631","\u062A\u0645\u0648\u0632","\u0622\u0628","\u0623\u064A\u0644\u0648\u0644","\u062A\u0634\u0631\u064A\u0646\u0020\u0627\u0644\u0623\u0648\u0644","\u062A\u0634\u0631\u064A\u0646\u0020\u0627\u0644\u062B\u0627\u0646\u064A","\u0643\u0627\u0646\u0648\u0646\u0020\u0627\u0644\u0623\u0648\u0644"],month_names_narrow:["\u0643\u0627\u0646\u0648\u0646\u0020\u0627\u0644\u062B\u0627\u0646\u064A","\u0634\u0628\u0627\u0637","\u0622\u0630\u0627\u0631","\u0646\u064A\u0633\u0627\u0646","\u0646\u0648\u0627\u0631\u0627\u0646","\u062D\u0632\u064A\u0631","\u062A\u0645\u0648\u0632","\u0622\u0628","\u0623\u064A\u0644\u0648\u0644","\u062A\u0634\u0631\u064A\u0646\u0020\u0627\u0644\u0623\u0648\u0644","\u062A\u0634\u0631\u064A\u0646\u0020\u0627\u0644\u062B\u0627\u0646\u064A","\u0643\u0627\u0646\u0648\u0646\u0020\u0627\u0644\u0623\u0648\u0644"],ampm:["\u0635","\u0645"],date_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059",time_format:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020",time_format_ampm:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059\u0020\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u002C\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"rtl"};}return nexacro.Locale.ar_SY;}break;case "ar_TN":case "ar_tn":{if(!nexacro.Locale.ar_TN){nexacro.Locale.ar_TN={name:"ar_TN",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u0054\u004E\u0044\u0020",currency_symbol:"\u062F\u002E\u062A\u002E",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:3,frac_digits:3,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:2,weekday_names_long:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A"],weekday_names_short:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],weekday_names_narrow:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],month_names_long:["\u064A\u0646\u0627\u064A\u0631","\u0641\u0628\u0631\u0627\u064A\u0631","\u0645\u0627\u0631\u0633","\u0623\u0628\u0631\u064A\u0644","\u0645\u0627\u064A\u0648","\u064A\u0648\u0646\u064A\u0648","\u064A\u0648\u0644\u064A\u0648","\u0623\u063A\u0633\u0637\u0633","\u0633\u0628\u062A\u0645\u0628\u0631","\u0623\u0643\u062A\u0648\u0628\u0631","\u0646\u0648\u0641\u0645\u0628\u0631","\u062F\u064A\u0633\u0645\u0628\u0631"],month_names_short:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],month_names_narrow:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],ampm:["\u0635","\u0645"],date_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059",time_format:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020",time_format_ampm:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059\u0020\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u002C\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0059",direction:"rtl"};}return nexacro.Locale.ar_TN;}break;case "ar_YE":case "ar_ye":{if(!nexacro.Locale.ar_YE){nexacro.Locale.ar_YE={name:"ar_YE",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u0059\u0045\u0052\u0020",currency_symbol:"\u0631\u002E\u064A\u002E",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:3,frac_digits:3,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:2,weekday_names_long:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A"],weekday_names_short:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],weekday_names_narrow:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],month_names_long:["\u064A\u0646\u0627\u064A\u0631","\u0641\u0628\u0631\u0627\u064A\u0631","\u0645\u0627\u0631\u0633","\u0623\u0628\u0631\u064A\u0644","\u0645\u0627\u064A\u0648","\u064A\u0648\u0646\u064A\u0648","\u064A\u0648\u0644\u064A\u0648","\u0623\u063A\u0633\u0637\u0633","\u0633\u0628\u062A\u0645\u0628\u0631","\u0623\u0643\u062A\u0648\u0628\u0631","\u0646\u0648\u0641\u0645\u0628\u0631","\u062F\u064A\u0633\u0645\u0628\u0631"],month_names_short:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],month_names_narrow:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631","\u0623\u0628\u0631","\u0645\u0627\u064A","\u064A\u0648\u0646","\u064A\u0648\u0644","\u0623\u063A\u0633","\u0633\u0628\u062A","\u0623\u0643\u062A","\u0646\u0648\u0641","\u062F\u064A\u0633"],ampm:["\u0635","\u0645"],date_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059",time_format:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020",time_format_ampm:"\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u0064\u0020\u0025\u0062\u002C\u0020\u0025\u0059\u0020\u0025\u005A\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u002C\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"rtl"};}return nexacro.Locale.ar_YE;}break;case "as":case "as_IN":case "as_in":{if(!nexacro.Locale.as_IN){nexacro.Locale.as_IN={name:"as_IN",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,2],int_curr_symbol:"\u0049\u004E\u0052\u0020",currency_symbol:"\u099F",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,2],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u09A6\u09C7\u0993\u09AC\u09BE\u09F0","\u09B8\u09CB\u09AE\u09AC\u09BE\u09F0","\u09AE\u0999\u09CD\u0997\u09B2\u09AC\u09BE\u09F0","\u09AC\u09C1\u09A7\u09AC\u09BE\u09F0","\u09AC\u09C3\u09B9\u09B7\u09CD\u09AA\u09A4\u09BF\u09AC\u09BE\u09F0","\u09B6\u09C1\u0995\u09CD\u09F0\u09AC\u09BE\u09F0","\u09B6\u09A8\u09BF\u09AC\u09BE\u09F0"],weekday_names_short:["\u09A6\u09C7\u0993","\u09B8\u09CB\u09AE","\u09AE\u0999\u09CD\u0997\u09B2","\u09AC\u09C1\u09A7","\u09AC\u09C3\u09B9\u09B7\u09CD\u09AA\u09A4\u09BF","\u09B6\u09C1\u0995\u09CD\u09F0","\u09B6\u09A8\u09BF"],weekday_names_narrow:["\u09A6\u09C7\u0993","\u09B8\u09CB\u09AE","\u09AE\u0999\u09CD\u0997\u09B2","\u09AC\u09C1\u09A7","\u09AC\u09C3\u09B9\u09B7\u09CD\u09AA\u09A4\u09BF","\u09B6\u09C1\u0995\u09CD\u09F0","\u09B6\u09A8\u09BF"],month_names_long:["\u099C\u09BE\u09A8\u09C1\u09F1\u09BE\u09F0\u09C0","\u09AB\u09C7\u09AC\u09CD\u09F0\u09C1\u09F1\u09BE\u09F0\u09C0","\u09AE\u09BE\u09F0\u09CD\u099A","\u098F\u09AA\u09CD\u09F0\u09BF\u09B2","\u09AE\u09C7","\u099C\u09C1\u09A8","\u099C\u09C1\u09B2\u09BE\u0987","\u0986\u0997\u09B7\u09CD\u099F","\u099A\u09C7\u09AA\u09CD\u09A4\u09C7\u09AE\u09CD\u09AC\u09F0","\u0985\u0995\u09CD\u099F\u09CB\u09AC\u09F0","\u09A8\u09AD\u09C7\u09AE\u09CD\u09AC\u09F0","\u09A1\u09BF\u099A\u09C7\u09AE\u09CD\u09AC\u09F0"],month_names_short:["\u099C\u09BE\u09A8\u09C1\u09F1\u09BE\u09F0\u09C0","\u09AB\u09C7\u09AC\u09CD\u09F0\u09C1\u09F1\u09BE\u09F0\u09C0","\u09AE\u09BE\u09F0\u09CD\u099A","\u098F\u09AA\u09CD\u09F0\u09BF\u09B2","\u09AE\u09C7","\u099C\u09C1\u09A8","\u099C\u09C1\u09B2\u09BE\u0987","\u0986\u0997","\u099A\u09C7\u09AA\u09CD\u09A4\u09C7\u09AE\u09CD\u09AC\u09F0","\u0985\u0995\u09CD\u099F\u09CB\u09AC\u09F0","\u09A8\u09AD\u09C7\u09AE\u09CD\u09AC\u09F0","\u09A1\u09BF\u099A\u09C7\u09AE\u09CD\u09AC\u09F0"],month_names_narrow:["\u099C\u09BE\u09A8\u09C1\u09F1\u09BE\u09F0\u09C0","\u09AB\u09C7\u09AC\u09CD\u09F0\u09C1\u09F1\u09BE\u09F0\u09C0","\u09AE\u09BE\u09F0\u09CD\u099A","\u098F\u09AA\u09CD\u09F0\u09BF\u09B2","\u09AE\u09C7","\u099C\u09C1\u09A8","\u099C\u09C1\u09B2\u09BE\u0987","\u0986\u0997","\u099A\u09C7\u09AA\u09CD\u09A4\u09C7\u09AE\u09CD\u09AC\u09F0","\u0985\u0995\u09CD\u099F\u09CB\u09AC\u09F0","\u09A8\u09AD\u09C7\u09AE\u09CD\u09AC\u09F0","\u09A1\u09BF\u099A\u09C7\u09AE\u09CD\u09AC\u09F0"],ampm:["\u09AA\u09C2\u09F0\u09CD\u09AC\u09CD\u09AC\u09BE\u09B9\u09CD\u09A8","\u0985\u09AA\u09F0\u09BE\u09B9\u09CD\u09A8"],date_format:"\u0025\u0065\u002D\u0025\u006D\u002D\u0025\u0059",time_format:"\u0025\u0049\u002E\u0025\u004D\u002E\u0025\u0053\u0020\u0025\u0070",time_format_ampm:"\u0025\u0049\u002E\u0025\u004D\u002E\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u0065\u0020\u0025\u0042\u002C\u0020\u0025\u0059\u0020\u0025\u0049\u002E\u0025\u004D\u002E\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",full_date_time_format:"",first_weekday:0,longdate_format:"\u0025\u0059\u002C\u0025\u0042\u0020\u0025\u0064\u002C\u0020\u0025\u0041",shortdate_format:"\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0059",direction:"ltr"};}return nexacro.Locale.as_IN;}break;case "az":case "az_AZ":case "az_az":{if(!nexacro.Locale.az_AZ){nexacro.Locale.az_AZ={name:"az_AZ",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[3,3],int_curr_symbol:"\u0041\u005A\u004D\u0020",currency_symbol:"\u006D\u0061\u006E\u002E",mon_decimal_point:"\u002E",mon_thousands_sep:"\u0020",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0062\u0061\u007A\u0061\u0072\u0020\u0067\u00FC\u006E\u00FC","\u0062\u0061\u007A\u0061\u0072\u0020\u0065\u0072\u0074\u0259\u0073\u0069","\u00E7\u0259\u0072\u015F\u0259\u006E\u0062\u0259\u0020\u0061\u0078\u015F\u0061\u006D\u0131","\u00E7\u0259\u0072\u015F\u0259\u006E\u0062\u0259","\u0063\u00FC\u006D\u0259\u0020\u0061\u0078\u015F\u0061\u006D\u0131","\u0063\u00FC\u006D\u0259","\u015F\u0259\u006E\u0062\u0259"],weekday_names_short:["\u0062\u0061\u007A","\u0062\u0065\u0072","\u00E7\u0061\u0078","\u00E7\u0259\u0072","\u0063\u0061\u0078","\u0063\u00FC\u006D","\u015F\u006E\u0062"],weekday_names_narrow:["\u0062\u0061\u007A","\u0062\u0065\u0072","\u00E7\u0061\u0078","\u00E7\u0259\u0072","\u0063\u0061\u0078","\u0063\u00FC\u006D","\u015F\u006E\u0062"],month_names_long:["\u0079\u0061\u006E\u0076\u0061\u0072","\u0066\u0065\u0076\u0072\u0061\u006C","\u006D\u0061\u0072\u0074","\u0061\u0070\u0072\u0065\u006C","\u006D\u0061\u0079","\u0069\u0079\u0075\u006E","\u0069\u0079\u0075\u006C","\u0061\u0076\u0071\u0075\u0073\u0074","\u0073\u0065\u006E\u0074\u0079\u0061\u0062\u0072","\u006F\u006B\u0074\u0079\u0061\u0062\u0072","\u006E\u006F\u0079\u0061\u0062\u0072","\u0064\u0065\u006B\u0061\u0062\u0072"],month_names_short:["\u0059\u0061\u006E","\u0046\u0065\u0076","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u0130\u0079\u006E","\u0130\u0079\u006C","\u0041\u0076\u0071","\u0053\u0065\u006E","\u004F\u006B\u0074","\u004E\u006F\u0079","\u0044\u0065\u006B"],month_names_narrow:["\u0059\u0061\u006E","\u0046\u0065\u0076","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u0130\u0079\u006E","\u0130\u0079\u006C","\u0041\u0076\u0071","\u0053\u0065\u006E","\u004F\u006B\u0074","\u004E\u006F\u0079","\u0044\u0065\u006B"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059\u0020\u0025\u0054",full_date_time_format:"",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u002C\u0020\u0025\u0059",shortdate_format:"\u0025\u0059\u002D\u0025\u006D\u002D\u0025\u0064",direction:"ltr"};}return nexacro.Locale.az_AZ;}break;case "be":case "be_BY":case "be_by":{if(!nexacro.Locale.be_BY){nexacro.Locale.be_BY={name:"be_BY",decimal_point:"\u002C",thousands_sep:"\u0020",grouping:[3,3],int_curr_symbol:"\u0042\u0059\u0052\u0020",currency_symbol:"\u0440\u002E",mon_decimal_point:"\u002E",mon_thousands_sep:"\u0020",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u041D\u044F\u0434\u0437\u0435\u043B\u044F","\u041F\u0430\u043D\u044F\u0434\u0437\u0435\u043B\u0430\u043A","\u0410\u045E\u0442\u043E\u0440\u0430\u043A","\u0421\u0435\u0440\u0430\u0434\u0430","\u0427\u0430\u0446\u0432\u0435\u0440","\u041F\u044F\u0442\u043D\u0456\u0446\u0430","\u0421\u0443\u0431\u043E\u0442\u0430"],weekday_names_short:["\u041D\u044F\u0434","\u041F\u0430\u043D","\u0410\u045E\u0442","\u0421\u0440\u0434","\u0427\u0446\u0432","\u041F\u044F\u0442","\u0421\u0443\u0431"],weekday_names_narrow:["\u041D\u044F\u0434","\u041F\u0430\u043D","\u0410\u045E\u0442","\u0421\u0440\u0434","\u0427\u0446\u0432","\u041F\u044F\u0442","\u0421\u0443\u0431"],month_names_long:["\u0421\u0442\u0443\u0434\u0437\u0435\u043D\u044C","\u041B\u044E\u0442\u044B","\u0421\u0430\u043A\u0430\u0432\u0456\u043A","\u041A\u0440\u0430\u0441\u0430\u0432\u0456\u043A","\u0422\u0440\u0430\u0432\u0435\u043D\u044C","\u0427\u044D\u0440\u0432\u0435\u043D\u044C","\u041B\u0456\u043F\u0435\u043D\u044C","\u0416\u043D\u0456\u0432\u0435\u043D\u044C","\u0412\u0435\u0440\u0430\u0441\u0435\u043D\u044C","\u041A\u0430\u0441\u0442\u0440\u044B\u0447\u043D\u0456\u043A","\u041B\u0456\u0441\u0442\u0430\u043F\u0430\u0434","\u0421\u043D\u0435\u0436\u0430\u043D\u044C"],month_names_short:["\u0421\u0442\u0434","\u041B\u044E\u0442","\u0421\u0430\u043A","\u041A\u0440\u0441","\u0422\u0440\u0430","\u0427\u044D\u0440","\u041B\u0456\u043F","\u0416\u043D\u0432","\u0412\u0440\u0441","\u041A\u0441\u0442","\u041B\u0456\u0441","\u0421\u043D\u0436"],month_names_narrow:["\u0421\u0442\u0434","\u041B\u044E\u0442","\u0421\u0430\u043A","\u041A\u0440\u0441","\u0422\u0440\u0430","\u0427\u044D\u0440","\u041B\u0456\u043F","\u0416\u043D\u0432","\u0412\u0440\u0441","\u041A\u0441\u0442","\u041B\u0456\u0441","\u0421\u043D\u0436"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0065\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",direction:"ltr"};}return nexacro.Locale.be_BY;}break;case "bg":case "bg_BG":case "bg_bg":{if(!nexacro.Locale.bg_BG){nexacro.Locale.bg_BG={name:"bg_BG",decimal_point:"\u002C",thousands_sep:"\u0020",grouping:[3,3],int_curr_symbol:"\u0042\u0047\u004E\u0020",currency_symbol:"\u043B\u0432",mon_decimal_point:"\u002C",mon_thousands_sep:"\u00A0",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u043D\u0435\u0434\u0435\u043B\u044F","\u043F\u043E\u043D\u0435\u0434\u0435\u043B\u043D\u0438\u043A","\u0432\u0442\u043E\u0440\u043D\u0438\u043A","\u0441\u0440\u044F\u0434\u0430","\u0447\u0435\u0442\u0432\u044A\u0440\u0442\u044A\u043A","\u043F\u0435\u0442\u044A\u043A","\u0441\u044A\u0431\u043E\u0442\u0430"],weekday_names_short:["\u043D\u0434","\u043F\u043D","\u0432\u0442","\u0441\u0440","\u0447\u0442","\u043F\u0442","\u0441\u0431"],weekday_names_narrow:["\u043D\u0434","\u043F\u043D","\u0432\u0442","\u0441\u0440","\u0447\u0442","\u043F\u0442","\u0441\u0431"],month_names_long:["\u044F\u043D\u0443\u0430\u0440\u0438","\u0444\u0435\u0432\u0440\u0443\u0430\u0440\u0438","\u043C\u0430\u0440\u0442","\u0430\u043F\u0440\u0438\u043B","\u043C\u0430\u0439","\u044E\u043D\u0438","\u044E\u043B\u0438","\u0430\u0432\u0433\u0443\u0441\u0442","\u0441\u0435\u043F\u0442\u0435\u043C\u0432\u0440\u0438","\u043E\u043A\u0442\u043E\u043C\u0432\u0440\u0438","\u043D\u043E\u0435\u043C\u0432\u0440\u0438","\u0434\u0435\u043A\u0435\u043C\u0432\u0440\u0438"],month_names_short:["\u044F\u043D\u0443","\u0444\u0435\u0432","\u043C\u0430\u0440","\u0430\u043F\u0440","\u043C\u0430\u0439","\u044E\u043D\u0438","\u044E\u043B\u0438","\u0430\u0432\u0433","\u0441\u0435\u043F","\u043E\u043A\u0442","\u043D\u043E\u0435","\u0434\u0435\u043A"],month_names_narrow:["\u044F\u043D\u0443","\u0444\u0435\u0432","\u043C\u0430\u0440","\u0430\u043F\u0440","\u043C\u0430\u0439","\u044E\u043D\u0438","\u044E\u043B\u0438","\u0430\u0432\u0433","\u0441\u0435\u043F","\u043E\u043A\u0442","\u043D\u043E\u0435","\u0434\u0435\u043A"],ampm:["",""],date_format:"\u0025\u0065\u002E\u0025\u006D\u002E\u0025\u0059",time_format:"\u0025\u006B\u002C\u0025\u004D\u002C\u0025\u0053",time_format_ampm:"\u0025\u006C\u002C\u0025\u004D\u002C\u0025\u0053",date_time_format:"\u0025\u0078\u0020\u0028\u0025\u0061\u0029\u0020\u0025\u0058\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:1,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059\u0020\u0433\u002E",shortdate_format:"\u0025\u0065\u002E\u0025\u006E\u002E\u0025\u0059\u0020\u0433\u002E",direction:"ltr"};}return nexacro.Locale.bg_BG;}break;case "bn_BD":case "bn_bd":{if(!nexacro.Locale.bn_BD){nexacro.Locale.bn_BD={name:"bn_BD",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,2],int_curr_symbol:"\u0042\u0044\u0054\u0020",currency_symbol:"\u09F3",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,2],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u09B0\u09AC\u09BF\u09AC\u09BE\u09B0","\u09B8\u09CB\u09AE\u09AC\u09BE\u09B0","\u09AE\u0999\u09CD\u0997\u09B2\u09AC\u09BE\u09B0","\u09AC\u09C1\u09A7\u09AC\u09BE\u09B0","\u09AC\u09C3\u09B9\u09B8\u09CD\u09AA\u09A4\u09BF\u09AC\u09BE\u09B0","\u09B6\u09C1\u0995\u09CD\u09B0\u09AC\u09BE\u09B0","\u09B6\u09A8\u09BF\u09AC\u09BE\u09B0"],weekday_names_short:["\u09B0\u09AC\u09BF","\u09B8\u09CB\u09AE","\u09AE\u0999\u09CD\u0997\u09B2","\u09AC\u09C1\u09A7","\u09AC\u09C3\u09B9\u0983","\u09B6\u09C1\u0995\u09CD\u09B0","\u09B6\u09A8\u09BF"],weekday_names_narrow:["\u09B0\u09AC\u09BF","\u09B8\u09CB\u09AE","\u09AE\u0999\u09CD\u0997\u09B2","\u09AC\u09C1\u09A7","\u09AC\u09C3\u09B9\u0983","\u09B6\u09C1\u0995\u09CD\u09B0","\u09B6\u09A8\u09BF"],month_names_long:["\u099C\u09BE\u09A8\u09C1\u09DF\u09BE\u09B0\u09BF","\u09AB\u09C7\u09AC\u09CD\u09B0\u09C1\u09DF\u09BE\u09B0\u09BF","\u09AE\u09BE\u09B0\u09CD\u099A","\u098F\u09AA\u09CD\u09B0\u09BF\u09B2","\u09AE\u09C7","\u099C\u09C1\u09A8","\u099C\u09C1\u09B2\u09BE\u0987","\u0986\u0997\u09B8\u09CD\u099F","\u09B8\u09C7\u09AA\u09CD\u099F\u09C7\u09AE\u09CD\u09AC\u09B0","\u0985\u0995\u09CD\u099F\u09CB\u09AC\u09B0","\u09A8\u09AD\u09C7\u09AE\u09CD\u09AC\u09B0","\u09A1\u09BF\u09B8\u09C7\u09AE\u09CD\u09AC\u09B0"],month_names_short:["\u099C\u09BE\u09A8\u09C1","\u09AB\u09C7\u09AC\u09CD\u09B0\u09C1","\u09AE\u09BE\u09B0\u09CD\u099A","\u098F\u09AA\u09CD\u09B0\u09BF","\u09AE\u09C7","\u099C\u09C1\u09A8","\u099C\u09C1\u09B2","\u0986\u0997","\u09B8\u09C7\u09AA\u09CD\u099F\u09C7","\u0985\u0995\u09CD\u099F\u09CB","\u09A8\u09AD\u09C7","\u09A1\u09BF\u09B8\u09C7"],month_names_narrow:["\u099C\u09BE\u09A8\u09C1","\u09AB\u09C7\u09AC\u09CD\u09B0\u09C1","\u09AE\u09BE\u09B0\u09CD\u099A","\u098F\u09AA\u09CD\u09B0\u09BF","\u09AE\u09C7","\u099C\u09C1\u09A8","\u099C\u09C1\u09B2","\u0986\u0997","\u09B8\u09C7\u09AA\u09CD\u099F\u09C7","\u0985\u0995\u09CD\u099F\u09CB","\u09A8\u09AD\u09C7","\u09A1\u09BF\u09B8\u09C7"],ampm:["\u09AA\u09C2\u09B0\u09CD\u09AC\u09BE\u09B9\u09CD\u09A3","\u0985\u09AA\u09B0\u09BE\u09B9\u09CD\u09A3"],date_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059",time_format:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0020\u0025\u005A",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",date_time_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",full_date_time_format:"",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.bn_BD;}break;case "bn":case "bn_IN":case "bn_in":{if(!nexacro.Locale.bn_IN){nexacro.Locale.bn_IN={name:"bn_IN",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,2],int_curr_symbol:"\u0049\u004E\u0052\u0020",currency_symbol:"\u099F\u09BE\u0995\u09BE",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,2],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u09B0\u09AC\u09BF\u09AC\u09BE\u09B0","\u09B8\u09CB\u09AE\u09AC\u09BE\u09B0","\u09AE\u0999\u09CD\u0997\u09B2\u09AC\u09BE\u09B0","\u09AC\u09C1\u09A7\u09AC\u09BE\u09B0","\u09AC\u09C3\u09B9\u09B8\u09CD\u09AA\u09A4\u09BF\u09AC\u09BE\u09B0","\u09B6\u09C1\u0995\u09CD\u09B0\u09AC\u09BE\u09B0","\u09B6\u09A8\u09BF\u09AC\u09BE\u09B0"],weekday_names_short:["\u09B0\u09AC\u09BF","\u09B8\u09CB\u09AE","\u09AE\u0999\u09CD\u0997\u09B2","\u09AC\u09C1\u09A7","\u09AC\u09C3\u09B9\u09B8\u09CD\u09AA\u09A4\u09BF","\u09B6\u09C1\u0995\u09CD\u09B0","\u09B6\u09A8\u09BF"],weekday_names_narrow:["\u09B0\u09AC\u09BF","\u09B8\u09CB\u09AE","\u09AE\u0999\u09CD\u0997\u09B2","\u09AC\u09C1\u09A7","\u09AC\u09C3\u09B9\u09B8\u09CD\u09AA\u09A4\u09BF","\u09B6\u09C1\u0995\u09CD\u09B0","\u09B6\u09A8\u09BF"],month_names_long:["\u099C\u09BE\u09A8\u09C1\u09DF\u09BE\u09B0\u09BF","\u09AB\u09C7\u09AC\u09CD\u09B0\u09C1\u09DF\u09BE\u09B0\u09BF","\u09AE\u09BE\u09B0\u09CD\u099A","\u098F\u09AA\u09CD\u09B0\u09BF\u09B2","\u09AE\u09C7","\u099C\u09C1\u09A8","\u099C\u09C1\u09B2\u09BE\u0987","\u0986\u0997\u09B8\u09CD\u099F","\u09B8\u09C7\u09AA\u09CD\u099F\u09C7\u09AE\u09CD\u09AC\u09B0","\u0985\u0995\u09CD\u099F\u09CB\u09AC\u09B0","\u09A8\u09AD\u09C7\u09AE\u09CD\u09AC\u09B0","\u09A1\u09BF\u09B8\u09C7\u09AE\u09CD\u09AC\u09B0"],month_names_short:["\u099C\u09BE\u09A8\u09C1\u09DF\u09BE\u09B0\u09BF","\u09AB\u09C7\u09AC\u09CD\u09B0\u09C1\u09DF\u09BE\u09B0\u09BF","\u09AE\u09BE\u09B0\u09CD\u099A","\u098F\u09AA\u09CD\u09B0\u09BF\u09B2","\u09AE\u09C7","\u099C\u09C1\u09A8","\u099C\u09C1\u09B2\u09BE\u0987","\u0986\u0997\u09B8\u09CD\u099F","\u09B8\u09C7\u09AA\u09CD\u099F\u09C7\u09AE\u09CD\u09AC\u09B0","\u0985\u0995\u09CD\u099F\u09CB\u09AC\u09B0","\u09A8\u09AD\u09C7\u09AE\u09CD\u09AC\u09B0","\u09A1\u09BF\u09B8\u09C7\u09AE\u09CD\u09AC\u09B0"],month_names_narrow:["\u099C\u09BE\u09A8\u09C1\u09DF\u09BE\u09B0\u09BF","\u09AB\u09C7\u09AC\u09CD\u09B0\u09C1\u09DF\u09BE\u09B0\u09BF","\u09AE\u09BE\u09B0\u09CD\u099A","\u098F\u09AA\u09CD\u09B0\u09BF\u09B2","\u09AE\u09C7","\u099C\u09C1\u09A8","\u099C\u09C1\u09B2\u09BE\u0987","\u0986\u0997\u09B8\u09CD\u099F","\u09B8\u09C7\u09AA\u09CD\u099F\u09C7\u09AE\u09CD\u09AC\u09B0","\u0985\u0995\u09CD\u099F\u09CB\u09AC\u09B0","\u09A8\u09AD\u09C7\u09AE\u09CD\u09AC\u09B0","\u09A1\u09BF\u09B8\u09C7\u09AE\u09CD\u09AC\u09B0"],ampm:["\u09AA\u09C2\u09B0\u09CD\u09AC\u09BE\u09B9\u09CD\u09A3","\u0985\u09AA\u09B0\u09BE\u09B9\u09CD\u09A3"],date_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059",time_format:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0020\u0025\u005A",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",date_time_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",full_date_time_format:"",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.bn_IN;}break;case "br":case "br_FR":case "br_fr":{if(!nexacro.Locale.br_FR){nexacro.Locale.br_FR={name:"br_FR",decimal_point:"\u002C",thousands_sep:"",grouping:[0,0],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u0020",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0073\u0075\u006C","\u006C\u0075\u006E","\u006D\u0065\u0075\u0072\u007A\u0068","\u006D\u0065\u0072\u0063\u0027\u0068\u0065\u0072","\u0079\u0061\u006F\u0075","\u0067\u0077\u0065\u006E\u0065\u0072","\u0073\u0061\u0064\u006F\u0072\u006E"],weekday_names_short:["\u0073\u0075\u006C","\u006C\u0075\u006E","\u006D\u0065\u0075","\u006D\u0065\u0072","\u0079\u0061\u006F","\u0067\u0077\u0065","\u0073\u0061\u0064"],weekday_names_narrow:["\u0073\u0075\u006C","\u006C\u0075\u006E","\u006D\u0065\u0075","\u006D\u0065\u0072","\u0079\u0061\u006F","\u0067\u0077\u0065","\u0073\u0061\u0064"],month_names_long:["\u0047\u0065\u006E\u0076\u0065\u0072","\u0043\u0027\u0068\u0077\u0065\u0076\u0072\u0065\u0072","\u004D\u0065\u0075\u0072\u007A\u0068","\u0045\u0062\u0072\u0065\u006C","\u004D\u0061\u0065","\u004D\u0065\u007A\u0068\u0065\u0076\u0065\u006E","\u0047\u006F\u0075\u0065\u0072\u0065","\u0045\u006F\u0073\u0074","\u0047\u0077\u0065\u006E\u0067\u006F\u006C\u006F","\u0048\u0065\u0072\u0065","\u0044\u0075","\u004B\u0065\u0072\u007A\u0075"],month_names_short:["\u0047\u0065\u006E\u0020","\u0043\u0027\u0068\u0077","\u004D\u0065\u0075\u0020","\u0045\u0062\u0072\u0020","\u004D\u0061\u0065\u0020","\u0045\u0076\u0065\u0020","\u0047\u006F\u0075\u0020","\u0045\u006F\u0073\u0020","\u0047\u0077\u0065\u0020","\u0048\u0065\u0072\u0020","\u0044\u0075\u0020\u0020","\u004B\u0065\u0072\u0020"],month_names_narrow:["\u0047\u0065\u006E\u0020","\u0043\u0027\u0068\u0077","\u004D\u0065\u0075\u0020","\u0045\u0062\u0072\u0020","\u004D\u0061\u0065\u0020","\u0045\u0076\u0065\u0020","\u0047\u006F\u0075\u0020","\u0045\u006F\u0073\u0020","\u0047\u0077\u0065\u0020","\u0048\u0065\u0072\u0020","\u0044\u0075\u0020\u0020","\u004B\u0065\u0072\u0020"],ampm:["\u0020","\u0020"],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"\u0025\u0049\u0065\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0044\u0027\u0061\u0072\u0020\u0025\u0041\u0020\u0025\u0064\u0020\u0061\u0020\u0076\u0069\u007A\u0020\u0025\u0042\u0020\u0025\u0059",full_date_time_format:"",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.br_FR;}break;case "bs":case "bs_BA":case "bs_ba":{if(!nexacro.Locale.bs_BA){nexacro.Locale.bs_BA={name:"bs_BA",decimal_point:"\u002C",thousands_sep:"",grouping:[0,0],int_curr_symbol:"\u0042\u0041\u004D\u0020",currency_symbol:"\u004B\u004D",mon_decimal_point:"\u002C",mon_thousands_sep:"\u0020",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u004E\u0065\u0064\u006A\u0065\u006C\u006A\u0061","\u0050\u006F\u006E\u0065\u0064\u006A\u0065\u006C\u006A\u0061\u006B","\u0055\u0074\u006F\u0072\u0061\u006B","\u0053\u0072\u0069\u006A\u0065\u0064\u0061","\u010C\u0065\u0074\u0076\u0072\u0074\u0061\u006B","\u0050\u0065\u0074\u0061\u006B","\u0053\u0075\u0062\u006F\u0074\u0061"],weekday_names_short:["\u004E\u0065\u0064","\u0050\u006F\u006E","\u0055\u0074\u006F","\u0053\u0072\u0069","\u010C\u0065\u0074","\u0050\u0065\u0074","\u0053\u0075\u0062"],weekday_names_narrow:["\u004E\u0065\u0064","\u0050\u006F\u006E","\u0055\u0074\u006F","\u0053\u0072\u0069","\u010C\u0065\u0074","\u0050\u0065\u0074","\u0053\u0075\u0062"],month_names_long:["\u004A\u0061\u006E\u0075\u0061\u0072","\u0046\u0065\u0062\u0072\u0075\u0061\u0072","\u004D\u0061\u0072\u0074","\u0041\u0070\u0072\u0069\u006C","\u004D\u0061\u006A","\u004A\u0075\u006E\u0069","\u004A\u0075\u006C\u0069","\u0041\u0075\u0067\u0075\u0073\u0074","\u0053\u0065\u0070\u0074\u0065\u006D\u0062\u0061\u0072","\u004F\u006B\u0074\u006F\u0062\u0061\u0072","\u004E\u006F\u0076\u0065\u006D\u0062\u0061\u0072","\u0044\u0065\u0063\u0065\u006D\u0062\u0061\u0072"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u006A","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u006B\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u006A","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u006B\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054",full_date_time_format:"",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.bs_BA;}break;case "ca_AD":case "ca_ad":{if(!nexacro.Locale.ca_AD){nexacro.Locale.ca_AD={name:"ca_AD",decimal_point:"\u002C",thousands_sep:"",grouping:[0,0],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0064\u0069\u0075\u006D\u0065\u006E\u0067\u0065","\u0064\u0069\u006C\u006C\u0075\u006E\u0073","\u0064\u0069\u006D\u0061\u0072\u0074\u0073","\u0064\u0069\u006D\u0065\u0063\u0072\u0065\u0073","\u0064\u0069\u006A\u006F\u0075\u0073","\u0064\u0069\u0076\u0065\u006E\u0064\u0072\u0065\u0073","\u0064\u0069\u0073\u0073\u0061\u0062\u0074\u0065"],weekday_names_short:["\u0064\u0067","\u0064\u006C","\u0064\u0074","\u0064\u0063","\u0064\u006A","\u0064\u0076","\u0064\u0073"],weekday_names_narrow:["\u0064\u0067","\u0064\u006C","\u0064\u0074","\u0064\u0063","\u0064\u006A","\u0064\u0076","\u0064\u0073"],month_names_long:["\u0067\u0065\u006E\u0065\u0072","\u0066\u0065\u0062\u0072\u0065\u0072","\u006D\u0061\u0072\u00E7","\u0061\u0062\u0072\u0069\u006C","\u006D\u0061\u0069\u0067","\u006A\u0075\u006E\u0079","\u006A\u0075\u006C\u0069\u006F\u006C","\u0061\u0067\u006F\u0073\u0074","\u0073\u0065\u0074\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u0075\u0062\u0072\u0065","\u006E\u006F\u0076\u0065\u006D\u0062\u0072\u0065","\u0064\u0065\u0073\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0067\u0065\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0074","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0065\u0073"],month_names_narrow:["\u0067\u0065\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0074","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0065\u0073"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.ca_AD;}break;case "ca":case "ca_ES":case "ca_es":{if(!nexacro.Locale.ca_ES){nexacro.Locale.ca_ES={name:"ca_ES",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[0,0],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0064\u0069\u0075\u006D\u0065\u006E\u0067\u0065","\u0064\u0069\u006C\u006C\u0075\u006E\u0073","\u0064\u0069\u006D\u0061\u0072\u0074\u0073","\u0064\u0069\u006D\u0065\u0063\u0072\u0065\u0073","\u0064\u0069\u006A\u006F\u0075\u0073","\u0064\u0069\u0076\u0065\u006E\u0064\u0072\u0065\u0073","\u0064\u0069\u0073\u0073\u0061\u0062\u0074\u0065"],weekday_names_short:["\u0064\u0067","\u0064\u006C","\u0064\u0074","\u0064\u0063","\u0064\u006A","\u0064\u0076","\u0064\u0073"],weekday_names_narrow:["\u0064\u0067","\u0064\u006C","\u0064\u0074","\u0064\u0063","\u0064\u006A","\u0064\u0076","\u0064\u0073"],month_names_long:["\u0067\u0065\u006E\u0065\u0072","\u0066\u0065\u0062\u0072\u0065\u0072","\u006D\u0061\u0072\u00E7","\u0061\u0062\u0072\u0069\u006C","\u006D\u0061\u0069\u0067","\u006A\u0075\u006E\u0079","\u006A\u0075\u006C\u0069\u006F\u006C","\u0061\u0067\u006F\u0073\u0074","\u0073\u0065\u0074\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u0075\u0062\u0072\u0065","\u006E\u006F\u0076\u0065\u006D\u0062\u0072\u0065","\u0064\u0065\u0073\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0067\u0065\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0074","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0065\u0073"],month_names_narrow:["\u0067\u0065\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0074","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0065\u0073"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0065\u0020\u002F\u0020\u0025\u0042\u0020\u002F\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.ca_ES;}break;case "ca_FR":case "ca_fr":{if(!nexacro.Locale.ca_FR){nexacro.Locale.ca_FR={name:"ca_FR",decimal_point:"\u002C",thousands_sep:"",grouping:[0,0],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0064\u0069\u0075\u006D\u0065\u006E\u0067\u0065","\u0064\u0069\u006C\u006C\u0075\u006E\u0073","\u0064\u0069\u006D\u0061\u0072\u0074\u0073","\u0064\u0069\u006D\u0065\u0063\u0072\u0065\u0073","\u0064\u0069\u006A\u006F\u0075\u0073","\u0064\u0069\u0076\u0065\u006E\u0064\u0072\u0065\u0073","\u0064\u0069\u0073\u0073\u0061\u0062\u0074\u0065"],weekday_names_short:["\u0064\u0067","\u0064\u006C","\u0064\u0074","\u0064\u0063","\u0064\u006A","\u0064\u0076","\u0064\u0073"],weekday_names_narrow:["\u0064\u0067","\u0064\u006C","\u0064\u0074","\u0064\u0063","\u0064\u006A","\u0064\u0076","\u0064\u0073"],month_names_long:["\u0067\u0065\u006E\u0065\u0072","\u0066\u0065\u0062\u0072\u0065\u0072","\u006D\u0061\u0072\u00E7","\u0061\u0062\u0072\u0069\u006C","\u006D\u0061\u0069\u0067","\u006A\u0075\u006E\u0079","\u006A\u0075\u006C\u0069\u006F\u006C","\u0061\u0067\u006F\u0073\u0074","\u0073\u0065\u0074\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u0075\u0062\u0072\u0065","\u006E\u006F\u0076\u0065\u006D\u0062\u0072\u0065","\u0064\u0065\u0073\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0067\u0065\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0074","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0065\u0073"],month_names_narrow:["\u0067\u0065\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0074","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0065\u0073"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.ca_FR;}break;case "ca_IT":case "ca_it":{if(!nexacro.Locale.ca_IT){nexacro.Locale.ca_IT={name:"ca_IT",decimal_point:"\u002C",thousands_sep:"",grouping:[0,0],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0064\u0069\u0075\u006D\u0065\u006E\u0067\u0065","\u0064\u0069\u006C\u006C\u0075\u006E\u0073","\u0064\u0069\u006D\u0061\u0072\u0074\u0073","\u0064\u0069\u006D\u0065\u0063\u0072\u0065\u0073","\u0064\u0069\u006A\u006F\u0075\u0073","\u0064\u0069\u0076\u0065\u006E\u0064\u0072\u0065\u0073","\u0064\u0069\u0073\u0073\u0061\u0062\u0074\u0065"],weekday_names_short:["\u0064\u0067","\u0064\u006C","\u0064\u0074","\u0064\u0063","\u0064\u006A","\u0064\u0076","\u0064\u0073"],weekday_names_narrow:["\u0064\u0067","\u0064\u006C","\u0064\u0074","\u0064\u0063","\u0064\u006A","\u0064\u0076","\u0064\u0073"],month_names_long:["\u0067\u0065\u006E\u0065\u0072","\u0066\u0065\u0062\u0072\u0065\u0072","\u006D\u0061\u0072\u00E7","\u0061\u0062\u0072\u0069\u006C","\u006D\u0061\u0069\u0067","\u006A\u0075\u006E\u0079","\u006A\u0075\u006C\u0069\u006F\u006C","\u0061\u0067\u006F\u0073\u0074","\u0073\u0065\u0074\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u0075\u0062\u0072\u0065","\u006E\u006F\u0076\u0065\u006D\u0062\u0072\u0065","\u0064\u0065\u0073\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0067\u0065\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0074","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0065\u0073"],month_names_narrow:["\u0067\u0065\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0074","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0065\u0073"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.ca_IT;}break;case "cs":case "cs_CZ":case "cs_cz":{if(!nexacro.Locale.cs_CZ){nexacro.Locale.cs_CZ={name:"cs_CZ",decimal_point:"\u002C",thousands_sep:"\u00A0",grouping:[3,3],int_curr_symbol:"\u0043\u005A\u004B\u0020",currency_symbol:"\u004B\u010D",mon_decimal_point:"\u002C",mon_thousands_sep:"\u00A0",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u004E\u0065\u0064\u011B\u006C\u0065","\u0050\u006F\u006E\u0064\u011B\u006C\u00ED","\u00DA\u0074\u0065\u0072\u00FD","\u0053\u0074\u0159\u0065\u0064\u0061","\u010C\u0074\u0076\u0072\u0074\u0065\u006B","\u0050\u00E1\u0074\u0065\u006B","\u0053\u006F\u0062\u006F\u0074\u0061"],weekday_names_short:["\u004E\u0065","\u0050\u006F","\u00DA\u0074","\u0053\u0074","\u010C\u0074","\u0050\u00E1","\u0053\u006F"],weekday_names_narrow:["\u004E\u0065","\u0050\u006F","\u00DA\u0074","\u0053\u0074","\u010C\u0074","\u0050\u00E1","\u0053\u006F"],month_names_long:["\u006C\u0065\u0064\u0065\u006E","\u00FA\u006E\u006F\u0072","\u0062\u0159\u0065\u007A\u0065\u006E","\u0064\u0075\u0062\u0065\u006E","\u006B\u0076\u011B\u0074\u0065\u006E","\u010D\u0065\u0072\u0076\u0065\u006E","\u010D\u0065\u0072\u0076\u0065\u006E\u0065\u0063","\u0073\u0072\u0070\u0065\u006E","\u007A\u00E1\u0159\u00ED","\u0159\u00ED\u006A\u0065\u006E","\u006C\u0069\u0073\u0074\u006F\u0070\u0061\u0064","\u0070\u0072\u006F\u0073\u0069\u006E\u0065\u0063"],month_names_short:["\u006C\u0065\u0064","\u00FA\u006E\u006F","\u0062\u0159\u0065","\u0064\u0075\u0062","\u006B\u0076\u011B","\u010D\u0065\u006E","\u010D\u0065\u0063","\u0073\u0072\u0070","\u007A\u00E1\u0159","\u0159\u00ED\u006A","\u006C\u0069\u0073","\u0070\u0072\u006F"],month_names_narrow:["\u006C\u0065\u0064","\u00FA\u006E\u006F","\u0062\u0159\u0065","\u0064\u0075\u0062","\u006B\u0076\u011B","\u010D\u0065\u006E","\u010D\u0065\u0063","\u0073\u0072\u0070","\u007A\u00E1\u0159","\u0159\u00ED\u006A","\u006C\u0069\u0073","\u0070\u0072\u006F"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",time_format:"\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053",date_time_format:"\u0025\u0061\u00A0\u0025\u0065\u002E\u00A0\u0025\u0042\u00A0\u0025\u0059\u002C\u00A0\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u00A0\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:1,longdate_format:"\u0025\u0065\u002E\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0065\u002E\u0025\u006E\u002E\u0025\u0059",direction:"ltr"};}return nexacro.Locale.cs_CZ;}break;case "cy":case "cy_GB":case "cy_gb":{if(!nexacro.Locale.cy_GB){nexacro.Locale.cy_GB={name:"cy_GB",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u0047\u0042\u0050\u0020",currency_symbol:"\u00A3",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0053\u0075\u006C","\u004C\u006C\u0075\u006E","\u004D\u0061\u0077\u0072\u0074\u0068","\u004D\u0065\u0072\u0063\u0068\u0065\u0072","\u0049\u0061\u0075","\u0047\u0077\u0065\u006E\u0065\u0072","\u0053\u0061\u0064\u0077\u0072\u006E"],weekday_names_short:["\u0053\u0075\u006C","\u004C\u006C\u0075","\u004D\u0061\u0077","\u004D\u0065\u0072","\u0049\u0061\u0075","\u0047\u0077\u0065","\u0053\u0061\u0064"],weekday_names_narrow:["\u0053\u0075\u006C","\u004C\u006C\u0075","\u004D\u0061\u0077","\u004D\u0065\u0072","\u0049\u0061\u0075","\u0047\u0077\u0065","\u0053\u0061\u0064"],month_names_long:["\u0049\u006F\u006E\u0061\u0077\u0072","\u0043\u0068\u0077\u0065\u0066\u0072\u006F\u0072","\u004D\u0061\u0077\u0072\u0074\u0068","\u0045\u0062\u0072\u0069\u006C\u006C","\u004D\u0061\u0069","\u004D\u0065\u0068\u0065\u0066\u0069\u006E","\u0047\u006F\u0072\u0066\u0066\u0065\u006E\u006E\u0061\u0066","\u0041\u0077\u0073\u0074","\u004D\u0065\u0064\u0069","\u0048\u0079\u0064\u0072\u0065\u0066","\u0054\u0061\u0063\u0068\u0077\u0065\u0064\u0064","\u0052\u0068\u0061\u0067\u0066\u0079\u0072"],month_names_short:["\u0049\u006F\u006E","\u0043\u0068\u0077","\u004D\u0061\u0077","\u0045\u0062\u0072","\u004D\u0061\u0069","\u004D\u0065\u0068","\u0047\u006F\u0072","\u0041\u0077\u0073","\u004D\u0065\u0064","\u0048\u0079\u0064","\u0054\u0061\u0063\u0068","\u0052\u0068\u0061"],month_names_narrow:["\u0049\u006F\u006E","\u0043\u0068\u0077","\u004D\u0061\u0077","\u0045\u0062\u0072","\u004D\u0061\u0069","\u004D\u0065\u0068","\u0047\u006F\u0072","\u0041\u0077\u0073","\u004D\u0065\u0064","\u0048\u0079\u0064","\u0054\u0061\u0063\u0068","\u0052\u0068\u0061"],ampm:["\u0041\u004D","\u0050\u004D"],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"\u0025\u006C\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0050\u0020\u0025\u005A",date_time_format:"\u0044\u0079\u0064\u0064\u0020\u0025\u0041\u0020\u0025\u0064\u0020\u006d\u0069\u0073\u0020\u0025\u0042\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.cy_GB;}break;case "da":case "da_DK":case "da_dk":{if(!nexacro.Locale.da_DK){nexacro.Locale.da_DK={name:"da_DK",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[3,3],int_curr_symbol:"\u0044\u004B\u004B\u0020",currency_symbol:"\u006B\u0072\u002E",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:2,n_cs_precedes:1,n_sep_by_space:2,p_sign_posn:4,n_sign_posn:4,weekday_names_long:["\u0073\u00F8\u006E\u0064\u0061\u0067","\u006D\u0061\u006E\u0064\u0061\u0067","\u0074\u0069\u0072\u0073\u0064\u0061\u0067","\u006F\u006E\u0073\u0064\u0061\u0067","\u0074\u006F\u0072\u0073\u0064\u0061\u0067","\u0066\u0072\u0065\u0064\u0061\u0067","\u006C\u00F8\u0072\u0064\u0061\u0067"],weekday_names_short:["\u0073\u00F8\u006E","\u006D\u0061\u006E","\u0074\u0069\u0072","\u006F\u006E\u0073","\u0074\u006F\u0072","\u0066\u0072\u0065","\u006C\u00F8\u0072"],weekday_names_narrow:["\u0073\u00F8\u006E","\u006D\u0061\u006E","\u0074\u0069\u0072","\u006F\u006E\u0073","\u0074\u006F\u0072","\u0066\u0072\u0065","\u006C\u00F8\u0072"],month_names_long:["\u006A\u0061\u006E\u0075\u0061\u0072","\u0066\u0065\u0062\u0072\u0075\u0061\u0072","\u006D\u0061\u0072\u0074\u0073","\u0061\u0070\u0072\u0069\u006C","\u006D\u0061\u006A","\u006A\u0075\u006E\u0069","\u006A\u0075\u006C\u0069","\u0061\u0075\u0067\u0075\u0073\u0074","\u0073\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u006F\u006B\u0074\u006F\u0062\u0065\u0072","\u006E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0064\u0065\u0063\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u006A","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0063"],month_names_narrow:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u006A","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0065\u002E\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0059",direction:"ltr"};}return nexacro.Locale.da_DK;}break;case "de_AT":case "de_at":{if(!nexacro.Locale.de_AT){nexacro.Locale.de_AT={name:"de_AT",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[0,0],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0053\u006F\u006E\u006E\u0074\u0061\u0067","\u004D\u006F\u006E\u0074\u0061\u0067","\u0044\u0069\u0065\u006E\u0073\u0074\u0061\u0067","\u004D\u0069\u0074\u0074\u0077\u006F\u0063\u0068","\u0044\u006F\u006E\u006E\u0065\u0072\u0073\u0074\u0061\u0067","\u0046\u0072\u0065\u0069\u0074\u0061\u0067","\u0053\u0061\u006D\u0073\u0074\u0061\u0067"],weekday_names_short:["\u0053\u006F\u006E","\u004D\u006F\u006E","\u0044\u0069\u0065","\u004D\u0069\u0074","\u0044\u006F\u006E","\u0046\u0072\u0065","\u0053\u0061\u006D"],weekday_names_narrow:["\u0053\u006F\u006E","\u004D\u006F\u006E","\u0044\u0069\u0065","\u004D\u0069\u0074","\u0044\u006F\u006E","\u0046\u0072\u0065","\u0053\u0061\u006D"],month_names_long:["\u004A\u00E4\u006E\u006E\u0065\u0072","\u0046\u0065\u0062\u0065\u0072","\u004D\u00E4\u0072\u007A","\u0041\u0070\u0072\u0069\u006C","\u004D\u0061\u0069","\u004A\u0075\u006E\u0069","\u004A\u0075\u006C\u0069","\u0041\u0075\u0067\u0075\u0073\u0074","\u0053\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u004F\u006B\u0074\u006F\u0062\u0065\u0072","\u004E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0044\u0065\u007A\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u004A\u00E4\u006E","\u0046\u0065\u0062","\u004D\u00E4\u0072","\u0041\u0070\u0072","\u004D\u0061\u0069","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u006B\u0074","\u004E\u006F\u0076","\u0044\u0065\u007A"],month_names_narrow:["\u004A\u00E4\u006E","\u0046\u0065\u0062","\u004D\u00E4\u0072","\u0041\u0070\u0072","\u004D\u0061\u0069","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u006B\u0074","\u004E\u006F\u0076","\u0044\u0065\u007A"],ampm:["",""],date_format:"\u0025\u0059\u002D\u0025\u006D\u002D\u0025\u0064",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u002E\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",direction:"ltr"};}return nexacro.Locale.de_AT;}break;case "de_BE":case "de_be":{if(!nexacro.Locale.de_BE){nexacro.Locale.de_BE={name:"de_BE",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[3,3],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:4,n_sign_posn:4,weekday_names_long:["\u0053\u006F\u006E\u006E\u0074\u0061\u0067","\u004D\u006F\u006E\u0074\u0061\u0067","\u0044\u0069\u0065\u006E\u0073\u0074\u0061\u0067","\u004D\u0069\u0074\u0074\u0077\u006F\u0063\u0068","\u0044\u006F\u006E\u006E\u0065\u0072\u0073\u0074\u0061\u0067","\u0046\u0072\u0065\u0069\u0074\u0061\u0067","\u0053\u0061\u006D\u0073\u0074\u0061\u0067"],weekday_names_short:["\u0053\u006F\u006E","\u004D\u006F\u006E","\u0044\u0069\u0065","\u004D\u0069\u0074","\u0044\u006F\u006E","\u0046\u0072\u0065","\u0053\u0061\u006D"],weekday_names_narrow:["\u0053\u006F\u006E","\u004D\u006F\u006E","\u0044\u0069\u0065","\u004D\u0069\u0074","\u0044\u006F\u006E","\u0046\u0072\u0065","\u0053\u0061\u006D"],month_names_long:["\u004A\u0061\u006E\u0075\u0061\u0072","\u0046\u0065\u0062\u0072\u0075\u0061\u0072","\u004D\u00E4\u0072\u007A","\u0041\u0070\u0072\u0069\u006C","\u004D\u0061\u0069","\u004A\u0075\u006E\u0069","\u004A\u0075\u006C\u0069","\u0041\u0075\u0067\u0075\u0073\u0074","\u0053\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u004F\u006B\u0074\u006F\u0062\u0065\u0072","\u004E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0044\u0065\u007A\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u00E4\u0072","\u0041\u0070\u0072","\u004D\u0061\u0069","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u006B\u0074","\u004E\u006F\u0076","\u0044\u0065\u007A"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u00E4\u0072","\u0041\u0070\u0072","\u004D\u0061\u0069","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u006B\u0074","\u004E\u006F\u0076","\u0044\u0065\u007A"],ampm:["",""],date_format:"\u0025\u0059\u002D\u0025\u006D\u002D\u0025\u0064",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.de_BE;}break;case "de_CH":case "de_ch":{if(!nexacro.Locale.de_CH){nexacro.Locale.de_CH={name:"de_CH",decimal_point:"\u002E",thousands_sep:"\u0027",grouping:[3,3],int_curr_symbol:"\u0043\u0048\u0046\u0020",currency_symbol:"\u0046\u0072\u002E",mon_decimal_point:"\u002E",mon_thousands_sep:"\u0027",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:4,n_sign_posn:4,weekday_names_long:["\u0053\u006F\u006E\u006E\u0074\u0061\u0067","\u004D\u006F\u006E\u0074\u0061\u0067","\u0044\u0069\u0065\u006E\u0073\u0074\u0061\u0067","\u004D\u0069\u0074\u0074\u0077\u006F\u0063\u0068","\u0044\u006F\u006E\u006E\u0065\u0072\u0073\u0074\u0061\u0067","\u0046\u0072\u0065\u0069\u0074\u0061\u0067","\u0053\u0061\u006D\u0073\u0074\u0061\u0067"],weekday_names_short:["\u0053\u006F\u006E","\u004D\u006F\u006E","\u0044\u0069\u0065","\u004D\u0069\u0074","\u0044\u006F\u006E","\u0046\u0072\u0065","\u0053\u0061\u006D"],weekday_names_narrow:["\u0053\u006F\u006E","\u004D\u006F\u006E","\u0044\u0069\u0065","\u004D\u0069\u0074","\u0044\u006F\u006E","\u0046\u0072\u0065","\u0053\u0061\u006D"],month_names_long:["\u004A\u0061\u006E\u0075\u0061\u0072","\u0046\u0065\u0062\u0072\u0075\u0061\u0072","\u004D\u00E4\u0072\u007A","\u0041\u0070\u0072\u0069\u006C","\u004D\u0061\u0069","\u004A\u0075\u006E\u0069","\u004A\u0075\u006C\u0069","\u0041\u0075\u0067\u0075\u0073\u0074","\u0053\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u004F\u006B\u0074\u006F\u0062\u0065\u0072","\u004E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0044\u0065\u007A\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u00E4\u0072","\u0041\u0070\u0072","\u004D\u0061\u0069","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u006B\u0074","\u004E\u006F\u0076","\u0044\u0065\u007A"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u00E4\u0072","\u0041\u0070\u0072","\u004D\u0061\u0069","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u006B\u0074","\u004E\u006F\u0076","\u0044\u0065\u007A"],ampm:["",""],date_format:"\u0025\u0059\u002D\u0025\u006D\u002D\u0025\u0064",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u002E\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",direction:"ltr"};}return nexacro.Locale.de_CH;}break;case "de":case "de_DE":case "de_de":{if(!nexacro.Locale.de_DE){nexacro.Locale.de_DE={name:"de_DE",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[3,3],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0053\u006F\u006E\u006E\u0074\u0061\u0067","\u004D\u006F\u006E\u0074\u0061\u0067","\u0044\u0069\u0065\u006E\u0073\u0074\u0061\u0067","\u004D\u0069\u0074\u0074\u0077\u006F\u0063\u0068","\u0044\u006F\u006E\u006E\u0065\u0072\u0073\u0074\u0061\u0067","\u0046\u0072\u0065\u0069\u0074\u0061\u0067","\u0053\u0061\u006D\u0073\u0074\u0061\u0067"],weekday_names_short:["\u0053\u006F","\u004D\u006F","\u0044\u0069","\u004D\u0069","\u0044\u006F","\u0046\u0072","\u0053\u0061"],weekday_names_narrow:["\u0053\u006F","\u004D\u006F","\u0044\u0069","\u004D\u0069","\u0044\u006F","\u0046\u0072","\u0053\u0061"],month_names_long:["\u004A\u0061\u006E\u0075\u0061\u0072","\u0046\u0065\u0062\u0072\u0075\u0061\u0072","\u004D\u00E4\u0072\u007A","\u0041\u0070\u0072\u0069\u006C","\u004D\u0061\u0069","\u004A\u0075\u006E\u0069","\u004A\u0075\u006C\u0069","\u0041\u0075\u0067\u0075\u0073\u0074","\u0053\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u004F\u006B\u0074\u006F\u0062\u0065\u0072","\u004E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0044\u0065\u007A\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u00E4\u0072","\u0041\u0070\u0072","\u004D\u0061\u0069","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u006B\u0074","\u004E\u006F\u0076","\u0044\u0065\u007A"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u00E4\u0072","\u0041\u0070\u0072","\u004D\u0061\u0069","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u006B\u0074","\u004E\u006F\u0076","\u0044\u0065\u007A"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u002D\u0064\u002E\u0020\u0025\u0062\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:1,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u002E\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",direction:"rtl"};}return nexacro.Locale.de_DE;}break;case "de_LU":case "de_lu":{if(!nexacro.Locale.de_LU){nexacro.Locale.de_LU={name:"de_LU",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[3,3],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0053\u006F\u006E\u006E\u0074\u0061\u0067","\u004D\u006F\u006E\u0074\u0061\u0067","\u0044\u0069\u0065\u006E\u0073\u0074\u0061\u0067","\u004D\u0069\u0074\u0074\u0077\u006F\u0063\u0068","\u0044\u006F\u006E\u006E\u0065\u0072\u0073\u0074\u0061\u0067","\u0046\u0072\u0065\u0069\u0074\u0061\u0067","\u0053\u0061\u006D\u0073\u0074\u0061\u0067"],weekday_names_short:["\u0053\u006F","\u004D\u006F","\u0044\u0069","\u004D\u0069","\u0044\u006F","\u0046\u0072","\u0053\u0061"],weekday_names_narrow:["\u0053\u006F","\u004D\u006F","\u0044\u0069","\u004D\u0069","\u0044\u006F","\u0046\u0072","\u0053\u0061"],month_names_long:["\u004A\u0061\u006E\u0075\u0061\u0072","\u0046\u0065\u0062\u0072\u0075\u0061\u0072","\u004D\u00E4\u0072\u007A","\u0041\u0070\u0072\u0069\u006C","\u004D\u0061\u0069","\u004A\u0075\u006E\u0069","\u004A\u0075\u006C\u0069","\u0041\u0075\u0067\u0075\u0073\u0074","\u0053\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u004F\u006B\u0074\u006F\u0062\u0065\u0072","\u004E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0044\u0065\u007A\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u00E4\u0072","\u0041\u0070\u0072","\u004D\u0061\u0069","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u006B\u0074","\u004E\u006F\u0076","\u0044\u0065\u007A"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u00E4\u0072","\u0041\u0070\u0072","\u004D\u0061\u0069","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u006B\u0074","\u004E\u006F\u0076","\u0044\u0065\u007A"],ampm:["",""],date_format:"\u0025\u0059\u002D\u0025\u006D\u002D\u0025\u0064",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u002E\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",direction:"ltr"};}return nexacro.Locale.de_LU;}break;case "dz":case "dz_BT":case "dz_bt":{if(!nexacro.Locale.dz_BT){nexacro.Locale.dz_BT={name:"dz_BT",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,2],int_curr_symbol:"\u0042\u0054\u004E\u0020",currency_symbol:"\u0F51\u0F44\u0F74\u0F63\u0F0B\u0F40\u0FB2\u0F58\u0F0B",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,2],positive_sign:"",negative_sign:"\u002D",int_frac_digits:3,frac_digits:3,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:4,n_sign_posn:4,weekday_names_long:["\u0F42\u0F5F\u0F60\u0F0B\u0F5F\u0FB3\u0F0B\u0F56\u0F0B","\u0F42\u0F5F\u0F60\u0F0B\u0F58\u0F72\u0F42\u0F0B\u0F51\u0F58\u0F62\u0F0B","\u0F42\u0F5F\u0F60\u0F0B\u0F63\u0FB7\u0F42\u0F0B\u0F55\u0F0B","\u0F42\u0F5F\u0F60\u0F0B\u0F54\u0F74\u0F62\u0F0B\u0F56\u0F74\u0F0B","\u0F42\u0F5F\u0F60\u0F0B\u0F54\u0F0B\u0F66\u0F44\u0F66\u0F0B","\u0F42\u0F5F\u0F60\u0F0B\u0F66\u0FA4\u0F7A\u0F53\u0F0B\u0F55\u0F0B","\u0F42\u0F5F\u0F60\u0F0B\u0F49\u0F72\u0F0B\u0F58\u0F0B"],weekday_names_short:["\u0F5F\u0FB3\u0F0B","\u0F58\u0F72\u0F62\u0F0B","\u0F63\u0FB7\u0F42\u0F0B","\u0F54\u0F74\u0F62\u0F0B","\u0F66\u0F44\u0F66\u0F0B","\u0F66\u0FA4\u0F7A\u0F53\u0F0B","\u0F49\u0F72\u0F0B"],weekday_names_narrow:["\u0F5F\u0FB3\u0F0B","\u0F58\u0F72\u0F62\u0F0B","\u0F63\u0FB7\u0F42\u0F0B","\u0F54\u0F74\u0F62\u0F0B","\u0F66\u0F44\u0F66\u0F0B","\u0F66\u0FA4\u0F7A\u0F53\u0F0B","\u0F49\u0F72\u0F0B"],month_names_long:["\u0F5F\u0FB3\u0F0B\u0F56\u0F0B\u0F51\u0F44\u0F0B\u0F54\u0F0B","\u0F5F\u0FB3\u0F0B\u0F56\u0F0B\u0F42\u0F49\u0F72\u0F66\u0F0B\u0F54\u0F0B","\u0F5F\u0FB3\u0F0B\u0F56\u0F0B\u0F42\u0F66\u0F74\u0F58\u0F0B\u0F54\u0F0B","\u0F5F\u0FB3\u0F0B\u0F56\u0F0B\u0F56\u0F5E\u0F72\u0F0B\u0F54\u0F0B","\u0F5F\u0FB3\u0F0B\u0F56\u0F0B\u0F63\u0F94\u0F0B\u0F55\u0F0B","\u0F5F\u0FB3\u0F0B\u0F56\u0F0B\u0F51\u0FB2\u0F74\u0F42\u0F0B\u0F54\u0F0B","\u0F5F\u0FB3\u0F0B\u0F56\u0F0B\u0F56\u0F51\u0F74\u0F53\u0F54\u0F0B","\u0F5F\u0FB3\u0F0B\u0F56\u0F0B\u0F56\u0F62\u0F92\u0FB1\u0F51\u0F0B\u0F54\u0F0B","\u0F5F\u0FB3\u0F0B\u0F56\u0F0B\u0F51\u0F42\u0F74\u0F0B\u0F54\u0F0B","\u0F5F\u0FB3\u0F0B\u0F56\u0F0B\u0F56\u0F45\u0F74\u0F0B\u0F54\u0F0B","\u0F5F\u0FB3\u0F0B\u0F56\u0F0B\u0F56\u0F45\u0F74\u0F0B\u0F42\u0F45\u0F72\u0F42\u0F0B\u0F54\u0F0B","\u0F5F\u0FB3\u0F0B\u0F56\u0F0B\u0F56\u0F45\u0F74\u0F0B\u0F42\u0F49\u0F72\u0F66\u0F0B\u0F54\u0F0B"],month_names_short:["\u0F5F\u0FB3\u0F0B\u0F21","\u0F5F\u0FB3\u0F0B\u0F22","\u0F5F\u0FB3\u0F0B\u0F23","\u0F5F\u0FB3\u0F0B\u0F24","\u0F5F\u0FB3\u0F0B\u0F25","\u0F5F\u0FB3\u0F0B\u0F26","\u0F5F\u0FB3\u0F0B\u0F27","\u0F5F\u0FB3\u0F0B\u0F28","\u0F5F\u0FB3\u0F0B\u0F29","\u0F5F\u0FB3\u0F0B\u0F21\u0F20","\u0F5F\u0FB3\u0F0B\u0F21\u0F21","\u0F5F\u0FB3\u0F0B\u0F21\u0F22"],month_names_narrow:["\u0F5F\u0FB3\u0F0B\u0F21","\u0F5F\u0FB3\u0F0B\u0F22","\u0F5F\u0FB3\u0F0B\u0F23","\u0F5F\u0FB3\u0F0B\u0F24","\u0F5F\u0FB3\u0F0B\u0F25","\u0F5F\u0FB3\u0F0B\u0F26","\u0F5F\u0FB3\u0F0B\u0F27","\u0F5F\u0FB3\u0F0B\u0F28","\u0F5F\u0FB3\u0F0B\u0F29","\u0F5F\u0FB3\u0F0B\u0F21\u0F20","\u0F5F\u0FB3\u0F0B\u0F21\u0F21","\u0F5F\u0FB3\u0F0B\u0F21\u0F22"],ampm:["\u0F44\u0F66\u0F0B\u0F46","\u0F55\u0FB1\u0F72\u0F0B\u0F46"],date_format:"\u0F54\u0F66\u0FB1\u0F72\u0F0B\u0F63\u0F7C%y\u0F5F\u0F63%m\u0F5A\u0F7A\u0F66%d",time_format:"\u0F46\u0F74\u0F0B\u0F5A\u0F7C\u0F51% H\u0F40\u0F66\u0F62\u0F0B\u0F58%M\u0F40\u0F66\u0F62\u0F0B\u0F46%S",time_format_ampm:"\u0F46\u0F74\u0F0B\u0F5A\u0F7C\u0F51%I\u0F40\u0F66\u0F62\u0F0B\u0F58%M\u0F40\u0F66\u0F62\u0F0B\u0F46%S %p",date_time_format:"\u0F54\u0F66\u0FB1\u0F72\u0F0B\u0F63\u0F7C%y\u0F5F\u0F63%m\u0F5A\u0F7A\u0F66%d\u0F46\u0F74\u0F0B\u0F5A\u0F7C\u0F51%H\u0F40\u0F66\u0F62\u0F0B\u0F58%M\u0F40\u0F66\u0F62\u0F0B\u0F46%S",full_date_time_format:"",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.dz_BT;}break;case "el_CY":case "el_cy":{if(!nexacro.Locale.el_CY){nexacro.Locale.el_CY={name:"el_CY",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[0,0],int_curr_symbol:"\u0043\u0059\u0050\u0020",currency_symbol:"\u00A3",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:4,frac_digits:4,p_cs_precedes:0,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u039A\u03C5\u03C1\u03B9\u03B1\u03BA\u03AE","\u0394\u03B5\u03C5\u03C4\u03AD\u03C1\u03B1","\u03A4\u03C1\u03AF\u03C4\u03B7","\u03A4\u03B5\u03C4\u03AC\u03C1\u03C4\u03B7","\u03A0\u03AD\u03BC\u03C0\u03C4\u03B7","\u03A0\u03B1\u03C1\u03B1\u03C3\u03BA\u03B5\u03C5\u03AE","\u03A3\u03AC\u03B2\u03B2\u03B1\u03C4\u03BF"],weekday_names_short:["\u039A\u03C5\u03C1","\u0394\u03B5\u03C5","\u03A4\u03C1\u03B9","\u03A4\u03B5\u03C4","\u03A0\u03B5\u03BC","\u03A0\u03B1\u03C1","\u03A3\u03B1\u03B2"],weekday_names_narrow:["\u039A\u03C5\u03C1","\u0394\u03B5\u03C5","\u03A4\u03C1\u03B9","\u03A4\u03B5\u03C4","\u03A0\u03B5\u03BC","\u03A0\u03B1\u03C1","\u03A3\u03B1\u03B2"],month_names_long:["\u0399\u03B1\u03BD\u03BF\u03C5\u03AC\u03C1\u03B9\u03BF\u03C2","\u03A6\u03B5\u03B2\u03C1\u03BF\u03C5\u03AC\u03C1\u03B9\u03BF\u03C2","\u039C\u03AC\u03C1\u03C4\u03B9\u03BF\u03C2","\u0391\u03C0\u03C1\u03AF\u03BB\u03B9\u03BF\u03C2","\u039C\u03AC\u03B9\u03BF\u03C2","\u0399\u03BF\u03CD\u03BD\u03B9\u03BF\u03C2","\u0399\u03BF\u03CD\u03BB\u03B9\u03BF\u03C2","\u0391\u03CD\u03B3\u03BF\u03C5\u03C3\u03C4\u03BF\u03C2","\u03A3\u03B5\u03C0\u03C4\u03AD\u03BC\u03B2\u03C1\u03B9\u03BF\u03C2","\u039F\u03BA\u03C4\u03CE\u03B2\u03C1\u03B9\u03BF\u03C2","\u039D\u03BF\u03AD\u03BC\u03B2\u03C1\u03B9\u03BF\u03C2","\u0394\u03B5\u03BA\u03AD\u03BC\u03B2\u03C1\u03B9\u03BF\u03C2"],month_names_short:["\u0399\u03B1\u03BD","\u03A6\u03B5\u03B2","\u039C\u03AC\u03C1","\u0391\u03C0\u03C1","\u039C\u03AC\u03B9","\u0399\u03BF\u03CD\u03BD","\u0399\u03BF\u03CD\u03BB","\u0391\u03CD\u03B3","\u03A3\u03B5\u03C0","\u039F\u03BA\u03C4","\u039D\u03BF\u03AD","\u0394\u03B5\u03BA"],month_names_narrow:["\u0399\u03B1\u03BD","\u03A6\u03B5\u03B2","\u039C\u03AC\u03C1","\u0391\u03C0\u03C1","\u039C\u03AC\u03B9","\u0399\u03BF\u03CD\u03BD","\u0399\u03BF\u03CD\u03BB","\u0391\u03CD\u03B3","\u03A3\u03B5\u03C0","\u039F\u03BA\u03C4","\u039D\u03BF\u03AD","\u0394\u03B5\u03BA"],ampm:["\u03C0\u03BC","\u03BC\u03BC"],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",time_format:"\u0025\u0072",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0072\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0072\u0020\u0025\u005A",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.el_CY;}break;case "el":case "el_GR":case "el_gr":{if(!nexacro.Locale.el_GR){nexacro.Locale.el_GR={name:"el_GR",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[0,0],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:4,frac_digits:4,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u039A\u03C5\u03C1\u03B9\u03B1\u03BA\u03AE","\u0394\u03B5\u03C5\u03C4\u03AD\u03C1\u03B1","\u03A4\u03C1\u03AF\u03C4\u03B7","\u03A4\u03B5\u03C4\u03AC\u03C1\u03C4\u03B7","\u03A0\u03AD\u03BC\u03C0\u03C4\u03B7","\u03A0\u03B1\u03C1\u03B1\u03C3\u03BA\u03B5\u03C5\u03AE","\u03A3\u03AC\u03B2\u03B2\u03B1\u03C4\u03BF"],weekday_names_short:["\u039A\u03C5\u03C1","\u0394\u03B5\u03C5","\u03A4\u03C1\u03B9","\u03A4\u03B5\u03C4","\u03A0\u03B5\u03BC","\u03A0\u03B1\u03C1","\u03A3\u03B1\u03B2"],weekday_names_narrow:["\u039A\u03C5\u03C1","\u0394\u03B5\u03C5","\u03A4\u03C1\u03B9","\u03A4\u03B5\u03C4","\u03A0\u03B5\u03BC","\u03A0\u03B1\u03C1","\u03A3\u03B1\u03B2"],month_names_long:["\u0399\u03B1\u03BD\u03BF\u03C5\u03AC\u03C1\u03B9\u03BF\u03C2","\u03A6\u03B5\u03B2\u03C1\u03BF\u03C5\u03AC\u03C1\u03B9\u03BF\u03C2","\u039C\u03AC\u03C1\u03C4\u03B9\u03BF\u03C2","\u0391\u03C0\u03C1\u03AF\u03BB\u03B9\u03BF\u03C2","\u039C\u03AC\u03B9\u03BF\u03C2","\u0399\u03BF\u03CD\u03BD\u03B9\u03BF\u03C2","\u0399\u03BF\u03CD\u03BB\u03B9\u03BF\u03C2","\u0391\u03CD\u03B3\u03BF\u03C5\u03C3\u03C4\u03BF\u03C2","\u03A3\u03B5\u03C0\u03C4\u03AD\u03BC\u03B2\u03C1\u03B9\u03BF\u03C2","\u039F\u03BA\u03C4\u03CE\u03B2\u03C1\u03B9\u03BF\u03C2","\u039D\u03BF\u03AD\u03BC\u03B2\u03C1\u03B9\u03BF\u03C2","\u0394\u03B5\u03BA\u03AD\u03BC\u03B2\u03C1\u03B9\u03BF\u03C2"],month_names_short:["\u0399\u03B1\u03BD","\u03A6\u03B5\u03B2","\u039C\u03AC\u03C1","\u0391\u03C0\u03C1","\u039C\u03AC\u03B9","\u0399\u03BF\u03CD\u03BD","\u0399\u03BF\u03CD\u03BB","\u0391\u03CD\u03B3","\u03A3\u03B5\u03C0","\u039F\u03BA\u03C4","\u039D\u03BF\u03AD","\u0394\u03B5\u03BA"],month_names_narrow:["\u0399\u03B1\u03BD","\u03A6\u03B5\u03B2","\u039C\u03AC\u03C1","\u0391\u03C0\u03C1","\u039C\u03AC\u03B9","\u0399\u03BF\u03CD\u03BD","\u0399\u03BF\u03CD\u03BB","\u0391\u03CD\u03B3","\u03A3\u03B5\u03C0","\u039F\u03BA\u03C4","\u039D\u03BF\u03AD","\u0394\u03B5\u03BA"],ampm:["\u03C0\u03BC","\u03BC\u03BC"],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",time_format:"\u0025\u0072",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0072\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0072\u0020\u0025\u005A",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0065\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0065\u002F\u0025\u006E\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.el_GR;}break;case "en_AU":case "en_au":{if(!nexacro.Locale.en_AU){nexacro.Locale.en_AU={name:"en_AU",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u0041\u0055\u0044\u0020",currency_symbol:"\u0024",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0053\u0075\u006E\u0064\u0061\u0079","\u004D\u006F\u006E\u0064\u0061\u0079","\u0054\u0075\u0065\u0073\u0064\u0061\u0079","\u0057\u0065\u0064\u006E\u0065\u0073\u0064\u0061\u0079","\u0054\u0068\u0075\u0072\u0073\u0064\u0061\u0079","\u0046\u0072\u0069\u0064\u0061\u0079","\u0053\u0061\u0074\u0075\u0072\u0064\u0061\u0079"],weekday_names_short:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],weekday_names_narrow:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],month_names_long:["\u004A\u0061\u006E\u0075\u0061\u0072\u0079","\u0046\u0065\u0062\u0072\u0075\u0061\u0072\u0079","\u004D\u0061\u0072\u0063\u0068","\u0041\u0070\u0072\u0069\u006C","\u004D\u0061\u0079","\u004A\u0075\u006E\u0065","\u004A\u0075\u006C\u0079","\u0041\u0075\u0067\u0075\u0073\u0074","\u0053\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u004F\u0063\u0074\u006F\u0062\u0065\u0072","\u004E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0044\u0065\u0063\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],ampm:["\u0041\u004D","\u0050\u004D"],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0065\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0065\u002F\u0025\u006E\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.en_AU;}break;case "en_BW":case "en_bw":{if(!nexacro.Locale.en_BW){nexacro.Locale.en_BW={name:"en_BW",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u0042\u0057\u0050\u0020",currency_symbol:"\u0050\u0075",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0053\u0075\u006E\u0064\u0061\u0079","\u004D\u006F\u006E\u0064\u0061\u0079","\u0054\u0075\u0065\u0073\u0064\u0061\u0079","\u0057\u0065\u0064\u006E\u0065\u0073\u0064\u0061\u0079","\u0054\u0068\u0075\u0072\u0073\u0064\u0061\u0079","\u0046\u0072\u0069\u0064\u0061\u0079","\u0053\u0061\u0074\u0075\u0072\u0064\u0061\u0079"],weekday_names_short:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],weekday_names_narrow:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],month_names_long:["\u004A\u0061\u006E\u0075\u0061\u0072\u0079","\u0046\u0065\u0062\u0072\u0075\u0061\u0072\u0079","\u004D\u0061\u0072\u0063\u0068","\u0041\u0070\u0072\u0069\u006C","\u004D\u0061\u0079","\u004A\u0075\u006E\u0065","\u004A\u0075\u006C\u0079","\u0041\u0075\u0067\u0075\u0073\u0074","\u0053\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u004F\u0063\u0074\u006F\u0062\u0065\u0072","\u004E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0044\u0065\u0063\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.en_BW;}break;case "en_CA":case "en_ca":{if(!nexacro.Locale.en_CA){nexacro.Locale.en_CA={name:"en_CA",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u0043\u0041\u0044\u0020",currency_symbol:"\u0024",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0053\u0075\u006E\u0064\u0061\u0079","\u004D\u006F\u006E\u0064\u0061\u0079","\u0054\u0075\u0065\u0073\u0064\u0061\u0079","\u0057\u0065\u0064\u006E\u0065\u0073\u0064\u0061\u0079","\u0054\u0068\u0075\u0072\u0073\u0064\u0061\u0079","\u0046\u0072\u0069\u0064\u0061\u0079","\u0053\u0061\u0074\u0075\u0072\u0064\u0061\u0079"],weekday_names_short:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],weekday_names_narrow:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],month_names_long:["\u004A\u0061\u006E\u0075\u0061\u0072\u0079","\u0046\u0065\u0062\u0072\u0075\u0061\u0072\u0079","\u004D\u0061\u0072\u0063\u0068","\u0041\u0070\u0072\u0069\u006C","\u004D\u0061\u0079","\u004A\u0075\u006E\u0065","\u004A\u0075\u006C\u0079","\u0041\u0075\u0067\u0075\u0073\u0074","\u0053\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u004F\u0063\u0074\u006F\u0062\u0065\u0072","\u004E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0044\u0065\u0063\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],ampm:["\u0041\u004D","\u0050\u004D"],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0072",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0072\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0042\u002D\u0025\u0064\u002D\u0025\u0079",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.en_CA;}break;case "en_DK":case "en_dk":{if(!nexacro.Locale.en_DK){nexacro.Locale.en_DK={name:"en_DK",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[3,3],int_curr_symbol:"\u0044\u004B\u004B\u0020",currency_symbol:"\u00A4",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0053\u0075\u006E\u0064\u0061\u0079","\u004D\u006F\u006E\u0064\u0061\u0079","\u0054\u0075\u0065\u0073\u0064\u0061\u0079","\u0057\u0065\u0064\u006E\u0065\u0073\u0064\u0061\u0079","\u0054\u0068\u0075\u0072\u0073\u0064\u0061\u0079","\u0046\u0072\u0069\u0064\u0061\u0079","\u0053\u0061\u0074\u0075\u0072\u0064\u0061\u0079"],weekday_names_short:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],weekday_names_narrow:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],month_names_long:["\u004A\u0061\u006E\u0075\u0061\u0072\u0079","\u0046\u0065\u0062\u0072\u0075\u0061\u0072\u0079","\u004D\u0061\u0072\u0063\u0068","\u0041\u0070\u0072\u0069\u006C","\u004D\u0061\u0079","\u004A\u0075\u006E\u0065","\u004A\u0075\u006C\u0079","\u0041\u0075\u0067\u0075\u0073\u0074","\u0053\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u004F\u0063\u0074\u006F\u0062\u0065\u0072","\u004E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0044\u0065\u0063\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],ampm:["",""],date_format:"\u0025\u0059\u002D\u0025\u006D\u002D\u0025\u0064",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0059\u002D\u0025\u006D\u002D\u0025\u0064\u0054\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.en_DK;}break;case "en_GB":case "en_gb":{if(!nexacro.Locale.en_GB){nexacro.Locale.en_GB={name:"en_GB",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u0047\u0042\u0050\u0020",currency_symbol:"\u00A3",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0053\u0075\u006E\u0064\u0061\u0079","\u004D\u006F\u006E\u0064\u0061\u0079","\u0054\u0075\u0065\u0073\u0064\u0061\u0079","\u0057\u0065\u0064\u006E\u0065\u0073\u0064\u0061\u0079","\u0054\u0068\u0075\u0072\u0073\u0064\u0061\u0079","\u0046\u0072\u0069\u0064\u0061\u0079","\u0053\u0061\u0074\u0075\u0072\u0064\u0061\u0079"],weekday_names_short:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],weekday_names_narrow:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],month_names_long:["\u004A\u0061\u006E\u0075\u0061\u0072\u0079","\u0046\u0065\u0062\u0072\u0075\u0061\u0072\u0079","\u004D\u0061\u0072\u0063\u0068","\u0041\u0070\u0072\u0069\u006C","\u004D\u0061\u0079","\u004A\u0075\u006E\u0065","\u004A\u0075\u006C\u0079","\u0041\u0075\u0067\u0075\u0073\u0074","\u0053\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u004F\u0063\u0074\u006F\u0062\u0065\u0072","\u004E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0044\u0065\u0063\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],ampm:["\u0041\u004D","\u0050\u004D"],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"\u0025\u006C\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0050\u0020\u0025\u005A",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.en_GB;}break;case "en_HK":case "en_hk":{if(!nexacro.Locale.en_HK){nexacro.Locale.en_HK={name:"en_HK",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u0048\u004B\u0044\u0020",currency_symbol:"\u0048\u004B\u0024",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0053\u0075\u006E\u0064\u0061\u0079","\u004D\u006F\u006E\u0064\u0061\u0079","\u0054\u0075\u0065\u0073\u0064\u0061\u0079","\u0057\u0065\u0064\u006E\u0065\u0073\u0064\u0061\u0079","\u0054\u0068\u0075\u0072\u0073\u0064\u0061\u0079","\u0046\u0072\u0069\u0064\u0061\u0079","\u0053\u0061\u0074\u0075\u0072\u0064\u0061\u0079"],weekday_names_short:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],weekday_names_narrow:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],month_names_long:["\u004A\u0061\u006E\u0075\u0061\u0072\u0079","\u0046\u0065\u0062\u0072\u0075\u0061\u0072\u0079","\u004D\u0061\u0072\u0063\u0068","\u0041\u0070\u0072\u0069\u006C","\u004D\u0061\u0079","\u004A\u0075\u006E\u0065","\u004A\u0075\u006C\u0079","\u0041\u0075\u0067\u0075\u0073\u0074","\u0053\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u004F\u0063\u0074\u006F\u0062\u0065\u0072","\u004E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0044\u0065\u0063\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],ampm:["\u0041\u004D","\u0050\u004D"],date_format:"\u0025\u0041\u002C\u0020\u0025\u0042\u0020\u0025\u0064\u002C\u0020\u0025\u0059",time_format:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A",time_format_ampm:"\u0025\u0070\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A",date_time_format:"\u0025\u0041\u002C\u0020\u0025\u0042\u0020\u0025\u0064\u002C\u0020\u0025\u0059\u0020\u0025\u0070\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A",full_date_time_format:"",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.en_HK;}break;case "en_IE":case "en_ie":{if(!nexacro.Locale.en_IE){nexacro.Locale.en_IE={name:"en_IE",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0053\u0075\u006E\u0064\u0061\u0079","\u004D\u006F\u006E\u0064\u0061\u0079","\u0054\u0075\u0065\u0073\u0064\u0061\u0079","\u0057\u0065\u0064\u006E\u0065\u0073\u0064\u0061\u0079","\u0054\u0068\u0075\u0072\u0073\u0064\u0061\u0079","\u0046\u0072\u0069\u0064\u0061\u0079","\u0053\u0061\u0074\u0075\u0072\u0064\u0061\u0079"],weekday_names_short:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],weekday_names_narrow:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],month_names_long:["\u004A\u0061\u006E\u0075\u0061\u0072\u0079","\u0046\u0065\u0062\u0072\u0075\u0061\u0072\u0079","\u004D\u0061\u0072\u0063\u0068","\u0041\u0070\u0072\u0069\u006C","\u004D\u0061\u0079","\u004A\u0075\u006E\u0065","\u004A\u0075\u006C\u0079","\u0041\u0075\u0067\u0075\u0073\u0074","\u0053\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u004F\u0063\u0074\u006F\u0062\u0065\u0072","\u004E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0044\u0065\u0063\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.en_IE;}break;case "en_IN":case "en_in":{if(!nexacro.Locale.en_IN){nexacro.Locale.en_IN={name:"en_IN",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,2],int_curr_symbol:"\u0049\u004E\u0052\u0020",currency_symbol:"\u20A8\u002E",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,2],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0053\u0075\u006E\u0064\u0061\u0079","\u004D\u006F\u006E\u0064\u0061\u0079","\u0054\u0075\u0065\u0073\u0064\u0061\u0079","\u0057\u0065\u0064\u006E\u0065\u0073\u0064\u0061\u0079","\u0054\u0068\u0075\u0072\u0073\u0064\u0061\u0079","\u0046\u0072\u0069\u0064\u0061\u0079","\u0053\u0061\u0074\u0075\u0072\u0064\u0061\u0079"],weekday_names_short:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],weekday_names_narrow:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],month_names_long:["\u004A\u0061\u006E\u0075\u0061\u0072\u0079","\u0046\u0065\u0062\u0072\u0075\u0061\u0072\u0079","\u004D\u0061\u0072\u0063\u0068","\u0041\u0070\u0072\u0069\u006C","\u004D\u0061\u0079","\u004A\u0075\u006E\u0065","\u004A\u0075\u006C\u0079","\u0041\u0075\u0067\u0075\u0073\u0074","\u0053\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u004F\u0063\u0074\u006F\u0062\u0065\u0072","\u004E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0044\u0065\u0063\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],ampm:["\u0041\u004D","\u0050\u004D"],date_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059",time_format:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0020\u0025\u005A",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",date_time_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",full_date_time_format:"",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0059",direction:"ltr"};}return nexacro.Locale.en_IN;}break;case "en_NZ":case "en_nz":{if(!nexacro.Locale.en_NZ){nexacro.Locale.en_NZ={name:"en_NZ",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u004E\u005A\u0044\u0020",currency_symbol:"\u0024",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0053\u0075\u006E\u0064\u0061\u0079","\u004D\u006F\u006E\u0064\u0061\u0079","\u0054\u0075\u0065\u0073\u0064\u0061\u0079","\u0057\u0065\u0064\u006E\u0065\u0073\u0064\u0061\u0079","\u0054\u0068\u0075\u0072\u0073\u0064\u0061\u0079","\u0046\u0072\u0069\u0064\u0061\u0079","\u0053\u0061\u0074\u0075\u0072\u0064\u0061\u0079"],weekday_names_short:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],weekday_names_narrow:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],month_names_long:["\u004A\u0061\u006E\u0075\u0061\u0072\u0079","\u0046\u0065\u0062\u0072\u0075\u0061\u0072\u0079","\u004D\u0061\u0072\u0063\u0068","\u0041\u0070\u0072\u0069\u006C","\u004D\u0061\u0079","\u004A\u0075\u006E\u0065","\u004A\u0075\u006C\u0079","\u0041\u0075\u0067\u0075\u0073\u0074","\u0053\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u004F\u0063\u0074\u006F\u0062\u0065\u0072","\u004E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0044\u0065\u0063\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],ampm:["\u0041\u004D","\u0050\u004D"],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"U0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0065\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0065\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.en_NZ;}case "en_PH":case "en_ph":{if(!nexacro.Locale.en_PH){nexacro.Locale.en_PH={name:"en_PH",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u0050\u0048\u0050\u0020",currency_symbol:"\u0050\u0068\u0070",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:0,weekday_names_long:["\u0053\u0075\u006E\u0064\u0061\u0079","\u004D\u006F\u006E\u0064\u0061\u0079","\u0054\u0075\u0065\u0073\u0064\u0061\u0079","\u0057\u0065\u0064\u006E\u0065\u0073\u0064\u0061\u0079","\u0054\u0068\u0075\u0072\u0073\u0064\u0061\u0079","\u0046\u0072\u0069\u0064\u0061\u0079","\u0053\u0061\u0074\u0075\u0072\u0064\u0061\u0079"],weekday_names_short:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],weekday_names_narrow:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],month_names_long:["\u004A\u0061\u006E\u0075\u0061\u0072\u0079","\u0046\u0065\u0062\u0072\u0075\u0061\u0072\u0079","\u004D\u0061\u0072\u0063\u0068","\u0041\u0070\u0072\u0069\u006C","\u004D\u0061\u0079","\u004A\u0075\u006E\u0065","\u004A\u0075\u006C\u0079","\u0041\u0075\u0067\u0075\u0073\u0074","\u0053\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u004F\u0063\u0074\u006F\u0062\u0065\u0072","\u004E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0044\u0065\u0063\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],ampm:["\u0041\u004D","\u0050\u004D"],date_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u0020\u0025\u0042\u002C\u0020\u0025\u0059",time_format:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0020\u0025\u005A",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",date_time_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u0020\u0025\u0042\u002C\u0020\u0025\u0059\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",full_date_time_format:"",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0042\u0020\u0025\u0064\u0020\u002C\u0020\u0025\u0059",shortdate_format:"\u0025\u0065\u002F\u0025\u006E\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.en_PH;}break;case "en_SG":case "en_sg":{if(!nexacro.Locale.en_SG){nexacro.Locale.en_SG={name:"en_SG",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u0053\u0047\u0044\u0020",currency_symbol:"\u0024",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0053\u0075\u006E\u0064\u0061\u0079","\u004D\u006F\u006E\u0064\u0061\u0079","\u0054\u0075\u0065\u0073\u0064\u0061\u0079","\u0057\u0065\u0064\u006E\u0065\u0073\u0064\u0061\u0079","\u0054\u0068\u0075\u0072\u0073\u0064\u0061\u0079","\u0046\u0072\u0069\u0064\u0061\u0079","\u0053\u0061\u0074\u0075\u0072\u0064\u0061\u0079"],weekday_names_short:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],weekday_names_narrow:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],month_names_long:["\u004A\u0061\u006E\u0075\u0061\u0072\u0079","\u0046\u0065\u0062\u0072\u0075\u0061\u0072\u0079","\u004D\u0061\u0072\u0063\u0068","\u0041\u0070\u0072\u0069\u006C","\u004D\u0061\u0079","\u004A\u0075\u006E\u0065","\u004A\u0075\u006C\u0079","\u0041\u0075\u0067\u0075\u0073\u0074","\u0053\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u004F\u0063\u0074\u006F\u0062\u0065\u0072","\u004E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0044\u0065\u0063\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],ampm:["\u0041\u004D","\u0050\u004D"],date_format:"\u0025\u0041\u0020\u0025\u0064\u002C\u0025\u0042\u002C\u0025\u0059",time_format:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0020\u0025\u005A",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",date_time_format:"\u0025\u0041\u0020\u0025\u0064\u002C\u0025\u0042\u002C\u0025\u0059\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",full_date_time_format:"",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0042\u0020\u0025\u0064\u0020\u002C\u0020\u0025\u0059",shortdate_format:"\u0025\u0059\u002D\u0025\u006E\u002D\u0025\u0064",direction:"ltr"};}return nexacro.Locale.en_SG;}break;case "en":case "en_US":case "en_us":{if(!nexacro.Locale.en_US){nexacro.Locale.en_US={name:"en_US",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u0055\u0053\u0044\u0020",currency_symbol:"\u0024",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:0,weekday_names_long:["\u0053\u0075\u006E\u0064\u0061\u0079","\u004D\u006F\u006E\u0064\u0061\u0079","\u0054\u0075\u0065\u0073\u0064\u0061\u0079","\u0057\u0065\u0064\u006E\u0065\u0073\u0064\u0061\u0079","\u0054\u0068\u0075\u0072\u0073\u0064\u0061\u0079","\u0046\u0072\u0069\u0064\u0061\u0079","\u0053\u0061\u0074\u0075\u0072\u0064\u0061\u0079"],weekday_names_short:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],weekday_names_narrow:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],month_names_long:["\u004A\u0061\u006E\u0075\u0061\u0072\u0079","\u0046\u0065\u0062\u0072\u0075\u0061\u0072\u0079","\u004D\u0061\u0072\u0063\u0068","\u0041\u0070\u0072\u0069\u006C","\u004D\u0061\u0079","\u004A\u0075\u006E\u0065","\u004A\u0075\u006C\u0079","\u0041\u0075\u0067\u0075\u0073\u0074","\u0053\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u004F\u0063\u0074\u006F\u0062\u0065\u0072","\u004E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0044\u0065\u0063\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],ampm:["\u0041\u004D","\u0050\u004D"],date_format:"\u0025\u006D\u002F\u0025\u0064\u002F\u0025\u0059",time_format:"\u0025\u0072",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0072\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0042\u0020\u0025\u0064\u0020\u002C\u0020\u0025\u0059",shortdate_format:"\u0025\u006E\u002F\u0025\u0065\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.en_US;}break;case "en_ZA":case "en_za":{if(!nexacro.Locale.en_ZA){nexacro.Locale.en_ZA={name:"en_ZA",decimal_point:"\u002E",thousands_sep:"\u0020",grouping:[3,3],int_curr_symbol:"\u005A\u0041\u0052\u0020",currency_symbol:"\u0052",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:4,weekday_names_long:["\u0053\u0075\u006E\u0064\u0061\u0079","\u004D\u006F\u006E\u0064\u0061\u0079","\u0054\u0075\u0065\u0073\u0064\u0061\u0079","\u0057\u0065\u0064\u006E\u0065\u0073\u0064\u0061\u0079","\u0054\u0068\u0075\u0072\u0073\u0064\u0061\u0079","\u0046\u0072\u0069\u0064\u0061\u0079","\u0053\u0061\u0074\u0075\u0072\u0064\u0061\u0079"],weekday_names_short:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],weekday_names_narrow:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],month_names_long:["\u004A\u0061\u006E\u0075\u0061\u0072\u0079","\u0046\u0065\u0062\u0072\u0075\u0061\u0072\u0079","\u004D\u0061\u0072\u0063\u0068","\u0041\u0070\u0072\u0069\u006C","\u004D\u0061\u0079","\u004A\u0075\u006E\u0065","\u004A\u0075\u006C\u0079","\u0041\u0075\u0067\u0075\u0073\u0074","\u0053\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u004F\u0063\u0074\u006F\u0062\u0065\u0072","\u004E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0044\u0065\u0063\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0059\u002F\u0025\u006D\u002F\u0025\u0064",direction:"ltr"};}return nexacro.Locale.en_ZA;}break;case "en_ZW":case "en_zw":{if(!nexacro.Locale.en_ZW){nexacro.Locale.en_ZW={name:"en_ZW",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u005A\u0057\u0044\u0020",currency_symbol:"\u005A\u0024",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:0,weekday_names_long:["\u0053\u0075\u006E\u0064\u0061\u0079","\u004D\u006F\u006E\u0064\u0061\u0079","\u0054\u0075\u0065\u0073\u0064\u0061\u0079","\u0057\u0065\u0064\u006E\u0065\u0073\u0064\u0061\u0079","\u0054\u0068\u0075\u0072\u0073\u0064\u0061\u0079","\u0046\u0072\u0069\u0064\u0061\u0079","\u0053\u0061\u0074\u0075\u0072\u0064\u0061\u0079"],weekday_names_short:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],weekday_names_narrow:["\u0053\u0075\u006E","\u004D\u006F\u006E","\u0054\u0075\u0065","\u0057\u0065\u0064","\u0054\u0068\u0075","\u0046\u0072\u0069","\u0053\u0061\u0074"],month_names_long:["\u004A\u0061\u006E\u0075\u0061\u0072\u0079","\u0046\u0065\u0062\u0072\u0075\u0061\u0072\u0079","\u004D\u0061\u0072\u0063\u0068","\u0041\u0070\u0072\u0069\u006C","\u004D\u0061\u0079","\u004A\u0075\u006E\u0065","\u004A\u0075\u006C\u0079","\u0041\u0075\u0067\u0075\u0073\u0074","\u0053\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u004F\u0063\u0074\u006F\u0062\u0065\u0072","\u004E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0044\u0065\u0063\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0061\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u0063\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0042\u0020\u0025\u0064\u0020\u002C\u0020\u0025\u0059",shortdate_format:"\u0025\u006E\u002F\u0025\u0065\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.en_ZW;}break;case "es_AR":case "es_ar":{if(!nexacro.Locale.es_AR){nexacro.Locale.es_AR={name:"es_AR",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[3,3],int_curr_symbol:"\u0041\u0052\u0053\u0020",currency_symbol:"\u0024",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:4,weekday_names_long:["\u0064\u006F\u006D\u0069\u006E\u0067\u006F","\u006C\u0075\u006E\u0065\u0073","\u006D\u0061\u0072\u0074\u0065\u0073","\u006D\u0069\u00E9\u0072\u0063\u006F\u006C\u0065\u0073","\u006A\u0075\u0065\u0076\u0065\u0073","\u0076\u0069\u0065\u0072\u006E\u0065\u0073","\u0073\u00E1\u0062\u0061\u0064\u006F"],weekday_names_short:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],weekday_names_narrow:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],month_names_long:["\u0065\u006E\u0065\u0072\u006F","\u0066\u0065\u0062\u0072\u0065\u0072\u006F","\u006D\u0061\u0072\u007A\u006F","\u0061\u0062\u0072\u0069\u006C","\u006D\u0061\u0079\u006F","\u006A\u0075\u006E\u0069\u006F","\u006A\u0075\u006C\u0069\u006F","\u0061\u0067\u006F\u0073\u0074\u006F","\u0073\u0065\u0070\u0074\u0069\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u0075\u0062\u0072\u0065","\u006E\u006F\u0076\u0069\u0065\u006D\u0062\u0072\u0065","\u0064\u0069\u0063\u0069\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],month_names_narrow:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u0020\u0064\u0065\u0020\u0025\u0042\u0020\u0064\u0065\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.es_AR;}break;case "es_BO":case "es_bo":{if(!nexacro.Locale.es_BO){nexacro.Locale.es_BO={name:"es_BO",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[0,0],int_curr_symbol:"\u0042\u004F\u0042\u0020",currency_symbol:"\u0024\u0062",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:0,weekday_names_long:["\u0064\u006F\u006D\u0069\u006E\u0067\u006F","\u006C\u0075\u006E\u0065\u0073","\u006D\u0061\u0072\u0074\u0065\u0073","\u006D\u0069\u00E9\u0072\u0063\u006F\u006C\u0065\u0073","\u006A\u0075\u0065\u0076\u0065\u0073","\u0076\u0069\u0065\u0072\u006E\u0065\u0073","\u0073\u00E1\u0062\u0061\u0064\u006F"],weekday_names_short:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],weekday_names_narrow:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],month_names_long:["\u0065\u006E\u0065\u0072\u006F","\u0066\u0065\u0062\u0072\u0065\u0072\u006F","\u006D\u0061\u0072\u007A\u006F","\u0061\u0062\u0072\u0069\u006C","\u006D\u0061\u0079\u006F","\u006A\u0075\u006E\u0069\u006F","\u006A\u0075\u006C\u0069\u006F","\u0061\u0067\u006F\u0073\u0074\u006F","\u0073\u0065\u0070\u0074\u0069\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u0075\u0062\u0072\u0065","\u006E\u006F\u0076\u0069\u0065\u006D\u0062\u0072\u0065","\u0064\u0069\u0063\u0069\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],month_names_narrow:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u0020\u0064\u0065\u0020\u0025\u0042\u0020\u0064\u0065\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.es_BO;}break;case "es_CL":case "es_cl":{if(!nexacro.Locale.es_CL){nexacro.Locale.es_CL={name:"es_CL",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[0,0],int_curr_symbol:"\u0043\u004C\u0050\u0020",currency_symbol:"\u0024",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0064\u006F\u006D\u0069\u006E\u0067\u006F","\u006C\u0075\u006E\u0065\u0073","\u006D\u0061\u0072\u0074\u0065\u0073","\u006D\u0069\u00E9\u0072\u0063\u006F\u006C\u0065\u0073","\u006A\u0075\u0065\u0076\u0065\u0073","\u0076\u0069\u0065\u0072\u006E\u0065\u0073","\u0073\u00E1\u0062\u0061\u0064\u006F"],weekday_names_short:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],weekday_names_narrow:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],month_names_long:["\u0065\u006E\u0065\u0072\u006F","\u0066\u0065\u0062\u0072\u0065\u0072\u006F","\u006D\u0061\u0072\u007A\u006F","\u0061\u0062\u0072\u0069\u006C","\u006D\u0061\u0079\u006F","\u006A\u0075\u006E\u0069\u006F","\u006A\u0075\u006C\u0069\u006F","\u0061\u0067\u006F\u0073\u0074\u006F","\u0073\u0065\u0070\u0074\u0069\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u0075\u0062\u0072\u0065","\u006E\u006F\u0076\u0069\u0065\u006D\u0062\u0072\u0065","\u0064\u0069\u0063\u0069\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],month_names_narrow:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u0020\u0064\u0065\u0020\u0025\u0042\u0020\u0064\u0065\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0059",direction:"ltr"};}return nexacro.Locale.es_CL;}break;case "es_CO":case "es_co":{if(!nexacro.Locale.es_CO){nexacro.Locale.es_CO={name:"es_CO",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[0,0],int_curr_symbol:"\u0043\u004F\u0050\u0020",currency_symbol:"\u0024",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:0,weekday_names_long:["\u0064\u006F\u006D\u0069\u006E\u0067\u006F","\u006C\u0075\u006E\u0065\u0073","\u006D\u0061\u0072\u0074\u0065\u0073","\u006D\u0069\u00E9\u0072\u0063\u006F\u006C\u0065\u0073","\u006A\u0075\u0065\u0076\u0065\u0073","\u0076\u0069\u0065\u0072\u006E\u0065\u0073","\u0073\u00E1\u0062\u0061\u0064\u006F"],weekday_names_short:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],weekday_names_narrow:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],month_names_long:["\u0065\u006E\u0065\u0072\u006F","\u0066\u0065\u0062\u0072\u0065\u0072\u006F","\u006D\u0061\u0072\u007A\u006F","\u0061\u0062\u0072\u0069\u006C","\u006D\u0061\u0079\u006F","\u006A\u0075\u006E\u0069\u006F","\u006A\u0075\u006C\u0069\u006F","\u0061\u0067\u006F\u0073\u0074\u006F","\u0073\u0065\u0070\u0074\u0069\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u0075\u0062\u0072\u0065","\u006E\u006F\u0076\u0069\u0065\u006D\u0062\u0072\u0065","\u0064\u0069\u0063\u0069\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],month_names_narrow:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u0020\u0064\u0065\u0020\u0025\u0042\u0020\u0064\u0065\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.es_CO;}break;case "es_CR":case "es_cr":{if(!nexacro.Locale.es_CR){nexacro.Locale.es_CR={name:"es_CR",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[0,0],int_curr_symbol:"\u0043\u0052\u0043\u0020",currency_symbol:"\u20A1",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0064\u006F\u006D\u0069\u006E\u0067\u006F","\u006C\u0075\u006E\u0065\u0073","\u006D\u0061\u0072\u0074\u0065\u0073","\u006D\u0069\u00E9\u0072\u0063\u006F\u006C\u0065\u0073","\u006A\u0075\u0065\u0076\u0065\u0073","\u0076\u0069\u0065\u0072\u006E\u0065\u0073","\u0073\u00E1\u0062\u0061\u0064\u006F"],weekday_names_short:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],weekday_names_narrow:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],month_names_long:["\u0065\u006E\u0065\u0072\u006F","\u0066\u0065\u0062\u0072\u0065\u0072\u006F","\u006D\u0061\u0072\u007A\u006F","\u0061\u0062\u0072\u0069\u006C","\u006D\u0061\u0079\u006F","\u006A\u0075\u006E\u0069\u006F","\u006A\u0075\u006C\u0069\u006F","\u0061\u0067\u006F\u0073\u0074\u006F","\u0073\u0065\u0070\u0074\u0069\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u0075\u0062\u0072\u0065","\u006E\u006F\u0076\u0069\u0065\u006D\u0062\u0072\u0065","\u0064\u0069\u0063\u0069\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],month_names_narrow:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u0020\u0064\u0065\u0020\u0025\u0042\u0020\u0064\u0065\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.es_CR;}break;case "es_DO":case "es_do":{if(!nexacro.Locale.es_DO){nexacro.Locale.es_DO={name:"es_DO",decimal_point:"\u002E",thousands_sep:"",grouping:[0,0],int_curr_symbol:"\u0044\u004F\u0050\u0020",currency_symbol:"\u0052\u0044\u0024",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:0,weekday_names_long:["\u0064\u006F\u006D\u0069\u006E\u0067\u006F","\u006C\u0075\u006E\u0065\u0073","\u006D\u0061\u0072\u0074\u0065\u0073","\u006D\u0069\u00E9\u0072\u0063\u006F\u006C\u0065\u0073","\u006A\u0075\u0065\u0076\u0065\u0073","\u0076\u0069\u0065\u0072\u006E\u0065\u0073","\u0073\u00E1\u0062\u0061\u0064\u006F"],weekday_names_short:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],weekday_names_narrow:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],month_names_long:["\u0065\u006E\u0065\u0072\u006F","\u0066\u0065\u0062\u0072\u0065\u0072\u006F","\u006D\u0061\u0072\u007A\u006F","\u0061\u0062\u0072\u0069\u006C","\u006D\u0061\u0079\u006F","\u006A\u0075\u006E\u0069\u006F","\u006A\u0075\u006C\u0069\u006F","\u0061\u0067\u006F\u0073\u0074\u006F","\u0073\u0065\u0070\u0074\u0069\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u0075\u0062\u0072\u0065","\u006E\u006F\u0076\u0069\u0065\u006D\u0062\u0072\u0065","\u0064\u0069\u0063\u0069\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],month_names_narrow:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u0020\u0064\u0065\u0020\u0025\u0042\u0020\u0064\u0065\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.es_DO;}break;case "es_EC":case "es_ec":{if(!nexacro.Locale.es_EC){nexacro.Locale.es_EC={name:"es_EC",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[0,0],int_curr_symbol:"\u0055\u0053\u0044\u0020",currency_symbol:"\u0024",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:0,weekday_names_long:["\u0064\u006F\u006D\u0069\u006E\u0067\u006F","\u006C\u0075\u006E\u0065\u0073","\u006D\u0061\u0072\u0074\u0065\u0073","\u006D\u0069\u00E9\u0072\u0063\u006F\u006C\u0065\u0073","\u006A\u0075\u0065\u0076\u0065\u0073","\u0076\u0069\u0065\u0072\u006E\u0065\u0073","\u0073\u00E1\u0062\u0061\u0064\u006F"],weekday_names_short:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],weekday_names_narrow:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],month_names_long:["\u0065\u006E\u0065\u0072\u006F","\u0066\u0065\u0062\u0072\u0065\u0072\u006F","\u006D\u0061\u0072\u007A\u006F","\u0061\u0062\u0072\u0069\u006C","\u006D\u0061\u0079\u006F","\u006A\u0075\u006E\u0069\u006F","\u006A\u0075\u006C\u0069\u006F","\u0061\u0067\u006F\u0073\u0074\u006F","\u0073\u0065\u0070\u0074\u0069\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u0075\u0062\u0072\u0065","\u006E\u006F\u0076\u0069\u0065\u006D\u0062\u0072\u0065","\u0064\u0069\u0063\u0069\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],month_names_narrow:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u0020\u0064\u0065\u0020\u0025\u0042\u0020\u0064\u0065\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.es_EC;}break;case "es":case "es_ES":case "es_es":{if(!nexacro.Locale.es_ES){nexacro.Locale.es_ES={name:"es_ES",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[0,0],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0064\u006F\u006D\u0069\u006E\u0067\u006F","\u006C\u0075\u006E\u0065\u0073","\u006D\u0061\u0072\u0074\u0065\u0073","\u006D\u0069\u00E9\u0072\u0063\u006F\u006C\u0065\u0073","\u006A\u0075\u0065\u0076\u0065\u0073","\u0076\u0069\u0065\u0072\u006E\u0065\u0073","\u0073\u00E1\u0062\u0061\u0064\u006F"],weekday_names_short:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],weekday_names_narrow:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],month_names_long:["\u0065\u006E\u0065\u0072\u006F","\u0066\u0065\u0062\u0072\u0065\u0072\u006F","\u006D\u0061\u0072\u007A\u006F","\u0061\u0062\u0072\u0069\u006C","\u006D\u0061\u0079\u006F","\u006A\u0075\u006E\u0069\u006F","\u006A\u0075\u006C\u0069\u006F","\u0061\u0067\u006F\u0073\u0074\u006F","\u0073\u0065\u0070\u0074\u0069\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u0075\u0062\u0072\u0065","\u006E\u006F\u0076\u0069\u0065\u006D\u0062\u0072\u0065","\u0064\u0069\u0063\u0069\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],month_names_narrow:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u0020\u0064\u0065\u0020\u0025\u0042\u0020\u0064\u0065\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.es_ES;}break;case "es_GT":case "es_gt":{if(!nexacro.Locale.es_GT){nexacro.Locale.es_GT={name:"es_GT",decimal_point:"\u002E",thousands_sep:"",grouping:[0,0],int_curr_symbol:"\u0047\u0054\u0051\u0020",currency_symbol:"\u0051",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:0,weekday_names_long:["\u0064\u006F\u006D\u0069\u006E\u0067\u006F","\u006C\u0075\u006E\u0065\u0073","\u006D\u0061\u0072\u0074\u0065\u0073","\u006D\u0069\u00E9\u0072\u0063\u006F\u006C\u0065\u0073","\u006A\u0075\u0065\u0076\u0065\u0073","\u0076\u0069\u0065\u0072\u006E\u0065\u0073","\u0073\u00E1\u0062\u0061\u0064\u006F"],weekday_names_short:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],weekday_names_narrow:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],month_names_long:["\u0065\u006E\u0065\u0072\u006F","\u0066\u0065\u0062\u0072\u0065\u0072\u006F","\u006D\u0061\u0072\u007A\u006F","\u0061\u0062\u0072\u0069\u006C","\u006D\u0061\u0079\u006F","\u006A\u0075\u006E\u0069\u006F","\u006A\u0075\u006C\u0069\u006F","\u0061\u0067\u006F\u0073\u0074\u006F","\u0073\u0065\u0070\u0074\u0069\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u0075\u0062\u0072\u0065","\u006E\u006F\u0076\u0069\u0065\u006D\u0062\u0072\u0065","\u0064\u0069\u0063\u0069\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],month_names_narrow:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u0020\u0064\u0065\u0020\u0025\u0042\u0020\u0064\u0065\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.es_GT;}break;case "es_HN":case "es_hn":{if(!nexacro.Locale.es_HN){nexacro.Locale.es_HN={name:"es_HN",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u0048\u004E\u004C\u0020",currency_symbol:"\u004C\u002E",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,999],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:2,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:4,weekday_names_long:["\u0064\u006F\u006D\u0069\u006E\u0067\u006F","\u006C\u0075\u006E\u0065\u0073","\u006D\u0061\u0072\u0074\u0065\u0073","\u006D\u0069\u00E9\u0072\u0063\u006F\u006C\u0065\u0073","\u006A\u0075\u0065\u0076\u0065\u0073","\u0076\u0069\u0065\u0072\u006E\u0065\u0073","\u0073\u00E1\u0062\u0061\u0064\u006F"],weekday_names_short:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],weekday_names_narrow:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],month_names_long:["\u0065\u006E\u0065\u0072\u006F","\u0066\u0065\u0062\u0072\u0065\u0072\u006F","\u006D\u0061\u0072\u007A\u006F","\u0061\u0062\u0072\u0069\u006C","\u006D\u0061\u0079\u006F","\u006A\u0075\u006E\u0069\u006F","\u006A\u0075\u006C\u0069\u006F","\u0061\u0067\u006F\u0073\u0074\u006F","\u0073\u0065\u0070\u0074\u0069\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u0075\u0062\u0072\u0065","\u006E\u006F\u0076\u0069\u0065\u006D\u0062\u0072\u0065","\u0064\u0069\u0063\u0069\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],month_names_narrow:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u0020\u0064\u0065\u0020\u0025\u0042\u0020\u0064\u0065\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.es_HN;}break;case "es_MX":case "es_mx":{if(!nexacro.Locale.es_MX){nexacro.Locale.es_MX={name:"es_MX",decimal_point:"\u002E",thousands_sep:"",grouping:[0,0],int_curr_symbol:"\u004D\u0058\u004E\u0020",currency_symbol:"\u0024",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0064\u006F\u006D\u0069\u006E\u0067\u006F","\u006C\u0075\u006E\u0065\u0073","\u006D\u0061\u0072\u0074\u0065\u0073","\u006D\u0069\u00E9\u0072\u0063\u006F\u006C\u0065\u0073","\u006A\u0075\u0065\u0076\u0065\u0073","\u0076\u0069\u0065\u0072\u006E\u0065\u0073","\u0073\u00E1\u0062\u0061\u0064\u006F"],weekday_names_short:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],weekday_names_narrow:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],month_names_long:["\u0065\u006E\u0065\u0072\u006F","\u0066\u0065\u0062\u0072\u0065\u0072\u006F","\u006D\u0061\u0072\u007A\u006F","\u0061\u0062\u0072\u0069\u006C","\u006D\u0061\u0079\u006F","\u006A\u0075\u006E\u0069\u006F","\u006A\u0075\u006C\u0069\u006F","\u0061\u0067\u006F\u0073\u0074\u006F","\u0073\u0065\u0070\u0074\u0069\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u0075\u0062\u0072\u0065","\u006E\u006F\u0076\u0069\u0065\u006D\u0062\u0072\u0065","\u0064\u0069\u0063\u0069\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],month_names_narrow:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u0020\u0064\u0065\u0020\u0025\u0042\u0020\u0064\u0065\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.es_MX;}break;case "es_NI":case "es_ni":{if(!nexacro.Locale.es_NI){nexacro.Locale.es_NI={name:"es_NI",decimal_point:"\u002E",thousands_sep:"",grouping:[0,0],int_curr_symbol:"\u004E\u0049\u004F\u0020",currency_symbol:"\u0024\u0043",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:0,weekday_names_long:["\u0064\u006F\u006D\u0069\u006E\u0067\u006F","\u006C\u0075\u006E\u0065\u0073","\u006D\u0061\u0072\u0074\u0065\u0073","\u006D\u0069\u00E9\u0072\u0063\u006F\u006C\u0065\u0073","\u006A\u0075\u0065\u0076\u0065\u0073","\u0076\u0069\u0065\u0072\u006E\u0065\u0073","\u0073\u00E1\u0062\u0061\u0064\u006F"],weekday_names_short:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],weekday_names_narrow:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],month_names_long:["\u0065\u006E\u0065\u0072\u006F","\u0066\u0065\u0062\u0072\u0065\u0072\u006F","\u006D\u0061\u0072\u007A\u006F","\u0061\u0062\u0072\u0069\u006C","\u006D\u0061\u0079\u006F","\u006A\u0075\u006E\u0069\u006F","\u006A\u0075\u006C\u0069\u006F","\u0061\u0067\u006F\u0073\u0074\u006F","\u0073\u0065\u0070\u0074\u0069\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u0075\u0062\u0072\u0065","\u006E\u006F\u0076\u0069\u0065\u006D\u0062\u0072\u0065","\u0064\u0069\u0063\u0069\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],month_names_narrow:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],ampm:["\u0041\u004D","\u0050\u004D"],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u0020\u0064\u0065\u0020\u0025\u0042\u0020\u0064\u0065\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.es_NI;}break;case "es_PA":case "es_pa":{if(!nexacro.Locale.es_PA){nexacro.Locale.es_PA={name:"es_PA",decimal_point:"\u002E",thousands_sep:"",grouping:[0,0],int_curr_symbol:"\u0050\u0041\u0042\u0020",currency_symbol:"\u0042\u002F",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:0,weekday_names_long:["\u0064\u006F\u006D\u0069\u006E\u0067\u006F","\u006C\u0075\u006E\u0065\u0073","\u006D\u0061\u0072\u0074\u0065\u0073","\u006D\u0069\u00E9\u0072\u0063\u006F\u006C\u0065\u0073","\u006A\u0075\u0065\u0076\u0065\u0073","\u0076\u0069\u0065\u0072\u006E\u0065\u0073","\u0073\u00E1\u0062\u0061\u0064\u006F"],weekday_names_short:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],weekday_names_narrow:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],month_names_long:["\u0065\u006E\u0065\u0072\u006F","\u0066\u0065\u0062\u0072\u0065\u0072\u006F","\u006D\u0061\u0072\u007A\u006F","\u0061\u0062\u0072\u0069\u006C","\u006D\u0061\u0079\u006F","\u006A\u0075\u006E\u0069\u006F","\u006A\u0075\u006C\u0069\u006F","\u0061\u0067\u006F\u0073\u0074\u006F","\u0073\u0065\u0070\u0074\u0069\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u0075\u0062\u0072\u0065","\u006E\u006F\u0076\u0069\u0065\u006D\u0062\u0072\u0065","\u0064\u0069\u0063\u0069\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],month_names_narrow:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u0020\u0064\u0065\u0020\u0025\u0042\u0020\u0064\u0065\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.es_PA;}break;case "es_PE":case "es_pe":{if(!nexacro.Locale.es_PE){nexacro.Locale.es_PE={name:"es_PE",decimal_point:"\u002E",thousands_sep:"",grouping:[0,0],int_curr_symbol:"\u0050\u0045\u004E\u0020",currency_symbol:"\u0053\u002F\u002E",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:2,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:4,weekday_names_long:["\u0064\u006F\u006D\u0069\u006E\u0067\u006F","\u006C\u0075\u006E\u0065\u0073","\u006D\u0061\u0072\u0074\u0065\u0073","\u006D\u0069\u00E9\u0072\u0063\u006F\u006C\u0065\u0073","\u006A\u0075\u0065\u0076\u0065\u0073","\u0076\u0069\u0065\u0072\u006E\u0065\u0073","\u0073\u00E1\u0062\u0061\u0064\u006F"],weekday_names_short:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],weekday_names_narrow:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],month_names_long:["\u0065\u006E\u0065\u0072\u006F","\u0066\u0065\u0062\u0072\u0065\u0072\u006F","\u006D\u0061\u0072\u007A\u006F","\u0061\u0062\u0072\u0069\u006C","\u006D\u0061\u0079\u006F","\u006A\u0075\u006E\u0069\u006F","\u006A\u0075\u006C\u0069\u006F","\u0061\u0067\u006F\u0073\u0074\u006F","\u0073\u0065\u0070\u0074\u0069\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u0075\u0062\u0072\u0065","\u006E\u006F\u0076\u0069\u0065\u006D\u0062\u0072\u0065","\u0064\u0069\u0063\u0069\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],month_names_narrow:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],ampm:["\u0041\u004D","\u0050\u004D"],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u0020\u0064\u0065\u0020\u0025\u0042\u0020\u0064\u0065\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.es_PE;}break;case "es_PR":case "es_pr":{if(!nexacro.Locale.es_PR){nexacro.Locale.es_PR={name:"es_PR",decimal_point:"\u002E",thousands_sep:"",grouping:[0,0],int_curr_symbol:"\u0055\u0053\u0044\u0020",currency_symbol:"\u0024",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,999],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:0,weekday_names_long:["\u0064\u006F\u006D\u0069\u006E\u0067\u006F","\u006C\u0075\u006E\u0065\u0073","\u006D\u0061\u0072\u0074\u0065\u0073","\u006D\u0069\u00E9\u0072\u0063\u006F\u006C\u0065\u0073","\u006A\u0075\u0065\u0076\u0065\u0073","\u0076\u0069\u0065\u0072\u006E\u0065\u0073","\u0073\u00E1\u0062\u0061\u0064\u006F"],weekday_names_short:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],weekday_names_narrow:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],month_names_long:["\u0065\u006E\u0065\u0072\u006F","\u0066\u0065\u0062\u0072\u0065\u0072\u006F","\u006D\u0061\u0072\u007A\u006F","\u0061\u0062\u0072\u0069\u006C","\u006D\u0061\u0079\u006F","\u006A\u0075\u006E\u0069\u006F","\u006A\u0075\u006C\u0069\u006F","\u0061\u0067\u006F\u0073\u0074\u006F","\u0073\u0065\u0070\u0074\u0069\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u0075\u0062\u0072\u0065","\u006E\u006F\u0076\u0069\u0065\u006D\u0062\u0072\u0065","\u0064\u0069\u0063\u0069\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],month_names_narrow:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u0020\u0064\u0065\u0020\u0025\u0042\u0020\u0064\u0065\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.es_PR;}break;case "es_PY":case "es_py":{if(!nexacro.Locale.es_PY){nexacro.Locale.es_PY={name:"es_PY",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[0,0],int_curr_symbol:"\u0050\u0059\u0047\u0020",currency_symbol:"\u0047\u0073",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:0,weekday_names_long:["\u0064\u006F\u006D\u0069\u006E\u0067\u006F","\u006C\u0075\u006E\u0065\u0073","\u006D\u0061\u0072\u0074\u0065\u0073","\u006D\u0069\u00E9\u0072\u0063\u006F\u006C\u0065\u0073","\u006A\u0075\u0065\u0076\u0065\u0073","\u0076\u0069\u0065\u0072\u006E\u0065\u0073","\u0073\u00E1\u0062\u0061\u0064\u006F"],weekday_names_short:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],weekday_names_narrow:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],month_names_long:["\u0065\u006E\u0065\u0072\u006F","\u0066\u0065\u0062\u0072\u0065\u0072\u006F","\u006D\u0061\u0072\u007A\u006F","\u0061\u0062\u0072\u0069\u006C","\u006D\u0061\u0079\u006F","\u006A\u0075\u006E\u0069\u006F","\u006A\u0075\u006C\u0069\u006F","\u0061\u0067\u006F\u0073\u0074\u006F","\u0073\u0065\u0070\u0074\u0069\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u0075\u0062\u0072\u0065","\u006E\u006F\u0076\u0069\u0065\u006D\u0062\u0072\u0065","\u0064\u0069\u0063\u0069\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],month_names_narrow:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u0020\u0064\u0065\u0020\u0025\u0042\u0020\u0064\u0065\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.es_PY;}break;case "es_SV":case "es_sv":{if(!nexacro.Locale.es_SV){nexacro.Locale.es_SV={name:"es_SV",decimal_point:"\u002E",thousands_sep:"",grouping:[0,0],int_curr_symbol:"\u0053\u0056\u0043\u0020",currency_symbol:"\u0024",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,999],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:0,weekday_names_long:["\u0064\u006F\u006D\u0069\u006E\u0067\u006F","\u006C\u0075\u006E\u0065\u0073","\u006D\u0061\u0072\u0074\u0065\u0073","\u006D\u0069\u00E9\u0072\u0063\u006F\u006C\u0065\u0073","\u006A\u0075\u0065\u0076\u0065\u0073","\u0076\u0069\u0065\u0072\u006E\u0065\u0073","\u0073\u00E1\u0062\u0061\u0064\u006F"],weekday_names_short:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],weekday_names_narrow:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],month_names_long:["\u0065\u006E\u0065\u0072\u006F","\u0066\u0065\u0062\u0072\u0065\u0072\u006F","\u006D\u0061\u0072\u007A\u006F","\u0061\u0062\u0072\u0069\u006C","\u006D\u0061\u0079\u006F","\u006A\u0075\u006E\u0069\u006F","\u006A\u0075\u006C\u0069\u006F","\u0061\u0067\u006F\u0073\u0074\u006F","\u0073\u0065\u0070\u0074\u0069\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u0075\u0062\u0072\u0065","\u006E\u006F\u0076\u0069\u0065\u006D\u0062\u0072\u0065","\u0064\u0069\u0063\u0069\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],month_names_narrow:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u0020\u0064\u0065\u0020\u0025\u0042\u0020\u0064\u0065\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.es_SV;}break;case "es_US":case "es_us":{if(!nexacro.Locale.es_US){nexacro.Locale.es_US={name:"es_US",name:"es_US",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,999],int_curr_symbol:"\u0055\u0053\u0044\u0020",currency_symbol:"\u0024",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:0,weekday_names_long:["\u0064\u006F\u006D\u0069\u006E\u0067\u006F","\u006C\u0075\u006E\u0065\u0073","\u006D\u0061\u0072\u0074\u0065\u0073","\u006D\u0069\u00E9\u0072\u0063\u006F\u006C\u0065\u0073","\u006A\u0075\u0065\u0076\u0065\u0073","\u0076\u0069\u0065\u0072\u006E\u0065\u0073","\u0073\u00E1\u0062\u0061\u0064\u006F"],weekday_names_short:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],weekday_names_narrow:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],month_names_long:["\u0065\u006E\u0065\u0072\u006F","\u0066\u0065\u0062\u0072\u0065\u0072\u006F","\u006D\u0061\u0072\u007A\u006F","\u0061\u0062\u0072\u0069\u006C","\u006D\u0061\u0079\u006F","\u006A\u0075\u006E\u0069\u006F","\u006A\u0075\u006C\u0069\u006F","\u0061\u0067\u006F\u0073\u0074\u006F","\u0073\u0065\u0070\u0074\u0069\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u0075\u0062\u0072\u0065","\u006E\u006F\u0076\u0069\u0065\u006D\u0062\u0072\u0065","\u0064\u0069\u0063\u0069\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],month_names_narrow:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0042\u0020\u0025\u0064\u0020\u002C\u0020\u0025\u0059",shortdate_format:"\u0025\u006E\u002F\u0025\u0065\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.es_US;}break;case "es_UY":case "es_uy":{if(!nexacro.Locale.es_UY){nexacro.Locale.es_UY={name:"es_UY",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[0,0],int_curr_symbol:"\u0055\u0059\u0055\u0020",currency_symbol:"\u0024\u0055",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:0,weekday_names_long:["\u0064\u006F\u006D\u0069\u006E\u0067\u006F","\u006C\u0075\u006E\u0065\u0073","\u006D\u0061\u0072\u0074\u0065\u0073","\u006D\u0069\u00E9\u0072\u0063\u006F\u006C\u0065\u0073","\u006A\u0075\u0065\u0076\u0065\u0073","\u0076\u0069\u0065\u0072\u006E\u0065\u0073","\u0073\u00E1\u0062\u0061\u0064\u006F"],weekday_names_short:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],weekday_names_narrow:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],month_names_long:["\u0065\u006E\u0065\u0072\u006F","\u0066\u0065\u0062\u0072\u0065\u0072\u006F","\u006D\u0061\u0072\u007A\u006F","\u0061\u0062\u0072\u0069\u006C","\u006D\u0061\u0079\u006F","\u006A\u0075\u006E\u0069\u006F","\u006A\u0075\u006C\u0069\u006F","\u0061\u0067\u006F\u0073\u0074\u006F","\u0073\u0065\u0070\u0074\u0069\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u0075\u0062\u0072\u0065","\u006E\u006F\u0076\u0069\u0065\u006D\u0062\u0072\u0065","\u0064\u0069\u0063\u0069\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],month_names_narrow:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u0020\u0064\u0065\u0020\u0025\u0042\u0020\u0064\u0065\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.es_UY;}break;case "es_VE":case "es_ve":{if(!nexacro.Locale.es_VE){nexacro.Locale.es_VE={name:"es_VE",decimal_point:"\u002C",thousands_sep:"",grouping:[0,0],int_curr_symbol:"\u0056\u0045\u0042\u0020",currency_symbol:"\u0042\u0073\u002E",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0064\u006F\u006D\u0069\u006E\u0067\u006F","\u006C\u0075\u006E\u0065\u0073","\u006D\u0061\u0072\u0074\u0065\u0073","\u006D\u0069\u00E9\u0072\u0063\u006F\u006C\u0065\u0073","\u006A\u0075\u0065\u0076\u0065\u0073","\u0076\u0069\u0065\u0072\u006E\u0065\u0073","\u0073\u00E1\u0062\u0061\u0064\u006F"],weekday_names_short:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],weekday_names_narrow:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0069\u00E9","\u006A\u0075\u0065","\u0076\u0069\u0065","\u0073\u00E1\u0062"],month_names_long:["\u0065\u006E\u0065\u0072\u006F","\u0066\u0065\u0062\u0072\u0065\u0072\u006F","\u006D\u0061\u0072\u007A\u006F","\u0061\u0062\u0072\u0069\u006C","\u006D\u0061\u0079\u006F","\u006A\u0075\u006E\u0069\u006F","\u006A\u0075\u006C\u0069\u006F","\u0061\u0067\u006F\u0073\u0074\u006F","\u0073\u0065\u0070\u0074\u0069\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u0075\u0062\u0072\u0065","\u006E\u006F\u0076\u0069\u0065\u006D\u0062\u0072\u0065","\u0064\u0069\u0063\u0069\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],month_names_narrow:["\u0065\u006E\u0065","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0079","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u006F","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.es_VE;}break;case "et":case "et_EE":case "et_ee":{if(!nexacro.Locale.et_EE){nexacro.Locale.et_EE={name:"et_EE",decimal_point:"\u002C",thousands_sep:"\u00A0",grouping:[3,3],int_curr_symbol:"\u0045\u0045\u004B\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u00A0",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0070\u00FC\u0068\u0061\u0070\u00E4\u0065\u0076","\u0065\u0073\u006D\u0061\u0073\u0070\u00E4\u0065\u0076","\u0074\u0065\u0069\u0073\u0069\u0070\u00E4\u0065\u0076","\u006B\u006F\u006C\u006D\u0061\u0070\u00E4\u0065\u0076","\u006E\u0065\u006C\u006A\u0061\u0070\u00E4\u0065\u0076","\u0072\u0065\u0065\u0064\u0065","\u006C\u0061\u0075\u0070\u00E4\u0065\u0076"],weekday_names_short:["\u0050","\u0045","\u0054","\u004B","\u004E","\u0052","\u004C"],weekday_names_narrow:["\u0050","\u0045","\u0054","\u004B","\u004E","\u0052","\u004C"],month_names_long:["\u006A\u0061\u0061\u006E\u0075\u0061\u0072","\u0076\u0065\u0065\u0062\u0072\u0075\u0061\u0072","\u006D\u00E4\u0072\u0074\u0073","\u0061\u0070\u0072\u0069\u006C\u006C","\u006D\u0061\u0069","\u006A\u0075\u0075\u006E\u0069","\u006A\u0075\u0075\u006C\u0069","\u0061\u0075\u0067\u0075\u0073\u0074","\u0073\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u006F\u006B\u0074\u006F\u006F\u0062\u0065\u0072","\u006E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0064\u0065\u0074\u0073\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u006A\u0061\u0061\u006E\u0020","\u0076\u0065\u0065\u0062\u0072","\u006D\u00E4\u0072\u0074\u0073","\u0061\u0070\u0072\u0020\u0020","\u006D\u0061\u0069\u0020\u0020","\u006A\u0075\u0075\u006E\u0069","\u006A\u0075\u0075\u006C\u0069","\u0061\u0075\u0067\u0020\u0020","\u0073\u0065\u0070\u0074\u0020","\u006F\u006B\u0074\u0020\u0020","\u006E\u006F\u0076\u0020\u0020","\u0064\u0065\u0074\u0073\u0020"],month_names_narrow:["\u006A\u0061\u0061\u006E\u0020","\u0076\u0065\u0065\u0062\u0072","\u006D\u00E4\u0072\u0074\u0073","\u0061\u0070\u0072\u0020\u0020","\u006D\u0061\u0069\u0020\u0020","\u006A\u0075\u0075\u006E\u0069","\u006A\u0075\u0075\u006C\u0069","\u0061\u0075\u0067\u0020\u0020","\u0073\u0065\u0070\u0074\u0020","\u006F\u006B\u0074\u0020\u0020","\u006E\u006F\u0076\u0020\u0020","\u0064\u0065\u0074\u0073\u0020"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0065\u002E\u0020\u0025\u0042\u0020\u0025\u0059\u002E\u0020\u0020\\\u0061\u002E",shortdate_format:"\u0025\u0065\u002E\u0025\u006D\u002E\u0025\u0059",direction:"ltr"};}return nexacro.Locale.et_EE;}break;case "eu":case "eu_ES":case "eu_es":{if(!nexacro.Locale.eu_ES){nexacro.Locale.eu_ES={name:"eu_ES",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[0,0],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0069\u0067\u0061\u006E\u0064\u0065\u0061","\u0061\u0073\u0074\u0065\u006C\u0065\u0068\u0065\u006E\u0061","\u0061\u0073\u0074\u0065\u0061\u0072\u0074\u0065\u0061","\u0061\u0073\u0074\u0065\u0061\u007A\u006B\u0065\u006E\u0061","\u006F\u0073\u0074\u0065\u0067\u0075\u006E\u0061","\u006F\u0073\u0074\u0069\u0072\u0061\u006C\u0061","\u006C\u0061\u0072\u0075\u006E\u0062\u0061\u0074\u0061"],weekday_names_short:["\u0069\u0067\u002E","\u0061\u006C\u002E","\u0061\u0072\u002E","\u0061\u007A\u002E","\u006F\u0067\u002E","\u006F\u0072\u002E","\u006C\u0072\u002E"],weekday_names_narrow:["\u0069\u0067\u002E","\u0061\u006C\u002E","\u0061\u0072\u002E","\u0061\u007A\u002E","\u006F\u0067\u002E","\u006F\u0072\u002E","\u006C\u0072\u002E"],month_names_long:["\u0075\u0072\u0074\u0061\u0072\u0072\u0069\u006C\u0061","\u006F\u0074\u0073\u0061\u0069\u006C\u0061","\u006D\u0061\u0072\u0074\u0078\u006F\u0061","\u0061\u0070\u0069\u0072\u0069\u006C\u0061","\u006D\u0061\u0069\u0061\u0074\u007A\u0061","\u0065\u006B\u0061\u0069\u006E\u0061","\u0075\u007A\u0074\u0061\u0069\u006C\u0061","\u0061\u0062\u0075\u007A\u0074\u0075\u0061","\u0069\u0072\u0061\u0069\u006C\u0061","\u0075\u0072\u0072\u0069\u0061","\u0061\u007A\u0061\u0072\u006F\u0061","\u0061\u0062\u0065\u006E\u0064\u0075\u0061"],month_names_short:["\u0075\u0072\u0074","\u006F\u0074\u0073","\u006D\u0061\u0072","\u0061\u0070\u0069","\u006D\u0061\u0069","\u0065\u006B\u0061","\u0075\u007A\u0074","\u0061\u0062\u0075","\u0069\u0072\u0061","\u0075\u0072\u0072","\u0061\u007A\u0061","\u0061\u0062\u0065"],month_names_narrow:["\u0075\u0072\u0074","\u006F\u0074\u0073","\u006D\u0061\u0072","\u0061\u0070\u0069","\u006D\u0061\u0069","\u0065\u006B\u0061","\u0075\u007A\u0074","\u0061\u0062\u0075","\u0069\u0072\u0061","\u0075\u0072\u0072","\u0061\u007A\u0061","\u0061\u0062\u0065"],ampm:["",""],date_format:"\u0025\u0061\u002C\u0020\u0025\u0059\u002E\u0065\u006B\u006F\u0020\u0025\u0062\u0072\u0065\u006E\u0020\u0025\u0064\u0061",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0079\u002D\u0025\u006D\u002D\u0025\u0064\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0059\u002E\u0065\u006B\u006F\u0020\u0025\u0042\u0020\u0025\u0065",shortdate_format:"\u0025\u0059\u002F\u0025\u006D\u002F\u0025\u0064",direction:"ltr"};}return nexacro.Locale.eu_ES;}break;case "fa":case "fa_IR":case "fa_ir":{if(!nexacro.Locale.fa_IR){nexacro.Locale.fa_IR={name:"fa_IR",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u0049\u0052\u0052\u0020",currency_symbol:"\u0631\u06CC\u0627\u0644",mon_decimal_point:"\u066B",mon_thousands_sep:"\u066C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:0,frac_digits:0,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u06CC\u06A9\u0634\u0646\u0628\u0647","\u062F\u0648\u0634\u0646\u0628\u0647","\u0633\u0647\u200C\u0634\u0646\u0628\u0647","\u0686\u0647\u0627\u0631\u0634\u0646\u0628\u0647","\u067E\u0646\u062C\u0634\u0646\u0628\u0647","\u062C\u0645\u0639\u0647","\u0634\u0646\u0628\u0647"],weekday_names_short:["\u06CC\u06A9\u0634\u0646\u0628\u0647","\u062F\u0648\u0634\u0646\u0628\u0647","\u0633\u0647\u200C\u0634\u0646\u0628\u0647","\u0686\u0647\u0627\u0631\u0634\u0646\u0628\u0647","\u067E\u0646\u062C\u0634\u0646\u0628\u0647","\u062C\u0645\u0639\u0647","\u0634\u0646\u0628\u0647"],weekday_names_narrow:["\u06CC\u06A9\u0634\u0646\u0628\u0647","\u062F\u0648\u0634\u0646\u0628\u0647","\u0633\u0647\u200C\u0634\u0646\u0628\u0647","\u0686\u0647\u0627\u0631\u0634\u0646\u0628\u0647","\u067E\u0646\u062C\u0634\u0646\u0628\u0647","\u062C\u0645\u0639\u0647","\u0634\u0646\u0628\u0647"],month_names_long:["\u0698\u0627\u0646\u0648\u06CC\u0647","\u0641\u0648\u0631\u06CC\u0647","\u0645\u0627\u0631\u0633","\u0622\u0648\u0631\u06CC\u0644","\u0645\u0647","\u0698\u0648\u0626\u0646","\u0698\u0648\u0626\u06CC\u0647","\u0627\u0648\u062A","\u0633\u067E\u062A\u0627\u0645\u0628\u0631","\u0627\u0643\u062A\u0628\u0631","\u0646\u0648\u0627\u0645\u0628\u0631","\u062F\u0633\u0627\u0645\u0628\u0631"],month_names_short:["\u0698\u0627\u0646\u0648\u06CC\u0647","\u0641\u0648\u0631\u06CC\u0647","\u0645\u0627\u0631\u0633","\u0622\u0648\u0631\u06CC\u0644","\u0645\u0647","\u0698\u0648\u0626\u0646","\u0698\u0648\u0626\u06CC\u0647","\u0627\u0648\u062A","\u0633\u067E\u062A\u0627\u0645\u0628\u0631","\u0627\u0643\u062A\u0628\u0631","\u0646\u0648\u0627\u0645\u0628\u0631","\u062F\u0633\u0627\u0645\u0628\u0631"],month_names_narrow:["\u0698\u0627\u0646\u0648\u06CC\u0647","\u0641\u0648\u0631\u06CC\u0647","\u0645\u0627\u0631\u0633","\u0622\u0648\u0631\u06CC\u0644","\u0645\u0647","\u0698\u0648\u0626\u0646","\u0698\u0648\u0626\u06CC\u0647","\u0627\u0648\u062A","\u0633\u067E\u062A\u0627\u0645\u0628\u0631","\u0627\u0643\u062A\u0628\u0631","\u0646\u0648\u0627\u0645\u0628\u0631","\u062F\u0633\u0627\u0645\u0628\u0631"],ampm:["",""],date_format:"\u0025\u004F\u0079\u002F\u0025\u004F\u006D\u002F\u0025\u004F\u0064",time_format:"\u0025\u004F\u0048\u003A\u0025\u004F\u004D\u003A\u0025\u004F\u0053",time_format_ampm:"",date_time_format:"\u202B\u0025\u0041\u0020\u0025\u004F\u0065\u0020\u0025\u0042\u0020\u0025\u004F\u0079\u060C\u0020\u0025\u004F\u0048\u003A\u0025\u004F\u004D\u003A\u0025\u004F\u0053\u202C",full_date_time_format:"\u202B\u0025\u0041\u0020\u0025\u004F\u0065\u0020\u0025\u0042\u0020\u0025\u004F\u0079\u060C\u0020\u0633\u0627\u0639\u062A\u0020\u0025\u004F\u0048\u003A\u0025\u004F\u004D\u003A\u0025\u004F\u0053\u0020\u0028\u0025\u005A\u0029\u202C",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"rtl"};}return nexacro.Locale.fa_IR;}break;case "fi":case "fi_FI":case "fi_fi":{if(!nexacro.Locale.fi_FI){nexacro.Locale.fi_FI={name:"fi_FI",decimal_point:"\u002C",thousands_sep:"\u00A0",grouping:[3,3],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u00A0",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:2,n_cs_precedes:0,n_sep_by_space:2,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0073\u0075\u006E\u006E\u0075\u006E\u0074\u0061\u0069","\u006D\u0061\u0061\u006E\u0061\u006E\u0074\u0061\u0069","\u0074\u0069\u0069\u0073\u0074\u0061\u0069","\u006B\u0065\u0073\u006B\u0069\u0076\u0069\u0069\u006B\u006B\u006F","\u0074\u006F\u0072\u0073\u0074\u0061\u0069","\u0070\u0065\u0072\u006A\u0061\u006E\u0074\u0061\u0069","\u006C\u0061\u0075\u0061\u006E\u0074\u0061\u0069"],weekday_names_short:["\u0073\u0075","\u006D\u0061","\u0074\u0069","\u006B\u0065","\u0074\u006F","\u0070\u0065","\u006C\u0061"],weekday_names_narrow:["\u0073\u0075","\u006D\u0061","\u0074\u0069","\u006B\u0065","\u0074\u006F","\u0070\u0065","\u006C\u0061"],month_names_long:["\u0074\u0061\u006D\u006D\u0069\u006B\u0075\u0075","\u0068\u0065\u006C\u006D\u0069\u006B\u0075\u0075","\u006D\u0061\u0061\u006C\u0069\u0073\u006B\u0075\u0075","\u0068\u0075\u0068\u0074\u0069\u006B\u0075\u0075","\u0074\u006F\u0075\u006B\u006F\u006B\u0075\u0075","\u006B\u0065\u0073\u00E4\u006B\u0075\u0075","\u0068\u0065\u0069\u006E\u00E4\u006B\u0075\u0075","\u0065\u006C\u006F\u006B\u0075\u0075","\u0073\u0079\u0079\u0073\u006B\u0075\u0075","\u006C\u006F\u006B\u0061\u006B\u0075\u0075","\u006D\u0061\u0072\u0072\u0061\u0073\u006B\u0075\u0075","\u006A\u006F\u0075\u006C\u0075\u006B\u0075\u0075"],month_names_short:["\u0074\u0061\u006D\u006D\u0069\u00A0","\u0068\u0065\u006C\u006D\u0069\u00A0","\u006D\u0061\u0061\u006C\u0069\u0073","\u0068\u0075\u0068\u0074\u0069\u00A0","\u0074\u006F\u0075\u006B\u006F\u00A0","\u006B\u0065\u0073\u00E4\u00A0\u00A0","\u0068\u0065\u0069\u006E\u00E4\u00A0","\u0065\u006C\u006F\u00A0\u00A0\u00A0","\u0073\u0079\u0079\u0073\u00A0\u00A0","\u006C\u006F\u006B\u0061\u00A0\u00A0","\u006D\u0061\u0072\u0072\u0061\u0073","\u006A\u006F\u0075\u006C\u0075\u00A0"],month_names_narrow:["\u0074\u0061\u006D\u006D\u0069\u00A0","\u0068\u0065\u006C\u006D\u0069\u00A0","\u006D\u0061\u0061\u006C\u0069\u0073","\u0068\u0075\u0068\u0074\u0069\u00A0","\u0074\u006F\u0075\u006B\u006F\u00A0","\u006B\u0065\u0073\u00E4\u00A0\u00A0","\u0068\u0065\u0069\u006E\u00E4\u00A0","\u0065\u006C\u006F\u00A0\u00A0\u00A0","\u0073\u0079\u0079\u0073\u00A0\u00A0","\u006C\u006F\u006B\u0061\u00A0\u00A0","\u006D\u0061\u0072\u0072\u0061\u0073","\u006A\u006F\u0075\u006C\u0075\u00A0"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0065\u002E\u0020\u0025\u0042\u0074\u0061\u0020\u0025\u0059\u0020\u0025\u0054",full_date_time_format:"\u0025\u0061\u0020\u0025\u002D\u0064\u002E\u0025\u002D\u006D\u002E\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u007A",first_weekday:1,longdate_format:"\u0025\u0065\u002E\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0065\u002E\u0025\u006E\u002E\u0025\u0059",direction:"ltr"};}return nexacro.Locale.fi_FI;}break;case "fo":case "fo_FO":case "fo_fo":{if(!nexacro.Locale.fo_FO){nexacro.Locale.fo_FO={name:"fo_FO",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[3,3],int_curr_symbol:"\u0044\u004B\u004B\u0020",currency_symbol:"\u006B\u0072\u002E",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:2,n_cs_precedes:1,n_sep_by_space:2,p_sign_posn:4,n_sign_posn:4,weekday_names_long:["\u0073\u0075\u006E\u006E\u0075\u0064\u0061\u0067\u0075\u0072","\u006D\u00E1\u006E\u0061\u0064\u0061\u0067\u0075\u0072","\u0074\u00FD\u0073\u0064\u0061\u0067\u0075\u0072","\u006D\u0069\u006B\u0075\u0064\u0061\u0067\u0075\u0072","\u0068\u00F3\u0073\u0064\u0061\u0067\u0075\u0072","\u0066\u0072\u00ED\u0067\u0067\u006A\u0061\u0064\u0061\u0067\u0075\u0072","\u006C\u0065\u0079\u0067\u0061\u0072\u0064\u0061\u0067\u0075\u0072"],weekday_names_short:["\u0073\u0075\u006E","\u006D\u00E1\u006E","\u0074\u00FD\u0073","\u006D\u0069\u006B","\u0068\u00F3\u0073","\u0066\u0072\u00ED","\u006C\u0065\u0079"],weekday_names_narrow:["\u0073\u0075\u006E","\u006D\u00E1\u006E","\u0074\u00FD\u0073","\u006D\u0069\u006B","\u0068\u00F3\u0073","\u0066\u0072\u00ED","\u006C\u0065\u0079"],month_names_long:["\u006A\u0061\u006E\u0075\u0061\u0072","\u0066\u0065\u0062\u0072\u0075\u0061\u0072","\u006D\u0061\u0072\u0073","\u0061\u0070\u0072\u00ED\u006C","\u006D\u0061\u0069","\u006A\u0075\u006E\u0069","\u006A\u0075\u006C\u0069","\u0061\u0075\u0067\u0075\u0073\u0074","\u0073\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u006F\u006B\u0074\u006F\u0062\u0065\u0072","\u006E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0064\u0065\u0073\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0073"],month_names_narrow:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0073"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002D\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0065\u002E\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0065\u002D\u0025\u006D\u002D\u0025\u0059",direction:"ltr"};}return nexacro.Locale.fo_FO;}break;case "fr_BE":case "fr_be":{if(!nexacro.Locale.fr_BE){nexacro.Locale.fr_BE={name:"fr_BE",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[0,0],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:2,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:4,weekday_names_long:["\u0064\u0069\u006D\u0061\u006E\u0063\u0068\u0065","\u006C\u0075\u006E\u0064\u0069","\u006D\u0061\u0072\u0064\u0069","\u006D\u0065\u0072\u0063\u0072\u0065\u0064\u0069","\u006A\u0065\u0075\u0064\u0069","\u0076\u0065\u006E\u0064\u0072\u0065\u0064\u0069","\u0073\u0061\u006D\u0065\u0064\u0069"],weekday_names_short:["\u0064\u0069\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0065\u0072","\u006A\u0065\u0075","\u0076\u0065\u006E","\u0073\u0061\u006D"],weekday_names_narrow:["\u0064\u0069\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0065\u0072","\u006A\u0065\u0075","\u0076\u0065\u006E","\u0073\u0061\u006D"],month_names_long:["\u006A\u0061\u006E\u0076\u0069\u0065\u0072","\u0066\u00E9\u0076\u0072\u0069\u0065\u0072","\u006D\u0061\u0072\u0073","\u0061\u0076\u0072\u0069\u006C","\u006D\u0061\u0069","\u006A\u0075\u0069\u006E","\u006A\u0075\u0069\u006C\u006C\u0065\u0074","\u0061\u006F\u00FB\u0074","\u0073\u0065\u0070\u0074\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u006F\u0062\u0072\u0065","\u006E\u006F\u0076\u0065\u006D\u0062\u0072\u0065","\u0064\u00E9\u0063\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u006A\u0061\u006E","\u0066\u00E9\u0076","\u006D\u0061\u0072","\u0061\u0076\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u0069","\u0061\u006F\u00FB","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u00E9\u0063"],month_names_narrow:["\u006A\u0061\u006E","\u0066\u00E9\u0076","\u006D\u0061\u0072","\u0061\u0076\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u0069","\u0061\u006F\u00FB","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u00E9\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u0020\u0025\u0065\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0065\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.fr_BE;}break;case "fr_CA":case "fr_ca":{if(!nexacro.Locale.fr_CA){nexacro.Locale.fr_CA={name:"fr_CA",decimal_point:"\u002C",thousands_sep:"\u0020",grouping:[0,0],int_curr_symbol:"\u0043\u0041\u0044\u0020",currency_symbol:"\u0024",mon_decimal_point:"\u002C",mon_thousands_sep:"\u0020",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:0,weekday_names_long:["\u0064\u0069\u006D\u0061\u006E\u0063\u0068\u0065","\u006C\u0075\u006E\u0064\u0069","\u006D\u0061\u0072\u0064\u0069","\u006D\u0065\u0072\u0063\u0072\u0065\u0064\u0069","\u006A\u0065\u0075\u0064\u0069","\u0076\u0065\u006E\u0064\u0072\u0065\u0064\u0069","\u0073\u0061\u006D\u0065\u0064\u0069"],weekday_names_short:["\u0064\u0069\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0065\u0072","\u006A\u0065\u0075","\u0076\u0065\u006E","\u0073\u0061\u006D"],weekday_names_narrow:["\u0064\u0069\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0065\u0072","\u006A\u0065\u0075","\u0076\u0065\u006E","\u0073\u0061\u006D"],month_names_long:["\u006A\u0061\u006E\u0076\u0069\u0065\u0072","\u0066\u00E9\u0076\u0072\u0069\u0065\u0072","\u006D\u0061\u0072\u0073","\u0061\u0076\u0072\u0069\u006C","\u006D\u0061\u0069","\u006A\u0075\u0069\u006E","\u006A\u0075\u0069\u006C\u006C\u0065\u0074","\u0061\u006F\u00FB\u0074","\u0073\u0065\u0070\u0074\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u006F\u0062\u0072\u0065","\u006E\u006F\u0076\u0065\u006D\u0062\u0072\u0065","\u0064\u00E9\u0063\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u006A\u0061\u006E","\u0066\u00E9\u0076","\u006D\u0061\u0072","\u0061\u0076\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u0069","\u0061\u006F\u00FB","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u00E9\u0063"],month_names_narrow:["\u006A\u0061\u006E","\u0066\u00E9\u0076","\u006D\u0061\u0072","\u0061\u0076\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u0069","\u0061\u006F\u00FB","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u00E9\u0063"],ampm:["",""],date_format:"\u0025\u0059\u002D\u0025\u006D\u002D\u0025\u0064",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0065\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0059\u002D\u0025\u006D\u002D\u0025\u0064",direction:"ltr"};}return nexacro.Locale.fr_CA;}break;case "fr_CH":case "fr_ch":{if(!nexacro.Locale.fr_CH){nexacro.Locale.fr_CH={name:"fr_CH",decimal_point:"\u002E",thousands_sep:"\u0027",grouping:[0,0],int_curr_symbol:"\u0043\u0048\u0046\u0020",currency_symbol:"\u0066\u0072\u002E",mon_decimal_point:"\u002E",mon_thousands_sep:"\u0027",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:4,n_sign_posn:4,weekday_names_long:["\u0064\u0069\u006D\u0061\u006E\u0063\u0068\u0065","\u006C\u0075\u006E\u0064\u0069","\u006D\u0061\u0072\u0064\u0069","\u006D\u0065\u0072\u0063\u0072\u0065\u0064\u0069","\u006A\u0065\u0075\u0064\u0069","\u0076\u0065\u006E\u0064\u0072\u0065\u0064\u0069","\u0073\u0061\u006D\u0065\u0064\u0069"],weekday_names_short:["\u0064\u0069\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0065\u0072","\u006A\u0065\u0075","\u0076\u0065\u006E","\u0073\u0061\u006D"],weekday_names_narrow:["\u0064\u0069\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0065\u0072","\u006A\u0065\u0075","\u0076\u0065\u006E","\u0073\u0061\u006D"],month_names_long:["\u006A\u0061\u006E\u0076\u0069\u0065\u0072","\u0066\u00E9\u0076\u0072\u0069\u0065\u0072","\u006D\u0061\u0072\u0073","\u0061\u0076\u0072\u0069\u006C","\u006D\u0061\u0069","\u006A\u0075\u0069\u006E","\u006A\u0075\u0069\u006C\u006C\u0065\u0074","\u0061\u006F\u00FB\u0074","\u0073\u0065\u0070\u0074\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u006F\u0062\u0072\u0065","\u006E\u006F\u0076\u0065\u006D\u0062\u0072\u0065","\u0064\u00E9\u0063\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u006A\u0061\u006E","\u0066\u00E9\u0076","\u006D\u0061\u0072","\u0061\u0076\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u0069","\u0061\u006F\u00FB","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u00E9\u0063"],month_names_narrow:["\u006A\u0061\u006E","\u0066\u00E9\u0076","\u006D\u0061\u0072","\u0061\u0076\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u0069","\u0061\u006F\u00FB","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u00E9\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0020\u0025\u006D\u002E\u0020\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u0020\u0025\u0065\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",direction:"ltr"};}return nexacro.Locale.fr_CH;}break;case "fr":case "fr_FR":case "fr_fr":{if(!nexacro.Locale.fr_FR){nexacro.Locale.fr_FR={name:"fr_FR",decimal_point:"\u002C",thousands_sep:"\u0020",grouping:[0,0],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u0020",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0064\u0069\u006D\u0061\u006E\u0063\u0068\u0065","\u006C\u0075\u006E\u0064\u0069","\u006D\u0061\u0072\u0064\u0069","\u006D\u0065\u0072\u0063\u0072\u0065\u0064\u0069","\u006A\u0065\u0075\u0064\u0069","\u0076\u0065\u006E\u0064\u0072\u0065\u0064\u0069","\u0073\u0061\u006D\u0065\u0064\u0069"],weekday_names_short:["\u0064\u0069\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0065\u0072","\u006A\u0065\u0075","\u0076\u0065\u006E","\u0073\u0061\u006D"],weekday_names_narrow:["\u0064\u0069\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0065\u0072","\u006A\u0065\u0075","\u0076\u0065\u006E","\u0073\u0061\u006D"],month_names_long:["\u006A\u0061\u006E\u0076\u0069\u0065\u0072","\u0066\u00E9\u0076\u0072\u0069\u0065\u0072","\u006D\u0061\u0072\u0073","\u0061\u0076\u0072\u0069\u006C","\u006D\u0061\u0069","\u006A\u0075\u0069\u006E","\u006A\u0075\u0069\u006C\u006C\u0065\u0074","\u0061\u006F\u00FB\u0074","\u0073\u0065\u0070\u0074\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u006F\u0062\u0072\u0065","\u006E\u006F\u0076\u0065\u006D\u0062\u0072\u0065","\u0064\u00E9\u0063\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u006A\u0061\u006E","\u0066\u00E9\u0076","\u006D\u0061\u0072","\u0061\u0076\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u0069","\u0061\u006F\u00FB","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u00E9\u0063"],month_names_narrow:["\u006A\u0061\u006E","\u0066\u00E9\u0076","\u006D\u0061\u0072","\u0061\u0076\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u0069","\u0061\u006F\u00FB","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u00E9\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u0020\u0025\u0065\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.fr_FR;}break;case "fr_LU":case "fr_lu":{if(!nexacro.Locale.fr_LU){nexacro.Locale.fr_LU={name:"fr_LU",decimal_point:"\u002C",thousands_sep:"\u0020",grouping:[0,0],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u0020",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0064\u0069\u006D\u0061\u006E\u0063\u0068\u0065","\u006C\u0075\u006E\u0064\u0069","\u006D\u0061\u0072\u0064\u0069","\u006D\u0065\u0072\u0063\u0072\u0065\u0064\u0069","\u006A\u0065\u0075\u0064\u0069","\u0076\u0065\u006E\u0064\u0072\u0065\u0064\u0069","\u0073\u0061\u006D\u0065\u0064\u0069"],weekday_names_short:["\u0064\u0069\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0065\u0072","\u006A\u0065\u0075","\u0076\u0065\u006E","\u0073\u0061\u006D"],weekday_names_narrow:["\u0064\u0069\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0065\u0072","\u006A\u0065\u0075","\u0076\u0065\u006E","\u0073\u0061\u006D"],month_names_long:["\u006A\u0061\u006E\u0076\u0069\u0065\u0072","\u0066\u00E9\u0076\u0072\u0069\u0065\u0072","\u006D\u0061\u0072\u0073","\u0061\u0076\u0072\u0069\u006C","\u006D\u0061\u0069","\u006A\u0075\u0069\u006E","\u006A\u0075\u0069\u006C\u006C\u0065\u0074","\u0061\u006F\u00FB\u0074","\u0073\u0065\u0070\u0074\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u006F\u0062\u0072\u0065","\u006E\u006F\u0076\u0065\u006D\u0062\u0072\u0065","\u0064\u00E9\u0063\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u006A\u0061\u006E","\u0066\u00E9\u0076","\u006D\u0061\u0072","\u0061\u0076\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u0069","\u0061\u006F\u00FB","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u00E9\u0063"],month_names_narrow:["\u006A\u0061\u006E","\u0066\u00E9\u0076","\u006D\u0061\u0072","\u0061\u0076\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u0069","\u0061\u006F\u00FB","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u00E9\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u0020\u0025\u0065\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.fr_LU;}break;case "fy":case "fy_NL":case "fy_nl":{if(!nexacro.Locale.fy_NL){nexacro.Locale.fy_NL={name:"fy_NL",decimal_point:"\u002C",thousands_sep:"",grouping:[0,0],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u0020",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:2,weekday_names_long:["\u0053\u006E\u0065\u0069\u006E","\u004D\u006F\u0061\u006E\u0064\u0065\u0069","\u0054\u0069\u0069\u0073\u0064\u0065\u0069","\u0057\u006F\u0061\u006E\u0073\u0064\u0065\u0069","\u0054\u006F\u006E\u0067\u0065\u0072\u0073\u0064\u0065\u0069","\u0046\u0072\u0065\u0065\u0064","\u0053\u006E\u0065\u006F\u006E"],weekday_names_short:["\u0053\u006E","\u004D\u006F","\u0054\u0069","\u0057\u006F","\u0054\u006F","\u0046\u0072","\u0053\u006E"],weekday_names_narrow:["\u0053\u006E","\u004D\u006F","\u0054\u0069","\u0057\u006F","\u0054\u006F","\u0046\u0072","\u0053\u006E"],month_names_long:["\u004A\u0061\u006E\u0061\u0072\u0069\u0073","\u0046\u0065\u0062\u0072\u0065\u0077\u0061\u0072\u0069\u0073","\u004D\u0061\u0061\u0072\u0074","\u0041\u0070\u0072\u0069\u006C","\u004D\u0061\u0061\u0069\u0065","\u004A\u0075\u006E\u0079","\u004A\u0075\u006C\u0079","\u0041\u0075\u0067\u0075\u0073\u0074\u0075\u0073","\u0053\u0065\u0070\u0074\u0069\u006D\u0062\u0065\u0072","\u004F\u006B\u0074\u006F\u0062\u0065\u0072","\u004E\u006F\u0076\u0069\u006D\u0062\u0065\u0072","\u0044\u0065\u0073\u0069\u006D\u0062\u0065\u0072"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0061","\u0041\u0070\u0072","\u004D\u0061\u0061","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u006B\u0074","\u004E\u006F\u0076","\u0044\u0065\u0073"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0061","\u0041\u0070\u0072","\u004D\u0061\u0061","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0075\u0067","\u0053\u0065\u0070","\u004F\u006B\u0074","\u004E\u006F\u0076","\u0044\u0065\u0073"],ampm:["",""],date_format:"\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.fy_NL;}break;case "ga":case "ga_IE":case "ga_ie":{if(!nexacro.Locale.ga_IE){nexacro.Locale.ga_IE={name:"ga_IE",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0044\u00E9\u0020\u0044\u006F\u006D\u0068\u006E\u0061\u0069\u0067\u0068","\u0044\u00E9\u0020\u004C\u0075\u0061\u0069\u006E","\u0044\u00E9\u0020\u004D\u00E1\u0069\u0072\u0074","\u0044\u00E9\u0020\u0043\u00E9\u0061\u0064\u0061\u006F\u0069\u006E","\u0044\u00E9\u0061\u0072\u0064\u0061\u006F\u0069\u006E","\u0044\u00E9\u0020\u0068\u0041\u006F\u0069\u006E\u0065","\u0044\u00E9\u0020\u0053\u0061\u0074\u0068\u0061\u0069\u0072\u006E"],weekday_names_short:["\u0044\u006F\u006D\u0068","\u004C\u0075\u0061\u006E","\u004D\u00E1\u0069\u0072\u0074","\u0043\u00E9\u0061\u0064","\u0044\u00E9\u0061\u0072","\u0041\u006F\u0069\u006E\u0065","\u0053\u0061\u0074\u0068"],weekday_names_narrow:["\u0044\u006F\u006D\u0068","\u004C\u0075\u0061\u006E","\u004D\u00E1\u0069\u0072\u0074","\u0043\u00E9\u0061\u0064","\u0044\u00E9\u0061\u0072","\u0041\u006F\u0069\u006E\u0065","\u0053\u0061\u0074\u0068"],month_names_long:["\u0045\u0061\u006E\u00E1\u0069\u0072","\u0046\u0065\u0061\u0062\u0068\u0072\u0061","\u004D\u00E1\u0072\u0074\u0061","\u0041\u0069\u0062\u0072\u0065\u00E1\u006E","\u004D\u00ED\u0020\u006E\u0061\u0020\u0042\u0065\u0061\u006C\u0074\u0061\u0069\u006E\u0065","\u004D\u0065\u0069\u0074\u0068","\u0049\u00FA\u0069\u006C","\u004C\u00FA\u006E\u0061\u0073\u0061","\u004D\u0065\u00E1\u006E\u0020\u0046\u00F3\u006D\u0068\u0061\u0069\u0072","\u0044\u0065\u0069\u0072\u0065\u0061\u0064\u0068\u0020\u0046\u00F3\u006D\u0068\u0061\u0069\u0072","\u004D\u00ED\u0020\u006E\u0061\u0020\u0053\u0061\u006D\u0068\u006E\u0061","\u004D\u00ED\u0020\u006E\u0061\u0020\u004E\u006F\u006C\u006C\u0061\u0067"],month_names_short:["\u0045\u0061\u006E","\u0046\u0065\u0061\u0062\u0068","\u004D\u00E1\u0072\u0074\u0061","\u0041\u0069\u0062","\u0042\u0065\u0061\u006C","\u004D\u0065\u0069\u0074\u0068","\u0049\u00FA\u0069\u006C","\u004C\u00FA\u006E","\u004D\u0046\u00F3\u006D\u0068","\u0044\u0046\u00F3\u006D\u0068","\u0053\u0061\u006D\u0068","\u004E\u006F\u006C\u006C"],month_names_narrow:["\u0045\u0061\u006E","\u0046\u0065\u0061\u0062\u0068","\u004D\u00E1\u0072\u0074\u0061","\u0041\u0069\u0062","\u0042\u0065\u0061\u006C","\u004D\u0065\u0069\u0074\u0068","\u0049\u00FA\u0069\u006C","\u004C\u00FA\u006E","\u004D\u0046\u00F3\u006D\u0068","\u0044\u0046\u00F3\u006D\u0068","\u0053\u0061\u006D\u0068","\u004E\u006F\u006C\u006C"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.ga_IE;}break;case "gd":case "gd_GB":case "gd_gb":{if(!nexacro.Locale.gd_GB){nexacro.Locale.gd_GB={name:"gd_GB",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u0047\u0042\u0050\u0020",currency_symbol:"\u00A3",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0044\u0069\u0064\u00F2\u006D\u0068\u006E\u0061\u0069\u0063\u0068","\u0044\u0069\u006C\u0075\u0061\u0069\u006E","\u0044\u0069\u006D\u00E0\u0069\u0072\u0074","\u0044\u0069\u0063\u0069\u0061\u0064\u0061\u0069\u006E","\u0044\u0069\u0061\u0072\u0064\u0061\u006F\u0069\u006E","\u0044\u0069\u0068\u0061\u006F\u0069\u006E\u0065","\u0044\u0069\u0073\u0061\u0074\u0068\u0061\u0069\u0072\u006E\u0065"],weekday_names_short:["\u0044\u0069\u0064\u006F","\u0044\u0069\u006C\u0075","\u0044\u0069\u006D","\u0044\u0069\u0063","\u0044\u0069\u0061\u0072","\u0044\u0069\u0068\u0061","\u0044\u0069\u0073\u0061"],weekday_names_narrow:["\u0044\u0069\u0064\u006F","\u0044\u0069\u006C\u0075","\u0044\u0069\u006D","\u0044\u0069\u0063","\u0044\u0069\u0061\u0072","\u0044\u0069\u0068\u0061","\u0044\u0069\u0073\u0061"],month_names_long:["\u0041\u006D\u0020\u0046\u0061\u006F\u0069\u006C\u0074\u0065\u0061\u0063\u0068","\u0041\u006E\u0020\u0047\u0065\u0061\u0072\u0072\u0061\u006E","\u0041\u006D\u0020\u004D\u00E0\u0072\u0074","\u0041\u006E\u0020\u0047\u0069\u0062\u006C\u0065\u0061\u006E","\u0041\u0027\u0020\u004D\u0068\u00E0\u0069\u0067\u0068","\u0041\u006E\u0020\u0074\u002D\u004D\u0068\u00EC\u006F\u0073","\u0041\u006E\u0020\u0074\u002D\u006C\u0075\u0063\u0068\u0061\u0072","\u0041\u006E\u0020\u004C\u00F9\u006E\u0061\u0073\u0064\u0061\u006C","\u0041\u006E\u0020\u0074\u002D\u0053\u0075\u006C\u0074\u0061\u0069\u006E","\u0041\u006E\u0020\u0044\u0061\u006D\u0068\u0061\u0069\u0072","\u0041\u006E\u0020\u0074\u002D\u0053\u0061\u006D\u0068\u0061\u0069\u006E","\u0041\u006E\u0020\u0044\u00F9\u0062\u0068\u006C\u0061\u0063\u0068\u0064"],month_names_short:["\u0046\u0061\u006F","\u0047\u0065\u0061","\u004D\u00E0\u0072","\u0047\u0069\u0062","\u004D\u0068\u00E0","\u004F\u0067\u004D","\u006C\u0075\u0063","\u004C\u00F9\u006E","\u0053\u0075\u006C","\u0044\u0061\u006D","\u0053\u0061\u006D","\u0044\u00F9\u0062"],month_names_narrow:["\u0046\u0061\u006F","\u0047\u0065\u0061","\u004D\u00E0\u0072","\u0047\u0069\u0062","\u004D\u0068\u00E0","\u004F\u0067\u004D","\u006C\u0075\u0063","\u004C\u00F9\u006E","\u0053\u0075\u006C","\u0044\u0061\u006D","\u0053\u0061\u006D","\u0044\u00F9\u0062"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.gd_GB;}break;case "gl":case "gl_ES":case "gl_es":{if(!nexacro.Locale.gl_ES){nexacro.Locale.gl_ES={name:"gl_ES",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[0,0],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0044\u006F\u006D\u0069\u006E\u0067\u006F","\u004C\u0075\u006E\u0073","\u004D\u0061\u0072\u0074\u0065\u0073","\u004D\u00E9\u0072\u0063\u006F\u0072\u0065\u0073","\u0058\u006F\u0076\u0065\u0073","\u0056\u0065\u006E\u0072\u0065\u0073","\u0053\u00E1\u0062\u0061\u0064\u006F"],weekday_names_short:["\u0044\u006F\u006D","\u004C\u0075\u006E","\u004D\u0061\u0072","\u004D\u00E9\u0072","\u0058\u006F\u0076","\u0056\u0065\u006E","\u0053\u00E1\u0062"],weekday_names_narrow:["\u0044\u006F\u006D","\u004C\u0075\u006E","\u004D\u0061\u0072","\u004D\u00E9\u0072","\u0058\u006F\u0076","\u0056\u0065\u006E","\u0053\u00E1\u0062"],month_names_long:["\u0058\u0061\u006E\u0065\u0069\u0072\u006F","\u0046\u0065\u0062\u0072\u0065\u0069\u0072\u006F","\u004D\u0061\u0072\u007A\u006F","\u0041\u0062\u0072\u0069\u006C","\u004D\u0061\u0069\u006F","\u0058\u0075\u00F1\u006F","\u0058\u0075\u006C\u006C\u006F","\u0041\u0067\u006F\u0073\u0074\u006F","\u0053\u0065\u0074\u0065\u006D\u0062\u0072\u006F","\u004F\u0075\u0074\u0075\u0062\u0072\u006F","\u004E\u006F\u0076\u0065\u006D\u0062\u0072\u006F","\u0044\u0065\u0063\u0065\u006D\u0062\u0072\u006F"],month_names_short:["\u0058\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0062\u0072","\u004D\u0061\u0069","\u0058\u0075\u00F1","\u0058\u0075\u006C","\u0041\u0067\u006F","\u0053\u0065\u0074","\u004F\u0075\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],month_names_narrow:["\u0058\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0062\u0072","\u004D\u0061\u0069","\u0058\u0075\u00F1","\u0058\u0075\u006C","\u0041\u0067\u006F","\u0053\u0065\u0074","\u004F\u0075\u0074","\u004E\u006F\u0076","\u0044\u0065\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u0020\u0064\u0065\u0020\u0025\u0042\u0020\u0064\u0065\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.gl_ES;}break;case "gu":case "gu_IN":case "gu_in":{if(!nexacro.Locale.gu_IN){nexacro.Locale.gu_IN={name:"gu_IN",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,2],int_curr_symbol:"\u0049\u004E\u0052\u0020",currency_symbol:"\u0AB0\u0AC2",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,2],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:2,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:4,weekday_names_long:["\u0AB0\u0AB5\u0ABF\u0AB5\u0ABE\u0AB0","\u0AB8\u0ACB\u0AAE\u0AB5\u0ABE\u0AB0","\u0AAE\u0A82\u0A97\u0AB3\u0AB5\u0ABE\u0AB0","\u0AAC\u0AC1\u0AA7\u0AB5\u0ABE\u0AB0","\u0A97\u0AC1\u0AB0\u0AC1\u0AB5\u0ABE\u0AB0","\u0AB6\u0AC1\u0A95\u0ACD\u0AB0\u0AB5\u0ABE\u0AB0","\u0AB6\u0AA8\u0ABF\u0AB5\u0ABE\u0AB0"],weekday_names_short:["\u0AB0\u0AB5\u0ABF","\u0AB8\u0ACB\u0AAE","\u0AAE\u0A82\u0A97\u0AB3","\u0AAC\u0AC1\u0AA7","\u0A97\u0AC1\u0AB0\u0AC1","\u0AB6\u0AC1\u0A95\u0ACD\u0AB0","\u0AB6\u0AA8\u0ABF"],weekday_names_narrow:["\u0AB0\u0AB5\u0ABF","\u0AB8\u0ACB\u0AAE","\u0AAE\u0A82\u0A97\u0AB3","\u0AAC\u0AC1\u0AA7","\u0A97\u0AC1\u0AB0\u0AC1","\u0AB6\u0AC1\u0A95\u0ACD\u0AB0","\u0AB6\u0AA8\u0ABF"],month_names_long:["\u0A9C\u0ABE\u0AA8\u0ACD\u0AAF\u0AC1\u0A86\u0AB0\u0AC0","\u0AAB\u0AC7\u0AAC\u0ACD\u0AB0\u0AC1\u0A86\u0AB0\u0AC0","\u0AAE\u0ABE\u0AB0\u0ACD\u0A9A","\u0A8F\u0AAA\u0ACD\u0AB0\u0ABF\u0AB2","\u0AAE\u0AC7","\u0A9C\u0AC1\u0AA8","\u0A9C\u0AC1\u0AB2\u0ABE\u0A87","\u0A93\u0A97\u0AB8\u0ACD\u0A9F","\u0AB8\u0AAA\u0ACD\u0A9F\u0AC7\u0AAE\u0ACD\u0AAC\u0AB0","\u0A93\u0A95\u0ACD\u0A9F\u0ACB\u0AAC\u0AB0","\u0AA8\u0AB5\u0AC7\u0AAE\u0ACD\u0AAC\u0AB0","\u0AA1\u0ABF\u0AB8\u0AC7\u0AAE\u0ACD\u0AAC\u0AB0"],month_names_short:["\u0A9C\u0ABE\u0AA8","\u0AAB\u0AC7\u0AAC","\u0AAE\u0ABE\u0AB0","\u0A8F\u0AAA\u0ACD\u0AB0","\u0AAE\u0AC7","\u0A9C\u0AC1\u0AA8","\u0A9C\u0AC1\u0AB2","\u0A93\u0A97","\u0AB8\u0AAA\u0ACD\u0A9F","\u0A93\u0A95\u0ACD\u0A9F","\u0AA8\u0ACB\u0AB5","\u0AA1\u0ABF\u0AB8"],month_names_narrow:["\u0A9C\u0ABE\u0AA8","\u0AAB\u0AC7\u0AAC","\u0AAE\u0ABE\u0AB0","\u0A8F\u0AAA\u0ACD\u0AB0","\u0AAE\u0AC7","\u0A9C\u0AC1\u0AA8","\u0A9C\u0AC1\u0AB2","\u0A93\u0A97","\u0AB8\u0AAA\u0ACD\u0A9F","\u0A93\u0A95\u0ACD\u0A9F","\u0AA8\u0ACB\u0AB5","\u0AA1\u0ABF\u0AB8"],ampm:["\u0AB8\u0AB5\u0ABE\u0AB0\u0AC7","\u0AB8\u0ABE\u0A82\u0A9C\u0AC7"],date_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059",time_format:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0020\u0025\u005A",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",date_time_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0079",direction:"ltr"};}return nexacro.Locale.gu_IN;}break;case "gv":case "gv_GB":case "gv_gb":{if(!nexacro.Locale.gv_GB){nexacro.Locale.gv_GB={name:"gv_GB",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u0047\u0042\u0050\u0020",currency_symbol:"\u00A3",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u004A\u0065\u0064\u006F\u006F\u006E\u0065\u0065","\u004A\u0065\u006C\u0068\u0065\u0069\u006E","\u004A\u0065\u006D\u0061\u0079\u0072\u0074","\u004A\u0065\u0072\u0063\u0065\u0061\u006E","\u004A\u0065\u0072\u0064\u0065\u0069\u006E","\u004A\u0065\u0068\u0065\u0069\u006E\u0065\u0079","\u004A\u0065\u0073\u0061\u0072\u006E"],weekday_names_short:["\u004A\u0065\u0064","\u004A\u0065\u006C","\u004A\u0065\u006D","\u004A\u0065\u0072\u0063","\u004A\u0065\u0072\u0064","\u004A\u0065\u0068","\u004A\u0065\u0073"],weekday_names_narrow:["\u004A\u0065\u0064","\u004A\u0065\u006C","\u004A\u0065\u006D","\u004A\u0065\u0072\u0063","\u004A\u0065\u0072\u0064","\u004A\u0065\u0068","\u004A\u0065\u0073"],month_names_long:["\u004A\u0065\u0072\u0072\u0065\u0079\u002D\u0067\u0065\u0075\u0072\u0065\u0065","\u0054\u006F\u0073\u0068\u0069\u0061\u0067\u0068\u0074\u002D\u0061\u0072\u0072\u0065\u0065","\u004D\u0061\u0079\u0072\u006E\u0074","\u0041\u0076\u0065\u0072\u0069\u006C","\u0042\u006F\u0061\u006C\u0064\u0079\u006E","\u004D\u0065\u0061\u006E\u002D\u0073\u006F\u0075\u0072\u0065\u0065","\u004A\u0065\u0072\u0072\u0065\u0079\u002D\u0073\u006F\u0075\u0072\u0065\u0065","\u004C\u0075\u0061\u006E\u0069\u0073\u0074\u0079\u006E","\u004D\u0065\u0061\u006E\u002D\u0066\u006F\u0075\u0079\u0069\u0072","\u004A\u0065\u0072\u0072\u0065\u0079\u002D\u0066\u006F\u0075\u0079\u0069\u0072","\u004D\u0065\u0065\u0020\u0048\u006F\u0075\u006E\u0065\u0079","\u004D\u0065\u0065\u0020\u006E\u0079\u0020\u004E\u006F\u006C\u006C\u0069\u0063\u006B"],month_names_short:["\u004A\u002D\u0067\u0075\u0065\u0072","\u0054\u002D\u0061\u0072\u0072\u0065\u0065","\u004D\u0061\u0079\u0072\u006E\u0074","\u0041\u0076\u0072\u0072\u0069\u006C","\u0042\u006F\u0061\u006C\u0064\u0079\u006E","\u004D\u002D\u0073\u006F\u0075\u0072\u0065\u0065","\u004A\u002D\u0073\u006F\u0075\u0072\u0065\u0065","\u004C\u0075\u0061\u006E\u0069\u0073\u0074\u0079\u006E","\u004D\u002D\u0066\u006F\u0075\u0079\u0069\u0072","\u004A\u002D\u0066\u006F\u0075\u0079\u0069\u0072","\u004D\u002E\u0048\u006F\u0075\u006E\u0065\u0079","\u004D\u002E\u004E\u006F\u006C\u006C\u0069\u0063\u006B"],month_names_narrow:["\u004A\u002D\u0067\u0075\u0065\u0072","\u0054\u002D\u0061\u0072\u0072\u0065\u0065","\u004D\u0061\u0079\u0072\u006E\u0074","\u0041\u0076\u0072\u0072\u0069\u006C","\u0042\u006F\u0061\u006C\u0064\u0079\u006E","\u004D\u002D\u0073\u006F\u0075\u0072\u0065\u0065","\u004A\u002D\u0073\u006F\u0075\u0072\u0065\u0065","\u004C\u0075\u0061\u006E\u0069\u0073\u0074\u0079\u006E","\u004D\u002D\u0066\u006F\u0075\u0079\u0069\u0072","\u004A\u002D\u0066\u006F\u0075\u0079\u0069\u0072","\u004D\u002E\u0048\u006F\u0075\u006E\u0065\u0079","\u004D\u002E\u004E\u006F\u006C\u006C\u0069\u0063\u006B"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.gv_GB;}break;case "he":case "he_IL":case "he_il":{if(!nexacro.Locale.he_IL){nexacro.Locale.he_IL={name:"he_IL",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u0049\u004C\u0053\u0020",currency_symbol:"\u20AA",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:2,n_sign_posn:2,mon_n_sign_posn:4,weekday_names_long:["\u05E8\u05D0\u05E9\u05D5\u05DF","\u05E9\u05E0\u05D9","\u05E9\u05DC\u05D9\u05E9\u05D9","\u05E8\u05D1\u05D9\u05E2\u05D9","\u05D7\u05DE\u05D9\u05E9\u05D9","\u05E9\u05D9\u05E9\u05D9","\u05E9\u05D1\u05EA"],weekday_names_short:["\u05D0\u0027","\u05D1\u0027","\u05D2\u0027","\u05D3\u0027","\u05D4\u0027","\u05D5\u0027","\u05E9\u0027"],weekday_names_narrow:["\u05D0\u0027","\u05D1\u0027","\u05D2\u0027","\u05D3\u0027","\u05D4\u0027","\u05D5\u0027","\u05E9\u0027"],month_names_long:["\u05D9\u05E0\u05D5\u05D0\u05E8","\u05E4\u05D1\u05E8\u05D5\u05D0\u05E8","\u05DE\u05E8\u05E5","\u05D0\u05E4\u05E8\u05D9\u05DC","\u05DE\u05D0\u05D9","\u05D9\u05D5\u05E0\u05D9","\u05D9\u05D5\u05DC\u05D9","\u05D0\u05D5\u05D2\u05D5\u05E1\u05D8","\u05E1\u05E4\u05D8\u05DE\u05D1\u05E8","\u05D0\u05D5\u05E7\u05D8\u05D5\u05D1\u05E8","\u05E0\u05D5\u05D1\u05DE\u05D1\u05E8","\u05D3\u05E6\u05DE\u05D1\u05E8"],month_names_short:["\u05D9\u05E0\u05D5","\u05E4\u05D1\u05E8","\u05DE\u05E8\u05E5","\u05D0\u05E4\u05E8","\u05DE\u05D0\u05D9","\u05D9\u05D5\u05E0","\u05D9\u05D5\u05DC","\u05D0\u05D5\u05D2","\u05E1\u05E4\u05D8","\u05D0\u05D5\u05E7","\u05E0\u05D5\u05D1","\u05D3\u05E6\u05DE"],month_names_narrow:["\u05D9\u05E0\u05D5","\u05E4\u05D1\u05E8","\u05DE\u05E8\u05E5","\u05D0\u05E4\u05E8","\u05DE\u05D0\u05D9","\u05D9\u05D5\u05E0","\u05D9\u05D5\u05DC","\u05D0\u05D5\u05D2","\u05E1\u05E4\u05D8","\u05D0\u05D5\u05E7","\u05E0\u05D5\u05D1","\u05D3\u05E6\u05DE"],ampm:["\u0041\u004D","\u0050\u004D"],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0050",date_time_format:"\u0025\u005A\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0059\u0020\u0025\u0062\u0020\u0025\u0064\u0020\u0025\u0061",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"rtl"};}return nexacro.Locale.he_IL;}break;case "hi":case "hi_IN":case "hi_in":{if(!nexacro.Locale.hi_IN){nexacro.Locale.hi_IN={name:"hi_IN",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,2],int_curr_symbol:"\u0049\u004E\u0052\u0020",currency_symbol:"\u0930\u0942",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:2,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:4,weekday_names_long:["\u0930\u0935\u093F\u0935\u093E\u0930\u0020","\u0938\u094B\u092E\u0935\u093E\u0930\u0020","\u092E\u0902\u0917\u0932\u0935\u093E\u0930\u0020","\u092C\u0941\u0927\u0935\u093E\u0930\u0020","\u0917\u0941\u0930\u0941\u0935\u093E\u0930\u0020","\u0936\u0941\u0915\u094D\u0930\u0935\u093E\u0930\u0020","\u0936\u0928\u093F\u0935\u093E\u0930\u0020"],weekday_names_short:["\u0930\u0935\u093F\u0020","\u0938\u094B\u092E\u0020","\u092E\u0902\u0917\u0932\u0020","\u092C\u0941\u0927\u0020","\u0917\u0941\u0930\u0941\u0020","\u0936\u0941\u0915\u094D\u0930\u0020","\u0936\u0928\u093F\u0020"],weekday_names_narrow:["\u0930\u0935\u093F\u0020","\u0938\u094B\u092E\u0020","\u092E\u0902\u0917\u0932\u0020","\u092C\u0941\u0927\u0020","\u0917\u0941\u0930\u0941\u0020","\u0936\u0941\u0915\u094D\u0930\u0020","\u0936\u0928\u093F\u0020"],month_names_long:["\u091C\u0928\u0935\u0930\u0940","\u092B\u093C\u0930\u0935\u0930\u0940","\u092E\u093E\u0930\u094D\u091A","\u0905\u092A\u094D\u0930\u0947\u0932","\u092E\u0908","\u091C\u0942\u0928","\u091C\u0941\u0932\u093E\u0908","\u0905\u0917\u0938\u094D\u0924","\u0938\u093F\u0924\u092E\u094D\u092C\u0930","\u0905\u0915\u094D\u091F\u0942\u092C\u0930","\u0928\u0935\u092E\u094D\u092C\u0930","\u0926\u093F\u0938\u092E\u094D\u092C\u0930"],month_names_short:["\u091C\u0928\u0935\u0930\u0940","\u092B\u093C\u0930\u0935\u0930\u0940","\u092E\u093E\u0930\u094D\u091A","\u0905\u092A\u094D\u0930\u0947\u0932","\u092E\u0908","\u091C\u0942\u0928","\u091C\u0941\u0932\u093E\u0908","\u0905\u0917\u0938\u094D\u0924","\u0938\u093F\u0924\u092E\u094D\u092C\u0930","\u0905\u0915\u094D\u091F\u0942\u092C\u0930","\u0928\u0935\u092E\u094D\u092C\u0930","\u0926\u093F\u0938\u092E\u094D\u092C\u0930"],month_names_narrow:["\u091C\u0928\u0935\u0930\u0940","\u092B\u093C\u0930\u0935\u0930\u0940","\u092E\u093E\u0930\u094D\u091A","\u0905\u092A\u094D\u0930\u0947\u0932","\u092E\u0908","\u091C\u0942\u0928","\u091C\u0941\u0932\u093E\u0908","\u0905\u0917\u0938\u094D\u0924","\u0938\u093F\u0924\u092E\u094D\u092C\u0930","\u0905\u0915\u094D\u091F\u0942\u092C\u0930","\u0928\u0935\u092E\u094D\u092C\u0930","\u0926\u093F\u0938\u092E\u094D\u092C\u0930"],ampm:["\u092A\u0942\u0930\u094D\u0935\u093E\u0939\u094D\u0928","\u0905\u092A\u0930\u093E\u0939\u094D\u0928"],date_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059",time_format:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0020\u0025\u005A",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",date_time_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0059",direction:"ltr"};}return nexacro.Locale.hi_IN;}break;case "hr":case "hr_HR":case "hr_hr":{if(!nexacro.Locale.hr_HR){nexacro.Locale.hr_HR={name:"hr_HR",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[0,0],int_curr_symbol:"\u0048\u0052\u004B\u0020",currency_symbol:"\u004B\u006E",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u004E\u0065\u0064\u006A\u0065\u006C\u006A\u0061","\u0050\u006F\u006E\u0065\u0064\u006A\u0065\u006C\u006A\u0061\u006B","\u0055\u0074\u006F\u0072\u0061\u006B","\u0053\u0072\u0069\u006A\u0065\u0064\u0061","\u010C\u0065\u0074\u0076\u0072\u0074\u0061\u006B","\u0050\u0065\u0074\u0061\u006B","\u0053\u0075\u0062\u006F\u0074\u0061"],weekday_names_short:["\u004E\u0065\u0064","\u0050\u006F\u006E","\u0055\u0074\u006F","\u0053\u0072\u0069","\u010C\u0065\u0074","\u0050\u0065\u0074","\u0053\u0075\u0062"],weekday_names_narrow:["\u004E\u0065\u0064","\u0050\u006F\u006E","\u0055\u0074\u006F","\u0053\u0072\u0069","\u010C\u0065\u0074","\u0050\u0065\u0074","\u0053\u0075\u0062"],month_names_long:["\u0053\u0069\u006A\u0065\u010D\u0061\u006E\u006A","\u0056\u0065\u006C\u006A\u0061\u010D\u0061","\u004F\u017E\u0075\u006A\u0061\u006B","\u0054\u0072\u0061\u0076\u0061\u006E\u006A","\u0053\u0076\u0069\u0062\u0061\u006E\u006A","\u004C\u0069\u0070\u0061\u006E\u006A","\u0053\u0072\u0070\u0061\u006E\u006A","\u004B\u006F\u006C\u006F\u0076\u006F\u007A","\u0052\u0075\u006A\u0061\u006E","\u004C\u0069\u0073\u0074\u006F\u0070\u0061\u0064","\u0053\u0074\u0075\u0064\u0065\u006E\u0069","\u0050\u0072\u006F\u0073\u0069\u006E\u0061\u0063"],month_names_short:["\u0053\u0069\u006A","\u0056\u0065\u006C","\u004F\u017E\u0075","\u0054\u0072\u0061","\u0053\u0076\u0069","\u004C\u0069\u0070","\u0053\u0072\u0070","\u004B\u006F\u006C","\u0052\u0075\u006A","\u004C\u0069\u0073","\u0053\u0074\u0075","\u0050\u0072\u006F"],month_names_narrow:["\u0053\u0069\u006A","\u0056\u0065\u006C","\u004F\u017E\u0075","\u0054\u0072\u0061","\u0053\u0076\u0069","\u004C\u0069\u0070","\u0053\u0072\u0070","\u004B\u006F\u006C","\u0052\u0075\u006A","\u004C\u0069\u0073","\u0053\u0074\u0075","\u0050\u0072\u006F"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0065\u002E\u0020\u0025\u0042\u0020\u0025\u0059\u002E",shortdate_format:"\u0025\u0065\u002E\u0025\u006E\u002E\u0025\u0059\u002E",direction:"ltr"};}return nexacro.Locale.hr_HR;}break;case "hu":case "hu_HU":case "hu_hu":{if(!nexacro.Locale.hu_HU){nexacro.Locale.hu_HU={name:"hu_HU",decimal_point:"\u002C",thousands_sep:"\u0020",grouping:[3,3],int_curr_symbol:"\u0048\u0055\u0046\u0020",currency_symbol:"\u0046\u0074",mon_decimal_point:"\u002C",mon_thousands_sep:"\u0020",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0076\u0061\u0073\u00E1\u0072\u006E\u0061\u0070","\u0068\u00E9\u0074\u0066\u0151","\u006B\u0065\u0064\u0064","\u0073\u007A\u0065\u0072\u0064\u0061","\u0063\u0073\u00FC\u0074\u00F6\u0072\u0074\u00F6\u006B","\u0070\u00E9\u006E\u0074\u0065\u006B","\u0073\u007A\u006F\u006D\u0062\u0061\u0074"],weekday_names_short:["\u0076","\u0068","\u006B","\u0073\u007A\u0065","\u0063\u0073","\u0070","\u0073\u007A\u006F"],weekday_names_narrow:["\u0076","\u0068","\u006B","\u0073\u007A\u0065","\u0063\u0073","\u0070","\u0073\u007A\u006F"],month_names_long:["\u006A\u0061\u006E\u0075\u00E1\u0072","\u0066\u0065\u0062\u0072\u0075\u00E1\u0072","\u006D\u00E1\u0072\u0063\u0069\u0075\u0073","\u00E1\u0070\u0072\u0069\u006C\u0069\u0073","\u006D\u00E1\u006A\u0075\u0073","\u006A\u00FA\u006E\u0069\u0075\u0073","\u006A\u00FA\u006C\u0069\u0075\u0073","\u0061\u0075\u0067\u0075\u0073\u007A\u0074\u0075\u0073","\u0073\u007A\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u006F\u006B\u0074\u00F3\u0062\u0065\u0072","\u006E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0064\u0065\u0063\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u006A\u0061\u006E","\u0066\u0065\u0062\u0072","\u006D\u00E1\u0072\u0063","\u00E1\u0070\u0072","\u006D\u00E1\u006A","\u006A\u00FA\u006E","\u006A\u00FA\u006C","\u0061\u0075\u0067","\u0073\u007A\u0065\u0070\u0074","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0063"],month_names_narrow:["\u006A\u0061\u006E","\u0066\u0065\u0062\u0072","\u006D\u00E1\u0072\u0063","\u00E1\u0070\u0072","\u006D\u00E1\u006A","\u006A\u00FA\u006E","\u006A\u00FA\u006C","\u0061\u0075\u0067","\u0073\u007A\u0065\u0070\u0074","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0063"],ampm:["",""],date_format:"\u0025\u0059\u002D\u0025\u006D\u002D\u0025\u0064",time_format:"\u0025\u0048\u002E\u0025\u004D\u002E\u0025\u0053",time_format_ampm:"\u0025\u0048\u002E\u0025\u004D\u002E\u0025\u0053",date_time_format:"\u0025\u0059\u002E\u0020\u0025\u0062\u002E\u0020\u0025\u0065\u002E\u002C\u0020\u0025\u0041\u002C\u0020\u0025\u0048\u002E\u0025\u004D\u002E\u0025\u0053\u0020\u0025\u005A",full_date_time_format:"\u0025\u0059\u002E\u0020\u0025\u0062\u002E\u0020\u0025\u0065\u002E\u002C\u0020\u0025\u0041\u002C\u0020\u0025\u0048\u002E\u0025\u004D\u002E\u0025\u0053\u0020\u0025\u005A",first_weekday:0,longdate_format:"\u0025\u0059\u002E\u0020\u0025\u0042\u0020\u0025\u0065",shortdate_format:"\u0025\u0059\u002E\u0025\u006D\u002E\u0025\u0064\u002E",direction:"ltr"};}return nexacro.Locale.hu_HU;}break;case "hy":case "hy_AM":case "hy_am":{if(!nexacro.Locale.hy_AM){nexacro.Locale.hy_AM={name:"hy_AM",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u0041\u004D\u0044\u0020",currency_symbol:"\u0564\u0580\u002E",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u053F\u056B\u0580\u0561\u056F\u056B","\u0535\u0580\u056F\u0578\u0582\u0577\u0561\u0562\u0569\u056B","\u0535\u0580\u0565\u0584\u0577\u0561\u0562\u0569\u056B","\u0549\u0578\u0580\u0565\u0584\u0577\u0561\u0562\u0569\u056B","\u0540\u056B\u0576\u0563\u0577\u0561\u0562\u0569\u056B","\u0548\u0582\u0580\u0562\u0561\u0569","\u0547\u0561\u0562\u0561\u0569"],weekday_names_short:["\u053F\u0580\u056F","\u0535\u0580\u056F","\u0535\u0580\u0584","\u0549\u0580\u0584","\u0540\u0576\u0563","\u0548\u0582\u0580","\u0547\u0562\u0569"],weekday_names_narrow:["\u053F\u0580\u056F","\u0535\u0580\u056F","\u0535\u0580\u0584","\u0549\u0580\u0584","\u0540\u0576\u0563","\u0548\u0582\u0580","\u0547\u0562\u0569"],month_names_long:["\u0540\u0578\u0582\u0576\u057E\u0561\u0580\u056B","\u0553\u0565\u057F\u0580\u057E\u0561\u0580\u056B","\u0544\u0561\u0580\u057F\u056B","\u0531\u057A\u0580\u056B\u056C\u056B","\u0544\u0561\u0575\u056B\u057D\u056B","\u0540\u0578\u0582\u0576\u056B\u057D\u056B","\u0540\u0578\u0582\u056C\u056B\u057D\u056B","\u0555\u0563\u0578\u057D\u057F\u0578\u057D\u056B","\u054D\u0565\u057A\u057F\u0565\u0574\u0562\u0565\u0580\u056B","\u0540\u0578\u056F\u057F\u0565\u0574\u0562\u0565\u0580\u056B","\u0546\u0578\u0575\u0565\u0574\u0562\u0565\u0580\u056B","\u0534\u0565\u056F\u057F\u0565\u0574\u0562\u0565\u0580\u056B"],month_names_short:["\u0540\u0576\u057E","\u0553\u057F\u0580","\u0544\u0561\u0580","\u0531\u057A\u0580","\u0544\u0561\u0575","\u0540\u0576\u057D","\u0540\u056C\u057D","\u0555\u0563\u057D","\u054D\u0565\u057A","\u0540\u0578\u056F","\u0546\u0574\u0562","\u0534\u0565\u056F"],month_names_narrow:["\u0540\u0576\u057E","\u0553\u057F\u0580","\u0544\u0561\u0580","\u0531\u057A\u0580","\u0544\u0561\u0575","\u0540\u0576\u057D","\u0540\u056C\u057D","\u0555\u0563\u057D","\u054D\u0565\u057A","\u0540\u0578\u056F","\u0546\u0574\u0562","\u0534\u0565\u056F"],ampm:["",""],date_format:"\u0025\u006D\u002F\u0025\u0064\u002F\u0025\u0079",time_format:"\u0025\u0072",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0072\u0020\u0025\u005A",full_date_time_format:"",first_weekday:0,longdate_format:"\u0025\u0065\u0020\u0025\u0042\u002C\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",direction:"ltr"};}return nexacro.Locale.hy_AM;}break;case "id":case "id_ID":case "id_id":{if(!nexacro.Locale.id_ID){nexacro.Locale.id_ID={name:"id_ID",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[3,3],int_curr_symbol:"\u0049\u0044\u0052\u0020",currency_symbol:"\u0052\u0070",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:0,weekday_names_long:["\u004D\u0069\u006E\u0067\u0067\u0075","\u0053\u0065\u006E\u0069\u006E","\u0053\u0065\u006C\u0061\u0073\u0061","\u0052\u0061\u0062\u0075","\u004B\u0061\u006D\u0069\u0073","\u004A\u0075\u006D\u0061\u0074","\u0053\u0061\u0062\u0074\u0075"],weekday_names_short:["\u004D\u0069\u006E","\u0053\u0065\u006E","\u0053\u0065\u006C","\u0052\u0061\u0062","\u004B\u0061\u006D","\u004A\u0075\u006D","\u0053\u0061\u0062"],weekday_names_narrow:["\u004D\u0069\u006E","\u0053\u0065\u006E","\u0053\u0065\u006C","\u0052\u0061\u0062","\u004B\u0061\u006D","\u004A\u0075\u006D","\u0053\u0061\u0062"],month_names_long:["\u004A\u0061\u006E\u0075\u0061\u0072\u0069","\u0050\u0065\u0062\u0072\u0075\u0061\u0072\u0069","\u004D\u0061\u0072\u0065\u0074","\u0041\u0070\u0072\u0069\u006C","\u004D\u0065\u0069","\u004A\u0075\u006E\u0069","\u004A\u0075\u006C\u0069","\u0041\u0067\u0075\u0073\u0074\u0075\u0073","\u0053\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u004F\u006B\u0074\u006F\u0062\u0065\u0072","\u004E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0044\u0065\u0073\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u004A\u0061\u006E","\u0050\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0065\u0069","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0067\u0075","\u0053\u0065\u0070","\u004F\u006B\u0074","\u004E\u006F\u0076","\u0044\u0065\u0073"],month_names_narrow:["\u004A\u0061\u006E","\u0050\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0065\u0069","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0067\u0075","\u0053\u0065\u0070","\u004F\u006B\u0074","\u004E\u006F\u0076","\u0044\u0065\u0073"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0072\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.id_ID;}break;case "is":case "is_IS":case "is_is":{if(!nexacro.Locale.is_IS){nexacro.Locale.is_IS={name:"is_IS",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[3,3],int_curr_symbol:"\u0049\u0053\u004B\u0020",currency_symbol:"\u006B\u0072\u002E",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:0,frac_digits:0,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0073\u0075\u006E\u006E\u0075\u0064\u0061\u0067\u0075\u0072","\u006D\u00E1\u006E\u0075\u0064\u0061\u0067\u0075\u0072","\u00FE\u0072\u0069\u00F0\u006A\u0075\u0064\u0061\u0067\u0075\u0072","\u006D\u0069\u00F0\u0076\u0069\u006B\u0075\u0064\u0061\u0067\u0075\u0072","\u0066\u0069\u006D\u006D\u0074\u0075\u0064\u0061\u0067\u0075\u0072","\u0066\u00F6\u0073\u0074\u0075\u0064\u0061\u0067\u0075\u0072","\u006C\u0061\u0075\u0067\u0061\u0072\u0064\u0061\u0067\u0075\u0072"],weekday_names_short:["\u0073\u0075\u006E","\u006D\u00E1\u006E","\u00FE\u0072\u0069","\u006D\u0069\u00F0","\u0066\u0069\u006D","\u0066\u00F6\u0073","\u006C\u0061\u0075"],weekday_names_narrow:["\u0073\u0075\u006E","\u006D\u00E1\u006E","\u00FE\u0072\u0069","\u006D\u0069\u00F0","\u0066\u0069\u006D","\u0066\u00F6\u0073","\u006C\u0061\u0075"],month_names_long:["\u006A\u0061\u006E\u00FA\u0061\u0072","\u0066\u0065\u0062\u0072\u00FA\u0061\u0072","\u006D\u0061\u0072\u0073","\u0061\u0070\u0072\u00ED\u006C","\u006D\u0061\u00ED","\u006A\u00FA\u006E\u00ED","\u006A\u00FA\u006C\u00ED","\u00E1\u0067\u00FA\u0073\u0074","\u0073\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u006F\u006B\u0074\u00F3\u0062\u0065\u0072","\u006E\u00F3\u0076\u0065\u006D\u0062\u0065\u0072","\u0064\u0065\u0073\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u00ED","\u006A\u00FA\u006E","\u006A\u00FA\u006C","\u00E1\u0067\u00FA","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u00F3\u0076","\u0064\u0065\u0073"],month_names_narrow:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u00ED","\u006A\u00FA\u006E","\u006A\u00FA\u006C","\u00E1\u0067\u00FA","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u00F3\u0076","\u0064\u0065\u0073"],ampm:["\u0066\u0068","\u0065\u0068"],date_format:"\u0025\u0061\u0020\u0025\u0065\u002E\u0025\u0062\u0020\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0065\u002E\u0025\u0062\u0020\u0025\u0059\u002C\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0065\u002E\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0065\u002E\u0025\u006E\u002E\u0025\u0059",direction:"ltr"};}return nexacro.Locale.is_IS;}break;case "it_CH":case "it_ch":{if(!nexacro.Locale.it_CH){nexacro.Locale.it_CH={name:"it_CH",decimal_point:"\u002E",thousands_sep:"\u0027",grouping:[3,3],int_curr_symbol:"\u0043\u0048\u0046\u0020",currency_symbol:"\u0046\u0072\u002E",mon_decimal_point:"\u002E",mon_thousands_sep:"\u0027",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:4,n_sign_posn:4,weekday_names_long:["\u0064\u006F\u006D\u0065\u006E\u0069\u0063\u0061","\u006C\u0075\u006E\u0065\u0064\u00EC","\u006D\u0061\u0072\u0074\u0065\u0064\u00EC","\u006D\u0065\u0072\u0063\u006F\u006C\u0065\u0064\u00EC","\u0067\u0069\u006F\u0076\u0065\u0064\u00EC","\u0076\u0065\u006E\u0065\u0072\u0064\u00EC","\u0073\u0061\u0062\u0061\u0074\u006F"],weekday_names_short:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0065\u0072","\u006D\u0065\u0072","\u0076\u0065\u006E","\u0073\u0061\u0062"],weekday_names_narrow:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0065\u0072","\u006D\u0065\u0072","\u0076\u0065\u006E","\u0073\u0061\u0062"],month_names_long:["\u0067\u0065\u006E\u006E\u0061\u0069\u006F","\u0066\u0065\u0062\u0062\u0072\u0061\u0069\u006F","\u006D\u0061\u0072\u007A\u006F","\u0061\u0070\u0072\u0069\u006C\u0065","\u006D\u0061\u0067\u0067\u0069\u006F","\u0067\u0069\u0075\u0067\u006E\u006F","\u006C\u0075\u0067\u006C\u0069\u006F","\u0061\u0067\u006F\u0073\u0074\u006F","\u0073\u0065\u0074\u0074\u0065\u006D\u0062\u0072\u0065","\u006F\u0074\u0074\u006F\u0062\u0072\u0065","\u006E\u006F\u0076\u0065\u006D\u0062\u0072\u0065","\u0064\u0069\u0063\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0067\u0065\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u0067","\u0067\u0069\u0075","\u006C\u0075\u0067","\u0061\u0067\u006F","\u0073\u0065\u0074","\u006F\u0074\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],month_names_narrow:["\u0067\u0065\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u0067","\u0067\u0069\u0075","\u006C\u0075\u0067","\u0061\u0067\u006F","\u0073\u0065\u0074","\u006F\u0074\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0020\u0025\u006D\u002E\u0020\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0065\u002E\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",direction:"ltr"};}return nexacro.Locale.it_CH;}break;case "it":case "it_IT":case "it_it":{if(!nexacro.Locale.it_IT){nexacro.Locale.it_IT={name:"it_IT",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[0,0],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0064\u006F\u006D\u0065\u006E\u0069\u0063\u0061","\u006C\u0075\u006E\u0065\u0064\u00EC","\u006D\u0061\u0072\u0074\u0065\u0064\u00EC","\u006D\u0065\u0072\u0063\u006F\u006C\u0065\u0064\u00EC","\u0067\u0069\u006F\u0076\u0065\u0064\u00EC","\u0076\u0065\u006E\u0065\u0072\u0064\u00EC","\u0073\u0061\u0062\u0061\u0074\u006F"],weekday_names_short:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0065\u0072","\u0067\u0069\u006F","\u0076\u0065\u006E","\u0073\u0061\u0062"],weekday_names_narrow:["\u0064\u006F\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0065\u0072","\u0067\u0069\u006F","\u0076\u0065\u006E","\u0073\u0061\u0062"],month_names_long:["\u0067\u0065\u006E\u006E\u0061\u0069\u006F","\u0066\u0065\u0062\u0062\u0072\u0061\u0069\u006F","\u006D\u0061\u0072\u007A\u006F","\u0061\u0070\u0072\u0069\u006C\u0065","\u006D\u0061\u0067\u0067\u0069\u006F","\u0067\u0069\u0075\u0067\u006E\u006F","\u006C\u0075\u0067\u006C\u0069\u006F","\u0061\u0067\u006F\u0073\u0074\u006F","\u0073\u0065\u0074\u0074\u0065\u006D\u0062\u0072\u0065","\u006F\u0074\u0074\u006F\u0062\u0072\u0065","\u006E\u006F\u0076\u0065\u006D\u0062\u0072\u0065","\u0064\u0069\u0063\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0067\u0065\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u0067","\u0067\u0069\u0075","\u006C\u0075\u0067","\u0061\u0067\u006F","\u0073\u0065\u0074","\u006F\u0074\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],month_names_narrow:["\u0067\u0065\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u0067","\u0067\u0069\u0075","\u006C\u0075\u0067","\u0061\u0067\u006F","\u0073\u0065\u0074","\u006F\u0074\u0074","\u006E\u006F\u0076","\u0064\u0069\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u0020\u0025\u0065\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.it_IT;}break;case "iw":case "iw_IL":case "iw_il":{if(!nexacro.Locale.iw_IL){nexacro.Locale.iw_IL={name:"iw_IL",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u0049\u004C\u0053\u0020",currency_symbol:"\u05E9\u05D7",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:2,n_sign_posn:2,weekday_names_long:["\u05E8\u05D0\u05E9\u05D5\u05DF","\u05E9\u05E0\u05D9","\u05E9\u05DC\u05D9\u05E9\u05D9","\u05E8\u05D1\u05D9\u05E2\u05D9","\u05D7\u05DE\u05D9\u05E9\u05D9","\u05E9\u05D9\u05E9\u05D9","\u05E9\u05D1\u05EA"],weekday_names_short:["\u05D0\u0027","\u05D1\u0027","\u05D2\u0027","\u05D3\u0027","\u05D4\u0027","\u05D5\u0027","\u05E9\u0027"],weekday_names_narrow:["\u05D0\u0027","\u05D1\u0027","\u05D2\u0027","\u05D3\u0027","\u05D4\u0027","\u05D5\u0027","\u05E9\u0027"],month_names_long:["\u05D9\u05E0\u05D5\u05D0\u05E8","\u05E4\u05D1\u05E8\u05D5\u05D0\u05E8","\u05DE\u05E8\u05E5","\u05D0\u05E4\u05E8\u05D9\u05DC","\u05DE\u05D0\u05D9","\u05D9\u05D5\u05E0\u05D9","\u05D9\u05D5\u05DC\u05D9","\u05D0\u05D5\u05D2\u05D5\u05E1\u05D8","\u05E1\u05E4\u05D8\u05DE\u05D1\u05E8","\u05D0\u05D5\u05E7\u05D8\u05D5\u05D1\u05E8","\u05E0\u05D5\u05D1\u05DE\u05D1\u05E8","\u05D3\u05E6\u05DE\u05D1\u05E8"],month_names_short:["\u05D9\u05E0\u05D5","\u05E4\u05D1\u05E8","\u05DE\u05E8\u05E5","\u05D0\u05E4\u05E8","\u05DE\u05D0\u05D9","\u05D9\u05D5\u05E0","\u05D9\u05D5\u05DC","\u05D0\u05D5\u05D2","\u05E1\u05E4\u05D8","\u05D0\u05D5\u05E7","\u05E0\u05D5\u05D1","\u05D3\u05E6\u05DE"],month_names_narrow:["\u05D9\u05E0\u05D5","\u05E4\u05D1\u05E8","\u05DE\u05E8\u05E5","\u05D0\u05E4\u05E8","\u05DE\u05D0\u05D9","\u05D9\u05D5\u05E0","\u05D9\u05D5\u05DC","\u05D0\u05D5\u05D2","\u05E1\u05E4\u05D8","\u05D0\u05D5\u05E7","\u05E0\u05D5\u05D1","\u05D3\u05E6\u05DE"],ampm:["\u0041\u004D","\u0050\u004D"],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0050",date_time_format:"\u0025\u005A\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0059\u0020\u0025\u0062\u0020\u0025\u0064\u0020\u0025\u0061",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"rtl"};}return nexacro.Locale.iw_IL;}break;case "ja":case "ja_JP":case "ja_jp":{if(!nexacro.Locale.ja_JP){nexacro.Locale.ja_JP={name:"ja_JP",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u004A\u0050\u0059\u0020",currency_symbol:"\uFFE5",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:0,frac_digits:0,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:4,n_sign_posn:4,mon_n_sign_posn:1,weekday_names_long:["\u65E5\u66DC\u65E5","\u6708\u66DC\u65E5","\u706B\u66DC\u65E5","\u6C34\u66DC\u65E5","\u6728\u66DC\u65E5","\u91D1\u66DC\u65E5","\u571F\u66DC\u65E5"],weekday_names_short:["\u65E5","\u6708","\u706B","\u6C34","\u6728","\u91D1","\u571F"],weekday_names_narrow:["\u65E5","\u6708","\u706B","\u6C34","\u6728","\u91D1","\u571F"],month_names_long:["\u0031\u6708","\u0032\u6708","\u0033\u6708","\u0034\u6708","\u0035\u6708","\u0036\u6708","\u0037\u6708","\u0038\u6708","\u0039\u6708","\u0031\u0030\u6708","\u0031\u0031\u6708","\u0031\u0032\u6708"],month_names_short:["\u0020\u0031\u6708","\u0020\u0032\u6708","\u0020\u0033\u6708","\u0020\u0034\u6708","\u0020\u0035\u6708","\u0020\u0036\u6708","\u0020\u0037\u6708","\u0020\u0038\u6708","\u0020\u0039\u6708","\u0031\u0030\u6708","\u0031\u0031\u6708","\u0031\u0032\u6708"],month_names_narrow:["\u0020\u0031\u6708","\u0020\u0032\u6708","\u0020\u0033\u6708","\u0020\u0034\u6708","\u0020\u0035\u6708","\u0020\u0036\u6708","\u0020\u0037\u6708","\u0020\u0038\u6708","\u0020\u0039\u6708","\u0031\u0030\u6708","\u0031\u0031\u6708","\u0031\u0032\u6708"],ampm:["\u5348\u524D","\u5348\u5F8C"],date_format:"\u0025\u0059\u5E74\u0025\u006D\u6708\u0025\u0064\u65E5",time_format:"\u0025\u0048\u6642\u0025\u004D\u5206\u0025\u0053\u79D2",time_format_ampm:"\u0025\u0070\u0025\u0049\u6642\u0025\u004D\u5206\u0025\u0053\u79D2",date_time_format:"\u0025\u0059\u5E74\u0025\u006D\u6708\u0025\u0064\u65E5\u0020\u0025\u0048\u6642\u0025\u004D\u5206\u0025\u0053\u79D2",full_date_time_format:"",first_weekday:0,longdate_format:"\u0025\u0059\u5E74\u0025\u006E\u6708\u0025\u0065\u65E5",shortdate_format:"\u0025\u0059\u002F\u0025\u006D\u002F\u0025\u0064",direction:"ltr"};}return nexacro.Locale.ja_JP;}break;case "ka":case "ka_GE":case "ka_ge":{if(!nexacro.Locale.ka_GE){nexacro.Locale.ka_GE={name:"ka_GE",decimal_point:"\u002C",thousands_sep:"\u0020",grouping:[3,3],int_curr_symbol:"\u0047\u0045\u004C\u0020",currency_symbol:"\u004C\u0061\u0072\u0069",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u10D9\u10D5\u10D8\u10E0\u10D0","\u10DD\u10E0\u10E8\u10D0\u10D1\u10D0\u10D7\u10D8","\u10E1\u10D0\u10DB\u10E8\u10D0\u10D1\u10D0\u10D7\u10D8","\u10DD\u10D7\u10EE\u10E8\u10D0\u10D1\u10D0\u10D7\u10D8","\u10EE\u10E3\u10D7\u10E8\u10D0\u10D1\u10D0\u10D7\u10D8","\u10DE\u10D0\u10E0\u10D0\u10E1\u10D9\u10D4\u10D5\u10D8","\u10E8\u10D0\u10D1\u10D0\u10D7\u10D8"],weekday_names_short:["\u10D9\u10D5\u10D8","\u10DD\u10E0\u10E8","\u10E1\u10D0\u10DB","\u10DD\u10D7\u10EE","\u10EE\u10E3\u10D7","\u10DE\u10D0\u10E0","\u10E8\u10D0\u10D1"],weekday_names_narrow:["\u10D9\u10D5\u10D8","\u10DD\u10E0\u10E8","\u10E1\u10D0\u10DB","\u10DD\u10D7\u10EE","\u10EE\u10E3\u10D7","\u10DE\u10D0\u10E0","\u10E8\u10D0\u10D1"],month_names_long:["\u10D8\u10D0\u10DC\u10D5\u10D0\u10E0\u10D8","\u10D7\u10D4\u10D1\u10D4\u10E0\u10D5\u10D0\u10DA\u10D8","\u10DB\u10D0\u10E0\u10E2\u10D8","\u10D0\u10DE\u10E0\u10D8\u10DA\u10D8","\u10DB\u10D0\u10D8\u10E1\u10D8","\u10D8\u10D5\u10DC\u10D8\u10E1\u10D8","\u10D8\u10D5\u10DA\u10D8\u10E1\u10D8","\u10D0\u10D2\u10D5\u10D8\u10E1\u10E2\u10DD","\u10E1\u10D4\u10E5\u10E2\u10D4\u10DB\u10D1\u10D4\u10E0\u10D8","\u10DD\u10E5\u10E2\u10DD\u10DB\u10D1\u10D4\u10E0\u10D8","\u10DC\u10DD\u10D4\u10DB\u10D1\u10D4\u10E0\u10D8","\u10D3\u10D4\u10D9\u10D4\u10DB\u10D1\u10D4\u10E0\u10D8"],month_names_short:["\u10D8\u10D0\u10DC","\u10D7\u10D4\u10D1","\u10DB\u10D0\u10E0","\u10D0\u10DE\u10E0","\u10DB\u10D0\u10D8","\u10D8\u10D5\u10DC","\u10D8\u10D5\u10DA","\u10D0\u10D2\u10D5","\u10E1\u10D4\u10E5","\u10DD\u10E5\u10E2","\u10DC\u10DD\u10D4","\u10D3\u10D4\u10D9"],month_names_narrow:["\u10D8\u10D0\u10DC","\u10D7\u10D4\u10D1","\u10DB\u10D0\u10E0","\u10D0\u10DE\u10E0","\u10DB\u10D0\u10D8","\u10D8\u10D5\u10DC","\u10D8\u10D5\u10DA","\u10D0\u10D2\u10D5","\u10E1\u10D4\u10E5","\u10DD\u10E5\u10E2","\u10DC\u10DD\u10D4","\u10D3\u10D4\u10D9"],ampm:["",""],date_format:"\u0025\u006D\u002F\u0025\u0064\u002F\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0059\u0020\u10EC\u10DA\u10D8\u10E1\u0020\u0025\u0064\u0020\u0025\u0042\u002C\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"",first_weekday:0,longdate_format:"\u0025\u0059\u0020\u10EC\u10DA\u10D8\u10E1\u0020\u0025\u0064\u0020\u0025\u006D\u002C\u0020\u0025\u0041",shortdate_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",direction:"ltr"};}return nexacro.Locale.ka_GE;}break;case "kk":case "kk_KZ":case "kk_kz":{if(!nexacro.Locale.kk_KZ){nexacro.Locale.kk_KZ={name:"kk_KZ",decimal_point:"\u002C",thousands_sep:"\u0020",grouping:[3,3],int_curr_symbol:"\u004B\u005A\u0054\u0020",currency_symbol:"\u0422",mon_decimal_point:"\u002D",mon_thousands_sep:"\u0020",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0416\u0435\u043A\u0441\u0435\u043D\u0431\u0456","\u0414\u04AF\u0439\u0441\u0435\u043D\u0431\u0456","\u0421\u0435\u0439\u0441\u0435\u043D\u0431\u0456","\u0421\u04D9\u0440\u0441\u0435\u043D\u0431\u0456","\u0411\u0435\u0439\u0441\u0435\u043D\u0431\u0456","\u0416\u04B1\u043C\u0430","\u0421\u0435\u043D\u0431\u0456"],weekday_names_short:["\u0416\u043A","\u0414\u0441","\u0421\u0441","\u0421\u0440","\u0411\u0441","\u0416\u043C","\u0421\u043D"],weekday_names_narrow:["\u0416\u043A","\u0414\u0441","\u0421\u0441","\u0421\u0440","\u0411\u0441","\u0416\u043C","\u0421\u043D"],month_names_long:["\u049A\u0430\u04A3\u0442\u0430\u0440","\u0410\u049B\u043F\u0430\u043D","\u041D\u0430\u0443\u0440\u044B\u0437","\u0421\u04D9\u0443\u0456\u0440","\u041C\u0430\u043C\u044B\u0440","\u041C\u0430\u0443\u0441\u044B\u043C","\u0428\u0456\u043B\u0434\u0435","\u0422\u0430\u043C\u044B\u0437","\u049A\u044B\u0440\u043A\u04AF\u0439\u0435\u043A","\u049A\u0430\u0437\u0430\u043D","\u049A\u0430\u0440\u0430\u0448\u0430","\u0416\u0435\u043B\u0442\u043E\u049B\u0441\u0430\u043D"],month_names_short:["\u049A\u0430\u04A3","\u0410\u049B\u043F","\u041D\u0430\u0443","\u0421\u04D9\u0443","\u041C\u0430\u043C","\u041C\u0430\u0443","\u0428\u0456\u043B","\u0422\u0430\u043C","\u049A\u044B\u0440","\u049A\u0430\u0437","\u049A\u0430\u0440","\u0416\u0435\u043B"],month_names_narrow:["\u049A\u0430\u04A3","\u0410\u049B\u043F","\u041D\u0430\u0443","\u0421\u04D9\u0443","\u041C\u0430\u043C","\u041C\u0430\u0443","\u0428\u0456\u043B","\u0422\u0430\u043C","\u049A\u044B\u0440","\u049A\u0430\u0437","\u049A\u0430\u0440","\u0416\u0435\u043B"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0065\u0020\u0025\u0042\u0020\u0025\u0059\u0020\u0025\u0041\u0020\u0436\u002E",shortdate_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",direction:"ltr"};}return nexacro.Locale.kk_KZ;}break;case "kl":case "kl_GL":case "kl_gl":{if(!nexacro.Locale.kl_GL){nexacro.Locale.kl_GL={name:"kl_GL",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[3,3],int_curr_symbol:"\u0044\u004B\u004B\u0020",currency_symbol:"\u006B\u0072",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:2,n_cs_precedes:1,n_sep_by_space:2,p_sign_posn:4,n_sign_posn:4,weekday_names_long:["\u0073\u0061\u0062\u0061\u0061\u0074","\u0061\u0074\u0061\u0061\u0073\u0069\u006E\u006E\u0067\u006F\u0072\u006E\u0065\u0071","\u006D\u0061\u0072\u006C\u0075\u006E\u006E\u0067\u006F\u0072\u006E\u0065\u0071","\u0070\u0069\u006E\u0067\u0061\u0073\u0075\u006E\u006E\u0067\u006F\u0072\u006E\u0065\u0071","\u0073\u0069\u0073\u0061\u006D\u0061\u006E\u006E\u0067\u006F\u0072\u006E\u0065\u0071","\u0074\u0061\u006C\u006C\u0069\u006D\u0061\u006E\u006E\u0067\u006F\u0072\u006E\u0065\u0071","\u0061\u0072\u0066\u0069\u006E\u0069\u006E\u006E\u0067\u006F\u0072\u006E\u0065\u0071"],weekday_names_short:["\u0073\u0061\u0062","\u0061\u0074\u0061","\u006D\u0061\u0072","\u0070\u0069\u006E","\u0073\u0069\u0073","\u0074\u0061\u006C","\u0061\u0072\u0066"],weekday_names_narrow:["\u0073\u0061\u0062","\u0061\u0074\u0061","\u006D\u0061\u0072","\u0070\u0069\u006E","\u0073\u0069\u0073","\u0074\u0061\u006C","\u0061\u0072\u0066"],month_names_long:["\u006A\u0061\u006E\u0075\u0061\u0072\u0069","\u0066\u0065\u0062\u0072\u0075\u0061\u0072\u0069","\u006D\u0061\u0072\u0074\u0073\u0069","\u0061\u0070\u0072\u0069\u006C\u0069","\u006D\u0061\u006A\u0069","\u006A\u0075\u006E\u0069","\u006A\u0075\u006C\u0069","\u0061\u0075\u0067\u0075\u0073\u0074\u0075\u0073\u0069","\u0073\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072\u0069","\u006F\u006B\u0074\u006F\u0062\u0065\u0072\u0069","\u006E\u006F\u0076\u0065\u006D\u0062\u0065\u0072\u0069","\u0064\u0065\u0063\u0065\u006D\u0062\u0065\u0072\u0069"],month_names_short:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u006A","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0063"],month_names_narrow:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u006A","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0063"],ampm:["",""],date_format:"\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.kl_GL;}break;case "km":case "km_KH":case "km_kh":{if(!nexacro.Locale.km_KH){nexacro.Locale.km_KH={name:"km_KH",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u004B\u0048\u0052\u0020",currency_symbol:"\u17DB",mon_decimal_point:"\u002E",mon_thousands_sep:"\u0020",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:0,n_cs_precedes:0,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u1790\u17D2\u1784\u17C3\u200B\u17A2\u17B6\u1791\u17B7\u178F\u17D2\u1799","\u1790\u17D2\u1784\u17C3\u200B\u1785\u17D0\u1793\u17D2\u1791","\u1790\u17D2\u1784\u17C3\u200B\u17A2\u1784\u17D2\u1782\u17B6\u179A","\u1790\u17D2\u1784\u17C3\u200B\u1796\u17BB\u1792","\u1790\u17D2\u1784\u17C3\u200B\u1796\u17D2\u179A\u17A0\u179F\u17D2\u1794\u178F\u17B7\u17CD","\u1790\u17D2\u1784\u17C3\u200B\u179F\u17BB\u1780\u17D2\u179A","\u1790\u17D2\u1784\u17C3\u200B\u179F\u17C5\u179A\u17CD"],weekday_names_short:["\u17A2\u17B6","\u1785","\u17A2","\u1796\u17BB","\u1796\u17D2\u179A","\u179F\u17BB","\u179F"],weekday_names_narrow:["\u17A2\u17B6","\u1785","\u17A2","\u1796\u17BB","\u1796\u17D2\u179A","\u179F\u17BB","\u179F"],month_names_long:["\u1798\u1780\u179A\u17B6","\u1780\u17BB\u1798\u17D2\u1797\u17C8","\u1798\u17B7\u1793\u17B6","\u1798\u17C1\u179F\u17B6","\u17A7\u179F\u1797\u17B6","\u1798\u17B7\u1790\u17BB\u1793\u17B6","\u1780\u1780\u17D2\u1780\u178A\u17B6","\u179F\u17B8\u17A0\u17B6","\u1780\u1789\u17D2\u1789\u17B6","\u178F\u17BB\u179B\u17B6","\u179C\u17B7\u1785\u17D2\u1786\u17B7\u1780\u17B6","\u1792\u17D2\u1793\u17BC"],month_names_short:["\u17E1","\u17E2","\u17E3","\u17E4","\u17E5","\u17E6","\u17E7","\u17E8","\u17E9","\u17E1\u17E0","\u17E1\u17E1","\u17E1\u17E2"],month_names_narrow:["\u17E1","\u17E2","\u17E3","\u17E4","\u17E5","\u17E6","\u17E7","\u17E8","\u17E9","\u17E1\u17E0","\u17E1\u17E1","\u17E1\u17E2"],ampm:["\u1796\u17D2\u179A\u17B9\u1780","\u179B\u17D2\u1784\u17B6\u1785"],date_format:"%e %B %Y",time_format:"%H:%M:%S",time_format_ampm:"%I\u003A%M\u003A%S\u0020%p",date_time_format:"%A \u1790\u17D2\u1784\u17C3 %e \u1781\u17C2 %B \u1786\u17D2\u1793\u17B6\u17C6 %Y, %H \u1798\u17C9\u17C4\u1784 m \u1793\u17B6\u1791\u17B8 %S \u179C\u17B7\u1793\u17B6\u1791\u17B8\u200B",full_date_time_format:"\u0025\u0061\u0020\u0025\u0065\u0020\u0025\u0062%\u0020\u0025\u0045\u0079\u0020\u0025\u0048\u003A\u0025\u004D%\u003A\u0025\u0053\u0020\u0025\u005A",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.km_KH;}break;case "kn":case "kn_IN":case "kn_in":{if(!nexacro.Locale.kn_IN){nexacro.Locale.kn_IN={name:"kn_IN",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,2],int_curr_symbol:"\u0049\u004E\u0052\u0020",currency_symbol:"\u0CB0\u0CC2",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:2,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:4,weekday_names_long:["\u0CB0\u0CB5\u0CBF\u0CB5\u0CBE\u0CB0","\u0CB8\u0CCB\u0CAE\u0CB5\u0CBE\u0CB0","\u0CAE\u0C82\u0C97\u0CB3\u0CB5\u0CBE\u0CB0","\u0CAC\u0CC1\u0CA7\u0CB5\u0CBE\u0CB0","\u0C97\u0CC1\u0CB0\u0CC1\u0CB5\u0CBE\u0CB0","\u0CB6\u0CC1\u0C95\u0CCD\u0CB0\u0CB5\u0CBE\u0CB0","\u0CB6\u0CA8\u0CBF\u0CB5\u0CBE\u0CB0"],weekday_names_short:["\u0CB0","\u0CB8\u0CCB","\u0CAE\u0C82","\u0CAC\u0CC1","\u0C97\u0CC1","\u0CB6\u0CC1","\u0CB6"],weekday_names_narrow:["\u0CB0","\u0CB8\u0CCB","\u0CAE\u0C82","\u0CAC\u0CC1","\u0C97\u0CC1","\u0CB6\u0CC1","\u0CB6"],month_names_long:["\u0C9C\u0CA8\u0CB5\u0CB0\u0CBF","\u0CAB\u0CC6\u0CAC\u0CCD\u0CB0\u0CB5\u0CB0\u0CBF","\u0CAE\u0CBE\u0CB0\u0CCD\u0C9A","\u0C8F\u0CAA\u0CCD\u0CB0\u0CBF\u0CB2\u0CCD","\u0CAE\u0CC7","\u0C9C\u0CC2\u0CA8\u0CCD","\u0C9C\u0CC1\u0CB2\u0CBE\u0CAF\u0CBF","\u0C86\u0C97\u0CB8\u0CCD\u0CA4\u0CC1","\u0CB8\u0CC6\u0CAA\u0CCD\u0C9F\u0CC6\u0C82\u0CAC\u0CB0","\u0C85\u0C95\u0CCD\u0CA4\u0CC2\u0CAC\u0CB0","\u0CA8\u0CB5\u0CC6\u0C82\u0CAC\u0CB0","\u0CA6\u0CB6\u0C82\u0CAC\u0CB0"],month_names_short:["\u0C9C","\u0CAB\u0CC6","\u0CAE\u0CBE","\u0C8F","\u0CAE\u0CC7","\u0C9C\u0CC2","\u0C9C\u0CC1","\u0C86","\u0CB8\u0CC6","\u0C85","\u0CA8","\u0CA6"],month_names_narrow:["\u0C9C","\u0CAB\u0CC6","\u0CAE\u0CBE","\u0C8F","\u0CAE\u0CC7","\u0C9C\u0CC2","\u0C9C\u0CC1","\u0C86","\u0CB8\u0CC6","\u0C85","\u0CA8","\u0CA6"],ampm:["\u0CAA\u0CC2\u0CB0\u0CCD\u0CB5\u0CBE\u0CB9\u0CCD\u0CA8","\u0C85\u0CAA\u0CB0\u0CBE\u0CB9\u0CCD\u0CA8"],date_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059",time_format:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0020\u0025\u005A",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",date_time_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0079",direction:"ltr"};}return nexacro.Locale.kn_IN;}break;case "ko":case "ko_KR":case "ko_kr":{if(!nexacro.Locale.ko_KR){nexacro.Locale.ko_KR={name:"ko_KR",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u004B\u0052\u0057\u0020",currency_symbol:"\uFFE6",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:0,frac_digits:0,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\uC77C\uC694\uC77C","\uC6D4\uC694\uC77C","\uD654\uC694\uC77C","\uC218\uC694\uC77C","\uBAA9\uC694\uC77C","\uAE08\uC694\uC77C","\uD1A0\uC694\uC77C"],weekday_names_short:["\uC77C","\uC6D4","\uD654","\uC218","\uBAA9","\uAE08","\uD1A0"],weekday_names_narrow:["\uC77C","\uC6D4","\uD654","\uC218","\uBAA9","\uAE08","\uD1A0"],month_names_long:["\u0031\uC6D4","\u0032\uC6D4","\u0033\uC6D4","\u0034\uC6D4","\u0035\uC6D4","\u0036\uC6D4","\u0037\uC6D4","\u0038\uC6D4","\u0039\uC6D4","\u0031\u0030\uC6D4","\u0031\u0031\uC6D4","\u0031\u0032\uC6D4"],month_names_short:["\u0020\u0031\uC6D4","\u0020\u0032\uC6D4","\u0020\u0033\uC6D4","\u0020\u0034\uC6D4","\u0020\u0035\uC6D4","\u0020\u0036\uC6D4","\u0020\u0037\uC6D4","\u0020\u0038\uC6D4","\u0020\u0039\uC6D4","\u0031\u0030\uC6D4","\u0031\u0031\uC6D4","\u0031\u0032\uC6D4"],month_names_narrow:["\u0020\u0031\uC6D4","\u0020\u0032\uC6D4","\u0020\u0033\uC6D4","\u0020\u0034\uC6D4","\u0020\u0035\uC6D4","\u0020\u0036\uC6D4","\u0020\u0037\uC6D4","\u0020\u0038\uC6D4","\u0020\u0039\uC6D4","\u0031\u0030\uC6D4","\u0031\u0031\uC6D4","\u0031\u0032\uC6D4"],ampm:["\uC624\uC804","\uC624\uD6C4"],date_format:"\u0025\u0059\uB144\u0020\u0025\u006D\uC6D4\u0020\u0025\u0064\uC77C",time_format:"\u0025\u0048\uC2DC\u0020\u0025\u004D\uBD84\u0020\u0025\u0053\uCD08",time_format_ampm:"\u0025\u0070\u0020\u0025\u0049\uC2DC\u0020\u0025\u004D\uBD84\u0020\u0025\u0053\uCD08",date_time_format:"\u0025\u0078\u0020\u0028\u0025\u0061\u0029\u0020\u0025\u0072",full_date_time_format:"\u0025\u0059\u002E\u0020\u0025\u006D\u002E\u0020\u0025\u0064\u002E\u0020\u0028\u0025\u0061\u0029\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A",first_weekday:0,longdate_format:"\u0025\u0059\uB144\u0020\u0025\u006E\uC6D4\u0020\u0025\u0065\uC77C\u0020\u0025\u0041",shortdate_format:"\u0025\u0059\u002D\u0025\u006D\u002D\u0025\u0064",direction:"ltr"};}return nexacro.Locale.ko_KR;}break;case "ku":case "ku_TR":case "ku_tr":{if(!nexacro.Locale.ku_TR){nexacro.Locale.ku_TR={name:"ku_TR",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[3,3],int_curr_symbol:"\u0054\u0052\u0059\u0020",currency_symbol:"\u0059\u0054\u004C",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0079\u00EA\u006B\u0073\u00EA\u006D","\u0064\u0075\u0073\u00EA\u006D","\u0073\u00EA\u0073\u00EA\u006D","\u00E7\u0061\u0072\u0073\u00EA\u006D","\u0070\u00EA\u006E\u0063\u0073\u00EA\u006D","\u00EE\u006E\u00EE","\u0073\u0065\u0070\u0074"],weekday_names_short:["\u0079\u00EA\u006B","\u0064\u0075\u0073","\u0073\u00EA\u0073","\u00E7\u0061\u0072","\u0070\u00EA\u006E","\u00EE\u006E\u00EE","\u0073\u0065\u0070"],weekday_names_narrow:["\u0079\u00EA\u006B","\u0064\u0075\u0073","\u0073\u00EA\u0073","\u00E7\u0061\u0072","\u0070\u00EA\u006E","\u00EE\u006E\u00EE","\u0073\u0065\u0070"],month_names_long:["\u00C7\u0069\u006C\u0065","\u0053\u0069\u0062\u0061\u0074","\u0041\u0064\u0061\u0072","\u004E\u00EE\u0073\u0061\u006E","\u0047\u0075\u006C\u0061\u006E","\u0048\u0065\u007A\u00EE\u0072\u0061\u006E","\u0054\u00EE\u0072\u006D\u0065\u0068","\u0054\u0065\u0062\u0061\u0078","\u00CE\u006C\u006F\u006E","\u0043\u006F\u0074\u006D\u0065\u0068","\u004D\u0069\u006A\u0064\u0061\u0072","\u004B\u0061\u006E\u00FB\u006E"],month_names_short:["\u00C7\u0069\u006C","\u0053\u0069\u0062","\u0041\u0064\u0061","\u004E\u00EE\u0073","\u0047\u0075\u006C","\u0048\u0065\u007A","\u0054\u00EE\u0072","\u0054\u0065\u0062","\u00CE\u006C\u006F","\u0043\u006F\u0074","\u004D\u0069\u006A","\u004B\u0061\u006E"],month_names_narrow:["\u00C7\u0069\u006C","\u0053\u0069\u0062","\u0041\u0064\u0061","\u004E\u00EE\u0073","\u0047\u0075\u006C","\u0048\u0065\u007A","\u0054\u00EE\u0072","\u0054\u0065\u0062","\u00CE\u006C\u006F","\u0043\u006F\u0074","\u004D\u0069\u006A","\u004B\u0061\u006E"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.ku_TR;}break;case "kw":case "kw_GB":case "kw_gb":{if(!nexacro.Locale.kw_GB){nexacro.Locale.kw_GB={name:"kw_GB",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u0047\u0042\u0050\u0020",currency_symbol:"\u00A3",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0044\u0065\u0020\u0053\u0075\u006C","\u0044\u0065\u0020\u004C\u0075\u006E","\u0044\u0065\u0020\u004D\u0065\u0072\u0074\u0068","\u0044\u0065\u0020\u004D\u0065\u0072\u0068\u0065\u0072","\u0044\u0065\u0020\u0059\u006F\u0077","\u0044\u0065\u0020\u0047\u0077\u0065\u006E\u0065\u0072","\u0044\u0065\u0020\u0053\u0061\u0064\u006F\u0072\u006E"],weekday_names_short:["\u0053\u0075\u006C","\u004C\u0075\u006E","\u004D\u0074\u0068","\u004D\u0068\u0072","\u0059\u006F\u0077","\u0047\u0077\u0065","\u0053\u0061\u0064"],weekday_names_narrow:["\u0053\u0075\u006C","\u004C\u0075\u006E","\u004D\u0074\u0068","\u004D\u0068\u0072","\u0059\u006F\u0077","\u0047\u0077\u0065","\u0053\u0061\u0064"],month_names_long:["\u004D\u0079\u0073\u0020\u0047\u0065\u006E\u0076\u0065\u0072","\u004D\u0079\u0073\u0020\u0057\u0068\u0065\u0076\u0072\u0065\u006C","\u004D\u0079\u0073\u0020\u004D\u0065\u0072\u0074\u0068","\u004D\u0079\u0073\u0020\u0045\u0062\u0072\u0065\u006C","\u004D\u0079\u0073\u0020\u004D\u0065","\u004D\u0079\u0073\u0020\u0045\u0076\u0061\u006E","\u004D\u0079\u0073\u0020\u0047\u006F\u0072\u0074\u0068\u0065\u0072\u0065\u006E","\u004D\u0079\u0065\u0020\u0045\u0073\u0074","\u004D\u0079\u0073\u0020\u0047\u0077\u0079\u006E\u0067\u0061\u006C\u0061","\u004D\u0079\u0073\u0020\u0048\u0065\u0064\u0072\u0061","\u004D\u0079\u0073\u0020\u0044\u0075","\u004D\u0079\u0073\u0020\u004B\u0065\u0076\u0061\u0072\u0064\u0068\u0075"],month_names_short:["\u0047\u0065\u006E","\u0057\u0068\u0065","\u004D\u0065\u0072","\u0045\u0062\u0072","\u004D\u0065","\u0045\u0076\u006E","\u0047\u006F\u0072","\u0045\u0073\u0074","\u0047\u0077\u006E","\u0048\u0065\u0064","\u0044\u0075","\u004B\u0065\u0076"],month_names_narrow:["\u0047\u0065\u006E","\u0057\u0068\u0065","\u004D\u0065\u0072","\u0045\u0062\u0072","\u004D\u0065","\u0045\u0076\u006E","\u0047\u006F\u0072","\u0045\u0073\u0074","\u0047\u0077\u006E","\u0048\u0065\u0064","\u0044\u0075","\u004B\u0065\u0076"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.kw_GB;}break;case "ky":case "ky_KG":case "ky_kg":{if(!nexacro.Locale.ky_KG){nexacro.Locale.ky_KG={name:"ky_KG",decimal_point:"\u002C",thousands_sep:"\u0020",grouping:[3,3],int_curr_symbol:"\u004B\u0047\u0053\u0020",currency_symbol:"\u0441\u043E\u043C",mon_decimal_point:"\u002D",mon_thousands_sep:"\u0020",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0436\u0435\u043A\u0448\u0435\u043C\u0431\u0438","\u0434\u04AF\u0439\u0448\u04E9\u043C\u0431\u04AF","\u0448\u0435\u0439\u0448\u0435\u043C\u0431\u0438","\u0448\u0430\u0440\u0448\u0435\u043C\u0431\u0438","\u0431\u0435\u0439\u0448\u0435\u043C\u0431\u0438","\u0436\u0443\u043C\u0430","\u0438\u0448\u0435\u043C\u0431\u0438"],weekday_names_short:["\u0436\u043A","\u0434\u0448","\u0448\u0435","\u0448\u0430","\u0431\u0448","\u0436\u043C","\u0438\u0448"],weekday_names_narrow:["\u0436\u043A","\u0434\u0448","\u0448\u0435","\u0448\u0430","\u0431\u0448","\u0436\u043C","\u0438\u0448"],month_names_long:["\u044F\u043D\u0432\u0430\u0440\u044C","\u0444\u0435\u0432\u0440\u0430\u043B\u044C","\u043C\u0430\u0440\u0442","\u0430\u043F\u0440\u0435\u043B\u044C","\u043C\u0430\u0439","\u0438\u044E\u043D\u044C","\u0438\u044E\u043B\u044C","\u0430\u0432\u0433\u0443\u0441\u0442","\u0441\u0435\u043D\u0442\u044F\u0431\u0440\u044C","\u043E\u043A\u0442\u044F\u0431\u0440\u044C","\u043D\u043E\u044F\u0431\u0440\u044C","\u0434\u0435\u043A\u0430\u0431\u0440\u044C"],month_names_short:["\u044F\u043D\u0432","\u0444\u0435\u0432","\u043C\u0430\u0440","\u0430\u043F\u0440","\u043C\u0430\u0439","\u0438\u044E\u043D","\u0438\u044E\u043B","\u0430\u0432\u0433","\u0441\u0435\u043D","\u043E\u043A\u0442","\u043D\u043E\u044F","\u0434\u0435\u043A"],month_names_narrow:["\u044F\u043D\u0432","\u0444\u0435\u0432","\u043C\u0430\u0440","\u0430\u043F\u0440","\u043C\u0430\u0439","\u0438\u044E\u043D","\u0438\u044E\u043B","\u0430\u0432\u0433","\u0441\u0435\u043D","\u043E\u043A\u0442","\u043D\u043E\u044F","\u0434\u0435\u043A"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054",full_date_time_format:"\u0025\u0061\u002C\u0020\u0025\u0065\u002D\u0025\u0062\u0020\u0025\u0059\u0020\u0436\u002C\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A",first_weekday:0,longdate_format:"\u0025\u0065\u002D\u0025\u0042\u0020\u0025\u0059\u002D\u0025\u0041\u0020\u0436\u002E",shortdate_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0079",direction:"ltr"};}return nexacro.Locale.ky_KG;}break;case "lg":case "lg_UG":case "lg_ug":{if(!nexacro.Locale.lg_UG){nexacro.Locale.lg_UG={name:"lg_UG",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u0055\u0047\u0058\u0020",currency_symbol:"\u002F\u002D",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:0,n_cs_precedes:0,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0053\u0061\u0062\u0069\u0069\u0074\u0069","\u0042\u0061\u006C\u0061\u007A\u0061","\u004C\u0077\u0061\u006B\u0075\u0062\u0069\u0072\u0069","\u004C\u0077\u0061\u006B\u0075\u0073\u0061\u0074\u0075","\u004C\u0077\u0061\u006B\u0075\u006E\u0061","\u004C\u0077\u0061\u006B\u0075\u0074\u0061\u0061\u006E\u006F","\u004C\u0077\u0061\u006D\u0075\u006B\u0061\u0061\u0067\u0061"],weekday_names_short:["\u0053\u0061\u0062","\u0042\u0061\u006C","\u004C\u0077\u0032","\u004C\u0077\u0033","\u004C\u0077\u0034","\u004C\u0077\u0035","\u004C\u0077\u0036"],weekday_names_narrow:["\u0053\u0061\u0062","\u0042\u0061\u006C","\u004C\u0077\u0032","\u004C\u0077\u0033","\u004C\u0077\u0034","\u004C\u0077\u0035","\u004C\u0077\u0036"],month_names_long:["\u004A\u0061\u006E\u0077\u0061\u006C\u0069\u0079\u006F","\u0046\u0065\u0062\u0077\u0061\u006C\u0069\u0079\u006F","\u004D\u0061\u0072\u0069\u0073\u0069","\u0041\u0070\u0075\u006C\u0069","\u004D\u0061\u0061\u0079\u0069","\u004A\u0075\u0075\u006E\u0069","\u004A\u0075\u006C\u0061\u0061\u0069","\u0041\u0067\u0075\u0073\u0069\u0074\u006F","\u0053\u0065\u0062\u0075\u0074\u0074\u0065\u006D\u0062\u0061","\u004F\u006B\u0069\u0074\u006F\u0062\u0062\u0061","\u004E\u006F\u0076\u0065\u006D\u0062\u0061","\u0044\u0065\u0073\u0065\u006D\u0062\u0061"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0075","\u004D\u0061\u0061","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0067\u0075","\u0053\u0065\u0062","\u004F\u006B\u0069","\u004E\u006F\u0076","\u0044\u0065\u0073"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0072","\u0041\u0070\u0075","\u004D\u0061\u0061","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0067\u0075","\u0053\u0065\u0062","\u004F\u006B\u0069","\u004E\u006F\u0076","\u0044\u0065\u0073"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.lg_UG;}break;case "lo":case "lo_LA":case "lo_la":{if(!nexacro.Locale.lo_LA){nexacro.Locale.lo_LA={name:"lo_LA",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u004C\u0041\u004B\u0020",currency_symbol:"\u20AD",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:2,n_cs_precedes:1,n_sep_by_space:2,p_sign_posn:4,n_sign_posn:4,weekday_names_long:["\u0EAD\u0EB2\u0E97\u0EB4\u0E94","\u0E88\u0EB1\u0E99","\u0EAD\u0EB1\u0E87\u0E84\u0EB2\u0E99","\u0E9E\u0EB8\u0E94","\u0E9E\u0EB0\u0EAB\u0EB1\u0E94","\u0EAA\u0EB8\u0E81","\u0EC0\u0EAA\u0EBB\u0EB2"],weekday_names_short:["\u0EAD\u0EB2\u002E","\u0E88\u002E","\u0E84\u002E","\u0E9E\u002E","\u0E9E\u0EAB\u002E","\u0EAA\u002E","\u0EAA\u002E"],weekday_names_narrow:["\u0EAD\u0EB2\u002E","\u0E88\u002E","\u0E84\u002E","\u0E9E\u002E","\u0E9E\u0EAB\u002E","\u0EAA\u002E","\u0EAA\u002E"],month_names_long:["\u0EA1\u0EB1\u0E87\u0E81\u0EAD\u0E99","\u0E81\u0EB8\u0EA1\u0E9F\u0EB2","\u0EA1\u0EB5\u0E99\u0EB2","\u0EC0\u0EA1\u0EAA\u0EB2","\u0E9E\u0EB6\u0E94\u0EAA\u0EB0\u0E9E\u0EB2","\u0EA1\u0EB4\u0E96\u0EB8\u0E99\u0EB2","\u0E81\u0ECD\u0EA5\u0EB0\u0E81\u0EBB\u0E94","\u0EAA\u0EB4\u0E87\u0EAB\u0EB2","\u0E81\u0EB1\u0E99\u0E8D\u0EB2","\u0E95\u0EB8\u0EA5\u0EB2","\u0E9E\u0EB0\u0E88\u0EB4\u0E81","\u0E97\u0EB1\u0E99\u0EA7\u0EB2"],month_names_short:["\u0EA1\u002E\u0E81\u002E","\u0E81\u002E\u0E9E\u002E","\u0EA1\u002E\u0E99\u002E","\u0EA1\u002E\u0EAA\u002E","\u0E9E\u002E\u0E9E\u002E","\u0EA1\u0EB4\u002E\u0E96\u002E","\u0E81\u002E\u0EA5\u002E","\u0EAA\u002E\u0EAB\u002E","\u0E81\u002E\u0E8D\u002E","\u0E95\u002E\u0EA5\u002E","\u0E9E\u002E\u0E88\u002E","\u0E97\u002E\u0EA7\u002E"],month_names_narrow:["\u0EA1\u002E\u0E81\u002E","\u0E81\u002E\u0E9E\u002E","\u0EA1\u002E\u0E99\u002E","\u0EA1\u002E\u0EAA\u002E","\u0E9E\u002E\u0E9E\u002E","\u0EA1\u0EB4\u002E\u0E96\u002E","\u0E81\u002E\u0EA5\u002E","\u0EAA\u002E\u0EAB\u002E","\u0E81\u002E\u0E8D\u002E","\u0E95\u002E\u0EA5\u002E","\u0E9E\u002E\u0E88\u002E","\u0E97\u002E\u0EA7\u002E"],ampm:["\u0041\u004D","\u0050\u004D"],date_format:"%d\u002F%m\u002F%Ey",time_format:"%H\u003A%M\u003A%S",time_format_ampm:"%I\u003A%M\u003A%S\u0020%p",date_time_format:"%a\u0020%e\u0020%b\u0020%Ey\u002C\u0020%H\u003A%M\u003A%S",full_date_time_format:"\u0025\u0061\u0020\u0025\u0065\u0020\u0025\u0062\u0020\u0025\u0045\u0079\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.lo_LA;}break;case "lt":case "lt_LT":case "lt_lt":{if(!nexacro.Locale.lt_LT){nexacro.Locale.lt_LT={name:"lt_LT",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[3,3],int_curr_symbol:"\u004C\u0054\u004C\u0020",currency_symbol:"\u004C\u0074",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0053\u0065\u006B\u006D\u0061\u0064\u0069\u0065\u006E\u0069\u0073","\u0050\u0069\u0072\u006D\u0061\u0064\u0069\u0065\u006E\u0069\u0073","\u0041\u006E\u0074\u0072\u0061\u0064\u0069\u0065\u006E\u0069\u0073","\u0054\u0072\u0065\u010D\u0069\u0061\u0064\u0069\u0065\u006E\u0069\u0073","\u004B\u0065\u0074\u0076\u0069\u0072\u0074\u0061\u0064\u0069\u0065\u006E\u0069\u0073","\u0050\u0065\u006E\u006B\u0074\u0061\u0064\u0069\u0065\u006E\u0069\u0073","\u0160\u0065\u0161\u0074\u0061\u0064\u0069\u0065\u006E\u0069\u0073"],weekday_names_short:["\u0053\u006B","\u0050\u0072","\u0041\u006E","\u0054\u0072","\u004B\u0074","\u0050\u006E","\u0160\u0074"],weekday_names_narrow:["\u0053\u006B","\u0050\u0072","\u0041\u006E","\u0054\u0072","\u004B\u0074","\u0050\u006E","\u0160\u0074"],month_names_long:["\u0073\u0061\u0075\u0073\u0069\u006F","\u0076\u0061\u0073\u0061\u0072\u0069\u006F","\u006B\u006F\u0076\u006F","\u0062\u0061\u006C\u0061\u006E\u0064\u017E\u0069\u006F","\u0067\u0065\u0067\u0075\u017E\u0117\u0073","\u0062\u0069\u0072\u017E\u0065\u006C\u0069\u006F","\u006C\u0069\u0065\u0070\u006F\u0073","\u0072\u0075\u0067\u0070\u006A\u016B\u010D\u0069\u006F","\u0072\u0075\u0067\u0073\u0117\u006A\u006F","\u0073\u0070\u0061\u006C\u0069\u006F","\u006C\u0061\u0070\u006B\u0072\u0069\u010D\u0069\u006F","\u0067\u0072\u0075\u006F\u0064\u017E\u0069\u006F"],month_names_short:["\u0053\u0061\u0075","\u0056\u0061\u0073","\u004B\u006F\u0076","\u0042\u0061\u006C","\u0047\u0065\u0067","\u0042\u0069\u0072","\u004C\u0069\u0065","\u0052\u0067\u0070","\u0052\u0067\u0073","\u0053\u0070\u0061","\u004C\u0061\u0070","\u0047\u0072\u0064"],month_names_narrow:["\u0053\u0061\u0075","\u0056\u0061\u0073","\u004B\u006F\u0076","\u0042\u0061\u006C","\u0047\u0065\u0067","\u0042\u0069\u0072","\u004C\u0069\u0065","\u0052\u0067\u0070","\u0052\u0067\u0073","\u0053\u0070\u0061","\u004C\u0061\u0070","\u0047\u0072\u0064"],ampm:["",""],date_format:"\u0025\u0059\u002E\u0025\u006D\u002E\u0025\u0064",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0059\u0020\u006D\u002E\u0020\u0025\u0042\u0020\u0025\u0064\u0020\u0064\u002E\u0020\u0025\u0054",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0059\u0020\\\u006D\u002E\u0020\u0025\u0042\u0020\u0025\u0065\u0020\\\u0064\u002E",shortdate_format:"\u0025\u0059\u002E\u0025\u006D\u002E\u0025\u0064",direction:"ltr"};}return nexacro.Locale.lt_LT;}break;case "lv":case "lv_LV":case "lv_lv":{if(!nexacro.Locale.lv_LV){nexacro.Locale.lv_LV={name:"lv_LV",decimal_point:"\u002C",thousands_sep:"\u00A0",grouping:[3,3],int_curr_symbol:"\u004C\u0056\u004C\u0020",currency_symbol:"\u004C\u0073",mon_decimal_point:"\u002C",mon_thousands_sep:"\u00A0",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:3,n_sign_posn:3,weekday_names_long:["\u0073\u0076\u0113\u0074\u0064\u0069\u0065\u006E\u0061","\u0070\u0069\u0072\u006D\u0064\u0069\u0065\u006E\u0061","\u006F\u0074\u0072\u0064\u0069\u0065\u006E\u0061","\u0074\u0072\u0065\u0161\u0064\u0069\u0065\u006E\u0061","\u0063\u0065\u0074\u0075\u0072\u0074\u0064\u0069\u0065\u006E\u0061","\u0070\u0069\u0065\u006B\u0074\u0064\u0069\u0065\u006E\u0061","\u0073\u0065\u0073\u0074\u0064\u0069\u0065\u006E\u0061"],weekday_names_short:["\u0053\u0076","\u0050\u00A0","\u004F\u00A0","\u0054\u00A0","\u0043\u00A0","\u0050\u006B","\u0053\u00A0"],weekday_names_narrow:["\u0053\u0076","\u0050\u00A0","\u004F\u00A0","\u0054\u00A0","\u0043\u00A0","\u0050\u006B","\u0053\u00A0"],month_names_long:["\u006A\u0061\u006E\u0076\u0101\u0072\u0069\u0073","\u0066\u0065\u0062\u0072\u0075\u0101\u0072\u0069\u0073","\u006D\u0061\u0072\u0074\u0073","\u0061\u0070\u0072\u012B\u006C\u0069\u0073","\u006D\u0061\u0069\u006A\u0073","\u006A\u016B\u006E\u0069\u006A\u0073","\u006A\u016B\u006C\u0069\u006A\u0073","\u0061\u0075\u0067\u0075\u0073\u0074\u0073","\u0073\u0065\u0070\u0074\u0065\u006D\u0062\u0072\u0069\u0073","\u006F\u006B\u0074\u006F\u0062\u0072\u0069\u0073","\u006E\u006F\u0076\u0065\u006D\u0062\u0072\u0069\u0073","\u0064\u0065\u0063\u0065\u006D\u0062\u0072\u0069\u0073"],month_names_short:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u0069","\u006A\u016B\u006E","\u006A\u016B\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0063"],month_names_narrow:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u0069","\u006A\u016B\u006E","\u006A\u016B\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0063"],ampm:["",""],date_format:"\u0025\u0059\u002E\u0025\u006D\u002E\u0025\u0064\u002E",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"%A\u002C %Y\u002E \u0067\u0061\u0064\u0061 %e\u002E %B\u002C \u0070\u006C\u006B\u0073\u0074\u002E %H \u0075\u006E %M",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0059\u002E\u0020\u0067\u0061\\\u0064\u0061\u0020\u0025\u0065\u002E\u0020\u0025\u0042",shortdate_format:"\u0025\u0059\u002E\u0025\u006D\u002E\u0025\u0064\u002E",direction:"ltr"};}return nexacro.Locale.lv_LV;}break;case "mg":case "mg_MG":case "mg_mg":{if(!nexacro.Locale.mg_MG){nexacro.Locale.mg_MG={name:"mg_MG",decimal_point:"\u002C",thousands_sep:"",grouping:[0,0],int_curr_symbol:"\u004D\u0047\u0041\u0020",currency_symbol:"\u0041\u0052",mon_decimal_point:"\u002C",mon_thousands_sep:"\u0020",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0061\u006C\u0061\u0068\u0061\u0064\u0079","\u0061\u006C\u0061\u0074\u0073\u0069\u006E\u0061\u0069\u006E\u0079","\u0074\u0061\u006C\u0061\u0074\u0061","\u0061\u006C\u0061\u0072\u006F\u0062\u0069\u0061","\u0061\u006C\u0061\u006B\u0061\u006D\u0069\u0073\u0079","\u007A\u006F\u006D\u0061","\u0073\u0061\u0062\u006F\u0074\u0073\u0079"],weekday_names_short:["\u006C\u0068\u0064","\u006C\u0074\u0073","\u0074\u006C\u0074","\u006C\u0072\u0062","\u006C\u006B\u006D","\u007A\u006F\u006D","\u0073\u0061\u0062"],weekday_names_narrow:["\u006C\u0068\u0064","\u006C\u0074\u0073","\u0074\u006C\u0074","\u006C\u0072\u0062","\u006C\u006B\u006D","\u007A\u006F\u006D","\u0073\u0061\u0062"],month_names_long:["\u006A\u0061\u006E\u006F\u0061\u0072\u0079","\u0066\u0065\u0062\u0072\u006F\u0061\u0072\u0079","\u006D\u0061\u0072\u0074\u0073\u0061","\u0061\u0070\u0072\u0069\u006C\u0079","\u006D\u0065\u0079","\u006A\u006F\u006E\u0061","\u006A\u006F\u006C\u0061\u0079","\u0061\u006F\u0067\u006F\u0073\u0069\u0074\u0072\u0061","\u0073\u0065\u0070\u0074\u0061\u006D\u0062\u0072\u0061","\u006F\u006B\u0074\u006F\u0062\u0072\u0061","\u006E\u006F\u0076\u0061\u006D\u0062\u0072\u0061","\u0064\u0065\u0073\u0061\u006D\u0062\u0072\u0061"],month_names_short:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0065\u0079","\u006A\u006F\u006E","\u006A\u006F\u006C","\u0061\u006F\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0073"],month_names_narrow:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0065\u0079","\u006A\u006F\u006E","\u006A\u006F\u006C","\u0061\u006F\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0073"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.mg_MG;}break;case "mi":case "mi_NZ":case "mi_nz":{if(!nexacro.Locale.mi_NZ){nexacro.Locale.mi_NZ={name:"mi_NZ",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u004E\u005A\u0044\u0020",currency_symbol:"\u0024",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0052\u0101\u0074\u0061\u0070\u0075","\u004D\u0061\u006E\u0065","\u0054\u016B\u0072\u0065\u0069","\u0057\u0065\u006E\u0065\u0072\u0065\u0069","\u0054\u0101\u0069\u0074\u0065","\u0050\u0061\u0072\u0061\u0069\u0072\u0065","\u0048\u0101\u0074\u0061\u0072\u0065\u0069"],weekday_names_short:["\u0054\u0061","\u004D\u0061","\u0054\u016B","\u0057\u0065","\u0054\u0101\u0069","\u0050\u0061","\u0048\u0101"],weekday_names_narrow:["\u0054\u0061","\u004D\u0061","\u0054\u016B","\u0057\u0065","\u0054\u0101\u0069","\u0050\u0061","\u0048\u0101"],month_names_long:["\u004B\u006F\u0068\u0069\u002D\u0074\u0101\u0074\u0065\u0061","\u0048\u0075\u0069\u002D\u0074\u0061\u006E\u0067\u0075\u0072\u0075","\u0050\u006F\u0075\u0074\u016B\u002D\u0074\u0065\u002D\u0072\u0061\u006E\u0067\u0069","\u0050\u0061\u0065\u006E\u0067\u0061\u002D\u0077\u0068\u0101\u0077\u0068\u0101","\u0048\u0061\u0072\u0061\u0074\u0075\u0061","\u0050\u0069\u0070\u0069\u0072\u0069","\u0048\u014D\u006E\u0067\u006F\u0069\u006E\u0067\u006F\u0069","\u0048\u0065\u0072\u0065\u002D\u0074\u0075\u0072\u0069\u002D\u006B\u014D\u006B\u0101","\u004D\u0061\u0068\u0075\u0072\u0075","\u0057\u0068\u0069\u0072\u0069\u006E\u0067\u0061\u002D\u0101\u002D\u006E\u0075\u006B\u0075","\u0057\u0068\u0069\u0072\u0069\u006E\u0067\u0061\u002D\u0101\u002D\u0072\u0061\u006E\u0067\u0069","\u0048\u0061\u006B\u0069\u0068\u0065\u0061"],month_names_short:["\u004B\u006F\u0068\u0069","\u0048\u0075\u0069","\u0050\u006F\u0075","\u0050\u0061\u0065","\u0048\u0061\u0072\u0061","\u0050\u0069\u0070\u0069","\u0048\u014D\u006E\u0067\u006F\u0069","\u0048\u0065\u0072\u0065","\u004D\u0061\u0068\u0075","\u0057\u0068\u0069\u002D\u006E\u0075","\u0057\u0068\u0069\u002D\u0072\u0061","\u0048\u0061\u006B\u0069"],month_names_narrow:["\u004B\u006F\u0068\u0069","\u0048\u0075\u0069","\u0050\u006F\u0075","\u0050\u0061\u0065","\u0048\u0061\u0072\u0061","\u0050\u0069\u0070\u0069","\u0048\u014D\u006E\u0067\u006F\u0069","\u0048\u0065\u0072\u0065","\u004D\u0061\u0068\u0075","\u0057\u0068\u0069\u002D\u006E\u0075","\u0057\u0068\u0069\u002D\u0072\u0061","\u0048\u0061\u006B\u0069"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0054\u0065\u0020\u0025\u0041\u002C\u0020\u0074\u0065\u0020\u0025\u0064\u0020\u006F\u0020\u0025\u0042\u002C\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.mi_NZ;}break;case "mk":case "mk_MK":case "mk_mk":{if(!nexacro.Locale.mk_MK){nexacro.Locale.mk_MK={name:"mk_MK",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[3,3],int_curr_symbol:"\u004D\u004B\u0044\u0020",currency_symbol:"\u0434\u0435\u043D\u002E",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u043D\u0435\u0434\u0435\u043B\u0430","\u043F\u043E\u043D\u0435\u0434\u0435\u043B\u043D\u0438\u043A","\u0432\u0442\u043E\u0440\u043D\u0438\u043A","\u0441\u0440\u0435\u0434\u0430","\u0447\u0435\u0442\u0432\u0440\u0442\u043E\u043A","\u043F\u0435\u0442\u043E\u043A","\u0441\u0430\u0431\u043E\u0442\u0430"],weekday_names_short:["\u043D\u0435\u0434","\u043F\u043E\u043D","\u0432\u0442\u043E","\u0441\u0440\u0435","\u0447\u0435\u0442","\u043F\u0435\u0442","\u0441\u0430\u0431"],weekday_names_narrow:["\u043D\u0435\u0434","\u043F\u043E\u043D","\u0432\u0442\u043E","\u0441\u0440\u0435","\u0447\u0435\u0442","\u043F\u0435\u0442","\u0441\u0430\u0431"],month_names_long:["\u0458\u0430\u043D\u0443\u0430\u0440\u0438","\u0444\u0435\u0432\u0440\u0443\u0430\u0440\u0438","\u043C\u0430\u0440\u0442","\u0430\u043F\u0440\u0438\u043B","\u043C\u0430\u0458","\u0458\u0443\u043D\u0438","\u0458\u0443\u043B\u0438","\u0430\u0432\u0433\u0443\u0441\u0442","\u0441\u0435\u043F\u0442\u0435\u043C\u0432\u0440\u0438","\u043E\u043A\u0442\u043E\u043C\u0432\u0440\u0438","\u043D\u043E\u0435\u043C\u0432\u0440\u0438","\u0434\u0435\u043A\u0435\u043C\u0432\u0440\u0438"],month_names_short:["\u0458\u0430\u043D","\u0444\u0435\u0432","\u043C\u0430\u0440","\u0430\u043F\u0440","\u043C\u0430\u0458","\u0458\u0443\u043D","\u0458\u0443\u043B","\u0430\u0432\u0433","\u0441\u0435\u043F","\u043E\u043A\u0442","\u043D\u043E\u0435","\u0434\u0435\u043A"],month_names_narrow:["\u0458\u0430\u043D","\u0444\u0435\u0432","\u043C\u0430\u0440","\u0430\u043F\u0440","\u043C\u0430\u0458","\u0458\u0443\u043D","\u0458\u0443\u043B","\u0430\u0432\u0433","\u0441\u0435\u043F","\u043E\u043A\u0442","\u043D\u043E\u0435","\u0434\u0435\u043A"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u002C\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u002C\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",direction:"ltr"};}return nexacro.Locale.mk_MK;}break;case "ml":case "ml_IN":case "ml_in":{if(!nexacro.Locale.ml_IN){nexacro.Locale.ml_IN={name:"ml_IN",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,2],int_curr_symbol:"\u0049\u004E\u0052\u0020",currency_symbol:"\u0D15",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,2],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:2,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:4,weekday_names_long:["\u0D1E\u0D3E\u0D2F\u0D30\u0D4D\u200D","\u0D24\u0D3F\u0D19\u0D4D\u0D15\u0D33\u0D4D\u200D","\u0D1A\u0D4A\u0D35\u0D4D\u0D35","\u0D2C\u0D41\u0D27\u0D28\u0D4D\u200D","\u0D35\u0D4D\u0D2F\u0D3E\u0D34\u0D02","\u0D35\u0D46\u0D33\u0D4D\u0D33\u0D3F","\u0D36\u0D28\u0D3F"],weekday_names_short:["\u0D1E\u0D3E","\u0D24\u0D3F","\u0D1A\u0D4A","\u0D2C\u0D41","\u0D35\u0D4D\u0D2F\u0D3E","\u0D35\u0D46","\u0D36"],weekday_names_narrow:["\u0D1E\u0D3E","\u0D24\u0D3F","\u0D1A\u0D4A","\u0D2C\u0D41","\u0D35\u0D4D\u0D2F\u0D3E","\u0D35\u0D46","\u0D36"],month_names_long:["\u0D1C\u0D28\u0D41\u0D35\u0D30\u0D3F","\u0D2B\u0D46\u0D2C\u0D4D\u0D30\u0D41\u0D35\u0D30\u0D3F","\u0D2E\u0D3E\u0D30\u0D4D\u200D\u0D1A\u0D4D\u0D1A\u0D4D","\u0D0F\u0D2A\u0D4D\u0D30\u0D3F\u0D32\u0D4D\u200D\u0020","\u0D2E\u0D46\u0D2F\u0D4D","\u0D1C\u0D42\u0D23\u0D4D\u200D","\u0D1C\u0D42\u0D32\u0D48","\u0D06\u0D17\u0D38\u0D4D\u0D31\u0D4D\u0D31\u0D4D","\u0D38\u0D46\u0D2A\u0D4D\u0D31\u0D4D\u0D31\u0D02\u0D2C\u0D30\u0D4D\u200D","\u0D12\u0D15\u0D4D\u0D1F\u0D4B\u0D2C\u0D30\u0D4D\u200D","\u0D28\u0D35\u0D02\u0D2C\u0D30\u0D4D\u200D","\u0D21\u0D3F\u0D38\u0D02\u0D2C\u0D30\u0D4D\u200D"],month_names_short:["\u0D1C\u0D28\u0D41","\u0D2B\u0D46\u0D2C\u0D4D","\u0D2E\u0D3E\u0D30\u0D4D\u200D","\u0D0F\u0D2A\u0D4D\u0D30","\u0D2E\u0D46","\u0D1C\u0D42\u0D23\u0D4D\u200D","\u0D1C\u0D42\u0D32\u0D48","\u0D06\u0D17\u0D4D","\u0D38\u0D46\u0D2A\u0D4D","\u0D12\u0D15\u0D4D\u0D1F\u0D4B","\u0D28\u0D35\u0D02","\u0D21\u0D3F\u0D38\u0D02"],month_names_narrow:["\u0D1C\u0D28\u0D41","\u0D2B\u0D46\u0D2C\u0D4D","\u0D2E\u0D3E\u0D30\u0D4D\u200D","\u0D0F\u0D2A\u0D4D\u0D30","\u0D2E\u0D46","\u0D1C\u0D42\u0D23\u0D4D\u200D","\u0D1C\u0D42\u0D32\u0D48","\u0D06\u0D17\u0D4D","\u0D38\u0D46\u0D2A\u0D4D","\u0D12\u0D15\u0D4D\u0D1F\u0D4B","\u0D28\u0D35\u0D02","\u0D21\u0D3F\u0D38\u0D02"],ampm:["\u0D30\u0D3E\u0D35\u0D3F\u0D32\u0D46","\u0D35\u0D48\u0D15\u0D41"],date_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059",time_format:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0020\u0025\u005A",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",date_time_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",full_date_time_format:"",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0079",direction:"ltr"};}return nexacro.Locale.ml_IN;}break;case "mn":case "mn_MN":case "mn_mn":{if(!nexacro.Locale.mn_MN){nexacro.Locale.mn_MN={name:"mn_MN",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[3,3],int_curr_symbol:"\u004D\u004E\u0054\u0020",currency_symbol:"\u20AE",mon_decimal_point:"\u002E",mon_thousands_sep:"\u0020",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u041D\u044F\u043C","\u0414\u0430\u0432\u0430\u0430","\u041C\u044F\u0433\u043C\u0430\u0440","\u041B\u0445\u0430\u0433\u0432\u0430","\u041F\u04AF\u0440\u044D\u0432","\u0411\u0430\u0430\u0441\u0430\u043D","\u0411\u044F\u043C\u0431\u0430"],weekday_names_short:["\u041D\u044F","\u0414\u0430","\u041C\u044F","\u041B\u0445","\u041F\u04AF","\u0411\u0430","\u0411\u044F"],weekday_names_narrow:["\u041D\u044F","\u0414\u0430","\u041C\u044F","\u041B\u0445","\u041F\u04AF","\u0411\u0430","\u0411\u044F"],month_names_long:["\u0425\u0443\u043B\u0433\u0430\u043D\u0430\u0020\u0441\u0430\u0440\u044B\u043D","\u04AE\u0445\u044D\u0440\u0020\u0441\u0430\u0440\u044B\u043D","\u0411\u0430\u0440\u0020\u0441\u0430\u0440\u044B\u043D","\u0422\u0443\u0443\u043B\u0430\u0439\u0020\u0441\u0430\u0440\u044B\u043D","\u041B\u0443\u0443\u0020\u0441\u0430\u0440\u044B\u043D","\u041C\u043E\u0433\u043E\u0439\u0020\u0441\u0430\u0440\u044B\u043D","\u041C\u043E\u0440\u044C\u0020\u0441\u0430\u0440\u044B\u043D","\u0425\u043E\u043D\u044C\u0020\u0441\u0430\u0440\u044B\u043D","\u0411\u0438\u0447\u0020\u0441\u0430\u0440\u044B\u043D","\u0422\u0430\u0445\u0438\u0430\u0020\u0441\u0430\u0440\u044B\u043D","\u041D\u043E\u0445\u043E\u0439\u0020\u0441\u0430\u0440\u044B\u043D","\u0413\u0430\u0445\u0430\u0439\u0020\u0441\u0430\u0440\u044B\u043D"],month_names_short:["\u0425\u0443\u043B","\u04AE\u0445\u044D","\u0411\u0430\u0440","\u0422\u0443\u0443","\u041B\u0443\u0443","\u041C\u043E\u0433","\u041C\u043E\u0440","\u0425\u043E\u043D","\u0411\u0438\u0447","\u0422\u0430\u0445","\u041D\u043E\u0445","\u0413\u0430\u0445"],month_names_narrow:["\u0425\u0443\u043B","\u04AE\u0445\u044D","\u0411\u0430\u0440","\u0422\u0443\u0443","\u041B\u0443\u0443","\u041C\u043E\u0433","\u041C\u043E\u0440","\u0425\u043E\u043D","\u0411\u0438\u0447","\u0422\u0430\u0445","\u041D\u043E\u0445","\u0413\u0430\u0445"],ampm:["",""],date_format:"\u0025\u0059\u002E\u0025\u006D\u002E\u0025\u0064",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0059\u0020\u0025\u0062\u0020\u0025\u0064\u002C\u0020\u0025\u0061\u0020\u0025\u0054",full_date_time_format:"\u0025\u005A\u0020\u0025\u0059\u0020\u043E\u043D\u044B\u0020\u0025\u0042\u0020\u0025\u0065\u002C\u0020\u0025\u0061\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.mn_MN;}break;case "mr":case "mr_IN":case "mr_in":{if(!nexacro.Locale.mr_IN){nexacro.Locale.mr_IN={name:"mr_IN",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,2],int_curr_symbol:"\u0049\u004E\u0052\u0020",currency_symbol:"\u0930\u0941",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:2,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:4,weekday_names_long:["\u0930\u0935\u093F\u0935\u093E\u0930","\u0938\u094B\u092E\u0935\u093E\u0930","\u092E\u0902\u0917\u0933\u0935\u093E\u0930","\u092E\u0902\u0917\u0933\u0935\u093E\u0930","\u0917\u0941\u0930\u0941\u0935\u093E\u0930","\u0936\u0941\u0915\u094D\u0930\u0935\u093E\u0930","\u0936\u0928\u093F\u0935\u093E\u0930"],weekday_names_short:["\u0930\u0935\u093F","\u0938\u094B\u092E","\u092E\u0902\u0917\u0933","\u092C\u0941\u0927","\u0917\u0941\u0930\u0941","\u0936\u0941\u0915\u094D\u0930","\u0936\u0928\u093F"],weekday_names_narrow:["\u0930\u0935\u093F","\u0938\u094B\u092E","\u092E\u0902\u0917\u0933","\u092C\u0941\u0927","\u0917\u0941\u0930\u0941","\u0936\u0941\u0915\u094D\u0930","\u0936\u0928\u093F"],month_names_long:["\u091C\u093E\u0928\u0947\u0935\u093E\u0930\u0940","\u092B\u0947\u092C\u0943\u0935\u093E\u0930\u0940","\u092E\u093E\u0930\u094D\u091A","\u090F\u092A\u094D\u0930\u093F\u0932","\u092E\u0947","\u091C\u0942\u0928","\u091C\u0941\u0932\u0948","\u0913\u0917\u0938\u094D\u091F","\u0938\u0947\u092A\u094D\u091F\u0947\u0902\u092C\u0930","\u0913\u0915\u094D\u091F\u094B\u092C\u0930","\u0928\u094B\u0935\u094D\u0939\u0947\u0902\u092C\u0930","\u0921\u093F\u0938\u0947\u0902\u092C\u0930"],month_names_short:["\u091C\u093E\u0928\u0947\u0935\u093E\u0930\u0940","\u092B\u0947\u092C\u0943\u0935\u093E\u0930\u0940","\u092E\u093E\u0930\u094D\u091A","\u090F\u092A\u094D\u0930\u093F\u0932","\u092E\u0947","\u091C\u0942\u0928","\u091C\u0941\u0932\u0948","\u0913\u0917\u0938\u094D\u091F","\u0938\u0947\u092A\u094D\u091F\u0947\u0902\u092C\u0930","\u0913\u0915\u094D\u091F\u094B\u092C\u0930","\u0928\u094B\u0935\u094D\u0939\u0947\u0902\u092C\u0930","\u0921\u093F\u0938\u0947\u0902\u092C\u0930"],month_names_narrow:["\u091C\u093E\u0928\u0947\u0935\u093E\u0930\u0940","\u092B\u0947\u092C\u0943\u0935\u093E\u0930\u0940","\u092E\u093E\u0930\u094D\u091A","\u090F\u092A\u094D\u0930\u093F\u0932","\u092E\u0947","\u091C\u0942\u0928","\u091C\u0941\u0932\u0948","\u0913\u0917\u0938\u094D\u091F","\u0938\u0947\u092A\u094D\u091F\u0947\u0902\u092C\u0930","\u0913\u0915\u094D\u091F\u094B\u092C\u0930","\u0928\u094B\u0935\u094D\u0939\u0947\u0902\u092C\u0930","\u0921\u093F\u0938\u0947\u0902\u092C\u0930"],ampm:["\u092E\u002E\u092A\u0942\u002E","\u092E\u002E\u0928\u0902\u002E"],date_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059",time_format:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0020\u0025\u005A",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",date_time_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0059",direction:"ltr"};}return nexacro.Locale.mr_IN;}break;case "ms":case "ms_MY":case "ms_my":{if(!nexacro.Locale.ms_MY){nexacro.Locale.ms_MY={name:"ms_MY",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u004D\u0059\u0052\u0020",currency_symbol:"\u0052\u004D",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:0,weekday_names_long:["\u0041\u0068\u0061\u0064","\u0049\u0073\u006E\u0069\u006E","\u0053\u0065\u006C\u0061\u0073\u0061","\u0052\u0061\u0062\u0075","\u004B\u0068\u0061\u006D\u0069\u0073","\u004A\u0075\u006D\u0061\u0061\u0074","\u0053\u0061\u0062\u0074\u0075"],weekday_names_short:["\u0041\u0068\u0064","\u0049\u0073\u006E","\u0053\u0065\u006C","\u0052\u0061\u0062","\u004B\u0068\u0061","\u004A\u0075\u006D","\u0053\u0061\u0062"],weekday_names_narrow:["\u0041\u0068\u0064","\u0049\u0073\u006E","\u0053\u0065\u006C","\u0052\u0061\u0062","\u004B\u0068\u0061","\u004A\u0075\u006D","\u0053\u0061\u0062"],month_names_long:["\u004A\u0061\u006E\u0075\u0061\u0072\u0069","\u0046\u0065\u0062\u0072\u0075\u0061\u0072\u0069","\u004D\u0061\u0063","\u0041\u0070\u0072\u0069\u006C","\u004D\u0065\u0069","\u004A\u0075\u006E","\u004A\u0075\u006C\u0061\u0069","\u004F\u0067\u006F\u0073","\u0053\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u004F\u006B\u0074\u006F\u0062\u0065\u0072","\u004E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0044\u0069\u0073\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0063","\u0041\u0070\u0072","\u004D\u0065\u0069","\u004A\u0075\u006E","\u004A\u0075\u006C","\u004F\u0067\u006F\u0073","\u0053\u0065\u0070","\u004F\u006B\u0074","\u004E\u006F\u0076","\u0044\u0069\u0073"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0063","\u0041\u0070\u0072","\u004D\u0065\u0069","\u004A\u0075\u006E","\u004A\u0075\u006C","\u004F\u0067\u006F\u0073","\u0053\u0065\u0070","\u004F\u006B\u0074","\u004E\u006F\u0076","\u0044\u0069\u0073"],ampm:["",""],date_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059",time_format:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0020\u0025\u005A",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",date_time_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",full_date_time_format:"",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.ms_MY;}break;case "mt":case "mt_MT":case "mt_mt":{if(!nexacro.Locale.mt_MT){nexacro.Locale.mt_MT={name:"mt_MT",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u004D\u0054\u004C\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0069\u006C\u002D\u0126\u0061\u0064\u0064","\u0069\u0074\u002D\u0054\u006E\u0065\u006A\u006E","\u0069\u0074\u002D\u0054\u006C\u0069\u0065\u0074\u0061","\u006C\u002D\u0045\u0072\u0062\u0067\u0127\u0061","\u0069\u006C\u002D\u0126\u0061\u006D\u0069\u0073","\u0069\u006C\u002D\u0120\u0069\u006D\u0067\u0127\u0061","\u0069\u0073\u002D\u0053\u0069\u0062\u0074"],weekday_names_short:["\u0126\u0061\u0064","\u0054\u006E\u0065","\u0054\u006C\u0069","\u0045\u0072\u0062","\u0126\u0061\u006D","\u0120\u0069\u006D","\u0053\u0069\u0062"],weekday_names_narrow:["\u0126\u0061\u0064","\u0054\u006E\u0065","\u0054\u006C\u0069","\u0045\u0072\u0062","\u0126\u0061\u006D","\u0120\u0069\u006D","\u0053\u0069\u0062"],month_names_long:["\u004A\u0061\u006E\u006E\u0061\u0072","\u0046\u0072\u0061\u0072","\u004D\u0061\u0072\u007A\u0075","\u0041\u0070\u0072\u0069\u006C","\u004D\u0065\u006A\u006A\u0075","\u0120\u0075\u006E\u006A\u0075","\u004C\u0075\u006C\u006A\u0075","\u0041\u0077\u0069\u0073\u0073\u0075","\u0053\u0065\u0074\u0074\u0065\u006D\u0062\u0072\u0075","\u004F\u0074\u0074\u0075\u0062\u0072\u0075","\u004E\u006F\u0076\u0065\u006D\u0062\u0072\u0075","\u0044\u0069\u010B\u0065\u006D\u0062\u0072\u0075\u0020"],month_names_short:["\u004A\u0061\u006E","\u0046\u0072\u0061","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0065\u006A","\u0120\u0075\u006E","\u004C\u0075\u006C","\u0041\u0077\u0069","\u0053\u0065\u0074","\u004F\u0074\u0074","\u004E\u006F\u0076","\u0044\u0069\u010B"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0072\u0061","\u004D\u0061\u0072","\u0041\u0070\u0072","\u004D\u0065\u006A","\u0120\u0075\u006E","\u004C\u0075\u006C","\u0041\u0077\u0069","\u0053\u0065\u0074","\u004F\u0074\u0074","\u004E\u006F\u0076","\u0044\u0069\u010B"],ampm:["",""],date_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u0020\u0074\u0061\u0020\u0025\u0062\u002C\u0020\u0025\u0059",time_format:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0020\u0025\u005A",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",date_time_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u0020\u0074\u0061\u0020\u0025\u0062\u002C\u0020\u0025\u0059\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0065\u0020\u0074\u0061\u0027\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.mt_MT;}break;case "nb":case "nb_NO":case "nb_no":{if(!nexacro.Locale.nb_NO){nexacro.Locale.nb_NO={name:"nb_NO",decimal_point:"\u002C",thousands_sep:"\u0020",grouping:[3,3],int_curr_symbol:"\u004E\u004F\u004B\u0020",currency_symbol:"\u006B\u0072",mon_decimal_point:"\u002C",mon_thousands_sep:"\u0020",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:2,p_sign_posn:4,n_sign_posn:4,weekday_names_long:["\u0073\u00F8\u006E\u0064\u0061\u0067","\u006D\u0061\u006E\u0064\u0061\u0067","\u0074\u0069\u0072\u0073\u0064\u0061\u0067","\u006F\u006E\u0073\u0064\u0061\u0067","\u0074\u006F\u0072\u0073\u0064\u0061\u0067","\u0066\u0072\u0065\u0064\u0061\u0067","\u006C\u00F8\u0072\u0064\u0061\u0067"],weekday_names_short:["\u0073\u00F8\u006E","\u006D\u0061\u006E","\u0074\u0069\u0072","\u006F\u006E\u0073","\u0074\u006F\u0072","\u0066\u0072\u0065","\u006C\u00F8\u0072"],weekday_names_narrow:["\u0073\u00F8\u006E","\u006D\u0061\u006E","\u0074\u0069\u0072","\u006F\u006E\u0073","\u0074\u006F\u0072","\u0066\u0072\u0065","\u006C\u00F8\u0072"],month_names_long:["\u006A\u0061\u006E\u0075\u0061\u0072","\u0066\u0065\u0062\u0072\u0075\u0061\u0072","\u006D\u0061\u0072\u0073","\u0061\u0070\u0072\u0069\u006C","\u006D\u0061\u0069","\u006A\u0075\u006E\u0069","\u006A\u0075\u006C\u0069","\u0061\u0075\u0067\u0075\u0073\u0074","\u0073\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u006F\u006B\u0074\u006F\u0062\u0065\u0072","\u006E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0064\u0065\u0073\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0073"],month_names_narrow:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0073"],ampm:["",""],date_format:"\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0065\u002E\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",direction:"ltr"};}return nexacro.Locale.nb_NO;}break;case "ne":case "ne_NP":case "ne_np":{if(!nexacro.Locale.ne_NP){nexacro.Locale.ne_NP={name:"ne_NP",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,2],int_curr_symbol:"\u0049\u004E\u0052\u0020",currency_symbol:"\u0930\u0942",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0906\u0907\u0924\u092C\u093E\u0930\u0020","\u0938\u094B\u092E\u092C\u093E\u0930\u0020","\u092E\u0902\u0917\u0932\u092C\u093E\u0930\u0020","\u092C\u0941\u0927\u092C\u093E\u0930\u0020","\u092C\u093F\u0939\u093F\u092C\u093E\u0930\u0020","\u0936\u0941\u0915\u094D\u0930\u092C\u093E\u0930\u0020","\u0936\u0928\u093F\u092C\u093E\u0930\u0020"],weekday_names_short:["\u0906\u0907\u0924\u0020","\u0938\u094B\u092E\u0020","\u092E\u0902\u0917\u0932\u0020","\u092C\u0941\u0927\u0020","\u092C\u093F\u0939\u093F\u0020","\u0936\u0941\u0915\u094D\u0930\u0020","\u0936\u0928\u093F\u0020"],weekday_names_narrow:["\u0906\u0907\u0924\u0020","\u0938\u094B\u092E\u0020","\u092E\u0902\u0917\u0932\u0020","\u092C\u0941\u0927\u0020","\u092C\u093F\u0939\u093F\u0020","\u0936\u0941\u0915\u094D\u0930\u0020","\u0936\u0928\u093F\u0020"],month_names_long:["\u091C\u0928\u0935\u0930\u0940","\u092B\u093C\u0930\u0935\u0930\u0940","\u092E\u093E\u0930\u094D\u091A","\u0905\u092A\u094D\u0930\u0947\u0932","\u092E\u0908","\u091C\u0942\u0928","\u091C\u0941\u0932\u093E\u0908","\u0905\u0917\u0938\u094D\u0924","\u0938\u093F\u0924\u092E\u094D\u092C\u0930","\u0905\u0915\u094D\u091F\u0942\u092C\u0930","\u0928\u0935\u092E\u094D\u092C\u0930","\u0926\u093F\u0938\u092E\u094D\u092C\u0930"],month_names_short:["\u091C\u0928\u0935\u0930\u0940","\u092B\u093C\u0930\u0935\u0930\u0940","\u092E\u093E\u0930\u094D\u091A","\u0905\u092A\u094D\u0930\u0947\u0932","\u092E\u0908","\u091C\u0942\u0928","\u091C\u0941\u0932\u093E\u0908","\u0905\u0917\u0938\u094D\u0924","\u0938\u093F\u0924\u092E\u094D\u092C\u0930","\u0905\u0915\u094D\u091F\u0942\u092C\u0930","\u0928\u0935\u092E\u094D\u092C\u0930","\u0926\u093F\u0938\u092E\u094D\u092C\u0930"],month_names_narrow:["\u091C\u0928\u0935\u0930\u0940","\u092B\u093C\u0930\u0935\u0930\u0940","\u092E\u093E\u0930\u094D\u091A","\u0905\u092A\u094D\u0930\u0947\u0932","\u092E\u0908","\u091C\u0942\u0928","\u091C\u0941\u0932\u093E\u0908","\u0905\u0917\u0938\u094D\u0924","\u0938\u093F\u0924\u092E\u094D\u092C\u0930","\u0905\u0915\u094D\u091F\u0942\u092C\u0930","\u0928\u0935\u092E\u094D\u092C\u0930","\u0926\u093F\u0938\u092E\u094D\u092C\u0930"],ampm:["\u092A\u0942\u0930\u094D\u0935\u093E\u0939\u094D\u0928","\u0905\u092A\u0930\u093E\u0939\u094D\u0928"],date_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059",time_format:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0020\u0025\u005A",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",date_time_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0042\u0020\u0025\u0064\u002C\u0020\u0025\u0059",shortdate_format:"\u0025\u006E\u002F\u0025\u0065\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.ne_NP;}break;case "nl_BE":case "nl_be":{if(!nexacro.Locale.nl_BE){nexacro.Locale.nl_BE={name:"nl_BE",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[0,0],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:2,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:4,weekday_names_long:["\u007A\u006F\u006E\u0064\u0061\u0067","\u006D\u0061\u0061\u006E\u0064\u0061\u0067","\u0064\u0069\u006E\u0073\u0064\u0061\u0067","\u0077\u006F\u0065\u006E\u0073\u0064\u0061\u0067","\u0064\u006F\u006E\u0064\u0065\u0072\u0064\u0061\u0067","\u0076\u0072\u0069\u006A\u0064\u0061\u0067","\u007A\u0061\u0074\u0065\u0072\u0064\u0061\u0067"],weekday_names_short:["\u007A\u006F","\u006D\u0061","\u0064\u0069","\u0077\u006F","\u0064\u006F","\u0076\u0072","\u007A\u0061"],weekday_names_narrow:["\u007A\u006F","\u006D\u0061","\u0064\u0069","\u0077\u006F","\u0064\u006F","\u0076\u0072","\u007A\u0061"],month_names_long:["\u006A\u0061\u006E\u0075\u0061\u0072\u0069","\u0066\u0065\u0062\u0072\u0075\u0061\u0072\u0069","\u006D\u0061\u0061\u0072\u0074","\u0061\u0070\u0072\u0069\u006C","\u006D\u0065\u0069","\u006A\u0075\u006E\u0069","\u006A\u0075\u006C\u0069","\u0061\u0075\u0067\u0075\u0073\u0074\u0075\u0073","\u0073\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u006F\u006B\u0074\u006F\u0062\u0065\u0072","\u006E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0064\u0065\u0063\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0072\u0074","\u0061\u0070\u0072","\u006D\u0065\u0069","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0063"],month_names_narrow:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0072\u0074","\u0061\u0070\u0072","\u006D\u0065\u0069","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u0020\u0025\u0065\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0065\u002F\u0025\u006E\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.nl_BE;}break;case "nl":case "nl_NL":case "nl_nl":{if(!nexacro.Locale.nl_NL){nexacro.Locale.nl_NL={name:"nl_NL",decimal_point:"\u002E",thousands_sep:"",grouping:[0,0],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:2,p_sign_posn:1,n_sign_posn:2,mon_n_sign_posn:4,weekday_names_long:["\u007A\u006F\u006E\u0064\u0061\u0067","\u006D\u0061\u0061\u006E\u0064\u0061\u0067","\u0064\u0069\u006E\u0073\u0064\u0061\u0067","\u0077\u006F\u0065\u006E\u0073\u0064\u0061\u0067","\u0064\u006F\u006E\u0064\u0065\u0072\u0064\u0061\u0067","\u0076\u0072\u0069\u006A\u0064\u0061\u0067","\u007A\u0061\u0074\u0065\u0072\u0064\u0061\u0067"],weekday_names_short:["\u007A\u006F","\u006D\u0061","\u0064\u0069","\u0077\u006F","\u0064\u006F","\u0076\u0072","\u007A\u0061"],weekday_names_narrow:["\u007A\u006F","\u006D\u0061","\u0064\u0069","\u0077\u006F","\u0064\u006F","\u0076\u0072","\u007A\u0061"],month_names_long:["\u006A\u0061\u006E\u0075\u0061\u0072\u0069","\u0066\u0065\u0062\u0072\u0075\u0061\u0072\u0069","\u006D\u0061\u0061\u0072\u0074","\u0061\u0070\u0072\u0069\u006C","\u006D\u0065\u0069","\u006A\u0075\u006E\u0069","\u006A\u0075\u006C\u0069","\u0061\u0075\u0067\u0075\u0073\u0074\u0075\u0073","\u0073\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u006F\u006B\u0074\u006F\u0062\u0065\u0072","\u006E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0064\u0065\u0063\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0072\u0074","\u0061\u0070\u0072","\u006D\u0065\u0069","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0063"],month_names_narrow:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0072\u0074","\u0061\u0070\u0072","\u006D\u0065\u0069","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0079",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u0020\u0025\u0065\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0065\u002D\u0025\u006E\u002D\u0025\u0059",direction:"ltr"};}return nexacro.Locale.nl_NL;}break;case "nn":case "nn_NO":case "nn_no":{if(!nexacro.Locale.nn_NO){nexacro.Locale.nn_NO={name:"nn_NO",decimal_point:"\u002C",thousands_sep:"\u0020",grouping:[3,3],int_curr_symbol:"\u004E\u004F\u004B\u0020",currency_symbol:"\u006B\u0072",mon_decimal_point:"\u002C",mon_thousands_sep:"\u00A0",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:2,p_sign_posn:1,n_sign_posn:3,mon_n_sign_posn:4,weekday_names_long:["\u0073\u0075\u006E\u0064\u0061\u0067\u0020","\u006D\u00E5\u006E\u0064\u0061\u0067\u0020","\u0074\u0079\u0073\u0064\u0061\u0067\u0020","\u006F\u006E\u0073\u0064\u0061\u0067\u0020","\u0074\u006F\u0072\u0073\u0064\u0061\u0067\u0020","\u0066\u0072\u0065\u0064\u0061\u0067\u0020","\u006C\u0061\u0075\u0072\u0064\u0061\u0067\u0020"],weekday_names_short:["\u0073\u0075\u0020","\u006D\u00E5\u0020","\u0074\u0079\u0020","\u006F\u006E\u0020","\u0074\u006F\u0020","\u0066\u0072\u0020","\u006C\u0061\u0075\u0020"],weekday_names_narrow:["\u0073\u0075\u0020","\u006D\u00E5\u0020","\u0074\u0079\u0020","\u006F\u006E\u0020","\u0074\u006F\u0020","\u0066\u0072\u0020","\u006C\u0061\u0075\u0020"],month_names_long:["\u006A\u0061\u006E\u0075\u0061\u0072","\u0066\u0065\u0062\u0072\u0075\u0061\u0072","\u006D\u0061\u0072\u0073","\u0061\u0070\u0072\u0069\u006C","\u006D\u0061\u0069","\u006A\u0075\u006E\u0069","\u006A\u0075\u006C\u0069","\u0061\u0075\u0067\u0075\u0073\u0074","\u0073\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u006F\u006B\u0074\u006F\u0062\u0065\u0072","\u006E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0064\u0065\u0073\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0073"],month_names_narrow:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0073"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0020\u0025\u0062\u0020\u0025\u0059",time_format:"\u006B\u006C\u0020\u0025\u0048\u002E\u0025\u004D\u0020\u0025\u005A",time_format_ampm:"",date_time_format:"\u0025\u0064\u002E\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u006B\u006C\u0020\u0025\u0048\u002E\u0025\u004D\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0065\u002E\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",direction:"ltr"};}return nexacro.Locale.nn_NO;}break;case "no":case "no_NO":case "no_no":{if(!nexacro.Locale.no_NO){nexacro.Locale.no_NO={name:"no_NO",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[3,3],int_curr_symbol:"\u004E\u004F\u004B\u0020",currency_symbol:"\u006B\u0072",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:4,n_sign_posn:4,weekday_names_long:["\u0073\u00F8\u006E\u0064\u0061\u0067","\u006D\u0061\u006E\u0064\u0061\u0067","\u0074\u0069\u0072\u0073\u0064\u0061\u0067","\u006F\u006E\u0073\u0064\u0061\u0067","\u0074\u006F\u0072\u0073\u0064\u0061\u0067","\u0066\u0072\u0065\u0064\u0061\u0067","\u006C\u00F8\u0072\u0064\u0061\u0067"],weekday_names_short:["\u0073\u00F8\u006E","\u006D\u0061\u006E","\u0074\u0069\u0072","\u006F\u006E\u0073","\u0074\u006F\u0072","\u0066\u0072\u0065","\u006C\u00F8\u0072"],weekday_names_narrow:["\u0073\u00F8\u006E","\u006D\u0061\u006E","\u0074\u0069\u0072","\u006F\u006E\u0073","\u0074\u006F\u0072","\u0066\u0072\u0065","\u006C\u00F8\u0072"],month_names_long:["\u006A\u0061\u006E\u0075\u0061\u0072","\u0066\u0065\u0062\u0072\u0075\u0061\u0072","\u006D\u0061\u0072\u0073","\u0061\u0070\u0072\u0069\u006C","\u006D\u0061\u0069","\u006A\u0075\u006E\u0069","\u006A\u0075\u006C\u0069","\u0061\u0075\u0067\u0075\u0073\u0074","\u0073\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u006F\u006B\u0074\u006F\u0062\u0065\u0072","\u006E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0064\u0065\u0073\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0073"],month_names_narrow:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0073"],ampm:["",""],date_format:"\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.no_NO;}break;case "nr":case "nr_ZA":case "nr_za":{if(!nexacro.Locale.nr_ZA){nexacro.Locale.nr_ZA={name:"nr_ZA",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u005A\u0041\u0052\u0020",currency_symbol:"\u0052",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0075\u0053\u006F\u006E\u0074\u006F","\u0075\u004D\u0076\u0075\u006C\u006F","\u0075\u004C\u0065\u0073\u0069\u0062\u0069\u006C\u0069","\u006C\u0065\u0073\u0069\u0074\u0068\u0061\u0074\u0068\u0075","\u0075\u004C\u0065\u0073\u0069\u006E\u0065","\u006E\u0067\u006F\u004C\u0065\u0073\u0069\u0068\u006C\u0061\u006E\u0075","\u0075\u006D\u0047\u0071\u0069\u0062\u0065\u006C\u006F"],weekday_names_short:["\u0053\u006F\u006E","\u004D\u0076\u0075","\u0042\u0069\u006C","\u0054\u0068\u0061","\u004E\u0065","\u0048\u006C\u0061","\u0047\u0071\u0069"],weekday_names_narrow:["\u0053\u006F\u006E","\u004D\u0076\u0075","\u0042\u0069\u006C","\u0054\u0068\u0061","\u004E\u0065","\u0048\u006C\u0061","\u0047\u0071\u0069"],month_names_long:["\u004A\u0061\u006E\u0061\u0062\u0061\u0072\u0069","\u0075\u0046\u0065\u0062\u0065\u0072\u0062\u0061\u0072\u0069","\u0075\u004D\u0061\u0074\u006A\u0068\u0069","\u0075\u002D\u0041\u0070\u0072\u0065\u006C\u0069","\u004D\u0065\u0079\u0069","\u004A\u0075\u006E\u0069","\u004A\u0075\u006C\u0061\u0079\u0069","\u0041\u0072\u0068\u006F\u0073\u0074\u006F\u0073\u0069","\u0053\u0065\u0070\u0074\u0065\u006D\u0062\u0061","\u004F\u006B\u0074\u006F\u0062\u0061","\u0055\u0073\u0069\u006E\u0079\u0069\u006B\u0068\u0061\u0062\u0061","\u0044\u0069\u0073\u0065\u006D\u0062\u0061"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0074","\u0041\u0070\u0072","\u004D\u0065\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0072\u0068","\u0053\u0065\u0070","\u004F\u006B\u0074","\u0055\u0073\u0069","\u0044\u0069\u0073"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0062","\u004D\u0061\u0074","\u0041\u0070\u0072","\u004D\u0065\u0079","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0072\u0068","\u0053\u0065\u0070","\u004F\u006B\u0074","\u0055\u0073\u0069","\u0044\u0069\u0073"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u002D\u0065\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u002D\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.nr_ZA;}break;case "oc":case "oc_FR":case "oc_fr":{if(!nexacro.Locale.oc_FR){nexacro.Locale.oc_FR={name:"oc_FR",decimal_point:"\u002C",thousands_sep:"",grouping:[0,0],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u0020",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0064\u0069\u006D\u0065\u006E\u0067\u0065","\u0064\u0069\u006C\u0075\u006E\u0073","\u0064\u0069\u006D\u0061\u0072\u0073","\u0064\u0069\u006D\u0065\u0063\u0072\u0065\u0073","\u0064\u0069\u006A\u00F3\u0075\u0073","\u0064\u0069\u0076\u0065\u006E\u0064\u0072\u0065\u0073","\u0064\u0069\u0073\u0061\u0062\u0074\u0065"],weekday_names_short:["\u0064\u0069\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0065\u0063","\u006A\u00F3\u0075","\u0076\u0065\u006E","\u0073\u0061\u0062"],weekday_names_narrow:["\u0064\u0069\u006D","\u006C\u0075\u006E","\u006D\u0061\u0072","\u006D\u0065\u0063","\u006A\u00F3\u0075","\u0076\u0065\u006E","\u0073\u0061\u0062"],month_names_long:["\u0067\u0065\u006E\u0069\u00E8\u0072","\u0066\u0065\u0062\u0072\u0069\u00E8\u0072","\u006D\u0061\u0072\u00E7","\u0061\u0062\u0072\u0069\u0061\u006C","\u006D\u0061\u0069","\u006A\u0075\u006E\u0068","\u006A\u0075\u006C\u0068\u0065\u0074","\u0061\u0067\u00F3\u0073\u0074","\u0073\u0065\u0074\u0065\u006D\u0062\u0072\u0065","\u006F\u0063\u0074\u006F\u0062\u0072\u0065","\u006E\u006F\u0076\u0065\u006D\u0062\u0072\u0065","\u0064\u0065\u0063\u0065\u006D\u0062\u0072\u0065"],month_names_short:["\u0067\u0065\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u00F3","\u0073\u0065\u0074","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0065\u0063"],month_names_narrow:["\u0067\u0065\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0062\u0072","\u006D\u0061\u0069","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0067\u00F3","\u0073\u0065\u0074","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0065\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.oc_FR;}break;case "om":case "om_ET":case "om_et":{if(!nexacro.Locale.om_ET){nexacro.Locale.om_ET={name:"om_ET",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u0045\u0054\u0042\u0020",currency_symbol:"\u0024",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0044\u0069\u006C\u0062\u0061\u0074\u0061","\u0057\u0069\u0069\u0078\u0061\u0074\u0061","\u0051\u0069\u0062\u0078\u0061\u0074\u0061","\u0052\u006F\u006F\u0062\u0069\u0069","\u004B\u0061\u006D\u0069\u0069\u0073\u0061","\u004A\u0069\u006D\u0061\u0061\u0074\u0061","\u0053\u0061\u006E\u0062\u0061\u0074\u0061"],weekday_names_short:["\u0044\u0069\u006C","\u0057\u0069\u0078","\u0051\u0069\u0062","\u0052\u006F\u0062","\u004B\u0061\u006D","\u004A\u0069\u006D","\u0053\u0061\u006E"],weekday_names_narrow:["\u0044\u0069\u006C","\u0057\u0069\u0078","\u0051\u0069\u0062","\u0052\u006F\u0062","\u004B\u0061\u006D","\u004A\u0069\u006D","\u0053\u0061\u006E"],month_names_long:["\u0041\u006D\u0061\u006A\u006A\u0069\u0069","\u0047\u0075\u0072\u0061\u0061\u006E\u0064\u0068\u0061\u006C\u0061","\u0042\u0069\u0074\u006F\u006F\u0074\u0065\u0065\u0073\u0073\u0061","\u0045\u006C\u0062\u0061","\u0043\u0061\u0061\u006D\u0073\u0061","\u0057\u0061\u0078\u0061\u0062\u0061\u006A\u006A\u0069\u0069","\u0041\u0064\u006F\u006F\u006C\u0065\u0065\u0073\u0073\u0061","\u0048\u0061\u0067\u0061\u0079\u0079\u0061","\u0046\u0075\u0075\u006C\u0062\u0061\u006E\u0061","\u004F\u006E\u006B\u006F\u006C\u006F\u006C\u0065\u0065\u0073\u0073\u0061","\u0053\u0061\u0064\u0061\u0061\u0073\u0061","\u004D\u0075\u0064\u0064\u0065\u0065"],month_names_short:["\u0041\u006D\u0061","\u0047\u0075\u0072","\u0042\u0069\u0074","\u0045\u006C\u0062","\u0043\u0061\u006D","\u0057\u0061\u0078","\u0041\u0064\u006F","\u0048\u0061\u0067","\u0046\u0075\u006C","\u004F\u006E\u006B","\u0053\u0061\u0064","\u004D\u0075\u0064"],month_names_narrow:["\u0041\u006D\u0061","\u0047\u0075\u0072","\u0042\u0069\u0074","\u0045\u006C\u0062","\u0043\u0061\u006D","\u0057\u0061\u0078","\u0041\u0064\u006F","\u0048\u0061\u0067","\u0046\u0075\u006C","\u004F\u006E\u006B","\u0053\u0061\u0064","\u004D\u0075\u0064"],ampm:["\u0057\u0044","\u0057\u0042"],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",time_format:"\u0025\u006C\u003A\u0025\u004D\u003A\u0025\u0053",time_format_ampm:"\u0025\u0058\u0020\u0025\u0070",date_time_format:"\u0025\u0041\u002C\u0020\u0025\u0042\u0020\u0025\u0065\u002C\u0020\u0025\u0059\u0020\u0025\u0072\u0020\u0025\u005A",full_date_time_format:"\u0025\u0041\u002C\u0020\u0025\u0042\u0020\u0025\u0065\u002C\u0020\u0025\u0072\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.om_ET;}break;case "om_KE":case "om_ke":{if(!nexacro.Locale.om_KE){nexacro.Locale.om_KE={name:"om_KE",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u004B\u0045\u0053\u0020",currency_symbol:"\u004B\u0073\u0068",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0044\u0069\u006C\u0062\u0061\u0074\u0061","\u0057\u0069\u0069\u0078\u0061\u0074\u0061","\u0051\u0069\u0062\u0078\u0061\u0074\u0061","\u0052\u006F\u006F\u0062\u0069\u0069","\u004B\u0061\u006D\u0069\u0069\u0073\u0061","\u004A\u0069\u006D\u0061\u0061\u0074\u0061","\u0053\u0061\u006E\u0062\u0061\u0074\u0061"],weekday_names_short:["\u0044\u0069\u006C","\u0057\u0069\u0078","\u0051\u0069\u0062","\u0052\u006F\u0062","\u004B\u0061\u006D","\u004A\u0069\u006D","\u0053\u0061\u006E"],weekday_names_narrow:["\u0044\u0069\u006C","\u0057\u0069\u0078","\u0051\u0069\u0062","\u0052\u006F\u0062","\u004B\u0061\u006D","\u004A\u0069\u006D","\u0053\u0061\u006E"],month_names_long:["\u0041\u006D\u0061\u006A\u006A\u0069\u0069","\u0047\u0075\u0072\u0061\u0061\u006E\u0064\u0068\u0061\u006C\u0061","\u0042\u0069\u0074\u006F\u006F\u0074\u0065\u0065\u0073\u0073\u0061","\u0045\u006C\u0062\u0061","\u0043\u0061\u0061\u006D\u0073\u0061","\u0057\u0061\u0078\u0061\u0062\u0061\u006A\u006A\u0069\u0069","\u0041\u0064\u006F\u006F\u006C\u0065\u0065\u0073\u0073\u0061","\u0048\u0061\u0067\u0061\u0079\u0079\u0061","\u0046\u0075\u0075\u006C\u0062\u0061\u006E\u0061","\u004F\u006E\u006B\u006F\u006C\u006F\u006C\u0065\u0065\u0073\u0073\u0061","\u0053\u0061\u0064\u0061\u0061\u0073\u0061","\u004D\u0075\u0064\u0064\u0065\u0065"],month_names_short:["\u0041\u006D\u0061","\u0047\u0075\u0072","\u0042\u0069\u0074","\u0045\u006C\u0062","\u0043\u0061\u006D","\u0057\u0061\u0078","\u0041\u0064\u006F","\u0048\u0061\u0067","\u0046\u0075\u006C","\u004F\u006E\u006B","\u0053\u0061\u0064","\u004D\u0075\u0064"],month_names_narrow:["\u0041\u006D\u0061","\u0047\u0075\u0072","\u0042\u0069\u0074","\u0045\u006C\u0062","\u0043\u0061\u006D","\u0057\u0061\u0078","\u0041\u0064\u006F","\u0048\u0061\u0067","\u0046\u0075\u006C","\u004F\u006E\u006B","\u0053\u0061\u0064","\u004D\u0075\u0064"],ampm:["\u0057\u0044","\u0057\u0042"],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",time_format:"\u0025\u006C\u003A\u0025\u004D\u003A\u0025\u0053",time_format_ampm:"\u0025\u0058\u0020\u0025\u0070",date_time_format:"\u0025\u0041\u002C\u0020\u0025\u0042\u0020\u0025\u0065\u002C\u0020\u0025\u0059\u0020\u0025\u0072\u0020\u0025\u005A",full_date_time_format:"\u0025\u0041\u002C\u0020\u0025\u0042\u0020\u0025\u0065\u002C\u0020\u0025\u0072\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.om_KE;}break;case "or":case "or_IN":case "or_in":{if(!nexacro.Locale.or_IN){nexacro.Locale.or_IN={name:"or_IN",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,2],int_curr_symbol:"\u0049\u004E\u0052\u0020",currency_symbol:"\u0B1F",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,2],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:2,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:4,weekday_names_long:["\u0B30\u0B2C\u0B3F\u0B2C\u0B3E\u0B30","\u0B38\u0B4B\u0B2E\u0B2C\u0B3E\u0B30","\u0B2E\u0B19\u0B4D\u0B17\u0B33\u0B2C\u0B3E\u0B30","\u0B2C\u0B41\u0B27\u0B2C\u0B3E\u0B30","\u0B17\u0B41\u0B30\u0B41\u0B2C\u0B3E\u0B30","\u0B36\u0B41\u0B15\u0B4D\u0B30\u0B2C\u0B3E\u0B30","\u0B36\u0B28\u0B3F\u0B2C\u0B3E\u0B30"],weekday_names_short:["\u0B30\u0B2C\u0B3F","\u0B38\u0B4B\u0B2E","\u0B2E\u0B19\u0B4D\u0B17\u0B33","\u0B2C\u0B41\u0B27","\u0B17\u0B41\u0B30\u0B41","\u0B36\u0B41\u0B15\u0B4D\u0B30","\u0B36\u0B28\u0B3F"],weekday_names_narrow:["\u0B30\u0B2C\u0B3F","\u0B38\u0B4B\u0B2E","\u0B2E\u0B19\u0B4D\u0B17\u0B33","\u0B2C\u0B41\u0B27","\u0B17\u0B41\u0B30\u0B41","\u0B36\u0B41\u0B15\u0B4D\u0B30","\u0B36\u0B28\u0B3F"],month_names_long:["\u0B1C\u0B3E\u0B28\u0B41\u0B06\u0B30\u0B40","\u0B2B\u0B47\u0B2C\u0B43\u0B06\u0B30\u0B40","\u0B2E\u0B3E\u0B30\u0B4D\u0B1A\u0B4D\u0B1A","\u0B05\u0B2A\u0B4D\u0B30\u0B47\u0B32","\u0B2E\u0B07","\u0B1C\u0B41\u0B28","\u0B1C\u0B41\u0B32\u0B3E\u0B07","\u0B05\u0B17\u0B37\u0B4D\u0B1F","\u0B38\u0B47\u0B2A\u0B4D\u0B1F\u0B47\u0B2E\u0B4D\u0B2C\u0B30","\u0B05\u0B15\u0B4D\u0B1F\u0B4B\u0B2C\u0B30","\u0B28\u0B2D\u0B47\u0B2E\u0B4D\u0B2C\u0B30","\u0B21\u0B3F\u0B38\u0B47\u0B2E\u0B4D\u0B2C\u0B30"],month_names_short:["\u0031","\u0033","\u0034","\u0035","\u0036","\u0037","\u0038","\u0039","\u0031\u0030","\u0031\u0030","\u0031\u0031","\u0031\u0032"],month_names_narrow:["\u0031","\u0033","\u0034","\u0035","\u0036","\u0037","\u0038","\u0039","\u0031\u0030","\u0031\u0030","\u0031\u0031","\u0031\u0032"],ampm:["\u0041\u004D","\u0050\u004D"],date_format:"\u0025\u004F\u0064\u002D\u0025\u004F\u006D\u002D\u0025\u004F\u0079",time_format:"\u0025\u004F\u0049\u003A\u0025\u004F\u004D\u003A\u0025\u004F\u0053\u0020\u0025\u0070",time_format_ampm:"\u0025\u004F\u0049\u003A\u0025\u004F\u004D\u003A\u0025\u004F\u0053\u0020\u0025\u0070",date_time_format:"\u0025\u004F\u0065\u0020\u0025\u0042\u0020\u0025\u004F\u0079\u0020\u0025\u004F\u0049\u003A\u0025\u004F\u004D\u003A\u0025\u004F\u0053\u0020\u0025\u0070\u0020\u0025\u005A",full_date_time_format:"",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0079",direction:"ltr"};}return nexacro.Locale.or_IN;}break;case "pa":case "pa_IN":case "pa_in":{if(!nexacro.Locale.pa_IN){nexacro.Locale.pa_IN={name:"pa_IN",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,2],int_curr_symbol:"\u0049\u004E\u0052\u0020",currency_symbol:"\u0A30\u0A41",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:2,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:4,weekday_names_long:["\u0A10\u0A24\u0A35\u0A3E\u0A30\u0020","\u0A38\u0A4B\u0A2E\u0A35\u0A3E\u0A30\u0020","\u0A2E\u0A70\u0A17\u0A32\u0A35\u0A3E\u0A30\u0020","\u0A2C\u0A41\u0A71\u0A27\u0A35\u0A3E\u0A30\u0020","\u0A35\u0A40\u0A30\u0A35\u0A3E\u0A30\u0020","\u0A36\u0A41\u0A71\u0A15\u0A30\u0A35\u0A3E\u0A30\u0020","\u0A36\u0A28\u0A3F\u0A71\u0A1A\u0A30\u0A35\u0A3E\u0A30\u0020"],weekday_names_short:["\u0A10\u0A24\u0020","\u0A38\u0A4B\u0A2E\u0020","\u0A2E\u0A70\u0A17\u0A32\u0020","\u0A2C\u0A41\u0A71\u0A27\u0020","\u0A35\u0A40\u0A30\u0020","\u0A36\u0A41\u0A71\u0A15\u0A30\u0020","\u0A36\u0A28\u0A3F\u0A71\u0A1A\u0A30\u0020"],weekday_names_narrow:["\u0A10\u0A24\u0020","\u0A38\u0A4B\u0A2E\u0020","\u0A2E\u0A70\u0A17\u0A32\u0020","\u0A2C\u0A41\u0A71\u0A27\u0020","\u0A35\u0A40\u0A30\u0020","\u0A36\u0A41\u0A71\u0A15\u0A30\u0020","\u0A36\u0A28\u0A3F\u0A71\u0A1A\u0A30\u0020"],month_names_long:["\u0A1C\u0A28\u0A35\u0A30\u0A40","\u0A5E\u0A30\u0A35\u0A30\u0A40","\u0A2E\u0A3E\u0A30\u0A1A","\u0A05\u0A2A\u0A30\u0A48\u0A32","\u0A2E\u0A08","\u0A1C\u0A42\u0A28","\u0A1C\u0A41\u0A32\u0A3E\u0A08","\u0A05\u0A17\u0A38\u0A24","\u0A38\u0A24\u0A70\u0A2C\u0A30","\u0A05\u0A15\u0A24\u0A42\u0A2C\u0A30","\u0A28\u0A35\u0A70\u0A2C\u0A30","\u0A26\u0A38\u0A70\u0A2C\u0A30"],month_names_short:["\u0A1C\u0A28\u0A35\u0A30\u0A40","\u0A5E\u0A30\u0A35\u0A30\u0A40","\u0A2E\u0A3E\u0A30\u0A1A","\u0A05\u0A2A\u0A30\u0A48\u0A32","\u0A2E\u0A08","\u0A1C\u0A42\u0A28","\u0A1C\u0A41\u0A32\u0A3E\u0A08","\u0A05\u0A17\u0A38\u0A24","\u0A38\u0A24\u0A70\u0A2C\u0A30","\u0A05\u0A15\u0A24\u0A42\u0A2C\u0A30","\u0A28\u0A35\u0A70\u0A2C\u0A30","\u0A26\u0A38\u0A70\u0A2C\u0A30"],month_names_narrow:["\u0A1C\u0A28\u0A35\u0A30\u0A40","\u0A5E\u0A30\u0A35\u0A30\u0A40","\u0A2E\u0A3E\u0A30\u0A1A","\u0A05\u0A2A\u0A30\u0A48\u0A32","\u0A2E\u0A08","\u0A1C\u0A42\u0A28","\u0A1C\u0A41\u0A32\u0A3E\u0A08","\u0A05\u0A17\u0A38\u0A24","\u0A38\u0A24\u0A70\u0A2C\u0A30","\u0A05\u0A15\u0A24\u0A42\u0A2C\u0A30","\u0A28\u0A35\u0A70\u0A2C\u0A30","\u0A26\u0A38\u0A70\u0A2C\u0A30"],ampm:["\u0A38\u0A35\u0A47\u0A30\u0A47","\u0A36\u0A3E\u0A2E"],date_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059",time_format:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0020\u0025\u005A",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",date_time_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059\u0020\u0025\u0041",shortdate_format:"\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0079",direction:"ltr"};}return nexacro.Locale.pa_IN;}break;case "pa_PK":case "pa_pk":{if(!nexacro.Locale.pa_PK){nexacro.Locale.pa_PK={name:"pa_PK",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u0050\u004B\u0052\u0020",currency_symbol:"\u0052\u0073",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:2,n_sign_posn:1,weekday_names_long:["\u0627\u062A\u0648\u0627\u0631","\u067E\u064A\u0631","\u0645\u0646\u06AF\u0644","\u0628\u062F\u06BE","\u062C\u0645\u0639\u0631\u0627\u062A","\u062C\u0645\u0639\u0647","\u0647\u0641\u062A\u0647"],weekday_names_short:["\u0627\u062A\u0648\u0627\u0631","\u067E\u064A\u0631","\u0645\u0646\u06AF\u0644","\u0628\u062F\u06BE","\u062C\u0645\u0639\u0631\u0627\u062A","\u062C\u0645\u0639\u0647","\u0647\u0641\u062A\u0647"],weekday_names_narrow:["\u0627\u062A\u0648\u0627\u0631","\u067E\u064A\u0631","\u0645\u0646\u06AF\u0644","\u0628\u062F\u06BE","\u062C\u0645\u0639\u0631\u0627\u062A","\u062C\u0645\u0639\u0647","\u0647\u0641\u062A\u0647"],month_names_long:["\u062C\u0646\u0648\u0631\u064A","\u0641\u0631\u0648\u0631\u064A","\u0645\u0627\u0631\u0686","\u0627\u067E\u0631\u064A\u0644","\u0645\u0653\u06CC","\u062C\u0648\u0646","\u062C\u0648\u0644\u0627\u064A","\u0627\u06AF\u0633\u062A","\u0633\u062A\u0645\u0628\u0631","\u0627\u0643\u062A\u0648\u0628\u0631","\u0646\u0648\u0645\u0628\u0631","\u062F\u0633\u0645\u0628\u0631"],month_names_short:["\u062C\u0646\u0648\u0631\u064A","\u0641\u0631\u0648\u0631\u064A","\u0645\u0627\u0631\u0686","\u0627\u067E\u0631\u064A\u0644","\u0645\u0653\u06CC","\u062C\u0648\u0646","\u062C\u0648\u0644\u0627\u064A","\u0627\u06AF\u0633\u062A","\u0633\u062A\u0645\u0628\u0631","\u0627\u0643\u062A\u0648\u0628\u0631","\u0646\u0648\u0645\u0628\u0631","\u062F\u0633\u0645\u0628\u0631"],month_names_narrow:["\u062C\u0646\u0648\u0631\u064A","\u0641\u0631\u0648\u0631\u064A","\u0645\u0627\u0631\u0686","\u0627\u067E\u0631\u064A\u0644","\u0645\u0653\u06CC","\u062C\u0648\u0646","\u062C\u0648\u0644\u0627\u064A","\u0627\u06AF\u0633\u062A","\u0633\u062A\u0645\u0628\u0631","\u0627\u0643\u062A\u0648\u0628\u0631","\u0646\u0648\u0645\u0628\u0631","\u062F\u0633\u0645\u0628\u0631"],ampm:["\u0635","\u0634"],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",time_format:"\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053",time_format_ampm:"\u0025\u0050\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053",date_time_format:"\u0648\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u062A\u0020\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059",full_date_time_format:"",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.pa_PK;}break;case "pl":case "pl_PL":case "pl_pl":{if(!nexacro.Locale.pl_PL){nexacro.Locale.pl_PL={name:"pl_PL",decimal_point:"\u002C",thousands_sep:"\u0020",grouping:[0,0],int_curr_symbol:"\u0050\u004C\u004E\u0020",currency_symbol:"\u007A\u0142",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u006E\u0069\u0065\u0064\u007A\u0069\u0065\u006C\u0061","\u0070\u006F\u006E\u0069\u0065\u0064\u007A\u0069\u0061\u0142\u0065\u006B","\u0077\u0074\u006F\u0072\u0065\u006B","\u015B\u0072\u006F\u0064\u0061","\u0063\u007A\u0077\u0061\u0072\u0074\u0065\u006B","\u0070\u0069\u0105\u0074\u0065\u006B","\u0073\u006F\u0062\u006F\u0074\u0061"],weekday_names_short:["\u006E\u0069\u0065","\u0070\u006F\u006E","\u0077\u0074\u006F","\u015B\u0072\u006F","\u0063\u007A\u0077","\u0070\u0069\u0105","\u0073\u006F\u0062"],weekday_names_narrow:["\u006E\u0069\u0065","\u0070\u006F\u006E","\u0077\u0074\u006F","\u015B\u0072\u006F","\u0063\u007A\u0077","\u0070\u0069\u0105","\u0073\u006F\u0062"],month_names_long:["\u0073\u0074\u0079\u0063\u007A\u0065\u0144","\u006C\u0075\u0074\u0079","\u006D\u0061\u0072\u007A\u0065\u0063","\u006B\u0077\u0069\u0065\u0063\u0069\u0065\u0144","\u006D\u0061\u006A","\u0063\u007A\u0065\u0072\u0077\u0069\u0065\u0063","\u006C\u0069\u0070\u0069\u0065\u0063","\u0073\u0069\u0065\u0072\u0070\u0069\u0065\u0144","\u0077\u0072\u007A\u0065\u0073\u0069\u0065\u0144","\u0070\u0061\u017A\u0064\u007A\u0069\u0065\u0072\u006E\u0069\u006B","\u006C\u0069\u0073\u0074\u006F\u0070\u0061\u0064","\u0067\u0072\u0075\u0064\u007A\u0069\u0065\u0144"],month_names_short:["\u0073\u0074\u0079","\u006C\u0075\u0074","\u006D\u0061\u0072","\u006B\u0077\u0069","\u006D\u0061\u006A","\u0063\u007A\u0065","\u006C\u0069\u0070","\u0073\u0069\u0065","\u0077\u0072\u007A","\u0070\u0061\u017A","\u006C\u0069\u0073","\u0067\u0072\u0075"],month_names_narrow:["\u0073\u0074\u0079","\u006C\u0075\u0074","\u006D\u0061\u0072","\u006B\u0077\u0069","\u006D\u0061\u006A","\u0063\u007A\u0065","\u006C\u0069\u0070","\u0073\u0069\u0065","\u0077\u0072\u007A","\u0070\u0061\u017A","\u006C\u0069\u0073","\u0067\u0072\u0075"],ampm:["",""],date_format:"\u0025\u0059\u002D\u0025\u006D\u002D\u0025\u0064",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0065\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0059\u002D\u0025\u006D\u002D\u0025\u0064",direction:"ltr"};}return nexacro.Locale.pl_PL;}break;case "pt_BR":case "pt_br":{if(!nexacro.Locale.pt_BR){nexacro.Locale.pt_BR={name:"pt_BR",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[0,0],int_curr_symbol:"\u0042\u0052\u004C\u0020",currency_symbol:"\u0052\u0024",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0064\u006F\u006D\u0069\u006E\u0067\u006F","\u0073\u0065\u0067\u0075\u006E\u0064\u0061\u002D\u0066\u0065\u0069\u0072\u0061","\u0074\u0065\u0072\u00E7\u0061\u002D\u0066\u0065\u0069\u0072\u0061","\u0071\u0075\u0061\u0072\u0074\u0061\u002D\u0066\u0065\u0069\u0072\u0061","\u0071\u0075\u0069\u006E\u0074\u0061\u002D\u0066\u0065\u0069\u0072\u0061","\u0073\u0065\u0078\u0074\u0061\u002D\u0066\u0065\u0069\u0072\u0061","\u0073\u00E1\u0062\u0061\u0064\u006F"],weekday_names_short:["\u0044\u006F\u006D","\u0053\u0065\u0067","\u0054\u0065\u0072","\u0051\u0075\u0061","\u0051\u0075\u0069","\u0053\u0065\u0078","\u0053\u00E1\u0062"],weekday_names_narrow:["\u0044\u006F\u006D","\u0053\u0065\u0067","\u0054\u0065\u0072","\u0051\u0075\u0061","\u0051\u0075\u0069","\u0053\u0065\u0078","\u0053\u00E1\u0062"],month_names_long:["\u006A\u0061\u006E\u0065\u0069\u0072\u006F","\u0066\u0065\u0076\u0065\u0072\u0065\u0069\u0072\u006F","\u006D\u0061\u0072\u00E7\u006F","\u0061\u0062\u0072\u0069\u006C","\u006D\u0061\u0069\u006F","\u006A\u0075\u006E\u0068\u006F","\u006A\u0075\u006C\u0068\u006F","\u0061\u0067\u006F\u0073\u0074\u006F","\u0073\u0065\u0074\u0065\u006D\u0062\u0072\u006F","\u006F\u0075\u0074\u0075\u0062\u0072\u006F","\u006E\u006F\u0076\u0065\u006D\u0062\u0072\u006F","\u0064\u0065\u007A\u0065\u006D\u0062\u0072\u006F"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0076","\u004D\u0061\u0072","\u0041\u0062\u0072","\u004D\u0061\u0069","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0067\u006F","\u0053\u0065\u0074","\u004F\u0075\u0074","\u004E\u006F\u0076","\u0044\u0065\u007A"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0076","\u004D\u0061\u0072","\u0041\u0062\u0072","\u004D\u0061\u0069","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0067\u006F","\u0053\u0065\u0074","\u004F\u0075\u0074","\u004E\u006F\u0076","\u0044\u0065\u007A"],ampm:["",""],date_format:"\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0065\u0020\u0064\u0065\u0020\u0025\u0042\u0020\u0064\u0065\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.pt_BR;}break;case "pt":case "pt_PT":case "pt_pt":{if(!nexacro.Locale.pt_PT){nexacro.Locale.pt_PT={name:"pt_PT",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[0,0],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0064\u006F\u006D\u0069\u006E\u0067\u006F","\u0073\u0065\u0067\u0075\u006E\u0064\u0061\u002D\u0066\u0065\u0069\u0072\u0061","\u0074\u0065\u0072\u00E7\u0061\u002D\u0066\u0065\u0069\u0072\u0061","\u0071\u0075\u0061\u0072\u0074\u0061\u002D\u0066\u0065\u0069\u0072\u0061","\u0071\u0075\u0069\u006E\u0074\u0061\u002D\u0066\u0065\u0069\u0072\u0061","\u0073\u0065\u0078\u0074\u0061\u002D\u0066\u0065\u0069\u0072\u0061","\u0073\u00E1\u0062\u0061\u0064\u006F"],weekday_names_short:["\u0044\u006F\u006D","\u0053\u0065\u0067","\u0054\u0065\u0072","\u0051\u0075\u0061","\u0051\u0075\u0069","\u0053\u0065\u0078","\u0053\u00E1\u0062"],weekday_names_narrow:["\u0044\u006F\u006D","\u0053\u0065\u0067","\u0054\u0065\u0072","\u0051\u0075\u0061","\u0051\u0075\u0069","\u0053\u0065\u0078","\u0053\u00E1\u0062"],month_names_long:["\u004A\u0061\u006E\u0065\u0069\u0072\u006F","\u0046\u0065\u0076\u0065\u0072\u0065\u0069\u0072\u006F","\u004D\u0061\u0072\u00E7\u006F","\u0041\u0062\u0072\u0069\u006C","\u004D\u0061\u0069\u006F","\u004A\u0075\u006E\u0068\u006F","\u004A\u0075\u006C\u0068\u006F","\u0041\u0067\u006F\u0073\u0074\u006F","\u0053\u0065\u0074\u0065\u006D\u0062\u0072\u006F","\u004F\u0075\u0074\u0075\u0062\u0072\u006F","\u004E\u006F\u0076\u0065\u006D\u0062\u0072\u006F","\u0044\u0065\u007A\u0065\u006D\u0062\u0072\u006F"],month_names_short:["\u004A\u0061\u006E","\u0046\u0065\u0076","\u004D\u0061\u0072","\u0041\u0062\u0072","\u004D\u0061\u0069","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0067\u006F","\u0053\u0065\u0074","\u004F\u0075\u0074","\u004E\u006F\u0076","\u0044\u0065\u007A"],month_names_narrow:["\u004A\u0061\u006E","\u0046\u0065\u0076","\u004D\u0061\u0072","\u0041\u0062\u0072","\u004D\u0061\u0069","\u004A\u0075\u006E","\u004A\u0075\u006C","\u0041\u0067\u006F","\u0053\u0065\u0074","\u004F\u0075\u0074","\u004E\u006F\u0076","\u0044\u0065\u007A"],ampm:["",""],date_format:"\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0041\u002C\u0020\u0025\u0065\u0020\u0064\u0065\u0020\u0025\u0042\u0020\u0064\u0065\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0059",direction:"ltr"};}return nexacro.Locale.pt_PT;}break;case "ro":case "ro_RO":case "ro_ro":{if(!nexacro.Locale.ro_RO){nexacro.Locale.ro_RO={name:"ro_RO",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[3,3],int_curr_symbol:"\u0052\u004F\u004E\u0020",currency_symbol:"\u006C\u0065\u0069",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0064\u0075\u006D\u0069\u006E\u0069\u0063\u0103","\u006C\u0075\u006E\u0069","\u006D\u0061\u0072\u0163\u0069","\u006D\u0069\u0065\u0072\u0063\u0075\u0072\u0069","\u006A\u006F\u0069","\u0076\u0069\u006E\u0065\u0072\u0069","\u0073\u00E2\u006D\u0062\u0103\u0074\u0103"],weekday_names_short:["\u0044\u0075","\u004C\u0075","\u004D\u0061","\u004D\u0069","\u004A\u006F","\u0056\u0069","\u0053\u0062"],weekday_names_narrow:["\u0044\u0075","\u004C\u0075","\u004D\u0061","\u004D\u0069","\u004A\u006F","\u0056\u0069","\u0053\u0062"],month_names_long:["\u0069\u0061\u006E\u0075\u0061\u0072\u0069\u0065","\u0066\u0065\u0062\u0072\u0075\u0061\u0072\u0069\u0065","\u006D\u0061\u0072\u0074\u0069\u0065","\u0061\u0070\u0072\u0069\u006C\u0069\u0065","\u006D\u0061\u0069","\u0069\u0075\u006E\u0069\u0065","\u0069\u0075\u006C\u0069\u0065","\u0061\u0075\u0067\u0075\u0073\u0074","\u0073\u0065\u0070\u0074\u0065\u006D\u0062\u0072\u0069\u0065","\u006F\u0063\u0074\u006F\u006D\u0062\u0072\u0069\u0065","\u006E\u006F\u0069\u0065\u006D\u0062\u0072\u0069\u0065","\u0064\u0065\u0063\u0065\u006D\u0062\u0072\u0069\u0065"],month_names_short:["\u0069\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u0069","\u0069\u0075\u006E","\u0069\u0075\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0065\u0063"],month_names_narrow:["\u0069\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u0069","\u0069\u0075\u006E","\u0069\u0075\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u0063\u0074","\u006E\u006F\u0076","\u0064\u0065\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u007A",full_date_time_format:"\u0025\u0041\u0020\u0025\u002D\u0065\u0020\u0025\u0042\u0020\u0025\u0059\u002C\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u007A",first_weekday:0,longdate_format:"\u0025\u0065\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",direction:"ltr"};}return nexacro.Locale.ro_RO;}break;case "ru":case "ru_RU":case "ru_ru":{if(!nexacro.Locale.ru_RU){nexacro.Locale.ru_RU={name:"ru_RU",decimal_point:"\u002C",thousands_sep:"\u2002",grouping:[3,3],int_curr_symbol:"\u0052\u0055\u0042\u0020",currency_symbol:"\u0440\u002E",mon_decimal_point:"\u002C",mon_thousands_sep:"\u2002",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:0,n_cs_precedes:0,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0412\u043E\u0441\u043A\u0440\u0435\u0441\u0435\u043D\u044C\u0435","\u041F\u043E\u043D\u0435\u0434\u0435\u043B\u044C\u043D\u0438\u043A","\u0412\u0442\u043E\u0440\u043D\u0438\u043A","\u0421\u0440\u0435\u0434\u0430","\u0427\u0435\u0442\u0432\u0435\u0440\u0433","\u041F\u044F\u0442\u043D\u0438\u0446\u0430","\u0421\u0443\u0431\u0431\u043E\u0442\u0430"],weekday_names_short:["\u0412\u0441\u043A","\u041F\u043D\u0434","\u0412\u0442\u0440","\u0421\u0440\u0434","\u0427\u0442\u0432","\u041F\u0442\u043D","\u0421\u0431\u0442"],weekday_names_narrow:["\u0412\u0441\u043A","\u041F\u043D\u0434","\u0412\u0442\u0440","\u0421\u0440\u0434","\u0427\u0442\u0432","\u041F\u0442\u043D","\u0421\u0431\u0442"],month_names_long:["\u042F\u043D\u0432\u0430\u0440\u044C","\u0424\u0435\u0432\u0440\u0430\u043B\u044C","\u041C\u0430\u0440\u0442","\u0410\u043F\u0440\u0435\u043B\u044C","\u041C\u0430\u0439","\u0418\u044E\u043D\u044C","\u0418\u044E\u043B\u044C","\u0410\u0432\u0433\u0443\u0441\u0442","\u0421\u0435\u043D\u0442\u044F\u0431\u0440\u044C","\u041E\u043A\u0442\u044F\u0431\u0440\u044C","\u041D\u043E\u044F\u0431\u0440\u044C","\u0414\u0435\u043A\u0430\u0431\u0440\u044C"],month_names_short:["\u042F\u043D\u0432","\u0424\u0435\u0432","\u041C\u0430\u0440","\u0410\u043F\u0440","\u041C\u0430\u0439","\u0418\u044E\u043D","\u0418\u044E\u043B","\u0410\u0432\u0433","\u0421\u0435\u043D","\u041E\u043A\u0442","\u041D\u043E\u044F","\u0414\u0435\u043A"],month_names_narrow:["\u042F\u043D\u0432","\u0424\u0435\u0432","\u041C\u0430\u0440","\u0410\u043F\u0440","\u041C\u0430\u0439","\u0418\u044E\u043D","\u0418\u044E\u043B","\u0410\u0432\u0433","\u0421\u0435\u043D","\u041E\u043A\u0442","\u041D\u043E\u044F","\u0414\u0435\u043A"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0065\u0020\u0025\u0042\u0020\u0025\u0059\u0020\u0025\u0041\u0020\u0433\u002E",shortdate_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",direction:"ltr"};}return nexacro.Locale.ru_RU;}break;case "ru_UA":case "ru_ua":{if(!nexacro.Locale.ru_UA){nexacro.Locale.ru_UA={name:"ru_UA",decimal_point:"\u002C",thousands_sep:"\u2002",grouping:[3,3],int_curr_symbol:"\u0055\u0041\u0048\u0020",currency_symbol:"\u0433\u0440",mon_decimal_point:"\u002E",mon_thousands_sep:"\u0020",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0412\u043E\u0441\u043A\u0440\u0435\u0441\u0435\u043D\u044C\u0435","\u041F\u043E\u043D\u0435\u0434\u0435\u043B\u044C\u043D\u0438\u043A","\u0412\u0442\u043E\u0440\u043D\u0438\u043A","\u0421\u0440\u0435\u0434\u0430","\u0427\u0435\u0442\u0432\u0435\u0440\u0433","\u041F\u044F\u0442\u043D\u0438\u0446\u0430","\u0421\u0443\u0431\u0431\u043E\u0442\u0430"],weekday_names_short:["\u0412\u0441\u043A","\u041F\u043D\u0434","\u0412\u0442\u043E","\u0421\u0440\u0434","\u0427\u0442\u0432","\u041F\u0442\u043D","\u0421\u0443\u0431"],weekday_names_narrow:["\u0412\u0441\u043A","\u041F\u043D\u0434","\u0412\u0442\u043E","\u0421\u0440\u0434","\u0427\u0442\u0432","\u041F\u0442\u043D","\u0421\u0443\u0431"],month_names_long:["\u042F\u043D\u0432\u0430\u0440\u044C","\u0424\u0435\u0432\u0440\u0430\u043B\u044C","\u041C\u0430\u0440\u0442","\u0410\u043F\u0440\u0435\u043B\u044C","\u041C\u0430\u0439","\u0418\u044E\u043D\u044C","\u0418\u044E\u043B\u044C","\u0410\u0432\u0433\u0443\u0441\u0442","\u0421\u0435\u043D\u0442\u044F\u0431\u0440\u044C","\u041E\u043A\u0442\u044F\u0431\u0440\u044C","\u041D\u043E\u044F\u0431\u0440\u044C","\u0414\u0435\u043A\u0430\u0431\u0440\u044C"],month_names_short:["\u042F\u043D\u0432","\u0424\u0435\u0432","\u041C\u0430\u0440","\u0410\u043F\u0440","\u041C\u0430\u0439","\u0418\u044E\u043D","\u0418\u044E\u043B","\u0410\u0432\u0433","\u0421\u0435\u043D","\u041E\u043A\u0442","\u041D\u043E\u044F","\u0414\u0435\u043A"],month_names_narrow:["\u042F\u043D\u0432","\u0424\u0435\u0432","\u041C\u0430\u0440","\u0410\u043F\u0440","\u041C\u0430\u0439","\u0418\u044E\u043D","\u0418\u044E\u043B","\u0410\u0432\u0433","\u0421\u0435\u043D","\u041E\u043A\u0442","\u041D\u043E\u044F","\u0414\u0435\u043A"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.ru_UA;}break;case "rw":case "rw_RW":case "rw_rw":{if(!nexacro.Locale.rw_RW){nexacro.Locale.rw_RW={name:"rw_RW",decimal_point:"\u002C",thousands_sep:"",grouping:[3],int_curr_symbol:"\u0052\u0057\u0046\u0020",currency_symbol:"\u0046\u0072\u0077",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u004B\u0075\u0020\u0063\u0079\u0075\u006D\u0077\u0065\u0072\u0075","\u004B\u0075\u0077\u0061\u0020\u006D\u0062\u0065\u0072\u0065","\u004B\u0075\u0077\u0061\u0020\u006B\u0061\u0062\u0069\u0072\u0069","\u004B\u0075\u0077\u0061\u0020\u0067\u0061\u0074\u0061\u0074\u0075","\u004B\u0075\u0077\u0061\u0020\u006B\u0061\u006E\u0065","\u004B\u0075\u0077\u0061\u0020\u0067\u0061\u0074\u0061\u006E\u0075","\u004B\u0075\u0077\u0061\u0020\u0067\u0061\u0074\u0061\u006E\u0064\u0061\u0074\u0075"],weekday_names_short:["\u004D\u0077\u0065","\u004D\u0062\u0065","\u004B\u0061\u0062","\u0047\u0074\u0075","\u004B\u0061\u006E","\u0047\u006E\u0075","\u0047\u006E\u0064"],weekday_names_narrow:["\u004D\u0077\u0065","\u004D\u0062\u0065","\u004B\u0061\u0062","\u0047\u0074\u0075","\u004B\u0061\u006E","\u0047\u006E\u0075","\u0047\u006E\u0064"],month_names_long:["\u004D\u0075\u0074\u0061\u0072\u0061\u006D\u0061","\u0047\u0061\u0073\u0068\u0079\u0061\u006E\u0074\u0061\u0072\u0065","\u0057\u0065\u0072\u0075\u0072\u0077\u0065","\u004D\u0061\u0074\u0061","\u0047\u0069\u0063\u0075\u0072\u0061\u006E\u0073\u0069","\u004B\u0061\u006D\u0065\u006E\u0061","\u004E\u0079\u0061\u006B\u0061\u006E\u0067\u0061","\u004B\u0061\u006E\u0061\u006D\u0061","\u004E\u007A\u0065\u006C\u0069","\u0055\u006B\u0077\u0061\u006B\u0069\u0072\u0061","\u0055\u0067\u0075\u0073\u0068\u0079\u0069\u006E\u0067\u006F","\u0055\u006B\u0075\u0062\u006F\u007A\u0061"],month_names_short:["\u004D\u0075\u0074","\u0047\u0061\u0073","\u0057\u0065\u0072","\u004D\u0061\u0074","\u0047\u0069\u0063","\u004B\u0061\u006D","\u004E\u0079\u0061","\u004B\u0061\u006E","\u004E\u007A\u0065","\u0055\u006B\u0077","\u0055\u0067\u0075","\u0055\u006B\u0075"],month_names_narrow:["\u004D\u0075\u0074","\u0047\u0061\u0073","\u0057\u0065\u0072","\u004D\u0061\u0074","\u0047\u0069\u0063","\u004B\u0061\u006D","\u004E\u0079\u0061","\u004B\u0061\u006E","\u004E\u007A\u0065","\u0055\u006B\u0077","\u0055\u0067\u0075","\u0055\u006B\u0075"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.rw_RW;}break;case "se":case "se_NO":case "se_no":{if(!nexacro.Locale.se_NO){nexacro.Locale.se_NO={name:"se_NO",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[3,3],int_curr_symbol:"\u004E\u004F\u004B\u0020",currency_symbol:"\u0020\u0072\u0075",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:4,n_sign_posn:4,weekday_names_long:["\u0073\u006F\u0074\u006E\u0061\u0062\u0065\u0061\u0069\u0076\u0069","\u0076\u0075\u006F\u0073\u0073\u00E1\u0072\u0067\u0061","\u006D\u0061\u014B\u014B\u0065\u0062\u0061\u0072\u0067\u0061","\u0067\u0061\u0073\u006B\u0061\u0076\u0061\u0068\u006B\u006B\u0075","\u0064\u0075\u006F\u0072\u0061\u0073\u0064\u0061\u0074","\u0062\u0065\u0061\u0072\u006A\u0061\u0064\u0061\u0074","\u006C\u00E1\u0076\u0076\u0061\u0072\u0064\u0061\u0074"],weekday_names_short:["\u0073\u006F\u0074\u006E","\u0076\u0075\u006F\u0073","\u006D\u0061\u014B","\u0067\u0061\u0073\u006B","\u0064\u0075\u006F\u0072","\u0062\u0065\u0061\u0072","\u006C\u00E1\u0076"],weekday_names_narrow:["\u0073\u006F\u0074\u006E","\u0076\u0075\u006F\u0073","\u006D\u0061\u014B","\u0067\u0061\u0073\u006B","\u0064\u0075\u006F\u0072","\u0062\u0065\u0061\u0072","\u006C\u00E1\u0076"],month_names_long:["\u006F\u0111\u0111\u0061\u006A\u0061\u0067\u0065\u006D\u00E1\u006E\u0075","\u0067\u0075\u006F\u0076\u0076\u0061\u006D\u00E1\u006E\u0075","\u006E\u006A\u0075\u006B\u010D\u0061\u006D\u00E1\u006E\u0075","\u0063\u0075\u006F\u014B\u006F\u006D\u00E1\u006E\u0075","\u006D\u0069\u0065\u0073\u0073\u0065\u006D\u00E1\u006E\u0075","\u0067\u0065\u0061\u0073\u0073\u0065\u006D\u00E1\u006E\u0075","\u0073\u0075\u006F\u0069\u0064\u006E\u0065\u006D\u00E1\u006E\u0075","\u0062\u006F\u0072\u0067\u0065\u006D\u00E1\u006E\u0075","\u010D\u0061\u006B\u010D\u0061\u006D\u00E1\u006E\u0075","\u0067\u006F\u006C\u0067\u0067\u006F\u0074\u006D\u00E1\u006E\u0075","\u0073\u006B\u00E1\u0062\u006D\u0061\u006D\u00E1\u006E\u0075","\u006A\u0075\u006F\u0076\u006C\u0061\u006D\u00E1\u006E\u0075"],month_names_short:["\u006F\u0111\u0111\u006A","\u0067\u0075\u006F\u0076","\u006E\u006A\u0075\u006B","\u0063\u0075\u006F\u014B","\u006D\u0069\u0065\u0073","\u0067\u0065\u0061\u0073","\u0073\u0075\u006F\u0069","\u0062\u006F\u0072\u0067","\u010D\u0061\u006B\u010D","\u0067\u006F\u006C\u0067","\u0073\u006B\u00E1\u0062","\u006A\u0075\u006F\u0076"],month_names_narrow:["\u006F\u0111\u0111\u006A","\u0067\u0075\u006F\u0076","\u006E\u006A\u0075\u006B","\u0063\u0075\u006F\u014B","\u006D\u0069\u0065\u0073","\u0067\u0065\u0061\u0073","\u0073\u0075\u006F\u0069","\u0062\u006F\u0072\u0067","\u010D\u0061\u006B\u010D","\u0067\u006F\u006C\u0067","\u0073\u006B\u00E1\u0062","\u006A\u0075\u006F\u0076"],ampm:["",""],date_format:"\u0025\u0059\u002D\u0025\u006D\u002D\u0025\u0064",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u002C\u0020\u0025\u0062\u0020\u0025\u0065\u002E\u0020\u0062\u002E\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0041\u002C\u0020\u0025\u0042\u0020\u0025\u0064\u002E\u0020\u0062\u002E\u0020\u0025\u0059\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.se_NO;}break;case "si":case "si_LK":case "si_lk":{if(!nexacro.Locale.si_LK){nexacro.Locale.si_LK={name:"si_LK",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u004C\u004B\u0052\u0020",currency_symbol:"\u20A8",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0D89\u0DBB\u0DD2\u0DAF\u0DCF","\u0DC3\u0DB3\u0DD4\u0DAF\u0DCF","\u0D85\u0D9F\u0DC4\u0DBB\u0DD4\u0DC0\u0DCF\u0DAF\u0DCF","\u0DB6\u0DAF\u0DCF\u0DAF\u0DCF","\u0DB6\u0DCA\u200D\u0DBB\u0DC4\u0DC3\u0DCA\u0DB4\u0DAD\u0DD2\u0DB1\u0DCA\u0DAF\u0DCF","\u0DC3\u0DD2\u0D9A\u0DD4\u0DBB\u0DCF\u0DAF\u0DCF","\u0DC3\u0DD9\u0DB1\u0DC3\u0DD4\u0DBB\u0DCF\u0DAF\u0DCF"],weekday_names_short:["\u0D89","\u0DC3","\u0D85","\u0DB6","\u0DB6\u0DCA\u200D\u0DBB","\u0DC3\u0DD2","\u0DC3\u0DD9"],weekday_names_narrow:["\u0D89","\u0DC3","\u0D85","\u0DB6","\u0DB6\u0DCA\u200D\u0DBB","\u0DC3\u0DD2","\u0DC3\u0DD9"],month_names_long:["\u0DA2\u0DB1\u0DC0\u0DCF\u0DBB\u0DD2","\u0DB4\u0DD9\u0DB6\u0DBB\u0DC0\u0DCF\u0DBD\u0DD2","\u0DB8\u0DCF\u0DBB\u0DCA\u0DAD\u0DD4","\u0D85\u0DB4\u0DCA\u200D\u0DBB\u0DD2\u0DBA\u0DD9\u0DBD\u0DCA","\u0DB8\u0DD0\u0DBA\u0DD2","\u0DA2\u0DD6\u0DB1\u0DD2","\u0DA2\u0DD6\u0DBD\u0DD2","\u0D85\u0D9C\u0DDD\u0DC3\u0DCA\u0DAD\u0DD4","\u0DC3\u0DD0\u0DB4\u0DCA\u0DAD\u0DD0\u0DB8\u0DCA\u0DB6\u0DBB\u0DCA","\u0D94\u0D9A\u0DCA\u0DAD\u0DDD\u0DB6\u0DBB\u0DCA","\u0DB1\u0DD9\u0DC0\u0DD0\u0DB8\u0DCA\u0DB6\u0DBB\u0DCA","\u0DAF\u0DD9\u0DC3\u0DD0\u0DB8\u0DCA\u0DB6\u0DBB\u0DCA"],month_names_short:["\u0DA2\u0DB1","\u0DB4\u0DD9\u0DB6","\u0DB8\u0DCF\u0DBB\u0DCA","\u0D85\u0DB4\u0DCA\u200D\u0DBB\u0DD2","\u0DB8\u0DD0\u0DBA\u0DD2","\u0DA2\u0DD6\u0DB1\u0DD2","\u0DA2\u0DD6\u0DBD\u0DD2","\u0D85\u0D9C\u0DDD","\u0DC3\u0DD0\u0DB4\u0DCA","\u0D94\u0D9A\u0DCA","\u0DB1\u0DD9\u0DC0\u0DD0","\u0DAF\u0DD9\u0DC3\u0DD0"],month_names_narrow:["\u0DA2\u0DB1","\u0DB4\u0DD9\u0DB6","\u0DB8\u0DCF\u0DBB\u0DCA","\u0D85\u0DB4\u0DCA\u200D\u0DBB\u0DD2","\u0DB8\u0DD0\u0DBA\u0DD2","\u0DA2\u0DD6\u0DB1\u0DD2","\u0DA2\u0DD6\u0DBD\u0DD2","\u0D85\u0D9C\u0DDD","\u0DC3\u0DD0\u0DB4\u0DCA","\u0D94\u0D9A\u0DCA","\u0DB1\u0DD9\u0DC0\u0DD0","\u0DAF\u0DD9\u0DC3\u0DD0"],ampm:["\u0DB4\u0DD9\u002E\u0DC0\u002E","\u0DB4\u002E\u0DC0\u002E"],date_format:"\u0025\u0059\u002D\u0025\u006D\u002D\u0025\u0064",time_format:"\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053",time_format_ampm:"\u0025\u0070\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053",date_time_format:"\u0025\u0059\u002D\u0025\u006D\u002D\u0025\u0064\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u007A",full_date_time_format:"\u0025\u0059\u0020\u0025\u0042\u0020\u0025\u0065\u0020\u0DC0\u0DD0\u0DB1\u0DD2\u0020\u0025\u0041\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u007A",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.si_LK;}break;case "sk":case "sk_SK":case "sk_sk":{if(!nexacro.Locale.sk_SK){nexacro.Locale.sk_SK={name:"sk_SK",decimal_point:"\u002C",thousands_sep:"\u00A0",grouping:[3,3],int_curr_symbol:"\u0053\u004B\u004B\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u00A0",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u004E\u0065\u0064\u0065\u013E\u0061","\u0050\u006F\u006E\u0064\u0065\u006C\u006F\u006B","\u0055\u0074\u006F\u0072\u006F\u006B","\u0053\u0074\u0072\u0065\u0064\u0061","\u0160\u0074\u0076\u0072\u0074\u006F\u006B","\u0050\u0069\u0061\u0074\u006F\u006B","\u0053\u006F\u0062\u006F\u0074\u0061"],weekday_names_short:["\u004E\u0065","\u0050\u006F","\u0055\u0074","\u0053\u0074","\u0160\u0074","\u0050\u0069","\u0053\u006F"],weekday_names_narrow:["\u004E\u0065","\u0050\u006F","\u0055\u0074","\u0053\u0074","\u0160\u0074","\u0050\u0069","\u0053\u006F"],month_names_long:["\u006A\u0061\u006E\u0075\u00E1\u0072","\u0066\u0065\u0062\u0072\u0075\u00E1\u0072","\u006D\u0061\u0072\u0065\u0063","\u0061\u0070\u0072\u00ED\u006C","\u006D\u00E1\u006A","\u006A\u00FA\u006E","\u006A\u00FA\u006C","\u0061\u0075\u0067\u0075\u0073\u0074","\u0073\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u006F\u006B\u0074\u00F3\u0062\u0065\u0072","\u006E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0064\u0065\u0063\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u00E1\u006A","\u006A\u00FA\u006E","\u006A\u00FA\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0063"],month_names_narrow:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u00E1\u006A","\u006A\u00FA\u006E","\u006A\u00FA\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",time_format:"\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053",date_time_format:"\u0025\u0061\u00A0\u0025\u0065\u002E\u00A0\u0025\u0042\u00A0\u0025\u0059\u002C\u00A0\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u00A0\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0065\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0065\u002E\u0020\u0025\u006E\u002E\u0020\u0025\u0059",direction:"ltr"};}return nexacro.Locale.sk_SK;}break;case "sl":case "sl_SI":case "sl_si":{if(!nexacro.Locale.sl_SI){nexacro.Locale.sl_SI={name:"sl_SI",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[0,0],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u006E\u0065\u0064\u0065\u006C\u006A\u0061","\u0070\u006F\u006E\u0065\u0064\u0065\u006C\u006A\u0065\u006B","\u0074\u006F\u0072\u0065\u006B","\u0073\u0072\u0065\u0064\u0061","\u010D\u0065\u0074\u0072\u0074\u0065\u006B","\u0070\u0065\u0074\u0065\u006B","\u0073\u006F\u0062\u006F\u0074\u0061"],weekday_names_short:["\u006E\u0065\u0064","\u0070\u006F\u006E","\u0074\u006F\u0072","\u0073\u0072\u0065","\u010D\u0065\u0074","\u0070\u0065\u0074","\u0073\u006F\u0062"],weekday_names_narrow:["\u006E\u0065\u0064","\u0070\u006F\u006E","\u0074\u006F\u0072","\u0073\u0072\u0065","\u010D\u0065\u0074","\u0070\u0065\u0074","\u0073\u006F\u0062"],month_names_long:["\u006A\u0061\u006E\u0075\u0061\u0072","\u0066\u0065\u0062\u0072\u0075\u0061\u0072","\u006D\u0061\u0072\u0065\u0063","\u0061\u0070\u0072\u0069\u006C","\u006D\u0061\u006A","\u006A\u0075\u006E\u0069\u006A","\u006A\u0075\u006C\u0069\u006A","\u0061\u0076\u0067\u0075\u0073\u0074","\u0073\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u006F\u006B\u0074\u006F\u0062\u0065\u0072","\u006E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0064\u0065\u0063\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u006A","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0076\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0063"],month_names_narrow:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u006A","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0076\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0063"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0020\u0025\u006D\u002E\u0020\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"\u0025\u0065\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0065\u002E\u0025\u006E\u002E\u0025\u0059",direction:"ltr"};}return nexacro.Locale.sl_SI;}break;case "so_DJ":case "so_dj":{if(!nexacro.Locale.so_DJ){nexacro.Locale.so_DJ={name:"so_DJ",decimal_point:"\u002E",thousands_sep:"",grouping:[0,0],int_curr_symbol:"\u0044\u004A\u0046\u0020",currency_symbol:"\u0024",mon_decimal_point:"\u002E",mon_thousands_sep:"\u0020",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0041\u0078\u0061\u0064","\u0049\u0073\u006E\u0069\u0069\u006E","\u0053\u0061\u006C\u0061\u0061\u0073\u006F","\u0041\u0072\u0062\u0061\u0063\u006F","\u004B\u0068\u0061\u006D\u0069\u0069\u0073","\u004A\u0069\u006D\u0063\u006F","\u0053\u0061\u0062\u0074\u0069"],weekday_names_short:["\u0061\u0078\u0061","\u0069\u0073\u006E","\u0073\u0061\u006C","\u0061\u0072\u0062","\u006B\u0068\u0061","\u006A\u0069\u006D","\u0073\u0061\u0062"],weekday_names_narrow:["\u0061\u0078\u0061","\u0069\u0073\u006E","\u0073\u0061\u006C","\u0061\u0072\u0062","\u006B\u0068\u0061","\u006A\u0069\u006D","\u0073\u0061\u0062"],month_names_long:["\u0042\u0069\u0073\u0068\u0061 \u004B\u006F\u006F\u0062\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u004C\u0061\u0062\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0041\u0066\u0072\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0053\u0068\u0061\u006E\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0053\u0068\u0061\u006E\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u004C\u0069\u0078\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0054\u006F\u0064\u006F\u0062\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0053\u0069\u0064\u0065\u0065\u0064\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0053\u0061\u0067\u0061\u0061\u006C\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0054\u006F\u0062\u006E\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u004B\u006F\u0077 \u0069\u0079\u006F \u0054\u006F\u0062\u006E\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u004C\u0061\u0062\u0061 \u0069\u0079\u006F \u0054\u006F\u0062\u006E\u0061\u0061\u0064"],month_names_short:["\u006B\u006F\u0062","\u006C\u0061\u0062","\u0073\u0061\u0064","\u0061\u0066\u0072","\u0073\u0068\u0061","\u006C\u0069\u0078","\u0074\u006F\u0064","\u0073\u0069\u0064","\u0073\u0061\u0067","\u0074\u006F\u0062","\u006B\u0069\u0074","\u006C\u0069\u0074"],month_names_narrow:["\u006B\u006F\u0062","\u006C\u0061\u0062","\u0073\u0061\u0064","\u0061\u0066\u0072","\u0073\u0068\u0061","\u006C\u0069\u0078","\u0074\u006F\u0064","\u0073\u0069\u0064","\u0073\u0061\u0067","\u0074\u006F\u0062","\u006B\u0069\u0074","\u006C\u0069\u0074"],ampm:["\u0073\u0075\u0062\u0061\u0078\u006E\u0069\u006D\u006F","\u0067\u0061\u006C\u0061\u0062\u006E\u0069\u006D\u006F"],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",time_format:"\u0025\u006C\u003A\u0025\u004D\u003A\u0025\u0053",time_format_ampm:"\u0025\u0058\u0020\u0025\u0070",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0072\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0072\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.so_DJ;}break;case "so_ET":case "so_et":{if(!nexacro.Locale.so_ET){nexacro.Locale.so_ET={name:"so_ET",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u0045\u0054\u0042\u0020",currency_symbol:"\u0024",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0041\u0078\u0061\u0064","\u0049\u0073\u006E\u0069\u0069\u006E","\u0053\u0061\u006C\u0061\u0061\u0073\u006F","\u0041\u0072\u0062\u0061\u0063\u006F","\u004B\u0068\u0061\u006D\u0069\u0069\u0073","\u004A\u0069\u006D\u0063\u006F","\u0053\u0061\u0062\u0074\u0069"],weekday_names_short:["\u0041\u0078\u0061","\u0049\u0073\u006E","\u0053\u0061\u006C","\u0041\u0072\u0062","\u004B\u0068\u0061","\u004A\u0069\u006D","\u0053\u0061\u0062"],weekday_names_narrow:["\u0041\u0078\u0061","\u0049\u0073\u006E","\u0053\u0061\u006C","\u0041\u0072\u0062","\u004B\u0068\u0061","\u004A\u0069\u006D","\u0053\u0061\u0062"],month_names_long:["\u0042\u0069\u0073\u0068\u0061 \u004B\u006F\u006F\u0062\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u004C\u0061\u0062\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0053\u0061\u0064\u0064\u0065\u0078\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0041\u0066\u0072\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0053\u0068\u0061\u006E\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u004C\u0069\u0078\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0054\u006F\u0064\u006F\u0062\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0053\u0069\u0064\u0065\u0065\u0064\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0053\u0061\u0067\u0061\u0061\u006C\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0054\u006F\u0062\u006E\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u004B\u006F\u0077 \u0069\u0079\u006F \u0054\u006F\u0062\u006E\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u004C\u0061\u0062\u0061 \u0069\u0079\u006F \u0054\u006F\u0062\u006E\u0061\u0061\u0064"],month_names_short:["\u004B\u006F\u0062","\u004C\u0061\u0062","\u0053\u0061\u0064","\u0041\u0066\u0072","\u0053\u0068\u0061","\u004C\u0069\u0078","\u0054\u006F\u0064","\u0053\u0069\u0064","\u0053\u0061\u0067","\u0054\u006F\u0062","\u004B\u0049\u0054","\u004C\u0049\u0054"],month_names_narrow:["\u004B\u006F\u0062","\u004C\u0061\u0062","\u0053\u0061\u0064","\u0041\u0066\u0072","\u0053\u0068\u0061","\u004C\u0069\u0078","\u0054\u006F\u0064","\u0053\u0069\u0064","\u0053\u0061\u0067","\u0054\u006F\u0062","\u004B\u0049\u0054","\u004C\u0049\u0054"],ampm:["\u0073\u0075\u0062\u0061\u0078\u006E\u0069\u006D\u006F","\u0067\u0061\u006C\u0061\u0062\u006E\u0069\u006D\u006F"],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",time_format:"\u0025\u006C\u003A\u0025\u004D\u003A\u0025\u0053",time_format_ampm:"\u0025\u0058\u0020\u0025\u0070",date_time_format:"\u0025\u0041\u002C\u0020\u0025\u0042\u0020\u0025\u0065\u002C\u0020\u0025\u0059\u0020\u0025\u0072\u0020\u0025\u005A",full_date_time_format:"\u0025\u0041\u002C\u0020\u0025\u0042\u0020\u0025\u0065\u002C\u0020\u0025\u0072\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.so_ET;}break;case "so_KE":case "so_ke":{if(!nexacro.Locale.so_KE){nexacro.Locale.so_KE={name:"so_KE",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u0045\u0054\u0042\u0020",currency_symbol:"\u0024",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0041\u0078\u0061\u0064","\u0049\u0073\u006E\u0069\u0069\u006E","\u0053\u0061\u006C\u0061\u0061\u0073\u006F","\u0041\u0072\u0062\u0061\u0063\u006F","\u004B\u0068\u0061\u006D\u0069\u0069\u0073","\u004A\u0069\u006D\u0063\u006F","\u0053\u0061\u0062\u0074\u0069"],weekday_names_short:["\u0041\u0078\u0061","\u0049\u0073\u006E","\u0053\u0061\u006C","\u0041\u0072\u0062","\u004B\u0068\u0061","\u004A\u0069\u006D","\u0053\u0061\u0062"],weekday_names_narrow:["\u0041\u0078\u0061","\u0049\u0073\u006E","\u0053\u0061\u006C","\u0041\u0072\u0062","\u004B\u0068\u0061","\u004A\u0069\u006D","\u0053\u0061\u0062"],month_names_long:["\u0042\u0069\u0073\u0068\u0061 \u004B\u006F\u006F\u0062\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u004C\u0061\u0062\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0053\u0061\u0064\u0064\u0065\u0078\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0041\u0066\u0072\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0053\u0068\u0061\u006E\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u004C\u0069\u0078\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0054\u006F\u0064\u006F\u0062\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0053\u0069\u0064\u0065\u0065\u0064\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0053\u0061\u0067\u0061\u0061\u006C\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0054\u006F\u0062\u006E\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u004B\u006F\u0077 \u0069\u0079\u006F \u0054\u006F\u0062\u006E\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u004C\u0061\u0062\u0061 \u0069\u0079\u006F \u0054\u006F\u0062\u006E\u0061\u0061\u0064"],month_names_short:["\u004B\u006F\u0062","\u004C\u0061\u0062","\u0053\u0061\u0064","\u0041\u0066\u0072","\u0053\u0068\u0061","\u004C\u0069\u0078","\u0054\u006F\u0064","\u0053\u0069\u0064","\u0053\u0061\u0067","\u0054\u006F\u0062","\u004B\u0049\u0054","\u004C\u0049\u0054"],month_names_narrow:["\u004B\u006F\u0062","\u004C\u0061\u0062","\u0053\u0061\u0064","\u0041\u0066\u0072","\u0053\u0068\u0061","\u004C\u0069\u0078","\u0054\u006F\u0064","\u0053\u0069\u0064","\u0053\u0061\u0067","\u0054\u006F\u0062","\u004B\u0049\u0054","\u004C\u0049\u0054"],ampm:["\u0073\u0075\u0062\u0061\u0078\u006E\u0069\u006D\u006F","\u0067\u0061\u006C\u0061\u0062\u006E\u0069\u006D\u006F"],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",time_format:"\u0025\u006C\u003A\u0025\u004D\u003A\u0025\u0053",time_format_ampm:"\u0025\u0058\u0020\u0025\u0070",date_time_format:"\u0025\u0041\u002C\u0020\u0025\u0042\u0020\u0025\u0065\u002C\u0020\u0025\u0059\u0020\u0025\u0072\u0020\u0025\u005A",full_date_time_format:"\u0025\u0041\u002C\u0020\u0025\u0042\u0020\u0025\u0065\u002C\u0020\u0025\u0072\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.so_KE;}break;case "so":case "so_SO":case "so_so":{if(!nexacro.Locale.so_SO){nexacro.Locale.so_SO={name:"so_SO",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u0053\u004F\u0053\u0020",currency_symbol:"\u0024",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0041\u0078\u0061\u0064","\u0049\u0073\u006E\u0069\u0069\u006E","\u0053\u0061\u006C\u0061\u0061\u0073\u006F","\u0041\u0072\u0062\u0061\u0063\u006F","\u004B\u0068\u0061\u006D\u0069\u0069\u0073","\u004A\u0069\u006D\u0063\u006F","\u0053\u0061\u0062\u0074\u0069"],weekday_names_short:["\u0041\u0078\u0061","\u0049\u0073\u006E","\u0053\u0061\u006C","\u0041\u0072\u0062","\u004B\u0068\u0061","\u004A\u0069\u006D","\u0053\u0061\u0062"],weekday_names_narrow:["\u0041\u0078\u0061","\u0049\u0073\u006E","\u0053\u0061\u006C","\u0041\u0072\u0062","\u004B\u0068\u0061","\u004A\u0069\u006D","\u0053\u0061\u0062"],month_names_long:["\u0042\u0069\u0073\u0068\u0061 \u004B\u006F\u006F\u0062\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u004C\u0061\u0062\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0053\u0061\u0064\u0064\u0065\u0078\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0041\u0066\u0072\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0053\u0068\u0061\u006E\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u004C\u0069\u0078\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0054\u006F\u0064\u006F\u0062\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0053\u0069\u0064\u0065\u0065\u0064\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0053\u0061\u0067\u0061\u0061\u006C\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u0054\u006F\u0062\u006E\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u004B\u006F\u0077 \u0069\u0079\u006F \u0054\u006F\u0062\u006E\u0061\u0061\u0064","\u0042\u0069\u0073\u0068\u0061 \u004C\u0061\u0062\u0061 \u0069\u0079\u006F \u0054\u006F\u0062\u006E\u0061\u0061\u0064"],month_names_short:["\u004B\u006F\u0062","\u004C\u0061\u0062","\u0053\u0061\u0064","\u0041\u0066\u0072","\u0053\u0068\u0061","\u004C\u0069\u0078","\u0054\u006F\u0064","\u0053\u0069\u0064","\u0053\u0061\u0067","\u0054\u006F\u0062","\u004B\u0049\u0054","\u004C\u0049\u0054"],month_names_narrow:["\u004B\u006F\u0062","\u004C\u0061\u0062","\u0053\u0061\u0064","\u0041\u0066\u0072","\u0053\u0068\u0061","\u004C\u0069\u0078","\u0054\u006F\u0064","\u0053\u0069\u0064","\u0053\u0061\u0067","\u0054\u006F\u0062","\u004B\u0049\u0054","\u004C\u0049\u0054"],ampm:["\u0073\u0075\u0062\u0061\u0078\u006E\u0069\u006D\u006F","\u0067\u0061\u006C\u0061\u0062\u006E\u0069\u006D\u006F"],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",time_format:"\u0025\u006C\u003A\u0025\u004D\u003A\u0025\u0053",time_format_ampm:"\u0025\u0058\u0020\u0025\u0070",date_time_format:"\u0025\u0041\u002C\u0020\u0025\u0042\u0020\u0025\u0065\u002C\u0020\u0025\u0059\u0020\u0025\u0072\u0020\u0025\u005A",full_date_time_format:"\u0025\u0041\u002C\u0020\u0025\u0042\u0020\u0025\u0065\u002C\u0020\u0025\u0072\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.so_SO;}break;case "sq":case "sq_AL":case "sq_al":{if(!nexacro.Locale.sq_AL){nexacro.Locale.sq_AL={name:"sq_AL",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[3],int_curr_symbol:"\u0041\u004C\u004C\u0020",currency_symbol:"\u004C\u0065\u006B",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:3,frac_digits:3,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0065\u0020\u0064\u0069\u0065\u006C\u0020","\u0065\u0020\u0068\u00EB\u006E\u00EB\u0020","\u0065\u0020\u006D\u0061\u0072\u0074\u00EB\u0020","\u0065\u0020\u006D\u00EB\u0072\u006B\u0075\u0072\u00EB\u0020","\u0065\u0020\u0065\u006E\u006A\u0074\u0065\u0020","\u0065\u0020\u0070\u0072\u0065\u006D\u0074\u0065\u0020","\u0065\u0020\u0073\u0068\u0074\u0075\u006E\u00EB\u0020"],weekday_names_short:["\u0044\u0069\u0065\u0020","\u0048\u00EB\u006E\u0020","\u004D\u0061\u0072\u0020","\u004D\u00EB\u0072\u0020","\u0045\u006E\u006A\u0020","\u0050\u0072\u0065\u0020","\u0053\u0068\u0074\u0020"],weekday_names_narrow:["\u0044\u0069\u0065\u0020","\u0048\u00EB\u006E\u0020","\u004D\u0061\u0072\u0020","\u004D\u00EB\u0072\u0020","\u0045\u006E\u006A\u0020","\u0050\u0072\u0065\u0020","\u0053\u0068\u0074\u0020"],month_names_long:["\u006A\u0061\u006E\u0061\u0072","\u0073\u0068\u006B\u0075\u0072\u0074","\u006D\u0061\u0072\u0073","\u0070\u0072\u0069\u006C\u006C","\u006D\u0061\u006A","\u0071\u0065\u0072\u0073\u0068\u006F\u0072","\u006B\u006F\u0072\u0072\u0069\u006B","\u0067\u0075\u0073\u0068\u0074","\u0073\u0068\u0074\u0061\u0074\u006F\u0072","\u0074\u0065\u0074\u006F\u0072","\u006E\u00EB\u006E\u0074\u006F\u0072","\u0064\u0068\u006A\u0065\u0074\u006F\u0072"],month_names_short:["\u004A\u0061\u006E","\u0053\u0068\u006B","\u004D\u0061\u0072","\u0050\u0072\u0069","\u004D\u0061\u006A","\u0051\u0065\u0072","\u004B\u006F\u0072","\u0047\u0073\u0068","\u0053\u0068\u0074","\u0054\u0065\u0074","\u004E\u00EB\u006E","\u0044\u0068\u006A"],month_names_narrow:["\u004A\u0061\u006E","\u0053\u0068\u006B","\u004D\u0061\u0072","\u0050\u0072\u0069","\u004D\u0061\u006A","\u0051\u0065\u0072","\u004B\u006F\u0072","\u0047\u0073\u0068","\u0053\u0068\u0074","\u0054\u0065\u0074","\u004E\u00EB\u006E","\u0044\u0068\u006A"],ampm:["\u0050\u0044","\u004D\u0044"],date_format:"\u0025\u0059\u002D\u0025\u0062\u002D\u0025\u0064",time_format:"\u0025\u0049\u002E\u0025\u004D\u002E\u0025\u0053\u002E\u0020\u0025\u005A",time_format_ampm:"\u0025\u0049\u002E\u0025\u004D\u002E\u0025\u0053\u002E\u0025\u0070\u0020\u0025\u005A",date_time_format:"\u0025\u0059\u002D\u0025\u0062\u002D\u0025\u0064\u0020\u0025\u0049\u002E\u0025\u004D\u002E\u0025\u0053\u002E\u0025\u0070\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.sq_AL;}break;case "sr_ME":case "sr_me":{if(!nexacro.Locale.sr_ME){nexacro.Locale.sr_ME={name:"sr_ME",decimal_point:"\u002C",thousands_sep:"",grouping:[0,0],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u043D\u0435\u0434\u0458\u0435\u0459\u0430","\u043F\u043E\u043D\u0435\u0434\u0435\u0459\u0430\u043A","\u0443\u0442\u043E\u0440\u0430\u043A","\u0441\u0440\u0438\u0458\u0435\u0434\u0430","\u0447\u0435\u0442\u0432\u0440\u0442\u0430\u043A","\u043F\u0435\u0442\u0430\u043A","\u0441\u0443\u0431\u043E\u0442\u0430"],weekday_names_short:["\u043D\u0435\u0434","\u043F\u043E\u043D","\u0443\u0442\u043E","\u0441\u0440\u0438","\u0447\u0435\u0442","\u043F\u0435\u0442","\u0441\u0443\u0431"],weekday_names_narrow:["\u043D\u0435\u0434","\u043F\u043E\u043D","\u0443\u0442\u043E","\u0441\u0440\u0438","\u0447\u0435\u0442","\u043F\u0435\u0442","\u0441\u0443\u0431"],month_names_long:["\u0458\u0430\u043D\u0443\u0430\u0440","\u0444\u0435\u0431\u0440\u0443\u0430\u0440","\u043C\u0430\u0440\u0442","\u0430\u043F\u0440\u0438\u043B","\u043C\u0430\u0458","\u0458\u0443\u043D","\u0458\u0443\u043B","\u0430\u0432\u0433\u0443\u0441\u0442","\u0441\u0435\u043F\u0442\u0435\u043C\u0431\u0430\u0440","\u043E\u043A\u0442\u043E\u0431\u0430\u0440","\u043D\u043E\u0432\u0435\u043C\u0431\u0430\u0440","\u0434\u0435\u0446\u0435\u043C\u0431\u0430\u0440"],month_names_short:["\u0458\u0430\u043D","\u0444\u0435\u0431","\u043C\u0430\u0440","\u0430\u043F\u0440","\u043C\u0430\u0458","\u0458\u0443\u043D","\u0458\u0443\u043B","\u0430\u0432\u0433","\u0441\u0435\u043F","\u043E\u043A\u0442","\u043D\u043E\u0432","\u0434\u0435\u0446"],month_names_narrow:["\u0458\u0430\u043D","\u0444\u0435\u0431","\u043C\u0430\u0440","\u0430\u043F\u0440","\u043C\u0430\u0458","\u0458\u0443\u043D","\u0458\u0443\u043B","\u0430\u0432\u0433","\u0441\u0435\u043F","\u043E\u043A\u0442","\u043D\u043E\u0432","\u0434\u0435\u0446"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059\u002E",time_format:"\u0025\u0054",time_format_ampm:"\u0025\u0054",date_time_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u002E\u0020\u0025\u0042\u0020\u0025\u0059\u002E\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u002c\u0020\u0025\u0065\u002E\u0020\u0025\u0062\u0020\u0025\u0059\u002E\u0020\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u000A",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.sr_ME;}break;case "sr":case "sr_RS":case "sr_rs":{if(!nexacro.Locale.sr_RS){nexacro.Locale.sr_RS={name:"sr_RS",decimal_point:"\u002C",thousands_sep:"",grouping:[0,0],int_curr_symbol:"\u0052\u0053\u0044\u0020",currency_symbol:"\u0434\u0438\u043D",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u043D\u0435\u0434\u0435\u0459\u0430","\u043F\u043E\u043D\u0435\u0434\u0435\u0459\u0430\u043A","\u0443\u0442\u043E\u0440\u0430\u043A","\u0441\u0440\u0435\u0434\u0430","\u0447\u0435\u0442\u0432\u0440\u0442\u0430\u043A","\u043F\u0435\u0442\u0430\u043A","\u0441\u0443\u0431\u043E\u0442\u0430"],weekday_names_short:["\u043D\u0435\u0434","\u043F\u043E\u043D","\u0443\u0442\u043E","\u0441\u0440\u0435","\u0447\u0435\u0442","\u043F\u0435\u0442","\u0441\u0443\u0431"],weekday_names_narrow:["\u043D\u0435\u0434","\u043F\u043E\u043D","\u0443\u0442\u043E","\u0441\u0440\u0435","\u0447\u0435\u0442","\u043F\u0435\u0442","\u0441\u0443\u0431"],month_names_long:["\u0458\u0430\u043D\u0443\u0430\u0440","\u0444\u0435\u0431\u0440\u0443\u0430\u0440","\u043C\u0430\u0440\u0442","\u0430\u043F\u0440\u0438\u043B","\u043C\u0430\u0458","\u0458\u0443\u043D","\u0458\u0443\u043B","\u0430\u0432\u0433\u0443\u0441\u0442","\u0441\u0435\u043F\u0442\u0435\u043C\u0431\u0430\u0440","\u043E\u043A\u0442\u043E\u0431\u0430\u0440","\u043D\u043E\u0432\u0435\u043C\u0431\u0430\u0440","\u0434\u0435\u0446\u0435\u043C\u0431\u0430\u0440"],month_names_short:["\u0458\u0430\u043D","\u0444\u0435\u0431","\u043C\u0430\u0440","\u0430\u043F\u0440","\u043C\u0430\u0458","\u0458\u0443\u043D","\u0458\u0443\u043B","\u0430\u0432\u0433","\u0441\u0435\u043F","\u043E\u043A\u0442","\u043D\u043E\u0432","\u0434\u0435\u0446"],month_names_narrow:["\u0458\u0430\u043D","\u0444\u0435\u0431","\u043C\u0430\u0440","\u0430\u043F\u0440","\u043C\u0430\u0458","\u0458\u0443\u043D","\u0458\u0443\u043B","\u0430\u0432\u0433","\u0441\u0435\u043F","\u043E\u043A\u0442","\u043D\u043E\u0432","\u0434\u0435\u0446"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059\u002E",time_format:"\u0025\u0054",time_format_ampm:"\u0025\u0054",date_time_format:"\u0025\u0041\u002C\u0020\u0025\u0064\u002E\u0020\u0025\u0042\u0020\u0025\u0059\u002E\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u002C\u0020\u0025\u0065\u002E\u0020\u0025\u0062\u0020\u0025\u0059\u002E\u0020\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u000A",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.sr_RS;}break;case "ss":case "ss_ZA":case "ss_za":{if(!nexacro.Locale.ss_ZA){nexacro.Locale.ss_ZA={name:"ss_ZA",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u005A\u0041\u0052\u0020",currency_symbol:"\u0052",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u004C\u0069\u0073\u006F\u006E\u0074\u0066\u006F","\u0075\u004D\u0073\u006F\u006D\u0062\u0075\u006C\u0075\u006B\u006F","\u004C\u0065\u0073\u0069\u0062\u0069\u006C\u0069","\u004C\u0065\u0073\u0069\u0074\u0073\u0061\u0074\u0066\u0075","\u004C\u0065\u0073\u0069\u006E\u0065","\u004C\u0065\u0073\u0069\u0068\u006C\u0061\u006E\u0075","\u0075\u004D\u0067\u0063\u0069\u0062\u0065\u006C\u006F"],weekday_names_short:["\u0053\u006F\u006E","\u004D\u0073\u006F","\u0042\u0069\u006C","\u0054\u0073\u0061","\u004E\u0065","\u0048\u006C\u0061","\u004D\u0067\u0063"],weekday_names_narrow:["\u0053\u006F\u006E","\u004D\u0073\u006F","\u0042\u0069\u006C","\u0054\u0073\u0061","\u004E\u0065","\u0048\u006C\u0061","\u004D\u0067\u0063"],month_names_long:["\u0042\u0068\u0069\u006D\u0062\u0069\u0064\u0076\u0077\u0061\u006E\u0065","\u0069\u004E\u0064\u006C\u006F\u0076\u0061\u006E\u0065","\u0069\u004E\u0064\u006C\u006F\u0076\u0075\u006C\u0065\u006E\u006B\u0068\u0075\u006C\u0075","\u004D\u0061\u0062\u0061\u0073\u0061","\u0049\u006E\u006B\u0068\u0077\u0065\u006E\u006B\u0068\u0077\u0065\u0074\u0069","\u0069\u004E\u0068\u006C\u0061\u0062\u0061","\u004B\u0068\u006F\u006C\u0077\u0061\u006E\u0065","\u0069\u004E\u0067\u0063\u0069","\u0069\u004E\u0079\u006F\u006E\u0069","\u0049\u006D\u0070\u0061\u006C\u0061","\u004C\u0077\u0065\u0074\u0069","\u0069\u004E\u0067\u006F\u006E\u0067\u006F\u006E\u0069"],month_names_short:["\u0042\u0068\u0069","\u0056\u0061\u006E","\u0056\u0075\u006C","\u004D\u0061\u0062","\u004B\u0068\u006B","\u004E\u0068\u006C","\u004B\u0068\u006F","\u004E\u0067\u0063","\u004E\u0079\u006F","\u0049\u006D\u0070","\u004C\u0077\u0065","\u004E\u0067\u006F"],month_names_narrow:["\u0042\u0068\u0069","\u0056\u0061\u006E","\u0056\u0075\u006C","\u004D\u0061\u0062","\u004B\u0068\u006B","\u004E\u0068\u006C","\u004B\u0068\u006F","\u004E\u0067\u0063","\u004E\u0079\u006F","\u0049\u006D\u0070","\u004C\u0077\u0065","\u004E\u0067\u006F"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u002D\u0065\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u002D\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.ss_ZA;}break;case "st":case "st_ZA":case "st_za":{if(!nexacro.Locale.st_ZA){nexacro.Locale.st_ZA={name:"st_ZA",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,3],int_curr_symbol:"\u005A\u0041\u0052\u0020",currency_symbol:"\u0052",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0053\u006F\u006E\u0074\u0061\u0068\u0061","\u004D\u0061\u006E\u0074\u0061\u0068\u0061","\u004C\u0061\u0062\u006F\u0062\u0065\u0064\u0069","\u004C\u0061\u0062\u006F\u0072\u0061\u0072\u006F","\u004C\u0061\u0062\u006F\u006E\u0065","\u004C\u0061\u0062\u006F\u0068\u006C\u0061\u006E\u006F","\u004D\u006F\u0071\u0065\u0062\u0065\u006C\u006F"],weekday_names_short:["\u0053\u006F\u006E","\u004D\u006D\u0061","\u0042\u0065\u0064","\u0052\u0061\u0072","\u004E\u0065","\u0048\u006C\u0061","\u004D\u006F\u0071"],weekday_names_narrow:["\u0053\u006F\u006E","\u004D\u006D\u0061","\u0042\u0065\u0064","\u0052\u0061\u0072","\u004E\u0065","\u0048\u006C\u0061","\u004D\u006F\u0071"],month_names_long:["\u0050\u0068\u0065\u0072\u0065\u006B\u0067\u006F\u006E\u0067","\u0048\u006C\u0061\u006B\u006F\u006C\u0061","\u0054\u006C\u0068\u0061\u006B\u0075\u0062\u0065\u006C\u0065","\u004D\u006D\u0065\u0073\u0065","\u004D\u006F\u0074\u0073\u0068\u0065\u0061\u006E\u006F\u006E\u0067","\u0050\u0068\u0075\u0070\u006A\u0061\u006E\u0065","\u0050\u0068\u0075\u0070\u0075","\u0050\u0068\u0061\u0074\u006F","\u004C\u0065\u006F\u0074\u0073\u0065","\u004D\u0070\u0068\u0061\u006C\u0061\u006E\u0065","\u0050\u0075\u0064\u0075\u006E\u0067\u0077\u0061\u006E\u0061","\u0054\u0073\u0068\u0069\u0074\u0077\u0065"],month_names_short:["\u0050\u0068\u0065","\u0048\u006C\u0061","\u0054\u006C\u0048","\u004D\u006D\u0065","\u004D\u006F\u0074","\u004A\u0061\u006E","\u0055\u0070\u0075","\u0050\u0068\u0061","\u004C\u0065\u006F","\u004D\u0070\u0068","\u0050\u0075\u0064","\u0054\u0073\u0068"],month_names_narrow:["\u0050\u0068\u0065","\u0048\u006C\u0061","\u0054\u006C\u0048","\u004D\u006D\u0065","\u004D\u006F\u0074","\u004A\u0061\u006E","\u0055\u0070\u0075","\u0050\u0068\u0061","\u004C\u0065\u006F","\u004D\u0070\u0068","\u0050\u0075\u0064","\u0054\u0073\u0068"],ampm:["",""],date_format:"\u0025\u0064\u002F\u0025\u006D\u002F\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u002D\u0065\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054\u0020\u0025\u005A",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u002D\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.st_ZA;}break;case "sv_FI":case "sv_fi":{if(!nexacro.Locale.sv_FI){nexacro.Locale.sv_FI={name:"sv_FI",decimal_point:"\u002C",thousands_sep:"\u00A0",grouping:[3,3],int_curr_symbol:"\u0045\u0055\u0052\u0020",currency_symbol:"\u20AC",mon_decimal_point:"\u002C",mon_thousands_sep:"\u00A0",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:2,n_cs_precedes:0,n_sep_by_space:2,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0073\u00F6\u006E\u0064\u0061\u0067","\u006D\u00E5\u006E\u0064\u0061\u0067","\u0074\u0069\u0073\u0064\u0061\u0067","\u006F\u006E\u0073\u0064\u0061\u0067","\u0074\u006F\u0072\u0073\u0064\u0061\u0067","\u0066\u0072\u0065\u0064\u0061\u0067","\u006C\u00F6\u0072\u0064\u0061\u0067"],weekday_names_short:["\u0073\u00F6\u006E","\u006D\u00E5\u006E","\u0074\u0069\u0073","\u006F\u006E\u0073","\u0074\u006F\u0072","\u0066\u0072\u0065","\u006C\u00F6\u0072"],weekday_names_narrow:["\u0073\u00F6\u006E","\u006D\u00E5\u006E","\u0074\u0069\u0073","\u006F\u006E\u0073","\u0074\u006F\u0072","\u0066\u0072\u0065","\u006C\u00F6\u0072"],month_names_long:["\u006A\u0061\u006E\u0075\u0061\u0072\u0069","\u0066\u0065\u0062\u0072\u0075\u0061\u0072\u0069","\u006D\u0061\u0072\u0073","\u0061\u0070\u0072\u0069\u006C","\u006D\u0061\u006A","\u006A\u0075\u006E\u0069","\u006A\u0075\u006C\u0069","\u0061\u0075\u0067\u0075\u0073\u0074\u0069","\u0073\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u006F\u006B\u0074\u006F\u0062\u0065\u0072","\u006E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0064\u0065\u0063\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u006A","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0063"],month_names_narrow:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u006A","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0063"],ampm:["",""],date_format:"\u0025\u0059\u002D\u0025\u006D\u002D\u0025\u0064",time_format:"\u0025\u0048\u002E\u0025\u004D\u002E\u0025\u0053",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0065\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0048\u002E\u0025\u004D\u002E\u0025\u0053",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:1,longdate_format:"\\\u0064\u0065\u006E\u0020\u0025\u0065\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0065\u002E\u0025\u006E\u002E\u0025\u0059",direction:"ltr"};}return nexacro.Locale.sv_FI;}break;case "sv":case "sv_SE":case "sv_se":{if(!nexacro.Locale.sv_SE){nexacro.Locale.sv_SE={name:"sv_SE",decimal_point:"\u002C",thousands_sep:"\u0020",grouping:[3,3],int_curr_symbol:"\u0053\u0045\u004B\u0020",currency_symbol:"\u006B\u0072",mon_decimal_point:"\u002C",mon_thousands_sep:"\u002E",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0073\u00F6\u006E\u0064\u0061\u0067","\u006D\u00E5\u006E\u0064\u0061\u0067","\u0074\u0069\u0073\u0064\u0061\u0067","\u006F\u006E\u0073\u0064\u0061\u0067","\u0074\u006F\u0072\u0073\u0064\u0061\u0067","\u0066\u0072\u0065\u0064\u0061\u0067","\u006C\u00F6\u0072\u0064\u0061\u0067"],weekday_names_short:["\u0073\u00F6\u006E","\u006D\u00E5\u006E","\u0074\u0069\u0073","\u006F\u006E\u0073","\u0074\u006F\u0072","\u0066\u0072\u0065","\u006C\u00F6\u0072"],weekday_names_narrow:["\u0073\u00F6\u006E","\u006D\u00E5\u006E","\u0074\u0069\u0073","\u006F\u006E\u0073","\u0074\u006F\u0072","\u0066\u0072\u0065","\u006C\u00F6\u0072"],month_names_long:["\u006A\u0061\u006E\u0075\u0061\u0072\u0069","\u0066\u0065\u0062\u0072\u0075\u0061\u0072\u0069","\u006D\u0061\u0072\u0073","\u0061\u0070\u0072\u0069\u006C","\u006D\u0061\u006A","\u006A\u0075\u006E\u0069","\u006A\u0075\u006C\u0069","\u0061\u0075\u0067\u0075\u0073\u0074\u0069","\u0073\u0065\u0070\u0074\u0065\u006D\u0062\u0065\u0072","\u006F\u006B\u0074\u006F\u0062\u0065\u0072","\u006E\u006F\u0076\u0065\u006D\u0062\u0065\u0072","\u0064\u0065\u0063\u0065\u006D\u0062\u0065\u0072"],month_names_short:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u006A","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0063"],month_names_narrow:["\u006A\u0061\u006E","\u0066\u0065\u0062","\u006D\u0061\u0072","\u0061\u0070\u0072","\u006D\u0061\u006A","\u006A\u0075\u006E","\u006A\u0075\u006C","\u0061\u0075\u0067","\u0073\u0065\u0070","\u006F\u006B\u0074","\u006E\u006F\u0076","\u0064\u0065\u0063"],ampm:["",""],date_format:"\u0025\u0059\u002D\u0025\u006D\u002D\u0025\u0064",time_format:"\u0025\u0048\u002E\u0025\u004D\u002E\u0025\u0053",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0065\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0048\u002E\u0025\u004D\u002E\u0025\u0053",full_date_time_format:"\u0025\u0061\u0020\u0025\u0062\u0020\u0025\u0065\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A\u0020\u0025\u0059",first_weekday:1,longdate_format:"\\\u0064\u0065\u006E\u0020\u0025\u0065\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0059\u002D\u0025\u006D\u002D\u0025\u0064",direction:"ltr"};}return nexacro.Locale.sv_SE;}break;case "ta":case "ta_IN":case "ta_in":{if(!nexacro.Locale.ta_IN){nexacro.Locale.ta_IN={name:"ta_IN",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,2],int_curr_symbol:"\u0049\u004E\u0052\u0020",currency_symbol:"\u0BB0\u0BC2",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,2],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:2,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:4,weekday_names_long:["\u0B9E\u0BBE\u0BAF\u0BBF\u0BB1\u0BC1","\u0BA4\u0BBF\u0B99\u0BCD\u0B95\u0BB3\u0BCD","\u0B9A\u0BC6\u0BB5\u0BCD\u0BB5\u0BBE\u0BAF\u0BCD","\u0BAA\u0BC1\u0BA4\u0BA9\u0BCD","\u0BB5\u0BBF\u0BAF\u0BBE\u0BB4\u0BA9\u0BCD","\u0BB5\u0BC6\u0BB3\u0BCD\u0BB3\u0BBF","\u0B9A\u0BA9\u0BBF"],weekday_names_short:["\u0B9E\u0BBE","\u0BA4\u0BBF","\u0B9A\u0BC6","\u0BAA\u0BC1","\u0BB5\u0BBF","\u0BB5\u0BC6","\u0B9A"],weekday_names_narrow:["\u0B9E\u0BBE","\u0BA4\u0BBF","\u0B9A\u0BC6","\u0BAA\u0BC1","\u0BB5\u0BBF","\u0BB5\u0BC6","\u0B9A"],month_names_long:["\u0B9C\u0BA9\u0BB5\u0BB0\u0BBF","\u0BAA\u0BBF\u0BAA\u0BCD\u0BB0\u0BB5\u0BB0\u0BBF","\u0BAE\u0BBE\u0BB0\u0BCD\u0B9A\u0BCD","\u0B8F\u0BAA\u0BCD\u0BB0\u0BB2\u0BCD","\u0BAE\u0BC7","\u0B9C\u0BC2\u0BA9\u0BCD","\u0B9C\u0BC2\u0BB2\u0BC8","\u0B86\u0B95\u0BB8\u0BCD\u0B9F\u0BCD","\u0B9A\u0BC6\u0BAA\u0BCD\u0B9F\u0BAE\u0BCD\u0BAA\u0BB0\u0BCD","\u0B85\u0B95\u0BCD\u0B9F\u0BCB\u0BAA\u0BB0\u0BCD","\u0BA8\u0BB5\u0BAE\u0BCD\u0BAA\u0BB0\u0BCD","\u0B9F\u0BBF\u0B9A\u0BAE\u0BCD\u0BAA\u0BB0\u0BCD"],month_names_short:["\u0B9C\u0BA9","\u0BAA\u0BBF\u0BAA\u0BCD","\u0BAE\u0BBE\u0BB0\u0BCD","\u0B8F\u0BAA\u0BCD","\u0BAE\u0BC7","\u0B9C\u0BC2\u0BA9\u0BCD","\u0B9C\u0BC2\u0BB2\u0BC8","\u0B86\u0B95","\u0B9A\u0BC6\u0BAA\u0BCD","\u0B85\u0B95\u0BCD","\u0BA8\u0BB5","\u0B9F\u0BBF\u0B9A"],month_names_narrow:["\u0B9C\u0BA9","\u0BAA\u0BBF\u0BAA\u0BCD","\u0BAE\u0BBE\u0BB0\u0BCD","\u0B8F\u0BAA\u0BCD","\u0BAE\u0BC7","\u0B9C\u0BC2\u0BA9\u0BCD","\u0B9C\u0BC2\u0BB2\u0BC8","\u0B86\u0B95","\u0B9A\u0BC6\u0BAA\u0BCD","\u0B85\u0B95\u0BCD","\u0BA8\u0BB5","\u0B9F\u0BBF\u0B9A"],ampm:["\u0B95\u0BBE\u0BB2\u0BC8","\u0BAE\u0BBE\u0BB2\u0BC8"],date_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059",time_format:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0020\u0025\u005A",time_format_ampm:"\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",date_time_format:"\u0025\u0041\u0020\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059\u0020\u0025\u0049\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u0070\u0020\u0025\u005A",full_date_time_format:"",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0059",direction:"ltr"};}return nexacro.Locale.ta_IN;}break;case "te":case "te_IN":case "te_in":{if(!nexacro.Locale.te_IN){nexacro.Locale.te_IN={name:"te_IN",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3,2],int_curr_symbol:"\u0049\u004E\u0052\u0020",currency_symbol:"\u0C30\u0C42",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,2],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:2,p_sign_posn:1,n_sign_posn:1,mon_n_sign_posn:4,weekday_names_long:["\u0C06\u0C26\u0C3F\u0C35\u0C3E\u0C30\u0C02","\u0C38\u0C4b\u0C2E\u0C35\u0C3E\u0C30\u0C02","\u0C2E\u0C02\u0C17\u0C33\u0C35\u0C3E\u0C30\u0C02","\u0C2C\u0C41\u0C27\u0C35\u0C3E\u0C30\u0C02","\u0C17\u0C41\u0C30\u0C41\u0C35\u0C3E\u0C30\u0C02","\u0C36\u0C41\u0C15\u0C4d\u0C30\u0C35\u0C3E\u0C30\u0C02","\u0C36\u0C28\u0C3F\u0C35\u0C3E\u0C30\u0C02"],weekday_names_short:["\u0C06\u0C26\u0C3F","\u0C38\u0C4b\u0C2E","\u0C2E\u0C02\u0C17\u0C33","\u0C2C\u0C41\u0C27","\u0C17\u0C41\u0C30\u0C41","\u0C36\u0C41\u0C15\u0C4D\u0C30","\u0C36\u0C28\u0C3F"],weekday_names_narrow:["\u0C06\u0C26\u0C3F","\u0C38\u0C4b\u0C2E","\u0C2E\u0C02\u0C17\u0C33","\u0C2C\u0C41\u0C27","\u0C17\u0C41\u0C30\u0C41","\u0C36\u0C41\u0C15\u0C4D\u0C30","\u0C36\u0C28\u0C3F"],month_names_long:["\u0C1C\u0C28\u0C35\u0C30\u0C3F","\u0C2B\u0C3F\u0C2C\u0C4D\u0C30\u0C35\u0C30\u0C3F","\u0C2E\u0C3E\u0C30\u0C4D\u0C1A\u0C3F","\u0C0F\u0C2A\u0C4D\u0C30\u0C3F\u0C32\u0C4D","\u0C2E\u0C47","\u0C1C\u0C42\u0C28\u0C4D","\u0C1C\u0C42\u0C32\u0C48","\u0C06\u0C17\u0C38\u0C4D\u0C1F\u0C41","\u0C38\u0C46\u0C2A\u0C4D\u0C1F\u0C46\u0C02\u0C2C\u0C30\u0C41","\u0C05\u0C15\u0C4D\u0C1F\u0C4B\u0C2C\u0C30\u0C41","\u0C28\u0C35\u0C02\u0C2C\u0C30\u0C41","\u0C21\u0C3F\u0C38\u0C46\u0C02\u0C2C\u0C30\u0C41"],month_names_short:["\u0C1C\u0C28\u0C35\u0C30\u0C3F","\u0C2B\u0C3F\u0C2C\u0C4D\u0C30\u0C35\u0C30\u0C3F","\u0C2E\u0C3E\u0C30\u0C4D\u0C1A\u0C3F","\u0C0F\u0C2a\u0C4D\u0C30\u0C3F\u0C32\u0C4D","\u0C2E\u0C47","\u0C1C\u0C42\u0C28\u0C4D","\u0C1C\u0C42\u0C32\u0C48","\u0C06\u0C17\u0C38\u0C4D\u0C1F\u0C41","\u0C38\u0C46\u0C2A\u0C4D\u0C1F\u0C46\u0C02\u0C2C\u0C30\u0C41","\u0C05\u0C15\u0C4D\u0C1F\u0C4B\u0C2C\u0C30\u0C41","\u0C28\u0C35\u0C02\u0C2C\u0C30\u0C41","\u0C21\u0C3F\u0C38\u0C46\u0C02\u0C2C\u0C30\u0C41"],month_names_narrow:["\u0C1C\u0C28\u0C35\u0C30\u0C3F","\u0C2B\u0C3F\u0C2C\u0C4D\u0C30\u0C35\u0C30\u0C3F","\u0C2E\u0C3E\u0C30\u0C4D\u0C1A\u0C3F","\u0C0F\u0C2a\u0C4D\u0C30\u0C3F\u0C32\u0C4D","\u0C2E\u0C47","\u0C1C\u0C42\u0C28\u0C4D","\u0C1C\u0C42\u0C32\u0C48","\u0C06\u0C17\u0C38\u0C4D\u0C1F\u0C41","\u0C38\u0C46\u0C2A\u0C4D\u0C1F\u0C46\u0C02\u0C2C\u0C30\u0C41","\u0C05\u0C15\u0C4D\u0C1F\u0C4B\u0C2C\u0C30\u0C41","\u0C28\u0C35\u0C02\u0C2C\u0C30\u0C41","\u0C21\u0C3F\u0C38\u0C46\u0C02\u0C2C\u0C30\u0C41"],ampm:["\u0C09\u002E","\u0C38\u0C3E\u002E"],date_format:"\u0025\u0042\u0020\u0025\u0064\u0020\u0025\u0041\u0020\u0025\u0059",time_format:"\u0025\u0070\u0025\u0049\u002E\u0025\u004D\u002E\u0025\u0053\u0020\u0025\u005A",time_format_ampm:"\u0025\u0070\u0025\u0049\u002E\u0025\u004D\u002E\u0025\u0053\u0020\u0025\u005A",date_time_format:"\u0025\u0042\u0020\u0025\u0064\u0020\u0025\u0041\u0020\u0025\u0059\u0020\u0025\u0070\u0025\u0049\u002E\u0025\u004D\u002E\u0025\u0053\u0020\u0025\u005A",full_date_time_format:"",first_weekday:0,longdate_format:"\u0025\u0064\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0064\u002D\u0025\u006D\u002D\u0025\u0079",direction:"ltr"};}return nexacro.Locale.te_IN;}break;case "tg":case "tg_TJ":case "tg_tj":{if(!nexacro.Locale.tg_TJ){nexacro.Locale.tg_TJ={name:"tg_TJ",decimal_point:"\u002C",thousands_sep:"\u002E",grouping:[3,3],int_curr_symbol:"\u0054\u004A\u0053\u0020",currency_symbol:"\u0440\u0443\u0431",mon_decimal_point:"\u002E",mon_thousands_sep:"\u0020",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:0,p_sep_by_space:1,n_cs_precedes:0,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u0412\u043E\u0441\u043A\u0440\u0435\u0441\u0435\u043D\u044C\u0435","\u041F\u043E\u043D\u0435\u0434\u0435\u043B\u044C\u043D\u0438\u043A","\u0412\u0442\u043E\u0440\u043D\u0438\u043A","\u0421\u0440\u0435\u0434\u0430","\u0427\u0435\u0442\u0432\u0435\u0440\u0433","\u041F\u044F\u0442\u043D\u0438\u0446\u0430","\u0421\u0443\u0431\u0431\u043E\u0442\u0430"],weekday_names_short:["\u0412\u0441\u043A","\u041F\u043D\u0434","\u0412\u0442\u0440","\u0421\u0440\u0434","\u0427\u0442\u0432","\u041F\u0442\u043D","\u0421\u0431\u0442"],weekday_names_narrow:["\u0412\u0441\u043A","\u041F\u043D\u0434","\u0412\u0442\u0440","\u0421\u0440\u0434","\u0427\u0442\u0432","\u041F\u0442\u043D","\u0421\u0431\u0442"],month_names_long:["\u042F\u043D\u0432\u0430\u0440\u044F","\u0424\u0435\u0432\u0440\u0430\u043B\u044F","\u041C\u0430\u0440\u0442\u0430","\u0410\u043F\u0440\u0435\u043B\u044F","\u041C\u0430\u044F","\u0418\u044E\u043D\u044F","\u0418\u044E\u043B\u044F","\u0410\u0432\u0433\u0443\u0441\u0442\u0430","\u0421\u0435\u043D\u0442\u044F\u0431\u0440\u044F","\u041E\u043A\u0442\u044F\u0431\u0440\u044F","\u041D\u043E\u044F\u0431\u0440\u044F","\u0414\u0435\u043A\u0430\u0431\u0440\u044F"],month_names_short:["\u042F\u043D\u0432","\u0424\u0435\u0432","\u041C\u0430\u0440","\u0410\u043F\u0440","\u041C\u0430\u0439","\u0418\u044E\u043D","\u0418\u044E\u043B","\u0410\u0432\u0433","\u0421\u0435\u043D","\u041E\u043A\u0442","\u041D\u043E\u044F","\u0414\u0435\u043A"],month_names_narrow:["\u042F\u043D\u0432","\u0424\u0435\u0432","\u041C\u0430\u0440","\u0410\u043F\u0440","\u041C\u0430\u0439","\u0418\u044E\u043D","\u0418\u044E\u043B","\u0410\u0432\u0433","\u0421\u0435\u043D","\u041E\u043A\u0442","\u041D\u043E\u044F","\u0414\u0435\u043A"],ampm:["",""],date_format:"\u0025\u0064\u002E\u0025\u006D\u002E\u0025\u0059",time_format:"\u0025\u0054",time_format_ampm:"",date_time_format:"\u0025\u0061\u0020\u0025\u0064\u0020\u0025\u0062\u0020\u0025\u0059\u0020\u0025\u0054",full_date_time_format:"",first_weekday:0,longdate_format:"",shortdate_format:"",direction:"ltr"};}return nexacro.Locale.tg_TJ;}break;case "th":case "th_TH":case "th_th":{if(!nexacro.Locale.th_TH){nexacro.Locale.th_TH={name:"th_TH",decimal_point:"\u002E",thousands_sep:"\u002C",grouping:[3],int_curr_symbol:"\u0054\u0048\u0042\u0020",currency_symbol:"\u0E3F",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:4,n_sign_posn:4,mon_n_sign_posn:1,weekday_names_long:["\u0E2D\u0E32\u0E17\u0E34\u0E15\u0E22\u0E4C","\u0E08\u0E31\u0E19\u0E17\u0E23\u0E4C","\u0E2D\u0E31\u0E07\u0E04\u0E32\u0E23","\u0E1E\u0E38\u0E18","\u0E1E\u0E24\u0E2B\u0E31\u0E2A\u0E1A\u0E14\u0E35","\u0E28\u0E38\u0E01\u0E23\u0E4C","\u0E40\u0E2A\u0E32\u0E23\u0E4C"],weekday_names_short:["\u0E2D\u0E32\u002E","\u0E08\u002E","\u0E2D\u002E","\u0E1E\u002E","\u0E1E\u0E24\u002E","\u0E28\u002E","\u0E2A\u002E"],weekday_names_narrow:["\u0E2D\u0E32\u002E","\u0E08\u002E","\u0E2D\u002E","\u0E1E\u002E","\u0E1E\u0E24\u002E","\u0E28\u002E","\u0E2A\u002E"],month_names_long:["\u0E21\u0E01\u0E23\u0E32\u0E04\u0E21","\u0E01\u0E38\u0E21\u0E20\u0E32\u0E1E\u0E31\u0E19\u0E18\u0E4C","\u0E21\u0E35\u0E19\u0E32\u0E04\u0E21","\u0E40\u0E21\u0E29\u0E32\u0E22\u0E19","\u0E1E\u0E24\u0E29\u0E20\u0E32\u0E04\u0E21","\u0E21\u0E34\u0E16\u0E38\u0E19\u0E32\u0E22\u0E19","\u0E01\u0E23\u0E01\u0E0E\u0E32\u0E04\u0E21","\u0E2A\u0E34\u0E07\u0E2B\u0E32\u0E04\u0E21","\u0E01\u0E31\u0E19\u0E22\u0E32\u0E22\u0E19","\u0E15\u0E38\u0E25\u0E32\u0E04\u0E21","\u0E1E\u0E24\u0E28\u0E08\u0E34\u0E01\u0E32\u0E22\u0E19","\u0E18\u0E31\u0E19\u0E27\u0E32\u0E04\u0E21"],month_names_short:["\u0E21\u002E\u0E04\u002E","\u0E01\u002E\u0E1E\u002E","\u0E21\u0E35\u002E\u0E04\u002E","\u0E40\u0E21\u002E\u0E22\u002E","\u0E1E\u002E\u0E04\u002E","\u0E21\u0E34\u002E\u0E22\u002E","\u0E01\u002E\u0E04\u002E","\u0E2A\u002E\u0E04\u002E","\u0E01\u002E\u0E22\u002E","\u0E15\u002E\u0E04\u002E","\u0E1E\u002E\u0E22\u002E","\u0E18\u002E\u0E04\u002E"],month_names_narrow:["\u0E21\u002E\u0E04\u002E","\u0E01\u002E\u0E1E\u002E","\u0E21\u0E35\u002E\u0E04\u002E","\u0E40\u0E21\u002E\u0E22\u002E","\u0E1E\u002E\u0E04\u002E","\u0E21\u0E34\u002E\u0E22\u002E","\u0E01\u002E\u0E04\u002E","\u0E2A\u002E\u0E04\u002E","\u0E01\u002E\u0E22\u002E","\u0E15\u002E\u0E04\u002E","\u0E1E\u002E\u0E22\u002E","\u0E18\u002E\u0E04\u002E"],ampm:["\u0041\u004D","\u0050\u004D"],date_format:"%d\u002F%m\u002F%Ey",time_format:"%H\u003A%M\u003A%S",time_format_ampm:"%I\u003A%M\u003A%S\u0020%p",date_time_format:"%a\u0020%e\u0020%b\u0020%Ey\u002C\u0020%H\u003A%M\u003A%S",full_date_time_format:"\u0025\u0061\u0020\u0025\u0065\u0020\u0025\u0062\u0020\u0025\u0045\u0079\u0020\u0025\u0048\u003A\u0025\u004D\u003A\u0025\u0053\u0020\u0025\u005A",first_weekday:0,longdate_format:"\u0020\u0025\u0065\u0020\u0025\u0042\u0020\u0025\u0059",shortdate_format:"\u0025\u0065\u002F\u0025\u006E\u002F\u0025\u0059",direction:"ltr"};}return nexacro.Locale.th_TH;}break;case "ti_ER":case "ti_er":{if(!nexacro.Locale.ti_ER){nexacro.Locale.ti_ER={name:"ti_ER",decimal_point:"\u002E",thousands_sep:"",grouping:[0,0],int_curr_symbol:"\u0045\u0052\u004E\u0020",currency_symbol:"\u0024",mon_decimal_point:"\u002E",mon_thousands_sep:"\u002C",mon_grouping:[3,3],positive_sign:"",negative_sign:"\u002D",int_frac_digits:0,frac_digits:0,p_cs_precedes:1,p_sep_by_space:1,n_cs_precedes:1,n_sep_by_space:1,p_sign_posn:1,n_sign_posn:1,weekday_names_long:["\u1230\u1295\u1260\u1275","\u1230\u1291\u12ED","\u1230\u1209\u1235","\u1228\u1261\u12D5","\u1213\u1219\u1235","\u12D3\u122D\u1262","\u1240\u12F3\u121D"],weekday_names_short:["\u1230\u1295\u1260","\u1230\u1291\u12ED","\u1230\u1209\u1235","\u1228\u1261\u12D5","\u1213\u1219\u1235","\u12D3\u122D\u1262","\u1240\u12F3\u121D"],weekday_names_narrow:["\u1230\u1295\u1260","\u1230\u1291\u12ED","\u1230\u1209\u1235","\u1228\u1261\u12D5","\u1213\u1219\u1235","\u12D3\u122D\u1262","\u1240\u12F3\u121D"],month_names_long:["\u1325\u122A","\u1208\u12AB\u1272\u1275","\u1218\u130B\u1262\u1275","\u121A\u12EB\u12DD\u12EB","\u130D\u1295\u1266\u1275","\u1230\u1290","\u1213\u121D\u1208","\u1290\u1213\u1230","\u1218\u1235\u12A8\u1228\u121D","\u1325\u1245\u121D\u1272","\u1215\u12F3\u122D","\u1273\u1215\u1233\u1235"],month_names_short:["\u1325\u122A\u0020","\u1208\u12AB\u1272","\u1218\u130B\u1262","\u121A\u12EB\u12DD","\u130D\u1295\u1266","\u1230\u1290\u0020","\u1213\u121D\u1208","\u1290\u1213\u1230","\u1218\u1235\u12A8","\u1325\u1245\u121D","\u1215\u12F3\u122D","\u1273\u1215\u1233"],month_names_narrow:["\u1325\u122A\u0020","\u1208\u12AB\u1272","\u1218\u130B\u1262","\u121A\u12EB\u12DD","\u130D\u1295\u1266","\u1230\u1290\u0020","\u1213\u121D\u1208","\u1290\u1213\u1230","\u1218\u1235\u12A8","\u1325\u1245\u121D","\u1215\u12F3\u122D","\u1273\u1215\u1233"],ampm:["\u1295\u1309\u1206> =0){_c=_a+_b;}else{_c=nexacro._mergeUrl(_a,_b);}var _d=_c.split("/");var _e=_d.length;var _f=[];var _g=0;while(_g<_e){if(_d[_g]!="."&&_d[_g]!=".."){break;}_f.push(_d[_g]);_g++ ;}while(_g<_e){if(_d[_g]!="."){if(_d[_g]==".."){_f.pop();}else{_f.push(_d[_g]);}}_g++ ;}return _f.join("/");};nexacro._addLocalCacheUrl=function(_a,_b){if(_b){_b=_b.replace(/\\/g,"/");}application._localcaches[_a]=_b;};nexacro._addLocalThemeCacheUrl=function(_a,_b){if(_b){_b=_b.replace(/\\/g,"/");}application._localthemecaches[_a]=_b;};nexacro._hasLocalCacheUrl=function(_a){return (_a in application._localcaches);};nexacro._getService=function(_a,_b){return application.services[_a];};nexacro._transurl=function(_a,_b,_c){var _d=_c;if(_d.indexOf("theme://")>=0){var _e=false;if(nexacro._hasLocalCacheUrl(_c)){var _f=application._getLocalCacheUrl(_c);if(_f){return _f;}_e=true;}var _g=_d.split("://");var _h=_g[0];var _i=_g[1];var _j=[];var _k="/";var _l=application._theme_uri;_j.push(_l);if(_l.charAt(_l.length-1)=="/"){_k="";}_j.push(_i);_d=_j.join(_k).replace(/\\/g,"/");if(nexacro._isAbsolutePath(_d)!=true){if(_e){_d=nexacro._transfullurl(application._localcache_path,_d);}else{_d=nexacro._transfullurl(nexacro._project_url,_d);}}if(_e){nexacro._addLocalCacheUrl(_c,_d);}}else{var _e=false;if(nexacro._hasLocalCacheUrl(_c)){var _f=application._getLocalCacheUrl(_c);if(_f){return _f;}_e=true;}if(_d.indexOf("::")<0){if(_e){_a=application._localcache_path;}_d=nexacro._transfullurl(_a,_d);}else{var _g=_d.split("::");var _m=_g[0];var _i=_g[1];var _n=nexacro._getService(_m,_b);if(_n!=null){var _o=_n.url;if(_o.charAt(_o.length-1)!="/"){_o=_o+"/";}if(nexacro._isAbsolutePath(_o)==true){_d=nexacro._transfullurl(_o,_i);}else{var _p;if(_e){_p=nexacro._transfullurl(application._localcache_path,_o);}else{_p=nexacro._transfullurl(_b,_o);}_d=nexacro._transfullurl(_p,_i);}}else{_d=_d.replace(/\\/g,"/");}}if(_e){nexacro._addLocalCacheUrl(_c,_d);}}return _d;};nexacro._getServiceLocation=function(_a,_b,_c){if(!_c){_c=nexacro._typedefinition_url;}if(!_b){_b=nexacro._project_url;}return nexacro._transurl(_b,_c,_a);};nexacro._div_property_list=["_accessibility_role","_adjust_height","_adjust_left","_adjust_left_ltr","_adjust_top","_adjust_width","_apply_client_border","_apply_client_padding","_attached_comp","_base_url","_bind_manager","_bottom","_callclasscnt","_callstylecnt","_child_count","_child_list","_client_height","_client_width","_contents_pseudo","_control_element","_control_pseudo","_css_finder","_css_selectors","_cssfinder_cache","_cssclass","_cur_real_layout","_default_zindex","_display_text","_event_list","_executescriptlist","_find_csslist","_has_dirty_rect","_has_parent","_hotkey_list","_height","_hittest_type","_includescriptlist","_index","_init_height","_init_width","_is_async","_is_completed","_is_created","_is_created_contents","_is_form","_is_init","_is_loaded","_isLoaded","_is_loading","_is_popup_control","_is_reference_control","_is_scrollable","_is_selfclose","_isSelfClass","_isSelfStyle","_is_window","_last_focused","_layout_list","_left","_linkedcssclass","_linkstyles","_load_callbacklist","_load_manager","_margin","_oldstyletype","_originStyles","_pseudo","_real_enable","_real_visible","_ref_css_finder","_refcssid","_refcssobj","_refform","_right","_scrollbars","_setclasscomplete","_setstylecomplete","_style","_styles","_styletype","_taborder","_text_elem","_timerManager","_top","_track_on","_track_capture","_type_name","_unique_id","_user_property_list","_url","_urlloading","_variables","_want_tab","_want_arrow","_wait_pop_position","_width","_zoomFactor","all","applystyletype","async","binds","bottom","classname","components","cssclass","currentstyle","dragscrolltype","enable","enableflag","height","hscrollbar","id","layout","layoutautofittype","left","name","objects","on_create","on_initEvent","parent","position","positionstep","right","returnvalue","scrollbars","style","taborder","text","top","url","version","visible","vscrollbar","width"];nexacro._pluginCallMethod=function(_a,_b){return nexacro.__pluginCallMethod(_a,_b);};nexacro._openSystemCalendar=function(_a,_b){nexacro.__openSystemCalendar(_a,_b);};nexacro._closeSystemCalendar=function(){nexacro.__closeSystemCalendar();};nexacro.Deserializer={"SSV":function(_a,_b){var _c={};var _d=[];var _e=String.fromCharCode(30);var _f=String.fromCharCode(31);var _g=0;var _h="SUCCESS";if(!_a){return [ -1,"Stream Data is null!"];}var _i=this.context;var _j=_a.split(_e);var _k=_j.length;var _l=0;_l++ ;var _m;for(;_l<_k;_l++ ){_m=_j[_l];if(_m.substring(0,7)!="Dataset"){var _n=_m.split(_f);var _o=_n.length;for(var _p=0;_p<_o;_p++ ){var _q=_n[_p];var _r=_q;var _s=undefined;var _t=_q.indexOf("=");if(_t>=0){_r=_q.substring(0,_t);_s=_q.substring(_t+1);if(_s==String.fromCharCode(3)){_s=undefined;}}if(_r){var _u=_r;var _t=_r.indexOf(":");if(_t>=0){_u=_r.substring(0,_t);}if(_u=="ErrorCode"){_g=parseInt(_s)|0;if(isFinite(_g)==false){_g= -1;}_c[_u]=_g;}else if(_u=="ErrorMsg"){_c[_u]=_s;}else if(_u in _i){if(typeof (_i[_u])!="object"){_i[_u]=_s;}}else{if(application._existVariable(_u)){application[_u]=_s;}}}}}else{if(_g<0){return [_c,null];}var _t=_m.indexOf(":");if(_t>=0){var _v=_m.substring(_t+1);if(_v&&_v.length){var _w=_b&&_b._getDataset(_v);if(!_w){_w=new nexacro.Dataset(_v);}if(_w){_w.rowposition= -1;_l=_w.loadFromSSVArray(_j,_k,_l,true);_d.push(_w);}}}}}return [_c,_d];},"XML":function(_a,_b){var _c={};var _d=_a.getElementsByTagName("Parameter");var _e=0;if(_d&&_d.length){var _h=_d.length;for(var _i=0;_i<_h;_i++ ){var _j=_d[_i];var _k=_j.getAttribute("id");if(_k&&_k.length){var _l=(_j.textContent||(_j.firstChild?_j.firstChild.nodeValue:""));if(_k=="ErrorCode"){_e=parseInt(_l)|0;if(isFinite(_e)==false){_e= -1;}_c[_k]=_e;}else if(_k=="ErrorMsg"){_c[_k]=_l;}else{_b&&_b._setParamter(_k,_l);}}}}if(_e<0){return [_c,null];}var _f=[];var _g=_a.getElementsByTagName("Dataset");if(_g&&_g.length){var _m=_g.length;for(var _i=0;_i<_m;_i++ ){var _n=_g[_i].getAttribute("id");if(_n&&_n.length){var _o=_b&&_b._getDataset(_n);if(!_o){_o=new nexacro.Dataset(_n);}if(_o){_o.rowposition= -1;_o.loadFromDOM(_g[_i]);_f.push(_o);}}}}return [_c,_f];}};}