Slimstat Analytics - Version 3.8.2

Version Description

  • [New] You can now load, save and delete filters (or "goal conversions", in Google's terminology). Please test this new functionality and let us know if you find any bugs!
  • [Update] Added new WordPress filter hooks to initialize the arrays storing the data about the pageview (thank you, Tayyab)
  • [Update] AmMap version 3.11.3
  • [Update] MaxMind GeoLite IP has been updated to the latest version (2014-11-05)
  • [Fix] Bug affecting links opening in a new tab/window (target=_blank). Our thanks go to all the users who helped us troubleshoot the issue!
  • [Fix] Backward compatibility of new date/time filters with old ones
  • [Fix] Issue with counters on Posts/Pages screen (thank you, vaguiners)
  • [Fix] Warning about undefined array index in date/time filters (thank you, Chris)
  • [Fix] Some tooltips were being displayed outside of the browser viewport (thank you, Vitaly)
Download this release

Release Info

Developer coolmann
Plugin Icon 128x128 Slimstat Analytics
Version 3.8.2
Comparing to
See all releases

Code changes from version 3.8 to 3.8.2

admin/css/slimstat.css CHANGED
@@ -1,5 +1,5 @@
1
  /* Links */
2
- .wrap.slimstat a{
3
  outline: none;
4
  text-decoration: none;
5
  }
@@ -106,12 +106,11 @@
106
  #slimstat-current-filters .slimstat-filter-list{
107
  float: left;
108
  margin: 0;
109
- padding: 3px 0 0 5px;
110
  }
111
  #slimstat-current-filters .slimstat-filter-list li{
112
  display: inline;
113
  margin: 0 20px 0 0;
114
- text-transform: lowercase;
115
  vertical-align: middle;
116
  }
117
  .slimstat-filter-action-button{
1
  /* Links */
2
+ .wrap.slimstat a, [id^=slim_] a{
3
  outline: none;
4
  text-decoration: none;
5
  }
106
  #slimstat-current-filters .slimstat-filter-list{
107
  float: left;
108
  margin: 0;
109
+ padding: 4px 0 5px 5px;;
110
  }
111
  #slimstat-current-filters .slimstat-filter-list li{
112
  display: inline;
113
  margin: 0 20px 0 0;
 
114
  vertical-align: middle;
115
  }
116
  .slimstat-filter-action-button{
admin/images/platforms/winnt.png ADDED
Binary file
admin/js/ammap/ammap.js CHANGED
@@ -1,22 +1,23 @@
1
- if(!AmCharts)var AmCharts={themes:{},maps:{},inheriting:{},charts:[],onReadyArray:[],useUTC:!1,updateRate:40,uid:0,lang:{},translations:{},mapTranslations:{}};
2
  AmCharts.Class=function(a){var b=function(){arguments[0]!==AmCharts.inheriting&&(this.events={},this.construct.apply(this,arguments))};a.inherits?(b.prototype=new a.inherits(AmCharts.inheriting),b.base=a.inherits.prototype,delete a.inherits):(b.prototype.createEvents=function(){for(var a=0,b=arguments.length;a<b;a++)this.events[arguments[a]]=[]},b.prototype.listenTo=function(a,b,c){this.removeListener(a,b,c);a.events[b].push({handler:c,scope:this})},b.prototype.addListener=function(a,b,c){this.removeListener(this,
3
  a,b);this.events[a].push({handler:b,scope:c})},b.prototype.removeListener=function(a,b,c){if(a&&a.events)for(a=a.events[b],b=a.length-1;0<=b;b--)a[b].handler===c&&a.splice(b,1)},b.prototype.fire=function(a,b){for(var c=this.events[a],g=0,h=c.length;g<h;g++){var k=c[g];k.handler.call(k.scope,b)}});for(var c in a)b.prototype[c]=a[c];return b};AmCharts.addChart=function(a){AmCharts.charts.push(a)};AmCharts.removeChart=function(a){for(var b=AmCharts.charts,c=b.length-1;0<=c;c--)b[c]==a&&b.splice(c,1)};
4
  AmCharts.isModern=!0;AmCharts.getIEVersion=function(){var a=0;if("Microsoft Internet Explorer"==navigator.appName){var b=navigator.userAgent,c=/MSIE ([0-9]{1,}[.0-9]{0,})/;null!=c.exec(b)&&(a=parseFloat(RegExp.$1))}else"Netscape"==navigator.appName&&(b=navigator.userAgent,c=/Trident\/.*rv:([0-9]{1,}[.0-9]{0,})/,null!=c.exec(b)&&(a=parseFloat(RegExp.$1)));return a};
5
- AmCharts.applyLang=function(a){var b=AmCharts.translations;b&&(a=b[a])&&(AmCharts.lang=a,a.monthNames&&(AmCharts.dayNames=a.dayNames,AmCharts.shortDayNames=a.shortDayNames,AmCharts.monthNames=a.monthNames,AmCharts.shortMonthNames=a.shortMonthNames))};AmCharts.IEversion=AmCharts.getIEVersion();9>AmCharts.IEversion&&0<AmCharts.IEversion&&(AmCharts.isModern=!1,AmCharts.isIE=!0);AmCharts.dx=0;AmCharts.dy=0;
6
- if(document.addEventListener||window.opera)AmCharts.isNN=!0,AmCharts.isIE=!1,AmCharts.dx=.5,AmCharts.dy=.5;document.attachEvent&&(AmCharts.isNN=!1,AmCharts.isIE=!0,AmCharts.isModern||(AmCharts.dx=0,AmCharts.dy=0));window.chrome&&(AmCharts.chrome=!0);AmCharts.handleResize=function(){for(var a=AmCharts.charts,b=0;b<a.length;b++){var c=a[b];c&&c.div&&c.handleResize()}};AmCharts.handleMouseUp=function(a){for(var b=AmCharts.charts,c=0;c<b.length;c++){var d=b[c];d&&d.handleReleaseOutside(a)}};
7
- AmCharts.handleMouseMove=function(a){for(var b=AmCharts.charts,c=0;c<b.length;c++){var d=b[c];d&&d.handleMouseMove(a)}};AmCharts.resetMouseOver=function(){for(var a=AmCharts.charts,b=0;b<a.length;b++){var c=a[b];c&&(c.mouseIsOver=!1)}};AmCharts.ready=function(a){AmCharts.onReadyArray.push(a)};AmCharts.handleLoad=function(){AmCharts.isReady=!0;for(var a=AmCharts.onReadyArray,b=0;b<a.length;b++){var c=a[b];isNaN(AmCharts.processDelay)?c():setTimeout(c,AmCharts.processDelay*b)}};
8
- AmCharts.getUniqueId=function(){AmCharts.uid++;return"AmChartsEl-"+AmCharts.uid};AmCharts.isNN&&(document.addEventListener("mousemove",AmCharts.handleMouseMove,!0),window.addEventListener("resize",AmCharts.handleResize,!0),document.addEventListener("mouseup",AmCharts.handleMouseUp,!0),window.addEventListener("load",AmCharts.handleLoad,!0));
 
9
  AmCharts.isIE&&(document.attachEvent("onmousemove",AmCharts.handleMouseMove),window.attachEvent("onresize",AmCharts.handleResize),document.attachEvent("onmouseup",AmCharts.handleMouseUp),window.attachEvent("onload",AmCharts.handleLoad));
10
- AmCharts.clear=function(){var a=AmCharts.charts;if(a)for(var b=0;b<a.length;b++)a[b].clear();AmCharts.charts=null;AmCharts.isNN&&(document.removeEventListener("mousemove",AmCharts.handleMouseMove,!0),window.removeEventListener("resize",AmCharts.handleResize,!0),document.removeEventListener("mouseup",AmCharts.handleMouseUp,!0),window.removeEventListener("load",AmCharts.handleLoad,!0));AmCharts.isIE&&(document.detachEvent("onmousemove",AmCharts.handleMouseMove),window.detachEvent("onresize",AmCharts.handleResize),
11
- document.detachEvent("onmouseup",AmCharts.handleMouseUp),window.detachEvent("onload",AmCharts.handleLoad))};
12
  AmCharts.makeChart=function(a,b,c){var d=b.type,f=b.theme;AmCharts.isString(f)&&(f=AmCharts.themes[f],b.theme=f);var e;switch(d){case "serial":e=new AmCharts.AmSerialChart(f);break;case "xy":e=new AmCharts.AmXYChart(f);break;case "pie":e=new AmCharts.AmPieChart(f);break;case "radar":e=new AmCharts.AmRadarChart(f);break;case "gauge":e=new AmCharts.AmAngularGauge(f);break;case "funnel":e=new AmCharts.AmFunnelChart(f);break;case "map":e=new AmCharts.AmMap(f);break;case "stock":e=new AmCharts.AmStockChart(f)}AmCharts.extend(e,
13
- b);AmCharts.isReady?isNaN(c)?e.write(a):setTimeout(function(){AmCharts.realWrite(e,a)},c):AmCharts.ready(function(){isNaN(c)?e.write(a):setTimeout(function(){AmCharts.realWrite(e,a)},c)});return e};AmCharts.realWrite=function(a,b){a.write(b)};AmCharts.toBoolean=function(a,b){if(void 0===a)return b;switch(String(a).toLowerCase()){case "true":case "yes":case "1":return!0;case "false":case "no":case "0":case null:return!1;default:return Boolean(a)}};AmCharts.removeFromArray=function(a,b){var c;for(c=a.length-1;0<=c;c--)a[c]==b&&a.splice(c,1)};AmCharts.getDecimals=function(a){var b=0;isNaN(a)||(a=String(a),-1!=a.indexOf("e-")?b=Number(a.split("-")[1]):-1!=a.indexOf(".")&&(b=a.split(".")[1].length));return b};
14
- AmCharts.wrappedText=function(a,b,c,d,f,e,g,h,k){var l=AmCharts.text(a,b,c,d,f,e,g),m="\n";AmCharts.isModern||(m="<br>");if(10<k)return l;if(l){var n=l.getBBox();if(n.width>h){l.remove();for(var l=[],q=0;-1<(index=b.indexOf(" ",q));)l.push(index),q=index+1;for(var r=Math.round(b.length/2),y=1E3,z,q=0;q<l.length;q++){var u=Math.abs(l[q]-r);u<y&&(z=l[q],y=u)}if(isNaN(z)){h=Math.ceil(n.width/h);for(q=1;q<h;q++)z=Math.round(b.length/h*q),b=b.substr(0,z)+m+b.substr(z);return AmCharts.text(a,b,c,d,f,e,
15
- g)}b=b.substr(0,z)+m+b.substr(z+1);return AmCharts.wrappedText(a,b,c,d,f,e,g,h,k+1)}return l}};AmCharts.getStyle=function(a,b){var c="";document.defaultView&&document.defaultView.getComputedStyle?c=document.defaultView.getComputedStyle(a,"").getPropertyValue(b):a.currentStyle&&(b=b.replace(/\-(\w)/g,function(a,b){return b.toUpperCase()}),c=a.currentStyle[b]);return c};AmCharts.removePx=function(a){if(void 0!=a)return Number(a.substring(0,a.length-2))};
16
- AmCharts.getURL=function(a,b){if(a)if("_self"!=b&&b)if("_top"==b&&window.top)window.top.location.href=a;else if("_parent"==b&&window.parent)window.parent.location.href=a;else{var c=document.getElementsByName(b)[0];c?c.src=a:window.open(a)}else window.location.href=a};AmCharts.ifArray=function(a){return a&&0<a.length?!0:!1};AmCharts.callMethod=function(a,b){var c;for(c=0;c<b.length;c++){var d=b[c];if(d){if(d[a])d[a]();var f=d.length;if(0<f){var e;for(e=0;e<f;e++){var g=d[e];if(g&&g[a])g[a]()}}}}};
17
- AmCharts.toNumber=function(a){return"number"==typeof a?a:Number(String(a).replace(/[^0-9\-.]+/g,""))};AmCharts.toColor=function(a){if(""!==a&&void 0!==a)if(-1!=a.indexOf(",")){a=a.split(",");var b;for(b=0;b<a.length;b++){var c=a[b].substring(a[b].length-6,a[b].length);a[b]="#"+c}}else a=a.substring(a.length-6,a.length),a="#"+a;return a};
18
- AmCharts.toCoordinate=function(a,b,c){var d;void 0!==a&&(a=String(a),c&&c<b&&(b=c),d=Number(a),-1!=a.indexOf("!")&&(d=b-Number(a.substr(1))),-1!=a.indexOf("%")&&(d=b*Number(a.substr(0,a.length-1))/100));return d};AmCharts.fitToBounds=function(a,b,c){a<b&&(a=b);a>c&&(a=c);return a};AmCharts.isDefined=function(a){return void 0===a?!1:!0};AmCharts.stripNumbers=function(a){return a.replace(/[0-9]+/g,"")};AmCharts.roundTo=function(a,b){if(0>b)return a;var c=Math.pow(10,b);return Math.round(a*c)/c};
19
- AmCharts.toFixed=function(a,b){var c=String(Math.round(a*Math.pow(10,b)));if(0<b){var d=c.length;if(d<b){var f;for(f=0;f<b-d;f++)c="0"+c}d=c.substring(0,c.length-b);""===d&&(d=0);return d+"."+c.substring(c.length-b,c.length)}return String(c)};
20
  AmCharts.formatDuration=function(a,b,c,d,f,e){var g=AmCharts.intervals,h=e.decimalSeparator;if(a>=g[b].contains){var k=a-Math.floor(a/g[b].contains)*g[b].contains;"ss"==b&&(k=AmCharts.formatNumber(k,e),1==k.split(h)[0].length&&(k="0"+k));("mm"==b||"hh"==b)&&10>k&&(k="0"+k);c=k+""+d[b]+""+c;a=Math.floor(a/g[b].contains);b=g[b].nextInterval;return AmCharts.formatDuration(a,b,c,d,f,e)}"ss"==b&&(a=AmCharts.formatNumber(a,e),1==a.split(h)[0].length&&(a="0"+a));("mm"==b||"hh"==b)&&10>a&&(a="0"+a);c=a+""+
21
  d[b]+""+c;if(g[f].count>g[b].count)for(a=g[b].count;a<g[f].count;a++)b=g[b].nextInterval,"ss"==b||"mm"==b||"hh"==b?c="00"+d[b]+""+c:"DD"==b&&(c="0"+d[b]+""+c);":"==c.charAt(c.length-1)&&(c=c.substring(0,c.length-1));return c};
22
  AmCharts.formatNumber=function(a,b,c,d,f){a=AmCharts.roundTo(a,b.precision);isNaN(c)&&(c=b.precision);var e=b.decimalSeparator;b=b.thousandsSeparator;var g;g=0>a?"-":"";a=Math.abs(a);var h=String(a),k=!1;-1!=h.indexOf("e")&&(k=!0);0<=c&&!k&&(h=AmCharts.toFixed(a,c));var l="";if(k)l=h;else{var h=h.split("."),k=String(h[0]),m;for(m=k.length;0<=m;m-=3)l=m!=k.length?0!==m?k.substring(m-3,m)+b+l:k.substring(m-3,m)+l:k.substring(m-3,m);void 0!==h[1]&&(l=l+e+h[1]);void 0!==c&&0<c&&"0"!=l&&(l=AmCharts.addZeroes(l,
@@ -37,161 +38,160 @@ AmCharts.bounce=function(a,b,c,d,f){return(b/=f)<1/2.75?7.5625*d*b*b+c:b<2/2.75?
37
  AmCharts.easeOutElastic=function(a,b,c,d,f){a=1.70158;var e=0,g=d;if(0===b)return c;if(1==(b/=f))return c+d;e||(e=.3*f);g<Math.abs(d)?(g=d,a=e/4):a=e/(2*Math.PI)*Math.asin(d/g);return g*Math.pow(2,-10*b)*Math.sin(2*(b*f-a)*Math.PI/e)+d+c};AmCharts.AmDraw=AmCharts.Class({construct:function(a,b,c,d){AmCharts.SVG_NS="http://www.w3.org/2000/svg";AmCharts.SVG_XLINK="http://www.w3.org/1999/xlink";AmCharts.hasSVG=!!document.createElementNS&&!!document.createElementNS(AmCharts.SVG_NS,"svg").createSVGRect;1>b&&(b=10);1>c&&(c=10);this.div=a;this.width=b;this.height=c;this.rBin=document.createElement("div");if(AmCharts.hasSVG){AmCharts.SVG=!0;var f=this.createSvgElement("svg");f.style.position="absolute";f.style.width=b+"px";f.style.height=c+
38
  "px";b=this.createSvgElement("desc");b.appendChild(document.createTextNode("JavaScript chart by amCharts "+d.version));f.appendChild(b);AmCharts.rtl&&(f.setAttribute("direction","rtl"),f.style.left="auto",f.style.right="0px");f.setAttribute("version","1.1");a.appendChild(f);this.container=f;this.R=new AmCharts.SVGRenderer(this)}else AmCharts.isIE&&AmCharts.VMLRenderer&&(AmCharts.VML=!0,AmCharts.vmlStyleSheet||(document.namespaces.add("amvml","urn:schemas-microsoft-com:vml"),31>document.styleSheets.length?
39
  (f=document.createStyleSheet(),f.addRule(".amvml","behavior:url(#default#VML); display:inline-block; antialias:true"),AmCharts.vmlStyleSheet=f):document.styleSheets[0].addRule(".amvml","behavior:url(#default#VML); display:inline-block; antialias:true")),this.container=a,this.R=new AmCharts.VMLRenderer(this,d),this.R.disableSelection(a))},createSvgElement:function(a){return document.createElementNS(AmCharts.SVG_NS,a)},circle:function(a,b,c,d){var f=new AmCharts.AmDObject("circle",this);f.attr({r:c,
40
- cx:a,cy:b});this.addToContainer(f.node,d);return f},setSize:function(a,b){0<a&&0<b&&(this.container.style.width=a+"px",this.container.style.height=b+"px")},rect:function(a,b,c,d,f,e,g){var h=new AmCharts.AmDObject("rect",this);AmCharts.VML&&(f=100*f/Math.min(c,d),c+=2*e,d+=2*e,h.bw=e,h.node.style.marginLeft=-e,h.node.style.marginTop=-e);1>c&&(c=1);1>d&&(d=1);h.attr({x:a,y:b,width:c,height:d,rx:f,ry:f,"stroke-width":e});this.addToContainer(h.node,g);return h},image:function(a,b,c,d,f,e){var g=new AmCharts.AmDObject("image",
41
- this);g.attr({x:b,y:c,width:d,height:f});this.R.path(g,a);this.addToContainer(g.node,e);return g},addToContainer:function(a,b){b||(b=this.container);b.appendChild(a)},text:function(a,b,c){return this.R.text(a,b,c)},path:function(a,b,c,d){var f=new AmCharts.AmDObject("path",this);d||(d="100,100");f.attr({cs:d});c?f.attr({dd:a}):f.attr({d:a});this.addToContainer(f.node,b);return f},set:function(a){return this.R.set(a)},remove:function(a){if(a){var b=this.rBin;b.appendChild(a);b.innerHTML=""}},renderFix:function(){var a=
42
- this.container,b=a.style,c;try{c=a.getScreenCTM()||a.createSVGMatrix()}catch(d){c=a.createSVGMatrix()}a=1-c.e%1;c=1-c.f%1;.5<a&&(a-=1);.5<c&&(c-=1);a&&(b.left=a+"px");c&&(b.top=c+"px")},update:function(){this.R.update()}});AmCharts.AmDObject=AmCharts.Class({construct:function(a,b){this.D=b;this.R=b.R;this.node=this.R.create(this,a);this.y=this.x=0;this.scale=1},attr:function(a){this.R.attr(this,a);return this},getAttr:function(a){return this.node.getAttribute(a)},setAttr:function(a,b){this.R.setAttr(this,a,b);return this},clipRect:function(a,b,c,d){this.R.clipRect(this,a,b,c,d)},translate:function(a,b,c,d){d||(a=Math.round(a),b=Math.round(b));this.R.move(this,a,b,c);this.x=a;this.y=b;this.scale=c;this.angle&&this.rotate(this.angle)},
43
  rotate:function(a,b){this.R.rotate(this,a,b);this.angle=a},animate:function(a,b,c){for(var d in a)if(a.hasOwnProperty(d)){var f=d,e=a[d];c=AmCharts.getEffect(c);this.R.animate(this,f,e,b,c)}},push:function(a){if(a){var b=this.node;b.appendChild(a.node);var c=a.clipPath;c&&b.appendChild(c);(a=a.grad)&&b.appendChild(a)}},text:function(a){this.R.setText(this,a)},remove:function(){this.R.remove(this)},clear:function(){var a=this.node;if(a.hasChildNodes())for(;1<=a.childNodes.length;)a.removeChild(a.firstChild)},
44
  hide:function(){this.setAttr("visibility","hidden")},show:function(){this.setAttr("visibility","visible")},getBBox:function(){return this.R.getBBox(this)},toFront:function(){var a=this.node;if(a){this.prevNextNode=a.nextSibling;var b=a.parentNode;b&&b.appendChild(a)}},toPrevious:function(){var a=this.node;a&&this.prevNextNode&&(a=a.parentNode)&&a.insertBefore(this.prevNextNode,null)},toBack:function(){var a=this.node;if(a){this.prevNextNode=a.nextSibling;var b=a.parentNode;if(b){var c=b.firstChild;
45
  c&&b.insertBefore(a,c)}}},mouseover:function(a){this.R.addListener(this,"mouseover",a);return this},mouseout:function(a){this.R.addListener(this,"mouseout",a);return this},click:function(a){this.R.addListener(this,"click",a);return this},dblclick:function(a){this.R.addListener(this,"dblclick",a);return this},mousedown:function(a){this.R.addListener(this,"mousedown",a);return this},mouseup:function(a){this.R.addListener(this,"mouseup",a);return this},touchstart:function(a){this.R.addListener(this,
46
- "touchstart",a);return this},touchend:function(a){this.R.addListener(this,"touchend",a);return this},contextmenu:function(a){this.node.addEventListener?this.node.addEventListener("contextmenu",a,!0):this.R.addListener(this,"contextmenu",a);return this},stop:function(a){(a=this.animationX)&&AmCharts.removeFromArray(this.R.animations,a);(a=this.animationY)&&AmCharts.removeFromArray(this.R.animations,a)},length:function(){return this.node.childNodes.length},gradient:function(a,b,c){this.R.gradient(this,
47
- a,b,c)},pattern:function(a,b){a&&this.R.pattern(this,a,b)}});AmCharts.SVGRenderer=AmCharts.Class({construct:function(a){this.D=a;this.animations=[]},create:function(a,b){return document.createElementNS(AmCharts.SVG_NS,b)},attr:function(a,b){for(var c in b)b.hasOwnProperty(c)&&this.setAttr(a,c,b[c])},setAttr:function(a,b,c){void 0!==c&&a.node.setAttribute(b,c)},animate:function(a,b,c,d,f){var e=a.node;a["an_"+b]&&AmCharts.removeFromArray(this.animations,a["an_"+b]);"translate"==b?(e=(e=e.getAttribute("transform"))?String(e).substring(10,e.length-1):"0,0",e=
48
  e.split(", ").join(" "),e=e.split(" ").join(","),0===e&&(e="0,0")):e=Number(e.getAttribute(b));c={obj:a,frame:0,attribute:b,from:e,to:c,time:d,effect:f};this.animations.push(c);a["an_"+b]=c},update:function(){var a,b=this.animations;for(a=b.length-1;0<=a;a--){var c=b[a],d=1E3*c.time/AmCharts.updateRate,f=c.frame+1,e=c.obj,g=c.attribute,h,k,l;f<=d?(c.frame++,"translate"==g?(h=c.from.split(","),g=Number(h[0]),h=Number(h[1]),isNaN(h)&&(h=0),k=c.to.split(","),l=Number(k[0]),k=Number(k[1]),l=0===l-g?l:
49
  Math.round(AmCharts[c.effect](0,f,g,l-g,d)),c=0===k-h?k:Math.round(AmCharts[c.effect](0,f,h,k-h,d)),g="transform",c="translate("+l+","+c+")"):(k=Number(c.from),h=Number(c.to),l=h-k,c=AmCharts[c.effect](0,f,k,l,d),isNaN(c)&&(c=h),0===l&&this.animations.splice(a,1)),this.setAttr(e,g,c)):("translate"==g?(k=c.to.split(","),l=Number(k[0]),k=Number(k[1]),e.translate(l,k)):(h=Number(c.to),this.setAttr(e,g,h)),this.animations.splice(a,1))}},getBBox:function(a){if(a=a.node)try{return a.getBBox()}catch(b){}return{width:0,
50
- height:0,x:0,y:0}},path:function(a,b){a.node.setAttributeNS(AmCharts.SVG_XLINK,"xlink:href",b)},clipRect:function(a,b,c,d,f){var e=a.node,g=a.clipPath;g&&this.D.remove(g);var h=e.parentNode;h&&(e=document.createElementNS(AmCharts.SVG_NS,"clipPath"),g=AmCharts.getUniqueId(),e.setAttribute("id",g),this.D.rect(b,c,d,f,0,0,e),h.appendChild(e),b="#",AmCharts.baseHref&&!AmCharts.isIE&&(b=window.location.href+b),this.setAttr(a,"clip-path","url("+b+g+")"),this.clipPathC++,a.clipPath=e)},text:function(a,b,
51
- c){var d=new AmCharts.AmDObject("text",this.D);a=String(a).split("\n");var f=b["font-size"],e;for(e=0;e<a.length;e++){var g=this.create(null,"tspan");g.appendChild(document.createTextNode(a[e]));g.setAttribute("y",(f+2)*e+Math.round(f/2));g.setAttribute("x",0);d.node.appendChild(g)}d.node.setAttribute("y",Math.round(f/2));this.attr(d,b);this.D.addToContainer(d.node,c);return d},setText:function(a,b){var c=a.node;c&&(c.removeChild(c.firstChild),c.appendChild(document.createTextNode(b)))},move:function(a,
52
- b,c,d){b="translate("+b+","+c+")";d&&(b=b+" scale("+d+")");this.setAttr(a,"transform",b)},rotate:function(a,b){var c=a.node.getAttribute("transform"),d="rotate("+b+")";c&&(d=c+" "+d);this.setAttr(a,"transform",d)},set:function(a){var b=new AmCharts.AmDObject("g",this.D);this.D.container.appendChild(b.node);if(a){var c;for(c=0;c<a.length;c++)b.push(a[c])}return b},addListener:function(a,b,c){a.node["on"+b]=c},gradient:function(a,b,c,d){var f=a.node,e=a.grad;e&&this.D.remove(e);b=document.createElementNS(AmCharts.SVG_NS,
53
- b);e=AmCharts.getUniqueId();b.setAttribute("id",e);if(!isNaN(d)){var g=0,h=0,k=0,l=0;90==d?k=100:270==d?l=100:180==d?g=100:0===d&&(h=100);b.setAttribute("x1",g+"%");b.setAttribute("x2",h+"%");b.setAttribute("y1",k+"%");b.setAttribute("y2",l+"%")}for(d=0;d<c.length;d++)g=document.createElementNS(AmCharts.SVG_NS,"stop"),h=100*d/(c.length-1),0===d&&(h=0),g.setAttribute("offset",h+"%"),g.setAttribute("stop-color",c[d]),b.appendChild(g);f.parentNode.appendChild(b);c="#";AmCharts.baseHref&&!AmCharts.isIE&&
54
- (c=window.location.href+c);f.setAttribute("fill","url("+c+e+")");a.grad=b},pattern:function(a,b,c){var d=a.node;isNaN(c)&&(c=1);var f=a.patternNode;f&&this.D.remove(f);var f=document.createElementNS(AmCharts.SVG_NS,"pattern"),e=AmCharts.getUniqueId(),g=b;b.url&&(g=b.url);var h=Number(b.width);isNaN(h)&&(h=4);var k=Number(b.height);isNaN(k)&&(k=4);h/=c;k/=c;c=b.x;isNaN(c)&&(c=0);var l=-Math.random()*Number(b.randomX);isNaN(l)||(c=l);l=b.y;isNaN(l)&&(l=0);var m=-Math.random()*Number(b.randomY);isNaN(m)||
55
- (l=m);f.setAttribute("id",e);f.setAttribute("width",h);f.setAttribute("height",k);f.setAttribute("patternUnits","userSpaceOnUse");f.setAttribute("xlink:href",g);b.color&&(m=document.createElementNS(AmCharts.SVG_NS,"rect"),m.setAttributeNS(null,"height",h),m.setAttributeNS(null,"width",k),m.setAttributeNS(null,"fill",b.color),f.appendChild(m));this.D.image(g,0,0,h,k,f).translate(c,l);g="#";AmCharts.baseHref&&!AmCharts.isIE&&(g=window.location.href+g);d.setAttribute("fill","url("+g+e+")");a.patternNode=
56
- f;d.parentNode.appendChild(f)},remove:function(a){a.clipPath&&this.D.remove(a.clipPath);a.grad&&this.D.remove(a.grad);a.patternNode&&this.D.remove(a.patternNode);this.D.remove(a.node)}});AmCharts.AmChart=AmCharts.Class({construct:function(a){this.theme=a;this.version="3.10.1";AmCharts.addChart(this);this.createEvents("dataUpdated","init","rendered","drawn","failed");this.height=this.width="100%";this.dataChanged=!0;this.chartCreated=!1;this.previousWidth=this.previousHeight=0;this.backgroundColor="#FFFFFF";this.borderAlpha=this.backgroundAlpha=0;this.color=this.borderColor="#000000";this.fontFamily="Verdana";this.fontSize=11;this.usePrefixes=!1;this.precision=-1;this.percentPrecision=
57
  2;this.decimalSeparator=".";this.thousandsSeparator=",";this.labels=[];this.allLabels=[];this.titles=[];this.marginRight=this.marginLeft=this.autoMarginOffset=0;this.timeOuts=[];this.creditsPosition="top-left";var b=document.createElement("div"),c=b.style;c.overflow="hidden";c.position="relative";c.textAlign="left";this.chartDiv=b;b=document.createElement("div");c=b.style;c.overflow="hidden";c.position="relative";c.textAlign="left";this.legendDiv=b;this.titleHeight=0;this.hideBalloonTime=150;this.handDrawScatter=
58
  2;this.handDrawThickness=1;this.prefixesOfBigNumbers=[{number:1E3,prefix:"k"},{number:1E6,prefix:"M"},{number:1E9,prefix:"G"},{number:1E12,prefix:"T"},{number:1E15,prefix:"P"},{number:1E18,prefix:"E"},{number:1E21,prefix:"Z"},{number:1E24,prefix:"Y"}];this.prefixesOfSmallNumbers=[{number:1E-24,prefix:"y"},{number:1E-21,prefix:"z"},{number:1E-18,prefix:"a"},{number:1E-15,prefix:"f"},{number:1E-12,prefix:"p"},{number:1E-9,prefix:"n"},{number:1E-6,prefix:"\u03bc"},{number:.001,prefix:"m"}];this.panEventsEnabled=
59
  !0;AmCharts.bezierX=3;AmCharts.bezierY=6;this.product="amcharts";this.animations=[];this.balloon=new AmCharts.AmBalloon(this.theme);this.balloon.chart=this;AmCharts.applyTheme(this,a,"AmChart")},drawChart:function(){this.drawBackground();this.redrawLabels();this.drawTitles();this.brr()},drawBackground:function(){AmCharts.remove(this.background);var a=this.container,b=this.backgroundColor,c=this.backgroundAlpha,d=this.set;AmCharts.isModern||0!==c||(c=.001);var f=this.updateWidth();this.realWidth=f;
60
  var e=this.updateHeight();this.realHeight=e;this.background=b=AmCharts.polygon(a,[0,f-1,f-1,0],[0,0,e-1,e-1],b,c,1,this.borderColor,this.borderAlpha);d.push(b);if(b=this.backgroundImage)this.path&&(b=this.path+b),this.bgImg=a=a.image(b,0,0,f,e),d.push(a)},drawTitles:function(){var a=this.titles;if(AmCharts.ifArray(a)){var b=20,c;for(c=0;c<a.length;c++){var d=a[c],f=d.color;void 0===f&&(f=this.color);var e=d.size;isNaN(e)&&(e=this.fontSize+2);isNaN(d.alpha);var g=this.marginLeft,f=AmCharts.text(this.container,
61
- d.text,f,this.fontFamily,e);f.translate(g+(this.realWidth-this.marginRight-g)/2,b);g=!0;void 0!==d.bold&&(g=d.bold);g&&f.attr({"font-weight":"bold"});f.attr({opacity:d.alpha});b+=e+6;this.freeLabelsSet.push(f)}}},write:function(a){if(a="object"!=typeof a?document.getElementById(a):a){a.innerHTML="";this.div=a;a.style.overflow="hidden";a.style.textAlign="left";var b=this.chartDiv,c=this.legendDiv,d=this.legend,f=c.style,e=b.style;this.measure();var g,h=document.createElement("div");g=h.style;g.position=
62
- "relative";this.containerDiv=h;a.appendChild(h);var k=this.exportConfig;k&&AmCharts.AmExport&&!this.AmExport&&(this.AmExport=new AmCharts.AmExport(this,k));this.amExport&&AmCharts.AmExport&&(this.AmExport=AmCharts.extend(this.amExport,new AmCharts.AmExport(this),!0));this.AmExport&&this.AmExport.init&&this.AmExport.init();if(d)switch(d=this.addLegend(d,d.divId),d.position){case "bottom":h.appendChild(b);h.appendChild(c);break;case "top":h.appendChild(c);h.appendChild(b);break;case "absolute":g.width=
63
- a.style.width;g.height=a.style.height;f.position="absolute";e.position="absolute";void 0!==d.left&&(f.left=d.left+"px");void 0!==d.right&&(f.right=d.right+"px");void 0!==d.top&&(f.top=d.top+"px");void 0!==d.bottom&&(f.bottom=d.bottom+"px");d.marginLeft=0;d.marginRight=0;h.appendChild(b);h.appendChild(c);break;case "right":g.width=a.style.width;g.height=a.style.height;f.position="relative";e.position="absolute";h.appendChild(b);h.appendChild(c);break;case "left":g.width=a.style.width;g.height=a.style.height;
64
- f.position="absolute";e.position="relative";h.appendChild(b);h.appendChild(c);break;case "outside":h.appendChild(b)}else h.appendChild(b);this.listenersAdded||(this.addListeners(),this.listenersAdded=!0);this.initChart()}},createLabelsSet:function(){AmCharts.remove(this.labelsSet);this.labelsSet=this.container.set();this.freeLabelsSet.push(this.labelsSet)},initChart:function(){AmCharts.applyLang(this.language);var a=this.numberFormatter;a&&(isNaN(a.precision)||(this.precision=a.precision),void 0!==
65
- a.thousandsSeparator&&(this.thousandsSeparator=a.thousandsSeparator),void 0!==a.decimalSeparator&&(this.decimalSeparator=a.decimalSeparator));(a=this.percentFormatter)&&!isNaN(a.precision)&&(this.percentPrecision=a.precision);this.nf={precision:this.precision,thousandsSeparator:this.thousandsSeparator,decimalSeparator:this.decimalSeparator};this.pf={precision:this.percentPrecision,thousandsSeparator:this.thousandsSeparator,decimalSeparator:this.decimalSeparator};this.divIsFixed=AmCharts.findIfFixed(this.chartDiv);
66
- this.previousHeight=this.divRealHeight;this.previousWidth=this.divRealWidth;this.destroy();this.startInterval();a=0;document.attachEvent&&!window.opera&&(a=1);this.dmouseX=this.dmouseY=0;var b=document.getElementsByTagName("html")[0];b&&window.getComputedStyle&&(b=window.getComputedStyle(b,null))&&(this.dmouseY=AmCharts.removePx(b.getPropertyValue("margin-top")),this.dmouseX=AmCharts.removePx(b.getPropertyValue("margin-left")));this.mouseMode=a;(a=this.container)?(a.container.innerHTML="",this.chartDiv.appendChild(a.container),
67
- a.setSize(this.realWidth,this.realHeight)):a=new AmCharts.AmDraw(this.chartDiv,this.realWidth,this.realHeight,this);AmCharts.VML||AmCharts.SVG?(a.handDrawn=this.handDrawn,a.handDrawScatter=this.handDrawScatter,a.handDrawThickness=this.handDrawThickness,this.container=a,this.set&&this.set.remove(),this.set=a.set(),this.gridSet&&this.gridSet.remove(),this.gridSet=a.set(),this.cursorLineSet&&this.cursorLineSet.remove(),this.cursorLineSet=a.set(),this.graphsBehindSet&&this.graphsBehindSet.remove(),this.graphsBehindSet=
68
- a.set(),this.bulletBehindSet&&this.bulletBehindSet.remove(),this.bulletBehindSet=a.set(),this.columnSet&&this.columnSet.remove(),this.columnSet=a.set(),this.graphsSet&&this.graphsSet.remove(),this.graphsSet=a.set(),this.trendLinesSet&&this.trendLinesSet.remove(),this.trendLinesSet=a.set(),this.axesLabelsSet&&this.axesLabelsSet.remove(),this.axesLabelsSet=a.set(),this.axesSet&&this.axesSet.remove(),this.axesSet=a.set(),this.cursorSet&&this.cursorSet.remove(),this.cursorSet=a.set(),this.scrollbarsSet&&
69
- this.scrollbarsSet.remove(),this.scrollbarsSet=a.set(),this.bulletSet&&this.bulletSet.remove(),this.bulletSet=a.set(),this.freeLabelsSet&&this.freeLabelsSet.remove(),this.freeLabelsSet=a.set(),this.balloonsSet&&this.balloonsSet.remove(),this.balloonsSet=a.set(),this.zoomButtonSet&&this.zoomButtonSet.remove(),this.zoomButtonSet=a.set(),this.linkSet&&this.linkSet.remove(),this.linkSet=a.set(),this.renderFix()):this.fire("failed",{type:"failed",chart:this})},measure:function(){var a=this.div;if(a){var b=
70
- this.chartDiv,c=a.offsetWidth,d=a.offsetHeight,f=this.container;a.clientHeight&&(c=a.clientWidth,d=a.clientHeight);var e=AmCharts.removePx(AmCharts.getStyle(a,"padding-left")),g=AmCharts.removePx(AmCharts.getStyle(a,"padding-right")),h=AmCharts.removePx(AmCharts.getStyle(a,"padding-top")),k=AmCharts.removePx(AmCharts.getStyle(a,"padding-bottom"));isNaN(e)||(c-=e);isNaN(g)||(c-=g);isNaN(h)||(d-=h);isNaN(k)||(d-=k);e=a.style;a=e.width;e=e.height;-1!=a.indexOf("px")&&(c=AmCharts.removePx(a));-1!=e.indexOf("px")&&
71
- (d=AmCharts.removePx(e));a=AmCharts.toCoordinate(this.width,c);e=AmCharts.toCoordinate(this.height,d);this.balloon=AmCharts.processObject(this.balloon,AmCharts.AmBalloon,this.theme);this.balloon.chart=this;(a!=this.previousWidth||e!=this.previousHeight)&&0<a&&0<e&&(b.style.width=a+"px",b.style.height=e+"px",f&&f.setSize(a,e));this.balloon.setBounds(2,2,a-2,e);this.realWidth=a;this.realHeight=e;this.divRealWidth=c;this.divRealHeight=d}},destroy:function(){this.chartDiv.innerHTML="";this.clearTimeOuts();
72
- this.interval&&clearInterval(this.interval);this.interval=NaN},clearTimeOuts:function(){var a=this.timeOuts;if(a){var b;for(b=0;b<a.length;b++)clearTimeout(a[b])}this.timeOuts=[]},clear:function(a){AmCharts.callMethod("clear",[this.chartScrollbar,this.scrollbarV,this.scrollbarH,this.chartCursor]);this.chartCursor=this.scrollbarH=this.scrollbarV=this.chartScrollbar=null;this.clearTimeOuts();this.interval&&clearInterval(this.interval);this.container&&(this.container.remove(this.chartDiv),this.container.remove(this.legendDiv));
73
- a||AmCharts.removeChart(this)},setMouseCursor:function(a){"auto"==a&&AmCharts.isNN&&(a="default");this.chartDiv.style.cursor=a;this.legendDiv.style.cursor=a},redrawLabels:function(){this.labels=[];var a=this.allLabels;this.createLabelsSet();var b;for(b=0;b<a.length;b++)this.drawLabel(a[b])},drawLabel:function(a){if(this.container){var b=a.y,c=a.text,d=a.align,f=a.size,e=a.color,g=a.rotation,h=a.alpha,k=a.bold,l=AmCharts.toCoordinate(a.x,this.realWidth),b=AmCharts.toCoordinate(b,this.realHeight);l||
74
- (l=0);b||(b=0);void 0===e&&(e=this.color);isNaN(f)&&(f=this.fontSize);d||(d="start");"left"==d&&(d="start");"right"==d&&(d="end");"center"==d&&(d="middle",g?b=this.realHeight-b+b/2:l=this.realWidth/2-l);void 0===h&&(h=1);void 0===g&&(g=0);b+=f/2;c=AmCharts.text(this.container,c,e,this.fontFamily,f,d,k,h);c.translate(l,b);0!==g&&c.rotate(g);a.url&&(c.setAttr("cursor","pointer"),c.click(function(){AmCharts.getURL(a.url)}));this.labelsSet.push(c);this.labels.push(c)}},addLabel:function(a,b,c,d,f,e,g,
75
- h,k,l){a={x:a,y:b,text:c,align:d,size:f,color:e,alpha:h,rotation:g,bold:k,url:l};this.container&&this.drawLabel(a);this.allLabels.push(a)},clearLabels:function(){var a=this.labels,b;for(b=a.length-1;0<=b;b--)a[b].remove();this.labels=[];this.allLabels=[]},updateHeight:function(){var a=this.divRealHeight,b=this.legend;if(b){var c=this.legendDiv.offsetHeight,b=b.position;if("top"==b||"bottom"==b){a-=c;if(0>a||isNaN(a))a=0;this.chartDiv.style.height=a+"px"}}return a},updateWidth:function(){var a=this.divRealWidth,
76
- b=this.divRealHeight,c=this.legend;if(c){var d=this.legendDiv,f=d.offsetWidth;isNaN(c.width)||(f=c.width);var e=d.offsetHeight,d=d.style,g=this.chartDiv.style,c=c.position;if("right"==c||"left"==c){a-=f;if(0>a||isNaN(a))a=0;g.width=a+"px";"left"==c?g.left=f+"px":d.left=a+"px";b>e&&(d.top=(b-e)/2+"px")}}return a},getTitleHeight:function(){var a=0,b=this.titles;if(0<b.length){var a=15,c;for(c=0;c<b.length;c++){var d=b[c].size;isNaN(d)&&(d=this.fontSize+2);a+=d+6}}return a},addTitle:function(a,b,c,d,
77
- f){isNaN(b)&&(b=this.fontSize+2);a={text:a,size:b,color:c,alpha:d,bold:f};this.titles.push(a);return a},addMouseWheel:function(){var a=this;window.addEventListener&&!a.wheelAdded&&(window.addEventListener("DOMMouseScroll",function(b){a.handleWheel.call(a,b)},!1),document.addEventListener("mousewheel",function(b){a.handleWheel.call(a,b)},!1),a.wheelAdded=!0)},handleWheel:function(a){if(this.mouseIsOver){var b=0;a||(a=window.event);a.wheelDelta?b=a.wheelDelta/120:a.detail&&(b=-a.detail/3);b&&this.handleWheelReal(b,
78
- a.shiftKey);a.preventDefault&&a.preventDefault()}},handleWheelReal:function(a){},addListeners:function(){var a=this,b=a.chartDiv;document.addEventListener?(a.panEventsEnabled&&"ontouchstart"in document.documentElement&&(b.addEventListener("touchstart",function(b){a.handleTouchMove.call(a,b);a.handleTouchStart.call(a,b)},!0),b.addEventListener("touchmove",function(b){a.handleTouchMove.call(a,b)},!0),b.addEventListener("touchend",function(b){a.handleTouchEnd.call(a,b)},!0)),b.addEventListener("mousedown",
79
- function(b){a.handleMouseDown.call(a,b)},!0),b.addEventListener("mouseover",function(b){a.handleMouseOver.call(a,b)},!0),b.addEventListener("mouseout",function(b){a.handleMouseOut.call(a,b)},!0)):(b.attachEvent("onmousedown",function(b){a.handleMouseDown.call(a,b)}),b.attachEvent("onmouseover",function(b){a.handleMouseOver.call(a,b)}),b.attachEvent("onmouseout",function(b){a.handleMouseOut.call(a,b)}))},dispDUpd:function(){var a;this.dispatchDataUpdated&&(this.dispatchDataUpdated=!1,a="dataUpdated",
80
- this.fire(a,{type:a,chart:this}));this.chartCreated||(a="init",this.fire(a,{type:a,chart:this}));this.chartRendered||(a="rendered",this.fire(a,{type:a,chart:this}),this.chartRendered=!0);a="drawn";this.fire(a,{type:a,chart:this})},validateSize:function(){var a=this;a.measure();var b=a.legend;if((a.realWidth!=a.previousWidth||a.realHeight!=a.previousHeight)&&0<a.realWidth&&0<a.realHeight){a.sizeChanged=!0;if(b){clearTimeout(a.legendInitTO);var c=setTimeout(function(){b.invalidateSize()},100);a.timeOuts.push(c);
81
- a.legendInitTO=c}a.marginsUpdated="xy"!=a.type?!1:!0;clearTimeout(a.initTO);c=setTimeout(function(){a.initChart()},150);a.timeOuts.push(c);a.initTO=c}a.renderFix();b&&b.renderFix()},invalidateSize:function(){this.previousHeight=this.previousWidth=NaN;this.invalidateSizeReal()},invalidateSizeReal:function(){var a=this;a.marginsUpdated=!1;clearTimeout(a.validateTO);var b=setTimeout(function(){a.validateSize()},5);a.timeOuts.push(b);a.validateTO=b},validateData:function(a){this.chartCreated&&(this.dataChanged=
82
- !0,this.marginsUpdated="xy"!=this.type?!1:!0,this.initChart(a))},validateNow:function(){this.chartRendered=this.listenersAdded=!1;this.write(this.div)},showItem:function(a){a.hidden=!1;this.initChart()},hideItem:function(a){a.hidden=!0;this.initChart()},hideBalloon:function(){var a=this;clearInterval(a.hoverInt);clearTimeout(a.balloonTO);a.hoverInt=setTimeout(function(){a.hideBalloonReal.call(a)},a.hideBalloonTime)},cleanChart:function(){},hideBalloonReal:function(){var a=this.balloon;a&&a.hide()},
83
- showBalloon:function(a,b,c,d,f){var e=this;clearTimeout(e.balloonTO);clearInterval(e.hoverInt);e.balloonTO=setTimeout(function(){e.showBalloonReal.call(e,a,b,c,d,f)},1)},showBalloonReal:function(a,b,c,d,f){this.handleMouseMove();var e=this.balloon;e.enabled&&(e.followCursor(!1),e.changeColor(b),!c||e.fixedPosition?(e.setPosition(d,f),e.followCursor(!1)):e.followCursor(!0),a&&e.showBalloon(a))},handleTouchMove:function(a){this.hideBalloon();var b=this.chartDiv;a.touches&&(a=a.touches.item(0),this.mouseX=
84
- a.pageX-AmCharts.findPosX(b),this.mouseY=a.pageY-AmCharts.findPosY(b))},handleMouseOver:function(a){AmCharts.resetMouseOver();this.mouseIsOver=!0},handleMouseOut:function(a){AmCharts.resetMouseOver();this.mouseIsOver=!1},handleMouseMove:function(a){if(this.mouseIsOver){var b=this.chartDiv;a||(a=window.event);var c,d;if(a){this.posX=AmCharts.findPosX(b);this.posY=AmCharts.findPosY(b);switch(this.mouseMode){case 1:c=a.clientX-this.posX;d=a.clientY-this.posY;if(!this.divIsFixed){var b=document.body,
85
- f,e;b&&(f=b.scrollLeft,y1=b.scrollTop);if(b=document.documentElement)e=b.scrollLeft,y2=b.scrollTop;f=Math.max(f,e);e=Math.max(y1,y2);c+=f;d+=e}break;case 0:this.divIsFixed?(c=a.clientX-this.posX,d=a.clientY-this.posY):(c=a.pageX-this.posX,d=a.pageY-this.posY)}a.touches&&(a=a.touches.item(0),c=a.pageX-this.posX,d=a.pageY-this.posY);this.mouseX=c-this.dmouseX;this.mouseY=d-this.dmouseY}}},handleTouchStart:function(a){this.handleMouseDown(a)},handleTouchEnd:function(a){AmCharts.resetMouseOver();this.handleReleaseOutside(a)},
86
- handleReleaseOutside:function(a){},handleMouseDown:function(a){AmCharts.resetMouseOver();this.mouseIsOver=!0;a&&a.preventDefault&&a.preventDefault()},addLegend:function(a,b){a=AmCharts.processObject(a,AmCharts.AmLegend,this.theme);a.divId=b;var c;c="object"!=typeof b&&b?document.getElementById(b):b;this.legend=a;a.chart=this;c?(a.div=c,a.position="outside",a.autoMargins=!1):a.div=this.legendDiv;c=this.handleLegendEvent;this.listenTo(a,"showItem",c);this.listenTo(a,"hideItem",c);this.listenTo(a,"clickMarker",
87
- c);this.listenTo(a,"rollOverItem",c);this.listenTo(a,"rollOutItem",c);this.listenTo(a,"rollOverMarker",c);this.listenTo(a,"rollOutMarker",c);this.listenTo(a,"clickLabel",c);return a},removeLegend:function(){this.legend=void 0;this.legendDiv.innerHTML=""},handleResize:function(){(AmCharts.isPercents(this.width)||AmCharts.isPercents(this.height))&&this.invalidateSizeReal();this.renderFix()},renderFix:function(){if(!AmCharts.VML){var a=this.container;a&&a.renderFix()}},getSVG:function(){if(AmCharts.hasSVG)return this.container},
88
- animate:function(a,b,c,d,f,e,g){a["an_"+b]&&AmCharts.removeFromArray(this.animations,a["an_"+b]);c={obj:a,frame:0,attribute:b,from:c,to:d,time:f,effect:e,suffix:g};a["an_"+b]=c;this.animations.push(c);return c},setLegendData:function(a){var b=this.legend;b&&b.setData(a)},startInterval:function(){var a=this;clearInterval(a.interval);a.interval=setInterval(function(){a.updateAnimations.call(a)},AmCharts.updateRate)},stopAnim:function(a){AmCharts.removeFromArray(this.animations,a)},updateAnimations:function(){var a;
89
- this.container&&this.container.update();for(a=this.animations.length-1;0<=a;a--){var b=this.animations[a],c=1E3*b.time/AmCharts.updateRate,d=b.frame+1,f=b.obj,e=b.attribute;if(d<=c){b.frame++;var g=Number(b.from),h=Number(b.to)-g,c=AmCharts[b.effect](0,d,g,h,c);0===h?(this.animations.splice(a,1),f.node.style[e]=Number(b.to)+b.suffix):f.node.style[e]=c+b.suffix}else f.node.style[e]=Number(b.to)+b.suffix,this.animations.splice(a,1)}},inIframe:function(){try{return window.self!==window.top}catch(a){return!0}},
90
- brr:function(){var a=window.location.hostname.split("."),b;2<=a.length&&(b=a[a.length-2]+"."+a[a.length-1]);this.amLink&&(a=this.amLink.parentNode)&&a.removeChild(this.amLink);a=this.creditsPosition;if("amcharts.com"!=b||!0===this.inIframe()){var c=b=0,d=this.realWidth,f=this.realHeight;if("serial"==this.type||"xy"==this.type)b=this.marginLeftReal,c=this.marginTopReal,d=b+this.plotAreaWidth,f=c+this.plotAreaHeight;var e="http://www.amcharts.com/javascript-charts/",g="JavaScript charts",h="JS chart by amCharts";
91
- "ammap"==this.product&&(e="http://www.ammap.com/javascript-maps/",g="Interactive JavaScript maps",h="JS map by amCharts");var k=document.createElement("a"),h=document.createTextNode(h);k.setAttribute("href",e);k.setAttribute("title",g);k.appendChild(h);this.chartDiv.appendChild(k);this.amLink=k;e=k.style;e.position="absolute";e.textDecoration="none";e.color=this.color;e.fontFamily=this.fontFamily;e.fontSize=this.fontSize+"px";e.opacity=.7;e.display="block";var g=k.offsetWidth,k=k.offsetHeight,h=5+
92
- b,l=c+5;"bottom-left"==a&&(h=5+b,l=f-k-3);"bottom-right"==a&&(h=d-g-5,l=f-k-3);"top-right"==a&&(h=d-g-5,l=c+5);e.left=h+"px";e.top=l+"px"}}});AmCharts.Slice=AmCharts.Class({construct:function(){}});AmCharts.SerialDataItem=AmCharts.Class({construct:function(){}});AmCharts.GraphDataItem=AmCharts.Class({construct:function(){}});AmCharts.Guide=AmCharts.Class({construct:function(a){this.cname="Guide";AmCharts.applyTheme(this,a,this.cname)}});AmCharts.AmBalloon=AmCharts.Class({construct:function(a){this.cname="AmBalloon";this.enabled=!0;this.fillColor="#FFFFFF";this.fillAlpha=.8;this.borderThickness=2;this.borderColor="#FFFFFF";this.borderAlpha=1;this.cornerRadius=0;this.maximumWidth=220;this.horizontalPadding=8;this.verticalPadding=4;this.pointerWidth=6;this.pointerOrientation="V";this.color="#000000";this.adjustBorderColor=!0;this.show=this.follow=this.showBullet=!1;this.bulletSize=3;this.shadowAlpha=.4;this.shadowColor="#000000";this.fadeOutDuration=
93
  this.animationDuration=.3;this.fixedPosition=!1;this.offsetY=6;this.offsetX=1;this.textAlign="center";AmCharts.isModern||(this.offsetY*=1.5);AmCharts.applyTheme(this,a,this.cname)},draw:function(){var a=this.pointToX,b=this.pointToY;this.deltaSignX=this.deltaSignY=1;var c=this.chart;AmCharts.VML&&(this.fadeOutDuration=0);this.xAnim&&c.stopAnim(this.xAnim);this.yAnim&&c.stopAnim(this.yAnim);if(!isNaN(a)){var d=this.follow,f=c.container,e=this.set;AmCharts.remove(e);this.removeDiv();e=f.set();e.node.style.pointerEvents=
94
- "none";this.set=e;c.balloonsSet.push(e);if(this.show){var g=this.l,h=this.t,k=this.r,l=this.b,m=this.balloonColor,n=this.fillColor,q=this.borderColor,r=n;void 0!=m&&(this.adjustBorderColor?r=q=m:n=m);var y=this.horizontalPadding,z=this.verticalPadding,u=this.pointerWidth,w=this.pointerOrientation,A=this.cornerRadius,t=c.fontFamily,s=this.fontSize;void 0==s&&(s=c.fontSize);var m=document.createElement("div"),p=m.style;p.pointerEvents="none";p.position="absolute";var v=this.minWidth,x="";isNaN(v)||
95
- (x="min-width:"+(v-2*y)+"px; ");m.innerHTML='<div style="text-align:'+this.textAlign+"; "+x+"max-width:"+this.maxWidth+"px; font-size:"+s+"px; color:"+this.color+"; font-family:"+t+'">'+this.text+"</div>";c.chartDiv.appendChild(m);this.textDiv=m;s=m.offsetWidth;t=m.offsetHeight;m.clientHeight&&(s=m.clientWidth,t=m.clientHeight);t+=2*z;x=s+2*y;!isNaN(v)&&x<v&&(x=v);window.opera&&(t+=2);var D=!1,s=this.offsetY;c.handDrawn&&(s+=c.handDrawScatter+2);"H"!=w?(v=a-x/2,b<h+t+10&&"down"!=w?(D=!0,d&&(b+=s),
96
- s=b+u,this.deltaSignY=-1):(d&&(b-=s),s=b-t-u,this.deltaSignY=1)):(2*u>t&&(u=t/2),s=b-t/2,a<g+(k-g)/2?(v=a+u,this.deltaSignX=-1):(v=a-x-u,this.deltaSignX=1));s+t>=l&&(s=l-t);s<h&&(s=h);v<g&&(v=g);v+x>k&&(v=k-x);var h=s+z,l=v+y,z=this.shadowAlpha,E=this.shadowColor,y=this.borderThickness,B=this.bulletSize,C;0<A||0===u?(0<z&&(a=AmCharts.rect(f,x,t,n,0,y+1,E,z,this.cornerRadius),AmCharts.isModern?a.translate(1,1):a.translate(4,4),e.push(a)),n=AmCharts.rect(f,x,t,n,this.fillAlpha,y,q,this.borderAlpha,
97
- this.cornerRadius),this.showBullet&&(C=AmCharts.circle(f,B,r,this.fillAlpha),e.push(C))):(r=[],A=[],"H"!=w?(g=a-v,g>x-u&&(g=x-u),g<u&&(g=u),r=[0,g-u,a-v,g+u,x,x,0,0],A=D?[0,0,b-s,0,0,t,t,0]:[t,t,b-s,t,t,0,0,t]):(r=b-s,r>t-u&&(r=t-u),r<u&&(r=u),A=[0,r-u,b-s,r+u,t,t,0,0],r=a<g+(k-g)/2?[0,0,v<a?0:a-v,0,0,x,x,0]:[x,x,v+x>a?x:a-v,x,x,0,0,x]),0<z&&(a=AmCharts.polygon(f,r,A,n,0,y,E,z),a.translate(1,1),e.push(a)),n=AmCharts.polygon(f,r,A,n,this.fillAlpha,y,q,this.borderAlpha));this.bg=n;e.push(n);n.toFront();
98
- f=1*this.deltaSignX;p.left=l+"px";p.top=h+"px";e.translate(v-f,s);n=n.getBBox();this.bottom=s+t+1;this.yPos=n.y+s;C&&C.translate(this.pointToX-v+f,b-s);b=this.animationDuration;0<this.animationDuration&&!d&&!isNaN(this.prevX)&&(e.translate(this.prevX,this.prevY),e.animate({translate:v-f+","+s},b,"easeOutSine"),m&&(p.left=this.prevTX+"px",p.top=this.prevTY+"px",this.xAnim=c.animate({node:m},"left",this.prevTX,l,b,"easeOutSine","px"),this.yAnim=c.animate({node:m},"top",this.prevTY,h,b,"easeOutSine",
99
- "px")));this.prevX=v-f;this.prevY=s;this.prevTX=l;this.prevTY=h}}},followMouse:function(){if(this.follow&&this.show){var a=this.chart.mouseX-this.offsetX*this.deltaSignX,b=this.chart.mouseY;this.pointToX=a;this.pointToY=b;if(a!=this.previousX||b!=this.previousY)if(this.previousX=a,this.previousY=b,0===this.cornerRadius)this.draw();else{var c=this.set;if(c){var d=c.getBBox(),a=a-d.width/2,f=b-d.height-10;a<this.l&&(a=this.l);a>this.r-d.width&&(a=this.r-d.width);f<this.t&&(f=b+10);c.translate(a,f);
100
  b=this.textDiv.style;b.left=a+this.horizontalPadding+"px";b.top=f+this.verticalPadding+"px"}}}},changeColor:function(a){this.balloonColor=a},setBounds:function(a,b,c,d){this.l=a;this.t=b;this.r=c;this.b=d;this.destroyTO&&clearTimeout(this.destroyTO)},showBalloon:function(a){this.text=a;this.show=!0;this.destroyTO&&clearTimeout(this.destroyTO);a=this.chart;this.fadeAnim1&&a.stopAnim(this.fadeAnim1);this.fadeAnim2&&a.stopAnim(this.fadeAnim2);this.draw()},hide:function(){var a=this,b=a.fadeOutDuration,
101
  c=a.chart;if(0<b){a.destroyTO=setTimeout(function(){a.destroy.call(a)},1E3*b);a.follow=!1;a.show=!1;var d=a.set;d&&(d.setAttr("opacity",a.fillAlpha),a.fadeAnim1=d.animate({opacity:0},b,"easeInSine"));a.textDiv&&(a.fadeAnim2=c.animate({node:a.textDiv},"opacity",1,0,b,"easeInSine",""))}else a.show=!1,a.follow=!1,a.destroy()},setPosition:function(a,b,c){this.pointToX=a;this.pointToY=b;c&&(a==this.previousX&&b==this.previousY||this.draw());this.previousX=a;this.previousY=b},followCursor:function(a){var b=
102
  this;(b.follow=a)?(b.pShowBullet=b.showBullet,b.showBullet=!1):void 0!==b.pShowBullet&&(b.showBullet=b.pShowBullet);clearInterval(b.interval);var c=b.chart.mouseX,d=b.chart.mouseY;!isNaN(c)&&a&&(b.pointToX=c-b.offsetX*b.deltaSignX,b.pointToY=d,b.followMouse(),b.interval=setInterval(function(){b.followMouse.call(b)},40))},removeDiv:function(){if(this.textDiv){var a=this.textDiv.parentNode;a&&a.removeChild(this.textDiv)}},destroy:function(){clearInterval(this.interval);AmCharts.remove(this.set);this.removeDiv();
103
- this.set=null}});AmCharts.circle=function(a,b,c,d,f,e,g,h){if(void 0==f||0===f)f=.01;void 0===e&&(e="#000000");void 0===g&&(g=0);d={fill:c,stroke:e,"fill-opacity":d,"stroke-width":f,"stroke-opacity":g};a=a.circle(0,0,b).attr(d);h&&a.gradient("radialGradient",[c,AmCharts.adjustLuminosity(c,-.6)]);return a};
104
  AmCharts.text=function(a,b,c,d,f,e,g,h){e||(e="middle");"right"==e&&(e="end");isNaN(h)&&(h=1);void 0!==b&&(b=String(b),AmCharts.isIE&&!AmCharts.isModern&&(b=b.replace("&amp;","&"),b=b.replace("&","&amp;")));c={fill:c,"font-family":d,"font-size":f,opacity:h};!0===g&&(c["font-weight"]="bold");c["text-anchor"]=e;return a.text(b,c)};
105
- AmCharts.polygon=function(a,b,c,d,f,e,g,h,k,l,m){isNaN(e)&&(e=.01);isNaN(h)&&(h=f);var n=d,q=!1;"object"==typeof n&&1<n.length&&(q=!0,n=n[0]);void 0===g&&(g=n);f={fill:n,stroke:g,"fill-opacity":f,"stroke-width":e,"stroke-opacity":h};void 0!==m&&0<m&&(f["stroke-dasharray"]=m);m=AmCharts.dx;e=AmCharts.dy;a.handDrawn&&(c=AmCharts.makeHD(b,c,a.handDrawScatter),b=c[0],c=c[1]);g=Math.round;l&&(g=AmCharts.doNothing);l="M"+(g(b[0])+m)+","+(g(c[0])+e);for(h=1;h<b.length;h++)l+=" L"+(g(b[h])+m)+","+(g(c[h])+
106
- e);a=a.path(l+" Z").attr(f);q&&a.gradient("linearGradient",d,k);return a};
107
- AmCharts.rect=function(a,b,c,d,f,e,g,h,k,l,m){isNaN(e)&&(e=0);void 0===k&&(k=0);void 0===l&&(l=270);isNaN(f)&&(f=0);var n=d,q=!1;"object"==typeof n&&(n=n[0],q=!0);void 0===g&&(g=n);void 0===h&&(h=f);b=Math.round(b);c=Math.round(c);var r=0,y=0;0>b&&(b=Math.abs(b),r=-b);0>c&&(c=Math.abs(c),y=-c);r+=AmCharts.dx;y+=AmCharts.dy;f={fill:n,stroke:g,"fill-opacity":f,"stroke-opacity":h};void 0!==m&&0<m&&(f["stroke-dasharray"]=m);a=a.rect(r,y,b,c,k,e).attr(f);q&&a.gradient("linearGradient",d,l);return a};
108
  AmCharts.bullet=function(a,b,c,d,f,e,g,h,k,l,m){var n;"circle"==b&&(b="round");switch(b){case "round":n=AmCharts.circle(a,c/2,d,f,e,g,h);break;case "square":n=AmCharts.polygon(a,[-c/2,c/2,c/2,-c/2],[c/2,c/2,-c/2,-c/2],d,f,e,g,h,l-180);break;case "rectangle":n=AmCharts.polygon(a,[-c,c,c,-c],[c/2,c/2,-c/2,-c/2],d,f,e,g,h,l-180);break;case "diamond":n=AmCharts.polygon(a,[-c/2,0,c/2,0],[0,-c/2,0,c/2],d,f,e,g,h);break;case "triangleUp":n=AmCharts.triangle(a,c,0,d,f,e,g,h);break;case "triangleDown":n=AmCharts.triangle(a,
109
  c,180,d,f,e,g,h);break;case "triangleLeft":n=AmCharts.triangle(a,c,270,d,f,e,g,h);break;case "triangleRight":n=AmCharts.triangle(a,c,90,d,f,e,g,h);break;case "bubble":n=AmCharts.circle(a,c/2,d,f,e,g,h,!0);break;case "line":n=AmCharts.line(a,[-c/2,c/2],[0,0],d,f,e,g,h);break;case "yError":n=a.set();n.push(AmCharts.line(a,[0,0],[-c/2,c/2],d,f,e));n.push(AmCharts.line(a,[-k,k],[-c/2,-c/2],d,f,e));n.push(AmCharts.line(a,[-k,k],[c/2,c/2],d,f,e));break;case "xError":n=a.set(),n.push(AmCharts.line(a,[-c/
110
  2,c/2],[0,0],d,f,e)),n.push(AmCharts.line(a,[-c/2,-c/2],[-k,k],d,f,e)),n.push(AmCharts.line(a,[c/2,c/2],[-k,k],d,f,e))}n&&n.pattern(m);return n};
111
  AmCharts.triangle=function(a,b,c,d,f,e,g,h){if(void 0===e||0===e)e=1;void 0===g&&(g="#000");void 0===h&&(h=0);d={fill:d,stroke:g,"fill-opacity":f,"stroke-width":e,"stroke-opacity":h};b/=2;var k;0===c&&(k=" M"+-b+","+b+" L0,"+-b+" L"+b+","+b+" Z");180==c&&(k=" M"+-b+","+-b+" L0,"+b+" L"+b+","+-b+" Z");90==c&&(k=" M"+-b+","+-b+" L"+b+",0 L"+-b+","+b+" Z");270==c&&(k=" M"+-b+",0 L"+b+","+b+" L"+b+","+-b+" Z");return a.path(k).attr(d)};
112
  AmCharts.line=function(a,b,c,d,f,e,g,h,k,l,m){if(a.handDrawn&&!m)return AmCharts.handDrawnLine(a,b,c,d,f,e,g,h,k,l,m);e={fill:"none","stroke-width":e};void 0!==g&&0<g&&(e["stroke-dasharray"]=g);isNaN(f)||(e["stroke-opacity"]=f);d&&(e.stroke=d);d=Math.round;l&&(d=AmCharts.doNothing);l=AmCharts.dx;f=AmCharts.dy;g="M"+(d(b[0])+l)+","+(d(c[0])+f);for(h=1;h<b.length;h++)g+=" L"+(d(b[h])+l)+","+(d(c[h])+f);if(AmCharts.VML)return a.path(g,void 0,!0).attr(e);k&&(g+=" M0,0 L0,0");return a.path(g).attr(e)};
113
- AmCharts.makeHD=function(a,b,c){for(var d=[],f=[],e=1;e<a.length;e++)for(var g=Number(a[e-1]),h=Number(b[e-1]),k=Number(a[e]),l=Number(b[e]),m=Math.sqrt(Math.pow(k-g,2)+Math.pow(l-h,2)),m=Math.round(m/50)+1,k=(k-g)/m,l=(l-h)/m,n=0;n<=m;n++){var q=g+n*k+Math.random()*c,r=h+n*l+Math.random()*c;d.push(q);f.push(r)}return[d,f]};
114
- AmCharts.handDrawnLine=function(a,b,c,d,f,e,g,h,k,l,m){var n=a.set();for(m=1;m<b.length;m++)for(var q=[b[m-1],b[m]],r=[c[m-1],c[m]],r=AmCharts.makeHD(q,r,a.handDrawScatter),q=r[0],r=r[1],y=1;y<q.length;y++)n.push(AmCharts.line(a,[q[y-1],q[y]],[r[y-1],r[y]],d,f,e+Math.random()*a.handDrawThickness-a.handDrawThickness/2,g,h,k,l,!0));return n};AmCharts.doNothing=function(a){return a};
115
- AmCharts.wedge=function(a,b,c,d,f,e,g,h,k,l,m,n){var q=Math.round;e=q(e);g=q(g);h=q(h);var r=q(g/e*h),y=AmCharts.VML,z=359.5+e/100;359.94<z&&(z=359.94);f>=z&&(f=z);var u=1/180*Math.PI,z=b+Math.sin(d*u)*h,w=c-Math.cos(d*u)*r,A=b+Math.sin(d*u)*e,t=c-Math.cos(d*u)*g,s=b+Math.sin((d+f)*u)*e,p=c-Math.cos((d+f)*u)*g,v=b+Math.sin((d+f)*u)*h,u=c-Math.cos((d+f)*u)*r,x={fill:AmCharts.adjustLuminosity(l.fill,-.2),"stroke-opacity":0,"fill-opacity":l["fill-opacity"]},D=0;180<Math.abs(f)&&(D=1);d=a.set();var E;
116
- y&&(z=q(10*z),A=q(10*A),s=q(10*s),v=q(10*v),w=q(10*w),t=q(10*t),p=q(10*p),u=q(10*u),b=q(10*b),k=q(10*k),c=q(10*c),e*=10,g*=10,h*=10,r*=10,1>Math.abs(f)&&1>=Math.abs(s-A)&&1>=Math.abs(p-t)&&(E=!0));f="";var B;n&&(x["fill-opacity"]=0,x["stroke-opacity"]=l["stroke-opacity"]/2,x.stroke=l.stroke);0<k&&(y?(B=" M"+z+","+(w+k)+" L"+A+","+(t+k),E||(B+=" A"+(b-e)+","+(k+c-g)+","+(b+e)+","+(k+c+g)+","+A+","+(t+k)+","+s+","+(p+k)),B+=" L"+v+","+(u+k),0<h&&(E||(B+=" B"+(b-h)+","+(k+c-r)+","+(b+h)+","+(k+c+r)+
117
- ","+v+","+(k+u)+","+z+","+(k+w)))):(B=" M"+z+","+(w+k)+" L"+A+","+(t+k)+(" A"+e+","+g+",0,"+D+",1,"+s+","+(p+k)+" L"+v+","+(u+k)),0<h&&(B+=" A"+h+","+r+",0,"+D+",0,"+z+","+(w+k))),B+=" Z",B=a.path(B,void 0,void 0,"1000,1000").attr(x),d.push(B),B=a.path(" M"+z+","+w+" L"+z+","+(w+k)+" L"+A+","+(t+k)+" L"+A+","+t+" L"+z+","+w+" Z",void 0,void 0,"1000,1000").attr(x),k=a.path(" M"+s+","+p+" L"+s+","+(p+k)+" L"+v+","+(u+k)+" L"+v+","+u+" L"+s+","+p+" Z",void 0,void 0,"1000,1000").attr(x),d.push(B),d.push(k));
118
- y?(E||(f=" A"+q(b-e)+","+q(c-g)+","+q(b+e)+","+q(c+g)+","+q(A)+","+q(t)+","+q(s)+","+q(p)),e=" M"+q(z)+","+q(w)+" L"+q(A)+","+q(t)+f+" L"+q(v)+","+q(u)):e=" M"+z+","+w+" L"+A+","+t+(" A"+e+","+g+",0,"+D+",1,"+s+","+p)+" L"+v+","+u;0<h&&(y?E||(e+=" B"+(b-h)+","+(c-r)+","+(b+h)+","+(c+r)+","+v+","+u+","+z+","+w):e+=" A"+h+","+r+",0,"+D+",0,"+z+","+w);a.handDrawn&&(b=AmCharts.line(a,[z,A],[w,t],l.stroke,l.thickness*Math.random()*a.handDrawThickness,l["stroke-opacity"]),d.push(b));a=a.path(e+" Z",void 0,
119
- void 0,"1000,1000").attr(l);if(m){b=[];for(c=0;c<m.length;c++)b.push(AmCharts.adjustLuminosity(l.fill,m[c]));0<b.length&&a.gradient("linearGradient",b)}a.pattern(n);d.push(a);return d};
120
- AmCharts.adjustLuminosity=function(a,b){a=String(a).replace(/[^0-9a-f]/gi,"");6>a.length&&(a=String(a[0])+String(a[0])+String(a[1])+String(a[1])+String(a[2])+String(a[2]));b=b||0;var c="#",d,f;for(f=0;3>f;f++)d=parseInt(a.substr(2*f,2),16),d=Math.round(Math.min(Math.max(0,d+d*b),255)).toString(16),c+=("00"+d).substr(d.length);return c};AmCharts.AmLegend=AmCharts.Class({construct:function(a){this.cname="AmLegend";this.createEvents("rollOverMarker","rollOverItem","rollOutMarker","rollOutItem","showItem","hideItem","clickMarker","rollOverItem","rollOutItem","clickLabel");this.position="bottom";this.borderColor=this.color="#000000";this.borderAlpha=0;this.markerLabelGap=5;this.verticalGap=10;this.align="left";this.horizontalGap=0;this.spacing=10;this.markerDisabledColor="#AAB3B3";this.markerType="square";this.markerSize=16;this.markerBorderThickness=
121
  this.markerBorderAlpha=1;this.marginBottom=this.marginTop=0;this.marginLeft=this.marginRight=20;this.autoMargins=!0;this.valueWidth=50;this.switchable=!0;this.switchType="x";this.switchColor="#FFFFFF";this.rollOverColor="#CC0000";this.reversedOrder=!1;this.labelText="[[title]]";this.valueText="[[value]]";this.useMarkerColorForLabels=!1;this.rollOverGraphAlpha=1;this.textClickEnabled=!1;this.equalWidths=!0;this.dateFormat="DD-MM-YYYY";this.backgroundColor="#FFFFFF";this.backgroundAlpha=0;this.useGraphSettings=
122
  !1;this.showEntries=!0;AmCharts.applyTheme(this,a,this.cname)},setData:function(a){this.legendData=a;this.invalidateSize()},invalidateSize:function(){this.destroy();this.entries=[];this.valueLabels=[];(AmCharts.ifArray(this.legendData)||AmCharts.ifArray(this.data))&&this.drawLegend()},drawLegend:function(){var a=this.chart,b=this.position,c=this.width,d=a.divRealWidth,f=a.divRealHeight,e=this.div,g=this.legendData;this.data&&(g=this.data);isNaN(this.fontSize)&&(this.fontSize=a.fontSize);if("right"==
123
  b||"left"==b)this.maxColumns=1,this.autoMargins&&(this.marginLeft=this.marginRight=10);else if(this.autoMargins){this.marginRight=a.marginRight;this.marginLeft=a.marginLeft;var h=a.autoMarginOffset;"bottom"==b?(this.marginBottom=h,this.marginTop=0):(this.marginTop=h,this.marginBottom=0)}var k;void 0!==c?k=AmCharts.toCoordinate(c,d):"right"!=b&&"left"!=b&&(k=a.realWidth);"outside"==b?(k=e.offsetWidth,f=e.offsetHeight,e.clientHeight&&(k=e.clientWidth,f=e.clientHeight)):(isNaN(k)||(e.style.width=k+"px"),
124
  e.className="amChartsLegend");this.divWidth=k;(b=this.container)?(b.container.innerHTML="",e.appendChild(b.container),b.setSize(k,f)):b=new AmCharts.AmDraw(e,k,f,a);this.container=b;this.lx=0;this.ly=8;f=this.markerSize;f>this.fontSize&&(this.ly=f/2-1);0<f&&(this.lx+=f+this.markerLabelGap);this.titleWidth=0;if(f=this.title)a=AmCharts.text(this.container,f,this.color,a.fontFamily,this.fontSize,"start",!0),a.translate(this.marginLeft,this.marginTop+this.verticalGap+this.ly+1),a=a.getBBox(),this.titleWidth=
125
- a.width+15,this.titleHeight=a.height+6;this.index=this.maxLabelWidth=0;if(this.showEntries){for(a=0;a<g.length;a++)this.createEntry(g[a]);for(a=this.index=0;a<g.length;a++)this.createValue(g[a])}this.arrangeEntries();this.updateValues()},arrangeEntries:function(){var a=this.position,b=this.marginLeft+this.titleWidth,c=this.marginRight,d=this.marginTop,f=this.marginBottom,e=this.horizontalGap,g=this.div,h=this.divWidth,k=this.maxColumns,l=this.verticalGap,m=this.spacing,n=h-c-b,q=0,r=0,y=this.container;
126
- this.set&&this.set.remove();var z=y.set();this.set=z;y=y.set();z.push(y);var u=this.entries,w,A;for(A=0;A<u.length;A++){w=u[A].getBBox();var t=w.width;t>q&&(q=t);w=w.height;w>r&&(r=w)}var t=r=0,s=e,p=0,v=0;for(A=0;A<u.length;A++){var x=u[A];this.reversedOrder&&(x=u[u.length-A-1]);w=x.getBBox();var D;this.equalWidths?D=e+t*(q+m+this.markerLabelGap):(D=s,s=s+w.width+e+m);w.height>v&&(v=w.height);D+w.width>n&&0<A&&0!==t&&(r++,t=0,D=e,s=D+w.width+e+m,p=p+v+l,v=0);x.translate(D,p);t++;!isNaN(k)&&t>=k&&
127
- (t=0,r++,p=p+v+l,v=0);y.push(x)}w=y.getBBox();k=w.height+2*l-1;"left"==a||"right"==a?(h=w.width+2*e,g.style.width=h+b+c+"px"):h=h-b-c-1;c=AmCharts.polygon(this.container,[0,h,h,0],[0,0,k,k],this.backgroundColor,this.backgroundAlpha,1,this.borderColor,this.borderAlpha);z.push(c);z.translate(b,d);c.toBack();b=e;if("top"==a||"bottom"==a||"absolute"==a||"outside"==a)"center"==this.align?b=e+(h-w.width)/2:"right"==this.align&&(b=e+h-w.width);y.translate(b,l+1);this.titleHeight>k&&(k=this.titleHeight);
128
- a=k+d+f+1;0>a&&(a=0);g.style.height=Math.round(a)+"px"},createEntry:function(a){if(!1!==a.visibleInLegend){var b=this.chart,c=a.markerType;c||(c=this.markerType);var d=a.color,f=a.alpha;a.legendKeyColor&&(d=a.legendKeyColor());a.legendKeyAlpha&&(f=a.legendKeyAlpha());var e;!0===a.hidden&&(e=d=this.markerDisabledColor);var g=a.pattern,h=a.customMarker;h||(h=this.customMarker);var k=this.container,l=this.markerSize,m=0,n=0,q=l/2;if(this.useGraphSettings)if(m=a.type,this.switchType=void 0,"line"==m||
129
- "step"==m||"smoothedLine"==m||"ohlc"==m)g=k.set(),a.hidden||(d=a.lineColorR,e=a.bulletBorderColorR),n=AmCharts.line(k,[0,2*l],[l/2,l/2],d,a.lineAlpha,a.lineThickness,a.dashLength),g.push(n),a.bullet&&(a.hidden||(d=a.bulletColorR),n=AmCharts.bullet(k,a.bullet,a.bulletSize,d,a.bulletAlpha,a.bulletBorderThickness,e,a.bulletBorderAlpha))&&(n.translate(l+1,l/2),g.push(n)),q=0,m=l,n=l/3;else{var r;a.getGradRotation&&(r=a.getGradRotation());m=a.fillColorsR;!0===a.hidden&&(m=d);if(g=this.createMarker("rectangle",
130
- m,a.fillAlphas,a.lineThickness,d,a.lineAlpha,r,g))q=l,g.translate(q,l/2);m=l}else h?(b.path&&(h=b.path+h),g=k.image(h,0,0,l,l)):(g=this.createMarker(c,d,f,void 0,void 0,void 0,void 0,g))&&g.translate(l/2,l/2);this.addListeners(g,a);k=k.set([g]);this.switchable&&a.switchable&&k.setAttr("cursor","pointer");(e=this.switchType)&&"none"!=e&&("x"==e?(r=this.createX(),r.translate(l/2,l/2)):r=this.createV(),r.dItem=a,!0!==a.hidden?"x"==e?r.hide():r.show():"x"!=e&&r.hide(),this.switchable||r.hide(),this.addListeners(r,
131
- a),a.legendSwitch=r,k.push(r));e=this.color;a.showBalloon&&this.textClickEnabled&&void 0!==this.selectedColor&&(e=this.selectedColor);this.useMarkerColorForLabels&&(e=d);!0===a.hidden&&(e=this.markerDisabledColor);d=AmCharts.massReplace(this.labelText,{"[[title]]":a.title});r=this.fontSize;g&&l<=r&&g.translate(q,l/2+this.ly-r/2+(r+2-l)/2-n);var y;d&&(d=AmCharts.fixBrakes(d),a.legendTextReal=d,y=this.labelWidth,y=isNaN(y)?AmCharts.text(this.container,d,e,b.fontFamily,r,"start"):AmCharts.wrappedText(this.container,
132
- d,e,b.fontFamily,r,"start",!1,y,0),y.translate(this.lx+m,this.ly),k.push(y),b=y.getBBox().width,this.maxLabelWidth<b&&(this.maxLabelWidth=b));this.entries[this.index]=k;a.legendEntry=this.entries[this.index];a.legendLabel=y;this.index++}},addListeners:function(a,b){var c=this;a&&a.mouseover(function(){c.rollOverMarker(b)}).mouseout(function(){c.rollOutMarker(b)}).click(function(){c.clickMarker(b)})},rollOverMarker:function(a){this.switchable&&this.dispatch("rollOverMarker",a);this.dispatch("rollOverItem",
133
- a)},rollOutMarker:function(a){this.switchable&&this.dispatch("rollOutMarker",a);this.dispatch("rollOutItem",a)},clickMarker:function(a){this.switchable&&(!0===a.hidden?this.dispatch("showItem",a):this.dispatch("hideItem",a));this.dispatch("clickMarker",a)},rollOverLabel:function(a){a.hidden||(this.textClickEnabled&&a.legendLabel&&a.legendLabel.attr({fill:this.rollOverColor}),this.dispatch("rollOverItem",a))},rollOutLabel:function(a){if(!a.hidden){if(this.textClickEnabled&&a.legendLabel){var b=this.color;
134
- void 0!==this.selectedColor&&a.showBalloon&&(b=this.selectedColor);this.useMarkerColorForLabels&&(b=a.lineColor,void 0===b&&(b=a.color));a.legendLabel.attr({fill:b})}this.dispatch("rollOutItem",a)}},clickLabel:function(a){this.textClickEnabled?a.hidden||this.dispatch("clickLabel",a):this.switchable&&(!0===a.hidden?this.dispatch("showItem",a):this.dispatch("hideItem",a))},dispatch:function(a,b){this.fire(a,{type:a,dataItem:b,target:this,chart:this.chart})},createValue:function(a){var b=this,c=b.fontSize;
135
- if(!1!==a.visibleInLegend){var d=b.maxLabelWidth;b.equalWidths||(b.valueAlign="left");"left"==b.valueAlign&&(d=a.legendEntry.getBBox().width);var f=d;if(b.valueText&&0<b.valueWidth){var e=b.color;b.useMarkerColorForValues&&(e=a.color,a.legendKeyColor&&(e=a.legendKeyColor()));!0===a.hidden&&(e=b.markerDisabledColor);var g=b.valueText,d=d+b.lx+b.markerLabelGap+b.valueWidth,h="end";"left"==b.valueAlign&&(d-=b.valueWidth,h="start");e=AmCharts.text(b.container,g,e,b.chart.fontFamily,c,h);e.translate(d,
136
- b.ly);b.entries[b.index].push(e);f+=b.valueWidth+2*b.markerLabelGap;e.dItem=a;b.valueLabels.push(e)}b.index++;e=b.markerSize;e<c+7&&(e=c+7,AmCharts.VML&&(e+=3));c=b.container.rect(b.markerSize,0,f,e,0,0).attr({stroke:"none",fill:"#ffffff","fill-opacity":.005});c.dItem=a;b.entries[b.index-1].push(c);c.mouseover(function(){b.rollOverLabel(a)}).mouseout(function(){b.rollOutLabel(a)}).click(function(){b.clickLabel(a)})}},createV:function(){var a=this.markerSize;return AmCharts.polygon(this.container,
137
- [a/5,a/2,a-a/5,a/2],[a/3,a-a/5,a/5,a/1.7],this.switchColor)},createX:function(){var a=(this.markerSize-4)/2,b={stroke:this.switchColor,"stroke-width":3},c=this.container,d=AmCharts.line(c,[-a,a],[-a,a]).attr(b),a=AmCharts.line(c,[-a,a],[a,-a]).attr(b);return this.container.set([d,a])},createMarker:function(a,b,c,d,f,e,g,h){var k=this.markerSize,l=this.container;f||(f=this.markerBorderColor);f||(f=b);isNaN(d)&&(d=this.markerBorderThickness);isNaN(e)&&(e=this.markerBorderAlpha);return AmCharts.bullet(l,
138
- a,k,b,c,d,f,e,k,g,h)},validateNow:function(){this.invalidateSize()},updateValues:function(){var a=this.valueLabels,b=this.chart,c,d=this.data;for(c=0;c<a.length;c++){var f=a[c],e=f.dItem,g=" ";if(d)e.value?f.text(e.value):f.text("");else{if(void 0!==e.type){var h=e.currentDataItem,k=this.periodValueText;e.legendPeriodValueText&&(k=e.legendPeriodValueText);h?(g=this.valueText,e.legendValueText&&(g=e.legendValueText),g=b.formatString(g,h)):k&&(g=b.formatPeriodString(k,e))}else g=b.formatString(this.valueText,
139
- e);if(k=this.valueFunction)h&&(e=h),g=k(e,g);f.text(g)}}},renderFix:function(){if(!AmCharts.VML){var a=this.container;a&&a.renderFix()}},destroy:function(){this.div.innerHTML="";AmCharts.remove(this.set)}});AmCharts.AmMap=AmCharts.Class({inherits:AmCharts.AmChart,construct:function(a){this.cname="AmMap";this.type="map";this.theme=a;this.version="3.10.2";this.svgNotSupported="This browser doesn't support SVG. Use Chrome, Firefox, Internet Explorer 9 or later.";this.createEvents("rollOverMapObject","rollOutMapObject","clickMapObject","selectedObjectChanged","homeButtonClicked","zoomCompleted","dragCompleted","positionChanged","writeDevInfo","click");this.zoomDuration=1;this.zoomControl=new AmCharts.ZoomControl(a);
140
  this.fitMapToContainer=!0;this.mouseWheelZoomEnabled=this.backgroundZoomsToTop=!1;this.allowClickOnSelectedObject=this.useHandCursorOnClickableOjects=this.showBalloonOnSelectedObject=!0;this.showObjectsAfterZoom=this.wheelBusy=!1;this.zoomOnDoubleClick=this.useObjectColorForBalloon=!0;this.allowMultipleDescriptionWindows=!1;this.dragMap=this.centerMap=this.linesAboveImages=!0;this.colorSteps=5;this.showAreasInList=!0;this.showLinesInList=this.showImagesInList=!1;this.areasProcessor=new AmCharts.AreasProcessor(this);
141
  this.areasSettings=new AmCharts.AreasSettings(a);this.imagesProcessor=new AmCharts.ImagesProcessor(this);this.imagesSettings=new AmCharts.ImagesSettings(a);this.linesProcessor=new AmCharts.LinesProcessor(this);this.linesSettings=new AmCharts.LinesSettings(a);this.showDescriptionOnHover=!1;AmCharts.AmMap.base.construct.call(this,a);this.creditsPosition="bottom-left";this.product="ammap";this.areasClasses={};AmCharts.applyTheme(this,a,this.cname)},initChart:function(){this.zoomInstantly=!0;var a=this.container;
142
  if(this.sizeChanged&&AmCharts.hasSVG&&this.chartCreated){this.freeLabelsSet&&this.freeLabelsSet.remove();this.freeLabelsSet=a.set();this.container.setSize(this.realWidth,this.realHeight);this.resizeMap();this.drawBackground();this.redrawLabels();this.drawTitles();this.processObjects();this.rescaleObjects();a=this.container;this.zoomControl.init(this,a);this.drawBg();var b=this.smallMap;b&&b.init(this,a);(b=this.valueLegend)&&b.init(this,a);this.sizeChanged=!1;this.zoomToLongLat(this.zLevelTemp,this.zLongTemp,
143
- this.zLatTemp,!0);this.previousWidth=this.realWidth;this.previousHeight=this.realHeight;this.updateSmallMap();this.linkSet.toFront()}else(AmCharts.AmMap.base.initChart.call(this),AmCharts.hasSVG)?(this.dataChanged&&(this.parseData(),this.dispatchDataUpdated=!0,this.dataChanged=!1,a=this.legend)&&(a.position="absolute",a.invalidateSize()),this.mouseWheelZoomEnabled&&this.addMouseWheel(),this.createDescriptionsDiv(),this.svgAreas=[],this.svgAreasById={},this.drawChart()):(document.createTextNode(this.svgNotSupported),
144
- this.chartDiv.style.textAlign="",this.chartDiv.setAttribute("class","ammapAlert"),this.chartDiv.innerHTML=this.svgNotSupported,this.fire("failed",{type:"failed",chart:this}),clearInterval(this.interval))},invalidateSize:function(){var a=this.zoomLongitude();isNaN(a)||(this.zLongTemp=a);a=this.zoomLatitude();isNaN(a)||(this.zLatTemp=a);a=this.zoomLevel();isNaN(a)||(this.zLevelTemp=a);AmCharts.AmMap.base.invalidateSize.call(this)},handleWheelReal:function(a){if(!this.wheelBusy){this.stopAnimation();
145
- var b=this.zoomLevel(),c=this.zoomControl,d=c.zoomFactor;this.wheelBusy=!0;a=AmCharts.fitToBounds(0<a?b*d:b/d,c.minZoomLevel,c.maxZoomLevel);d=this.mouseX/this.mapWidth;c=this.mouseY/this.mapHeight;d=(this.zoomX()-d)*(a/b)+d;b=(this.zoomY()-c)*(a/b)+c;this.zoomTo(a,d,b)}},addLegend:function(a,b){a.position="absolute";a.autoMargins=!1;a.valueWidth=0;a.switchable=!1;AmCharts.AmMap.base.addLegend.call(this,a,b);return a},handleLegendEvent:function(){},createDescriptionsDiv:function(){if(!this.descriptionsDiv){var a=
146
- document.createElement("div"),b=a.style;b.position="absolute";b.left="0px";b.top="0px";this.descriptionsDiv=a}this.containerDiv.appendChild(this.descriptionsDiv)},drawChart:function(){AmCharts.AmMap.base.drawChart.call(this);var a=this.dataProvider;this.dataProvider=a=AmCharts.extend(a,new AmCharts.MapData,!0);this.areasSettings=AmCharts.processObject(this.areasSettings,AmCharts.AreasSettings,this.theme);this.imagesSettings=AmCharts.processObject(this.imagesSettings,AmCharts.ImagesSettings,this.theme);
147
- this.linesSettings=AmCharts.processObject(this.linesSettings,AmCharts.LinesSettings,this.theme);var b=this.container;this.mapContainer&&this.mapContainer.remove();this.mapContainer=b.set();this.graphsSet.push(this.mapContainer);var c;a.map&&(c=AmCharts.maps[a.map]);a.mapVar&&(c=a.mapVar);c?(this.svgData=c.svg,this.getBounds(),this.buildEverything()):(a=a.mapURL)&&this.loadXml(a);this.balloonsSet.toFront()},drawBg:function(){var a=this;AmCharts.remove(a.bgSet);var b=AmCharts.rect(a.container,a.realWidth,
148
- a.realHeight,"#000",.001);b.click(function(){a.handleBackgroundClick()});a.bgSet=b;a.set.push(b)},buildEverything:function(){var a=this;if(0<a.realWidth&&0<a.realHeight){var b=a.container;a.zoomControl=AmCharts.processObject(a.zoomControl,AmCharts.ZoomControl,a.theme);a.zoomControl.init(this,b);a.drawBg();a.buildSVGMap();var c=a.smallMap;c&&(a.smallMap=AmCharts.processObject(a.smallMap,AmCharts.SmallMap,a.theme),c=a.smallMap,c.init(a,b));c=a.dataProvider;isNaN(c.zoomX)&&isNaN(c.zoomY)&&isNaN(c.zoomLatitude)&&
149
- isNaN(c.zoomLongitude)&&(a.centerMap?(c.zoomLatitude=a.coordinateToLatitude(a.mapHeight/2),c.zoomLongitude=a.coordinateToLongitude(a.mapWidth/2)):(c.zoomX=0,c.zoomY=0),a.zoomInstantly=!0);a.selectObject(a.dataProvider);a.processAreas();if(c=a.valueLegend)c=AmCharts.processObject(c,AmCharts.ValueLegend,a.theme),a.valueLegend=c,c.init(a,b);a.objectList&&(a.objectList=AmCharts.processObject(a.objectList,AmCharts.ObjectList),b=a.objectList)&&(a.clearObjectList(),b.init(a));clearInterval(a.mapInterval);
150
- a.mapInterval=setInterval(function(){a.update.call(a)},AmCharts.updateRate);a.dispDUpd();a.linkSet.toFront();a.chartCreated=!0}else a.cleanChart()},hideGroup:function(a){this.showHideGroup(a,!1)},showGroup:function(a){this.showHideGroup(a,!0)},showHideGroup:function(a,b){this.showHideReal(this.imagesProcessor.allObjects,a,b);this.showHideReal(this.areasProcessor.allObjects,a,b);this.showHideReal(this.linesProcessor.allObjects,a,b)},showHideReal:function(a,b,c){var d;for(d=0;d<a.length;d++){var f=
151
- a[d];f.groupId==b&&(f=f.displayObject)&&(c?f.show():f.hide())}},update:function(){this.zoomControl.update()},animateMap:function(){var a=this;a.totalFrames=1E3*a.zoomDuration/AmCharts.updateRate;a.totalFrames+=1;a.frame=0;a.tweenPercent=0;setTimeout(function(){a.updateSize.call(a)},AmCharts.updateRate)},updateSize:function(){var a=this,b=a.totalFrames;a.preventHover=!0;a.frame<=b?(a.frame++,b=AmCharts.easeOutSine(0,a.frame,0,1,b),1<=b?(b=1,a.preventHover=!1,a.wheelBusy=!1):setTimeout(function(){a.updateSize.call(a)},
152
- AmCharts.updateRate),.8<b&&(a.preventHover=!1)):(b=1,a.preventHover=!1,a.wheelBusy=!1);a.tweenPercent=b;a.rescaleMapAndObjects()},rescaleMapAndObjects:function(){var a=this.initialScale,b=this.initialX,c=this.initialY,d=this.tweenPercent,a=a+(this.finalScale-a)*d;this.mapContainer.translate(b+(this.finalX-b)*d,c+(this.finalY-c)*d,a);if(this.areasSettings.adjustOutlineThickness)for(b=this.dataProvider.areas,c=0;c<b.length;c++){var f=b[c],e=f.displayObject;e&&e.setAttr("stroke-width",f.outlineThicknessReal/
153
- a)}this.rescaleObjects();this.positionChanged();this.updateSmallMap();1==d&&(d={type:"zoomCompleted",chart:this},this.fire(d.type,d))},updateSmallMap:function(){this.smallMap&&this.smallMap.update()},rescaleObjects:function(){var a=this.mapContainer.scale,b=this.imagesProcessor.objectsToResize,c;for(c=0;c<b.length;c++){var d=b[c].image;d.translate(d.x,d.y,b[c].scale/a,!0)}b=this.linesProcessor;if(d=b.linesToResize)for(c=0;c<d.length;c++){var f=d[c];f.line.setAttr("stroke-width",f.thickness/a)}b=b.objectsToResize;
154
- for(c=0;c<b.length;c++)d=b[c],d.translate(d.x,d.y,1/a)},handleTouchStart:function(a){this.handleMouseMove(a);this.handleMouseDown(a)},handleTouchEnd:function(a){this.previousDistance=NaN;this.handleReleaseOutside(a)},handleMouseDown:function(a){AmCharts.resetMouseOver();this.mouseIsOver=!0;if(this.chartCreated&&!this.preventHover&&(this.dragMap&&(this.stopAnimation(),this.isDragging=!0,this.mapContainerClickX=this.mapContainer.x,this.mapContainerClickY=this.mapContainer.y,this.panEventsEnabled||a&&
155
- a.preventDefault&&a.preventDefault()),a||(a=window.event),a.shiftKey&&!0===this.developerMode&&this.getDevInfo(),a&&a.touches)){var b=this.mouseX,c=this.mouseY,d=a.touches.item(1);d&&(a=d.pageX-AmCharts.findPosX(this.div),d=d.pageY-AmCharts.findPosY(this.div),this.middleXP=(b+(a-b)/2)/this.realWidth,this.middleYP=(c+(d-c)/2)/this.realHeight)}},stopDrag:function(){this.isDragging&&(this.isDragging=!1)},handleReleaseOutside:function(){if(AmCharts.isModern&&!this.preventHover){this.stopDrag();this.zoomControl&&
156
- this.zoomControl.draggerUp();this.mapWasDragged=!1;var a=this.mapContainer,b=this.mapContainerClickX,c=this.mapContainerClickY;isNaN(b)||isNaN(c)||!(2<Math.abs(a.x-b)||Math.abs(a.y-c))||(this.mapWasDragged=!0,a={type:"dragCompleted",zoomX:this.zoomX(),zoomY:this.zoomY(),zoomLevel:this.zoomLevel(),chart:this},this.fire(a.type,a));!this.mouseIsOver||this.mapWasDragged||this.skipClick||(a={type:"click",x:this.mouseX,y:this.mouseY,chart:this},this.fire(a.type,a),this.skipClick=!1);this.mapContainerClickY=
157
- this.mapContainerClickX=NaN;this.objectWasClicked=!1;this.zoomOnDoubleClick&&this.mouseIsOver&&(a=(new Date).getTime(),200>a-this.previousClickTime&&20<a-this.previousClickTime&&this.doDoubleClickZoom(),this.previousClickTime=a)}},handleTouchMove:function(a){this.handleMouseMove(a)},resetPinch:function(){this.mapWasPinched=!1},handleMouseMove:function(a){var b=this;AmCharts.AmMap.base.handleMouseMove.call(b,a);var c=b.previuosMouseX,d=b.previuosMouseY,f=b.mouseX,e=b.mouseY,g=b.zoomControl;isNaN(c)&&
158
- (c=f);isNaN(d)&&(d=e);b.mouse2X=NaN;b.mouse2Y=NaN;if(a&&a.touches){var h=a.touches.item(1);h&&(b.mouse2X=h.pageX-AmCharts.findPosX(b.div),b.mouse2Y=h.pageY-AmCharts.findPosY(b.div))}var h=b.mapContainer,k=b.mouse2X,l=b.mouse2Y;b.pinchTO&&clearTimeout(b.pinchTO);b.pinchTO=setTimeout(function(){b.resetPinch.call(b)},1E3);if(!isNaN(k)){b.stopDrag();a.preventDefault&&a.preventDefault();var k=Math.sqrt(Math.pow(k-f,2)+Math.pow(l-e,2)),m=b.previousDistance,l=Math.max(b.realWidth,b.realHeight);5>Math.abs(m-
159
- k)&&(b.isDragging=!0);if(!isNaN(m)){var n=5*Math.abs(m-k)/l,l=h.scale,l=AmCharts.fitToBounds(m<k?l+l*n:l-l*n,g.minZoomLevel,g.maxZoomLevel),g=b.zoomLevel(),q=b.middleXP,m=b.middleYP,n=b.realHeight/b.mapHeight,r=b.realWidth/b.mapWidth,q=(b.zoomX()-q*r)*(l/g)+q*r,m=(b.zoomY()-m*n)*(l/g)+m*n;.1<Math.abs(l-g)&&(b.zoomTo(l,q,m,!0),b.mapWasPinched=!0,clearTimeout(b.pinchTO))}b.previousDistance=k}b.isDragging&&(b.hideBalloon(),b.positionChanged(),h.translate(h.x+(f-c),h.y+(e-d),h.scale),b.updateSmallMap(),
160
- a&&a.preventDefault&&a.preventDefault());b.previuosMouseX=f;b.previuosMouseY=e},selectObject:function(a){var b=this;a||(a=b.dataProvider);a.isOver=!1;var c=a.linkToObject;"string"==typeof c&&(c=b.getObjectById(c));a.useTargetsZoomValues&&c&&(a.zoomX=c.zoomX,a.zoomY=c.zoomY,a.zoomLatitude=c.zoomLatitude,a.zoomLongitude=c.zoomLongitude,a.zoomLevel=c.zoomLevel);var d=b.selectedObject;d&&b.returnInitialColor(d);b.selectedObject=a;var f=!1,e;"MapArea"==a.objectType&&(a.autoZoomReal&&(f=!0),e=b.areasSettings.selectedOutlineColor);
161
- if(c&&!f&&("string"==typeof c&&(c=b.getObjectById(c)),isNaN(a.zoomLevel)&&isNaN(a.zoomX)&&isNaN(a.zoomY))){if(b.extendMapData(c))return;b.selectObject(c);return}b.allowMultipleDescriptionWindows||b.closeAllDescriptions();clearTimeout(b.selectedObjectTimeOut);clearTimeout(b.processObjectsTimeOut);c=b.zoomDuration;!f&&isNaN(a.zoomLevel)&&isNaN(a.zoomX)&&isNaN(a.zoomY)?(b.showDescriptionAndGetUrl(),b.processObjects()):(b.selectedObjectTimeOut=setTimeout(function(){b.showDescriptionAndGetUrl.call(b)},
162
- 1E3*c+200),b.showObjectsAfterZoom?b.processObjectsTimeOut=setTimeout(function(){b.processObjects.call(b)},1E3*c+200):b.processObjects());if(f=a.displayObject){f.toFront();f.setAttr("stroke",a.outlineColorReal);var g=a.selectedColorReal;void 0!==g&&f.setAttr("fill",g);void 0!==e&&f.setAttr("stroke",e);if("MapLine"==a.objectType){var h=a.lineSvg;h&&h.setAttr("stroke",g);var k=a.arrowSvg;k&&(k.setAttr("fill",g),k.setAttr("stroke",g))}if(c=a.imageLabel){var l=a.selectedLabelColorReal;void 0!==l&&c.setAttr("fill",
163
- l)}a.selectable||(f.setAttr("cursor","default"),c&&c.setAttr("cursor","default"))}else b.returnInitialColorReal(a);if(f=a.groupId)for(c=b.getGroupById(f),l=0;l<c.length;l++)if(k=c[l],k.isOver=!1,f=k.displayObject)if(h=k.selectedColorReal,void 0!==e&&f.setAttr("stroke",e),void 0!==h?f.setAttr("fill",h):b.returnInitialColor(k),"MapLine"==k.objectType&&((h=k.lineSvg)&&h.setAttr("stroke",g),k=k.arrowSvg))k.setAttr("fill",g),k.setAttr("stroke",g);b.zoomToSelectedObject();d!=a&&(a={type:"selectedObjectChanged",
164
- chart:b},b.fire(a.type,a))},returnInitialColor:function(a,b){this.returnInitialColorReal(a);b&&(a.isFirst=!1);var c=this.selectedObject.displayObject;c&&c.toFront();if(c=a.groupId){var c=this.getGroupById(c),d;for(d=0;d<c.length;d++)this.returnInitialColorReal(c[d]),b&&(c[d].isFirst=!1)}},closeAllDescriptions:function(){this.descriptionsDiv.innerHTML=""},returnInitialColorReal:function(a){a.isOver=!1;var b=a.displayObject;if(b){b.toPrevious();if("MapImage"==a.objectType){var c=a.tempScale;isNaN(c)||
165
- b.translate(b.x,b.y,c,!0);a.tempScale=NaN}c=a.colorReal;if("MapLine"==a.objectType){var d=a.lineSvg;d&&d.setAttr("stroke",c);if(d=a.arrowSvg)d.setAttr("fill",c),d.setAttr("stroke",c)}a.showAsSelected&&(c=a.selectedColorReal);"bubble"==a.type&&(c=void 0);void 0!==c&&b.setAttr("fill",c);(d=a.image)&&d.setAttr("fill",c);b.setAttr("stroke",a.outlineColorReal);"MapArea"==a.objectType&&(c=1,this.areasSettings.adjustOutlineThickness&&(c=this.zoomLevel()),b.setAttr("fill-opacity",a.alphaReal),b.setAttr("stroke-opacity",
166
- a.outlineAlphaReal),b.setAttr("stroke-width",a.outlineThicknessReal/c));(c=a.pattern)&&b.pattern(c,this.mapScale);(b=a.imageLabel)&&!a.labelInactive&&b.setAttr("fill",a.labelColorReal)}},zoomToRectangle:function(a,b,c,d){var f=this.realWidth,e=this.realHeight,g=this.mapSet.scale,h=this.zoomControl,f=AmCharts.fitToBounds(c/f>d/e?.8*f/(c*g):.8*e/(d*g),h.minZoomLevel,h.maxZoomLevel);this.zoomToMapXY(f,(a+c/2)*g,(b+d/2)*g)},zoomToLatLongRectangle:function(a,b,c,d){var f=this.dataProvider,e=this.zoomControl,
167
- g=Math.abs(c-a),h=Math.abs(b-d),k=Math.abs(f.rightLongitude-f.leftLongitude),f=Math.abs(f.topLatitude-f.bottomLatitude),e=AmCharts.fitToBounds(g/k>h/f?.8*k/g:.8*f/h,e.minZoomLevel,e.maxZoomLevel);this.zoomToLongLat(e,a+(c-a)/2,d+(b-d)/2)},getGroupById:function(a){var b=[];this.getGroup(this.imagesProcessor.allObjects,a,b);this.getGroup(this.linesProcessor.allObjects,a,b);this.getGroup(this.areasProcessor.allObjects,a,b);return b},zoomToGroup:function(a){a="object"==typeof a?a:this.getGroupById(a);
168
- var b,c,d,f,e;for(e=0;e<a.length;e++){var g=a[e].displayObject.getBBox(),h=g.y,k=g.y+g.height,l=g.x,g=g.x+g.width;if(h<b||isNaN(b))b=h;if(k>f||isNaN(f))f=k;if(l<c||isNaN(c))c=l;if(g>d||isNaN(d))d=g}a=this.mapSet.getBBox();c-=a.x;d-=a.x;f-=a.y;b-=a.y;this.zoomToRectangle(c,b,d-c,f-b)},getGroup:function(a,b,c){if(a){var d;for(d=0;d<a.length;d++){var f=a[d];f.groupId==b&&c.push(f)}}},zoomToStageXY:function(a,b,c,d){if(!this.objectWasClicked){var f=this.zoomControl;a=AmCharts.fitToBounds(a,f.minZoomLevel,
169
- f.maxZoomLevel);f=this.zoomLevel();c=this.coordinateToLatitude((c-this.mapContainer.y)/f);b=this.coordinateToLongitude((b-this.mapContainer.x)/f);this.zoomToLongLat(a,b,c,d)}},zoomToLongLat:function(a,b,c,d){b=this.longitudeToCoordinate(b);c=this.latitudeToCoordinate(c);this.zoomToMapXY(a,b,c,d)},zoomToMapXY:function(a,b,c,d){var f=this.mapWidth,e=this.mapHeight;this.zoomTo(a,-(b/f)*a+this.realWidth/f/2,-(c/e)*a+this.realHeight/e/2,d)},zoomToObject:function(a){var b=a.zoomLatitude,c=a.zoomLongitude,
170
- d=a.zoomLevel,f=this.zoomInstantly,e=a.zoomX,g=a.zoomY,h=this.realWidth,k=this.realHeight;isNaN(d)||(isNaN(b)||isNaN(c)?this.zoomTo(d,e,g,f):this.zoomToLongLat(d,c,b,f));this.zoomInstantly=!1;"MapImage"==a.objectType&&isNaN(a.zoomX)&&isNaN(a.zoomY)&&isNaN(a.zoomLatitude)&&isNaN(a.zoomLongitude)&&!isNaN(a.latitude)&&!isNaN(a.longitude)&&this.zoomToLongLat(a.zoomLevel,a.longitude,a.latitude);"MapArea"==a.objectType&&(e=a.displayObject.getBBox(),b=this.mapScale,c=e.x*b,d=e.y*b,f=e.width*b,e=e.height*
171
- b,h=a.autoZoomReal&&isNaN(a.zoomLevel)?f/h>e/k?.8*h/f:.8*k/e:a.zoomLevel,k=this.zoomControl,h=AmCharts.fitToBounds(h,k.minZoomLevel,k.maxZoomLevel),isNaN(a.zoomX)&&isNaN(a.zoomY)&&isNaN(a.zoomLatitude)&&isNaN(a.zoomLongitude)&&(a=this.mapSet.getBBox(),this.zoomToMapXY(h,-a.x*b+c+f/2,-a.y*b+d+e/2)))},zoomToSelectedObject:function(){this.zoomToObject(this.selectedObject)},zoomTo:function(a,b,c,d){var f=this.zoomControl;a=AmCharts.fitToBounds(a,f.minZoomLevel,f.maxZoomLevel);f=this.zoomLevel();isNaN(b)&&
172
- (b=this.realWidth/this.mapWidth,b=(this.zoomX()-.5*b)*(a/f)+.5*b);isNaN(c)&&(c=this.realHeight/this.mapHeight,c=(this.zoomY()-.5*c)*(a/f)+.5*c);this.stopAnimation();isNaN(a)||(f=this.mapContainer,this.initialX=f.x,this.initialY=f.y,this.initialScale=f.scale,this.finalX=this.mapWidth*b,this.finalY=this.mapHeight*c,this.finalScale=a,this.finalX!=this.initialX||this.finalY!=this.initialY||this.finalScale!=this.initialScale?d?(this.tweenPercent=1,this.rescaleMapAndObjects(),this.wheelBusy=!1):this.animateMap():
173
- this.wheelBusy=!1)},loadXml:function(a){var b;b=window.XMLHttpRequest?new XMLHttpRequest:new ActiveXObject("Microsoft.XMLHTTP");b.overrideMimeType&&b.overrideMimeType("text/xml");b.open("GET",a,!1);b.send();this.parseXMLObject(b.responseXML);this.svgData&&this.buildEverything()},stopAnimation:function(){this.frame=this.totalFrames},processObjects:function(){var a=this.container,b=this.stageImagesContainer;b&&b.remove();this.stageImagesContainer=b=a.set();this.trendLinesSet.push(b);var c=this.stageLinesContainer;
174
- c&&c.remove();this.stageLinesContainer=c=a.set();this.trendLinesSet.push(c);var d=this.mapImagesContainer;d&&d.remove();this.mapImagesContainer=d=a.set();this.mapContainer.push(d);var f=this.mapLinesContainer;f&&f.remove();this.mapLinesContainer=f=a.set();this.mapContainer.push(f);this.linesAboveImages?(d.toFront(),b.toFront(),f.toFront(),c.toFront()):(f.toFront(),c.toFront(),d.toFront(),b.toFront());if(a=this.selectedObject)this.imagesProcessor.reset(),this.linesProcessor.reset(),this.linesAboveImages?
175
- (this.imagesProcessor.process(a),this.linesProcessor.process(a)):(this.linesProcessor.process(a),this.imagesProcessor.process(a));this.rescaleObjects()},processAreas:function(){this.areasProcessor.process(this.dataProvider)},buildSVGMap:function(){var a=this.svgData.g.path,b=this.container,c=b.set();void 0===a.length&&(a=[a]);var d;for(d=0;d<a.length;d++){var f=a[d],e=f.d,g=f.title;f.titleTr&&(g=f.titleTr);e=b.path(e);e.id=f.id;this.svgAreasById[f.id]={area:e,title:g,className:f["class"]};this.svgAreas.push(e);
176
- c.push(e)}this.mapSet=c;this.mapContainer.push(c);this.resizeMap()},addObjectEventListeners:function(a,b){var c=this;a.mouseup(function(a){c.clickMapObject(b,a)}).mouseover(function(a){c.rollOverMapObject(b,!0,a)}).mouseout(function(a){c.rollOutMapObject(b,a)}).touchend(function(a){c.clickMapObject(b,a)}).touchstart(function(a){c.rollOverMapObject(b,!0,a)})},checkIfSelected:function(a){var b=this.selectedObject;if(b==a)return!0;if(b=b.groupId){var b=this.getGroupById(b),c;for(c=0;c<b.length;c++)if(b[c]==
177
- a)return!0}return!1},clearMap:function(){this.chartDiv.innerHTML="";this.clearObjectList()},clearObjectList:function(){var a=this.objectList;a&&a.div&&(a.div.innerHTML="")},checkIfLast:function(a){if(a){var b=a.parentNode;if(b&&b.lastChild==a)return!0}return!1},showAsRolledOver:function(a){var b=a.displayObject;if(!a.showAsSelected&&b&&!a.isOver){b.node.onmouseout=function(){};b.node.onmouseover=function(){};b.node.onclick=function(){};a.isFirst||(b.toFront(),a.isFirst=!0);var c=a.rollOverColorReal,
178
- d;if(void 0!=c)if("MapImage"==a.objectType)(d=a.image)&&d.setAttr("fill",c);else if("MapLine"==a.objectType){if((d=a.lineSvg)&&d.setAttr("stroke",c),d=a.arrowSvg)d.setAttr("fill",c),d.setAttr("stroke",c)}else b.setAttr("fill",c);(c=a.imageLabel)&&!a.labelInactive&&(d=a.labelRollOverColorReal,void 0!=d&&c.setAttr("fill",d));c=a.rollOverOutlineColorReal;void 0!=c&&("MapImage"==a.objectType?(d=a.image)&&d.setAttr("stroke",c):b.setAttr("stroke",c));if("MapArea"==a.objectType){c=this.areasSettings;d=a.rollOverAlphaReal;
179
- isNaN(d)||b.setAttr("fill-opacity",d);d=c.rollOverOutlineAlpha;isNaN(d)||b.setAttr("stroke-opacity",d);d=1;this.areasSettings.adjustOutlineThickness&&(d=this.zoomLevel());var f=c.rollOverOutlineThickness;isNaN(f)||b.setAttr("stroke-width",f/d);(c=c.rollOverPattern)&&b.pattern(c,this.mapScale)}"MapImage"==a.objectType&&(c=a.rollOverScaleReal,isNaN(c)||1==c||(a.tempScale=b.scale,b.translate(b.x,b.y,b.scale*c,!0)));this.useHandCursorOnClickableOjects&&this.checkIfClickable(a)&&b.setAttr("cursor","pointer");
180
- this.addObjectEventListeners(b,a);a.isOver=!0}},rollOverMapObject:function(a,b,c){if(this.chartCreated){this.handleMouseMove();var d=this.previouslyHovered;d&&d!=a?(!1===this.checkIfSelected(d)&&(this.returnInitialColor(d,!0),this.previouslyHovered=null),this.hideBalloon()):clearTimeout(this.hoverInt);if(!this.preventHover){if(!1===this.checkIfSelected(a)){if(d=a.groupId){var d=this.getGroupById(d),f;for(f=0;f<d.length;f++)d[f]!=a&&this.showAsRolledOver(d[f])}this.showAsRolledOver(a)}else(d=a.displayObject)&&
181
- (this.allowClickOnSelectedObject?d.setAttr("cursor","pointer"):d.setAttr("cursor","default"));if(this.showDescriptionOnHover)this.showDescription(a);else if((this.showBalloonOnSelectedObject||!this.checkIfSelected(a))&&!1!==b&&(f=this.balloon,b=a.colorReal,d="",void 0!==b&&this.useObjectColorForBalloon||(b=f.fillColor),(f=a.balloonTextReal)&&(d=this.formatString(f,a)),this.balloonLabelFunction&&(d=this.balloonLabelFunction(a,this)),d&&""!==d)){var e,g;"MapArea"==a.objectType&&(g=this.getAreaCenterLatitude(a),
182
- e=this.getAreaCenterLongitude(a),g=this.latitudeToY(g),e=this.longitudeToX(e));this.showBalloon(d,b,this.mouseIsOver,e,g)}c={type:"rollOverMapObject",mapObject:a,chart:this,event:c};this.fire(c.type,c);this.previouslyHovered=a}}},longitudeToX:function(a){return this.longitudeToCoordinate(a)*this.zoomLevel()+this.mapContainer.x},latitudeToY:function(a){return this.latitudeToCoordinate(a)*this.zoomLevel()+this.mapContainer.y},rollOutMapObject:function(a,b){this.hideBalloon();if(this.chartCreated&&a.isOver){this.checkIfSelected(a)||
183
- this.returnInitialColor(a);var c={type:"rollOutMapObject",mapObject:a,chart:this,event:b};this.fire(c.type,c)}},formatString:function(a,b){var c=this.nf,d=this.pf,f=b.title;b.titleTr&&(f=b.titleTr);void 0==f&&(f="");var e=b.value,e=isNaN(e)?"":AmCharts.formatNumber(e,c),c=b.percents,c=isNaN(c)?"":AmCharts.formatNumber(c,d),d=b.description;void 0==d&&(d="");var g=b.customData;void 0==g&&(g="");return a=AmCharts.massReplace(a,{"[[title]]":f,"[[value]]":e,"[[percent]]":c,"[[description]]":d,"[[customData]]":g})},
184
- clickMapObject:function(a,b){this.hideBalloon();if(this.chartCreated&&!this.preventHover&&!this.mapWasDragged&&this.checkIfClickable(a)&&!this.mapWasPinched){this.selectObject(a);var c={type:"clickMapObject",mapObject:a,chart:this,event:b};this.fire(c.type,c);this.objectWasClicked=!0}},checkIfClickable:function(a){var b=this.allowClickOnSelectedObject;return this.selectedObject==a&&b?!0:this.selectedObject!=a||b?!0===a.selectable||"MapArea"==a.objectType&&a.autoZoomReal||a.url||a.linkToObject||0<
185
- a.images.length||0<a.lines.length||!isNaN(a.zoomLevel)||!isNaN(a.zoomX)||!isNaN(a.zoomY)||a.description?!0:!1:!1},handleResize:function(){(AmCharts.isPercents(this.width)||AmCharts.isPercents(this.height))&&this.invalidateSize();this.renderFix()},resizeMap:function(){var a=this.mapSet;if(a)if(this.fitMapToContainer){var b=a.getBBox(),c=this.realWidth,d=this.realHeight,f=b.width,e=b.height,c=f/c>e/d?c/f:d/e;a.translate(-b.x*c,-b.y*c,c);this.mapScale=c;this.mapHeight=e*c;this.mapWidth=f*c}else b=group.transform.match(/([\-]?[\d.]+)/g),
186
- a.translate(b[0],b[1],b[2])},zoomIn:function(){this.skipClick=!0;var a=this.zoomLevel()*this.zoomControl.zoomFactor;this.zoomTo(a)},zoomOut:function(){this.skipClick=!0;var a=this.zoomLevel()/this.zoomControl.zoomFactor;this.zoomTo(a)},moveLeft:function(){this.skipClick=!0;var a=this.zoomX()+this.zoomControl.panStepSize;this.zoomTo(this.zoomLevel(),a,this.zoomY())},moveRight:function(){this.skipClick=!0;var a=this.zoomX()-this.zoomControl.panStepSize;this.zoomTo(this.zoomLevel(),a,this.zoomY())},
187
- moveUp:function(){this.skipClick=!0;var a=this.zoomY()+this.zoomControl.panStepSize;this.zoomTo(this.zoomLevel(),this.zoomX(),a)},moveDown:function(){this.skipClick=!0;var a=this.zoomY()-this.zoomControl.panStepSize;this.zoomTo(this.zoomLevel(),this.zoomX(),a)},zoomX:function(){return this.mapSet?Math.round(1E4*this.mapContainer.x/this.mapWidth)/1E4:NaN},zoomY:function(){return this.mapSet?Math.round(1E4*this.mapContainer.y/this.mapHeight)/1E4:NaN},goHome:function(){this.selectObject(this.dataProvider);
188
- var a={type:"homeButtonClicked",chart:this};this.fire(a.type,a)},zoomLevel:function(){return Math.round(1E5*this.mapContainer.scale)/1E5},showDescriptionAndGetUrl:function(){var a=this.selectedObject;if(a){this.showDescription();var b=a.url;if(b)AmCharts.getURL(b,a.urlTarget);else if(b=a.linkToObject){if("string"==typeof b){var c=this.getObjectById(b);if(c){this.selectObject(c);return}}b&&a.passZoomValuesToTarget&&(b.zoomLatitude=this.zoomLatitude(),b.zoomLongitude=this.zoomLongitude(),b.zoomLevel=
189
- this.zoomLevel());this.extendMapData(b)||this.selectObject(b)}}},extendMapData:function(a){var b=a.objectType;if("MapImage"!=b&&"MapArea"!=b&&"MapLine"!=b)return AmCharts.extend(a,new AmCharts.MapData,!0),this.dataProvider=a,this.zoomInstantly=!0,this.validateData(),!0},showDescription:function(a){a||(a=this.selectedObject);this.allowMultipleDescriptionWindows||this.closeAllDescriptions();if(a.description){var b=a.descriptionWindow;b&&b.close();b=new AmCharts.DescriptionWindow;a.descriptionWindow=
190
- b;var c=a.descriptionWindowWidth,d=a.descriptionWindowHeight,f=a.descriptionWindowLeft,e=a.descriptionWindowTop,g=a.descriptionWindowRight,h=a.descriptionWindowBottom;isNaN(g)||(f=this.realWidth-g);isNaN(h)||(e=this.realHeight-h);var k=a.descriptionWindowX;isNaN(k)||(f=k);k=a.descriptionWindowY;isNaN(k)||(e=k);isNaN(f)&&(f=this.mouseX,f=f>this.realWidth/2?f-c-20:f+20);isNaN(e)&&(e=this.mouseY);b.maxHeight=d;k=a.title;a.titleTr&&(k=a.titleTr);b.show(this,this.descriptionsDiv,a.description,k);a=b.div.style;
191
- a.position="absolute";a.width=c+"px";a.maxHeight=d+"px";isNaN(h)||(e-=b.div.offsetHeight);isNaN(g)||(f-=b.div.offsetWidth);a.left=f+"px";a.top=e+"px"}},parseXMLObject:function(a){var b={root:{}};this.parseXMLNode(b,"root",a);this.svgData=b.root.svg;this.getBounds()},getBounds:function(){var a=this.dataProvider;try{var b=this.svgData.defs["amcharts:ammap"];a.leftLongitude=Number(b.leftLongitude);a.rightLongitude=Number(b.rightLongitude);a.topLatitude=Number(b.topLatitude);a.bottomLatitude=Number(b.bottomLatitude);
192
- a.projection=b.projection;var c=b.wrappedLongitudes;c&&(a.rightLongitude+=360);a.wrappedLongitudes=c}catch(d){}},recalcLongitude:function(a){var b=this.dataProvider.wrappedLongitudes;return void 0!=a&&b?a<this.dataProvider.leftLongitude?Number(a)+360:a:a},latitudeToCoordinate:function(a){var b,c=this.dataProvider;if(this.mapSet){b=c.topLatitude;var d=c.bottomLatitude;"mercator"==c.projection&&(a=this.mercatorLatitudeToCoordinate(a),b=this.mercatorLatitudeToCoordinate(b),d=this.mercatorLatitudeToCoordinate(d));
193
- b=(a-b)/(d-b)*this.mapHeight}return b},longitudeToCoordinate:function(a){a=this.recalcLongitude(a);var b,c=this.dataProvider;this.mapSet&&(b=c.leftLongitude,b=(a-b)/(c.rightLongitude-b)*this.mapWidth);return b},mercatorLatitudeToCoordinate:function(a){89.5<a&&(a=89.5);-89.5>a&&(a=-89.5);a=AmCharts.degreesToRadians(a);a=.5*Math.log((1+Math.sin(a))/(1-Math.sin(a)));return AmCharts.radiansToDegrees(a/2)},zoomLatitude:function(){return this.coordinateToLatitude((-this.mapContainer.y+this.previousHeight/
194
- 2)/this.zoomLevel())},zoomLongitude:function(){return this.coordinateToLongitude((-this.mapContainer.x+this.previousWidth/2)/this.zoomLevel())},getAreaCenterLatitude:function(a){a=a.displayObject.getBBox();var b=this.mapScale;a=-this.mapSet.getBBox().y*b+(a.y+a.height/2)*b;return this.coordinateToLatitude(a)},getAreaCenterLongitude:function(a){a=a.displayObject.getBBox();var b=this.mapScale;a=-this.mapSet.getBBox().x*b+(a.x+a.width/2)*b;return this.coordinateToLongitude(a)},coordinateToLatitude:function(a){var b;
195
  if(this.mapSet){var c=this.dataProvider,d=c.bottomLatitude,f=c.topLatitude;b=this.mapHeight;"mercator"==c.projection?(c=this.mercatorLatitudeToCoordinate(d),f=this.mercatorLatitudeToCoordinate(f),a=2*Math.atan(Math.exp(2*(a*(c-f)/b+f)*Math.PI/180))-.5*Math.PI,b=AmCharts.radiansToDegrees(a)):b=a/b*(d-f)+f}return Math.round(1E6*b)/1E6},coordinateToLongitude:function(a){var b,c=this.dataProvider;this.mapSet&&(b=a/this.mapWidth*(c.rightLongitude-c.leftLongitude)+c.leftLongitude);return Math.round(1E6*
196
  b)/1E6},milesToPixels:function(a){var b=this.dataProvider;return this.mapWidth/(b.rightLongitude-b.leftLongitude)*a/69.172},kilometersToPixels:function(a){var b=this.dataProvider;return this.mapWidth/(b.rightLongitude-b.leftLongitude)*a/111.325},handleBackgroundClick:function(a){if(this.backgroundZoomsToTop&&!this.mapWasDragged){var b=this.dataProvider;if(this.checkIfClickable(b))this.clickMapObject(b);else{a=b.zoomX;var c=b.zoomY,d=b.zoomLongitude,f=b.zoomLatitude,b=b.zoomLevel;isNaN(a)||isNaN(c)||
197
  this.zoomTo(b,a,c);isNaN(d)||isNaN(f)||this.zoomToLongLat(b,d,f,!0)}}},parseXMLNode:function(a,b,c,d){void 0===d&&(d="");var f,e,g;if(c){var h=c.childNodes.length;for(f=0;f<h;f++){e=c.childNodes[f];var k=e.nodeName,l=e.nodeValue?this.trim(e.nodeValue):"",m=!1;e.attributes&&0<e.attributes.length&&(m=!0);if(0!==e.childNodes.length||""!==l||!1!==m)if(3==e.nodeType||4==e.nodeType){if(""!==l){e=0;for(g in a[b])a[b].hasOwnProperty(g)&&e++;e?a[b]["#text"]=l:a[b]=l}}else if(1==e.nodeType){var n;void 0!==
@@ -203,41 +203,43 @@ this.dataProvider;if(b.areas){var c=this.getObject(a,b.areas);if(c)return c}if(c
203
  a,"image");this.processObject(a.lines,a,"line")},processObject:function(a,b,c){if(a){var d;for(d=0;d<a.length;d++){var f=a[d];f.parentObject=b;"area"==c&&AmCharts.extend(f,new AmCharts.MapArea(this.theme),!0);"image"==c&&(f=AmCharts.extend(f,new AmCharts.MapImage(this.theme),!0));"line"==c&&(f=AmCharts.extend(f,new AmCharts.MapLine(this.theme),!0));a[d]=f;f.areas&&this.processObject(f.areas,f,"area");f.images&&this.processObject(f.images,f,"image");f.lines&&this.processObject(f.lines,f,"line")}}},
204
  positionChanged:function(){var a={type:"positionChanged",zoomX:this.zoomX(),zoomY:this.zoomY(),zoomLevel:this.zoomLevel(),chart:this};this.fire(a.type,a)},getX:function(a,b){return this.getXY(a,this.realWidth,b)},getY:function(a,b){return this.getXY(a,this.realHeight,b)},trim:function(a){if(a){var b;for(b=0;b<a.length;b++)if(-1===" \n\r\t\f\x0B\u00a0\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u200b\u2028\u2029\u3000".indexOf(a.charAt(b))){a=a.substring(b);break}for(b=a.length-
205
  1;0<=b;b--)if(-1===" \n\r\t\f\x0B\u00a0\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u200b\u2028\u2029\u3000".indexOf(a.charAt(b))){a=a.substring(0,b+1);break}return-1===" \n\r\t\f\x0B\u00a0\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u200b\u2028\u2029\u3000".indexOf(a.charAt(0))?a:""}},destroy:function(){var a=this.svgAreas;if(a)for(var b=0;b<a.length;b++);AmCharts.AmMap.base.destroy.call(this)}});AmCharts.ZoomControl=AmCharts.Class({construct:function(a){this.cname="ZoomControl";this.panStepSize=.1;this.zoomFactor=2;this.maxZoomLevel=64;this.minZoomLevel=1;this.zoomControlEnabled=this.panControlEnabled=!0;this.buttonRollOverColor="#CC0000";this.buttonFillColor="#990000";this.buttonFillAlpha=1;this.buttonBorderColor="#FFFFFF";this.buttonIconAlpha=this.buttonBorderThickness=this.buttonBorderAlpha=1;this.gridColor="#FFFFFF";this.homeIconFile="homeIcon.gif";this.gridBackgroundColor="#000000";
206
- this.gridBackgroundAlpha=.15;this.gridAlpha=1;this.buttonSize=18;this.iconSize=11;this.buttonCornerRadius=0;this.gridHeight=150;this.top=this.left=10;AmCharts.applyTheme(this,a,this.cname)},init:function(a,b){var c=this;c.chart=a;AmCharts.remove(c.set);var d=b.set(),f=c.buttonSize,e=c.zoomControlEnabled,g=c.panControlEnabled,h=c.buttonFillColor,k=c.buttonFillAlpha,l=c.buttonBorderThickness,m=c.buttonBorderColor,n=c.buttonBorderAlpha,q=c.buttonCornerRadius,r=c.buttonRollOverColor,y=c.gridHeight,z=
207
- c.zoomFactor,u=c.minZoomLevel,w=c.maxZoomLevel,A=c.buttonIconAlpha,t=a.getX(c.left),s=a.getY(c.top);isNaN(c.right)||(t=a.getX(c.right,!0),t=g?t-3*f:t-f);isNaN(c.bottom)||(s=a.getY(c.bottom,!0),e&&(s-=y+3*f),s=g?s-3*f:s+f);d.translate(t,s);c.previousDY=NaN;var p;if(e){p=b.set();d.push(p);c.set=d;c.zoomSet=p;s=AmCharts.rect(b,f+6,y+2*f+6,c.gridBackgroundColor,c.gridBackgroundAlpha,0,0,0,4);s.translate(-3,-3);s.mouseup(function(){c.handleBgUp()});p.push(s);s=new AmCharts.SimpleButton;s.setIcon(a.pathToImages+
208
- "plus.gif",c.iconSize);s.setClickHandler(a.zoomIn,a);s.init(b,f,f,h,k,l,m,n,q,r,A);p.push(s.set);s=new AmCharts.SimpleButton;s.setIcon(a.pathToImages+"minus.gif",c.iconSize);s.setClickHandler(a.zoomOut,a);s.init(b,f,f,h,k,l,m,n,q,r,A);s.set.translate(0,y+f);p.push(s.set);var t=Math.log(w/u)/Math.log(z)+1,e=y/t,v;for(v=1;v<t;v++)s=f+v*e,s=AmCharts.line(b,[1,f-2],[s,s],c.gridColor,c.gridAlpha,1),p.push(s);s=new AmCharts.SimpleButton;s.setDownHandler(c.draggerDown,c);s.setClickHandler(c.draggerUp,c);
209
- s.init(b,f,e,h,k,l,m,n,q,r);p.push(s.set);c.dragger=s.set;c.previousY=NaN;y-=e;u=Math.log(u/100)/Math.log(z);z=Math.log(w/100)/Math.log(z);c.realStepSize=y/(z-u);c.realGridHeight=y;c.stepMax=z}g&&(g=b.set(),d.push(g),p&&p.translate(f,4*f),p=new AmCharts.SimpleButton,p.setIcon(a.pathToImages+"panLeft.gif",c.iconSize),p.setClickHandler(a.moveLeft,a),p.init(b,f,f,h,k,l,m,n,q,r,A),p.set.translate(0,f),g.push(p.set),p=new AmCharts.SimpleButton,p.setIcon(a.pathToImages+"panRight.gif",c.iconSize),p.setClickHandler(a.moveRight,
210
- a),p.init(b,f,f,h,k,l,m,n,q,r,A),p.set.translate(2*f,f),g.push(p.set),p=new AmCharts.SimpleButton,p.setIcon(a.pathToImages+"panUp.gif",c.iconSize),p.setClickHandler(a.moveUp,a),p.init(b,f,f,h,k,l,m,n,q,r,A),p.set.translate(f,0),g.push(p.set),p=new AmCharts.SimpleButton,p.setIcon(a.pathToImages+"panDown.gif",c.iconSize),p.setClickHandler(a.moveDown,a),p.init(b,f,f,h,k,l,m,n,q,r,A),p.set.translate(f,2*f),g.push(p.set),k=new AmCharts.SimpleButton,k.setIcon(a.pathToImages+c.homeIconFile,c.iconSize),k.setClickHandler(a.goHome,
211
- a),k.init(b,f,f,h,0,0,m,0,q,r,A),k.set.translate(f,f),g.push(k.set),d.push(g))},draggerDown:function(){this.chart.stopDrag();this.isDragging=!0},draggerUp:function(){this.isDragging=!1},handleBgUp:function(){var a=this.chart,b=100*Math.pow(this.zoomFactor,this.stepMax-(a.mouseY-this.zoomSet.y-this.set.y-this.buttonSize-this.realStepSize/2)/this.realStepSize);a.zoomTo(b)},update:function(){var a,b=this.zoomFactor,c=this.realStepSize,d=this.stepMax,f=this.dragger,e=this.buttonSize,g=this.chart;this.isDragging?
212
- (g.stopDrag(),a=f.y+(g.mouseY-this.previousY),a=AmCharts.fitToBounds(a,e,this.realGridHeight+e),c=100*Math.pow(b,d-(a-e)/c),g.zoomTo(c,NaN,NaN,!0)):(a=Math.log(g.zoomLevel()/100)/Math.log(b),a=(d-a)*c+e);this.previousY=g.mouseY;this.previousDY!=a&&f&&(f.translate(0,a),this.previousDY=a)}});AmCharts.SimpleButton=AmCharts.Class({construct:function(){},init:function(a,b,c,d,f,e,g,h,k,l,m){var n=this;n.rollOverColor=l;n.color=d;l=a.set();n.set=l;d=AmCharts.rect(a,b,c,d,f,e,g,h,k);l.push(d);if(f=n.iconPath)e=n.iconSize,a=a.image(f,(b-e)/2,(c-e)/2,e,e),l.push(a),a.setAttr("opacity",m),a.mousedown(function(){n.handleDown()}).mouseup(function(){n.handleUp()}).mouseover(function(){n.handleOver()}).mouseout(function(){n.handleOut()});d.mousedown(function(){n.handleDown()}).mouseup(function(){n.handleUp()}).mouseover(function(){n.handleOver()}).mouseout(function(){n.handleOut()});
213
  n.bg=d},setIcon:function(a,b){this.iconPath=a;this.iconSize=b},setClickHandler:function(a,b){this.clickHandler=a;this.scope=b},setDownHandler:function(a,b){this.downHandler=a;this.scope=b},handleUp:function(){var a=this.clickHandler;a&&a.call(this.scope)},handleDown:function(){var a=this.downHandler;a&&a.call(this.scope)},handleOver:function(){this.bg.setAttr("fill",this.rollOverColor)},handleOut:function(){this.bg.setAttr("fill",this.color)}});AmCharts.SmallMap=AmCharts.Class({construct:function(a){this.cname="SmallMap";this.mapColor="#e6e6e6";this.rectangleColor="#FFFFFF";this.top=this.right=10;this.minimizeButtonWidth=16;this.backgroundColor="#9A9A9A";this.backgroundAlpha=1;this.borderColor="#FFFFFF";this.borderThickness=3;this.borderAlpha=1;this.size=.2;AmCharts.applyTheme(this,a,this.cname)},init:function(a,b){var c=this;c.chart=a;c.container=b;c.width=a.realWidth*c.size;c.height=a.realHeight*c.size;AmCharts.remove(c.set);var d=b.set();
214
  c.set=d;var f=b.set();c.allSet=f;d.push(f);c.buildSVGMap();var e=c.borderThickness,g=c.borderColor,h=AmCharts.rect(b,c.width+e,c.height+e,c.backgroundColor,c.backgroundAlpha,e,g,c.borderAlpha);h.translate(-e/2,-e/2);f.push(h);h.toBack();var k,l,h=c.minimizeButtonWidth,m=new AmCharts.SimpleButton;m.setIcon(a.pathToImages+"arrowDown.gif",h);m.setClickHandler(c.minimize,c);m.init(b,h,h,g,1,1,g,1);m=m.set;c.downButtonSet=m;d.push(m);var n=new AmCharts.SimpleButton;n.setIcon(a.pathToImages+"arrowUp.gif",
215
- h);n.setClickHandler(c.maximize,c);n.init(b,h,h,g,1,1,g,1);g=n.set;c.upButtonSet=g;g.hide();d.push(g);var q,r;isNaN(c.top)||(k=a.getY(c.top)+e,r=0);isNaN(c.bottom)||(k=a.getY(c.bottom,!0)-c.height-e,r=c.height-h+e/2);isNaN(c.left)||(l=a.getX(c.left)+e,q=-e/2);isNaN(c.right)||(l=a.getX(c.right,!0)-c.width-e,q=c.width-h+e/2);e=b.set();e.clipRect(1,1,c.width,c.height);f.push(e);c.rectangleC=e;d.translate(l,k);m.translate(q,r);g.translate(q,r);f.mouseup(function(){c.handleMouseUp()});c.drawRectangle()},
216
  minimize:function(){this.downButtonSet.hide();this.upButtonSet.show();this.allSet.hide()},maximize:function(){this.downButtonSet.show();this.upButtonSet.hide();this.allSet.show()},buildSVGMap:function(){var a=this.chart,b={fill:this.mapColor,stroke:this.mapColor,"stroke-opacity":1},c=a.svgData.g.path,d=this.container,f=d.set(),e;for(e=0;e<c.length;e++){var g=d.path(c[e].d).attr(b);f.push(g)}this.allSet.push(f);b=f.getBBox();c=this.size*a.mapScale;d=-b.x*c;e=-b.y*c;var h=g=0;a.centerMap&&(g=(this.width-
217
  b.width*c)/2,h=(this.height-b.height*c)/2);this.mapWidth=b.width*c;this.mapHeight=b.height*c;this.dx=g;this.dy=h;f.translate(d+g,e+h,c)},update:function(){var a=this.chart,b=a.zoomLevel(),c=this.width,d=a.mapContainer,a=c/(a.realWidth*b),c=c/b,b=this.height/b,f=this.rectangle;f.translate(-d.x*a+this.dx,-d.y*a+this.dy);0<c&&0<b&&(f.setAttr("width",c),f.setAttr("height",b));this.rWidth=c;this.rHeight=b},drawRectangle:function(){var a=this.rectangle;AmCharts.remove(a);a=AmCharts.rect(this.container,
218
- 10,10,"#000",0,1,this.rectangleColor,1);this.rectangleC.push(a);this.rectangle=a},handleMouseUp:function(){var a=this.chart,b=a.zoomLevel();a.zoomTo(b,-((a.mouseX-this.set.x-this.dx-this.rWidth/2)/this.mapWidth)*b,-((a.mouseY-this.set.y-this.dy-this.rHeight/2)/this.mapHeight)*b)}});AmCharts.AreasProcessor=AmCharts.Class({construct:function(a){this.chart=a},process:function(a){this.updateAllAreas();this.allObjects=[];a=a.areas;var b=this.chart,c,d=a.length,f,e,g=0,h=b.svgAreasById,k=0,l=0;for(f=0;f<d;f++)e=a[f],e=e.value,k<e&&(k=e),l>e&&(l=e),isNaN(e)||(g+=Math.abs(e));isNaN(b.minValue)||(l=b.minValue);isNaN(b.maxValue)||(k=b.maxValue);b.maxValueReal=k;b.minValueReal=l;for(f=0;f<d;f++)e=a[f],isNaN(e.value)?e.percents=void 0:e.percents=(e.value-l)/g*100;for(f=0;f<d;f++){e=a[f];
219
- var m=h[e.id];c=b.areasSettings;m&&m.className&&(g=b.areasClasses[m.className])&&(c=g,c=AmCharts.processObject(c,AmCharts.AreasSettings,b.theme));var n=c.color,q=c.alpha,r=c.outlineThickness,y=c.rollOverColor,z=c.selectedColor,u=c.rollOverAlpha,w=c.outlineColor,A=c.outlineAlpha,t=c.balloonText,s=c.selectable,p=c.pattern,v=c.rollOverOutlineColor;this.allObjects.push(e);e.chart=b;e.baseSettings=c;e.autoZoomReal=void 0==e.autoZoom?c.autoZoom:e.autoZoom;g=e.color;void 0==g&&(g=n);var x=e.alpha;isNaN(x)&&
220
- (x=q);q=e.rollOverAlpha;isNaN(q)&&(q=u);isNaN(q)&&(q=x);u=e.rollOverColor;void 0==u&&(u=y);y=e.pattern;void 0==y&&(y=p);p=e.selectedColor;void 0==p&&(p=z);(z=e.balloonText)||(z=t);void 0==c.colorSolid||isNaN(e.value)||(t=Math.floor((e.value-l)/((k-l)/b.colorSteps)),t==b.colorSteps&&t--,colorPercent=1/(b.colorSteps-1)*t,e.colorReal=AmCharts.getColorFade(g,c.colorSolid,colorPercent));void 0!=e.color&&(e.colorReal=e.color);void 0==e.selectable&&(e.selectable=s);void 0==e.colorReal&&(e.colorReal=n);n=
221
- e.outlineColor;void 0==n&&(n=w);w=e.outlineAlpha;isNaN(w)&&(w=A);A=e.outlineThickness;isNaN(A)&&(A=r);r=e.rollOverOutlineColor;void 0==r&&(r=v);e.alphaReal=x;e.rollOverColorReal=u;e.rollOverAlphaReal=q;e.balloonTextReal=z;e.selectedColorReal=p;e.outlineColorReal=n;e.outlineAlphaReal=w;e.rollOverOutlineColorReal=r;e.outlineThicknessReal=A;e.patternReal=y;AmCharts.processDescriptionWindow(c,e);if(m&&(c=m.area,v=m.title,e.enTitle=m.title,v&&!e.title&&(e.title=v),(m=b.language)?(v=AmCharts.mapTranslations)&&
222
- (m=v[m])&&m[e.enTitle]&&(e.titleTr=m[e.enTitle]):e.titleTr=void 0,c)){e.displayObject=c;e.mouseEnabled&&b.addObjectEventListeners(c,e);var D;void 0!=g&&(D=g);void 0!=e.colorReal&&(D=e.showAsSelected||b.selectedObject==e?e.selectedColorReal:e.colorReal);c.setAttr("fill",D);c.setAttr("stroke",n);c.setAttr("stroke-opacity",w);c.setAttr("stroke-width",A);c.setAttr("fill-opacity",x);y&&c.pattern(y,b.mapScale)}}},updateAllAreas:function(){var a=this.chart,b=a.areasSettings,c=b.unlistedAreasColor,d=b.unlistedAreasAlpha,
223
- f=b.unlistedAreasOutlineColor,e=b.unlistedAreasOutlineAlpha,g=a.svgAreas,h=a.dataProvider,k=h.areas,l={},m;for(m=0;m<k.length;m++)l[k[m].id]=k[m];for(m=0;m<g.length;m++)if(k=g[m],void 0!=c&&k.setAttr("fill",c),isNaN(d)||k.setAttr("fill-opacity",d),void 0!=f&&k.setAttr("stroke",f),isNaN(e)||k.setAttr("stroke-opacity",e),k.setAttr("stroke-width",b.outlineThickness),h.getAreasFromMap&&!l[k.id]){var n=new AmCharts.MapArea(a.theme);n.parentObject=h;n.id=k.id;h.areas.push(n)}}});AmCharts.AreasSettings=AmCharts.Class({construct:function(a){this.cname="AreasSettings";this.alpha=1;this.autoZoom=!1;this.balloonText="[[title]]";this.color="#FFCC00";this.colorSolid="#990000";this.unlistedAreasAlpha=1;this.unlistedAreasColor="#DDDDDD";this.outlineColor="#FFFFFF";this.outlineAlpha=1;this.outlineThickness=.5;this.selectedColor=this.rollOverOutlineColor="#CC0000";this.unlistedAreasOutlineColor="#FFFFFF";this.unlistedAreasOutlineAlpha=1;this.descriptionWindowWidth=250;this.adjustOutlineThickness=
224
- !1;AmCharts.applyTheme(this,a,this.cname)}});AmCharts.ImagesProcessor=AmCharts.Class({construct:function(a){this.chart=a;this.reset()},process:function(a){var b=a.images,c;for(c=0;c<b.length;c++)this.createImage(b[c],c);a.parentObject&&a.remainVisible&&this.process(a.parentObject)},createImage:function(a,b){var c=this.chart,d=c.container,f=c.mapImagesContainer,e=c.stageImagesContainer,g=c.imagesSettings;a.remove&&a.remove();var h=g.color,k=g.alpha,l=g.rollOverColor,m=g.selectedColor,n=g.balloonText,q=g.outlineColor,r=g.outlineAlpha,y=g.outlineThickness,
225
- z=g.selectedScale,u=g.labelPosition,w=g.labelColor,A=g.labelFontSize,t=g.labelRollOverColor,s=g.selectedLabelColor;a.index=b;a.chart=c;a.baseSettings=c.imagesSettings;var p=d.set();a.displayObject=p;var v=a.color;void 0==v&&(v=h);h=a.alpha;isNaN(h)&&(h=k);k=a.outlineAlpha;isNaN(k)&&(k=r);r=a.rollOverColor;void 0==r&&(r=l);l=a.selectedColor;void 0==l&&(l=m);(m=a.balloonText)||(m=n);n=a.outlineColor;void 0==n&&(n=q);void 0==n&&(n=v);q=a.outlineThickness;isNaN(q)&&(q=y);(y=a.labelPosition)||(y=u);u=
226
- a.labelColor;void 0==u&&(u=w);w=a.labelRollOverColor;void 0==w&&(w=t);t=a.selectedLabelColor;void 0==t&&(t=s);s=a.labelFontSize;isNaN(s)&&(s=A);A=a.selectedScale;isNaN(A)&&(A=z);isNaN(a.rollOverScale);a.colorReal=v;a.alphaReal=h;a.rollOverColorReal=r;a.balloonTextReal=m;a.selectedColorReal=l;a.labelColorReal=u;a.labelRollOverColorReal=w;a.selectedLabelColorReal=t;a.labelFontSizeReal=s;a.labelPositionReal=y;a.selectedScaleReal=A;a.rollOverScaleReal=A;AmCharts.processDescriptionWindow(g,a);a.centeredReal=
227
- void 0==a.centered?g.centered:a.centered;s=a.type;t=a.imageURL;r=a.svgPath;w=a.width;l=a.height;g=a.scale;isNaN(a.percentWidth)||(w=a.percentWidth/100*c.realWidth);isNaN(a.percentHeight)||(l=a.percentHeight/100*c.realHeight);var x;t||s||r||(s="circle",w=1,k=h=0);u=z=0;A=a.selectedColorReal;if(s){isNaN(w)&&(w=10);isNaN(l)&&(l=10);"kilometers"==a.widthAndHeightUnits&&(w=c.kilometersToPixels(a.width),l=c.kilometersToPixels(a.height));"miles"==a.widthAndHeightUnits&&(w=c.milesToPixels(a.width),l=c.milesToPixels(a.height));
228
- if("circle"==s||"bubble"==s)l=w;x=this.createPredefinedImage(v,n,q,s,w,l);u=z=0;a.centeredReal?(isNaN(a.right)||(z=w*g),isNaN(a.bottom)||(u=l*g)):(z=w*g/2,u=l*g/2);x.translate(z,u,g)}else t?(isNaN(w)&&(w=10),isNaN(l)&&(l=10),x=d.image(t,0,0,w,l),x.node.setAttribute("preserveAspectRatio","none"),x.setAttr("opacity",h),a.centeredReal&&(z=isNaN(a.right)?-w/2:w/2,u=isNaN(a.bottom)?-l/2:l/2,x.translate(z,u))):r&&(x=d.path(r),n=x.getBBox(),a.centeredReal?(z=-n.x*g-n.width*g/2,isNaN(a.right)||(z=-z),u=-n.y*
229
- g-n.height*g/2,isNaN(a.bottom)||(u=-u)):z=u=0,x.translate(z,u,g),x.x=z,x.y=u);x&&(p.push(x),a.image=x,x.setAttr("stroke-opacity",k),x.setAttr("fill-opacity",h),x.setAttr("fill",v));!a.showAsSelected&&c.selectedObject!=a||void 0==A||x.setAttr("fill",A);v=null;void 0!==a.label&&(v=AmCharts.text(d,a.label,a.labelColorReal,c.fontFamily,a.labelFontSizeReal,a.labelAlign),x=a.labelBackgroundAlpha,(h=a.labelBackgroundColor)&&0<x&&(k=v.getBBox(),d=AmCharts.rect(d,k.width+16,k.height+10,h,x),p.push(d),a.labelBG=
230
- d),a.imageLabel=v,!a.labelInactive&&a.mouseEnabled&&c.addObjectEventListeners(v,a),p.push(v));isNaN(a.latitude)||isNaN(a.longitude)?e.push(p):f.push(p);p&&(p.rotation=a.rotation);this.updateSizeAndPosition(a);a.mouseEnabled&&c.addObjectEventListeners(p,a)},updateSizeAndPosition:function(a){var b=this.chart,c=a.displayObject,d=b.getX(a.left),f=b.getY(a.top),e=a.image.getBBox();isNaN(a.right)||(d=b.getX(a.right,!0)-e.width*a.scale);isNaN(a.bottom)||(f=b.getY(a.bottom,!0)-e.height*a.scale);var g=a.longitude,
231
- h=a.latitude,e=this.objectsToResize;this.allSvgObjects.push(c);this.allObjects.push(a);var k=a.imageLabel;if(!isNaN(d)&&!isNaN(f))c.translate(d,f);else if(!isNaN(h)&&!isNaN(g)&&(d=b.longitudeToCoordinate(g),f=b.latitudeToCoordinate(h),c.translate(d,f,NaN,!0),a.fixedSize)){d=1;if(a.showAsSelected||b.selectedObject==a)d=a.selectedScaleReal;e.push({image:c,scale:d})}this.positionLabel(k,a,a.labelPositionReal)},positionLabel:function(a,b,c){if(a){var d=b.image,f=0,e=0,g=0,h=0;d&&(h=d.getBBox(),e=d.y,
232
- f=d.x,g=h.width,h=h.height,b.svgPath&&(g*=b.scale,h*=b.scale));var d=a.getBBox(),k=d.width,l=d.height;"right"==c&&(f+=g+k/2+5,e+=h/2-2);"left"==c&&(f+=-k/2-5,e+=h/2-2);"top"==c&&(e-=l/2+3,f+=g/2);"bottom"==c&&(e+=h+l/2,f+=g/2);"middle"==c&&(f+=g/2,e+=h/2);a.translate(f+b.labelShiftX,e+b.labelShiftY);b.labelBG&&b.labelBG.translate(f-d.width/2+b.labelShiftX-9,e+b.labelShiftY-d.height/2-3)}},createPredefinedImage:function(a,b,c,d,f,e){var g=this.chart.container,h;switch(d){case "circle":h=AmCharts.circle(g,
233
- f/2,a,1,c,b,1);break;case "rectangle":h=AmCharts.polygon(g,[-f/2,f/2,f/2,-f/2],[e/2,e/2,-e/2,-e/2],a,1,c,b,1);break;case "bubble":h=AmCharts.circle(g,f/2,a,1,c,b,1,!0)}return h},reset:function(){this.objectsToResize=[];this.allSvgObjects=[];this.allObjects=[];this.allLabels=[]}});AmCharts.ImagesSettings=AmCharts.Class({construct:function(a){this.cname="ImagesSettings";this.balloonText="[[title]]";this.alpha=1;this.borderAlpha=0;this.borderThickness=1;this.labelPosition="right";this.labelColor="#000000";this.labelFontSize=11;this.color="#000000";this.labelRollOverColor="#00CC00";this.centered=!0;this.rollOverScale=this.selectedScale=1;this.descriptionWindowWidth=250;AmCharts.applyTheme(this,a,this.cname)}});AmCharts.LinesProcessor=AmCharts.Class({construct:function(a){this.chart=a;this.reset()},process:function(a){var b=a.lines,c=this.chart,d=c.linesSettings,f=this.objectsToResize,e=c.mapLinesContainer,g=c.stageLinesContainer,h=d.thickness,k=d.dashLength,l=d.arrow,m=d.arrowSize,n=d.arrowColor,q=d.arrowAlpha,r=d.color,y=d.alpha,z=d.rollOverColor,u=d.selectedColor,w=d.rollOverAlpha,A=d.balloonText,t=c.container,s;for(s=0;s<b.length;s++){var p=b[s];p.chart=c;p.baseSettings=d;var v=t.set();p.displayObject=
234
- v;this.allSvgObjects.push(v);this.allObjects.push(p);p.mouseEnabled&&c.addObjectEventListeners(v,p);if(p.remainVisible||c.selectedObject==p.parentObject){var x=p.thickness;isNaN(x)&&(x=h);var D=p.dashLength;isNaN(D)&&(D=k);var E=p.color;void 0==E&&(E=r);var B=p.alpha;isNaN(B)&&(B=y);var C=p.rollOverAlpha;isNaN(C)&&(C=w);isNaN(C)&&(C=B);var G=p.rollOverColor;void 0==G&&(G=z);var R=p.selectedColor;void 0==R&&(R=u);var P=p.balloonText;P||(P=A);var I=p.arrow;if(!I||"none"==I&&"none"!=l)I=l;var K=p.arrowColor;
235
- void 0==K&&(K=n);void 0==K&&(K=E);var L=p.arrowAlpha;isNaN(L)&&(L=q);isNaN(L)&&(L=B);var J=p.arrowSize;isNaN(J)&&(J=m);p.alphaReal=B;p.colorReal=E;p.rollOverColorReal=G;p.rollOverAlphaReal=C;p.balloonTextReal=P;p.selectedColorReal=R;p.thicknessReal=x;AmCharts.processDescriptionWindow(d,p);var C=this.processCoordinates(p.x,c.realWidth),G=this.processCoordinates(p.y,c.realHeight),M=p.longitudes,P=p.latitudes,H=M.length,N;if(0<H)for(C=[],N=0;N<H;N++)C.push(c.longitudeToCoordinate(M[N]));H=P.length;if(0<
236
- H)for(G=[],N=0;N<H;N++)G.push(c.latitudeToCoordinate(P[N]));if(0<C.length){AmCharts.dx=0;AmCharts.dy=0;M=AmCharts.line(t,C,G,E,1,x,D,!1,!1,!0);D=AmCharts.line(t,C,G,E,.001,3,D,!1,!1,!0);AmCharts.dx=.5;AmCharts.dy=.5;v.push(M);v.push(D);v.setAttr("opacity",B);if("none"!=I){var F,O,Q;if("end"==I||"both"==I)B=C[C.length-1],E=G[G.length-1],1<C.length?(H=C[C.length-2],F=G[G.length-2]):(H=B,F=E),F=180*Math.atan((E-F)/(B-H))/Math.PI,O=B,Q=E,F=0>B-H?F-90:F+90;"both"==I&&(B=AmCharts.polygon(t,[-J/2,0,J/2],
237
- [1.5*J,0,1.5*J],K,L,1,K,L),v.push(B),B.translate(O,Q),B.rotate(F),p.fixedSize&&f.push(B));if("start"==I||"both"==I)B=C[0],Q=G[0],1<C.length?(E=C[1],O=G[1]):(E=B,O=Q),F=180*Math.atan((Q-O)/(B-E))/Math.PI,O=B,F=0>B-E?F-90:F+90;"middle"==I&&(B=C[C.length-1],E=G[G.length-1],1<C.length?(H=C[C.length-2],F=G[G.length-2]):(H=B,F=E),O=H+(B-H)/2,Q=F+(E-F)/2,F=180*Math.atan((E-F)/(B-H))/Math.PI,F=0>B-H?F-90:F+90);B=AmCharts.polygon(t,[-J/2,0,J/2],[1.5*J,0,1.5*J],K,L,1,K,L);v.push(B);B.translate(O,Q);B.rotate(F);
238
- p.fixedSize&&f.push(B);p.arrowSvg=B}p.fixedSize&&M&&(this.linesToResize.push({line:M,thickness:x}),this.linesToResize.push({line:D,thickness:3}));p.lineSvg=M;p.showAsSelected&&!isNaN(R)&&M.setAttr("stroke",R);0<P.length?e.push(v):g.push(v)}}}a.parentObject&&a.remainVisible&&this.process(a.parentObject)},processCoordinates:function(a,b){var c=[],d;for(d=0;d<a.length;d++){var f=a[d],e=Number(f);isNaN(e)&&(e=Number(f.replace("%",""))*b/100);isNaN(e)||c.push(e)}return c},reset:function(){this.objectsToResize=
239
- [];this.allSvgObjects=[];this.allObjects=[];this.linesToResize=[]}});AmCharts.LinesSettings=AmCharts.Class({construct:function(a){this.cname="LinesSettings";this.balloonText="[[title]]";this.thickness=1;this.dashLength=0;this.arrowSize=10;this.arrowAlpha=1;this.arrow="none";this.color="#990000";this.descriptionWindowWidth=250;AmCharts.applyTheme(this,a,this.cname)}});AmCharts.MapObject=AmCharts.Class({construct:function(a){this.fixedSize=this.mouseEnabled=!0;this.images=[];this.lines=[];this.areas=[];this.remainVisible=!0;this.passZoomValuesToTarget=!1;this.objectType=this.cname;AmCharts.applyTheme(this,a,"MapObject")}});AmCharts.MapArea=AmCharts.Class({inherits:AmCharts.MapObject,construct:function(a){this.cname="MapArea";AmCharts.MapArea.base.construct.call(this,a);AmCharts.applyTheme(this,a,this.cname)}});AmCharts.MapLine=AmCharts.Class({inherits:AmCharts.MapObject,construct:function(a){this.cname="MapLine";this.longitudes=[];this.latitudes=[];this.x=[];this.y=[];this.arrow="none";AmCharts.MapLine.base.construct.call(this,a);AmCharts.applyTheme(this,a,this.cname)}});AmCharts.MapImage=AmCharts.Class({inherits:AmCharts.MapObject,construct:function(a){this.cname="MapImage";this.scale=1;this.widthAndHeightUnits="pixels";this.labelShiftY=this.labelShiftX=0;AmCharts.MapImage.base.construct.call(this,a);AmCharts.applyTheme(this,a,this.cname)},remove:function(){var a=this.displayObject;a&&a.remove();(a=this.imageLabel)&&a.remove()}});AmCharts.degreesToRadians=function(a){return a/180*Math.PI};AmCharts.radiansToDegrees=function(a){return a/Math.PI*180};AmCharts.getColorFade=function(a,b,c){var d=AmCharts.hex2RGB(b);b=d[0];var f=d[1],d=d[2],e=AmCharts.hex2RGB(a);a=e[0];var g=e[1],e=e[2];a+=Math.round((b-a)*c);g+=Math.round((f-g)*c);e+=Math.round((d-e)*c);return"rgb("+a+","+g+","+e+")"};AmCharts.hex2RGB=function(a){return[parseInt(a.substring(1,3),16),parseInt(a.substring(3,5),16),parseInt(a.substring(5,7),16)]};
240
- AmCharts.processDescriptionWindow=function(a,b){var c=a.descriptionWindowX,d=a.descriptionWindowY,f=a.descriptionWindowWidth,e=a.descriptionWindowHeight,g=b.descriptionWindowX;isNaN(g)&&(g=c);c=b.descriptionWindowY;isNaN(c)&&(c=d);d=b.descriptionWindowWidth;isNaN(d)&&(d=f);f=b.descriptionWindowHeight;isNaN(f)&&(f=e);b.descriptionWindowX=g;b.descriptionWindowY=c;b.descriptionWindowWidth=d;b.descriptionWindowHeight=f};AmCharts.MapData=AmCharts.Class({inherits:AmCharts.MapObject,construct:function(){this.cname="MapData";AmCharts.MapData.base.construct.call(this);this.projection="mercator";this.topLatitude=90;this.bottomLatitude=-90;this.leftLongitude=-180;this.rightLongitude=180;this.zoomLevel=1;this.getAreasFromMap=!1}});AmCharts.DescriptionWindow=AmCharts.Class({construct:function(){},show:function(a,b,c,d){var f=this,e=document.createElement("div");e.style.position="absolute";e.className="ammapDescriptionWindow";f.div=e;b.appendChild(e);var g=document.createElement("img");g.className="ammapDescriptionWindowCloseButton";g.src=a.pathToImages+"xIcon.gif";g.style.cssFloat="right";g.onclick=function(){f.close()};g.onmouseover=function(){g.src=a.pathToImages+"xIconH.gif"};g.onmouseout=function(){g.src=a.pathToImages+
 
 
241
  "xIcon.gif"};e.appendChild(g);b=document.createElement("div");b.className="ammapDescriptionTitle";b.onmousedown=function(){f.div.style.zIndex=1E3};e.appendChild(b);d=document.createTextNode(d);b.appendChild(d);d=b.offsetHeight;b=document.createElement("div");b.className="ammapDescriptionText";b.style.maxHeight=f.maxHeight-d-20+"px";e.appendChild(b);b.innerHTML=c},close:function(){try{this.div.parentNode.removeChild(this.div)}catch(a){}}});AmCharts.ValueLegend=AmCharts.Class({construct:function(a){this.cname="ValueLegend";this.showAsGradient=!1;this.minValue=0;this.height=12;this.width=200;this.bottom=this.left=10;this.borderColor="#FFFFFF";this.borderAlpha=this.borderThickness=1;this.color="#000000";this.fontSize=11;AmCharts.applyTheme(this,a,this.cname)},init:function(a,b){var c=a.areasSettings.color,d=a.areasSettings.colorSolid,f=a.colorSteps;AmCharts.remove(this.set);var e=b.set();this.set=e;var g=0,h=this.minValue,k=this.fontSize,
242
  l=a.fontFamily,m=this.color;void 0==h&&(h=a.minValueReal);void 0!==h&&(g=AmCharts.text(b,h,m,l,k,"left"),g.translate(0,k/2-1),e.push(g),g=g.getBBox().height);h=this.maxValue;void 0===h&&(h=a.maxValueReal);void 0!==h&&(g=AmCharts.text(b,h,m,l,k,"right"),g.translate(this.width,k/2-1),e.push(g),g=g.getBBox().height);if(this.showAsGradient)c=AmCharts.rect(b,this.width,this.height,[c,d],1,this.borderThickness,this.borderColor,1,0,0),c.translate(0,g),e.push(c);else for(k=this.width/f,l=0;l<f;l++)m=AmCharts.getColorFade(c,
243
  d,1*l/(f-1)),m=AmCharts.rect(b,k,this.height,m,1,this.borderThickness,this.borderColor,1),m.translate(k*l,g),e.push(m);d=c=0;f=e.getBBox();g=a.getY(this.bottom,!0);k=a.getY(this.top);l=a.getX(this.right,!0);m=a.getX(this.left);isNaN(k)||(c=k);isNaN(g)||(c=g-f.height);isNaN(m)||(d=m);isNaN(l)||(d=l-f.width);e.translate(d,c)}});AmCharts.ObjectList=AmCharts.Class({construct:function(a){this.divId=a},init:function(a){this.chart=a;var b;b=this.divId;this.container&&(b=this.container);this.div=b="object"!=typeof b?document.getElementById(b):b;b=document.createElement("div");b.className="ammapObjectList";this.div.appendChild(b);this.addObjects(a.dataProvider,b)},addObjects:function(a,b){var c=this.chart,d=document.createElement("ul"),f;if(a.areas)for(f=0;f<a.areas.length;f++){var e=a.areas[f];void 0===e.showInList&&(e.showInList=
1
+ if(!AmCharts)var AmCharts={themes:{},maps:{},inheriting:{},charts:[],onReadyArray:[],useUTC:!1,updateRate:40,uid:0,lang:{},translations:{},mapTranslations:{},windows:{},initHandlers:[]};
2
  AmCharts.Class=function(a){var b=function(){arguments[0]!==AmCharts.inheriting&&(this.events={},this.construct.apply(this,arguments))};a.inherits?(b.prototype=new a.inherits(AmCharts.inheriting),b.base=a.inherits.prototype,delete a.inherits):(b.prototype.createEvents=function(){for(var a=0,b=arguments.length;a<b;a++)this.events[arguments[a]]=[]},b.prototype.listenTo=function(a,b,c){this.removeListener(a,b,c);a.events[b].push({handler:c,scope:this})},b.prototype.addListener=function(a,b,c){this.removeListener(this,
3
  a,b);this.events[a].push({handler:b,scope:c})},b.prototype.removeListener=function(a,b,c){if(a&&a.events)for(a=a.events[b],b=a.length-1;0<=b;b--)a[b].handler===c&&a.splice(b,1)},b.prototype.fire=function(a,b){for(var c=this.events[a],g=0,h=c.length;g<h;g++){var k=c[g];k.handler.call(k.scope,b)}});for(var c in a)b.prototype[c]=a[c];return b};AmCharts.addChart=function(a){AmCharts.charts.push(a)};AmCharts.removeChart=function(a){for(var b=AmCharts.charts,c=b.length-1;0<=c;c--)b[c]==a&&b.splice(c,1)};
4
  AmCharts.isModern=!0;AmCharts.getIEVersion=function(){var a=0;if("Microsoft Internet Explorer"==navigator.appName){var b=navigator.userAgent,c=/MSIE ([0-9]{1,}[.0-9]{0,})/;null!=c.exec(b)&&(a=parseFloat(RegExp.$1))}else"Netscape"==navigator.appName&&(b=navigator.userAgent,c=/Trident\/.*rv:([0-9]{1,}[.0-9]{0,})/,null!=c.exec(b)&&(a=parseFloat(RegExp.$1)));return a};
5
+ AmCharts.applyLang=function(a,b){var c=AmCharts.translations;b.dayNames=AmCharts.dayNames;b.shortDayNames=AmCharts.shortDayNames;b.monthNames=AmCharts.monthNames;b.shortMonthNames=AmCharts.shortMonthNames;c&&(c=c[a])&&(AmCharts.lang=c,c.monthNames&&(b.dayNames=c.dayNames,b.shortDayNames=c.shortDayNames,b.monthNames=c.monthNames,b.shortMonthNames=c.shortMonthNames))};AmCharts.IEversion=AmCharts.getIEVersion();9>AmCharts.IEversion&&0<AmCharts.IEversion&&(AmCharts.isModern=!1,AmCharts.isIE=!0);
6
+ AmCharts.dx=0;AmCharts.dy=0;if(document.addEventListener||window.opera)AmCharts.isNN=!0,AmCharts.isIE=!1,AmCharts.dx=.5,AmCharts.dy=.5;document.attachEvent&&(AmCharts.isNN=!1,AmCharts.isIE=!0,AmCharts.isModern||(AmCharts.dx=0,AmCharts.dy=0));window.chrome&&(AmCharts.chrome=!0);AmCharts.handleResize=function(){for(var a=AmCharts.charts,b=0;b<a.length;b++){var c=a[b];c&&c.div&&c.handleResize()}};AmCharts.handleMouseUp=function(a){for(var b=AmCharts.charts,c=0;c<b.length;c++){var d=b[c];d&&d.handleReleaseOutside(a)}};
7
+ AmCharts.handleMouseMove=function(a){for(var b=AmCharts.charts,c=0;c<b.length;c++){var d=b[c];d&&d.handleMouseMove(a)}};AmCharts.handleWheel=function(a){for(var b=AmCharts.charts,c=0;c<b.length;c++){var d=b[c];if(d&&d.mouseIsOver){d.mouseWheelScrollEnabled||d.mouseWheelZoomEnabled?d.handleWheel(a):a.stopPropagation&&a.stopPropagation();break}}};AmCharts.resetMouseOver=function(){for(var a=AmCharts.charts,b=0;b<a.length;b++){var c=a[b];c&&(c.mouseIsOver=!1)}};AmCharts.ready=function(a){AmCharts.onReadyArray.push(a)};
8
+ AmCharts.handleLoad=function(){AmCharts.isReady=!0;for(var a=AmCharts.onReadyArray,b=0;b<a.length;b++){var c=a[b];isNaN(AmCharts.processDelay)?c():setTimeout(c,AmCharts.processDelay*b)}};AmCharts.addInitHandler=function(a,b){AmCharts.initHandlers.push({method:a,types:b})};AmCharts.callInitHandler=function(a){var b=AmCharts.initHandlers;if(AmCharts.initHandlers)for(var c=0;c<b.length;c++){var d=b[c];d.types?-1!=d.types.indexOf(a.type)&&d.method(a):d.method(a)}};
9
+ AmCharts.getUniqueId=function(){AmCharts.uid++;return"AmChartsEl-"+AmCharts.uid};AmCharts.isNN&&(document.addEventListener("mousemove",AmCharts.handleMouseMove,!0),window.addEventListener("resize",AmCharts.handleResize,!0),document.addEventListener("mouseup",AmCharts.handleMouseUp,!0),window.addEventListener("load",AmCharts.handleLoad,!0),window.addEventListener("DOMMouseScroll",AmCharts.handleWheel,!0),document.addEventListener("mousewheel",AmCharts.handleWheel,!0));
10
  AmCharts.isIE&&(document.attachEvent("onmousemove",AmCharts.handleMouseMove),window.attachEvent("onresize",AmCharts.handleResize),document.attachEvent("onmouseup",AmCharts.handleMouseUp),window.attachEvent("onload",AmCharts.handleLoad));
11
+ AmCharts.clear=function(){var a=AmCharts.charts;if(a)for(var b=0;b<a.length;b++)a[b].clear();AmCharts.charts=null;AmCharts.isNN&&(document.removeEventListener("mousemove",AmCharts.handleMouseMove,!0),window.removeEventListener("resize",AmCharts.handleResize,!0),document.removeEventListener("mouseup",AmCharts.handleMouseUp,!0),window.removeEventListener("load",AmCharts.handleLoad,!0),window.removeEventListener("DOMMouseScroll",AmCharts.handleWheel,!0),document.removeEventListener("mousewheel",AmCharts.handleWheel,
12
+ !0));AmCharts.isIE&&(document.detachEvent("onmousemove",AmCharts.handleMouseMove),window.detachEvent("onresize",AmCharts.handleResize),document.detachEvent("onmouseup",AmCharts.handleMouseUp),window.detachEvent("onload",AmCharts.handleLoad))};
13
  AmCharts.makeChart=function(a,b,c){var d=b.type,f=b.theme;AmCharts.isString(f)&&(f=AmCharts.themes[f],b.theme=f);var e;switch(d){case "serial":e=new AmCharts.AmSerialChart(f);break;case "xy":e=new AmCharts.AmXYChart(f);break;case "pie":e=new AmCharts.AmPieChart(f);break;case "radar":e=new AmCharts.AmRadarChart(f);break;case "gauge":e=new AmCharts.AmAngularGauge(f);break;case "funnel":e=new AmCharts.AmFunnelChart(f);break;case "map":e=new AmCharts.AmMap(f);break;case "stock":e=new AmCharts.AmStockChart(f)}AmCharts.extend(e,
14
+ b);AmCharts.isReady?isNaN(c)?e.write(a):setTimeout(function(){AmCharts.realWrite(e,a)},c):AmCharts.ready(function(){isNaN(c)?e.write(a):setTimeout(function(){AmCharts.realWrite(e,a)},c)});return e};AmCharts.realWrite=function(a,b){a.write(b)};AmCharts.toBoolean=function(a,b){if(void 0===a)return b;switch(String(a).toLowerCase()){case "true":case "yes":case "1":return!0;case "false":case "no":case "0":case null:return!1;default:return Boolean(a)}};AmCharts.removeFromArray=function(a,b){var c;if(void 0!=b&&void 0!=a)for(c=a.length-1;0<=c;c--)a[c]==b&&a.splice(c,1)};AmCharts.getDecimals=function(a){var b=0;isNaN(a)||(a=String(a),-1!=a.indexOf("e-")?b=Number(a.split("-")[1]):-1!=a.indexOf(".")&&(b=a.split(".")[1].length));return b};
15
+ AmCharts.wrappedText=function(a,b,c,d,f,e,g,h,k){var l=AmCharts.text(a,b,c,d,f,e,g),m="\n";AmCharts.isModern||(m="<br>");if(10<k)return l;if(l){var n=l.getBBox();if(n.width>h){n=Math.ceil(n.width/h);l.remove();for(var l=[],r=0;-1<(index=b.indexOf(" ",r));)l.push(index),r=index+1;Math.round(b.length/2);for(var p,r=0;r<l.length;r+=Math.ceil(l.length/n))p=l[r],b=b.substr(0,p)+m+b.substr(p+1);if(isNaN(p)){if(0==k)for(r=1;r<n;r++)p=Math.round(b.length/n*r),b=b.substr(0,p)+m+b.substr(p);return AmCharts.text(a,
16
+ b,c,d,f,e,g)}return AmCharts.wrappedText(a,b,c,d,f,e,g,h,k+1)}return l}};AmCharts.getStyle=function(a,b){var c="";document.defaultView&&document.defaultView.getComputedStyle?c=document.defaultView.getComputedStyle(a,"").getPropertyValue(b):a.currentStyle&&(b=b.replace(/\-(\w)/g,function(a,b){return b.toUpperCase()}),c=a.currentStyle[b]);return c};AmCharts.removePx=function(a){if(void 0!=a)return Number(a.substring(0,a.length-2))};
17
+ AmCharts.getURL=function(a,b){if(a)if("_self"!=b&&b)if("_top"==b&&window.top)window.top.location.href=a;else if("_parent"==b&&window.parent)window.parent.location.href=a;else if("_blank"==b)window.open(a);else{var c=document.getElementsByName(b)[0];c?c.src=a:(c=AmCharts.windows[b])?c.opener&&!c.opener.closed?c.location.href=a:AmCharts.windows[b]=window.open(a):AmCharts.windows[b]=window.open(a)}else window.location.href=a};AmCharts.ifArray=function(a){return a&&0<a.length?!0:!1};
18
+ AmCharts.callMethod=function(a,b){var c;for(c=0;c<b.length;c++){var d=b[c];if(d){if(d[a])d[a]();var f=d.length;if(0<f){var e;for(e=0;e<f;e++){var g=d[e];if(g&&g[a])g[a]()}}}}};AmCharts.toNumber=function(a){return"number"==typeof a?a:Number(String(a).replace(/[^0-9\-.]+/g,""))};
19
+ AmCharts.toColor=function(a){if(""!==a&&void 0!==a)if(-1!=a.indexOf(",")){a=a.split(",");var b;for(b=0;b<a.length;b++){var c=a[b].substring(a[b].length-6,a[b].length);a[b]="#"+c}}else a=a.substring(a.length-6,a.length),a="#"+a;return a};AmCharts.toCoordinate=function(a,b,c){var d;void 0!==a&&(a=String(a),c&&c<b&&(b=c),d=Number(a),-1!=a.indexOf("!")&&(d=b-Number(a.substr(1))),-1!=a.indexOf("%")&&(d=b*Number(a.substr(0,a.length-1))/100));return d};
20
+ AmCharts.fitToBounds=function(a,b,c){a<b&&(a=b);a>c&&(a=c);return a};AmCharts.isDefined=function(a){return void 0===a?!1:!0};AmCharts.stripNumbers=function(a){return a.replace(/[0-9]+/g,"")};AmCharts.roundTo=function(a,b){if(0>b)return a;var c=Math.pow(10,b);return Math.round(a*c)/c};AmCharts.toFixed=function(a,b){var c=String(Math.round(a*Math.pow(10,b)));if(0<b){var d=c.length;if(d<b){var f;for(f=0;f<b-d;f++)c="0"+c}d=c.substring(0,c.length-b);""===d&&(d=0);return d+"."+c.substring(c.length-b,c.length)}return String(c)};
21
  AmCharts.formatDuration=function(a,b,c,d,f,e){var g=AmCharts.intervals,h=e.decimalSeparator;if(a>=g[b].contains){var k=a-Math.floor(a/g[b].contains)*g[b].contains;"ss"==b&&(k=AmCharts.formatNumber(k,e),1==k.split(h)[0].length&&(k="0"+k));("mm"==b||"hh"==b)&&10>k&&(k="0"+k);c=k+""+d[b]+""+c;a=Math.floor(a/g[b].contains);b=g[b].nextInterval;return AmCharts.formatDuration(a,b,c,d,f,e)}"ss"==b&&(a=AmCharts.formatNumber(a,e),1==a.split(h)[0].length&&(a="0"+a));("mm"==b||"hh"==b)&&10>a&&(a="0"+a);c=a+""+
22
  d[b]+""+c;if(g[f].count>g[b].count)for(a=g[b].count;a<g[f].count;a++)b=g[b].nextInterval,"ss"==b||"mm"==b||"hh"==b?c="00"+d[b]+""+c:"DD"==b&&(c="0"+d[b]+""+c);":"==c.charAt(c.length-1)&&(c=c.substring(0,c.length-1));return c};
23
  AmCharts.formatNumber=function(a,b,c,d,f){a=AmCharts.roundTo(a,b.precision);isNaN(c)&&(c=b.precision);var e=b.decimalSeparator;b=b.thousandsSeparator;var g;g=0>a?"-":"";a=Math.abs(a);var h=String(a),k=!1;-1!=h.indexOf("e")&&(k=!0);0<=c&&!k&&(h=AmCharts.toFixed(a,c));var l="";if(k)l=h;else{var h=h.split("."),k=String(h[0]),m;for(m=k.length;0<=m;m-=3)l=m!=k.length?0!==m?k.substring(m-3,m)+b+l:k.substring(m-3,m)+l:k.substring(m-3,m);void 0!==h[1]&&(l=l+e+h[1]);void 0!==c&&0<c&&"0"!=l&&(l=AmCharts.addZeroes(l,
38
  AmCharts.easeOutElastic=function(a,b,c,d,f){a=1.70158;var e=0,g=d;if(0===b)return c;if(1==(b/=f))return c+d;e||(e=.3*f);g<Math.abs(d)?(g=d,a=e/4):a=e/(2*Math.PI)*Math.asin(d/g);return g*Math.pow(2,-10*b)*Math.sin(2*(b*f-a)*Math.PI/e)+d+c};AmCharts.AmDraw=AmCharts.Class({construct:function(a,b,c,d){AmCharts.SVG_NS="http://www.w3.org/2000/svg";AmCharts.SVG_XLINK="http://www.w3.org/1999/xlink";AmCharts.hasSVG=!!document.createElementNS&&!!document.createElementNS(AmCharts.SVG_NS,"svg").createSVGRect;1>b&&(b=10);1>c&&(c=10);this.div=a;this.width=b;this.height=c;this.rBin=document.createElement("div");if(AmCharts.hasSVG){AmCharts.SVG=!0;var f=this.createSvgElement("svg");f.style.position="absolute";f.style.width=b+"px";f.style.height=c+
39
  "px";b=this.createSvgElement("desc");b.appendChild(document.createTextNode("JavaScript chart by amCharts "+d.version));f.appendChild(b);AmCharts.rtl&&(f.setAttribute("direction","rtl"),f.style.left="auto",f.style.right="0px");f.setAttribute("version","1.1");a.appendChild(f);this.container=f;this.R=new AmCharts.SVGRenderer(this)}else AmCharts.isIE&&AmCharts.VMLRenderer&&(AmCharts.VML=!0,AmCharts.vmlStyleSheet||(document.namespaces.add("amvml","urn:schemas-microsoft-com:vml"),31>document.styleSheets.length?
40
  (f=document.createStyleSheet(),f.addRule(".amvml","behavior:url(#default#VML); display:inline-block; antialias:true"),AmCharts.vmlStyleSheet=f):document.styleSheets[0].addRule(".amvml","behavior:url(#default#VML); display:inline-block; antialias:true")),this.container=a,this.R=new AmCharts.VMLRenderer(this,d),this.R.disableSelection(a))},createSvgElement:function(a){return document.createElementNS(AmCharts.SVG_NS,a)},circle:function(a,b,c,d){var f=new AmCharts.AmDObject("circle",this);f.attr({r:c,
41
+ cx:a,cy:b});this.addToContainer(f.node,d);return f},ellipse:function(a,b,c,d,f){var e=new AmCharts.AmDObject("ellipse",this);e.attr({rx:c,ry:d,cx:a,cy:b});this.addToContainer(e.node,f);return e},setSize:function(a,b){0<a&&0<b&&(this.container.style.width=a+"px",this.container.style.height=b+"px")},rect:function(a,b,c,d,f,e,g){var h=new AmCharts.AmDObject("rect",this);AmCharts.VML&&(f=Math.round(100*f/Math.min(c,d)),c+=2*e,d+=2*e,h.bw=e,h.node.style.marginLeft=-e,h.node.style.marginTop=-e);1>c&&(c=
42
+ 1);1>d&&(d=1);h.attr({x:a,y:b,width:c,height:d,rx:f,ry:f,"stroke-width":e});this.addToContainer(h.node,g);return h},image:function(a,b,c,d,f,e){var g=new AmCharts.AmDObject("image",this);g.attr({x:b,y:c,width:d,height:f});this.R.path(g,a);this.addToContainer(g.node,e);return g},addToContainer:function(a,b){b||(b=this.container);b.appendChild(a)},text:function(a,b,c){return this.R.text(a,b,c)},path:function(a,b,c,d){var f=new AmCharts.AmDObject("path",this);d||(d="100,100");f.attr({cs:d});c?f.attr({dd:a}):
43
+ f.attr({d:a});this.addToContainer(f.node,b);return f},set:function(a){return this.R.set(a)},remove:function(a){if(a){var b=this.rBin;b.appendChild(a);b.innerHTML=""}},renderFix:function(){var a=this.container,b=a.style,c;try{c=a.getScreenCTM()||a.createSVGMatrix()}catch(d){c=a.createSVGMatrix()}a=1-c.e%1;c=1-c.f%1;.5<a&&--a;.5<c&&--c;a&&(b.left=a+"px");c&&(b.top=c+"px")},update:function(){this.R.update()}});AmCharts.AmDObject=AmCharts.Class({construct:function(a,b){this.D=b;this.R=b.R;this.node=this.R.create(this,a);this.y=this.x=0;this.scale=1},attr:function(a){this.R.attr(this,a);return this},getAttr:function(a){return this.node.getAttribute(a)},setAttr:function(a,b){this.R.setAttr(this,a,b);return this},clipRect:function(a,b,c,d){this.R.clipRect(this,a,b,c,d)},translate:function(a,b,c,d){d||(a=Math.round(a),b=Math.round(b));this.R.move(this,a,b,c);this.x=a;this.y=b;this.scale=c;this.angle&&this.rotate(this.angle)},
44
  rotate:function(a,b){this.R.rotate(this,a,b);this.angle=a},animate:function(a,b,c){for(var d in a)if(a.hasOwnProperty(d)){var f=d,e=a[d];c=AmCharts.getEffect(c);this.R.animate(this,f,e,b,c)}},push:function(a){if(a){var b=this.node;b.appendChild(a.node);var c=a.clipPath;c&&b.appendChild(c);(a=a.grad)&&b.appendChild(a)}},text:function(a){this.R.setText(this,a)},remove:function(){this.R.remove(this)},clear:function(){var a=this.node;if(a.hasChildNodes())for(;1<=a.childNodes.length;)a.removeChild(a.firstChild)},
45
  hide:function(){this.setAttr("visibility","hidden")},show:function(){this.setAttr("visibility","visible")},getBBox:function(){return this.R.getBBox(this)},toFront:function(){var a=this.node;if(a){this.prevNextNode=a.nextSibling;var b=a.parentNode;b&&b.appendChild(a)}},toPrevious:function(){var a=this.node;a&&this.prevNextNode&&(a=a.parentNode)&&a.insertBefore(this.prevNextNode,null)},toBack:function(){var a=this.node;if(a){this.prevNextNode=a.nextSibling;var b=a.parentNode;if(b){var c=b.firstChild;
46
  c&&b.insertBefore(a,c)}}},mouseover:function(a){this.R.addListener(this,"mouseover",a);return this},mouseout:function(a){this.R.addListener(this,"mouseout",a);return this},click:function(a){this.R.addListener(this,"click",a);return this},dblclick:function(a){this.R.addListener(this,"dblclick",a);return this},mousedown:function(a){this.R.addListener(this,"mousedown",a);return this},mouseup:function(a){this.R.addListener(this,"mouseup",a);return this},touchstart:function(a){this.R.addListener(this,
47
+ "touchstart",a);return this},touchend:function(a){this.R.addListener(this,"touchend",a);return this},contextmenu:function(a){this.node.addEventListener?this.node.addEventListener("contextmenu",a,!0):this.R.addListener(this,"contextmenu",a);return this},stop:function(a){AmCharts.removeFromArray(this.R.animations,this.an_x);AmCharts.removeFromArray(this.R.animations,this.an_y)},length:function(){return this.node.childNodes.length},gradient:function(a,b,c){this.R.gradient(this,a,b,c)},pattern:function(a,
48
+ b){a&&this.R.pattern(this,a,b)}});AmCharts.SVGRenderer=AmCharts.Class({construct:function(a){this.D=a;this.animations=[]},create:function(a,b){return document.createElementNS(AmCharts.SVG_NS,b)},attr:function(a,b){for(var c in b)b.hasOwnProperty(c)&&this.setAttr(a,c,b[c])},setAttr:function(a,b,c){void 0!==c&&a.node.setAttribute(b,c)},animate:function(a,b,c,d,f){var e=a.node;a["an_"+b]&&AmCharts.removeFromArray(this.animations,a["an_"+b]);"translate"==b?(e=(e=e.getAttribute("transform"))?String(e).substring(10,e.length-1):"0,0",e=
49
  e.split(", ").join(" "),e=e.split(" ").join(","),0===e&&(e="0,0")):e=Number(e.getAttribute(b));c={obj:a,frame:0,attribute:b,from:e,to:c,time:d,effect:f};this.animations.push(c);a["an_"+b]=c},update:function(){var a,b=this.animations;for(a=b.length-1;0<=a;a--){var c=b[a],d=1E3*c.time/AmCharts.updateRate,f=c.frame+1,e=c.obj,g=c.attribute,h,k,l;f<=d?(c.frame++,"translate"==g?(h=c.from.split(","),g=Number(h[0]),h=Number(h[1]),isNaN(h)&&(h=0),k=c.to.split(","),l=Number(k[0]),k=Number(k[1]),l=0===l-g?l:
50
  Math.round(AmCharts[c.effect](0,f,g,l-g,d)),c=0===k-h?k:Math.round(AmCharts[c.effect](0,f,h,k-h,d)),g="transform",c="translate("+l+","+c+")"):(k=Number(c.from),h=Number(c.to),l=h-k,c=AmCharts[c.effect](0,f,k,l,d),isNaN(c)&&(c=h),0===l&&this.animations.splice(a,1)),this.setAttr(e,g,c)):("translate"==g?(k=c.to.split(","),l=Number(k[0]),k=Number(k[1]),e.translate(l,k)):(h=Number(c.to),this.setAttr(e,g,h)),this.animations.splice(a,1))}},getBBox:function(a){if(a=a.node)try{return a.getBBox()}catch(b){}return{width:0,
51
+ height:0,x:0,y:0}},path:function(a,b){a.node.setAttributeNS(AmCharts.SVG_XLINK,"xlink:href",b)},clipRect:function(a,b,c,d,f){var e=a.node,g=a.clipPath;g&&this.D.remove(g);var h=e.parentNode;h&&(e=document.createElementNS(AmCharts.SVG_NS,"clipPath"),g=AmCharts.getUniqueId(),e.setAttribute("id",g),this.D.rect(b,c,d,f,0,0,e),h.appendChild(e),b="#",AmCharts.baseHref&&!AmCharts.isIE&&(b=this.removeTarget(window.location.href)+b),this.setAttr(a,"clip-path","url("+b+g+")"),this.clipPathC++,a.clipPath=e)},
52
+ text:function(a,b,c){var d=new AmCharts.AmDObject("text",this.D);a=String(a).split("\n");var f=b["font-size"],e;for(e=0;e<a.length;e++){var g=this.create(null,"tspan");g.appendChild(document.createTextNode(a[e]));g.setAttribute("y",(f+2)*e+Math.round(f/2));g.setAttribute("x",0);g.style.fontSize=f+"px";d.node.appendChild(g)}d.node.setAttribute("y",Math.round(f/2));this.attr(d,b);this.D.addToContainer(d.node,c);return d},setText:function(a,b){var c=a.node;c&&(c.removeChild(c.firstChild),c.appendChild(document.createTextNode(b)))},
53
+ move:function(a,b,c,d){isNaN(b)&&(b=0);isNaN(c)&&(c=0);b="translate("+b+","+c+")";d&&(b=b+" scale("+d+")");this.setAttr(a,"transform",b)},rotate:function(a,b){var c=a.node.getAttribute("transform"),d="rotate("+b+")";c&&(d=c+" "+d);this.setAttr(a,"transform",d)},set:function(a){var b=new AmCharts.AmDObject("g",this.D);this.D.container.appendChild(b.node);if(a){var c;for(c=0;c<a.length;c++)b.push(a[c])}return b},addListener:function(a,b,c){a.node["on"+b]=c},gradient:function(a,b,c,d){var f=a.node,e=
54
+ a.grad;e&&this.D.remove(e);b=document.createElementNS(AmCharts.SVG_NS,b);e=AmCharts.getUniqueId();b.setAttribute("id",e);if(!isNaN(d)){var g=0,h=0,k=0,l=0;90==d?k=100:270==d?l=100:180==d?g=100:0===d&&(h=100);b.setAttribute("x1",g+"%");b.setAttribute("x2",h+"%");b.setAttribute("y1",k+"%");b.setAttribute("y2",l+"%")}for(d=0;d<c.length;d++)g=document.createElementNS(AmCharts.SVG_NS,"stop"),h=100*d/(c.length-1),0===d&&(h=0),g.setAttribute("offset",h+"%"),g.setAttribute("stop-color",c[d]),b.appendChild(g);
55
+ f.parentNode.appendChild(b);c="#";AmCharts.baseHref&&!AmCharts.isIE&&(c=this.removeTarget(window.location.href)+c);f.setAttribute("fill","url("+c+e+")");a.grad=b},removeTarget:function(a){urlArr=a.split("#");return urlArr[0]},pattern:function(a,b,c){var d=a.node;isNaN(c)&&(c=1);var f=a.patternNode;f&&this.D.remove(f);var f=document.createElementNS(AmCharts.SVG_NS,"pattern"),e=AmCharts.getUniqueId(),g=b;b.url&&(g=b.url);var h=Number(b.width);isNaN(h)&&(h=4);var k=Number(b.height);isNaN(k)&&(k=4);h/=
56
+ c;k/=c;c=b.x;isNaN(c)&&(c=0);var l=-Math.random()*Number(b.randomX);isNaN(l)||(c=l);l=b.y;isNaN(l)&&(l=0);var m=-Math.random()*Number(b.randomY);isNaN(m)||(l=m);f.setAttribute("id",e);f.setAttribute("width",h);f.setAttribute("height",k);f.setAttribute("patternUnits","userSpaceOnUse");f.setAttribute("xlink:href",g);b.color&&(m=document.createElementNS(AmCharts.SVG_NS,"rect"),m.setAttributeNS(null,"height",h),m.setAttributeNS(null,"width",k),m.setAttributeNS(null,"fill",b.color),f.appendChild(m));this.D.image(g,
57
+ 0,0,h,k,f).translate(c,l);g="#";AmCharts.baseHref&&!AmCharts.isIE&&(g=this.removeTarget(window.location.href)+g);d.setAttribute("fill","url("+g+e+")");a.patternNode=f;d.parentNode.appendChild(f)},remove:function(a){a.clipPath&&this.D.remove(a.clipPath);a.grad&&this.D.remove(a.grad);a.patternNode&&this.D.remove(a.patternNode);this.D.remove(a.node)}});AmCharts.AmChart=AmCharts.Class({construct:function(a){this.theme=a;this.version="3.11.3";AmCharts.addChart(this);this.createEvents("dataUpdated","init","rendered","drawn","failed");this.height=this.width="100%";this.dataChanged=!0;this.chartCreated=!1;this.previousWidth=this.previousHeight=0;this.backgroundColor="#FFFFFF";this.borderAlpha=this.backgroundAlpha=0;this.color=this.borderColor="#000000";this.fontFamily="Verdana";this.fontSize=11;this.usePrefixes=!1;this.precision=-1;this.percentPrecision=
58
  2;this.decimalSeparator=".";this.thousandsSeparator=",";this.labels=[];this.allLabels=[];this.titles=[];this.marginRight=this.marginLeft=this.autoMarginOffset=0;this.timeOuts=[];this.creditsPosition="top-left";var b=document.createElement("div"),c=b.style;c.overflow="hidden";c.position="relative";c.textAlign="left";this.chartDiv=b;b=document.createElement("div");c=b.style;c.overflow="hidden";c.position="relative";c.textAlign="left";this.legendDiv=b;this.titleHeight=0;this.hideBalloonTime=150;this.handDrawScatter=
59
  2;this.handDrawThickness=1;this.prefixesOfBigNumbers=[{number:1E3,prefix:"k"},{number:1E6,prefix:"M"},{number:1E9,prefix:"G"},{number:1E12,prefix:"T"},{number:1E15,prefix:"P"},{number:1E18,prefix:"E"},{number:1E21,prefix:"Z"},{number:1E24,prefix:"Y"}];this.prefixesOfSmallNumbers=[{number:1E-24,prefix:"y"},{number:1E-21,prefix:"z"},{number:1E-18,prefix:"a"},{number:1E-15,prefix:"f"},{number:1E-12,prefix:"p"},{number:1E-9,prefix:"n"},{number:1E-6,prefix:"\u03bc"},{number:.001,prefix:"m"}];this.panEventsEnabled=
60
  !0;AmCharts.bezierX=3;AmCharts.bezierY=6;this.product="amcharts";this.animations=[];this.balloon=new AmCharts.AmBalloon(this.theme);this.balloon.chart=this;AmCharts.applyTheme(this,a,"AmChart")},drawChart:function(){this.drawBackground();this.redrawLabels();this.drawTitles();this.brr()},drawBackground:function(){AmCharts.remove(this.background);var a=this.container,b=this.backgroundColor,c=this.backgroundAlpha,d=this.set;AmCharts.isModern||0!==c||(c=.001);var f=this.updateWidth();this.realWidth=f;
61
  var e=this.updateHeight();this.realHeight=e;this.background=b=AmCharts.polygon(a,[0,f-1,f-1,0],[0,0,e-1,e-1],b,c,1,this.borderColor,this.borderAlpha);d.push(b);if(b=this.backgroundImage)this.path&&(b=this.path+b),this.bgImg=a=a.image(b,0,0,f,e),d.push(a)},drawTitles:function(){var a=this.titles;if(AmCharts.ifArray(a)){var b=20,c;for(c=0;c<a.length;c++){var d=a[c],f=d.color;void 0===f&&(f=this.color);var e=d.size;isNaN(e)&&(e=this.fontSize+2);isNaN(d.alpha);var g=this.marginLeft,f=AmCharts.text(this.container,
62
+ d.text,f,this.fontFamily,e);f.translate(g+(this.realWidth-this.marginRight-g)/2,b);f.node.style.pointerEvents="none";g=!0;void 0!==d.bold&&(g=d.bold);g&&f.attr({"font-weight":"bold"});f.attr({opacity:d.alpha});b+=e+6;this.freeLabelsSet.push(f)}}},write:function(a){if(a="object"!=typeof a?document.getElementById(a):a){a.innerHTML="";this.div=a;a.style.overflow="hidden";a.style.textAlign="left";var b=this.chartDiv,c=this.legendDiv,d=this.legend,f=c.style,e=b.style;this.measure();var g,h=document.createElement("div");
63
+ g=h.style;g.position="relative";this.containerDiv=h;a.appendChild(h);var k=this.exportConfig;k&&AmCharts.AmExport&&!this.AmExport&&(this.AmExport=new AmCharts.AmExport(this,k));this.amExport&&AmCharts.AmExport&&(this.AmExport=AmCharts.extend(this.amExport,new AmCharts.AmExport(this),!0));this.AmExport&&this.AmExport.init&&this.AmExport.init();if(d)switch(d=this.addLegend(d,d.divId),d.position){case "bottom":h.appendChild(b);h.appendChild(c);break;case "top":h.appendChild(c);h.appendChild(b);break;
64
+ case "absolute":g.width=a.style.width;g.height=a.style.height;f.position="absolute";e.position="absolute";void 0!==d.left&&(f.left=d.left+"px");void 0!==d.right&&(f.right=d.right+"px");void 0!==d.top&&(f.top=d.top+"px");void 0!==d.bottom&&(f.bottom=d.bottom+"px");d.marginLeft=0;d.marginRight=0;h.appendChild(b);h.appendChild(c);break;case "right":g.width=a.style.width;g.height=a.style.height;f.position="relative";e.position="absolute";h.appendChild(b);h.appendChild(c);break;case "left":g.width=a.style.width;
65
+ g.height=a.style.height;f.position="absolute";e.position="relative";h.appendChild(b);h.appendChild(c);break;case "outside":h.appendChild(b)}else h.appendChild(b);this.listenersAdded||(this.addListeners(),this.listenersAdded=!0);this.initChart()}},createLabelsSet:function(){AmCharts.remove(this.labelsSet);this.labelsSet=this.container.set();this.freeLabelsSet.push(this.labelsSet)},initChart:function(){this.initHC||(AmCharts.callInitHandler(this),this.initHC=!0);AmCharts.applyLang(this.language,this);
66
+ var a=this.numberFormatter;a&&(isNaN(a.precision)||(this.precision=a.precision),void 0!==a.thousandsSeparator&&(this.thousandsSeparator=a.thousandsSeparator),void 0!==a.decimalSeparator&&(this.decimalSeparator=a.decimalSeparator));(a=this.percentFormatter)&&!isNaN(a.precision)&&(this.percentPrecision=a.precision);this.nf={precision:this.precision,thousandsSeparator:this.thousandsSeparator,decimalSeparator:this.decimalSeparator};this.pf={precision:this.percentPrecision,thousandsSeparator:this.thousandsSeparator,
67
+ decimalSeparator:this.decimalSeparator};this.divIsFixed=AmCharts.findIfFixed(this.chartDiv);this.previousHeight=this.divRealHeight;this.previousWidth=this.divRealWidth;this.destroy();this.startInterval();a=0;document.attachEvent&&!window.opera&&(a=1);this.dmouseX=this.dmouseY=0;var b=document.getElementsByTagName("html")[0];b&&window.getComputedStyle&&(b=window.getComputedStyle(b,null))&&(this.dmouseY=AmCharts.removePx(b.getPropertyValue("margin-top")),this.dmouseX=AmCharts.removePx(b.getPropertyValue("margin-left")));
68
+ this.mouseMode=a;(a=this.container)?(a.container.innerHTML="",this.chartDiv.appendChild(a.container),a.setSize(this.realWidth,this.realHeight)):a=new AmCharts.AmDraw(this.chartDiv,this.realWidth,this.realHeight,this);AmCharts.VML||AmCharts.SVG?(a.handDrawn=this.handDrawn,a.handDrawScatter=this.handDrawScatter,a.handDrawThickness=this.handDrawThickness,this.container=a,this.set&&this.set.remove(),this.set=a.set(),this.gridSet&&this.gridSet.remove(),this.gridSet=a.set(),this.cursorLineSet&&this.cursorLineSet.remove(),
69
+ this.cursorLineSet=a.set(),this.graphsBehindSet&&this.graphsBehindSet.remove(),this.graphsBehindSet=a.set(),this.bulletBehindSet&&this.bulletBehindSet.remove(),this.bulletBehindSet=a.set(),this.columnSet&&this.columnSet.remove(),this.columnSet=a.set(),this.graphsSet&&this.graphsSet.remove(),this.graphsSet=a.set(),this.trendLinesSet&&this.trendLinesSet.remove(),this.trendLinesSet=a.set(),this.axesSet&&this.axesSet.remove(),this.axesSet=a.set(),this.cursorSet&&this.cursorSet.remove(),this.cursorSet=
70
+ a.set(),this.scrollbarsSet&&this.scrollbarsSet.remove(),this.scrollbarsSet=a.set(),this.bulletSet&&this.bulletSet.remove(),this.bulletSet=a.set(),this.freeLabelsSet&&this.freeLabelsSet.remove(),this.axesLabelsSet&&this.axesLabelsSet.remove(),this.axesLabelsSet=a.set(),this.freeLabelsSet=a.set(),this.balloonsSet&&this.balloonsSet.remove(),this.balloonsSet=a.set(),this.zoomButtonSet&&this.zoomButtonSet.remove(),this.zoomButtonSet=a.set(),this.linkSet&&this.linkSet.remove(),this.linkSet=a.set(),this.renderFix()):
71
+ this.fire("failed",{type:"failed",chart:this})},measure:function(){var a=this.div;if(a){var b=this.chartDiv,c=a.offsetWidth,d=a.offsetHeight,f=this.container;a.clientHeight&&(c=a.clientWidth,d=a.clientHeight);var e=AmCharts.removePx(AmCharts.getStyle(a,"padding-left")),g=AmCharts.removePx(AmCharts.getStyle(a,"padding-right")),h=AmCharts.removePx(AmCharts.getStyle(a,"padding-top")),k=AmCharts.removePx(AmCharts.getStyle(a,"padding-bottom"));isNaN(e)||(c-=e);isNaN(g)||(c-=g);isNaN(h)||(d-=h);isNaN(k)||
72
+ (d-=k);e=a.style;a=e.width;e=e.height;-1!=a.indexOf("px")&&(c=AmCharts.removePx(a));-1!=e.indexOf("px")&&(d=AmCharts.removePx(e));a=AmCharts.toCoordinate(this.width,c);e=AmCharts.toCoordinate(this.height,d);this.balloon=AmCharts.processObject(this.balloon,AmCharts.AmBalloon,this.theme);this.balloon.chart=this;(a!=this.previousWidth||e!=this.previousHeight)&&0<a&&0<e&&(b.style.width=a+"px",b.style.height=e+"px",f&&f.setSize(a,e));this.balloon.setBounds(2,2,a-2,e);this.realWidth=a;this.realHeight=e;
73
+ this.divRealWidth=c;this.divRealHeight=d}},destroy:function(){this.chartDiv.innerHTML="";this.clearTimeOuts();this.interval&&clearInterval(this.interval);this.interval=NaN},clearTimeOuts:function(){var a=this.timeOuts;if(a){var b;for(b=0;b<a.length;b++)clearTimeout(a[b])}this.timeOuts=[]},clear:function(a){AmCharts.callMethod("clear",[this.chartScrollbar,this.scrollbarV,this.scrollbarH,this.chartCursor]);this.chartCursor=this.scrollbarH=this.scrollbarV=this.chartScrollbar=null;this.clearTimeOuts();
74
+ this.interval&&clearInterval(this.interval);this.container&&(this.container.remove(this.chartDiv),this.container.remove(this.legendDiv));a||AmCharts.removeChart(this)},setMouseCursor:function(a){"auto"==a&&AmCharts.isNN&&(a="default");this.chartDiv.style.cursor=a;this.legendDiv.style.cursor=a},redrawLabels:function(){this.labels=[];var a=this.allLabels;this.createLabelsSet();var b;for(b=0;b<a.length;b++)this.drawLabel(a[b])},drawLabel:function(a){if(this.container){var b=a.y,c=a.text,d=a.align,f=
75
+ a.size,e=a.color,g=a.rotation,h=a.alpha,k=a.bold,l=AmCharts.toCoordinate(a.x,this.realWidth),b=AmCharts.toCoordinate(b,this.realHeight);l||(l=0);b||(b=0);void 0===e&&(e=this.color);isNaN(f)&&(f=this.fontSize);d||(d="start");"left"==d&&(d="start");"right"==d&&(d="end");"center"==d&&(d="middle",g?b=this.realHeight-b+b/2:l=this.realWidth/2-l);void 0===h&&(h=1);void 0===g&&(g=0);b+=f/2;c=AmCharts.text(this.container,c,e,this.fontFamily,f,d,k,h);c.translate(l,b);0!==g&&c.rotate(g);a.url?(c.setAttr("cursor",
76
+ "pointer"),c.click(function(){AmCharts.getURL(a.url)})):c.node.style.pointerEvents="none";this.labelsSet.push(c);this.labels.push(c)}},addLabel:function(a,b,c,d,f,e,g,h,k,l){a={x:a,y:b,text:c,align:d,size:f,color:e,alpha:h,rotation:g,bold:k,url:l};this.container&&this.drawLabel(a);this.allLabels.push(a)},clearLabels:function(){var a=this.labels,b;for(b=a.length-1;0<=b;b--)a[b].remove();this.labels=[];this.allLabels=[]},updateHeight:function(){var a=this.divRealHeight,b=this.legend;if(b){var c=this.legendDiv.offsetHeight,
77
+ b=b.position;if("top"==b||"bottom"==b){a-=c;if(0>a||isNaN(a))a=0;this.chartDiv.style.height=a+"px"}}return a},updateWidth:function(){var a=this.divRealWidth,b=this.divRealHeight,c=this.legend;if(c){var d=this.legendDiv,f=d.offsetWidth;isNaN(c.width)||(f=c.width);var e=d.offsetHeight,d=d.style,g=this.chartDiv.style,c=c.position;if("right"==c||"left"==c){a-=f;if(0>a||isNaN(a))a=0;g.width=a+"px";"left"==c?g.left=f+"px":d.left=a+"px";b>e&&(d.top=(b-e)/2+"px")}}return a},getTitleHeight:function(){var a=
78
+ 0,b=this.titles;if(0<b.length){var a=15,c;for(c=0;c<b.length;c++){var d=b[c].size;isNaN(d)&&(d=this.fontSize+2);a+=d+6}}return a},addTitle:function(a,b,c,d,f){isNaN(b)&&(b=this.fontSize+2);a={text:a,size:b,color:c,alpha:d,bold:f};this.titles.push(a);return a},handleWheel:function(a){var b=0;a||(a=window.event);a.wheelDelta?b=a.wheelDelta/120:a.detail&&(b=-a.detail/3);b&&this.handleWheelReal(b,a.shiftKey);a.preventDefault&&a.preventDefault()},handleWheelReal:function(a){},addListeners:function(){var a=
79
+ this,b=a.chartDiv;document.addEventListener?(a.panEventsEnabled&&(b.style.msTouchAction="none"),"ontouchstart"in document.documentElement&&(b.addEventListener("touchstart",function(b){a.handleTouchMove.call(a,b);a.handleTouchStart.call(a,b)},!0),b.addEventListener("touchmove",function(b){a.handleTouchMove.call(a,b)},!0),b.addEventListener("touchend",function(b){a.handleTouchEnd.call(a,b)},!0)),b.addEventListener("mousedown",function(b){a.mouseIsOver=!0;a.handleMouseMove.call(a,b);a.handleMouseDown.call(a,
80
+ b)},!0),b.addEventListener("mouseover",function(b){a.handleMouseOver.call(a,b)},!0),b.addEventListener("mouseout",function(b){a.handleMouseOut.call(a,b)},!0)):(b.attachEvent("onmousedown",function(b){a.handleMouseDown.call(a,b)}),b.attachEvent("onmouseover",function(b){a.handleMouseOver.call(a,b)}),b.attachEvent("onmouseout",function(b){a.handleMouseOut.call(a,b)}))},dispDUpd:function(){var a;this.dispatchDataUpdated&&(this.dispatchDataUpdated=!1,a="dataUpdated",this.fire(a,{type:a,chart:this}));
81
+ this.chartCreated||(a="init",this.fire(a,{type:a,chart:this}));this.chartRendered||(a="rendered",this.fire(a,{type:a,chart:this}),this.chartRendered=!0);a="drawn";this.fire(a,{type:a,chart:this})},validateSize:function(){var a=this;a.measure();var b=a.legend;if((a.realWidth!=a.previousWidth||a.realHeight!=a.previousHeight)&&0<a.realWidth&&0<a.realHeight){a.sizeChanged=!0;if(b){clearTimeout(a.legendInitTO);var c=setTimeout(function(){b.invalidateSize()},100);a.timeOuts.push(c);a.legendInitTO=c}a.marginsUpdated=
82
+ "xy"!=a.type?!1:!0;clearTimeout(a.initTO);c=setTimeout(function(){a.initChart()},150);a.timeOuts.push(c);a.initTO=c}a.renderFix();b&&b.renderFix()},invalidateSize:function(){this.previousHeight=this.previousWidth=NaN;this.invalidateSizeReal()},invalidateSizeReal:function(){var a=this;a.marginsUpdated=!1;clearTimeout(a.validateTO);var b=setTimeout(function(){a.validateSize()},5);a.timeOuts.push(b);a.validateTO=b},validateData:function(a){this.chartCreated&&(this.dataChanged=!0,this.marginsUpdated=
83
+ "xy"!=this.type?!1:!0,this.initChart(a))},validateNow:function(){this.chartRendered=!1;this.write(this.div)},showItem:function(a){a.hidden=!1;this.initChart()},hideItem:function(a){a.hidden=!0;this.initChart()},hideBalloon:function(){var a=this;clearInterval(a.hoverInt);clearTimeout(a.balloonTO);a.hoverInt=setTimeout(function(){a.hideBalloonReal.call(a)},a.hideBalloonTime)},cleanChart:function(){},hideBalloonReal:function(){var a=this.balloon;a&&a.hide()},showBalloon:function(a,b,c,d,f){var e=this;
84
+ clearTimeout(e.balloonTO);clearInterval(e.hoverInt);e.balloonTO=setTimeout(function(){e.showBalloonReal.call(e,a,b,c,d,f)},1)},showBalloonReal:function(a,b,c,d,f){this.handleMouseMove();var e=this.balloon;e.enabled&&(e.followCursor(!1),e.changeColor(b),!c||e.fixedPosition?(e.setPosition(d,f),e.followCursor(!1)):e.followCursor(!0),a&&e.showBalloon(a))},handleTouchMove:function(a){this.hideBalloon();var b=this.chartDiv;a.touches&&(a=a.touches.item(0),this.mouseX=a.pageX-AmCharts.findPosX(b),this.mouseY=
85
+ a.pageY-AmCharts.findPosY(b))},handleMouseOver:function(a){AmCharts.resetMouseOver();this.mouseIsOver=!0},handleMouseOut:function(a){AmCharts.resetMouseOver();this.mouseIsOver=!1},handleMouseMove:function(a){if(this.mouseIsOver){var b=this.chartDiv;a||(a=window.event);var c,d;if(a){this.posX=AmCharts.findPosX(b);this.posY=AmCharts.findPosY(b);switch(this.mouseMode){case 1:c=a.clientX-this.posX;d=a.clientY-this.posY;if(!this.divIsFixed){var b=document.body,f,e;b&&(f=b.scrollLeft,y1=b.scrollTop);if(b=
86
+ document.documentElement)e=b.scrollLeft,y2=b.scrollTop;f=Math.max(f,e);e=Math.max(y1,y2);c+=f;d+=e}break;case 0:this.divIsFixed?(c=a.clientX-this.posX,d=a.clientY-this.posY):(c=a.pageX-this.posX,d=a.pageY-this.posY)}a.touches&&(a=a.touches.item(0),c=a.pageX-this.posX,d=a.pageY-this.posY);this.mouseX=c-this.dmouseX;this.mouseY=d-this.dmouseY}}},handleTouchStart:function(a){this.handleMouseDown(a)},handleTouchEnd:function(a){AmCharts.resetMouseOver();this.handleReleaseOutside(a)},handleReleaseOutside:function(a){},
87
+ handleMouseDown:function(a){AmCharts.resetMouseOver();this.mouseIsOver=!0;a&&a.preventDefault&&(this.panEventsEnabled?a.preventDefault():a.touches||a.preventDefault())},addLegend:function(a,b){a=AmCharts.processObject(a,AmCharts.AmLegend,this.theme);a.divId=b;var c;c="object"!=typeof b&&b?document.getElementById(b):b;this.legend=a;a.chart=this;c?(a.div=c,a.position="outside",a.autoMargins=!1):a.div=this.legendDiv;c=this.handleLegendEvent;this.listenTo(a,"showItem",c);this.listenTo(a,"hideItem",c);
88
+ this.listenTo(a,"clickMarker",c);this.listenTo(a,"rollOverItem",c);this.listenTo(a,"rollOutItem",c);this.listenTo(a,"rollOverMarker",c);this.listenTo(a,"rollOutMarker",c);this.listenTo(a,"clickLabel",c);return a},removeLegend:function(){this.legend=void 0;this.legendDiv.innerHTML=""},handleResize:function(){(AmCharts.isPercents(this.width)||AmCharts.isPercents(this.height))&&this.invalidateSizeReal();this.renderFix()},renderFix:function(){if(!AmCharts.VML){var a=this.container;a&&a.renderFix()}},
89
+ getSVG:function(){if(AmCharts.hasSVG)return this.container},animate:function(a,b,c,d,f,e,g){a["an_"+b]&&AmCharts.removeFromArray(this.animations,a["an_"+b]);c={obj:a,frame:0,attribute:b,from:c,to:d,time:f,effect:e,suffix:g};a["an_"+b]=c;this.animations.push(c);return c},setLegendData:function(a){var b=this.legend;b&&b.setData(a)},startInterval:function(){var a=this;clearInterval(a.interval);a.interval=setInterval(function(){a.updateAnimations.call(a)},AmCharts.updateRate)},stopAnim:function(a){AmCharts.removeFromArray(this.animations,
90
+ a)},updateAnimations:function(){var a;this.container&&this.container.update();for(a=this.animations.length-1;0<=a;a--){var b=this.animations[a],c=1E3*b.time/AmCharts.updateRate,d=b.frame+1,f=b.obj,e=b.attribute;if(d<=c){b.frame++;var g=Number(b.from),h=Number(b.to)-g,c=AmCharts[b.effect](0,d,g,h,c);0===h?(this.animations.splice(a,1),f.node.style[e]=Number(b.to)+b.suffix):f.node.style[e]=c+b.suffix}else f.node.style[e]=Number(b.to)+b.suffix,this.animations.splice(a,1)}},inIframe:function(){try{return window.self!==
91
+ window.top}catch(a){return!0}},brr:function(){var a=window.location.hostname.split("."),b;2<=a.length&&(b=a[a.length-2]+"."+a[a.length-1]);this.amLink&&(a=this.amLink.parentNode)&&a.removeChild(this.amLink);a=this.creditsPosition;if("amcharts.com"!=b||!0===this.inIframe()){var c=b=0,d=this.realWidth,f=this.realHeight;if("serial"==this.type||"xy"==this.type)b=this.marginLeftReal,c=this.marginTopReal,d=b+this.plotAreaWidth,f=c+this.plotAreaHeight;var e="http://www.amcharts.com/javascript-charts/",g=
92
+ "JavaScript charts",h="JS chart by amCharts";"ammap"==this.product&&(e="http://www.ammap.com/javascript-maps/",g="Interactive JavaScript maps",h="JS map by amCharts");var k=document.createElement("a"),h=document.createTextNode(h);k.setAttribute("href",e);k.setAttribute("title",g);k.appendChild(h);this.chartDiv.appendChild(k);this.amLink=k;e=k.style;e.position="absolute";e.textDecoration="none";e.color=this.color;e.fontFamily=this.fontFamily;e.fontSize=this.fontSize+"px";e.opacity=.7;e.display="block";
93
+ var g=k.offsetWidth,k=k.offsetHeight,h=5+b,l=c+5;"bottom-left"==a&&(h=5+b,l=f-k-3);"bottom-right"==a&&(h=d-g-5,l=f-k-3);"top-right"==a&&(h=d-g-5,l=c+5);e.left=h+"px";e.top=l+"px"}}});AmCharts.Slice=AmCharts.Class({construct:function(){}});AmCharts.SerialDataItem=AmCharts.Class({construct:function(){}});AmCharts.GraphDataItem=AmCharts.Class({construct:function(){}});AmCharts.Guide=AmCharts.Class({construct:function(a){this.cname="Guide";AmCharts.applyTheme(this,a,this.cname)}});AmCharts.AmBalloon=AmCharts.Class({construct:function(a){this.cname="AmBalloon";this.enabled=!0;this.fillColor="#FFFFFF";this.fillAlpha=.8;this.borderThickness=2;this.borderColor="#FFFFFF";this.borderAlpha=1;this.cornerRadius=0;this.maxWidth=220;this.horizontalPadding=8;this.verticalPadding=4;this.pointerWidth=6;this.pointerOrientation="V";this.color="#000000";this.adjustBorderColor=!0;this.show=this.follow=this.showBullet=!1;this.bulletSize=3;this.shadowAlpha=.4;this.shadowColor="#000000";this.fadeOutDuration=
94
  this.animationDuration=.3;this.fixedPosition=!1;this.offsetY=6;this.offsetX=1;this.textAlign="center";AmCharts.isModern||(this.offsetY*=1.5);AmCharts.applyTheme(this,a,this.cname)},draw:function(){var a=this.pointToX,b=this.pointToY;this.deltaSignX=this.deltaSignY=1;var c=this.chart;AmCharts.VML&&(this.fadeOutDuration=0);this.xAnim&&c.stopAnim(this.xAnim);this.yAnim&&c.stopAnim(this.yAnim);if(!isNaN(a)){var d=this.follow,f=c.container,e=this.set;AmCharts.remove(e);this.removeDiv();e=f.set();e.node.style.pointerEvents=
95
+ "none";this.set=e;c.balloonsSet.push(e);if(this.show){var g=this.l,h=this.t,k=this.r,l=this.b,m=this.balloonColor,n=this.fillColor,r=this.borderColor,p=n;void 0!=m&&(this.adjustBorderColor?p=r=m:n=m);var w=this.horizontalPadding,x=this.verticalPadding,t=this.pointerWidth,B=this.pointerOrientation,z=this.cornerRadius,v=c.fontFamily,s=this.fontSize;void 0==s&&(s=c.fontSize);var m=document.createElement("div"),u=m.style;u.pointerEvents="none";u.position="absolute";var q=this.minWidth,y="";isNaN(q)||
96
+ (y="min-width:"+(q-2*w)+"px; ");m.innerHTML='<div style="text-align:'+this.textAlign+"; "+y+"max-width:"+this.maxWidth+"px; font-size:"+s+"px; color:"+this.color+"; font-family:"+v+'">'+this.text+"</div>";c.chartDiv.appendChild(m);this.textDiv=m;s=m.offsetWidth;v=m.offsetHeight;m.clientHeight&&(s=m.clientWidth,v=m.clientHeight);v+=2*x;y=s+2*w;!isNaN(q)&&y<q&&(y=q);window.opera&&(v+=2);var A=!1,s=this.offsetY;c.handDrawn&&(s+=c.handDrawScatter+2);"H"!=B?(q=a-y/2,b<h+v+10&&"down"!=B?(A=!0,d&&(b+=s),
97
+ s=b+t,this.deltaSignY=-1):(d&&(b-=s),s=b-v-t,this.deltaSignY=1)):(2*t>v&&(t=v/2),s=b-v/2,a<g+(k-g)/2?(q=a+t,this.deltaSignX=-1):(q=a-y-t,this.deltaSignX=1));s+v>=l&&(s=l-v);s<h&&(s=h);q<g&&(q=g);q+y>k&&(q=k-y);var h=s+x,l=q+w,x=this.shadowAlpha,E=this.shadowColor,w=this.borderThickness,C=this.bulletSize,D;0<z||0===t?(0<x&&(a=AmCharts.rect(f,y,v,n,0,w+1,E,x,this.cornerRadius),AmCharts.isModern?a.translate(1,1):a.translate(4,4),e.push(a)),n=AmCharts.rect(f,y,v,n,this.fillAlpha,w,r,this.borderAlpha,
98
+ this.cornerRadius),this.showBullet&&(D=AmCharts.circle(f,C,p,this.fillAlpha),e.push(D))):(p=[],z=[],"H"!=B?(g=a-q,g>y-t&&(g=y-t),g<t&&(g=t),p=[0,g-t,a-q,g+t,y,y,0,0],z=A?[0,0,b-s,0,0,v,v,0]:[v,v,b-s,v,v,0,0,v]):(p=b-s,p>v-t&&(p=v-t),p<t&&(p=t),z=[0,p-t,b-s,p+t,v,v,0,0],p=a<g+(k-g)/2?[0,0,q<a?0:a-q,0,0,y,y,0]:[y,y,q+y>a?y:a-q,y,y,0,0,y]),0<x&&(a=AmCharts.polygon(f,p,z,n,0,w,E,x),a.translate(1,1),e.push(a)),n=AmCharts.polygon(f,p,z,n,this.fillAlpha,w,r,this.borderAlpha));this.bg=n;e.push(n);n.toFront();
99
+ f=1*this.deltaSignX;u.left=l+"px";u.top=h+"px";e.translate(q-f,s);n=n.getBBox();this.bottom=s+v+1;this.yPos=n.y+s;D&&D.translate(this.pointToX-q+f,b-s);b=this.animationDuration;0<this.animationDuration&&!d&&!isNaN(this.prevX)&&(e.translate(this.prevX,this.prevY),e.animate({translate:q-f+","+s},b,"easeOutSine"),m&&(u.left=this.prevTX+"px",u.top=this.prevTY+"px",this.xAnim=c.animate({node:m},"left",this.prevTX,l,b,"easeOutSine","px"),this.yAnim=c.animate({node:m},"top",this.prevTY,h,b,"easeOutSine",
100
+ "px")));this.prevX=q-f;this.prevY=s;this.prevTX=l;this.prevTY=h}}},followMouse:function(){if(this.follow&&this.show){var a=this.chart.mouseX-this.offsetX*this.deltaSignX,b=this.chart.mouseY;this.pointToX=a;this.pointToY=b;if(a!=this.previousX||b!=this.previousY)if(this.previousX=a,this.previousY=b,0===this.cornerRadius)this.draw();else{var c=this.set;if(c){var d=c.getBBox(),a=a-d.width/2,f=b-d.height-10;a<this.l&&(a=this.l);a>this.r-d.width&&(a=this.r-d.width);f<this.t&&(f=b+10);c.translate(a,f);
101
  b=this.textDiv.style;b.left=a+this.horizontalPadding+"px";b.top=f+this.verticalPadding+"px"}}}},changeColor:function(a){this.balloonColor=a},setBounds:function(a,b,c,d){this.l=a;this.t=b;this.r=c;this.b=d;this.destroyTO&&clearTimeout(this.destroyTO)},showBalloon:function(a){this.text=a;this.show=!0;this.destroyTO&&clearTimeout(this.destroyTO);a=this.chart;this.fadeAnim1&&a.stopAnim(this.fadeAnim1);this.fadeAnim2&&a.stopAnim(this.fadeAnim2);this.draw()},hide:function(){var a=this,b=a.fadeOutDuration,
102
  c=a.chart;if(0<b){a.destroyTO=setTimeout(function(){a.destroy.call(a)},1E3*b);a.follow=!1;a.show=!1;var d=a.set;d&&(d.setAttr("opacity",a.fillAlpha),a.fadeAnim1=d.animate({opacity:0},b,"easeInSine"));a.textDiv&&(a.fadeAnim2=c.animate({node:a.textDiv},"opacity",1,0,b,"easeInSine",""))}else a.show=!1,a.follow=!1,a.destroy()},setPosition:function(a,b,c){this.pointToX=a;this.pointToY=b;c&&(a==this.previousX&&b==this.previousY||this.draw());this.previousX=a;this.previousY=b},followCursor:function(a){var b=
103
  this;(b.follow=a)?(b.pShowBullet=b.showBullet,b.showBullet=!1):void 0!==b.pShowBullet&&(b.showBullet=b.pShowBullet);clearInterval(b.interval);var c=b.chart.mouseX,d=b.chart.mouseY;!isNaN(c)&&a&&(b.pointToX=c-b.offsetX*b.deltaSignX,b.pointToY=d,b.followMouse(),b.interval=setInterval(function(){b.followMouse.call(b)},40))},removeDiv:function(){if(this.textDiv){var a=this.textDiv.parentNode;a&&a.removeChild(this.textDiv)}},destroy:function(){clearInterval(this.interval);AmCharts.remove(this.set);this.removeDiv();
104
+ this.set=null}});AmCharts.circle=function(a,b,c,d,f,e,g,h,k){if(void 0==f||0===f)f=.01;void 0===e&&(e="#000000");void 0===g&&(g=0);d={fill:c,stroke:e,"fill-opacity":d,"stroke-width":f,"stroke-opacity":g};a=isNaN(k)?a.circle(0,0,b).attr(d):a.ellipse(0,0,b,k).attr(d);h&&a.gradient("radialGradient",[c,AmCharts.adjustLuminosity(c,-.6)]);return a};
105
  AmCharts.text=function(a,b,c,d,f,e,g,h){e||(e="middle");"right"==e&&(e="end");isNaN(h)&&(h=1);void 0!==b&&(b=String(b),AmCharts.isIE&&!AmCharts.isModern&&(b=b.replace("&amp;","&"),b=b.replace("&","&amp;")));c={fill:c,"font-family":d,"font-size":f,opacity:h};!0===g&&(c["font-weight"]="bold");c["text-anchor"]=e;return a.text(b,c)};
106
+ AmCharts.polygon=function(a,b,c,d,f,e,g,h,k,l,m){isNaN(e)&&(e=.01);isNaN(h)&&(h=f);var n=d,r=!1;"object"==typeof n&&1<n.length&&(r=!0,n=n[0]);void 0===g&&(g=n);f={fill:n,stroke:g,"fill-opacity":f,"stroke-width":e,"stroke-opacity":h};void 0!==m&&0<m&&(f["stroke-dasharray"]=m);m=AmCharts.dx;e=AmCharts.dy;a.handDrawn&&(c=AmCharts.makeHD(b,c,a.handDrawScatter),b=c[0],c=c[1]);g=Math.round;l&&(g=AmCharts.doNothing);l="M"+(g(b[0])+m)+","+(g(c[0])+e);for(h=1;h<b.length;h++)l+=" L"+(g(b[h])+m)+","+(g(c[h])+
107
+ e);a=a.path(l+" Z").attr(f);r&&a.gradient("linearGradient",d,k);return a};
108
+ AmCharts.rect=function(a,b,c,d,f,e,g,h,k,l,m){isNaN(e)&&(e=0);void 0===k&&(k=0);void 0===l&&(l=270);isNaN(f)&&(f=0);var n=d,r=!1;"object"==typeof n&&(n=n[0],r=!0);void 0===g&&(g=n);void 0===h&&(h=f);b=Math.round(b);c=Math.round(c);var p=0,w=0;0>b&&(b=Math.abs(b),p=-b);0>c&&(c=Math.abs(c),w=-c);p+=AmCharts.dx;w+=AmCharts.dy;f={fill:n,stroke:g,"fill-opacity":f,"stroke-opacity":h};void 0!==m&&0<m&&(f["stroke-dasharray"]=m);a=a.rect(p,w,b,c,k,e).attr(f);r&&a.gradient("linearGradient",d,l);return a};
109
  AmCharts.bullet=function(a,b,c,d,f,e,g,h,k,l,m){var n;"circle"==b&&(b="round");switch(b){case "round":n=AmCharts.circle(a,c/2,d,f,e,g,h);break;case "square":n=AmCharts.polygon(a,[-c/2,c/2,c/2,-c/2],[c/2,c/2,-c/2,-c/2],d,f,e,g,h,l-180);break;case "rectangle":n=AmCharts.polygon(a,[-c,c,c,-c],[c/2,c/2,-c/2,-c/2],d,f,e,g,h,l-180);break;case "diamond":n=AmCharts.polygon(a,[-c/2,0,c/2,0],[0,-c/2,0,c/2],d,f,e,g,h);break;case "triangleUp":n=AmCharts.triangle(a,c,0,d,f,e,g,h);break;case "triangleDown":n=AmCharts.triangle(a,
110
  c,180,d,f,e,g,h);break;case "triangleLeft":n=AmCharts.triangle(a,c,270,d,f,e,g,h);break;case "triangleRight":n=AmCharts.triangle(a,c,90,d,f,e,g,h);break;case "bubble":n=AmCharts.circle(a,c/2,d,f,e,g,h,!0);break;case "line":n=AmCharts.line(a,[-c/2,c/2],[0,0],d,f,e,g,h);break;case "yError":n=a.set();n.push(AmCharts.line(a,[0,0],[-c/2,c/2],d,f,e));n.push(AmCharts.line(a,[-k,k],[-c/2,-c/2],d,f,e));n.push(AmCharts.line(a,[-k,k],[c/2,c/2],d,f,e));break;case "xError":n=a.set(),n.push(AmCharts.line(a,[-c/
111
  2,c/2],[0,0],d,f,e)),n.push(AmCharts.line(a,[-c/2,-c/2],[-k,k],d,f,e)),n.push(AmCharts.line(a,[c/2,c/2],[-k,k],d,f,e))}n&&n.pattern(m);return n};
112
  AmCharts.triangle=function(a,b,c,d,f,e,g,h){if(void 0===e||0===e)e=1;void 0===g&&(g="#000");void 0===h&&(h=0);d={fill:d,stroke:g,"fill-opacity":f,"stroke-width":e,"stroke-opacity":h};b/=2;var k;0===c&&(k=" M"+-b+","+b+" L0,"+-b+" L"+b+","+b+" Z");180==c&&(k=" M"+-b+","+-b+" L0,"+b+" L"+b+","+-b+" Z");90==c&&(k=" M"+-b+","+-b+" L"+b+",0 L"+-b+","+b+" Z");270==c&&(k=" M"+-b+",0 L"+b+","+b+" L"+b+","+-b+" Z");return a.path(k).attr(d)};
113
  AmCharts.line=function(a,b,c,d,f,e,g,h,k,l,m){if(a.handDrawn&&!m)return AmCharts.handDrawnLine(a,b,c,d,f,e,g,h,k,l,m);e={fill:"none","stroke-width":e};void 0!==g&&0<g&&(e["stroke-dasharray"]=g);isNaN(f)||(e["stroke-opacity"]=f);d&&(e.stroke=d);d=Math.round;l&&(d=AmCharts.doNothing);l=AmCharts.dx;f=AmCharts.dy;g="M"+(d(b[0])+l)+","+(d(c[0])+f);for(h=1;h<b.length;h++)g+=" L"+(d(b[h])+l)+","+(d(c[h])+f);if(AmCharts.VML)return a.path(g,void 0,!0).attr(e);k&&(g+=" M0,0 L0,0");return a.path(g).attr(e)};
114
+ AmCharts.makeHD=function(a,b,c){for(var d=[],f=[],e=1;e<a.length;e++)for(var g=Number(a[e-1]),h=Number(b[e-1]),k=Number(a[e]),l=Number(b[e]),m=Math.sqrt(Math.pow(k-g,2)+Math.pow(l-h,2)),m=Math.round(m/50)+1,k=(k-g)/m,l=(l-h)/m,n=0;n<=m;n++){var r=g+n*k+Math.random()*c,p=h+n*l+Math.random()*c;d.push(r);f.push(p)}return[d,f]};
115
+ AmCharts.handDrawnLine=function(a,b,c,d,f,e,g,h,k,l,m){var n=a.set();for(m=1;m<b.length;m++)for(var r=[b[m-1],b[m]],p=[c[m-1],c[m]],p=AmCharts.makeHD(r,p,a.handDrawScatter),r=p[0],p=p[1],w=1;w<r.length;w++)n.push(AmCharts.line(a,[r[w-1],r[w]],[p[w-1],p[w]],d,f,e+Math.random()*a.handDrawThickness-a.handDrawThickness/2,g,h,k,l,!0));return n};AmCharts.doNothing=function(a){return a};
116
+ AmCharts.wedge=function(a,b,c,d,f,e,g,h,k,l,m,n){var r=Math.round;e=r(e);g=r(g);h=r(h);var p=r(g/e*h),w=AmCharts.VML,x=359.5+e/100;359.94<x&&(x=359.94);f>=x&&(f=x);var t=1/180*Math.PI,x=b+Math.sin(d*t)*h,B=c-Math.cos(d*t)*p,z=b+Math.sin(d*t)*e,v=c-Math.cos(d*t)*g,s=b+Math.sin((d+f)*t)*e,u=c-Math.cos((d+f)*t)*g,q=b+Math.sin((d+f)*t)*h,t=c-Math.cos((d+f)*t)*p,y={fill:AmCharts.adjustLuminosity(l.fill,-.2),"stroke-opacity":0,"fill-opacity":l["fill-opacity"]},A=0;180<Math.abs(f)&&(A=1);d=a.set();var E;
117
+ w&&(x=r(10*x),z=r(10*z),s=r(10*s),q=r(10*q),B=r(10*B),v=r(10*v),u=r(10*u),t=r(10*t),b=r(10*b),k=r(10*k),c=r(10*c),e*=10,g*=10,h*=10,p*=10,1>Math.abs(f)&&1>=Math.abs(s-z)&&1>=Math.abs(u-v)&&(E=!0));f="";var C;n&&(y["fill-opacity"]=0,y["stroke-opacity"]=l["stroke-opacity"]/2,y.stroke=l.stroke);0<k&&(C=" M"+x+","+(B+k)+" L"+z+","+(v+k),w?(E||(C+=" A"+(b-e)+","+(k+c-g)+","+(b+e)+","+(k+c+g)+","+z+","+(v+k)+","+s+","+(u+k)),C+=" L"+q+","+(t+k),0<h&&(E||(C+=" B"+(b-h)+","+(k+c-p)+","+(b+h)+","+(k+c+p)+
118
+ ","+q+","+(k+t)+","+x+","+(k+B)))):(C+=" A"+e+","+g+",0,"+A+",1,"+s+","+(u+k)+" L"+q+","+(t+k),0<h&&(C+=" A"+h+","+p+",0,"+A+",0,"+x+","+(B+k))),C=a.path(C+" Z",void 0,void 0,"1000,1000").attr(y),d.push(C),C=a.path(" M"+x+","+B+" L"+x+","+(B+k)+" L"+z+","+(v+k)+" L"+z+","+v+" L"+x+","+B+" Z",void 0,void 0,"1000,1000").attr(y),k=a.path(" M"+s+","+u+" L"+s+","+(u+k)+" L"+q+","+(t+k)+" L"+q+","+t+" L"+s+","+u+" Z",void 0,void 0,"1000,1000").attr(y),d.push(C),d.push(k));w?(E||(f=" A"+r(b-e)+","+r(c-g)+
119
+ ","+r(b+e)+","+r(c+g)+","+r(z)+","+r(v)+","+r(s)+","+r(u)),e=" M"+r(x)+","+r(B)+" L"+r(z)+","+r(v)+f+" L"+r(q)+","+r(t)):e=" M"+x+","+B+" L"+z+","+v+(" A"+e+","+g+",0,"+A+",1,"+s+","+u)+" L"+q+","+t;0<h&&(w?E||(e+=" B"+(b-h)+","+(c-p)+","+(b+h)+","+(c+p)+","+q+","+t+","+x+","+B):e+=" A"+h+","+p+",0,"+A+",0,"+x+","+B);a.handDrawn&&(b=AmCharts.line(a,[x,z],[B,v],l.stroke,l.thickness*Math.random()*a.handDrawThickness,l["stroke-opacity"]),d.push(b));a=a.path(e+" Z",void 0,void 0,"1000,1000").attr(l);
120
+ if(m){b=[];for(c=0;c<m.length;c++)b.push(AmCharts.adjustLuminosity(l.fill,m[c]));0<b.length&&a.gradient("linearGradient",b)}a.pattern(n);d.push(a);return d};AmCharts.adjustLuminosity=function(a,b){a=String(a).replace(/[^0-9a-f]/gi,"");6>a.length&&(a=String(a[0])+String(a[0])+String(a[1])+String(a[1])+String(a[2])+String(a[2]));b=b||0;var c="#",d,f;for(f=0;3>f;f++)d=parseInt(a.substr(2*f,2),16),d=Math.round(Math.min(Math.max(0,d+d*b),255)).toString(16),c+=("00"+d).substr(d.length);return c};AmCharts.AmLegend=AmCharts.Class({construct:function(a){this.cname="AmLegend";this.createEvents("rollOverMarker","rollOverItem","rollOutMarker","rollOutItem","showItem","hideItem","clickMarker","rollOverItem","rollOutItem","clickLabel");this.position="bottom";this.borderColor=this.color="#000000";this.borderAlpha=0;this.markerLabelGap=5;this.verticalGap=10;this.align="left";this.horizontalGap=0;this.spacing=10;this.markerDisabledColor="#AAB3B3";this.markerType="square";this.markerSize=16;this.markerBorderThickness=
 
121
  this.markerBorderAlpha=1;this.marginBottom=this.marginTop=0;this.marginLeft=this.marginRight=20;this.autoMargins=!0;this.valueWidth=50;this.switchable=!0;this.switchType="x";this.switchColor="#FFFFFF";this.rollOverColor="#CC0000";this.reversedOrder=!1;this.labelText="[[title]]";this.valueText="[[value]]";this.useMarkerColorForLabels=!1;this.rollOverGraphAlpha=1;this.textClickEnabled=!1;this.equalWidths=!0;this.dateFormat="DD-MM-YYYY";this.backgroundColor="#FFFFFF";this.backgroundAlpha=0;this.useGraphSettings=
122
  !1;this.showEntries=!0;AmCharts.applyTheme(this,a,this.cname)},setData:function(a){this.legendData=a;this.invalidateSize()},invalidateSize:function(){this.destroy();this.entries=[];this.valueLabels=[];(AmCharts.ifArray(this.legendData)||AmCharts.ifArray(this.data))&&this.drawLegend()},drawLegend:function(){var a=this.chart,b=this.position,c=this.width,d=a.divRealWidth,f=a.divRealHeight,e=this.div,g=this.legendData;this.data&&(g=this.data);isNaN(this.fontSize)&&(this.fontSize=a.fontSize);if("right"==
123
  b||"left"==b)this.maxColumns=1,this.autoMargins&&(this.marginLeft=this.marginRight=10);else if(this.autoMargins){this.marginRight=a.marginRight;this.marginLeft=a.marginLeft;var h=a.autoMarginOffset;"bottom"==b?(this.marginBottom=h,this.marginTop=0):(this.marginTop=h,this.marginBottom=0)}var k;void 0!==c?k=AmCharts.toCoordinate(c,d):"right"!=b&&"left"!=b&&(k=a.realWidth);"outside"==b?(k=e.offsetWidth,f=e.offsetHeight,e.clientHeight&&(k=e.clientWidth,f=e.clientHeight)):(isNaN(k)||(e.style.width=k+"px"),
124
  e.className="amChartsLegend");this.divWidth=k;(b=this.container)?(b.container.innerHTML="",e.appendChild(b.container),b.setSize(k,f)):b=new AmCharts.AmDraw(e,k,f,a);this.container=b;this.lx=0;this.ly=8;f=this.markerSize;f>this.fontSize&&(this.ly=f/2-1);0<f&&(this.lx+=f+this.markerLabelGap);this.titleWidth=0;if(f=this.title)a=AmCharts.text(this.container,f,this.color,a.fontFamily,this.fontSize,"start",!0),a.translate(this.marginLeft,this.marginTop+this.verticalGap+this.ly+1),a=a.getBBox(),this.titleWidth=
125
+ a.width+15,this.titleHeight=a.height+6;this.index=this.maxLabelWidth=0;if(this.showEntries){for(a=0;a<g.length;a++)this.createEntry(g[a]);for(a=this.index=0;a<g.length;a++)this.createValue(g[a])}this.arrangeEntries();this.updateValues()},arrangeEntries:function(){var a=this.position,b=this.marginLeft+this.titleWidth,c=this.marginRight,d=this.marginTop,f=this.marginBottom,e=this.horizontalGap,g=this.div,h=this.divWidth,k=this.maxColumns,l=this.verticalGap,m=this.spacing,n=h-c-b,r=0,p=0,w=this.container;
126
+ this.set&&this.set.remove();var x=w.set();this.set=x;var t=w.set();x.push(t);var B=this.entries,z,v;for(v=0;v<B.length;v++){z=B[v].getBBox();var s=z.width;s>r&&(r=s);z=z.height;z>p&&(p=z)}var s=p=0,u=e,q=0,y=0;for(v=0;v<B.length;v++){var A=B[v];this.reversedOrder&&(A=B[B.length-v-1]);z=A.getBBox();var E;this.equalWidths?E=e+s*(r+m+this.markerLabelGap):(E=u,u=u+z.width+e+m);z.height>y&&(y=z.height);E+z.width>n&&0<v&&0!==s&&(p++,s=0,E=e,u=E+z.width+e+m,q=q+y+l,y=0);A.translate(E,q);s++;!isNaN(k)&&s>=
127
+ k&&(s=0,p++,q=q+y+l,y=0);t.push(A)}z=t.getBBox();k=z.height+2*l-1;"left"==a||"right"==a?(h=z.width+2*e,g.style.width=h+b+c+"px"):h=h-b-c-1;c=AmCharts.polygon(this.container,[0,h,h,0],[0,0,k,k],this.backgroundColor,this.backgroundAlpha,1,this.borderColor,this.borderAlpha);x.push(c);x.translate(b,d);c.toBack();b=e;if("top"==a||"bottom"==a||"absolute"==a||"outside"==a)"center"==this.align?b=e+(h-z.width)/2:"right"==this.align&&(b=e+h-z.width);t.translate(b,l+1);this.titleHeight>k&&(k=this.titleHeight);
128
+ a=k+d+f+1;0>a&&(a=0);g.style.height=Math.round(a)+"px";w.setSize(this.divWidth,a)},createEntry:function(a){if(!1!==a.visibleInLegend){var b=this.chart,c=a.markerType;a.legendEntryWidth=this.markerSize;c||(c=this.markerType);var d=a.color,f=a.alpha;a.legendKeyColor&&(d=a.legendKeyColor());a.legendKeyAlpha&&(f=a.legendKeyAlpha());var e;!0===a.hidden&&(e=d=this.markerDisabledColor);var g=a.pattern,h=a.customMarker;h||(h=this.customMarker);var k=this.container,l=this.markerSize,m=0,n=0,r=l/2;if(this.useGraphSettings)if(m=
129
+ a.type,this.switchType=void 0,"line"==m||"step"==m||"smoothedLine"==m||"ohlc"==m)g=k.set(),a.hidden||(d=a.lineColorR,e=a.bulletBorderColorR),n=AmCharts.line(k,[0,2*l],[l/2,l/2],d,a.lineAlpha,a.lineThickness,a.dashLength),g.push(n),a.bullet&&(a.hidden||(d=a.bulletColorR),n=AmCharts.bullet(k,a.bullet,a.bulletSize,d,a.bulletAlpha,a.bulletBorderThickness,e,a.bulletBorderAlpha))&&(n.translate(l+1,l/2),g.push(n)),r=0,m=l,n=l/3;else{var p;a.getGradRotation&&(p=a.getGradRotation());m=a.fillColorsR;!0===a.hidden&&
130
+ (m=d);if(g=this.createMarker("rectangle",m,a.fillAlphas,a.lineThickness,d,a.lineAlpha,p,g))r=l,g.translate(r,l/2);m=l}else h?(b.path&&(h=b.path+h),g=k.image(h,0,0,l,l)):(g=this.createMarker(c,d,f,void 0,void 0,void 0,void 0,g))&&g.translate(l/2,l/2);this.addListeners(g,a);k=k.set([g]);this.switchable&&a.switchable&&k.setAttr("cursor","pointer");(e=this.switchType)&&"none"!=e&&("x"==e?(p=this.createX(),p.translate(l/2,l/2)):p=this.createV(),p.dItem=a,!0!==a.hidden?"x"==e?p.hide():p.show():"x"!=e&&
131
+ p.hide(),this.switchable||p.hide(),this.addListeners(p,a),a.legendSwitch=p,k.push(p));e=this.color;a.showBalloon&&this.textClickEnabled&&void 0!==this.selectedColor&&(e=this.selectedColor);this.useMarkerColorForLabels&&(e=d);!0===a.hidden&&(e=this.markerDisabledColor);d=AmCharts.massReplace(this.labelText,{"[[title]]":a.title});p=this.fontSize;g&&(l<=p&&g.translate(r,l/2+this.ly-p/2+(p+2-l)/2-n),a.legendEntryWidth=g.getBBox().width);var w;d&&(d=AmCharts.fixBrakes(d),a.legendTextReal=d,w=this.labelWidth,
132
+ w=isNaN(w)?AmCharts.text(this.container,d,e,b.fontFamily,p,"start"):AmCharts.wrappedText(this.container,d,e,b.fontFamily,p,"start",!1,w,0),w.translate(this.lx+m,this.ly),k.push(w),b=w.getBBox().width,this.maxLabelWidth<b&&(this.maxLabelWidth=b));this.entries[this.index]=k;a.legendEntry=this.entries[this.index];a.legendLabel=w;this.index++}},addListeners:function(a,b){var c=this;a&&a.mouseover(function(a){c.rollOverMarker(b,a)}).mouseout(function(a){c.rollOutMarker(b,a)}).click(function(a){c.clickMarker(b,
133
+ a)})},rollOverMarker:function(a,b){this.switchable&&this.dispatch("rollOverMarker",a,b);this.dispatch("rollOverItem",a,b)},rollOutMarker:function(a,b){this.switchable&&this.dispatch("rollOutMarker",a,b);this.dispatch("rollOutItem",a,b)},clickMarker:function(a,b){this.switchable&&(!0===a.hidden?this.dispatch("showItem",a,b):this.dispatch("hideItem",a,b));this.dispatch("clickMarker",a,b)},rollOverLabel:function(a,b){a.hidden||(this.textClickEnabled&&a.legendLabel&&a.legendLabel.attr({fill:this.rollOverColor}),
134
+ this.dispatch("rollOverItem",a,b))},rollOutLabel:function(a,b){if(!a.hidden){if(this.textClickEnabled&&a.legendLabel){var c=this.color;void 0!==this.selectedColor&&a.showBalloon&&(c=this.selectedColor);this.useMarkerColorForLabels&&(c=a.lineColor,void 0===c&&(c=a.color));a.legendLabel.attr({fill:c})}this.dispatch("rollOutItem",a,b)}},clickLabel:function(a,b){this.textClickEnabled?a.hidden||this.dispatch("clickLabel",a,b):this.switchable&&(!0===a.hidden?this.dispatch("showItem",a,b):this.dispatch("hideItem",
135
+ a,b))},dispatch:function(a,b,c){this.fire(a,{type:a,dataItem:b,target:this,event:c,chart:this.chart})},createValue:function(a){var b=this,c=b.fontSize;if(!1!==a.visibleInLegend){var d=b.maxLabelWidth;b.equalWidths||(b.valueAlign="left");"left"==b.valueAlign&&(d=a.legendEntry.getBBox().width);var f=d;if(b.valueText&&0<b.valueWidth){var e=b.color;b.useMarkerColorForValues&&(e=a.color,a.legendKeyColor&&(e=a.legendKeyColor()));!0===a.hidden&&(e=b.markerDisabledColor);var g=b.valueText,d=d+b.lx+b.markerLabelGap+
136
+ b.valueWidth,h="end";"left"==b.valueAlign&&(d-=b.valueWidth,h="start");e=AmCharts.text(b.container,g,e,b.chart.fontFamily,c,h);e.translate(d,b.ly);b.entries[b.index].push(e);f+=b.valueWidth+2*b.markerLabelGap;e.dItem=a;b.valueLabels.push(e)}b.index++;e=b.markerSize;e<c+7&&(e=c+7,AmCharts.VML&&(e+=3));c=b.container.rect(a.legendEntryWidth,0,f,e,0,0).attr({stroke:"none",fill:"#fff","fill-opacity":.005});c.dItem=a;b.entries[b.index-1].push(c);c.mouseover(function(c){b.rollOverLabel(a,c)}).mouseout(function(c){b.rollOutLabel(a,
137
+ c)}).click(function(c){b.clickLabel(a,c)})}},createV:function(){var a=this.markerSize;return AmCharts.polygon(this.container,[a/5,a/2,a-a/5,a/2],[a/3,a-a/5,a/5,a/1.7],this.switchColor)},createX:function(){var a=(this.markerSize-4)/2,b={stroke:this.switchColor,"stroke-width":3},c=this.container,d=AmCharts.line(c,[-a,a],[-a,a]).attr(b),a=AmCharts.line(c,[-a,a],[a,-a]).attr(b);return this.container.set([d,a])},createMarker:function(a,b,c,d,f,e,g,h){var k=this.markerSize,l=this.container;f||(f=this.markerBorderColor);
138
+ f||(f=b);isNaN(d)&&(d=this.markerBorderThickness);isNaN(e)&&(e=this.markerBorderAlpha);return AmCharts.bullet(l,a,k,b,c,d,f,e,k,g,h)},validateNow:function(){this.invalidateSize()},updateValues:function(){var a=this.valueLabels,b=this.chart,c,d=this.data;for(c=0;c<a.length;c++){var f=a[c],e=f.dItem,g=" ";if(d)e.value?f.text(e.value):f.text("");else{if(void 0!==e.type){var h=e.currentDataItem,k=this.periodValueText;e.legendPeriodValueText&&(k=e.legendPeriodValueText);h?(g=this.valueText,e.legendValueText&&
139
+ (g=e.legendValueText),g=b.formatString(g,h)):k&&(g=b.formatPeriodString(k,e))}else g=b.formatString(this.valueText,e);if(k=this.valueFunction)h&&(e=h),g=k(e,g);f.text(g)}}},renderFix:function(){if(!AmCharts.VML){var a=this.container;a&&a.renderFix()}},destroy:function(){this.div.innerHTML="";AmCharts.remove(this.set)}});AmCharts.AmMap=AmCharts.Class({inherits:AmCharts.AmChart,construct:function(a){this.cname="AmMap";this.type="map";this.theme=a;this.version="3.11.3";this.svgNotSupported="This browser doesn't support SVG. Use Chrome, Firefox, Internet Explorer 9 or later.";this.createEvents("rollOverMapObject","rollOutMapObject","clickMapObject","selectedObjectChanged","homeButtonClicked","zoomCompleted","dragCompleted","positionChanged","writeDevInfo","click");this.zoomDuration=1;this.zoomControl=new AmCharts.ZoomControl(a);
140
  this.fitMapToContainer=!0;this.mouseWheelZoomEnabled=this.backgroundZoomsToTop=!1;this.allowClickOnSelectedObject=this.useHandCursorOnClickableOjects=this.showBalloonOnSelectedObject=!0;this.showObjectsAfterZoom=this.wheelBusy=!1;this.zoomOnDoubleClick=this.useObjectColorForBalloon=!0;this.allowMultipleDescriptionWindows=!1;this.dragMap=this.centerMap=this.linesAboveImages=!0;this.colorSteps=5;this.showAreasInList=!0;this.showLinesInList=this.showImagesInList=!1;this.areasProcessor=new AmCharts.AreasProcessor(this);
141
  this.areasSettings=new AmCharts.AreasSettings(a);this.imagesProcessor=new AmCharts.ImagesProcessor(this);this.imagesSettings=new AmCharts.ImagesSettings(a);this.linesProcessor=new AmCharts.LinesProcessor(this);this.linesSettings=new AmCharts.LinesSettings(a);this.showDescriptionOnHover=!1;AmCharts.AmMap.base.construct.call(this,a);this.creditsPosition="bottom-left";this.product="ammap";this.areasClasses={};AmCharts.applyTheme(this,a,this.cname)},initChart:function(){this.zoomInstantly=!0;var a=this.container;
142
  if(this.sizeChanged&&AmCharts.hasSVG&&this.chartCreated){this.freeLabelsSet&&this.freeLabelsSet.remove();this.freeLabelsSet=a.set();this.container.setSize(this.realWidth,this.realHeight);this.resizeMap();this.drawBackground();this.redrawLabels();this.drawTitles();this.processObjects();this.rescaleObjects();a=this.container;this.zoomControl.init(this,a);this.drawBg();var b=this.smallMap;b&&b.init(this,a);(b=this.valueLegend)&&b.init(this,a);this.sizeChanged=!1;this.zoomToLongLat(this.zLevelTemp,this.zLongTemp,
143
+ this.zLatTemp,!0);this.previousWidth=this.realWidth;this.previousHeight=this.realHeight;this.updateSmallMap();this.linkSet.toFront()}else(AmCharts.AmMap.base.initChart.call(this),AmCharts.hasSVG)?(this.dataChanged&&(this.parseData(),this.dispatchDataUpdated=!0,this.dataChanged=!1,a=this.legend)&&(a.position="absolute",a.invalidateSize()),this.createDescriptionsDiv(),this.svgAreas=[],this.svgAreasById={},this.drawChart()):(document.createTextNode(this.svgNotSupported),this.chartDiv.style.textAlign=
144
+ "",this.chartDiv.setAttribute("class","ammapAlert"),this.chartDiv.innerHTML=this.svgNotSupported,this.fire("failed",{type:"failed",chart:this}),clearInterval(this.interval))},invalidateSize:function(){var a=this.zoomLongitude();isNaN(a)||(this.zLongTemp=a);a=this.zoomLatitude();isNaN(a)||(this.zLatTemp=a);a=this.zoomLevel();isNaN(a)||(this.zLevelTemp=a);AmCharts.AmMap.base.invalidateSize.call(this)},handleWheelReal:function(a){if(!this.wheelBusy){this.stopAnimation();var b=this.zoomLevel(),c=this.zoomControl,
145
+ d=c.zoomFactor;this.wheelBusy=!0;a=AmCharts.fitToBounds(0<a?b*d:b/d,c.minZoomLevel,c.maxZoomLevel);d=this.mouseX/this.mapWidth;c=this.mouseY/this.mapHeight;d=(this.zoomX()-d)*(a/b)+d;b=(this.zoomY()-c)*(a/b)+c;this.zoomTo(a,d,b)}},addLegend:function(a,b){a.position="absolute";a.autoMargins=!1;a.valueWidth=0;a.switchable=!1;AmCharts.AmMap.base.addLegend.call(this,a,b);return a},handleLegendEvent:function(){},createDescriptionsDiv:function(){if(!this.descriptionsDiv){var a=document.createElement("div"),
146
+ b=a.style;b.position="absolute";b.left="0px";b.top="0px";this.descriptionsDiv=a}this.containerDiv.appendChild(this.descriptionsDiv)},drawChart:function(){AmCharts.AmMap.base.drawChart.call(this);var a=this.dataProvider;this.dataProvider=a=AmCharts.extend(a,new AmCharts.MapData,!0);this.areasSettings=AmCharts.processObject(this.areasSettings,AmCharts.AreasSettings,this.theme);this.imagesSettings=AmCharts.processObject(this.imagesSettings,AmCharts.ImagesSettings,this.theme);this.linesSettings=AmCharts.processObject(this.linesSettings,
147
+ AmCharts.LinesSettings,this.theme);var b=this.container;this.mapContainer&&this.mapContainer.remove();this.mapContainer=b.set();this.graphsSet.push(this.mapContainer);var c;a.map&&(c=AmCharts.maps[a.map]);a.mapVar&&(c=a.mapVar);c?(this.svgData=c.svg,this.getBounds(),this.buildEverything()):(a=a.mapURL)&&this.loadXml(a);this.balloonsSet.toFront()},drawBg:function(){var a=this;AmCharts.remove(a.bgSet);var b=AmCharts.rect(a.container,a.realWidth,a.realHeight,"#000",.001);b.click(function(){a.handleBackgroundClick()});
148
+ a.bgSet=b;a.set.push(b)},buildEverything:function(){var a=this;if(0<a.realWidth&&0<a.realHeight){var b=a.container;a.zoomControl=AmCharts.processObject(a.zoomControl,AmCharts.ZoomControl,a.theme);a.zoomControl.init(this,b);a.drawBg();a.buildSVGMap();var c=a.smallMap;c&&(a.smallMap=AmCharts.processObject(a.smallMap,AmCharts.SmallMap,a.theme),c=a.smallMap,c.init(a,b));c=a.dataProvider;isNaN(c.zoomX)&&isNaN(c.zoomY)&&isNaN(c.zoomLatitude)&&isNaN(c.zoomLongitude)&&(a.centerMap?(c.zoomLatitude=a.coordinateToLatitude(a.mapHeight/
149
+ 2),c.zoomLongitude=a.coordinateToLongitude(a.mapWidth/2)):(c.zoomX=0,c.zoomY=0),a.zoomInstantly=!0);a.selectObject(a.dataProvider);a.processAreas();if(c=a.valueLegend)c=AmCharts.processObject(c,AmCharts.ValueLegend,a.theme),a.valueLegend=c,c.init(a,b);a.objectList&&(a.objectList=AmCharts.processObject(a.objectList,AmCharts.ObjectList),b=a.objectList)&&(a.clearObjectList(),b.init(a));clearInterval(a.mapInterval);a.mapInterval=setInterval(function(){a.update.call(a)},AmCharts.updateRate);a.dispDUpd();
150
+ a.linkSet.toFront();a.chartCreated=!0}else a.cleanChart()},hideGroup:function(a){this.showHideGroup(a,!1)},showGroup:function(a){this.showHideGroup(a,!0)},showHideGroup:function(a,b){this.showHideReal(this.imagesProcessor.allObjects,a,b);this.showHideReal(this.areasProcessor.allObjects,a,b);this.showHideReal(this.linesProcessor.allObjects,a,b)},showHideReal:function(a,b,c){var d;for(d=0;d<a.length;d++){var f=a[d];if(f.groupId==b){var e=f.displayObject;e&&(c?(f.hidden=!1,e.show()):(f.hidden=!0,e.hide()))}}},
151
+ update:function(){this.zoomControl.update()},animateMap:function(){var a=this;a.totalFrames=1E3*a.zoomDuration/AmCharts.updateRate;a.totalFrames+=1;a.frame=0;a.tweenPercent=0;setTimeout(function(){a.updateSize.call(a)},AmCharts.updateRate)},updateSize:function(){var a=this,b=a.totalFrames;a.preventHover=!0;a.frame<=b?(a.frame++,b=AmCharts.easeOutSine(0,a.frame,0,1,b),1<=b?(b=1,a.preventHover=!1,a.wheelBusy=!1):setTimeout(function(){a.updateSize.call(a)},AmCharts.updateRate),.8<b&&(a.preventHover=
152
+ !1)):(b=1,a.preventHover=!1,a.wheelBusy=!1);a.tweenPercent=b;a.rescaleMapAndObjects()},rescaleMapAndObjects:function(){var a=this.initialScale,b=this.initialX,c=this.initialY,d=this.tweenPercent,a=a+(this.finalScale-a)*d;this.mapContainer.translate(b+(this.finalX-b)*d,c+(this.finalY-c)*d,a);if(this.areasSettings.adjustOutlineThickness)for(b=this.dataProvider.areas,c=0;c<b.length;c++){var f=b[c],e=f.displayObject;e&&e.setAttr("stroke-width",f.outlineThicknessReal/a)}this.rescaleObjects();this.positionChanged();
153
+ this.updateSmallMap();1==d&&(d={type:"zoomCompleted",chart:this},this.fire(d.type,d))},updateSmallMap:function(){this.smallMap&&this.smallMap.update()},rescaleObjects:function(){var a=this.mapContainer.scale,b=this.imagesProcessor.objectsToResize,c;for(c=0;c<b.length;c++){var d=b[c].image;d.translate(d.x,d.y,b[c].scale/a,!0)}b=this.linesProcessor;if(d=b.linesToResize)for(c=0;c<d.length;c++){var f=d[c];f.line.setAttr("stroke-width",f.thickness/a)}b=b.objectsToResize;for(c=0;c<b.length;c++)d=b[c],d.translate(d.x,
154
+ d.y,1/a)},handleTouchStart:function(a){this.handleMouseMove(a);this.handleMouseDown(a)},handleTouchEnd:function(a){this.previousDistance=NaN;this.handleReleaseOutside(a)},handleMouseDown:function(a){AmCharts.resetMouseOver();this.mouseIsOver=!0;a&&a.preventDefault&&this.panEventsEnabled&&a.preventDefault();if(this.chartCreated&&!this.preventHover&&(this.dragMap&&(this.stopAnimation(),this.isDragging=!0,this.mapContainerClickX=this.mapContainer.x,this.mapContainerClickY=this.mapContainer.y),a||(a=
155
+ window.event),a.shiftKey&&!0===this.developerMode&&this.getDevInfo(),a&&a.touches)){var b=this.mouseX,c=this.mouseY,d=a.touches.item(1);d&&(a=d.pageX-AmCharts.findPosX(this.div),d=d.pageY-AmCharts.findPosY(this.div),this.middleXP=(b+(a-b)/2)/this.realWidth,this.middleYP=(c+(d-c)/2)/this.realHeight)}},stopDrag:function(){this.isDragging=!1},handleReleaseOutside:function(){if(AmCharts.isModern&&!this.preventHover){this.stopDrag();var a=this.zoomControl;a&&a.draggerUp();this.mapWasDragged=!1;var a=this.mapContainer,
156
+ b=this.mapContainerClickX,c=this.mapContainerClickY;isNaN(b)||isNaN(c)||!(2<Math.abs(a.x-b)||Math.abs(a.y-c))||(this.mapWasDragged=!0,a={type:"dragCompleted",zoomX:this.zoomX(),zoomY:this.zoomY(),zoomLevel:this.zoomLevel(),chart:this},this.fire(a.type,a));!this.mouseIsOver||this.mapWasDragged||this.skipClick||(a={type:"click",x:this.mouseX,y:this.mouseY,chart:this},this.fire(a.type,a),this.skipClick=!1);this.mapContainerClickY=this.mapContainerClickX=NaN;this.objectWasClicked=!1;this.zoomOnDoubleClick&&
157
+ this.mouseIsOver&&(a=(new Date).getTime(),200>a-this.previousClickTime&&20<a-this.previousClickTime&&this.doDoubleClickZoom(),this.previousClickTime=a)}},handleTouchMove:function(a){this.handleMouseMove(a)},resetPinch:function(){this.mapWasPinched=!1},handleMouseMove:function(a){var b=this;AmCharts.AmMap.base.handleMouseMove.call(b,a);b.panEventsEnabled&&a&&a.preventDefault&&a.preventDefault();var c=b.previuosMouseX,d=b.previuosMouseY,f=b.mouseX,e=b.mouseY,g=b.zoomControl;isNaN(c)&&(c=f);isNaN(d)&&
158
+ (d=e);b.mouse2X=NaN;b.mouse2Y=NaN;a&&a.touches&&(a=a.touches.item(1))&&(b.mouse2X=a.pageX-AmCharts.findPosX(b.div),b.mouse2Y=a.pageY-AmCharts.findPosY(b.div));a=b.mapContainer;var h=b.mouse2X,k=b.mouse2Y;b.pinchTO&&clearTimeout(b.pinchTO);b.pinchTO=setTimeout(function(){b.resetPinch.call(b)},1E3);var l=b.realHeight,m=b.realWidth,n=b.mapWidth,r=b.mapHeight;if(!isNaN(h)){b.stopDrag();var h=Math.sqrt(Math.pow(h-f,2)+Math.pow(k-e,2)),p=b.previousDistance,k=Math.max(b.realWidth,b.realHeight);5>Math.abs(p-
159
+ h)&&(b.isDragging=!0);if(!isNaN(p)){var w=5*Math.abs(p-h)/k,k=a.scale,k=AmCharts.fitToBounds(p<h?k+k*w:k-k*w,g.minZoomLevel,g.maxZoomLevel),g=b.zoomLevel(),x=b.middleXP,p=b.middleYP,w=l/r,t=m/n,x=(b.zoomX()-x*t)*(k/g)+x*t,p=(b.zoomY()-p*w)*(k/g)+p*w;.1<Math.abs(k-g)&&(b.zoomTo(k,x,p,!0),b.mapWasPinched=!0,clearTimeout(b.pinchTO))}b.previousDistance=h}h=a.scale;b.isDragging&&(b.hideBalloon(),b.positionChanged(),c=a.x+(f-c),d=a.y+(e-d),b.preventDragOut&&(r=-r*h+l/2,l/=2,c=AmCharts.fitToBounds(c,-n*
160
+ h+m/2,m/2),d=AmCharts.fitToBounds(d,r,l)),a.translate(c,d,h),b.updateSmallMap());b.previuosMouseX=f;b.previuosMouseY=e},selectObject:function(a){var b=this;a||(a=b.dataProvider);a.isOver=!1;var c=a.linkToObject;"string"==typeof c&&(c=b.getObjectById(c));a.useTargetsZoomValues&&c&&(a.zoomX=c.zoomX,a.zoomY=c.zoomY,a.zoomLatitude=c.zoomLatitude,a.zoomLongitude=c.zoomLongitude,a.zoomLevel=c.zoomLevel);var d=b.selectedObject;d&&b.returnInitialColor(d);b.selectedObject=a;var f=!1,e;"MapArea"==a.objectType&&
161
+ (a.autoZoomReal&&(f=!0),e=b.areasSettings.selectedOutlineColor);if(c&&!f&&("string"==typeof c&&(c=b.getObjectById(c)),isNaN(a.zoomLevel)&&isNaN(a.zoomX)&&isNaN(a.zoomY))){if(b.extendMapData(c))return;b.selectObject(c);return}b.allowMultipleDescriptionWindows||b.closeAllDescriptions();clearTimeout(b.selectedObjectTimeOut);clearTimeout(b.processObjectsTimeOut);c=b.zoomDuration;!f&&isNaN(a.zoomLevel)&&isNaN(a.zoomX)&&isNaN(a.zoomY)?(b.showDescriptionAndGetUrl(),b.processObjects()):(b.selectedObjectTimeOut=
162
+ setTimeout(function(){b.showDescriptionAndGetUrl.call(b)},1E3*c+200),b.showObjectsAfterZoom?b.processObjectsTimeOut=setTimeout(function(){b.processObjects.call(b)},1E3*c+200):b.processObjects());if(f=a.displayObject){a.bringForwardOnHover&&f.toFront();f.setAttr("stroke",a.outlineColorReal);var g=a.selectedColorReal;void 0!==g&&f.setAttr("fill",g);void 0!==e&&f.setAttr("stroke",e);if("MapLine"==a.objectType){var h=a.lineSvg;h&&h.setAttr("stroke",g);var k=a.arrowSvg;k&&(k.setAttr("fill",g),k.setAttr("stroke",
163
+ g))}if(c=a.imageLabel){var l=a.selectedLabelColorReal;void 0!==l&&c.setAttr("fill",l)}a.selectable||(f.setAttr("cursor","default"),c&&c.setAttr("cursor","default"))}else b.returnInitialColorReal(a);if(f=a.groupId)for(c=b.getGroupById(f),l=0;l<c.length;l++)if(k=c[l],k.isOver=!1,f=k.displayObject)if(h=k.selectedColorReal,void 0!==e&&f.setAttr("stroke",e),void 0!==h?f.setAttr("fill",h):b.returnInitialColor(k),"MapLine"==k.objectType&&((h=k.lineSvg)&&h.setAttr("stroke",g),k=k.arrowSvg))k.setAttr("fill",
164
+ g),k.setAttr("stroke",g);b.zoomToSelectedObject();d!=a&&(a={type:"selectedObjectChanged",chart:b},b.fire(a.type,a))},returnInitialColor:function(a,b){this.returnInitialColorReal(a);b&&(a.isFirst=!1);if(this.selectedObject.bringForwardOnHover){var c=this.selectedObject.displayObject;c&&c.toFront()}if(c=a.groupId){var c=this.getGroupById(c),d;for(d=0;d<c.length;d++)this.returnInitialColorReal(c[d]),b&&(c[d].isFirst=!1)}},closeAllDescriptions:function(){this.descriptionsDiv.innerHTML=""},returnInitialColorReal:function(a){a.isOver=
165
+ !1;var b=a.displayObject;if(b){b.toPrevious();if("MapImage"==a.objectType){var c=a.tempScale;isNaN(c)||b.translate(b.x,b.y,c,!0);a.tempScale=NaN}c=a.colorReal;if("MapLine"==a.objectType){var d=a.lineSvg;d&&d.setAttr("stroke",c);if(d=a.arrowSvg)d.setAttr("fill",c),d.setAttr("stroke",c)}a.showAsSelected&&(c=a.selectedColorReal);"bubble"==a.type&&(c=void 0);void 0!==c&&b.setAttr("fill",c);(d=a.image)&&d.setAttr("fill",c);b.setAttr("stroke",a.outlineColorReal);"MapArea"==a.objectType&&(c=1,this.areasSettings.adjustOutlineThickness&&
166
+ (c=this.zoomLevel()),b.setAttr("fill-opacity",a.alphaReal),b.setAttr("stroke-opacity",a.outlineAlphaReal),b.setAttr("stroke-width",a.outlineThicknessReal/c));(c=a.pattern)&&b.pattern(c,this.mapScale);(b=a.imageLabel)&&!a.labelInactive&&b.setAttr("fill",a.labelColorReal)}},zoomToRectangle:function(a,b,c,d){var f=this.realWidth,e=this.realHeight,g=this.mapSet.scale,h=this.zoomControl,f=AmCharts.fitToBounds(c/f>d/e?.8*f/(c*g):.8*e/(d*g),h.minZoomLevel,h.maxZoomLevel);this.zoomToMapXY(f,(a+c/2)*g,(b+
167
+ d/2)*g)},zoomToLatLongRectangle:function(a,b,c,d){var f=this.dataProvider,e=this.zoomControl,g=Math.abs(c-a),h=Math.abs(b-d),k=Math.abs(f.rightLongitude-f.leftLongitude),f=Math.abs(f.topLatitude-f.bottomLatitude),e=AmCharts.fitToBounds(g/k>h/f?.8*k/g:.8*f/h,e.minZoomLevel,e.maxZoomLevel);this.zoomToLongLat(e,a+(c-a)/2,d+(b-d)/2)},getGroupById:function(a){var b=[];this.getGroup(this.imagesProcessor.allObjects,a,b);this.getGroup(this.linesProcessor.allObjects,a,b);this.getGroup(this.areasProcessor.allObjects,
168
+ a,b);return b},zoomToGroup:function(a){a="object"==typeof a?a:this.getGroupById(a);var b,c,d,f,e;for(e=0;e<a.length;e++){var g=a[e].displayObject.getBBox(),h=g.y,k=g.y+g.height,l=g.x,g=g.x+g.width;if(h<b||isNaN(b))b=h;if(k>f||isNaN(f))f=k;if(l<c||isNaN(c))c=l;if(g>d||isNaN(d))d=g}a=this.mapSet.getBBox();c-=a.x;d-=a.x;f-=a.y;b-=a.y;this.zoomToRectangle(c,b,d-c,f-b)},getGroup:function(a,b,c){if(a){var d;for(d=0;d<a.length;d++){var f=a[d];f.groupId==b&&c.push(f)}}},zoomToStageXY:function(a,b,c,d){if(!this.objectWasClicked){var f=
169
+ this.zoomControl;a=AmCharts.fitToBounds(a,f.minZoomLevel,f.maxZoomLevel);f=this.zoomLevel();c=this.coordinateToLatitude((c-this.mapContainer.y)/f);b=this.coordinateToLongitude((b-this.mapContainer.x)/f);this.zoomToLongLat(a,b,c,d)}},zoomToLongLat:function(a,b,c,d){b=this.longitudeToCoordinate(b);c=this.latitudeToCoordinate(c);this.zoomToMapXY(a,b,c,d)},zoomToMapXY:function(a,b,c,d){var f=this.mapWidth,e=this.mapHeight;this.zoomTo(a,-(b/f)*a+this.realWidth/f/2,-(c/e)*a+this.realHeight/e/2,d)},zoomToObject:function(a){var b=
170
+ a.zoomLatitude,c=a.zoomLongitude,d=a.zoomLevel,f=this.zoomInstantly,e=a.zoomX,g=a.zoomY,h=this.realWidth,k=this.realHeight;isNaN(d)||(isNaN(b)||isNaN(c)?this.zoomTo(d,e,g,f):this.zoomToLongLat(d,c,b,f));this.zoomInstantly=!1;"MapImage"==a.objectType&&isNaN(a.zoomX)&&isNaN(a.zoomY)&&isNaN(a.zoomLatitude)&&isNaN(a.zoomLongitude)&&!isNaN(a.latitude)&&!isNaN(a.longitude)&&this.zoomToLongLat(a.zoomLevel,a.longitude,a.latitude);"MapArea"==a.objectType&&(e=a.displayObject.getBBox(),b=this.mapScale,c=e.x*
171
+ b,d=e.y*b,f=e.width*b,e=e.height*b,h=a.autoZoomReal&&isNaN(a.zoomLevel)?f/h>e/k?.8*h/f:.8*k/e:a.zoomLevel,k=this.zoomControl,h=AmCharts.fitToBounds(h,k.minZoomLevel,k.maxZoomLevel),isNaN(a.zoomX)&&isNaN(a.zoomY)&&isNaN(a.zoomLatitude)&&isNaN(a.zoomLongitude)&&(a=this.mapSet.getBBox(),this.zoomToMapXY(h,-a.x*b+c+f/2,-a.y*b+d+e/2)))},zoomToSelectedObject:function(){this.zoomToObject(this.selectedObject)},zoomTo:function(a,b,c,d){var f=this.zoomControl;a=AmCharts.fitToBounds(a,f.minZoomLevel,f.maxZoomLevel);
172
+ f=this.zoomLevel();isNaN(b)&&(b=this.realWidth/this.mapWidth,b=(this.zoomX()-.5*b)*(a/f)+.5*b);isNaN(c)&&(c=this.realHeight/this.mapHeight,c=(this.zoomY()-.5*c)*(a/f)+.5*c);this.stopAnimation();isNaN(a)||(f=this.mapContainer,this.initialX=f.x,this.initialY=f.y,this.initialScale=f.scale,this.finalX=this.mapWidth*b,this.finalY=this.mapHeight*c,this.finalScale=a,this.finalX!=this.initialX||this.finalY!=this.initialY||this.finalScale!=this.initialScale?d?(this.tweenPercent=1,this.rescaleMapAndObjects(),
173
+ this.wheelBusy=!1):this.animateMap():this.wheelBusy=!1)},loadXml:function(a){var b;b=window.XMLHttpRequest?new XMLHttpRequest:new ActiveXObject("Microsoft.XMLHTTP");b.overrideMimeType&&b.overrideMimeType("text/xml");b.open("GET",a,!1);b.send();this.parseXMLObject(b.responseXML);this.svgData&&this.buildEverything()},stopAnimation:function(){this.frame=this.totalFrames},processObjects:function(){var a=this.container,b=this.stageImagesContainer;b&&b.remove();this.stageImagesContainer=b=a.set();this.trendLinesSet.push(b);
174
+ var c=this.stageLinesContainer;c&&c.remove();this.stageLinesContainer=c=a.set();this.trendLinesSet.push(c);var d=this.mapImagesContainer;d&&d.remove();this.mapImagesContainer=d=a.set();this.mapContainer.push(d);var f=this.mapLinesContainer;f&&f.remove();this.mapLinesContainer=f=a.set();this.mapContainer.push(f);this.linesAboveImages?(d.toFront(),b.toFront(),f.toFront(),c.toFront()):(f.toFront(),c.toFront(),d.toFront(),b.toFront());if(a=this.selectedObject)this.imagesProcessor.reset(),this.linesProcessor.reset(),
175
+ this.linesAboveImages?(this.imagesProcessor.process(a),this.linesProcessor.process(a)):(this.linesProcessor.process(a),this.imagesProcessor.process(a));this.rescaleObjects()},processAreas:function(){this.areasProcessor.process(this.dataProvider)},buildSVGMap:function(){var a=this.svgData.g.path,b=this.container,c=b.set();void 0===a.length&&(a=[a]);var d;for(d=0;d<a.length;d++){var f=a[d],e=f.d,g=f.title;f.titleTr&&(g=f.titleTr);e=b.path(e);e.id=f.id;this.svgAreasById[f.id]={area:e,title:g,className:f["class"]};
176
+ this.svgAreas.push(e);c.push(e)}this.mapSet=c;this.mapContainer.push(c);this.resizeMap()},addObjectEventListeners:function(a,b){var c=this;a.mouseup(function(a){c.clickMapObject(b,a)}).mouseover(function(a){c.rollOverMapObject(b,!0,a)}).mouseout(function(a){c.rollOutMapObject(b,a)}).touchend(function(a){c.clickMapObject(b,a)}).touchstart(function(a){c.rollOverMapObject(b,!0,a)})},checkIfSelected:function(a){var b=this.selectedObject;if(b==a)return!0;if(b=b.groupId){var b=this.getGroupById(b),c;for(c=
177
+ 0;c<b.length;c++)if(b[c]==a)return!0}return!1},clearMap:function(){this.chartDiv.innerHTML="";this.clearObjectList()},clearObjectList:function(){var a=this.objectList;a&&a.div&&(a.div.innerHTML="")},checkIfLast:function(a){if(a){var b=a.parentNode;if(b&&b.lastChild==a)return!0}return!1},showAsRolledOver:function(a){var b=a.displayObject;if(!a.showAsSelected&&b&&!a.isOver){b.node.onmouseout=function(){};b.node.onmouseover=function(){};b.node.onclick=function(){};!a.isFirst&&a.bringForwardOnHover&&
178
+ (b.toFront(),a.isFirst=!0);var c=a.rollOverColorReal,d;if(void 0!=c)if("MapImage"==a.objectType)(d=a.image)&&d.setAttr("fill",c);else if("MapLine"==a.objectType){if((d=a.lineSvg)&&d.setAttr("stroke",c),d=a.arrowSvg)d.setAttr("fill",c),d.setAttr("stroke",c)}else b.setAttr("fill",c);(c=a.imageLabel)&&!a.labelInactive&&(d=a.labelRollOverColorReal,void 0!=d&&c.setAttr("fill",d));c=a.rollOverOutlineColorReal;void 0!=c&&("MapImage"==a.objectType?(d=a.image)&&d.setAttr("stroke",c):b.setAttr("stroke",c));
179
+ if("MapArea"==a.objectType){c=this.areasSettings;d=a.rollOverAlphaReal;isNaN(d)||b.setAttr("fill-opacity",d);d=c.rollOverOutlineAlpha;isNaN(d)||b.setAttr("stroke-opacity",d);d=1;this.areasSettings.adjustOutlineThickness&&(d=this.zoomLevel());var f=c.rollOverOutlineThickness;isNaN(f)||b.setAttr("stroke-width",f/d);(c=c.rollOverPattern)&&b.pattern(c,this.mapScale)}"MapImage"==a.objectType&&(c=a.rollOverScaleReal,isNaN(c)||1==c||(a.tempScale=b.scale,b.translate(b.x,b.y,b.scale*c,!0)));this.useHandCursorOnClickableOjects&&
180
+ this.checkIfClickable(a)&&b.setAttr("cursor","pointer");this.addObjectEventListeners(b,a);a.isOver=!0}},rollOverMapObject:function(a,b,c){if(this.chartCreated){this.handleMouseMove();var d=this.previouslyHovered;d&&d!=a?(!1===this.checkIfSelected(d)&&(this.returnInitialColor(d,!0),this.previouslyHovered=null),this.hideBalloon()):clearTimeout(this.hoverInt);if(!this.preventHover){if(!1===this.checkIfSelected(a)){if(d=a.groupId){var d=this.getGroupById(d),f;for(f=0;f<d.length;f++)d[f]!=a&&this.showAsRolledOver(d[f])}this.showAsRolledOver(a)}else(d=
181
+ a.displayObject)&&(this.allowClickOnSelectedObject?d.setAttr("cursor","pointer"):d.setAttr("cursor","default"));if(this.showDescriptionOnHover)this.showDescription(a);else if((this.showBalloonOnSelectedObject||!this.checkIfSelected(a))&&!1!==b&&(f=this.balloon,b=a.colorReal,d="",void 0!==b&&this.useObjectColorForBalloon||(b=f.fillColor),(f=a.balloonTextReal)&&(d=this.formatString(f,a)),this.balloonLabelFunction&&(d=this.balloonLabelFunction(a,this)),d&&""!==d)){var e,g;"MapArea"==a.objectType&&(g=
182
+ this.getAreaCenterLatitude(a),e=this.getAreaCenterLongitude(a),g=this.latitudeToY(g),e=this.longitudeToX(e));this.showBalloon(d,b,this.mouseIsOver,e,g)}c={type:"rollOverMapObject",mapObject:a,chart:this,event:c};this.fire(c.type,c);this.previouslyHovered=a}}},longitudeToX:function(a){return this.longitudeToCoordinate(a)*this.zoomLevel()+this.mapContainer.x},latitudeToY:function(a){return this.latitudeToCoordinate(a)*this.zoomLevel()+this.mapContainer.y},rollOutMapObject:function(a,b){this.hideBalloon();
183
+ if(this.chartCreated&&a.isOver){this.checkIfSelected(a)||this.returnInitialColor(a);var c={type:"rollOutMapObject",mapObject:a,chart:this,event:b};this.fire(c.type,c)}},formatString:function(a,b){var c=this.nf,d=this.pf,f=b.title;b.titleTr&&(f=b.titleTr);void 0==f&&(f="");var e=b.value,e=isNaN(e)?"":AmCharts.formatNumber(e,c),c=b.percents,c=isNaN(c)?"":AmCharts.formatNumber(c,d),d=b.description;void 0==d&&(d="");var g=b.customData;void 0==g&&(g="");return a=AmCharts.massReplace(a,{"[[title]]":f,"[[value]]":e,
184
+ "[[percent]]":c,"[[description]]":d,"[[customData]]":g})},clickMapObject:function(a,b){this.hideBalloon();if(this.chartCreated&&!this.preventHover&&!this.mapWasDragged&&this.checkIfClickable(a)&&!this.mapWasPinched){this.selectObject(a);var c={type:"clickMapObject",mapObject:a,chart:this,event:b};this.fire(c.type,c);this.objectWasClicked=!0}},checkIfClickable:function(a){var b=this.allowClickOnSelectedObject;return this.selectedObject==a&&b?!0:this.selectedObject!=a||b?!0===a.selectable||"MapArea"==
185
+ a.objectType&&a.autoZoomReal||a.url||a.linkToObject||0<a.images.length||0<a.lines.length||!isNaN(a.zoomLevel)||!isNaN(a.zoomX)||!isNaN(a.zoomY)||a.description?!0:!1:!1},handleResize:function(){(AmCharts.isPercents(this.width)||AmCharts.isPercents(this.height))&&this.invalidateSize();this.renderFix()},resizeMap:function(){var a=this.mapSet;if(a)if(this.fitMapToContainer){var b=a.getBBox(),c=this.realWidth,d=this.realHeight,f=b.width,e=b.height,c=f/c>e/d?c/f:d/e;a.translate(-b.x*c,-b.y*c,c);this.mapScale=
186
+ c;this.mapHeight=e*c;this.mapWidth=f*c}else b=group.transform.match(/([\-]?[\d.]+)/g),a.translate(b[0],b[1],b[2])},zoomIn:function(){this.skipClick=!0;var a=this.zoomLevel()*this.zoomControl.zoomFactor;this.zoomTo(a)},zoomOut:function(){this.skipClick=!0;var a=this.zoomLevel()/this.zoomControl.zoomFactor;this.zoomTo(a)},moveLeft:function(){this.skipClick=!0;var a=this.zoomX()+this.zoomControl.panStepSize;this.zoomTo(this.zoomLevel(),a,this.zoomY())},moveRight:function(){this.skipClick=!0;var a=this.zoomX()-
187
+ this.zoomControl.panStepSize;this.zoomTo(this.zoomLevel(),a,this.zoomY())},moveUp:function(){this.skipClick=!0;var a=this.zoomY()+this.zoomControl.panStepSize;this.zoomTo(this.zoomLevel(),this.zoomX(),a)},moveDown:function(){this.skipClick=!0;var a=this.zoomY()-this.zoomControl.panStepSize;this.zoomTo(this.zoomLevel(),this.zoomX(),a)},zoomX:function(){return this.mapSet?Math.round(1E4*this.mapContainer.x/this.mapWidth)/1E4:NaN},zoomY:function(){return this.mapSet?Math.round(1E4*this.mapContainer.y/
188
+ this.mapHeight)/1E4:NaN},goHome:function(){this.selectObject(this.dataProvider);var a={type:"homeButtonClicked",chart:this};this.fire(a.type,a)},zoomLevel:function(){return Math.round(1E5*this.mapContainer.scale)/1E5},showDescriptionAndGetUrl:function(){var a=this.selectedObject;if(a){this.showDescription();var b=a.url;if(b)AmCharts.getURL(b,a.urlTarget);else if(b=a.linkToObject){if("string"==typeof b){var c=this.getObjectById(b);if(c){this.selectObject(c);return}}b&&a.passZoomValuesToTarget&&(b.zoomLatitude=
189
+ this.zoomLatitude(),b.zoomLongitude=this.zoomLongitude(),b.zoomLevel=this.zoomLevel());this.extendMapData(b)||this.selectObject(b)}}},extendMapData:function(a){var b=a.objectType;if("MapImage"!=b&&"MapArea"!=b&&"MapLine"!=b)return AmCharts.extend(a,new AmCharts.MapData,!0),this.dataProvider=a,this.zoomInstantly=!0,this.validateData(),!0},showDescription:function(a){a||(a=this.selectedObject);this.allowMultipleDescriptionWindows||this.closeAllDescriptions();if(a.description){var b=a.descriptionWindow;
190
+ b&&b.close();b=new AmCharts.DescriptionWindow;a.descriptionWindow=b;var c=a.descriptionWindowWidth,d=a.descriptionWindowHeight,f=a.descriptionWindowLeft,e=a.descriptionWindowTop,g=a.descriptionWindowRight,h=a.descriptionWindowBottom;isNaN(g)||(f=this.realWidth-g);isNaN(h)||(e=this.realHeight-h);var k=a.descriptionWindowX;isNaN(k)||(f=k);k=a.descriptionWindowY;isNaN(k)||(e=k);isNaN(f)&&(f=this.mouseX,f=f>this.realWidth/2?f-c-20:f+20);isNaN(e)&&(e=this.mouseY);b.maxHeight=d;k=a.title;a.titleTr&&(k=
191
+ a.titleTr);b.show(this,this.descriptionsDiv,a.description,k);a=b.div.style;a.position="absolute";a.width=c+"px";a.maxHeight=d+"px";isNaN(h)||(e-=b.div.offsetHeight);isNaN(g)||(f-=b.div.offsetWidth);a.left=f+"px";a.top=e+"px"}},parseXMLObject:function(a){var b={root:{}};this.parseXMLNode(b,"root",a);this.svgData=b.root.svg;this.getBounds()},getBounds:function(){var a=this.dataProvider;try{var b=this.svgData.defs["amcharts:ammap"];a.leftLongitude=Number(b.leftLongitude);a.rightLongitude=Number(b.rightLongitude);
192
+ a.topLatitude=Number(b.topLatitude);a.bottomLatitude=Number(b.bottomLatitude);a.projection=b.projection;var c=b.wrappedLongitudes;c&&(a.rightLongitude+=360);a.wrappedLongitudes=c}catch(d){}},recalcLongitude:function(a){var b=this.dataProvider.wrappedLongitudes;return void 0!=a&&b?a<this.dataProvider.leftLongitude?Number(a)+360:a:a},latitudeToCoordinate:function(a){var b,c=this.dataProvider;if(this.mapSet){b=c.topLatitude;var d=c.bottomLatitude;"mercator"==c.projection&&(a=this.mercatorLatitudeToCoordinate(a),
193
+ b=this.mercatorLatitudeToCoordinate(b),d=this.mercatorLatitudeToCoordinate(d));b=(a-b)/(d-b)*this.mapHeight}return b},longitudeToCoordinate:function(a){a=this.recalcLongitude(a);var b,c=this.dataProvider;this.mapSet&&(b=c.leftLongitude,b=(a-b)/(c.rightLongitude-b)*this.mapWidth);return b},mercatorLatitudeToCoordinate:function(a){89.5<a&&(a=89.5);-89.5>a&&(a=-89.5);a=AmCharts.degreesToRadians(a);a=.5*Math.log((1+Math.sin(a))/(1-Math.sin(a)));return AmCharts.radiansToDegrees(a/2)},zoomLatitude:function(){return this.coordinateToLatitude((-this.mapContainer.y+
194
+ this.previousHeight/2)/this.zoomLevel())},zoomLongitude:function(){return this.coordinateToLongitude((-this.mapContainer.x+this.previousWidth/2)/this.zoomLevel())},getAreaCenterLatitude:function(a){a=a.displayObject.getBBox();var b=this.mapScale;a=-this.mapSet.getBBox().y*b+(a.y+a.height/2)*b;return this.coordinateToLatitude(a)},getAreaCenterLongitude:function(a){a=a.displayObject.getBBox();var b=this.mapScale;a=-this.mapSet.getBBox().x*b+(a.x+a.width/2)*b;return this.coordinateToLongitude(a)},coordinateToLatitude:function(a){var b;
195
  if(this.mapSet){var c=this.dataProvider,d=c.bottomLatitude,f=c.topLatitude;b=this.mapHeight;"mercator"==c.projection?(c=this.mercatorLatitudeToCoordinate(d),f=this.mercatorLatitudeToCoordinate(f),a=2*Math.atan(Math.exp(2*(a*(c-f)/b+f)*Math.PI/180))-.5*Math.PI,b=AmCharts.radiansToDegrees(a)):b=a/b*(d-f)+f}return Math.round(1E6*b)/1E6},coordinateToLongitude:function(a){var b,c=this.dataProvider;this.mapSet&&(b=a/this.mapWidth*(c.rightLongitude-c.leftLongitude)+c.leftLongitude);return Math.round(1E6*
196
  b)/1E6},milesToPixels:function(a){var b=this.dataProvider;return this.mapWidth/(b.rightLongitude-b.leftLongitude)*a/69.172},kilometersToPixels:function(a){var b=this.dataProvider;return this.mapWidth/(b.rightLongitude-b.leftLongitude)*a/111.325},handleBackgroundClick:function(a){if(this.backgroundZoomsToTop&&!this.mapWasDragged){var b=this.dataProvider;if(this.checkIfClickable(b))this.clickMapObject(b);else{a=b.zoomX;var c=b.zoomY,d=b.zoomLongitude,f=b.zoomLatitude,b=b.zoomLevel;isNaN(a)||isNaN(c)||
197
  this.zoomTo(b,a,c);isNaN(d)||isNaN(f)||this.zoomToLongLat(b,d,f,!0)}}},parseXMLNode:function(a,b,c,d){void 0===d&&(d="");var f,e,g;if(c){var h=c.childNodes.length;for(f=0;f<h;f++){e=c.childNodes[f];var k=e.nodeName,l=e.nodeValue?this.trim(e.nodeValue):"",m=!1;e.attributes&&0<e.attributes.length&&(m=!0);if(0!==e.childNodes.length||""!==l||!1!==m)if(3==e.nodeType||4==e.nodeType){if(""!==l){e=0;for(g in a[b])a[b].hasOwnProperty(g)&&e++;e?a[b]["#text"]=l:a[b]=l}}else if(1==e.nodeType){var n;void 0!==
203
  a,"image");this.processObject(a.lines,a,"line")},processObject:function(a,b,c){if(a){var d;for(d=0;d<a.length;d++){var f=a[d];f.parentObject=b;"area"==c&&AmCharts.extend(f,new AmCharts.MapArea(this.theme),!0);"image"==c&&(f=AmCharts.extend(f,new AmCharts.MapImage(this.theme),!0));"line"==c&&(f=AmCharts.extend(f,new AmCharts.MapLine(this.theme),!0));a[d]=f;f.areas&&this.processObject(f.areas,f,"area");f.images&&this.processObject(f.images,f,"image");f.lines&&this.processObject(f.lines,f,"line")}}},
204
  positionChanged:function(){var a={type:"positionChanged",zoomX:this.zoomX(),zoomY:this.zoomY(),zoomLevel:this.zoomLevel(),chart:this};this.fire(a.type,a)},getX:function(a,b){return this.getXY(a,this.realWidth,b)},getY:function(a,b){return this.getXY(a,this.realHeight,b)},trim:function(a){if(a){var b;for(b=0;b<a.length;b++)if(-1===" \n\r\t\f\x0B\u00a0\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u200b\u2028\u2029\u3000".indexOf(a.charAt(b))){a=a.substring(b);break}for(b=a.length-
205
  1;0<=b;b--)if(-1===" \n\r\t\f\x0B\u00a0\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u200b\u2028\u2029\u3000".indexOf(a.charAt(b))){a=a.substring(0,b+1);break}return-1===" \n\r\t\f\x0B\u00a0\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u200b\u2028\u2029\u3000".indexOf(a.charAt(0))?a:""}},destroy:function(){var a=this.svgAreas;if(a)for(var b=0;b<a.length;b++);AmCharts.AmMap.base.destroy.call(this)}});AmCharts.ZoomControl=AmCharts.Class({construct:function(a){this.cname="ZoomControl";this.panStepSize=.1;this.zoomFactor=2;this.maxZoomLevel=64;this.minZoomLevel=1;this.zoomControlEnabled=this.panControlEnabled=!0;this.buttonRollOverColor="#CC0000";this.buttonFillColor="#990000";this.buttonFillAlpha=1;this.buttonBorderColor="#FFFFFF";this.buttonIconAlpha=this.buttonBorderThickness=this.buttonBorderAlpha=1;this.gridColor="#FFFFFF";this.homeIconFile="homeIcon.gif";this.gridBackgroundColor="#000000";
206
+ this.gridBackgroundAlpha=.15;this.gridAlpha=1;this.buttonSize=18;this.iconSize=11;this.buttonCornerRadius=0;this.gridHeight=150;this.top=this.left=10;AmCharts.applyTheme(this,a,this.cname)},init:function(a,b){var c=this;c.chart=a;AmCharts.remove(c.set);var d=b.set(),f=c.buttonSize,e=c.zoomControlEnabled,g=c.panControlEnabled,h=c.buttonFillColor,k=c.buttonFillAlpha,l=c.buttonBorderThickness,m=c.buttonBorderColor,n=c.buttonBorderAlpha,r=c.buttonCornerRadius,p=c.buttonRollOverColor,w=c.gridHeight,x=
207
+ c.zoomFactor,t=c.minZoomLevel,B=c.maxZoomLevel,z=c.buttonIconAlpha,v=a.getX(c.left),s=a.getY(c.top);isNaN(c.right)||(v=a.getX(c.right,!0),v=g?v-3*f:v-f);isNaN(c.bottom)||(s=a.getY(c.bottom,!0),e&&(s-=w+3*f),s=g?s-3*f:s+f);d.translate(v,s);c.previousDY=NaN;var u;if(e){u=b.set();d.push(u);c.set=d;c.zoomSet=u;s=AmCharts.rect(b,f+6,w+2*f+6,c.gridBackgroundColor,c.gridBackgroundAlpha,0,0,0,4);s.translate(-3,-3);s.mouseup(function(){c.handleBgUp()}).touchend(function(){c.handleBgUp()});u.push(s);s=new AmCharts.SimpleButton;
208
+ s.setIcon(a.pathToImages+"plus.gif",c.iconSize);s.setClickHandler(a.zoomIn,a);s.init(b,f,f,h,k,l,m,n,r,p,z);u.push(s.set);s=new AmCharts.SimpleButton;s.setIcon(a.pathToImages+"minus.gif",c.iconSize);s.setClickHandler(a.zoomOut,a);s.init(b,f,f,h,k,l,m,n,r,p,z);s.set.translate(0,w+f);u.push(s.set);var v=Math.log(B/t)/Math.log(x)+1,e=w/v,q;for(q=1;q<v;q++)s=f+q*e,s=AmCharts.line(b,[1,f-2],[s,s],c.gridColor,c.gridAlpha,1),u.push(s);s=new AmCharts.SimpleButton;s.setDownHandler(c.draggerDown,c);s.setClickHandler(c.draggerUp,
209
+ c);s.init(b,f,e,h,k,l,m,n,r,p);u.push(s.set);c.dragger=s.set;c.previousY=NaN;w-=e;t=Math.log(t/100)/Math.log(x);x=Math.log(B/100)/Math.log(x);c.realStepSize=w/(x-t);c.realGridHeight=w;c.stepMax=x}g&&(g=b.set(),d.push(g),u&&u.translate(f,4*f),u=new AmCharts.SimpleButton,u.setIcon(a.pathToImages+"panLeft.gif",c.iconSize),u.setClickHandler(a.moveLeft,a),u.init(b,f,f,h,k,l,m,n,r,p,z),u.set.translate(0,f),g.push(u.set),u=new AmCharts.SimpleButton,u.setIcon(a.pathToImages+"panRight.gif",c.iconSize),u.setClickHandler(a.moveRight,
210
+ a),u.init(b,f,f,h,k,l,m,n,r,p,z),u.set.translate(2*f,f),g.push(u.set),u=new AmCharts.SimpleButton,u.setIcon(a.pathToImages+"panUp.gif",c.iconSize),u.setClickHandler(a.moveUp,a),u.init(b,f,f,h,k,l,m,n,r,p,z),u.set.translate(f,0),g.push(u.set),u=new AmCharts.SimpleButton,u.setIcon(a.pathToImages+"panDown.gif",c.iconSize),u.setClickHandler(a.moveDown,a),u.init(b,f,f,h,k,l,m,n,r,p,z),u.set.translate(f,2*f),g.push(u.set),k=new AmCharts.SimpleButton,k.setIcon(a.pathToImages+c.homeIconFile,c.iconSize),k.setClickHandler(a.goHome,
211
+ a),k.init(b,f,f,h,0,0,m,0,r,p,z),k.set.translate(f,f),g.push(k.set),d.push(g))},draggerDown:function(){this.chart.stopDrag();this.isDragging=!0},draggerUp:function(){this.isDragging=!1},handleBgUp:function(){var a=this.chart,b=100*Math.pow(this.zoomFactor,this.stepMax-(a.mouseY-this.zoomSet.y-this.set.y-this.buttonSize-this.realStepSize/2)/this.realStepSize);a.zoomTo(b)},update:function(){var a,b=this.zoomFactor,c=this.realStepSize,d=this.stepMax,f=this.dragger,e=this.buttonSize,g=this.chart;this.isDragging?
212
+ (g.stopDrag(),a=f.y+(g.mouseY-this.previousY),a=AmCharts.fitToBounds(a,e,this.realGridHeight+e),c=100*Math.pow(b,d-(a-e)/c),g.zoomTo(c,NaN,NaN,!0)):(a=Math.log(g.zoomLevel()/100)/Math.log(b),a=(d-a)*c+e);this.previousY=g.mouseY;this.previousDY!=a&&f&&(f.translate(0,a),this.previousDY=a)}});AmCharts.SimpleButton=AmCharts.Class({construct:function(){},init:function(a,b,c,d,f,e,g,h,k,l,m){var n=this;n.rollOverColor=l;n.color=d;l=a.set();n.set=l;d=AmCharts.rect(a,b,c,d,f,e,g,h,k);l.push(d);if(f=n.iconPath)e=n.iconSize,a=a.image(f,(b-e)/2,(c-e)/2,e,e),l.push(a),a.setAttr("opacity",m),a.mousedown(function(){n.handleDown()}).mouseup(function(){n.handleUp()}).mouseover(function(){n.handleOver()}).mouseout(function(){n.handleOut()});d.mousedown(function(){n.handleDown()}).touchstart(function(){n.handleDown()}).mouseup(function(){n.handleUp()}).touchend(function(){n.handleUp()}).mouseover(function(){n.handleOver()}).mouseout(function(){n.handleOut()});
213
  n.bg=d},setIcon:function(a,b){this.iconPath=a;this.iconSize=b},setClickHandler:function(a,b){this.clickHandler=a;this.scope=b},setDownHandler:function(a,b){this.downHandler=a;this.scope=b},handleUp:function(){var a=this.clickHandler;a&&a.call(this.scope)},handleDown:function(){var a=this.downHandler;a&&a.call(this.scope)},handleOver:function(){this.bg.setAttr("fill",this.rollOverColor)},handleOut:function(){this.bg.setAttr("fill",this.color)}});AmCharts.SmallMap=AmCharts.Class({construct:function(a){this.cname="SmallMap";this.mapColor="#e6e6e6";this.rectangleColor="#FFFFFF";this.top=this.right=10;this.minimizeButtonWidth=16;this.backgroundColor="#9A9A9A";this.backgroundAlpha=1;this.borderColor="#FFFFFF";this.borderThickness=3;this.borderAlpha=1;this.size=.2;AmCharts.applyTheme(this,a,this.cname)},init:function(a,b){var c=this;c.chart=a;c.container=b;c.width=a.realWidth*c.size;c.height=a.realHeight*c.size;AmCharts.remove(c.set);var d=b.set();
214
  c.set=d;var f=b.set();c.allSet=f;d.push(f);c.buildSVGMap();var e=c.borderThickness,g=c.borderColor,h=AmCharts.rect(b,c.width+e,c.height+e,c.backgroundColor,c.backgroundAlpha,e,g,c.borderAlpha);h.translate(-e/2,-e/2);f.push(h);h.toBack();var k,l,h=c.minimizeButtonWidth,m=new AmCharts.SimpleButton;m.setIcon(a.pathToImages+"arrowDown.gif",h);m.setClickHandler(c.minimize,c);m.init(b,h,h,g,1,1,g,1);m=m.set;c.downButtonSet=m;d.push(m);var n=new AmCharts.SimpleButton;n.setIcon(a.pathToImages+"arrowUp.gif",
215
+ h);n.setClickHandler(c.maximize,c);n.init(b,h,h,g,1,1,g,1);g=n.set;c.upButtonSet=g;g.hide();d.push(g);var r,p;isNaN(c.top)||(k=a.getY(c.top)+e,p=0);isNaN(c.bottom)||(k=a.getY(c.bottom,!0)-c.height-e,p=c.height-h+e/2);isNaN(c.left)||(l=a.getX(c.left)+e,r=-e/2);isNaN(c.right)||(l=a.getX(c.right,!0)-c.width-e,r=c.width-h+e/2);e=b.set();e.clipRect(1,1,c.width,c.height);f.push(e);c.rectangleC=e;d.translate(l,k);m.translate(r,p);g.translate(r,p);f.mouseup(function(){c.handleMouseUp()});c.drawRectangle()},
216
  minimize:function(){this.downButtonSet.hide();this.upButtonSet.show();this.allSet.hide()},maximize:function(){this.downButtonSet.show();this.upButtonSet.hide();this.allSet.show()},buildSVGMap:function(){var a=this.chart,b={fill:this.mapColor,stroke:this.mapColor,"stroke-opacity":1},c=a.svgData.g.path,d=this.container,f=d.set(),e;for(e=0;e<c.length;e++){var g=d.path(c[e].d).attr(b);f.push(g)}this.allSet.push(f);b=f.getBBox();c=this.size*a.mapScale;d=-b.x*c;e=-b.y*c;var h=g=0;a.centerMap&&(g=(this.width-
217
  b.width*c)/2,h=(this.height-b.height*c)/2);this.mapWidth=b.width*c;this.mapHeight=b.height*c;this.dx=g;this.dy=h;f.translate(d+g,e+h,c)},update:function(){var a=this.chart,b=a.zoomLevel(),c=this.width,d=a.mapContainer,a=c/(a.realWidth*b),c=c/b,b=this.height/b,f=this.rectangle;f.translate(-d.x*a+this.dx,-d.y*a+this.dy);0<c&&0<b&&(f.setAttr("width",c),f.setAttr("height",b));this.rWidth=c;this.rHeight=b},drawRectangle:function(){var a=this.rectangle;AmCharts.remove(a);a=AmCharts.rect(this.container,
218
+ 10,10,"#000",0,1,this.rectangleColor,1);this.rectangleC.push(a);this.rectangle=a},handleMouseUp:function(){var a=this.chart,b=a.zoomLevel();a.zoomTo(b,-((a.mouseX-this.set.x-this.dx-this.rWidth/2)/this.mapWidth)*b,-((a.mouseY-this.set.y-this.dy-this.rHeight/2)/this.mapHeight)*b)}});AmCharts.AreasProcessor=AmCharts.Class({construct:function(a){this.chart=a},process:function(a){this.updateAllAreas();this.allObjects=[];a=a.areas;var b=this.chart,c,d=a.length,f,e,g=0,h=b.svgAreasById,k=!1,l=!1;for(f=0;f<d;f++){e=a[f];e=e.value;if(!1===k||k<e)k=e;if(!1===l||l>e)l=e;isNaN(e)||(g+=Math.abs(e))}isNaN(b.minValue)||(l=b.minValue);isNaN(b.maxValue)||(k=b.maxValue);b.maxValueReal=k;b.minValueReal=l;for(f=0;f<d;f++)e=a[f],isNaN(e.value)?e.percents=void 0:e.percents=(e.value-l)/g*100;for(f=
219
+ 0;f<d;f++){e=a[f];var m=h[e.id];c=b.areasSettings;m&&m.className&&(g=b.areasClasses[m.className])&&(c=g,c=AmCharts.processObject(c,AmCharts.AreasSettings,b.theme));var n=c.color,r=c.alpha,p=c.outlineThickness,w=c.rollOverColor,x=c.selectedColor,t=c.rollOverAlpha,B=c.outlineColor,z=c.outlineAlpha,v=c.balloonText,s=c.selectable,u=c.pattern,q=c.rollOverOutlineColor,y=c.bringForwardOnHover;this.allObjects.push(e);e.chart=b;e.baseSettings=c;e.autoZoomReal=void 0==e.autoZoom?c.autoZoom:e.autoZoom;g=e.color;
220
+ void 0==g&&(g=n);var A=e.alpha;isNaN(A)&&(A=r);r=e.rollOverAlpha;isNaN(r)&&(r=t);isNaN(r)&&(r=A);t=e.rollOverColor;void 0==t&&(t=w);w=e.pattern;void 0==w&&(w=u);u=e.selectedColor;void 0==u&&(u=x);(x=e.balloonText)||(x=v);void 0==c.colorSolid||isNaN(e.value)||(v=Math.floor((e.value-l)/((k-l)/b.colorSteps)),v==b.colorSteps&&v--,colorPercent=1/(b.colorSteps-1)*v,e.colorReal=AmCharts.getColorFade(g,c.colorSolid,colorPercent));void 0!=e.color&&(e.colorReal=e.color);void 0==e.selectable&&(e.selectable=
221
+ s);void 0==e.colorReal&&(e.colorReal=n);n=e.outlineColor;void 0==n&&(n=B);B=e.outlineAlpha;isNaN(B)&&(B=z);z=e.outlineThickness;isNaN(z)&&(z=p);p=e.rollOverOutlineColor;void 0==p&&(p=q);void 0==e.bringForwardOnHover&&(e.bringForwardOnHover=y);e.alphaReal=A;e.rollOverColorReal=t;e.rollOverAlphaReal=r;e.balloonTextReal=x;e.selectedColorReal=u;e.outlineColorReal=n;e.outlineAlphaReal=B;e.rollOverOutlineColorReal=p;e.outlineThicknessReal=z;e.patternReal=w;AmCharts.processDescriptionWindow(c,e);if(m&&(c=
222
+ m.area,q=m.title,e.enTitle=m.title,q&&!e.title&&(e.title=q),(m=b.language)?(q=AmCharts.mapTranslations)&&(m=q[m])&&m[e.enTitle]&&(e.titleTr=m[e.enTitle]):e.titleTr=void 0,c)){e.displayObject=c;e.mouseEnabled&&b.addObjectEventListeners(c,e);var E;void 0!=g&&(E=g);void 0!=e.colorReal&&(E=e.showAsSelected||b.selectedObject==e?e.selectedColorReal:e.colorReal);c.setAttr("fill",E);c.setAttr("stroke",n);c.setAttr("stroke-opacity",B);c.setAttr("stroke-width",z);c.setAttr("fill-opacity",A);w&&c.pattern(w,
223
+ b.mapScale);e.hidden&&c.hide()}}},updateAllAreas:function(){var a=this.chart,b=a.areasSettings,c=b.unlistedAreasColor,d=b.unlistedAreasAlpha,f=b.unlistedAreasOutlineColor,e=b.unlistedAreasOutlineAlpha,g=a.svgAreas,h=a.dataProvider,k=h.areas,l={},m;for(m=0;m<k.length;m++)l[k[m].id]=k[m];for(m=0;m<g.length;m++)if(k=g[m],void 0!=c&&k.setAttr("fill",c),isNaN(d)||k.setAttr("fill-opacity",d),void 0!=f&&k.setAttr("stroke",f),isNaN(e)||k.setAttr("stroke-opacity",e),k.setAttr("stroke-width",b.outlineThickness),
224
+ h.getAreasFromMap&&!l[k.id]){var n=new AmCharts.MapArea(a.theme);n.parentObject=h;n.id=k.id;h.areas.push(n)}}});AmCharts.AreasSettings=AmCharts.Class({construct:function(a){this.cname="AreasSettings";this.alpha=1;this.autoZoom=!1;this.balloonText="[[title]]";this.color="#FFCC00";this.colorSolid="#990000";this.unlistedAreasAlpha=1;this.unlistedAreasColor="#DDDDDD";this.outlineColor="#FFFFFF";this.outlineAlpha=1;this.outlineThickness=.5;this.selectedColor=this.rollOverOutlineColor="#CC0000";this.unlistedAreasOutlineColor="#FFFFFF";this.unlistedAreasOutlineAlpha=1;this.descriptionWindowWidth=250;this.adjustOutlineThickness=
225
+ !1;this.bringForwardOnHover=!0;AmCharts.applyTheme(this,a,this.cname)}});AmCharts.ImagesProcessor=AmCharts.Class({construct:function(a){this.chart=a;this.reset()},process:function(a){var b=a.images,c;for(c=0;c<b.length;c++)this.createImage(b[c],c);a.parentObject&&a.remainVisible&&this.process(a.parentObject)},createImage:function(a,b){var c=this.chart,d=c.container,f=c.mapImagesContainer,e=c.stageImagesContainer,g=c.imagesSettings;a.remove&&a.remove();var h=g.color,k=g.alpha,l=g.rollOverColor,m=g.selectedColor,n=g.balloonText,r=g.outlineColor,p=g.outlineAlpha,w=g.outlineThickness,
226
+ x=g.selectedScale,t=g.labelPosition,B=g.labelColor,z=g.labelFontSize,v=g.bringForwardOnHover,s=g.labelRollOverColor,u=g.selectedLabelColor;a.index=b;a.chart=c;a.baseSettings=c.imagesSettings;var q=d.set();a.displayObject=q;var y=a.color;void 0==y&&(y=h);h=a.alpha;isNaN(h)&&(h=k);void 0==a.bringForwardOnHover&&(a.bringForwardOnHover=v);k=a.outlineAlpha;isNaN(k)&&(k=p);p=a.rollOverColor;void 0==p&&(p=l);l=a.selectedColor;void 0==l&&(l=m);(m=a.balloonText)||(m=n);n=a.outlineColor;void 0==n&&(n=r);void 0==
227
+ n&&(n=y);r=a.outlineThickness;isNaN(r)&&(r=w);(w=a.labelPosition)||(w=t);t=a.labelColor;void 0==t&&(t=B);B=a.labelRollOverColor;void 0==B&&(B=s);s=a.selectedLabelColor;void 0==s&&(s=u);u=a.labelFontSize;isNaN(u)&&(u=z);z=a.selectedScale;isNaN(z)&&(z=x);isNaN(a.rollOverScale);a.colorReal=y;a.alphaReal=h;a.rollOverColorReal=p;a.balloonTextReal=m;a.selectedColorReal=l;a.labelColorReal=t;a.labelRollOverColorReal=B;a.selectedLabelColorReal=s;a.labelFontSizeReal=u;a.labelPositionReal=w;a.selectedScaleReal=
228
+ z;a.rollOverScaleReal=z;AmCharts.processDescriptionWindow(g,a);a.centeredReal=void 0==a.centered?g.centered:a.centered;u=a.type;s=a.imageURL;B=a.svgPath;p=a.width;t=a.height;g=a.scale;isNaN(a.percentWidth)||(p=a.percentWidth/100*c.realWidth);isNaN(a.percentHeight)||(t=a.percentHeight/100*c.realHeight);var A;s||u||B||(u="circle",p=1,k=h=0);l=x=0;z=a.selectedColorReal;if(u){isNaN(p)&&(p=10);isNaN(t)&&(t=10);"kilometers"==a.widthAndHeightUnits&&(p=c.kilometersToPixels(a.width),t=c.kilometersToPixels(a.height));
229
+ "miles"==a.widthAndHeightUnits&&(p=c.milesToPixels(a.width),t=c.milesToPixels(a.height));if("circle"==u||"bubble"==u)t=p;A=this.createPredefinedImage(y,n,r,u,p,t);l=x=0;a.centeredReal?(isNaN(a.right)||(x=p*g),isNaN(a.bottom)||(l=t*g)):(x=p*g/2,l=t*g/2);A.translate(x,l,g)}else s?(isNaN(p)&&(p=10),isNaN(t)&&(t=10),A=d.image(s,0,0,p,t),A.node.setAttribute("preserveAspectRatio","none"),A.setAttr("opacity",h),a.centeredReal&&(x=isNaN(a.right)?-p/2:p/2,l=isNaN(a.bottom)?-t/2:t/2,A.translate(x,l))):B&&(A=
230
+ d.path(B),n=A.getBBox(),a.centeredReal?(x=-n.x*g-n.width*g/2,isNaN(a.right)||(x=-x),l=-n.y*g-n.height*g/2,isNaN(a.bottom)||(l=-l)):x=l=0,A.translate(x,l,g),A.x=x,A.y=l);A&&(q.push(A),a.image=A,A.setAttr("stroke-opacity",k),A.setAttr("fill-opacity",h),A.setAttr("fill",y));!a.showAsSelected&&c.selectedObject!=a||void 0==z||A.setAttr("fill",z);y=null;void 0!==a.label&&(y=AmCharts.text(d,a.label,a.labelColorReal,c.fontFamily,a.labelFontSizeReal,a.labelAlign),A=a.labelBackgroundAlpha,(h=a.labelBackgroundColor)&&
231
+ 0<A&&(k=y.getBBox(),d=AmCharts.rect(d,k.width+16,k.height+10,h,A),q.push(d),a.labelBG=d),a.imageLabel=y,q.push(y));isNaN(a.latitude)||isNaN(a.longitude)?e.push(q):f.push(q);q&&(q.rotation=a.rotation);this.updateSizeAndPosition(a);a.mouseEnabled&&c.addObjectEventListeners(q,a);a.hidden&&q.hide()},updateSizeAndPosition:function(a){var b=this.chart,c=a.displayObject,d=b.getX(a.left),f=b.getY(a.top),e=a.image.getBBox();isNaN(a.right)||(d=b.getX(a.right,!0)-e.width*a.scale);isNaN(a.bottom)||(f=b.getY(a.bottom,
232
+ !0)-e.height*a.scale);var g=a.longitude,h=a.latitude,e=this.objectsToResize;this.allSvgObjects.push(c);this.allObjects.push(a);var k=a.imageLabel;if(!isNaN(d)&&!isNaN(f))c.translate(d,f);else if(!isNaN(h)&&!isNaN(g)&&(d=b.longitudeToCoordinate(g),f=b.latitudeToCoordinate(h),c.translate(d,f,NaN,!0),a.fixedSize)){d=1;if(a.showAsSelected||b.selectedObject==a)d=a.selectedScaleReal;e.push({image:c,scale:d})}this.positionLabel(k,a,a.labelPositionReal)},positionLabel:function(a,b,c){if(a){var d=b.image,
233
+ f=0,e=0,g=0,h=0;d&&(h=d.getBBox(),e=d.y,f=d.x,g=h.width,h=h.height,b.svgPath&&(g*=b.scale,h*=b.scale));var d=a.getBBox(),k=d.width,l=d.height;"right"==c&&(f+=g+k/2+5,e+=h/2-2);"left"==c&&(f+=-k/2-5,e+=h/2-2);"top"==c&&(e-=l/2+3,f+=g/2);"bottom"==c&&(e+=h+l/2,f+=g/2);"middle"==c&&(f+=g/2,e+=h/2);a.translate(f+b.labelShiftX,e+b.labelShiftY);b.labelBG&&b.labelBG.translate(f-d.width/2+b.labelShiftX-9,e+b.labelShiftY-d.height/2-3)}},createPredefinedImage:function(a,b,c,d,f,e){var g=this.chart.container,
234
+ h;switch(d){case "circle":h=AmCharts.circle(g,f/2,a,1,c,b,1);break;case "rectangle":h=AmCharts.polygon(g,[-f/2,f/2,f/2,-f/2],[e/2,e/2,-e/2,-e/2],a,1,c,b,1);break;case "bubble":h=AmCharts.circle(g,f/2,a,1,c,b,1,!0)}return h},reset:function(){this.objectsToResize=[];this.allSvgObjects=[];this.allObjects=[];this.allLabels=[]}});AmCharts.ImagesSettings=AmCharts.Class({construct:function(a){this.cname="ImagesSettings";this.balloonText="[[title]]";this.alpha=1;this.borderAlpha=0;this.borderThickness=1;this.labelPosition="right";this.labelColor="#000000";this.labelFontSize=11;this.color="#000000";this.labelRollOverColor="#00CC00";this.centered=!0;this.rollOverScale=this.selectedScale=1;this.descriptionWindowWidth=250;this.bringForwardOnHover=!0;AmCharts.applyTheme(this,a,this.cname)}});AmCharts.LinesProcessor=AmCharts.Class({construct:function(a){this.chart=a;this.reset()},process:function(a){var b=a.lines,c=this.chart,d=c.linesSettings,f=this.objectsToResize,e=c.mapLinesContainer,g=c.stageLinesContainer,h=d.thickness,k=d.dashLength,l=d.arrow,m=d.arrowSize,n=d.arrowColor,r=d.arrowAlpha,p=d.color,w=d.alpha,x=d.rollOverColor,t=d.selectedColor,B=d.rollOverAlpha,z=d.balloonText,v=d.bringForwardOnHover,s=c.container,u;for(u=0;u<b.length;u++){var q=b[u];q.chart=c;q.baseSettings=d;var y=
235
+ s.set();q.displayObject=y;this.allSvgObjects.push(y);this.allObjects.push(q);q.mouseEnabled&&c.addObjectEventListeners(y,q);if(q.remainVisible||c.selectedObject==q.parentObject){var A=q.thickness;isNaN(A)&&(A=h);var E=q.dashLength;isNaN(E)&&(E=k);var C=q.color;void 0==C&&(C=p);var D=q.alpha;isNaN(D)&&(D=w);var F=q.rollOverAlpha;isNaN(F)&&(F=B);isNaN(F)&&(F=D);var H=q.rollOverColor;void 0==H&&(H=x);var S=q.selectedColor;void 0==S&&(S=t);var Q=q.balloonText;Q||(Q=z);var J=q.arrow;if(!J||"none"==J&&
236
+ "none"!=l)J=l;var L=q.arrowColor;void 0==L&&(L=n);void 0==L&&(L=C);var M=q.arrowAlpha;isNaN(M)&&(M=r);isNaN(M)&&(M=D);var K=q.arrowSize;isNaN(K)&&(K=m);q.alphaReal=D;q.colorReal=C;q.rollOverColorReal=H;q.rollOverAlphaReal=F;q.balloonTextReal=Q;q.selectedColorReal=S;q.thicknessReal=A;void 0==q.bringForwardOnHover&&(q.bringForwardOnHover=v);AmCharts.processDescriptionWindow(d,q);var F=this.processCoordinates(q.x,c.realWidth),H=this.processCoordinates(q.y,c.realHeight),N=q.longitudes,Q=q.latitudes,I=
237
+ N.length,O;if(0<I)for(F=[],O=0;O<I;O++)F.push(c.longitudeToCoordinate(N[O]));I=Q.length;if(0<I)for(H=[],O=0;O<I;O++)H.push(c.latitudeToCoordinate(Q[O]));if(0<F.length){AmCharts.dx=0;AmCharts.dy=0;N=AmCharts.line(s,F,H,C,1,A,E,!1,!1,!0);E=AmCharts.line(s,F,H,C,.001,3,E,!1,!1,!0);AmCharts.dx=.5;AmCharts.dy=.5;y.push(N);y.push(E);y.setAttr("opacity",D);if("none"!=J){var G,P,R;if("end"==J||"both"==J)D=F[F.length-1],C=H[H.length-1],1<F.length?(I=F[F.length-2],G=H[H.length-2]):(I=D,G=C),G=180*Math.atan((C-
238
+ G)/(D-I))/Math.PI,P=D,R=C,G=0>D-I?G-90:G+90;"both"==J&&(D=AmCharts.polygon(s,[-K/2,0,K/2],[1.5*K,0,1.5*K],L,M,1,L,M),y.push(D),D.translate(P,R),D.rotate(G),q.fixedSize&&f.push(D));if("start"==J||"both"==J)D=F[0],R=H[0],1<F.length?(C=F[1],P=H[1]):(C=D,P=R),G=180*Math.atan((R-P)/(D-C))/Math.PI,P=D,G=0>D-C?G-90:G+90;"middle"==J&&(D=F[F.length-1],C=H[H.length-1],1<F.length?(I=F[F.length-2],G=H[H.length-2]):(I=D,G=C),P=I+(D-I)/2,R=G+(C-G)/2,G=180*Math.atan((C-G)/(D-I))/Math.PI,G=0>D-I?G-90:G+90);D=AmCharts.polygon(s,
239
+ [-K/2,0,K/2],[1.5*K,0,1.5*K],L,M,1,L,M);y.push(D);D.translate(P,R);D.rotate(G);q.fixedSize&&f.push(D);q.arrowSvg=D}q.fixedSize&&N&&(this.linesToResize.push({line:N,thickness:A}),this.linesToResize.push({line:E,thickness:3}));q.lineSvg=N;q.showAsSelected&&!isNaN(S)&&N.setAttr("stroke",S);0<Q.length?e.push(y):g.push(y);q.hidden&&y.hide()}}}a.parentObject&&a.remainVisible&&this.process(a.parentObject)},processCoordinates:function(a,b){var c=[],d;for(d=0;d<a.length;d++){var f=a[d],e=Number(f);isNaN(e)&&
240
+ (e=Number(f.replace("%",""))*b/100);isNaN(e)||c.push(e)}return c},reset:function(){this.objectsToResize=[];this.allSvgObjects=[];this.allObjects=[];this.linesToResize=[]}});AmCharts.LinesSettings=AmCharts.Class({construct:function(a){this.cname="LinesSettings";this.balloonText="[[title]]";this.thickness=1;this.dashLength=0;this.arrowSize=10;this.arrowAlpha=1;this.arrow="none";this.color="#990000";this.descriptionWindowWidth=250;this.bringForwardOnHover=!0;AmCharts.applyTheme(this,a,this.cname)}});AmCharts.MapObject=AmCharts.Class({construct:function(a){this.fixedSize=this.mouseEnabled=!0;this.images=[];this.lines=[];this.areas=[];this.remainVisible=!0;this.passZoomValuesToTarget=!1;this.objectType=this.cname;AmCharts.applyTheme(this,a,"MapObject")}});AmCharts.MapArea=AmCharts.Class({inherits:AmCharts.MapObject,construct:function(a){this.cname="MapArea";AmCharts.MapArea.base.construct.call(this,a);AmCharts.applyTheme(this,a,this.cname)}});AmCharts.MapLine=AmCharts.Class({inherits:AmCharts.MapObject,construct:function(a){this.cname="MapLine";this.longitudes=[];this.latitudes=[];this.x=[];this.y=[];this.arrow="none";AmCharts.MapLine.base.construct.call(this,a);AmCharts.applyTheme(this,a,this.cname)}});AmCharts.MapImage=AmCharts.Class({inherits:AmCharts.MapObject,construct:function(a){this.cname="MapImage";this.scale=1;this.widthAndHeightUnits="pixels";this.labelShiftY=this.labelShiftX=0;AmCharts.MapImage.base.construct.call(this,a);AmCharts.applyTheme(this,a,this.cname)},remove:function(){var a=this.displayObject;a&&a.remove();(a=this.imageLabel)&&a.remove()}});AmCharts.degreesToRadians=function(a){return a/180*Math.PI};AmCharts.radiansToDegrees=function(a){return a/Math.PI*180};AmCharts.getColorFade=function(a,b,c){var d=AmCharts.hex2RGB(b);b=d[0];var f=d[1],d=d[2],e=AmCharts.hex2RGB(a);a=e[0];var g=e[1],e=e[2];a+=Math.round((b-a)*c);g+=Math.round((f-g)*c);e+=Math.round((d-e)*c);return"rgb("+a+","+g+","+e+")"};AmCharts.hex2RGB=function(a){return[parseInt(a.substring(1,3),16),parseInt(a.substring(3,5),16),parseInt(a.substring(5,7),16)]};
241
+ AmCharts.processDescriptionWindow=function(a,b){isNaN(b.descriptionWindowX)&&(b.descriptionWindowX=a.descriptionWindowX);isNaN(b.descriptionWindowY)&&(b.descriptionWindowY=a.descriptionWindowY);isNaN(b.descriptionWindowLeft)&&(b.descriptionWindowLeft=a.descriptionWindowLeft);isNaN(b.descriptionWindowRight)&&(b.descriptionWindowRight=a.descriptionWindowRight);isNaN(b.descriptionWindowTop)&&(b.descriptionWindowTop=a.descriptionWindowTop);isNaN(b.descriptionWindowBottom)&&(b.descriptionWindowBottom=
242
+ a.descriptionWindowBottom);isNaN(b.descriptionWindowWidth)&&(b.descriptionWindowWidth=a.descriptionWindowWidth);isNaN(b.descriptionWindowHeight)&&(b.descriptionWindowHeight=a.descriptionWindowHeight)};AmCharts.MapData=AmCharts.Class({inherits:AmCharts.MapObject,construct:function(){this.cname="MapData";AmCharts.MapData.base.construct.call(this);this.projection="mercator";this.topLatitude=90;this.bottomLatitude=-90;this.leftLongitude=-180;this.rightLongitude=180;this.zoomLevel=1;this.getAreasFromMap=!1}});AmCharts.DescriptionWindow=AmCharts.Class({construct:function(){},show:function(a,b,c,d){var f=this,e=document.createElement("div");e.style.position="absolute";e.className="ammapDescriptionWindow";f.div=e;b.appendChild(e);var g=document.createElement("img");g.className="ammapDescriptionWindowCloseButton";g.src=a.pathToImages+"xIcon.gif";g.style.cssFloat="right";g.onclick=function(){f.close()};g.onmouseover=function(){g.src=a.pathToImages+"xIconH.gif"};g.onmouseout=function(){g.src=a.pathToImages+
243
  "xIcon.gif"};e.appendChild(g);b=document.createElement("div");b.className="ammapDescriptionTitle";b.onmousedown=function(){f.div.style.zIndex=1E3};e.appendChild(b);d=document.createTextNode(d);b.appendChild(d);d=b.offsetHeight;b=document.createElement("div");b.className="ammapDescriptionText";b.style.maxHeight=f.maxHeight-d-20+"px";e.appendChild(b);b.innerHTML=c},close:function(){try{this.div.parentNode.removeChild(this.div)}catch(a){}}});AmCharts.ValueLegend=AmCharts.Class({construct:function(a){this.cname="ValueLegend";this.showAsGradient=!1;this.minValue=0;this.height=12;this.width=200;this.bottom=this.left=10;this.borderColor="#FFFFFF";this.borderAlpha=this.borderThickness=1;this.color="#000000";this.fontSize=11;AmCharts.applyTheme(this,a,this.cname)},init:function(a,b){var c=a.areasSettings.color,d=a.areasSettings.colorSolid,f=a.colorSteps;AmCharts.remove(this.set);var e=b.set();this.set=e;var g=0,h=this.minValue,k=this.fontSize,
244
  l=a.fontFamily,m=this.color;void 0==h&&(h=a.minValueReal);void 0!==h&&(g=AmCharts.text(b,h,m,l,k,"left"),g.translate(0,k/2-1),e.push(g),g=g.getBBox().height);h=this.maxValue;void 0===h&&(h=a.maxValueReal);void 0!==h&&(g=AmCharts.text(b,h,m,l,k,"right"),g.translate(this.width,k/2-1),e.push(g),g=g.getBBox().height);if(this.showAsGradient)c=AmCharts.rect(b,this.width,this.height,[c,d],1,this.borderThickness,this.borderColor,1,0,0),c.translate(0,g),e.push(c);else for(k=this.width/f,l=0;l<f;l++)m=AmCharts.getColorFade(c,
245
  d,1*l/(f-1)),m=AmCharts.rect(b,k,this.height,m,1,this.borderThickness,this.borderColor,1),m.translate(k*l,g),e.push(m);d=c=0;f=e.getBBox();g=a.getY(this.bottom,!0);k=a.getY(this.top);l=a.getX(this.right,!0);m=a.getX(this.left);isNaN(k)||(c=k);isNaN(g)||(c=g-f.height);isNaN(m)||(d=m);isNaN(l)||(d=l-f.width);e.translate(d,c)}});AmCharts.ObjectList=AmCharts.Class({construct:function(a){this.divId=a},init:function(a){this.chart=a;var b;b=this.divId;this.container&&(b=this.container);this.div=b="object"!=typeof b?document.getElementById(b):b;b=document.createElement("div");b.className="ammapObjectList";this.div.appendChild(b);this.addObjects(a.dataProvider,b)},addObjects:function(a,b){var c=this.chart,d=document.createElement("ul"),f;if(a.areas)for(f=0;f<a.areas.length;f++){var e=a.areas[f];void 0===e.showInList&&(e.showInList=
admin/js/ammap/world.js CHANGED
@@ -1,899 +1,899 @@
1
- // (c) ammap.com | SVG (in JSON format) map of World - Low
2
- // areas: {id:"AE"},{id:"AF"},{id:"AL"},{id:"AM"},{id:"AO"},{id:"AR"},{id:"AT"},{id:"AU"},{id:"AZ"},{id:"BA"},{id:"BD"},{id:"BE"},{id:"BF"},{id:"BG"},{id:"BI"},{id:"BJ"},{id:"BN"},{id:"BO"},{id:"BR"},{id:"BS"},{id:"BT"},{id:"BW"},{id:"BY"},{id:"BZ"},{id:"CA"},{id:"CD"},{id:"CF"},{id:"CG"},{id:"CH"},{id:"CI"},{id:"CL"},{id:"CM"},{id:"CN"},{id:"CO"},{id:"CR"},{id:"CU"},{id:"CY"},{id:"CZ"},{id:"DE"},{id:"DJ"},{id:"DK"},{id:"DO"},{id:"DZ"},{id:"EC"},{id:"EE"},{id:"EG"},{id:"EH"},{id:"ER"},{id:"ES"},{id:"ET"},{id:"FK"},{id:"FI"},{id:"FJ"},{id:"FR"},{id:"GA"},{id:"GB"},{id:"GE"},{id:"GF"},{id:"GH"},{id:"GL"},{id:"GM"},{id:"GN"},{id:"GQ"},{id:"GR"},{id:"GT"},{id:"GW"},{id:"GY"},{id:"HN"},{id:"HR"},{id:"HT"},{id:"HU"},{id:"ID"},{id:"IE"},{id:"IL"},{id:"IN"},{id:"IQ"},{id:"IR"},{id:"IS"},{id:"IT"},{id:"JM"},{id:"JO"},{id:"JP"},{id:"KE"},{id:"KG"},{id:"KH"},{id:"KP"},{id:"KR"},{id:"XK"},{id:"KW"},{id:"KZ"},{id:"LA"},{id:"LB"},{id:"LK"},{id:"LR"},{id:"LS"},{id:"LT"},{id:"LU"},{id:"LV"},{id:"LY"},{id:"MA"},{id:"MD"},{id:"ME"},{id:"MG"},{id:"MK"},{id:"ML"},{id:"MM"},{id:"MN"},{id:"MR"},{id:"MW"},{id:"MX"},{id:"MY"},{id:"MZ"},{id:"NA"},{id:"NC"},{id:"NE"},{id:"NG"},{id:"NI"},{id:"NL"},{id:"NO"},{id:"NP"},{id:"NZ"},{id:"OM"},{id:"PA"},{id:"PE"},{id:"PG"},{id:"PH"},{id:"PL"},{id:"PK"},{id:"PR"},{id:"PS"},{id:"PT"},{id:"PY"},{id:"QA"},{id:"RO"},{id:"RS"},{id:"RU"},{id:"RW"},{id:"SA"},{id:"SB"},{id:"SD"},{id:"SE"},{id:"SI"},{id:"SJ"},{id:"SK"},{id:"SL"},{id:"SN"},{id:"SO"},{id:"SR"},{id:"SS"},{id:"SV"},{id:"SY"},{id:"SZ"},{id:"TD"},{id:"TF"},{id:"TG"},{id:"TH"},{id:"TJ"},{id:"TL"},{id:"TM"},{id:"TN"},{id:"TR"},{id:"TT"},{id:"TW"},{id:"TZ"},{id:"UA"},{id:"UG"},{id:"US"},{id:"UY"},{id:"UZ"},{id:"VE"},{id:"VN"},{id:"VU"},{id:"YE"},{id:"ZA"},{id:"ZM"},{id:"ZW"}
3
- AmCharts.maps.worldLow={
4
- "svg": {
5
- "defs": {
6
- "amcharts:ammap": {
7
- "projection":"mercator",
8
- "leftLongitude":"-169.522279",
9
- "topLatitude":"83.646363",
10
- "rightLongitude":"190.122401",
11
- "bottomLatitude":"-55.621433"
12
- }
13
- },
14
- "g":{
15
- "path":[
16
- {
17
- "id":"AE",
18
- "title":"United Arab Emirates",
19
- "d":"M619.87,393.72L620.37,393.57L620.48,394.41L622.67,393.93L624.99,394.01L626.68,394.1L628.6,392.03L630.7,390.05L632.47,388.15L633,389.2L633.38,391.64L631.95,391.65L631.72,393.65L632.22,394.07L630.95,394.67L630.94,395.92L630.12,397.18L630.05,398.39L629.48,399.03L621.06,397.51L619.98,394.43z"
20
- },
21
- {
22
- "id":"AF",
23
- "title":"Afghanistan",
24
- "d":"M646.88,356.9L649.74,358.2L651.85,357.74L652.44,356.19L654.65,355.67L656.23,354.62L656.79,351.83L659.15,351.15L659.59,349.9L660.92,350.84L661.76,350.95L663.32,350.98L665.44,351.72L666.29,352.14L668.32,351.02L669.27,351.69L670.17,350.09L671.85,350.16L672.28,349.64L672.58,348.21L673.79,346.98L675.3,347.78L675,348.87L675.85,349.04L675.58,351.99L676.69,353.14L677.67,352.4L678.92,352.06L680.66,350.49L682.59,350.75L685.49,350.75L685.99,351.76L684.35,352.15L682.93,352.8L679.71,353.2L676.7,353.93L675.06,355.44L675.72,356.9L676.05,358.6L674.65,360.03L674.77,361.33L674,362.55L671.33,362.44L672.43,364.66L670.65,365.51L669.46,367.51L669.61,369.49L668.51,370.41L667.48,370.11L665.33,370.54L665.03,371.45L662.94,371.45L661.38,373.29L661.28,376.04L657.63,377.37L655.68,377.09L655.11,377.79L653.44,377.39L650.63,377.87L645.94,376.23L648.48,373.3L648.25,371.2L646.13,370.65L645.91,368.56L644.99,365.92L646.19,364.09L644.97,363.6L645.74,361.15z"
25
- },
26
- {
27
- "id":"AL",
28
- "title":"Albania",
29
- "d":"M532.98,334.66L532.63,335.93L533.03,337.52L534.19,338.42L534.13,339.39L533.22,339.93L533.05,341.12L531.75,342.88L531.27,342.63L531.22,341.83L529.66,340.6L529.42,338.85L529.66,336.32L530.04,335.16L529.57,334.57L529.38,333.38L530.6,331.51L530.77,332.23L531.53,331.89L532.13,332.91L532.8,333.29z"
30
- },
31
- {
32
- "id":"AM",
33
- "title":"Armenia",
34
- "d":"M597.45,337.5L601.35,336.92L601.93,337.9L603,338.54L602.43,339.46L603.93,340.72L603.14,341.88L604.33,342.87L605.59,343.46L605.65,345.96L604.63,346.06L603.49,343.98L603.5,343.43L602.26,343.44L601.43,342.46L600.85,342.56L599.74,341.5L597.66,340.59L597.93,338.8z"
35
- },
36
- {
37
- "id":"AO",
38
- "title":"Angola",
39
- "d":"M521.03,479.78l0.69,2.09l0.8,1.68l0.64,0.91l1.07,1.47l1.85,-0.23l0.93,-0.4l1.55,0.4l0.42,-0.7l0.7,-1.64l1.74,-0.11l0.15,-0.49l1.43,-0.01l-0.24,1.01l3.4,-0.02l0.05,1.77l0.57,1.09l-0.41,1.7l0.21,1.74l0.94,1.05l-0.15,3.37l0.69,-0.26l1.22,0.07l1.74,-0.42l1.28,0.17l0.3,0.88l-0.32,1.38l0.49,1.34l-0.42,1.07l0.24,0.99l-5.84,-0.04l-0.13,9.16l1.89,2.38l1.83,1.82l-5.15,1.19l-6.79,-0.41l-1.94,-1.4l-11.37,0.13l-0.42,0.21l-1.67,-1.32l-1.82,-0.09l-1.68,0.5l-1.35,0.56l-0.26,-1.83l0.39,-2.55l0.97,-2.65l0.15,-1.24l0.91,-2.59l0.67,-1.17l1.61,-1.87l0.9,-1.27l0.29,-2.11l-0.15,-1.61l-0.84,-1.01l-0.75,-1.72l-0.69,-1.69l0.15,-0.59l0.86,-1.12l-0.85,-2.72l-0.57,-1.88l-1.4,-1.77l0.27,-0.54l1.16,-0.38l0.81,0.05l0.98,-0.34L521.03,479.78zM510.12,479.24l-0.71,0.3l-0.75,-2.1l1.13,-1.21l0.85,-0.47l1.05,0.96l-1.02,0.59l-0.46,0.72L510.12,479.24z"
40
- },
41
- {
42
- "id":"AR",
43
- "title":"Argentina",
44
- "d":"M291.6,648.91l-2.66,0.25l-1.43,-1.73l-1.69,-0.13l-3,0l0,-10.57l1.08,2.15l1.4,3.53l3.65,2.87l3.93,1.21L291.6,648.91zM293.1,526.47l1.65,2.18l1.09,-2.43l3.2,0.12l0.45,0.64l5.15,4.94l2.29,0.46l3.43,2.26l2.89,1.2l0.4,1.36l-2.76,4.73l2.83,0.85l3.15,0.48l2.22,-0.5l2.54,-2.4l0.46,-2.74l1.39,-0.59l1.41,1.79l-0.06,2.49l-2.36,1.73l-1.88,1.28l-3.16,3.08l-3.74,4.37l-0.7,2.59l-0.75,3.37l0.03,3.3l-0.61,0.74l-0.22,2.17l-0.19,1.76l3.56,2.91l-0.38,2.37l1.75,1.51l-0.14,1.7l-2.69,4.52l-4.16,1.91l-5.62,0.75l-3.08,-0.36l0.59,2.15l-0.57,2.72l0.52,1.85l-1.68,1.3l-2.87,0.51l-2.7,-1.35l-1.08,0.97l0.39,3.71l1.89,1.14l1.54,-1.19l0.84,1.96l-2.58,1.18l-2.25,2.38l-0.41,3.91l-0.66,2.11l-2.65,0.01l-2.2,2.04l-0.8,3.01l2.76,2.98l2.68,0.83l-0.96,3.73l-3.31,2.38l-1.82,5.03l-2.56,1.72l-1.15,2.06l0.91,4.64l1.87,2.63l-1.18,-0.23l-2.6,-0.71l-6.78,-0.61l-1.16,-2.63l0.05,-3.33l-1.87,0.28l-0.99,-1.6l-0.25,-4.6l2.15,-1.88l0.89,-2.68l-0.33,-2.11l1.49,-3.52l1.02,-5.35l-0.3,-2.33l1.22,-0.75l-0.3,-1.48l-1.3,-0.78l0.92,-1.63l-1.27,-1.46l-0.65,-4.4l1.13,-0.77l-0.47,-4.54l0.66,-3.75l0.75,-3.22l1.68,-1.3l-0.85,-3.46l-0.01,-3.22l2.12,-2.26l-0.06,-2.87l1.6,-3.31l0.01,-3.09l-0.73,-0.61l-1.29,-5.69l1.73,-3.34l-0.27,-3.11l1,-2.9l1.84,-2.96l1.98,-1.95l-0.84,-1.23l0.59,-1l-0.09,-5.14l3.05,-1.51l0.96,-3.16l-0.34,-0.76l2.34,-2.72L293.1,526.47z"
45
- },
46
- {
47
- "id":"AT",
48
- "title":"Austria",
49
- "d":"M522.86,309.85L522.65,311.56L521.07,311.57L521.61,312.46L520.68,315.11L520.15,315.8L517.7,315.9L516.28,316.82L513.96,316.51L509.95,315.46L509.33,314.03L506.56,314.75L506.23,315.52L504.53,314.94L503.1,314.83L501.83,314.09L502.26,313.08L502.15,312.34L503,312.12L504.42,313.26L504.82,312.17L507.29,312.35L509.3,311.61L510.64,311.73L511.51,312.58L511.78,311.88L511.38,309.16L512.39,308.62L513.37,306.67L515.46,308.04L517.03,306.3L518.02,305.98L520.2,307.28L521.51,307.06L522.81,307.86L522.58,308.4z"
50
- },
51
- {
52
- "id":"AU",
53
- "title":"Australia",
54
- "d":"M882.93,588.16l2.71,1.28l1.53,-0.51l2.19,-0.71l1.68,0.25l0.2,4.43l-0.96,1.3l-0.29,3.06l-0.98,-1.05l-1.95,2.67l-0.58,-0.21l-1.72,-0.12l-1.73,-3.28l-0.38,-2.5l-1.62,-3.25l0.07,-1.7L882.93,588.16zM877.78,502.1l1.01,2.25l1.8,-1.08l0.93,1.22l1.35,1.13l-0.29,1.28l0.6,2.48l0.43,1.45l0.71,0.35l0.76,2.5l-0.27,1.52l0.91,1.99l3.04,1.54l1.98,1.41l1.88,1.29l-0.37,0.72l1.6,1.87l1.09,3.25l1.12,-0.66l1.14,1.31l0.69,-0.46l0.48,3.21l1.99,1.87l1.3,1.17l2.19,2.49l0.79,2.49l0.07,1.77l-0.19,1.94l1.34,2.68l-0.16,2.81l-0.49,1.48l-0.76,2.87l0.06,1.86l-0.55,2.34l-1.24,3l-2.08,1.63l-1.02,2.59l-0.94,1.67l-0.83,2.93l-1.08,1.71l-0.71,2.58l-0.36,2.4l0.14,1.11l-1.61,1.22l-3.14,0.13l-2.59,1.45l-1.29,1.38l-1.69,1.54l-2.32,-1.58l-1.72,-0.63l0.44,-1.85l-1.53,0.67l-2.46,2.58l-2.42,-0.97l-1.59,-0.56l-1.6,-0.25l-2.71,-1.03l-1.81,-2.18l-0.52,-2.66l-0.65,-1.75l-1.38,-1.4l-2.7,-0.41l0.92,-1.66l-0.68,-2.52l-1.37,2.35l-2.5,0.63l1.47,-1.88l0.42,-1.95l1.08,-1.65l-0.22,-2.47l-2.28,2.85l-1.75,1.15l-1.07,2.69l-2.19,-1.4l0.09,-1.79l-1.75,-2.43l-1.48,-1.25l0.53,-0.77l-3.6,-2l-1.97,-0.09l-2.7,-1.6l-5.02,0.31l-3.63,1.18l-3.19,1.1l-2.68,-0.22l-2.97,1.7l-2.43,0.77l-0.54,1.75l-1.04,1.36l-2.38,0.08l-1.76,0.3l-2.48,-0.61l-2.02,0.37l-1.92,0.15l-1.67,1.8l-0.82,-0.15l-1.41,0.96l-1.35,1.08l-2.05,-0.13l-1.88,0l-2.97,-2.17l-1.51,-0.64l0.06,-1.93l1.39,-0.46l0.48,-0.76l-0.1,-1.2l0.34,-2.3l-0.31,-1.95l-1.48,-3.29l-0.46,-1.85l0.12,-1.83l-1.12,-2.08l-0.07,-0.93l-1.24,-1.26l-0.35,-2.47l-1.6,-2.48l-0.39,-1.33l1.23,1.35l-0.95,-2.88l1.39,0.9l0.83,1.2l-0.05,-1.59l-1.39,-2.43l-0.27,-0.97l-0.65,-0.92l0.3,-1.77l0.57,-0.75l0.38,-1.52l-0.3,-1.77l1.16,-2.17l0.21,2.29l1.18,-2.07l2.28,-1l1.37,-1.28l2.14,-1.1l1.27,-0.23l0.77,0.37l2.21,-1.11l1.7,-0.33l0.42,-0.65l0.74,-0.27l1.55,0.07l2.95,-0.87l1.52,-1.31l0.72,-1.58l1.64,-1.49l0.13,-1.17l0.07,-1.59l1.96,-2.47l1.18,2.51l1.19,-0.58l-1,-1.38l0.88,-1.41l1.24,0.63l0.34,-2.21l1.53,-1.42l0.68,-1.14l1.41,-0.49l0.04,-0.8l1.23,0.34l0.05,-0.72l1.23,-0.41l1.36,-0.39l2.07,1.32l1.56,1.71l1.75,0.02l1.78,0.27l-0.59,-1.58l1.34,-2.3l1.26,-0.75l-0.44,-0.71l1.22,-1.63l1.7,-1.01l1.43,0.34l2.36,-0.54l-0.05,-1.45l-2.05,-0.94l1.49,-0.41l1.86,0.7l1.49,1.17l2.36,0.73l0.8,-0.29l1.74,0.88l1.64,-0.82l1.05,0.25l0.66,-0.55l1.29,1.41l-0.75,1.53l-1.06,1.16l-0.96,0.1l0.33,1.15l-0.82,1.43l-1,1.41l0.2,0.81l2.23,1.6l2.16,0.93l1.44,1l2.03,1.72l0.79,0l1.47,0.75l0.43,0.9l2.68,0.99l1.85,-1l0.55,-1.57l0.57,-1.29l0.35,-1.59l0.85,-2.3l-0.39,-1.39l0.2,-0.84l-0.32,-1.64l0.37,-2.16l0.54,-0.58l-0.44,-0.95l0.68,-1.51l0.53,-1.56l0.07,-0.81l1.04,-1.06l0.79,1.39l0.19,1.78l0.7,0.34l0.12,1.2l1.02,1.45l0.21,1.62L877.78,502.1z"
55
- },
56
- {
57
- "id":"AZ",
58
- "title":"Azerbaijan",
59
- "d":"M601.43,342.46l0.83,0.97l1.24,-0.01l-0.01,0.56l1.14,2.08l-1.92,-0.48l-1.42,-1.66l-0.44,-1.37L601.43,342.46zM608.08,337.03l1.24,0.25l0.48,-0.95l1.67,-1.51l1.47,1.97l1.43,2.62l1.31,0.17l0.86,0.99l-2.31,0.29l-0.49,2.82l-0.48,1.26l-1.03,0.84l0.08,1.77l-0.7,0.18l-1.75,-1.87l0.97,-1.78l-0.83,-1.06l-1.05,0.27l-3.31,2.66l-0.06,-2.5l-1.26,-0.59l-1.19,-0.99l0.79,-1.16l-1.49,-1.26l0.56,-0.92l-1.07,-0.64l-0.58,-0.97l0.69,-0.61l2.09,1.07l1.51,0.22l0.38,-0.43l-1.38,-2.02l0.73,-0.52l0.79,0.13L608.08,337.03z"
60
- },
61
- {
62
- "id":"BA",
63
- "title":"Bosnia and Herzegovina",
64
- "d":"M528.54,323.11L529.56,323.1L528.86,324.82L530.21,326.32L529.8,328.14L529.14,328.31L528.61,328.67L527.7,329.56L527.29,331.66L524.81,330.22L523.75,328.61L522.68,327.76L521.39,326.31L520.79,325.1L519.41,323.27L520,321.63L521.01,322.54L521.61,321.72L522.92,321.63L525.33,322.29L527.27,322.23z"
65
- },
66
- {
67
- "id":"BD",
68
- "title":"Bangladesh",
69
- "d":"M735.09,400.41L735.04,402.56L734.06,402.1L734.24,404.51L733.44,402.95L733.28,401.43L732.74,399.98L731.57,398.22L728.99,398.1L729.25,399.35L728.37,401.02L727.17,400.41L726.76,400.96L725.97,400.63L724.89,400.36L724.45,397.88L723.48,395.6L723.95,393.76L722.23,392.94L722.85,391.82L724.6,390.67L722.58,389.04L723.57,386.93L725.79,388.27L727.13,388.43L727.38,390.58L730.04,391L732.65,390.95L734.26,391.48L732.97,394.07L731.71,394.25L730.85,395.98L732.38,397.56L732.84,395.62L733.62,395.61z"
70
- },
71
- {
72
- "id":"BE",
73
- "title":"Belgium",
74
- "d":"M484.55,295.91L486.6,296.26L489.2,295.33L490.97,297.28L492.52,298.32L492.2,301.29L491.47,301.45L491.16,303.88L488.71,301.91L487.27,302.25L485.31,300.19L484.01,298.42L482.71,298.35L482.3,296.79z"
75
- },
76
- {
77
- "id":"BF",
78
- "title":"Burkina Faso",
79
- "d":"M467.33,436.4L465.41,435.67L464.09,435.78L463.11,436.49L461.85,435.89L461.36,434.96L460.1,434.34L459.91,432.7L460.68,431.49L460.61,430.53L462.84,428.17L463.25,426.21L464.02,425.51L465.38,425.89L466.55,425.31L466.93,424.57L469.11,423.29L469.64,422.39L472.26,421.19L473.81,420.78L474.51,421.33L476.3,421.32L476.08,422.72L476.46,424.03L478.04,425.9L478.12,427.28L481.36,427.93L481.29,429.88L480.68,430.74L479.31,431L478.74,432.24L477.78,432.56L475.32,432.5L474.02,432.28L473.12,432.74L471.88,432.53L467.01,432.66L466.94,434.27z"
80
- },
81
- {
82
- "id":"BG",
83
- "title":"Bulgaria",
84
- "d":"M538.78,325.56L539.59,327.16L540.67,326.87L542.83,327.48L546.95,327.68L548.34,326.69L551.64,325.79L553.68,327.2L555.33,327.61L553.87,329.2L552.85,331.93L553.75,334.09L551.34,333.58L548.48,334.76L548.45,336.62L545.9,336.97L543.93,335.67L541.68,336.7L539.61,336.59L539.41,334.12L538,332.91L538.47,332.37L538.16,331.92L538.63,330.71L539.7,329.52L538.34,327.86L538.09,326.44z"
85
- },
86
- {
87
- "id":"BI",
88
- "title":"Burundi",
89
- "d":"M557.52,475.93L557.34,472.56L556.63,471.3L558.34,471.52L559.2,469.93L560.69,470.11L560.85,471.21L561.45,471.84L561.48,472.75L560.79,473.33L559.69,474.79L558.68,475.8z"
90
- },
91
- {
92
- "id":"BJ",
93
- "title":"Benin",
94
- "d":"M482.8,445.92L480.48,446.25L479.79,444.31L479.92,437.85L479.35,437.27L479.25,435.88L478.27,434.89L477.42,434.06L477.78,432.56L478.74,432.24L479.31,431L480.68,430.74L481.29,429.88L482.23,429.05L483.24,429.04L485.38,430.68L485.27,431.63L485.9,433.31L485.35,434.45L485.64,435.21L484.28,436.96L483.42,437.83L482.89,439.6L482.96,441.39z"
95
- },
96
- {
97
- "id":"BN",
98
- "title":"Brunei Darussalam",
99
- "d":"M795.46,450.77L796.57,449.72L798.96,448.19L798.83,449.57L798.67,451.35L797.33,451.26L796.74,452.21z"
100
- },
101
- {
102
- "id":"BO",
103
- "title":"Bolivia",
104
- "d":"M299.04,526.35L295.84,526.22L294.75,528.65L293.1,526.47L289.43,525.74L287.1,528.46L285.07,528.87L283.97,524.72L282.47,521.38L283.35,518.51L281.88,517.26L281.51,515.14L280.13,513.14L281.9,510L280.69,507.56L281.34,506.59L280.83,505.52L281.93,504.08L281.99,501.64L282.12,499.62L282.73,498.66L280.3,494.08L282.39,494.32L283.83,494.25L284.46,493.4L286.91,492.25L288.38,491.19L292.05,490.71L291.76,492.83L292.1,493.92L291.87,495.82L294.92,498.37L298.06,498.84L299.16,499.91L301.06,500.48L302.22,501.31L303.98,501.28L305.61,502.13L305.73,503.79L306.28,504.63L306.32,505.88L305.5,505.92L306.58,509.29L311.95,509.41L311.54,511.09L311.84,512.24L313.37,513.06L314.04,514.88L313.54,517.2L312.77,518.49L313.04,520.18L312.16,520.79L312.12,519.88L309.5,518.37L306.9,518.32L302.01,519.18L300.67,521.8L300.6,523.4L299.49,526.99z"
105
- },
106
- {
107
- "id":"BR",
108
- "title":"Brazil",
109
- "d":"M313.68,551.79L317.42,547.42L320.59,544.34L322.47,543.06L324.83,541.33L324.89,538.84L323.48,537.05L322.09,537.64L322.64,535.86L323.02,534.04L323.02,532.36L322.01,531.81L320.96,532.3L319.92,532.17L319.59,530.99L319.33,528.22L318.8,527.32L316.91,526.5L315.77,527.09L312.81,526.51L312.99,522.45L312.16,520.79L313.04,520.18L312.77,518.49L313.54,517.2L314.04,514.88L313.37,513.06L311.84,512.24L311.54,511.09L311.95,509.41L306.58,509.29L305.5,505.92L306.32,505.88L306.28,504.63L305.73,503.79L305.61,502.13L303.98,501.28L302.22,501.31L301.06,500.48L299.16,499.91L298.06,498.84L294.92,498.37L291.87,495.82L292.1,493.92L291.76,492.83L292.05,490.71L288.38,491.19L286.91,492.25L284.46,493.4L283.83,494.25L282.39,494.32L280.3,494.08L278.72,494.57L277.44,494.24L277.63,489.94L275.33,491.6L272.86,491.53L271.8,490.02L269.94,489.86L270.53,488.65L268.97,486.93L267.8,484.4L268.54,483.89L268.54,482.7L270.24,481.89L269.96,480.38L270.67,479.4L270.88,478.1L274.08,476.19L276.38,475.66L276.75,475.24L279.28,475.37L280.54,467.72L280.61,466.51L280.17,464.92L278.93,463.9L278.94,461.88L280.52,461.42L281.08,461.71L281.17,460.64L279.53,460.35L279.5,458.61L284.96,458.67L285.89,457.71L286.67,458.59L287.21,460.24L287.74,459.89L289.29,461.37L291.47,461.19L292.01,460.33L294.09,459.68L295.25,459.23L295.57,458.05L297.58,457.25L297.42,456.67L295.05,456.43L294.66,454.67L294.77,452.8L293.52,452.08L294.04,451.82L296.12,452.18L298.35,452.88L299.16,452.22L301.17,451.78L304.31,450.74L305.34,449.67L304.96,448.88L306.42,448.76L307.08,449.4L306.71,450.63L307.67,451.05L308.32,452.35L307.54,453.33L307.09,455.71L307.81,457.12L308.01,458.41L309.74,459.71L311.12,459.85L311.43,459.31L312.31,459.19L313.58,458.7L314.49,457.96L316.04,458.19L316.72,458.09L318.25,458.32L318.5,457.75L318.03,457.2L318.31,456.39L319.44,456.64L320.77,456.35L322.37,456.94L323.6,457.52L324.47,456.76L325.09,456.88L325.48,457.67L326.82,457.47L327.89,456.41L328.75,454.35L330.41,451.8L331.37,451.67L332.06,453.21L333.63,458.09L335.13,458.55L335.21,460.47L333.1,462.76L333.97,463.6L338.93,464.04L339.03,466.83L341.16,465L344.69,466.01L349.34,467.71L350.71,469.34L350.25,470.88L353.51,470.02L358.97,471.5L363.16,471.39L367.3,473.7L370.88,476.83L373.04,477.63L375.44,477.75L376.46,478.63L377.41,482.2L377.88,483.89L376.76,488.55L375.33,490.39L371.38,494.33L369.59,497.54L367.52,500.02L366.82,500.08L366.03,502.18L366.23,507.58L365.45,512.06L365.15,513.99L364.27,515.14L363.77,519.08L360.93,522.96L360.45,526.05L358.18,527.36L357.52,529.17L354.48,529.16L350.07,530.33L348.09,531.68L344.95,532.57L341.65,535.01L339.28,538.07L338.87,540.39L339.34,542.12L338.81,545.3L338.18,546.85L336.22,548.6L333.11,554.28L330.64,556.87L328.73,558.41L327.46,561.57L325.6,563.48L324.82,561.58L326.06,560.01L324.44,557.76L322.24,555.94L319.35,553.86L318.31,553.95L315.5,551.45z"
110
- },
111
- {
112
- "id":"BS",
113
- "title":"Bahamas",
114
- "d":"M257.86,395.2l-0.69,0.15l-0.71,-1.76l-1.05,-0.89l0.61,-1.95l0.84,0.12l0.98,2.55L257.86,395.2zM257.06,386.51l-3.06,0.5l-0.2,-1.15l1.32,-0.25l1.85,0.09L257.06,386.51zM259.36,386.48l-0.48,2.21l-0.52,-0.4l0.05,-1.63l-1.26,-1.23l-0.01,-0.36L259.36,386.48z"
115
- },
116
- {
117
- "id":"BT",
118
- "title":"Bhutan",
119
- "d":"M732.36,382.78L733.5,383.78L733.3,385.71L731.01,385.8L728.65,385.59L726.88,386.08L724.33,384.89L724.28,384.26L726.13,381.92L727.64,381.12L729.65,381.85L731.13,381.93z"
120
- },
121
- {
122
- "id":"BW",
123
- "title":"Botswana",
124
- "d":"M547.17,515.95L547.73,516.47L548.62,518.18L551.79,521.43L552.99,521.75L553,522.8L553.82,524.7L555.99,525.16L557.78,526.52L553.81,528.74L551.29,531L550.36,533.03L549.52,534.18L547.99,534.43L547.5,535.9L547.21,536.86L545.42,537.58L543.14,537.43L541.8,536.57L540.62,536.19L539.25,536.91L538.56,538.39L537.23,539.32L535.83,540.71L533.82,541.03L533.2,539.94L533.46,538.04L531.79,535.11L531.04,534.65L531.04,525.79L533.8,525.68L533.88,515.11L535.97,515.02L540.29,513.99L541.37,515.2L543.15,514.05L544.01,514.04L545.59,513.38L546.09,513.6z"
125
- },
126
- {
127
- "id":"BY",
128
- "title":"Belarus",
129
- "d":"M541.1,284.07L543.81,284.11L546.85,282.31L547.5,279.59L549.8,278.02L549.54,275.82L551.24,274.98L554.26,273.05L557.21,274.31L557.61,275.54L559.08,274.95L561.82,276.13L562.09,278.44L561.49,279.76L563.25,282.91L564.39,283.78L564.22,284.64L566.11,285.47L566.92,286.72L565.83,287.74L563.57,287.58L563.03,288.02L563.69,289.56L564.38,292.49L561.97,292.76L561.11,293.76L560.92,296.02L559.81,295.59L557.28,295.81L556.54,294.76L555.49,295.54L554.44,294.89L552.23,294.8L549.1,293.72L546.27,293.36L544.1,293.46L542.56,294.69L541.22,294.86L541.17,292.85L540.3,290.73L541.98,289.79L542,287.94L541.22,286.16z"
130
- },
131
- {
132
- "id":"BZ",
133
- "title":"Belize",
134
- "d":"M225.31,412.96L225.29,412.53L225.63,412.39L226.14,412.74L227.14,410.97L227.67,410.93L227.68,411.36L228.21,411.37L228.17,412.17L227.71,413.44L227.96,413.89L227.67,414.94L227.84,415.21L227.52,416.68L226.97,417.46L226.46,417.55L225.9,418.55L225.07,418.55L225.29,415.27z"
135
- },
136
- {
137
- "id":"CA",
138
- "title":"Canada",
139
- "d":"M198.93,96.23l-0.22,-5.9l3.63,0.58l1.63,0.96l3.35,4.92l-0.76,4.97l-4.15,2.77l-2.28,-3.12L198.93,96.23zM212.14,108.88l0.33,-1.49l-1.97,-2.45l-5.65,-0.19l0.75,3.68l5.25,0.83L212.14,108.88zM248.49,155.83l3.08,5.1l0.81,0.57l3.07,-1.27l3.02,0.2l2.98,0.28l-0.25,-2.64l-4.84,-5.38l-6.42,-1.08l-1.35,0.67L248.49,155.83zM183.06,93.13l-2.71,4.19l6.24,0.52l4.61,4.44l4.58,1.5l-1.09,-5.68l-2.14,-6.73l-7.58,-5.35l-5.5,-2.04l0.2,5.69L183.06,93.13zM208.96,82.89l5.13,-0.12l-2.22,4l-0.04,5.3l3.01,5.76l5.81,1.77l4.96,-0.99l5.18,-10.73l3.85,-4.45l-3.38,-4.97l-2.21,-10.65l-4.6,-3.19l-4.72,-3.68l-3.58,-9.56l-6.52,0.94l1.23,4.15l-2.87,1.25l-1.94,5.32l-1.94,7.46l1.78,7.26L208.96,82.89zM145.21,136.27l3.92,1.95l12.67,-1.3l-5.82,4.77l0.36,3.43l4.26,-0.24l7.07,-4.58l9.5,-1.67l1.71,-5.22l-0.49,-5.57l-2.94,-0.5l-2.5,1.93l-1.1,-4.13l-0.95,-5.7l-2.9,-1.42l-2.57,4.41l4.01,11.05l-4.9,-0.85l-4.98,-6.79l-7.89,-4l-2.64,3.32L145.21,136.27zM167.77,94.21l-3.65,-2.9l-1.5,-0.66l-2.88,4.28l-0.05,2l4.66,0.01L167.77,94.21zM166.31,106.56l0.93,-3.99l-3.95,-2.12l-4.09,1.39l-2.27,4.26l4.16,4.21L166.31,106.56zM195.4,139.8l4.62,-1.11l1.28,-8.25l-0.09,-5.95l-2.14,-5.56l-0.22,1.6l-3.94,-0.7l-4.22,4.09l-3.02,-0.37l0.18,8.92l4.6,-0.87l-0.06,6.47L195.4,139.8zM192.12,185.41l-5.06,-3.93l-4.71,-4.21l-0.87,-6.18l-1.76,-8.92l-3.14,-3.84l-2.79,-1.55l-2.47,1.42l1.99,9.59l-1.41,3.73l-2.29,-8.98l-2.56,-3.11l-3.17,4.81l-3.9,-4.76l-6.24,2.87l1.4,-4.46l-2.87,-1.87l-7.51,5.84l-1.95,3.71l-2.35,6.77l4.9,2.32l4.33,-0.12l-6.5,3.46l1.48,3.13l3.98,0.17l5.99,-0.67l5.42,1.96l-3.66,1.44l-3.95,-0.37l-4.33,1.41l-1.87,0.87l3.45,6.35l2.49,-0.88l3.83,2.15l1.52,3.65l4.99,-0.73l7.1,-1.16l5.26,-2.65l3.26,-0.48l4.82,2.12l5.07,1.22l0.94,-2.86l-1.79,-3.05l4.6,-0.64L192.12,185.41zM199.86,184.43l-1.96,3.54l-2.47,2.49l3.83,3.54l2.28,-0.85l3.78,2.36l1.74,-2.73l-1.71,-3.03l-0.84,-1.53l-1.68,-1.46L199.86,184.43zM182.25,154.98l-2.13,-2.17l-3.76,0.4l-0.95,1.38l4.37,6.75L182.25,154.98zM210.94,168.15l3.01,-6.93l3.34,-1.85l4.19,-8.74l-5.36,-2.47l-5.84,-0.36l-2.78,2.77l-1.47,4.23l-0.04,4.82l1.75,8.19L210.94,168.15zM228.09,145.15l5.76,-0.18l8.04,-1.61l3.59,1.28l4.18,-2.26l1.75,-2.84l-0.63,-4.52l-3,-4.23l-4.56,-0.8l-5.71,0.97l-4.46,2.44l-4.09,-0.94l-3.78,-0.5l-1.78,-2.7l-3.22,-2.61l0.64,-4.43l-2.42,-3.98l-5.52,0.03l-3.11,-3.99l-5.78,-0.8l-1.06,5.1l3.25,3.74l5.8,1.45l2.81,5.09l0.34,5.6l0.97,5.99l7.45,3.42L228.09,145.15zM139.07,126.88l5.21,-5.05l2.62,-0.59l2.16,-4.23l0.38,-9.77l-3.85,1.91l-4.3,-0.18l-5.76,8.19l-4.76,8.98l3.8,2.51L139.07,126.88zM211.25,143.05l1.53,-4.14l-1.02,-3.46l-2.45,-3.92l-4.03,3.02l-1.49,4.92l3.4,2.79L211.25,143.05zM202.94,154.49l-0.73,-2.88l-5,1.26l-3.34,-2.11l-3.32,4.8l3.09,6.28l-5.72,-1.17l-0.06,3.01l6.97,7.05l1.94,3.38l2.7,0.73l4.6,-3.41l0.5,-8.21l-4.24,-4.07L202.94,154.49zM128.95,308.23l-1.16,-2.34l-2.8,-1.77l-1.39,-2.05l-0.95,-1.5l-2.64,-0.46l-1.72,-0.67l-2.94,-0.96l-0.24,1.02l1.08,2.38l2.89,0.78l0.5,1.23l2.51,1.5l0.84,1.51l4.6,1.92L128.95,308.23zM250.65,230.6l-2,-2.11l-2.06,0.5l-0.25,-3.06l-3.21,-2.04l-3.07,-2.27l-1.63,-1.75l-1.43,1.03l-0.52,-2.96l-2.03,-0.55l-0.96,6.13l-0.36,5.11l-2.44,3.14l3.8,-0.6l0.96,3.65l3.99,-3.23l2.78,-3.38l1.57,2.86l4.36,1.51L250.65,230.6zM130.12,178.05l7.38,-4.18V170l3.48,-6.41l6.88,-6.69l3.52,-2.47l-3.01,-4.2l-2.72,-2.95l-7.16,-0.57l-4,-2.16l-9.48,1.63l2.74,6.23l-2.43,6.43l-1.94,6.87l-1.2,3.86l6.47,4.69L130.12,178.05zM264.36,205.36l0.32,-1.01l-0.03,-3.17l-2.19,-2.08l-2.57,1.05l-1.19,4.17l0.7,3.56l3.14,-0.36L264.36,205.36zM288.18,212.9l4.41,6.6l3.45,2.85l4.92,-7.87l0.87,-4.93l-4.41,-0.47l-4.03,-6.7l-4.45,-1.64l-6.6,-4.97l5.15,-3.63l-2.65,-7.54l-2.44,-3.35l-6.77,-3.35l-2.92,-5.55l-5.21,1.99l-0.36,-3.86l-3.86,-4.32l-6.22,-4.71l-2.65,3.71l-5.55,2.66l0.42,-6.06l-4.81,-10.05l-7.11,4.06l-2.59,7.7l-2.21,-5.92l2.06,-6.37l-7.24,2.65l-2.88,3.99l-2.15,8.42l0.89,9.05l3.98,0.04l-2.93,3.92l2.33,2.96l4.55,1.25l5.93,2.42l10.2,1.82l5.08,-1.04l1.5,-2.42l2.21,2.79l2.47,0.46l2.97,4.96l-1.8,1.98l5.68,2.63l4.29,3.68l1.08,2.55l0.77,3.24l-3.63,6.93l-0.98,3.44l0.94,2.42l-5.77,0.86l-5.27,0.12l-1.85,4.87l2.37,2.23l8.11,-1.03l-0.04,-1.89l4.08,3.15l4.18,3.28l-0.98,1.77l3.4,3.02l6.02,3.53l7.6,2.39l-0.46,-2.09l-2.92,-3.67l-3.96,-5.37l7.03,5l3.54,1.66l0.97,-4.44l-1.82,-6.3l-1.16,-1.73l-3.81,-3.03l-2.95,-3.91l0.35,-3.94L288.18,212.9zM222.35,51.34l2.34,7.29l4.96,5.88l9.81,-1.09l6.31,1.97l-4.38,6.05l-2.21,-1.78l-7.66,-0.71l1.19,8.31l3.96,6.04l-0.8,5.2l-4.97,3.46l-2.27,5.47l4.55,2.65l3.82,8.55l-7.5,-5.7l-1.71,0.94l1.38,9.38l-5.18,2.83l0.35,5.85l5.3,0.63l4.17,1.44l8.24,-1.84l7.33,3.27l7.49,-7.19l-0.06,-3.02l-4.79,0.48l-0.39,-2.84l3.92,-3.83l1.33,-5.15l4.33,-3.83l2.66,-4.76l-2.32,-7.1l1.94,-2.65l-3.86,-1.89l8.49,-1.63l1.79,-3.15l5.78,-2.6l4.8,-13.47l4.57,-4.94l6.62,-11.12l-6.1,0.1l2.54,-4.3l6.78,-3.99l6.84,-8.9l0.12,-5.73l-5.13,-6.04l-6.02,-2.93l-7.49,-1.82l-6.07,-1.49l-6.07,-1.5l-8.1,3.98l-1.49,-2.53l-8.57,0.98l-5.03,2.57l-3.7,3.65l-2.13,11.74L239,24.52l-3.48,-1.14l-4.12,7.97l-5.5,3.35l-3.27,0.66l-4.17,3.84l0.61,6.65L222.35,51.34zM296.75,316.34l-0.98,-1.98l-1.06,1.26l0.7,1.36l3.56,1.71l1.04,-0.26l1.38,-1.66l-2.6,0.11L296.75,316.34zM239.75,238.48l0.61,1.63l1.98,0.14l3.28,-3.34l0.06,-1.19l-3.85,-0.06L239.75,238.48zM301.88,304.92l-2.87,-1.8l-3.69,-1.09l-0.97,0.37l2.61,2.04l3.63,1.34l1.36,-0.08L301.88,304.92zM326.76,309.71l-0.36,-2.24l-1.96,0.72l0.87,-3.11l-2.8,-1.32l-1.29,1.05l-2.49,-1.18l0.98,-1.51l-1.88,-0.93l-1.83,1.47l1.86,-3.82l1.5,-2.8l0.54,-1.22l-1.3,-0.2l-2.43,1.55l-1.74,2.53l-2.9,6.92l-2.35,2.56l1.22,1.14l-1.75,1.47l0.43,1.23l5.44,0.13l3.01,-0.25l2.69,1.01l-1.98,1.93l1.67,0.14l3.25,-3.58l0.78,0.53l-0.61,3.37l1.84,0.77l1.27,-0.15l1.18,-3.61L326.76,309.71zM305.57,314.47l-2.81,4.56l-4.63,0.58l-3.64,-2.01l-0.92,-3.07l-0.89,-4.46l2.65,-2.83l-2.48,-2.09l-4.19,0.43l-5.88,3.53l-4.5,5.45l-2.38,0.67l3.23,-3.8l4.04,-5.57l3.57,-1.9l2.35,-3.11l2.9,-0.3l4.21,0.03l6,0.92l4.74,-0.71l3.53,-3.62l4.62,-1.59l2.01,-1.58l2.04,-1.71l-0.2,-5.19l-1.13,-1.77l-2.18,-0.63l-1.11,-4.05l-1.8,-1.55l-4.47,-1.26l-2.52,-2.82l-3.73,-2.83l1.13,-3.2l-3.1,-6.26l-3.65,-6.89l-2.18,-4.98l-1.86,2.61l-2.68,6.05l-4.06,2.97l-2.03,-3.16l-2.56,-0.85l-0.93,-6.99l0.08,-4.8l-5,-0.44l-0.85,-2.27l-3.45,-3.44l-2.61,-2.04l-2.32,1.58l-2.88,-0.58l-4.81,-1.65l-1.95,1.4l0.94,9.18l1.22,5.12l-3.31,5.75l3.41,4.02l1.9,4.44l0.23,3.42l-1.55,3.5l-3.18,3.46l-4.49,2.28l1.98,2.53l1.46,7.4l-1.52,4.68l-2.16,1.46l-4.17,-4.28l-2.03,-5.17l-0.87,-4.76l0.46,-4.19l-3.05,-0.47l-4.63,-0.28l-2.97,-2.08l-3.51,-1.37l-2.01,-2.38l-2.8,-1.94l-5.21,-2.23l-3.92,1.02l-1.31,-3.95l-1.26,-4.99l-4.12,-0.9l0.15,-6.41l1.09,-4.48l3.04,-6.6l3.43,-4.9l3.26,-0.77l0.19,-4.05l2.21,-2.68l4.01,-0.42l3.25,-4.39l0.82,-2.9l2.7,-5.73l0.84,-3.5l2.9,2.11l3.9,-1.08l5.49,-4.96l0.36,-3.54l-1.98,-3.98l2.09,-4.06l-0.17,-3.87l-3.76,-3.95l-4.14,-1.19l-3.98,-0.62l-0.15,8.71l-2.04,6.56l-2.93,5.3l-2.71,-4.95l0.84,-5.61l-3.35,-5.02l-3.75,6.09l0.01,-7.99l-5.21,-1.63l2.49,-4.01l-3.81,-9.59l-2.84,-3.91l-3.7,-1.44l-3.32,6.43l-0.22,9.34l3.27,3.29l3,4.91l-1.27,7.71l-2.26,-0.2l-1.78,5.88l0.02,-7l-4.34,-2.58l-2.49,1.33l0.32,4.67l-4.09,-0.18l-4.35,1.17l-4.95,-3.35l-3.13,0.6l-2.82,-4.11l-2.26,-1.84l-2.24,0.77l-3.41,0.35l-1.81,2.61l2.86,3.19l-3.05,3.72l-2.99,-4.42l-2.39,1.3l-7.57,0.87l-5.07,-1.59l3.94,-3.74l-3.78,-3.9l-2.75,0.5l-3.86,-1.32l-6.56,-2.89l-4.29,-3.37l-3.4,-0.47l-1.06,2.36l-3.44,1.31l-0.38,-6.15l-3.73,5.5l-4.74,-7.32l-1.94,-0.89l-0.63,3.91l-2.09,1.9l-1.93,-3.39l-4.59,2.05l-4.2,3.55l-4.17,-0.98l-3.4,2.5l-2.46,3.28l-2.92,-0.72l-4.41,-3.8l-5.23,-1.94l-0.02,27.65l-0.01,35.43l2.76,0.17l2.73,1.56l1.96,2.44l2.49,3.6l2.73,-3.05l2.81,-1.79l1.49,2.85l1.89,2.23l2.57,2.42l1.75,3.79l2.87,5.88l4.77,3.2l0.08,3.12l-1.56,2.35l0.06,2.48l3.39,3.45l0.49,3.76l3.59,1.96l-0.4,2.79l1.56,3.96l5.08,1.82l2,1.89l5.43,4.23l0.38,0.01h7.96h8.32h2.76h8.55h8.27h8.41l8.42,0l9.53,0l9.59,0l5.8,0l0.01,-1.64l0.95,-0.02l0.5,2.35l0.87,0.72l1.96,0.26l2.86,0.67l2.72,1.3l2.27,-0.55l3.45,1.09l1.14,-1.66l1.59,-0.66l0.62,-1.03l0.63,-0.55l2.61,0.86l1.93,0.1l0.67,0.57l0.94,2.38l3.15,0.63l-0.49,1.18l1.11,1.21l-0.48,1.56l1.18,0.51l-0.59,1.37l0.75,0.13l0.53,-0.6l0.55,0.9l2.1,0.5l2.13,0.04l2.27,0.41l2.51,0.78l0.91,1.26l1.82,3.04l-0.9,1.3l-2.28,-0.54l-1.42,-2.44l0.36,2.49l-1.34,2.17l0.15,1.84l-0.23,1.07l-1.81,1.27l-1.32,2.09l-0.62,1.32l1.54,0.24l2.08,-1.2l1.23,-1.06l0.83,-0.17l1.54,0.38l0.75,-0.59l1.37,-0.48l2.44,-0.47v0l0,0l-0.25,-1.15l-0.13,0.04l-0.86,0.2l-1.12,-0.36l0.84,-1.32l0.85,-0.46l1.98,-0.56l2.37,-0.53l1.24,0.73l0.78,-0.85l0.89,-0.54l0.6,0.29l0.03,0.06l2.87,-2.73l1.27,-0.73l4.26,-0.03l5.17,0l0.28,-0.98l0.9,-0.2l1.19,-0.62l1,-1.82l0.86,-3.15l2.14,-3.1l0.93,1.08l1.88,-0.7l1.25,1.19l0,5.52l1.83,2.25l3.12,-0.48l4.49,-0.13l-4.87,3.26l0.11,3.29l2.13,0.28l3.13,-2.79l2.78,-1.58l6.21,-2.35l3.47,-2.62l-1.81,-1.46L305.57,314.47zM251.91,243.37l1.1,-3.12l-0.71,-1.23l-1.15,-0.13l-1.08,1.8l-0.13,0.41l0.74,1.77L251.91,243.37zM109.25,279.8L109.25,279.8l1.56,-2.35L109.25,279.8zM105.85,283.09l-2.69,0.38l-1.32,-0.62l-0.17,1.52l0.52,2.07l1.42,1.46l1.04,2.13l1.69,2.1l1.12,0.01l-2.44,-3.7L105.85,283.09z"
140
- },
141
- {
142
- "id":"CD",
143
- "title":"Democratic Republic of Congo",
144
- "d":"M561.71,453.61L561.54,456.87L562.66,457.24L561.76,458.23L560.68,458.97L559.61,460.43L559.02,461.72L558.86,463.96L558.21,465.02L558.19,467.12L557.38,467.9L557.28,469.56L556.89,469.77L556.63,471.3L557.34,472.56L557.52,475.93L558.02,478.5L557.74,479.96L558.3,481.58L559.93,483.15L561.44,486.7L560.34,486.41L556.57,486.89L555.82,487.22L555.02,489.02L555.65,490.27L555.15,493.62L554.8,496.47L555.56,496.98L557.52,498.08L558.29,497.57L558.53,500.65L556.38,500.62L555.23,499.05L554.2,497.83L552.05,497.43L551.42,495.94L549.7,496.84L547.46,496.44L546.52,495.15L544.74,494.89L543.43,494.96L543.27,494.08L542.3,494.01L541.02,493.84L539.29,494.26L538.07,494.19L537.37,494.45L537.52,491.08L536.59,490.03L536.38,488.3L536.79,486.6L536.23,485.51L536.18,483.75L532.77,483.77L533.02,482.76L531.59,482.77L531.44,483.26L529.7,483.37L528.99,485L528.57,485.71L527.02,485.31L526.1,485.71L524.24,485.93L523.17,484.46L522.53,483.55L521.72,481.87L521.03,479.78L512.76,479.75L511.77,480.08L510.96,480.03L509.8,480.41L509.41,479.54L510.12,479.24L510.21,478.02L510.67,477.3L511.69,476.72L512.43,477L513.39,475.93L514.91,475.96L515.09,476.75L516.14,477.25L517.79,475.49L519.42,474.13L520.13,473.24L520.04,470.94L521.26,468.23L522.54,466.8L524.39,465.46L524.71,464.57L524.78,463.55L525.24,462.58L525.09,461L525.44,458.53L525.99,456.79L526.83,455.3L526.99,453.62L527.24,451.67L528.34,450.25L529.84,449.35L532.15,450.3L533.93,451.33L535.98,451.61L538.07,452.15L538.91,450.47L539.3,450.25L540.57,450.53L543.7,449.14L544.8,449.73L545.71,449.65L546.13,448.97L547.17,448.73L549.28,449.02L551.08,449.08L552.01,448.79L553.7,451.1L554.96,451.43L555.71,450.96L557.01,451.15L558.57,450.56L559.24,451.75z"
145
- },
146
- {
147
- "id":"CF",
148
- "title":"Central African Republic",
149
- "d":"M518.09,442.66L520.41,442.44L520.93,441.72L521.39,441.78L522.09,442.41L525.62,441.34L526.81,440.24L528.28,439.25L528,438.26L528.79,438L531.5,438.18L534.14,436.87L536.16,433.78L537.59,432.64L539.36,432.15L539.68,433.37L541.3,435.14L541.3,436.29L540.85,437.47L541.03,438.34L542,439.15L544.14,440.39L545.67,441.52L545.7,442.44L547.58,443.9L548.75,445.11L549.46,446.79L551.56,447.9L552.01,448.79L551.08,449.08L549.28,449.02L547.17,448.73L546.13,448.97L545.71,449.65L544.8,449.73L543.7,449.14L540.57,450.53L539.3,450.25L538.91,450.47L538.07,452.15L535.98,451.61L533.93,451.33L532.15,450.3L529.84,449.35L528.34,450.25L527.24,451.67L526.99,453.62L525.19,453.46L523.29,452.99L521.62,454.47L520.15,457.07L519.85,456.26L519.73,454.99L518.45,454.09L517.41,452.65L517.17,451.65L515.85,450.19L516.07,449.36L515.79,448.18L516.01,446.01L516.68,445.5z"
150
- },
151
- {
152
- "id":"CG",
153
- "title":"Republic of Congo",
154
- "d":"M511.69,476.72L510.64,475.76L509.79,476.23L508.66,477.43L506.36,474.48L508.49,472.94L507.44,471.09L508.4,470.39L510.29,470.05L510.51,468.81L512.01,470.15L514.49,470.27L515.35,468.95L515.7,467.1L515.39,464.92L514.07,463.28L515.28,460.05L514.58,459.5L512.5,459.72L511.71,458.29L511.92,457.07L515.45,457.18L517.72,457.91L519.95,458.57L520.15,457.07L521.62,454.47L523.29,452.99L525.19,453.46L526.99,453.62L526.83,455.3L525.99,456.79L525.44,458.53L525.09,461L525.24,462.58L524.78,463.55L524.71,464.57L524.39,465.46L522.54,466.8L521.26,468.23L520.04,470.94L520.13,473.24L519.42,474.13L517.79,475.49L516.14,477.25L515.09,476.75L514.91,475.96L513.39,475.93L512.43,477z"
155
- },
156
- {
157
- "id":"CH",
158
- "title":"Switzerland",
159
- "d":"M502.15,312.34L502.26,313.08L501.83,314.09L503.1,314.83L504.53,314.94L504.31,316.61L503.08,317.3L501,316.79L500.39,318.42L499.06,318.55L498.57,317.91L497,319.27L495.65,319.46L494.44,318.6L493.48,316.83L492.14,317.47L492.18,315.63L494.23,313.32L494.14,312.27L495.42,312.66L496.19,311.95L498.57,311.98L499.15,311.08z"
160
- },
161
- {
162
- "id":"CI",
163
- "title":"Côte d'Ivoire",
164
- "d":"M467.24,449.46L465.97,449.49L464.01,448.94L462.22,448.97L458.89,449.46L456.95,450.27L454.17,451.29L453.63,451.22L453.84,448.92L454.11,448.57L454.03,447.46L452.84,446.29L451.95,446.1L451.13,445.33L451.74,444.09L451.46,442.73L451.59,441.91L452.04,441.91L452.2,440.68L451.98,440.14L452.25,439.75L453.29,439.41L452.6,437.15L451.95,435.99L452.18,435.02L452.74,434.81L453.1,434.55L453.88,434.97L456.04,435L456.56,434.17L457.04,434.23L457.85,433.91L458.29,435.12L458.94,434.76L460.1,434.34L461.36,434.96L461.85,435.89L463.11,436.49L464.09,435.78L465.41,435.67L467.33,436.4L468.07,440.41L466.89,442.77L466.16,445.94L467.37,448.35z"
165
- },
166
- {
167
- "id":"CL",
168
- "title":"Chile",
169
- "d":"M282.81,636.73l0,10.57l3,0l1.69,0.13l-0.93,1.98l-2.4,1.53l-1.38,-0.16l-1.66,-0.4l-2.04,-1.48l-2.94,-0.71l-3.53,-2.71l-2.86,-2.57l-3.86,-5.25l2.31,0.97l3.94,3.13l3.72,1.7l1.45,-2.17l0.91,-3.2l2.58,-1.91L282.81,636.73zM283.97,524.72l1.1,4.15l2.02,-0.41l0.34,0.76l-0.96,3.16l-3.05,1.51l0.09,5.14l-0.59,1l0.84,1.23l-1.98,1.95l-1.84,2.96l-1,2.9l0.27,3.11l-1.73,3.34l1.29,5.69l0.73,0.61l-0.01,3.09l-1.6,3.31l0.06,2.87l-2.12,2.26l0.01,3.22l0.85,3.46l-1.68,1.3l-0.75,3.22l-0.66,3.75l0.47,4.54l-1.13,0.77l0.65,4.4l1.27,1.46l-0.92,1.63l1.3,0.78l0.3,1.48l-1.22,0.75l0.3,2.33l-1.02,5.35l-1.49,3.52l0.33,2.11l-0.89,2.68l-2.15,1.88l0.25,4.6l0.99,1.6l1.87,-0.28l-0.05,3.33l1.16,2.63l6.78,0.61l2.6,0.71l-2.49,-0.03l-1.35,1.13l-2.53,1.67l-0.45,4.38l-1.19,0.11l-3.16,-1.54l-3.21,-3.25l0,0l-3.49,-2.63l-0.88,-2.87l0.79,-2.62l-1.41,-2.94l-0.36,-7.34l1.19,-4.03l2.96,-3.19l-4.26,-1.19l2.67,-3.57l0.95,-6.56l3.12,1.37l1.46,-7.97l-1.88,-1l-0.88,4.75l-1.77,-0.54l0.88,-5.42l0.96,-6.84l1.29,-2.48l-0.81,-3.5l-0.23,-3.98l1.18,-0.11l1.72,-5.6l1.94,-5.43l1.19,-4.97l-0.65,-4.91l0.84,-2.67l-0.34,-3.96l1.64,-3.87l0.51,-6.04l0.9,-6.37l0.88,-6.75l-0.21,-4.87l-0.58,-4.15l1.44,-0.75l0.75,-1.5l1.37,1.99l0.37,2.12l1.47,1.25l-0.88,2.87L283.97,524.72z"
170
- },
171
- {
172
- "id":"CM",
173
- "title":"Cameroon",
174
- "d":"M511.92,457.07L511.57,456.92L509.91,457.28L508.2,456.9L506.87,457.09L502.31,457.02L502.72,454.82L501.62,452.98L500.34,452.5L499.77,451.25L499.05,450.85L499.09,450.08L499.81,448.1L501.14,445.4L501.95,445.37L503.62,443.73L504.69,443.69L506.26,444.84L508.19,443.89L508.45,442.73L509.08,441.59L509.51,440.17L511.01,439.01L511.58,437.04L512.17,436.41L512.57,434.94L513.31,433.13L515.67,430.93L515.82,429.98L516.13,429.47L515.02,428.33L515.11,427.43L515.9,427.26L517.01,429.09L517.2,430.98L517.1,432.87L518.62,435.44L517.06,435.41L516.27,435.61L514.99,435.33L514.38,436.66L516.03,438.31L517.25,438.79L517.65,439.96L518.53,441.89L518.09,442.66L516.68,445.5L516.01,446.01L515.79,448.18L516.07,449.36L515.85,450.19L517.17,451.65L517.41,452.65L518.45,454.09L519.73,454.99L519.85,456.26L520.15,457.07L519.95,458.57L517.72,457.91L515.45,457.18z"
175
- },
176
- {
177
- "id":"CN",
178
- "title":"China",
179
- "d":"M784.63,410.41l-2.42,1.41l-2.3,-0.91l-0.08,-2.53l1.38,-1.34l3.06,-0.83l1.61,0.07l0.63,1.13l-1.23,1.3L784.63,410.41zM833.19,302.89l4.88,1.38l3.32,3.03l1.13,3.95l4.26,0l2.43,-1.65l4.63,-1.24l-1.47,3.76l-1.09,1.51l-0.96,4.46l-1.89,3.89l-3.4,-0.7l-2.41,1.4l0.74,3.36l-0.4,4.55l-1.43,0.1l0.02,1.93l-1.81,-2.24l-1.11,2.13l-4.33,1.62l0.44,1.97l-2.42,-0.14l-1.33,-1.17l-1.93,2.64l-3.09,1.98l-2.28,2.35l-3.92,1.06l-2.06,1.69l-3.02,0.98l1.49,-1.67l-0.59,-1.41l2.22,-2.45l-1.48,-1.93l-2.44,1.3l-3.17,2.54l-1.73,2.34l-2.75,0.17l-1.43,1.68l1.48,2.41l2.29,0.58l0.09,1.58l2.22,1.02l3.14,-2.51l2.49,1.37l1.81,0.09l0.46,1.84l-3.97,0.97l-1.31,1.87l-2.73,1.73l-1.44,2.39l3.02,1.86l1.1,3.31l1.71,3.05l1.9,2.53l-0.05,2.43l-1.76,0.89l0.67,1.73l1.65,1l-0.43,2.61l-0.71,2.52l-1.57,0.28l-2.05,3.41l-2.27,4.09l-2.6,3.68l-3.86,2.82l-3.9,2.55l-3.16,0.35l-1.71,1.34l-0.97,-0.98l-1.59,1.5l-3.92,1.5l-2.97,0.46l-0.96,3.15l-1.55,0.17l-0.74,-2.16l0.66,-1.16l-3.76,-0.96l-1.33,0.49l-2.82,-0.78l-1.33,-1.22l0.44,-1.74l-2.56,-0.55l-1.35,-1.14l-2.39,1.62l-2.73,0.35l-2.24,-0.02l-1.5,0.74l-1.45,0.44l0.42,3.43l-1.5,-0.08l-0.25,-0.7l-0.08,-1.24l-2.06,0.87l-1.21,-0.55l-2.08,-1.13l0.82,-2.51l-1.78,-0.59l-0.67,-2.8l-2.96,0.51l0.34,-3.63l2.66,-2.58l0.11,-2.57l-0.08,-2.4l-1.22,-0.75l-0.94,-1.86l-1.64,0.24l-3.02,-0.47l0.95,-1.33l-1.31,-1.99l-2,1.35L740.4,378l-3.23,2.03l-2.55,2.36l-2.26,0.39l-1.23,-0.85l-1.48,-0.08l-2,-0.73l-1.51,0.8l-1.85,2.34l-0.24,-2.48l-1.71,0.66l-3.27,-0.31l-3.17,-0.73l-2.28,-1.39l-2.18,-0.63l-0.94,-1.53l-1.58,-0.46l-2.83,-2.09l-2.25,-0.99l-1.16,0.77l-3.9,-2.26l-2.75,-2.07l-0.79,-3.63l2.01,0.44l0.09,-1.69l-1.12,-1.71l0.28,-2.74l-3.01,-3.99l-4.61,-1.39l-0.83,-2.66l-2.07,-1.63l-0.5,-1.01l-0.42,-2.01l0.1,-1.38l-1.7,-0.81l-0.92,0.36l-0.71,-3.32l0.8,-0.83l-0.39,-0.85l2.68,-1.73l1.94,-0.72l2.97,0.49l1.06,-2.35l3.6,-0.44l1,-1.48l4.42,-2.03l0.39,-0.85l-0.22,-2.17l1.92,-1l-2.52,-6.75l5.55,-1.58l1.44,-0.89l2.02,-7.26l5.56,1.35l1.56,-1.86l0.13,-4.19l2.33,-0.39l2.13,-2.83l1.1,-0.35l0.74,2.97l2.36,2.23l4,1.57l1.93,3.32l-1.08,4.73l1.01,1.73l3.33,0.68l3.78,0.55l3.39,2.45l1.73,0.43l1.28,3.57l1.65,2.27l3.09,-0.09l5.79,0.85l3.73,-0.53l2.77,0.57l4.15,2.29l3.39,0l1.24,1.16l3.26,-2.01l4.53,-1.31l4.2,-0.14l3.28,-1.34l2.01,-2.05l1.96,-1.3l-0.45,-1.28l-0.9,-1.5l1.47,-2.54l1.58,0.36l2.88,0.8l2.79,-2.1l4.28,-1.55l2.05,-2.66l1.97,-1.16l4.07,-0.54l2.21,0.46l0.31,-1.45l-2.54,-2.89l-2.25,-1.33l-2.16,1.54l-2.77,-0.65l-1.59,0.53l-0.72,-1.71l1.98,-4.23l1.37,-3.25l3.37,1.63l3.95,-2.74l-0.03,-1.93l2.53,-4.73l1.56,-1.45l-0.04,-2.52l-1.54,-1.1l2.32,-2.31l3.48,-0.84l3.72,-0.13l4.2,1.39l2.46,1.71l1.73,4.61l1.05,1.94l0.98,2.73L833.19,302.89z"
180
- },
181
- {
182
- "id":"CO",
183
- "title":"Colombia",
184
- "d":"M263.92,463.81L262.72,463.15L261.34,462.23L260.54,462.67L258.16,462.28L257.48,461.08L256.96,461.13L254.15,459.54L253.77,458.67L254.82,458.46L254.7,457.07L255.35,456.06L256.74,455.87L257.93,454.12L259,452.66L257.96,451.99L258.49,450.37L257.86,447.81L258.46,447.08L258.02,444.71L256.88,443.21L257.24,441.85L258.15,442.05L258.68,441.21L258.03,439.56L258.37,439.14L259.81,439.23L261.92,437.26L263.07,436.96L263.1,436.03L263.62,433.64L265.23,432.32L266.99,432.27L267.21,431.68L269.41,431.91L271.62,430.48L272.71,429.84L274.06,428.47L275.06,428.64L275.79,429.39L275.25,430.35L273.45,430.83L272.74,432.25L271.65,433.06L270.84,434.12L270.49,436.13L269.72,437.79L271.16,437.97L271.52,439.27L272.14,439.89L272.36,441.02L272.03,442.06L272.13,442.65L272.82,442.88L273.49,443.86L277.09,443.59L278.72,443.95L280.7,446.36L281.83,446.06L283.85,446.21L285.45,445.89L286.44,446.38L285.93,447.88L285.31,448.82L285.09,450.83L285.65,452.68L286.45,453.51L286.54,454.14L285.12,455.53L286.14,456.14L286.89,457.12L287.74,459.89L287.21,460.24L286.67,458.59L285.89,457.71L284.96,458.67L279.5,458.61L279.53,460.35L281.17,460.64L281.08,461.71L280.52,461.42L278.94,461.88L278.93,463.9L280.17,464.92L280.61,466.51L280.54,467.72L279.28,475.37L277.88,473.88L277.04,473.82L278.85,470.98L276.7,469.67L275.02,469.91L274.01,469.43L272.46,470.17L270.37,469.82L268.72,466.9L267.42,466.18L266.53,464.86L264.67,463.54z"
185
- },
186
- {
187
- "id":"CR",
188
- "title":"Costa Rica",
189
- "d":"M242.63,440.4L241.11,439.77L240.54,439.18L240.86,438.69L240.76,438.07L239.98,437.39L238.88,436.84L237.91,436.48L237.73,435.65L236.99,435.14L237.17,435.97L236.61,436.64L235.97,435.86L235.07,435.58L234.69,435.01L234.71,434.15L235.08,433.25L234.29,432.85L234.93,432.31L235.35,431.94L237.2,432.69L237.84,432.32L238.73,432.56L239.2,433.14L240.02,433.33L240.69,432.73L241.41,434.27L242.49,435.41L243.81,436.62L242.72,436.87L242.74,438L243.32,438.42L242.9,438.76L243.01,439.27L242.78,439.84z"
190
- },
191
- {
192
- "id":"CU",
193
- "title":"Cuba",
194
- "d":"M244.58,396.94L247.01,397.16L249.21,397.19L251.84,398.22L252.96,399.33L255.58,398.99L256.57,399.69L258.95,401.56L260.69,402.91L261.61,402.87L263.29,403.48L263.08,404.32L265.15,404.44L267.27,405.66L266.94,406.35L265.07,406.73L263.18,406.88L261.25,406.64L257.24,406.93L259.12,405.27L257.98,404.5L256.17,404.3L255.2,403.44L254.53,401.74L252.95,401.85L250.33,401.05L249.49,400.42L245.84,399.95L244.86,399.36L245.91,398.61L243.16,398.46L241.15,400.02L239.98,400.06L239.58,400.8L238.2,401.13L237,400.84L238.48,399.91L239.08,398.82L240.35,398.15L241.78,397.56L243.91,397.27z"
195
- },
196
- {
197
- "id":"CY",
198
- "title":"Cyprus",
199
- "d":"M570.31,358.29L572.2,356.83L569.65,357.85L567.63,357.8L567.23,358.63L567.03,358.65L565.7,358.77L566.35,360.14L567.72,360.58L570.6,359.2L570.51,358.93z"
200
- },
201
- {
202
- "id":"CZ",
203
- "title":"Czech Republic",
204
- "d":"M522.81,307.86L521.51,307.06L520.2,307.28L518.02,305.98L517.03,306.3L515.46,308.04L513.37,306.67L511.79,304.84L510.36,303.8L510.06,301.98L509.57,300.68L511.61,299.73L512.65,298.63L514.66,297.77L515.37,296.93L516.11,297.44L517.36,296.97L518.69,298.4L520.78,298.79L520.61,300L522.13,300.9L522.55,299.77L524.47,300.26L524.74,301.63L526.82,301.89L528.11,304.02L527.28,304.03L526.84,304.8L526.2,304.99L526.02,305.96L525.48,306.17L525.4,306.56L524.45,307L523.2,306.93z"
205
- },
206
- {
207
- "id":"DE",
208
- "title":"Germany",
209
- "d":"M503.07,278.92L503.12,280.8L505.96,281.92L505.93,283.62L508.78,282.72L510.35,281.41L513.52,283.3L514.84,284.81L515.5,287.2L514.72,288.45L515.73,290.1L516.43,292.55L516.21,294.11L517.36,296.97L516.11,297.44L515.37,296.93L514.66,297.77L512.65,298.63L511.61,299.73L509.57,300.68L510.06,301.98L510.36,303.8L511.79,304.84L513.37,306.67L512.39,308.62L511.38,309.16L511.78,311.88L511.51,312.58L510.64,311.73L509.3,311.61L507.29,312.35L504.82,312.17L504.42,313.26L503,312.12L502.15,312.34L499.15,311.08L498.57,311.98L496.19,311.95L496.54,308.97L497.96,306.07L493.92,305.29L492.6,304.16L492.76,302.27L492.2,301.29L492.52,298.32L492.04,293.63L493.73,293.63L494.44,291.92L495.14,287.69L494.61,286.11L495.16,285.11L497.5,284.85L498.02,285.89L499.93,283.56L499.29,281.77L499.16,279.02L501.28,279.66z"
210
- },
211
- {
212
- "id":"DJ",
213
- "title":"Djibouti",
214
- "d":"M596.05,427.72L596.71,428.6L596.62,429.79L595.02,430.47L596.23,431.24L595.19,432.76L594.57,432.26L593.9,432.46L592.33,432.41L592.28,431.55L592.07,430.76L593.01,429.43L594,428.17L595.2,428.42z"
215
- },
216
- {
217
- "id":"DK",
218
- "title":"Denmark",
219
- "d":"M510.83,275.84l-1.68,3.97l-2.93,-2.76l-0.39,-2.05l4.11,-1.66L510.83,275.84zM505.85,271.59l-0.69,1.9l-0.83,-0.55l-2.02,3.59l0.76,2.39l-1.79,0.74l-2.12,-0.64l-1.14,-2.72l-0.08,-5.12l0.47,-1.38l0.8,-1.54l2.47,-0.32l0.98,-1.43l2.26,-1.47l-0.1,2.68l-0.83,1.68l0.34,1.43L505.85,271.59z"
220
- },
221
- {
222
- "id":"DO",
223
- "title":"Dominican Republic",
224
- "d":"M274.18,407.35L274.53,406.84L276.72,406.86L278.38,407.62L279.12,407.54L279.63,408.59L281.16,408.53L281.07,409.41L282.32,409.52L283.7,410.6L282.66,411.8L281.32,411.16L280.04,411.28L279.12,411.14L278.61,411.68L277.53,411.86L277.11,411.14L276.18,411.57L275.06,413.57L274.34,413.11L274.19,412.27L274.25,411.47L273.53,410.59L274.21,410.09L274.43,408.96z"
225
- },
226
- {
227
- "id":"DZ",
228
- "title":"Algeria",
229
- "d":"M508.9,396.08L499.29,401.83L491.17,407.68L487.22,409L484.11,409.29L484.08,407.41L482.78,406.93L481.03,406.08L480.37,404.69L470.91,398.14L461.45,391.49L450.9,383.96L450.96,383.35L450.96,383.14L450.93,379.39L455.46,377.03L458.26,376.54L460.55,375.68L461.63,374.06L464.91,372.77L465.03,370.36L466.65,370.07L467.92,368.86L471.59,368.3L472.1,367.02L471.36,366.31L470.39,362.78L470.23,360.73L469.17,358.55L471.86,356.68L474.9,356.08L476.67,354.65L479.37,353.6L484.12,352.98L488.76,352.69L490.17,353.21L492.81,351.84L495.81,351.81L496.95,352.62L498.86,352.41L498.29,354.2L498.74,357.48L498.08,360.3L496.35,362.18L496.6,364.71L498.89,366.69L498.92,367.5L500.64,368.83L501.84,374.69L502.75,377.53L502.9,379.01L502.41,381.6L502.61,383.04L502.25,384.76L502.5,386.73L501.38,388.02L503.04,390.28L503.15,391.6L504.14,393.31L505.45,392.75L507.67,394.17z"
230
- },
231
- {
232
- "id":"EC",
233
- "title":"Ecuador",
234
- "d":"M250.1,472.87L251.59,470.79L250.98,469.57L249.91,470.87L248.23,469.64L248.8,468.86L248.33,466.33L249.31,465.91L249.83,464.18L250.89,462.38L250.69,461.25L252.23,460.65L254.15,459.54L256.96,461.13L257.48,461.08L258.16,462.28L260.54,462.67L261.34,462.23L262.72,463.15L263.92,463.81L264.31,465.92L263.44,467.73L260.38,470.65L257.01,471.75L255.29,474.18L254.76,476.06L253.17,477.21L252,475.8L250.86,475.5L249.7,475.72L249.63,474.7L250.43,474.04z"
235
- },
236
- {
237
- "id":"EE",
238
- "title":"Estonia",
239
- "d":"M543.42,264.71L543.75,261.59L542.72,262.26L540.94,260.36L540.69,257.25L544.24,255.72L547.77,254.91L550.81,255.83L553.71,255.66L554.13,256.62L552.14,259.76L552.97,264.72L551.77,266.38L549.45,266.37L547.04,264.43L545.81,263.78z"
240
- },
241
- {
242
- "id":"EG",
243
- "title":"Egypt",
244
- "d":"M573.17,377.28L572.38,378.57L571.78,380.97L571.02,382.61L570.36,383.17L569.43,382.15L568.16,380.73L566.16,376.16L565.88,376.45L567.04,379.82L568.76,383L570.88,387.88L571.91,389.56L572.81,391.3L575.33,394.7L574.77,395.23L574.86,397.2L578.13,399.91L578.62,400.53L567.5,400.53L556.62,400.53L545.35,400.53L545.35,389.3L545.35,378.12L544.51,375.54L545.23,373.54L544.8,372.15L545.81,370.58L549.54,370.53L552.24,371.39L555.02,372.36L556.32,372.86L558.48,371.83L559.63,370.9L562.11,370.63L564.1,371.04L564.87,372.66L565.52,371.59L567.76,372.36L569.95,372.55L571.33,371.73z"
245
- },
246
- {
247
- "id":"EH",
248
- "title":"Western Sahara",
249
- "d":"M438.57,383.06L442.19,383.07L450.94,383.1L450.94,383.1L450.94,383.1L442.19,383.07L438.57,383.06L438.46,383.15L438.41,383.19L436.63,386.39L434.77,387.53L433.75,389.44L433.69,391.09L432.94,392.88L432,393.37L430.44,395.31L429.48,397.46L429.66,398.48L428.74,400.05L427.66,400.87L427.53,402.26L427.41,403.53L428.02,402.53L439,402.55L438.47,398.2L439.16,396.65L441.78,396.38L441.69,388.52L450.9,388.69L450.9,383.96L450.96,383.35L450.96,383.14z"
250
- },
251
- {
252
- "id":"ER",
253
- "title":"Eritrea",
254
- "d":"M594,428.17L593.04,427.24L591.89,425.57L590.65,424.65L589.92,423.65L587.48,422.5L585.56,422.47L584.88,421.86L583.24,422.54L581.54,421.23L580.66,423.38L577.4,422.78L577.1,421.63L578.31,417.38L578.58,415.45L579.46,414.55L581.53,414.07L582.95,412.4L584.58,415.78L585.35,418.45L586.89,419.86L590.71,422.58L592.27,424.22L593.79,425.88L594.67,426.86L596.05,427.72L595.2,428.42z"
255
- },
256
- {
257
- "id":"ES",
258
- "title":"Spain",
259
- "d":"M449.92,334.56L450.06,331.88L448.92,330.22L452.88,327.45L456.31,328.15L460.08,328.12L463.06,328.78L465.39,328.58L469.92,328.7L471.04,330.19L476.2,331.92L477.22,331.1L480.38,332.82L483.63,332.33L483.78,334.52L481.12,337.01L477.53,337.79L477.28,339.03L475.55,341.06L474.47,344.02L475.56,346.07L473.94,347.67L473.34,349.97L471.22,350.67L469.23,353.36L465.68,353.41L463,353.35L461.25,354.57L460.18,355.88L458.8,355.59L457.77,354.42L456.97,352.42L454.35,351.88L454.12,350.72L455.16,349.4L455.54,348.44L454.58,347.38L455.35,345.03L454.23,342.86L455.44,342.56L455.55,340.84L456.01,340.31L456.04,337.43L457.34,336.43L456.56,334.55L454.92,334.42L454.44,334.89L452.79,334.9L452.08,333.06L450.94,333.61z"
260
- },
261
- {
262
- "id":"ET",
263
- "title":"Ethiopia",
264
- "d":"M581.54,421.23L583.24,422.54L584.88,421.86L585.56,422.47L587.48,422.5L589.92,423.65L590.65,424.65L591.89,425.57L593.04,427.24L594,428.17L593.01,429.43L592.07,430.76L592.28,431.55L592.33,432.41L593.9,432.46L594.57,432.26L595.19,432.76L594.58,433.77L595.62,435.33L596.65,436.69L597.72,437.7L606.89,441.04L609.25,441.02L601.32,449.44L597.67,449.56L595.17,451.53L593.38,451.58L592.61,452.46L590.69,452.46L589.56,451.52L587,452.69L586.17,453.85L584.3,453.63L583.68,453.31L583.02,453.38L582.14,453.36L578.59,450.98L576.64,450.98L575.68,450.07L575.68,448.5L574.22,448.03L572.57,444.98L571.29,444.33L570.79,443.21L569.37,441.84L567.65,441.64L568.61,440.03L570.09,439.96L570.51,439.1L570.48,436.57L571.31,433.61L572.63,432.81L572.92,431.65L574.12,429.48L575.81,428.06L576.95,425.25L577.4,422.78L580.66,423.38z"
265
- },
266
- {
267
- "id":"FK",
268
- "title":"Falkland Islands",
269
- "d":"M303.66,633.13L307.02,630.44L309.41,631.56L311.09,629.77L313.33,631.78L312.49,633.36L308.7,634.72L307.44,633.13L305.06,635.18z"
270
- },
271
- {
272
- "id":"FI",
273
- "title":"Finland",
274
- "d":"M555.42,193.1L555.01,198.5L559.31,203.49L556.72,208.97L559.98,216.93L558.09,222.69L560.62,227.55L559.47,231.69L563.62,235.95L562.56,239.05L559.96,242.5L553.96,249.91L548.87,250.36L543.94,252.43L539.38,253.61L537.75,250.54L535.04,248.67L535.66,242.95L534.3,237.54L535.64,233.96L538.18,230.02L544.59,223L546.47,221.61L546.17,218.77L542.27,215.55L541.33,212.85L541.25,201.73L536.88,196.58L533.14,192.77L534.82,190.69L537.94,194.84L541.6,194.45L544.61,196.32L547.28,192.88L548.66,187.03L553.01,184.25L556.61,187.51z"
275
- },
276
- {
277
- "id":"FJ",
278
- "title":"Fiji",
279
- "d":"M980.53,508.61l-0.35,1.4l-0.23,0.16l-1.78,0.72l-1.79,0.61l-0.36,-1.09l1.4,-0.6l0.89,-0.16l1.64,-0.91L980.53,508.61zM974.69,512.92l-1.27,-0.36l-1.08,1l0.27,1.29l1.55,0.36l1.74,-0.4l0.46,-1.53l-0.96,-0.84L974.69,512.92z"
280
- },
281
- {
282
- "id":"FR",
283
- "title":"France",
284
- "d":"M502.06,333.54l-0.93,2.89l-1.27,-0.76l-0.65,-2.53l0.57,-1.41l1.81,-1.45L502.06,333.54zM485.31,300.19l1.96,2.06l1.44,-0.34l2.45,1.97l0.63,0.37l0.81,-0.09l1.32,1.12l4.04,0.79l-1.42,2.9l-0.36,2.98l-0.77,0.71l-1.28,-0.38l0.09,1.05l-2.05,2.3l-0.04,1.84l1.34,-0.63l0.96,1.77l-0.12,1.13l0.83,1.5l-0.97,1.21l0.72,3.04l1.52,0.49l-0.32,1.68l-2.54,2.17l-5.53,-1.04l-4.08,1.24l-0.32,2.29l-3.25,0.49l-3.15,-1.72l-1.02,0.82l-5.16,-1.73l-1.12,-1.49l1.45,-2.32l0.53,-7.88l-2.89,-4.26l-2.07,-2.09l-4.29,-1.6l-0.28,-3.07l3.64,-0.92l4.71,1.09l-0.89,-4.84l2.65,1.85l6.53,-3.37l0.84,-3.61l2.45,-0.9l0.41,1.56l1.3,0.07L485.31,300.19z"
285
- },
286
- {
287
- "id":"GA",
288
- "title":"Gabon",
289
- "d":"M506.36,474.48L503.48,471.66L501.62,469.36L499.92,466.48L500.01,465.56L500.62,464.66L501.3,462.64L501.87,460.57L502.82,460.41L506.89,460.44L506.87,457.09L508.2,456.9L509.91,457.28L511.57,456.92L511.92,457.07L511.71,458.29L512.5,459.72L514.58,459.5L515.28,460.05L514.07,463.28L515.39,464.92L515.7,467.1L515.35,468.95L514.49,470.27L512.01,470.15L510.51,468.81L510.29,470.05L508.4,470.39L507.44,471.09L508.49,472.94z"
290
- },
291
- {
292
- "id":"GB",
293
- "title":"United Kingdom",
294
- "d":"M459.38,281l-1.5,3.29l-2.12,-0.98l-1.73,0.07l0.58,-2.57l-0.58,-2.6l2.35,-0.2L459.38,281zM466.83,260.24l-3,5.73l2.86,-0.72l3.07,0.03l-0.73,4.22l-2.52,4.53l2.9,0.32l0.22,0.52l2.5,5.79l1.92,0.77l1.73,5.41l0.8,1.84l3.4,0.88l-0.34,2.93l-1.43,1.33l1.12,2.33l-2.52,2.33l-3.75,-0.04l-4.77,1.21l-1.31,-0.87l-1.85,2.06l-2.59,-0.5l-1.97,1.67l-1.49,-0.87l4.11,-4.64l2.51,-0.97l-0.02,0l-4.38,-0.75l-0.79,-1.8l2.93,-1.41l-1.54,-2.48l0.53,-3.06l4.17,0.42l0,0l0.41,-2.74l-1.88,-2.95l-0.04,-0.07l-3.4,-0.85l-0.67,-1.32l1.02,-2.2l-0.92,-1.37l-1.51,2.34l-0.16,-4.8l-1.42,-2.59l1.02,-5.36l2.18,-4.31l2.24,0.42L466.83,260.24z"
295
- },
296
- {
297
- "id":"GE",
298
- "title":"Georgia",
299
- "d":"M591.76,335.85L592.18,334.25L591.48,331.68L589.86,330.27L588.31,329.83L587.28,328.66L587.62,328.2L589.99,328.86L594.12,329.48L597.94,331.31L598.43,332.02L600.13,331.42L602.75,332.22L603.6,333.77L605.37,334.64L604.64,335.15L606.02,337.17L605.64,337.6L604.13,337.38L602.04,336.32L601.35,336.92L597.45,337.5L594.75,335.68z"
300
- },
301
- {
302
- "id":"GF",
303
- "title":"French Guiana",
304
- "d":"M327.89,456.41l-1.07,1.06l-1.34,0.2l-0.38,-0.78l-0.63,-0.12l-0.87,0.76l-1.22,-0.57l0.71,-1.19l0.24,-1.27l0.48,-1.2l-1.09,-1.65l-0.22,-1.91l1.46,-2.41l0.95,0.31l2.06,0.66l2.97,2.36l0.46,1.14l-1.66,2.55L327.89,456.41z"
305
- },
306
- {
307
- "id":"GH",
308
- "title":"Ghana",
309
- "d":"M478.23,446.84L473.83,448.48L472.27,449.44L469.74,450.25L467.24,449.46L467.37,448.35L466.16,445.94L466.89,442.77L468.07,440.41L467.33,436.4L466.94,434.27L467.01,432.66L471.88,432.53L473.12,432.74L474.02,432.28L475.32,432.5L475.11,433.39L476.28,434.85L476.28,436.9L476.55,439.12L477.25,440.15L476.63,442.68L476.85,444.08L477.6,445.86z"
310
- },
311
- {
312
- "id":"GL",
313
- "title":"Greenland",
314
- "d":"M344.13,23.91L353.55,10.3L363.39,11.37L366.96,2.42L376.87,0L399.27,3.15L416.81,21.74L411.63,30.04L400.9,30.97L385.81,33L387.22,36.64L397.15,34.4L405.59,41.31L411.04,35.19L413.37,42.34L410.29,53.31L417.43,46.38L431.04,38.83L439.45,42.64L441.02,50.76L429.59,63.42L428.01,67.32L419.05,70.18L425.54,70.97L422.26,82.48L420,92.07L420.09,107.33L423.46,115.67L419.08,116.18L414.47,120.06L419.64,126.36L420.3,135.98L417.3,137L420.93,146.15L414.71,146.9L417.96,151.04L417.04,154.55L413.09,156.06L409.18,156.09L412.69,162.57L412.73,166.7L407.18,162.87L405.74,165.36L409.52,167.65L413.2,173.13L414.26,180.08L409.26,181.7L407.1,178.44L403.63,173.46L404.59,179.33L401.34,183.74L408.72,184.09L412.59,184.54L405.07,191.57L397.45,197.7L389.25,200.31L386.16,200.35L383.26,203.22L379.36,210.85L373.33,215.74L371.39,216.03L367.65,217.7L363.63,219.29L361.22,223.41L361.18,227.97L359.77,232.13L355.19,237.08L356.32,241.79L355.06,246.64L353.63,252.2L349.68,252.54L345.54,247.91L339.93,247.88L337.21,244.7L335.34,238.9L330.48,231.22L329.06,227.07L328.68,221.18L324.79,214.91L325.8,209.74L323.93,207.21L326.7,198.56L330.92,195.71L332.03,192.45L332.62,186.19L329.41,189.05L327.89,190.24L325.37,191.38L321.93,188.77L321.74,183.22L322.84,178.74L325.44,178.62L331.16,180.87L326.34,175.44L323.83,172.43L321.04,173.67L318.7,171.48L321.83,162.98L320.13,159.45L317.9,152.71L314.53,141.8L310.96,137.63L310.99,133L303.46,126.31L297.51,125.46L290.02,125.93L283.18,126.79L279.92,123.04L275.05,115.38L282.41,111.41L288.06,110.73L276.06,107.37L269.74,101.93L270.13,96.59L280.74,89.72L291.01,82.56L292.09,76.92L284.53,71.16L286.97,64.52L296.68,52.19L300.76,50.21L299.59,41.64L306.23,36.4L314.85,33.19L323.47,33.01L326.53,39.31L333.97,27.99L340.66,35.77L344.59,37.36L350.42,43.77L343.75,33z"
315
- },
316
- {
317
- "id":"GM",
318
- "title":"Gambia",
319
- "d":"M428.03,426.43L428.39,425.16L431.44,425.07L432.08,424.4L432.97,424.35L434.07,425.06L434.94,425.07L435.87,424.59L436.43,425.41L435.22,426.06L434,426.01L432.8,425.4L431.76,426.06L431.26,426.09L430.58,426.49z"
320
- },
321
- {
322
- "id":"GN",
323
- "title":"Guinea",
324
- "d":"M451.59,441.91L450.8,441.84L450.23,442.97L449.43,442.96L448.89,442.36L449.07,441.23L447.9,439.51L447.17,439.82L446.57,439.89L445.8,440.05L445.83,439.02L445.38,438.28L445.47,437.46L444.86,436.27L444.08,435.26L441.84,435.26L441.19,435.79L440.41,435.85L439.93,436.46L439.61,437.25L438.11,438.49L436.88,436.82L435.79,435.71L435.07,435.35L434.37,434.78L434.06,433.53L433.65,432.91L432.83,432.44L434.08,431.06L434.93,431.11L435.66,430.63L436.28,430.63L436.72,430.25L436.48,429.31L436.79,429.01L436.84,428.04L438.19,428.07L440.21,428.77L440.83,428.7L441.04,428.39L442.56,428.61L442.97,428.45L443.13,429.5L443.58,429.49L444.31,429.11L444.77,429.21L445.55,429.93L446.75,430.16L447.52,429.54L448.43,429.16L449.1,428.76L449.66,428.84L450.28,429.46L450.62,430.25L451.77,431.44L451.19,432.17L451.08,433.09L451.68,432.81L452.03,433.15L451.88,433.99L452.74,434.81L452.18,435.02L451.95,435.99L452.6,437.15L453.29,439.41L452.25,439.75L451.98,440.14L452.2,440.68L452.04,441.91z"
325
- },
326
- {
327
- "id":"GQ",
328
- "title":"Equatorial Guinea",
329
- "d":"M501.87,460.57L501.34,460.15L502.31,457.02L506.87,457.09L506.89,460.44L502.82,460.41z"
330
- },
331
- {
332
- "id":"GR",
333
- "title":"Greece",
334
- "d":"M541.7,356.71l1.53,1.16l2.18,-0.2l2.09,0.24l-0.07,0.59l1.53,-0.41l-0.35,1.01l-4.04,0.29l0.03,-0.56l-3.42,-0.67L541.7,356.71zM549.85,335.75l-0.87,2.33l-0.67,0.41l-1.71,-0.1l-1.46,-0.35l-3.4,0.96l1.94,2.06l-1.42,0.59l-1.56,0l-1.48,-1.88l-0.53,0.8l0.63,2.18l1.4,1.7l-1.06,0.79l1.56,1.65l1.39,1.03l0.04,2l-2.59,-0.94l0.83,1.8l-1.78,0.37l1.06,3.08l-1.86,0.04l-2.3,-1.51l-1.05,-2.81l-0.49,-2.36l-1.09,-1.64l-1.44,-2.05l-0.19,-1.03l1.3,-1.76l0.17,-1.19l0.91,-0.53l0.06,-0.97l1.83,-0.33l1.07,-0.81l1.52,0.07l0.46,-0.65l0.53,-0.12l2.07,0.11l2.24,-1.02l1.98,1.3l2.55,-0.35l0.03,-1.86L549.85,335.75z"
335
- },
336
- {
337
- "id":"GT",
338
- "title":"Guatemala",
339
- "d":"M222.64,424.75L221.2,424.25L219.45,424.2L218.17,423.63L216.66,422.45L216.73,421.61L217.05,420.93L216.66,420.39L218.01,418.03L221.6,418.02L221.68,417.04L221.22,416.86L220.91,416.23L219.87,415.56L218.83,414.58L220.1,414.58L220.1,412.93L222.72,412.93L225.31,412.96L225.29,415.27L225.07,418.55L225.9,418.55L226.82,419.08L227.06,418.64L227.88,419.01L226.61,420.12L225.28,420.93L225.08,421.48L225.3,422.04L224.72,422.78L224.06,422.95L224.21,423.29L223.69,423.61L222.73,424.33z"
340
- },
341
- {
342
- "id":"GW",
343
- "title":"Guinea-Bissau",
344
- "d":"M432.83,432.44L431.33,431.25L430.15,431.07L429.51,430.26L429.52,429.83L428.67,429.23L428.49,428.62L429.98,428.15L430.91,428.24L431.66,427.92L436.84,428.04L436.79,429.01L436.48,429.31L436.72,430.25L436.28,430.63L435.66,430.63L434.93,431.11L434.08,431.06z"
345
- },
346
- {
347
- "id":"GY",
348
- "title":"Guyana",
349
- "d":"M307.7,440L309.54,441.03L311.28,442.86L311.35,444.31L312.41,444.38L313.91,445.74L315.02,446.72L314.57,449.24L312.87,449.97L313.02,450.62L312.5,452.07L313.75,454.09L314.64,454.1L315.01,455.67L316.72,458.09L316.04,458.19L314.49,457.96L313.58,458.7L312.31,459.19L311.43,459.31L311.12,459.85L309.74,459.71L308.01,458.41L307.81,457.12L307.09,455.71L307.54,453.33L308.32,452.35L307.67,451.05L306.71,450.63L307.08,449.4L306.42,448.76L304.96,448.88L303.07,446.76L303.83,445.99L303.77,444.69L305.5,444.24L306.19,443.72L305.23,442.68L305.48,441.65z"
350
- },
351
- {
352
- "id":"HN",
353
- "title":"Honduras",
354
- "d":"M230.43,426.9L229.95,426.01L229.09,425.76L229.29,424.61L228.91,424.3L228.33,424.1L227.1,424.44L227,424.05L226.15,423.59L225.55,423.02L224.72,422.78L225.3,422.04L225.08,421.48L225.28,420.93L226.61,420.12L227.88,419.01L228.17,419.13L228.79,418.62L229.59,418.58L229.85,418.81L230.29,418.67L231.59,418.93L232.89,418.85L233.79,418.53L234.12,418.21L235.01,418.36L235.68,418.56L236.41,418.49L236.97,418.24L238.25,418.64L238.7,418.7L239.55,419.24L240.36,419.89L241.38,420.33L242.12,421.13L241.16,421.07L240.77,421.46L239.8,421.84L239.09,421.84L238.47,422.21L237.91,422.08L237.43,421.64L237.14,421.72L236.78,422.41L236.51,422.38L236.46,422.98L235.48,423.77L234.97,424.11L234.68,424.47L233.85,423.89L233.25,424.65L232.66,424.63L232,424.7L232.06,426.11L231.65,426.13L231.3,426.79z"
355
- },
356
- {
357
- "id":"HR",
358
- "title":"Croatia",
359
- "d":"M528.05,318.93L528.73,320.48L529.62,321.62L528.54,323.11L527.27,322.23L525.33,322.29L522.92,321.63L521.61,321.72L521.01,322.54L520,321.63L519.41,323.27L520.79,325.1L521.39,326.31L522.68,327.76L523.75,328.61L524.81,330.22L527.29,331.66L526.98,332.3L524.35,330.9L522.72,329.52L520.16,328.38L517.8,325.53L518.37,325.23L517.09,323.59L517.03,322.25L515.23,321.63L514.37,323.34L513.54,322.01L513.61,320.63L513.71,320.57L515.66,320.71L516.18,320.03L517.13,320.68L518.23,320.76L518.22,319.64L519.19,319.23L519.47,317.61L521.7,316.53L522.59,317.03L524.69,318.76L527,319.53z"
360
- },
361
- {
362
- "id":"HT",
363
- "title":"Haiti",
364
- "d":"M270.04,406.75L271.75,406.88L274.18,407.35L274.43,408.96L274.21,410.09L273.53,410.59L274.25,411.47L274.19,412.27L272.33,411.77L271.01,411.97L269.3,411.76L267.99,412.31L266.48,411.39L266.73,410.44L269.31,410.85L271.43,411.09L272.44,410.43L271.16,409.16L271.18,408.03L269.41,407.57z"
365
- },
366
- {
367
- "id":"HU",
368
- "title":"Hungary",
369
- "d":"M520.68,315.11L521.61,312.46L521.07,311.57L522.65,311.56L522.86,309.85L524.29,310.92L525.32,311.38L527.68,310.87L527.9,310.03L529.02,309.9L530.38,309.25L530.68,309.52L532,309L532.66,308L533.58,307.75L536.58,309.03L537.18,308.6L538.73,309.74L538.93,310.86L537.22,311.73L535.89,314.53L534.2,317.29L531.95,318.05L530.2,317.88L528.05,318.93L527,319.53L524.69,318.76L522.59,317.03L521.7,316.53L521.15,315.16z"
370
- },
371
- {
372
- "id":"ID",
373
- "title":"Indonesia",
374
- "d":"M813.72,492.06l-1.18,0.05l-3.72,-1.98l2.61,-0.56l1.47,0.86l0.98,0.86L813.72,492.06zM824.15,491.78l-2.4,0.62l-0.34,-0.34l0.25,-0.96l1.21,-1.72l2.77,-1.12l0.28,0.56l0.05,0.86L824.15,491.78zM805.83,486.01l1.01,0.75l1.73,-0.23l0.7,1.2l-3.24,0.57l-1.94,0.38l-1.51,-0.02l0.96,-1.62l1.54,-0.02L805.83,486.01zM819.86,486l-0.41,1.56l-4.21,0.8l-3.73,-0.35l-0.01,-1.03l2.23,-0.59l1.76,0.84l1.87,-0.21L819.86,486zM779.82,482.31l5.37,0.28l0.62,-1.16l5.2,1.35l1.02,1.82l4.21,0.51l3.44,1.67l-3.2,1.07l-3.08,-1.13l-2.54,0.08l-2.91,-0.21l-2.62,-0.51l-3.25,-1.07l-2.06,-0.28l-1.17,0.35l-5.11,-1.16l-0.49,-1.21l-2.57,-0.21l1.92,-2.68l3.4,0.17l2.26,1.09l1.16,0.21L779.82,482.31zM853,480.73l-1.44,1.91l-0.27,-2.11l0.5,-1.01l0.59,-0.95l0.64,0.82L853,480.73zM832.04,473.02l-1.05,0.93l-1.94,-0.51l-0.55,-1.2l2.84,-0.13L832.04,473.02zM841.08,472.01l1.02,2.13l-2.37,-1.15l-2.34,-0.23l-1.58,0.18l-1.94,-0.1l0.67,-1.53l3.46,-0.12L841.08,472.01zM851.37,466.59l0.78,4.51l2.9,1.67l2.34,-2.96l3.22,-1.68l2.49,0l2.4,0.97l2.08,1l3.01,0.53l0.05,9.1l0.05,9.16l-2.5,-2.31l-2.85,-0.57l-0.69,0.8l-3.55,0.09l1.19,-2.29l1.77,-0.78l-0.73,-3.05l-1.35,-2.35l-5.44,-2.37l-2.31,-0.23l-4.21,-2.58l-0.83,1.36l-1.08,0.25l-0.64,-1.02l-0.01,-1.21l-2.14,-1.37l3.02,-1l2,0.05l-0.24,-0.74l-4.1,-0.01l-1.11,-1.66l-2.5,-0.51l-1.19,-1.38l3.78,-0.67l1.44,-0.91l4.5,1.14L851.37,466.59zM826.41,459.43l-2.25,2.76l-2.11,0.54l-2.7,-0.54l-4.67,0.14l-2.45,0.4l-0.4,2.11l2.51,2.48l1.51,-1.26l5.23,-0.95l-0.23,1.28l-1.22,-0.4l-1.22,1.63l-2.47,1.08l2.65,3.57l-0.51,0.96l2.52,3.22l-0.02,1.84l-1.5,0.82l-1.1,-0.98l1.36,-2.29l-2.75,1.08l-0.7,-0.77l0.36,-1.08l-2.02,-1.64l0.21,-2.72l-1.87,0.85l0.24,3.25l0.11,4l-1.78,0.41l-1.2,-0.82l0.8,-2.57l-0.43,-2.69l-1.18,-0.02l-0.87,-1.91l1.16,-1.83l0.4,-2.21l1.41,-4.2l0.59,-1.15l2.38,-2.07l2.19,0.82l3.54,0.39l3.22,-0.12l2.77,-2.02L826.41,459.43zM836.08,460.23l-0.15,2.43l-1.45,-0.27l-0.43,1.69l1.16,1.47l-0.79,0.33l-1.13,-1.76l-0.83,-3.56l0.56,-2.23l0.93,-1.01l0.2,1.52l1.66,0.24L836.08,460.23zM805.76,458.29l3.14,2.58l-3.32,0.33l-0.94,1.9l0.12,2.52l-2.7,1.91L802,470.3l-1.08,4.27l-0.41,-0.99l-3.19,1.26l-1.11,-1.71l-2,-0.16l-1.4,-0.89l-3.33,1l-1.02,-1.35l-1.84,0.15l-2.31,-0.32l-0.43,-3.74l-1.4,-0.77l-1.35,-2.38l-0.39,-2.44l0.33,-2.58l1.67,-1.85l0.47,1.86l1.92,1.57l1.81,-0.57l1.79,0.2l1.63,-1.41l1.34,-0.24l2.65,0.78l2.29,-0.59l1.44,-3.88l1.08,-0.97l0.97,-3.17l3.22,0l2.43,0.47l-1.59,2.52l2.06,2.64L805.76,458.29zM771.95,479.71l-3.1,0.06l-2.36,-2.34l-3.6,-2.28l-1.2,-1.69l-2.12,-2.27l-1.39,-2.09l-2.13,-3.9l-2.46,-2.32l-0.82,-2.39l-1.03,-2.17l-2.53,-1.75l-1.47,-2.39l-2.11,-1.56l-2.92,-3.08l-0.25,-1.42l1.81,0.11l4.34,0.54l2.48,2.73l2.17,1.89l1.55,1.16l2.66,3l2.85,0.04l2.36,1.91l1.62,2.33l2.13,1.27l-1.12,2.27l1.61,0.97l1.01,0.07l0.48,1.94l0.98,1.56l2.06,0.25l1.36,1.76l-0.7,3.47L771.95,479.71z"
375
- },
376
- {
377
- "id":"IE",
378
- "title":"Ireland",
379
- "d":"M457.88,284.29L458.34,287.65L456.22,291.77L451.25,294.45L447.28,293.77L449.55,288.99L448.09,284.22L451.9,280.47L454.02,278.2L454.6,280.8L454.02,283.37L455.76,283.31z"
380
- },
381
- {
382
- "id":"IL",
383
- "title":"Israel",
384
- "d":"M575.41,366.82L574.92,367.87L573.9,367.41L573.32,369.61L574.02,369.97L573.31,370.43L573.18,371.29L574.5,370.84L574.57,372.11L573.17,377.28L571.33,371.73L572.14,370.65L571.95,370.46L572.69,368.93L573.26,366.43L573.66,365.59L573.74,365.56L574.68,365.56L574.94,364.98L575.69,364.93L575.73,366.3L575.35,366.8z"
385
- },
386
- {
387
- "id":"IN",
388
- "title":"India",
389
- "d":"M693.5,357.44L696.51,361.43L696.23,364.17L697.34,365.88L697.25,367.57L695.24,367.13L696.03,370.76L698.78,372.82L702.68,375.09L700.9,376.55L699.81,379.54L702.53,380.74L705.17,382.29L708.83,384.06L712.67,384.47L714.29,386.06L716.45,386.35L719.83,387.08L722.16,387.03L722.48,385.79L722.11,383.8L722.33,382.45L724.04,381.78L724.28,384.26L724.33,384.89L726.88,386.08L728.65,385.59L731.01,385.8L733.3,385.71L733.5,383.78L732.36,382.78L734.62,382.38L737.17,380.03L740.4,378L742.75,378.78L744.75,377.44L746.07,379.42L745.12,380.76L748.14,381.23L748.36,382.43L747.37,383.01L747.6,384.94L745.6,384.37L741.97,386.53L742.05,388.31L740.51,390.91L740.36,392.41L739.11,394.93L736.92,394.23L736.81,397.38L736.18,398.41L736.48,399.69L735.09,400.41L733.62,395.61L732.84,395.62L732.38,397.56L730.85,395.98L731.71,394.25L732.97,394.07L734.26,391.48L732.65,390.95L730.04,391L727.38,390.58L727.13,388.43L725.79,388.27L723.57,386.93L722.58,389.04L724.6,390.67L722.85,391.82L722.23,392.94L723.95,393.76L723.48,395.6L724.45,397.88L724.89,400.36L724.48,401.46L722.58,401.42L719.12,402.04L719.28,404.29L717.78,406.05L713.75,408.05L710.61,411.51L708.5,413.36L705.71,415.27L705.71,416.61L704.31,417.33L701.78,418.36L700.47,418.52L699.63,420.72L700.21,424.47L700.36,426.84L699.18,429.55L699.16,434.38L697.71,434.52L696.44,436.67L697.29,437.6L694.73,438.4L693.79,440.32L692.66,441.13L690.01,438.5L688.71,434.54L687.63,431.68L686.65,430.34L685.16,427.6L684.47,424.02L683.98,422.22L681.43,418.25L680.27,412.61L679.43,408.84L679.44,405.26L678.9,402.46L674.82,404.25L672.84,403.89L669.18,400.26L670.53,399.17L669.7,397.99L666.41,395.41L668.28,393.37L674.45,393.38L673.89,390.74L672.32,389.18L672,386.79L670.16,385.39L673.25,382.09L676.51,382.33L679.44,379.01L681.2,375.75L683.92,372.51L683.88,370.18L686.27,368.27L684,366.64L683.03,364.39L682.04,361.44L683.41,359.98L687.67,360.81L690.79,360.3z"
390
- },
391
- {
392
- "id":"IQ",
393
- "title":"Iraq",
394
- "d":"M602.61,355.77L604.44,356.81L604.66,358.81L603.24,359.98L602.59,362.62L604.54,365.8L607.97,367.62L609.42,370.12L608.96,372.49L609.85,372.49L609.88,374.22L611.43,375.91L609.77,375.76L607.88,375.49L605.82,378.57L600.61,378.31L592.71,371.82L588.53,369.53L585.15,368.64L584.02,364.6L590.23,361.1L591.29,356.98L591.02,354.46L592.56,353.6L594,351.42L595.2,350.87L598.46,351.33L599.45,352.22L600.79,351.63z"
395
- },
396
- {
397
- "id":"IR",
398
- "title":"Iran",
399
- "d":"M626.44,351.53L628.91,350.85L630.9,348.83L632.77,348.93L634,348.27L636,348.6L639.1,350.39L641.34,350.78L644.54,353.87L646.63,353.99L646.88,356.9L645.74,361.15L644.97,363.6L646.19,364.09L644.99,365.92L645.91,368.56L646.13,370.65L648.25,371.2L648.48,373.3L645.94,376.23L647.32,377.91L648.45,379.84L651.13,381.24L651.21,384.01L652.55,384.52L652.78,385.96L648.74,387.57L647.68,391.17L642.41,390.24L639.35,389.53L636.19,389.12L634.99,385.31L633.65,384.75L631.49,385.31L628.67,386.82L625.24,385.79L622.41,383.38L619.71,382.48L617.84,379.47L615.77,375.2L614.26,375.72L612.48,374.65L611.43,375.91L609.88,374.22L609.85,372.49L608.96,372.49L609.42,370.12L607.97,367.62L604.54,365.8L602.59,362.62L603.24,359.98L604.66,358.81L604.44,356.81L602.61,355.77L600.79,351.63L599.26,348.8L599.8,347.71L598.93,343.59L600.85,342.56L601.29,343.93L602.71,345.59L604.63,346.06L605.65,345.96L608.96,343.3L610.01,343.03L610.83,344.1L609.87,345.88L611.62,347.74L612.31,347.57L613.2,350.18L615.86,350.91L617.81,352.67L621.79,353.27L626.17,352.35z"
400
- },
401
- {
402
- "id":"IS",
403
- "title":"Iceland",
404
- "d":"M434.57,212.43L433.93,216.91L437.09,221.51L433.45,226.52L425.36,230.9L422.94,232.05L419.25,231.12L411.43,229.11L414.19,226.27L408.09,223.07L413.05,221.79L412.93,219.82L407.05,218.25L408.94,213.78L413.19,212.75L417.56,217.43L421.82,213.68L425.35,215.64L429.92,211.93z"
405
- },
406
- {
407
- "id":"IT",
408
- "title":"Italy",
409
- "d":"M518.77,347.88l-1.01,2.78l0.42,1.09l-0.59,1.79l-2.14,-1.31l-1.43,-0.38l-3.91,-1.79l0.39,-1.82l3.28,0.32l2.86,-0.39L518.77,347.88zM501.08,337.06l1.68,2.62l-0.39,4.81l-1.27,-0.23l-1.14,1.2l-1.06,-0.95l-0.11,-4.38l-0.64,-2.1l1.54,0.19L501.08,337.06zM509.95,315.46l4.01,1.05l-0.3,1.99l0.67,1.71l-2.23,-0.58l-2.28,1.42l0.16,1.97l-0.34,1.12l0.92,1.99l2.63,1.95l1.41,3.17l3.12,3.05l2.2,-0.02l0.68,0.83l-0.79,0.74l2.51,1.35l2.06,1.12l2.4,1.92l0.29,0.68l-0.52,1.31l-1.56,-1.7l-2.44,-0.6l-1.18,2.36l2.03,1.34l-0.33,1.88l-1.17,0.21l-1.5,3.06l-1.17,0.27l0.01,-1.08l0.57,-1.91l0.61,-0.77l-1.09,-2.09l-0.86,-1.83l-1.16,-0.46l-0.83,-1.58l-1.8,-0.67l-1.21,-1.49l-2.07,-0.24l-2.19,-1.68l-2.56,-2.45l-1.91,-2.19l-0.87,-3.8l-1.4,-0.45l-2.28,-1.29l-1.29,0.53l-1.62,1.8l-1.17,0.28l0.32,-1.68l-1.52,-0.49l-0.72,-3.04l0.97,-1.21l-0.83,-1.5l0.12,-1.13l1.21,0.86l1.35,-0.19l1.57,-1.36l0.49,0.64l1.34,-0.13l0.61,-1.63l2.07,0.51l1.24,-0.68l0.22,-1.67l1.7,0.58l0.33,-0.78l2.77,-0.71L509.95,315.46z"
410
- },
411
- {
412
- "id":"JM",
413
- "title":"Jamaica",
414
- "d":"M257.76,410.96L259.65,411.22L261.14,411.93L261.6,412.73L259.63,412.78L258.78,413.27L257.21,412.8L255.61,411.73L255.94,411.06L257.12,410.86z"
415
- },
416
- {
417
- "id":"JO",
418
- "title":"Jordan",
419
- "d":"M574.92,367.87L575.41,366.82L578.53,368.14L584.02,364.6L585.15,368.64L584.62,369.13L579,370.78L581.8,374.04L580.87,374.58L580.41,375.67L578.27,376.11L577.6,377.27L576.38,378.25L573.26,377.74L573.17,377.28L574.57,372.11L574.5,370.84L574.92,369.88z"
420
- },
421
- {
422
- "id":"JP",
423
- "title":"Japan",
424
- "d":"M852.76,362.01l0.36,1.15l-1.58,2.03l-1.15,-1.07l-1.44,0.78l-0.74,1.95l-1.83,-0.95l0.02,-1.58l1.55,-2l1.59,0.39l1.15,-1.42L852.76,362.01zM870.53,351.73l-1.06,2.78l0.49,1.73l-1.46,2.42l-3.58,1.6l-4.93,0.21l-4,3.84l-1.88,-1.29L854,360.5l-4.88,0.75l-3.32,1.59l-3.28,0.06l2.84,2.46l-1.87,5.61l-1.81,1.37l-1.36,-1.27l0.69,-2.96l-1.77,-0.96l-1.14,-2.28l2.65,-1.03l1.47,-2.11l2.82,-1.75l2.06,-2.33l5.58,-1.02l3,0.7l2.93,-6.17l1.87,1.67l4.11,-3.51l1.59,-1.38l1.76,-4.38l-0.48,-4.1l1.18,-2.33l2.98,-0.68l1.53,5.11l-0.08,2.94l-2.59,3.6L870.53,351.73zM878.76,325.8l1.97,0.83l1.98,-1.65l0.62,4.35l-4.16,1.05l-2.46,3.76l-4.41,-2.58l-1.53,4.12l-3.12,0.06l-0.39,-3.74l1.39,-2.94l3,-0.21l0.82,-5.38l0.83,-3.09l3.29,4.12L878.76,325.8z"
425
- },
426
- {
427
- "id":"KE",
428
- "title":"Kenya",
429
- "d":"M590.19,465.78L591.85,468.07L589.89,469.19L589.2,470.35L588.14,470.55L587.75,472.52L586.85,473.64L586.3,475.5L585.17,476.42L581.15,473.63L580.95,472.01L570.79,466.34L570.31,466.03L570.29,463.08L571.09,461.95L572.47,460.11L573.49,458.08L572.26,454.88L571.93,453.48L570.6,451.54L572.32,449.87L574.22,448.03L575.68,448.5L575.68,450.07L576.64,450.98L578.59,450.98L582.14,453.36L583.02,453.38L583.68,453.31L584.3,453.63L586.17,453.85L587,452.69L589.56,451.52L590.69,452.46L592.61,452.46L590.16,455.63z"
430
- },
431
- {
432
- "id":"KG",
433
- "title":"Kyrgyzstan",
434
- "d":"M674.22,333.11L674.85,331.45L676.69,330.91L681.31,332.22L681.74,329.98L683.33,329.18L687.33,330.79L688.35,330.37L693,330.47L697.16,330.87L698.56,332.24L700.29,332.79L699.9,333.65L695.48,335.68L694.48,337.16L690.88,337.6L689.82,339.95L686.85,339.46L684.92,340.18L682.24,341.9L682.63,342.75L681.83,343.58L676.53,344.13L673.06,342.96L670.02,343.24L670.29,341.14L673.34,341.75L674.37,340.62L676.5,340.98L680.09,338.34L676.77,336.38L674.77,337.31L672.7,335.91L675.05,333.48z"
435
- },
436
- {
437
- "id":"KH",
438
- "title":"Cambodia",
439
- "d":"M765.44,433.6L764.3,432.12L762.89,429.18L762.22,425.73L764.02,423.35L767.64,422.8L770.27,423.21L772.58,424.34L773.85,422.35L776.34,423.41L776.99,425.33L776.64,428.75L771.93,430.94L773.16,432.67L770.22,432.87L767.79,434.01z"
440
- },
441
- {
442
- "id":"KP",
443
- "title":"North Korea",
444
- "d":"M841.55,332.62L841.94,333.29L840.88,333.06L839.66,334.33L838.82,335.61L838.93,338.28L837.48,339.09L836.98,339.74L835.92,340.82L834.05,341.42L832.84,342.4L832.75,343.97L832.42,344.37L833.54,344.95L835.13,346.53L834.72,347.39L833.53,347.62L831.55,347.79L830.46,349.39L829.2,349.27L829.03,349.59L827.67,348.92L827.33,349.58L826.51,349.87L826.41,349.21L825.68,348.89L824.93,348.32L825.7,346.75L826.36,346.33L826.11,345.68L826.82,343.74L826.63,343.15L825,342.75L823.68,341.78L825.96,339.43L829.05,337.45L830.98,334.8L832.31,335.97L834.73,336.11L834.29,334.14L838.62,332.51L839.74,330.38z"
445
- },
446
- {
447
- "id":"KR",
448
- "title":"South Korea",
449
- "d":"M835.13,346.53L837.55,350.71L838.24,352.98L838.26,356.96L837.21,358.84L834.67,359.5L832.43,360.91L829.9,361.2L829.59,359.35L830.11,356.78L828.87,353.18L830.95,352.59L829.03,349.59L829.2,349.27L830.46,349.39L831.55,347.79L833.53,347.62L834.72,347.39z"
450
- },
451
- {
452
- "id":"XK",
453
- "title":"Kosovo",
454
- "d":"M533.47,333.92L533.34,334.69L532.98,334.66L532.8,333.29L532.13,332.91L531.53,331.89L532.05,331.04L532.72,330.76L533.11,329.5L533.61,329.28L534.01,329.82L534.54,330.06L534.9,330.67L535.36,330.85L535.91,331.55L536.31,331.53L535.99,332.46L535.66,332.91L535.75,333.19L535.12,333.33z"
455
- },
456
- {
457
- "id":"KW",
458
- "title":"Kuwait",
459
- "d":"M609.77,375.76L610.35,377.17L610.1,377.9L611,380.31L609.02,380.39L608.32,378.88L605.82,378.57L607.88,375.49z"
460
- },
461
- {
462
- "id":"KZ",
463
- "title":"Kazakhstan",
464
- "d":"M674.22,333.11L672.61,333.81L668.92,336.42L667.69,339.07L666.64,339.09L665.88,337.34L662.31,337.22L661.74,334.16L660.37,334.13L660.58,330.33L657.23,327.53L652.42,327.83L649.13,328.39L646.45,324.89L644.16,323.41L639.81,320.57L639.29,320.22L632.07,322.57L632.18,336.7L630.74,336.88L628.78,333.95L626.88,332.89L623.7,333.68L622.46,334.93L622.3,334.01L622.99,332.44L622.46,331.12L619.21,329.82L617.94,326.35L616.4,325.37L616.3,324.09L619.03,324.46L619.14,321.58L621.52,320.94L623.97,321.53L624.48,317.62L623.98,315.11L621.17,315.31L618.79,314.31L615.54,316.1L612.93,316.96L611.5,316.3L611.79,314.2L610,311.44L607.92,311.55L605.54,308.72L607.16,305.5L606.34,304.63L608.57,299.86L611.46,302.39L611.81,299.2L617.59,294.35L621.97,294.23L628.16,297.33L631.47,299.12L634.45,297.25L638.89,297.17L642.48,299.46L643.3,298.15L647.23,298.34L647.94,296.23L643.39,293.14L646.08,290.91L645.56,289.66L648.25,288.45L646.23,285.25L647.51,283.63L658,281.97L659.37,280.78L666.39,278.99L668.91,276.95L673.95,278.01L674.83,283.02L677.76,281.86L681.36,283.49L681.13,286.07L683.82,285.8L690.84,281.31L689.82,282.81L693.4,286.47L699.66,298.05L701.16,295.72L705.02,298.28L709.05,297.14L710.59,297.94L711.94,300.49L713.9,301.33L715.1,303.18L718.71,302.6L720.2,305.23L718.06,308.06L715.73,308.46L715.6,312.64L714.04,314.5L708.48,313.15L706.46,320.41L705.02,321.3L699.47,322.88L701.99,329.63L700.07,330.63L700.29,332.79L698.56,332.24L697.16,330.87L693,330.47L688.35,330.37L687.33,330.79L683.33,329.18L681.74,329.98L681.31,332.22L676.69,330.91L674.85,331.45z"
465
- },
466
- {
467
- "id":"LA",
468
- "title":"Lao People's Democratic Republic",
469
- "d":"M770.27,423.21L771.18,421.91L771.31,419.47L769.04,416.94L768.86,414.07L766.73,411.69L764.61,411.49L764.05,412.51L762.4,412.59L761.56,412.08L758.61,413.82L758.54,411.2L759.23,408.09L757.34,407.96L757.18,406.18L755.96,405.26L756.56,404.16L758.95,402.22L759.2,402.92L760.69,403L760.27,399.57L761.72,399.13L763.36,401.5L764.62,404.22L768.07,404.25L769.16,406.84L767.37,407.61L766.56,408.68L769.92,410.44L772.25,413.9L774.02,416.47L776.14,418.49L776.85,420.53L776.34,423.41L773.85,422.35L772.58,424.34z"
470
- },
471
- {
472
- "id":"LB",
473
- "title":"Lebanon",
474
- "d":"M575.69,364.93L574.94,364.98L574.68,365.56L573.74,365.56L574.74,362.83L576.13,360.45L576.19,360.33L577.45,360.51L577.91,361.83L576.38,363.1z"
475
- },
476
- {
477
- "id":"LK",
478
- "title":"Sri Lanka",
479
- "d":"M704.57,442.37L704.15,445.29L702.98,446.09L700.54,446.73L699.2,444.5L698.71,440.47L699.98,435.89L701.91,437.46L703.22,439.44z"
480
- },
481
- {
482
- "id":"LR",
483
- "title":"Liberia",
484
- "d":"M453.63,451.22L452.89,451.24L450,449.91L447.46,447.78L445.07,446.25L443.18,444.44L443.85,443.54L444,442.73L445.26,441.2L446.57,439.89L447.17,439.82L447.9,439.51L449.07,441.23L448.89,442.36L449.43,442.96L450.23,442.97L450.8,441.84L451.59,441.91L451.46,442.73L451.74,444.09L451.13,445.33L451.95,446.1L452.84,446.29L454.03,447.46L454.11,448.57L453.84,448.92z"
485
- },
486
- {
487
- "id":"LS",
488
- "title":"Lesotho",
489
- "d":"M556.5,547.75L557.48,548.71L556.62,550.27L556.14,551.32L554.58,551.82L554.06,552.86L553.06,553.18L550.96,550.69L552.45,548.66L553.97,547.41L555.28,546.77z"
490
- },
491
- {
492
- "id":"LT",
493
- "title":"Lithuania",
494
- "d":"M538.99,282.09L538.76,280.87L539.06,279.54L537.82,278.77L534.89,277.91L534.29,273.75L537.5,272.2L542.2,272.53L544.96,272.03L545.35,273.08L546.84,273.4L549.54,275.82L549.8,278.02L547.5,279.59L546.85,282.31L543.81,284.11L541.1,284.07L540.43,282.61z"
495
- },
496
- {
497
- "id":"LU",
498
- "title":"Luxembourg",
499
- "d":"M492.2,301.29L492.76,302.27L492.6,304.16L491.79,304.26L491.16,303.88L491.47,301.45z"
500
- },
501
- {
502
- "id":"LV",
503
- "title":"Latvia",
504
- "d":"M534.29,273.75L534.39,269.94L535.77,266.7L538.41,264.92L540.63,268.8L542.88,268.7L543.42,264.71L545.81,263.78L547.04,264.43L549.45,266.37L551.77,266.38L553.12,267.57L553.35,270.06L554.26,273.05L551.24,274.98L549.54,275.82L546.84,273.4L545.35,273.08L544.96,272.03L542.2,272.53L537.5,272.2z"
505
- },
506
- {
507
- "id":"LY",
508
- "title":"Libya",
509
- "d":"M516.89,397.93L514.91,399.05L513.33,397.39L508.9,396.08L507.67,394.17L505.45,392.75L504.14,393.31L503.15,391.6L503.04,390.28L501.38,388.02L502.5,386.73L502.25,384.76L502.61,383.04L502.41,381.6L502.9,379.01L502.75,377.53L501.84,374.69L503.21,373.94L503.45,372.56L503.15,371.21L505.08,369.95L505.94,368.9L507.31,367.95L507.47,365.4L510.76,366.55L511.94,366.26L514.28,366.82L518,368.29L519.31,371.21L521.83,371.85L525.78,373.21L528.77,374.82L530.14,373.98L531.48,372.49L530.83,369.98L531.71,368.38L533.73,366.83L535.66,366.38L539.45,367.06L540.41,368.54L541.45,368.55L542.34,369.11L545.13,369.5L545.81,370.58L544.8,372.15L545.23,373.54L544.51,375.54L545.35,378.12L545.35,389.3L545.35,400.53L545.35,406.49L542.13,406.5L542.09,407.74L530.91,402.04L519.72,396.27z"
510
- },
511
- {
512
- "id":"MA",
513
- "title":"Morocco",
514
- "d":"M450.96,383.14L450.93,379.39L455.46,377.03L458.26,376.54L460.55,375.68L461.63,374.06L464.91,372.77L465.03,370.36L466.65,370.07L467.92,368.86L471.59,368.3L472.1,367.02L471.36,366.31L470.39,362.78L470.23,360.73L469.17,358.55L467.95,358.51L465.05,357.76L462.38,358L460.69,356.54L458.63,356.52L457.74,358.63L455.87,362.14L453.79,363.53L450.98,365.06L449.18,367.3L448.8,369.04L447.73,371.86L448.43,375.89L446.09,378.57L444.69,379.42L442.48,381.59L439.87,381.94L438.57,383.06L442.19,383.07L450.94,383.1L450.94,383.1L450.94,383.1L442.19,383.07L438.57,383.06z"
515
- },
516
- {
517
- "id":"MD",
518
- "title":"Moldova",
519
- "d":"M549.89,309.45L550.56,308.83L552.42,308.41L554.49,309.72L555.64,309.88L556.91,311L556.71,312.41L557.73,313.08L558.13,314.8L559.11,315.84L558.92,316.44L559.44,316.86L558.7,317.15L557.04,317.04L556.77,316.47L556.18,316.8L556.38,317.52L555.61,318.81L555.12,320.18L554.42,320.62L553.91,318.79L554.21,317.07L554.12,315.28L552.5,312.84L551.61,311.09L550.74,309.85z"
520
- },
521
- {
522
- "id":"ME",
523
- "title":"Montenegro",
524
- "d":"M530.77,332.23L530.6,331.51L529.38,333.38L529.57,334.57L528.98,334.28L528.2,333.05L526.98,332.3L527.29,331.66L527.7,329.56L528.61,328.67L529.14,328.31L529.88,328.97L530.29,329.51L531.21,329.92L532.28,330.71L532.05,331.04L531.53,331.89z"
525
- },
526
- {
527
- "id":"MG",
528
- "title":"Madagascar",
529
- "d":"M614.17,498.4L614.91,499.61L615.6,501.5L616.06,504.96L616.78,506.31L616.5,507.69L616.01,508.55L615.05,506.85L614.53,507.71L615.06,509.85L614.81,511.09L614.04,511.76L613.86,514.24L612.76,517.66L611.38,521.75L609.64,527.42L608.57,531.63L607.3,535.18L605.02,535.91L602.57,537.22L600.96,536.43L598.73,535.33L597.96,533.71L597.77,531L596.79,528.58L596.53,526.41L597.03,524.25L598.32,523.73L598.33,522.74L599.67,520.48L599.92,518.6L599.27,517.2L598.74,515.35L598.52,512.65L599.5,511.02L599.87,509.17L601.27,509.07L602.84,508.47L603.87,507.95L605.11,507.91L606.7,506.26L609.01,504.48L609.85,503.04L609.47,501.81L610.66,502.16L612.21,500.17L612.26,498.45L613.19,497.17z"
530
- },
531
- {
532
- "id":"MK",
533
- "title":"Macedonia",
534
- "d":"M532.98,334.66L533.34,334.69L533.47,333.92L535.12,333.33L535.75,333.19L536.71,332.97L538,332.91L539.41,334.12L539.61,336.59L539.07,336.71L538.61,337.36L537.09,337.29L536.02,338.1L534.19,338.42L533.03,337.52L532.63,335.93z"
535
- },
536
- {
537
- "id":"ML",
538
- "title":"Mali",
539
- "d":"M441.13,422.22L442.07,421.7L442.54,420L443.43,419.93L445.39,420.73L446.97,420.16L448.05,420.35L448.48,419.71L459.73,419.67L460.35,417.64L459.86,417.28L458.51,404.6L457.16,391.54L461.45,391.49L470.91,398.14L480.37,404.69L481.03,406.08L482.78,406.93L484.08,407.41L484.11,409.29L487.22,409L487.23,415.75L485.69,417.69L485.45,419.48L482.96,419.93L479.14,420.18L478.1,421.21L476.3,421.32L474.51,421.33L473.81,420.78L472.26,421.19L469.64,422.39L469.11,423.29L466.93,424.57L466.55,425.31L465.38,425.89L464.02,425.51L463.25,426.21L462.84,428.17L460.61,430.53L460.68,431.49L459.91,432.7L460.1,434.34L458.94,434.76L458.29,435.12L457.85,433.91L457.04,434.23L456.56,434.17L456.04,435L453.88,434.97L453.1,434.55L452.74,434.81L451.88,433.99L452.03,433.15L451.68,432.81L451.08,433.09L451.19,432.17L451.77,431.44L450.62,430.25L450.28,429.46L449.66,428.84L449.1,428.76L448.43,429.16L447.52,429.54L446.75,430.16L445.55,429.93L444.77,429.21L444.31,429.11L443.58,429.49L443.13,429.5L442.97,428.45L443.1,427.56L442.86,426.46L441.81,425.65L441.26,424.01z"
540
- },
541
- {
542
- "id":"MM",
543
- "title":"Myanmar",
544
- "d":"M754.36,405.95L752.72,407.23L750.74,407.37L749.46,410.56L748.28,411.09L749.64,413.66L751.42,415.79L752.56,417.71L751.54,420.23L750.57,420.76L751.24,422.21L753.11,424.49L753.43,426.09L753.38,427.42L754.48,430.02L752.94,432.67L751.58,435.58L751.31,433.48L752.17,431.3L751.23,429.62L751.46,426.51L750.32,425.03L749.41,421.59L748.9,417.93L747.69,415.53L745.84,416.99L742.65,419.05L741.08,418.79L739.34,418.12L740.31,414.51L739.73,411.77L737.53,408.38L737.87,407.31L736.23,406.93L734.24,404.51L734.06,402.1L735.04,402.56L735.09,400.41L736.48,399.69L736.18,398.41L736.81,397.38L736.92,394.23L739.11,394.93L740.36,392.41L740.51,390.91L742.05,388.31L741.97,386.53L745.6,384.37L747.6,384.94L747.37,383.01L748.36,382.43L748.14,381.23L749.78,380.99L750.72,382.85L751.94,383.6L752.03,386L751.91,388.57L749.26,391.15L748.92,394.78L751.88,394.28L752.55,397.08L754.33,397.67L753.51,400.17L755.59,401.3L756.81,401.85L758.86,400.98L758.95,402.22L756.56,404.16L755.96,405.26z"
545
- },
546
- {
547
- "id":"MN",
548
- "title":"Mongolia",
549
- "d":"M721.29,304.88L724.25,304.14L729.6,300.4L733.87,298.33L736.3,299.68L739.23,299.74L741.1,301.79L743.9,301.94L747.96,303.03L750.68,300L749.54,297.4L752.45,292.74L755.59,294.61L758.13,295.14L761.43,296.29L761.96,299.61L765.95,301.45L768.6,300.64L772.14,300.07L774.95,300.65L777.7,302.74L779.4,304.94L782,304.9L785.53,305.59L788.11,304.53L791.8,303.82L795.91,300.76L797.59,301.23L799.06,302.69L802.4,302.33L801.04,305.58L799.06,309.8L799.78,311.51L801.37,310.98L804.13,311.63L806.29,310.09L808.54,311.42L811.08,314.31L810.77,315.76L808.56,315.3L804.49,315.84L802.51,317L800.46,319.66L796.18,321.21L793.39,323.31L790.51,322.51L788.93,322.15L787.46,324.69L788.35,326.19L788.81,327.47L786.84,328.77L784.83,330.82L781.56,332.15L777.35,332.3L772.82,333.61L769.56,335.62L768.32,334.46L764.93,334.46L760.78,332.17L758.01,331.6L754.28,332.13L748.49,331.28L745.4,331.37L743.76,329.1L742.48,325.53L740.75,325.1L737.36,322.65L733.58,322.1L730.25,321.42L729.24,319.69L730.32,314.96L728.39,311.65L724.39,310.08L722.03,307.85z"
550
- },
551
- {
552
- "id":"MR",
553
- "title":"Mauritania",
554
- "d":"M441.13,422.22L439.28,420.24L437.58,418.11L435.72,417.34L434.38,416.49L432.81,416.52L431.45,417.15L430.05,416.9L429.09,417.83L428.85,416.27L429.63,414.83L429.98,412.08L429.67,409.17L429.33,407.7L429.61,406.23L428.89,404.81L427.41,403.53L428.02,402.53L439,402.55L438.47,398.2L439.16,396.65L441.78,396.38L441.69,388.52L450.9,388.69L450.9,383.96L461.45,391.49L457.16,391.54L458.51,404.6L459.86,417.28L460.35,417.64L459.73,419.67L448.48,419.71L448.05,420.35L446.97,420.16L445.39,420.73L443.43,419.93L442.54,420L442.07,421.7z"
555
- },
556
- {
557
- "id":"MW",
558
- "title":"Malawi",
559
- "d":"M572.15,495.69L571.37,497.85L572.15,501.57L573.13,501.53L574.14,502.45L575.31,504.53L575.55,508.25L574.34,508.86L573.48,510.87L571.65,509.08L571.45,507.04L572.04,505.69L571.87,504.54L570.77,503.81L569.99,504.07L568.38,502.69L566.91,501.95L567.76,499.29L568.64,498.3L568.1,495.94L568.66,493.64L569.14,492.87L568.43,490.47L567.11,489.21L569.85,489.73L570.42,490.51L571.37,491.83z"
560
- },
561
- {
562
- "id":"MX",
563
- "title":"Mexico",
564
- "d":"M202.89,388.72L201.8,391.43L201.31,393.64L201.1,397.72L200.83,399.19L201.32,400.83L202.19,402.3L202.75,404.61L204.61,406.82L205.26,408.51L206.36,409.96L209.34,410.75L210.5,411.97L212.96,411.15L215.09,410.86L217.19,410.33L218.96,409.82L220.74,408.62L221.41,406.89L221.64,404.4L222.13,403.53L224.02,402.74L226.99,402.05L229.47,402.15L231.17,401.9L231.84,402.53L231.75,403.97L230.24,405.74L229.58,407.55L230.09,408.06L229.67,409.34L228.97,411.63L228.26,410.88L227.67,410.93L227.14,410.97L226.14,412.74L225.63,412.39L225.29,412.53L225.31,412.96L222.72,412.93L220.1,412.93L220.1,414.58L218.83,414.58L219.87,415.56L220.91,416.23L221.22,416.86L221.68,417.04L221.6,418.02L218.01,418.03L216.66,420.39L217.05,420.93L216.73,421.61L216.66,422.45L213.49,419.34L212.04,418.4L209.75,417.64L208.19,417.85L205.93,418.94L204.52,419.23L202.54,418.47L200.44,417.91L197.82,416.58L195.72,416.17L192.54,414.82L190.2,413.42L189.49,412.64L187.92,412.47L185.05,411.54L183.88,410.2L180.87,408.53L179.47,406.66L178.8,405.21L179.73,404.92L179.44,404.07L180.09,403.3L180.1,402.26L179.16,400.92L178.9,399.72L177.96,398.2L175.49,395.18L172.67,392.79L171.31,390.88L168.9,389.62L168.39,388.86L168.82,386.94L167.39,386.21L165.73,384.69L165.03,382.5L163.52,382.24L161.9,380.58L160.58,379.03L160.46,378.03L158.95,375.61L157.96,373.13L158,371.88L155.97,370.59L155.04,370.73L153.44,369.83L152.99,371.16L153.45,372.72L153.72,375.15L154.69,376.48L156.77,378.69L157.23,379.44L157.66,379.66L158.02,380.76L158.52,380.71L159.09,382.75L159.94,383.55L160.53,384.66L162.3,386.26L163.23,389.15L164.06,390.5L164.84,391.94L164.99,393.56L166.34,393.66L167.47,395.05L168.49,396.41L168.42,396.95L167.24,398.06L166.74,398.05L166,396.2L164.17,394.47L162.15,392.99L160.71,392.21L160.8,389.96L160.38,388.28L159.04,387.32L157.11,385.93L156.74,386.33L156.04,385.51L154.31,384.76L152.66,382.93L152.86,382.69L154.01,382.87L155.05,381.69L155.16,380.26L153,377.99L151.36,377.1L150.32,375.09L149.28,372.97L147.98,370.36L146.84,367.4L150.03,367.15L153.59,366.79L153.33,367.43L157.56,369.04L163.96,371.35L169.54,371.32L171.76,371.32L171.76,369.97L176.62,369.97L177.64,371.14L179.08,372.17L180.74,373.6L181.67,375.29L182.37,377.05L183.82,378.02L186.15,378.98L187.91,376.45L190.21,376.39L192.18,377.67L193.59,379.85L194.56,381.71L196.21,383.51L196.83,385.7L197.62,387.17L199.8,388.13L201.79,388.81z"
565
- },
566
- {
567
- "id":"MY",
568
- "title":"Malaysia",
569
- "d":"M758.65,446.07l0.22,1.44l1.85,-0.33l0.92,-1.15l0.64,0.26l1.66,1.69l1.18,1.87l0.16,1.88l-0.3,1.27l0.27,0.96l0.21,1.65l0.99,0.77l1.1,2.46l-0.05,0.94l-1.99,0.19l-2.65,-2.06l-3.32,-2.21l-0.33,-1.42l-1.62,-1.87l-0.39,-2.31l-1.01,-1.52l0.31,-2.04l-0.62,-1.19l0.49,-0.5L758.65,446.07zM807.84,450.9l-2.06,0.95l-2.43,-0.47l-3.22,0l-0.97,3.17l-1.08,0.97l-1.44,3.88l-2.29,0.59l-2.65,-0.78l-1.34,0.24l-1.63,1.41l-1.79,-0.2l-1.81,0.57l-1.92,-1.57l-0.47,-1.86l2.05,0.96l2.17,-0.52l0.56,-2.36l1.2,-0.53l3.36,-0.6l2.01,-2.21l1.38,-1.77l1.28,1.45l0.59,-0.95l1.34,0.09l0.16,-1.78l0.13,-1.38l2.16,-1.95l1.41,-2.19l1.13,-0.01l1.44,1.42l0.13,1.22l1.85,0.78l2.34,0.84l-0.2,1.1l-1.88,0.14L807.84,450.9z"
570
- },
571
- {
572
- "id":"MZ",
573
- "title":"Mozambique",
574
- "d":"M572.15,495.69L574.26,495.46L577.63,496.26L578.37,495.9L580.32,495.83L581.32,494.98L583,495.02L586.06,493.92L588.29,492.28L588.75,493.55L588.63,496.38L588.98,498.88L589.09,503.36L589.58,504.76L588.75,506.83L587.66,508.84L585.87,510.64L583.31,511.75L580.15,513.16L576.98,516.31L575.9,516.85L573.94,518.94L572.79,519.63L572.55,521.75L573.88,524L574.43,525.76L574.47,526.66L574.96,526.51L574.88,529.47L574.43,530.88L575.09,531.4L574.67,532.67L573.5,533.76L571.19,534.8L567.82,536.46L566.59,537.61L566.83,538.91L567.54,539.12L567.3,540.76L565.18,540.74L564.94,539.36L564.52,537.97L564.28,536.86L564.78,533.43L564.05,531.26L562.71,527L565.66,523.59L566.4,521.44L566.83,521.17L567.14,519.43L566.69,518.55L566.81,516.35L567.36,514.31L567.35,510.62L565.9,509.68L564.56,509.47L563.96,508.75L562.66,508.14L560.32,508.2L560.14,507.12L559.87,505.07L568.38,502.69L569.99,504.07L570.77,503.81L571.87,504.54L572.04,505.69L571.45,507.04L571.65,509.08L573.48,510.87L574.34,508.86L575.55,508.25L575.31,504.53L574.14,502.45L573.13,501.53L572.15,501.57L571.37,497.85z"
575
- },
576
- {
577
- "id":"NA",
578
- "title":"Namibia",
579
- "d":"M521.08,546.54L519,544.15L517.9,541.85L517.28,538.82L516.59,536.57L515.65,531.85L515.59,528.22L515.23,526.58L514.14,525.34L512.69,522.87L511.22,519.3L510.61,517.45L508.32,514.58L508.15,512.33L509.5,511.78L511.18,511.28L513,511.37L514.67,512.69L515.09,512.48L526.46,512.36L528.4,513.76L535.19,514.17L540.34,512.98L542.64,512.31L544.46,512.48L545.56,513.14L545.59,513.38L544.01,514.04L543.15,514.05L541.37,515.2L540.29,513.99L535.97,515.02L533.88,515.11L533.8,525.68L531.04,525.79L531.04,534.65L531.03,546.17L528.53,547.8L527.03,548.03L525.26,547.43L524,547.2L523.53,545.84L522.42,544.97z"
580
- },
581
- {
582
- "id":"NC",
583
- "title":"New Caledonia",
584
- "d":"M940.08,523.48L942.38,525.34L943.83,526.72L942.77,527.45L941.22,526.63L939.22,525.28L937.41,523.69L935.56,521.59L935.17,520.58L936.37,520.63L937.95,521.64L939.18,522.65z"
585
- },
586
- {
587
- "id":"NE",
588
- "title":"Niger",
589
- "d":"M481.29,429.88L481.36,427.93L478.12,427.28L478.04,425.9L476.46,424.03L476.08,422.72L476.3,421.32L478.1,421.21L479.14,420.18L482.96,419.93L485.45,419.48L485.69,417.69L487.23,415.75L487.22,409L491.17,407.68L499.29,401.83L508.9,396.08L513.33,397.39L514.91,399.05L516.89,397.93L517.58,402.6L518.63,403.38L518.68,404.33L519.84,405.35L519.23,406.63L518.15,412.61L518.01,416.4L514.43,419.14L513.22,422.94L514.39,424L514.38,425.85L516.18,425.92L515.9,427.26L515.11,427.43L515.02,428.33L514.49,428.4L512.6,425.27L511.94,425.15L509.75,426.75L507.58,425.92L506.07,425.75L505.26,426.15L503.61,426.07L501.96,427.29L500.53,427.36L497.14,425.88L495.81,426.58L494.38,426.53L493.33,425.45L490.51,424.38L487.5,424.72L486.77,425.34L486.38,426.99L485.57,428.14L485.38,430.68L483.24,429.04L482.23,429.05z"
590
- },
591
- {
592
- "id":"NG",
593
- "title":"Nigeria",
594
- "d":"M499.09,450.08L496.18,451.08L495.11,450.94L494.03,451.56L491.79,451.5L490.29,449.75L489.37,447.73L487.38,445.89L485.27,445.92L482.8,445.92L482.96,441.39L482.89,439.6L483.42,437.83L484.28,436.96L485.64,435.21L485.35,434.45L485.9,433.31L485.27,431.63L485.38,430.68L485.57,428.14L486.38,426.99L486.77,425.34L487.5,424.72L490.51,424.38L493.33,425.45L494.38,426.53L495.81,426.58L497.14,425.88L500.53,427.36L501.96,427.29L503.61,426.07L505.26,426.15L506.07,425.75L507.58,425.92L509.75,426.75L511.94,425.15L512.6,425.27L514.49,428.4L515.02,428.33L516.13,429.47L515.82,429.98L515.67,430.93L513.31,433.13L512.57,434.94L512.17,436.41L511.58,437.04L511.01,439.01L509.51,440.17L509.08,441.59L508.45,442.73L508.19,443.89L506.26,444.84L504.69,443.69L503.62,443.73L501.95,445.37L501.14,445.4L499.81,448.1z"
595
- },
596
- {
597
- "id":"NI",
598
- "title":"Nicaragua",
599
- "d":"M234.93,432.31L233.96,431.41L232.65,430.26L232.03,429.3L230.85,428.41L229.44,427.12L229.75,426.68L230.22,427.11L230.43,426.9L231.3,426.79L231.65,426.13L232.06,426.11L232,424.7L232.66,424.63L233.25,424.65L233.85,423.89L234.68,424.47L234.97,424.11L235.48,423.77L236.46,422.98L236.51,422.38L236.78,422.41L237.14,421.72L237.43,421.64L237.91,422.08L238.47,422.21L239.09,421.84L239.8,421.84L240.77,421.46L241.16,421.07L242.12,421.13L241.88,421.41L241.74,422.05L242.02,423.1L241.38,424.08L241.08,425.23L240.98,426.5L241.14,427.23L241.21,428.52L240.78,428.8L240.52,430.02L240.71,430.77L240.13,431.5L240.27,432.26L240.69,432.73L240.02,433.33L239.2,433.14L238.73,432.56L237.84,432.32L237.2,432.69L235.35,431.94z"
600
- },
601
- {
602
- "id":"NL",
603
- "title":"Netherlands",
604
- "d":"M492.28,285.98L494.61,286.11L495.14,287.69L494.44,291.92L493.73,293.63L492.04,293.63L492.52,298.32L490.97,297.28L489.2,295.33L486.6,296.26L484.55,295.91L485.99,294.67L488.45,287.93z"
605
- },
606
- {
607
- "id":"NO",
608
- "title":"Norway",
609
- "d":"M554.23,175.61l8.77,6.24l-3.61,2.23l3.07,5.11l-4.77,3.19l-2.26,0.72l1.19,-5.59l-3.6,-3.25l-4.35,2.78l-1.38,5.85l-2.67,3.44l-3.01,-1.87l-3.66,0.38l-3.12,-4.15l-1.68,2.09l-1.74,0.32l-0.41,5.08l-5.28,-1.22l-0.74,4.22l-2.69,-0.03l-1.85,5.24l-2.8,7.87l-4.35,9.5l1.02,2.23l-0.98,2.55l-2.78,-0.11l-1.82,5.91l0.17,8.04l1.79,2.98l-0.93,6.73l-2.33,3.81l-1.24,3.15l-1.88,-3.35l-5.54,6.27l-3.74,1.24l-3.88,-2.71l-1,-5.86l-0.89,-13.26l2.58,-3.88l7.4,-5.18l5.54,-6.59l5.13,-9.3l6.74,-13.76l4.7,-5.67l7.71,-9.89l6.15,-3.59l4.61,0.44l4.27,-6.99l5.11,0.38L554.23,175.61z"
610
- },
611
- {
612
- "id":"NP",
613
- "title":"Nepal",
614
- "d":"M722.33,382.45L722.11,383.8L722.48,385.79L722.16,387.03L719.83,387.08L716.45,386.35L714.29,386.06L712.67,384.47L708.83,384.06L705.17,382.29L702.53,380.74L699.81,379.54L700.9,376.55L702.68,375.09L703.84,374.31L706.09,375.31L708.92,377.4L710.49,377.86L711.43,379.39L713.61,380.02L715.89,381.41L719.06,382.14z"
615
- },
616
- {
617
- "id":"NZ",
618
- "title":"New Zealand",
619
- "d":"M960.38,588.63l0.64,1.53l1.99,-1.5l0.81,1.57l0,1.57l-1.04,1.74l-1.83,2.8l-1.43,1.54l1.03,1.86l-2.16,0.05l-2.4,1.46l-0.75,2.57l-1.59,4.03l-2.2,1.8l-1.4,1.16l-2.58,-0.09l-1.82,-1.34l-3.05,-0.28l-0.47,-1.48l1.51,-2.96l3.53,-3.87l1.81,-0.73l2.01,-1.47l2.4,-2.01l1.68,-1.98l1.25,-2.81l1.06,-0.95l0.42,-2.07l1.97,-1.7L960.38,588.63zM964.84,571.61l2.03,3.67l0.06,-2.38l1.27,0.95l0.42,2.65l2.26,1.15l1.89,0.28l1.6,-1.35l1.42,0.41l-0.68,3.15l-0.85,2.09l-2.14,-0.07l-0.75,1.1l0.26,1.56l-0.41,0.68l-1.06,1.97l-1.39,2.53l-2.17,1.49l-0.48,-0.98l-1.17,-0.54l1.62,-3.04l-0.92,-2.01l-3.02,-1.45l0.08,-1.31l2.03,-1.25l0.47,-2.74l-0.13,-2.28l-1.14,-2.34l0.08,-0.61l-1.34,-1.43l-2.21,-3.04l-1.17,-2.41l1.04,-0.27l1.53,1.89l2.18,0.89L964.84,571.61z"
620
- },
621
- {
622
- "id":"OM",
623
- "title":"Oman",
624
- "d":"M640.29,403.18l-1.05,2.04l-1.27,-0.16l-0.58,0.71l-0.45,1.5l0.34,1.98l-0.26,0.36l-1.29,-0.01l-1.75,1.1l-0.27,1.43l-0.64,0.62l-1.74,-0.02l-1.1,0.74l0.01,1.18l-1.36,0.81l-1.55,-0.27l-1.88,0.98l-1.3,0.16l-0.92,-2.04l-2.19,-4.84l8.41,-2.96l1.87,-5.97l-1.29,-2.14l0.07,-1.22l0.82,-1.26l0.01,-1.25l1.27,-0.6l-0.5,-0.42l0.23,-2l1.43,-0.01l1.26,2.09l1.57,1.11l2.06,0.4l1.66,0.55l1.27,1.74l0.76,1l1,0.38l-0.01,0.67l-1.02,1.79l-0.45,0.84L640.29,403.18zM633.37,388.64L633,389.2l-0.53,-1.06l0.82,-1.06l0.35,0.27L633.37,388.64z"
625
- },
626
- {
627
- "id":"PA",
628
- "title":"Panama",
629
- "d":"M256.88,443.21L255.95,442.4L255.35,440.88L256.04,440.13L255.33,439.94L254.81,439.01L253.41,438.23L252.18,438.41L251.62,439.39L250.48,440.09L249.87,440.19L249.6,440.78L250.93,442.3L250.17,442.66L249.76,443.08L248.46,443.22L247.97,441.54L247.61,442.02L246.68,441.86L246.12,440.72L244.97,440.54L244.24,440.21L243.04,440.21L242.95,440.82L242.63,440.4L242.78,439.84L243.01,439.27L242.9,438.76L243.32,438.42L242.74,438L242.72,436.87L243.81,436.62L244.81,437.63L244.75,438.23L245.87,438.35L246.14,438.12L246.91,438.82L248.29,438.61L249.48,437.9L251.18,437.33L252.14,436.49L253.69,436.65L253.58,436.93L255.15,437.03L256.4,437.52L257.31,438.36L258.37,439.14L258.03,439.56L258.68,441.21L258.15,442.05L257.24,441.85z"
630
- },
631
- {
632
- "id":"PE",
633
- "title":"Peru",
634
- "d":"M280.13,513.14L279.38,514.65L277.94,515.39L275.13,513.71L274.88,512.51L269.33,509.59L264.3,506.42L262.13,504.64L260.97,502.27L261.43,501.44L259.06,497.69L256.29,492.45L253.65,486.83L252.5,485.54L251.62,483.48L249.44,481.64L247.44,480.51L248.35,479.26L246.99,476.59L247.86,474.64L250.1,472.87L250.43,474.04L249.63,474.7L249.7,475.72L250.86,475.5L252,475.8L253.17,477.21L254.76,476.06L255.29,474.18L257.01,471.75L260.38,470.65L263.44,467.73L264.31,465.92L263.92,463.81L264.67,463.54L266.53,464.86L267.42,466.18L268.72,466.9L270.37,469.82L272.46,470.17L274.01,469.43L275.02,469.91L276.7,469.67L278.85,470.98L277.04,473.82L277.88,473.88L279.28,475.37L276.75,475.24L276.38,475.66L274.08,476.19L270.88,478.1L270.67,479.4L269.96,480.38L270.24,481.89L268.54,482.7L268.54,483.89L267.8,484.4L268.97,486.93L270.53,488.65L269.94,489.86L271.8,490.02L272.86,491.53L275.33,491.6L277.63,489.94L277.44,494.24L278.72,494.57L280.3,494.08L282.73,498.66L282.12,499.62L281.99,501.64L281.93,504.08L280.83,505.52L281.34,506.59L280.69,507.56L281.9,510z"
635
- },
636
- {
637
- "id":"PG",
638
- "title":"Papua New Guinea",
639
- "d":"M912.32,482.42l-0.79,0.28l-1.21,-1.08l-1.23,-1.78l-0.6,-2.13l0.39,-0.27l0.3,0.83l0.85,0.63l1.36,1.77l1.32,0.95L912.32,482.42zM901.39,478.67l-1.47,0.23l-0.44,0.79l-1.53,0.68l-1.44,0.66l-1.49,0l-2.3,-0.81l-1.6,-0.78l0.23,-0.87l2.51,0.41l1.53,-0.22l0.42,-1.34l0.4,-0.07l0.27,1.49l1.6,-0.21l0.79,-0.96l1.57,-1l-0.31,-1.65l1.68,-0.05l0.57,0.46l-0.06,1.55L901.39,478.67zM887.96,484.02l2.5,1.84l1.82,2.99l1.61,-0.09l-0.11,1.25l2.17,0.48l-0.84,0.53l2.98,1.19l-0.31,0.82l-1.86,0.2l-0.69,-0.73l-2.41,-0.32l-2.83,-0.43l-2.18,-1.8l-1.59,-1.55l-1.46,-2.46l-3.66,-1.23l-2.38,0.8l-1.71,0.93l0.36,2.08l-2.2,0.97l-1.57,-0.47l-2.9,-0.12l-0.05,-9.16l-0.05,-9.1l4.87,1.92l5.18,1.6l1.93,1.43l1.56,1.41l0.43,1.65l4.67,1.73l0.68,1.49l-2.58,0.3L887.96,484.02zM904.63,475.93l-0.88,0.74l-0.53,-1.65l-0.65,-1.08l-1.27,-0.91l-1.6,-1.19l-2.02,-0.82l0.78,-0.67l1.51,0.78l0.95,0.61l1.18,0.67l1.12,1.17l1.07,0.89L904.63,475.93z"
640
- },
641
- {
642
- "id":"PH",
643
- "title":"Philippines",
644
- "d":"M829.59,439.86l0.29,1.87l0.17,1.58l-0.96,2.57l-1.02,-2.86l-1.31,1.42l0.9,2.06l-0.8,1.31l-3.3,-1.63l-0.79,-2.03l0.86,-1.33l-1.78,-1.33l-0.88,1.17l-1.32,-0.11l-2.08,1.57l-0.46,-0.82l1.1,-2.37l1.77,-0.79l1.53,-1.06l0.99,1.27l2.13,-0.77l0.46,-1.26l1.98,-0.08l-0.17,-2.18l2.27,1.34l0.24,1.42L829.59,439.86zM822.88,434.6l-1.01,0.93l-0.88,1.79l-0.88,0.84l-1.73,-1.95l0.58,-0.76l0.7,-0.79l0.31,-1.76l1.55,-0.17l-0.45,1.91l2.08,-2.74L822.88,434.6zM807.52,437.32l-3.73,2.67l1.38,-1.97l2.03,-1.74l1.68,-1.96l1.47,-2.82l0.5,2.31l-1.85,1.56L807.52,437.32zM817,430.02l1.68,0.88l1.78,0l-0.05,1.19l-1.3,1.2l-1.78,0.85l-0.1,-1.32l0.2,-1.45L817,430.02zM827.14,429.25l0.79,3.18l-2.16,-0.75l0.06,0.95l0.69,1.75l-1.33,0.63l-0.12,-1.99l-0.84,-0.15l-0.44,-1.72l1.65,0.23l-0.04,-1.08l-1.71,-2.18l2.69,0.06L827.14,429.25zM816,426.66l-0.74,2.47l-1.2,-1.42l-1.43,-2.18l2.4,0.1L816,426.66zM815.42,410.92l1.73,0.84l0.86,-0.76l0.25,0.75l-0.46,1.22l0.96,2.09l-0.74,2.42l-1.65,0.96l-0.44,2.33l0.63,2.29l1.49,0.32l1.24,-0.34l3.5,1.59l-0.27,1.56l0.92,0.69l-0.29,1.32l-2.18,-1.4l-1.04,-1.5l-0.72,1.05l-1.79,-1.72l-2.55,0.42l-1.4,-0.63l0.14,-1.19l0.88,-0.73l-0.84,-0.67l-0.36,1.04l-1.38,-1.65l-0.42,-1.26l-0.1,-2.77l1.13,0.96l0.29,-4.55l0.91,-2.66L815.42,410.92z"
645
- },
646
- {
647
- "id":"PL",
648
- "title":"Poland",
649
- "d":"M517.36,296.97L516.21,294.11L516.43,292.55L515.73,290.1L514.72,288.45L515.5,287.2L514.84,284.81L516.76,283.42L521.13,281.2L524.67,279.56L527.46,280.38L527.67,281.56L530.38,281.62L533.83,282.17L538.99,282.09L540.43,282.61L541.1,284.07L541.22,286.16L542,287.94L541.98,289.79L540.3,290.73L541.17,292.85L541.22,294.86L542.63,298.75L542.33,299.99L540.94,300.5L538.39,304.11L539.11,306.03L538.5,305.78L535.84,304.14L533.82,304.74L532.5,304.3L530.84,305.22L529.43,303.7L528.27,304.28L528.11,304.02L526.82,301.89L524.74,301.63L524.47,300.26L522.55,299.77L522.13,300.9L520.61,300L520.78,298.79L518.69,298.4z"
650
- },
651
- {
652
- "id":"PK",
653
- "title":"Pakistan",
654
- "d":"M685.99,351.76L688.06,353.39L688.89,356.05L693.5,357.44L690.79,360.3L687.67,360.81L683.41,359.98L682.04,361.44L683.03,364.39L684,366.64L686.27,368.27L683.88,370.18L683.92,372.51L681.2,375.75L679.44,379.01L676.51,382.33L673.25,382.09L670.16,385.39L672,386.79L672.32,389.18L673.89,390.74L674.45,393.38L668.28,393.37L666.41,395.41L664.36,394.64L663.52,392.44L661.35,390.1L656.19,390.68L651.63,390.73L647.68,391.17L648.74,387.57L652.78,385.96L652.55,384.52L651.21,384.01L651.13,381.24L648.45,379.84L647.32,377.91L645.94,376.23L650.63,377.87L653.44,377.39L655.11,377.79L655.68,377.09L657.63,377.37L661.28,376.04L661.38,373.29L662.94,371.45L665.03,371.45L665.33,370.54L667.48,370.11L668.51,370.41L669.61,369.49L669.46,367.51L670.65,365.51L672.43,364.66L671.33,362.44L674,362.55L674.77,361.33L674.65,360.03L676.05,358.6L675.72,356.9L675.06,355.44L676.7,353.93L679.71,353.2L682.93,352.8L684.35,352.15z"
655
- },
656
- {
657
- "id":"PR",
658
- "title":"Puerto Rico",
659
- "d":"M289.41,410.89L290.84,411.15L291.35,411.73L290.63,412.47L288.52,412.45L286.88,412.55L286.72,411.3L287.11,410.87z"
660
- },
661
- {
662
- "id":"PS",
663
- "title":"Palestinian Territories",
664
- "d":"M574.92,367.87L574.92,369.88L574.5,370.84L573.18,371.29L573.31,370.43L574.02,369.97L573.32,369.61L573.9,367.41z"
665
- },
666
- {
667
- "id":"PT",
668
- "title":"Portugal",
669
- "d":"M449.92,334.56L450.94,333.61L452.08,333.06L452.79,334.9L454.44,334.89L454.92,334.42L456.56,334.55L457.34,336.43L456.04,337.43L456.01,340.31L455.55,340.84L455.44,342.56L454.23,342.86L455.35,345.03L454.58,347.38L455.54,348.44L455.16,349.4L454.12,350.72L454.35,351.88L453.23,352.79L451.75,352.3L450.3,352.68L450.73,349.94L450.47,347.76L449.21,347.43L448.54,346.08L448.77,343.72L449.88,342.41L450.08,340.94L450.67,338.73L450.6,337.16L450.04,335.82z"
670
- },
671
- {
672
- "id":"PY",
673
- "title":"Paraguay",
674
- "d":"M299.49,526.99L300.6,523.4L300.67,521.8L302.01,519.18L306.9,518.32L309.5,518.37L312.12,519.88L312.16,520.79L312.99,522.45L312.81,526.51L315.77,527.09L316.91,526.5L318.8,527.32L319.33,528.22L319.59,530.99L319.92,532.17L320.96,532.3L322.01,531.81L323.02,532.36L323.02,534.04L322.64,535.86L322.09,537.64L321.63,540.39L319.09,542.79L316.87,543.29L313.72,542.81L310.9,541.96L313.66,537.23L313.25,535.86L310.37,534.66L306.94,532.4L304.65,531.94z"
675
- },
676
- {
677
- "id":"QA",
678
- "title":"Qatar",
679
- "d":"M617.72,392.16L617.53,389.92L618.29,388.3L619.05,387.96L619.9,388.93L619.95,390.74L619.34,392.55L618.56,392.77z"
680
- },
681
- {
682
- "id":"RO",
683
- "title":"Romania",
684
- "d":"M538.93,310.86L540.14,309.97L541.88,310.43L543.67,310.45L544.97,311.46L545.93,310.82L548,310.42L548.71,309.44L549.89,309.45L550.74,309.85L551.61,311.09L552.5,312.84L554.12,315.28L554.21,317.07L553.91,318.79L554.42,320.62L555.67,321.35L556.98,320.71L558.26,321.39L558.32,322.42L556.96,323.26L556.11,322.9L555.33,327.61L553.68,327.2L551.64,325.79L548.34,326.69L546.95,327.68L542.83,327.48L540.67,326.87L539.59,327.16L538.78,325.56L538.27,324.88L538.92,324.22L538.22,323.73L537.34,324.61L535.71,323.47L535.49,321.84L533.78,320.9L533.47,319.63L531.95,318.05L534.2,317.29L535.89,314.53L537.22,311.73z"
685
- },
686
- {
687
- "id":"RS",
688
- "title":"Serbia",
689
- "d":"M533.78,320.9L535.49,321.84L535.71,323.47L537.34,324.61L538.22,323.73L538.92,324.22L538.27,324.88L538.78,325.56L538.09,326.44L538.34,327.86L539.7,329.52L538.63,330.71L538.16,331.92L538.47,332.37L538,332.91L536.71,332.97L535.75,333.19L535.66,332.91L535.99,332.46L536.31,331.53L535.91,331.55L535.36,330.85L534.9,330.67L534.54,330.06L534.01,329.82L533.61,329.28L533.11,329.5L532.72,330.76L532.05,331.04L532.28,330.71L531.21,329.92L530.29,329.51L529.88,328.97L529.14,328.31L529.8,328.14L530.21,326.32L528.86,324.82L529.56,323.1L528.54,323.11L529.62,321.62L528.73,320.48L528.05,318.93L530.2,317.88L531.95,318.05L533.47,319.63z"
690
- },
691
- {
692
- "id":"RU",
693
- "title":"Russia",
694
- "d":"M1008.27,215.75l-2.78,2.97l-4.6,0.7l-0.07,6.46l-1.12,1.35l-2.63,-0.19l-2.14,-2.26l-3.73,-1.92l-0.63,-2.89l-2.85,-1.1l-3.19,0.87l-1.52,-2.37l0.61,-2.55l-3.36,1.64l1.26,3.19l-1.59,2.83l-0.02,0.04l-3.6,2.89l-3.63,-0.48l2.53,3.44l1.67,5.2l1.29,1.67l0.33,2.53l-0.72,1.6l-5.23,-1.32l-7.84,4.51l-2.49,0.69l-4.29,4.1l-4.07,3.5l-1.03,2.55l-4.01,-3.9l-7.31,4.42l-1.28,-2.08l-2.7,2.39l-3.75,-0.76l-0.9,3.63l-3.36,5.22l0.1,2.14l3.19,1.17l-0.38,7.46l-2.6,0.19l-1.2,4.15l1.17,2.1l-4.9,2.47l-0.97,5.4l-4.18,1.14l-0.84,4.66l-4.04,4.18l-1.04,-3.08l-1.2,-6.69l-1.56,-10.65l1.35,-6.95l2.37,-3.07l0.15,-2.44l4.36,-1.18l5.01,-6.78l4.83,-5.73l5.04,-4.57l2.25,-8.37l-3.41,0.51l-1.68,4.92l-7.11,6.36l-2.3,-7.14l-7.24,2l-7.02,9.56l2.32,3.38l-6.26,1.42l-4.33,0.56l0.2,-3.95l-4.36,-0.84l-3.47,2.7l-8.57,-0.94l-9.22,1.62l-9.08,10.33l-10.75,11.78l4.42,0.61l1.38,3l2.72,1.05l1.79,-2.38l3.08,0.31l4.05,5.19l0.09,3.92l-2.19,4.51l-0.24,5.27l-1.26,6.85l-4.23,6.01l-0.94,2.82l-3.81,4.66l-3.78,4.53l-1.81,2.28l-3.74,2.25l-1.77,0.05l-1.76,-1.86l-3.76,2.79l-0.44,1.26l-0.39,-0.66l-0.02,-1.93l1.43,-0.1l0.4,-4.55l-0.74,-3.36l2.41,-1.4l3.4,0.7l1.89,-3.89l0.96,-4.46l1.09,-1.51l1.47,-3.76l-4.63,1.24l-2.43,1.65l-4.26,0l-1.13,-3.95l-3.32,-3.03l-4.88,-1.38l-1.04,-4.28l-0.98,-2.73l-1.05,-1.94l-1.73,-4.61l-2.46,-1.71l-4.2,-1.39l-3.72,0.13l-3.48,0.84l-2.32,2.31l1.54,1.1l0.04,2.52l-1.56,1.45l-2.53,4.72l0.03,1.93l-3.95,2.74l-3.37,-1.63l-3.35,0.36l-1.47,-1.46l-1.68,-0.47l-4.11,3.06l-3.69,0.71l-2.58,1.06l-3.53,-0.7l-2.6,0.04l-1.7,-2.2l-2.75,-2.09l-2.81,-0.58l-3.55,0.57l-2.65,0.81l-3.98,-1.84l-0.53,-3.32l-3.3,-1.15l-2.54,-0.53l-3.14,-1.87l-2.9,4.66l1.14,2.6l-2.73,3.03l-4.05,-1.09l-2.8,-0.16l-1.87,-2.04l-2.92,-0.06l-2.44,-1.35l-4.26,2.07l-5.35,3.74l-2.96,0.74l-1.1,0.35l-1.49,-2.63l-3.61,0.58l-1.19,-1.84l-1.96,-0.85l-1.35,-2.55l-1.55,-0.8l-4.03,1.14l-3.86,-2.57l-1.49,2.33l-6.27,-11.58l-3.58,-3.66l1.03,-1.5l-7.03,4.49l-2.69,0.27l0.23,-2.58l-3.6,-1.63l-2.93,1.17l-0.88,-5.01l-5.04,-1.06l-2.52,2.03l-7.02,1.79l-1.37,1.19l-10.49,1.66l-1.29,1.62l2.02,3.21l-2.69,1.2l0.53,1.25l-2.69,2.22l4.54,3.1l-0.7,2.11l-3.94,-0.19l-0.81,1.31l-3.59,-2.29l-4.45,0.09l-2.98,1.87l-3.32,-1.79l-6.18,-3.1l-4.38,0.12l-5.79,4.85l-0.35,3.19l-2.88,-2.53l-2.24,4.77l0.82,0.87l-1.62,3.21l2.38,2.84l2.08,-0.12l1.79,2.76l-0.28,2.1l1.42,0.66l-1.28,2.39l-2.72,0.66l-2.79,4.09l2.55,3.7l-0.28,2.59l3.06,4.46l-1.67,1.51l-0.48,0.95l-1.24,-0.25l-1.93,-2.27l-0.79,-0.13l-1.76,-0.87l-0.86,-1.55l-2.62,-0.79l-1.7,0.6l-0.49,-0.71l-3.82,-1.83l-4.13,-0.62l-2.37,-0.66l-0.34,0.45l-3.57,-3.27l-3.2,-1.48l-2.42,-2.32l2.04,-0.64l2.33,-3.35l-1.57,-1.6l4.13,-1.67l-0.07,-0.9l-2.52,0.66l0.09,-1.83l1.45,-1.16l2.71,-0.31l0.44,-1.4l-0.62,-2.33l1.14,-2.23l-0.03,-1.26l-4.13,-1.41l-1.64,0.05l-1.73,-2.04l-2.15,0.69l-3.56,-1.54l0.06,-0.87l-1,-1.93l-2.24,-0.22l-0.23,-1.39l0.7,-0.91l-1.79,-2.58l-2.91,0.44l-0.85,-0.23l-0.71,1.04l-1.05,-0.18l-0.69,-2.94l-0.66,-1.54l0.54,-0.44l2.26,0.16l1.09,-1.02l-0.81,-1.25l-1.89,-0.83l0.17,-0.86l-1.14,-0.87l-1.76,-3.15l0.6,-1.31l-0.27,-2.31l-2.74,-1.18l-1.47,0.59l-0.4,-1.24l-2.95,-1.26l-0.9,-2.99l-0.24,-2.49l-1.35,-1.19l1.2,-1.66l-0.83,-4.96l2,-3.13l-0.42,-0.96l3.19,-3.07l-2.94,-2.68l6,-7.41l2.6,-3.45l1.05,-3.1l-4.15,-4.26l1.15,-4.15l-2.52,-4.85l1.89,-5.76l-3.26,-7.96l2.59,-5.48l-4.29,-4.99l0.41,-5.4l2.26,-0.72l4.77,-3.19l2.89,-2.81l4.61,4.86l7.68,1.88l10.59,8.65l2.15,3.51l0.19,4.8l-3.11,3.69l-4.58,1.85l-12.52,-5.31l-2.06,0.9l4.57,5.1l0.18,3.15l0.18,6.75l3.61,1.97l2.19,1.66l0.36,-3.11l-1.69,-2.8l1.78,-2.51l6.78,4.1l2.36,-1.59l-1.89,-4.88l6.53,-6.74l2.59,0.4l2.62,2.43l1.63,-4.81l-2.34,-4.28l1.37,-4.41l-2.06,-4.69l7.84,2.44l1.6,4.18l-3.55,0.91l0.02,4.04l2.21,2.44l4.33,-1.54l0.69,-4.61l5.86,-3.52l9.79,-6.54l2.11,0.38l-2.76,4.64l3.48,0.78l2.01,-2.58l5.25,-0.21l4.16,-3.19l3.2,4.62l3.19,-5.09l-2.94,-4.58l1.46,-2.66l8.28,2.44l3.88,2.49l10.16,8.8l1.88,-3.97l-2.85,-4.11l-0.08,-1.68l-3.38,-0.78l0.92,-3.83l-1.5,-6.49l-0.08,-2.74l5.17,-7.99l1.84,-8.42l2.08,-1.88l7.42,2.51l0.58,5.18l-2.66,7.28l1.74,2.78l0.9,5.94l-0.64,11.07l3.09,4.73l-1.2,5.01l-5.49,10.2l3.21,1.02l1.12,-2.51l3.08,-1.82l0.74,-3.55l2.43,-3.49l-1.63,-4.26l1.31,-5.08l-3.07,-0.64l-0.67,-4.42l2.24,-8.28l-3.64,-7.03l5.02,-6.04l-0.65,-6.62l1.4,-0.22l1.47,5.19l-1.11,8.67l3,1.59l-1.28,-6.37l4.69,-3.58l5.82,-0.49l5.18,5.18l-2.49,-7.62l-0.28,-10.28l4.88,-2.02l6.74,0.44l6.08,-1.32l-2.28,-5.38l3.25,-7.02l3.22,-0.3l5.45,-5.51l7.4,-1.51l0.94,-3.15l7.36,-1.08l2.29,2.61l6.29,-6.24l5.15,0.2l0.77,-5.24l2.68,-5.33l6.62,-5.31l4.81,4.21l-3.82,3.13l6.35,1.92l0.76,6.03l2.56,-2.94l8.2,0.16l6.32,5.84l2.25,4.35l-0.7,5.85l-3.1,3.24l-7.37,5.92l-2.11,3.08l3.48,1.43l4.15,2.55l2.52,-1.91l1.43,6.39l1.23,-2.56l4.48,-1.57l9,1.65l0.68,4.58l11.72,1.43l0.16,-7.47l5.95,1.74l4.48,-0.05l4.53,5.14l1.29,6.04l-1.66,3.84l3.52,6.98l4.41,3.49l2.71,-9.18l4.5,4l4.78,-2.38l5.43,2.72l2.07,-2.47l4.59,1.24l-2.02,-8.4l3.7,-4.07l25.32,6.06l2.39,5.35l7.34,6.65l11.32,-1.62l5.58,1.41l2.33,3.5l-0.34,6.02l3.45,2.29l3.75,-1.64l4.97,-0.21l5.29,1.57l5.31,-0.89l4.88,6.99l3.47,-2.48l-2.27,-5.07l1.25,-3.62l8.95,2.29l5.83,-0.49l8.06,3.84l3.92,3.44l6.87,5.86l7.35,7.34l-0.24,4.44l1.89,1.74l-0.65,-5.15l7.61,1.07L1008.27,215.75zM880.84,306.25l-2.82,-7.68l-1.16,-4.51l0.07,-4.5l-0.97,-4.5l-0.73,-3.15l-1.25,0.67l1.11,2.21l-2.59,2.17l-0.25,6.3l1.64,4.41l-0.12,5.85l-0.65,3.24l0.32,4.54l-0.31,4.01l0.52,3.4l1.84,-3.13l2.13,2.44l0.08,-2.84l-2.73,-4.23l1.72,-6.11L880.84,306.25zM537.82,278.77l-2.94,-0.86l-3.87,1.58l-0.64,2.13l3.45,0.55l5.16,-0.07l-0.22,-1.23l0.3,-1.33L537.82,278.77zM979.95,178.65l3.66,-0.52l2.89,-2.06l0.24,-1.19l-4.06,-2.51l-2.38,-0.02l-0.36,0.37l-3.57,3.64l0.5,2.73L979.95,178.65zM870.07,151.56l-2.66,3.92l0.49,0.52l5.75,1.08l4.25,-0.07l-0.34,-2.57l-3.98,-3.81L870.07,151.56zM894.64,142.03l3.24,-4.25l-7.04,-2.88l-5.23,-1.68l-0.67,3.59l5.21,4.27L894.64,142.03zM869.51,140.34l10.33,0.3l2.21,-8.14l-10.13,-6.07l-7.4,-0.51l-3.7,2.18l-1.51,7.75l5.55,7.01L869.51,140.34zM622.39,166.28l-2.87,1.96l0.41,4.83l5.08,2.35l0.74,3.82l9.16,1.1l1.66,-0.74l-5.36,-7.11l-0.57,-7.52l4.39,-9.14l4.18,-9.82l8.71,-10.17l8.56,-5.34l9.93,-5.74l1.88,-3.71l-1.95,-4.83l-5.46,1.6l-4.8,4.49l-9.33,2.22l-9.26,7.41l-6.27,5.85l0.76,4.87l-6.71,9.03l2.58,1.22l-5.56,8.27L622.39,166.28zM769.87,98.34l0.83,-5.72l-7.11,-8.34l-2.11,-0.98l-2.3,1.7l-5.12,18.6L769.87,98.34zM605.64,69.03l3.04,3.88l3.28,-2.69l0.39,-2.72l2.52,-1.27l3.76,-2.23l1.08,-2.62l-4.16,-3.85l-2.64,2.9l-1.61,4.12l-0.57,-4.65l-4.26,0.21L601,63.25l6.24,0.52L605.64,69.03zM736.89,82.07l4.65,5.73l7.81,4.2l6.12,-1.8l0.69,-13.62l-6.46,-16.04l-5.45,-9.02l-6.07,4.11l-7.28,11.83l3.83,3.27L736.89,82.07z"
695
- },
696
- {
697
- "id":"RW",
698
- "title":"Rwanda",
699
- "d":"M560.54,466.55L561.66,468.12L561.49,469.76L560.69,470.11L559.2,469.93L558.34,471.52L556.63,471.3L556.89,469.77L557.28,469.56L557.38,467.9L558.19,467.12L558.87,467.41z"
700
- },
701
- {
702
- "id":"SA",
703
- "title":"Saudi Arabia",
704
- "d":"M595.2,417.22L594.84,415.98L593.99,415.1L593.77,413.93L592.33,412.89L590.83,410.43L590.04,408.02L588.1,405.98L586.85,405.5L584.99,402.65L584.67,400.57L584.79,398.78L583.18,395.42L581.87,394.23L580.35,393.6L579.43,391.84L579.58,391.15L578.8,389.55L577.98,388.86L576.89,386.54L575.18,384.02L573.75,381.86L572.36,381.87L572.79,380.13L572.92,379.02L573.26,377.74L576.38,378.25L577.6,377.27L578.27,376.11L580.41,375.67L580.87,374.58L581.8,374.04L579,370.78L584.62,369.13L585.15,368.64L588.53,369.53L592.71,371.82L600.61,378.31L605.82,378.57L608.32,378.88L609.02,380.39L611,380.31L612.1,383.04L613.48,383.75L613.96,384.86L615.87,386.17L616.04,387.46L615.76,388.49L616.12,389.53L616.92,390.4L617.3,391.41L617.72,392.16L618.56,392.77L619.34,392.55L619.87,393.72L619.98,394.43L621.06,397.51L629.48,399.03L630.05,398.39L631.33,400.53L629.46,406.5L621.05,409.46L612.97,410.59L610.35,411.91L608.34,414.98L607.03,415.46L606.33,414.49L605.26,414.64L602.55,414.35L602.03,414.05L598.8,414.12L598.04,414.39L596.89,413.63L596.14,415.06L596.43,416.29z"
705
- },
706
- {
707
- "id":"SB",
708
- "title":"Solomon Islands",
709
- "d":"M929.81,492.75l0.78,0.97l-1.96,-0.02l-1.07,-1.74l1.67,0.69L929.81,492.75zM926.26,491.02l-1.09,0.06l-1.72,-0.29l-0.59,-0.44l0.18,-1.12l1.85,0.44l0.91,0.59L926.26,491.02zM928.58,490.25l-0.42,0.52l-2.08,-2.45l-0.58,-1.68h0.95l1.01,2.25L928.58,490.25zM923.52,486.69l0.12,0.57l-2.2,-1.19l-1.54,-1.01l-1.05,-0.94l0.42,-0.29l1.29,0.67l2.3,1.29L923.52,486.69zM916.97,483.91l-0.56,0.16l-1.23,-0.64l-1.15,-1.15l0.14,-0.47l1.67,1.18L916.97,483.91z"
710
- },
711
- {
712
- "id":"SD",
713
- "title":"Sudan",
714
- "d":"M570.48,436.9L570.09,436.85L570.14,435.44L569.8,434.47L568.36,433.35L568.02,431.3L568.36,429.2L567.06,429.01L566.87,429.64L565.18,429.79L565.86,430.62L566.1,432.33L564.56,433.89L563.16,435.93L561.72,436.22L559.36,434.57L558.3,435.15L558.01,435.98L556.57,436.51L556.47,437.09L553.68,437.09L553.29,436.51L551.27,436.41L550.26,436.9L549.49,436.65L548.05,435L547.57,434.23L545.54,434.62L544.77,435.93L544.05,438.45L543.09,438.98L542.23,439.29L542,439.15L541.03,438.34L540.85,437.47L541.3,436.29L541.3,435.14L539.68,433.37L539.36,432.15L539.39,431.46L538.36,430.63L538.33,428.97L537.75,427.87L536.76,428.04L537.04,426.99L537.77,425.79L537.45,424.61L538.37,423.73L537.79,423.06L538.53,421.28L539.81,419.15L542.23,419.35L542.09,407.74L542.13,406.5L545.35,406.49L545.35,400.53L556.62,400.53L567.5,400.53L578.62,400.53L579.52,403.47L578.91,404.01L579.32,407.07L580.35,410.59L581.41,411.32L582.95,412.4L581.53,414.07L579.46,414.55L578.58,415.45L578.31,417.38L577.1,421.63L577.4,422.78L576.95,425.25L575.81,428.06L574.12,429.48L572.92,431.65L572.63,432.81L571.31,433.61L570.48,436.57z"
715
- },
716
- {
717
- "id":"SE",
718
- "title":"Sweden",
719
- "d":"M537.45,217.49L534.73,222.18L535.17,226.2L530.71,231.33L525.3,236.67L523.25,245.08L525.25,249.15L527.93,252.29L525.36,258.52L522.44,259.78L521.37,268.62L519.78,273.38L516.38,272.89L514.79,276.84L511.54,277.07L510.65,272.36L508.3,266.55L506.17,259.05L507.41,255.9L509.74,252.09L510.67,245.36L508.88,242.38L508.7,234.34L510.53,228.43L513.31,228.54L514.28,225.99L513.26,223.76L517.61,214.26L520.42,206.39L522.27,201.15L524.96,201.17L525.71,196.96L530.99,198.18L531.4,193.1L533.14,192.77L536.88,196.58L541.25,201.73L541.33,212.85L542.27,215.55z"
720
- },
721
- {
722
- "id":"SI",
723
- "title":"Slovenia",
724
- "d":"M513.96,316.51L516.28,316.82L517.7,315.9L520.15,315.8L520.68,315.11L521.15,315.16L521.7,316.53L519.47,317.61L519.19,319.23L518.22,319.64L518.23,320.76L517.13,320.68L516.18,320.03L515.66,320.71L513.71,320.57L514.33,320.21L513.66,318.5z"
725
- },
726
- {
727
- "id":"SJ",
728
- "title":"Svalbard and Jan Mayen",
729
- "d":"M544.58,104.49l-6.26,5.36l-4.95,-3.02l1.94,-3.42l-1.69,-4.34l5.81,-2.78l1.11,5.18L544.58,104.49zM526.43,77.81l9.23,11.29l-7.06,5.66l-1.56,10.09l-2.46,2.49l-1.33,10.51l-3.38,0.48l-6.03,-7.64l2.54,-4.62l-4.2,-3.86l-5.46,-11.82l-2.18,-11.79l7.64,-5.69l1.54,5.56l3.99,-0.22l1.06,-5.43l4.12,-0.56L526.43,77.81zM546.6,66.35l5.5,5.8l-4.16,8.52l-8.13,1.81l-8.27,-2.56l-0.5,-4.32l-4.02,-0.28l-3.07,-7.48l8.66,-4.72l4.07,4.08l2.84,-5.09L546.6,66.35z"
730
- },
731
- {
732
- "id":"SK",
733
- "title":"Slovakia",
734
- "d":"M528.11,304.02L528.27,304.28L529.43,303.7L530.84,305.22L532.5,304.3L533.82,304.74L535.84,304.14L538.5,305.78L537.73,306.89L537.18,308.6L536.58,309.03L533.58,307.75L532.66,308L532,309L530.68,309.52L530.38,309.25L529.02,309.9L527.9,310.03L527.68,310.87L525.32,311.38L524.29,310.92L522.86,309.85L522.58,308.4L522.81,307.86L523.2,306.93L524.45,307L525.4,306.56L525.48,306.17L526.02,305.96L526.2,304.99L526.84,304.8L527.28,304.03z"
735
- },
736
- {
737
- "id":"SL",
738
- "title":"Sierra Leone",
739
- "d":"M443.18,444.44L442.42,444.23L440.41,443.1L438.95,441.6L438.46,440.57L438.11,438.49L439.61,437.25L439.93,436.46L440.41,435.85L441.19,435.79L441.84,435.26L444.08,435.26L444.86,436.27L445.47,437.46L445.38,438.28L445.83,439.02L445.8,440.05L446.57,439.89L445.26,441.2L444,442.73L443.85,443.54z"
740
- },
741
- {
742
- "id":"SN",
743
- "title":"Senegal",
744
- "d":"M428.39,425.16L427.23,422.92L425.83,421.9L427.07,421.35L428.43,419.32L429.09,417.83L430.05,416.9L431.45,417.15L432.81,416.52L434.38,416.49L435.72,417.34L437.58,418.11L439.28,420.24L441.13,422.22L441.26,424.01L441.81,425.65L442.86,426.46L443.1,427.56L442.97,428.45L442.56,428.61L441.04,428.39L440.83,428.7L440.21,428.77L438.19,428.07L436.84,428.04L431.66,427.92L430.91,428.24L429.98,428.15L428.49,428.62L428.03,426.43L430.58,426.49L431.26,426.09L431.76,426.06L432.8,425.4L434,426.01L435.22,426.06L436.43,425.41L435.87,424.59L434.94,425.07L434.07,425.06L432.97,424.35L432.08,424.4L431.44,425.07z"
745
- },
746
- {
747
- "id":"SO",
748
- "title":"Somalia",
749
- "d":"M618.63,430.43L618.56,429.64L617.5,429.65L616.17,430.63L614.68,430.91L613.39,431.33L612.5,431.39L610.9,431.49L609.9,432.01L608.51,432.2L606.04,433.08L602.99,433.41L600.34,434.14L598.95,434.13L597.69,432.94L597.14,431.77L596.23,431.24L595.19,432.76L594.58,433.77L595.62,435.33L596.65,436.69L597.72,437.7L606.89,441.04L609.25,441.02L601.32,449.44L597.67,449.56L595.17,451.53L593.38,451.58L592.61,452.46L590.16,455.63L590.19,465.78L591.85,468.07L592.48,467.41L593.13,465.95L596.2,462.57L598.81,460.45L603.01,457.69L605.81,455.43L609.11,451.62L611.5,448.49L613.91,444.39L615.64,440.8L616.99,437.65L617.78,434.6L618.38,433.58L618.37,432.08z"
750
- },
751
- {
752
- "id":"SR",
753
- "title":"Suriname",
754
- "d":"M315.02,446.72L318.38,447.28L318.68,446.77L320.95,446.57L323.96,447.33L322.5,449.73L322.72,451.64L323.83,453.3L323.34,454.5L323.09,455.77L322.37,456.94L320.77,456.35L319.44,456.64L318.31,456.39L318.03,457.2L318.5,457.75L318.25,458.32L316.72,458.09L315.01,455.67L314.64,454.1L313.75,454.09L312.5,452.07L313.02,450.62L312.87,449.97L314.57,449.24z"
755
- },
756
- {
757
- "id":"SS",
758
- "title":"South Sudan",
759
- "d":"M570.48,436.9L570.51,439.1L570.09,439.96L568.61,440.03L567.65,441.64L569.37,441.84L570.79,443.21L571.29,444.33L572.57,444.98L574.22,448.03L572.32,449.87L570.6,451.54L568.87,452.82L566.9,452.82L564.64,453.47L562.86,452.84L561.71,453.61L559.24,451.75L558.57,450.56L557.01,451.15L555.71,450.96L554.96,451.43L553.7,451.1L552.01,448.79L551.56,447.9L549.46,446.79L548.75,445.11L547.58,443.9L545.7,442.44L545.67,441.52L544.14,440.39L542.23,439.29L543.09,438.98L544.05,438.45L544.77,435.93L545.54,434.62L547.57,434.23L548.05,435L549.49,436.65L550.26,436.9L551.27,436.41L553.29,436.51L553.68,437.09L556.47,437.09L556.57,436.51L558.01,435.98L558.3,435.15L559.36,434.57L561.72,436.22L563.16,435.93L564.56,433.89L566.1,432.33L565.86,430.62L565.18,429.79L566.87,429.64L567.06,429.01L568.36,429.2L568.02,431.3L568.36,433.35L569.8,434.47L570.14,435.44L570.09,436.85z"
760
- },
761
- {
762
- "id":"SV",
763
- "title":"El Salvador",
764
- "d":"M229.09,425.76L228.78,426.43L227.16,426.39L226.15,426.12L224.99,425.55L223.43,425.37L222.64,424.75L222.73,424.33L223.69,423.61L224.21,423.29L224.06,422.95L224.72,422.78L225.55,423.02L226.15,423.59L227,424.05L227.1,424.44L228.33,424.1L228.91,424.3L229.29,424.61z"
765
- },
766
- {
767
- "id":"SY",
768
- "title":"Syria",
769
- "d":"M584.02,364.6L578.53,368.14L575.41,366.82L575.35,366.8L575.73,366.3L575.69,364.93L576.38,363.1L577.91,361.83L577.45,360.51L576.19,360.33L575.93,357.72L576.61,356.31L577.36,355.56L578.11,354.8L578.27,352.86L579.18,353.54L582.27,352.57L583.76,353.22L586.07,353.21L589.29,351.9L590.81,351.96L594,351.42L592.56,353.6L591.02,354.46L591.29,356.98L590.23,361.1z"
770
- },
771
- {
772
- "id":"SZ",
773
- "title":"Swaziland",
774
- "d":"M565.18,540.74L564.61,542.13L562.97,542.46L561.29,540.77L561.27,539.69L562.03,538.52L562.3,537.62L563.11,537.4L564.52,537.97L564.94,539.36z"
775
- },
776
- {
777
- "id":"TD",
778
- "title":"Chad",
779
- "d":"M515.9,427.26L516.18,425.92L514.38,425.85L514.39,424L513.22,422.94L514.43,419.14L518.01,416.4L518.15,412.61L519.23,406.63L519.84,405.35L518.68,404.33L518.63,403.38L517.58,402.6L516.89,397.93L519.72,396.27L530.91,402.04L542.09,407.74L542.23,419.35L539.81,419.15L538.53,421.28L537.79,423.06L538.37,423.73L537.45,424.61L537.77,425.79L537.04,426.99L536.76,428.04L537.75,427.87L538.33,428.97L538.36,430.63L539.39,431.46L539.36,432.15L537.59,432.64L536.16,433.78L534.14,436.87L531.5,438.18L528.79,438L528,438.26L528.28,439.25L526.81,440.24L525.62,441.34L522.09,442.41L521.39,441.78L520.93,441.72L520.41,442.44L518.09,442.66L518.53,441.89L517.65,439.96L517.25,438.79L516.03,438.31L514.38,436.66L514.99,435.33L516.27,435.61L517.06,435.41L518.62,435.44L517.1,432.87L517.2,430.98L517.01,429.09z"
780
- },
781
- {
782
- "id":"TF",
783
- "title":"French Southern and Antarctic Lands",
784
- "d":"M668.54,619.03L670.34,620.36L672.99,620.9L673.09,621.71L672.31,623.67L668,623.95L667.93,621.66L668.35,619.9z"
785
- },
786
- {
787
- "id":"TG",
788
- "title":"Togo",
789
- "d":"M480.48,446.25L478.23,446.84L477.6,445.86L476.85,444.08L476.63,442.68L477.25,440.15L476.55,439.12L476.28,436.9L476.28,434.85L475.11,433.39L475.32,432.5L477.78,432.56L477.42,434.06L478.27,434.89L479.25,435.88L479.35,437.27L479.92,437.85L479.79,444.31z"
790
- },
791
- {
792
- "id":"TH",
793
- "title":"Thailand",
794
- "d":"M762.89,429.18L760.37,427.87L757.97,427.93L758.38,425.68L755.91,425.7L755.69,428.84L754.18,432.99L753.27,435.49L753.46,437.54L755.28,437.63L756.42,440.2L756.93,442.63L758.49,444.24L760.19,444.57L761.64,446.02L760.73,447.17L758.87,447.51L758.65,446.07L756.37,444.84L755.88,445.34L754.77,444.27L754.29,442.88L752.8,441.29L751.44,439.96L750.98,441.61L750.45,440.05L750.76,438.29L751.58,435.58L752.94,432.67L754.48,430.02L753.38,427.42L753.43,426.09L753.11,424.49L751.24,422.21L750.57,420.76L751.54,420.23L752.56,417.71L751.42,415.79L749.64,413.66L748.28,411.09L749.46,410.56L750.74,407.37L752.72,407.23L754.36,405.95L755.96,405.26L757.18,406.18L757.34,407.96L759.23,408.09L758.54,411.2L758.61,413.82L761.56,412.08L762.4,412.59L764.05,412.51L764.61,411.49L766.73,411.69L768.86,414.07L769.04,416.94L771.31,419.47L771.18,421.91L770.27,423.21L767.64,422.8L764.02,423.35L762.22,425.73z"
795
- },
796
- {
797
- "id":"TJ",
798
- "title":"Tajikistan",
799
- "d":"M674.37,340.62L673.34,341.75L670.29,341.14L670.02,343.24L673.06,342.96L676.53,344.13L681.83,343.58L682.54,346.91L683.46,346.55L685.16,347.36L685.07,348.74L685.49,350.75L682.59,350.75L680.66,350.49L678.92,352.06L677.67,352.4L676.69,353.14L675.58,351.99L675.85,349.04L675,348.87L675.3,347.78L673.79,346.98L672.58,348.21L672.28,349.64L671.85,350.16L670.17,350.09L669.27,351.69L668.32,351.02L666.29,352.14L665.44,351.72L667.01,348.15L666.41,345.49L664.35,344.63L665.08,343.04L667.42,343.21L668.75,341.2L669.64,338.85L673.39,337.99L672.81,339.7L673.21,340.72z"
800
- },
801
- {
802
- "id":"TL",
803
- "title":"Timor-Leste",
804
- "d":"M825.65,488.25L825.98,487.59L828.39,486.96L830.35,486.86L831.22,486.51L832.28,486.86L831.25,487.62L828.33,488.85L825.98,489.67L825.93,488.81z"
805
- },
806
- {
807
- "id":"TM",
808
- "title":"Turkmenistan",
809
- "d":"M646.88,356.9L646.63,353.99L644.54,353.87L641.34,350.78L639.1,350.39L636,348.6L634,348.27L632.77,348.93L630.9,348.83L628.91,350.85L626.44,351.53L625.92,349.04L626.33,345.31L624.14,344.09L624.86,341.61L623,341.39L623.62,338.3L626.26,339.21L628.73,338.02L626.68,335.79L625.88,333.65L623.62,334.61L623.34,337.34L622.46,334.93L623.7,333.68L626.88,332.89L628.78,333.95L630.74,336.88L632.18,336.7L635.34,336.65L634.88,334.77L637.28,333.47L639.64,331.27L643.42,333.27L643.72,336.26L644.79,337.03L647.82,336.86L648.76,337.53L650.14,341.32L653.35,343.83L655.18,345.52L658.11,347.27L661.84,348.79L661.76,350.95L660.92,350.84L659.59,349.9L659.15,351.15L656.79,351.83L656.23,354.62L654.65,355.67L652.44,356.19L651.85,357.74L649.74,358.2z"
810
- },
811
- {
812
- "id":"TN",
813
- "title":"Tunisia",
814
- "d":"M501.84,374.69L500.64,368.83L498.92,367.5L498.89,366.69L496.6,364.71L496.35,362.18L498.08,360.3L498.74,357.48L498.29,354.2L498.86,352.41L501.92,351L503.88,351.42L503.8,353.19L506.18,351.9L506.38,352.57L504.97,354.28L504.96,355.88L505.93,356.73L505.56,359.69L503.71,361.4L504.24,363.23L505.69,363.29L506.4,364.88L507.47,365.4L507.31,367.95L505.94,368.9L505.08,369.95L503.15,371.21L503.45,372.56L503.21,373.94z"
815
- },
816
- {
817
- "id":"TR",
818
- "title":"Turkey",
819
- "d":"M578.75,336.6l4.02,1.43l3.27,-0.57l2.41,0.33l3.31,-1.94l2.99,-0.18l2.7,1.83l0.48,1.3l-0.27,1.79l2.08,0.91l1.1,1.06l-1.92,1.03l0.88,4.11l-0.55,1.1l1.53,2.82l-1.34,0.59l-0.98,-0.89l-3.26,-0.45l-1.2,0.55l-3.19,0.54l-1.51,-0.06l-3.23,1.31l-2.31,0.01l-1.49,-0.66l-3.09,0.97l-0.92,-0.68l-0.15,1.94l-0.75,0.76l-0.75,0.76l-1.03,-1.57l1.06,-1.3l-1.71,0.3l-2.35,-0.8l-1.93,2l-4.26,0.39l-2.27,-1.86l-3.02,-0.12l-0.65,1.44l-1.94,0.41l-2.71,-1.85l-3.06,0.06l-1.66,-3.48l-2.05,-1.96l1.36,-2.78l-1.78,-1.72l3.11,-3.48l4.32,-0.15l1.18,-2.81l5.34,0.49l3.37,-2.42l3.27,-1.06l4.64,-0.08L578.75,336.6zM551.5,338.99l-2.34,1.98l-0.88,-1.71l0.04,-0.76l0.67,-0.41l0.87,-2.33l-1.37,-0.99l2.86,-1.18l2.41,0.5l0.33,1.44l2.45,1.2l-0.51,0.91l-3.33,0.2L551.5,338.99z"
820
- },
821
- {
822
- "id":"TT",
823
- "title":"Trinidad and Tobago",
824
- "d":"M302.31,433.24L303.92,432.87L304.51,432.97L304.4,435.08L302.06,435.39L301.55,435.14L302.37,434.36z"
825
- },
826
- {
827
- "id":"TW",
828
- "title":"Taiwan",
829
- "d":"M816.7,393.27L815.01,398.14L813.81,400.62L812.33,398.07L812.01,395.82L813.66,392.82L815.91,390.5L817.19,391.41z"
830
- },
831
- {
832
- "id":"TZ",
833
- "title":"Tanzania",
834
- "d":"M570.31,466.03L570.79,466.34L580.95,472.01L581.15,473.63L585.17,476.42L583.88,479.87L584.04,481.46L585.84,482.48L585.92,483.21L585.15,484.91L585.31,485.76L585.13,487.11L586.11,488.87L587.27,491.66L588.29,492.28L586.06,493.92L583,495.02L581.32,494.98L580.32,495.83L578.37,495.9L577.63,496.26L574.26,495.46L572.15,495.69L571.37,491.83L570.42,490.51L569.85,489.73L567.11,489.21L565.51,488.36L563.73,487.89L562.61,487.41L561.44,486.7L559.93,483.15L558.3,481.58L557.74,479.96L558.02,478.5L557.52,475.93L558.68,475.8L559.69,474.79L560.79,473.33L561.48,472.75L561.45,471.84L560.85,471.21L560.69,470.11L561.49,469.76L561.66,468.12L560.54,466.55L561.53,466.21L564.6,466.25z"
835
- },
836
- {
837
- "id":"UA",
838
- "title":"Ukraine",
839
- "d":"M564.38,292.49L565.42,292.68L566.13,291.64L566.98,291.87L569.89,291.43L571.68,294L570.98,294.92L571.21,296.31L573.45,296.52L574.45,298.45L574.39,299.32L577.95,300.86L580.1,300.17L581.83,302.21L583.47,302.16L587.6,303.57L587.63,304.84L586.5,307.07L587.11,309.4L586.67,310.79L583.96,311.1L582.51,312.26L582.43,314.09L580.19,314.42L578.32,315.74L575.7,315.95L573.28,317.47L573.45,319.97L574.82,320.93L577.68,320.69L577.13,322.11L574.06,322.79L570.25,325.06L568.7,324.27L569.31,322.42L566.25,321.26L566.75,320.49L569.43,319.16L568.62,318.24L564.26,317.22L564.07,315.71L561.47,316.21L560.43,318.44L558.26,321.39L556.98,320.71L555.67,321.35L554.42,320.62L555.12,320.18L555.61,318.81L556.38,317.52L556.18,316.8L556.77,316.47L557.04,317.04L558.7,317.15L559.44,316.86L558.92,316.44L559.11,315.84L558.13,314.8L557.73,313.08L556.71,312.41L556.91,311L555.64,309.88L554.49,309.72L552.42,308.41L550.56,308.83L549.89,309.45L548.71,309.44L548,310.42L545.93,310.82L544.97,311.46L543.67,310.45L541.88,310.43L540.14,309.97L538.93,310.86L538.73,309.74L537.18,308.6L537.73,306.89L538.5,305.78L539.11,306.03L538.39,304.11L540.94,300.5L542.33,299.99L542.63,298.75L541.22,294.86L542.56,294.69L544.1,293.46L546.27,293.36L549.1,293.72L552.23,294.8L554.44,294.89L555.49,295.54L556.54,294.76L557.28,295.81L559.81,295.59L560.92,296.02L561.11,293.76L561.97,292.76z"
840
- },
841
- {
842
- "id":"UG",
843
- "title":"Uganda",
844
- "d":"M564.6,466.25L561.53,466.21L560.54,466.55L558.87,467.41L558.19,467.12L558.21,465.02L558.86,463.96L559.02,461.72L559.61,460.43L560.68,458.97L561.76,458.23L562.66,457.24L561.54,456.87L561.71,453.61L562.86,452.84L564.64,453.47L566.9,452.82L568.87,452.82L570.6,451.54L571.93,453.48L572.26,454.88L573.49,458.08L572.47,460.11L571.09,461.95L570.29,463.08L570.31,466.03z"
845
- },
846
- {
847
- "id":"US",
848
- "title":"United States",
849
- "d":"M109.25,279.8L109.25,279.8l-1.54,-1.83l-2.47,-1.57l-0.79,-4.36l-3.61,-4.13l-1.51,-4.94l-2.69,-0.34l-4.46,-0.13l-3.29,-1.54l-5.8,-5.64l-2.68,-1.05l-4.9,-1.99l-3.88,0.48l-5.51,-2.59l-3.33,-2.43l-3.11,1.21l0.58,3.93l-1.55,0.36l-3.24,1.16l-2.47,1.86l-3.11,1.16l-0.4,-3.24l1.26,-5.53l2.98,-1.77l-0.77,-1.46l-3.57,3.22l-1.91,3.77l-4.04,3.95l2.05,2.65l-2.65,3.85l-3.01,2.21l-2.81,1.59l-0.69,2.29l-4.38,2.63l-0.89,2.36l-3.28,2.13l-1.92,-0.38l-2.62,1.38l-2.85,1.67l-2.33,1.63l-4.81,1.38l-0.44,-0.81l3.07,-2.27l2.74,-1.51l2.99,-2.71l3.48,-0.56l1.38,-2.06l3.89,-3.05l0.63,-1.03l2.07,-1.83l0.48,-4l1.43,-3.17l-3.23,1.64l-0.9,-0.93l-1.52,1.95l-1.83,-2.73l-0.76,1.94l-1.05,-2.7l-2.8,2.17l-1.72,0l-0.24,-3.23l0.51,-2.02l-1.81,-1.98l-3.65,1.07l-2.37,-2.63l-1.92,-1.36l-0.01,-3.25l-2.16,-2.48l1.08,-3.41l2.29,-3.37l1,-3.15l2.27,-0.45l1.92,0.99l2.26,-3.01l2.04,0.54l2.14,-1.96l-0.52,-2.92l-1.57,-1.16l2.08,-2.52l-1.72,0.07l-2.98,1.43l-0.85,1.43l-2.21,-1.43l-3.97,0.73l-4.11,-1.56l-1.18,-2.65l-3.55,-3.91l3.94,-2.87l6.25,-3.41h2.31l-0.38,3.48l5.92,-0.27l-2.28,-4.34l-3.45,-2.72l-1.99,-3.64l-2.69,-3.17l-3.85,-2.38l1.57,-4.03l4.97,-0.25l3.54,-3.58l0.67,-3.92l2.86,-3.91l2.73,-0.95l5.31,-3.76l2.58,0.57l4.31,-4.61l4.24,1.83l2.03,3.87l1.25,-1.65l4.74,0.51l-0.17,1.95l4.29,1.43l2.86,-0.84l5.91,2.64l5.39,0.78l2.16,1.07l3.73,-1.34l4.25,2.46l3.05,1.13l-0.02,27.65l-0.01,35.43l2.76,0.17l2.73,1.56l1.96,2.44l2.49,3.6l2.73,-3.05l2.81,-1.79l1.49,2.85l1.89,2.23l2.57,2.42l1.75,3.79l2.87,5.88l4.77,3.2l0.08,3.12L109.25,279.8zM285.18,314.23l-1.25,-1.19l-1.88,0.7l-0.93,-1.08l-2.14,3.1l-0.86,3.15l-1,1.82l-1.19,0.62l-0.9,0.2l-0.28,0.98l-5.17,0l-4.26,0.03l-1.27,0.73l-2.87,2.73l0.29,0.54l0.17,1.51l-2.1,1.27l-2.3,-0.32l-2.2,-0.14l-1.33,0.44l0.25,1.15l0,0l0.05,0.37l-2.42,2.27l-2.11,1.09l-1.44,0.51l-1.66,1.03l-2.03,0.5l-1.4,-0.19l-1.73,-0.77l0.96,-1.45l0.62,-1.32l1.32,-2.09l-0.14,-1.57l-0.5,-2.24l-1.04,-0.39l-1.74,1.7l-0.56,-0.03l-0.14,-0.97l1.54,-1.56l0.26,-1.79l-0.23,-1.79l-2.08,-1.55l-2.38,-0.8l-0.39,1.52l-0.62,0.4l-0.5,1.95l-0.26,-1.33l-1.12,0.95l-0.7,1.32l-0.73,1.92l-0.14,1.64l0.93,2.38l-0.08,2.51l-1.14,1.84l-0.57,0.52l-0.76,0.41l-0.95,0.02l-0.26,-0.25l-0.76,-1.98l-0.02,-0.98l0.08,-0.94l-0.35,-1.87l0.53,-2.18l0.63,-2.71l1.46,-3.03l-0.42,0.01l-2.06,2.54l-0.38,-0.46l1.1,-1.42l1.67,-2.57l1.91,-0.36l2.19,-0.8l2.21,0.42l0.09,0.02l2.47,-0.36l-1.4,-1.61l-0.75,-0.13l-0.86,-0.16l-0.59,-1.14l-2.75,0.36l-2.49,0.9l-1.97,-1.55l-1.59,-0.52l0.9,-2.17l-2.48,1.37l-2.25,1.33l-2.16,1.04l-1.72,-1.4l-2.81,0.85l0.01,-0.6l1.9,-1.73l1.99,-1.65l2.86,-1.37l-3.45,-1.09l-2.27,0.55l-2.72,-1.3l-2.86,-0.67l-1.96,-0.26l-0.87,-0.72l-0.5,-2.35l-0.95,0.02l-0.01,1.64l-5.8,0l-9.59,0l-9.53,0l-8.42,0h-8.41h-8.27h-8.55h-2.76h-8.32h-7.96l0.95,3.47l0.45,3.41l-0.69,1.09l-1.49,-3.91l-4.05,-1.42l-0.34,0.82l0.82,1.94l0.89,3.53l0.51,5.42l-0.34,3.59l-0.34,3.54l-1.1,3.61l0.9,2.9l0.1,3.2l-0.61,3.05l1.49,1.99l0.39,2.95l2.17,2.99l1.24,1.17l-0.1,0.82l2.34,4.85l2.72,3.45l0.34,1.87l0.71,0.55l2.6,0.33l1,0.91l1.57,0.17l0.31,0.96l1.31,0.4l1.82,1.92l0.47,1.7l3.19,-0.25l3.56,-0.36l-0.26,0.65l4.23,1.6l6.4,2.31l5.58,-0.02l2.22,0l0.01,-1.35l4.86,0l1.02,1.16l1.43,1.03l1.67,1.43l0.93,1.69l0.7,1.77l1.45,0.97l2.33,0.96l1.77,-2.53l2.29,-0.06l1.98,1.28l1.41,2.18l0.97,1.86l1.65,1.8l0.62,2.19l0.79,1.47l2.19,0.96l1.99,0.68l1.09,-0.09l-0.53,-1.06l-0.14,-1.5l0.03,-2.16l0.65,-1.42l1.53,-1.51l2.79,-1.37l2.55,-2.37l2.36,-0.75l1.74,-0.23l2.04,0.74l2.45,-0.4l2.09,1.69l2.03,0.1l1.05,-0.61l1.04,0.47l0.53,-0.42l-0.6,-0.63l0.05,-1.3l-0.5,-0.86l1.16,-0.5l2.14,-0.22l2.49,0.36l3.17,-0.41l1.76,0.8l1.36,1.5l0.5,0.16l2.83,-1.46l1.09,0.49l2.19,2.68l0.79,1.75l-0.58,2.1l0.42,1.23l1.3,2.4l1.49,2.68l1.07,0.71l0.44,1.35l1.38,0.37l0.84,-0.39l0.7,-1.89l0.12,-1.21l0.09,-2.1l-1.33,-3.65l-0.02,-1.37l-1.25,-2.25l-0.94,-2.75l-0.5,-2.25l0.43,-2.31l1.32,-1.94l1.58,-1.57l3.08,-2.16l0.4,-1.12l1.42,-1.23l1.4,-0.22l1.84,-1.98l2.9,-1.01l1.78,-2.53l-0.39,-3.46l-0.29,-1.21l-0.8,-0.24l-0.12,-3.35l-1.93,-1.14l1.85,0.56l-0.6,-2.26l0.54,-1.55l0.33,2.97l1.43,1.36l-0.87,2.4l0.26,0.14l1.58,-2.81l0.9,-1.38l-0.04,-1.35l-0.7,-0.64l-0.58,-1.94l0.92,0.9l0.62,0.19l0.21,0.92l2.04,-2.78l0.61,-2.62l-0.83,-0.17l0.85,-1.02l-0.08,0.45l1.79,-0.01l3.93,-1.11l-0.83,-0.7l-4.12,0.7l2.34,-1.07l1.63,-0.18l1.22,-0.19l2.07,-0.65l1.35,0.07l1.89,-0.61l0.22,-1.07l-0.84,-0.84l0.29,1.37l-1.16,-0.09l-0.93,-1.99l0.03,-2.01l0.48,-0.86l1.48,-2.28l2.96,-1.15l2.88,-1.34l2.99,-1.9l-0.48,-1.29l-1.83,-2.25L285.18,314.23zM45.62,263.79l-1.5,0.8l-2.55,1.86l0.43,2.42l1.43,1.32l2.8,-1.95l2.43,-2.47l-1.19,-1.63L45.62,263.79zM0,235.22l2.04,-1.26l0.23,-0.68L0,232.61V235.22zM8.5,250.59l-2.77,0.97l1.7,1.52l1.84,1.04l1.72,-0.87l-0.27,-2.15L8.5,250.59zM105.85,283.09l-2.69,0.38l-1.32,-0.62l-0.17,1.52l0.52,2.07l1.42,1.46l1.04,2.13l1.69,2.1l1.12,0.01l-2.44,-3.7L105.85,283.09zM37.13,403.77l-1,-0.28l-0.27,0.26l0.02,0.19l0.32,0.24l0.48,0.63l0.94,-0.21l0.23,-0.36L37.13,403.77zM34.14,403.23l1.5,0.09l0.09,-0.32l-1.38,-0.13L34.14,403.23zM40.03,406.52l-0.5,-0.26l-1.07,-0.5l-0.21,-0.06l-0.16,0.28l0.19,0.58l-0.49,0.48l-0.14,0.33l0.46,1.08l-0.08,0.83l0.7,0.42l0.41,-0.49l0.9,-0.46l1.1,-0.63l0.07,-0.16l-0.71,-1.04L40.03,406.52zM32.17,401.38l-0.75,0.41l0.11,0.12l0.36,0.68l0.98,0.11l0.2,0.04l0.15,-0.17l-0.81,-0.99L32.17,401.38zM27.77,399.82l-0.43,0.3l-0.15,0.22l0.94,0.55l0.33,-0.3l-0.06,-0.7L27.77,399.82z"
850
- },
851
- {
852
- "id":"UY",
853
- "title":"Uruguay",
854
- "d":"M313.68,551.79L315.5,551.45L318.31,553.95L319.35,553.86L322.24,555.94L324.44,557.76L326.06,560.01L324.82,561.58L325.6,563.48L324.39,565.6L321.22,567.48L319.15,566.8L317.63,567.17L315.04,565.71L313.14,565.82L311.43,563.95L311.65,561.79L312.26,561.05L312.23,557.75L312.98,554.38z"
855
- },
856
- {
857
- "id":"UZ",
858
- "title":"Uzbekistan",
859
- "d":"M661.76,350.95L661.84,348.79L658.11,347.27L655.18,345.52L653.35,343.83L650.14,341.32L648.76,337.53L647.82,336.86L644.79,337.03L643.72,336.26L643.42,333.27L639.64,331.27L637.28,333.47L634.88,334.77L635.34,336.65L632.18,336.7L632.07,322.57L639.29,320.22L639.81,320.57L644.16,323.41L646.45,324.89L649.13,328.39L652.42,327.83L657.23,327.53L660.58,330.33L660.37,334.13L661.74,334.16L662.31,337.22L665.88,337.34L666.64,339.09L667.69,339.07L668.92,336.42L672.61,333.81L674.22,333.11L675.05,333.48L672.7,335.91L674.77,337.31L676.77,336.38L680.09,338.34L676.5,340.98L674.37,340.62L673.21,340.72L672.81,339.7L673.39,337.99L669.64,338.85L668.75,341.2L667.42,343.21L665.08,343.04L664.35,344.63L666.41,345.49L667.01,348.15L665.44,351.72L663.32,350.98z"
860
- },
861
- {
862
- "id":"VE",
863
- "title":"Venezuela",
864
- "d":"M275.25,430.35L275.17,431.02L273.52,431.35L274.44,432.64L274.4,434.13L273.17,435.77L274.23,438.01L275.44,437.83L276.07,435.79L275.2,434.79L275.06,432.65L278.55,431.49L278.16,430.15L279.14,429.25L280.15,431.25L282.12,431.3L283.94,432.88L284.05,433.82L286.56,433.84L289.56,433.55L291.17,434.82L293.31,435.17L294.88,434.29L294.91,433.57L298.39,433.4L301.75,433.36L299.37,434.2L300.32,435.54L302.57,435.75L304.69,437.14L305.14,439.4L306.6,439.33L307.7,440L305.48,441.65L305.23,442.68L306.19,443.72L305.5,444.24L303.77,444.69L303.83,445.99L303.07,446.76L304.96,448.88L305.34,449.67L304.31,450.74L301.17,451.78L299.16,452.22L298.35,452.88L296.12,452.18L294.04,451.82L293.52,452.08L294.77,452.8L294.66,454.67L295.05,456.43L297.42,456.67L297.58,457.25L295.57,458.05L295.25,459.23L294.09,459.68L292.01,460.33L291.47,461.19L289.29,461.37L287.74,459.89L286.89,457.12L286.14,456.14L285.12,455.53L286.54,454.14L286.45,453.51L285.65,452.68L285.09,450.83L285.31,448.82L285.93,447.88L286.44,446.38L285.45,445.89L283.85,446.21L281.83,446.06L280.7,446.36L278.72,443.95L277.09,443.59L273.49,443.86L272.82,442.88L272.13,442.65L272.03,442.06L272.36,441.02L272.14,439.89L271.52,439.27L271.16,437.97L269.72,437.79L270.49,436.13L270.84,434.12L271.65,433.06L272.74,432.25L273.45,430.83z"
865
- },
866
- {
867
- "id":"VN",
868
- "title":"Vietnam",
869
- "d":"M778.21,401.87L774.47,404.43L772.13,407.24L771.51,409.29L773.66,412.38L776.28,416.2L778.82,417.99L780.53,420.32L781.81,425.64L781.43,430.66L779.1,432.53L775.88,434.36L773.6,436.72L770.1,439.34L769.08,437.53L769.87,435.62L767.79,434.01L770.22,432.87L773.16,432.67L771.93,430.94L776.64,428.75L776.99,425.33L776.34,423.41L776.85,420.53L776.14,418.49L774.02,416.47L772.25,413.9L769.92,410.44L766.56,408.68L767.37,407.61L769.16,406.84L768.07,404.25L764.62,404.22L763.36,401.5L761.72,399.13L763.23,398.39L765.46,398.41L768.19,398.06L770.58,396.44L771.93,397.58L774.5,398.13L774.05,399.87L775.39,401.09z"
870
- },
871
- {
872
- "id":"VU",
873
- "title":"Vanuatu",
874
- "d":"M945.87,509.9l-0.92,0.38l-0.94,-1.27l0.1,-0.78L945.87,509.9zM943.8,505.46l0.46,2.33l-0.75,-0.36l-0.58,0.16l-0.4,-0.8l-0.06,-2.21L943.8,505.46z"
875
- },
876
- {
877
- "id":"YE",
878
- "title":"Yemen",
879
- "d":"M624.16,416.33L622.13,417.12L621.59,418.4L621.52,419.39L618.73,420.61L614.25,421.96L611.74,423.99L610.51,424.14L609.67,423.97L608.03,425.17L606.24,425.72L603.89,425.87L603.18,426.03L602.57,426.78L601.83,426.99L601.4,427.72L600.01,427.66L599.11,428.04L597.17,427.9L596.44,426.23L596.52,424.66L596.07,423.81L595.52,421.69L594.71,420.5L595.27,420.36L594.98,419.04L595.32,418.48L595.2,417.22L596.43,416.29L596.14,415.06L596.89,413.63L598.04,414.39L598.8,414.12L602.03,414.05L602.55,414.35L605.26,414.64L606.33,414.49L607.03,415.46L608.34,414.98L610.35,411.91L612.97,410.59L621.05,409.46L623.25,414.3z"
880
- },
881
- {
882
- "id":"ZA",
883
- "title":"South Africa",
884
- "d":"M563.63,548.71l-0.55,0.46l-1.19,1.63l-0.78,1.66l-1.59,2.33l-3.17,3.38l-1.98,1.98l-2.12,1.51l-2.93,1.3l-1.43,0.17l-0.36,0.93l-1.7,-0.5l-1.39,0.64l-3.04,-0.65l-1.7,0.41l-1.16,-0.18l-2.89,1.33l-2.39,0.54l-1.73,1.28l-1.28,0.08l-1.19,-1.21l-0.95,-0.06l-1.21,-1.51l-0.13,0.47l-0.37,-0.91l0.02,-1.96l-0.91,-2.23l0.9,-0.6l-0.07,-2.53l-1.84,-3.05l-1.41,-2.74l0,-0.01l-2.01,-4.15l1.34,-1.57l1.11,0.87l0.47,1.36l1.26,0.23l1.76,0.6l1.51,-0.23l2.5,-1.63l0,-11.52l0.76,0.46l1.66,2.93l-0.26,1.89l0.63,1.1l2.01,-0.32l1.4,-1.39l1.33,-0.93l0.69,-1.48l1.37,-0.72l1.18,0.38l1.34,0.87l2.28,0.15l1.79,-0.72l0.28,-0.96l0.49,-1.47l1.53,-0.25l0.84,-1.15l0.93,-2.03l2.52,-2.26l3.97,-2.22l1.14,0.03l1.36,0.51l0.94,-0.36l1.49,0.3l1.34,4.26l0.73,2.17l-0.5,3.43l0.24,1.11l-1.42,-0.57l-0.81,0.22l-0.26,0.9l-0.77,1.17l0.03,1.08l1.67,1.7l1.64,-0.34l0.57,-1.39l2.13,0.03l-0.7,2.28l-0.33,2.62l-0.73,1.43L563.63,548.71zM556.5,547.75l-1.22,-0.98l-1.31,0.65l-1.52,1.25l-1.5,2.03l2.1,2.48l1,-0.32l0.52,-1.03l1.56,-0.5l0.48,-1.05l0.86,-1.56L556.5,547.75z"
885
- },
886
- {
887
- "id":"ZM",
888
- "title":"Zambia",
889
- "d":"M567.11,489.21L568.43,490.47L569.14,492.87L568.66,493.64L568.1,495.94L568.64,498.3L567.76,499.29L566.91,501.95L568.38,502.69L559.87,505.07L560.14,507.12L558.01,507.52L556.42,508.67L556.08,509.68L555.07,509.9L552.63,512.3L551.08,514.19L550.13,514.26L549.22,513.92L546.09,513.6L545.59,513.38L545.56,513.14L544.46,512.48L542.64,512.31L540.34,512.98L538.51,511.16L536.62,508.78L536.75,499.62L542.59,499.66L542.35,498.67L542.77,497.6L542.28,496.27L542.6,494.89L542.3,494.01L543.27,494.08L543.43,494.96L544.74,494.89L546.52,495.15L547.46,496.44L549.7,496.84L551.42,495.94L552.05,497.43L554.2,497.83L555.23,499.05L556.38,500.62L558.53,500.65L558.29,497.57L557.52,498.08L555.56,496.98L554.8,496.47L555.15,493.62L555.65,490.27L555.02,489.02L555.82,487.22L556.57,486.89L560.34,486.41L561.44,486.7L562.61,487.41L563.73,487.89L565.51,488.36z"
890
- },
891
- {
892
- "id":"ZW",
893
- "title":"Zimbabwe",
894
- "d":"M562.71,527L561.22,526.7L560.27,527.06L558.92,526.55L557.78,526.52L555.99,525.16L553.82,524.7L553,522.8L552.99,521.75L551.79,521.43L548.62,518.18L547.73,516.47L547.17,515.95L546.09,513.6L549.22,513.92L550.13,514.26L551.08,514.19L552.63,512.3L555.07,509.9L556.08,509.68L556.42,508.67L558.01,507.52L560.14,507.12L560.32,508.2L562.66,508.14L563.96,508.75L564.56,509.47L565.9,509.68L567.35,510.62L567.36,514.31L566.81,516.35L566.69,518.55L567.14,519.43L566.83,521.17L566.4,521.44L565.66,523.59z"
895
- }
896
- ]
897
- }
898
- }
899
  };
1
+ // (c) ammap.com | SVG (in JSON format) map of World - Low
2
+ // areas: {id:"AE"},{id:"AF"},{id:"AL"},{id:"AM"},{id:"AO"},{id:"AR"},{id:"AT"},{id:"AU"},{id:"AZ"},{id:"BA"},{id:"BD"},{id:"BE"},{id:"BF"},{id:"BG"},{id:"BI"},{id:"BJ"},{id:"BN"},{id:"BO"},{id:"BR"},{id:"BS"},{id:"BT"},{id:"BW"},{id:"BY"},{id:"BZ"},{id:"CA"},{id:"CD"},{id:"CF"},{id:"CG"},{id:"CH"},{id:"CI"},{id:"CL"},{id:"CM"},{id:"CN"},{id:"CO"},{id:"CR"},{id:"CU"},{id:"CY"},{id:"CZ"},{id:"DE"},{id:"DJ"},{id:"DK"},{id:"DO"},{id:"DZ"},{id:"EC"},{id:"EE"},{id:"EG"},{id:"EH"},{id:"ER"},{id:"ES"},{id:"ET"},{id:"FK"},{id:"FI"},{id:"FJ"},{id:"FR"},{id:"GA"},{id:"GB"},{id:"GE"},{id:"GF"},{id:"GH"},{id:"GL"},{id:"GM"},{id:"GN"},{id:"GQ"},{id:"GR"},{id:"GT"},{id:"GW"},{id:"GY"},{id:"HN"},{id:"HR"},{id:"HT"},{id:"HU"},{id:"ID"},{id:"IE"},{id:"IL"},{id:"IN"},{id:"IQ"},{id:"IR"},{id:"IS"},{id:"IT"},{id:"JM"},{id:"JO"},{id:"JP"},{id:"KE"},{id:"KG"},{id:"KH"},{id:"KP"},{id:"KR"},{id:"XK"},{id:"KW"},{id:"KZ"},{id:"LA"},{id:"LB"},{id:"LK"},{id:"LR"},{id:"LS"},{id:"LT"},{id:"LU"},{id:"LV"},{id:"LY"},{id:"MA"},{id:"MD"},{id:"ME"},{id:"MG"},{id:"MK"},{id:"ML"},{id:"MM"},{id:"MN"},{id:"MR"},{id:"MW"},{id:"MX"},{id:"MY"},{id:"MZ"},{id:"NA"},{id:"NC"},{id:"NE"},{id:"NG"},{id:"NI"},{id:"NL"},{id:"NO"},{id:"NP"},{id:"NZ"},{id:"OM"},{id:"PA"},{id:"PE"},{id:"PG"},{id:"PH"},{id:"PL"},{id:"PK"},{id:"PR"},{id:"PS"},{id:"PT"},{id:"PY"},{id:"QA"},{id:"RO"},{id:"RS"},{id:"RU"},{id:"RW"},{id:"SA"},{id:"SB"},{id:"SD"},{id:"SE"},{id:"SI"},{id:"SJ"},{id:"SK"},{id:"SL"},{id:"SN"},{id:"SO"},{id:"SR"},{id:"SS"},{id:"SV"},{id:"SY"},{id:"SZ"},{id:"TD"},{id:"TF"},{id:"TG"},{id:"TH"},{id:"TJ"},{id:"TL"},{id:"TM"},{id:"TN"},{id:"TR"},{id:"TT"},{id:"TW"},{id:"TZ"},{id:"UA"},{id:"UG"},{id:"US"},{id:"UY"},{id:"UZ"},{id:"VE"},{id:"VN"},{id:"VU"},{id:"YE"},{id:"ZA"},{id:"ZM"},{id:"ZW"}
3
+ AmCharts.maps.worldLow={
4
+ "svg": {
5
+ "defs": {
6
+ "amcharts:ammap": {
7
+ "projection":"mercator",
8
+ "leftLongitude":"-169.522279",
9
+ "topLatitude":"83.646363",
10
+ "rightLongitude":"190.122401",
11
+ "bottomLatitude":"-55.621433"
12
+ }
13
+ },
14
+ "g":{
15
+ "path":[
16
+ {
17
+ "id":"AE",
18
+ "title":"United Arab Emirates",
19
+ "d":"M619.87,393.72L620.37,393.57L620.48,394.41L622.67,393.93L624.99,394.01L626.68,394.1L628.6,392.03L630.7,390.05L632.47,388.15L633,389.2L633.38,391.64L631.95,391.65L631.72,393.65L632.22,394.07L630.95,394.67L630.94,395.92L630.12,397.18L630.05,398.39L629.48,399.03L621.06,397.51L619.98,394.43z"
20
+ },
21
+ {
22
+ "id":"AF",
23
+ "title":"Afghanistan",
24
+ "d":"M646.88,356.9L649.74,358.2L651.85,357.74L652.44,356.19L654.65,355.67L656.23,354.62L656.79,351.83L659.15,351.15L659.59,349.9L660.92,350.84L661.76,350.95L663.32,350.98L665.44,351.72L666.29,352.14L668.32,351.02L669.27,351.69L670.17,350.09L671.85,350.16L672.28,349.64L672.58,348.21L673.79,346.98L675.3,347.78L675,348.87L675.85,349.04L675.58,351.99L676.69,353.14L677.67,352.4L678.92,352.06L680.66,350.49L682.59,350.75L685.49,350.75L685.99,351.76L684.35,352.15L682.93,352.8L679.71,353.2L676.7,353.93L675.06,355.44L675.72,356.9L676.05,358.6L674.65,360.03L674.77,361.33L674,362.55L671.33,362.44L672.43,364.66L670.65,365.51L669.46,367.51L669.61,369.49L668.51,370.41L667.48,370.11L665.33,370.54L665.03,371.45L662.94,371.45L661.38,373.29L661.28,376.04L657.63,377.37L655.68,377.09L655.11,377.79L653.44,377.39L650.63,377.87L645.94,376.23L648.48,373.3L648.25,371.2L646.13,370.65L645.91,368.56L644.99,365.92L646.19,364.09L644.97,363.6L645.74,361.15z"
25
+ },
26
+ {
27
+ "id":"AL",
28
+ "title":"Albania",
29
+ "d":"M532.98,334.66L532.63,335.93L533.03,337.52L534.19,338.42L534.13,339.39L533.22,339.93L533.05,341.12L531.75,342.88L531.27,342.63L531.22,341.83L529.66,340.6L529.42,338.85L529.66,336.32L530.04,335.16L529.57,334.57L529.38,333.38L530.6,331.51L530.77,332.23L531.53,331.89L532.13,332.91L532.8,333.29z"
30
+ },
31
+ {
32
+ "id":"AM",
33
+ "title":"Armenia",
34
+ "d":"M597.45,337.5L601.35,336.92L601.93,337.9L603,338.54L602.43,339.46L603.93,340.72L603.14,341.88L604.33,342.87L605.59,343.46L605.65,345.96L604.63,346.06L603.49,343.98L603.5,343.43L602.26,343.44L601.43,342.46L600.85,342.56L599.74,341.5L597.66,340.59L597.93,338.8z"
35
+ },
36
+ {
37
+ "id":"AO",
38
+ "title":"Angola",
39
+ "d":"M521.03,479.78l0.69,2.09l0.8,1.68l0.64,0.91l1.07,1.47l1.85,-0.23l0.93,-0.4l1.55,0.4l0.42,-0.7l0.7,-1.64l1.74,-0.11l0.15,-0.49l1.43,-0.01l-0.24,1.01l3.4,-0.02l0.05,1.77l0.57,1.09l-0.41,1.7l0.21,1.74l0.94,1.05l-0.15,3.37l0.69,-0.26l1.22,0.07l1.74,-0.42l1.28,0.17l0.3,0.88l-0.32,1.38l0.49,1.34l-0.42,1.07l0.24,0.99l-5.84,-0.04l-0.13,9.16l1.89,2.38l1.83,1.82l-5.15,1.19l-6.79,-0.41l-1.94,-1.4l-11.37,0.13l-0.42,0.21l-1.67,-1.32l-1.82,-0.09l-1.68,0.5l-1.35,0.56l-0.26,-1.83l0.39,-2.55l0.97,-2.65l0.15,-1.24l0.91,-2.59l0.67,-1.17l1.61,-1.87l0.9,-1.27l0.29,-2.11l-0.15,-1.61l-0.84,-1.01l-0.75,-1.72l-0.69,-1.69l0.15,-0.59l0.86,-1.12l-0.85,-2.72l-0.57,-1.88l-1.4,-1.77l0.27,-0.54l1.16,-0.38l0.81,0.05l0.98,-0.34L521.03,479.78zM510.12,479.24l-0.71,0.3l-0.75,-2.1l1.13,-1.21l0.85,-0.47l1.05,0.96l-1.02,0.59l-0.46,0.72L510.12,479.24z"
40
+ },
41
+ {
42
+ "id":"AR",
43
+ "title":"Argentina",
44
+ "d":"M291.6,648.91l-2.66,0.25l-1.43,-1.73l-1.69,-0.13l-3,0l0,-10.57l1.08,2.15l1.4,3.53l3.65,2.87l3.93,1.21L291.6,648.91zM293.1,526.47l1.65,2.18l1.09,-2.43l3.2,0.12l0.45,0.64l5.15,4.94l2.29,0.46l3.43,2.26l2.89,1.2l0.4,1.36l-2.76,4.73l2.83,0.85l3.15,0.48l2.22,-0.5l2.54,-2.4l0.46,-2.74l1.39,-0.59l1.41,1.79l-0.06,2.49l-2.36,1.73l-1.88,1.28l-3.16,3.08l-3.74,4.37l-0.7,2.59l-0.75,3.37l0.03,3.3l-0.61,0.74l-0.22,2.17l-0.19,1.76l3.56,2.91l-0.38,2.37l1.75,1.51l-0.14,1.7l-2.69,4.52l-4.16,1.91l-5.62,0.75l-3.08,-0.36l0.59,2.15l-0.57,2.72l0.52,1.85l-1.68,1.3l-2.87,0.51l-2.7,-1.35l-1.08,0.97l0.39,3.71l1.89,1.14l1.54,-1.19l0.84,1.96l-2.58,1.18l-2.25,2.38l-0.41,3.91l-0.66,2.11l-2.65,0.01l-2.2,2.04l-0.8,3.01l2.76,2.98l2.68,0.83l-0.96,3.73l-3.31,2.38l-1.82,5.03l-2.56,1.72l-1.15,2.06l0.91,4.64l1.87,2.63l-1.18,-0.23l-2.6,-0.71l-6.78,-0.61l-1.16,-2.63l0.05,-3.33l-1.87,0.28l-0.99,-1.6l-0.25,-4.6l2.15,-1.88l0.89,-2.68l-0.33,-2.11l1.49,-3.52l1.02,-5.35l-0.3,-2.33l1.22,-0.75l-0.3,-1.48l-1.3,-0.78l0.92,-1.63l-1.27,-1.46l-0.65,-4.4l1.13,-0.77l-0.47,-4.54l0.66,-3.75l0.75,-3.22l1.68,-1.3l-0.85,-3.46l-0.01,-3.22l2.12,-2.26l-0.06,-2.87l1.6,-3.31l0.01,-3.09l-0.73,-0.61l-1.29,-5.69l1.73,-3.34l-0.27,-3.11l1,-2.9l1.84,-2.96l1.98,-1.95l-0.84,-1.23l0.59,-1l-0.09,-5.14l3.05,-1.51l0.96,-3.16l-0.34,-0.76l2.34,-2.72L293.1,526.47z"
45
+ },
46
+ {
47
+ "id":"AT",
48
+ "title":"Austria",
49
+ "d":"M522.86,309.85L522.65,311.56L521.07,311.57L521.61,312.46L520.68,315.11L520.15,315.8L517.7,315.9L516.28,316.82L513.96,316.51L509.95,315.46L509.33,314.03L506.56,314.75L506.23,315.52L504.53,314.94L503.1,314.83L501.83,314.09L502.26,313.08L502.15,312.34L503,312.12L504.42,313.26L504.82,312.17L507.29,312.35L509.3,311.61L510.64,311.73L511.51,312.58L511.78,311.88L511.38,309.16L512.39,308.62L513.37,306.67L515.46,308.04L517.03,306.3L518.02,305.98L520.2,307.28L521.51,307.06L522.81,307.86L522.58,308.4z"
50
+ },
51
+ {
52
+ "id":"AU",
53
+ "title":"Australia",
54
+ "d":"M882.93,588.16l2.71,1.28l1.53,-0.51l2.19,-0.71l1.68,0.25l0.2,4.43l-0.96,1.3l-0.29,3.06l-0.98,-1.05l-1.95,2.67l-0.58,-0.21l-1.72,-0.12l-1.73,-3.28l-0.38,-2.5l-1.62,-3.25l0.07,-1.7L882.93,588.16zM877.78,502.1l1.01,2.25l1.8,-1.08l0.93,1.22l1.35,1.13l-0.29,1.28l0.6,2.48l0.43,1.45l0.71,0.35l0.76,2.5l-0.27,1.52l0.91,1.99l3.04,1.54l1.98,1.41l1.88,1.29l-0.37,0.72l1.6,1.87l1.09,3.25l1.12,-0.66l1.14,1.31l0.69,-0.46l0.48,3.21l1.99,1.87l1.3,1.17l2.19,2.49l0.79,2.49l0.07,1.77l-0.19,1.94l1.34,2.68l-0.16,2.81l-0.49,1.48l-0.76,2.87l0.06,1.86l-0.55,2.34l-1.24,3l-2.08,1.63l-1.02,2.59l-0.94,1.67l-0.83,2.93l-1.08,1.71l-0.71,2.58l-0.36,2.4l0.14,1.11l-1.61,1.22l-3.14,0.13l-2.59,1.45l-1.29,1.38l-1.69,1.54l-2.32,-1.58l-1.72,-0.63l0.44,-1.85l-1.53,0.67l-2.46,2.58l-2.42,-0.97l-1.59,-0.56l-1.6,-0.25l-2.71,-1.03l-1.81,-2.18l-0.52,-2.66l-0.65,-1.75l-1.38,-1.4l-2.7,-0.41l0.92,-1.66l-0.68,-2.52l-1.37,2.35l-2.5,0.63l1.47,-1.88l0.42,-1.95l1.08,-1.65l-0.22,-2.47l-2.28,2.85l-1.75,1.15l-1.07,2.69l-2.19,-1.4l0.09,-1.79l-1.75,-2.43l-1.48,-1.25l0.53,-0.77l-3.6,-2l-1.97,-0.09l-2.7,-1.6l-5.02,0.31l-3.63,1.18l-3.19,1.1l-2.68,-0.22l-2.97,1.7l-2.43,0.77l-0.54,1.75l-1.04,1.36l-2.38,0.08l-1.76,0.3l-2.48,-0.61l-2.02,0.37l-1.92,0.15l-1.67,1.8l-0.82,-0.15l-1.41,0.96l-1.35,1.08l-2.05,-0.13l-1.88,0l-2.97,-2.17l-1.51,-0.64l0.06,-1.93l1.39,-0.46l0.48,-0.76l-0.1,-1.2l0.34,-2.3l-0.31,-1.95l-1.48,-3.29l-0.46,-1.85l0.12,-1.83l-1.12,-2.08l-0.07,-0.93l-1.24,-1.26l-0.35,-2.47l-1.6,-2.48l-0.39,-1.33l1.23,1.35l-0.95,-2.88l1.39,0.9l0.83,1.2l-0.05,-1.59l-1.39,-2.43l-0.27,-0.97l-0.65,-0.92l0.3,-1.77l0.57,-0.75l0.38,-1.52l-0.3,-1.77l1.16,-2.17l0.21,2.29l1.18,-2.07l2.28,-1l1.37,-1.28l2.14,-1.1l1.27,-0.23l0.77,0.37l2.21,-1.11l1.7,-0.33l0.42,-0.65l0.74,-0.27l1.55,0.07l2.95,-0.87l1.52,-1.31l0.72,-1.58l1.64,-1.49l0.13,-1.17l0.07,-1.59l1.96,-2.47l1.18,2.51l1.19,-0.58l-1,-1.38l0.88,-1.41l1.24,0.63l0.34,-2.21l1.53,-1.42l0.68,-1.14l1.41,-0.49l0.04,-0.8l1.23,0.34l0.05,-0.72l1.23,-0.41l1.36,-0.39l2.07,1.32l1.56,1.71l1.75,0.02l1.78,0.27l-0.59,-1.58l1.34,-2.3l1.26,-0.75l-0.44,-0.71l1.22,-1.63l1.7,-1.01l1.43,0.34l2.36,-0.54l-0.05,-1.45l-2.05,-0.94l1.49,-0.41l1.86,0.7l1.49,1.17l2.36,0.73l0.8,-0.29l1.74,0.88l1.64,-0.82l1.05,0.25l0.66,-0.55l1.29,1.41l-0.75,1.53l-1.06,1.16l-0.96,0.1l0.33,1.15l-0.82,1.43l-1,1.41l0.2,0.81l2.23,1.6l2.16,0.93l1.44,1l2.03,1.72l0.79,0l1.47,0.75l0.43,0.9l2.68,0.99l1.85,-1l0.55,-1.57l0.57,-1.29l0.35,-1.59l0.85,-2.3l-0.39,-1.39l0.2,-0.84l-0.32,-1.64l0.37,-2.16l0.54,-0.58l-0.44,-0.95l0.68,-1.51l0.53,-1.56l0.07,-0.81l1.04,-1.06l0.79,1.39l0.19,1.78l0.7,0.34l0.12,1.2l1.02,1.45l0.21,1.62L877.78,502.1z"
55
+ },
56
+ {
57
+ "id":"AZ",
58
+ "title":"Azerbaijan",
59
+ "d":"M601.43,342.46l0.83,0.97l1.24,-0.01l-0.01,0.56l1.14,2.08l-1.92,-0.48l-1.42,-1.66l-0.44,-1.37L601.43,342.46zM608.08,337.03l1.24,0.25l0.48,-0.95l1.67,-1.51l1.47,1.97l1.43,2.62l1.31,0.17l0.86,0.99l-2.31,0.29l-0.49,2.82l-0.48,1.26l-1.03,0.84l0.08,1.77l-0.7,0.18l-1.75,-1.87l0.97,-1.78l-0.83,-1.06l-1.05,0.27l-3.31,2.66l-0.06,-2.5l-1.26,-0.59l-1.19,-0.99l0.79,-1.16l-1.49,-1.26l0.56,-0.92l-1.07,-0.64l-0.58,-0.97l0.69,-0.61l2.09,1.07l1.51,0.22l0.38,-0.43l-1.38,-2.02l0.73,-0.52l0.79,0.13L608.08,337.03z"
60
+ },
61
+ {
62
+ "id":"BA",
63
+ "title":"Bosnia and Herzegovina",
64
+ "d":"M528.54,323.11L529.56,323.1L528.86,324.82L530.21,326.32L529.8,328.14L529.14,328.31L528.61,328.67L527.7,329.56L527.29,331.66L524.81,330.22L523.75,328.61L522.68,327.76L521.39,326.31L520.79,325.1L519.41,323.27L520,321.63L521.01,322.54L521.61,321.72L522.92,321.63L525.33,322.29L527.27,322.23z"
65
+ },
66
+ {
67
+ "id":"BD",
68
+ "title":"Bangladesh",
69
+ "d":"M735.09,400.41L735.04,402.56L734.06,402.1L734.24,404.51L733.44,402.95L733.28,401.43L732.74,399.98L731.57,398.22L728.99,398.1L729.25,399.35L728.37,401.02L727.17,400.41L726.76,400.96L725.97,400.63L724.89,400.36L724.45,397.88L723.48,395.6L723.95,393.76L722.23,392.94L722.85,391.82L724.6,390.67L722.58,389.04L723.57,386.93L725.79,388.27L727.13,388.43L727.38,390.58L730.04,391L732.65,390.95L734.26,391.48L732.97,394.07L731.71,394.25L730.85,395.98L732.38,397.56L732.84,395.62L733.62,395.61z"
70
+ },
71
+ {
72
+ "id":"BE",
73
+ "title":"Belgium",
74
+ "d":"M484.55,295.91L486.6,296.26L489.2,295.33L490.97,297.28L492.52,298.32L492.2,301.29L491.47,301.45L491.16,303.88L488.71,301.91L487.27,302.25L485.31,300.19L484.01,298.42L482.71,298.35L482.3,296.79z"
75
+ },
76
+ {
77
+ "id":"BF",
78
+ "title":"Burkina Faso",
79
+ "d":"M467.33,436.4L465.41,435.67L464.09,435.78L463.11,436.49L461.85,435.89L461.36,434.96L460.1,434.34L459.91,432.7L460.68,431.49L460.61,430.53L462.84,428.17L463.25,426.21L464.02,425.51L465.38,425.89L466.55,425.31L466.93,424.57L469.11,423.29L469.64,422.39L472.26,421.19L473.81,420.78L474.51,421.33L476.3,421.32L476.08,422.72L476.46,424.03L478.04,425.9L478.12,427.28L481.36,427.93L481.29,429.88L480.68,430.74L479.31,431L478.74,432.24L477.78,432.56L475.32,432.5L474.02,432.28L473.12,432.74L471.88,432.53L467.01,432.66L466.94,434.27z"
80
+ },
81
+ {
82
+ "id":"BG",
83
+ "title":"Bulgaria",
84
+ "d":"M538.78,325.56L539.59,327.16L540.67,326.87L542.83,327.48L546.95,327.68L548.34,326.69L551.64,325.79L553.68,327.2L555.33,327.61L553.87,329.2L552.85,331.93L553.75,334.09L551.34,333.58L548.48,334.76L548.45,336.62L545.9,336.97L543.93,335.67L541.68,336.7L539.61,336.59L539.41,334.12L538,332.91L538.47,332.37L538.16,331.92L538.63,330.71L539.7,329.52L538.34,327.86L538.09,326.44z"
85
+ },
86
+ {
87
+ "id":"BI",
88
+ "title":"Burundi",
89
+ "d":"M557.52,475.93L557.34,472.56L556.63,471.3L558.34,471.52L559.2,469.93L560.69,470.11L560.85,471.21L561.45,471.84L561.48,472.75L560.79,473.33L559.69,474.79L558.68,475.8z"
90
+ },
91
+ {
92
+ "id":"BJ",
93
+ "title":"Benin",
94
+ "d":"M482.8,445.92L480.48,446.25L479.79,444.31L479.92,437.85L479.35,437.27L479.25,435.88L478.27,434.89L477.42,434.06L477.78,432.56L478.74,432.24L479.31,431L480.68,430.74L481.29,429.88L482.23,429.05L483.24,429.04L485.38,430.68L485.27,431.63L485.9,433.31L485.35,434.45L485.64,435.21L484.28,436.96L483.42,437.83L482.89,439.6L482.96,441.39z"
95
+ },
96
+ {
97
+ "id":"BN",
98
+ "title":"Brunei Darussalam",
99
+ "d":"M795.46,450.77L796.57,449.72L798.96,448.19L798.83,449.57L798.67,451.35L797.33,451.26L796.74,452.21z"
100
+ },
101
+ {
102
+ "id":"BO",
103
+ "title":"Bolivia",
104
+ "d":"M299.04,526.35L295.84,526.22L294.75,528.65L293.1,526.47L289.43,525.74L287.1,528.46L285.07,528.87L283.97,524.72L282.47,521.38L283.35,518.51L281.88,517.26L281.51,515.14L280.13,513.14L281.9,510L280.69,507.56L281.34,506.59L280.83,505.52L281.93,504.08L281.99,501.64L282.12,499.62L282.73,498.66L280.3,494.08L282.39,494.32L283.83,494.25L284.46,493.4L286.91,492.25L288.38,491.19L292.05,490.71L291.76,492.83L292.1,493.92L291.87,495.82L294.92,498.37L298.06,498.84L299.16,499.91L301.06,500.48L302.22,501.31L303.98,501.28L305.61,502.13L305.73,503.79L306.28,504.63L306.32,505.88L305.5,505.92L306.58,509.29L311.95,509.41L311.54,511.09L311.84,512.24L313.37,513.06L314.04,514.88L313.54,517.2L312.77,518.49L313.04,520.18L312.16,520.79L312.12,519.88L309.5,518.37L306.9,518.32L302.01,519.18L300.67,521.8L300.6,523.4L299.49,526.99z"
105
+ },
106
+ {
107
+ "id":"BR",
108
+ "title":"Brazil",
109
+ "d":"M313.68,551.79L317.42,547.42L320.59,544.34L322.47,543.06L324.83,541.33L324.89,538.84L323.48,537.05L322.09,537.64L322.64,535.86L323.02,534.04L323.02,532.36L322.01,531.81L320.96,532.3L319.92,532.17L319.59,530.99L319.33,528.22L318.8,527.32L316.91,526.5L315.77,527.09L312.81,526.51L312.99,522.45L312.16,520.79L313.04,520.18L312.77,518.49L313.54,517.2L314.04,514.88L313.37,513.06L311.84,512.24L311.54,511.09L311.95,509.41L306.58,509.29L305.5,505.92L306.32,505.88L306.28,504.63L305.73,503.79L305.61,502.13L303.98,501.28L302.22,501.31L301.06,500.48L299.16,499.91L298.06,498.84L294.92,498.37L291.87,495.82L292.1,493.92L291.76,492.83L292.05,490.71L288.38,491.19L286.91,492.25L284.46,493.4L283.83,494.25L282.39,494.32L280.3,494.08L278.72,494.57L277.44,494.24L277.63,489.94L275.33,491.6L272.86,491.53L271.8,490.02L269.94,489.86L270.53,488.65L268.97,486.93L267.8,484.4L268.54,483.89L268.54,482.7L270.24,481.89L269.96,480.38L270.67,479.4L270.88,478.1L274.08,476.19L276.38,475.66L276.75,475.24L279.28,475.37L280.54,467.72L280.61,466.51L280.17,464.92L278.93,463.9L278.94,461.88L280.52,461.42L281.08,461.71L281.17,460.64L279.53,460.35L279.5,458.61L284.96,458.67L285.89,457.71L286.67,458.59L287.21,460.24L287.74,459.89L289.29,461.37L291.47,461.19L292.01,460.33L294.09,459.68L295.25,459.23L295.57,458.05L297.58,457.25L297.42,456.67L295.05,456.43L294.66,454.67L294.77,452.8L293.52,452.08L294.04,451.82L296.12,452.18L298.35,452.88L299.16,452.22L301.17,451.78L304.31,450.74L305.34,449.67L304.96,448.88L306.42,448.76L307.08,449.4L306.71,450.63L307.67,451.05L308.32,452.35L307.54,453.33L307.09,455.71L307.81,457.12L308.01,458.41L309.74,459.71L311.12,459.85L311.43,459.31L312.31,459.19L313.58,458.7L314.49,457.96L316.04,458.19L316.72,458.09L318.25,458.32L318.5,457.75L318.03,457.2L318.31,456.39L319.44,456.64L320.77,456.35L322.37,456.94L323.6,457.52L324.47,456.76L325.09,456.88L325.48,457.67L326.82,457.47L327.89,456.41L328.75,454.35L330.41,451.8L331.37,451.67L332.06,453.21L333.63,458.09L335.13,458.55L335.21,460.47L333.1,462.76L333.97,463.6L338.93,464.04L339.03,466.83L341.16,465L344.69,466.01L349.34,467.71L350.71,469.34L350.25,470.88L353.51,470.02L358.97,471.5L363.16,471.39L367.3,473.7L370.88,476.83L373.04,477.63L375.44,477.75L376.46,478.63L377.41,482.2L377.88,483.89L376.76,488.55L375.33,490.39L371.38,494.33L369.59,497.54L367.52,500.02L366.82,500.08L366.03,502.18L366.23,507.58L365.45,512.06L365.15,513.99L364.27,515.14L363.77,519.08L360.93,522.96L360.45,526.05L358.18,527.36L357.52,529.17L354.48,529.16L350.07,530.33L348.09,531.68L344.95,532.57L341.65,535.01L339.28,538.07L338.87,540.39L339.34,542.12L338.81,545.3L338.18,546.85L336.22,548.6L333.11,554.28L330.64,556.87L328.73,558.41L327.46,561.57L325.6,563.48L324.82,561.58L326.06,560.01L324.44,557.76L322.24,555.94L319.35,553.86L318.31,553.95L315.5,551.45z"
110
+ },
111
+ {
112
+ "id":"BS",
113
+ "title":"Bahamas",
114
+ "d":"M257.86,395.2l-0.69,0.15l-0.71,-1.76l-1.05,-0.89l0.61,-1.95l0.84,0.12l0.98,2.55L257.86,395.2zM257.06,386.51l-3.06,0.5l-0.2,-1.15l1.32,-0.25l1.85,0.09L257.06,386.51zM259.36,386.48l-0.48,2.21l-0.52,-0.4l0.05,-1.63l-1.26,-1.23l-0.01,-0.36L259.36,386.48z"
115
+ },
116
+ {
117
+ "id":"BT",
118
+ "title":"Bhutan",
119
+ "d":"M732.36,382.78L733.5,383.78L733.3,385.71L731.01,385.8L728.65,385.59L726.88,386.08L724.33,384.89L724.28,384.26L726.13,381.92L727.64,381.12L729.65,381.85L731.13,381.93z"
120
+ },
121
+ {
122
+ "id":"BW",
123
+ "title":"Botswana",
124
+ "d":"M547.17,515.95L547.73,516.47L548.62,518.18L551.79,521.43L552.99,521.75L553,522.8L553.82,524.7L555.99,525.16L557.78,526.52L553.81,528.74L551.29,531L550.36,533.03L549.52,534.18L547.99,534.43L547.5,535.9L547.21,536.86L545.42,537.58L543.14,537.43L541.8,536.57L540.62,536.19L539.25,536.91L538.56,538.39L537.23,539.32L535.83,540.71L533.82,541.03L533.2,539.94L533.46,538.04L531.79,535.11L531.04,534.65L531.04,525.79L533.8,525.68L533.88,515.11L535.97,515.02L540.29,513.99L541.37,515.2L543.15,514.05L544.01,514.04L545.59,513.38L546.09,513.6z"
125
+ },
126
+ {
127
+ "id":"BY",
128
+ "title":"Belarus",
129
+ "d":"M541.1,284.07L543.81,284.11L546.85,282.31L547.5,279.59L549.8,278.02L549.54,275.82L551.24,274.98L554.26,273.05L557.21,274.31L557.61,275.54L559.08,274.95L561.82,276.13L562.09,278.44L561.49,279.76L563.25,282.91L564.39,283.78L564.22,284.64L566.11,285.47L566.92,286.72L565.83,287.74L563.57,287.58L563.03,288.02L563.69,289.56L564.38,292.49L561.97,292.76L561.11,293.76L560.92,296.02L559.81,295.59L557.28,295.81L556.54,294.76L555.49,295.54L554.44,294.89L552.23,294.8L549.1,293.72L546.27,293.36L544.1,293.46L542.56,294.69L541.22,294.86L541.17,292.85L540.3,290.73L541.98,289.79L542,287.94L541.22,286.16z"
130
+ },
131
+ {
132
+ "id":"BZ",
133
+ "title":"Belize",
134
+ "d":"M225.31,412.96L225.29,412.53L225.63,412.39L226.14,412.74L227.14,410.97L227.67,410.93L227.68,411.36L228.21,411.37L228.17,412.17L227.71,413.44L227.96,413.89L227.67,414.94L227.84,415.21L227.52,416.68L226.97,417.46L226.46,417.55L225.9,418.55L225.07,418.55L225.29,415.27z"
135
+ },
136
+ {
137
+ "id":"CA",
138
+ "title":"Canada",
139
+ "d":"M198.93,96.23l-0.22,-5.9l3.63,0.58l1.63,0.96l3.35,4.92l-0.76,4.97l-4.15,2.77l-2.28,-3.12L198.93,96.23zM212.14,108.88l0.33,-1.49l-1.97,-2.45l-5.65,-0.19l0.75,3.68l5.25,0.83L212.14,108.88zM248.49,155.83l3.08,5.1l0.81,0.57l3.07,-1.27l3.02,0.2l2.98,0.28l-0.25,-2.64l-4.84,-5.38l-6.42,-1.08l-1.35,0.67L248.49,155.83zM183.06,93.13l-2.71,4.19l6.24,0.52l4.61,4.44l4.58,1.5l-1.09,-5.68l-2.14,-6.73l-7.58,-5.35l-5.5,-2.04l0.2,5.69L183.06,93.13zM208.96,82.89l5.13,-0.12l-2.22,4l-0.04,5.3l3.01,5.76l5.81,1.77l4.96,-0.99l5.18,-10.73l3.85,-4.45l-3.38,-4.97l-2.21,-10.65l-4.6,-3.19l-4.72,-3.68l-3.58,-9.56l-6.52,0.94l1.23,4.15l-2.87,1.25l-1.94,5.32l-1.94,7.46l1.78,7.26L208.96,82.89zM145.21,136.27l3.92,1.95l12.67,-1.3l-5.82,4.77l0.36,3.43l4.26,-0.24l7.07,-4.58l9.5,-1.67l1.71,-5.22l-0.49,-5.57l-2.94,-0.5l-2.5,1.93l-1.1,-4.13l-0.95,-5.7l-2.9,-1.42l-2.57,4.41l4.01,11.05l-4.9,-0.85l-4.98,-6.79l-7.89,-4l-2.64,3.32L145.21,136.27zM167.77,94.21l-3.65,-2.9l-1.5,-0.66l-2.88,4.28l-0.05,2l4.66,0.01L167.77,94.21zM166.31,106.56l0.93,-3.99l-3.95,-2.12l-4.09,1.39l-2.27,4.26l4.16,4.21L166.31,106.56zM195.4,139.8l4.62,-1.11l1.28,-8.25l-0.09,-5.95l-2.14,-5.56l-0.22,1.6l-3.94,-0.7l-4.22,4.09l-3.02,-0.37l0.18,8.92l4.6,-0.87l-0.06,6.47L195.4,139.8zM192.12,185.41l-5.06,-3.93l-4.71,-4.21l-0.87,-6.18l-1.76,-8.92l-3.14,-3.84l-2.79,-1.55l-2.47,1.42l1.99,9.59l-1.41,3.73l-2.29,-8.98l-2.56,-3.11l-3.17,4.81l-3.9,-4.76l-6.24,2.87l1.4,-4.46l-2.87,-1.87l-7.51,5.84l-1.95,3.71l-2.35,6.77l4.9,2.32l4.33,-0.12l-6.5,3.46l1.48,3.13l3.98,0.17l5.99,-0.67l5.42,1.96l-3.66,1.44l-3.95,-0.37l-4.33,1.41l-1.87,0.87l3.45,6.35l2.49,-0.88l3.83,2.15l1.52,3.65l4.99,-0.73l7.1,-1.16l5.26,-2.65l3.26,-0.48l4.82,2.12l5.07,1.22l0.94,-2.86l-1.79,-3.05l4.6,-0.64L192.12,185.41zM199.86,184.43l-1.96,3.54l-2.47,2.49l3.83,3.54l2.28,-0.85l3.78,2.36l1.74,-2.73l-1.71,-3.03l-0.84,-1.53l-1.68,-1.46L199.86,184.43zM182.25,154.98l-2.13,-2.17l-3.76,0.4l-0.95,1.38l4.37,6.75L182.25,154.98zM210.94,168.15l3.01,-6.93l3.34,-1.85l4.19,-8.74l-5.36,-2.47l-5.84,-0.36l-2.78,2.77l-1.47,4.23l-0.04,4.82l1.75,8.19L210.94,168.15zM228.09,145.15l5.76,-0.18l8.04,-1.61l3.59,1.28l4.18,-2.26l1.75,-2.84l-0.63,-4.52l-3,-4.23l-4.56,-0.8l-5.71,0.97l-4.46,2.44l-4.09,-0.94l-3.78,-0.5l-1.78,-2.7l-3.22,-2.61l0.64,-4.43l-2.42,-3.98l-5.52,0.03l-3.11,-3.99l-5.78,-0.8l-1.06,5.1l3.25,3.74l5.8,1.45l2.81,5.09l0.34,5.6l0.97,5.99l7.45,3.42L228.09,145.15zM139.07,126.88l5.21,-5.05l2.62,-0.59l2.16,-4.23l0.38,-9.77l-3.85,1.91l-4.3,-0.18l-5.76,8.19l-4.76,8.98l3.8,2.51L139.07,126.88zM211.25,143.05l1.53,-4.14l-1.02,-3.46l-2.45,-3.92l-4.03,3.02l-1.49,4.92l3.4,2.79L211.25,143.05zM202.94,154.49l-0.73,-2.88l-5,1.26l-3.34,-2.11l-3.32,4.8l3.09,6.28l-5.72,-1.17l-0.06,3.01l6.97,7.05l1.94,3.38l2.7,0.73l4.6,-3.41l0.5,-8.21l-4.24,-4.07L202.94,154.49zM128.95,308.23l-1.16,-2.34l-2.8,-1.77l-1.39,-2.05l-0.95,-1.5l-2.64,-0.46l-1.72,-0.67l-2.94,-0.96l-0.24,1.02l1.08,2.38l2.89,0.78l0.5,1.23l2.51,1.5l0.84,1.51l4.6,1.92L128.95,308.23zM250.65,230.6l-2,-2.11l-2.06,0.5l-0.25,-3.06l-3.21,-2.04l-3.07,-2.27l-1.63,-1.75l-1.43,1.03l-0.52,-2.96l-2.03,-0.55l-0.96,6.13l-0.36,5.11l-2.44,3.14l3.8,-0.6l0.96,3.65l3.99,-3.23l2.78,-3.38l1.57,2.86l4.36,1.51L250.65,230.6zM130.12,178.05l7.38,-4.18V170l3.48,-6.41l6.88,-6.69l3.52,-2.47l-3.01,-4.2l-2.72,-2.95l-7.16,-0.57l-4,-2.16l-9.48,1.63l2.74,6.23l-2.43,6.43l-1.94,6.87l-1.2,3.86l6.47,4.69L130.12,178.05zM264.36,205.36l0.32,-1.01l-0.03,-3.17l-2.19,-2.08l-2.57,1.05l-1.19,4.17l0.7,3.56l3.14,-0.36L264.36,205.36zM288.18,212.9l4.41,6.6l3.45,2.85l4.92,-7.87l0.87,-4.93l-4.41,-0.47l-4.03,-6.7l-4.45,-1.64l-6.6,-4.97l5.15,-3.63l-2.65,-7.54l-2.44,-3.35l-6.77,-3.35l-2.92,-5.55l-5.21,1.99l-0.36,-3.86l-3.86,-4.32l-6.22,-4.71l-2.65,3.71l-5.55,2.66l0.42,-6.06l-4.81,-10.05l-7.11,4.06l-2.59,7.7l-2.21,-5.92l2.06,-6.37l-7.24,2.65l-2.88,3.99l-2.15,8.42l0.89,9.05l3.98,0.04l-2.93,3.92l2.33,2.96l4.55,1.25l5.93,2.42l10.2,1.82l5.08,-1.04l1.5,-2.42l2.21,2.79l2.47,0.46l2.97,4.96l-1.8,1.98l5.68,2.63l4.29,3.68l1.08,2.55l0.77,3.24l-3.63,6.93l-0.98,3.44l0.94,2.42l-5.77,0.86l-5.27,0.12l-1.85,4.87l2.37,2.23l8.11,-1.03l-0.04,-1.89l4.08,3.15l4.18,3.28l-0.98,1.77l3.4,3.02l6.02,3.53l7.6,2.39l-0.46,-2.09l-2.92,-3.67l-3.96,-5.37l7.03,5l3.54,1.66l0.97,-4.44l-1.82,-6.3l-1.16,-1.73l-3.81,-3.03l-2.95,-3.91l0.35,-3.94L288.18,212.9zM222.35,51.34l2.34,7.29l4.96,5.88l9.81,-1.09l6.31,1.97l-4.38,6.05l-2.21,-1.78l-7.66,-0.71l1.19,8.31l3.96,6.04l-0.8,5.2l-4.97,3.46l-2.27,5.47l4.55,2.65l3.82,8.55l-7.5,-5.7l-1.71,0.94l1.38,9.38l-5.18,2.83l0.35,5.85l5.3,0.63l4.17,1.44l8.24,-1.84l7.33,3.27l7.49,-7.19l-0.06,-3.02l-4.79,0.48l-0.39,-2.84l3.92,-3.83l1.33,-5.15l4.33,-3.83l2.66,-4.76l-2.32,-7.1l1.94,-2.65l-3.86,-1.89l8.49,-1.63l1.79,-3.15l5.78,-2.6l4.8,-13.47l4.57,-4.94l6.62,-11.12l-6.1,0.1l2.54,-4.3l6.78,-3.99l6.84,-8.9l0.12,-5.73l-5.13,-6.04l-6.02,-2.93l-7.49,-1.82l-6.07,-1.49l-6.07,-1.5l-8.1,3.98l-1.49,-2.53l-8.57,0.98l-5.03,2.57l-3.7,3.65l-2.13,11.74L239,24.52l-3.48,-1.14l-4.12,7.97l-5.5,3.35l-3.27,0.66l-4.17,3.84l0.61,6.65L222.35,51.34zM296.75,316.34l-0.98,-1.98l-1.06,1.26l0.7,1.36l3.56,1.71l1.04,-0.26l1.38,-1.66l-2.6,0.11L296.75,316.34zM239.75,238.48l0.61,1.63l1.98,0.14l3.28,-3.34l0.06,-1.19l-3.85,-0.06L239.75,238.48zM301.88,304.92l-2.87,-1.8l-3.69,-1.09l-0.97,0.37l2.61,2.04l3.63,1.34l1.36,-0.08L301.88,304.92zM326.76,309.71l-0.36,-2.24l-1.96,0.72l0.87,-3.11l-2.8,-1.32l-1.29,1.05l-2.49,-1.18l0.98,-1.51l-1.88,-0.93l-1.83,1.47l1.86,-3.82l1.5,-2.8l0.54,-1.22l-1.3,-0.2l-2.43,1.55l-1.74,2.53l-2.9,6.92l-2.35,2.56l1.22,1.14l-1.75,1.47l0.43,1.23l5.44,0.13l3.01,-0.25l2.69,1.01l-1.98,1.93l1.67,0.14l3.25,-3.58l0.78,0.53l-0.61,3.37l1.84,0.77l1.27,-0.15l1.18,-3.61L326.76,309.71zM305.57,314.47l-2.81,4.56l-4.63,0.58l-3.64,-2.01l-0.92,-3.07l-0.89,-4.46l2.65,-2.83l-2.48,-2.09l-4.19,0.43l-5.88,3.53l-4.5,5.45l-2.38,0.67l3.23,-3.8l4.04,-5.57l3.57,-1.9l2.35,-3.11l2.9,-0.3l4.21,0.03l6,0.92l4.74,-0.71l3.53,-3.62l4.62,-1.59l2.01,-1.58l2.04,-1.71l-0.2,-5.19l-1.13,-1.77l-2.18,-0.63l-1.11,-4.05l-1.8,-1.55l-4.47,-1.26l-2.52,-2.82l-3.73,-2.83l1.13,-3.2l-3.1,-6.26l-3.65,-6.89l-2.18,-4.98l-1.86,2.61l-2.68,6.05l-4.06,2.97l-2.03,-3.16l-2.56,-0.85l-0.93,-6.99l0.08,-4.8l-5,-0.44l-0.85,-2.27l-3.45,-3.44l-2.61,-2.04l-2.32,1.58l-2.88,-0.58l-4.81,-1.65l-1.95,1.4l0.94,9.18l1.22,5.12l-3.31,5.75l3.41,4.02l1.9,4.44l0.23,3.42l-1.55,3.5l-3.18,3.46l-4.49,2.28l1.98,2.53l1.46,7.4l-1.52,4.68l-2.16,1.46l-4.17,-4.28l-2.03,-5.17l-0.87,-4.76l0.46,-4.19l-3.05,-0.47l-4.63,-0.28l-2.97,-2.08l-3.51,-1.37l-2.01,-2.38l-2.8,-1.94l-5.21,-2.23l-3.92,1.02l-1.31,-3.95l-1.26,-4.99l-4.12,-0.9l0.15,-6.41l1.09,-4.48l3.04,-6.6l3.43,-4.9l3.26,-0.77l0.19,-4.05l2.21,-2.68l4.01,-0.42l3.25,-4.39l0.82,-2.9l2.7,-5.73l0.84,-3.5l2.9,2.11l3.9,-1.08l5.49,-4.96l0.36,-3.54l-1.98,-3.98l2.09,-4.06l-0.17,-3.87l-3.76,-3.95l-4.14,-1.19l-3.98,-0.62l-0.15,8.71l-2.04,6.56l-2.93,5.3l-2.71,-4.95l0.84,-5.61l-3.35,-5.02l-3.75,6.09l0.01,-7.99l-5.21,-1.63l2.49,-4.01l-3.81,-9.59l-2.84,-3.91l-3.7,-1.44l-3.32,6.43l-0.22,9.34l3.27,3.29l3,4.91l-1.27,7.71l-2.26,-0.2l-1.78,5.88l0.02,-7l-4.34,-2.58l-2.49,1.33l0.32,4.67l-4.09,-0.18l-4.35,1.17l-4.95,-3.35l-3.13,0.6l-2.82,-4.11l-2.26,-1.84l-2.24,0.77l-3.41,0.35l-1.81,2.61l2.86,3.19l-3.05,3.72l-2.99,-4.42l-2.39,1.3l-7.57,0.87l-5.07,-1.59l3.94,-3.74l-3.78,-3.9l-2.75,0.5l-3.86,-1.32l-6.56,-2.89l-4.29,-3.37l-3.4,-0.47l-1.06,2.36l-3.44,1.31l-0.38,-6.15l-3.73,5.5l-4.74,-7.32l-1.94,-0.89l-0.63,3.91l-2.09,1.9l-1.93,-3.39l-4.59,2.05l-4.2,3.55l-4.17,-0.98l-3.4,2.5l-2.46,3.28l-2.92,-0.72l-4.41,-3.8l-5.23,-1.94l-0.02,27.65l-0.01,35.43l2.76,0.17l2.73,1.56l1.96,2.44l2.49,3.6l2.73,-3.05l2.81,-1.79l1.49,2.85l1.89,2.23l2.57,2.42l1.75,3.79l2.87,5.88l4.77,3.2l0.08,3.12l-1.56,2.35l0.06,2.48l3.39,3.45l0.49,3.76l3.59,1.96l-0.4,2.79l1.56,3.96l5.08,1.82l2,1.89l5.43,4.23l0.38,0.01h7.96h8.32h2.76h8.55h8.27h8.41l8.42,0l9.53,0l9.59,0l5.8,0l0.01,-1.64l0.95,-0.02l0.5,2.35l0.87,0.72l1.96,0.26l2.86,0.67l2.72,1.3l2.27,-0.55l3.45,1.09l1.14,-1.66l1.59,-0.66l0.62,-1.03l0.63,-0.55l2.61,0.86l1.93,0.1l0.67,0.57l0.94,2.38l3.15,0.63l-0.49,1.18l1.11,1.21l-0.48,1.56l1.18,0.51l-0.59,1.37l0.75,0.13l0.53,-0.6l0.55,0.9l2.1,0.5l2.13,0.04l2.27,0.41l2.51,0.78l0.91,1.26l1.82,3.04l-0.9,1.3l-2.28,-0.54l-1.42,-2.44l0.36,2.49l-1.34,2.17l0.15,1.84l-0.23,1.07l-1.81,1.27l-1.32,2.09l-0.62,1.32l1.54,0.24l2.08,-1.2l1.23,-1.06l0.83,-0.17l1.54,0.38l0.75,-0.59l1.37,-0.48l2.44,-0.47v0l0,0l-0.25,-1.15l-0.13,0.04l-0.86,0.2l-1.12,-0.36l0.84,-1.32l0.85,-0.46l1.98,-0.56l2.37,-0.53l1.24,0.73l0.78,-0.85l0.89,-0.54l0.6,0.29l0.03,0.06l2.87,-2.73l1.27,-0.73l4.26,-0.03l5.17,0l0.28,-0.98l0.9,-0.2l1.19,-0.62l1,-1.82l0.86,-3.15l2.14,-3.1l0.93,1.08l1.88,-0.7l1.25,1.19l0,5.52l1.83,2.25l3.12,-0.48l4.49,-0.13l-4.87,3.26l0.11,3.29l2.13,0.28l3.13,-2.79l2.78,-1.58l6.21,-2.35l3.47,-2.62l-1.81,-1.46L305.57,314.47zM251.91,243.37l1.1,-3.12l-0.71,-1.23l-1.15,-0.13l-1.08,1.8l-0.13,0.41l0.74,1.77L251.91,243.37zM109.25,279.8L109.25,279.8l1.56,-2.35L109.25,279.8zM105.85,283.09l-2.69,0.38l-1.32,-0.62l-0.17,1.52l0.52,2.07l1.42,1.46l1.04,2.13l1.69,2.1l1.12,0.01l-2.44,-3.7L105.85,283.09z"
140
+ },
141
+ {
142
+ "id":"CD",
143
+ "title":"Democratic Republic of Congo",
144
+ "d":"M561.71,453.61L561.54,456.87L562.66,457.24L561.76,458.23L560.68,458.97L559.61,460.43L559.02,461.72L558.86,463.96L558.21,465.02L558.19,467.12L557.38,467.9L557.28,469.56L556.89,469.77L556.63,471.3L557.34,472.56L557.52,475.93L558.02,478.5L557.74,479.96L558.3,481.58L559.93,483.15L561.44,486.7L560.34,486.41L556.57,486.89L555.82,487.22L555.02,489.02L555.65,490.27L555.15,493.62L554.8,496.47L555.56,496.98L557.52,498.08L558.29,497.57L558.53,500.65L556.38,500.62L555.23,499.05L554.2,497.83L552.05,497.43L551.42,495.94L549.7,496.84L547.46,496.44L546.52,495.15L544.74,494.89L543.43,494.96L543.27,494.08L542.3,494.01L541.02,493.84L539.29,494.26L538.07,494.19L537.37,494.45L537.52,491.08L536.59,490.03L536.38,488.3L536.79,486.6L536.23,485.51L536.18,483.75L532.77,483.77L533.02,482.76L531.59,482.77L531.44,483.26L529.7,483.37L528.99,485L528.57,485.71L527.02,485.31L526.1,485.71L524.24,485.93L523.17,484.46L522.53,483.55L521.72,481.87L521.03,479.78L512.76,479.75L511.77,480.08L510.96,480.03L509.8,480.41L509.41,479.54L510.12,479.24L510.21,478.02L510.67,477.3L511.69,476.72L512.43,477L513.39,475.93L514.91,475.96L515.09,476.75L516.14,477.25L517.79,475.49L519.42,474.13L520.13,473.24L520.04,470.94L521.26,468.23L522.54,466.8L524.39,465.46L524.71,464.57L524.78,463.55L525.24,462.58L525.09,461L525.44,458.53L525.99,456.79L526.83,455.3L526.99,453.62L527.24,451.67L528.34,450.25L529.84,449.35L532.15,450.3L533.93,451.33L535.98,451.61L538.07,452.15L538.91,450.47L539.3,450.25L540.57,450.53L543.7,449.14L544.8,449.73L545.71,449.65L546.13,448.97L547.17,448.73L549.28,449.02L551.08,449.08L552.01,448.79L553.7,451.1L554.96,451.43L555.71,450.96L557.01,451.15L558.57,450.56L559.24,451.75z"
145
+ },
146
+ {
147
+ "id":"CF",
148
+ "title":"Central African Republic",
149
+ "d":"M518.09,442.66L520.41,442.44L520.93,441.72L521.39,441.78L522.09,442.41L525.62,441.34L526.81,440.24L528.28,439.25L528,438.26L528.79,438L531.5,438.18L534.14,436.87L536.16,433.78L537.59,432.64L539.36,432.15L539.68,433.37L541.3,435.14L541.3,436.29L540.85,437.47L541.03,438.34L542,439.15L544.14,440.39L545.67,441.52L545.7,442.44L547.58,443.9L548.75,445.11L549.46,446.79L551.56,447.9L552.01,448.79L551.08,449.08L549.28,449.02L547.17,448.73L546.13,448.97L545.71,449.65L544.8,449.73L543.7,449.14L540.57,450.53L539.3,450.25L538.91,450.47L538.07,452.15L535.98,451.61L533.93,451.33L532.15,450.3L529.84,449.35L528.34,450.25L527.24,451.67L526.99,453.62L525.19,453.46L523.29,452.99L521.62,454.47L520.15,457.07L519.85,456.26L519.73,454.99L518.45,454.09L517.41,452.65L517.17,451.65L515.85,450.19L516.07,449.36L515.79,448.18L516.01,446.01L516.68,445.5z"
150
+ },
151
+ {
152
+ "id":"CG",
153
+ "title":"Republic of Congo",
154
+ "d":"M511.69,476.72L510.64,475.76L509.79,476.23L508.66,477.43L506.36,474.48L508.49,472.94L507.44,471.09L508.4,470.39L510.29,470.05L510.51,468.81L512.01,470.15L514.49,470.27L515.35,468.95L515.7,467.1L515.39,464.92L514.07,463.28L515.28,460.05L514.58,459.5L512.5,459.72L511.71,458.29L511.92,457.07L515.45,457.18L517.72,457.91L519.95,458.57L520.15,457.07L521.62,454.47L523.29,452.99L525.19,453.46L526.99,453.62L526.83,455.3L525.99,456.79L525.44,458.53L525.09,461L525.24,462.58L524.78,463.55L524.71,464.57L524.39,465.46L522.54,466.8L521.26,468.23L520.04,470.94L520.13,473.24L519.42,474.13L517.79,475.49L516.14,477.25L515.09,476.75L514.91,475.96L513.39,475.93L512.43,477z"
155
+ },
156
+ {
157
+ "id":"CH",
158
+ "title":"Switzerland",
159
+ "d":"M502.15,312.34L502.26,313.08L501.83,314.09L503.1,314.83L504.53,314.94L504.31,316.61L503.08,317.3L501,316.79L500.39,318.42L499.06,318.55L498.57,317.91L497,319.27L495.65,319.46L494.44,318.6L493.48,316.83L492.14,317.47L492.18,315.63L494.23,313.32L494.14,312.27L495.42,312.66L496.19,311.95L498.57,311.98L499.15,311.08z"
160
+ },
161
+ {
162
+ "id":"CI",
163
+ "title":"Côte d'Ivoire",
164
+ "d":"M467.24,449.46L465.97,449.49L464.01,448.94L462.22,448.97L458.89,449.46L456.95,450.27L454.17,451.29L453.63,451.22L453.84,448.92L454.11,448.57L454.03,447.46L452.84,446.29L451.95,446.1L451.13,445.33L451.74,444.09L451.46,442.73L451.59,441.91L452.04,441.91L452.2,440.68L451.98,440.14L452.25,439.75L453.29,439.41L452.6,437.15L451.95,435.99L452.18,435.02L452.74,434.81L453.1,434.55L453.88,434.97L456.04,435L456.56,434.17L457.04,434.23L457.85,433.91L458.29,435.12L458.94,434.76L460.1,434.34L461.36,434.96L461.85,435.89L463.11,436.49L464.09,435.78L465.41,435.67L467.33,436.4L468.07,440.41L466.89,442.77L466.16,445.94L467.37,448.35z"
165
+ },
166
+ {
167
+ "id":"CL",
168
+ "title":"Chile",
169
+ "d":"M282.81,636.73l0,10.57l3,0l1.69,0.13l-0.93,1.98l-2.4,1.53l-1.38,-0.16l-1.66,-0.4l-2.04,-1.48l-2.94,-0.71l-3.53,-2.71l-2.86,-2.57l-3.86,-5.25l2.31,0.97l3.94,3.13l3.72,1.7l1.45,-2.17l0.91,-3.2l2.58,-1.91L282.81,636.73zM283.97,524.72l1.1,4.15l2.02,-0.41l0.34,0.76l-0.96,3.16l-3.05,1.51l0.09,5.14l-0.59,1l0.84,1.23l-1.98,1.95l-1.84,2.96l-1,2.9l0.27,3.11l-1.73,3.34l1.29,5.69l0.73,0.61l-0.01,3.09l-1.6,3.31l0.06,2.87l-2.12,2.26l0.01,3.22l0.85,3.46l-1.68,1.3l-0.75,3.22l-0.66,3.75l0.47,4.54l-1.13,0.77l0.65,4.4l1.27,1.46l-0.92,1.63l1.3,0.78l0.3,1.48l-1.22,0.75l0.3,2.33l-1.02,5.35l-1.49,3.52l0.33,2.11l-0.89,2.68l-2.15,1.88l0.25,4.6l0.99,1.6l1.87,-0.28l-0.05,3.33l1.16,2.63l6.78,0.61l2.6,0.71l-2.49,-0.03l-1.35,1.13l-2.53,1.67l-0.45,4.38l-1.19,0.11l-3.16,-1.54l-3.21,-3.25l0,0l-3.49,-2.63l-0.88,-2.87l0.79,-2.62l-1.41,-2.94l-0.36,-7.34l1.19,-4.03l2.96,-3.19l-4.26,-1.19l2.67,-3.57l0.95,-6.56l3.12,1.37l1.46,-7.97l-1.88,-1l-0.88,4.75l-1.77,-0.54l0.88,-5.42l0.96,-6.84l1.29,-2.48l-0.81,-3.5l-0.23,-3.98l1.18,-0.11l1.72,-5.6l1.94,-5.43l1.19,-4.97l-0.65,-4.91l0.84,-2.67l-0.34,-3.96l1.64,-3.87l0.51,-6.04l0.9,-6.37l0.88,-6.75l-0.21,-4.87l-0.58,-4.15l1.44,-0.75l0.75,-1.5l1.37,1.99l0.37,2.12l1.47,1.25l-0.88,2.87L283.97,524.72z"
170
+ },
171
+ {
172
+ "id":"CM",
173
+ "title":"Cameroon",
174
+ "d":"M511.92,457.07L511.57,456.92L509.91,457.28L508.2,456.9L506.87,457.09L502.31,457.02L502.72,454.82L501.62,452.98L500.34,452.5L499.77,451.25L499.05,450.85L499.09,450.08L499.81,448.1L501.14,445.4L501.95,445.37L503.62,443.73L504.69,443.69L506.26,444.84L508.19,443.89L508.45,442.73L509.08,441.59L509.51,440.17L511.01,439.01L511.58,437.04L512.17,436.41L512.57,434.94L513.31,433.13L515.67,430.93L515.82,429.98L516.13,429.47L515.02,428.33L515.11,427.43L515.9,427.26L517.01,429.09L517.2,430.98L517.1,432.87L518.62,435.44L517.06,435.41L516.27,435.61L514.99,435.33L514.38,436.66L516.03,438.31L517.25,438.79L517.65,439.96L518.53,441.89L518.09,442.66L516.68,445.5L516.01,446.01L515.79,448.18L516.07,449.36L515.85,450.19L517.17,451.65L517.41,452.65L518.45,454.09L519.73,454.99L519.85,456.26L520.15,457.07L519.95,458.57L517.72,457.91L515.45,457.18z"
175
+ },
176
+ {
177
+ "id":"CN",
178
+ "title":"China",
179
+ "d":"M784.63,410.41l-2.42,1.41l-2.3,-0.91l-0.08,-2.53l1.38,-1.34l3.06,-0.83l1.61,0.07l0.63,1.13l-1.23,1.3L784.63,410.41zM833.19,302.89l4.88,1.38l3.32,3.03l1.13,3.95l4.26,0l2.43,-1.65l4.63,-1.24l-1.47,3.76l-1.09,1.51l-0.96,4.46l-1.89,3.89l-3.4,-0.7l-2.41,1.4l0.74,3.36l-0.4,4.55l-1.43,0.1l0.02,1.93l-1.81,-2.24l-1.11,2.13l-4.33,1.62l0.44,1.97l-2.42,-0.14l-1.33,-1.17l-1.93,2.64l-3.09,1.98l-2.28,2.35l-3.92,1.06l-2.06,1.69l-3.02,0.98l1.49,-1.67l-0.59,-1.41l2.22,-2.45l-1.48,-1.93l-2.44,1.3l-3.17,2.54l-1.73,2.34l-2.75,0.17l-1.43,1.68l1.48,2.41l2.29,0.58l0.09,1.58l2.22,1.02l3.14,-2.51l2.49,1.37l1.81,0.09l0.46,1.84l-3.97,0.97l-1.31,1.87l-2.73,1.73l-1.44,2.39l3.02,1.86l1.1,3.31l1.71,3.05l1.9,2.53l-0.05,2.43l-1.76,0.89l0.67,1.73l1.65,1l-0.43,2.61l-0.71,2.52l-1.57,0.28l-2.05,3.41l-2.27,4.09l-2.6,3.68l-3.86,2.82l-3.9,2.55l-3.16,0.35l-1.71,1.34l-0.97,-0.98l-1.59,1.5l-3.92,1.5l-2.97,0.46l-0.96,3.15l-1.55,0.17l-0.74,-2.16l0.66,-1.16l-3.76,-0.96l-1.33,0.49l-2.82,-0.78l-1.33,-1.22l0.44,-1.74l-2.56,-0.55l-1.35,-1.14l-2.39,1.62l-2.73,0.35l-2.24,-0.02l-1.5,0.74l-1.45,0.44l0.42,3.43l-1.5,-0.08l-0.25,-0.7l-0.08,-1.24l-2.06,0.87l-1.21,-0.55l-2.08,-1.13l0.82,-2.51l-1.78,-0.59l-0.67,-2.8l-2.96,0.51l0.34,-3.63l2.66,-2.58l0.11,-2.57l-0.08,-2.4l-1.22,-0.75l-0.94,-1.86l-1.64,0.24l-3.02,-0.47l0.95,-1.33l-1.31,-1.99l-2,1.35L740.4,378l-3.23,2.03l-2.55,2.36l-2.26,0.39l-1.23,-0.85l-1.48,-0.08l-2,-0.73l-1.51,0.8l-1.85,2.34l-0.24,-2.48l-1.71,0.66l-3.27,-0.31l-3.17,-0.73l-2.28,-1.39l-2.18,-0.63l-0.94,-1.53l-1.58,-0.46l-2.83,-2.09l-2.25,-0.99l-1.16,0.77l-3.9,-2.26l-2.75,-2.07l-0.79,-3.63l2.01,0.44l0.09,-1.69l-1.12,-1.71l0.28,-2.74l-3.01,-3.99l-4.61,-1.39l-0.83,-2.66l-2.07,-1.63l-0.5,-1.01l-0.42,-2.01l0.1,-1.38l-1.7,-0.81l-0.92,0.36l-0.71,-3.32l0.8,-0.83l-0.39,-0.85l2.68,-1.73l1.94,-0.72l2.97,0.49l1.06,-2.35l3.6,-0.44l1,-1.48l4.42,-2.03l0.39,-0.85l-0.22,-2.17l1.92,-1l-2.52,-6.75l5.55,-1.58l1.44,-0.89l2.02,-7.26l5.56,1.35l1.56,-1.86l0.13,-4.19l2.33,-0.39l2.13,-2.83l1.1,-0.35l0.74,2.97l2.36,2.23l4,1.57l1.93,3.32l-1.08,4.73l1.01,1.73l3.33,0.68l3.78,0.55l3.39,2.45l1.73,0.43l1.28,3.57l1.65,2.27l3.09,-0.09l5.79,0.85l3.73,-0.53l2.77,0.57l4.15,2.29l3.39,0l1.24,1.16l3.26,-2.01l4.53,-1.31l4.2,-0.14l3.28,-1.34l2.01,-2.05l1.96,-1.3l-0.45,-1.28l-0.9,-1.5l1.47,-2.54l1.58,0.36l2.88,0.8l2.79,-2.1l4.28,-1.55l2.05,-2.66l1.97,-1.16l4.07,-0.54l2.21,0.46l0.31,-1.45l-2.54,-2.89l-2.25,-1.33l-2.16,1.54l-2.77,-0.65l-1.59,0.53l-0.72,-1.71l1.98,-4.23l1.37,-3.25l3.37,1.63l3.95,-2.74l-0.03,-1.93l2.53,-4.73l1.56,-1.45l-0.04,-2.52l-1.54,-1.1l2.32,-2.31l3.48,-0.84l3.72,-0.13l4.2,1.39l2.46,1.71l1.73,4.61l1.05,1.94l0.98,2.73L833.19,302.89z"
180
+ },
181
+ {
182
+ "id":"CO",
183
+ "title":"Colombia",
184
+ "d":"M263.92,463.81L262.72,463.15L261.34,462.23L260.54,462.67L258.16,462.28L257.48,461.08L256.96,461.13L254.15,459.54L253.77,458.67L254.82,458.46L254.7,457.07L255.35,456.06L256.74,455.87L257.93,454.12L259,452.66L257.96,451.99L258.49,450.37L257.86,447.81L258.46,447.08L258.02,444.71L256.88,443.21L257.24,441.85L258.15,442.05L258.68,441.21L258.03,439.56L258.37,439.14L259.81,439.23L261.92,437.26L263.07,436.96L263.1,436.03L263.62,433.64L265.23,432.32L266.99,432.27L267.21,431.68L269.41,431.91L271.62,430.48L272.71,429.84L274.06,428.47L275.06,428.64L275.79,429.39L275.25,430.35L273.45,430.83L272.74,432.25L271.65,433.06L270.84,434.12L270.49,436.13L269.72,437.79L271.16,437.97L271.52,439.27L272.14,439.89L272.36,441.02L272.03,442.06L272.13,442.65L272.82,442.88L273.49,443.86L277.09,443.59L278.72,443.95L280.7,446.36L281.83,446.06L283.85,446.21L285.45,445.89L286.44,446.38L285.93,447.88L285.31,448.82L285.09,450.83L285.65,452.68L286.45,453.51L286.54,454.14L285.12,455.53L286.14,456.14L286.89,457.12L287.74,459.89L287.21,460.24L286.67,458.59L285.89,457.71L284.96,458.67L279.5,458.61L279.53,460.35L281.17,460.64L281.08,461.71L280.52,461.42L278.94,461.88L278.93,463.9L280.17,464.92L280.61,466.51L280.54,467.72L279.28,475.37L277.88,473.88L277.04,473.82L278.85,470.98L276.7,469.67L275.02,469.91L274.01,469.43L272.46,470.17L270.37,469.82L268.72,466.9L267.42,466.18L266.53,464.86L264.67,463.54z"
185
+ },
186
+ {
187
+ "id":"CR",
188
+ "title":"Costa Rica",
189
+ "d":"M242.63,440.4L241.11,439.77L240.54,439.18L240.86,438.69L240.76,438.07L239.98,437.39L238.88,436.84L237.91,436.48L237.73,435.65L236.99,435.14L237.17,435.97L236.61,436.64L235.97,435.86L235.07,435.58L234.69,435.01L234.71,434.15L235.08,433.25L234.29,432.85L234.93,432.31L235.35,431.94L237.2,432.69L237.84,432.32L238.73,432.56L239.2,433.14L240.02,433.33L240.69,432.73L241.41,434.27L242.49,435.41L243.81,436.62L242.72,436.87L242.74,438L243.32,438.42L242.9,438.76L243.01,439.27L242.78,439.84z"
190
+ },
191
+ {
192
+ "id":"CU",
193
+ "title":"Cuba",
194
+ "d":"M244.58,396.94L247.01,397.16L249.21,397.19L251.84,398.22L252.96,399.33L255.58,398.99L256.57,399.69L258.95,401.56L260.69,402.91L261.61,402.87L263.29,403.48L263.08,404.32L265.15,404.44L267.27,405.66L266.94,406.35L265.07,406.73L263.18,406.88L261.25,406.64L257.24,406.93L259.12,405.27L257.98,404.5L256.17,404.3L255.2,403.44L254.53,401.74L252.95,401.85L250.33,401.05L249.49,400.42L245.84,399.95L244.86,399.36L245.91,398.61L243.16,398.46L241.15,400.02L239.98,400.06L239.58,400.8L238.2,401.13L237,400.84L238.48,399.91L239.08,398.82L240.35,398.15L241.78,397.56L243.91,397.27z"
195
+ },
196
+ {
197
+ "id":"CY",
198
+ "title":"Cyprus",
199
+ "d":"M570.31,358.29L572.2,356.83L569.65,357.85L567.63,357.8L567.23,358.63L567.03,358.65L565.7,358.77L566.35,360.14L567.72,360.58L570.6,359.2L570.51,358.93z"
200
+ },
201
+ {
202
+ "id":"CZ",
203
+ "title":"Czech Republic",
204
+ "d":"M522.81,307.86L521.51,307.06L520.2,307.28L518.02,305.98L517.03,306.3L515.46,308.04L513.37,306.67L511.79,304.84L510.36,303.8L510.06,301.98L509.57,300.68L511.61,299.73L512.65,298.63L514.66,297.77L515.37,296.93L516.11,297.44L517.36,296.97L518.69,298.4L520.78,298.79L520.61,300L522.13,300.9L522.55,299.77L524.47,300.26L524.74,301.63L526.82,301.89L528.11,304.02L527.28,304.03L526.84,304.8L526.2,304.99L526.02,305.96L525.48,306.17L525.4,306.56L524.45,307L523.2,306.93z"
205
+ },
206
+ {
207
+ "id":"DE",
208
+ "title":"Germany",
209
+ "d":"M503.07,278.92L503.12,280.8L505.96,281.92L505.93,283.62L508.78,282.72L510.35,281.41L513.52,283.3L514.84,284.81L515.5,287.2L514.72,288.45L515.73,290.1L516.43,292.55L516.21,294.11L517.36,296.97L516.11,297.44L515.37,296.93L514.66,297.77L512.65,298.63L511.61,299.73L509.57,300.68L510.06,301.98L510.36,303.8L511.79,304.84L513.37,306.67L512.39,308.62L511.38,309.16L511.78,311.88L511.51,312.58L510.64,311.73L509.3,311.61L507.29,312.35L504.82,312.17L504.42,313.26L503,312.12L502.15,312.34L499.15,311.08L498.57,311.98L496.19,311.95L496.54,308.97L497.96,306.07L493.92,305.29L492.6,304.16L492.76,302.27L492.2,301.29L492.52,298.32L492.04,293.63L493.73,293.63L494.44,291.92L495.14,287.69L494.61,286.11L495.16,285.11L497.5,284.85L498.02,285.89L499.93,283.56L499.29,281.77L499.16,279.02L501.28,279.66z"
210
+ },
211
+ {
212
+ "id":"DJ",
213
+ "title":"Djibouti",
214
+ "d":"M596.05,427.72L596.71,428.6L596.62,429.79L595.02,430.47L596.23,431.24L595.19,432.76L594.57,432.26L593.9,432.46L592.33,432.41L592.28,431.55L592.07,430.76L593.01,429.43L594,428.17L595.2,428.42z"
215
+ },
216
+ {
217
+ "id":"DK",
218
+ "title":"Denmark",
219
+ "d":"M510.83,275.84l-1.68,3.97l-2.93,-2.76l-0.39,-2.05l4.11,-1.66L510.83,275.84zM505.85,271.59l-0.69,1.9l-0.83,-0.55l-2.02,3.59l0.76,2.39l-1.79,0.74l-2.12,-0.64l-1.14,-2.72l-0.08,-5.12l0.47,-1.38l0.8,-1.54l2.47,-0.32l0.98,-1.43l2.26,-1.47l-0.1,2.68l-0.83,1.68l0.34,1.43L505.85,271.59z"
220
+ },
221
+ {
222
+ "id":"DO",
223
+ "title":"Dominican Republic",
224
+ "d":"M274.18,407.35L274.53,406.84L276.72,406.86L278.38,407.62L279.12,407.54L279.63,408.59L281.16,408.53L281.07,409.41L282.32,409.52L283.7,410.6L282.66,411.8L281.32,411.16L280.04,411.28L279.12,411.14L278.61,411.68L277.53,411.86L277.11,411.14L276.18,411.57L275.06,413.57L274.34,413.11L274.19,412.27L274.25,411.47L273.53,410.59L274.21,410.09L274.43,408.96z"
225
+ },
226
+ {
227
+ "id":"DZ",
228
+ "title":"Algeria",
229
+ "d":"M508.9,396.08L499.29,401.83L491.17,407.68L487.22,409L484.11,409.29L484.08,407.41L482.78,406.93L481.03,406.08L480.37,404.69L470.91,398.14L461.45,391.49L450.9,383.96L450.96,383.35L450.96,383.14L450.93,379.39L455.46,377.03L458.26,376.54L460.55,375.68L461.63,374.06L464.91,372.77L465.03,370.36L466.65,370.07L467.92,368.86L471.59,368.3L472.1,367.02L471.36,366.31L470.39,362.78L470.23,360.73L469.17,358.55L471.86,356.68L474.9,356.08L476.67,354.65L479.37,353.6L484.12,352.98L488.76,352.69L490.17,353.21L492.81,351.84L495.81,351.81L496.95,352.62L498.86,352.41L498.29,354.2L498.74,357.48L498.08,360.3L496.35,362.18L496.6,364.71L498.89,366.69L498.92,367.5L500.64,368.83L501.84,374.69L502.75,377.53L502.9,379.01L502.41,381.6L502.61,383.04L502.25,384.76L502.5,386.73L501.38,388.02L503.04,390.28L503.15,391.6L504.14,393.31L505.45,392.75L507.67,394.17z"
230
+ },
231
+ {
232
+ "id":"EC",
233
+ "title":"Ecuador",
234
+ "d":"M250.1,472.87L251.59,470.79L250.98,469.57L249.91,470.87L248.23,469.64L248.8,468.86L248.33,466.33L249.31,465.91L249.83,464.18L250.89,462.38L250.69,461.25L252.23,460.65L254.15,459.54L256.96,461.13L257.48,461.08L258.16,462.28L260.54,462.67L261.34,462.23L262.72,463.15L263.92,463.81L264.31,465.92L263.44,467.73L260.38,470.65L257.01,471.75L255.29,474.18L254.76,476.06L253.17,477.21L252,475.8L250.86,475.5L249.7,475.72L249.63,474.7L250.43,474.04z"
235
+ },
236
+ {
237
+ "id":"EE",
238
+ "title":"Estonia",
239
+ "d":"M543.42,264.71L543.75,261.59L542.72,262.26L540.94,260.36L540.69,257.25L544.24,255.72L547.77,254.91L550.81,255.83L553.71,255.66L554.13,256.62L552.14,259.76L552.97,264.72L551.77,266.38L549.45,266.37L547.04,264.43L545.81,263.78z"
240
+ },
241
+ {
242
+ "id":"EG",
243
+ "title":"Egypt",
244
+ "d":"M573.17,377.28L572.38,378.57L571.78,380.97L571.02,382.61L570.36,383.17L569.43,382.15L568.16,380.73L566.16,376.16L565.88,376.45L567.04,379.82L568.76,383L570.88,387.88L571.91,389.56L572.81,391.3L575.33,394.7L574.77,395.23L574.86,397.2L578.13,399.91L578.62,400.53L567.5,400.53L556.62,400.53L545.35,400.53L545.35,389.3L545.35,378.12L544.51,375.54L545.23,373.54L544.8,372.15L545.81,370.58L549.54,370.53L552.24,371.39L555.02,372.36L556.32,372.86L558.48,371.83L559.63,370.9L562.11,370.63L564.1,371.04L564.87,372.66L565.52,371.59L567.76,372.36L569.95,372.55L571.33,371.73z"
245
+ },
246
+ {
247
+ "id":"EH",
248
+ "title":"Western Sahara",
249
+ "d":"M438.57,383.06L442.19,383.07L450.94,383.1L450.94,383.1L450.94,383.1L442.19,383.07L438.57,383.06L438.46,383.15L438.41,383.19L436.63,386.39L434.77,387.53L433.75,389.44L433.69,391.09L432.94,392.88L432,393.37L430.44,395.31L429.48,397.46L429.66,398.48L428.74,400.05L427.66,400.87L427.53,402.26L427.41,403.53L428.02,402.53L439,402.55L438.47,398.2L439.16,396.65L441.78,396.38L441.69,388.52L450.9,388.69L450.9,383.96L450.96,383.35L450.96,383.14z"
250
+ },
251
+ {
252
+ "id":"ER",
253
+ "title":"Eritrea",
254
+ "d":"M594,428.17L593.04,427.24L591.89,425.57L590.65,424.65L589.92,423.65L587.48,422.5L585.56,422.47L584.88,421.86L583.24,422.54L581.54,421.23L580.66,423.38L577.4,422.78L577.1,421.63L578.31,417.38L578.58,415.45L579.46,414.55L581.53,414.07L582.95,412.4L584.58,415.78L585.35,418.45L586.89,419.86L590.71,422.58L592.27,424.22L593.79,425.88L594.67,426.86L596.05,427.72L595.2,428.42z"
255
+ },
256
+ {
257
+ "id":"ES",
258
+ "title":"Spain",
259
+ "d":"M449.92,334.56L450.06,331.88L448.92,330.22L452.88,327.45L456.31,328.15L460.08,328.12L463.06,328.78L465.39,328.58L469.92,328.7L471.04,330.19L476.2,331.92L477.22,331.1L480.38,332.82L483.63,332.33L483.78,334.52L481.12,337.01L477.53,337.79L477.28,339.03L475.55,341.06L474.47,344.02L475.56,346.07L473.94,347.67L473.34,349.97L471.22,350.67L469.23,353.36L465.68,353.41L463,353.35L461.25,354.57L460.18,355.88L458.8,355.59L457.77,354.42L456.97,352.42L454.35,351.88L454.12,350.72L455.16,349.4L455.54,348.44L454.58,347.38L455.35,345.03L454.23,342.86L455.44,342.56L455.55,340.84L456.01,340.31L456.04,337.43L457.34,336.43L456.56,334.55L454.92,334.42L454.44,334.89L452.79,334.9L452.08,333.06L450.94,333.61z"
260
+ },
261
+ {
262
+ "id":"ET",
263
+ "title":"Ethiopia",
264
+ "d":"M581.54,421.23L583.24,422.54L584.88,421.86L585.56,422.47L587.48,422.5L589.92,423.65L590.65,424.65L591.89,425.57L593.04,427.24L594,428.17L593.01,429.43L592.07,430.76L592.28,431.55L592.33,432.41L593.9,432.46L594.57,432.26L595.19,432.76L594.58,433.77L595.62,435.33L596.65,436.69L597.72,437.7L606.89,441.04L609.25,441.02L601.32,449.44L597.67,449.56L595.17,451.53L593.38,451.58L592.61,452.46L590.69,452.46L589.56,451.52L587,452.69L586.17,453.85L584.3,453.63L583.68,453.31L583.02,453.38L582.14,453.36L578.59,450.98L576.64,450.98L575.68,450.07L575.68,448.5L574.22,448.03L572.57,444.98L571.29,444.33L570.79,443.21L569.37,441.84L567.65,441.64L568.61,440.03L570.09,439.96L570.51,439.1L570.48,436.57L571.31,433.61L572.63,432.81L572.92,431.65L574.12,429.48L575.81,428.06L576.95,425.25L577.4,422.78L580.66,423.38z"
265
+ },
266
+ {
267
+ "id":"FK",
268
+ "title":"Falkland Islands",
269
+ "d":"M303.66,633.13L307.02,630.44L309.41,631.56L311.09,629.77L313.33,631.78L312.49,633.36L308.7,634.72L307.44,633.13L305.06,635.18z"
270
+ },
271
+ {
272
+ "id":"FI",
273
+ "title":"Finland",
274
+ "d":"M555.42,193.1L555.01,198.5L559.31,203.49L556.72,208.97L559.98,216.93L558.09,222.69L560.62,227.55L559.47,231.69L563.62,235.95L562.56,239.05L559.96,242.5L553.96,249.91L548.87,250.36L543.94,252.43L539.38,253.61L537.75,250.54L535.04,248.67L535.66,242.95L534.3,237.54L535.64,233.96L538.18,230.02L544.59,223L546.47,221.61L546.17,218.77L542.27,215.55L541.33,212.85L541.25,201.73L536.88,196.58L533.14,192.77L534.82,190.69L537.94,194.84L541.6,194.45L544.61,196.32L547.28,192.88L548.66,187.03L553.01,184.25L556.61,187.51z"
275
+ },
276
+ {
277
+ "id":"FJ",
278
+ "title":"Fiji",
279
+ "d":"M980.53,508.61l-0.35,1.4l-0.23,0.16l-1.78,0.72l-1.79,0.61l-0.36,-1.09l1.4,-0.6l0.89,-0.16l1.64,-0.91L980.53,508.61zM974.69,512.92l-1.27,-0.36l-1.08,1l0.27,1.29l1.55,0.36l1.74,-0.4l0.46,-1.53l-0.96,-0.84L974.69,512.92z"
280
+ },
281
+ {
282
+ "id":"FR",
283
+ "title":"France",
284
+ "d":"M502.06,333.54l-0.93,2.89l-1.27,-0.76l-0.65,-2.53l0.57,-1.41l1.81,-1.45L502.06,333.54zM485.31,300.19l1.96,2.06l1.44,-0.34l2.45,1.97l0.63,0.37l0.81,-0.09l1.32,1.12l4.04,0.79l-1.42,2.9l-0.36,2.98l-0.77,0.71l-1.28,-0.38l0.09,1.05l-2.05,2.3l-0.04,1.84l1.34,-0.63l0.96,1.77l-0.12,1.13l0.83,1.5l-0.97,1.21l0.72,3.04l1.52,0.49l-0.32,1.68l-2.54,2.17l-5.53,-1.04l-4.08,1.24l-0.32,2.29l-3.25,0.49l-3.15,-1.72l-1.02,0.82l-5.16,-1.73l-1.12,-1.49l1.45,-2.32l0.53,-7.88l-2.89,-4.26l-2.07,-2.09l-4.29,-1.6l-0.28,-3.07l3.64,-0.92l4.71,1.09l-0.89,-4.84l2.65,1.85l6.53,-3.37l0.84,-3.61l2.45,-0.9l0.41,1.56l1.3,0.07L485.31,300.19z"
285
+ },
286
+ {
287
+ "id":"GA",
288
+ "title":"Gabon",
289
+ "d":"M506.36,474.48L503.48,471.66L501.62,469.36L499.92,466.48L500.01,465.56L500.62,464.66L501.3,462.64L501.87,460.57L502.82,460.41L506.89,460.44L506.87,457.09L508.2,456.9L509.91,457.28L511.57,456.92L511.92,457.07L511.71,458.29L512.5,459.72L514.58,459.5L515.28,460.05L514.07,463.28L515.39,464.92L515.7,467.1L515.35,468.95L514.49,470.27L512.01,470.15L510.51,468.81L510.29,470.05L508.4,470.39L507.44,471.09L508.49,472.94z"
290
+ },
291
+ {
292
+ "id":"GB",
293
+ "title":"United Kingdom",
294
+ "d":"M459.38,281l-1.5,3.29l-2.12,-0.98l-1.73,0.07l0.58,-2.57l-0.58,-2.6l2.35,-0.2L459.38,281zM466.83,260.24l-3,5.73l2.86,-0.72l3.07,0.03l-0.73,4.22l-2.52,4.53l2.9,0.32l0.22,0.52l2.5,5.79l1.92,0.77l1.73,5.41l0.8,1.84l3.4,0.88l-0.34,2.93l-1.43,1.33l1.12,2.33l-2.52,2.33l-3.75,-0.04l-4.77,1.21l-1.31,-0.87l-1.85,2.06l-2.59,-0.5l-1.97,1.67l-1.49,-0.87l4.11,-4.64l2.51,-0.97l-0.02,0l-4.38,-0.75l-0.79,-1.8l2.93,-1.41l-1.54,-2.48l0.53,-3.06l4.17,0.42l0,0l0.41,-2.74l-1.88,-2.95l-0.04,-0.07l-3.4,-0.85l-0.67,-1.32l1.02,-2.2l-0.92,-1.37l-1.51,2.34l-0.16,-4.8l-1.42,-2.59l1.02,-5.36l2.18,-4.31l2.24,0.42L466.83,260.24z"
295
+ },
296
+ {
297
+ "id":"GE",
298
+ "title":"Georgia",
299
+ "d":"M591.76,335.85L592.18,334.25L591.48,331.68L589.86,330.27L588.31,329.83L587.28,328.66L587.62,328.2L589.99,328.86L594.12,329.48L597.94,331.31L598.43,332.02L600.13,331.42L602.75,332.22L603.6,333.77L605.37,334.64L604.64,335.15L606.02,337.17L605.64,337.6L604.13,337.38L602.04,336.32L601.35,336.92L597.45,337.5L594.75,335.68z"
300
+ },
301
+ {
302
+ "id":"GF",
303
+ "title":"French Guiana",
304
+ "d":"M327.89,456.41l-1.07,1.06l-1.34,0.2l-0.38,-0.78l-0.63,-0.12l-0.87,0.76l-1.22,-0.57l0.71,-1.19l0.24,-1.27l0.48,-1.2l-1.09,-1.65l-0.22,-1.91l1.46,-2.41l0.95,0.31l2.06,0.66l2.97,2.36l0.46,1.14l-1.66,2.55L327.89,456.41z"
305
+ },
306
+ {
307
+ "id":"GH",
308
+ "title":"Ghana",
309
+ "d":"M478.23,446.84L473.83,448.48L472.27,449.44L469.74,450.25L467.24,449.46L467.37,448.35L466.16,445.94L466.89,442.77L468.07,440.41L467.33,436.4L466.94,434.27L467.01,432.66L471.88,432.53L473.12,432.74L474.02,432.28L475.32,432.5L475.11,433.39L476.28,434.85L476.28,436.9L476.55,439.12L477.25,440.15L476.63,442.68L476.85,444.08L477.6,445.86z"
310
+ },
311
+ {
312
+ "id":"GL",
313
+ "title":"Greenland",
314
+ "d":"M344.13,23.91L353.55,10.3L363.39,11.37L366.96,2.42L376.87,0L399.27,3.15L416.81,21.74L411.63,30.04L400.9,30.97L385.81,33L387.22,36.64L397.15,34.4L405.59,41.31L411.04,35.19L413.37,42.34L410.29,53.31L417.43,46.38L431.04,38.83L439.45,42.64L441.02,50.76L429.59,63.42L428.01,67.32L419.05,70.18L425.54,70.97L422.26,82.48L420,92.07L420.09,107.33L423.46,115.67L419.08,116.18L414.47,120.06L419.64,126.36L420.3,135.98L417.3,137L420.93,146.15L414.71,146.9L417.96,151.04L417.04,154.55L413.09,156.06L409.18,156.09L412.69,162.57L412.73,166.7L407.18,162.87L405.74,165.36L409.52,167.65L413.2,173.13L414.26,180.08L409.26,181.7L407.1,178.44L403.63,173.46L404.59,179.33L401.34,183.74L408.72,184.09L412.59,184.54L405.07,191.57L397.45,197.7L389.25,200.31L386.16,200.35L383.26,203.22L379.36,210.85L373.33,215.74L371.39,216.03L367.65,217.7L363.63,219.29L361.22,223.41L361.18,227.97L359.77,232.13L355.19,237.08L356.32,241.79L355.06,246.64L353.63,252.2L349.68,252.54L345.54,247.91L339.93,247.88L337.21,244.7L335.34,238.9L330.48,231.22L329.06,227.07L328.68,221.18L324.79,214.91L325.8,209.74L323.93,207.21L326.7,198.56L330.92,195.71L332.03,192.45L332.62,186.19L329.41,189.05L327.89,190.24L325.37,191.38L321.93,188.77L321.74,183.22L322.84,178.74L325.44,178.62L331.16,180.87L326.34,175.44L323.83,172.43L321.04,173.67L318.7,171.48L321.83,162.98L320.13,159.45L317.9,152.71L314.53,141.8L310.96,137.63L310.99,133L303.46,126.31L297.51,125.46L290.02,125.93L283.18,126.79L279.92,123.04L275.05,115.38L282.41,111.41L288.06,110.73L276.06,107.37L269.74,101.93L270.13,96.59L280.74,89.72L291.01,82.56L292.09,76.92L284.53,71.16L286.97,64.52L296.68,52.19L300.76,50.21L299.59,41.64L306.23,36.4L314.85,33.19L323.47,33.01L326.53,39.31L333.97,27.99L340.66,35.77L344.59,37.36L350.42,43.77L343.75,33z"
315
+ },
316
+ {
317
+ "id":"GM",
318
+ "title":"Gambia",
319
+ "d":"M428.03,426.43L428.39,425.16L431.44,425.07L432.08,424.4L432.97,424.35L434.07,425.06L434.94,425.07L435.87,424.59L436.43,425.41L435.22,426.06L434,426.01L432.8,425.4L431.76,426.06L431.26,426.09L430.58,426.49z"
320
+ },
321
+ {
322
+ "id":"GN",
323
+ "title":"Guinea",
324
+ "d":"M451.59,441.91L450.8,441.84L450.23,442.97L449.43,442.96L448.89,442.36L449.07,441.23L447.9,439.51L447.17,439.82L446.57,439.89L445.8,440.05L445.83,439.02L445.38,438.28L445.47,437.46L444.86,436.27L444.08,435.26L441.84,435.26L441.19,435.79L440.41,435.85L439.93,436.46L439.61,437.25L438.11,438.49L436.88,436.82L435.79,435.71L435.07,435.35L434.37,434.78L434.06,433.53L433.65,432.91L432.83,432.44L434.08,431.06L434.93,431.11L435.66,430.63L436.28,430.63L436.72,430.25L436.48,429.31L436.79,429.01L436.84,428.04L438.19,428.07L440.21,428.77L440.83,428.7L441.04,428.39L442.56,428.61L442.97,428.45L443.13,429.5L443.58,429.49L444.31,429.11L444.77,429.21L445.55,429.93L446.75,430.16L447.52,429.54L448.43,429.16L449.1,428.76L449.66,428.84L450.28,429.46L450.62,430.25L451.77,431.44L451.19,432.17L451.08,433.09L451.68,432.81L452.03,433.15L451.88,433.99L452.74,434.81L452.18,435.02L451.95,435.99L452.6,437.15L453.29,439.41L452.25,439.75L451.98,440.14L452.2,440.68L452.04,441.91z"
325
+ },
326
+ {
327
+ "id":"GQ",
328
+ "title":"Equatorial Guinea",
329
+ "d":"M501.87,460.57L501.34,460.15L502.31,457.02L506.87,457.09L506.89,460.44L502.82,460.41z"
330
+ },
331
+ {
332
+ "id":"GR",
333
+ "title":"Greece",
334
+ "d":"M541.7,356.71l1.53,1.16l2.18,-0.2l2.09,0.24l-0.07,0.59l1.53,-0.41l-0.35,1.01l-4.04,0.29l0.03,-0.56l-3.42,-0.67L541.7,356.71zM549.85,335.75l-0.87,2.33l-0.67,0.41l-1.71,-0.1l-1.46,-0.35l-3.4,0.96l1.94,2.06l-1.42,0.59l-1.56,0l-1.48,-1.88l-0.53,0.8l0.63,2.18l1.4,1.7l-1.06,0.79l1.56,1.65l1.39,1.03l0.04,2l-2.59,-0.94l0.83,1.8l-1.78,0.37l1.06,3.08l-1.86,0.04l-2.3,-1.51l-1.05,-2.81l-0.49,-2.36l-1.09,-1.64l-1.44,-2.05l-0.19,-1.03l1.3,-1.76l0.17,-1.19l0.91,-0.53l0.06,-0.97l1.83,-0.33l1.07,-0.81l1.52,0.07l0.46,-0.65l0.53,-0.12l2.07,0.11l2.24,-1.02l1.98,1.3l2.55,-0.35l0.03,-1.86L549.85,335.75z"
335
+ },
336
+ {
337
+ "id":"GT",
338
+ "title":"Guatemala",
339
+ "d":"M222.64,424.75L221.2,424.25L219.45,424.2L218.17,423.63L216.66,422.45L216.73,421.61L217.05,420.93L216.66,420.39L218.01,418.03L221.6,418.02L221.68,417.04L221.22,416.86L220.91,416.23L219.87,415.56L218.83,414.58L220.1,414.58L220.1,412.93L222.72,412.93L225.31,412.96L225.29,415.27L225.07,418.55L225.9,418.55L226.82,419.08L227.06,418.64L227.88,419.01L226.61,420.12L225.28,420.93L225.08,421.48L225.3,422.04L224.72,422.78L224.06,422.95L224.21,423.29L223.69,423.61L222.73,424.33z"
340
+ },
341
+ {
342
+ "id":"GW",
343
+ "title":"Guinea-Bissau",
344
+ "d":"M432.83,432.44L431.33,431.25L430.15,431.07L429.51,430.26L429.52,429.83L428.67,429.23L428.49,428.62L429.98,428.15L430.91,428.24L431.66,427.92L436.84,428.04L436.79,429.01L436.48,429.31L436.72,430.25L436.28,430.63L435.66,430.63L434.93,431.11L434.08,431.06z"
345
+ },
346
+ {
347
+ "id":"GY",
348
+ "title":"Guyana",
349
+ "d":"M307.7,440L309.54,441.03L311.28,442.86L311.35,444.31L312.41,444.38L313.91,445.74L315.02,446.72L314.57,449.24L312.87,449.97L313.02,450.62L312.5,452.07L313.75,454.09L314.64,454.1L315.01,455.67L316.72,458.09L316.04,458.19L314.49,457.96L313.58,458.7L312.31,459.19L311.43,459.31L311.12,459.85L309.74,459.71L308.01,458.41L307.81,457.12L307.09,455.71L307.54,453.33L308.32,452.35L307.67,451.05L306.71,450.63L307.08,449.4L306.42,448.76L304.96,448.88L303.07,446.76L303.83,445.99L303.77,444.69L305.5,444.24L306.19,443.72L305.23,442.68L305.48,441.65z"
350
+ },
351
+ {
352
+ "id":"HN",
353
+ "title":"Honduras",
354
+ "d":"M230.43,426.9L229.95,426.01L229.09,425.76L229.29,424.61L228.91,424.3L228.33,424.1L227.1,424.44L227,424.05L226.15,423.59L225.55,423.02L224.72,422.78L225.3,422.04L225.08,421.48L225.28,420.93L226.61,420.12L227.88,419.01L228.17,419.13L228.79,418.62L229.59,418.58L229.85,418.81L230.29,418.67L231.59,418.93L232.89,418.85L233.79,418.53L234.12,418.21L235.01,418.36L235.68,418.56L236.41,418.49L236.97,418.24L238.25,418.64L238.7,418.7L239.55,419.24L240.36,419.89L241.38,420.33L242.12,421.13L241.16,421.07L240.77,421.46L239.8,421.84L239.09,421.84L238.47,422.21L237.91,422.08L237.43,421.64L237.14,421.72L236.78,422.41L236.51,422.38L236.46,422.98L235.48,423.77L234.97,424.11L234.68,424.47L233.85,423.89L233.25,424.65L232.66,424.63L232,424.7L232.06,426.11L231.65,426.13L231.3,426.79z"
355
+ },
356
+ {
357
+ "id":"HR",
358
+ "title":"Croatia",
359
+ "d":"M528.05,318.93L528.73,320.48L529.62,321.62L528.54,323.11L527.27,322.23L525.33,322.29L522.92,321.63L521.61,321.72L521.01,322.54L520,321.63L519.41,323.27L520.79,325.1L521.39,326.31L522.68,327.76L523.75,328.61L524.81,330.22L527.29,331.66L526.98,332.3L524.35,330.9L522.72,329.52L520.16,328.38L517.8,325.53L518.37,325.23L517.09,323.59L517.03,322.25L515.23,321.63L514.37,323.34L513.54,322.01L513.61,320.63L513.71,320.57L515.66,320.71L516.18,320.03L517.13,320.68L518.23,320.76L518.22,319.64L519.19,319.23L519.47,317.61L521.7,316.53L522.59,317.03L524.69,318.76L527,319.53z"
360
+ },
361
+ {
362
+ "id":"HT",
363
+ "title":"Haiti",
364
+ "d":"M270.04,406.75L271.75,406.88L274.18,407.35L274.43,408.96L274.21,410.09L273.53,410.59L274.25,411.47L274.19,412.27L272.33,411.77L271.01,411.97L269.3,411.76L267.99,412.31L266.48,411.39L266.73,410.44L269.31,410.85L271.43,411.09L272.44,410.43L271.16,409.16L271.18,408.03L269.41,407.57z"
365
+ },
366
+ {
367
+ "id":"HU",
368
+ "title":"Hungary",
369
+ "d":"M520.68,315.11L521.61,312.46L521.07,311.57L522.65,311.56L522.86,309.85L524.29,310.92L525.32,311.38L527.68,310.87L527.9,310.03L529.02,309.9L530.38,309.25L530.68,309.52L532,309L532.66,308L533.58,307.75L536.58,309.03L537.18,308.6L538.73,309.74L538.93,310.86L537.22,311.73L535.89,314.53L534.2,317.29L531.95,318.05L530.2,317.88L528.05,318.93L527,319.53L524.69,318.76L522.59,317.03L521.7,316.53L521.15,315.16z"
370
+ },
371
+ {
372
+ "id":"ID",
373
+ "title":"Indonesia",
374
+ "d":"M813.72,492.06l-1.18,0.05l-3.72,-1.98l2.61,-0.56l1.47,0.86l0.98,0.86L813.72,492.06zM824.15,491.78l-2.4,0.62l-0.34,-0.34l0.25,-0.96l1.21,-1.72l2.77,-1.12l0.28,0.56l0.05,0.86L824.15,491.78zM805.83,486.01l1.01,0.75l1.73,-0.23l0.7,1.2l-3.24,0.57l-1.94,0.38l-1.51,-0.02l0.96,-1.62l1.54,-0.02L805.83,486.01zM819.86,486l-0.41,1.56l-4.21,0.8l-3.73,-0.35l-0.01,-1.03l2.23,-0.59l1.76,0.84l1.87,-0.21L819.86,486zM779.82,482.31l5.37,0.28l0.62,-1.16l5.2,1.35l1.02,1.82l4.21,0.51l3.44,1.67l-3.2,1.07l-3.08,-1.13l-2.54,0.08l-2.91,-0.21l-2.62,-0.51l-3.25,-1.07l-2.06,-0.28l-1.17,0.35l-5.11,-1.16l-0.49,-1.21l-2.57,-0.21l1.92,-2.68l3.4,0.17l2.26,1.09l1.16,0.21L779.82,482.31zM853,480.73l-1.44,1.91l-0.27,-2.11l0.5,-1.01l0.59,-0.95l0.64,0.82L853,480.73zM832.04,473.02l-1.05,0.93l-1.94,-0.51l-0.55,-1.2l2.84,-0.13L832.04,473.02zM841.08,472.01l1.02,2.13l-2.37,-1.15l-2.34,-0.23l-1.58,0.18l-1.94,-0.1l0.67,-1.53l3.46,-0.12L841.08,472.01zM851.37,466.59l0.78,4.51l2.9,1.67l2.34,-2.96l3.22,-1.68l2.49,0l2.4,0.97l2.08,1l3.01,0.53l0.05,9.1l0.05,9.16l-2.5,-2.31l-2.85,-0.57l-0.69,0.8l-3.55,0.09l1.19,-2.29l1.77,-0.78l-0.73,-3.05l-1.35,-2.35l-5.44,-2.37l-2.31,-0.23l-4.21,-2.58l-0.83,1.36l-1.08,0.25l-0.64,-1.02l-0.01,-1.21l-2.14,-1.37l3.02,-1l2,0.05l-0.24,-0.74l-4.1,-0.01l-1.11,-1.66l-2.5,-0.51l-1.19,-1.38l3.78,-0.67l1.44,-0.91l4.5,1.14L851.37,466.59zM826.41,459.43l-2.25,2.76l-2.11,0.54l-2.7,-0.54l-4.67,0.14l-2.45,0.4l-0.4,2.11l2.51,2.48l1.51,-1.26l5.23,-0.95l-0.23,1.28l-1.22,-0.4l-1.22,1.63l-2.47,1.08l2.65,3.57l-0.51,0.96l2.52,3.22l-0.02,1.84l-1.5,0.82l-1.1,-0.98l1.36,-2.29l-2.75,1.08l-0.7,-0.77l0.36,-1.08l-2.02,-1.64l0.21,-2.72l-1.87,0.85l0.24,3.25l0.11,4l-1.78,0.41l-1.2,-0.82l0.8,-2.57l-0.43,-2.69l-1.18,-0.02l-0.87,-1.91l1.16,-1.83l0.4,-2.21l1.41,-4.2l0.59,-1.15l2.38,-2.07l2.19,0.82l3.54,0.39l3.22,-0.12l2.77,-2.02L826.41,459.43zM836.08,460.23l-0.15,2.43l-1.45,-0.27l-0.43,1.69l1.16,1.47l-0.79,0.33l-1.13,-1.76l-0.83,-3.56l0.56,-2.23l0.93,-1.01l0.2,1.52l1.66,0.24L836.08,460.23zM805.76,458.29l3.14,2.58l-3.32,0.33l-0.94,1.9l0.12,2.52l-2.7,1.91L802,470.3l-1.08,4.27l-0.41,-0.99l-3.19,1.26l-1.11,-1.71l-2,-0.16l-1.4,-0.89l-3.33,1l-1.02,-1.35l-1.84,0.15l-2.31,-0.32l-0.43,-3.74l-1.4,-0.77l-1.35,-2.38l-0.39,-2.44l0.33,-2.58l1.67,-1.85l0.47,1.86l1.92,1.57l1.81,-0.57l1.79,0.2l1.63,-1.41l1.34,-0.24l2.65,0.78l2.29,-0.59l1.44,-3.88l1.08,-0.97l0.97,-3.17l3.22,0l2.43,0.47l-1.59,2.52l2.06,2.64L805.76,458.29zM771.95,479.71l-3.1,0.06l-2.36,-2.34l-3.6,-2.28l-1.2,-1.69l-2.12,-2.27l-1.39,-2.09l-2.13,-3.9l-2.46,-2.32l-0.82,-2.39l-1.03,-2.17l-2.53,-1.75l-1.47,-2.39l-2.11,-1.56l-2.92,-3.08l-0.25,-1.42l1.81,0.11l4.34,0.54l2.48,2.73l2.17,1.89l1.55,1.16l2.66,3l2.85,0.04l2.36,1.91l1.62,2.33l2.13,1.27l-1.12,2.27l1.61,0.97l1.01,0.07l0.48,1.94l0.98,1.56l2.06,0.25l1.36,1.76l-0.7,3.47L771.95,479.71z"
375
+ },
376
+ {
377
+ "id":"IE",
378
+ "title":"Ireland",
379
+ "d":"M457.88,284.29L458.34,287.65L456.22,291.77L451.25,294.45L447.28,293.77L449.55,288.99L448.09,284.22L451.9,280.47L454.02,278.2L454.6,280.8L454.02,283.37L455.76,283.31z"
380
+ },
381
+ {
382
+ "id":"IL",
383
+ "title":"Israel",
384
+ "d":"M575.41,366.82L574.92,367.87L573.9,367.41L573.32,369.61L574.02,369.97L573.31,370.43L573.18,371.29L574.5,370.84L574.57,372.11L573.17,377.28L571.33,371.73L572.14,370.65L571.95,370.46L572.69,368.93L573.26,366.43L573.66,365.59L573.74,365.56L574.68,365.56L574.94,364.98L575.69,364.93L575.73,366.3L575.35,366.8z"
385
+ },
386
+ {
387
+ "id":"IN",
388
+ "title":"India",
389
+ "d":"M693.5,357.44L696.51,361.43L696.23,364.17L697.34,365.88L697.25,367.57L695.24,367.13L696.03,370.76L698.78,372.82L702.68,375.09L700.9,376.55L699.81,379.54L702.53,380.74L705.17,382.29L708.83,384.06L712.67,384.47L714.29,386.06L716.45,386.35L719.83,387.08L722.16,387.03L722.48,385.79L722.11,383.8L722.33,382.45L724.04,381.78L724.28,384.26L724.33,384.89L726.88,386.08L728.65,385.59L731.01,385.8L733.3,385.71L733.5,383.78L732.36,382.78L734.62,382.38L737.17,380.03L740.4,378L742.75,378.78L744.75,377.44L746.07,379.42L745.12,380.76L748.14,381.23L748.36,382.43L747.37,383.01L747.6,384.94L745.6,384.37L741.97,386.53L742.05,388.31L740.51,390.91L740.36,392.41L739.11,394.93L736.92,394.23L736.81,397.38L736.18,398.41L736.48,399.69L735.09,400.41L733.62,395.61L732.84,395.62L732.38,397.56L730.85,395.98L731.71,394.25L732.97,394.07L734.26,391.48L732.65,390.95L730.04,391L727.38,390.58L727.13,388.43L725.79,388.27L723.57,386.93L722.58,389.04L724.6,390.67L722.85,391.82L722.23,392.94L723.95,393.76L723.48,395.6L724.45,397.88L724.89,400.36L724.48,401.46L722.58,401.42L719.12,402.04L719.28,404.29L717.78,406.05L713.75,408.05L710.61,411.51L708.5,413.36L705.71,415.27L705.71,416.61L704.31,417.33L701.78,418.36L700.47,418.52L699.63,420.72L700.21,424.47L700.36,426.84L699.18,429.55L699.16,434.38L697.71,434.52L696.44,436.67L697.29,437.6L694.73,438.4L693.79,440.32L692.66,441.13L690.01,438.5L688.71,434.54L687.63,431.68L686.65,430.34L685.16,427.6L684.47,424.02L683.98,422.22L681.43,418.25L680.27,412.61L679.43,408.84L679.44,405.26L678.9,402.46L674.82,404.25L672.84,403.89L669.18,400.26L670.53,399.17L669.7,397.99L666.41,395.41L668.28,393.37L674.45,393.38L673.89,390.74L672.32,389.18L672,386.79L670.16,385.39L673.25,382.09L676.51,382.33L679.44,379.01L681.2,375.75L683.92,372.51L683.88,370.18L686.27,368.27L684,366.64L683.03,364.39L682.04,361.44L683.41,359.98L687.67,360.81L690.79,360.3z"
390
+ },
391
+ {
392
+ "id":"IQ",
393
+ "title":"Iraq",
394
+ "d":"M602.61,355.77L604.44,356.81L604.66,358.81L603.24,359.98L602.59,362.62L604.54,365.8L607.97,367.62L609.42,370.12L608.96,372.49L609.85,372.49L609.88,374.22L611.43,375.91L609.77,375.76L607.88,375.49L605.82,378.57L600.61,378.31L592.71,371.82L588.53,369.53L585.15,368.64L584.02,364.6L590.23,361.1L591.29,356.98L591.02,354.46L592.56,353.6L594,351.42L595.2,350.87L598.46,351.33L599.45,352.22L600.79,351.63z"
395
+ },
396
+ {
397
+ "id":"IR",
398
+ "title":"Iran",
399
+ "d":"M626.44,351.53L628.91,350.85L630.9,348.83L632.77,348.93L634,348.27L636,348.6L639.1,350.39L641.34,350.78L644.54,353.87L646.63,353.99L646.88,356.9L645.74,361.15L644.97,363.6L646.19,364.09L644.99,365.92L645.91,368.56L646.13,370.65L648.25,371.2L648.48,373.3L645.94,376.23L647.32,377.91L648.45,379.84L651.13,381.24L651.21,384.01L652.55,384.52L652.78,385.96L648.74,387.57L647.68,391.17L642.41,390.24L639.35,389.53L636.19,389.12L634.99,385.31L633.65,384.75L631.49,385.31L628.67,386.82L625.24,385.79L622.41,383.38L619.71,382.48L617.84,379.47L615.77,375.2L614.26,375.72L612.48,374.65L611.43,375.91L609.88,374.22L609.85,372.49L608.96,372.49L609.42,370.12L607.97,367.62L604.54,365.8L602.59,362.62L603.24,359.98L604.66,358.81L604.44,356.81L602.61,355.77L600.79,351.63L599.26,348.8L599.8,347.71L598.93,343.59L600.85,342.56L601.29,343.93L602.71,345.59L604.63,346.06L605.65,345.96L608.96,343.3L610.01,343.03L610.83,344.1L609.87,345.88L611.62,347.74L612.31,347.57L613.2,350.18L615.86,350.91L617.81,352.67L621.79,353.27L626.17,352.35z"
400
+ },
401
+ {
402
+ "id":"IS",
403
+ "title":"Iceland",
404
+ "d":"M434.57,212.43L433.93,216.91L437.09,221.51L433.45,226.52L425.36,230.9L422.94,232.05L419.25,231.12L411.43,229.11L414.19,226.27L408.09,223.07L413.05,221.79L412.93,219.82L407.05,218.25L408.94,213.78L413.19,212.75L417.56,217.43L421.82,213.68L425.35,215.64L429.92,211.93z"
405
+ },
406
+ {
407
+ "id":"IT",
408
+ "title":"Italy",
409
+ "d":"M518.77,347.88l-1.01,2.78l0.42,1.09l-0.59,1.79l-2.14,-1.31l-1.43,-0.38l-3.91,-1.79l0.39,-1.82l3.28,0.32l2.86,-0.39L518.77,347.88zM501.08,337.06l1.68,2.62l-0.39,4.81l-1.27,-0.23l-1.14,1.2l-1.06,-0.95l-0.11,-4.38l-0.64,-2.1l1.54,0.19L501.08,337.06zM509.95,315.46l4.01,1.05l-0.3,1.99l0.67,1.71l-2.23,-0.58l-2.28,1.42l0.16,1.97l-0.34,1.12l0.92,1.99l2.63,1.95l1.41,3.17l3.12,3.05l2.2,-0.02l0.68,0.83l-0.79,0.74l2.51,1.35l2.06,1.12l2.4,1.92l0.29,0.68l-0.52,1.31l-1.56,-1.7l-2.44,-0.6l-1.18,2.36l2.03,1.34l-0.33,1.88l-1.17,0.21l-1.5,3.06l-1.17,0.27l0.01,-1.08l0.57,-1.91l0.61,-0.77l-1.09,-2.09l-0.86,-1.83l-1.16,-0.46l-0.83,-1.58l-1.8,-0.67l-1.21,-1.49l-2.07,-0.24l-2.19,-1.68l-2.56,-2.45l-1.91,-2.19l-0.87,-3.8l-1.4,-0.45l-2.28,-1.29l-1.29,0.53l-1.62,1.8l-1.17,0.28l0.32,-1.68l-1.52,-0.49l-0.72,-3.04l0.97,-1.21l-0.83,-1.5l0.12,-1.13l1.21,0.86l1.35,-0.19l1.57,-1.36l0.49,0.64l1.34,-0.13l0.61,-1.63l2.07,0.51l1.24,-0.68l0.22,-1.67l1.7,0.58l0.33,-0.78l2.77,-0.71L509.95,315.46z"
410
+ },
411
+ {
412
+ "id":"JM",
413
+ "title":"Jamaica",
414
+ "d":"M257.76,410.96L259.65,411.22L261.14,411.93L261.6,412.73L259.63,412.78L258.78,413.27L257.21,412.8L255.61,411.73L255.94,411.06L257.12,410.86z"
415
+ },
416
+ {
417
+ "id":"JO",
418
+ "title":"Jordan",
419
+ "d":"M574.92,367.87L575.41,366.82L578.53,368.14L584.02,364.6L585.15,368.64L584.62,369.13L579,370.78L581.8,374.04L580.87,374.58L580.41,375.67L578.27,376.11L577.6,377.27L576.38,378.25L573.26,377.74L573.17,377.28L574.57,372.11L574.5,370.84L574.92,369.88z"
420
+ },
421
+ {
422
+ "id":"JP",
423
+ "title":"Japan",
424
+ "d":"M852.76,362.01l0.36,1.15l-1.58,2.03l-1.15,-1.07l-1.44,0.78l-0.74,1.95l-1.83,-0.95l0.02,-1.58l1.55,-2l1.59,0.39l1.15,-1.42L852.76,362.01zM870.53,351.73l-1.06,2.78l0.49,1.73l-1.46,2.42l-3.58,1.6l-4.93,0.21l-4,3.84l-1.88,-1.29L854,360.5l-4.88,0.75l-3.32,1.59l-3.28,0.06l2.84,2.46l-1.87,5.61l-1.81,1.37l-1.36,-1.27l0.69,-2.96l-1.77,-0.96l-1.14,-2.28l2.65,-1.03l1.47,-2.11l2.82,-1.75l2.06,-2.33l5.58,-1.02l3,0.7l2.93,-6.17l1.87,1.67l4.11,-3.51l1.59,-1.38l1.76,-4.38l-0.48,-4.1l1.18,-2.33l2.98,-0.68l1.53,5.11l-0.08,2.94l-2.59,3.6L870.53,351.73zM878.76,325.8l1.97,0.83l1.98,-1.65l0.62,4.35l-4.16,1.05l-2.46,3.76l-4.41,-2.58l-1.53,4.12l-3.12,0.06l-0.39,-3.74l1.39,-2.94l3,-0.21l0.82,-5.38l0.83,-3.09l3.29,4.12L878.76,325.8z"
425
+ },
426
+ {
427
+ "id":"KE",
428
+ "title":"Kenya",
429
+ "d":"M590.19,465.78L591.85,468.07L589.89,469.19L589.2,470.35L588.14,470.55L587.75,472.52L586.85,473.64L586.3,475.5L585.17,476.42L581.15,473.63L580.95,472.01L570.79,466.34L570.31,466.03L570.29,463.08L571.09,461.95L572.47,460.11L573.49,458.08L572.26,454.88L571.93,453.48L570.6,451.54L572.32,449.87L574.22,448.03L575.68,448.5L575.68,450.07L576.64,450.98L578.59,450.98L582.14,453.36L583.02,453.38L583.68,453.31L584.3,453.63L586.17,453.85L587,452.69L589.56,451.52L590.69,452.46L592.61,452.46L590.16,455.63z"
430
+ },
431
+ {
432
+ "id":"KG",
433
+ "title":"Kyrgyzstan",
434
+ "d":"M674.22,333.11L674.85,331.45L676.69,330.91L681.31,332.22L681.74,329.98L683.33,329.18L687.33,330.79L688.35,330.37L693,330.47L697.16,330.87L698.56,332.24L700.29,332.79L699.9,333.65L695.48,335.68L694.48,337.16L690.88,337.6L689.82,339.95L686.85,339.46L684.92,340.18L682.24,341.9L682.63,342.75L681.83,343.58L676.53,344.13L673.06,342.96L670.02,343.24L670.29,341.14L673.34,341.75L674.37,340.62L676.5,340.98L680.09,338.34L676.77,336.38L674.77,337.31L672.7,335.91L675.05,333.48z"
435
+ },
436
+ {
437
+ "id":"KH",
438
+ "title":"Cambodia",
439
+ "d":"M765.44,433.6L764.3,432.12L762.89,429.18L762.22,425.73L764.02,423.35L767.64,422.8L770.27,423.21L772.58,424.34L773.85,422.35L776.34,423.41L776.99,425.33L776.64,428.75L771.93,430.94L773.16,432.67L770.22,432.87L767.79,434.01z"
440
+ },
441
+ {
442
+ "id":"KP",
443
+ "title":"North Korea",
444
+ "d":"M841.55,332.62L841.94,333.29L840.88,333.06L839.66,334.33L838.82,335.61L838.93,338.28L837.48,339.09L836.98,339.74L835.92,340.82L834.05,341.42L832.84,342.4L832.75,343.97L832.42,344.37L833.54,344.95L835.13,346.53L834.72,347.39L833.53,347.62L831.55,347.79L830.46,349.39L829.2,349.27L829.03,349.59L827.67,348.92L827.33,349.58L826.51,349.87L826.41,349.21L825.68,348.89L824.93,348.32L825.7,346.75L826.36,346.33L826.11,345.68L826.82,343.74L826.63,343.15L825,342.75L823.68,341.78L825.96,339.43L829.05,337.45L830.98,334.8L832.31,335.97L834.73,336.11L834.29,334.14L838.62,332.51L839.74,330.38z"
445
+ },
446
+ {
447
+ "id":"KR",
448
+ "title":"South Korea",
449
+ "d":"M835.13,346.53L837.55,350.71L838.24,352.98L838.26,356.96L837.21,358.84L834.67,359.5L832.43,360.91L829.9,361.2L829.59,359.35L830.11,356.78L828.87,353.18L830.95,352.59L829.03,349.59L829.2,349.27L830.46,349.39L831.55,347.79L833.53,347.62L834.72,347.39z"
450
+ },
451
+ {
452
+ "id":"XK",
453
+ "title":"Kosovo",
454
+ "d":"M533.47,333.92L533.34,334.69L532.98,334.66L532.8,333.29L532.13,332.91L531.53,331.89L532.05,331.04L532.72,330.76L533.11,329.5L533.61,329.28L534.01,329.82L534.54,330.06L534.9,330.67L535.36,330.85L535.91,331.55L536.31,331.53L535.99,332.46L535.66,332.91L535.75,333.19L535.12,333.33z"
455
+ },
456
+ {
457
+ "id":"KW",
458
+ "title":"Kuwait",
459
+ "d":"M609.77,375.76L610.35,377.17L610.1,377.9L611,380.31L609.02,380.39L608.32,378.88L605.82,378.57L607.88,375.49z"
460
+ },
461
+ {
462
+ "id":"KZ",
463
+ "title":"Kazakhstan",
464
+ "d":"M674.22,333.11L672.61,333.81L668.92,336.42L667.69,339.07L666.64,339.09L665.88,337.34L662.31,337.22L661.74,334.16L660.37,334.13L660.58,330.33L657.23,327.53L652.42,327.83L649.13,328.39L646.45,324.89L644.16,323.41L639.81,320.57L639.29,320.22L632.07,322.57L632.18,336.7L630.74,336.88L628.78,333.95L626.88,332.89L623.7,333.68L622.46,334.93L622.3,334.01L622.99,332.44L622.46,331.12L619.21,329.82L617.94,326.35L616.4,325.37L616.3,324.09L619.03,324.46L619.14,321.58L621.52,320.94L623.97,321.53L624.48,317.62L623.98,315.11L621.17,315.31L618.79,314.31L615.54,316.1L612.93,316.96L611.5,316.3L611.79,314.2L610,311.44L607.92,311.55L605.54,308.72L607.16,305.5L606.34,304.63L608.57,299.86L611.46,302.39L611.81,299.2L617.59,294.35L621.97,294.23L628.16,297.33L631.47,299.12L634.45,297.25L638.89,297.17L642.48,299.46L643.3,298.15L647.23,298.34L647.94,296.23L643.39,293.14L646.08,290.91L645.56,289.66L648.25,288.45L646.23,285.25L647.51,283.63L658,281.97L659.37,280.78L666.39,278.99L668.91,276.95L673.95,278.01L674.83,283.02L677.76,281.86L681.36,283.49L681.13,286.07L683.82,285.8L690.84,281.31L689.82,282.81L693.4,286.47L699.66,298.05L701.16,295.72L705.02,298.28L709.05,297.14L710.59,297.94L711.94,300.49L713.9,301.33L715.1,303.18L718.71,302.6L720.2,305.23L718.06,308.06L715.73,308.46L715.6,312.64L714.04,314.5L708.48,313.15L706.46,320.41L705.02,321.3L699.47,322.88L701.99,329.63L700.07,330.63L700.29,332.79L698.56,332.24L697.16,330.87L693,330.47L688.35,330.37L687.33,330.79L683.33,329.18L681.74,329.98L681.31,332.22L676.69,330.91L674.85,331.45z"
465
+ },
466
+ {
467
+ "id":"LA",
468
+ "title":"Lao People's Democratic Republic",
469
+ "d":"M770.27,423.21L771.18,421.91L771.31,419.47L769.04,416.94L768.86,414.07L766.73,411.69L764.61,411.49L764.05,412.51L762.4,412.59L761.56,412.08L758.61,413.82L758.54,411.2L759.23,408.09L757.34,407.96L757.18,406.18L755.96,405.26L756.56,404.16L758.95,402.22L759.2,402.92L760.69,403L760.27,399.57L761.72,399.13L763.36,401.5L764.62,404.22L768.07,404.25L769.16,406.84L767.37,407.61L766.56,408.68L769.92,410.44L772.25,413.9L774.02,416.47L776.14,418.49L776.85,420.53L776.34,423.41L773.85,422.35L772.58,424.34z"
470
+ },
471
+ {
472
+ "id":"LB",
473
+ "title":"Lebanon",
474
+ "d":"M575.69,364.93L574.94,364.98L574.68,365.56L573.74,365.56L574.74,362.83L576.13,360.45L576.19,360.33L577.45,360.51L577.91,361.83L576.38,363.1z"
475
+ },
476
+ {
477
+ "id":"LK",
478
+ "title":"Sri Lanka",
479
+ "d":"M704.57,442.37L704.15,445.29L702.98,446.09L700.54,446.73L699.2,444.5L698.71,440.47L699.98,435.89L701.91,437.46L703.22,439.44z"
480
+ },
481
+ {
482
+ "id":"LR",
483
+ "title":"Liberia",
484
+ "d":"M453.63,451.22L452.89,451.24L450,449.91L447.46,447.78L445.07,446.25L443.18,444.44L443.85,443.54L444,442.73L445.26,441.2L446.57,439.89L447.17,439.82L447.9,439.51L449.07,441.23L448.89,442.36L449.43,442.96L450.23,442.97L450.8,441.84L451.59,441.91L451.46,442.73L451.74,444.09L451.13,445.33L451.95,446.1L452.84,446.29L454.03,447.46L454.11,448.57L453.84,448.92z"
485
+ },
486
+ {
487
+ "id":"LS",
488
+ "title":"Lesotho",
489
+ "d":"M556.5,547.75L557.48,548.71L556.62,550.27L556.14,551.32L554.58,551.82L554.06,552.86L553.06,553.18L550.96,550.69L552.45,548.66L553.97,547.41L555.28,546.77z"
490
+ },
491
+ {
492
+ "id":"LT",
493
+ "title":"Lithuania",
494
+ "d":"M538.99,282.09L538.76,280.87L539.06,279.54L537.82,278.77L534.89,277.91L534.29,273.75L537.5,272.2L542.2,272.53L544.96,272.03L545.35,273.08L546.84,273.4L549.54,275.82L549.8,278.02L547.5,279.59L546.85,282.31L543.81,284.11L541.1,284.07L540.43,282.61z"
495
+ },
496
+ {
497
+ "id":"LU",
498
+ "title":"Luxembourg",
499
+ "d":"M492.2,301.29L492.76,302.27L492.6,304.16L491.79,304.26L491.16,303.88L491.47,301.45z"
500
+ },
501
+ {
502
+ "id":"LV",
503
+ "title":"Latvia",
504
+ "d":"M534.29,273.75L534.39,269.94L535.77,266.7L538.41,264.92L540.63,268.8L542.88,268.7L543.42,264.71L545.81,263.78L547.04,264.43L549.45,266.37L551.77,266.38L553.12,267.57L553.35,270.06L554.26,273.05L551.24,274.98L549.54,275.82L546.84,273.4L545.35,273.08L544.96,272.03L542.2,272.53L537.5,272.2z"
505
+ },
506
+ {
507
+ "id":"LY",
508
+ "title":"Libya",
509
+ "d":"M516.89,397.93L514.91,399.05L513.33,397.39L508.9,396.08L507.67,394.17L505.45,392.75L504.14,393.31L503.15,391.6L503.04,390.28L501.38,388.02L502.5,386.73L502.25,384.76L502.61,383.04L502.41,381.6L502.9,379.01L502.75,377.53L501.84,374.69L503.21,373.94L503.45,372.56L503.15,371.21L505.08,369.95L505.94,368.9L507.31,367.95L507.47,365.4L510.76,366.55L511.94,366.26L514.28,366.82L518,368.29L519.31,371.21L521.83,371.85L525.78,373.21L528.77,374.82L530.14,373.98L531.48,372.49L530.83,369.98L531.71,368.38L533.73,366.83L535.66,366.38L539.45,367.06L540.41,368.54L541.45,368.55L542.34,369.11L545.13,369.5L545.81,370.58L544.8,372.15L545.23,373.54L544.51,375.54L545.35,378.12L545.35,389.3L545.35,400.53L545.35,406.49L542.13,406.5L542.09,407.74L530.91,402.04L519.72,396.27z"
510
+ },
511
+ {
512
+ "id":"MA",
513
+ "title":"Morocco",
514
+ "d":"M450.96,383.14L450.93,379.39L455.46,377.03L458.26,376.54L460.55,375.68L461.63,374.06L464.91,372.77L465.03,370.36L466.65,370.07L467.92,368.86L471.59,368.3L472.1,367.02L471.36,366.31L470.39,362.78L470.23,360.73L469.17,358.55L467.95,358.51L465.05,357.76L462.38,358L460.69,356.54L458.63,356.52L457.74,358.63L455.87,362.14L453.79,363.53L450.98,365.06L449.18,367.3L448.8,369.04L447.73,371.86L448.43,375.89L446.09,378.57L444.69,379.42L442.48,381.59L439.87,381.94L438.57,383.06L442.19,383.07L450.94,383.1L450.94,383.1L450.94,383.1L442.19,383.07L438.57,383.06z"
515
+ },
516
+ {
517
+ "id":"MD",
518
+ "title":"Moldova",
519
+ "d":"M549.89,309.45L550.56,308.83L552.42,308.41L554.49,309.72L555.64,309.88L556.91,311L556.71,312.41L557.73,313.08L558.13,314.8L559.11,315.84L558.92,316.44L559.44,316.86L558.7,317.15L557.04,317.04L556.77,316.47L556.18,316.8L556.38,317.52L555.61,318.81L555.12,320.18L554.42,320.62L553.91,318.79L554.21,317.07L554.12,315.28L552.5,312.84L551.61,311.09L550.74,309.85z"
520
+ },
521
+ {
522
+ "id":"ME",
523
+ "title":"Montenegro",
524
+ "d":"M530.77,332.23L530.6,331.51L529.38,333.38L529.57,334.57L528.98,334.28L528.2,333.05L526.98,332.3L527.29,331.66L527.7,329.56L528.61,328.67L529.14,328.31L529.88,328.97L530.29,329.51L531.21,329.92L532.28,330.71L532.05,331.04L531.53,331.89z"
525
+ },
526
+ {
527
+ "id":"MG",
528
+ "title":"Madagascar",
529
+ "d":"M614.17,498.4L614.91,499.61L615.6,501.5L616.06,504.96L616.78,506.31L616.5,507.69L616.01,508.55L615.05,506.85L614.53,507.71L615.06,509.85L614.81,511.09L614.04,511.76L613.86,514.24L612.76,517.66L611.38,521.75L609.64,527.42L608.57,531.63L607.3,535.18L605.02,535.91L602.57,537.22L600.96,536.43L598.73,535.33L597.96,533.71L597.77,531L596.79,528.58L596.53,526.41L597.03,524.25L598.32,523.73L598.33,522.74L599.67,520.48L599.92,518.6L599.27,517.2L598.74,515.35L598.52,512.65L599.5,511.02L599.87,509.17L601.27,509.07L602.84,508.47L603.87,507.95L605.11,507.91L606.7,506.26L609.01,504.48L609.85,503.04L609.47,501.81L610.66,502.16L612.21,500.17L612.26,498.45L613.19,497.17z"
530
+ },
531
+ {
532
+ "id":"MK",
533
+ "title":"Macedonia",
534
+ "d":"M532.98,334.66L533.34,334.69L533.47,333.92L535.12,333.33L535.75,333.19L536.71,332.97L538,332.91L539.41,334.12L539.61,336.59L539.07,336.71L538.61,337.36L537.09,337.29L536.02,338.1L534.19,338.42L533.03,337.52L532.63,335.93z"
535
+ },
536
+ {
537
+ "id":"ML",
538
+ "title":"Mali",
539
+ "d":"M441.13,422.22L442.07,421.7L442.54,420L443.43,419.93L445.39,420.73L446.97,420.16L448.05,420.35L448.48,419.71L459.73,419.67L460.35,417.64L459.86,417.28L458.51,404.6L457.16,391.54L461.45,391.49L470.91,398.14L480.37,404.69L481.03,406.08L482.78,406.93L484.08,407.41L484.11,409.29L487.22,409L487.23,415.75L485.69,417.69L485.45,419.48L482.96,419.93L479.14,420.18L478.1,421.21L476.3,421.32L474.51,421.33L473.81,420.78L472.26,421.19L469.64,422.39L469.11,423.29L466.93,424.57L466.55,425.31L465.38,425.89L464.02,425.51L463.25,426.21L462.84,428.17L460.61,430.53L460.68,431.49L459.91,432.7L460.1,434.34L458.94,434.76L458.29,435.12L457.85,433.91L457.04,434.23L456.56,434.17L456.04,435L453.88,434.97L453.1,434.55L452.74,434.81L451.88,433.99L452.03,433.15L451.68,432.81L451.08,433.09L451.19,432.17L451.77,431.44L450.62,430.25L450.28,429.46L449.66,428.84L449.1,428.76L448.43,429.16L447.52,429.54L446.75,430.16L445.55,429.93L444.77,429.21L444.31,429.11L443.58,429.49L443.13,429.5L442.97,428.45L443.1,427.56L442.86,426.46L441.81,425.65L441.26,424.01z"
540
+ },
541
+ {
542
+ "id":"MM",
543
+ "title":"Myanmar",
544
+ "d":"M754.36,405.95L752.72,407.23L750.74,407.37L749.46,410.56L748.28,411.09L749.64,413.66L751.42,415.79L752.56,417.71L751.54,420.23L750.57,420.76L751.24,422.21L753.11,424.49L753.43,426.09L753.38,427.42L754.48,430.02L752.94,432.67L751.58,435.58L751.31,433.48L752.17,431.3L751.23,429.62L751.46,426.51L750.32,425.03L749.41,421.59L748.9,417.93L747.69,415.53L745.84,416.99L742.65,419.05L741.08,418.79L739.34,418.12L740.31,414.51L739.73,411.77L737.53,408.38L737.87,407.31L736.23,406.93L734.24,404.51L734.06,402.1L735.04,402.56L735.09,400.41L736.48,399.69L736.18,398.41L736.81,397.38L736.92,394.23L739.11,394.93L740.36,392.41L740.51,390.91L742.05,388.31L741.97,386.53L745.6,384.37L747.6,384.94L747.37,383.01L748.36,382.43L748.14,381.23L749.78,380.99L750.72,382.85L751.94,383.6L752.03,386L751.91,388.57L749.26,391.15L748.92,394.78L751.88,394.28L752.55,397.08L754.33,397.67L753.51,400.17L755.59,401.3L756.81,401.85L758.86,400.98L758.95,402.22L756.56,404.16L755.96,405.26z"
545
+ },
546
+ {
547
+ "id":"MN",
548
+ "title":"Mongolia",
549
+ "d":"M721.29,304.88L724.25,304.14L729.6,300.4L733.87,298.33L736.3,299.68L739.23,299.74L741.1,301.79L743.9,301.94L747.96,303.03L750.68,300L749.54,297.4L752.45,292.74L755.59,294.61L758.13,295.14L761.43,296.29L761.96,299.61L765.95,301.45L768.6,300.64L772.14,300.07L774.95,300.65L777.7,302.74L779.4,304.94L782,304.9L785.53,305.59L788.11,304.53L791.8,303.82L795.91,300.76L797.59,301.23L799.06,302.69L802.4,302.33L801.04,305.58L799.06,309.8L799.78,311.51L801.37,310.98L804.13,311.63L806.29,310.09L808.54,311.42L811.08,314.31L810.77,315.76L808.56,315.3L804.49,315.84L802.51,317L800.46,319.66L796.18,321.21L793.39,323.31L790.51,322.51L788.93,322.15L787.46,324.69L788.35,326.19L788.81,327.47L786.84,328.77L784.83,330.82L781.56,332.15L777.35,332.3L772.82,333.61L769.56,335.62L768.32,334.46L764.93,334.46L760.78,332.17L758.01,331.6L754.28,332.13L748.49,331.28L745.4,331.37L743.76,329.1L742.48,325.53L740.75,325.1L737.36,322.65L733.58,322.1L730.25,321.42L729.24,319.69L730.32,314.96L728.39,311.65L724.39,310.08L722.03,307.85z"
550
+ },
551
+ {
552
+ "id":"MR",
553
+ "title":"Mauritania",
554
+ "d":"M441.13,422.22L439.28,420.24L437.58,418.11L435.72,417.34L434.38,416.49L432.81,416.52L431.45,417.15L430.05,416.9L429.09,417.83L428.85,416.27L429.63,414.83L429.98,412.08L429.67,409.17L429.33,407.7L429.61,406.23L428.89,404.81L427.41,403.53L428.02,402.53L439,402.55L438.47,398.2L439.16,396.65L441.78,396.38L441.69,388.52L450.9,388.69L450.9,383.96L461.45,391.49L457.16,391.54L458.51,404.6L459.86,417.28L460.35,417.64L459.73,419.67L448.48,419.71L448.05,420.35L446.97,420.16L445.39,420.73L443.43,419.93L442.54,420L442.07,421.7z"
555
+ },
556
+ {
557
+ "id":"MW",
558
+ "title":"Malawi",
559
+ "d":"M572.15,495.69L571.37,497.85L572.15,501.57L573.13,501.53L574.14,502.45L575.31,504.53L575.55,508.25L574.34,508.86L573.48,510.87L571.65,509.08L571.45,507.04L572.04,505.69L571.87,504.54L570.77,503.81L569.99,504.07L568.38,502.69L566.91,501.95L567.76,499.29L568.64,498.3L568.1,495.94L568.66,493.64L569.14,492.87L568.43,490.47L567.11,489.21L569.85,489.73L570.42,490.51L571.37,491.83z"
560
+ },
561
+ {
562
+ "id":"MX",
563
+ "title":"Mexico",
564
+ "d":"M202.89,388.72L201.8,391.43L201.31,393.64L201.1,397.72L200.83,399.19L201.32,400.83L202.19,402.3L202.75,404.61L204.61,406.82L205.26,408.51L206.36,409.96L209.34,410.75L210.5,411.97L212.96,411.15L215.09,410.86L217.19,410.33L218.96,409.82L220.74,408.62L221.41,406.89L221.64,404.4L222.13,403.53L224.02,402.74L226.99,402.05L229.47,402.15L231.17,401.9L231.84,402.53L231.75,403.97L230.24,405.74L229.58,407.55L230.09,408.06L229.67,409.34L228.97,411.63L228.26,410.88L227.67,410.93L227.14,410.97L226.14,412.74L225.63,412.39L225.29,412.53L225.31,412.96L222.72,412.93L220.1,412.93L220.1,414.58L218.83,414.58L219.87,415.56L220.91,416.23L221.22,416.86L221.68,417.04L221.6,418.02L218.01,418.03L216.66,420.39L217.05,420.93L216.73,421.61L216.66,422.45L213.49,419.34L212.04,418.4L209.75,417.64L208.19,417.85L205.93,418.94L204.52,419.23L202.54,418.47L200.44,417.91L197.82,416.58L195.72,416.17L192.54,414.82L190.2,413.42L189.49,412.64L187.92,412.47L185.05,411.54L183.88,410.2L180.87,408.53L179.47,406.66L178.8,405.21L179.73,404.92L179.44,404.07L180.09,403.3L180.1,402.26L179.16,400.92L178.9,399.72L177.96,398.2L175.49,395.18L172.67,392.79L171.31,390.88L168.9,389.62L168.39,388.86L168.82,386.94L167.39,386.21L165.73,384.69L165.03,382.5L163.52,382.24L161.9,380.58L160.58,379.03L160.46,378.03L158.95,375.61L157.96,373.13L158,371.88L155.97,370.59L155.04,370.73L153.44,369.83L152.99,371.16L153.45,372.72L153.72,375.15L154.69,376.48L156.77,378.69L157.23,379.44L157.66,379.66L158.02,380.76L158.52,380.71L159.09,382.75L159.94,383.55L160.53,384.66L162.3,386.26L163.23,389.15L164.06,390.5L164.84,391.94L164.99,393.56L166.34,393.66L167.47,395.05L168.49,396.41L168.42,396.95L167.24,398.06L166.74,398.05L166,396.2L164.17,394.47L162.15,392.99L160.71,392.21L160.8,389.96L160.38,388.28L159.04,387.32L157.11,385.93L156.74,386.33L156.04,385.51L154.31,384.76L152.66,382.93L152.86,382.69L154.01,382.87L155.05,381.69L155.16,380.26L153,377.99L151.36,377.1L150.32,375.09L149.28,372.97L147.98,370.36L146.84,367.4L150.03,367.15L153.59,366.79L153.33,367.43L157.56,369.04L163.96,371.35L169.54,371.32L171.76,371.32L171.76,369.97L176.62,369.97L177.64,371.14L179.08,372.17L180.74,373.6L181.67,375.29L182.37,377.05L183.82,378.02L186.15,378.98L187.91,376.45L190.21,376.39L192.18,377.67L193.59,379.85L194.56,381.71L196.21,383.51L196.83,385.7L197.62,387.17L199.8,388.13L201.79,388.81z"
565
+ },
566
+ {
567
+ "id":"MY",
568
+ "title":"Malaysia",
569
+ "d":"M758.65,446.07l0.22,1.44l1.85,-0.33l0.92,-1.15l0.64,0.26l1.66,1.69l1.18,1.87l0.16,1.88l-0.3,1.27l0.27,0.96l0.21,1.65l0.99,0.77l1.1,2.46l-0.05,0.94l-1.99,0.19l-2.65,-2.06l-3.32,-2.21l-0.33,-1.42l-1.62,-1.87l-0.39,-2.31l-1.01,-1.52l0.31,-2.04l-0.62,-1.19l0.49,-0.5L758.65,446.07zM807.84,450.9l-2.06,0.95l-2.43,-0.47l-3.22,0l-0.97,3.17l-1.08,0.97l-1.44,3.88l-2.29,0.59l-2.65,-0.78l-1.34,0.24l-1.63,1.41l-1.79,-0.2l-1.81,0.57l-1.92,-1.57l-0.47,-1.86l2.05,0.96l2.17,-0.52l0.56,-2.36l1.2,-0.53l3.36,-0.6l2.01,-2.21l1.38,-1.77l1.28,1.45l0.59,-0.95l1.34,0.09l0.16,-1.78l0.13,-1.38l2.16,-1.95l1.41,-2.19l1.13,-0.01l1.44,1.42l0.13,1.22l1.85,0.78l2.34,0.84l-0.2,1.1l-1.88,0.14L807.84,450.9z"
570
+ },
571
+ {
572
+ "id":"MZ",
573
+ "title":"Mozambique",
574
+ "d":"M572.15,495.69L574.26,495.46L577.63,496.26L578.37,495.9L580.32,495.83L581.32,494.98L583,495.02L586.06,493.92L588.29,492.28L588.75,493.55L588.63,496.38L588.98,498.88L589.09,503.36L589.58,504.76L588.75,506.83L587.66,508.84L585.87,510.64L583.31,511.75L580.15,513.16L576.98,516.31L575.9,516.85L573.94,518.94L572.79,519.63L572.55,521.75L573.88,524L574.43,525.76L574.47,526.66L574.96,526.51L574.88,529.47L574.43,530.88L575.09,531.4L574.67,532.67L573.5,533.76L571.19,534.8L567.82,536.46L566.59,537.61L566.83,538.91L567.54,539.12L567.3,540.76L565.18,540.74L564.94,539.36L564.52,537.97L564.28,536.86L564.78,533.43L564.05,531.26L562.71,527L565.66,523.59L566.4,521.44L566.83,521.17L567.14,519.43L566.69,518.55L566.81,516.35L567.36,514.31L567.35,510.62L565.9,509.68L564.56,509.47L563.96,508.75L562.66,508.14L560.32,508.2L560.14,507.12L559.87,505.07L568.38,502.69L569.99,504.07L570.77,503.81L571.87,504.54L572.04,505.69L571.45,507.04L571.65,509.08L573.48,510.87L574.34,508.86L575.55,508.25L575.31,504.53L574.14,502.45L573.13,501.53L572.15,501.57L571.37,497.85z"
575
+ },
576
+ {
577
+ "id":"NA",
578
+ "title":"Namibia",
579
+ "d":"M521.08,546.54L519,544.15L517.9,541.85L517.28,538.82L516.59,536.57L515.65,531.85L515.59,528.22L515.23,526.58L514.14,525.34L512.69,522.87L511.22,519.3L510.61,517.45L508.32,514.58L508.15,512.33L509.5,511.78L511.18,511.28L513,511.37L514.67,512.69L515.09,512.48L526.46,512.36L528.4,513.76L535.19,514.17L540.34,512.98L542.64,512.31L544.46,512.48L545.56,513.14L545.59,513.38L544.01,514.04L543.15,514.05L541.37,515.2L540.29,513.99L535.97,515.02L533.88,515.11L533.8,525.68L531.04,525.79L531.04,534.65L531.03,546.17L528.53,547.8L527.03,548.03L525.26,547.43L524,547.2L523.53,545.84L522.42,544.97z"
580
+ },
581
+ {
582
+ "id":"NC",
583
+ "title":"New Caledonia",
584
+ "d":"M940.08,523.48L942.38,525.34L943.83,526.72L942.77,527.45L941.22,526.63L939.22,525.28L937.41,523.69L935.56,521.59L935.17,520.58L936.37,520.63L937.95,521.64L939.18,522.65z"
585
+ },
586
+ {
587
+ "id":"NE",
588
+ "title":"Niger",
589
+ "d":"M481.29,429.88L481.36,427.93L478.12,427.28L478.04,425.9L476.46,424.03L476.08,422.72L476.3,421.32L478.1,421.21L479.14,420.18L482.96,419.93L485.45,419.48L485.69,417.69L487.23,415.75L487.22,409L491.17,407.68L499.29,401.83L508.9,396.08L513.33,397.39L514.91,399.05L516.89,397.93L517.58,402.6L518.63,403.38L518.68,404.33L519.84,405.35L519.23,406.63L518.15,412.61L518.01,416.4L514.43,419.14L513.22,422.94L514.39,424L514.38,425.85L516.18,425.92L515.9,427.26L515.11,427.43L515.02,428.33L514.49,428.4L512.6,425.27L511.94,425.15L509.75,426.75L507.58,425.92L506.07,425.75L505.26,426.15L503.61,426.07L501.96,427.29L500.53,427.36L497.14,425.88L495.81,426.58L494.38,426.53L493.33,425.45L490.51,424.38L487.5,424.72L486.77,425.34L486.38,426.99L485.57,428.14L485.38,430.68L483.24,429.04L482.23,429.05z"
590
+ },
591
+ {
592
+ "id":"NG",
593
+ "title":"Nigeria",
594
+ "d":"M499.09,450.08L496.18,451.08L495.11,450.94L494.03,451.56L491.79,451.5L490.29,449.75L489.37,447.73L487.38,445.89L485.27,445.92L482.8,445.92L482.96,441.39L482.89,439.6L483.42,437.83L484.28,436.96L485.64,435.21L485.35,434.45L485.9,433.31L485.27,431.63L485.38,430.68L485.57,428.14L486.38,426.99L486.77,425.34L487.5,424.72L490.51,424.38L493.33,425.45L494.38,426.53L495.81,426.58L497.14,425.88L500.53,427.36L501.96,427.29L503.61,426.07L505.26,426.15L506.07,425.75L507.58,425.92L509.75,426.75L511.94,425.15L512.6,425.27L514.49,428.4L515.02,428.33L516.13,429.47L515.82,429.98L515.67,430.93L513.31,433.13L512.57,434.94L512.17,436.41L511.58,437.04L511.01,439.01L509.51,440.17L509.08,441.59L508.45,442.73L508.19,443.89L506.26,444.84L504.69,443.69L503.62,443.73L501.95,445.37L501.14,445.4L499.81,448.1z"
595
+ },
596
+ {
597
+ "id":"NI",
598
+ "title":"Nicaragua",
599
+ "d":"M234.93,432.31L233.96,431.41L232.65,430.26L232.03,429.3L230.85,428.41L229.44,427.12L229.75,426.68L230.22,427.11L230.43,426.9L231.3,426.79L231.65,426.13L232.06,426.11L232,424.7L232.66,424.63L233.25,424.65L233.85,423.89L234.68,424.47L234.97,424.11L235.48,423.77L236.46,422.98L236.51,422.38L236.78,422.41L237.14,421.72L237.43,421.64L237.91,422.08L238.47,422.21L239.09,421.84L239.8,421.84L240.77,421.46L241.16,421.07L242.12,421.13L241.88,421.41L241.74,422.05L242.02,423.1L241.38,424.08L241.08,425.23L240.98,426.5L241.14,427.23L241.21,428.52L240.78,428.8L240.52,430.02L240.71,430.77L240.13,431.5L240.27,432.26L240.69,432.73L240.02,433.33L239.2,433.14L238.73,432.56L237.84,432.32L237.2,432.69L235.35,431.94z"
600
+ },
601
+ {
602
+ "id":"NL",
603
+ "title":"Netherlands",
604
+ "d":"M492.28,285.98L494.61,286.11L495.14,287.69L494.44,291.92L493.73,293.63L492.04,293.63L492.52,298.32L490.97,297.28L489.2,295.33L486.6,296.26L484.55,295.91L485.99,294.67L488.45,287.93z"
605
+ },
606
+ {
607
+ "id":"NO",
608
+ "title":"Norway",
609
+ "d":"M554.23,175.61l8.77,6.24l-3.61,2.23l3.07,5.11l-4.77,3.19l-2.26,0.72l1.19,-5.59l-3.6,-3.25l-4.35,2.78l-1.38,5.85l-2.67,3.44l-3.01,-1.87l-3.66,0.38l-3.12,-4.15l-1.68,2.09l-1.74,0.32l-0.41,5.08l-5.28,-1.22l-0.74,4.22l-2.69,-0.03l-1.85,5.24l-2.8,7.87l-4.35,9.5l1.02,2.23l-0.98,2.55l-2.78,-0.11l-1.82,5.91l0.17,8.04l1.79,2.98l-0.93,6.73l-2.33,3.81l-1.24,3.15l-1.88,-3.35l-5.54,6.27l-3.74,1.24l-3.88,-2.71l-1,-5.86l-0.89,-13.26l2.58,-3.88l7.4,-5.18l5.54,-6.59l5.13,-9.3l6.74,-13.76l4.7,-5.67l7.71,-9.89l6.15,-3.59l4.61,0.44l4.27,-6.99l5.11,0.38L554.23,175.61z"
610
+ },
611
+ {
612
+ "id":"NP",
613
+ "title":"Nepal",
614
+ "d":"M722.33,382.45L722.11,383.8L722.48,385.79L722.16,387.03L719.83,387.08L716.45,386.35L714.29,386.06L712.67,384.47L708.83,384.06L705.17,382.29L702.53,380.74L699.81,379.54L700.9,376.55L702.68,375.09L703.84,374.31L706.09,375.31L708.92,377.4L710.49,377.86L711.43,379.39L713.61,380.02L715.89,381.41L719.06,382.14z"
615
+ },
616
+ {
617
+ "id":"NZ",
618
+ "title":"New Zealand",
619
+ "d":"M960.38,588.63l0.64,1.53l1.99,-1.5l0.81,1.57l0,1.57l-1.04,1.74l-1.83,2.8l-1.43,1.54l1.03,1.86l-2.16,0.05l-2.4,1.46l-0.75,2.57l-1.59,4.03l-2.2,1.8l-1.4,1.16l-2.58,-0.09l-1.82,-1.34l-3.05,-0.28l-0.47,-1.48l1.51,-2.96l3.53,-3.87l1.81,-0.73l2.01,-1.47l2.4,-2.01l1.68,-1.98l1.25,-2.81l1.06,-0.95l0.42,-2.07l1.97,-1.7L960.38,588.63zM964.84,571.61l2.03,3.67l0.06,-2.38l1.27,0.95l0.42,2.65l2.26,1.15l1.89,0.28l1.6,-1.35l1.42,0.41l-0.68,3.15l-0.85,2.09l-2.14,-0.07l-0.75,1.1l0.26,1.56l-0.41,0.68l-1.06,1.97l-1.39,2.53l-2.17,1.49l-0.48,-0.98l-1.17,-0.54l1.62,-3.04l-0.92,-2.01l-3.02,-1.45l0.08,-1.31l2.03,-1.25l0.47,-2.74l-0.13,-2.28l-1.14,-2.34l0.08,-0.61l-1.34,-1.43l-2.21,-3.04l-1.17,-2.41l1.04,-0.27l1.53,1.89l2.18,0.89L964.84,571.61z"
620
+ },
621
+ {
622
+ "id":"OM",
623
+ "title":"Oman",
624
+ "d":"M640.29,403.18l-1.05,2.04l-1.27,-0.16l-0.58,0.71l-0.45,1.5l0.34,1.98l-0.26,0.36l-1.29,-0.01l-1.75,1.1l-0.27,1.43l-0.64,0.62l-1.74,-0.02l-1.1,0.74l0.01,1.18l-1.36,0.81l-1.55,-0.27l-1.88,0.98l-1.3,0.16l-0.92,-2.04l-2.19,-4.84l8.41,-2.96l1.87,-5.97l-1.29,-2.14l0.07,-1.22l0.82,-1.26l0.01,-1.25l1.27,-0.6l-0.5,-0.42l0.23,-2l1.43,-0.01l1.26,2.09l1.57,1.11l2.06,0.4l1.66,0.55l1.27,1.74l0.76,1l1,0.38l-0.01,0.67l-1.02,1.79l-0.45,0.84L640.29,403.18zM633.37,388.64L633,389.2l-0.53,-1.06l0.82,-1.06l0.35,0.27L633.37,388.64z"
625
+ },
626
+ {
627
+ "id":"PA",
628
+ "title":"Panama",
629
+ "d":"M256.88,443.21L255.95,442.4L255.35,440.88L256.04,440.13L255.33,439.94L254.81,439.01L253.41,438.23L252.18,438.41L251.62,439.39L250.48,440.09L249.87,440.19L249.6,440.78L250.93,442.3L250.17,442.66L249.76,443.08L248.46,443.22L247.97,441.54L247.61,442.02L246.68,441.86L246.12,440.72L244.97,440.54L244.24,440.21L243.04,440.21L242.95,440.82L242.63,440.4L242.78,439.84L243.01,439.27L242.9,438.76L243.32,438.42L242.74,438L242.72,436.87L243.81,436.62L244.81,437.63L244.75,438.23L245.87,438.35L246.14,438.12L246.91,438.82L248.29,438.61L249.48,437.9L251.18,437.33L252.14,436.49L253.69,436.65L253.58,436.93L255.15,437.03L256.4,437.52L257.31,438.36L258.37,439.14L258.03,439.56L258.68,441.21L258.15,442.05L257.24,441.85z"
630
+ },
631
+ {
632
+ "id":"PE",
633
+ "title":"Peru",
634
+ "d":"M280.13,513.14L279.38,514.65L277.94,515.39L275.13,513.71L274.88,512.51L269.33,509.59L264.3,506.42L262.13,504.64L260.97,502.27L261.43,501.44L259.06,497.69L256.29,492.45L253.65,486.83L252.5,485.54L251.62,483.48L249.44,481.64L247.44,480.51L248.35,479.26L246.99,476.59L247.86,474.64L250.1,472.87L250.43,474.04L249.63,474.7L249.7,475.72L250.86,475.5L252,475.8L253.17,477.21L254.76,476.06L255.29,474.18L257.01,471.75L260.38,470.65L263.44,467.73L264.31,465.92L263.92,463.81L264.67,463.54L266.53,464.86L267.42,466.18L268.72,466.9L270.37,469.82L272.46,470.17L274.01,469.43L275.02,469.91L276.7,469.67L278.85,470.98L277.04,473.82L277.88,473.88L279.28,475.37L276.75,475.24L276.38,475.66L274.08,476.19L270.88,478.1L270.67,479.4L269.96,480.38L270.24,481.89L268.54,482.7L268.54,483.89L267.8,484.4L268.97,486.93L270.53,488.65L269.94,489.86L271.8,490.02L272.86,491.53L275.33,491.6L277.63,489.94L277.44,494.24L278.72,494.57L280.3,494.08L282.73,498.66L282.12,499.62L281.99,501.64L281.93,504.08L280.83,505.52L281.34,506.59L280.69,507.56L281.9,510z"
635
+ },
636
+ {
637
+ "id":"PG",
638
+ "title":"Papua New Guinea",
639
+ "d":"M912.32,482.42l-0.79,0.28l-1.21,-1.08l-1.23,-1.78l-0.6,-2.13l0.39,-0.27l0.3,0.83l0.85,0.63l1.36,1.77l1.32,0.95L912.32,482.42zM901.39,478.67l-1.47,0.23l-0.44,0.79l-1.53,0.68l-1.44,0.66l-1.49,0l-2.3,-0.81l-1.6,-0.78l0.23,-0.87l2.51,0.41l1.53,-0.22l0.42,-1.34l0.4,-0.07l0.27,1.49l1.6,-0.21l0.79,-0.96l1.57,-1l-0.31,-1.65l1.68,-0.05l0.57,0.46l-0.06,1.55L901.39,478.67zM887.96,484.02l2.5,1.84l1.82,2.99l1.61,-0.09l-0.11,1.25l2.17,0.48l-0.84,0.53l2.98,1.19l-0.31,0.82l-1.86,0.2l-0.69,-0.73l-2.41,-0.32l-2.83,-0.43l-2.18,-1.8l-1.59,-1.55l-1.46,-2.46l-3.66,-1.23l-2.38,0.8l-1.71,0.93l0.36,2.08l-2.2,0.97l-1.57,-0.47l-2.9,-0.12l-0.05,-9.16l-0.05,-9.1l4.87,1.92l5.18,1.6l1.93,1.43l1.56,1.41l0.43,1.65l4.67,1.73l0.68,1.49l-2.58,0.3L887.96,484.02zM904.63,475.93l-0.88,0.74l-0.53,-1.65l-0.65,-1.08l-1.27,-0.91l-1.6,-1.19l-2.02,-0.82l0.78,-0.67l1.51,0.78l0.95,0.61l1.18,0.67l1.12,1.17l1.07,0.89L904.63,475.93z"
640
+ },
641
+ {
642
+ "id":"PH",
643
+ "title":"Philippines",
644
+ "d":"M829.59,439.86l0.29,1.87l0.17,1.58l-0.96,2.57l-1.02,-2.86l-1.31,1.42l0.9,2.06l-0.8,1.31l-3.3,-1.63l-0.79,-2.03l0.86,-1.33l-1.78,-1.33l-0.88,1.17l-1.32,-0.11l-2.08,1.57l-0.46,-0.82l1.1,-2.37l1.77,-0.79l1.53,-1.06l0.99,1.27l2.13,-0.77l0.46,-1.26l1.98,-0.08l-0.17,-2.18l2.27,1.34l0.24,1.42L829.59,439.86zM822.88,434.6l-1.01,0.93l-0.88,1.79l-0.88,0.84l-1.73,-1.95l0.58,-0.76l0.7,-0.79l0.31,-1.76l1.55,-0.17l-0.45,1.91l2.08,-2.74L822.88,434.6zM807.52,437.32l-3.73,2.67l1.38,-1.97l2.03,-1.74l1.68,-1.96l1.47,-2.82l0.5,2.31l-1.85,1.56L807.52,437.32zM817,430.02l1.68,0.88l1.78,0l-0.05,1.19l-1.3,1.2l-1.78,0.85l-0.1,-1.32l0.2,-1.45L817,430.02zM827.14,429.25l0.79,3.18l-2.16,-0.75l0.06,0.95l0.69,1.75l-1.33,0.63l-0.12,-1.99l-0.84,-0.15l-0.44,-1.72l1.65,0.23l-0.04,-1.08l-1.71,-2.18l2.69,0.06L827.14,429.25zM816,426.66l-0.74,2.47l-1.2,-1.42l-1.43,-2.18l2.4,0.1L816,426.66zM815.42,410.92l1.73,0.84l0.86,-0.76l0.25,0.75l-0.46,1.22l0.96,2.09l-0.74,2.42l-1.65,0.96l-0.44,2.33l0.63,2.29l1.49,0.32l1.24,-0.34l3.5,1.59l-0.27,1.56l0.92,0.69l-0.29,1.32l-2.18,-1.4l-1.04,-1.5l-0.72,1.05l-1.79,-1.72l-2.55,0.42l-1.4,-0.63l0.14,-1.19l0.88,-0.73l-0.84,-0.67l-0.36,1.04l-1.38,-1.65l-0.42,-1.26l-0.1,-2.77l1.13,0.96l0.29,-4.55l0.91,-2.66L815.42,410.92z"
645
+ },
646
+ {
647
+ "id":"PL",
648
+ "title":"Poland",
649
+ "d":"M517.36,296.97L516.21,294.11L516.43,292.55L515.73,290.1L514.72,288.45L515.5,287.2L514.84,284.81L516.76,283.42L521.13,281.2L524.67,279.56L527.46,280.38L527.67,281.56L530.38,281.62L533.83,282.17L538.99,282.09L540.43,282.61L541.1,284.07L541.22,286.16L542,287.94L541.98,289.79L540.3,290.73L541.17,292.85L541.22,294.86L542.63,298.75L542.33,299.99L540.94,300.5L538.39,304.11L539.11,306.03L538.5,305.78L535.84,304.14L533.82,304.74L532.5,304.3L530.84,305.22L529.43,303.7L528.27,304.28L528.11,304.02L526.82,301.89L524.74,301.63L524.47,300.26L522.55,299.77L522.13,300.9L520.61,300L520.78,298.79L518.69,298.4z"
650
+ },
651
+ {
652
+ "id":"PK",
653
+ "title":"Pakistan",
654
+ "d":"M685.99,351.76L688.06,353.39L688.89,356.05L693.5,357.44L690.79,360.3L687.67,360.81L683.41,359.98L682.04,361.44L683.03,364.39L684,366.64L686.27,368.27L683.88,370.18L683.92,372.51L681.2,375.75L679.44,379.01L676.51,382.33L673.25,382.09L670.16,385.39L672,386.79L672.32,389.18L673.89,390.74L674.45,393.38L668.28,393.37L666.41,395.41L664.36,394.64L663.52,392.44L661.35,390.1L656.19,390.68L651.63,390.73L647.68,391.17L648.74,387.57L652.78,385.96L652.55,384.52L651.21,384.01L651.13,381.24L648.45,379.84L647.32,377.91L645.94,376.23L650.63,377.87L653.44,377.39L655.11,377.79L655.68,377.09L657.63,377.37L661.28,376.04L661.38,373.29L662.94,371.45L665.03,371.45L665.33,370.54L667.48,370.11L668.51,370.41L669.61,369.49L669.46,367.51L670.65,365.51L672.43,364.66L671.33,362.44L674,362.55L674.77,361.33L674.65,360.03L676.05,358.6L675.72,356.9L675.06,355.44L676.7,353.93L679.71,353.2L682.93,352.8L684.35,352.15z"
655
+ },
656
+ {
657
+ "id":"PR",
658
+ "title":"Puerto Rico",
659
+ "d":"M289.41,410.89L290.84,411.15L291.35,411.73L290.63,412.47L288.52,412.45L286.88,412.55L286.72,411.3L287.11,410.87z"
660
+ },
661
+ {
662
+ "id":"PS",
663
+ "title":"Palestinian Territories",
664
+ "d":"M574.92,367.87L574.92,369.88L574.5,370.84L573.18,371.29L573.31,370.43L574.02,369.97L573.32,369.61L573.9,367.41z"
665
+ },
666
+ {
667
+ "id":"PT",
668
+ "title":"Portugal",
669
+ "d":"M449.92,334.56L450.94,333.61L452.08,333.06L452.79,334.9L454.44,334.89L454.92,334.42L456.56,334.55L457.34,336.43L456.04,337.43L456.01,340.31L455.55,340.84L455.44,342.56L454.23,342.86L455.35,345.03L454.58,347.38L455.54,348.44L455.16,349.4L454.12,350.72L454.35,351.88L453.23,352.79L451.75,352.3L450.3,352.68L450.73,349.94L450.47,347.76L449.21,347.43L448.54,346.08L448.77,343.72L449.88,342.41L450.08,340.94L450.67,338.73L450.6,337.16L450.04,335.82z"
670
+ },
671
+ {
672
+ "id":"PY",
673
+ "title":"Paraguay",
674
+ "d":"M299.49,526.99L300.6,523.4L300.67,521.8L302.01,519.18L306.9,518.32L309.5,518.37L312.12,519.88L312.16,520.79L312.99,522.45L312.81,526.51L315.77,527.09L316.91,526.5L318.8,527.32L319.33,528.22L319.59,530.99L319.92,532.17L320.96,532.3L322.01,531.81L323.02,532.36L323.02,534.04L322.64,535.86L322.09,537.64L321.63,540.39L319.09,542.79L316.87,543.29L313.72,542.81L310.9,541.96L313.66,537.23L313.25,535.86L310.37,534.66L306.94,532.4L304.65,531.94z"
675
+ },
676
+ {
677
+ "id":"QA",
678
+ "title":"Qatar",
679
+ "d":"M617.72,392.16L617.53,389.92L618.29,388.3L619.05,387.96L619.9,388.93L619.95,390.74L619.34,392.55L618.56,392.77z"
680
+ },
681
+ {
682
+ "id":"RO",
683
+ "title":"Romania",
684
+ "d":"M538.93,310.86L540.14,309.97L541.88,310.43L543.67,310.45L544.97,311.46L545.93,310.82L548,310.42L548.71,309.44L549.89,309.45L550.74,309.85L551.61,311.09L552.5,312.84L554.12,315.28L554.21,317.07L553.91,318.79L554.42,320.62L555.67,321.35L556.98,320.71L558.26,321.39L558.32,322.42L556.96,323.26L556.11,322.9L555.33,327.61L553.68,327.2L551.64,325.79L548.34,326.69L546.95,327.68L542.83,327.48L540.67,326.87L539.59,327.16L538.78,325.56L538.27,324.88L538.92,324.22L538.22,323.73L537.34,324.61L535.71,323.47L535.49,321.84L533.78,320.9L533.47,319.63L531.95,318.05L534.2,317.29L535.89,314.53L537.22,311.73z"
685
+ },
686
+ {
687
+ "id":"RS",
688
+ "title":"Serbia",
689
+ "d":"M533.78,320.9L535.49,321.84L535.71,323.47L537.34,324.61L538.22,323.73L538.92,324.22L538.27,324.88L538.78,325.56L538.09,326.44L538.34,327.86L539.7,329.52L538.63,330.71L538.16,331.92L538.47,332.37L538,332.91L536.71,332.97L535.75,333.19L535.66,332.91L535.99,332.46L536.31,331.53L535.91,331.55L535.36,330.85L534.9,330.67L534.54,330.06L534.01,329.82L533.61,329.28L533.11,329.5L532.72,330.76L532.05,331.04L532.28,330.71L531.21,329.92L530.29,329.51L529.88,328.97L529.14,328.31L529.8,328.14L530.21,326.32L528.86,324.82L529.56,323.1L528.54,323.11L529.62,321.62L528.73,320.48L528.05,318.93L530.2,317.88L531.95,318.05L533.47,319.63z"
690
+ },
691
+ {
692
+ "id":"RU",
693
+ "title":"Russia",
694
+ "d":"M1008.27,215.75l-2.78,2.97l-4.6,0.7l-0.07,6.46l-1.12,1.35l-2.63,-0.19l-2.14,-2.26l-3.73,-1.92l-0.63,-2.89l-2.85,-1.1l-3.19,0.87l-1.52,-2.37l0.61,-2.55l-3.36,1.64l1.26,3.19l-1.59,2.83l-0.02,0.04l-3.6,2.89l-3.63,-0.48l2.53,3.44l1.67,5.2l1.29,1.67l0.33,2.53l-0.72,1.6l-5.23,-1.32l-7.84,4.51l-2.49,0.69l-4.29,4.1l-4.07,3.5l-1.03,2.55l-4.01,-3.9l-7.31,4.42l-1.28,-2.08l-2.7,2.39l-3.75,-0.76l-0.9,3.63l-3.36,5.22l0.1,2.14l3.19,1.17l-0.38,7.46l-2.6,0.19l-1.2,4.15l1.17,2.1l-4.9,2.47l-0.97,5.4l-4.18,1.14l-0.84,4.66l-4.04,4.18l-1.04,-3.08l-1.2,-6.69l-1.56,-10.65l1.35,-6.95l2.37,-3.07l0.15,-2.44l4.36,-1.18l5.01,-6.78l4.83,-5.73l5.04,-4.57l2.25,-8.37l-3.41,0.51l-1.68,4.92l-7.11,6.36l-2.3,-7.14l-7.24,2l-7.02,9.56l2.32,3.38l-6.26,1.42l-4.33,0.56l0.2,-3.95l-4.36,-0.84l-3.47,2.7l-8.57,-0.94l-9.22,1.62l-9.08,10.33l-10.75,11.78l4.42,0.61l1.38,3l2.72,1.05l1.79,-2.38l3.08,0.31l4.05,5.19l0.09,3.92l-2.19,4.51l-0.24,5.27l-1.26,6.85l-4.23,6.01l-0.94,2.82l-3.81,4.66l-3.78,4.53l-1.81,2.28l-3.74,2.25l-1.77,0.05l-1.76,-1.86l-3.76,2.79l-0.44,1.26l-0.39,-0.66l-0.02,-1.93l1.43,-0.1l0.4,-4.55l-0.74,-3.36l2.41,-1.4l3.4,0.7l1.89,-3.89l0.96,-4.46l1.09,-1.51l1.47,-3.76l-4.63,1.24l-2.43,1.65l-4.26,0l-1.13,-3.95l-3.32,-3.03l-4.88,-1.38l-1.04,-4.28l-0.98,-2.73l-1.05,-1.94l-1.73,-4.61l-2.46,-1.71l-4.2,-1.39l-3.72,0.13l-3.48,0.84l-2.32,2.31l1.54,1.1l0.04,2.52l-1.56,1.45l-2.53,4.72l0.03,1.93l-3.95,2.74l-3.37,-1.63l-3.35,0.36l-1.47,-1.46l-1.68,-0.47l-4.11,3.06l-3.69,0.71l-2.58,1.06l-3.53,-0.7l-2.6,0.04l-1.7,-2.2l-2.75,-2.09l-2.81,-0.58l-3.55,0.57l-2.65,0.81l-3.98,-1.84l-0.53,-3.32l-3.3,-1.15l-2.54,-0.53l-3.14,-1.87l-2.9,4.66l1.14,2.6l-2.73,3.03l-4.05,-1.09l-2.8,-0.16l-1.87,-2.04l-2.92,-0.06l-2.44,-1.35l-4.26,2.07l-5.35,3.74l-2.96,0.74l-1.1,0.35l-1.49,-2.63l-3.61,0.58l-1.19,-1.84l-1.96,-0.85l-1.35,-2.55l-1.55,-0.8l-4.03,1.14l-3.86,-2.57l-1.49,2.33l-6.27,-11.58l-3.58,-3.66l1.03,-1.5l-7.03,4.49l-2.69,0.27l0.23,-2.58l-3.6,-1.63l-2.93,1.17l-0.88,-5.01l-5.04,-1.06l-2.52,2.03l-7.02,1.79l-1.37,1.19l-10.49,1.66l-1.29,1.62l2.02,3.21l-2.69,1.2l0.53,1.25l-2.69,2.22l4.54,3.1l-0.7,2.11l-3.94,-0.19l-0.81,1.31l-3.59,-2.29l-4.45,0.09l-2.98,1.87l-3.32,-1.79l-6.18,-3.1l-4.38,0.12l-5.79,4.85l-0.35,3.19l-2.88,-2.53l-2.24,4.77l0.82,0.87l-1.62,3.21l2.38,2.84l2.08,-0.12l1.79,2.76l-0.28,2.1l1.42,0.66l-1.28,2.39l-2.72,0.66l-2.79,4.09l2.55,3.7l-0.28,2.59l3.06,4.46l-1.67,1.51l-0.48,0.95l-1.24,-0.25l-1.93,-2.27l-0.79,-0.13l-1.76,-0.87l-0.86,-1.55l-2.62,-0.79l-1.7,0.6l-0.49,-0.71l-3.82,-1.83l-4.13,-0.62l-2.37,-0.66l-0.34,0.45l-3.57,-3.27l-3.2,-1.48l-2.42,-2.32l2.04,-0.64l2.33,-3.35l-1.57,-1.6l4.13,-1.67l-0.07,-0.9l-2.52,0.66l0.09,-1.83l1.45,-1.16l2.71,-0.31l0.44,-1.4l-0.62,-2.33l1.14,-2.23l-0.03,-1.26l-4.13,-1.41l-1.64,0.05l-1.73,-2.04l-2.15,0.69l-3.56,-1.54l0.06,-0.87l-1,-1.93l-2.24,-0.22l-0.23,-1.39l0.7,-0.91l-1.79,-2.58l-2.91,0.44l-0.85,-0.23l-0.71,1.04l-1.05,-0.18l-0.69,-2.94l-0.66,-1.54l0.54,-0.44l2.26,0.16l1.09,-1.02l-0.81,-1.25l-1.89,-0.83l0.17,-0.86l-1.14,-0.87l-1.76,-3.15l0.6,-1.31l-0.27,-2.31l-2.74,-1.18l-1.47,0.59l-0.4,-1.24l-2.95,-1.26l-0.9,-2.99l-0.24,-2.49l-1.35,-1.19l1.2,-1.66l-0.83,-4.96l2,-3.13l-0.42,-0.96l3.19,-3.07l-2.94,-2.68l6,-7.41l2.6,-3.45l1.05,-3.1l-4.15,-4.26l1.15,-4.15l-2.52,-4.85l1.89,-5.76l-3.26,-7.96l2.59,-5.48l-4.29,-4.99l0.41,-5.4l2.26,-0.72l4.77,-3.19l2.89,-2.81l4.61,4.86l7.68,1.88l10.59,8.65l2.15,3.51l0.19,4.8l-3.11,3.69l-4.58,1.85l-12.52,-5.31l-2.06,0.9l4.57,5.1l0.18,3.15l0.18,6.75l3.61,1.97l2.19,1.66l0.36,-3.11l-1.69,-2.8l1.78,-2.51l6.78,4.1l2.36,-1.59l-1.89,-4.88l6.53,-6.74l2.59,0.4l2.62,2.43l1.63,-4.81l-2.34,-4.28l1.37,-4.41l-2.06,-4.69l7.84,2.44l1.6,4.18l-3.55,0.91l0.02,4.04l2.21,2.44l4.33,-1.54l0.69,-4.61l5.86,-3.52l9.79,-6.54l2.11,0.38l-2.76,4.64l3.48,0.78l2.01,-2.58l5.25,-0.21l4.16,-3.19l3.2,4.62l3.19,-5.09l-2.94,-4.58l1.46,-2.66l8.28,2.44l3.88,2.49l10.16,8.8l1.88,-3.97l-2.85,-4.11l-0.08,-1.68l-3.38,-0.78l0.92,-3.83l-1.5,-6.49l-0.08,-2.74l5.17,-7.99l1.84,-8.42l2.08,-1.88l7.42,2.51l0.58,5.18l-2.66,7.28l1.74,2.78l0.9,5.94l-0.64,11.07l3.09,4.73l-1.2,5.01l-5.49,10.2l3.21,1.02l1.12,-2.51l3.08,-1.82l0.74,-3.55l2.43,-3.49l-1.63,-4.26l1.31,-5.08l-3.07,-0.64l-0.67,-4.42l2.24,-8.28l-3.64,-7.03l5.02,-6.04l-0.65,-6.62l1.4,-0.22l1.47,5.19l-1.11,8.67l3,1.59l-1.28,-6.37l4.69,-3.58l5.82,-0.49l5.18,5.18l-2.49,-7.62l-0.28,-10.28l4.88,-2.02l6.74,0.44l6.08,-1.32l-2.28,-5.38l3.25,-7.02l3.22,-0.3l5.45,-5.51l7.4,-1.51l0.94,-3.15l7.36,-1.08l2.29,2.61l6.29,-6.24l5.15,0.2l0.77,-5.24l2.68,-5.33l6.62,-5.31l4.81,4.21l-3.82,3.13l6.35,1.92l0.76,6.03l2.56,-2.94l8.2,0.16l6.32,5.84l2.25,4.35l-0.7,5.85l-3.1,3.24l-7.37,5.92l-2.11,3.08l3.48,1.43l4.15,2.55l2.52,-1.91l1.43,6.39l1.23,-2.56l4.48,-1.57l9,1.65l0.68,4.58l11.72,1.43l0.16,-7.47l5.95,1.74l4.48,-0.05l4.53,5.14l1.29,6.04l-1.66,3.84l3.52,6.98l4.41,3.49l2.71,-9.18l4.5,4l4.78,-2.38l5.43,2.72l2.07,-2.47l4.59,1.24l-2.02,-8.4l3.7,-4.07l25.32,6.06l2.39,5.35l7.34,6.65l11.32,-1.62l5.58,1.41l2.33,3.5l-0.34,6.02l3.45,2.29l3.75,-1.64l4.97,-0.21l5.29,1.57l5.31,-0.89l4.88,6.99l3.47,-2.48l-2.27,-5.07l1.25,-3.62l8.95,2.29l5.83,-0.49l8.06,3.84l3.92,3.44l6.87,5.86l7.35,7.34l-0.24,4.44l1.89,1.74l-0.65,-5.15l7.61,1.07L1008.27,215.75zM880.84,306.25l-2.82,-7.68l-1.16,-4.51l0.07,-4.5l-0.97,-4.5l-0.73,-3.15l-1.25,0.67l1.11,2.21l-2.59,2.17l-0.25,6.3l1.64,4.41l-0.12,5.85l-0.65,3.24l0.32,4.54l-0.31,4.01l0.52,3.4l1.84,-3.13l2.13,2.44l0.08,-2.84l-2.73,-4.23l1.72,-6.11L880.84,306.25zM537.82,278.77l-2.94,-0.86l-3.87,1.58l-0.64,2.13l3.45,0.55l5.16,-0.07l-0.22,-1.23l0.3,-1.33L537.82,278.77zM979.95,178.65l3.66,-0.52l2.89,-2.06l0.24,-1.19l-4.06,-2.51l-2.38,-0.02l-0.36,0.37l-3.57,3.64l0.5,2.73L979.95,178.65zM870.07,151.56l-2.66,3.92l0.49,0.52l5.75,1.08l4.25,-0.07l-0.34,-2.57l-3.98,-3.81L870.07,151.56zM894.64,142.03l3.24,-4.25l-7.04,-2.88l-5.23,-1.68l-0.67,3.59l5.21,4.27L894.64,142.03zM869.51,140.34l10.33,0.3l2.21,-8.14l-10.13,-6.07l-7.4,-0.51l-3.7,2.18l-1.51,7.75l5.55,7.01L869.51,140.34zM622.39,166.28l-2.87,1.96l0.41,4.83l5.08,2.35l0.74,3.82l9.16,1.1l1.66,-0.74l-5.36,-7.11l-0.57,-7.52l4.39,-9.14l4.18,-9.82l8.71,-10.17l8.56,-5.34l9.93,-5.74l1.88,-3.71l-1.95,-4.83l-5.46,1.6l-4.8,4.49l-9.33,2.22l-9.26,7.41l-6.27,5.85l0.76,4.87l-6.71,9.03l2.58,1.22l-5.56,8.27L622.39,166.28zM769.87,98.34l0.83,-5.72l-7.11,-8.34l-2.11,-0.98l-2.3,1.7l-5.12,18.6L769.87,98.34zM605.64,69.03l3.04,3.88l3.28,-2.69l0.39,-2.72l2.52,-1.27l3.76,-2.23l1.08,-2.62l-4.16,-3.85l-2.64,2.9l-1.61,4.12l-0.57,-4.65l-4.26,0.21L601,63.25l6.24,0.52L605.64,69.03zM736.89,82.07l4.65,5.73l7.81,4.2l6.12,-1.8l0.69,-13.62l-6.46,-16.04l-5.45,-9.02l-6.07,4.11l-7.28,11.83l3.83,3.27L736.89,82.07z"
695
+ },
696
+ {
697
+ "id":"RW",
698
+ "title":"Rwanda",
699
+ "d":"M560.54,466.55L561.66,468.12L561.49,469.76L560.69,470.11L559.2,469.93L558.34,471.52L556.63,471.3L556.89,469.77L557.28,469.56L557.38,467.9L558.19,467.12L558.87,467.41z"
700
+ },
701
+ {
702
+ "id":"SA",
703
+ "title":"Saudi Arabia",
704
+ "d":"M595.2,417.22L594.84,415.98L593.99,415.1L593.77,413.93L592.33,412.89L590.83,410.43L590.04,408.02L588.1,405.98L586.85,405.5L584.99,402.65L584.67,400.57L584.79,398.78L583.18,395.42L581.87,394.23L580.35,393.6L579.43,391.84L579.58,391.15L578.8,389.55L577.98,388.86L576.89,386.54L575.18,384.02L573.75,381.86L572.36,381.87L572.79,380.13L572.92,379.02L573.26,377.74L576.38,378.25L577.6,377.27L578.27,376.11L580.41,375.67L580.87,374.58L581.8,374.04L579,370.78L584.62,369.13L585.15,368.64L588.53,369.53L592.71,371.82L600.61,378.31L605.82,378.57L608.32,378.88L609.02,380.39L611,380.31L612.1,383.04L613.48,383.75L613.96,384.86L615.87,386.17L616.04,387.46L615.76,388.49L616.12,389.53L616.92,390.4L617.3,391.41L617.72,392.16L618.56,392.77L619.34,392.55L619.87,393.72L619.98,394.43L621.06,397.51L629.48,399.03L630.05,398.39L631.33,400.53L629.46,406.5L621.05,409.46L612.97,410.59L610.35,411.91L608.34,414.98L607.03,415.46L606.33,414.49L605.26,414.64L602.55,414.35L602.03,414.05L598.8,414.12L598.04,414.39L596.89,413.63L596.14,415.06L596.43,416.29z"
705
+ },
706
+ {
707
+ "id":"SB",
708
+ "title":"Solomon Islands",
709
+ "d":"M929.81,492.75l0.78,0.97l-1.96,-0.02l-1.07,-1.74l1.67,0.69L929.81,492.75zM926.26,491.02l-1.09,0.06l-1.72,-0.29l-0.59,-0.44l0.18,-1.12l1.85,0.44l0.91,0.59L926.26,491.02zM928.58,490.25l-0.42,0.52l-2.08,-2.45l-0.58,-1.68h0.95l1.01,2.25L928.58,490.25zM923.52,486.69l0.12,0.57l-2.2,-1.19l-1.54,-1.01l-1.05,-0.94l0.42,-0.29l1.29,0.67l2.3,1.29L923.52,486.69zM916.97,483.91l-0.56,0.16l-1.23,-0.64l-1.15,-1.15l0.14,-0.47l1.67,1.18L916.97,483.91z"
710
+ },
711
+ {
712
+ "id":"SD",
713
+ "title":"Sudan",
714
+ "d":"M570.48,436.9L570.09,436.85L570.14,435.44L569.8,434.47L568.36,433.35L568.02,431.3L568.36,429.2L567.06,429.01L566.87,429.64L565.18,429.79L565.86,430.62L566.1,432.33L564.56,433.89L563.16,435.93L561.72,436.22L559.36,434.57L558.3,435.15L558.01,435.98L556.57,436.51L556.47,437.09L553.68,437.09L553.29,436.51L551.27,436.41L550.26,436.9L549.49,436.65L548.05,435L547.57,434.23L545.54,434.62L544.77,435.93L544.05,438.45L543.09,438.98L542.23,439.29L542,439.15L541.03,438.34L540.85,437.47L541.3,436.29L541.3,435.14L539.68,433.37L539.36,432.15L539.39,431.46L538.36,430.63L538.33,428.97L537.75,427.87L536.76,428.04L537.04,426.99L537.77,425.79L537.45,424.61L538.37,423.73L537.79,423.06L538.53,421.28L539.81,419.15L542.23,419.35L542.09,407.74L542.13,406.5L545.35,406.49L545.35,400.53L556.62,400.53L567.5,400.53L578.62,400.53L579.52,403.47L578.91,404.01L579.32,407.07L580.35,410.59L581.41,411.32L582.95,412.4L581.53,414.07L579.46,414.55L578.58,415.45L578.31,417.38L577.1,421.63L577.4,422.78L576.95,425.25L575.81,428.06L574.12,429.48L572.92,431.65L572.63,432.81L571.31,433.61L570.48,436.57z"
715
+ },
716
+ {
717
+ "id":"SE",
718
+ "title":"Sweden",
719
+ "d":"M537.45,217.49L534.73,222.18L535.17,226.2L530.71,231.33L525.3,236.67L523.25,245.08L525.25,249.15L527.93,252.29L525.36,258.52L522.44,259.78L521.37,268.62L519.78,273.38L516.38,272.89L514.79,276.84L511.54,277.07L510.65,272.36L508.3,266.55L506.17,259.05L507.41,255.9L509.74,252.09L510.67,245.36L508.88,242.38L508.7,234.34L510.53,228.43L513.31,228.54L514.28,225.99L513.26,223.76L517.61,214.26L520.42,206.39L522.27,201.15L524.96,201.17L525.71,196.96L530.99,198.18L531.4,193.1L533.14,192.77L536.88,196.58L541.25,201.73L541.33,212.85L542.27,215.55z"
720
+ },
721
+ {
722
+ "id":"SI",
723
+ "title":"Slovenia",
724
+ "d":"M513.96,316.51L516.28,316.82L517.7,315.9L520.15,315.8L520.68,315.11L521.15,315.16L521.7,316.53L519.47,317.61L519.19,319.23L518.22,319.64L518.23,320.76L517.13,320.68L516.18,320.03L515.66,320.71L513.71,320.57L514.33,320.21L513.66,318.5z"
725
+ },
726
+ {
727
+ "id":"SJ",
728
+ "title":"Svalbard and Jan Mayen",
729
+ "d":"M544.58,104.49l-6.26,5.36l-4.95,-3.02l1.94,-3.42l-1.69,-4.34l5.81,-2.78l1.11,5.18L544.58,104.49zM526.43,77.81l9.23,11.29l-7.06,5.66l-1.56,10.09l-2.46,2.49l-1.33,10.51l-3.38,0.48l-6.03,-7.64l2.54,-4.62l-4.2,-3.86l-5.46,-11.82l-2.18,-11.79l7.64,-5.69l1.54,5.56l3.99,-0.22l1.06,-5.43l4.12,-0.56L526.43,77.81zM546.6,66.35l5.5,5.8l-4.16,8.52l-8.13,1.81l-8.27,-2.56l-0.5,-4.32l-4.02,-0.28l-3.07,-7.48l8.66,-4.72l4.07,4.08l2.84,-5.09L546.6,66.35z"
730
+ },
731
+ {
732
+ "id":"SK",
733
+ "title":"Slovakia",
734
+ "d":"M528.11,304.02L528.27,304.28L529.43,303.7L530.84,305.22L532.5,304.3L533.82,304.74L535.84,304.14L538.5,305.78L537.73,306.89L537.18,308.6L536.58,309.03L533.58,307.75L532.66,308L532,309L530.68,309.52L530.38,309.25L529.02,309.9L527.9,310.03L527.68,310.87L525.32,311.38L524.29,310.92L522.86,309.85L522.58,308.4L522.81,307.86L523.2,306.93L524.45,307L525.4,306.56L525.48,306.17L526.02,305.96L526.2,304.99L526.84,304.8L527.28,304.03z"
735
+ },
736
+ {
737
+ "id":"SL",
738
+ "title":"Sierra Leone",
739
+ "d":"M443.18,444.44L442.42,444.23L440.41,443.1L438.95,441.6L438.46,440.57L438.11,438.49L439.61,437.25L439.93,436.46L440.41,435.85L441.19,435.79L441.84,435.26L444.08,435.26L444.86,436.27L445.47,437.46L445.38,438.28L445.83,439.02L445.8,440.05L446.57,439.89L445.26,441.2L444,442.73L443.85,443.54z"
740
+ },
741
+ {
742
+ "id":"SN",
743
+ "title":"Senegal",
744
+ "d":"M428.39,425.16L427.23,422.92L425.83,421.9L427.07,421.35L428.43,419.32L429.09,417.83L430.05,416.9L431.45,417.15L432.81,416.52L434.38,416.49L435.72,417.34L437.58,418.11L439.28,420.24L441.13,422.22L441.26,424.01L441.81,425.65L442.86,426.46L443.1,427.56L442.97,428.45L442.56,428.61L441.04,428.39L440.83,428.7L440.21,428.77L438.19,428.07L436.84,428.04L431.66,427.92L430.91,428.24L429.98,428.15L428.49,428.62L428.03,426.43L430.58,426.49L431.26,426.09L431.76,426.06L432.8,425.4L434,426.01L435.22,426.06L436.43,425.41L435.87,424.59L434.94,425.07L434.07,425.06L432.97,424.35L432.08,424.4L431.44,425.07z"
745
+ },
746
+ {
747
+ "id":"SO",
748
+ "title":"Somalia",
749
+ "d":"M618.63,430.43L618.56,429.64L617.5,429.65L616.17,430.63L614.68,430.91L613.39,431.33L612.5,431.39L610.9,431.49L609.9,432.01L608.51,432.2L606.04,433.08L602.99,433.41L600.34,434.14L598.95,434.13L597.69,432.94L597.14,431.77L596.23,431.24L595.19,432.76L594.58,433.77L595.62,435.33L596.65,436.69L597.72,437.7L606.89,441.04L609.25,441.02L601.32,449.44L597.67,449.56L595.17,451.53L593.38,451.58L592.61,452.46L590.16,455.63L590.19,465.78L591.85,468.07L592.48,467.41L593.13,465.95L596.2,462.57L598.81,460.45L603.01,457.69L605.81,455.43L609.11,451.62L611.5,448.49L613.91,444.39L615.64,440.8L616.99,437.65L617.78,434.6L618.38,433.58L618.37,432.08z"
750
+ },
751
+ {
752
+ "id":"SR",
753
+ "title":"Suriname",
754
+ "d":"M315.02,446.72L318.38,447.28L318.68,446.77L320.95,446.57L323.96,447.33L322.5,449.73L322.72,451.64L323.83,453.3L323.34,454.5L323.09,455.77L322.37,456.94L320.77,456.35L319.44,456.64L318.31,456.39L318.03,457.2L318.5,457.75L318.25,458.32L316.72,458.09L315.01,455.67L314.64,454.1L313.75,454.09L312.5,452.07L313.02,450.62L312.87,449.97L314.57,449.24z"
755
+ },
756
+ {
757
+ "id":"SS",
758
+ "title":"South Sudan",
759
+ "d":"M570.48,436.9L570.51,439.1L570.09,439.96L568.61,440.03L567.65,441.64L569.37,441.84L570.79,443.21L571.29,444.33L572.57,444.98L574.22,448.03L572.32,449.87L570.6,451.54L568.87,452.82L566.9,452.82L564.64,453.47L562.86,452.84L561.71,453.61L559.24,451.75L558.57,450.56L557.01,451.15L555.71,450.96L554.96,451.43L553.7,451.1L552.01,448.79L551.56,447.9L549.46,446.79L548.75,445.11L547.58,443.9L545.7,442.44L545.67,441.52L544.14,440.39L542.23,439.29L543.09,438.98L544.05,438.45L544.77,435.93L545.54,434.62L547.57,434.23L548.05,435L549.49,436.65L550.26,436.9L551.27,436.41L553.29,436.51L553.68,437.09L556.47,437.09L556.57,436.51L558.01,435.98L558.3,435.15L559.36,434.57L561.72,436.22L563.16,435.93L564.56,433.89L566.1,432.33L565.86,430.62L565.18,429.79L566.87,429.64L567.06,429.01L568.36,429.2L568.02,431.3L568.36,433.35L569.8,434.47L570.14,435.44L570.09,436.85z"
760
+ },
761
+ {
762
+ "id":"SV",
763
+ "title":"El Salvador",
764
+ "d":"M229.09,425.76L228.78,426.43L227.16,426.39L226.15,426.12L224.99,425.55L223.43,425.37L222.64,424.75L222.73,424.33L223.69,423.61L224.21,423.29L224.06,422.95L224.72,422.78L225.55,423.02L226.15,423.59L227,424.05L227.1,424.44L228.33,424.1L228.91,424.3L229.29,424.61z"
765
+ },
766
+ {
767
+ "id":"SY",
768
+ "title":"Syria",
769
+ "d":"M584.02,364.6L578.53,368.14L575.41,366.82L575.35,366.8L575.73,366.3L575.69,364.93L576.38,363.1L577.91,361.83L577.45,360.51L576.19,360.33L575.93,357.72L576.61,356.31L577.36,355.56L578.11,354.8L578.27,352.86L579.18,353.54L582.27,352.57L583.76,353.22L586.07,353.21L589.29,351.9L590.81,351.96L594,351.42L592.56,353.6L591.02,354.46L591.29,356.98L590.23,361.1z"
770
+ },
771
+ {
772
+ "id":"SZ",
773
+ "title":"Swaziland",
774
+ "d":"M565.18,540.74L564.61,542.13L562.97,542.46L561.29,540.77L561.27,539.69L562.03,538.52L562.3,537.62L563.11,537.4L564.52,537.97L564.94,539.36z"
775
+ },
776
+ {
777
+ "id":"TD",
778
+ "title":"Chad",
779
+ "d":"M515.9,427.26L516.18,425.92L514.38,425.85L514.39,424L513.22,422.94L514.43,419.14L518.01,416.4L518.15,412.61L519.23,406.63L519.84,405.35L518.68,404.33L518.63,403.38L517.58,402.6L516.89,397.93L519.72,396.27L530.91,402.04L542.09,407.74L542.23,419.35L539.81,419.15L538.53,421.28L537.79,423.06L538.37,423.73L537.45,424.61L537.77,425.79L537.04,426.99L536.76,428.04L537.75,427.87L538.33,428.97L538.36,430.63L539.39,431.46L539.36,432.15L537.59,432.64L536.16,433.78L534.14,436.87L531.5,438.18L528.79,438L528,438.26L528.28,439.25L526.81,440.24L525.62,441.34L522.09,442.41L521.39,441.78L520.93,441.72L520.41,442.44L518.09,442.66L518.53,441.89L517.65,439.96L517.25,438.79L516.03,438.31L514.38,436.66L514.99,435.33L516.27,435.61L517.06,435.41L518.62,435.44L517.1,432.87L517.2,430.98L517.01,429.09z"
780
+ },
781
+ {
782
+ "id":"TF",
783
+ "title":"French Southern and Antarctic Lands",
784
+ "d":"M668.54,619.03L670.34,620.36L672.99,620.9L673.09,621.71L672.31,623.67L668,623.95L667.93,621.66L668.35,619.9z"
785
+ },
786
+ {
787
+ "id":"TG",
788
+ "title":"Togo",
789
+ "d":"M480.48,446.25L478.23,446.84L477.6,445.86L476.85,444.08L476.63,442.68L477.25,440.15L476.55,439.12L476.28,436.9L476.28,434.85L475.11,433.39L475.32,432.5L477.78,432.56L477.42,434.06L478.27,434.89L479.25,435.88L479.35,437.27L479.92,437.85L479.79,444.31z"
790
+ },
791
+ {
792
+ "id":"TH",
793
+ "title":"Thailand",
794
+ "d":"M762.89,429.18L760.37,427.87L757.97,427.93L758.38,425.68L755.91,425.7L755.69,428.84L754.18,432.99L753.27,435.49L753.46,437.54L755.28,437.63L756.42,440.2L756.93,442.63L758.49,444.24L760.19,444.57L761.64,446.02L760.73,447.17L758.87,447.51L758.65,446.07L756.37,444.84L755.88,445.34L754.77,444.27L754.29,442.88L752.8,441.29L751.44,439.96L750.98,441.61L750.45,440.05L750.76,438.29L751.58,435.58L752.94,432.67L754.48,430.02L753.38,427.42L753.43,426.09L753.11,424.49L751.24,422.21L750.57,420.76L751.54,420.23L752.56,417.71L751.42,415.79L749.64,413.66L748.28,411.09L749.46,410.56L750.74,407.37L752.72,407.23L754.36,405.95L755.96,405.26L757.18,406.18L757.34,407.96L759.23,408.09L758.54,411.2L758.61,413.82L761.56,412.08L762.4,412.59L764.05,412.51L764.61,411.49L766.73,411.69L768.86,414.07L769.04,416.94L771.31,419.47L771.18,421.91L770.27,423.21L767.64,422.8L764.02,423.35L762.22,425.73z"
795
+ },
796
+ {
797
+ "id":"TJ",
798
+ "title":"Tajikistan",
799
+ "d":"M674.37,340.62L673.34,341.75L670.29,341.14L670.02,343.24L673.06,342.96L676.53,344.13L681.83,343.58L682.54,346.91L683.46,346.55L685.16,347.36L685.07,348.74L685.49,350.75L682.59,350.75L680.66,350.49L678.92,352.06L677.67,352.4L676.69,353.14L675.58,351.99L675.85,349.04L675,348.87L675.3,347.78L673.79,346.98L672.58,348.21L672.28,349.64L671.85,350.16L670.17,350.09L669.27,351.69L668.32,351.02L666.29,352.14L665.44,351.72L667.01,348.15L666.41,345.49L664.35,344.63L665.08,343.04L667.42,343.21L668.75,341.2L669.64,338.85L673.39,337.99L672.81,339.7L673.21,340.72z"
800
+ },
801
+ {
802
+ "id":"TL",
803
+ "title":"Timor-Leste",
804
+ "d":"M825.65,488.25L825.98,487.59L828.39,486.96L830.35,486.86L831.22,486.51L832.28,486.86L831.25,487.62L828.33,488.85L825.98,489.67L825.93,488.81z"
805
+ },
806
+ {
807
+ "id":"TM",
808
+ "title":"Turkmenistan",
809
+ "d":"M646.88,356.9L646.63,353.99L644.54,353.87L641.34,350.78L639.1,350.39L636,348.6L634,348.27L632.77,348.93L630.9,348.83L628.91,350.85L626.44,351.53L625.92,349.04L626.33,345.31L624.14,344.09L624.86,341.61L623,341.39L623.62,338.3L626.26,339.21L628.73,338.02L626.68,335.79L625.88,333.65L623.62,334.61L623.34,337.34L622.46,334.93L623.7,333.68L626.88,332.89L628.78,333.95L630.74,336.88L632.18,336.7L635.34,336.65L634.88,334.77L637.28,333.47L639.64,331.27L643.42,333.27L643.72,336.26L644.79,337.03L647.82,336.86L648.76,337.53L650.14,341.32L653.35,343.83L655.18,345.52L658.11,347.27L661.84,348.79L661.76,350.95L660.92,350.84L659.59,349.9L659.15,351.15L656.79,351.83L656.23,354.62L654.65,355.67L652.44,356.19L651.85,357.74L649.74,358.2z"
810
+ },
811
+ {
812
+ "id":"TN",
813
+ "title":"Tunisia",
814
+ "d":"M501.84,374.69L500.64,368.83L498.92,367.5L498.89,366.69L496.6,364.71L496.35,362.18L498.08,360.3L498.74,357.48L498.29,354.2L498.86,352.41L501.92,351L503.88,351.42L503.8,353.19L506.18,351.9L506.38,352.57L504.97,354.28L504.96,355.88L505.93,356.73L505.56,359.69L503.71,361.4L504.24,363.23L505.69,363.29L506.4,364.88L507.47,365.4L507.31,367.95L505.94,368.9L505.08,369.95L503.15,371.21L503.45,372.56L503.21,373.94z"
815
+ },
816
+ {
817
+ "id":"TR",
818
+ "title":"Turkey",
819
+ "d":"M578.75,336.6l4.02,1.43l3.27,-0.57l2.41,0.33l3.31,-1.94l2.99,-0.18l2.7,1.83l0.48,1.3l-0.27,1.79l2.08,0.91l1.1,1.06l-1.92,1.03l0.88,4.11l-0.55,1.1l1.53,2.82l-1.34,0.59l-0.98,-0.89l-3.26,-0.45l-1.2,0.55l-3.19,0.54l-1.51,-0.06l-3.23,1.31l-2.31,0.01l-1.49,-0.66l-3.09,0.97l-0.92,-0.68l-0.15,1.94l-0.75,0.76l-0.75,0.76l-1.03,-1.57l1.06,-1.3l-1.71,0.3l-2.35,-0.8l-1.93,2l-4.26,0.39l-2.27,-1.86l-3.02,-0.12l-0.65,1.44l-1.94,0.41l-2.71,-1.85l-3.06,0.06l-1.66,-3.48l-2.05,-1.96l1.36,-2.78l-1.78,-1.72l3.11,-3.48l4.32,-0.15l1.18,-2.81l5.34,0.49l3.37,-2.42l3.27,-1.06l4.64,-0.08L578.75,336.6zM551.5,338.99l-2.34,1.98l-0.88,-1.71l0.04,-0.76l0.67,-0.41l0.87,-2.33l-1.37,-0.99l2.86,-1.18l2.41,0.5l0.33,1.44l2.45,1.2l-0.51,0.91l-3.33,0.2L551.5,338.99z"
820
+ },
821
+ {
822
+ "id":"TT",
823
+ "title":"Trinidad and Tobago",
824
+ "d":"M302.31,433.24L303.92,432.87L304.51,432.97L304.4,435.08L302.06,435.39L301.55,435.14L302.37,434.36z"
825
+ },
826
+ {
827
+ "id":"TW",
828
+ "title":"Taiwan",
829
+ "d":"M816.7,393.27L815.01,398.14L813.81,400.62L812.33,398.07L812.01,395.82L813.66,392.82L815.91,390.5L817.19,391.41z"
830
+ },
831
+ {
832
+ "id":"TZ",
833
+ "title":"Tanzania",
834
+ "d":"M570.31,466.03L570.79,466.34L580.95,472.01L581.15,473.63L585.17,476.42L583.88,479.87L584.04,481.46L585.84,482.48L585.92,483.21L585.15,484.91L585.31,485.76L585.13,487.11L586.11,488.87L587.27,491.66L588.29,492.28L586.06,493.92L583,495.02L581.32,494.98L580.32,495.83L578.37,495.9L577.63,496.26L574.26,495.46L572.15,495.69L571.37,491.83L570.42,490.51L569.85,489.73L567.11,489.21L565.51,488.36L563.73,487.89L562.61,487.41L561.44,486.7L559.93,483.15L558.3,481.58L557.74,479.96L558.02,478.5L557.52,475.93L558.68,475.8L559.69,474.79L560.79,473.33L561.48,472.75L561.45,471.84L560.85,471.21L560.69,470.11L561.49,469.76L561.66,468.12L560.54,466.55L561.53,466.21L564.6,466.25z"
835
+ },
836
+ {
837
+ "id":"UA",
838
+ "title":"Ukraine",
839
+ "d":"M564.38,292.49L565.42,292.68L566.13,291.64L566.98,291.87L569.89,291.43L571.68,294L570.98,294.92L571.21,296.31L573.45,296.52L574.45,298.45L574.39,299.32L577.95,300.86L580.1,300.17L581.83,302.21L583.47,302.16L587.6,303.57L587.63,304.84L586.5,307.07L587.11,309.4L586.67,310.79L583.96,311.1L582.51,312.26L582.43,314.09L580.19,314.42L578.32,315.74L575.7,315.95L573.28,317.47L573.45,319.97L574.82,320.93L577.68,320.69L577.13,322.11L574.06,322.79L570.25,325.06L568.7,324.27L569.31,322.42L566.25,321.26L566.75,320.49L569.43,319.16L568.62,318.24L564.26,317.22L564.07,315.71L561.47,316.21L560.43,318.44L558.26,321.39L556.98,320.71L555.67,321.35L554.42,320.62L555.12,320.18L555.61,318.81L556.38,317.52L556.18,316.8L556.77,316.47L557.04,317.04L558.7,317.15L559.44,316.86L558.92,316.44L559.11,315.84L558.13,314.8L557.73,313.08L556.71,312.41L556.91,311L555.64,309.88L554.49,309.72L552.42,308.41L550.56,308.83L549.89,309.45L548.71,309.44L548,310.42L545.93,310.82L544.97,311.46L543.67,310.45L541.88,310.43L540.14,309.97L538.93,310.86L538.73,309.74L537.18,308.6L537.73,306.89L538.5,305.78L539.11,306.03L538.39,304.11L540.94,300.5L542.33,299.99L542.63,298.75L541.22,294.86L542.56,294.69L544.1,293.46L546.27,293.36L549.1,293.72L552.23,294.8L554.44,294.89L555.49,295.54L556.54,294.76L557.28,295.81L559.81,295.59L560.92,296.02L561.11,293.76L561.97,292.76z"
840
+ },
841
+ {
842
+ "id":"UG",
843
+ "title":"Uganda",
844
+ "d":"M564.6,466.25L561.53,466.21L560.54,466.55L558.87,467.41L558.19,467.12L558.21,465.02L558.86,463.96L559.02,461.72L559.61,460.43L560.68,458.97L561.76,458.23L562.66,457.24L561.54,456.87L561.71,453.61L562.86,452.84L564.64,453.47L566.9,452.82L568.87,452.82L570.6,451.54L571.93,453.48L572.26,454.88L573.49,458.08L572.47,460.11L571.09,461.95L570.29,463.08L570.31,466.03z"
845
+ },
846
+ {
847
+ "id":"US",
848
+ "title":"United States",
849
+ "d":"M109.25,279.8L109.25,279.8l-1.54,-1.83l-2.47,-1.57l-0.79,-4.36l-3.61,-4.13l-1.51,-4.94l-2.69,-0.34l-4.46,-0.13l-3.29,-1.54l-5.8,-5.64l-2.68,-1.05l-4.9,-1.99l-3.88,0.48l-5.51,-2.59l-3.33,-2.43l-3.11,1.21l0.58,3.93l-1.55,0.36l-3.24,1.16l-2.47,1.86l-3.11,1.16l-0.4,-3.24l1.26,-5.53l2.98,-1.77l-0.77,-1.46l-3.57,3.22l-1.91,3.77l-4.04,3.95l2.05,2.65l-2.65,3.85l-3.01,2.21l-2.81,1.59l-0.69,2.29l-4.38,2.63l-0.89,2.36l-3.28,2.13l-1.92,-0.38l-2.62,1.38l-2.85,1.67l-2.33,1.63l-4.81,1.38l-0.44,-0.81l3.07,-2.27l2.74,-1.51l2.99,-2.71l3.48,-0.56l1.38,-2.06l3.89,-3.05l0.63,-1.03l2.07,-1.83l0.48,-4l1.43,-3.17l-3.23,1.64l-0.9,-0.93l-1.52,1.95l-1.83,-2.73l-0.76,1.94l-1.05,-2.7l-2.8,2.17l-1.72,0l-0.24,-3.23l0.51,-2.02l-1.81,-1.98l-3.65,1.07l-2.37,-2.63l-1.92,-1.36l-0.01,-3.25l-2.16,-2.48l1.08,-3.41l2.29,-3.37l1,-3.15l2.27,-0.45l1.92,0.99l2.26,-3.01l2.04,0.54l2.14,-1.96l-0.52,-2.92l-1.57,-1.16l2.08,-2.52l-1.72,0.07l-2.98,1.43l-0.85,1.43l-2.21,-1.43l-3.97,0.73l-4.11,-1.56l-1.18,-2.65l-3.55,-3.91l3.94,-2.87l6.25,-3.41h2.31l-0.38,3.48l5.92,-0.27l-2.28,-4.34l-3.45,-2.72l-1.99,-3.64l-2.69,-3.17l-3.85,-2.38l1.57,-4.03l4.97,-0.25l3.54,-3.58l0.67,-3.92l2.86,-3.91l2.73,-0.95l5.31,-3.76l2.58,0.57l4.31,-4.61l4.24,1.83l2.03,3.87l1.25,-1.65l4.74,0.51l-0.17,1.95l4.29,1.43l2.86,-0.84l5.91,2.64l5.39,0.78l2.16,1.07l3.73,-1.34l4.25,2.46l3.05,1.13l-0.02,27.65l-0.01,35.43l2.76,0.17l2.73,1.56l1.96,2.44l2.49,3.6l2.73,-3.05l2.81,-1.79l1.49,2.85l1.89,2.23l2.57,2.42l1.75,3.79l2.87,5.88l4.77,3.2l0.08,3.12L109.25,279.8zM285.18,314.23l-1.25,-1.19l-1.88,0.7l-0.93,-1.08l-2.14,3.1l-0.86,3.15l-1,1.82l-1.19,0.62l-0.9,0.2l-0.28,0.98l-5.17,0l-4.26,0.03l-1.27,0.73l-2.87,2.73l0.29,0.54l0.17,1.51l-2.1,1.27l-2.3,-0.32l-2.2,-0.14l-1.33,0.44l0.25,1.15l0,0l0.05,0.37l-2.42,2.27l-2.11,1.09l-1.44,0.51l-1.66,1.03l-2.03,0.5l-1.4,-0.19l-1.73,-0.77l0.96,-1.45l0.62,-1.32l1.32,-2.09l-0.14,-1.57l-0.5,-2.24l-1.04,-0.39l-1.74,1.7l-0.56,-0.03l-0.14,-0.97l1.54,-1.56l0.26,-1.79l-0.23,-1.79l-2.08,-1.55l-2.38,-0.8l-0.39,1.52l-0.62,0.4l-0.5,1.95l-0.26,-1.33l-1.12,0.95l-0.7,1.32l-0.73,1.92l-0.14,1.64l0.93,2.38l-0.08,2.51l-1.14,1.84l-0.57,0.52l-0.76,0.41l-0.95,0.02l-0.26,-0.25l-0.76,-1.98l-0.02,-0.98l0.08,-0.94l-0.35,-1.87l0.53,-2.18l0.63,-2.71l1.46,-3.03l-0.42,0.01l-2.06,2.54l-0.38,-0.46l1.1,-1.42l1.67,-2.57l1.91,-0.36l2.19,-0.8l2.21,0.42l0.09,0.02l2.47,-0.36l-1.4,-1.61l-0.75,-0.13l-0.86,-0.16l-0.59,-1.14l-2.75,0.36l-2.49,0.9l-1.97,-1.55l-1.59,-0.52l0.9,-2.17l-2.48,1.37l-2.25,1.33l-2.16,1.04l-1.72,-1.4l-2.81,0.85l0.01,-0.6l1.9,-1.73l1.99,-1.65l2.86,-1.37l-3.45,-1.09l-2.27,0.55l-2.72,-1.3l-2.86,-0.67l-1.96,-0.26l-0.87,-0.72l-0.5,-2.35l-0.95,0.02l-0.01,1.64l-5.8,0l-9.59,0l-9.53,0l-8.42,0h-8.41h-8.27h-8.55h-2.76h-8.32h-7.96l0.95,3.47l0.45,3.41l-0.69,1.09l-1.49,-3.91l-4.05,-1.42l-0.34,0.82l0.82,1.94l0.89,3.53l0.51,5.42l-0.34,3.59l-0.34,3.54l-1.1,3.61l0.9,2.9l0.1,3.2l-0.61,3.05l1.49,1.99l0.39,2.95l2.17,2.99l1.24,1.17l-0.1,0.82l2.34,4.85l2.72,3.45l0.34,1.87l0.71,0.55l2.6,0.33l1,0.91l1.57,0.17l0.31,0.96l1.31,0.4l1.82,1.92l0.47,1.7l3.19,-0.25l3.56,-0.36l-0.26,0.65l4.23,1.6l6.4,2.31l5.58,-0.02l2.22,0l0.01,-1.35l4.86,0l1.02,1.16l1.43,1.03l1.67,1.43l0.93,1.69l0.7,1.77l1.45,0.97l2.33,0.96l1.77,-2.53l2.29,-0.06l1.98,1.28l1.41,2.18l0.97,1.86l1.65,1.8l0.62,2.19l0.79,1.47l2.19,0.96l1.99,0.68l1.09,-0.09l-0.53,-1.06l-0.14,-1.5l0.03,-2.16l0.65,-1.42l1.53,-1.51l2.79,-1.37l2.55,-2.37l2.36,-0.75l1.74,-0.23l2.04,0.74l2.45,-0.4l2.09,1.69l2.03,0.1l1.05,-0.61l1.04,0.47l0.53,-0.42l-0.6,-0.63l0.05,-1.3l-0.5,-0.86l1.16,-0.5l2.14,-0.22l2.49,0.36l3.17,-0.41l1.76,0.8l1.36,1.5l0.5,0.16l2.83,-1.46l1.09,0.49l2.19,2.68l0.79,1.75l-0.58,2.1l0.42,1.23l1.3,2.4l1.49,2.68l1.07,0.71l0.44,1.35l1.38,0.37l0.84,-0.39l0.7,-1.89l0.12,-1.21l0.09,-2.1l-1.33,-3.65l-0.02,-1.37l-1.25,-2.25l-0.94,-2.75l-0.5,-2.25l0.43,-2.31l1.32,-1.94l1.58,-1.57l3.08,-2.16l0.4,-1.12l1.42,-1.23l1.4,-0.22l1.84,-1.98l2.9,-1.01l1.78,-2.53l-0.39,-3.46l-0.29,-1.21l-0.8,-0.24l-0.12,-3.35l-1.93,-1.14l1.85,0.56l-0.6,-2.26l0.54,-1.55l0.33,2.97l1.43,1.36l-0.87,2.4l0.26,0.14l1.58,-2.81l0.9,-1.38l-0.04,-1.35l-0.7,-0.64l-0.58,-1.94l0.92,0.9l0.62,0.19l0.21,0.92l2.04,-2.78l0.61,-2.62l-0.83,-0.17l0.85,-1.02l-0.08,0.45l1.79,-0.01l3.93,-1.11l-0.83,-0.7l-4.12,0.7l2.34,-1.07l1.63,-0.18l1.22,-0.19l2.07,-0.65l1.35,0.07l1.89,-0.61l0.22,-1.07l-0.84,-0.84l0.29,1.37l-1.16,-0.09l-0.93,-1.99l0.03,-2.01l0.48,-0.86l1.48,-2.28l2.96,-1.15l2.88,-1.34l2.99,-1.9l-0.48,-1.29l-1.83,-2.25L285.18,314.23zM45.62,263.79l-1.5,0.8l-2.55,1.86l0.43,2.42l1.43,1.32l2.8,-1.95l2.43,-2.47l-1.19,-1.63L45.62,263.79zM0,235.22l2.04,-1.26l0.23,-0.68L0,232.61V235.22zM8.5,250.59l-2.77,0.97l1.7,1.52l1.84,1.04l1.72,-0.87l-0.27,-2.15L8.5,250.59zM105.85,283.09l-2.69,0.38l-1.32,-0.62l-0.17,1.52l0.52,2.07l1.42,1.46l1.04,2.13l1.69,2.1l1.12,0.01l-2.44,-3.7L105.85,283.09zM37.13,403.77l-1,-0.28l-0.27,0.26l0.02,0.19l0.32,0.24l0.48,0.63l0.94,-0.21l0.23,-0.36L37.13,403.77zM34.14,403.23l1.5,0.09l0.09,-0.32l-1.38,-0.13L34.14,403.23zM40.03,406.52l-0.5,-0.26l-1.07,-0.5l-0.21,-0.06l-0.16,0.28l0.19,0.58l-0.49,0.48l-0.14,0.33l0.46,1.08l-0.08,0.83l0.7,0.42l0.41,-0.49l0.9,-0.46l1.1,-0.63l0.07,-0.16l-0.71,-1.04L40.03,406.52zM32.17,401.38l-0.75,0.41l0.11,0.12l0.36,0.68l0.98,0.11l0.2,0.04l0.15,-0.17l-0.81,-0.99L32.17,401.38zM27.77,399.82l-0.43,0.3l-0.15,0.22l0.94,0.55l0.33,-0.3l-0.06,-0.7L27.77,399.82z"
850
+ },
851
+ {
852
+ "id":"UY",
853
+ "title":"Uruguay",
854
+ "d":"M313.68,551.79L315.5,551.45L318.31,553.95L319.35,553.86L322.24,555.94L324.44,557.76L326.06,560.01L324.82,561.58L325.6,563.48L324.39,565.6L321.22,567.48L319.15,566.8L317.63,567.17L315.04,565.71L313.14,565.82L311.43,563.95L311.65,561.79L312.26,561.05L312.23,557.75L312.98,554.38z"
855
+ },
856
+ {
857
+ "id":"UZ",
858
+ "title":"Uzbekistan",
859
+ "d":"M661.76,350.95L661.84,348.79L658.11,347.27L655.18,345.52L653.35,343.83L650.14,341.32L648.76,337.53L647.82,336.86L644.79,337.03L643.72,336.26L643.42,333.27L639.64,331.27L637.28,333.47L634.88,334.77L635.34,336.65L632.18,336.7L632.07,322.57L639.29,320.22L639.81,320.57L644.16,323.41L646.45,324.89L649.13,328.39L652.42,327.83L657.23,327.53L660.58,330.33L660.37,334.13L661.74,334.16L662.31,337.22L665.88,337.34L666.64,339.09L667.69,339.07L668.92,336.42L672.61,333.81L674.22,333.11L675.05,333.48L672.7,335.91L674.77,337.31L676.77,336.38L680.09,338.34L676.5,340.98L674.37,340.62L673.21,340.72L672.81,339.7L673.39,337.99L669.64,338.85L668.75,341.2L667.42,343.21L665.08,343.04L664.35,344.63L666.41,345.49L667.01,348.15L665.44,351.72L663.32,350.98z"
860
+ },
861
+ {
862
+ "id":"VE",
863
+ "title":"Venezuela",
864
+ "d":"M275.25,430.35L275.17,431.02L273.52,431.35L274.44,432.64L274.4,434.13L273.17,435.77L274.23,438.01L275.44,437.83L276.07,435.79L275.2,434.79L275.06,432.65L278.55,431.49L278.16,430.15L279.14,429.25L280.15,431.25L282.12,431.3L283.94,432.88L284.05,433.82L286.56,433.84L289.56,433.55L291.17,434.82L293.31,435.17L294.88,434.29L294.91,433.57L298.39,433.4L301.75,433.36L299.37,434.2L300.32,435.54L302.57,435.75L304.69,437.14L305.14,439.4L306.6,439.33L307.7,440L305.48,441.65L305.23,442.68L306.19,443.72L305.5,444.24L303.77,444.69L303.83,445.99L303.07,446.76L304.96,448.88L305.34,449.67L304.31,450.74L301.17,451.78L299.16,452.22L298.35,452.88L296.12,452.18L294.04,451.82L293.52,452.08L294.77,452.8L294.66,454.67L295.05,456.43L297.42,456.67L297.58,457.25L295.57,458.05L295.25,459.23L294.09,459.68L292.01,460.33L291.47,461.19L289.29,461.37L287.74,459.89L286.89,457.12L286.14,456.14L285.12,455.53L286.54,454.14L286.45,453.51L285.65,452.68L285.09,450.83L285.31,448.82L285.93,447.88L286.44,446.38L285.45,445.89L283.85,446.21L281.83,446.06L280.7,446.36L278.72,443.95L277.09,443.59L273.49,443.86L272.82,442.88L272.13,442.65L272.03,442.06L272.36,441.02L272.14,439.89L271.52,439.27L271.16,437.97L269.72,437.79L270.49,436.13L270.84,434.12L271.65,433.06L272.74,432.25L273.45,430.83z"
865
+ },
866
+ {
867
+ "id":"VN",
868
+ "title":"Vietnam",
869
+ "d":"M778.21,401.87L774.47,404.43L772.13,407.24L771.51,409.29L773.66,412.38L776.28,416.2L778.82,417.99L780.53,420.32L781.81,425.64L781.43,430.66L779.1,432.53L775.88,434.36L773.6,436.72L770.1,439.34L769.08,437.53L769.87,435.62L767.79,434.01L770.22,432.87L773.16,432.67L771.93,430.94L776.64,428.75L776.99,425.33L776.34,423.41L776.85,420.53L776.14,418.49L774.02,416.47L772.25,413.9L769.92,410.44L766.56,408.68L767.37,407.61L769.16,406.84L768.07,404.25L764.62,404.22L763.36,401.5L761.72,399.13L763.23,398.39L765.46,398.41L768.19,398.06L770.58,396.44L771.93,397.58L774.5,398.13L774.05,399.87L775.39,401.09z"
870
+ },
871
+ {
872
+ "id":"VU",
873
+ "title":"Vanuatu",
874
+ "d":"M945.87,509.9l-0.92,0.38l-0.94,-1.27l0.1,-0.78L945.87,509.9zM943.8,505.46l0.46,2.33l-0.75,-0.36l-0.58,0.16l-0.4,-0.8l-0.06,-2.21L943.8,505.46z"
875
+ },
876
+ {
877
+ "id":"YE",
878
+ "title":"Yemen",
879
+ "d":"M624.16,416.33L622.13,417.12L621.59,418.4L621.52,419.39L618.73,420.61L614.25,421.96L611.74,423.99L610.51,424.14L609.67,423.97L608.03,425.17L606.24,425.72L603.89,425.87L603.18,426.03L602.57,426.78L601.83,426.99L601.4,427.72L600.01,427.66L599.11,428.04L597.17,427.9L596.44,426.23L596.52,424.66L596.07,423.81L595.52,421.69L594.71,420.5L595.27,420.36L594.98,419.04L595.32,418.48L595.2,417.22L596.43,416.29L596.14,415.06L596.89,413.63L598.04,414.39L598.8,414.12L602.03,414.05L602.55,414.35L605.26,414.64L606.33,414.49L607.03,415.46L608.34,414.98L610.35,411.91L612.97,410.59L621.05,409.46L623.25,414.3z"
880
+ },
881
+ {
882
+ "id":"ZA",
883
+ "title":"South Africa",
884
+ "d":"M563.63,548.71l-0.55,0.46l-1.19,1.63l-0.78,1.66l-1.59,2.33l-3.17,3.38l-1.98,1.98l-2.12,1.51l-2.93,1.3l-1.43,0.17l-0.36,0.93l-1.7,-0.5l-1.39,0.64l-3.04,-0.65l-1.7,0.41l-1.16,-0.18l-2.89,1.33l-2.39,0.54l-1.73,1.28l-1.28,0.08l-1.19,-1.21l-0.95,-0.06l-1.21,-1.51l-0.13,0.47l-0.37,-0.91l0.02,-1.96l-0.91,-2.23l0.9,-0.6l-0.07,-2.53l-1.84,-3.05l-1.41,-2.74l0,-0.01l-2.01,-4.15l1.34,-1.57l1.11,0.87l0.47,1.36l1.26,0.23l1.76,0.6l1.51,-0.23l2.5,-1.63l0,-11.52l0.76,0.46l1.66,2.93l-0.26,1.89l0.63,1.1l2.01,-0.32l1.4,-1.39l1.33,-0.93l0.69,-1.48l1.37,-0.72l1.18,0.38l1.34,0.87l2.28,0.15l1.79,-0.72l0.28,-0.96l0.49,-1.47l1.53,-0.25l0.84,-1.15l0.93,-2.03l2.52,-2.26l3.97,-2.22l1.14,0.03l1.36,0.51l0.94,-0.36l1.49,0.3l1.34,4.26l0.73,2.17l-0.5,3.43l0.24,1.11l-1.42,-0.57l-0.81,0.22l-0.26,0.9l-0.77,1.17l0.03,1.08l1.67,1.7l1.64,-0.34l0.57,-1.39l2.13,0.03l-0.7,2.28l-0.33,2.62l-0.73,1.43L563.63,548.71zM556.5,547.75l-1.22,-0.98l-1.31,0.65l-1.52,1.25l-1.5,2.03l2.1,2.48l1,-0.32l0.52,-1.03l1.56,-0.5l0.48,-1.05l0.86,-1.56L556.5,547.75z"
885
+ },
886
+ {
887
+ "id":"ZM",
888
+ "title":"Zambia",
889
+ "d":"M567.11,489.21L568.43,490.47L569.14,492.87L568.66,493.64L568.1,495.94L568.64,498.3L567.76,499.29L566.91,501.95L568.38,502.69L559.87,505.07L560.14,507.12L558.01,507.52L556.42,508.67L556.08,509.68L555.07,509.9L552.63,512.3L551.08,514.19L550.13,514.26L549.22,513.92L546.09,513.6L545.59,513.38L545.56,513.14L544.46,512.48L542.64,512.31L540.34,512.98L538.51,511.16L536.62,508.78L536.75,499.62L542.59,499.66L542.35,498.67L542.77,497.6L542.28,496.27L542.6,494.89L542.3,494.01L543.27,494.08L543.43,494.96L544.74,494.89L546.52,495.15L547.46,496.44L549.7,496.84L551.42,495.94L552.05,497.43L554.2,497.83L555.23,499.05L556.38,500.62L558.53,500.65L558.29,497.57L557.52,498.08L555.56,496.98L554.8,496.47L555.15,493.62L555.65,490.27L555.02,489.02L555.82,487.22L556.57,486.89L560.34,486.41L561.44,486.7L562.61,487.41L563.73,487.89L565.51,488.36z"
890
+ },
891
+ {
892
+ "id":"ZW",
893
+ "title":"Zimbabwe",
894
+ "d":"M562.71,527L561.22,526.7L560.27,527.06L558.92,526.55L557.78,526.52L555.99,525.16L553.82,524.7L553,522.8L552.99,521.75L551.79,521.43L548.62,518.18L547.73,516.47L547.17,515.95L546.09,513.6L549.22,513.92L550.13,514.26L551.08,514.19L552.63,512.3L555.07,509.9L556.08,509.68L556.42,508.67L558.01,507.52L560.14,507.12L560.32,508.2L562.66,508.14L563.96,508.75L564.56,509.47L565.9,509.68L567.35,510.62L567.36,514.31L566.81,516.35L566.69,518.55L567.14,519.43L566.83,521.17L566.4,521.44L565.66,523.59z"
895
+ }
896
+ ]
897
+ }
898
+ }
899
  };
admin/js/slimstat.admin.js CHANGED
@@ -172,10 +172,12 @@ var SlimStatAdmin = {
172
  return filters_parsed;
173
  },
174
 
175
- add_filters_to_form: function(filters_parsed){
176
-
 
 
 
177
  for (i in filters_parsed){
178
- console.log(i + ' ' + filters_parsed[i]);
179
  if (jQuery.inArray(i, ['fs[minute]','fs[hour]','fs[day]','fs[month]','fs[year]','fs[interval_direction]','fs[interval]','fs[interval_hours]','fs[interval_minutes]']) == -1){
180
  jQuery('<input>').attr('type', 'hidden').attr('name', i).attr('class', 'slimstat-post-filter slimstat-temp-filter '+filters_parsed[i][0]).val(filters_parsed[i][1]).appendTo('#slimstat-filters-form');
181
  }
@@ -336,8 +338,7 @@ jQuery(function(){
336
  }
337
 
338
  filters_parsed = SlimStatAdmin.parse_url_filters('p0', jQuery(this).attr('href'));
339
-
340
- SlimStatAdmin.add_filters_to_form(filters_parsed);
341
 
342
  jQuery('#slimstat-filters-form').submit();
343
  jQuery('.slimstat-temp-filter').remove();
@@ -428,6 +429,7 @@ jQuery(function(){
428
  wheelStep: 10
429
  });
430
  }
 
431
  // ToolTips
432
  jQuery(document).on('mouseover', '.slimstat-tooltip-trigger', function(e){
433
  jQuery(this).qtip({
@@ -496,16 +498,54 @@ jQuery(function(){
496
  // Modal Window / Load & Save Filters
497
  jQuery(document).on('click', '#slimstat-load-saved-filters', function(e){
498
  e.preventDefault();
 
 
 
 
 
 
 
 
 
 
 
 
 
499
  jQuery('#slimstat-modal-dialog').dialog({
500
  dialogClass: 'slimstat',
501
  title: jQuery(this).attr('title')
502
- }).html('<p>We are working on a new feature that will allow you to save, reload and edit groups of filters, so that you don\'t have to set them every time you access your reports. Stay tuned.</p>');
503
  jQuery('#slimstat-modal-dialog').dialog('open');
504
  });
505
 
506
- jQuery(document).on('click', '#slimstat-save-current-filters', function(e){
507
  e.preventDefault();
508
- jQuery(this).text(jQuery(this).attr('data-saved-label')).fadeOut(1500);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
509
  });
510
 
511
  // Redraw charts and adjust modal window width on resize
@@ -522,7 +562,7 @@ jQuery(function(){
522
  (function(e){e.fn.extend({slimScroll:function(n){var r={width:"auto",height:"250px",size:"7px",color:"#000",position:"right",distance:"1px",start:"top",opacity:.4,alwaysVisible:false,disableFadeOut:false,railVisible:false,railColor:"#333",railOpacity:.2,railDraggable:true,railClass:"slimScrollRail",barClass:"slimScrollBar",wrapperClass:"slimScrollDiv",allowPageScroll:false,wheelStep:20,touchScrollStep:200,borderRadius:"7px",railBorderRadius:"7px"};var i=e.extend(r,n);this.each(function(){function x(t){if(!r){return}var t=t||window.event;var n=0;if(t.wheelDelta){n=-t.wheelDelta/120}if(t.detail){n=t.detail/3}var s=t.target||t.srcTarget||t.srcElement;if(e(s).closest("."+i.wrapperClass).is(m.parent())){T(n,true)}if(t.preventDefault&&!v){t.preventDefault()}if(!v){t.returnValue=false}}function T(e,t,n){v=false;var r=e;var s=m.outerHeight()-E.outerHeight();if(t){r=parseInt(E.css("top"))+e*parseInt(i.wheelStep)/100*E.outerHeight();r=Math.min(Math.max(r,0),s);r=e>0?Math.ceil(r):Math.floor(r);E.css({top:r+"px"})}c=parseInt(E.css("top"))/(m.outerHeight()-E.outerHeight());r=c*(m[0].scrollHeight-m.outerHeight());if(n){r=e;var u=r/m[0].scrollHeight*m.outerHeight();u=Math.min(Math.max(u,0),s);E.css({top:u+"px"})}m.scrollTop(r);m.trigger("slimscrolling",~~r);k();L()}function N(){if(window.addEventListener){this.addEventListener("DOMMouseScroll",x,false);this.addEventListener("mousewheel",x,false)}else{document.attachEvent("onmousewheel",x)}}function C(){l=Math.max(m.outerHeight()/m[0].scrollHeight*m.outerHeight(),d);E.css({height:l+"px"});var e=l==m.outerHeight()?"none":"block";E.css({display:e})}function k(){C();clearTimeout(a);if(c==~~c){v=i.allowPageScroll;if(h!=c){var e=~~c==0?"top":"bottom";m.trigger("slimscroll",e)}}else{v=false}h=c;if(l>=m.outerHeight()){v=true;return}E.stop(true,true).fadeIn("fast");if(i.railVisible){w.stop(true,true).fadeIn("fast")}}function L(){if(!i.alwaysVisible){a=setTimeout(function(){if(!(i.disableFadeOut&&r)&&!s&&!u){E.fadeOut("slow");w.fadeOut("slow")}},1e3)}}var r,s,u,a,f,l,c,h,p="<div></div>",d=30,v=false;var m=e(this);if(m.parent().hasClass(i.wrapperClass)){var g=m.scrollTop();E=m.parent().find("."+i.barClass);w=m.parent().find("."+i.railClass);C();if(e.isPlainObject(n)){if("height"in n&&n.height=="auto"){m.parent().css("height","auto");m.css("height","auto");var y=m.parent().parent().height();m.parent().css("height",y);m.css("height",y)}if("scrollTo"in n){g=parseInt(i.scrollTo)}else if("scrollBy"in n){g+=parseInt(i.scrollBy)}else if("destroy"in n){E.remove();w.remove();m.unwrap();return}T(g,false,true)}return}else if(e.isPlainObject(n)){if("destroy"in n){return}}i.height=i.height=="auto"?m.parent().height():i.height;var b=e(p).addClass(i.wrapperClass).css({position:"relative",overflow:"hidden",width:i.width,height:i.height});m.css({overflow:"hidden",width:i.width,height:i.height});var w=e(p).addClass(i.railClass).css({width:i.size,height:"100%",position:"absolute",top:0,display:i.alwaysVisible&&i.railVisible?"block":"none","border-radius":i.railBorderRadius,background:i.railColor,opacity:i.railOpacity,zIndex:90});var E=e(p).addClass(i.barClass).css({background:i.color,width:i.size,position:"absolute",top:0,opacity:i.opacity,display:i.alwaysVisible?"block":"none","border-radius":i.borderRadius,BorderRadius:i.borderRadius,MozBorderRadius:i.borderRadius,WebkitBorderRadius:i.borderRadius,zIndex:99});var S=i.position=="right"?{right:i.distance}:{left:i.distance};w.css(S);E.css(S);m.wrap(b);m.parent().append(E);m.parent().append(w);if(i.railDraggable){E.bind("mousedown",function(n){var r=e(document);u=true;t=parseFloat(E.css("top"));pageY=n.pageY;r.bind("mousemove.slimscroll",function(e){currTop=t+e.pageY-pageY;E.css("top",currTop);T(0,E.position().top,false)});r.bind("mouseup.slimscroll",function(e){u=false;L();r.unbind(".slimscroll")});return false}).bind("selectstart.slimscroll",function(e){e.stopPropagation();e.preventDefault();return false})}w.hover(function(){k()},function(){L()});E.hover(function(){s=true},function(){s=false});m.hover(function(){r=true;k();L()},function(){r=false;L()});m.bind("touchstart",function(e,t){if(e.originalEvent.touches.length){f=e.originalEvent.touches[0].pageY}});m.bind("touchmove",function(e){if(!v){e.originalEvent.preventDefault()}if(e.originalEvent.touches.length){var t=(f-e.originalEvent.touches[0].pageY)/i.touchScrollStep;T(t,true);f=e.originalEvent.touches[0].pageY}});C();if(i.start==="bottom"){E.css({top:m.outerHeight()-E.outerHeight()});T(0,true)}else if(i.start!=="top"){T(e(i.start).position().top,null,true);if(!i.alwaysVisible){E.hide()}}N()});return this}});e.fn.extend({slimscroll:e.fn.slimScroll})})(jQuery);
523
 
524
  /* qTip2 v2.2.1 | http://qtip2.com | Licensed MIT, GPL. */
525
- !function(a,b,c){!function(a){"use strict";"function"==typeof define&&define.amd?define(["jquery"],a):jQuery&&!jQuery.fn.qtip&&a(jQuery)}(function(d){"use strict";function e(a,b,c,e){this.id=c,this.target=a,this.tooltip=z,this.elements={target:a},this._id=I+"-"+c,this.timers={img:{}},this.options=b,this.plugins={},this.cache={event:{},target:d(),disabled:y,attr:e,onTooltip:y,lastClass:""},this.rendered=this.destroyed=this.disabled=this.waiting=this.hiddenDuringWait=this.positioning=this.triggering=y}function f(a){return a===z||"object"!==d.type(a)}function g(a){return!(d.isFunction(a)||a&&a.attr||a.length||"object"===d.type(a)&&(a.jquery||a.then))}function h(a){var b,c,e,h;return f(a)?y:(f(a.metadata)&&(a.metadata={type:a.metadata}),"content"in a&&(b=a.content,f(b)||b.jquery||b.done?b=a.content={text:c=g(b)?y:b}:c=b.text,"ajax"in b&&(e=b.ajax,h=e&&e.once!==y,delete b.ajax,b.text=function(a,b){var f=c||d(this).attr(b.options.content.attr)||"Loading...",g=d.ajax(d.extend({},e,{context:b})).then(e.success,z,e.error).then(function(a){return a&&h&&b.set("content.text",a),a},function(a,c,d){b.destroyed||0===a.status||b.set("content.text",c+": "+d)});return h?f:(b.set("content.text",f),g)}),"title"in b&&(d.isPlainObject(b.title)&&(b.button=b.title.button,b.title=b.title.text),g(b.title||y)&&(b.title=y))),"position"in a&&f(a.position)&&(a.position={my:a.position,at:a.position}),"show"in a&&f(a.show)&&(a.show=a.show.jquery?{target:a.show}:a.show===x?{ready:x}:{event:a.show}),"hide"in a&&f(a.hide)&&(a.hide=a.hide.jquery?{target:a.hide}:{event:a.hide}),"style"in a&&f(a.style)&&(a.style={classes:a.style}),d.each(H,function(){this.sanitize&&this.sanitize(a)}),a)}function i(a,b){for(var c,d=0,e=a,f=b.split(".");e=e[f[d++]];)d<f.length&&(c=e);return[c||a,f.pop()]}function j(a,b){var c,d,e;for(c in this.checks)for(d in this.checks[c])(e=new RegExp(d,"i").exec(a))&&(b.push(e),("builtin"===c||this.plugins[c])&&this.checks[c][d].apply(this.plugins[c]||this,b))}function k(a){return L.concat("").join(a?"-"+a+" ":" ")}function l(a,b){return b>0?setTimeout(d.proxy(a,this),b):void a.call(this)}function m(a){this.tooltip.hasClass(S)||(clearTimeout(this.timers.show),clearTimeout(this.timers.hide),this.timers.show=l.call(this,function(){this.toggle(x,a)},this.options.show.delay))}function n(a){if(!this.tooltip.hasClass(S)&&!this.destroyed){var b=d(a.relatedTarget),c=b.closest(M)[0]===this.tooltip[0],e=b[0]===this.options.show.target[0];if(clearTimeout(this.timers.show),clearTimeout(this.timers.hide),this!==b[0]&&"mouse"===this.options.position.target&&c||this.options.hide.fixed&&/mouse(out|leave|move)/.test(a.type)&&(c||e))try{a.preventDefault(),a.stopImmediatePropagation()}catch(f){}else this.timers.hide=l.call(this,function(){this.toggle(y,a)},this.options.hide.delay,this)}}function o(a){!this.tooltip.hasClass(S)&&this.options.hide.inactive&&(clearTimeout(this.timers.inactive),this.timers.inactive=l.call(this,function(){this.hide(a)},this.options.hide.inactive))}function p(a){this.rendered&&this.tooltip[0].offsetWidth>0&&this.reposition(a)}function q(a,c,e){d(b.body).delegate(a,(c.split?c:c.join("."+I+" "))+"."+I,function(){var a=s.api[d.attr(this,K)];a&&!a.disabled&&e.apply(a,arguments)})}function r(a,c,f){var g,i,j,k,l,m=d(b.body),n=a[0]===b?m:a,o=a.metadata?a.metadata(f.metadata):z,p="html5"===f.metadata.type&&o?o[f.metadata.name]:z,q=a.data(f.metadata.name||"qtipopts");try{q="string"==typeof q?d.parseJSON(q):q}catch(r){}if(k=d.extend(x,{},s.defaults,f,"object"==typeof q?h(q):z,h(p||o)),i=k.position,k.id=c,"boolean"==typeof k.content.text){if(j=a.attr(k.content.attr),k.content.attr===y||!j)return y;k.content.text=j}if(i.container.length||(i.container=m),i.target===y&&(i.target=n),k.show.target===y&&(k.show.target=n),k.show.solo===x&&(k.show.solo=i.container.closest("body")),k.hide.target===y&&(k.hide.target=n),k.position.viewport===x&&(k.position.viewport=i.container),i.container=i.container.eq(0),i.at=new u(i.at,x),i.my=new u(i.my),a.data(I))if(k.overwrite)a.qtip("destroy",!0);else if(k.overwrite===y)return y;return a.attr(J,c),k.suppress&&(l=a.attr("title"))&&a.removeAttr("title").attr(U,l).attr("title",""),g=new e(a,k,c,!!j),a.data(I,g),g}var s,t,u,v,w,x=!0,y=!1,z=null,A="x",B="y",C="top",D="left",E="bottom",F="right",G="center",H={},I="qtip",J="data-hasqtip",K="data-qtip-id",L=["ui-widget","ui-tooltip"],M="."+I,N="click dblclick mousedown mouseup mousemove mouseleave mouseenter".split(" "),O=I+"-fixed",P=I+"-default",Q=I+"-focus",R=I+"-hover",S=I+"-disabled",T="_replacedByqTip",U="oldtitle",V={ie:function(){for(var a=4,c=b.createElement("div");(c.innerHTML="<!--[if gt IE "+a+"]><i></i><![endif]-->")&&c.getElementsByTagName("i")[0];a+=1);return a>4?a:0/0}(),iOS:parseFloat((""+(/CPU.*OS ([0-9_]{1,5})|(CPU like).*AppleWebKit.*Mobile/i.exec(navigator.userAgent)||[0,""])[1]).replace("undefined","3_2").replace("_",".").replace("_",""))||y};t=e.prototype,t._when=function(a){return d.when.apply(d,a)},t.render=function(a){if(this.rendered||this.destroyed)return this;var b,c=this,e=this.options,f=this.cache,g=this.elements,h=e.content.text,i=e.content.title,j=e.content.button,k=e.position,l=("."+this._id+" ",[]);return d.attr(this.target[0],"aria-describedby",this._id),f.posClass=this._createPosClass((this.position={my:k.my,at:k.at}).my),this.tooltip=g.tooltip=b=d("<div/>",{id:this._id,"class":[I,P,e.style.classes,f.posClass].join(" "),width:e.style.width||"",height:e.style.height||"",tracking:"mouse"===k.target&&k.adjust.mouse,role:"alert","aria-live":"polite","aria-atomic":y,"aria-describedby":this._id+"-content","aria-hidden":x}).toggleClass(S,this.disabled).attr(K,this.id).data(I,this).appendTo(k.container).append(g.content=d("<div />",{"class":I+"-content",id:this._id+"-content","aria-atomic":x})),this.rendered=-1,this.positioning=x,i&&(this._createTitle(),d.isFunction(i)||l.push(this._updateTitle(i,y))),j&&this._createButton(),d.isFunction(h)||l.push(this._updateContent(h,y)),this.rendered=x,this._setWidget(),d.each(H,function(a){var b;"render"===this.initialize&&(b=this(c))&&(c.plugins[a]=b)}),this._unassignEvents(),this._assignEvents(),this._when(l).then(function(){c._trigger("render"),c.positioning=y,c.hiddenDuringWait||!e.show.ready&&!a||c.toggle(x,f.event,y),c.hiddenDuringWait=y}),s.api[this.id]=this,this},t.destroy=function(a){function b(){if(!this.destroyed){this.destroyed=x;var a,b=this.target,c=b.attr(U);this.rendered&&this.tooltip.stop(1,0).find("*").remove().end().remove(),d.each(this.plugins,function(){this.destroy&&this.destroy()});for(a in this.timers)clearTimeout(this.timers[a]);b.removeData(I).removeAttr(K).removeAttr(J).removeAttr("aria-describedby"),this.options.suppress&&c&&b.attr("title",c).removeAttr(U),this._unassignEvents(),this.options=this.elements=this.cache=this.timers=this.plugins=this.mouse=z,delete s.api[this.id]}}return this.destroyed?this.target:(a===x&&"hide"!==this.triggering||!this.rendered?b.call(this):(this.tooltip.one("tooltiphidden",d.proxy(b,this)),!this.triggering&&this.hide()),this.target)},v=t.checks={builtin:{"^id$":function(a,b,c,e){var f=c===x?s.nextid:c,g=I+"-"+f;f!==y&&f.length>0&&!d("#"+g).length?(this._id=g,this.rendered&&(this.tooltip[0].id=this._id,this.elements.content[0].id=this._id+"-content",this.elements.title[0].id=this._id+"-title")):a[b]=e},"^prerender":function(a,b,c){c&&!this.rendered&&this.render(this.options.show.ready)},"^content.text$":function(a,b,c){this._updateContent(c)},"^content.attr$":function(a,b,c,d){this.options.content.text===this.target.attr(d)&&this._updateContent(this.target.attr(c))},"^content.title$":function(a,b,c){return c?(c&&!this.elements.title&&this._createTitle(),void this._updateTitle(c)):this._removeTitle()},"^content.button$":function(a,b,c){this._updateButton(c)},"^content.title.(text|button)$":function(a,b,c){this.set("content."+b,c)},"^position.(my|at)$":function(a,b,c){"string"==typeof c&&(this.position[b]=a[b]=new u(c,"at"===b))},"^position.container$":function(a,b,c){this.rendered&&this.tooltip.appendTo(c)},"^show.ready$":function(a,b,c){c&&(!this.rendered&&this.render(x)||this.toggle(x))},"^style.classes$":function(a,b,c,d){this.rendered&&this.tooltip.removeClass(d).addClass(c)},"^style.(width|height)":function(a,b,c){this.rendered&&this.tooltip.css(b,c)},"^style.widget|content.title":function(){this.rendered&&this._setWidget()},"^style.def":function(a,b,c){this.rendered&&this.tooltip.toggleClass(P,!!c)},"^events.(render|show|move|hide|focus|blur)$":function(a,b,c){this.rendered&&this.tooltip[(d.isFunction(c)?"":"un")+"bind"]("tooltip"+b,c)},"^(show|hide|position).(event|target|fixed|inactive|leave|distance|viewport|adjust)":function(){if(this.rendered){var a=this.options.position;this.tooltip.attr("tracking","mouse"===a.target&&a.adjust.mouse),this._unassignEvents(),this._assignEvents()}}}},t.get=function(a){if(this.destroyed)return this;var b=i(this.options,a.toLowerCase()),c=b[0][b[1]];return c.precedance?c.string():c};var W=/^position\.(my|at|adjust|target|container|viewport)|style|content|show\.ready/i,X=/^prerender|show\.ready/i;t.set=function(a,b){if(this.destroyed)return this;{var c,e=this.rendered,f=y,g=this.options;this.checks}return"string"==typeof a?(c=a,a={},a[c]=b):a=d.extend({},a),d.each(a,function(b,c){if(e&&X.test(b))return void delete a[b];var h,j=i(g,b.toLowerCase());h=j[0][j[1]],j[0][j[1]]=c&&c.nodeType?d(c):c,f=W.test(b)||f,a[b]=[j[0],j[1],c,h]}),h(g),this.positioning=x,d.each(a,d.proxy(j,this)),this.positioning=y,this.rendered&&this.tooltip[0].offsetWidth>0&&f&&this.reposition("mouse"===g.position.target?z:this.cache.event),this},t._update=function(a,b){var c=this,e=this.cache;return this.rendered&&a?(d.isFunction(a)&&(a=a.call(this.elements.target,e.event,this)||""),d.isFunction(a.then)?(e.waiting=x,a.then(function(a){return e.waiting=y,c._update(a,b)},z,function(a){return c._update(a,b)})):a===y||!a&&""!==a?y:(a.jquery&&a.length>0?b.empty().append(a.css({display:"block",visibility:"visible"})):b.html(a),this._waitForContent(b).then(function(a){c.rendered&&c.tooltip[0].offsetWidth>0&&c.reposition(e.event,!a.length)}))):y},t._waitForContent=function(a){var b=this.cache;return b.waiting=x,(d.fn.imagesLoaded?a.imagesLoaded():d.Deferred().resolve([])).done(function(){b.waiting=y}).promise()},t._updateContent=function(a,b){this._update(a,this.elements.content,b)},t._updateTitle=function(a,b){this._update(a,this.elements.title,b)===y&&this._removeTitle(y)},t._createTitle=function(){var a=this.elements,b=this._id+"-title";a.titlebar&&this._removeTitle(),a.titlebar=d("<div />",{"class":I+"-titlebar "+(this.options.style.widget?k("header"):"")}).append(a.title=d("<div />",{id:b,"class":I+"-title","aria-atomic":x})).insertBefore(a.content).delegate(".qtip-close","mousedown keydown mouseup keyup mouseout",function(a){d(this).toggleClass("ui-state-active ui-state-focus","down"===a.type.substr(-4))}).delegate(".qtip-close","mouseover mouseout",function(a){d(this).toggleClass("ui-state-hover","mouseover"===a.type)}),this.options.content.button&&this._createButton()},t._removeTitle=function(a){var b=this.elements;b.title&&(b.titlebar.remove(),b.titlebar=b.title=b.button=z,a!==y&&this.reposition())},t._createPosClass=function(a){return I+"-pos-"+(a||this.options.position.my).abbrev()},t.reposition=function(c,e){if(!this.rendered||this.positioning||this.destroyed)return this;this.positioning=x;var f,g,h,i,j=this.cache,k=this.tooltip,l=this.options.position,m=l.target,n=l.my,o=l.at,p=l.viewport,q=l.container,r=l.adjust,s=r.method.split(" "),t=k.outerWidth(y),u=k.outerHeight(y),v=0,w=0,z=k.css("position"),A={left:0,top:0},B=k[0].offsetWidth>0,I=c&&"scroll"===c.type,J=d(a),K=q[0].ownerDocument,L=this.mouse;if(d.isArray(m)&&2===m.length)o={x:D,y:C},A={left:m[0],top:m[1]};else if("mouse"===m)o={x:D,y:C},(!r.mouse||this.options.hide.distance)&&j.origin&&j.origin.pageX?c=j.origin:!c||c&&("resize"===c.type||"scroll"===c.type)?c=j.event:L&&L.pageX&&(c=L),"static"!==z&&(A=q.offset()),K.body.offsetWidth!==(a.innerWidth||K.documentElement.clientWidth)&&(g=d(b.body).offset()),A={left:c.pageX-A.left+(g&&g.left||0),top:c.pageY-A.top+(g&&g.top||0)},r.mouse&&I&&L&&(A.left-=(L.scrollX||0)-J.scrollLeft(),A.top-=(L.scrollY||0)-J.scrollTop());else{if("event"===m?c&&c.target&&"scroll"!==c.type&&"resize"!==c.type?j.target=d(c.target):c.target||(j.target=this.elements.target):"event"!==m&&(j.target=d(m.jquery?m:this.elements.target)),m=j.target,m=d(m).eq(0),0===m.length)return this;m[0]===b||m[0]===a?(v=V.iOS?a.innerWidth:m.width(),w=V.iOS?a.innerHeight:m.height(),m[0]===a&&(A={top:(p||m).scrollTop(),left:(p||m).scrollLeft()})):H.imagemap&&m.is("area")?f=H.imagemap(this,m,o,H.viewport?s:y):H.svg&&m&&m[0].ownerSVGElement?f=H.svg(this,m,o,H.viewport?s:y):(v=m.outerWidth(y),w=m.outerHeight(y),A=m.offset()),f&&(v=f.width,w=f.height,g=f.offset,A=f.position),A=this.reposition.offset(m,A,q),(V.iOS>3.1&&V.iOS<4.1||V.iOS>=4.3&&V.iOS<4.33||!V.iOS&&"fixed"===z)&&(A.left-=J.scrollLeft(),A.top-=J.scrollTop()),(!f||f&&f.adjustable!==y)&&(A.left+=o.x===F?v:o.x===G?v/2:0,A.top+=o.y===E?w:o.y===G?w/2:0)}return A.left+=r.x+(n.x===F?-t:n.x===G?-t/2:0),A.top+=r.y+(n.y===E?-u:n.y===G?-u/2:0),H.viewport?(h=A.adjusted=H.viewport(this,A,l,v,w,t,u),g&&h.left&&(A.left+=g.left),g&&h.top&&(A.top+=g.top),h.my&&(this.position.my=h.my)):A.adjusted={left:0,top:0},j.posClass!==(i=this._createPosClass(this.position.my))&&k.removeClass(j.posClass).addClass(j.posClass=i),this._trigger("move",[A,p.elem||p],c)?(delete A.adjusted,e===y||!B||isNaN(A.left)||isNaN(A.top)||"mouse"===m||!d.isFunction(l.effect)?k.css(A):d.isFunction(l.effect)&&(l.effect.call(k,this,d.extend({},A)),k.queue(function(a){d(this).css({opacity:"",height:""}),V.ie&&this.style.removeAttribute("filter"),a()})),this.positioning=y,this):this},t.reposition.offset=function(a,c,e){function f(a,b){c.left+=b*a.scrollLeft(),c.top+=b*a.scrollTop()}if(!e[0])return c;var g,h,i,j,k=d(a[0].ownerDocument),l=!!V.ie&&"CSS1Compat"!==b.compatMode,m=e[0];do"static"!==(h=d.css(m,"position"))&&("fixed"===h?(i=m.getBoundingClientRect(),f(k,-1)):(i=d(m).position(),i.left+=parseFloat(d.css(m,"borderLeftWidth"))||0,i.top+=parseFloat(d.css(m,"borderTopWidth"))||0),c.left-=i.left+(parseFloat(d.css(m,"marginLeft"))||0),c.top-=i.top+(parseFloat(d.css(m,"marginTop"))||0),g||"hidden"===(j=d.css(m,"overflow"))||"visible"===j||(g=d(m)));while(m=m.offsetParent);return g&&(g[0]!==k[0]||l)&&f(g,1),c};var Y=(u=t.reposition.Corner=function(a,b){a=(""+a).replace(/([A-Z])/," $1").replace(/middle/gi,G).toLowerCase(),this.x=(a.match(/left|right/i)||a.match(/center/)||["inherit"])[0].toLowerCase(),this.y=(a.match(/top|bottom|center/i)||["inherit"])[0].toLowerCase(),this.forceY=!!b;var c=a.charAt(0);this.precedance="t"===c||"b"===c?B:A}).prototype;Y.invert=function(a,b){this[a]=this[a]===D?F:this[a]===F?D:b||this[a]},Y.string=function(a){var b=this.x,c=this.y,d=b!==c?"center"===b||"center"!==c&&(this.precedance===B||this.forceY)?[c,b]:[b,c]:[b];return a!==!1?d.join(" "):d},Y.abbrev=function(){var a=this.string(!1);return a[0].charAt(0)+(a[1]&&a[1].charAt(0)||"")},Y.clone=function(){return new u(this.string(),this.forceY)},t.toggle=function(a,c){var e=this.cache,f=this.options,g=this.tooltip;if(c){if(/over|enter/.test(c.type)&&e.event&&/out|leave/.test(e.event.type)&&f.show.target.add(c.target).length===f.show.target.length&&g.has(c.relatedTarget).length)return this;e.event=d.event.fix(c)}if(this.waiting&&!a&&(this.hiddenDuringWait=x),!this.rendered)return a?this.render(1):this;if(this.destroyed||this.disabled)return this;var h,i,j,k=a?"show":"hide",l=this.options[k],m=(this.options[a?"hide":"show"],this.options.position),n=this.options.content,o=this.tooltip.css("width"),p=this.tooltip.is(":visible"),q=a||1===l.target.length,r=!c||l.target.length<2||e.target[0]===c.target;return(typeof a).search("boolean|number")&&(a=!p),h=!g.is(":animated")&&p===a&&r,i=h?z:!!this._trigger(k,[90]),this.destroyed?this:(i!==y&&a&&this.focus(c),!i||h?this:(d.attr(g[0],"aria-hidden",!a),a?(this.mouse&&(e.origin=d.event.fix(this.mouse)),d.isFunction(n.text)&&this._updateContent(n.text,y),d.isFunction(n.title)&&this._updateTitle(n.title,y),!w&&"mouse"===m.target&&m.adjust.mouse&&(d(b).bind("mousemove."+I,this._storeMouse),w=x),o||g.css("width",g.outerWidth(y)),this.reposition(c,arguments[2]),o||g.css("width",""),l.solo&&("string"==typeof l.solo?d(l.solo):d(M,l.solo)).not(g).not(l.target).qtip("hide",d.Event("tooltipsolo"))):(clearTimeout(this.timers.show),delete e.origin,w&&!d(M+'[tracking="true"]:visible',l.solo).not(g).length&&(d(b).unbind("mousemove."+I),w=y),this.blur(c)),j=d.proxy(function(){a?(V.ie&&g[0].style.removeAttribute("filter"),g.css("overflow",""),"string"==typeof l.autofocus&&d(this.options.show.autofocus,g).focus(),this.options.show.target.trigger("qtip-"+this.id+"-inactive")):g.css({display:"",visibility:"",opacity:"",left:"",top:""}),this._trigger(a?"visible":"hidden")},this),l.effect===y||q===y?(g[k](),j()):d.isFunction(l.effect)?(g.stop(1,1),l.effect.call(g,this),g.queue("fx",function(a){j(),a()})):g.fadeTo(90,a?1:0,j),a&&l.target.trigger("qtip-"+this.id+"-inactive"),this))},t.show=function(a){return this.toggle(x,a)},t.hide=function(a){return this.toggle(y,a)},t.focus=function(a){if(!this.rendered||this.destroyed)return this;var b=d(M),c=this.tooltip,e=parseInt(c[0].style.zIndex,10),f=s.zindex+b.length;return c.hasClass(Q)||this._trigger("focus",[f],a)&&(e!==f&&(b.each(function(){this.style.zIndex>e&&(this.style.zIndex=this.style.zIndex-1)}),b.filter("."+Q).qtip("blur",a)),c.addClass(Q)[0].style.zIndex=f),this},t.blur=function(a){return!this.rendered||this.destroyed?this:(this.tooltip.removeClass(Q),this._trigger("blur",[this.tooltip.css("zIndex")],a),this)},t.disable=function(a){return this.destroyed?this:("toggle"===a?a=!(this.rendered?this.tooltip.hasClass(S):this.disabled):"boolean"!=typeof a&&(a=x),this.rendered&&this.tooltip.toggleClass(S,a).attr("aria-disabled",a),this.disabled=!!a,this)},t.enable=function(){return this.disable(y)},t._createButton=function(){var a=this,b=this.elements,c=b.tooltip,e=this.options.content.button,f="string"==typeof e,g=f?e:"Close tooltip";b.button&&b.button.remove(),b.button=e.jquery?e:d("<a />",{"class":"qtip-close "+(this.options.style.widget?"":I+"-icon"),title:g,"aria-label":g}).prepend(d("<span />",{"class":"ui-icon ui-icon-close",html:"&times;"})),b.button.appendTo(b.titlebar||c).attr("role","button").click(function(b){return c.hasClass(S)||a.hide(b),y})},t._updateButton=function(a){if(!this.rendered)return y;var b=this.elements.button;a?this._createButton():b.remove()},t._setWidget=function(){var a=this.options.style.widget,b=this.elements,c=b.tooltip,d=c.hasClass(S);c.removeClass(S),S=a?"ui-state-disabled":"qtip-disabled",c.toggleClass(S,d),c.toggleClass("ui-helper-reset "+k(),a).toggleClass(P,this.options.style.def&&!a),b.content&&b.content.toggleClass(k("content"),a),b.titlebar&&b.titlebar.toggleClass(k("header"),a),b.button&&b.button.toggleClass(I+"-icon",!a)},t._storeMouse=function(a){return(this.mouse=d.event.fix(a)).type="mousemove",this},t._bind=function(a,b,c,e,f){if(a&&c&&b.length){var g="."+this._id+(e?"-"+e:"");return d(a).bind((b.split?b:b.join(g+" "))+g,d.proxy(c,f||this)),this}},t._unbind=function(a,b){return a&&d(a).unbind("."+this._id+(b?"-"+b:"")),this},t._trigger=function(a,b,c){var e=d.Event("tooltip"+a);return e.originalEvent=c&&d.extend({},c)||this.cache.event||z,this.triggering=a,this.tooltip.trigger(e,[this].concat(b||[])),this.triggering=y,!e.isDefaultPrevented()},t._bindEvents=function(a,b,c,e,f,g){var h=c.filter(e).add(e.filter(c)),i=[];h.length&&(d.each(b,function(b,c){var e=d.inArray(c,a);e>-1&&i.push(a.splice(e,1)[0])}),i.length&&(this._bind(h,i,function(a){var b=this.rendered?this.tooltip[0].offsetWidth>0:!1;(b?g:f).call(this,a)}),c=c.not(h),e=e.not(h))),this._bind(c,a,f),this._bind(e,b,g)},t._assignInitialEvents=function(a){function b(a){return this.disabled||this.destroyed?y:(this.cache.event=a&&d.event.fix(a),this.cache.target=a&&d(a.target),clearTimeout(this.timers.show),void(this.timers.show=l.call(this,function(){this.render("object"==typeof a||c.show.ready)},c.prerender?0:c.show.delay)))}var c=this.options,e=c.show.target,f=c.hide.target,g=c.show.event?d.trim(""+c.show.event).split(" "):[],h=c.hide.event?d.trim(""+c.hide.event).split(" "):[];this._bind(this.elements.target,["remove","removeqtip"],function(){this.destroy(!0)},"destroy"),/mouse(over|enter)/i.test(c.show.event)&&!/mouse(out|leave)/i.test(c.hide.event)&&h.push("mouseleave"),this._bind(e,"mousemove",function(a){this._storeMouse(a),this.cache.onTarget=x}),this._bindEvents(g,h,e,f,b,function(){return this.timers?void clearTimeout(this.timers.show):y}),(c.show.ready||c.prerender)&&b.call(this,a)},t._assignEvents=function(){var c=this,e=this.options,f=e.position,g=this.tooltip,h=e.show.target,i=e.hide.target,j=f.container,k=f.viewport,l=d(b),q=(d(b.body),d(a)),r=e.show.event?d.trim(""+e.show.event).split(" "):[],t=e.hide.event?d.trim(""+e.hide.event).split(" "):[];d.each(e.events,function(a,b){c._bind(g,"toggle"===a?["tooltipshow","tooltiphide"]:["tooltip"+a],b,null,g)}),/mouse(out|leave)/i.test(e.hide.event)&&"window"===e.hide.leave&&this._bind(l,["mouseout","blur"],function(a){/select|option/.test(a.target.nodeName)||a.relatedTarget||this.hide(a)}),e.hide.fixed?i=i.add(g.addClass(O)):/mouse(over|enter)/i.test(e.show.event)&&this._bind(i,"mouseleave",function(){clearTimeout(this.timers.show)}),(""+e.hide.event).indexOf("unfocus")>-1&&this._bind(j.closest("html"),["mousedown","touchstart"],function(a){var b=d(a.target),c=this.rendered&&!this.tooltip.hasClass(S)&&this.tooltip[0].offsetWidth>0,e=b.parents(M).filter(this.tooltip[0]).length>0;b[0]===this.target[0]||b[0]===this.tooltip[0]||e||this.target.has(b[0]).length||!c||this.hide(a)}),"number"==typeof e.hide.inactive&&(this._bind(h,"qtip-"+this.id+"-inactive",o,"inactive"),this._bind(i.add(g),s.inactiveEvents,o)),this._bindEvents(r,t,h,i,m,n),this._bind(h.add(g),"mousemove",function(a){if("number"==typeof e.hide.distance){var b=this.cache.origin||{},c=this.options.hide.distance,d=Math.abs;(d(a.pageX-b.pageX)>=c||d(a.pageY-b.pageY)>=c)&&this.hide(a)}this._storeMouse(a)}),"mouse"===f.target&&f.adjust.mouse&&(e.hide.event&&this._bind(h,["mouseenter","mouseleave"],function(a){return this.cache?void(this.cache.onTarget="mouseenter"===a.type):y}),this._bind(l,"mousemove",function(a){this.rendered&&this.cache.onTarget&&!this.tooltip.hasClass(S)&&this.tooltip[0].offsetWidth>0&&this.reposition(a)})),(f.adjust.resize||k.length)&&this._bind(d.event.special.resize?k:q,"resize",p),f.adjust.scroll&&this._bind(q.add(f.container),"scroll",p)},t._unassignEvents=function(){var c=this.options,e=c.show.target,f=c.hide.target,g=d.grep([this.elements.target[0],this.rendered&&this.tooltip[0],c.position.container[0],c.position.viewport[0],c.position.container.closest("html")[0],a,b],function(a){return"object"==typeof a});e&&e.toArray&&(g=g.concat(e.toArray())),f&&f.toArray&&(g=g.concat(f.toArray())),this._unbind(g)._unbind(g,"destroy")._unbind(g,"inactive")},d(function(){q(M,["mouseenter","mouseleave"],function(a){var b="mouseenter"===a.type,c=d(a.currentTarget),e=d(a.relatedTarget||a.target),f=this.options;b?(this.focus(a),c.hasClass(O)&&!c.hasClass(S)&&clearTimeout(this.timers.hide)):"mouse"===f.position.target&&f.position.adjust.mouse&&f.hide.event&&f.show.target&&!e.closest(f.show.target[0]).length&&this.hide(a),c.toggleClass(R,b)}),q("["+K+"]",N,o)}),s=d.fn.qtip=function(a,b,e){var f=(""+a).toLowerCase(),g=z,i=d.makeArray(arguments).slice(1),j=i[i.length-1],k=this[0]?d.data(this[0],I):z;return!arguments.length&&k||"api"===f?k:"string"==typeof a?(this.each(function(){var a=d.data(this,I);if(!a)return x;if(j&&j.timeStamp&&(a.cache.event=j),!b||"option"!==f&&"options"!==f)a[f]&&a[f].apply(a,i);else{if(e===c&&!d.isPlainObject(b))return g=a.get(b),y;a.set(b,e)}}),g!==z?g:this):"object"!=typeof a&&arguments.length?void 0:(k=h(d.extend(x,{},a)),this.each(function(a){var b,c;return c=d.isArray(k.id)?k.id[a]:k.id,c=!c||c===y||c.length<1||s.api[c]?s.nextid++:c,b=r(d(this),c,k),b===y?x:(s.api[c]=b,d.each(H,function(){"initialize"===this.initialize&&this(b)}),void b._assignInitialEvents(j))}))},d.qtip=e,s.api={},d.each({attr:function(a,b){if(this.length){var c=this[0],e="title",f=d.data(c,"qtip");if(a===e&&f&&"object"==typeof f&&f.options.suppress)return arguments.length<2?d.attr(c,U):(f&&f.options.content.attr===e&&f.cache.attr&&f.set("content.text",b),this.attr(U,b))}return d.fn["attr"+T].apply(this,arguments)},clone:function(a){var b=(d([]),d.fn["clone"+T].apply(this,arguments));return a||b.filter("["+U+"]").attr("title",function(){return d.attr(this,U)}).removeAttr(U),b}},function(a,b){if(!b||d.fn[a+T])return x;var c=d.fn[a+T]=d.fn[a];d.fn[a]=function(){return b.apply(this,arguments)||c.apply(this,arguments)}}),d.ui||(d["cleanData"+T]=d.cleanData,d.cleanData=function(a){for(var b,c=0;(b=d(a[c])).length;c++)if(b.attr(J))try{b.triggerHandler("removeqtip")}catch(e){}d["cleanData"+T].apply(this,arguments)}),s.version="2.2.1",s.nextid=0,s.inactiveEvents=N,s.zindex=15e3,s.defaults={prerender:y,id:y,overwrite:x,suppress:x,content:{text:x,attr:"title",title:y,button:y},position:{my:"top left",at:"bottom right",target:y,container:y,viewport:y,adjust:{x:0,y:0,mouse:x,scroll:x,resize:x,method:"flipinvert flipinvert"},effect:function(a,b){d(this).animate(b,{duration:200,queue:y})}},show:{target:y,event:"mouseenter",effect:x,delay:90,solo:y,ready:y,autofocus:y},hide:{target:y,event:"mouseleave",effect:x,delay:0,fixed:y,inactive:y,leave:"window",distance:y},style:{classes:"",widget:y,width:y,height:y,def:x},events:{render:z,move:z,show:z,hide:z,toggle:z,visible:z,hidden:z,focus:z,blur:z}}})}(window,document);
526
 
527
  /* flot v0.8.2 | https://github.com/flot/flot | Copyright (c) 2007-2013 IOLA and Ole Laursen. Licensed under the MIT license. */
528
  (function(e){e.color={};e.color.make=function(t,n,r,i){var s={};s.r=t||0;s.g=n||0;s.b=r||0;s.a=i!=null?i:1;s.add=function(e,t){for(var n=0;n<e.length;++n)s[e.charAt(n)]+=t;return s.normalize()};s.scale=function(e,t){for(var n=0;n<e.length;++n)s[e.charAt(n)]*=t;return s.normalize()};s.toString=function(){if(s.a>=1){return"rgb("+[s.r,s.g,s.b].join(",")+")"}else{return"rgba("+[s.r,s.g,s.b,s.a].join(",")+")"}};s.normalize=function(){function e(e,t,n){return t<e?e:t>n?n:t}s.r=e(0,parseInt(s.r),255);s.g=e(0,parseInt(s.g),255);s.b=e(0,parseInt(s.b),255);s.a=e(0,s.a,1);return s};s.clone=function(){return e.color.make(s.r,s.b,s.g,s.a)};return s.normalize()};e.color.extract=function(t,n){var r;do{r=t.css(n).toLowerCase();if(r!=""&&r!="transparent")break;t=t.parent()}while(t.length&&!e.nodeName(t.get(0),"body"));if(r=="rgba(0, 0, 0, 0)")r="transparent";return e.color.parse(r)};e.color.parse=function(n){var r,i=e.color.make;if(r=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(n))return i(parseInt(r[1],10),parseInt(r[2],10),parseInt(r[3],10));if(r=/rgba\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]+(?:\.[0-9]+)?)\s*\)/.exec(n))return i(parseInt(r[1],10),parseInt(r[2],10),parseInt(r[3],10),parseFloat(r[4]));if(r=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(n))return i(parseFloat(r[1])*2.55,parseFloat(r[2])*2.55,parseFloat(r[3])*2.55);if(r=/rgba\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\s*\)/.exec(n))return i(parseFloat(r[1])*2.55,parseFloat(r[2])*2.55,parseFloat(r[3])*2.55,parseFloat(r[4]));if(r=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(n))return i(parseInt(r[1],16),parseInt(r[2],16),parseInt(r[3],16));if(r=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(n))return i(parseInt(r[1]+r[1],16),parseInt(r[2]+r[2],16),parseInt(r[3]+r[3],16));var s=e.trim(n).toLowerCase();if(s=="transparent")return i(255,255,255,0);else{r=t[s]||[0,0,0];return i(r[0],r[1],r[2])}};var t={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0,0,0],blue:[0,0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkviolet:[148,0,211],fuchsia:[255,0,255],gold:[255,215,0],green:[0,128,0],indigo:[75,0,130],khaki:[240,230,140],lightblue:[173,216,230],lightcyan:[224,255,255],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightyellow:[255,255,224],lime:[0,255,0],magenta:[255,0,255],maroon:[128,0,0],navy:[0,0,128],olive:[128,128,0],orange:[255,165,0],pink:[255,192,203],purple:[128,0,128],violet:[128,0,128],red:[255,0,0],silver:[192,192,192],white:[255,255,255],yellow:[255,255,0]}})(jQuery);(function(e){function n(t,n){var r=n.children("."+t)[0];if(r==null){r=document.createElement("canvas");r.className=t;e(r).css({direction:"ltr",position:"absolute",left:0,top:0}).appendTo(n);if(!r.getContext){if(window.G_vmlCanvasManager){r=window.G_vmlCanvasManager.initElement(r)}else{throw new Error("Canvas is not available. If you're using IE with a fall-back such as Excanvas, then there's either a mistake in your conditional include, or the page has no DOCTYPE and is rendering in Quirks Mode.")}}}this.element=r;var i=this.context=r.getContext("2d");var s=window.devicePixelRatio||1,o=i.webkitBackingStorePixelRatio||i.mozBackingStorePixelRatio||i.msBackingStorePixelRatio||i.oBackingStorePixelRatio||i.backingStorePixelRatio||1;this.pixelRatio=s/o;this.resize(n.width(),n.height());this.textContainer=null;this.text={};this._textCache={}}function r(t,r,s,o){function E(e,t){t=[w].concat(t);for(var n=0;n<e.length;++n)e[n].apply(this,t)}function S(){var t={Canvas:n};for(var r=0;r<o.length;++r){var i=o[r];i.init(w,t);if(i.options)e.extend(true,a,i.options)}}function x(n){e.extend(true,a,n);if(n&&n.colors){a.colors=n.colors}if(a.xaxis.color==null)a.xaxis.color=e.color.parse(a.grid.color).scale("a",.22).toString();if(a.yaxis.color==null)a.yaxis.color=e.color.parse(a.grid.color).scale("a",.22).toString();if(a.xaxis.tickColor==null)a.xaxis.tickColor=a.grid.tickColor||a.xaxis.color;if(a.yaxis.tickColor==null)a.yaxis.tickColor=a.grid.tickColor||a.yaxis.color;if(a.grid.borderColor==null)a.grid.borderColor=a.grid.color;if(a.grid.tickColor==null)a.grid.tickColor=e.color.parse(a.grid.color).scale("a",.22).toString();var r,i,s,o=t.css("font-size"),u=o?+o.replace("px",""):13,f={style:t.css("font-style"),size:Math.round(.8*u),variant:t.css("font-variant"),weight:t.css("font-weight"),family:t.css("font-family")};s=a.xaxes.length||1;for(r=0;r<s;++r){i=a.xaxes[r];if(i&&!i.tickColor){i.tickColor=i.color}i=e.extend(true,{},a.xaxis,i);a.xaxes[r]=i;if(i.font){i.font=e.extend({},f,i.font);if(!i.font.color){i.font.color=i.color}if(!i.font.lineHeight){i.font.lineHeight=Math.round(i.font.size*1.15)}}}s=a.yaxes.length||1;for(r=0;r<s;++r){i=a.yaxes[r];if(i&&!i.tickColor){i.tickColor=i.color}i=e.extend(true,{},a.yaxis,i);a.yaxes[r]=i;if(i.font){i.font=e.extend({},f,i.font);if(!i.font.color){i.font.color=i.color}if(!i.font.lineHeight){i.font.lineHeight=Math.round(i.font.size*1.15)}}}if(a.xaxis.noTicks&&a.xaxis.ticks==null)a.xaxis.ticks=a.xaxis.noTicks;if(a.yaxis.noTicks&&a.yaxis.ticks==null)a.yaxis.ticks=a.yaxis.noTicks;if(a.x2axis){a.xaxes[1]=e.extend(true,{},a.xaxis,a.x2axis);a.xaxes[1].position="top"}if(a.y2axis){a.yaxes[1]=e.extend(true,{},a.yaxis,a.y2axis);a.yaxes[1].position="right"}if(a.grid.coloredAreas)a.grid.markings=a.grid.coloredAreas;if(a.grid.coloredAreasColor)a.grid.markingsColor=a.grid.coloredAreasColor;if(a.lines)e.extend(true,a.series.lines,a.lines);if(a.points)e.extend(true,a.series.points,a.points);if(a.bars)e.extend(true,a.series.bars,a.bars);if(a.shadowSize!=null)a.series.shadowSize=a.shadowSize;if(a.highlightColor!=null)a.series.highlightColor=a.highlightColor;for(r=0;r<a.xaxes.length;++r)O(d,r+1).options=a.xaxes[r];for(r=0;r<a.yaxes.length;++r)O(v,r+1).options=a.yaxes[r];for(var l in b)if(a.hooks[l]&&a.hooks[l].length)b[l]=b[l].concat(a.hooks[l]);E(b.processOptions,[a])}function T(e){u=N(e);M();_()}function N(t){var n=[];for(var r=0;r<t.length;++r){var i=e.extend(true,{},a.series);if(t[r].data!=null){i.data=t[r].data;delete t[r].data;e.extend(true,i,t[r]);t[r].data=i.data}else i.data=t[r];n.push(i)}return n}function C(e,t){var n=e[t+"axis"];if(typeof n=="object")n=n.n;if(typeof n!="number")n=1;return n}function k(){return e.grep(d.concat(v),function(e){return e})}function L(e){var t={},n,r;for(n=0;n<d.length;++n){r=d[n];if(r&&r.used)t["x"+r.n]=r.c2p(e.left)}for(n=0;n<v.length;++n){r=v[n];if(r&&r.used)t["y"+r.n]=r.c2p(e.top)}if(t.x1!==undefined)t.x=t.x1;if(t.y1!==undefined)t.y=t.y1;return t}function A(e){var t={},n,r,i;for(n=0;n<d.length;++n){r=d[n];if(r&&r.used){i="x"+r.n;if(e[i]==null&&r.n==1)i="x";if(e[i]!=null){t.left=r.p2c(e[i]);break}}}for(n=0;n<v.length;++n){r=v[n];if(r&&r.used){i="y"+r.n;if(e[i]==null&&r.n==1)i="y";if(e[i]!=null){t.top=r.p2c(e[i]);break}}}return t}function O(t,n){if(!t[n-1])t[n-1]={n:n,direction:t==d?"x":"y",options:e.extend(true,{},t==d?a.xaxis:a.yaxis)};return t[n-1]}function M(){var t=u.length,n=-1,r;for(r=0;r<u.length;++r){var i=u[r].color;if(i!=null){t--;if(typeof i=="number"&&i>n){n=i}}}if(t<=n){t=n+1}var s,o=[],f=a.colors,l=f.length,c=0;for(r=0;r<t;r++){s=e.color.parse(f[r%l]||"#666");if(r%l==0&&r){if(c>=0){if(c<.5){c=-c-.2}else c=0}else c=-c}o[r]=s.scale("rgb",1+c)}var h=0,p;for(r=0;r<u.length;++r){p=u[r];if(p.color==null){p.color=o[h].toString();++h}else if(typeof p.color=="number")p.color=o[p.color].toString();if(p.lines.show==null){var m,g=true;for(m in p)if(p[m]&&p[m].show){g=false;break}if(g)p.lines.show=true}if(p.lines.zero==null){p.lines.zero=!!p.lines.fill}p.xaxis=O(d,C(p,"x"));p.yaxis=O(v,C(p,"y"))}}function _(){function x(e,t,n){if(t<e.datamin&&t!=-r)e.datamin=t;if(n>e.datamax&&n!=r)e.datamax=n}var t=Number.POSITIVE_INFINITY,n=Number.NEGATIVE_INFINITY,r=Number.MAX_VALUE,i,s,o,a,f,l,c,h,p,d,v,m,g,y,w,S;e.each(k(),function(e,r){r.datamin=t;r.datamax=n;r.used=false});for(i=0;i<u.length;++i){l=u[i];l.datapoints={points:[]};E(b.processRawData,[l,l.data,l.datapoints])}for(i=0;i<u.length;++i){l=u[i];w=l.data;S=l.datapoints.format;if(!S){S=[];S.push({x:true,number:true,required:true});S.push({y:true,number:true,required:true});if(l.bars.show||l.lines.show&&l.lines.fill){var T=!!(l.bars.show&&l.bars.zero||l.lines.show&&l.lines.zero);S.push({y:true,number:true,required:false,defaultValue:0,autoscale:T});if(l.bars.horizontal){delete S[S.length-1].y;S[S.length-1].x=true}}l.datapoints.format=S}if(l.datapoints.pointsize!=null)continue;l.datapoints.pointsize=S.length;h=l.datapoints.pointsize;c=l.datapoints.points;var N=l.lines.show&&l.lines.steps;l.xaxis.used=l.yaxis.used=true;for(s=o=0;s<w.length;++s,o+=h){y=w[s];var C=y==null;if(!C){for(a=0;a<h;++a){m=y[a];g=S[a];if(g){if(g.number&&m!=null){m=+m;if(isNaN(m))m=null;else if(m==Infinity)m=r;else if(m==-Infinity)m=-r}if(m==null){if(g.required)C=true;if(g.defaultValue!=null)m=g.defaultValue}}c[o+a]=m}}if(C){for(a=0;a<h;++a){m=c[o+a];if(m!=null){g=S[a];if(g.autoscale!==false){if(g.x){x(l.xaxis,m,m)}if(g.y){x(l.yaxis,m,m)}}}c[o+a]=null}}else{if(N&&o>0&&c[o-h]!=null&&c[o-h]!=c[o]&&c[o-h+1]!=c[o+1]){for(a=0;a<h;++a)c[o+h+a]=c[o+a];c[o+1]=c[o-h+1];o+=h}}}}for(i=0;i<u.length;++i){l=u[i];E(b.processDatapoints,[l,l.datapoints])}for(i=0;i<u.length;++i){l=u[i];c=l.datapoints.points;h=l.datapoints.pointsize;S=l.datapoints.format;var L=t,A=t,O=n,M=n;for(s=0;s<c.length;s+=h){if(c[s]==null)continue;for(a=0;a<h;++a){m=c[s+a];g=S[a];if(!g||g.autoscale===false||m==r||m==-r)continue;if(g.x){if(m<L)L=m;if(m>O)O=m}if(g.y){if(m<A)A=m;if(m>M)M=m}}}if(l.bars.show){var _;switch(l.bars.align){case"left":_=0;break;case"right":_=-l.bars.barWidth;break;default:_=-l.bars.barWidth/2}if(l.bars.horizontal){A+=_;M+=_+l.bars.barWidth}else{L+=_;O+=_+l.bars.barWidth}}x(l.xaxis,L,O);x(l.yaxis,A,M)}e.each(k(),function(e,r){if(r.datamin==t)r.datamin=null;if(r.datamax==n)r.datamax=null})}function D(){t.css("padding",0).children().filter(function(){return!e(this).hasClass("flot-overlay")&&!e(this).hasClass("flot-base")}).remove();if(t.css("position")=="static")t.css("position","relative");f=new n("flot-base",t);l=new n("flot-overlay",t);h=f.context;p=l.context;c=e(l.element).unbind();var r=t.data("plot");if(r){r.shutdown();l.clear()}t.data("plot",w)}function P(){if(a.grid.hoverable){c.mousemove(at);c.bind("mouseleave",ft)}if(a.grid.clickable)c.click(lt);E(b.bindEvents,[c])}function H(){if(ot)clearTimeout(ot);c.unbind("mousemove",at);c.unbind("mouseleave",ft);c.unbind("click",lt);E(b.shutdown,[c])}function B(e){function t(e){return e}var n,r,i=e.options.transform||t,s=e.options.inverseTransform;if(e.direction=="x"){n=e.scale=g/Math.abs(i(e.max)-i(e.min));r=Math.min(i(e.max),i(e.min))}else{n=e.scale=y/Math.abs(i(e.max)-i(e.min));n=-n;r=Math.max(i(e.max),i(e.min))}if(i==t)e.p2c=function(e){return(e-r)*n};else e.p2c=function(e){return(i(e)-r)*n};if(!s)e.c2p=function(e){return r+e/n};else e.c2p=function(e){return s(r+e/n)}}function j(e){var t=e.options,n=e.ticks||[],r=t.labelWidth||0,i=t.labelHeight||0,s=r||(e.direction=="x"?Math.floor(f.width/(n.length||1)):null),o=e.direction+"Axis "+e.direction+e.n+"Axis",u="flot-"+e.direction+"-axis flot-"+e.direction+e.n+"-axis "+o,a=t.font||"flot-tick-label tickLabel";for(var l=0;l<n.length;++l){var c=n[l];if(!c.label)continue;var h=f.getTextInfo(u,c.label,a,null,s);r=Math.max(r,h.width);i=Math.max(i,h.height)}e.labelWidth=t.labelWidth||r;e.labelHeight=t.labelHeight||i}function F(t){var n=t.labelWidth,r=t.labelHeight,i=t.options.position,s=t.direction==="x",o=t.options.tickLength,u=a.grid.axisMargin,l=a.grid.labelMargin,c=true,h=true,p=true,g=false;e.each(s?d:v,function(e,n){if(n&&n.reserveSpace){if(n===t){g=true}else if(n.options.position===i){if(g){h=false}else{c=false}}if(!g){p=false}}});if(h){u=0}if(o==null){o=p?"full":5}if(!isNaN(+o))l+=+o;if(s){r+=l;if(i=="bottom"){m.bottom+=r+u;t.box={top:f.height-m.bottom,height:r}}else{t.box={top:m.top+u,height:r};m.top+=r+u}}else{n+=l;if(i=="left"){t.box={left:m.left+u,width:n};m.left+=n+u}else{m.right+=n+u;t.box={left:f.width-m.right,width:n}}}t.position=i;t.tickLength=o;t.box.padding=l;t.innermost=c}function I(e){if(e.direction=="x"){e.box.left=m.left-e.labelWidth/2;e.box.width=f.width-m.left-m.right+e.labelWidth}else{e.box.top=m.top-e.labelHeight/2;e.box.height=f.height-m.bottom-m.top+e.labelHeight}}function q(){var t=a.grid.minBorderMargin,n,r;if(t==null){t=0;for(r=0;r<u.length;++r)t=Math.max(t,2*(u[r].points.radius+u[r].points.lineWidth/2))}var i={left:t,right:t,top:t,bottom:t};e.each(k(),function(e,t){if(t.reserveSpace&&t.ticks&&t.ticks.length){var n=t.ticks[t.ticks.length-1];if(t.direction==="x"){i.left=Math.max(i.left,t.labelWidth/2);if(n.v<=t.max){i.right=Math.max(i.right,t.labelWidth/2)}}else{i.bottom=Math.max(i.bottom,t.labelHeight/2);if(n.v<=t.max){i.top=Math.max(i.top,t.labelHeight/2)}}}});m.left=Math.ceil(Math.max(i.left,m.left));m.right=Math.ceil(Math.max(i.right,m.right));m.top=Math.ceil(Math.max(i.top,m.top));m.bottom=Math.ceil(Math.max(i.bottom,m.bottom))}function R(){var t,n=k(),r=a.grid.show;for(var i in m){var s=a.grid.margin||0;m[i]=typeof s=="number"?s:s[i]||0}E(b.processOffset,[m]);for(var i in m){if(typeof a.grid.borderWidth=="object"){m[i]+=r?a.grid.borderWidth[i]:0}else{m[i]+=r?a.grid.borderWidth:0}}e.each(n,function(e,t){t.show=t.options.show;if(t.show==null)t.show=t.used;t.reserveSpace=t.show||t.options.reserveSpace;U(t)});if(r){var o=e.grep(n,function(e){return e.reserveSpace});e.each(o,function(e,t){z(t);W(t);X(t,t.ticks);j(t)});for(t=o.length-1;t>=0;--t)F(o[t]);q();e.each(o,function(e,t){I(t)})}g=f.width-m.left-m.right;y=f.height-m.bottom-m.top;e.each(n,function(e,t){B(t)});if(r){G()}it()}function U(e){var t=e.options,n=+(t.min!=null?t.min:e.datamin),r=+(t.max!=null?t.max:e.datamax),i=r-n;if(i==0){var s=r==0?1:.01;if(t.min==null)n-=s;if(t.max==null||t.min!=null)r+=s}else{var o=t.autoscaleMargin;if(o!=null){if(t.min==null){n-=i*o;if(n<0&&e.datamin!=null&&e.datamin>=0)n=0}if(t.max==null){r+=i*o;if(r>0&&e.datamax!=null&&e.datamax<=0)r=0}}}e.min=n;e.max=r}function z(t){var n=t.options;var r;if(typeof n.ticks=="number"&&n.ticks>0)r=n.ticks;else r=.3*Math.sqrt(t.direction=="x"?f.width:f.height);var s=(t.max-t.min)/r,o=-Math.floor(Math.log(s)/Math.LN10),u=n.tickDecimals;if(u!=null&&o>u){o=u}var a=Math.pow(10,-o),l=s/a,c;if(l<1.5){c=1}else if(l<3){c=2;if(l>2.25&&(u==null||o+1<=u)){c=2.5;++o}}else if(l<7.5){c=5}else{c=10}c*=a;if(n.minTickSize!=null&&c<n.minTickSize){c=n.minTickSize}t.delta=s;t.tickDecimals=Math.max(0,u!=null?u:o);t.tickSize=n.tickSize||c;if(n.mode=="time"&&!t.tickGenerator){throw new Error("Time mode requires the flot.time plugin.")}if(!t.tickGenerator){t.tickGenerator=function(e){var t=[],n=i(e.min,e.tickSize),r=0,s=Number.NaN,o;do{o=s;s=n+r*e.tickSize;t.push(s);++r}while(s<e.max&&s!=o);return t};t.tickFormatter=function(e,t){var n=t.tickDecimals?Math.pow(10,t.tickDecimals):1;var r=""+Math.round(e*n)/n;if(t.tickDecimals!=null){var i=r.indexOf(".");var s=i==-1?0:r.length-i-1;if(s<t.tickDecimals){return(s?r:r+".")+(""+n).substr(1,t.tickDecimals-s)}}return r}}if(e.isFunction(n.tickFormatter))t.tickFormatter=function(e,t){return""+n.tickFormatter(e,t)};if(n.alignTicksWithAxis!=null){var h=(t.direction=="x"?d:v)[n.alignTicksWithAxis-1];if(h&&h.used&&h!=t){var p=t.tickGenerator(t);if(p.length>0){if(n.min==null)t.min=Math.min(t.min,p[0]);if(n.max==null&&p.length>1)t.max=Math.max(t.max,p[p.length-1])}t.tickGenerator=function(e){var t=[],n,r;for(r=0;r<h.ticks.length;++r){n=(h.ticks[r].v-h.min)/(h.max-h.min);n=e.min+n*(e.max-e.min);t.push(n)}return t};if(!t.mode&&n.tickDecimals==null){var m=Math.max(0,-Math.floor(Math.log(t.delta)/Math.LN10)+1),g=t.tickGenerator(t);if(!(g.length>1&&/\..*0$/.test((g[1]-g[0]).toFixed(m))))t.tickDecimals=m}}}}function W(t){var n=t.options.ticks,r=[];if(n==null||typeof n=="number"&&n>0)r=t.tickGenerator(t);else if(n){if(e.isFunction(n))r=n(t);else r=n}var i,s;t.ticks=[];for(i=0;i<r.length;++i){var o=null;var u=r[i];if(typeof u=="object"){s=+u[0];if(u.length>1)o=u[1]}else s=+u;if(o==null)o=t.tickFormatter(s,t);if(!isNaN(s))t.ticks.push({v:s,label:o})}}function X(e,t){if(e.options.autoscaleMargin&&t.length>0){if(e.options.min==null)e.min=Math.min(e.min,t[0].v);if(e.options.max==null&&t.length>1)e.max=Math.max(e.max,t[t.length-1].v)}}function V(){f.clear();E(b.drawBackground,[h]);var e=a.grid;if(e.show&&e.backgroundColor)K();if(e.show&&!e.aboveData){Q()}for(var t=0;t<u.length;++t){E(b.drawSeries,[h,u[t]]);Y(u[t])}E(b.draw,[h]);if(e.show&&e.aboveData){Q()}f.render();ht()}function J(e,t){var n,r,i,s,o=k();for(var u=0;u<o.length;++u){n=o[u];if(n.direction==t){s=t+n.n+"axis";if(!e[s]&&n.n==1)s=t+"axis";if(e[s]){r=e[s].from;i=e[s].to;break}}}if(!e[s]){n=t=="x"?d[0]:v[0];r=e[t+"1"];i=e[t+"2"]}if(r!=null&&i!=null&&r>i){var a=r;r=i;i=a}return{from:r,to:i,axis:n}}function K(){h.save();h.translate(m.left,m.top);h.fillStyle=bt(a.grid.backgroundColor,y,0,"rgba(255, 255, 255, 0)");h.fillRect(0,0,g,y);h.restore()}function Q(){var t,n,r,i;h.save();h.translate(m.left,m.top);var s=a.grid.markings;if(s){if(e.isFunction(s)){n=w.getAxes();n.xmin=n.xaxis.min;n.xmax=n.xaxis.max;n.ymin=n.yaxis.min;n.ymax=n.yaxis.max;s=s(n)}for(t=0;t<s.length;++t){var o=s[t],u=J(o,"x"),f=J(o,"y");if(u.from==null)u.from=u.axis.min;if(u.to==null)u.to=u.axis.max;if(f.from==null)f.from=f.axis.min;if(f.to==null)f.to=f.axis.max;if(u.to<u.axis.min||u.from>u.axis.max||f.to<f.axis.min||f.from>f.axis.max)continue;u.from=Math.max(u.from,u.axis.min);u.to=Math.min(u.to,u.axis.max);f.from=Math.max(f.from,f.axis.min);f.to=Math.min(f.to,f.axis.max);if(u.from==u.to&&f.from==f.to)continue;u.from=u.axis.p2c(u.from);u.to=u.axis.p2c(u.to);f.from=f.axis.p2c(f.from);f.to=f.axis.p2c(f.to);if(u.from==u.to||f.from==f.to){h.beginPath();h.strokeStyle=o.color||a.grid.markingsColor;h.lineWidth=o.lineWidth||a.grid.markingsLineWidth;h.moveTo(u.from,f.from);h.lineTo(u.to,f.to);h.stroke()}else{h.fillStyle=o.color||a.grid.markingsColor;h.fillRect(u.from,f.to,u.to-u.from,f.from-f.to)}}}n=k();r=a.grid.borderWidth;for(var l=0;l<n.length;++l){var c=n[l],p=c.box,d=c.tickLength,v,b,E,S;if(!c.show||c.ticks.length==0)continue;h.lineWidth=1;if(c.direction=="x"){v=0;if(d=="full")b=c.position=="top"?0:y;else b=p.top-m.top+(c.position=="top"?p.height:0)}else{b=0;if(d=="full")v=c.position=="left"?0:g;else v=p.left-m.left+(c.position=="left"?p.width:0)}if(!c.innermost){h.strokeStyle=c.options.color;h.beginPath();E=S=0;if(c.direction=="x")E=g+1;else S=y+1;if(h.lineWidth==1){if(c.direction=="x"){b=Math.floor(b)+.5}else{v=Math.floor(v)+.5}}h.moveTo(v,b);h.lineTo(v+E,b+S);h.stroke()}h.strokeStyle=c.options.tickColor;h.beginPath();for(t=0;t<c.ticks.length;++t){var x=c.ticks[t].v;E=S=0;if(isNaN(x)||x<c.min||x>c.max||d=="full"&&(typeof r=="object"&&r[c.position]>0||r>0)&&(x==c.min||x==c.max))continue;if(c.direction=="x"){v=c.p2c(x);S=d=="full"?-y:d;if(c.position=="top")S=-S}else{b=c.p2c(x);E=d=="full"?-g:d;if(c.position=="left")E=-E}if(h.lineWidth==1){if(c.direction=="x")v=Math.floor(v)+.5;else b=Math.floor(b)+.5}h.moveTo(v,b);h.lineTo(v+E,b+S)}h.stroke()}if(r){i=a.grid.borderColor;if(typeof r=="object"||typeof i=="object"){if(typeof r!=="object"){r={top:r,right:r,bottom:r,left:r}}if(typeof i!=="object"){i={top:i,right:i,bottom:i,left:i}}if(r.top>0){h.strokeStyle=i.top;h.lineWidth=r.top;h.beginPath();h.moveTo(0-r.left,0-r.top/2);h.lineTo(g,0-r.top/2);h.stroke()}if(r.right>0){h.strokeStyle=i.right;h.lineWidth=r.right;h.beginPath();h.moveTo(g+r.right/2,0-r.top);h.lineTo(g+r.right/2,y);h.stroke()}if(r.bottom>0){h.strokeStyle=i.bottom;h.lineWidth=r.bottom;h.beginPath();h.moveTo(g+r.right,y+r.bottom/2);h.lineTo(0,y+r.bottom/2);h.stroke()}if(r.left>0){h.strokeStyle=i.left;h.lineWidth=r.left;h.beginPath();h.moveTo(0-r.left/2,y+r.bottom);h.lineTo(0-r.left/2,0);h.stroke()}}else{h.lineWidth=r;h.strokeStyle=a.grid.borderColor;h.strokeRect(-r/2,-r/2,g+r,y+r)}}h.restore()}function G(){e.each(k(),function(e,t){var n=t.box,r=t.direction+"Axis "+t.direction+t.n+"Axis",i="flot-"+t.direction+"-axis flot-"+t.direction+t.n+"-axis "+r,s=t.options.font||"flot-tick-label tickLabel",o,u,a,l,c;f.removeText(i);if(!t.show||t.ticks.length==0)return;for(var h=0;h<t.ticks.length;++h){o=t.ticks[h];if(!o.label||o.v<t.min||o.v>t.max)continue;if(t.direction=="x"){l="center";u=m.left+t.p2c(o.v);if(t.position=="bottom"){a=n.top+n.padding}else{a=n.top+n.height-n.padding;c="bottom"}}else{c="middle";a=m.top+t.p2c(o.v);if(t.position=="left"){u=n.left+n.width-n.padding;l="right"}else{u=n.left+n.padding}}f.addText(i,u,a,o.label,s,null,null,l,c)}})}function Y(e){if(e.lines.show)Z(e);if(e.bars.show)nt(e);if(e.points.show)et(e)}function Z(e){function t(e,t,n,r,i){var s=e.points,o=e.pointsize,u=null,a=null;h.beginPath();for(var f=o;f<s.length;f+=o){var l=s[f-o],c=s[f-o+1],p=s[f],d=s[f+1];if(l==null||p==null)continue;if(c<=d&&c<i.min){if(d<i.min)continue;l=(i.min-c)/(d-c)*(p-l)+l;c=i.min}else if(d<=c&&d<i.min){if(c<i.min)continue;p=(i.min-c)/(d-c)*(p-l)+l;d=i.min}if(c>=d&&c>i.max){if(d>i.max)continue;l=(i.max-c)/(d-c)*(p-l)+l;c=i.max}else if(d>=c&&d>i.max){if(c>i.max)continue;p=(i.max-c)/(d-c)*(p-l)+l;d=i.max}if(l<=p&&l<r.min){if(p<r.min)continue;c=(r.min-l)/(p-l)*(d-c)+c;l=r.min}else if(p<=l&&p<r.min){if(l<r.min)continue;d=(r.min-l)/(p-l)*(d-c)+c;p=r.min}if(l>=p&&l>r.max){if(p>r.max)continue;c=(r.max-l)/(p-l)*(d-c)+c;l=r.max}else if(p>=l&&p>r.max){if(l>r.max)continue;d=(r.max-l)/(p-l)*(d-c)+c;p=r.max}if(l!=u||c!=a)h.moveTo(r.p2c(l)+t,i.p2c(c)+n);u=p;a=d;h.lineTo(r.p2c(p)+t,i.p2c(d)+n)}h.stroke()}function n(e,t,n){var r=e.points,i=e.pointsize,s=Math.min(Math.max(0,n.min),n.max),o=0,u,a=false,f=1,l=0,c=0;while(true){if(i>0&&o>r.length+i)break;o+=i;var p=r[o-i],d=r[o-i+f],v=r[o],m=r[o+f];if(a){if(i>0&&p!=null&&v==null){c=o;i=-i;f=2;continue}if(i<0&&o==l+i){h.fill();a=false;i=-i;f=1;o=l=c+i;continue}}if(p==null||v==null)continue;if(p<=v&&p<t.min){if(v<t.min)continue;d=(t.min-p)/(v-p)*(m-d)+d;p=t.min}else if(v<=p&&v<t.min){if(p<t.min)continue;m=(t.min-p)/(v-p)*(m-d)+d;v=t.min}if(p>=v&&p>t.max){if(v>t.max)continue;d=(t.max-p)/(v-p)*(m-d)+d;p=t.max}else if(v>=p&&v>t.max){if(p>t.max)continue;m=(t.max-p)/(v-p)*(m-d)+d;v=t.max}if(!a){h.beginPath();h.moveTo(t.p2c(p),n.p2c(s));a=true}if(d>=n.max&&m>=n.max){h.lineTo(t.p2c(p),n.p2c(n.max));h.lineTo(t.p2c(v),n.p2c(n.max));continue}else if(d<=n.min&&m<=n.min){h.lineTo(t.p2c(p),n.p2c(n.min));h.lineTo(t.p2c(v),n.p2c(n.min));continue}var g=p,y=v;if(d<=m&&d<n.min&&m>=n.min){p=(n.min-d)/(m-d)*(v-p)+p;d=n.min}else if(m<=d&&m<n.min&&d>=n.min){v=(n.min-d)/(m-d)*(v-p)+p;m=n.min}if(d>=m&&d>n.max&&m<=n.max){p=(n.max-d)/(m-d)*(v-p)+p;d=n.max}else if(m>=d&&m>n.max&&d<=n.max){v=(n.max-d)/(m-d)*(v-p)+p;m=n.max}if(p!=g){h.lineTo(t.p2c(g),n.p2c(d))}h.lineTo(t.p2c(p),n.p2c(d));h.lineTo(t.p2c(v),n.p2c(m));if(v!=y){h.lineTo(t.p2c(v),n.p2c(m));h.lineTo(t.p2c(y),n.p2c(m))}}}h.save();h.translate(m.left,m.top);h.lineJoin="round";var r=e.lines.lineWidth,i=e.shadowSize;if(r>0&&i>0){h.lineWidth=i;h.strokeStyle="rgba(0,0,0,0.1)";var s=Math.PI/18;t(e.datapoints,Math.sin(s)*(r/2+i/2),Math.cos(s)*(r/2+i/2),e.xaxis,e.yaxis);h.lineWidth=i/2;t(e.datapoints,Math.sin(s)*(r/2+i/4),Math.cos(s)*(r/2+i/4),e.xaxis,e.yaxis)}h.lineWidth=r;h.strokeStyle=e.color;var o=rt(e.lines,e.color,0,y);if(o){h.fillStyle=o;n(e.datapoints,e.xaxis,e.yaxis)}if(r>0)t(e.datapoints,0,0,e.xaxis,e.yaxis);h.restore()}function et(e){function t(e,t,n,r,i,s,o,u){var a=e.points,f=e.pointsize;for(var l=0;l<a.length;l+=f){var c=a[l],p=a[l+1];if(c==null||c<s.min||c>s.max||p<o.min||p>o.max)continue;h.beginPath();c=s.p2c(c);p=o.p2c(p)+r;if(u=="circle")h.arc(c,p,t,0,i?Math.PI:Math.PI*2,false);else u(h,c,p,t,i);h.closePath();if(n){h.fillStyle=n;h.fill()}h.stroke()}}h.save();h.translate(m.left,m.top);var n=e.points.lineWidth,r=e.shadowSize,i=e.points.radius,s=e.points.symbol;if(n==0)n=1e-4;if(n>0&&r>0){var o=r/2;h.lineWidth=o;h.strokeStyle="rgba(0,0,0,0.1)";t(e.datapoints,i,null,o+o/2,true,e.xaxis,e.yaxis,s);h.strokeStyle="rgba(0,0,0,0.2)";t(e.datapoints,i,null,o/2,true,e.xaxis,e.yaxis,s)}h.lineWidth=n;h.strokeStyle=e.color;t(e.datapoints,i,rt(e.points,e.color),0,false,e.xaxis,e.yaxis,s);h.restore()}function tt(e,t,n,r,i,s,o,u,a,f,l){var c,h,p,d,v,m,g,y,b;if(f){y=m=g=true;v=false;c=n;h=e;d=t+r;p=t+i;if(h<c){b=h;h=c;c=b;v=true;m=false}}else{v=m=g=true;y=false;c=e+r;h=e+i;p=n;d=t;if(d<p){b=d;d=p;p=b;y=true;g=false}}if(h<o.min||c>o.max||d<u.min||p>u.max)return;if(c<o.min){c=o.min;v=false}if(h>o.max){h=o.max;m=false}if(p<u.min){p=u.min;y=false}if(d>u.max){d=u.max;g=false}c=o.p2c(c);p=u.p2c(p);h=o.p2c(h);d=u.p2c(d);if(s){a.fillStyle=s(p,d);a.fillRect(c,d,h-c,p-d)}if(l>0&&(v||m||g||y)){a.beginPath();a.moveTo(c,p);if(v)a.lineTo(c,d);else a.moveTo(c,d);if(g)a.lineTo(h,d);else a.moveTo(h,d);if(m)a.lineTo(h,p);else a.moveTo(h,p);if(y)a.lineTo(c,p);else a.moveTo(c,p);a.stroke()}}function nt(e){function t(t,n,r,i,s,o){var u=t.points,a=t.pointsize;for(var f=0;f<u.length;f+=a){if(u[f]==null)continue;tt(u[f],u[f+1],u[f+2],n,r,i,s,o,h,e.bars.horizontal,e.bars.lineWidth)}}h.save();h.translate(m.left,m.top);h.lineWidth=e.bars.lineWidth;h.strokeStyle=e.color;var n;switch(e.bars.align){case"left":n=0;break;case"right":n=-e.bars.barWidth;break;default:n=-e.bars.barWidth/2}var r=e.bars.fill?function(t,n){return rt(e.bars,e.color,t,n)}:null;t(e.datapoints,n,n+e.bars.barWidth,r,e.xaxis,e.yaxis);h.restore()}function rt(t,n,r,i){var s=t.fill;if(!s)return null;if(t.fillColor)return bt(t.fillColor,r,i,n);var o=e.color.parse(n);o.a=typeof s=="number"?s:.4;o.normalize();return o.toString()}function it(){if(a.legend.container!=null){e(a.legend.container).html("")}else{t.find(".legend").remove()}if(!a.legend.show){return}var n=[],r=[],i=false,s=a.legend.labelFormatter,o,f;for(var l=0;l<u.length;++l){o=u[l];if(o.label){f=s?s(o.label,o):o.label;if(f){r.push({label:f,color:o.color})}}}if(a.legend.sorted){if(e.isFunction(a.legend.sorted)){r.sort(a.legend.sorted)}else if(a.legend.sorted=="reverse"){r.reverse()}else{var c=a.legend.sorted!="descending";r.sort(function(e,t){return e.label==t.label?0:e.label<t.label!=c?1:-1})}}for(var l=0;l<r.length;++l){var h=r[l];if(l%a.legend.noColumns==0){if(i)n.push("</tr>");n.push("<tr>");i=true}n.push('<td class="legendColorBox"><div style="border:1px solid '+a.legend.labelBoxBorderColor+';padding:1px"><div style="width:4px;height:0;border:5px solid '+h.color+';overflow:hidden"></div></div></td>'+'<td class="legendLabel">'+h.label+"</td>")}if(i)n.push("</tr>");if(n.length==0)return;var p='<table style="font-size:smaller;color:'+a.grid.color+'">'+n.join("")+"</table>";if(a.legend.container!=null)e(a.legend.container).html(p);else{var d="",v=a.legend.position,g=a.legend.margin;if(g[0]==null)g=[g,g];if(v.charAt(0)=="n")d+="top:"+(g[1]+m.top)+"px;";else if(v.charAt(0)=="s")d+="bottom:"+(g[1]+m.bottom)+"px;";if(v.charAt(1)=="e")d+="right:"+(g[0]+m.right)+"px;";else if(v.charAt(1)=="w")d+="left:"+(g[0]+m.left)+"px;";var y=e('<div class="legend">'+p.replace('style="','style="position:absolute;'+d+";")+"</div>").appendTo(t);if(a.legend.backgroundOpacity!=0){var b=a.legend.backgroundColor;if(b==null){b=a.grid.backgroundColor;if(b&&typeof b=="string")b=e.color.parse(b);else b=e.color.extract(y,"background-color");b.a=1;b=b.toString()}var w=y.children();e('<div style="position:absolute;width:'+w.width()+"px;height:"+w.height()+"px;"+d+"background-color:"+b+';"> </div>').prependTo(y).css("opacity",a.legend.backgroundOpacity)}}}function ut(e,t,n){var r=a.grid.mouseActiveRadius,i=r*r+1,s=null,o=false,f,l,c;for(f=u.length-1;f>=0;--f){if(!n(u[f]))continue;var h=u[f],p=h.xaxis,d=h.yaxis,v=h.datapoints.points,m=p.c2p(e),g=d.c2p(t),y=r/p.scale,b=r/d.scale;c=h.datapoints.pointsize;if(p.options.inverseTransform)y=Number.MAX_VALUE;if(d.options.inverseTransform)b=Number.MAX_VALUE;if(h.lines.show||h.points.show){for(l=0;l<v.length;l+=c){var w=v[l],E=v[l+1];if(w==null)continue;if(w-m>y||w-m<-y||E-g>b||E-g<-b)continue;var S=Math.abs(p.p2c(w)-e),x=Math.abs(d.p2c(E)-t),T=S*S+x*x;if(T<i){i=T;s=[f,l/c]}}}if(h.bars.show&&!s){var N,C;switch(h.bars.align){case"left":N=0;break;case"right":N=-h.bars.barWidth;break;default:N=-h.bars.barWidth/2}C=N+h.bars.barWidth;for(l=0;l<v.length;l+=c){var w=v[l],E=v[l+1],k=v[l+2];if(w==null)continue;if(u[f].bars.horizontal?m<=Math.max(k,w)&&m>=Math.min(k,w)&&g>=E+N&&g<=E+C:m>=w+N&&m<=w+C&&g>=Math.min(k,E)&&g<=Math.max(k,E))s=[f,l/c]}}}if(s){f=s[0];l=s[1];c=u[f].datapoints.pointsize;return{datapoint:u[f].datapoints.points.slice(l*c,(l+1)*c),dataIndex:l,series:u[f],seriesIndex:f}}return null}function at(e){if(a.grid.hoverable)ct("plothover",e,function(e){return e["hoverable"]!=false})}function ft(e){if(a.grid.hoverable)ct("plothover",e,function(e){return false})}function lt(e){ct("plotclick",e,function(e){return e["clickable"]!=false})}function ct(e,n,r){var i=c.offset(),s=n.pageX-i.left-m.left,o=n.pageY-i.top-m.top,u=L({left:s,top:o});u.pageX=n.pageX;u.pageY=n.pageY;var f=ut(s,o,r);if(f){f.pageX=parseInt(f.series.xaxis.p2c(f.datapoint[0])+i.left+m.left,10);f.pageY=parseInt(f.series.yaxis.p2c(f.datapoint[1])+i.top+m.top,10)}if(a.grid.autoHighlight){for(var l=0;l<st.length;++l){var h=st[l];if(h.auto==e&&!(f&&h.series==f.series&&h.point[0]==f.datapoint[0]&&h.point[1]==f.datapoint[1]))vt(h.series,h.point)}if(f)dt(f.series,f.datapoint,e)}t.trigger(e,[u,f])}function ht(){var e=a.interaction.redrawOverlayInterval;if(e==-1){pt();return}if(!ot)ot=setTimeout(pt,e)}function pt(){ot=null;p.save();l.clear();p.translate(m.left,m.top);var e,t;for(e=0;e<st.length;++e){t=st[e];if(t.series.bars.show)yt(t.series,t.point);else gt(t.series,t.point)}p.restore();E(b.drawOverlay,[p])}function dt(e,t,n){if(typeof e=="number")e=u[e];if(typeof t=="number"){var r=e.datapoints.pointsize;t=e.datapoints.points.slice(r*t,r*(t+1))}var i=mt(e,t);if(i==-1){st.push({series:e,point:t,auto:n});ht()}else if(!n)st[i].auto=false}function vt(e,t){if(e==null&&t==null){st=[];ht();return}if(typeof e=="number")e=u[e];if(typeof t=="number"){var n=e.datapoints.pointsize;t=e.datapoints.points.slice(n*t,n*(t+1))}var r=mt(e,t);if(r!=-1){st.splice(r,1);ht()}}function mt(e,t){for(var n=0;n<st.length;++n){var r=st[n];if(r.series==e&&r.point[0]==t[0]&&r.point[1]==t[1])return n}return-1}function gt(t,n){var r=n[0],i=n[1],s=t.xaxis,o=t.yaxis,u=typeof t.highlightColor==="string"?t.highlightColor:e.color.parse(t.color).scale("a",.5).toString();if(r<s.min||r>s.max||i<o.min||i>o.max)return;var a=t.points.radius+t.points.lineWidth/2;p.lineWidth=a;p.strokeStyle=u;var f=1.5*a;r=s.p2c(r);i=o.p2c(i);p.beginPath();if(t.points.symbol=="circle")p.arc(r,i,f,0,2*Math.PI,false);else t.points.symbol(p,r,i,f,false);p.closePath();p.stroke()}function yt(t,n){var r=typeof t.highlightColor==="string"?t.highlightColor:e.color.parse(t.color).scale("a",.5).toString(),i=r,s;switch(t.bars.align){case"left":s=0;break;case"right":s=-t.bars.barWidth;break;default:s=-t.bars.barWidth/2}p.lineWidth=t.bars.lineWidth;p.strokeStyle=r;tt(n[0],n[1],n[2]||0,s,s+t.bars.barWidth,function(){return i},t.xaxis,t.yaxis,p,t.bars.horizontal,t.bars.lineWidth)}function bt(t,n,r,i){if(typeof t=="string")return t;else{var s=h.createLinearGradient(0,r,0,n);for(var o=0,u=t.colors.length;o<u;++o){var a=t.colors[o];if(typeof a!="string"){var f=e.color.parse(i);if(a.brightness!=null)f=f.scale("rgb",a.brightness);if(a.opacity!=null)f.a*=a.opacity;a=f.toString()}s.addColorStop(o/(u-1),a)}return s}}var u=[],a={colors:["#edc240","#afd8f8","#cb4b4b","#4da74d","#9440ed"],legend:{show:true,noColumns:1,labelFormatter:null,labelBoxBorderColor:"#ccc",container:null,position:"ne",margin:5,backgroundColor:null,backgroundOpacity:.85,sorted:null},xaxis:{show:null,position:"bottom",mode:null,font:null,color:null,tickColor:null,transform:null,inverseTransform:null,min:null,max:null,autoscaleMargin:null,ticks:null,tickFormatter:null,labelWidth:null,labelHeight:null,reserveSpace:null,tickLength:null,alignTicksWithAxis:null,tickDecimals:null,tickSize:null,minTickSize:null},yaxis:{autoscaleMargin:.02,position:"left"},xaxes:[],yaxes:[],series:{points:{show:false,radius:3,lineWidth:2,fill:true,fillColor:"#ffffff",symbol:"circle"},lines:{lineWidth:2,fill:false,fillColor:null,steps:false},bars:{show:false,lineWidth:2,barWidth:1,fill:true,fillColor:null,align:"left",horizontal:false,zero:true},shadowSize:3,highlightColor:null},grid:{show:true,aboveData:false,color:"#545454",backgroundColor:null,borderColor:null,tickColor:null,margin:0,labelMargin:5,axisMargin:8,borderWidth:2,minBorderMargin:null,markings:null,markingsColor:"#f4f4f4",markingsLineWidth:2,clickable:false,hoverable:false,autoHighlight:true,mouseActiveRadius:10},interaction:{redrawOverlayInterval:1e3/60},hooks:{}},f=null,l=null,c=null,h=null,p=null,d=[],v=[],m={left:0,right:0,top:0,bottom:0},g=0,y=0,b={processOptions:[],processRawData:[],processDatapoints:[],processOffset:[],drawBackground:[],drawSeries:[],draw:[],bindEvents:[],drawOverlay:[],shutdown:[]},w=this;w.setData=T;w.setupGrid=R;w.draw=V;w.getPlaceholder=function(){return t};w.getCanvas=function(){return f.element};w.getPlotOffset=function(){return m};w.width=function(){return g};w.height=function(){return y};w.offset=function(){var e=c.offset();e.left+=m.left;e.top+=m.top;return e};w.getData=function(){return u};w.getAxes=function(){var t={},n;e.each(d.concat(v),function(e,n){if(n)t[n.direction+(n.n!=1?n.n:"")+"axis"]=n});return t};w.getXAxes=function(){return d};w.getYAxes=function(){return v};w.c2p=L;w.p2c=A;w.getOptions=function(){return a};w.highlight=dt;w.unhighlight=vt;w.triggerRedrawOverlay=ht;w.pointOffset=function(e){return{left:parseInt(d[C(e,"x")-1].p2c(+e.x)+m.left,10),top:parseInt(v[C(e,"y")-1].p2c(+e.y)+m.top,10)}};w.shutdown=H;w.destroy=function(){H();t.removeData("plot").empty();u=[];a=null;f=null;l=null;c=null;h=null;p=null;d=[];v=[];b=null;st=[];w=null};w.resize=function(){var e=t.width(),n=t.height();f.resize(e,n);l.resize(e,n)};w.hooks=b;S(w);x(s);D();T(r);R();V();P();var st=[],ot=null}function i(e,t){return t*Math.floor(e/t)}var t=Object.prototype.hasOwnProperty;n.prototype.resize=function(e,t){if(e<=0||t<=0){throw new Error("Invalid dimensions for plot, width = "+e+", height = "+t)}var n=this.element,r=this.context,i=this.pixelRatio;if(this.width!=e){n.width=e*i;n.style.width=e+"px";this.width=e}if(this.height!=t){n.height=t*i;n.style.height=t+"px";this.height=t}r.restore();r.save();r.scale(i,i)};n.prototype.clear=function(){this.context.clearRect(0,0,this.width,this.height)};n.prototype.render=function(){var e=this._textCache;for(var n in e){if(t.call(e,n)){var r=this.getTextLayer(n),i=e[n];r.hide();for(var s in i){if(t.call(i,s)){var o=i[s];for(var u in o){if(t.call(o,u)){var a=o[u].positions;for(var f=0,l;l=a[f];f++){if(l.active){if(!l.rendered){r.append(l.element);l.rendered=true}}else{a.splice(f--,1);if(l.rendered){l.element.detach()}}}if(a.length==0){delete o[u]}}}}}r.show()}}};n.prototype.getTextLayer=function(t){var n=this.text[t];if(n==null){if(this.textContainer==null){this.textContainer=e("<div class='flot-text'></div>").css({position:"absolute",top:0,left:0,bottom:0,right:0,"font-size":"smaller",color:"#545454"}).insertAfter(this.element)}n=this.text[t]=e("<div></div>").addClass(t).css({position:"absolute",top:0,left:0,bottom:0,right:0}).appendTo(this.textContainer)}return n};n.prototype.getTextInfo=function(t,n,r,i,s){var o,u,a,f;n=""+n;if(typeof r==="object"){o=r.style+" "+r.variant+" "+r.weight+" "+r.size+"px/"+r.lineHeight+"px "+r.family}else{o=r}u=this._textCache[t];if(u==null){u=this._textCache[t]={}}a=u[o];if(a==null){a=u[o]={}}f=a[n];if(f==null){var l=e("<div></div>").html(n).css({position:"absolute","max-width":s,top:-9999}).appendTo(this.getTextLayer(t));if(typeof r==="object"){l.css({font:o,color:r.color})}else if(typeof r==="string"){l.addClass(r)}f=a[n]={width:l.outerWidth(true),height:l.outerHeight(true),element:l,positions:[]};l.detach()}return f};n.prototype.addText=function(e,t,n,r,i,s,o,u,a){var f=this.getTextInfo(e,r,i,s,o),l=f.positions;if(u=="center"){t-=f.width/2}else if(u=="right"){t-=f.width}if(a=="middle"){n-=f.height/2}else if(a=="bottom"){n-=f.height}for(var c=0,h;h=l[c];c++){if(h.x==t&&h.y==n){h.active=true;return}}h={active:true,rendered:false,element:l.length?f.element.clone():f.element,x:t,y:n};l.push(h);h.element.css({top:Math.round(n),left:Math.round(t),"text-align":u})};n.prototype.removeText=function(e,n,r,i,s,o){if(i==null){var u=this._textCache[e];if(u!=null){for(var a in u){if(t.call(u,a)){var f=u[a];for(var l in f){if(t.call(f,l)){var c=f[l].positions;for(var h=0,p;p=c[h];h++){p.active=false}}}}}}}else{var c=this.getTextInfo(e,i,s,o).positions;for(var h=0,p;p=c[h];h++){if(p.x==n&&p.y==r){p.active=false}}}};e.plot=function(t,n,i){var s=new r(e(t),n,i,e.plot.plugins);return s};e.plot.version="0.8.2";e.plot.plugins=[];e.fn.plot=function(t,n){return this.each(function(){e.plot(this,t,n)})}})(jQuery);
172
  return filters_parsed;
173
  },
174
 
175
+ add_filters_to_form: function(filters_parsed, reset_existing_filters){
176
+ if (reset_existing_filters){
177
+ jQuery('.slimstat-post-filter').remove();
178
+ }
179
+
180
  for (i in filters_parsed){
 
181
  if (jQuery.inArray(i, ['fs[minute]','fs[hour]','fs[day]','fs[month]','fs[year]','fs[interval_direction]','fs[interval]','fs[interval_hours]','fs[interval_minutes]']) == -1){
182
  jQuery('<input>').attr('type', 'hidden').attr('name', i).attr('class', 'slimstat-post-filter slimstat-temp-filter '+filters_parsed[i][0]).val(filters_parsed[i][1]).appendTo('#slimstat-filters-form');
183
  }
338
  }
339
 
340
  filters_parsed = SlimStatAdmin.parse_url_filters('p0', jQuery(this).attr('href'));
341
+ SlimStatAdmin.add_filters_to_form(filters_parsed, (typeof jQuery(this).attr('data-reset-filters') != 'undefined'));
 
342
 
343
  jQuery('#slimstat-filters-form').submit();
344
  jQuery('.slimstat-temp-filter').remove();
429
  wheelStep: 10
430
  });
431
  }
432
+
433
  // ToolTips
434
  jQuery(document).on('mouseover', '.slimstat-tooltip-trigger', function(e){
435
  jQuery(this).qtip({
498
  // Modal Window / Load & Save Filters
499
  jQuery(document).on('click', '#slimstat-load-saved-filters', function(e){
500
  e.preventDefault();
501
+ var inner_html = '';
502
+
503
+ data = {action: 'slimstat_manage_filters', security: jQuery('#meta-box-order-nonce').val(), type: 'load', current_tab: SlimStatAdminParams.current_tab};
504
+ jQuery.ajax({
505
+ url: ajaxurl,
506
+ type: 'post',
507
+ async: false,
508
+ data: data,
509
+ success: function(response){
510
+ inner_html = response;
511
+ }
512
+ });
513
+
514
  jQuery('#slimstat-modal-dialog').dialog({
515
  dialogClass: 'slimstat',
516
  title: jQuery(this).attr('title')
517
+ }).html(inner_html);
518
  jQuery('#slimstat-modal-dialog').dialog('open');
519
  });
520
 
521
+ jQuery(document).on('click', '#slimstat-save-filter', function(e){
522
  e.preventDefault();
523
+
524
+ data = {action: 'slimstat_manage_filters', security: jQuery('#meta-box-order-nonce').val(), type: 'save', filter_array: jQuery(this).attr('data-filter-array')};
525
+ jQuery.ajax({
526
+ url: ajaxurl,
527
+ type: 'post',
528
+ async: false,
529
+ data: data,
530
+ success: function(response){
531
+ jQuery('#slimstat-save-filter').text(response).fadeOut(1500);
532
+ }
533
+ });
534
+ });
535
+
536
+ jQuery(document).on('click', '.slimstat-delete-filter', function(e){
537
+ e.preventDefault();
538
+
539
+ data = {action: 'slimstat_manage_filters', security: jQuery('#meta-box-order-nonce').val(), type: 'delete', filter_id: jQuery(this).attr('data-filter-id'), current_tab: SlimStatAdminParams.current_tab};
540
+ jQuery.ajax({
541
+ url: ajaxurl,
542
+ type: 'post',
543
+ async: false,
544
+ data: data,
545
+ success: function(response){
546
+ jQuery('#slim_filters_overlay').parent().html(response);
547
+ }
548
+ });
549
  });
550
 
551
  // Redraw charts and adjust modal window width on resize
562
  (function(e){e.fn.extend({slimScroll:function(n){var r={width:"auto",height:"250px",size:"7px",color:"#000",position:"right",distance:"1px",start:"top",opacity:.4,alwaysVisible:false,disableFadeOut:false,railVisible:false,railColor:"#333",railOpacity:.2,railDraggable:true,railClass:"slimScrollRail",barClass:"slimScrollBar",wrapperClass:"slimScrollDiv",allowPageScroll:false,wheelStep:20,touchScrollStep:200,borderRadius:"7px",railBorderRadius:"7px"};var i=e.extend(r,n);this.each(function(){function x(t){if(!r){return}var t=t||window.event;var n=0;if(t.wheelDelta){n=-t.wheelDelta/120}if(t.detail){n=t.detail/3}var s=t.target||t.srcTarget||t.srcElement;if(e(s).closest("."+i.wrapperClass).is(m.parent())){T(n,true)}if(t.preventDefault&&!v){t.preventDefault()}if(!v){t.returnValue=false}}function T(e,t,n){v=false;var r=e;var s=m.outerHeight()-E.outerHeight();if(t){r=parseInt(E.css("top"))+e*parseInt(i.wheelStep)/100*E.outerHeight();r=Math.min(Math.max(r,0),s);r=e>0?Math.ceil(r):Math.floor(r);E.css({top:r+"px"})}c=parseInt(E.css("top"))/(m.outerHeight()-E.outerHeight());r=c*(m[0].scrollHeight-m.outerHeight());if(n){r=e;var u=r/m[0].scrollHeight*m.outerHeight();u=Math.min(Math.max(u,0),s);E.css({top:u+"px"})}m.scrollTop(r);m.trigger("slimscrolling",~~r);k();L()}function N(){if(window.addEventListener){this.addEventListener("DOMMouseScroll",x,false);this.addEventListener("mousewheel",x,false)}else{document.attachEvent("onmousewheel",x)}}function C(){l=Math.max(m.outerHeight()/m[0].scrollHeight*m.outerHeight(),d);E.css({height:l+"px"});var e=l==m.outerHeight()?"none":"block";E.css({display:e})}function k(){C();clearTimeout(a);if(c==~~c){v=i.allowPageScroll;if(h!=c){var e=~~c==0?"top":"bottom";m.trigger("slimscroll",e)}}else{v=false}h=c;if(l>=m.outerHeight()){v=true;return}E.stop(true,true).fadeIn("fast");if(i.railVisible){w.stop(true,true).fadeIn("fast")}}function L(){if(!i.alwaysVisible){a=setTimeout(function(){if(!(i.disableFadeOut&&r)&&!s&&!u){E.fadeOut("slow");w.fadeOut("slow")}},1e3)}}var r,s,u,a,f,l,c,h,p="<div></div>",d=30,v=false;var m=e(this);if(m.parent().hasClass(i.wrapperClass)){var g=m.scrollTop();E=m.parent().find("."+i.barClass);w=m.parent().find("."+i.railClass);C();if(e.isPlainObject(n)){if("height"in n&&n.height=="auto"){m.parent().css("height","auto");m.css("height","auto");var y=m.parent().parent().height();m.parent().css("height",y);m.css("height",y)}if("scrollTo"in n){g=parseInt(i.scrollTo)}else if("scrollBy"in n){g+=parseInt(i.scrollBy)}else if("destroy"in n){E.remove();w.remove();m.unwrap();return}T(g,false,true)}return}else if(e.isPlainObject(n)){if("destroy"in n){return}}i.height=i.height=="auto"?m.parent().height():i.height;var b=e(p).addClass(i.wrapperClass).css({position:"relative",overflow:"hidden",width:i.width,height:i.height});m.css({overflow:"hidden",width:i.width,height:i.height});var w=e(p).addClass(i.railClass).css({width:i.size,height:"100%",position:"absolute",top:0,display:i.alwaysVisible&&i.railVisible?"block":"none","border-radius":i.railBorderRadius,background:i.railColor,opacity:i.railOpacity,zIndex:90});var E=e(p).addClass(i.barClass).css({background:i.color,width:i.size,position:"absolute",top:0,opacity:i.opacity,display:i.alwaysVisible?"block":"none","border-radius":i.borderRadius,BorderRadius:i.borderRadius,MozBorderRadius:i.borderRadius,WebkitBorderRadius:i.borderRadius,zIndex:99});var S=i.position=="right"?{right:i.distance}:{left:i.distance};w.css(S);E.css(S);m.wrap(b);m.parent().append(E);m.parent().append(w);if(i.railDraggable){E.bind("mousedown",function(n){var r=e(document);u=true;t=parseFloat(E.css("top"));pageY=n.pageY;r.bind("mousemove.slimscroll",function(e){currTop=t+e.pageY-pageY;E.css("top",currTop);T(0,E.position().top,false)});r.bind("mouseup.slimscroll",function(e){u=false;L();r.unbind(".slimscroll")});return false}).bind("selectstart.slimscroll",function(e){e.stopPropagation();e.preventDefault();return false})}w.hover(function(){k()},function(){L()});E.hover(function(){s=true},function(){s=false});m.hover(function(){r=true;k();L()},function(){r=false;L()});m.bind("touchstart",function(e,t){if(e.originalEvent.touches.length){f=e.originalEvent.touches[0].pageY}});m.bind("touchmove",function(e){if(!v){e.originalEvent.preventDefault()}if(e.originalEvent.touches.length){var t=(f-e.originalEvent.touches[0].pageY)/i.touchScrollStep;T(t,true);f=e.originalEvent.touches[0].pageY}});C();if(i.start==="bottom"){E.css({top:m.outerHeight()-E.outerHeight()});T(0,true)}else if(i.start!=="top"){T(e(i.start).position().top,null,true);if(!i.alwaysVisible){E.hide()}}N()});return this}});e.fn.extend({slimscroll:e.fn.slimScroll})})(jQuery);
563
 
564
  /* qTip2 v2.2.1 | http://qtip2.com | Licensed MIT, GPL. */
565
+ !function(a,b,c){!function(a){"use strict";"function"==typeof define&&define.amd?define(["jquery"],a):jQuery&&!jQuery.fn.qtip&&a(jQuery)}(function(d){"use strict";function e(a,b,c,e){this.id=c,this.target=a,this.tooltip=z,this.elements={target:a},this._id=M+"-"+c,this.timers={img:{}},this.options=b,this.plugins={},this.cache={event:{},target:d(),disabled:y,attr:e,onTooltip:y,lastClass:""},this.rendered=this.destroyed=this.disabled=this.waiting=this.hiddenDuringWait=this.positioning=this.triggering=y}function f(a){return a===z||"object"!==d.type(a)}function g(a){return!(d.isFunction(a)||a&&a.attr||a.length||"object"===d.type(a)&&(a.jquery||a.then))}function h(a){var b,c,e,h;return f(a)?y:(f(a.metadata)&&(a.metadata={type:a.metadata}),"content"in a&&(b=a.content,f(b)||b.jquery||b.done?b=a.content={text:c=g(b)?y:b}:c=b.text,"ajax"in b&&(e=b.ajax,h=e&&e.once!==y,delete b.ajax,b.text=function(a,b){var f=c||d(this).attr(b.options.content.attr)||"Loading...",g=d.ajax(d.extend({},e,{context:b})).then(e.success,z,e.error).then(function(a){return a&&h&&b.set("content.text",a),a},function(a,c,d){b.destroyed||0===a.status||b.set("content.text",c+": "+d)});return h?f:(b.set("content.text",f),g)}),"title"in b&&(d.isPlainObject(b.title)&&(b.button=b.title.button,b.title=b.title.text),g(b.title||y)&&(b.title=y))),"position"in a&&f(a.position)&&(a.position={my:a.position,at:a.position}),"show"in a&&f(a.show)&&(a.show=a.show.jquery?{target:a.show}:a.show===x?{ready:x}:{event:a.show}),"hide"in a&&f(a.hide)&&(a.hide=a.hide.jquery?{target:a.hide}:{event:a.hide}),"style"in a&&f(a.style)&&(a.style={classes:a.style}),d.each(L,function(){this.sanitize&&this.sanitize(a)}),a)}function i(a,b){for(var c,d=0,e=a,f=b.split(".");e=e[f[d++]];)d<f.length&&(c=e);return[c||a,f.pop()]}function j(a,b){var c,d,e;for(c in this.checks)for(d in this.checks[c])(e=new RegExp(d,"i").exec(a))&&(b.push(e),("builtin"===c||this.plugins[c])&&this.checks[c][d].apply(this.plugins[c]||this,b))}function k(a){return P.concat("").join(a?"-"+a+" ":" ")}function l(a,b){return b>0?setTimeout(d.proxy(a,this),b):void a.call(this)}function m(a){this.tooltip.hasClass(W)||(clearTimeout(this.timers.show),clearTimeout(this.timers.hide),this.timers.show=l.call(this,function(){this.toggle(x,a)},this.options.show.delay))}function n(a){if(!this.tooltip.hasClass(W)&&!this.destroyed){var b=d(a.relatedTarget),c=b.closest(Q)[0]===this.tooltip[0],e=b[0]===this.options.show.target[0];if(clearTimeout(this.timers.show),clearTimeout(this.timers.hide),this!==b[0]&&"mouse"===this.options.position.target&&c||this.options.hide.fixed&&/mouse(out|leave|move)/.test(a.type)&&(c||e))try{a.preventDefault(),a.stopImmediatePropagation()}catch(f){}else this.timers.hide=l.call(this,function(){this.toggle(y,a)},this.options.hide.delay,this)}}function o(a){!this.tooltip.hasClass(W)&&this.options.hide.inactive&&(clearTimeout(this.timers.inactive),this.timers.inactive=l.call(this,function(){this.hide(a)},this.options.hide.inactive))}function p(a){this.rendered&&this.tooltip[0].offsetWidth>0&&this.reposition(a)}function q(a,c,e){d(b.body).delegate(a,(c.split?c:c.join("."+M+" "))+"."+M,function(){var a=s.api[d.attr(this,O)];a&&!a.disabled&&e.apply(a,arguments)})}function r(a,c,f){var g,i,j,k,l,m=d(b.body),n=a[0]===b?m:a,o=a.metadata?a.metadata(f.metadata):z,p="html5"===f.metadata.type&&o?o[f.metadata.name]:z,q=a.data(f.metadata.name||"qtipopts");try{q="string"==typeof q?d.parseJSON(q):q}catch(r){}if(k=d.extend(x,{},s.defaults,f,"object"==typeof q?h(q):z,h(p||o)),i=k.position,k.id=c,"boolean"==typeof k.content.text){if(j=a.attr(k.content.attr),k.content.attr===y||!j)return y;k.content.text=j}if(i.container.length||(i.container=m),i.target===y&&(i.target=n),k.show.target===y&&(k.show.target=n),k.show.solo===x&&(k.show.solo=i.container.closest("body")),k.hide.target===y&&(k.hide.target=n),k.position.viewport===x&&(k.position.viewport=i.container),i.container=i.container.eq(0),i.at=new u(i.at,x),i.my=new u(i.my),a.data(M))if(k.overwrite)a.qtip("destroy",!0);else if(k.overwrite===y)return y;return a.attr(N,c),k.suppress&&(l=a.attr("title"))&&a.removeAttr("title").attr(Y,l).attr("title",""),g=new e(a,k,c,!!j),a.data(M,g),g}var s,t,u,v,w,x=!0,y=!1,z=null,A="x",B="y",C="width",D="height",E="top",F="left",G="bottom",H="right",I="center",J="flipinvert",K="shift",L={},M="qtip",N="data-hasqtip",O="data-qtip-id",P=["ui-widget","ui-tooltip"],Q="."+M,R="click dblclick mousedown mouseup mousemove mouseleave mouseenter".split(" "),S=M+"-fixed",T=M+"-default",U=M+"-focus",V=M+"-hover",W=M+"-disabled",X="_replacedByqTip",Y="oldtitle",Z={ie:function(){for(var a=4,c=b.createElement("div");(c.innerHTML="<!--[if gt IE "+a+"]><i></i><![endif]-->")&&c.getElementsByTagName("i")[0];a+=1);return a>4?a:0/0}(),iOS:parseFloat((""+(/CPU.*OS ([0-9_]{1,5})|(CPU like).*AppleWebKit.*Mobile/i.exec(navigator.userAgent)||[0,""])[1]).replace("undefined","3_2").replace("_",".").replace("_",""))||y};t=e.prototype,t._when=function(a){return d.when.apply(d,a)},t.render=function(a){if(this.rendered||this.destroyed)return this;var b,c=this,e=this.options,f=this.cache,g=this.elements,h=e.content.text,i=e.content.title,j=e.content.button,k=e.position,l=("."+this._id+" ",[]);return d.attr(this.target[0],"aria-describedby",this._id),f.posClass=this._createPosClass((this.position={my:k.my,at:k.at}).my),this.tooltip=g.tooltip=b=d("<div/>",{id:this._id,"class":[M,T,e.style.classes,f.posClass].join(" "),width:e.style.width||"",height:e.style.height||"",tracking:"mouse"===k.target&&k.adjust.mouse,role:"alert","aria-live":"polite","aria-atomic":y,"aria-describedby":this._id+"-content","aria-hidden":x}).toggleClass(W,this.disabled).attr(O,this.id).data(M,this).appendTo(k.container).append(g.content=d("<div />",{"class":M+"-content",id:this._id+"-content","aria-atomic":x})),this.rendered=-1,this.positioning=x,i&&(this._createTitle(),d.isFunction(i)||l.push(this._updateTitle(i,y))),j&&this._createButton(),d.isFunction(h)||l.push(this._updateContent(h,y)),this.rendered=x,this._setWidget(),d.each(L,function(a){var b;"render"===this.initialize&&(b=this(c))&&(c.plugins[a]=b)}),this._unassignEvents(),this._assignEvents(),this._when(l).then(function(){c._trigger("render"),c.positioning=y,c.hiddenDuringWait||!e.show.ready&&!a||c.toggle(x,f.event,y),c.hiddenDuringWait=y}),s.api[this.id]=this,this},t.destroy=function(a){function b(){if(!this.destroyed){this.destroyed=x;var a,b=this.target,c=b.attr(Y);this.rendered&&this.tooltip.stop(1,0).find("*").remove().end().remove(),d.each(this.plugins,function(){this.destroy&&this.destroy()});for(a in this.timers)clearTimeout(this.timers[a]);b.removeData(M).removeAttr(O).removeAttr(N).removeAttr("aria-describedby"),this.options.suppress&&c&&b.attr("title",c).removeAttr(Y),this._unassignEvents(),this.options=this.elements=this.cache=this.timers=this.plugins=this.mouse=z,delete s.api[this.id]}}return this.destroyed?this.target:(a===x&&"hide"!==this.triggering||!this.rendered?b.call(this):(this.tooltip.one("tooltiphidden",d.proxy(b,this)),!this.triggering&&this.hide()),this.target)},v=t.checks={builtin:{"^id$":function(a,b,c,e){var f=c===x?s.nextid:c,g=M+"-"+f;f!==y&&f.length>0&&!d("#"+g).length?(this._id=g,this.rendered&&(this.tooltip[0].id=this._id,this.elements.content[0].id=this._id+"-content",this.elements.title[0].id=this._id+"-title")):a[b]=e},"^prerender":function(a,b,c){c&&!this.rendered&&this.render(this.options.show.ready)},"^content.text$":function(a,b,c){this._updateContent(c)},"^content.attr$":function(a,b,c,d){this.options.content.text===this.target.attr(d)&&this._updateContent(this.target.attr(c))},"^content.title$":function(a,b,c){return c?(c&&!this.elements.title&&this._createTitle(),void this._updateTitle(c)):this._removeTitle()},"^content.button$":function(a,b,c){this._updateButton(c)},"^content.title.(text|button)$":function(a,b,c){this.set("content."+b,c)},"^position.(my|at)$":function(a,b,c){"string"==typeof c&&(this.position[b]=a[b]=new u(c,"at"===b))},"^position.container$":function(a,b,c){this.rendered&&this.tooltip.appendTo(c)},"^show.ready$":function(a,b,c){c&&(!this.rendered&&this.render(x)||this.toggle(x))},"^style.classes$":function(a,b,c,d){this.rendered&&this.tooltip.removeClass(d).addClass(c)},"^style.(width|height)":function(a,b,c){this.rendered&&this.tooltip.css(b,c)},"^style.widget|content.title":function(){this.rendered&&this._setWidget()},"^style.def":function(a,b,c){this.rendered&&this.tooltip.toggleClass(T,!!c)},"^events.(render|show|move|hide|focus|blur)$":function(a,b,c){this.rendered&&this.tooltip[(d.isFunction(c)?"":"un")+"bind"]("tooltip"+b,c)},"^(show|hide|position).(event|target|fixed|inactive|leave|distance|viewport|adjust)":function(){if(this.rendered){var a=this.options.position;this.tooltip.attr("tracking","mouse"===a.target&&a.adjust.mouse),this._unassignEvents(),this._assignEvents()}}}},t.get=function(a){if(this.destroyed)return this;var b=i(this.options,a.toLowerCase()),c=b[0][b[1]];return c.precedance?c.string():c};var $=/^position\.(my|at|adjust|target|container|viewport)|style|content|show\.ready/i,_=/^prerender|show\.ready/i;t.set=function(a,b){if(this.destroyed)return this;{var c,e=this.rendered,f=y,g=this.options;this.checks}return"string"==typeof a?(c=a,a={},a[c]=b):a=d.extend({},a),d.each(a,function(b,c){if(e&&_.test(b))return void delete a[b];var h,j=i(g,b.toLowerCase());h=j[0][j[1]],j[0][j[1]]=c&&c.nodeType?d(c):c,f=$.test(b)||f,a[b]=[j[0],j[1],c,h]}),h(g),this.positioning=x,d.each(a,d.proxy(j,this)),this.positioning=y,this.rendered&&this.tooltip[0].offsetWidth>0&&f&&this.reposition("mouse"===g.position.target?z:this.cache.event),this},t._update=function(a,b){var c=this,e=this.cache;return this.rendered&&a?(d.isFunction(a)&&(a=a.call(this.elements.target,e.event,this)||""),d.isFunction(a.then)?(e.waiting=x,a.then(function(a){return e.waiting=y,c._update(a,b)},z,function(a){return c._update(a,b)})):a===y||!a&&""!==a?y:(a.jquery&&a.length>0?b.empty().append(a.css({display:"block",visibility:"visible"})):b.html(a),this._waitForContent(b).then(function(a){c.rendered&&c.tooltip[0].offsetWidth>0&&c.reposition(e.event,!a.length)}))):y},t._waitForContent=function(a){var b=this.cache;return b.waiting=x,(d.fn.imagesLoaded?a.imagesLoaded():d.Deferred().resolve([])).done(function(){b.waiting=y}).promise()},t._updateContent=function(a,b){this._update(a,this.elements.content,b)},t._updateTitle=function(a,b){this._update(a,this.elements.title,b)===y&&this._removeTitle(y)},t._createTitle=function(){var a=this.elements,b=this._id+"-title";a.titlebar&&this._removeTitle(),a.titlebar=d("<div />",{"class":M+"-titlebar "+(this.options.style.widget?k("header"):"")}).append(a.title=d("<div />",{id:b,"class":M+"-title","aria-atomic":x})).insertBefore(a.content).delegate(".qtip-close","mousedown keydown mouseup keyup mouseout",function(a){d(this).toggleClass("ui-state-active ui-state-focus","down"===a.type.substr(-4))}).delegate(".qtip-close","mouseover mouseout",function(a){d(this).toggleClass("ui-state-hover","mouseover"===a.type)}),this.options.content.button&&this._createButton()},t._removeTitle=function(a){var b=this.elements;b.title&&(b.titlebar.remove(),b.titlebar=b.title=b.button=z,a!==y&&this.reposition())},t._createPosClass=function(a){return M+"-pos-"+(a||this.options.position.my).abbrev()},t.reposition=function(c,e){if(!this.rendered||this.positioning||this.destroyed)return this;this.positioning=x;var f,g,h,i,j=this.cache,k=this.tooltip,l=this.options.position,m=l.target,n=l.my,o=l.at,p=l.viewport,q=l.container,r=l.adjust,s=r.method.split(" "),t=k.outerWidth(y),u=k.outerHeight(y),v=0,w=0,z=k.css("position"),A={left:0,top:0},B=k[0].offsetWidth>0,C=c&&"scroll"===c.type,D=d(a),J=q[0].ownerDocument,K=this.mouse;if(d.isArray(m)&&2===m.length)o={x:F,y:E},A={left:m[0],top:m[1]};else if("mouse"===m)o={x:F,y:E},(!r.mouse||this.options.hide.distance)&&j.origin&&j.origin.pageX?c=j.origin:!c||c&&("resize"===c.type||"scroll"===c.type)?c=j.event:K&&K.pageX&&(c=K),"static"!==z&&(A=q.offset()),J.body.offsetWidth!==(a.innerWidth||J.documentElement.clientWidth)&&(g=d(b.body).offset()),A={left:c.pageX-A.left+(g&&g.left||0),top:c.pageY-A.top+(g&&g.top||0)},r.mouse&&C&&K&&(A.left-=(K.scrollX||0)-D.scrollLeft(),A.top-=(K.scrollY||0)-D.scrollTop());else{if("event"===m?c&&c.target&&"scroll"!==c.type&&"resize"!==c.type?j.target=d(c.target):c.target||(j.target=this.elements.target):"event"!==m&&(j.target=d(m.jquery?m:this.elements.target)),m=j.target,m=d(m).eq(0),0===m.length)return this;m[0]===b||m[0]===a?(v=Z.iOS?a.innerWidth:m.width(),w=Z.iOS?a.innerHeight:m.height(),m[0]===a&&(A={top:(p||m).scrollTop(),left:(p||m).scrollLeft()})):L.imagemap&&m.is("area")?f=L.imagemap(this,m,o,L.viewport?s:y):L.svg&&m&&m[0].ownerSVGElement?f=L.svg(this,m,o,L.viewport?s:y):(v=m.outerWidth(y),w=m.outerHeight(y),A=m.offset()),f&&(v=f.width,w=f.height,g=f.offset,A=f.position),A=this.reposition.offset(m,A,q),(Z.iOS>3.1&&Z.iOS<4.1||Z.iOS>=4.3&&Z.iOS<4.33||!Z.iOS&&"fixed"===z)&&(A.left-=D.scrollLeft(),A.top-=D.scrollTop()),(!f||f&&f.adjustable!==y)&&(A.left+=o.x===H?v:o.x===I?v/2:0,A.top+=o.y===G?w:o.y===I?w/2:0)}return A.left+=r.x+(n.x===H?-t:n.x===I?-t/2:0),A.top+=r.y+(n.y===G?-u:n.y===I?-u/2:0),L.viewport?(h=A.adjusted=L.viewport(this,A,l,v,w,t,u),g&&h.left&&(A.left+=g.left),g&&h.top&&(A.top+=g.top),h.my&&(this.position.my=h.my)):A.adjusted={left:0,top:0},j.posClass!==(i=this._createPosClass(this.position.my))&&k.removeClass(j.posClass).addClass(j.posClass=i),this._trigger("move",[A,p.elem||p],c)?(delete A.adjusted,e===y||!B||isNaN(A.left)||isNaN(A.top)||"mouse"===m||!d.isFunction(l.effect)?k.css(A):d.isFunction(l.effect)&&(l.effect.call(k,this,d.extend({},A)),k.queue(function(a){d(this).css({opacity:"",height:""}),Z.ie&&this.style.removeAttribute("filter"),a()})),this.positioning=y,this):this},t.reposition.offset=function(a,c,e){function f(a,b){c.left+=b*a.scrollLeft(),c.top+=b*a.scrollTop()}if(!e[0])return c;var g,h,i,j,k=d(a[0].ownerDocument),l=!!Z.ie&&"CSS1Compat"!==b.compatMode,m=e[0];do"static"!==(h=d.css(m,"position"))&&("fixed"===h?(i=m.getBoundingClientRect(),f(k,-1)):(i=d(m).position(),i.left+=parseFloat(d.css(m,"borderLeftWidth"))||0,i.top+=parseFloat(d.css(m,"borderTopWidth"))||0),c.left-=i.left+(parseFloat(d.css(m,"marginLeft"))||0),c.top-=i.top+(parseFloat(d.css(m,"marginTop"))||0),g||"hidden"===(j=d.css(m,"overflow"))||"visible"===j||(g=d(m)));while(m=m.offsetParent);return g&&(g[0]!==k[0]||l)&&f(g,1),c};var ab=(u=t.reposition.Corner=function(a,b){a=(""+a).replace(/([A-Z])/," $1").replace(/middle/gi,I).toLowerCase(),this.x=(a.match(/left|right/i)||a.match(/center/)||["inherit"])[0].toLowerCase(),this.y=(a.match(/top|bottom|center/i)||["inherit"])[0].toLowerCase(),this.forceY=!!b;var c=a.charAt(0);this.precedance="t"===c||"b"===c?B:A}).prototype;ab.invert=function(a,b){this[a]=this[a]===F?H:this[a]===H?F:b||this[a]},ab.string=function(a){var b=this.x,c=this.y,d=b!==c?"center"===b||"center"!==c&&(this.precedance===B||this.forceY)?[c,b]:[b,c]:[b];return a!==!1?d.join(" "):d},ab.abbrev=function(){var a=this.string(!1);return a[0].charAt(0)+(a[1]&&a[1].charAt(0)||"")},ab.clone=function(){return new u(this.string(),this.forceY)},t.toggle=function(a,c){var e=this.cache,f=this.options,g=this.tooltip;if(c){if(/over|enter/.test(c.type)&&e.event&&/out|leave/.test(e.event.type)&&f.show.target.add(c.target).length===f.show.target.length&&g.has(c.relatedTarget).length)return this;e.event=d.event.fix(c)}if(this.waiting&&!a&&(this.hiddenDuringWait=x),!this.rendered)return a?this.render(1):this;if(this.destroyed||this.disabled)return this;var h,i,j,k=a?"show":"hide",l=this.options[k],m=(this.options[a?"hide":"show"],this.options.position),n=this.options.content,o=this.tooltip.css("width"),p=this.tooltip.is(":visible"),q=a||1===l.target.length,r=!c||l.target.length<2||e.target[0]===c.target;return(typeof a).search("boolean|number")&&(a=!p),h=!g.is(":animated")&&p===a&&r,i=h?z:!!this._trigger(k,[90]),this.destroyed?this:(i!==y&&a&&this.focus(c),!i||h?this:(d.attr(g[0],"aria-hidden",!a),a?(this.mouse&&(e.origin=d.event.fix(this.mouse)),d.isFunction(n.text)&&this._updateContent(n.text,y),d.isFunction(n.title)&&this._updateTitle(n.title,y),!w&&"mouse"===m.target&&m.adjust.mouse&&(d(b).bind("mousemove."+M,this._storeMouse),w=x),o||g.css("width",g.outerWidth(y)),this.reposition(c,arguments[2]),o||g.css("width",""),l.solo&&("string"==typeof l.solo?d(l.solo):d(Q,l.solo)).not(g).not(l.target).qtip("hide",d.Event("tooltipsolo"))):(clearTimeout(this.timers.show),delete e.origin,w&&!d(Q+'[tracking="true"]:visible',l.solo).not(g).length&&(d(b).unbind("mousemove."+M),w=y),this.blur(c)),j=d.proxy(function(){a?(Z.ie&&g[0].style.removeAttribute("filter"),g.css("overflow",""),"string"==typeof l.autofocus&&d(this.options.show.autofocus,g).focus(),this.options.show.target.trigger("qtip-"+this.id+"-inactive")):g.css({display:"",visibility:"",opacity:"",left:"",top:""}),this._trigger(a?"visible":"hidden")},this),l.effect===y||q===y?(g[k](),j()):d.isFunction(l.effect)?(g.stop(1,1),l.effect.call(g,this),g.queue("fx",function(a){j(),a()})):g.fadeTo(90,a?1:0,j),a&&l.target.trigger("qtip-"+this.id+"-inactive"),this))},t.show=function(a){return this.toggle(x,a)},t.hide=function(a){return this.toggle(y,a)},t.focus=function(a){if(!this.rendered||this.destroyed)return this;var b=d(Q),c=this.tooltip,e=parseInt(c[0].style.zIndex,10),f=s.zindex+b.length;return c.hasClass(U)||this._trigger("focus",[f],a)&&(e!==f&&(b.each(function(){this.style.zIndex>e&&(this.style.zIndex=this.style.zIndex-1)}),b.filter("."+U).qtip("blur",a)),c.addClass(U)[0].style.zIndex=f),this},t.blur=function(a){return!this.rendered||this.destroyed?this:(this.tooltip.removeClass(U),this._trigger("blur",[this.tooltip.css("zIndex")],a),this)},t.disable=function(a){return this.destroyed?this:("toggle"===a?a=!(this.rendered?this.tooltip.hasClass(W):this.disabled):"boolean"!=typeof a&&(a=x),this.rendered&&this.tooltip.toggleClass(W,a).attr("aria-disabled",a),this.disabled=!!a,this)},t.enable=function(){return this.disable(y)},t._createButton=function(){var a=this,b=this.elements,c=b.tooltip,e=this.options.content.button,f="string"==typeof e,g=f?e:"Close tooltip";b.button&&b.button.remove(),b.button=e.jquery?e:d("<a />",{"class":"qtip-close "+(this.options.style.widget?"":M+"-icon"),title:g,"aria-label":g}).prepend(d("<span />",{"class":"ui-icon ui-icon-close",html:"&times;"})),b.button.appendTo(b.titlebar||c).attr("role","button").click(function(b){return c.hasClass(W)||a.hide(b),y})},t._updateButton=function(a){if(!this.rendered)return y;var b=this.elements.button;a?this._createButton():b.remove()},t._setWidget=function(){var a=this.options.style.widget,b=this.elements,c=b.tooltip,d=c.hasClass(W);c.removeClass(W),W=a?"ui-state-disabled":"qtip-disabled",c.toggleClass(W,d),c.toggleClass("ui-helper-reset "+k(),a).toggleClass(T,this.options.style.def&&!a),b.content&&b.content.toggleClass(k("content"),a),b.titlebar&&b.titlebar.toggleClass(k("header"),a),b.button&&b.button.toggleClass(M+"-icon",!a)},t._storeMouse=function(a){return(this.mouse=d.event.fix(a)).type="mousemove",this},t._bind=function(a,b,c,e,f){if(a&&c&&b.length){var g="."+this._id+(e?"-"+e:"");return d(a).bind((b.split?b:b.join(g+" "))+g,d.proxy(c,f||this)),this}},t._unbind=function(a,b){return a&&d(a).unbind("."+this._id+(b?"-"+b:"")),this},t._trigger=function(a,b,c){var e=d.Event("tooltip"+a);return e.originalEvent=c&&d.extend({},c)||this.cache.event||z,this.triggering=a,this.tooltip.trigger(e,[this].concat(b||[])),this.triggering=y,!e.isDefaultPrevented()},t._bindEvents=function(a,b,c,e,f,g){var h=c.filter(e).add(e.filter(c)),i=[];h.length&&(d.each(b,function(b,c){var e=d.inArray(c,a);e>-1&&i.push(a.splice(e,1)[0])}),i.length&&(this._bind(h,i,function(a){var b=this.rendered?this.tooltip[0].offsetWidth>0:!1;(b?g:f).call(this,a)}),c=c.not(h),e=e.not(h))),this._bind(c,a,f),this._bind(e,b,g)},t._assignInitialEvents=function(a){function b(a){return this.disabled||this.destroyed?y:(this.cache.event=a&&d.event.fix(a),this.cache.target=a&&d(a.target),clearTimeout(this.timers.show),void(this.timers.show=l.call(this,function(){this.render("object"==typeof a||c.show.ready)},c.prerender?0:c.show.delay)))}var c=this.options,e=c.show.target,f=c.hide.target,g=c.show.event?d.trim(""+c.show.event).split(" "):[],h=c.hide.event?d.trim(""+c.hide.event).split(" "):[];this._bind(this.elements.target,["remove","removeqtip"],function(){this.destroy(!0)},"destroy"),/mouse(over|enter)/i.test(c.show.event)&&!/mouse(out|leave)/i.test(c.hide.event)&&h.push("mouseleave"),this._bind(e,"mousemove",function(a){this._storeMouse(a),this.cache.onTarget=x}),this._bindEvents(g,h,e,f,b,function(){return this.timers?void clearTimeout(this.timers.show):y}),(c.show.ready||c.prerender)&&b.call(this,a)},t._assignEvents=function(){var c=this,e=this.options,f=e.position,g=this.tooltip,h=e.show.target,i=e.hide.target,j=f.container,k=f.viewport,l=d(b),q=(d(b.body),d(a)),r=e.show.event?d.trim(""+e.show.event).split(" "):[],t=e.hide.event?d.trim(""+e.hide.event).split(" "):[];d.each(e.events,function(a,b){c._bind(g,"toggle"===a?["tooltipshow","tooltiphide"]:["tooltip"+a],b,null,g)}),/mouse(out|leave)/i.test(e.hide.event)&&"window"===e.hide.leave&&this._bind(l,["mouseout","blur"],function(a){/select|option/.test(a.target.nodeName)||a.relatedTarget||this.hide(a)}),e.hide.fixed?i=i.add(g.addClass(S)):/mouse(over|enter)/i.test(e.show.event)&&this._bind(i,"mouseleave",function(){clearTimeout(this.timers.show)}),(""+e.hide.event).indexOf("unfocus")>-1&&this._bind(j.closest("html"),["mousedown","touchstart"],function(a){var b=d(a.target),c=this.rendered&&!this.tooltip.hasClass(W)&&this.tooltip[0].offsetWidth>0,e=b.parents(Q).filter(this.tooltip[0]).length>0;b[0]===this.target[0]||b[0]===this.tooltip[0]||e||this.target.has(b[0]).length||!c||this.hide(a)}),"number"==typeof e.hide.inactive&&(this._bind(h,"qtip-"+this.id+"-inactive",o,"inactive"),this._bind(i.add(g),s.inactiveEvents,o)),this._bindEvents(r,t,h,i,m,n),this._bind(h.add(g),"mousemove",function(a){if("number"==typeof e.hide.distance){var b=this.cache.origin||{},c=this.options.hide.distance,d=Math.abs;(d(a.pageX-b.pageX)>=c||d(a.pageY-b.pageY)>=c)&&this.hide(a)}this._storeMouse(a)}),"mouse"===f.target&&f.adjust.mouse&&(e.hide.event&&this._bind(h,["mouseenter","mouseleave"],function(a){return this.cache?void(this.cache.onTarget="mouseenter"===a.type):y}),this._bind(l,"mousemove",function(a){this.rendered&&this.cache.onTarget&&!this.tooltip.hasClass(W)&&this.tooltip[0].offsetWidth>0&&this.reposition(a)})),(f.adjust.resize||k.length)&&this._bind(d.event.special.resize?k:q,"resize",p),f.adjust.scroll&&this._bind(q.add(f.container),"scroll",p)},t._unassignEvents=function(){var c=this.options,e=c.show.target,f=c.hide.target,g=d.grep([this.elements.target[0],this.rendered&&this.tooltip[0],c.position.container[0],c.position.viewport[0],c.position.container.closest("html")[0],a,b],function(a){return"object"==typeof a});e&&e.toArray&&(g=g.concat(e.toArray())),f&&f.toArray&&(g=g.concat(f.toArray())),this._unbind(g)._unbind(g,"destroy")._unbind(g,"inactive")},d(function(){q(Q,["mouseenter","mouseleave"],function(a){var b="mouseenter"===a.type,c=d(a.currentTarget),e=d(a.relatedTarget||a.target),f=this.options;b?(this.focus(a),c.hasClass(S)&&!c.hasClass(W)&&clearTimeout(this.timers.hide)):"mouse"===f.position.target&&f.position.adjust.mouse&&f.hide.event&&f.show.target&&!e.closest(f.show.target[0]).length&&this.hide(a),c.toggleClass(V,b)}),q("["+O+"]",R,o)}),s=d.fn.qtip=function(a,b,e){var f=(""+a).toLowerCase(),g=z,i=d.makeArray(arguments).slice(1),j=i[i.length-1],k=this[0]?d.data(this[0],M):z;return!arguments.length&&k||"api"===f?k:"string"==typeof a?(this.each(function(){var a=d.data(this,M);if(!a)return x;if(j&&j.timeStamp&&(a.cache.event=j),!b||"option"!==f&&"options"!==f)a[f]&&a[f].apply(a,i);else{if(e===c&&!d.isPlainObject(b))return g=a.get(b),y;a.set(b,e)}}),g!==z?g:this):"object"!=typeof a&&arguments.length?void 0:(k=h(d.extend(x,{},a)),this.each(function(a){var b,c;return c=d.isArray(k.id)?k.id[a]:k.id,c=!c||c===y||c.length<1||s.api[c]?s.nextid++:c,b=r(d(this),c,k),b===y?x:(s.api[c]=b,d.each(L,function(){"initialize"===this.initialize&&this(b)}),void b._assignInitialEvents(j))}))},d.qtip=e,s.api={},d.each({attr:function(a,b){if(this.length){var c=this[0],e="title",f=d.data(c,"qtip");if(a===e&&f&&"object"==typeof f&&f.options.suppress)return arguments.length<2?d.attr(c,Y):(f&&f.options.content.attr===e&&f.cache.attr&&f.set("content.text",b),this.attr(Y,b))}return d.fn["attr"+X].apply(this,arguments)},clone:function(a){var b=(d([]),d.fn["clone"+X].apply(this,arguments));return a||b.filter("["+Y+"]").attr("title",function(){return d.attr(this,Y)}).removeAttr(Y),b}},function(a,b){if(!b||d.fn[a+X])return x;var c=d.fn[a+X]=d.fn[a];d.fn[a]=function(){return b.apply(this,arguments)||c.apply(this,arguments)}}),d.ui||(d["cleanData"+X]=d.cleanData,d.cleanData=function(a){for(var b,c=0;(b=d(a[c])).length;c++)if(b.attr(N))try{b.triggerHandler("removeqtip")}catch(e){}d["cleanData"+X].apply(this,arguments)}),s.version="2.2.1",s.nextid=0,s.inactiveEvents=R,s.zindex=15e3,s.defaults={prerender:y,id:y,overwrite:x,suppress:x,content:{text:x,attr:"title",title:y,button:y},position:{my:"top left",at:"bottom right",target:y,container:y,viewport:y,adjust:{x:0,y:0,mouse:x,scroll:x,resize:x,method:"flipinvert flipinvert"},effect:function(a,b){d(this).animate(b,{duration:200,queue:y})}},show:{target:y,event:"mouseenter",effect:x,delay:90,solo:y,ready:y,autofocus:y},hide:{target:y,event:"mouseleave",effect:x,delay:0,fixed:y,inactive:y,leave:"window",distance:y},style:{classes:"",widget:y,width:y,height:y,def:x},events:{render:z,move:z,show:z,hide:z,toggle:z,visible:z,hidden:z,focus:z,blur:z}},L.viewport=function(c,d,e,f,g,h,i){function j(a,b,c,e,f,g,h,i,j){var k=d[f],s=u[a],t=v[a],w=c===K,x=s===f?j:s===g?-j:-j/2,y=t===f?i:t===g?-i:-i/2,z=q[f]+r[f]-(n?0:m[f]),A=z-k,B=k+j-(h===C?o:p)-z,D=x-(u.precedance===a||s===u[b]?y:0)-(t===I?i/2:0);return w?(D=(s===f?1:-1)*x,d[f]+=A>0?A:B>0?-B:0,d[f]=Math.max(-m[f]+r[f],k-D,Math.min(Math.max(-m[f]+r[f]+(h===C?o:p),k+D),d[f],"center"===s?k-x:1e9))):(e*=c===J?2:0,A>0&&(s!==f||B>0)?(d[f]-=D+e,l.invert(a,f)):B>0&&(s!==g||A>0)&&(d[f]-=(s===I?-D:D)+e,l.invert(a,g)),d[f]<q&&-d[f]>B&&(d[f]=k,l=u.clone())),d[f]-k}var k,l,m,n,o,p,q,r,s=e.target,t=c.elements.tooltip,u=e.my,v=e.at,w=e.adjust,x=w.method.split(" "),z=x[0],L=x[1]||x[0],M=e.viewport,N=e.container,O=(c.cache,{left:0,top:0});return M.jquery&&s[0]!==a&&s[0]!==b.body&&"none"!==w.method?(m=N.offset()||O,n="static"===N.css("position"),k="fixed"===t.css("position"),o=M[0]===a?M.width():M.outerWidth(y),p=M[0]===a?M.height():M.outerHeight(y),q={left:k?0:M.scrollLeft(),top:k?0:M.scrollTop()},r=M.offset()||O,("shift"!==z||"shift"!==L)&&(l=u.clone()),O={left:"none"!==z?j(A,B,z,w.x,F,H,C,f,h):0,top:"none"!==L?j(B,A,L,w.y,E,G,D,g,i):0,my:l}):O}})}(window,document);
566
 
567
  /* flot v0.8.2 | https://github.com/flot/flot | Copyright (c) 2007-2013 IOLA and Ole Laursen. Licensed under the MIT license. */
568
  (function(e){e.color={};e.color.make=function(t,n,r,i){var s={};s.r=t||0;s.g=n||0;s.b=r||0;s.a=i!=null?i:1;s.add=function(e,t){for(var n=0;n<e.length;++n)s[e.charAt(n)]+=t;return s.normalize()};s.scale=function(e,t){for(var n=0;n<e.length;++n)s[e.charAt(n)]*=t;return s.normalize()};s.toString=function(){if(s.a>=1){return"rgb("+[s.r,s.g,s.b].join(",")+")"}else{return"rgba("+[s.r,s.g,s.b,s.a].join(",")+")"}};s.normalize=function(){function e(e,t,n){return t<e?e:t>n?n:t}s.r=e(0,parseInt(s.r),255);s.g=e(0,parseInt(s.g),255);s.b=e(0,parseInt(s.b),255);s.a=e(0,s.a,1);return s};s.clone=function(){return e.color.make(s.r,s.b,s.g,s.a)};return s.normalize()};e.color.extract=function(t,n){var r;do{r=t.css(n).toLowerCase();if(r!=""&&r!="transparent")break;t=t.parent()}while(t.length&&!e.nodeName(t.get(0),"body"));if(r=="rgba(0, 0, 0, 0)")r="transparent";return e.color.parse(r)};e.color.parse=function(n){var r,i=e.color.make;if(r=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(n))return i(parseInt(r[1],10),parseInt(r[2],10),parseInt(r[3],10));if(r=/rgba\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]+(?:\.[0-9]+)?)\s*\)/.exec(n))return i(parseInt(r[1],10),parseInt(r[2],10),parseInt(r[3],10),parseFloat(r[4]));if(r=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(n))return i(parseFloat(r[1])*2.55,parseFloat(r[2])*2.55,parseFloat(r[3])*2.55);if(r=/rgba\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\s*\)/.exec(n))return i(parseFloat(r[1])*2.55,parseFloat(r[2])*2.55,parseFloat(r[3])*2.55,parseFloat(r[4]));if(r=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(n))return i(parseInt(r[1],16),parseInt(r[2],16),parseInt(r[3],16));if(r=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(n))return i(parseInt(r[1]+r[1],16),parseInt(r[2]+r[2],16),parseInt(r[3]+r[3],16));var s=e.trim(n).toLowerCase();if(s=="transparent")return i(255,255,255,0);else{r=t[s]||[0,0,0];return i(r[0],r[1],r[2])}};var t={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0,0,0],blue:[0,0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkviolet:[148,0,211],fuchsia:[255,0,255],gold:[255,215,0],green:[0,128,0],indigo:[75,0,130],khaki:[240,230,140],lightblue:[173,216,230],lightcyan:[224,255,255],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightyellow:[255,255,224],lime:[0,255,0],magenta:[255,0,255],maroon:[128,0,0],navy:[0,0,128],olive:[128,128,0],orange:[255,165,0],pink:[255,192,203],purple:[128,0,128],violet:[128,0,128],red:[255,0,0],silver:[192,192,192],white:[255,255,255],yellow:[255,255,0]}})(jQuery);(function(e){function n(t,n){var r=n.children("."+t)[0];if(r==null){r=document.createElement("canvas");r.className=t;e(r).css({direction:"ltr",position:"absolute",left:0,top:0}).appendTo(n);if(!r.getContext){if(window.G_vmlCanvasManager){r=window.G_vmlCanvasManager.initElement(r)}else{throw new Error("Canvas is not available. If you're using IE with a fall-back such as Excanvas, then there's either a mistake in your conditional include, or the page has no DOCTYPE and is rendering in Quirks Mode.")}}}this.element=r;var i=this.context=r.getContext("2d");var s=window.devicePixelRatio||1,o=i.webkitBackingStorePixelRatio||i.mozBackingStorePixelRatio||i.msBackingStorePixelRatio||i.oBackingStorePixelRatio||i.backingStorePixelRatio||1;this.pixelRatio=s/o;this.resize(n.width(),n.height());this.textContainer=null;this.text={};this._textCache={}}function r(t,r,s,o){function E(e,t){t=[w].concat(t);for(var n=0;n<e.length;++n)e[n].apply(this,t)}function S(){var t={Canvas:n};for(var r=0;r<o.length;++r){var i=o[r];i.init(w,t);if(i.options)e.extend(true,a,i.options)}}function x(n){e.extend(true,a,n);if(n&&n.colors){a.colors=n.colors}if(a.xaxis.color==null)a.xaxis.color=e.color.parse(a.grid.color).scale("a",.22).toString();if(a.yaxis.color==null)a.yaxis.color=e.color.parse(a.grid.color).scale("a",.22).toString();if(a.xaxis.tickColor==null)a.xaxis.tickColor=a.grid.tickColor||a.xaxis.color;if(a.yaxis.tickColor==null)a.yaxis.tickColor=a.grid.tickColor||a.yaxis.color;if(a.grid.borderColor==null)a.grid.borderColor=a.grid.color;if(a.grid.tickColor==null)a.grid.tickColor=e.color.parse(a.grid.color).scale("a",.22).toString();var r,i,s,o=t.css("font-size"),u=o?+o.replace("px",""):13,f={style:t.css("font-style"),size:Math.round(.8*u),variant:t.css("font-variant"),weight:t.css("font-weight"),family:t.css("font-family")};s=a.xaxes.length||1;for(r=0;r<s;++r){i=a.xaxes[r];if(i&&!i.tickColor){i.tickColor=i.color}i=e.extend(true,{},a.xaxis,i);a.xaxes[r]=i;if(i.font){i.font=e.extend({},f,i.font);if(!i.font.color){i.font.color=i.color}if(!i.font.lineHeight){i.font.lineHeight=Math.round(i.font.size*1.15)}}}s=a.yaxes.length||1;for(r=0;r<s;++r){i=a.yaxes[r];if(i&&!i.tickColor){i.tickColor=i.color}i=e.extend(true,{},a.yaxis,i);a.yaxes[r]=i;if(i.font){i.font=e.extend({},f,i.font);if(!i.font.color){i.font.color=i.color}if(!i.font.lineHeight){i.font.lineHeight=Math.round(i.font.size*1.15)}}}if(a.xaxis.noTicks&&a.xaxis.ticks==null)a.xaxis.ticks=a.xaxis.noTicks;if(a.yaxis.noTicks&&a.yaxis.ticks==null)a.yaxis.ticks=a.yaxis.noTicks;if(a.x2axis){a.xaxes[1]=e.extend(true,{},a.xaxis,a.x2axis);a.xaxes[1].position="top"}if(a.y2axis){a.yaxes[1]=e.extend(true,{},a.yaxis,a.y2axis);a.yaxes[1].position="right"}if(a.grid.coloredAreas)a.grid.markings=a.grid.coloredAreas;if(a.grid.coloredAreasColor)a.grid.markingsColor=a.grid.coloredAreasColor;if(a.lines)e.extend(true,a.series.lines,a.lines);if(a.points)e.extend(true,a.series.points,a.points);if(a.bars)e.extend(true,a.series.bars,a.bars);if(a.shadowSize!=null)a.series.shadowSize=a.shadowSize;if(a.highlightColor!=null)a.series.highlightColor=a.highlightColor;for(r=0;r<a.xaxes.length;++r)O(d,r+1).options=a.xaxes[r];for(r=0;r<a.yaxes.length;++r)O(v,r+1).options=a.yaxes[r];for(var l in b)if(a.hooks[l]&&a.hooks[l].length)b[l]=b[l].concat(a.hooks[l]);E(b.processOptions,[a])}function T(e){u=N(e);M();_()}function N(t){var n=[];for(var r=0;r<t.length;++r){var i=e.extend(true,{},a.series);if(t[r].data!=null){i.data=t[r].data;delete t[r].data;e.extend(true,i,t[r]);t[r].data=i.data}else i.data=t[r];n.push(i)}return n}function C(e,t){var n=e[t+"axis"];if(typeof n=="object")n=n.n;if(typeof n!="number")n=1;return n}function k(){return e.grep(d.concat(v),function(e){return e})}function L(e){var t={},n,r;for(n=0;n<d.length;++n){r=d[n];if(r&&r.used)t["x"+r.n]=r.c2p(e.left)}for(n=0;n<v.length;++n){r=v[n];if(r&&r.used)t["y"+r.n]=r.c2p(e.top)}if(t.x1!==undefined)t.x=t.x1;if(t.y1!==undefined)t.y=t.y1;return t}function A(e){var t={},n,r,i;for(n=0;n<d.length;++n){r=d[n];if(r&&r.used){i="x"+r.n;if(e[i]==null&&r.n==1)i="x";if(e[i]!=null){t.left=r.p2c(e[i]);break}}}for(n=0;n<v.length;++n){r=v[n];if(r&&r.used){i="y"+r.n;if(e[i]==null&&r.n==1)i="y";if(e[i]!=null){t.top=r.p2c(e[i]);break}}}return t}function O(t,n){if(!t[n-1])t[n-1]={n:n,direction:t==d?"x":"y",options:e.extend(true,{},t==d?a.xaxis:a.yaxis)};return t[n-1]}function M(){var t=u.length,n=-1,r;for(r=0;r<u.length;++r){var i=u[r].color;if(i!=null){t--;if(typeof i=="number"&&i>n){n=i}}}if(t<=n){t=n+1}var s,o=[],f=a.colors,l=f.length,c=0;for(r=0;r<t;r++){s=e.color.parse(f[r%l]||"#666");if(r%l==0&&r){if(c>=0){if(c<.5){c=-c-.2}else c=0}else c=-c}o[r]=s.scale("rgb",1+c)}var h=0,p;for(r=0;r<u.length;++r){p=u[r];if(p.color==null){p.color=o[h].toString();++h}else if(typeof p.color=="number")p.color=o[p.color].toString();if(p.lines.show==null){var m,g=true;for(m in p)if(p[m]&&p[m].show){g=false;break}if(g)p.lines.show=true}if(p.lines.zero==null){p.lines.zero=!!p.lines.fill}p.xaxis=O(d,C(p,"x"));p.yaxis=O(v,C(p,"y"))}}function _(){function x(e,t,n){if(t<e.datamin&&t!=-r)e.datamin=t;if(n>e.datamax&&n!=r)e.datamax=n}var t=Number.POSITIVE_INFINITY,n=Number.NEGATIVE_INFINITY,r=Number.MAX_VALUE,i,s,o,a,f,l,c,h,p,d,v,m,g,y,w,S;e.each(k(),function(e,r){r.datamin=t;r.datamax=n;r.used=false});for(i=0;i<u.length;++i){l=u[i];l.datapoints={points:[]};E(b.processRawData,[l,l.data,l.datapoints])}for(i=0;i<u.length;++i){l=u[i];w=l.data;S=l.datapoints.format;if(!S){S=[];S.push({x:true,number:true,required:true});S.push({y:true,number:true,required:true});if(l.bars.show||l.lines.show&&l.lines.fill){var T=!!(l.bars.show&&l.bars.zero||l.lines.show&&l.lines.zero);S.push({y:true,number:true,required:false,defaultValue:0,autoscale:T});if(l.bars.horizontal){delete S[S.length-1].y;S[S.length-1].x=true}}l.datapoints.format=S}if(l.datapoints.pointsize!=null)continue;l.datapoints.pointsize=S.length;h=l.datapoints.pointsize;c=l.datapoints.points;var N=l.lines.show&&l.lines.steps;l.xaxis.used=l.yaxis.used=true;for(s=o=0;s<w.length;++s,o+=h){y=w[s];var C=y==null;if(!C){for(a=0;a<h;++a){m=y[a];g=S[a];if(g){if(g.number&&m!=null){m=+m;if(isNaN(m))m=null;else if(m==Infinity)m=r;else if(m==-Infinity)m=-r}if(m==null){if(g.required)C=true;if(g.defaultValue!=null)m=g.defaultValue}}c[o+a]=m}}if(C){for(a=0;a<h;++a){m=c[o+a];if(m!=null){g=S[a];if(g.autoscale!==false){if(g.x){x(l.xaxis,m,m)}if(g.y){x(l.yaxis,m,m)}}}c[o+a]=null}}else{if(N&&o>0&&c[o-h]!=null&&c[o-h]!=c[o]&&c[o-h+1]!=c[o+1]){for(a=0;a<h;++a)c[o+h+a]=c[o+a];c[o+1]=c[o-h+1];o+=h}}}}for(i=0;i<u.length;++i){l=u[i];E(b.processDatapoints,[l,l.datapoints])}for(i=0;i<u.length;++i){l=u[i];c=l.datapoints.points;h=l.datapoints.pointsize;S=l.datapoints.format;var L=t,A=t,O=n,M=n;for(s=0;s<c.length;s+=h){if(c[s]==null)continue;for(a=0;a<h;++a){m=c[s+a];g=S[a];if(!g||g.autoscale===false||m==r||m==-r)continue;if(g.x){if(m<L)L=m;if(m>O)O=m}if(g.y){if(m<A)A=m;if(m>M)M=m}}}if(l.bars.show){var _;switch(l.bars.align){case"left":_=0;break;case"right":_=-l.bars.barWidth;break;default:_=-l.bars.barWidth/2}if(l.bars.horizontal){A+=_;M+=_+l.bars.barWidth}else{L+=_;O+=_+l.bars.barWidth}}x(l.xaxis,L,O);x(l.yaxis,A,M)}e.each(k(),function(e,r){if(r.datamin==t)r.datamin=null;if(r.datamax==n)r.datamax=null})}function D(){t.css("padding",0).children().filter(function(){return!e(this).hasClass("flot-overlay")&&!e(this).hasClass("flot-base")}).remove();if(t.css("position")=="static")t.css("position","relative");f=new n("flot-base",t);l=new n("flot-overlay",t);h=f.context;p=l.context;c=e(l.element).unbind();var r=t.data("plot");if(r){r.shutdown();l.clear()}t.data("plot",w)}function P(){if(a.grid.hoverable){c.mousemove(at);c.bind("mouseleave",ft)}if(a.grid.clickable)c.click(lt);E(b.bindEvents,[c])}function H(){if(ot)clearTimeout(ot);c.unbind("mousemove",at);c.unbind("mouseleave",ft);c.unbind("click",lt);E(b.shutdown,[c])}function B(e){function t(e){return e}var n,r,i=e.options.transform||t,s=e.options.inverseTransform;if(e.direction=="x"){n=e.scale=g/Math.abs(i(e.max)-i(e.min));r=Math.min(i(e.max),i(e.min))}else{n=e.scale=y/Math.abs(i(e.max)-i(e.min));n=-n;r=Math.max(i(e.max),i(e.min))}if(i==t)e.p2c=function(e){return(e-r)*n};else e.p2c=function(e){return(i(e)-r)*n};if(!s)e.c2p=function(e){return r+e/n};else e.c2p=function(e){return s(r+e/n)}}function j(e){var t=e.options,n=e.ticks||[],r=t.labelWidth||0,i=t.labelHeight||0,s=r||(e.direction=="x"?Math.floor(f.width/(n.length||1)):null),o=e.direction+"Axis "+e.direction+e.n+"Axis",u="flot-"+e.direction+"-axis flot-"+e.direction+e.n+"-axis "+o,a=t.font||"flot-tick-label tickLabel";for(var l=0;l<n.length;++l){var c=n[l];if(!c.label)continue;var h=f.getTextInfo(u,c.label,a,null,s);r=Math.max(r,h.width);i=Math.max(i,h.height)}e.labelWidth=t.labelWidth||r;e.labelHeight=t.labelHeight||i}function F(t){var n=t.labelWidth,r=t.labelHeight,i=t.options.position,s=t.direction==="x",o=t.options.tickLength,u=a.grid.axisMargin,l=a.grid.labelMargin,c=true,h=true,p=true,g=false;e.each(s?d:v,function(e,n){if(n&&n.reserveSpace){if(n===t){g=true}else if(n.options.position===i){if(g){h=false}else{c=false}}if(!g){p=false}}});if(h){u=0}if(o==null){o=p?"full":5}if(!isNaN(+o))l+=+o;if(s){r+=l;if(i=="bottom"){m.bottom+=r+u;t.box={top:f.height-m.bottom,height:r}}else{t.box={top:m.top+u,height:r};m.top+=r+u}}else{n+=l;if(i=="left"){t.box={left:m.left+u,width:n};m.left+=n+u}else{m.right+=n+u;t.box={left:f.width-m.right,width:n}}}t.position=i;t.tickLength=o;t.box.padding=l;t.innermost=c}function I(e){if(e.direction=="x"){e.box.left=m.left-e.labelWidth/2;e.box.width=f.width-m.left-m.right+e.labelWidth}else{e.box.top=m.top-e.labelHeight/2;e.box.height=f.height-m.bottom-m.top+e.labelHeight}}function q(){var t=a.grid.minBorderMargin,n,r;if(t==null){t=0;for(r=0;r<u.length;++r)t=Math.max(t,2*(u[r].points.radius+u[r].points.lineWidth/2))}var i={left:t,right:t,top:t,bottom:t};e.each(k(),function(e,t){if(t.reserveSpace&&t.ticks&&t.ticks.length){var n=t.ticks[t.ticks.length-1];if(t.direction==="x"){i.left=Math.max(i.left,t.labelWidth/2);if(n.v<=t.max){i.right=Math.max(i.right,t.labelWidth/2)}}else{i.bottom=Math.max(i.bottom,t.labelHeight/2);if(n.v<=t.max){i.top=Math.max(i.top,t.labelHeight/2)}}}});m.left=Math.ceil(Math.max(i.left,m.left));m.right=Math.ceil(Math.max(i.right,m.right));m.top=Math.ceil(Math.max(i.top,m.top));m.bottom=Math.ceil(Math.max(i.bottom,m.bottom))}function R(){var t,n=k(),r=a.grid.show;for(var i in m){var s=a.grid.margin||0;m[i]=typeof s=="number"?s:s[i]||0}E(b.processOffset,[m]);for(var i in m){if(typeof a.grid.borderWidth=="object"){m[i]+=r?a.grid.borderWidth[i]:0}else{m[i]+=r?a.grid.borderWidth:0}}e.each(n,function(e,t){t.show=t.options.show;if(t.show==null)t.show=t.used;t.reserveSpace=t.show||t.options.reserveSpace;U(t)});if(r){var o=e.grep(n,function(e){return e.reserveSpace});e.each(o,function(e,t){z(t);W(t);X(t,t.ticks);j(t)});for(t=o.length-1;t>=0;--t)F(o[t]);q();e.each(o,function(e,t){I(t)})}g=f.width-m.left-m.right;y=f.height-m.bottom-m.top;e.each(n,function(e,t){B(t)});if(r){G()}it()}function U(e){var t=e.options,n=+(t.min!=null?t.min:e.datamin),r=+(t.max!=null?t.max:e.datamax),i=r-n;if(i==0){var s=r==0?1:.01;if(t.min==null)n-=s;if(t.max==null||t.min!=null)r+=s}else{var o=t.autoscaleMargin;if(o!=null){if(t.min==null){n-=i*o;if(n<0&&e.datamin!=null&&e.datamin>=0)n=0}if(t.max==null){r+=i*o;if(r>0&&e.datamax!=null&&e.datamax<=0)r=0}}}e.min=n;e.max=r}function z(t){var n=t.options;var r;if(typeof n.ticks=="number"&&n.ticks>0)r=n.ticks;else r=.3*Math.sqrt(t.direction=="x"?f.width:f.height);var s=(t.max-t.min)/r,o=-Math.floor(Math.log(s)/Math.LN10),u=n.tickDecimals;if(u!=null&&o>u){o=u}var a=Math.pow(10,-o),l=s/a,c;if(l<1.5){c=1}else if(l<3){c=2;if(l>2.25&&(u==null||o+1<=u)){c=2.5;++o}}else if(l<7.5){c=5}else{c=10}c*=a;if(n.minTickSize!=null&&c<n.minTickSize){c=n.minTickSize}t.delta=s;t.tickDecimals=Math.max(0,u!=null?u:o);t.tickSize=n.tickSize||c;if(n.mode=="time"&&!t.tickGenerator){throw new Error("Time mode requires the flot.time plugin.")}if(!t.tickGenerator){t.tickGenerator=function(e){var t=[],n=i(e.min,e.tickSize),r=0,s=Number.NaN,o;do{o=s;s=n+r*e.tickSize;t.push(s);++r}while(s<e.max&&s!=o);return t};t.tickFormatter=function(e,t){var n=t.tickDecimals?Math.pow(10,t.tickDecimals):1;var r=""+Math.round(e*n)/n;if(t.tickDecimals!=null){var i=r.indexOf(".");var s=i==-1?0:r.length-i-1;if(s<t.tickDecimals){return(s?r:r+".")+(""+n).substr(1,t.tickDecimals-s)}}return r}}if(e.isFunction(n.tickFormatter))t.tickFormatter=function(e,t){return""+n.tickFormatter(e,t)};if(n.alignTicksWithAxis!=null){var h=(t.direction=="x"?d:v)[n.alignTicksWithAxis-1];if(h&&h.used&&h!=t){var p=t.tickGenerator(t);if(p.length>0){if(n.min==null)t.min=Math.min(t.min,p[0]);if(n.max==null&&p.length>1)t.max=Math.max(t.max,p[p.length-1])}t.tickGenerator=function(e){var t=[],n,r;for(r=0;r<h.ticks.length;++r){n=(h.ticks[r].v-h.min)/(h.max-h.min);n=e.min+n*(e.max-e.min);t.push(n)}return t};if(!t.mode&&n.tickDecimals==null){var m=Math.max(0,-Math.floor(Math.log(t.delta)/Math.LN10)+1),g=t.tickGenerator(t);if(!(g.length>1&&/\..*0$/.test((g[1]-g[0]).toFixed(m))))t.tickDecimals=m}}}}function W(t){var n=t.options.ticks,r=[];if(n==null||typeof n=="number"&&n>0)r=t.tickGenerator(t);else if(n){if(e.isFunction(n))r=n(t);else r=n}var i,s;t.ticks=[];for(i=0;i<r.length;++i){var o=null;var u=r[i];if(typeof u=="object"){s=+u[0];if(u.length>1)o=u[1]}else s=+u;if(o==null)o=t.tickFormatter(s,t);if(!isNaN(s))t.ticks.push({v:s,label:o})}}function X(e,t){if(e.options.autoscaleMargin&&t.length>0){if(e.options.min==null)e.min=Math.min(e.min,t[0].v);if(e.options.max==null&&t.length>1)e.max=Math.max(e.max,t[t.length-1].v)}}function V(){f.clear();E(b.drawBackground,[h]);var e=a.grid;if(e.show&&e.backgroundColor)K();if(e.show&&!e.aboveData){Q()}for(var t=0;t<u.length;++t){E(b.drawSeries,[h,u[t]]);Y(u[t])}E(b.draw,[h]);if(e.show&&e.aboveData){Q()}f.render();ht()}function J(e,t){var n,r,i,s,o=k();for(var u=0;u<o.length;++u){n=o[u];if(n.direction==t){s=t+n.n+"axis";if(!e[s]&&n.n==1)s=t+"axis";if(e[s]){r=e[s].from;i=e[s].to;break}}}if(!e[s]){n=t=="x"?d[0]:v[0];r=e[t+"1"];i=e[t+"2"]}if(r!=null&&i!=null&&r>i){var a=r;r=i;i=a}return{from:r,to:i,axis:n}}function K(){h.save();h.translate(m.left,m.top);h.fillStyle=bt(a.grid.backgroundColor,y,0,"rgba(255, 255, 255, 0)");h.fillRect(0,0,g,y);h.restore()}function Q(){var t,n,r,i;h.save();h.translate(m.left,m.top);var s=a.grid.markings;if(s){if(e.isFunction(s)){n=w.getAxes();n.xmin=n.xaxis.min;n.xmax=n.xaxis.max;n.ymin=n.yaxis.min;n.ymax=n.yaxis.max;s=s(n)}for(t=0;t<s.length;++t){var o=s[t],u=J(o,"x"),f=J(o,"y");if(u.from==null)u.from=u.axis.min;if(u.to==null)u.to=u.axis.max;if(f.from==null)f.from=f.axis.min;if(f.to==null)f.to=f.axis.max;if(u.to<u.axis.min||u.from>u.axis.max||f.to<f.axis.min||f.from>f.axis.max)continue;u.from=Math.max(u.from,u.axis.min);u.to=Math.min(u.to,u.axis.max);f.from=Math.max(f.from,f.axis.min);f.to=Math.min(f.to,f.axis.max);if(u.from==u.to&&f.from==f.to)continue;u.from=u.axis.p2c(u.from);u.to=u.axis.p2c(u.to);f.from=f.axis.p2c(f.from);f.to=f.axis.p2c(f.to);if(u.from==u.to||f.from==f.to){h.beginPath();h.strokeStyle=o.color||a.grid.markingsColor;h.lineWidth=o.lineWidth||a.grid.markingsLineWidth;h.moveTo(u.from,f.from);h.lineTo(u.to,f.to);h.stroke()}else{h.fillStyle=o.color||a.grid.markingsColor;h.fillRect(u.from,f.to,u.to-u.from,f.from-f.to)}}}n=k();r=a.grid.borderWidth;for(var l=0;l<n.length;++l){var c=n[l],p=c.box,d=c.tickLength,v,b,E,S;if(!c.show||c.ticks.length==0)continue;h.lineWidth=1;if(c.direction=="x"){v=0;if(d=="full")b=c.position=="top"?0:y;else b=p.top-m.top+(c.position=="top"?p.height:0)}else{b=0;if(d=="full")v=c.position=="left"?0:g;else v=p.left-m.left+(c.position=="left"?p.width:0)}if(!c.innermost){h.strokeStyle=c.options.color;h.beginPath();E=S=0;if(c.direction=="x")E=g+1;else S=y+1;if(h.lineWidth==1){if(c.direction=="x"){b=Math.floor(b)+.5}else{v=Math.floor(v)+.5}}h.moveTo(v,b);h.lineTo(v+E,b+S);h.stroke()}h.strokeStyle=c.options.tickColor;h.beginPath();for(t=0;t<c.ticks.length;++t){var x=c.ticks[t].v;E=S=0;if(isNaN(x)||x<c.min||x>c.max||d=="full"&&(typeof r=="object"&&r[c.position]>0||r>0)&&(x==c.min||x==c.max))continue;if(c.direction=="x"){v=c.p2c(x);S=d=="full"?-y:d;if(c.position=="top")S=-S}else{b=c.p2c(x);E=d=="full"?-g:d;if(c.position=="left")E=-E}if(h.lineWidth==1){if(c.direction=="x")v=Math.floor(v)+.5;else b=Math.floor(b)+.5}h.moveTo(v,b);h.lineTo(v+E,b+S)}h.stroke()}if(r){i=a.grid.borderColor;if(typeof r=="object"||typeof i=="object"){if(typeof r!=="object"){r={top:r,right:r,bottom:r,left:r}}if(typeof i!=="object"){i={top:i,right:i,bottom:i,left:i}}if(r.top>0){h.strokeStyle=i.top;h.lineWidth=r.top;h.beginPath();h.moveTo(0-r.left,0-r.top/2);h.lineTo(g,0-r.top/2);h.stroke()}if(r.right>0){h.strokeStyle=i.right;h.lineWidth=r.right;h.beginPath();h.moveTo(g+r.right/2,0-r.top);h.lineTo(g+r.right/2,y);h.stroke()}if(r.bottom>0){h.strokeStyle=i.bottom;h.lineWidth=r.bottom;h.beginPath();h.moveTo(g+r.right,y+r.bottom/2);h.lineTo(0,y+r.bottom/2);h.stroke()}if(r.left>0){h.strokeStyle=i.left;h.lineWidth=r.left;h.beginPath();h.moveTo(0-r.left/2,y+r.bottom);h.lineTo(0-r.left/2,0);h.stroke()}}else{h.lineWidth=r;h.strokeStyle=a.grid.borderColor;h.strokeRect(-r/2,-r/2,g+r,y+r)}}h.restore()}function G(){e.each(k(),function(e,t){var n=t.box,r=t.direction+"Axis "+t.direction+t.n+"Axis",i="flot-"+t.direction+"-axis flot-"+t.direction+t.n+"-axis "+r,s=t.options.font||"flot-tick-label tickLabel",o,u,a,l,c;f.removeText(i);if(!t.show||t.ticks.length==0)return;for(var h=0;h<t.ticks.length;++h){o=t.ticks[h];if(!o.label||o.v<t.min||o.v>t.max)continue;if(t.direction=="x"){l="center";u=m.left+t.p2c(o.v);if(t.position=="bottom"){a=n.top+n.padding}else{a=n.top+n.height-n.padding;c="bottom"}}else{c="middle";a=m.top+t.p2c(o.v);if(t.position=="left"){u=n.left+n.width-n.padding;l="right"}else{u=n.left+n.padding}}f.addText(i,u,a,o.label,s,null,null,l,c)}})}function Y(e){if(e.lines.show)Z(e);if(e.bars.show)nt(e);if(e.points.show)et(e)}function Z(e){function t(e,t,n,r,i){var s=e.points,o=e.pointsize,u=null,a=null;h.beginPath();for(var f=o;f<s.length;f+=o){var l=s[f-o],c=s[f-o+1],p=s[f],d=s[f+1];if(l==null||p==null)continue;if(c<=d&&c<i.min){if(d<i.min)continue;l=(i.min-c)/(d-c)*(p-l)+l;c=i.min}else if(d<=c&&d<i.min){if(c<i.min)continue;p=(i.min-c)/(d-c)*(p-l)+l;d=i.min}if(c>=d&&c>i.max){if(d>i.max)continue;l=(i.max-c)/(d-c)*(p-l)+l;c=i.max}else if(d>=c&&d>i.max){if(c>i.max)continue;p=(i.max-c)/(d-c)*(p-l)+l;d=i.max}if(l<=p&&l<r.min){if(p<r.min)continue;c=(r.min-l)/(p-l)*(d-c)+c;l=r.min}else if(p<=l&&p<r.min){if(l<r.min)continue;d=(r.min-l)/(p-l)*(d-c)+c;p=r.min}if(l>=p&&l>r.max){if(p>r.max)continue;c=(r.max-l)/(p-l)*(d-c)+c;l=r.max}else if(p>=l&&p>r.max){if(l>r.max)continue;d=(r.max-l)/(p-l)*(d-c)+c;p=r.max}if(l!=u||c!=a)h.moveTo(r.p2c(l)+t,i.p2c(c)+n);u=p;a=d;h.lineTo(r.p2c(p)+t,i.p2c(d)+n)}h.stroke()}function n(e,t,n){var r=e.points,i=e.pointsize,s=Math.min(Math.max(0,n.min),n.max),o=0,u,a=false,f=1,l=0,c=0;while(true){if(i>0&&o>r.length+i)break;o+=i;var p=r[o-i],d=r[o-i+f],v=r[o],m=r[o+f];if(a){if(i>0&&p!=null&&v==null){c=o;i=-i;f=2;continue}if(i<0&&o==l+i){h.fill();a=false;i=-i;f=1;o=l=c+i;continue}}if(p==null||v==null)continue;if(p<=v&&p<t.min){if(v<t.min)continue;d=(t.min-p)/(v-p)*(m-d)+d;p=t.min}else if(v<=p&&v<t.min){if(p<t.min)continue;m=(t.min-p)/(v-p)*(m-d)+d;v=t.min}if(p>=v&&p>t.max){if(v>t.max)continue;d=(t.max-p)/(v-p)*(m-d)+d;p=t.max}else if(v>=p&&v>t.max){if(p>t.max)continue;m=(t.max-p)/(v-p)*(m-d)+d;v=t.max}if(!a){h.beginPath();h.moveTo(t.p2c(p),n.p2c(s));a=true}if(d>=n.max&&m>=n.max){h.lineTo(t.p2c(p),n.p2c(n.max));h.lineTo(t.p2c(v),n.p2c(n.max));continue}else if(d<=n.min&&m<=n.min){h.lineTo(t.p2c(p),n.p2c(n.min));h.lineTo(t.p2c(v),n.p2c(n.min));continue}var g=p,y=v;if(d<=m&&d<n.min&&m>=n.min){p=(n.min-d)/(m-d)*(v-p)+p;d=n.min}else if(m<=d&&m<n.min&&d>=n.min){v=(n.min-d)/(m-d)*(v-p)+p;m=n.min}if(d>=m&&d>n.max&&m<=n.max){p=(n.max-d)/(m-d)*(v-p)+p;d=n.max}else if(m>=d&&m>n.max&&d<=n.max){v=(n.max-d)/(m-d)*(v-p)+p;m=n.max}if(p!=g){h.lineTo(t.p2c(g),n.p2c(d))}h.lineTo(t.p2c(p),n.p2c(d));h.lineTo(t.p2c(v),n.p2c(m));if(v!=y){h.lineTo(t.p2c(v),n.p2c(m));h.lineTo(t.p2c(y),n.p2c(m))}}}h.save();h.translate(m.left,m.top);h.lineJoin="round";var r=e.lines.lineWidth,i=e.shadowSize;if(r>0&&i>0){h.lineWidth=i;h.strokeStyle="rgba(0,0,0,0.1)";var s=Math.PI/18;t(e.datapoints,Math.sin(s)*(r/2+i/2),Math.cos(s)*(r/2+i/2),e.xaxis,e.yaxis);h.lineWidth=i/2;t(e.datapoints,Math.sin(s)*(r/2+i/4),Math.cos(s)*(r/2+i/4),e.xaxis,e.yaxis)}h.lineWidth=r;h.strokeStyle=e.color;var o=rt(e.lines,e.color,0,y);if(o){h.fillStyle=o;n(e.datapoints,e.xaxis,e.yaxis)}if(r>0)t(e.datapoints,0,0,e.xaxis,e.yaxis);h.restore()}function et(e){function t(e,t,n,r,i,s,o,u){var a=e.points,f=e.pointsize;for(var l=0;l<a.length;l+=f){var c=a[l],p=a[l+1];if(c==null||c<s.min||c>s.max||p<o.min||p>o.max)continue;h.beginPath();c=s.p2c(c);p=o.p2c(p)+r;if(u=="circle")h.arc(c,p,t,0,i?Math.PI:Math.PI*2,false);else u(h,c,p,t,i);h.closePath();if(n){h.fillStyle=n;h.fill()}h.stroke()}}h.save();h.translate(m.left,m.top);var n=e.points.lineWidth,r=e.shadowSize,i=e.points.radius,s=e.points.symbol;if(n==0)n=1e-4;if(n>0&&r>0){var o=r/2;h.lineWidth=o;h.strokeStyle="rgba(0,0,0,0.1)";t(e.datapoints,i,null,o+o/2,true,e.xaxis,e.yaxis,s);h.strokeStyle="rgba(0,0,0,0.2)";t(e.datapoints,i,null,o/2,true,e.xaxis,e.yaxis,s)}h.lineWidth=n;h.strokeStyle=e.color;t(e.datapoints,i,rt(e.points,e.color),0,false,e.xaxis,e.yaxis,s);h.restore()}function tt(e,t,n,r,i,s,o,u,a,f,l){var c,h,p,d,v,m,g,y,b;if(f){y=m=g=true;v=false;c=n;h=e;d=t+r;p=t+i;if(h<c){b=h;h=c;c=b;v=true;m=false}}else{v=m=g=true;y=false;c=e+r;h=e+i;p=n;d=t;if(d<p){b=d;d=p;p=b;y=true;g=false}}if(h<o.min||c>o.max||d<u.min||p>u.max)return;if(c<o.min){c=o.min;v=false}if(h>o.max){h=o.max;m=false}if(p<u.min){p=u.min;y=false}if(d>u.max){d=u.max;g=false}c=o.p2c(c);p=u.p2c(p);h=o.p2c(h);d=u.p2c(d);if(s){a.fillStyle=s(p,d);a.fillRect(c,d,h-c,p-d)}if(l>0&&(v||m||g||y)){a.beginPath();a.moveTo(c,p);if(v)a.lineTo(c,d);else a.moveTo(c,d);if(g)a.lineTo(h,d);else a.moveTo(h,d);if(m)a.lineTo(h,p);else a.moveTo(h,p);if(y)a.lineTo(c,p);else a.moveTo(c,p);a.stroke()}}function nt(e){function t(t,n,r,i,s,o){var u=t.points,a=t.pointsize;for(var f=0;f<u.length;f+=a){if(u[f]==null)continue;tt(u[f],u[f+1],u[f+2],n,r,i,s,o,h,e.bars.horizontal,e.bars.lineWidth)}}h.save();h.translate(m.left,m.top);h.lineWidth=e.bars.lineWidth;h.strokeStyle=e.color;var n;switch(e.bars.align){case"left":n=0;break;case"right":n=-e.bars.barWidth;break;default:n=-e.bars.barWidth/2}var r=e.bars.fill?function(t,n){return rt(e.bars,e.color,t,n)}:null;t(e.datapoints,n,n+e.bars.barWidth,r,e.xaxis,e.yaxis);h.restore()}function rt(t,n,r,i){var s=t.fill;if(!s)return null;if(t.fillColor)return bt(t.fillColor,r,i,n);var o=e.color.parse(n);o.a=typeof s=="number"?s:.4;o.normalize();return o.toString()}function it(){if(a.legend.container!=null){e(a.legend.container).html("")}else{t.find(".legend").remove()}if(!a.legend.show){return}var n=[],r=[],i=false,s=a.legend.labelFormatter,o,f;for(var l=0;l<u.length;++l){o=u[l];if(o.label){f=s?s(o.label,o):o.label;if(f){r.push({label:f,color:o.color})}}}if(a.legend.sorted){if(e.isFunction(a.legend.sorted)){r.sort(a.legend.sorted)}else if(a.legend.sorted=="reverse"){r.reverse()}else{var c=a.legend.sorted!="descending";r.sort(function(e,t){return e.label==t.label?0:e.label<t.label!=c?1:-1})}}for(var l=0;l<r.length;++l){var h=r[l];if(l%a.legend.noColumns==0){if(i)n.push("</tr>");n.push("<tr>");i=true}n.push('<td class="legendColorBox"><div style="border:1px solid '+a.legend.labelBoxBorderColor+';padding:1px"><div style="width:4px;height:0;border:5px solid '+h.color+';overflow:hidden"></div></div></td>'+'<td class="legendLabel">'+h.label+"</td>")}if(i)n.push("</tr>");if(n.length==0)return;var p='<table style="font-size:smaller;color:'+a.grid.color+'">'+n.join("")+"</table>";if(a.legend.container!=null)e(a.legend.container).html(p);else{var d="",v=a.legend.position,g=a.legend.margin;if(g[0]==null)g=[g,g];if(v.charAt(0)=="n")d+="top:"+(g[1]+m.top)+"px;";else if(v.charAt(0)=="s")d+="bottom:"+(g[1]+m.bottom)+"px;";if(v.charAt(1)=="e")d+="right:"+(g[0]+m.right)+"px;";else if(v.charAt(1)=="w")d+="left:"+(g[0]+m.left)+"px;";var y=e('<div class="legend">'+p.replace('style="','style="position:absolute;'+d+";")+"</div>").appendTo(t);if(a.legend.backgroundOpacity!=0){var b=a.legend.backgroundColor;if(b==null){b=a.grid.backgroundColor;if(b&&typeof b=="string")b=e.color.parse(b);else b=e.color.extract(y,"background-color");b.a=1;b=b.toString()}var w=y.children();e('<div style="position:absolute;width:'+w.width()+"px;height:"+w.height()+"px;"+d+"background-color:"+b+';"> </div>').prependTo(y).css("opacity",a.legend.backgroundOpacity)}}}function ut(e,t,n){var r=a.grid.mouseActiveRadius,i=r*r+1,s=null,o=false,f,l,c;for(f=u.length-1;f>=0;--f){if(!n(u[f]))continue;var h=u[f],p=h.xaxis,d=h.yaxis,v=h.datapoints.points,m=p.c2p(e),g=d.c2p(t),y=r/p.scale,b=r/d.scale;c=h.datapoints.pointsize;if(p.options.inverseTransform)y=Number.MAX_VALUE;if(d.options.inverseTransform)b=Number.MAX_VALUE;if(h.lines.show||h.points.show){for(l=0;l<v.length;l+=c){var w=v[l],E=v[l+1];if(w==null)continue;if(w-m>y||w-m<-y||E-g>b||E-g<-b)continue;var S=Math.abs(p.p2c(w)-e),x=Math.abs(d.p2c(E)-t),T=S*S+x*x;if(T<i){i=T;s=[f,l/c]}}}if(h.bars.show&&!s){var N,C;switch(h.bars.align){case"left":N=0;break;case"right":N=-h.bars.barWidth;break;default:N=-h.bars.barWidth/2}C=N+h.bars.barWidth;for(l=0;l<v.length;l+=c){var w=v[l],E=v[l+1],k=v[l+2];if(w==null)continue;if(u[f].bars.horizontal?m<=Math.max(k,w)&&m>=Math.min(k,w)&&g>=E+N&&g<=E+C:m>=w+N&&m<=w+C&&g>=Math.min(k,E)&&g<=Math.max(k,E))s=[f,l/c]}}}if(s){f=s[0];l=s[1];c=u[f].datapoints.pointsize;return{datapoint:u[f].datapoints.points.slice(l*c,(l+1)*c),dataIndex:l,series:u[f],seriesIndex:f}}return null}function at(e){if(a.grid.hoverable)ct("plothover",e,function(e){return e["hoverable"]!=false})}function ft(e){if(a.grid.hoverable)ct("plothover",e,function(e){return false})}function lt(e){ct("plotclick",e,function(e){return e["clickable"]!=false})}function ct(e,n,r){var i=c.offset(),s=n.pageX-i.left-m.left,o=n.pageY-i.top-m.top,u=L({left:s,top:o});u.pageX=n.pageX;u.pageY=n.pageY;var f=ut(s,o,r);if(f){f.pageX=parseInt(f.series.xaxis.p2c(f.datapoint[0])+i.left+m.left,10);f.pageY=parseInt(f.series.yaxis.p2c(f.datapoint[1])+i.top+m.top,10)}if(a.grid.autoHighlight){for(var l=0;l<st.length;++l){var h=st[l];if(h.auto==e&&!(f&&h.series==f.series&&h.point[0]==f.datapoint[0]&&h.point[1]==f.datapoint[1]))vt(h.series,h.point)}if(f)dt(f.series,f.datapoint,e)}t.trigger(e,[u,f])}function ht(){var e=a.interaction.redrawOverlayInterval;if(e==-1){pt();return}if(!ot)ot=setTimeout(pt,e)}function pt(){ot=null;p.save();l.clear();p.translate(m.left,m.top);var e,t;for(e=0;e<st.length;++e){t=st[e];if(t.series.bars.show)yt(t.series,t.point);else gt(t.series,t.point)}p.restore();E(b.drawOverlay,[p])}function dt(e,t,n){if(typeof e=="number")e=u[e];if(typeof t=="number"){var r=e.datapoints.pointsize;t=e.datapoints.points.slice(r*t,r*(t+1))}var i=mt(e,t);if(i==-1){st.push({series:e,point:t,auto:n});ht()}else if(!n)st[i].auto=false}function vt(e,t){if(e==null&&t==null){st=[];ht();return}if(typeof e=="number")e=u[e];if(typeof t=="number"){var n=e.datapoints.pointsize;t=e.datapoints.points.slice(n*t,n*(t+1))}var r=mt(e,t);if(r!=-1){st.splice(r,1);ht()}}function mt(e,t){for(var n=0;n<st.length;++n){var r=st[n];if(r.series==e&&r.point[0]==t[0]&&r.point[1]==t[1])return n}return-1}function gt(t,n){var r=n[0],i=n[1],s=t.xaxis,o=t.yaxis,u=typeof t.highlightColor==="string"?t.highlightColor:e.color.parse(t.color).scale("a",.5).toString();if(r<s.min||r>s.max||i<o.min||i>o.max)return;var a=t.points.radius+t.points.lineWidth/2;p.lineWidth=a;p.strokeStyle=u;var f=1.5*a;r=s.p2c(r);i=o.p2c(i);p.beginPath();if(t.points.symbol=="circle")p.arc(r,i,f,0,2*Math.PI,false);else t.points.symbol(p,r,i,f,false);p.closePath();p.stroke()}function yt(t,n){var r=typeof t.highlightColor==="string"?t.highlightColor:e.color.parse(t.color).scale("a",.5).toString(),i=r,s;switch(t.bars.align){case"left":s=0;break;case"right":s=-t.bars.barWidth;break;default:s=-t.bars.barWidth/2}p.lineWidth=t.bars.lineWidth;p.strokeStyle=r;tt(n[0],n[1],n[2]||0,s,s+t.bars.barWidth,function(){return i},t.xaxis,t.yaxis,p,t.bars.horizontal,t.bars.lineWidth)}function bt(t,n,r,i){if(typeof t=="string")return t;else{var s=h.createLinearGradient(0,r,0,n);for(var o=0,u=t.colors.length;o<u;++o){var a=t.colors[o];if(typeof a!="string"){var f=e.color.parse(i);if(a.brightness!=null)f=f.scale("rgb",a.brightness);if(a.opacity!=null)f.a*=a.opacity;a=f.toString()}s.addColorStop(o/(u-1),a)}return s}}var u=[],a={colors:["#edc240","#afd8f8","#cb4b4b","#4da74d","#9440ed"],legend:{show:true,noColumns:1,labelFormatter:null,labelBoxBorderColor:"#ccc",container:null,position:"ne",margin:5,backgroundColor:null,backgroundOpacity:.85,sorted:null},xaxis:{show:null,position:"bottom",mode:null,font:null,color:null,tickColor:null,transform:null,inverseTransform:null,min:null,max:null,autoscaleMargin:null,ticks:null,tickFormatter:null,labelWidth:null,labelHeight:null,reserveSpace:null,tickLength:null,alignTicksWithAxis:null,tickDecimals:null,tickSize:null,minTickSize:null},yaxis:{autoscaleMargin:.02,position:"left"},xaxes:[],yaxes:[],series:{points:{show:false,radius:3,lineWidth:2,fill:true,fillColor:"#ffffff",symbol:"circle"},lines:{lineWidth:2,fill:false,fillColor:null,steps:false},bars:{show:false,lineWidth:2,barWidth:1,fill:true,fillColor:null,align:"left",horizontal:false,zero:true},shadowSize:3,highlightColor:null},grid:{show:true,aboveData:false,color:"#545454",backgroundColor:null,borderColor:null,tickColor:null,margin:0,labelMargin:5,axisMargin:8,borderWidth:2,minBorderMargin:null,markings:null,markingsColor:"#f4f4f4",markingsLineWidth:2,clickable:false,hoverable:false,autoHighlight:true,mouseActiveRadius:10},interaction:{redrawOverlayInterval:1e3/60},hooks:{}},f=null,l=null,c=null,h=null,p=null,d=[],v=[],m={left:0,right:0,top:0,bottom:0},g=0,y=0,b={processOptions:[],processRawData:[],processDatapoints:[],processOffset:[],drawBackground:[],drawSeries:[],draw:[],bindEvents:[],drawOverlay:[],shutdown:[]},w=this;w.setData=T;w.setupGrid=R;w.draw=V;w.getPlaceholder=function(){return t};w.getCanvas=function(){return f.element};w.getPlotOffset=function(){return m};w.width=function(){return g};w.height=function(){return y};w.offset=function(){var e=c.offset();e.left+=m.left;e.top+=m.top;return e};w.getData=function(){return u};w.getAxes=function(){var t={},n;e.each(d.concat(v),function(e,n){if(n)t[n.direction+(n.n!=1?n.n:"")+"axis"]=n});return t};w.getXAxes=function(){return d};w.getYAxes=function(){return v};w.c2p=L;w.p2c=A;w.getOptions=function(){return a};w.highlight=dt;w.unhighlight=vt;w.triggerRedrawOverlay=ht;w.pointOffset=function(e){return{left:parseInt(d[C(e,"x")-1].p2c(+e.x)+m.left,10),top:parseInt(v[C(e,"y")-1].p2c(+e.y)+m.top,10)}};w.shutdown=H;w.destroy=function(){H();t.removeData("plot").empty();u=[];a=null;f=null;l=null;c=null;h=null;p=null;d=[];v=[];b=null;st=[];w=null};w.resize=function(){var e=t.width(),n=t.height();f.resize(e,n);l.resize(e,n)};w.hooks=b;S(w);x(s);D();T(r);R();V();P();var st=[],ot=null}function i(e,t){return t*Math.floor(e/t)}var t=Object.prototype.hasOwnProperty;n.prototype.resize=function(e,t){if(e<=0||t<=0){throw new Error("Invalid dimensions for plot, width = "+e+", height = "+t)}var n=this.element,r=this.context,i=this.pixelRatio;if(this.width!=e){n.width=e*i;n.style.width=e+"px";this.width=e}if(this.height!=t){n.height=t*i;n.style.height=t+"px";this.height=t}r.restore();r.save();r.scale(i,i)};n.prototype.clear=function(){this.context.clearRect(0,0,this.width,this.height)};n.prototype.render=function(){var e=this._textCache;for(var n in e){if(t.call(e,n)){var r=this.getTextLayer(n),i=e[n];r.hide();for(var s in i){if(t.call(i,s)){var o=i[s];for(var u in o){if(t.call(o,u)){var a=o[u].positions;for(var f=0,l;l=a[f];f++){if(l.active){if(!l.rendered){r.append(l.element);l.rendered=true}}else{a.splice(f--,1);if(l.rendered){l.element.detach()}}}if(a.length==0){delete o[u]}}}}}r.show()}}};n.prototype.getTextLayer=function(t){var n=this.text[t];if(n==null){if(this.textContainer==null){this.textContainer=e("<div class='flot-text'></div>").css({position:"absolute",top:0,left:0,bottom:0,right:0,"font-size":"smaller",color:"#545454"}).insertAfter(this.element)}n=this.text[t]=e("<div></div>").addClass(t).css({position:"absolute",top:0,left:0,bottom:0,right:0}).appendTo(this.textContainer)}return n};n.prototype.getTextInfo=function(t,n,r,i,s){var o,u,a,f;n=""+n;if(typeof r==="object"){o=r.style+" "+r.variant+" "+r.weight+" "+r.size+"px/"+r.lineHeight+"px "+r.family}else{o=r}u=this._textCache[t];if(u==null){u=this._textCache[t]={}}a=u[o];if(a==null){a=u[o]={}}f=a[n];if(f==null){var l=e("<div></div>").html(n).css({position:"absolute","max-width":s,top:-9999}).appendTo(this.getTextLayer(t));if(typeof r==="object"){l.css({font:o,color:r.color})}else if(typeof r==="string"){l.addClass(r)}f=a[n]={width:l.outerWidth(true),height:l.outerHeight(true),element:l,positions:[]};l.detach()}return f};n.prototype.addText=function(e,t,n,r,i,s,o,u,a){var f=this.getTextInfo(e,r,i,s,o),l=f.positions;if(u=="center"){t-=f.width/2}else if(u=="right"){t-=f.width}if(a=="middle"){n-=f.height/2}else if(a=="bottom"){n-=f.height}for(var c=0,h;h=l[c];c++){if(h.x==t&&h.y==n){h.active=true;return}}h={active:true,rendered:false,element:l.length?f.element.clone():f.element,x:t,y:n};l.push(h);h.element.css({top:Math.round(n),left:Math.round(t),"text-align":u})};n.prototype.removeText=function(e,n,r,i,s,o){if(i==null){var u=this._textCache[e];if(u!=null){for(var a in u){if(t.call(u,a)){var f=u[a];for(var l in f){if(t.call(f,l)){var c=f[l].positions;for(var h=0,p;p=c[h];h++){p.active=false}}}}}}}else{var c=this.getTextInfo(e,i,s,o).positions;for(var h=0,p;p=c[h];h++){if(p.x==n&&p.y==r){p.active=false}}}};e.plot=function(t,n,i){var s=new r(e(t),n,i,e.plot.plugins);return s};e.plot.version="0.8.2";e.plot.plugins=[];e.fn.plot=function(t,n){return this.each(function(){e.plot(this,t,n)})}})(jQuery);
admin/lang/wp-slimstat-de_DE.mo CHANGED
Binary file
admin/lang/wp-slimstat-de_DE.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP SlimStat\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-10-13 14:02-0500\n"
6
- "PO-Revision-Date: 2014-10-13 14:02-0500\n"
7
  "Last-Translator: Get Used To IT <support@getused.to.it>\n"
8
  "Language-Team: TechnoViel <klaus@technoviel.de>\n"
9
  "Language: de_DE\n"
@@ -13,867 +13,398 @@ msgstr ""
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: .\n"
15
  "Plural-Forms: s;\n"
16
- "X-Generator: Poedit 1.6.3\n"
17
  "X-Poedit-SearchPath-0: ../..\n"
18
 
19
- #: ../../wp-slimstat.php:1300 ../../admin/wp-slimstat-admin.php:491
20
- #: ../../admin/view/wp-slimstat-reports.php:34
21
- msgid "Real-Time Log"
 
22
  msgstr ""
 
 
23
 
24
- #: ../../wp-slimstat.php:1301 ../../admin/wp-slimstat-admin.php:492
25
- #: ../../admin/wp-slimstat-admin.php:509
26
- #: ../../admin/view/wp-slimstat-reports.php:35
27
- msgid "Overview"
28
- msgstr "&Uuml;bersicht"
29
-
30
- #: ../../wp-slimstat.php:1302 ../../admin/wp-slimstat-admin.php:493
31
- #: ../../admin/wp-slimstat-admin.php:510
32
- #: ../../admin/view/wp-slimstat-reports.php:36
33
- msgid "Audience"
34
  msgstr ""
 
 
35
 
36
- #: ../../wp-slimstat.php:1303 ../../admin/wp-slimstat-admin.php:494
37
- #: ../../admin/wp-slimstat-admin.php:511
38
- #: ../../admin/view/wp-slimstat-reports.php:37
39
- msgid "Site Analysis"
 
 
 
 
 
 
 
 
 
 
 
40
  msgstr ""
 
 
 
 
 
 
41
 
42
- #: ../../wp-slimstat.php:1304 ../../admin/wp-slimstat-admin.php:495
43
- #: ../../admin/wp-slimstat-admin.php:512 ../../admin/view/index.php:178
44
- #: ../../admin/view/wp-slimstat-reports.php:38
45
- msgid "Traffic Sources"
46
- msgstr "Traffic-Ursprung"
47
 
48
- #: ../../wp-slimstat.php:1305 ../../admin/wp-slimstat-admin.php:496
49
- #: ../../admin/wp-slimstat-admin.php:513
50
- #: ../../admin/view/wp-slimstat-reports.php:39
51
- msgid "Map Overlay"
52
- msgstr ""
53
 
54
- #: ../../wp-slimstat.php:1306 ../../admin/wp-slimstat-admin.php:497
55
- #: ../../admin/wp-slimstat-admin.php:514
56
- #: ../../admin/view/wp-slimstat-reports.php:40
57
- msgid "Custom Reports"
58
- msgstr "individuelle Auswertungen"
59
 
60
- #: ../../wp-slimstat.php:1307 ../../admin/wp-slimstat-admin.php:498
61
- #: ../../admin/wp-slimstat-admin.php:515 ../../admin/config/addons.php:29
62
- #: ../../admin/config/index.php:9
63
- msgid "Add-ons"
64
- msgstr "Add-Ons"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
65
 
66
- #: ../../wp-slimstat.php:1310 ../../admin/wp-slimstat-admin.php:544
67
- #: ../../admin/wp-slimstat-admin.php:547 ../../admin/config/index.php:14
68
- #: ../../admin/config/index.php:138
69
  msgid "Settings"
70
  msgstr "Einstellungen"
71
 
72
- #: ../../admin/wp-slimstat-admin.php:490 ../../admin/wp-slimstat-admin.php:502
73
- #: ../../admin/wp-slimstat-admin.php:505
74
  #, fuzzy
75
- msgid "SlimStat"
76
- msgstr "&Uuml;ber WP SlimStat"
77
 
78
- #: ../../admin/wp-slimstat-admin.php:586
79
- msgid "Pageviews in the last 365 days"
 
 
 
 
 
80
  msgstr ""
81
 
82
- #: ../../admin/wp-slimstat-admin.php:614
83
- msgid "Show on screen"
84
- msgstr "Anzeigen"
 
85
 
86
- #: ../../admin/wp-slimstat-admin.php:642
87
- msgid "Hide this notice"
 
 
88
  msgstr ""
 
 
89
 
90
- #: ../../admin/wp-slimstat-admin.php:679
91
- msgid "There was an error updating the following options:"
92
- msgstr "Fehler beim Aktualisieren folgender Optionen:"
93
 
94
- #: ../../admin/wp-slimstat-admin.php:682
 
95
  #, fuzzy
96
- msgid "Your changes have been saved."
97
- msgstr "Optionen erfolgreich aktualisiert."
 
 
 
 
 
 
 
98
 
99
- #: ../../admin/wp-slimstat-admin.php:705
100
- msgid "Save Changes"
101
- msgstr "Änderungen speichern"
 
102
 
103
- #: ../../admin/wp-slimstat-admin.php:729
104
- msgid "Yes"
105
- msgstr "Ja"
 
 
 
 
 
 
 
 
 
 
 
106
 
107
- #: ../../admin/wp-slimstat-admin.php:730
108
- #: ../../admin/view/wp-slimstat-reports.php:779
109
- msgid "No"
110
- msgstr "Nein"
111
 
112
- #: ../../admin/wp-slimstat-admin.php:731
113
- msgid "Site Specific"
114
- msgstr ""
115
 
116
- #: ../../admin/wp-slimstat-admin.php:791
117
- msgid "Definitions"
118
- msgstr "Definitionen"
119
 
120
- #: ../../admin/wp-slimstat-admin.php:794
121
- msgid "Pageview"
122
- msgstr "Seitenaufrufe"
 
123
 
124
- #: ../../admin/wp-slimstat-admin.php:794
125
  #, fuzzy
126
  msgid ""
127
- "A request to load a single HTML file (\"page\"). This should be contrasted "
128
- "with a \"hit\", which refers to a request for any file from a web server. "
129
- "Slimstat logs a pageview each time the tracking code is executed"
130
  msgstr ""
131
- "Eine Anfrage, eine einzelne HTML-Datei zu laden. WP SlimStat zeichnet "
132
- "jedesmal einen 'Seitenaufruf' auf wenn der Tracking-Code ausgef&uuml;hrt "
133
- "wird."
134
-
135
- #: ../../admin/wp-slimstat-admin.php:795
136
- msgid "(Human) Visit"
137
- msgstr "Echte Besuche"
138
 
139
- #: ../../admin/wp-slimstat-admin.php:795
140
- msgid ""
141
- "A period of interaction between a visitor's browser and your website, ending "
142
- "when the browser is closed or when the user has been inactive on that site "
143
- "for 30 minutes"
144
- msgstr ""
145
- "Zeitraum der Interaktion des Browsers eines Besuchers mit Ihrer Website. "
146
- "Diese endet wenn der Browser geschlossen wird oder der Besucher 30 Minuten "
147
- "lang nicht auf der Website aktiv war"
148
 
149
- #: ../../admin/wp-slimstat-admin.php:796 ../../admin/view/index.php:153
150
- #: ../../admin/view/right-now.php:21
151
- msgid "Known Visitor"
152
- msgstr "Bekannte Besucher"
153
 
154
- #: ../../admin/wp-slimstat-admin.php:796
155
- msgid ""
156
- "Any user who has left a comment on your blog, and is thus identified by "
157
- "Wordpress as a returning visitor"
158
  msgstr ""
159
- "Jeder Benutzer, der einen Kommentar auf Ihrer Website hinterlassen hat und "
160
- "damit als wiederkehrender Besucher erkannt wird."
161
-
162
- #: ../../admin/wp-slimstat-admin.php:797
163
- msgid "Unique IP"
164
- msgstr "Eindeutige IPs"
165
 
166
- #: ../../admin/wp-slimstat-admin.php:797
 
167
  msgid ""
168
- "Used to differentiate between multiple requests to download a file from one "
169
- "internet address (IP) and requests originating from many distinct addresses; "
170
- "since this measurement looks only at the internet address a pageview came "
171
- "from, it is useful, but not perfect"
172
  msgstr ""
173
- "Wird genutzt um zwischen mehreren Requests einer IP-Adresse und Requests von "
174
- "verschiedenen Adressen zu unterscheiden; da diese Messung nur auf die IP-"
175
- "Adresse von der ein Seitenaufruf stammt achtet, ist es nützlich, aber nicht "
176
- "perfekt."
177
 
178
- #: ../../admin/wp-slimstat-admin.php:798 ../../admin/wp-slimstat-admin.php:840
179
- #: ../../admin/view/right-now.php:109 ../../admin/view/wp-slimstat-db.php:65
180
- msgid "Originating IP"
181
- msgstr "Ursprüngliche IP"
182
 
183
- #: ../../admin/wp-slimstat-admin.php:798
184
- msgid ""
185
- "the originating IP address of a client connecting to a web server through an "
186
- "HTTP proxy or load balancer"
187
  msgstr ""
188
- "Die ursprüngliche IP-Adresse eines Clients, der sich durch einen HTTP Proxy "
189
- "oder Load Balancer mit dem Server verbunden hat."
190
-
191
- #: ../../admin/wp-slimstat-admin.php:799
192
- msgid "Direct Traffic"
193
- msgstr "Direkter Besuch"
194
 
195
- #: ../../admin/wp-slimstat-admin.php:799
196
  msgid ""
197
- "All those people showing up to your Web site by typing in the URL of your "
198
- "Web site coming or from a bookmark; some people also call this \"default "
199
- "traffic\" or \"ambient traffic\""
200
  msgstr ""
201
- "Alle Besucher die Ihre Website durch Eingabe der Adresse Ihrer Seite (URL) "
202
- "oder ein Lesezeichen erreichen; auch \"default traffic\" oder \"ambient "
203
- "traffic\" genannt."
204
 
205
- #: ../../admin/wp-slimstat-admin.php:800
206
- msgid "Search Engine"
207
- msgstr "Suchmaschinen"
208
 
209
- #: ../../admin/wp-slimstat-admin.php:800
210
- msgid ""
211
- "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
212
- "as well as your paid (PPC/SEM) traffic, so be aware of that"
213
  msgstr ""
214
- "Google, Yahoo, MSN, Ask usw.; hiwer ist sowohl organischer als auch "
215
- "bezahlter (PPC/SEM) Traffic enthalten."
216
 
217
- #: ../../admin/wp-slimstat-admin.php:801 ../../admin/wp-slimstat-admin.php:817
218
- #: ../../admin/view/right-now.php:148 ../../admin/view/wp-slimstat-db.php:44
219
- msgid "Search Terms"
220
- msgstr "Suchbegriffe"
 
221
 
222
- #: ../../admin/wp-slimstat-admin.php:801 ../../admin/wp-slimstat-admin.php:817
223
- msgid "Keywords used by your visitors to find your website on a search engine"
224
- msgstr "Begriffe welche von Besuchern in Suchmaschinen verwendet wurden"
 
225
 
226
- #: ../../admin/wp-slimstat-admin.php:802
227
- msgid "SERP"
228
- msgstr "SERP"
229
 
230
- #: ../../admin/wp-slimstat-admin.php:802
231
- msgid ""
232
- "Short for search engine results page, the Web page that a search engine "
233
- "returns with the results of its search. The value shown represents your rank "
234
- "(or position) within that list of results"
235
  msgstr ""
236
- "\"Search Engine Result Pages\" - Suchmaschinenranking. Der Wert "
237
- "repräsentiert Ihren Rang (die Postition) in den Suchergebnissen."
238
 
239
- #: ../../admin/wp-slimstat-admin.php:803
240
- #: ../../admin/view/wp-slimstat-db.php:57
241
- msgid "User Agent"
242
- msgstr "User Agent"
243
 
244
- #: ../../admin/wp-slimstat-admin.php:803
245
- msgid ""
246
- "Any program used for accessing a website; this includes browsers, robots, "
247
- "spiders and any other program that was used to retrieve information from the "
248
- "site"
249
- msgstr ""
250
- "Generische Kennung jedes zugreifenden Programmes, wie z.B. Browser (Firefox "
251
- "usw.), 'Robots' und 'Spider' sowie jedes andere Programm welches "
252
- "Informationen von einer Website abruft."
253
 
254
- #: ../../admin/wp-slimstat-admin.php:804
255
- #: ../../admin/view/wp-slimstat-db.php:62
256
- msgid "Outbound Link"
257
- msgstr "Ausgehender Link"
258
 
259
- #: ../../admin/wp-slimstat-admin.php:804
260
  msgid ""
261
- "A link from one domain to another is said to be outbound from its source "
262
- "anchor and inbound to its target. This report lists all the links to other "
263
- "websites followed by your visitors."
264
  msgstr ""
265
- "Ausgehende Links sind links zu einer anderen Domain. Dieser Report zeigt "
266
- "alle Links zu anderen Websites die Ihre Besucher verfolgt haben."
267
-
268
- #: ../../admin/wp-slimstat-admin.php:811
269
- msgid "Basic Filters"
270
- msgstr "Einfache Filter"
271
 
272
- #: ../../admin/wp-slimstat-admin.php:814
273
- #: ../../admin/view/wp-slimstat-db.php:41
274
- msgid "Browser"
275
- msgstr "Browser"
276
 
277
- #: ../../admin/wp-slimstat-admin.php:814
278
- msgid "User agent (Firefox, Chrome, ...)"
279
- msgstr "Browser (Firefox, Chrome ...)"
 
 
 
 
 
280
 
281
- #: ../../admin/wp-slimstat-admin.php:815
282
- #: ../../admin/view/wp-slimstat-db.php:42
283
- #: ../../admin/view/wp-slimstat-reports.php:490
284
- msgid "Country Code"
285
- msgstr "L&auml;nder-Code"
286
 
287
- #: ../../admin/wp-slimstat-admin.php:815
288
- msgid "2-letter code (us, ru, de, it, ...)"
289
- msgstr "Länder-Code (us, ru, de, it...)"
 
 
 
 
 
290
 
291
- #: ../../admin/wp-slimstat-admin.php:816
292
- msgid "IP"
293
- msgstr "IP"
294
 
295
- #: ../../admin/wp-slimstat-admin.php:816
296
- msgid "Visitor's public IP address"
297
- msgstr "&Ouml;ffentliche IP-Adresse des Besuchers"
 
 
298
 
299
- #: ../../admin/wp-slimstat-admin.php:818
300
- #: ../../admin/view/wp-slimstat-db.php:45
301
- #: ../../admin/view/wp-slimstat-reports.php:502
302
- msgid "Language Code"
303
- msgstr "Sprach-Kodierung"
304
 
305
- #: ../../admin/wp-slimstat-admin.php:818
306
  msgid ""
307
- "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
308
- "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
309
- "column) for more information"
310
  msgstr ""
311
- "Siehe <a target=\"_blank\" href=\"http://msdn.microsoft.com/en-us/library/"
312
- "ee825488(v=cs.20).aspx\">Tabelle von Sprach-Kodierungen</a> "
313
 
314
- #: ../../admin/wp-slimstat-admin.php:819
315
- #: ../../admin/view/wp-slimstat-db.php:46
316
- msgid "Operating System"
317
- msgstr "Betriebssystem"
318
 
319
- #: ../../admin/wp-slimstat-admin.php:819
320
  msgid ""
321
- "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
322
- "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
323
- "manual page</a> for more information"
324
  msgstr ""
325
- "Akzeptiert Bezeichner wie win7, win98, macosx usw.; weitere Informationen "
326
- "gibt es auf <a href=\"http://php.net/manual/de/function.get-browser.php\" "
327
- "target=\"_blank\">dieser Seite</a>"
328
 
329
- #: ../../admin/wp-slimstat-admin.php:820
330
- #: ../../admin/view/wp-slimstat-db.php:47
331
- msgid "Permalink"
332
- msgstr "Permalink"
333
-
334
- #: ../../admin/wp-slimstat-admin.php:820
335
- msgid "URL accessed on your site"
336
- msgstr "URL, die auf Ihrer Seite besucht wurde"
337
 
338
- #: ../../admin/wp-slimstat-admin.php:821
339
- #: ../../admin/view/wp-slimstat-db.php:49
340
- msgid "Referer"
341
- msgstr "Herkunft"
342
 
343
- #: ../../admin/wp-slimstat-admin.php:821
344
  #, fuzzy
345
- msgid "Complete address of the referrer page"
346
- msgstr "Verweisende Seite &ouml;ffnen"
 
 
 
 
347
 
348
- #: ../../admin/wp-slimstat-admin.php:822
349
- #: ../../admin/view/wp-slimstat-db.php:50
350
- msgid "Visitor's Name"
351
- msgstr "Besuchername"
352
 
353
- #: ../../admin/wp-slimstat-admin.php:822
354
  msgid ""
355
- "Visitors' names according to the cookie set by Wordpress after they leave a "
356
- "comment"
357
  msgstr ""
358
- "Besuchername laut Cookie, welches Wordpress beim hinterlassen eines "
359
- "Kommentars anlegt"
360
 
361
- #: ../../admin/wp-slimstat-admin.php:830
362
- msgid "Advanced Filters"
363
- msgstr "Erweiterte Filter"
364
 
365
- #: ../../admin/wp-slimstat-admin.php:833
366
- #: ../../admin/view/wp-slimstat-db.php:55
367
- msgid "Browser Version"
368
- msgstr "Browser-Version"
369
 
370
- #: ../../admin/wp-slimstat-admin.php:833
371
- msgid "user agent version (9.0, 11, ...)"
372
- msgstr "Browser-Version (9.0, 11, ...)"
 
373
 
374
- #: ../../admin/wp-slimstat-admin.php:834
375
- #: ../../admin/view/wp-slimstat-db.php:56
376
- msgid "Browser Type"
377
- msgstr "Browser-Typ"
378
 
379
- #: ../../admin/wp-slimstat-admin.php:834
380
- msgid ""
381
- "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
382
- "all others"
383
  msgstr ""
384
- "1 = Suchmaschinen Crawler, 2 = Mobiles Gerät, 3 = Feed-Reader, 0 = alle "
385
- "anderen"
386
 
387
- #: ../../admin/wp-slimstat-admin.php:835
388
- #: ../../admin/view/wp-slimstat-db.php:58
389
- msgid "Color Depth"
390
- msgstr "Farbtiefe"
391
 
392
- #: ../../admin/wp-slimstat-admin.php:835
393
- msgid "visitor's screen's color depth (8, 16, 24, ...)"
394
- msgstr "Farbtiefe des Monitors des Besuchers (8, 16, 24, ...)"
 
 
 
 
 
395
 
396
- #: ../../admin/wp-slimstat-admin.php:836
397
- #: ../../admin/view/wp-slimstat-db.php:59
398
- msgid "CSS Version"
399
- msgstr "CSS Version"
400
 
401
- #: ../../admin/wp-slimstat-admin.php:836
402
- msgid ""
403
- "what CSS standard was supported by that browser (1, 2, 3 and other integer "
404
- "values)"
405
  msgstr ""
406
- "Vom Browser unterstützter CSS standard (1, 2, 3 und andere ganze Zahlen)"
407
 
408
- #: ../../admin/wp-slimstat-admin.php:837
409
- #: ../../admin/view/wp-slimstat-db.php:60
410
- msgid "Pageview Attributes"
411
- msgstr "Eigenschaften Seitenaufrufe"
412
 
413
- #: ../../admin/wp-slimstat-admin.php:837
414
- msgid ""
415
- "this field is set to <em>[pre]</em> if the resource has been accessed "
416
- "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
417
- "Link_prefetching_FAQ\">Link Prefetching</a> or similar techniques"
418
- msgstr ""
419
- "Dieses Feld enth&auml;lt <em>[pre]</em> wenn der Zugriff von through <a "
420
- "target=\"_blank\" href=\"https://developer.mozilla.org/en/"
421
- "Link_prefetching_FAQ\">Link Prefetching</a> oder eine &auml;hnliche "
422
-
423
- #: ../../admin/wp-slimstat-admin.php:838
424
- #: ../../admin/view/wp-slimstat-db.php:63
425
- msgid "Post Author"
426
- msgstr "Autor der Seiten"
427
-
428
- #: ../../admin/wp-slimstat-admin.php:838
429
- msgid "author associated to that post/page when the resource was accessed"
430
- msgstr "Der dem Artikel / der Seite zugeordnete Autor"
431
-
432
- #: ../../admin/wp-slimstat-admin.php:839
433
- #: ../../admin/view/wp-slimstat-db.php:64
434
- msgid "Post Category ID"
435
- msgstr "Kategorie-ID der Seite"
436
-
437
- #: ../../admin/wp-slimstat-admin.php:839
438
- msgid "ID of the category/term associated to the resource, when available"
439
- msgstr "ID der zugeordneten Kategorie, falls vorhanden"
440
-
441
- #: ../../admin/wp-slimstat-admin.php:840
442
- msgid "visitor's originating IP address, if available"
443
- msgstr "IP-Adresse des Besuchers, falls bekannt"
444
-
445
- #: ../../admin/wp-slimstat-admin.php:841
446
- #: ../../admin/view/wp-slimstat-db.php:66
447
- msgid "Resource Content Type"
448
- msgstr "Inhalt der Ressource"
449
-
450
- #: ../../admin/wp-slimstat-admin.php:841
451
- msgid ""
452
- "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
453
- "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
454
- "feed, home; please refer to the <a target=\"_blank\" href=\"http://codex."
455
- "wordpress.org/Conditional_Tags\">Conditional Tags</a> manual page for more "
456
- "information"
457
- msgstr ""
458
- "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
459
- "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
460
- "feed, home; F&uuml;r mehr Infos s. <a target=\"_blank\" href=\"http://codex."
461
- "wordpress.org/Conditional_Tags\">Conditional Tags</a>."
462
-
463
- #: ../../admin/wp-slimstat-admin.php:842
464
- #: ../../admin/view/wp-slimstat-db.php:68
465
- msgid "Screen Resolution"
466
- msgstr "Bildschirm-Aufl&ouml;sung"
467
-
468
- #: ../../admin/wp-slimstat-admin.php:842
469
- msgid "viewport width and height (1024x768, 800x600, ...)"
470
- msgstr "Breite und H&ouml;he des sichtbaren Bereiches"
471
-
472
- #: ../../admin/wp-slimstat-admin.php:843
473
- #: ../../admin/view/wp-slimstat-db.php:69
474
- msgid "Visit ID"
475
- msgstr "Besuchs-ID"
476
-
477
- #: ../../admin/wp-slimstat-admin.php:843
478
- msgid ""
479
- "generally used in conjunction with <em>is not empty</em>, identifies human "
480
- "visitors"
481
- msgstr ""
482
- "Meist im Zusammenhang mit <em>nicht leer</em> verwendet, kennzeichnet echte "
483
- "Besucher"
484
-
485
- #: ../../admin/wp-slimstat-admin.php:844
486
- msgid "Date Filters"
487
- msgstr "Datumsfilter"
488
-
489
- #: ../../admin/wp-slimstat-admin.php:844
490
- msgid ""
491
- "you can specify the timeframe by entering a number in the <em>interval</em> "
492
- "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
493
- "year=blank, interval=-1 will set a year-to-date filter)"
494
- msgstr ""
495
- "Sie können einen Zeitraum angeben, in dem Sie bei 'Tage' eine Zahl angeben. "
496
- "-1 erzeugt ein Intervall seit Beginn des Jahres / Monats, z.B. Tag=1, "
497
- "Monat=1, Jahr leer, Intervall=-1 erzeugt einen 'seit Jahresbeginn' Filter."
498
-
499
- #: ../../admin/wp-slimstat-admin.php:845
500
- msgid "SERP Position"
501
- msgstr "Suchmaschinenrang"
502
-
503
- #: ../../admin/wp-slimstat-admin.php:845
504
- msgid ""
505
- "set the filter to Referer contains cd=N&, where N is the position you are "
506
- "looking for"
507
- msgstr ""
508
- "Filter nach Herkunft mit cd=N& setzen, wobei N die gesuchte Position ist"
509
-
510
- #: ../../admin/config/addons.php:14
511
- msgid ""
512
- "There was an error retrieving the add-ons list from the server. Please try "
513
- "again later. Error Message:"
514
- msgstr ""
515
- "Es gabe einen Fehler beim Abruf der Add-on-Liste vom Server. Bitte später "
516
- "nochmals versuchen. Fehlermeldung:"
517
-
518
- #: ../../admin/config/addons.php:23
519
- msgid ""
520
- "There was an error decoding the add-ons list from the server. Please try "
521
- "again later."
522
- msgstr ""
523
- "Fehler beim Auslesen der Add-on-Liste vom Server. Versuchen Sie es später "
524
- "nochmals."
525
-
526
- #: ../../admin/config/addons.php:30
527
- #, fuzzy
528
- msgid ""
529
- "Add-ons extend the functionality of Slimstat in many interesting ways. We "
530
- "offer both free and premium (paid) extensions. Each add-on can be installed "
531
- "as a separate plugin, which will receive regular updates via the WordPress "
532
- "Plugins panel. In order to be notified when a new version of a premium add-"
533
- "on is available, please enter the <strong>license key</strong> you received "
534
- "when you purchased it."
535
- msgstr ""
536
- "Add-ons erweitern die Funktionalität von WP SlimStat auf viele interessante "
537
- "Arten. Wir bieten sowohl Gratis-, als auch Premium-(Kauf-)Erweiterungen. "
538
- "Jedes Add-on kann als separates Plugin installiert werden, dass via "
539
- "WordPress regelmäßig upgedated wird. Um auch Aktualisierungen für Premium-"
540
- "Add-ons zu bekommen, muss der beim Kauf erhaltene <strong>Lizenzschlüssel</"
541
- "strong> eingegeben werden."
542
-
543
- #: ../../admin/config/addons.php:36
544
- msgid "Add-on"
545
- msgstr "Add-on"
546
-
547
- #: ../../admin/config/addons.php:36
548
- msgid "Description"
549
- msgstr "Beschreibung"
550
-
551
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:18
552
- msgid "General"
553
- msgstr "Allgemein"
554
-
555
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:44
556
- msgid "Views"
557
- msgstr "Letzte Aufrufe"
558
-
559
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:67
560
- msgid "Filters"
561
- msgstr "Filter"
562
-
563
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:131
564
- msgid "Permissions"
565
- msgstr "Berechtigungen"
566
-
567
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:208
568
- msgid "Advanced"
569
- msgstr "Erweitert"
570
-
571
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:241
572
- msgid "Maintenance"
573
- msgstr "Wartung"
574
-
575
- #: ../../admin/config/index.php:20 ../../admin/config/index.php:214
576
- #, fuzzy
577
- msgid "Tracker"
578
- msgstr "Benutzer tracken"
579
-
580
- #: ../../admin/config/index.php:21
581
- #, fuzzy
582
- msgid "Enable Tracking"
583
- msgstr "Verfolgung aktivieren"
584
-
585
- #: ../../admin/config/index.php:21
586
- msgid "Turn the tracker on or off, but keep the reports accessible."
587
- msgstr ""
588
-
589
- #: ../../admin/config/index.php:22
590
- #, fuzzy
591
- msgid "Monitor Admin Pages"
592
- msgstr "Verfolgen Admin-Seiten"
593
-
594
- # correct, if admin = admin area
595
- #: ../../admin/config/index.php:22
596
- #, fuzzy
597
- msgid "Enable this option to track your users' activity within the admin."
598
- msgstr ""
599
- "Aktivieren Sie diese Option, wenn Sie die Aktivitäten Ihrer Benutzer "
600
- "innerhalb des Adminbereiches verfolgen wollen."
601
-
602
- #: ../../admin/config/index.php:23
603
- msgid "Enable Spy Mode"
604
- msgstr ""
605
-
606
- # capability = Resource?
607
- #: ../../admin/config/index.php:23
608
- #, fuzzy
609
- msgid ""
610
- "Collect information about screen resolutions, outbound links, downloads, "
611
- "etc. If Tracking Mode is set to Javascript, this data will be tracked "
612
- "regardless of which value you set for this option."
613
- msgstr ""
614
- "Aktiviert einen Tracking Code auf den Clients, der Daten über "
615
- "Bildschirmauflösungen, ausgehende Links, Downloads und andere relevante "
616
- "Informationen sammelt. Bei aktiviertem Javaskript-Modus werden die Browser-"
617
- "Resourcen in jedem Fall getrackt"
618
-
619
- #: ../../admin/config/index.php:24
620
- #, fuzzy
621
- msgid "Tracking Mode"
622
- msgstr "Tracking aktiv"
623
-
624
- #: ../../admin/config/index.php:24
625
- #, fuzzy
626
- msgid ""
627
- "Select <strong>Javascript</strong> if you are using a caching plugin (W3 "
628
- "Total Cache, WP SuperCache, HyperCache, etc). Slimstat will behave pretty "
629
- "much like Google Analytics, and visitors whose browser does not support "
630
- "Javascript will be ignored. A nice side effect is that <strong>most "
631
- "spammers, search engines and other crawlers</strong> will not be tracked."
632
- msgstr ""
633
- "Schalten Sie diese Funktion ein, wenn ein Cache-Plugin wie z.B. W3 Total "
634
- "Cache verwendet wird. WP SlimStat wird sich &auml;hnlich wie Google "
635
- "Analytics verhalten und Besucher deren Browser kein Javascript unterst&uuml;"
636
- "tzt ignorieren. Ein netter Nebeneffekt: Die meisten Spammer, Suchmaschinen "
637
- "und andere Crawler werden so nicht mehr berücksichtigt."
638
-
639
- #: ../../admin/config/index.php:24
640
- #, fuzzy
641
- msgid "Javascript"
642
- msgstr "Tracking per JavaScript"
643
-
644
- #: ../../admin/config/index.php:24
645
- msgid "Server-side"
646
- msgstr "Serverseitig"
647
-
648
- #: ../../admin/config/index.php:26
649
- msgid "WordPress Integration"
650
- msgstr "WordPress-Integration"
651
-
652
- #: ../../admin/config/index.php:27
653
- #, fuzzy
654
- msgid "Menu Position"
655
- msgstr "Suchmaschinenrang"
656
-
657
- #: ../../admin/config/index.php:27
658
- #, fuzzy
659
- msgid ""
660
- "Choose between a standalone admin menu for Slimstat or a drop down in the "
661
- "admin bar (if visible)."
662
- msgstr ""
663
- "Das Dashboard-Men&uuml; kann um ein eigenes WP SlimStat Men&uuml; erg&auml;"
664
- "nzt werden."
665
-
666
- #: ../../admin/config/index.php:27
667
- msgid "Side Menu"
668
- msgstr "Seitenmenü"
669
-
670
- #: ../../admin/config/index.php:27
671
- msgid "Admin Bar"
672
- msgstr "Adminleiste"
673
-
674
- #: ../../admin/config/index.php:28
675
- msgid "Add Stats to Posts and Pages"
676
- msgstr ""
677
-
678
- #: ../../admin/config/index.php:28
679
- #, fuzzy
680
- msgid ""
681
- "Add a new column to the Edit Posts/Pages screens, with the number of hits "
682
- "per post."
683
- msgstr ""
684
- "F&uuml;gt eine Spalte in der Beitrags&uuml;bersicht ein, welche die Anzahl "
685
- "der Zugriffe pro Beitrag anzeigt."
686
-
687
- #: ../../admin/config/index.php:30
688
- msgid "Database"
689
- msgstr "Datenbank"
690
-
691
- #: ../../admin/config/index.php:31
692
- msgid "Retain data for"
693
- msgstr ""
694
-
695
- #: ../../admin/config/index.php:31
696
- msgid ""
697
- "Delete log entries older than the number of days specified here above. Enter "
698
- "<strong>0</strong> (number zero) if you want to preserve your data "
699
- "regardless of its age."
700
- msgstr ""
701
-
702
- #: ../../admin/config/index.php:31
703
- msgid "Next clean-up on"
704
- msgstr "N&auml;chste Bereinigung "
705
-
706
- #: ../../admin/config/index.php:31
707
- #, fuzzy, php-format
708
- msgid "Entries logged on or before %s will be permanently deleted."
709
- msgstr ""
710
- "Eintr&auml;ge, die vor dem %s erfasst wurden werden unwiderruflich gel&ouml;"
711
- "scht."
712
-
713
- #: ../../admin/config/index.php:31 ../../admin/view/index.php:86
714
- #: ../../admin/view/wp-slimstat-db.php:76
715
- #: ../../admin/view/wp-slimstat-reports.php:779
716
- msgid "days"
717
- msgstr "Tage"
718
-
719
- #: ../../admin/config/index.php:46
720
- #, fuzzy
721
- msgid "Data and Formats"
722
- msgstr "Datum und Uhrzeit"
723
-
724
- #: ../../admin/config/index.php:47
725
- msgid "Convert IP Addresses"
726
- msgstr "IP-Adressen umwandeln"
727
-
728
- #: ../../admin/config/index.php:47
729
- msgid "Display provider names instead of IP addresses."
730
- msgstr ""
731
-
732
- #: ../../admin/config/index.php:48
733
- msgid "Number Format"
734
- msgstr "Zahlenformat"
735
-
736
- #: ../../admin/config/index.php:48
737
- #, fuzzy
738
- msgid "Choose the number format you want to use for your reports."
739
- msgstr "Das zu verwendente Zahlenformat ausw&auml;hlen (metrisch o. imperial)."
740
-
741
- #: ../../admin/config/index.php:49
742
- #, fuzzy
743
- msgid "Enable SOV"
744
- msgstr "CDN aktivieren"
745
-
746
- #: ../../admin/config/index.php:49
747
- msgid ""
748
- "In linguistic typology, a subject-object-verb (SOV) language is one in which "
749
- "the subject, object, and verb of a sentence appear in that order, like in "
750
- "Japanese."
751
- msgstr ""
752
-
753
- #: ../../admin/config/index.php:50
754
- msgid "Show Display Name"
755
- msgstr "Spitznamen anzeigen"
756
-
757
- #: ../../admin/config/index.php:50
758
- #, fuzzy
759
- msgid ""
760
- "By default, users are listed by their usernames. Use this option to "
761
- "visualize their display names instead."
762
- msgstr ""
763
- "Standardmäßig werden die Benutzernamen aufgelistet. Benutzen Sie diese "
764
- "Option, um dafür stattdessen die Spitznamen anzeigen zu lassen,"
765
-
766
- #: ../../admin/config/index.php:51
767
- #, fuzzy
768
- msgid "Show User Agent"
769
- msgstr "Top Browser"
770
-
771
- #: ../../admin/config/index.php:51
772
- #, fuzzy
773
- msgid ""
774
- "Choose if you want to see the browser name or a complete user agent string "
775
- "when hovering on browser icons."
776
- msgstr ""
777
- "Wählen Sie, ob der Browsername oder ein kompletter USER AGENT STRING "
778
- "angezeigt werden soll, wenn Sie auf die Browsersymbole zeigen."
779
-
780
- #: ../../admin/config/index.php:52
781
- msgid "Show Titles"
782
- msgstr "Titel anzeigen"
783
-
784
- #: ../../admin/config/index.php:52
785
- msgid ""
786
- "Slimstat converts your permalinks into post and page titles. Disable this "
787
- "feature if you need to see the URL in your reports."
788
- msgstr ""
789
-
790
- #: ../../admin/config/index.php:53 ../../admin/view/right-now.php:152
791
- msgid "Date and Time"
792
- msgstr "Datum und Uhrzeit"
793
-
794
- #: ../../admin/config/index.php:53
795
- msgid ""
796
- "<a href=\"http://php.net/manual/en/function.date.php\" target=\"_blank\">PHP "
797
- "Format</a> to use when displaying date and time of a pageview."
798
- msgstr ""
799
-
800
- #: ../../admin/config/index.php:55
801
- msgid "Functionality"
802
- msgstr "Funktionalität"
803
-
804
- #: ../../admin/config/index.php:56
805
- msgid "Asynchronous Views"
806
- msgstr "Asynchrone Anzeige"
807
-
808
- #: ../../admin/config/index.php:56
809
- #, fuzzy
810
- msgid ""
811
- "Load all the reports dynamically. It makes the reports render faster, but it "
812
- "increases the load on your server."
813
- msgstr ""
814
- "Benutzen Sie Ajax um die Statistiken nachzuladen. Dadurch erscheinen die "
815
- "Seiten schneller, jedoch entsteht mehr Last auf dem Server."
816
-
817
- #: ../../admin/config/index.php:57
818
- msgid "SlimScroll"
819
- msgstr ""
820
-
821
- #: ../../admin/config/index.php:57
822
- msgid ""
823
- "Enable SlimScroll, a slick jQuery library that replaces the built-in browser "
824
- "scrollbar."
825
- msgstr ""
826
-
827
- #: ../../admin/config/index.php:58
828
- msgid "Expand Details"
829
- msgstr "Details anzeigen"
830
-
831
- #: ../../admin/config/index.php:58
832
- #, fuzzy
833
- msgid "Expand each row's details by default, insted of on mousehover."
834
- msgstr "Zeigt in allen Zeilen die Details und nicht nur beim Mouse-Over"
835
-
836
- #: ../../admin/config/index.php:59 ../../admin/config/index.php:63
837
- #, fuzzy
838
- msgid "Rows to Display"
839
- msgstr "keine Daten vorhanden"
840
-
841
- #: ../../admin/config/index.php:59
842
- msgid "Specify the number of items in each report."
843
- msgstr ""
844
-
845
- #: ../../admin/config/index.php:61
846
- msgid "Activity Log"
847
- msgstr ""
848
-
849
- #: ../../admin/config/index.php:62
850
- msgid "Live Stream"
851
- msgstr "Livestream"
852
-
853
- #: ../../admin/config/index.php:62
854
- #, fuzzy
855
- msgid ""
856
- "Enable the Live view, which refreshes the Activity Log every X seconds. "
857
- "Enter <strong>0</strong> (number zero) to deactivate this feature."
858
- msgstr ""
859
- "Anzeige der aktuell aktiven Besucher alle X Sekunden aktualisieren. Null "
860
- "deaktiviert diese Funktion."
861
-
862
- #: ../../admin/config/index.php:62 ../../admin/config/index.php:217
863
- msgid "seconds"
864
- msgstr "Sekunden"
865
-
866
- #: ../../admin/config/index.php:63
867
- msgid "Specify the number of items in the Activity Log."
868
- msgstr ""
869
-
870
- #: ../../admin/config/index.php:64
871
- #, fuzzy
872
- msgid "Activity Log Extended"
873
- msgstr "Aktuell (erweitert)"
874
-
875
- #: ../../admin/config/index.php:64
876
- #, fuzzy
877
  msgid ""
878
  "Choose if you want to see outbound links listed in the Activity Log. It "
879
  "might slow down the rendering of this report."
@@ -882,27 +413,27 @@ msgstr ""
882
  "Dies könnte die Erstellung des Berichtes verlansamen oder Fehler bei "
883
  "langsameren System anzeigen."
884
 
885
- #: ../../admin/config/index.php:69
886
  #, fuzzy
887
  msgid "Visitors and Known Users"
888
  msgstr "Bekannte Benutzer"
889
 
890
- #: ../../admin/config/index.php:70
891
  #, fuzzy
892
  msgid "Track Registered Users"
893
  msgstr "Benutzer tracken"
894
 
895
- #: ../../admin/config/index.php:70
896
  #, fuzzy
897
  msgid "Enable this option to track logged in users."
898
  msgstr "Ja falls eingeloggte Benutzer getrackt werden sollen."
899
 
900
- #: ../../admin/config/index.php:71
901
  #, fuzzy
902
  msgid "Blacklist by Username"
903
  msgstr "IP-Adresse"
904
 
905
- #: ../../admin/config/index.php:71
906
  #, fuzzy
907
  msgid ""
908
  "List all the usernames you don't want to track, separated by commas. Please "
@@ -913,12 +444,12 @@ msgstr ""
913
  "Beistriche. Leerzeichen werden <em>nicht</em> ignoriert und Gro&szlig;-/ "
914
  "Kleinschreibung wird beachtet."
915
 
916
- #: ../../admin/config/index.php:72
917
  #, fuzzy
918
  msgid "Blacklist by IP Address"
919
  msgstr "IP-Adresse"
920
 
921
- #: ../../admin/config/index.php:72
922
  #, fuzzy
923
  msgid ""
924
  "List all the IP addresses you don't want to track, separated by commas. Each "
@@ -933,12 +464,12 @@ msgstr ""
933
  "(z.B. <em>192.168.0.0/24</em>) definiert werden. Bei inkorrektem Format kann "
934
  "WP SlimStat evtl. nicht die Pageviews korrekt tracken."
935
 
936
- #: ../../admin/config/index.php:73
937
  #, fuzzy
938
  msgid "Blacklist by Capability"
939
  msgstr "Benutzer nach Browserf&auml;higkeiten"
940
 
941
- #: ../../admin/config/index.php:73
942
  #, fuzzy
943
  msgid ""
944
  "Users having at least one of the <a href='http://codex.wordpress.org/"
@@ -949,15 +480,15 @@ msgstr ""
949
  "wordpress.org/Roles_and_Capabilities' target='_new'>CAPABILITIES</a> haben, "
950
  "werden nicht verfolgt. Bitte Groß-/Kleinschreibung beachten."
951
 
952
- #: ../../admin/config/index.php:75
953
  msgid "Profiling"
954
  msgstr ""
955
 
956
- #: ../../admin/config/index.php:76
957
  msgid "Ignore Spammers"
958
  msgstr "Spammer ignorieren"
959
 
960
- #: ../../admin/config/index.php:76
961
  #, fuzzy
962
  msgid ""
963
  "Enable this option if you don't want to track visits from users identified "
@@ -970,11 +501,11 @@ msgstr ""
970
  "Kommentare später von Ihnen als Spam markiert werden, werden ebenso aus der "
971
  "Datenbank entfernt."
972
 
973
- #: ../../admin/config/index.php:77
974
  msgid "Permalinks"
975
  msgstr "Permalinks"
976
 
977
- #: ../../admin/config/index.php:77
978
  #, fuzzy
979
  msgid ""
980
  "List all the URLs on your website that you don't want to track, separated by "
@@ -993,11 +524,11 @@ msgstr ""
993
  "code> erfasst /aboundant und /about, <code>/abo!t</code> erfasst /about und /"
994
  "abort. Gro&szlig;-/ Kleinschreibung wird dabei nicht beachtet."
995
 
996
- #: ../../admin/config/index.php:78
997
  msgid "Countries"
998
  msgstr "L&auml;nder"
999
 
1000
- #: ../../admin/config/index.php:78
1001
  msgid ""
1002
  "Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
1003
  "track, separated by commas."
@@ -1005,11 +536,11 @@ msgstr ""
1005
  "Liste der L&auml;dercodes (z.B.: <code>en-us, de, it, es</code>), die nicht "
1006
  "mit erfasst werden sollen, getrennt durch Kommata."
1007
 
1008
- #: ../../admin/config/index.php:79
1009
  msgid "User Agents"
1010
  msgstr "User Agents"
1011
 
1012
- #: ../../admin/config/index.php:79
1013
  #, fuzzy
1014
  msgid ""
1015
  "Browsers (user agents) you don't want to track, separated by commas. You can "
@@ -1027,11 +558,11 @@ msgstr ""
1027
  "code> erfasst /aboundant und /about, <code>/abo!t</code> erfasst /about und /"
1028
  "abort. Gro&szlig;-/ Kleinschreibung wird dabei nicht beachtet."
1029
 
1030
- #: ../../admin/config/index.php:80
1031
  msgid "Referring Sites"
1032
  msgstr "Verweisende Webseiten"
1033
 
1034
- #: ../../admin/config/index.php:80
1035
  #, fuzzy
1036
  msgid ""
1037
  "Referring URLs that you don't want to track, separated by commas: "
@@ -1049,26 +580,26 @@ msgstr ""
1049
  "code> erfasst /aboundant und /about, <code>/abo!t</code> erfasst /about und /"
1050
  "abort. Gro&szlig;-/ Kleinschreibung wird dabei nicht beachtet."
1051
 
1052
- #: ../../admin/config/index.php:82 ../../admin/config/index.php:234
1053
  msgid "Miscellaneous"
1054
  msgstr "Diverse"
1055
 
1056
- #: ../../admin/config/index.php:83
1057
  msgid "Enable Privacy Mode"
1058
  msgstr ""
1059
 
1060
- #: ../../admin/config/index.php:83
1061
  #, fuzzy
1062
  msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
1063
  msgstr ""
1064
  "Diese Option maskiert das letzte Byte der IP-Adressen Ihrere Besucher um die "
1065
  "Europ&auml;ischen Datenschutzgesetze zur erf&uuml;llen."
1066
 
1067
- #: ../../admin/config/index.php:84
1068
  msgid "Ignore Prefetch Requests"
1069
  msgstr ""
1070
 
1071
- #: ../../admin/config/index.php:84
1072
  #, fuzzy
1073
  msgid ""
1074
  "Prevent Slimstat from tracking pageviews generated by Firefox's <a "
@@ -1078,25 +609,25 @@ msgstr ""
1078
  "Verhindert, dass WP SlimStat Pageviews trackt, die durch die <a "
1079
  "href='https://developer.mozilla.org/en/Link_prefetching_FAQ' target='_blank'>"
1080
 
1081
- #: ../../admin/config/index.php:100
1082
  msgid "Ignore users (username not found)"
1083
  msgstr "Benutzer ignorieren (Benutzername nicht gefunden)"
1084
 
1085
- #: ../../admin/config/index.php:123
1086
  msgid ""
1087
  "Invalid capability. Please check <a href=\"http://codex.wordpress.org/"
1088
  "Roles_and_Capabilities\" target=\"_new\">this page</a> for more information"
1089
  msgstr ""
1090
 
1091
- #: ../../admin/config/index.php:133
1092
  msgid "Reports"
1093
  msgstr "Auswertungen"
1094
 
1095
- #: ../../admin/config/index.php:134
1096
  msgid "Restrict Authors"
1097
  msgstr "Autoren einschränken"
1098
 
1099
- #: ../../admin/config/index.php:134
1100
  #, fuzzy
1101
  msgid ""
1102
  "Enable this option if you want your authors to only see stats related to "
@@ -1105,12 +636,12 @@ msgstr ""
1105
  "Aktivieren Sie diese Option, wenn Ihre Autoren nur Statistiken zu Ihrem "
1106
  "eigenen Inhalt ansehen können."
1107
 
1108
- #: ../../admin/config/index.php:135 ../../admin/config/index.php:139
1109
  #, fuzzy
1110
  msgid "Capability"
1111
  msgstr "Benutzer nach Browserf&auml;higkeiten"
1112
 
1113
- #: ../../admin/config/index.php:135
1114
  #, fuzzy
1115
  msgid ""
1116
  "Specify the minimum <a href='http://codex.wordpress.org/"
@@ -1127,11 +658,11 @@ msgstr ""
1127
  "Berichte, Außer eine 'Lesezugriffs'-Whitelist wurde weiter unten festgelegt, "
1128
  "welche Vorrang über die CAPABILITY hat."
1129
 
1130
- #: ../../admin/config/index.php:136 ../../admin/config/index.php:140
1131
  msgid "Whitelist"
1132
  msgstr "Whitelist"
1133
 
1134
- #: ../../admin/config/index.php:136
1135
  #, fuzzy
1136
  msgid ""
1137
  "List all the users who should have access to the reports, separated by "
@@ -1143,7 +674,7 @@ msgstr ""
1143
  "angeführt werden. Wenn dieses Feld leer ist der Zugriff <strong>allen Ihren "
1144
  "Benutzern</strong> erlaubt. Bitte Groß-/Kleinschreibung beachten."
1145
 
1146
- #: ../../admin/config/index.php:139
1147
  #, fuzzy
1148
  msgid ""
1149
  "Specify the minimum <a href='http://codex.wordpress.org/"
@@ -1158,7 +689,7 @@ msgstr ""
1158
  "Berichte, Außer eine 'Lesezugriffs'-Whitelist wurde weiter unten festgelegt, "
1159
  "welche Vorrang über die CAPABILITY hat."
1160
 
1161
- #: ../../admin/config/index.php:140
1162
  #, fuzzy
1163
  msgid ""
1164
  "List all the users who can edit these options, separated by commas. Please "
@@ -1172,11 +703,11 @@ msgstr ""
1172
  "Benutzer bekommen automatisch auch 'Lesezugriff' auf die WP SlimStat-"
1173
  "Berichte. Bitte Groß-/Kleinschreibung beachten."
1174
 
1175
- #: ../../admin/config/index.php:156
1176
  msgid "Read access: username not found"
1177
  msgstr "Lesezugriff: Benutzername nicht gefunden"
1178
 
1179
- #: ../../admin/config/index.php:169 ../../admin/config/index.php:200
1180
  #, fuzzy
1181
  msgid ""
1182
  "Invalid minimum capability. Please check <a href=\"http://codex.wordpress."
@@ -1187,36 +718,36 @@ msgstr ""
1187
  "\"http://codex.wordpress.org/Roles_and_Capabilities\" target=\"_new\">hier</"
1188
  "a>."
1189
 
1190
- #: ../../admin/config/index.php:187
1191
  msgid "Config access: username not found"
1192
  msgstr "Konfigurationszugriff: Benutzername nicht gefunden."
1193
 
1194
  # What is smoothing?
1195
- #: ../../admin/config/index.php:215
1196
  msgid "Detect Smoothing"
1197
  msgstr "Smoothing erkennen"
1198
 
1199
- #: ../../admin/config/index.php:215
1200
  msgid ""
1201
  "Detect if your visitors' browsers support anti-aliasing (font smoothing). "
1202
  "This option required Spy Mode to be enabled."
1203
  msgstr ""
1204
 
1205
- #: ../../admin/config/index.php:216
1206
  msgid "Track Outbound Clicks"
1207
  msgstr "Letzte ausgehende Links"
1208
 
1209
- #: ../../admin/config/index.php:216
1210
  msgid ""
1211
  "Track when your visitors click on link to external websites. This option "
1212
  "required Spy Mode to be enabled."
1213
  msgstr ""
1214
 
1215
- #: ../../admin/config/index.php:217
1216
  msgid "Session Duration"
1217
  msgstr "Besuchsdauer"
1218
 
1219
- #: ../../admin/config/index.php:217
1220
  #, fuzzy
1221
  msgid ""
1222
  "How many seconds should a human session last? Google Analytics sets it to "
@@ -1225,33 +756,33 @@ msgstr ""
1225
  "Definiert, wie viele Sekunden ein Besuch dauern soll. Bei Google Analytics "
1226
  "wird hier 1.800 Sekunden vorgeschlagen."
1227
 
1228
- #: ../../admin/config/index.php:218
1229
  msgid "Extend Session"
1230
  msgstr "Sitzung erweitern"
1231
 
1232
- #: ../../admin/config/index.php:218
1233
  #, fuzzy
1234
  msgid "Extend the duration of a session each time the user visits a new page."
1235
  msgstr ""
1236
  "Verlängert die Dauer einer Sitzung jedes Mal um die hier eingegebene Zahl an "
1237
  "Sekunden, wenn ein Benutzer eine neue Seite aufruft."
1238
 
1239
- #: ../../admin/config/index.php:219
1240
  msgid "Enable CDN"
1241
  msgstr "CDN aktivieren"
1242
 
1243
- #: ../../admin/config/index.php:219
1244
  msgid ""
1245
  "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
1246
  "by serving our tracking code from their fast and reliable network (free "
1247
  "service)."
1248
  msgstr ""
1249
 
1250
- #: ../../admin/config/index.php:220
1251
  msgid "Extensions to Track"
1252
  msgstr "Zu verfolgende Erweiterungen"
1253
 
1254
- #: ../../admin/config/index.php:220
1255
  #, fuzzy
1256
  msgid ""
1257
  "List all the file extensions that you want to be treated as Downloads. "
@@ -1266,36 +797,36 @@ msgstr ""
1266
  "nicht als 'Ausgehende Links' gewertet werden, wenn der Typ in der folgenden "
1267
  "Liste enthalten ist."
1268
 
1269
- #: ../../admin/config/index.php:222
1270
  #, fuzzy
1271
  msgid "External Pages"
1272
  msgstr "Gesamte Seitenaufrufe"
1273
 
1274
- #: ../../admin/config/index.php:223
1275
  msgid "Add the following code to all the non-WP pages you want to track"
1276
  msgstr ""
1277
 
1278
- #: ../../admin/config/index.php:235
1279
  msgid "Debug Mode"
1280
  msgstr ""
1281
 
1282
- #: ../../admin/config/index.php:235
1283
  msgid "Display the SQL queries used to retrieve the data."
1284
  msgstr ""
1285
 
1286
- #: ../../admin/config/index.php:236
1287
  msgid "IP Lookup"
1288
  msgstr "IP Suche"
1289
 
1290
- #: ../../admin/config/index.php:236
1291
  msgid "Customize the Geolocation service to be used in the reports."
1292
  msgstr ""
1293
 
1294
- #: ../../admin/config/index.php:237
1295
  msgid "Custom CSS"
1296
  msgstr "Benutzerdefinierte CSS"
1297
 
1298
- #: ../../admin/config/index.php:237
1299
  msgid ""
1300
  "Paste here your custom stylesheet to personalize the way your reports look. "
1301
  "<a href='http://wordpress.org/plugins/wp-slimstat/faq/' "
@@ -1303,12 +834,12 @@ msgid ""
1303
  "setting."
1304
  msgstr ""
1305
 
1306
- #: ../../admin/config/index.php:238
1307
  #, fuzzy
1308
  msgid "Enable UAN"
1309
  msgstr "ADN aktivieren"
1310
 
1311
- #: ../../admin/config/index.php:238
1312
  msgid ""
1313
  "Send anonymous data about user agents to our server for analysis. This "
1314
  "allows us to contribute to the <a href='http://browscap.org/' "
@@ -1432,8 +963,8 @@ msgstr "ist leer"
1432
  msgid "is not empty"
1433
  msgstr "ist nicht leer"
1434
 
1435
- #: ../../admin/config/maintenance.php:139 ../../admin/view/index.php:41
1436
- #: ../../admin/view/index.php:87
1437
  msgid "Apply"
1438
  msgstr "Anwenden"
1439
 
@@ -3011,7 +2542,7 @@ msgid "l-zu-za"
3011
  msgstr "Zulu"
3012
 
3013
  #: ../../admin/lang/dynamic_strings.php:298
3014
- #: ../../admin/view/wp-slimstat-reports.php:503
3015
  msgid "l-"
3016
  msgstr "l-"
3017
 
@@ -3033,59 +2564,79 @@ msgstr "Lokale IP-Adresse"
3033
  msgid "is between (x,y)"
3034
  msgstr ""
3035
 
3036
- #: ../../admin/view/index.php:57 ../../admin/view/wp-slimstat-reports.php:800
 
 
 
 
3037
  msgid "Today"
3038
  msgstr "heute"
3039
 
3040
- #: ../../admin/view/index.php:58 ../../admin/view/wp-slimstat-reports.php:801
3041
  msgid "Yesterday"
3042
  msgstr "Gestern"
3043
 
3044
- #: ../../admin/view/index.php:59
3045
  msgid "Last 7 Days"
3046
  msgstr "Letzte 7 Tage"
3047
 
3048
- #: ../../admin/view/index.php:60
3049
  #, fuzzy
3050
  msgid "Last 60 Days"
3051
  msgstr "Letzte 30 Tage"
3052
 
3053
- #: ../../admin/view/index.php:61
3054
  msgid "Last 90 Days"
3055
  msgstr "Letzte 90 Tage"
3056
 
3057
- #: ../../admin/view/index.php:62
3058
  #, fuzzy
3059
  msgid "This Year So Far"
3060
  msgstr "Heuer"
3061
 
3062
- #: ../../admin/view/index.php:63
3063
  #, fuzzy
3064
  msgid "Date Range"
3065
  msgstr "Datum und Uhrzeit"
3066
 
3067
- #: ../../admin/view/index.php:65 ../../admin/view/wp-slimstat-db.php:73
3068
  msgid "Day"
3069
  msgstr "Tag"
3070
 
3071
- #: ../../admin/view/index.php:75 ../../admin/view/wp-slimstat-db.php:74
3072
  msgid "Month"
3073
  msgstr "Monat"
3074
 
3075
- #: ../../admin/view/index.php:84 ../../admin/view/wp-slimstat-db.php:75
3076
  msgid "Year"
3077
  msgstr "Jahr"
3078
 
3079
- #: ../../admin/view/index.php:89
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3080
  #, fuzzy
3081
  msgid "Reset Filters"
3082
  msgstr "Datumsfilter"
3083
 
3084
- #: ../../admin/view/index.php:130
3085
  msgid "Your report here"
3086
  msgstr "Deine Auswertung hier"
3087
 
3088
- #: ../../admin/view/index.php:132
3089
  #, fuzzy
3090
  msgid ""
3091
  "Yes, you can! Create and view your personalized analytics for Slimstat. Just "
@@ -3103,13 +2654,13 @@ msgstr ""
3103
  "besuchen Sie mein <a href=\"http://lab.duechiacchiere.it/\" title=\"WP "
3104
  "SlimStat Support-Forum\" target=\"_blank\">Support-Forum</a>."
3105
 
3106
- #: ../../admin/view/index.php:146 ../../admin/view/wp-slimstat-reports.php:791
3107
- #: ../../admin/view/wp-slimstat-reports.php:893
3108
- #: ../../admin/view/wp-slimstat-reports.php:1116
3109
  msgid "Pageviews"
3110
  msgstr "Seitenaufrufe"
3111
 
3112
- #: ../../admin/view/index.php:149
3113
  #, fuzzy
3114
  msgid ""
3115
  "When visitors leave a comment on your blog, WordPress assigns them a cookie. "
@@ -3120,47 +2671,52 @@ msgstr ""
3120
  "einen Cookie zu. WP SlimStat erweitert diese Information um die Erkennung "
3121
  "zur&uuml;kkehrender Besucher."
3122
 
3123
- #: ../../admin/view/index.php:153 ../../admin/view/index.php:191
3124
- #: ../../admin/view/index.php:194 ../../admin/view/right-now.php:21
3125
  msgid "Color codes"
3126
  msgstr "Farbcode"
3127
 
3128
- #: ../../admin/view/index.php:153 ../../admin/view/right-now.php:21
3129
  #, fuzzy
3130
  msgid "From search result page"
3131
  msgstr "Von einer Suchergebnisseite"
3132
 
3133
- #: ../../admin/view/index.php:153 ../../admin/view/index.php:191
3134
- #: ../../admin/view/index.php:194 ../../admin/view/right-now.php:21
 
 
 
 
 
3135
  msgid "Known Users"
3136
  msgstr "Bekannte Benutzer"
3137
 
3138
- #: ../../admin/view/index.php:153 ../../admin/view/index.php:191
3139
- #: ../../admin/view/index.php:194 ../../admin/view/right-now.php:21
3140
  msgid "Other Humans"
3141
  msgstr "Andere echte Besucher"
3142
 
3143
- #: ../../admin/view/index.php:153 ../../admin/view/right-now.php:21
3144
  msgid "Bot or Crawler"
3145
  msgstr "Bot oder Crawler"
3146
 
3147
- #: ../../admin/view/index.php:157
3148
  #, fuzzy
3149
  msgid "Keywords used by your visitors to find your website on a search engine."
3150
  msgstr "Begriffe welche von Besuchern in Suchmaschinen verwendet wurden"
3151
 
3152
- #: ../../admin/view/index.php:160
3153
  msgid ""
3154
  "Slimstat retrieves live information from Alexa, Facebook and Google, to "
3155
  "measures your site's rankings. Values are updated every 12 hours. Filters "
3156
  "set above don't apply to this report."
3157
  msgstr ""
3158
 
3159
- #: ../../admin/view/index.php:163
3160
  msgid "Human Visits"
3161
  msgstr "Echte Besuche"
3162
 
3163
- #: ../../admin/view/index.php:166
3164
  #, fuzzy
3165
  msgid ""
3166
  "Internet Service Provider: a company which provides other companies or "
@@ -3174,7 +2730,7 @@ msgstr ""
3174
  "Adressen generell zu ignorieren kann ein entsprechender Filter unter "
3175
  "'Einstellungen > SlimStat > Filter' gesetzt werden."
3176
 
3177
- #: ../../admin/view/index.php:169
3178
  #, fuzzy
3179
  msgid ""
3180
  "You can configure Slimstat to ignore a specific Country by setting the "
@@ -3183,7 +2739,7 @@ msgstr ""
3183
  "Um ein spezifisches Land generell zu ignorieren kann ein entsprechender "
3184
  "Filter unter 'Einstellungen > SlimStat > Filter' gesetzt werden."
3185
 
3186
- #: ../../admin/view/index.php:172
3187
  msgid ""
3188
  "This report shows you what user agent families (no version considered) are "
3189
  "popular among your visitors."
@@ -3191,7 +2747,7 @@ msgstr ""
3191
  "Dieser Bericht zeigt, welche User Agent-Familien (unabhängig Ihrer Version) "
3192
  "bei Ihren Besuchern populär sind."
3193
 
3194
- #: ../../admin/view/index.php:175
3195
  msgid ""
3196
  "This report shows you what operating system families (no version considered) "
3197
  "are popular among your visitors."
@@ -3199,11 +2755,17 @@ msgstr ""
3199
  "Dieser Bericht zeigt, welche Betriebssystemfamilien (ohne Berücksichtigung "
3200
  "der Version) hauptsächlich von Ihren Benutzer verwendet werden."
3201
 
3202
- #: ../../admin/view/index.php:181
 
 
 
 
 
 
3203
  msgid "Average Pageviews per Visit"
3204
  msgstr "Durchschnittl. Seitenaufrufe pro Besuch"
3205
 
3206
- #: ../../admin/view/index.php:184
3207
  msgid ""
3208
  "A <em>bounce page</em> is a single-page visit, or visit in which the person "
3209
  "left your site from the entrance (landing) page."
@@ -3211,12 +2773,12 @@ msgstr ""
3211
  "Eine 'Absprung' Seite ist der Zugriff auf eine einzelne Seite oder wenn der "
3212
  "Besucher die Website bereits auf der Einstiegs-Seite wieder verl&auml;sst."
3213
 
3214
- #: ../../admin/view/index.php:187
3215
  msgid "Searches performed using Wordpress' built-in search functionality."
3216
  msgstr ""
3217
  "Suchen welche mit der WordPress eigenen Such-Funktion ausgef&uuml;hrt wurden."
3218
 
3219
- #: ../../admin/view/index.php:191
3220
  #, fuzzy
3221
  msgid ""
3222
  "<strong>Link Details</strong><br>- <em>A:n</em> means that the n-th link in "
@@ -3227,7 +2789,7 @@ msgstr ""
3227
  "Seite angeklickt wurde.<br>- <em>ID:xx</em> wird gezeigt, wenn dem "
3228
  "betreffenden Link ein ID-Attribute zugewiesen wurde."
3229
 
3230
- #: ../../admin/view/index.php:194
3231
  msgid ""
3232
  "This report lists any <em>event</em> occurred on your website. Please refer "
3233
  "to the FAQ for more information on how to leverage this functionality."
@@ -3236,7 +2798,7 @@ msgstr ""
3236
  "stattgefunden hat. Bitte schlagen Sie in der FAQ für weitere Informationen "
3237
  "zur Verwendung dieser Funktionalit&auml;t nach."
3238
 
3239
- #: ../../admin/view/index.php:197
3240
  msgid ""
3241
  "Your content at a glance: posts, comments, pingbacks, etc. Please note that "
3242
  "this report is not affected by the filters set here above."
@@ -3261,19 +2823,24 @@ msgid "Syndication Reader"
3261
  msgstr ""
3262
 
3263
  #: ../../admin/view/right-now.php:30
3264
- #: ../../admin/view/wp-slimstat-reports.php:438
3265
- #: ../../admin/view/wp-slimstat-reports.php:697
3266
  msgid "No data to display"
3267
  msgstr "keine Daten vorhanden"
3268
 
3269
  # Unknown
3270
  #: ../../admin/view/right-now.php:56
3271
- #: ../../admin/view/wp-slimstat-reports.php:491
3272
- #: ../../admin/view/wp-slimstat-reports.php:740
3273
- #: ../../admin/view/wp-slimstat-reports.php:1004
3274
  msgid "c-"
3275
  msgstr "Unknown"
3276
 
 
 
 
 
 
3277
  #: ../../admin/view/right-now.php:130
3278
  msgid "Server Latency and Page Speed in milliseconds"
3279
  msgstr ""
@@ -3287,10 +2854,10 @@ msgid "PS"
3287
  msgstr ""
3288
 
3289
  #: ../../admin/view/right-now.php:140
3290
- #: ../../admin/view/wp-slimstat-reports.php:550
3291
- #: ../../admin/view/wp-slimstat-reports.php:554
3292
- #: ../../admin/view/wp-slimstat-reports.php:722
3293
- #: ../../admin/view/wp-slimstat-reports.php:760
3294
  msgid "Open this URL in a new window"
3295
  msgstr "Diese URL in einem neuen Fenster &ouml;ffnen"
3296
 
@@ -3298,6 +2865,11 @@ msgstr "Diese URL in einem neuen Fenster &ouml;ffnen"
3298
  msgid "Local search results page"
3299
  msgstr "lokale Suchergebnisse"
3300
 
 
 
 
 
 
3301
  #: ../../admin/view/right-now.php:150
3302
  msgid "Open this referrer in a new window"
3303
  msgstr "Verweisende Seite in einem neuen Fenster &ouml;ffnen"
@@ -3306,44 +2878,154 @@ msgstr "Verweisende Seite in einem neuen Fenster &ouml;ffnen"
3306
  msgid "Open this outbound link in a new window"
3307
  msgstr "Wegführender Link in neuem Fenster &ouml;ffnen"
3308
 
 
 
 
 
3309
  #: ../../admin/view/right-now.php:153
3310
  #, fuzzy
3311
  msgid "Content Type"
3312
  msgstr "Inhalt"
3313
 
3314
- #: ../../admin/view/wp-slimstat-db.php:43
 
 
 
 
 
 
 
 
 
 
 
3315
  msgid "IP Address"
3316
  msgstr "IP-Adresse"
3317
 
3318
- #: ../../admin/view/wp-slimstat-db.php:48
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3319
  msgid "Domain"
3320
  msgstr "Dom&auml;ne"
3321
 
3322
- #: ../../admin/view/wp-slimstat-db.php:51
 
 
 
 
 
 
 
 
 
 
3323
  msgid "Page Speed"
3324
  msgstr ""
3325
 
3326
- #: ../../admin/view/wp-slimstat-db.php:53
3327
  msgid "-- Advanced filters --"
3328
  msgstr "-- Erweiterte Filter --"
3329
 
3330
- #: ../../admin/view/wp-slimstat-db.php:54
3331
  #: ../../admin/view/wp-slimstat-reports.php:64
3332
  msgid "Browser Capabilities"
3333
  msgstr "Browser-F&auml;higkeiten"
3334
 
3335
- #: ../../admin/view/wp-slimstat-db.php:61
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3336
  #, fuzzy
3337
  msgid "Server Latency"
3338
  msgstr "Latenz"
3339
 
3340
- #: ../../admin/view/wp-slimstat-db.php:67
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3341
  msgid "Resource ID"
3342
  msgstr "Ressourcen-ID"
3343
 
3344
- #: ../../admin/view/wp-slimstat-db.php:72
3345
- msgid "Hour"
3346
- msgstr "Stunde"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3347
 
3348
  #: ../../admin/view/wp-slimstat-db.php:78
3349
  #, fuzzy
@@ -3359,6 +3041,41 @@ msgstr "Max. Anzahl Ergebnisse"
3359
  msgid "Start From"
3360
  msgstr ""
3361
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3362
  #: ../../admin/view/wp-slimstat-reports.php:44
3363
  msgid "Pageviews (chart)"
3364
  msgstr "Seitenaufrufe (Diagramm)"
@@ -3595,168 +3312,177 @@ msgstr "Weltkarte"
3595
  msgid "Activity"
3596
  msgstr ""
3597
 
3598
- #: ../../admin/view/wp-slimstat-reports.php:219
3599
  msgid "Chart controls"
3600
  msgstr "Diagramm-Einstellungen"
3601
 
3602
- #: ../../admin/view/wp-slimstat-reports.php:219
3603
  msgid "Use your mouse wheel to zoom in and out"
3604
  msgstr "Verwende das Mausrad zum Zoomen"
3605
 
3606
- #: ../../admin/view/wp-slimstat-reports.php:219
3607
  msgid "While zooming in, drag the chart to move to a different area"
3608
  msgstr ""
3609
  "W&auml;hrend des Zooms das Diagramm zu einer anderen Position verschieben."
3610
 
3611
- #: ../../admin/view/wp-slimstat-reports.php:219
3612
  msgid "Double click on an empty region to reset the zoom level"
3613
  msgstr ""
3614
  "Doppelklick auf einen freien Bereich, um den Zoomlevel zur&uuml;ckzusetzen"
3615
 
3616
- #: ../../admin/view/wp-slimstat-reports.php:232
3617
  msgid "src"
3618
  msgstr "src"
3619
 
3620
- #: ../../admin/view/wp-slimstat-reports.php:233
3621
  msgid "serp"
3622
  msgstr "serp"
3623
 
3624
- #: ../../admin/view/wp-slimstat-reports.php:238
3625
  msgid "Go to the corresponding search engine result page"
3626
  msgstr "Zugeh&ouml;rige Ergbnisseite der Suchmaschine &ouml;ffnen"
3627
 
3628
- #: ../../admin/view/wp-slimstat-reports.php:241
3629
  msgid "Go to the referring page"
3630
  msgstr "Verweisende Seite &ouml;ffnen"
3631
 
3632
- #: ../../admin/view/wp-slimstat-reports.php:264
3633
  msgid "Remove filter for"
3634
  msgstr "Entferne Filter f&uuml;r"
3635
 
3636
- #: ../../admin/view/wp-slimstat-reports.php:271
 
 
 
 
3637
  #, fuzzy
3638
  msgid "Reset All"
3639
  msgstr "Datenbanktabellen zurücksetzen"
3640
 
3641
- #: ../../admin/view/wp-slimstat-reports.php:274
3642
  msgid "Current filters:"
3643
  msgstr "Aktuelle Filter:"
3644
 
3645
- #: ../../admin/view/wp-slimstat-reports.php:278
3646
  msgid "Refresh"
3647
  msgstr "Anzeige aktualisieren"
3648
 
3649
- #: ../../admin/view/wp-slimstat-reports.php:352
3650
  #, fuzzy, php-format
3651
  msgid "Results %s - %s of %s"
3652
  msgstr "Ergbnisse filtern wo %s ist gleich %s"
3653
 
3654
- #: ../../admin/view/wp-slimstat-reports.php:354
3655
  msgid "Refresh in"
3656
  msgstr "Anzeige aktualisieren in"
3657
 
3658
- #: ../../admin/view/wp-slimstat-reports.php:376
3659
- #: ../../admin/view/wp-slimstat-reports.php:388
3660
  #, php-format
3661
  msgid "Daily %s"
3662
  msgstr "Täglich %s"
3663
 
3664
- #: ../../admin/view/wp-slimstat-reports.php:379
3665
  #, php-format
3666
  msgid "%s Minute by Minute"
3667
  msgstr "%s Minute zu Minute"
3668
 
3669
- #: ../../admin/view/wp-slimstat-reports.php:382
3670
  #, php-format
3671
  msgid "Hourly %s"
3672
  msgstr "Stündlich %s"
3673
 
3674
- #: ../../admin/view/wp-slimstat-reports.php:385
3675
  #, php-format
3676
  msgid "Monthly %s"
3677
  msgstr "Monatlich %s"
3678
 
3679
- #: ../../admin/view/wp-slimstat-reports.php:473
3680
  msgid "Category ID"
3681
  msgstr "Kategorie-ID"
3682
 
3683
- #: ../../admin/view/wp-slimstat-reports.php:506
3684
  msgid "OS Code"
3685
  msgstr "OS-Code"
3686
 
3687
- #: ../../admin/view/wp-slimstat-reports.php:516
3688
  msgid "Referrer"
3689
  msgstr "Verweis"
3690
 
3691
- #: ../../admin/view/wp-slimstat-reports.php:540
3692
- #: ../../admin/view/wp-slimstat-reports.php:828
3693
- #: ../../admin/view/wp-slimstat-reports.php:837
3694
- #: ../../admin/view/wp-slimstat-reports.php:843
3695
- #: ../../admin/view/wp-slimstat-reports.php:849
3696
- #: ../../admin/view/wp-slimstat-reports.php:855
3697
- #: ../../admin/view/wp-slimstat-reports.php:861
3698
- #: ../../admin/view/wp-slimstat-reports.php:867
3699
- #: ../../admin/view/wp-slimstat-reports.php:873
3700
  msgid "Hits"
3701
  msgstr "Zugriffe"
3702
 
3703
- #: ../../admin/view/wp-slimstat-reports.php:714
3704
  msgid "Search for"
3705
  msgstr "Suche nach"
3706
 
3707
- #: ../../admin/view/wp-slimstat-reports.php:750
3708
- #: ../../admin/view/wp-slimstat-reports.php:760
3709
  msgid "Source"
3710
  msgstr "Ursprung"
3711
 
3712
- #: ../../admin/view/wp-slimstat-reports.php:752
3713
  msgid "Keywords"
3714
  msgstr "Suchbegriffe"
3715
 
3716
- #: ../../admin/view/wp-slimstat-reports.php:760
3717
  #, fuzzy, php-format
3718
  msgid "Filter results where resource equals %s"
3719
  msgstr "Ergebnisse filtern, wo die Ressource %s ist"
3720
 
3721
- #: ../../admin/view/wp-slimstat-reports.php:761
3722
  #, fuzzy
3723
  msgid "Link Details"
3724
  msgstr "Details"
3725
 
3726
- #: ../../admin/view/wp-slimstat-reports.php:774
3727
  msgid "Total Pageviews"
3728
  msgstr "Gesamte Seitenaufrufe"
3729
 
3730
- #: ../../admin/view/wp-slimstat-reports.php:775
3731
  msgid "DB Size"
3732
  msgstr "Datenbankgr&ouml;&szlig;e"
3733
 
3734
- #: ../../admin/view/wp-slimstat-reports.php:776
3735
  msgid "Tracking Active"
3736
  msgstr "Tracking aktiv"
3737
 
3738
- #: ../../admin/view/wp-slimstat-reports.php:777
3739
  msgid "Javascript Mode"
3740
  msgstr "Tracking per JavaScript"
3741
 
3742
- #: ../../admin/view/wp-slimstat-reports.php:778
3743
  msgid "Tracking Browser Caps"
3744
  msgstr ""
3745
 
3746
- #: ../../admin/view/wp-slimstat-reports.php:779
3747
  msgid "Auto purge"
3748
  msgstr "autom. Datenbank-Reorg."
3749
 
3750
- #: ../../admin/view/wp-slimstat-reports.php:780
 
 
 
 
 
3751
  msgid "Oldest pageview"
3752
  msgstr "&Auml;ltester Seitenaufruf"
3753
 
3754
- #: ../../admin/view/wp-slimstat-reports.php:780
3755
  msgid "No visits"
3756
  msgstr "Keine Besuche"
3757
 
3758
- #: ../../admin/view/wp-slimstat-reports.php:790
3759
- #: ../../admin/view/wp-slimstat-reports.php:892
3760
  #, fuzzy
3761
  msgid ""
3762
  "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
@@ -3766,18 +3492,18 @@ msgstr ""
3766
  "jedesmal einen 'Seitenaufruf' auf, wenn der Tracking-Code ausgef&uuml;hrt "
3767
  "wird."
3768
 
3769
- #: ../../admin/view/wp-slimstat-reports.php:792
3770
  msgid "How many pages have been visited on average during the current period."
3771
  msgstr ""
3772
  "Wieviele Seiten wurden w&auml;hrend der aktuellen Periode durchschnittlich "
3773
  "besucht?"
3774
 
3775
- #: ../../admin/view/wp-slimstat-reports.php:793
3776
  #, fuzzy
3777
  msgid "Average Pageviews"
3778
  msgstr "Durchschnittl. Seitenaufrufe"
3779
 
3780
- #: ../../admin/view/wp-slimstat-reports.php:794
3781
  msgid ""
3782
  "Visitors who landed on your site after searching for a keyword on Google, "
3783
  "Yahoo, etc."
@@ -3785,11 +3511,11 @@ msgstr ""
3785
  "Besucher, welche nach einer Suche nach einem Suchbegriff auf einer "
3786
  "Suchmaschine auf die Website kamen."
3787
 
3788
- #: ../../admin/view/wp-slimstat-reports.php:795
3789
  msgid "From Search Results"
3790
  msgstr "Von Suchergebnissen"
3791
 
3792
- #: ../../admin/view/wp-slimstat-reports.php:796
3793
  msgid ""
3794
  "Used to differentiate between multiple requests to download a file from one "
3795
  "internet address (IP) and requests originating from many distinct addresses"
@@ -3797,23 +3523,23 @@ msgstr ""
3797
  "Benutzt um bei mehreren Downloadanfragen zu unterscheiden, ob sie von einer "
3798
  "oder mehreren verschiedenen Internet-Adressen (IP) stammen"
3799
 
3800
- #: ../../admin/view/wp-slimstat-reports.php:797
3801
- #: ../../admin/view/wp-slimstat-reports.php:812
3802
- #: ../../admin/view/wp-slimstat-reports.php:1116
3803
- #: ../../admin/view/wp-slimstat-reports.php:1120
3804
- #: ../../admin/view/wp-slimstat-reports.php:1124
3805
  msgid "Unique IPs"
3806
  msgstr "Eindeutige IPs"
3807
 
3808
- #: ../../admin/view/wp-slimstat-reports.php:798
3809
  msgid "Last 5 minutes"
3810
  msgstr "Letzte 5 Minuten"
3811
 
3812
- #: ../../admin/view/wp-slimstat-reports.php:799
3813
  msgid "Last 30 minutes"
3814
  msgstr "Letzte 30 Minuten"
3815
 
3816
- #: ../../admin/view/wp-slimstat-reports.php:809
3817
  msgid ""
3818
  "A visit is a session of at most 30 minutes. Returning visitors are counted "
3819
  "multiple times if they perform multiple visits."
@@ -3821,16 +3547,16 @@ msgstr ""
3821
  "Ein Besuch ist eine Session von max. 30 Minuten. Zur&;kkehrende Besucher "
3822
  "werden bei mehrfachen Besuchen auch mehrfach gez&auml;hlt."
3823
 
3824
- #: ../../admin/view/wp-slimstat-reports.php:810
3825
  msgid "Human visits"
3826
  msgstr "Echte Besuche"
3827
 
3828
- #: ../../admin/view/wp-slimstat-reports.php:811
3829
  msgid "It includes only traffic generated by human visitors."
3830
  msgstr ""
3831
 
3832
- #: ../../admin/view/wp-slimstat-reports.php:813
3833
- #: ../../admin/view/wp-slimstat-reports.php:904
3834
  msgid ""
3835
  "Percentage of single-page visits, i.e. visits in which the person left your "
3836
  "site from the entrance page."
@@ -3838,78 +3564,78 @@ msgstr ""
3838
  "Prozentsatz von Besuchen einzelner Seiten, d.h. Besuche bei welchen der "
3839
  "Besucher die Website auf der aufgerufenen Seite wieder verlassen hat."
3840
 
3841
- #: ../../admin/view/wp-slimstat-reports.php:814
3842
  msgid "Bounce rate"
3843
  msgstr "Absprungrate"
3844
 
3845
- #: ../../admin/view/wp-slimstat-reports.php:815
3846
  msgid "Visitors who had previously left a comment on your blog."
3847
  msgstr ""
3848
  "Besucher, welche fr&uuml;her bereits einen Kommentar hinterlassen haben."
3849
 
3850
- #: ../../admin/view/wp-slimstat-reports.php:816
3851
  msgid "Known visitors"
3852
  msgstr "Bekannte Besucher"
3853
 
3854
- #: ../../admin/view/wp-slimstat-reports.php:817
3855
  msgid "Human users who visited your site only once."
3856
  msgstr "Echte Besucher, welche die Wesite nur einmal besucht haben."
3857
 
3858
- #: ../../admin/view/wp-slimstat-reports.php:818
3859
  msgid "New visitors"
3860
  msgstr "Neue Besucher"
3861
 
3862
- #: ../../admin/view/wp-slimstat-reports.php:819
3863
  msgid "Bots"
3864
  msgstr "Bots"
3865
 
3866
- #: ../../admin/view/wp-slimstat-reports.php:820
3867
  msgid "Pages per visit"
3868
  msgstr "Seiten pro Besuch"
3869
 
3870
- #: ../../admin/view/wp-slimstat-reports.php:821
3871
- #: ../../admin/view/wp-slimstat-reports.php:1129
3872
  msgid "Longest visit"
3873
  msgstr "L&auml;ngster Besuch"
3874
 
3875
- #: ../../admin/view/wp-slimstat-reports.php:821
3876
  msgid "hits"
3877
  msgstr "Zugriff"
3878
 
3879
- #: ../../admin/view/wp-slimstat-reports.php:839
3880
  msgid "0 - 30 seconds"
3881
  msgstr "0-30 Sekunden"
3882
 
3883
- #: ../../admin/view/wp-slimstat-reports.php:845
3884
  msgid "31 - 60 seconds"
3885
  msgstr "31-60 Sekunden"
3886
 
3887
- #: ../../admin/view/wp-slimstat-reports.php:851
3888
  msgid "1 - 3 minutes"
3889
  msgstr "1-3 Minuten"
3890
 
3891
- #: ../../admin/view/wp-slimstat-reports.php:857
3892
  msgid "3 - 5 minutes"
3893
  msgstr "3-5 Minuten"
3894
 
3895
- #: ../../admin/view/wp-slimstat-reports.php:863
3896
  msgid "5 - 7 minutes"
3897
  msgstr "5-7 Minuten"
3898
 
3899
- #: ../../admin/view/wp-slimstat-reports.php:869
3900
  msgid "7 - 10 minutes"
3901
  msgstr "7-10 Minuten"
3902
 
3903
- #: ../../admin/view/wp-slimstat-reports.php:875
3904
  msgid "More than 10 minutes"
3905
  msgstr "Mehr als 10 Minuten"
3906
 
3907
- #: ../../admin/view/wp-slimstat-reports.php:884
3908
  #, fuzzy
3909
  msgid "Average time on site"
3910
  msgstr "Durchschnittl. Seitenaufrufe pro Besuch"
3911
 
3912
- #: ../../admin/view/wp-slimstat-reports.php:894
3913
  msgid ""
3914
  "A referrer (or referring site) is the site that a visitor previously visited "
3915
  "before following a link to your site."
@@ -3917,11 +3643,11 @@ msgstr ""
3917
  "Eine Herkunft (verweisende Seite) ist die Webseite welche ein Besucher vor "
3918
  "dem Besuch der eigenen Website besucht hat."
3919
 
3920
- #: ../../admin/view/wp-slimstat-reports.php:895
3921
  msgid "Unique Referrers"
3922
  msgstr "Eindeutige Herkunft"
3923
 
3924
- #: ../../admin/view/wp-slimstat-reports.php:896
3925
  msgid ""
3926
  "Visitors who visited the site by typing the URL directly into their browser. "
3927
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
@@ -3932,22 +3658,22 @@ msgstr ""
3932
  "auch auf Besucher beziehen, welche Lesezeichen/Favoriten verwendet haben "
3933
  "oder Links in E-Mails bzw. Dokumenten gefolgt sind."
3934
 
3935
- #: ../../admin/view/wp-slimstat-reports.php:897
3936
  msgid "Direct Pageviews"
3937
  msgstr "Direkte Seitenaufrufe"
3938
 
3939
- #: ../../admin/view/wp-slimstat-reports.php:898
3940
  msgid ""
3941
  "Visitors who came to your site via searches on Google or some other search "
3942
  "engine."
3943
  msgstr ""
3944
  "Besucher welche über eine Suchmaschine auf die eigene Website gekommen sind."
3945
 
3946
- #: ../../admin/view/wp-slimstat-reports.php:899
3947
  msgid "From a search result"
3948
  msgstr "Von einem Suchresultat"
3949
 
3950
- #: ../../admin/view/wp-slimstat-reports.php:900
3951
  msgid ""
3952
  "The first page that a user views during a session. This is also known as the "
3953
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
@@ -3957,25 +3683,25 @@ msgstr ""
3957
  "Die erste Seite welche ein Benutzer w&auml;hrend einer Sitzung besucht, die "
3958
  "s.g. Einstiegs- oder Landeseite."
3959
 
3960
- #: ../../admin/view/wp-slimstat-reports.php:901
3961
  msgid "Unique Landing Pages"
3962
  msgstr "Eindeutige Einstiegsseiten"
3963
 
3964
- #: ../../admin/view/wp-slimstat-reports.php:902
3965
  msgid "Number of single-page visits to your site over the selected period."
3966
  msgstr ""
3967
  "Anzahl der Besucher einer einzelnen Seite über die gew&auml;hlte Periode."
3968
 
3969
- #: ../../admin/view/wp-slimstat-reports.php:903
3970
  msgid "Bounce Pages"
3971
  msgstr "Absprungrate"
3972
 
3973
- #: ../../admin/view/wp-slimstat-reports.php:905
3974
  #, fuzzy
3975
  msgid "New Visitors Rate"
3976
  msgstr "Neue Besucher"
3977
 
3978
- #: ../../admin/view/wp-slimstat-reports.php:906
3979
  msgid ""
3980
  "Visitors who visited the site in the last 5 minutes coming from a search "
3981
  "engine."
@@ -3983,1209 +3709,1543 @@ msgstr ""
3983
  "Besucher welche innerhalb der letzten 5 Minuten von einer Suchmaschine "
3984
  "gekommen sind."
3985
 
3986
- #: ../../admin/view/wp-slimstat-reports.php:907
3987
  msgid "Currently from search engines"
3988
  msgstr "Aktuell von Suchmaschinen"
3989
 
3990
- #: ../../admin/view/wp-slimstat-reports.php:975
3991
  msgid "Number of pages in your site included in Google's index."
3992
  msgstr ""
3993
 
3994
- #: ../../admin/view/wp-slimstat-reports.php:976
3995
  msgid "Google Index"
3996
  msgstr "Google-Index"
3997
 
3998
- #: ../../admin/view/wp-slimstat-reports.php:977
3999
  msgid "Number of pages, according to Google, that link back to your site."
4000
  msgstr ""
4001
 
4002
- #: ../../admin/view/wp-slimstat-reports.php:978
4003
  msgid "Google Backlinks"
4004
  msgstr ""
4005
 
4006
- #: ../../admin/view/wp-slimstat-reports.php:979
4007
  msgid ""
4008
  "How many times the Facebook Like button has been approximately clicked on "
4009
  "your site."
4010
  msgstr ""
4011
 
4012
- #: ../../admin/view/wp-slimstat-reports.php:980
4013
  msgid "Facebook Likes"
4014
  msgstr "Facebook Likes"
4015
 
4016
- #: ../../admin/view/wp-slimstat-reports.php:981
4017
  msgid ""
4018
  "How many times your site has been shared by someone on the social network."
4019
  msgstr ""
4020
 
4021
- #: ../../admin/view/wp-slimstat-reports.php:982
4022
  msgid "Facebook Shares"
4023
  msgstr ""
4024
 
4025
- #: ../../admin/view/wp-slimstat-reports.php:983
4026
  msgid "How many times links to your website have been clicked on Facebook."
4027
  msgstr ""
4028
 
4029
- #: ../../admin/view/wp-slimstat-reports.php:984
4030
  msgid "Facebook Clicks"
4031
  msgstr "Clicks bei Facebook"
4032
 
4033
- #: ../../admin/view/wp-slimstat-reports.php:985
4034
  msgid ""
4035
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
4036
  "traffic data."
4037
  msgstr ""
4038
 
4039
- #: ../../admin/view/wp-slimstat-reports.php:986
4040
  msgid "Alexa World Rank"
4041
  msgstr ""
4042
 
4043
- #: ../../admin/view/wp-slimstat-reports.php:987
4044
  msgid "Alexa Country Rank"
4045
  msgstr ""
4046
 
4047
- #: ../../admin/view/wp-slimstat-reports.php:988
4048
  msgid "Alexa Popularity"
4049
  msgstr ""
4050
 
4051
  # Unknown
4052
- #: ../../admin/view/wp-slimstat-reports.php:995
4053
  msgid "c-xx"
4054
  msgstr "Unbekannt"
4055
 
4056
  # Afghanistan
4057
- #: ../../admin/view/wp-slimstat-reports.php:995
4058
  msgid "c-af"
4059
  msgstr "Afghanistan"
4060
 
4061
  # Åland Islands
4062
- #: ../../admin/view/wp-slimstat-reports.php:995
4063
  msgid "c-ax"
4064
  msgstr "&Aring;landinseln"
4065
 
4066
  # Albania
4067
- #: ../../admin/view/wp-slimstat-reports.php:995
4068
  msgid "c-al"
4069
  msgstr "Albanien"
4070
 
4071
  # Algeria
4072
- #: ../../admin/view/wp-slimstat-reports.php:995
4073
  msgid "c-dz"
4074
  msgstr "Algerien"
4075
 
4076
  # Andorra
4077
- #: ../../admin/view/wp-slimstat-reports.php:995
4078
  msgid "c-ad"
4079
  msgstr "Andorra"
4080
 
4081
  # Angola
4082
- #: ../../admin/view/wp-slimstat-reports.php:995
4083
  msgid "c-ao"
4084
  msgstr "Angola"
4085
 
4086
  # Anguilla
4087
- #: ../../admin/view/wp-slimstat-reports.php:995
4088
  msgid "c-ai"
4089
  msgstr "Anguilla"
4090
 
4091
  # Antigua and Barbuda
4092
- #: ../../admin/view/wp-slimstat-reports.php:995
4093
  msgid "c-ag"
4094
  msgstr "Antigua und Barbuda"
4095
 
4096
  # Argentina
4097
- #: ../../admin/view/wp-slimstat-reports.php:995
4098
  msgid "c-ar"
4099
  msgstr "Argentinien"
4100
 
4101
  # Armenia
4102
- #: ../../admin/view/wp-slimstat-reports.php:995
4103
  msgid "c-am"
4104
  msgstr "Armenien"
4105
 
4106
  # Aruba
4107
- #: ../../admin/view/wp-slimstat-reports.php:995
4108
  msgid "c-aw"
4109
  msgstr "Aruba"
4110
 
4111
  # Australia
4112
- #: ../../admin/view/wp-slimstat-reports.php:995
4113
  msgid "c-au"
4114
  msgstr "Australien"
4115
 
4116
  # Austria
4117
- #: ../../admin/view/wp-slimstat-reports.php:995
4118
  msgid "c-at"
4119
  msgstr "&Ouml;sterreich"
4120
 
4121
  # Azerbaijan
4122
- #: ../../admin/view/wp-slimstat-reports.php:995
4123
  msgid "c-az"
4124
  msgstr "Aserbaidschan"
4125
 
4126
  # Bahamas
4127
- #: ../../admin/view/wp-slimstat-reports.php:995
4128
  msgid "c-bs"
4129
  msgstr "Bahamas"
4130
 
4131
  # Bahrain
4132
- #: ../../admin/view/wp-slimstat-reports.php:995
4133
  msgid "c-bh"
4134
  msgstr "Bahrain"
4135
 
4136
  # Bangladesh
4137
- #: ../../admin/view/wp-slimstat-reports.php:995
4138
  msgid "c-bd"
4139
  msgstr "Bangladesch"
4140
 
4141
  # Barbados
4142
- #: ../../admin/view/wp-slimstat-reports.php:995
4143
  msgid "c-bb"
4144
  msgstr "Barbados"
4145
 
4146
  # Belarus
4147
- #: ../../admin/view/wp-slimstat-reports.php:995
4148
  msgid "c-by"
4149
  msgstr "Wei&szlig;russland"
4150
 
4151
  # Belgium
4152
- #: ../../admin/view/wp-slimstat-reports.php:995
4153
  msgid "c-be"
4154
  msgstr "Belgien"
4155
 
4156
  # Belize
4157
- #: ../../admin/view/wp-slimstat-reports.php:995
4158
  msgid "c-bz"
4159
  msgstr "Belize"
4160
 
4161
  # Benin
4162
- #: ../../admin/view/wp-slimstat-reports.php:995
4163
  msgid "c-bj"
4164
  msgstr "Benin"
4165
 
4166
  # Bermuda
4167
- #: ../../admin/view/wp-slimstat-reports.php:995
4168
  msgid "c-bm"
4169
  msgstr "Bermuda"
4170
 
4171
  # Bhutan
4172
- #: ../../admin/view/wp-slimstat-reports.php:995
4173
  msgid "c-bt"
4174
  msgstr "Bhutan"
4175
 
4176
  # Bolivia
4177
- #: ../../admin/view/wp-slimstat-reports.php:995
4178
  msgid "c-bo"
4179
  msgstr "Bolivien"
4180
 
4181
  # Bosnia and Herzegovina
4182
- #: ../../admin/view/wp-slimstat-reports.php:995
4183
  msgid "c-ba"
4184
  msgstr "Bosnien Herzegowina"
4185
 
4186
  # Botswana
4187
- #: ../../admin/view/wp-slimstat-reports.php:995
4188
  msgid "c-bw"
4189
  msgstr "Botswana"
4190
 
4191
  # Brazil
4192
- #: ../../admin/view/wp-slimstat-reports.php:995
4193
  msgid "c-br"
4194
  msgstr "Brasilien"
4195
 
4196
  # Brunei Darussalam
4197
- #: ../../admin/view/wp-slimstat-reports.php:995
4198
  msgid "c-bn"
4199
  msgstr "Brunei Darussalam"
4200
 
4201
  # Bulgaria
4202
- #: ../../admin/view/wp-slimstat-reports.php:995
4203
  msgid "c-bg"
4204
  msgstr "Bulgarien"
4205
 
4206
  # Burkina Faso
4207
- #: ../../admin/view/wp-slimstat-reports.php:995
4208
  msgid "c-bf"
4209
  msgstr "Burkina Faso"
4210
 
4211
  # Burundi
4212
- #: ../../admin/view/wp-slimstat-reports.php:995
4213
  msgid "c-bi"
4214
  msgstr "Burundi"
4215
 
4216
  # Cambodia
4217
- #: ../../admin/view/wp-slimstat-reports.php:995
4218
  msgid "c-kh"
4219
  msgstr "Kambodscha"
4220
 
4221
  # Cameroon
4222
- #: ../../admin/view/wp-slimstat-reports.php:995
4223
  msgid "c-cm"
4224
  msgstr "Kamerun"
4225
 
4226
  # Canada
4227
- #: ../../admin/view/wp-slimstat-reports.php:995
4228
  msgid "c-ca"
4229
  msgstr "Kanada"
4230
 
4231
  # Cape Verde
4232
- #: ../../admin/view/wp-slimstat-reports.php:995
4233
  msgid "c-cv"
4234
  msgstr "Kap Verde"
4235
 
4236
  # Cayman Islands
4237
- #: ../../admin/view/wp-slimstat-reports.php:995
4238
  msgid "c-ky"
4239
  msgstr "Kaimaninseln"
4240
 
4241
  # Central African Republic
4242
- #: ../../admin/view/wp-slimstat-reports.php:995
4243
  msgid "c-cf"
4244
  msgstr "Zentralafrika"
4245
 
4246
  # Chad
4247
- #: ../../admin/view/wp-slimstat-reports.php:995
4248
  msgid "c-td"
4249
  msgstr "Tschad"
4250
 
4251
  # Chile
4252
- #: ../../admin/view/wp-slimstat-reports.php:995
4253
  msgid "c-cl"
4254
  msgstr "Chile"
4255
 
4256
  # China
4257
- #: ../../admin/view/wp-slimstat-reports.php:995
4258
  msgid "c-cn"
4259
  msgstr "China"
4260
 
4261
  # Colombia
4262
- #: ../../admin/view/wp-slimstat-reports.php:995
4263
  msgid "c-co"
4264
  msgstr "Kolumbien"
4265
 
4266
  # Comoros
4267
- #: ../../admin/view/wp-slimstat-reports.php:995
4268
  msgid "c-km"
4269
  msgstr "Komoren"
4270
 
4271
  # Congo
4272
- #: ../../admin/view/wp-slimstat-reports.php:995
4273
  msgid "c-cg"
4274
  msgstr "Republik Kongo"
4275
 
4276
  # The Democratic Republic of the Congo
4277
- #: ../../admin/view/wp-slimstat-reports.php:995
4278
  msgid "c-cd"
4279
  msgstr "Demokratische Republik Kongo"
4280
 
4281
  # Costa Rica
4282
- #: ../../admin/view/wp-slimstat-reports.php:995
4283
  msgid "c-cr"
4284
  msgstr "Costa Rica"
4285
 
4286
  # Côte d'Ivoire
4287
- #: ../../admin/view/wp-slimstat-reports.php:995
4288
  msgid "c-ci"
4289
  msgstr "Elfenbeink&uuml;ste"
4290
 
4291
  # Croatia
4292
- #: ../../admin/view/wp-slimstat-reports.php:995
4293
  msgid "c-hr"
4294
  msgstr "Kroatien"
4295
 
4296
  # Cuba
4297
- #: ../../admin/view/wp-slimstat-reports.php:995
4298
  msgid "c-cu"
4299
  msgstr "Kuba"
4300
 
4301
  # Cyprus
4302
- #: ../../admin/view/wp-slimstat-reports.php:995
4303
  msgid "c-cy"
4304
  msgstr "Zypern"
4305
 
4306
  # Czech Republic
4307
- #: ../../admin/view/wp-slimstat-reports.php:995
4308
  msgid "c-cz"
4309
  msgstr "Tschechische Republik"
4310
 
4311
  # Denmark
4312
- #: ../../admin/view/wp-slimstat-reports.php:995
4313
  msgid "c-dk"
4314
  msgstr "D&auml;nemark"
4315
 
4316
  # Djibouti
4317
- #: ../../admin/view/wp-slimstat-reports.php:995
4318
  msgid "c-dj"
4319
  msgstr "Dschibuti"
4320
 
4321
  # Dominica
4322
- #: ../../admin/view/wp-slimstat-reports.php:995
4323
  msgid "c-dm"
4324
  msgstr "Dominica"
4325
 
4326
  # Dominican Republic
4327
- #: ../../admin/view/wp-slimstat-reports.php:995
4328
  msgid "c-do"
4329
  msgstr "Dominikanische Republik"
4330
 
4331
  # Ecuador
4332
- #: ../../admin/view/wp-slimstat-reports.php:995
4333
  msgid "c-ec"
4334
  msgstr "Ecuador"
4335
 
4336
  # Egypt
4337
- #: ../../admin/view/wp-slimstat-reports.php:995
4338
  msgid "c-eg"
4339
  msgstr "&Auml;gypten"
4340
 
4341
  # El Salvador
4342
- #: ../../admin/view/wp-slimstat-reports.php:995
4343
  msgid "c-sv"
4344
  msgstr "El Salvador"
4345
 
4346
  # Equatorial Guinea
4347
- #: ../../admin/view/wp-slimstat-reports.php:995
4348
  msgid "c-gq"
4349
  msgstr "Äquatorialguinea"
4350
 
4351
  # Eritrea
4352
- #: ../../admin/view/wp-slimstat-reports.php:995
4353
  msgid "c-er"
4354
  msgstr "Eritrea"
4355
 
4356
  # Estonia
4357
- #: ../../admin/view/wp-slimstat-reports.php:995
4358
  msgid "c-ee"
4359
  msgstr "Estland"
4360
 
4361
  # Ethiopia
4362
- #: ../../admin/view/wp-slimstat-reports.php:995
4363
  msgid "c-et"
4364
  msgstr "&Auml;thiopien"
4365
 
4366
  # Faroe Islands
4367
- #: ../../admin/view/wp-slimstat-reports.php:995
4368
  msgid "c-fo"
4369
  msgstr "F&auml;r&ouml;er Inseln"
4370
 
4371
  # Falkland Islands (Malvinas)
4372
- #: ../../admin/view/wp-slimstat-reports.php:995
4373
  msgid "c-fk"
4374
  msgstr "Falklandinseln (Malwinen)"
4375
 
4376
  # Fiji
4377
- #: ../../admin/view/wp-slimstat-reports.php:995
4378
  msgid "c-fj"
4379
  msgstr "Republik Fidschi"
4380
 
4381
  # Finland
4382
- #: ../../admin/view/wp-slimstat-reports.php:995
4383
  msgid "c-fi"
4384
  msgstr "Finnland"
4385
 
4386
  # France
4387
- #: ../../admin/view/wp-slimstat-reports.php:995
4388
  msgid "c-fr"
4389
  msgstr "Franz&ouml;sische Republik"
4390
 
4391
  # French Guiana
4392
- #: ../../admin/view/wp-slimstat-reports.php:995
4393
  msgid "c-gf"
4394
  msgstr "Franz&ouml;sisch-Guayana"
4395
 
4396
  # Gabon
4397
- #: ../../admin/view/wp-slimstat-reports.php:995
4398
  msgid "c-ga"
4399
  msgstr "Gabun"
4400
 
4401
  # Gambia
4402
- #: ../../admin/view/wp-slimstat-reports.php:995
4403
  msgid "c-gm"
4404
  msgstr "Gambia"
4405
 
4406
  # Georgia
4407
- #: ../../admin/view/wp-slimstat-reports.php:995
4408
  msgid "c-ge"
4409
  msgstr "Georgien"
4410
 
4411
  # Germany
4412
- #: ../../admin/view/wp-slimstat-reports.php:995
4413
  msgid "c-de"
4414
  msgstr "Bundesrepublik Deutschland"
4415
 
4416
  # Ghana
4417
- #: ../../admin/view/wp-slimstat-reports.php:995
4418
  msgid "c-gh"
4419
  msgstr "Ghana"
4420
 
4421
  # Greece
4422
- #: ../../admin/view/wp-slimstat-reports.php:995
4423
  msgid "c-gr"
4424
  msgstr "Griechenland"
4425
 
4426
  # Greenland
4427
- #: ../../admin/view/wp-slimstat-reports.php:995
4428
  msgid "c-gl"
4429
  msgstr "Gr&ouml;nland"
4430
 
4431
  # Grenada
4432
- #: ../../admin/view/wp-slimstat-reports.php:995
4433
  msgid "c-gd"
4434
  msgstr "Grenada"
4435
 
4436
  # Guadeloupe
4437
- #: ../../admin/view/wp-slimstat-reports.php:995
4438
  msgid "c-gp"
4439
  msgstr "Guadeloupe"
4440
 
4441
  # Guatemala
4442
- #: ../../admin/view/wp-slimstat-reports.php:995
4443
  msgid "c-gt"
4444
  msgstr "Guatemala"
4445
 
4446
  # Guinea
4447
- #: ../../admin/view/wp-slimstat-reports.php:995
4448
  msgid "c-gn"
4449
  msgstr "Guinea"
4450
 
4451
  # Guinea-Bissau
4452
- #: ../../admin/view/wp-slimstat-reports.php:995
4453
  msgid "c-gw"
4454
  msgstr "Guinea-Bissau"
4455
 
4456
  # Guyana
4457
- #: ../../admin/view/wp-slimstat-reports.php:995
4458
  msgid "c-gy"
4459
  msgstr "Guyana"
4460
 
4461
  # Haiti
4462
- #: ../../admin/view/wp-slimstat-reports.php:995
4463
  msgid "c-ht"
4464
  msgstr "Haiti"
4465
 
4466
  # Honduras
4467
- #: ../../admin/view/wp-slimstat-reports.php:995
4468
  msgid "c-hn"
4469
  msgstr "Honduras"
4470
 
4471
  # Hong Kong
4472
- #: ../../admin/view/wp-slimstat-reports.php:995
4473
  msgid "c-hk"
4474
  msgstr "Hong Kong"
4475
 
4476
  # Hungary
4477
- #: ../../admin/view/wp-slimstat-reports.php:995
4478
  msgid "c-hu"
4479
  msgstr "Ungarn"
4480
 
4481
  # Iceland
4482
- #: ../../admin/view/wp-slimstat-reports.php:995
4483
  msgid "c-is"
4484
  msgstr "Island"
4485
 
4486
  # India
4487
- #: ../../admin/view/wp-slimstat-reports.php:995
4488
  msgid "c-in"
4489
  msgstr "Indien"
4490
 
4491
  # Indonesia
4492
- #: ../../admin/view/wp-slimstat-reports.php:995
4493
  msgid "c-id"
4494
  msgstr "Indonesien"
4495
 
4496
  # Islamic Republic of Iran
4497
- #: ../../admin/view/wp-slimstat-reports.php:995
4498
  msgid "c-ir"
4499
  msgstr "Islamische Republik Iran"
4500
 
4501
  # Iraq
4502
- #: ../../admin/view/wp-slimstat-reports.php:995
4503
  msgid "c-iq"
4504
  msgstr "Irak"
4505
 
4506
  # Ireland
4507
- #: ../../admin/view/wp-slimstat-reports.php:995
4508
  msgid "c-ie"
4509
  msgstr "Irland"
4510
 
4511
  # Israel
4512
- #: ../../admin/view/wp-slimstat-reports.php:995
4513
  msgid "c-il"
4514
  msgstr "Israel"
4515
 
4516
  # Italy
4517
- #: ../../admin/view/wp-slimstat-reports.php:995
4518
  msgid "c-it"
4519
  msgstr "Italien"
4520
 
4521
  # Jamaica
4522
- #: ../../admin/view/wp-slimstat-reports.php:995
4523
  msgid "c-jm"
4524
  msgstr "Jamaika"
4525
 
4526
  # Japan
4527
- #: ../../admin/view/wp-slimstat-reports.php:995
4528
  msgid "c-jp"
4529
  msgstr "Japan"
4530
 
4531
  # Jordan
4532
- #: ../../admin/view/wp-slimstat-reports.php:995
4533
  msgid "c-jo"
4534
  msgstr "Jordan"
4535
 
4536
  # Kazakhstan
4537
- #: ../../admin/view/wp-slimstat-reports.php:995
4538
  msgid "c-kz"
4539
  msgstr "Kasachstan"
4540
 
4541
  # Kenya
4542
- #: ../../admin/view/wp-slimstat-reports.php:995
4543
  msgid "c-ke"
4544
  msgstr "Kenia"
4545
 
4546
  # Nauru
4547
- #: ../../admin/view/wp-slimstat-reports.php:995
4548
  msgid "c-nr"
4549
  msgstr "Nauru"
4550
 
4551
  # Democratic People's Republic of Korea
4552
- #: ../../admin/view/wp-slimstat-reports.php:995
4553
  msgid "c-kp"
4554
  msgstr "Demokratische Volksrepublik Korea"
4555
 
4556
  # Republic of Korea
4557
- #: ../../admin/view/wp-slimstat-reports.php:995
4558
  msgid "c-kr"
4559
  msgstr "Republik Korea"
4560
 
4561
- #: ../../admin/view/wp-slimstat-reports.php:995
4562
  msgid "c-kv"
4563
  msgstr "Komi"
4564
 
4565
  # Kuwait
4566
- #: ../../admin/view/wp-slimstat-reports.php:995
4567
  msgid "c-kw"
4568
  msgstr "Kuwait"
4569
 
4570
  # Kyrgyzstan
4571
- #: ../../admin/view/wp-slimstat-reports.php:995
4572
  msgid "c-kg"
4573
  msgstr "Kirgistan"
4574
 
4575
  # Lao People's Democratic Republic
4576
- #: ../../admin/view/wp-slimstat-reports.php:995
4577
  msgid "c-la"
4578
  msgstr "Demokratische Volksrepublik Laos"
4579
 
4580
  # Latvia
4581
- #: ../../admin/view/wp-slimstat-reports.php:995
4582
  msgid "c-lv"
4583
  msgstr "Lettland"
4584
 
4585
  # Lebanon
4586
- #: ../../admin/view/wp-slimstat-reports.php:995
4587
  msgid "c-lb"
4588
  msgstr "Libanon"
4589
 
4590
  # Lesotho
4591
- #: ../../admin/view/wp-slimstat-reports.php:995
4592
  msgid "c-ls"
4593
  msgstr "Lesotho"
4594
 
4595
  # Liberia
4596
- #: ../../admin/view/wp-slimstat-reports.php:995
4597
  msgid "c-lr"
4598
  msgstr "Liberia"
4599
 
4600
  # Libyan Arab Jamahiriya
4601
- #: ../../admin/view/wp-slimstat-reports.php:995
4602
  msgid "c-ly"
4603
  msgstr "Libyen"
4604
 
4605
  # Liechtenstein
4606
- #: ../../admin/view/wp-slimstat-reports.php:995
4607
  msgid "c-li"
4608
  msgstr "Liechtenstein"
4609
 
4610
  # Lithuania
4611
- #: ../../admin/view/wp-slimstat-reports.php:995
4612
  msgid "c-lt"
4613
  msgstr "Litauen"
4614
 
4615
  # Luxembourg
4616
- #: ../../admin/view/wp-slimstat-reports.php:995
4617
  msgid "c-lu"
4618
  msgstr "Luxemburg"
4619
 
4620
  # The Former Yugoslav Republic of Macedonia
4621
- #: ../../admin/view/wp-slimstat-reports.php:995
4622
  msgid "c-mk"
4623
  msgstr "Ehemalige Jugoslawische Republik Mazedonien"
4624
 
4625
  # Madagascar
4626
- #: ../../admin/view/wp-slimstat-reports.php:995
4627
  msgid "c-mg"
4628
  msgstr "Madagaskar"
4629
 
4630
  # Malawi
4631
- #: ../../admin/view/wp-slimstat-reports.php:995
4632
  msgid "c-mw"
4633
  msgstr "Malawi"
4634
 
4635
  # Malaysia
4636
- #: ../../admin/view/wp-slimstat-reports.php:995
4637
  msgid "c-my"
4638
  msgstr "Malaysien"
4639
 
4640
  # Mali
4641
- #: ../../admin/view/wp-slimstat-reports.php:995
4642
  msgid "c-ml"
4643
  msgstr "Mali"
4644
 
4645
  # Malta
4646
- #: ../../admin/view/wp-slimstat-reports.php:995
4647
  msgid "c-mt"
4648
  msgstr "Malta"
4649
 
4650
  # Martinique
4651
- #: ../../admin/view/wp-slimstat-reports.php:995
4652
  msgid "c-mq"
4653
  msgstr "Martinique"
4654
 
4655
  # Mauritania
4656
- #: ../../admin/view/wp-slimstat-reports.php:995
4657
  msgid "c-mr"
4658
  msgstr "Mauritanien"
4659
 
4660
  # Mauritius
4661
- #: ../../admin/view/wp-slimstat-reports.php:995
4662
  msgid "c-mu"
4663
  msgstr "Mauritius"
4664
 
4665
  # Mexico
4666
- #: ../../admin/view/wp-slimstat-reports.php:995
4667
  msgid "c-mx"
4668
  msgstr "Mexiko"
4669
 
4670
  # Moldova
4671
- #: ../../admin/view/wp-slimstat-reports.php:995
4672
  msgid "c-md"
4673
  msgstr "Moldawien"
4674
 
4675
  # Mongolia
4676
- #: ../../admin/view/wp-slimstat-reports.php:995
4677
  msgid "c-mn"
4678
  msgstr "Mongolei"
4679
 
4680
  # Montenegro
4681
- #: ../../admin/view/wp-slimstat-reports.php:995
4682
  msgid "c-me"
4683
  msgstr "Montenegro"
4684
 
4685
  # Montserrat
4686
- #: ../../admin/view/wp-slimstat-reports.php:995
4687
  msgid "c-ms"
4688
  msgstr "Montserrat"
4689
 
4690
  # Morocco
4691
- #: ../../admin/view/wp-slimstat-reports.php:995
4692
  msgid "c-ma"
4693
  msgstr "Marokko"
4694
 
4695
  # Mozambique
4696
- #: ../../admin/view/wp-slimstat-reports.php:995
4697
  msgid "c-mz"
4698
  msgstr "Mosambik"
4699
 
4700
  # Myanmar
4701
- #: ../../admin/view/wp-slimstat-reports.php:995
4702
  msgid "c-mm"
4703
  msgstr "Myanmar"
4704
 
4705
  # Namibia
4706
- #: ../../admin/view/wp-slimstat-reports.php:995
4707
  msgid "c-na"
4708
  msgstr "Namibia"
4709
 
4710
  # Nepal
4711
- #: ../../admin/view/wp-slimstat-reports.php:995
4712
  msgid "c-np"
4713
  msgstr "Nepal"
4714
 
4715
  # Netherlands
4716
- #: ../../admin/view/wp-slimstat-reports.php:995
4717
  msgid "c-nl"
4718
  msgstr "Niederlande"
4719
 
4720
  # New Caledonia
4721
- #: ../../admin/view/wp-slimstat-reports.php:995
4722
  msgid "c-nc"
4723
  msgstr "Neukaledonien"
4724
 
4725
  # New Zealand
4726
- #: ../../admin/view/wp-slimstat-reports.php:995
4727
  msgid "c-nz"
4728
  msgstr "Neuseeland"
4729
 
4730
  # Nicaragua
4731
- #: ../../admin/view/wp-slimstat-reports.php:995
4732
  msgid "c-ni"
4733
  msgstr "Nicaragua"
4734
 
4735
  # Niger
4736
- #: ../../admin/view/wp-slimstat-reports.php:995
4737
  msgid "c-ne"
4738
  msgstr "Niger"
4739
 
4740
  # Nigeria
4741
- #: ../../admin/view/wp-slimstat-reports.php:995
4742
  msgid "c-ng"
4743
  msgstr "Nigeria"
4744
 
4745
  # Norway
4746
- #: ../../admin/view/wp-slimstat-reports.php:995
4747
  msgid "c-no"
4748
  msgstr "Norwegen"
4749
 
4750
  # Oman
4751
- #: ../../admin/view/wp-slimstat-reports.php:995
4752
  msgid "c-om"
4753
  msgstr "Oman"
4754
 
4755
  # Pakistan
4756
- #: ../../admin/view/wp-slimstat-reports.php:995
4757
  msgid "c-pk"
4758
  msgstr "Pakistan"
4759
 
4760
  # Palau
4761
- #: ../../admin/view/wp-slimstat-reports.php:995
4762
  msgid "c-pw"
4763
  msgstr "Palau"
4764
 
4765
  # Occupied Palestinian Territory
4766
- #: ../../admin/view/wp-slimstat-reports.php:995
4767
  msgid "c-ps"
4768
  msgstr "Palästinensische Autonomiegebiete"
4769
 
4770
  # Panama
4771
- #: ../../admin/view/wp-slimstat-reports.php:995
4772
  msgid "c-pa"
4773
  msgstr "Panama"
4774
 
4775
  # Papua New Guinea
4776
- #: ../../admin/view/wp-slimstat-reports.php:995
4777
  msgid "c-pg"
4778
  msgstr "Papua Neu Guinea"
4779
 
4780
  # Paraguay
4781
- #: ../../admin/view/wp-slimstat-reports.php:995
4782
  msgid "c-py"
4783
  msgstr "Paraguay"
4784
 
4785
  # Peru
4786
- #: ../../admin/view/wp-slimstat-reports.php:995
4787
  msgid "c-pe"
4788
  msgstr "Peru"
4789
 
4790
  # Philippines
4791
- #: ../../admin/view/wp-slimstat-reports.php:995
4792
  msgid "c-ph"
4793
  msgstr "Philippinen"
4794
 
4795
  # Poland
4796
- #: ../../admin/view/wp-slimstat-reports.php:995
4797
  msgid "c-pl"
4798
  msgstr "Polen"
4799
 
4800
  # Portugal
4801
- #: ../../admin/view/wp-slimstat-reports.php:995
4802
  msgid "c-pt"
4803
  msgstr "Portugal"
4804
 
4805
  # Puerto Rico
4806
- #: ../../admin/view/wp-slimstat-reports.php:995
4807
  msgid "c-pr"
4808
  msgstr "Puerto Rico"
4809
 
4810
  # Qatar
4811
- #: ../../admin/view/wp-slimstat-reports.php:995
4812
  msgid "c-qa"
4813
  msgstr "Katar"
4814
 
4815
  # Réunion
4816
- #: ../../admin/view/wp-slimstat-reports.php:995
4817
  msgid "c-re"
4818
  msgstr "Réunion"
4819
 
4820
  # Romania
4821
- #: ../../admin/view/wp-slimstat-reports.php:995
4822
  msgid "c-ro"
4823
  msgstr "Rum&auml;nien"
4824
 
4825
  # Russian Federation
4826
- #: ../../admin/view/wp-slimstat-reports.php:995
4827
  msgid "c-ru"
4828
  msgstr "Russische Föderation"
4829
 
4830
  # Rwanda
4831
- #: ../../admin/view/wp-slimstat-reports.php:995
4832
  msgid "c-rw"
4833
  msgstr "Ruanda"
4834
 
4835
  # Saint Kitts and Nevis
4836
- #: ../../admin/view/wp-slimstat-reports.php:995
4837
  msgid "c-kn"
4838
  msgstr "St. Kitts und Nevis"
4839
 
4840
  # Saint Lucia
4841
- #: ../../admin/view/wp-slimstat-reports.php:995
4842
  msgid "c-lc"
4843
  msgstr "Saint Lucia"
4844
 
4845
  # Saint Martin
4846
- #: ../../admin/view/wp-slimstat-reports.php:995
4847
  msgid "c-mf"
4848
  msgstr "Saint Martin"
4849
 
4850
  # Saint Vincent and the Grenadines
4851
- #: ../../admin/view/wp-slimstat-reports.php:995
4852
  msgid "c-vc"
4853
  msgstr "St. Vincent und die Grenadinen"
4854
 
4855
  # Samoa
4856
- #: ../../admin/view/wp-slimstat-reports.php:995
4857
  msgid "c-ws"
4858
  msgstr "Samoa"
4859
 
4860
  # Sao Tome and Principe
4861
- #: ../../admin/view/wp-slimstat-reports.php:995
4862
  msgid "c-st"
4863
  msgstr "Sao Tomé und Príncipe"
4864
 
4865
  # Saudi Arabia
4866
- #: ../../admin/view/wp-slimstat-reports.php:995
4867
  msgid "c-sa"
4868
  msgstr "Saudi Arabien"
4869
 
4870
  # Senegal
4871
- #: ../../admin/view/wp-slimstat-reports.php:995
4872
  msgid "c-sn"
4873
  msgstr "Senegal"
4874
 
4875
  # Serbia
4876
- #: ../../admin/view/wp-slimstat-reports.php:995
4877
  msgid "c-rs"
4878
  msgstr "Serbien"
4879
 
4880
  # Sierra Leone
4881
- #: ../../admin/view/wp-slimstat-reports.php:995
4882
  msgid "c-sl"
4883
  msgstr "Sierra Leone"
4884
 
4885
  # Singapore
4886
- #: ../../admin/view/wp-slimstat-reports.php:995
4887
  msgid "c-sg"
4888
  msgstr "Singapur"
4889
 
4890
  # Slovakia
4891
- #: ../../admin/view/wp-slimstat-reports.php:995
4892
  msgid "c-sk"
4893
  msgstr "Slowakei"
4894
 
4895
  # Slovenia
4896
- #: ../../admin/view/wp-slimstat-reports.php:995
4897
  msgid "c-si"
4898
  msgstr "Slowenien"
4899
 
4900
  # Solomon Islands
4901
- #: ../../admin/view/wp-slimstat-reports.php:995
4902
  msgid "c-sb"
4903
  msgstr "Salomonen"
4904
 
4905
  # Somalia
4906
- #: ../../admin/view/wp-slimstat-reports.php:995
4907
  msgid "c-so"
4908
  msgstr "Somalia"
4909
 
4910
  # South Africa
4911
- #: ../../admin/view/wp-slimstat-reports.php:995
4912
  msgid "c-za"
4913
  msgstr "Südafrika"
4914
 
4915
  # South Georgia and the South Sandwich Islands
4916
- #: ../../admin/view/wp-slimstat-reports.php:995
4917
  msgid "c-gs"
4918
  msgstr "Südgeorgien und die Südlichen Sandwichinseln"
4919
 
4920
  # Spain
4921
- #: ../../admin/view/wp-slimstat-reports.php:995
4922
  msgid "c-es"
4923
  msgstr "Spanien"
4924
 
4925
  # Sri Lanka
4926
- #: ../../admin/view/wp-slimstat-reports.php:995
4927
  msgid "c-lk"
4928
  msgstr "Sri Lanka"
4929
 
4930
- #: ../../admin/view/wp-slimstat-reports.php:995
4931
  msgid "c-sc"
4932
  msgstr ""
4933
 
4934
  # Sudan
4935
- #: ../../admin/view/wp-slimstat-reports.php:995
4936
  msgid "c-sd"
4937
  msgstr "Sudan"
4938
 
4939
- #: ../../admin/view/wp-slimstat-reports.php:995
4940
  msgid "c-ss"
4941
  msgstr "Siswati"
4942
 
4943
  # Suriname
4944
- #: ../../admin/view/wp-slimstat-reports.php:995
4945
  msgid "c-sr"
4946
  msgstr "Suriname"
4947
 
4948
  # Svalbard and Jan Mayen
4949
- #: ../../admin/view/wp-slimstat-reports.php:995
4950
  msgid "c-sj"
4951
  msgstr "Spitzbergen und Jan Mayen"
4952
 
4953
  # Swaziland
4954
- #: ../../admin/view/wp-slimstat-reports.php:995
4955
  msgid "c-sz"
4956
  msgstr "Swaziland"
4957
 
4958
  # Sweden
4959
- #: ../../admin/view/wp-slimstat-reports.php:995
4960
  msgid "c-se"
4961
  msgstr "Schweden"
4962
 
4963
  # Switzerland
4964
- #: ../../admin/view/wp-slimstat-reports.php:995
4965
  msgid "c-ch"
4966
  msgstr "Schweiz"
4967
 
4968
  # Syrian Arab Republic
4969
- #: ../../admin/view/wp-slimstat-reports.php:995
4970
  msgid "c-sy"
4971
  msgstr "Arabische Republik Syrien"
4972
 
4973
  # Taiwan, Province of China
4974
- #: ../../admin/view/wp-slimstat-reports.php:995
4975
  msgid "c-tw"
4976
  msgstr "Taiwan"
4977
 
4978
  # Tajikistan
4979
- #: ../../admin/view/wp-slimstat-reports.php:995
4980
  msgid "c-tj"
4981
  msgstr "Tadschikistan"
4982
 
4983
  # United Republic of Tanzania
4984
- #: ../../admin/view/wp-slimstat-reports.php:995
4985
  msgid "c-tz"
4986
  msgstr "Vereinigte Republik Tansania"
4987
 
4988
  # Thailand
4989
- #: ../../admin/view/wp-slimstat-reports.php:995
4990
  msgid "c-th"
4991
  msgstr "Thailand"
4992
 
4993
  # Timor-Leste
4994
- #: ../../admin/view/wp-slimstat-reports.php:995
4995
  msgid "c-tl"
4996
  msgstr "Timor-Leste"
4997
 
4998
  # Togo
4999
- #: ../../admin/view/wp-slimstat-reports.php:995
5000
  msgid "c-tg"
5001
  msgstr "Togo"
5002
 
5003
  # Tonga
5004
- #: ../../admin/view/wp-slimstat-reports.php:995
5005
  msgid "c-to"
5006
  msgstr "Tonga"
5007
 
5008
  # Trinidad and Tobago
5009
- #: ../../admin/view/wp-slimstat-reports.php:995
5010
  msgid "c-tt"
5011
  msgstr "Trinidad und Tobago"
5012
 
5013
  # Tunisia
5014
- #: ../../admin/view/wp-slimstat-reports.php:995
5015
  msgid "c-tn"
5016
  msgstr "Tunesien"
5017
 
5018
  # Turkey
5019
- #: ../../admin/view/wp-slimstat-reports.php:995
5020
  msgid "c-tr"
5021
  msgstr "T&uuml;rkei"
5022
 
5023
  # Turkmenistan
5024
- #: ../../admin/view/wp-slimstat-reports.php:995
5025
  msgid "c-tm"
5026
  msgstr "Turkmenistan"
5027
 
5028
- # Turks and Caicos Islands
5029
- #: ../../admin/view/wp-slimstat-reports.php:995
5030
- msgid "c-tc"
5031
- msgstr "Turks- und Caicosinseln"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5032
 
5033
- # Uganda
5034
- #: ../../admin/view/wp-slimstat-reports.php:995
5035
- msgid "c-ug"
5036
- msgstr "Uganda"
 
 
 
5037
 
5038
- # Ukraine
5039
- #: ../../admin/view/wp-slimstat-reports.php:995
5040
- msgid "c-ua"
5041
- msgstr "Ukraine"
5042
 
5043
- # United Arab Emirates
5044
- #: ../../admin/view/wp-slimstat-reports.php:995
5045
- msgid "c-ae"
5046
- msgstr "Vereinigte Arabische Emirate"
5047
 
5048
- # United Kingdom
5049
- #: ../../admin/view/wp-slimstat-reports.php:995
5050
- msgid "c-gb"
5051
- msgstr "Vereinigtes K&ouml;nigreich"
 
 
 
 
5052
 
5053
- # United States
5054
- #: ../../admin/view/wp-slimstat-reports.php:995
5055
- msgid "c-us"
5056
- msgstr "Vereinigte Staaten"
 
 
 
 
 
5057
 
5058
- # Uruguay
5059
- #: ../../admin/view/wp-slimstat-reports.php:995
5060
- msgid "c-uy"
5061
- msgstr "Uruguay"
 
 
 
 
5062
 
5063
- # Uzbekistan
5064
- #: ../../admin/view/wp-slimstat-reports.php:995
5065
- msgid "c-uz"
5066
- msgstr "Usbekistan"
5067
 
5068
- # Vanuatu
5069
- #: ../../admin/view/wp-slimstat-reports.php:995
5070
- msgid "c-vu"
5071
- msgstr "Vanuatu"
5072
 
5073
- # Venezuela
5074
- #: ../../admin/view/wp-slimstat-reports.php:995
5075
- msgid "c-ve"
5076
- msgstr "Venezuela"
5077
 
5078
- # Viet Nam
5079
- #: ../../admin/view/wp-slimstat-reports.php:995
5080
- msgid "c-vn"
5081
- msgstr "Vietnam"
5082
 
5083
- # British Virgin Islands
5084
- #: ../../admin/view/wp-slimstat-reports.php:995
5085
- msgid "c-vg"
5086
- msgstr "Jungferninseln"
5087
 
5088
- # U.S. Virgin Islands
5089
- #: ../../admin/view/wp-slimstat-reports.php:995
5090
- msgid "c-vi"
5091
- msgstr "Amerikanische Jungferninseln"
 
 
 
 
5092
 
5093
- # Western Sahara
5094
- #: ../../admin/view/wp-slimstat-reports.php:995
5095
- msgid "c-eh"
5096
- msgstr "Westsahara"
 
 
 
 
 
5097
 
5098
- # Yemen
5099
- #: ../../admin/view/wp-slimstat-reports.php:995
5100
- msgid "c-ye"
5101
- msgstr "Jemen"
5102
 
5103
- # Zambia
5104
- #: ../../admin/view/wp-slimstat-reports.php:995
5105
- msgid "c-zm"
5106
- msgstr "Sambia"
5107
 
5108
- # Zimbabwe
5109
- #: ../../admin/view/wp-slimstat-reports.php:995
5110
- msgid "c-zw"
5111
- msgstr "Zimbabwe"
 
 
 
5112
 
5113
- # Guernsey
5114
- #: ../../admin/view/wp-slimstat-reports.php:995
5115
- msgid "c-gg"
5116
- msgstr "Guernsey"
5117
 
5118
- # Jersey
5119
- #: ../../admin/view/wp-slimstat-reports.php:995
5120
- msgid "c-je"
5121
- msgstr "Jersey"
5122
 
5123
- # Isle of Man
5124
- #: ../../admin/view/wp-slimstat-reports.php:995
5125
- msgid "c-im"
5126
- msgstr "Isle of Man"
 
 
 
5127
 
5128
- # Maldives
5129
- #: ../../admin/view/wp-slimstat-reports.php:995
5130
- msgid "c-mv"
5131
- msgstr "Malediven"
5132
 
5133
- #: ../../admin/view/wp-slimstat-reports.php:996
5134
- msgid "c-eu"
 
 
5135
  msgstr ""
 
5136
 
5137
- #: ../../admin/view/wp-slimstat-reports.php:1085
5138
  msgid ""
5139
- "This value includes not only posts, but also custom post types, regardless "
5140
- "of their status"
 
5141
  msgstr ""
 
 
 
5142
 
5143
- #: ../../admin/view/wp-slimstat-reports.php:1086
5144
- #, fuzzy
5145
- msgid "Content Items"
5146
- msgstr "Inhalt"
5147
 
5148
- #: ../../admin/view/wp-slimstat-reports.php:1087
5149
- msgid "Total Comments"
5150
- msgstr "Gesamte Kommentare"
5151
 
5152
- #: ../../admin/view/wp-slimstat-reports.php:1088
5153
- msgid "Pingbacks"
5154
- msgstr ""
5155
 
5156
- #: ../../admin/view/wp-slimstat-reports.php:1089
5157
- msgid "Trackbacks"
 
 
 
 
 
5158
  msgstr ""
 
 
 
 
5159
 
5160
- #: ../../admin/view/wp-slimstat-reports.php:1090
5161
- #, fuzzy
5162
- msgid "Avg Comments Per Post"
5163
- msgstr "Spalte bei Beitr&auml;gen hinzuf&uuml;gen"
5164
 
5165
- #: ../../admin/view/wp-slimstat-reports.php:1091
5166
- msgid "Avg Posts Per Day"
 
 
5167
  msgstr ""
 
 
5168
 
5169
- #: ../../admin/view/wp-slimstat-reports.php:1092
5170
- msgid "Avg Server Latency"
 
 
 
 
 
 
 
5171
  msgstr ""
 
 
 
5172
 
5173
- #: ../../admin/view/wp-slimstat-reports.php:1093
5174
- #, fuzzy
5175
- msgid "Avg Page Load Time"
5176
- msgstr "Durchschnittl. Seitenaufrufe"
5177
 
5178
- #: ../../admin/view/wp-slimstat-reports.php:1120
5179
- msgid "Visits"
5180
- msgstr "Besuche"
 
 
 
5181
 
5182
- #: ../../admin/view/wp-slimstat-reports.php:1124
5183
- msgid "Domains"
5184
- msgstr "Dom&auml;nen"
5185
 
5186
- #: ../../admin/view/wp-slimstat-reports.php:1129
5187
- msgid "Avg Pageviews"
5188
- msgstr "Durchschnittl. Seitenaufrufe"
5189
 
5190
  #~ msgid "Right Now"
5191
  #~ msgstr "Aktuell"
2
  msgstr ""
3
  "Project-Id-Version: WP SlimStat\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-11-09 14:55-0500\n"
6
+ "PO-Revision-Date: 2014-11-09 14:55-0500\n"
7
  "Last-Translator: Get Used To IT <support@getused.to.it>\n"
8
  "Language-Team: TechnoViel <klaus@technoviel.de>\n"
9
  "Language: de_DE\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: .\n"
15
  "Plural-Forms: s;\n"
16
+ "X-Generator: Poedit 1.6.9\n"
17
  "X-Poedit-SearchPath-0: ../..\n"
18
 
19
+ #: ../../admin/config/addons.php:14
20
+ msgid ""
21
+ "There was an error retrieving the add-ons list from the server. Please try "
22
+ "again later. Error Message:"
23
  msgstr ""
24
+ "Es gabe einen Fehler beim Abruf der Add-on-Liste vom Server. Bitte später "
25
+ "nochmals versuchen. Fehlermeldung:"
26
 
27
+ #: ../../admin/config/addons.php:23
28
+ msgid ""
29
+ "There was an error decoding the add-ons list from the server. Please try "
30
+ "again later."
 
 
 
 
 
 
31
  msgstr ""
32
+ "Fehler beim Auslesen der Add-on-Liste vom Server. Versuchen Sie es später "
33
+ "nochmals."
34
 
35
+ #: ../../admin/config/addons.php:29 ../../admin/config/index.php:9
36
+ #: ../../admin/wp-slimstat-admin.php:501 ../../admin/wp-slimstat-admin.php:518
37
+ #: ../../wp-slimstat.php:1318
38
+ msgid "Add-ons"
39
+ msgstr "Add-Ons"
40
+
41
+ #: ../../admin/config/addons.php:30
42
+ #, fuzzy
43
+ msgid ""
44
+ "Add-ons extend the functionality of Slimstat in many interesting ways. We "
45
+ "offer both free and premium (paid) extensions. Each add-on can be installed "
46
+ "as a separate plugin, which will receive regular updates via the WordPress "
47
+ "Plugins panel. In order to be notified when a new version of a premium add-"
48
+ "on is available, please enter the <strong>license key</strong> you received "
49
+ "when you purchased it."
50
  msgstr ""
51
+ "Add-ons erweitern die Funktionalität von WP SlimStat auf viele interessante "
52
+ "Arten. Wir bieten sowohl Gratis-, als auch Premium-(Kauf-)Erweiterungen. "
53
+ "Jedes Add-on kann als separates Plugin installiert werden, dass via "
54
+ "WordPress regelmäßig upgedated wird. Um auch Aktualisierungen für Premium-"
55
+ "Add-ons zu bekommen, muss der beim Kauf erhaltene <strong>Lizenzschlüssel</"
56
+ "strong> eingegeben werden."
57
 
58
+ #: ../../admin/config/addons.php:36
59
+ msgid "Add-on"
60
+ msgstr "Add-on"
 
 
61
 
62
+ #: ../../admin/config/addons.php:36
63
+ msgid "Description"
64
+ msgstr "Beschreibung"
 
 
65
 
66
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:18
67
+ msgid "General"
68
+ msgstr "Allgemein"
 
 
69
 
70
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:44
71
+ msgid "Views"
72
+ msgstr "Letzte Aufrufe"
73
+
74
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:68
75
+ msgid "Filters"
76
+ msgstr "Filter"
77
+
78
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:132
79
+ msgid "Permissions"
80
+ msgstr "Berechtigungen"
81
+
82
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:209
83
+ msgid "Advanced"
84
+ msgstr "Erweitert"
85
+
86
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:242
87
+ msgid "Maintenance"
88
+ msgstr "Wartung"
89
 
90
+ #: ../../admin/config/index.php:14 ../../admin/config/index.php:139
91
+ #: ../../admin/wp-slimstat-admin.php:547 ../../admin/wp-slimstat-admin.php:550
92
+ #: ../../wp-slimstat.php:1321
93
  msgid "Settings"
94
  msgstr "Einstellungen"
95
 
96
+ #: ../../admin/config/index.php:20 ../../admin/config/index.php:215
 
97
  #, fuzzy
98
+ msgid "Tracker"
99
+ msgstr "Benutzer tracken"
100
 
101
+ #: ../../admin/config/index.php:21
102
+ #, fuzzy
103
+ msgid "Enable Tracking"
104
+ msgstr "Verfolgung aktivieren"
105
+
106
+ #: ../../admin/config/index.php:21
107
+ msgid "Turn the tracker on or off, but keep the reports accessible."
108
  msgstr ""
109
 
110
+ #: ../../admin/config/index.php:22
111
+ #, fuzzy
112
+ msgid "Monitor Admin Pages"
113
+ msgstr "Verfolgen Admin-Seiten"
114
 
115
+ # correct, if admin = admin area
116
+ #: ../../admin/config/index.php:22
117
+ #, fuzzy
118
+ msgid "Enable this option to track your users' activity within the admin."
119
  msgstr ""
120
+ "Aktivieren Sie diese Option, wenn Sie die Aktivitäten Ihrer Benutzer "
121
+ "innerhalb des Adminbereiches verfolgen wollen."
122
 
123
+ #: ../../admin/config/index.php:23
124
+ msgid "Enable Spy Mode"
125
+ msgstr ""
126
 
127
+ # capability = Resource?
128
+ #: ../../admin/config/index.php:23
129
  #, fuzzy
130
+ msgid ""
131
+ "Collect information about screen resolutions, outbound links, downloads, "
132
+ "etc. If Tracking Mode is set to Javascript, this data will be tracked "
133
+ "regardless of which value you set for this option."
134
+ msgstr ""
135
+ "Aktiviert einen Tracking Code auf den Clients, der Daten über "
136
+ "Bildschirmauflösungen, ausgehende Links, Downloads und andere relevante "
137
+ "Informationen sammelt. Bei aktiviertem Javaskript-Modus werden die Browser-"
138
+ "Resourcen in jedem Fall getrackt"
139
 
140
+ #: ../../admin/config/index.php:24
141
+ #, fuzzy
142
+ msgid "Tracking Mode"
143
+ msgstr "Tracking aktiv"
144
 
145
+ #: ../../admin/config/index.php:24
146
+ #, fuzzy
147
+ msgid ""
148
+ "Select <strong>Javascript</strong> if you are using a caching plugin (W3 "
149
+ "Total Cache, WP SuperCache, HyperCache, etc). Slimstat will behave pretty "
150
+ "much like Google Analytics, and visitors whose browser does not support "
151
+ "Javascript will be ignored. A nice side effect is that <strong>most "
152
+ "spammers, search engines and other crawlers</strong> will not be tracked."
153
+ msgstr ""
154
+ "Schalten Sie diese Funktion ein, wenn ein Cache-Plugin wie z.B. W3 Total "
155
+ "Cache verwendet wird. WP SlimStat wird sich &auml;hnlich wie Google "
156
+ "Analytics verhalten und Besucher deren Browser kein Javascript unterst&uuml;"
157
+ "tzt ignorieren. Ein netter Nebeneffekt: Die meisten Spammer, Suchmaschinen "
158
+ "und andere Crawler werden so nicht mehr berücksichtigt."
159
 
160
+ #: ../../admin/config/index.php:24
161
+ #, fuzzy
162
+ msgid "Javascript"
163
+ msgstr "Tracking per JavaScript"
164
 
165
+ #: ../../admin/config/index.php:24
166
+ msgid "Server-side"
167
+ msgstr "Serverseitig"
168
 
169
+ #: ../../admin/config/index.php:26
170
+ msgid "WordPress Integration"
171
+ msgstr "WordPress-Integration"
172
 
173
+ #: ../../admin/config/index.php:27
174
+ #, fuzzy
175
+ msgid "Menu Position"
176
+ msgstr "Suchmaschinenrang"
177
 
178
+ #: ../../admin/config/index.php:27
179
  #, fuzzy
180
  msgid ""
181
+ "Choose between a standalone admin menu for Slimstat or a drop down in the "
182
+ "admin bar (if visible)."
 
183
  msgstr ""
184
+ "Das Dashboard-Men&uuml; kann um ein eigenes WP SlimStat Men&uuml; erg&auml;"
185
+ "nzt werden."
 
 
 
 
 
186
 
187
+ #: ../../admin/config/index.php:27
188
+ msgid "Side Menu"
189
+ msgstr "Seitenmenü"
 
 
 
 
 
 
190
 
191
+ #: ../../admin/config/index.php:27
192
+ msgid "Admin Bar"
193
+ msgstr "Adminleiste"
 
194
 
195
+ #: ../../admin/config/index.php:28
196
+ msgid "Add Stats to Posts and Pages"
 
 
197
  msgstr ""
 
 
 
 
 
 
198
 
199
+ #: ../../admin/config/index.php:28
200
+ #, fuzzy
201
  msgid ""
202
+ "Add a new column to the Edit Posts/Pages screens, with the number of hits "
203
+ "per post."
 
 
204
  msgstr ""
205
+ "F&uuml;gt eine Spalte in der Beitrags&uuml;bersicht ein, welche die Anzahl "
206
+ "der Zugriffe pro Beitrag anzeigt."
 
 
207
 
208
+ #: ../../admin/config/index.php:30
209
+ msgid "Database"
210
+ msgstr "Datenbank"
 
211
 
212
+ #: ../../admin/config/index.php:31
213
+ msgid "Retain data for"
 
 
214
  msgstr ""
 
 
 
 
 
 
215
 
216
+ #: ../../admin/config/index.php:31
217
  msgid ""
218
+ "Delete log entries older than the number of days specified here above. Enter "
219
+ "<strong>0</strong> (number zero) if you want to preserve your data "
220
+ "regardless of its age."
221
  msgstr ""
 
 
 
222
 
223
+ #: ../../admin/config/index.php:31
224
+ msgid "Next clean-up on"
225
+ msgstr "N&auml;chste Bereinigung "
226
 
227
+ #: ../../admin/config/index.php:31
228
+ #, fuzzy, php-format
229
+ msgid "Entries logged on or before %s will be permanently deleted."
 
230
  msgstr ""
231
+ "Eintr&auml;ge, die vor dem %s erfasst wurden werden unwiderruflich gel&ouml;"
232
+ "scht."
233
 
234
+ #: ../../admin/config/index.php:31 ../../admin/view/index.php:100
235
+ #: ../../admin/view/wp-slimstat-db.php:74
236
+ #: ../../admin/view/wp-slimstat-reports.php:781
237
+ msgid "days"
238
+ msgstr "Tage"
239
 
240
+ #: ../../admin/config/index.php:46
241
+ #, fuzzy
242
+ msgid "Data and Formats"
243
+ msgstr "Datum und Uhrzeit"
244
 
245
+ #: ../../admin/config/index.php:47
246
+ msgid "Convert IP Addresses"
247
+ msgstr "IP-Adressen umwandeln"
248
 
249
+ #: ../../admin/config/index.php:47
250
+ msgid "Display provider names instead of IP addresses."
 
 
 
251
  msgstr ""
 
 
252
 
253
+ #: ../../admin/config/index.php:48
254
+ msgid "Number Format"
255
+ msgstr "Zahlenformat"
 
256
 
257
+ #: ../../admin/config/index.php:48
258
+ #, fuzzy
259
+ msgid "Choose the number format you want to use for your reports."
260
+ msgstr "Das zu verwendente Zahlenformat ausw&auml;hlen (metrisch o. imperial)."
 
 
 
 
 
261
 
262
+ #: ../../admin/config/index.php:49
263
+ msgid "Enable SOV"
264
+ msgstr "SOV aktivieren"
 
265
 
266
+ #: ../../admin/config/index.php:49
267
  msgid ""
268
+ "In linguistic typology, a subject-object-verb (SOV) language is one in which "
269
+ "the subject, object, and verb of a sentence appear in that order, like in "
270
+ "Japanese."
271
  msgstr ""
 
 
 
 
 
 
272
 
273
+ #: ../../admin/config/index.php:50
274
+ msgid "Show Display Name"
275
+ msgstr "Spitznamen anzeigen"
 
276
 
277
+ #: ../../admin/config/index.php:50
278
+ #, fuzzy
279
+ msgid ""
280
+ "By default, users are listed by their usernames. Use this option to "
281
+ "visualize their display names instead."
282
+ msgstr ""
283
+ "Standardmäßig werden die Benutzernamen aufgelistet. Benutzen Sie diese "
284
+ "Option, um dafür stattdessen die Spitznamen anzeigen zu lassen,"
285
 
286
+ #: ../../admin/config/index.php:51
287
+ #, fuzzy
288
+ msgid "Show User Agent"
289
+ msgstr "Top Browser"
 
290
 
291
+ #: ../../admin/config/index.php:51
292
+ #, fuzzy
293
+ msgid ""
294
+ "Choose if you want to see the browser name or a complete user agent string "
295
+ "when hovering on browser icons."
296
+ msgstr ""
297
+ "Wählen Sie, ob der Browsername oder ein kompletter USER AGENT STRING "
298
+ "angezeigt werden soll, wenn Sie auf die Browsersymbole zeigen."
299
 
300
+ #: ../../admin/config/index.php:52
301
+ msgid "Show Titles"
302
+ msgstr "Titel anzeigen"
303
 
304
+ #: ../../admin/config/index.php:52
305
+ msgid ""
306
+ "Slimstat converts your permalinks into post and page titles. Disable this "
307
+ "feature if you need to see the URL in your reports."
308
+ msgstr ""
309
 
310
+ #: ../../admin/config/index.php:53
311
+ msgid "Date Format"
312
+ msgstr "Datum"
 
 
313
 
314
+ #: ../../admin/config/index.php:53
315
  msgid ""
316
+ "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
317
+ "Format</a> to use when displaying a pageview's date."
 
318
  msgstr ""
 
 
319
 
320
+ #: ../../admin/config/index.php:54
321
+ #, fuzzy
322
+ msgid "Time Format"
323
+ msgstr "Zahlenformat"
324
 
325
+ #: ../../admin/config/index.php:54
326
  msgid ""
327
+ "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
328
+ "Format</a> to use when displaying a pageview's time."
 
329
  msgstr ""
 
 
 
330
 
331
+ #: ../../admin/config/index.php:56
332
+ msgid "Functionality"
333
+ msgstr "Funktionalität"
 
 
 
 
 
334
 
335
+ #: ../../admin/config/index.php:57
336
+ msgid "Asynchronous Views"
337
+ msgstr "Asynchrone Anzeige"
 
338
 
339
+ #: ../../admin/config/index.php:57
340
  #, fuzzy
341
+ msgid ""
342
+ "Load all the reports dynamically. It makes the reports render faster, but it "
343
+ "increases the load on your server."
344
+ msgstr ""
345
+ "Benutzen Sie Ajax um die Statistiken nachzuladen. Dadurch erscheinen die "
346
+ "Seiten schneller, jedoch entsteht mehr Last auf dem Server."
347
 
348
+ #: ../../admin/config/index.php:58
349
+ msgid "SlimScroll"
350
+ msgstr ""
 
351
 
352
+ #: ../../admin/config/index.php:58
353
  msgid ""
354
+ "Enable SlimScroll, a slick jQuery library that replaces the built-in browser "
355
+ "scrollbar."
356
  msgstr ""
 
 
357
 
358
+ #: ../../admin/config/index.php:59
359
+ msgid "Expand Details"
360
+ msgstr "Details anzeigen"
361
 
362
+ #: ../../admin/config/index.php:59
363
+ #, fuzzy
364
+ msgid "Expand each row's details by default, insted of on mousehover."
365
+ msgstr "Zeigt in allen Zeilen die Details und nicht nur beim Mouse-Over"
366
 
367
+ #: ../../admin/config/index.php:60 ../../admin/config/index.php:64
368
+ #, fuzzy
369
+ msgid "Rows to Display"
370
+ msgstr "keine Daten vorhanden"
371
 
372
+ #: ../../admin/config/index.php:60
373
+ msgid "Specify the number of items in each report."
374
+ msgstr ""
 
375
 
376
+ #: ../../admin/config/index.php:62
377
+ msgid "Activity Log"
 
 
378
  msgstr ""
 
 
379
 
380
+ #: ../../admin/config/index.php:63
381
+ msgid "Live Stream"
382
+ msgstr "Livestream"
 
383
 
384
+ #: ../../admin/config/index.php:63
385
+ #, fuzzy
386
+ msgid ""
387
+ "Enable the Live view, which refreshes the Activity Log every X seconds. "
388
+ "Enter <strong>0</strong> (number zero) to deactivate this feature."
389
+ msgstr ""
390
+ "Anzeige der aktuell aktiven Besucher alle X Sekunden aktualisieren. Null "
391
+ "deaktiviert diese Funktion."
392
 
393
+ #: ../../admin/config/index.php:63 ../../admin/config/index.php:218
394
+ msgid "seconds"
395
+ msgstr "Sekunden"
 
396
 
397
+ #: ../../admin/config/index.php:64
398
+ msgid "Specify the number of items in the Activity Log."
 
 
399
  msgstr ""
 
400
 
401
+ #: ../../admin/config/index.php:65
402
+ #, fuzzy
403
+ msgid "Activity Log Extended"
404
+ msgstr "Aktuell (erweitert)"
405
 
406
+ #: ../../admin/config/index.php:65
407
+ #, fuzzy
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
408
  msgid ""
409
  "Choose if you want to see outbound links listed in the Activity Log. It "
410
  "might slow down the rendering of this report."
413
  "Dies könnte die Erstellung des Berichtes verlansamen oder Fehler bei "
414
  "langsameren System anzeigen."
415
 
416
+ #: ../../admin/config/index.php:70
417
  #, fuzzy
418
  msgid "Visitors and Known Users"
419
  msgstr "Bekannte Benutzer"
420
 
421
+ #: ../../admin/config/index.php:71
422
  #, fuzzy
423
  msgid "Track Registered Users"
424
  msgstr "Benutzer tracken"
425
 
426
+ #: ../../admin/config/index.php:71
427
  #, fuzzy
428
  msgid "Enable this option to track logged in users."
429
  msgstr "Ja falls eingeloggte Benutzer getrackt werden sollen."
430
 
431
+ #: ../../admin/config/index.php:72
432
  #, fuzzy
433
  msgid "Blacklist by Username"
434
  msgstr "IP-Adresse"
435
 
436
+ #: ../../admin/config/index.php:72
437
  #, fuzzy
438
  msgid ""
439
  "List all the usernames you don't want to track, separated by commas. Please "
444
  "Beistriche. Leerzeichen werden <em>nicht</em> ignoriert und Gro&szlig;-/ "
445
  "Kleinschreibung wird beachtet."
446
 
447
+ #: ../../admin/config/index.php:73
448
  #, fuzzy
449
  msgid "Blacklist by IP Address"
450
  msgstr "IP-Adresse"
451
 
452
+ #: ../../admin/config/index.php:73
453
  #, fuzzy
454
  msgid ""
455
  "List all the IP addresses you don't want to track, separated by commas. Each "
464
  "(z.B. <em>192.168.0.0/24</em>) definiert werden. Bei inkorrektem Format kann "
465
  "WP SlimStat evtl. nicht die Pageviews korrekt tracken."
466
 
467
+ #: ../../admin/config/index.php:74
468
  #, fuzzy
469
  msgid "Blacklist by Capability"
470
  msgstr "Benutzer nach Browserf&auml;higkeiten"
471
 
472
+ #: ../../admin/config/index.php:74
473
  #, fuzzy
474
  msgid ""
475
  "Users having at least one of the <a href='http://codex.wordpress.org/"
480
  "wordpress.org/Roles_and_Capabilities' target='_new'>CAPABILITIES</a> haben, "
481
  "werden nicht verfolgt. Bitte Groß-/Kleinschreibung beachten."
482
 
483
+ #: ../../admin/config/index.php:76
484
  msgid "Profiling"
485
  msgstr ""
486
 
487
+ #: ../../admin/config/index.php:77
488
  msgid "Ignore Spammers"
489
  msgstr "Spammer ignorieren"
490
 
491
+ #: ../../admin/config/index.php:77
492
  #, fuzzy
493
  msgid ""
494
  "Enable this option if you don't want to track visits from users identified "
501
  "Kommentare später von Ihnen als Spam markiert werden, werden ebenso aus der "
502
  "Datenbank entfernt."
503
 
504
+ #: ../../admin/config/index.php:78
505
  msgid "Permalinks"
506
  msgstr "Permalinks"
507
 
508
+ #: ../../admin/config/index.php:78
509
  #, fuzzy
510
  msgid ""
511
  "List all the URLs on your website that you don't want to track, separated by "
524
  "code> erfasst /aboundant und /about, <code>/abo!t</code> erfasst /about und /"
525
  "abort. Gro&szlig;-/ Kleinschreibung wird dabei nicht beachtet."
526
 
527
+ #: ../../admin/config/index.php:79
528
  msgid "Countries"
529
  msgstr "L&auml;nder"
530
 
531
+ #: ../../admin/config/index.php:79
532
  msgid ""
533
  "Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
534
  "track, separated by commas."
536
  "Liste der L&auml;dercodes (z.B.: <code>en-us, de, it, es</code>), die nicht "
537
  "mit erfasst werden sollen, getrennt durch Kommata."
538
 
539
+ #: ../../admin/config/index.php:80
540
  msgid "User Agents"
541
  msgstr "User Agents"
542
 
543
+ #: ../../admin/config/index.php:80
544
  #, fuzzy
545
  msgid ""
546
  "Browsers (user agents) you don't want to track, separated by commas. You can "
558
  "code> erfasst /aboundant und /about, <code>/abo!t</code> erfasst /about und /"
559
  "abort. Gro&szlig;-/ Kleinschreibung wird dabei nicht beachtet."
560
 
561
+ #: ../../admin/config/index.php:81
562
  msgid "Referring Sites"
563
  msgstr "Verweisende Webseiten"
564
 
565
+ #: ../../admin/config/index.php:81
566
  #, fuzzy
567
  msgid ""
568
  "Referring URLs that you don't want to track, separated by commas: "
580
  "code> erfasst /aboundant und /about, <code>/abo!t</code> erfasst /about und /"
581
  "abort. Gro&szlig;-/ Kleinschreibung wird dabei nicht beachtet."
582
 
583
+ #: ../../admin/config/index.php:83 ../../admin/config/index.php:235
584
  msgid "Miscellaneous"
585
  msgstr "Diverse"
586
 
587
+ #: ../../admin/config/index.php:84
588
  msgid "Enable Privacy Mode"
589
  msgstr ""
590
 
591
+ #: ../../admin/config/index.php:84
592
  #, fuzzy
593
  msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
594
  msgstr ""
595
  "Diese Option maskiert das letzte Byte der IP-Adressen Ihrere Besucher um die "
596
  "Europ&auml;ischen Datenschutzgesetze zur erf&uuml;llen."
597
 
598
+ #: ../../admin/config/index.php:85
599
  msgid "Ignore Prefetch Requests"
600
  msgstr ""
601
 
602
+ #: ../../admin/config/index.php:85
603
  #, fuzzy
604
  msgid ""
605
  "Prevent Slimstat from tracking pageviews generated by Firefox's <a "
609
  "Verhindert, dass WP SlimStat Pageviews trackt, die durch die <a "
610
  "href='https://developer.mozilla.org/en/Link_prefetching_FAQ' target='_blank'>"
611
 
612
+ #: ../../admin/config/index.php:101
613
  msgid "Ignore users (username not found)"
614
  msgstr "Benutzer ignorieren (Benutzername nicht gefunden)"
615
 
616
+ #: ../../admin/config/index.php:124
617
  msgid ""
618
  "Invalid capability. Please check <a href=\"http://codex.wordpress.org/"
619
  "Roles_and_Capabilities\" target=\"_new\">this page</a> for more information"
620
  msgstr ""
621
 
622
+ #: ../../admin/config/index.php:134
623
  msgid "Reports"
624
  msgstr "Auswertungen"
625
 
626
+ #: ../../admin/config/index.php:135
627
  msgid "Restrict Authors"
628
  msgstr "Autoren einschränken"
629
 
630
+ #: ../../admin/config/index.php:135
631
  #, fuzzy
632
  msgid ""
633
  "Enable this option if you want your authors to only see stats related to "
636
  "Aktivieren Sie diese Option, wenn Ihre Autoren nur Statistiken zu Ihrem "
637
  "eigenen Inhalt ansehen können."
638
 
639
+ #: ../../admin/config/index.php:136 ../../admin/config/index.php:140
640
  #, fuzzy
641
  msgid "Capability"
642
  msgstr "Benutzer nach Browserf&auml;higkeiten"
643
 
644
+ #: ../../admin/config/index.php:136
645
  #, fuzzy
646
  msgid ""
647
  "Specify the minimum <a href='http://codex.wordpress.org/"
658
  "Berichte, Außer eine 'Lesezugriffs'-Whitelist wurde weiter unten festgelegt, "
659
  "welche Vorrang über die CAPABILITY hat."
660
 
661
+ #: ../../admin/config/index.php:137 ../../admin/config/index.php:141
662
  msgid "Whitelist"
663
  msgstr "Whitelist"
664
 
665
+ #: ../../admin/config/index.php:137
666
  #, fuzzy
667
  msgid ""
668
  "List all the users who should have access to the reports, separated by "
674
  "angeführt werden. Wenn dieses Feld leer ist der Zugriff <strong>allen Ihren "
675
  "Benutzern</strong> erlaubt. Bitte Groß-/Kleinschreibung beachten."
676
 
677
+ #: ../../admin/config/index.php:140
678
  #, fuzzy
679
  msgid ""
680
  "Specify the minimum <a href='http://codex.wordpress.org/"
689
  "Berichte, Außer eine 'Lesezugriffs'-Whitelist wurde weiter unten festgelegt, "
690
  "welche Vorrang über die CAPABILITY hat."
691
 
692
+ #: ../../admin/config/index.php:141
693
  #, fuzzy
694
  msgid ""
695
  "List all the users who can edit these options, separated by commas. Please "
703
  "Benutzer bekommen automatisch auch 'Lesezugriff' auf die WP SlimStat-"
704
  "Berichte. Bitte Groß-/Kleinschreibung beachten."
705
 
706
+ #: ../../admin/config/index.php:157
707
  msgid "Read access: username not found"
708
  msgstr "Lesezugriff: Benutzername nicht gefunden"
709
 
710
+ #: ../../admin/config/index.php:170 ../../admin/config/index.php:201
711
  #, fuzzy
712
  msgid ""
713
  "Invalid minimum capability. Please check <a href=\"http://codex.wordpress."
718
  "\"http://codex.wordpress.org/Roles_and_Capabilities\" target=\"_new\">hier</"
719
  "a>."
720
 
721
+ #: ../../admin/config/index.php:188
722
  msgid "Config access: username not found"
723
  msgstr "Konfigurationszugriff: Benutzername nicht gefunden."
724
 
725
  # What is smoothing?
726
+ #: ../../admin/config/index.php:216
727
  msgid "Detect Smoothing"
728
  msgstr "Smoothing erkennen"
729
 
730
+ #: ../../admin/config/index.php:216
731
  msgid ""
732
  "Detect if your visitors' browsers support anti-aliasing (font smoothing). "
733
  "This option required Spy Mode to be enabled."
734
  msgstr ""
735
 
736
+ #: ../../admin/config/index.php:217
737
  msgid "Track Outbound Clicks"
738
  msgstr "Letzte ausgehende Links"
739
 
740
+ #: ../../admin/config/index.php:217
741
  msgid ""
742
  "Track when your visitors click on link to external websites. This option "
743
  "required Spy Mode to be enabled."
744
  msgstr ""
745
 
746
+ #: ../../admin/config/index.php:218
747
  msgid "Session Duration"
748
  msgstr "Besuchsdauer"
749
 
750
+ #: ../../admin/config/index.php:218
751
  #, fuzzy
752
  msgid ""
753
  "How many seconds should a human session last? Google Analytics sets it to "
756
  "Definiert, wie viele Sekunden ein Besuch dauern soll. Bei Google Analytics "
757
  "wird hier 1.800 Sekunden vorgeschlagen."
758
 
759
+ #: ../../admin/config/index.php:219
760
  msgid "Extend Session"
761
  msgstr "Sitzung erweitern"
762
 
763
+ #: ../../admin/config/index.php:219
764
  #, fuzzy
765
  msgid "Extend the duration of a session each time the user visits a new page."
766
  msgstr ""
767
  "Verlängert die Dauer einer Sitzung jedes Mal um die hier eingegebene Zahl an "
768
  "Sekunden, wenn ein Benutzer eine neue Seite aufruft."
769
 
770
+ #: ../../admin/config/index.php:220
771
  msgid "Enable CDN"
772
  msgstr "CDN aktivieren"
773
 
774
+ #: ../../admin/config/index.php:220
775
  msgid ""
776
  "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
777
  "by serving our tracking code from their fast and reliable network (free "
778
  "service)."
779
  msgstr ""
780
 
781
+ #: ../../admin/config/index.php:221
782
  msgid "Extensions to Track"
783
  msgstr "Zu verfolgende Erweiterungen"
784
 
785
+ #: ../../admin/config/index.php:221
786
  #, fuzzy
787
  msgid ""
788
  "List all the file extensions that you want to be treated as Downloads. "
797
  "nicht als 'Ausgehende Links' gewertet werden, wenn der Typ in der folgenden "
798
  "Liste enthalten ist."
799
 
800
+ #: ../../admin/config/index.php:223
801
  #, fuzzy
802
  msgid "External Pages"
803
  msgstr "Gesamte Seitenaufrufe"
804
 
805
+ #: ../../admin/config/index.php:224
806
  msgid "Add the following code to all the non-WP pages you want to track"
807
  msgstr ""
808
 
809
+ #: ../../admin/config/index.php:236
810
  msgid "Debug Mode"
811
  msgstr ""
812
 
813
+ #: ../../admin/config/index.php:236
814
  msgid "Display the SQL queries used to retrieve the data."
815
  msgstr ""
816
 
817
+ #: ../../admin/config/index.php:237
818
  msgid "IP Lookup"
819
  msgstr "IP Suche"
820
 
821
+ #: ../../admin/config/index.php:237
822
  msgid "Customize the Geolocation service to be used in the reports."
823
  msgstr ""
824
 
825
+ #: ../../admin/config/index.php:238
826
  msgid "Custom CSS"
827
  msgstr "Benutzerdefinierte CSS"
828
 
829
+ #: ../../admin/config/index.php:238
830
  msgid ""
831
  "Paste here your custom stylesheet to personalize the way your reports look. "
832
  "<a href='http://wordpress.org/plugins/wp-slimstat/faq/' "
834
  "setting."
835
  msgstr ""
836
 
837
+ #: ../../admin/config/index.php:239
838
  #, fuzzy
839
  msgid "Enable UAN"
840
  msgstr "ADN aktivieren"
841
 
842
+ #: ../../admin/config/index.php:239
843
  msgid ""
844
  "Send anonymous data about user agents to our server for analysis. This "
845
  "allows us to contribute to the <a href='http://browscap.org/' "
963
  msgid "is not empty"
964
  msgstr "ist nicht leer"
965
 
966
+ #: ../../admin/config/maintenance.php:139 ../../admin/view/index.php:40
967
+ #: ../../admin/view/index.php:103
968
  msgid "Apply"
969
  msgstr "Anwenden"
970
 
2542
  msgstr "Zulu"
2543
 
2544
  #: ../../admin/lang/dynamic_strings.php:298
2545
+ #: ../../admin/view/wp-slimstat-reports.php:505
2546
  msgid "l-"
2547
  msgstr "l-"
2548
 
2564
  msgid "is between (x,y)"
2565
  msgstr ""
2566
 
2567
+ #: ../../admin/view/index.php:44
2568
+ msgid "Load"
2569
+ msgstr ""
2570
+
2571
+ #: ../../admin/view/index.php:64 ../../admin/view/wp-slimstat-reports.php:802
2572
  msgid "Today"
2573
  msgstr "heute"
2574
 
2575
+ #: ../../admin/view/index.php:65 ../../admin/view/wp-slimstat-reports.php:803
2576
  msgid "Yesterday"
2577
  msgstr "Gestern"
2578
 
2579
+ #: ../../admin/view/index.php:66
2580
  msgid "Last 7 Days"
2581
  msgstr "Letzte 7 Tage"
2582
 
2583
+ #: ../../admin/view/index.php:67
2584
  #, fuzzy
2585
  msgid "Last 60 Days"
2586
  msgstr "Letzte 30 Tage"
2587
 
2588
+ #: ../../admin/view/index.php:68
2589
  msgid "Last 90 Days"
2590
  msgstr "Letzte 90 Tage"
2591
 
2592
+ #: ../../admin/view/index.php:69
2593
  #, fuzzy
2594
  msgid "This Year So Far"
2595
  msgstr "Heuer"
2596
 
2597
+ #: ../../admin/view/index.php:70
2598
  #, fuzzy
2599
  msgid "Date Range"
2600
  msgstr "Datum und Uhrzeit"
2601
 
2602
+ #: ../../admin/view/index.php:72 ../../admin/view/wp-slimstat-db.php:70
2603
  msgid "Day"
2604
  msgstr "Tag"
2605
 
2606
+ #: ../../admin/view/index.php:82 ../../admin/view/wp-slimstat-db.php:71
2607
  msgid "Month"
2608
  msgstr "Monat"
2609
 
2610
+ #: ../../admin/view/index.php:91 ../../admin/view/wp-slimstat-db.php:72
2611
  msgid "Year"
2612
  msgstr "Jahr"
2613
 
2614
+ #: ../../admin/view/index.php:92 ../../admin/view/wp-slimstat-db.php:69
2615
+ msgid "Hour"
2616
+ msgstr "Stunde"
2617
+
2618
+ #: ../../admin/view/index.php:93
2619
+ msgid "Min"
2620
+ msgstr ""
2621
+
2622
+ #: ../../admin/view/index.php:101 ../../admin/view/wp-slimstat-db.php:75
2623
+ msgid "hours"
2624
+ msgstr ""
2625
+
2626
+ #: ../../admin/view/index.php:102
2627
+ msgid "mins"
2628
+ msgstr ""
2629
+
2630
+ #: ../../admin/view/index.php:110
2631
  #, fuzzy
2632
  msgid "Reset Filters"
2633
  msgstr "Datumsfilter"
2634
 
2635
+ #: ../../admin/view/index.php:151
2636
  msgid "Your report here"
2637
  msgstr "Deine Auswertung hier"
2638
 
2639
+ #: ../../admin/view/index.php:153
2640
  #, fuzzy
2641
  msgid ""
2642
  "Yes, you can! Create and view your personalized analytics for Slimstat. Just "
2654
  "besuchen Sie mein <a href=\"http://lab.duechiacchiere.it/\" title=\"WP "
2655
  "SlimStat Support-Forum\" target=\"_blank\">Support-Forum</a>."
2656
 
2657
+ #: ../../admin/view/index.php:167 ../../admin/view/wp-slimstat-reports.php:793
2658
+ #: ../../admin/view/wp-slimstat-reports.php:895
2659
+ #: ../../admin/view/wp-slimstat-reports.php:1118
2660
  msgid "Pageviews"
2661
  msgstr "Seitenaufrufe"
2662
 
2663
+ #: ../../admin/view/index.php:170
2664
  #, fuzzy
2665
  msgid ""
2666
  "When visitors leave a comment on your blog, WordPress assigns them a cookie. "
2671
  "einen Cookie zu. WP SlimStat erweitert diese Information um die Erkennung "
2672
  "zur&uuml;kkehrender Besucher."
2673
 
2674
+ #: ../../admin/view/index.php:174 ../../admin/view/index.php:212
2675
+ #: ../../admin/view/index.php:215 ../../admin/view/right-now.php:21
2676
  msgid "Color codes"
2677
  msgstr "Farbcode"
2678
 
2679
+ #: ../../admin/view/index.php:174 ../../admin/view/right-now.php:21
2680
  #, fuzzy
2681
  msgid "From search result page"
2682
  msgstr "Von einer Suchergebnisseite"
2683
 
2684
+ #: ../../admin/view/index.php:174 ../../admin/view/right-now.php:21
2685
+ #: ../../admin/wp-slimstat-admin.php:792
2686
+ msgid "Known Visitor"
2687
+ msgstr "Bekannte Besucher"
2688
+
2689
+ #: ../../admin/view/index.php:174 ../../admin/view/index.php:212
2690
+ #: ../../admin/view/index.php:215 ../../admin/view/right-now.php:21
2691
  msgid "Known Users"
2692
  msgstr "Bekannte Benutzer"
2693
 
2694
+ #: ../../admin/view/index.php:174 ../../admin/view/index.php:212
2695
+ #: ../../admin/view/index.php:215 ../../admin/view/right-now.php:21
2696
  msgid "Other Humans"
2697
  msgstr "Andere echte Besucher"
2698
 
2699
+ #: ../../admin/view/index.php:174 ../../admin/view/right-now.php:21
2700
  msgid "Bot or Crawler"
2701
  msgstr "Bot oder Crawler"
2702
 
2703
+ #: ../../admin/view/index.php:178
2704
  #, fuzzy
2705
  msgid "Keywords used by your visitors to find your website on a search engine."
2706
  msgstr "Begriffe welche von Besuchern in Suchmaschinen verwendet wurden"
2707
 
2708
+ #: ../../admin/view/index.php:181
2709
  msgid ""
2710
  "Slimstat retrieves live information from Alexa, Facebook and Google, to "
2711
  "measures your site's rankings. Values are updated every 12 hours. Filters "
2712
  "set above don't apply to this report."
2713
  msgstr ""
2714
 
2715
+ #: ../../admin/view/index.php:184
2716
  msgid "Human Visits"
2717
  msgstr "Echte Besuche"
2718
 
2719
+ #: ../../admin/view/index.php:187
2720
  #, fuzzy
2721
  msgid ""
2722
  "Internet Service Provider: a company which provides other companies or "
2730
  "Adressen generell zu ignorieren kann ein entsprechender Filter unter "
2731
  "'Einstellungen > SlimStat > Filter' gesetzt werden."
2732
 
2733
+ #: ../../admin/view/index.php:190
2734
  #, fuzzy
2735
  msgid ""
2736
  "You can configure Slimstat to ignore a specific Country by setting the "
2739
  "Um ein spezifisches Land generell zu ignorieren kann ein entsprechender "
2740
  "Filter unter 'Einstellungen > SlimStat > Filter' gesetzt werden."
2741
 
2742
+ #: ../../admin/view/index.php:193
2743
  msgid ""
2744
  "This report shows you what user agent families (no version considered) are "
2745
  "popular among your visitors."
2747
  "Dieser Bericht zeigt, welche User Agent-Familien (unabhängig Ihrer Version) "
2748
  "bei Ihren Besuchern populär sind."
2749
 
2750
+ #: ../../admin/view/index.php:196
2751
  msgid ""
2752
  "This report shows you what operating system families (no version considered) "
2753
  "are popular among your visitors."
2755
  "Dieser Bericht zeigt, welche Betriebssystemfamilien (ohne Berücksichtigung "
2756
  "der Version) hauptsächlich von Ihren Benutzer verwendet werden."
2757
 
2758
+ #: ../../admin/view/index.php:199 ../../admin/view/wp-slimstat-reports.php:38
2759
+ #: ../../admin/wp-slimstat-admin.php:498 ../../admin/wp-slimstat-admin.php:515
2760
+ #: ../../wp-slimstat.php:1315
2761
+ msgid "Traffic Sources"
2762
+ msgstr "Traffic-Ursprung"
2763
+
2764
+ #: ../../admin/view/index.php:202
2765
  msgid "Average Pageviews per Visit"
2766
  msgstr "Durchschnittl. Seitenaufrufe pro Besuch"
2767
 
2768
+ #: ../../admin/view/index.php:205
2769
  msgid ""
2770
  "A <em>bounce page</em> is a single-page visit, or visit in which the person "
2771
  "left your site from the entrance (landing) page."
2773
  "Eine 'Absprung' Seite ist der Zugriff auf eine einzelne Seite oder wenn der "
2774
  "Besucher die Website bereits auf der Einstiegs-Seite wieder verl&auml;sst."
2775
 
2776
+ #: ../../admin/view/index.php:208
2777
  msgid "Searches performed using Wordpress' built-in search functionality."
2778
  msgstr ""
2779
  "Suchen welche mit der WordPress eigenen Such-Funktion ausgef&uuml;hrt wurden."
2780
 
2781
+ #: ../../admin/view/index.php:212
2782
  #, fuzzy
2783
  msgid ""
2784
  "<strong>Link Details</strong><br>- <em>A:n</em> means that the n-th link in "
2789
  "Seite angeklickt wurde.<br>- <em>ID:xx</em> wird gezeigt, wenn dem "
2790
  "betreffenden Link ein ID-Attribute zugewiesen wurde."
2791
 
2792
+ #: ../../admin/view/index.php:215
2793
  msgid ""
2794
  "This report lists any <em>event</em> occurred on your website. Please refer "
2795
  "to the FAQ for more information on how to leverage this functionality."
2798
  "stattgefunden hat. Bitte schlagen Sie in der FAQ für weitere Informationen "
2799
  "zur Verwendung dieser Funktionalit&auml;t nach."
2800
 
2801
+ #: ../../admin/view/index.php:218
2802
  msgid ""
2803
  "Your content at a glance: posts, comments, pingbacks, etc. Please note that "
2804
  "this report is not affected by the filters set here above."
2823
  msgstr ""
2824
 
2825
  #: ../../admin/view/right-now.php:30
2826
+ #: ../../admin/view/wp-slimstat-reports.php:440
2827
+ #: ../../admin/view/wp-slimstat-reports.php:699
2828
  msgid "No data to display"
2829
  msgstr "keine Daten vorhanden"
2830
 
2831
  # Unknown
2832
  #: ../../admin/view/right-now.php:56
2833
+ #: ../../admin/view/wp-slimstat-reports.php:493
2834
+ #: ../../admin/view/wp-slimstat-reports.php:742
2835
+ #: ../../admin/view/wp-slimstat-reports.php:1006
2836
  msgid "c-"
2837
  msgstr "Unknown"
2838
 
2839
+ #: ../../admin/view/right-now.php:109 ../../admin/view/wp-slimstat-db.php:61
2840
+ #: ../../admin/wp-slimstat-admin.php:794 ../../admin/wp-slimstat-admin.php:836
2841
+ msgid "Originating IP"
2842
+ msgstr "Ursprüngliche IP"
2843
+
2844
  #: ../../admin/view/right-now.php:130
2845
  msgid "Server Latency and Page Speed in milliseconds"
2846
  msgstr ""
2854
  msgstr ""
2855
 
2856
  #: ../../admin/view/right-now.php:140
2857
+ #: ../../admin/view/wp-slimstat-reports.php:552
2858
+ #: ../../admin/view/wp-slimstat-reports.php:556
2859
+ #: ../../admin/view/wp-slimstat-reports.php:724
2860
+ #: ../../admin/view/wp-slimstat-reports.php:762
2861
  msgid "Open this URL in a new window"
2862
  msgstr "Diese URL in einem neuen Fenster &ouml;ffnen"
2863
 
2865
  msgid "Local search results page"
2866
  msgstr "lokale Suchergebnisse"
2867
 
2868
+ #: ../../admin/view/right-now.php:148 ../../admin/view/wp-slimstat-db.php:40
2869
+ #: ../../admin/wp-slimstat-admin.php:797 ../../admin/wp-slimstat-admin.php:813
2870
+ msgid "Search Terms"
2871
+ msgstr "Suchbegriffe"
2872
+
2873
  #: ../../admin/view/right-now.php:150
2874
  msgid "Open this referrer in a new window"
2875
  msgstr "Verweisende Seite in einem neuen Fenster &ouml;ffnen"
2878
  msgid "Open this outbound link in a new window"
2879
  msgstr "Wegführender Link in neuem Fenster &ouml;ffnen"
2880
 
2881
+ #: ../../admin/view/right-now.php:152
2882
+ msgid "Date and Time"
2883
+ msgstr "Datum und Uhrzeit"
2884
+
2885
  #: ../../admin/view/right-now.php:153
2886
  #, fuzzy
2887
  msgid "Content Type"
2888
  msgstr "Inhalt"
2889
 
2890
+ #: ../../admin/view/wp-slimstat-db.php:37
2891
+ #: ../../admin/wp-slimstat-admin.php:810
2892
+ msgid "Browser"
2893
+ msgstr "Browser"
2894
+
2895
+ #: ../../admin/view/wp-slimstat-db.php:38
2896
+ #: ../../admin/view/wp-slimstat-reports.php:492
2897
+ #: ../../admin/wp-slimstat-admin.php:811
2898
+ msgid "Country Code"
2899
+ msgstr "L&auml;nder-Code"
2900
+
2901
+ #: ../../admin/view/wp-slimstat-db.php:39
2902
  msgid "IP Address"
2903
  msgstr "IP-Adresse"
2904
 
2905
+ #: ../../admin/view/wp-slimstat-db.php:41
2906
+ #: ../../admin/view/wp-slimstat-reports.php:504
2907
+ #: ../../admin/wp-slimstat-admin.php:814
2908
+ msgid "Language Code"
2909
+ msgstr "Sprach-Kodierung"
2910
+
2911
+ #: ../../admin/view/wp-slimstat-db.php:42
2912
+ #: ../../admin/wp-slimstat-admin.php:815
2913
+ msgid "Operating System"
2914
+ msgstr "Betriebssystem"
2915
+
2916
+ #: ../../admin/view/wp-slimstat-db.php:43
2917
+ #: ../../admin/wp-slimstat-admin.php:816
2918
+ msgid "Permalink"
2919
+ msgstr "Permalink"
2920
+
2921
+ #: ../../admin/view/wp-slimstat-db.php:44
2922
  msgid "Domain"
2923
  msgstr "Dom&auml;ne"
2924
 
2925
+ #: ../../admin/view/wp-slimstat-db.php:45
2926
+ #: ../../admin/wp-slimstat-admin.php:817
2927
+ msgid "Referer"
2928
+ msgstr "Herkunft"
2929
+
2930
+ #: ../../admin/view/wp-slimstat-db.php:46
2931
+ #: ../../admin/wp-slimstat-admin.php:818
2932
+ msgid "Visitor's Name"
2933
+ msgstr "Besuchername"
2934
+
2935
+ #: ../../admin/view/wp-slimstat-db.php:47
2936
  msgid "Page Speed"
2937
  msgstr ""
2938
 
2939
+ #: ../../admin/view/wp-slimstat-db.php:49
2940
  msgid "-- Advanced filters --"
2941
  msgstr "-- Erweiterte Filter --"
2942
 
2943
+ #: ../../admin/view/wp-slimstat-db.php:50
2944
  #: ../../admin/view/wp-slimstat-reports.php:64
2945
  msgid "Browser Capabilities"
2946
  msgstr "Browser-F&auml;higkeiten"
2947
 
2948
+ #: ../../admin/view/wp-slimstat-db.php:51
2949
+ #: ../../admin/wp-slimstat-admin.php:829
2950
+ msgid "Browser Version"
2951
+ msgstr "Browser-Version"
2952
+
2953
+ #: ../../admin/view/wp-slimstat-db.php:52
2954
+ #: ../../admin/wp-slimstat-admin.php:830
2955
+ msgid "Browser Type"
2956
+ msgstr "Browser-Typ"
2957
+
2958
+ #: ../../admin/view/wp-slimstat-db.php:53
2959
+ #: ../../admin/wp-slimstat-admin.php:799
2960
+ msgid "User Agent"
2961
+ msgstr "User Agent"
2962
+
2963
+ #: ../../admin/view/wp-slimstat-db.php:54
2964
+ #: ../../admin/wp-slimstat-admin.php:831
2965
+ msgid "Color Depth"
2966
+ msgstr "Farbtiefe"
2967
+
2968
+ #: ../../admin/view/wp-slimstat-db.php:55
2969
+ #: ../../admin/wp-slimstat-admin.php:832
2970
+ msgid "CSS Version"
2971
+ msgstr "CSS Version"
2972
+
2973
+ #: ../../admin/view/wp-slimstat-db.php:56
2974
+ #: ../../admin/wp-slimstat-admin.php:833
2975
+ msgid "Pageview Attributes"
2976
+ msgstr "Eigenschaften Seitenaufrufe"
2977
+
2978
+ #: ../../admin/view/wp-slimstat-db.php:57
2979
  #, fuzzy
2980
  msgid "Server Latency"
2981
  msgstr "Latenz"
2982
 
2983
+ #: ../../admin/view/wp-slimstat-db.php:58
2984
+ #: ../../admin/wp-slimstat-admin.php:800
2985
+ msgid "Outbound Link"
2986
+ msgstr "Ausgehender Link"
2987
+
2988
+ #: ../../admin/view/wp-slimstat-db.php:59
2989
+ #: ../../admin/wp-slimstat-admin.php:834
2990
+ msgid "Post Author"
2991
+ msgstr "Autor der Seiten"
2992
+
2993
+ #: ../../admin/view/wp-slimstat-db.php:60
2994
+ #: ../../admin/wp-slimstat-admin.php:835
2995
+ msgid "Post Category ID"
2996
+ msgstr "Kategorie-ID der Seite"
2997
+
2998
+ #: ../../admin/view/wp-slimstat-db.php:62
2999
+ #: ../../admin/wp-slimstat-admin.php:837
3000
+ msgid "Resource Content Type"
3001
+ msgstr "Inhalt der Ressource"
3002
+
3003
+ #: ../../admin/view/wp-slimstat-db.php:63
3004
  msgid "Resource ID"
3005
  msgstr "Ressourcen-ID"
3006
 
3007
+ #: ../../admin/view/wp-slimstat-db.php:64
3008
+ #: ../../admin/wp-slimstat-admin.php:838
3009
+ msgid "Screen Resolution"
3010
+ msgstr "Bildschirm-Aufl&ouml;sung"
3011
+
3012
+ #: ../../admin/view/wp-slimstat-db.php:65
3013
+ #: ../../admin/wp-slimstat-admin.php:839
3014
+ msgid "Visit ID"
3015
+ msgstr "Besuchs-ID"
3016
+
3017
+ #: ../../admin/view/wp-slimstat-db.php:68
3018
+ msgid "Minute"
3019
+ msgstr ""
3020
+
3021
+ #: ../../admin/view/wp-slimstat-db.php:73
3022
+ msgid "+/-"
3023
+ msgstr ""
3024
+
3025
+ #: ../../admin/view/wp-slimstat-db.php:76
3026
+ #, fuzzy
3027
+ msgid "minutes"
3028
+ msgstr "1-3 Minuten"
3029
 
3030
  #: ../../admin/view/wp-slimstat-db.php:78
3031
  #, fuzzy
3041
  msgid "Start From"
3042
  msgstr ""
3043
 
3044
+ #: ../../admin/view/wp-slimstat-reports.php:34
3045
+ #: ../../admin/wp-slimstat-admin.php:494 ../../wp-slimstat.php:1311
3046
+ msgid "Real-Time Log"
3047
+ msgstr ""
3048
+
3049
+ #: ../../admin/view/wp-slimstat-reports.php:35
3050
+ #: ../../admin/wp-slimstat-admin.php:495 ../../admin/wp-slimstat-admin.php:512
3051
+ #: ../../wp-slimstat.php:1312
3052
+ msgid "Overview"
3053
+ msgstr "&Uuml;bersicht"
3054
+
3055
+ #: ../../admin/view/wp-slimstat-reports.php:36
3056
+ #: ../../admin/wp-slimstat-admin.php:496 ../../admin/wp-slimstat-admin.php:513
3057
+ #: ../../wp-slimstat.php:1313
3058
+ msgid "Audience"
3059
+ msgstr ""
3060
+
3061
+ #: ../../admin/view/wp-slimstat-reports.php:37
3062
+ #: ../../admin/wp-slimstat-admin.php:497 ../../admin/wp-slimstat-admin.php:514
3063
+ #: ../../wp-slimstat.php:1314
3064
+ msgid "Site Analysis"
3065
+ msgstr ""
3066
+
3067
+ #: ../../admin/view/wp-slimstat-reports.php:39
3068
+ #: ../../admin/wp-slimstat-admin.php:499 ../../admin/wp-slimstat-admin.php:516
3069
+ #: ../../wp-slimstat.php:1316
3070
+ msgid "Map Overlay"
3071
+ msgstr ""
3072
+
3073
+ #: ../../admin/view/wp-slimstat-reports.php:40
3074
+ #: ../../admin/wp-slimstat-admin.php:500 ../../admin/wp-slimstat-admin.php:517
3075
+ #: ../../wp-slimstat.php:1317
3076
+ msgid "Custom Reports"
3077
+ msgstr "individuelle Auswertungen"
3078
+
3079
  #: ../../admin/view/wp-slimstat-reports.php:44
3080
  msgid "Pageviews (chart)"
3081
  msgstr "Seitenaufrufe (Diagramm)"
3312
  msgid "Activity"
3313
  msgstr ""
3314
 
3315
+ #: ../../admin/view/wp-slimstat-reports.php:215
3316
  msgid "Chart controls"
3317
  msgstr "Diagramm-Einstellungen"
3318
 
3319
+ #: ../../admin/view/wp-slimstat-reports.php:215
3320
  msgid "Use your mouse wheel to zoom in and out"
3321
  msgstr "Verwende das Mausrad zum Zoomen"
3322
 
3323
+ #: ../../admin/view/wp-slimstat-reports.php:215
3324
  msgid "While zooming in, drag the chart to move to a different area"
3325
  msgstr ""
3326
  "W&auml;hrend des Zooms das Diagramm zu einer anderen Position verschieben."
3327
 
3328
+ #: ../../admin/view/wp-slimstat-reports.php:215
3329
  msgid "Double click on an empty region to reset the zoom level"
3330
  msgstr ""
3331
  "Doppelklick auf einen freien Bereich, um den Zoomlevel zur&uuml;ckzusetzen"
3332
 
3333
+ #: ../../admin/view/wp-slimstat-reports.php:228
3334
  msgid "src"
3335
  msgstr "src"
3336
 
3337
+ #: ../../admin/view/wp-slimstat-reports.php:229
3338
  msgid "serp"
3339
  msgstr "serp"
3340
 
3341
+ #: ../../admin/view/wp-slimstat-reports.php:234
3342
  msgid "Go to the corresponding search engine result page"
3343
  msgstr "Zugeh&ouml;rige Ergbnisseite der Suchmaschine &ouml;ffnen"
3344
 
3345
+ #: ../../admin/view/wp-slimstat-reports.php:237
3346
  msgid "Go to the referring page"
3347
  msgstr "Verweisende Seite &ouml;ffnen"
3348
 
3349
+ #: ../../admin/view/wp-slimstat-reports.php:260
3350
  msgid "Remove filter for"
3351
  msgstr "Entferne Filter f&uuml;r"
3352
 
3353
+ #: ../../admin/view/wp-slimstat-reports.php:264
3354
+ msgid "Save"
3355
+ msgstr ""
3356
+
3357
+ #: ../../admin/view/wp-slimstat-reports.php:267
3358
  #, fuzzy
3359
  msgid "Reset All"
3360
  msgstr "Datenbanktabellen zurücksetzen"
3361
 
3362
+ #: ../../admin/view/wp-slimstat-reports.php:271
3363
  msgid "Current filters:"
3364
  msgstr "Aktuelle Filter:"
3365
 
3366
+ #: ../../admin/view/wp-slimstat-reports.php:275
3367
  msgid "Refresh"
3368
  msgstr "Anzeige aktualisieren"
3369
 
3370
+ #: ../../admin/view/wp-slimstat-reports.php:354
3371
  #, fuzzy, php-format
3372
  msgid "Results %s - %s of %s"
3373
  msgstr "Ergbnisse filtern wo %s ist gleich %s"
3374
 
3375
+ #: ../../admin/view/wp-slimstat-reports.php:356
3376
  msgid "Refresh in"
3377
  msgstr "Anzeige aktualisieren in"
3378
 
3379
+ #: ../../admin/view/wp-slimstat-reports.php:378
3380
+ #: ../../admin/view/wp-slimstat-reports.php:390
3381
  #, php-format
3382
  msgid "Daily %s"
3383
  msgstr "Täglich %s"
3384
 
3385
+ #: ../../admin/view/wp-slimstat-reports.php:381
3386
  #, php-format
3387
  msgid "%s Minute by Minute"
3388
  msgstr "%s Minute zu Minute"
3389
 
3390
+ #: ../../admin/view/wp-slimstat-reports.php:384
3391
  #, php-format
3392
  msgid "Hourly %s"
3393
  msgstr "Stündlich %s"
3394
 
3395
+ #: ../../admin/view/wp-slimstat-reports.php:387
3396
  #, php-format
3397
  msgid "Monthly %s"
3398
  msgstr "Monatlich %s"
3399
 
3400
+ #: ../../admin/view/wp-slimstat-reports.php:475
3401
  msgid "Category ID"
3402
  msgstr "Kategorie-ID"
3403
 
3404
+ #: ../../admin/view/wp-slimstat-reports.php:508
3405
  msgid "OS Code"
3406
  msgstr "OS-Code"
3407
 
3408
+ #: ../../admin/view/wp-slimstat-reports.php:518
3409
  msgid "Referrer"
3410
  msgstr "Verweis"
3411
 
3412
+ #: ../../admin/view/wp-slimstat-reports.php:542
3413
+ #: ../../admin/view/wp-slimstat-reports.php:830
3414
+ #: ../../admin/view/wp-slimstat-reports.php:839
3415
+ #: ../../admin/view/wp-slimstat-reports.php:845
3416
+ #: ../../admin/view/wp-slimstat-reports.php:851
3417
+ #: ../../admin/view/wp-slimstat-reports.php:857
3418
+ #: ../../admin/view/wp-slimstat-reports.php:863
3419
+ #: ../../admin/view/wp-slimstat-reports.php:869
3420
+ #: ../../admin/view/wp-slimstat-reports.php:875
3421
  msgid "Hits"
3422
  msgstr "Zugriffe"
3423
 
3424
+ #: ../../admin/view/wp-slimstat-reports.php:716
3425
  msgid "Search for"
3426
  msgstr "Suche nach"
3427
 
3428
+ #: ../../admin/view/wp-slimstat-reports.php:752
3429
+ #: ../../admin/view/wp-slimstat-reports.php:762
3430
  msgid "Source"
3431
  msgstr "Ursprung"
3432
 
3433
+ #: ../../admin/view/wp-slimstat-reports.php:754
3434
  msgid "Keywords"
3435
  msgstr "Suchbegriffe"
3436
 
3437
+ #: ../../admin/view/wp-slimstat-reports.php:762
3438
  #, fuzzy, php-format
3439
  msgid "Filter results where resource equals %s"
3440
  msgstr "Ergebnisse filtern, wo die Ressource %s ist"
3441
 
3442
+ #: ../../admin/view/wp-slimstat-reports.php:763
3443
  #, fuzzy
3444
  msgid "Link Details"
3445
  msgstr "Details"
3446
 
3447
+ #: ../../admin/view/wp-slimstat-reports.php:776
3448
  msgid "Total Pageviews"
3449
  msgstr "Gesamte Seitenaufrufe"
3450
 
3451
+ #: ../../admin/view/wp-slimstat-reports.php:777
3452
  msgid "DB Size"
3453
  msgstr "Datenbankgr&ouml;&szlig;e"
3454
 
3455
+ #: ../../admin/view/wp-slimstat-reports.php:778
3456
  msgid "Tracking Active"
3457
  msgstr "Tracking aktiv"
3458
 
3459
+ #: ../../admin/view/wp-slimstat-reports.php:779
3460
  msgid "Javascript Mode"
3461
  msgstr "Tracking per JavaScript"
3462
 
3463
+ #: ../../admin/view/wp-slimstat-reports.php:780
3464
  msgid "Tracking Browser Caps"
3465
  msgstr ""
3466
 
3467
+ #: ../../admin/view/wp-slimstat-reports.php:781
3468
  msgid "Auto purge"
3469
  msgstr "autom. Datenbank-Reorg."
3470
 
3471
+ #: ../../admin/view/wp-slimstat-reports.php:781
3472
+ #: ../../admin/wp-slimstat-admin.php:869
3473
+ msgid "No"
3474
+ msgstr "Nein"
3475
+
3476
+ #: ../../admin/view/wp-slimstat-reports.php:782
3477
  msgid "Oldest pageview"
3478
  msgstr "&Auml;ltester Seitenaufruf"
3479
 
3480
+ #: ../../admin/view/wp-slimstat-reports.php:782
3481
  msgid "No visits"
3482
  msgstr "Keine Besuche"
3483
 
3484
+ #: ../../admin/view/wp-slimstat-reports.php:792
3485
+ #: ../../admin/view/wp-slimstat-reports.php:894
3486
  #, fuzzy
3487
  msgid ""
3488
  "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
3492
  "jedesmal einen 'Seitenaufruf' auf, wenn der Tracking-Code ausgef&uuml;hrt "
3493
  "wird."
3494
 
3495
+ #: ../../admin/view/wp-slimstat-reports.php:794
3496
  msgid "How many pages have been visited on average during the current period."
3497
  msgstr ""
3498
  "Wieviele Seiten wurden w&auml;hrend der aktuellen Periode durchschnittlich "
3499
  "besucht?"
3500
 
3501
+ #: ../../admin/view/wp-slimstat-reports.php:795
3502
  #, fuzzy
3503
  msgid "Average Pageviews"
3504
  msgstr "Durchschnittl. Seitenaufrufe"
3505
 
3506
+ #: ../../admin/view/wp-slimstat-reports.php:796
3507
  msgid ""
3508
  "Visitors who landed on your site after searching for a keyword on Google, "
3509
  "Yahoo, etc."
3511
  "Besucher, welche nach einer Suche nach einem Suchbegriff auf einer "
3512
  "Suchmaschine auf die Website kamen."
3513
 
3514
+ #: ../../admin/view/wp-slimstat-reports.php:797
3515
  msgid "From Search Results"
3516
  msgstr "Von Suchergebnissen"
3517
 
3518
+ #: ../../admin/view/wp-slimstat-reports.php:798
3519
  msgid ""
3520
  "Used to differentiate between multiple requests to download a file from one "
3521
  "internet address (IP) and requests originating from many distinct addresses"
3523
  "Benutzt um bei mehreren Downloadanfragen zu unterscheiden, ob sie von einer "
3524
  "oder mehreren verschiedenen Internet-Adressen (IP) stammen"
3525
 
3526
+ #: ../../admin/view/wp-slimstat-reports.php:799
3527
+ #: ../../admin/view/wp-slimstat-reports.php:814
3528
+ #: ../../admin/view/wp-slimstat-reports.php:1118
3529
+ #: ../../admin/view/wp-slimstat-reports.php:1122
3530
+ #: ../../admin/view/wp-slimstat-reports.php:1126
3531
  msgid "Unique IPs"
3532
  msgstr "Eindeutige IPs"
3533
 
3534
+ #: ../../admin/view/wp-slimstat-reports.php:800
3535
  msgid "Last 5 minutes"
3536
  msgstr "Letzte 5 Minuten"
3537
 
3538
+ #: ../../admin/view/wp-slimstat-reports.php:801
3539
  msgid "Last 30 minutes"
3540
  msgstr "Letzte 30 Minuten"
3541
 
3542
+ #: ../../admin/view/wp-slimstat-reports.php:811
3543
  msgid ""
3544
  "A visit is a session of at most 30 minutes. Returning visitors are counted "
3545
  "multiple times if they perform multiple visits."
3547
  "Ein Besuch ist eine Session von max. 30 Minuten. Zur&;kkehrende Besucher "
3548
  "werden bei mehrfachen Besuchen auch mehrfach gez&auml;hlt."
3549
 
3550
+ #: ../../admin/view/wp-slimstat-reports.php:812
3551
  msgid "Human visits"
3552
  msgstr "Echte Besuche"
3553
 
3554
+ #: ../../admin/view/wp-slimstat-reports.php:813
3555
  msgid "It includes only traffic generated by human visitors."
3556
  msgstr ""
3557
 
3558
+ #: ../../admin/view/wp-slimstat-reports.php:815
3559
+ #: ../../admin/view/wp-slimstat-reports.php:906
3560
  msgid ""
3561
  "Percentage of single-page visits, i.e. visits in which the person left your "
3562
  "site from the entrance page."
3564
  "Prozentsatz von Besuchen einzelner Seiten, d.h. Besuche bei welchen der "
3565
  "Besucher die Website auf der aufgerufenen Seite wieder verlassen hat."
3566
 
3567
+ #: ../../admin/view/wp-slimstat-reports.php:816
3568
  msgid "Bounce rate"
3569
  msgstr "Absprungrate"
3570
 
3571
+ #: ../../admin/view/wp-slimstat-reports.php:817
3572
  msgid "Visitors who had previously left a comment on your blog."
3573
  msgstr ""
3574
  "Besucher, welche fr&uuml;her bereits einen Kommentar hinterlassen haben."
3575
 
3576
+ #: ../../admin/view/wp-slimstat-reports.php:818
3577
  msgid "Known visitors"
3578
  msgstr "Bekannte Besucher"
3579
 
3580
+ #: ../../admin/view/wp-slimstat-reports.php:819
3581
  msgid "Human users who visited your site only once."
3582
  msgstr "Echte Besucher, welche die Wesite nur einmal besucht haben."
3583
 
3584
+ #: ../../admin/view/wp-slimstat-reports.php:820
3585
  msgid "New visitors"
3586
  msgstr "Neue Besucher"
3587
 
3588
+ #: ../../admin/view/wp-slimstat-reports.php:821
3589
  msgid "Bots"
3590
  msgstr "Bots"
3591
 
3592
+ #: ../../admin/view/wp-slimstat-reports.php:822
3593
  msgid "Pages per visit"
3594
  msgstr "Seiten pro Besuch"
3595
 
3596
+ #: ../../admin/view/wp-slimstat-reports.php:823
3597
+ #: ../../admin/view/wp-slimstat-reports.php:1131
3598
  msgid "Longest visit"
3599
  msgstr "L&auml;ngster Besuch"
3600
 
3601
+ #: ../../admin/view/wp-slimstat-reports.php:823
3602
  msgid "hits"
3603
  msgstr "Zugriff"
3604
 
3605
+ #: ../../admin/view/wp-slimstat-reports.php:841
3606
  msgid "0 - 30 seconds"
3607
  msgstr "0-30 Sekunden"
3608
 
3609
+ #: ../../admin/view/wp-slimstat-reports.php:847
3610
  msgid "31 - 60 seconds"
3611
  msgstr "31-60 Sekunden"
3612
 
3613
+ #: ../../admin/view/wp-slimstat-reports.php:853
3614
  msgid "1 - 3 minutes"
3615
  msgstr "1-3 Minuten"
3616
 
3617
+ #: ../../admin/view/wp-slimstat-reports.php:859
3618
  msgid "3 - 5 minutes"
3619
  msgstr "3-5 Minuten"
3620
 
3621
+ #: ../../admin/view/wp-slimstat-reports.php:865
3622
  msgid "5 - 7 minutes"
3623
  msgstr "5-7 Minuten"
3624
 
3625
+ #: ../../admin/view/wp-slimstat-reports.php:871
3626
  msgid "7 - 10 minutes"
3627
  msgstr "7-10 Minuten"
3628
 
3629
+ #: ../../admin/view/wp-slimstat-reports.php:877
3630
  msgid "More than 10 minutes"
3631
  msgstr "Mehr als 10 Minuten"
3632
 
3633
+ #: ../../admin/view/wp-slimstat-reports.php:886
3634
  #, fuzzy
3635
  msgid "Average time on site"
3636
  msgstr "Durchschnittl. Seitenaufrufe pro Besuch"
3637
 
3638
+ #: ../../admin/view/wp-slimstat-reports.php:896
3639
  msgid ""
3640
  "A referrer (or referring site) is the site that a visitor previously visited "
3641
  "before following a link to your site."
3643
  "Eine Herkunft (verweisende Seite) ist die Webseite welche ein Besucher vor "
3644
  "dem Besuch der eigenen Website besucht hat."
3645
 
3646
+ #: ../../admin/view/wp-slimstat-reports.php:897
3647
  msgid "Unique Referrers"
3648
  msgstr "Eindeutige Herkunft"
3649
 
3650
+ #: ../../admin/view/wp-slimstat-reports.php:898
3651
  msgid ""
3652
  "Visitors who visited the site by typing the URL directly into their browser. "
3653
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
3658
  "auch auf Besucher beziehen, welche Lesezeichen/Favoriten verwendet haben "
3659
  "oder Links in E-Mails bzw. Dokumenten gefolgt sind."
3660
 
3661
+ #: ../../admin/view/wp-slimstat-reports.php:899
3662
  msgid "Direct Pageviews"
3663
  msgstr "Direkte Seitenaufrufe"
3664
 
3665
+ #: ../../admin/view/wp-slimstat-reports.php:900
3666
  msgid ""
3667
  "Visitors who came to your site via searches on Google or some other search "
3668
  "engine."
3669
  msgstr ""
3670
  "Besucher welche über eine Suchmaschine auf die eigene Website gekommen sind."
3671
 
3672
+ #: ../../admin/view/wp-slimstat-reports.php:901
3673
  msgid "From a search result"
3674
  msgstr "Von einem Suchresultat"
3675
 
3676
+ #: ../../admin/view/wp-slimstat-reports.php:902
3677
  msgid ""
3678
  "The first page that a user views during a session. This is also known as the "
3679
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
3683
  "Die erste Seite welche ein Benutzer w&auml;hrend einer Sitzung besucht, die "
3684
  "s.g. Einstiegs- oder Landeseite."
3685
 
3686
+ #: ../../admin/view/wp-slimstat-reports.php:903
3687
  msgid "Unique Landing Pages"
3688
  msgstr "Eindeutige Einstiegsseiten"
3689
 
3690
+ #: ../../admin/view/wp-slimstat-reports.php:904
3691
  msgid "Number of single-page visits to your site over the selected period."
3692
  msgstr ""
3693
  "Anzahl der Besucher einer einzelnen Seite über die gew&auml;hlte Periode."
3694
 
3695
+ #: ../../admin/view/wp-slimstat-reports.php:905
3696
  msgid "Bounce Pages"
3697
  msgstr "Absprungrate"
3698
 
3699
+ #: ../../admin/view/wp-slimstat-reports.php:907
3700
  #, fuzzy
3701
  msgid "New Visitors Rate"
3702
  msgstr "Neue Besucher"
3703
 
3704
+ #: ../../admin/view/wp-slimstat-reports.php:908
3705
  msgid ""
3706
  "Visitors who visited the site in the last 5 minutes coming from a search "
3707
  "engine."
3709
  "Besucher welche innerhalb der letzten 5 Minuten von einer Suchmaschine "
3710
  "gekommen sind."
3711
 
3712
+ #: ../../admin/view/wp-slimstat-reports.php:909
3713
  msgid "Currently from search engines"
3714
  msgstr "Aktuell von Suchmaschinen"
3715
 
3716
+ #: ../../admin/view/wp-slimstat-reports.php:977
3717
  msgid "Number of pages in your site included in Google's index."
3718
  msgstr ""
3719
 
3720
+ #: ../../admin/view/wp-slimstat-reports.php:978
3721
  msgid "Google Index"
3722
  msgstr "Google-Index"
3723
 
3724
+ #: ../../admin/view/wp-slimstat-reports.php:979
3725
  msgid "Number of pages, according to Google, that link back to your site."
3726
  msgstr ""
3727
 
3728
+ #: ../../admin/view/wp-slimstat-reports.php:980
3729
  msgid "Google Backlinks"
3730
  msgstr ""
3731
 
3732
+ #: ../../admin/view/wp-slimstat-reports.php:981
3733
  msgid ""
3734
  "How many times the Facebook Like button has been approximately clicked on "
3735
  "your site."
3736
  msgstr ""
3737
 
3738
+ #: ../../admin/view/wp-slimstat-reports.php:982
3739
  msgid "Facebook Likes"
3740
  msgstr "Facebook Likes"
3741
 
3742
+ #: ../../admin/view/wp-slimstat-reports.php:983
3743
  msgid ""
3744
  "How many times your site has been shared by someone on the social network."
3745
  msgstr ""
3746
 
3747
+ #: ../../admin/view/wp-slimstat-reports.php:984
3748
  msgid "Facebook Shares"
3749
  msgstr ""
3750
 
3751
+ #: ../../admin/view/wp-slimstat-reports.php:985
3752
  msgid "How many times links to your website have been clicked on Facebook."
3753
  msgstr ""
3754
 
3755
+ #: ../../admin/view/wp-slimstat-reports.php:986
3756
  msgid "Facebook Clicks"
3757
  msgstr "Clicks bei Facebook"
3758
 
3759
+ #: ../../admin/view/wp-slimstat-reports.php:987
3760
  msgid ""
3761
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
3762
  "traffic data."
3763
  msgstr ""
3764
 
3765
+ #: ../../admin/view/wp-slimstat-reports.php:988
3766
  msgid "Alexa World Rank"
3767
  msgstr ""
3768
 
3769
+ #: ../../admin/view/wp-slimstat-reports.php:989
3770
  msgid "Alexa Country Rank"
3771
  msgstr ""
3772
 
3773
+ #: ../../admin/view/wp-slimstat-reports.php:990
3774
  msgid "Alexa Popularity"
3775
  msgstr ""
3776
 
3777
  # Unknown
3778
+ #: ../../admin/view/wp-slimstat-reports.php:997
3779
  msgid "c-xx"
3780
  msgstr "Unbekannt"
3781
 
3782
  # Afghanistan
3783
+ #: ../../admin/view/wp-slimstat-reports.php:997
3784
  msgid "c-af"
3785
  msgstr "Afghanistan"
3786
 
3787
  # Åland Islands
3788
+ #: ../../admin/view/wp-slimstat-reports.php:997
3789
  msgid "c-ax"
3790
  msgstr "&Aring;landinseln"
3791
 
3792
  # Albania
3793
+ #: ../../admin/view/wp-slimstat-reports.php:997
3794
  msgid "c-al"
3795
  msgstr "Albanien"
3796
 
3797
  # Algeria
3798
+ #: ../../admin/view/wp-slimstat-reports.php:997
3799
  msgid "c-dz"
3800
  msgstr "Algerien"
3801
 
3802
  # Andorra
3803
+ #: ../../admin/view/wp-slimstat-reports.php:997
3804
  msgid "c-ad"
3805
  msgstr "Andorra"
3806
 
3807
  # Angola
3808
+ #: ../../admin/view/wp-slimstat-reports.php:997
3809
  msgid "c-ao"
3810
  msgstr "Angola"
3811
 
3812
  # Anguilla
3813
+ #: ../../admin/view/wp-slimstat-reports.php:997
3814
  msgid "c-ai"
3815
  msgstr "Anguilla"
3816
 
3817
  # Antigua and Barbuda
3818
+ #: ../../admin/view/wp-slimstat-reports.php:997
3819
  msgid "c-ag"
3820
  msgstr "Antigua und Barbuda"
3821
 
3822
  # Argentina
3823
+ #: ../../admin/view/wp-slimstat-reports.php:997
3824
  msgid "c-ar"
3825
  msgstr "Argentinien"
3826
 
3827
  # Armenia
3828
+ #: ../../admin/view/wp-slimstat-reports.php:997
3829
  msgid "c-am"
3830
  msgstr "Armenien"
3831
 
3832
  # Aruba
3833
+ #: ../../admin/view/wp-slimstat-reports.php:997
3834
  msgid "c-aw"
3835
  msgstr "Aruba"
3836
 
3837
  # Australia
3838
+ #: ../../admin/view/wp-slimstat-reports.php:997
3839
  msgid "c-au"
3840
  msgstr "Australien"
3841
 
3842
  # Austria
3843
+ #: ../../admin/view/wp-slimstat-reports.php:997
3844
  msgid "c-at"
3845
  msgstr "&Ouml;sterreich"
3846
 
3847
  # Azerbaijan
3848
+ #: ../../admin/view/wp-slimstat-reports.php:997
3849
  msgid "c-az"
3850
  msgstr "Aserbaidschan"
3851
 
3852
  # Bahamas
3853
+ #: ../../admin/view/wp-slimstat-reports.php:997
3854
  msgid "c-bs"
3855
  msgstr "Bahamas"
3856
 
3857
  # Bahrain
3858
+ #: ../../admin/view/wp-slimstat-reports.php:997
3859
  msgid "c-bh"
3860
  msgstr "Bahrain"
3861
 
3862
  # Bangladesh
3863
+ #: ../../admin/view/wp-slimstat-reports.php:997
3864
  msgid "c-bd"
3865
  msgstr "Bangladesch"
3866
 
3867
  # Barbados
3868
+ #: ../../admin/view/wp-slimstat-reports.php:997
3869
  msgid "c-bb"
3870
  msgstr "Barbados"
3871
 
3872
  # Belarus
3873
+ #: ../../admin/view/wp-slimstat-reports.php:997
3874
  msgid "c-by"
3875
  msgstr "Wei&szlig;russland"
3876
 
3877
  # Belgium
3878
+ #: ../../admin/view/wp-slimstat-reports.php:997
3879
  msgid "c-be"
3880
  msgstr "Belgien"
3881
 
3882
  # Belize
3883
+ #: ../../admin/view/wp-slimstat-reports.php:997
3884
  msgid "c-bz"
3885
  msgstr "Belize"
3886
 
3887
  # Benin
3888
+ #: ../../admin/view/wp-slimstat-reports.php:997
3889
  msgid "c-bj"
3890
  msgstr "Benin"
3891
 
3892
  # Bermuda
3893
+ #: ../../admin/view/wp-slimstat-reports.php:997
3894
  msgid "c-bm"
3895
  msgstr "Bermuda"
3896
 
3897
  # Bhutan
3898
+ #: ../../admin/view/wp-slimstat-reports.php:997
3899
  msgid "c-bt"
3900
  msgstr "Bhutan"
3901
 
3902
  # Bolivia
3903
+ #: ../../admin/view/wp-slimstat-reports.php:997
3904
  msgid "c-bo"
3905
  msgstr "Bolivien"
3906
 
3907
  # Bosnia and Herzegovina
3908
+ #: ../../admin/view/wp-slimstat-reports.php:997
3909
  msgid "c-ba"
3910
  msgstr "Bosnien Herzegowina"
3911
 
3912
  # Botswana
3913
+ #: ../../admin/view/wp-slimstat-reports.php:997
3914
  msgid "c-bw"
3915
  msgstr "Botswana"
3916
 
3917
  # Brazil
3918
+ #: ../../admin/view/wp-slimstat-reports.php:997
3919
  msgid "c-br"
3920
  msgstr "Brasilien"
3921
 
3922
  # Brunei Darussalam
3923
+ #: ../../admin/view/wp-slimstat-reports.php:997
3924
  msgid "c-bn"
3925
  msgstr "Brunei Darussalam"
3926
 
3927
  # Bulgaria
3928
+ #: ../../admin/view/wp-slimstat-reports.php:997
3929
  msgid "c-bg"
3930
  msgstr "Bulgarien"
3931
 
3932
  # Burkina Faso
3933
+ #: ../../admin/view/wp-slimstat-reports.php:997
3934
  msgid "c-bf"
3935
  msgstr "Burkina Faso"
3936
 
3937
  # Burundi
3938
+ #: ../../admin/view/wp-slimstat-reports.php:997
3939
  msgid "c-bi"
3940
  msgstr "Burundi"
3941
 
3942
  # Cambodia
3943
+ #: ../../admin/view/wp-slimstat-reports.php:997
3944
  msgid "c-kh"
3945
  msgstr "Kambodscha"
3946
 
3947
  # Cameroon
3948
+ #: ../../admin/view/wp-slimstat-reports.php:997
3949
  msgid "c-cm"
3950
  msgstr "Kamerun"
3951
 
3952
  # Canada
3953
+ #: ../../admin/view/wp-slimstat-reports.php:997
3954
  msgid "c-ca"
3955
  msgstr "Kanada"
3956
 
3957
  # Cape Verde
3958
+ #: ../../admin/view/wp-slimstat-reports.php:997
3959
  msgid "c-cv"
3960
  msgstr "Kap Verde"
3961
 
3962
  # Cayman Islands
3963
+ #: ../../admin/view/wp-slimstat-reports.php:997
3964
  msgid "c-ky"
3965
  msgstr "Kaimaninseln"
3966
 
3967
  # Central African Republic
3968
+ #: ../../admin/view/wp-slimstat-reports.php:997
3969
  msgid "c-cf"
3970
  msgstr "Zentralafrika"
3971
 
3972
  # Chad
3973
+ #: ../../admin/view/wp-slimstat-reports.php:997
3974
  msgid "c-td"
3975
  msgstr "Tschad"
3976
 
3977
  # Chile
3978
+ #: ../../admin/view/wp-slimstat-reports.php:997
3979
  msgid "c-cl"
3980
  msgstr "Chile"
3981
 
3982
  # China
3983
+ #: ../../admin/view/wp-slimstat-reports.php:997
3984
  msgid "c-cn"
3985
  msgstr "China"
3986
 
3987
  # Colombia
3988
+ #: ../../admin/view/wp-slimstat-reports.php:997
3989
  msgid "c-co"
3990
  msgstr "Kolumbien"
3991
 
3992
  # Comoros
3993
+ #: ../../admin/view/wp-slimstat-reports.php:997
3994
  msgid "c-km"
3995
  msgstr "Komoren"
3996
 
3997
  # Congo
3998
+ #: ../../admin/view/wp-slimstat-reports.php:997
3999
  msgid "c-cg"
4000
  msgstr "Republik Kongo"
4001
 
4002
  # The Democratic Republic of the Congo
4003
+ #: ../../admin/view/wp-slimstat-reports.php:997
4004
  msgid "c-cd"
4005
  msgstr "Demokratische Republik Kongo"
4006
 
4007
  # Costa Rica
4008
+ #: ../../admin/view/wp-slimstat-reports.php:997
4009
  msgid "c-cr"
4010
  msgstr "Costa Rica"
4011
 
4012
  # Côte d'Ivoire
4013
+ #: ../../admin/view/wp-slimstat-reports.php:997
4014
  msgid "c-ci"
4015
  msgstr "Elfenbeink&uuml;ste"
4016
 
4017
  # Croatia
4018
+ #: ../../admin/view/wp-slimstat-reports.php:997
4019
  msgid "c-hr"
4020
  msgstr "Kroatien"
4021
 
4022
  # Cuba
4023
+ #: ../../admin/view/wp-slimstat-reports.php:997
4024
  msgid "c-cu"
4025
  msgstr "Kuba"
4026
 
4027
  # Cyprus
4028
+ #: ../../admin/view/wp-slimstat-reports.php:997
4029
  msgid "c-cy"
4030
  msgstr "Zypern"
4031
 
4032
  # Czech Republic
4033
+ #: ../../admin/view/wp-slimstat-reports.php:997
4034
  msgid "c-cz"
4035
  msgstr "Tschechische Republik"
4036
 
4037
  # Denmark
4038
+ #: ../../admin/view/wp-slimstat-reports.php:997
4039
  msgid "c-dk"
4040
  msgstr "D&auml;nemark"
4041
 
4042
  # Djibouti
4043
+ #: ../../admin/view/wp-slimstat-reports.php:997
4044
  msgid "c-dj"
4045
  msgstr "Dschibuti"
4046
 
4047
  # Dominica
4048
+ #: ../../admin/view/wp-slimstat-reports.php:997
4049
  msgid "c-dm"
4050
  msgstr "Dominica"
4051
 
4052
  # Dominican Republic
4053
+ #: ../../admin/view/wp-slimstat-reports.php:997
4054
  msgid "c-do"
4055
  msgstr "Dominikanische Republik"
4056
 
4057
  # Ecuador
4058
+ #: ../../admin/view/wp-slimstat-reports.php:997
4059
  msgid "c-ec"
4060
  msgstr "Ecuador"
4061
 
4062
  # Egypt
4063
+ #: ../../admin/view/wp-slimstat-reports.php:997
4064
  msgid "c-eg"
4065
  msgstr "&Auml;gypten"
4066
 
4067
  # El Salvador
4068
+ #: ../../admin/view/wp-slimstat-reports.php:997
4069
  msgid "c-sv"
4070
  msgstr "El Salvador"
4071
 
4072
  # Equatorial Guinea
4073
+ #: ../../admin/view/wp-slimstat-reports.php:997
4074
  msgid "c-gq"
4075
  msgstr "Äquatorialguinea"
4076
 
4077
  # Eritrea
4078
+ #: ../../admin/view/wp-slimstat-reports.php:997
4079
  msgid "c-er"
4080
  msgstr "Eritrea"
4081
 
4082
  # Estonia
4083
+ #: ../../admin/view/wp-slimstat-reports.php:997
4084
  msgid "c-ee"
4085
  msgstr "Estland"
4086
 
4087
  # Ethiopia
4088
+ #: ../../admin/view/wp-slimstat-reports.php:997
4089
  msgid "c-et"
4090
  msgstr "&Auml;thiopien"
4091
 
4092
  # Faroe Islands
4093
+ #: ../../admin/view/wp-slimstat-reports.php:997
4094
  msgid "c-fo"
4095
  msgstr "F&auml;r&ouml;er Inseln"
4096
 
4097
  # Falkland Islands (Malvinas)
4098
+ #: ../../admin/view/wp-slimstat-reports.php:997
4099
  msgid "c-fk"
4100
  msgstr "Falklandinseln (Malwinen)"
4101
 
4102
  # Fiji
4103
+ #: ../../admin/view/wp-slimstat-reports.php:997
4104
  msgid "c-fj"
4105
  msgstr "Republik Fidschi"
4106
 
4107
  # Finland
4108
+ #: ../../admin/view/wp-slimstat-reports.php:997
4109
  msgid "c-fi"
4110
  msgstr "Finnland"
4111
 
4112
  # France
4113
+ #: ../../admin/view/wp-slimstat-reports.php:997
4114
  msgid "c-fr"
4115
  msgstr "Franz&ouml;sische Republik"
4116
 
4117
  # French Guiana
4118
+ #: ../../admin/view/wp-slimstat-reports.php:997
4119
  msgid "c-gf"
4120
  msgstr "Franz&ouml;sisch-Guayana"
4121
 
4122
  # Gabon
4123
+ #: ../../admin/view/wp-slimstat-reports.php:997
4124
  msgid "c-ga"
4125
  msgstr "Gabun"
4126
 
4127
  # Gambia
4128
+ #: ../../admin/view/wp-slimstat-reports.php:997
4129
  msgid "c-gm"
4130
  msgstr "Gambia"
4131
 
4132
  # Georgia
4133
+ #: ../../admin/view/wp-slimstat-reports.php:997
4134
  msgid "c-ge"
4135
  msgstr "Georgien"
4136
 
4137
  # Germany
4138
+ #: ../../admin/view/wp-slimstat-reports.php:997
4139
  msgid "c-de"
4140
  msgstr "Bundesrepublik Deutschland"
4141
 
4142
  # Ghana
4143
+ #: ../../admin/view/wp-slimstat-reports.php:997
4144
  msgid "c-gh"
4145
  msgstr "Ghana"
4146
 
4147
  # Greece
4148
+ #: ../../admin/view/wp-slimstat-reports.php:997
4149
  msgid "c-gr"
4150
  msgstr "Griechenland"
4151
 
4152
  # Greenland
4153
+ #: ../../admin/view/wp-slimstat-reports.php:997
4154
  msgid "c-gl"
4155
  msgstr "Gr&ouml;nland"
4156
 
4157
  # Grenada
4158
+ #: ../../admin/view/wp-slimstat-reports.php:997
4159
  msgid "c-gd"
4160
  msgstr "Grenada"
4161
 
4162
  # Guadeloupe
4163
+ #: ../../admin/view/wp-slimstat-reports.php:997
4164
  msgid "c-gp"
4165
  msgstr "Guadeloupe"
4166
 
4167
  # Guatemala
4168
+ #: ../../admin/view/wp-slimstat-reports.php:997
4169
  msgid "c-gt"
4170
  msgstr "Guatemala"
4171
 
4172
  # Guinea
4173
+ #: ../../admin/view/wp-slimstat-reports.php:997
4174
  msgid "c-gn"
4175
  msgstr "Guinea"
4176
 
4177
  # Guinea-Bissau
4178
+ #: ../../admin/view/wp-slimstat-reports.php:997
4179
  msgid "c-gw"
4180
  msgstr "Guinea-Bissau"
4181
 
4182
  # Guyana
4183
+ #: ../../admin/view/wp-slimstat-reports.php:997
4184
  msgid "c-gy"
4185
  msgstr "Guyana"
4186
 
4187
  # Haiti
4188
+ #: ../../admin/view/wp-slimstat-reports.php:997
4189
  msgid "c-ht"
4190
  msgstr "Haiti"
4191
 
4192
  # Honduras
4193
+ #: ../../admin/view/wp-slimstat-reports.php:997
4194
  msgid "c-hn"
4195
  msgstr "Honduras"
4196
 
4197
  # Hong Kong
4198
+ #: ../../admin/view/wp-slimstat-reports.php:997
4199
  msgid "c-hk"
4200
  msgstr "Hong Kong"
4201
 
4202
  # Hungary
4203
+ #: ../../admin/view/wp-slimstat-reports.php:997
4204
  msgid "c-hu"
4205
  msgstr "Ungarn"
4206
 
4207
  # Iceland
4208
+ #: ../../admin/view/wp-slimstat-reports.php:997
4209
  msgid "c-is"
4210
  msgstr "Island"
4211
 
4212
  # India
4213
+ #: ../../admin/view/wp-slimstat-reports.php:997
4214
  msgid "c-in"
4215
  msgstr "Indien"
4216
 
4217
  # Indonesia
4218
+ #: ../../admin/view/wp-slimstat-reports.php:997
4219
  msgid "c-id"
4220
  msgstr "Indonesien"
4221
 
4222
  # Islamic Republic of Iran
4223
+ #: ../../admin/view/wp-slimstat-reports.php:997
4224
  msgid "c-ir"
4225
  msgstr "Islamische Republik Iran"
4226
 
4227
  # Iraq
4228
+ #: ../../admin/view/wp-slimstat-reports.php:997
4229
  msgid "c-iq"
4230
  msgstr "Irak"
4231
 
4232
  # Ireland
4233
+ #: ../../admin/view/wp-slimstat-reports.php:997
4234
  msgid "c-ie"
4235
  msgstr "Irland"
4236
 
4237
  # Israel
4238
+ #: ../../admin/view/wp-slimstat-reports.php:997
4239
  msgid "c-il"
4240
  msgstr "Israel"
4241
 
4242
  # Italy
4243
+ #: ../../admin/view/wp-slimstat-reports.php:997
4244
  msgid "c-it"
4245
  msgstr "Italien"
4246
 
4247
  # Jamaica
4248
+ #: ../../admin/view/wp-slimstat-reports.php:997
4249
  msgid "c-jm"
4250
  msgstr "Jamaika"
4251
 
4252
  # Japan
4253
+ #: ../../admin/view/wp-slimstat-reports.php:997
4254
  msgid "c-jp"
4255
  msgstr "Japan"
4256
 
4257
  # Jordan
4258
+ #: ../../admin/view/wp-slimstat-reports.php:997
4259
  msgid "c-jo"
4260
  msgstr "Jordan"
4261
 
4262
  # Kazakhstan
4263
+ #: ../../admin/view/wp-slimstat-reports.php:997
4264
  msgid "c-kz"
4265
  msgstr "Kasachstan"
4266
 
4267
  # Kenya
4268
+ #: ../../admin/view/wp-slimstat-reports.php:997
4269
  msgid "c-ke"
4270
  msgstr "Kenia"
4271
 
4272
  # Nauru
4273
+ #: ../../admin/view/wp-slimstat-reports.php:997
4274
  msgid "c-nr"
4275
  msgstr "Nauru"
4276
 
4277
  # Democratic People's Republic of Korea
4278
+ #: ../../admin/view/wp-slimstat-reports.php:997
4279
  msgid "c-kp"
4280
  msgstr "Demokratische Volksrepublik Korea"
4281
 
4282
  # Republic of Korea
4283
+ #: ../../admin/view/wp-slimstat-reports.php:997
4284
  msgid "c-kr"
4285
  msgstr "Republik Korea"
4286
 
4287
+ #: ../../admin/view/wp-slimstat-reports.php:997
4288
  msgid "c-kv"
4289
  msgstr "Komi"
4290
 
4291
  # Kuwait
4292
+ #: ../../admin/view/wp-slimstat-reports.php:997
4293
  msgid "c-kw"
4294
  msgstr "Kuwait"
4295
 
4296
  # Kyrgyzstan
4297
+ #: ../../admin/view/wp-slimstat-reports.php:997
4298
  msgid "c-kg"
4299
  msgstr "Kirgistan"
4300
 
4301
  # Lao People's Democratic Republic
4302
+ #: ../../admin/view/wp-slimstat-reports.php:997
4303
  msgid "c-la"
4304
  msgstr "Demokratische Volksrepublik Laos"
4305
 
4306
  # Latvia
4307
+ #: ../../admin/view/wp-slimstat-reports.php:997
4308
  msgid "c-lv"
4309
  msgstr "Lettland"
4310
 
4311
  # Lebanon
4312
+ #: ../../admin/view/wp-slimstat-reports.php:997
4313
  msgid "c-lb"
4314
  msgstr "Libanon"
4315
 
4316
  # Lesotho
4317
+ #: ../../admin/view/wp-slimstat-reports.php:997
4318
  msgid "c-ls"
4319
  msgstr "Lesotho"
4320
 
4321
  # Liberia
4322
+ #: ../../admin/view/wp-slimstat-reports.php:997
4323
  msgid "c-lr"
4324
  msgstr "Liberia"
4325
 
4326
  # Libyan Arab Jamahiriya
4327
+ #: ../../admin/view/wp-slimstat-reports.php:997
4328
  msgid "c-ly"
4329
  msgstr "Libyen"
4330
 
4331
  # Liechtenstein
4332
+ #: ../../admin/view/wp-slimstat-reports.php:997
4333
  msgid "c-li"
4334
  msgstr "Liechtenstein"
4335
 
4336
  # Lithuania
4337
+ #: ../../admin/view/wp-slimstat-reports.php:997
4338
  msgid "c-lt"
4339
  msgstr "Litauen"
4340
 
4341
  # Luxembourg
4342
+ #: ../../admin/view/wp-slimstat-reports.php:997
4343
  msgid "c-lu"
4344
  msgstr "Luxemburg"
4345
 
4346
  # The Former Yugoslav Republic of Macedonia
4347
+ #: ../../admin/view/wp-slimstat-reports.php:997
4348
  msgid "c-mk"
4349
  msgstr "Ehemalige Jugoslawische Republik Mazedonien"
4350
 
4351
  # Madagascar
4352
+ #: ../../admin/view/wp-slimstat-reports.php:997
4353
  msgid "c-mg"
4354
  msgstr "Madagaskar"
4355
 
4356
  # Malawi
4357
+ #: ../../admin/view/wp-slimstat-reports.php:997
4358
  msgid "c-mw"
4359
  msgstr "Malawi"
4360
 
4361
  # Malaysia
4362
+ #: ../../admin/view/wp-slimstat-reports.php:997
4363
  msgid "c-my"
4364
  msgstr "Malaysien"
4365
 
4366
  # Mali
4367
+ #: ../../admin/view/wp-slimstat-reports.php:997
4368
  msgid "c-ml"
4369
  msgstr "Mali"
4370
 
4371
  # Malta
4372
+ #: ../../admin/view/wp-slimstat-reports.php:997
4373
  msgid "c-mt"
4374
  msgstr "Malta"
4375
 
4376
  # Martinique
4377
+ #: ../../admin/view/wp-slimstat-reports.php:997
4378
  msgid "c-mq"
4379
  msgstr "Martinique"
4380
 
4381
  # Mauritania
4382
+ #: ../../admin/view/wp-slimstat-reports.php:997
4383
  msgid "c-mr"
4384
  msgstr "Mauritanien"
4385
 
4386
  # Mauritius
4387
+ #: ../../admin/view/wp-slimstat-reports.php:997
4388
  msgid "c-mu"
4389
  msgstr "Mauritius"
4390
 
4391
  # Mexico
4392
+ #: ../../admin/view/wp-slimstat-reports.php:997
4393
  msgid "c-mx"
4394
  msgstr "Mexiko"
4395
 
4396
  # Moldova
4397
+ #: ../../admin/view/wp-slimstat-reports.php:997
4398
  msgid "c-md"
4399
  msgstr "Moldawien"
4400
 
4401
  # Mongolia
4402
+ #: ../../admin/view/wp-slimstat-reports.php:997
4403
  msgid "c-mn"
4404
  msgstr "Mongolei"
4405
 
4406
  # Montenegro
4407
+ #: ../../admin/view/wp-slimstat-reports.php:997
4408
  msgid "c-me"
4409
  msgstr "Montenegro"
4410
 
4411
  # Montserrat
4412
+ #: ../../admin/view/wp-slimstat-reports.php:997
4413
  msgid "c-ms"
4414
  msgstr "Montserrat"
4415
 
4416
  # Morocco
4417
+ #: ../../admin/view/wp-slimstat-reports.php:997
4418
  msgid "c-ma"
4419
  msgstr "Marokko"
4420
 
4421
  # Mozambique
4422
+ #: ../../admin/view/wp-slimstat-reports.php:997
4423
  msgid "c-mz"
4424
  msgstr "Mosambik"
4425
 
4426
  # Myanmar
4427
+ #: ../../admin/view/wp-slimstat-reports.php:997
4428
  msgid "c-mm"
4429
  msgstr "Myanmar"
4430
 
4431
  # Namibia
4432
+ #: ../../admin/view/wp-slimstat-reports.php:997
4433
  msgid "c-na"
4434
  msgstr "Namibia"
4435
 
4436
  # Nepal
4437
+ #: ../../admin/view/wp-slimstat-reports.php:997
4438
  msgid "c-np"
4439
  msgstr "Nepal"
4440
 
4441
  # Netherlands
4442
+ #: ../../admin/view/wp-slimstat-reports.php:997
4443
  msgid "c-nl"
4444
  msgstr "Niederlande"
4445
 
4446
  # New Caledonia
4447
+ #: ../../admin/view/wp-slimstat-reports.php:997
4448
  msgid "c-nc"
4449
  msgstr "Neukaledonien"
4450
 
4451
  # New Zealand
4452
+ #: ../../admin/view/wp-slimstat-reports.php:997
4453
  msgid "c-nz"
4454
  msgstr "Neuseeland"
4455
 
4456
  # Nicaragua
4457
+ #: ../../admin/view/wp-slimstat-reports.php:997
4458
  msgid "c-ni"
4459
  msgstr "Nicaragua"
4460
 
4461
  # Niger
4462
+ #: ../../admin/view/wp-slimstat-reports.php:997
4463
  msgid "c-ne"
4464
  msgstr "Niger"
4465
 
4466
  # Nigeria
4467
+ #: ../../admin/view/wp-slimstat-reports.php:997
4468
  msgid "c-ng"
4469
  msgstr "Nigeria"
4470
 
4471
  # Norway
4472
+ #: ../../admin/view/wp-slimstat-reports.php:997
4473
  msgid "c-no"
4474
  msgstr "Norwegen"
4475
 
4476
  # Oman
4477
+ #: ../../admin/view/wp-slimstat-reports.php:997
4478
  msgid "c-om"
4479
  msgstr "Oman"
4480
 
4481
  # Pakistan
4482
+ #: ../../admin/view/wp-slimstat-reports.php:997
4483
  msgid "c-pk"
4484
  msgstr "Pakistan"
4485
 
4486
  # Palau
4487
+ #: ../../admin/view/wp-slimstat-reports.php:997
4488
  msgid "c-pw"
4489
  msgstr "Palau"
4490
 
4491
  # Occupied Palestinian Territory
4492
+ #: ../../admin/view/wp-slimstat-reports.php:997
4493
  msgid "c-ps"
4494
  msgstr "Palästinensische Autonomiegebiete"
4495
 
4496
  # Panama
4497
+ #: ../../admin/view/wp-slimstat-reports.php:997
4498
  msgid "c-pa"
4499
  msgstr "Panama"
4500
 
4501
  # Papua New Guinea
4502
+ #: ../../admin/view/wp-slimstat-reports.php:997
4503
  msgid "c-pg"
4504
  msgstr "Papua Neu Guinea"
4505
 
4506
  # Paraguay
4507
+ #: ../../admin/view/wp-slimstat-reports.php:997
4508
  msgid "c-py"
4509
  msgstr "Paraguay"
4510
 
4511
  # Peru
4512
+ #: ../../admin/view/wp-slimstat-reports.php:997
4513
  msgid "c-pe"
4514
  msgstr "Peru"
4515
 
4516
  # Philippines
4517
+ #: ../../admin/view/wp-slimstat-reports.php:997
4518
  msgid "c-ph"
4519
  msgstr "Philippinen"
4520
 
4521
  # Poland
4522
+ #: ../../admin/view/wp-slimstat-reports.php:997
4523
  msgid "c-pl"
4524
  msgstr "Polen"
4525
 
4526
  # Portugal
4527
+ #: ../../admin/view/wp-slimstat-reports.php:997
4528
  msgid "c-pt"
4529
  msgstr "Portugal"
4530
 
4531
  # Puerto Rico
4532
+ #: ../../admin/view/wp-slimstat-reports.php:997
4533
  msgid "c-pr"
4534
  msgstr "Puerto Rico"
4535
 
4536
  # Qatar
4537
+ #: ../../admin/view/wp-slimstat-reports.php:997
4538
  msgid "c-qa"
4539
  msgstr "Katar"
4540
 
4541
  # Réunion
4542
+ #: ../../admin/view/wp-slimstat-reports.php:997
4543
  msgid "c-re"
4544
  msgstr "Réunion"
4545
 
4546
  # Romania
4547
+ #: ../../admin/view/wp-slimstat-reports.php:997
4548
  msgid "c-ro"
4549
  msgstr "Rum&auml;nien"
4550
 
4551
  # Russian Federation
4552
+ #: ../../admin/view/wp-slimstat-reports.php:997
4553
  msgid "c-ru"
4554
  msgstr "Russische Föderation"
4555
 
4556
  # Rwanda
4557
+ #: ../../admin/view/wp-slimstat-reports.php:997
4558
  msgid "c-rw"
4559
  msgstr "Ruanda"
4560
 
4561
  # Saint Kitts and Nevis
4562
+ #: ../../admin/view/wp-slimstat-reports.php:997
4563
  msgid "c-kn"
4564
  msgstr "St. Kitts und Nevis"
4565
 
4566
  # Saint Lucia
4567
+ #: ../../admin/view/wp-slimstat-reports.php:997
4568
  msgid "c-lc"
4569
  msgstr "Saint Lucia"
4570
 
4571
  # Saint Martin
4572
+ #: ../../admin/view/wp-slimstat-reports.php:997
4573
  msgid "c-mf"
4574
  msgstr "Saint Martin"
4575
 
4576
  # Saint Vincent and the Grenadines
4577
+ #: ../../admin/view/wp-slimstat-reports.php:997
4578
  msgid "c-vc"
4579
  msgstr "St. Vincent und die Grenadinen"
4580
 
4581
  # Samoa
4582
+ #: ../../admin/view/wp-slimstat-reports.php:997
4583
  msgid "c-ws"
4584
  msgstr "Samoa"
4585
 
4586
  # Sao Tome and Principe
4587
+ #: ../../admin/view/wp-slimstat-reports.php:997
4588
  msgid "c-st"
4589
  msgstr "Sao Tomé und Príncipe"
4590
 
4591
  # Saudi Arabia
4592
+ #: ../../admin/view/wp-slimstat-reports.php:997
4593
  msgid "c-sa"
4594
  msgstr "Saudi Arabien"
4595
 
4596
  # Senegal
4597
+ #: ../../admin/view/wp-slimstat-reports.php:997
4598
  msgid "c-sn"
4599
  msgstr "Senegal"
4600
 
4601
  # Serbia
4602
+ #: ../../admin/view/wp-slimstat-reports.php:997
4603
  msgid "c-rs"
4604
  msgstr "Serbien"
4605
 
4606
  # Sierra Leone
4607
+ #: ../../admin/view/wp-slimstat-reports.php:997
4608
  msgid "c-sl"
4609
  msgstr "Sierra Leone"
4610
 
4611
  # Singapore
4612
+ #: ../../admin/view/wp-slimstat-reports.php:997
4613
  msgid "c-sg"
4614
  msgstr "Singapur"
4615
 
4616
  # Slovakia
4617
+ #: ../../admin/view/wp-slimstat-reports.php:997
4618
  msgid "c-sk"
4619
  msgstr "Slowakei"
4620
 
4621
  # Slovenia
4622
+ #: ../../admin/view/wp-slimstat-reports.php:997
4623
  msgid "c-si"
4624
  msgstr "Slowenien"
4625
 
4626
  # Solomon Islands
4627
+ #: ../../admin/view/wp-slimstat-reports.php:997
4628
  msgid "c-sb"
4629
  msgstr "Salomonen"
4630
 
4631
  # Somalia
4632
+ #: ../../admin/view/wp-slimstat-reports.php:997
4633
  msgid "c-so"
4634
  msgstr "Somalia"
4635
 
4636
  # South Africa
4637
+ #: ../../admin/view/wp-slimstat-reports.php:997
4638
  msgid "c-za"
4639
  msgstr "Südafrika"
4640
 
4641
  # South Georgia and the South Sandwich Islands
4642
+ #: ../../admin/view/wp-slimstat-reports.php:997
4643
  msgid "c-gs"
4644
  msgstr "Südgeorgien und die Südlichen Sandwichinseln"
4645
 
4646
  # Spain
4647
+ #: ../../admin/view/wp-slimstat-reports.php:997
4648
  msgid "c-es"
4649
  msgstr "Spanien"
4650
 
4651
  # Sri Lanka
4652
+ #: ../../admin/view/wp-slimstat-reports.php:997
4653
  msgid "c-lk"
4654
  msgstr "Sri Lanka"
4655
 
4656
+ #: ../../admin/view/wp-slimstat-reports.php:997
4657
  msgid "c-sc"
4658
  msgstr ""
4659
 
4660
  # Sudan
4661
+ #: ../../admin/view/wp-slimstat-reports.php:997
4662
  msgid "c-sd"
4663
  msgstr "Sudan"
4664
 
4665
+ #: ../../admin/view/wp-slimstat-reports.php:997
4666
  msgid "c-ss"
4667
  msgstr "Siswati"
4668
 
4669
  # Suriname
4670
+ #: ../../admin/view/wp-slimstat-reports.php:997
4671
  msgid "c-sr"
4672
  msgstr "Suriname"
4673
 
4674
  # Svalbard and Jan Mayen
4675
+ #: ../../admin/view/wp-slimstat-reports.php:997
4676
  msgid "c-sj"
4677
  msgstr "Spitzbergen und Jan Mayen"
4678
 
4679
  # Swaziland
4680
+ #: ../../admin/view/wp-slimstat-reports.php:997
4681
  msgid "c-sz"
4682
  msgstr "Swaziland"
4683
 
4684
  # Sweden
4685
+ #: ../../admin/view/wp-slimstat-reports.php:997
4686
  msgid "c-se"
4687
  msgstr "Schweden"
4688
 
4689
  # Switzerland
4690
+ #: ../../admin/view/wp-slimstat-reports.php:997
4691
  msgid "c-ch"
4692
  msgstr "Schweiz"
4693
 
4694
  # Syrian Arab Republic
4695
+ #: ../../admin/view/wp-slimstat-reports.php:997
4696
  msgid "c-sy"
4697
  msgstr "Arabische Republik Syrien"
4698
 
4699
  # Taiwan, Province of China
4700
+ #: ../../admin/view/wp-slimstat-reports.php:997
4701
  msgid "c-tw"
4702
  msgstr "Taiwan"
4703
 
4704
  # Tajikistan
4705
+ #: ../../admin/view/wp-slimstat-reports.php:997
4706
  msgid "c-tj"
4707
  msgstr "Tadschikistan"
4708
 
4709
  # United Republic of Tanzania
4710
+ #: ../../admin/view/wp-slimstat-reports.php:997
4711
  msgid "c-tz"
4712
  msgstr "Vereinigte Republik Tansania"
4713
 
4714
  # Thailand
4715
+ #: ../../admin/view/wp-slimstat-reports.php:997
4716
  msgid "c-th"
4717
  msgstr "Thailand"
4718
 
4719
  # Timor-Leste
4720
+ #: ../../admin/view/wp-slimstat-reports.php:997
4721
  msgid "c-tl"
4722
  msgstr "Timor-Leste"
4723
 
4724
  # Togo
4725
+ #: ../../admin/view/wp-slimstat-reports.php:997
4726
  msgid "c-tg"
4727
  msgstr "Togo"
4728
 
4729
  # Tonga
4730
+ #: ../../admin/view/wp-slimstat-reports.php:997
4731
  msgid "c-to"
4732
  msgstr "Tonga"
4733
 
4734
  # Trinidad and Tobago
4735
+ #: ../../admin/view/wp-slimstat-reports.php:997
4736
  msgid "c-tt"
4737
  msgstr "Trinidad und Tobago"
4738
 
4739
  # Tunisia
4740
+ #: ../../admin/view/wp-slimstat-reports.php:997
4741
  msgid "c-tn"
4742
  msgstr "Tunesien"
4743
 
4744
  # Turkey
4745
+ #: ../../admin/view/wp-slimstat-reports.php:997
4746
  msgid "c-tr"
4747
  msgstr "T&uuml;rkei"
4748
 
4749
  # Turkmenistan
4750
+ #: ../../admin/view/wp-slimstat-reports.php:997
4751
  msgid "c-tm"
4752
  msgstr "Turkmenistan"
4753
 
4754
+ # Turks and Caicos Islands
4755
+ #: ../../admin/view/wp-slimstat-reports.php:997
4756
+ msgid "c-tc"
4757
+ msgstr "Turks- und Caicosinseln"
4758
+
4759
+ # Uganda
4760
+ #: ../../admin/view/wp-slimstat-reports.php:997
4761
+ msgid "c-ug"
4762
+ msgstr "Uganda"
4763
+
4764
+ # Ukraine
4765
+ #: ../../admin/view/wp-slimstat-reports.php:997
4766
+ msgid "c-ua"
4767
+ msgstr "Ukraine"
4768
+
4769
+ # United Arab Emirates
4770
+ #: ../../admin/view/wp-slimstat-reports.php:997
4771
+ msgid "c-ae"
4772
+ msgstr "Vereinigte Arabische Emirate"
4773
+
4774
+ # United Kingdom
4775
+ #: ../../admin/view/wp-slimstat-reports.php:997
4776
+ msgid "c-gb"
4777
+ msgstr "Vereinigtes K&ouml;nigreich"
4778
+
4779
+ # United States
4780
+ #: ../../admin/view/wp-slimstat-reports.php:997
4781
+ msgid "c-us"
4782
+ msgstr "Vereinigte Staaten"
4783
+
4784
+ # Uruguay
4785
+ #: ../../admin/view/wp-slimstat-reports.php:997
4786
+ msgid "c-uy"
4787
+ msgstr "Uruguay"
4788
+
4789
+ # Uzbekistan
4790
+ #: ../../admin/view/wp-slimstat-reports.php:997
4791
+ msgid "c-uz"
4792
+ msgstr "Usbekistan"
4793
+
4794
+ # Vanuatu
4795
+ #: ../../admin/view/wp-slimstat-reports.php:997
4796
+ msgid "c-vu"
4797
+ msgstr "Vanuatu"
4798
+
4799
+ # Venezuela
4800
+ #: ../../admin/view/wp-slimstat-reports.php:997
4801
+ msgid "c-ve"
4802
+ msgstr "Venezuela"
4803
+
4804
+ # Viet Nam
4805
+ #: ../../admin/view/wp-slimstat-reports.php:997
4806
+ msgid "c-vn"
4807
+ msgstr "Vietnam"
4808
+
4809
+ # British Virgin Islands
4810
+ #: ../../admin/view/wp-slimstat-reports.php:997
4811
+ msgid "c-vg"
4812
+ msgstr "Jungferninseln"
4813
+
4814
+ # U.S. Virgin Islands
4815
+ #: ../../admin/view/wp-slimstat-reports.php:997
4816
+ msgid "c-vi"
4817
+ msgstr "Amerikanische Jungferninseln"
4818
+
4819
+ # Western Sahara
4820
+ #: ../../admin/view/wp-slimstat-reports.php:997
4821
+ msgid "c-eh"
4822
+ msgstr "Westsahara"
4823
+
4824
+ # Yemen
4825
+ #: ../../admin/view/wp-slimstat-reports.php:997
4826
+ msgid "c-ye"
4827
+ msgstr "Jemen"
4828
+
4829
+ # Zambia
4830
+ #: ../../admin/view/wp-slimstat-reports.php:997
4831
+ msgid "c-zm"
4832
+ msgstr "Sambia"
4833
+
4834
+ # Zimbabwe
4835
+ #: ../../admin/view/wp-slimstat-reports.php:997
4836
+ msgid "c-zw"
4837
+ msgstr "Zimbabwe"
4838
+
4839
+ # Guernsey
4840
+ #: ../../admin/view/wp-slimstat-reports.php:997
4841
+ msgid "c-gg"
4842
+ msgstr "Guernsey"
4843
+
4844
+ # Jersey
4845
+ #: ../../admin/view/wp-slimstat-reports.php:997
4846
+ msgid "c-je"
4847
+ msgstr "Jersey"
4848
+
4849
+ # Isle of Man
4850
+ #: ../../admin/view/wp-slimstat-reports.php:997
4851
+ msgid "c-im"
4852
+ msgstr "Isle of Man"
4853
+
4854
+ # Maldives
4855
+ #: ../../admin/view/wp-slimstat-reports.php:997
4856
+ msgid "c-mv"
4857
+ msgstr "Malediven"
4858
+
4859
+ #: ../../admin/view/wp-slimstat-reports.php:998
4860
+ msgid "c-eu"
4861
+ msgstr ""
4862
+
4863
+ #: ../../admin/view/wp-slimstat-reports.php:1087
4864
+ msgid ""
4865
+ "This value includes not only posts, but also custom post types, regardless "
4866
+ "of their status"
4867
+ msgstr ""
4868
+
4869
+ #: ../../admin/view/wp-slimstat-reports.php:1088
4870
+ #, fuzzy
4871
+ msgid "Content Items"
4872
+ msgstr "Inhalt"
4873
+
4874
+ #: ../../admin/view/wp-slimstat-reports.php:1089
4875
+ msgid "Total Comments"
4876
+ msgstr "Gesamte Kommentare"
4877
+
4878
+ #: ../../admin/view/wp-slimstat-reports.php:1090
4879
+ msgid "Pingbacks"
4880
+ msgstr ""
4881
+
4882
+ #: ../../admin/view/wp-slimstat-reports.php:1091
4883
+ msgid "Trackbacks"
4884
+ msgstr ""
4885
+
4886
+ #: ../../admin/view/wp-slimstat-reports.php:1092
4887
+ #, fuzzy
4888
+ msgid "Avg Comments Per Post"
4889
+ msgstr "Spalte bei Beitr&auml;gen hinzuf&uuml;gen"
4890
+
4891
+ #: ../../admin/view/wp-slimstat-reports.php:1093
4892
+ msgid "Avg Posts Per Day"
4893
+ msgstr ""
4894
+
4895
+ #: ../../admin/view/wp-slimstat-reports.php:1094
4896
+ msgid "Avg Server Latency"
4897
+ msgstr ""
4898
+
4899
+ #: ../../admin/view/wp-slimstat-reports.php:1095
4900
+ #, fuzzy
4901
+ msgid "Avg Page Load Time"
4902
+ msgstr "Durchschnittl. Seitenaufrufe"
4903
+
4904
+ #: ../../admin/view/wp-slimstat-reports.php:1122
4905
+ msgid "Visits"
4906
+ msgstr "Besuche"
4907
+
4908
+ #: ../../admin/view/wp-slimstat-reports.php:1126
4909
+ msgid "Domains"
4910
+ msgstr "Dom&auml;nen"
4911
+
4912
+ #: ../../admin/view/wp-slimstat-reports.php:1131
4913
+ msgid "Avg Pageviews"
4914
+ msgstr "Durchschnittl. Seitenaufrufe"
4915
+
4916
+ #: ../../admin/wp-slimstat-admin.php:493 ../../admin/wp-slimstat-admin.php:505
4917
+ #: ../../admin/wp-slimstat-admin.php:508
4918
+ #, fuzzy
4919
+ msgid "SlimStat"
4920
+ msgstr "&Uuml;ber WP SlimStat"
4921
+
4922
+ #: ../../admin/wp-slimstat-admin.php:589
4923
+ msgid "Pageviews in the last 365 days"
4924
+ msgstr ""
4925
+
4926
+ #: ../../admin/wp-slimstat-admin.php:617
4927
+ msgid "Show on screen"
4928
+ msgstr "Anzeigen"
4929
+
4930
+ #: ../../admin/wp-slimstat-admin.php:645
4931
+ msgid "Hide this notice"
4932
+ msgstr ""
4933
+
4934
+ #: ../../admin/wp-slimstat-admin.php:684
4935
+ msgid "Already saved"
4936
+ msgstr ""
4937
+
4938
+ #: ../../admin/wp-slimstat-admin.php:692
4939
+ msgid "Saved"
4940
+ msgstr ""
4941
+
4942
+ #: ../../admin/wp-slimstat-admin.php:711
4943
+ #, fuzzy
4944
+ msgid "Delete this filter"
4945
+ msgstr "Lösche Seitenaufrufe, wo"
4946
+
4947
+ #: ../../admin/wp-slimstat-admin.php:745
4948
+ msgid "There was an error updating the following options:"
4949
+ msgstr "Fehler beim Aktualisieren folgender Optionen:"
4950
+
4951
+ #: ../../admin/wp-slimstat-admin.php:748
4952
+ #, fuzzy
4953
+ msgid "Your changes have been saved."
4954
+ msgstr "Optionen erfolgreich aktualisiert."
4955
+
4956
+ #: ../../admin/wp-slimstat-admin.php:771
4957
+ msgid "Save Changes"
4958
+ msgstr "Änderungen speichern"
4959
+
4960
+ #: ../../admin/wp-slimstat-admin.php:787
4961
+ msgid "Definitions"
4962
+ msgstr "Definitionen"
4963
+
4964
+ #: ../../admin/wp-slimstat-admin.php:790
4965
+ msgid "Pageview"
4966
+ msgstr "Seitenaufrufe"
4967
+
4968
+ #: ../../admin/wp-slimstat-admin.php:790
4969
+ #, fuzzy
4970
+ msgid ""
4971
+ "A request to load a single HTML file (\"page\"). This should be contrasted "
4972
+ "with a \"hit\", which refers to a request for any file from a web server. "
4973
+ "Slimstat logs a pageview each time the tracking code is executed"
4974
+ msgstr ""
4975
+ "Eine Anfrage, eine einzelne HTML-Datei zu laden. WP SlimStat zeichnet "
4976
+ "jedesmal einen 'Seitenaufruf' auf wenn der Tracking-Code ausgef&uuml;hrt "
4977
+ "wird."
4978
+
4979
+ #: ../../admin/wp-slimstat-admin.php:791
4980
+ msgid "(Human) Visit"
4981
+ msgstr "Echte Besuche"
4982
+
4983
+ #: ../../admin/wp-slimstat-admin.php:791
4984
+ msgid ""
4985
+ "A period of interaction between a visitor's browser and your website, ending "
4986
+ "when the browser is closed or when the user has been inactive on that site "
4987
+ "for 30 minutes"
4988
+ msgstr ""
4989
+ "Zeitraum der Interaktion des Browsers eines Besuchers mit Ihrer Website. "
4990
+ "Diese endet wenn der Browser geschlossen wird oder der Besucher 30 Minuten "
4991
+ "lang nicht auf der Website aktiv war"
4992
+
4993
+ #: ../../admin/wp-slimstat-admin.php:792
4994
+ msgid ""
4995
+ "Any user who has left a comment on your blog, and is thus identified by "
4996
+ "Wordpress as a returning visitor"
4997
+ msgstr ""
4998
+ "Jeder Benutzer, der einen Kommentar auf Ihrer Website hinterlassen hat und "
4999
+ "damit als wiederkehrender Besucher erkannt wird."
5000
+
5001
+ #: ../../admin/wp-slimstat-admin.php:793
5002
+ msgid "Unique IP"
5003
+ msgstr "Eindeutige IPs"
5004
+
5005
+ #: ../../admin/wp-slimstat-admin.php:793
5006
+ msgid ""
5007
+ "Used to differentiate between multiple requests to download a file from one "
5008
+ "internet address (IP) and requests originating from many distinct addresses; "
5009
+ "since this measurement looks only at the internet address a pageview came "
5010
+ "from, it is useful, but not perfect"
5011
+ msgstr ""
5012
+ "Wird genutzt um zwischen mehreren Requests einer IP-Adresse und Requests von "
5013
+ "verschiedenen Adressen zu unterscheiden; da diese Messung nur auf die IP-"
5014
+ "Adresse von der ein Seitenaufruf stammt achtet, ist es nützlich, aber nicht "
5015
+ "perfekt."
5016
+
5017
+ #: ../../admin/wp-slimstat-admin.php:794
5018
+ msgid ""
5019
+ "the originating IP address of a client connecting to a web server through an "
5020
+ "HTTP proxy or load balancer"
5021
+ msgstr ""
5022
+ "Die ursprüngliche IP-Adresse eines Clients, der sich durch einen HTTP Proxy "
5023
+ "oder Load Balancer mit dem Server verbunden hat."
5024
+
5025
+ #: ../../admin/wp-slimstat-admin.php:795
5026
+ msgid "Direct Traffic"
5027
+ msgstr "Direkter Besuch"
5028
+
5029
+ #: ../../admin/wp-slimstat-admin.php:795
5030
+ msgid ""
5031
+ "All those people showing up to your Web site by typing in the URL of your "
5032
+ "Web site coming or from a bookmark; some people also call this \"default "
5033
+ "traffic\" or \"ambient traffic\""
5034
+ msgstr ""
5035
+ "Alle Besucher die Ihre Website durch Eingabe der Adresse Ihrer Seite (URL) "
5036
+ "oder ein Lesezeichen erreichen; auch \"default traffic\" oder \"ambient "
5037
+ "traffic\" genannt."
5038
+
5039
+ #: ../../admin/wp-slimstat-admin.php:796
5040
+ msgid "Search Engine"
5041
+ msgstr "Suchmaschinen"
5042
 
5043
+ #: ../../admin/wp-slimstat-admin.php:796
5044
+ msgid ""
5045
+ "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
5046
+ "as well as your paid (PPC/SEM) traffic, so be aware of that"
5047
+ msgstr ""
5048
+ "Google, Yahoo, MSN, Ask usw.; hiwer ist sowohl organischer als auch "
5049
+ "bezahlter (PPC/SEM) Traffic enthalten."
5050
 
5051
+ #: ../../admin/wp-slimstat-admin.php:797 ../../admin/wp-slimstat-admin.php:813
5052
+ msgid "Keywords used by your visitors to find your website on a search engine"
5053
+ msgstr "Begriffe welche von Besuchern in Suchmaschinen verwendet wurden"
 
5054
 
5055
+ #: ../../admin/wp-slimstat-admin.php:798
5056
+ msgid "SERP"
5057
+ msgstr "SERP"
 
5058
 
5059
+ #: ../../admin/wp-slimstat-admin.php:798
5060
+ msgid ""
5061
+ "Short for search engine results page, the Web page that a search engine "
5062
+ "returns with the results of its search. The value shown represents your rank "
5063
+ "(or position) within that list of results"
5064
+ msgstr ""
5065
+ "\"Search Engine Result Pages\" - Suchmaschinenranking. Der Wert "
5066
+ "repräsentiert Ihren Rang (die Postition) in den Suchergebnissen."
5067
 
5068
+ #: ../../admin/wp-slimstat-admin.php:799
5069
+ msgid ""
5070
+ "Any program used for accessing a website; this includes browsers, robots, "
5071
+ "spiders and any other program that was used to retrieve information from the "
5072
+ "site"
5073
+ msgstr ""
5074
+ "Generische Kennung jedes zugreifenden Programmes, wie z.B. Browser (Firefox "
5075
+ "usw.), 'Robots' und 'Spider' sowie jedes andere Programm welches "
5076
+ "Informationen von einer Website abruft."
5077
 
5078
+ #: ../../admin/wp-slimstat-admin.php:800
5079
+ msgid ""
5080
+ "A link from one domain to another is said to be outbound from its source "
5081
+ "anchor and inbound to its target. This report lists all the links to other "
5082
+ "websites followed by your visitors."
5083
+ msgstr ""
5084
+ "Ausgehende Links sind links zu einer anderen Domain. Dieser Report zeigt "
5085
+ "alle Links zu anderen Websites die Ihre Besucher verfolgt haben."
5086
 
5087
+ #: ../../admin/wp-slimstat-admin.php:807
5088
+ msgid "Basic Filters"
5089
+ msgstr "Einfache Filter"
 
5090
 
5091
+ #: ../../admin/wp-slimstat-admin.php:810
5092
+ msgid "User agent (Firefox, Chrome, ...)"
5093
+ msgstr "Browser (Firefox, Chrome ...)"
 
5094
 
5095
+ #: ../../admin/wp-slimstat-admin.php:811
5096
+ msgid "2-letter code (us, ru, de, it, ...)"
5097
+ msgstr "Länder-Code (us, ru, de, it...)"
 
5098
 
5099
+ #: ../../admin/wp-slimstat-admin.php:812
5100
+ msgid "IP"
5101
+ msgstr "IP"
 
5102
 
5103
+ #: ../../admin/wp-slimstat-admin.php:812
5104
+ msgid "Visitor's public IP address"
5105
+ msgstr "&Ouml;ffentliche IP-Adresse des Besuchers"
 
5106
 
5107
+ #: ../../admin/wp-slimstat-admin.php:814
5108
+ msgid ""
5109
+ "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
5110
+ "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
5111
+ "column) for more information"
5112
+ msgstr ""
5113
+ "Siehe <a target=\"_blank\" href=\"http://msdn.microsoft.com/en-us/library/"
5114
+ "ee825488(v=cs.20).aspx\">Tabelle von Sprach-Kodierungen</a> "
5115
 
5116
+ #: ../../admin/wp-slimstat-admin.php:815
5117
+ msgid ""
5118
+ "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
5119
+ "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
5120
+ "manual page</a> for more information"
5121
+ msgstr ""
5122
+ "Akzeptiert Bezeichner wie win7, win98, macosx usw.; weitere Informationen "
5123
+ "gibt es auf <a href=\"http://php.net/manual/de/function.get-browser.php\" "
5124
+ "target=\"_blank\">dieser Seite</a>"
5125
 
5126
+ #: ../../admin/wp-slimstat-admin.php:816
5127
+ msgid "URL accessed on your site"
5128
+ msgstr "URL, die auf Ihrer Seite besucht wurde"
 
5129
 
5130
+ #: ../../admin/wp-slimstat-admin.php:817
5131
+ #, fuzzy
5132
+ msgid "Complete address of the referrer page"
5133
+ msgstr "Verweisende Seite &ouml;ffnen"
5134
 
5135
+ #: ../../admin/wp-slimstat-admin.php:818
5136
+ msgid ""
5137
+ "Visitors' names according to the cookie set by Wordpress after they leave a "
5138
+ "comment"
5139
+ msgstr ""
5140
+ "Besuchername laut Cookie, welches Wordpress beim hinterlassen eines "
5141
+ "Kommentars anlegt"
5142
 
5143
+ #: ../../admin/wp-slimstat-admin.php:826
5144
+ msgid "Advanced Filters"
5145
+ msgstr "Erweiterte Filter"
 
5146
 
5147
+ #: ../../admin/wp-slimstat-admin.php:829
5148
+ msgid "user agent version (9.0, 11, ...)"
5149
+ msgstr "Browser-Version (9.0, 11, ...)"
 
5150
 
5151
+ #: ../../admin/wp-slimstat-admin.php:830
5152
+ msgid ""
5153
+ "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
5154
+ "all others"
5155
+ msgstr ""
5156
+ "1 = Suchmaschinen Crawler, 2 = Mobiles Gerät, 3 = Feed-Reader, 0 = alle "
5157
+ "anderen"
5158
 
5159
+ #: ../../admin/wp-slimstat-admin.php:831
5160
+ msgid "visitor's screen's color depth (8, 16, 24, ...)"
5161
+ msgstr "Farbtiefe des Monitors des Besuchers (8, 16, 24, ...)"
 
5162
 
5163
+ #: ../../admin/wp-slimstat-admin.php:832
5164
+ msgid ""
5165
+ "what CSS standard was supported by that browser (1, 2, 3 and other integer "
5166
+ "values)"
5167
  msgstr ""
5168
+ "Vom Browser unterstützter CSS standard (1, 2, 3 und andere ganze Zahlen)"
5169
 
5170
+ #: ../../admin/wp-slimstat-admin.php:833
5171
  msgid ""
5172
+ "this field is set to <em>[pre]</em> if the resource has been accessed "
5173
+ "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
5174
+ "Link_prefetching_FAQ\">Link Prefetching</a> or similar techniques"
5175
  msgstr ""
5176
+ "Dieses Feld enth&auml;lt <em>[pre]</em> wenn der Zugriff von through <a "
5177
+ "target=\"_blank\" href=\"https://developer.mozilla.org/en/"
5178
+ "Link_prefetching_FAQ\">Link Prefetching</a> oder eine &auml;hnliche "
5179
 
5180
+ #: ../../admin/wp-slimstat-admin.php:834
5181
+ msgid "author associated to that post/page when the resource was accessed"
5182
+ msgstr "Der dem Artikel / der Seite zugeordnete Autor"
 
5183
 
5184
+ #: ../../admin/wp-slimstat-admin.php:835
5185
+ msgid "ID of the category/term associated to the resource, when available"
5186
+ msgstr "ID der zugeordneten Kategorie, falls vorhanden"
5187
 
5188
+ #: ../../admin/wp-slimstat-admin.php:836
5189
+ msgid "visitor's originating IP address, if available"
5190
+ msgstr "IP-Adresse des Besuchers, falls bekannt"
5191
 
5192
+ #: ../../admin/wp-slimstat-admin.php:837
5193
+ msgid ""
5194
+ "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
5195
+ "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
5196
+ "feed, home; please refer to the <a target=\"_blank\" href=\"http://codex."
5197
+ "wordpress.org/Conditional_Tags\">Conditional Tags</a> manual page for more "
5198
+ "information"
5199
  msgstr ""
5200
+ "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
5201
+ "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
5202
+ "feed, home; F&uuml;r mehr Infos s. <a target=\"_blank\" href=\"http://codex."
5203
+ "wordpress.org/Conditional_Tags\">Conditional Tags</a>."
5204
 
5205
+ #: ../../admin/wp-slimstat-admin.php:838
5206
+ msgid "viewport width and height (1024x768, 800x600, ...)"
5207
+ msgstr "Breite und H&ouml;he des sichtbaren Bereiches"
 
5208
 
5209
+ #: ../../admin/wp-slimstat-admin.php:839
5210
+ msgid ""
5211
+ "generally used in conjunction with <em>is not empty</em>, identifies human "
5212
+ "visitors"
5213
  msgstr ""
5214
+ "Meist im Zusammenhang mit <em>nicht leer</em> verwendet, kennzeichnet echte "
5215
+ "Besucher"
5216
 
5217
+ #: ../../admin/wp-slimstat-admin.php:840
5218
+ msgid "Date Filters"
5219
+ msgstr "Datumsfilter"
5220
+
5221
+ #: ../../admin/wp-slimstat-admin.php:840
5222
+ msgid ""
5223
+ "you can specify the timeframe by entering a number in the <em>interval</em> "
5224
+ "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
5225
+ "year=blank, interval=-1 will set a year-to-date filter)"
5226
  msgstr ""
5227
+ "Sie können einen Zeitraum angeben, in dem Sie bei 'Tage' eine Zahl angeben. "
5228
+ "-1 erzeugt ein Intervall seit Beginn des Jahres / Monats, z.B. Tag=1, "
5229
+ "Monat=1, Jahr leer, Intervall=-1 erzeugt einen 'seit Jahresbeginn' Filter."
5230
 
5231
+ #: ../../admin/wp-slimstat-admin.php:841
5232
+ msgid "SERP Position"
5233
+ msgstr "Suchmaschinenrang"
 
5234
 
5235
+ #: ../../admin/wp-slimstat-admin.php:841
5236
+ msgid ""
5237
+ "set the filter to Referer contains cd=N&, where N is the position you are "
5238
+ "looking for"
5239
+ msgstr ""
5240
+ "Filter nach Herkunft mit cd=N& setzen, wobei N die gesuchte Position ist"
5241
 
5242
+ #: ../../admin/wp-slimstat-admin.php:868
5243
+ msgid "Yes"
5244
+ msgstr "Ja"
5245
 
5246
+ #: ../../admin/wp-slimstat-admin.php:870
5247
+ msgid "Site Specific"
5248
+ msgstr ""
5249
 
5250
  #~ msgid "Right Now"
5251
  #~ msgstr "Aktuell"
admin/lang/wp-slimstat-en_US.mo CHANGED
Binary file
admin/lang/wp-slimstat-en_US.po CHANGED
@@ -1,7 +1,7 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP SlimStat\n"
4
- "POT-Creation-Date: 2014-10-13 14:07-0500\n"
5
  "PO-Revision-Date: \n"
6
  "Last-Translator: Get Used To IT <support@getused.to.it>\n"
7
  "Language-Team: camu <info@duechiacchiere.it>\n"
@@ -9,1365 +9,949 @@ msgstr ""
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.6.3\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: .\n"
15
  "X-Poedit-Bookmarks: 332,-1,-1,-1,-1,-1,-1,-1,-1,-1\n"
16
  "X-Poedit-SearchPath-0: ../..\n"
17
 
18
- #: ../../wp-slimstat.php:1300 ../../admin/wp-slimstat-admin.php:491
19
- #: ../../admin/view/wp-slimstat-reports.php:34
20
- msgid "Real-Time Log"
 
21
  msgstr ""
22
 
23
- #: ../../wp-slimstat.php:1301 ../../admin/wp-slimstat-admin.php:492
24
- #: ../../admin/wp-slimstat-admin.php:509
25
- #: ../../admin/view/wp-slimstat-reports.php:35
26
- msgid "Overview"
27
  msgstr ""
28
 
29
- #: ../../wp-slimstat.php:1302 ../../admin/wp-slimstat-admin.php:493
30
- #: ../../admin/wp-slimstat-admin.php:510
31
- #: ../../admin/view/wp-slimstat-reports.php:36
32
- msgid "Audience"
33
  msgstr ""
34
 
35
- #: ../../wp-slimstat.php:1303 ../../admin/wp-slimstat-admin.php:494
36
- #: ../../admin/wp-slimstat-admin.php:511
37
- #: ../../admin/view/wp-slimstat-reports.php:37
38
- msgid "Site Analysis"
 
 
 
 
39
  msgstr ""
40
 
41
- #: ../../wp-slimstat.php:1304 ../../admin/wp-slimstat-admin.php:495
42
- #: ../../admin/wp-slimstat-admin.php:512 ../../admin/view/index.php:178
43
- #: ../../admin/view/wp-slimstat-reports.php:38
44
- msgid "Traffic Sources"
45
  msgstr ""
46
 
47
- #: ../../wp-slimstat.php:1305 ../../admin/wp-slimstat-admin.php:496
48
- #: ../../admin/wp-slimstat-admin.php:513
49
- #: ../../admin/view/wp-slimstat-reports.php:39
50
- msgid "Map Overlay"
51
  msgstr ""
52
 
53
- #: ../../wp-slimstat.php:1306 ../../admin/wp-slimstat-admin.php:497
54
- #: ../../admin/wp-slimstat-admin.php:514
55
- #: ../../admin/view/wp-slimstat-reports.php:40
56
- msgid "Custom Reports"
57
  msgstr ""
58
 
59
- #: ../../wp-slimstat.php:1307 ../../admin/wp-slimstat-admin.php:498
60
- #: ../../admin/wp-slimstat-admin.php:515 ../../admin/config/addons.php:29
61
- #: ../../admin/config/index.php:9
62
- msgid "Add-ons"
63
  msgstr ""
64
 
65
- #: ../../wp-slimstat.php:1310 ../../admin/wp-slimstat-admin.php:544
66
- #: ../../admin/wp-slimstat-admin.php:547 ../../admin/config/index.php:14
67
- #: ../../admin/config/index.php:138
68
- msgid "Settings"
69
  msgstr ""
70
 
71
- #: ../../admin/wp-slimstat-admin.php:490 ../../admin/wp-slimstat-admin.php:502
72
- #: ../../admin/wp-slimstat-admin.php:505
73
- msgid "SlimStat"
74
  msgstr ""
75
 
76
- #: ../../admin/wp-slimstat-admin.php:586
77
- msgid "Pageviews in the last 365 days"
78
  msgstr ""
79
 
80
- #: ../../admin/wp-slimstat-admin.php:614
81
- msgid "Show on screen"
82
  msgstr ""
83
 
84
- #: ../../admin/wp-slimstat-admin.php:642
85
- msgid "Hide this notice"
 
 
86
  msgstr ""
87
 
88
- #: ../../admin/wp-slimstat-admin.php:679
89
- msgid "There was an error updating the following options:"
90
  msgstr ""
91
 
92
- #: ../../admin/wp-slimstat-admin.php:682
93
- msgid "Your changes have been saved."
94
  msgstr ""
95
 
96
- #: ../../admin/wp-slimstat-admin.php:705
97
- msgid "Save Changes"
98
  msgstr ""
99
 
100
- #: ../../admin/wp-slimstat-admin.php:729
101
- msgid "Yes"
102
  msgstr ""
103
 
104
- #: ../../admin/wp-slimstat-admin.php:730
105
- #: ../../admin/view/wp-slimstat-reports.php:779
106
- msgid "No"
107
  msgstr ""
108
 
109
- #: ../../admin/wp-slimstat-admin.php:731
110
- msgid "Site Specific"
111
  msgstr ""
112
 
113
- #: ../../admin/wp-slimstat-admin.php:791
114
- msgid "Definitions"
 
 
 
115
  msgstr ""
116
 
117
- #: ../../admin/wp-slimstat-admin.php:794
118
- msgid "Pageview"
119
  msgstr ""
120
 
121
- #: ../../admin/wp-slimstat-admin.php:794
122
  msgid ""
123
- "A request to load a single HTML file (\"page\"). This should be contrasted "
124
- "with a \"hit\", which refers to a request for any file from a web server. "
125
- "Slimstat logs a pageview each time the tracking code is executed"
126
- msgstr ""
127
-
128
- #: ../../admin/wp-slimstat-admin.php:795
129
- msgid "(Human) Visit"
130
  msgstr ""
131
 
132
- #: ../../admin/wp-slimstat-admin.php:795
133
- msgid ""
134
- "A period of interaction between a visitor's browser and your website, ending "
135
- "when the browser is closed or when the user has been inactive on that site "
136
- "for 30 minutes"
137
  msgstr ""
138
 
139
- #: ../../admin/wp-slimstat-admin.php:796 ../../admin/view/index.php:153
140
- #: ../../admin/view/right-now.php:21
141
- msgid "Known Visitor"
142
  msgstr ""
143
 
144
- #: ../../admin/wp-slimstat-admin.php:796
145
- msgid ""
146
- "Any user who has left a comment on your blog, and is thus identified by "
147
- "Wordpress as a returning visitor"
148
  msgstr ""
149
 
150
- #: ../../admin/wp-slimstat-admin.php:797
151
- msgid "Unique IP"
152
  msgstr ""
153
 
154
- #: ../../admin/wp-slimstat-admin.php:797
155
  msgid ""
156
- "Used to differentiate between multiple requests to download a file from one "
157
- "internet address (IP) and requests originating from many distinct addresses; "
158
- "since this measurement looks only at the internet address a pageview came "
159
- "from, it is useful, but not perfect"
160
  msgstr ""
161
 
162
- #: ../../admin/wp-slimstat-admin.php:798 ../../admin/wp-slimstat-admin.php:840
163
- #: ../../admin/view/right-now.php:109 ../../admin/view/wp-slimstat-db.php:65
164
- msgid "Originating IP"
165
  msgstr ""
166
 
167
- #: ../../admin/wp-slimstat-admin.php:798
168
- msgid ""
169
- "the originating IP address of a client connecting to a web server through an "
170
- "HTTP proxy or load balancer"
171
  msgstr ""
172
 
173
- #: ../../admin/wp-slimstat-admin.php:799
174
- msgid "Direct Traffic"
175
  msgstr ""
176
 
177
- #: ../../admin/wp-slimstat-admin.php:799
178
  msgid ""
179
- "All those people showing up to your Web site by typing in the URL of your "
180
- "Web site coming or from a bookmark; some people also call this \"default "
181
- "traffic\" or \"ambient traffic\""
182
  msgstr ""
183
 
184
- #: ../../admin/wp-slimstat-admin.php:800
185
- msgid "Search Engine"
186
  msgstr ""
187
 
188
- #: ../../admin/wp-slimstat-admin.php:800
189
- msgid ""
190
- "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
191
- "as well as your paid (PPC/SEM) traffic, so be aware of that"
192
  msgstr ""
193
 
194
- #: ../../admin/wp-slimstat-admin.php:801 ../../admin/wp-slimstat-admin.php:817
195
- #: ../../admin/view/right-now.php:148 ../../admin/view/wp-slimstat-db.php:44
196
- msgid "Search Terms"
 
 
197
  msgstr ""
198
 
199
- #: ../../admin/wp-slimstat-admin.php:801 ../../admin/wp-slimstat-admin.php:817
200
- msgid "Keywords used by your visitors to find your website on a search engine"
201
  msgstr ""
202
 
203
- #: ../../admin/wp-slimstat-admin.php:802
204
- msgid "SERP"
 
205
  msgstr ""
206
 
207
- #: ../../admin/wp-slimstat-admin.php:802
208
- msgid ""
209
- "Short for search engine results page, the Web page that a search engine "
210
- "returns with the results of its search. The value shown represents your rank "
211
- "(or position) within that list of results"
212
  msgstr ""
213
 
214
- #: ../../admin/wp-slimstat-admin.php:803
215
- #: ../../admin/view/wp-slimstat-db.php:57
216
- msgid "User Agent"
217
  msgstr ""
218
 
219
- #: ../../admin/wp-slimstat-admin.php:803
220
- msgid ""
221
- "Any program used for accessing a website; this includes browsers, robots, "
222
- "spiders and any other program that was used to retrieve information from the "
223
- "site"
224
  msgstr ""
225
 
226
- #: ../../admin/wp-slimstat-admin.php:804
227
- #: ../../admin/view/wp-slimstat-db.php:62
228
- msgid "Outbound Link"
229
  msgstr ""
230
 
231
- #: ../../admin/wp-slimstat-admin.php:804
232
- msgid ""
233
- "A link from one domain to another is said to be outbound from its source "
234
- "anchor and inbound to its target. This report lists all the links to other "
235
- "websites followed by your visitors."
236
  msgstr ""
237
 
238
- #: ../../admin/wp-slimstat-admin.php:811
239
- msgid "Basic Filters"
240
  msgstr ""
241
 
242
- #: ../../admin/wp-slimstat-admin.php:814
243
- #: ../../admin/view/wp-slimstat-db.php:41
244
- msgid "Browser"
245
  msgstr ""
246
 
247
- #: ../../admin/wp-slimstat-admin.php:814
248
- msgid "User agent (Firefox, Chrome, ...)"
 
 
 
249
  msgstr ""
250
 
251
- #: ../../admin/wp-slimstat-admin.php:815
252
- #: ../../admin/view/wp-slimstat-db.php:42
253
- #: ../../admin/view/wp-slimstat-reports.php:490
254
- msgid "Country Code"
255
  msgstr ""
256
 
257
- #: ../../admin/wp-slimstat-admin.php:815
258
- msgid "2-letter code (us, ru, de, it, ...)"
 
 
259
  msgstr ""
260
 
261
- #: ../../admin/wp-slimstat-admin.php:816
262
- msgid "IP"
263
  msgstr ""
264
 
265
- #: ../../admin/wp-slimstat-admin.php:816
266
- msgid "Visitor's public IP address"
 
 
267
  msgstr ""
268
 
269
- #: ../../admin/wp-slimstat-admin.php:818
270
- #: ../../admin/view/wp-slimstat-db.php:45
271
- #: ../../admin/view/wp-slimstat-reports.php:502
272
- msgid "Language Code"
273
  msgstr ""
274
 
275
- #: ../../admin/wp-slimstat-admin.php:818
276
  msgid ""
277
- "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
278
- "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
279
- "column) for more information"
280
  msgstr ""
281
 
282
- #: ../../admin/wp-slimstat-admin.php:819
283
- #: ../../admin/view/wp-slimstat-db.php:46
284
- msgid "Operating System"
285
  msgstr ""
286
 
287
- #: ../../admin/wp-slimstat-admin.php:819
288
  msgid ""
289
- "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
290
- "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
291
- "manual page</a> for more information"
292
  msgstr ""
293
 
294
- #: ../../admin/wp-slimstat-admin.php:820
295
- #: ../../admin/view/wp-slimstat-db.php:47
296
- msgid "Permalink"
297
  msgstr ""
298
 
299
- #: ../../admin/wp-slimstat-admin.php:820
300
- msgid "URL accessed on your site"
 
 
301
  msgstr ""
302
 
303
- #: ../../admin/wp-slimstat-admin.php:821
304
- #: ../../admin/view/wp-slimstat-db.php:49
305
- msgid "Referer"
306
  msgstr ""
307
 
308
- #: ../../admin/wp-slimstat-admin.php:821
309
- msgid "Complete address of the referrer page"
310
  msgstr ""
311
 
312
- #: ../../admin/wp-slimstat-admin.php:822
313
- #: ../../admin/view/wp-slimstat-db.php:50
314
- msgid "Visitor's Name"
315
- msgstr ""
316
-
317
- #: ../../admin/wp-slimstat-admin.php:822
318
  msgid ""
319
- "Visitors' names according to the cookie set by Wordpress after they leave a "
320
- "comment"
321
  msgstr ""
322
 
323
- #: ../../admin/wp-slimstat-admin.php:830
324
- msgid "Advanced Filters"
325
  msgstr ""
326
 
327
- #: ../../admin/wp-slimstat-admin.php:833
328
- #: ../../admin/view/wp-slimstat-db.php:55
329
- msgid "Browser Version"
 
330
  msgstr ""
331
 
332
- #: ../../admin/wp-slimstat-admin.php:833
333
- msgid "user agent version (9.0, 11, ...)"
334
  msgstr ""
335
 
336
- #: ../../admin/wp-slimstat-admin.php:834
337
- #: ../../admin/view/wp-slimstat-db.php:56
338
- msgid "Browser Type"
339
  msgstr ""
340
 
341
- #: ../../admin/wp-slimstat-admin.php:834
342
- msgid ""
343
- "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
344
- "all others"
345
  msgstr ""
346
 
347
- #: ../../admin/wp-slimstat-admin.php:835
348
- #: ../../admin/view/wp-slimstat-db.php:58
349
- msgid "Color Depth"
350
  msgstr ""
351
 
352
- #: ../../admin/wp-slimstat-admin.php:835
353
- msgid "visitor's screen's color depth (8, 16, 24, ...)"
354
  msgstr ""
355
 
356
- #: ../../admin/wp-slimstat-admin.php:836
357
- #: ../../admin/view/wp-slimstat-db.php:59
358
- msgid "CSS Version"
359
  msgstr ""
360
 
361
- #: ../../admin/wp-slimstat-admin.php:836
362
  msgid ""
363
- "what CSS standard was supported by that browser (1, 2, 3 and other integer "
364
- "values)"
365
  msgstr ""
366
 
367
- #: ../../admin/wp-slimstat-admin.php:837
368
- #: ../../admin/view/wp-slimstat-db.php:60
369
- msgid "Pageview Attributes"
370
  msgstr ""
371
 
372
- #: ../../admin/wp-slimstat-admin.php:837
373
- msgid ""
374
- "this field is set to <em>[pre]</em> if the resource has been accessed "
375
- "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
376
- "Link_prefetching_FAQ\">Link Prefetching</a> or similar techniques"
377
  msgstr ""
378
 
379
- #: ../../admin/wp-slimstat-admin.php:838
380
- #: ../../admin/view/wp-slimstat-db.php:63
381
- msgid "Post Author"
382
  msgstr ""
383
 
384
- #: ../../admin/wp-slimstat-admin.php:838
385
- msgid "author associated to that post/page when the resource was accessed"
 
 
386
  msgstr ""
387
 
388
- #: ../../admin/wp-slimstat-admin.php:839
389
- #: ../../admin/view/wp-slimstat-db.php:64
390
- msgid "Post Category ID"
391
  msgstr ""
392
 
393
- #: ../../admin/wp-slimstat-admin.php:839
394
- msgid "ID of the category/term associated to the resource, when available"
395
  msgstr ""
396
 
397
- #: ../../admin/wp-slimstat-admin.php:840
398
- msgid "visitor's originating IP address, if available"
399
  msgstr ""
400
 
401
- #: ../../admin/wp-slimstat-admin.php:841
402
- #: ../../admin/view/wp-slimstat-db.php:66
403
- msgid "Resource Content Type"
404
  msgstr ""
405
 
406
- #: ../../admin/wp-slimstat-admin.php:841
407
  msgid ""
408
- "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
409
- "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
410
- "feed, home; please refer to the <a target=\"_blank\" href=\"http://codex."
411
- "wordpress.org/Conditional_Tags\">Conditional Tags</a> manual page for more "
412
- "information"
413
  msgstr ""
414
 
415
- #: ../../admin/wp-slimstat-admin.php:842
416
- #: ../../admin/view/wp-slimstat-db.php:68
417
- msgid "Screen Resolution"
418
  msgstr ""
419
 
420
- #: ../../admin/wp-slimstat-admin.php:842
421
- msgid "viewport width and height (1024x768, 800x600, ...)"
 
 
 
 
 
422
  msgstr ""
423
 
424
- #: ../../admin/wp-slimstat-admin.php:843
425
- #: ../../admin/view/wp-slimstat-db.php:69
426
- msgid "Visit ID"
427
  msgstr ""
428
 
429
- #: ../../admin/wp-slimstat-admin.php:843
430
  msgid ""
431
- "generally used in conjunction with <em>is not empty</em>, identifies human "
432
- "visitors"
 
433
  msgstr ""
434
 
435
- #: ../../admin/wp-slimstat-admin.php:844
436
- msgid "Date Filters"
 
 
 
 
437
  msgstr ""
438
 
439
- #: ../../admin/wp-slimstat-admin.php:844
440
  msgid ""
441
- "you can specify the timeframe by entering a number in the <em>interval</em> "
442
- "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
443
- "year=blank, interval=-1 will set a year-to-date filter)"
 
444
  msgstr ""
445
 
446
- #: ../../admin/wp-slimstat-admin.php:845
447
- msgid "SERP Position"
448
  msgstr ""
449
 
450
- #: ../../admin/wp-slimstat-admin.php:845
451
  msgid ""
452
- "set the filter to Referer contains cd=N&, where N is the position you are "
453
- "looking for"
 
 
 
 
 
454
  msgstr ""
455
 
456
- #: ../../admin/config/addons.php:14
457
- msgid ""
458
- "There was an error retrieving the add-ons list from the server. Please try "
459
- "again later. Error Message:"
460
  msgstr ""
461
 
462
- #: ../../admin/config/addons.php:23
463
  msgid ""
464
- "There was an error decoding the add-ons list from the server. Please try "
465
- "again later."
466
  msgstr ""
467
 
468
- #: ../../admin/config/addons.php:30
469
- msgid ""
470
- "Add-ons extend the functionality of Slimstat in many interesting ways. We "
471
- "offer both free and premium (paid) extensions. Each add-on can be installed "
472
- "as a separate plugin, which will receive regular updates via the WordPress "
473
- "Plugins panel. In order to be notified when a new version of a premium add-"
474
- "on is available, please enter the <strong>license key</strong> you received "
475
- "when you purchased it."
476
  msgstr ""
477
 
478
- #: ../../admin/config/addons.php:36
479
- msgid "Add-on"
 
 
 
 
 
 
480
  msgstr ""
481
 
482
- #: ../../admin/config/addons.php:36
483
- msgid "Description"
484
  msgstr ""
485
 
486
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:18
487
- msgid "General"
 
 
 
 
 
 
488
  msgstr ""
489
 
490
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:44
491
- msgid "Views"
492
  msgstr ""
493
 
494
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:67
495
- msgid "Filters"
496
  msgstr ""
497
 
498
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:131
499
- msgid "Permissions"
500
  msgstr ""
501
 
502
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:208
503
- msgid "Advanced"
504
  msgstr ""
505
 
506
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:241
507
- msgid "Maintenance"
 
 
 
508
  msgstr ""
509
 
510
- #: ../../admin/config/index.php:20 ../../admin/config/index.php:214
511
- msgid "Tracker"
512
  msgstr ""
513
 
514
- #: ../../admin/config/index.php:21
515
- msgid "Enable Tracking"
 
 
516
  msgstr ""
517
 
518
- #: ../../admin/config/index.php:21
519
- msgid "Turn the tracker on or off, but keep the reports accessible."
520
  msgstr ""
521
 
522
- #: ../../admin/config/index.php:22
523
- msgid "Monitor Admin Pages"
524
  msgstr ""
525
 
526
- #: ../../admin/config/index.php:22
527
- msgid "Enable this option to track your users' activity within the admin."
 
 
528
  msgstr ""
529
 
530
- #: ../../admin/config/index.php:23
531
- msgid "Enable Spy Mode"
532
  msgstr ""
533
 
534
- #: ../../admin/config/index.php:23
535
  msgid ""
536
- "Collect information about screen resolutions, outbound links, downloads, "
537
- "etc. If Tracking Mode is set to Javascript, this data will be tracked "
538
- "regardless of which value you set for this option."
 
 
 
539
  msgstr ""
540
 
541
- #: ../../admin/config/index.php:24
542
- msgid "Tracking Mode"
543
  msgstr ""
544
 
545
- #: ../../admin/config/index.php:24
546
  msgid ""
547
- "Select <strong>Javascript</strong> if you are using a caching plugin (W3 "
548
- "Total Cache, WP SuperCache, HyperCache, etc). Slimstat will behave pretty "
549
- "much like Google Analytics, and visitors whose browser does not support "
550
- "Javascript will be ignored. A nice side effect is that <strong>most "
551
- "spammers, search engines and other crawlers</strong> will not be tracked."
552
- msgstr ""
553
-
554
- #: ../../admin/config/index.php:24
555
- msgid "Javascript"
556
  msgstr ""
557
 
558
- #: ../../admin/config/index.php:24
559
- msgid "Server-side"
 
 
 
 
560
  msgstr ""
561
 
562
- #: ../../admin/config/index.php:26
563
- msgid "WordPress Integration"
 
 
 
564
  msgstr ""
565
 
566
- #: ../../admin/config/index.php:27
567
- msgid "Menu Position"
568
  msgstr ""
569
 
570
- #: ../../admin/config/index.php:27
571
  msgid ""
572
- "Choose between a standalone admin menu for Slimstat or a drop down in the "
573
- "admin bar (if visible)."
 
574
  msgstr ""
575
 
576
- #: ../../admin/config/index.php:27
577
- msgid "Side Menu"
578
  msgstr ""
579
 
580
- #: ../../admin/config/index.php:27
581
- msgid "Admin Bar"
582
  msgstr ""
583
 
584
- #: ../../admin/config/index.php:28
585
- msgid "Add Stats to Posts and Pages"
 
 
586
  msgstr ""
587
 
588
- #: ../../admin/config/index.php:28
589
- msgid ""
590
- "Add a new column to the Edit Posts/Pages screens, with the number of hits "
591
- "per post."
592
  msgstr ""
593
 
594
- #: ../../admin/config/index.php:30
595
- msgid "Database"
 
 
596
  msgstr ""
597
 
598
- #: ../../admin/config/index.php:31
599
- msgid "Retain data for"
600
  msgstr ""
601
 
602
- #: ../../admin/config/index.php:31
603
  msgid ""
604
- "Delete log entries older than the number of days specified here above. Enter "
605
- "<strong>0</strong> (number zero) if you want to preserve your data "
606
- "regardless of its age."
607
  msgstr ""
608
 
609
- #: ../../admin/config/index.php:31
610
- msgid "Next clean-up on"
611
  msgstr ""
612
 
613
- #: ../../admin/config/index.php:31
614
- #, php-format
615
- msgid "Entries logged on or before %s will be permanently deleted."
616
  msgstr ""
617
 
618
- #: ../../admin/config/index.php:31 ../../admin/view/index.php:86
619
- #: ../../admin/view/wp-slimstat-db.php:76
620
- #: ../../admin/view/wp-slimstat-reports.php:779
621
- msgid "days"
622
  msgstr ""
623
 
624
- #: ../../admin/config/index.php:46
625
- msgid "Data and Formats"
 
 
 
626
  msgstr ""
627
 
628
- #: ../../admin/config/index.php:47
629
- msgid "Convert IP Addresses"
630
  msgstr ""
631
 
632
- #: ../../admin/config/index.php:47
633
- msgid "Display provider names instead of IP addresses."
 
 
 
 
 
634
  msgstr ""
635
 
636
- #: ../../admin/config/index.php:48
637
- msgid "Number Format"
638
  msgstr ""
639
 
640
- #: ../../admin/config/index.php:48
641
- msgid "Choose the number format you want to use for your reports."
642
  msgstr ""
643
 
644
- #: ../../admin/config/index.php:49
645
- msgid "Enable SOV"
646
  msgstr ""
647
 
648
- #: ../../admin/config/index.php:49
649
- msgid ""
650
- "In linguistic typology, a subject-object-verb (SOV) language is one in which "
651
- "the subject, object, and verb of a sentence appear in that order, like in "
652
- "Japanese."
653
  msgstr ""
654
 
655
- #: ../../admin/config/index.php:50
656
- msgid "Show Display Name"
657
  msgstr ""
658
 
659
- #: ../../admin/config/index.php:50
660
- msgid ""
661
- "By default, users are listed by their usernames. Use this option to "
662
- "visualize their display names instead."
663
  msgstr ""
664
 
665
- #: ../../admin/config/index.php:51
666
- msgid "Show User Agent"
667
  msgstr ""
668
 
669
- #: ../../admin/config/index.php:51
670
  msgid ""
671
- "Choose if you want to see the browser name or a complete user agent string "
672
- "when hovering on browser icons."
 
 
673
  msgstr ""
674
 
675
- #: ../../admin/config/index.php:52
676
- msgid "Show Titles"
677
  msgstr ""
678
 
679
- #: ../../admin/config/index.php:52
680
  msgid ""
681
- "Slimstat converts your permalinks into post and page titles. Disable this "
682
- "feature if you need to see the URL in your reports."
 
 
 
683
  msgstr ""
684
 
685
- #: ../../admin/config/index.php:53 ../../admin/view/right-now.php:152
686
- msgid "Date and Time"
687
  msgstr ""
688
 
689
- #: ../../admin/config/index.php:53
690
- msgid ""
691
- "<a href=\"http://php.net/manual/en/function.date.php\" target=\"_blank\">PHP "
692
- "Format</a> to use when displaying date and time of a pageview."
693
  msgstr ""
694
 
695
- #: ../../admin/config/index.php:55
696
- msgid "Functionality"
697
  msgstr ""
698
 
699
- #: ../../admin/config/index.php:56
700
- msgid "Asynchronous Views"
701
  msgstr ""
702
 
703
- #: ../../admin/config/index.php:56
704
  msgid ""
705
- "Load all the reports dynamically. It makes the reports render faster, but it "
706
- "increases the load on your server."
707
- msgstr ""
708
-
709
- #: ../../admin/config/index.php:57
710
- msgid "SlimScroll"
711
  msgstr ""
712
 
713
- #: ../../admin/config/index.php:57
714
  msgid ""
715
- "Enable SlimScroll, a slick jQuery library that replaces the built-in browser "
716
- "scrollbar."
717
  msgstr ""
718
 
719
- #: ../../admin/config/index.php:58
720
- msgid "Expand Details"
721
  msgstr ""
722
 
723
- #: ../../admin/config/index.php:58
724
- msgid "Expand each row's details by default, insted of on mousehover."
725
  msgstr ""
726
 
727
- #: ../../admin/config/index.php:59 ../../admin/config/index.php:63
728
- msgid "Rows to Display"
729
  msgstr ""
730
 
731
- #: ../../admin/config/index.php:59
732
- msgid "Specify the number of items in each report."
733
  msgstr ""
734
 
735
- #: ../../admin/config/index.php:61
736
- msgid "Activity Log"
737
  msgstr ""
738
 
739
- #: ../../admin/config/index.php:62
740
- msgid "Live Stream"
741
  msgstr ""
742
 
743
- #: ../../admin/config/index.php:62
744
- msgid ""
745
- "Enable the Live view, which refreshes the Activity Log every X seconds. "
746
- "Enter <strong>0</strong> (number zero) to deactivate this feature."
747
  msgstr ""
748
 
749
- #: ../../admin/config/index.php:62 ../../admin/config/index.php:217
750
- msgid "seconds"
751
  msgstr ""
752
 
753
- #: ../../admin/config/index.php:63
754
- msgid "Specify the number of items in the Activity Log."
755
  msgstr ""
756
 
757
- #: ../../admin/config/index.php:64
758
- msgid "Activity Log Extended"
759
  msgstr ""
760
 
761
- #: ../../admin/config/index.php:64
762
- msgid ""
763
- "Choose if you want to see outbound links listed in the Activity Log. It "
764
- "might slow down the rendering of this report."
765
  msgstr ""
766
 
767
- #: ../../admin/config/index.php:69
768
- msgid "Visitors and Known Users"
769
  msgstr ""
770
 
771
- #: ../../admin/config/index.php:70
772
- msgid "Track Registered Users"
773
  msgstr ""
774
 
775
- #: ../../admin/config/index.php:70
776
- msgid "Enable this option to track logged in users."
777
  msgstr ""
778
 
779
- #: ../../admin/config/index.php:71
780
- msgid "Blacklist by Username"
781
  msgstr ""
782
 
783
- #: ../../admin/config/index.php:71
784
- msgid ""
785
- "List all the usernames you don't want to track, separated by commas. Please "
786
- "be aware that spaces are <em>not</em> ignored and that usernames are case "
787
- "sensitive."
788
  msgstr ""
789
 
790
- #: ../../admin/config/index.php:72
791
- msgid "Blacklist by IP Address"
792
  msgstr ""
793
 
794
- #: ../../admin/config/index.php:72
795
- msgid ""
796
- "List all the IP addresses you don't want to track, separated by commas. Each "
797
- "network <strong>must</strong> be defined using the <a href='http://en."
798
- "wikipedia.org/wiki/Classless_Inter-Domain_Routing' target='_blank'>CIDR "
799
- "notation</a> (i.e. <em>192.168.0.0/24</em>). This filter applies both to the "
800
- "public IP and the originating IP, if available."
801
  msgstr ""
802
 
803
- #: ../../admin/config/index.php:73
804
- msgid "Blacklist by Capability"
805
  msgstr ""
806
 
807
- #: ../../admin/config/index.php:73
808
- msgid ""
809
- "Users having at least one of the <a href='http://codex.wordpress.org/"
810
- "Roles_and_Capabilities' target='_new'>capabilities</a> listed here below "
811
- "will not be tracked. Capabilities are case-insensitive."
812
- msgstr ""
813
-
814
- #: ../../admin/config/index.php:75
815
- msgid "Profiling"
816
- msgstr ""
817
-
818
- #: ../../admin/config/index.php:76
819
- msgid "Ignore Spammers"
820
  msgstr ""
821
 
822
- #: ../../admin/config/index.php:76
823
  msgid ""
824
- "Enable this option if you don't want to track visits from users identified "
825
- "as spammers by third-party tools like Akismet. Pageviews generated by users "
826
- "whose comments are later marked as spam, will also be removed from the "
827
- "database."
828
  msgstr ""
829
 
830
- #: ../../admin/config/index.php:77
831
- msgid "Permalinks"
832
  msgstr ""
833
 
834
- #: ../../admin/config/index.php:77
835
  msgid ""
836
- "List all the URLs on your website that you don't want to track, separated by "
837
- "commas. Don't include the domain name: <em>/about, ?p=1</em>, etc. "
838
- "Wildcards: <code>*</code> matches 'any string, including the empty string', "
839
- "<code>!</code> matches 'any character'. For example, <code>/abou*</code> "
840
- "will match /about and /abound, <code>/abo*t</code> will match /aboundant "
841
- "and /about, <code>/abo!t</code> will match /about and /abort. Strings are "
842
- "case-insensitive."
843
  msgstr ""
844
 
845
- #: ../../admin/config/index.php:78
846
- msgid "Countries"
847
  msgstr ""
848
 
849
- #: ../../admin/config/index.php:78
850
  msgid ""
851
- "Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
852
- "track, separated by commas."
853
  msgstr ""
854
 
855
- #: ../../admin/config/index.php:79
856
- msgid "User Agents"
857
  msgstr ""
858
 
859
- #: ../../admin/config/index.php:79
860
  msgid ""
861
- "Browsers (user agents) you don't want to track, separated by commas. You can "
862
- "specify the browser's version adding a slash after the name (i.e. "
863
- "<em>Firefox/3.6</em>). Wildcards: <code>*</code> matches 'any string, "
864
- "including the empty string', <code>!</code> matches 'any character'. For "
865
- "example, <code>Chr*</code> will match Chrome and Chromium, <code>IE/!.0</"
866
- "code> will match IE/7.0 and IE/8.0. Strings are case-insensitive."
867
  msgstr ""
868
 
869
- #: ../../admin/config/index.php:80
870
- msgid "Referring Sites"
871
  msgstr ""
872
 
873
- #: ../../admin/config/index.php:80
874
  msgid ""
875
- "Referring URLs that you don't want to track, separated by commas: "
876
- "<code>http://mysite.com*</code>, <code>*/ignore-me-please</code>, etc. "
877
- "Wildcards: <code>*</code> matches 'any string, including the empty string', "
878
- "<code>!</code> matches 'any character'. Strings are case-insensitive. Please "
879
- "include either a wildcard or the protocol you want to filter (http://, "
880
- "https://)."
881
  msgstr ""
882
 
883
- #: ../../admin/config/index.php:82 ../../admin/config/index.php:234
884
- msgid "Miscellaneous"
885
  msgstr ""
886
 
887
- #: ../../admin/config/index.php:83
888
- msgid "Enable Privacy Mode"
889
  msgstr ""
890
 
891
- #: ../../admin/config/index.php:83
892
- msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
 
 
893
  msgstr ""
894
 
895
- #: ../../admin/config/index.php:84
896
- msgid "Ignore Prefetch Requests"
897
  msgstr ""
898
 
899
- #: ../../admin/config/index.php:84
900
  msgid ""
901
- "Prevent Slimstat from tracking pageviews generated by Firefox's <a "
902
- "href='https://developer.mozilla.org/en/Link_prefetching_FAQ' "
903
- "target='_blank'>Link Prefetching functionality</a>."
904
  msgstr ""
905
 
906
- #: ../../admin/config/index.php:100
907
- msgid "Ignore users (username not found)"
908
  msgstr ""
909
 
910
- #: ../../admin/config/index.php:123
911
  msgid ""
912
- "Invalid capability. Please check <a href=\"http://codex.wordpress.org/"
913
- "Roles_and_Capabilities\" target=\"_new\">this page</a> for more information"
 
914
  msgstr ""
915
 
916
- #: ../../admin/config/index.php:133
917
- msgid "Reports"
918
  msgstr ""
919
 
920
- #: ../../admin/config/index.php:134
921
- msgid "Restrict Authors"
922
  msgstr ""
923
 
924
- #: ../../admin/config/index.php:134
925
- msgid ""
926
- "Enable this option if you want your authors to only see stats related to "
927
- "their own content."
928
- msgstr ""
929
 
930
- #: ../../admin/config/index.php:135 ../../admin/config/index.php:139
931
- msgid "Capability"
932
- msgstr ""
933
 
934
- #: ../../admin/config/index.php:135
935
- msgid ""
936
- "Specify the minimum <a href='http://codex.wordpress.org/"
937
- "Roles_and_Capabilities' target='_new'>capability</a> needed to access the "
938
- "reports (default: <code>activate_plugins</code>). If this field is empty, "
939
- "<strong>all your users</strong> (including subscribers) will have access to "
940
- "the reports, unless a 'Read access' whitelist has been specified here below. "
941
- "In this case, the list has precedence over the capability."
942
- msgstr ""
943
 
944
- #: ../../admin/config/index.php:136 ../../admin/config/index.php:140
945
- msgid "Whitelist"
946
- msgstr ""
947
 
948
- #: ../../admin/config/index.php:136
949
- msgid ""
950
- "List all the users who should have access to the reports, separated by "
951
- "commas. Administrators are implicitly allowed, so you don't need to list "
952
- "them in here. Usernames are case sensitive."
953
- msgstr ""
954
 
955
- #: ../../admin/config/index.php:139
956
- msgid ""
957
- "Specify the minimum <a href='http://codex.wordpress.org/"
958
- "Roles_and_Capabilities' target='_new'>capability</a> required to configure "
959
- "Slimstat (default: <code>activate_plugins</code>). The whitelist here below "
960
- "can be used to override this option for specific users."
961
- msgstr ""
962
 
963
- #: ../../admin/config/index.php:140
964
- msgid ""
965
- "List all the users who can edit these options, separated by commas. Please "
966
- "be advised that admins <strong>are not</strong> implicitly allowed, so do "
967
- "not forget to include yourself! Usernames are case sensitive."
968
- msgstr ""
969
 
970
- #: ../../admin/config/index.php:156
971
- msgid "Read access: username not found"
972
- msgstr ""
973
 
974
- #: ../../admin/config/index.php:169 ../../admin/config/index.php:200
975
- msgid ""
976
- "Invalid minimum capability. Please check <a href=\"http://codex.wordpress."
977
- "org/Roles_and_Capabilities\" target=\"_new\">this page</a> for more "
978
- "information"
979
- msgstr ""
980
 
981
- #: ../../admin/config/index.php:187
982
- msgid "Config access: username not found"
983
- msgstr ""
984
 
985
- #: ../../admin/config/index.php:215
986
- msgid "Detect Smoothing"
987
- msgstr ""
988
 
989
- #: ../../admin/config/index.php:215
990
- msgid ""
991
- "Detect if your visitors' browsers support anti-aliasing (font smoothing). "
992
- "This option required Spy Mode to be enabled."
993
- msgstr ""
994
 
995
- #: ../../admin/config/index.php:216
996
- msgid "Track Outbound Clicks"
997
- msgstr ""
998
 
999
- #: ../../admin/config/index.php:216
1000
- msgid ""
1001
- "Track when your visitors click on link to external websites. This option "
1002
- "required Spy Mode to be enabled."
1003
- msgstr ""
1004
 
1005
- #: ../../admin/config/index.php:217
1006
- msgid "Session Duration"
1007
- msgstr ""
1008
 
1009
- #: ../../admin/config/index.php:217
1010
- msgid ""
1011
- "How many seconds should a human session last? Google Analytics sets it to "
1012
- "1800 seconds."
1013
- msgstr ""
1014
 
1015
- #: ../../admin/config/index.php:218
1016
- msgid "Extend Session"
1017
- msgstr ""
1018
 
1019
- #: ../../admin/config/index.php:218
1020
- msgid "Extend the duration of a session each time the user visits a new page."
1021
- msgstr ""
1022
 
1023
- #: ../../admin/config/index.php:219
1024
- msgid "Enable CDN"
1025
- msgstr ""
1026
 
1027
- #: ../../admin/config/index.php:219
1028
- msgid ""
1029
- "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
1030
- "by serving our tracking code from their fast and reliable network (free "
1031
- "service)."
1032
- msgstr ""
1033
-
1034
- #: ../../admin/config/index.php:220
1035
- msgid "Extensions to Track"
1036
- msgstr ""
1037
-
1038
- #: ../../admin/config/index.php:220
1039
- msgid ""
1040
- "List all the file extensions that you want to be treated as Downloads. "
1041
- "Please note that links pointing to external resources (i.e. PDFs on a "
1042
- "different website) are considered Downloads and not Outbound Links (and "
1043
- "tracked as such), if their extension matches one of the ones listed here "
1044
- "below."
1045
- msgstr ""
1046
-
1047
- #: ../../admin/config/index.php:222
1048
- msgid "External Pages"
1049
- msgstr ""
1050
-
1051
- #: ../../admin/config/index.php:223
1052
- msgid "Add the following code to all the non-WP pages you want to track"
1053
- msgstr ""
1054
-
1055
- #: ../../admin/config/index.php:235
1056
- msgid "Debug Mode"
1057
- msgstr ""
1058
-
1059
- #: ../../admin/config/index.php:235
1060
- msgid "Display the SQL queries used to retrieve the data."
1061
- msgstr ""
1062
-
1063
- #: ../../admin/config/index.php:236
1064
- msgid "IP Lookup"
1065
- msgstr ""
1066
-
1067
- #: ../../admin/config/index.php:236
1068
- msgid "Customize the Geolocation service to be used in the reports."
1069
- msgstr ""
1070
-
1071
- #: ../../admin/config/index.php:237
1072
- msgid "Custom CSS"
1073
- msgstr ""
1074
-
1075
- #: ../../admin/config/index.php:237
1076
- msgid ""
1077
- "Paste here your custom stylesheet to personalize the way your reports look. "
1078
- "<a href='http://wordpress.org/plugins/wp-slimstat/faq/' "
1079
- "target='_blank'>Check the FAQ</a> for more information on how to use this "
1080
- "setting."
1081
- msgstr ""
1082
-
1083
- #: ../../admin/config/index.php:238
1084
- msgid "Enable UAN"
1085
- msgstr ""
1086
-
1087
- #: ../../admin/config/index.php:238
1088
- msgid ""
1089
- "Send anonymous data about user agents to our server for analysis. This "
1090
- "allows us to contribute to the <a href='http://browscap.org/' "
1091
- "target='_blank'>BrowsCap opensource project</a>, and improve the accuracy of "
1092
- "Slimstat's browser detection functionality. It also enables our transparent "
1093
- "ads network. No worries, your site will not be affected in any way."
1094
- msgstr ""
1095
-
1096
- #: ../../admin/config/maintenance.php:20
1097
- msgid "Your Slimstat tables have been successfully converted to InnoDB."
1098
- msgstr ""
1099
-
1100
- #: ../../admin/config/maintenance.php:30
1101
- msgid "records deleted from your database."
1102
- msgstr ""
1103
-
1104
- #: ../../admin/config/maintenance.php:35
1105
- msgid "All the records were successfully deleted."
1106
- msgstr ""
1107
-
1108
- #: ../../admin/config/maintenance.php:39
1109
- msgid "Your reports were successfully restored to their default arrangement."
1110
- msgstr ""
1111
-
1112
- #: ../../admin/config/maintenance.php:46
1113
- msgid ""
1114
- "Congrats! Slimstat is now optimized for <a href=\"http://www.youtube.com/"
1115
- "watch?v=ygE01sOhzz0\" target=\"_blank\">ludicrous speed</a>."
1116
- msgstr ""
1117
-
1118
- #: ../../admin/config/maintenance.php:53
1119
- msgid ""
1120
- "Indexing has been successfully disabled. Enjoy the extra database space you "
1121
- "just gained!"
1122
- msgstr ""
1123
-
1124
- #: ../../admin/config/maintenance.php:84
1125
- msgid "Database Information"
1126
- msgstr ""
1127
-
1128
- #: ../../admin/config/maintenance.php:87
1129
- msgid "Engine"
1130
- msgstr ""
1131
-
1132
- #: ../../admin/config/maintenance.php:91
1133
- msgid "switch to InnoDB"
1134
- msgstr ""
1135
-
1136
- #: ../../admin/config/maintenance.php:102
1137
- msgid "records"
1138
- msgstr ""
1139
-
1140
- #: ../../admin/config/maintenance.php:107
1141
- msgid "Data Maintenance"
1142
- msgstr ""
1143
-
1144
- #: ../../admin/config/maintenance.php:110
1145
- msgid "Delete pageviews where"
1146
- msgstr ""
1147
-
1148
- #: ../../admin/config/maintenance.php:124 ../../admin/view/index.php:15
1149
- msgid "equals"
1150
- msgstr ""
1151
-
1152
- #: ../../admin/config/maintenance.php:125 ../../admin/view/index.php:16
1153
- msgid "is not equal to"
1154
- msgstr ""
1155
-
1156
- #: ../../admin/config/maintenance.php:126 ../../admin/view/index.php:17
1157
- msgid "contains"
1158
- msgstr ""
1159
-
1160
- #: ../../admin/config/maintenance.php:127 ../../admin/view/index.php:18
1161
- msgid "does not contain"
1162
- msgstr ""
1163
-
1164
- #: ../../admin/config/maintenance.php:128 ../../admin/view/index.php:19
1165
- msgid "starts with"
1166
- msgstr ""
1167
-
1168
- #: ../../admin/config/maintenance.php:129 ../../admin/view/index.php:20
1169
- msgid "ends with"
1170
- msgstr ""
1171
-
1172
- #: ../../admin/config/maintenance.php:130 ../../admin/view/index.php:21
1173
- msgid "sounds like"
1174
- msgstr ""
1175
-
1176
- #: ../../admin/config/maintenance.php:131 ../../admin/view/index.php:22
1177
- msgid "is greater than"
1178
- msgstr ""
1179
-
1180
- #: ../../admin/config/maintenance.php:132 ../../admin/view/index.php:23
1181
- msgid "is less than"
1182
- msgstr ""
1183
-
1184
- #: ../../admin/config/maintenance.php:133 ../../admin/view/index.php:25
1185
- msgid "matches"
1186
- msgstr ""
1187
-
1188
- #: ../../admin/config/maintenance.php:134 ../../admin/view/index.php:26
1189
- msgid "does not match"
1190
- msgstr ""
1191
-
1192
- #: ../../admin/config/maintenance.php:135 ../../admin/view/index.php:27
1193
- msgid "is empty"
1194
- msgstr ""
1195
-
1196
- #: ../../admin/config/maintenance.php:136 ../../admin/view/index.php:28
1197
- msgid "is not empty"
1198
- msgstr ""
1199
-
1200
- #: ../../admin/config/maintenance.php:139 ../../admin/view/index.php:41
1201
- #: ../../admin/view/index.php:87
1202
- msgid "Apply"
1203
- msgstr ""
1204
-
1205
- #: ../../admin/config/maintenance.php:140
1206
- msgid ""
1207
- "Are you sure you want to PERMANENTLY delete these records from your database?"
1208
- msgstr ""
1209
-
1210
- #: ../../admin/config/maintenance.php:145
1211
- msgid "Empty Database"
1212
- msgstr ""
1213
-
1214
- #: ../../admin/config/maintenance.php:148
1215
- msgid ""
1216
- "Are you sure you want to PERMANENTLY DELETE ALL the records from your "
1217
- "database?"
1218
- msgstr ""
1219
-
1220
- #: ../../admin/config/maintenance.php:148
1221
- msgid "Delete All Pageviews"
1222
- msgstr ""
1223
-
1224
- #: ../../admin/config/maintenance.php:149
1225
- msgid ""
1226
- "Erase all the information collected so far by Slimstat. This operation "
1227
- "<strong>does not</strong> reset your settings."
1228
- msgstr ""
1229
-
1230
- #: ../../admin/config/maintenance.php:153
1231
- msgid "Reset Reports"
1232
- msgstr ""
1233
-
1234
- #: ../../admin/config/maintenance.php:156
1235
- msgid ""
1236
- "Are you sure you want to restore the default arrangement of your reports?"
1237
- msgstr ""
1238
-
1239
- #: ../../admin/config/maintenance.php:156
1240
- msgid "No Panic Button"
1241
- msgstr ""
1242
-
1243
- #: ../../admin/config/maintenance.php:157
1244
- msgid ""
1245
- "Reset the default arrangement of your reports. Helpful when, for some "
1246
- "reason, reports disappear from your panels."
1247
- msgstr ""
1248
-
1249
- #: ../../admin/config/maintenance.php:161
1250
- msgid "Performance"
1251
- msgstr ""
1252
-
1253
- #: ../../admin/config/maintenance.php:164
1254
- msgid "Improve Performance"
1255
- msgstr ""
1256
-
1257
- #: ../../admin/config/maintenance.php:165
1258
- msgid ""
1259
- "Please note that you will need about 30% more DB space to store the extra "
1260
- "information required."
1261
- msgstr ""
1262
-
1263
- #: ../../admin/config/maintenance.php:169
1264
- msgid "Save DB Space"
1265
- msgstr ""
1266
-
1267
- #: ../../admin/config/maintenance.php:170
1268
- msgid ""
1269
- "Please note that by removing table indexes, Slimstat's performance will be "
1270
- "affected."
1271
- msgstr ""
1272
-
1273
- #: ../../admin/config/maintenance.php:175
1274
- msgid "Import and Export"
1275
- msgstr ""
1276
-
1277
- #: ../../admin/config/maintenance.php:179
1278
- msgid ""
1279
- "Here below you can find the current configuration string for Slimstat. You "
1280
- "can update your settings by pasting a new string here below and clicking on "
1281
- "Import."
1282
- msgstr ""
1283
-
1284
- #: ../../admin/config/maintenance.php:184
1285
- msgid "Import"
1286
- msgstr ""
1287
-
1288
- #: ../../admin/config/maintenance.php:185
1289
- msgid "Are you sure you want to OVERWRITE your current settings?"
1290
- msgstr ""
1291
-
1292
- #: ../../admin/lang/dynamic_strings.php:3
1293
- msgid "xx"
1294
- msgstr "Unknown"
1295
-
1296
- #: ../../admin/lang/dynamic_strings.php:4
1297
- msgid "unknown"
1298
- msgstr "Unknown"
1299
-
1300
- #: ../../admin/lang/dynamic_strings.php:5
1301
- msgid "win8.1"
1302
- msgstr "Windows 8.1"
1303
-
1304
- #: ../../admin/lang/dynamic_strings.php:6
1305
- msgid "win8"
1306
- msgstr "Windows 8"
1307
-
1308
- #: ../../admin/lang/dynamic_strings.php:7
1309
- msgid "win7"
1310
- msgstr "Windows 7"
1311
-
1312
- #: ../../admin/lang/dynamic_strings.php:8
1313
- msgid "winvista"
1314
- msgstr "Windows Vista"
1315
-
1316
- #: ../../admin/lang/dynamic_strings.php:9
1317
- msgid "win2003"
1318
- msgstr "Windows 2003"
1319
-
1320
- #: ../../admin/lang/dynamic_strings.php:10
1321
- msgid "winxp"
1322
- msgstr "Windows XP"
1323
-
1324
- #: ../../admin/lang/dynamic_strings.php:11
1325
- msgid "winnt"
1326
- msgstr "Windows NT"
1327
-
1328
- #: ../../admin/lang/dynamic_strings.php:12
1329
- msgid "win2000"
1330
- msgstr "Windows 2000"
1331
-
1332
- #: ../../admin/lang/dynamic_strings.php:13
1333
- msgid "winme"
1334
- msgstr "Windows ME"
1335
-
1336
- #: ../../admin/lang/dynamic_strings.php:14
1337
- msgid "win98"
1338
- msgstr "Windows 98"
1339
-
1340
- #: ../../admin/lang/dynamic_strings.php:15
1341
- msgid "win95"
1342
- msgstr "Windows 95"
1343
-
1344
- #: ../../admin/lang/dynamic_strings.php:16
1345
- msgid "win31"
1346
- msgstr "Windows 3.1"
1347
-
1348
- #: ../../admin/lang/dynamic_strings.php:17
1349
- msgid "win32"
1350
- msgstr "Windows 32-bit"
1351
-
1352
- #: ../../admin/lang/dynamic_strings.php:18
1353
- msgid "win16"
1354
- msgstr "Windows 16-bit"
1355
-
1356
- #: ../../admin/lang/dynamic_strings.php:19
1357
- msgid "mac68k"
1358
- msgstr "Mac 68k"
1359
-
1360
- #: ../../admin/lang/dynamic_strings.php:20
1361
- msgid "macosx"
1362
- msgstr "Mac OS X"
1363
-
1364
- #: ../../admin/lang/dynamic_strings.php:21
1365
- msgid "macppc"
1366
- msgstr "Mac PowerPC"
1367
-
1368
- #: ../../admin/lang/dynamic_strings.php:22
1369
- msgid "mac"
1370
- msgstr "Mac"
1371
 
1372
  #: ../../admin/lang/dynamic_strings.php:23
1373
  msgid "os/2"
@@ -2690,7 +2274,7 @@ msgid "l-zu-za"
2690
  msgstr "Zulu (South Africa)"
2691
 
2692
  #: ../../admin/lang/dynamic_strings.php:298
2693
- #: ../../admin/view/wp-slimstat-reports.php:503
2694
  msgid "l-"
2695
  msgstr "Unknown"
2696
 
@@ -2712,55 +2296,75 @@ msgstr "Local IP"
2712
  msgid "is between (x,y)"
2713
  msgstr ""
2714
 
2715
- #: ../../admin/view/index.php:57 ../../admin/view/wp-slimstat-reports.php:800
 
 
 
 
2716
  msgid "Today"
2717
  msgstr ""
2718
 
2719
- #: ../../admin/view/index.php:58 ../../admin/view/wp-slimstat-reports.php:801
2720
  msgid "Yesterday"
2721
  msgstr ""
2722
 
2723
- #: ../../admin/view/index.php:59
2724
  msgid "Last 7 Days"
2725
  msgstr ""
2726
 
2727
- #: ../../admin/view/index.php:60
2728
  msgid "Last 60 Days"
2729
  msgstr ""
2730
 
2731
- #: ../../admin/view/index.php:61
2732
  msgid "Last 90 Days"
2733
  msgstr ""
2734
 
2735
- #: ../../admin/view/index.php:62
2736
  msgid "This Year So Far"
2737
  msgstr ""
2738
 
2739
- #: ../../admin/view/index.php:63
2740
  msgid "Date Range"
2741
  msgstr ""
2742
 
2743
- #: ../../admin/view/index.php:65 ../../admin/view/wp-slimstat-db.php:73
2744
  msgid "Day"
2745
  msgstr ""
2746
 
2747
- #: ../../admin/view/index.php:75 ../../admin/view/wp-slimstat-db.php:74
2748
  msgid "Month"
2749
  msgstr ""
2750
 
2751
- #: ../../admin/view/index.php:84 ../../admin/view/wp-slimstat-db.php:75
2752
  msgid "Year"
2753
  msgstr ""
2754
 
2755
- #: ../../admin/view/index.php:89
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2756
  msgid "Reset Filters"
2757
  msgstr ""
2758
 
2759
- #: ../../admin/view/index.php:130
2760
  msgid "Your report here"
2761
  msgstr ""
2762
 
2763
- #: ../../admin/view/index.php:132
2764
  msgid ""
2765
  "Yes, you can! Create and view your personalized analytics for Slimstat. Just "
2766
  "write a new plugin that retrieves the desired information from the database "
@@ -2769,58 +2373,63 @@ msgid ""
2769
  "forum_id=10\" target=\"_blank\">support forum</a>."
2770
  msgstr ""
2771
 
2772
- #: ../../admin/view/index.php:146 ../../admin/view/wp-slimstat-reports.php:791
2773
- #: ../../admin/view/wp-slimstat-reports.php:893
2774
- #: ../../admin/view/wp-slimstat-reports.php:1116
2775
  msgid "Pageviews"
2776
  msgstr ""
2777
 
2778
- #: ../../admin/view/index.php:149
2779
  msgid ""
2780
  "When visitors leave a comment on your blog, WordPress assigns them a cookie. "
2781
  "Slimstat leverages this information to identify returning visitors. Please "
2782
  "note that visitors also include registered users."
2783
  msgstr ""
2784
 
2785
- #: ../../admin/view/index.php:153 ../../admin/view/index.php:191
2786
- #: ../../admin/view/index.php:194 ../../admin/view/right-now.php:21
2787
  msgid "Color codes"
2788
  msgstr ""
2789
 
2790
- #: ../../admin/view/index.php:153 ../../admin/view/right-now.php:21
2791
  msgid "From search result page"
2792
  msgstr ""
2793
 
2794
- #: ../../admin/view/index.php:153 ../../admin/view/index.php:191
2795
- #: ../../admin/view/index.php:194 ../../admin/view/right-now.php:21
 
 
 
 
 
2796
  msgid "Known Users"
2797
  msgstr ""
2798
 
2799
- #: ../../admin/view/index.php:153 ../../admin/view/index.php:191
2800
- #: ../../admin/view/index.php:194 ../../admin/view/right-now.php:21
2801
  msgid "Other Humans"
2802
  msgstr ""
2803
 
2804
- #: ../../admin/view/index.php:153 ../../admin/view/right-now.php:21
2805
  msgid "Bot or Crawler"
2806
  msgstr ""
2807
 
2808
- #: ../../admin/view/index.php:157
2809
  msgid "Keywords used by your visitors to find your website on a search engine."
2810
  msgstr ""
2811
 
2812
- #: ../../admin/view/index.php:160
2813
  msgid ""
2814
  "Slimstat retrieves live information from Alexa, Facebook and Google, to "
2815
  "measures your site's rankings. Values are updated every 12 hours. Filters "
2816
  "set above don't apply to this report."
2817
  msgstr ""
2818
 
2819
- #: ../../admin/view/index.php:163
2820
  msgid "Human Visits"
2821
  msgstr ""
2822
 
2823
- #: ../../admin/view/index.php:166
2824
  msgid ""
2825
  "Internet Service Provider: a company which provides other companies or "
2826
  "individuals with access to the Internet. Your DSL or cable internet service "
@@ -2828,52 +2437,58 @@ msgid ""
2828
  "by setting the corresponding filter under Settings > Slimstat > Filters."
2829
  msgstr ""
2830
 
2831
- #: ../../admin/view/index.php:169
2832
  msgid ""
2833
  "You can configure Slimstat to ignore a specific Country by setting the "
2834
  "corresponding filter under Settings > Slimstat > Filters."
2835
  msgstr ""
2836
 
2837
- #: ../../admin/view/index.php:172
2838
  msgid ""
2839
  "This report shows you what user agent families (no version considered) are "
2840
  "popular among your visitors."
2841
  msgstr ""
2842
 
2843
- #: ../../admin/view/index.php:175
2844
  msgid ""
2845
  "This report shows you what operating system families (no version considered) "
2846
  "are popular among your visitors."
2847
  msgstr ""
2848
 
2849
- #: ../../admin/view/index.php:181
 
 
 
 
 
 
2850
  msgid "Average Pageviews per Visit"
2851
  msgstr ""
2852
 
2853
- #: ../../admin/view/index.php:184
2854
  msgid ""
2855
  "A <em>bounce page</em> is a single-page visit, or visit in which the person "
2856
  "left your site from the entrance (landing) page."
2857
  msgstr ""
2858
 
2859
- #: ../../admin/view/index.php:187
2860
  msgid "Searches performed using Wordpress' built-in search functionality."
2861
  msgstr ""
2862
 
2863
- #: ../../admin/view/index.php:191
2864
  msgid ""
2865
  "<strong>Link Details</strong><br>- <em>A:n</em> means that the n-th link in "
2866
  "the page was clicked.<br>- <em>ID:xx</em> is shown when the corresponding "
2867
  "link has an ID attribute associated to it."
2868
  msgstr ""
2869
 
2870
- #: ../../admin/view/index.php:194
2871
  msgid ""
2872
  "This report lists any <em>event</em> occurred on your website. Please refer "
2873
  "to the FAQ for more information on how to leverage this functionality."
2874
  msgstr ""
2875
 
2876
- #: ../../admin/view/index.php:197
2877
  msgid ""
2878
  "Your content at a glance: posts, comments, pingbacks, etc. Please note that "
2879
  "this report is not affected by the filters set here above."
@@ -2896,19 +2511,24 @@ msgid "Syndication Reader"
2896
  msgstr ""
2897
 
2898
  #: ../../admin/view/right-now.php:30
2899
- #: ../../admin/view/wp-slimstat-reports.php:438
2900
- #: ../../admin/view/wp-slimstat-reports.php:697
2901
  msgid "No data to display"
2902
  msgstr ""
2903
 
2904
  # Unknown
2905
  #: ../../admin/view/right-now.php:56
2906
- #: ../../admin/view/wp-slimstat-reports.php:491
2907
- #: ../../admin/view/wp-slimstat-reports.php:740
2908
- #: ../../admin/view/wp-slimstat-reports.php:1004
2909
  msgid "c-"
2910
  msgstr "Unknown"
2911
 
 
 
 
 
 
2912
  #: ../../admin/view/right-now.php:130
2913
  msgid "Server Latency and Page Speed in milliseconds"
2914
  msgstr ""
@@ -2922,10 +2542,10 @@ msgid "PS"
2922
  msgstr ""
2923
 
2924
  #: ../../admin/view/right-now.php:140
2925
- #: ../../admin/view/wp-slimstat-reports.php:550
2926
- #: ../../admin/view/wp-slimstat-reports.php:554
2927
- #: ../../admin/view/wp-slimstat-reports.php:722
2928
- #: ../../admin/view/wp-slimstat-reports.php:760
2929
  msgid "Open this URL in a new window"
2930
  msgstr ""
2931
 
@@ -2933,6 +2553,11 @@ msgstr ""
2933
  msgid "Local search results page"
2934
  msgstr ""
2935
 
 
 
 
 
 
2936
  #: ../../admin/view/right-now.php:150
2937
  msgid "Open this referrer in a new window"
2938
  msgstr ""
@@ -2941,41 +2566,150 @@ msgstr ""
2941
  msgid "Open this outbound link in a new window"
2942
  msgstr ""
2943
 
 
 
 
 
2944
  #: ../../admin/view/right-now.php:153
2945
  msgid "Content Type"
2946
  msgstr ""
2947
 
2948
- #: ../../admin/view/wp-slimstat-db.php:43
 
 
 
 
 
 
 
 
 
 
 
2949
  msgid "IP Address"
2950
  msgstr ""
2951
 
2952
- #: ../../admin/view/wp-slimstat-db.php:48
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2953
  msgid "Domain"
2954
  msgstr ""
2955
 
2956
- #: ../../admin/view/wp-slimstat-db.php:51
 
 
 
 
 
 
 
 
 
 
2957
  msgid "Page Speed"
2958
  msgstr ""
2959
 
2960
- #: ../../admin/view/wp-slimstat-db.php:53
2961
  msgid "-- Advanced filters --"
2962
  msgstr ""
2963
 
2964
- #: ../../admin/view/wp-slimstat-db.php:54
2965
  #: ../../admin/view/wp-slimstat-reports.php:64
2966
  msgid "Browser Capabilities"
2967
  msgstr ""
2968
 
2969
- #: ../../admin/view/wp-slimstat-db.php:61
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2970
  msgid "Server Latency"
2971
  msgstr ""
2972
 
2973
- #: ../../admin/view/wp-slimstat-db.php:67
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2974
  msgid "Resource ID"
2975
  msgstr ""
2976
 
2977
- #: ../../admin/view/wp-slimstat-db.php:72
2978
- msgid "Hour"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2979
  msgstr ""
2980
 
2981
  #: ../../admin/view/wp-slimstat-db.php:78
@@ -2990,6 +2724,41 @@ msgstr ""
2990
  msgid "Start From"
2991
  msgstr ""
2992
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2993
  #: ../../admin/view/wp-slimstat-reports.php:44
2994
  msgid "Pageviews (chart)"
2995
  msgstr ""
@@ -3219,310 +2988,319 @@ msgstr ""
3219
  msgid "Activity"
3220
  msgstr ""
3221
 
3222
- #: ../../admin/view/wp-slimstat-reports.php:219
3223
  msgid "Chart controls"
3224
  msgstr ""
3225
 
3226
- #: ../../admin/view/wp-slimstat-reports.php:219
3227
  msgid "Use your mouse wheel to zoom in and out"
3228
  msgstr ""
3229
 
3230
- #: ../../admin/view/wp-slimstat-reports.php:219
3231
  msgid "While zooming in, drag the chart to move to a different area"
3232
  msgstr ""
3233
 
3234
- #: ../../admin/view/wp-slimstat-reports.php:219
3235
  msgid "Double click on an empty region to reset the zoom level"
3236
  msgstr ""
3237
 
3238
- #: ../../admin/view/wp-slimstat-reports.php:232
3239
  msgid "src"
3240
  msgstr ""
3241
 
3242
- #: ../../admin/view/wp-slimstat-reports.php:233
3243
  msgid "serp"
3244
  msgstr ""
3245
 
3246
- #: ../../admin/view/wp-slimstat-reports.php:238
3247
  msgid "Go to the corresponding search engine result page"
3248
  msgstr ""
3249
 
3250
- #: ../../admin/view/wp-slimstat-reports.php:241
3251
  msgid "Go to the referring page"
3252
  msgstr ""
3253
 
3254
- #: ../../admin/view/wp-slimstat-reports.php:264
3255
  msgid "Remove filter for"
3256
  msgstr ""
3257
 
3258
- #: ../../admin/view/wp-slimstat-reports.php:271
 
 
 
 
3259
  msgid "Reset All"
3260
  msgstr ""
3261
 
3262
- #: ../../admin/view/wp-slimstat-reports.php:274
3263
  msgid "Current filters:"
3264
  msgstr ""
3265
 
3266
- #: ../../admin/view/wp-slimstat-reports.php:278
3267
  msgid "Refresh"
3268
  msgstr ""
3269
 
3270
- #: ../../admin/view/wp-slimstat-reports.php:352
3271
  #, php-format
3272
  msgid "Results %s - %s of %s"
3273
  msgstr ""
3274
 
3275
- #: ../../admin/view/wp-slimstat-reports.php:354
3276
  msgid "Refresh in"
3277
  msgstr ""
3278
 
3279
- #: ../../admin/view/wp-slimstat-reports.php:376
3280
- #: ../../admin/view/wp-slimstat-reports.php:388
3281
  #, php-format
3282
  msgid "Daily %s"
3283
  msgstr ""
3284
 
3285
- #: ../../admin/view/wp-slimstat-reports.php:379
3286
  #, php-format
3287
  msgid "%s Minute by Minute"
3288
  msgstr ""
3289
 
3290
- #: ../../admin/view/wp-slimstat-reports.php:382
3291
  #, php-format
3292
  msgid "Hourly %s"
3293
  msgstr ""
3294
 
3295
- #: ../../admin/view/wp-slimstat-reports.php:385
3296
  #, php-format
3297
  msgid "Monthly %s"
3298
  msgstr ""
3299
 
3300
- #: ../../admin/view/wp-slimstat-reports.php:473
3301
  msgid "Category ID"
3302
  msgstr ""
3303
 
3304
- #: ../../admin/view/wp-slimstat-reports.php:506
3305
  msgid "OS Code"
3306
  msgstr ""
3307
 
3308
- #: ../../admin/view/wp-slimstat-reports.php:516
3309
  msgid "Referrer"
3310
  msgstr ""
3311
 
3312
- #: ../../admin/view/wp-slimstat-reports.php:540
3313
- #: ../../admin/view/wp-slimstat-reports.php:828
3314
- #: ../../admin/view/wp-slimstat-reports.php:837
3315
- #: ../../admin/view/wp-slimstat-reports.php:843
3316
- #: ../../admin/view/wp-slimstat-reports.php:849
3317
- #: ../../admin/view/wp-slimstat-reports.php:855
3318
- #: ../../admin/view/wp-slimstat-reports.php:861
3319
- #: ../../admin/view/wp-slimstat-reports.php:867
3320
- #: ../../admin/view/wp-slimstat-reports.php:873
3321
  msgid "Hits"
3322
  msgstr ""
3323
 
3324
- #: ../../admin/view/wp-slimstat-reports.php:714
3325
  msgid "Search for"
3326
  msgstr ""
3327
 
3328
- #: ../../admin/view/wp-slimstat-reports.php:750
3329
- #: ../../admin/view/wp-slimstat-reports.php:760
3330
  msgid "Source"
3331
  msgstr ""
3332
 
3333
- #: ../../admin/view/wp-slimstat-reports.php:752
3334
  msgid "Keywords"
3335
  msgstr ""
3336
 
3337
- #: ../../admin/view/wp-slimstat-reports.php:760
3338
  #, php-format
3339
  msgid "Filter results where resource equals %s"
3340
  msgstr ""
3341
 
3342
- #: ../../admin/view/wp-slimstat-reports.php:761
3343
  msgid "Link Details"
3344
  msgstr ""
3345
 
3346
- #: ../../admin/view/wp-slimstat-reports.php:774
3347
  msgid "Total Pageviews"
3348
  msgstr ""
3349
 
3350
- #: ../../admin/view/wp-slimstat-reports.php:775
3351
  msgid "DB Size"
3352
  msgstr ""
3353
 
3354
- #: ../../admin/view/wp-slimstat-reports.php:776
3355
  msgid "Tracking Active"
3356
  msgstr ""
3357
 
3358
- #: ../../admin/view/wp-slimstat-reports.php:777
3359
  msgid "Javascript Mode"
3360
  msgstr ""
3361
 
3362
- #: ../../admin/view/wp-slimstat-reports.php:778
3363
  msgid "Tracking Browser Caps"
3364
  msgstr ""
3365
 
3366
- #: ../../admin/view/wp-slimstat-reports.php:779
3367
  msgid "Auto purge"
3368
  msgstr ""
3369
 
3370
- #: ../../admin/view/wp-slimstat-reports.php:780
 
 
 
 
 
3371
  msgid "Oldest pageview"
3372
  msgstr ""
3373
 
3374
- #: ../../admin/view/wp-slimstat-reports.php:780
3375
  msgid "No visits"
3376
  msgstr ""
3377
 
3378
- #: ../../admin/view/wp-slimstat-reports.php:790
3379
- #: ../../admin/view/wp-slimstat-reports.php:892
3380
  msgid ""
3381
  "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
3382
  "the tracking code is executed."
3383
  msgstr ""
3384
 
3385
- #: ../../admin/view/wp-slimstat-reports.php:792
3386
  msgid "How many pages have been visited on average during the current period."
3387
  msgstr ""
3388
 
3389
- #: ../../admin/view/wp-slimstat-reports.php:793
3390
  msgid "Average Pageviews"
3391
  msgstr ""
3392
 
3393
- #: ../../admin/view/wp-slimstat-reports.php:794
3394
  msgid ""
3395
  "Visitors who landed on your site after searching for a keyword on Google, "
3396
  "Yahoo, etc."
3397
  msgstr ""
3398
 
3399
- #: ../../admin/view/wp-slimstat-reports.php:795
3400
  msgid "From Search Results"
3401
  msgstr ""
3402
 
3403
- #: ../../admin/view/wp-slimstat-reports.php:796
3404
  msgid ""
3405
  "Used to differentiate between multiple requests to download a file from one "
3406
  "internet address (IP) and requests originating from many distinct addresses"
3407
  msgstr ""
3408
 
3409
- #: ../../admin/view/wp-slimstat-reports.php:797
3410
- #: ../../admin/view/wp-slimstat-reports.php:812
3411
- #: ../../admin/view/wp-slimstat-reports.php:1116
3412
- #: ../../admin/view/wp-slimstat-reports.php:1120
3413
- #: ../../admin/view/wp-slimstat-reports.php:1124
3414
  msgid "Unique IPs"
3415
  msgstr ""
3416
 
3417
- #: ../../admin/view/wp-slimstat-reports.php:798
3418
  msgid "Last 5 minutes"
3419
  msgstr ""
3420
 
3421
- #: ../../admin/view/wp-slimstat-reports.php:799
3422
  msgid "Last 30 minutes"
3423
  msgstr ""
3424
 
3425
- #: ../../admin/view/wp-slimstat-reports.php:809
3426
  msgid ""
3427
  "A visit is a session of at most 30 minutes. Returning visitors are counted "
3428
  "multiple times if they perform multiple visits."
3429
  msgstr ""
3430
 
3431
- #: ../../admin/view/wp-slimstat-reports.php:810
3432
  msgid "Human visits"
3433
  msgstr ""
3434
 
3435
- #: ../../admin/view/wp-slimstat-reports.php:811
3436
  msgid "It includes only traffic generated by human visitors."
3437
  msgstr ""
3438
 
3439
- #: ../../admin/view/wp-slimstat-reports.php:813
3440
- #: ../../admin/view/wp-slimstat-reports.php:904
3441
  msgid ""
3442
  "Percentage of single-page visits, i.e. visits in which the person left your "
3443
  "site from the entrance page."
3444
  msgstr ""
3445
 
3446
- #: ../../admin/view/wp-slimstat-reports.php:814
3447
  msgid "Bounce rate"
3448
  msgstr ""
3449
 
3450
- #: ../../admin/view/wp-slimstat-reports.php:815
3451
  msgid "Visitors who had previously left a comment on your blog."
3452
  msgstr ""
3453
 
3454
- #: ../../admin/view/wp-slimstat-reports.php:816
3455
  msgid "Known visitors"
3456
  msgstr ""
3457
 
3458
- #: ../../admin/view/wp-slimstat-reports.php:817
3459
  msgid "Human users who visited your site only once."
3460
  msgstr ""
3461
 
3462
- #: ../../admin/view/wp-slimstat-reports.php:818
3463
  msgid "New visitors"
3464
  msgstr ""
3465
 
3466
- #: ../../admin/view/wp-slimstat-reports.php:819
3467
  msgid "Bots"
3468
  msgstr ""
3469
 
3470
- #: ../../admin/view/wp-slimstat-reports.php:820
3471
  msgid "Pages per visit"
3472
  msgstr ""
3473
 
3474
- #: ../../admin/view/wp-slimstat-reports.php:821
3475
- #: ../../admin/view/wp-slimstat-reports.php:1129
3476
  msgid "Longest visit"
3477
  msgstr ""
3478
 
3479
- #: ../../admin/view/wp-slimstat-reports.php:821
3480
  msgid "hits"
3481
  msgstr ""
3482
 
3483
- #: ../../admin/view/wp-slimstat-reports.php:839
3484
  msgid "0 - 30 seconds"
3485
  msgstr ""
3486
 
3487
- #: ../../admin/view/wp-slimstat-reports.php:845
3488
  msgid "31 - 60 seconds"
3489
  msgstr ""
3490
 
3491
- #: ../../admin/view/wp-slimstat-reports.php:851
3492
  msgid "1 - 3 minutes"
3493
  msgstr ""
3494
 
3495
- #: ../../admin/view/wp-slimstat-reports.php:857
3496
  msgid "3 - 5 minutes"
3497
  msgstr ""
3498
 
3499
- #: ../../admin/view/wp-slimstat-reports.php:863
3500
  msgid "5 - 7 minutes"
3501
  msgstr ""
3502
 
3503
- #: ../../admin/view/wp-slimstat-reports.php:869
3504
  msgid "7 - 10 minutes"
3505
  msgstr ""
3506
 
3507
- #: ../../admin/view/wp-slimstat-reports.php:875
3508
  msgid "More than 10 minutes"
3509
  msgstr ""
3510
 
3511
- #: ../../admin/view/wp-slimstat-reports.php:884
3512
  msgid "Average time on site"
3513
  msgstr ""
3514
 
3515
- #: ../../admin/view/wp-slimstat-reports.php:894
3516
  msgid ""
3517
  "A referrer (or referring site) is the site that a visitor previously visited "
3518
  "before following a link to your site."
3519
  msgstr ""
3520
 
3521
- #: ../../admin/view/wp-slimstat-reports.php:895
3522
  msgid "Unique Referrers"
3523
  msgstr ""
3524
 
3525
- #: ../../admin/view/wp-slimstat-reports.php:896
3526
  msgid ""
3527
  "Visitors who visited the site by typing the URL directly into their browser. "
3528
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
@@ -3530,21 +3308,21 @@ msgid ""
3530
  "documents that don't include tracking variables."
3531
  msgstr ""
3532
 
3533
- #: ../../admin/view/wp-slimstat-reports.php:897
3534
  msgid "Direct Pageviews"
3535
  msgstr ""
3536
 
3537
- #: ../../admin/view/wp-slimstat-reports.php:898
3538
  msgid ""
3539
  "Visitors who came to your site via searches on Google or some other search "
3540
  "engine."
3541
  msgstr ""
3542
 
3543
- #: ../../admin/view/wp-slimstat-reports.php:899
3544
  msgid "From a search result"
3545
  msgstr ""
3546
 
3547
- #: ../../admin/view/wp-slimstat-reports.php:900
3548
  msgid ""
3549
  "The first page that a user views during a session. This is also known as the "
3550
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
@@ -3552,1225 +3330,1505 @@ msgid ""
3552
  "a landing page."
3553
  msgstr ""
3554
 
3555
- #: ../../admin/view/wp-slimstat-reports.php:901
3556
  msgid "Unique Landing Pages"
3557
  msgstr ""
3558
 
3559
- #: ../../admin/view/wp-slimstat-reports.php:902
3560
  msgid "Number of single-page visits to your site over the selected period."
3561
  msgstr ""
3562
 
3563
- #: ../../admin/view/wp-slimstat-reports.php:903
3564
  msgid "Bounce Pages"
3565
  msgstr ""
3566
 
3567
- #: ../../admin/view/wp-slimstat-reports.php:905
3568
  msgid "New Visitors Rate"
3569
  msgstr ""
3570
 
3571
- #: ../../admin/view/wp-slimstat-reports.php:906
3572
  msgid ""
3573
  "Visitors who visited the site in the last 5 minutes coming from a search "
3574
  "engine."
3575
  msgstr ""
3576
 
3577
- #: ../../admin/view/wp-slimstat-reports.php:907
3578
  msgid "Currently from search engines"
3579
  msgstr ""
3580
 
3581
- #: ../../admin/view/wp-slimstat-reports.php:975
3582
  msgid "Number of pages in your site included in Google's index."
3583
  msgstr ""
3584
 
3585
- #: ../../admin/view/wp-slimstat-reports.php:976
3586
  msgid "Google Index"
3587
  msgstr ""
3588
 
3589
- #: ../../admin/view/wp-slimstat-reports.php:977
3590
  msgid "Number of pages, according to Google, that link back to your site."
3591
  msgstr ""
3592
 
3593
- #: ../../admin/view/wp-slimstat-reports.php:978
3594
  msgid "Google Backlinks"
3595
  msgstr ""
3596
 
3597
- #: ../../admin/view/wp-slimstat-reports.php:979
3598
  msgid ""
3599
  "How many times the Facebook Like button has been approximately clicked on "
3600
  "your site."
3601
  msgstr ""
3602
 
3603
- #: ../../admin/view/wp-slimstat-reports.php:980
3604
  msgid "Facebook Likes"
3605
  msgstr ""
3606
 
3607
- #: ../../admin/view/wp-slimstat-reports.php:981
3608
  msgid ""
3609
  "How many times your site has been shared by someone on the social network."
3610
  msgstr ""
3611
 
3612
- #: ../../admin/view/wp-slimstat-reports.php:982
3613
  msgid "Facebook Shares"
3614
  msgstr ""
3615
 
3616
- #: ../../admin/view/wp-slimstat-reports.php:983
3617
  msgid "How many times links to your website have been clicked on Facebook."
3618
  msgstr ""
3619
 
3620
- #: ../../admin/view/wp-slimstat-reports.php:984
3621
  msgid "Facebook Clicks"
3622
  msgstr ""
3623
 
3624
- #: ../../admin/view/wp-slimstat-reports.php:985
3625
  msgid ""
3626
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
3627
  "traffic data."
3628
  msgstr ""
3629
 
3630
- #: ../../admin/view/wp-slimstat-reports.php:986
3631
  msgid "Alexa World Rank"
3632
  msgstr ""
3633
 
3634
- #: ../../admin/view/wp-slimstat-reports.php:987
3635
  msgid "Alexa Country Rank"
3636
  msgstr ""
3637
 
3638
- #: ../../admin/view/wp-slimstat-reports.php:988
3639
  msgid "Alexa Popularity"
3640
  msgstr ""
3641
 
3642
  # Unknown
3643
- #: ../../admin/view/wp-slimstat-reports.php:995
3644
  msgid "c-xx"
3645
  msgstr "Unknown"
3646
 
3647
  # Afghanistan
3648
- #: ../../admin/view/wp-slimstat-reports.php:995
3649
  msgid "c-af"
3650
  msgstr "Afghanistan"
3651
 
3652
  # Åland Islands
3653
- #: ../../admin/view/wp-slimstat-reports.php:995
3654
  msgid "c-ax"
3655
  msgstr "Aland Islands"
3656
 
3657
  # Albania
3658
- #: ../../admin/view/wp-slimstat-reports.php:995
3659
  msgid "c-al"
3660
  msgstr "Albania"
3661
 
3662
  # Algeria
3663
- #: ../../admin/view/wp-slimstat-reports.php:995
3664
  msgid "c-dz"
3665
  msgstr "Algeria"
3666
 
3667
  # Andorra
3668
- #: ../../admin/view/wp-slimstat-reports.php:995
3669
  msgid "c-ad"
3670
  msgstr "Andorra"
3671
 
3672
  # Angola
3673
- #: ../../admin/view/wp-slimstat-reports.php:995
3674
  msgid "c-ao"
3675
  msgstr "Angola"
3676
 
3677
  # Anguilla
3678
- #: ../../admin/view/wp-slimstat-reports.php:995
3679
  msgid "c-ai"
3680
  msgstr "Anguilla"
3681
 
3682
  # Antigua and Barbuda
3683
- #: ../../admin/view/wp-slimstat-reports.php:995
3684
  msgid "c-ag"
3685
  msgstr "Antigua and Barbuda"
3686
 
3687
  # Argentina
3688
- #: ../../admin/view/wp-slimstat-reports.php:995
3689
  msgid "c-ar"
3690
  msgstr "Argentina"
3691
 
3692
  # Armenia
3693
- #: ../../admin/view/wp-slimstat-reports.php:995
3694
  msgid "c-am"
3695
  msgstr "Armenia"
3696
 
3697
  # Aruba
3698
- #: ../../admin/view/wp-slimstat-reports.php:995
3699
  msgid "c-aw"
3700
  msgstr "Aruba"
3701
 
3702
  # Australia
3703
- #: ../../admin/view/wp-slimstat-reports.php:995
3704
  msgid "c-au"
3705
  msgstr "Australia"
3706
 
3707
  # Austria
3708
- #: ../../admin/view/wp-slimstat-reports.php:995
3709
  msgid "c-at"
3710
  msgstr "Austria"
3711
 
3712
  # Azerbaijan
3713
- #: ../../admin/view/wp-slimstat-reports.php:995
3714
  msgid "c-az"
3715
  msgstr "Azerbaijan"
3716
 
3717
  # Bahamas
3718
- #: ../../admin/view/wp-slimstat-reports.php:995
3719
  msgid "c-bs"
3720
  msgstr "Bahamas"
3721
 
3722
  # Bahrain
3723
- #: ../../admin/view/wp-slimstat-reports.php:995
3724
  msgid "c-bh"
3725
  msgstr "Bahrain"
3726
 
3727
  # Bangladesh
3728
- #: ../../admin/view/wp-slimstat-reports.php:995
3729
  msgid "c-bd"
3730
  msgstr "Bangladesh"
3731
 
3732
  # Barbados
3733
- #: ../../admin/view/wp-slimstat-reports.php:995
3734
  msgid "c-bb"
3735
  msgstr "Barbados"
3736
 
3737
  # Belarus
3738
- #: ../../admin/view/wp-slimstat-reports.php:995
3739
  msgid "c-by"
3740
  msgstr "Belarus"
3741
 
3742
  # Belgium
3743
- #: ../../admin/view/wp-slimstat-reports.php:995
3744
  msgid "c-be"
3745
  msgstr "Belgium"
3746
 
3747
  # Belize
3748
- #: ../../admin/view/wp-slimstat-reports.php:995
3749
  msgid "c-bz"
3750
  msgstr "Belize"
3751
 
3752
  # Benin
3753
- #: ../../admin/view/wp-slimstat-reports.php:995
3754
  msgid "c-bj"
3755
  msgstr "Benin"
3756
 
3757
  # Bermuda
3758
- #: ../../admin/view/wp-slimstat-reports.php:995
3759
  msgid "c-bm"
3760
  msgstr "Bermuda"
3761
 
3762
  # Bhutan
3763
- #: ../../admin/view/wp-slimstat-reports.php:995
3764
  msgid "c-bt"
3765
  msgstr "Bhutan"
3766
 
3767
  # Bolivia
3768
- #: ../../admin/view/wp-slimstat-reports.php:995
3769
  msgid "c-bo"
3770
  msgstr "Bolivia"
3771
 
3772
  # Bosnia and Herzegovina
3773
- #: ../../admin/view/wp-slimstat-reports.php:995
3774
  msgid "c-ba"
3775
  msgstr "Bosnia and Herzegovina"
3776
 
3777
  # Botswana
3778
- #: ../../admin/view/wp-slimstat-reports.php:995
3779
  msgid "c-bw"
3780
  msgstr "Botswana"
3781
 
3782
  # Brazil
3783
- #: ../../admin/view/wp-slimstat-reports.php:995
3784
  msgid "c-br"
3785
  msgstr "Brazil"
3786
 
3787
  # Brunei Darussalam
3788
- #: ../../admin/view/wp-slimstat-reports.php:995
3789
  msgid "c-bn"
3790
  msgstr "Brunei Darussalam"
3791
 
3792
  # Bulgaria
3793
- #: ../../admin/view/wp-slimstat-reports.php:995
3794
  msgid "c-bg"
3795
  msgstr "Bulgaria"
3796
 
3797
  # Burkina Faso
3798
- #: ../../admin/view/wp-slimstat-reports.php:995
3799
  msgid "c-bf"
3800
  msgstr "Burkina Faso"
3801
 
3802
  # Burundi
3803
- #: ../../admin/view/wp-slimstat-reports.php:995
3804
  msgid "c-bi"
3805
  msgstr "Burundi"
3806
 
3807
  # Cambodia
3808
- #: ../../admin/view/wp-slimstat-reports.php:995
3809
  msgid "c-kh"
3810
  msgstr "Cambodia"
3811
 
3812
  # Cameroon
3813
- #: ../../admin/view/wp-slimstat-reports.php:995
3814
  msgid "c-cm"
3815
  msgstr "Cameroon"
3816
 
3817
  # Canada
3818
- #: ../../admin/view/wp-slimstat-reports.php:995
3819
  msgid "c-ca"
3820
  msgstr "Canada"
3821
 
3822
  # Cape Verde
3823
- #: ../../admin/view/wp-slimstat-reports.php:995
3824
  msgid "c-cv"
3825
  msgstr "Cape Verde"
3826
 
3827
  # Cayman Islands
3828
- #: ../../admin/view/wp-slimstat-reports.php:995
3829
  msgid "c-ky"
3830
  msgstr "Cayman Islands"
3831
 
3832
  # Central African Republic
3833
- #: ../../admin/view/wp-slimstat-reports.php:995
3834
  msgid "c-cf"
3835
  msgstr "Central African Republic"
3836
 
3837
  # Chad
3838
- #: ../../admin/view/wp-slimstat-reports.php:995
3839
  msgid "c-td"
3840
  msgstr "Chad"
3841
 
3842
  # Chile
3843
- #: ../../admin/view/wp-slimstat-reports.php:995
3844
  msgid "c-cl"
3845
  msgstr "Chile"
3846
 
3847
  # China
3848
- #: ../../admin/view/wp-slimstat-reports.php:995
3849
  msgid "c-cn"
3850
  msgstr "China"
3851
 
3852
  # Colombia
3853
- #: ../../admin/view/wp-slimstat-reports.php:995
3854
  msgid "c-co"
3855
  msgstr "Colombia"
3856
 
3857
  # Comoros
3858
- #: ../../admin/view/wp-slimstat-reports.php:995
3859
  msgid "c-km"
3860
  msgstr "Comoros"
3861
 
3862
  # Congo
3863
- #: ../../admin/view/wp-slimstat-reports.php:995
3864
  msgid "c-cg"
3865
  msgstr "Congo"
3866
 
3867
  # The Democratic Republic of the Congo
3868
- #: ../../admin/view/wp-slimstat-reports.php:995
3869
  msgid "c-cd"
3870
  msgstr "The Democratic Republic of the Congo"
3871
 
3872
  # Costa Rica
3873
- #: ../../admin/view/wp-slimstat-reports.php:995
3874
  msgid "c-cr"
3875
  msgstr "Costa Rica"
3876
 
3877
  # Côte d'Ivoire
3878
- #: ../../admin/view/wp-slimstat-reports.php:995
3879
  msgid "c-ci"
3880
  msgstr "Côte d'Ivoire"
3881
 
3882
  # Croatia
3883
- #: ../../admin/view/wp-slimstat-reports.php:995
3884
  msgid "c-hr"
3885
  msgstr "Croatia"
3886
 
3887
  # Cuba
3888
- #: ../../admin/view/wp-slimstat-reports.php:995
3889
  msgid "c-cu"
3890
  msgstr "Cuba"
3891
 
3892
  # Cyprus
3893
- #: ../../admin/view/wp-slimstat-reports.php:995
3894
  msgid "c-cy"
3895
  msgstr "Cyprus"
3896
 
3897
  # Czech Republic
3898
- #: ../../admin/view/wp-slimstat-reports.php:995
3899
  msgid "c-cz"
3900
  msgstr "Czech Republic"
3901
 
3902
  # Denmark
3903
- #: ../../admin/view/wp-slimstat-reports.php:995
3904
  msgid "c-dk"
3905
  msgstr "Denmark"
3906
 
3907
  # Djibouti
3908
- #: ../../admin/view/wp-slimstat-reports.php:995
3909
  msgid "c-dj"
3910
  msgstr "Djibouti"
3911
 
3912
  # Dominica
3913
- #: ../../admin/view/wp-slimstat-reports.php:995
3914
  msgid "c-dm"
3915
  msgstr "Dominica"
3916
 
3917
  # Dominican Republic
3918
- #: ../../admin/view/wp-slimstat-reports.php:995
3919
  msgid "c-do"
3920
  msgstr "Dominican Republic"
3921
 
3922
  # Ecuador
3923
- #: ../../admin/view/wp-slimstat-reports.php:995
3924
  msgid "c-ec"
3925
  msgstr "Ecuador"
3926
 
3927
  # Egypt
3928
- #: ../../admin/view/wp-slimstat-reports.php:995
3929
  msgid "c-eg"
3930
  msgstr "Egypt"
3931
 
3932
  # El Salvador
3933
- #: ../../admin/view/wp-slimstat-reports.php:995
3934
  msgid "c-sv"
3935
  msgstr "El Salvador"
3936
 
3937
  # Equatorial Guinea
3938
- #: ../../admin/view/wp-slimstat-reports.php:995
3939
  msgid "c-gq"
3940
  msgstr "Equatorial Guinea"
3941
 
3942
  # Eritrea
3943
- #: ../../admin/view/wp-slimstat-reports.php:995
3944
  msgid "c-er"
3945
  msgstr "Eritrea"
3946
 
3947
  # Estonia
3948
- #: ../../admin/view/wp-slimstat-reports.php:995
3949
  msgid "c-ee"
3950
  msgstr "Estonia"
3951
 
3952
  # Ethiopia
3953
- #: ../../admin/view/wp-slimstat-reports.php:995
3954
  msgid "c-et"
3955
  msgstr "Ethiopia"
3956
 
3957
  # Faroe Islands
3958
- #: ../../admin/view/wp-slimstat-reports.php:995
3959
  msgid "c-fo"
3960
  msgstr "Faroe Islands"
3961
 
3962
  # Falkland Islands (Malvinas)
3963
- #: ../../admin/view/wp-slimstat-reports.php:995
3964
  msgid "c-fk"
3965
  msgstr "Falkland Islands (Malvinas)"
3966
 
3967
  # Fiji
3968
- #: ../../admin/view/wp-slimstat-reports.php:995
3969
  msgid "c-fj"
3970
  msgstr "Fiji"
3971
 
3972
  # Finland
3973
- #: ../../admin/view/wp-slimstat-reports.php:995
3974
  msgid "c-fi"
3975
  msgstr "Finland"
3976
 
3977
  # France
3978
- #: ../../admin/view/wp-slimstat-reports.php:995
3979
  msgid "c-fr"
3980
  msgstr "France"
3981
 
3982
  # French Guiana
3983
- #: ../../admin/view/wp-slimstat-reports.php:995
3984
  msgid "c-gf"
3985
  msgstr "French Guiana"
3986
 
3987
  # Gabon
3988
- #: ../../admin/view/wp-slimstat-reports.php:995
3989
  msgid "c-ga"
3990
  msgstr "Gabon"
3991
 
3992
  # Gambia
3993
- #: ../../admin/view/wp-slimstat-reports.php:995
3994
  msgid "c-gm"
3995
  msgstr "Gambia"
3996
 
3997
  # Georgia
3998
- #: ../../admin/view/wp-slimstat-reports.php:995
3999
  msgid "c-ge"
4000
  msgstr "Georgia"
4001
 
4002
  # Germany
4003
- #: ../../admin/view/wp-slimstat-reports.php:995
4004
  msgid "c-de"
4005
  msgstr "Germany"
4006
 
4007
  # Ghana
4008
- #: ../../admin/view/wp-slimstat-reports.php:995
4009
  msgid "c-gh"
4010
  msgstr "Ghana"
4011
 
4012
  # Greece
4013
- #: ../../admin/view/wp-slimstat-reports.php:995
4014
  msgid "c-gr"
4015
  msgstr "Greece"
4016
 
4017
  # Greenland
4018
- #: ../../admin/view/wp-slimstat-reports.php:995
4019
  msgid "c-gl"
4020
  msgstr "Greenland"
4021
 
4022
  # Grenada
4023
- #: ../../admin/view/wp-slimstat-reports.php:995
4024
  msgid "c-gd"
4025
  msgstr "Grenada"
4026
 
4027
  # Guadeloupe
4028
- #: ../../admin/view/wp-slimstat-reports.php:995
4029
  msgid "c-gp"
4030
  msgstr "Guadeloupe"
4031
 
4032
  # Guatemala
4033
- #: ../../admin/view/wp-slimstat-reports.php:995
4034
  msgid "c-gt"
4035
  msgstr "Guatemala"
4036
 
4037
  # Guinea
4038
- #: ../../admin/view/wp-slimstat-reports.php:995
4039
  msgid "c-gn"
4040
  msgstr "Guinea"
4041
 
4042
  # Guinea-Bissau
4043
- #: ../../admin/view/wp-slimstat-reports.php:995
4044
  msgid "c-gw"
4045
  msgstr "Guinea-Bissau"
4046
 
4047
  # Guyana
4048
- #: ../../admin/view/wp-slimstat-reports.php:995
4049
  msgid "c-gy"
4050
  msgstr "Guyana"
4051
 
4052
  # Haiti
4053
- #: ../../admin/view/wp-slimstat-reports.php:995
4054
  msgid "c-ht"
4055
  msgstr "Haiti"
4056
 
4057
  # Honduras
4058
- #: ../../admin/view/wp-slimstat-reports.php:995
4059
  msgid "c-hn"
4060
  msgstr "Honduras"
4061
 
4062
  # Hong Kong
4063
- #: ../../admin/view/wp-slimstat-reports.php:995
4064
  msgid "c-hk"
4065
  msgstr "Hong Kong"
4066
 
4067
  # Hungary
4068
- #: ../../admin/view/wp-slimstat-reports.php:995
4069
  msgid "c-hu"
4070
  msgstr "Hungary"
4071
 
4072
  # Iceland
4073
- #: ../../admin/view/wp-slimstat-reports.php:995
4074
  msgid "c-is"
4075
  msgstr "Iceland"
4076
 
4077
  # India
4078
- #: ../../admin/view/wp-slimstat-reports.php:995
4079
  msgid "c-in"
4080
  msgstr "India"
4081
 
4082
  # Indonesia
4083
- #: ../../admin/view/wp-slimstat-reports.php:995
4084
  msgid "c-id"
4085
  msgstr "Indonesia"
4086
 
4087
  # Islamic Republic of Iran
4088
- #: ../../admin/view/wp-slimstat-reports.php:995
4089
  msgid "c-ir"
4090
  msgstr "Islamic Republic of Iran"
4091
 
4092
  # Iraq
4093
- #: ../../admin/view/wp-slimstat-reports.php:995
4094
  msgid "c-iq"
4095
  msgstr "Iraq"
4096
 
4097
  # Ireland
4098
- #: ../../admin/view/wp-slimstat-reports.php:995
4099
  msgid "c-ie"
4100
  msgstr "Ireland"
4101
 
4102
  # Israel
4103
- #: ../../admin/view/wp-slimstat-reports.php:995
4104
  msgid "c-il"
4105
  msgstr "Israel"
4106
 
4107
  # Italy
4108
- #: ../../admin/view/wp-slimstat-reports.php:995
4109
  msgid "c-it"
4110
  msgstr "Italy"
4111
 
4112
  # Jamaica
4113
- #: ../../admin/view/wp-slimstat-reports.php:995
4114
  msgid "c-jm"
4115
  msgstr "Jamaica"
4116
 
4117
  # Japan
4118
- #: ../../admin/view/wp-slimstat-reports.php:995
4119
  msgid "c-jp"
4120
  msgstr "Japan"
4121
 
4122
  # Jordan
4123
- #: ../../admin/view/wp-slimstat-reports.php:995
4124
  msgid "c-jo"
4125
  msgstr "Jordan"
4126
 
4127
  # Kazakhstan
4128
- #: ../../admin/view/wp-slimstat-reports.php:995
4129
  msgid "c-kz"
4130
  msgstr "Kazakhstan"
4131
 
4132
  # Kenya
4133
- #: ../../admin/view/wp-slimstat-reports.php:995
4134
  msgid "c-ke"
4135
  msgstr "Kenya"
4136
 
4137
  # Nauru
4138
- #: ../../admin/view/wp-slimstat-reports.php:995
4139
  msgid "c-nr"
4140
  msgstr "Nauru"
4141
 
4142
  # Democratic People's Republic of Korea
4143
- #: ../../admin/view/wp-slimstat-reports.php:995
4144
  msgid "c-kp"
4145
  msgstr "Democratic People's Republic of Korea"
4146
 
4147
  # Republic of Korea
4148
- #: ../../admin/view/wp-slimstat-reports.php:995
4149
  msgid "c-kr"
4150
  msgstr "Republic of Korea"
4151
 
4152
- #: ../../admin/view/wp-slimstat-reports.php:995
4153
  msgid "c-kv"
4154
  msgstr "Kosovo"
4155
 
4156
  # Kuwait
4157
- #: ../../admin/view/wp-slimstat-reports.php:995
4158
  msgid "c-kw"
4159
  msgstr "Kuwait"
4160
 
4161
  # Kyrgyzstan
4162
- #: ../../admin/view/wp-slimstat-reports.php:995
4163
  msgid "c-kg"
4164
  msgstr "Kyrgyzstan"
4165
 
4166
  # Lao People's Democratic Republic
4167
- #: ../../admin/view/wp-slimstat-reports.php:995
4168
  msgid "c-la"
4169
  msgstr "Lao People's Democratic Republic"
4170
 
4171
  # Latvia
4172
- #: ../../admin/view/wp-slimstat-reports.php:995
4173
  msgid "c-lv"
4174
  msgstr "Latvia"
4175
 
4176
  # Lebanon
4177
- #: ../../admin/view/wp-slimstat-reports.php:995
4178
  msgid "c-lb"
4179
  msgstr "Lebanon"
4180
 
4181
  # Lesotho
4182
- #: ../../admin/view/wp-slimstat-reports.php:995
4183
  msgid "c-ls"
4184
  msgstr "Lesotho"
4185
 
4186
  # Liberia
4187
- #: ../../admin/view/wp-slimstat-reports.php:995
4188
  msgid "c-lr"
4189
  msgstr "Liberia"
4190
 
4191
  # Libyan Arab Jamahiriya
4192
- #: ../../admin/view/wp-slimstat-reports.php:995
4193
  msgid "c-ly"
4194
  msgstr "Libyan Arab Jamahiriya"
4195
 
4196
  # Liechtenstein
4197
- #: ../../admin/view/wp-slimstat-reports.php:995
4198
  msgid "c-li"
4199
  msgstr "Liechtenstein"
4200
 
4201
  # Lithuania
4202
- #: ../../admin/view/wp-slimstat-reports.php:995
4203
  msgid "c-lt"
4204
  msgstr "Lithuania"
4205
 
4206
  # Luxembourg
4207
- #: ../../admin/view/wp-slimstat-reports.php:995
4208
  msgid "c-lu"
4209
  msgstr "Luxembourg"
4210
 
4211
  # The Former Yugoslav Republic of Macedonia
4212
- #: ../../admin/view/wp-slimstat-reports.php:995
4213
  msgid "c-mk"
4214
  msgstr "The Former Yugoslav Republic of Macedonia"
4215
 
4216
  # Madagascar
4217
- #: ../../admin/view/wp-slimstat-reports.php:995
4218
  msgid "c-mg"
4219
  msgstr "Madagascar"
4220
 
4221
  # Malawi
4222
- #: ../../admin/view/wp-slimstat-reports.php:995
4223
  msgid "c-mw"
4224
  msgstr "Malawi"
4225
 
4226
  # Malaysia
4227
- #: ../../admin/view/wp-slimstat-reports.php:995
4228
  msgid "c-my"
4229
  msgstr "Malaysia"
4230
 
4231
  # Mali
4232
- #: ../../admin/view/wp-slimstat-reports.php:995
4233
  msgid "c-ml"
4234
  msgstr "Mali"
4235
 
4236
  # Malta
4237
- #: ../../admin/view/wp-slimstat-reports.php:995
4238
  msgid "c-mt"
4239
  msgstr "Malta"
4240
 
4241
  # Martinique
4242
- #: ../../admin/view/wp-slimstat-reports.php:995
4243
  msgid "c-mq"
4244
  msgstr "Martinique"
4245
 
4246
  # Mauritania
4247
- #: ../../admin/view/wp-slimstat-reports.php:995
4248
  msgid "c-mr"
4249
  msgstr "Mauritania"
4250
 
4251
  # Mauritius
4252
- #: ../../admin/view/wp-slimstat-reports.php:995
4253
  msgid "c-mu"
4254
  msgstr "Mauritius"
4255
 
4256
  # Mexico
4257
- #: ../../admin/view/wp-slimstat-reports.php:995
4258
  msgid "c-mx"
4259
  msgstr "Mexico"
4260
 
4261
  # Moldova
4262
- #: ../../admin/view/wp-slimstat-reports.php:995
4263
  msgid "c-md"
4264
  msgstr "Moldova"
4265
 
4266
  # Mongolia
4267
- #: ../../admin/view/wp-slimstat-reports.php:995
4268
  msgid "c-mn"
4269
  msgstr "Mongolia"
4270
 
4271
  # Montenegro
4272
- #: ../../admin/view/wp-slimstat-reports.php:995
4273
  msgid "c-me"
4274
  msgstr "Montenegro"
4275
 
4276
  # Montserrat
4277
- #: ../../admin/view/wp-slimstat-reports.php:995
4278
  msgid "c-ms"
4279
  msgstr "Montserrat"
4280
 
4281
  # Morocco
4282
- #: ../../admin/view/wp-slimstat-reports.php:995
4283
  msgid "c-ma"
4284
  msgstr "Morocco"
4285
 
4286
  # Mozambique
4287
- #: ../../admin/view/wp-slimstat-reports.php:995
4288
  msgid "c-mz"
4289
  msgstr "Mozambique"
4290
 
4291
  # Myanmar
4292
- #: ../../admin/view/wp-slimstat-reports.php:995
4293
  msgid "c-mm"
4294
  msgstr "Myanmar"
4295
 
4296
  # Namibia
4297
- #: ../../admin/view/wp-slimstat-reports.php:995
4298
  msgid "c-na"
4299
  msgstr "Namibia"
4300
 
4301
  # Nepal
4302
- #: ../../admin/view/wp-slimstat-reports.php:995
4303
  msgid "c-np"
4304
  msgstr "Nepal"
4305
 
4306
  # Netherlands
4307
- #: ../../admin/view/wp-slimstat-reports.php:995
4308
  msgid "c-nl"
4309
  msgstr "Netherlands"
4310
 
4311
  # New Caledonia
4312
- #: ../../admin/view/wp-slimstat-reports.php:995
4313
  msgid "c-nc"
4314
  msgstr "New Caledonia"
4315
 
4316
  # New Zealand
4317
- #: ../../admin/view/wp-slimstat-reports.php:995
4318
  msgid "c-nz"
4319
  msgstr "New Zealand"
4320
 
4321
  # Nicaragua
4322
- #: ../../admin/view/wp-slimstat-reports.php:995
4323
  msgid "c-ni"
4324
  msgstr "Nicaragua"
4325
 
4326
  # Niger
4327
- #: ../../admin/view/wp-slimstat-reports.php:995
4328
  msgid "c-ne"
4329
  msgstr "Niger"
4330
 
4331
  # Nigeria
4332
- #: ../../admin/view/wp-slimstat-reports.php:995
4333
  msgid "c-ng"
4334
  msgstr "Nigeria"
4335
 
4336
  # Norway
4337
- #: ../../admin/view/wp-slimstat-reports.php:995
4338
  msgid "c-no"
4339
  msgstr "Norway"
4340
 
4341
  # Oman
4342
- #: ../../admin/view/wp-slimstat-reports.php:995
4343
  msgid "c-om"
4344
  msgstr "Oman"
4345
 
4346
  # Pakistan
4347
- #: ../../admin/view/wp-slimstat-reports.php:995
4348
  msgid "c-pk"
4349
  msgstr "Pakistan"
4350
 
4351
  # Palau
4352
- #: ../../admin/view/wp-slimstat-reports.php:995
4353
  msgid "c-pw"
4354
  msgstr "Palau"
4355
 
4356
  # Occupied Palestinian Territory
4357
- #: ../../admin/view/wp-slimstat-reports.php:995
4358
  msgid "c-ps"
4359
  msgstr "Occupied Palestinian Territory"
4360
 
4361
  # Panama
4362
- #: ../../admin/view/wp-slimstat-reports.php:995
4363
  msgid "c-pa"
4364
  msgstr "Panama"
4365
 
4366
  # Papua New Guinea
4367
- #: ../../admin/view/wp-slimstat-reports.php:995
4368
  msgid "c-pg"
4369
  msgstr "Papua New Guinea"
4370
 
4371
  # Paraguay
4372
- #: ../../admin/view/wp-slimstat-reports.php:995
4373
  msgid "c-py"
4374
  msgstr "Paraguay"
4375
 
4376
  # Peru
4377
- #: ../../admin/view/wp-slimstat-reports.php:995
4378
  msgid "c-pe"
4379
  msgstr "Peru"
4380
 
4381
  # Philippines
4382
- #: ../../admin/view/wp-slimstat-reports.php:995
4383
  msgid "c-ph"
4384
  msgstr "Philippines"
4385
 
4386
  # Poland
4387
- #: ../../admin/view/wp-slimstat-reports.php:995
4388
  msgid "c-pl"
4389
  msgstr "Poland"
4390
 
4391
  # Portugal
4392
- #: ../../admin/view/wp-slimstat-reports.php:995
4393
  msgid "c-pt"
4394
  msgstr "Portugal"
4395
 
4396
  # Puerto Rico
4397
- #: ../../admin/view/wp-slimstat-reports.php:995
4398
  msgid "c-pr"
4399
  msgstr "Puerto Rico"
4400
 
4401
  # Qatar
4402
- #: ../../admin/view/wp-slimstat-reports.php:995
4403
  msgid "c-qa"
4404
  msgstr "Qatar"
4405
 
4406
  # Réunion
4407
- #: ../../admin/view/wp-slimstat-reports.php:995
4408
  msgid "c-re"
4409
  msgstr "Réunion"
4410
 
4411
  # Romania
4412
- #: ../../admin/view/wp-slimstat-reports.php:995
4413
  msgid "c-ro"
4414
  msgstr "Romania"
4415
 
4416
  # Russian Federation
4417
- #: ../../admin/view/wp-slimstat-reports.php:995
4418
  msgid "c-ru"
4419
  msgstr "Russian Federation"
4420
 
4421
  # Rwanda
4422
- #: ../../admin/view/wp-slimstat-reports.php:995
4423
  msgid "c-rw"
4424
  msgstr "Rwanda"
4425
 
4426
  # Saint Kitts and Nevis
4427
- #: ../../admin/view/wp-slimstat-reports.php:995
4428
  msgid "c-kn"
4429
  msgstr "Saint Kitts and Nevis"
4430
 
4431
  # Saint Lucia
4432
- #: ../../admin/view/wp-slimstat-reports.php:995
4433
  msgid "c-lc"
4434
  msgstr "Saint Lucia"
4435
 
4436
  # Saint Martin
4437
- #: ../../admin/view/wp-slimstat-reports.php:995
4438
  msgid "c-mf"
4439
  msgstr "Saint Martin"
4440
 
4441
  # Saint Vincent and the Grenadines
4442
- #: ../../admin/view/wp-slimstat-reports.php:995
4443
  msgid "c-vc"
4444
  msgstr "Saint Vincent and the Grenadines"
4445
 
4446
  # Samoa
4447
- #: ../../admin/view/wp-slimstat-reports.php:995
4448
  msgid "c-ws"
4449
  msgstr "Samoa"
4450
 
4451
  # Sao Tome and Principe
4452
- #: ../../admin/view/wp-slimstat-reports.php:995
4453
  msgid "c-st"
4454
  msgstr "Sao Tome and Principe"
4455
 
4456
  # Saudi Arabia
4457
- #: ../../admin/view/wp-slimstat-reports.php:995
4458
  msgid "c-sa"
4459
  msgstr "Saudi Arabia"
4460
 
4461
  # Senegal
4462
- #: ../../admin/view/wp-slimstat-reports.php:995
4463
  msgid "c-sn"
4464
  msgstr "Senegal"
4465
 
4466
  # Serbia
4467
- #: ../../admin/view/wp-slimstat-reports.php:995
4468
  msgid "c-rs"
4469
  msgstr "Serbia"
4470
 
4471
  # Sierra Leone
4472
- #: ../../admin/view/wp-slimstat-reports.php:995
4473
  msgid "c-sl"
4474
  msgstr "Sierra Leone"
4475
 
4476
  # Singapore
4477
- #: ../../admin/view/wp-slimstat-reports.php:995
4478
  msgid "c-sg"
4479
  msgstr "Singapore"
4480
 
4481
  # Slovakia
4482
- #: ../../admin/view/wp-slimstat-reports.php:995
4483
  msgid "c-sk"
4484
  msgstr "Slovakia"
4485
 
4486
  # Slovenia
4487
- #: ../../admin/view/wp-slimstat-reports.php:995
4488
  msgid "c-si"
4489
  msgstr "Slovenia"
4490
 
4491
  # Solomon Islands
4492
- #: ../../admin/view/wp-slimstat-reports.php:995
4493
  msgid "c-sb"
4494
  msgstr "Solomon Islands"
4495
 
4496
  # Somalia
4497
- #: ../../admin/view/wp-slimstat-reports.php:995
4498
  msgid "c-so"
4499
  msgstr "Somalia"
4500
 
4501
  # South Africa
4502
- #: ../../admin/view/wp-slimstat-reports.php:995
4503
  msgid "c-za"
4504
  msgstr "South Africa"
4505
 
4506
  # South Georgia and the South Sandwich Islands
4507
- #: ../../admin/view/wp-slimstat-reports.php:995
4508
  msgid "c-gs"
4509
  msgstr "South Georgia and the South Sandwich Islands"
4510
 
4511
  # Spain
4512
- #: ../../admin/view/wp-slimstat-reports.php:995
4513
  msgid "c-es"
4514
  msgstr "Spain"
4515
 
4516
  # Sri Lanka
4517
- #: ../../admin/view/wp-slimstat-reports.php:995
4518
  msgid "c-lk"
4519
  msgstr "Sri Lanka"
4520
 
4521
- #: ../../admin/view/wp-slimstat-reports.php:995
4522
  msgid "c-sc"
4523
  msgstr "Seychelles"
4524
 
4525
  # Sudan
4526
- #: ../../admin/view/wp-slimstat-reports.php:995
4527
  msgid "c-sd"
4528
  msgstr "Sudan"
4529
 
4530
- #: ../../admin/view/wp-slimstat-reports.php:995
4531
  msgid "c-ss"
4532
  msgstr "South Sudan"
4533
 
4534
  # Suriname
4535
- #: ../../admin/view/wp-slimstat-reports.php:995
4536
  msgid "c-sr"
4537
  msgstr "Suriname"
4538
 
4539
  # Svalbard and Jan Mayen
4540
- #: ../../admin/view/wp-slimstat-reports.php:995
4541
  msgid "c-sj"
4542
  msgstr "Svalbard and Jan Mayen"
4543
 
4544
  # Swaziland
4545
- #: ../../admin/view/wp-slimstat-reports.php:995
4546
  msgid "c-sz"
4547
  msgstr "Swaziland"
4548
 
4549
  # Sweden
4550
- #: ../../admin/view/wp-slimstat-reports.php:995
4551
  msgid "c-se"
4552
  msgstr "Sweden"
4553
 
4554
  # Switzerland
4555
- #: ../../admin/view/wp-slimstat-reports.php:995
4556
  msgid "c-ch"
4557
  msgstr "Switzerland"
4558
 
4559
  # Syrian Arab Republic
4560
- #: ../../admin/view/wp-slimstat-reports.php:995
4561
  msgid "c-sy"
4562
  msgstr "Syrian Arab Republic"
4563
 
4564
  # Taiwan, Province of China
4565
- #: ../../admin/view/wp-slimstat-reports.php:995
4566
  msgid "c-tw"
4567
  msgstr "Taiwan"
4568
 
4569
  # Tajikistan
4570
- #: ../../admin/view/wp-slimstat-reports.php:995
4571
  msgid "c-tj"
4572
  msgstr "Tajikistan"
4573
 
4574
  # United Republic of Tanzania
4575
- #: ../../admin/view/wp-slimstat-reports.php:995
4576
  msgid "c-tz"
4577
  msgstr "United Republic of Tanzania"
4578
 
4579
  # Thailand
4580
- #: ../../admin/view/wp-slimstat-reports.php:995
4581
  msgid "c-th"
4582
  msgstr "Thailand"
4583
 
4584
- # Timor-Leste
4585
- #: ../../admin/view/wp-slimstat-reports.php:995
4586
- msgid "c-tl"
4587
- msgstr "Timor-Leste"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4588
 
4589
- # Togo
4590
- #: ../../admin/view/wp-slimstat-reports.php:995
4591
- msgid "c-tg"
4592
- msgstr "Togo"
 
4593
 
4594
- # Tonga
4595
- #: ../../admin/view/wp-slimstat-reports.php:995
4596
- msgid "c-to"
4597
- msgstr "Tonga"
4598
 
4599
- # Trinidad and Tobago
4600
- #: ../../admin/view/wp-slimstat-reports.php:995
4601
- msgid "c-tt"
4602
- msgstr "Trinidad and Tobago"
 
 
 
4603
 
4604
- # Tunisia
4605
- #: ../../admin/view/wp-slimstat-reports.php:995
4606
- msgid "c-tn"
4607
- msgstr "Tunisia"
 
4608
 
4609
- # Turkey
4610
- #: ../../admin/view/wp-slimstat-reports.php:995
4611
- msgid "c-tr"
4612
- msgstr "Turkey"
4613
 
4614
- # Turkmenistan
4615
- #: ../../admin/view/wp-slimstat-reports.php:995
4616
- msgid "c-tm"
4617
- msgstr "Turkmenistan"
 
 
4618
 
4619
- # Turks and Caicos Islands
4620
- #: ../../admin/view/wp-slimstat-reports.php:995
4621
- msgid "c-tc"
4622
- msgstr "Turks and Caicos Islands"
4623
 
4624
- # Uganda
4625
- #: ../../admin/view/wp-slimstat-reports.php:995
4626
- msgid "c-ug"
4627
- msgstr "Uganda"
 
4628
 
4629
- # Ukraine
4630
- #: ../../admin/view/wp-slimstat-reports.php:995
4631
- msgid "c-ua"
4632
- msgstr "Ukraine"
4633
 
4634
- # United Arab Emirates
4635
- #: ../../admin/view/wp-slimstat-reports.php:995
4636
- msgid "c-ae"
4637
- msgstr "United Arab Emirates"
4638
 
4639
- # United Kingdom
4640
- #: ../../admin/view/wp-slimstat-reports.php:995
4641
- msgid "c-gb"
4642
- msgstr "United Kingdom"
 
 
4643
 
4644
- # United States
4645
- #: ../../admin/view/wp-slimstat-reports.php:995
4646
- msgid "c-us"
4647
- msgstr "United States"
 
 
4648
 
4649
- # Uruguay
4650
- #: ../../admin/view/wp-slimstat-reports.php:995
4651
- msgid "c-uy"
4652
- msgstr "Uruguay"
 
 
4653
 
4654
- # Uzbekistan
4655
- #: ../../admin/view/wp-slimstat-reports.php:995
4656
- msgid "c-uz"
4657
- msgstr "Uzbekistan"
4658
 
4659
- # Vanuatu
4660
- #: ../../admin/view/wp-slimstat-reports.php:995
4661
- msgid "c-vu"
4662
- msgstr "Vanuatu"
4663
 
4664
- # Venezuela
4665
- #: ../../admin/view/wp-slimstat-reports.php:995
4666
- msgid "c-ve"
4667
- msgstr "Venezuela"
4668
 
4669
- # Viet Nam
4670
- #: ../../admin/view/wp-slimstat-reports.php:995
4671
- msgid "c-vn"
4672
- msgstr "Viet Nam"
4673
 
4674
- # British Virgin Islands
4675
- #: ../../admin/view/wp-slimstat-reports.php:995
4676
- msgid "c-vg"
4677
- msgstr "British Virgin Islands"
4678
 
4679
- # U.S. Virgin Islands
4680
- #: ../../admin/view/wp-slimstat-reports.php:995
4681
- msgid "c-vi"
4682
- msgstr "U.S. Virgin Islands"
 
 
4683
 
4684
- # Western Sahara
4685
- #: ../../admin/view/wp-slimstat-reports.php:995
4686
- msgid "c-eh"
4687
- msgstr "Western Sahara"
 
 
4688
 
4689
- # Yemen
4690
- #: ../../admin/view/wp-slimstat-reports.php:995
4691
- msgid "c-ye"
4692
- msgstr "Yemen"
4693
 
4694
- # Zambia
4695
- #: ../../admin/view/wp-slimstat-reports.php:995
4696
- msgid "c-zm"
4697
- msgstr "Zambia"
4698
 
4699
- # Zimbabwe
4700
- #: ../../admin/view/wp-slimstat-reports.php:995
4701
- msgid "c-zw"
4702
- msgstr "Zimbabwe"
 
4703
 
4704
- # Guernsey
4705
- #: ../../admin/view/wp-slimstat-reports.php:995
4706
- msgid "c-gg"
4707
- msgstr "Guernsey"
4708
 
4709
- # Jersey
4710
- #: ../../admin/view/wp-slimstat-reports.php:995
4711
- msgid "c-je"
4712
- msgstr "Jersey"
4713
 
4714
- # Isle of Man
4715
- #: ../../admin/view/wp-slimstat-reports.php:995
4716
- msgid "c-im"
4717
- msgstr "Isle of Man"
 
4718
 
4719
- # Maldives
4720
- #: ../../admin/view/wp-slimstat-reports.php:995
4721
- msgid "c-mv"
4722
- msgstr "Maldives"
4723
 
4724
- #: ../../admin/view/wp-slimstat-reports.php:996
4725
- msgid "c-eu"
 
 
4726
  msgstr ""
4727
 
4728
- #: ../../admin/view/wp-slimstat-reports.php:1085
4729
  msgid ""
4730
- "This value includes not only posts, but also custom post types, regardless "
4731
- "of their status"
 
4732
  msgstr ""
4733
 
4734
- #: ../../admin/view/wp-slimstat-reports.php:1086
4735
- msgid "Content Items"
4736
  msgstr ""
4737
 
4738
- #: ../../admin/view/wp-slimstat-reports.php:1087
4739
- msgid "Total Comments"
4740
  msgstr ""
4741
 
4742
- #: ../../admin/view/wp-slimstat-reports.php:1088
4743
- msgid "Pingbacks"
4744
  msgstr ""
4745
 
4746
- #: ../../admin/view/wp-slimstat-reports.php:1089
4747
- msgid "Trackbacks"
 
 
 
 
 
4748
  msgstr ""
4749
 
4750
- #: ../../admin/view/wp-slimstat-reports.php:1090
4751
- msgid "Avg Comments Per Post"
4752
  msgstr ""
4753
 
4754
- #: ../../admin/view/wp-slimstat-reports.php:1091
4755
- msgid "Avg Posts Per Day"
 
 
4756
  msgstr ""
4757
 
4758
- #: ../../admin/view/wp-slimstat-reports.php:1092
4759
- msgid "Avg Server Latency"
4760
  msgstr ""
4761
 
4762
- #: ../../admin/view/wp-slimstat-reports.php:1093
4763
- msgid "Avg Page Load Time"
 
 
 
4764
  msgstr ""
4765
 
4766
- #: ../../admin/view/wp-slimstat-reports.php:1120
4767
- msgid "Visits"
4768
  msgstr ""
4769
 
4770
- #: ../../admin/view/wp-slimstat-reports.php:1124
4771
- msgid "Domains"
 
 
4772
  msgstr ""
4773
 
4774
- #: ../../admin/view/wp-slimstat-reports.php:1129
4775
- msgid "Avg Pageviews"
 
 
 
 
4776
  msgstr ""
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP SlimStat\n"
4
+ "POT-Creation-Date: 2014-11-09 14:55-0500\n"
5
  "PO-Revision-Date: \n"
6
  "Last-Translator: Get Used To IT <support@getused.to.it>\n"
7
  "Language-Team: camu <info@duechiacchiere.it>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.6.9\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: .\n"
15
  "X-Poedit-Bookmarks: 332,-1,-1,-1,-1,-1,-1,-1,-1,-1\n"
16
  "X-Poedit-SearchPath-0: ../..\n"
17
 
18
+ #: ../../admin/config/addons.php:14
19
+ msgid ""
20
+ "There was an error retrieving the add-ons list from the server. Please try "
21
+ "again later. Error Message:"
22
  msgstr ""
23
 
24
+ #: ../../admin/config/addons.php:23
25
+ msgid ""
26
+ "There was an error decoding the add-ons list from the server. Please try "
27
+ "again later."
28
  msgstr ""
29
 
30
+ #: ../../admin/config/addons.php:29 ../../admin/config/index.php:9
31
+ #: ../../admin/wp-slimstat-admin.php:501 ../../admin/wp-slimstat-admin.php:518
32
+ #: ../../wp-slimstat.php:1318
33
+ msgid "Add-ons"
34
  msgstr ""
35
 
36
+ #: ../../admin/config/addons.php:30
37
+ msgid ""
38
+ "Add-ons extend the functionality of Slimstat in many interesting ways. We "
39
+ "offer both free and premium (paid) extensions. Each add-on can be installed "
40
+ "as a separate plugin, which will receive regular updates via the WordPress "
41
+ "Plugins panel. In order to be notified when a new version of a premium add-"
42
+ "on is available, please enter the <strong>license key</strong> you received "
43
+ "when you purchased it."
44
  msgstr ""
45
 
46
+ #: ../../admin/config/addons.php:36
47
+ msgid "Add-on"
 
 
48
  msgstr ""
49
 
50
+ #: ../../admin/config/addons.php:36
51
+ msgid "Description"
 
 
52
  msgstr ""
53
 
54
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:18
55
+ msgid "General"
 
 
56
  msgstr ""
57
 
58
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:44
59
+ msgid "Views"
 
 
60
  msgstr ""
61
 
62
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:68
63
+ msgid "Filters"
 
 
64
  msgstr ""
65
 
66
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:132
67
+ msgid "Permissions"
 
68
  msgstr ""
69
 
70
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:209
71
+ msgid "Advanced"
72
  msgstr ""
73
 
74
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:242
75
+ msgid "Maintenance"
76
  msgstr ""
77
 
78
+ #: ../../admin/config/index.php:14 ../../admin/config/index.php:139
79
+ #: ../../admin/wp-slimstat-admin.php:547 ../../admin/wp-slimstat-admin.php:550
80
+ #: ../../wp-slimstat.php:1321
81
+ msgid "Settings"
82
  msgstr ""
83
 
84
+ #: ../../admin/config/index.php:20 ../../admin/config/index.php:215
85
+ msgid "Tracker"
86
  msgstr ""
87
 
88
+ #: ../../admin/config/index.php:21
89
+ msgid "Enable Tracking"
90
  msgstr ""
91
 
92
+ #: ../../admin/config/index.php:21
93
+ msgid "Turn the tracker on or off, but keep the reports accessible."
94
  msgstr ""
95
 
96
+ #: ../../admin/config/index.php:22
97
+ msgid "Monitor Admin Pages"
98
  msgstr ""
99
 
100
+ #: ../../admin/config/index.php:22
101
+ msgid "Enable this option to track your users' activity within the admin."
 
102
  msgstr ""
103
 
104
+ #: ../../admin/config/index.php:23
105
+ msgid "Enable Spy Mode"
106
  msgstr ""
107
 
108
+ #: ../../admin/config/index.php:23
109
+ msgid ""
110
+ "Collect information about screen resolutions, outbound links, downloads, "
111
+ "etc. If Tracking Mode is set to Javascript, this data will be tracked "
112
+ "regardless of which value you set for this option."
113
  msgstr ""
114
 
115
+ #: ../../admin/config/index.php:24
116
+ msgid "Tracking Mode"
117
  msgstr ""
118
 
119
+ #: ../../admin/config/index.php:24
120
  msgid ""
121
+ "Select <strong>Javascript</strong> if you are using a caching plugin (W3 "
122
+ "Total Cache, WP SuperCache, HyperCache, etc). Slimstat will behave pretty "
123
+ "much like Google Analytics, and visitors whose browser does not support "
124
+ "Javascript will be ignored. A nice side effect is that <strong>most "
125
+ "spammers, search engines and other crawlers</strong> will not be tracked."
 
 
126
  msgstr ""
127
 
128
+ #: ../../admin/config/index.php:24
129
+ msgid "Javascript"
 
 
 
130
  msgstr ""
131
 
132
+ #: ../../admin/config/index.php:24
133
+ msgid "Server-side"
 
134
  msgstr ""
135
 
136
+ #: ../../admin/config/index.php:26
137
+ msgid "WordPress Integration"
 
 
138
  msgstr ""
139
 
140
+ #: ../../admin/config/index.php:27
141
+ msgid "Menu Position"
142
  msgstr ""
143
 
144
+ #: ../../admin/config/index.php:27
145
  msgid ""
146
+ "Choose between a standalone admin menu for Slimstat or a drop down in the "
147
+ "admin bar (if visible)."
 
 
148
  msgstr ""
149
 
150
+ #: ../../admin/config/index.php:27
151
+ msgid "Side Menu"
 
152
  msgstr ""
153
 
154
+ #: ../../admin/config/index.php:27
155
+ msgid "Admin Bar"
 
 
156
  msgstr ""
157
 
158
+ #: ../../admin/config/index.php:28
159
+ msgid "Add Stats to Posts and Pages"
160
  msgstr ""
161
 
162
+ #: ../../admin/config/index.php:28
163
  msgid ""
164
+ "Add a new column to the Edit Posts/Pages screens, with the number of hits "
165
+ "per post."
 
166
  msgstr ""
167
 
168
+ #: ../../admin/config/index.php:30
169
+ msgid "Database"
170
  msgstr ""
171
 
172
+ #: ../../admin/config/index.php:31
173
+ msgid "Retain data for"
 
 
174
  msgstr ""
175
 
176
+ #: ../../admin/config/index.php:31
177
+ msgid ""
178
+ "Delete log entries older than the number of days specified here above. Enter "
179
+ "<strong>0</strong> (number zero) if you want to preserve your data "
180
+ "regardless of its age."
181
  msgstr ""
182
 
183
+ #: ../../admin/config/index.php:31
184
+ msgid "Next clean-up on"
185
  msgstr ""
186
 
187
+ #: ../../admin/config/index.php:31
188
+ #, php-format
189
+ msgid "Entries logged on or before %s will be permanently deleted."
190
  msgstr ""
191
 
192
+ #: ../../admin/config/index.php:31 ../../admin/view/index.php:100
193
+ #: ../../admin/view/wp-slimstat-db.php:74
194
+ #: ../../admin/view/wp-slimstat-reports.php:781
195
+ msgid "days"
 
196
  msgstr ""
197
 
198
+ #: ../../admin/config/index.php:46
199
+ msgid "Data and Formats"
 
200
  msgstr ""
201
 
202
+ #: ../../admin/config/index.php:47
203
+ msgid "Convert IP Addresses"
 
 
 
204
  msgstr ""
205
 
206
+ #: ../../admin/config/index.php:47
207
+ msgid "Display provider names instead of IP addresses."
 
208
  msgstr ""
209
 
210
+ #: ../../admin/config/index.php:48
211
+ msgid "Number Format"
 
 
 
212
  msgstr ""
213
 
214
+ #: ../../admin/config/index.php:48
215
+ msgid "Choose the number format you want to use for your reports."
216
  msgstr ""
217
 
218
+ #: ../../admin/config/index.php:49
219
+ msgid "Enable SOV"
 
220
  msgstr ""
221
 
222
+ #: ../../admin/config/index.php:49
223
+ msgid ""
224
+ "In linguistic typology, a subject-object-verb (SOV) language is one in which "
225
+ "the subject, object, and verb of a sentence appear in that order, like in "
226
+ "Japanese."
227
  msgstr ""
228
 
229
+ #: ../../admin/config/index.php:50
230
+ msgid "Show Display Name"
 
 
231
  msgstr ""
232
 
233
+ #: ../../admin/config/index.php:50
234
+ msgid ""
235
+ "By default, users are listed by their usernames. Use this option to "
236
+ "visualize their display names instead."
237
  msgstr ""
238
 
239
+ #: ../../admin/config/index.php:51
240
+ msgid "Show User Agent"
241
  msgstr ""
242
 
243
+ #: ../../admin/config/index.php:51
244
+ msgid ""
245
+ "Choose if you want to see the browser name or a complete user agent string "
246
+ "when hovering on browser icons."
247
  msgstr ""
248
 
249
+ #: ../../admin/config/index.php:52
250
+ msgid "Show Titles"
 
 
251
  msgstr ""
252
 
253
+ #: ../../admin/config/index.php:52
254
  msgid ""
255
+ "Slimstat converts your permalinks into post and page titles. Disable this "
256
+ "feature if you need to see the URL in your reports."
 
257
  msgstr ""
258
 
259
+ #: ../../admin/config/index.php:53
260
+ msgid "Date Format"
 
261
  msgstr ""
262
 
263
+ #: ../../admin/config/index.php:53
264
  msgid ""
265
+ "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
266
+ "Format</a> to use when displaying a pageview's date."
 
267
  msgstr ""
268
 
269
+ #: ../../admin/config/index.php:54
270
+ msgid "Time Format"
 
271
  msgstr ""
272
 
273
+ #: ../../admin/config/index.php:54
274
+ msgid ""
275
+ "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
276
+ "Format</a> to use when displaying a pageview's time."
277
  msgstr ""
278
 
279
+ #: ../../admin/config/index.php:56
280
+ msgid "Functionality"
 
281
  msgstr ""
282
 
283
+ #: ../../admin/config/index.php:57
284
+ msgid "Asynchronous Views"
285
  msgstr ""
286
 
287
+ #: ../../admin/config/index.php:57
 
 
 
 
 
288
  msgid ""
289
+ "Load all the reports dynamically. It makes the reports render faster, but it "
290
+ "increases the load on your server."
291
  msgstr ""
292
 
293
+ #: ../../admin/config/index.php:58
294
+ msgid "SlimScroll"
295
  msgstr ""
296
 
297
+ #: ../../admin/config/index.php:58
298
+ msgid ""
299
+ "Enable SlimScroll, a slick jQuery library that replaces the built-in browser "
300
+ "scrollbar."
301
  msgstr ""
302
 
303
+ #: ../../admin/config/index.php:59
304
+ msgid "Expand Details"
305
  msgstr ""
306
 
307
+ #: ../../admin/config/index.php:59
308
+ msgid "Expand each row's details by default, insted of on mousehover."
 
309
  msgstr ""
310
 
311
+ #: ../../admin/config/index.php:60 ../../admin/config/index.php:64
312
+ msgid "Rows to Display"
 
 
313
  msgstr ""
314
 
315
+ #: ../../admin/config/index.php:60
316
+ msgid "Specify the number of items in each report."
 
317
  msgstr ""
318
 
319
+ #: ../../admin/config/index.php:62
320
+ msgid "Activity Log"
321
  msgstr ""
322
 
323
+ #: ../../admin/config/index.php:63
324
+ msgid "Live Stream"
 
325
  msgstr ""
326
 
327
+ #: ../../admin/config/index.php:63
328
  msgid ""
329
+ "Enable the Live view, which refreshes the Activity Log every X seconds. "
330
+ "Enter <strong>0</strong> (number zero) to deactivate this feature."
331
  msgstr ""
332
 
333
+ #: ../../admin/config/index.php:63 ../../admin/config/index.php:218
334
+ msgid "seconds"
 
335
  msgstr ""
336
 
337
+ #: ../../admin/config/index.php:64
338
+ msgid "Specify the number of items in the Activity Log."
 
 
 
339
  msgstr ""
340
 
341
+ #: ../../admin/config/index.php:65
342
+ msgid "Activity Log Extended"
 
343
  msgstr ""
344
 
345
+ #: ../../admin/config/index.php:65
346
+ msgid ""
347
+ "Choose if you want to see outbound links listed in the Activity Log. It "
348
+ "might slow down the rendering of this report."
349
  msgstr ""
350
 
351
+ #: ../../admin/config/index.php:70
352
+ msgid "Visitors and Known Users"
 
353
  msgstr ""
354
 
355
+ #: ../../admin/config/index.php:71
356
+ msgid "Track Registered Users"
357
  msgstr ""
358
 
359
+ #: ../../admin/config/index.php:71
360
+ msgid "Enable this option to track logged in users."
361
  msgstr ""
362
 
363
+ #: ../../admin/config/index.php:72
364
+ msgid "Blacklist by Username"
 
365
  msgstr ""
366
 
367
+ #: ../../admin/config/index.php:72
368
  msgid ""
369
+ "List all the usernames you don't want to track, separated by commas. Please "
370
+ "be aware that spaces are <em>not</em> ignored and that usernames are case "
371
+ "sensitive."
 
 
372
  msgstr ""
373
 
374
+ #: ../../admin/config/index.php:73
375
+ msgid "Blacklist by IP Address"
 
376
  msgstr ""
377
 
378
+ #: ../../admin/config/index.php:73
379
+ msgid ""
380
+ "List all the IP addresses you don't want to track, separated by commas. Each "
381
+ "network <strong>must</strong> be defined using the <a href='http://en."
382
+ "wikipedia.org/wiki/Classless_Inter-Domain_Routing' target='_blank'>CIDR "
383
+ "notation</a> (i.e. <em>192.168.0.0/24</em>). This filter applies both to the "
384
+ "public IP and the originating IP, if available."
385
  msgstr ""
386
 
387
+ #: ../../admin/config/index.php:74
388
+ msgid "Blacklist by Capability"
 
389
  msgstr ""
390
 
391
+ #: ../../admin/config/index.php:74
392
  msgid ""
393
+ "Users having at least one of the <a href='http://codex.wordpress.org/"
394
+ "Roles_and_Capabilities' target='_new'>capabilities</a> listed here below "
395
+ "will not be tracked. Capabilities are case-insensitive."
396
  msgstr ""
397
 
398
+ #: ../../admin/config/index.php:76
399
+ msgid "Profiling"
400
+ msgstr ""
401
+
402
+ #: ../../admin/config/index.php:77
403
+ msgid "Ignore Spammers"
404
  msgstr ""
405
 
406
+ #: ../../admin/config/index.php:77
407
  msgid ""
408
+ "Enable this option if you don't want to track visits from users identified "
409
+ "as spammers by third-party tools like Akismet. Pageviews generated by users "
410
+ "whose comments are later marked as spam, will also be removed from the "
411
+ "database."
412
  msgstr ""
413
 
414
+ #: ../../admin/config/index.php:78
415
+ msgid "Permalinks"
416
  msgstr ""
417
 
418
+ #: ../../admin/config/index.php:78
419
  msgid ""
420
+ "List all the URLs on your website that you don't want to track, separated by "
421
+ "commas. Don't include the domain name: <em>/about, ?p=1</em>, etc. "
422
+ "Wildcards: <code>*</code> matches 'any string, including the empty string', "
423
+ "<code>!</code> matches 'any character'. For example, <code>/abou*</code> "
424
+ "will match /about and /abound, <code>/abo*t</code> will match /aboundant "
425
+ "and /about, <code>/abo!t</code> will match /about and /abort. Strings are "
426
+ "case-insensitive."
427
  msgstr ""
428
 
429
+ #: ../../admin/config/index.php:79
430
+ msgid "Countries"
 
 
431
  msgstr ""
432
 
433
+ #: ../../admin/config/index.php:79
434
  msgid ""
435
+ "Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
436
+ "track, separated by commas."
437
  msgstr ""
438
 
439
+ #: ../../admin/config/index.php:80
440
+ msgid "User Agents"
 
 
 
 
 
 
441
  msgstr ""
442
 
443
+ #: ../../admin/config/index.php:80
444
+ msgid ""
445
+ "Browsers (user agents) you don't want to track, separated by commas. You can "
446
+ "specify the browser's version adding a slash after the name (i.e. "
447
+ "<em>Firefox/3.6</em>). Wildcards: <code>*</code> matches 'any string, "
448
+ "including the empty string', <code>!</code> matches 'any character'. For "
449
+ "example, <code>Chr*</code> will match Chrome and Chromium, <code>IE/!.0</"
450
+ "code> will match IE/7.0 and IE/8.0. Strings are case-insensitive."
451
  msgstr ""
452
 
453
+ #: ../../admin/config/index.php:81
454
+ msgid "Referring Sites"
455
  msgstr ""
456
 
457
+ #: ../../admin/config/index.php:81
458
+ msgid ""
459
+ "Referring URLs that you don't want to track, separated by commas: "
460
+ "<code>http://mysite.com*</code>, <code>*/ignore-me-please</code>, etc. "
461
+ "Wildcards: <code>*</code> matches 'any string, including the empty string', "
462
+ "<code>!</code> matches 'any character'. Strings are case-insensitive. Please "
463
+ "include either a wildcard or the protocol you want to filter (http://, "
464
+ "https://)."
465
  msgstr ""
466
 
467
+ #: ../../admin/config/index.php:83 ../../admin/config/index.php:235
468
+ msgid "Miscellaneous"
469
  msgstr ""
470
 
471
+ #: ../../admin/config/index.php:84
472
+ msgid "Enable Privacy Mode"
473
  msgstr ""
474
 
475
+ #: ../../admin/config/index.php:84
476
+ msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
477
  msgstr ""
478
 
479
+ #: ../../admin/config/index.php:85
480
+ msgid "Ignore Prefetch Requests"
481
  msgstr ""
482
 
483
+ #: ../../admin/config/index.php:85
484
+ msgid ""
485
+ "Prevent Slimstat from tracking pageviews generated by Firefox's <a "
486
+ "href='https://developer.mozilla.org/en/Link_prefetching_FAQ' "
487
+ "target='_blank'>Link Prefetching functionality</a>."
488
  msgstr ""
489
 
490
+ #: ../../admin/config/index.php:101
491
+ msgid "Ignore users (username not found)"
492
  msgstr ""
493
 
494
+ #: ../../admin/config/index.php:124
495
+ msgid ""
496
+ "Invalid capability. Please check <a href=\"http://codex.wordpress.org/"
497
+ "Roles_and_Capabilities\" target=\"_new\">this page</a> for more information"
498
  msgstr ""
499
 
500
+ #: ../../admin/config/index.php:134
501
+ msgid "Reports"
502
  msgstr ""
503
 
504
+ #: ../../admin/config/index.php:135
505
+ msgid "Restrict Authors"
506
  msgstr ""
507
 
508
+ #: ../../admin/config/index.php:135
509
+ msgid ""
510
+ "Enable this option if you want your authors to only see stats related to "
511
+ "their own content."
512
  msgstr ""
513
 
514
+ #: ../../admin/config/index.php:136 ../../admin/config/index.php:140
515
+ msgid "Capability"
516
  msgstr ""
517
 
518
+ #: ../../admin/config/index.php:136
519
  msgid ""
520
+ "Specify the minimum <a href='http://codex.wordpress.org/"
521
+ "Roles_and_Capabilities' target='_new'>capability</a> needed to access the "
522
+ "reports (default: <code>activate_plugins</code>). If this field is empty, "
523
+ "<strong>all your users</strong> (including subscribers) will have access to "
524
+ "the reports, unless a 'Read access' whitelist has been specified here below. "
525
+ "In this case, the list has precedence over the capability."
526
  msgstr ""
527
 
528
+ #: ../../admin/config/index.php:137 ../../admin/config/index.php:141
529
+ msgid "Whitelist"
530
  msgstr ""
531
 
532
+ #: ../../admin/config/index.php:137
533
  msgid ""
534
+ "List all the users who should have access to the reports, separated by "
535
+ "commas. Administrators are implicitly allowed, so you don't need to list "
536
+ "them in here. Usernames are case sensitive."
 
 
 
 
 
 
537
  msgstr ""
538
 
539
+ #: ../../admin/config/index.php:140
540
+ msgid ""
541
+ "Specify the minimum <a href='http://codex.wordpress.org/"
542
+ "Roles_and_Capabilities' target='_new'>capability</a> required to configure "
543
+ "Slimstat (default: <code>activate_plugins</code>). The whitelist here below "
544
+ "can be used to override this option for specific users."
545
  msgstr ""
546
 
547
+ #: ../../admin/config/index.php:141
548
+ msgid ""
549
+ "List all the users who can edit these options, separated by commas. Please "
550
+ "be advised that admins <strong>are not</strong> implicitly allowed, so do "
551
+ "not forget to include yourself! Usernames are case sensitive."
552
  msgstr ""
553
 
554
+ #: ../../admin/config/index.php:157
555
+ msgid "Read access: username not found"
556
  msgstr ""
557
 
558
+ #: ../../admin/config/index.php:170 ../../admin/config/index.php:201
559
  msgid ""
560
+ "Invalid minimum capability. Please check <a href=\"http://codex.wordpress."
561
+ "org/Roles_and_Capabilities\" target=\"_new\">this page</a> for more "
562
+ "information"
563
  msgstr ""
564
 
565
+ #: ../../admin/config/index.php:188
566
+ msgid "Config access: username not found"
567
  msgstr ""
568
 
569
+ #: ../../admin/config/index.php:216
570
+ msgid "Detect Smoothing"
571
  msgstr ""
572
 
573
+ #: ../../admin/config/index.php:216
574
+ msgid ""
575
+ "Detect if your visitors' browsers support anti-aliasing (font smoothing). "
576
+ "This option required Spy Mode to be enabled."
577
  msgstr ""
578
 
579
+ #: ../../admin/config/index.php:217
580
+ msgid "Track Outbound Clicks"
 
 
581
  msgstr ""
582
 
583
+ #: ../../admin/config/index.php:217
584
+ msgid ""
585
+ "Track when your visitors click on link to external websites. This option "
586
+ "required Spy Mode to be enabled."
587
  msgstr ""
588
 
589
+ #: ../../admin/config/index.php:218
590
+ msgid "Session Duration"
591
  msgstr ""
592
 
593
+ #: ../../admin/config/index.php:218
594
  msgid ""
595
+ "How many seconds should a human session last? Google Analytics sets it to "
596
+ "1800 seconds."
 
597
  msgstr ""
598
 
599
+ #: ../../admin/config/index.php:219
600
+ msgid "Extend Session"
601
  msgstr ""
602
 
603
+ #: ../../admin/config/index.php:219
604
+ msgid "Extend the duration of a session each time the user visits a new page."
 
605
  msgstr ""
606
 
607
+ #: ../../admin/config/index.php:220
608
+ msgid "Enable CDN"
 
 
609
  msgstr ""
610
 
611
+ #: ../../admin/config/index.php:220
612
+ msgid ""
613
+ "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
614
+ "by serving our tracking code from their fast and reliable network (free "
615
+ "service)."
616
  msgstr ""
617
 
618
+ #: ../../admin/config/index.php:221
619
+ msgid "Extensions to Track"
620
  msgstr ""
621
 
622
+ #: ../../admin/config/index.php:221
623
+ msgid ""
624
+ "List all the file extensions that you want to be treated as Downloads. "
625
+ "Please note that links pointing to external resources (i.e. PDFs on a "
626
+ "different website) are considered Downloads and not Outbound Links (and "
627
+ "tracked as such), if their extension matches one of the ones listed here "
628
+ "below."
629
  msgstr ""
630
 
631
+ #: ../../admin/config/index.php:223
632
+ msgid "External Pages"
633
  msgstr ""
634
 
635
+ #: ../../admin/config/index.php:224
636
+ msgid "Add the following code to all the non-WP pages you want to track"
637
  msgstr ""
638
 
639
+ #: ../../admin/config/index.php:236
640
+ msgid "Debug Mode"
641
  msgstr ""
642
 
643
+ #: ../../admin/config/index.php:236
644
+ msgid "Display the SQL queries used to retrieve the data."
 
 
 
645
  msgstr ""
646
 
647
+ #: ../../admin/config/index.php:237
648
+ msgid "IP Lookup"
649
  msgstr ""
650
 
651
+ #: ../../admin/config/index.php:237
652
+ msgid "Customize the Geolocation service to be used in the reports."
 
 
653
  msgstr ""
654
 
655
+ #: ../../admin/config/index.php:238
656
+ msgid "Custom CSS"
657
  msgstr ""
658
 
659
+ #: ../../admin/config/index.php:238
660
  msgid ""
661
+ "Paste here your custom stylesheet to personalize the way your reports look. "
662
+ "<a href='http://wordpress.org/plugins/wp-slimstat/faq/' "
663
+ "target='_blank'>Check the FAQ</a> for more information on how to use this "
664
+ "setting."
665
  msgstr ""
666
 
667
+ #: ../../admin/config/index.php:239
668
+ msgid "Enable UAN"
669
  msgstr ""
670
 
671
+ #: ../../admin/config/index.php:239
672
  msgid ""
673
+ "Send anonymous data about user agents to our server for analysis. This "
674
+ "allows us to contribute to the <a href='http://browscap.org/' "
675
+ "target='_blank'>BrowsCap opensource project</a>, and improve the accuracy of "
676
+ "Slimstat's browser detection functionality. It also enables our transparent "
677
+ "ads network. No worries, your site will not be affected in any way."
678
  msgstr ""
679
 
680
+ #: ../../admin/config/maintenance.php:20
681
+ msgid "Your Slimstat tables have been successfully converted to InnoDB."
682
  msgstr ""
683
 
684
+ #: ../../admin/config/maintenance.php:30
685
+ msgid "records deleted from your database."
 
 
686
  msgstr ""
687
 
688
+ #: ../../admin/config/maintenance.php:35
689
+ msgid "All the records were successfully deleted."
690
  msgstr ""
691
 
692
+ #: ../../admin/config/maintenance.php:39
693
+ msgid "Your reports were successfully restored to their default arrangement."
694
  msgstr ""
695
 
696
+ #: ../../admin/config/maintenance.php:46
697
  msgid ""
698
+ "Congrats! Slimstat is now optimized for <a href=\"http://www.youtube.com/"
699
+ "watch?v=ygE01sOhzz0\" target=\"_blank\">ludicrous speed</a>."
 
 
 
 
700
  msgstr ""
701
 
702
+ #: ../../admin/config/maintenance.php:53
703
  msgid ""
704
+ "Indexing has been successfully disabled. Enjoy the extra database space you "
705
+ "just gained!"
706
  msgstr ""
707
 
708
+ #: ../../admin/config/maintenance.php:84
709
+ msgid "Database Information"
710
  msgstr ""
711
 
712
+ #: ../../admin/config/maintenance.php:87
713
+ msgid "Engine"
714
  msgstr ""
715
 
716
+ #: ../../admin/config/maintenance.php:91
717
+ msgid "switch to InnoDB"
718
  msgstr ""
719
 
720
+ #: ../../admin/config/maintenance.php:102
721
+ msgid "records"
722
  msgstr ""
723
 
724
+ #: ../../admin/config/maintenance.php:107
725
+ msgid "Data Maintenance"
726
  msgstr ""
727
 
728
+ #: ../../admin/config/maintenance.php:110
729
+ msgid "Delete pageviews where"
730
  msgstr ""
731
 
732
+ #: ../../admin/config/maintenance.php:124 ../../admin/view/index.php:15
733
+ msgid "equals"
 
 
734
  msgstr ""
735
 
736
+ #: ../../admin/config/maintenance.php:125 ../../admin/view/index.php:16
737
+ msgid "is not equal to"
738
  msgstr ""
739
 
740
+ #: ../../admin/config/maintenance.php:126 ../../admin/view/index.php:17
741
+ msgid "contains"
742
  msgstr ""
743
 
744
+ #: ../../admin/config/maintenance.php:127 ../../admin/view/index.php:18
745
+ msgid "does not contain"
746
  msgstr ""
747
 
748
+ #: ../../admin/config/maintenance.php:128 ../../admin/view/index.php:19
749
+ msgid "starts with"
 
 
750
  msgstr ""
751
 
752
+ #: ../../admin/config/maintenance.php:129 ../../admin/view/index.php:20
753
+ msgid "ends with"
754
  msgstr ""
755
 
756
+ #: ../../admin/config/maintenance.php:130 ../../admin/view/index.php:21
757
+ msgid "sounds like"
758
  msgstr ""
759
 
760
+ #: ../../admin/config/maintenance.php:131 ../../admin/view/index.php:22
761
+ msgid "is greater than"
762
  msgstr ""
763
 
764
+ #: ../../admin/config/maintenance.php:132 ../../admin/view/index.php:23
765
+ msgid "is less than"
766
  msgstr ""
767
 
768
+ #: ../../admin/config/maintenance.php:133 ../../admin/view/index.php:25
769
+ msgid "matches"
 
 
 
770
  msgstr ""
771
 
772
+ #: ../../admin/config/maintenance.php:134 ../../admin/view/index.php:26
773
+ msgid "does not match"
774
  msgstr ""
775
 
776
+ #: ../../admin/config/maintenance.php:135 ../../admin/view/index.php:27
777
+ msgid "is empty"
 
 
 
 
 
778
  msgstr ""
779
 
780
+ #: ../../admin/config/maintenance.php:136 ../../admin/view/index.php:28
781
+ msgid "is not empty"
782
  msgstr ""
783
 
784
+ #: ../../admin/config/maintenance.php:139 ../../admin/view/index.php:40
785
+ #: ../../admin/view/index.php:103
786
+ msgid "Apply"
 
 
 
 
 
 
 
 
 
 
787
  msgstr ""
788
 
789
+ #: ../../admin/config/maintenance.php:140
790
  msgid ""
791
+ "Are you sure you want to PERMANENTLY delete these records from your database?"
 
 
 
792
  msgstr ""
793
 
794
+ #: ../../admin/config/maintenance.php:145
795
+ msgid "Empty Database"
796
  msgstr ""
797
 
798
+ #: ../../admin/config/maintenance.php:148
799
  msgid ""
800
+ "Are you sure you want to PERMANENTLY DELETE ALL the records from your "
801
+ "database?"
 
 
 
 
 
802
  msgstr ""
803
 
804
+ #: ../../admin/config/maintenance.php:148
805
+ msgid "Delete All Pageviews"
806
  msgstr ""
807
 
808
+ #: ../../admin/config/maintenance.php:149
809
  msgid ""
810
+ "Erase all the information collected so far by Slimstat. This operation "
811
+ "<strong>does not</strong> reset your settings."
812
  msgstr ""
813
 
814
+ #: ../../admin/config/maintenance.php:153
815
+ msgid "Reset Reports"
816
  msgstr ""
817
 
818
+ #: ../../admin/config/maintenance.php:156
819
  msgid ""
820
+ "Are you sure you want to restore the default arrangement of your reports?"
 
 
 
 
 
821
  msgstr ""
822
 
823
+ #: ../../admin/config/maintenance.php:156
824
+ msgid "No Panic Button"
825
  msgstr ""
826
 
827
+ #: ../../admin/config/maintenance.php:157
828
  msgid ""
829
+ "Reset the default arrangement of your reports. Helpful when, for some "
830
+ "reason, reports disappear from your panels."
 
 
 
 
831
  msgstr ""
832
 
833
+ #: ../../admin/config/maintenance.php:161
834
+ msgid "Performance"
835
  msgstr ""
836
 
837
+ #: ../../admin/config/maintenance.php:164
838
+ msgid "Improve Performance"
839
  msgstr ""
840
 
841
+ #: ../../admin/config/maintenance.php:165
842
+ msgid ""
843
+ "Please note that you will need about 30% more DB space to store the extra "
844
+ "information required."
845
  msgstr ""
846
 
847
+ #: ../../admin/config/maintenance.php:169
848
+ msgid "Save DB Space"
849
  msgstr ""
850
 
851
+ #: ../../admin/config/maintenance.php:170
852
  msgid ""
853
+ "Please note that by removing table indexes, Slimstat's performance will be "
854
+ "affected."
 
855
  msgstr ""
856
 
857
+ #: ../../admin/config/maintenance.php:175
858
+ msgid "Import and Export"
859
  msgstr ""
860
 
861
+ #: ../../admin/config/maintenance.php:179
862
  msgid ""
863
+ "Here below you can find the current configuration string for Slimstat. You "
864
+ "can update your settings by pasting a new string here below and clicking on "
865
+ "Import."
866
  msgstr ""
867
 
868
+ #: ../../admin/config/maintenance.php:184
869
+ msgid "Import"
870
  msgstr ""
871
 
872
+ #: ../../admin/config/maintenance.php:185
873
+ msgid "Are you sure you want to OVERWRITE your current settings?"
874
  msgstr ""
875
 
876
+ #: ../../admin/lang/dynamic_strings.php:3
877
+ msgid "xx"
878
+ msgstr "Unknown"
 
 
879
 
880
+ #: ../../admin/lang/dynamic_strings.php:4
881
+ msgid "unknown"
882
+ msgstr "Unknown"
883
 
884
+ #: ../../admin/lang/dynamic_strings.php:5
885
+ msgid "win8.1"
886
+ msgstr "Windows 8.1"
 
 
 
 
 
 
887
 
888
+ #: ../../admin/lang/dynamic_strings.php:6
889
+ msgid "win8"
890
+ msgstr "Windows 8"
891
 
892
+ #: ../../admin/lang/dynamic_strings.php:7
893
+ msgid "win7"
894
+ msgstr "Windows 7"
 
 
 
895
 
896
+ #: ../../admin/lang/dynamic_strings.php:8
897
+ msgid "winvista"
898
+ msgstr "Windows Vista"
 
 
 
 
899
 
900
+ #: ../../admin/lang/dynamic_strings.php:9
901
+ msgid "win2003"
902
+ msgstr "Windows 2003"
 
 
 
903
 
904
+ #: ../../admin/lang/dynamic_strings.php:10
905
+ msgid "winxp"
906
+ msgstr "Windows XP"
907
 
908
+ #: ../../admin/lang/dynamic_strings.php:11
909
+ msgid "winnt"
910
+ msgstr "Windows NT"
 
 
 
911
 
912
+ #: ../../admin/lang/dynamic_strings.php:12
913
+ msgid "win2000"
914
+ msgstr "Windows 2000"
915
 
916
+ #: ../../admin/lang/dynamic_strings.php:13
917
+ msgid "winme"
918
+ msgstr "Windows ME"
919
 
920
+ #: ../../admin/lang/dynamic_strings.php:14
921
+ msgid "win98"
922
+ msgstr "Windows 98"
 
 
923
 
924
+ #: ../../admin/lang/dynamic_strings.php:15
925
+ msgid "win95"
926
+ msgstr "Windows 95"
927
 
928
+ #: ../../admin/lang/dynamic_strings.php:16
929
+ msgid "win31"
930
+ msgstr "Windows 3.1"
 
 
931
 
932
+ #: ../../admin/lang/dynamic_strings.php:17
933
+ msgid "win32"
934
+ msgstr "Windows 32-bit"
935
 
936
+ #: ../../admin/lang/dynamic_strings.php:18
937
+ msgid "win16"
938
+ msgstr "Windows 16-bit"
 
 
939
 
940
+ #: ../../admin/lang/dynamic_strings.php:19
941
+ msgid "mac68k"
942
+ msgstr "Mac 68k"
943
 
944
+ #: ../../admin/lang/dynamic_strings.php:20
945
+ msgid "macosx"
946
+ msgstr "Mac OS X"
947
 
948
+ #: ../../admin/lang/dynamic_strings.php:21
949
+ msgid "macppc"
950
+ msgstr "Mac PowerPC"
951
 
952
+ #: ../../admin/lang/dynamic_strings.php:22
953
+ msgid "mac"
954
+ msgstr "Mac"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
955
 
956
  #: ../../admin/lang/dynamic_strings.php:23
957
  msgid "os/2"
2274
  msgstr "Zulu (South Africa)"
2275
 
2276
  #: ../../admin/lang/dynamic_strings.php:298
2277
+ #: ../../admin/view/wp-slimstat-reports.php:505
2278
  msgid "l-"
2279
  msgstr "Unknown"
2280
 
2296
  msgid "is between (x,y)"
2297
  msgstr ""
2298
 
2299
+ #: ../../admin/view/index.php:44
2300
+ msgid "Load"
2301
+ msgstr ""
2302
+
2303
+ #: ../../admin/view/index.php:64 ../../admin/view/wp-slimstat-reports.php:802
2304
  msgid "Today"
2305
  msgstr ""
2306
 
2307
+ #: ../../admin/view/index.php:65 ../../admin/view/wp-slimstat-reports.php:803
2308
  msgid "Yesterday"
2309
  msgstr ""
2310
 
2311
+ #: ../../admin/view/index.php:66
2312
  msgid "Last 7 Days"
2313
  msgstr ""
2314
 
2315
+ #: ../../admin/view/index.php:67
2316
  msgid "Last 60 Days"
2317
  msgstr ""
2318
 
2319
+ #: ../../admin/view/index.php:68
2320
  msgid "Last 90 Days"
2321
  msgstr ""
2322
 
2323
+ #: ../../admin/view/index.php:69
2324
  msgid "This Year So Far"
2325
  msgstr ""
2326
 
2327
+ #: ../../admin/view/index.php:70
2328
  msgid "Date Range"
2329
  msgstr ""
2330
 
2331
+ #: ../../admin/view/index.php:72 ../../admin/view/wp-slimstat-db.php:70
2332
  msgid "Day"
2333
  msgstr ""
2334
 
2335
+ #: ../../admin/view/index.php:82 ../../admin/view/wp-slimstat-db.php:71
2336
  msgid "Month"
2337
  msgstr ""
2338
 
2339
+ #: ../../admin/view/index.php:91 ../../admin/view/wp-slimstat-db.php:72
2340
  msgid "Year"
2341
  msgstr ""
2342
 
2343
+ #: ../../admin/view/index.php:92 ../../admin/view/wp-slimstat-db.php:69
2344
+ msgid "Hour"
2345
+ msgstr ""
2346
+
2347
+ #: ../../admin/view/index.php:93
2348
+ msgid "Min"
2349
+ msgstr ""
2350
+
2351
+ #: ../../admin/view/index.php:101 ../../admin/view/wp-slimstat-db.php:75
2352
+ msgid "hours"
2353
+ msgstr ""
2354
+
2355
+ #: ../../admin/view/index.php:102
2356
+ msgid "mins"
2357
+ msgstr ""
2358
+
2359
+ #: ../../admin/view/index.php:110
2360
  msgid "Reset Filters"
2361
  msgstr ""
2362
 
2363
+ #: ../../admin/view/index.php:151
2364
  msgid "Your report here"
2365
  msgstr ""
2366
 
2367
+ #: ../../admin/view/index.php:153
2368
  msgid ""
2369
  "Yes, you can! Create and view your personalized analytics for Slimstat. Just "
2370
  "write a new plugin that retrieves the desired information from the database "
2373
  "forum_id=10\" target=\"_blank\">support forum</a>."
2374
  msgstr ""
2375
 
2376
+ #: ../../admin/view/index.php:167 ../../admin/view/wp-slimstat-reports.php:793
2377
+ #: ../../admin/view/wp-slimstat-reports.php:895
2378
+ #: ../../admin/view/wp-slimstat-reports.php:1118
2379
  msgid "Pageviews"
2380
  msgstr ""
2381
 
2382
+ #: ../../admin/view/index.php:170
2383
  msgid ""
2384
  "When visitors leave a comment on your blog, WordPress assigns them a cookie. "
2385
  "Slimstat leverages this information to identify returning visitors. Please "
2386
  "note that visitors also include registered users."
2387
  msgstr ""
2388
 
2389
+ #: ../../admin/view/index.php:174 ../../admin/view/index.php:212
2390
+ #: ../../admin/view/index.php:215 ../../admin/view/right-now.php:21
2391
  msgid "Color codes"
2392
  msgstr ""
2393
 
2394
+ #: ../../admin/view/index.php:174 ../../admin/view/right-now.php:21
2395
  msgid "From search result page"
2396
  msgstr ""
2397
 
2398
+ #: ../../admin/view/index.php:174 ../../admin/view/right-now.php:21
2399
+ #: ../../admin/wp-slimstat-admin.php:792
2400
+ msgid "Known Visitor"
2401
+ msgstr ""
2402
+
2403
+ #: ../../admin/view/index.php:174 ../../admin/view/index.php:212
2404
+ #: ../../admin/view/index.php:215 ../../admin/view/right-now.php:21
2405
  msgid "Known Users"
2406
  msgstr ""
2407
 
2408
+ #: ../../admin/view/index.php:174 ../../admin/view/index.php:212
2409
+ #: ../../admin/view/index.php:215 ../../admin/view/right-now.php:21
2410
  msgid "Other Humans"
2411
  msgstr ""
2412
 
2413
+ #: ../../admin/view/index.php:174 ../../admin/view/right-now.php:21
2414
  msgid "Bot or Crawler"
2415
  msgstr ""
2416
 
2417
+ #: ../../admin/view/index.php:178
2418
  msgid "Keywords used by your visitors to find your website on a search engine."
2419
  msgstr ""
2420
 
2421
+ #: ../../admin/view/index.php:181
2422
  msgid ""
2423
  "Slimstat retrieves live information from Alexa, Facebook and Google, to "
2424
  "measures your site's rankings. Values are updated every 12 hours. Filters "
2425
  "set above don't apply to this report."
2426
  msgstr ""
2427
 
2428
+ #: ../../admin/view/index.php:184
2429
  msgid "Human Visits"
2430
  msgstr ""
2431
 
2432
+ #: ../../admin/view/index.php:187
2433
  msgid ""
2434
  "Internet Service Provider: a company which provides other companies or "
2435
  "individuals with access to the Internet. Your DSL or cable internet service "
2437
  "by setting the corresponding filter under Settings > Slimstat > Filters."
2438
  msgstr ""
2439
 
2440
+ #: ../../admin/view/index.php:190
2441
  msgid ""
2442
  "You can configure Slimstat to ignore a specific Country by setting the "
2443
  "corresponding filter under Settings > Slimstat > Filters."
2444
  msgstr ""
2445
 
2446
+ #: ../../admin/view/index.php:193
2447
  msgid ""
2448
  "This report shows you what user agent families (no version considered) are "
2449
  "popular among your visitors."
2450
  msgstr ""
2451
 
2452
+ #: ../../admin/view/index.php:196
2453
  msgid ""
2454
  "This report shows you what operating system families (no version considered) "
2455
  "are popular among your visitors."
2456
  msgstr ""
2457
 
2458
+ #: ../../admin/view/index.php:199 ../../admin/view/wp-slimstat-reports.php:38
2459
+ #: ../../admin/wp-slimstat-admin.php:498 ../../admin/wp-slimstat-admin.php:515
2460
+ #: ../../wp-slimstat.php:1315
2461
+ msgid "Traffic Sources"
2462
+ msgstr ""
2463
+
2464
+ #: ../../admin/view/index.php:202
2465
  msgid "Average Pageviews per Visit"
2466
  msgstr ""
2467
 
2468
+ #: ../../admin/view/index.php:205
2469
  msgid ""
2470
  "A <em>bounce page</em> is a single-page visit, or visit in which the person "
2471
  "left your site from the entrance (landing) page."
2472
  msgstr ""
2473
 
2474
+ #: ../../admin/view/index.php:208
2475
  msgid "Searches performed using Wordpress' built-in search functionality."
2476
  msgstr ""
2477
 
2478
+ #: ../../admin/view/index.php:212
2479
  msgid ""
2480
  "<strong>Link Details</strong><br>- <em>A:n</em> means that the n-th link in "
2481
  "the page was clicked.<br>- <em>ID:xx</em> is shown when the corresponding "
2482
  "link has an ID attribute associated to it."
2483
  msgstr ""
2484
 
2485
+ #: ../../admin/view/index.php:215
2486
  msgid ""
2487
  "This report lists any <em>event</em> occurred on your website. Please refer "
2488
  "to the FAQ for more information on how to leverage this functionality."
2489
  msgstr ""
2490
 
2491
+ #: ../../admin/view/index.php:218
2492
  msgid ""
2493
  "Your content at a glance: posts, comments, pingbacks, etc. Please note that "
2494
  "this report is not affected by the filters set here above."
2511
  msgstr ""
2512
 
2513
  #: ../../admin/view/right-now.php:30
2514
+ #: ../../admin/view/wp-slimstat-reports.php:440
2515
+ #: ../../admin/view/wp-slimstat-reports.php:699
2516
  msgid "No data to display"
2517
  msgstr ""
2518
 
2519
  # Unknown
2520
  #: ../../admin/view/right-now.php:56
2521
+ #: ../../admin/view/wp-slimstat-reports.php:493
2522
+ #: ../../admin/view/wp-slimstat-reports.php:742
2523
+ #: ../../admin/view/wp-slimstat-reports.php:1006
2524
  msgid "c-"
2525
  msgstr "Unknown"
2526
 
2527
+ #: ../../admin/view/right-now.php:109 ../../admin/view/wp-slimstat-db.php:61
2528
+ #: ../../admin/wp-slimstat-admin.php:794 ../../admin/wp-slimstat-admin.php:836
2529
+ msgid "Originating IP"
2530
+ msgstr ""
2531
+
2532
  #: ../../admin/view/right-now.php:130
2533
  msgid "Server Latency and Page Speed in milliseconds"
2534
  msgstr ""
2542
  msgstr ""
2543
 
2544
  #: ../../admin/view/right-now.php:140
2545
+ #: ../../admin/view/wp-slimstat-reports.php:552
2546
+ #: ../../admin/view/wp-slimstat-reports.php:556
2547
+ #: ../../admin/view/wp-slimstat-reports.php:724
2548
+ #: ../../admin/view/wp-slimstat-reports.php:762
2549
  msgid "Open this URL in a new window"
2550
  msgstr ""
2551
 
2553
  msgid "Local search results page"
2554
  msgstr ""
2555
 
2556
+ #: ../../admin/view/right-now.php:148 ../../admin/view/wp-slimstat-db.php:40
2557
+ #: ../../admin/wp-slimstat-admin.php:797 ../../admin/wp-slimstat-admin.php:813
2558
+ msgid "Search Terms"
2559
+ msgstr ""
2560
+
2561
  #: ../../admin/view/right-now.php:150
2562
  msgid "Open this referrer in a new window"
2563
  msgstr ""
2566
  msgid "Open this outbound link in a new window"
2567
  msgstr ""
2568
 
2569
+ #: ../../admin/view/right-now.php:152
2570
+ msgid "Date and Time"
2571
+ msgstr ""
2572
+
2573
  #: ../../admin/view/right-now.php:153
2574
  msgid "Content Type"
2575
  msgstr ""
2576
 
2577
+ #: ../../admin/view/wp-slimstat-db.php:37
2578
+ #: ../../admin/wp-slimstat-admin.php:810
2579
+ msgid "Browser"
2580
+ msgstr ""
2581
+
2582
+ #: ../../admin/view/wp-slimstat-db.php:38
2583
+ #: ../../admin/view/wp-slimstat-reports.php:492
2584
+ #: ../../admin/wp-slimstat-admin.php:811
2585
+ msgid "Country Code"
2586
+ msgstr ""
2587
+
2588
+ #: ../../admin/view/wp-slimstat-db.php:39
2589
  msgid "IP Address"
2590
  msgstr ""
2591
 
2592
+ #: ../../admin/view/wp-slimstat-db.php:41
2593
+ #: ../../admin/view/wp-slimstat-reports.php:504
2594
+ #: ../../admin/wp-slimstat-admin.php:814
2595
+ msgid "Language Code"
2596
+ msgstr ""
2597
+
2598
+ #: ../../admin/view/wp-slimstat-db.php:42
2599
+ #: ../../admin/wp-slimstat-admin.php:815
2600
+ msgid "Operating System"
2601
+ msgstr ""
2602
+
2603
+ #: ../../admin/view/wp-slimstat-db.php:43
2604
+ #: ../../admin/wp-slimstat-admin.php:816
2605
+ msgid "Permalink"
2606
+ msgstr ""
2607
+
2608
+ #: ../../admin/view/wp-slimstat-db.php:44
2609
  msgid "Domain"
2610
  msgstr ""
2611
 
2612
+ #: ../../admin/view/wp-slimstat-db.php:45
2613
+ #: ../../admin/wp-slimstat-admin.php:817
2614
+ msgid "Referer"
2615
+ msgstr ""
2616
+
2617
+ #: ../../admin/view/wp-slimstat-db.php:46
2618
+ #: ../../admin/wp-slimstat-admin.php:818
2619
+ msgid "Visitor's Name"
2620
+ msgstr ""
2621
+
2622
+ #: ../../admin/view/wp-slimstat-db.php:47
2623
  msgid "Page Speed"
2624
  msgstr ""
2625
 
2626
+ #: ../../admin/view/wp-slimstat-db.php:49
2627
  msgid "-- Advanced filters --"
2628
  msgstr ""
2629
 
2630
+ #: ../../admin/view/wp-slimstat-db.php:50
2631
  #: ../../admin/view/wp-slimstat-reports.php:64
2632
  msgid "Browser Capabilities"
2633
  msgstr ""
2634
 
2635
+ #: ../../admin/view/wp-slimstat-db.php:51
2636
+ #: ../../admin/wp-slimstat-admin.php:829
2637
+ msgid "Browser Version"
2638
+ msgstr ""
2639
+
2640
+ #: ../../admin/view/wp-slimstat-db.php:52
2641
+ #: ../../admin/wp-slimstat-admin.php:830
2642
+ msgid "Browser Type"
2643
+ msgstr ""
2644
+
2645
+ #: ../../admin/view/wp-slimstat-db.php:53
2646
+ #: ../../admin/wp-slimstat-admin.php:799
2647
+ msgid "User Agent"
2648
+ msgstr ""
2649
+
2650
+ #: ../../admin/view/wp-slimstat-db.php:54
2651
+ #: ../../admin/wp-slimstat-admin.php:831
2652
+ msgid "Color Depth"
2653
+ msgstr ""
2654
+
2655
+ #: ../../admin/view/wp-slimstat-db.php:55
2656
+ #: ../../admin/wp-slimstat-admin.php:832
2657
+ msgid "CSS Version"
2658
+ msgstr ""
2659
+
2660
+ #: ../../admin/view/wp-slimstat-db.php:56
2661
+ #: ../../admin/wp-slimstat-admin.php:833
2662
+ msgid "Pageview Attributes"
2663
+ msgstr ""
2664
+
2665
+ #: ../../admin/view/wp-slimstat-db.php:57
2666
  msgid "Server Latency"
2667
  msgstr ""
2668
 
2669
+ #: ../../admin/view/wp-slimstat-db.php:58
2670
+ #: ../../admin/wp-slimstat-admin.php:800
2671
+ msgid "Outbound Link"
2672
+ msgstr ""
2673
+
2674
+ #: ../../admin/view/wp-slimstat-db.php:59
2675
+ #: ../../admin/wp-slimstat-admin.php:834
2676
+ msgid "Post Author"
2677
+ msgstr ""
2678
+
2679
+ #: ../../admin/view/wp-slimstat-db.php:60
2680
+ #: ../../admin/wp-slimstat-admin.php:835
2681
+ msgid "Post Category ID"
2682
+ msgstr ""
2683
+
2684
+ #: ../../admin/view/wp-slimstat-db.php:62
2685
+ #: ../../admin/wp-slimstat-admin.php:837
2686
+ msgid "Resource Content Type"
2687
+ msgstr ""
2688
+
2689
+ #: ../../admin/view/wp-slimstat-db.php:63
2690
  msgid "Resource ID"
2691
  msgstr ""
2692
 
2693
+ #: ../../admin/view/wp-slimstat-db.php:64
2694
+ #: ../../admin/wp-slimstat-admin.php:838
2695
+ msgid "Screen Resolution"
2696
+ msgstr ""
2697
+
2698
+ #: ../../admin/view/wp-slimstat-db.php:65
2699
+ #: ../../admin/wp-slimstat-admin.php:839
2700
+ msgid "Visit ID"
2701
+ msgstr ""
2702
+
2703
+ #: ../../admin/view/wp-slimstat-db.php:68
2704
+ msgid "Minute"
2705
+ msgstr ""
2706
+
2707
+ #: ../../admin/view/wp-slimstat-db.php:73
2708
+ msgid "+/-"
2709
+ msgstr ""
2710
+
2711
+ #: ../../admin/view/wp-slimstat-db.php:76
2712
+ msgid "minutes"
2713
  msgstr ""
2714
 
2715
  #: ../../admin/view/wp-slimstat-db.php:78
2724
  msgid "Start From"
2725
  msgstr ""
2726
 
2727
+ #: ../../admin/view/wp-slimstat-reports.php:34
2728
+ #: ../../admin/wp-slimstat-admin.php:494 ../../wp-slimstat.php:1311
2729
+ msgid "Real-Time Log"
2730
+ msgstr ""
2731
+
2732
+ #: ../../admin/view/wp-slimstat-reports.php:35
2733
+ #: ../../admin/wp-slimstat-admin.php:495 ../../admin/wp-slimstat-admin.php:512
2734
+ #: ../../wp-slimstat.php:1312
2735
+ msgid "Overview"
2736
+ msgstr ""
2737
+
2738
+ #: ../../admin/view/wp-slimstat-reports.php:36
2739
+ #: ../../admin/wp-slimstat-admin.php:496 ../../admin/wp-slimstat-admin.php:513
2740
+ #: ../../wp-slimstat.php:1313
2741
+ msgid "Audience"
2742
+ msgstr ""
2743
+
2744
+ #: ../../admin/view/wp-slimstat-reports.php:37
2745
+ #: ../../admin/wp-slimstat-admin.php:497 ../../admin/wp-slimstat-admin.php:514
2746
+ #: ../../wp-slimstat.php:1314
2747
+ msgid "Site Analysis"
2748
+ msgstr ""
2749
+
2750
+ #: ../../admin/view/wp-slimstat-reports.php:39
2751
+ #: ../../admin/wp-slimstat-admin.php:499 ../../admin/wp-slimstat-admin.php:516
2752
+ #: ../../wp-slimstat.php:1316
2753
+ msgid "Map Overlay"
2754
+ msgstr ""
2755
+
2756
+ #: ../../admin/view/wp-slimstat-reports.php:40
2757
+ #: ../../admin/wp-slimstat-admin.php:500 ../../admin/wp-slimstat-admin.php:517
2758
+ #: ../../wp-slimstat.php:1317
2759
+ msgid "Custom Reports"
2760
+ msgstr ""
2761
+
2762
  #: ../../admin/view/wp-slimstat-reports.php:44
2763
  msgid "Pageviews (chart)"
2764
  msgstr ""
2988
  msgid "Activity"
2989
  msgstr ""
2990
 
2991
+ #: ../../admin/view/wp-slimstat-reports.php:215
2992
  msgid "Chart controls"
2993
  msgstr ""
2994
 
2995
+ #: ../../admin/view/wp-slimstat-reports.php:215
2996
  msgid "Use your mouse wheel to zoom in and out"
2997
  msgstr ""
2998
 
2999
+ #: ../../admin/view/wp-slimstat-reports.php:215
3000
  msgid "While zooming in, drag the chart to move to a different area"
3001
  msgstr ""
3002
 
3003
+ #: ../../admin/view/wp-slimstat-reports.php:215
3004
  msgid "Double click on an empty region to reset the zoom level"
3005
  msgstr ""
3006
 
3007
+ #: ../../admin/view/wp-slimstat-reports.php:228
3008
  msgid "src"
3009
  msgstr ""
3010
 
3011
+ #: ../../admin/view/wp-slimstat-reports.php:229
3012
  msgid "serp"
3013
  msgstr ""
3014
 
3015
+ #: ../../admin/view/wp-slimstat-reports.php:234
3016
  msgid "Go to the corresponding search engine result page"
3017
  msgstr ""
3018
 
3019
+ #: ../../admin/view/wp-slimstat-reports.php:237
3020
  msgid "Go to the referring page"
3021
  msgstr ""
3022
 
3023
+ #: ../../admin/view/wp-slimstat-reports.php:260
3024
  msgid "Remove filter for"
3025
  msgstr ""
3026
 
3027
+ #: ../../admin/view/wp-slimstat-reports.php:264
3028
+ msgid "Save"
3029
+ msgstr ""
3030
+
3031
+ #: ../../admin/view/wp-slimstat-reports.php:267
3032
  msgid "Reset All"
3033
  msgstr ""
3034
 
3035
+ #: ../../admin/view/wp-slimstat-reports.php:271
3036
  msgid "Current filters:"
3037
  msgstr ""
3038
 
3039
+ #: ../../admin/view/wp-slimstat-reports.php:275
3040
  msgid "Refresh"
3041
  msgstr ""
3042
 
3043
+ #: ../../admin/view/wp-slimstat-reports.php:354
3044
  #, php-format
3045
  msgid "Results %s - %s of %s"
3046
  msgstr ""
3047
 
3048
+ #: ../../admin/view/wp-slimstat-reports.php:356
3049
  msgid "Refresh in"
3050
  msgstr ""
3051
 
3052
+ #: ../../admin/view/wp-slimstat-reports.php:378
3053
+ #: ../../admin/view/wp-slimstat-reports.php:390
3054
  #, php-format
3055
  msgid "Daily %s"
3056
  msgstr ""
3057
 
3058
+ #: ../../admin/view/wp-slimstat-reports.php:381
3059
  #, php-format
3060
  msgid "%s Minute by Minute"
3061
  msgstr ""
3062
 
3063
+ #: ../../admin/view/wp-slimstat-reports.php:384
3064
  #, php-format
3065
  msgid "Hourly %s"
3066
  msgstr ""
3067
 
3068
+ #: ../../admin/view/wp-slimstat-reports.php:387
3069
  #, php-format
3070
  msgid "Monthly %s"
3071
  msgstr ""
3072
 
3073
+ #: ../../admin/view/wp-slimstat-reports.php:475
3074
  msgid "Category ID"
3075
  msgstr ""
3076
 
3077
+ #: ../../admin/view/wp-slimstat-reports.php:508
3078
  msgid "OS Code"
3079
  msgstr ""
3080
 
3081
+ #: ../../admin/view/wp-slimstat-reports.php:518
3082
  msgid "Referrer"
3083
  msgstr ""
3084
 
3085
+ #: ../../admin/view/wp-slimstat-reports.php:542
3086
+ #: ../../admin/view/wp-slimstat-reports.php:830
3087
+ #: ../../admin/view/wp-slimstat-reports.php:839
3088
+ #: ../../admin/view/wp-slimstat-reports.php:845
3089
+ #: ../../admin/view/wp-slimstat-reports.php:851
3090
+ #: ../../admin/view/wp-slimstat-reports.php:857
3091
+ #: ../../admin/view/wp-slimstat-reports.php:863
3092
+ #: ../../admin/view/wp-slimstat-reports.php:869
3093
+ #: ../../admin/view/wp-slimstat-reports.php:875
3094
  msgid "Hits"
3095
  msgstr ""
3096
 
3097
+ #: ../../admin/view/wp-slimstat-reports.php:716
3098
  msgid "Search for"
3099
  msgstr ""
3100
 
3101
+ #: ../../admin/view/wp-slimstat-reports.php:752
3102
+ #: ../../admin/view/wp-slimstat-reports.php:762
3103
  msgid "Source"
3104
  msgstr ""
3105
 
3106
+ #: ../../admin/view/wp-slimstat-reports.php:754
3107
  msgid "Keywords"
3108
  msgstr ""
3109
 
3110
+ #: ../../admin/view/wp-slimstat-reports.php:762
3111
  #, php-format
3112
  msgid "Filter results where resource equals %s"
3113
  msgstr ""
3114
 
3115
+ #: ../../admin/view/wp-slimstat-reports.php:763
3116
  msgid "Link Details"
3117
  msgstr ""
3118
 
3119
+ #: ../../admin/view/wp-slimstat-reports.php:776
3120
  msgid "Total Pageviews"
3121
  msgstr ""
3122
 
3123
+ #: ../../admin/view/wp-slimstat-reports.php:777
3124
  msgid "DB Size"
3125
  msgstr ""
3126
 
3127
+ #: ../../admin/view/wp-slimstat-reports.php:778
3128
  msgid "Tracking Active"
3129
  msgstr ""
3130
 
3131
+ #: ../../admin/view/wp-slimstat-reports.php:779
3132
  msgid "Javascript Mode"
3133
  msgstr ""
3134
 
3135
+ #: ../../admin/view/wp-slimstat-reports.php:780
3136
  msgid "Tracking Browser Caps"
3137
  msgstr ""
3138
 
3139
+ #: ../../admin/view/wp-slimstat-reports.php:781
3140
  msgid "Auto purge"
3141
  msgstr ""
3142
 
3143
+ #: ../../admin/view/wp-slimstat-reports.php:781
3144
+ #: ../../admin/wp-slimstat-admin.php:869
3145
+ msgid "No"
3146
+ msgstr ""
3147
+
3148
+ #: ../../admin/view/wp-slimstat-reports.php:782
3149
  msgid "Oldest pageview"
3150
  msgstr ""
3151
 
3152
+ #: ../../admin/view/wp-slimstat-reports.php:782
3153
  msgid "No visits"
3154
  msgstr ""
3155
 
3156
+ #: ../../admin/view/wp-slimstat-reports.php:792
3157
+ #: ../../admin/view/wp-slimstat-reports.php:894
3158
  msgid ""
3159
  "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
3160
  "the tracking code is executed."
3161
  msgstr ""
3162
 
3163
+ #: ../../admin/view/wp-slimstat-reports.php:794
3164
  msgid "How many pages have been visited on average during the current period."
3165
  msgstr ""
3166
 
3167
+ #: ../../admin/view/wp-slimstat-reports.php:795
3168
  msgid "Average Pageviews"
3169
  msgstr ""
3170
 
3171
+ #: ../../admin/view/wp-slimstat-reports.php:796
3172
  msgid ""
3173
  "Visitors who landed on your site after searching for a keyword on Google, "
3174
  "Yahoo, etc."
3175
  msgstr ""
3176
 
3177
+ #: ../../admin/view/wp-slimstat-reports.php:797
3178
  msgid "From Search Results"
3179
  msgstr ""
3180
 
3181
+ #: ../../admin/view/wp-slimstat-reports.php:798
3182
  msgid ""
3183
  "Used to differentiate between multiple requests to download a file from one "
3184
  "internet address (IP) and requests originating from many distinct addresses"
3185
  msgstr ""
3186
 
3187
+ #: ../../admin/view/wp-slimstat-reports.php:799
3188
+ #: ../../admin/view/wp-slimstat-reports.php:814
3189
+ #: ../../admin/view/wp-slimstat-reports.php:1118
3190
+ #: ../../admin/view/wp-slimstat-reports.php:1122
3191
+ #: ../../admin/view/wp-slimstat-reports.php:1126
3192
  msgid "Unique IPs"
3193
  msgstr ""
3194
 
3195
+ #: ../../admin/view/wp-slimstat-reports.php:800
3196
  msgid "Last 5 minutes"
3197
  msgstr ""
3198
 
3199
+ #: ../../admin/view/wp-slimstat-reports.php:801
3200
  msgid "Last 30 minutes"
3201
  msgstr ""
3202
 
3203
+ #: ../../admin/view/wp-slimstat-reports.php:811
3204
  msgid ""
3205
  "A visit is a session of at most 30 minutes. Returning visitors are counted "
3206
  "multiple times if they perform multiple visits."
3207
  msgstr ""
3208
 
3209
+ #: ../../admin/view/wp-slimstat-reports.php:812
3210
  msgid "Human visits"
3211
  msgstr ""
3212
 
3213
+ #: ../../admin/view/wp-slimstat-reports.php:813
3214
  msgid "It includes only traffic generated by human visitors."
3215
  msgstr ""
3216
 
3217
+ #: ../../admin/view/wp-slimstat-reports.php:815
3218
+ #: ../../admin/view/wp-slimstat-reports.php:906
3219
  msgid ""
3220
  "Percentage of single-page visits, i.e. visits in which the person left your "
3221
  "site from the entrance page."
3222
  msgstr ""
3223
 
3224
+ #: ../../admin/view/wp-slimstat-reports.php:816
3225
  msgid "Bounce rate"
3226
  msgstr ""
3227
 
3228
+ #: ../../admin/view/wp-slimstat-reports.php:817
3229
  msgid "Visitors who had previously left a comment on your blog."
3230
  msgstr ""
3231
 
3232
+ #: ../../admin/view/wp-slimstat-reports.php:818
3233
  msgid "Known visitors"
3234
  msgstr ""
3235
 
3236
+ #: ../../admin/view/wp-slimstat-reports.php:819
3237
  msgid "Human users who visited your site only once."
3238
  msgstr ""
3239
 
3240
+ #: ../../admin/view/wp-slimstat-reports.php:820
3241
  msgid "New visitors"
3242
  msgstr ""
3243
 
3244
+ #: ../../admin/view/wp-slimstat-reports.php:821
3245
  msgid "Bots"
3246
  msgstr ""
3247
 
3248
+ #: ../../admin/view/wp-slimstat-reports.php:822
3249
  msgid "Pages per visit"
3250
  msgstr ""
3251
 
3252
+ #: ../../admin/view/wp-slimstat-reports.php:823
3253
+ #: ../../admin/view/wp-slimstat-reports.php:1131
3254
  msgid "Longest visit"
3255
  msgstr ""
3256
 
3257
+ #: ../../admin/view/wp-slimstat-reports.php:823
3258
  msgid "hits"
3259
  msgstr ""
3260
 
3261
+ #: ../../admin/view/wp-slimstat-reports.php:841
3262
  msgid "0 - 30 seconds"
3263
  msgstr ""
3264
 
3265
+ #: ../../admin/view/wp-slimstat-reports.php:847
3266
  msgid "31 - 60 seconds"
3267
  msgstr ""
3268
 
3269
+ #: ../../admin/view/wp-slimstat-reports.php:853
3270
  msgid "1 - 3 minutes"
3271
  msgstr ""
3272
 
3273
+ #: ../../admin/view/wp-slimstat-reports.php:859
3274
  msgid "3 - 5 minutes"
3275
  msgstr ""
3276
 
3277
+ #: ../../admin/view/wp-slimstat-reports.php:865
3278
  msgid "5 - 7 minutes"
3279
  msgstr ""
3280
 
3281
+ #: ../../admin/view/wp-slimstat-reports.php:871
3282
  msgid "7 - 10 minutes"
3283
  msgstr ""
3284
 
3285
+ #: ../../admin/view/wp-slimstat-reports.php:877
3286
  msgid "More than 10 minutes"
3287
  msgstr ""
3288
 
3289
+ #: ../../admin/view/wp-slimstat-reports.php:886
3290
  msgid "Average time on site"
3291
  msgstr ""
3292
 
3293
+ #: ../../admin/view/wp-slimstat-reports.php:896
3294
  msgid ""
3295
  "A referrer (or referring site) is the site that a visitor previously visited "
3296
  "before following a link to your site."
3297
  msgstr ""
3298
 
3299
+ #: ../../admin/view/wp-slimstat-reports.php:897
3300
  msgid "Unique Referrers"
3301
  msgstr ""
3302
 
3303
+ #: ../../admin/view/wp-slimstat-reports.php:898
3304
  msgid ""
3305
  "Visitors who visited the site by typing the URL directly into their browser. "
3306
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
3308
  "documents that don't include tracking variables."
3309
  msgstr ""
3310
 
3311
+ #: ../../admin/view/wp-slimstat-reports.php:899
3312
  msgid "Direct Pageviews"
3313
  msgstr ""
3314
 
3315
+ #: ../../admin/view/wp-slimstat-reports.php:900
3316
  msgid ""
3317
  "Visitors who came to your site via searches on Google or some other search "
3318
  "engine."
3319
  msgstr ""
3320
 
3321
+ #: ../../admin/view/wp-slimstat-reports.php:901
3322
  msgid "From a search result"
3323
  msgstr ""
3324
 
3325
+ #: ../../admin/view/wp-slimstat-reports.php:902
3326
  msgid ""
3327
  "The first page that a user views during a session. This is also known as the "
3328
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
3330
  "a landing page."
3331
  msgstr ""
3332
 
3333
+ #: ../../admin/view/wp-slimstat-reports.php:903
3334
  msgid "Unique Landing Pages"
3335
  msgstr ""
3336
 
3337
+ #: ../../admin/view/wp-slimstat-reports.php:904
3338
  msgid "Number of single-page visits to your site over the selected period."
3339
  msgstr ""
3340
 
3341
+ #: ../../admin/view/wp-slimstat-reports.php:905
3342
  msgid "Bounce Pages"
3343
  msgstr ""
3344
 
3345
+ #: ../../admin/view/wp-slimstat-reports.php:907
3346
  msgid "New Visitors Rate"
3347
  msgstr ""
3348
 
3349
+ #: ../../admin/view/wp-slimstat-reports.php:908
3350
  msgid ""
3351
  "Visitors who visited the site in the last 5 minutes coming from a search "
3352
  "engine."
3353
  msgstr ""
3354
 
3355
+ #: ../../admin/view/wp-slimstat-reports.php:909
3356
  msgid "Currently from search engines"
3357
  msgstr ""
3358
 
3359
+ #: ../../admin/view/wp-slimstat-reports.php:977
3360
  msgid "Number of pages in your site included in Google's index."
3361
  msgstr ""
3362
 
3363
+ #: ../../admin/view/wp-slimstat-reports.php:978
3364
  msgid "Google Index"
3365
  msgstr ""
3366
 
3367
+ #: ../../admin/view/wp-slimstat-reports.php:979
3368
  msgid "Number of pages, according to Google, that link back to your site."
3369
  msgstr ""
3370
 
3371
+ #: ../../admin/view/wp-slimstat-reports.php:980
3372
  msgid "Google Backlinks"
3373
  msgstr ""
3374
 
3375
+ #: ../../admin/view/wp-slimstat-reports.php:981
3376
  msgid ""
3377
  "How many times the Facebook Like button has been approximately clicked on "
3378
  "your site."
3379
  msgstr ""
3380
 
3381
+ #: ../../admin/view/wp-slimstat-reports.php:982
3382
  msgid "Facebook Likes"
3383
  msgstr ""
3384
 
3385
+ #: ../../admin/view/wp-slimstat-reports.php:983
3386
  msgid ""
3387
  "How many times your site has been shared by someone on the social network."
3388
  msgstr ""
3389
 
3390
+ #: ../../admin/view/wp-slimstat-reports.php:984
3391
  msgid "Facebook Shares"
3392
  msgstr ""
3393
 
3394
+ #: ../../admin/view/wp-slimstat-reports.php:985
3395
  msgid "How many times links to your website have been clicked on Facebook."
3396
  msgstr ""
3397
 
3398
+ #: ../../admin/view/wp-slimstat-reports.php:986
3399
  msgid "Facebook Clicks"
3400
  msgstr ""
3401
 
3402
+ #: ../../admin/view/wp-slimstat-reports.php:987
3403
  msgid ""
3404
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
3405
  "traffic data."
3406
  msgstr ""
3407
 
3408
+ #: ../../admin/view/wp-slimstat-reports.php:988
3409
  msgid "Alexa World Rank"
3410
  msgstr ""
3411
 
3412
+ #: ../../admin/view/wp-slimstat-reports.php:989
3413
  msgid "Alexa Country Rank"
3414
  msgstr ""
3415
 
3416
+ #: ../../admin/view/wp-slimstat-reports.php:990
3417
  msgid "Alexa Popularity"
3418
  msgstr ""
3419
 
3420
  # Unknown
3421
+ #: ../../admin/view/wp-slimstat-reports.php:997
3422
  msgid "c-xx"
3423
  msgstr "Unknown"
3424
 
3425
  # Afghanistan
3426
+ #: ../../admin/view/wp-slimstat-reports.php:997
3427
  msgid "c-af"
3428
  msgstr "Afghanistan"
3429
 
3430
  # Åland Islands
3431
+ #: ../../admin/view/wp-slimstat-reports.php:997
3432
  msgid "c-ax"
3433
  msgstr "Aland Islands"
3434
 
3435
  # Albania
3436
+ #: ../../admin/view/wp-slimstat-reports.php:997
3437
  msgid "c-al"
3438
  msgstr "Albania"
3439
 
3440
  # Algeria
3441
+ #: ../../admin/view/wp-slimstat-reports.php:997
3442
  msgid "c-dz"
3443
  msgstr "Algeria"
3444
 
3445
  # Andorra
3446
+ #: ../../admin/view/wp-slimstat-reports.php:997
3447
  msgid "c-ad"
3448
  msgstr "Andorra"
3449
 
3450
  # Angola
3451
+ #: ../../admin/view/wp-slimstat-reports.php:997
3452
  msgid "c-ao"
3453
  msgstr "Angola"
3454
 
3455
  # Anguilla
3456
+ #: ../../admin/view/wp-slimstat-reports.php:997
3457
  msgid "c-ai"
3458
  msgstr "Anguilla"
3459
 
3460
  # Antigua and Barbuda
3461
+ #: ../../admin/view/wp-slimstat-reports.php:997
3462
  msgid "c-ag"
3463
  msgstr "Antigua and Barbuda"
3464
 
3465
  # Argentina
3466
+ #: ../../admin/view/wp-slimstat-reports.php:997
3467
  msgid "c-ar"
3468
  msgstr "Argentina"
3469
 
3470
  # Armenia
3471
+ #: ../../admin/view/wp-slimstat-reports.php:997
3472
  msgid "c-am"
3473
  msgstr "Armenia"
3474
 
3475
  # Aruba
3476
+ #: ../../admin/view/wp-slimstat-reports.php:997
3477
  msgid "c-aw"
3478
  msgstr "Aruba"
3479
 
3480
  # Australia
3481
+ #: ../../admin/view/wp-slimstat-reports.php:997
3482
  msgid "c-au"
3483
  msgstr "Australia"
3484
 
3485
  # Austria
3486
+ #: ../../admin/view/wp-slimstat-reports.php:997
3487
  msgid "c-at"
3488
  msgstr "Austria"
3489
 
3490
  # Azerbaijan
3491
+ #: ../../admin/view/wp-slimstat-reports.php:997
3492
  msgid "c-az"
3493
  msgstr "Azerbaijan"
3494
 
3495
  # Bahamas
3496
+ #: ../../admin/view/wp-slimstat-reports.php:997
3497
  msgid "c-bs"
3498
  msgstr "Bahamas"
3499
 
3500
  # Bahrain
3501
+ #: ../../admin/view/wp-slimstat-reports.php:997
3502
  msgid "c-bh"
3503
  msgstr "Bahrain"
3504
 
3505
  # Bangladesh
3506
+ #: ../../admin/view/wp-slimstat-reports.php:997
3507
  msgid "c-bd"
3508
  msgstr "Bangladesh"
3509
 
3510
  # Barbados
3511
+ #: ../../admin/view/wp-slimstat-reports.php:997
3512
  msgid "c-bb"
3513
  msgstr "Barbados"
3514
 
3515
  # Belarus
3516
+ #: ../../admin/view/wp-slimstat-reports.php:997
3517
  msgid "c-by"
3518
  msgstr "Belarus"
3519
 
3520
  # Belgium
3521
+ #: ../../admin/view/wp-slimstat-reports.php:997
3522
  msgid "c-be"
3523
  msgstr "Belgium"
3524
 
3525
  # Belize
3526
+ #: ../../admin/view/wp-slimstat-reports.php:997
3527
  msgid "c-bz"
3528
  msgstr "Belize"
3529
 
3530
  # Benin
3531
+ #: ../../admin/view/wp-slimstat-reports.php:997
3532
  msgid "c-bj"
3533
  msgstr "Benin"
3534
 
3535
  # Bermuda
3536
+ #: ../../admin/view/wp-slimstat-reports.php:997
3537
  msgid "c-bm"
3538
  msgstr "Bermuda"
3539
 
3540
  # Bhutan
3541
+ #: ../../admin/view/wp-slimstat-reports.php:997
3542
  msgid "c-bt"
3543
  msgstr "Bhutan"
3544
 
3545
  # Bolivia
3546
+ #: ../../admin/view/wp-slimstat-reports.php:997
3547
  msgid "c-bo"
3548
  msgstr "Bolivia"
3549
 
3550
  # Bosnia and Herzegovina
3551
+ #: ../../admin/view/wp-slimstat-reports.php:997
3552
  msgid "c-ba"
3553
  msgstr "Bosnia and Herzegovina"
3554
 
3555
  # Botswana
3556
+ #: ../../admin/view/wp-slimstat-reports.php:997
3557
  msgid "c-bw"
3558
  msgstr "Botswana"
3559
 
3560
  # Brazil
3561
+ #: ../../admin/view/wp-slimstat-reports.php:997
3562
  msgid "c-br"
3563
  msgstr "Brazil"
3564
 
3565
  # Brunei Darussalam
3566
+ #: ../../admin/view/wp-slimstat-reports.php:997
3567
  msgid "c-bn"
3568
  msgstr "Brunei Darussalam"
3569
 
3570
  # Bulgaria
3571
+ #: ../../admin/view/wp-slimstat-reports.php:997
3572
  msgid "c-bg"
3573
  msgstr "Bulgaria"
3574
 
3575
  # Burkina Faso
3576
+ #: ../../admin/view/wp-slimstat-reports.php:997
3577
  msgid "c-bf"
3578
  msgstr "Burkina Faso"
3579
 
3580
  # Burundi
3581
+ #: ../../admin/view/wp-slimstat-reports.php:997
3582
  msgid "c-bi"
3583
  msgstr "Burundi"
3584
 
3585
  # Cambodia
3586
+ #: ../../admin/view/wp-slimstat-reports.php:997
3587
  msgid "c-kh"
3588
  msgstr "Cambodia"
3589
 
3590
  # Cameroon
3591
+ #: ../../admin/view/wp-slimstat-reports.php:997
3592
  msgid "c-cm"
3593
  msgstr "Cameroon"
3594
 
3595
  # Canada
3596
+ #: ../../admin/view/wp-slimstat-reports.php:997
3597
  msgid "c-ca"
3598
  msgstr "Canada"
3599
 
3600
  # Cape Verde
3601
+ #: ../../admin/view/wp-slimstat-reports.php:997
3602
  msgid "c-cv"
3603
  msgstr "Cape Verde"
3604
 
3605
  # Cayman Islands
3606
+ #: ../../admin/view/wp-slimstat-reports.php:997
3607
  msgid "c-ky"
3608
  msgstr "Cayman Islands"
3609
 
3610
  # Central African Republic
3611
+ #: ../../admin/view/wp-slimstat-reports.php:997
3612
  msgid "c-cf"
3613
  msgstr "Central African Republic"
3614
 
3615
  # Chad
3616
+ #: ../../admin/view/wp-slimstat-reports.php:997
3617
  msgid "c-td"
3618
  msgstr "Chad"
3619
 
3620
  # Chile
3621
+ #: ../../admin/view/wp-slimstat-reports.php:997
3622
  msgid "c-cl"
3623
  msgstr "Chile"
3624
 
3625
  # China
3626
+ #: ../../admin/view/wp-slimstat-reports.php:997
3627
  msgid "c-cn"
3628
  msgstr "China"
3629
 
3630
  # Colombia
3631
+ #: ../../admin/view/wp-slimstat-reports.php:997
3632
  msgid "c-co"
3633
  msgstr "Colombia"
3634
 
3635
  # Comoros
3636
+ #: ../../admin/view/wp-slimstat-reports.php:997
3637
  msgid "c-km"
3638
  msgstr "Comoros"
3639
 
3640
  # Congo
3641
+ #: ../../admin/view/wp-slimstat-reports.php:997
3642
  msgid "c-cg"
3643
  msgstr "Congo"
3644
 
3645
  # The Democratic Republic of the Congo
3646
+ #: ../../admin/view/wp-slimstat-reports.php:997
3647
  msgid "c-cd"
3648
  msgstr "The Democratic Republic of the Congo"
3649
 
3650
  # Costa Rica
3651
+ #: ../../admin/view/wp-slimstat-reports.php:997
3652
  msgid "c-cr"
3653
  msgstr "Costa Rica"
3654
 
3655
  # Côte d'Ivoire
3656
+ #: ../../admin/view/wp-slimstat-reports.php:997
3657
  msgid "c-ci"
3658
  msgstr "Côte d'Ivoire"
3659
 
3660
  # Croatia
3661
+ #: ../../admin/view/wp-slimstat-reports.php:997
3662
  msgid "c-hr"
3663
  msgstr "Croatia"
3664
 
3665
  # Cuba
3666
+ #: ../../admin/view/wp-slimstat-reports.php:997
3667
  msgid "c-cu"
3668
  msgstr "Cuba"
3669
 
3670
  # Cyprus
3671
+ #: ../../admin/view/wp-slimstat-reports.php:997
3672
  msgid "c-cy"
3673
  msgstr "Cyprus"
3674
 
3675
  # Czech Republic
3676
+ #: ../../admin/view/wp-slimstat-reports.php:997
3677
  msgid "c-cz"
3678
  msgstr "Czech Republic"
3679
 
3680
  # Denmark
3681
+ #: ../../admin/view/wp-slimstat-reports.php:997
3682
  msgid "c-dk"
3683
  msgstr "Denmark"
3684
 
3685
  # Djibouti
3686
+ #: ../../admin/view/wp-slimstat-reports.php:997
3687
  msgid "c-dj"
3688
  msgstr "Djibouti"
3689
 
3690
  # Dominica
3691
+ #: ../../admin/view/wp-slimstat-reports.php:997
3692
  msgid "c-dm"
3693
  msgstr "Dominica"
3694
 
3695
  # Dominican Republic
3696
+ #: ../../admin/view/wp-slimstat-reports.php:997
3697
  msgid "c-do"
3698
  msgstr "Dominican Republic"
3699
 
3700
  # Ecuador
3701
+ #: ../../admin/view/wp-slimstat-reports.php:997
3702
  msgid "c-ec"
3703
  msgstr "Ecuador"
3704
 
3705
  # Egypt
3706
+ #: ../../admin/view/wp-slimstat-reports.php:997
3707
  msgid "c-eg"
3708
  msgstr "Egypt"
3709
 
3710
  # El Salvador
3711
+ #: ../../admin/view/wp-slimstat-reports.php:997
3712
  msgid "c-sv"
3713
  msgstr "El Salvador"
3714
 
3715
  # Equatorial Guinea
3716
+ #: ../../admin/view/wp-slimstat-reports.php:997
3717
  msgid "c-gq"
3718
  msgstr "Equatorial Guinea"
3719
 
3720
  # Eritrea
3721
+ #: ../../admin/view/wp-slimstat-reports.php:997
3722
  msgid "c-er"
3723
  msgstr "Eritrea"
3724
 
3725
  # Estonia
3726
+ #: ../../admin/view/wp-slimstat-reports.php:997
3727
  msgid "c-ee"
3728
  msgstr "Estonia"
3729
 
3730
  # Ethiopia
3731
+ #: ../../admin/view/wp-slimstat-reports.php:997
3732
  msgid "c-et"
3733
  msgstr "Ethiopia"
3734
 
3735
  # Faroe Islands
3736
+ #: ../../admin/view/wp-slimstat-reports.php:997
3737
  msgid "c-fo"
3738
  msgstr "Faroe Islands"
3739
 
3740
  # Falkland Islands (Malvinas)
3741
+ #: ../../admin/view/wp-slimstat-reports.php:997
3742
  msgid "c-fk"
3743
  msgstr "Falkland Islands (Malvinas)"
3744
 
3745
  # Fiji
3746
+ #: ../../admin/view/wp-slimstat-reports.php:997
3747
  msgid "c-fj"
3748
  msgstr "Fiji"
3749
 
3750
  # Finland
3751
+ #: ../../admin/view/wp-slimstat-reports.php:997
3752
  msgid "c-fi"
3753
  msgstr "Finland"
3754
 
3755
  # France
3756
+ #: ../../admin/view/wp-slimstat-reports.php:997
3757
  msgid "c-fr"
3758
  msgstr "France"
3759
 
3760
  # French Guiana
3761
+ #: ../../admin/view/wp-slimstat-reports.php:997
3762
  msgid "c-gf"
3763
  msgstr "French Guiana"
3764
 
3765
  # Gabon
3766
+ #: ../../admin/view/wp-slimstat-reports.php:997
3767
  msgid "c-ga"
3768
  msgstr "Gabon"
3769
 
3770
  # Gambia
3771
+ #: ../../admin/view/wp-slimstat-reports.php:997
3772
  msgid "c-gm"
3773
  msgstr "Gambia"
3774
 
3775
  # Georgia
3776
+ #: ../../admin/view/wp-slimstat-reports.php:997
3777
  msgid "c-ge"
3778
  msgstr "Georgia"
3779
 
3780
  # Germany
3781
+ #: ../../admin/view/wp-slimstat-reports.php:997
3782
  msgid "c-de"
3783
  msgstr "Germany"
3784
 
3785
  # Ghana
3786
+ #: ../../admin/view/wp-slimstat-reports.php:997
3787
  msgid "c-gh"
3788
  msgstr "Ghana"
3789
 
3790
  # Greece
3791
+ #: ../../admin/view/wp-slimstat-reports.php:997
3792
  msgid "c-gr"
3793
  msgstr "Greece"
3794
 
3795
  # Greenland
3796
+ #: ../../admin/view/wp-slimstat-reports.php:997
3797
  msgid "c-gl"
3798
  msgstr "Greenland"
3799
 
3800
  # Grenada
3801
+ #: ../../admin/view/wp-slimstat-reports.php:997
3802
  msgid "c-gd"
3803
  msgstr "Grenada"
3804
 
3805
  # Guadeloupe
3806
+ #: ../../admin/view/wp-slimstat-reports.php:997
3807
  msgid "c-gp"
3808
  msgstr "Guadeloupe"
3809
 
3810
  # Guatemala
3811
+ #: ../../admin/view/wp-slimstat-reports.php:997
3812
  msgid "c-gt"
3813
  msgstr "Guatemala"
3814
 
3815
  # Guinea
3816
+ #: ../../admin/view/wp-slimstat-reports.php:997
3817
  msgid "c-gn"
3818
  msgstr "Guinea"
3819
 
3820
  # Guinea-Bissau
3821
+ #: ../../admin/view/wp-slimstat-reports.php:997
3822
  msgid "c-gw"
3823
  msgstr "Guinea-Bissau"
3824
 
3825
  # Guyana
3826
+ #: ../../admin/view/wp-slimstat-reports.php:997
3827
  msgid "c-gy"
3828
  msgstr "Guyana"
3829
 
3830
  # Haiti
3831
+ #: ../../admin/view/wp-slimstat-reports.php:997
3832
  msgid "c-ht"
3833
  msgstr "Haiti"
3834
 
3835
  # Honduras
3836
+ #: ../../admin/view/wp-slimstat-reports.php:997
3837
  msgid "c-hn"
3838
  msgstr "Honduras"
3839
 
3840
  # Hong Kong
3841
+ #: ../../admin/view/wp-slimstat-reports.php:997
3842
  msgid "c-hk"
3843
  msgstr "Hong Kong"
3844
 
3845
  # Hungary
3846
+ #: ../../admin/view/wp-slimstat-reports.php:997
3847
  msgid "c-hu"
3848
  msgstr "Hungary"
3849
 
3850
  # Iceland
3851
+ #: ../../admin/view/wp-slimstat-reports.php:997
3852
  msgid "c-is"
3853
  msgstr "Iceland"
3854
 
3855
  # India
3856
+ #: ../../admin/view/wp-slimstat-reports.php:997
3857
  msgid "c-in"
3858
  msgstr "India"
3859
 
3860
  # Indonesia
3861
+ #: ../../admin/view/wp-slimstat-reports.php:997
3862
  msgid "c-id"
3863
  msgstr "Indonesia"
3864
 
3865
  # Islamic Republic of Iran
3866
+ #: ../../admin/view/wp-slimstat-reports.php:997
3867
  msgid "c-ir"
3868
  msgstr "Islamic Republic of Iran"
3869
 
3870
  # Iraq
3871
+ #: ../../admin/view/wp-slimstat-reports.php:997
3872
  msgid "c-iq"
3873
  msgstr "Iraq"
3874
 
3875
  # Ireland
3876
+ #: ../../admin/view/wp-slimstat-reports.php:997
3877
  msgid "c-ie"
3878
  msgstr "Ireland"
3879
 
3880
  # Israel
3881
+ #: ../../admin/view/wp-slimstat-reports.php:997
3882
  msgid "c-il"
3883
  msgstr "Israel"
3884
 
3885
  # Italy
3886
+ #: ../../admin/view/wp-slimstat-reports.php:997
3887
  msgid "c-it"
3888
  msgstr "Italy"
3889
 
3890
  # Jamaica
3891
+ #: ../../admin/view/wp-slimstat-reports.php:997
3892
  msgid "c-jm"
3893
  msgstr "Jamaica"
3894
 
3895
  # Japan
3896
+ #: ../../admin/view/wp-slimstat-reports.php:997
3897
  msgid "c-jp"
3898
  msgstr "Japan"
3899
 
3900
  # Jordan
3901
+ #: ../../admin/view/wp-slimstat-reports.php:997
3902
  msgid "c-jo"
3903
  msgstr "Jordan"
3904
 
3905
  # Kazakhstan
3906
+ #: ../../admin/view/wp-slimstat-reports.php:997
3907
  msgid "c-kz"
3908
  msgstr "Kazakhstan"
3909
 
3910
  # Kenya
3911
+ #: ../../admin/view/wp-slimstat-reports.php:997
3912
  msgid "c-ke"
3913
  msgstr "Kenya"
3914
 
3915
  # Nauru
3916
+ #: ../../admin/view/wp-slimstat-reports.php:997
3917
  msgid "c-nr"
3918
  msgstr "Nauru"
3919
 
3920
  # Democratic People's Republic of Korea
3921
+ #: ../../admin/view/wp-slimstat-reports.php:997
3922
  msgid "c-kp"
3923
  msgstr "Democratic People's Republic of Korea"
3924
 
3925
  # Republic of Korea
3926
+ #: ../../admin/view/wp-slimstat-reports.php:997
3927
  msgid "c-kr"
3928
  msgstr "Republic of Korea"
3929
 
3930
+ #: ../../admin/view/wp-slimstat-reports.php:997
3931
  msgid "c-kv"
3932
  msgstr "Kosovo"
3933
 
3934
  # Kuwait
3935
+ #: ../../admin/view/wp-slimstat-reports.php:997
3936
  msgid "c-kw"
3937
  msgstr "Kuwait"
3938
 
3939
  # Kyrgyzstan
3940
+ #: ../../admin/view/wp-slimstat-reports.php:997
3941
  msgid "c-kg"
3942
  msgstr "Kyrgyzstan"
3943
 
3944
  # Lao People's Democratic Republic
3945
+ #: ../../admin/view/wp-slimstat-reports.php:997
3946
  msgid "c-la"
3947
  msgstr "Lao People's Democratic Republic"
3948
 
3949
  # Latvia
3950
+ #: ../../admin/view/wp-slimstat-reports.php:997
3951
  msgid "c-lv"
3952
  msgstr "Latvia"
3953
 
3954
  # Lebanon
3955
+ #: ../../admin/view/wp-slimstat-reports.php:997
3956
  msgid "c-lb"
3957
  msgstr "Lebanon"
3958
 
3959
  # Lesotho
3960
+ #: ../../admin/view/wp-slimstat-reports.php:997
3961
  msgid "c-ls"
3962
  msgstr "Lesotho"
3963
 
3964
  # Liberia
3965
+ #: ../../admin/view/wp-slimstat-reports.php:997
3966
  msgid "c-lr"
3967
  msgstr "Liberia"
3968
 
3969
  # Libyan Arab Jamahiriya
3970
+ #: ../../admin/view/wp-slimstat-reports.php:997
3971
  msgid "c-ly"
3972
  msgstr "Libyan Arab Jamahiriya"
3973
 
3974
  # Liechtenstein
3975
+ #: ../../admin/view/wp-slimstat-reports.php:997
3976
  msgid "c-li"
3977
  msgstr "Liechtenstein"
3978
 
3979
  # Lithuania
3980
+ #: ../../admin/view/wp-slimstat-reports.php:997
3981
  msgid "c-lt"
3982
  msgstr "Lithuania"
3983
 
3984
  # Luxembourg
3985
+ #: ../../admin/view/wp-slimstat-reports.php:997
3986
  msgid "c-lu"
3987
  msgstr "Luxembourg"
3988
 
3989
  # The Former Yugoslav Republic of Macedonia
3990
+ #: ../../admin/view/wp-slimstat-reports.php:997
3991
  msgid "c-mk"
3992
  msgstr "The Former Yugoslav Republic of Macedonia"
3993
 
3994
  # Madagascar
3995
+ #: ../../admin/view/wp-slimstat-reports.php:997
3996
  msgid "c-mg"
3997
  msgstr "Madagascar"
3998
 
3999
  # Malawi
4000
+ #: ../../admin/view/wp-slimstat-reports.php:997
4001
  msgid "c-mw"
4002
  msgstr "Malawi"
4003
 
4004
  # Malaysia
4005
+ #: ../../admin/view/wp-slimstat-reports.php:997
4006
  msgid "c-my"
4007
  msgstr "Malaysia"
4008
 
4009
  # Mali
4010
+ #: ../../admin/view/wp-slimstat-reports.php:997
4011
  msgid "c-ml"
4012
  msgstr "Mali"
4013
 
4014
  # Malta
4015
+ #: ../../admin/view/wp-slimstat-reports.php:997
4016
  msgid "c-mt"
4017
  msgstr "Malta"
4018
 
4019
  # Martinique
4020
+ #: ../../admin/view/wp-slimstat-reports.php:997
4021
  msgid "c-mq"
4022
  msgstr "Martinique"
4023
 
4024
  # Mauritania
4025
+ #: ../../admin/view/wp-slimstat-reports.php:997
4026
  msgid "c-mr"
4027
  msgstr "Mauritania"
4028
 
4029
  # Mauritius
4030
+ #: ../../admin/view/wp-slimstat-reports.php:997
4031
  msgid "c-mu"
4032
  msgstr "Mauritius"
4033
 
4034
  # Mexico
4035
+ #: ../../admin/view/wp-slimstat-reports.php:997
4036
  msgid "c-mx"
4037
  msgstr "Mexico"
4038
 
4039
  # Moldova
4040
+ #: ../../admin/view/wp-slimstat-reports.php:997
4041
  msgid "c-md"
4042
  msgstr "Moldova"
4043
 
4044
  # Mongolia
4045
+ #: ../../admin/view/wp-slimstat-reports.php:997
4046
  msgid "c-mn"
4047
  msgstr "Mongolia"
4048
 
4049
  # Montenegro
4050
+ #: ../../admin/view/wp-slimstat-reports.php:997
4051
  msgid "c-me"
4052
  msgstr "Montenegro"
4053
 
4054
  # Montserrat
4055
+ #: ../../admin/view/wp-slimstat-reports.php:997
4056
  msgid "c-ms"
4057
  msgstr "Montserrat"
4058
 
4059
  # Morocco
4060
+ #: ../../admin/view/wp-slimstat-reports.php:997
4061
  msgid "c-ma"
4062
  msgstr "Morocco"
4063
 
4064
  # Mozambique
4065
+ #: ../../admin/view/wp-slimstat-reports.php:997
4066
  msgid "c-mz"
4067
  msgstr "Mozambique"
4068
 
4069
  # Myanmar
4070
+ #: ../../admin/view/wp-slimstat-reports.php:997
4071
  msgid "c-mm"
4072
  msgstr "Myanmar"
4073
 
4074
  # Namibia
4075
+ #: ../../admin/view/wp-slimstat-reports.php:997
4076
  msgid "c-na"
4077
  msgstr "Namibia"
4078
 
4079
  # Nepal
4080
+ #: ../../admin/view/wp-slimstat-reports.php:997
4081
  msgid "c-np"
4082
  msgstr "Nepal"
4083
 
4084
  # Netherlands
4085
+ #: ../../admin/view/wp-slimstat-reports.php:997
4086
  msgid "c-nl"
4087
  msgstr "Netherlands"
4088
 
4089
  # New Caledonia
4090
+ #: ../../admin/view/wp-slimstat-reports.php:997
4091
  msgid "c-nc"
4092
  msgstr "New Caledonia"
4093
 
4094
  # New Zealand
4095
+ #: ../../admin/view/wp-slimstat-reports.php:997
4096
  msgid "c-nz"
4097
  msgstr "New Zealand"
4098
 
4099
  # Nicaragua
4100
+ #: ../../admin/view/wp-slimstat-reports.php:997
4101
  msgid "c-ni"
4102
  msgstr "Nicaragua"
4103
 
4104
  # Niger
4105
+ #: ../../admin/view/wp-slimstat-reports.php:997
4106
  msgid "c-ne"
4107
  msgstr "Niger"
4108
 
4109
  # Nigeria
4110
+ #: ../../admin/view/wp-slimstat-reports.php:997
4111
  msgid "c-ng"
4112
  msgstr "Nigeria"
4113
 
4114
  # Norway
4115
+ #: ../../admin/view/wp-slimstat-reports.php:997
4116
  msgid "c-no"
4117
  msgstr "Norway"
4118
 
4119
  # Oman
4120
+ #: ../../admin/view/wp-slimstat-reports.php:997
4121
  msgid "c-om"
4122
  msgstr "Oman"
4123
 
4124
  # Pakistan
4125
+ #: ../../admin/view/wp-slimstat-reports.php:997
4126
  msgid "c-pk"
4127
  msgstr "Pakistan"
4128
 
4129
  # Palau
4130
+ #: ../../admin/view/wp-slimstat-reports.php:997
4131
  msgid "c-pw"
4132
  msgstr "Palau"
4133
 
4134
  # Occupied Palestinian Territory
4135
+ #: ../../admin/view/wp-slimstat-reports.php:997
4136
  msgid "c-ps"
4137
  msgstr "Occupied Palestinian Territory"
4138
 
4139
  # Panama
4140
+ #: ../../admin/view/wp-slimstat-reports.php:997
4141
  msgid "c-pa"
4142
  msgstr "Panama"
4143
 
4144
  # Papua New Guinea
4145
+ #: ../../admin/view/wp-slimstat-reports.php:997
4146
  msgid "c-pg"
4147
  msgstr "Papua New Guinea"
4148
 
4149
  # Paraguay
4150
+ #: ../../admin/view/wp-slimstat-reports.php:997
4151
  msgid "c-py"
4152
  msgstr "Paraguay"
4153
 
4154
  # Peru
4155
+ #: ../../admin/view/wp-slimstat-reports.php:997
4156
  msgid "c-pe"
4157
  msgstr "Peru"
4158
 
4159
  # Philippines
4160
+ #: ../../admin/view/wp-slimstat-reports.php:997
4161
  msgid "c-ph"
4162
  msgstr "Philippines"
4163
 
4164
  # Poland
4165
+ #: ../../admin/view/wp-slimstat-reports.php:997
4166
  msgid "c-pl"
4167
  msgstr "Poland"
4168
 
4169
  # Portugal
4170
+ #: ../../admin/view/wp-slimstat-reports.php:997
4171
  msgid "c-pt"
4172
  msgstr "Portugal"
4173
 
4174
  # Puerto Rico
4175
+ #: ../../admin/view/wp-slimstat-reports.php:997
4176
  msgid "c-pr"
4177
  msgstr "Puerto Rico"
4178
 
4179
  # Qatar
4180
+ #: ../../admin/view/wp-slimstat-reports.php:997
4181
  msgid "c-qa"
4182
  msgstr "Qatar"
4183
 
4184
  # Réunion
4185
+ #: ../../admin/view/wp-slimstat-reports.php:997
4186
  msgid "c-re"
4187
  msgstr "Réunion"
4188
 
4189
  # Romania
4190
+ #: ../../admin/view/wp-slimstat-reports.php:997
4191
  msgid "c-ro"
4192
  msgstr "Romania"
4193
 
4194
  # Russian Federation
4195
+ #: ../../admin/view/wp-slimstat-reports.php:997
4196
  msgid "c-ru"
4197
  msgstr "Russian Federation"
4198
 
4199
  # Rwanda
4200
+ #: ../../admin/view/wp-slimstat-reports.php:997
4201
  msgid "c-rw"
4202
  msgstr "Rwanda"
4203
 
4204
  # Saint Kitts and Nevis
4205
+ #: ../../admin/view/wp-slimstat-reports.php:997
4206
  msgid "c-kn"
4207
  msgstr "Saint Kitts and Nevis"
4208
 
4209
  # Saint Lucia
4210
+ #: ../../admin/view/wp-slimstat-reports.php:997
4211
  msgid "c-lc"
4212
  msgstr "Saint Lucia"
4213
 
4214
  # Saint Martin
4215
+ #: ../../admin/view/wp-slimstat-reports.php:997
4216
  msgid "c-mf"
4217
  msgstr "Saint Martin"
4218
 
4219
  # Saint Vincent and the Grenadines
4220
+ #: ../../admin/view/wp-slimstat-reports.php:997
4221
  msgid "c-vc"
4222
  msgstr "Saint Vincent and the Grenadines"
4223
 
4224
  # Samoa
4225
+ #: ../../admin/view/wp-slimstat-reports.php:997
4226
  msgid "c-ws"
4227
  msgstr "Samoa"
4228
 
4229
  # Sao Tome and Principe
4230
+ #: ../../admin/view/wp-slimstat-reports.php:997
4231
  msgid "c-st"
4232
  msgstr "Sao Tome and Principe"
4233
 
4234
  # Saudi Arabia
4235
+ #: ../../admin/view/wp-slimstat-reports.php:997
4236
  msgid "c-sa"
4237
  msgstr "Saudi Arabia"
4238
 
4239
  # Senegal
4240
+ #: ../../admin/view/wp-slimstat-reports.php:997
4241
  msgid "c-sn"
4242
  msgstr "Senegal"
4243
 
4244
  # Serbia
4245
+ #: ../../admin/view/wp-slimstat-reports.php:997
4246
  msgid "c-rs"
4247
  msgstr "Serbia"
4248
 
4249
  # Sierra Leone
4250
+ #: ../../admin/view/wp-slimstat-reports.php:997
4251
  msgid "c-sl"
4252
  msgstr "Sierra Leone"
4253
 
4254
  # Singapore
4255
+ #: ../../admin/view/wp-slimstat-reports.php:997
4256
  msgid "c-sg"
4257
  msgstr "Singapore"
4258
 
4259
  # Slovakia
4260
+ #: ../../admin/view/wp-slimstat-reports.php:997
4261
  msgid "c-sk"
4262
  msgstr "Slovakia"
4263
 
4264
  # Slovenia
4265
+ #: ../../admin/view/wp-slimstat-reports.php:997
4266
  msgid "c-si"
4267
  msgstr "Slovenia"
4268
 
4269
  # Solomon Islands
4270
+ #: ../../admin/view/wp-slimstat-reports.php:997
4271
  msgid "c-sb"
4272
  msgstr "Solomon Islands"
4273
 
4274
  # Somalia
4275
+ #: ../../admin/view/wp-slimstat-reports.php:997
4276
  msgid "c-so"
4277
  msgstr "Somalia"
4278
 
4279
  # South Africa
4280
+ #: ../../admin/view/wp-slimstat-reports.php:997
4281
  msgid "c-za"
4282
  msgstr "South Africa"
4283
 
4284
  # South Georgia and the South Sandwich Islands
4285
+ #: ../../admin/view/wp-slimstat-reports.php:997
4286
  msgid "c-gs"
4287
  msgstr "South Georgia and the South Sandwich Islands"
4288
 
4289
  # Spain
4290
+ #: ../../admin/view/wp-slimstat-reports.php:997
4291
  msgid "c-es"
4292
  msgstr "Spain"
4293
 
4294
  # Sri Lanka
4295
+ #: ../../admin/view/wp-slimstat-reports.php:997
4296
  msgid "c-lk"
4297
  msgstr "Sri Lanka"
4298
 
4299
+ #: ../../admin/view/wp-slimstat-reports.php:997
4300
  msgid "c-sc"
4301
  msgstr "Seychelles"
4302
 
4303
  # Sudan
4304
+ #: ../../admin/view/wp-slimstat-reports.php:997
4305
  msgid "c-sd"
4306
  msgstr "Sudan"
4307
 
4308
+ #: ../../admin/view/wp-slimstat-reports.php:997
4309
  msgid "c-ss"
4310
  msgstr "South Sudan"
4311
 
4312
  # Suriname
4313
+ #: ../../admin/view/wp-slimstat-reports.php:997
4314
  msgid "c-sr"
4315
  msgstr "Suriname"
4316
 
4317
  # Svalbard and Jan Mayen
4318
+ #: ../../admin/view/wp-slimstat-reports.php:997
4319
  msgid "c-sj"
4320
  msgstr "Svalbard and Jan Mayen"
4321
 
4322
  # Swaziland
4323
+ #: ../../admin/view/wp-slimstat-reports.php:997
4324
  msgid "c-sz"
4325
  msgstr "Swaziland"
4326
 
4327
  # Sweden
4328
+ #: ../../admin/view/wp-slimstat-reports.php:997
4329
  msgid "c-se"
4330
  msgstr "Sweden"
4331
 
4332
  # Switzerland
4333
+ #: ../../admin/view/wp-slimstat-reports.php:997
4334
  msgid "c-ch"
4335
  msgstr "Switzerland"
4336
 
4337
  # Syrian Arab Republic
4338
+ #: ../../admin/view/wp-slimstat-reports.php:997
4339
  msgid "c-sy"
4340
  msgstr "Syrian Arab Republic"
4341
 
4342
  # Taiwan, Province of China
4343
+ #: ../../admin/view/wp-slimstat-reports.php:997
4344
  msgid "c-tw"
4345
  msgstr "Taiwan"
4346
 
4347
  # Tajikistan
4348
+ #: ../../admin/view/wp-slimstat-reports.php:997
4349
  msgid "c-tj"
4350
  msgstr "Tajikistan"
4351
 
4352
  # United Republic of Tanzania
4353
+ #: ../../admin/view/wp-slimstat-reports.php:997
4354
  msgid "c-tz"
4355
  msgstr "United Republic of Tanzania"
4356
 
4357
  # Thailand
4358
+ #: ../../admin/view/wp-slimstat-reports.php:997
4359
  msgid "c-th"
4360
  msgstr "Thailand"
4361
 
4362
+ # Timor-Leste
4363
+ #: ../../admin/view/wp-slimstat-reports.php:997
4364
+ msgid "c-tl"
4365
+ msgstr "Timor-Leste"
4366
+
4367
+ # Togo
4368
+ #: ../../admin/view/wp-slimstat-reports.php:997
4369
+ msgid "c-tg"
4370
+ msgstr "Togo"
4371
+
4372
+ # Tonga
4373
+ #: ../../admin/view/wp-slimstat-reports.php:997
4374
+ msgid "c-to"
4375
+ msgstr "Tonga"
4376
+
4377
+ # Trinidad and Tobago
4378
+ #: ../../admin/view/wp-slimstat-reports.php:997
4379
+ msgid "c-tt"
4380
+ msgstr "Trinidad and Tobago"
4381
+
4382
+ # Tunisia
4383
+ #: ../../admin/view/wp-slimstat-reports.php:997
4384
+ msgid "c-tn"
4385
+ msgstr "Tunisia"
4386
+
4387
+ # Turkey
4388
+ #: ../../admin/view/wp-slimstat-reports.php:997
4389
+ msgid "c-tr"
4390
+ msgstr "Turkey"
4391
+
4392
+ # Turkmenistan
4393
+ #: ../../admin/view/wp-slimstat-reports.php:997
4394
+ msgid "c-tm"
4395
+ msgstr "Turkmenistan"
4396
+
4397
+ # Turks and Caicos Islands
4398
+ #: ../../admin/view/wp-slimstat-reports.php:997
4399
+ msgid "c-tc"
4400
+ msgstr "Turks and Caicos Islands"
4401
+
4402
+ # Uganda
4403
+ #: ../../admin/view/wp-slimstat-reports.php:997
4404
+ msgid "c-ug"
4405
+ msgstr "Uganda"
4406
+
4407
+ # Ukraine
4408
+ #: ../../admin/view/wp-slimstat-reports.php:997
4409
+ msgid "c-ua"
4410
+ msgstr "Ukraine"
4411
+
4412
+ # United Arab Emirates
4413
+ #: ../../admin/view/wp-slimstat-reports.php:997
4414
+ msgid "c-ae"
4415
+ msgstr "United Arab Emirates"
4416
+
4417
+ # United Kingdom
4418
+ #: ../../admin/view/wp-slimstat-reports.php:997
4419
+ msgid "c-gb"
4420
+ msgstr "United Kingdom"
4421
+
4422
+ # United States
4423
+ #: ../../admin/view/wp-slimstat-reports.php:997
4424
+ msgid "c-us"
4425
+ msgstr "United States"
4426
+
4427
+ # Uruguay
4428
+ #: ../../admin/view/wp-slimstat-reports.php:997
4429
+ msgid "c-uy"
4430
+ msgstr "Uruguay"
4431
+
4432
+ # Uzbekistan
4433
+ #: ../../admin/view/wp-slimstat-reports.php:997
4434
+ msgid "c-uz"
4435
+ msgstr "Uzbekistan"
4436
+
4437
+ # Vanuatu
4438
+ #: ../../admin/view/wp-slimstat-reports.php:997
4439
+ msgid "c-vu"
4440
+ msgstr "Vanuatu"
4441
+
4442
+ # Venezuela
4443
+ #: ../../admin/view/wp-slimstat-reports.php:997
4444
+ msgid "c-ve"
4445
+ msgstr "Venezuela"
4446
+
4447
+ # Viet Nam
4448
+ #: ../../admin/view/wp-slimstat-reports.php:997
4449
+ msgid "c-vn"
4450
+ msgstr "Viet Nam"
4451
+
4452
+ # British Virgin Islands
4453
+ #: ../../admin/view/wp-slimstat-reports.php:997
4454
+ msgid "c-vg"
4455
+ msgstr "British Virgin Islands"
4456
+
4457
+ # U.S. Virgin Islands
4458
+ #: ../../admin/view/wp-slimstat-reports.php:997
4459
+ msgid "c-vi"
4460
+ msgstr "U.S. Virgin Islands"
4461
+
4462
+ # Western Sahara
4463
+ #: ../../admin/view/wp-slimstat-reports.php:997
4464
+ msgid "c-eh"
4465
+ msgstr "Western Sahara"
4466
+
4467
+ # Yemen
4468
+ #: ../../admin/view/wp-slimstat-reports.php:997
4469
+ msgid "c-ye"
4470
+ msgstr "Yemen"
4471
+
4472
+ # Zambia
4473
+ #: ../../admin/view/wp-slimstat-reports.php:997
4474
+ msgid "c-zm"
4475
+ msgstr "Zambia"
4476
+
4477
+ # Zimbabwe
4478
+ #: ../../admin/view/wp-slimstat-reports.php:997
4479
+ msgid "c-zw"
4480
+ msgstr "Zimbabwe"
4481
+
4482
+ # Guernsey
4483
+ #: ../../admin/view/wp-slimstat-reports.php:997
4484
+ msgid "c-gg"
4485
+ msgstr "Guernsey"
4486
+
4487
+ # Jersey
4488
+ #: ../../admin/view/wp-slimstat-reports.php:997
4489
+ msgid "c-je"
4490
+ msgstr "Jersey"
4491
+
4492
+ # Isle of Man
4493
+ #: ../../admin/view/wp-slimstat-reports.php:997
4494
+ msgid "c-im"
4495
+ msgstr "Isle of Man"
4496
+
4497
+ # Maldives
4498
+ #: ../../admin/view/wp-slimstat-reports.php:997
4499
+ msgid "c-mv"
4500
+ msgstr "Maldives"
4501
+
4502
+ #: ../../admin/view/wp-slimstat-reports.php:998
4503
+ msgid "c-eu"
4504
+ msgstr ""
4505
+
4506
+ #: ../../admin/view/wp-slimstat-reports.php:1087
4507
+ msgid ""
4508
+ "This value includes not only posts, but also custom post types, regardless "
4509
+ "of their status"
4510
+ msgstr ""
4511
+
4512
+ #: ../../admin/view/wp-slimstat-reports.php:1088
4513
+ msgid "Content Items"
4514
+ msgstr ""
4515
+
4516
+ #: ../../admin/view/wp-slimstat-reports.php:1089
4517
+ msgid "Total Comments"
4518
+ msgstr ""
4519
+
4520
+ #: ../../admin/view/wp-slimstat-reports.php:1090
4521
+ msgid "Pingbacks"
4522
+ msgstr ""
4523
+
4524
+ #: ../../admin/view/wp-slimstat-reports.php:1091
4525
+ msgid "Trackbacks"
4526
+ msgstr ""
4527
+
4528
+ #: ../../admin/view/wp-slimstat-reports.php:1092
4529
+ msgid "Avg Comments Per Post"
4530
+ msgstr ""
4531
+
4532
+ #: ../../admin/view/wp-slimstat-reports.php:1093
4533
+ msgid "Avg Posts Per Day"
4534
+ msgstr ""
4535
+
4536
+ #: ../../admin/view/wp-slimstat-reports.php:1094
4537
+ msgid "Avg Server Latency"
4538
+ msgstr ""
4539
+
4540
+ #: ../../admin/view/wp-slimstat-reports.php:1095
4541
+ msgid "Avg Page Load Time"
4542
+ msgstr ""
4543
+
4544
+ #: ../../admin/view/wp-slimstat-reports.php:1122
4545
+ msgid "Visits"
4546
+ msgstr ""
4547
+
4548
+ #: ../../admin/view/wp-slimstat-reports.php:1126
4549
+ msgid "Domains"
4550
+ msgstr ""
4551
+
4552
+ #: ../../admin/view/wp-slimstat-reports.php:1131
4553
+ msgid "Avg Pageviews"
4554
+ msgstr ""
4555
+
4556
+ #: ../../admin/wp-slimstat-admin.php:493 ../../admin/wp-slimstat-admin.php:505
4557
+ #: ../../admin/wp-slimstat-admin.php:508
4558
+ msgid "SlimStat"
4559
+ msgstr ""
4560
+
4561
+ #: ../../admin/wp-slimstat-admin.php:589
4562
+ msgid "Pageviews in the last 365 days"
4563
+ msgstr ""
4564
+
4565
+ #: ../../admin/wp-slimstat-admin.php:617
4566
+ msgid "Show on screen"
4567
+ msgstr ""
4568
+
4569
+ #: ../../admin/wp-slimstat-admin.php:645
4570
+ msgid "Hide this notice"
4571
+ msgstr ""
4572
+
4573
+ #: ../../admin/wp-slimstat-admin.php:684
4574
+ msgid "Already saved"
4575
+ msgstr ""
4576
+
4577
+ #: ../../admin/wp-slimstat-admin.php:692
4578
+ msgid "Saved"
4579
+ msgstr ""
4580
+
4581
+ #: ../../admin/wp-slimstat-admin.php:711
4582
+ msgid "Delete this filter"
4583
+ msgstr ""
4584
+
4585
+ #: ../../admin/wp-slimstat-admin.php:745
4586
+ msgid "There was an error updating the following options:"
4587
+ msgstr ""
4588
+
4589
+ #: ../../admin/wp-slimstat-admin.php:748
4590
+ msgid "Your changes have been saved."
4591
+ msgstr ""
4592
+
4593
+ #: ../../admin/wp-slimstat-admin.php:771
4594
+ msgid "Save Changes"
4595
+ msgstr ""
4596
+
4597
+ #: ../../admin/wp-slimstat-admin.php:787
4598
+ msgid "Definitions"
4599
+ msgstr ""
4600
+
4601
+ #: ../../admin/wp-slimstat-admin.php:790
4602
+ msgid "Pageview"
4603
+ msgstr ""
4604
+
4605
+ #: ../../admin/wp-slimstat-admin.php:790
4606
+ msgid ""
4607
+ "A request to load a single HTML file (\"page\"). This should be contrasted "
4608
+ "with a \"hit\", which refers to a request for any file from a web server. "
4609
+ "Slimstat logs a pageview each time the tracking code is executed"
4610
+ msgstr ""
4611
+
4612
+ #: ../../admin/wp-slimstat-admin.php:791
4613
+ msgid "(Human) Visit"
4614
+ msgstr ""
4615
+
4616
+ #: ../../admin/wp-slimstat-admin.php:791
4617
+ msgid ""
4618
+ "A period of interaction between a visitor's browser and your website, ending "
4619
+ "when the browser is closed or when the user has been inactive on that site "
4620
+ "for 30 minutes"
4621
+ msgstr ""
4622
 
4623
+ #: ../../admin/wp-slimstat-admin.php:792
4624
+ msgid ""
4625
+ "Any user who has left a comment on your blog, and is thus identified by "
4626
+ "Wordpress as a returning visitor"
4627
+ msgstr ""
4628
 
4629
+ #: ../../admin/wp-slimstat-admin.php:793
4630
+ msgid "Unique IP"
4631
+ msgstr ""
 
4632
 
4633
+ #: ../../admin/wp-slimstat-admin.php:793
4634
+ msgid ""
4635
+ "Used to differentiate between multiple requests to download a file from one "
4636
+ "internet address (IP) and requests originating from many distinct addresses; "
4637
+ "since this measurement looks only at the internet address a pageview came "
4638
+ "from, it is useful, but not perfect"
4639
+ msgstr ""
4640
 
4641
+ #: ../../admin/wp-slimstat-admin.php:794
4642
+ msgid ""
4643
+ "the originating IP address of a client connecting to a web server through an "
4644
+ "HTTP proxy or load balancer"
4645
+ msgstr ""
4646
 
4647
+ #: ../../admin/wp-slimstat-admin.php:795
4648
+ msgid "Direct Traffic"
4649
+ msgstr ""
 
4650
 
4651
+ #: ../../admin/wp-slimstat-admin.php:795
4652
+ msgid ""
4653
+ "All those people showing up to your Web site by typing in the URL of your "
4654
+ "Web site coming or from a bookmark; some people also call this \"default "
4655
+ "traffic\" or \"ambient traffic\""
4656
+ msgstr ""
4657
 
4658
+ #: ../../admin/wp-slimstat-admin.php:796
4659
+ msgid "Search Engine"
4660
+ msgstr ""
 
4661
 
4662
+ #: ../../admin/wp-slimstat-admin.php:796
4663
+ msgid ""
4664
+ "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
4665
+ "as well as your paid (PPC/SEM) traffic, so be aware of that"
4666
+ msgstr ""
4667
 
4668
+ #: ../../admin/wp-slimstat-admin.php:797 ../../admin/wp-slimstat-admin.php:813
4669
+ msgid "Keywords used by your visitors to find your website on a search engine"
4670
+ msgstr ""
 
4671
 
4672
+ #: ../../admin/wp-slimstat-admin.php:798
4673
+ msgid "SERP"
4674
+ msgstr ""
 
4675
 
4676
+ #: ../../admin/wp-slimstat-admin.php:798
4677
+ msgid ""
4678
+ "Short for search engine results page, the Web page that a search engine "
4679
+ "returns with the results of its search. The value shown represents your rank "
4680
+ "(or position) within that list of results"
4681
+ msgstr ""
4682
 
4683
+ #: ../../admin/wp-slimstat-admin.php:799
4684
+ msgid ""
4685
+ "Any program used for accessing a website; this includes browsers, robots, "
4686
+ "spiders and any other program that was used to retrieve information from the "
4687
+ "site"
4688
+ msgstr ""
4689
 
4690
+ #: ../../admin/wp-slimstat-admin.php:800
4691
+ msgid ""
4692
+ "A link from one domain to another is said to be outbound from its source "
4693
+ "anchor and inbound to its target. This report lists all the links to other "
4694
+ "websites followed by your visitors."
4695
+ msgstr ""
4696
 
4697
+ #: ../../admin/wp-slimstat-admin.php:807
4698
+ msgid "Basic Filters"
4699
+ msgstr ""
 
4700
 
4701
+ #: ../../admin/wp-slimstat-admin.php:810
4702
+ msgid "User agent (Firefox, Chrome, ...)"
4703
+ msgstr ""
 
4704
 
4705
+ #: ../../admin/wp-slimstat-admin.php:811
4706
+ msgid "2-letter code (us, ru, de, it, ...)"
4707
+ msgstr ""
 
4708
 
4709
+ #: ../../admin/wp-slimstat-admin.php:812
4710
+ msgid "IP"
4711
+ msgstr ""
 
4712
 
4713
+ #: ../../admin/wp-slimstat-admin.php:812
4714
+ msgid "Visitor's public IP address"
4715
+ msgstr ""
 
4716
 
4717
+ #: ../../admin/wp-slimstat-admin.php:814
4718
+ msgid ""
4719
+ "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
4720
+ "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
4721
+ "column) for more information"
4722
+ msgstr ""
4723
 
4724
+ #: ../../admin/wp-slimstat-admin.php:815
4725
+ msgid ""
4726
+ "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
4727
+ "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
4728
+ "manual page</a> for more information"
4729
+ msgstr ""
4730
 
4731
+ #: ../../admin/wp-slimstat-admin.php:816
4732
+ msgid "URL accessed on your site"
4733
+ msgstr ""
 
4734
 
4735
+ #: ../../admin/wp-slimstat-admin.php:817
4736
+ msgid "Complete address of the referrer page"
4737
+ msgstr ""
 
4738
 
4739
+ #: ../../admin/wp-slimstat-admin.php:818
4740
+ msgid ""
4741
+ "Visitors' names according to the cookie set by Wordpress after they leave a "
4742
+ "comment"
4743
+ msgstr ""
4744
 
4745
+ #: ../../admin/wp-slimstat-admin.php:826
4746
+ msgid "Advanced Filters"
4747
+ msgstr ""
 
4748
 
4749
+ #: ../../admin/wp-slimstat-admin.php:829
4750
+ msgid "user agent version (9.0, 11, ...)"
4751
+ msgstr ""
 
4752
 
4753
+ #: ../../admin/wp-slimstat-admin.php:830
4754
+ msgid ""
4755
+ "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
4756
+ "all others"
4757
+ msgstr ""
4758
 
4759
+ #: ../../admin/wp-slimstat-admin.php:831
4760
+ msgid "visitor's screen's color depth (8, 16, 24, ...)"
4761
+ msgstr ""
 
4762
 
4763
+ #: ../../admin/wp-slimstat-admin.php:832
4764
+ msgid ""
4765
+ "what CSS standard was supported by that browser (1, 2, 3 and other integer "
4766
+ "values)"
4767
  msgstr ""
4768
 
4769
+ #: ../../admin/wp-slimstat-admin.php:833
4770
  msgid ""
4771
+ "this field is set to <em>[pre]</em> if the resource has been accessed "
4772
+ "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
4773
+ "Link_prefetching_FAQ\">Link Prefetching</a> or similar techniques"
4774
  msgstr ""
4775
 
4776
+ #: ../../admin/wp-slimstat-admin.php:834
4777
+ msgid "author associated to that post/page when the resource was accessed"
4778
  msgstr ""
4779
 
4780
+ #: ../../admin/wp-slimstat-admin.php:835
4781
+ msgid "ID of the category/term associated to the resource, when available"
4782
  msgstr ""
4783
 
4784
+ #: ../../admin/wp-slimstat-admin.php:836
4785
+ msgid "visitor's originating IP address, if available"
4786
  msgstr ""
4787
 
4788
+ #: ../../admin/wp-slimstat-admin.php:837
4789
+ msgid ""
4790
+ "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
4791
+ "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
4792
+ "feed, home; please refer to the <a target=\"_blank\" href=\"http://codex."
4793
+ "wordpress.org/Conditional_Tags\">Conditional Tags</a> manual page for more "
4794
+ "information"
4795
  msgstr ""
4796
 
4797
+ #: ../../admin/wp-slimstat-admin.php:838
4798
+ msgid "viewport width and height (1024x768, 800x600, ...)"
4799
  msgstr ""
4800
 
4801
+ #: ../../admin/wp-slimstat-admin.php:839
4802
+ msgid ""
4803
+ "generally used in conjunction with <em>is not empty</em>, identifies human "
4804
+ "visitors"
4805
  msgstr ""
4806
 
4807
+ #: ../../admin/wp-slimstat-admin.php:840
4808
+ msgid "Date Filters"
4809
  msgstr ""
4810
 
4811
+ #: ../../admin/wp-slimstat-admin.php:840
4812
+ msgid ""
4813
+ "you can specify the timeframe by entering a number in the <em>interval</em> "
4814
+ "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
4815
+ "year=blank, interval=-1 will set a year-to-date filter)"
4816
  msgstr ""
4817
 
4818
+ #: ../../admin/wp-slimstat-admin.php:841
4819
+ msgid "SERP Position"
4820
  msgstr ""
4821
 
4822
+ #: ../../admin/wp-slimstat-admin.php:841
4823
+ msgid ""
4824
+ "set the filter to Referer contains cd=N&, where N is the position you are "
4825
+ "looking for"
4826
  msgstr ""
4827
 
4828
+ #: ../../admin/wp-slimstat-admin.php:868
4829
+ msgid "Yes"
4830
+ msgstr ""
4831
+
4832
+ #: ../../admin/wp-slimstat-admin.php:870
4833
+ msgid "Site Specific"
4834
  msgstr ""
admin/lang/wp-slimstat-es_ES.mo CHANGED
Binary file
admin/lang/wp-slimstat-es_ES.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP SlimStat\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-10-13 14:07-0500\n"
6
- "PO-Revision-Date: 2014-10-13 14:07-0500\n"
7
  "Last-Translator: Get Used To IT <support@getused.to.it>\n"
8
  "Language-Team: \n"
9
  "Language: es_ES\n"
@@ -13,2338 +13,1842 @@ msgstr ""
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: .\n"
15
  "Plural-Forms: s;\n"
16
- "X-Generator: Poedit 1.6.3\n"
17
  "X-Poedit-SearchPath-0: ../..\n"
18
 
19
- #: ../../wp-slimstat.php:1300 ../../admin/wp-slimstat-admin.php:491
20
- #: ../../admin/view/wp-slimstat-reports.php:34
21
- msgid "Real-Time Log"
22
- msgstr ""
23
-
24
- #: ../../wp-slimstat.php:1301 ../../admin/wp-slimstat-admin.php:492
25
- #: ../../admin/wp-slimstat-admin.php:509
26
- #: ../../admin/view/wp-slimstat-reports.php:35
27
- msgid "Overview"
28
- msgstr "Visión general"
29
-
30
- #: ../../wp-slimstat.php:1302 ../../admin/wp-slimstat-admin.php:493
31
- #: ../../admin/wp-slimstat-admin.php:510
32
- #: ../../admin/view/wp-slimstat-reports.php:36
33
- msgid "Audience"
34
- msgstr ""
35
-
36
- #: ../../wp-slimstat.php:1303 ../../admin/wp-slimstat-admin.php:494
37
- #: ../../admin/wp-slimstat-admin.php:511
38
- #: ../../admin/view/wp-slimstat-reports.php:37
39
- msgid "Site Analysis"
40
  msgstr ""
 
 
41
 
42
- #: ../../wp-slimstat.php:1304 ../../admin/wp-slimstat-admin.php:495
43
- #: ../../admin/wp-slimstat-admin.php:512 ../../admin/view/index.php:178
44
- #: ../../admin/view/wp-slimstat-reports.php:38
45
- msgid "Traffic Sources"
46
- msgstr "Origen del Tráfico"
47
-
48
- #: ../../wp-slimstat.php:1305 ../../admin/wp-slimstat-admin.php:496
49
- #: ../../admin/wp-slimstat-admin.php:513
50
- #: ../../admin/view/wp-slimstat-reports.php:39
51
- msgid "Map Overlay"
52
  msgstr ""
 
 
53
 
54
- #: ../../wp-slimstat.php:1306 ../../admin/wp-slimstat-admin.php:497
55
- #: ../../admin/wp-slimstat-admin.php:514
56
- #: ../../admin/view/wp-slimstat-reports.php:40
57
- msgid "Custom Reports"
58
- msgstr "Informes Personalizados"
59
-
60
- #: ../../wp-slimstat.php:1307 ../../admin/wp-slimstat-admin.php:498
61
- #: ../../admin/wp-slimstat-admin.php:515 ../../admin/config/addons.php:29
62
- #: ../../admin/config/index.php:9
63
  msgid "Add-ons"
64
  msgstr "Añadidos"
65
 
66
- #: ../../wp-slimstat.php:1310 ../../admin/wp-slimstat-admin.php:544
67
- #: ../../admin/wp-slimstat-admin.php:547 ../../admin/config/index.php:14
68
- #: ../../admin/config/index.php:138
69
  #, fuzzy
70
- msgid "Settings"
71
- msgstr "Seleccionar orden"
 
 
 
 
 
 
 
 
 
 
 
 
 
72
 
73
- #: ../../admin/wp-slimstat-admin.php:490 ../../admin/wp-slimstat-admin.php:502
74
- #: ../../admin/wp-slimstat-admin.php:505
75
- #, fuzzy
76
- msgid "SlimStat"
77
- msgstr "Acerca de WP-SlimStat"
78
 
79
- #: ../../admin/wp-slimstat-admin.php:586
80
- msgid "Pageviews in the last 365 days"
81
- msgstr "Visitas a la página en los últimos 365 días"
82
 
83
- #: ../../admin/wp-slimstat-admin.php:614
84
- msgid "Show on screen"
85
- msgstr "Mostrar en pantalla"
86
 
87
- #: ../../admin/wp-slimstat-admin.php:642
88
- msgid "Hide this notice"
89
- msgstr "Esconder esta notificación"
90
 
91
- #: ../../admin/wp-slimstat-admin.php:679
92
- msgid "There was an error updating the following options:"
93
- msgstr "Hubo un error al actualizar las siguientes opciones:"
94
 
95
- #: ../../admin/wp-slimstat-admin.php:682
96
  #, fuzzy
97
- msgid "Your changes have been saved."
98
- msgstr "Sus ajustes se han actualizado correctamente."
99
-
100
- #: ../../admin/wp-slimstat-admin.php:705
101
- msgid "Save Changes"
102
- msgstr "Guardar los cambios"
103
 
104
- #: ../../admin/wp-slimstat-admin.php:729
105
- msgid "Yes"
106
- msgstr "Si"
107
 
108
- #: ../../admin/wp-slimstat-admin.php:730
109
- #: ../../admin/view/wp-slimstat-reports.php:779
110
- msgid "No"
111
- msgstr "No"
112
 
113
- #: ../../admin/wp-slimstat-admin.php:731
114
- msgid "Site Specific"
115
- msgstr ""
 
 
 
116
 
117
- #: ../../admin/wp-slimstat-admin.php:791
118
- msgid "Definitions"
119
- msgstr "Definiciones"
120
 
121
- #: ../../admin/wp-slimstat-admin.php:794
122
- #, fuzzy
123
- msgid "Pageview"
124
- msgstr "Paginas visitadas"
125
 
126
- #: ../../admin/wp-slimstat-admin.php:794
127
  #, fuzzy
128
- msgid ""
129
- "A request to load a single HTML file (\"page\"). This should be contrasted "
130
- "with a \"hit\", which refers to a request for any file from a web server. "
131
- "Slimstat logs a pageview each time the tracking code is executed"
132
  msgstr ""
133
- "Una petición de cargar un único archivo HTML (\"página\"). Esto debe "
134
- "contrastarse con un \"hit\", que se refiere a la solicitud de cualquier "
135
- "archivo desde un servidor web. WP SLIMStat registra una visita de página "
136
- "cada vez que el código de seguimiento se ejecuta"
137
 
138
- #: ../../admin/wp-slimstat-admin.php:795
139
  #, fuzzy
140
- msgid "(Human) Visit"
141
- msgstr "Visitas humanas"
142
 
143
- #: ../../admin/wp-slimstat-admin.php:795
144
- msgid ""
145
- "A period of interaction between a visitor's browser and your website, ending "
146
- "when the browser is closed or when the user has been inactive on that site "
147
- "for 30 minutes"
148
  msgstr ""
149
- "Un período de interacción entre el navegador del visitante y su sitio web, y "
150
- "termina cuando se cierra el navegador o cuando el usuario ha estado inactivo "
151
- "en ese sitio durante 30 minutos"
152
 
153
- #: ../../admin/wp-slimstat-admin.php:796 ../../admin/view/index.php:153
154
- #: ../../admin/view/right-now.php:21
155
- #, fuzzy
156
- msgid "Known Visitor"
157
- msgstr "Palabras clave recientes"
158
 
159
- #: ../../admin/wp-slimstat-admin.php:796
160
  msgid ""
161
- "Any user who has left a comment on your blog, and is thus identified by "
162
- "Wordpress as a returning visitor"
 
163
  msgstr ""
164
- "Todo usuario que haya dejado un comentario en su blog, por lo que es "
165
- "identificado por Wordpress como un visitante que regresó"
 
166
 
167
- #: ../../admin/wp-slimstat-admin.php:797
168
  #, fuzzy
169
- msgid "Unique IP"
170
- msgstr "IPs Unicas"
171
 
172
- #: ../../admin/wp-slimstat-admin.php:797
 
173
  msgid ""
174
- "Used to differentiate between multiple requests to download a file from one "
175
- "internet address (IP) and requests originating from many distinct addresses; "
176
- "since this measurement looks only at the internet address a pageview came "
177
- "from, it is useful, but not perfect"
 
178
  msgstr ""
179
- "Se utiliza para diferenciar entre múltiples solicitudes para descargar un "
180
- "archivo de una dirección de Internet (IP) y las solicitudes procedentes de "
181
- "muchas direcciones distintas, ya que esta medida sólo se fija en la "
182
- "dirección de Internet de donde vino una visita de página, es útil, pero no "
183
- "es perfecta"
 
184
 
185
- #: ../../admin/wp-slimstat-admin.php:798 ../../admin/wp-slimstat-admin.php:840
186
- #: ../../admin/view/right-now.php:109 ../../admin/view/wp-slimstat-db.php:65
187
- msgid "Originating IP"
188
- msgstr "IP de Origen"
189
 
190
- #: ../../admin/wp-slimstat-admin.php:798
191
- msgid ""
192
- "the originating IP address of a client connecting to a web server through an "
193
- "HTTP proxy or load balancer"
194
- msgstr ""
195
- "dirección IP de origen de un cliente que se conecta a un servidor web a "
196
- "través de un proxy HTTP o equilibrador de carga"
197
 
198
- #: ../../admin/wp-slimstat-admin.php:799
199
- #, fuzzy
200
- msgid "Direct Traffic"
201
- msgstr "Visita Directa"
202
 
203
- #: ../../admin/wp-slimstat-admin.php:799
204
- msgid ""
205
- "All those people showing up to your Web site by typing in the URL of your "
206
- "Web site coming or from a bookmark; some people also call this \"default "
207
- "traffic\" or \"ambient traffic\""
208
- msgstr ""
209
- "Todas aquellas personas que llegan a su sitio Web escribiendo la dirección "
210
- "URL de su sitio web o que vienen de un favorito, algunas personas también "
211
- "llaman a esto \"tráfico por defecto\" o \"tráfico ambiente\""
212
 
213
- #: ../../admin/wp-slimstat-admin.php:800
214
  #, fuzzy
215
- msgid "Search Engine"
216
- msgstr "Motores de Búsqueda"
217
-
218
- #: ../../admin/wp-slimstat-admin.php:800
219
  msgid ""
220
- "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
221
- "as well as your paid (PPC/SEM) traffic, so be aware of that"
222
  msgstr ""
223
- "Google, Yahoo, MSN, Ask, otros; este cubo incluirá tanto su tráfico "
224
- "orgánico, así como por pago (PPC / SEM), así que tenga cuidado de que"
225
 
226
- #: ../../admin/wp-slimstat-admin.php:801 ../../admin/wp-slimstat-admin.php:817
227
- #: ../../admin/view/right-now.php:148 ../../admin/view/wp-slimstat-db.php:44
228
- #, fuzzy
229
- msgid "Search Terms"
230
- msgstr "Principales Recursos"
231
 
232
- #: ../../admin/wp-slimstat-admin.php:801 ../../admin/wp-slimstat-admin.php:817
233
- msgid "Keywords used by your visitors to find your website on a search engine"
234
- msgstr ""
235
- "Las palabras clave utilizadas por los visitantes para encontrar su sitio web "
236
- "en un buscador"
237
 
238
- #: ../../admin/wp-slimstat-admin.php:802
239
- msgid "SERP"
240
- msgstr "SERP"
 
241
 
242
- #: ../../admin/wp-slimstat-admin.php:802
 
243
  msgid ""
244
- "Short for search engine results page, the Web page that a search engine "
245
- "returns with the results of its search. The value shown represents your rank "
246
- "(or position) within that list of results"
247
  msgstr ""
248
- "Corto para la página de resultados del motor de búsqueda, la página web que "
249
- "un motor de búsqueda devuelve con los resultados de su búsqueda. El valor "
250
- "que se muestra representa su rango (o posición) dentro de esa lista de los "
251
- "resultados"
252
 
253
- #: ../../admin/wp-slimstat-admin.php:803
254
- #: ../../admin/view/wp-slimstat-db.php:57
255
- #, fuzzy
256
- msgid "User Agent"
257
- msgstr "Buscadores"
 
 
258
 
259
- #: ../../admin/wp-slimstat-admin.php:803
260
  msgid ""
261
- "Any program used for accessing a website; this includes browsers, robots, "
262
- "spiders and any other program that was used to retrieve information from the "
263
- "site"
264
  msgstr ""
265
- "Cualquier programa utilizado para acceder a un sitio web, lo que incluye los "
266
- "navegadores, robots, arañas y cualquier otro programa que se utiliza para "
267
- "recuperar información del sitio"
268
 
269
- #: ../../admin/wp-slimstat-admin.php:804
270
- #: ../../admin/view/wp-slimstat-db.php:62
271
- #, fuzzy
272
- msgid "Outbound Link"
273
- msgstr "Enlaces Salientes Recientes"
274
 
275
- #: ../../admin/wp-slimstat-admin.php:804
276
- msgid ""
277
- "A link from one domain to another is said to be outbound from its source "
278
- "anchor and inbound to its target. This report lists all the links to other "
279
- "websites followed by your visitors."
280
  msgstr ""
281
- "Un enlace de un dominio a otro se dice que está en alejamiento de su fuente "
282
- "de anclaje y de entrada a su objetivo. Este informe muestra todos los "
283
- "enlaces a otros sitios web, seguidos por sus visitantes."
284
-
285
- #: ../../admin/wp-slimstat-admin.php:811
286
- msgid "Basic Filters"
287
- msgstr "Filtros básicos"
288
 
289
- #: ../../admin/wp-slimstat-admin.php:814
290
- #: ../../admin/view/wp-slimstat-db.php:41
291
- msgid "Browser"
292
- msgstr "Navegador"
 
293
 
294
- #: ../../admin/wp-slimstat-admin.php:814
295
- msgid "User agent (Firefox, Chrome, ...)"
296
- msgstr "Agente usuario(Firefox, Chrome, ...)"
 
297
 
298
- #: ../../admin/wp-slimstat-admin.php:815
299
- #: ../../admin/view/wp-slimstat-db.php:42
300
- #: ../../admin/view/wp-slimstat-reports.php:490
301
- msgid "Country Code"
302
- msgstr "Código de Pais"
303
 
304
- #: ../../admin/wp-slimstat-admin.php:815
305
- msgid "2-letter code (us, ru, de, it, ...)"
306
- msgstr "código de 2 letras (eu, ru, de, it, ...)"
307
 
308
- #: ../../admin/wp-slimstat-admin.php:816
309
- msgid "IP"
310
- msgstr "IP"
311
 
312
- #: ../../admin/wp-slimstat-admin.php:816
313
- msgid "Visitor's public IP address"
314
- msgstr "Dirección IP pública del visitante"
 
 
 
315
 
316
- #: ../../admin/wp-slimstat-admin.php:818
317
- #: ../../admin/view/wp-slimstat-db.php:45
318
- #: ../../admin/view/wp-slimstat-reports.php:502
319
- msgid "Language Code"
320
- msgstr "Código de Idioma"
321
 
322
- #: ../../admin/wp-slimstat-admin.php:818
323
  msgid ""
324
- "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
325
- "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
326
- "column) for more information"
327
  msgstr ""
328
- "Consulte a esta página <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
329
- "en-us/library/ee825488(v=cs.20).aspx\">págna de cultura del lenguaje</a> "
330
- "(primera columna) para más información"
331
 
332
- #: ../../admin/wp-slimstat-admin.php:819
333
- #: ../../admin/view/wp-slimstat-db.php:46
334
- msgid "Operating System"
335
- msgstr "Sistema Operativo"
336
 
337
- #: ../../admin/wp-slimstat-admin.php:819
338
  msgid ""
339
- "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
340
- "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
341
- "manual page</a> for more information"
342
  msgstr ""
343
- "Acepta identificadores como win7, win98, macosx, ..., por favor, consulte <a "
344
- "target=\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php"
345
- "\">esta página del manual</a> para obtener más información"
346
-
347
- #: ../../admin/wp-slimstat-admin.php:820
348
- #: ../../admin/view/wp-slimstat-db.php:47
349
- msgid "Permalink"
350
- msgstr "Enlace Permanente"
351
 
352
- #: ../../admin/wp-slimstat-admin.php:820
353
- msgid "URL accessed on your site"
354
- msgstr "URL visitada en su sitio"
 
355
 
356
- #: ../../admin/wp-slimstat-admin.php:821
357
- #: ../../admin/view/wp-slimstat-db.php:49
358
- msgid "Referer"
359
- msgstr "Referido"
 
 
 
360
 
361
- #: ../../admin/wp-slimstat-admin.php:821
362
- msgid "Complete address of the referrer page"
363
- msgstr "Dirección completa de la página que refiere"
364
 
365
- #: ../../admin/wp-slimstat-admin.php:822
366
- #: ../../admin/view/wp-slimstat-db.php:50
367
  #, fuzzy
368
- msgid "Visitor's Name"
369
- msgstr "Visitantes"
370
-
371
- #: ../../admin/wp-slimstat-admin.php:822
372
  msgid ""
373
- "Visitors' names according to the cookie set by Wordpress after they leave a "
374
- "comment"
375
  msgstr ""
376
- "Nombres de visitantes según la cookie establecida por Wordpress después de "
377
- "dejar un comentario"
378
-
379
- #: ../../admin/wp-slimstat-admin.php:830
380
- msgid "Advanced Filters"
381
- msgstr "Filtros avanzados"
382
 
383
- #: ../../admin/wp-slimstat-admin.php:833
384
- #: ../../admin/view/wp-slimstat-db.php:55
385
  #, fuzzy
386
- msgid "Browser Version"
387
- msgstr "Versión del Navegador"
388
 
389
- #: ../../admin/wp-slimstat-admin.php:833
390
- msgid "user agent version (9.0, 11, ...)"
391
- msgstr "versión del agente de usuario (9,0, 11, ...)"
 
 
392
 
393
- #: ../../admin/wp-slimstat-admin.php:834
394
- #: ../../admin/view/wp-slimstat-db.php:56
395
  #, fuzzy
396
- msgid "Browser Type"
397
- msgstr "Navegador"
398
 
399
- #: ../../admin/wp-slimstat-admin.php:834
400
  msgid ""
401
- "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
402
- "all others"
403
  msgstr ""
404
- "1 = oruga del motor de búsqueda, 2 = dispositivo móvil, 3 = lector de "
405
- "sindicación, 0 =a todos los demás"
406
 
407
- #: ../../admin/wp-slimstat-admin.php:835
408
- #: ../../admin/view/wp-slimstat-db.php:58
409
- msgid "Color Depth"
410
- msgstr "Profundidad de color"
411
-
412
- #: ../../admin/wp-slimstat-admin.php:835
413
- msgid "visitor's screen's color depth (8, 16, 24, ...)"
414
- msgstr "profundidad de colorde pantalla de visitante (8, 16, 24, ...)"
415
 
416
- #: ../../admin/wp-slimstat-admin.php:836
417
- #: ../../admin/view/wp-slimstat-db.php:59
418
- #, fuzzy
419
- msgid "CSS Version"
420
- msgstr "Versión de CSS"
421
 
422
- #: ../../admin/wp-slimstat-admin.php:836
423
  msgid ""
424
- "what CSS standard was supported by that browser (1, 2, 3 and other integer "
425
- "values)"
426
  msgstr ""
427
- "cuál estándar CSS era soportado por ese navegador (1, 2, 3 y otros valores "
428
- "enteros)"
429
 
430
- #: ../../admin/wp-slimstat-admin.php:837
431
- #: ../../admin/view/wp-slimstat-db.php:60
432
- #, fuzzy
433
- msgid "Pageview Attributes"
434
- msgstr "Paginas visitadas"
435
 
436
- #: ../../admin/wp-slimstat-admin.php:837
437
  msgid ""
438
- "this field is set to <em>[pre]</em> if the resource has been accessed "
439
- "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
440
- "Link_prefetching_FAQ\">Link Prefetching</a> or similar techniques"
441
  msgstr ""
442
- "este campo se establece en <em> [pre]</em> si el recurso ha sido visitada a "
443
- "través de <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
444
- "Link_prefetching_FAQ\">Preecaptura de Enlaces</a> o técnicas similares"
445
 
446
- #: ../../admin/wp-slimstat-admin.php:838
447
- #: ../../admin/view/wp-slimstat-db.php:63
448
- msgid "Post Author"
449
- msgstr "Autor de la entrada(sección)"
450
 
451
- #: ../../admin/wp-slimstat-admin.php:838
452
- msgid "author associated to that post/page when the resource was accessed"
453
- msgstr "autor asociado a esa publicación/página cuando se accedió al recurso"
 
454
 
455
- #: ../../admin/wp-slimstat-admin.php:839
456
- #: ../../admin/view/wp-slimstat-db.php:64
457
- msgid "Post Category ID"
458
- msgstr "ID de la entrada(sección) de la Categoria"
459
 
460
- #: ../../admin/wp-slimstat-admin.php:839
461
- msgid "ID of the category/term associated to the resource, when available"
462
- msgstr ""
463
- "ID de la categoría / término asociado al recurso, cuando esté disponible"
464
 
465
- #: ../../admin/wp-slimstat-admin.php:840
466
- msgid "visitor's originating IP address, if available"
467
- msgstr "dirección IP de origen del visitante, si está disponible"
468
 
469
- #: ../../admin/wp-slimstat-admin.php:841
470
- #: ../../admin/view/wp-slimstat-db.php:66
471
- #, fuzzy
472
- msgid "Resource Content Type"
473
- msgstr "Contenidos Recientes"
474
 
475
- #: ../../admin/wp-slimstat-admin.php:841
 
476
  msgid ""
477
- "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
478
- "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
479
- "feed, home; please refer to the <a target=\"_blank\" href=\"http://codex."
480
- "wordpress.org/Conditional_Tags\">Conditional Tags</a> manual page for more "
481
- "information"
482
  msgstr ""
483
- "publicación, página, cpt:<em>custom-post-type</em>, attachment, singular, "
484
- "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
485
- "feed, home; por favor refiérase a <a target=\"_blank\" href=\"http://codex."
486
- "wordpress.org/Conditional_Tags\">Etiquetas condicionales</a> página del "
487
- "manual para más información"
488
 
489
- #: ../../admin/wp-slimstat-admin.php:842
490
- #: ../../admin/view/wp-slimstat-db.php:68
491
- msgid "Screen Resolution"
492
- msgstr "Resolución de Pantalla"
493
 
494
- #: ../../admin/wp-slimstat-admin.php:842
495
- msgid "viewport width and height (1024x768, 800x600, ...)"
496
- msgstr "ancho de vista y altura (1024x768, 800x600 , ...)"
 
497
 
498
- #: ../../admin/wp-slimstat-admin.php:843
499
- #: ../../admin/view/wp-slimstat-db.php:69
500
  #, fuzzy
501
- msgid "Visit ID"
502
- msgstr "Visitas"
503
 
504
- #: ../../admin/wp-slimstat-admin.php:843
 
505
  msgid ""
506
- "generally used in conjunction with <em>is not empty</em>, identifies human "
507
- "visitors"
508
  msgstr ""
509
- "se utiliza generalmente en conjunción con <em> no está vacío </em>, "
510
- "identifica los visitantes humanos"
511
 
512
- #: ../../admin/wp-slimstat-admin.php:844
513
- msgid "Date Filters"
514
- msgstr "Filtros de fecha"
 
515
 
516
- #: ../../admin/wp-slimstat-admin.php:844
517
- msgid ""
518
- "you can specify the timeframe by entering a number in the <em>interval</em> "
519
- "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
520
- "year=blank, interval=-1 will set a year-to-date filter)"
521
- msgstr ""
522
- "puede especificar el periodo de tiempo mediante la introducción de un número "
523
- "en el intervalo de <em> </em> campo: use -1 para indicar <em> al día </em> "
524
- "(es decir, día=1, mes=1, año=blank, intervalo=-1 establecerá un filtro de "
525
- "año a la fecha)"
526
 
527
- #: ../../admin/wp-slimstat-admin.php:845
528
- msgid "SERP Position"
529
- msgstr "Posición SERP"
530
 
531
- #: ../../admin/wp-slimstat-admin.php:845
532
- msgid ""
533
- "set the filter to Referer contains cd=N&, where N is the position you are "
534
- "looking for"
535
- msgstr ""
536
- "configurar el filtro para Referer contiene cd=N&, donde N es la posición que "
537
- "usted está buscando"
538
 
539
- #: ../../admin/config/addons.php:14
540
  msgid ""
541
- "There was an error retrieving the add-ons list from the server. Please try "
542
- "again later. Error Message:"
 
543
  msgstr ""
544
- "Hubo un error al recuperar la lista de complementos desde el servidor. Por "
545
- "favor, inténtelo de nuevo más tarde. Mensaje de error:"
 
 
546
 
547
- #: ../../admin/config/addons.php:23
548
- msgid ""
549
- "There was an error decoding the add-ons list from the server. Please try "
550
- "again later."
551
- msgstr ""
552
- "Se produjo un error decodificando la lista de complementos desde el "
553
- "servidor. Por favor, inténtelo de nuevo más tarde."
554
 
555
- #: ../../admin/config/addons.php:30
556
  #, fuzzy
557
  msgid ""
558
- "Add-ons extend the functionality of Slimstat in many interesting ways. We "
559
- "offer both free and premium (paid) extensions. Each add-on can be installed "
560
- "as a separate plugin, which will receive regular updates via the WordPress "
561
- "Plugins panel. In order to be notified when a new version of a premium add-"
562
- "on is available, please enter the <strong>license key</strong> you received "
563
- "when you purchased it."
564
  msgstr ""
565
- "Los complementos amplían la funcionalidad de WP SLIMStat de muchas maneras "
566
- "interesantes. Ofrecemos extensiones tanto gratuitas como premium (de pago). "
567
- "Cada complemento se puede instalar como un plugin independiente, que "
568
- "recibirá actualizaciones regulares a través del panel de WordPress Plugins. "
569
- "Para ser notificado cuando una nueva versión de un añadido premium está "
570
- "disponible, por favor introduzca la clave<strong> de licencia </strong> que "
571
- "recibió cuando compró."
572
 
573
- #: ../../admin/config/addons.php:36
574
- msgid "Add-on"
575
- msgstr "Añadido"
 
576
 
577
- #: ../../admin/config/addons.php:36
578
- msgid "Description"
579
- msgstr "Descripción"
 
 
 
 
 
 
 
580
 
581
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:18
582
- msgid "General"
583
- msgstr "General"
584
 
585
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:44
586
- msgid "Views"
587
- msgstr "Vistas"
588
 
589
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:67
590
- msgid "Filters"
591
- msgstr "Filtros"
 
 
 
 
 
 
 
 
 
592
 
593
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:131
594
  #, fuzzy
595
- msgid "Permissions"
596
  msgstr "Enlace Permanente"
597
 
598
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:208
599
- msgid "Advanced"
600
- msgstr "Avanzados"
601
-
602
- #: ../../admin/config/index.php:9 ../../admin/config/index.php:241
603
- msgid "Maintenance"
604
- msgstr "Mantenimiento"
605
-
606
- #: ../../admin/config/index.php:20 ../../admin/config/index.php:214
607
- msgid "Tracker"
608
- msgstr "Rastreador"
609
-
610
- #: ../../admin/config/index.php:21
611
- msgid "Enable Tracking"
612
- msgstr "Activar Seguimiento"
613
-
614
- #: ../../admin/config/index.php:21
615
- #, fuzzy
616
- msgid "Turn the tracker on or off, but keep the reports accessible."
617
  msgstr ""
618
- "Activar el rastreador de encendido o apagado, pero conserve los informes "
619
- "accesibles (que no tendría, si desactivó el plugin)."
 
 
 
 
 
 
620
 
621
- #: ../../admin/config/index.php:22
622
  #, fuzzy
623
- msgid "Monitor Admin Pages"
624
- msgstr "Principales Páginas de Salida"
625
 
626
- #: ../../admin/config/index.php:22
627
- msgid "Enable this option to track your users' activity within the admin."
 
 
628
  msgstr ""
629
- "Habilite esta opción para realizar un seguimiento de la actividad de sus "
630
- "usuarios dentro de la administración."
631
-
632
- #: ../../admin/config/index.php:23
633
- msgid "Enable Spy Mode"
634
- msgstr "Habilitar modo Espía"
635
 
636
- #: ../../admin/config/index.php:23
 
 
 
 
 
637
  msgid ""
638
- "Collect information about screen resolutions, outbound links, downloads, "
639
- "etc. If Tracking Mode is set to Javascript, this data will be tracked "
640
- "regardless of which value you set for this option."
 
 
 
641
  msgstr ""
642
- "Recoger información sobre las resoluciones de pantalla, enlaces salientes, "
643
- "descargas, etc. Si el modo de seguimiento se establece en Javascript, estos "
644
- "datos se rastrearán sin importar qué valor establecido para esta opción."
 
 
 
 
645
 
646
- #: ../../admin/config/index.php:24
647
  #, fuzzy
648
- msgid "Tracking Mode"
649
- msgstr "Seguimiento Activo"
650
 
651
- #: ../../admin/config/index.php:24
652
- #, fuzzy
653
  msgid ""
654
- "Select <strong>Javascript</strong> if you are using a caching plugin (W3 "
655
- "Total Cache, WP SuperCache, HyperCache, etc). Slimstat will behave pretty "
656
- "much like Google Analytics, and visitors whose browser does not support "
657
- "Javascript will be ignored. A nice side effect is that <strong>most "
658
- "spammers, search engines and other crawlers</strong> will not be tracked."
 
659
  msgstr ""
660
- "Seleccione <strong> Javascript </strong> si usted está usando un plugin de "
661
- "caché (W3 Total Cache, WP SuperCache, HyperCache, etc.) WP SLIMStat se "
662
- "comportará casi como Google Analytics, y los visitantes cuyos navegadores no "
663
- "soportan Javascript serán ignorados. Un efecto secundario interesante es que "
664
- "la mayoría de los <strong> spammers, buscadores y otros rastreadores </"
665
- "strong> no serán registrados."
666
-
667
- #: ../../admin/config/index.php:24
668
- msgid "Javascript"
669
- msgstr "Javascript"
670
-
671
- #: ../../admin/config/index.php:24
672
- msgid "Server-side"
673
- msgstr "Del lado del servidor"
674
 
675
- #: ../../admin/config/index.php:26
676
- msgid "WordPress Integration"
677
- msgstr "Integración WordPress"
678
 
679
- #: ../../admin/config/index.php:27
680
- msgid "Menu Position"
681
- msgstr "Posición de menú"
682
 
683
- #: ../../admin/config/index.php:27
684
- #, fuzzy
685
- msgid ""
686
- "Choose between a standalone admin menu for Slimstat or a drop down in the "
687
- "admin bar (if visible)."
688
  msgstr ""
689
- "Elija entre un menú de administración independiente para WP SLIMStat o un "
690
- "menú desplegable en la barra de administrador (si está visible)."
691
-
692
- #: ../../admin/config/index.php:27
693
- msgid "Side Menu"
694
- msgstr "Menú lateral"
695
-
696
- #: ../../admin/config/index.php:27
697
- msgid "Admin Bar"
698
- msgstr "Barra de administración"
699
 
700
- #: ../../admin/config/index.php:28
701
- #, fuzzy
702
- msgid "Add Stats to Posts and Pages"
703
- msgstr "Añadir columna a Publicaciones"
704
 
705
- #: ../../admin/config/index.php:28
706
  #, fuzzy
707
  msgid ""
708
- "Add a new column to the Edit Posts/Pages screens, with the number of hits "
709
- "per post."
 
710
  msgstr ""
711
- "Añadir una nueva columna a la pantalla Editar publicaciones, con el número "
712
- "de visitas por publicación (pueden ralentizar la renderización de páginas)."
713
-
714
- #: ../../admin/config/index.php:30
715
- msgid "Database"
716
- msgstr "Base de datos"
717
 
718
- #: ../../admin/config/index.php:31
719
- msgid "Retain data for"
720
- msgstr "Conservar los datos durante"
721
 
722
- #: ../../admin/config/index.php:31
723
  msgid ""
724
- "Delete log entries older than the number of days specified here above. Enter "
725
- "<strong>0</strong> (number zero) if you want to preserve your data "
726
- "regardless of its age."
727
- msgstr ""
728
- "Eliminar las entradas del registro anteriores al número de días especificado "
729
- "aquí arriba. Introduzca <strong> 0 </strong> (número cero) si desea "
730
- "conservar sus datos independientemente de su edad."
731
-
732
- #: ../../admin/config/index.php:31
733
- msgid "Next clean-up on"
734
- msgstr "Siguiente limpieza en"
735
-
736
- #: ../../admin/config/index.php:31
737
- #, php-format
738
- msgid "Entries logged on or before %s will be permanently deleted."
739
  msgstr ""
740
- "Los comentarios registrados en o antes del %s se eliminarán de forma "
741
- "permanente."
742
-
743
- #: ../../admin/config/index.php:31 ../../admin/view/index.php:86
744
- #: ../../admin/view/wp-slimstat-db.php:76
745
- #: ../../admin/view/wp-slimstat-reports.php:779
746
- msgid "days"
747
- msgstr "dias"
748
 
749
- #: ../../admin/config/index.php:46
750
  #, fuzzy
751
- msgid "Data and Formats"
752
- msgstr "Fecha y hora"
753
-
754
- #: ../../admin/config/index.php:47
755
- msgid "Convert IP Addresses"
756
- msgstr "Convertir Direcciones IP"
757
-
758
- #: ../../admin/config/index.php:47
759
- msgid "Display provider names instead of IP addresses."
760
- msgstr "Muestra los nombres de proveedores, en lugar de direcciones IP."
761
 
762
- #: ../../admin/config/index.php:48
763
- msgid "Number Format"
764
- msgstr "Formato de número"
 
765
 
766
- #: ../../admin/config/index.php:48
767
  #, fuzzy
768
- msgid "Choose the number format you want to use for your reports."
 
 
769
  msgstr ""
770
- "Seleccione el formato de número que desea utilizar para sus informes, "
771
- "europeos o americanos."
772
 
773
- #: ../../admin/config/index.php:49
774
  #, fuzzy
775
- msgid "Enable SOV"
776
- msgstr "Habilitar CDN"
777
 
778
- #: ../../admin/config/index.php:49
 
779
  msgid ""
780
- "In linguistic typology, a subject-object-verb (SOV) language is one in which "
781
- "the subject, object, and verb of a sentence appear in that order, like in "
782
- "Japanese."
 
 
 
783
  msgstr ""
 
 
 
 
 
 
 
784
 
785
- #: ../../admin/config/index.php:50
786
- msgid "Show Display Name"
787
- msgstr "Mostrar Nombre para mostrar"
788
 
789
- #: ../../admin/config/index.php:50
790
  msgid ""
791
- "By default, users are listed by their usernames. Use this option to "
792
- "visualize their display names instead."
 
793
  msgstr ""
794
- "De forma predeterminada, los usuarios se enumeran por sus nombres de "
795
- "usuario. Utilice esta opción para visualizar los nombres para mostrar en su "
796
- "lugar."
 
797
 
798
- #: ../../admin/config/index.php:51
799
  #, fuzzy
800
- msgid "Show User Agent"
801
- msgstr "Buscadores"
 
 
 
 
 
 
 
 
 
802
 
803
- #: ../../admin/config/index.php:51
804
  msgid ""
805
- "Choose if you want to see the browser name or a complete user agent string "
806
- "when hovering on browser icons."
 
807
  msgstr ""
808
- "Seleccione si desea ver el nombre del navegador o una cadena completa de "
809
- "agente de usuario al pasar el cursor sobre los iconos del navegador."
 
 
810
 
811
- #: ../../admin/config/index.php:52
812
- msgid "Show Titles"
813
- msgstr "Mostrar Títulos"
814
 
815
- #: ../../admin/config/index.php:52
816
- #, fuzzy
817
  msgid ""
818
- "Slimstat converts your permalinks into post and page titles. Disable this "
819
- "feature if you need to see the URL in your reports."
 
820
  msgstr ""
821
- "WP SLIMStat convierte tus enlaces permanentes en títulos de publicaciones y "
822
- "páginas. Desactive esta función si necesita ver la URL en sus informes."
 
823
 
824
- #: ../../admin/config/index.php:53 ../../admin/view/right-now.php:152
825
- #, fuzzy
826
- msgid "Date and Time"
827
- msgstr "Fecha/Hora"
828
 
829
- #: ../../admin/config/index.php:53
 
 
 
 
830
  msgid ""
831
- "<a href=\"http://php.net/manual/en/function.date.php\" target=\"_blank\">PHP "
832
- "Format</a> to use when displaying date and time of a pageview."
833
  msgstr ""
 
 
 
834
 
835
- #: ../../admin/config/index.php:55
836
- msgid "Functionality"
837
- msgstr "Funcionalidad"
 
838
 
839
- #: ../../admin/config/index.php:56
840
- msgid "Asynchronous Views"
841
- msgstr "Vistas asíncronas"
 
 
 
 
842
 
843
- #: ../../admin/config/index.php:56
 
 
 
 
 
 
844
  msgid ""
845
- "Load all the reports dynamically. It makes the reports render faster, but it "
846
- "increases the load on your server."
847
  msgstr ""
848
- "Cargar todos los informes de forma dinámica. Hace que los informes se "
849
- "realicen más rápido, pero aumenta la carga en el servidor."
850
 
851
- #: ../../admin/config/index.php:57
852
- msgid "SlimScroll"
 
 
 
 
853
  msgstr ""
 
 
854
 
855
- #: ../../admin/config/index.php:57
 
 
 
 
856
  msgid ""
857
- "Enable SlimScroll, a slick jQuery library that replaces the built-in browser "
858
- "scrollbar."
 
859
  msgstr ""
 
 
 
860
 
861
- #: ../../admin/config/index.php:58
862
- msgid "Expand Details"
863
- msgstr "Expandir Detalles"
864
 
865
- #: ../../admin/config/index.php:58
866
- msgid "Expand each row's details by default, insted of on mousehover."
 
 
 
 
 
867
  msgstr ""
868
- "Expandir cada fila de forma predeterminada, en vez de al sobreponer el ratón."
 
 
 
 
869
 
870
- #: ../../admin/config/index.php:59 ../../admin/config/index.php:63
871
  #, fuzzy
872
- msgid "Rows to Display"
873
- msgstr "No hay datos que mostrar"
874
 
875
- #: ../../admin/config/index.php:59
876
- msgid "Specify the number of items in each report."
877
- msgstr "Especifique el número de elementos en cada informe."
878
 
879
- #: ../../admin/config/index.php:61
880
- msgid "Activity Log"
881
- msgstr "Bitácora de actividades"
882
 
883
- #: ../../admin/config/index.php:62
884
- msgid "Live Stream"
885
- msgstr "Transmisión en Vivo"
886
 
887
- #: ../../admin/config/index.php:62
888
- #, fuzzy
889
- msgid ""
890
- "Enable the Live view, which refreshes the Activity Log every X seconds. "
891
- "Enter <strong>0</strong> (number zero) to deactivate this feature."
 
892
  msgstr ""
893
- "Habilitar la vista en vivo, lo que refresca la pantalla Ahora cada X "
894
- "segundos. Introduzca <strong> 0 </strong> (número cero) para deshabilitar "
895
- "esta funcionalidad."
896
 
897
- #: ../../admin/config/index.php:62 ../../admin/config/index.php:217
898
- msgid "seconds"
899
- msgstr "Segundos"
900
 
901
- #: ../../admin/config/index.php:63
902
  #, fuzzy
903
- msgid "Specify the number of items in the Activity Log."
904
- msgstr "Especifica el número de elementos en Ahora."
 
 
 
 
 
 
 
 
905
 
906
- #: ../../admin/config/index.php:64
907
- #, fuzzy
908
- msgid "Activity Log Extended"
909
- msgstr "Bitácora de actividades"
910
 
911
- #: ../../admin/config/index.php:64
912
  #, fuzzy
913
  msgid ""
914
- "Choose if you want to see outbound links listed in the Activity Log. It "
915
- "might slow down the rendering of this report."
 
 
 
916
  msgstr ""
917
- "Elige si quieres ver los enlaces salientes que figuran en Ahora. Podría "
918
- "frenar la publicación de este informe."
 
 
 
919
 
920
- #: ../../admin/config/index.php:69
921
  #, fuzzy
922
- msgid "Visitors and Known Users"
923
- msgstr "Navegadores recientes"
924
-
925
- #: ../../admin/config/index.php:70
926
- msgid "Track Registered Users"
927
- msgstr "Seguimiento Usuarios Registrados"
928
 
929
- #: ../../admin/config/index.php:70
930
- msgid "Enable this option to track logged in users."
931
- msgstr "Active esta opción para rastrear usuarios registrados."
932
 
933
- #: ../../admin/config/index.php:71
934
- #, fuzzy
935
- msgid "Blacklist by Username"
936
- msgstr "Direcciones IP Blacklist"
937
 
938
- #: ../../admin/config/index.php:71
939
- msgid ""
940
- "List all the usernames you don't want to track, separated by commas. Please "
941
- "be aware that spaces are <em>not</em> ignored and that usernames are case "
942
- "sensitive."
943
  msgstr ""
944
- "Lista de todos los nombres de usuario de los que que no desee realizar el "
945
- "seguimiento, separados por comas. Tenga en cuenta que los espacios son <em> "
946
- "no </em> ignorados y que los nombres de usuario distinguen entre mayúsculas "
947
- "y minúsculas."
948
-
949
- #: ../../admin/config/index.php:72
950
- msgid "Blacklist by IP Address"
951
- msgstr "Direcciones IP Blacklist"
952
 
953
- #: ../../admin/config/index.php:72
954
  #, fuzzy
955
  msgid ""
956
- "List all the IP addresses you don't want to track, separated by commas. Each "
957
- "network <strong>must</strong> be defined using the <a href='http://en."
958
- "wikipedia.org/wiki/Classless_Inter-Domain_Routing' target='_blank'>CIDR "
959
- "notation</a> (i.e. <em>192.168.0.0/24</em>). This filter applies both to the "
960
- "public IP and the originating IP, if available."
961
  msgstr ""
962
- "Enlistar todas las direcciones IP que no desea seguir, separadas por comas. "
963
- "Cada red <strong> debe </strong> ser definida usando el <a href='http://en."
964
- "wikipedia.org/wiki/Classless_Inter-Domain_Routing' target='_blank'>Notación "
965
- "CIDR </a> (es decir, < em> 192.168.0.0/24 </em>). Si el formato no es "
966
- "correcto, WP SLIMStat no puede rastrear páginas vistas correctamente."
967
-
968
- #: ../../admin/config/index.php:73
969
- #, fuzzy
970
- msgid "Blacklist by Capability"
971
- msgstr "Navegador"
972
 
973
- #: ../../admin/config/index.php:73
974
  msgid ""
975
- "Users having at least one of the <a href='http://codex.wordpress.org/"
976
- "Roles_and_Capabilities' target='_new'>capabilities</a> listed here below "
977
- "will not be tracked. Capabilities are case-insensitive."
978
  msgstr ""
979
- "Usuarios que tienen al menos una de las <a href='http://codex.wordpress.org/"
980
- "Roles_and_Capabilities' target='_new'>capabilities</a> enlistados aquí abajo "
981
- "no se les rastreará. Las Capacidades distinguen entre mayúsculas y "
982
- "minúsculas."
983
 
984
- #: ../../admin/config/index.php:75
985
- msgid "Profiling"
986
- msgstr "Haciendo perfil"
987
 
988
- #: ../../admin/config/index.php:76
989
- msgid "Ignore Spammers"
990
- msgstr "Ignorar Spammers"
 
991
 
992
- #: ../../admin/config/index.php:76
993
- msgid ""
994
- "Enable this option if you don't want to track visits from users identified "
995
- "as spammers by third-party tools like Akismet. Pageviews generated by users "
996
- "whose comments are later marked as spam, will also be removed from the "
997
- "database."
998
- msgstr ""
999
- "Active esta opción si no desea realizar un seguimiento de visitas de "
1000
- "usuarios identificados como spammers por herramientas de terceros como "
1001
- "Akismet. Páginas vistas generadas por los usuarios cuyos comentarios más "
1002
- "adelante se marcan como correo no deseado, también se eliminarán de la base "
1003
- "de datos."
1004
 
1005
- #: ../../admin/config/index.php:77
1006
  #, fuzzy
1007
- msgid "Permalinks"
1008
- msgstr "Enlace Permanente"
1009
 
1010
- #: ../../admin/config/index.php:77
1011
- msgid ""
1012
- "List all the URLs on your website that you don't want to track, separated by "
1013
- "commas. Don't include the domain name: <em>/about, ?p=1</em>, etc. "
1014
- "Wildcards: <code>*</code> matches 'any string, including the empty string', "
1015
- "<code>!</code> matches 'any character'. For example, <code>/abou*</code> "
1016
- "will match /about and /abound, <code>/abo*t</code> will match /aboundant "
1017
- "and /about, <code>/abo!t</code> will match /about and /abort. Strings are "
1018
- "case-insensitive."
1019
- msgstr ""
1020
- "Enumere todas las URL de su sitio web a las que usted no desee realizar el "
1021
- "seguimiento, separadas por comas. No incluya el nombre de dominio: <em>/"
1022
- "about, ?p=1</em>, etc. Wildcards: <code>*</code> coincide con 'cualquier "
1023
- "cadena, incluyendo cadena vacía', <code>!</code> coincide con cualquier "
1024
- "caracter'. Por ejemplo, <code>/abou*</code> coincidirá con /about and /"
1025
- "abound, <code> / abo* t </code> coincidirá con /aboundant and /about/, "
1026
- "<code> / abo! T </ code > coincidirá con /about and /abort. Las cadenas no "
1027
- "se afectan por mayúsculas y minúsculas."
1028
 
1029
- #: ../../admin/config/index.php:78
1030
  #, fuzzy
1031
- msgid "Countries"
1032
- msgstr "Paises que más visitan"
1033
 
1034
- #: ../../admin/config/index.php:78
1035
- msgid ""
1036
- "Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
1037
- "track, separated by commas."
1038
- msgstr ""
1039
- "Los códigos de país (Es decir: <code> es-es, it, es </code>) a los que no "
1040
- "desee realizar el seguimiento, separados por comas"
1041
 
1042
- #: ../../admin/config/index.php:79
 
 
 
 
1043
  #, fuzzy
1044
- msgid "User Agents"
1045
- msgstr "Buscadores"
1046
 
1047
- #: ../../admin/config/index.php:79
1048
- msgid ""
1049
- "Browsers (user agents) you don't want to track, separated by commas. You can "
1050
- "specify the browser's version adding a slash after the name (i.e. "
1051
- "<em>Firefox/3.6</em>). Wildcards: <code>*</code> matches 'any string, "
1052
- "including the empty string', <code>!</code> matches 'any character'. For "
1053
- "example, <code>Chr*</code> will match Chrome and Chromium, <code>IE/!.0</"
1054
- "code> will match IE/7.0 and IE/8.0. Strings are case-insensitive."
1055
- msgstr ""
1056
- "Navegadores (agentes de usuario) que no quieren seguimiento, separados por "
1057
- "comas. Puede especificar la versión del navegador añadiendo una barra "
1058
- "después del nombre (es decir <em> Firefox/3.6 </em>). Comodines: <code>*</"
1059
- "code> coincide con 'cualquier cadena, incluyendo la cadena vacía', <code> </"
1060
- "code> coincide con \"cualquier carácter\". Por ejemplo, <code> Chr. * </"
1061
- "code> coincidirá Chrome y cromo, <code> IE /! 0.0 </code> coincidirá IE/7.0 "
1062
- "y IE/8.0. Las cadenas son de mayúsculas y minúsculas."
1063
 
1064
- #: ../../admin/config/index.php:80
1065
  #, fuzzy
1066
- msgid "Referring Sites"
1067
- msgstr "Motores de Búsqueda"
1068
 
1069
- #: ../../admin/config/index.php:80
1070
- msgid ""
1071
- "Referring URLs that you don't want to track, separated by commas: "
1072
- "<code>http://mysite.com*</code>, <code>*/ignore-me-please</code>, etc. "
1073
- "Wildcards: <code>*</code> matches 'any string, including the empty string', "
1074
- "<code>!</code> matches 'any character'. Strings are case-insensitive. Please "
1075
- "include either a wildcard or the protocol you want to filter (http://, "
1076
- "https://)."
1077
- msgstr ""
1078
- "URLs que refieren a las que no desee realizar el seguimiento, separadas por "
1079
- "comas: <code>http://mysite.com*</code>, <code>*/ignore-me-please</code>, "
1080
- "etc. Comodines: <code>*</code> coincide con \"cualquier carácter\". Las "
1081
- "cadenas son mayúsculas y minúsculas. Por favor incluya ya sea un comodín o "
1082
- "el protocolo que desea filtrar (http://, https://)."
1083
 
1084
- #: ../../admin/config/index.php:82 ../../admin/config/index.php:234
1085
- msgid "Miscellaneous"
1086
- msgstr "Varios"
1087
 
1088
- #: ../../admin/config/index.php:83
1089
- msgid "Enable Privacy Mode"
1090
- msgstr "Activar el modo de privacidad"
1091
 
1092
- #: ../../admin/config/index.php:83
1093
- msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
1094
- msgstr ""
1095
- "Enmascarar direcciones IP de sus visitantes para cumplir con leyes de "
1096
- "privacidad europeas."
1097
 
1098
- #: ../../admin/config/index.php:84
1099
- msgid "Ignore Prefetch Requests"
1100
- msgstr "Ignorar PPeticiones Prefetch"
1101
 
1102
- #: ../../admin/config/index.php:84
1103
  #, fuzzy
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1104
  msgid ""
1105
- "Prevent Slimstat from tracking pageviews generated by Firefox's <a "
1106
- "href='https://developer.mozilla.org/en/Link_prefetching_FAQ' "
1107
- "target='_blank'>Link Prefetching functionality</a>."
1108
  msgstr ""
1109
- "Evitar que WP SLIMStat de el seguimiento de páginas vistas generadas por <a "
1110
- "href='https://developer.mozilla.org/en/Link_prefetching_FAQ' "
1111
- "target='_blank'> Función de Prellamado de enlaces de Firefox </a>."
1112
 
1113
- #: ../../admin/config/index.php:100
1114
- msgid "Ignore users (username not found)"
1115
- msgstr "Ignorar usuarios (nombre de usuario no encontrado)"
1116
 
1117
- #: ../../admin/config/index.php:123
1118
  msgid ""
1119
- "Invalid capability. Please check <a href=\"http://codex.wordpress.org/"
1120
- "Roles_and_Capabilities\" target=\"_new\">this page</a> for more information"
1121
  msgstr ""
1122
- "La capacidad no es válida. Por favor, consulte <a href=\"http://codex."
1123
- "wordpress.org/Roles_and_Capabilities\" target=\"_new\"> esta página </a> "
1124
- "para obtener más información"
1125
-
1126
- #: ../../admin/config/index.php:133
1127
- #, fuzzy
1128
- msgid "Reports"
1129
- msgstr "Informes Personalizados"
1130
 
1131
- #: ../../admin/config/index.php:134
1132
  #, fuzzy
1133
- msgid "Restrict Authors"
1134
- msgstr "Autor de la entrada(sección)"
1135
 
1136
- #: ../../admin/config/index.php:134
1137
  #, fuzzy
1138
  msgid ""
1139
- "Enable this option if you want your authors to only see stats related to "
1140
- "their own content."
1141
  msgstr ""
1142
- "Habilite esta opción si desea que sus autores sólo vean las estadísticas "
1143
- "relacionadas con su propio contenido"
1144
 
1145
- #: ../../admin/config/index.php:135 ../../admin/config/index.php:139
1146
  #, fuzzy
1147
- msgid "Capability"
1148
- msgstr "Navegador"
1149
 
1150
- #: ../../admin/config/index.php:135
1151
- #, fuzzy
1152
  msgid ""
1153
- "Specify the minimum <a href='http://codex.wordpress.org/"
1154
- "Roles_and_Capabilities' target='_new'>capability</a> needed to access the "
1155
- "reports (default: <code>activate_plugins</code>). If this field is empty, "
1156
- "<strong>all your users</strong> (including subscribers) will have access to "
1157
- "the reports, unless a 'Read access' whitelist has been specified here below. "
1158
- "In this case, the list has precedence over the capability."
1159
  msgstr ""
1160
- "Especifique la mínima <a href='http://codex.wordpress.org/"
1161
- "Roles_and_Capabilities' target='_new'>capability</a> que se necesita para "
1162
- "acceder a los informes (por defecto: <code> leer</code>). Si este campo está "
1163
- "vacío, <strong> todos los usuarios </strong> (incluidos los abonados) "
1164
- "tendrán acceso a los informes, a menos que se haya especificado una lista "
1165
- "blanca 'Acceso de lectura' aquí abajo. En este caso, la lista tiene "
1166
- "prioridad sobre la capacidad."
1167
 
1168
- #: ../../admin/config/index.php:136 ../../admin/config/index.php:140
1169
- msgid "Whitelist"
1170
- msgstr "Lista blanca"
1171
 
1172
- #: ../../admin/config/index.php:136
1173
  msgid ""
1174
- "List all the users who should have access to the reports, separated by "
1175
- "commas. Administrators are implicitly allowed, so you don't need to list "
1176
- "them in here. Usernames are case sensitive."
1177
  msgstr ""
1178
- "Enlista a los usuarios que deben tener acceso a los informes, separados por "
1179
- "comas. Los administradores están implícitamente autorizados, por lo que no "
1180
- "es necesario enumerarlos aquí. Los nombres de usuario distinguen entre "
1181
- "mayúsculas y minúsculasdefecto."
1182
 
1183
- #: ../../admin/config/index.php:139
1184
- #, fuzzy
 
 
 
 
 
 
 
1185
  msgid ""
1186
- "Specify the minimum <a href='http://codex.wordpress.org/"
1187
- "Roles_and_Capabilities' target='_new'>capability</a> required to configure "
1188
- "Slimstat (default: <code>activate_plugins</code>). The whitelist here below "
1189
- "can be used to override this option for specific users."
1190
  msgstr ""
1191
- "Especifique la mínima <a href='http://codex.wordpress.org/"
1192
- "Roles_and_Capabilities' target='_new'>capacidad</a> necesaria para "
1193
- "configurar WP SLIMStat (por <code> Activate_plugins </code>). La lista "
1194
- "blanca de aquí abajo se puede utilizar para anular esta opción para usuarios "
1195
- "específicos."
1196
 
1197
- #: ../../admin/config/index.php:140
 
 
 
 
 
1198
  msgid ""
1199
- "List all the users who can edit these options, separated by commas. Please "
1200
- "be advised that admins <strong>are not</strong> implicitly allowed, so do "
1201
- "not forget to include yourself! Usernames are case sensitive."
1202
  msgstr ""
1203
- "Enistar todos los usuarios que pueden editar estas opciones, separados por "
1204
- "comas. Tenga en cuenta que los administradores <strong> no son </strong> "
1205
- "implícitamente permitidos, así que ¡no se olvide de incluirse a si mismo! "
1206
- "Los nombres de usuario distinguen entre mayúsculas y minúsculas."
1207
 
1208
- #: ../../admin/config/index.php:156
1209
- msgid "Read access: username not found"
1210
- msgstr "Acceso de lectura: Nombre de usuario no se encuentra"
1211
 
1212
- #: ../../admin/config/index.php:169 ../../admin/config/index.php:200
 
1213
  msgid ""
1214
- "Invalid minimum capability. Please check <a href=\"http://codex.wordpress."
1215
- "org/Roles_and_Capabilities\" target=\"_new\">this page</a> for more "
1216
- "information"
1217
  msgstr ""
1218
- "Capacidad mínima inválida. Por favor, consulte <a href=\"http://codex."
1219
- "wordpress.org/Roles_and_Capabilities\" target=\"_new\">esta página</a> para "
1220
- "obtener más información"
1221
 
1222
- #: ../../admin/config/index.php:187
1223
- msgid "Config access: username not found"
1224
- msgstr "Acceso de configuración: Nombre de usuario no encontrado"
1225
 
1226
- #: ../../admin/config/index.php:215
1227
- msgid "Detect Smoothing"
1228
- msgstr "Detectar Smoothing"
1229
 
1230
- #: ../../admin/config/index.php:215
1231
- msgid ""
1232
- "Detect if your visitors' browsers support anti-aliasing (font smoothing). "
1233
- "This option required Spy Mode to be enabled."
1234
- msgstr ""
1235
- "Detectar si los navegadores de sus visitantes soportan anti-aliasing "
1236
- "(suavizado de fuentes). Esta opción requiere que el modo Espía esté "
1237
- "habilitado."
1238
 
1239
- #: ../../admin/config/index.php:216
1240
- #, fuzzy
1241
- msgid "Track Outbound Clicks"
1242
- msgstr "Enlaces Salientes Recientes"
1243
 
1244
- #: ../../admin/config/index.php:216
1245
- msgid ""
1246
- "Track when your visitors click on link to external websites. This option "
1247
- "required Spy Mode to be enabled."
1248
- msgstr ""
1249
- "Rastree cuando los usuarios hacen clic en el enlace a sitios web externos. "
1250
- "Esta opción requere que el modo Espía esté habilitado."
1251
 
1252
- #: ../../admin/config/index.php:217
1253
- #, fuzzy
1254
- msgid "Session Duration"
1255
- msgstr "Visitas"
1256
 
1257
- #: ../../admin/config/index.php:217
1258
- #, fuzzy
1259
- msgid ""
1260
- "How many seconds should a human session last? Google Analytics sets it to "
1261
- "1800 seconds."
1262
- msgstr ""
1263
- "¿Cuántos segundos debe durar una sesión humana en su sitio? Google Analytics "
1264
- "lo establece en 1.800 segundos."
1265
 
1266
- #: ../../admin/config/index.php:218
1267
- msgid "Extend Session"
1268
- msgstr "Extender Sesión"
1269
 
1270
- #: ../../admin/config/index.php:218
1271
- msgid "Extend the duration of a session each time the user visits a new page."
1272
- msgstr ""
1273
- "Extender la duración de una sesión cada vez que el usuario visita una página "
1274
- "nueva."
1275
 
1276
- #: ../../admin/config/index.php:219
1277
- msgid "Enable CDN"
1278
- msgstr "Habilitar CDN"
1279
 
1280
- #: ../../admin/config/index.php:219
1281
- msgid ""
1282
- "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
1283
- "by serving our tracking code from their fast and reliable network (free "
1284
- "service)."
1285
- msgstr ""
1286
- "Uso <a href='http://www.jsdelivr.com/' target='_blank'> JSDelivr </a> 's "
1287
- "CDN, sirviendo nuestro código de seguimiento de su red rápida y confiable "
1288
- "(servicio gratuito)."
1289
 
1290
- #: ../../admin/config/index.php:220
1291
- msgid "Extensions to Track"
1292
- msgstr "Extensiones a rastreo"
1293
 
1294
- #: ../../admin/config/index.php:220
1295
- msgid ""
1296
- "List all the file extensions that you want to be treated as Downloads. "
1297
- "Please note that links pointing to external resources (i.e. PDFs on a "
1298
- "different website) are considered Downloads and not Outbound Links (and "
1299
- "tracked as such), if their extension matches one of the ones listed here "
1300
- "below."
1301
- msgstr ""
1302
- "Enlista todas las extensiones de archivo que desea sean tratadas como "
1303
- "descargas. Por favor, tenga en cuenta que los enlaces que apuntan a recursos "
1304
- "externos (es decir, archivos PDF en un sitio web diferente) se consideran "
1305
- "Descargas y no Vínculos salientes (y rastreado como tal), si su extensión "
1306
- "coincide con uno de los que se enumeran a continuación."
1307
 
1308
- #: ../../admin/config/index.php:222
1309
- #, fuzzy
1310
- msgid "External Pages"
1311
- msgstr "Paginas visitadas"
1312
 
1313
- #: ../../admin/config/index.php:223
1314
- msgid "Add the following code to all the non-WP pages you want to track"
1315
- msgstr ""
1316
 
1317
- #: ../../admin/config/index.php:235
1318
- msgid "Debug Mode"
1319
- msgstr ""
1320
 
1321
- #: ../../admin/config/index.php:235
1322
- msgid "Display the SQL queries used to retrieve the data."
1323
- msgstr ""
1324
 
1325
- #: ../../admin/config/index.php:236
1326
- msgid "IP Lookup"
1327
- msgstr "Búsqueda de IP"
1328
 
1329
- #: ../../admin/config/index.php:236
1330
- msgid "Customize the Geolocation service to be used in the reports."
1331
- msgstr ""
1332
- "Personalizar el servicio de Geolocalización de ser utilizado en los informes."
1333
 
1334
- #: ../../admin/config/index.php:237
1335
- msgid "Custom CSS"
1336
- msgstr "CSS personalizado"
1337
 
1338
- #: ../../admin/config/index.php:237
1339
- #, fuzzy
1340
- msgid ""
1341
- "Paste here your custom stylesheet to personalize the way your reports look. "
1342
- "<a href='http://wordpress.org/plugins/wp-slimstat/faq/' "
1343
- "target='_blank'>Check the FAQ</a> for more information on how to use this "
1344
- "setting."
1345
- msgstr ""
1346
- "Pega aquí tu hoja de estilo personalizada para personalizar la forma en que "
1347
- "sus informes se ven. <a href='http://wordpress.org/plugins/wp-slimstat/faq/' "
1348
- "target='_blank'> Compruebe la FAQ </a> para obtener más información sobre "
1349
- "cómo utilizar esta funcionalidad."
1350
 
1351
- #: ../../admin/config/index.php:238
1352
- msgid "Enable UAN"
1353
- msgstr "Habilitar UAN"
1354
 
1355
- #: ../../admin/config/index.php:238
1356
- #, fuzzy
1357
- msgid ""
1358
- "Send anonymous data about user agents to our server for analysis. This "
1359
- "allows us to contribute to the <a href='http://browscap.org/' "
1360
- "target='_blank'>BrowsCap opensource project</a>, and improve the accuracy of "
1361
- "Slimstat's browser detection functionality. It also enables our transparent "
1362
- "ads network. No worries, your site will not be affected in any way."
1363
- msgstr ""
1364
- "Recopilar datos sobre los agentes de usuario desconocidos, y enviarlos de "
1365
- "forma anónima a nuestro servidor para su análisis. Esto nos permite "
1366
- "contribuir con el proyecto <a href='http://browscap.co/' target='_blank'> "
1367
- "opensource BrowsCap </a>, y mejorar la precisión de la funcionalidad de "
1368
- "detección de navegador del SLIMStat."
1369
 
1370
- #: ../../admin/config/maintenance.php:20
1371
- #, fuzzy
1372
- msgid "Your Slimstat tables have been successfully converted to InnoDB."
1373
- msgstr "Sus tablas WP SLIMStat han sido convertidas correctamente a. InnoDB"
1374
 
1375
- #: ../../admin/config/maintenance.php:30
1376
- msgid "records deleted from your database."
1377
- msgstr "Registros eliminados de la base de datos."
1378
 
1379
- #: ../../admin/config/maintenance.php:35
1380
- msgid "All the records were successfully deleted."
1381
- msgstr "Todos los registros se han eliminado con éxito."
1382
 
1383
- #: ../../admin/config/maintenance.php:39
1384
- msgid "Your reports were successfully restored to their default arrangement."
1385
- msgstr ""
1386
- "Sus informes fueron restaurados con éxito a su disposición de forma "
1387
- "predeterminada."
1388
-
1389
- #: ../../admin/config/maintenance.php:46
1390
- #, fuzzy
1391
- msgid ""
1392
- "Congrats! Slimstat is now optimized for <a href=\"http://www.youtube.com/"
1393
- "watch?v=ygE01sOhzz0\" target=\"_blank\">ludicrous speed</a>."
1394
- msgstr ""
1395
- "¡Felicidades! WP SLIMStat está ahora optimizado para <a href=\"http://www."
1396
- "youtube.com/watch?v=ygE01sOhzz0\" target=\"_blank\"> velocidad ridícula </a>."
1397
-
1398
- #: ../../admin/config/maintenance.php:53
1399
- msgid ""
1400
- "Indexing has been successfully disabled. Enjoy the extra database space you "
1401
- "just gained!"
1402
- msgstr ""
1403
- "Indexación se ha desactivado con éxito. Disfrute del espacio de base de "
1404
- "datos adicional ¡que acaba de ganar!"
1405
 
1406
- #: ../../admin/config/maintenance.php:84
1407
- msgid "Database Information"
1408
- msgstr "Información Base de datos"
1409
 
1410
- #: ../../admin/config/maintenance.php:87
1411
- #, fuzzy
1412
- msgid "Engine"
1413
- msgstr "Motores de Búsqueda"
1414
 
1415
- #: ../../admin/config/maintenance.php:91
1416
- msgid "switch to InnoDB"
1417
- msgstr "cambiar a InnoDB"
1418
 
1419
- #: ../../admin/config/maintenance.php:102
1420
- #, fuzzy
1421
- msgid "records"
1422
- msgstr "Palabras clave"
1423
 
1424
- #: ../../admin/config/maintenance.php:107
1425
- msgid "Data Maintenance"
1426
- msgstr "Mantenimiento de Datos"
1427
 
1428
- #: ../../admin/config/maintenance.php:110
1429
- #, fuzzy
1430
- msgid "Delete pageviews where"
1431
- msgstr "Filtrar páginas visitadas dondé:"
1432
 
1433
- #: ../../admin/config/maintenance.php:124 ../../admin/view/index.php:15
1434
- msgid "equals"
1435
- msgstr "es igual a"
1436
 
1437
- #: ../../admin/config/maintenance.php:125 ../../admin/view/index.php:16
1438
- msgid "is not equal to"
1439
- msgstr "no es igual a"
1440
 
1441
- #: ../../admin/config/maintenance.php:126 ../../admin/view/index.php:17
1442
- #, fuzzy
1443
- msgid "contains"
1444
- msgstr "Contiene"
1445
 
1446
- #: ../../admin/config/maintenance.php:127 ../../admin/view/index.php:18
1447
- #, fuzzy
1448
- msgid "does not contain"
1449
- msgstr "No contiene"
1450
 
1451
- #: ../../admin/config/maintenance.php:128 ../../admin/view/index.php:19
1452
- #, fuzzy
1453
- msgid "starts with"
1454
- msgstr "Empieza por"
1455
 
1456
- #: ../../admin/config/maintenance.php:129 ../../admin/view/index.php:20
1457
- #, fuzzy
1458
- msgid "ends with"
1459
- msgstr "Acaba en"
1460
 
1461
- #: ../../admin/config/maintenance.php:130 ../../admin/view/index.php:21
1462
- msgid "sounds like"
1463
- msgstr "suena como"
1464
 
1465
- #: ../../admin/config/maintenance.php:131 ../../admin/view/index.php:22
1466
- msgid "is greater than"
1467
- msgstr "es mayor que"
1468
 
1469
- #: ../../admin/config/maintenance.php:132 ../../admin/view/index.php:23
1470
- msgid "is less than"
1471
- msgstr "es menor que"
1472
 
1473
- #: ../../admin/config/maintenance.php:133 ../../admin/view/index.php:25
1474
- msgid "matches"
1475
- msgstr "coincide"
1476
 
1477
- #: ../../admin/config/maintenance.php:134 ../../admin/view/index.php:26
1478
  #, fuzzy
1479
- msgid "does not match"
1480
- msgstr "No contiene"
1481
 
1482
- #: ../../admin/config/maintenance.php:135 ../../admin/view/index.php:27
1483
- msgid "is empty"
1484
- msgstr "está vacío"
1485
 
1486
- #: ../../admin/config/maintenance.php:136 ../../admin/view/index.php:28
1487
- msgid "is not empty"
1488
- msgstr "no está vacío"
1489
 
1490
- #: ../../admin/config/maintenance.php:139 ../../admin/view/index.php:41
1491
- #: ../../admin/view/index.php:87
1492
- msgid "Apply"
1493
- msgstr "Aplicar"
1494
 
1495
- #: ../../admin/config/maintenance.php:140
1496
- msgid ""
1497
- "Are you sure you want to PERMANENTLY delete these records from your database?"
1498
- msgstr ""
1499
- "¿Está seguro que desea eliminar PERMANENTEMENTE estos registros de su base "
1500
- "de datos?"
1501
 
1502
- #: ../../admin/config/maintenance.php:145
1503
- msgid "Empty Database"
1504
- msgstr "Base de datos vacía"
1505
 
1506
- #: ../../admin/config/maintenance.php:148
1507
- msgid ""
1508
- "Are you sure you want to PERMANENTLY DELETE ALL the records from your "
1509
- "database?"
1510
- msgstr ""
1511
- "¿Está seguro que quiere BORRAR PERMANENTEMENTE TODOS los registros de su "
1512
- "base de datos?"
1513
 
1514
- #: ../../admin/config/maintenance.php:148
1515
- #, fuzzy
1516
- msgid "Delete All Pageviews"
1517
- msgstr "Paginas visitadas"
1518
 
1519
- #: ../../admin/config/maintenance.php:149
1520
- #, fuzzy
1521
- msgid ""
1522
- "Erase all the information collected so far by Slimstat. This operation "
1523
- "<strong>does not</strong> reset your settings."
1524
- msgstr ""
1525
- "Borrar toda la información recopilada hasta el momento por WP SLIMStat. Esta "
1526
- "<strong> operación no </strong> restablece la configuración."
1527
 
1528
- #: ../../admin/config/maintenance.php:153
1529
- #, fuzzy
1530
- msgid "Reset Reports"
1531
- msgstr "Informes Personalizados"
1532
 
1533
- #: ../../admin/config/maintenance.php:156
1534
- msgid ""
1535
- "Are you sure you want to restore the default arrangement of your reports?"
1536
- msgstr ""
1537
- "¿Está seguro de que desea restaurar la disposición por defecto de sus "
1538
- "informes?"
1539
 
1540
- #: ../../admin/config/maintenance.php:156
1541
- msgid "No Panic Button"
1542
- msgstr "Botón No Pánico"
1543
 
1544
- #: ../../admin/config/maintenance.php:157
1545
- msgid ""
1546
- "Reset the default arrangement of your reports. Helpful when, for some "
1547
- "reason, reports disappear from your panels."
1548
- msgstr ""
1549
- "Cambiar la disposición por defecto de sus informes. Útil cuando, por alguna "
1550
- "razón, los informes desaparecen de sus paneles."
1551
 
1552
- #: ../../admin/config/maintenance.php:161
1553
- msgid "Performance"
1554
- msgstr "Rendimiento"
1555
 
1556
- #: ../../admin/config/maintenance.php:164
1557
- msgid "Improve Performance"
1558
- msgstr "Mejorar el rendimiento"
1559
 
1560
- #: ../../admin/config/maintenance.php:165
1561
- msgid ""
1562
- "Please note that you will need about 30% more DB space to store the extra "
1563
- "information required."
1564
- msgstr ""
1565
- "Por favor, tenga en cuenta que necesitará un 30% más de espacio BD para "
1566
- "almacenar la información adicional que se requiere."
1567
 
1568
- #: ../../admin/config/maintenance.php:169
1569
- msgid "Save DB Space"
1570
- msgstr "Guardar Espacio BD"
1571
 
1572
- #: ../../admin/config/maintenance.php:170
1573
- #, fuzzy
1574
- msgid ""
1575
- "Please note that by removing table indexes, Slimstat's performance will be "
1576
- "affected."
1577
- msgstr ""
1578
- "Tenga en cuenta que al eliminar los índices de tabla, el rendimiento de WP "
1579
- "SLIMStat se verá afectado."
1580
-
1581
- #: ../../admin/config/maintenance.php:175
1582
- msgid "Import and Export"
1583
- msgstr "Importar y Exportar"
1584
 
1585
- #: ../../admin/config/maintenance.php:179
1586
- #, fuzzy
1587
- msgid ""
1588
- "Here below you can find the current configuration string for Slimstat. You "
1589
- "can update your settings by pasting a new string here below and clicking on "
1590
- "Import."
1591
- msgstr ""
1592
- "Aquí abajo puede encontrar la cadena actual de configuración para WP "
1593
- "SlimStat. Puede actualizar su configuración pegando una nueva cadena aquí "
1594
- "abajo y haciendo clic en Importar."
1595
 
1596
- #: ../../admin/config/maintenance.php:184
1597
- msgid "Import"
1598
- msgstr "Importar"
1599
 
1600
- #: ../../admin/config/maintenance.php:185
1601
- msgid "Are you sure you want to OVERWRITE your current settings?"
1602
- msgstr "¿Seguro de que desea sobrescribir la configuración actual?"
1603
 
1604
- #: ../../admin/lang/dynamic_strings.php:3
1605
- msgid "xx"
1606
- msgstr "xx"
 
1607
 
1608
- #: ../../admin/lang/dynamic_strings.php:4
1609
- msgid "unknown"
1610
- msgstr "Desconocido"
1611
 
1612
- #: ../../admin/lang/dynamic_strings.php:5
1613
- msgid "win8.1"
1614
- msgstr "win8.1"
 
1615
 
1616
- #: ../../admin/lang/dynamic_strings.php:6
1617
- msgid "win8"
1618
- msgstr "win8"
 
1619
 
1620
- #: ../../admin/lang/dynamic_strings.php:7
1621
- msgid "win7"
1622
- msgstr "Windows 7"
1623
 
1624
- #: ../../admin/lang/dynamic_strings.php:8
1625
- msgid "winvista"
1626
- msgstr "Windows Vista"
1627
 
1628
- #: ../../admin/lang/dynamic_strings.php:9
1629
- msgid "win2003"
1630
- msgstr "Windows 2003"
 
1631
 
1632
- #: ../../admin/lang/dynamic_strings.php:10
1633
- msgid "winxp"
1634
- msgstr "Windows XP"
 
1635
 
1636
- #: ../../admin/lang/dynamic_strings.php:11
1637
- msgid "winnt"
1638
- msgstr "Windows NT"
 
 
1639
 
1640
- #: ../../admin/lang/dynamic_strings.php:12
1641
- msgid "win2000"
1642
- msgstr "Windows 2000"
 
1643
 
1644
- #: ../../admin/lang/dynamic_strings.php:13
1645
- msgid "winme"
1646
- msgstr "Windows ME"
 
1647
 
1648
- #: ../../admin/lang/dynamic_strings.php:14
1649
- msgid "win98"
1650
- msgstr "Windows 98"
 
1651
 
1652
- #: ../../admin/lang/dynamic_strings.php:15
1653
- msgid "win95"
1654
- msgstr "Windows 95"
 
1655
 
1656
- #: ../../admin/lang/dynamic_strings.php:16
1657
- msgid "win31"
1658
- msgstr "Windows 3.1"
 
1659
 
1660
- #: ../../admin/lang/dynamic_strings.php:17
1661
- msgid "win32"
1662
- msgstr "Windows 32-bit"
 
1663
 
1664
- #: ../../admin/lang/dynamic_strings.php:18
1665
- msgid "win16"
1666
- msgstr "Windows 16-bit"
 
1667
 
1668
- #: ../../admin/lang/dynamic_strings.php:19
1669
- msgid "mac68k"
1670
- msgstr "Mac 68k"
 
1671
 
1672
- #: ../../admin/lang/dynamic_strings.php:20
1673
- msgid "macosx"
1674
- msgstr "Mac OS X"
 
1675
 
1676
- #: ../../admin/lang/dynamic_strings.php:21
1677
- msgid "macppc"
1678
- msgstr "Mac PowerPC"
 
1679
 
1680
- #: ../../admin/lang/dynamic_strings.php:22
1681
- msgid "mac"
1682
- msgstr "Mac"
 
1683
 
1684
- #: ../../admin/lang/dynamic_strings.php:23
1685
- msgid "os/2"
1686
- msgstr "IBM OS/2"
 
1687
 
1688
- #: ../../admin/lang/dynamic_strings.php:24
1689
- msgid "sunos"
1690
- msgstr "Sun OS"
 
1691
 
1692
- #: ../../admin/lang/dynamic_strings.php:25
1693
- msgid "solaris"
1694
- msgstr "Solaris"
 
1695
 
1696
- #: ../../admin/lang/dynamic_strings.php:26
1697
- msgid "unix"
1698
- msgstr "Unix"
 
1699
 
1700
- #: ../../admin/lang/dynamic_strings.php:27
1701
- msgid "irix"
1702
- msgstr "IRIX"
 
1703
 
1704
- #: ../../admin/lang/dynamic_strings.php:28
1705
- msgid "hp-ux"
1706
- msgstr "HP-UX"
 
1707
 
1708
- #: ../../admin/lang/dynamic_strings.php:29
1709
- msgid "aix"
1710
- msgstr "IBM AIX"
 
1711
 
1712
- #: ../../admin/lang/dynamic_strings.php:30
1713
- msgid "beos"
1714
- msgstr "BeOS"
 
 
1715
 
1716
- #: ../../admin/lang/dynamic_strings.php:31
1717
- msgid "cygwin"
1718
- msgstr "Cygwin"
 
1719
 
1720
- #: ../../admin/lang/dynamic_strings.php:32
1721
- msgid "digital unix"
1722
- msgstr "Digital Unix"
 
 
1723
 
1724
- #: ../../admin/lang/dynamic_strings.php:33
1725
- msgid "risc os"
1726
- msgstr "Risc OS"
 
1727
 
1728
- #: ../../admin/lang/dynamic_strings.php:34
1729
- msgid "openvms"
1730
- msgstr "OpenVMS"
1731
-
1732
- #: ../../admin/lang/dynamic_strings.php:35
1733
- msgid "linux"
1734
- msgstr "Linux"
1735
 
1736
- #: ../../admin/lang/dynamic_strings.php:36
1737
- msgid "freebsd"
1738
- msgstr "FreeBSD"
 
 
1739
 
1740
- #: ../../admin/lang/dynamic_strings.php:37
1741
- msgid "openbsd"
1742
- msgstr "OpenBSD"
 
1743
 
1744
- #: ../../admin/lang/dynamic_strings.php:38
1745
- msgid "netbsd"
1746
- msgstr "NetBSD"
 
 
1747
 
1748
- #: ../../admin/lang/dynamic_strings.php:39
1749
- msgid "debian"
1750
- msgstr "Debian"
 
1751
 
1752
- #: ../../admin/lang/dynamic_strings.php:40
1753
- msgid "amiga"
1754
- msgstr "Amiga"
 
 
1755
 
1756
- #: ../../admin/lang/dynamic_strings.php:41
1757
- msgid "android"
1758
- msgstr "Android"
 
1759
 
1760
- #: ../../admin/lang/dynamic_strings.php:42
1761
- msgid "wyderos"
1762
- msgstr "WyderOS"
 
 
1763
 
1764
- #: ../../admin/lang/dynamic_strings.php:43
1765
- msgid "iphone osx"
1766
- msgstr "iPhone OS X"
 
1767
 
1768
- #: ../../admin/lang/dynamic_strings.php:44
 
1769
  #, fuzzy
1770
- msgid "ios"
1771
- msgstr "Apple iOS"
1772
-
1773
- #: ../../admin/lang/dynamic_strings.php:45
1774
- msgid "palm"
1775
- msgstr "Palm"
1776
 
1777
- #: ../../admin/lang/dynamic_strings.php:46
1778
- msgid "wap"
1779
- msgstr "WAP"
 
1780
 
1781
- #: ../../admin/lang/dynamic_strings.php:47
1782
- msgid "java"
1783
- msgstr "Java"
 
1784
 
1785
- #: ../../admin/lang/dynamic_strings.php:48
1786
- #, fuzzy
1787
- msgid "winphone7"
1788
- msgstr "iPhone OS X"
1789
 
1790
- #: ../../admin/lang/dynamic_strings.php:49
1791
- msgid "wince"
1792
- msgstr "Windows CE"
 
1793
 
1794
- #: ../../admin/lang/dynamic_strings.php:50
1795
- msgid "symbianos"
1796
- msgstr "Symbian OS"
 
1797
 
1798
- #: ../../admin/lang/dynamic_strings.php:51
1799
- msgid "blackberry os"
1800
- msgstr "so blackberry"
 
1801
 
1802
- #: ../../admin/lang/dynamic_strings.php:52
1803
- msgid "webos"
1804
- msgstr "WebOS"
 
1805
 
1806
- #: ../../admin/lang/dynamic_strings.php:53
1807
- msgid "p-and"
1808
- msgstr "Android"
 
 
1809
 
1810
- #: ../../admin/lang/dynamic_strings.php:54
1811
- msgid "p-bla"
1812
- msgstr "BlackBerry"
 
1813
 
1814
- #: ../../admin/lang/dynamic_strings.php:55
1815
- msgid "p-chr"
1816
- msgstr "Chrome OS"
 
1817
 
1818
- #: ../../admin/lang/dynamic_strings.php:56
1819
- msgid "p-fre"
1820
- msgstr "Linux FreeBSD"
 
1821
 
1822
- #: ../../admin/lang/dynamic_strings.php:57
1823
- msgid "p-ios"
1824
- msgstr "Apple iOS"
 
1825
 
1826
- #: ../../admin/lang/dynamic_strings.php:58
1827
- msgid "p-jav"
1828
- msgstr "Java-based OS"
 
1829
 
1830
- #: ../../admin/lang/dynamic_strings.php:59
1831
- msgid "p-lin"
1832
- msgstr "Linux"
 
1833
 
1834
- #: ../../admin/lang/dynamic_strings.php:60
1835
- msgid "p-mac"
1836
- msgstr "Apple"
 
 
1837
 
1838
- #: ../../admin/lang/dynamic_strings.php:61
1839
- msgid "p-sym"
1840
- msgstr "Symbian OS"
 
1841
 
1842
- #: ../../admin/lang/dynamic_strings.php:62
1843
- msgid "p-unk"
1844
- msgstr "Unknown"
 
1845
 
1846
- #: ../../admin/lang/dynamic_strings.php:63
1847
- msgid "p-win"
1848
- msgstr "Microsoft"
 
1849
 
1850
- #: ../../admin/lang/dynamic_strings.php:64
1851
- msgid "powertv"
1852
- msgstr "PowerTV"
 
1853
 
1854
- #: ../../admin/lang/dynamic_strings.php:65
 
1855
  #, fuzzy
1856
- msgid "acrobat"
1857
- msgstr "Acrobat"
1858
 
1859
- #: ../../admin/lang/dynamic_strings.php:66
1860
- msgid "director"
1861
- msgstr "director"
 
1862
 
1863
- #: ../../admin/lang/dynamic_strings.php:67
1864
- #, fuzzy
1865
- msgid "flash"
1866
- msgstr "Flash"
1867
 
1868
- #: ../../admin/lang/dynamic_strings.php:68
1869
- #, fuzzy
1870
- msgid "mediaplayer"
1871
- msgstr "Media Player"
1872
 
1873
- #: ../../admin/lang/dynamic_strings.php:69
1874
- msgid "quicktime"
1875
- msgstr "quicktime"
 
 
1876
 
1877
- #: ../../admin/lang/dynamic_strings.php:70
1878
- msgid "real"
1879
- msgstr "real"
 
1880
 
1881
- #: ../../admin/lang/dynamic_strings.php:71
1882
- #, fuzzy
1883
- msgid "silverlight"
1884
- msgstr "Silverlight"
1885
 
1886
- # Afrikaans
1887
- #: ../../admin/lang/dynamic_strings.php:72
1888
- msgid "l-af"
1889
- msgstr "Afrikaans"
1890
 
1891
- # Afrikaans
1892
- #: ../../admin/lang/dynamic_strings.php:73
1893
- #, fuzzy
1894
- msgid "l-af-za"
1895
- msgstr "Afrikaans"
1896
 
1897
- # Arabic
1898
- #: ../../admin/lang/dynamic_strings.php:74
1899
- msgid "l-ar"
1900
- msgstr "Arabic"
1901
 
1902
- # Arabic (United Arab Emirates)
1903
- #: ../../admin/lang/dynamic_strings.php:75
1904
- msgid "l-ar-ae"
1905
- msgstr "Arabic (United Arab Emirates)"
1906
 
1907
- # Arabic (Bahrain)
1908
- #: ../../admin/lang/dynamic_strings.php:76
1909
- msgid "l-ar-bh"
1910
- msgstr "Arabic (Bahrain)"
1911
 
1912
- # Arabic (Algeria)
1913
- #: ../../admin/lang/dynamic_strings.php:77
1914
- msgid "l-ar-dz"
1915
- msgstr "Arabic (Algeria)"
1916
 
1917
- # Arabic (Egypt)
1918
- #: ../../admin/lang/dynamic_strings.php:78
1919
- msgid "l-ar-eg"
1920
- msgstr "Arabic (Egypt)"
1921
 
1922
- # Arabic (Iraq)
1923
- #: ../../admin/lang/dynamic_strings.php:79
1924
- msgid "l-ar-iq"
1925
- msgstr "Arabic (Iraq)"
1926
 
1927
- # Arabic (Jordan)
1928
- #: ../../admin/lang/dynamic_strings.php:80
1929
- msgid "l-ar-jo"
1930
- msgstr "Arabic (Jordan)"
1931
 
1932
- # Arabic (Kuwait)
1933
- #: ../../admin/lang/dynamic_strings.php:81
1934
- msgid "l-ar-kw"
1935
- msgstr "Arabic (Kuwait)"
1936
 
1937
- # Arabic (Lebanon)
1938
- #: ../../admin/lang/dynamic_strings.php:82
1939
- msgid "l-ar-lb"
1940
- msgstr "Arabic (Lebanon)"
1941
 
1942
- # Arabic (Libya)
1943
- #: ../../admin/lang/dynamic_strings.php:83
1944
- msgid "l-ar-ly"
1945
- msgstr "Arabic (Libya)"
1946
 
1947
- # Arabic (Morocco)
1948
- #: ../../admin/lang/dynamic_strings.php:84
1949
- msgid "l-ar-ma"
1950
- msgstr "Arabic (Morocco)"
1951
 
1952
- # Arabic (Oman)
1953
- #: ../../admin/lang/dynamic_strings.php:85
1954
- msgid "l-ar-om"
1955
- msgstr "Arabic (Oman)"
1956
 
1957
- # Arabic (Qatar)
1958
- #: ../../admin/lang/dynamic_strings.php:86
1959
- msgid "l-ar-qa"
1960
- msgstr "Arabic (Qatar)"
1961
 
1962
- # Arabic (Saudi Arabia)
1963
- #: ../../admin/lang/dynamic_strings.php:87
1964
- msgid "l-ar-sa"
1965
- msgstr "Arabic (Saudi Arabia)"
1966
 
1967
- # Arabic (Syria)
1968
- #: ../../admin/lang/dynamic_strings.php:88
1969
- msgid "l-ar-sy"
1970
- msgstr "Arabic (Syria)"
1971
 
1972
- # Arabic (Tunisia)
1973
- #: ../../admin/lang/dynamic_strings.php:89
1974
- msgid "l-ar-tn"
1975
- msgstr "Arabic (Tunisia)"
1976
 
1977
- # Arabic (Yemen)
1978
- #: ../../admin/lang/dynamic_strings.php:90
1979
- msgid "l-ar-ye"
1980
- msgstr "Arabic (Yemen)"
1981
 
1982
- # Azerbaijani
1983
- #: ../../admin/lang/dynamic_strings.php:91
1984
- msgid "l-az"
1985
- msgstr "Azerbaijani"
1986
 
1987
- # Azerbaijani
1988
- #: ../../admin/lang/dynamic_strings.php:92
1989
  #, fuzzy
1990
- msgid "l-az-az"
1991
- msgstr "Azerbaijani"
1992
 
1993
- # Belarusian
1994
- #: ../../admin/lang/dynamic_strings.php:93
1995
- msgid "l-be"
1996
- msgstr "Belarusian"
1997
 
1998
- # Belarusian
1999
- #: ../../admin/lang/dynamic_strings.php:94
2000
  #, fuzzy
2001
- msgid "l-be-by"
2002
- msgstr "Belarusian"
2003
-
2004
- # Bulgarian
2005
- #: ../../admin/lang/dynamic_strings.php:95
2006
- msgid "l-bg"
2007
- msgstr "Bulgarian"
2008
 
2009
- # Bulgarian
2010
- #: ../../admin/lang/dynamic_strings.php:96
2011
- #, fuzzy
2012
- msgid "l-bg-bg"
2013
- msgstr "Bulgarian"
2014
 
2015
- # Bosnian
2016
- #: ../../admin/lang/dynamic_strings.php:97
2017
  #, fuzzy
2018
- msgid "l-bs-ba"
2019
- msgstr "Bosnian"
2020
 
2021
- # Catalan; Valencian
2022
- #: ../../admin/lang/dynamic_strings.php:98
2023
- msgid "l-ca"
2024
- msgstr "Catalan; Valencian"
2025
 
2026
- # Catalan; Valencian
2027
- #: ../../admin/lang/dynamic_strings.php:99
2028
  #, fuzzy
2029
- msgid "l-ca-es"
2030
- msgstr "Catalan; Valencian"
2031
 
2032
- # Czech
2033
- #: ../../admin/lang/dynamic_strings.php:100
2034
- msgid "l-cs"
2035
- msgstr "Czech"
2036
 
2037
- # Czech
2038
- #: ../../admin/lang/dynamic_strings.php:101
2039
  #, fuzzy
2040
- msgid "l-cs-cz"
2041
- msgstr "Czech"
2042
-
2043
- # Welsh
2044
- #: ../../admin/lang/dynamic_strings.php:102
2045
- msgid "l-cy"
2046
- msgstr "Welsh"
2047
-
2048
- # Welsh
2049
- #: ../../admin/lang/dynamic_strings.php:103
2050
- #, fuzzy
2051
- msgid "l-cy-gb"
2052
- msgstr "Welsh"
2053
-
2054
- # Danish
2055
- #: ../../admin/lang/dynamic_strings.php:104
2056
- msgid "l-da"
2057
- msgstr "Danish"
2058
-
2059
- # Danish
2060
- #: ../../admin/lang/dynamic_strings.php:105
2061
- #, fuzzy
2062
- msgid "l-da-dk"
2063
- msgstr "Danish"
2064
-
2065
- # German
2066
- #: ../../admin/lang/dynamic_strings.php:106
2067
- msgid "l-de"
2068
- msgstr "German"
2069
-
2070
- # German (Austria)
2071
- #: ../../admin/lang/dynamic_strings.php:107
2072
- msgid "l-de-at"
2073
- msgstr "German (Austria)"
2074
-
2075
- # German (Switzerland)
2076
- #: ../../admin/lang/dynamic_strings.php:108
2077
- msgid "l-de-ch"
2078
- msgstr "German (Switzerland)"
2079
-
2080
- # German (Germany)
2081
- #: ../../admin/lang/dynamic_strings.php:109
2082
- msgid "l-de-de"
2083
- msgstr "German (Germany)"
2084
-
2085
- # German (Liechtenstein)
2086
- #: ../../admin/lang/dynamic_strings.php:110
2087
- msgid "l-de-li"
2088
- msgstr "German (Liechtenstein)"
2089
-
2090
- # German (Luxembourg)
2091
- #: ../../admin/lang/dynamic_strings.php:111
2092
- msgid "l-de-lu"
2093
- msgstr "German (Luxembourg)"
2094
-
2095
- # Dhivehi; Divehi; Maldivian
2096
- #: ../../admin/lang/dynamic_strings.php:112
2097
- msgid "l-dv"
2098
- msgstr "Dhivehi; Divehi; Maldivian"
2099
-
2100
- # Dhivehi; Divehi; Maldivian
2101
- #: ../../admin/lang/dynamic_strings.php:113
2102
- #, fuzzy
2103
- msgid "l-dv-mv"
2104
- msgstr "Dhivehi; Divehi; Maldivian"
2105
-
2106
- # Modern Greek (1453-)
2107
- #: ../../admin/lang/dynamic_strings.php:114
2108
- msgid "l-el"
2109
- msgstr "Modern Greek (1453-)"
2110
-
2111
- # Greek (Greece)
2112
- #: ../../admin/lang/dynamic_strings.php:115
2113
- msgid "l-el-gr"
2114
- msgstr "Greek (Greece)"
2115
-
2116
- # English
2117
- #: ../../admin/lang/dynamic_strings.php:116
2118
- msgid "l-en"
2119
- msgstr "English"
2120
-
2121
- # English (Australia)
2122
- #: ../../admin/lang/dynamic_strings.php:117
2123
- msgid "l-en-au"
2124
- msgstr "English (Australia)"
2125
-
2126
- # English (Belize)
2127
- #: ../../admin/lang/dynamic_strings.php:118
2128
- msgid "l-en-bz"
2129
- msgstr "English (Belize)"
2130
-
2131
- # English (Canada)
2132
- #: ../../admin/lang/dynamic_strings.php:119
2133
- msgid "l-en-ca"
2134
- msgstr "English (Canada)"
2135
-
2136
- # English (Canada)
2137
- #: ../../admin/lang/dynamic_strings.php:120
2138
- #, fuzzy
2139
- msgid "l-en-cb"
2140
- msgstr "English (Canada)"
2141
-
2142
- # English (United Kingdom)
2143
- #: ../../admin/lang/dynamic_strings.php:121
2144
- msgid "l-en-gb"
2145
- msgstr "English (United Kingdom)"
2146
-
2147
- # English (Ireland)
2148
- #: ../../admin/lang/dynamic_strings.php:122
2149
- msgid "l-en-ie"
2150
- msgstr "English (Ireland)"
2151
-
2152
- # English (Jamaica)
2153
- #: ../../admin/lang/dynamic_strings.php:123
2154
- msgid "l-en-jm"
2155
- msgstr "English (Jamaica)"
2156
-
2157
- # English (New Zealand)
2158
- #: ../../admin/lang/dynamic_strings.php:124
2159
- msgid "l-en-nz"
2160
- msgstr "English (New Zealand)"
2161
-
2162
- # English
2163
- #: ../../admin/lang/dynamic_strings.php:125
2164
- #, fuzzy
2165
- msgid "l-en-ph"
2166
- msgstr "English"
2167
-
2168
- # English (Trinidad)
2169
- #: ../../admin/lang/dynamic_strings.php:126
2170
- msgid "l-en-tt"
2171
- msgstr "English (Trinidad)"
2172
-
2173
- # English (United States)
2174
- #: ../../admin/lang/dynamic_strings.php:127
2175
- msgid "l-en-us"
2176
- msgstr "English (United States)"
2177
-
2178
- # English (South Africa)
2179
- #: ../../admin/lang/dynamic_strings.php:128
2180
- msgid "l-en-za"
2181
- msgstr "English (South Africa)"
2182
-
2183
- # English (South Africa)
2184
- #: ../../admin/lang/dynamic_strings.php:129
2185
- #, fuzzy
2186
- msgid "l-en-zw"
2187
- msgstr "English (South Africa)"
2188
-
2189
- # Esperanto
2190
- #: ../../admin/lang/dynamic_strings.php:130
2191
- msgid "l-eo"
2192
- msgstr "Esperanto"
2193
-
2194
- # Spanish; Castilian
2195
- #: ../../admin/lang/dynamic_strings.php:131
2196
- msgid "l-es"
2197
- msgstr "Spanish; Castilian"
2198
-
2199
- # Spanish (Argentina)
2200
- #: ../../admin/lang/dynamic_strings.php:132
2201
- msgid "l-es-ar"
2202
- msgstr "Spanish (Argentina)"
2203
-
2204
- # Spanish (Bolivia)
2205
- #: ../../admin/lang/dynamic_strings.php:133
2206
- msgid "l-es-bo"
2207
- msgstr "Spanish (Bolivia)"
2208
-
2209
- # Spanish (Chile)
2210
- #: ../../admin/lang/dynamic_strings.php:134
2211
- msgid "l-es-cl"
2212
- msgstr "Spanish (Chile)"
2213
-
2214
- # Spanish (Colombia)
2215
- #: ../../admin/lang/dynamic_strings.php:135
2216
- msgid "l-es-co"
2217
- msgstr "Spanish (Colombia)"
2218
-
2219
- # Spanish (Costa Rica)
2220
- #: ../../admin/lang/dynamic_strings.php:136
2221
- msgid "l-es-cr"
2222
- msgstr "Spanish (Costa Rica)"
2223
-
2224
- # Spanish (Dominican Republic)
2225
- #: ../../admin/lang/dynamic_strings.php:137
2226
- msgid "l-es-do"
2227
- msgstr "Spanish (Dominican Republic)"
2228
-
2229
- # Spanish (Ecuador)
2230
- #: ../../admin/lang/dynamic_strings.php:138
2231
- msgid "l-es-ec"
2232
- msgstr "Spanish (Ecuador)"
2233
-
2234
- # Spanish (Spain)
2235
- #: ../../admin/lang/dynamic_strings.php:139
2236
- msgid "l-es-es"
2237
- msgstr "Spanish (Spain)"
2238
-
2239
- # Spanish (Guatemala)
2240
- #: ../../admin/lang/dynamic_strings.php:140
2241
- msgid "l-es-gt"
2242
- msgstr "Spanish (Guatemala)"
2243
-
2244
- # Spanish (Honduras)
2245
- #: ../../admin/lang/dynamic_strings.php:141
2246
- msgid "l-es-hn"
2247
- msgstr "Spanish (Honduras)"
2248
-
2249
- # Spanish (Mexico)
2250
- #: ../../admin/lang/dynamic_strings.php:142
2251
- msgid "l-es-mx"
2252
- msgstr "Spanish (Mexico)"
2253
-
2254
- # Spanish (Nicaragua)
2255
- #: ../../admin/lang/dynamic_strings.php:143
2256
- msgid "l-es-ni"
2257
- msgstr "Spanish (Nicaragua)"
2258
-
2259
- # Spanish (Panama)
2260
- #: ../../admin/lang/dynamic_strings.php:144
2261
- msgid "l-es-pa"
2262
- msgstr "Spanish (Panama)"
2263
-
2264
- # Spanish (Peru)
2265
- #: ../../admin/lang/dynamic_strings.php:145
2266
- msgid "l-es-pe"
2267
- msgstr "Spanish (Peru)"
2268
-
2269
- # Spanish (Puerto Rico)
2270
- #: ../../admin/lang/dynamic_strings.php:146
2271
- msgid "l-es-pr"
2272
- msgstr "Spanish (Puerto Rico)"
2273
-
2274
- # Spanish (Paraguay)
2275
- #: ../../admin/lang/dynamic_strings.php:147
2276
- msgid "l-es-py"
2277
- msgstr "Spanish (Paraguay)"
2278
-
2279
- # Spanish (El Salvador)
2280
- #: ../../admin/lang/dynamic_strings.php:148
2281
- msgid "l-es-sv"
2282
- msgstr "Spanish (El Salvador)"
2283
-
2284
- # Spanish (Uruguay)
2285
- #: ../../admin/lang/dynamic_strings.php:149
2286
- msgid "l-es-uy"
2287
- msgstr "Spanish (Uruguay)"
2288
-
2289
- # Spanish (Venezuela)
2290
- #: ../../admin/lang/dynamic_strings.php:150
2291
- msgid "l-es-ve"
2292
- msgstr "Spanish (Venezuela)"
2293
-
2294
- # Estonian
2295
- #: ../../admin/lang/dynamic_strings.php:151
2296
- msgid "l-et"
2297
- msgstr "Estonian"
2298
-
2299
- # Estonian
2300
- #: ../../admin/lang/dynamic_strings.php:152
2301
- #, fuzzy
2302
- msgid "l-et-ee"
2303
- msgstr "Estonian"
2304
-
2305
- # Basque
2306
- #: ../../admin/lang/dynamic_strings.php:153
2307
- msgid "l-eu"
2308
- msgstr "Basque"
2309
-
2310
- # Basque
2311
- #: ../../admin/lang/dynamic_strings.php:154
2312
- #, fuzzy
2313
- msgid "l-eu-es"
2314
- msgstr "Basque"
2315
-
2316
- # Persian
2317
- #: ../../admin/lang/dynamic_strings.php:155
2318
- msgid "l-fa"
2319
- msgstr "Persian"
2320
-
2321
- # Persian
2322
- #: ../../admin/lang/dynamic_strings.php:156
2323
- #, fuzzy
2324
- msgid "l-fa-ir"
2325
- msgstr "Persian"
2326
-
2327
- # Finnish
2328
- #: ../../admin/lang/dynamic_strings.php:157
2329
- msgid "l-fi"
2330
- msgstr "Finnish"
2331
-
2332
- # Finnish
2333
- #: ../../admin/lang/dynamic_strings.php:158
2334
- #, fuzzy
2335
- msgid "l-fi-fi"
2336
- msgstr "Finnish"
2337
-
2338
- # Faroese
2339
- #: ../../admin/lang/dynamic_strings.php:159
2340
- msgid "l-fo"
2341
- msgstr "Faroese"
2342
-
2343
- # Faroese
2344
- #: ../../admin/lang/dynamic_strings.php:160
2345
- #, fuzzy
2346
- msgid "l-fo-fo"
2347
- msgstr "Faroese"
2348
 
2349
  # French
2350
  #: ../../admin/lang/dynamic_strings.php:161
@@ -3089,7 +2593,7 @@ msgid "l-zu-za"
3089
  msgstr "Zulu"
3090
 
3091
  #: ../../admin/lang/dynamic_strings.php:298
3092
- #: ../../admin/view/wp-slimstat-reports.php:503
3093
  msgid "l-"
3094
  msgstr "l-"
3095
 
@@ -3111,58 +2615,79 @@ msgstr "Local IP"
3111
  msgid "is between (x,y)"
3112
  msgstr ""
3113
 
3114
- #: ../../admin/view/index.php:57 ../../admin/view/wp-slimstat-reports.php:800
 
 
 
 
3115
  msgid "Today"
3116
  msgstr "Hoy"
3117
 
3118
- #: ../../admin/view/index.php:58 ../../admin/view/wp-slimstat-reports.php:801
3119
  msgid "Yesterday"
3120
  msgstr "Ayer"
3121
 
3122
- #: ../../admin/view/index.php:59
3123
  msgid "Last 7 Days"
3124
  msgstr "Últimos 7 días"
3125
 
3126
- #: ../../admin/view/index.php:60
3127
  msgid "Last 60 Days"
3128
  msgstr "Últimos 60 días"
3129
 
3130
- #: ../../admin/view/index.php:61
3131
  msgid "Last 90 Days"
3132
  msgstr "Últimos 90 días"
3133
 
3134
- #: ../../admin/view/index.php:62
3135
  #, fuzzy
3136
  msgid "This Year So Far"
3137
  msgstr "Año"
3138
 
3139
- #: ../../admin/view/index.php:63
3140
  #, fuzzy
3141
  msgid "Date Range"
3142
  msgstr "Fecha y hora"
3143
 
3144
- #: ../../admin/view/index.php:65 ../../admin/view/wp-slimstat-db.php:73
3145
  msgid "Day"
3146
  msgstr "Día"
3147
 
3148
- #: ../../admin/view/index.php:75 ../../admin/view/wp-slimstat-db.php:74
3149
  msgid "Month"
3150
  msgstr "Mes"
3151
 
3152
- #: ../../admin/view/index.php:84 ../../admin/view/wp-slimstat-db.php:75
3153
  msgid "Year"
3154
  msgstr "Año"
3155
 
3156
- #: ../../admin/view/index.php:89
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3157
  #, fuzzy
3158
  msgid "Reset Filters"
3159
  msgstr "Filtros de fecha"
3160
 
3161
- #: ../../admin/view/index.php:130
3162
  msgid "Your report here"
3163
  msgstr "Su informe aquí"
3164
 
3165
- #: ../../admin/view/index.php:132
3166
  #, fuzzy
3167
  msgid ""
3168
  "Yes, you can! Create and view your personalized analytics for Slimstat. Just "
@@ -3182,13 +2707,13 @@ msgstr ""
3182
  "información, visite mi <a href=\"http://lab.duechiacchiere.it/\" target="
3183
  "\"_blank\"> Foro de Soporte </ a>."
3184
 
3185
- #: ../../admin/view/index.php:146 ../../admin/view/wp-slimstat-reports.php:791
3186
- #: ../../admin/view/wp-slimstat-reports.php:893
3187
- #: ../../admin/view/wp-slimstat-reports.php:1116
3188
  msgid "Pageviews"
3189
  msgstr "Paginas visitadas"
3190
 
3191
- #: ../../admin/view/index.php:149
3192
  #, fuzzy
3193
  msgid ""
3194
  "When visitors leave a comment on your blog, WordPress assigns them a cookie. "
@@ -3200,39 +2725,45 @@ msgstr ""
3200
  "visitantes que regresan. Por favor, tenga en cuenta que los visitantes "
3201
  "también incluyen a los usuarios registrados."
3202
 
3203
- #: ../../admin/view/index.php:153 ../../admin/view/index.php:191
3204
- #: ../../admin/view/index.php:194 ../../admin/view/right-now.php:21
3205
  #, fuzzy
3206
  msgid "Color codes"
3207
  msgstr "Código de Pais"
3208
 
3209
- #: ../../admin/view/index.php:153 ../../admin/view/right-now.php:21
3210
  #, fuzzy
3211
  msgid "From search result page"
3212
  msgstr "Desde una página con resultados de búsqueda"
3213
 
3214
- #: ../../admin/view/index.php:153 ../../admin/view/index.php:191
3215
- #: ../../admin/view/index.php:194 ../../admin/view/right-now.php:21
 
 
 
 
 
 
3216
  #, fuzzy
3217
  msgid "Known Users"
3218
  msgstr "Navegadores recientes"
3219
 
3220
- #: ../../admin/view/index.php:153 ../../admin/view/index.php:191
3221
- #: ../../admin/view/index.php:194 ../../admin/view/right-now.php:21
3222
  msgid "Other Humans"
3223
  msgstr "Otros seres humanos"
3224
 
3225
- #: ../../admin/view/index.php:153 ../../admin/view/right-now.php:21
3226
  msgid "Bot or Crawler"
3227
  msgstr "Bot o Crawler"
3228
 
3229
- #: ../../admin/view/index.php:157
3230
  msgid "Keywords used by your visitors to find your website on a search engine."
3231
  msgstr ""
3232
  "Palabras clave utilizadas por los visitantes para encontrar su sitio en un "
3233
  "motor de búsqueda."
3234
 
3235
- #: ../../admin/view/index.php:160
3236
  #, fuzzy
3237
  msgid ""
3238
  "Slimstat retrieves live information from Alexa, Facebook and Google, to "
@@ -3243,11 +2774,11 @@ msgstr ""
3243
  "para medir el ranking de su sitio. Los valores se actualizan cada 12 horas. "
3244
  "Filtros indicados anteriormente no se aplican a este informe."
3245
 
3246
- #: ../../admin/view/index.php:163
3247
  msgid "Human Visits"
3248
  msgstr "Visitas humanas"
3249
 
3250
- #: ../../admin/view/index.php:166
3251
  #, fuzzy
3252
  msgid ""
3253
  "Internet Service Provider: a company which provides other companies or "
@@ -3261,7 +2792,7 @@ msgstr ""
3261
  "IP específicas estableciendo el filtro correspondiente en Configuración> "
3262
  "SLIMStat> Filtros."
3263
 
3264
- #: ../../admin/view/index.php:169
3265
  #, fuzzy
3266
  msgid ""
3267
  "You can configure Slimstat to ignore a specific Country by setting the "
@@ -3271,7 +2802,7 @@ msgstr ""
3271
  "el establecimiento de el filtro correspondiente en Configuración> SLIMStat> "
3272
  "Filtros."
3273
 
3274
- #: ../../admin/view/index.php:172
3275
  msgid ""
3276
  "This report shows you what user agent families (no version considered) are "
3277
  "popular among your visitors."
@@ -3279,7 +2810,7 @@ msgstr ""
3279
  "Este informe muestra qué familias de agentes de usuarios son populares entre "
3280
  "los visitantes (no considerada la versión)."
3281
 
3282
- #: ../../admin/view/index.php:175
3283
  msgid ""
3284
  "This report shows you what operating system families (no version considered) "
3285
  "are popular among your visitors."
@@ -3287,12 +2818,18 @@ msgstr ""
3287
  "Este informe le muestra qué familias de sistema operativo (sin versión "
3288
  "considerado) son populares entre los visitantes."
3289
 
3290
- #: ../../admin/view/index.php:181
 
 
 
 
 
 
3291
  #, fuzzy
3292
  msgid "Average Pageviews per Visit"
3293
  msgstr "Promedio de páginas vistas por horas"
3294
 
3295
- #: ../../admin/view/index.php:184
3296
  msgid ""
3297
  "A <em>bounce page</em> is a single-page visit, or visit in which the person "
3298
  "left your site from the entrance (landing) page."
@@ -3301,13 +2838,13 @@ msgstr ""
3301
  "la que el usuario ha abandonado su sitio desde la página de entrada (de "
3302
  "aterrizaje)."
3303
 
3304
- #: ../../admin/view/index.php:187
3305
  msgid "Searches performed using Wordpress' built-in search functionality."
3306
  msgstr ""
3307
  "Búsquedas realizadas utilizando la funcionalidad integrada de búsqueda de "
3308
  "Wordpress"
3309
 
3310
- #: ../../admin/view/index.php:191
3311
  msgid ""
3312
  "<strong>Link Details</strong><br>- <em>A:n</em> means that the n-th link in "
3313
  "the page was clicked.<br>- <em>ID:xx</em> is shown when the corresponding "
@@ -3318,7 +2855,7 @@ msgstr ""
3318
  "muestra cuando el enlace correspondiente tiene un atributo ID asociado a la "
3319
  "misma."
3320
 
3321
- #: ../../admin/view/index.php:194
3322
  msgid ""
3323
  "This report lists any <em>event</em> occurred on your website. Please refer "
3324
  "to the FAQ for more information on how to leverage this functionality."
@@ -3327,7 +2864,7 @@ msgstr ""
3327
  "Por favor, consulte las preguntas frecuentes para más información sobre cómo "
3328
  "aprovechar esta funcionalidad."
3329
 
3330
- #: ../../admin/view/index.php:197
3331
  msgid ""
3332
  "Your content at a glance: posts, comments, pingbacks, etc. Please note that "
3333
  "this report is not affected by the filters set here above."
@@ -3353,19 +2890,24 @@ msgid "Syndication Reader"
3353
  msgstr "Lector de Sindicación"
3354
 
3355
  #: ../../admin/view/right-now.php:30
3356
- #: ../../admin/view/wp-slimstat-reports.php:438
3357
- #: ../../admin/view/wp-slimstat-reports.php:697
3358
  msgid "No data to display"
3359
  msgstr "No hay datos que mostrar"
3360
 
3361
  # Unknown
3362
  #: ../../admin/view/right-now.php:56
3363
- #: ../../admin/view/wp-slimstat-reports.php:491
3364
- #: ../../admin/view/wp-slimstat-reports.php:740
3365
- #: ../../admin/view/wp-slimstat-reports.php:1004
3366
  msgid "c-"
3367
  msgstr "Unknown"
3368
 
 
 
 
 
 
3369
  #: ../../admin/view/right-now.php:130
3370
  msgid "Server Latency and Page Speed in milliseconds"
3371
  msgstr ""
@@ -3379,10 +2921,10 @@ msgid "PS"
3379
  msgstr ""
3380
 
3381
  #: ../../admin/view/right-now.php:140
3382
- #: ../../admin/view/wp-slimstat-reports.php:550
3383
- #: ../../admin/view/wp-slimstat-reports.php:554
3384
- #: ../../admin/view/wp-slimstat-reports.php:722
3385
- #: ../../admin/view/wp-slimstat-reports.php:760
3386
  #, fuzzy
3387
  msgid "Open this URL in a new window"
3388
  msgstr "Abrir %s en una nueva ventana"
@@ -3391,6 +2933,12 @@ msgstr "Abrir %s en una nueva ventana"
3391
  msgid "Local search results page"
3392
  msgstr "Página de resultados de búsqueda local"
3393
 
 
 
 
 
 
 
3394
  #: ../../admin/view/right-now.php:150
3395
  #, fuzzy
3396
  msgid "Open this referrer in a new window"
@@ -3401,46 +2949,165 @@ msgstr "Abrir referido en una nueva página"
3401
  msgid "Open this outbound link in a new window"
3402
  msgstr "Abrir %s en una nueva ventana"
3403
 
 
 
 
 
 
3404
  #: ../../admin/view/right-now.php:153
3405
  #, fuzzy
3406
  msgid "Content Type"
3407
  msgstr "Contenido"
3408
 
3409
- #: ../../admin/view/wp-slimstat-db.php:43
 
 
 
 
 
 
 
 
 
 
 
3410
  msgid "IP Address"
3411
  msgstr "Dirección IP"
3412
 
3413
- #: ../../admin/view/wp-slimstat-db.php:48
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3414
  msgid "Domain"
3415
  msgstr "Dominio"
3416
 
3417
- #: ../../admin/view/wp-slimstat-db.php:51
 
 
 
 
 
 
 
 
 
 
 
3418
  msgid "Page Speed"
3419
  msgstr ""
3420
 
3421
- #: ../../admin/view/wp-slimstat-db.php:53
3422
  msgid "-- Advanced filters --"
3423
  msgstr "-- Filtros Avanzados --"
3424
 
3425
- #: ../../admin/view/wp-slimstat-db.php:54
3426
  #: ../../admin/view/wp-slimstat-reports.php:64
3427
  #, fuzzy
3428
  msgid "Browser Capabilities"
3429
  msgstr "Navegador"
3430
 
3431
- #: ../../admin/view/wp-slimstat-db.php:61
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3432
  msgid "Server Latency"
3433
  msgstr ""
3434
 
3435
- #: ../../admin/view/wp-slimstat-db.php:67
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3436
  #, fuzzy
3437
  msgid "Resource ID"
3438
  msgstr "Principales Recursos"
3439
 
3440
- #: ../../admin/view/wp-slimstat-db.php:72
 
 
 
 
 
 
3441
  #, fuzzy
3442
- msgid "Hour"
3443
- msgstr "Paginas visitadas"
 
 
 
 
 
 
 
 
 
 
 
 
 
3444
 
3445
  #: ../../admin/view/wp-slimstat-db.php:78
3446
  #, fuzzy
@@ -3455,6 +3122,41 @@ msgstr "Limitar Resultados"
3455
  msgid "Start From"
3456
  msgstr "Comenzar desde"
3457
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3458
  #: ../../admin/view/wp-slimstat-reports.php:44
3459
  #, fuzzy
3460
  msgid "Pageviews (chart)"
@@ -3726,176 +3428,185 @@ msgstr "Mapa del Mundo"
3726
  msgid "Activity"
3727
  msgstr "Bitácora de actividades"
3728
 
3729
- #: ../../admin/view/wp-slimstat-reports.php:219
3730
  msgid "Chart controls"
3731
  msgstr "Controles de gráfica"
3732
 
3733
- #: ../../admin/view/wp-slimstat-reports.php:219
3734
  msgid "Use your mouse wheel to zoom in and out"
3735
  msgstr "Use su ratón para acercarse y alejarse"
3736
 
3737
- #: ../../admin/view/wp-slimstat-reports.php:219
3738
  msgid "While zooming in, drag the chart to move to a different area"
3739
  msgstr "Al acercarse, arrastre la gráfica para mverla a otra área"
3740
 
3741
- #: ../../admin/view/wp-slimstat-reports.php:219
3742
  msgid "Double click on an empty region to reset the zoom level"
3743
  msgstr ""
3744
  "Haga doble clic en una región vacía para resetear el nivel de acercamiento"
3745
 
3746
- #: ../../admin/view/wp-slimstat-reports.php:232
3747
  msgid "src"
3748
  msgstr "Src"
3749
 
3750
- #: ../../admin/view/wp-slimstat-reports.php:233
3751
  msgid "serp"
3752
  msgstr "Serp"
3753
 
3754
- #: ../../admin/view/wp-slimstat-reports.php:238
3755
  msgid "Go to the corresponding search engine result page"
3756
  msgstr "Vaya a la página de resultados de motor de búsqueda correspondiente"
3757
 
3758
- #: ../../admin/view/wp-slimstat-reports.php:241
3759
  msgid "Go to the referring page"
3760
  msgstr "Vaya a la página de referencia"
3761
 
3762
- #: ../../admin/view/wp-slimstat-reports.php:264
3763
  #, fuzzy
3764
  msgid "Remove filter for"
3765
  msgstr "Seleccionar filtro"
3766
 
3767
- #: ../../admin/view/wp-slimstat-reports.php:271
 
 
 
 
3768
  msgid "Reset All"
3769
  msgstr "Resetear todos"
3770
 
3771
- #: ../../admin/view/wp-slimstat-reports.php:274
3772
  msgid "Current filters:"
3773
  msgstr "Filtros Actuales:"
3774
 
3775
- #: ../../admin/view/wp-slimstat-reports.php:278
3776
  msgid "Refresh"
3777
  msgstr "Refrescar"
3778
 
3779
- #: ../../admin/view/wp-slimstat-reports.php:352
3780
  #, php-format
3781
  msgid "Results %s - %s of %s"
3782
  msgstr "Resultados %s - %s de %s"
3783
 
3784
- #: ../../admin/view/wp-slimstat-reports.php:354
3785
  msgid "Refresh in"
3786
  msgstr "Refrescar en"
3787
 
3788
- #: ../../admin/view/wp-slimstat-reports.php:376
3789
- #: ../../admin/view/wp-slimstat-reports.php:388
3790
  #, fuzzy, php-format
3791
  msgid "Daily %s"
3792
  msgstr "Paginas visitadas"
3793
 
3794
- #: ../../admin/view/wp-slimstat-reports.php:379
3795
  #, php-format
3796
  msgid "%s Minute by Minute"
3797
  msgstr "%s Minuto a Minuto"
3798
 
3799
- #: ../../admin/view/wp-slimstat-reports.php:382
3800
  #, fuzzy, php-format
3801
  msgid "Hourly %s"
3802
  msgstr "Paginas visitadas"
3803
 
3804
- #: ../../admin/view/wp-slimstat-reports.php:385
3805
  #, fuzzy, php-format
3806
  msgid "Monthly %s"
3807
  msgstr "Mes"
3808
 
3809
- #: ../../admin/view/wp-slimstat-reports.php:473
3810
  #, fuzzy
3811
  msgid "Category ID"
3812
  msgstr "ID de la entrada(sección) de la Categoria"
3813
 
3814
- #: ../../admin/view/wp-slimstat-reports.php:506
3815
  msgid "OS Code"
3816
  msgstr "Código OS"
3817
 
3818
- #: ../../admin/view/wp-slimstat-reports.php:516
3819
  #, fuzzy
3820
  msgid "Referrer"
3821
  msgstr "Referido"
3822
 
3823
- #: ../../admin/view/wp-slimstat-reports.php:540
3824
- #: ../../admin/view/wp-slimstat-reports.php:828
3825
- #: ../../admin/view/wp-slimstat-reports.php:837
3826
- #: ../../admin/view/wp-slimstat-reports.php:843
3827
- #: ../../admin/view/wp-slimstat-reports.php:849
3828
- #: ../../admin/view/wp-slimstat-reports.php:855
3829
- #: ../../admin/view/wp-slimstat-reports.php:861
3830
- #: ../../admin/view/wp-slimstat-reports.php:867
3831
- #: ../../admin/view/wp-slimstat-reports.php:873
3832
  #, fuzzy
3833
  msgid "Hits"
3834
  msgstr "Visitas"
3835
 
3836
- #: ../../admin/view/wp-slimstat-reports.php:714
3837
  #, fuzzy
3838
  msgid "Search for"
3839
  msgstr "Sumario de"
3840
 
3841
- #: ../../admin/view/wp-slimstat-reports.php:750
3842
- #: ../../admin/view/wp-slimstat-reports.php:760
3843
  #, fuzzy
3844
  msgid "Source"
3845
  msgstr "Porcentaje de Abandonos"
3846
 
3847
- #: ../../admin/view/wp-slimstat-reports.php:752
3848
  msgid "Keywords"
3849
  msgstr "Palabras clave"
3850
 
3851
- #: ../../admin/view/wp-slimstat-reports.php:760
3852
  #, php-format
3853
  msgid "Filter results where resource equals %s"
3854
  msgstr "Filtrar resultados donde la fuente sea %s"
3855
 
3856
- #: ../../admin/view/wp-slimstat-reports.php:761
3857
  #, fuzzy
3858
  msgid "Link Details"
3859
  msgstr "Expandir Detalles"
3860
 
3861
- #: ../../admin/view/wp-slimstat-reports.php:774
3862
  #, fuzzy
3863
  msgid "Total Pageviews"
3864
  msgstr "Paginas visitadas"
3865
 
3866
- #: ../../admin/view/wp-slimstat-reports.php:775
3867
  #, fuzzy
3868
  msgid "DB Size"
3869
  msgstr "Tamaño de los Datos"
3870
 
3871
- #: ../../admin/view/wp-slimstat-reports.php:776
3872
  msgid "Tracking Active"
3873
  msgstr "Seguimiento Activo"
3874
 
3875
- #: ../../admin/view/wp-slimstat-reports.php:777
3876
  msgid "Javascript Mode"
3877
  msgstr "Modo Javascript"
3878
 
3879
- #: ../../admin/view/wp-slimstat-reports.php:778
3880
  msgid "Tracking Browser Caps"
3881
  msgstr "Caps para rastreo de Navegador"
3882
 
3883
- #: ../../admin/view/wp-slimstat-reports.php:779
3884
  msgid "Auto purge"
3885
  msgstr "Autopurgar"
3886
 
3887
- #: ../../admin/view/wp-slimstat-reports.php:780
 
 
 
 
 
3888
  #, fuzzy
3889
  msgid "Oldest pageview"
3890
  msgstr "Visita más larga"
3891
 
3892
- #: ../../admin/view/wp-slimstat-reports.php:780
3893
  #, fuzzy
3894
  msgid "No visits"
3895
  msgstr "Visitantes"
3896
 
3897
- #: ../../admin/view/wp-slimstat-reports.php:790
3898
- #: ../../admin/view/wp-slimstat-reports.php:892
3899
  #, fuzzy
3900
  msgid ""
3901
  "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
@@ -3904,16 +3615,16 @@ msgstr ""
3904
  "Una petición para cargar un archivo HTML único. WP SlimStat registra un "
3905
  "\"pageview\" cada vez que se ejecuta el código de rastreo."
3906
 
3907
- #: ../../admin/view/wp-slimstat-reports.php:792
3908
  msgid "How many pages have been visited on average during the current period."
3909
  msgstr "Cuántas páginas se han visitado en promedio durante el período actual."
3910
 
3911
- #: ../../admin/view/wp-slimstat-reports.php:793
3912
  #, fuzzy
3913
  msgid "Average Pageviews"
3914
  msgstr "Promedio Paginas Visitadas"
3915
 
3916
- #: ../../admin/view/wp-slimstat-reports.php:794
3917
  msgid ""
3918
  "Visitors who landed on your site after searching for a keyword on Google, "
3919
  "Yahoo, etc."
@@ -3921,12 +3632,12 @@ msgstr ""
3921
  "Visitantes que han llegado a su sitio después de buscar una palabra clave en "
3922
  "Google, yahoo, etc."
3923
 
3924
- #: ../../admin/view/wp-slimstat-reports.php:795
3925
  #, fuzzy
3926
  msgid "From Search Results"
3927
  msgstr "Principales Recursos"
3928
 
3929
- #: ../../admin/view/wp-slimstat-reports.php:796
3930
  msgid ""
3931
  "Used to differentiate between multiple requests to download a file from one "
3932
  "internet address (IP) and requests originating from many distinct addresses"
@@ -3935,23 +3646,23 @@ msgstr ""
3935
  "desde una dirección de internet (IP) y peticiones que se originan en muchas "
3936
  "diferentes direcciones"
3937
 
3938
- #: ../../admin/view/wp-slimstat-reports.php:797
3939
- #: ../../admin/view/wp-slimstat-reports.php:812
3940
- #: ../../admin/view/wp-slimstat-reports.php:1116
3941
- #: ../../admin/view/wp-slimstat-reports.php:1120
3942
- #: ../../admin/view/wp-slimstat-reports.php:1124
3943
  msgid "Unique IPs"
3944
  msgstr "IPs Unicas"
3945
 
3946
- #: ../../admin/view/wp-slimstat-reports.php:798
3947
  msgid "Last 5 minutes"
3948
  msgstr "Últimos 5 minutos"
3949
 
3950
- #: ../../admin/view/wp-slimstat-reports.php:799
3951
  msgid "Last 30 minutes"
3952
  msgstr "Últimos 30 minutos"
3953
 
3954
- #: ../../admin/view/wp-slimstat-reports.php:809
3955
  msgid ""
3956
  "A visit is a session of at most 30 minutes. Returning visitors are counted "
3957
  "multiple times if they perform multiple visits."
@@ -3959,16 +3670,16 @@ msgstr ""
3959
  "Una visita es una sesión de cuando mucho 30 minutos.Los visitantes de "
3960
  "regreso se cuentan múltiples veces si llevan a cabo múltiples visitas."
3961
 
3962
- #: ../../admin/view/wp-slimstat-reports.php:810
3963
  msgid "Human visits"
3964
  msgstr "Visitas humanas"
3965
 
3966
- #: ../../admin/view/wp-slimstat-reports.php:811
3967
  msgid "It includes only traffic generated by human visitors."
3968
  msgstr "Incluye sólo tráfico generado por visitantes humanos."
3969
 
3970
- #: ../../admin/view/wp-slimstat-reports.php:813
3971
- #: ../../admin/view/wp-slimstat-reports.php:904
3972
  msgid ""
3973
  "Percentage of single-page visits, i.e. visits in which the person left your "
3974
  "site from the entrance page."
@@ -3976,80 +3687,80 @@ msgstr ""
3976
  "Porcentaje de visitas de una página, p. ej. visitas en las cuales la persona "
3977
  "dejó su sitio desde la página de entrada."
3978
 
3979
- #: ../../admin/view/wp-slimstat-reports.php:814
3980
  msgid "Bounce rate"
3981
  msgstr "Porcentaje de Abandonos"
3982
 
3983
- #: ../../admin/view/wp-slimstat-reports.php:815
3984
  msgid "Visitors who had previously left a comment on your blog."
3985
  msgstr "Visitantes que han dejado un comentario en su blog previamente."
3986
 
3987
- #: ../../admin/view/wp-slimstat-reports.php:816
3988
  #, fuzzy
3989
  msgid "Known visitors"
3990
  msgstr "Palabras clave recientes"
3991
 
3992
- #: ../../admin/view/wp-slimstat-reports.php:817
3993
  msgid "Human users who visited your site only once."
3994
  msgstr "Visitantes humanos que visitaron su sitio sólo una vez."
3995
 
3996
- #: ../../admin/view/wp-slimstat-reports.php:818
3997
  #, fuzzy
3998
  msgid "New visitors"
3999
  msgstr "Visitantes"
4000
 
4001
- #: ../../admin/view/wp-slimstat-reports.php:819
4002
  msgid "Bots"
4003
  msgstr "Motores de Búsqueda"
4004
 
4005
- #: ../../admin/view/wp-slimstat-reports.php:820
4006
  msgid "Pages per visit"
4007
  msgstr "Páginas por visita"
4008
 
4009
- #: ../../admin/view/wp-slimstat-reports.php:821
4010
- #: ../../admin/view/wp-slimstat-reports.php:1129
4011
  msgid "Longest visit"
4012
  msgstr "Visita más larga"
4013
 
4014
- #: ../../admin/view/wp-slimstat-reports.php:821
4015
  #, fuzzy
4016
  msgid "hits"
4017
  msgstr "Visitas"
4018
 
4019
- #: ../../admin/view/wp-slimstat-reports.php:839
4020
  msgid "0 - 30 seconds"
4021
  msgstr "0 - 30 segundos"
4022
 
4023
- #: ../../admin/view/wp-slimstat-reports.php:845
4024
  msgid "31 - 60 seconds"
4025
  msgstr "31 - 60 segundos"
4026
 
4027
- #: ../../admin/view/wp-slimstat-reports.php:851
4028
  msgid "1 - 3 minutes"
4029
  msgstr "1 - 3 minutos"
4030
 
4031
- #: ../../admin/view/wp-slimstat-reports.php:857
4032
  msgid "3 - 5 minutes"
4033
  msgstr "3 - 5 minutos"
4034
 
4035
- #: ../../admin/view/wp-slimstat-reports.php:863
4036
  msgid "5 - 7 minutes"
4037
  msgstr "5 - 7 minutos"
4038
 
4039
- #: ../../admin/view/wp-slimstat-reports.php:869
4040
  msgid "7 - 10 minutes"
4041
  msgstr "7 - 10 minutos"
4042
 
4043
- #: ../../admin/view/wp-slimstat-reports.php:875
4044
  msgid "More than 10 minutes"
4045
  msgstr "Más de 10 minutos"
4046
 
4047
- #: ../../admin/view/wp-slimstat-reports.php:884
4048
  #, fuzzy
4049
  msgid "Average time on site"
4050
  msgstr "Promedio de páginas vistas por horas"
4051
 
4052
- #: ../../admin/view/wp-slimstat-reports.php:894
4053
  msgid ""
4054
  "A referrer (or referring site) is the site that a visitor previously visited "
4055
  "before following a link to your site."
@@ -4057,12 +3768,12 @@ msgstr ""
4057
  "Un sitio referente (o que refiere) es el sitio al cual el visitante tuvo "
4058
  "acceso antes de seguir un enlace a su sitio."
4059
 
4060
- #: ../../admin/view/wp-slimstat-reports.php:895
4061
  #, fuzzy
4062
  msgid "Unique Referrers"
4063
  msgstr "Referidos Únicos"
4064
 
4065
- #: ../../admin/view/wp-slimstat-reports.php:896
4066
  msgid ""
4067
  "Visitors who visited the site by typing the URL directly into their browser. "
4068
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
@@ -4074,12 +3785,12 @@ msgstr ""
4074
  "hicieron clic en sus favoritos, usaron etiquetas de enlaces en emails, o "
4075
  "enlaces de documentos que no incluyen variables de rastreo."
4076
 
4077
- #: ../../admin/view/wp-slimstat-reports.php:897
4078
  #, fuzzy
4079
  msgid "Direct Pageviews"
4080
  msgstr "Paginas visitadas"
4081
 
4082
- #: ../../admin/view/wp-slimstat-reports.php:898
4083
  msgid ""
4084
  "Visitors who came to your site via searches on Google or some other search "
4085
  "engine."
@@ -4087,11 +3798,11 @@ msgstr ""
4087
  "Visitantes que llegaron a su sitio después de buscar una palabra clave en "
4088
  "Google, yahoo, etc."
4089
 
4090
- #: ../../admin/view/wp-slimstat-reports.php:899
4091
  msgid "From a search result"
4092
  msgstr "Desde un resultado de búsqueda"
4093
 
4094
- #: ../../admin/view/wp-slimstat-reports.php:900
4095
  msgid ""
4096
  "The first page that a user views during a session. This is also known as the "
4097
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
@@ -4103,26 +3814,26 @@ msgstr ""
4103
  "Brooklyn,” y llegan a su página de inicio, se cuenta (para esa visita) como "
4104
  "página de entrada."
4105
 
4106
- #: ../../admin/view/wp-slimstat-reports.php:901
4107
  #, fuzzy
4108
  msgid "Unique Landing Pages"
4109
  msgstr "IPs Unicas"
4110
 
4111
- #: ../../admin/view/wp-slimstat-reports.php:902
4112
  msgid "Number of single-page visits to your site over the selected period."
4113
  msgstr "Número de visitas a una página en el período seleccionado."
4114
 
4115
- #: ../../admin/view/wp-slimstat-reports.php:903
4116
  #, fuzzy
4117
  msgid "Bounce Pages"
4118
  msgstr "Porcentaje de Abandonos"
4119
 
4120
- #: ../../admin/view/wp-slimstat-reports.php:905
4121
  #, fuzzy
4122
  msgid "New Visitors Rate"
4123
  msgstr "Visitantes"
4124
 
4125
- #: ../../admin/view/wp-slimstat-reports.php:906
4126
  msgid ""
4127
  "Visitors who visited the site in the last 5 minutes coming from a search "
4128
  "engine."
@@ -4130,29 +3841,29 @@ msgstr ""
4130
  "Visitantes que visitaron el sitio en los últimos 5 minutos y vienen de un "
4131
  "motor de búsqueda."
4132
 
4133
- #: ../../admin/view/wp-slimstat-reports.php:907
4134
  #, fuzzy
4135
  msgid "Currently from search engines"
4136
  msgstr "Motores de Búsqueda"
4137
 
4138
- #: ../../admin/view/wp-slimstat-reports.php:975
4139
  msgid "Number of pages in your site included in Google's index."
4140
  msgstr "Número de páginas en su sitio incluidas en el índice de Google."
4141
 
4142
- #: ../../admin/view/wp-slimstat-reports.php:976
4143
  msgid "Google Index"
4144
  msgstr "Indice de Google"
4145
 
4146
- #: ../../admin/view/wp-slimstat-reports.php:977
4147
  msgid "Number of pages, according to Google, that link back to your site."
4148
  msgstr ""
4149
  "Número de páginas, de acuerdo a Google, que enlazan de regreso a su sitio."
4150
 
4151
- #: ../../admin/view/wp-slimstat-reports.php:978
4152
  msgid "Google Backlinks"
4153
  msgstr "Backlinks Google"
4154
 
4155
- #: ../../admin/view/wp-slimstat-reports.php:979
4156
  msgid ""
4157
  "How many times the Facebook Like button has been approximately clicked on "
4158
  "your site."
@@ -4160,30 +3871,30 @@ msgstr ""
4160
  "Aproximadamente cuántas veces se ha hecho clic en el botón “Me Gusta” de "
4161
  "Facebook en su sitio."
4162
 
4163
- #: ../../admin/view/wp-slimstat-reports.php:980
4164
  msgid "Facebook Likes"
4165
  msgstr "Me Gusta de Facebook"
4166
 
4167
- #: ../../admin/view/wp-slimstat-reports.php:981
4168
  msgid ""
4169
  "How many times your site has been shared by someone on the social network."
4170
  msgstr ""
4171
  "Cuántas veces ha sido compartido su sitio con alguien en las redes sociales."
4172
 
4173
- #: ../../admin/view/wp-slimstat-reports.php:982
4174
  msgid "Facebook Shares"
4175
  msgstr "Compartidas en Facebook"
4176
 
4177
- #: ../../admin/view/wp-slimstat-reports.php:983
4178
  msgid "How many times links to your website have been clicked on Facebook."
4179
  msgstr "Cuántas veces se ha hecho clic en enlaces a su sitio en Facebook."
4180
 
4181
- #: ../../admin/view/wp-slimstat-reports.php:984
4182
  #, fuzzy
4183
  msgid "Facebook Clicks"
4184
  msgstr "Enlaces Salientes Recientes"
4185
 
4186
- #: ../../admin/view/wp-slimstat-reports.php:985
4187
  msgid ""
4188
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
4189
  "traffic data."
@@ -4191,1160 +3902,1511 @@ msgstr ""
4191
  "Alexa es una compaañ+ía subsidiaria de Amazon.com que proporciona "
4192
  "información de tráfico de datos."
4193
 
4194
- #: ../../admin/view/wp-slimstat-reports.php:986
4195
  msgid "Alexa World Rank"
4196
  msgstr "Clasificación Mundial Alexa."
4197
 
4198
- #: ../../admin/view/wp-slimstat-reports.php:987
4199
  msgid "Alexa Country Rank"
4200
  msgstr "Clasificación por país Alexa"
4201
 
4202
- #: ../../admin/view/wp-slimstat-reports.php:988
4203
  msgid "Alexa Popularity"
4204
  msgstr "Popularidad Alexa"
4205
 
4206
  # Unknown
4207
- #: ../../admin/view/wp-slimstat-reports.php:995
4208
  msgid "c-xx"
4209
  msgstr "Unknown"
4210
 
4211
  # Afghanistan
4212
- #: ../../admin/view/wp-slimstat-reports.php:995
4213
  msgid "c-af"
4214
  msgstr "Afghanistan"
4215
 
4216
  # Åland Islands
4217
- #: ../../admin/view/wp-slimstat-reports.php:995
4218
  msgid "c-ax"
4219
  msgstr "Åland Islands"
4220
 
4221
  # Albania
4222
- #: ../../admin/view/wp-slimstat-reports.php:995
4223
  msgid "c-al"
4224
  msgstr "Albania"
4225
 
4226
  # Algeria
4227
- #: ../../admin/view/wp-slimstat-reports.php:995
4228
  msgid "c-dz"
4229
  msgstr "Algeria"
4230
 
4231
  # Andorra
4232
- #: ../../admin/view/wp-slimstat-reports.php:995
4233
  msgid "c-ad"
4234
  msgstr "Andorra"
4235
 
4236
  # Angola
4237
- #: ../../admin/view/wp-slimstat-reports.php:995
4238
  msgid "c-ao"
4239
  msgstr "Angola"
4240
 
4241
  # Anguilla
4242
- #: ../../admin/view/wp-slimstat-reports.php:995
4243
  msgid "c-ai"
4244
  msgstr "Anguilla"
4245
 
4246
  # Antigua and Barbuda
4247
- #: ../../admin/view/wp-slimstat-reports.php:995
4248
  msgid "c-ag"
4249
  msgstr "Antigua and Barbuda"
4250
 
4251
  # Argentina
4252
- #: ../../admin/view/wp-slimstat-reports.php:995
4253
  msgid "c-ar"
4254
  msgstr "Argentina"
4255
 
4256
  # Armenia
4257
- #: ../../admin/view/wp-slimstat-reports.php:995
4258
  msgid "c-am"
4259
  msgstr "Armenia"
4260
 
4261
  # Aruba
4262
- #: ../../admin/view/wp-slimstat-reports.php:995
4263
  msgid "c-aw"
4264
  msgstr "Aruba"
4265
 
4266
  # Australia
4267
- #: ../../admin/view/wp-slimstat-reports.php:995
4268
  msgid "c-au"
4269
  msgstr "Australia"
4270
 
4271
  # Austria
4272
- #: ../../admin/view/wp-slimstat-reports.php:995
4273
  msgid "c-at"
4274
  msgstr "Austria"
4275
 
4276
  # Azerbaijan
4277
- #: ../../admin/view/wp-slimstat-reports.php:995
4278
  msgid "c-az"
4279
  msgstr "Azerbaijan"
4280
 
4281
  # Bahamas
4282
- #: ../../admin/view/wp-slimstat-reports.php:995
4283
  msgid "c-bs"
4284
  msgstr "Bahamas"
4285
 
4286
  # Bahrain
4287
- #: ../../admin/view/wp-slimstat-reports.php:995
4288
  msgid "c-bh"
4289
  msgstr "Bahrain"
4290
 
4291
  # Bangladesh
4292
- #: ../../admin/view/wp-slimstat-reports.php:995
4293
  msgid "c-bd"
4294
  msgstr "Bangladesh"
4295
 
4296
  # Barbados
4297
- #: ../../admin/view/wp-slimstat-reports.php:995
4298
  msgid "c-bb"
4299
  msgstr "Barbados"
4300
 
4301
  # Belarus
4302
- #: ../../admin/view/wp-slimstat-reports.php:995
4303
  msgid "c-by"
4304
  msgstr "Belarus"
4305
 
4306
  # Belgium
4307
- #: ../../admin/view/wp-slimstat-reports.php:995
4308
  msgid "c-be"
4309
  msgstr "Belgium"
4310
 
4311
  # Belize
4312
- #: ../../admin/view/wp-slimstat-reports.php:995
4313
  msgid "c-bz"
4314
  msgstr "Belize"
4315
 
4316
  # Benin
4317
- #: ../../admin/view/wp-slimstat-reports.php:995
4318
  msgid "c-bj"
4319
  msgstr "Benin"
4320
 
4321
  # Bermuda
4322
- #: ../../admin/view/wp-slimstat-reports.php:995
4323
  msgid "c-bm"
4324
  msgstr "Bermuda"
4325
 
4326
  # Bhutan
4327
- #: ../../admin/view/wp-slimstat-reports.php:995
4328
  msgid "c-bt"
4329
  msgstr "Bhutan"
4330
 
4331
  # Bolivia
4332
- #: ../../admin/view/wp-slimstat-reports.php:995
4333
  msgid "c-bo"
4334
  msgstr "Bolivia"
4335
 
4336
  # Bosnia and Herzegovina
4337
- #: ../../admin/view/wp-slimstat-reports.php:995
4338
  msgid "c-ba"
4339
  msgstr "Bosnia and Herzegovina"
4340
 
4341
  # Botswana
4342
- #: ../../admin/view/wp-slimstat-reports.php:995
4343
  msgid "c-bw"
4344
  msgstr "Botswana"
4345
 
4346
  # Brazil
4347
- #: ../../admin/view/wp-slimstat-reports.php:995
4348
  msgid "c-br"
4349
  msgstr "Brazil"
4350
 
4351
  # Brunei Darussalam
4352
- #: ../../admin/view/wp-slimstat-reports.php:995
4353
  msgid "c-bn"
4354
  msgstr "Brunei Darussalam"
4355
 
4356
  # Bulgaria
4357
- #: ../../admin/view/wp-slimstat-reports.php:995
4358
  msgid "c-bg"
4359
  msgstr "Bulgaria"
4360
 
4361
  # Burkina Faso
4362
- #: ../../admin/view/wp-slimstat-reports.php:995
4363
  msgid "c-bf"
4364
  msgstr "Burkina Faso"
4365
 
4366
  # Burundi
4367
- #: ../../admin/view/wp-slimstat-reports.php:995
4368
  msgid "c-bi"
4369
  msgstr "Burundi"
4370
 
4371
  # Cambodia
4372
- #: ../../admin/view/wp-slimstat-reports.php:995
4373
  msgid "c-kh"
4374
  msgstr "Cambodia"
4375
 
4376
  # Cameroon
4377
- #: ../../admin/view/wp-slimstat-reports.php:995
4378
  msgid "c-cm"
4379
  msgstr "Cameroon"
4380
 
4381
  # Canada
4382
- #: ../../admin/view/wp-slimstat-reports.php:995
4383
  msgid "c-ca"
4384
  msgstr "Canada"
4385
 
4386
  # Cape Verde
4387
- #: ../../admin/view/wp-slimstat-reports.php:995
4388
  msgid "c-cv"
4389
  msgstr "Cape Verde"
4390
 
4391
  # Cayman Islands
4392
- #: ../../admin/view/wp-slimstat-reports.php:995
4393
  msgid "c-ky"
4394
  msgstr "Cayman Islands"
4395
 
4396
  # Central African Republic
4397
- #: ../../admin/view/wp-slimstat-reports.php:995
4398
  msgid "c-cf"
4399
  msgstr "Central African Republic"
4400
 
4401
  # Chad
4402
- #: ../../admin/view/wp-slimstat-reports.php:995
4403
  msgid "c-td"
4404
  msgstr "Chad"
4405
 
4406
  # Chile
4407
- #: ../../admin/view/wp-slimstat-reports.php:995
4408
  msgid "c-cl"
4409
  msgstr "Chile"
4410
 
4411
  # China
4412
- #: ../../admin/view/wp-slimstat-reports.php:995
4413
  msgid "c-cn"
4414
  msgstr "China"
4415
 
4416
  # Colombia
4417
- #: ../../admin/view/wp-slimstat-reports.php:995
4418
  msgid "c-co"
4419
  msgstr "Colombia"
4420
 
4421
  # Comoros
4422
- #: ../../admin/view/wp-slimstat-reports.php:995
4423
  msgid "c-km"
4424
  msgstr "Comoros"
4425
 
4426
  # Congo
4427
- #: ../../admin/view/wp-slimstat-reports.php:995
4428
  msgid "c-cg"
4429
  msgstr "Congo"
4430
 
4431
  # The Democratic Republic of the Congo
4432
- #: ../../admin/view/wp-slimstat-reports.php:995
4433
  msgid "c-cd"
4434
  msgstr "The Democratic Republic of the Congo"
4435
 
4436
  # Costa Rica
4437
- #: ../../admin/view/wp-slimstat-reports.php:995
4438
  msgid "c-cr"
4439
  msgstr "Costa Rica"
4440
 
4441
  # Côte d'Ivoire
4442
- #: ../../admin/view/wp-slimstat-reports.php:995
4443
  msgid "c-ci"
4444
  msgstr "Côte d'Ivoire"
4445
 
4446
  # Croatia
4447
- #: ../../admin/view/wp-slimstat-reports.php:995
4448
  msgid "c-hr"
4449
  msgstr "Croatia"
4450
 
4451
  # Cuba
4452
- #: ../../admin/view/wp-slimstat-reports.php:995
4453
  msgid "c-cu"
4454
  msgstr "Cuba"
4455
 
4456
  # Cyprus
4457
- #: ../../admin/view/wp-slimstat-reports.php:995
4458
  msgid "c-cy"
4459
  msgstr "Cyprus"
4460
 
4461
  # Czech Republic
4462
- #: ../../admin/view/wp-slimstat-reports.php:995
4463
  msgid "c-cz"
4464
  msgstr "Czech Republic"
4465
 
4466
  # Denmark
4467
- #: ../../admin/view/wp-slimstat-reports.php:995
4468
  msgid "c-dk"
4469
  msgstr "Denmark"
4470
 
4471
  # Djibouti
4472
- #: ../../admin/view/wp-slimstat-reports.php:995
4473
  msgid "c-dj"
4474
  msgstr "Djibouti"
4475
 
4476
  # Dominica
4477
- #: ../../admin/view/wp-slimstat-reports.php:995
4478
  msgid "c-dm"
4479
  msgstr "Dominica"
4480
 
4481
  # Dominican Republic
4482
- #: ../../admin/view/wp-slimstat-reports.php:995
4483
  msgid "c-do"
4484
  msgstr "Dominican Republic"
4485
 
4486
  # Ecuador
4487
- #: ../../admin/view/wp-slimstat-reports.php:995
4488
  msgid "c-ec"
4489
  msgstr "Ecuador"
4490
 
4491
  # Egypt
4492
- #: ../../admin/view/wp-slimstat-reports.php:995
4493
  msgid "c-eg"
4494
  msgstr "Egypt"
4495
 
4496
  # El Salvador
4497
- #: ../../admin/view/wp-slimstat-reports.php:995
4498
  msgid "c-sv"
4499
  msgstr "El Salvador"
4500
 
4501
  # Equatorial Guinea
4502
- #: ../../admin/view/wp-slimstat-reports.php:995
4503
  msgid "c-gq"
4504
  msgstr "Equatorial Guinea"
4505
 
4506
  # Eritrea
4507
- #: ../../admin/view/wp-slimstat-reports.php:995
4508
  msgid "c-er"
4509
  msgstr "Eritrea"
4510
 
4511
  # Estonia
4512
- #: ../../admin/view/wp-slimstat-reports.php:995
4513
  msgid "c-ee"
4514
  msgstr "Estonia"
4515
 
4516
  # Ethiopia
4517
- #: ../../admin/view/wp-slimstat-reports.php:995
4518
  msgid "c-et"
4519
  msgstr "Ethiopia"
4520
 
4521
  # Faroe Islands
4522
- #: ../../admin/view/wp-slimstat-reports.php:995
4523
  msgid "c-fo"
4524
  msgstr "Faroe Islands"
4525
 
4526
  # Falkland Islands (Malvinas)
4527
- #: ../../admin/view/wp-slimstat-reports.php:995
4528
  msgid "c-fk"
4529
  msgstr "Falkland Islands (Malvinas)"
4530
 
4531
  # Fiji
4532
- #: ../../admin/view/wp-slimstat-reports.php:995
4533
  msgid "c-fj"
4534
  msgstr "Fiji"
4535
 
4536
  # Finland
4537
- #: ../../admin/view/wp-slimstat-reports.php:995
4538
  msgid "c-fi"
4539
  msgstr "Finland"
4540
 
4541
  # France
4542
- #: ../../admin/view/wp-slimstat-reports.php:995
4543
  msgid "c-fr"
4544
  msgstr "France"
4545
 
4546
  # French Guiana
4547
- #: ../../admin/view/wp-slimstat-reports.php:995
4548
  msgid "c-gf"
4549
  msgstr "French Guiana"
4550
 
4551
  # Gabon
4552
- #: ../../admin/view/wp-slimstat-reports.php:995
4553
  msgid "c-ga"
4554
  msgstr "Gabon"
4555
 
4556
  # Gambia
4557
- #: ../../admin/view/wp-slimstat-reports.php:995
4558
  msgid "c-gm"
4559
  msgstr "Gambia"
4560
 
4561
  # Georgia
4562
- #: ../../admin/view/wp-slimstat-reports.php:995
4563
  msgid "c-ge"
4564
  msgstr "Georgia"
4565
 
4566
  # Germany
4567
- #: ../../admin/view/wp-slimstat-reports.php:995
4568
  msgid "c-de"
4569
  msgstr "Germany"
4570
 
4571
  # Ghana
4572
- #: ../../admin/view/wp-slimstat-reports.php:995
4573
  msgid "c-gh"
4574
  msgstr "Ghana"
4575
 
4576
  # Greece
4577
- #: ../../admin/view/wp-slimstat-reports.php:995
4578
  msgid "c-gr"
4579
  msgstr "Greece"
4580
 
4581
  # Greenland
4582
- #: ../../admin/view/wp-slimstat-reports.php:995
4583
  msgid "c-gl"
4584
  msgstr "Greenland"
4585
 
4586
  # Grenada
4587
- #: ../../admin/view/wp-slimstat-reports.php:995
4588
  msgid "c-gd"
4589
  msgstr "Grenada"
4590
 
4591
  # Guadeloupe
4592
- #: ../../admin/view/wp-slimstat-reports.php:995
4593
  msgid "c-gp"
4594
  msgstr "Guadeloupe"
4595
 
4596
  # Guatemala
4597
- #: ../../admin/view/wp-slimstat-reports.php:995
4598
  msgid "c-gt"
4599
  msgstr "Guatemala"
4600
 
4601
  # Guinea
4602
- #: ../../admin/view/wp-slimstat-reports.php:995
4603
  msgid "c-gn"
4604
  msgstr "Guinea"
4605
 
4606
  # Guinea-Bissau
4607
- #: ../../admin/view/wp-slimstat-reports.php:995
4608
  msgid "c-gw"
4609
  msgstr "Guinea-Bissau"
4610
 
4611
  # Guyana
4612
- #: ../../admin/view/wp-slimstat-reports.php:995
4613
  msgid "c-gy"
4614
  msgstr "Guyana"
4615
 
4616
  # Haiti
4617
- #: ../../admin/view/wp-slimstat-reports.php:995
4618
  msgid "c-ht"
4619
  msgstr "Haiti"
4620
 
4621
  # Honduras
4622
- #: ../../admin/view/wp-slimstat-reports.php:995
4623
  msgid "c-hn"
4624
  msgstr "Honduras"
4625
 
4626
  # Hong Kong
4627
- #: ../../admin/view/wp-slimstat-reports.php:995
4628
  msgid "c-hk"
4629
  msgstr "Hong Kong"
4630
 
4631
  # Hungary
4632
- #: ../../admin/view/wp-slimstat-reports.php:995
4633
  msgid "c-hu"
4634
  msgstr "Hungary"
4635
 
4636
  # Iceland
4637
- #: ../../admin/view/wp-slimstat-reports.php:995
4638
  msgid "c-is"
4639
  msgstr "Iceland"
4640
 
4641
  # India
4642
- #: ../../admin/view/wp-slimstat-reports.php:995
4643
  msgid "c-in"
4644
  msgstr "India"
4645
 
4646
  # Indonesia
4647
- #: ../../admin/view/wp-slimstat-reports.php:995
4648
  msgid "c-id"
4649
  msgstr "Indonesia"
4650
 
4651
  # Islamic Republic of Iran
4652
- #: ../../admin/view/wp-slimstat-reports.php:995
4653
  msgid "c-ir"
4654
  msgstr "Islamic Republic of Iran"
4655
 
4656
  # Iraq
4657
- #: ../../admin/view/wp-slimstat-reports.php:995
4658
  msgid "c-iq"
4659
  msgstr "Iraq"
4660
 
4661
  # Ireland
4662
- #: ../../admin/view/wp-slimstat-reports.php:995
4663
  msgid "c-ie"
4664
  msgstr "Ireland"
4665
 
4666
  # Israel
4667
- #: ../../admin/view/wp-slimstat-reports.php:995
4668
  msgid "c-il"
4669
  msgstr "Israel"
4670
 
4671
  # Italy
4672
- #: ../../admin/view/wp-slimstat-reports.php:995
4673
  msgid "c-it"
4674
  msgstr "Italy"
4675
 
4676
  # Jamaica
4677
- #: ../../admin/view/wp-slimstat-reports.php:995
4678
  msgid "c-jm"
4679
  msgstr "Jamaica"
4680
 
4681
  # Japan
4682
- #: ../../admin/view/wp-slimstat-reports.php:995
4683
  msgid "c-jp"
4684
  msgstr "Japan"
4685
 
4686
  # Jordan
4687
- #: ../../admin/view/wp-slimstat-reports.php:995
4688
  msgid "c-jo"
4689
  msgstr "Jordan"
4690
 
4691
  # Kazakhstan
4692
- #: ../../admin/view/wp-slimstat-reports.php:995
4693
  msgid "c-kz"
4694
  msgstr "Kazakhstan"
4695
 
4696
  # Kenya
4697
- #: ../../admin/view/wp-slimstat-reports.php:995
4698
  msgid "c-ke"
4699
  msgstr "Kenya"
4700
 
4701
  # Nauru
4702
- #: ../../admin/view/wp-slimstat-reports.php:995
4703
  msgid "c-nr"
4704
  msgstr "Nauru"
4705
 
4706
  # Democratic People's Republic of Korea
4707
- #: ../../admin/view/wp-slimstat-reports.php:995
4708
  msgid "c-kp"
4709
  msgstr "Democratic People's Republic of Korea"
4710
 
4711
  # Republic of Korea
4712
- #: ../../admin/view/wp-slimstat-reports.php:995
4713
  msgid "c-kr"
4714
  msgstr "Republic of Korea"
4715
 
4716
- #: ../../admin/view/wp-slimstat-reports.php:995
4717
  msgid "c-kv"
4718
  msgstr "c-kv"
4719
 
4720
  # Kuwait
4721
- #: ../../admin/view/wp-slimstat-reports.php:995
4722
  msgid "c-kw"
4723
  msgstr "Kuwait"
4724
 
4725
  # Kyrgyzstan
4726
- #: ../../admin/view/wp-slimstat-reports.php:995
4727
  msgid "c-kg"
4728
  msgstr "Kyrgyzstan"
4729
 
4730
  # Lao People's Democratic Republic
4731
- #: ../../admin/view/wp-slimstat-reports.php:995
4732
  msgid "c-la"
4733
  msgstr "Lao People's Democratic Republic"
4734
 
4735
  # Latvia
4736
- #: ../../admin/view/wp-slimstat-reports.php:995
4737
  msgid "c-lv"
4738
  msgstr "Latvia"
4739
 
4740
  # Lebanon
4741
- #: ../../admin/view/wp-slimstat-reports.php:995
4742
  msgid "c-lb"
4743
  msgstr "Lebanon"
4744
 
4745
  # Lesotho
4746
- #: ../../admin/view/wp-slimstat-reports.php:995
4747
  msgid "c-ls"
4748
  msgstr "Lesotho"
4749
 
4750
  # Liberia
4751
- #: ../../admin/view/wp-slimstat-reports.php:995
4752
  msgid "c-lr"
4753
  msgstr "Liberia"
4754
 
4755
  # Libyan Arab Jamahiriya
4756
- #: ../../admin/view/wp-slimstat-reports.php:995
4757
  msgid "c-ly"
4758
  msgstr "Libyan Arab Jamahiriya"
4759
 
4760
  # Liechtenstein
4761
- #: ../../admin/view/wp-slimstat-reports.php:995
4762
  msgid "c-li"
4763
  msgstr "Liechtenstein"
4764
 
4765
  # Lithuania
4766
- #: ../../admin/view/wp-slimstat-reports.php:995
4767
  msgid "c-lt"
4768
  msgstr "Lithuania"
4769
 
4770
  # Luxembourg
4771
- #: ../../admin/view/wp-slimstat-reports.php:995
4772
  msgid "c-lu"
4773
  msgstr "Luxembourg"
4774
 
4775
  # The Former Yugoslav Republic of Macedonia
4776
- #: ../../admin/view/wp-slimstat-reports.php:995
4777
  msgid "c-mk"
4778
  msgstr "The Former Yugoslav Republic of Macedonia"
4779
 
4780
  # Madagascar
4781
- #: ../../admin/view/wp-slimstat-reports.php:995
4782
  msgid "c-mg"
4783
  msgstr "Madagascar"
4784
 
4785
  # Malawi
4786
- #: ../../admin/view/wp-slimstat-reports.php:995
4787
  msgid "c-mw"
4788
  msgstr "Malawi"
4789
 
4790
  # Malaysia
4791
- #: ../../admin/view/wp-slimstat-reports.php:995
4792
  msgid "c-my"
4793
  msgstr "Malaysia"
4794
 
4795
  # Mali
4796
- #: ../../admin/view/wp-slimstat-reports.php:995
4797
  msgid "c-ml"
4798
  msgstr "Mali"
4799
 
4800
  # Malta
4801
- #: ../../admin/view/wp-slimstat-reports.php:995
4802
  msgid "c-mt"
4803
  msgstr "Malta"
4804
 
4805
  # Martinique
4806
- #: ../../admin/view/wp-slimstat-reports.php:995
4807
  msgid "c-mq"
4808
  msgstr "Martinique"
4809
 
4810
  # Mauritania
4811
- #: ../../admin/view/wp-slimstat-reports.php:995
4812
  msgid "c-mr"
4813
  msgstr "Mauritania"
4814
 
4815
  # Mauritius
4816
- #: ../../admin/view/wp-slimstat-reports.php:995
4817
  msgid "c-mu"
4818
  msgstr "Mauritius"
4819
 
4820
  # Mexico
4821
- #: ../../admin/view/wp-slimstat-reports.php:995
4822
  msgid "c-mx"
4823
  msgstr "Mexico"
4824
 
4825
  # Moldova
4826
- #: ../../admin/view/wp-slimstat-reports.php:995
4827
  msgid "c-md"
4828
  msgstr "Moldova"
4829
 
4830
  # Mongolia
4831
- #: ../../admin/view/wp-slimstat-reports.php:995
4832
  msgid "c-mn"
4833
  msgstr "Mongolia"
4834
 
4835
  # Montenegro
4836
- #: ../../admin/view/wp-slimstat-reports.php:995
4837
  msgid "c-me"
4838
  msgstr "Montenegro"
4839
 
4840
  # Montserrat
4841
- #: ../../admin/view/wp-slimstat-reports.php:995
4842
  msgid "c-ms"
4843
  msgstr "Montserrat"
4844
 
4845
  # Morocco
4846
- #: ../../admin/view/wp-slimstat-reports.php:995
4847
  msgid "c-ma"
4848
  msgstr "Morocco"
4849
 
4850
  # Mozambique
4851
- #: ../../admin/view/wp-slimstat-reports.php:995
4852
  msgid "c-mz"
4853
  msgstr "Mozambique"
4854
 
4855
  # Myanmar
4856
- #: ../../admin/view/wp-slimstat-reports.php:995
4857
  msgid "c-mm"
4858
  msgstr "Myanmar"
4859
 
4860
  # Namibia
4861
- #: ../../admin/view/wp-slimstat-reports.php:995
4862
  msgid "c-na"
4863
  msgstr "Namibia"
4864
 
4865
  # Nepal
4866
- #: ../../admin/view/wp-slimstat-reports.php:995
4867
  msgid "c-np"
4868
  msgstr "Nepal"
4869
 
4870
  # Netherlands
4871
- #: ../../admin/view/wp-slimstat-reports.php:995
4872
  msgid "c-nl"
4873
  msgstr "Netherlands"
4874
 
4875
  # New Caledonia
4876
- #: ../../admin/view/wp-slimstat-reports.php:995
4877
  msgid "c-nc"
4878
  msgstr "New Caledonia"
4879
 
4880
  # New Zealand
4881
- #: ../../admin/view/wp-slimstat-reports.php:995
4882
  msgid "c-nz"
4883
  msgstr "New Zealand"
4884
 
4885
  # Nicaragua
4886
- #: ../../admin/view/wp-slimstat-reports.php:995
4887
  msgid "c-ni"
4888
  msgstr "Nicaragua"
4889
 
4890
  # Niger
4891
- #: ../../admin/view/wp-slimstat-reports.php:995
4892
  msgid "c-ne"
4893
  msgstr "Niger"
4894
 
4895
  # Nigeria
4896
- #: ../../admin/view/wp-slimstat-reports.php:995
4897
  msgid "c-ng"
4898
  msgstr "Nigeria"
4899
 
4900
  # Norway
4901
- #: ../../admin/view/wp-slimstat-reports.php:995
4902
  msgid "c-no"
4903
  msgstr "Norway"
4904
 
4905
  # Oman
4906
- #: ../../admin/view/wp-slimstat-reports.php:995
4907
  msgid "c-om"
4908
  msgstr "Oman"
4909
 
4910
  # Pakistan
4911
- #: ../../admin/view/wp-slimstat-reports.php:995
4912
  msgid "c-pk"
4913
  msgstr "Pakistan"
4914
 
4915
  # Palau
4916
- #: ../../admin/view/wp-slimstat-reports.php:995
4917
  msgid "c-pw"
4918
  msgstr "Palau"
4919
 
4920
  # Occupied Palestinian Territory
4921
- #: ../../admin/view/wp-slimstat-reports.php:995
4922
  msgid "c-ps"
4923
  msgstr "Occupied Palestinian Territory"
4924
 
4925
  # Panama
4926
- #: ../../admin/view/wp-slimstat-reports.php:995
4927
  msgid "c-pa"
4928
  msgstr "Panama"
4929
 
4930
  # Papua New Guinea
4931
- #: ../../admin/view/wp-slimstat-reports.php:995
4932
  msgid "c-pg"
4933
  msgstr "Papua New Guinea"
4934
 
4935
  # Paraguay
4936
- #: ../../admin/view/wp-slimstat-reports.php:995
4937
  msgid "c-py"
4938
  msgstr "Paraguay"
4939
 
4940
  # Peru
4941
- #: ../../admin/view/wp-slimstat-reports.php:995
4942
  msgid "c-pe"
4943
  msgstr "Peru"
4944
 
4945
  # Philippines
4946
- #: ../../admin/view/wp-slimstat-reports.php:995
4947
  msgid "c-ph"
4948
  msgstr "Philippines"
4949
 
4950
  # Poland
4951
- #: ../../admin/view/wp-slimstat-reports.php:995
4952
  msgid "c-pl"
4953
  msgstr "Poland"
4954
 
4955
  # Portugal
4956
- #: ../../admin/view/wp-slimstat-reports.php:995
4957
  msgid "c-pt"
4958
  msgstr "Portugal"
4959
 
4960
  # Puerto Rico
4961
- #: ../../admin/view/wp-slimstat-reports.php:995
4962
  msgid "c-pr"
4963
  msgstr "Puerto Rico"
4964
 
4965
  # Qatar
4966
- #: ../../admin/view/wp-slimstat-reports.php:995
4967
  msgid "c-qa"
4968
  msgstr "Qatar"
4969
 
4970
  # Réunion
4971
- #: ../../admin/view/wp-slimstat-reports.php:995
4972
  msgid "c-re"
4973
  msgstr "Réunion"
4974
 
4975
  # Romania
4976
- #: ../../admin/view/wp-slimstat-reports.php:995
4977
  msgid "c-ro"
4978
  msgstr "Romania"
4979
 
4980
  # Russian Federation
4981
- #: ../../admin/view/wp-slimstat-reports.php:995
4982
  msgid "c-ru"
4983
  msgstr "Russian Federation"
4984
 
4985
  # Rwanda
4986
- #: ../../admin/view/wp-slimstat-reports.php:995
4987
  msgid "c-rw"
4988
  msgstr "Rwanda"
4989
 
4990
  # Saint Kitts and Nevis
4991
- #: ../../admin/view/wp-slimstat-reports.php:995
4992
  msgid "c-kn"
4993
  msgstr "Saint Kitts and Nevis"
4994
 
4995
  # Saint Lucia
4996
- #: ../../admin/view/wp-slimstat-reports.php:995
4997
  msgid "c-lc"
4998
  msgstr "Saint Lucia"
4999
 
5000
  # Saint Martin
5001
- #: ../../admin/view/wp-slimstat-reports.php:995
5002
  msgid "c-mf"
5003
  msgstr "Saint Martin"
5004
 
5005
  # Saint Vincent and the Grenadines
5006
- #: ../../admin/view/wp-slimstat-reports.php:995
5007
  msgid "c-vc"
5008
  msgstr "Saint Vincent and the Grenadines"
5009
 
5010
  # Samoa
5011
- #: ../../admin/view/wp-slimstat-reports.php:995
5012
  msgid "c-ws"
5013
  msgstr "Samoa"
5014
 
5015
  # Sao Tome and Principe
5016
- #: ../../admin/view/wp-slimstat-reports.php:995
5017
  msgid "c-st"
5018
  msgstr "Sao Tome and Principe"
5019
 
5020
  # Saudi Arabia
5021
- #: ../../admin/view/wp-slimstat-reports.php:995
5022
  msgid "c-sa"
5023
  msgstr "Saudi Arabia"
5024
 
5025
  # Senegal
5026
- #: ../../admin/view/wp-slimstat-reports.php:995
5027
  msgid "c-sn"
5028
  msgstr "Senegal"
5029
 
5030
  # Serbia
5031
- #: ../../admin/view/wp-slimstat-reports.php:995
5032
  msgid "c-rs"
5033
  msgstr "Serbia"
5034
 
5035
  # Sierra Leone
5036
- #: ../../admin/view/wp-slimstat-reports.php:995
5037
  msgid "c-sl"
5038
  msgstr "Sierra Leone"
5039
 
5040
  # Singapore
5041
- #: ../../admin/view/wp-slimstat-reports.php:995
5042
  msgid "c-sg"
5043
  msgstr "Singapore"
5044
 
5045
  # Slovakia
5046
- #: ../../admin/view/wp-slimstat-reports.php:995
5047
  msgid "c-sk"
5048
  msgstr "Slovakia"
5049
 
5050
  # Slovenia
5051
- #: ../../admin/view
2
  msgstr ""
3
  "Project-Id-Version: WP SlimStat\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-11-09 14:55-0500\n"
6
+ "PO-Revision-Date: 2014-11-09 14:55-0500\n"
7
  "Last-Translator: Get Used To IT <support@getused.to.it>\n"
8
  "Language-Team: \n"
9
  "Language: es_ES\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: .\n"
15
  "Plural-Forms: s;\n"
16
+ "X-Generator: Poedit 1.6.9\n"
17
  "X-Poedit-SearchPath-0: ../..\n"
18
 
19
+ #: ../../admin/config/addons.php:14
20
+ msgid ""
21
+ "There was an error retrieving the add-ons list from the server. Please try "
22
+ "again later. Error Message:"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  msgstr ""
24
+ "Hubo un error al recuperar la lista de complementos desde el servidor. Por "
25
+ "favor, inténtelo de nuevo más tarde. Mensaje de error:"
26
 
27
+ #: ../../admin/config/addons.php:23
28
+ msgid ""
29
+ "There was an error decoding the add-ons list from the server. Please try "
30
+ "again later."
 
 
 
 
 
 
31
  msgstr ""
32
+ "Se produjo un error decodificando la lista de complementos desde el "
33
+ "servidor. Por favor, inténtelo de nuevo más tarde."
34
 
35
+ #: ../../admin/config/addons.php:29 ../../admin/config/index.php:9
36
+ #: ../../admin/wp-slimstat-admin.php:501 ../../admin/wp-slimstat-admin.php:518
37
+ #: ../../wp-slimstat.php:1318
 
 
 
 
 
 
38
  msgid "Add-ons"
39
  msgstr "Añadidos"
40
 
41
+ #: ../../admin/config/addons.php:30
 
 
42
  #, fuzzy
43
+ msgid ""
44
+ "Add-ons extend the functionality of Slimstat in many interesting ways. We "
45
+ "offer both free and premium (paid) extensions. Each add-on can be installed "
46
+ "as a separate plugin, which will receive regular updates via the WordPress "
47
+ "Plugins panel. In order to be notified when a new version of a premium add-"
48
+ "on is available, please enter the <strong>license key</strong> you received "
49
+ "when you purchased it."
50
+ msgstr ""
51
+ "Los complementos amplían la funcionalidad de WP SLIMStat de muchas maneras "
52
+ "interesantes. Ofrecemos extensiones tanto gratuitas como premium (de pago). "
53
+ "Cada complemento se puede instalar como un plugin independiente, que "
54
+ "recibirá actualizaciones regulares a través del panel de WordPress Plugins. "
55
+ "Para ser notificado cuando una nueva versión de un añadido premium está "
56
+ "disponible, por favor introduzca la clave<strong> de licencia </strong> que "
57
+ "recibió cuando compró."
58
 
59
+ #: ../../admin/config/addons.php:36
60
+ msgid "Add-on"
61
+ msgstr "Añadido"
 
 
62
 
63
+ #: ../../admin/config/addons.php:36
64
+ msgid "Description"
65
+ msgstr "Descripción"
66
 
67
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:18
68
+ msgid "General"
69
+ msgstr "General"
70
 
71
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:44
72
+ msgid "Views"
73
+ msgstr "Vistas"
74
 
75
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:68
76
+ msgid "Filters"
77
+ msgstr "Filtros"
78
 
79
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:132
80
  #, fuzzy
81
+ msgid "Permissions"
82
+ msgstr "Enlace Permanente"
 
 
 
 
83
 
84
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:209
85
+ msgid "Advanced"
86
+ msgstr "Avanzados"
87
 
88
+ #: ../../admin/config/index.php:9 ../../admin/config/index.php:242
89
+ msgid "Maintenance"
90
+ msgstr "Mantenimiento"
 
91
 
92
+ #: ../../admin/config/index.php:14 ../../admin/config/index.php:139
93
+ #: ../../admin/wp-slimstat-admin.php:547 ../../admin/wp-slimstat-admin.php:550
94
+ #: ../../wp-slimstat.php:1321
95
+ #, fuzzy
96
+ msgid "Settings"
97
+ msgstr "Seleccionar orden"
98
 
99
+ #: ../../admin/config/index.php:20 ../../admin/config/index.php:215
100
+ msgid "Tracker"
101
+ msgstr "Rastreador"
102
 
103
+ #: ../../admin/config/index.php:21
104
+ msgid "Enable Tracking"
105
+ msgstr "Activar Seguimiento"
 
106
 
107
+ #: ../../admin/config/index.php:21
108
  #, fuzzy
109
+ msgid "Turn the tracker on or off, but keep the reports accessible."
 
 
 
110
  msgstr ""
111
+ "Activar el rastreador de encendido o apagado, pero conserve los informes "
112
+ "accesibles (que no tendría, si desactivó el plugin)."
 
 
113
 
114
+ #: ../../admin/config/index.php:22
115
  #, fuzzy
116
+ msgid "Monitor Admin Pages"
117
+ msgstr "Principales Páginas de Salida"
118
 
119
+ #: ../../admin/config/index.php:22
120
+ msgid "Enable this option to track your users' activity within the admin."
 
 
 
121
  msgstr ""
122
+ "Habilite esta opción para realizar un seguimiento de la actividad de sus "
123
+ "usuarios dentro de la administración."
 
124
 
125
+ #: ../../admin/config/index.php:23
126
+ msgid "Enable Spy Mode"
127
+ msgstr "Habilitar modo Espía"
 
 
128
 
129
+ #: ../../admin/config/index.php:23
130
  msgid ""
131
+ "Collect information about screen resolutions, outbound links, downloads, "
132
+ "etc. If Tracking Mode is set to Javascript, this data will be tracked "
133
+ "regardless of which value you set for this option."
134
  msgstr ""
135
+ "Recoger información sobre las resoluciones de pantalla, enlaces salientes, "
136
+ "descargas, etc. Si el modo de seguimiento se establece en Javascript, estos "
137
+ "datos se rastrearán sin importar qué valor establecido para esta opción."
138
 
139
+ #: ../../admin/config/index.php:24
140
  #, fuzzy
141
+ msgid "Tracking Mode"
142
+ msgstr "Seguimiento Activo"
143
 
144
+ #: ../../admin/config/index.php:24
145
+ #, fuzzy
146
  msgid ""
147
+ "Select <strong>Javascript</strong> if you are using a caching plugin (W3 "
148
+ "Total Cache, WP SuperCache, HyperCache, etc). Slimstat will behave pretty "
149
+ "much like Google Analytics, and visitors whose browser does not support "
150
+ "Javascript will be ignored. A nice side effect is that <strong>most "
151
+ "spammers, search engines and other crawlers</strong> will not be tracked."
152
  msgstr ""
153
+ "Seleccione <strong> Javascript </strong> si usted está usando un plugin de "
154
+ "caché (W3 Total Cache, WP SuperCache, HyperCache, etc.) WP SLIMStat se "
155
+ "comportará casi como Google Analytics, y los visitantes cuyos navegadores no "
156
+ "soportan Javascript serán ignorados. Un efecto secundario interesante es que "
157
+ "la mayoría de los <strong> spammers, buscadores y otros rastreadores </"
158
+ "strong> no serán registrados."
159
 
160
+ #: ../../admin/config/index.php:24
161
+ msgid "Javascript"
162
+ msgstr "Javascript"
 
163
 
164
+ #: ../../admin/config/index.php:24
165
+ msgid "Server-side"
166
+ msgstr "Del lado del servidor"
 
 
 
 
167
 
168
+ #: ../../admin/config/index.php:26
169
+ msgid "WordPress Integration"
170
+ msgstr "Integración WordPress"
 
171
 
172
+ #: ../../admin/config/index.php:27
173
+ msgid "Menu Position"
174
+ msgstr "Posición de menú"
 
 
 
 
 
 
175
 
176
+ #: ../../admin/config/index.php:27
177
  #, fuzzy
 
 
 
 
178
  msgid ""
179
+ "Choose between a standalone admin menu for Slimstat or a drop down in the "
180
+ "admin bar (if visible)."
181
  msgstr ""
182
+ "Elija entre un menú de administración independiente para WP SLIMStat o un "
183
+ "menú desplegable en la barra de administrador (si está visible)."
184
 
185
+ #: ../../admin/config/index.php:27
186
+ msgid "Side Menu"
187
+ msgstr "Menú lateral"
 
 
188
 
189
+ #: ../../admin/config/index.php:27
190
+ msgid "Admin Bar"
191
+ msgstr "Barra de administración"
 
 
192
 
193
+ #: ../../admin/config/index.php:28
194
+ #, fuzzy
195
+ msgid "Add Stats to Posts and Pages"
196
+ msgstr "Añadir columna a Publicaciones"
197
 
198
+ #: ../../admin/config/index.php:28
199
+ #, fuzzy
200
  msgid ""
201
+ "Add a new column to the Edit Posts/Pages screens, with the number of hits "
202
+ "per post."
 
203
  msgstr ""
204
+ "Añadir una nueva columna a la pantalla Editar publicaciones, con el número "
205
+ "de visitas por publicación (pueden ralentizar la renderización de páginas)."
 
 
206
 
207
+ #: ../../admin/config/index.php:30
208
+ msgid "Database"
209
+ msgstr "Base de datos"
210
+
211
+ #: ../../admin/config/index.php:31
212
+ msgid "Retain data for"
213
+ msgstr "Conservar los datos durante"
214
 
215
+ #: ../../admin/config/index.php:31
216
  msgid ""
217
+ "Delete log entries older than the number of days specified here above. Enter "
218
+ "<strong>0</strong> (number zero) if you want to preserve your data "
219
+ "regardless of its age."
220
  msgstr ""
221
+ "Eliminar las entradas del registro anteriores al número de días especificado "
222
+ "aquí arriba. Introduzca <strong> 0 </strong> (número cero) si desea "
223
+ "conservar sus datos independientemente de su edad."
224
 
225
+ #: ../../admin/config/index.php:31
226
+ msgid "Next clean-up on"
227
+ msgstr "Siguiente limpieza en"
 
 
228
 
229
+ #: ../../admin/config/index.php:31
230
+ #, php-format
231
+ msgid "Entries logged on or before %s will be permanently deleted."
 
 
232
  msgstr ""
233
+ "Los comentarios registrados en o antes del %s se eliminarán de forma "
234
+ "permanente."
 
 
 
 
 
235
 
236
+ #: ../../admin/config/index.php:31 ../../admin/view/index.php:100
237
+ #: ../../admin/view/wp-slimstat-db.php:74
238
+ #: ../../admin/view/wp-slimstat-reports.php:781
239
+ msgid "days"
240
+ msgstr "dias"
241
 
242
+ #: ../../admin/config/index.php:46
243
+ #, fuzzy
244
+ msgid "Data and Formats"
245
+ msgstr "Fecha y hora"
246
 
247
+ #: ../../admin/config/index.php:47
248
+ msgid "Convert IP Addresses"
249
+ msgstr "Convertir Direcciones IP"
 
 
250
 
251
+ #: ../../admin/config/index.php:47
252
+ msgid "Display provider names instead of IP addresses."
253
+ msgstr "Muestra los nombres de proveedores, en lugar de direcciones IP."
254
 
255
+ #: ../../admin/config/index.php:48
256
+ msgid "Number Format"
257
+ msgstr "Formato de número"
258
 
259
+ #: ../../admin/config/index.php:48
260
+ #, fuzzy
261
+ msgid "Choose the number format you want to use for your reports."
262
+ msgstr ""
263
+ "Seleccione el formato de número que desea utilizar para sus informes, "
264
+ "europeos o americanos."
265
 
266
+ #: ../../admin/config/index.php:49
267
+ #, fuzzy
268
+ msgid "Enable SOV"
269
+ msgstr "Habilitar CDN"
 
270
 
271
+ #: ../../admin/config/index.php:49
272
  msgid ""
273
+ "In linguistic typology, a subject-object-verb (SOV) language is one in which "
274
+ "the subject, object, and verb of a sentence appear in that order, like in "
275
+ "Japanese."
276
  msgstr ""
 
 
 
277
 
278
+ #: ../../admin/config/index.php:50
279
+ msgid "Show Display Name"
280
+ msgstr "Mostrar Nombre para mostrar"
 
281
 
282
+ #: ../../admin/config/index.php:50
283
  msgid ""
284
+ "By default, users are listed by their usernames. Use this option to "
285
+ "visualize their display names instead."
 
286
  msgstr ""
287
+ "De forma predeterminada, los usuarios se enumeran por sus nombres de "
288
+ "usuario. Utilice esta opción para visualizar los nombres para mostrar en su "
289
+ "lugar."
 
 
 
 
 
290
 
291
+ #: ../../admin/config/index.php:51
292
+ #, fuzzy
293
+ msgid "Show User Agent"
294
+ msgstr "Buscadores"
295
 
296
+ #: ../../admin/config/index.php:51
297
+ msgid ""
298
+ "Choose if you want to see the browser name or a complete user agent string "
299
+ "when hovering on browser icons."
300
+ msgstr ""
301
+ "Seleccione si desea ver el nombre del navegador o una cadena completa de "
302
+ "agente de usuario al pasar el cursor sobre los iconos del navegador."
303
 
304
+ #: ../../admin/config/index.php:52
305
+ msgid "Show Titles"
306
+ msgstr "Mostrar Títulos"
307
 
308
+ #: ../../admin/config/index.php:52
 
309
  #, fuzzy
 
 
 
 
310
  msgid ""
311
+ "Slimstat converts your permalinks into post and page titles. Disable this "
312
+ "feature if you need to see the URL in your reports."
313
  msgstr ""
314
+ "WP SLIMStat convierte tus enlaces permanentes en títulos de publicaciones y "
315
+ "páginas. Desactive esta función si necesita ver la URL en sus informes."
 
 
 
 
316
 
317
+ #: ../../admin/config/index.php:53
 
318
  #, fuzzy
319
+ msgid "Date Format"
320
+ msgstr "Fecha y hora"
321
 
322
+ #: ../../admin/config/index.php:53
323
+ msgid ""
324
+ "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
325
+ "Format</a> to use when displaying a pageview's date."
326
+ msgstr ""
327
 
328
+ #: ../../admin/config/index.php:54
 
329
  #, fuzzy
330
+ msgid "Time Format"
331
+ msgstr "Formato de número"
332
 
333
+ #: ../../admin/config/index.php:54
334
  msgid ""
335
+ "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
336
+ "Format</a> to use when displaying a pageview's time."
337
  msgstr ""
 
 
338
 
339
+ #: ../../admin/config/index.php:56
340
+ msgid "Functionality"
341
+ msgstr "Funcionalidad"
 
 
 
 
 
342
 
343
+ #: ../../admin/config/index.php:57
344
+ msgid "Asynchronous Views"
345
+ msgstr "Vistas asíncronas"
 
 
346
 
347
+ #: ../../admin/config/index.php:57
348
  msgid ""
349
+ "Load all the reports dynamically. It makes the reports render faster, but it "
350
+ "increases the load on your server."
351
  msgstr ""
352
+ "Cargar todos los informes de forma dinámica. Hace que los informes se "
353
+ "realicen más rápido, pero aumenta la carga en el servidor."
354
 
355
+ #: ../../admin/config/index.php:58
356
+ msgid "SlimScroll"
357
+ msgstr ""
 
 
358
 
359
+ #: ../../admin/config/index.php:58
360
  msgid ""
361
+ "Enable SlimScroll, a slick jQuery library that replaces the built-in browser "
362
+ "scrollbar."
 
363
  msgstr ""
 
 
 
364
 
365
+ #: ../../admin/config/index.php:59
366
+ msgid "Expand Details"
367
+ msgstr "Expandir Detalles"
 
368
 
369
+ #: ../../admin/config/index.php:59
370
+ msgid "Expand each row's details by default, insted of on mousehover."
371
+ msgstr ""
372
+ "Expandir cada fila de forma predeterminada, en vez de al sobreponer el ratón."
373
 
374
+ #: ../../admin/config/index.php:60 ../../admin/config/index.php:64
375
+ #, fuzzy
376
+ msgid "Rows to Display"
377
+ msgstr "No hay datos que mostrar"
378
 
379
+ #: ../../admin/config/index.php:60
380
+ msgid "Specify the number of items in each report."
381
+ msgstr "Especifique el número de elementos en cada informe."
 
382
 
383
+ #: ../../admin/config/index.php:62
384
+ msgid "Activity Log"
385
+ msgstr "Bitácora de actividades"
386
 
387
+ #: ../../admin/config/index.php:63
388
+ msgid "Live Stream"
389
+ msgstr "Transmisión en Vivo"
 
 
390
 
391
+ #: ../../admin/config/index.php:63
392
+ #, fuzzy
393
  msgid ""
394
+ "Enable the Live view, which refreshes the Activity Log every X seconds. "
395
+ "Enter <strong>0</strong> (number zero) to deactivate this feature."
 
 
 
396
  msgstr ""
397
+ "Habilitar la vista en vivo, lo que refresca la pantalla Ahora cada X "
398
+ "segundos. Introduzca <strong> 0 </strong> (número cero) para deshabilitar "
399
+ "esta funcionalidad."
 
 
400
 
401
+ #: ../../admin/config/index.php:63 ../../admin/config/index.php:218
402
+ msgid "seconds"
403
+ msgstr "Segundos"
 
404
 
405
+ #: ../../admin/config/index.php:64
406
+ #, fuzzy
407
+ msgid "Specify the number of items in the Activity Log."
408
+ msgstr "Especifica el número de elementos en Ahora."
409
 
410
+ #: ../../admin/config/index.php:65
 
411
  #, fuzzy
412
+ msgid "Activity Log Extended"
413
+ msgstr "Bitácora de actividades"
414
 
415
+ #: ../../admin/config/index.php:65
416
+ #, fuzzy
417
  msgid ""
418
+ "Choose if you want to see outbound links listed in the Activity Log. It "
419
+ "might slow down the rendering of this report."
420
  msgstr ""
421
+ "Elige si quieres ver los enlaces salientes que figuran en Ahora. Podría "
422
+ "frenar la publicación de este informe."
423
 
424
+ #: ../../admin/config/index.php:70
425
+ #, fuzzy
426
+ msgid "Visitors and Known Users"
427
+ msgstr "Navegadores recientes"
428
 
429
+ #: ../../admin/config/index.php:71
430
+ msgid "Track Registered Users"
431
+ msgstr "Seguimiento Usuarios Registrados"
 
 
 
 
 
 
 
432
 
433
+ #: ../../admin/config/index.php:71
434
+ msgid "Enable this option to track logged in users."
435
+ msgstr "Active esta opción para rastrear usuarios registrados."
436
 
437
+ #: ../../admin/config/index.php:72
438
+ #, fuzzy
439
+ msgid "Blacklist by Username"
440
+ msgstr "Direcciones IP Blacklist"
 
 
 
441
 
442
+ #: ../../admin/config/index.php:72
443
  msgid ""
444
+ "List all the usernames you don't want to track, separated by commas. Please "
445
+ "be aware that spaces are <em>not</em> ignored and that usernames are case "
446
+ "sensitive."
447
  msgstr ""
448
+ "Lista de todos los nombres de usuario de los que que no desee realizar el "
449
+ "seguimiento, separados por comas. Tenga en cuenta que los espacios son <em> "
450
+ "no </em> ignorados y que los nombres de usuario distinguen entre mayúsculas "
451
+ "y minúsculas."
452
 
453
+ #: ../../admin/config/index.php:73
454
+ msgid "Blacklist by IP Address"
455
+ msgstr "Direcciones IP Blacklist"
 
 
 
 
456
 
457
+ #: ../../admin/config/index.php:73
458
  #, fuzzy
459
  msgid ""
460
+ "List all the IP addresses you don't want to track, separated by commas. Each "
461
+ "network <strong>must</strong> be defined using the <a href='http://en."
462
+ "wikipedia.org/wiki/Classless_Inter-Domain_Routing' target='_blank'>CIDR "
463
+ "notation</a> (i.e. <em>192.168.0.0/24</em>). This filter applies both to the "
464
+ "public IP and the originating IP, if available."
 
465
  msgstr ""
466
+ "Enlistar todas las direcciones IP que no desea seguir, separadas por comas. "
467
+ "Cada red <strong> debe </strong> ser definida usando el <a href='http://en."
468
+ "wikipedia.org/wiki/Classless_Inter-Domain_Routing' target='_blank'>Notación "
469
+ "CIDR </a> (es decir, < em> 192.168.0.0/24 </em>). Si el formato no es "
470
+ "correcto, WP SLIMStat no puede rastrear páginas vistas correctamente."
 
 
471
 
472
+ #: ../../admin/config/index.php:74
473
+ #, fuzzy
474
+ msgid "Blacklist by Capability"
475
+ msgstr "Navegador"
476
 
477
+ #: ../../admin/config/index.php:74
478
+ msgid ""
479
+ "Users having at least one of the <a href='http://codex.wordpress.org/"
480
+ "Roles_and_Capabilities' target='_new'>capabilities</a> listed here below "
481
+ "will not be tracked. Capabilities are case-insensitive."
482
+ msgstr ""
483
+ "Usuarios que tienen al menos una de las <a href='http://codex.wordpress.org/"
484
+ "Roles_and_Capabilities' target='_new'>capabilities</a> enlistados aquí abajo "
485
+ "no se les rastreará. Las Capacidades distinguen entre mayúsculas y "
486
+ "minúsculas."
487
 
488
+ #: ../../admin/config/index.php:76
489
+ msgid "Profiling"
490
+ msgstr "Haciendo perfil"
491
 
492
+ #: ../../admin/config/index.php:77
493
+ msgid "Ignore Spammers"
494
+ msgstr "Ignorar Spammers"
495
 
496
+ #: ../../admin/config/index.php:77
497
+ msgid ""
498
+ "Enable this option if you don't want to track visits from users identified "
499
+ "as spammers by third-party tools like Akismet. Pageviews generated by users "
500
+ "whose comments are later marked as spam, will also be removed from the "
501
+ "database."
502
+ msgstr ""
503
+ "Active esta opción si no desea realizar un seguimiento de visitas de "
504
+ "usuarios identificados como spammers por herramientas de terceros como "
505
+ "Akismet. Páginas vistas generadas por los usuarios cuyos comentarios más "
506
+ "adelante se marcan como correo no deseado, también se eliminarán de la base "
507
+ "de datos."
508
 
509
+ #: ../../admin/config/index.php:78
510
  #, fuzzy
511
+ msgid "Permalinks"
512
  msgstr "Enlace Permanente"
513
 
514
+ #: ../../admin/config/index.php:78
515
+ msgid ""
516
+ "List all the URLs on your website that you don't want to track, separated by "
517
+ "commas. Don't include the domain name: <em>/about, ?p=1</em>, etc. "
518
+ "Wildcards: <code>*</code> matches 'any string, including the empty string', "
519
+ "<code>!</code> matches 'any character'. For example, <code>/abou*</code> "
520
+ "will match /about and /abound, <code>/abo*t</code> will match /aboundant "
521
+ "and /about, <code>/abo!t</code> will match /about and /abort. Strings are "
522
+ "case-insensitive."
 
 
 
 
 
 
 
 
 
 
523
  msgstr ""
524
+ "Enumere todas las URL de su sitio web a las que usted no desee realizar el "
525
+ "seguimiento, separadas por comas. No incluya el nombre de dominio: <em>/"
526
+ "about, ?p=1</em>, etc. Wildcards: <code>*</code> coincide con 'cualquier "
527
+ "cadena, incluyendo cadena vacía', <code>!</code> coincide con cualquier "
528
+ "caracter'. Por ejemplo, <code>/abou*</code> coincidirá con /about and /"
529
+ "abound, <code> / abo* t </code> coincidirá con /aboundant and /about/, "
530
+ "<code> / abo! T </ code > coincidirá con /about and /abort. Las cadenas no "
531
+ "se afectan por mayúsculas y minúsculas."
532
 
533
+ #: ../../admin/config/index.php:79
534
  #, fuzzy
535
+ msgid "Countries"
536
+ msgstr "Paises que más visitan"
537
 
538
+ #: ../../admin/config/index.php:79
539
+ msgid ""
540
+ "Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
541
+ "track, separated by commas."
542
  msgstr ""
543
+ "Los códigos de país (Es decir: <code> es-es, it, es </code>) a los que no "
544
+ "desee realizar el seguimiento, separados por comas"
 
 
 
 
545
 
546
+ #: ../../admin/config/index.php:80
547
+ #, fuzzy
548
+ msgid "User Agents"
549
+ msgstr "Buscadores"
550
+
551
+ #: ../../admin/config/index.php:80
552
  msgid ""
553
+ "Browsers (user agents) you don't want to track, separated by commas. You can "
554
+ "specify the browser's version adding a slash after the name (i.e. "
555
+ "<em>Firefox/3.6</em>). Wildcards: <code>*</code> matches 'any string, "
556
+ "including the empty string', <code>!</code> matches 'any character'. For "
557
+ "example, <code>Chr*</code> will match Chrome and Chromium, <code>IE/!.0</"
558
+ "code> will match IE/7.0 and IE/8.0. Strings are case-insensitive."
559
  msgstr ""
560
+ "Navegadores (agentes de usuario) que no quieren seguimiento, separados por "
561
+ "comas. Puede especificar la versión del navegador añadiendo una barra "
562
+ "después del nombre (es decir <em> Firefox/3.6 </em>). Comodines: <code>*</"
563
+ "code> coincide con 'cualquier cadena, incluyendo la cadena vacía', <code> </"
564
+ "code> coincide con \"cualquier carácter\". Por ejemplo, <code> Chr. * </"
565
+ "code> coincidirá Chrome y cromo, <code> IE /! 0.0 </code> coincidirá IE/7.0 "
566
+ "y IE/8.0. Las cadenas son de mayúsculas y minúsculas."
567
 
568
+ #: ../../admin/config/index.php:81
569
  #, fuzzy
570
+ msgid "Referring Sites"
571
+ msgstr "Motores de Búsqueda"
572
 
573
+ #: ../../admin/config/index.php:81
 
574
  msgid ""
575
+ "Referring URLs that you don't want to track, separated by commas: "
576
+ "<code>http://mysite.com*</code>, <code>*/ignore-me-please</code>, etc. "
577
+ "Wildcards: <code>*</code> matches 'any string, including the empty string', "
578
+ "<code>!</code> matches 'any character'. Strings are case-insensitive. Please "
579
+ "include either a wildcard or the protocol you want to filter (http://, "
580
+ "https://)."
581
  msgstr ""
582
+ "URLs que refieren a las que no desee realizar el seguimiento, separadas por "
583
+ "comas: <code>http://mysite.com*</code>, <code>*/ignore-me-please</code>, "
584
+ "etc. Comodines: <code>*</code> coincide con \"cualquier carácter\". Las "
585
+ "cadenas son mayúsculas y minúsculas. Por favor incluya ya sea un comodín o "
586
+ "el protocolo que desea filtrar (http://, https://)."
 
 
 
 
 
 
 
 
 
587
 
588
+ #: ../../admin/config/index.php:83 ../../admin/config/index.php:235
589
+ msgid "Miscellaneous"
590
+ msgstr "Varios"
591
 
592
+ #: ../../admin/config/index.php:84
593
+ msgid "Enable Privacy Mode"
594
+ msgstr "Activar el modo de privacidad"
595
 
596
+ #: ../../admin/config/index.php:84
597
+ msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
 
 
 
598
  msgstr ""
599
+ "Enmascarar direcciones IP de sus visitantes para cumplir con leyes de "
600
+ "privacidad europeas."
 
 
 
 
 
 
 
 
601
 
602
+ #: ../../admin/config/index.php:85
603
+ msgid "Ignore Prefetch Requests"
604
+ msgstr "Ignorar PPeticiones Prefetch"
 
605
 
606
+ #: ../../admin/config/index.php:85
607
  #, fuzzy
608
  msgid ""
609
+ "Prevent Slimstat from tracking pageviews generated by Firefox's <a "
610
+ "href='https://developer.mozilla.org/en/Link_prefetching_FAQ' "
611
+ "target='_blank'>Link Prefetching functionality</a>."
612
  msgstr ""
613
+ "Evitar que WP SLIMStat de el seguimiento de páginas vistas generadas por <a "
614
+ "href='https://developer.mozilla.org/en/Link_prefetching_FAQ' "
615
+ "target='_blank'> Función de Prellamado de enlaces de Firefox </a>."
 
 
 
616
 
617
+ #: ../../admin/config/index.php:101
618
+ msgid "Ignore users (username not found)"
619
+ msgstr "Ignorar usuarios (nombre de usuario no encontrado)"
620
 
621
+ #: ../../admin/config/index.php:124
622
  msgid ""
623
+ "Invalid capability. Please check <a href=\"http://codex.wordpress.org/"
624
+ "Roles_and_Capabilities\" target=\"_new\">this page</a> for more information"
 
 
 
 
 
 
 
 
 
 
 
 
 
625
  msgstr ""
626
+ "La capacidad no es válida. Por favor, consulte <a href=\"http://codex."
627
+ "wordpress.org/Roles_and_Capabilities\" target=\"_new\"> esta página </a> "
628
+ "para obtener más información"
 
 
 
 
 
629
 
630
+ #: ../../admin/config/index.php:134
631
  #, fuzzy
632
+ msgid "Reports"
633
+ msgstr "Informes Personalizados"
 
 
 
 
 
 
 
 
634
 
635
+ #: ../../admin/config/index.php:135
636
+ #, fuzzy
637
+ msgid "Restrict Authors"
638
+ msgstr "Autor de la entrada(sección)"
639
 
640
+ #: ../../admin/config/index.php:135
641
  #, fuzzy
642
+ msgid ""
643
+ "Enable this option if you want your authors to only see stats related to "
644
+ "their own content."
645
  msgstr ""
646
+ "Habilite esta opción si desea que sus autores sólo vean las estadísticas "
647
+ "relacionadas con su propio contenido"
648
 
649
+ #: ../../admin/config/index.php:136 ../../admin/config/index.php:140
650
  #, fuzzy
651
+ msgid "Capability"
652
+ msgstr "Navegador"
653
 
654
+ #: ../../admin/config/index.php:136
655
+ #, fuzzy
656
  msgid ""
657
+ "Specify the minimum <a href='http://codex.wordpress.org/"
658
+ "Roles_and_Capabilities' target='_new'>capability</a> needed to access the "
659
+ "reports (default: <code>activate_plugins</code>). If this field is empty, "
660
+ "<strong>all your users</strong> (including subscribers) will have access to "
661
+ "the reports, unless a 'Read access' whitelist has been specified here below. "
662
+ "In this case, the list has precedence over the capability."
663
  msgstr ""
664
+ "Especifique la mínima <a href='http://codex.wordpress.org/"
665
+ "Roles_and_Capabilities' target='_new'>capability</a> que se necesita para "
666
+ "acceder a los informes (por defecto: <code> leer</code>). Si este campo está "
667
+ "vacío, <strong> todos los usuarios </strong> (incluidos los abonados) "
668
+ "tendrán acceso a los informes, a menos que se haya especificado una lista "
669
+ "blanca 'Acceso de lectura' aquí abajo. En este caso, la lista tiene "
670
+ "prioridad sobre la capacidad."
671
 
672
+ #: ../../admin/config/index.php:137 ../../admin/config/index.php:141
673
+ msgid "Whitelist"
674
+ msgstr "Lista blanca"
675
 
676
+ #: ../../admin/config/index.php:137
677
  msgid ""
678
+ "List all the users who should have access to the reports, separated by "
679
+ "commas. Administrators are implicitly allowed, so you don't need to list "
680
+ "them in here. Usernames are case sensitive."
681
  msgstr ""
682
+ "Enlista a los usuarios que deben tener acceso a los informes, separados por "
683
+ "comas. Los administradores están implícitamente autorizados, por lo que no "
684
+ "es necesario enumerarlos aquí. Los nombres de usuario distinguen entre "
685
+ "mayúsculas y minúsculasdefecto."
686
 
687
+ #: ../../admin/config/index.php:140
688
  #, fuzzy
689
+ msgid ""
690
+ "Specify the minimum <a href='http://codex.wordpress.org/"
691
+ "Roles_and_Capabilities' target='_new'>capability</a> required to configure "
692
+ "Slimstat (default: <code>activate_plugins</code>). The whitelist here below "
693
+ "can be used to override this option for specific users."
694
+ msgstr ""
695
+ "Especifique la mínima <a href='http://codex.wordpress.org/"
696
+ "Roles_and_Capabilities' target='_new'>capacidad</a> necesaria para "
697
+ "configurar WP SLIMStat (por <code> Activate_plugins </code>). La lista "
698
+ "blanca de aquí abajo se puede utilizar para anular esta opción para usuarios "
699
+ "específicos."
700
 
701
+ #: ../../admin/config/index.php:141
702
  msgid ""
703
+ "List all the users who can edit these options, separated by commas. Please "
704
+ "be advised that admins <strong>are not</strong> implicitly allowed, so do "
705
+ "not forget to include yourself! Usernames are case sensitive."
706
  msgstr ""
707
+ "Enistar todos los usuarios que pueden editar estas opciones, separados por "
708
+ "comas. Tenga en cuenta que los administradores <strong> no son </strong> "
709
+ "implícitamente permitidos, así que ¡no se olvide de incluirse a si mismo! "
710
+ "Los nombres de usuario distinguen entre mayúsculas y minúsculas."
711
 
712
+ #: ../../admin/config/index.php:157
713
+ msgid "Read access: username not found"
714
+ msgstr "Acceso de lectura: Nombre de usuario no se encuentra"
715
 
716
+ #: ../../admin/config/index.php:170 ../../admin/config/index.php:201
 
717
  msgid ""
718
+ "Invalid minimum capability. Please check <a href=\"http://codex.wordpress."
719
+ "org/Roles_and_Capabilities\" target=\"_new\">this page</a> for more "
720
+ "information"
721
  msgstr ""
722
+ "Capacidad mínima inválida. Por favor, consulte <a href=\"http://codex."
723
+ "wordpress.org/Roles_and_Capabilities\" target=\"_new\">esta página</a> para "
724
+ "obtener más información"
725
 
726
+ #: ../../admin/config/index.php:188
727
+ msgid "Config access: username not found"
728
+ msgstr "Acceso de configuración: Nombre de usuario no encontrado"
 
729
 
730
+ #: ../../admin/config/index.php:216
731
+ msgid "Detect Smoothing"
732
+ msgstr "Detectar Smoothing"
733
+
734
+ #: ../../admin/config/index.php:216
735
  msgid ""
736
+ "Detect if your visitors' browsers support anti-aliasing (font smoothing). "
737
+ "This option required Spy Mode to be enabled."
738
  msgstr ""
739
+ "Detectar si los navegadores de sus visitantes soportan anti-aliasing "
740
+ "(suavizado de fuentes). Esta opción requiere que el modo Espía esté "
741
+ "habilitado."
742
 
743
+ #: ../../admin/config/index.php:217
744
+ #, fuzzy
745
+ msgid "Track Outbound Clicks"
746
+ msgstr "Enlaces Salientes Recientes"
747
 
748
+ #: ../../admin/config/index.php:217
749
+ msgid ""
750
+ "Track when your visitors click on link to external websites. This option "
751
+ "required Spy Mode to be enabled."
752
+ msgstr ""
753
+ "Rastree cuando los usuarios hacen clic en el enlace a sitios web externos. "
754
+ "Esta opción requere que el modo Espía esté habilitado."
755
 
756
+ #: ../../admin/config/index.php:218
757
+ #, fuzzy
758
+ msgid "Session Duration"
759
+ msgstr "Visitas"
760
+
761
+ #: ../../admin/config/index.php:218
762
+ #, fuzzy
763
  msgid ""
764
+ "How many seconds should a human session last? Google Analytics sets it to "
765
+ "1800 seconds."
766
  msgstr ""
767
+ "¿Cuántos segundos debe durar una sesión humana en su sitio? Google Analytics "
768
+ "lo establece en 1.800 segundos."
769
 
770
+ #: ../../admin/config/index.php:219
771
+ msgid "Extend Session"
772
+ msgstr "Extender Sesión"
773
+
774
+ #: ../../admin/config/index.php:219
775
+ msgid "Extend the duration of a session each time the user visits a new page."
776
  msgstr ""
777
+ "Extender la duración de una sesión cada vez que el usuario visita una página "
778
+ "nueva."
779
 
780
+ #: ../../admin/config/index.php:220
781
+ msgid "Enable CDN"
782
+ msgstr "Habilitar CDN"
783
+
784
+ #: ../../admin/config/index.php:220
785
  msgid ""
786
+ "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
787
+ "by serving our tracking code from their fast and reliable network (free "
788
+ "service)."
789
  msgstr ""
790
+ "Uso <a href='http://www.jsdelivr.com/' target='_blank'> JSDelivr </a> 's "
791
+ "CDN, sirviendo nuestro código de seguimiento de su red rápida y confiable "
792
+ "(servicio gratuito)."
793
 
794
+ #: ../../admin/config/index.php:221
795
+ msgid "Extensions to Track"
796
+ msgstr "Extensiones a rastreo"
797
 
798
+ #: ../../admin/config/index.php:221
799
+ msgid ""
800
+ "List all the file extensions that you want to be treated as Downloads. "
801
+ "Please note that links pointing to external resources (i.e. PDFs on a "
802
+ "different website) are considered Downloads and not Outbound Links (and "
803
+ "tracked as such), if their extension matches one of the ones listed here "
804
+ "below."
805
  msgstr ""
806
+ "Enlista todas las extensiones de archivo que desea sean tratadas como "
807
+ "descargas. Por favor, tenga en cuenta que los enlaces que apuntan a recursos "
808
+ "externos (es decir, archivos PDF en un sitio web diferente) se consideran "
809
+ "Descargas y no Vínculos salientes (y rastreado como tal), si su extensión "
810
+ "coincide con uno de los que se enumeran a continuación."
811
 
812
+ #: ../../admin/config/index.php:223
813
  #, fuzzy
814
+ msgid "External Pages"
815
+ msgstr "Paginas visitadas"
816
 
817
+ #: ../../admin/config/index.php:224
818
+ msgid "Add the following code to all the non-WP pages you want to track"
819
+ msgstr ""
820
 
821
+ #: ../../admin/config/index.php:236
822
+ msgid "Debug Mode"
823
+ msgstr ""
824
 
825
+ #: ../../admin/config/index.php:236
826
+ msgid "Display the SQL queries used to retrieve the data."
827
+ msgstr ""
828
 
829
+ #: ../../admin/config/index.php:237
830
+ msgid "IP Lookup"
831
+ msgstr "Búsqueda de IP"
832
+
833
+ #: ../../admin/config/index.php:237
834
+ msgid "Customize the Geolocation service to be used in the reports."
835
  msgstr ""
836
+ "Personalizar el servicio de Geolocalización de ser utilizado en los informes."
 
 
837
 
838
+ #: ../../admin/config/index.php:238
839
+ msgid "Custom CSS"
840
+ msgstr "CSS personalizado"
841
 
842
+ #: ../../admin/config/index.php:238
843
  #, fuzzy
844
+ msgid ""
845
+ "Paste here your custom stylesheet to personalize the way your reports look. "
846
+ "<a href='http://wordpress.org/plugins/wp-slimstat/faq/' "
847
+ "target='_blank'>Check the FAQ</a> for more information on how to use this "
848
+ "setting."
849
+ msgstr ""
850
+ "Pega aquí tu hoja de estilo personalizada para personalizar la forma en que "
851
+ "sus informes se ven. <a href='http://wordpress.org/plugins/wp-slimstat/faq/' "
852
+ "target='_blank'> Compruebe la FAQ </a> para obtener más información sobre "
853
+ "cómo utilizar esta funcionalidad."
854
 
855
+ #: ../../admin/config/index.php:239
856
+ msgid "Enable UAN"
857
+ msgstr "Habilitar UAN"
 
858
 
859
+ #: ../../admin/config/index.php:239
860
  #, fuzzy
861
  msgid ""
862
+ "Send anonymous data about user agents to our server for analysis. This "
863
+ "allows us to contribute to the <a href='http://browscap.org/' "
864
+ "target='_blank'>BrowsCap opensource project</a>, and improve the accuracy of "
865
+ "Slimstat's browser detection functionality. It also enables our transparent "
866
+ "ads network. No worries, your site will not be affected in any way."
867
  msgstr ""
868
+ "Recopilar datos sobre los agentes de usuario desconocidos, y enviarlos de "
869
+ "forma anónima a nuestro servidor para su análisis. Esto nos permite "
870
+ "contribuir con el proyecto <a href='http://browscap.co/' target='_blank'> "
871
+ "opensource BrowsCap </a>, y mejorar la precisión de la funcionalidad de "
872
+ "detección de navegador del SLIMStat."
873
 
874
+ #: ../../admin/config/maintenance.php:20
875
  #, fuzzy
876
+ msgid "Your Slimstat tables have been successfully converted to InnoDB."
877
+ msgstr "Sus tablas WP SLIMStat han sido convertidas correctamente a. InnoDB"
 
 
 
 
878
 
879
+ #: ../../admin/config/maintenance.php:30
880
+ msgid "records deleted from your database."
881
+ msgstr "Registros eliminados de la base de datos."
882
 
883
+ #: ../../admin/config/maintenance.php:35
884
+ msgid "All the records were successfully deleted."
885
+ msgstr "Todos los registros se han eliminado con éxito."
 
886
 
887
+ #: ../../admin/config/maintenance.php:39
888
+ msgid "Your reports were successfully restored to their default arrangement."
 
 
 
889
  msgstr ""
890
+ "Sus informes fueron restaurados con éxito a su disposición de forma "
891
+ "predeterminada."
 
 
 
 
 
 
892
 
893
+ #: ../../admin/config/maintenance.php:46
894
  #, fuzzy
895
  msgid ""
896
+ "Congrats! Slimstat is now optimized for <a href=\"http://www.youtube.com/"
897
+ "watch?v=ygE01sOhzz0\" target=\"_blank\">ludicrous speed</a>."
 
 
 
898
  msgstr ""
899
+ "¡Felicidades! WP SLIMStat está ahora optimizado para <a href=\"http://www."
900
+ "youtube.com/watch?v=ygE01sOhzz0\" target=\"_blank\"> velocidad ridícula </a>."
 
 
 
 
 
 
 
 
901
 
902
+ #: ../../admin/config/maintenance.php:53
903
  msgid ""
904
+ "Indexing has been successfully disabled. Enjoy the extra database space you "
905
+ "just gained!"
 
906
  msgstr ""
907
+ "Indexación se ha desactivado con éxito. Disfrute del espacio de base de "
908
+ "datos adicional ¡que acaba de ganar!"
 
 
909
 
910
+ #: ../../admin/config/maintenance.php:84
911
+ msgid "Database Information"
912
+ msgstr "Información Base de datos"
913
 
914
+ #: ../../admin/config/maintenance.php:87
915
+ #, fuzzy
916
+ msgid "Engine"
917
+ msgstr "Motores de Búsqueda"
918
 
919
+ #: ../../admin/config/maintenance.php:91
920
+ msgid "switch to InnoDB"
921
+ msgstr "cambiar a InnoDB"
 
 
 
 
 
 
 
 
 
922
 
923
+ #: ../../admin/config/maintenance.php:102
924
  #, fuzzy
925
+ msgid "records"
926
+ msgstr "Palabras clave"
927
 
928
+ #: ../../admin/config/maintenance.php:107
929
+ msgid "Data Maintenance"
930
+ msgstr "Mantenimiento de Datos"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
931
 
932
+ #: ../../admin/config/maintenance.php:110
933
  #, fuzzy
934
+ msgid "Delete pageviews where"
935
+ msgstr "Filtrar páginas visitadas dondé:"
936
 
937
+ #: ../../admin/config/maintenance.php:124 ../../admin/view/index.php:15
938
+ msgid "equals"
939
+ msgstr "es igual a"
 
 
 
 
940
 
941
+ #: ../../admin/config/maintenance.php:125 ../../admin/view/index.php:16
942
+ msgid "is not equal to"
943
+ msgstr "no es igual a"
944
+
945
+ #: ../../admin/config/maintenance.php:126 ../../admin/view/index.php:17
946
  #, fuzzy
947
+ msgid "contains"
948
+ msgstr "Contiene"
949
 
950
+ #: ../../admin/config/maintenance.php:127 ../../admin/view/index.php:18
951
+ #, fuzzy
952
+ msgid "does not contain"
953
+ msgstr "No contiene"
 
 
 
 
 
 
 
 
 
 
 
 
954
 
955
+ #: ../../admin/config/maintenance.php:128 ../../admin/view/index.php:19
956
  #, fuzzy
957
+ msgid "starts with"
958
+ msgstr "Empieza por"
959
 
960
+ #: ../../admin/config/maintenance.php:129 ../../admin/view/index.php:20
961
+ #, fuzzy
962
+ msgid "ends with"
963
+ msgstr "Acaba en"
 
 
 
 
 
 
 
 
 
 
964
 
965
+ #: ../../admin/config/maintenance.php:130 ../../admin/view/index.php:21
966
+ msgid "sounds like"
967
+ msgstr "suena como"
968
 
969
+ #: ../../admin/config/maintenance.php:131 ../../admin/view/index.php:22
970
+ msgid "is greater than"
971
+ msgstr "es mayor que"
972
 
973
+ #: ../../admin/config/maintenance.php:132 ../../admin/view/index.php:23
974
+ msgid "is less than"
975
+ msgstr "es menor que"
 
 
976
 
977
+ #: ../../admin/config/maintenance.php:133 ../../admin/view/index.php:25
978
+ msgid "matches"
979
+ msgstr "coincide"
980
 
981
+ #: ../../admin/config/maintenance.php:134 ../../admin/view/index.php:26
982
  #, fuzzy
983
+ msgid "does not match"
984
+ msgstr "No contiene"
985
+
986
+ #: ../../admin/config/maintenance.php:135 ../../admin/view/index.php:27
987
+ msgid "is empty"
988
+ msgstr "está vacío"
989
+
990
+ #: ../../admin/config/maintenance.php:136 ../../admin/view/index.php:28
991
+ msgid "is not empty"
992
+ msgstr "no está vacío"
993
+
994
+ #: ../../admin/config/maintenance.php:139 ../../admin/view/index.php:40
995
+ #: ../../admin/view/index.php:103
996
+ msgid "Apply"
997
+ msgstr "Aplicar"
998
+
999
+ #: ../../admin/config/maintenance.php:140
1000
  msgid ""
1001
+ "Are you sure you want to PERMANENTLY delete these records from your database?"
 
 
1002
  msgstr ""
1003
+ "¿Está seguro que desea eliminar PERMANENTEMENTE estos registros de su base "
1004
+ "de datos?"
 
1005
 
1006
+ #: ../../admin/config/maintenance.php:145
1007
+ msgid "Empty Database"
1008
+ msgstr "Base de datos vacía"
1009
 
1010
+ #: ../../admin/config/maintenance.php:148
1011
  msgid ""
1012
+ "Are you sure you want to PERMANENTLY DELETE ALL the records from your "
1013
+ "database?"
1014
  msgstr ""
1015
+ "¿Está seguro que quiere BORRAR PERMANENTEMENTE TODOS los registros de su "
1016
+ "base de datos?"
 
 
 
 
 
 
1017
 
1018
+ #: ../../admin/config/maintenance.php:148
1019
  #, fuzzy
1020
+ msgid "Delete All Pageviews"
1021
+ msgstr "Paginas visitadas"
1022
 
1023
+ #: ../../admin/config/maintenance.php:149
1024
  #, fuzzy
1025
  msgid ""
1026
+ "Erase all the information collected so far by Slimstat. This operation "
1027
+ "<strong>does not</strong> reset your settings."
1028
  msgstr ""
1029
+ "Borrar toda la información recopilada hasta el momento por WP SLIMStat. Esta "
1030
+ "<strong> operación no </strong> restablece la configuración."
1031
 
1032
+ #: ../../admin/config/maintenance.php:153
1033
  #, fuzzy
1034
+ msgid "Reset Reports"
1035
+ msgstr "Informes Personalizados"
1036
 
1037
+ #: ../../admin/config/maintenance.php:156
 
1038
  msgid ""
1039
+ "Are you sure you want to restore the default arrangement of your reports?"
 
 
 
 
 
1040
  msgstr ""
1041
+ "¿Está seguro de que desea restaurar la disposición por defecto de sus "
1042
+ "informes?"
 
 
 
 
 
1043
 
1044
+ #: ../../admin/config/maintenance.php:156
1045
+ msgid "No Panic Button"
1046
+ msgstr "Botón No Pánico"
1047
 
1048
+ #: ../../admin/config/maintenance.php:157
1049
  msgid ""
1050
+ "Reset the default arrangement of your reports. Helpful when, for some "
1051
+ "reason, reports disappear from your panels."
 
1052
  msgstr ""
1053
+ "Cambiar la disposición por defecto de sus informes. Útil cuando, por alguna "
1054
+ "razón, los informes desaparecen de sus paneles."
 
 
1055
 
1056
+ #: ../../admin/config/maintenance.php:161
1057
+ msgid "Performance"
1058
+ msgstr "Rendimiento"
1059
+
1060
+ #: ../../admin/config/maintenance.php:164
1061
+ msgid "Improve Performance"
1062
+ msgstr "Mejorar el rendimiento"
1063
+
1064
+ #: ../../admin/config/maintenance.php:165
1065
  msgid ""
1066
+ "Please note that you will need about 30% more DB space to store the extra "
1067
+ "information required."
 
 
1068
  msgstr ""
1069
+ "Por favor, tenga en cuenta que necesitará un 30% más de espacio BD para "
1070
+ "almacenar la información adicional que se requiere."
 
 
 
1071
 
1072
+ #: ../../admin/config/maintenance.php:169
1073
+ msgid "Save DB Space"
1074
+ msgstr "Guardar Espacio BD"
1075
+
1076
+ #: ../../admin/config/maintenance.php:170
1077
+ #, fuzzy
1078
  msgid ""
1079
+ "Please note that by removing table indexes, Slimstat's performance will be "
1080
+ "affected."
 
1081
  msgstr ""
1082
+ "Tenga en cuenta que al eliminar los índices de tabla, el rendimiento de WP "
1083
+ "SLIMStat se verá afectado."
 
 
1084
 
1085
+ #: ../../admin/config/maintenance.php:175
1086
+ msgid "Import and Export"
1087
+ msgstr "Importar y Exportar"
1088
 
1089
+ #: ../../admin/config/maintenance.php:179
1090
+ #, fuzzy
1091
  msgid ""
1092
+ "Here below you can find the current configuration string for Slimstat. You "
1093
+ "can update your settings by pasting a new string here below and clicking on "
1094
+ "Import."
1095
  msgstr ""
1096
+ "Aquí abajo puede encontrar la cadena actual de configuración para WP "
1097
+ "SlimStat. Puede actualizar su configuración pegando una nueva cadena aquí "
1098
+ "abajo y haciendo clic en Importar."
1099
 
1100
+ #: ../../admin/config/maintenance.php:184
1101
+ msgid "Import"
1102
+ msgstr "Importar"
1103
 
1104
+ #: ../../admin/config/maintenance.php:185
1105
+ msgid "Are you sure you want to OVERWRITE your current settings?"
1106
+ msgstr "¿Seguro de que desea sobrescribir la configuración actual?"
1107
 
1108
+ #: ../../admin/lang/dynamic_strings.php:3
1109
+ msgid "xx"
1110
+ msgstr "xx"
 
 
 
 
 
1111
 
1112
+ #: ../../admin/lang/dynamic_strings.php:4
1113
+ msgid "unknown"
1114
+ msgstr "Desconocido"
 
1115
 
1116
+ #: ../../admin/lang/dynamic_strings.php:5
1117
+ msgid "win8.1"
1118
+ msgstr "win8.1"
 
 
 
 
1119
 
1120
+ #: ../../admin/lang/dynamic_strings.php:6
1121
+ msgid "win8"
1122
+ msgstr "win8"
 
1123
 
1124
+ #: ../../admin/lang/dynamic_strings.php:7
1125
+ msgid "win7"
1126
+ msgstr "Windows 7"
 
 
 
 
 
1127
 
1128
+ #: ../../admin/lang/dynamic_strings.php:8
1129
+ msgid "winvista"
1130
+ msgstr "Windows Vista"
1131
 
1132
+ #: ../../admin/lang/dynamic_strings.php:9
1133
+ msgid "win2003"
1134
+ msgstr "Windows 2003"
 
 
1135
 
1136
+ #: ../../admin/lang/dynamic_strings.php:10
1137
+ msgid "winxp"
1138
+ msgstr "Windows XP"
1139
 
1140
+ #: ../../admin/lang/dynamic_strings.php:11
1141
+ msgid "winnt"
1142
+ msgstr "Windows NT"
 
 
 
 
 
 
1143
 
1144
+ #: ../../admin/lang/dynamic_strings.php:12
1145
+ msgid "win2000"
1146
+ msgstr "Windows 2000"
1147
 
1148
+ #: ../../admin/lang/dynamic_strings.php:13
1149
+ msgid "winme"
1150
+ msgstr "Windows ME"
 
 
 
 
 
 
 
 
 
 
1151
 
1152
+ #: ../../admin/lang/dynamic_strings.php:14
1153
+ msgid "win98"
1154
+ msgstr "Windows 98"
 
1155
 
1156
+ #: ../../admin/lang/dynamic_strings.php:15
1157
+ msgid "win95"
1158
+ msgstr "Windows 95"
1159
 
1160
+ #: ../../admin/lang/dynamic_strings.php:16
1161
+ msgid "win31"
1162
+ msgstr "Windows 3.1"
1163
 
1164
+ #: ../../admin/lang/dynamic_strings.php:17
1165
+ msgid "win32"
1166
+ msgstr "Windows 32-bit"
1167
 
1168
+ #: ../../admin/lang/dynamic_strings.php:18
1169
+ msgid "win16"
1170
+ msgstr "Windows 16-bit"
1171
 
1172
+ #: ../../admin/lang/dynamic_strings.php:19
1173
+ msgid "mac68k"
1174
+ msgstr "Mac 68k"
 
1175
 
1176
+ #: ../../admin/lang/dynamic_strings.php:20
1177
+ msgid "macosx"
1178
+ msgstr "Mac OS X"
1179
 
1180
+ #: ../../admin/lang/dynamic_strings.php:21
1181
+ msgid "macppc"
1182
+ msgstr "Mac PowerPC"
 
 
 
 
 
 
 
 
 
1183
 
1184
+ #: ../../admin/lang/dynamic_strings.php:22
1185
+ msgid "mac"
1186
+ msgstr "Mac"
1187
 
1188
+ #: ../../admin/lang/dynamic_strings.php:23
1189
+ msgid "os/2"
1190
+ msgstr "IBM OS/2"
 
 
 
 
 
 
 
 
 
 
 
1191
 
1192
+ #: ../../admin/lang/dynamic_strings.php:24
1193
+ msgid "sunos"
1194
+ msgstr "Sun OS"
 
1195
 
1196
+ #: ../../admin/lang/dynamic_strings.php:25
1197
+ msgid "solaris"
1198
+ msgstr "Solaris"
1199
 
1200
+ #: ../../admin/lang/dynamic_strings.php:26
1201
+ msgid "unix"
1202
+ msgstr "Unix"
1203
 
1204
+ #: ../../admin/lang/dynamic_strings.php:27
1205
+ msgid "irix"
1206
+ msgstr "IRIX"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1207
 
1208
+ #: ../../admin/lang/dynamic_strings.php:28
1209
+ msgid "hp-ux"
1210
+ msgstr "HP-UX"
1211
 
1212
+ #: ../../admin/lang/dynamic_strings.php:29
1213
+ msgid "aix"
1214
+ msgstr "IBM AIX"
 
1215
 
1216
+ #: ../../admin/lang/dynamic_strings.php:30
1217
+ msgid "beos"
1218
+ msgstr "BeOS"
1219
 
1220
+ #: ../../admin/lang/dynamic_strings.php:31
1221
+ msgid "cygwin"
1222
+ msgstr "Cygwin"
 
1223
 
1224
+ #: ../../admin/lang/dynamic_strings.php:32
1225
+ msgid "digital unix"
1226
+ msgstr "Digital Unix"
1227
 
1228
+ #: ../../admin/lang/dynamic_strings.php:33
1229
+ msgid "risc os"
1230
+ msgstr "Risc OS"
 
1231
 
1232
+ #: ../../admin/lang/dynamic_strings.php:34
1233
+ msgid "openvms"
1234
+ msgstr "OpenVMS"
1235
 
1236
+ #: ../../admin/lang/dynamic_strings.php:35
1237
+ msgid "linux"
1238
+ msgstr "Linux"
1239
 
1240
+ #: ../../admin/lang/dynamic_strings.php:36
1241
+ msgid "freebsd"
1242
+ msgstr "FreeBSD"
 
1243
 
1244
+ #: ../../admin/lang/dynamic_strings.php:37
1245
+ msgid "openbsd"
1246
+ msgstr "OpenBSD"
 
1247
 
1248
+ #: ../../admin/lang/dynamic_strings.php:38
1249
+ msgid "netbsd"
1250
+ msgstr "NetBSD"
 
1251
 
1252
+ #: ../../admin/lang/dynamic_strings.php:39
1253
+ msgid "debian"
1254
+ msgstr "Debian"
 
1255
 
1256
+ #: ../../admin/lang/dynamic_strings.php:40
1257
+ msgid "amiga"
1258
+ msgstr "Amiga"
1259
 
1260
+ #: ../../admin/lang/dynamic_strings.php:41
1261
+ msgid "android"
1262
+ msgstr "Android"
1263
 
1264
+ #: ../../admin/lang/dynamic_strings.php:42
1265
+ msgid "wyderos"
1266
+ msgstr "WyderOS"
1267
 
1268
+ #: ../../admin/lang/dynamic_strings.php:43
1269
+ msgid "iphone osx"
1270
+ msgstr "iPhone OS X"
1271
 
1272
+ #: ../../admin/lang/dynamic_strings.php:44
1273
  #, fuzzy
1274
+ msgid "ios"
1275
+ msgstr "Apple iOS"
1276
 
1277
+ #: ../../admin/lang/dynamic_strings.php:45
1278
+ msgid "palm"
1279
+ msgstr "Palm"
1280
 
1281
+ #: ../../admin/lang/dynamic_strings.php:46
1282
+ msgid "wap"
1283
+ msgstr "WAP"
1284
 
1285
+ #: ../../admin/lang/dynamic_strings.php:47
1286
+ msgid "java"
1287
+ msgstr "Java"
 
1288
 
1289
+ #: ../../admin/lang/dynamic_strings.php:48
1290
+ #, fuzzy
1291
+ msgid "winphone7"
1292
+ msgstr "iPhone OS X"
 
 
1293
 
1294
+ #: ../../admin/lang/dynamic_strings.php:49
1295
+ msgid "wince"
1296
+ msgstr "Windows CE"
1297
 
1298
+ #: ../../admin/lang/dynamic_strings.php:50
1299
+ msgid "symbianos"
1300
+ msgstr "Symbian OS"
 
 
 
 
1301
 
1302
+ #: ../../admin/lang/dynamic_strings.php:51
1303
+ msgid "blackberry os"
1304
+ msgstr "so blackberry"
 
1305
 
1306
+ #: ../../admin/lang/dynamic_strings.php:52
1307
+ msgid "webos"
1308
+ msgstr "WebOS"
 
 
 
 
 
1309
 
1310
+ #: ../../admin/lang/dynamic_strings.php:53
1311
+ msgid "p-and"
1312
+ msgstr "Android"
 
1313
 
1314
+ #: ../../admin/lang/dynamic_strings.php:54
1315
+ msgid "p-bla"
1316
+ msgstr "BlackBerry"
 
 
 
1317
 
1318
+ #: ../../admin/lang/dynamic_strings.php:55
1319
+ msgid "p-chr"
1320
+ msgstr "Chrome OS"
1321
 
1322
+ #: ../../admin/lang/dynamic_strings.php:56
1323
+ msgid "p-fre"
1324
+ msgstr "Linux FreeBSD"
 
 
 
 
1325
 
1326
+ #: ../../admin/lang/dynamic_strings.php:57
1327
+ msgid "p-ios"
1328
+ msgstr "Apple iOS"
1329
 
1330
+ #: ../../admin/lang/dynamic_strings.php:58
1331
+ msgid "p-jav"
1332
+ msgstr "Java-based OS"
1333
 
1334
+ #: ../../admin/lang/dynamic_strings.php:59
1335
+ msgid "p-lin"
1336
+ msgstr "Linux"
 
 
 
 
1337
 
1338
+ #: ../../admin/lang/dynamic_strings.php:60
1339
+ msgid "p-mac"
1340
+ msgstr "Apple"
1341
 
1342
+ #: ../../admin/lang/dynamic_strings.php:61
1343
+ msgid "p-sym"
1344
+ msgstr "Symbian OS"
 
 
 
 
 
 
 
 
 
1345
 
1346
+ #: ../../admin/lang/dynamic_strings.php:62
1347
+ msgid "p-unk"
1348
+ msgstr "Unknown"
 
 
 
 
 
 
 
1349
 
1350
+ #: ../../admin/lang/dynamic_strings.php:63
1351
+ msgid "p-win"
1352
+ msgstr "Microsoft"
1353
 
1354
+ #: ../../admin/lang/dynamic_strings.php:64
1355
+ msgid "powertv"
1356
+ msgstr "PowerTV"
1357
 
1358
+ #: ../../admin/lang/dynamic_strings.php:65
1359
+ #, fuzzy
1360
+ msgid "acrobat"
1361
+ msgstr "Acrobat"
1362
 
1363
+ #: ../../admin/lang/dynamic_strings.php:66
1364
+ msgid "director"
1365
+ msgstr "director"
1366
 
1367
+ #: ../../admin/lang/dynamic_strings.php:67
1368
+ #, fuzzy
1369
+ msgid "flash"
1370
+ msgstr "Flash"
1371
 
1372
+ #: ../../admin/lang/dynamic_strings.php:68
1373
+ #, fuzzy
1374
+ msgid "mediaplayer"
1375
+ msgstr "Media Player"
1376
 
1377
+ #: ../../admin/lang/dynamic_strings.php:69
1378
+ msgid "quicktime"
1379
+ msgstr "quicktime"
1380
 
1381
+ #: ../../admin/lang/dynamic_strings.php:70
1382
+ msgid "real"
1383
+ msgstr "real"
1384
 
1385
+ #: ../../admin/lang/dynamic_strings.php:71
1386
+ #, fuzzy
1387
+ msgid "silverlight"
1388
+ msgstr "Silverlight"
1389
 
1390
+ # Afrikaans
1391
+ #: ../../admin/lang/dynamic_strings.php:72
1392
+ msgid "l-af"
1393
+ msgstr "Afrikaans"
1394
 
1395
+ # Afrikaans
1396
+ #: ../../admin/lang/dynamic_strings.php:73
1397
+ #, fuzzy
1398
+ msgid "l-af-za"
1399
+ msgstr "Afrikaans"
1400
 
1401
+ # Arabic
1402
+ #: ../../admin/lang/dynamic_strings.php:74
1403
+ msgid "l-ar"
1404
+ msgstr "Arabic"
1405
 
1406
+ # Arabic (United Arab Emirates)
1407
+ #: ../../admin/lang/dynamic_strings.php:75
1408
+ msgid "l-ar-ae"
1409
+ msgstr "Arabic (United Arab Emirates)"
1410
 
1411
+ # Arabic (Bahrain)
1412
+ #: ../../admin/lang/dynamic_strings.php:76
1413
+ msgid "l-ar-bh"
1414
+ msgstr "Arabic (Bahrain)"
1415
 
1416
+ # Arabic (Algeria)
1417
+ #: ../../admin/lang/dynamic_strings.php:77
1418
+ msgid "l-ar-dz"
1419
+ msgstr "Arabic (Algeria)"
1420
 
1421
+ # Arabic (Egypt)
1422
+ #: ../../admin/lang/dynamic_strings.php:78
1423
+ msgid "l-ar-eg"
1424
+ msgstr "Arabic (Egypt)"
1425
 
1426
+ # Arabic (Iraq)
1427
+ #: ../../admin/lang/dynamic_strings.php:79
1428
+ msgid "l-ar-iq"
1429
+ msgstr "Arabic (Iraq)"
1430
 
1431
+ # Arabic (Jordan)
1432
+ #: ../../admin/lang/dynamic_strings.php:80
1433
+ msgid "l-ar-jo"
1434
+ msgstr "Arabic (Jordan)"
1435
 
1436
+ # Arabic (Kuwait)
1437
+ #: ../../admin/lang/dynamic_strings.php:81
1438
+ msgid "l-ar-kw"
1439
+ msgstr "Arabic (Kuwait)"
1440
 
1441
+ # Arabic (Lebanon)
1442
+ #: ../../admin/lang/dynamic_strings.php:82
1443
+ msgid "l-ar-lb"
1444
+ msgstr "Arabic (Lebanon)"
1445
 
1446
+ # Arabic (Libya)
1447
+ #: ../../admin/lang/dynamic_strings.php:83
1448
+ msgid "l-ar-ly"
1449
+ msgstr "Arabic (Libya)"
1450
 
1451
+ # Arabic (Morocco)
1452
+ #: ../../admin/lang/dynamic_strings.php:84
1453
+ msgid "l-ar-ma"
1454
+ msgstr "Arabic (Morocco)"
1455
 
1456
+ # Arabic (Oman)
1457
+ #: ../../admin/lang/dynamic_strings.php:85
1458
+ msgid "l-ar-om"
1459
+ msgstr "Arabic (Oman)"
1460
 
1461
+ # Arabic (Qatar)
1462
+ #: ../../admin/lang/dynamic_strings.php:86
1463
+ msgid "l-ar-qa"
1464
+ msgstr "Arabic (Qatar)"
1465
 
1466
+ # Arabic (Saudi Arabia)
1467
+ #: ../../admin/lang/dynamic_strings.php:87
1468
+ msgid "l-ar-sa"
1469
+ msgstr "Arabic (Saudi Arabia)"
1470
 
1471
+ # Arabic (Syria)
1472
+ #: ../../admin/lang/dynamic_strings.php:88
1473
+ msgid "l-ar-sy"
1474
+ msgstr "Arabic (Syria)"
1475
 
1476
+ # Arabic (Tunisia)
1477
+ #: ../../admin/lang/dynamic_strings.php:89
1478
+ msgid "l-ar-tn"
1479
+ msgstr "Arabic (Tunisia)"
1480
 
1481
+ # Arabic (Yemen)
1482
+ #: ../../admin/lang/dynamic_strings.php:90
1483
+ msgid "l-ar-ye"
1484
+ msgstr "Arabic (Yemen)"
1485
 
1486
+ # Azerbaijani
1487
+ #: ../../admin/lang/dynamic_strings.php:91
1488
+ msgid "l-az"
1489
+ msgstr "Azerbaijani"
1490
 
1491
+ # Azerbaijani
1492
+ #: ../../admin/lang/dynamic_strings.php:92
1493
+ #, fuzzy
1494
+ msgid "l-az-az"
1495
+ msgstr "Azerbaijani"
1496
 
1497
+ # Belarusian
1498
+ #: ../../admin/lang/dynamic_strings.php:93
1499
+ msgid "l-be"
1500
+ msgstr "Belarusian"
1501
 
1502
+ # Belarusian
1503
+ #: ../../admin/lang/dynamic_strings.php:94
1504
+ #, fuzzy
1505
+ msgid "l-be-by"
1506
+ msgstr "Belarusian"
1507
 
1508
+ # Bulgarian
1509
+ #: ../../admin/lang/dynamic_strings.php:95
1510
+ msgid "l-bg"
1511
+ msgstr "Bulgarian"
1512
 
1513
+ # Bulgarian
1514
+ #: ../../admin/lang/dynamic_strings.php:96
1515
+ #, fuzzy
1516
+ msgid "l-bg-bg"
1517
+ msgstr "Bulgarian"
 
 
1518
 
1519
+ # Bosnian
1520
+ #: ../../admin/lang/dynamic_strings.php:97
1521
+ #, fuzzy
1522
+ msgid "l-bs-ba"
1523
+ msgstr "Bosnian"
1524
 
1525
+ # Catalan; Valencian
1526
+ #: ../../admin/lang/dynamic_strings.php:98
1527
+ msgid "l-ca"
1528
+ msgstr "Catalan; Valencian"
1529
 
1530
+ # Catalan; Valencian
1531
+ #: ../../admin/lang/dynamic_strings.php:99
1532
+ #, fuzzy
1533
+ msgid "l-ca-es"
1534
+ msgstr "Catalan; Valencian"
1535
 
1536
+ # Czech
1537
+ #: ../../admin/lang/dynamic_strings.php:100
1538
+ msgid "l-cs"
1539
+ msgstr "Czech"
1540
 
1541
+ # Czech
1542
+ #: ../../admin/lang/dynamic_strings.php:101
1543
+ #, fuzzy
1544
+ msgid "l-cs-cz"
1545
+ msgstr "Czech"
1546
 
1547
+ # Welsh
1548
+ #: ../../admin/lang/dynamic_strings.php:102
1549
+ msgid "l-cy"
1550
+ msgstr "Welsh"
1551
 
1552
+ # Welsh
1553
+ #: ../../admin/lang/dynamic_strings.php:103
1554
+ #, fuzzy
1555
+ msgid "l-cy-gb"
1556
+ msgstr "Welsh"
1557
 
1558
+ # Danish
1559
+ #: ../../admin/lang/dynamic_strings.php:104
1560
+ msgid "l-da"
1561
+ msgstr "Danish"
1562
 
1563
+ # Danish
1564
+ #: ../../admin/lang/dynamic_strings.php:105
1565
  #, fuzzy
1566
+ msgid "l-da-dk"
1567
+ msgstr "Danish"
 
 
 
 
1568
 
1569
+ # German
1570
+ #: ../../admin/lang/dynamic_strings.php:106
1571
+ msgid "l-de"
1572
+ msgstr "German"
1573
 
1574
+ # German (Austria)
1575
+ #: ../../admin/lang/dynamic_strings.php:107
1576
+ msgid "l-de-at"
1577
+ msgstr "German (Austria)"
1578
 
1579
+ # German (Switzerland)
1580
+ #: ../../admin/lang/dynamic_strings.php:108
1581
+ msgid "l-de-ch"
1582
+ msgstr "German (Switzerland)"
1583
 
1584
+ # German (Germany)
1585
+ #: ../../admin/lang/dynamic_strings.php:109
1586
+ msgid "l-de-de"
1587
+ msgstr "German (Germany)"
1588
 
1589
+ # German (Liechtenstein)
1590
+ #: ../../admin/lang/dynamic_strings.php:110
1591
+ msgid "l-de-li"
1592
+ msgstr "German (Liechtenstein)"
1593
 
1594
+ # German (Luxembourg)
1595
+ #: ../../admin/lang/dynamic_strings.php:111
1596
+ msgid "l-de-lu"
1597
+ msgstr "German (Luxembourg)"
1598
 
1599
+ # Dhivehi; Divehi; Maldivian
1600
+ #: ../../admin/lang/dynamic_strings.php:112
1601
+ msgid "l-dv"
1602
+ msgstr "Dhivehi; Divehi; Maldivian"
1603
 
1604
+ # Dhivehi; Divehi; Maldivian
1605
+ #: ../../admin/lang/dynamic_strings.php:113
1606
+ #, fuzzy
1607
+ msgid "l-dv-mv"
1608
+ msgstr "Dhivehi; Divehi; Maldivian"
1609
 
1610
+ # Modern Greek (1453-)
1611
+ #: ../../admin/lang/dynamic_strings.php:114
1612
+ msgid "l-el"
1613
+ msgstr "Modern Greek (1453-)"
1614
 
1615
+ # Greek (Greece)
1616
+ #: ../../admin/lang/dynamic_strings.php:115
1617
+ msgid "l-el-gr"
1618
+ msgstr "Greek (Greece)"
1619
 
1620
+ # English
1621
+ #: ../../admin/lang/dynamic_strings.php:116
1622
+ msgid "l-en"
1623
+ msgstr "English"
1624
 
1625
+ # English (Australia)
1626
+ #: ../../admin/lang/dynamic_strings.php:117
1627
+ msgid "l-en-au"
1628
+ msgstr "English (Australia)"
1629
 
1630
+ # English (Belize)
1631
+ #: ../../admin/lang/dynamic_strings.php:118
1632
+ msgid "l-en-bz"
1633
+ msgstr "English (Belize)"
1634
 
1635
+ # English (Canada)
1636
+ #: ../../admin/lang/dynamic_strings.php:119
1637
+ msgid "l-en-ca"
1638
+ msgstr "English (Canada)"
1639
 
1640
+ # English (Canada)
1641
+ #: ../../admin/lang/dynamic_strings.php:120
1642
+ #, fuzzy
1643
+ msgid "l-en-cb"
1644
+ msgstr "English (Canada)"
1645
 
1646
+ # English (United Kingdom)
1647
+ #: ../../admin/lang/dynamic_strings.php:121
1648
+ msgid "l-en-gb"
1649
+ msgstr "English (United Kingdom)"
1650
 
1651
+ # English (Ireland)
1652
+ #: ../../admin/lang/dynamic_strings.php:122
1653
+ msgid "l-en-ie"
1654
+ msgstr "English (Ireland)"
1655
 
1656
+ # English (Jamaica)
1657
+ #: ../../admin/lang/dynamic_strings.php:123
1658
+ msgid "l-en-jm"
1659
+ msgstr "English (Jamaica)"
1660
 
1661
+ # English (New Zealand)
1662
+ #: ../../admin/lang/dynamic_strings.php:124
1663
+ msgid "l-en-nz"
1664
+ msgstr "English (New Zealand)"
1665
 
1666
+ # English
1667
+ #: ../../admin/lang/dynamic_strings.php:125
1668
  #, fuzzy
1669
+ msgid "l-en-ph"
1670
+ msgstr "English"
1671
 
1672
+ # English (Trinidad)
1673
+ #: ../../admin/lang/dynamic_strings.php:126
1674
+ msgid "l-en-tt"
1675
+ msgstr "English (Trinidad)"
1676
 
1677
+ # English (United States)
1678
+ #: ../../admin/lang/dynamic_strings.php:127
1679
+ msgid "l-en-us"
1680
+ msgstr "English (United States)"
1681
 
1682
+ # English (South Africa)
1683
+ #: ../../admin/lang/dynamic_strings.php:128
1684
+ msgid "l-en-za"
1685
+ msgstr "English (South Africa)"
1686
 
1687
+ # English (South Africa)
1688
+ #: ../../admin/lang/dynamic_strings.php:129
1689
+ #, fuzzy
1690
+ msgid "l-en-zw"
1691
+ msgstr "English (South Africa)"
1692
 
1693
+ # Esperanto
1694
+ #: ../../admin/lang/dynamic_strings.php:130
1695
+ msgid "l-eo"
1696
+ msgstr "Esperanto"
1697
 
1698
+ # Spanish; Castilian
1699
+ #: ../../admin/lang/dynamic_strings.php:131
1700
+ msgid "l-es"
1701
+ msgstr "Spanish; Castilian"
1702
 
1703
+ # Spanish (Argentina)
1704
+ #: ../../admin/lang/dynamic_strings.php:132
1705
+ msgid "l-es-ar"
1706
+ msgstr "Spanish (Argentina)"
1707
 
1708
+ # Spanish (Bolivia)
1709
+ #: ../../admin/lang/dynamic_strings.php:133
1710
+ msgid "l-es-bo"
1711
+ msgstr "Spanish (Bolivia)"
 
1712
 
1713
+ # Spanish (Chile)
1714
+ #: ../../admin/lang/dynamic_strings.php:134
1715
+ msgid "l-es-cl"
1716
+ msgstr "Spanish (Chile)"
1717
 
1718
+ # Spanish (Colombia)
1719
+ #: ../../admin/lang/dynamic_strings.php:135
1720
+ msgid "l-es-co"
1721
+ msgstr "Spanish (Colombia)"
1722
 
1723
+ # Spanish (Costa Rica)
1724
+ #: ../../admin/lang/dynamic_strings.php:136
1725
+ msgid "l-es-cr"
1726
+ msgstr "Spanish (Costa Rica)"
1727
 
1728
+ # Spanish (Dominican Republic)
1729
+ #: ../../admin/lang/dynamic_strings.php:137
1730
+ msgid "l-es-do"
1731
+ msgstr "Spanish (Dominican Republic)"
1732
 
1733
+ # Spanish (Ecuador)
1734
+ #: ../../admin/lang/dynamic_strings.php:138
1735
+ msgid "l-es-ec"
1736
+ msgstr "Spanish (Ecuador)"
1737
 
1738
+ # Spanish (Spain)
1739
+ #: ../../admin/lang/dynamic_strings.php:139
1740
+ msgid "l-es-es"
1741
+ msgstr "Spanish (Spain)"
1742
 
1743
+ # Spanish (Guatemala)
1744
+ #: ../../admin/lang/dynamic_strings.php:140
1745
+ msgid "l-es-gt"
1746
+ msgstr "Spanish (Guatemala)"
1747
 
1748
+ # Spanish (Honduras)
1749
+ #: ../../admin/lang/dynamic_strings.php:141
1750
+ msgid "l-es-hn"
1751
+ msgstr "Spanish (Honduras)"
1752
 
1753
+ # Spanish (Mexico)
1754
+ #: ../../admin/lang/dynamic_strings.php:142
1755
+ msgid "l-es-mx"
1756
+ msgstr "Spanish (Mexico)"
1757
 
1758
+ # Spanish (Nicaragua)
1759
+ #: ../../admin/lang/dynamic_strings.php:143
1760
+ msgid "l-es-ni"
1761
+ msgstr "Spanish (Nicaragua)"
1762
 
1763
+ # Spanish (Panama)
1764
+ #: ../../admin/lang/dynamic_strings.php:144
1765
+ msgid "l-es-pa"
1766
+ msgstr "Spanish (Panama)"
1767
 
1768
+ # Spanish (Peru)
1769
+ #: ../../admin/lang/dynamic_strings.php:145
1770
+ msgid "l-es-pe"
1771
+ msgstr "Spanish (Peru)"
1772
 
1773
+ # Spanish (Puerto Rico)
1774
+ #: ../../admin/lang/dynamic_strings.php:146
1775
+ msgid "l-es-pr"
1776
+ msgstr "Spanish (Puerto Rico)"
1777
 
1778
+ # Spanish (Paraguay)
1779
+ #: ../../admin/lang/dynamic_strings.php:147
1780
+ msgid "l-es-py"
1781
+ msgstr "Spanish (Paraguay)"
1782
 
1783
+ # Spanish (El Salvador)
1784
+ #: ../../admin/lang/dynamic_strings.php:148
1785
+ msgid "l-es-sv"
1786
+ msgstr "Spanish (El Salvador)"
1787
 
1788
+ # Spanish (Uruguay)
1789
+ #: ../../admin/lang/dynamic_strings.php:149
1790
+ msgid "l-es-uy"
1791
+ msgstr "Spanish (Uruguay)"
1792
 
1793
+ # Spanish (Venezuela)
1794
+ #: ../../admin/lang/dynamic_strings.php:150
1795
+ msgid "l-es-ve"
1796
+ msgstr "Spanish (Venezuela)"
1797
 
1798
+ # Estonian
1799
+ #: ../../admin/lang/dynamic_strings.php:151
1800
+ msgid "l-et"
1801
+ msgstr "Estonian"
1802
 
1803
+ # Estonian
1804
+ #: ../../admin/lang/dynamic_strings.php:152
1805
  #, fuzzy
1806
+ msgid "l-et-ee"
1807
+ msgstr "Estonian"
1808
 
1809
+ # Basque
1810
+ #: ../../admin/lang/dynamic_strings.php:153
1811
+ msgid "l-eu"
1812
+ msgstr "Basque"
1813
 
1814
+ # Basque
1815
+ #: ../../admin/lang/dynamic_strings.php:154
1816
  #, fuzzy
1817
+ msgid "l-eu-es"
1818
+ msgstr "Basque"
 
 
 
 
 
1819
 
1820
+ # Persian
1821
+ #: ../../admin/lang/dynamic_strings.php:155
1822
+ msgid "l-fa"
1823
+ msgstr "Persian"
 
1824
 
1825
+ # Persian
1826
+ #: ../../admin/lang/dynamic_strings.php:156
1827
  #, fuzzy
1828
+ msgid "l-fa-ir"
1829
+ msgstr "Persian"
1830
 
1831
+ # Finnish
1832
+ #: ../../admin/lang/dynamic_strings.php:157
1833
+ msgid "l-fi"
1834
+ msgstr "Finnish"
1835
 
1836
+ # Finnish
1837
+ #: ../../admin/lang/dynamic_strings.php:158
1838
  #, fuzzy
1839
+ msgid "l-fi-fi"
1840
+ msgstr "Finnish"
1841
 
1842
+ # Faroese
1843
+ #: ../../admin/lang/dynamic_strings.php:159
1844
+ msgid "l-fo"
1845
+ msgstr "Faroese"
1846
 
1847
+ # Faroese
1848
+ #: ../../admin/lang/dynamic_strings.php:160
1849
  #, fuzzy
1850
+ msgid "l-fo-fo"
1851
+ msgstr "Faroese"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1852
 
1853
  # French
1854
  #: ../../admin/lang/dynamic_strings.php:161
2593
  msgstr "Zulu"
2594
 
2595
  #: ../../admin/lang/dynamic_strings.php:298
2596
+ #: ../../admin/view/wp-slimstat-reports.php:505
2597
  msgid "l-"
2598
  msgstr "l-"
2599
 
2615
  msgid "is between (x,y)"
2616
  msgstr ""
2617
 
2618
+ #: ../../admin/view/index.php:44
2619
+ msgid "Load"
2620
+ msgstr ""
2621
+
2622
+ #: ../../admin/view/index.php:64 ../../admin/view/wp-slimstat-reports.php:802
2623
  msgid "Today"
2624
  msgstr "Hoy"
2625
 
2626
+ #: ../../admin/view/index.php:65 ../../admin/view/wp-slimstat-reports.php:803
2627
  msgid "Yesterday"
2628
  msgstr "Ayer"
2629
 
2630
+ #: ../../admin/view/index.php:66
2631
  msgid "Last 7 Days"
2632
  msgstr "Últimos 7 días"
2633
 
2634
+ #: ../../admin/view/index.php:67
2635
  msgid "Last 60 Days"
2636
  msgstr "Últimos 60 días"
2637
 
2638
+ #: ../../admin/view/index.php:68
2639
  msgid "Last 90 Days"
2640
  msgstr "Últimos 90 días"
2641
 
2642
+ #: ../../admin/view/index.php:69
2643
  #, fuzzy
2644
  msgid "This Year So Far"
2645
  msgstr "Año"
2646
 
2647
+ #: ../../admin/view/index.php:70
2648
  #, fuzzy
2649
  msgid "Date Range"
2650
  msgstr "Fecha y hora"
2651
 
2652
+ #: ../../admin/view/index.php:72 ../../admin/view/wp-slimstat-db.php:70
2653
  msgid "Day"
2654
  msgstr "Día"
2655
 
2656
+ #: ../../admin/view/index.php:82 ../../admin/view/wp-slimstat-db.php:71
2657
  msgid "Month"
2658
  msgstr "Mes"
2659
 
2660
+ #: ../../admin/view/index.php:91 ../../admin/view/wp-slimstat-db.php:72
2661
  msgid "Year"
2662
  msgstr "Año"
2663
 
2664
+ #: ../../admin/view/index.php:92 ../../admin/view/wp-slimstat-db.php:69
2665
+ #, fuzzy
2666
+ msgid "Hour"
2667
+ msgstr "Paginas visitadas"
2668
+
2669
+ #: ../../admin/view/index.php:93
2670
+ msgid "Min"
2671
+ msgstr ""
2672
+
2673
+ #: ../../admin/view/index.php:101 ../../admin/view/wp-slimstat-db.php:75
2674
+ msgid "hours"
2675
+ msgstr ""
2676
+
2677
+ #: ../../admin/view/index.php:102
2678
+ msgid "mins"
2679
+ msgstr ""
2680
+
2681
+ #: ../../admin/view/index.php:110
2682
  #, fuzzy
2683
  msgid "Reset Filters"
2684
  msgstr "Filtros de fecha"
2685
 
2686
+ #: ../../admin/view/index.php:151
2687
  msgid "Your report here"
2688
  msgstr "Su informe aquí"
2689
 
2690
+ #: ../../admin/view/index.php:153
2691
  #, fuzzy
2692
  msgid ""
2693
  "Yes, you can! Create and view your personalized analytics for Slimstat. Just "
2707
  "información, visite mi <a href=\"http://lab.duechiacchiere.it/\" target="
2708
  "\"_blank\"> Foro de Soporte </ a>."
2709
 
2710
+ #: ../../admin/view/index.php:167 ../../admin/view/wp-slimstat-reports.php:793
2711
+ #: ../../admin/view/wp-slimstat-reports.php:895
2712
+ #: ../../admin/view/wp-slimstat-reports.php:1118
2713
  msgid "Pageviews"
2714
  msgstr "Paginas visitadas"
2715
 
2716
+ #: ../../admin/view/index.php:170
2717
  #, fuzzy
2718
  msgid ""
2719
  "When visitors leave a comment on your blog, WordPress assigns them a cookie. "
2725
  "visitantes que regresan. Por favor, tenga en cuenta que los visitantes "
2726
  "también incluyen a los usuarios registrados."
2727
 
2728
+ #: ../../admin/view/index.php:174 ../../admin/view/index.php:212
2729
+ #: ../../admin/view/index.php:215 ../../admin/view/right-now.php:21
2730
  #, fuzzy
2731
  msgid "Color codes"
2732
  msgstr "Código de Pais"
2733
 
2734
+ #: ../../admin/view/index.php:174 ../../admin/view/right-now.php:21
2735
  #, fuzzy
2736
  msgid "From search result page"
2737
  msgstr "Desde una página con resultados de búsqueda"
2738
 
2739
+ #: ../../admin/view/index.php:174 ../../admin/view/right-now.php:21
2740
+ #: ../../admin/wp-slimstat-admin.php:792
2741
+ #, fuzzy
2742
+ msgid "Known Visitor"
2743
+ msgstr "Palabras clave recientes"
2744
+
2745
+ #: ../../admin/view/index.php:174 ../../admin/view/index.php:212
2746
+ #: ../../admin/view/index.php:215 ../../admin/view/right-now.php:21
2747
  #, fuzzy
2748
  msgid "Known Users"
2749
  msgstr "Navegadores recientes"
2750
 
2751
+ #: ../../admin/view/index.php:174 ../../admin/view/index.php:212
2752
+ #: ../../admin/view/index.php:215 ../../admin/view/right-now.php:21
2753
  msgid "Other Humans"
2754
  msgstr "Otros seres humanos"
2755
 
2756
+ #: ../../admin/view/index.php:174 ../../admin/view/right-now.php:21
2757
  msgid "Bot or Crawler"
2758
  msgstr "Bot o Crawler"
2759
 
2760
+ #: ../../admin/view/index.php:178
2761
  msgid "Keywords used by your visitors to find your website on a search engine."
2762
  msgstr ""
2763
  "Palabras clave utilizadas por los visitantes para encontrar su sitio en un "
2764
  "motor de búsqueda."
2765
 
2766
+ #: ../../admin/view/index.php:181
2767
  #, fuzzy
2768
  msgid ""
2769
  "Slimstat retrieves live information from Alexa, Facebook and Google, to "
2774
  "para medir el ranking de su sitio. Los valores se actualizan cada 12 horas. "
2775
  "Filtros indicados anteriormente no se aplican a este informe."
2776
 
2777
+ #: ../../admin/view/index.php:184
2778
  msgid "Human Visits"
2779
  msgstr "Visitas humanas"
2780
 
2781
+ #: ../../admin/view/index.php:187
2782
  #, fuzzy
2783
  msgid ""
2784
  "Internet Service Provider: a company which provides other companies or "
2792
  "IP específicas estableciendo el filtro correspondiente en Configuración> "
2793
  "SLIMStat> Filtros."
2794
 
2795
+ #: ../../admin/view/index.php:190
2796
  #, fuzzy
2797
  msgid ""
2798
  "You can configure Slimstat to ignore a specific Country by setting the "
2802
  "el establecimiento de el filtro correspondiente en Configuración> SLIMStat> "
2803
  "Filtros."
2804
 
2805
+ #: ../../admin/view/index.php:193
2806
  msgid ""
2807
  "This report shows you what user agent families (no version considered) are "
2808
  "popular among your visitors."
2810
  "Este informe muestra qué familias de agentes de usuarios son populares entre "
2811
  "los visitantes (no considerada la versión)."
2812
 
2813
+ #: ../../admin/view/index.php:196
2814
  msgid ""
2815
  "This report shows you what operating system families (no version considered) "
2816
  "are popular among your visitors."
2818
  "Este informe le muestra qué familias de sistema operativo (sin versión "
2819
  "considerado) son populares entre los visitantes."
2820
 
2821
+ #: ../../admin/view/index.php:199 ../../admin/view/wp-slimstat-reports.php:38
2822
+ #: ../../admin/wp-slimstat-admin.php:498 ../../admin/wp-slimstat-admin.php:515
2823
+ #: ../../wp-slimstat.php:1315
2824
+ msgid "Traffic Sources"
2825
+ msgstr "Origen del Tráfico"
2826
+
2827
+ #: ../../admin/view/index.php:202
2828
  #, fuzzy
2829
  msgid "Average Pageviews per Visit"
2830
  msgstr "Promedio de páginas vistas por horas"
2831
 
2832
+ #: ../../admin/view/index.php:205
2833
  msgid ""
2834
  "A <em>bounce page</em> is a single-page visit, or visit in which the person "
2835
  "left your site from the entrance (landing) page."
2838
  "la que el usuario ha abandonado su sitio desde la página de entrada (de "
2839
  "aterrizaje)."
2840
 
2841
+ #: ../../admin/view/index.php:208
2842
  msgid "Searches performed using Wordpress' built-in search functionality."
2843
  msgstr ""
2844
  "Búsquedas realizadas utilizando la funcionalidad integrada de búsqueda de "
2845
  "Wordpress"
2846
 
2847
+ #: ../../admin/view/index.php:212
2848
  msgid ""
2849
  "<strong>Link Details</strong><br>- <em>A:n</em> means that the n-th link in "
2850
  "the page was clicked.<br>- <em>ID:xx</em> is shown when the corresponding "
2855
  "muestra cuando el enlace correspondiente tiene un atributo ID asociado a la "
2856
  "misma."
2857
 
2858
+ #: ../../admin/view/index.php:215
2859
  msgid ""
2860
  "This report lists any <em>event</em> occurred on your website. Please refer "
2861
  "to the FAQ for more information on how to leverage this functionality."
2864
  "Por favor, consulte las preguntas frecuentes para más información sobre cómo "
2865
  "aprovechar esta funcionalidad."
2866
 
2867
+ #: ../../admin/view/index.php:218
2868
  msgid ""
2869
  "Your content at a glance: posts, comments, pingbacks, etc. Please note that "
2870
  "this report is not affected by the filters set here above."
2890
  msgstr "Lector de Sindicación"
2891
 
2892
  #: ../../admin/view/right-now.php:30
2893
+ #: ../../admin/view/wp-slimstat-reports.php:440
2894
+ #: ../../admin/view/wp-slimstat-reports.php:699
2895
  msgid "No data to display"
2896
  msgstr "No hay datos que mostrar"
2897
 
2898
  # Unknown
2899
  #: ../../admin/view/right-now.php:56
2900
+ #: ../../admin/view/wp-slimstat-reports.php:493
2901
+ #: ../../admin/view/wp-slimstat-reports.php:742
2902
+ #: ../../admin/view/wp-slimstat-reports.php:1006
2903
  msgid "c-"
2904
  msgstr "Unknown"
2905
 
2906
+ #: ../../admin/view/right-now.php:109 ../../admin/view/wp-slimstat-db.php:61
2907
+ #: ../../admin/wp-slimstat-admin.php:794 ../../admin/wp-slimstat-admin.php:836
2908
+ msgid "Originating IP"
2909
+ msgstr "IP de Origen"
2910
+
2911
  #: ../../admin/view/right-now.php:130
2912
  msgid "Server Latency and Page Speed in milliseconds"
2913
  msgstr ""
2921
  msgstr ""
2922
 
2923
  #: ../../admin/view/right-now.php:140
2924
+ #: ../../admin/view/wp-slimstat-reports.php:552
2925
+ #: ../../admin/view/wp-slimstat-reports.php:556
2926
+ #: ../../admin/view/wp-slimstat-reports.php:724
2927
+ #: ../../admin/view/wp-slimstat-reports.php:762
2928
  #, fuzzy
2929
  msgid "Open this URL in a new window"
2930
  msgstr "Abrir %s en una nueva ventana"
2933
  msgid "Local search results page"
2934
  msgstr "Página de resultados de búsqueda local"
2935
 
2936
+ #: ../../admin/view/right-now.php:148 ../../admin/view/wp-slimstat-db.php:40
2937
+ #: ../../admin/wp-slimstat-admin.php:797 ../../admin/wp-slimstat-admin.php:813
2938
+ #, fuzzy
2939
+ msgid "Search Terms"
2940
+ msgstr "Principales Recursos"
2941
+
2942
  #: ../../admin/view/right-now.php:150
2943
  #, fuzzy
2944
  msgid "Open this referrer in a new window"
2949
  msgid "Open this outbound link in a new window"
2950
  msgstr "Abrir %s en una nueva ventana"
2951
 
2952
+ #: ../../admin/view/right-now.php:152
2953
+ #, fuzzy
2954
+ msgid "Date and Time"
2955
+ msgstr "Fecha/Hora"
2956
+
2957
  #: ../../admin/view/right-now.php:153
2958
  #, fuzzy
2959
  msgid "Content Type"
2960
  msgstr "Contenido"
2961
 
2962
+ #: ../../admin/view/wp-slimstat-db.php:37
2963
+ #: ../../admin/wp-slimstat-admin.php:810
2964
+ msgid "Browser"
2965
+ msgstr "Navegador"
2966
+
2967
+ #: ../../admin/view/wp-slimstat-db.php:38
2968
+ #: ../../admin/view/wp-slimstat-reports.php:492
2969
+ #: ../../admin/wp-slimstat-admin.php:811
2970
+ msgid "Country Code"
2971
+ msgstr "Código de Pais"
2972
+
2973
+ #: ../../admin/view/wp-slimstat-db.php:39
2974
  msgid "IP Address"
2975
  msgstr "Dirección IP"
2976
 
2977
+ #: ../../admin/view/wp-slimstat-db.php:41
2978
+ #: ../../admin/view/wp-slimstat-reports.php:504
2979
+ #: ../../admin/wp-slimstat-admin.php:814
2980
+ msgid "Language Code"
2981
+ msgstr "Código de Idioma"
2982
+
2983
+ #: ../../admin/view/wp-slimstat-db.php:42
2984
+ #: ../../admin/wp-slimstat-admin.php:815
2985
+ msgid "Operating System"
2986
+ msgstr "Sistema Operativo"
2987
+
2988
+ #: ../../admin/view/wp-slimstat-db.php:43
2989
+ #: ../../admin/wp-slimstat-admin.php:816
2990
+ msgid "Permalink"
2991
+ msgstr "Enlace Permanente"
2992
+
2993
+ #: ../../admin/view/wp-slimstat-db.php:44
2994
  msgid "Domain"
2995
  msgstr "Dominio"
2996
 
2997
+ #: ../../admin/view/wp-slimstat-db.php:45
2998
+ #: ../../admin/wp-slimstat-admin.php:817
2999
+ msgid "Referer"
3000
+ msgstr "Referido"
3001
+
3002
+ #: ../../admin/view/wp-slimstat-db.php:46
3003
+ #: ../../admin/wp-slimstat-admin.php:818
3004
+ #, fuzzy
3005
+ msgid "Visitor's Name"
3006
+ msgstr "Visitantes"
3007
+
3008
+ #: ../../admin/view/wp-slimstat-db.php:47
3009
  msgid "Page Speed"
3010
  msgstr ""
3011
 
3012
+ #: ../../admin/view/wp-slimstat-db.php:49
3013
  msgid "-- Advanced filters --"
3014
  msgstr "-- Filtros Avanzados --"
3015
 
3016
+ #: ../../admin/view/wp-slimstat-db.php:50
3017
  #: ../../admin/view/wp-slimstat-reports.php:64
3018
  #, fuzzy
3019
  msgid "Browser Capabilities"
3020
  msgstr "Navegador"
3021
 
3022
+ #: ../../admin/view/wp-slimstat-db.php:51
3023
+ #: ../../admin/wp-slimstat-admin.php:829
3024
+ #, fuzzy
3025
+ msgid "Browser Version"
3026
+ msgstr "Versión del Navegador"
3027
+
3028
+ #: ../../admin/view/wp-slimstat-db.php:52
3029
+ #: ../../admin/wp-slimstat-admin.php:830
3030
+ #, fuzzy
3031
+ msgid "Browser Type"
3032
+ msgstr "Navegador"
3033
+
3034
+ #: ../../admin/view/wp-slimstat-db.php:53
3035
+ #: ../../admin/wp-slimstat-admin.php:799
3036
+ #, fuzzy
3037
+ msgid "User Agent"
3038
+ msgstr "Buscadores"
3039
+
3040
+ #: ../../admin/view/wp-slimstat-db.php:54
3041
+ #: ../../admin/wp-slimstat-admin.php:831
3042
+ msgid "Color Depth"
3043
+ msgstr "Profundidad de color"
3044
+
3045
+ #: ../../admin/view/wp-slimstat-db.php:55
3046
+ #: ../../admin/wp-slimstat-admin.php:832
3047
+ #, fuzzy
3048
+ msgid "CSS Version"
3049
+ msgstr "Versión de CSS"
3050
+
3051
+ #: ../../admin/view/wp-slimstat-db.php:56
3052
+ #: ../../admin/wp-slimstat-admin.php:833
3053
+ #, fuzzy
3054
+ msgid "Pageview Attributes"
3055
+ msgstr "Paginas visitadas"
3056
+
3057
+ #: ../../admin/view/wp-slimstat-db.php:57
3058
  msgid "Server Latency"
3059
  msgstr ""
3060
 
3061
+ #: ../../admin/view/wp-slimstat-db.php:58
3062
+ #: ../../admin/wp-slimstat-admin.php:800
3063
+ #, fuzzy
3064
+ msgid "Outbound Link"
3065
+ msgstr "Enlaces Salientes Recientes"
3066
+
3067
+ #: ../../admin/view/wp-slimstat-db.php:59
3068
+ #: ../../admin/wp-slimstat-admin.php:834
3069
+ msgid "Post Author"
3070
+ msgstr "Autor de la entrada(sección)"
3071
+
3072
+ #: ../../admin/view/wp-slimstat-db.php:60
3073
+ #: ../../admin/wp-slimstat-admin.php:835
3074
+ msgid "Post Category ID"
3075
+ msgstr "ID de la entrada(sección) de la Categoria"
3076
+
3077
+ #: ../../admin/view/wp-slimstat-db.php:62
3078
+ #: ../../admin/wp-slimstat-admin.php:837
3079
+ #, fuzzy
3080
+ msgid "Resource Content Type"
3081
+ msgstr "Contenidos Recientes"
3082
+
3083
+ #: ../../admin/view/wp-slimstat-db.php:63
3084
  #, fuzzy
3085
  msgid "Resource ID"
3086
  msgstr "Principales Recursos"
3087
 
3088
+ #: ../../admin/view/wp-slimstat-db.php:64
3089
+ #: ../../admin/wp-slimstat-admin.php:838
3090
+ msgid "Screen Resolution"
3091
+ msgstr "Resolución de Pantalla"
3092
+
3093
+ #: ../../admin/view/wp-slimstat-db.php:65
3094
+ #: ../../admin/wp-slimstat-admin.php:839
3095
  #, fuzzy
3096
+ msgid "Visit ID"
3097
+ msgstr "Visitas"
3098
+
3099
+ #: ../../admin/view/wp-slimstat-db.php:68
3100
+ msgid "Minute"
3101
+ msgstr ""
3102
+
3103
+ #: ../../admin/view/wp-slimstat-db.php:73
3104
+ msgid "+/-"
3105
+ msgstr ""
3106
+
3107
+ #: ../../admin/view/wp-slimstat-db.php:76
3108
+ #, fuzzy
3109
+ msgid "minutes"
3110
+ msgstr "1 - 3 minutos"
3111
 
3112
  #: ../../admin/view/wp-slimstat-db.php:78
3113
  #, fuzzy
3122
  msgid "Start From"
3123
  msgstr "Comenzar desde"
3124
 
3125
+ #: ../../admin/view/wp-slimstat-reports.php:34
3126
+ #: ../../admin/wp-slimstat-admin.php:494 ../../wp-slimstat.php:1311
3127
+ msgid "Real-Time Log"
3128
+ msgstr ""
3129
+
3130
+ #: ../../admin/view/wp-slimstat-reports.php:35
3131
+ #: ../../admin/wp-slimstat-admin.php:495 ../../admin/wp-slimstat-admin.php:512
3132
+ #: ../../wp-slimstat.php:1312
3133
+ msgid "Overview"
3134
+ msgstr "Visión general"
3135
+
3136
+ #: ../../admin/view/wp-slimstat-reports.php:36
3137
+ #: ../../admin/wp-slimstat-admin.php:496 ../../admin/wp-slimstat-admin.php:513
3138
+ #: ../../wp-slimstat.php:1313
3139
+ msgid "Audience"
3140
+ msgstr ""
3141
+
3142
+ #: ../../admin/view/wp-slimstat-reports.php:37
3143
+ #: ../../admin/wp-slimstat-admin.php:497 ../../admin/wp-slimstat-admin.php:514
3144
+ #: ../../wp-slimstat.php:1314
3145
+ msgid "Site Analysis"
3146
+ msgstr ""
3147
+
3148
+ #: ../../admin/view/wp-slimstat-reports.php:39
3149
+ #: ../../admin/wp-slimstat-admin.php:499 ../../admin/wp-slimstat-admin.php:516
3150
+ #: ../../wp-slimstat.php:1316
3151
+ msgid "Map Overlay"
3152
+ msgstr ""
3153
+
3154
+ #: ../../admin/view/wp-slimstat-reports.php:40
3155
+ #: ../../admin/wp-slimstat-admin.php:500 ../../admin/wp-slimstat-admin.php:517
3156
+ #: ../../wp-slimstat.php:1317
3157
+ msgid "Custom Reports"
3158
+ msgstr "Informes Personalizados"
3159
+
3160
  #: ../../admin/view/wp-slimstat-reports.php:44
3161
  #, fuzzy
3162
  msgid "Pageviews (chart)"
3428
  msgid "Activity"
3429
  msgstr "Bitácora de actividades"
3430
 
3431
+ #: ../../admin/view/wp-slimstat-reports.php:215
3432
  msgid "Chart controls"
3433
  msgstr "Controles de gráfica"
3434
 
3435
+ #: ../../admin/view/wp-slimstat-reports.php:215
3436
  msgid "Use your mouse wheel to zoom in and out"
3437
  msgstr "Use su ratón para acercarse y alejarse"
3438
 
3439
+ #: ../../admin/view/wp-slimstat-reports.php:215
3440
  msgid "While zooming in, drag the chart to move to a different area"
3441
  msgstr "Al acercarse, arrastre la gráfica para mverla a otra área"
3442
 
3443
+ #: ../../admin/view/wp-slimstat-reports.php:215
3444
  msgid "Double click on an empty region to reset the zoom level"
3445
  msgstr ""
3446
  "Haga doble clic en una región vacía para resetear el nivel de acercamiento"
3447
 
3448
+ #: ../../admin/view/wp-slimstat-reports.php:228
3449
  msgid "src"
3450
  msgstr "Src"
3451
 
3452
+ #: ../../admin/view/wp-slimstat-reports.php:229
3453
  msgid "serp"
3454
  msgstr "Serp"
3455
 
3456
+ #: ../../admin/view/wp-slimstat-reports.php:234
3457
  msgid "Go to the corresponding search engine result page"
3458
  msgstr "Vaya a la página de resultados de motor de búsqueda correspondiente"
3459
 
3460
+ #: ../../admin/view/wp-slimstat-reports.php:237
3461
  msgid "Go to the referring page"
3462
  msgstr "Vaya a la página de referencia"
3463
 
3464
+ #: ../../admin/view/wp-slimstat-reports.php:260
3465
  #, fuzzy
3466
  msgid "Remove filter for"
3467
  msgstr "Seleccionar filtro"
3468
 
3469
+ #: ../../admin/view/wp-slimstat-reports.php:264
3470
+ msgid "Save"
3471
+ msgstr ""
3472
+
3473
+ #: ../../admin/view/wp-slimstat-reports.php:267
3474
  msgid "Reset All"
3475
  msgstr "Resetear todos"
3476
 
3477
+ #: ../../admin/view/wp-slimstat-reports.php:271
3478
  msgid "Current filters:"
3479
  msgstr "Filtros Actuales:"
3480
 
3481
+ #: ../../admin/view/wp-slimstat-reports.php:275
3482
  msgid "Refresh"
3483
  msgstr "Refrescar"
3484
 
3485
+ #: ../../admin/view/wp-slimstat-reports.php:354
3486
  #, php-format
3487
  msgid "Results %s - %s of %s"
3488
  msgstr "Resultados %s - %s de %s"
3489
 
3490
+ #: ../../admin/view/wp-slimstat-reports.php:356
3491
  msgid "Refresh in"
3492
  msgstr "Refrescar en"
3493
 
3494
+ #: ../../admin/view/wp-slimstat-reports.php:378
3495
+ #: ../../admin/view/wp-slimstat-reports.php:390
3496
  #, fuzzy, php-format
3497
  msgid "Daily %s"
3498
  msgstr "Paginas visitadas"
3499
 
3500
+ #: ../../admin/view/wp-slimstat-reports.php:381
3501
  #, php-format
3502
  msgid "%s Minute by Minute"
3503
  msgstr "%s Minuto a Minuto"
3504
 
3505
+ #: ../../admin/view/wp-slimstat-reports.php:384
3506
  #, fuzzy, php-format
3507
  msgid "Hourly %s"
3508
  msgstr "Paginas visitadas"
3509
 
3510
+ #: ../../admin/view/wp-slimstat-reports.php:387
3511
  #, fuzzy, php-format
3512
  msgid "Monthly %s"
3513
  msgstr "Mes"
3514
 
3515
+ #: ../../admin/view/wp-slimstat-reports.php:475
3516
  #, fuzzy
3517
  msgid "Category ID"
3518
  msgstr "ID de la entrada(sección) de la Categoria"
3519
 
3520
+ #: ../../admin/view/wp-slimstat-reports.php:508
3521
  msgid "OS Code"
3522
  msgstr "Código OS"
3523
 
3524
+ #: ../../admin/view/wp-slimstat-reports.php:518
3525
  #, fuzzy
3526
  msgid "Referrer"
3527
  msgstr "Referido"
3528
 
3529
+ #: ../../admin/view/wp-slimstat-reports.php:542
3530
+ #: ../../admin/view/wp-slimstat-reports.php:830
3531
+ #: ../../admin/view/wp-slimstat-reports.php:839
3532
+ #: ../../admin/view/wp-slimstat-reports.php:845
3533
+ #: ../../admin/view/wp-slimstat-reports.php:851
3534
+ #: ../../admin/view/wp-slimstat-reports.php:857
3535
+ #: ../../admin/view/wp-slimstat-reports.php:863
3536
+ #: ../../admin/view/wp-slimstat-reports.php:869
3537
+ #: ../../admin/view/wp-slimstat-reports.php:875
3538
  #, fuzzy
3539
  msgid "Hits"
3540
  msgstr "Visitas"
3541
 
3542
+ #: ../../admin/view/wp-slimstat-reports.php:716
3543
  #, fuzzy
3544
  msgid "Search for"
3545
  msgstr "Sumario de"
3546
 
3547
+ #: ../../admin/view/wp-slimstat-reports.php:752
3548
+ #: ../../admin/view/wp-slimstat-reports.php:762
3549
  #, fuzzy
3550
  msgid "Source"
3551
  msgstr "Porcentaje de Abandonos"
3552
 
3553
+ #: ../../admin/view/wp-slimstat-reports.php:754
3554
  msgid "Keywords"
3555
  msgstr "Palabras clave"
3556
 
3557
+ #: ../../admin/view/wp-slimstat-reports.php:762
3558
  #, php-format
3559
  msgid "Filter results where resource equals %s"
3560
  msgstr "Filtrar resultados donde la fuente sea %s"
3561
 
3562
+ #: ../../admin/view/wp-slimstat-reports.php:763
3563
  #, fuzzy
3564
  msgid "Link Details"
3565
  msgstr "Expandir Detalles"
3566
 
3567
+ #: ../../admin/view/wp-slimstat-reports.php:776
3568
  #, fuzzy
3569
  msgid "Total Pageviews"
3570
  msgstr "Paginas visitadas"
3571
 
3572
+ #: ../../admin/view/wp-slimstat-reports.php:777
3573
  #, fuzzy
3574
  msgid "DB Size"
3575
  msgstr "Tamaño de los Datos"
3576
 
3577
+ #: ../../admin/view/wp-slimstat-reports.php:778
3578
  msgid "Tracking Active"
3579
  msgstr "Seguimiento Activo"
3580
 
3581
+ #: ../../admin/view/wp-slimstat-reports.php:779
3582
  msgid "Javascript Mode"
3583
  msgstr "Modo Javascript"
3584
 
3585
+ #: ../../admin/view/wp-slimstat-reports.php:780
3586
  msgid "Tracking Browser Caps"
3587
  msgstr "Caps para rastreo de Navegador"
3588
 
3589
+ #: ../../admin/view/wp-slimstat-reports.php:781
3590
  msgid "Auto purge"
3591
  msgstr "Autopurgar"
3592
 
3593
+ #: ../../admin/view/wp-slimstat-reports.php:781
3594
+ #: ../../admin/wp-slimstat-admin.php:869
3595
+ msgid "No"
3596
+ msgstr "No"
3597
+
3598
+ #: ../../admin/view/wp-slimstat-reports.php:782
3599
  #, fuzzy
3600
  msgid "Oldest pageview"
3601
  msgstr "Visita más larga"
3602
 
3603
+ #: ../../admin/view/wp-slimstat-reports.php:782
3604
  #, fuzzy
3605
  msgid "No visits"
3606
  msgstr "Visitantes"
3607
 
3608
+ #: ../../admin/view/wp-slimstat-reports.php:792
3609
+ #: ../../admin/view/wp-slimstat-reports.php:894
3610
  #, fuzzy
3611
  msgid ""
3612
  "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
3615
  "Una petición para cargar un archivo HTML único. WP SlimStat registra un "
3616
  "\"pageview\" cada vez que se ejecuta el código de rastreo."
3617
 
3618
+ #: ../../admin/view/wp-slimstat-reports.php:794
3619
  msgid "How many pages have been visited on average during the current period."
3620
  msgstr "Cuántas páginas se han visitado en promedio durante el período actual."
3621
 
3622
+ #: ../../admin/view/wp-slimstat-reports.php:795
3623
  #, fuzzy
3624
  msgid "Average Pageviews"
3625
  msgstr "Promedio Paginas Visitadas"
3626
 
3627
+ #: ../../admin/view/wp-slimstat-reports.php:796
3628
  msgid ""
3629
  "Visitors who landed on your site after searching for a keyword on Google, "
3630
  "Yahoo, etc."
3632
  "Visitantes que han llegado a su sitio después de buscar una palabra clave en "
3633
  "Google, yahoo, etc."
3634
 
3635
+ #: ../../admin/view/wp-slimstat-reports.php:797
3636
  #, fuzzy
3637
  msgid "From Search Results"
3638
  msgstr "Principales Recursos"
3639
 
3640
+ #: ../../admin/view/wp-slimstat-reports.php:798
3641
  msgid ""
3642
  "Used to differentiate between multiple requests to download a file from one "
3643
  "internet address (IP) and requests originating from many distinct addresses"
3646
  "desde una dirección de internet (IP) y peticiones que se originan en muchas "
3647
  "diferentes direcciones"
3648
 
3649
+ #: ../../admin/view/wp-slimstat-reports.php:799
3650
+ #: ../../admin/view/wp-slimstat-reports.php:814
3651
+ #: ../../admin/view/wp-slimstat-reports.php:1118
3652
+ #: ../../admin/view/wp-slimstat-reports.php:1122
3653
+ #: ../../admin/view/wp-slimstat-reports.php:1126
3654
  msgid "Unique IPs"
3655
  msgstr "IPs Unicas"
3656
 
3657
+ #: ../../admin/view/wp-slimstat-reports.php:800
3658
  msgid "Last 5 minutes"
3659
  msgstr "Últimos 5 minutos"
3660
 
3661
+ #: ../../admin/view/wp-slimstat-reports.php:801
3662
  msgid "Last 30 minutes"
3663
  msgstr "Últimos 30 minutos"
3664
 
3665
+ #: ../../admin/view/wp-slimstat-reports.php:811
3666
  msgid ""
3667
  "A visit is a session of at most 30 minutes. Returning visitors are counted "
3668
  "multiple times if they perform multiple visits."
3670
  "Una visita es una sesión de cuando mucho 30 minutos.Los visitantes de "
3671
  "regreso se cuentan múltiples veces si llevan a cabo múltiples visitas."
3672
 
3673
+ #: ../../admin/view/wp-slimstat-reports.php:812
3674
  msgid "Human visits"
3675
  msgstr "Visitas humanas"
3676
 
3677
+ #: ../../admin/view/wp-slimstat-reports.php:813
3678
  msgid "It includes only traffic generated by human visitors."
3679
  msgstr "Incluye sólo tráfico generado por visitantes humanos."
3680
 
3681
+ #: ../../admin/view/wp-slimstat-reports.php:815
3682
+ #: ../../admin/view/wp-slimstat-reports.php:906
3683
  msgid ""
3684
  "Percentage of single-page visits, i.e. visits in which the person left your "
3685
  "site from the entrance page."
3687
  "Porcentaje de visitas de una página, p. ej. visitas en las cuales la persona "
3688
  "dejó su sitio desde la página de entrada."
3689
 
3690
+ #: ../../admin/view/wp-slimstat-reports.php:816
3691
  msgid "Bounce rate"
3692
  msgstr "Porcentaje de Abandonos"
3693
 
3694
+ #: ../../admin/view/wp-slimstat-reports.php:817
3695
  msgid "Visitors who had previously left a comment on your blog."
3696
  msgstr "Visitantes que han dejado un comentario en su blog previamente."
3697
 
3698
+ #: ../../admin/view/wp-slimstat-reports.php:818
3699
  #, fuzzy
3700
  msgid "Known visitors"
3701
  msgstr "Palabras clave recientes"
3702
 
3703
+ #: ../../admin/view/wp-slimstat-reports.php:819
3704
  msgid "Human users who visited your site only once."
3705
  msgstr "Visitantes humanos que visitaron su sitio sólo una vez."
3706
 
3707
+ #: ../../admin/view/wp-slimstat-reports.php:820
3708
  #, fuzzy
3709
  msgid "New visitors"
3710
  msgstr "Visitantes"
3711
 
3712
+ #: ../../admin/view/wp-slimstat-reports.php:821
3713
  msgid "Bots"
3714
  msgstr "Motores de Búsqueda"
3715
 
3716
+ #: ../../admin/view/wp-slimstat-reports.php:822
3717
  msgid "Pages per visit"
3718
  msgstr "Páginas por visita"
3719
 
3720
+ #: ../../admin/view/wp-slimstat-reports.php:823
3721
+ #: ../../admin/view/wp-slimstat-reports.php:1131
3722
  msgid "Longest visit"
3723
  msgstr "Visita más larga"
3724
 
3725
+ #: ../../admin/view/wp-slimstat-reports.php:823
3726
  #, fuzzy
3727
  msgid "hits"
3728
  msgstr "Visitas"
3729
 
3730
+ #: ../../admin/view/wp-slimstat-reports.php:841
3731
  msgid "0 - 30 seconds"
3732
  msgstr "0 - 30 segundos"
3733
 
3734
+ #: ../../admin/view/wp-slimstat-reports.php:847
3735
  msgid "31 - 60 seconds"
3736
  msgstr "31 - 60 segundos"
3737
 
3738
+ #: ../../admin/view/wp-slimstat-reports.php:853
3739
  msgid "1 - 3 minutes"
3740
  msgstr "1 - 3 minutos"
3741
 
3742
+ #: ../../admin/view/wp-slimstat-reports.php:859
3743
  msgid "3 - 5 minutes"
3744
  msgstr "3 - 5 minutos"
3745
 
3746
+ #: ../../admin/view/wp-slimstat-reports.php:865
3747
  msgid "5 - 7 minutes"
3748
  msgstr "5 - 7 minutos"
3749
 
3750
+ #: ../../admin/view/wp-slimstat-reports.php:871
3751
  msgid "7 - 10 minutes"
3752
  msgstr "7 - 10 minutos"
3753
 
3754
+ #: ../../admin/view/wp-slimstat-reports.php:877
3755
  msgid "More than 10 minutes"
3756
  msgstr "Más de 10 minutos"
3757
 
3758
+ #: ../../admin/view/wp-slimstat-reports.php:886
3759
  #, fuzzy
3760
  msgid "Average time on site"
3761
  msgstr "Promedio de páginas vistas por horas"
3762
 
3763
+ #: ../../admin/view/wp-slimstat-reports.php:896
3764
  msgid ""
3765
  "A referrer (or referring site) is the site that a visitor previously visited "
3766
  "before following a link to your site."
3768
  "Un sitio referente (o que refiere) es el sitio al cual el visitante tuvo "
3769
  "acceso antes de seguir un enlace a su sitio."
3770
 
3771
+ #: ../../admin/view/wp-slimstat-reports.php:897
3772
  #, fuzzy
3773
  msgid "Unique Referrers"
3774
  msgstr "Referidos Únicos"
3775
 
3776
+ #: ../../admin/view/wp-slimstat-reports.php:898
3777
  msgid ""
3778
  "Visitors who visited the site by typing the URL directly into their browser. "
3779
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
3785
  "hicieron clic en sus favoritos, usaron etiquetas de enlaces en emails, o "
3786
  "enlaces de documentos que no incluyen variables de rastreo."
3787
 
3788
+ #: ../../admin/view/wp-slimstat-reports.php:899
3789
  #, fuzzy
3790
  msgid "Direct Pageviews"
3791
  msgstr "Paginas visitadas"
3792
 
3793
+ #: ../../admin/view/wp-slimstat-reports.php:900
3794
  msgid ""
3795
  "Visitors who came to your site via searches on Google or some other search "
3796
  "engine."
3798
  "Visitantes que llegaron a su sitio después de buscar una palabra clave en "
3799
  "Google, yahoo, etc."
3800
 
3801
+ #: ../../admin/view/wp-slimstat-reports.php:901
3802
  msgid "From a search result"
3803
  msgstr "Desde un resultado de búsqueda"
3804
 
3805
+ #: ../../admin/view/wp-slimstat-reports.php:902
3806
  msgid ""
3807
  "The first page that a user views during a session. This is also known as the "
3808
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
3814
  "Brooklyn,” y llegan a su página de inicio, se cuenta (para esa visita) como "
3815
  "página de entrada."
3816
 
3817
+ #: ../../admin/view/wp-slimstat-reports.php:903
3818
  #, fuzzy
3819
  msgid "Unique Landing Pages"
3820
  msgstr "IPs Unicas"
3821
 
3822
+ #: ../../admin/view/wp-slimstat-reports.php:904
3823
  msgid "Number of single-page visits to your site over the selected period."
3824
  msgstr "Número de visitas a una página en el período seleccionado."
3825
 
3826
+ #: ../../admin/view/wp-slimstat-reports.php:905
3827
  #, fuzzy
3828
  msgid "Bounce Pages"
3829
  msgstr "Porcentaje de Abandonos"
3830
 
3831
+ #: ../../admin/view/wp-slimstat-reports.php:907
3832
  #, fuzzy
3833
  msgid "New Visitors Rate"
3834
  msgstr "Visitantes"
3835
 
3836
+ #: ../../admin/view/wp-slimstat-reports.php:908
3837
  msgid ""
3838
  "Visitors who visited the site in the last 5 minutes coming from a search "
3839
  "engine."
3841
  "Visitantes que visitaron el sitio en los últimos 5 minutos y vienen de un "
3842
  "motor de búsqueda."
3843
 
3844
+ #: ../../admin/view/wp-slimstat-reports.php:909
3845
  #, fuzzy
3846
  msgid "Currently from search engines"
3847
  msgstr "Motores de Búsqueda"
3848
 
3849
+ #: ../../admin/view/wp-slimstat-reports.php:977
3850
  msgid "Number of pages in your site included in Google's index."
3851
  msgstr "Número de páginas en su sitio incluidas en el índice de Google."
3852
 
3853
+ #: ../../admin/view/wp-slimstat-reports.php:978
3854
  msgid "Google Index"
3855
  msgstr "Indice de Google"
3856
 
3857
+ #: ../../admin/view/wp-slimstat-reports.php:979
3858
  msgid "Number of pages, according to Google, that link back to your site."
3859
  msgstr ""
3860
  "Número de páginas, de acuerdo a Google, que enlazan de regreso a su sitio."
3861
 
3862
+ #: ../../admin/view/wp-slimstat-reports.php:980
3863
  msgid "Google Backlinks"
3864
  msgstr "Backlinks Google"
3865
 
3866
+ #: ../../admin/view/wp-slimstat-reports.php:981
3867
  msgid ""
3868
  "How many times the Facebook Like button has been approximately clicked on "
3869
  "your site."
3871
  "Aproximadamente cuántas veces se ha hecho clic en el botón “Me Gusta” de "
3872
  "Facebook en su sitio."
3873
 
3874
+ #: ../../admin/view/wp-slimstat-reports.php:982
3875
  msgid "Facebook Likes"
3876
  msgstr "Me Gusta de Facebook"
3877
 
3878
+ #: ../../admin/view/wp-slimstat-reports.php:983
3879
  msgid ""
3880
  "How many times your site has been shared by someone on the social network."
3881
  msgstr ""
3882
  "Cuántas veces ha sido compartido su sitio con alguien en las redes sociales."
3883
 
3884
+ #: ../../admin/view/wp-slimstat-reports.php:984
3885
  msgid "Facebook Shares"
3886
  msgstr "Compartidas en Facebook"
3887
 
3888
+ #: ../../admin/view/wp-slimstat-reports.php:985
3889
  msgid "How many times links to your website have been clicked on Facebook."
3890
  msgstr "Cuántas veces se ha hecho clic en enlaces a su sitio en Facebook."
3891
 
3892
+ #: ../../admin/view/wp-slimstat-reports.php:986
3893
  #, fuzzy
3894
  msgid "Facebook Clicks"
3895
  msgstr "Enlaces Salientes Recientes"
3896
 
3897
+ #: ../../admin/view/wp-slimstat-reports.php:987
3898
  msgid ""
3899
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
3900
  "traffic data."
3902
  "Alexa es una compaañ+ía subsidiaria de Amazon.com que proporciona "
3903
  "información de tráfico de datos."
3904
 
3905
+ #: ../../admin/view/wp-slimstat-reports.php:988
3906
  msgid "Alexa World Rank"
3907
  msgstr "Clasificación Mundial Alexa."
3908
 
3909
+ #: ../../admin/view/wp-slimstat-reports.php:989
3910
  msgid "Alexa Country Rank"
3911
  msgstr "Clasificación por país Alexa"
3912
 
3913
+ #: ../../admin/view/wp-slimstat-reports.php:990
3914
  msgid "Alexa Popularity"
3915
  msgstr "Popularidad Alexa"
3916
 
3917
  # Unknown
3918
+ #: ../../admin/view/wp-slimstat-reports.php:997
3919
  msgid "c-xx"
3920
  msgstr "Unknown"
3921
 
3922
  # Afghanistan
3923
+ #: ../../admin/view/wp-slimstat-reports.php:997
3924
  msgid "c-af"
3925
  msgstr "Afghanistan"
3926
 
3927
  # Åland Islands
3928
+ #: ../../admin/view/wp-slimstat-reports.php:997
3929
  msgid "c-ax"
3930
  msgstr "Åland Islands"
3931
 
3932
  # Albania
3933
+ #: ../../admin/view/wp-slimstat-reports.php:997
3934
  msgid "c-al"
3935
  msgstr "Albania"
3936
 
3937
  # Algeria
3938
+ #: ../../admin/view/wp-slimstat-reports.php:997
3939
  msgid "c-dz"
3940
  msgstr "Algeria"
3941
 
3942
  # Andorra
3943
+ #: ../../admin/view/wp-slimstat-reports.php:997
3944
  msgid "c-ad"
3945
  msgstr "Andorra"
3946
 
3947
  # Angola
3948
+ #: ../../admin/view/wp-slimstat-reports.php:997
3949
  msgid "c-ao"
3950
  msgstr "Angola"
3951
 
3952
  # Anguilla
3953
+ #: ../../admin/view/wp-slimstat-reports.php:997
3954
  msgid "c-ai"
3955
  msgstr "Anguilla"
3956
 
3957
  # Antigua and Barbuda
3958
+ #: ../../admin/view/wp-slimstat-reports.php:997
3959
  msgid "c-ag"
3960
  msgstr "Antigua and Barbuda"
3961
 
3962
  # Argentina
3963
+ #: ../../admin/view/wp-slimstat-reports.php:997
3964
  msgid "c-ar"
3965
  msgstr "Argentina"
3966
 
3967
  # Armenia
3968
+ #: ../../admin/view/wp-slimstat-reports.php:997
3969
  msgid "c-am"
3970
  msgstr "Armenia"
3971
 
3972
  # Aruba
3973
+ #: ../../admin/view/wp-slimstat-reports.php:997
3974
  msgid "c-aw"
3975
  msgstr "Aruba"
3976
 
3977
  # Australia
3978
+ #: ../../admin/view/wp-slimstat-reports.php:997
3979
  msgid "c-au"
3980
  msgstr "Australia"
3981
 
3982
  # Austria
3983
+ #: ../../admin/view/wp-slimstat-reports.php:997
3984
  msgid "c-at"
3985
  msgstr "Austria"
3986
 
3987
  # Azerbaijan
3988
+ #: ../../admin/view/wp-slimstat-reports.php:997
3989
  msgid "c-az"
3990
  msgstr "Azerbaijan"
3991
 
3992
  # Bahamas
3993
+ #: ../../admin/view/wp-slimstat-reports.php:997
3994
  msgid "c-bs"
3995
  msgstr "Bahamas"
3996
 
3997
  # Bahrain
3998
+ #: ../../admin/view/wp-slimstat-reports.php:997
3999
  msgid "c-bh"
4000
  msgstr "Bahrain"
4001
 
4002
  # Bangladesh
4003
+ #: ../../admin/view/wp-slimstat-reports.php:997
4004
  msgid "c-bd"
4005
  msgstr "Bangladesh"
4006
 
4007
  # Barbados
4008
+ #: ../../admin/view/wp-slimstat-reports.php:997
4009
  msgid "c-bb"
4010
  msgstr "Barbados"
4011
 
4012
  # Belarus
4013
+ #: ../../admin/view/wp-slimstat-reports.php:997
4014
  msgid "c-by"
4015
  msgstr "Belarus"
4016
 
4017
  # Belgium
4018
+ #: ../../admin/view/wp-slimstat-reports.php:997
4019
  msgid "c-be"
4020
  msgstr "Belgium"
4021
 
4022
  # Belize
4023
+ #: ../../admin/view/wp-slimstat-reports.php:997
4024
  msgid "c-bz"
4025
  msgstr "Belize"
4026
 
4027
  # Benin
4028
+ #: ../../admin/view/wp-slimstat-reports.php:997
4029
  msgid "c-bj"
4030
  msgstr "Benin"
4031
 
4032
  # Bermuda
4033
+ #: ../../admin/view/wp-slimstat-reports.php:997
4034
  msgid "c-bm"
4035
  msgstr "Bermuda"
4036
 
4037
  # Bhutan
4038
+ #: ../../admin/view/wp-slimstat-reports.php:997
4039
  msgid "c-bt"
4040
  msgstr "Bhutan"
4041
 
4042
  # Bolivia
4043
+ #: ../../admin/view/wp-slimstat-reports.php:997
4044
  msgid "c-bo"
4045
  msgstr "Bolivia"
4046
 
4047
  # Bosnia and Herzegovina
4048
+ #: ../../admin/view/wp-slimstat-reports.php:997
4049
  msgid "c-ba"
4050
  msgstr "Bosnia and Herzegovina"
4051
 
4052
  # Botswana
4053
+ #: ../../admin/view/wp-slimstat-reports.php:997
4054
  msgid "c-bw"
4055
  msgstr "Botswana"
4056
 
4057
  # Brazil
4058
+ #: ../../admin/view/wp-slimstat-reports.php:997
4059
  msgid "c-br"
4060
  msgstr "Brazil"
4061
 
4062
  # Brunei Darussalam
4063
+ #: ../../admin/view/wp-slimstat-reports.php:997
4064
  msgid "c-bn"
4065
  msgstr "Brunei Darussalam"
4066
 
4067
  # Bulgaria
4068
+ #: ../../admin/view/wp-slimstat-reports.php:997
4069
  msgid "c-bg"
4070
  msgstr "Bulgaria"
4071
 
4072
  # Burkina Faso
4073
+ #: ../../admin/view/wp-slimstat-reports.php:997
4074
  msgid "c-bf"
4075
  msgstr "Burkina Faso"
4076
 
4077
  # Burundi
4078
+ #: ../../admin/view/wp-slimstat-reports.php:997
4079
  msgid "c-bi"
4080
  msgstr "Burundi"
4081
 
4082
  # Cambodia
4083
+ #: ../../admin/view/wp-slimstat-reports.php:997
4084
  msgid "c-kh"
4085
  msgstr "Cambodia"
4086
 
4087
  # Cameroon
4088
+ #: ../../admin/view/wp-slimstat-reports.php:997
4089
  msgid "c-cm"
4090
  msgstr "Cameroon"
4091
 
4092
  # Canada
4093
+ #: ../../admin/view/wp-slimstat-reports.php:997
4094
  msgid "c-ca"
4095
  msgstr "Canada"
4096
 
4097
  # Cape Verde
4098
+ #: ../../admin/view/wp-slimstat-reports.php:997
4099
  msgid "c-cv"
4100
  msgstr "Cape Verde"
4101
 
4102
  # Cayman Islands
4103
+ #: ../../admin/view/wp-slimstat-reports.php:997
4104
  msgid "c-ky"
4105
  msgstr "Cayman Islands"
4106
 
4107
  # Central African Republic
4108
+ #: ../../admin/view/wp-slimstat-reports.php:997
4109
  msgid "c-cf"
4110
  msgstr "Central African Republic"
4111
 
4112
  # Chad
4113
+ #: ../../admin/view/wp-slimstat-reports.php:997
4114
  msgid "c-td"
4115
  msgstr "Chad"
4116
 
4117
  # Chile
4118
+ #: ../../admin/view/wp-slimstat-reports.php:997
4119
  msgid "c-cl"
4120
  msgstr "Chile"
4121
 
4122
  # China
4123
+ #: ../../admin/view/wp-slimstat-reports.php:997
4124
  msgid "c-cn"
4125
  msgstr "China"
4126
 
4127
  # Colombia
4128
+ #: ../../admin/view/wp-slimstat-reports.php:997
4129
  msgid "c-co"
4130
  msgstr "Colombia"
4131
 
4132
  # Comoros
4133
+ #: ../../admin/view/wp-slimstat-reports.php:997
4134
  msgid "c-km"
4135
  msgstr "Comoros"
4136
 
4137
  # Congo
4138
+ #: ../../admin/view/wp-slimstat-reports.php:997
4139
  msgid "c-cg"
4140
  msgstr "Congo"
4141
 
4142
  # The Democratic Republic of the Congo
4143
+ #: ../../admin/view/wp-slimstat-reports.php:997
4144
  msgid "c-cd"
4145
  msgstr "The Democratic Republic of the Congo"
4146
 
4147
  # Costa Rica
4148
+ #: ../../admin/view/wp-slimstat-reports.php:997
4149
  msgid "c-cr"
4150
  msgstr "Costa Rica"
4151
 
4152
  # Côte d'Ivoire
4153
+ #: ../../admin/view/wp-slimstat-reports.php:997
4154
  msgid "c-ci"
4155
  msgstr "Côte d'Ivoire"
4156
 
4157
  # Croatia
4158
+ #: ../../admin/view/wp-slimstat-reports.php:997
4159
  msgid "c-hr"
4160
  msgstr "Croatia"
4161
 
4162
  # Cuba
4163
+ #: ../../admin/view/wp-slimstat-reports.php:997
4164
  msgid "c-cu"
4165
  msgstr "Cuba"
4166
 
4167
  # Cyprus
4168
+ #: ../../admin/view/wp-slimstat-reports.php:997
4169
  msgid "c-cy"
4170
  msgstr "Cyprus"
4171
 
4172
  # Czech Republic
4173
+ #: ../../admin/view/wp-slimstat-reports.php:997
4174
  msgid "c-cz"
4175
  msgstr "Czech Republic"
4176
 
4177
  # Denmark
4178
+ #: ../../admin/view/wp-slimstat-reports.php:997
4179
  msgid "c-dk"
4180
  msgstr "Denmark"
4181
 
4182
  # Djibouti
4183
+ #: ../../admin/view/wp-slimstat-reports.php:997
4184
  msgid "c-dj"
4185
  msgstr "Djibouti"
4186
 
4187
  # Dominica
4188
+ #: ../../admin/view/wp-slimstat-reports.php:997
4189
  msgid "c-dm"
4190
  msgstr "Dominica"
4191
 
4192
  # Dominican Republic
4193
+ #: ../../admin/view/wp-slimstat-reports.php:997
4194
  msgid "c-do"
4195
  msgstr "Dominican Republic"
4196
 
4197
  # Ecuador
4198
+ #: ../../admin/view/wp-slimstat-reports.php:997
4199
  msgid "c-ec"
4200
  msgstr "Ecuador"
4201
 
4202
  # Egypt
4203
+ #: ../../admin/view/wp-slimstat-reports.php:997
4204
  msgid "c-eg"
4205
  msgstr "Egypt"
4206
 
4207
  # El Salvador
4208
+ #: ../../admin/view/wp-slimstat-reports.php:997
4209
  msgid "c-sv"
4210
  msgstr "El Salvador"
4211
 
4212
  # Equatorial Guinea
4213
+ #: ../../admin/view/wp-slimstat-reports.php:997
4214
  msgid "c-gq"
4215
  msgstr "Equatorial Guinea"
4216
 
4217
  # Eritrea
4218
+ #: ../../admin/view/wp-slimstat-reports.php:997
4219
  msgid "c-er"
4220
  msgstr "Eritrea"
4221
 
4222
  # Estonia
4223
+ #: ../../admin/view/wp-slimstat-reports.php:997
4224
  msgid "c-ee"
4225
  msgstr "Estonia"
4226
 
4227
  # Ethiopia
4228
+ #: ../../admin/view/wp-slimstat-reports.php:997
4229
  msgid "c-et"
4230
  msgstr "Ethiopia"
4231
 
4232
  # Faroe Islands
4233
+ #: ../../admin/view/wp-slimstat-reports.php:997
4234
  msgid "c-fo"
4235
  msgstr "Faroe Islands"
4236
 
4237
  # Falkland Islands (Malvinas)
4238
+ #: ../../admin/view/wp-slimstat-reports.php:997
4239
  msgid "c-fk"
4240
  msgstr "Falkland Islands (Malvinas)"
4241
 
4242
  # Fiji
4243
+ #: ../../admin/view/wp-slimstat-reports.php:997
4244
  msgid "c-fj"
4245
  msgstr "Fiji"
4246
 
4247
  # Finland
4248
+ #: ../../admin/view/wp-slimstat-reports.php:997
4249
  msgid "c-fi"
4250
  msgstr "Finland"
4251
 
4252
  # France
4253
+ #: ../../admin/view/wp-slimstat-reports.php:997
4254
  msgid "c-fr"
4255
  msgstr "France"
4256
 
4257
  # French Guiana
4258
+ #: ../../admin/view/wp-slimstat-reports.php:997
4259
  msgid "c-gf"
4260
  msgstr "French Guiana"
4261
 
4262
  # Gabon
4263
+ #: ../../admin/view/wp-slimstat-reports.php:997
4264
  msgid "c-ga"
4265
  msgstr "Gabon"
4266
 
4267
  # Gambia
4268
+ #: ../../admin/view/wp-slimstat-reports.php:997
4269
  msgid "c-gm"
4270
  msgstr "Gambia"
4271
 
4272
  # Georgia
4273
+ #: ../../admin/view/wp-slimstat-reports.php:997
4274
  msgid "c-ge"
4275
  msgstr "Georgia"
4276
 
4277
  # Germany
4278
+ #: ../../admin/view/wp-slimstat-reports.php:997
4279
  msgid "c-de"
4280
  msgstr "Germany"
4281
 
4282
  # Ghana
4283
+ #: ../../admin/view/wp-slimstat-reports.php:997
4284
  msgid "c-gh"
4285
  msgstr "Ghana"
4286
 
4287
  # Greece
4288
+ #: ../../admin/view/wp-slimstat-reports.php:997
4289
  msgid "c-gr"
4290
  msgstr "Greece"
4291
 
4292
  # Greenland
4293
+ #: ../../admin/view/wp-slimstat-reports.php:997
4294
  msgid "c-gl"
4295
  msgstr "Greenland"
4296
 
4297
  # Grenada
4298
+ #: ../../admin/view/wp-slimstat-reports.php:997
4299
  msgid "c-gd"
4300
  msgstr "Grenada"
4301
 
4302
  # Guadeloupe
4303
+ #: ../../admin/view/wp-slimstat-reports.php:997
4304
  msgid "c-gp"
4305
  msgstr "Guadeloupe"
4306
 
4307
  # Guatemala
4308
+ #: ../../admin/view/wp-slimstat-reports.php:997
4309
  msgid "c-gt"
4310
  msgstr "Guatemala"
4311
 
4312
  # Guinea
4313
+ #: ../../admin/view/wp-slimstat-reports.php:997
4314
  msgid "c-gn"
4315
  msgstr "Guinea"
4316
 
4317
  # Guinea-Bissau
4318
+ #: ../../admin/view/wp-slimstat-reports.php:997
4319
  msgid "c-gw"
4320
  msgstr "Guinea-Bissau"
4321
 
4322
  # Guyana
4323
+ #: ../../admin/view/wp-slimstat-reports.php:997
4324
  msgid "c-gy"
4325
  msgstr "Guyana"
4326
 
4327
  # Haiti
4328
+ #: ../../admin/view/wp-slimstat-reports.php:997
4329
  msgid "c-ht"
4330
  msgstr "Haiti"
4331
 
4332
  # Honduras
4333
+ #: ../../admin/view/wp-slimstat-reports.php:997
4334
  msgid "c-hn"
4335
  msgstr "Honduras"
4336
 
4337
  # Hong Kong
4338
+ #: ../../admin/view/wp-slimstat-reports.php:997
4339
  msgid "c-hk"
4340
  msgstr "Hong Kong"
4341
 
4342
  # Hungary
4343
+ #: ../../admin/view/wp-slimstat-reports.php:997
4344
  msgid "c-hu"
4345
  msgstr "Hungary"
4346
 
4347
  # Iceland
4348
+ #: ../../admin/view/wp-slimstat-reports.php:997
4349
  msgid "c-is"
4350
  msgstr "Iceland"
4351
 
4352
  # India
4353
+ #: ../../admin/view/wp-slimstat-reports.php:997
4354
  msgid "c-in"
4355
  msgstr "India"
4356
 
4357
  # Indonesia
4358
+ #: ../../admin/view/wp-slimstat-reports.php:997
4359
  msgid "c-id"
4360
  msgstr "Indonesia"
4361
 
4362
  # Islamic Republic of Iran
4363
+ #: ../../admin/view/wp-slimstat-reports.php:997
4364
  msgid "c-ir"
4365
  msgstr "Islamic Republic of Iran"
4366
 
4367
  # Iraq
4368
+ #: ../../admin/view/wp-slimstat-reports.php:997
4369
  msgid "c-iq"
4370
  msgstr "Iraq"
4371
 
4372
  # Ireland
4373
+ #: ../../admin/view/wp-slimstat-reports.php:997
4374
  msgid "c-ie"
4375
  msgstr "Ireland"
4376
 
4377
  # Israel
4378
+ #: ../../admin/view/wp-slimstat-reports.php:997
4379
  msgid "c-il"
4380
  msgstr "Israel"
4381
 
4382
  # Italy
4383
+ #: ../../admin/view/wp-slimstat-reports.php:997
4384
  msgid "c-it"
4385
  msgstr "Italy"
4386
 
4387
  # Jamaica
4388
+ #: ../../admin/view/wp-slimstat-reports.php:997
4389
  msgid "c-jm"
4390
  msgstr "Jamaica"
4391
 
4392
  # Japan
4393
+ #: ../../admin/view/wp-slimstat-reports.php:997
4394
  msgid "c-jp"
4395
  msgstr "Japan"
4396
 
4397
  # Jordan
4398
+ #: ../../admin/view/wp-slimstat-reports.php:997
4399
  msgid "c-jo"
4400
  msgstr "Jordan"
4401
 
4402
  # Kazakhstan
4403
+ #: ../../admin/view/wp-slimstat-reports.php:997
4404
  msgid "c-kz"
4405
  msgstr "Kazakhstan"
4406
 
4407
  # Kenya
4408
+ #: ../../admin/view/wp-slimstat-reports.php:997
4409
  msgid "c-ke"
4410
  msgstr "Kenya"
4411
 
4412
  # Nauru
4413
+ #: ../../admin/view/wp-slimstat-reports.php:997
4414
  msgid "c-nr"
4415
  msgstr "Nauru"
4416
 
4417
  # Democratic People's Republic of Korea
4418
+ #: ../../admin/view/wp-slimstat-reports.php:997
4419
  msgid "c-kp"
4420
  msgstr "Democratic People's Republic of Korea"
4421
 
4422
  # Republic of Korea
4423
+ #: ../../admin/view/wp-slimstat-reports.php:997
4424
  msgid "c-kr"
4425
  msgstr "Republic of Korea"
4426
 
4427
+ #: ../../admin/view/wp-slimstat-reports.php:997
4428
  msgid "c-kv"
4429
  msgstr "c-kv"
4430
 
4431
  # Kuwait
4432
+ #: ../../admin/view/wp-slimstat-reports.php:997
4433
  msgid "c-kw"
4434
  msgstr "Kuwait"
4435
 
4436
  # Kyrgyzstan
4437
+ #: ../../admin/view/wp-slimstat-reports.php:997
4438
  msgid "c-kg"
4439
  msgstr "Kyrgyzstan"
4440
 
4441
  # Lao People's Democratic Republic
4442
+ #: ../../admin/view/wp-slimstat-reports.php:997
4443
  msgid "c-la"
4444
  msgstr "Lao People's Democratic Republic"
4445
 
4446
  # Latvia
4447
+ #: ../../admin/view/wp-slimstat-reports.php:997
4448
  msgid "c-lv"
4449
  msgstr "Latvia"
4450
 
4451
  # Lebanon
4452
+ #: ../../admin/view/wp-slimstat-reports.php:997
4453
  msgid "c-lb"
4454
  msgstr "Lebanon"
4455
 
4456
  # Lesotho
4457
+ #: ../../admin/view/wp-slimstat-reports.php:997
4458
  msgid "c-ls"
4459
  msgstr "Lesotho"
4460
 
4461
  # Liberia
4462
+ #: ../../admin/view/wp-slimstat-reports.php:997
4463
  msgid "c-lr"
4464
  msgstr "Liberia"
4465
 
4466
  # Libyan Arab Jamahiriya
4467
+ #: ../../admin/view/wp-slimstat-reports.php:997
4468
  msgid "c-ly"
4469
  msgstr "Libyan Arab Jamahiriya"
4470
 
4471
  # Liechtenstein
4472
+ #: ../../admin/view/wp-slimstat-reports.php:997
4473
  msgid "c-li"
4474
  msgstr "Liechtenstein"
4475
 
4476
  # Lithuania
4477
+ #: ../../admin/view/wp-slimstat-reports.php:997
4478
  msgid "c-lt"
4479
  msgstr "Lithuania"
4480
 
4481
  # Luxembourg
4482
+ #: ../../admin/view/wp-slimstat-reports.php:997
4483
  msgid "c-lu"
4484
  msgstr "Luxembourg"
4485
 
4486
  # The Former Yugoslav Republic of Macedonia
4487
+ #: ../../admin/view/wp-slimstat-reports.php:997
4488
  msgid "c-mk"
4489
  msgstr "The Former Yugoslav Republic of Macedonia"
4490
 
4491
  # Madagascar
4492
+ #: ../../admin/view/wp-slimstat-reports.php:997
4493
  msgid "c-mg"
4494
  msgstr "Madagascar"
4495
 
4496
  # Malawi
4497
+ #: ../../admin/view/wp-slimstat-reports.php:997
4498
  msgid "c-mw"
4499
  msgstr "Malawi"
4500
 
4501
  # Malaysia
4502
+ #: ../../admin/view/wp-slimstat-reports.php:997
4503
  msgid "c-my"
4504
  msgstr "Malaysia"
4505
 
4506
  # Mali
4507
+ #: ../../admin/view/wp-slimstat-reports.php:997
4508
  msgid "c-ml"
4509
  msgstr "Mali"
4510
 
4511
  # Malta
4512
+ #: ../../admin/view/wp-slimstat-reports.php:997
4513
  msgid "c-mt"
4514
  msgstr "Malta"
4515
 
4516
  # Martinique
4517
+ #: ../../admin/view/wp-slimstat-reports.php:997
4518
  msgid "c-mq"
4519
  msgstr "Martinique"
4520
 
4521
  # Mauritania
4522
+ #: ../../admin/view/wp-slimstat-reports.php:997
4523
  msgid "c-mr"
4524
  msgstr "Mauritania"
4525
 
4526
  # Mauritius
4527
+ #: ../../admin/view/wp-slimstat-reports.php:997
4528
  msgid "c-mu"
4529
  msgstr "Mauritius"
4530
 
4531
  # Mexico
4532
+ #: ../../admin/view/wp-slimstat-reports.php:997
4533
  msgid "c-mx"
4534
  msgstr "Mexico"
4535
 
4536
  # Moldova
4537
+ #: ../../admin/view/wp-slimstat-reports.php:997
4538
  msgid "c-md"
4539
  msgstr "Moldova"
4540
 
4541
  # Mongolia
4542
+ #: ../../admin/view/wp-slimstat-reports.php:997
4543
  msgid "c-mn"
4544
  msgstr "Mongolia"
4545
 
4546
  # Montenegro
4547
+ #: ../../admin/view/wp-slimstat-reports.php:997
4548
  msgid "c-me"
4549
  msgstr "Montenegro"
4550
 
4551
  # Montserrat
4552
+ #: ../../admin/view/wp-slimstat-reports.php:997
4553
  msgid "c-ms"
4554
  msgstr "Montserrat"
4555
 
4556
  # Morocco
4557
+ #: ../../admin/view/wp-slimstat-reports.php:997
4558
  msgid "c-ma"
4559
  msgstr "Morocco"
4560
 
4561
  # Mozambique
4562
+ #: ../../admin/view/wp-slimstat-reports.php:997
4563
  msgid "c-mz"
4564
  msgstr "Mozambique"
4565
 
4566
  # Myanmar
4567
+ #: ../../admin/view/wp-slimstat-reports.php:997
4568
  msgid "c-mm"
4569
  msgstr "Myanmar"
4570
 
4571
  # Namibia
4572
+ #: ../../admin/view/wp-slimstat-reports.php:997
4573
  msgid "c-na"
4574
  msgstr "Namibia"
4575
 
4576
  # Nepal
4577
+ #: ../../admin/view/wp-slimstat-reports.php:997
4578
  msgid "c-np"
4579
  msgstr "Nepal"
4580
 
4581
  # Netherlands
4582
+ #: ../../admin/view/wp-slimstat-reports.php:997
4583
  msgid "c-nl"
4584
  msgstr "Netherlands"
4585
 
4586
  # New Caledonia
4587
+ #: ../../admin/view/wp-slimstat-reports.php:997
4588
  msgid "c-nc"
4589
  msgstr "New Caledonia"
4590
 
4591
  # New Zealand
4592
+ #: ../../admin/view/wp-slimstat-reports.php:997
4593
  msgid "c-nz"
4594
  msgstr "New Zealand"
4595
 
4596
  # Nicaragua
4597
+ #: ../../admin/view/wp-slimstat-reports.php:997
4598
  msgid "c-ni"
4599
  msgstr "Nicaragua"
4600
 
4601
  # Niger
4602
+ #: ../../admin/view/wp-slimstat-reports.php:997
4603
  msgid "c-ne"
4604
  msgstr "Niger"
4605
 
4606
  # Nigeria
4607
+ #: ../../admin/view/wp-slimstat-reports.php:997
4608
  msgid "c-ng"
4609
  msgstr "Nigeria"
4610
 
4611
  # Norway
4612
+ #: ../../admin/view/wp-slimstat-reports.php:997
4613
  msgid "c-no"
4614
  msgstr "Norway"
4615
 
4616
  # Oman
4617
+ #: ../../admin/view/wp-slimstat-reports.php:997
4618
  msgid "c-om"
4619
  msgstr "Oman"
4620
 
4621
  # Pakistan
4622
+ #: ../../admin/view/wp-slimstat-reports.php:997
4623
  msgid "c-pk"
4624
  msgstr "Pakistan"
4625
 
4626
  # Palau
4627
+ #: ../../admin/view/wp-slimstat-reports.php:997
4628
  msgid "c-pw"
4629
  msgstr "Palau"
4630
 
4631
  # Occupied Palestinian Territory
4632
+ #: ../../admin/view/wp-slimstat-reports.php:997
4633
  msgid "c-ps"
4634
  msgstr "Occupied Palestinian Territory"
4635
 
4636
  # Panama
4637
+ #: ../../admin/view/wp-slimstat-reports.php:997
4638
  msgid "c-pa"
4639
  msgstr "Panama"
4640
 
4641
  # Papua New Guinea
4642
+ #: ../../admin/view/wp-slimstat-reports.php:997
4643
  msgid "c-pg"
4644
  msgstr "Papua New Guinea"
4645
 
4646
  # Paraguay
4647
+ #: ../../admin/view/wp-slimstat-reports.php:997
4648
  msgid "c-py"
4649
  msgstr "Paraguay"
4650
 
4651
  # Peru
4652
+ #: ../../admin/view/wp-slimstat-reports.php:997
4653
  msgid "c-pe"
4654
  msgstr "Peru"
4655
 
4656
  # Philippines
4657
+ #: ../../admin/view/wp-slimstat-reports.php:997
4658
  msgid "c-ph"
4659
  msgstr "Philippines"
4660
 
4661
  # Poland
4662
+ #: ../../admin/view/wp-slimstat-reports.php:997
4663
  msgid "c-pl"
4664
  msgstr "Poland"
4665
 
4666
  # Portugal
4667
+ #: ../../admin/view/wp-slimstat-reports.php:997
4668
  msgid "c-pt"
4669
  msgstr "Portugal"
4670
 
4671
  # Puerto Rico
4672
+ #: ../../admin/view/wp-slimstat-reports.php:997
4673
  msgid "c-pr"
4674
  msgstr "Puerto Rico"
4675
 
4676
  # Qatar
4677
+ #: ../../admin/view/wp-slimstat-reports.php:997
4678
  msgid "c-qa"
4679
  msgstr "Qatar"
4680
 
4681
  # Réunion
4682
+ #: ../../admin/view/wp-slimstat-reports.php:997
4683
  msgid "c-re"
4684
  msgstr "Réunion"
4685
 
4686
  # Romania
4687
+ #: ../../admin/view/wp-slimstat-reports.php:997
4688
  msgid "c-ro"
4689
  msgstr "Romania"
4690
 
4691
  # Russian Federation
4692
+ #: ../../admin/view/wp-slimstat-reports.php:997
4693
  msgid "c-ru"
4694
  msgstr "Russian Federation"
4695
 
4696
  # Rwanda
4697
+ #: ../../admin/view/wp-slimstat-reports.php:997
4698
  msgid "c-rw"
4699
  msgstr "Rwanda"
4700
 
4701
  # Saint Kitts and Nevis
4702
+ #: ../../admin/view/wp-slimstat-reports.php:997
4703
  msgid "c-kn"
4704
  msgstr "Saint Kitts and Nevis"
4705
 
4706
  # Saint Lucia
4707
+ #: ../../admin/view/wp-slimstat-reports.php:997
4708
  msgid "c-lc"
4709
  msgstr "Saint Lucia"
4710
 
4711
  # Saint Martin
4712
+ #: ../../admin/view/wp-slimstat-reports.php:997
4713
  msgid "c-mf"
4714
  msgstr "Saint Martin"
4715
 
4716
  # Saint Vincent and the Grenadines
4717
+ #: ../../admin/view/wp-slimstat-reports.php:997
4718
  msgid "c-vc"
4719
  msgstr "Saint Vincent and the Grenadines"
4720
 
4721
  # Samoa
4722
+ #: ../../admin/view/wp-slimstat-reports.php:997
4723
  msgid "c-ws"
4724
  msgstr "Samoa"
4725
 
4726
  # Sao Tome and Principe
4727
+ #: ../../admin/view/wp-slimstat-reports.php:997
4728
  msgid "c-st"
4729
  msgstr "Sao Tome and Principe"
4730
 
4731
  # Saudi Arabia
4732
+ #: ../../admin/view/wp-slimstat-reports.php:997
4733
  msgid "c-sa"
4734
  msgstr "Saudi Arabia"
4735
 
4736
  # Senegal
4737
+ #: ../../admin/view/wp-slimstat-reports.php:997
4738
  msgid "c-sn"
4739
  msgstr "Senegal"
4740
 
4741
  # Serbia
4742
+ #: ../../admin/view/wp-slimstat-reports.php:997
4743
  msgid "c-rs"
4744
  msgstr "Serbia"
4745
 
4746
  # Sierra Leone
4747
+ #: ../../admin/view/wp-slimstat-reports.php:997
4748
  msgid "c-sl"
4749
  msgstr "Sierra Leone"
4750
 
4751
  # Singapore
4752
+ #: ../../admin/view/wp-slimstat-reports.php:997
4753
  msgid "c-sg"
4754
  msgstr "Singapore"
4755
 
4756
  # Slovakia
4757
+ #: ../../admin/view/wp-slimstat-reports.php:997
4758
  msgid "c-sk"
4759
  msgstr "Slovakia"
4760
 
4761
  # Slovenia