WP Statistics - Version 8.2

Version Description

  • Added: Support for historical data.
  • Added: Removal option.
  • Updated: Optimized SQL statements to hopefully get rid of duplicate key error/warnings.
  • Updated: Persian, Polish, Italian translations.
  • Fixed: Duplicate date display on charts due to DST time change.
Download this release

Release Info

Developer mostafa.s1990
Plugin Icon 128x128 WP Statistics
Version 8.2
Comparing to
See all releases

Code changes from version 8.1.1 to 8.2

assets/js/jquery.jqplot.min.js CHANGED
@@ -1,3 +1,5 @@
1
- /* jqPlot 1.0.8r1250 | (c) 2009-2013 Chris Leonello | jplot.com
2
  jsDate | (c) 2010-2013 Chris Leonello
3
- */(function(L){var u;L.fn.emptyForce=function(){for(var ah=0,ai;(ai=L(this)[ah])!=null;ah++){if(ai.nodeType===1){L.cleanData(ai.getElementsByTagName("*"))}if(L.jqplot.use_excanvas){ai.outerHTML=""}else{while(ai.firstChild){ai.removeChild(ai.firstChild)}}ai=null}return L(this)};L.fn.removeChildForce=function(ah){while(ah.firstChild){this.removeChildForce(ah.firstChild);ah.removeChild(ah.firstChild)}};L.fn.jqplot=function(){var ah=[];var aj=[];for(var ak=0,ai=arguments.length;ak<ai;ak++){if(L.isArray(arguments[ak])){ah.push(arguments[ak])}else{if(L.isPlainObject(arguments[ak])){aj.push(arguments[ak])}}}return this.each(function(an){var at,ar,aq=L(this),am=ah.length,al=aj.length,ap,ao;if(an<am){ap=ah[an]}else{ap=am?ah[am-1]:null}if(an<al){ao=aj[an]}else{ao=al?aj[al-1]:null}at=aq.attr("id");if(at===u){at="jqplot_target_"+L.jqplot.targetCounter++;aq.attr("id",at)}ar=L.jqplot(at,ap,ao);aq.data("jqplot",ar)})};L.jqplot=function(an,ak,ai){var aj=null,ah=null;if(arguments.length===3){aj=ak;ah=ai}else{if(arguments.length===2){if(L.isArray(ak)){aj=ak}else{if(L.isPlainObject(ak)){ah=ak}}}}if(aj===null&&ah!==null&&ah.data){aj=ah.data}var am=new R();L("#"+an).removeClass("jqplot-error");if(L.jqplot.config.catchErrors){try{am.init(an,aj,ah);am.draw();am.themeEngine.init.call(am);return am}catch(al){var ao=L.jqplot.config.errorMessage||al.message;L("#"+an).append('<div class="jqplot-error-message">'+ao+"</div>");L("#"+an).addClass("jqplot-error");document.getElementById(an).style.background=L.jqplot.config.errorBackground;document.getElementById(an).style.border=L.jqplot.config.errorBorder;document.getElementById(an).style.fontFamily=L.jqplot.config.errorFontFamily;document.getElementById(an).style.fontSize=L.jqplot.config.errorFontSize;document.getElementById(an).style.fontStyle=L.jqplot.config.errorFontStyle;document.getElementById(an).style.fontWeight=L.jqplot.config.errorFontWeight}}else{am.init(an,aj,ah);am.draw();am.themeEngine.init.call(am);return am}};L.jqplot.version="1.0.8";L.jqplot.revision="1250";L.jqplot.targetCounter=1;L.jqplot.CanvasManager=function(){if(typeof L.jqplot.CanvasManager.canvases=="undefined"){L.jqplot.CanvasManager.canvases=[];L.jqplot.CanvasManager.free=[]}var ah=[];this.getCanvas=function(){var ak;var aj=true;if(!L.jqplot.use_excanvas){for(var al=0,ai=L.jqplot.CanvasManager.canvases.length;al<ai;al++){if(L.jqplot.CanvasManager.free[al]===true){aj=false;ak=L.jqplot.CanvasManager.canvases[al];L.jqplot.CanvasManager.free[al]=false;ah.push(al);break}}}if(aj){ak=document.createElement("canvas");ah.push(L.jqplot.CanvasManager.canvases.length);L.jqplot.CanvasManager.canvases.push(ak);L.jqplot.CanvasManager.free.push(false)}return ak};this.initCanvas=function(ai){if(L.jqplot.use_excanvas){return window.G_vmlCanvasManager.initElement(ai)}return ai};this.freeAllCanvases=function(){for(var aj=0,ai=ah.length;aj<ai;aj++){this.freeCanvas(ah[aj])}ah=[]};this.freeCanvas=function(ai){if(L.jqplot.use_excanvas&&window.G_vmlCanvasManager.uninitElement!==u){window.G_vmlCanvasManager.uninitElement(L.jqplot.CanvasManager.canvases[ai]);L.jqplot.CanvasManager.canvases[ai]=null}else{var aj=L.jqplot.CanvasManager.canvases[ai];aj.getContext("2d").clearRect(0,0,aj.width,aj.height);L(aj).unbind().removeAttr("class").removeAttr("style");L(aj).css({left:"",top:"",position:""});aj.width=0;aj.height=0;L.jqplot.CanvasManager.free[ai]=true}}};L.jqplot.log=function(){if(window.console){window.console.log.apply(window.console,arguments)}};L.jqplot.config={addDomReference:false,enablePlugins:false,defaultHeight:300,defaultWidth:400,UTCAdjust:false,timezoneOffset:new Date(new Date().getTimezoneOffset()*60000),errorMessage:"",errorBackground:"",errorBorder:"",errorFontFamily:"",errorFontSize:"",errorFontStyle:"",errorFontWeight:"",catchErrors:false,defaultTickFormatString:"%.1f",defaultColors:["#4bb2c5","#EAA228","#c5b47f","#579575","#839557","#958c12","#953579","#4b5de4","#d8b83f","#ff5800","#0085cc","#c747a3","#cddf54","#FBD178","#26B4E3","#bd70c7"],defaultNegativeColors:["#498991","#C08840","#9F9274","#546D61","#646C4A","#6F6621","#6E3F5F","#4F64B0","#A89050","#C45923","#187399","#945381","#959E5C","#C7AF7B","#478396","#907294"],dashLength:4,gapLength:4,dotGapLength:2.5,srcLocation:"jqplot/src/",pluginLocation:"jqplot/src/plugins/"};L.jqplot.arrayMax=function(ah){return Math.max.apply(Math,ah)};L.jqplot.arrayMin=function(ah){return Math.min.apply(Math,ah)};L.jqplot.enablePlugins=L.jqplot.config.enablePlugins;L.jqplot.support_canvas=function(){if(typeof L.jqplot.support_canvas.result=="undefined"){L.jqplot.support_canvas.result=!!document.createElement("canvas").getContext}return L.jqplot.support_canvas.result};L.jqplot.support_canvas_text=function(){if(typeof L.jqplot.support_canvas_text.result=="undefined"){if(window.G_vmlCanvasManager!==u&&window.G_vmlCanvasManager._version>887){L.jqplot.support_canvas_text.result=true}else{L.jqplot.support_canvas_text.result=!!(document.createElement("canvas").getContext&&typeof document.createElement("canvas").getContext("2d").fillText=="function")}}return L.jqplot.support_canvas_text.result};L.jqplot.use_excanvas=((!L.support.boxModel||!L.support.objectAll||!$support.leadingWhitespace)&&!L.jqplot.support_canvas())?true:false;L.jqplot.preInitHooks=[];L.jqplot.postInitHooks=[];L.jqplot.preParseOptionsHooks=[];L.jqplot.postParseOptionsHooks=[];L.jqplot.preDrawHooks=[];L.jqplot.postDrawHooks=[];L.jqplot.preDrawSeriesHooks=[];L.jqplot.postDrawSeriesHooks=[];L.jqplot.preDrawLegendHooks=[];L.jqplot.addLegendRowHooks=[];L.jqplot.preSeriesInitHooks=[];L.jqplot.postSeriesInitHooks=[];L.jqplot.preParseSeriesOptionsHooks=[];L.jqplot.postParseSeriesOptionsHooks=[];L.jqplot.eventListenerHooks=[];L.jqplot.preDrawSeriesShadowHooks=[];L.jqplot.postDrawSeriesShadowHooks=[];L.jqplot.ElemContainer=function(){this._elem;this._plotWidth;this._plotHeight;this._plotDimensions={height:null,width:null}};L.jqplot.ElemContainer.prototype.createElement=function(ak,am,ai,aj,an){this._offsets=am;var ah=ai||"jqplot";var al=document.createElement(ak);this._elem=L(al);this._elem.addClass(ah);this._elem.css(aj);this._elem.attr(an);al=null;return this._elem};L.jqplot.ElemContainer.prototype.getWidth=function(){if(this._elem){return this._elem.outerWidth(true)}else{return null}};L.jqplot.ElemContainer.prototype.getHeight=function(){if(this._elem){return this._elem.outerHeight(true)}else{return null}};L.jqplot.ElemContainer.prototype.getPosition=function(){if(this._elem){return this._elem.position()}else{return{top:null,left:null,bottom:null,right:null}}};L.jqplot.ElemContainer.prototype.getTop=function(){return this.getPosition().top};L.jqplot.ElemContainer.prototype.getLeft=function(){return this.getPosition().left};L.jqplot.ElemContainer.prototype.getBottom=function(){return this._elem.css("bottom")};L.jqplot.ElemContainer.prototype.getRight=function(){return this._elem.css("right")};function w(ah){L.jqplot.ElemContainer.call(this);this.name=ah;this._series=[];this.show=false;this.tickRenderer=L.jqplot.AxisTickRenderer;this.tickOptions={};this.labelRenderer=L.jqplot.AxisLabelRenderer;this.labelOptions={};this.label=null;this.showLabel=true;this.min=null;this.max=null;this.autoscale=false;this.pad=1.2;this.padMax=null;this.padMin=null;this.ticks=[];this.numberTicks;this.tickInterval;this.renderer=L.jqplot.LinearAxisRenderer;this.rendererOptions={};this.showTicks=true;this.showTickMarks=true;this.showMinorTicks=true;this.drawMajorGridlines=true;this.drawMinorGridlines=false;this.drawMajorTickMarks=true;this.drawMinorTickMarks=true;this.useSeriesColor=false;this.borderWidth=null;this.borderColor=null;this.scaleToHiddenSeries=false;this._dataBounds={min:null,max:null};this._intervalStats=[];this._offsets={min:null,max:null};this._ticks=[];this._label=null;this.syncTicks=null;this.tickSpacing=75;this._min=null;this._max=null;this._tickInterval=null;this._numberTicks=null;this.__ticks=null;this._options={}}w.prototype=new L.jqplot.ElemContainer();w.prototype.constructor=w;w.prototype.init=function(){if(L.isFunction(this.renderer)){this.renderer=new this.renderer()}this.tickOptions.axis=this.name;if(this.tickOptions.showMark==null){this.tickOptions.showMark=this.showTicks}if(this.tickOptions.showMark==null){this.tickOptions.showMark=this.showTickMarks}if(this.tickOptions.showLabel==null){this.tickOptions.showLabel=this.showTicks}if(this.label==null||this.label==""){this.showLabel=false}else{this.labelOptions.label=this.label}if(this.showLabel==false){this.labelOptions.show=false}if(this.pad==0){this.pad=1}if(this.padMax==0){this.padMax=1}if(this.padMin==0){this.padMin=1}if(this.padMax==null){this.padMax=(this.pad-1)/2+1}if(this.padMin==null){this.padMin=(this.pad-1)/2+1}this.pad=this.padMax+this.padMin-1;if(this.min!=null||this.max!=null){this.autoscale=false}if(this.syncTicks==null&&this.name.indexOf("y")>-1){this.syncTicks=true}else{if(this.syncTicks==null){this.syncTicks=false}}this.renderer.init.call(this,this.rendererOptions)};w.prototype.draw=function(ah,ai){if(this.__ticks){this.__ticks=null}return this.renderer.draw.call(this,ah,ai)};w.prototype.set=function(){this.renderer.set.call(this)};w.prototype.pack=function(ai,ah){if(this.show){this.renderer.pack.call(this,ai,ah)}if(this._min==null){this._min=this.min;this._max=this.max;this._tickInterval=this.tickInterval;this._numberTicks=this.numberTicks;this.__ticks=this._ticks}};w.prototype.reset=function(){this.renderer.reset.call(this)};w.prototype.resetScale=function(ah){L.extend(true,this,{min:null,max:null,numberTicks:null,tickInterval:null,_ticks:[],ticks:[]},ah);this.resetDataBounds()};w.prototype.resetDataBounds=function(){var ao=this._dataBounds;ao.min=null;ao.max=null;var ai,ap,am;var aj=(this.show)?true:false;for(var al=0;al<this._series.length;al++){ap=this._series[al];if(ap.show||this.scaleToHiddenSeries){am=ap._plotData;if(ap._type==="line"&&ap.renderer.bands.show&&this.name.charAt(0)!=="x"){am=[[0,ap.renderer.bands._min],[1,ap.renderer.bands._max]]}var ah=1,an=1;if(ap._type!=null&&ap._type=="ohlc"){ah=3;an=2}for(var ak=0,ai=am.length;ak<ai;ak++){if(this.name=="xaxis"||this.name=="x2axis"){if((am[ak][0]!=null&&am[ak][0]<ao.min)||ao.min==null){ao.min=am[ak][0]}if((am[ak][0]!=null&&am[ak][0]>ao.max)||ao.max==null){ao.max=am[ak][0]}}else{if((am[ak][ah]!=null&&am[ak][ah]<ao.min)||ao.min==null){ao.min=am[ak][ah]}if((am[ak][an]!=null&&am[ak][an]>ao.max)||ao.max==null){ao.max=am[ak][an]}}}if(aj&&ap.renderer.constructor!==L.jqplot.BarRenderer){aj=false}else{if(aj&&this._options.hasOwnProperty("forceTickAt0")&&this._options.forceTickAt0==false){aj=false}else{if(aj&&ap.renderer.constructor===L.jqplot.BarRenderer){if(ap.barDirection=="vertical"&&this.name!="xaxis"&&this.name!="x2axis"){if(this._options.pad!=null||this._options.padMin!=null){aj=false}}else{if(ap.barDirection=="horizontal"&&(this.name=="xaxis"||this.name=="x2axis")){if(this._options.pad!=null||this._options.padMin!=null){aj=false}}}}}}}}if(aj&&this.renderer.constructor===L.jqplot.LinearAxisRenderer&&ao.min>=0){this.padMin=1;this.forceTickAt0=true}};function q(ah){L.jqplot.ElemContainer.call(this);this.show=false;this.location="ne";this.labels=[];this.showLabels=true;this.showSwatches=true;this.placement="insideGrid";this.xoffset=0;this.yoffset=0;this.border;this.background;this.textColor;this.fontFamily;this.fontSize;this.rowSpacing="0.5em";this.renderer=L.jqplot.TableLegendRenderer;this.rendererOptions={};this.preDraw=false;this.marginTop=null;this.marginRight=null;this.marginBottom=null;this.marginLeft=null;this.escapeHtml=false;this._series=[];L.extend(true,this,ah)}q.prototype=new L.jqplot.ElemContainer();q.prototype.constructor=q;q.prototype.setOptions=function(ah){L.extend(true,this,ah);if(this.placement=="inside"){this.placement="insideGrid"}if(this.xoffset>0){if(this.placement=="insideGrid"){switch(this.location){case"nw":case"w":case"sw":if(this.marginLeft==null){this.marginLeft=this.xoffset+"px"}this.marginRight="0px";break;case"ne":case"e":case"se":default:if(this.marginRight==null){this.marginRight=this.xoffset+"px"}this.marginLeft="0px";break}}else{if(this.placement=="outside"){switch(this.location){case"nw":case"w":case"sw":if(this.marginRight==null){this.marginRight=this.xoffset+"px"}this.marginLeft="0px";break;case"ne":case"e":case"se":default:if(this.marginLeft==null){this.marginLeft=this.xoffset+"px"}this.marginRight="0px";break}}}this.xoffset=0}if(this.yoffset>0){if(this.placement=="outside"){switch(this.location){case"sw":case"s":case"se":if(this.marginTop==null){this.marginTop=this.yoffset+"px"}this.marginBottom="0px";break;case"ne":case"n":case"nw":default:if(this.marginBottom==null){this.marginBottom=this.yoffset+"px"}this.marginTop="0px";break}}else{if(this.placement=="insideGrid"){switch(this.location){case"sw":case"s":case"se":if(this.marginBottom==null){this.marginBottom=this.yoffset+"px"}this.marginTop="0px";break;case"ne":case"n":case"nw":default:if(this.marginTop==null){this.marginTop=this.yoffset+"px"}this.marginBottom="0px";break}}}this.yoffset=0}};q.prototype.init=function(){if(L.isFunction(this.renderer)){this.renderer=new this.renderer()}this.renderer.init.call(this,this.rendererOptions)};q.prototype.draw=function(ai,aj){for(var ah=0;ah<L.jqplot.preDrawLegendHooks.length;ah++){L.jqplot.preDrawLegendHooks[ah].call(this,ai)}return this.renderer.draw.call(this,ai,aj)};q.prototype.pack=function(ah){this.renderer.pack.call(this,ah)};function y(ah){L.jqplot.ElemContainer.call(this);this.text=ah;this.show=true;this.fontFamily;this.fontSize;this.textAlign;this.textColor;this.renderer=L.jqplot.DivTitleRenderer;this.rendererOptions={};this.escapeHtml=false}y.prototype=new L.jqplot.ElemContainer();y.prototype.constructor=y;y.prototype.init=function(){if(L.isFunction(this.renderer)){this.renderer=new this.renderer()}this.renderer.init.call(this,this.rendererOptions)};y.prototype.draw=function(ah){return this.renderer.draw.call(this,ah)};y.prototype.pack=function(){this.renderer.pack.call(this)};function S(ah){ah=ah||{};L.jqplot.ElemContainer.call(this);this.show=true;this.xaxis="xaxis";this._xaxis;this.yaxis="yaxis";this._yaxis;this.gridBorderWidth=2;this.renderer=L.jqplot.LineRenderer;this.rendererOptions={};this.data=[];this.gridData=[];this.label="";this.showLabel=true;this.color;this.negativeColor;this.lineWidth=2.5;this.lineJoin="round";this.lineCap="round";this.linePattern="solid";this.shadow=true;this.shadowAngle=45;this.shadowOffset=1.25;this.shadowDepth=3;this.shadowAlpha="0.1";this.breakOnNull=false;this.markerRenderer=L.jqplot.MarkerRenderer;this.markerOptions={};this.showLine=true;this.showMarker=true;this.index;this.fill=false;this.fillColor;this.fillAlpha;this.fillAndStroke=false;this.disableStack=false;this._stack=false;this.neighborThreshold=4;this.fillToZero=false;this.fillToValue=0;this.fillAxis="y";this.useNegativeColors=true;this._stackData=[];this._plotData=[];this._plotValues={x:[],y:[]};this._intervals={x:{},y:{}};this._prevPlotData=[];this._prevGridData=[];this._stackAxis="y";this._primaryAxis="_xaxis";this.canvas=new L.jqplot.GenericCanvas();this.shadowCanvas=new L.jqplot.GenericCanvas();this.plugins={};this._sumy=0;this._sumx=0;this._type=""}S.prototype=new L.jqplot.ElemContainer();S.prototype.constructor=S;S.prototype.init=function(ak,ao,am){this.index=ak;this.gridBorderWidth=ao;var an=this.data;var aj=[],al,ah;for(al=0,ah=an.length;al<ah;al++){if(!this.breakOnNull){if(an[al]==null||an[al][0]==null||an[al][1]==null){continue}else{aj.push(an[al])}}else{aj.push(an[al])}}this.data=aj;if(!this.color){this.color=am.colorGenerator.get(this.index)}if(!this.negativeColor){this.negativeColor=am.negativeColorGenerator.get(this.index)}if(!this.fillColor){this.fillColor=this.color}if(this.fillAlpha){var ai=L.jqplot.normalize2rgb(this.fillColor);var ai=L.jqplot.getColorComponents(ai);this.fillColor="rgba("+ai[0]+","+ai[1]+","+ai[2]+","+this.fillAlpha+")"}if(L.isFunction(this.renderer)){this.renderer=new this.renderer()}this.renderer.init.call(this,this.rendererOptions,am);this.markerRenderer=new this.markerRenderer();if(!this.markerOptions.color){this.markerOptions.color=this.color}if(this.markerOptions.show==null){this.markerOptions.show=this.showMarker}this.showMarker=this.markerOptions.show;this.markerRenderer.init(this.markerOptions)};S.prototype.draw=function(an,ak,am){var ai=(ak==u)?{}:ak;an=(an==u)?this.canvas._ctx:an;var ah,al,aj;for(ah=0;ah<L.jqplot.preDrawSeriesHooks.length;ah++){L.jqplot.preDrawSeriesHooks[ah].call(this,an,ai)}if(this.show){this.renderer.setGridData.call(this,am);if(!ai.preventJqPlotSeriesDrawTrigger){L(an.canvas).trigger("jqplotSeriesDraw",[this.data,this.gridData])}al=[];if(ai.data){al=ai.data}else{if(!this._stack){al=this.data}else{al=this._plotData}}aj=ai.gridData||this.renderer.makeGridData.call(this,al,am);if(this._type==="line"&&this.renderer.smooth&&this.renderer._smoothedData.length){aj=this.renderer._smoothedData}this.renderer.draw.call(this,an,aj,ai,am)}for(ah=0;ah<L.jqplot.postDrawSeriesHooks.length;ah++){L.jqplot.postDrawSeriesHooks[ah].call(this,an,ai,am)}an=ak=am=ah=al=aj=null};S.prototype.drawShadow=function(an,ak,am){var ai=(ak==u)?{}:ak;an=(an==u)?this.shadowCanvas._ctx:an;var ah,al,aj;for(ah=0;ah<L.jqplot.preDrawSeriesShadowHooks.length;ah++){L.jqplot.preDrawSeriesShadowHooks[ah].call(this,an,ai)}if(this.shadow){this.renderer.setGridData.call(this,am);al=[];if(ai.data){al=ai.data}else{if(!this._stack){al=this.data}else{al=this._plotData}}aj=ai.gridData||this.renderer.makeGridData.call(this,al,am);this.renderer.drawShadow.call(this,an,aj,ai,am)}for(ah=0;ah<L.jqplot.postDrawSeriesShadowHooks.length;ah++){L.jqplot.postDrawSeriesShadowHooks[ah].call(this,an,ai)}an=ak=am=ah=al=aj=null};S.prototype.toggleDisplay=function(ai,ak){var ah,aj;if(ai.data.series){ah=ai.data.series}else{ah=this}if(ai.data.speed){aj=ai.data.speed}if(aj){if(ah.canvas._elem.is(":hidden")||!ah.show){ah.show=true;ah.canvas._elem.removeClass("jqplot-series-hidden");if(ah.shadowCanvas._elem){ah.shadowCanvas._elem.fadeIn(aj)}ah.canvas._elem.fadeIn(aj,ak);ah.canvas._elem.nextAll(".jqplot-point-label.jqplot-series-"+ah.index).fadeIn(aj)}else{ah.show=false;ah.canvas._elem.addClass("jqplot-series-hidden");if(ah.shadowCanvas._elem){ah.shadowCanvas._elem.fadeOut(aj)}ah.canvas._elem.fadeOut(aj,ak);ah.canvas._elem.nextAll(".jqplot-point-label.jqplot-series-"+ah.index).fadeOut(aj)}}else{if(ah.canvas._elem.is(":hidden")||!ah.show){ah.show=true;ah.canvas._elem.removeClass("jqplot-series-hidden");if(ah.shadowCanvas._elem){ah.shadowCanvas._elem.show()}ah.canvas._elem.show(0,ak);ah.canvas._elem.nextAll(".jqplot-point-label.jqplot-series-"+ah.index).show()}else{ah.show=false;ah.canvas._elem.addClass("jqplot-series-hidden");if(ah.shadowCanvas._elem){ah.shadowCanvas._elem.hide()}ah.canvas._elem.hide(0,ak);ah.canvas._elem.nextAll(".jqplot-point-label.jqplot-series-"+ah.index).hide()}}};function M(){L.jqplot.ElemContainer.call(this);this.drawGridlines=true;this.gridLineColor="#cccccc";this.gridLineWidth=1;this.background="#fffdf6";this.borderColor="#999999";this.borderWidth=2;this.drawBorder=true;this.shadow=true;this.shadowAngle=45;this.shadowOffset=1.5;this.shadowWidth=3;this.shadowDepth=3;this.shadowColor=null;this.shadowAlpha="0.07";this._left;this._top;this._right;this._bottom;this._width;this._height;this._axes=[];this.renderer=L.jqplot.CanvasGridRenderer;this.rendererOptions={};this._offsets={top:null,bottom:null,left:null,right:null}}M.prototype=new L.jqplot.ElemContainer();M.prototype.constructor=M;M.prototype.init=function(){if(L.isFunction(this.renderer)){this.renderer=new this.renderer()}this.renderer.init.call(this,this.rendererOptions)};M.prototype.createElement=function(ah,ai){this._offsets=ah;return this.renderer.createElement.call(this,ai)};M.prototype.draw=function(){this.renderer.draw.call(this)};L.jqplot.GenericCanvas=function(){L.jqplot.ElemContainer.call(this);this._ctx};L.jqplot.GenericCanvas.prototype=new L.jqplot.ElemContainer();L.jqplot.GenericCanvas.prototype.constructor=L.jqplot.GenericCanvas;L.jqplot.GenericCanvas.prototype.createElement=function(al,aj,ai,am){this._offsets=al;var ah="jqplot";if(aj!=u){ah=aj}var ak;ak=am.canvasManager.getCanvas();if(ai!=null){this._plotDimensions=ai}ak.width=this._plotDimensions.width-this._offsets.left-this._offsets.right;ak.height=this._plotDimensions.height-this._offsets.top-this._offsets.bottom;this._elem=L(ak);this._elem.css({position:"absolute",left:this._offsets.left,top:this._offsets.top});this._elem.addClass(ah);ak=am.canvasManager.initCanvas(ak);ak=null;return this._elem};L.jqplot.GenericCanvas.prototype.setContext=function(){this._ctx=this._elem.get(0).getContext("2d");return this._ctx};L.jqplot.GenericCanvas.prototype.resetCanvas=function(){if(this._elem){if(L.jqplot.use_excanvas&&window.G_vmlCanvasManager.uninitElement!==u){window.G_vmlCanvasManager.uninitElement(this._elem.get(0))}this._elem.emptyForce()}this._ctx=null};L.jqplot.HooksManager=function(){this.hooks=[];this.args=[]};L.jqplot.HooksManager.prototype.addOnce=function(ak,ai){ai=ai||[];var al=false;for(var aj=0,ah=this.hooks.length;aj<ah;aj++){if(this.hooks[aj]==ak){al=true}}if(!al){this.hooks.push(ak);this.args.push(ai)}};L.jqplot.HooksManager.prototype.add=function(ai,ah){ah=ah||[];this.hooks.push(ai);this.args.push(ah)};L.jqplot.EventListenerManager=function(){this.hooks=[]};L.jqplot.EventListenerManager.prototype.addOnce=function(al,ak){var am=false,aj,ai;for(var ai=0,ah=this.hooks.length;ai<ah;ai++){aj=this.hooks[ai];if(aj[0]==al&&aj[1]==ak){am=true}}if(!am){this.hooks.push([al,ak])}};L.jqplot.EventListenerManager.prototype.add=function(ai,ah){this.hooks.push([ai,ah])};var U=["yMidAxis","xaxis","yaxis","x2axis","y2axis","y3axis","y4axis","y5axis","y6axis","y7axis","y8axis","y9axis"];function R(){this.animate=false;this.animateReplot=false;this.axes={xaxis:new w("xaxis"),yaxis:new w("yaxis"),x2axis:new w("x2axis"),y2axis:new w("y2axis"),y3axis:new w("y3axis"),y4axis:new w("y4axis"),y5axis:new w("y5axis"),y6axis:new w("y6axis"),y7axis:new w("y7axis"),y8axis:new w("y8axis"),y9axis:new w("y9axis"),yMidAxis:new w("yMidAxis")};this.baseCanvas=new L.jqplot.GenericCanvas();this.captureRightClick=false;this.data=[];this.dataRenderer;this.dataRendererOptions;this.defaults={axesDefaults:{},axes:{xaxis:{},yaxis:{},x2axis:{},y2axis:{},y3axis:{},y4axis:{},y5axis:{},y6axis:{},y7axis:{},y8axis:{},y9axis:{},yMidAxis:{}},seriesDefaults:{},series:[]};this.defaultAxisStart=1;this.drawIfHidden=false;this.eventCanvas=new L.jqplot.GenericCanvas();this.fillBetween={series1:null,series2:null,color:null,baseSeries:0,fill:true};this.fontFamily;this.fontSize;this.grid=new M();this.legend=new q();this.noDataIndicator={show:false,indicator:"Loading Data...",axes:{xaxis:{min:0,max:10,tickInterval:2,show:true},yaxis:{min:0,max:12,tickInterval:3,show:true}}};this.negativeSeriesColors=L.jqplot.config.defaultNegativeColors;this.options={};this.previousSeriesStack=[];this.plugins={};this.series=[];this.seriesStack=[];this.seriesColors=L.jqplot.config.defaultColors;this.sortData=true;this.stackSeries=false;this.syncXTicks=true;this.syncYTicks=true;this.target=null;this.targetId=null;this.textColor;this.title=new y();this._drawCount=0;this._sumy=0;this._sumx=0;this._stackData=[];this._plotData=[];this._width=null;this._height=null;this._plotDimensions={height:null,width:null};this._gridPadding={top:null,right:null,bottom:null,left:null};this._defaultGridPadding={top:10,right:10,bottom:23,left:10};this._addDomReference=L.jqplot.config.addDomReference;this.preInitHooks=new L.jqplot.HooksManager();this.postInitHooks=new L.jqplot.HooksManager();this.preParseOptionsHooks=new L.jqplot.HooksManager();this.postParseOptionsHooks=new L.jqplot.HooksManager();this.preDrawHooks=new L.jqplot.HooksManager();this.postDrawHooks=new L.jqplot.HooksManager();this.preDrawSeriesHooks=new L.jqplot.HooksManager();this.postDrawSeriesHooks=new L.jqplot.HooksManager();this.preDrawLegendHooks=new L.jqplot.HooksManager();this.addLegendRowHooks=new L.jqplot.HooksManager();this.preSeriesInitHooks=new L.jqplot.HooksManager();this.postSeriesInitHooks=new L.jqplot.HooksManager();this.preParseSeriesOptionsHooks=new L.jqplot.HooksManager();this.postParseSeriesOptionsHooks=new L.jqplot.HooksManager();this.eventListenerHooks=new L.jqplot.EventListenerManager();this.preDrawSeriesShadowHooks=new L.jqplot.HooksManager();this.postDrawSeriesShadowHooks=new L.jqplot.HooksManager();this.colorGenerator=new L.jqplot.ColorGenerator();this.negativeColorGenerator=new L.jqplot.ColorGenerator();this.canvasManager=new L.jqplot.CanvasManager();this.themeEngine=new L.jqplot.ThemeEngine();var aj=0;this.init=function(av,ar,ay){ay=ay||{};for(var at=0;at<L.jqplot.preInitHooks.length;at++){L.jqplot.preInitHooks[at].call(this,av,ar,ay)}for(var at=0;at<this.preInitHooks.hooks.length;at++){this.preInitHooks.hooks[at].call(this,av,ar,ay)}this.targetId="#"+av;this.target=L("#"+av);if(this._addDomReference){this.target.data("jqplot",this)}this.target.removeClass("jqplot-error");if(!this.target.get(0)){throw new Error("No plot target specified")}if(this.target.css("position")=="static"){this.target.css("position","relative")}if(!this.target.hasClass("jqplot-target")){this.target.addClass("jqplot-target")}if(!this.target.height()){var au;if(ay&&ay.height){au=parseInt(ay.height,10)}else{if(this.target.attr("data-height")){au=parseInt(this.target.attr("data-height"),10)}else{au=parseInt(L.jqplot.config.defaultHeight,10)}}this._height=au;this.target.css("height",au+"px")}else{this._height=au=this.target.height()}if(!this.target.width()){var aw;if(ay&&ay.width){aw=parseInt(ay.width,10)}else{if(this.target.attr("data-width")){aw=parseInt(this.target.attr("data-width"),10)}else{aw=parseInt(L.jqplot.config.defaultWidth,10)}}this._width=aw;this.target.css("width",aw+"px")}else{this._width=aw=this.target.width()}for(var at=0,ap=U.length;at<ap;at++){this.axes[U[at]]=new w(U[at])}this._plotDimensions.height=this._height;this._plotDimensions.width=this._width;this.grid._plotDimensions=this._plotDimensions;this.title._plotDimensions=this._plotDimensions;this.baseCanvas._plotDimensions=this._plotDimensions;this.eventCanvas._plotDimensions=this._plotDimensions;this.legend._plotDimensions=this._plotDimensions;if(this._height<=0||this._width<=0||!this._height||!this._width){throw new Error("Canvas dimension not set")}if(ay.dataRenderer&&L.isFunction(ay.dataRenderer)){if(ay.dataRendererOptions){this.dataRendererOptions=ay.dataRendererOptions}this.dataRenderer=ay.dataRenderer;ar=this.dataRenderer(ar,this,this.dataRendererOptions)}if(ay.noDataIndicator&&L.isPlainObject(ay.noDataIndicator)){L.extend(true,this.noDataIndicator,ay.noDataIndicator)}if(ar==null||L.isArray(ar)==false||ar.length==0||L.isArray(ar[0])==false||ar[0].length==0){if(this.noDataIndicator.show==false){throw new Error("No data specified")}else{for(var al in this.noDataIndicator.axes){for(var an in this.noDataIndicator.axes[al]){this.axes[al][an]=this.noDataIndicator.axes[al][an]}}this.postDrawHooks.add(function(){var aD=this.eventCanvas.getHeight();var aA=this.eventCanvas.getWidth();var az=L('<div class="jqplot-noData-container" style="position:absolute;"></div>');this.target.append(az);az.height(aD);az.width(aA);az.css("top",this.eventCanvas._offsets.top);az.css("left",this.eventCanvas._offsets.left);var aC=L('<div class="jqplot-noData-contents" style="text-align:center; position:relative; margin-left:auto; margin-right:auto;"></div>');az.append(aC);aC.html(this.noDataIndicator.indicator);var aB=aC.height();var ax=aC.width();aC.height(aB);aC.width(ax);aC.css("top",(aD-aB)/2+"px")})}}this.data=L.extend(true,[],ar);this.parseOptions(ay);if(this.textColor){this.target.css("color",this.textColor)}if(this.fontFamily){this.target.css("font-family",this.fontFamily)}if(this.fontSize){this.target.css("font-size",this.fontSize)}this.title.init();this.legend.init();this._sumy=0;this._sumx=0;this.computePlotData();for(var at=0;at<this.series.length;at++){this.seriesStack.push(at);this.previousSeriesStack.push(at);this.series[at].shadowCanvas._plotDimensions=this._plotDimensions;this.series[at].canvas._plotDimensions=this._plotDimensions;for(var aq=0;aq<L.jqplot.preSeriesInitHooks.length;aq++){L.jqplot.preSeriesInitHooks[aq].call(this.series[at],av,this.data,this.options.seriesDefaults,this.options.series[at],this)}for(var aq=0;aq<this.preSeriesInitHooks.hooks.length;aq++){this.preSeriesInitHooks.hooks[aq].call(this.series[at],av,this.data,this.options.seriesDefaults,this.options.series[at],this)}this.series[at]._plotDimensions=this._plotDimensions;this.series[at].init(at,this.grid.borderWidth,this);for(var aq=0;aq<L.jqplot.postSeriesInitHooks.length;aq++){L.jqplot.postSeriesInitHooks[aq].call(this.series[at],av,this.data,this.options.seriesDefaults,this.options.series[at],this)}for(var aq=0;aq<this.postSeriesInitHooks.hooks.length;aq++){this.postSeriesInitHooks.hooks[aq].call(this.series[at],av,this.data,this.options.seriesDefaults,this.options.series[at],this)}this._sumy+=this.series[at]._sumy;this._sumx+=this.series[at]._sumx}var am,ao;for(var at=0,ap=U.length;at<ap;at++){am=U[at];ao=this.axes[am];ao._plotDimensions=this._plotDimensions;ao.init();if(this.axes[am].borderColor==null){if(am.charAt(0)!=="x"&&ao.useSeriesColor===true&&ao.show){ao.borderColor=ao._series[0].color}else{ao.borderColor=this.grid.borderColor}}}if(this.sortData){ah(this.series)}this.grid.init();this.grid._axes=this.axes;this.legend._series=this.series;for(var at=0;at<L.jqplot.postInitHooks.length;at++){L.jqplot.postInitHooks[at].call(this,av,this.data,ay)}for(var at=0;at<this.postInitHooks.hooks.length;at++){this.postInitHooks.hooks[at].call(this,av,this.data,ay)}};this.resetAxesScale=function(aq,am){var ao=am||{};var ap=aq||this.axes;if(ap===true){ap=this.axes}if(L.isArray(ap)){for(var an=0;an<ap.length;an++){this.axes[ap[an]].resetScale(ao[ap[an]])}}else{if(typeof(ap)==="object"){for(var al in ap){this.axes[al].resetScale(ao[al])}}}};this.reInitialize=function(au,al){var ay=L.extend(true,{},this.options,al);var aw=this.targetId.substr(1);var ar=(au==null)?this.data:au;for(var av=0;av<L.jqplot.preInitHooks.length;av++){L.jqplot.preInitHooks[av].call(this,aw,ar,ay)}for(var av=0;av<this.preInitHooks.hooks.length;av++){this.preInitHooks.hooks[av].call(this,aw,ar,ay)}this._height=this.target.height();this._width=this.target.width();if(this._height<=0||this._width<=0||!this._height||!this._width){throw new Error("Target dimension not set")}this._plotDimensions.height=this._height;this._plotDimensions.width=this._width;this.grid._plotDimensions=this._plotDimensions;this.title._plotDimensions=this._plotDimensions;this.baseCanvas._plotDimensions=this._plotDimensions;this.eventCanvas._plotDimensions=this._plotDimensions;this.legend._plotDimensions=this._plotDimensions;var am,ax,at,ao;for(var av=0,aq=U.length;av<aq;av++){am=U[av];ao=this.axes[am];ax=ao._ticks;for(var at=0,ap=ax.length;at<ap;at++){var an=ax[at]._elem;if(an){if(L.jqplot.use_excanvas&&window.G_vmlCanvasManager.uninitElement!==u){window.G_vmlCanvasManager.uninitElement(an.get(0))}an.emptyForce();an=null;ax._elem=null}}ax=null;delete ao.ticks;delete ao._ticks;this.axes[am]=new w(am);this.axes[am]._plotWidth=this._width;this.axes[am]._plotHeight=this._height}if(au){if(ay.dataRenderer&&L.isFunction(ay.dataRenderer)){if(ay.dataRendererOptions){this.dataRendererOptions=ay.dataRendererOptions}this.dataRenderer=ay.dataRenderer;au=this.dataRenderer(au,this,this.dataRendererOptions)}this.data=L.extend(true,[],au)}if(al){this.parseOptions(ay)}this.title._plotWidth=this._width;if(this.textColor){this.target.css("color",this.textColor)}if(this.fontFamily){this.target.css("font-family",this.fontFamily)}if(this.fontSize){this.target.css("font-size",this.fontSize)}this.title.init();this.legend.init();this._sumy=0;this._sumx=0;this.seriesStack=[];this.previousSeriesStack=[];this.computePlotData();for(var av=0,aq=this.series.length;av<aq;av++){this.seriesStack.push(av);this.previousSeriesStack.push(av);this.series[av].shadowCanvas._plotDimensions=this._plotDimensions;this.series[av].canvas._plotDimensions=this._plotDimensions;for(var at=0;at<L.jqplot.preSeriesInitHooks.length;at++){L.jqplot.preSeriesInitHooks[at].call(this.series[av],aw,this.data,this.options.seriesDefaults,this.options.series[av],this)}for(var at=0;at<this.preSeriesInitHooks.hooks.length;at++){this.preSeriesInitHooks.hooks[at].call(this.series[av],aw,this.data,this.options.seriesDefaults,this.options.series[av],this)}this.series[av]._plotDimensions=this._plotDimensions;this.series[av].init(av,this.grid.borderWidth,this);for(var at=0;at<L.jqplot.postSeriesInitHooks.length;at++){L.jqplot.postSeriesInitHooks[at].call(this.series[av],aw,this.data,this.options.seriesDefaults,this.options.series[av],this)}for(var at=0;at<this.postSeriesInitHooks.hooks.length;at++){this.postSeriesInitHooks.hooks[at].call(this.series[av],aw,this.data,this.options.seriesDefaults,this.options.series[av],this)}this._sumy+=this.series[av]._sumy;this._sumx+=this.series[av]._sumx}for(var av=0,aq=U.length;av<aq;av++){am=U[av];ao=this.axes[am];ao._plotDimensions=this._plotDimensions;ao.init();if(ao.borderColor==null){if(am.charAt(0)!=="x"&&ao.useSeriesColor===true&&ao.show){ao.borderColor=ao._series[0].color}else{ao.borderColor=this.grid.borderColor}}}if(this.sortData){ah(this.series)}this.grid.init();this.grid._axes=this.axes;this.legend._series=this.series;for(var av=0,aq=L.jqplot.postInitHooks.length;av<aq;av++){L.jqplot.postInitHooks[av].call(this,aw,this.data,ay)}for(var av=0,aq=this.postInitHooks.hooks.length;av<aq;av++){this.postInitHooks.hooks[av].call(this,aw,this.data,ay)}};this.quickInit=function(){this._height=this.target.height();this._width=this.target.width();if(this._height<=0||this._width<=0||!this._height||!this._width){throw new Error("Target dimension not set")}this._plotDimensions.height=this._height;this._plotDimensions.width=this._width;this.grid._plotDimensions=this._plotDimensions;this.title._plotDimensions=this._plotDimensions;this.baseCanvas._plotDimensions=this._plotDimensions;this.eventCanvas._plotDimensions=this._plotDimensions;this.legend._plotDimensions=this._plotDimensions;for(var aq in this.axes){this.axes[aq]._plotWidth=this._width;this.axes[aq]._plotHeight=this._height}this.title._plotWidth=this._width;if(this.textColor){this.target.css("color",this.textColor)}if(this.fontFamily){this.target.css("font-family",this.fontFamily)}if(this.fontSize){this.target.css("font-size",this.fontSize)}this._sumy=0;this._sumx=0;this.computePlotData();for(var ao=0;ao<this.series.length;ao++){if(this.series[ao]._type==="line"&&this.series[ao].renderer.bands.show){this.series[ao].renderer.initBands.call(this.series[ao],this.series[ao].renderer.options,this)}this.series[ao]._plotDimensions=this._plotDimensions;this.series[ao].canvas._plotDimensions=this._plotDimensions;this._sumy+=this.series[ao]._sumy;this._sumx+=this.series[ao]._sumx}var am;for(var al=0;al<12;al++){am=U[al];var an=this.axes[am]._ticks;for(var ao=0;ao<an.length;ao++){var ap=an[ao]._elem;if(ap){if(L.jqplot.use_excanvas&&window.G_vmlCanvasManager.uninitElement!==u){window.G_vmlCanvasManager.uninitElement(ap.get(0))}ap.emptyForce();ap=null;an._elem=null}}an=null;this.axes[am]._plotDimensions=this._plotDimensions;this.axes[am]._ticks=[]}if(this.sortData){ah(this.series)}this.grid._axes=this.axes;this.legend._series=this.series};function ah(ap){var au,av,aw,al,at;for(var aq=0;aq<ap.length;aq++){var am;var ar=[ap[aq].data,ap[aq]._stackData,ap[aq]._plotData,ap[aq]._prevPlotData];for(var an=0;an<4;an++){am=true;au=ar[an];if(ap[aq]._stackAxis=="x"){for(var ao=0;ao<au.length;ao++){if(typeof(au[ao][1])!="number"){am=false;break}}if(am){au.sort(function(ay,ax){return ay[1]-ax[1]})}}else{for(var ao=0;ao<au.length;ao++){if(typeof(au[ao][0])!="number"){am=false;break}}if(am){au.sort(function(ay,ax){return ay[0]-ax[0]})}}}}}this.computePlotData=function(){this._plotData=[];this._stackData=[];var at,au,ao;for(au=0,ao=this.series.length;au<ao;au++){at=this.series[au];this._plotData.push([]);this._stackData.push([]);var am=at.data;this._plotData[au]=L.extend(true,[],am);this._stackData[au]=L.extend(true,[],am);at._plotData=this._plotData[au];at._stackData=this._stackData[au];var ax={x:[],y:[]};if(this.stackSeries&&!at.disableStack){at._stack=true;var av=(at._stackAxis==="x")?0:1;for(var ap=0,al=am.length;ap<al;ap++){var aw=am[ap][av];if(aw==null){aw=0}this._plotData[au][ap][av]=aw;this._stackData[au][ap][av]=aw;if(au>0){for(var aq=au;aq--;){var an=this._plotData[aq][ap][av];if(aw*an>=0){this._plotData[au][ap][av]+=an;this._stackData[au][ap][av]+=an;break}}}}}else{for(var ar=0;ar<at.data.length;ar++){ax.x.push(at.data[ar][0]);ax.y.push(at.data[ar][1])}this._stackData.push(at.data);this.series[au]._stackData=at.data;this._plotData.push(at.data);at._plotData=at.data;at._plotValues=ax}if(au>0){at._prevPlotData=this.series[au-1]._plotData}at._sumy=0;at._sumx=0;for(ar=at.data.length-1;ar>-1;ar--){at._sumy+=at.data[ar][1];at._sumx+=at.data[ar][0]}}};this.populatePlotData=function(au,av){this._plotData=[];this._stackData=[];au._stackData=[];au._plotData=[];var ay={x:[],y:[]};if(this.stackSeries&&!au.disableStack){au._stack=true;var ax=(au._stackAxis==="x")?0:1;var az=L.extend(true,[],au.data);var aA=L.extend(true,[],au.data);var an,am,ao,aw,al;for(var ar=0;ar<av;ar++){var ap=this.series[ar].data;for(var aq=0;aq<ap.length;aq++){ao=ap[aq];an=(ao[0]!=null)?ao[0]:0;am=(ao[1]!=null)?ao[1]:0;az[aq][0]+=an;az[aq][1]+=am;aw=(ax)?am:an;if(au.data[aq][ax]*aw>=0){aA[aq][ax]+=aw}}}for(var at=0;at<aA.length;at++){ay.x.push(aA[at][0]);ay.y.push(aA[at][1])}this._plotData.push(aA);this._stackData.push(az);au._stackData=az;au._plotData=aA;au._plotValues=ay}else{for(var at=0;at<au.data.length;at++){ay.x.push(au.data[at][0]);ay.y.push(au.data[at][1])}this._stackData.push(au.data);this.series[av]._stackData=au.data;this._plotData.push(au.data);au._plotData=au.data;au._plotValues=ay}if(av>0){au._prevPlotData=this.series[av-1]._plotData}au._sumy=0;au._sumx=0;for(at=au.data.length-1;at>-1;at--){au._sumy+=au.data[at][1];au._sumx+=au.data[at][0]}};this.getNextSeriesColor=(function(am){var al=0;var an=am.seriesColors;return function(){if(al<an.length){return an[al++]}else{al=0;return an[al++]}}})(this);this.parseOptions=function(ay){for(var at=0;at<this.preParseOptionsHooks.hooks.length;at++){this.preParseOptionsHooks.hooks[at].call(this,ay)}for(var at=0;at<L.jqplot.preParseOptionsHooks.length;at++){L.jqplot.preParseOptionsHooks[at].call(this,ay)}this.options=L.extend(true,{},this.defaults,ay);var am=this.options;this.animate=am.animate;this.animateReplot=am.animateReplot;this.stackSeries=am.stackSeries;if(L.isPlainObject(am.fillBetween)){var ax=["series1","series2","color","baseSeries","fill"],au;for(var at=0,aq=ax.length;at<aq;at++){au=ax[at];if(am.fillBetween[au]!=null){this.fillBetween[au]=am.fillBetween[au]}}}if(am.seriesColors){this.seriesColors=am.seriesColors}if(am.negativeSeriesColors){this.negativeSeriesColors=am.negativeSeriesColors}if(am.captureRightClick){this.captureRightClick=am.captureRightClick}this.defaultAxisStart=(ay&&ay.defaultAxisStart!=null)?ay.defaultAxisStart:this.defaultAxisStart;this.colorGenerator.setColors(this.seriesColors);this.negativeColorGenerator.setColors(this.negativeSeriesColors);L.extend(true,this._gridPadding,am.gridPadding);this.sortData=(am.sortData!=null)?am.sortData:this.sortData;for(var at=0;at<12;at++){var an=U[at];var ap=this.axes[an];ap._options=L.extend(true,{},am.axesDefaults,am.axes[an]);L.extend(true,ap,am.axesDefaults,am.axes[an]);ap._plotWidth=this._width;ap._plotHeight=this._height}var aw=function(aD,aB,aE){var aA=[];var aC,az;aB=aB||"vertical";if(!L.isArray(aD[0])){for(aC=0,az=aD.length;aC<az;aC++){if(aB=="vertical"){aA.push([aE+aC,aD[aC]])}else{aA.push([aD[aC],aE+aC])}}}else{L.extend(true,aA,aD)}return aA};var av=0;this.series=[];for(var at=0;at<this.data.length;at++){var al=L.extend(true,{index:at},{seriesColors:this.seriesColors,negativeSeriesColors:this.negativeSeriesColors},this.options.seriesDefaults,this.options.series[at],{rendererOptions:{animation:{show:this.animate}}});var ax=new S(al);for(var ar=0;ar<L.jqplot.preParseSeriesOptionsHooks.length;ar++){L.jqplot.preParseSeriesOptionsHooks[ar].call(ax,this.options.seriesDefaults,this.options.series[at])}for(var ar=0;ar<this.preParseSeriesOptionsHooks.hooks.length;ar++){this.preParseSeriesOptionsHooks.hooks[ar].call(ax,this.options.seriesDefaults,this.options.series[at])}L.extend(true,ax,al);var ao="vertical";if(ax.renderer===L.jqplot.BarRenderer&&ax.rendererOptions&&ax.rendererOptions.barDirection=="horizontal"){ao="horizontal";ax._stackAxis="x";ax._primaryAxis="_yaxis"}ax.data=aw(this.data[at],ao,this.defaultAxisStart);switch(ax.xaxis){case"xaxis":ax._xaxis=this.axes.xaxis;break;case"x2axis":ax._xaxis=this.axes.x2axis;break;default:break}ax._yaxis=this.axes[ax.yaxis];ax._xaxis._series.push(ax);ax._yaxis._series.push(ax);if(ax.show){ax._xaxis.show=true;ax._yaxis.show=true}else{if(ax._xaxis.scaleToHiddenSeries){ax._xaxis.show=true}if(ax._yaxis.scaleToHiddenSeries){ax._yaxis.show=true}}if(!ax.label){ax.label="Series "+(at+1).toString()}this.series.push(ax);for(var ar=0;ar<L.jqplot.postParseSeriesOptionsHooks.length;ar++){L.jqplot.postParseSeriesOptionsHooks[ar].call(this.series[at],this.options.seriesDefaults,this.options.series[at])}for(var ar=0;ar<this.postParseSeriesOptionsHooks.hooks.length;ar++){this.postParseSeriesOptionsHooks.hooks[ar].call(this.series[at],this.options.seriesDefaults,this.options.series[at])}}L.extend(true,this.grid,this.options.grid);for(var at=0,aq=U.length;at<aq;at++){var an=U[at];var ap=this.axes[an];if(ap.borderWidth==null){ap.borderWidth=this.grid.borderWidth}}if(typeof this.options.title=="string"){this.title.text=this.options.title}else{if(typeof this.options.title=="object"){L.extend(true,this.title,this.options.title)}}this.title._plotWidth=this._width;this.legend.setOptions(this.options.legend);for(var at=0;at<L.jqplot.postParseOptionsHooks.length;at++){L.jqplot.postParseOptionsHooks[at].call(this,ay)}for(var at=0;at<this.postParseOptionsHooks.hooks.length;at++){this.postParseOptionsHooks.hooks[at].call(this,ay)}};this.destroy=function(){this.canvasManager.freeAllCanvases();if(this.eventCanvas&&this.eventCanvas._elem){this.eventCanvas._elem.unbind()}this.target.empty();this.target[0].innerHTML=""};this.replot=function(am){var an=am||{};var ap=an.data||null;var al=(an.clear===false)?false:true;var ao=an.resetAxes||false;delete an.data;delete an.clear;delete an.resetAxes;this.target.trigger("jqplotPreReplot");if(al){this.destroy()}if(ap||!L.isEmptyObject(an)){this.reInitialize(ap,an)}else{this.quickInit()}if(ao){this.resetAxesScale(ao,an.axes)}this.draw();this.target.trigger("jqplotPostReplot")};this.redraw=function(al){al=(al!=null)?al:true;this.target.trigger("jqplotPreRedraw");if(al){this.canvasManager.freeAllCanvases();this.eventCanvas._elem.unbind();this.target.empty()}for(var an in this.axes){this.axes[an]._ticks=[]}this.computePlotData();this._sumy=0;this._sumx=0;for(var am=0,ao=this.series.length;am<ao;am++){this._sumy+=this.series[am]._sumy;this._sumx+=this.series[am]._sumx}this.draw();this.target.trigger("jqplotPostRedraw")};this.draw=function(){if(this.drawIfHidden||this.target.is(":visible")){this.target.trigger("jqplotPreDraw");var aH,aF,aE,ao;for(aH=0,aE=L.jqplot.preDrawHooks.length;aH<aE;aH++){L.jqplot.preDrawHooks[aH].call(this)}for(aH=0,aE=this.preDrawHooks.hooks.length;aH<aE;aH++){this.preDrawHooks.hooks[aH].apply(this,this.preDrawSeriesHooks.args[aH])}this.target.append(this.baseCanvas.createElement({left:0,right:0,top:0,bottom:0},"jqplot-base-canvas",null,this));this.baseCanvas.setContext();this.target.append(this.title.draw());this.title.pack({top:0,left:0});var aL=this.legend.draw({},this);var al={top:0,left:0,bottom:0,right:0};if(this.legend.placement=="outsideGrid"){this.target.append(aL);switch(this.legend.location){case"n":al.top+=this.legend.getHeight();break;case"s":al.bottom+=this.legend.getHeight();break;case"ne":case"e":case"se":al.right+=this.legend.getWidth();break;case"nw":case"w":case"sw":al.left+=this.legend.getWidth();break;default:al.right+=this.legend.getWidth();break}aL=aL.detach()}var ar=this.axes;var aM;for(aH=0;aH<12;aH++){aM=U[aH];this.target.append(ar[aM].draw(this.baseCanvas._ctx,this));ar[aM].set()}if(ar.yaxis.show){al.left+=ar.yaxis.getWidth()}var aG=["y2axis","y3axis","y4axis","y5axis","y6axis","y7axis","y8axis","y9axis"];var az=[0,0,0,0,0,0,0,0];var aC=0;var aB;for(aB=0;aB<8;aB++){if(ar[aG[aB]].show){aC+=ar[aG[aB]].getWidth();az[aB]=aC}}al.right+=aC;if(ar.x2axis.show){al.top+=ar.x2axis.getHeight()}if(this.title.show){al.top+=this.title.getHeight()}if(ar.xaxis.show){al.bottom+=ar.xaxis.getHeight()}if(this.options.gridDimensions&&L.isPlainObject(this.options.gridDimensions)){var at=parseInt(this.options.gridDimensions.width,10)||0;var aI=parseInt(this.options.gridDimensions.height,10)||0;var an=(this._width-al.left-al.right-at)/2;var aK=(this._height-al.top-al.bottom-aI)/2;if(aK>=0&&an>=0){al.top+=aK;al.bottom+=aK;al.left+=an;al.right+=an}}var am=["top","bottom","left","right"];for(var aB in am){if(this._gridPadding[am[aB]]==null&&al[am[aB]]>0){this._gridPadding[am[aB]]=al[am[aB]]}else{if(this._gridPadding[am[aB]]==null){this._gridPadding[am[aB]]=this._defaultGridPadding[am[aB]]}}}var aA=this._gridPadding;if(this.legend.placement==="outsideGrid"){aA={top:this.title.getHeight(),left:0,right:0,bottom:0};if(this.legend.location==="s"){aA.left=this._gridPadding.left;aA.right=this._gridPadding.right}}ar.xaxis.pack({position:"absolute",bottom:this._gridPadding.bottom-ar.xaxis.getHeight(),left:0,width:this._width},{min:this._gridPadding.left,max:this._width-this._gridPadding.right});ar.yaxis.pack({position:"absolute",top:0,left:this._gridPadding.left-ar.yaxis.getWidth(),height:this._height},{min:this._height-this._gridPadding.bottom,max:this._gridPadding.top});ar.x2axis.pack({position:"absolute",top:this._gridPadding.top-ar.x2axis.getHeight(),left:0,width:this._width},{min:this._gridPadding.left,max:this._width-this._gridPadding.right});for(aH=8;aH>0;aH--){ar[aG[aH-1]].pack({position:"absolute",top:0,right:this._gridPadding.right-az[aH-1]},{min:this._height-this._gridPadding.bottom,max:this._gridPadding.top})}var au=(this._width-this._gridPadding.left-this._gridPadding.right)/2+this._gridPadding.left-ar.yMidAxis.getWidth()/2;ar.yMidAxis.pack({position:"absolute",top:0,left:au,zIndex:9,textAlign:"center"},{min:this._height-this._gridPadding.bottom,max:this._gridPadding.top});this.target.append(this.grid.createElement(this._gridPadding,this));this.grid.draw();var aq=this.series;var aJ=aq.length;for(aH=0,aE=aJ;aH<aE;aH++){aF=this.seriesStack[aH];this.target.append(aq[aF].shadowCanvas.createElement(this._gridPadding,"jqplot-series-shadowCanvas",null,this));aq[aF].shadowCanvas.setContext();aq[aF].shadowCanvas._elem.data("seriesIndex",aF)}for(aH=0,aE=aJ;aH<aE;aH++){aF=this.seriesStack[aH];this.target.append(aq[aF].canvas.createElement(this._gridPadding,"jqplot-series-canvas",null,this));aq[aF].canvas.setContext();aq[aF].canvas._elem.data("seriesIndex",aF)}this.target.append(this.eventCanvas.createElement(this._gridPadding,"jqplot-event-canvas",null,this));this.eventCanvas.setContext();this.eventCanvas._ctx.fillStyle="rgba(0,0,0,0)";this.eventCanvas._ctx.fillRect(0,0,this.eventCanvas._ctx.canvas.width,this.eventCanvas._ctx.canvas.height);this.bindCustomEvents();if(this.legend.preDraw){this.eventCanvas._elem.before(aL);this.legend.pack(aA);if(this.legend._elem){this.drawSeries({legendInfo:{location:this.legend.location,placement:this.legend.placement,width:this.legend.getWidth(),height:this.legend.getHeight(),xoffset:this.legend.xoffset,yoffset:this.legend.yoffset}})}else{this.drawSeries()}}else{this.drawSeries();if(aJ){L(aq[aJ-1].canvas._elem).after(aL)}this.legend.pack(aA)}for(var aH=0,aE=L.jqplot.eventListenerHooks.length;aH<aE;aH++){this.eventCanvas._elem.bind(L.jqplot.eventListenerHooks[aH][0],{plot:this},L.jqplot.eventListenerHooks[aH][1])}for(var aH=0,aE=this.eventListenerHooks.hooks.length;aH<aE;aH++){this.eventCanvas._elem.bind(this.eventListenerHooks.hooks[aH][0],{plot:this},this.eventListenerHooks.hooks[aH][1])}var ay=this.fillBetween;if(ay.fill&&ay.series1!==ay.series2&&ay.series1<aJ&&ay.series2<aJ&&aq[ay.series1]._type==="line"&&aq[ay.series2]._type==="line"){this.doFillBetweenLines()}for(var aH=0,aE=L.jqplot.postDrawHooks.length;aH<aE;aH++){L.jqplot.postDrawHooks[aH].call(this)}for(var aH=0,aE=this.postDrawHooks.hooks.length;aH<aE;aH++){this.postDrawHooks.hooks[aH].apply(this,this.postDrawHooks.args[aH])}if(this.target.is(":visible")){this._drawCount+=1}var av,aw,aD,ap;for(aH=0,aE=aJ;aH<aE;aH++){av=aq[aH];aw=av.renderer;aD=".jqplot-point-label.jqplot-series-"+aH;if(aw.animation&&aw.animation._supported&&aw.animation.show&&(this._drawCount<2||this.animateReplot)){ap=this.target.find(aD);ap.stop(true,true).hide();av.canvas._elem.stop(true,true).hide();av.shadowCanvas._elem.stop(true,true).hide();av.canvas._elem.jqplotEffect("blind",{mode:"show",direction:aw.animation.direction},aw.animation.speed);av.shadowCanvas._elem.jqplotEffect("blind",{mode:"show",direction:aw.animation.direction},aw.animation.speed);ap.fadeIn(aw.animation.speed*0.8)}}ap=null;this.target.trigger("jqplotPostDraw",[this])}};R.prototype.doFillBetweenLines=function(){var an=this.fillBetween;var ax=an.series1;var av=an.series2;var aw=(ax<av)?ax:av;var au=(av>ax)?av:ax;var ar=this.series[aw];var aq=this.series[au];if(aq.renderer.smooth){var ap=aq.renderer._smoothedData.slice(0).reverse()}else{var ap=aq.gridData.slice(0).reverse()}if(ar.renderer.smooth){var at=ar.renderer._smoothedData.concat(ap)}else{var at=ar.gridData.concat(ap)}var ao=(an.color!==null)?an.color:this.series[ax].fillColor;var ay=(an.baseSeries!==null)?an.baseSeries:aw;var am=this.series[ay].renderer.shapeRenderer;var al={fillStyle:ao,fill:true,closePath:true};am.draw(ar.shadowCanvas._ctx,at,al)};this.bindCustomEvents=function(){this.eventCanvas._elem.bind("click",{plot:this},this.onClick);this.eventCanvas._elem.bind("dblclick",{plot:this},this.onDblClick);this.eventCanvas._elem.bind("mousedown",{plot:this},this.onMouseDown);this.eventCanvas._elem.bind("mousemove",{plot:this},this.onMouseMove);this.eventCanvas._elem.bind("mouseenter",{plot:this},this.onMouseEnter);this.eventCanvas._elem.bind("mouseleave",{plot:this},this.onMouseLeave);if(this.captureRightClick){this.eventCanvas._elem.bind("mouseup",{plot:this},this.onRightClick);this.eventCanvas._elem.get(0).oncontextmenu=function(){return false}}else{this.eventCanvas._elem.bind("mouseup",{plot:this},this.onMouseUp)}};function ai(av){var au=av.data.plot;var ap=au.eventCanvas._elem.offset();var at={x:av.pageX-ap.left,y:av.pageY-ap.top};var aq={xaxis:null,yaxis:null,x2axis:null,y2axis:null,y3axis:null,y4axis:null,y5axis:null,y6axis:null,y7axis:null,y8axis:null,y9axis:null,yMidAxis:null};var ar=["xaxis","yaxis","x2axis","y2axis","y3axis","y4axis","y5axis","y6axis","y7axis","y8axis","y9axis","yMidAxis"];var al=au.axes;var am,ao;for(am=11;am>0;am--){ao=ar[am-1];if(al[ao].show){aq[ao]=al[ao].series_p2u(at[ao.charAt(0)])}}return{offsets:ap,gridPos:at,dataPos:aq}}function ak(al,am){var aq=am.series;var aW,aU,aT,aO,aP,aJ,aI,aw,au,az,aA,aK;var aS,aX,aQ,ar,aH,aM,aV;var an,aN;for(aT=am.seriesStack.length-1;aT>=0;aT--){aW=am.seriesStack[aT];aO=aq[aW];aV=aO._highlightThreshold;switch(aO.renderer.constructor){case L.jqplot.BarRenderer:aJ=al.x;aI=al.y;for(aU=0;aU<aO._barPoints.length;aU++){aH=aO._barPoints[aU];aQ=aO.gridData[aU];if(aJ>aH[0][0]&&aJ<aH[2][0]&&aI>aH[2][1]&&aI<aH[0][1]){return{seriesIndex:aO.index,pointIndex:aU,gridData:aQ,data:aO.data[aU],points:aO._barPoints[aU]}}}break;case L.jqplot.PyramidRenderer:aJ=al.x;aI=al.y;for(aU=0;aU<aO._barPoints.length;aU++){aH=aO._barPoints[aU];aQ=aO.gridData[aU];if(aJ>aH[0][0]+aV[0][0]&&aJ<aH[2][0]+aV[2][0]&&aI>aH[2][1]&&aI<aH[0][1]){return{seriesIndex:aO.index,pointIndex:aU,gridData:aQ,data:aO.data[aU],points:aO._barPoints[aU]}}}break;case L.jqplot.DonutRenderer:az=aO.startAngle/180*Math.PI;aJ=al.x-aO._center[0];aI=al.y-aO._center[1];aP=Math.sqrt(Math.pow(aJ,2)+Math.pow(aI,2));if(aJ>0&&-aI>=0){aw=2*Math.PI-Math.atan(-aI/aJ)}else{if(aJ>0&&-aI<0){aw=-Math.atan(-aI/aJ)}else{if(aJ<0){aw=Math.PI-Math.atan(-aI/aJ)}else{if(aJ==0&&-aI>0){aw=3*Math.PI/2}else{if(aJ==0&&-aI<0){aw=Math.PI/2}else{if(aJ==0&&aI==0){aw=0}}}}}}if(az){aw-=az;if(aw<0){aw+=2*Math.PI}else{if(aw>2*Math.PI){aw-=2*Math.PI}}}au=aO.sliceMargin/180*Math.PI;if(aP<aO._radius&&aP>aO._innerRadius){for(aU=0;aU<aO.gridData.length;aU++){aA=(aU>0)?aO.gridData[aU-1][1]+au:au;aK=aO.gridData[aU][1];if(aw>aA&&aw<aK){return{seriesIndex:aO.index,pointIndex:aU,gridData:[al.x,al.y],data:aO.data[aU]}}}}break;case L.jqplot.PieRenderer:az=aO.startAngle/180*Math.PI;aJ=al.x-aO._center[0];aI=al.y-aO._center[1];aP=Math.sqrt(Math.pow(aJ,2)+Math.pow(aI,2));if(aJ>0&&-aI>=0){aw=2*Math.PI-Math.atan(-aI/aJ)}else{if(aJ>0&&-aI<0){aw=-Math.atan(-aI/aJ)}else{if(aJ<0){aw=Math.PI-Math.atan(-aI/aJ)}else{if(aJ==0&&-aI>0){aw=3*Math.PI/2}else{if(aJ==0&&-aI<0){aw=Math.PI/2}else{if(aJ==0&&aI==0){aw=0}}}}}}if(az){aw-=az;if(aw<0){aw+=2*Math.PI}else{if(aw>2*Math.PI){aw-=2*Math.PI}}}au=aO.sliceMargin/180*Math.PI;if(aP<aO._radius){for(aU=0;aU<aO.gridData.length;aU++){aA=(aU>0)?aO.gridData[aU-1][1]+au:au;aK=aO.gridData[aU][1];if(aw>aA&&aw<aK){return{seriesIndex:aO.index,pointIndex:aU,gridData:[al.x,al.y],data:aO.data[aU]}}}}break;case L.jqplot.BubbleRenderer:aJ=al.x;aI=al.y;var aF=null;if(aO.show){for(var aU=0;aU<aO.gridData.length;aU++){aQ=aO.gridData[aU];aX=Math.sqrt((aJ-aQ[0])*(aJ-aQ[0])+(aI-aQ[1])*(aI-aQ[1]));if(aX<=aQ[2]&&(aX<=aS||aS==null)){aS=aX;aF={seriesIndex:aW,pointIndex:aU,gridData:aQ,data:aO.data[aU]}}}if(aF!=null){return aF}}break;case L.jqplot.FunnelRenderer:aJ=al.x;aI=al.y;var aL=aO._vertices,ap=aL[0],ao=aL[aL.length-1],at,aE,ay;function aR(a0,a2,a1){var aZ=(a2[1]-a1[1])/(a2[0]-a1[0]);var aY=a2[1]-aZ*a2[0];var a3=a0+a2[1];return[(a3-aY)/aZ,a3]}at=aR(aI,ap[0],ao[3]);aE=aR(aI,ap[1],ao[2]);for(aU=0;aU<aL.length;aU++){ay=aL[aU];if(aI>=ay[0][1]&&aI<=ay[3][1]&&aJ>=at[0]&&aJ<=aE[0]){return{seriesIndex:aO.index,pointIndex:aU,gridData:null,data:aO.data[aU]}}}break;case L.jqplot.LineRenderer:aJ=al.x;aI=al.y;aP=aO.renderer;if(aO.show){if((aO.fill||(aO.renderer.bands.show&&aO.renderer.bands.fill))&&(!am.plugins.highlighter||!am.plugins.highlighter.show)){var ax=false;if(aJ>aO._boundingBox[0][0]&&aJ<aO._boundingBox[1][0]&&aI>aO._boundingBox[1][1]&&aI<aO._boundingBox[0][1]){var aD=aO._areaPoints.length;var aG;var aU=aD-1;for(var aG=0;aG<aD;aG++){var aC=[aO._areaPoints[aG][0],aO._areaPoints[aG][1]];var aB=[aO._areaPoints[aU][0],aO._areaPoints[aU][1]];if(aC[1]<aI&&aB[1]>=aI||aB[1]<aI&&aC[1]>=aI){if(aC[0]+(aI-aC[1])/(aB[1]-aC[1])*(aB[0]-aC[0])<aJ){ax=!ax}}aU=aG}}if(ax){return{seriesIndex:aW,pointIndex:null,gridData:aO.gridData,data:aO.data,points:aO._areaPoints}}break}else{aN=aO.markerRenderer.size/2+aO.neighborThreshold;an=(aN>0)?aN:0;for(var aU=0;aU<aO.gridData.length;aU++){aQ=aO.gridData[aU];if(aP.constructor==L.jqplot.OHLCRenderer){if(aP.candleStick){var av=aO._yaxis.series_u2p;if(aJ>=aQ[0]-aP._bodyWidth/2&&aJ<=aQ[0]+aP._bodyWidth/2&&aI>=av(aO.data[aU][2])&&aI<=av(aO.data[aU][3])){return{seriesIndex:aW,pointIndex:aU,gridData:aQ,data:aO.data[aU]}}}else{if(!aP.hlc){var av=aO._yaxis.series_u2p;if(aJ>=aQ[0]-aP._tickLength&&aJ<=aQ[0]+aP._tickLength&&aI>=av(aO.data[aU][2])&&aI<=av(aO.data[aU][3])){return{seriesIndex:aW,pointIndex:aU,gridData:aQ,data:aO.data[aU]}}}else{var av=aO._yaxis.series_u2p;if(aJ>=aQ[0]-aP._tickLength&&aJ<=aQ[0]+aP._tickLength&&aI>=av(aO.data[aU][1])&&aI<=av(aO.data[aU][2])){return{seriesIndex:aW,pointIndex:aU,gridData:aQ,data:aO.data[aU]}}}}}else{if(aQ[0]!=null&&aQ[1]!=null){aX=Math.sqrt((aJ-aQ[0])*(aJ-aQ[0])+(aI-aQ[1])*(aI-aQ[1]));if(aX<=an&&(aX<=aS||aS==null)){aS=aX;return{seriesIndex:aW,pointIndex:aU,gridData:aQ,data:aO.data[aU]}}}}}}}break;default:aJ=al.x;aI=al.y;aP=aO.renderer;if(aO.show){aN=aO.markerRenderer.size/2+aO.neighborThreshold;an=(aN>0)?aN:0;for(var aU=0;aU<aO.gridData.length;aU++){aQ=aO.gridData[aU];if(aP.constructor==L.jqplot.OHLCRenderer){if(aP.candleStick){var av=aO._yaxis.series_u2p;if(aJ>=aQ[0]-aP._bodyWidth/2&&aJ<=aQ[0]+aP._bodyWidth/2&&aI>=av(aO.data[aU][2])&&aI<=av(aO.data[aU][3])){return{seriesIndex:aW,pointIndex:aU,gridData:aQ,data:aO.data[aU]}}}else{if(!aP.hlc){var av=aO._yaxis.series_u2p;if(aJ>=aQ[0]-aP._tickLength&&aJ<=aQ[0]+aP._tickLength&&aI>=av(aO.data[aU][2])&&aI<=av(aO.data[aU][3])){return{seriesIndex:aW,pointIndex:aU,gridData:aQ,data:aO.data[aU]}}}else{var av=aO._yaxis.series_u2p;if(aJ>=aQ[0]-aP._tickLength&&aJ<=aQ[0]+aP._tickLength&&aI>=av(aO.data[aU][1])&&aI<=av(aO.data[aU][2])){return{seriesIndex:aW,pointIndex:aU,gridData:aQ,data:aO.data[aU]}}}}}else{aX=Math.sqrt((aJ-aQ[0])*(aJ-aQ[0])+(aI-aQ[1])*(aI-aQ[1]));if(aX<=an&&(aX<=aS||aS==null)){aS=aX;return{seriesIndex:aW,pointIndex:aU,gridData:aQ,data:aO.data[aU]}}}}}break}}return null}this.onClick=function(an){var am=ai(an);var ap=an.data.plot;var ao=ak(am.gridPos,ap);var al=L.Event("jqplotClick");al.pageX=an.pageX;al.pageY=an.pageY;L(this).trigger(al,[am.gridPos,am.dataPos,ao,ap])};this.onDblClick=function(an){var am=ai(an);var ap=an.data.plot;var ao=ak(am.gridPos,ap);var al=L.Event("jqplotDblClick");al.pageX=an.pageX;al.pageY=an.pageY;L(this).trigger(al,[am.gridPos,am.dataPos,ao,ap])};this.onMouseDown=function(an){var am=ai(an);var ap=an.data.plot;var ao=ak(am.gridPos,ap);var al=L.Event("jqplotMouseDown");al.pageX=an.pageX;al.pageY=an.pageY;L(this).trigger(al,[am.gridPos,am.dataPos,ao,ap])};this.onMouseUp=function(an){var am=ai(an);var al=L.Event("jqplotMouseUp");al.pageX=an.pageX;al.pageY=an.pageY;L(this).trigger(al,[am.gridPos,am.dataPos,null,an.data.plot])};this.onRightClick=function(an){var am=ai(an);var ap=an.data.plot;var ao=ak(am.gridPos,ap);if(ap.captureRightClick){if(an.which==3){var al=L.Event("jqplotRightClick");al.pageX=an.pageX;al.pageY=an.pageY;L(this).trigger(al,[am.gridPos,am.dataPos,ao,ap])}else{var al=L.Event("jqplotMouseUp");al.pageX=an.pageX;al.pageY=an.pageY;L(this).trigger(al,[am.gridPos,am.dataPos,ao,ap])}}};this.onMouseMove=function(an){var am=ai(an);var ap=an.data.plot;var ao=ak(am.gridPos,ap);var al=L.Event("jqplotMouseMove");al.pageX=an.pageX;al.pageY=an.pageY;L(this).trigger(al,[am.gridPos,am.dataPos,ao,ap])};this.onMouseEnter=function(an){var am=ai(an);var ao=an.data.plot;var al=L.Event("jqplotMouseEnter");al.pageX=an.pageX;al.pageY=an.pageY;al.relatedTarget=an.relatedTarget;L(this).trigger(al,[am.gridPos,am.dataPos,null,ao])};this.onMouseLeave=function(an){var am=ai(an);var ao=an.data.plot;var al=L.Event("jqplotMouseLeave");al.pageX=an.pageX;al.pageY=an.pageY;al.relatedTarget=an.relatedTarget;L(this).trigger(al,[am.gridPos,am.dataPos,null,ao])};this.drawSeries=function(an,al){var ap,ao,am;al=(typeof(an)==="number"&&al==null)?an:al;an=(typeof(an)==="object")?an:{};if(al!=u){ao=this.series[al];am=ao.shadowCanvas._ctx;am.clearRect(0,0,am.canvas.width,am.canvas.height);ao.drawShadow(am,an,this);am=ao.canvas._ctx;am.clearRect(0,0,am.canvas.width,am.canvas.height);ao.draw(am,an,this);if(ao.renderer.constructor==L.jqplot.BezierCurveRenderer){if(al<this.series.length-1){this.drawSeries(al+1)}}}else{for(ap=0;ap<this.series.length;ap++){ao=this.series[ap];am=ao.shadowCanvas._ctx;am.clearRect(0,0,am.canvas.width,am.canvas.height);ao.drawShadow(am,an,this);am=ao.canvas._ctx;am.clearRect(0,0,am.canvas.width,am.canvas.height);ao.draw(am,an,this)}}an=al=ap=ao=am=null};this.moveSeriesToFront=function(am){am=parseInt(am,10);var ap=L.inArray(am,this.seriesStack);if(ap==-1){return}if(ap==this.seriesStack.length-1){this.previousSeriesStack=this.seriesStack.slice(0);return}var al=this.seriesStack[this.seriesStack.length-1];var ao=this.series[am].canvas._elem.detach();var an=this.series[am].shadowCanvas._elem.detach();this.series[al].shadowCanvas._elem.after(an);this.series[al].canvas._elem.after(ao);this.previousSeriesStack=this.seriesStack.slice(0);this.seriesStack.splice(ap,1);this.seriesStack.push(am)};this.moveSeriesToBack=function(am){am=parseInt(am,10);var ap=L.inArray(am,this.seriesStack);if(ap==0||ap==-1){return}var al=this.seriesStack[0];var ao=this.series[am].canvas._elem.detach();var an=this.series[am].shadowCanvas._elem.detach();this.series[al].shadowCanvas._elem.before(an);this.series[al].canvas._elem.before(ao);this.previousSeriesStack=this.seriesStack.slice(0);this.seriesStack.splice(ap,1);this.seriesStack.unshift(am)};this.restorePreviousSeriesOrder=function(){var ar,aq,ap,ao,an,al,am;if(this.seriesStack==this.previousSeriesStack){return}for(ar=1;ar<this.previousSeriesStack.length;ar++){al=this.previousSeriesStack[ar];am=this.previousSeriesStack[ar-1];ap=this.series[al].canvas._elem.detach();ao=this.series[al].shadowCanvas._elem.detach();this.series[am].shadowCanvas._elem.after(ao);this.series[am].canvas._elem.after(ap)}an=this.seriesStack.slice(0);this.seriesStack=this.previousSeriesStack.slice(0);this.previousSeriesStack=an};this.restoreOriginalSeriesOrder=function(){var ap,ao,al=[],an,am;for(ap=0;ap<this.series.length;ap++){al.push(ap)}if(this.seriesStack==al){return}this.previousSeriesStack=this.seriesStack.slice(0);this.seriesStack=al;for(ap=1;ap<this.seriesStack.length;ap++){an=this.series[ap].canvas._elem.detach();am=this.series[ap].shadowCanvas._elem.detach();this.series[ap-1].shadowCanvas._elem.after(am);this.series[ap-1].canvas._elem.after(an)}};this.activateTheme=function(al){this.themeEngine.activate(this,al)}}L.jqplot.computeHighlightColors=function(ai){var ak;if(L.isArray(ai)){ak=[];for(var am=0;am<ai.length;am++){var al=L.jqplot.getColorComponents(ai[am]);var ah=[al[0],al[1],al[2]];var an=ah[0]+ah[1]+ah[2];for(var aj=0;aj<3;aj++){ah[aj]=(an>660)?ah[aj]*0.85:0.73*ah[aj]+90;ah[aj]=parseInt(ah[aj],10);(ah[aj]>255)?255:ah[aj]}ah[3]=0.3+0.35*al[3];ak.push("rgba("+ah[0]+","+ah[1]+","+ah[2]+","+ah[3]+")")}}else{var al=L.jqplot.getColorComponents(ai);var ah=[al[0],al[1],al[2]];var an=ah[0]+ah[1]+ah[2];for(var aj=0;aj<3;aj++){ah[aj]=(an>660)?ah[aj]*0.85:0.73*ah[aj]+90;ah[aj]=parseInt(ah[aj],10);(ah[aj]>255)?255:ah[aj]}ah[3]=0.3+0.35*al[3];ak="rgba("+ah[0]+","+ah[1]+","+ah[2]+","+ah[3]+")"}return ak};L.jqplot.ColorGenerator=function(ai){ai=ai||L.jqplot.config.defaultColors;var ah=0;this.next=function(){if(ah<ai.length){return ai[ah++]}else{ah=0;return ai[ah++]}};this.previous=function(){if(ah>0){return ai[ah--]}else{ah=ai.length-1;return ai[ah]}};this.get=function(ak){var aj=ak-ai.length*Math.floor(ak/ai.length);return ai[aj]};this.setColors=function(aj){ai=aj};this.reset=function(){ah=0};this.getIndex=function(){return ah};this.setIndex=function(aj){ah=aj}};L.jqplot.hex2rgb=function(aj,ah){aj=aj.replace("#","");if(aj.length==3){aj=aj.charAt(0)+aj.charAt(0)+aj.charAt(1)+aj.charAt(1)+aj.charAt(2)+aj.charAt(2)}var ai;ai="rgba("+parseInt(aj.slice(0,2),16)+", "+parseInt(aj.slice(2,4),16)+", "+parseInt(aj.slice(4,6),16);if(ah){ai+=", "+ah}ai+=")";return ai};L.jqplot.rgb2hex=function(am){var aj=/rgba?\( *([0-9]{1,3}\.?[0-9]*%?) *, *([0-9]{1,3}\.?[0-9]*%?) *, *([0-9]{1,3}\.?[0-9]*%?) *(?:, *[0-9.]*)?\)/;var ah=am.match(aj);var al="#";for(var ak=1;ak<4;ak++){var ai;if(ah[ak].search(/%/)!=-1){ai=parseInt(255*ah[ak]/100,10).toString(16);if(ai.length==1){ai="0"+ai}}else{ai=parseInt(ah[ak],10).toString(16);if(ai.length==1){ai="0"+ai}}al+=ai}return al};L.jqplot.normalize2rgb=function(ai,ah){if(ai.search(/^ *rgba?\(/)!=-1){return ai}else{if(ai.search(/^ *#?[0-9a-fA-F]?[0-9a-fA-F]/)!=-1){return L.jqplot.hex2rgb(ai,ah)}else{throw new Error("Invalid color spec")}}};L.jqplot.getColorComponents=function(am){am=L.jqplot.colorKeywordMap[am]||am;var ak=L.jqplot.normalize2rgb(am);var aj=/rgba?\( *([0-9]{1,3}\.?[0-9]*%?) *, *([0-9]{1,3}\.?[0-9]*%?) *, *([0-9]{1,3}\.?[0-9]*%?) *,? *([0-9.]* *)?\)/;var ah=ak.match(aj);var ai=[];for(var al=1;al<4;al++){if(ah[al].search(/%/)!=-1){ai[al-1]=parseInt(255*ah[al]/100,10)}else{ai[al-1]=parseInt(ah[al],10)}}ai[3]=parseFloat(ah[4])?parseFloat(ah[4]):1;return ai};L.jqplot.colorKeywordMap={aliceblue:"rgb(240, 248, 255)",antiquewhite:"rgb(250, 235, 215)",aqua:"rgb( 0, 255, 255)",aquamarine:"rgb(127, 255, 212)",azure:"rgb(240, 255, 255)",beige:"rgb(245, 245, 220)",bisque:"rgb(255, 228, 196)",black:"rgb( 0, 0, 0)",blanchedalmond:"rgb(255, 235, 205)",blue:"rgb( 0, 0, 255)",blueviolet:"rgb(138, 43, 226)",brown:"rgb(165, 42, 42)",burlywood:"rgb(222, 184, 135)",cadetblue:"rgb( 95, 158, 160)",chartreuse:"rgb(127, 255, 0)",chocolate:"rgb(210, 105, 30)",coral:"rgb(255, 127, 80)",cornflowerblue:"rgb(100, 149, 237)",cornsilk:"rgb(255, 248, 220)",crimson:"rgb(220, 20, 60)",cyan:"rgb( 0, 255, 255)",darkblue:"rgb( 0, 0, 139)",darkcyan:"rgb( 0, 139, 139)",darkgoldenrod:"rgb(184, 134, 11)",darkgray:"rgb(169, 169, 169)",darkgreen:"rgb( 0, 100, 0)",darkgrey:"rgb(169, 169, 169)",darkkhaki:"rgb(189, 183, 107)",darkmagenta:"rgb(139, 0, 139)",darkolivegreen:"rgb( 85, 107, 47)",darkorange:"rgb(255, 140, 0)",darkorchid:"rgb(153, 50, 204)",darkred:"rgb(139, 0, 0)",darksalmon:"rgb(233, 150, 122)",darkseagreen:"rgb(143, 188, 143)",darkslateblue:"rgb( 72, 61, 139)",darkslategray:"rgb( 47, 79, 79)",darkslategrey:"rgb( 47, 79, 79)",darkturquoise:"rgb( 0, 206, 209)",darkviolet:"rgb(148, 0, 211)",deeppink:"rgb(255, 20, 147)",deepskyblue:"rgb( 0, 191, 255)",dimgray:"rgb(105, 105, 105)",dimgrey:"rgb(105, 105, 105)",dodgerblue:"rgb( 30, 144, 255)",firebrick:"rgb(178, 34, 34)",floralwhite:"rgb(255, 250, 240)",forestgreen:"rgb( 34, 139, 34)",fuchsia:"rgb(255, 0, 255)",gainsboro:"rgb(220, 220, 220)",ghostwhite:"rgb(248, 248, 255)",gold:"rgb(255, 215, 0)",goldenrod:"rgb(218, 165, 32)",gray:"rgb(128, 128, 128)",grey:"rgb(128, 128, 128)",green:"rgb( 0, 128, 0)",greenyellow:"rgb(173, 255, 47)",honeydew:"rgb(240, 255, 240)",hotpink:"rgb(255, 105, 180)",indianred:"rgb(205, 92, 92)",indigo:"rgb( 75, 0, 130)",ivory:"rgb(255, 255, 240)",khaki:"rgb(240, 230, 140)",lavender:"rgb(230, 230, 250)",lavenderblush:"rgb(255, 240, 245)",lawngreen:"rgb(124, 252, 0)",lemonchiffon:"rgb(255, 250, 205)",lightblue:"rgb(173, 216, 230)",lightcoral:"rgb(240, 128, 128)",lightcyan:"rgb(224, 255, 255)",lightgoldenrodyellow:"rgb(250, 250, 210)",lightgray:"rgb(211, 211, 211)",lightgreen:"rgb(144, 238, 144)",lightgrey:"rgb(211, 211, 211)",lightpink:"rgb(255, 182, 193)",lightsalmon:"rgb(255, 160, 122)",lightseagreen:"rgb( 32, 178, 170)",lightskyblue:"rgb(135, 206, 250)",lightslategray:"rgb(119, 136, 153)",lightslategrey:"rgb(119, 136, 153)",lightsteelblue:"rgb(176, 196, 222)",lightyellow:"rgb(255, 255, 224)",lime:"rgb( 0, 255, 0)",limegreen:"rgb( 50, 205, 50)",linen:"rgb(250, 240, 230)",magenta:"rgb(255, 0, 255)",maroon:"rgb(128, 0, 0)",mediumaquamarine:"rgb(102, 205, 170)",mediumblue:"rgb( 0, 0, 205)",mediumorchid:"rgb(186, 85, 211)",mediumpurple:"rgb(147, 112, 219)",mediumseagreen:"rgb( 60, 179, 113)",mediumslateblue:"rgb(123, 104, 238)",mediumspringgreen:"rgb( 0, 250, 154)",mediumturquoise:"rgb( 72, 209, 204)",mediumvioletred:"rgb(199, 21, 133)",midnightblue:"rgb( 25, 25, 112)",mintcream:"rgb(245, 255, 250)",mistyrose:"rgb(255, 228, 225)",moccasin:"rgb(255, 228, 181)",navajowhite:"rgb(255, 222, 173)",navy:"rgb( 0, 0, 128)",oldlace:"rgb(253, 245, 230)",olive:"rgb(128, 128, 0)",olivedrab:"rgb(107, 142, 35)",orange:"rgb(255, 165, 0)",orangered:"rgb(255, 69, 0)",orchid:"rgb(218, 112, 214)",palegoldenrod:"rgb(238, 232, 170)",palegreen:"rgb(152, 251, 152)",paleturquoise:"rgb(175, 238, 238)",palevioletred:"rgb(219, 112, 147)",papayawhip:"rgb(255, 239, 213)",peachpuff:"rgb(255, 218, 185)",peru:"rgb(205, 133, 63)",pink:"rgb(255, 192, 203)",plum:"rgb(221, 160, 221)",powderblue:"rgb(176, 224, 230)",purple:"rgb(128, 0, 128)",red:"rgb(255, 0, 0)",rosybrown:"rgb(188, 143, 143)",royalblue:"rgb( 65, 105, 225)",saddlebrown:"rgb(139, 69, 19)",salmon:"rgb(250, 128, 114)",sandybrown:"rgb(244, 164, 96)",seagreen:"rgb( 46, 139, 87)",seashell:"rgb(255, 245, 238)",sienna:"rgb(160, 82, 45)",silver:"rgb(192, 192, 192)",skyblue:"rgb(135, 206, 235)",slateblue:"rgb(106, 90, 205)",slategray:"rgb(112, 128, 144)",slategrey:"rgb(112, 128, 144)",snow:"rgb(255, 250, 250)",springgreen:"rgb( 0, 255, 127)",steelblue:"rgb( 70, 130, 180)",tan:"rgb(210, 180, 140)",teal:"rgb( 0, 128, 128)",thistle:"rgb(216, 191, 216)",tomato:"rgb(255, 99, 71)",turquoise:"rgb( 64, 224, 208)",violet:"rgb(238, 130, 238)",wheat:"rgb(245, 222, 179)",white:"rgb(255, 255, 255)",whitesmoke:"rgb(245, 245, 245)",yellow:"rgb(255, 255, 0)",yellowgreen:"rgb(154, 205, 50)"};L.jqplot.AxisLabelRenderer=function(ah){L.jqplot.ElemContainer.call(this);this.axis;this.show=true;this.label="";this.fontFamily=null;this.fontSize=null;this.textColor=null;this._elem;this.escapeHTML=false;L.extend(true,this,ah)};L.jqplot.AxisLabelRenderer.prototype=new L.jqplot.ElemContainer();L.jqplot.AxisLabelRenderer.prototype.constructor=L.jqplot.AxisLabelRenderer;L.jqplot.AxisLabelRenderer.prototype.init=function(ah){L.extend(true,this,ah)};L.jqplot.AxisLabelRenderer.prototype.draw=function(ah,ai){if(this._elem){this._elem.emptyForce();this._elem=null}this._elem=L('<div style="position:absolute;" class="jqplot-'+this.axis+'-label"></div>');if(Number(this.label)){this._elem.css("white-space","nowrap")}if(!this.escapeHTML){this._elem.html(this.label)}else{this._elem.text(this.label)}if(this.fontFamily){this._elem.css("font-family",this.fontFamily)}if(this.fontSize){this._elem.css("font-size",this.fontSize)}if(this.textColor){this._elem.css("color",this.textColor)}return this._elem};L.jqplot.AxisLabelRenderer.prototype.pack=function(){};L.jqplot.AxisTickRenderer=function(ah){L.jqplot.ElemContainer.call(this);this.mark="outside";this.axis;this.showMark=true;this.showGridline=true;this.isMinorTick=false;this.size=4;this.markSize=6;this.show=true;this.showLabel=true;this.label=null;this.value=null;this._styles={};this.formatter=L.jqplot.DefaultTickFormatter;this.prefix="";this.suffix="";this.formatString="";this.fontFamily;this.fontSize;this.textColor;this.escapeHTML=false;this._elem;this._breakTick=false;L.extend(true,this,ah)};L.jqplot.AxisTickRenderer.prototype.init=function(ah){L.extend(true,this,ah)};L.jqplot.AxisTickRenderer.prototype=new L.jqplot.ElemContainer();L.jqplot.AxisTickRenderer.prototype.constructor=L.jqplot.AxisTickRenderer;L.jqplot.AxisTickRenderer.prototype.setTick=function(ah,aj,ai){this.value=ah;this.axis=aj;if(ai){this.isMinorTick=true}return this};L.jqplot.AxisTickRenderer.prototype.draw=function(){if(this.label===null){this.label=this.prefix+this.formatter(this.formatString,this.value)+this.suffix}var ai={position:"absolute"};if(Number(this.label)){ai.whitSpace="nowrap"}if(this._elem){this._elem.emptyForce();this._elem=null}this._elem=L(document.createElement("div"));this._elem.addClass("jqplot-"+this.axis+"-tick");if(!this.escapeHTML){this._elem.html(this.label)}else{this._elem.text(this.label)}this._elem.css(ai);for(var ah in this._styles){this._elem.css(ah,this._styles[ah])}if(this.fontFamily){this._elem.css("font-family",this.fontFamily)}if(this.fontSize){this._elem.css("font-size",this.fontSize)}if(this.textColor){this._elem.css("color",this.textColor)}if(this._breakTick){this._elem.addClass("jqplot-breakTick")}return this._elem};L.jqplot.DefaultTickFormatter=function(ah,ai){if(typeof ai=="number"){if(!ah){ah=L.jqplot.config.defaultTickFormatString}return L.jqplot.sprintf(ah,ai)}else{return String(ai)}};L.jqplot.PercentTickFormatter=function(ah,ai){if(typeof ai=="number"){ai=100*ai;if(!ah){ah=L.jqplot.config.defaultTickFormatString}return L.jqplot.sprintf(ah,ai)}else{return String(ai)}};L.jqplot.AxisTickRenderer.prototype.pack=function(){};L.jqplot.CanvasGridRenderer=function(){this.shadowRenderer=new L.jqplot.ShadowRenderer()};L.jqplot.CanvasGridRenderer.prototype.init=function(ai){this._ctx;L.extend(true,this,ai);var ah={lineJoin:"miter",lineCap:"round",fill:false,isarc:false,angle:this.shadowAngle,offset:this.shadowOffset,alpha:this.shadowAlpha,depth:this.shadowDepth,lineWidth:this.shadowWidth,closePath:false,strokeStyle:this.shadowColor};this.renderer.shadowRenderer.init(ah)};L.jqplot.CanvasGridRenderer.prototype.createElement=function(ak){var aj;if(this._elem){if(L.jqplot.use_excanvas&&window.G_vmlCanvasManager.uninitElement!==u){aj=this._elem.get(0);window.G_vmlCanvasManager.uninitElement(aj);aj=null}this._elem.emptyForce();this._elem=null}aj=ak.canvasManager.getCanvas();var ah=this._plotDimensions.width;var ai=this._plotDimensions.height;aj.width=ah;aj.height=ai;this._elem=L(aj);this._elem.addClass("jqplot-grid-canvas");this._elem.css({position:"absolute",left:0,top:0});aj=ak.canvasManager.initCanvas(aj);this._top=this._offsets.top;this._bottom=ai-this._offsets.bottom;this._left=this._offsets.left;this._right=ah-this._offsets.right;this._width=this._right-this._left;this._height=this._bottom-this._top;aj=null;return this._elem};L.jqplot.CanvasGridRenderer.prototype.draw=function(){this._ctx=this._elem.get(0).getContext("2d");var at=this._ctx;var aw=this._axes;at.save();at.clearRect(0,0,this._plotDimensions.width,this._plotDimensions.height);at.fillStyle=this.backgroundColor||this.background;at.fillRect(this._left,this._top,this._width,this._height);at.save();at.lineJoin="miter";at.lineCap="butt";at.lineWidth=this.gridLineWidth;at.strokeStyle=this.gridLineColor;var aA,az,ap,aq;var am=["xaxis","yaxis","x2axis","y2axis"];for(var ay=4;ay>0;ay--){var aD=am[ay-1];var ah=aw[aD];var aB=ah._ticks;var ar=aB.length;if(ah.show){if(ah.drawBaseline){var aC={};if(ah.baselineWidth!==null){aC.lineWidth=ah.baselineWidth}if(ah.baselineColor!==null){aC.strokeStyle=ah.baselineColor}switch(aD){case"xaxis":ao(this._left,this._bottom,this._right,this._bottom,aC);break;case"yaxis":ao(this._left,this._bottom,this._left,this._top,aC);break;case"x2axis":ao(this._left,this._bottom,this._right,this._bottom,aC);break;case"y2axis":ao(this._right,this._bottom,this._right,this._top,aC);break}}for(var au=ar;au>0;au--){var an=aB[au-1];if(an.show){var ak=Math.round(ah.u2p(an.value))+0.5;switch(aD){case"xaxis":if(an.showGridline&&this.drawGridlines&&((!an.isMinorTick&&ah.drawMajorGridlines)||(an.isMinorTick&&ah.drawMinorGridlines))){ao(ak,this._top,ak,this._bottom)}if(an.showMark&&an.mark&&((!an.isMinorTick&&ah.drawMajorTickMarks)||(an.isMinorTick&&ah.drawMinorTickMarks))){ap=an.markSize;aq=an.mark;var ak=Math.round(ah.u2p(an.value))+0.5;switch(aq){case"outside":aA=this._bottom;az=this._bottom+ap;break;case"inside":aA=this._bottom-ap;az=this._bottom;break;case"cross":aA=this._bottom-ap;az=this._bottom+ap;break;default:aA=this._bottom;az=this._bottom+ap;break}if(this.shadow){this.renderer.shadowRenderer.draw(at,[[ak,aA],[ak,az]],{lineCap:"butt",lineWidth:this.gridLineWidth,offset:this.gridLineWidth*0.75,depth:2,fill:false,closePath:false})}ao(ak,aA,ak,az)}break;case"yaxis":if(an.showGridline&&this.drawGridlines&&((!an.isMinorTick&&ah.drawMajorGridlines)||(an.isMinorTick&&ah.drawMinorGridlines))){ao(this._right,ak,this._left,ak)}if(an.showMark&&an.mark&&((!an.isMinorTick&&ah.drawMajorTickMarks)||(an.isMinorTick&&ah.drawMinorTickMarks))){ap=an.markSize;aq=an.mark;var ak=Math.round(ah.u2p(an.value))+0.5;switch(aq){case"outside":aA=this._left-ap;az=this._left;break;case"inside":aA=this._left;az=this._left+ap;break;case"cross":aA=this._left-ap;az=this._left+ap;break;default:aA=this._left-ap;az=this._left;break}if(this.shadow){this.renderer.shadowRenderer.draw(at,[[aA,ak],[az,ak]],{lineCap:"butt",lineWidth:this.gridLineWidth*1.5,offset:this.gridLineWidth*0.75,fill:false,closePath:false})}ao(aA,ak,az,ak,{strokeStyle:ah.borderColor})}break;case"x2axis":if(an.showGridline&&this.drawGridlines&&((!an.isMinorTick&&ah.drawMajorGridlines)||(an.isMinorTick&&ah.drawMinorGridlines))){ao(ak,this._bottom,ak,this._top)}if(an.showMark&&an.mark&&((!an.isMinorTick&&ah.drawMajorTickMarks)||(an.isMinorTick&&ah.drawMinorTickMarks))){ap=an.markSize;aq=an.mark;var ak=Math.round(ah.u2p(an.value))+0.5;switch(aq){case"outside":aA=this._top-ap;az=this._top;break;case"inside":aA=this._top;az=this._top+ap;break;case"cross":aA=this._top-ap;az=this._top+ap;break;default:aA=this._top-ap;az=this._top;break}if(this.shadow){this.renderer.shadowRenderer.draw(at,[[ak,aA],[ak,az]],{lineCap:"butt",lineWidth:this.gridLineWidth,offset:this.gridLineWidth*0.75,depth:2,fill:false,closePath:false})}ao(ak,aA,ak,az)}break;case"y2axis":if(an.showGridline&&this.drawGridlines&&((!an.isMinorTick&&ah.drawMajorGridlines)||(an.isMinorTick&&ah.drawMinorGridlines))){ao(this._left,ak,this._right,ak)}if(an.showMark&&an.mark&&((!an.isMinorTick&&ah.drawMajorTickMarks)||(an.isMinorTick&&ah.drawMinorTickMarks))){ap=an.markSize;aq=an.mark;var ak=Math.round(ah.u2p(an.value))+0.5;switch(aq){case"outside":aA=this._right;az=this._right+ap;break;case"inside":aA=this._right-ap;az=this._right;break;case"cross":aA=this._right-ap;az=this._right+ap;break;default:aA=this._right;az=this._right+ap;break}if(this.shadow){this.renderer.shadowRenderer.draw(at,[[aA,ak],[az,ak]],{lineCap:"butt",lineWidth:this.gridLineWidth*1.5,offset:this.gridLineWidth*0.75,fill:false,closePath:false})}ao(aA,ak,az,ak,{strokeStyle:ah.borderColor})}break;default:break}}}an=null}ah=null;aB=null}am=["y3axis","y4axis","y5axis","y6axis","y7axis","y8axis","y9axis","yMidAxis"];for(var ay=7;ay>0;ay--){var ah=aw[am[ay-1]];var aB=ah._ticks;if(ah.show){var ai=aB[ah.numberTicks-1];var al=aB[0];var aj=ah.getLeft();var av=[[aj,ai.getTop()+ai.getHeight()/2],[aj,al.getTop()+al.getHeight()/2+1]];if(this.shadow){this.renderer.shadowRenderer.draw(at,av,{lineCap:"butt",fill:false,closePath:false})}ao(av[0][0],av[0][1],av[1][0],av[1][1],{lineCap:"butt",strokeStyle:ah.borderColor,lineWidth:ah.borderWidth});for(var au=aB.length;au>0;au--){var an=aB[au-1];ap=an.markSize;aq=an.mark;var ak=Math.round(ah.u2p(an.value))+0.5;if(an.showMark&&an.mark){switch(aq){case"outside":aA=aj;az=aj+ap;break;case"inside":aA=aj-ap;az=aj;break;case"cross":aA=aj-ap;az=aj+ap;break;default:aA=aj;az=aj+ap;break}av=[[aA,ak],[az,ak]];if(this.shadow){this.renderer.shadowRenderer.draw(at,av,{lineCap:"butt",lineWidth:this.gridLineWidth*1.5,offset:this.gridLineWidth*0.75,fill:false,closePath:false})}ao(aA,ak,az,ak,{strokeStyle:ah.borderColor})}an=null}al=null}ah=null;aB=null}at.restore();function ao(aH,aG,aE,ax,aF){at.save();aF=aF||{};if(aF.lineWidth==null||aF.lineWidth!=0){L.extend(true,at,aF);at.beginPath();at.moveTo(aH,aG);at.lineTo(aE,ax);at.stroke();at.restore()}}if(this.shadow){var av=[[this._left,this._bottom],[this._right,this._bottom],[this._right,this._top]];this.renderer.shadowRenderer.draw(at,av)}if(this.borderWidth!=0&&this.drawBorder){ao(this._left,this._top,this._right,this._top,{lineCap:"round",strokeStyle:aw.x2axis.borderColor,lineWidth:aw.x2axis.borderWidth});ao(this._right,this._top,this._right,this._bottom,{lineCap:"round",strokeStyle:aw.y2axis.borderColor,lineWidth:aw.y2axis.borderWidth});ao(this._right,this._bottom,this._left,this._bottom,{lineCap:"round",strokeStyle:aw.xaxis.borderColor,lineWidth:aw.xaxis.borderWidth});ao(this._left,this._bottom,this._left,this._top,{lineCap:"round",strokeStyle:aw.yaxis.borderColor,lineWidth:aw.yaxis.borderWidth})}at.restore();at=null;aw=null};L.jqplot.DivTitleRenderer=function(){};L.jqplot.DivTitleRenderer.prototype.init=function(ah){L.extend(true,this,ah)};L.jqplot.DivTitleRenderer.prototype.draw=function(){if(this._elem){this._elem.emptyForce();this._elem=null}var ak=this.renderer;var aj=document.createElement("div");this._elem=L(aj);this._elem.addClass("jqplot-title");if(!this.text){this.show=false;this._elem.height(0);this._elem.width(0)}else{if(this.text){var ah;if(this.color){ah=this.color}else{if(this.textColor){ah=this.textColor}}var ai={position:"absolute",top:"0px",left:"0px"};if(this._plotWidth){ai.width=this._plotWidth+"px"}if(this.fontSize){ai.fontSize=this.fontSize}if(typeof this.textAlign==="string"){ai.textAlign=this.textAlign}else{ai.textAlign="center"}if(ah){ai.color=ah}if(this.paddingBottom){ai.paddingBottom=this.paddingBottom}if(this.fontFamily){ai.fontFamily=this.fontFamily}this._elem.css(ai);if(this.escapeHtml){this._elem.text(this.text)}else{this._elem.html(this.text)}}}aj=null;return this._elem};L.jqplot.DivTitleRenderer.prototype.pack=function(){};var r=0.1;L.jqplot.LinePattern=function(aw,aq){var ap={dotted:[r,L.jqplot.config.dotGapLength],dashed:[L.jqplot.config.dashLength,L.jqplot.config.gapLength],solid:null};if(typeof aq==="string"){if(aq[0]==="."||aq[0]==="-"){var ax=aq;aq=[];for(var ao=0,al=ax.length;ao<al;ao++){if(ax[ao]==="."){aq.push(r)}else{if(ax[ao]==="-"){aq.push(L.jqplot.config.dashLength)}else{continue}}aq.push(L.jqplot.config.gapLength)}}else{aq=ap[aq]}}if(!(aq&&aq.length)){return aw}var ak=0;var ar=aq[0];var au=0;var at=0;var an=0;var ah=0;var av=function(ay,az){aw.moveTo(ay,az);au=ay;at=az;an=ay;ah=az};var aj=function(ay,aE){var aC=aw.lineWidth;var aA=ay-au;var az=aE-at;var aB=Math.sqrt(aA*aA+az*az);if((aB>0)&&(aC>0)){aA/=aB;az/=aB;while(true){var aD=aC*ar;if(aD<aB){au+=aD*aA;at+=aD*az;if((ak&1)==0){aw.lineTo(au,at)}else{aw.moveTo(au,at)}aB-=aD;ak++;if(ak>=aq.length){ak=0}ar=aq[ak]}else{au=ay;at=aE;if((ak&1)==0){aw.lineTo(au,at)}else{aw.moveTo(au,at)}ar-=aB/aC;break}}}};var ai=function(){aw.beginPath()};var am=function(){aj(an,ah)};return{moveTo:av,lineTo:aj,beginPath:ai,closePath:am}};L.jqplot.LineRenderer=function(){this.shapeRenderer=new L.jqplot.ShapeRenderer();this.shadowRenderer=new L.jqplot.ShadowRenderer()};L.jqplot.LineRenderer.prototype.init=function(ai,an){ai=ai||{};this._type="line";this.renderer.animation={show:false,direction:"left",speed:2500,_supported:true};this.renderer.smooth=false;this.renderer.tension=null;this.renderer.constrainSmoothing=true;this.renderer._smoothedData=[];this.renderer._smoothedPlotData=[];this.renderer._hiBandGridData=[];this.renderer._lowBandGridData=[];this.renderer._hiBandSmoothedData=[];this.renderer._lowBandSmoothedData=[];this.renderer.bandData=[];this.renderer.bands={show:false,hiData:[],lowData:[],color:this.color,showLines:false,fill:true,fillColor:null,_min:null,_max:null,interval:"3%"};var al={highlightMouseOver:ai.highlightMouseOver,highlightMouseDown:ai.highlightMouseDown,highlightColor:ai.highlightColor};delete (ai.highlightMouseOver);delete (ai.highlightMouseDown);delete (ai.highlightColor);L.extend(true,this.renderer,ai);this.renderer.options=ai;if(this.renderer.bandData.length>1&&(!ai.bands||ai.bands.show==null)){this.renderer.bands.show=true}else{if(ai.bands&&ai.bands.show==null&&ai.bands.interval!=null){this.renderer.bands.show=true}}if(this.fill){this.renderer.bands.show=false}if(this.renderer.bands.show){this.renderer.initBands.call(this,this.renderer.options,an)}if(this._stack){this.renderer.smooth=false}var am={lineJoin:this.lineJoin,lineCap:this.lineCap,fill:this.fill,isarc:false,strokeStyle:this.color,fillStyle:this.fillColor,lineWidth:this.lineWidth,linePattern:this.linePattern,closePath:this.fill};this.renderer.shapeRenderer.init(am);var aj=ai.shadowOffset;if(aj==null){if(this.lineWidth>2.5){aj=1.25*(1+(Math.atan((this.lineWidth/2.5))/0.785398163-1)*0.6)}else{aj=1.25*Math.atan((this.lineWidth/2.5))/0.785398163}}var ah={lineJoin:this.lineJoin,lineCap:this.lineCap,fill:this.fill,isarc:false,angle:this.shadowAngle,offset:aj,alpha:this.shadowAlpha,depth:this.shadowDepth,lineWidth:this.lineWidth,linePattern:this.linePattern,closePath:this.fill};this.renderer.shadowRenderer.init(ah);this._areaPoints=[];this._boundingBox=[[],[]];if(!this.isTrendline&&this.fill||this.renderer.bands.show){this.highlightMouseOver=true;this.highlightMouseDown=false;this.highlightColor=null;if(al.highlightMouseDown&&al.highlightMouseOver==null){al.highlightMouseOver=false}L.extend(true,this,{highlightMouseOver:al.highlightMouseOver,highlightMouseDown:al.highlightMouseDown,highlightColor:al.highlightColor});if(!this.highlightColor){var ak=(this.renderer.bands.show)?this.renderer.bands.fillColor:this.fillColor;this.highlightColor=L.jqplot.computeHighlightColors(ak)}if(this.highlighter){this.highlighter.show=false}}if(!this.isTrendline&&an){an.plugins.lineRenderer={};an.postInitHooks.addOnce(z);an.postDrawHooks.addOnce(af);an.eventListenerHooks.addOnce("jqplotMouseMove",h);an.eventListenerHooks.addOnce("jqplotMouseDown",e);an.eventListenerHooks.addOnce("jqplotMouseUp",ad);an.eventListenerHooks.addOnce("jqplotClick",g);an.eventListenerHooks.addOnce("jqplotRightClick",s)}};L.jqplot.LineRenderer.prototype.initBands=function(ak,av){var al=ak.bandData||[];var an=this.renderer.bands;an.hiData=[];an.lowData=[];var aB=this.data;an._max=null;an._min=null;if(al.length==2){if(L.isArray(al[0][0])){var ao;var ah=0,ar=0;for(var aw=0,at=al[0].length;aw<at;aw++){ao=al[0][aw];if((ao[1]!=null&&ao[1]>an._max)||an._max==null){an._max=ao[1]}if((ao[1]!=null&&ao[1]<an._min)||an._min==null){an._min=ao[1]}}for(var aw=0,at=al[1].length;aw<at;aw++){ao=al[1][aw];if((ao[1]!=null&&ao[1]>an._max)||an._max==null){an._max=ao[1];ar=1}if((ao[1]!=null&&ao[1]<an._min)||an._min==null){an._min=ao[1];ah=1}}if(ar===ah){an.show=false}an.hiData=al[ar];an.lowData=al[ah]}else{if(al[0].length===aB.length&&al[1].length===aB.length){var aj=(al[0][0]>al[1][0])?0:1;var aC=(aj)?0:1;for(var aw=0,at=aB.length;aw<at;aw++){an.hiData.push([aB[aw][0],al[aj][aw]]);an.lowData.push([aB[aw][0],al[aC][aw]])}}else{an.show=false}}}else{if(al.length>2&&!L.isArray(al[0][0])){var aj=(al[0][0]>al[0][1])?0:1;var aC=(aj)?0:1;for(var aw=0,at=al.length;aw<at;aw++){an.hiData.push([aB[aw][0],al[aw][aj]]);an.lowData.push([aB[aw][0],al[aw][aC]])}}else{var aq=an.interval;var aA=null;var az=null;var ai=null;var au=null;if(L.isArray(aq)){aA=aq[0];az=aq[1]}else{aA=aq}if(isNaN(aA)){if(aA.charAt(aA.length-1)==="%"){ai="multiply";aA=parseFloat(aA)/100+1}}else{aA=parseFloat(aA);ai="add"}if(az!==null&&isNaN(az)){if(az.charAt(az.length-1)==="%"){au="multiply";az=parseFloat(az)/100+1}}else{if(az!==null){az=parseFloat(az);au="add"}}if(aA!==null){if(az===null){az=-aA;au=ai;if(au==="multiply"){az+=2}}if(aA<az){var ax=aA;aA=az;az=ax;ax=ai;ai=au;au=ax}for(var aw=0,at=aB.length;aw<at;aw++){switch(ai){case"add":an.hiData.push([aB[aw][0],aB[aw][1]+aA]);break;case"multiply":an.hiData.push([aB[aw][0],aB[aw][1]*aA]);break}switch(au){case"add":an.lowData.push([aB[aw][0],aB[aw][1]+az]);break;case"multiply":an.lowData.push([aB[aw][0],aB[aw][1]*az]);break}}}else{an.show=false}}}var am=an.hiData;var ap=an.lowData;for(var aw=0,at=am.length;aw<at;aw++){if((am[aw][1]!=null&&am[aw][1]>an._max)||an._max==null){an._max=am[aw][1]}}for(var aw=0,at=ap.length;aw<at;aw++){if((ap[aw][1]!=null&&ap[aw][1]<an._min)||an._min==null){an._min=ap[aw][1]}}if(an.fillColor===null){var ay=L.jqplot.getColorComponents(an.color);ay[3]=ay[3]*0.5;an.fillColor="rgba("+ay[0]+", "+ay[1]+", "+ay[2]+", "+ay[3]+")"}};function K(ai,ah){return(3.4182054+ah)*Math.pow(ai,-0.3534992)}function n(aj,ai){var ah=Math.sqrt(Math.pow((ai[0]-aj[0]),2)+Math.pow((ai[1]-aj[1]),2));return 5.7648*Math.log(ah)+7.4456}function A(ah){var ai=(Math.exp(2*ah)-1)/(Math.exp(2*ah)+1);return ai}function J(aJ){var at=this.renderer.smooth;var aD=this.canvas.getWidth();var an=this._xaxis.series_p2u;var aG=this._yaxis.series_p2u;var aF=null;var am=null;var az=aJ.length/aD;var aj=[];var ay=[];if(!isNaN(parseFloat(at))){aF=parseFloat(at)}else{aF=K(az,0.5)}var aw=[];var ak=[];for(var aE=0,aA=aJ.length;aE<aA;aE++){aw.push(aJ[aE][1]);ak.push(aJ[aE][0])}function av(aK,aL){if(aK-aL==0){return Math.pow(10,10)}else{return aK-aL}}var ax,ar,aq,ap;var ah=aJ.length-1;for(var al=1,aB=aJ.length;al<aB;al++){var ai=[];var au=[];for(var aC=0;aC<2;aC++){var aE=al-1+aC;if(aE==0||aE==ah){ai[aC]=Math.pow(10,10)}else{if(aw[aE+1]-aw[aE]==0||aw[aE]-aw[aE-1]==0){ai[aC]=0}else{if(((ak[aE+1]-ak[aE])/(aw[aE+1]-aw[aE])+(ak[aE]-ak[aE-1])/(aw[aE]-aw[aE-1]))==0){ai[aC]=0}else{if((aw[aE+1]-aw[aE])*(aw[aE]-aw[aE-1])<0){ai[aC]=0}else{ai[aC]=2/(av(ak[aE+1],ak[aE])/(aw[aE+1]-aw[aE])+av(ak[aE],ak[aE-1])/(aw[aE]-aw[aE-1]))}}}}}if(al==1){ai[0]=3/2*(aw[1]-aw[0])/av(ak[1],ak[0])-ai[1]/2}else{if(al==ah){ai[1]=3/2*(aw[ah]-aw[ah-1])/av(ak[ah],ak[ah-1])-ai[0]/2}}au[0]=-2*(ai[1]+2*ai[0])/av(ak[al],ak[al-1])+6*(aw[al]-aw[al-1])/Math.pow(av(ak[al],ak[al-1]),2);au[1]=2*(2*ai[1]+ai[0])/av(ak[al],ak[al-1])-6*(aw[al]-aw[al-1])/Math.pow(av(ak[al],ak[al-1]),2);ap=1/6*(au[1]-au[0])/av(ak[al],ak[al-1]);aq=1/2*(ak[al]*au[0]-ak[al-1]*au[1])/av(ak[al],ak[al-1]);ar=(aw[al]-aw[al-1]-aq*(Math.pow(ak[al],2)-Math.pow(ak[al-1],2))-ap*(Math.pow(ak[al],3)-Math.pow(ak[al-1],3)))/av(ak[al],ak[al-1]);ax=aw[al-1]-ar*ak[al-1]-aq*Math.pow(ak[al-1],2)-ap*Math.pow(ak[al-1],3);var aI=(ak[al]-ak[al-1])/aF;var aH,ao;for(var aC=0,aA=aF;aC<aA;aC++){aH=[];ao=ak[al-1]+aC*aI;aH.push(ao);aH.push(ax+ar*ao+aq*Math.pow(ao,2)+ap*Math.pow(ao,3));aj.push(aH);ay.push([an(aH[0]),aG(aH[1])])}}aj.push(aJ[aE]);ay.push([an(aJ[aE][0]),aG(aJ[aE][1])]);return[aj,ay]}function F(ap){var ao=this.renderer.smooth;var aU=this.renderer.tension;var ah=this.canvas.getWidth();var aH=this._xaxis.series_p2u;var aq=this._yaxis.series_p2u;var aI=null;var aJ=null;var aT=null;var aO=null;var aM=null;var at=null;var aR=null;var am=null;var aK,aL,aD,aC,aA,ay;var ak,ai,av,au;var aB,az,aN;var aw=[];var aj=[];var al=ap.length/ah;var aS,ax,aF,aG,aE;var ar=[];var an=[];if(!isNaN(parseFloat(ao))){aI=parseFloat(ao)}else{aI=K(al,0.5)}if(!isNaN(parseFloat(aU))){aU=parseFloat(aU)}for(var aQ=0,aP=ap.length-1;aQ<aP;aQ++){if(aU===null){at=Math.abs((ap[aQ+1][1]-ap[aQ][1])/(ap[aQ+1][0]-ap[aQ][0]));aS=0.3;ax=0.6;aF=(ax-aS)/2;aG=2.5;aE=-1.4;am=at/aG+aE;aO=aF*A(am)-aF*A(aE)+aS;if(aQ>0){aR=Math.abs((ap[aQ][1]-ap[aQ-1][1])/(ap[aQ][0]-ap[aQ-1][0]))}am=aR/aG+aE;aM=aF*A(am)-aF*A(aE)+aS;aT=(aO+aM)/2}else{aT=aU}for(aK=0;aK<aI;aK++){aL=aK/aI;aD=(1+2*aL)*Math.pow((1-aL),2);aC=aL*Math.pow((1-aL),2);aA=Math.pow(aL,2)*(3-2*aL);ay=Math.pow(aL,2)*(aL-1);if(ap[aQ-1]){ak=aT*(ap[aQ+1][0]-ap[aQ-1][0]);ai=aT*(ap[aQ+1][1]-ap[aQ-1][1])}else{ak=aT*(ap[aQ+1][0]-ap[aQ][0]);ai=aT*(ap[aQ+1][1]-ap[aQ][1])}if(ap[aQ+2]){av=aT*(ap[aQ+2][0]-ap[aQ][0]);au=aT*(ap[aQ+2][1]-ap[aQ][1])}else{av=aT*(ap[aQ+1][0]-ap[aQ][0]);au=aT*(ap[aQ+1][1]-ap[aQ][1])}aB=aD*ap[aQ][0]+aA*ap[aQ+1][0]+aC*ak+ay*av;az=aD*ap[aQ][1]+aA*ap[aQ+1][1]+aC*ai+ay*au;aN=[aB,az];ar.push(aN);an.push([aH(aB),aq(az)])}}ar.push(ap[aP]);an.push([aH(ap[aP][0]),aq(ap[aP][1])]);return[ar,an]}L.jqplot.LineRenderer.prototype.setGridData=function(ap){var al=this._xaxis.series_u2p;var ah=this._yaxis.series_u2p;var am=this._plotData;var aq=this._prevPlotData;this.gridData=[];this._prevGridData=[];this.renderer._smoothedData=[];this.renderer._smoothedPlotData=[];this.renderer._hiBandGridData=[];this.renderer._lowBandGridData=[];this.renderer._hiBandSmoothedData=[];this.renderer._lowBandSmoothedData=[];var ak=this.renderer.bands;var ai=false;for(var an=0,aj=am.length;an<aj;an++){if(am[an][0]!=null&&am[an][1]!=null){this.gridData.push([al.call(this._xaxis,am[an][0]),ah.call(this._yaxis,am[an][1])])}else{if(am[an][0]==null){ai=true;this.gridData.push([null,ah.call(this._yaxis,am[an][1])])}else{if(am[an][1]==null){ai=true;this.gridData.push([al.call(this._xaxis,am[an][0]),null])}}}if(aq[an]!=null&&aq[an][0]!=null&&aq[an][1]!=null){this._prevGridData.push([al.call(this._xaxis,aq[an][0]),ah.call(this._yaxis,aq[an][1])])}else{if(aq[an]!=null&&aq[an][0]==null){this._prevGridData.push([null,ah.call(this._yaxis,aq[an][1])])}else{if(aq[an]!=null&&aq[an][0]!=null&&aq[an][1]==null){this._prevGridData.push([al.call(this._xaxis,aq[an][0]),null])}}}}if(ai){this.renderer.smooth=false;if(this._type==="line"){ak.show=false}}if(this._type==="line"&&ak.show){for(var an=0,aj=ak.hiData.length;an<aj;an++){this.renderer._hiBandGridData.push([al.call(this._xaxis,ak.hiData[an][0]),ah.call(this._yaxis,ak.hiData[an][1])])}for(var an=0,aj=ak.lowData.length;an<aj;an++){this.renderer._lowBandGridData.push([al.call(this._xaxis,ak.lowData[an][0]),ah.call(this._yaxis,ak.lowData[an][1])])}}if(this._type==="line"&&this.renderer.smooth&&this.gridData.length>2){var ao;if(this.renderer.constrainSmoothing){ao=J.call(this,this.gridData);this.renderer._smoothedData=ao[0];this.renderer._smoothedPlotData=ao[1];if(ak.show){ao=J.call(this,this.renderer._hiBandGridData);this.renderer._hiBandSmoothedData=ao[0];ao=J.call(this,this.renderer._lowBandGridData);this.renderer._lowBandSmoothedData=ao[0]}ao=null}else{ao=F.call(this,this.gridData);this.renderer._smoothedData=ao[0];this.renderer._smoothedPlotData=ao[1];if(ak.show){ao=F.call(this,this.renderer._hiBandGridData);this.renderer._hiBandSmoothedData=ao[0];ao=F.call(this,this.renderer._lowBandGridData);this.renderer._lowBandSmoothedData=ao[0]}ao=null}}};L.jqplot.LineRenderer.prototype.makeGridData=function(ao,aq){var am=this._xaxis.series_u2p;var ah=this._yaxis.series_u2p;var ar=[];var aj=[];this.renderer._smoothedData=[];this.renderer._smoothedPlotData=[];this.renderer._hiBandGridData=[];this.renderer._lowBandGridData=[];this.renderer._hiBandSmoothedData=[];this.renderer._lowBandSmoothedData=[];var al=this.renderer.bands;var ai=false;for(var an=0;an<ao.length;an++){if(ao[an][0]!=null&&ao[an][1]!=null){ar.push([am.call(this._xaxis,ao[an][0]),ah.call(this._yaxis,ao[an][1])])}else{if(ao[an][0]==null){ai=true;ar.push([null,ah.call(this._yaxis,ao[an][1])])}else{if(ao[an][1]==null){ai=true;ar.push([am.call(this._xaxis,ao[an][0]),null])}}}}if(ai){this.renderer.smooth=false;if(this._type==="line"){al.show=false}}if(this._type==="line"&&al.show){for(var an=0,ak=al.hiData.length;an<ak;an++){this.renderer._hiBandGridData.push([am.call(this._xaxis,al.hiData[an][0]),ah.call(this._yaxis,al.hiData[an][1])])}for(var an=0,ak=al.lowData.length;an<ak;an++){this.renderer._lowBandGridData.push([am.call(this._xaxis,al.lowData[an][0]),ah.call(this._yaxis,al.lowData[an][1])])}}if(this._type==="line"&&this.renderer.smooth&&ar.length>2){var ap;if(this.renderer.constrainSmoothing){ap=J.call(this,ar);this.renderer._smoothedData=ap[0];this.renderer._smoothedPlotData=ap[1];if(al.show){ap=J.call(this,this.renderer._hiBandGridData);this.renderer._hiBandSmoothedData=ap[0];ap=J.call(this,this.renderer._lowBandGridData);this.renderer._lowBandSmoothedData=ap[0]}ap=null}else{ap=F.call(this,ar);this.renderer._smoothedData=ap[0];this.renderer._smoothedPlotData=ap[1];if(al.show){ap=F.call(this,this.renderer._hiBandGridData);this.renderer._hiBandSmoothedData=ap[0];ap=F.call(this,this.renderer._lowBandGridData);this.renderer._lowBandSmoothedData=ap[0]}ap=null}}return ar};L.jqplot.LineRenderer.prototype.draw=function(ax,aI,ai,aB){var aC;var aq=L.extend(true,{},ai);var ak=(aq.shadow!=u)?aq.shadow:this.shadow;var aJ=(aq.showLine!=u)?aq.showLine:this.showLine;var aA=(aq.fill!=u)?aq.fill:this.fill;var ah=(aq.fillAndStroke!=u)?aq.fillAndStroke:this.fillAndStroke;var ar,ay,av,aE;ax.save();if(aI.length){if(aJ){if(aA){if(this.fillToZero){var aF=this.negativeColor;if(!this.useNegativeColors){aF=aq.fillStyle}var ao=false;var ap=aq.fillStyle;if(ah){var aH=aI.slice(0)}if(this.index==0||!this._stack){var aw=[];var aL=(this.renderer.smooth)?this.renderer._smoothedPlotData:this._plotData;this._areaPoints=[];var aG=this._yaxis.series_u2p(this.fillToValue);var aj=this._xaxis.series_u2p(this.fillToValue);aq.closePath=true;if(this.fillAxis=="y"){aw.push([aI[0][0],aG]);this._areaPoints.push([aI[0][0],aG]);for(var aC=0;aC<aI.length-1;aC++){aw.push(aI[aC]);this._areaPoints.push(aI[aC]);if(aL[aC][1]*aL[aC+1][1]<=0){if(aL[aC][1]<0){ao=true;aq.fillStyle=aF}else{ao=false;aq.fillStyle=ap}var an=aI[aC][0]+(aI[aC+1][0]-aI[aC][0])*(aG-aI[aC][1])/(aI[aC+1][1]-aI[aC][1]);aw.push([an,aG]);this._areaPoints.push([an,aG]);if(ak){this.renderer.shadowRenderer.draw(ax,aw,aq)}this.renderer.shapeRenderer.draw(ax,aw,aq);aw=[[an,aG]]}}if(aL[aI.length-1][1]<0){ao=true;aq.fillStyle=aF}else{ao=false;aq.fillStyle=ap}aw.push(aI[aI.length-1]);this._areaPoints.push(aI[aI.length-1]);aw.push([aI[aI.length-1][0],aG]);this._areaPoints.push([aI[aI.length-1][0],aG])}if(ak){this.renderer.shadowRenderer.draw(ax,aw,aq)}this.renderer.shapeRenderer.draw(ax,aw,aq)}else{var au=this._prevGridData;for(var aC=au.length;aC>0;aC--){aI.push(au[aC-1])}if(ak){this.renderer.shadowRenderer.draw(ax,aI,aq)}this._areaPoints=aI;this.renderer.shapeRenderer.draw(ax,aI,aq)}}else{if(ah){var aH=aI.slice(0)}if(this.index==0||!this._stack){var al=ax.canvas.height;aI.unshift([aI[0][0],al]);var aD=aI.length;aI.push([aI[aD-1][0],al])}else{var au=this._prevGridData;for(var aC=au.length;aC>0;aC--){aI.push(au[aC-1])}}this._areaPoints=aI;if(ak){this.renderer.shadowRenderer.draw(ax,aI,aq)}this.renderer.shapeRenderer.draw(ax,aI,aq)}if(ah){var az=L.extend(true,{},aq,{fill:false,closePath:false});this.renderer.shapeRenderer.draw(ax,aH,az);if(this.markerRenderer.show){if(this.renderer.smooth){aH=this.gridData}for(aC=0;aC<aH.length;aC++){this.markerRenderer.draw(aH[aC][0],aH[aC][1],ax,aq.markerOptions)}}}}else{if(this.renderer.bands.show){var am;var aK=L.extend(true,{},aq);if(this.renderer.bands.showLines){am=(this.renderer.smooth)?this.renderer._hiBandSmoothedData:this.renderer._hiBandGridData;this.renderer.shapeRenderer.draw(ax,am,aq);am=(this.renderer.smooth)?this.renderer._lowBandSmoothedData:this.renderer._lowBandGridData;this.renderer.shapeRenderer.draw(ax,am,aK)}if(this.renderer.bands.fill){if(this.renderer.smooth){am=this.renderer._hiBandSmoothedData.concat(this.renderer._lowBandSmoothedData.reverse())}else{am=this.renderer._hiBandGridData.concat(this.renderer._lowBandGridData.reverse())}this._areaPoints=am;aK.closePath=true;aK.fill=true;aK.fillStyle=this.renderer.bands.fillColor;this.renderer.shapeRenderer.draw(ax,am,aK)}}if(ak){this.renderer.shadowRenderer.draw(ax,aI,aq)}this.renderer.shapeRenderer.draw(ax,aI,aq)}}var ar=av=ay=aE=null;for(aC=0;aC<this._areaPoints.length;aC++){var at=this._areaPoints[aC];if(ar>at[0]||ar==null){ar=at[0]}if(aE<at[1]||aE==null){aE=at[1]}if(av<at[0]||av==null){av=at[0]}if(ay>at[1]||ay==null){ay=at[1]}}if(this.type==="line"&&this.renderer.bands.show){aE=this._yaxis.series_u2p(this.renderer.bands._min);ay=this._yaxis.series_u2p(this.renderer.bands._max)}this._boundingBox=[[ar,aE],[av,ay]];if(this.markerRenderer.show&&!aA){if(this.renderer.smooth){aI=this.gridData}for(aC=0;aC<aI.length;aC++){if(aI[aC][0]!=null&&aI[aC][1]!=null){this.markerRenderer.draw(aI[aC][0],aI[aC][1],ax,aq.markerOptions)}}}}ax.restore()};L.jqplot.LineRenderer.prototype.drawShadow=function(ah,aj,ai){};function z(ak,aj,ah){for(var ai=0;ai<this.series.length;ai++){if(this.series[ai].renderer.constructor==L.jqplot.LineRenderer){if(this.series[ai].highlightMouseOver){this.series[ai].highlightMouseDown=false}}}}function af(){if(this.plugins.lineRenderer&&this.plugins.lineRenderer.highlightCanvas){this.plugins.lineRenderer.highlightCanvas.resetCanvas();this.plugins.lineRenderer.highlightCanvas=null}this.plugins.lineRenderer.highlightedSeriesIndex=null;this.plugins.lineRenderer.highlightCanvas=new L.jqplot.GenericCanvas();this.eventCanvas._elem.before(this.plugins.lineRenderer.highlightCanvas.createElement(this._gridPadding,"jqplot-lineRenderer-highlight-canvas",this._plotDimensions,this));this.plugins.lineRenderer.highlightCanvas.setContext();this.eventCanvas._elem.bind("mouseleave",{plot:this},function(ah){aa(ah.data.plot)})}function ac(an,am,ak,aj){var ai=an.series[am];var ah=an.plugins.lineRenderer.highlightCanvas;ah._ctx.clearRect(0,0,ah._ctx.canvas.width,ah._ctx.canvas.height);ai._highlightedPoint=ak;an.plugins.lineRenderer.highlightedSeriesIndex=am;var al={fillStyle:ai.highlightColor};if(ai.type==="line"&&ai.renderer.bands.show){al.fill=true;al.closePath=true}ai.renderer.shapeRenderer.draw(ah._ctx,aj,al);ah=null}function aa(aj){var ah=aj.plugins.lineRenderer.highlightCanvas;ah._ctx.clearRect(0,0,ah._ctx.canvas.width,ah._ctx.canvas.height);for(var ai=0;ai<aj.series.length;ai++){aj.series[ai]._highlightedPoint=null}aj.plugins.lineRenderer.highlightedSeriesIndex=null;aj.target.trigger("jqplotDataUnhighlight");ah=null}function h(al,ak,ao,an,am){if(an){var aj=[an.seriesIndex,an.pointIndex,an.data];var ai=jQuery.Event("jqplotDataMouseOver");ai.pageX=al.pageX;ai.pageY=al.pageY;am.target.trigger(ai,aj);if(am.series[aj[0]].highlightMouseOver&&!(aj[0]==am.plugins.lineRenderer.highlightedSeriesIndex)){var ah=jQuery.Event("jqplotDataHighlight");ah.which=al.which;ah.pageX=al.pageX;ah.pageY=al.pageY;am.target.trigger(ah,aj);ac(am,an.seriesIndex,an.pointIndex,an.points)}}else{if(an==null){aa(am)}}}function e(ak,aj,an,am,al){if(am){var ai=[am.seriesIndex,am.pointIndex,am.data];if(al.series[ai[0]].highlightMouseDown&&!(ai[0]==al.plugins.lineRenderer.highlightedSeriesIndex)){var ah=jQuery.Event("jqplotDataHighlight");ah.which=ak.which;ah.pageX=ak.pageX;ah.pageY=ak.pageY;al.target.trigger(ah,ai);ac(al,am.seriesIndex,am.pointIndex,am.points)}}else{if(am==null){aa(al)}}}function ad(aj,ai,am,al,ak){var ah=ak.plugins.lineRenderer.highlightedSeriesIndex;if(ah!=null&&ak.series[ah].highlightMouseDown){aa(ak)}}function g(ak,aj,an,am,al){if(am){var ai=[am.seriesIndex,am.pointIndex,am.data];var ah=jQuery.Event("jqplotDataClick");ah.which=ak.which;ah.pageX=ak.pageX;ah.pageY=ak.pageY;al.target.trigger(ah,ai)}}function s(al,ak,ao,an,am){if(an){var aj=[an.seriesIndex,an.pointIndex,an.data];var ah=am.plugins.lineRenderer.highlightedSeriesIndex;if(ah!=null&&am.series[ah].highlightMouseDown){aa(am)}var ai=jQuery.Event("jqplotDataRightClick");ai.which=al.which;ai.pageX=al.pageX;ai.pageY=al.pageY;am.target.trigger(ai,aj)}}L.jqplot.LinearAxisRenderer=function(){};L.jqplot.LinearAxisRenderer.prototype.init=function(ah){this.breakPoints=null;this.breakTickLabel="&asymp;";this.drawBaseline=true;this.baselineWidth=null;this.baselineColor=null;this.forceTickAt0=false;this.forceTickAt100=false;this.tickInset=0;this.minorTicks=0;this.alignTicks=false;this._autoFormatString="";this._overrideFormatString=false;this._scalefact=1;L.extend(true,this,ah);if(this.breakPoints){if(!L.isArray(this.breakPoints)){this.breakPoints=null}else{if(this.breakPoints.length<2||this.breakPoints[1]<=this.breakPoints[0]){this.breakPoints=null}}}if(this.numberTicks!=null&&this.numberTicks<2){this.numberTicks=2}this.resetDataBounds()};L.jqplot.LinearAxisRenderer.prototype.draw=function(ah,ao){if(this.show){this.renderer.createTicks.call(this,ao);var an=0;var ai;if(this._elem){this._elem.emptyForce();this._elem=null}this._elem=L(document.createElement("div"));this._elem.addClass("jqplot-axis jqplot-"+this.name);this._elem.css("position","absolute");if(this.name=="xaxis"||this.name=="x2axis"){this._elem.width(this._plotDimensions.width)}else{this._elem.height(this._plotDimensions.height)}this.labelOptions.axis=this.name;this._label=new this.labelRenderer(this.labelOptions);if(this._label.show){var am=this._label.draw(ah,ao);am.appendTo(this._elem);am=null}var al=this._ticks;var ak;for(var aj=0;aj<al.length;aj++){ak=al[aj];if(ak.show&&ak.showLabel&&(!ak.isMinorTick||this.showMinorTicks)){this._elem.append(ak.draw(ah,ao))}}ak=null;al=null}return this._elem};L.jqplot.LinearAxisRenderer.prototype.reset=function(){this.min=this._options.min;this.max=this._options.max;this.tickInterval=this._options.tickInterval;this.numberTicks=this._options.numberTicks;this._autoFormatString="";if(this._overrideFormatString&&this.tickOptions&&this.tickOptions.formatString){this.tickOptions.formatString=""}};L.jqplot.LinearAxisRenderer.prototype.set=function(){var ao=0;var aj;var ai=0;var an=0;var ah=(this._label==null)?false:this._label.show;if(this.show){var am=this._ticks;var al;for(var ak=0;ak<am.length;ak++){al=am[ak];if(!al._breakTick&&al.show&&al.showLabel&&(!al.isMinorTick||this.showMinorTicks)){if(this.name=="xaxis"||this.name=="x2axis"){aj=al._elem.outerHeight(true)}else{aj=al._elem.outerWidth(true)}if(aj>ao){ao=aj}}}al=null;am=null;if(ah){ai=this._label._elem.outerWidth(true);an=this._label._elem.outerHeight(true)}if(this.name=="xaxis"){ao=ao+an;this._elem.css({height:ao+"px",left:"0px",bottom:"0px"})}else{if(this.name=="x2axis"){ao=ao+an;this._elem.css({height:ao+"px",left:"0px",top:"0px"})}else{if(this.name=="yaxis"){ao=ao+ai;this._elem.css({width:ao+"px",left:"0px",top:"0px"});if(ah&&this._label.constructor==L.jqplot.AxisLabelRenderer){this._label._elem.css("width",ai+"px")}}else{ao=ao+ai;this._elem.css({width:ao+"px",right:"0px",top:"0px"});if(ah&&this._label.constructor==L.jqplot.AxisLabelRenderer){this._label._elem.css("width",ai+"px")}}}}}};L.jqplot.LinearAxisRenderer.prototype.createTicks=function(aj){var aT=this._ticks;var aK=this.ticks;var az=this.name;var aB=this._dataBounds;var ah=(this.name.charAt(0)==="x")?this._plotDimensions.width:this._plotDimensions.height;var an;var a6,aI;var ap,ao;var a4,a0;var aH=this.min;var a5=this.max;var aW=this.numberTicks;var ba=this.tickInterval;var am=30;this._scalefact=(Math.max(ah,am+1)-am)/300;if(aK.length){for(a0=0;a0<aK.length;a0++){var aO=aK[a0];var aU=new this.tickRenderer(this.tickOptions);if(L.isArray(aO)){aU.value=aO[0];if(this.breakPoints){if(aO[0]==this.breakPoints[0]){aU.label=this.breakTickLabel;aU._breakTick=true;aU.showGridline=false;aU.showMark=false}else{if(aO[0]>this.breakPoints[0]&&aO[0]<=this.breakPoints[1]){aU.show=false;aU.showGridline=false;aU.label=aO[1]}else{aU.label=aO[1]}}}else{aU.label=aO[1]}aU.setTick(aO[0],this.name);this._ticks.push(aU)}else{if(L.isPlainObject(aO)){L.extend(true,aU,aO);aU.axis=this.name;this._ticks.push(aU)}else{aU.value=aO;if(this.breakPoints){if(aO==this.breakPoints[0]){aU.label=this.breakTickLabel;aU._breakTick=true;aU.showGridline=false;aU.showMark=false}else{if(aO>this.breakPoints[0]&&aO<=this.breakPoints[1]){aU.show=false;aU.showGridline=false}}}aU.setTick(aO,this.name);this._ticks.push(aU)}}}this.numberTicks=aK.length;this.min=this._ticks[0].value;this.max=this._ticks[this.numberTicks-1].value;this.tickInterval=(this.max-this.min)/(this.numberTicks-1)}else{if(az=="xaxis"||az=="x2axis"){ah=this._plotDimensions.width}else{ah=this._plotDimensions.height}var ax=this.numberTicks;if(this.alignTicks){if(this.name==="x2axis"&&aj.axes.xaxis.show){ax=aj.axes.xaxis.numberTicks}else{if(this.name.charAt(0)==="y"&&this.name!=="yaxis"&&this.name!=="yMidAxis"&&aj.axes.yaxis.show){ax=aj.axes.yaxis.numberTicks}}}a6=((this.min!=null)?this.min:aB.min);aI=((this.max!=null)?this.max:aB.max);var av=aI-a6;var aS,ay;var at;if(this.tickOptions==null||!this.tickOptions.formatString){this._overrideFormatString=true}if(this.min==null||this.max==null&&this.tickInterval==null&&!this.autoscale){if(this.forceTickAt0){if(a6>0){a6=0}if(aI<0){aI=0}}if(this.forceTickAt100){if(a6>100){a6=100}if(aI<100){aI=100}}var aE=false,a1=false;if(this.min!=null){aE=true}else{if(this.max!=null){a1=true}}var aP=L.jqplot.LinearTickGenerator(a6,aI,this._scalefact,ax,aE,a1);var aw=(this.min!=null)?a6:a6+av*(this.padMin-1);var aQ=(this.max!=null)?aI:aI-av*(this.padMax-1);if(a6<aw||aI>aQ){aw=(this.min!=null)?a6:a6-av*(this.padMin-1);aQ=(this.max!=null)?aI:aI+av*(this.padMax-1);aP=L.jqplot.LinearTickGenerator(aw,aQ,this._scalefact,ax,aE,a1)}this.min=aP[0];this.max=aP[1];this.numberTicks=aP[2];this._autoFormatString=aP[3];this.tickInterval=aP[4]}else{if(a6==aI){var ai=0.05;if(a6>0){ai=Math.max(Math.log(a6)/Math.LN10,0.05)}a6-=ai;aI+=ai}if(this.autoscale&&this.min==null&&this.max==null){var ak,al,ar;var aC=false;var aN=false;var aA={min:null,max:null,average:null,stddev:null};for(var a0=0;a0<this._series.length;a0++){var aV=this._series[a0];var aD=(aV.fillAxis=="x")?aV._xaxis.name:aV._yaxis.name;if(this.name==aD){var aR=aV._plotValues[aV.fillAxis];var aG=aR[0];var a2=aR[0];for(var aZ=1;aZ<aR.length;aZ++){if(aR[aZ]<aG){aG=aR[aZ]}else{if(aR[aZ]>a2){a2=aR[aZ]}}}var au=(a2-aG)/a2;if(aV.renderer.constructor==L.jqplot.BarRenderer){if(aG>=0&&(aV.fillToZero||au>0.1)){aC=true}else{aC=false;if(aV.fill&&aV.fillToZero&&aG<0&&a2>0){aN=true}else{aN=false}}}else{if(aV.fill){if(aG>=0&&(aV.fillToZero||au>0.1)){aC=true}else{if(aG<0&&a2>0&&aV.fillToZero){aC=false;aN=true}else{aC=false;aN=false}}}else{if(aG<0){aC=false}}}}}if(aC){this.numberTicks=2+Math.ceil((ah-(this.tickSpacing-1))/this.tickSpacing);this.min=0;aH=0;al=aI/(this.numberTicks-1);at=Math.pow(10,Math.abs(Math.floor(Math.log(al)/Math.LN10)));if(al/at==parseInt(al/at,10)){al+=at}this.tickInterval=Math.ceil(al/at)*at;this.max=this.tickInterval*(this.numberTicks-1)}else{if(aN){this.numberTicks=2+Math.ceil((ah-(this.tickSpacing-1))/this.tickSpacing);var aJ=Math.ceil(Math.abs(a6)/av*(this.numberTicks-1));var a9=this.numberTicks-1-aJ;al=Math.max(Math.abs(a6/aJ),Math.abs(aI/a9));at=Math.pow(10,Math.abs(Math.floor(Math.log(al)/Math.LN10)));this.tickInterval=Math.ceil(al/at)*at;this.max=this.tickInterval*a9;this.min=-this.tickInterval*aJ}else{if(this.numberTicks==null){if(this.tickInterval){this.numberTicks=3+Math.ceil(av/this.tickInterval)}else{this.numberTicks=2+Math.ceil((ah-(this.tickSpacing-1))/this.tickSpacing)}}if(this.tickInterval==null){al=av/(this.numberTicks-1);if(al<1){at=Math.pow(10,Math.abs(Math.floor(Math.log(al)/Math.LN10)))}else{at=1}this.tickInterval=Math.ceil(al*at*this.pad)/at}else{at=1/this.tickInterval}ak=this.tickInterval*(this.numberTicks-1);ar=(ak-av)/2;if(this.min==null){this.min=Math.floor(at*(a6-ar))/at}if(this.max==null){this.max=this.min+ak}}}var aF=L.jqplot.getSignificantFigures(this.tickInterval);var aM;if(aF.digitsLeft>=aF.significantDigits){aM="%d"}else{var at=Math.max(0,5-aF.digitsLeft);at=Math.min(at,aF.digitsRight);aM="%."+at+"f"}this._autoFormatString=aM}else{aS=(this.min!=null)?this.min:a6-av*(this.padMin-1);ay=(this.max!=null)?this.max:aI+av*(this.padMax-1);av=ay-aS;if(this.numberTicks==null){if(this.tickInterval!=null){this.numberTicks=Math.ceil((ay-aS)/this.tickInterval)+1}else{if(ah>100){this.numberTicks=parseInt(3+(ah-100)/75,10)}else{this.numberTicks=2}}}if(this.tickInterval==null){this.tickInterval=av/(this.numberTicks-1)}if(this.max==null){ay=aS+this.tickInterval*(this.numberTicks-1)}if(this.min==null){aS=ay-this.tickInterval*(this.numberTicks-1)}var aF=L.jqplot.getSignificantFigures(this.tickInterval);var aM;if(aF.digitsLeft>=aF.significantDigits){aM="%d"}else{var at=Math.max(0,5-aF.digitsLeft);at=Math.min(at,aF.digitsRight);aM="%."+at+"f"}this._autoFormatString=aM;this.min=aS;this.max=ay}if(this.renderer.constructor==L.jqplot.LinearAxisRenderer&&this._autoFormatString==""){av=this.max-this.min;var a7=new this.tickRenderer(this.tickOptions);var aL=a7.formatString||L.jqplot.config.defaultTickFormatString;var aL=aL.match(L.jqplot.sprintf.regex)[0];var a3=0;if(aL){if(aL.search(/[fFeEgGpP]/)>-1){var aY=aL.match(/\%\.(\d{0,})?[eEfFgGpP]/);if(aY){a3=parseInt(aY[1],10)}else{a3=6}}else{if(aL.search(/[di]/)>-1){a3=0}}var aq=Math.pow(10,-a3);if(this.tickInterval<aq){if(aW==null&&ba==null){this.tickInterval=aq;if(a5==null&&aH==null){this.min=Math.floor(this._dataBounds.min/aq)*aq;if(this.min==this._dataBounds.min){this.min=this._dataBounds.min-this.tickInterval}this.max=Math.ceil(this._dataBounds.max/aq)*aq;if(this.max==this._dataBounds.max){this.max=this._dataBounds.max+this.tickInterval}var aX=(this.max-this.min)/this.tickInterval;aX=aX.toFixed(11);aX=Math.ceil(aX);this.numberTicks=aX+1}else{if(a5==null){var aX=(this._dataBounds.max-this.min)/this.tickInterval;aX=aX.toFixed(11);this.numberTicks=Math.ceil(aX)+2;this.max=this.min+this.tickInterval*(this.numberTicks-1)}else{if(aH==null){var aX=(this.max-this._dataBounds.min)/this.tickInterval;aX=aX.toFixed(11);this.numberTicks=Math.ceil(aX)+2;this.min=this.max-this.tickInterval*(this.numberTicks-1)}else{this.numberTicks=Math.ceil((a5-aH)/this.tickInterval)+1;this.min=Math.floor(aH*Math.pow(10,a3))/Math.pow(10,a3);this.max=Math.ceil(a5*Math.pow(10,a3))/Math.pow(10,a3);this.numberTicks=Math.ceil((this.max-this.min)/this.tickInterval)+1}}}}}}}}if(this._overrideFormatString&&this._autoFormatString!=""){this.tickOptions=this.tickOptions||{};this.tickOptions.formatString=this._autoFormatString}var aU,a8;for(var a0=0;a0<this.numberTicks;a0++){a4=this.min+a0*this.tickInterval;aU=new this.tickRenderer(this.tickOptions);aU.setTick(a4,this.name);this._ticks.push(aU);if(a0<this.numberTicks-1){for(var aZ=0;aZ<this.minorTicks;aZ++){a4+=this.tickInterval/(this.minorTicks+1);a8=L.extend(true,{},this.tickOptions,{name:this.name,value:a4,label:"",isMinorTick:true});aU=new this.tickRenderer(a8);this._ticks.push(aU)}}aU=null}}if(this.tickInset){this.min=this.min-this.tickInset*this.tickInterval;this.max=this.max+this.tickInset*this.tickInterval}aT=null};L.jqplot.LinearAxisRenderer.prototype.resetTickValues=function(aj){if(L.isArray(aj)&&aj.length==this._ticks.length){var ai;for(var ah=0;ah<aj.length;ah++){ai=this._ticks[ah];ai.value=aj[ah];ai.label=ai.formatter(ai.formatString,aj[ah]);ai.label=ai.prefix+ai.label;ai._elem.html(ai.label)}ai=null;this.min=L.jqplot.arrayMin(aj);this.max=L.jqplot.arrayMax(aj);this.pack()}};L.jqplot.LinearAxisRenderer.prototype.pack=function(aj,ai){aj=aj||{};ai=ai||this._offsets;var ay=this._ticks;var au=this.max;var at=this.min;var ao=ai.max;var am=ai.min;var aq=(this._label==null)?false:this._label.show;for(var ar in aj){this._elem.css(ar,aj[ar])}this._offsets=ai;var ak=ao-am;var al=au-at;if(this.breakPoints){al=al-this.breakPoints[1]+this.breakPoints[0];this.p2u=function(aA){return(aA-am)*al/ak+at};this.u2p=function(aA){if(aA>this.breakPoints[0]&&aA<this.breakPoints[1]){aA=this.breakPoints[0]}if(aA<=this.breakPoints[0]){return(aA-at)*ak/al+am}else{return(aA-this.breakPoints[1]+this.breakPoints[0]-at)*ak/al+am}};if(this.name.charAt(0)=="x"){this.series_u2p=function(aA){if(aA>this.breakPoints[0]&&aA<this.breakPoints[1]){aA=this.breakPoints[0]}if(aA<=this.breakPoints[0]){return(aA-at)*ak/al}else{return(aA-this.breakPoints[1]+this.breakPoints[0]-at)*ak/al}};this.series_p2u=function(aA){return aA*al/ak+at}}else{this.series_u2p=function(aA){if(aA>this.breakPoints[0]&&aA<this.breakPoints[1]){aA=this.breakPoints[0]}if(aA>=this.breakPoints[1]){return(aA-au)*ak/al}else{return(aA+this.breakPoints[1]-this.breakPoints[0]-au)*ak/al}};this.series_p2u=function(aA){return aA*al/ak+au}}}else{this.p2u=function(aA){return(aA-am)*al/ak+at};this.u2p=function(aA){return(aA-at)*ak/al+am};if(this.name=="xaxis"||this.name=="x2axis"){this.series_u2p=function(aA){return(aA-at)*ak/al};this.series_p2u=function(aA){return aA*al/ak+at}}else{this.series_u2p=function(aA){return(aA-au)*ak/al};this.series_p2u=function(aA){return aA*al/ak+au}}}if(this.show){if(this.name=="xaxis"||this.name=="x2axis"){for(var av=0;av<ay.length;av++){var ap=ay[av];if(ap.show&&ap.showLabel){var ah;if(ap.constructor==L.jqplot.CanvasAxisTickRenderer&&ap.angle){var ax=(this.name=="xaxis")?1:-1;switch(ap.labelPosition){case"auto":if(ax*ap.angle<0){ah=-ap.getWidth()+ap._textRenderer.height*Math.sin(-ap._textRenderer.angle)/2}else{ah=-ap._textRenderer.height*Math.sin(ap._textRenderer.angle)/2}break;case"end":ah=-ap.getWidth()+ap._textRenderer.height*Math.sin(-ap._textRenderer.angle)/2;break;case"start":ah=-ap._textRenderer.height*Math.sin(ap._textRenderer.angle)/2;break;case"middle":ah=-ap.getWidth()/2+ap._textRenderer.height*Math.sin(-ap._textRenderer.angle)/2;break;default:ah=-ap.getWidth()/2+ap._textRenderer.height*Math.sin(-ap._textRenderer.angle)/2;break}}else{ah=-ap.getWidth()/2}var az=this.u2p(ap.value)+ah+"px";ap._elem.css("left",az);ap.pack()}}if(aq){var an=this._label._elem.outerWidth(true);this._label._elem.css("left",am+ak/2-an/2+"px");if(this.name=="xaxis"){this._label._elem.css("bottom","0px")}else{this._label._elem.css("top","0px")}this._label.pack()}}else{for(var av=0;av<ay.length;av++){var ap=ay[av];if(ap.show&&ap.showLabel){var ah;if(ap.constructor==L.jqplot.CanvasAxisTickRenderer&&ap.angle){var ax=(this.name=="yaxis")?1:-1;switch(ap.labelPosition){case"auto":case"end":if(ax*ap.angle<0){ah=-ap._textRenderer.height*Math.cos(-ap._textRenderer.angle)/2}else{ah=-ap.getHeight()+ap._textRenderer.height*Math.cos(ap._textRenderer.angle)/2}break;case"start":if(ap.angle>0){ah=-ap._textRenderer.height*Math.cos(-ap._textRenderer.angle)/2}else{ah=-ap.getHeight()+ap._textRenderer.height*Math.cos(ap._textRenderer.angle)/2}break;case"middle":ah=-ap.getHeight()/2;break;default:ah=-ap.getHeight()/2;break}}else{ah=-ap.getHeight()/2}var az=this.u2p(ap.value)+ah+"px";ap._elem.css("top",az);ap.pack()}}if(aq){var aw=this._label._elem.outerHeight(true);this._label._elem.css("top",ao-ak/2-aw/2+"px");if(this.name=="yaxis"){this._label._elem.css("left","0px")}else{this._label._elem.css("right","0px")}this._label.pack()}}}ay=null};function i(ai){var ah;ai=Math.abs(ai);if(ai>=10){ah="%d"}else{if(ai>1){if(ai===parseInt(ai,10)){ah="%d"}else{ah="%.1f"}}else{var aj=-Math.floor(Math.log(ai)/Math.LN10);ah="%."+aj+"f"}}return ah}var b=[0.1,0.2,0.3,0.4,0.5,0.8,1,2,3,4,5];var c=function(ai){var ah=b.indexOf(ai);if(ah>0){return b[ah-1]}else{return b[b.length-1]/100}};var k=function(ai){var ah=b.indexOf(ai);if(ah<b.length-1){return b[ah+1]}else{return b[0]*100}};function d(al,au,at){var aq=Math.floor(at/2);var ai=Math.ceil(at*1.5);var ak=Number.MAX_VALUE;var ah=(au-al);var ax;var ap;var ar;var ay=L.jqplot.getSignificantFigures;var aw;var an;var ao;var av;for(var am=0,aj=ai-aq+1;am<aj;am++){ao=aq+am;ax=ah/(ao-1);ap=ay(ax);ax=Math.abs(at-ao)+ap.digitsRight;if(ax<ak){ak=ax;ar=ao;av=ap.digitsRight}else{if(ax===ak){if(ap.digitsRight<av){ar=ao;av=ap.digitsRight}}}}aw=Math.max(av,Math.max(ay(al).digitsRight,ay(au).digitsRight));if(aw===0){an="%d"}else{an="%."+aw+"f"}ax=ah/(ar-1);return[al,au,ar,an,ax]}function W(ai,al){al=al||7;var ak=ai/(al-1);var aj=Math.pow(10,Math.floor(Math.log(ak)/Math.LN10));var am=ak/aj;var ah;if(aj<1){if(am>5){ah=10*aj}else{if(am>2){ah=5*aj}else{if(am>1){ah=2*aj}else{ah=aj}}}}else{if(am>5){ah=10*aj}else{if(am>4){ah=5*aj}else{if(am>3){ah=4*aj}else{if(am>2){ah=3*aj}else{if(am>1){ah=2*aj}else{ah=aj}}}}}}return ah}function Q(ai,ah){ah=ah||1;var ak=Math.floor(Math.log(ai)/Math.LN10);var am=Math.pow(10,ak);var al=ai/am;var aj;al=al/ah;if(al<=0.38){aj=0.1}else{if(al<=1.6){aj=0.2}else{if(al<=4){aj=0.5}else{if(al<=8){aj=1}else{if(al<=16){aj=2}else{aj=5}}}}}return aj*am}function x(aj,ai){var al=Math.floor(Math.log(aj)/Math.LN10);var an=Math.pow(10,al);var am=aj/an;var ah;var ak;am=am/ai;if(am<=0.38){ak=0.1}else{if(am<=1.6){ak=0.2}else{if(am<=4){ak=0.5}else{if(am<=8){ak=1}else{if(am<=16){ak=2}else{ak=5}}}}}ah=ak*an;return[ah,ak,an]}L.jqplot.LinearTickGenerator=function(an,aq,aj,ak,ao,ar){ao=(ao===null)?false:ao;ar=(ar===null||ao)?false:ar;if(an===aq){aq=(aq)?0:1}aj=aj||1;if(aq<an){var at=aq;aq=an;an=at}var ai=[];var aw=Q(aq-an,aj);var av=L.jqplot.getSignificantFigures;if(ak==null){if(!ao&&!ar){ai[0]=Math.floor(an/aw)*aw;ai[1]=Math.ceil(aq/aw)*aw;ai[2]=Math.round((ai[1]-ai[0])/aw+1);ai[3]=i(aw);ai[4]=aw}else{if(ao){ai[0]=an;ai[2]=Math.ceil((aq-an)/aw+1);ai[1]=an+(ai[2]-1)*aw;var au=av(an).digitsRight;var ap=av(aw).digitsRight;if(au<ap){ai[3]=i(aw)}else{ai[3]="%."+au+"f"}ai[4]=aw}else{if(ar){ai[1]=aq;ai[2]=Math.ceil((aq-an)/aw+1);ai[0]=aq-(ai[2]-1)*aw;var al=av(aq).digitsRight;var ap=av(aw).digitsRight;if(al<ap){ai[3]=i(aw)}else{ai[3]="%."+al+"f"}ai[4]=aw}}}}else{var am=[];am[0]=Math.floor(an/aw)*aw;am[1]=Math.ceil(aq/aw)*aw;am[2]=Math.round((am[1]-am[0])/aw+1);am[3]=i(aw);am[4]=aw;if(am[2]===ak){ai=am}else{var ah=W(am[1]-am[0],ak);ai[0]=am[0];ai[2]=ak;ai[4]=ah;ai[3]=i(ah);ai[1]=ai[0]+(ai[2]-1)*ai[4]}}return ai};L.jqplot.LinearTickGenerator.bestLinearInterval=Q;L.jqplot.LinearTickGenerator.bestInterval=W;L.jqplot.LinearTickGenerator.bestLinearComponents=x;L.jqplot.LinearTickGenerator.bestConstrainedInterval=d;L.jqplot.MarkerRenderer=function(ah){this.show=true;this.style="filledCircle";this.lineWidth=2;this.size=9;this.color="#666666";this.shadow=true;this.shadowAngle=45;this.shadowOffset=1;this.shadowDepth=3;this.shadowAlpha="0.07";this.shadowRenderer=new L.jqplot.ShadowRenderer();this.shapeRenderer=new L.jqplot.ShapeRenderer();L.extend(true,this,ah)};L.jqplot.MarkerRenderer.prototype.init=function(ah){L.extend(true,this,ah);var aj={angle:this.shadowAngle,offset:this.shadowOffset,alpha:this.shadowAlpha,lineWidth:this.lineWidth,depth:this.shadowDepth,closePath:true};if(this.style.indexOf("filled")!=-1){aj.fill=true}if(this.style.indexOf("ircle")!=-1){aj.isarc=true;aj.closePath=false}this.shadowRenderer.init(aj);var ai={fill:false,isarc:false,strokeStyle:this.color,fillStyle:this.color,lineWidth:this.lineWidth,closePath:true};if(this.style.indexOf("filled")!=-1){ai.fill=true}if(this.style.indexOf("ircle")!=-1){ai.isarc=true;ai.closePath=false}this.shapeRenderer.init(ai)};L.jqplot.MarkerRenderer.prototype.drawDiamond=function(aj,ai,am,al,ao){var ah=1.2;var ap=this.size/2/ah;var an=this.size/2*ah;var ak=[[aj-ap,ai],[aj,ai+an],[aj+ap,ai],[aj,ai-an]];if(this.shadow){this.shadowRenderer.draw(am,ak)}this.shapeRenderer.draw(am,ak,ao)};L.jqplot.MarkerRenderer.prototype.drawPlus=function(ak,aj,an,am,aq){var ai=1;var ar=this.size/2*ai;var ao=this.size/2*ai;var ap=[[ak,aj-ao],[ak,aj+ao]];var al=[[ak+ar,aj],[ak-ar,aj]];var ah=L.extend(true,{},this.options,{closePath:false});if(this.shadow){this.shadowRenderer.draw(an,ap,{closePath:false});this.shadowRenderer.draw(an,al,{closePath:false})}this.shapeRenderer.draw(an,ap,ah);this.shapeRenderer.draw(an,al,ah)};L.jqplot.MarkerRenderer.prototype.drawX=function(ak,aj,an,am,aq){var ai=1;var ar=this.size/2*ai;var ao=this.size/2*ai;var ah=L.extend(true,{},this.options,{closePath:false});var ap=[[ak-ar,aj-ao],[ak+ar,aj+ao]];var al=[[ak-ar,aj+ao],[ak+ar,aj-ao]];if(this.shadow){this.shadowRenderer.draw(an,ap,{closePath:false});this.shadowRenderer.draw(an,al,{closePath:false})}this.shapeRenderer.draw(an,ap,ah);this.shapeRenderer.draw(an,al,ah)};L.jqplot.MarkerRenderer.prototype.drawDash=function(aj,ai,am,al,ao){var ah=1;var ap=this.size/2*ah;var an=this.size/2*ah;var ak=[[aj-ap,ai],[aj+ap,ai]];if(this.shadow){this.shadowRenderer.draw(am,ak)}this.shapeRenderer.draw(am,ak,ao)};L.jqplot.MarkerRenderer.prototype.drawLine=function(am,al,ah,ak,ai){var aj=[am,al];if(this.shadow){this.shadowRenderer.draw(ah,aj)}this.shapeRenderer.draw(ah,aj,ai)};L.jqplot.MarkerRenderer.prototype.drawSquare=function(aj,ai,am,al,ao){var ah=1;var ap=this.size/2/ah;var an=this.size/2*ah;var ak=[[aj-ap,ai-an],[aj-ap,ai+an],[aj+ap,ai+an],[aj+ap,ai-an]];if(this.shadow){this.shadowRenderer.draw(am,ak)}this.shapeRenderer.draw(am,ak,ao)};L.jqplot.MarkerRenderer.prototype.drawCircle=function(ai,ao,ak,an,al){var ah=this.size/2;var aj=2*Math.PI;var am=[ai,ao,ah,0,aj,true];if(this.shadow){this.shadowRenderer.draw(ak,am)}this.shapeRenderer.draw(ak,am,al)};L.jqplot.MarkerRenderer.prototype.draw=function(ah,ak,ai,aj){aj=aj||{};if(aj.show==null||aj.show!=false){if(aj.color&&!aj.fillStyle){aj.fillStyle=aj.color}if(aj.color&&!aj.strokeStyle){aj.strokeStyle=aj.color}switch(this.style){case"diamond":this.drawDiamond(ah,ak,ai,false,aj);break;case"filledDiamond":this.drawDiamond(ah,ak,ai,true,aj);break;case"circle":this.drawCircle(ah,ak,ai,false,aj);break;case"filledCircle":this.drawCircle(ah,ak,ai,true,aj);break;case"square":this.drawSquare(ah,ak,ai,false,aj);break;case"filledSquare":this.drawSquare(ah,ak,ai,true,aj);break;case"x":this.drawX(ah,ak,ai,true,aj);break;case"plus":this.drawPlus(ah,ak,ai,true,aj);break;case"dash":this.drawDash(ah,ak,ai,true,aj);break;case"line":this.drawLine(ah,ak,ai,false,aj);break;default:this.drawDiamond(ah,ak,ai,false,aj);break}}};L.jqplot.ShadowRenderer=function(ah){this.angle=45;this.offset=1;this.alpha=0.07;this.lineWidth=1.5;this.lineJoin="miter";this.lineCap="round";this.closePath=false;this.fill=false;this.depth=3;this.strokeStyle="rgba(0,0,0,0.1)";this.isarc=false;L.extend(true,this,ah)};L.jqplot.ShadowRenderer.prototype.init=function(ah){L.extend(true,this,ah)};L.jqplot.ShadowRenderer.prototype.draw=function(av,at,ax){av.save();var ah=(ax!=null)?ax:{};var au=(ah.fill!=null)?ah.fill:this.fill;var ap=(ah.fillRect!=null)?ah.fillRect:this.fillRect;var ao=(ah.closePath!=null)?ah.closePath:this.closePath;var al=(ah.offset!=null)?ah.offset:this.offset;var aj=(ah.alpha!=null)?ah.alpha:this.alpha;var an=(ah.depth!=null)?ah.depth:this.depth;var aw=(ah.isarc!=null)?ah.isarc:this.isarc;var aq=(ah.linePattern!=null)?ah.linePattern:this.linePattern;av.lineWidth=(ah.lineWidth!=null)?ah.lineWidth:this.lineWidth;av.lineJoin=(ah.lineJoin!=null)?ah.lineJoin:this.lineJoin;av.lineCap=(ah.lineCap!=null)?ah.lineCap:this.lineCap;av.strokeStyle=ah.strokeStyle||this.strokeStyle||"rgba(0,0,0,"+aj+")";av.fillStyle=ah.fillStyle||this.fillStyle||"rgba(0,0,0,"+aj+")";for(var ak=0;ak<an;ak++){var ar=L.jqplot.LinePattern(av,aq);av.translate(Math.cos(this.angle*Math.PI/180)*al,Math.sin(this.angle*Math.PI/180)*al);ar.beginPath();if(aw){av.arc(at[0],at[1],at[2],at[3],at[4],true)}else{if(ap){if(ap){av.fillRect(at[0],at[1],at[2],at[3])}}else{if(at&&at.length){var ai=true;for(var am=0;am<at.length;am++){if(at[am][0]!=null&&at[am][1]!=null){if(ai){ar.moveTo(at[am][0],at[am][1]);ai=false}else{ar.lineTo(at[am][0],at[am][1])}}else{ai=true}}}}}if(ao){ar.closePath()}if(au){av.fill()}else{av.stroke()}}av.restore()};L.jqplot.ShapeRenderer=function(ah){this.lineWidth=1.5;this.linePattern="solid";this.lineJoin="miter";this.lineCap="round";this.closePath=false;this.fill=false;this.isarc=false;this.fillRect=false;this.strokeRect=false;this.clearRect=false;this.strokeStyle="#999999";this.fillStyle="#999999";L.extend(true,this,ah)};L.jqplot.ShapeRenderer.prototype.init=function(ah){L.extend(true,this,ah)};L.jqplot.ShapeRenderer.prototype.draw=function(at,aq,av){at.save();var ah=(av!=null)?av:{};var ar=(ah.fill!=null)?ah.fill:this.fill;var am=(ah.closePath!=null)?ah.closePath:this.closePath;var an=(ah.fillRect!=null)?ah.fillRect:this.fillRect;var ak=(ah.strokeRect!=null)?ah.strokeRect:this.strokeRect;var ai=(ah.clearRect!=null)?ah.clearRect:this.clearRect;var au=(ah.isarc!=null)?ah.isarc:this.isarc;var ao=(ah.linePattern!=null)?ah.linePattern:this.linePattern;var ap=L.jqplot.LinePattern(at,ao);at.lineWidth=ah.lineWidth||this.lineWidth;at.lineJoin=ah.lineJoin||this.lineJoin;at.lineCap=ah.lineCap||this.lineCap;at.strokeStyle=(ah.strokeStyle||ah.color)||this.strokeStyle;at.fillStyle=ah.fillStyle||this.fillStyle;at.beginPath();if(au){at.arc(aq[0],aq[1],aq[2],aq[3],aq[4],true);if(am){at.closePath()}if(ar){at.fill()}else{at.stroke()}at.restore();return}else{if(ai){at.clearRect(aq[0],aq[1],aq[2],aq[3]);at.restore();return}else{if(an||ak){if(an){at.fillRect(aq[0],aq[1],aq[2],aq[3])}if(ak){at.strokeRect(aq[0],aq[1],aq[2],aq[3]);at.restore();return}}else{if(aq&&aq.length){var aj=true;for(var al=0;al<aq.length;al++){if(aq[al][0]!=null&&aq[al][1]!=null){if(aj){ap.moveTo(aq[al][0],aq[al][1]);aj=false}else{ap.lineTo(aq[al][0],aq[al][1])}}else{aj=true}}if(am){ap.closePath()}if(ar){at.fill()}else{at.stroke()}}}}}at.restore()};L.jqplot.TableLegendRenderer=function(){};L.jqplot.TableLegendRenderer.prototype.init=function(ah){L.extend(true,this,ah)};L.jqplot.TableLegendRenderer.prototype.addrow=function(aq,ak,ah,ao){var al=(ah)?this.rowSpacing+"px":"0px";var ap;var aj;var ai;var an;var am;ai=document.createElement("tr");ap=L(ai);ap.addClass("jqplot-table-legend");ai=null;if(ao){ap.prependTo(this._elem)}else{ap.appendTo(this._elem)}if(this.showSwatches){aj=L(document.createElement("td"));aj.addClass("jqplot-table-legend jqplot-table-legend-swatch");aj.css({textAlign:"center",paddingTop:al});an=L(document.createElement("div"));an.addClass("jqplot-table-legend-swatch-outline");am=L(document.createElement("div"));am.addClass("jqplot-table-legend-swatch");am.css({backgroundColor:ak,borderColor:ak});ap.append(aj.append(an.append(am)))}if(this.showLabels){aj=L(document.createElement("td"));aj.addClass("jqplot-table-legend jqplot-table-legend-label");aj.css("paddingTop",al);ap.append(aj);if(this.escapeHtml){aj.text(aq)}else{aj.html(aq)}}aj=null;an=null;am=null;ap=null;ai=null};L.jqplot.TableLegendRenderer.prototype.draw=function(){if(this._elem){this._elem.emptyForce();this._elem=null}if(this.show){var am=this._series;var ai=document.createElement("table");this._elem=L(ai);this._elem.addClass("jqplot-table-legend");var ar={position:"absolute"};if(this.background){ar.background=this.background}if(this.border){ar.border=this.border}if(this.fontSize){ar.fontSize=this.fontSize}if(this.fontFamily){ar.fontFamily=this.fontFamily}if(this.textColor){ar.textColor=this.textColor}if(this.marginTop!=null){ar.marginTop=this.marginTop}if(this.marginBottom!=null){ar.marginBottom=this.marginBottom}if(this.marginLeft!=null){ar.marginLeft=this.marginLeft}if(this.marginRight!=null){ar.marginRight=this.marginRight}var ah=false,ao=false,aq;for(var an=0;an<am.length;an++){aq=am[an];if(aq._stack||aq.renderer.constructor==L.jqplot.BezierCurveRenderer){ao=true}if(aq.show&&aq.showLabel){var al=this.labels[an]||aq.label.toString();if(al){var aj=aq.color;if(ao&&an<am.length-1){ah=true}else{if(ao&&an==am.length-1){ah=false}}this.renderer.addrow.call(this,al,aj,ah,ao);ah=true}for(var ak=0;ak<L.jqplot.addLegendRowHooks.length;ak++){var ap=L.jqplot.addLegendRowHooks[ak].call(this,aq);if(ap){this.renderer.addrow.call(this,ap.label,ap.color,ah);ah=true}}al=null}}}return this._elem};L.jqplot.TableLegendRenderer.prototype.pack=function(aj){if(this.show){if(this.placement=="insideGrid"){switch(this.location){case"nw":var ai=aj.left;var ah=aj.top;this._elem.css("left",ai);this._elem.css("top",ah);break;case"n":var ai=(aj.left+(this._plotDimensions.width-aj.right))/2-this.getWidth()/2;var ah=aj.top;this._elem.css("left",ai);this._elem.css("top",ah);break;case"ne":var ai=aj.right;var ah=aj.top;this._elem.css({right:ai,top:ah});break;case"e":var ai=aj.right;var ah=(aj.top+(this._plotDimensions.height-aj.bottom))/2-this.getHeight()/2;this._elem.css({right:ai,top:ah});break;case"se":var ai=aj.right;var ah=aj.bottom;this._elem.css({right:ai,bottom:ah});break;case"s":var ai=(aj.left+(this._plotDimensions.width-aj.right))/2-this.getWidth()/2;var ah=aj.bottom;this._elem.css({left:ai,bottom:ah});break;case"sw":var ai=aj.left;var ah=aj.bottom;this._elem.css({left:ai,bottom:ah});break;case"w":var ai=aj.left;var ah=(aj.top+(this._plotDimensions.height-aj.bottom))/2-this.getHeight()/2;this._elem.css({left:ai,top:ah});break;default:var ai=aj.right;var ah=aj.bottom;this._elem.css({right:ai,bottom:ah});break}}else{if(this.placement=="outside"){switch(this.location){case"nw":var ai=this._plotDimensions.width-aj.left;var ah=aj.top;this._elem.css("right",ai);this._elem.css("top",ah);break;case"n":var ai=(aj.left+(this._plotDimensions.width-aj.right))/2-this.getWidth()/2;var ah=this._plotDimensions.height-aj.top;this._elem.css("left",ai);this._elem.css("bottom",ah);break;case"ne":var ai=this._plotDimensions.width-aj.right;var ah=aj.top;this._elem.css({left:ai,top:ah});break;case"e":var ai=this._plotDimensions.width-aj.right;var ah=(aj.top+(this._plotDimensions.height-aj.bottom))/2-this.getHeight()/2;this._elem.css({left:ai,top:ah});break;case"se":var ai=this._plotDimensions.width-aj.right;var ah=aj.bottom;this._elem.css({left:ai,bottom:ah});break;case"s":var ai=(aj.left+(this._plotDimensions.width-aj.right))/2-this.getWidth()/2;var ah=this._plotDimensions.height-aj.bottom;this._elem.css({left:ai,top:ah});break;case"sw":var ai=this._plotDimensions.width-aj.left;var ah=aj.bottom;this._elem.css({right:ai,bottom:ah});break;case"w":var ai=this._plotDimensions.width-aj.left;var ah=(aj.top+(this._plotDimensions.height-aj.bottom))/2-this.getHeight()/2;this._elem.css({right:ai,top:ah});break;default:var ai=aj.right;var ah=aj.bottom;this._elem.css({right:ai,bottom:ah});break}}else{switch(this.location){case"nw":this._elem.css({left:0,top:aj.top});break;case"n":var ai=(aj.left+(this._plotDimensions.width-aj.right))/2-this.getWidth()/2;this._elem.css({left:ai,top:aj.top});break;case"ne":this._elem.css({right:0,top:aj.top});break;case"e":var ah=(aj.top+(this._plotDimensions.height-aj.bottom))/2-this.getHeight()/2;this._elem.css({right:aj.right,top:ah});break;case"se":this._elem.css({right:aj.right,bottom:aj.bottom});break;case"s":var ai=(aj.left+(this._plotDimensions.width-aj.right))/2-this.getWidth()/2;this._elem.css({left:ai,bottom:aj.bottom});break;case"sw":this._elem.css({left:aj.left,bottom:aj.bottom});break;case"w":var ah=(aj.top+(this._plotDimensions.height-aj.bottom))/2-this.getHeight()/2;this._elem.css({left:aj.left,top:ah});break;default:this._elem.css({right:aj.right,bottom:aj.bottom});break}}}}};L.jqplot.ThemeEngine=function(){this.themes={};this.activeTheme=null};L.jqplot.ThemeEngine.prototype.init=function(){var ak=new L.jqplot.Theme({_name:"Default"});var an,ai,am;for(an in ak.target){if(an=="textColor"){ak.target[an]=this.target.css("color")}else{ak.target[an]=this.target.css(an)}}if(this.title.show&&this.title._elem){for(an in ak.title){if(an=="textColor"){ak.title[an]=this.title._elem.css("color")}else{ak.title[an]=this.title._elem.css(an)}}}for(an in ak.grid){ak.grid[an]=this.grid[an]}if(ak.grid.backgroundColor==null&&this.grid.background!=null){ak.grid.backgroundColor=this.grid.background}if(this.legend.show&&this.legend._elem){for(an in ak.legend){if(an=="textColor"){ak.legend[an]=this.legend._elem.css("color")}else{ak.legend[an]=this.legend._elem.css(an)}}}var aj;for(ai=0;ai<this.series.length;ai++){aj=this.series[ai];if(aj.renderer.constructor==L.jqplot.LineRenderer){ak.series.push(new p())}else{if(aj.renderer.constructor==L.jqplot.BarRenderer){ak.series.push(new T())}else{if(aj.renderer.constructor==L.jqplot.PieRenderer){ak.series.push(new f())}else{if(aj.renderer.constructor==L.jqplot.DonutRenderer){ak.series.push(new G())}else{if(aj.renderer.constructor==L.jqplot.FunnelRenderer){ak.series.push(new Z())}else{if(aj.renderer.constructor==L.jqplot.MeterGaugeRenderer){ak.series.push(new D())}else{ak.series.push({})}}}}}}for(an in ak.series[ai]){ak.series[ai][an]=aj[an]}}var ah,al;for(an in this.axes){al=this.axes[an];ah=ak.axes[an]=new P();ah.borderColor=al.borderColor;ah.borderWidth=al.borderWidth;if(al._ticks&&al._ticks[0]){for(am in ah.ticks){if(al._ticks[0].hasOwnProperty(am)){ah.ticks[am]=al._ticks[0][am]}else{if(al._ticks[0]._elem){ah.ticks[am]=al._ticks[0]._elem.css(am)}}}}if(al._label&&al._label.show){for(am in ah.label){if(al._label[am]){ah.label[am]=al._label[am]}else{if(al._label._elem){if(am=="textColor"){ah.label[am]=al._label._elem.css("color")}else{ah.label[am]=al._label._elem.css(am)}}}}}}this.themeEngine._add(ak);this.themeEngine.activeTheme=this.themeEngine.themes[ak._name]};L.jqplot.ThemeEngine.prototype.get=function(ah){if(!ah){return this.activeTheme}else{return this.themes[ah]}};function O(ai,ah){return ai-ah}L.jqplot.ThemeEngine.prototype.getThemeNames=function(){var ah=[];for(var ai in this.themes){ah.push(ai)}return ah.sort(O)};L.jqplot.ThemeEngine.prototype.getThemes=function(){var ai=[];var ah=[];for(var ak in this.themes){ai.push(ak)}ai.sort(O);for(var aj=0;aj<ai.length;aj++){ah.push(this.themes[ai[aj]])}return ah};L.jqplot.ThemeEngine.prototype.activate=function(av,aB){var ah=false;if(!aB&&this.activeTheme&&this.activeTheme._name){aB=this.activeTheme._name}if(!this.themes.hasOwnProperty(aB)){throw new Error("No theme of that name")}else{var am=this.themes[aB];this.activeTheme=am;var aA,at=false,ar=false;var ai=["xaxis","x2axis","yaxis","y2axis"];for(aw=0;aw<ai.length;aw++){var an=ai[aw];if(am.axesStyles.borderColor!=null){av.axes[an].borderColor=am.axesStyles.borderColor}if(am.axesStyles.borderWidth!=null){av.axes[an].borderWidth=am.axesStyles.borderWidth}}for(var az in av.axes){var ak=av.axes[az];if(ak.show){var aq=am.axes[az]||{};var ao=am.axesStyles;var al=L.jqplot.extend(true,{},aq,ao);aA=(am.axesStyles.borderColor!=null)?am.axesStyles.borderColor:al.borderColor;if(al.borderColor!=null){ak.borderColor=al.borderColor;ah=true}aA=(am.axesStyles.borderWidth!=null)?am.axesStyles.borderWidth:al.borderWidth;if(al.borderWidth!=null){ak.borderWidth=al.borderWidth;ah=true}if(ak._ticks&&ak._ticks[0]){for(var aj in al.ticks){aA=al.ticks[aj];if(aA!=null){ak.tickOptions[aj]=aA;ak._ticks=[];ah=true}}}if(ak._label&&ak._label.show){for(var aj in al.label){aA=al.label[aj];if(aA!=null){ak.labelOptions[aj]=aA;ah=true}}}}}for(var au in am.grid){if(am.grid[au]!=null){av.grid[au]=am.grid[au]}}if(!ah){av.grid.draw()}if(av.legend.show){for(au in am.legend){if(am.legend[au]!=null){av.legend[au]=am.legend[au]}}}if(av.title.show){for(au in am.title){if(am.title[au]!=null){av.title[au]=am.title[au]}}}var aw;for(aw=0;aw<am.series.length;aw++){var ap={};var ay=false;for(au in am.series[aw]){aA=(am.seriesStyles[au]!=null)?am.seriesStyles[au]:am.series[aw][au];if(aA!=null){ap[au]=aA;if(au=="color"){av.series[aw].renderer.shapeRenderer.fillStyle=aA;av.series[aw].renderer.shapeRenderer.strokeStyle=aA;av.series[aw][au]=aA}else{if((au=="lineWidth")||(au=="linePattern")){av.series[aw].renderer.shapeRenderer[au]=aA;av.series[aw][au]=aA}else{if(au=="markerOptions"){V(av.series[aw].markerOptions,aA);V(av.series[aw].markerRenderer,aA)}else{av.series[aw][au]=aA}}}ah=true}}}if(ah){av.target.empty();av.draw()}for(au in am.target){if(am.target[au]!=null){av.target.css(au,am.target[au])}}}};L.jqplot.ThemeEngine.prototype._add=function(ai,ah){if(ah){ai._name=ah}if(!ai._name){ai._name=Date.parse(new Date())}if(!this.themes.hasOwnProperty(ai._name)){this.themes[ai._name]=ai}else{throw new Error("jqplot.ThemeEngine Error: Theme already in use")}};L.jqplot.ThemeEngine.prototype.remove=function(ah){if(ah=="Default"){return false}return delete this.themes[ah]};L.jqplot.ThemeEngine.prototype.newTheme=function(ah,aj){if(typeof(ah)=="object"){aj=aj||ah;ah=null}if(aj&&aj._name){ah=aj._name}else{ah=ah||Date.parse(new Date())}var ai=this.copy(this.themes.Default._name,ah);L.jqplot.extend(ai,aj);return ai};function B(aj){if(aj==null||typeof(aj)!="object"){return aj}var ah=new aj.constructor();for(var ai in aj){ah[ai]=B(aj[ai])}return ah}L.jqplot.clone=B;function V(aj,ai){if(ai==null||typeof(ai)!="object"){return}for(var ah in ai){if(ah=="highlightColors"){aj[ah]=B(ai[ah])}if(ai[ah]!=null&&typeof(ai[ah])=="object"){if(!aj.hasOwnProperty(ah)){aj[ah]={}}V(aj[ah],ai[ah])}else{aj[ah]=ai[ah]}}}L.jqplot.merge=V;L.jqplot.extend=function(){var am=arguments[0]||{},ak=1,al=arguments.length,ah=false,aj;if(typeof am==="boolean"){ah=am;am=arguments[1]||{};ak=2}if(typeof am!=="object"&&!toString.call(am)==="[object Function]"){am={}}for(;ak<al;ak++){if((aj=arguments[ak])!=null){for(var ai in aj){var an=am[ai],ao=aj[ai];if(am===ao){continue}if(ah&&ao&&typeof ao==="object"&&!ao.nodeType){am[ai]=L.jqplot.extend(ah,an||(ao.length!=null?[]:{}),ao)}else{if(ao!==u){am[ai]=ao}}}}}return am};L.jqplot.ThemeEngine.prototype.rename=function(ai,ah){if(ai=="Default"||ah=="Default"){throw new Error("jqplot.ThemeEngine Error: Cannot rename from/to Default")}if(this.themes.hasOwnProperty(ah)){throw new Error("jqplot.ThemeEngine Error: New name already in use.")}else{if(this.themes.hasOwnProperty(ai)){var aj=this.copy(ai,ah);this.remove(ai);return aj}}throw new Error("jqplot.ThemeEngine Error: Old name or new name invalid")};L.jqplot.ThemeEngine.prototype.copy=function(ah,aj,al){if(aj=="Default"){throw new Error("jqplot.ThemeEngine Error: Cannot copy over Default theme")}if(!this.themes.hasOwnProperty(ah)){var ai="jqplot.ThemeEngine Error: Source name invalid";throw new Error(ai)}if(this.themes.hasOwnProperty(aj)){var ai="jqplot.ThemeEngine Error: Target name invalid";throw new Error(ai)}else{var ak=B(this.themes[ah]);ak._name=aj;L.jqplot.extend(true,ak,al);this._add(ak);return ak}};L.jqplot.Theme=function(ah,ai){if(typeof(ah)=="object"){ai=ai||ah;ah=null}ah=ah||Date.parse(new Date());this._name=ah;this.target={backgroundColor:null};this.legend={textColor:null,fontFamily:null,fontSize:null,border:null,background:null};this.title={textColor:null,fontFamily:null,fontSize:null,textAlign:null};this.seriesStyles={};this.series=[];this.grid={drawGridlines:null,gridLineColor:null,gridLineWidth:null,backgroundColor:null,borderColor:null,borderWidth:null,shadow:null};this.axesStyles={label:{},ticks:{}};this.axes={};if(typeof(ai)=="string"){this._name=ai}else{if(typeof(ai)=="object"){L.jqplot.extend(true,this,ai)}}};var P=function(){this.borderColor=null;this.borderWidth=null;this.ticks=new o();this.label=new t()};var o=function(){this.show=null;this.showGridline=null;this.showLabel=null;this.showMark=null;this.size=null;this.textColor=null;this.whiteSpace=null;this.fontSize=null;this.fontFamily=null};var t=function(){this.textColor=null;this.whiteSpace=null;this.fontSize=null;this.fontFamily=null;this.fontWeight=null};var p=function(){this.color=null;this.lineWidth=null;this.linePattern=null;this.shadow=null;this.fillColor=null;this.showMarker=null;this.markerOptions=new I()};var I=function(){this.show=null;this.style=null;this.lineWidth=null;this.size=null;this.color=null;this.shadow=null};var T=function(){this.color=null;this.seriesColors=null;this.lineWidth=null;this.shadow=null;this.barPadding=null;this.barMargin=null;this.barWidth=null;this.highlightColors=null};var f=function(){this.seriesColors=null;this.padding=null;this.sliceMargin=null;this.fill=null;this.shadow=null;this.startAngle=null;this.lineWidth=null;this.highlightColors=null};var G=function(){this.seriesColors=null;this.padding=null;this.sliceMargin=null;this.fill=null;this.shadow=null;this.startAngle=null;this.lineWidth=null;this.innerDiameter=null;this.thickness=null;this.ringMargin=null;this.highlightColors=null};var Z=function(){this.color=null;this.lineWidth=null;this.shadow=null;this.padding=null;this.sectionMargin=null;this.seriesColors=null;this.highlightColors=null};var D=function(){this.padding=null;this.backgroundColor=null;this.ringColor=null;this.tickColor=null;this.ringWidth=null;this.intervalColors=null;this.intervalInnerRadius=null;this.intervalOuterRadius=null;this.hubRadius=null;this.needleThickness=null;this.needlePad=null};L.fn.jqplotChildText=function(){return L(this).contents().filter(function(){return this.nodeType==3}).text()};L.fn.jqplotGetComputedFontStyle=function(){var ak=window.getComputedStyle?window.getComputedStyle(this[0],""):this[0].currentStyle;var ai=ak["font-style"]?["font-style","font-weight","font-size","font-family"]:["fontStyle","fontWeight","fontSize","fontFamily"];var al=[];for(var aj=0;aj<ai.length;++aj){var ah=String(ak[ai[aj]]);if(ah&&ah!="normal"){al.push(ah)}}return al.join(" ")};L.fn.jqplotToImageCanvas=function(aj){aj=aj||{};var av=(aj.x_offset==null)?0:aj.x_offset;var ax=(aj.y_offset==null)?0:aj.y_offset;var al=(aj.backgroundColor==null)?"rgb(255,255,255)":aj.backgroundColor;if(L(this).width()==0||L(this).height()==0){return null}if(L.jqplot.use_excanvas){return null}var an=document.createElement("canvas");var aA=L(this).outerHeight(true);var at=L(this).outerWidth(true);var am=L(this).offset();var ao=am.left;var aq=am.top;var au=0,ar=0;var ay=["jqplot-table-legend","jqplot-xaxis-tick","jqplot-x2axis-tick","jqplot-yaxis-tick","jqplot-y2axis-tick","jqplot-y3axis-tick","jqplot-y4axis-tick","jqplot-y5axis-tick","jqplot-y6axis-tick","jqplot-y7axis-tick","jqplot-y8axis-tick","jqplot-y9axis-tick","jqplot-xaxis-label","jqplot-x2axis-label","jqplot-yaxis-label","jqplot-y2axis-label","jqplot-y3axis-label","jqplot-y4axis-label","jqplot-y5axis-label","jqplot-y6axis-label","jqplot-y7axis-label","jqplot-y8axis-label","jqplot-y9axis-label"];var ap,ah,ai,aB;for(var az=0;az<ay.length;az++){L(this).find("."+ay[az]).each(function(){ap=L(this).offset().top-aq;ah=L(this).offset().left-ao;aB=ah+L(this).outerWidth(true)+au;ai=ap+L(this).outerHeight(true)+ar;if(ah<-au){at=at-au-ah;au=-ah}if(ap<-ar){aA=aA-ar-ap;ar=-ap}if(aB>at){at=aB}if(ai>aA){aA=ai}})}an.width=at+Number(av);an.height=aA+Number(ax);var ak=an.getContext("2d");ak.save();ak.fillStyle=al;ak.fillRect(0,0,an.width,an.height);ak.restore();ak.translate(au,ar);ak.textAlign="left";ak.textBaseline="top";function aC(aE){var aF=parseInt(L(aE).css("line-height"),10);if(isNaN(aF)){aF=parseInt(L(aE).css("font-size"),10)*1.2}return aF}function aD(aF,aE,aS,aG,aO,aH){var aQ=aC(aF);var aK=L(aF).innerWidth();var aL=L(aF).innerHeight();var aN=aS.split(/\s+/);var aR=aN.length;var aP="";var aM=[];var aU=aO;var aT=aG;for(var aJ=0;aJ<aR;aJ++){aP+=aN[aJ];if(aE.measureText(aP).width>aK){aM.push(aJ);aP="";aJ--}}if(aM.length===0){if(L(aF).css("textAlign")==="center"){aT=aG+(aH-aE.measureText(aP).width)/2-au}aE.fillText(aS,aT,aO)}else{aP=aN.slice(0,aM[0]).join(" ");if(L(aF).css("textAlign")==="center"){aT=aG+(aH-aE.measureText(aP).width)/2-au}aE.fillText(aP,aT,aU);aU+=aQ;for(var aJ=1,aI=aM.length;aJ<aI;aJ++){aP=aN.slice(aM[aJ-1],aM[aJ]).join(" ");if(L(aF).css("textAlign")==="center"){aT=aG+(aH-aE.measureText(aP).width)/2-au}aE.fillText(aP,aT,aU);aU+=aQ}aP=aN.slice(aM[aJ-1],aN.length).join(" ");if(L(aF).css("textAlign")==="center"){aT=aG+(aH-aE.measureText(aP).width)/2-au}aE.fillText(aP,aT,aU)}}function aw(aG,aJ,aE){var aN=aG.tagName.toLowerCase();var aF=L(aG).position();var aK=window.getComputedStyle?window.getComputedStyle(aG,""):aG.currentStyle;var aI=aJ+aF.left+parseInt(aK.marginLeft,10)+parseInt(aK.borderLeftWidth,10)+parseInt(aK.paddingLeft,10);var aL=aE+aF.top+parseInt(aK.marginTop,10)+parseInt(aK.borderTopWidth,10)+parseInt(aK.paddingTop,10);var aM=an.width;if((aN=="div"||aN=="span")&&!L(aG).hasClass("jqplot-highlighter-tooltip")){L(aG).children().each(function(){aw(this,aI,aL)});var aO=L(aG).jqplotChildText();if(aO){ak.font=L(aG).jqplotGetComputedFontStyle();ak.fillStyle=L(aG).css("color");aD(aG,ak,aO,aI,aL,aM)}}else{if(aN==="table"&&L(aG).hasClass("jqplot-table-legend")){ak.strokeStyle=L(aG).css("border-top-color");ak.fillStyle=L(aG).css("background-color");ak.fillRect(aI,aL,L(aG).innerWidth(),L(aG).innerHeight());if(parseInt(L(aG).css("border-top-width"),10)>0){ak.strokeRect(aI,aL,L(aG).innerWidth(),L(aG).innerHeight())}L(aG).find("div.jqplot-table-legend-swatch-outline").each(function(){var aU=L(this);ak.strokeStyle=aU.css("border-top-color");var aQ=aI+aU.position().left;var aR=aL+aU.position().top;ak.strokeRect(aQ,aR,aU.innerWidth(),aU.innerHeight());aQ+=parseInt(aU.css("padding-left"),10);aR+=parseInt(aU.css("padding-top"),10);var aT=aU.innerHeight()-2*parseInt(aU.css("padding-top"),10);var aP=aU.innerWidth()-2*parseInt(aU.css("padding-left"),10);var aS=aU.children("div.jqplot-table-legend-swatch");ak.fillStyle=aS.css("background-color");ak.fillRect(aQ,aR,aP,aT)});L(aG).find("td.jqplot-table-legend-label").each(function(){var aR=L(this);var aP=aI+aR.position().left;var aQ=aL+aR.position().top+parseInt(aR.css("padding-top"),10);ak.font=aR.jqplotGetComputedFontStyle();ak.fillStyle=aR.css("color");aD(aR,ak,aR.text(),aP,aQ,aM)});var aH=null}else{if(aN=="canvas"){ak.drawImage(aG,aI,aL)}}}}L(this).children().each(function(){aw(this,av,ax)});return an};L.fn.jqplotToImageStr=function(ai){var ah=L(this).jqplotToImageCanvas(ai);if(ah){return ah.toDataURL("image/png")}else{return null}};L.fn.jqplotToImageElem=function(ah){var ai=document.createElement("img");var aj=L(this).jqplotToImageStr(ah);ai.src=aj;return ai};L.fn.jqplotToImageElemStr=function(ah){var ai="<img src="+L(this).jqplotToImageStr(ah)+" />";return ai};L.fn.jqplotSaveImage=function(){var ah=L(this).jqplotToImageStr({});if(ah){window.location.href=ah.replace("image/png","image/octet-stream")}};L.fn.jqplotViewImage=function(){var ai=L(this).jqplotToImageElemStr({});var aj=L(this).jqplotToImageStr({});if(ai){var ah=window.open("");ah.document.open("image/png");ah.document.write(ai);ah.document.close();ah=null}};var ag=function(){this.syntax=ag.config.syntax;this._type="jsDate";this.proxy=new Date();this.options={};this.locale=ag.regional.getLocale();this.formatString="";this.defaultCentury=ag.config.defaultCentury;switch(arguments.length){case 0:break;case 1:if(l(arguments[0])=="[object Object]"&&arguments[0]._type!="jsDate"){var aj=this.options=arguments[0];this.syntax=aj.syntax||this.syntax;this.defaultCentury=aj.defaultCentury||this.defaultCentury;this.proxy=ag.createDate(aj.date)}else{this.proxy=ag.createDate(arguments[0])}break;default:var ah=[];for(var ai=0;ai<arguments.length;ai++){ah.push(arguments[ai])}this.proxy=new Date();this.proxy.setFullYear.apply(this.proxy,ah.slice(0,3));if(ah.slice(3).length){this.proxy.setHours.apply(this.proxy,ah.slice(3))}break}};ag.config={defaultLocale:"en",syntax:"perl",defaultCentury:1900};ag.prototype.add=function(aj,ai){var ah=E[ai]||E.day;if(typeof ah=="number"){this.proxy.setTime(this.proxy.getTime()+(ah*aj))}else{ah.add(this,aj)}return this};ag.prototype.clone=function(){return new ag(this.proxy.getTime())};ag.prototype.getUtcOffset=function(){return this.proxy.getTimezoneOffset()*60000};ag.prototype.diff=function(ai,al,ah){ai=new ag(ai);if(ai===null){return null}var aj=E[al]||E.day;if(typeof aj=="number"){var ak=(this.proxy.getTime()-ai.proxy.getTime())/aj}else{var ak=aj.diff(this.proxy,ai.proxy)}return(ah?ak:Math[ak>0?"floor":"ceil"](ak))};ag.prototype.getAbbrDayName=function(){return ag.regional[this.locale]["dayNamesShort"][this.proxy.getDay()]};ag.prototype.getAbbrMonthName=function(){return ag.regional[this.locale]["monthNamesShort"][this.proxy.getMonth()]};ag.prototype.getAMPM=function(){return this.proxy.getHours()>=12?"PM":"AM"};ag.prototype.getAmPm=function(){return this.proxy.getHours()>=12?"pm":"am"};ag.prototype.getCentury=function(){return parseInt(this.proxy.getFullYear()/100,10)};ag.prototype.getDate=function(){return this.proxy.getDate()};ag.prototype.getDay=function(){return this.proxy.getDay()};ag.prototype.getDayOfWeek=function(){var ah=this.proxy.getDay();return ah===0?7:ah};ag.prototype.getDayOfYear=function(){var ai=this.proxy;var ah=ai-new Date(""+ai.getFullYear()+"/1/1 GMT");ah+=ai.getTimezoneOffset()*60000;ai=null;return parseInt(ah/60000/60/24,10)+1};ag.prototype.getDayName=function(){return ag.regional[this.locale]["dayNames"][this.proxy.getDay()]};ag.prototype.getFullWeekOfYear=function(){var ak=this.proxy;var ah=this.getDayOfYear();var aj=6-ak.getDay();var ai=parseInt((ah+aj)/7,10);return ai};ag.prototype.getFullYear=function(){return this.proxy.getFullYear()};ag.prototype.getGmtOffset=function(){var ah=this.proxy.getTimezoneOffset()/60;var ai=ah<0?"+":"-";ah=Math.abs(ah);return ai+N(Math.floor(ah),2)+":"+N((ah%1)*60,2)};ag.prototype.getHours=function(){return this.proxy.getHours()};ag.prototype.getHours12=function(){var ah=this.proxy.getHours();return ah>12?ah-12:(ah==0?12:ah)};ag.prototype.getIsoWeek=function(){var ak=this.proxy;var aj=this.getWeekOfYear();var ah=(new Date(""+ak.getFullYear()+"/1/1")).getDay();var ai=aj+(ah>4||ah<=1?0:1);if(ai==53&&(new Date(""+ak.getFullYear()+"/12/31")).getDay()<4){ai=1}else{if(ai===0){ak=new ag(new Date(""+(ak.getFullYear()-1)+"/12/31"));ai=ak.getIsoWeek()}}ak=null;return ai};ag.prototype.getMilliseconds=function(){return this.proxy.getMilliseconds()};ag.prototype.getMinutes=function(){return this.proxy.getMinutes()};ag.prototype.getMonth=function(){return this.proxy.getMonth()};ag.prototype.getMonthName=function(){return ag.regional[this.locale]["monthNames"][this.proxy.getMonth()]};ag.prototype.getMonthNumber=function(){return this.proxy.getMonth()+1};ag.prototype.getSeconds=function(){return this.proxy.getSeconds()};ag.prototype.getShortYear=function(){return this.proxy.getYear()%100};ag.prototype.getTime=function(){return this.proxy.getTime()};ag.prototype.getTimezoneAbbr=function(){return this.proxy.toString().replace(/^.*\(([^)]+)\)$/,"$1")};ag.prototype.getTimezoneName=function(){var ah=/(?:\((.+)\)$| ([A-Z]{3}) )/.exec(this.toString());return ah[1]||ah[2]||"GMT"+this.getGmtOffset()};ag.prototype.getTimezoneOffset=function(){return this.proxy.getTimezoneOffset()};ag.prototype.getWeekOfYear=function(){var ah=this.getDayOfYear();var aj=7-this.getDayOfWeek();var ai=parseInt((ah+aj)/7,10);return ai};ag.prototype.getUnix=function(){return Math.round(this.proxy.getTime()/1000,0)};ag.prototype.getYear=function(){return this.proxy.getYear()};ag.prototype.next=function(ah){ah=ah||"day";return this.clone().add(1,ah)};ag.prototype.set=function(){switch(arguments.length){case 0:this.proxy=new Date();break;case 1:if(l(arguments[0])=="[object Object]"&&arguments[0]._type!="jsDate"){var aj=this.options=arguments[0];this.syntax=aj.syntax||this.syntax;this.defaultCentury=aj.defaultCentury||this.defaultCentury;this.proxy=ag.createDate(aj.date)}else{this.proxy=ag.createDate(arguments[0])}break;default:var ah=[];for(var ai=0;ai<arguments.length;ai++){ah.push(arguments[ai])}this.proxy=new Date();this.proxy.setFullYear.apply(this.proxy,ah.slice(0,3));if(ah.slice(3).length){this.proxy.setHours.apply(this.proxy,ah.slice(3))}break}return this};ag.prototype.setDate=function(ah){this.proxy.setDate(ah);return this};ag.prototype.setFullYear=function(){this.proxy.setFullYear.apply(this.proxy,arguments);return this};ag.prototype.setHours=function(){this.proxy.setHours.apply(this.proxy,arguments);return this};ag.prototype.setMilliseconds=function(ah){this.proxy.setMilliseconds(ah);return this};ag.prototype.setMinutes=function(){this.proxy.setMinutes.apply(this.proxy,arguments);return this};ag.prototype.setMonth=function(){this.proxy.setMonth.apply(this.proxy,arguments);return this};ag.prototype.setSeconds=function(){this.proxy.setSeconds.apply(this.proxy,arguments);return this};ag.prototype.setTime=function(ah){this.proxy.setTime(ah);return this};ag.prototype.setYear=function(){this.proxy.setYear.apply(this.proxy,arguments);return this};ag.prototype.strftime=function(ah){ah=ah||this.formatString||ag.regional[this.locale]["formatString"];return ag.strftime(this,ah,this.syntax)};ag.prototype.toString=function(){return this.proxy.toString()};ag.prototype.toYmdInt=function(){return(this.proxy.getFullYear()*10000)+(this.getMonthNumber()*100)+this.proxy.getDate()};ag.regional={en:{monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayNamesShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],formatString:"%Y-%m-%d %H:%M:%S"},fr:{monthNames:["Janvier","Février","Mars","Avril","Mai","Juin","Juillet","Août","Septembre","Octobre","Novembre","Décembre"],monthNamesShort:["Jan","Fév","Mar","Avr","Mai","Jun","Jul","Aoû","Sep","Oct","Nov","Déc"],dayNames:["Dimanche","Lundi","Mardi","Mercredi","Jeudi","Vendredi","Samedi"],dayNamesShort:["Dim","Lun","Mar","Mer","Jeu","Ven","Sam"],formatString:"%Y-%m-%d %H:%M:%S"},de:{monthNames:["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"],monthNamesShort:["Jan","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],dayNames:["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],dayNamesShort:["So","Mo","Di","Mi","Do","Fr","Sa"],formatString:"%Y-%m-%d %H:%M:%S"},es:{monthNames:["Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre"],monthNamesShort:["Ene","Feb","Mar","Abr","May","Jun","Jul","Ago","Sep","Oct","Nov","Dic"],dayNames:["Domingo","Lunes","Martes","Mi&eacute;rcoles","Jueves","Viernes","S&aacute;bado"],dayNamesShort:["Dom","Lun","Mar","Mi&eacute;","Juv","Vie","S&aacute;b"],formatString:"%Y-%m-%d %H:%M:%S"},ru:{monthNames:["Январь","Февраль","Март","Апрель","Май","Июнь","Июль","Август","Сентябрь","Октябрь","Ноябрь","Декабрь"],monthNamesShort:["Янв","Фев","Мар","Апр","Май","Июн","Июл","Авг","Сен","Окт","Ноя","Дек"],dayNames:["воскресенье","понедельник","вторник","среда","четверг","пятница","суббота"],dayNamesShort:["вск","пнд","втр","срд","чтв","птн","сбт"],formatString:"%Y-%m-%d %H:%M:%S"},ar:{monthNames:["كانون الثاني","شباط","آذار","نيسان","آذار","حزيران","تموز","آب","أيلول","تشرين الأول","تشرين الثاني","كانون الأول"],monthNamesShort:["1","2","3","4","5","6","7","8","9","10","11","12"],dayNames:["السبت","الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة"],dayNamesShort:["سبت","أحد","اثنين","ثلاثاء","أربعاء","خميس","جمعة"],formatString:"%Y-%m-%d %H:%M:%S"},pt:{monthNames:["Janeiro","Fevereiro","Mar&ccedil;o","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"],monthNamesShort:["Jan","Fev","Mar","Abr","Mai","Jun","Jul","Ago","Set","Out","Nov","Dez"],dayNames:["Domingo","Segunda-feira","Ter&ccedil;a-feira","Quarta-feira","Quinta-feira","Sexta-feira","S&aacute;bado"],dayNamesShort:["Dom","Seg","Ter","Qua","Qui","Sex","S&aacute;b"],formatString:"%Y-%m-%d %H:%M:%S"},"pt-BR":{monthNames:["Janeiro","Fevereiro","Mar&ccedil;o","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"],monthNamesShort:["Jan","Fev","Mar","Abr","Mai","Jun","Jul","Ago","Set","Out","Nov","Dez"],dayNames:["Domingo","Segunda-feira","Ter&ccedil;a-feira","Quarta-feira","Quinta-feira","Sexta-feira","S&aacute;bado"],dayNamesShort:["Dom","Seg","Ter","Qua","Qui","Sex","S&aacute;b"],formatString:"%Y-%m-%d %H:%M:%S"},pl:{monthNames:["Styczeń","Luty","Marzec","Kwiecień","Maj","Czerwiec","Lipiec","Sierpień","Wrzesień","Październik","Listopad","Grudzień"],monthNamesShort:["Sty","Lut","Mar","Kwi","Maj","Cze","Lip","Sie","Wrz","Paź","Lis","Gru"],dayNames:["Niedziela","Poniedziałek","Wtorek","Środa","Czwartek","Piątek","Sobota"],dayNamesShort:["Ni","Pn","Wt","Śr","Cz","Pt","Sb"],formatString:"%Y-%m-%d %H:%M:%S"},nl:{monthNames:["Januari","Februari","Maart","April","Mei","Juni","July","Augustus","September","Oktober","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Aug","Sep","Okt","Nov","Dec"],dayNames:","["Zondag","Maandag","Dinsdag","Woensdag","Donderdag","Vrijdag","Zaterdag"],dayNamesShort:["Zo","Ma","Di","Wo","Do","Vr","Za"],formatString:"%Y-%m-%d %H:%M:%S"},sv:{monthNames:["januari","februari","mars","april","maj","juni","juli","augusti","september","oktober","november","december"],monthNamesShort:["jan","feb","mar","apr","maj","jun","jul","aug","sep","okt","nov","dec"],dayNames:["söndag","måndag","tisdag","onsdag","torsdag","fredag","lördag"],dayNamesShort:["sön","mån","tis","ons","tor","fre","lör"],formatString:"%Y-%m-%d %H:%M:%S"}};ag.regional["en-US"]=ag.regional["en-GB"]=ag.regional.en;ag.regional.getLocale=function(){var ah=ag.config.defaultLocale;if(document&&document.getElementsByTagName("html")&&document.getElementsByTagName("html")[0].lang){ah=document.getElementsByTagName("html")[0].lang;if(!ag.regional.hasOwnProperty(ah)){ah=ag.config.defaultLocale}}return ah};var C=24*60*60*1000;var N=function(ah,ak){ah=String(ah);var ai=ak-ah.length;var aj=String(Math.pow(10,ai)).slice(1);return aj.concat(ah)};var E={millisecond:1,second:1000,minute:60*1000,hour:60*60*1000,day:C,week:7*C,month:{add:function(aj,ah){E.year.add(aj,Math[ah>0?"floor":"ceil"](ah/12));var ai=aj.getMonth()+(ah%12);if(ai==12){ai=0;aj.setYear(aj.getFullYear()+1)}else{if(ai==-1){ai=11;aj.setYear(aj.getFullYear()-1)}}aj.setMonth(ai)},diff:function(al,aj){var ah=al.getFullYear()-aj.getFullYear();var ai=al.getMonth()-aj.getMonth()+(ah*12);var ak=al.getDate()-aj.getDate();return ai+(ak/30)}},year:{add:function(ai,ah){ai.setYear(ai.getFullYear()+Math[ah>0?"floor":"ceil"](ah))},diff:function(ai,ah){return E.month.diff(ai,ah)/12}}};for(var Y in E){if(Y.substring(Y.length-1)!="s"){E[Y+"s"]=E[Y]}}var H=function(al,ak,ai){if(ag.formats[ai]["shortcuts"][ak]){return ag.strftime(al,ag.formats[ai]["shortcuts"][ak],ai)}else{var ah=(ag.formats[ai]["codes"][ak]||"").split(".");var aj=al["get"+ah[0]]?al["get"+ah[0]]():"";if(ah[1]){aj=N(aj,ah[1])}return aj}};ag.strftime=function(an,ak,aj,ao){var ai="perl";var am=ag.regional.getLocale();if(aj&&ag.formats.hasOwnProperty(aj)){ai=aj}else{if(aj&&ag.regional.hasOwnProperty(aj)){am=aj}}if(ao&&ag.formats.hasOwnProperty(ao)){ai=ao}else{if(ao&&ag.regional.hasOwnProperty(ao)){am=ao}}if(l(an)!="[object Object]"||an._type!="jsDate"){an=new ag(an);an.locale=am}if(!ak){ak=an.formatString||ag.regional[am]["formatString"]}var ah=ak||"%Y-%m-%d",ap="",al;while(ah.length>0){if(al=ah.match(ag.formats[ai].codes.matcher)){ap+=ah.slice(0,al.index);ap+=(al[1]||"")+H(an,al[2],ai);ah=ah.slice(al.index+al[0].length)}else{ap+=ah;ah=""}}return ap};ag.formats={ISO:"%Y-%m-%dT%H:%M:%S.%N%G",SQL:"%Y-%m-%d %H:%M:%S"};ag.formats.perl={codes:{matcher:/()%(#?(%|[a-z]))/i,Y:"FullYear",y:"ShortYear.2",m:"MonthNumber.2","#m":"MonthNumber",B:"MonthName",b:"AbbrMonthName",d:"Date.2","#d":"Date",e:"Date",A:"DayName",a:"AbbrDayName",w:"Day",H:"Hours.2","#H":"Hours",I:"Hours12.2","#I":"Hours12",p:"AMPM",M:"Minutes.2","#M":"Minutes",S:"Seconds.2","#S":"Seconds",s:"Unix",N:"Milliseconds.3","#N":"Milliseconds",O:"TimezoneOffset",Z:"TimezoneName",G:"GmtOffset"},shortcuts:{F:"%Y-%m-%d",T:"%H:%M:%S",X:"%H:%M:%S",x:"%m/%d/%y",D:"%m/%d/%y","#c":"%a %b %e %H:%M:%S %Y",v:"%e-%b-%Y",R:"%H:%M",r:"%I:%M:%S %p",t:"\t",n:"\n","%":"%"}};ag.formats.php={codes:{matcher:/()%((%|[a-z]))/i,a:"AbbrDayName",A:"DayName",d:"Date.2",e:"Date",j:"DayOfYear.3",u:"DayOfWeek",w:"Day",U:"FullWeekOfYear.2",V:"IsoWeek.2",W:"WeekOfYear.2",b:"AbbrMonthName",B:"MonthName",m:"MonthNumber.2",h:"AbbrMonthName",C:"Century.2",y:"ShortYear.2",Y:"FullYear",H:"Hours.2",I:"Hours12.2",l:"Hours12",p:"AMPM",P:"AmPm",M:"Minutes.2",S:"Seconds.2",s:"Unix",O:"TimezoneOffset",z:"GmtOffset",Z:"TimezoneAbbr"},shortcuts:{D:"%m/%d/%y",F:"%Y-%m-%d",T:"%H:%M:%S",X:"%H:%M:%S",x:"%m/%d/%y",R:"%H:%M",r:"%I:%M:%S %p",t:"\t",n:"\n","%":"%"}};ag.createDate=function(aj){if(aj==null){return new Date()}if(aj instanceof Date){return aj}if(typeof aj=="number"){return new Date(aj)}var ao=String(aj).replace(/^\s*(.+)\s*$/g,"$1");ao=ao.replace(/^([0-9]{1,4})-([0-9]{1,2})-([0-9]{1,4})/,"$1/$2/$3");ao=ao.replace(/^(3[01]|[0-2]?\d)[-\/]([a-z]{3,})[-\/](\d{4})/i,"$1 $2 $3");var an=ao.match(/^(3[01]|[0-2]?\d)[-\/]([a-z]{3,})[-\/](\d{2})\D*/i);if(an&&an.length>3){var at=parseFloat(an[3]);var am=ag.config.defaultCentury+at;am=String(am);ao=ao.replace(/^(3[01]|[0-2]?\d)[-\/]([a-z]{3,})[-\/](\d{2})\D*/i,an[1]+" "+an[2]+" "+am)}an=ao.match(/^([0-9]{1,2})[-\/]([0-9]{1,2})[-\/]([0-9]{1,2})[^0-9]/);function ar(ax,aw){var aC=parseFloat(aw[1]);var aB=parseFloat(aw[2]);var aA=parseFloat(aw[3]);var az=ag.config.defaultCentury;var av,au,aD,ay;if(aC>31){au=aA;aD=aB;av=az+aC}else{au=aB;aD=aC;av=az+aA}ay=aD+"/"+au+"/"+av;return ax.replace(/^([0-9]{1,2})[-\/]([0-9]{1,2})[-\/]([0-9]{1,2})/,ay)}if(an&&an.length>3){ao=ar(ao,an)}var an=ao.match(/^([0-9]{1,2})[-\/]([0-9]{1,2})[-\/]([0-9]{1,2})$/);if(an&&an.length>3){ao=ar(ao,an)}var al=0;var ai=ag.matchers.length;var aq,ah,ap=ao,ak;while(al<ai){ah=Date.parse(ap);if(!isNaN(ah)){return new Date(ah)}aq=ag.matchers[al];if(typeof aq=="function"){ak=aq.call(ag,ap);if(ak instanceof Date){return ak}}else{ap=ao.replace(aq[0],aq[1])}al++}return NaN};ag.daysInMonth=function(ah,ai){if(ai==2){return new Date(ah,1,29).getDate()==29?29:28}return[u,31,u,31,30,31,30,31,31,30,31,30,31][ai]};ag.matchers=[[/(3[01]|[0-2]\d)\s*\.\s*(1[0-2]|0\d)\s*\.\s*([1-9]\d{3})/,"$2/$1/$3"],[/([1-9]\d{3})\s*-\s*(1[0-2]|0\d)\s*-\s*(3[01]|[0-2]\d)/,"$2/$3/$1"],function(ak){var ai=ak.match(/^(?:(.+)\s+)?([012]?\d)(?:\s*\:\s*(\d\d))?(?:\s*\:\s*(\d\d(\.\d*)?))?\s*(am|pm)?\s*$/i);if(ai){if(ai[1]){var aj=this.createDate(ai[1]);if(isNaN(aj)){return}}else{var aj=new Date();aj.setMilliseconds(0)}var ah=parseFloat(ai[2]);if(ai[6]){ah=ai[6].toLowerCase()=="am"?(ah==12?0:ah):(ah==12?12:ah+12)}aj.setHours(ah,parseInt(ai[3]||0,10),parseInt(ai[4]||0,10),((parseFloat(ai[5]||0))||0)*1000);return aj}else{return ak}},function(ak){var ai=ak.match(/^(?:(.+))[T|\s+]([012]\d)(?:\:(\d\d))(?:\:(\d\d))(?:\.\d+)([\+\-]\d\d\:\d\d)$/i);if(ai){if(ai[1]){var aj=this.createDate(ai[1]);if(isNaN(aj)){return}}else{var aj=new Date();aj.setMilliseconds(0)}var ah=parseFloat(ai[2]);aj.setHours(ah,parseInt(ai[3],10),parseInt(ai[4],10),parseFloat(ai[5])*1000);return aj}else{return ak}},function(al){var aj=al.match(/^([0-3]?\d)\s*[-\/.\s]{1}\s*([a-zA-Z]{3,9})\s*[-\/.\s]{1}\s*([0-3]?\d)$/);if(aj){var ak=new Date();var am=ag.config.defaultCentury;var ao=parseFloat(aj[1]);var an=parseFloat(aj[3]);var ai,ah,ap;if(ao>31){ah=an;ai=am+ao}else{ah=ao;ai=am+an}var ap=ab(aj[2],ag.regional[ag.regional.getLocale()]["monthNamesShort"]);if(ap==-1){ap=ab(aj[2],ag.regional[ag.regional.getLocale()]["monthNames"])}ak.setFullYear(ai,ap,ah);ak.setHours(0,0,0,0);return ak}else{return al}}];function ab(aj,ak){if(ak.indexOf){return ak.indexOf(aj)}for(var ah=0,ai=ak.length;ah<ai;ah++){if(ak[ah]===aj){return ah}}return -1}function l(ah){if(ah===null){return"[object Null]"}return Object.prototype.toString.call(ah)}L.jsDate=ag;L.jqplot.sprintf=function(){function an(au,ap,aq,at){var ar=(au.length>=ap)?"":Array(1+ap-au.length>>>0).join(aq);return at?au+ar:ar+au}function ak(ar){var aq=new String(ar);for(var ap=10;ap>0;ap--){if(aq==(aq=aq.replace(/^(\d+)(\d{3})/,"$1"+L.jqplot.sprintf.thousandsSeparator+"$2"))){break}}return aq}function aj(av,au,ax,ar,at,aq){var aw=ar-av.length;if(aw>0){var ap=" ";if(aq){ap="&nbsp;"}if(ax||!at){av=an(av,ar,ap,ax)}else{av=av.slice(0,au.length)+an("",aw,"0",true)+av.slice(au.length)}}return av}function ao(ay,aq,aw,ar,ap,av,ax,au){var at=ay>>>0;aw=aw&&at&&{"2":"0b","8":"0","16":"0x"}[aq]||"";ay=aw+an(at.toString(aq),av||0,"0",false);return aj(ay,aw,ar,ap,ax,au)}function ah(au,av,ar,ap,at,aq){if(ap!=null){au=au.slice(0,ap)}return aj(au,"",av,ar,at,aq)}var ai=arguments,al=0,am=ai[al++];return am.replace(L.jqplot.sprintf.regex,function(aM,ax,ay,aB,aO,aJ,av){if(aM=="%%"){return"%"}var aD=false,az="",aA=false,aL=false,aw=false,au=false;for(var aI=0;ay&&aI<ay.length;aI++){switch(ay.charAt(aI)){case" ":az=" ";break;case"+":az="+";break;case"-":aD=true;break;case"0":aA=true;break;case"#":aL=true;break;case"&":aw=true;break;case"'":au=true;break}}if(!aB){aB=0}else{if(aB=="*"){aB=+ai[al++]}else{if(aB.charAt(0)=="*"){aB=+ai[aB.slice(1,-1)]}else{aB=+aB}}}if(aB<0){aB=-aB;aD=true}if(!isFinite(aB)){throw new Error("$.jqplot.sprintf: (minimum-)width must be finite")}if(!aJ){aJ="fFeE".indexOf(av)>-1?6:(av=="d")?0:void (0)}else{if(aJ=="*"){aJ=+ai[al++]}else{if(aJ.charAt(0)=="*"){aJ=+ai[aJ.slice(1,-1)]}else{aJ=+aJ}}}var aF=ax?ai[ax.slice(0,-1)]:ai[al++];switch(av){case"s":if(aF==null){return""}return ah(String(aF),aD,aB,aJ,aA,aw);case"c":return ah(String.fromCharCode(+aF),aD,aB,aJ,aA,aw);case"b":return ao(aF,2,aL,aD,aB,aJ,aA,aw);case"o":return ao(aF,8,aL,aD,aB,aJ,aA,aw);case"x":return ao(aF,16,aL,aD,aB,aJ,aA,aw);case"X":return ao(aF,16,aL,aD,aB,aJ,aA,aw).toUpperCase();case"u":return ao(aF,10,aL,aD,aB,aJ,aA,aw);case"i":var ar=parseInt(+aF,10);if(isNaN(ar)){return""}var aH=ar<0?"-":az;var aK=au?ak(String(Math.abs(ar))):String(Math.abs(ar));aF=aH+an(aK,aJ,"0",false);return aj(aF,aH,aD,aB,aA,aw);case"d":var ar=Math.round(+aF);if(isNaN(ar)){return""}var aH=ar<0?"-":az;var aK=au?ak(String(Math.abs(ar))):String(Math.abs(ar));aF=aH+an(aK,aJ,"0",false);return aj(aF,aH,aD,aB,aA,aw);case"e":case"E":case"f":case"F":case"g":case"G":var ar=+aF;if(isNaN(ar)){return""}var aH=ar<0?"-":az;var at=["toExponential","toFixed","toPrecision"]["efg".indexOf(av.toLowerCase())];var aN=["toString","toUpperCase"]["eEfFgG".indexOf(av)%2];var aK=Math.abs(ar)[at](aJ);var aE=aK.toString().split(".");aE[0]=au?ak(aE[0]):aE[0];aK=aE.join(L.jqplot.sprintf.decimalMark);aF=aH+aK;var aC=aj(aF,aH,aD,aB,aA,aw)[aN]();return aC;case"p":case"P":var ar=+aF;if(isNaN(ar)){return""}var aH=ar<0?"-":az;var aE=String(Number(Math.abs(ar)).toExponential()).split(/e|E/);var aq=(aE[0].indexOf(".")!=-1)?aE[0].length-1:String(ar).length;var aG=(aE[1]<0)?-aE[1]-1:0;if(Math.abs(ar)<1){if(aq+aG<=aJ){aF=aH+Math.abs(ar).toPrecision(aq)}else{if(aq<=aJ-1){aF=aH+Math.abs(ar).toExponential(aq-1)}else{aF=aH+Math.abs(ar).toExponential(aJ-1)}}}else{var ap=(aq<=aJ)?aq:aJ;aF=aH+Math.abs(ar).toPrecision(ap)}var aN=["toString","toUpperCase"]["pP".indexOf(av)%2];return aj(aF,aH,aD,aB,aA,aw)[aN]();case"n":return"";default:return aM}})};L.jqplot.sprintf.thousandsSeparator=",";L.jqplot.sprintf.decimalMark=".";L.jqplot.sprintf.regex=/%%|%(\d+\$)?([-+#0&\' ]*)(\*\d+\$|\*|\d+)?(\.(\*\d+\$|\*|\d+))?([nAscboxXuidfegpEGP])/g;L.jqplot.getSignificantFigures=function(al){var an=String(Number(Math.abs(al)).toExponential()).split(/e|E/);var am=(an[0].indexOf(".")!=-1)?an[0].length-1:an[0].length;var ai=(an[1]<0)?-an[1]-1:0;var ah=parseInt(an[1],10);var aj=(ah+1>0)?ah+1:0;var ak=(am<=aj)?0:am-ah-1;return{significantDigits:am,digitsLeft:aj,digitsRight:ak,zeros:ai,exponent:ah}};L.jqplot.getPrecision=function(ah){return L.jqplot.getSignificantFigures(ah).digitsRight};var X=L.uiBackCompat!==false;L.jqplot.effects={effect:{}};var m="jqplot.storage.";L.extend(L.jqplot.effects,{version:"1.9pre",save:function(ai,aj){for(var ah=0;ah<aj.length;ah++){if(aj[ah]!==null){ai.data(m+aj[ah],ai[0].style[aj[ah]])}}},restore:function(ai,aj){for(var ah=0;ah<aj.length;ah++){if(aj[ah]!==null){ai.css(aj[ah],ai.data(m+aj[ah]))}}},setMode:function(ah,ai){if(ai==="toggle"){ai=ah.is(":hidden")?"show":"hide"}return ai},createWrapper:function(ai){if(ai.parent().is(".ui-effects-wrapper")){return ai.parent()}var aj={width:ai.outerWidth(true),height:ai.outerHeight(true),"float":ai.css("float")},al=L("<div></div>").addClass("ui-effects-wrapper").css({fontSize:"100%",background:"transparent",border:"none",margin:0,padding:0}),ah={width:ai.width(),height:ai.height()},ak=document.activeElement;ai.wrap(al);if(ai[0]===ak||L.contains(ai[0],ak)){L(ak).focus()}al=ai.parent();if(ai.css("position")==="static"){al.css({position:"relative"});ai.css({position:"relative"})}else{L.extend(aj,{position:ai.css("position"),zIndex:ai.css("z-index")});L.each(["top","left","bottom","right"],function(am,an){aj[an]=ai.css(an);if(isNaN(parseInt(aj[an],10))){aj[an]="auto"}});ai.css({position:"relative",top:0,left:0,right:"auto",bottom:"auto"})}ai.css(ah);return al.css(aj).show()},removeWrapper:function(ah){var ai=document.activeElement;if(ah.parent().is(".ui-effects-wrapper")){ah.parent().replaceWith(ah);if(ah[0]===ai||L.contains(ah[0],ai)){L(ai).focus()}}return ah}});function j(ai,ah,aj,ak){if(L.isPlainObject(ai)){return ai}ai={effect:ai};if(ah===u){ah={}}if(L.isFunction(ah)){ak=ah;aj=null;ah={}}if(L.type(ah)==="number"||L.fx.speeds[ah]){ak=aj;aj=ah;ah={}}if(L.isFunction(aj)){ak=aj;aj=null}if(ah){L.extend(ai,ah)}aj=aj||ah.duration;ai.duration=L.fx.off?0:typeof aj==="number"?aj:aj in L.fx.speeds?L.fx.speeds[aj]:L.fx.speeds._default;ai.complete=ak||ah.complete;return ai}function ae(ah){if(!ah||typeof ah==="number"||L.fx.speeds[ah]){return true}if(typeof ah==="string"&&!L.jqplot.effects.effect[ah]){if(X&&L.jqplot.effects[ah]){return false}return true}return false}L.fn.extend({jqplotEffect:function(ap,aq,ai,ao){var an=j.apply(this,arguments),ak=an.mode,al=an.queue,am=L.jqplot.effects.effect[an.effect],ah=!am&&X&&L.jqplot.effects[an.effect];if(L.fx.off||!(am||ah)){if(ak){return this[ak](an.duration,an.complete)}else{return this.each(function(){if(an.complete){an.complete.call(this)}})}}function aj(au){var av=L(this),at=an.complete,aw=an.mode;function ar(){if(L.isFunction(at)){at.call(av[0])}if(L.isFunction(au)){au()}}if(av.is(":hidden")?aw==="hide":aw==="show"){ar()}else{am.call(av[0],an,ar)}}if(am){return al===false?this.each(aj):this.queue(al||"fx",aj)}else{return ah.call(this,{options:an,duration:an.duration,callback:an.complete,mode:an.mode})}}});var a=/up|down|vertical/,v=/up|left|vertical|horizontal/;L.jqplot.effects.effect.blind=function(aj,ao){var ak=L(this),ar=["position","top","bottom","left","right","height","width"],ap=L.jqplot.effects.setMode(ak,aj.mode||"hide"),au=aj.direction||"up",am=a.test(au),al=am?"height":"width",aq=am?"top":"left",aw=v.test(au),an={},av=ap==="show",ai,ah,at;if(ak.parent().is(".ui-effects-wrapper")){L.jqplot.effects.save(ak.parent(),ar)}else{L.jqplot.effects.save(ak,ar)}ak.show();at=parseInt(ak.css("top"),10);ai=L.jqplot.effects.createWrapper(ak).css({overflow:"hidden"});ah=am?ai[al]()+at:ai[al]();an[al]=av?String(ah):"0";if(!aw){ak.css(am?"bottom":"right",0).css(am?"top":"left","").css({position:"absolute"});an[aq]=av?"0":String(ah)}if(av){ai.css(al,0);if(!aw){ai.css(aq,ah)}}ai.animate(an,{duration:aj.duration,easing:aj.easing,queue:false,complete:function(){if(ap==="hide"){ak.hide()}L.jqplot.effects.restore(ak,ar);L.jqplot.effects.removeWrapper(ak);ao()}})}})(jQuery);
 
 
1
+ /* jqPlot 1.0.8r1250.1 | (c) 2009-2013 Chris Leonello | jplot.com
2
  jsDate | (c) 2010-2013 Chris Leonello
3
+ DST Patched for add/diff date functions.
4
+ */
5
+ eval(function(p,a,c,k,e,d){e=function(c){return c};if(!''.replace(/^/,String)){while(c--){d[c]=k[c]||c}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('(26($){14 322;$.348.574=26(){51(14 17=0,132;(132=$(13)[17])!=18;17++){15(132.1182===1){$.1672(132.936("*"))}15($.22.553){132.1678=""}27{869(132.886){132.1361(132.886)}}132=18}37 $(13)};$.348.1343=26(484){869(484.886){13.1343(484.886);484.1361(484.886)}};$.348.22=26(){14 891=[];14 39=[];51(14 17=0,94=261.41;17<94;17++){15($.462(261[17])){891.103(261[17])}27 15($.723(261[17])){39.103(261[17])}}37 13.580(26(198){14 780,67,$13=$(13),1002=891.41,965=39.41,44,58;15(198<1002){44=891[198]}27{44=1002?891[1002-1]:18}15(198<965){58=39[198]}27{58=965?39[965-1]:18}780=$13.506(\'1285\');15(780===322){780=\'1664\'+$.22.1497++;$13.506(\'1285\',780)}67=$.22(780,44,58);$13.44(\'22\',67)})};$.22=26(91,44,39){14 738=18,368=18;15(261.41===3){738=44;368=39}27 15(261.41===2){15($.462(44)){738=44}27 15($.723(44)){368=44}}15(738===18&&368!==18&&368.44){738=368.44}14 67=86 1172();$(\'#\'+91).925(\'22-991\');15($.22.271.1424){1653{67.231(91,738,368);67.129();67.701.231.108(67);37 67}1644(202){14 1279=$.22.271.1418||202.1294;$(\'#\'+91).419(\'<409 900="22-991-1294">\'+1279+\'</409>\');$(\'#\'+91).401(\'22-991\');276.765(91).311.473=$.22.271.1393;276.765(91).311.551=$.22.271.1395;276.765(91).311.308=$.22.271.1390;276.765(91).311.296=$.22.271.1397;276.765(91).311.1498=$.22.271.1404;276.765(91).311.1184=$.22.271.1402}}27{67.231(91,738,368);67.129();67.701.231.108(67);37 67}};$.22.1292="1.0.8";$.22.1641="1250";$.22.1497=1;$.22.415=26(){15(266 $.22.415.612==\'322\'){$.22.415.612=[];$.22.415.833=[]}14 766=[];13.1082=26(){14 120;14 1096=52;15(!$.22.553){51(14 17=0,94=$.22.415.612.41;17<94;17++){15($.22.415.833[17]===52){1096=56;120=$.22.415.612[17];$.22.415.833[17]=56;766.103(17);83}}}15(1096){120=276.309(\'120\');766.103($.22.415.612.41);$.22.415.612.103(120);$.22.415.833.103(56)}37 120};13.1101=26(120){15($.22.553){37 345.471.1650(120)}37 120};13.1079=26(){51(14 17=0,94=766.41;17<94;17++){13.1470(766[17])}766=[]};13.1470=26(194){15($.22.553&&345.471.560!==322){345.471.560($.22.415.612[194]);$.22.415.612[194]=18}27{14 120=$.22.415.612[194];120.680(\'859\').427(0,0,120.137,120.141);$(120).1105().1410(\'900\').1410(\'311\');$(120).68({97:\'\',115:\'\',274:\'\'});120.137=0;120.141=0;$.22.415.833[194]=52}}};$.22.522=26(){15(345.1048){345.1048.522.422(345.1048,261)}};$.22.271={1485:56,1198:56,1453:300,1452:400,1627:56,1630:86 277(86 277().564()*1017),1418:\'\',1393:\'\',1395:\'\',1390:\'\',1397:\'\',1404:\'\',1402:\'\',1424:56,956:"%.1449",1138:["#1699","#1708","#1674","#1670","#1671","#1689","#1690","#1691","#1692","#1617","#1666","#1703","#1696","#1654","#1710","#1681"],1411:["#1677","#1626","#1623","#1658","#1657","#1642","#1646","#1648","#1647","#1649","#1652","#1663","#1638","#1619","#1618","#1714"],1117:4,1120:4,1374:2.5,1712:\'22/745/\',1713:\'22/745/356/\'};$.22.1388=26(607){37 55.111.422(55,607)};$.22.1391=26(607){37 55.98.422(55,607)};$.22.1198=$.22.271.1198;$.22.849=26(){15(266 $.22.849.483==\'322\'){$.22.849.483=!!276.309(\'120\').680}37 $.22.849.483};$.22.853=26(){15(266 $.22.853.483==\'322\'){15(345.471!==322&&345.471.1673>887){$.22.853.483=52}27{$.22.853.483=!!(276.309(\'120\').680&&266 276.309(\'120\').680(\'859\').817==\'26\')}}37 $.22.853.483};$.22.553=((!$.1203.1669||!$.1203.1679||!$1203.1628)&&!$.22.849())?52:56;$.22.545=[];$.22.529=[];$.22.809=[];$.22.807=[];$.22.811=[];$.22.590=[];$.22.831=[];$.22.1040=[];$.22.1032=[];$.22.952=[];$.22.534=[];$.22.536=[];$.22.808=[];$.22.812=[];$.22.472=[];$.22.1035=[];$.22.1025=[];$.22.321=26(){13.48;13.613;13.950;13.117={141:18,137:18}};$.22.321.62.309=26(166,125,840,1239,1405){13.378=125;14 837=840||\'22\';14 132=276.309(166);13.48=$(132);13.48.401(837);13.48.68(1239);13.48.506(1405);132=18;37 13.48};$.22.321.62.340=26(){15(13.48){37 13.48.716(52)}27{37 18}};$.22.321.62.327=26(){15(13.48){37 13.48.713(52)}27{37 18}};$.22.321.62.1189=26(){15(13.48){37 13.48.274()}27{37{115:18,97:18,172:18,163:18}}};$.22.321.62.1053=26(){37 13.1189().115};$.22.321.62.1303=26(){37 13.1189().97};$.22.321.62.1695=26(){37 13.48.68(\'172\')};$.22.321.62.1698=26(){37 13.48.68(\'163\')};26 320(88){$.22.321.108(13);13.88=88;13.448=[];13.89=56;13.874=$.22.623;13.364={};13.1467=$.22.566;13.744={};13.162=18;13.468=52;13.98=18;13.111=18;13.979=56;13.325=1.2;13.597=18;13.481=18;13.291=[];13.190;13.223;13.49=$.22.517;13.479={};13.1213=52;13.1415=52;13.1174=52;13.912=52;13.911=56;13.915=52;13.881=52;13.1161=56;13.318=18;13.267=18;13.947=56;13.514={98:18,111:18};13.1682=[];13.378={98:18,111:18};13.269=[];13.263=18;13.867=18;13.689=75;13.417=18;13.436=18;13.1216=18;13.739=18;13.1028=18;13.368={}}320.62=86 $.22.321();320.62.281=320;320.62.231=26(){15($.533(13.49)){13.49=86 13.49()}13.364.116=13.88;15(13.364.475==18){13.364.475=13.1213}15(13.364.475==18){13.364.475=13.1415}15(13.364.468==18){13.364.468=13.1213}15(13.162==18||13.162==\'\'){13.468=56}27{13.744.162=13.162}15(13.468==56){13.744.89=56}15(13.325==0){13.325=1.0}15(13.597==0){13.597=1.0}15(13.481==0){13.481=1.0}15(13.597==18){13.597=(13.325-1)/2+1}15(13.481==18){13.481=(13.325-1)/2+1}13.325=13.597+13.481-1;15(13.98!=18||13.111!=18){13.979=56}15(13.867==18&&13.88.435(\'76\')>-1){13.867=52}27 15(13.867==18){13.867=56}13.49.231.108(13,13.479)};320.62.129=26(59,67){15(13.1028){13.1028=18}37 13.49.129.108(13,59,67)};320.62.399=26(){13.49.399.108(13)};320.62.329=26(207,125){15(13.89){13.49.329.108(13,207,125)}15(13.417==18){13.417=13.98;13.436=13.111;13.1216=13.223;13.739=13.190;13.1028=13.269}};320.62.972=26(){13.49.972.108(13)};320.62.1095=26(58){$.177(52,13,{98:18,111:18,190:18,223:18,269:[],291:[]},58);13.1057()};320.62.1057=26(){14 381=13.514;381.98=18;381.111=18;14 94,33,57;14 620=(13.89)?52:56;51(14 17=0;17<13.448.41;17++){33=13.448[17];15(33.89||13.947){57=33.316;15(33.387===\'420\'&&33.49.118.89&&13.88.404(0)!==\'77\'){57=[[0,33.49.118.417],[1,33.49.118.436]]}14 870=1,872=1;15(33.387!=18&&33.387==\'1716\'){870=3;872=2}51(14 36=0,94=57.41;36<94;36++){15(13.88==\'243\'||13.88==\'282\'){15((57[36][0]!=18&&57[36][0]<381.98)||381.98==18){381.98=57[36][0]}15((57[36][0]!=18&&57[36][0]>381.111)||381.111==18){381.111=57[36][0]}}27{15((57[36][870]!=18&&57[36][870]<381.98)||381.98==18){381.98=57[36][870]}15((57[36][872]!=18&&57[36][872]>381.111)||381.111==18){381.111=57[36][872]}}}15(620&&33.49.281!==$.22.801){620=56}27 15(620&&13.368.439(\'826\')&&13.368.826==56){620=56}27 15(620&&33.49.281===$.22.801){15(33.1212==\'486\'&&13.88!=\'243\'&&13.88!=\'282\'){15(13.368.325!=18||13.368.481!=18){620=56}}27 15(33.1212==\'922\'&&(13.88==\'243\'||13.88==\'282\')){15(13.368.325!=18||13.368.481!=18){620=56}}}}}15(620&&13.49.281===$.22.517&&381.98>=0){13.481=1.0;13.826=52}};26 581(39){$.22.321.108(13);13.89=56;13.460=\'596\';13.1443=[];13.1432=52;13.1434=52;13.474="847";13.582=0;13.589=0;13.551;13.473;13.299;13.308;13.296;13.1389=\'0.1515\';13.49=$.22.790;13.479={};13.1330=56;13.511=18;13.568=18;13.575=18;13.507=18;13.918=56;13.448=[];$.177(52,13,39)}581.62=86 $.22.321();581.62.281=581;581.62.1296=26(39){$.177(52,13,39);15(13.474==\'539\'){13.474=\'847\'}15(13.582>0){15(13.474==\'847\'){317(13.460){74\'659\':74\'174\':74\'644\':15(13.507==18){13.507=13.582+\'265\'}13.568=\'336\';83;74\'596\':74\'202\':74\'652\':355:15(13.568==18){13.568=13.582+\'265\'}13.507=\'336\';83}}27 15(13.474==\'592\'){317(13.460){74\'659\':74\'174\':74\'644\':15(13.568==18){13.568=13.582+\'265\'}13.507=\'336\';83;74\'596\':74\'202\':74\'652\':355:15(13.507==18){13.507=13.582+\'265\'}13.568=\'336\';83}}13.582=0}15(13.589>0){15(13.474==\'592\'){317(13.460){74\'644\':74\'33\':74\'652\':15(13.511==18){13.511=13.589+\'265\'}13.575=\'336\';83;74\'596\':74\'81\':74\'659\':355:15(13.575==18){13.575=13.589+\'265\'}13.511=\'336\';83}}27 15(13.474==\'847\'){317(13.460){74\'644\':74\'33\':74\'652\':15(13.575==18){13.575=13.589+\'265\'}13.511=\'336\';83;74\'596\':74\'81\':74\'659\':355:15(13.511==18){13.511=13.589+\'265\'}13.575=\'336\';83}}13.589=0}};581.62.231=26(){15($.533(13.49)){13.49=86 13.49()}13.49.231.108(13,13.479)};581.62.129=26(125,67){51(14 17=0;17<$.22.1032.41;17++){$.22.1032[17].108(13,125)}37 13.49.129.108(13,125,67)};581.62.329=26(125){13.49.329.108(13,125)};26 669(357){$.22.321.108(13);13.357=357;13.89=52;13.308;13.296;13.463;13.299;13.49=$.22.893;13.479={};13.918=56}669.62=86 $.22.321();669.62.281=669;669.62.231=26(){15($.533(13.49)){13.49=86 13.49()}13.49.231.108(13,13.479)};669.62.129=26(137){37 13.49.129.108(13,137)};669.62.329=26(){13.49.329.108(13)};26 538(39){39=39||{};$.22.321.108(13);13.89=52;13.243=\'243\';13.326;13.301=\'301\';13.280;13.1356=2.0;13.49=$.22.516;13.479={};13.44=[];13.187=[];13.162=\'\';13.468=52;13.157;13.657;13.217=2.5;13.418=\'382\';13.305=\'382\';13.392=\'1085\';13.260=52;13.800=45;13.761=1.25;13.798=3;13.799=\'0.1\';13.1438=56;13.504=$.22.518;13.496={};13.774=52;13.937=52;13.198;13.156=56;13.443;13.1099;13.661=56;13.1043=56;13.593=56;13.1192=4;13.767=56;13.1171=0;13.968=\'76\';13.1218=52;13.394=[];13.316=[];13.827={77:[],76:[]};13.1676={77:{},76:{}};13.890=[];13.721=[];13.868=\'76\';13.1430=\'326\';13.120=86 $.22.498();13.289=86 $.22.498();13.356={};13.389=0;13.395=0;13.387=\'\'}538.62=86 $.22.321();538.62.281=538;538.62.231=26(198,1423,67){13.198=198;13.1356=1423;14 57=13.44;14 78=[],17,94;51(17=0,94=57.41;17<94;17++){15(!13.1438){15(57[17]==18||57[17][0]==18||57[17][1]==18){1193}27{78.103(57[17])}}27{78.103(57[17])}}13.44=78;15(!13.157){13.157=67.1090.449(13.198)}15(!13.657){13.657=67.1089.449(13.198)}15(!13.443){13.443=13.157}15(13.1099){14 752=$.22.1086(13.443);14 752=$.22.914(752);13.443=\'354(\'+752[0]+\',\'+752[1]+\',\'+752[2]+\',\'+13.1099+\')\'}15($.533(13.49)){13.49=86 13.49()}13.49.231.108(13,13.479,67);13.504=86 13.504();15(!13.496.157){13.496.157=13.157}15(13.496.89==18){13.496.89=13.937}13.937=13.496.89;13.504.231(13.496)};538.62.129=26(410,58,67){14 39=(58==322)?{}:58;410=(410==322)?13.120.314:410;14 36,44,187;51(36=0;36<$.22.831.41;36++){$.22.831[36].108(13,410,39)}15(13.89){13.49.1119.108(13,67);15(!39.1680){$(410.120).346(\'1667\',[13.44,13.187])}44=[];15(39.44){44=39.44}27 15(!13.593){44=13.44}27{44=13.316}187=39.187||13.49.1141.108(13,44,67);15(13.387===\'420\'&&13.49.333&&13.49.376.41){187=13.49.376}13.49.129.108(13,410,187,39,67)}51(36=0;36<$.22.1040.41;36++){$.22.1040[36].108(13,410,39,67)}410=58=67=36=44=187=18};538.62.879=26(410,58,67){14 39=(58==322)?{}:58;410=(410==322)?13.289.314:410;14 36,44,187;51(36=0;36<$.22.1035.41;36++){$.22.1035[36].108(13,410,39)}15(13.260){13.49.1119.108(13,67);44=[];15(39.44){44=39.44}27 15(!13.593){44=13.44}27{44=13.316}187=39.187||13.49.1141.108(13,44,67);13.49.879.108(13,410,187,39,67)}51(36=0;36<$.22.1025.41;36++){$.22.1025[36].108(13,410,39)}410=58=67=36=44=187=18};538.62.1668=26(126,497){14 33,247;15(126.44.40){33=126.44.40}27{33=13}15(126.44.247){247=126.44.247}15(247){15(33.120.48.588(\':591\')||!33.89){33.89=52;33.120.48.925(\'22-40-591\');15(33.289.48){33.289.48.1014(247)}33.120.48.1014(247,497);33.120.48.1031(\'.22-909-162.22-40-\'+33.198).1014(247)}27{33.89=56;33.120.48.401(\'22-40-591\');15(33.289.48){33.289.48.1094(247)}33.120.48.1094(247,497);33.120.48.1031(\'.22-909-162.22-40-\'+33.198).1094(247)}}27{15(33.120.48.588(\':591\')||!33.89){33.89=52;33.120.48.925(\'22-40-591\');15(33.289.48){33.289.48.89()}33.120.48.89(0,497);33.120.48.1031(\'.22-909-162.22-40-\'+33.198).89()}27{33.89=56;33.120.48.401(\'22-40-591\');15(33.289.48){33.289.48.505()}33.120.48.505(0,497);33.120.48.1031(\'.22-909-162.22-40-\'+33.198).505()}}};26 670(){$.22.321.108(13);13.759=52;13.1194=\'#1694\';13.467=1.0;13.473=\'#1700\';13.267=\'#1084\';13.318=2.0;13.1313=52;13.260=52;13.800=45;13.761=1.5;13.1342=3;13.798=3;13.1339=18;13.799=\'0.1088\';13.337;13.365;13.341;13.319;13.292;13.323;13.913=[];13.49=$.22.916;13.479={};13.378={115:18,172:18,97:18,163:18}}670.62=86 $.22.321();670.62.281=670;670.62.231=26(){15($.533(13.49)){13.49=86 13.49()}13.49.231.108(13,13.479)};670.62.309=26(125,67){13.378=125;37 13.49.309.108(13,67)};670.62.129=26(){13.49.129.108(13)};$.22.498=26(){$.22.321.108(13);13.314};$.22.498.62=86 $.22.321();$.22.498.62.281=$.22.498;$.22.498.62.309=26(125,840,1052,67){13.378=125;14 837=\'22\';15(840!=322){837=840}14 132;132=67.712.1082();15(1052!=18){13.117=1052}132.137=13.117.137-13.378.97-13.378.163;132.141=13.117.141-13.378.115-13.378.172;13.48=$(132);13.48.68({274:\'454\',97:13.378.97,115:13.378.115});13.48.401(837);132=67.712.1101(132);132=18;37 13.48};$.22.498.62.771=26(){13.314=13.48.449(0).680("859");37 13.314};$.22.498.62.1295=26(){15(13.48){15($.22.553&&345.471.560!==322){345.471.560(13.48.449(0))}13.48.574()}13.314=18};$.22.377=26(){13.234=[];13.287=[]};$.22.377.62.587=26(348,287){287=287||[];14 756=56;51(14 17=0,94=13.234.41;17<94;17++){15(13.234[17]==348){756=52}}15(!756){13.234.103(348);13.287.103(287)}};$.22.377.62.464=26(348,287){287=287||[];13.234.103(348);13.287.103(287)};$.22.1033=26(){13.234=[]};$.22.1033.62.587=26(126,348){14 756=56,201,17;51(14 17=0,94=13.234.41;17<94;17++){201=13.234[17];15(201[0]==126&&201[1]==348){756=52}}15(!756){13.234.103([126,348])}};$.22.1033.62.464=26(126,348){13.234.103([126,348])};14 426=[\'569\',\'243\',\'301\',\'282\',\'433\',\'548\',\'543\',\'542\',\'544\',\'547\',\'546\',\'571\'];26 1172(){13.882=56;13.1022=56;13.146={243:86 320(\'243\'),301:86 320(\'301\'),282:86 320(\'282\'),433:86 320(\'433\'),548:86 320(\'548\'),543:86 320(\'543\'),542:86 320(\'542\'),544:86 320(\'544\'),547:86 320(\'547\'),546:86 320(\'546\'),571:86 320(\'571\'),569:86 320(\'569\')};13.740=86 $.22.498();13.802=56;13.44=[];13.520;13.583;13.1427={1076:{},146:{243:{},301:{},282:{},433:{},548:{},543:{},542:{},544:{},547:{},546:{},571:{},569:{}},444:{},40:[]};13.804=1;13.1472=56;13.264=86 $.22.498();13.730={513:18,562:18,157:18,755:0,156:52};13.308;13.296;13.268=86 670();13.168=86 581();13.549={89:56,1377:\'1636 1633...\',146:{243:{98:0,111:10,223:2,89:52},301:{98:0,111:12,223:3,89:52}}};13.703=$.22.271.1411;13.39={};13.453=[];13.356={};13.40=[];13.298=[];13.488=$.22.271.1138;13.495=52;13.873=56;13.1612=52;13.1621=52;13.91=18;13.1049=18;13.299;13.258=86 669();13.1116=0;13.389=0;13.395=0;13.394=[];13.316=[];13.292=18;13.323=18;13.117={141:18,137:18};13.275={115:18,163:18,172:18,97:18};13.1364={115:10,163:10,172:23,97:10};13.1463=$.22.271.1485;13.545=86 $.22.377();13.529=86 $.22.377();13.809=86 $.22.377();13.807=86 $.22.377();13.811=86 $.22.377();13.590=86 $.22.377();13.831=86 $.22.377();13.1040=86 $.22.377();13.1032=86 $.22.377();13.952=86 $.22.377();13.534=86 $.22.377();13.536=86 $.22.377();13.808=86 $.22.377();13.812=86 $.22.377();13.472=86 $.22.1033();13.1035=86 $.22.377();13.1025=86 $.22.377();13.1090=86 $.22.1139();13.1089=86 $.22.1139();13.712=86 $.22.415();13.701=86 $.22.379();14 1651=0;13.231=26(91,44,39){39=39||{};51(14 17=0;17<$.22.545.41;17++){$.22.545[17].108(13,91,44,39)}51(14 17=0;17<13.545.234.41;17++){13.545.234[17].108(13,91,44,39)}13.1049=\'#\'+91;13.91=$(\'#\'+91);15(13.1463){13.91.44(\'22\',13)}13.91.925(\'22-991\');15(!13.91.449(0)){438 86 343("1175 67 91 1280")}15(13.91.68(\'274\')==\'1257\'){13.91.68(\'274\',\'885\')}15(!13.91.1051(\'22-91\')){13.91.401(\'22-91\')}15(!13.91.141()){14 201;15(39&&39.141){201=200(39.141,10)}27 15(13.91.506(\'44-141\')){201=200(13.91.506(\'44-141\'),10)}27{201=200($.22.271.1453,10)}13.323=201;13.91.68(\'141\',201+\'265\')}27{13.323=201=13.91.141()}15(!13.91.137()){14 174;15(39&&39.137){174=200(39.137,10)}27 15(13.91.506(\'44-137\')){174=200(13.91.506(\'44-137\'),10)}27{174=200($.22.271.1452,10)}13.292=174;13.91.68(\'137\',174+\'265\')}27{13.292=174=13.91.137()}51(14 17=0,94=426.41;17<94;17++){13.146[426[17]]=86 320(426[17])}13.117.141=13.323;13.117.137=13.292;13.268.117=13.117;13.258.117=13.117;13.740.117=13.117;13.264.117=13.117;13.168.117=13.117;15(13.323<=0||13.292<=0||!13.323||!13.292){438 86 343("1719 1160 1166 399")}15(39.520&&$.533(39.520)){15(39.583){13.583=39.583}13.520=39.520;44=13.520(44,13,13.583)}15(39.549&&$.723(39.549)){$.177(52,13.549,39.549)}15(44==18||$.462(44)==56||44.41==0||$.462(44[0])==56||44[0].41==0){15(13.549.89==56){438 86 343("1175 44 1280")}27{51(14 159 262 13.549.146){51(14 1111 262 13.549.146[159]){13.146[159][1111]=13.549.146[159][1111]}}13.590.464(26(){14 1077=13.264.327();14 1300=13.264.340();14 78=$(\'<409 900="22-1358-1665" 311="274:454;"></409>\');13.91.419(78);78.141(1077);78.137(1300);78.68(\'115\',13.264.378.115);78.68(\'97\',13.264.378.97);14 627=$(\'<409 900="22-1358-1289" 311="357-1705:662; 274:885; 777-97:728; 777-163:728;"></409>\');78.419(627);627.614(13.549.1377);14 145=627.141();14 1231=627.137();627.141(145);627.137(1231);627.68(\'115\',(1077-145)/2+\'265\')})}}13.44=$.177(52,[],44);13.1100(39);15(13.299){13.91.68(\'157\',13.299)}15(13.308){13.91.68(\'407-751\',13.308)}15(13.296){13.91.68(\'407-313\',13.296)}13.258.231();13.168.231();13.389=0;13.395=0;13.836();51(14 17=0;17<13.40.41;17++){13.298.103(17);13.453.103(17);13.40[17].289.117=13.117;13.40[17].120.117=13.117;51(14 36=0;36<$.22.534.41;36++){$.22.534[36].108(13.40[17],91,13.44,13.39.444,13.39.40[17],13)}51(14 36=0;36<13.534.234.41;36++){13.534.234[36].108(13.40[17],91,13.44,13.39.444,13.39.40[17],13)}13.40[17].117=13.117;13.40[17].231(17,13.268.318,13);51(14 36=0;36<$.22.536.41;36++){$.22.536[36].108(13.40[17],91,13.44,13.39.444,13.39.40[17],13)}51(14 36=0;36<13.536.234.41;36++){13.536.234[36].108(13.40[17],91,13.44,13.39.444,13.39.40[17],13)}13.389+=13.40[17].389;13.395+=13.40[17].395}14 88,116;51(14 17=0,94=426.41;17<94;17++){88=426[17];116=13.146[88];116.117=13.117;116.231();15(13.146[88].267==18){15(88.404(0)!==\'77\'&&116.1161===52&&116.89){116.267=116.448[0].157}27{116.267=13.268.267}}}15(13.495){495(13.40)}13.268.231();13.268.913=13.146;13.168.448=13.40;51(14 17=0;17<$.22.529.41;17++){$.22.529[17].108(13,91,13.44,39)}51(14 17=0;17<13.529.234.41;17++){13.529.234[17].108(13,91,13.44,39)}};13.1368=26(146,39){14 58=39||{};14 159=146||13.146;15(159===52){159=13.146}15($.462(159)){51(14 17=0;17<159.41;17++){13.146[159[17]].1095(58[159[17]])}}27 15(266(159)===\'416\'){51(14 88 262 159){13.146[88].1095(58[88])}}};13.1351=26(44,58){14 39=$.177(52,{},13.39,58);14 91=13.1049.1709(1);14 1130=(44==18)?13.44:44;51(14 17=0;17<$.22.545.41;17++){$.22.545[17].108(13,91,1130,39)}51(14 17=0;17<13.545.234.41;17++){13.545.234[17].108(13,91,1130,39)}13.323=13.91.141();13.292=13.91.137();15(13.323<=0||13.292<=0||!13.323||!13.292){438 86 343("1207 1160 1166 399")}13.117.141=13.323;13.117.137=13.292;13.268.117=13.117;13.258.117=13.117;13.740.117=13.117;13.264.117=13.117;13.168.117=13.117;14 88,54,36,116;51(14 17=0,94=426.41;17<94;17++){88=426[17];116=13.146[88];54=116.269;51(14 36=0,1348=54.41;36<1348;36++){14 166=54[36].48;15(166){15($.22.553&&345.471.560!==322){345.471.560(166.449(0))}166.574();166=18;54.48=18}}54=18;598 116.291;598 116.269;13.146[88]=86 320(88);13.146[88].613=13.292;13.146[88].950=13.323}15(44){15(39.520&&$.533(39.520)){15(39.583){13.583=39.583}13.520=39.520;44=13.520(44,13,13.583)}13.44=$.177(52,[],44)}15(58){13.1100(39)}13.258.613=13.292;15(13.299){13.91.68(\'157\',13.299)}15(13.308){13.91.68(\'407-751\',13.308)}15(13.296){13.91.68(\'407-313\',13.296)}13.258.231();13.168.231();13.389=0;13.395=0;13.298=[];13.453=[];13.836();51(14 17=0,94=13.40.41;17<94;17++){13.298.103(17);13.453.103(17);13.40[17].289.117=13.117;13.40[17].120.117=13.117;51(14 36=0;36<$.22.534.41;36++){$.22.534[36].108(13.40[17],91,13.44,13.39.444,13.39.40[17],13)}51(14 36=0;36<13.534.234.41;36++){13.534.234[36].108(13.40[17],91,13.44,13.39.444,13.39.40[17],13)}13.40[17].117=13.117;13.40[17].231(17,13.268.318,13);51(14 36=0;36<$.22.536.41;36++){$.22.536[36].108(13.40[17],91,13.44,13.39.444,13.39.40[17],13)}51(14 36=0;36<13.536.234.41;36++){13.536.234[36].108(13.40[17],91,13.44,13.39.444,13.39.40[17],13)}13.389+=13.40[17].389;13.395+=13.40[17].395}51(14 17=0,94=426.41;17<94;17++){88=426[17];116=13.146[88];116.117=13.117;116.231();15(116.267==18){15(88.404(0)!==\'77\'&&116.1161===52&&116.89){116.267=116.448[0].157}27{116.267=13.268.267}}}15(13.495){495(13.40)}13.268.231();13.268.913=13.146;13.168.448=13.40;51(14 17=0,94=$.22.529.41;17<94;17++){$.22.529[17].108(13,91,13.44,39)}51(14 17=0,94=13.529.234.41;17<94;17++){13.529.234[17].108(13,91,13.44,39)}};13.1383=26(){13.323=13.91.141();13.292=13.91.137();15(13.323<=0||13.292<=0||!13.323||!13.292){438 86 343("1207 1160 1166 399")}13.117.141=13.323;13.117.137=13.292;13.268.117=13.117;13.258.117=13.117;13.740.117=13.117;13.264.117=13.117;13.168.117=13.117;51(14 81 262 13.146){13.146[81].613=13.292;13.146[81].950=13.323}13.258.613=13.292;15(13.299){13.91.68(\'157\',13.299)}15(13.308){13.91.68(\'407-751\',13.308)}15(13.296){13.91.68(\'407-313\',13.296)}13.389=0;13.395=0;13.836();51(14 17=0;17<13.40.41;17++){15(13.40[17].387===\'420\'&&13.40[17].49.118.89){13.40[17].49.1128.108(13.40[17],13.40[17].49.39,13)}13.40[17].117=13.117;13.40[17].120.117=13.117;13.389+=13.40[17].389;13.395+=13.40[17].395}14 88;51(14 36=0;36<12;36++){88=426[36];14 54=13.146[88].269;51(14 17=0;17<54.41;17++){14 166=54[17].48;15(166){15($.22.553&&345.471.560!==322){345.471.560(166.449(0))}166.574();166=18;54.48=18}}54=18;13.146[88].117=13.117;13.146[88].269=[]}15(13.495){495(13.40)}13.268.913=13.146;13.168.448=13.40};26 495(40){14 57,383,773,1622,171;51(14 17=0;17<40.41;17++){14 806;14 1219=[40[17].44,40[17].394,40[17].316,40[17].890];51(14 81=0;81<4;81++){806=52;57=1219[81];15(40[17].868==\'77\'){51(14 36=0;36<57.41;36++){15(266(57[36][1])!="195"){806=56;83}}15(806){57.951(26(84,109){37 84[1]-109[1]})}}27{51(14 36=0;36<57.41;36++){15(266(57[36][0])!="195"){806=56;83}}15(806){57.951(26(84,109){37 84[0]-109[0]})}}}}}13.836=26(){13.316=[];13.394=[];14 40,198,94;51(198=0,94=13.40.41;198<94;198++){40=13.40[198];13.316.103([]);13.394.103([]);14 633=40.44;13.316[198]=$.177(52,[],633);13.394[198]=$.177(52,[],633);40.316=13.316[198];40.394=13.394[198];14 524={77:[],76:[]};15(13.873&&!40.1043){40.593=52;14 445=(40.868===\'77\')?0:1;51(14 347=0,1412=633.41;347<1412;347++){14 78=633[347][445];15(78==18){78=0}13.316[198][347][445]=78;13.394[198][347][445]=78;15(198>0){51(14 36=198;36--;){14 957=13.316[36][347][445];15(78*957>=0){13.316[198][347][445]+=957;13.394[198][347][445]+=957;83}}}}}27{51(14 17=0;17<40.44.41;17++){524.77.103(40.44[17][0]);524.76.103(40.44[17][1])}13.394.103(40.44);13.40[198].394=40.44;13.316.103(40.44);40.316=40.44;40.827=524}15(198>0){40.890=13.40[198-1].316}40.389=0;40.395=0;51(17=40.44.41-1;17>-1;17--){40.389+=40.44[17][1];40.395+=40.44[17][0]}}};13.1635=26(40,198){13.316=[];13.394=[];40.394=[];40.316=[];14 524={77:[],76:[]};15(13.873&&!40.1043){40.593=52;14 445=(40.868===\'77\')?0:1;14 78=$.177(52,[],40.44);14 682=$.177(52,[],40.44);14 559,1004,803,1009,1697;51(14 36=0;36<198;36++){14 633=13.40[36].44;51(14 347=0;347<633.41;347++){803=633[347];559=(803[0]!=18)?803[0]:0;1004=(803[1]!=18)?803[1]:0;78[347][0]+=559;78[347][1]+=1004;1009=(445)?1004:559;15(40.44[347][445]*1009>=0){682[347][445]+=1009}}}51(14 17=0;17<682.41;17++){524.77.103(682[17][0]);524.76.103(682[17][1])}13.316.103(682);13.394.103(78);40.394=78;40.316=682;40.827=524}27{51(14 17=0;17<40.44.41;17++){524.77.103(40.44[17][0]);524.76.103(40.44[17][1])}13.394.103(40.44);13.40[198].394=40.44;13.316.103(40.44);40.316=40.44;40.827=524}15(198>0){40.890=13.40[198-1].316}40.389=0;40.395=0;51(17=40.44.41-1;17>-1;17--){40.389+=40.44[17][1];40.395+=40.44[17][0]}};13.1687=(26(54){14 194=0;14 953=54.488;37 26(){15(194<953.41){37 953[194++]}27{194=0;37 953[194++]}}})(13);13.1100=26(39){51(14 17=0;17<13.809.234.41;17++){13.809.234[17].108(13,39)}51(14 17=0;17<$.22.809.41;17++){$.22.809[17].108(13,39)}13.39=$.177(52,{},13.1427,39);14 58=13.39;13.882=58.882;13.1022=58.1022;13.873=58.873;15($.723(58.730)){14 78=[\'513\',\'562\',\'157\',\'755\',\'156\'],862;51(14 17=0,94=78.41;17<94;17++){862=78[17];15(58.730[862]!=18){13.730[862]=58.730[862]}}}15(58.488){13.488=58.488}15(58.703){13.703=58.703}15(58.802){13.802=58.802}13.804=(39&&39.804!=18)?39.804:13.804;13.1090.1133(13.488);13.1089.1133(13.703);$.177(52,13.275,58.344);13.495=(58.495!=18)?58.495:13.495;51(14 17=0;17<12;17++){14 81=426[17];14 116=13.146[81];116.368=$.177(52,{},58.1076,58.146[81]);$.177(52,116,58.1076,58.146[81]);116.613=13.292;116.950=13.323}14 1392=26(44,698,823){14 78=[];14 17,94;698=698||\'486\';15(!$.462(44[0])){51(17=0,94=44.41;17<94;17++){15(698==\'486\'){78.103([823+17,44[17]])}27{78.103([44[17],823+17])}}}27{$.177(52,78,44)}37 78};14 1704=0;13.40=[];51(14 17=0;17<13.44.41;17++){14 679=$.177(52,{198:17},{488:13.488,703:13.703},13.39.444,13.39.40[17],{479:{440:{89:13.882}}});14 78=86 538(679);51(14 36=0;36<$.22.808.41;36++){$.22.808[36].108(78,13.39.444,13.39.40[17])}51(14 36=0;36<13.808.234.41;36++){13.808.234[36].108(78,13.39.444,13.39.40[17])}$.177(52,78,679);14 698=\'486\';15(78.49===$.22.801&&78.479&&78.479.1212==\'922\'){698=\'922\';78.868=\'77\';78.1430=\'280\'}78.44=1392(13.44[17],698,13.804);317(78.243){74\'243\':78.326=13.146.243;83;74\'282\':78.326=13.146.282;83;355:83}78.280=13.146[78.301];78.326.448.103(78);78.280.448.103(78);15(78.89){78.326.89=52;78.280.89=52}27{15(78.326.947){78.326.89=52}15(78.280.947){78.280.89=52}}15(!78.162){78.162=\'538 \'+(17+1).452()}13.40.103(78);51(14 36=0;36<$.22.812.41;36++){$.22.812[36].108(13.40[17],13.39.444,13.39.40[17])}51(14 36=0;36<13.812.234.41;36++){13.812.234[36].108(13.40[17],13.39.444,13.39.40[17])}}$.177(52,13.268,13.39.268);51(14 17=0,94=426.41;17<94;17++){14 81=426[17];14 116=13.146[81];15(116.318==18){116.318=13.268.318}}15(266 13.39.258==\'906\'){13.258.357=13.39.258}27 15(266 13.39.258==\'416\'){$.177(52,13.258,13.39.258)}13.258.613=13.292;13.168.1296(13.39.168);51(14 17=0;17<$.22.807.41;17++){$.22.807[17].108(13,39)}51(14 17=0;17<13.807.234.41;17++){13.807.234[17].108(13,39)}};13.1249=26(){13.712.1079();15(13.264&&13.264.48){13.264.48.1105()}13.91.1180();13.91[0].1613=\'\'};13.1614=26(39){14 58=39||{};14 44=58.44||18;14 585=(58.585===56)?56:52;14 854=58.854||56;598 58.44;598 58.585;598 58.854;13.91.346(\'1616\');15(585){13.1249()}15(44||!$.1625(58)){13.1351(44,58)}27{13.1383()}15(854){13.1368(854,58.146)}13.129();13.91.346(\'1632\')};13.1624=26(585){585=(585!=18)?585:52;13.91.346(\'1645\');15(585){13.712.1079();13.264.48.1105();13.91.1180()}51(14 159 262 13.146){13.146[159].269=[]}13.836();13.389=0;13.395=0;51(14 17=0,1431=13.40.41;17<1431;17++){13.389+=13.40[17].389;13.395+=13.40[17].395}13.129();13.91.346(\'1629\')};13.129=26(){15(13.1472||13.91.588(\':1243\')){13.91.346(\'1659\');14 17,36,94,1660;51(17=0,94=$.22.811.41;17<94;17++){$.22.811[17].108(13)}51(17=0,94=13.811.234.41;17<94;17++){13.811.234[17].422(13,13.831.287[17])}13.91.419(13.740.309({97:0,163:0,115:0,172:0},\'22-981-120\',18,13));13.740.771();13.91.419(13.258.129());13.258.329({115:0,97:0});14 793=13.168.129({},13);14 344={115:0,97:0,172:0,163:0};15(13.168.474=="1355"){13.91.419(793);317(13.168.460){74\'81\':344.115+=13.168.327();83;74\'33\':344.172+=13.168.327();83;74\'596\':74\'202\':74\'652\':344.163+=13.168.340();83;74\'659\':74\'174\':74\'644\':344.97+=13.168.340();83;355:344.163+=13.168.340();83}793=793.626()}14 159=13.146;14 88;51(17=0;17<12;17++){88=426[17];13.91.419(159[88].129(13.740.314,13));159[88].399()}15(159.301.89){344.97+=159.301.340()}14 1038=[\'433\',\'548\',\'543\',\'542\',\'544\',\'547\',\'546\',\'571\'];14 1122=[0,0,0,0,0,0,0,0];14 1016=0;14 81;51(81=0;81<8;81++){15(159[1038[81]].89){1016+=159[1038[81]].340();1122[81]=1016}}344.163+=1016;15(159.282.89){344.115+=159.282.327()}15(13.258.89){344.115+=13.258.327()}15(159.243.89){344.172+=159.243.327()}15(13.39.1015&&$.723(13.39.1015)){14 1287=200(13.39.1015.137,10)||0;14 1233=200(13.39.1015.141,10)||0;14 1021=(13.292-344.97-344.163-1287)/2;14 1013=(13.323-344.115-344.172-1233)/2;15(1013>=0&&1021>=0){344.115+=1013;344.172+=1013;344.97+=1021;344.163+=1021}}14 424=[\'115\',\'172\',\'97\',\'163\'];51(14 81 262 424){15(13.275[424[81]]==18&&344[424[81]]>0){13.275[424[81]]=344[424[81]]}27 15(13.275[424[81]]==18){13.275[424[81]]=13.1364[424[81]]}}14 760=13.275;15(13.168.474===\'1355\'){760={115:13.258.327(),97:0,163:0,172:0};15(13.168.460===\'33\'){760.97=13.275.97;760.163=13.275.163}}159.243.329({274:\'454\',172:13.275.172-159.243.327(),97:0,137:13.292},{98:13.275.97,111:13.292-13.275.163});159.301.329({274:\'454\',115:0,97:13.275.97-159.301.340(),141:13.323},{98:13.323-13.275.172,111:13.275.115});159.282.329({274:\'454\',115:13.275.115-159.282.327(),97:0,137:13.292},{98:13.275.97,111:13.292-13.275.163});51(17=8;17>0;17--){159[1038[17-1]].329({274:\'454\',115:0,163:13.275.163-1122[17-1]},{98:13.323-13.275.172,111:13.275.115})}14 1444=(13.292-13.275.97-13.275.163)/2.0+13.275.97-159.569.340()/2.0;159.569.329({274:\'454\',115:0,97:1444,1227:9,463:\'662\'},{98:13.323-13.275.172,111:13.275.115});13.91.419(13.268.309(13.275,13));13.268.129();14 40=13.40;14 650=40.41;51(17=0,94=650;17<94;17++){36=13.298[17];13.91.419(40[36].289.309(13.275,\'22-40-289\',18,13));40[36].289.771();40[36].289.48.44(\'332\',36)}51(17=0,94=650;17<94;17++){36=13.298[17];13.91.419(40[36].120.309(13.275,\'22-40-120\',18,13));40[36].120.771();40[36].120.48.44(\'332\',36)}13.91.419(13.264.309(13.275,\'22-1521-120\',18,13));13.264.771();13.264.314.297=\'354(0,0,0,0)\';13.264.314.369(0,0,13.264.314.120.137,13.264.314.120.141);13.1482();15(13.168.1330){13.264.48.959(793);13.168.329(760);15(13.168.48){13.825({1720:{460:13.168.460,474:13.168.474,137:13.168.340(),141:13.168.327(),582:13.168.582,589:13.168.589}})}27{13.825()}}27{13.825();15(650){$(40[650-1].120.48).732(793)}13.168.329(760)}51(14 17=0,94=$.22.472.41;17<94;17++){13.264.48.508($.22.472[17][0],{67:13},$.22.472[17][1])}51(14 17=0,94=13.472.234.41;17<94;17++){13.264.48.508(13.472.234[17][0],{67:13},13.472.234[17][1])}14 432=13.730;15(432.156&&432.513!==432.562&&432.513<650&&432.562<650&&40[432.513].387===\'420\'&&40[432.562].387===\'420\'){13.1224()}51(14 17=0,94=$.22.590.41;17<94;17++){$.22.590[17].108(13)}51(14 17=0,94=13.590.234.41;17<94;17++){13.590.234[17].422(13,13.590.287[17])}15(13.91.588(\':1243\')){13.1116+=1}14 714,338,1118,892;51(17=0,94=650;17<94;17++){714=40[17];338=714.49;1118=\'.22-909-162.22-40-\'+17;15(338.440&&338.440.1369&&338.440.89&&(13.1116<2||13.1022)){892=13.91.1034(1118);892.1140(52,52).505();714.120.48.1140(52,52).505();714.289.48.1140(52,52).505();714.120.48.1110(\'1127\',{370:\'89\',584:338.440.584},338.440.247);714.289.48.1110(\'1127\',{370:\'89\',584:338.440.584},338.440.247);892.1014(338.440.247*0.8)}}892=18;13.91.346(\'1639\',[13])}};1172.62.1224=26(){14 432=13.730;14 757=432.513;14 897=432.562;14 1173=(757<897)?757:897;14 1262=(897>757)?897:757;14 513=13.40[1173];14 562=13.40[1262];15(562.49.333){14 437=562.49.376.279(0).521()}27{14 437=562.187.279(0).521()}15(513.49.333){14 110=513.49.376.852(437)}27{14 110=513.187.852(437)}14 157=(432.157!==18)?432.157:13.40[757].443;14 755=(432.755!==18)?432.755:1173;14 1477=13.40[755].49.303;14 58={297:157,156:52,229:52};1477.129(513.289.314,110,58)};13.1482=26(){13.264.48.508(\'1662\',{67:13},13.1502);13.264.48.508(\'1656\',{67:13},13.1488);13.264.48.508(\'1707\',{67:13},13.1478);13.264.48.508(\'1717\',{67:13},13.1293);13.264.48.508(\'1611\',{67:13},13.1408);13.264.48.508(\'1264\',{67:13},13.1394);15(13.802){13.264.48.508(\'1445\',{67:13},13.1366);13.264.48.449(0).1693=26(){37 56}}27{13.264.48.508(\'1445\',{67:13},13.1436)}};26 604(126){14 67=126.44.67;14 1026=67.264.48.386();14 391={77:126.288-1026.97,76:126.284-1026.115};14 480={243:18,301:18,282:18,433:18,548:18,543:18,542:18,544:18,547:18,546:18,571:18,569:18};14 1457=[\'243\',\'301\',\'282\',\'433\',\'548\',\'543\',\'542\',\'544\',\'547\',\'546\',\'571\',\'569\'];14 159=67.146;14 81,116;51(81=11;81>0;81--){116=1457[81-1];15(159[116].89){480[116]=159[116].595(391[116.404(0)])}}37{125:1026,391:391,480:480}}26 784(315,67){14 40=67.40;14 17,36,347,33,151,77,76,307,704,705,842,850;14 578,57,93,1685,121,1686,1012;14 636,54;51(347=67.298.41-1;347>=0;347--){17=67.298[347];33=40[17];1012=33.1711;317(33.49.281){74 $.22.801:77=315.77;76=315.76;51(36=0;36<33.754.41;36++){121=33.754[36];93=33.187[36];15(77>121[0][0]&&77<121[2][0]&&76>121[2][1]&&76<121[0][1]){37{332:33.198,362:36,187:93,44:33.44[36],121:33.754[36]}}}83;74 $.22.1661:77=315.77;76=315.76;51(36=0;36<33.754.41;36++){121=33.754[36];93=33.187[36];15(77>121[0][0]+1012[0][0]&&77<121[2][0]+1012[2][0]&&76>121[2][1]&&76<121[0][1]){37{332:33.198,362:36,187:93,44:33.44[36],121:33.754[36]}}}83;74 $.22.1471:705=33.1042/180*55.367;77=315.77-33.1018[0];76=315.76-33.1018[1];151=55.722(55.257(77,2)+55.257(76,2));15(77>0&&-76>=0){307=2*55.367-55.653(-76/77)}27 15(77>0&&-76<0){307=-55.653(-76/77)}27 15(77<0){307=55.367-55.653(-76/77)}27 15(77==0&&-76>0){307=3*55.367/2}27 15(77==0&&-76<0){307=55.367/2}27 15(77==0&&76==0){307=0}15(705){307-=705;15(307<0){307+=2*55.367}27 15(307>2*55.367){307-=2*55.367}}704=33.1039/180*55.367;15(151<33.1246&&151>33.1615){51(36=0;36<33.187.41;36++){842=(36>0)?33.187[36-1][1]+704:704;850=33.187[36][1];15(307>842&&307<850){37{332:33.198,362:36,187:[315.77,315.76],44:33.44[36]}}}}83;74 $.22.1468:705=33.1042/180*55.367;77=315.77-33.1018[0];76=315.76-33.1018[1];151=55.722(55.257(77,2)+55.257(76,2));15(77>0&&-76>=0){307=2*55.367-55.653(-76/77)}27 15(77>0&&-76<0){307=-55.653(-76/77)}27 15(77<0){307=55.367-55.653(-76/77)}27 15(77==0&&-76>0){307=3*55.367/2}27 15(77==0&&-76<0){307=55.367/2}27 15(77==0&&76==0){307=0}15(705){307-=705;15(307<0){307+=2*55.367}27 15(307>2*55.367){307-=2*55.367}}704=33.1039/180*55.367;15(151<33.1246){51(36=0;36<33.187.41;36++){842=(36>0)?33.187[36-1][1]+704:704;850=33.187[36][1];15(307>842&&307<850){37{332:33.198,362:36,187:[315.77,315.76],44:33.44[36]}}}}83;74 $.22.1702:77=315.77;76=315.76;14 171=18;15(33.89){51(14 36=0;36<33.187.41;36++){93=33.187[36];57=55.722((77-93[0])*(77-93[0])+(76-93[1])*(76-93[1]));15(57<=93[2]&&(57<=578||578==18)){578=57;171={332:17,362:36,187:93,44:33.44[36]}}}15(171!=18){37 171}}83;74 $.22.1473:77=315.77;76=315.76;14 668=33.1701,1199=668[0],1059=668[668.41-1],1206,1204,960;26 1197(94,637,861){14 197=(637[1]-861[1])/(637[0]-861[0]);14 109=637[1]-197*637[0];14 76=94+637[1];37[(76-109)/197,76]}1206=1197(76,1199[0],1059[3]);1204=1197(76,1199[1],1059[2]);51(36=0;36<668.41;36++){960=668[36];15(76>=960[0][1]&&76<=960[3][1]&&77>=1206[0]&&77<=1204[0]){37{332:33.198,362:36,187:18,44:33.44[36]}}}83;74 $.22.516:77=315.77;76=315.76;151=33.49;15(33.89){15((33.156||(33.49.118.89&&33.49.118.156))&&(!67.356.813||!67.356.813.89)){14 539=56;15(77>33.779[0][0]&&77<33.779[1][0]&&76>33.779[1][1]&&76<33.779[0][1]){14 1205=33.408.41;14 702;14 36=1205-1;51(14 702=0;702<1205;702++){14 710=[33.408[702][0],33.408[702][1]];14 843=[33.408[36][0],33.408[36][1]];15(710[1]<76&&843[1]>=76||843[1]<76&&710[1]>=76){15(710[0]+(76-710[1])/(843[1]-710[1])*(843[0]-710[0])<77){539=!539}}36=702}}15(539){37{332:17,362:18,187:33.187,44:33.44,121:33.408}}83}27{54=33.504.313/2+33.1192;636=(54>0)?54:0;51(14 36=0;36<33.187.41;36++){93=33.187[36];15(151.281==$.22.1215){15(151.1387){14 249=33.280.398;15(77>=93[0]-151.949/2&&77<=93[0]+151.949/2&&76>=249(33.44[36][2])&&76<=249(33.44[36][3])){37{332:17,362:36,187:93,44:33.44[36]}}}27 15(!151.1271){14 249=33.280.398;15(77>=93[0]-151.648&&77<=93[0]+151.648&&76>=249(33.44[36][2])&&76<=249(33.44[36][3])){37{332:17,362:36,187:93,44:33.44[36]}}}27{14 249=33.280.398;15(77>=93[0]-151.648&&77<=93[0]+151.648&&76>=249(33.44[36][1])&&76<=249(33.44[36][2])){37{332:17,362:36,187:93,44:33.44[36]}}}}27 15(93[0]!=18&&93[1]!=18){57=55.722((77-93[0])*(77-93[0])+(76-93[1])*(76-93[1]));15(57<=636&&(57<=578||578==18)){578=57;37{332:17,362:36,187:93,44:33.44[36]}}}}}}83;355:77=315.77;76=315.76;151=33.49;15(33.89){54=33.504.313/2+33.1192;636=(54>0)?54:0;51(14 36=0;36<33.187.41;36++){93=33.187[36];15(151.281==$.22.1215){15(151.1387){14 249=33.280.398;15(77>=93[0]-151.949/2&&77<=93[0]+151.949/2&&76>=249(33.44[36][2])&&76<=249(33.44[36][3])){37{332:17,362:36,187:93,44:33.44[36]}}}27 15(!151.1271){14 249=33.280.398;15(77>=93[0]-151.648&&77<=93[0]+151.648&&76>=249(33.44[36][2])&&76<=249(33.44[36][3])){37{332:17,362:36,187:93,44:33.44[36]}}}27{14 249=33.280.398;15(77>=93[0]-151.648&&77<=93[0]+151.648&&76>=249(33.44[36][1])&&76<=249(33.44[36][2])){37{332:17,362:36,187:93,44:33.44[36]}}}}27{57=55.722((77-93[0])*(77-93[0])+(76-93[1])*(76-93[1]));15(57<=636&&(57<=578||578==18)){578=57;37{332:17,362:36,187:93,44:33.44[36]}}}}}83}}37 18}13.1502=26(126){14 278=604(126);14 93=126.44.67;14 236=784(278.391,93);14 167=$.447(\'1365\');167.288=126.288;167.284=126.284;$(13).346(167,[278.391,278.480,236,93])};13.1488=26(126){14 278=604(126);14 93=126.44.67;14 236=784(278.391,93);14 167=$.447(\'1640\');167.288=126.288;167.284=126.284;$(13).346(167,[278.391,278.480,236,93])};13.1478=26(126){14 278=604(126);14 93=126.44.67;14 236=784(278.391,93);14 167=$.447(\'1380\');167.288=126.288;167.284=126.284;$(13).346(167,[278.391,278.480,236,93])};13.1436=26(126){14 278=604(126);14 167=$.447(\'1131\');167.288=126.288;167.284=126.284;$(13).346(167,[278.391,278.480,18,126.44.67])};13.1366=26(126){14 278=604(126);14 93=126.44.67;14 236=784(278.391,93);15(93.802){15(126.616==3){14 167=$.447(\'1353\');167.288=126.288;167.284=126.284;$(13).346(167,[278.391,278.480,236,93])}27{14 167=$.447(\'1131\');167.288=126.288;167.284=126.284;$(13).346(167,[278.391,278.480,236,93])}}};13.1293=26(126){14 278=604(126);14 93=126.44.67;14 236=784(278.391,93);14 167=$.447(\'1379\');167.288=126.288;167.284=126.284;$(13).346(167,[278.391,278.480,236,93])};13.1408=26(126){14 278=604(126);14 93=126.44.67;14 167=$.447(\'1634\');167.288=126.288;167.284=126.284;167.1007=126.1007;$(13).346(167,[278.391,278.480,18,93])};13.1394=26(126){14 278=604(126);14 93=126.44.67;14 167=$.447(\'1683\');167.288=126.288;167.284=126.284;167.1007=126.1007;$(13).346(167,[278.391,278.480,18,93])};13.825=26(39,194){14 17,40,59;194=(266(39)==="195"&&194==18)?39:194;39=(266(39)==="416")?39:{};15(194!=322){40=13.40[194];59=40.289.314;59.427(0,0,59.120.137,59.120.141);40.879(59,39,13);59=40.120.314;59.427(0,0,59.120.137,59.120.141);40.129(59,39,13);15(40.49.281==$.22.1450){15(194<13.40.41-1){13.825(194+1)}}}27{51(17=0;17<13.40.41;17++){40=13.40[17];59=40.289.314;59.427(0,0,59.120.137,59.120.141);40.879(59,39,13);59=40.120.314;59.427(0,0,59.120.137,59.120.141);40.129(59,39,13)}}39=194=17=40=59=18};13.1631=26(194){194=200(194,10);14 628=$.816(194,13.298);15(628==-1){37}15(628==13.298.41-1){13.453=13.298.279(0);37}14 768=13.298[13.298.41-1];14 572=13.40[194].120.48.626();14 573=13.40[194].289.48.626();13.40[768].289.48.732(573);13.40[768].120.48.732(572);13.453=13.298.279(0);13.298.1409(628,1);13.298.103(194)};13.1637=26(194){194=200(194,10);14 628=$.816(194,13.298);15(628==0||628==-1){37}14 768=13.298[0];14 572=13.40[194].120.48.626();14 573=13.40[194].289.48.626();13.40[768].289.48.959(573);13.40[768].120.48.959(572);13.453=13.298.279(0);13.298.1409(628,1);13.298.1229(194)};13.1655=26(){14 17,36,572,573,78,490,978;15(13.298==13.453){37}51(17=1;17<13.453.41;17++){490=13.453[17];978=13.453[17-1];572=13.40[490].120.48.626();573=13.40[490].289.48.626();13.40[978].289.48.732(573);13.40[978].120.48.732(572)}78=13.298.279(0);13.298=13.453.279(0);13.453=78};13.1643=26(){14 17,36,424=[],572,573;51(17=0;17<13.40.41;17++){424.103(17)}15(13.298==424){37}13.453=13.298.279(0);13.298=424;51(17=1;17<13.298.41;17++){572=13.40[17].120.48.626();573=13.40[17].289.48.626();13.40[17-1].289.48.732(573);13.40[17-1].120.48.732(572)}};13.1620=26(88){13.701.1490(13,88)}}$.22.1384=26(393){14 171;15($.462(393)){171=[];51(14 17=0;17<393.41;17++){14 354=$.22.914(393[17]);14 270=[354[0],354[1],354[2]];14 1003=270[0]+270[1]+270[2];51(14 36=0;36<3;36++){270[36]=(1003>660)?270[36]*0.85:0.73*270[36]+90;270[36]=200(270[36],10);(270[36]>255)?255:270[36]}270[3]=0.3+0.35*354[3];171.103(\'354(\'+270[0]+\',\'+270[1]+\',\'+270[2]+\',\'+270[3]+\')\')}}27{14 354=$.22.914(393);14 270=[354[0],354[1],354[2]];14 1003=270[0]+270[1]+270[2];51(14 36=0;36<3;36++){270[36]=(1003>660)?270[36]*0.85:0.73*270[36]+90;270[36]=200(270[36],10);(270[36]>255)?255:270[36]}270[3]=0.3+0.35*354[3];171=\'354(\'+270[0]+\',\'+270[1]+\',\'+270[2]+\',\'+270[3]+\')\'}37 171};$.22.1139=26(393){393=393||$.22.271.1138;14 194=0;13.904=26(){15(194<393.41){37 393[194++]}27{194=0;37 393[194++]}};13.1706=26(){15(194>0){37 393[194--]}27{194=393.41-1;37 393[194]}};13.449=26(17){14 194=17-393.41*55.390(17/393.41);37 393[194]};13.1133=26(482){393=482};13.972=26(){194=0};13.1718=26(){37 194};13.1715=26(198){194=198}};$.22.1332=26(201,84){201=201.528(\'#\',\'\');15(201.41==3){201=201.404(0)+201.404(0)+201.404(1)+201.404(1)+201.404(2)+201.404(2)}14 66;66=\'354(\'+200(201.279(0,2),16)+\', \'+200(201.279(2,4),16)+\', \'+200(201.279(4,6),16);15(84){66+=\', \'+84}66+=\')\';37 66};$.22.1675=26(33){14 938=/354?\\( *([0-9]{1,3}\\.?[0-9]*%?) *, *([0-9]{1,3}\\.?[0-9]*%?) *, *([0-9]{1,3}\\.?[0-9]*%?) *(?:, *[0-9.]*)?\\)/;14 197=33.155(938);14 201=\'#\';51(14 17=1;17<4;17++){14 78;15(197[17].781(/%/)!=-1){78=200(255*197[17]/100,10).452(16);15(78.41==1){78=\'0\'+78}}27{78=200(197[17],10).452(16);15(78.41==1){78=\'0\'+78}}201+=78}37 201};$.22.1086=26(33,84){15(33.781(/^ *354?\\(/)!=-1){37 33}27 15(33.781(/^ *#?[0-1373-1340-711]?[0-1373-1340-711]/)!=-1){37 $.22.1332(33,84)}27{438 86 343(\'1684 157 1579\')}};$.22.914=26(33){33=$.22.1329[33]||33;14 66=$.22.1086(33);14 938=/354?\\( *([0-9]{1,3}\\.?[0-9]*%?) *, *([0-9]{1,3}\\.?[0-9]*%?) *, *([0-9]{1,3}\\.?[0-9]*%?) *,? *([0-9.]* *)?\\)/;14 197=66.155(938);14 171=[];51(14 17=1;17<4;17++){15(197[17].781(/%/)!=-1){171[17-1]=200(255*197[17]/100,10)}27{171[17-1]=200(197[17],10)}}171[3]=350(197[4])?350(197[4]):1.0;37 171};$.22.1329={1541:\'66(240, 248, 255)\',1544:\'66(250, 235, 215)\',1525:\'66( 0, 255, 255)\',1530:\'66(127, 255, 212)\',1539:\'66(240, 255, 255)\',1529:\'66(245, 245, 220)\',1531:\'66(255, 228, 196)\',1532:\'66( 0, 0, 0)\',1527:\'66(255, 235, 205)\',1522:\'66( 0, 0, 255)\',1524:\'66(138, 43, 226)\',1533:\'66(165, 42, 42)\',1543:\'66(222, 184, 135)\',1545:\'66( 95, 158, 160)\',1540:\'66(127, 255, 0)\',1537:\'66(210, 105, 30)\',1538:\'66(255, 127, 80)\',1546:\'66(100, 149, 237)\',1516:\'66(255, 248, 220)\',1505:\'66(220, 20, 60)\',1506:\'66( 0, 255, 255)\',1520:\'66( 0, 0, 139)\',1507:\'66( 0, 139, 139)\',1517:\'66(184, 134, 11)\',1518:\'66(169, 169, 169)\',1513:\'66( 0, 100, 0)\',1509:\'66(169, 169, 169)\',1508:\'66(189, 183, 107)\',1510:\'66(139, 0, 139)\',1511:\'66( 85, 107, 47)\',1534:\'66(255, 140, 0)\',1610:\'66(153, 50, 204)\',1589:\'66(139, 0, 0)\',1588:\'66(233, 150, 122)\',1591:\'66(143, 188, 143)\',1593:\'66( 72, 61, 139)\',1592:\'66( 47, 79, 79)\',1587:\'66( 47, 79, 79)\',1586:\'66( 0, 206, 209)\',1547:\'66(148, 0, 211)\',1583:\'66(255, 20, 147)\',1594:\'66( 0, 191, 255)\',1605:\'66(105, 105, 105)\',1607:\'66(105, 105, 105)\',1609:\'66( 30, 144, 255)\',1608:\'66(178, 34, 34)\',1603:\'66(255, 250, 240)\',1602:\'66( 34, 139, 34)\',1597:\'66(255, 0, 255)\',1601:\'66(220, 220, 220)\',1600:\'66(248, 248, 255)\',1578:\'66(255, 215, 0)\',1557:\'66(218, 165, 32)\',1556:\'66(128, 128, 128)\',1558:\'66(128, 128, 128)\',1559:\'66( 0, 128, 0)\',1560:\'66(173, 255, 47)\',1555:\'66(240, 255, 240)\',1554:\'66(255, 105, 180)\',1548:\'66(205, 92, 92)\',1551:\'66( 75, 0, 130)\',1553:\'66(255, 255, 240)\',1552:\'66(240, 230, 140)\',1562:\'66(230, 230, 250)\',1563:\'66(255, 240, 245)\',1577:\'66(124, 252, 0)\',1576:\'66(255, 250, 205)\',1571:\'66(173, 216, 230)\',1570:\'66(240, 128, 128)\',1565:\'66(224, 255, 255)\',1564:\'66(250, 250, 210)\',1566:\'66(211, 211, 211)\',1567:\'66(144, 238, 144)\',1569:\'66(211, 211, 211)\',1581:\'66(255, 182, 193)\',1568:\'66(255, 160, 122)\',1575:\'66( 32, 178, 170)\',1574:\'66(135, 206, 250)\',1572:\'66(119, 136, 153)\',1573:\'66(119, 136, 153)\',1550:\'66(176, 196, 222)\',1549:\'66(255, 255, 224)\',1561:\'66( 0, 255, 0)\',1599:\'66( 50, 205, 50)\',1598:\'66(250, 240, 230)\',1596:\'66(255, 0, 255)\',1606:\'66(128, 0, 0)\',1604:\'66(102, 205, 170)\',1595:\'66( 0, 0, 205)\',1584:\'66(186, 85, 211)\',1585:\'66(147, 112, 219)\',1582:\'66( 60, 179, 113)\',1580:\'66(123, 104, 238)\',1590:\'66( 0, 250, 154)\',1512:\'66( 72, 209, 204)\',1536:\'66(199, 21, 133)\',1542:\'66( 25, 25, 112)\',1523:\'66(245, 255, 250)\',1528:\'66(255, 228, 225)\',1526:\'66(255, 228, 181)\',1535:\'66(255, 222, 173)\',1504:\'66( 0, 0, 128)\',1519:\'66(253, 245, 230)\',1514:\'66(128, 128, 0)\',1688:\'66(107, 142, 35)\',2021:\'66(255, 165, 0)\',2020:\'66(255, 69, 0)\',2022:\'66(218, 112, 214)\',2023:\'66(238, 232, 170)\',2025:\'66(152, 251, 152)\',2024:\'66(175, 238, 238)\',2019:\'66(219, 112, 147)\',2018:\'66(255, 239, 213)\',2013:\'66(255, 218, 185)\',2012:\'66(205, 133, 63)\',2011:\'66(255, 192, 203)\',2014:\'66(221, 160, 221)\',2015:\'66(176, 224, 230)\',2017:\'66(128, 0, 128)\',2016:\'66(255, 0, 0)\',2026:\'66(188, 143, 143)\',2027:\'66( 65, 105, 225)\',2037:\'66(139, 69, 19)\',2036:\'66(250, 128, 114)\',2038:\'66(244, 164, 96)\',2039:\'66( 46, 139, 87)\',2041:\'66(255, 245, 238)\',2040:\'66(160, 82, 45)\',2035:\'66(192, 192, 192)\',2034:\'66(135, 206, 235)\',2029:\'66(106, 90, 205)\',2028:\'66(112, 128, 144)\',2030:\'66(112, 128, 144)\',2031:\'66(255, 250, 250)\',2043:\'66( 0, 255, 127)\',2032:\'66( 70, 130, 180)\',2010:\'66(210, 180, 140)\',2009:\'66( 0, 128, 128)\',1988:\'66(216, 191, 216)\',1987:\'66(255, 99, 71)\',1989:\'66( 64, 224, 208)\',1990:\'66(238, 130, 238)\',1992:\'66(245, 222, 179)\',1331:\'66(255, 255, 255)\',1991:\'66(245, 245, 245)\',1986:\'66(255, 255, 0)\',1985:\'66(154, 205, 50)\'};$.22.566=26(39){$.22.321.108(13);13.116;13.89=52;13.162=\'\';13.308=18;13.296=18;13.299=18;13.48;13.939=56;$.177(52,13,39)};$.22.566.62=86 $.22.321();$.22.566.62.281=$.22.566;$.22.566.62.231=26(39){$.177(52,13,39)};$.22.566.62.129=26(59,67){15(13.48){13.48.574();13.48=18}13.48=$(\'<409 311="274:454;" 900="22-\'+13.116+\'-162"></409>\');15(731(13.162)){13.48.68(\'1331-1980\',\'1324\')}15(!13.939){13.48.614(13.162)}27{13.48.357(13.162)}15(13.308){13.48.68(\'407-751\',13.308)}15(13.296){13.48.68(\'407-313\',13.296)}15(13.299){13.48.68(\'157\',13.299)}37 13.48};$.22.566.62.329=26(){};$.22.623=26(39){$.22.321.108(13);13.531=\'592\';13.116;13.475=52;13.552=52;13.360=56;13.313=4;13.746=6;13.89=52;13.468=52;13.162=18;13.161=18;13.1087={};13.1050=$.22.1333;13.295=\'\';13.1323=\'\';13.256=\'\';13.308;13.296;13.299;13.939=56;13.48;13.830=56;$.177(52,13,39)};$.22.623.62.231=26(39){$.177(52,13,39)};$.22.623.62=86 $.22.321();$.22.623.62.281=$.22.623;$.22.623.62.955=26(161,1328,1327){13.161=161;13.116=1328;15(1327){13.360=52}37 13};$.22.623.62.129=26(){15(13.162===18){13.162=13.295+13.1050(13.256,13.161)+13.1323}14 311={274:\'454\'};15(731(13.162)){311[\'1979\']=\'1324\'}15(13.48){13.48.574();13.48=18}13.48=$(276.309(\'409\'));13.48.401("22-"+13.116+"-294");15(!13.939){13.48.614(13.162)}27{13.48.357(13.162)}13.48.68(311);51(14 33 262 13.1087){13.48.68(33,13.1087[33])}15(13.308){13.48.68(\'407-751\',13.308)}15(13.296){13.48.68(\'407-313\',13.296)}15(13.299){13.48.68(\'157\',13.299)}15(13.830){13.48.401(\'22-1978\')}37 13.48};$.22.1333=26(487,259){15(266 259==\'195\'){15(!487){487=$.22.271.956}37 $.22.509(487,259)}27{37 385(259)}};$.22.1981=26(487,259){15(266 259==\'195\'){259=100*259;15(!487){487=$.22.271.956}37 $.22.509(487,259)}27{37 385(259)}};$.22.623.62.329=26(){};$.22.916=26(){13.302=86 $.22.783()};$.22.916.62.231=26(39){13.314;$.177(52,13,39);14 679={418:\'924\',305:\'382\',156:56,396:56,366:13.800,386:13.761,550:13.799,523:13.798,217:13.1342,229:56,312:13.1339};13.49.302.231(679)};$.22.916.62.309=26(67){14 132;15(13.48){15($.22.553&&345.471.560!==322){132=13.48.449(0);345.471.560(132);132=18}13.48.574();13.48=18}132=67.712.1082();14 174=13.117.137;14 201=13.117.141;132.137=174;132.141=201;13.48=$(132);13.48.401(\'22-268-120\');13.48.68({274:\'454\',97:0,115:0});132=67.712.1101(132);13.365=13.378.115;13.319=201-13.378.172;13.337=13.378.97;13.341=174-13.378.163;13.292=13.341-13.337;13.323=13.319-13.365;132=18;37 13.48};$.22.916.62.129=26(){13.314=13.48.449(0).680("859");14 59=13.314;14 146=13.913;59.540();59.427(0,0,13.117.137,13.117.141);59.297=13.503||13.473;59.369(13.337,13.365,13.292,13.323);59.540();59.418=\'924\';59.305=\'643\';59.217=13.467;59.312=13.1194;14 109,202,33,197;14 159=[\'243\',\'301\',\'282\',\'433\'];51(14 17=4;17>0;17--){14 88=159[17-1];14 116=146[88];14 291=116.269;14 1309=291.41;15(116.89){15(116.1469){14 466={};15(116.1061!==18){466.217=116.1061}15(116.1060!==18){466.312=116.1060}317(88){74\'243\':363(13.337,13.319,13.341,13.319,466);83;74\'301\':363(13.337,13.319,13.337,13.365,466);83;74\'282\':363(13.337,13.319,13.341,13.319,466);83;74\'433\':363(13.341,13.319,13.341,13.365,466);83}}51(14 36=1309;36>0;36--){14 54=291[36-1];15(54.89){14 207=55.382(116.535(54.161))+0.5;317(88){74\'243\':15(54.552&&13.759&&((!54.360&&116.912)||(54.360&&116.911))){363(207,13.365,207,13.319)}15(54.475&&54.531&&((!54.360&&116.915)||(54.360&&116.881))){33=54.746;197=54.531;14 207=55.382(116.535(54.161))+0.5;317(197){74\'592\':109=13.319;202=13.319+33;83;74\'539\':109=13.319-33;202=13.319;83;74\'877\':109=13.319-33;202=13.319+33;83;355:109=13.319;202=13.319+33;83}15(13.260){13.49.302.129(59,[[207,109],[207,202]],{305:\'643\',217:13.467,386:13.467*0.75,523:2,156:56,229:56})}363(207,109,207,202)}83;74\'301\':15(54.552&&13.759&&((!54.360&&116.912)||(54.360&&116.911))){363(13.341,207,13.337,207)}15(54.475&&54.531&&((!54.360&&116.915)||(54.360&&116.881))){33=54.746;197=54.531;14 207=55.382(116.535(54.161))+0.5;317(197){74\'592\':109=13.337-33;202=13.337;83;74\'539\':109=13.337;202=13.337+33;83;74\'877\':109=13.337-33;202=13.337+33;83;355:109=13.337-33;202=13.337;83}15(13.260){13.49.302.129(59,[[109,207],[202,207]],{305:\'643\',217:13.467*1.5,386:13.467*0.75,156:56,229:56})}363(109,207,202,207,{312:116.267})}83;74\'282\':15(54.552&&13.759&&((!54.360&&116.912)||(54.360&&116.911))){363(207,13.319,207,13.365)}15(54.475&&54.531&&((!54.360&&116.915)||(54.360&&116.881))){33=54.746;197=54.531;14 207=55.382(116.535(54.161))+0.5;317(197){74\'592\':109=13.365-33;202=13.365;83;74\'539\':109=13.365;202=13.365+33;83;74\'877\':109=13.365-33;202=13.365+33;83;355:109=13.365-33;202=13.365;83}15(13.260){13.49.302.129(59,[[207,109],[207,202]],{305:\'643\',217:13.467,386:13.467*0.75,523:2,156:56,229:56})}363(207,109,207,202)}83;74\'433\':15(54.552&&13.759&&((!54.360&&116.912)||(54.360&&116.911))){363(13.337,207,13.341,207)}15(54.475&&54.531&&((!54.360&&116.915)||(54.360&&116.881))){33=54.746;197=54.531;14 207=55.382(116.535(54.161))+0.5;317(197){74\'592\':109=13.341;202=13.341+33;83;74\'539\':109=13.341-33;202=13.341;83;74\'877\':109=13.341-33;202=13.341+33;83;355:109=13.341;202=13.341+33;83}15(13.260){13.49.302.129(59,[[109,207],[202,207]],{305:\'643\',217:13.467*1.5,386:13.467*0.75,156:56,229:56})}363(109,207,202,207,{312:116.267})}83;355:83}}}54=18}116=18;291=18}159=[\'548\',\'543\',\'542\',\'544\',\'547\',\'546\',\'571\',\'569\'];51(14 17=7;17>0;17--){14 116=146[159[17-1]];14 291=116.269;15(116.89){14 525=291[116.190-1];14 948=291[0];14 97=116.1303();14 121=[[97,525.1053()+525.327()/2],[97,948.1053()+948.327()/2+1.0]];15(13.260){13.49.302.129(59,121,{305:\'643\',156:56,229:56})}363(121[0][0],121[0][1],121[1][0],121[1][1],{305:\'643\',312:116.267,217:116.318});51(14 36=291.41;36>0;36--){14 54=291[36-1];33=54.746;197=54.531;14 207=55.382(116.535(54.161))+0.5;15(54.475&&54.531){317(197){74\'592\':109=97;202=97+33;83;74\'539\':109=97-33;202=97;83;74\'877\':109=97-33;202=97+33;83;355:109=97;202=97+33;83}121=[[109,207],[202,207]];15(13.260){13.49.302.129(59,121,{305:\'643\',217:13.467*1.5,386:13.467*0.75,156:56,229:56})}363(109,207,202,207,{312:116.267})}54=18}948=18}116=18;291=18}59.499();26 363(1320,1317,1316,1312,58){59.540();58=58||{};15(58.217==18||58.217!=0){$.177(52,59,58);59.697();59.610(1320,1317);59.609(1316,1312);59.926();59.499()}}15(13.260){14 121=[[13.337,13.319],[13.341,13.319],[13.341,13.365]];13.49.302.129(59,121)}15(13.318!=0&&13.1313){363(13.337,13.365,13.341,13.365,{305:\'382\',312:146.282.267,217:146.282.318});363(13.341,13.365,13.341,13.319,{305:\'382\',312:146.433.267,217:146.433.318});363(13.341,13.319,13.337,13.319,{305:\'382\',312:146.243.267,217:146.243.318});363(13.337,13.319,13.337,13.365,{305:\'382\',312:146.301.267,217:146.301.318})}59.499();59=18;146=18};$.22.893=26(){};$.22.893.62.231=26(39){$.177(52,13,39)};$.22.893.62.129=26(){15(13.48){13.48.574();13.48=18}14 151=13.49;14 132=276.309(\'409\');13.48=$(132);13.48.401(\'22-258\');15(!13.357){13.89=56;13.48.141(0);13.48.137(0)}27 15(13.357){14 157;15(13.157){157=13.157}27 15(13.299){157=13.299}14 618={274:\'454\',115:\'336\',97:\'336\'};15(13.613){618[\'137\']=13.613+\'265\'}15(13.296){618[\'296\']=13.296}15(266 13.463===\'906\'){618[\'463\']=13.463}27{618[\'463\']=\'662\'}15(157){618[\'157\']=157}15(13.1162){618[\'1162\']=13.1162}15(13.308){618[\'308\']=13.308}13.48.68(618);15(13.918){13.48.357(13.357)}27{13.48.614(13.357)}}132=18;37 13.48};$.22.893.62.329=26(){};14 1163=0.1;$.22.1148=26(59,342){14 1371={1982:[1163,$.22.271.1374],1984:[$.22.271.1117,$.22.271.1120],1085:18};15(266 342===\'906\'){15(342[0]===\'.\'||342[0]===\'-\'){14 33=342;342=[];51(14 17=0,1375=33.41;17<1375;17++){15(33[17]===\'.\'){342.103(1163)}27 15(33[17]===\'-\'){342.103($.22.271.1117)}27{1193}342.103($.22.271.1120)}}27{342=1371[342]}}15(!(342&&342.41)){37 59}14 693=0;14 942=342[0];14 265=0;14 579=0;14 1126=0;14 1151=0;14 610=26(77,76){59.610(77,76);265=77;579=76;1126=77;1151=76};14 609=26(77,76){14 640=59.217;14 324=77-265;14 352=76-579;14 502=55.722(324*324+352*352);15((502>0)&&(640>0)){324/=502;352/=502;869(52){14 632=640*942;15(632<502){265+=632*324;579+=632*352;15((693&1)==0){59.609(265,579)}27{59.610(265,579)}502-=632;693++;15(693>=342.41){693=0}942=342[693]}27{265=77;579=76;15((693&1)==0){59.609(265,579)}27{59.610(265,579)}942-=502/640;83}}}};14 697=26(){59.697()};14 229=26(){609(1126,1151)};37{610:610,609:609,697:697,229:229}};$.22.516=26(){13.303=86 $.22.871();13.302=86 $.22.783()};$.22.516.62.231=26(39,67){39=39||{};13.387=\'420\';13.49.440={89:56,584:\'97\',247:1983,1369:52};13.49.333=56;13.49.641=18;13.49.1165=52;13.49.376=[];13.49.421=[];13.49.500=[];13.49.512=[];13.49.621=[];13.49.622=[];13.49.1125=[];13.49.118={89:56,457:[],446:[],157:13.157,1299:56,156:52,443:18,417:18,436:18,304:\'3%\'};14 683={557:39.557,501:39.501,615:39.615};598(39.557);598(39.501);598(39.615);$.177(52,13.49,39);13.49.39=39;15(13.49.1125.41>1&&(!39.118||39.118.89==18)){13.49.118.89=52}27 15(39.118&&39.118.89==18&&39.118.304!=18){13.49.118.89=52}15(13.156){13.49.118.89=56}15(13.49.118.89){13.49.1128.108(13,13.49.39,67)}15(13.593){13.49.333=56}14 58={418:13.418,305:13.305,156:13.156,396:56,312:13.157,297:13.443,217:13.217,392:13.392,229:13.156};13.49.303.231(58);14 880=39.761;15(880==18){15(13.217>2.5){880=1.25*(1+(55.653((13.217/2.5))/0.1376-1)*0.6)}27{880=1.25*55.653((13.217/2.5))/0.1376}}14 679={418:13.418,305:13.305,156:13.156,396:56,366:13.800,386:880,550:13.799,523:13.798,217:13.217,392:13.392,229:13.156};13.49.302.231(679);13.408=[];13.779=[[],[]];15(!13.1382&&13.156||13.49.118.89){13.557=52;13.501=56;13.615=18;15(683.501&&683.557==18){683.557=56}$.177(52,13,{557:683.557,501:683.501,615:683.615});15(!13.615){14 1385=(13.49.118.89)?13.49.118.443:13.443;13.615=$.22.1384(1385)}15(13.813){13.813.89=56}}15(!13.1382&&67){67.356.388={};67.529.587(1297);67.590.587(1298);67.472.587(\'1379\',1261);67.472.587(\'1380\',1275);67.472.587(\'1131\',1274);67.472.587(\'1365\',1273);67.472.587(\'1353\',1269)}};$.22.516.62.1128=26(39,67){14 351=39.1125||[];14 118=13.49.118;118.457=[];118.446=[];14 44=13.44;118.436=18;118.417=18;15(351.41==2){15($.462(351[0][0])){14 93;14 921=0,928=0;51(14 17=0,94=351[0].41;17<94;17++){93=351[0][17];15((93[1]!=18&&93[1]>118.436)||118.436==18){118.436=93[1]}15((93[1]!=18&&93[1]<118.417)||118.417==18){118.417=93[1]}}51(14 17=0,94=351[1].41;17<94;17++){93=351[1][17];15((93[1]!=18&&93[1]>118.436)||118.436==18){118.436=93[1];928=1}15((93[1]!=18&&93[1]<118.417)||118.417==18){118.417=93[1];921=1}}15(928===921){118.89=56}118.457=351[928];118.446=351[921]}27 15(351[0].41===44.41&&351[1].41===44.41){14 630=(351[0][0]>351[1][0])?0:1;14 676=(630)?0:1;51(14 17=0,94=44.41;17<94;17++){118.457.103([44[17][0],351[630][17]]);118.446.103([44[17][0],351[676][17]])}}27{118.89=56}}27 15(351.41>2&&!$.462(351[0][0])){14 630=(351[0][0]>351[0][1])?0:1;14 676=(630)?0:1;51(14 17=0,94=351.41;17<94;17++){118.457.103([44[17][0],351[17][630]]);118.446.103([44[17][0],351[17][676]])}}27{14 895=118.304;14 84=18;14 109=18;14 737=18;14 655=18;15($.462(895)){84=895[0];109=895[1]}27{84=895}15(442(84)){15(84.404(84.41-1)===\'%\'){737=\'876\';84=350(84)/100+1}}27{84=350(84);737=\'464\'}15(109!==18&&442(109)){15(109.404(109.41-1)===\'%\'){655=\'876\';109=350(109)/100+1}}27 15(109!==18){109=350(109);655=\'464\'}15(84!==18){15(109===18){109=-84;655=737;15(655===\'876\'){109+=2}}15(84<109){14 78=84;84=109;109=78;78=737;737=655;655=78}51(14 17=0,94=44.41;17<94;17++){317(737){74\'464\':118.457.103([44[17][0],44[17][1]+84]);83;74\'876\':118.457.103([44[17][0],44[17][1]*84]);83}317(655){74\'464\':118.446.103([44[17][0],44[17][1]+109]);83;74\'876\':118.446.103([44[17][0],44[17][1]*109]);83}}}27{118.89=56}}14 875=118.457;14 896=118.446;51(14 17=0,94=875.41;17<94;17++){15((875[17][1]!=18&&875[17][1]>118.436)||118.436==18){118.436=875[17][1]}}51(14 17=0,94=896.41;17<94;17++){15((896[17][1]!=18&&896[17][1]<118.417)||118.417==18){118.417=896[17][1]}}15(118.443===18){14 482=$.22.914(118.157);482[3]=482[3]*0.5;118.443=\'354(\'+482[0]+\', \'+482[1]+\', \'+482[2]+\', \'+482[3]+\')\'}};26 1124(57,283){37(3.1993+283)*55.257(57,-0.1994)}26 2004(617,625){14 33=55.722(55.257((625[0]-617[0]),2)+55.257((625[1]-617[1]),2));37 5.2003*55.522(33)+7.2005}26 905(77){14 84=(55.1360(2*77)-1)/(55.1360(2*77)+1);37 84}26 725(110){14 333=13.49.333;14 293=13.120.340();14 402=13.326.595;14 249=13.280.595;14 561=18;14 1244=18;14 502=110.41/293;14 376=[];14 421=[];15(!442(350(333))){561=350(333)}27{561=1124(502,0.5)}14 290=[];14 241=[];51(14 17=0,94=110.41;17<94;17++){290.103(110[17][1]);241.103(110[17][0])}26 485(1137,1136){15(1137-1136==0){37 55.257(10,10)}27{37 1137-1136}}14 741,788,789,530;14 724=110.41-1;51(14 227=1,1357=110.41;227<1357;227++){14 441=[];14 706=[];51(14 36=0;36<2;36++){14 17=227-1+36;15(17==0||17==724){441[36]=55.257(10,10)}27 15(290[17+1]-290[17]==0||290[17]-290[17-1]==0){441[36]=0}27 15(((241[17+1]-241[17])/(290[17+1]-290[17])+(241[17]-241[17-1])/(290[17]-290[17-1]))==0){441[36]=0}27 15((290[17+1]-290[17])*(290[17]-290[17-1])<0){441[36]=0}27{441[36]=2/(485(241[17+1],241[17])/ (290[17 + 1] - 290[17]) + 485(241[17], 241[17 - 1]) /(290[17]-290[17-1]))}}15(227==1){441[0]=3/2*(290[1]-290[0])/ 485(241[1], 241[0]) - 441[1] /2}27 15(227==724){441[1]=3/2*(290[724]-290[724-1])/ 485(241[724], 241[724 - 1]) - 441[0] /2}706[0]=-2*(441[1]+2*441[0])/485(241[227],241[227-1])+6*(290[227]-290[227-1])/55.257(485(241[227],241[227-1]),2);706[1]=2*(2*441[1]+441[0])/485(241[227],241[227-1])-6*(290[227]-290[227-1])/55.257(485(241[227],241[227-1]),2);530=1/6*(706[1]-706[0])/485(241[227],241[227-1]);789=1/2*(241[227]*706[0]-241[227-1]*706[1])/485(241[227],241[227-1]);788=(290[227]-290[227-1]-789*(55.257(241[227],2)-55.257(241[227-1],2))-530*(55.257(241[227],3)-55.257(241[227-1],3)))/485(241[227],241[227-1]);741=290[227-1]-788*241[227-1]-789*55.257(241[227-1],2)-530*55.257(241[227-1],3);14 1242=(241[227]-241[227-1])/561;14 78,559;51(14 36=0,94=561;36<94;36++){78=[];559=241[227-1]+36*1242;78.103(559);78.103(741+788*559+789*55.257(559,2)+530*55.257(559,3));376.103(78);421.103([402(78[0]),249(78[1])])}}376.103(110[17]);421.103([402(110[17][0]),249(110[17][1])]);37[376,421]}26 726(110){14 333=13.49.333;14 641=13.49.641;14 293=13.120.340();14 402=13.326.595;14 249=13.280.595;14 561=18;14 1244=18;14 84=18;14 1108=18;14 1109=18;14 1113=18;14 1114=18;14 78=18;14 54,33,695,989,994,985;14 992,988,993,996;14 1006,1008,93;14 383=[];14 2006=[];14 502=110.41/293;14 98,111,361,640,775;14 376=[];14 421=[];15(!442(350(333))){561=350(333)}27{561=1124(502,0.5)}15(!442(350(641))){641=350(641)}51(14 17=0,94=110.41-1;17<94;17++){15(641===18){1113=55.335((110[17+1][1]-110[17][1])/(110[17+1][0]-110[17][0]));98=0.3;111=0.6;361=(111-98)/2.0;640=2.5;775=-1.4;78=1113/640+775;1108=361*905(78)-361*905(775)+98;15(17>0){1114=55.335((110[17][1]-110[17-1][1])/(110[17][0]-110[17-1][0]))}78=1114/640+775;1109=361*905(78)-361*905(775)+98;84=(1108+1109)/2.0}27{84=641}51(54=0;54<561;54++){33=54/561;695=(1+2*33)*55.257((1-33),2);989=33*55.257((1-33),2);994=55.257(33,2)*(3-2*33);985=55.257(33,2)*(33-1);15(110[17-1]){992=84*(110[17+1][0]-110[17-1][0]);988=84*(110[17+1][1]-110[17-1][1])}27{992=84*(110[17+1][0]-110[17][0]);988=84*(110[17+1][1]-110[17][1])}15(110[17+2]){993=84*(110[17+2][0]-110[17][0]);996=84*(110[17+2][1]-110[17][1])}27{993=84*(110[17+1][0]-110[17][0]);996=84*(110[17+1][1]-110[17][1])}1006=695*110[17][0]+994*110[17+1][0]+989*992+985*993;1008=695*110[17][1]+994*110[17+1][1]+989*988+985*996;93=[1006,1008];376.103(93);421.103([402(1006),249(1008)])}}376.103(110[94]);421.103([402(110[94][0]),249(110[94][1])]);37[376,421]}$.22.516.62.1119=26(67){14 402=13.326.398;14 249=13.280.398;14 44=13.316;14 458=13.890;13.187=[];13.721=[];13.49.376=[];13.49.421=[];13.49.500=[];13.49.512=[];13.49.621=[];13.49.622=[];14 118=13.49.118;14 658=56;51(14 17=0,94=44.41;17<94;17++){15(44[17][0]!=18&&44[17][1]!=18){13.187.103([402.108(13.326,44[17][0]),249.108(13.280,44[17][1])])}27 15(44[17][0]==18){658=52;13.187.103([18,249.108(13.280,44[17][1])])}27 15(44[17][1]==18){658=52;13.187.103([402.108(13.326,44[17][0]),18])}15(458[17]!=18&&458[17][0]!=18&&458[17][1]!=18){13.721.103([402.108(13.326,458[17][0]),249.108(13.280,458[17][1])])}27 15(458[17]!=18&&458[17][0]==18){13.721.103([18,249.108(13.280,458[17][1])])}27 15(458[17]!=18&&458[17][0]!=18&&458[17][1]==18){13.721.103([402.108(13.326,458[17][0]),18])}}15(658){13.49.333=56;15(13.387===\'420\'){118.89=56}}15(13.387===\'420\'&&118.89){51(14 17=0,94=118.457.41;17<94;17++){13.49.500.103([402.108(13.326,118.457[17][0]),249.108(13.280,118.457[17][1])])}51(14 17=0,94=118.446.41;17<94;17++){13.49.512.103([402.108(13.326,118.446[17][0]),249.108(13.280,118.446[17][1])])}}15(13.387===\'420\'&&13.49.333&&13.187.41>2){14 171;15(13.49.1165){171=725.108(13,13.187);13.49.376=171[0];13.49.421=171[1];15(118.89){171=725.108(13,13.49.500);13.49.621=171[0];171=725.108(13,13.49.512);13.49.622=171[0]}171=18}27{171=726.108(13,13.187);13.49.376=171[0];13.49.421=171[1];15(118.89){171=726.108(13,13.49.500);13.49.621=171[0];171=726.108(13,13.49.512);13.49.622=171[0]}171=18}}};$.22.516.62.1141=26(44,67){14 402=13.326.398;14 249=13.280.398;14 110=[];14 2008=[];13.49.376=[];13.49.421=[];13.49.500=[];13.49.512=[];13.49.621=[];13.49.622=[];14 118=13.49.118;14 658=56;51(14 17=0;17<44.41;17++){15(44[17][0]!=18&&44[17][1]!=18){110.103([402.108(13.326,44[17][0]),249.108(13.280,44[17][1])])}27 15(44[17][0]==18){658=52;110.103([18,249.108(13.280,44[17][1])])}27 15(44[17][1]==18){658=52;110.103([402.108(13.326,44[17][0]),18])}}15(658){13.49.333=56;15(13.387===\'420\'){118.89=56}}15(13.387===\'420\'&&118.89){51(14 17=0,94=118.457.41;17<94;17++){13.49.500.103([402.108(13.326,118.457[17][0]),249.108(13.280,118.457[17][1])])}51(14 17=0,94=118.446.41;17<94;17++){13.49.512.103([402.108(13.326,118.446[17][0]),249.108(13.280,118.446[17][1])])}}15(13.387===\'420\'&&13.49.333&&110.41>2){14 171;15(13.49.1165){171=725.108(13,110);13.49.376=171[0];13.49.421=171[1];15(118.89){171=725.108(13,13.49.500);13.49.621=171[0];171=725.108(13,13.49.512);13.49.622=171[0]}171=18}27{171=726.108(13,110);13.49.376=171[0];13.49.421=171[1];15(118.89){171=726.108(13,13.49.500);13.49.621=171[0];171=726.108(13,13.49.512);13.49.622=171[0]}171=18}}37 110};$.22.516.62.129=26(59,110,39,67){14 17;14 58=$.177(52,{},39);14 260=(58.260!=322)?58.260:13.260;14 774=(58.774!=322)?58.774:13.774;14 156=(58.156!=322)?58.156:13.156;14 661=(58.661!=322)?58.661:13.661;14 778,729,772,719;59.540();15(110.41){15(774){15(156){15(13.767){14 657=13.657;15(!13.1218){657=58.297}14 894=56;14 1170=58.297;15(661){14 720=110.279(0)}15(13.198==0||!13.593){14 437=[];14 773=(13.49.333)?13.49.421:13.316;13.408=[];14 586=13.280.398(13.1171);14 2007=13.326.398(13.1171);58.229=52;15(13.968==\'76\'){437.103([110[0][0],586]);13.408.103([110[0][0],586]);51(14 17=0;17<110.41-1;17++){437.103(110[17]);13.408.103(110[17]);15(773[17][1]*773[17+1][1]<=0){15(773[17][1]<0){894=52;58.297=657}27{894=56;58.297=1170}14 982=110[17][0]+(110[17+1][0]-110[17][0])*(586-110[17][1])/(110[17+1][1]-110[17][1]);437.103([982,586]);13.408.103([982,586]);15(260){13.49.302.129(59,437,58)}13.49.303.129(59,437,58);437=[[982,586]]}}15(773[110.41-1][1]<0){894=52;58.297=657}27{894=56;58.297=1170}437.103(110[110.41-1]);13.408.103(110[110.41-1]);437.103([110[110.41-1][0],586]);13.408.103([110[110.41-1][0],586])}15(260){13.49.302.129(59,437,58)}13.49.303.129(59,437,58)}27{14 776=13.721;51(14 17=776.41;17>0;17--){110.103(776[17-1])}15(260){13.49.302.129(59,110,58)}13.408=110;13.49.303.129(59,110,58)}}27{15(661){14 720=110.279(0)}15(13.198==0||!13.593){14 1169=59.120.141;110.1229([110[0][0],1169]);14 815=110.41;110.103([110[815-1][0],1169])}27{14 776=13.721;51(14 17=776.41;17>0;17--){110.103(776[17-1])}}13.408=110;15(260){13.49.302.129(59,110,58)}13.49.303.129(59,110,58)}15(661){14 1228=$.177(52,{},58,{156:56,229:56});13.49.303.129(59,720,1228);15(13.504.89){15(13.49.333){720=13.187}51(17=0;17<720.41;17++){13.504.129(720[17][0],720[17][1],59,58.496)}}}}27{15(13.49.118.89){14 619;14 466=$.177(52,{},58);15(13.49.118.1299){619=(13.49.333)?13.49.621:13.49.500;13.49.303.129(59,619,58);619=(13.49.333)?13.49.622:13.49.512;13.49.303.129(59,619,466)}15(13.49.118.156){15(13.49.333){619=13.49.621.852(13.49.622.521())}27{619=13.49.500.852(13.49.512.521())}13.408=619;466.229=52;466.156=52;466.297=13.49.118.443;13.49.303.129(59,619,466)}}15(260){13.49.302.129(59,110,58)}13.49.303.129(59,110,58)}}14 778=772=729=719=18;51(17=0;17<13.408.41;17++){14 93=13.408[17];15(778>93[0]||778==18){778=93[0]}15(719<93[1]||719==18){719=93[1]}15(772<93[0]||772==18){772=93[0]}15(729>93[1]||729==18){729=93[1]}}15(13.565===\'420\'&&13.49.118.89){719=13.280.398(13.49.118.417);729=13.280.398(13.49.118.436)}13.779=[[778,719],[772,729]];15(13.504.89&&!156){15(13.49.333){110=13.187}51(17=0;17<110.41;17++){15(110[17][0]!=18&&110[17][1]!=18){13.504.129(110[17][0],110[17][1],59,58.496)}}}}59.499()};$.22.516.62.879=26(59,110,39){};26 1297(91,44,39){51(14 17=0;17<13.40.41;17++){15(13.40[17].49.281==$.22.516){15(13.40[17].557){13.40[17].501=56}}}}26 1298(){15(13.356.388&&13.356.388.642){13.356.388.642.1295();13.356.388.642=18}13.356.388.733=18;13.356.388.642=86 $.22.498();13.264.48.959(13.356.388.642.309(13.275,\'22-388-969-120\',13.117,13));13.356.388.642.771();13.264.48.508(\'1264\',{67:13},26(126){763(126.44.67)})}26 969(67,445,1265,121){14 33=67.40[445];14 120=67.356.388.642;120.314.427(0,0,120.314.120.137,120.314.120.141);33.1259=1265;67.356.388.733=445;14 58={297:33.615};15(33.565===\'420\'&&33.49.118.89){58.156=52;58.229=52}33.49.303.129(120.314,121,58);120=18}26 763(67){14 120=67.356.388.642;120.314.427(0,0,120.314.120.137,120.314.120.141);51(14 17=0;17<67.40.41;17++){67.40[17].1259=18}67.356.388.733=18;67.91.346(\'2002\');120=18}26 1261(126,315,899,236,67){15(236){14 469=[236.332,236.362,236.44];14 977=785.447(\'2001\');977.288=126.288;977.284=126.284;67.91.346(977,469);15(67.40[469[0]].557&&!(469[0]==67.356.388.733)){14 167=785.447(\'1276\');167.616=126.616;167.288=126.288;167.284=126.284;67.91.346(167,469);969(67,236.332,236.362,236.121)}}27 15(236==18){763(67)}}26 1275(126,315,899,236,67){15(236){14 469=[236.332,236.362,236.44];15(67.40[469[0]].501&&!(469[0]==67.356.388.733)){14 167=785.447(\'1276\');167.616=126.616;167.288=126.288;167.284=126.284;67.91.346(167,469);969(67,236.332,236.362,236.121)}}27 15(236==18){763(67)}}26 1274(126,315,899,236,67){14 194=67.356.388.733;15(194!=18&&67.40[194].501){763(67)}}26 1273(126,315,899,236,67){15(236){14 469=[236.332,236.362,236.44];14 167=785.447(\'1996\');167.616=126.616;167.288=126.288;167.284=126.284;67.91.346(167,469)}}26 1269(126,315,899,236,67){15(236){14 469=[236.332,236.362,236.44];14 194=67.356.388.733;15(194!=18&&67.40[194].501){763(67)}14 167=785.447(\'1995\');167.616=126.616;167.288=126.288;167.284=126.284;67.91.346(167,469)}}$.22.517=26(){};$.22.517.62.231=26(39){13.246=18;13.1065="&1997;";13.1469=52;13.1061=18;13.1060=18;13.826=56;13.1483=56;13.966=0;13.1055=0;13.1480=56;13.651=\'\';13.954=56;13.975=1.0;$.177(52,13,39);15(13.246){15(!$.462(13.246)){13.246=18}27 15(13.246.41<2||13.246[1]<=13.246[0]){13.246=18}}15(13.190!=18&&13.190<2){13.190=2}13.1057()};$.22.517.62.129=26(59,67){15(13.89){13.49.1486.108(13,67);14 293=0;14 78;15(13.48){13.48.574();13.48=18}13.48=$(276.309(\'409\'));13.48.401(\'22-116 22-\'+13.88);13.48.68(\'274\',\'454\');15(13.88==\'243\'||13.88==\'282\'){13.48.137(13.117.137)}27{13.48.141(13.117.141)}13.744.116=13.88;13.263=86 13.1467(13.744);15(13.263.89){14 132=13.263.129(59,67);132.1435(13.48);132=18}14 54=13.269;14 294;51(14 17=0;17<54.41;17++){294=54[17];15(294.89&&294.468&&(!294.360||13.1174)){13.48.419(294.129(59,67))}}294=18;54=18}37 13.48};$.22.517.62.972=26(){13.98=13.368.98;13.111=13.368.111;13.223=13.368.223;13.190=13.368.190;13.651=\'\';15(13.954&&13.364&&13.364.256){13.364.256=\'\'}};$.22.517.62.399=26(){14 293=0;14 78;14 174=0;14 201=0;14 677=(13.263==18)?56:13.263.89;15(13.89){14 54=13.269;14 294;51(14 17=0;17<54.41;17++){294=54[17];15(!294.830&&294.89&&294.468&&(!294.360||13.1174)){15(13.88==\'243\'||13.88==\'282\'){78=294.48.713(52)}27{78=294.48.716(52)}15(78>293){293=78}}}294=18;54=18;15(677){174=13.263.48.716(52);201=13.263.48.713(52)}15(13.88==\'243\'){293=293+201;13.48.68({\'141\':293+\'265\',97:\'336\',172:\'336\'})}27 15(13.88==\'282\'){293=293+201;13.48.68({\'141\':293+\'265\',97:\'336\',115:\'336\'})}27 15(13.88==\'301\'){293=293+174;13.48.68({\'137\':293+\'265\',97:\'336\',115:\'336\'});15(677&&13.263.281==$.22.566){13.263.48.68(\'137\',174+\'265\')}}27{293=293+174;13.48.68({\'137\':293+\'265\',163:\'336\',115:\'336\'});15(677&&13.263.281==$.22.566){13.263.48.68(\'137\',174+\'265\')}}}};$.22.517.62.1486=26(67){14 291=13.269;14 829=13.291;14 88=13.88;14 381=13.514;14 293=(13.88.404(0)===\'77\')?13.117.137:13.117.141;14 304;14 98,111;14 1998,2000;14 839,17;14 782=13.98;14 838=13.111;14 1422=13.190;14 1420=13.223;14 636=30;13.975=(55.111(293,636+1)-636)/300.0;15(829.41){51(17=0;17<829.41;17++){14 411=829[17];14 54=86 13.874(13.364);15($.462(411)){54.161=411[0];15(13.246){15(411[0]==13.246[0]){54.162=13.1065;54.830=52;54.552=56;54.475=56}27 15(411[0]>13.246[0]&&411[0]<=13.246[1]){54.89=56;54.552=56;54.162=411[1]}27{54.162=411[1]}}27{54.162=411[1]}54.955(411[0],13.88);13.269.103(54)}27 15($.723(411)){$.177(52,54,411);54.116=13.88;13.269.103(54)}27{54.161=411;15(13.246){15(411==13.246[0]){54.162=13.1065;54.830=52;54.552=56;54.475=56}27 15(411>13.246[0]&&411<=13.246[1]){54.89=56;54.552=56}}54.955(411,13.88);13.269.103(54)}}13.190=829.41;13.98=13.269[0].161;13.111=13.269[13.190-1].161;13.223=(13.111-13.98)/(13.190-1)}27{15(88==\'243\'||88==\'282\'){293=13.117.137}27{293=13.117.141}14 739=13.190;15(13.1480){15(13.88===\'282\'&&67.146.243.89){739=67.146.243.190}27 15(13.88.404(0)===\'76\'&&13.88!==\'301\'&&13.88!==\'569\'&&67.146.301.89){739=67.146.301.190}}98=((13.98!=18)?13.98:381.98);111=((13.111!=18)?13.111:381.111);14 349=111-98;14 692,691;14 78;15(13.364==18||!13.364.256){13.954=52}15(13.98==18||13.111==18&&13.223==18&&!13.979){15(13.826){15(98>0){98=0}15(111<0){111=0}}15(13.1483){15(98>100){98=100}15(111<100){111=100}}14 515=56,554=56;15(13.98!=18){515=52}27 15(13.111!=18){554=52}14 171=$.22.694(98,111,13.975,739,515,554);14 970=(13.98!=18)?98:98+349*(13.481-1);14 974=(13.111!=18)?111:111-349*(13.597-1);15(98<970||111>974){970=(13.98!=18)?98:98-349*(13.481-1);974=(13.111!=18)?111:111+349*(13.597-1);171=$.22.694(970,974,13.975,739,515,554)}13.98=171[0];13.111=171[1];13.190=171[2];13.651=171[3];13.223=171[4]}27{15(98==111){14 980=0.1466;15(98>0){980=55.111(55.522(98)/55.638,0.1466)}98-=980;111+=980}15(13.979&&13.98==18&&13.111==18){14 958,455,777;14 656=56;14 769=56;14 1999={98:18,111:18,2042:18,2049:18};51(14 17=0;17<13.448.41;17++){14 33=13.448[17];14 1487=(33.968==\'77\')?33.326.88:33.280.88;15(13.88==1487){14 629=33.827[33.968];14 600=629[0];14 687=629[0];51(14 36=1;36<629.41;36++){15(629[36]<600){600=629[36]}27 15(629[36]>687){687=629[36]}}14 632=(687-600)/687;15(33.49.281==$.22.801){15(600>=0&&(33.767||632>0.1)){656=52}27{656=56;15(33.156&&33.767&&600<0&&687>0){769=52}27{769=56}}}27 15(33.156){15(600>=0&&(33.767||632>0.1)){656=52}27 15(600<0&&687>0&&33.767){656=56;769=52}27{656=56;769=56}}27 15(600<0){656=56}}}15(656){13.190=2+55.330((293-(13.689-1))/13.689);13.98=0;782=0;455=111/(13.190-1);78=55.257(10,55.335(55.390(55.522(455)/55.638)));15(455/78==200(455/78,10)){455+=78}13.223=55.330(455/78)*78;13.111=13.223*(13.190-1)}27 15(769){13.190=2+55.330((293-(13.689-1))/13.689);14 967=55.330(55.335(98)/349*(13.190-1));14 1072=13.190-1-967;455=55.111(55.335(98/967),55.335(111/1072));78=55.257(10,55.335(55.390(55.522(455)/55.638)));13.223=55.330(455/78)*78;13.111=13.223*1072;13.98=-13.223*967}27{15(13.190==18){15(13.223){13.190=3+55.330(349/13.223)}27{13.190=2+55.330((293-(13.689-1))/13.689)}}15(13.223==18){455=349/(13.190-1);15(455<1){78=55.257(10,55.335(55.390(55.522(455)/55.638)))}27{78=1}13.223=55.330(455*78*13.325)/78}27{78=1/13.223}958=13.223*(13.190-1);777=(958-349)/2;15(13.98==18){13.98=55.390(78*(98-777))/78}15(13.111==18){13.111=13.98+958}}14 567=$.22.764(13.223);14 451;15(567.898>=567.1155){451=\'%57\'}27{14 78=55.111(0,5-567.898);78=55.98(78,567.450);451=\'%.\'+78+\'283\'}13.651=451}27{692=(13.98!=18)?13.98:98-349*(13.481-1);691=(13.111!=18)?13.111:111+349*(13.597-1);349=691-692;15(13.190==18){15(13.223!=18){13.190=55.330((691-692)/13.223)+1}27 15(293>100){13.190=200(3+(293-100)/75,10)}27{13.190=2}}15(13.223==18){13.223=349/(13.190-1)}15(13.111==18){691=692+13.223*(13.190-1)}15(13.98==18){692=691-13.223*(13.190-1)}14 567=$.22.764(13.223);14 451;15(567.898>=567.1155){451=\'%57\'}27{14 78=55.111(0,5-567.898);78=55.98(78,567.450);451=\'%.\'+78+\'283\'}13.651=451;13.98=692;13.111=691}15(13.49.281==$.22.517&&13.651==\'\'){349=13.111-13.98;14 1414=86 13.874(13.364);14 519=1414.256||$.22.271.956;14 519=519.155($.22.509.1152)[0];14 242=0;15(519){15(519.781(/[2100]/)>-1){14 197=519.155(/\\%\\.(\\57{0,})?[2084]/);15(197){242=200(197[1],10)}27{242=6}}27 15(519.781(/[2079]/)>-1){242=0}14 328=55.257(10,-242);15(13.223<328){15(1422==18&&1420==18){13.223=328;15(838==18&&782==18){13.98=55.390(13.514.98/328)*328;15(13.98==13.514.98){13.98=13.514.98-13.223}13.111=55.330(13.514.111/328)*328;15(13.111==13.514.111){13.111=13.514.111+13.223}14 81=(13.111-13.98)/13.223;81=81.976(11);81=55.330(81);13.190=81+1}27 15(838==18){14 81=(13.514.111-13.98)/13.223;81=81.976(11);13.190=55.330(81)+2;13.111=13.98+13.223*(13.190-1)}27 15(782==18){14 81=(13.111-13.514.98)/13.223;81=81.976(11);13.190=55.330(81)+2;13.98=13.111-13.223*(13.190-1)}27{13.190=55.330((838-782)/13.223)+1;13.98=55.390(782*55.257(10,242))/55.257(10,242);13.111=55.330(838*55.257(10,242))/55.257(10,242);13.190=55.330((13.111-13.98)/13.223)+1}}}}}}15(13.954&&13.651!=\'\'){13.364=13.364||{};13.364.256=13.651}14 54,933;51(14 17=0;17<13.190;17++){839=13.98+17*13.223;54=86 13.874(13.364);54.955(839,13.88);13.269.103(54);15(17<13.190-1){51(14 36=0;36<13.1055;36++){839+=13.223/(13.1055+1);933=$.177(52,{},13.364,{88:13.88,161:839,162:\'\',360:52});54=86 13.874(933);13.269.103(54)}}54=18}}15(13.966){13.98=13.98-13.966*13.223;13.111=13.111+13.966*13.223}291=18};$.22.517.62.2089=26(58){15($.462(58)&&58.41==13.269.41){14 54;51(14 17=0;17<58.41;17++){54=13.269[17];54.161=58[17];54.162=54.1050(54.256,58[17]);54.162=54.295+54.162;54.48.614(54.162)}54=18;13.98=$.22.1391(58);13.111=$.22.1388(58);13.329()}};$.22.517.62.329=26(207,125){207=207||{};125=125||13.378;14 291=13.269;14 111=13.111;14 98=13.98;14 1106=125.111;14 631=125.98;14 677=(13.263==18)?56:13.263.89;51(14 93 262 207){13.48.68(93,207[93])}13.378=125;14 405=1106-631;14 403=111-98;15(13.246){403=403-13.246[1]+13.246[0];13.1396=26(93){37(93-631)*403/405+98};13.535=26(286){15(286>13.246[0]&&286<13.246[1]){286=13.246[0]}15(286<=13.246[0]){37(286-98)*405/403+631}27{37(286-13.246[1]+13.246[0]-98)*405/403+631}};15(13.88.404(0)==\'77\'){13.398=26(286){15(286>13.246[0]&&286<13.246[1]){286=13.246[0]}15(286<=13.246[0]){37(286-98)*405/403}27{37(286-13.246[1]+13.246[0]-98)*405/403}};13.595=26(93){37 93*403/405+98}}27{13.398=26(286){15(286>13.246[0]&&286<13.246[1]){286=13.246[0]}15(286>=13.246[1]){37(286-111)*405/403}27{37(286+13.246[1]-13.246[0]-111)*405/403}};13.595=26(93){37 93*403/405+111}}}27{13.1396=26(93){37(93-631)*403/405+98};13.535=26(286){37(286-98)*405/403+631};15(13.88==\'243\'||13.88==\'282\'){13.398=26(286){37(286-98)*405/403};13.595=26(93){37 93*403/405+98}}27{13.398=26(286){37(286-111)*405/403};13.595=26(93){37 93*403/405+111}}}15(13.89){15(13.88==\'243\'||13.88==\'282\'){51(14 17=0;17<291.41;17++){14 54=291[17];15(54.89&&54.468){14 406;15(54.281==$.22.1401&&54.366){14 78=(13.88==\'243\')?1:-1;317(54.1398){74\'728\':15(78*54.366<0){406=-54.340()+54.374.141*55.709(-54.374.366)/2}27{406=-54.374.141*55.709(54.374.366)/2}83;74\'990\':406=-54.340()+54.374.141*55.709(-54.374.366)/2;83;74\'823\':406=-54.374.141*55.709(54.374.366)/2;83;74\'1400\':406=-54.340()/2+54.374.141*55.709(-54.374.366)/2;83;355:406=-54.340()/2+54.374.141*55.709(-54.374.366)/2;83}}27{406=-54.340()/2}14 259=13.535(54.161)+406+\'265\';54.48.68(\'97\',259);54.329()}}15(677){14 174=13.263.48.716(52);13.263.48.68(\'97\',631+405/2-174/2+\'265\');15(13.88==\'243\'){13.263.48.68(\'172\',\'336\')}27{13.263.48.68(\'115\',\'336\')}13.263.329()}}27{51(14 17=0;17<291.41;17++){14 54=291[17];15(54.89&&54.468){14 406;15(54.281==$.22.1401&&54.366){14 78=(13.88==\'301\')?1:-1;317(54.1398){74\'728\':74\'990\':15(78*54.366<0){406=-54.374.141*55.866(-54.374.366)/2}27{406=-54.327()+54.374.141*55.866(54.374.366)/2}83;74\'823\':15(54.366>0){406=-54.374.141*55.866(-54.374.366)/2}27{406=-54.327()+54.374.141*55.866(54.374.366)/2}83;74\'1400\':406=-54.327()/2;83;355:406=-54.327()/2;83}}27{406=-54.327()/2}14 259=13.535(54.161)+406+\'265\';54.48.68(\'115\',259);54.329()}}15(677){14 201=13.263.48.713(52);13.263.48.68(\'115\',1106-405/2-201/2+\'265\');15(13.88==\'301\'){13.263.48.68(\'97\',\'336\')}27{13.263.48.68(\'163\',\'336\')}13.263.329()}}}291=18};26 797(304){14 451;304=55.335(304);15(304>=10){451=\'%57\'}27 15(304>1){15(304===200(304,10)){451=\'%57\'}27{451=\'%.1449\'}}27{14 794=-55.390(55.522(304)/55.638);451=\'%.\'+794+\'283\'}37 451}14 601=[0.1,0.2,0.3,0.4,0.5,0.8,1,2,3,4,5];14 2090=26(283){14 17=601.435(283);15(17>0){37 601[17-1]}27{37 601[601.41-1]/100}};14 2086=26(283){14 17=601.435(283);15(17<601.41-1){37 601[17+1]}27{37 601[0]*100}};26 1102(98,111,999){14 676=55.390(999/2);14 630=55.330(999*1.5);14 1011=731.2095;14 151=(111-98);14 78;14 383;14 822;14 605=$.22.764;14 997;14 519;14 795;14 824;51(14 17=0,94=630-676+1;17<94;17++){795=676+17;78=151/(795-1);383=605(78);78=55.335(999-795)+383.450;15(78<1011){1011=78;822=795;824=383.450}27 15(78===1011){15(383.450<824){822=795;824=383.450}}}997=55.111(824,55.111(605(98).450,605(111).450));15(997===0){519=\'%57\'}27{519=\'%.\'+997+\'283\'}78=151/(822-1);37[98,111,822,519,78]}26 983(349,190){190=190||7;14 964=349/(190-1);14 371=55.257(10,55.390(55.522(964)/55.638));14 606=964/371;14 304;15(371<1){15(606>5){304=10*371}27 15(606>2){304=5*371}27 15(606>1){304=2*371}27{304=371}}27{15(606>5){304=10*371}27 15(606>4){304=5*371}27 15(606>3){304=4*371}27 15(606>2){304=3*371}27 15(606>1){304=2*371}27{304=371}}37 304}26 986(349,555){555=555||1;14 794=55.390(55.522(349)/55.638);14 371=55.257(10,794);14 283=349/371;14 328;283=283/555;15(283<=0.38){328=0.1}27 15(283<=1.6){328=0.2}27 15(283<=4.0){328=0.5}27 15(283<=8.0){328=1.0}27 15(283<=16.0){328=2}27{328=5}37 328*371}26 1103(349,555){14 794=55.390(55.522(349)/55.638);14 371=55.257(10,794);14 283=349/371;14 304;14 328;283=283/555;15(283<=0.38){328=0.1}27 15(283<=1.6){328=0.2}27 15(283<=4.0){328=0.5}27 15(283<=8.0){328=1.0}27 15(283<=16.0){328=2}27{328=5}304=328*371;37[304,328,371]}$.22.694=26(461,434,555,190,515,554){515=(515===18)?56:515;554=(554===18||515)?56:554;15(461===434){434=(434)?0:1}555=555||1.0;15(434<461){14 84=434;434=461;461=84}14 151=[];14 254=986(434-461,555);14 605=$.22.764;15(190==18){15(!515&&!554){151[0]=55.390(461/254)*254; 151[1]=55.330(434/254)*254; 151[2]=55.382((151[1]-151[0])/254+1.0);151[3]=797(254);151[4]=254}27 15(515){151[0]=461;151[2]=55.330((434-461)/254+1.0); 151[1]=461+(151[2]-1)*254;14 1093=605(461).450;14 995=605(254).450;15(1093<995){151[3]=797(254)}27{151[3]=\'%.\'+1093+\'283\'}151[4]=254}27 15(554){151[1]=434;151[2]=55.330((434-461)/254+1.0); 151[0]=434-(151[2]-1)*254;14 1098=605(434).450;14 995=605(254).450;15(1098<995){151[3]=797(254)}27{151[3]=\'%.\'+1098+\'283\'}151[4]=254}}27{14 338=[];338[0]=55.390(461/254)*254; 338[1]=55.330(434/254)*254; 338[2]=55.382((338[1]-338[0])/254+1.0);338[3]=797(254);338[4]=254;15(338[2]===190){151=338}27{14 1104=983(338[1]-338[0],190);151[0]=338[0];151[2]=190;151[4]=1104;151[3]=797(1104);151[1]=151[0]+(151[2]-1)*151[4]}}37 151};$.22.694.986=986;$.22.694.983=983;$.22.694.1103=1103;$.22.694.1102=1102;$.22.518=26(39){13.89=52;13.311=\'1417\';13.217=2;13.313=9.0;13.157=\'#2096\';13.260=52;13.800=45;13.761=1;13.798=3;13.799=\'0.1088\';13.302=86 $.22.783();13.303=86 $.22.871();$.177(52,13,39)};$.22.518.62.231=26(39){$.177(52,13,39);14 841={366:13.800,386:13.761,550:13.799,217:13.217,523:13.798,229:52};15(13.311.435(\'1439\')!=-1){841.156=52}15(13.311.435(\'1440\')!=-1){841.396=52;841.229=56}13.302.231(841);14 864={156:56,396:56,312:13.157,297:13.157,217:13.217,229:52};15(13.311.435(\'1439\')!=-1){864.156=52}15(13.311.435(\'1440\')!=-1){864.396=52;864.229=56}13.303.231(864)};$.22.518.62.1010=26(77,76,59,156,39){14 361=1.2;14 324=13.313/2/361;14 352=13.313/2*361;14 121=[[77-324,76],[77,76+352],[77+324,76],[77,76-352]];15(13.260){13.302.129(59,121)}13.303.129(59,121,39)};$.22.518.62.1263=26(77,76,59,156,39){14 361=1.0;14 324=13.313/2*361;14 352=13.313/2*361;14 792=[[77,76-352],[77,76+352]];14 791=[[77+324,76],[77-324,76]];14 58=$.177(52,{},13.39,{229:56});15(13.260){13.302.129(59,792,{229:56});13.302.129(59,791,{229:56})}13.303.129(59,792,58);13.303.129(59,791,58)};$.22.518.62.1499=26(77,76,59,156,39){14 361=1.0;14 324=13.313/2*361;14 352=13.313/2*361;14 58=$.177(52,{},13.39,{229:56});14 792=[[77-324,76-352],[77+324,76+352]];14 791=[[77-324,76+352],[77+324,76-352]];15(13.260){13.302.129(59,792,{229:56});13.302.129(59,791,{229:56})}13.303.129(59,792,58);13.303.129(59,791,58)};$.22.518.62.1232=26(77,76,59,156,39){14 361=1.0;14 324=13.313/2*361;14 352=13.313/2*361;14 121=[[77-324,76],[77+324,76]];15(13.260){13.302.129(59,121)}13.303.129(59,121,39)};$.22.518.62.363=26(637,861,59,156,39){14 121=[637,861];15(13.260){13.302.129(59,121)}13.303.129(59,121,39)};$.22.518.62.1075=26(77,76,59,156,39){14 361=1.0;14 324=13.313/2/361;14 352=13.313/2*361;14 121=[[77-324,76-352],[77-324,76+352],[77+324,76+352],[77+324,76-352]];15(13.260){13.302.129(59,121)}13.303.129(59,121,39)};$.22.518.62.1074=26(77,76,59,156,39){14 1428=13.313/2;14 990=2*55.367;14 121=[77,76,1428,0,990,52];15(13.260){13.302.129(59,121)}13.303.129(59,121,39)};$.22.518.62.129=26(77,76,59,39){39=39||{};15(39.89==18||39.89!=56){15(39.157&&!39.297){39.297=39.157}15(39.157&&!39.312){39.312=39.157}317(13.311){74\'1721\':13.1010(77,76,59,56,39);83;74\'2097\':13.1010(77,76,59,52,39);83;74\'2094\':13.1074(77,76,59,56,39);83;74\'1417\':13.1074(77,76,59,52,39);83;74\'2083\':13.1075(77,76,59,56,39);83;74\'2082\':13.1075(77,76,59,52,39);83;74\'77\':13.1499(77,76,59,52,39);83;74\'2080\':13.1263(77,76,59,52,39);83;74\'2093\':13.1232(77,76,59,52,39);83;74\'420\':13.363(77,76,59,56,39);83;355:13.1010(77,76,59,56,39);83}}};$.22.783=26(39){13.366=45;13.386=1;13.550=0.1088;13.217=1.5;13.418=\'924\';13.305=\'382\';13.229=56;13.156=56;13.523=3;13.312=\'354(0,0,0,0.1)\';13.396=56;$.177(52,13,39)};$.22.783.62.231=26(39){$.177(52,13,39)};$.22.783.62.129=26(59,121,39){59.540();14 58=(39!=18)?39:{};14 156=(58.156!=18)?58.156:13.156;14 369=(58.369!=18)?58.369:13.369;14 229=(58.229!=18)?58.229:13.229;14 386=(58.386!=18)?58.386:13.386;14 550=(58.550!=18)?58.550:13.550;14 523=(58.523!=18)?58.523:13.523;14 396=(58.396!=18)?58.396:13.396;14 392=(58.392!=18)?58.392:13.392;59.217=(58.217!=18)?58.217:13.217;59.418=(58.418!=18)?58.418:13.418;59.305=(58.305!=18)?58.305:13.305;59.312=58.312||13.312||\'354(0,0,0,\'+550+\')\';59.297=58.297||13.297||\'354(0,0,0,\'+550+\')\';51(14 36=0;36<523;36++){14 608=$.22.1148(59,392);59.1425(55.866(13.366*55.367/180)*386,55.709(13.366*55.367/180)*386);608.697();15(396){59.1367(121[0],121[1],121[2],121[3],121[4],52)}27 15(369){15(369){59.369(121[0],121[1],121[2],121[3])}}27 15(121&&121.41){14 490=52;51(14 17=0;17<121.41;17++){15(121[17][0]!=18&&121[17][1]!=18){15(490){608.610(121[17][0],121[17][1]);490=56}27{608.609(121[17][0],121[17][1])}}27{490=52}}}15(229){608.229()}15(156){59.156()}27{59.926()}}59.499()};$.22.871=26(39){13.217=1.5;13.392=\'1085\';13.418=\'924\';13.305=\'382\';13.229=56;13.156=56;13.396=56;13.369=56;13.558=56;13.427=56;13.312=\'#1084\';13.297=\'#1084\';$.177(52,13,39)};$.22.871.62.231=26(39){$.177(52,13,39)};$.22.871.62.129=26(59,121,39){59.540();14 58=(39!=18)?39:{};14 156=(58.156!=18)?58.156:13.156;14 229=(58.229!=18)?58.229:13.229;14 369=(58.369!=18)?58.369:13.369;14 558=(58.558!=18)?58.558:13.558;14 427=(58.427!=18)?58.427:13.427;14 396=(58.396!=18)?58.396:13.396;14 392=(58.392!=18)?58.392:13.392;14 608=$.22.1148(59,392);59.217=58.217||13.217;59.418=58.418||13.418;59.305=58.305||13.305;59.312=(58.312||58.157)||13.312;59.297=58.297||13.297;59.697();15(396){59.1367(121[0],121[1],121[2],121[3],121[4],52);15(229){59.229()}15(156){59.156()}27{59.926()}59.499();37}27 15(427){59.427(121[0],121[1],121[2],121[3]);59.499();37}27 15(369||558){15(369){59.369(121[0],121[1],121[2],121[3])}15(558){59.558(121[0],121[1],121[2],121[3]);59.499();37}}27 15(121&&121.41){14 490=52;51(14 17=0;17<121.41;17++){15(121[17][0]!=18&&121[17][1]!=18){15(490){608.610(121[17][0],121[17][1]);490=56}27{608.609(121[17][0],121[17][1])}}27{490=52}}15(229){608.229()}15(156){59.156()}27{59.926()}}59.499()};$.22.790=26(){};$.22.790.62.231=26(39){$.177(52,13,39)};$.22.790.62.1188=26(162,157,325,521){14 1187=(325)?13.1389+\'265\':\'336\';14 594;14 429;14 132;14 857;14 787;132=276.309(\'594\');594=$(132);594.401(\'22-431-168\');132=18;15(521){594.2088(13.48)}27{594.1435(13.48)}15(13.1434){429=$(276.309(\'429\'));429.401(\'22-431-168 22-431-168-690\');429.68({463:\'662\',1097:1187});857=$(276.309(\'409\'));857.401(\'22-431-168-690-1403\');787=$(276.309(\'409\'));787.401(\'22-431-168-690\');787.68({503:157,267:157});594.419(429.419(857.419(787)))}15(13.1432){429=$(276.309(\'429\'));429.401(\'22-431-168 22-431-168-162\');429.68(\'1097\',1187);594.419(429);15(13.918){429.357(162)}27{429.614(162)}}429=18;857=18;787=18;594=18;132=18};$.22.790.62.129=26(){15(13.48){13.48.574();13.48=18}15(13.89){14 40=13.448;14 132=276.309(\'431\');13.48=$(132);13.48.401(\'22-431-168\');14 254={274:\'454\'};15(13.473){254[\'473\']=13.473}15(13.551){254[\'551\']=13.551}15(13.296){254[\'296\']=13.296}15(13.308){254[\'308\']=13.308}15(13.299){254[\'299\']=13.299}15(13.511!=18){254[\'511\']=13.511}15(13.575!=18){254[\'575\']=13.575}15(13.507!=18){254[\'507\']=13.507}15(13.568!=18){254[\'568\']=13.568}14 325=56,521=56,33;51(14 17=0;17<40.41;17++){33=40[17];15(33.593||33.49.281==$.22.1450){521=52}15(33.89&&33.468){14 944=13.1443[17]||33.162.452();15(944){14 157=33.157;15(521&&17<40.41-1){325=52}27 15(521&&17==40.41-1){325=56}13.49.1188.108(13,944,157,325,521);325=52}51(14 36=0;36<$.22.952.41;36++){14 945=$.22.952[36].108(13,33);15(945){13.49.1188.108(13,945.162,945.157,325);325=52}}944=18}}}37 13.48};$.22.790.62.329=26(125){15(13.89){15(13.474==\'847\'){317(13.460){74\'659\':14 84=125.97;14 109=125.115;13.48.68(\'97\',84);13.48.68(\'115\',109);83;74\'81\':14 84=(125.97+(13.117.137-125.163))/2-13.340()/2;14 109=125.115;13.48.68(\'97\',84);13.48.68(\'115\',109);83;74\'596\':14 84=125.163;14 109=125.115;13.48.68({163:84,115:109});83;74\'202\':14 84=125.163;14 109=(125.115+(13.117.141-125.172))/2-13.327()/2;13.48.68({163:84,115:109});83;74\'652\':14 84=125.163;14 109=125.172;13.48.68({163:84,172:109});83;74\'33\':14 84=(125.97+(13.117.137-125.163))/2-13.340()/2;14 109=125.172;13.48.68({97:84,172:109});83;74\'644\':14 84=125.97;14 109=125.172;13.48.68({97:84,172:109});83;74\'174\':14 84=125.97;14 109=(125.115+(13.117.141-125.172))/2-13.327()/2;13.48.68({97:84,115:109});83;355:14 84=125.163;14 109=125.172;13.48.68({163:84,172:109});83}}27 15(13.474==\'592\'){317(13.460){74\'659\':14 84=13.117.137-125.97;14 109=125.115;13.48.68(\'163\',84);13.48.68(\'115\',109);83;74\'81\':14 84=(125.97+(13.117.137-125.163))/2-13.340()/2;14 109=13.117.141-125.115;13.48.68(\'97\',84);13.48.68(\'172\',109);83;74\'596\':14 84=13.117.137-125.163;14 109=125.115;13.48.68({97:84,115:109});83;74\'202\':14 84=13.117.137-125.163;14 109=(125.115+(13.117.141-125.172))/2-13.327()/2;13.48.68({97:84,115:109});83;74\'652\':14 84=13.117.137-125.163;14 109=125.172;13.48.68({97:84,172:109});83;74\'33\':14 84=(125.97+(13.117.137-125.163))/2-13.340()/2;14 109=13.117.141-125.172;13.48.68({97:84,115:109});83;74\'644\':14 84=13.117.137-125.97;14 109=125.172;13.48.68({163:84,172:109});83;74\'174\':14 84=13.117.137-125.97;14 109=(125.115+(13.117.141-125.172))/2-13.327()/2;13.48.68({163:84,115:109});83;355:14 84=125.163;14 109=125.172;13.48.68({163:84,172:109});83}}27{317(13.460){74\'659\':13.48.68({97:0,115:125.115});83;74\'81\':14 84=(125.97+(13.117.137-125.163))/2-13.340()/2;13.48.68({97:84,115:125.115});83;74\'596\':13.48.68({163:0,115:125.115});83;74\'202\':14 109=(125.115+(13.117.141-125.172))/2-13.327()/2;13.48.68({163:125.163,115:109});83;74\'652\':13.48.68({163:125.163,172:125.172});83;74\'33\':14 84=(125.97+(13.117.137-125.163))/2-13.340()/2;13.48.68({97:84,172:125.172});83;74\'644\':13.48.68({97:125.97,172:125.172});83;74\'174\':14 109=(125.115+(13.117.141-125.172))/2-13.327()/2;13.48.68({97:125.97,115:109});83;355:13.48.68({163:125.163,172:125.172});83}}}};$.22.379=26(){13.372={};13.700=18};$.22.379.62.231=26(){14 145=86 $.22.1201({425:\'654\'});14 81,17,359;51(81 262 145.91){15(81=="299"){145.91[81]=13.91.68(\'157\')}27{145.91[81]=13.91.68(81)}}15(13.258.89&&13.258.48){51(81 262 145.258){15(81=="299"){145.258[81]=13.258.48.68(\'157\')}27{145.258[81]=13.258.48.68(81)}}}51(81 262 145.268){145.268[81]=13.268[81]}15(145.268.503==18&&13.268.473!=18){145.268.503=13.268.473}15(13.168.89&&13.168.48){51(81 262 145.168){15(81==\'299\'){145.168[81]=13.168.48.68(\'157\')}27{145.168[81]=13.168.48.68(81)}}}14 33;51(17=0;17<13.40.41;17++){33=13.40[17];15(33.49.281==$.22.516){145.40.103(86 1305())}27 15(33.49.281==$.22.801){145.40.103(86 1326())}27 15(33.49.281==$.22.1468){145.40.103(86 1336())}27 15(33.49.281==$.22.1471){145.40.103(86 1337())}27 15(33.49.281==$.22.1473){145.40.103(86 1359())}27 15(33.49.281==$.22.2091){145.40.103(86 1236())}27{145.40.103({})}51(81 262 145.40[17]){145.40[17][81]=33[81]}}14 84,159;51(81 262 13.146){159=13.146[81];84=145.146[81]=86 1372();84.267=159.267;84.318=159.318;15(159.269&&159.269[0]){51(359 262 84.291){15(159.269[0].439(359)){84.291[359]=159.269[0][359]}27 15(159.269[0].48){84.291[359]=159.269[0].48.68(359)}}}15(159.263&&159.263.89){51(359 262 84.162){15(159.263[359]){84.162[359]=159.263[359]}27 15(159.263.48){15(359==\'299\'){84.162[359]=159.263.48.68(\'157\')}27{84.162[359]=159.263.48.68(359)}}}}}13.701.1202(145);13.701.700=13.701.372[145.425]};$.22.379.62.449=26(88){15(!88){37 13.700}27{37 13.372[88]}};26 1176(84,109){37 84-109}$.22.379.62.2092=26(){14 525=[];51(14 81 262 13.372){525.103(81)}37 525.951(1176)};$.22.379.62.2087=26(){14 525=[];14 372=[];51(14 81 262 13.372){525.103(81)}525.951(1176);51(14 17=0;17<525.41;17++){372.103(13.372[525[17]])}37 372};$.22.379.62.1490=26(67,88){14 635=56;15(!88&&13.700&&13.700.425){88=13.700.425}15(!13.372.439(88)){438 86 343("1175 624 2081 2085 88")}27{14 145=13.372[88];13.700=145;14 259,2099=56,2098=56;14 424=[\'243\',\'282\',\'301\',\'433\'];51(17=0;17<424.41;17++){14 159=424[17];15(145.570.267!=18){67.146[159].267=145.570.267}15(145.570.318!=18){67.146[159].318=145.570.318}}51(14 1178 262 67.146){14 116=67.146[1178];15(116.89){14 1277=145.146[1178]||{};14 1268=145.570;14 527=$.22.177(52,{},1277,1268);259=(145.570.267!=18)?145.570.267:527.267;15(527.267!=18){116.267=527.267;635=52}259=(145.570.318!=18)?145.570.318:527.318;15(527.318!=18){116.318=527.318;635=52}15(116.269&&116.269[0]){51(14 359 262 527.291){259=527.291[359];15(259!=18){116.364[359]=259;116.269=[];635=52}}}15(116.263&&116.263.89){51(14 359 262 527.162){259=527.162[359];15(259!=18){116.744[359]=259;635=52}}}}}51(14 81 262 145.268){15(145.268[81]!=18){67.268[81]=145.268[81]}}15(!635){67.268.129()}15(67.168.89){51(81 262 145.168){15(145.168[81]!=18){67.168[81]=145.168[81]}}}15(67.258.89){51(81 262 145.258){15(145.258[81]!=18){67.258[81]=145.258[81]}}}14 17;51(17=0;17<145.40.41;17++){14 58={};14 2077=56;51(81 262 145.40[17]){259=(145.1196[81]!=18)?145.1196[81]:145.40[17][81];15(259!=18){58[81]=259;15(81==\'157\'){67.40[17].49.303.297=259;67.40[17].49.303.312=259;67.40[17][81]=259}27 15((81==\'217\')||(81==\'392\')){67.40[17].49.303[81]=259;67.40[17][81]=259}27 15(81==\'496\'){743(67.40[17].496,259);743(67.40[17].504,259)}27{67.40[17][81]=259}635=52}}}15(635){67.91.1180();67.129()}51(81 262 145.91){15(145.91[81]!=18){67.91.68(81,145.91[81])}}}};$.22.379.62.1202=26(624,88){15(88){624.425=88}15(!624.425){624.425=277.927(86 277())}15(!13.372.439(624.425)){13.372[624.425]=624}27{438 86 343("22.379 343: 1201 1235 262 1252")}};$.22.379.62.1245=26(88){15(88==\'654\'){37 56}37 598 13.372[88]};$.22.379.62.2055=26(88,306){15(266(88)==\'416\'){306=306||88;88=18}15(306&&306.425){88=306.425}27{88=88||277.927(86 277())}14 145=13.477(13.372[\'654\'].425,88);$.22.177(145,306);37 145};26 646(306){15(306==18||266(306)!=\'416\'){37 306}14 78=86 306.281();51(14 428 262 306){78[428]=646(306[428])}37 78}$.22.646=646;26 743(747,611){15(611==18||266(611)!=\'416\'){37}51(14 428 262 611){15(428==\'844\'){747[428]=646(611[428])}15(611[428]!=18&&266(611[428])==\'416\'){15(!747.439(428)){747[428]={}}743(747[428],611[428])}27{747[428]=611[428]}}}$.22.743=743;$.22.177=26(){14 91=261[0]||{},17=1,41=261.41,940=56,39;15(266 91==="2054"){940=91;91=261[1]||{};17=2}15(266 91!=="416"&&!452.108(91)==="[416 2053]"){91={}}51(;17<41;17++){15((39=261[17])!=18){51(14 88 262 39){14 745=91[88],477=39[88];15(91===477){1193}15(940&&477&&266 477==="416"&&!477.1182){91[88]=$.22.177(940,745||(477.41!=18?[]:{}),477)}27 15(477!==322){91[88]=477}}}}37 91};$.22.379.62.1256=26(845,932){15(845==\'654\'||932==\'654\'){438 86 343("22.379 343: 1237 1256 2056/933 654")}15(13.372.439(932)){438 86 343("22.379 343: 2057 88 1235 262 1252.")}27 15(13.372.439(845)){14 145=13.477(845,932);13.1245(845);37 145}438 86 343("22.379 343: 2059 88 2058 86 88 1209")};$.22.379.62.477=26(1208,935,306){15(935==\'654\'){438 86 343("22.379 343: 1237 477 2052 654 624")}15(!13.372.439(1208)){14 33="22.379 343: 2051 88 1209";438 86 343(33)}15(13.372.439(935)){14 33="22.379 343: 1207 88 1209";438 86 343(33)}27{14 145=646(13.372[1208]);145.425=935;$.22.177(52,145,306);13.1202(145);37 145}};$.22.1201=26(88,306){15(266(88)==\'416\'){306=306||88;88=18}88=88||277.927(86 277());13.425=88;13.91={503:18};13.168={299:18,308:18,296:18,551:18,473:18};13.258={299:18,308:18,296:18,463:18};13.1196={};13.40=[];13.268={759:18,1194:18,467:18,503:18,267:18,318:18,260:18};13.570={162:{},291:{}};13.146={};15(266(306)==\'906\'){13.425=306}27 15(266(306)==\'416\'){$.22.177(52,13,306)}};14 1372=26(){13.267=18;13.318=18;13.291=86 1314();13.162=86 1311()};14 1314=26(){13.89=18;13.552=18;13.468=18;13.475=18;13.313=18;13.299=18;13.1304=18;13.296=18;13.308=18};14 1311=26(){13.299=18;13.1304=18;13.296=18;13.308=18;13.1184=18};14 1305=26(){13.157=18;13.217=18;13.392=18;13.260=18;13.443=18;13.937=18;13.496=86 1335()};14 1335=26(){13.89=18;13.311=18;13.217=18;13.313=18;13.157=18;13.260=18};14 1326=26(){13.157=18;13.488=18;13.217=18;13.260=18;13.2046=18;13.2045=18;13.2044=18;13.844=18};14 1336=26(){13.488=18;13.465=18;13.1039=18;13.156=18;13.260=18;13.1042=18;13.217=18;13.844=18};14 1337=26(){13.488=18;13.465=18;13.1039=18;13.156=18;13.260=18;13.1042=18;13.217=18;13.2047=18;13.2048=18;13.2050=18;13.844=18};14 1359=26(){13.157=18;13.217=18;13.260=18;13.465=18;13.2078=18;13.488=18;13.844=18};14 1236=26(){13.465=18;13.503=18;13.2060=18;13.2061=18;13.2072=18;13.2071=18;13.2073=18;13.2074=18;13.2076=18;13.2075=18;13.2070=18};$.348.1448=26(){37 $(13).1289().2069(26(){37 13.1182==3}).357()};$.348.1047=26(){14 68=345.1030?345.1030(13[0],""):13[0].1451;14 1191=68[\'407-311\']?[\'407-311\',\'407-2064\',\'407-313\',\'407-751\']:[\'1498\',\'1184\',\'296\',\'308\'];14 311=[];51(14 17=0;17<1191.41;++17){14 506=385(68[1191[17]]);15(506&&506!=\'2063\'){311.103(506)}}37 311.762(\' \')};$.348.1465=26(39){39=39||{};14 688=(39.688==18)?0:39.688;14 686=(39.686==18)?0:39.686;14 503=(39.503==18)?\'66(255,255,255)\':39.503;15($(13).137()==0||$(13).141()==0){37 18}15($.22.553){37 18}14 634=276.309("120");14 201=$(13).713(52);14 174=$(13).716(52);14 1210=$(13).386();14 1286=1210.97;14 1345=1210.115;14 541=0,753=0;14 1083=[\'22-431-168\',\'22-243-294\',\'22-282-294\',\'22-301-294\',\'22-433-294\',\'22-548-294\',\'22-543-294\',\'22-542-294\',\'22-544-294\',\'22-547-294\',\'22-546-294\',\'22-571-294\',\'22-243-162\',\'22-282-162\',\'22-301-162\',\'22-433-162\',\'22-548-162\',\'22-543-162\',\'22-542-162\',\'22-544-162\',\'22-547-162\',\'22-546-162\',\'22-571-162\'];14 489,430,1027,1029;51(14 17=0;17<1083.41;17++){$(13).1034(\'.\'+1083[17]).580(26(){489=$(13).386().115-1345;430=$(13).386().97-1286;1029=430+$(13).716(52)+541;1027=489+$(13).713(52)+753;15(430<-541){174=174-541-430;541=-430}15(489<-753){201=201-753-489;753=-489}15(1029>174){174=1029}15(1027>201){201=1027}})}634.137=174+731(688);634.141=201+731(686);14 334=634.680("859");334.540();334.297=503;334.369(0,0,634.137,634.141);334.499();334.1425(541,753);334.463=\'97\';334.2062=\'115\';26 1433(166){14 681=200($(166).68(\'420-141\'),10);15(442(681)){681=200($(166).68(\'407-313\'),10)*1.2}37 681}26 1046(166,556,357,97,115,819){14 681=1433(166);14 1429=$(166).834();14 2065=$(166).835();14 684=357.907(/\\33+/);14 1426=684.41;14 174=\'\';14 639=[];14 489=115;14 430=97;51(14 17=0;17<1426;17++){174+=684[17];15(556.818(174).137>1429){639.103(17);174=\'\';17--}}15(639.41===0){15($(166).68(\'463\')===\'662\'){430=97+(819-556.818(174).137)/2-541}556.817(357,430,115)}27{174=684.279(0,639[0]).762(\' \');15($(166).68(\'463\')===\'662\'){430=97+(819-556.818(174).137)/2-541}556.817(174,430,489);489+=681;51(14 17=1,94=639.41;17<94;17++){174=684.279(639[17-1],639[17]).762(\' \');15($(166).68(\'463\')===\'662\'){430=97+(819-556.818(174).137)/2-541}556.817(174,430,489);489+=681}174=684.279(639[17-1],684.41).762(\' \');15($(166).68(\'463\')===\'662\'){430=97+(819-556.818(174).137)/2-541}556.817(174,430,489)}}26 1069(166,688,686){14 832=166.2066.1071();14 93=$(166).274();14 68=345.1030?345.1030(166,""):166.1451;14 97=688+93.97+200(68.507,10)+200(68.2068,10)+200(68.2067,10);14 115=686+93.115+200(68.511,10)+200(68.2033,10)+200(68.1097,10);14 174=634.137;15((832==\'409\'||832==\'1976\')&&!$(166).1051(\'22-813-1806\')){$(166).1068().580(26(){1069(13,97,115)});14 357=$(166).1448();15(357){334.407=$(166).1047();334.297=$(166).68(\'157\');1046(166,334,357,97,115,174)}}27 15(832===\'431\'&&$(166).1051(\'22-431-168\')){334.312=$(166).68(\'551-115-157\');334.297=$(166).68(\'473-157\');334.369(97,115,$(166).834(),$(166).835());15(200($(166).68(\'551-115-137\'),10)>0){334.558(97,115,$(166).834(),$(166).835())}$(166).1034(\'409.22-431-168-690-1403\').580(26(){14 132=$(13);334.312=132.68(\'551-115-157\');14 94=97+132.274().97;14 54=115+132.274().115;334.558(94,54,132.834(),132.835());94+=200(132.68(\'465-97\'),10);54+=200(132.68(\'465-115\'),10);14 201=132.835()-2*200(132.68(\'465-115\'),10);14 174=132.834()-2*200(132.68(\'465-97\'),10);14 690=132.1068(\'409.22-431-168-690\');334.297=690.68(\'473-157\');334.369(94,54,174,201)});$(166).1034(\'429.22-431-168-162\').580(26(){14 132=$(13);14 94=97+132.274().97;14 54=115+132.274().115+200(132.68(\'465-115\'),10);334.407=132.1047();334.297=132.68(\'157\');1046(132,334,132.357(),94,54,174)});14 132=18}27 15(832==\'120\'){334.1807(166,97,115)}}$(13).1068().580(26(){1069(13,688,686)});37 634};$.348.908=26(39){14 1070=$(13).1465(39);15(1070){37 1070.1805("1023/1150")}27{37 18}};$.348.1804=26(39){14 132=276.309("1476");14 358=$(13).908(39);132.745=358;37 132};$.348.1272=26(39){14 358=\'<1476 745=\'+$(13).908(39)+\' />\';37 358};$.348.1802=26(){14 1024=$(13).908({});15(1024){345.460.1803=1024.528("1023/1150","1023/1808-1809")}};$.348.1814=26(){14 1143=$(13).1272({});14 1024=$(13).908({});15(1143){14 174=345.1270(\'\');174.276.1270("1023/1150");174.276.1815(1143);174.276.1813();174=18}};14 101=26(){13.353=101.271.353;13.387="101";13.131=86 277();13.39={};13.456=101.373.820();13.256=\'\';13.494=101.271.494;317(261.41){74 0:83;74 1:15(998(261[0])=="[416 1001]"&&261[0].387!="101"){14 58=13.39=261[0];13.353=58.353||13.353;13.494=58.494||13.494;13.131=101.708(58.602)}27{13.131=101.708(261[0])}83;355:14 84=[];51(14 17=0;17<261.41;17++){84.103(261[17])}13.131=86 277();13.131.821.422(13.131,84.279(0,3));15(84.279(3).41){13.131.678.422(13.131,84.279(3))}83}};101.271={1200:\'851\',353:\'1181\',494:1900};101.62.464=26(195,476){14 647=563[476]||563.707;15(266 647==\'195\'){14 1291=13.131.564();13.131.1041(13.131.645()+(647*195));1037=1291-13.131.564();13.131.1041(13.131.645()-(1037*60*1000))}27{647.464(13,195)}37 13};101.62.646=26(){37 86 101(13.131.645())};101.62.1812=26(){37 13.131.564()*1017};101.62.664=26(717,476,1226){717=86 101(717);15(717===18){37 18}14 647=563[476]||563.707;15(266 647==\'195\'){14 1037=(717.131.564()-13.131.564())*60*1000;14 884=(13.131.645()-717.131.645()+1037)/647}27{14 884=647.664(13.131,717.131)}37(1226?884:55[884>0?\'390\':\'330\'](884))};101.62.1977=26(){37 101.373[13.456]["492"][13.131.649()]};101.62.1810=26(){37 101.373[13.456]["478"][13.131.671()]};101.62.1811=26(){37 13.131.888()>=12?\'1801\':\'1800\'};101.62.1790=26(){37 13.131.888()>=12?\'1458\':\'1078\'};101.62.1791=26(){37 200(13.131.459()/100,10)};101.62.786=26(){37 13.131.786()};101.62.649=26(){37 13.131.649()};101.62.1346=26(){14 1164=13.131.649();37 1164===0?7:1164};101.62.1132=26(){14 57=13.131;14 696=57-86 277(\'\'+57.459()+\'/1/1 1363\');696+=57.564()*1017;57=18;37 200(696/1017/60/24,10)+1};101.62.1789=26(){37 101.373[13.456]["493"][13.131.649()]};101.62.1788=26(){14 57=13.131;14 1019=13.1132();14 1036=6-57.649();14 742=200((1019+1036)/7,10);37 742};101.62.459=26(){37 13.131.459()};101.62.1362=26(){14 532=13.131.564()/60;14 295=532<0?\'+\':\'-\';532=55.335(532);37 295+930(55.390(532),2)+\':\'+930((532%1)*60,2)};101.62.888=26(){37 13.131.888()};101.62.1786=26(){14 532=13.131.888();37 532>12?532-12:(532==0?12:532)};101.62.1251=26(){14 57=13.131;14 742=13.1354();14 1121=(86 277(\'\'+57.459()+\'/1/1\')).649();14 749=742+(1121>4||1121<=1?0:1);15(749==53&&(86 277(\'\'+57.459()+\'/12/31\')).649()<4){749=1}27 15(749===0){57=86 101(86 277(\'\'+(57.459()-1)+\'/12/31\'));749=57.1251()}57=18;37 749};101.62.1255=26(){37 13.131.1255()};101.62.1254=26(){37 13.131.1254()};101.62.671=26(){37 13.131.671()};101.62.1787=26(){37 101.373[13.456]["470"][13.131.671()]};101.62.1322=26(){37 13.131.671()+1};101.62.1253=26(){37 13.131.1253()};101.62.1792=26(){37 13.131.1159()%100};101.62.645=26(){37 13.131.645()};101.62.1793=26(){37 13.131.452().528(/^.*\\(([^)]+)\\)$/,\'$1\')};101.62.1798=26(){14 155=/(?:\\((.+)\\)$| ([741-1005]{3}) )/.1799(13.452());37 155[1]||155[2]||\'1363\'+13.1362()};101.62.564=26(){37 13.131.564()};101.62.1354=26(){14 1019=13.1132();14 1036=7-13.1346();14 742=200((1019+1036)/7,10);37 742};101.62.1797=26(){37 55.382(13.131.645()/1000,0)};101.62.1159=26(){37 13.131.1159()};101.62.904=26(476){476=476||\'707\';37 13.646().464(1,476)};101.62.399=26(){317(261.41){74 0:13.131=86 277();83;74 1:15(998(261[0])=="[416 1001]"&&261[0].387!="101"){14 58=13.39=261[0];13.353=58.353||13.353;13.494=58.494||13.494;13.131=101.708(58.602)}27{13.131=101.708(261[0])}83;355:14 84=[];51(14 17=0;17<261.41;17++){84.103(261[17])}13.131=86 277();13.131.821.422(13.131,84.279(0,3));15(84.279(3).41){13.131.678.422(13.131,84.279(3))}83}37 13};101.62.1310=26(81){13.131.1310(81);37 13};101.62.821=26(){13.131.821.422(13.131,261);37 13};101.62.678=26(){13.131.678.422(13.131,261);37 13};101.62.987=26(81){13.131.987(81);37 13};101.62.1302=26(){13.131.1302.422(13.131,261);37 13};101.62.1195=26(){13.131.1195.422(13.131,261);37 13};101.62.1301=26(){13.131.1301.422(13.131,261);37 13};101.62.1041=26(81){13.131.1041(81);37 13};101.62.856=26(){13.131.856.422(13.131,261);37 13};101.62.941=26(256){256=256||13.256||101.373[13.456][\'256\'];37 101.941(13,256,13.353)};101.62.452=26(){37 13.131.452()};101.62.1796=26(){37(13.131.459()*1794)+(13.1322()*100)+13.131.786()};101.373={\'851\':{470:[\'1795\',\'1816\',\'1817\',\'1115\',\'1092\',\'1838\',\'1321\',\'1413\',\'1058\',\'1839\',\'1144\',\'1344\'],478:[\'748\',\'1020\',\'526\',\'1112\',\'1092\',\'715\',\'718\',\'1142\',\'903\',\'1091\',\'736\',\'1475\'],493:[\'1837\',\'1836\',\'1834\',\'1835\',\'1840\',\'1841\',\'1846\'],492:[\'1847\',\'1845\',\'1844\',\'1842\',\'1843\',\'1833\',\'1832\'],256:\'%375-%197-%57 %331:%310:%285\'},\'1822\':{470:[\'1823\',\'711é1821\',\'1820\',\'1818\',\'805\',\'1819\',\'1824\',\'1223û54\',\'1825\',\'1830\',\'1831\',\'530é1829\'],478:[\'748\',\'711é668\',\'526\',\'1828\',\'805\',\'715\',\'718\',\'1223û\',\'903\',\'1091\',\'736\',\'530é482\'],493:[\'1826\',\'1827\',\'1785\',\'1784\',\'1742\',\'1743\',\'1741\'],492:[\'1740\',\'1399\',\'526\',\'1738\',\'1739\',\'1744\',\'1745\'],256:\'%375-%197-%57 %331:%310:%285\'},\'1750\':{470:[\'1751\',\'1749\',\'310ä1748\',\'1115\',\'805\',\'1325\',\'1746\',\'1413\',\'1058\',\'1318\',\'1144\',\'1747\'],478:[\'748\',\'1020\',\'310ä151\',\'1112\',\'805\',\'715\',\'718\',\'1142\',\'903\',\'1496\',\'736\',\'1146\'],493:[\'1737\',\'1736\',\'1726\',\'1727\',\'1725\',\'1724\',\'1722\'],492:[\'1723\',\'1728\',\'1460\',\'1044\',\'1406\',\'1729\',\'1734\'],256:\'%375-%197-%57 %331:%310:%285\'},\'1735\':{470:[\'1733\',\'1732\',\'1730\',\'1056\',\'1731\',\'1752\',\'1753\',\'1064\',\'1774\',\'1775\',\'1773\',\'1772\'],478:[\'1770\',\'1020\',\'526\',\'1153\',\'1092\',\'715\',\'718\',\'1145\',\'903\',\'1091\',\'736\',\'1771\'],493:[\'1157\',\'1776\',\'1777\',\'1044&1421;1782\',\'1783\',\'1781\',\'285&810;1168\'],492:[\'1167\',\'1399\',\'526\',\'1044&1421;\',\'1780\',\'1778\',\'285&810;109\'],256:\'%375-%197-%57 %331:%310:%285\'},\'1779\':{470:[\'Январь\',\'Февраль\',\'Март\',\'Апрель\',\'Май\',\'Июнь\',\'Июль\',\'Август\',\'Сентябрь\',\'Октябрь\',\'Ноябрь\',\'Декабрь\'],478:[\'Янв\',\'Фев\',\'Мар\',\'Апр\',\'Май\',\'Июн\',\'Июл\',\'Авг\',\'Сен\',\'Окт\',\'Ноя\',\'Дек\'],493:[\'воскресенье\',\'понедельник\',\'вторник\',\'среда\',\'четверг\',\'пятница\',\'суббота\'],492:[\'вск\',\'пнд\',\'втр\',\'срд\',\'чтв\',\'птн\',\'сбт\'],256:\'%375-%197-%57 %331:%310:%285\'},\'1769\':{470:[\'كانون الثاني\',\'شباط\',\'آذار\',\'نيسان\',\'آذار\',\'حزيران\',\'تموز\',\'آب\',\'أيلول\',\'تشرين الأول\',\'تشرين الثاني\',\'كانون الأول\'],478:[\'1\',\'2\',\'3\',\'4\',\'5\',\'6\',\'7\',\'8\',\'9\',\'10\',\'11\',\'12\'],493:[\'السبت\',\'الأحد\',\'الاثنين\',\'الثلاثاء\',\'الأربعاء\',\'الخميس\',\'الجمعة\'],492:[\'سبت\',\'أحد\',\'اثنين\',\'ثلاثاء\',\'أربعاء\',\'خميس\',\'جمعة\'],256:\'%375-%197-%57 %331:%310:%285\'},\'1459\':{470:[\'1489\',\'1501\',\'526&961;675\',\'1056\',\'1493\',\'1462\',\'1464\',\'1064\',\'1479\',\'1461\',\'1503\',\'1494\'],478:[\'748\',\'1500\',\'526\',\'1153\',\'805\',\'715\',\'718\',\'1145\',\'1266\',\'1278\',\'736\',\'1146\'],493:[\'1157\',\'1290-537\',\'962&961;84-537\',\'1283-537\',\'1282-537\',\'1281-537\',\'285&810;1168\'],492:[\'1167\',\'1248\',\'962\',\'1225\',\'1230\',\'1234\',\'285&810;109\'],256:\'%375-%197-%57 %331:%310:%285\'},\'1459-1768\':{470:[\'1489\',\'1501\',\'526&961;675\',\'1056\',\'1493\',\'1462\',\'1464\',\'1064\',\'1479\',\'1461\',\'1503\',\'1494\'],478:[\'748\',\'1500\',\'526\',\'1153\',\'805\',\'715\',\'718\',\'1145\',\'1266\',\'1278\',\'736\',\'1146\'],493:[\'1157\',\'1290-537\',\'962&961;84-537\',\'1283-537\',\'1282-537\',\'1281-537\',\'285&810;1168\'],492:[\'1167\',\'1248\',\'962\',\'1225\',\'1230\',\'1234\',\'285&810;109\'],256:\'%375-%197-%57 %331:%310:%285\'},\'1758\':{470:[\'1759ń\',\'1757\',\'1756\',\'1754ń\',\'1308\',\'1755\',\'1760\',\'1761ń\',\'1766ń\',\'1338ź1767\',\'1765\',\'1764ń\'],478:[\'1762\',\'1763\',\'526\',\'1848\',\'1308\',\'1849\',\'1935\',\'1936\',\'1934\',\'1338ź\',\'1933\',\'1931\'],493:[\'1932\',\'1937ł1938\',\'1943\',\'Ś1944\',\'1942\',\'1941ą1939\',\'1940\'],492:[\'1930\',\'1929\',\'1919\',\'Ś151\',\'1920\',\'1918\',\'1917\'],256:\'%375-%197-%57 %331:%310:%285\'},\'1915\':{470:[\'1916\',\'1921\',\'1922\',\'1115\',\'1247\',\'1325\',\'1321\',\'1927\',\'1058\',\'1318\',\'1144\',\'1344\'],478:[\'748\',\'1020\',\'526\',\'1112\',\'1247\',\'715\',\'718\',\'1142\',\'903\',\'1496\',\'736\',\'1475\'],493:\',\'[\'1928\',\'1926\',\'1925\',\'1923\',\'1924\',\'1945\',\'1946\'],492:[\'1967\',\'1968\',\'1460\',\'1966\',\'1406\',\'1965\',\'1963\'],256:\'%375-%197-%57 %331:%310:%285\'},\'1964\':{470:[\'1969\',\'1970\',\'1975\',\'1974\',\'1306\',\'1973\',\'1971\',\'1972\',\'1962\',\'1961\',\'1951\',\'1952\'],478:[\'1950\',\'1949\',\'1947\',\'1948\',\'1306\',\'1953\',\'1954\',\'1959\',\'1960\',\'1958\',\'1957\',\'1955\'],493:[\'33ö1221\',\'197å1221\',\'1956\',\'1914\',\'1913\',\'1870\',\'94ö1871\'],492:[\'33ö81\',\'197å81\',\'1869\',\'1868\',\'1866\',\'1867\',\'94ö151\'],256:\'%375-%197-%57 %331:%310:%285\'}};101.373[\'851-1872\']=101.373[\'851-1873\']=101.373[\'851\'];101.373.820=26(){14 94=101.271.1200;15(276&&276.936(\'614\')&&276.936(\'614\')[0].1307){94=276.936(\'614\')[0].1307;15(!101.373.439(94)){94=101.271.1200}}37 94};14 707=24*60*60*1000;14 930=26(227,1319){227=385(227);14 17=1319-227.41;14 33=385(55.257(10,17)).279(1);37 33.852(227)};14 563={1878:1,1879:1000,1877:60*1000,577:60*60*1000,707:707,1876:7*707,865:{464:26(57,195){563.920.464(57,55[195>0?\'390\':\'330\'](195/12));14 758=57.671()+(195%12);15(758==12){758=0;57.856(57.459()+1)}27 15(758==-1){758=11;57.856(57.459()-1)}57.1195(758)},664:26(617,625){14 1350=617.459()-625.459();14 1349=617.671()-625.671()+(1350*12);14 1347=617.786()-625.786();37 1349+(1347/30)}},920:{464:26(57,195){57.856(57.459()+55[195>0?\'390\':\'330\'](195))},664:26(617,625){37 563.865.664(617,625)/12}}};51(14 476 262 563){15(476.984(476.41-1)!=\'33\'){563[476+\'33\']=563[476]}}14 487=26(57,934,353){15(101.599[353]["919"][934]){37 101.941(57,101.599[353]["919"][934],353)}27{14 855=(101.599[353]["929"][934]||\'\').907(\'.\');14 931=57[\'449\'+855[0]]?57[\'449\'+855[0]]():\'\';15(855[1]){931=930(931,855[1])}37 931}};101.941=26(57,256,353,456){14 848=\'1181\';14 846=101.373.820();15(353&&101.599.439(353)){848=353}27 15(353&&101.373.439(353)){846=353}15(456&&101.599.439(456)){848=456}27 15(456&&101.373.439(456)){846=456}15(998(57)!="[416 1001]"||57.387!="101"){57=86 101(57);57.456=846}15(!256){256=57.256||101.373[846][\'256\']}14 672=256||\'%375-%197-%57\',483=\'\',155;869(672.41>0){15(155=672.155(101.599[848].929.1179)){483+=672.279(0,155.198);483+=(155[1]||\'\')+487(57,155[2],848);672=672.279(155.198+155[0].41)}27{483+=672;672=\'\'}}37 483};101.599={1874:\'%375-%197-%1875%331:%310:%285.%1211%1066\',1865:\'%375-%197-%57 %331:%310:%285\'};101.599.1181={929:{1179:/()%(#?(%|[84-727]))/17,375:\'1416\',76:\'1419.2\',197:\'1177.2\',\'#197\':\'1177\',788:\'1407\',109:\'1183\',57:\'277.2\',\'#57\':\'277\',202:\'277\',741:\'1267\',84:\'1258\',174:\'1386\',331:\'1190.2\',\'#331\':\'1190\',858:\'943.2\',\'#858\':\'943\',93:\'1446\',310:\'1185.2\',\'#310\':\'1185\',285:\'1186.2\',\'#285\':\'1186\',33:\'1455\',1211:\'1288.3\',\'#1211\':\'1288\',1454:\'1442\',1005:\'1864\',1066:\'1441\'},919:{711:\'%375-%197-%57\',1080:\'%331:%310:%285\',1054:\'%331:%310:%285\',77:\'%197/%57/%76\',530:\'%197/%57/%76\',\'#482\':\'%84 %109 %202 %331:%310:%285 %375\',668:\'%202-%109-%375\',1456:\'%331:%310\',151:\'%858:%310:%285 %93\',54:\'\\54\',81:\'\\81\',\'%\':\'%\'}};101.599.1854={929:{1179:/()%((%|[84-727]))/17,84:\'1258\',741:\'1267\',57:\'277.2\',202:\'277\',36:\'1855.3\',286:\'1853\',174:\'1386\',1852:\'1850.2\',1851:\'1856.2\',1857:\'1862.2\',109:\'1183\',788:\'1407\',197:\'1177.2\',201:\'1183\',789:\'1863.2\',76:\'1419.2\',375:\'1416\',331:\'1190.2\',858:\'943.2\',94:\'943\',93:\'1446\',1474:\'1861\',310:\'1185.2\',285:\'1186.2\',33:\'1455\',1454:\'1442\',727:\'1441\',1005:\'1860\'},919:{530:\'%197/%57/%76\',711:\'%375-%197-%57\',1080:\'%331:%310:%285\',1054:\'%331:%310:%285\',77:\'%197/%57/%76\',1456:\'%331:%310\',151:\'%858:%310:%285 %93\',54:\'\\54\',81:\'\\81\',\'%\':\'%\'}};101.708=26(602){15(602==18){37 86 277()}15(602 1240 277){37 602}15(266 602==\'195\'){37 86 277(602)}14 397=385(602).528(/^\\33*(.+)\\33*$/1107,\'$1\');397=397.528(/^([0-9]{1,4})-([0-9]{1,2})-([0-9]{1,4})/,"$1/$2/$3");397=397.528(/^(3[860]|[0-2]?\\57)[-\\/]([84-727]{3,})[-\\/](\\57{4})/17,"$1 $2 $3");14 155=397.155(/^(3[860]|[0-2]?\\57)[-\\/]([84-727]{3,})[-\\/](\\57{2})\\530*/17);15(155&&155.41>3){14 674=350(155[3]);14 491=101.271.494+674;491=385(491);397=397.528(/^(3[860]|[0-2]?\\57)[-\\/]([84-727]{3,})[-\\/](\\57{2})\\530*/17,155[1]+\' \'+155[2]+\' \'+491)}155=397.155(/^([0-9]{1,2})[-\\/]([0-9]{1,2})[-\\/]([0-9]{1,2})[^0-9]/);26 695(397,155){14 667=350(155[1]);14 1214=350(155[2]);14 674=350(155[3]);14 796=101.271.494;14 491,663,603,358;15(667>31){663=674;603=1214;491=796+667}27{663=1214;603=667;491=796+674}358=603+\'/\'+663+\'/\'+491;37 397.528(/^([0-9]{1,2})[-\\/]([0-9]{1,2})[-\\/]([0-9]{1,2})/,358)}15(155&&155.41>3){397=695(397,155)}14 155=397.155(/^([0-9]{1,2})[-\\/]([0-9]{1,2})[-\\/]([0-9]{1,2})$/);15(155&&155.41>3){397=695(397,155)}14 17=0;14 41=101.1081.41;14 342,696,923=397,306;869(17<41){696=277.927(923);15(!442(696)){37 86 277(696)}342=101.1081[17];15(266 342==\'26\'){306=342.108(101,923);15(306 1240 277){37 306}}27{923=397.528(342[0],342[1])}17++}37 1858};101.1859=26(920,865){15(865==2){37 86 277(920,1,29).786()==29?29:28}37[322,31,322,31,30,31,30,31,31,30,31,30,31][865]};101.1081=[[/(3[860]|[0-2]\\57)\\33*\\.\\33*(1[0-2]|0\\57)\\33*\\.\\33*([1-9]\\57{3})/,\'$2/$1/$3\'],[/([1-9]\\57{3})\\33*-\\33*(1[0-2]|0\\57)\\33*-\\33*(3[860]|[0-2]\\57)/,\'$2/$3/$1\'],26(358){14 155=358.155(/^(?:(.+)\\33+)?([1437]?\\57)(?:\\33*\\:\\33*(\\57\\57))?(?:\\33*\\:\\33*(\\57\\57(\\.\\57*)?))?\\33*(1078|1458)?\\33*$/17);15(155){15(155[1]){14 57=13.708(155[1]);15(442(57)){37}}27{14 57=86 277();57.987(0)}14 577=350(155[2]);15(155[6]){577=155[6].1071()==\'1078\'?(577==12?0:577):(577==12?12:577+12)}57.678(577,200(155[3]||0,10),200(155[4]||0,10),((350(155[5]||0))||0)*1000);37 57}27{37 358}},26(358){14 155=358.155(/^(?:(.+))[1080|\\33+]([1437]\\57)(?:\\:(\\57\\57))(?:\\:(\\57\\57))(?:\\.\\57+)([\\+\\-]\\57\\57\\:\\57\\57)$/17);15(155){15(155[1]){14 57=13.708(155[1]);15(442(57)){37}}27{14 57=86 277();57.987(0)}14 577=350(155[2]);57.678(577,200(155[3],10),200(155[4],10),350(155[5])*1000);37 57}27{37 358}},26(358){14 155=358.155(/^([0-3]?\\57)\\33*[-\\/.\\33]{1}\\33*([84-1880-1005]{3,9})\\33*[-\\/.\\33]{1}\\33*([0-3]?\\57)$/);15(155){14 57=86 277();14 796=101.271.494;14 667=350(155[1]);14 674=350(155[3]);14 491,663,603;15(667>31){663=674;491=796+667}27{663=667;491=796+674}14 603=816(155[2],101.373[101.373.820()]["478"]);15(603==-1){603=816(155[2],101.373[101.373.820()]["470"])}57.821(491,603,663);57.678(0,0,0,0);37 57}27{37 358}}];26 816(132,607){15(607.435){37 607.435(132)}51(14 17=0,41=607.41;17<41;17++){15(607[17]===132){37 17}}37-1}26 998(1073){15(1073===18)37"[416 1881]";37 1001.62.452.108(1073)}$.101=101;$.22.509=26(){26 325(358,815,1447,339){14 465=(358.41>=815)?\'\':1903(1+815-358.41>>>0).762(1447);37 339?358+465:465+358}26 971(161){14 814=86 385(161);51(14 17=10;17>0;17--){15(814==(814=814.528(/^(\\57+)(\\57{3})/,"$1"+$.22.509.1491+"$2")))83}37 814}26 735(161,295,339,272,384,380){14 664=272-161.41;15(664>0){14 1067=\' \';15(380){1067=\'&1904;\'}15(339||!384){161=325(161,272,1067,339)}27{161=161.279(0,295.41)+325(\'\',664,\'0\',52)+161.279(295.41)}}37 161}26 770(161,981,295,339,272,242,384,380){14 195=161>>>0;295=295&&195&&{\'2\':\'1902\',\'8\':\'0\',\'16\':\'1901\'}[981]||\'\';161=295+325(195.452(981),242||0,\'0\',56);37 735(161,295,339,272,384,380)}26 256(161,339,272,242,384,380){15(242!=18){161=161.279(0,242)}37 735(161,\'\',339,272,384,380)}14 84=261,17=0,487=84[17++];37 487.528($.22.509.1152,26(984,1045,963,272,1898,242,565){15(984==\'%%\'){37\'%\'}14 339=56,734=\'\',384=56,685=56,380=56,828=56;51(14 36=0;963&&36<963.41;36++)317(963.404(36)){74\' \':734=\' \';83;74\'+\':734=\'+\';83;74\'-\':339=52;83;74\'0\':384=52;83;74\'#\':685=52;83;74\'&\':380=52;83;74\'\\\'\':828=52;83}15(!272){272=0}27 15(272==\'*\'){272=+84[17++]}27 15(272.404(0)==\'*\'){272=+84[272.279(1,-1)]}27{272=+272}15(272<0){272=-272;339=52}15(!1899(272)){438 86 343(\'$.22.509: (964-)137 1905 1906 1911\')}15(!242){242=\'1912\'.435(565)>-1?6:(565==\'57\')?0:1910(0)}27 15(242==\'*\'){242=+84[17++]}27 15(242.404(0)==\'*\'){242=+84[242.279(1,-1)]}27{242=+242}14 161=1045?84[1045.279(0,-1)]:84[17++];317(565){74\'33\':{15(161==18){37\'\'}37 256(385(161),339,272,242,384,380)}74\'482\':37 256(385.1909(+161),339,272,242,384,380);74\'109\':37 770(161,2,685,339,272,242,384,380);74\'675\':37 770(161,8,685,339,272,242,384,380);74\'77\':37 770(161,16,685,339,272,242,384,380);74\'1054\':37 770(161,16,685,339,272,242,384,380).1062();74\'286\':37 770(161,10,685,339,272,242,384,380);74\'17\':{14 195=200(+161,10);15(442(195)){37\'\'}14 295=195<0?\'-\':734;14 665=828?971(385(55.335(195))):385(55.335(195));161=295+325(665,242,\'0\',56);37 735(161,295,339,272,384,380)}74\'57\':{14 195=55.382(+161);15(442(195)){37\'\'}14 295=195<0?\'-\':734;14 665=828?971(385(55.335(195))):385(55.335(195));161=295+325(665,242,\'0\',56);37 735(161,295,339,272,384,380)}74\'202\':74\'1156\':74\'283\':74\'711\':74\'1107\':74\'1066\':{14 195=+161;15(442(195)){37\'\'}14 295=195<0?\'-\':734;14 1484=[\'863\',\'976\',\'1063\'][\'1907\'.435(565.1071())];14 973=[\'452\',\'1062\'][\'1908\'.435(565)%2];14 665=55.335(195)[1484](242);14 413=665.452().907(\'.\');413[0]=828?971(413[0]):413[0];665=413.762($.22.509.1492);161=295+665;14 1481=735(161,295,339,272,384,380)[973]();37 1481}74\'93\':74\'1474\':{14 195=+161;15(442(195)){37\'\'}14 295=195<0?\'-\':734;14 413=385(731(55.335(195)).863()).907(/202|1156/);14 383=(413[0].435(\'.\')!=-1)?413[0].41-1:385(195).41;14 917=(413[1]<0)?-413[1]-1:0;15(55.335(195)<1){15(383+917<=242){161=295+55.335(195).1063(383)}27{15(383<=242-1){161=295+55.335(195).863(383-1)}27{161=295+55.335(195).863(242-1)}}}27{14 1495=(383<=242)?383:242;161=295+55.335(195).1063(1495)}14 973=[\'452\',\'1062\'][\'1897\'.435(565)%2];37 735(161,295,339,272,384,380)[973]()}74\'81\':37\'\';355:37 984}})};$.22.509.1491=\',\';$.22.509.1492=\'.\';$.22.509.1152=/%%|%(\\57+\\$)?([-+#0&\\\' ]*)(\\*\\57+\\$|\\*|\\57+)?(\\.(\\*\\57+\\$|\\*|\\57+))?([1896])/1107;$.22.764=26(195){14 413=385(731(55.335(195)).863()).907(/202|1156/);14 383=(413[0].435(\'.\')!=-1)?413[0].41-1:413[0].41;14 917=(413[1]<0)?-413[1]-1:0;14 901=200(413[1],10);14 1149=(901+1>0)?901+1:0;14 1260=(383<=1149)?0:383-901-1;37{1155:383,898:1149,450:1260,917:917,1886:901}};$.22.1887=26(195){37 $.22.764(195).450};14 1123=$.1885!==56;$.22.412={414:{}};14 1147="22.1884.";$.177($.22.412,{1292:"1.1882",540:26(273,399){51(14 17=0;17<399.41;17++){15(399[17]!==18){273.44(1147+399[17],273[0].311[399[17]])}}},499:26(273,399){51(14 17=0;17<399.41;17++){15(399[17]!==18){273.68(399[17],273.44(1147+399[17]))}}},1352:26(166,370){15(370==="1883"){370=166.588(":591")?"89":"505"}37 370},1315:26(273){15(273.484().588(".946-412-423")){37 273.484()}14 576={137:273.716(52),141:273.713(52),"1284":273.68("1284")},423=$("<409></409>").401("946-412-423").68({296:"100%",473:"1888",551:"1889",777:0,465:0}),313={137:273.137(),141:273.141()},666=276.1217;273.1894(423);15(273[0]===666||$.1222(273[0],666)){$(666).1220()}423=273.484();15(273.68("274")==="1257"){423.68({274:"885"});273.68({274:"885"})}27{$.177(576,{274:273.68("274"),1227:273.68("727-198")});$.580(["115","97","172","163"],26(17,207){576[207]=273.68(207);15(442(200(576[207],10))){576[207]="728"}});273.68({274:"885",115:0,97:0,163:"728",172:"728"})}273.68(313);37 423.68(576).89()},1341:26(273){14 666=276.1217;15(273.484().588(".946-412-423")){273.484().1895(273);15(273[0]===666||$.1222(273[0],666)){$(666).1220()}}37 273}});26 1238(414,39,247,497){15($.723(414)){37 414}414={414:414};15(39===322){39={}}15($.533(39)){497=39;247=18;39={}}15($.565(39)==="195"||$.673.889[39]){497=247;247=39;39={}}15($.533(247)){497=247;247=18}15(39){$.177(414,39)}247=247||39.699;414.699=$.673.1241?0:266 247==="195"?247:247 262 $.673.889?$.673.889[247]:$.673.889.1893;414.510=497||39.510;37 414}26 1892(247){15(!247||266 247==="195"||$.673.889[247]){37 52}15(266 247==="906"&&!$.22.412.414[247]){15(1123&&$.22.412[247]){37 56}37 52}37 56}$.348.177({1110:26(414,39,247,497){14 287=1238.422(13,261),370=287.370,750=287.750,902=$.22.412.414[287.414],1134=!902&&1123&&$.22.412[287.414];15($.673.1241||!(902||1134)){15(370){37 13[370](287.699,287.510)}27{37 13.580(26(){15(287.510){287.510.108(13)}})}}26 1135(904){14 132=$(13),510=287.510,370=287.370;26 910(){15($.533(510)){510.108(132[0])}15($.533(904)){904()}}15(132.588(":591")?370==="505":370==="89"){910()}27{902.108(132[0],287,910)}}15(902){37 750===56?13.580(1135):13.750(750||"673",1135)}27{37 1134.108(13,{39:287,699:287.699,497:287.510,370:287.370})}}});14 1378=/1129|1890|486/,1381=/1129|97|486|922/;$.22.412.414.1127=26(675,910){14 166=$(13),576=["274","115","172","97","163","141","137"],370=$.22.412.1352(166,675.370||"505"),584=675.584||"1129",486=1378.1370(584),878=486?"141":"137",1154=486?"115":"97",1158=1381.1370(584),440={},89=370==="89",423,883,115;15(166.484().588(".946-412-423")){$.22.412.540(166.484(),576)}27{$.22.412.540(166,576)}166.89();115=200(166.68(\'115\'),10);423=$.22.412.1315(166).68({1891:"591"});883=486?423[878]()+115:423[878]();440[878]=89?385(883):\'0\';15(!1158){166.68(486?"172":"163",0).68(486?"115":"97","").68({274:"454"});440[1154]=89?\'0\':385(883)}15(89){423.68(878,0);15(!1158){423.68(1154,883)}}423.882(440,{699:675.699,1334:675.1334,750:56,510:26(){15(370==="505"){166.505()}$.22.412.499(166,576);$.22.412.1341(166);910()}})}})(785);',10,2101,'|||||||||||||this|var|if||i|null||||jqplot||||function|else||||||s|||j|return||options|series|length|||data||||_elem|renderer||for|true||t|Math|false|d|opts|ctx|||prototype||||rgb|plot|css||||||case||y|x|temp|||n||break|a||new||name|show||target||p|l|||left|min|||jsDate||push|||||call|b|gd|max||||top|axis|_plotDimensions|bands||canvas|points||||offsets|ev|||draw||proxy|elem|||||width||||height||||th|axes|||||r||||match|fill|color||ax||value|label|right|||el|evt|legend|||ret|bottom||w|||extend||||||||||gridData|||numberTicks||||idx|number||m|index||parseInt|h|e|||||pos||||||||||lineWidth||||||tickInterval||||num||closePath||init|||hooks||neighbor|||||xx|precision|xaxis|||breakPoints|speed||yp|||||ss||formatString|pow|title|val|shadow|arguments|in|_label|eventCanvas|px|typeof|borderColor|grid|_ticks|newrgb|config|minWidth|element|position|_gridPadding|document|Date|positions|slice|_yaxis|constructor|x2axis|f|pageY|S|u|args|pageX|shadowCanvas|yy|ticks|_width|dim|tick|prefix|fontSize|fillStyle|seriesStack|textColor||yaxis|shadowRenderer|shapeRenderer|interval|lineCap|obj|theta|fontFamily|createElement|M|style|strokeStyle|size|_ctx|gridpos|_plotData|switch|borderWidth|_bottom|Axis|ElemContainer|undefined|_height|dx|pad|_xaxis|getHeight|fact|pack|ceil|H|seriesIndex|smooth|newContext|abs|0px|_left|tempr|leftJustify|getWidth|_right|pattern|Error|gridPadding|window|trigger|k|fn|range|parseFloat|bd|dy|syntax|rgba|default|plugins|text|str|nn|isMinorTick|stretch|pointIndex|drawLine|tickOptions|_top|angle|PI|_options|fillRect|mode|magnitude|themes|regional|_textRenderer|Y|_smoothedData|HooksManager|_offsets|ThemeEngine|htmlSpace|db|round|sd|zeroPad|String|offset|_type|lineRenderer|_sumy|floor|gridPos|linePattern|colors|_stackData|_sumx|isarc|parsable|series_u2p|set||addClass|xp|unitlength|charAt|pixellength|shim|font|_areaPoints|div|sctx|ut|effects|parts|effect|CanvasManager|object|_min|lineJoin|append|line|_smoothedPlotData|apply|wrapper|arr|_name|_axisNames|clearRect|key|td|templeft|table|fb|y2axis|axis_max|indexOf|_max|tempgd|throw|hasOwnProperty|animation|gxx|isNaN|fillColor|seriesDefaults|sidx|lowData|Event|_series|get|digitsRight|fstr|toString|previousSeriesStack|absolute|ti|locale|hiData|pdata|getFullYear|location|axis_min|isArray|textAlign|add|padding|bopts|gridLineWidth|showLabel|ins|monthNames|G_vmlCanvasManager|eventListenerHooks|background|placement|showMark|unit|copy|monthNamesShort|rendererOptions|dataPos|padMin|c|result|parent|dxx|vertical|format|seriesColors|temptop|move|ny|dayNamesShort|dayNames|defaultCentury|sortData|markerOptions|callback|GenericCanvas|restore|_hiBandGridData|highlightMouseDown|dist|backgroundColor|markerRenderer|hide|attr|marginLeft|bind|sprintf|complete|marginTop|_lowBandGridData|series1|_dataBounds|keepMin|LineRenderer|LinearAxisRenderer|MarkerRenderer|fs|dataRenderer|reverse|log|depth|plotValues|tn|Mar|thax|replace|postInitHooks|D|mark|hours|isFunction|preSeriesInitHooks|u2p|postSeriesInitHooks|feira|Series|inside|save|transx|y5axis|y4axis|y6axis|preInitHooks|y8axis|y7axis|y3axis|noDataIndicator|alpha|border|showGridline|use_excanvas|keepMax|scalefact|context|highlightMouseOver|strokeRect|tempx|uninitElement|steps|series2|multipliers|getTimezoneOffset|type|AxisLabelRenderer|sf|marginRight|yMidAxis|axesStyles|y9axis|serelem|shadelem|emptyForce|marginBottom|props|hour|d0|py|each|Legend|xoffset|dataRendererOptions|direction|clear|pyzero|addOnce|is|yoffset|postDrawHooks|hidden|outside|_stack|tr|series_p2u|ne|padMax|delete|formats|vmin|_factors|date|nm|getEventPosition|gsf|residual|array|ctxPattern|lineTo|moveTo|obj2|canvases|_plotWidth|html|highlightColor|which|d1|styles|bdat|doforce|_hiBandSmoothedData|_lowBandSmoothedData|AxisTickRenderer|theme|d2|detach|temp2|stackIndex|vals|hi|offmin|dp|cd|newCanvas|redrawPlot|threshold|p1|LN10|breaks|scale|tension|highlightCanvas|butt|sw|getTime|clone|factor|_tickLength|getDay|seriesLength|_autoFormatString|se|atan|Default|bfunc|forceMinZero|negativeColor|hasNull|nw||fillAndStroke|center|nd|diff|number_str|active|m1|v|Title|Grid|getMonth|source|fx|m3|o|low|lshow|setHours|sopts|getContext|lineheight|plotdata|lopts|words|prefixBaseX|y_offset|vmax|x_offset|tickSpacing|swatch|rmax|rmin|patternIndex|LinearTickGenerator|h1|ms|beginPath|dir|duration|activeTheme|themeEngine|ii|negativeSeriesColors|sm|sa|ggxx|day|createDate|sin|vertex1|F|canvasManager|outerHeight|temps|Jun|outerWidth|dateObj|Jul|ymax|fasgd|_prevGridData|sqrt|isPlainObject|nmax|computeConstrainedSmoothedData|computeHermiteSmoothedData|z|auto|ymin|fillBetween|Number|after|highlightedSeriesIndex|positivePrefix|justify|Nov|afunc|_data|_numberTicks|baseCanvas|A|woy|merge|labelOptions|src|markSize|obj1|Jan|idow|queue|family|comp|transy|_barPoints|baseSeries|havehook|sid1|prevMonth|drawGridlines|legendPadding|shadowOffset|join|unhighlight|getSignificantFigures|getElementById|myCanvases|fillToZero|opidx|forceZeroLine|formatBaseX|setContext|xmax|pd|showLine|shift|prev|margin|xmin|_boundingBox|tid|search|userMin|ShadowRenderer|checkIntersection|jQuery|getDate|div1|B|C|TableLegendRenderer|points2|points1|legendElem|expv|currentNT|cent|bestFormatString|shadowDepth|shadowAlpha|shadowAngle|BarRenderer|captureRightClick|dval|defaultAxisStart|Mai|check|postParseOptionsHooks|preParseSeriesOptionsHooks|preParseOptionsHooks|aacute|preDrawHooks|postParseSeriesOptionsHooks|highlighter|value_str|len|inArray|fillText|measureText|canvasWidth|getLocale|setFullYear|bestNT|start|bestPrec|drawSeries|forceTickAt0|_plotValues|thousandSeparation|userTicks|_breakTick|preDrawSeriesHooks|tagname|free|innerWidth|innerHeight|computePlotData|klass|userMax|tt|clss|sdopt|minang|vertex2|highlightColors|oldName|loc|insideGrid|syn|support_canvas|maxang|en|concat|support_canvas_text|resetAxes|getter|setYear|div0|I|2d|01|p2|tempi|toExponential|shopt|month|cos|syncTicks|_stackAxis|while|minyidx|ShapeRenderer|maxyidx|stackSeries|tickRenderer|hd|multiply|cross|ref|drawShadow|shadow_offset|drawMinorTickMarks|animate|distance|unitDiff|relative|firstChild||getHours|speeds|_prevPlotData|datas|_els|DivTitleRenderer|isnegative|intrv|ld|sid2|digitsLeft|datapos|class|expn|effectMethod|Sep|next|tanh|string|split|jqplotToImageStr|point|done|drawMinorGridlines|drawMajorGridlines|_axes|getColorComponents|drawMajorTickMarks|CanvasGridRenderer|zeros|escapeHtml|shortcuts|year|bdminidx|horizontal|current|miter|removeClass|stroke|parse|bdmaxidx|codes|addZeros|nbr|newName|to|code|targetName|getElementsByTagName|showMarker|pat|escapeHTML|deep|strftime|patternDistance|Hours12|lt|item|ui|scaleToHiddenSeries|t0|_bodyWidth|_plotHeight|sort|addLegendRowHooks|sc|_overrideFormatString|setTick|defaultTickFormatString|prevval|rrange|before|cv|ccedil|Ter|flags|minimum|ol|tickInset|ntmin|fillAxis|highlight|tumin|thousand_separate|reset|textTransform|tumax|_scalefact|toFixed|evt1|keep|autoscale|adj|base|xintercept|bestInterval|substring|h4|bestLinearInterval|setMilliseconds|TiY|h2|end|error|TiX|Ti1X|h3|digitsSS|Ti1Y|fsd|get_type|nttarget||Object|dl|sum|tempy|Z|pX|relatedTarget|pY|stackval|drawDiamond|badness|hp|heightAdj|fadeIn|gridDimensions|gpr|60000|_center|doy|Feb|widthAdj|animateReplot|image|imgData|postDrawSeriesShadowHooks|go|tempbottom|__ticks|tempright|getComputedStyle|nextAll|preDrawLegendHooks|EventListenerManager|find|preDrawSeriesShadowHooks|rdow|OffsetDiff|ra|sliceMargin|postDrawSeriesHooks|setTime|startAngle|disableStack|Mi|valueIndex|writeWrappedText|jqplotGetComputedFontStyle|console|targetId|formatter|hasClass|plotDimensions|getTop|X|minorTicks|Abril|resetDataBounds|September|vlast|baselineColor|baselineWidth|toUpperCase|toPrecision|Agosto|breakTickLabel|G|spchar|children|_jqpToImage|imgCanvas|toLowerCase|ntmax|thing|drawCircle|drawSquare|axesDefaults|eh|am|freeAllCanvases|T|matchers|getCanvas|clses|999999|solid|normalize2rgb|_styles|07|negativeColorGenerator|colorGenerator|Oct|May|digitsMin|fadeOut|resetScale|makeNew|paddingTop|digitsMax|fillAlpha|parseOptions|initCanvas|bestConstrainedInterval|bestLinearComponents|newti|unbind|offmax|g|a1|a2|jqplotEffect|prop|Apr|slope|slope2|April|_drawCount|dashLength|sel|setGridData|gapLength|dow1_1|rapad|backCompat|getSteps|bandData|pathx0|blind|initBands|up|tdata|jqplotMouseUp|getDayOfYear|setColors|oldEffectMethod|run|x0|x1|defaultColors|ColorGenerator|stop|makeGridData|Aug|imgStr|November|Ago|Dez|dataSpace|LinePattern|dleft|png|pathy0|regex|Abr|ref2|significantDigits|E|Domingo|motion|getYear|dimension|useSeriesColor|paddingBottom|dotlen|dow|constrainSmoothing|not|Dom|bado|gridymin|posfs|fillToValue|jqPlot|id1|showMinorTicks|No|numericalOrder|MonthNumber|axname|matcher|empty|perl|nodeType|AbbrMonthName|fontWeight|Minutes|Seconds|rs|addrow|getPosition|Hours|attrs|neighborThreshold|continue|gridLineColor|setMonth|seriesStyles|findedge|enablePlugins|vfirst|defaultLocale|Theme|_add|support|rex|numPoints|lex|Target|sourceName|invalid|offs|N|barDirection|showTicks|m2|OHLCRenderer|_tickInterval|activeElement|useNegativeColors|bat|focus|ndag|contains|Ao|doFillBetweenLines|Qua|allowDecimal|zIndex|fasopts|unshift|Qui|tw|drawDash|gdh|Sex|already|MeterSeriesProperties|Cannot|_normalizeArguments|cssopts|instanceof|off|increment|visible|_steps|remove|_radius|Mei|Seg|destroy||getIsoWeek|use|getSeconds|getMinutes|getMilliseconds|rename|static|AbbrDayName|_highlightedPoint|dright|handleMove|id2|drawPlus|mouseleave|pidx|Set|DayName|thaxstyle|handleRightClick|open|hlc|jqplotToImageElemStr|handleClick|handleMouseUp|handleMouseDown|jqplotDataHighlight|thaxis|Out|msg|specified|Sexta|Quinta|Quarta|float|id|plotleft|gdw|Milliseconds|contents|Segunda|oldOffset|version|onMouseMove|message|resetCanvas|setOptions|postInit|postPlotDraw|showLines|ew|setSeconds|setMinutes|getLeft|whiteSpace|LineSeriesProperties|maj|lang|Maj|numticks|setDate|AxisLabel|ey|drawBorder|AxisTicks|createWrapper|ex|by|Oktober|digits|bx|July|getMonthNumber|suffix|nowrap|Juni|BarSeriesProperties|isMinor|axisName|colorKeywordMap|preDraw|white|hex2rgb|DefaultTickFormatter|easing|MarkerOptions|PieSeriesProperties|DonutSeriesProperties|Pa|shadowColor|fA|removeWrapper|shadowWidth|removeChildForce|December|plottop|getDayOfWeek|diffDays|tlen|diffMonths|diffYears|reInitialize|setMode|jqplotRightClick|getWeekOfYear|outsideGrid|gridBorderWidth|gdl|noData|FunnelSeriesProperties|exp|removeChild|getGmtOffset|GMT|_defaultGridPadding|jqplotClick|onRightClick|arc|resetAxesScale|_supported|test|defaultLinePatterns|AxisProperties|9a|dotGapLength|imax|785398163|indicator|rvertical|jqplotMouseMove|jqplotMouseDown|rpositivemotion|isTrendline|quickInit|computeHighlightColors|fc|Day|candleStick|arrayMax|rowSpacing|errorFontFamily|arrayMin|normalizeData|errorBackground|onMouseLeave|errorBorder|p2u|errorFontSize|labelPosition|Lun|middle|CanvasAxisTickRenderer|errorFontWeight|outline|errorFontStyle|attrib|Do|MonthName|onMouseEnter|splice|removeAttr|defaultNegativeColors|cdl|August|temptick|showTickMarks|FullYear|filledCircle|errorMessage|ShortYear|userTI|eacute|userNT|gridbw|catchErrors|translate|wl|defaults|radius|tagwidth|_primaryAxis|tsl|showLabels|getLineheight|showSwatches|appendTo|onMouseUp|012|breakOnNull|filled|ircle|GmtOffset|TimezoneOffset|labels|ltemp|mouseup|AMPM|chr|jqplotChildText|1f|BezierCurveRenderer|currentStyle|defaultWidth|defaultHeight|O|Unix|R|an|pm|pt|Di|Outubro|Junho|_addDomReference|Julho|jqplotToImageCanvas|05|labelRenderer|PieRenderer|drawBaseline|freeCanvas|DonutRenderer|drawIfHidden|FunnelRenderer|P|Dec|img|sr|onMouseDown|Setembro|alignTicks|justified|bindCustomEvents|forceTickAt100|method|addDomReference|createTicks|faname|onDblClick|Janeiro|activate|thousandsSeparator|decimalMark|Maio|Dezembro|prec|Okt|targetCounter|fontStyle|drawX|Fev|Fevereiro|onClick|Novembro|navy|crimson|cyan|darkcyan|darkkhaki|darkgrey|darkmagenta|darkolivegreen|mediumturquoise|darkgreen|olive|5em|cornsilk|darkgoldenrod|darkgray|oldlace|darkblue|event|blue|mintcream|blueviolet|aqua|moccasin|blanchedalmond|mistyrose|beige|aquamarine|bisque|black|brown|darkorange|navajowhite|mediumvioletred|chocolate|coral|azure|chartreuse|aliceblue|midnightblue|burlywood|antiquewhite|cadetblue|cornflowerblue|darkviolet|indianred|lightyellow|lightsteelblue|indigo|khaki|ivory|hotpink|honeydew|gray|goldenrod|grey|green|greenyellow|lime|lavender|lavenderblush|lightgoldenrodyellow|lightcyan|lightgray|lightgreen|lightsalmon|lightgrey|lightcoral|lightblue|lightslategray|lightslategrey|lightskyblue|lightseagreen|lemonchiffon|lawngreen|gold|spec|mediumslateblue|lightpink|mediumseagreen|deeppink|mediumorchid|mediumpurple|darkturquoise|darkslategrey|darksalmon|darkred|mediumspringgreen|darkseagreen|darkslategray|darkslateblue|deepskyblue|mediumblue|magenta|fuchsia|linen|limegreen|ghostwhite|gainsboro|forestgreen|floralwhite|mediumaquamarine|dimgray|maroon|dimgrey|firebrick|dodgerblue|darkorchid|mouseenter|syncXTicks|innerHTML|replot|_innerRadius|jqplotPreReplot|ff5800|478396|C7AF7B|activateTheme|syncYTicks|ppd|9F9274|redraw|isEmptyObject|C08840|UTCAdjust|leadingWhitespace|jqplotPostRedraw|timezoneOffset|moveSeriesToFront|jqplotPostReplot|Data|jqplotMouseEnter|populatePlotData|Loading|moveSeriesToBack|959E5C|jqplotPostDraw|jqplotDblClick|revision|6F6621|restoreOriginalSeriesOrder|catch|jqplotPreRedraw|6E3F5F|A89050|4F64B0|C45923|initElement|seriesColorsIndex|187399|try|FBD178|restorePreviousSeriesOrder|dblclick|646C4A|546D61|jqplotPreDraw|tempseries|PyramidRenderer|click|945381|jqplot_target_|container|0085cc|jqplotSeriesDraw|toggleDisplay|boxModel|579575|839557|cleanData|_version|c5b47f|rgb2hex|_intervals|498991|outerHTML|objectAll|preventJqPlotSeriesDrawTrigger|bd70c7|_intervalStats|jqplotMouseLeave|Invalid|pp|bw|getNextSeriesColor|olivedrab|958c12|953579|4b5de4|d8b83f|oncontextmenu|cccccc|getBottom|cddf54|comparator|getRight|4bb2c5|fffdf6|_vertices|BubbleRenderer|c747a3|colorIndex|align|previous|mousedown|EAA228|substr|26B4E3|_highlightThreshold|srcLocation|pluginLocation|907294|setIndex|ohlc|mousemove|getIndex|Canvas|legendInfo|diamond|Samstag|So|Freitag|Donnerstag|Dienstag|Mittwoch|Mo|Fr|Marzo|Mayo|Febrero|Enero|Sa|es|Montag|Sonntag|Mer|Jeu|Dim|Samedi|Jeudi|Vendredi|Ven|Sam|Juli|Dezember|rz|Februar|de|Januar|Junio|Julio|Kwiecie|Czerwiec|Marzec|Luty|pl|Stycze|Lipiec|Sierpie|Sty|Lut|Grudzie|Listopad|Wrzesie|dziernik|BR|ar|Ene|Dic|Diciembre|Noviembre|Septiembre|Octubre|Lunes|Martes|Vie|ru|Juv|Viernes|rcoles|Jueves|Mercredi|Mardi|getHours12|getMonthName|getFullWeekOfYear|getDayName|getAmPm|getCentury|getShortYear|getTimezoneAbbr|10000|January|toYmdInt|getUnix|getTimezoneName|exec|AM|PM|jqplotSaveImage|href|jqplotToImageElem|toDataURL|tooltip|drawImage|octet|stream|getAbbrMonthName|getAMPM|getUtcOffset|close|jqplotViewImage|write|February|March|Avril|Juin|Mars|vrier|fr|Janvier|Juillet|Septembre|Dimanche|Lundi|Avr|cembre|Octobre|Novembre|Sat|Fri|Tuesday|Wednesday|Monday|Sunday|June|October|Thursday|Friday|Wed|Thu|Tue|Mon|Saturday|Sun|Kwi|Cze|FullWeekOfYear|V|U|DayOfWeek|php|DayOfYear|IsoWeek|W|NaN|daysInMonth|TimezoneAbbr|AmPm|WeekOfYear|Century|TimezoneName|SQL|tor|fre|ons|tis|fredag|rdag|US|GB|ISO|dT|week|minute|millisecond|second|zA|Null|9pre|toggle|storage|uiBackCompat|exponent|getPrecision|transparent|none|down|overflow|standardSpeed|_default|wrap|replaceWith|nAscboxXuidfegpEGP|pP|_|isFinite||0x|0b|Array|nbsp|must|be|efg|eEfFgG|fromCharCode|void|finite|fFeE|torsdag|onsdag|nl|Januari|Sb|Pt|Wt|Cz|Februari|Maart|Woensdag|Donderdag|Dinsdag|Maandag|Augustus|Zondag|Pn|Ni|Gru|Niedziela|Lis|Wrz|Lip|Sie|Poniedzia|ek|tek|Sobota|Pi|Czwartek|Wtorek|roda|Vrijdag|Zaterdag|mar|apr|feb|jan|november|december|jun|jul|dec|tisdag|nov|okt|aug|sep|oktober|september|Za|sv|Vr|Wo|Zo|Ma|januari|februari|juli|augusti|juni|april|mars|span|getAbbrDayName|breakTick|whitSpace|space|PercentTickFormatter|dotted|2500|dashed|yellowgreen|yellow|tomato|thistle|turquoise|violet|whitesmoke|wheat|4182054|3534992|jqplotDataRightClick|jqplotDataClick|asymp|pos1|intervals|pos2|jqplotDataMouseOver|jqplotDataUnhighlight|7648|computeSteps|4456|spd|pxzero|pgd|teal|tan|pink|peru|peachpuff|plum|powderblue|red|purple|papayawhip|palevioletred|orangered|orange|orchid|palegoldenrod|paleturquoise|palegreen|rosybrown|royalblue|slategray|slateblue|slategrey|snow|steelblue|borderTopWidth|skyblue|silver|salmon|saddlebrown|sandybrown|seagreen|sienna|seashell|average|springgreen|barWidth|barMargin|barPadding|innerDiameter|thickness|stddev|ringMargin|Source|over|Function|boolean|newTheme|from|New|or|Old|ringColor|tickColor|textBaseline|normal|weight|tagheight|tagName|paddingLeft|borderLeftWidth|filter|needlePad|intervalColors|ringWidth|intervalInnerRadius|intervalOuterRadius|needleThickness|hubRadius|redrawSeries|sectionMargin|di|plus|of|filledSquare|square|eEfFgGpP|that|_getHigherFactor|getThemes|prependTo|resetTickValues|_getLowerFactor|MeterGaugeRenderer|getThemeNames|dash|circle|MAX_VALUE|666666|filledDiamond|checkBorderWidth|checkBorderColor|fFeEgGpP'.split('|'),0,{}))
includes/classes/hits.class.php CHANGED
@@ -178,19 +178,16 @@
178
  // Check to see if we're a returning visitor.
179
  $this->result = $this->db->get_row("SELECT * FROM {$this->tb_prefix}statistics_visit ORDER BY `{$this->tb_prefix}statistics_visit`.`ID` DESC");
180
 
181
- // If we're a returning visitor, update the current record in the database, otherwise, create a new one.
182
- if( substr($this->result->last_visit, 0, -1) != substr($this->Current_Date('Y-m-d H:i:s'), 0, -1) ) {
183
 
 
184
  if( $this->result->last_counter != $this->Current_Date('Y-m-d') ) {
 
 
 
185
 
186
- $this->db->insert(
187
- $this->tb_prefix . "statistics_visit",
188
- array(
189
- 'last_visit' => $this->Current_Date(),
190
- 'last_counter' => $this->Current_date('Y-m-d'),
191
- 'visit' => $this->coefficient
192
- )
193
- );
194
  } else {
195
 
196
  $this->db->update(
@@ -229,19 +226,11 @@
229
  if( $this->get_option('store_ua') == true ) { $ua = $_SERVER['HTTP_USER_AGENT']; } else { $ua = ''; }
230
 
231
  // Store the result.
232
- $this->db->insert(
233
- $this->tb_prefix . "statistics_visitor",
234
- array(
235
- 'last_counter' => $this->Current_date('Y-m-d'),
236
- 'referred' => $this->get_Referred(),
237
- 'agent' => $this->agent['browser'],
238
- 'platform' => $this->agent['platform'],
239
- 'version' => $this->agent['version'],
240
- 'ip' => $this->ip_hash ? $this->ip_hash : $this->ip,
241
- 'location' => $this->location,
242
- 'UAString' => $ua
243
- )
244
- );
245
  }
246
  } else {
247
  if( $this->exclusion_record == TRUE ) {
178
  // Check to see if we're a returning visitor.
179
  $this->result = $this->db->get_row("SELECT * FROM {$this->tb_prefix}statistics_visit ORDER BY `{$this->tb_prefix}statistics_visit`.`ID` DESC");
180
 
181
+ // Ignore more than one hit per second.
182
+ if( $this->result->last_visit != $this->Current_Date('Y-m-d H:i:s') ) {
183
 
184
+ // If we're a returning visitor, update the current record in the database, otherwise, create a new one.
185
  if( $this->result->last_counter != $this->Current_Date('Y-m-d') ) {
186
+ // We'd normally use the WordPress insert function, but since we may run in to a race condition where another hit to the site has already created a new entry in the database
187
+ // for this IP address we want to do an "INSERT ... ON DUPLICATE KEY" which WordPress doesn't support.
188
+ $sqlstring = $this->db->prepare( 'INSERT INTO ' . $this->tb_prefix . 'statistics_visit (last_visit, last_counter, visit) VALUES ( %s, %s, %d) ON DUPLICATE KEY UPDATE visit = visit + ' . $this->coefficient, $this->Current_Date(), $this->Current_date('Y-m-d'), $this->coefficient );
189
 
190
+ $this->db->query( $sqlstring );
 
 
 
 
 
 
 
191
  } else {
192
 
193
  $this->db->update(
226
  if( $this->get_option('store_ua') == true ) { $ua = $_SERVER['HTTP_USER_AGENT']; } else { $ua = ''; }
227
 
228
  // Store the result.
229
+ // We'd normally use the WordPress insert function, but since we may run in to a race condition where another hit to the site has already created a new entry in the database
230
+ // for this IP address we want to do an "INSERT IGNORE" which WordPress doesn't support.
231
+ $sqlstring = $this->db->prepare( 'INSERT IGNORE INTO ' . $this->tb_prefix . 'statistics_visitor (last_counter, referred, agent, platform, version, ip , location, UAString) VALUES ( %s, %s, %s, %s, %s, %s, %s, %s)', $this->Current_date('Y-m-d'), $this->get_Referred(), $this->agent['browser'], $this->agent['platform'], $this->agent['version'], $this->ip_hash ? $this->ip_hash : $this->ip, $this->location, $ua );
232
+
233
+ $this->db->query( $sqlstring );
 
 
 
 
 
 
 
 
234
  }
235
  } else {
236
  if( $this->exclusion_record == TRUE ) {
includes/classes/statistics.class.php CHANGED
@@ -15,6 +15,7 @@
15
  protected $agent;
16
 
17
  private $result;
 
18
 
19
  public $coefficient = 1;
20
  public $plugin_dir = '';
@@ -30,6 +31,7 @@
30
  $this->db = $wpdb;
31
  $this->tb_prefix = $table_prefix;
32
  $this->agent = $this->get_UserAgent();
 
33
 
34
  // Load the options from the database
35
  $this->options = get_option( 'wp_statistics' );
@@ -413,4 +415,47 @@
413
  // just in case something goes terribly wrong.
414
  return 'No search query found!';
415
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
416
  }
15
  protected $agent;
16
 
17
  private $result;
18
+ private $historical;
19
 
20
  public $coefficient = 1;
21
  public $plugin_dir = '';
31
  $this->db = $wpdb;
32
  $this->tb_prefix = $table_prefix;
33
  $this->agent = $this->get_UserAgent();
34
+ $this->historical = array();
35
 
36
  // Load the options from the database
37
  $this->options = get_option( 'wp_statistics' );
415
  // just in case something goes terribly wrong.
416
  return 'No search query found!';
417
  }
418
+
419
+ public function Get_Historical_Data($type, $id = '') {
420
+
421
+ $count = 0;
422
+
423
+ switch( $type ) {
424
+ case 'visitors':
425
+ if( array_key_exists( 'visitors', $this->historical ) ) {
426
+ return $this->historical['visitors'];
427
+ }
428
+ else {
429
+ $result = $this->db->get_var("SELECT value FROM {$this->tb_prefix}statistics_historical WHERE type='visitors'");
430
+ if( $result > $count ) { $count = $result; }
431
+ $this->historical['visitors'] = $count;
432
+ }
433
+
434
+ break;
435
+ case 'visits':
436
+ if( array_key_exists( 'visits', $this->historical ) ) {
437
+ return $this->historical['visits'];
438
+ }
439
+ else {
440
+ $result = $this->db->get_var("SELECT value FROM {$this->tb_prefix}statistics_historical WHERE type='visits'");
441
+ if( $result > $count ) { $count = $result; }
442
+ $this->historical['visits'] = $count;
443
+ }
444
+
445
+ break;
446
+ case 'uri':
447
+ if( array_key_exists( $id, $this->historical ) ) {
448
+ return $this->historical[$id];
449
+ }
450
+ else {
451
+ $result = $this->db->get_var($this->db->prepare("SELECT value FROM {$this->tb_prefix}statistics_historical WHERE type = 'uri' AND uri = %s", $id));
452
+ if( $result > $count ) { $count = $result; }
453
+ $this->historical[$id] = $count;
454
+ }
455
+
456
+ break;
457
+ }
458
+
459
+ return $count;
460
+ }
461
  }
includes/functions/functions.php CHANGED
@@ -61,6 +61,7 @@
61
 
62
  case 'total':
63
  $result = $wpdb->get_var("SELECT SUM(visit) FROM {$table_prefix}statistics_visit");
 
64
  break;
65
 
66
  default:
@@ -81,6 +82,7 @@
81
  // We need database and the global $WP_Statistics object access.
82
  global $wpdb, $table_prefix, $WP_Statistics;
83
 
 
84
  $select = '*';
85
  $sqlstatement = '';
86
 
@@ -122,6 +124,7 @@
122
 
123
  case 'total':
124
  $sqlstatement = "SELECT {$select} FROM {$table_prefix}statistics_visitor";
 
125
  break;
126
 
127
  default:
@@ -131,8 +134,13 @@
131
  }
132
 
133
  // Execute the SQL call, if we're only counting we can use get_var(), otherwise we use query().
134
- if( $countonly == true ) { $result = $wpdb->get_var( $sqlstatement ); }
135
- else { $result = $wpdb->query( $sqlstatement ); }
 
 
 
 
 
136
 
137
  return $result;
138
  }
@@ -143,6 +151,7 @@
143
  // We need database and the global $WP_Statistics object access.
144
  global $wpdb, $table_prefix, $WP_Statistics;
145
 
 
146
  $sqlstatement = '';
147
 
148
  // If no page URI has been passed in, get the current page URI.
@@ -152,8 +161,12 @@
152
  // Note that a single page/post ID can have multiple URI's associated with it.
153
  if( $id != -1 ) {
154
  $page_sql = '`id` = ' . $id;
 
 
155
  } else {
156
  $page_sql = "`URI` = '{$page_uri}'";
 
 
157
  }
158
 
159
  // This function accepts several options for time parameter, each one has a unique SQL query string.
@@ -181,6 +194,7 @@
181
 
182
  case 'total':
183
  $sqlstatement = "SELECT SUM(count) FROM {$table_prefix}statistics_pages WHERE {$page_sql}";
 
184
  break;
185
 
186
  default:
@@ -190,6 +204,7 @@
190
 
191
  // Since this function only every returns a count, just use get_var().
192
  $result = $wpdb->get_var( $sqlstatement );
 
193
 
194
  // If we have an empty result, return 0 instead of a blank.
195
  if( $result == '' ) { $result = 0; }
@@ -203,11 +218,14 @@
203
  global $wpdb, $table_prefix;
204
 
205
  // Create the SQL query to use.
206
- $sqlstatement = "SELECT id FROM {$table_prefix}statistics_pages WHERE `URI` = '{$uri}'";
207
 
208
  // Execute the query.
209
  $result = $wpdb->get_var( $sqlstatement );
210
 
 
 
 
211
  return $result;
212
  }
213
 
@@ -721,9 +739,17 @@
721
 
722
  // Check to see if the admin has told us to use Google to get the co-ordinates.
723
  if($WP_Statistics->get_option('google_coordinates')) {
724
-
 
 
 
 
 
 
 
 
725
  // This is google's API URL we'll be calling.
726
- $api_url = "http://maps.google.com/maps/api/geocode/json?address={$country}&sensor=false";
727
 
728
  // There are two ways we can get the results form google, file_get_contents() and curl_exec().
729
  // However both are optional components of PHP so we need to check to see which one is available.
61
 
62
  case 'total':
63
  $result = $wpdb->get_var("SELECT SUM(visit) FROM {$table_prefix}statistics_visit");
64
+ $result += $WP_Statistics->Get_Historical_Data( 'visits' );
65
  break;
66
 
67
  default:
82
  // We need database and the global $WP_Statistics object access.
83
  global $wpdb, $table_prefix, $WP_Statistics;
84
 
85
+ $history = 0;
86
  $select = '*';
87
  $sqlstatement = '';
88
 
124
 
125
  case 'total':
126
  $sqlstatement = "SELECT {$select} FROM {$table_prefix}statistics_visitor";
127
+ $history = $WP_Statistics->Get_Historical_Data( 'visitors' );
128
  break;
129
 
130
  default:
134
  }
135
 
136
  // Execute the SQL call, if we're only counting we can use get_var(), otherwise we use query().
137
+ if( $countonly == true ) {
138
+ $result = $wpdb->get_var( $sqlstatement );
139
+ $result += $history;
140
+ }
141
+ else {
142
+ $result = $wpdb->query( $sqlstatement );
143
+ }
144
 
145
  return $result;
146
  }
151
  // We need database and the global $WP_Statistics object access.
152
  global $wpdb, $table_prefix, $WP_Statistics;
153
 
154
+ $history = 0;
155
  $sqlstatement = '';
156
 
157
  // If no page URI has been passed in, get the current page URI.
161
  // Note that a single page/post ID can have multiple URI's associated with it.
162
  if( $id != -1 ) {
163
  $page_sql = '`id` = ' . $id;
164
+ $history_key = 'page';
165
+ $history_id = $id;
166
  } else {
167
  $page_sql = "`URI` = '{$page_uri}'";
168
+ $history_key = 'uri';
169
+ $history_id = $page_uri;
170
  }
171
 
172
  // This function accepts several options for time parameter, each one has a unique SQL query string.
194
 
195
  case 'total':
196
  $sqlstatement = "SELECT SUM(count) FROM {$table_prefix}statistics_pages WHERE {$page_sql}";
197
+ $history = $WP_Statistics->Get_Historical_Data( $history_key, $history_id );
198
  break;
199
 
200
  default:
204
 
205
  // Since this function only every returns a count, just use get_var().
206
  $result = $wpdb->get_var( $sqlstatement );
207
+ $result += $history;
208
 
209
  // If we have an empty result, return 0 instead of a blank.
210
  if( $result == '' ) { $result = 0; }
218
  global $wpdb, $table_prefix;
219
 
220
  // Create the SQL query to use.
221
+ $sqlstatement = "SELECT id FROM {$table_prefix}statistics_pages WHERE `URI` = '{$uri}' AND id > 0";
222
 
223
  // Execute the query.
224
  $result = $wpdb->get_var( $sqlstatement );
225
 
226
+ // If we returned a false or some other 0 equivalent value, make sure $result is set to an integer 0.
227
+ if( $result == 0 ) { $result = 0; }
228
+
229
  return $result;
230
  }
231
 
739
 
740
  // Check to see if the admin has told us to use Google to get the co-ordinates.
741
  if($WP_Statistics->get_option('google_coordinates')) {
742
+
743
+ // Some clients can't handle mixed http/https pages so check to see if the page we're on has http
744
+ // enabled, if so, use https instead just in case for the Google script.
745
+ $protocol = "http";
746
+
747
+ if( array_key_exists( 'HTTPS', $_SERVER ) ) {
748
+ if( $_SERVER['HTTPS'] == 'on' ) { $protocol += 's'; }
749
+ }
750
+
751
  // This is google's API URL we'll be calling.
752
+ $api_url = "{$protocol}://maps.google.com/maps/api/geocode/json?address={$country}&sensor=false";
753
 
754
  // There are two ways we can get the results form google, file_get_contents() and curl_exec().
755
  // However both are optional components of PHP so we need to check to see which one is available.
includes/functions/purge.php ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ function wp_statistics_purge_data( $purge_days ) {
3
+ GLOBAL $wpdb, $table_prefix;
4
+
5
+ // If it's less than 30 days, don't do anything.
6
+ if($purge_days > 30) {
7
+ // Purge the visit data.
8
+ $table_name = $table_prefix . 'statistics_visit';
9
+ $date_string = date( 'Y-m-d', strtotime( '-' . $purge_days . ' days'));
10
+
11
+ $result = $wpdb->query('DELETE FROM ' . $table_name . ' WHERE `last_counter` < \'' . $date_string . '\'');
12
+
13
+ if($result) {
14
+ // Update the historical count with what we purged.
15
+ $wpdb->query('UPDATE ' . $table_prefix . 'statistics_historical SET value = value + ' . $result . ' WHERE `type` = \'visits\'' );
16
+
17
+ $result_string = sprintf(__('%s data older than %s days purged successfully.', 'wp_statistics'), '<code>' . $table_name . '</code>', '<code>' . $purge_days . '</code>');
18
+ } else {
19
+ $result_string = sprintf(__('No records found to purge from %s!', 'wp_statistics'), '<code>' . $table_name . '</code>' );
20
+ }
21
+
22
+ // Purge the visitors data.
23
+ $table_name = $table_prefix . 'statistics_visitor';
24
+
25
+ $result = $wpdb->query('DELETE FROM ' . $table_name . ' WHERE `last_counter` < \'' . $date_string . '\'');
26
+
27
+ if($result) {
28
+ // Update the historical count with what we purged.
29
+ $wpdb->query('UPDATE ' . $table_prefix . 'statistics_historical SET value = value + ' . $result . ' WHERE `type` = \'visitors\'' );
30
+
31
+ $result_string .= '<br>' . sprintf(__('%s data older than %s days purged successfully.', 'wp_statistics'), '<code>' . $table_name . '</code>', '<code>' . $purge_days . '</code>');
32
+ } else {
33
+ $result_string .= '<br>' . sprintf(__('No records found to purge from %s!', 'wp_statistics'), '<code>' . $table_name . '</code>' );
34
+ }
35
+
36
+ // Purge the exclusions data.
37
+ $table_name = $table_prefix . 'statistics_exclusions';
38
+
39
+ $result = $wpdb->query('DELETE FROM ' . $table_name . ' WHERE `date` < \'' . $date_string . '\'');
40
+
41
+ if($result) {
42
+ $result_string .= '<br>' . sprintf(__('%s data older than %s days purged successfully.', 'wp_statistics'), '<code>' . $table_name . '</code>', '<code>' . $purge_days . '</code>');
43
+ } else {
44
+ $result_string .= '<br>' . sprintf(__('No records found to purge from %s!', 'wp_statistics'), '<code>' . $table_name . '</code>' );
45
+ }
46
+
47
+ // Purge the pages data, this is more complex as we want to save the historical data per page.
48
+ $table_name = $table_prefix . 'statistics_pages';
49
+ $historical = 0;
50
+
51
+ // The first thing we need to do is update the historical data by finding all the unique pages.
52
+ $result = $wpdb->get_results('SELECT DISTINCT uri FROM ' . $table_name . ' WHERE `date` < \'' . $date_string . '\'');
53
+
54
+ // If we have a result, let's store the historical data.
55
+ if( $result ) {
56
+ // Loop through all the unique rows that were returned.
57
+ foreach( $result as $row ) {
58
+ // Use the unique rows to get a total count from the database of all the data from the given URIs/Pageids that we're going to delete later.
59
+ $historical = $wpdb->get_var( $wpdb->prepare('SELECT sum(count) FROM ' . $table_name . ' WHERE `uri` = %s AND `date` < %s', $row->uri, $date_string));
60
+
61
+ // Do an update of the historical data.
62
+ $uresult = $wpdb->query($wpdb->prepare('UPDATE ' . $table_prefix . 'statistics_historical SET value = value + %d WHERE `uri` = %s AND `type` = \'uri\'', $historical, $row->uri, $date_string));
63
+
64
+ // If we failed it's because this is the first time we've seen this URI/pageid so let's create a historical row for it.
65
+ if( $uresult == 0 ) {
66
+ $wpdb->insert( $table_prefix . "statistics_historical", array( 'value' => $historical, 'type' => 'uri', 'uri' => $row->uri, 'id' => wp_statistics_uri_to_id($row->uri) ) );
67
+ }
68
+ }
69
+ }
70
+
71
+ // Now that we've done all of the required historical data storage, we can actually delete the data from the database.
72
+ $result = $wpdb->query('DELETE FROM ' . $table_name . ' WHERE `date` < \'' . $date_string . '\'');
73
+
74
+ if($result) {
75
+ $result_string .= '<br>' . sprintf(__('%s data older than %s days purged successfully.', 'wp_statistics'), '<code>' . $table_name . '</code>', '<code>' . $purge_days . '</code>');
76
+ } else {
77
+ $result_string .= '<br>' . sprintf(__('No records found to purge from %s!', 'wp_statistics'), '<code>' . $table_name . '</code>' );
78
+ }
79
+
80
+ return $result_string;
81
+
82
+ } else {
83
+ return __('Please select a value over 30 days.', 'wp_statistics');
84
+ }
85
+ }
86
+ ?>
includes/log/log.php CHANGED
@@ -80,6 +80,8 @@
80
  </div>
81
  </div>
82
  <?php
 
 
83
  function wp_statistics_display_column_a($slot, $ISOCountryCode, $search_engines) {
84
  GLOBAL $WP_Statistics;
85
 
80
  </div>
81
  </div>
82
  <?php
83
+ $WP_Statistics->update_option( 'last_overview_memory', memory_get_peak_usage(true) );
84
+
85
  function wp_statistics_display_column_a($slot, $ISOCountryCode, $search_engines) {
86
  GLOBAL $WP_Statistics;
87
 
includes/log/widgets/google.map.php CHANGED
@@ -3,12 +3,20 @@
3
 
4
  global $wpdb, $table_prefix, $WP_Statistics;
5
 
 
 
 
 
 
 
 
 
6
  if($WP_Statistics->get_option('geoip') && !$WP_Statistics->get_option('disable_map') ) { ?>
7
  <div class="postbox">
8
  <div class="handlediv" title="<?php _e('Click to toggle', 'wp_statistics'); ?>"><br /></div>
9
  <h3 class="hndle"><span><?php _e('Today Visitors Map', 'wp_statistics'); ?></span></h3>
10
  <div class="inside">
11
- <script src="http://maps.google.com/maps/api/js?sensor=false" type="text/javascript"></script>
12
  <div id="map_canvas">Google Map</div>
13
 
14
  <?php $result = $wpdb->get_row("SELECT * FROM `{$table_prefix}statistics_visitor` WHERE last_counter = '{$WP_Statistics->Current_Date('Y-m-d')}'"); ?>
3
 
4
  global $wpdb, $table_prefix, $WP_Statistics;
5
 
6
+ // Some clients can't handle mixed http/https pages so check to see if the page we're on has http
7
+ // enabled, if so, use https instead just in case for the Google script.
8
+ $protocol = "http";
9
+
10
+ if( array_key_exists( 'HTTPS', $_SERVER ) ) {
11
+ if( $_SERVER['HTTPS'] == 'on' ) { $protocol += 's'; }
12
+ }
13
+
14
  if($WP_Statistics->get_option('geoip') && !$WP_Statistics->get_option('disable_map') ) { ?>
15
  <div class="postbox">
16
  <div class="handlediv" title="<?php _e('Click to toggle', 'wp_statistics'); ?>"><br /></div>
17
  <h3 class="hndle"><span><?php _e('Today Visitors Map', 'wp_statistics'); ?></span></h3>
18
  <div class="inside">
19
+ <script src="<?php echo $protocol; ?>://maps.google.com/maps/api/js?sensor=false" type="text/javascript"></script>
20
  <div id="map_canvas">Google Map</div>
21
 
22
  <?php $result = $wpdb->get_row("SELECT * FROM `{$table_prefix}statistics_visitor` WHERE last_counter = '{$WP_Statistics->Current_Date('Y-m-d')}'"); ?>
includes/optimization/purge-data.php CHANGED
@@ -1,58 +1,17 @@
1
  <?php
2
  require('../../../../../wp-blog-header.php');
 
3
 
4
  if( !is_super_admin() )
5
  wp_die(__('Access denied!', 'wp_statistics'));
6
-
7
- $purge_days = intval($_POST['purge_days']);
8
 
9
- if($purge_days > 30) {
10
-
11
- $table_name = $table_prefix . 'statistics_visit';
12
- $date_string = date( 'Y-m-d', strtotime( '-' . $purge_days . ' days'));
13
-
14
- $result = $wpdb->query('DELETE FROM ' . $table_name . ' WHERE `last_counter` < \'' . $date_string . '\'');
15
-
16
- if($result) {
17
- $result_string = sprintf(__('%s data older than %s days purged successfully.', 'wp_statistics'), '<code>' . $table_name . '</code>', '<code>' . $purge_days . '</code>');
18
- } else {
19
- $result_string = sprintf(__('No records found to purge from %s!', 'wp_statistics'), '<code>' . $table_name . '</code>' );
20
- }
21
 
22
- $table_name = $table_prefix . 'statistics_visitor';
23
-
24
- $result = $wpdb->query('DELETE FROM ' . $table_name . ' WHERE `last_counter` < \'' . $date_string . '\'');
25
-
26
- if($result) {
27
- $result_string .= '<br>' . sprintf(__('%s data older than %s days purged successfully.', 'wp_statistics'), '<code>' . $table_name . '</code>', '<code>' . $purge_days . '</code>');
28
- } else {
29
- $result_string .= '<br>' . sprintf(__('No records found to purge from %s!', 'wp_statistics'), '<code>' . $table_name . '</code>' );
30
- }
31
-
32
- $table_name = $table_prefix . 'statistics_exclusions';
33
-
34
- $result = $wpdb->query('DELETE FROM ' . $table_name . ' WHERE `date` < \'' . $date_string . '\'');
35
-
36
- if($result) {
37
- $result_string .= '<br>' . sprintf(__('%s data older than %s days purged successfully.', 'wp_statistics'), '<code>' . $table_name . '</code>', '<code>' . $purge_days . '</code>');
38
- } else {
39
- $result_string .= '<br>' . sprintf(__('No records found to purge from %s!', 'wp_statistics'), '<code>' . $table_name . '</code>' );
40
- }
41
-
42
- $table_name = $table_prefix . 'statistics_pages';
43
-
44
- $result = $wpdb->query('DELETE FROM ' . $table_name . ' WHERE `date` < \'' . $date_string . '\'');
45
-
46
- if($result) {
47
- $result_string .= '<br>' . sprintf(__('%s data older than %s days purged successfully.', 'wp_statistics'), '<code>' . $table_name . '</code>', '<code>' . $purge_days . '</code>');
48
- } else {
49
- $result_string .= '<br>' . sprintf(__('No records found to purge from %s!', 'wp_statistics'), '<code>' . $table_name . '</code>' );
50
- }
51
-
52
- echo $result_string;
53
-
54
- } else {
55
- _e('Please select a value over 30 days.', 'wp_statistics');
56
  }
57
 
 
 
58
  ?>
1
  <?php
2
  require('../../../../../wp-blog-header.php');
3
+ require('../functions/purge.php');
4
 
5
  if( !is_super_admin() )
6
  wp_die(__('Access denied!', 'wp_statistics'));
 
 
7
 
8
+ $purge_days = 0;
 
 
 
 
 
 
 
 
 
 
 
9
 
10
+ if( array_key_exists( 'purge_days', $_POST ) ) {
11
+ // Get the number of days to purge data before.
12
+ $purge_days = intval($_POST['purge_days']);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  }
14
 
15
+ echo wp_statistics_purge_data( $purge_days );
16
+
17
  ?>
includes/optimization/tabs/wps-optimization-historical.php ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ // Get the historical number of visitors to the site
3
+ $historical_visitors = $WP_Statistics->Get_Historical_Data( 'visitors' );
4
+
5
+ // Get the historical number of visits to the site
6
+ $historical_visits = $WP_Statistics->Get_Historical_Data( 'visits' );
7
+
8
+ ?>
9
+ <div class="wrap">
10
+ <form id="wps_historical_form" method="post">
11
+ <?php wp_nonce_field('historical_form', 'wp-statistics-nonce');?>
12
+ <table class="form-table">
13
+ <tbody>
14
+ <tr valign="top">
15
+ <th scope="row" colspan="2"><h3><?php _e('Historical Values', 'wp_statistics'); ?></h3></th>
16
+ </tr>
17
+
18
+ <tr valign="top" id="wps_historical_purge" style="display: none">
19
+ <th scope="row" colspan=2>
20
+ <?php _e('Note: As you have just purged the database you must reload this page for these numbers to be correct.', 'wp_statistics'); ?>
21
+ </th>
22
+ </tr>
23
+
24
+ <tr valign="top">
25
+ <th scope="row">
26
+ <?php _e('Visitors', 'wp_statistics'); ?>:
27
+ </th>
28
+
29
+ <td>
30
+ <input type="text" size="10" value="<?php echo $historical_visitors; ?>" id="wps_historical_visitors" name="wps_historical_visitors">
31
+ <p class="description"><?php echo sprintf( __('Number of historical number of visitors to the site (current value is %s).', 'wp_statistics'), number_format_i18n( $historical_visitors )); ?></p>
32
+ </td>
33
+ </tr>
34
+
35
+ <tr valign="top">
36
+ <th scope="row">
37
+ <?php _e('Visits', 'wp_statistics'); ?>:
38
+ </th>
39
+
40
+ <td>
41
+ <input type="text" size="10" value="<?php echo $historical_visits; ?>" id="wps_historical_visits" name="wps_historical_visits">
42
+ <p class="description"><?php echo sprintf( __('Number of historical number of visits to the site (current value is %s).', 'wp_statistics'), number_format_i18n( $historical_visits )); ?></p>
43
+ </td>
44
+ </tr>
45
+
46
+ <tr valign="top">
47
+ <td colspan=2>
48
+ <input id="historical-submit" class="button button-primary" type="submit" value="<?php _e('Update now!', 'wp_statistics'); ?>" name="historical-submit"/>
49
+ </td>
50
+ </tr>
51
+
52
+ </tbody>
53
+
54
+ </table>
55
+
56
+ </form>
57
+
58
+ </div>
includes/optimization/tabs/wps-optimization-purging.php CHANGED
@@ -23,6 +23,7 @@
23
  jQuery("#purge-data-status").html("");
24
  jQuery("#purge-data-result").html(result.responseText);
25
  jQuery("#purge-data-submit").removeAttr("disabled");
 
26
  });
27
  });
28
 
23
  jQuery("#purge-data-status").html("");
24
  jQuery("#purge-data-result").html(result.responseText);
25
  jQuery("#purge-data-submit").removeAttr("disabled");
26
+ jQuery("#wps_historical_purge").show();
27
  });
28
  });
29
 
includes/optimization/tabs/wps-optimization-resources.php CHANGED
@@ -27,6 +27,17 @@
27
  <p class="description"><?php _e('Memory usage in PHP', 'wp_statistics'); ?></p>
28
  </td>
29
  </tr>
 
 
 
 
 
 
 
 
 
 
 
30
 
31
  <tr valign="top">
32
  <th scope="row">
27
  <p class="description"><?php _e('Memory usage in PHP', 'wp_statistics'); ?></p>
28
  </td>
29
  </tr>
30
+
31
+ <tr valign="top">
32
+ <th scope="row">
33
+ <?php _e('Last Overview page memory usage', 'wp_statistics'); ?>:
34
+ </th>
35
+
36
+ <td>
37
+ <strong><?php echo number_format_i18n($WP_Statistics->get_option('last_overview_memory')); ?></strong> <?php _e('Byte', 'wp_statistics'); ?>
38
+ <p class="description"><?php _e('Memory usage in the overview page', 'wp_statistics'); ?></p>
39
+ </td>
40
+ </tr>
41
 
42
  <tr valign="top">
43
  <th scope="row">
includes/optimization/wps-optimization.php CHANGED
@@ -1,4 +1,7 @@
1
  <?php
 
 
 
2
  if( !is_super_admin() )
3
  wp_die(__('Access denied!', 'wp_statistics'));
4
 
@@ -11,9 +14,6 @@
11
 
12
  if( array_key_exists( 'hash-ips', $_GET ) ) {
13
  if( $_GET['hash-ips'] == 1 ) {
14
- GLOBAL $wpdb;
15
- $wp_prefix = $wpdb->prefix;
16
-
17
  // Generate a random salt
18
  $characters = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';
19
  $randomString = '';
@@ -54,9 +54,6 @@
54
 
55
  if( array_key_exists( 'index', $_GET ) ) {
56
  if( $_GET['index'] == 1 ) {
57
- GLOBAL $wpdb;
58
- $wp_prefix = $wpdb->prefix;
59
-
60
  // Check the number of index's on the visitors table, if it's only 5 we need to check for duplicate entries and remove them
61
  $result = $wpdb->query("SHOW INDEX FROM {$wp_prefix}statistics_visitor WHERE Key_name = 'date_ip'");
62
 
@@ -92,6 +89,26 @@
92
  }
93
  }
94
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
95
  $selected_tab = "";
96
  if( array_key_exists( 'tab', $_GET ) ) { $selected_tab = $_GET['tab']; }
97
 
@@ -109,6 +126,9 @@ switch( $selected_tab )
109
  case 'updates':
110
  $current_tab = 4;
111
  break;
 
 
 
112
  default:
113
  $current_tab = 0;
114
 
@@ -128,6 +148,7 @@ switch( $selected_tab )
128
  <li class="ui-state-default ui-corner-top"><a href="#purging" class="ui-tabs-anchor"><span><?php _e('Purging', 'wp_statistics'); ?></span></a></li>
129
  <li class="ui-state-default ui-corner-top"><a href="#database" class="ui-tabs-anchor"><span><?php _e('Database', 'wp_statistics'); ?></span></a></li>
130
  <li class="ui-state-default ui-corner-top"><a href="#updates" class="ui-tabs-anchor"><span><?php _e('Updates', 'wp_statistics'); ?></span></a></li>
 
131
  </ul>
132
 
133
  <div id="resources">
@@ -150,5 +171,9 @@ switch( $selected_tab )
150
  <?php include( dirname( __FILE__ ) . '/tabs/wps-optimization-updates.php' ); ?>
151
  </div>
152
 
 
 
 
 
153
  </div>
154
  </div>
1
  <?php
2
+ GLOBAL $wpdb;
3
+ $wp_prefix = $wpdb->prefix;
4
+
5
  if( !is_super_admin() )
6
  wp_die(__('Access denied!', 'wp_statistics'));
7
 
14
 
15
  if( array_key_exists( 'hash-ips', $_GET ) ) {
16
  if( $_GET['hash-ips'] == 1 ) {
 
 
 
17
  // Generate a random salt
18
  $characters = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';
19
  $randomString = '';
54
 
55
  if( array_key_exists( 'index', $_GET ) ) {
56
  if( $_GET['index'] == 1 ) {
 
 
 
57
  // Check the number of index's on the visitors table, if it's only 5 we need to check for duplicate entries and remove them
58
  $result = $wpdb->query("SHOW INDEX FROM {$wp_prefix}statistics_visitor WHERE Key_name = 'date_ip'");
59
 
89
  }
90
  }
91
 
92
+ if( array_key_exists( 'historical-submit', $_POST ) ) {
93
+
94
+ if( array_key_exists( 'wps_historical_visitors', $_POST ) ) {
95
+ $result = $wpdb->update( $wp_prefix . "statistics_historical", array( 'value' => $_POST['wps_historical_visitors'] ), array( 'type' => 'visitors' ) );
96
+
97
+ if( $result == 0 ) {
98
+ $result = $wpdb->insert( $wp_prefix . "statistics_historical", array( 'value' => $_POST['wps_historical_visitors'], 'type' => 'visitors' ) );
99
+ }
100
+ }
101
+
102
+ if( array_key_exists( 'wps_historical_visits', $_POST ) ) {
103
+ $result = $wpdb->update( $wp_prefix . "statistics_historical", array( 'value' => $_POST['wps_historical_visits'] ), array( 'type' => 'visits' ) );
104
+
105
+ if( $result == 0 ) {
106
+ $result = $wpdb->insert( $wp_prefix . "statistics_historical", array( 'value' => $_POST['wps_historical_visits'], 'type' => 'visits' ) );
107
+ }
108
+ }
109
+
110
+ }
111
+
112
  $selected_tab = "";
113
  if( array_key_exists( 'tab', $_GET ) ) { $selected_tab = $_GET['tab']; }
114
 
126
  case 'updates':
127
  $current_tab = 4;
128
  break;
129
+ case 'historical':
130
+ $current_tab = 5;
131
+ break;
132
  default:
133
  $current_tab = 0;
134
 
148
  <li class="ui-state-default ui-corner-top"><a href="#purging" class="ui-tabs-anchor"><span><?php _e('Purging', 'wp_statistics'); ?></span></a></li>
149
  <li class="ui-state-default ui-corner-top"><a href="#database" class="ui-tabs-anchor"><span><?php _e('Database', 'wp_statistics'); ?></span></a></li>
150
  <li class="ui-state-default ui-corner-top"><a href="#updates" class="ui-tabs-anchor"><span><?php _e('Updates', 'wp_statistics'); ?></span></a></li>
151
+ <li class="ui-state-default ui-corner-top"><a href="#historical" class="ui-tabs-anchor"><span><?php _e('Historical', 'wp_statistics'); ?></span></a></li>
152
  </ul>
153
 
154
  <div id="resources">
171
  <?php include( dirname( __FILE__ ) . '/tabs/wps-optimization-updates.php' ); ?>
172
  </div>
173
 
174
+ <div id="historical">
175
+ <?php include( dirname( __FILE__ ) . '/tabs/wps-optimization-historical.php' ); ?>
176
+ </div>
177
+
178
  </div>
179
  </div>
includes/settings/tabs/wps-about.php CHANGED
@@ -53,6 +53,7 @@
53
  <li><?php echo sprintf( __('Have you read the %s?', 'wp_statistics' ), '<a title="' . __('manual', 'wp_statistics') . '" href="?page=wps_manual_menu">' . __('manual', 'wp_statistics') . '</a>');?></li>
54
  <li><?php echo sprintf( __('Have you search the %s for a similar issue?', 'wp_statistics' ), '<a href="http://wordpress.org/support/plugin/wp-statistics" target="_blank">' . __('support forum', 'wp_statistics') . '</a>');?></li>
55
  <li><?php _e('Have you search the Internet for any error messages you are receiving?', 'wp_statistics' );?></li>
 
56
  </ul>
57
 
58
  <p><?php _e('And a few things to double-check:', 'wp_statistics' );?></p>
53
  <li><?php echo sprintf( __('Have you read the %s?', 'wp_statistics' ), '<a title="' . __('manual', 'wp_statistics') . '" href="?page=wps_manual_menu">' . __('manual', 'wp_statistics') . '</a>');?></li>
54
  <li><?php echo sprintf( __('Have you search the %s for a similar issue?', 'wp_statistics' ), '<a href="http://wordpress.org/support/plugin/wp-statistics" target="_blank">' . __('support forum', 'wp_statistics') . '</a>');?></li>
55
  <li><?php _e('Have you search the Internet for any error messages you are receiving?', 'wp_statistics' );?></li>
56
+ <li><?php _e('Make sure you have access to your PHP error logs.', 'wp_statistics' );?></li>
57
  </ul>
58
 
59
  <p><?php _e('And a few things to double-check:', 'wp_statistics' );?></p>
includes/settings/tabs/wps-general.php CHANGED
@@ -362,7 +362,14 @@ if( $wps_nonce_valid ) {
362
  <?php wp_editor( $WP_Statistics->get_option('content_report'), 'content-report', array('media_buttons' => false, 'textarea_name' => 'wps_content_report', 'textarea_rows' => 5) ); ?>
363
  <p class="description"><?php _e('Enter the contents of the reports received.', 'wp_statistics'); ?></p>
364
  <p class="description data">
365
- <?php _e('Any shortcode supported by your installation of WordPress, include all shortcodes for WP Statistics (see the admin manual for a list of codes available) are supported in the body of the message.', 'wp_statistics'); ?>
 
 
 
 
 
 
 
366
  </p>
367
  </td>
368
  </tr>
362
  <?php wp_editor( $WP_Statistics->get_option('content_report'), 'content-report', array('media_buttons' => false, 'textarea_name' => 'wps_content_report', 'textarea_rows' => 5) ); ?>
363
  <p class="description"><?php _e('Enter the contents of the reports received.', 'wp_statistics'); ?></p>
364
  <p class="description data">
365
+ <?php _e('Any shortcode supported by your installation of WordPress, include all shortcodes for WP Statistics (see the admin manual for a list of codes available) are supported in the body of the message. Here are some examples:', 'wp_statistics'); ?><br><br>
366
+ &nbsp;&nbsp;&nbsp;&nbsp;<?php _e('User Online', 'wp_statistics'); ?>: <code>[wpstatistics stat=usersonline]</code><br>
367
+ &nbsp;&nbsp;&nbsp;&nbsp;<?php _e('Today Visitor', 'wp_statistics'); ?>: <code>[wpstatistics stat=visitors time=today]</code><br>
368
+ &nbsp;&nbsp;&nbsp;&nbsp;<?php _e('Today Visit', 'wp_statistics'); ?>: <code>[wpstatistics stat=visits time=today]</code><br>
369
+ &nbsp;&nbsp;&nbsp;&nbsp;<?php _e('Yesterday Visitor', 'wp_statistics'); ?>: <code>[wpstatistics stat=visitors time=yesterday]</code><br>
370
+ &nbsp;&nbsp;&nbsp;&nbsp;<?php _e('Yesterday Visit', 'wp_statistics'); ?>: <code>[wpstatistics stat=visits time=yesterday]</code><br>
371
+ &nbsp;&nbsp;&nbsp;&nbsp;<?php _e('Total Visitor', 'wp_statistics'); ?>: <code>[wpstatistics stat=visitors time=total]</code><br>
372
+ &nbsp;&nbsp;&nbsp;&nbsp;<?php _e('Total Visit', 'wp_statistics'); ?>: <code>[wpstatistics stat=visits time=total]</code><br>
373
  </p>
374
  </td>
375
  </tr>
includes/settings/tabs/wps-removal.php ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ if( $wps_nonce_valid ) {
3
+
4
+ if( array_key_exists( 'wps_remove_plugin', $_POST ) ) {
5
+ if( is_super_admin() ) {
6
+ update_option('wp_statistics_removal', 'true' );
7
+ }
8
+ }
9
+ }
10
+
11
+ ?>
12
+ <table class="form-table">
13
+ <tbody>
14
+ <tr valign="top">
15
+ <th scope="row" colspan="2"><h3><?php _e('WP Statisitcs Removal', 'wp_statistics'); ?></h3></th>
16
+ </tr>
17
+
18
+ <tr valign="top">
19
+ <th scope="row" colspan="2">
20
+ <?php echo __('Uninstalling WP Statistics will not remove the data and settings, you can use this option to remove the WP Statistics data from your install before uninstalling the plugin.', 'wp_statistics'); ?>
21
+ <br>
22
+ <br>
23
+ <?php echo __('Once you submit this form the settings will be deleted during the page load, however WP Statistics will still show up in your Admin menu until another page load is executed.', 'wp_statistics'); ?>
24
+ </th>
25
+ </tr>
26
+
27
+ <tr valign="top">
28
+ <th scope="row">
29
+ <label for="remove-plugin"><?php _e('Remove data and settings', 'wp_statistics'); ?>:</label>
30
+ </th>
31
+
32
+ <td>
33
+ <input id="remove-plugin" type="checkbox" name="wps_remove_plugin">
34
+ <label for="remove-plugin"><?php _e('Remove', 'wp_statistics'); ?></label>
35
+ <p class="description"><?php _e('Remove data and settings, this action cannot be undone.', 'wp_statistics'); ?></p>
36
+ </td>
37
+ </tr>
38
+
39
+ </tbody>
40
+ </table>
includes/settings/wps-settings.php CHANGED
@@ -31,8 +31,11 @@ switch( $selected_tab )
31
  case 'maintenance':
32
  if( $wps_admin ) { $current_tab = 5; } else { $current_tab = 0; }
33
  break;
 
 
 
34
  case 'about':
35
- if( $wps_admin ) { $current_tab = 6; } else { $current_tab = 1; }
36
  break;
37
  default:
38
  $current_tab = 0;
@@ -49,24 +52,27 @@ switch( $selected_tab )
49
 
50
  switch( jQuery("#tabs").tabs("option", "active") ) {
51
  case 0:
52
- if( wps_admin == 1 ) { tab = 'general'; } else { tab = 'about'; }
53
  break;
54
  case 1:
55
- if( wps_admin == 1 ) { tab = 'overview'; } else { tab = 'about'; }
56
  break;
57
  case 2:
58
- if( wps_admin == 1 ) { tab = 'access'; } else { tab = 'about'; }
59
  break;
60
  case 3:
61
- if( wps_admin == 1 ) { tab = 'geoip'; } else { tab = 'about'; }
62
  break;
63
  case 4:
64
- if( wps_admin == 1 ) { tab = 'browscap'; } else { tab = 'about'; }
65
  break;
66
  case 5:
67
- if( wps_admin == 1 ) { tab = 'maintenance'; } else { tab = 'about'; }
68
  break;
69
  case 6:
 
 
 
70
  tab = 'about';
71
  break;
72
  }
@@ -89,6 +95,7 @@ switch( $selected_tab )
89
  <?php if( $wps_admin ) { ?> <li class="ui-state-default ui-corner-top"><a class="ui-tabs-anchor" href="#geoip-settings"><span><?php _e('GeoIP', 'wp_statistics'); ?></span></a></li><?php } ?>
90
  <?php if( $wps_admin ) { ?> <li class="ui-state-default ui-corner-top"><a class="ui-tabs-anchor" href="#browscap-settings"><span><?php _e('browscap', 'wp_statistics'); ?></span></a></li><?php } ?>
91
  <?php if( $wps_admin ) { ?> <li class="ui-state-default ui-corner-top"><a class="ui-tabs-anchor" href="#maintenance-settings"><span><?php _e('Maintenance', 'wp_statistics'); ?></span></a></li><?php } ?>
 
92
  <li class="ui-state-default ui-corner-top"><a class="ui-tabs-anchor" href="#about"><span><?php _e('About', 'wp_statistics'); ?></span></a></li>
93
  </ul>
94
 
@@ -116,6 +123,10 @@ switch( $selected_tab )
116
  <?php if( $wps_admin ) { include( dirname( __FILE__ ) . '/tabs/wps-maintenance.php' ); } ?>
117
  </div>
118
 
 
 
 
 
119
  <div id="about">
120
  <?php include( dirname( __FILE__ ) . '/tabs/wps-about.php' ); ?>
121
  </div>
31
  case 'maintenance':
32
  if( $wps_admin ) { $current_tab = 5; } else { $current_tab = 0; }
33
  break;
34
+ case 'removal':
35
+ if( $wps_admin ) { $current_tab = 6; } else { $current_tab = 0; }
36
+ break;
37
  case 'about':
38
+ if( $wps_admin ) { $current_tab = 7; } else { $current_tab = 1; }
39
  break;
40
  default:
41
  $current_tab = 0;
52
 
53
  switch( jQuery("#tabs").tabs("option", "active") ) {
54
  case 0:
55
+ if( $wps_admin == 1 ) { tab = 'general'; } else { tab = 'about'; }
56
  break;
57
  case 1:
58
+ if( $wps_admin == 1 ) { tab = 'overview'; } else { tab = 'about'; }
59
  break;
60
  case 2:
61
+ if( $wps_admin == 1 ) { tab = 'access'; } else { tab = 'about'; }
62
  break;
63
  case 3:
64
+ if( $wps_admin == 1 ) { tab = 'geoip'; } else { tab = 'about'; }
65
  break;
66
  case 4:
67
+ if( $wps_admin == 1 ) { tab = 'browscap'; } else { tab = 'about'; }
68
  break;
69
  case 5:
70
+ if( $wps_admin == 1 ) { tab = 'maintenance'; } else { tab = 'about'; }
71
  break;
72
  case 6:
73
+ if( $wps_admin == 1 ) { tab = 'removal'; } else { tab = 'about'; }
74
+ break;
75
+ case 7:
76
  tab = 'about';
77
  break;
78
  }
95
  <?php if( $wps_admin ) { ?> <li class="ui-state-default ui-corner-top"><a class="ui-tabs-anchor" href="#geoip-settings"><span><?php _e('GeoIP', 'wp_statistics'); ?></span></a></li><?php } ?>
96
  <?php if( $wps_admin ) { ?> <li class="ui-state-default ui-corner-top"><a class="ui-tabs-anchor" href="#browscap-settings"><span><?php _e('browscap', 'wp_statistics'); ?></span></a></li><?php } ?>
97
  <?php if( $wps_admin ) { ?> <li class="ui-state-default ui-corner-top"><a class="ui-tabs-anchor" href="#maintenance-settings"><span><?php _e('Maintenance', 'wp_statistics'); ?></span></a></li><?php } ?>
98
+ <?php if( $wps_admin ) { ?> <li class="ui-state-default ui-corner-top"><a class="ui-tabs-anchor" href="#removal-settings"><span><?php _e('Removal', 'wp_statistics'); ?></span></a></li><?php } ?>
99
  <li class="ui-state-default ui-corner-top"><a class="ui-tabs-anchor" href="#about"><span><?php _e('About', 'wp_statistics'); ?></span></a></li>
100
  </ul>
101
 
123
  <?php if( $wps_admin ) { include( dirname( __FILE__ ) . '/tabs/wps-maintenance.php' ); } ?>
124
  </div>
125
 
126
+ <div id="removal-settings">
127
+ <?php if( $wps_admin ) { include( dirname( __FILE__ ) . '/tabs/wps-removal.php' ); } ?>
128
+ </div>
129
+
130
  <div id="about">
131
  <?php include( dirname( __FILE__ ) . '/tabs/wps-about.php' ); ?>
132
  </div>
languages/default.mo CHANGED
Binary file
languages/default.po CHANGED
@@ -2,502 +2,614 @@
2
  # This file is distributed under the same license as the WP Statistics package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: WP Statistics 7.4\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-statistics\n"
7
- "POT-Creation-Date: 2014-10-12 16:03:15+00:00\n"
 
 
 
 
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
- "PO-Revision-Date: 2014-10-12 19:38+0330\n"
12
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
- "Language-Team: LANGUAGE <info@wp-statistics.cpm>\n"
14
- "X-Generator: Poedit 1.6.5\n"
15
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
- "Language: en\n"
17
- "X-Poedit-SourceCharset: UTF-8\n"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
 
19
- #: includes/functions/geoip-populate.php:26
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  msgid ""
21
  "Unable to load the GeoIP database, make sure you have downloaded it in the "
22
  "settings page."
23
  msgstr ""
24
 
25
- #: includes/functions/geoip-populate.php:50
 
26
  msgid "Updated %s GeoIP records in the visitors database."
27
  msgstr ""
28
 
29
- #: includes/log/all-browsers.php:17
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  msgid "Browser Statistics"
31
  msgstr ""
32
 
33
- #: includes/log/all-browsers.php:23 includes/log/all-browsers.php:106
34
- #: includes/log/all-browsers.php:240 includes/log/exclusions.php:74
35
- #: includes/log/hit-statistics.php:35 includes/log/last-search.php:61
36
- #: includes/log/last-visitor.php:57 includes/log/page-statistics.php:47
37
- #: includes/log/search-statistics.php:35 includes/log/top-pages.php:19
38
- #: includes/log/top-pages.php:131 includes/log/top-referring.php:45
39
- #: includes/log/widgets/about.php:7 includes/log/widgets/browsers.php:7
40
- #: includes/log/widgets/countries.php:9 includes/log/widgets/google.map.php:8
41
- #: includes/log/widgets/hits.php:7 includes/log/widgets/jqv.map.php:8
42
- #: includes/log/widgets/pages.php:11 includes/log/widgets/recent.php:7
43
- #: includes/log/widgets/referring.php:11 includes/log/widgets/search.php:7
44
- #: includes/log/widgets/summary.php:7 includes/log/widgets/words.php:14
 
 
 
 
 
 
 
 
 
 
 
 
45
  msgid "Click to toggle"
46
  msgstr ""
47
 
48
- #: includes/log/all-browsers.php:24 includes/log/widgets/browsers.php:8
49
- #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:249
 
 
50
  msgid "Browsers"
51
  msgstr ""
52
 
53
- #: includes/log/all-browsers.php:50
54
  msgid "Browsers by type"
55
  msgstr ""
56
 
57
- #: includes/log/all-browsers.php:107
 
58
  msgid "Platform"
59
  msgstr ""
60
 
61
- #: includes/log/all-browsers.php:133
62
  msgid "Browsers by platform"
63
  msgstr ""
64
 
65
- #: includes/log/all-browsers.php:241
 
66
  msgid "%s Version"
67
  msgstr ""
68
 
69
- #: includes/log/exclusions.php:8
70
  msgid ""
71
  "Attention: Exclusion are not currently set to be recorded, the results below "
72
  "may not reflect current statistics!"
73
  msgstr ""
74
 
75
- #: includes/log/exclusions.php:54
76
  msgid "Exclusions Statistics"
77
  msgstr ""
78
 
79
- #: includes/log/exclusions.php:57 includes/log/hit-statistics.php:21
80
- #: includes/log/page-statistics.php:33 includes/log/search-statistics.php:21
 
 
81
  msgid "10 Days"
82
  msgstr ""
83
 
84
- #: includes/log/exclusions.php:58 includes/log/hit-statistics.php:22
85
- #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:22
 
 
86
  msgid "20 Days"
87
  msgstr ""
88
 
89
- #: includes/log/exclusions.php:59 includes/log/hit-statistics.php:23
90
- #: includes/log/page-statistics.php:35 includes/log/search-statistics.php:23
 
 
91
  msgid "30 Days"
92
  msgstr ""
93
 
94
- #: includes/log/exclusions.php:60 includes/log/hit-statistics.php:24
95
- #: includes/log/page-statistics.php:36 includes/log/search-statistics.php:24
 
 
96
  msgid "2 Months"
97
  msgstr ""
98
 
99
- #: includes/log/exclusions.php:61 includes/log/hit-statistics.php:25
100
- #: includes/log/page-statistics.php:37 includes/log/search-statistics.php:25
 
 
101
  msgid "3 Months"
102
  msgstr ""
103
 
104
- #: includes/log/exclusions.php:62 includes/log/hit-statistics.php:26
105
- #: includes/log/page-statistics.php:38 includes/log/search-statistics.php:26
 
 
106
  msgid "6 Months"
107
  msgstr ""
108
 
109
- #: includes/log/exclusions.php:63 includes/log/hit-statistics.php:27
110
- #: includes/log/page-statistics.php:39 includes/log/search-statistics.php:27
 
 
111
  msgid "9 Months"
112
  msgstr ""
113
 
114
- #: includes/log/exclusions.php:64 includes/log/hit-statistics.php:28
115
- #: includes/log/page-statistics.php:40 includes/log/search-statistics.php:28
 
 
116
  msgid "1 Year"
117
  msgstr ""
118
 
119
- #: includes/log/exclusions.php:68
 
120
  msgid "Total Exclusions: %s"
121
  msgstr ""
122
 
123
- #: includes/log/exclusions.php:75
124
  msgid "Exclusions Statistical Chart"
125
  msgstr ""
126
 
127
- #: includes/log/exclusions.php:97
128
  msgid "Excluded hits in the last"
129
  msgstr ""
130
 
131
- #: includes/log/exclusions.php:97 includes/log/hit-statistics.php:69
132
- #: includes/log/search-statistics.php:77 includes/log/widgets/hits.php:39
133
- #: includes/log/widgets/search.php:46
134
- #: includes/optimization/tabs/wps-optimization-purging.php:150
 
 
135
  msgid "days"
136
  msgstr ""
137
 
138
- #: includes/log/exclusions.php:118
139
  msgid "Number of excluded hits"
140
  msgstr ""
141
 
142
- #: includes/log/hit-statistics.php:17 includes/log/widgets/hits.php:8
 
143
  msgid "Hit Statistics"
144
  msgstr ""
145
 
146
- #: includes/log/hit-statistics.php:36
147
  msgid "Hits Statistics Chart"
148
  msgstr ""
149
 
150
- #: includes/log/hit-statistics.php:69 includes/log/widgets/hits.php:39
 
151
  msgid "Hits in the last"
152
  msgstr ""
153
 
154
- #: includes/log/hit-statistics.php:90 includes/log/widgets/hits.php:60
 
155
  msgid "Number of visits and visitors"
156
  msgstr ""
157
 
158
- #: includes/log/hit-statistics.php:104 includes/log/widgets/hits.php:74
159
- #: includes/log/widgets/summary.php:20
160
- msgid "Visit"
161
- msgstr ""
162
-
163
- #: includes/log/hit-statistics.php:104 includes/log/widgets/hits.php:74
164
- #: includes/log/widgets/summary.php:19
165
- msgid "Visitor"
166
- msgstr ""
167
-
168
- #: includes/log/last-search.php:30 includes/log/widgets/words.php:16
169
- #: includes/settings/tabs/wps-overview-display.php:36
170
  msgid "Latest Search Words"
171
  msgstr ""
172
 
173
- #: includes/log/last-search.php:62
174
  msgid "Latest Search Word Statistics"
175
  msgstr ""
176
 
177
- #: includes/log/last-search.php:97 includes/log/last-visitor.php:94
178
- #: includes/log/widgets/google.map.php:65 includes/log/widgets/jqv.map.php:59
179
- #: includes/log/widgets/recent.php:22 includes/log/widgets/words.php:25
 
 
 
180
  msgid "#hash#"
181
  msgstr ""
182
 
183
- #: includes/log/last-search.php:102 includes/log/last-visitor.php:99
184
- #: includes/log/top-referring.php:78 includes/log/widgets/recent.php:27
185
- #: includes/log/widgets/words.php:32
186
- #: includes/settings/tabs/wps-overview-display.php:33
187
- #: includes/settings/tabs/wps-overview-display.php:71
 
 
188
  msgid "Map"
189
  msgstr ""
190
 
191
- #: includes/log/last-search.php:139 includes/log/last-visitor.php:132
192
- #: includes/log/top-pages.php:181 includes/log/top-referring.php:132
 
 
193
  msgid "Page"
194
  msgstr ""
195
 
196
- #: includes/log/last-search.php:139 includes/log/last-visitor.php:132
197
- #: includes/log/top-pages.php:181 includes/log/top-referring.php:132
 
 
198
  msgid "From"
199
  msgstr ""
200
 
201
- #: includes/log/last-visitor.php:27 includes/log/widgets/recent.php:9
202
- #: includes/settings/tabs/wps-overview-display.php:38
 
203
  msgid "Recent Visitors"
204
  msgstr ""
205
 
206
- #: includes/log/last-visitor.php:29 includes/log/top-referring.php:36
207
- #: includes/optimization/tabs/wps-optimization-purging.php:134 widget.php:296
 
 
208
  msgid "All"
209
  msgstr ""
210
 
211
- #: includes/log/last-visitor.php:59
212
  msgid "Search for"
213
  msgstr ""
214
 
215
- #: includes/log/last-visitor.php:61
216
  msgid "Recent Visitor Statistics"
217
  msgstr ""
218
 
219
- #: includes/log/page-statistics.php:29
220
  msgid "Page Trend for Post ID"
221
  msgstr ""
222
 
223
- #: includes/log/page-statistics.php:48
224
  msgid "Page Trend"
225
  msgstr ""
226
 
227
- #: includes/log/page-statistics.php:68
228
  msgid "Page Trending Stats"
229
  msgstr ""
230
 
231
- #: includes/log/page-statistics.php:89 includes/log/top-pages.php:70
 
232
  msgid "Number of Hits"
233
  msgstr ""
234
 
235
- #: includes/log/search-statistics.php:17 includes/log/search-statistics.php:36
 
236
  msgid "Search Engine Referral Statistics"
237
  msgstr ""
238
 
239
- #: includes/log/search-statistics.php:77 includes/log/widgets/search.php:46
 
240
  msgid "Search engine referrals in the last"
241
  msgstr ""
242
 
243
- #: includes/log/search-statistics.php:98 includes/log/widgets/search.php:67
 
244
  msgid "Number of referrals"
245
  msgstr ""
246
 
247
- #: includes/log/search-statistics.php:112 includes/log/widgets/search.php:81
248
- #: includes/log/widgets/summary.php:54 includes/log/widgets/summary.php:94
249
- msgid "Total"
250
- msgstr ""
251
-
252
- #: includes/log/top-countries.php:19
253
  msgid "Top Countries"
254
  msgstr ""
255
 
256
- #: includes/log/top-countries.php:28 includes/log/widgets/countries.php:17
 
257
  msgid "Rank"
258
  msgstr ""
259
 
260
- #: includes/log/top-countries.php:29 includes/log/widgets/countries.php:18
 
261
  msgid "Flag"
262
  msgstr ""
263
 
264
- #: includes/log/top-countries.php:30 includes/log/widgets/countries.php:19
 
265
  msgid "Country"
266
  msgstr ""
267
 
268
- #: includes/log/top-countries.php:31 includes/log/widgets/countries.php:20
 
269
  msgid "Visitor Count"
270
  msgstr ""
271
 
272
- #: includes/log/top-pages.php:13 includes/log/top-pages.php:132
 
273
  msgid "Top Pages"
274
  msgstr ""
275
 
276
- #: includes/log/top-pages.php:20
277
  msgid "Top 5 Pages Trends"
278
  msgstr ""
279
 
280
- #: includes/log/top-pages.php:49
281
  msgid "Top 5 Page Trending Stats"
282
  msgstr ""
283
 
284
- #: includes/log/top-pages.php:160 includes/log/widgets/pages.php:27
 
285
  msgid "No page title found"
286
  msgstr ""
287
 
288
- #: includes/log/top-pages.php:163 includes/log/widgets/pages.php:30
289
- #: includes/settings/tabs/wps-general.php:100
290
- #: includes/settings/tabs/wps-general.php:105
 
 
291
  msgid "Visits"
292
  msgstr ""
293
 
294
- #: includes/log/top-referring.php:4
295
  msgid "To be added soon"
296
  msgstr ""
297
 
298
- #: includes/log/top-referring.php:34 includes/log/top-referring.php:49
299
- #: includes/log/widgets/referring.php:13
300
- #: includes/settings/tabs/wps-overview-display.php:26
 
301
  msgid "Top Referring Sites"
302
  msgstr ""
303
 
304
- #: includes/log/top-referring.php:47
305
  msgid "Referring sites from"
306
  msgstr ""
307
 
308
- #: includes/log/top-referring.php:117 includes/log/widgets/referring.php:19
 
309
  msgid "References"
310
  msgstr ""
311
 
312
- #: includes/log/widgets/about.php:8
 
313
  msgid "About WP Statistics Version %s"
314
  msgstr ""
315
 
316
- #: includes/log/widgets/about.php:15
317
  msgid "Website"
318
  msgstr ""
319
 
320
- #: includes/log/widgets/about.php:16
321
  msgid "Rate and Review"
322
  msgstr ""
323
 
324
- #: includes/log/widgets/about.php:20
325
  msgid "More Information"
326
  msgstr ""
327
 
328
- #: includes/log/widgets/about.php:29 includes/settings/tabs/wps-about.php:12
 
 
329
  msgid ""
330
  "This product includes GeoLite2 data created by MaxMind, available from %s."
331
  msgstr ""
332
 
333
- #: includes/log/widgets/browsers.php:8 includes/log/widgets/countries.php:11
334
- #: includes/log/widgets/hits.php:8 includes/log/widgets/pages.php:13
335
- #: includes/log/widgets/recent.php:9 includes/log/widgets/referring.php:13
336
- #: includes/log/widgets/search.php:8 includes/log/widgets/words.php:16
 
 
 
 
337
  msgid "More"
338
  msgstr ""
339
 
340
- #: includes/log/widgets/browsers.php:38
341
  msgid "Other"
342
  msgstr ""
343
 
344
- #: includes/log/widgets/browsers.php:45
345
  msgid "Top 10 Browsers"
346
  msgstr ""
347
 
348
- #: includes/log/widgets/countries.php:11
349
- #: includes/settings/tabs/wps-overview-display.php:27
350
  msgid "Top 10 Countries"
351
  msgstr ""
352
 
353
- #: includes/log/widgets/google.map.php:9 includes/log/widgets/jqv.map.php:9
 
354
  msgid "Today Visitors Map"
355
  msgstr ""
356
 
357
- #: includes/log/widgets/pages.php:13
358
  msgid "Top 10 Pages"
359
  msgstr ""
360
 
361
- #: includes/log/widgets/referring.php:20
362
  msgid "Address"
363
  msgstr ""
364
 
365
- #: includes/log/widgets/search.php:8 includes/log/widgets/summary.php:64
 
366
  msgid "Search Engine Referrals"
367
  msgstr ""
368
 
369
- #: includes/log/widgets/summary.php:8
370
  msgid "Summary"
371
  msgstr ""
372
 
373
- #: includes/log/widgets/summary.php:13
374
- msgid "User(s) Online"
375
- msgstr ""
376
-
377
- #: includes/log/widgets/summary.php:24 includes/log/widgets/summary.php:69
378
- msgid "Today"
379
- msgstr ""
380
-
381
- #: includes/log/widgets/summary.php:30 includes/log/widgets/summary.php:70
382
- msgid "Yesterday"
383
- msgstr ""
384
-
385
- #: includes/log/widgets/summary.php:36
386
- msgid "Week"
387
- msgstr ""
388
-
389
- #: includes/log/widgets/summary.php:42
390
- msgid "Month"
391
- msgstr ""
392
-
393
- #: includes/log/widgets/summary.php:48
394
- msgid "Year"
395
- msgstr ""
396
-
397
- #: includes/log/widgets/summary.php:88
398
  msgid "Daily Total"
399
  msgstr ""
400
 
401
- #: includes/log/widgets/summary.php:102
402
  msgid "Current Time and Date"
403
  msgstr ""
404
 
405
- #: includes/log/widgets/summary.php:102
406
  msgid "(Adjustment)"
407
  msgstr ""
408
 
409
- #: includes/log/widgets/summary.php:106
 
410
  msgid "Date: %s"
411
  msgstr ""
412
 
413
- #: includes/log/widgets/summary.php:110
 
414
  msgid "Time: %s"
415
  msgstr ""
416
 
417
- #: includes/optimization/delete-agents.php:5
418
- #: includes/optimization/delete-platforms.php:5
419
- #: includes/optimization/empty.php:5 includes/optimization/export.php:5
420
- #: includes/optimization/purge-data.php:5
421
- #: includes/optimization/wps-optimization.php:3 manual/manual.php:5
 
 
422
  msgid "Access denied!"
423
  msgstr ""
424
 
425
- #: includes/optimization/delete-agents.php:14
 
426
  msgid "%s agent data deleted successfully."
427
  msgstr ""
428
 
429
- #: includes/optimization/delete-agents.php:18
430
- #: includes/optimization/delete-platforms.php:18
431
- #: includes/optimization/empty.php:42 includes/optimization/export.php:57
432
- msgid "Please select the desired items."
433
- msgstr ""
434
-
435
- #: includes/optimization/delete-platforms.php:14
436
- msgid "%s platform data deleted successfully."
437
  msgstr ""
438
 
439
- #: includes/optimization/empty.php:53
440
- msgid "%s table data deleted successfully."
 
 
 
441
  msgstr ""
442
 
443
- #: includes/optimization/empty.php:57
444
- msgid "Error, %s not emptied!"
 
445
  msgstr ""
446
 
447
- #: includes/optimization/purge-data.php:17
448
- #: includes/optimization/purge-data.php:27
449
- #: includes/optimization/purge-data.php:37
450
- #: includes/optimization/purge-data.php:47
451
- msgid "%s data older than %s days purged successfully."
452
  msgstr ""
453
 
454
- #: includes/optimization/purge-data.php:19
455
- #: includes/optimization/purge-data.php:29
456
- #: includes/optimization/purge-data.php:39
457
- #: includes/optimization/purge-data.php:49
458
- msgid "No records found to purge from %s!"
459
  msgstr ""
460
 
461
- #: includes/optimization/purge-data.php:55
462
- msgid "Please select a value over 30 days."
 
463
  msgstr ""
464
 
465
- #: includes/optimization/tabs/wps-optimization-database.php:5
466
  msgid "Database Setup"
467
  msgstr ""
468
 
469
- #: includes/optimization/tabs/wps-optimization-database.php:10
470
  msgid "Re-run Install"
471
  msgstr ""
472
 
473
- #: includes/optimization/tabs/wps-optimization-database.php:14
474
  msgid "Install Now!"
475
  msgstr ""
476
 
477
- #: includes/optimization/tabs/wps-optimization-database.php:15
478
  msgid ""
479
  "If for some reason your installation of WP Statistics is missing the "
480
  "database tables or other core items, this will re-execute the install "
481
  "process."
482
  msgstr ""
483
 
484
- #: includes/optimization/tabs/wps-optimization-database.php:20
485
  msgid "Database Index"
486
  msgstr ""
487
 
488
- #: includes/optimization/tabs/wps-optimization-database.php:25
489
- #: includes/optimization/tabs/wps-optimization-updates.php:21
490
- #: wp-statistics.php:251
491
  msgid "Countries"
492
  msgstr ""
493
 
494
- #: includes/optimization/tabs/wps-optimization-database.php:39
495
- #: includes/optimization/tabs/wps-optimization-updates.php:25
496
- #: includes/optimization/tabs/wps-optimization-updates.php:40
497
  msgid "Update Now!"
498
  msgstr ""
499
 
500
- #: includes/optimization/tabs/wps-optimization-database.php:40
501
  msgid ""
502
  "Older installs of WP Statistics allow for duplicate entries in the visitors "
503
  "table in a corner case. Newer installs protect against this with a unique "
@@ -506,562 +618,643 @@ msgid ""
506
  "vistitors table, delete duplicate entries and add the index."
507
  msgstr ""
508
 
509
- #: includes/optimization/tabs/wps-optimization-database.php:41
510
  msgid ""
511
  "This operation could take a long time on installs with many rows in the "
512
  "visitors table."
513
  msgstr ""
514
 
515
- #: includes/optimization/tabs/wps-optimization-database.php:46
516
  msgid ""
517
  "Older installs of WP Statistics allow for duplicate entries in the visitors "
518
  "table in a corner case. Newer installs protect against this with a unique "
519
  "index on the table."
520
  msgstr ""
521
 
522
- #: includes/optimization/tabs/wps-optimization-database.php:47
523
  msgid ""
524
  "Congratulations, your installation is already up to date, nothing to do."
525
  msgstr ""
526
 
527
- #: includes/optimization/tabs/wps-optimization-export.php:7
528
- #: includes/optimization/wps-optimization.php:127
529
  msgid "Export"
530
  msgstr ""
531
 
532
- #: includes/optimization/tabs/wps-optimization-export.php:12
533
  msgid "Export from"
534
  msgstr ""
535
 
536
- #: includes/optimization/tabs/wps-optimization-export.php:17
537
- #: includes/optimization/tabs/wps-optimization-export.php:35
538
- #: includes/optimization/tabs/wps-optimization-purging.php:128
539
- #: includes/optimization/tabs/wps-optimization-purging.php:169
540
- #: includes/optimization/tabs/wps-optimization-purging.php:193
541
- #: includes/settings/tabs/wps-general.php:303
542
- #: includes/settings/tabs/wps-general.php:333
543
  msgid "Please select"
544
  msgstr ""
545
 
546
- #: includes/optimization/tabs/wps-optimization-export.php:24
547
  msgid "Select the table for the output file."
548
  msgstr ""
549
 
550
- #: includes/optimization/tabs/wps-optimization-export.php:30
551
  msgid "Export To"
552
  msgstr ""
553
 
554
- #: includes/optimization/tabs/wps-optimization-export.php:41
555
  msgid "Select the output file type."
556
  msgstr ""
557
 
558
- #: includes/optimization/tabs/wps-optimization-export.php:47
559
  msgid "Include Header Row"
560
  msgstr ""
561
 
562
- #: includes/optimization/tabs/wps-optimization-export.php:52
563
  msgid "Include a header row as the first line of the exported file."
564
  msgstr ""
565
 
566
- #: includes/optimization/tabs/wps-optimization-export.php:53
567
  msgid "Start Now!"
568
  msgstr ""
569
 
570
- #: includes/optimization/tabs/wps-optimization-purging.php:10
571
- #: includes/optimization/tabs/wps-optimization-purging.php:36
572
- #: includes/optimization/tabs/wps-optimization-purging.php:62
573
- #: includes/optimization/tabs/wps-optimization-purging.php:90
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
574
  msgid "Are you sure?"
575
  msgstr ""
576
 
577
- #: includes/optimization/tabs/wps-optimization-purging.php:118
578
  msgid "Data"
579
  msgstr ""
580
 
581
- #: includes/optimization/tabs/wps-optimization-purging.php:123
582
  msgid "Empty Table"
583
  msgstr ""
584
 
585
- #: includes/optimization/tabs/wps-optimization-purging.php:136
586
  msgid "All data table will be lost."
587
  msgstr ""
588
 
589
- #: includes/optimization/tabs/wps-optimization-purging.php:137
590
  msgid "Clear now!"
591
  msgstr ""
592
 
593
- #: includes/optimization/tabs/wps-optimization-purging.php:145
594
  msgid "Purge records older than"
595
  msgstr ""
596
 
597
- #: includes/optimization/tabs/wps-optimization-purging.php:151
598
  msgid ""
599
  "Deleted user statistics data older than the selected number of days. "
600
  "Minimum value is 30 days."
601
  msgstr ""
602
 
603
- #: includes/optimization/tabs/wps-optimization-purging.php:152
604
  msgid "Purge now!"
605
  msgstr ""
606
 
607
- #: includes/optimization/tabs/wps-optimization-purging.php:159
608
  msgid "Delete User Agent Types"
609
  msgstr ""
610
 
611
- #: includes/optimization/tabs/wps-optimization-purging.php:164
612
  msgid "Delete Agents"
613
  msgstr ""
614
 
615
- #: includes/optimization/tabs/wps-optimization-purging.php:179
616
  msgid "All visitor data will be lost for this agent type."
617
  msgstr ""
618
 
619
- #: includes/optimization/tabs/wps-optimization-purging.php:180
620
- #: includes/optimization/tabs/wps-optimization-purging.php:204
621
  msgid "Delete now!"
622
  msgstr ""
623
 
624
- #: includes/optimization/tabs/wps-optimization-purging.php:188
625
  msgid "Delete Platforms"
626
  msgstr ""
627
 
628
- #: includes/optimization/tabs/wps-optimization-purging.php:203
629
  msgid "All visitor data will be lost for this platform type."
630
  msgstr ""
631
 
632
- #: includes/optimization/tabs/wps-optimization-resources.php:17
633
  msgid "Resources"
634
  msgstr ""
635
 
636
- #: includes/optimization/tabs/wps-optimization-resources.php:22
637
- #: includes/optimization/tabs/wps-optimization-resources.php:27
638
  msgid "Memory usage in PHP"
639
  msgstr ""
640
 
641
- #: includes/optimization/tabs/wps-optimization-resources.php:26
 
642
  msgid "Byte"
643
  msgstr ""
644
 
645
- #: includes/optimization/tabs/wps-optimization-resources.php:33
 
 
 
 
 
 
 
 
646
  msgid "PHP Memory Limit"
647
  msgstr ""
648
 
649
- #: includes/optimization/tabs/wps-optimization-resources.php:38
650
  msgid "The memory limit a script is allowed to consume, set in php.ini."
651
  msgstr ""
652
 
653
- #: includes/optimization/tabs/wps-optimization-resources.php:44
654
- #: includes/optimization/tabs/wps-optimization-resources.php:55
655
- #: includes/optimization/tabs/wps-optimization-resources.php:66
656
- #: includes/optimization/tabs/wps-optimization-resources.php:77
657
- #: includes/optimization/tabs/wps-optimization-resources.php:88
 
658
  msgid "Number of rows in the %s table"
659
  msgstr ""
660
 
661
- #: includes/optimization/tabs/wps-optimization-resources.php:48
662
- #: includes/optimization/tabs/wps-optimization-resources.php:59
663
- #: includes/optimization/tabs/wps-optimization-resources.php:70
664
- #: includes/optimization/tabs/wps-optimization-resources.php:81
665
- #: includes/optimization/tabs/wps-optimization-resources.php:92
666
  msgid "Row"
667
  msgstr ""
668
 
669
- #: includes/optimization/tabs/wps-optimization-resources.php:49
670
- #: includes/optimization/tabs/wps-optimization-resources.php:60
671
- #: includes/optimization/tabs/wps-optimization-resources.php:71
672
- #: includes/optimization/tabs/wps-optimization-resources.php:82
673
- #: includes/optimization/tabs/wps-optimization-resources.php:93
674
  msgid "Number of rows"
675
  msgstr ""
676
 
677
- #: includes/optimization/tabs/wps-optimization-resources.php:98
678
  msgid "Version Info"
679
  msgstr ""
680
 
681
- #: includes/optimization/tabs/wps-optimization-resources.php:103
682
  msgid "WP Statistics Version"
683
  msgstr ""
684
 
685
- #: includes/optimization/tabs/wps-optimization-resources.php:108
686
  msgid "The WP Statistics version you are running."
687
  msgstr ""
688
 
689
- #: includes/optimization/tabs/wps-optimization-resources.php:114
690
  msgid "PHP Version"
691
  msgstr ""
692
 
693
- #: includes/optimization/tabs/wps-optimization-resources.php:119
694
  msgid "The PHP version you are running."
695
  msgstr ""
696
 
697
- #: includes/optimization/tabs/wps-optimization-resources.php:125
698
  msgid "PHP Safe Mode"
699
  msgstr ""
700
 
701
- #: includes/optimization/tabs/wps-optimization-resources.php:130
702
  msgid "Is PHP Safe Mode active. The GeoIP code is not supported in Safe Mode."
703
  msgstr ""
704
 
705
- #: includes/optimization/tabs/wps-optimization-resources.php:136
706
  msgid "jQuery Version"
707
  msgstr ""
708
 
709
- #: includes/optimization/tabs/wps-optimization-resources.php:141
710
  msgid "The jQuery version you are running."
711
  msgstr ""
712
 
713
- #: includes/optimization/tabs/wps-optimization-resources.php:147
714
  msgid "cURL Version"
715
  msgstr ""
716
 
717
- #: includes/optimization/tabs/wps-optimization-resources.php:151
718
  msgid "cURL not installed"
719
  msgstr ""
720
 
721
- #: includes/optimization/tabs/wps-optimization-resources.php:152
722
  msgid ""
723
  "The PHP cURL Extension version you are running. cURL is required for the "
724
  "GeoIP code, if it is not installed GeoIP will be disabled."
725
  msgstr ""
726
 
727
- #: includes/optimization/tabs/wps-optimization-resources.php:158
728
  msgid "BC Math"
729
  msgstr ""
730
 
731
- #: includes/optimization/tabs/wps-optimization-resources.php:162
732
  msgid "Installed"
733
  msgstr ""
734
 
735
- #: includes/optimization/tabs/wps-optimization-resources.php:162
736
  msgid "Not installed"
737
  msgstr ""
738
 
739
- #: includes/optimization/tabs/wps-optimization-resources.php:163
740
  msgid ""
741
  "If the PHP BC Math Extension is installed. BC Math is no longer required "
742
  "for the GeoIP code and is listed here only for historical reasons."
743
  msgstr ""
744
 
745
- #: includes/optimization/tabs/wps-optimization-resources.php:168
746
  msgid "File Info"
747
  msgstr ""
748
 
749
- #: includes/optimization/tabs/wps-optimization-resources.php:173
750
  msgid "GeoIP Database"
751
  msgstr ""
752
 
753
- #: includes/optimization/tabs/wps-optimization-resources.php:182
754
  msgid "Database file does not exist."
755
  msgstr ""
756
 
757
- #: includes/optimization/tabs/wps-optimization-resources.php:184
758
- #: includes/optimization/tabs/wps-optimization-resources.php:203
759
- #: includes/optimization/tabs/wps-optimization-resources.php:222
760
  msgid ", created on "
761
  msgstr ""
762
 
763
- #: includes/optimization/tabs/wps-optimization-resources.php:186
764
  msgid "The file size and date of the GeoIP database."
765
  msgstr ""
766
 
767
- #: includes/optimization/tabs/wps-optimization-resources.php:192
768
  msgid "browscap.ini File"
769
  msgstr ""
770
 
771
- #: includes/optimization/tabs/wps-optimization-resources.php:201
772
  msgid "browscap.ini file does not exist."
773
  msgstr ""
774
 
775
- #: includes/optimization/tabs/wps-optimization-resources.php:205
776
  msgid "The file size and date of the browscap.ini file."
777
  msgstr ""
778
 
779
- #: includes/optimization/tabs/wps-optimization-resources.php:211
780
  msgid "browscap Cache File"
781
  msgstr ""
782
 
783
- #: includes/optimization/tabs/wps-optimization-resources.php:220
784
  msgid "browscap cache file does not exist."
785
  msgstr ""
786
 
787
- #: includes/optimization/tabs/wps-optimization-resources.php:224
788
  msgid "The file size and date of the browscap cache file."
789
  msgstr ""
790
 
791
- #: includes/optimization/tabs/wps-optimization-resources.php:229
792
  msgid "Client Info"
793
  msgstr ""
794
 
795
- #: includes/optimization/tabs/wps-optimization-resources.php:234
796
  msgid "Client IP"
797
  msgstr ""
798
 
799
- #: includes/optimization/tabs/wps-optimization-resources.php:239
800
  msgid "The client IP address."
801
  msgstr ""
802
 
803
- #: includes/optimization/tabs/wps-optimization-resources.php:245
804
  msgid "User Agent"
805
  msgstr ""
806
 
807
- #: includes/optimization/tabs/wps-optimization-resources.php:250
808
  msgid "The client user agent string."
809
  msgstr ""
810
 
811
- #: includes/optimization/tabs/wps-optimization-updates.php:4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
812
  msgid ""
813
  "This will replace all IP addresses in the database with hash values and "
814
  "cannot be undo, are you sure?"
815
  msgstr ""
816
 
817
- #: includes/optimization/tabs/wps-optimization-updates.php:16
818
  msgid "GeoIP Options"
819
  msgstr ""
820
 
821
- #: includes/optimization/tabs/wps-optimization-updates.php:26
822
  msgid ""
823
  "Updates any unknown location data in the database, this may take a while"
824
  msgstr ""
825
 
826
- #: includes/optimization/tabs/wps-optimization-updates.php:31
827
- #: includes/settings/tabs/wps-general.php:56
828
  msgid "IP Addresses"
829
  msgstr ""
830
 
831
- #: includes/optimization/tabs/wps-optimization-updates.php:36
832
- #: includes/settings/tabs/wps-general.php:61
833
  msgid "Hash IP Addresses"
834
  msgstr ""
835
 
836
- #: includes/optimization/tabs/wps-optimization-updates.php:41
837
  msgid ""
838
  "Replace IP addresses in the database with hash values, you will not be able "
839
  "to recover the IP addresses in the future to populate location information "
840
  "afterwards and this may take a while"
841
  msgstr ""
842
 
843
- #: includes/optimization/wps-optimization.php:43
844
  msgid "IP Addresses replaced with hash values."
845
  msgstr ""
846
 
847
- #: includes/optimization/wps-optimization.php:51
848
  msgid "Install routine complete."
849
  msgstr ""
850
 
851
- #: includes/optimization/wps-optimization.php:126
852
  msgid "Resources/Information"
853
  msgstr ""
854
 
855
- #: includes/optimization/wps-optimization.php:128
856
  msgid "Purging"
857
  msgstr ""
858
 
859
- #: includes/optimization/wps-optimization.php:129
860
  msgid "Database"
861
  msgstr ""
862
 
863
- #: includes/optimization/wps-optimization.php:130
864
  msgid "Updates"
865
  msgstr ""
866
 
867
- #: includes/settings/tabs/wps-about.php:8
 
 
 
 
 
868
  msgid "WP Statistics V%s"
869
  msgstr ""
870
 
871
- #: includes/settings/tabs/wps-about.php:20
872
  msgid "Visit Us Online"
873
  msgstr ""
874
 
875
- #: includes/settings/tabs/wps-about.php:24
 
876
  msgid ""
877
  "Come visit our great new %s and keep up to date on the latest news about WP "
878
  "Statistics."
879
  msgstr ""
880
 
881
- #: includes/settings/tabs/wps-about.php:24
882
  msgid "website"
883
  msgstr ""
884
 
885
- #: includes/settings/tabs/wps-about.php:28
886
  msgid "Rate and Review at WordPress.org"
887
  msgstr ""
888
 
889
- #: includes/settings/tabs/wps-about.php:32
890
  msgid "Thanks for installing WP Statistics, we encourage you to submit a "
891
  msgstr ""
892
 
893
- #: includes/settings/tabs/wps-about.php:32
894
  msgid "rating and review"
895
  msgstr ""
896
 
897
- #: includes/settings/tabs/wps-about.php:32
898
  msgid "over at WordPress.org. Your feedback is greatly appreciated!"
899
  msgstr ""
900
 
901
- #: includes/settings/tabs/wps-about.php:36
902
  msgid "Translations"
903
  msgstr ""
904
 
905
- #: includes/settings/tabs/wps-about.php:40
 
906
  msgid ""
907
  "WP Statistics supports internationalization and we encourage our users to "
908
  "submit translations, please visit our %s to see the current status and %s if "
909
  "you would like to help."
910
  msgstr ""
911
 
912
- #: includes/settings/tabs/wps-about.php:40
913
  msgid "translation collaboration site"
914
  msgstr ""
915
 
916
- #: includes/settings/tabs/wps-about.php:40
917
  msgid "drop us a line"
918
  msgstr ""
919
 
920
- #: includes/settings/tabs/wps-about.php:44
921
  msgid "Support"
922
  msgstr ""
923
 
924
- #: includes/settings/tabs/wps-about.php:49
925
  msgid ""
926
  "We're sorry you're having problem with WP Statistics and we're happy to help "
927
  "out. Here are a few things to do before contacting us:"
928
  msgstr ""
929
 
930
- #: includes/settings/tabs/wps-about.php:52
931
- #: includes/settings/tabs/wps-about.php:53
 
932
  msgid "Have you read the %s?"
933
  msgstr ""
934
 
935
- #: includes/settings/tabs/wps-about.php:52
936
  msgid "FAQs"
937
  msgstr ""
938
 
939
- #: includes/settings/tabs/wps-about.php:53
940
  msgid "manual"
941
  msgstr ""
942
 
943
- #: includes/settings/tabs/wps-about.php:54
 
944
  msgid "Have you search the %s for a similar issue?"
945
  msgstr ""
946
 
947
- #: includes/settings/tabs/wps-about.php:54
948
  msgid "support forum"
949
  msgstr ""
950
 
951
- #: includes/settings/tabs/wps-about.php:55
952
  msgid "Have you search the Internet for any error messages you are receiving?"
953
  msgstr ""
954
 
955
- #: includes/settings/tabs/wps-about.php:58
 
 
 
 
956
  msgid "And a few things to double-check:"
957
  msgstr ""
958
 
959
- #: includes/settings/tabs/wps-about.php:61
960
  msgid "How's your memory_limit in php.ini?"
961
  msgstr ""
962
 
963
- #: includes/settings/tabs/wps-about.php:62
964
  msgid "Have you tried disabling any other plugins you may have installed?"
965
  msgstr ""
966
 
967
- #: includes/settings/tabs/wps-about.php:63
968
  msgid "Have you tried using the default WordPress theme?"
969
  msgstr ""
970
 
971
- #: includes/settings/tabs/wps-about.php:64
972
  msgid "Have you double checked the plugin settings?"
973
  msgstr ""
974
 
975
- #: includes/settings/tabs/wps-about.php:65
976
  msgid "Do you have all the required PHP extensions installed?"
977
  msgstr ""
978
 
979
- #: includes/settings/tabs/wps-about.php:66
980
  msgid ""
981
  "Are you getting a blank or incomplete page displayed in your browser? Did "
982
  "you view the source for the page and check for any fatal errors?"
983
  msgstr ""
984
 
985
- #: includes/settings/tabs/wps-about.php:67
986
  msgid "Have you checked your PHP and web server error logs?"
987
  msgstr ""
988
 
989
- #: includes/settings/tabs/wps-about.php:70
990
  msgid "Still not having any luck?"
991
  msgstr ""
992
 
993
- #: includes/settings/tabs/wps-about.php:70
 
994
  msgid ""
995
  "Then please open a new thread on the %s and we'll respond as soon as "
996
  "possible."
997
  msgstr ""
998
 
999
- #: includes/settings/tabs/wps-about.php:70
1000
  msgid "WordPress.org support forum"
1001
  msgstr ""
1002
 
1003
- #: includes/settings/tabs/wps-about.php:74
 
1004
  msgid "Alternatively %s support is available as well."
1005
  msgstr ""
1006
 
1007
- #: includes/settings/tabs/wps-about.php:74
1008
  msgid "Farsi"
1009
  msgstr ""
1010
 
1011
- #: includes/settings/tabs/wps-access-level.php:33
1012
  msgid "Access Levels"
1013
  msgstr ""
1014
 
1015
- #: includes/settings/tabs/wps-access-level.php:62
1016
  msgid "Required user level to view WP Statistics"
1017
  msgstr ""
1018
 
1019
- #: includes/settings/tabs/wps-access-level.php:77
1020
  msgid "Required user level to manage WP Statistics"
1021
  msgstr ""
1022
 
1023
- #: includes/settings/tabs/wps-access-level.php:85
 
1024
  msgid "See the %s for details on capability levels."
1025
  msgstr ""
1026
 
1027
- #: includes/settings/tabs/wps-access-level.php:85
1028
  msgid "WordPress Roles and Capabilities page"
1029
  msgstr ""
1030
 
1031
- #: includes/settings/tabs/wps-access-level.php:86
1032
  msgid ""
1033
  "Hint: manage_network = Super Admin Network, manage_options = Administrator, "
1034
  "edit_others_posts = Editor, publish_posts = Author, edit_posts = "
1035
  "Contributor, read = Everyone."
1036
  msgstr ""
1037
 
1038
- #: includes/settings/tabs/wps-access-level.php:87
1039
  msgid ""
1040
  "Each of the above casscades the rights upwards in the default WordPress "
1041
  "configuration. So for example selecting publish_posts grants the right to "
1042
  "Authors, Editors, Admins and Super Admins."
1043
  msgstr ""
1044
 
1045
- #: includes/settings/tabs/wps-access-level.php:88
 
1046
  msgid ""
1047
  "If you need a more robust solution to delegate access you might want to look "
1048
  "at %s in the WordPress plugin directory."
1049
  msgstr ""
1050
 
1051
- #: includes/settings/tabs/wps-access-level.php:93 wp-statistics.php:254
 
1052
  msgid "Exclusions"
1053
  msgstr ""
1054
 
1055
- #: includes/settings/tabs/wps-access-level.php:97
1056
  msgid "Record exclusions"
1057
  msgstr ""
1058
 
1059
- #: includes/settings/tabs/wps-access-level.php:99
1060
- #: includes/settings/tabs/wps-access-level.php:151
1061
  msgid "Enable"
1062
  msgstr ""
1063
 
1064
- #: includes/settings/tabs/wps-access-level.php:100
1065
  msgid ""
1066
  "This will record all the excluded hits in a separate table with the reasons "
1067
  "why it was excluded but no other information. This will generate a lot of "
@@ -1069,54 +1262,55 @@ msgid ""
1069
  "gets, not just actual user visits."
1070
  msgstr ""
1071
 
1072
- #: includes/settings/tabs/wps-access-level.php:105
1073
  msgid "Exclude User Roles"
1074
  msgstr ""
1075
 
1076
- #: includes/settings/tabs/wps-access-level.php:119
1077
- #: includes/settings/tabs/wps-access-level.php:174
1078
- #: includes/settings/tabs/wps-access-level.php:181
1079
  msgid "Exclude"
1080
  msgstr ""
1081
 
1082
- #: includes/settings/tabs/wps-access-level.php:120
 
1083
  msgid "Exclude %s role from data collection."
1084
  msgstr ""
1085
 
1086
- #: includes/settings/tabs/wps-access-level.php:126
1087
  msgid "IP/Robot Exclusions"
1088
  msgstr ""
1089
 
1090
- #: includes/settings/tabs/wps-access-level.php:130
1091
  msgid "Robot list"
1092
  msgstr ""
1093
 
1094
- #: includes/settings/tabs/wps-access-level.php:143
1095
  msgid ""
1096
  "A list of words (one per line) to match against to detect robots. Entries "
1097
  "must be at least 4 characters long or they will be ignored."
1098
  msgstr ""
1099
 
1100
- #: includes/settings/tabs/wps-access-level.php:144
1101
  msgid "Reset to Default"
1102
  msgstr ""
1103
 
1104
- #: includes/settings/tabs/wps-access-level.php:149
1105
  msgid "Force robot list update after upgrades"
1106
  msgstr ""
1107
 
1108
- #: includes/settings/tabs/wps-access-level.php:152
1109
  msgid ""
1110
  "Force the robot list to be reset to the default after an update to WP "
1111
  "Statistics takes place. Note if this option is enabled any custom robots "
1112
  "you have added to the list will be lost."
1113
  msgstr ""
1114
 
1115
- #: includes/settings/tabs/wps-access-level.php:157
1116
  msgid "Excluded IP address list"
1117
  msgstr ""
1118
 
1119
- #: includes/settings/tabs/wps-access-level.php:160
1120
  msgid ""
1121
  "A list of IP addresses and subnet masks (one per line) to exclude from "
1122
  "statistics collection (both 192.168.0.0/24 and 192.168.0.0/255.255.255.0 "
@@ -1124,104 +1318,104 @@ msgid ""
1124
  "32 or 255.255.255.255."
1125
  msgstr ""
1126
 
1127
- #: includes/settings/tabs/wps-access-level.php:161
1128
  msgid "Add 10.0.0.0"
1129
  msgstr ""
1130
 
1131
- #: includes/settings/tabs/wps-access-level.php:162
1132
  msgid "Add 172.16.0.0"
1133
  msgstr ""
1134
 
1135
- #: includes/settings/tabs/wps-access-level.php:163
1136
  msgid "Add 192.168.0.0"
1137
  msgstr ""
1138
 
1139
- #: includes/settings/tabs/wps-access-level.php:168
1140
  msgid "Site URL Exclusions"
1141
  msgstr ""
1142
 
1143
- #: includes/settings/tabs/wps-access-level.php:172
1144
  msgid "Excluded login page"
1145
  msgstr ""
1146
 
1147
- #: includes/settings/tabs/wps-access-level.php:175
1148
  msgid "Exclude the login page for registering as a hit."
1149
  msgstr ""
1150
 
1151
- #: includes/settings/tabs/wps-access-level.php:179
1152
  msgid "Excluded admin pages"
1153
  msgstr ""
1154
 
1155
- #: includes/settings/tabs/wps-access-level.php:182
1156
  msgid "Exclude the admin pages for registering as a hit."
1157
  msgstr ""
1158
 
1159
- #: includes/settings/tabs/wps-browscap.php:17
1160
  msgid "browscap settings"
1161
  msgstr ""
1162
 
1163
- #: includes/settings/tabs/wps-browscap.php:22
1164
  msgid "browscap usage"
1165
  msgstr ""
1166
 
1167
- #: includes/settings/tabs/wps-browscap.php:27
1168
- #: includes/settings/tabs/wps-browscap.php:51
1169
- #: includes/settings/tabs/wps-general.php:66
1170
- #: includes/settings/tabs/wps-general.php:82
1171
- #: includes/settings/tabs/wps-general.php:110
1172
- #: includes/settings/tabs/wps-general.php:126
1173
- #: includes/settings/tabs/wps-general.php:138
1174
- #: includes/settings/tabs/wps-general.php:165
1175
- #: includes/settings/tabs/wps-general.php:177
1176
- #: includes/settings/tabs/wps-general.php:189
1177
- #: includes/settings/tabs/wps-general.php:219
1178
- #: includes/settings/tabs/wps-general.php:231
1179
- #: includes/settings/tabs/wps-general.php:274
1180
- #: includes/settings/tabs/wps-general.php:290
1181
- #: includes/settings/tabs/wps-geoip.php:37
1182
- #: includes/settings/tabs/wps-geoip.php:61
1183
- #: includes/settings/tabs/wps-geoip.php:94
1184
- #: includes/settings/tabs/wps-maintenance.php:40
1185
- #: includes/settings/tabs/wps-overview-display.php:105
1186
- #: includes/settings/tabs/wps-overview-display.php:117
1187
  msgid "Active"
1188
  msgstr ""
1189
 
1190
- #: includes/settings/tabs/wps-browscap.php:28
1191
  msgid "The browscap database will be downloaded and used to detect robots."
1192
  msgstr ""
1193
 
1194
- #: includes/settings/tabs/wps-browscap.php:34
1195
  msgid "Update browscap Info"
1196
  msgstr ""
1197
 
1198
- #: includes/settings/tabs/wps-browscap.php:39
1199
  msgid "Download browscap Database"
1200
  msgstr ""
1201
 
1202
- #: includes/settings/tabs/wps-browscap.php:40
1203
- #: includes/settings/tabs/wps-geoip.php:50
1204
  msgid "Save changes on this page to download the update."
1205
  msgstr ""
1206
 
1207
- #: includes/settings/tabs/wps-browscap.php:46
1208
  msgid "Schedule weekly update of browscap DB"
1209
  msgstr ""
1210
 
1211
- #: includes/settings/tabs/wps-browscap.php:54
1212
- #: includes/settings/tabs/wps-geoip.php:64
1213
  msgid "Next update will be"
1214
  msgstr ""
1215
 
1216
- #: includes/settings/tabs/wps-browscap.php:69
1217
  msgid "Download of the browscap database will be scheduled for once a week."
1218
  msgstr ""
1219
 
1220
- #: includes/settings/tabs/wps-general.php:40
1221
  msgid "This will delete the manual when you save the settings, are you sure?"
1222
  msgstr ""
1223
 
1224
- #: includes/settings/tabs/wps-general.php:67
1225
  msgid ""
1226
  "This feature will not store IP addresses in the database but instead used a "
1227
  "unique hash. The \"Store entire user agent string\" setting will be "
@@ -1229,778 +1423,846 @@ msgid ""
1229
  "addresses in the future to recover location information if this is enabled."
1230
  msgstr ""
1231
 
1232
- #: includes/settings/tabs/wps-general.php:72
1233
  msgid "Users Online"
1234
  msgstr ""
1235
 
1236
- #: includes/settings/tabs/wps-general.php:77
1237
  msgid "User online"
1238
  msgstr ""
1239
 
1240
- #: includes/settings/tabs/wps-general.php:83
1241
- #: includes/settings/tabs/wps-general.php:111
1242
- #: includes/settings/tabs/wps-general.php:127
1243
- #: includes/settings/tabs/wps-general.php:166
1244
- #: includes/settings/tabs/wps-general.php:178
1245
- #: includes/settings/tabs/wps-general.php:190
1246
- #: includes/settings/tabs/wps-general.php:291
1247
  msgid "Enable or disable this feature"
1248
  msgstr ""
1249
 
1250
- #: includes/settings/tabs/wps-general.php:89
1251
  msgid "Check for online users every"
1252
  msgstr ""
1253
 
1254
- #: includes/settings/tabs/wps-general.php:94
1255
  msgid "Second"
1256
  msgstr ""
1257
 
1258
- #: includes/settings/tabs/wps-general.php:95
 
1259
  msgid "Time for the check accurate online user in the site. Now: %s Second"
1260
  msgstr ""
1261
 
1262
- #: includes/settings/tabs/wps-general.php:116
1263
- #: includes/settings/tabs/wps-general.php:121 wp-statistics.php:258
1264
- msgid "Visitors"
1265
- msgstr ""
1266
-
1267
- #: includes/settings/tabs/wps-general.php:133
1268
  msgid "Store entire user agent string"
1269
  msgstr ""
1270
 
1271
- #: includes/settings/tabs/wps-general.php:139
1272
  msgid "Only enabled for debugging"
1273
  msgstr ""
1274
 
1275
- #: includes/settings/tabs/wps-general.php:145
1276
  msgid "Coefficient per visitor"
1277
  msgstr ""
1278
 
1279
- #: includes/settings/tabs/wps-general.php:150
 
1280
  msgid "For each visit to account for several hits. Currently %s."
1281
  msgstr ""
1282
 
1283
- #: includes/settings/tabs/wps-general.php:155
1284
- #: includes/settings/tabs/wps-general.php:160 wp-statistics.php:259
 
1285
  msgid "Pages"
1286
  msgstr ""
1287
 
1288
- #: includes/settings/tabs/wps-general.php:172
1289
  msgid "Track all pages"
1290
  msgstr ""
1291
 
1292
- #: includes/settings/tabs/wps-general.php:184
1293
  msgid "Disable hits column in post/pages list"
1294
  msgstr ""
1295
 
1296
- #: includes/settings/tabs/wps-general.php:195
1297
  msgid "Miscellaneous"
1298
  msgstr ""
1299
 
1300
- #: includes/settings/tabs/wps-general.php:200
1301
  msgid "Show stats in menu bar"
1302
  msgstr ""
1303
 
1304
- #: includes/settings/tabs/wps-general.php:205
1305
  msgid "No"
1306
  msgstr ""
1307
 
1308
- #: includes/settings/tabs/wps-general.php:206
1309
  msgid "Yes"
1310
  msgstr ""
1311
 
1312
- #: includes/settings/tabs/wps-general.php:208
1313
  msgid "Show stats in admin menu bar"
1314
  msgstr ""
1315
 
1316
- #: includes/settings/tabs/wps-general.php:214
1317
  msgid "Hide admin notices about non active features"
1318
  msgstr ""
1319
 
1320
- #: includes/settings/tabs/wps-general.php:220
1321
  msgid ""
1322
  "By default WP Statistics displays an alert if any of the core features are "
1323
  "disabled on every admin page, this option will disable these notices."
1324
  msgstr ""
1325
 
1326
- #: includes/settings/tabs/wps-general.php:226
1327
  msgid "Delete the manual"
1328
  msgstr ""
1329
 
1330
- #: includes/settings/tabs/wps-general.php:232
1331
  msgid ""
1332
  "By default WP Statistics stores the admin manual in the plugin directory (~5 "
1333
  "meg), if this option is enabled it will be deleted now and during upgrades "
1334
  "in the future."
1335
  msgstr ""
1336
 
1337
- #: includes/settings/tabs/wps-general.php:237
1338
  msgid "Search Enginges"
1339
  msgstr ""
1340
 
1341
- #: includes/settings/tabs/wps-general.php:242
1342
  msgid ""
1343
  "Disabling all search engines is not allowed, doing so will result in all "
1344
  "search engines being active."
1345
  msgstr ""
1346
 
1347
- #: includes/settings/tabs/wps-general.php:257
1348
  msgid "disable"
1349
  msgstr ""
1350
 
1351
- #: includes/settings/tabs/wps-general.php:258
 
1352
  msgid "Disable %s from data collection and reporting."
1353
  msgstr ""
1354
 
1355
- #: includes/settings/tabs/wps-general.php:264
1356
  msgid "Charts"
1357
  msgstr ""
1358
 
1359
- #: includes/settings/tabs/wps-general.php:269
1360
  msgid "Include totals"
1361
  msgstr ""
1362
 
1363
- #: includes/settings/tabs/wps-general.php:275
1364
  msgid ""
1365
  "Add a total line to charts with multiple values, like the search engine "
1366
  "referrals"
1367
  msgstr ""
1368
 
1369
- #: includes/settings/tabs/wps-general.php:280
1370
- #: includes/settings/tabs/wps-general.php:285 schedule.php:161
 
1371
  msgid "Statistical reporting"
1372
  msgstr ""
1373
 
1374
- #: includes/settings/tabs/wps-general.php:298
1375
  msgid "Schedule"
1376
  msgstr ""
1377
 
1378
- #: includes/settings/tabs/wps-general.php:322
1379
  msgid "Select when receiving statistics report."
1380
  msgstr ""
1381
 
1382
- #: includes/settings/tabs/wps-general.php:328
1383
  msgid "Send reports via"
1384
  msgstr ""
1385
 
1386
- #: includes/settings/tabs/wps-general.php:334
1387
  msgid "Email"
1388
  msgstr ""
1389
 
1390
- #: includes/settings/tabs/wps-general.php:335
1391
  msgid "SMS"
1392
  msgstr ""
1393
 
1394
- #: includes/settings/tabs/wps-general.php:337
1395
  msgid "Type Select Get Status Report."
1396
  msgstr ""
1397
 
1398
- #: includes/settings/tabs/wps-general.php:340
 
1399
  msgid "Note: To send SMS text messages please install the %s plugin."
1400
  msgstr ""
1401
 
1402
- #: includes/settings/tabs/wps-general.php:340
1403
  msgid "WordPress SMS"
1404
  msgstr ""
1405
 
1406
- #: includes/settings/tabs/wps-general.php:347
1407
  msgid "E-mail addresses"
1408
  msgstr ""
1409
 
1410
- #: includes/settings/tabs/wps-general.php:352
1411
  msgid ""
1412
  "A comma separated list of e-mail addresses to send the reports to if e-mail "
1413
  "is selected above."
1414
  msgstr ""
1415
 
1416
- #: includes/settings/tabs/wps-general.php:358
1417
  msgid "Report body"
1418
  msgstr ""
1419
 
1420
- #: includes/settings/tabs/wps-general.php:363
1421
  msgid "Enter the contents of the reports received."
1422
  msgstr ""
1423
 
1424
- #: includes/settings/tabs/wps-general.php:365
1425
  msgid ""
1426
  "Any shortcode supported by your installation of WordPress, include all "
1427
  "shortcodes for WP Statistics (see the admin manual for a list of codes "
1428
- "available) are supported in the body of the message."
1429
  msgstr ""
1430
 
1431
- #: includes/settings/tabs/wps-general.php:368
1432
- msgid ""
1433
- "Input data codes are now deprecated and will be removed in a future version "
1434
- "of WP Statistics, please use the appropriate shortcodes, they are included "
1435
- "here only for historical purposes:"
1436
- msgstr ""
1437
-
1438
- #: includes/settings/tabs/wps-general.php:369 widget.php:38 widget.php:247
1439
- #: wp-statistics.php:310
1440
  msgid "User Online"
1441
  msgstr ""
1442
 
1443
- #: includes/settings/tabs/wps-general.php:370 widget.php:52 widget.php:253
 
 
1444
  msgid "Today Visitor"
1445
  msgstr ""
1446
 
1447
- #: includes/settings/tabs/wps-general.php:371 widget.php:45 widget.php:250
 
 
1448
  msgid "Today Visit"
1449
  msgstr ""
1450
 
1451
- #: includes/settings/tabs/wps-general.php:372 widget.php:66 widget.php:259
 
 
1452
  msgid "Yesterday Visitor"
1453
  msgstr ""
1454
 
1455
- #: includes/settings/tabs/wps-general.php:373 widget.php:59
 
1456
  msgid "Yesterday Visit"
1457
  msgstr ""
1458
 
1459
- #: includes/settings/tabs/wps-general.php:374 widget.php:101 widget.php:274
 
 
1460
  msgid "Total Visitor"
1461
  msgstr ""
1462
 
1463
- #: includes/settings/tabs/wps-general.php:375 widget.php:94 widget.php:271
 
 
1464
  msgid "Total Visit"
1465
  msgstr ""
1466
 
1467
- #: includes/settings/tabs/wps-geoip.php:17
1468
  msgid "GeoIP settings"
1469
  msgstr ""
1470
 
1471
- #: includes/settings/tabs/wps-geoip.php:22
 
1472
  msgid ""
1473
  "IP location services provided by GeoLite2 data created by MaxMind, available "
1474
  "from %s."
1475
  msgstr ""
1476
 
1477
- #: includes/settings/tabs/wps-geoip.php:32
1478
  msgid "GeoIP collection"
1479
  msgstr ""
1480
 
1481
- #: includes/settings/tabs/wps-geoip.php:38
1482
  msgid ""
1483
  "For get more information and location (country) from visitor, enable this "
1484
  "feature."
1485
  msgstr ""
1486
 
1487
- #: includes/settings/tabs/wps-geoip.php:44
1488
  msgid "Update GeoIP Info"
1489
  msgstr ""
1490
 
1491
- #: includes/settings/tabs/wps-geoip.php:49
1492
  msgid "Download GeoIP Database"
1493
  msgstr ""
1494
 
1495
- #: includes/settings/tabs/wps-geoip.php:56
1496
  msgid "Schedule monthly update of GeoIP DB"
1497
  msgstr ""
1498
 
1499
- #: includes/settings/tabs/wps-geoip.php:82
1500
  msgid ""
1501
  "Download of the GeoIP database will be scheduled for 2 days after the first "
1502
  "Tuesday of the month."
1503
  msgstr ""
1504
 
1505
- #: includes/settings/tabs/wps-geoip.php:83
1506
  msgid ""
1507
  "This option will also download the database if the local filesize is less "
1508
  "than 1k (which usually means the stub that comes with the plugin is still in "
1509
  "place)."
1510
  msgstr ""
1511
 
1512
- #: includes/settings/tabs/wps-geoip.php:89
1513
  msgid "Populate missing GeoIP after update of GeoIP DB"
1514
  msgstr ""
1515
 
1516
- #: includes/settings/tabs/wps-geoip.php:95
1517
  msgid "Update any missing GeoIP data after downloading a new database."
1518
  msgstr ""
1519
 
1520
- #: includes/settings/tabs/wps-geoip.php:106
1521
  msgid "GeoIP collection is disabled due to the following reasons:"
1522
  msgstr ""
1523
 
1524
- #: includes/settings/tabs/wps-geoip.php:109
 
1525
  msgid ""
1526
  "GeoIP collection requires PHP %s or above, it is currently disabled due to "
1527
  "the installed PHP version being "
1528
  msgstr ""
1529
 
1530
- #: includes/settings/tabs/wps-geoip.php:114
1531
  msgid ""
1532
  "GeoIP collection requires the cURL PHP extension and it is not loaded on "
1533
  "your version of PHP!"
1534
  msgstr ""
1535
 
1536
- #: includes/settings/tabs/wps-geoip.php:120
1537
  msgid ""
1538
  "GeoIP collection requires the BC Math PHP extension and it is not loaded on "
1539
  "your version of PHP!"
1540
  msgstr ""
1541
 
1542
- #: includes/settings/tabs/wps-geoip.php:126
1543
  msgid ""
1544
  "PHP safe mode detected! GeoIP collection is not supported with PHP's safe "
1545
  "mode enabled!"
1546
  msgstr ""
1547
 
1548
- #: includes/settings/tabs/wps-maintenance.php:20
1549
  msgid ""
1550
  "This will permanently delete data from the database each day, are you sure "
1551
  "you want to enable this option?"
1552
  msgstr ""
1553
 
1554
- #: includes/settings/tabs/wps-maintenance.php:30
1555
  msgid "Database Maintenance"
1556
  msgstr ""
1557
 
1558
- #: includes/settings/tabs/wps-maintenance.php:35
1559
  msgid "Run a daily WP Cron job to prune the databases"
1560
  msgstr ""
1561
 
1562
- #: includes/settings/tabs/wps-maintenance.php:41
1563
  msgid ""
1564
  "A WP Cron job will be run daily to prune any data older than a set number of "
1565
  "days."
1566
  msgstr ""
1567
 
1568
- #: includes/settings/tabs/wps-maintenance.php:47
1569
  msgid "Prune data older than"
1570
  msgstr ""
1571
 
1572
- #: includes/settings/tabs/wps-maintenance.php:52
1573
  msgid "Days"
1574
  msgstr ""
1575
 
1576
- #: includes/settings/tabs/wps-maintenance.php:53
1577
  msgid ""
1578
  "The number of days to keep statistics for. Minimum value is 30 days. "
1579
  "Invalid values will disable the daily maintenance."
1580
  msgstr ""
1581
 
1582
- #: includes/settings/tabs/wps-overview-display.php:23
1583
- #: includes/settings/tabs/wps-overview-display.php:32
1584
  msgid "None"
1585
  msgstr ""
1586
 
1587
- #: includes/settings/tabs/wps-overview-display.php:24
1588
  msgid "Summary Statistics"
1589
  msgstr ""
1590
 
1591
- #: includes/settings/tabs/wps-overview-display.php:28
1592
- #: includes/settings/wps-settings.php:92
1593
  msgid "About"
1594
  msgstr ""
1595
 
1596
- #: includes/settings/tabs/wps-overview-display.php:34
1597
  msgid "Hits Statistical Chart"
1598
  msgstr ""
1599
 
1600
- #: includes/settings/tabs/wps-overview-display.php:35
1601
  msgid "Search Engine Referrers Statistical Chart"
1602
  msgstr ""
1603
 
1604
- #: includes/settings/tabs/wps-overview-display.php:37
1605
  msgid "Top Pages Visited"
1606
  msgstr ""
1607
 
1608
- #: includes/settings/tabs/wps-overview-display.php:75
1609
  msgid "The following three items are global to all users."
1610
  msgstr ""
1611
 
1612
- #: includes/settings/tabs/wps-overview-display.php:80
1613
  msgid "Map type"
1614
  msgstr ""
1615
 
1616
- #: includes/settings/tabs/wps-overview-display.php:86
1617
  msgid "Google"
1618
  msgstr ""
1619
 
1620
- #: includes/settings/tabs/wps-overview-display.php:86
1621
  msgid "JQVMap"
1622
  msgstr ""
1623
 
1624
- #: includes/settings/tabs/wps-overview-display.php:93
1625
  msgid ""
1626
  "The \"Google\" option will use Google's mapping service to plot the recent "
1627
  "visitors (requires access to Google)."
1628
  msgstr ""
1629
 
1630
- #: includes/settings/tabs/wps-overview-display.php:94
1631
  msgid ""
1632
  "The \"JQVMap\" option will use JQVMap javascript mapping library to plot the "
1633
  "recent visitors (requires no extenral services)."
1634
  msgstr ""
1635
 
1636
- #: includes/settings/tabs/wps-overview-display.php:100
1637
  msgid "Disable map"
1638
  msgstr ""
1639
 
1640
- #: includes/settings/tabs/wps-overview-display.php:106
1641
  msgid "Disable the map display"
1642
  msgstr ""
1643
 
1644
- #: includes/settings/tabs/wps-overview-display.php:112
1645
  msgid "Get country location from Google"
1646
  msgstr ""
1647
 
1648
- #: includes/settings/tabs/wps-overview-display.php:118
1649
  msgid ""
1650
  "This feature may cause a performance degradation when viewing statistics and "
1651
  "is only valid if the map type is set to \"Google\"."
1652
  msgstr ""
1653
 
1654
- #: includes/settings/tabs/wps-overview-display.php:123
1655
  msgid "Widgets to Display"
1656
  msgstr ""
1657
 
1658
- #: includes/settings/tabs/wps-overview-display.php:132
1659
  msgid ""
1660
  "The following items are unique to each user. If you do not select the "
1661
  "'About' widget it will automatically be displayed in the last positon of "
1662
  "column A."
1663
  msgstr ""
1664
 
1665
- #: includes/settings/tabs/wps-overview-display.php:137
1666
  msgid "Slot"
1667
  msgstr ""
1668
 
1669
- #: includes/settings/tabs/wps-overview-display.php:141
1670
  msgid "Column A"
1671
  msgstr ""
1672
 
1673
- #: includes/settings/tabs/wps-overview-display.php:145
1674
  msgid "Column B"
1675
  msgstr ""
1676
 
1677
- #: includes/settings/tabs/wps-overview-display.php:151
1678
  msgid "Slot 1"
1679
  msgstr ""
1680
 
1681
- #: includes/settings/tabs/wps-overview-display.php:181
1682
  msgid "Slot 2"
1683
  msgstr ""
1684
 
1685
- #: includes/settings/tabs/wps-overview-display.php:211
1686
  msgid "Slot 3"
1687
  msgstr ""
1688
 
1689
- #: includes/settings/tabs/wps-overview-display.php:241
1690
  msgid "Slot 4"
1691
  msgstr ""
1692
 
1693
- #: includes/settings/tabs/wps-overview-display.php:271
1694
  msgid "Slot 5"
1695
  msgstr ""
1696
 
1697
- #: includes/settings/tabs/wps-overview-display.php:301
1698
  msgid "Slot 6"
1699
  msgstr ""
1700
 
1701
- #: includes/settings/tabs/wps-overview-display.php:305
1702
  msgid "N/A"
1703
  msgstr ""
1704
 
1705
- #: includes/settings/wps-settings.php:86
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1706
  msgid "General"
1707
  msgstr ""
1708
 
1709
- #: includes/settings/wps-settings.php:87 wp-statistics.php:248
 
1710
  msgid "Overview"
1711
  msgstr ""
1712
 
1713
- #: includes/settings/wps-settings.php:88
1714
  msgid "Access/Exclusions"
1715
  msgstr ""
1716
 
1717
- #: includes/settings/wps-settings.php:89
1718
  msgid "GeoIP"
1719
  msgstr ""
1720
 
1721
- #: includes/settings/wps-settings.php:90
1722
  msgid "browscap"
1723
  msgstr ""
1724
 
1725
- #: includes/settings/wps-settings.php:91
1726
  msgid "Maintenance"
1727
  msgstr ""
1728
 
1729
- #: includes/settings/wps-settings.php:126
 
 
 
 
1730
  msgid "Update"
1731
  msgstr ""
1732
 
1733
- #: manual/manual.php:29
 
1734
  msgid "Manual not found: %s"
1735
  msgstr ""
1736
 
1737
- #: manual/manual.php:39
 
1738
  msgid "Invalid file type selected: %s"
1739
  msgstr ""
1740
 
1741
- #: schedule.php:10
1742
  msgid "Once Weekly"
1743
  msgstr ""
1744
 
1745
- #: schedule.php:17
1746
  msgid "Once Every 2 Weeks"
1747
  msgstr ""
1748
 
1749
- #: schedule.php:24
1750
  msgid "Once Every 4 Weeks"
1751
  msgstr ""
1752
 
1753
- #: widget.php:14 wp-statistics.php:245
 
1754
  msgid "Statistics"
1755
  msgstr ""
1756
 
1757
- #: widget.php:15
1758
  msgid "Show site stats in sidebar."
1759
  msgstr ""
1760
 
1761
- #: widget.php:73 widget.php:262
 
1762
  msgid "Week Visit"
1763
  msgstr ""
1764
 
1765
- #: widget.php:80 widget.php:265
 
1766
  msgid "Month Visit"
1767
  msgstr ""
1768
 
1769
- #: widget.php:87 widget.php:268
 
1770
  msgid "Years Visit"
1771
  msgstr ""
1772
 
1773
- #: widget.php:108 widget.php:277
 
1774
  msgid "Total Page Views"
1775
  msgstr ""
1776
 
1777
- #: widget.php:116
1778
  msgid "Search Engine referred"
1779
  msgstr ""
1780
 
1781
- #: widget.php:123 widget.php:300
 
1782
  msgid "Total Posts"
1783
  msgstr ""
1784
 
1785
- #: widget.php:130 widget.php:303
 
1786
  msgid "Total Pages"
1787
  msgstr ""
1788
 
1789
- #: widget.php:137 widget.php:306
 
1790
  msgid "Total Comments"
1791
  msgstr ""
1792
 
1793
- #: widget.php:144 widget.php:309
 
1794
  msgid "Total Spams"
1795
  msgstr ""
1796
 
1797
- #: widget.php:151 widget.php:312
 
1798
  msgid "Total Users"
1799
  msgstr ""
1800
 
1801
- #: widget.php:158 widget.php:315
 
1802
  msgid "Average Posts"
1803
  msgstr ""
1804
 
1805
- #: widget.php:165 widget.php:318
 
1806
  msgid "Average Comments"
1807
  msgstr ""
1808
 
1809
- #: widget.php:172 widget.php:321
 
1810
  msgid "Average Users"
1811
  msgstr ""
1812
 
1813
- #: widget.php:179 widget.php:324
 
1814
  msgid "Last Post Date"
1815
  msgstr ""
1816
 
1817
- #: widget.php:240
1818
  msgid "Name"
1819
  msgstr ""
1820
 
1821
- #: widget.php:244
1822
  msgid "Items"
1823
  msgstr ""
1824
 
1825
- #: widget.php:256 wp-statistics.php:334
 
1826
  msgid "Yesterday visit"
1827
  msgstr ""
1828
 
1829
- #: widget.php:280
1830
  msgid "Search Engine Referred"
1831
  msgstr ""
1832
 
1833
- #: widget.php:283
1834
  msgid "Select type of search engine"
1835
  msgstr ""
1836
 
1837
- #: wp-statistics.php:27
1838
  msgid ""
1839
  "ERROR: WP Statistics has detected an unsupported version of PHP, WP "
1840
  "Statistics will not function without PHP Version "
1841
  msgstr ""
1842
 
1843
- #: wp-statistics.php:27
1844
  msgid " or higher!"
1845
  msgstr ""
1846
 
1847
- #. Plugin Name of the plugin/theme
1848
- #: wp-statistics.php:38
 
 
 
1849
  msgid "WP Statistics"
1850
  msgstr ""
1851
 
1852
- #. Description of the plugin/theme
1853
- #: wp-statistics.php:39
1854
  msgid "Complete statistics for your WordPress site."
1855
  msgstr ""
1856
 
1857
- #: wp-statistics.php:81
 
1858
  msgid ""
1859
  "Online user tracking in WP Statistics is not enabled, please go to %s and "
1860
  "enable it."
1861
  msgstr ""
1862
 
1863
- #: wp-statistics.php:81 wp-statistics.php:84 wp-statistics.php:87
 
 
1864
  msgid "setting page"
1865
  msgstr ""
1866
 
1867
- #: wp-statistics.php:84
 
1868
  msgid ""
1869
  "Hit tracking in WP Statistics is not enabled, please go to %s and enable it."
1870
  msgstr ""
1871
 
1872
- #: wp-statistics.php:87
 
1873
  msgid ""
1874
  "Visitor tracking in WP Statistics is not enabled, please go to %s and enable "
1875
  "it."
1876
  msgstr ""
1877
 
1878
- #: wp-statistics.php:90
 
1879
  msgid ""
1880
  "GeoIP collection is not active, please go to %s and enable this feature."
1881
  msgstr ""
1882
 
1883
- #: wp-statistics.php:90
1884
  msgid "Setting page > GeoIP"
1885
  msgstr ""
1886
 
1887
- #: wp-statistics.php:152 wp-statistics.php:262
 
1888
  msgid "Settings"
1889
  msgstr ""
1890
 
1891
- #: wp-statistics.php:164
1892
  msgid "Click here to visit the plugin on WordPress.org"
1893
  msgstr ""
1894
 
1895
- #: wp-statistics.php:164
1896
  msgid "Visit WordPress.org page"
1897
  msgstr ""
1898
 
1899
- #: wp-statistics.php:167
1900
  msgid "Click here to rate and review this plugin on WordPress.org"
1901
  msgstr ""
1902
 
1903
- #: wp-statistics.php:167
1904
  msgid "Rate this plugin"
1905
  msgstr ""
1906
 
1907
- #: wp-statistics.php:176 wp-statistics.php:253
 
1908
  msgid "Hits"
1909
  msgstr ""
1910
 
1911
- #: wp-statistics.php:211
1912
  msgid "WP Statistics - Hits"
1913
  msgstr ""
1914
 
1915
- #: wp-statistics.php:255
1916
  msgid "Referers"
1917
  msgstr ""
1918
 
1919
- #: wp-statistics.php:256
1920
  msgid "Searches"
1921
  msgstr ""
1922
 
1923
- #: wp-statistics.php:257
1924
  msgid "Search Words"
1925
  msgstr ""
1926
 
1927
- #: wp-statistics.php:261
1928
  msgid "Optimization"
1929
  msgstr ""
1930
 
1931
- #: wp-statistics.php:266
1932
  msgid "Manual"
1933
  msgstr ""
1934
 
1935
- #: wp-statistics.php:316
1936
  msgid "Today visitor"
1937
  msgstr ""
1938
 
1939
- #: wp-statistics.php:322
1940
  msgid "Today visit"
1941
  msgstr ""
1942
 
1943
- #: wp-statistics.php:328
1944
  msgid "Yesterday visitor"
1945
  msgstr ""
1946
 
1947
- #: wp-statistics.php:340
1948
  msgid "View Stats"
1949
  msgstr ""
1950
 
1951
- #: wp-statistics.php:364
1952
  msgid "Download ODF file"
1953
  msgstr ""
1954
 
1955
- #: wp-statistics.php:365
1956
  msgid "Download HTML file"
1957
  msgstr ""
1958
 
1959
- #: wp-statistics.php:369
1960
  msgid "Manual file not found."
1961
  msgstr ""
1962
 
1963
- #: wp-statistics.php:444 wp-statistics.php:544 wp-statistics.php:815
 
 
1964
  msgid "You do not have sufficient permissions to access this page."
1965
  msgstr ""
1966
 
1967
- #: wp-statistics.php:455
1968
  msgid "Table plugin does not exist! Please disable and re-enable the plugin."
1969
  msgstr ""
1970
 
1971
- #: wp-statistics.php:599
 
1972
  msgid "Error downloading GeoIP database from: %s - %s"
1973
  msgstr ""
1974
 
1975
- #: wp-statistics.php:610
 
1976
  msgid "Error could not open downloaded GeoIP database for reading: %s"
1977
  msgstr ""
1978
 
1979
- #: wp-statistics.php:617
 
1980
  msgid "Error could not open destination GeoIP database for writing %s"
1981
  msgstr ""
1982
 
1983
- #: wp-statistics.php:633
1984
  msgid "GeoIP Database updated successfully!"
1985
  msgstr ""
1986
 
1987
- #: wp-statistics.php:706
 
1988
  msgid "Error downloading browscap database from: %s - %s"
1989
  msgstr ""
1990
 
1991
- #: wp-statistics.php:794
1992
  msgid "browscap database updated successfully!"
1993
  msgstr ""
1994
 
1995
- #: wp-statistics.php:802
1996
  msgid "browscap already at current version!"
1997
  msgstr ""
1998
-
1999
- #. Plugin URI of the plugin/theme
2000
- #. Author URI of the plugin/theme
2001
- msgid "http://wp-statistics.com/"
2002
- msgstr ""
2003
-
2004
- #. Author of the plugin/theme
2005
- msgid "Mostafa Soufi & Greg Ross"
2006
- msgstr ""
2
  # This file is distributed under the same license as the WP Statistics package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: WP Statistics 8.1.1\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-statistics\n"
7
+ "POT-Creation-Date: 2014-11-06 11:21+0330\n"
8
+ "PO-Revision-Date: 2014-11-06 11:22+0330\n"
9
+ "Last-Translator: WP Statistics <translate@wp-statistics.com>\n"
10
+ "Language-Team: WP Statistics <translate@wp-statistics.com>\n"
11
+ "Language: en\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
+ "X-Generator: Poedit 1.6.10\n"
16
+ "X-Poedit-Basepath: F:\\xampp\\htdocs\\cms\\wordpress\\wp-content\\plugins"
17
+ "\\wp-statistics\n"
18
+ "X-Poedit-KeywordsList: __;_e\n"
19
+ "X-Poedit-SearchPath-0: F:\\xampp\\htdocs\\cms\\wordpress\\wp-content\\plugins"
20
+ "\\wp-statistics\n"
21
+
22
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/dashboard.php:20
23
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:13
24
+ msgid "User(s) Online"
25
+ msgstr ""
26
+
27
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/dashboard.php:26
28
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:95
29
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/hits.php:74
30
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:19
31
+ msgid "Visitor"
32
+ msgstr ""
33
+
34
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/dashboard.php:27
35
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:95
36
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/hits.php:74
37
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:20
38
+ msgid "Visit"
39
+ msgstr ""
40
 
41
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/dashboard.php:31
42
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:24
43
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:69
44
+ msgid "Today"
45
+ msgstr ""
46
+
47
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/dashboard.php:37
48
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:30
49
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:70
50
+ msgid "Yesterday"
51
+ msgstr ""
52
+
53
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/dashboard.php:43
54
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:36
55
+ msgid "Week"
56
+ msgstr ""
57
+
58
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/dashboard.php:49
59
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:42
60
+ msgid "Month"
61
+ msgstr ""
62
+
63
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/dashboard.php:55
64
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:48
65
+ msgid "Year"
66
+ msgstr ""
67
+
68
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/dashboard.php:61
69
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:106
70
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/search.php:81
71
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:54
72
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:94
73
+ msgid "Total"
74
+ msgstr ""
75
+
76
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/functions/geoip-populate.php:26
77
  msgid ""
78
  "Unable to load the GeoIP database, make sure you have downloaded it in the "
79
  "settings page."
80
  msgstr ""
81
 
82
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/functions/geoip-populate.php:50
83
+ #, php-format
84
  msgid "Updated %s GeoIP records in the visitors database."
85
  msgstr ""
86
 
87
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/functions/purge.php:17
88
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/functions/purge.php:31
89
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/functions/purge.php:42
90
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/functions/purge.php:75
91
+ #, php-format
92
+ msgid "%s data older than %s days purged successfully."
93
+ msgstr ""
94
+
95
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/functions/purge.php:19
96
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/functions/purge.php:33
97
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/functions/purge.php:44
98
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/functions/purge.php:77
99
+ #, php-format
100
+ msgid "No records found to purge from %s!"
101
+ msgstr ""
102
+
103
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/functions/purge.php:83
104
+ msgid "Please select a value over 30 days."
105
+ msgstr ""
106
+
107
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/all-browsers.php:8
108
  msgid "Browser Statistics"
109
  msgstr ""
110
 
111
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/all-browsers.php:14
112
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/all-browsers.php:97
113
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/all-browsers.php:231
114
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:74
115
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:26
116
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-search.php:61
117
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-visitor.php:57
118
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:47
119
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:29
120
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-pages.php:19
121
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-pages.php:131
122
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-referring.php:37
123
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/about.php:7
124
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/browsers.php:7
125
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/countries.php:9
126
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/google.map.php:16
127
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/hits.php:7
128
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/jqv.map.php:8
129
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/pages.php:11
130
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/recent.php:7
131
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/referring.php:11
132
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/search.php:7
133
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:7
134
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/words.php:14
135
  msgid "Click to toggle"
136
  msgstr ""
137
 
138
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/all-browsers.php:15
139
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/browsers.php:8
140
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:25
141
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:265
142
  msgid "Browsers"
143
  msgstr ""
144
 
145
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/all-browsers.php:41
146
  msgid "Browsers by type"
147
  msgstr ""
148
 
149
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/all-browsers.php:98
150
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:291
151
  msgid "Platform"
152
  msgstr ""
153
 
154
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/all-browsers.php:124
155
  msgid "Browsers by platform"
156
  msgstr ""
157
 
158
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/all-browsers.php:232
159
+ #, php-format
160
  msgid "%s Version"
161
  msgstr ""
162
 
163
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:8
164
  msgid ""
165
  "Attention: Exclusion are not currently set to be recorded, the results below "
166
  "may not reflect current statistics!"
167
  msgstr ""
168
 
169
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:54
170
  msgid "Exclusions Statistics"
171
  msgstr ""
172
 
173
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:57
174
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:12
175
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:33
176
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:15
177
  msgid "10 Days"
178
  msgstr ""
179
 
180
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:58
181
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:13
182
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:34
183
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:16
184
  msgid "20 Days"
185
  msgstr ""
186
 
187
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:59
188
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:14
189
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:35
190
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:17
191
  msgid "30 Days"
192
  msgstr ""
193
 
194
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:60
195
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:15
196
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:36
197
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:18
198
  msgid "2 Months"
199
  msgstr ""
200
 
201
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:61
202
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:16
203
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:37
204
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:19
205
  msgid "3 Months"
206
  msgstr ""
207
 
208
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:62
209
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:17
210
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:38
211
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:20
212
  msgid "6 Months"
213
  msgstr ""
214
 
215
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:63
216
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:18
217
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:39
218
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:21
219
  msgid "9 Months"
220
  msgstr ""
221
 
222
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:64
223
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:19
224
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:40
225
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:22
226
  msgid "1 Year"
227
  msgstr ""
228
 
229
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:68
230
+ #, php-format
231
  msgid "Total Exclusions: %s"
232
  msgstr ""
233
 
234
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:75
235
  msgid "Exclusions Statistical Chart"
236
  msgstr ""
237
 
238
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:97
239
  msgid "Excluded hits in the last"
240
  msgstr ""
241
 
242
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:97
243
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:60
244
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:71
245
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/hits.php:39
246
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/search.php:46
247
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:151
248
  msgid "days"
249
  msgstr ""
250
 
251
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:118
252
  msgid "Number of excluded hits"
253
  msgstr ""
254
 
255
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:8
256
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/hits.php:8
257
  msgid "Hit Statistics"
258
  msgstr ""
259
 
260
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:27
261
  msgid "Hits Statistics Chart"
262
  msgstr ""
263
 
264
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:60
265
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/hits.php:39
266
  msgid "Hits in the last"
267
  msgstr ""
268
 
269
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:81
270
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/hits.php:60
271
  msgid "Number of visits and visitors"
272
  msgstr ""
273
 
274
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-search.php:30
275
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/words.php:16
276
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:36
 
 
 
 
 
 
 
 
 
277
  msgid "Latest Search Words"
278
  msgstr ""
279
 
280
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-search.php:62
281
  msgid "Latest Search Word Statistics"
282
  msgstr ""
283
 
284
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-search.php:97
285
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-visitor.php:94
286
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/google.map.php:73
287
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/jqv.map.php:59
288
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/recent.php:22
289
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/words.php:25
290
  msgid "#hash#"
291
  msgstr ""
292
 
293
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-search.php:102
294
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-visitor.php:99
295
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-referring.php:70
296
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/recent.php:27
297
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/words.php:32
298
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:33
299
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:71
300
  msgid "Map"
301
  msgstr ""
302
 
303
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-search.php:139
304
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-visitor.php:132
305
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-pages.php:181
306
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-referring.php:124
307
  msgid "Page"
308
  msgstr ""
309
 
310
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-search.php:139
311
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-visitor.php:132
312
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-pages.php:181
313
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-referring.php:124
314
  msgid "From"
315
  msgstr ""
316
 
317
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-visitor.php:27
318
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/recent.php:9
319
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:38
320
  msgid "Recent Visitors"
321
  msgstr ""
322
 
323
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-visitor.php:29
324
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-referring.php:28
325
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:135
326
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:296
327
  msgid "All"
328
  msgstr ""
329
 
330
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-visitor.php:59
331
  msgid "Search for"
332
  msgstr ""
333
 
334
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-visitor.php:61
335
  msgid "Recent Visitor Statistics"
336
  msgstr ""
337
 
338
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:29
339
  msgid "Page Trend for Post ID"
340
  msgstr ""
341
 
342
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:48
343
  msgid "Page Trend"
344
  msgstr ""
345
 
346
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:68
347
  msgid "Page Trending Stats"
348
  msgstr ""
349
 
350
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:89
351
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-pages.php:70
352
  msgid "Number of Hits"
353
  msgstr ""
354
 
355
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:11
356
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:30
357
  msgid "Search Engine Referral Statistics"
358
  msgstr ""
359
 
360
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:71
361
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/search.php:46
362
  msgid "Search engine referrals in the last"
363
  msgstr ""
364
 
365
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:92
366
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/search.php:67
367
  msgid "Number of referrals"
368
  msgstr ""
369
 
370
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-countries.php:11
 
 
 
 
 
371
  msgid "Top Countries"
372
  msgstr ""
373
 
374
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-countries.php:20
375
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/countries.php:17
376
  msgid "Rank"
377
  msgstr ""
378
 
379
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-countries.php:21
380
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/countries.php:18
381
  msgid "Flag"
382
  msgstr ""
383
 
384
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-countries.php:22
385
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/countries.php:19
386
  msgid "Country"
387
  msgstr ""
388
 
389
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-countries.php:23
390
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/countries.php:20
391
  msgid "Visitor Count"
392
  msgstr ""
393
 
394
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-pages.php:13
395
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-pages.php:132
396
  msgid "Top Pages"
397
  msgstr ""
398
 
399
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-pages.php:20
400
  msgid "Top 5 Pages Trends"
401
  msgstr ""
402
 
403
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-pages.php:49
404
  msgid "Top 5 Page Trending Stats"
405
  msgstr ""
406
 
407
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-pages.php:160
408
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/pages.php:27
409
  msgid "No page title found"
410
  msgstr ""
411
 
412
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-pages.php:163
413
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/pages.php:30
414
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-historical.php:37
415
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:100
416
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:105
417
  msgid "Visits"
418
  msgstr ""
419
 
420
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-referring.php:4
421
  msgid "To be added soon"
422
  msgstr ""
423
 
424
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-referring.php:26
425
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-referring.php:41
426
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/referring.php:13
427
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:26
428
  msgid "Top Referring Sites"
429
  msgstr ""
430
 
431
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-referring.php:39
432
  msgid "Referring sites from"
433
  msgstr ""
434
 
435
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-referring.php:109
436
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/referring.php:19
437
  msgid "References"
438
  msgstr ""
439
 
440
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/about.php:8
441
+ #, php-format
442
  msgid "About WP Statistics Version %s"
443
  msgstr ""
444
 
445
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/about.php:15
446
  msgid "Website"
447
  msgstr ""
448
 
449
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/about.php:16
450
  msgid "Rate and Review"
451
  msgstr ""
452
 
453
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/about.php:20
454
  msgid "More Information"
455
  msgstr ""
456
 
457
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/about.php:29
458
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:12
459
+ #, php-format
460
  msgid ""
461
  "This product includes GeoLite2 data created by MaxMind, available from %s."
462
  msgstr ""
463
 
464
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/browsers.php:8
465
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/countries.php:11
466
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/hits.php:8
467
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/pages.php:13
468
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/recent.php:9
469
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/referring.php:13
470
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/search.php:8
471
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/words.php:16
472
  msgid "More"
473
  msgstr ""
474
 
475
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/browsers.php:38
476
  msgid "Other"
477
  msgstr ""
478
 
479
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/browsers.php:45
480
  msgid "Top 10 Browsers"
481
  msgstr ""
482
 
483
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/countries.php:11
484
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:27
485
  msgid "Top 10 Countries"
486
  msgstr ""
487
 
488
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/google.map.php:17
489
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/jqv.map.php:9
490
  msgid "Today Visitors Map"
491
  msgstr ""
492
 
493
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/pages.php:13
494
  msgid "Top 10 Pages"
495
  msgstr ""
496
 
497
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/referring.php:20
498
  msgid "Address"
499
  msgstr ""
500
 
501
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/search.php:8
502
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:64
503
  msgid "Search Engine Referrals"
504
  msgstr ""
505
 
506
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:8
507
  msgid "Summary"
508
  msgstr ""
509
 
510
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:88
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
511
  msgid "Daily Total"
512
  msgstr ""
513
 
514
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:102
515
  msgid "Current Time and Date"
516
  msgstr ""
517
 
518
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:102
519
  msgid "(Adjustment)"
520
  msgstr ""
521
 
522
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:106
523
+ #, php-format
524
  msgid "Date: %s"
525
  msgstr ""
526
 
527
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:110
528
+ #, php-format
529
  msgid "Time: %s"
530
  msgstr ""
531
 
532
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/delete-agents.php:5
533
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/delete-platforms.php:5
534
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/empty.php:5
535
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/export.php:5
536
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/purge-data.php:6
537
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/wps-optimization.php:6
538
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/manual/manual.php:5
539
  msgid "Access denied!"
540
  msgstr ""
541
 
542
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/delete-agents.php:14
543
+ #, php-format
544
  msgid "%s agent data deleted successfully."
545
  msgstr ""
546
 
547
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/delete-agents.php:17
548
+ msgid "No agent data found to remove!"
 
 
 
 
 
 
549
  msgstr ""
550
 
551
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/delete-agents.php:21
552
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/delete-platforms.php:21
553
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/empty.php:42
554
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/export.php:57
555
+ msgid "Please select the desired items."
556
  msgstr ""
557
 
558
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/delete-platforms.php:14
559
+ #, php-format
560
+ msgid "%s platform data deleted successfully."
561
  msgstr ""
562
 
563
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/delete-platforms.php:17
564
+ msgid "No platform data found to remove!"
 
 
 
565
  msgstr ""
566
 
567
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/empty.php:53
568
+ #, php-format
569
+ msgid "%s table data deleted successfully."
 
 
570
  msgstr ""
571
 
572
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/empty.php:57
573
+ #, php-format
574
+ msgid "Error, %s not emptied!"
575
  msgstr ""
576
 
577
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-database.php:5
578
  msgid "Database Setup"
579
  msgstr ""
580
 
581
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-database.php:10
582
  msgid "Re-run Install"
583
  msgstr ""
584
 
585
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-database.php:14
586
  msgid "Install Now!"
587
  msgstr ""
588
 
589
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-database.php:15
590
  msgid ""
591
  "If for some reason your installation of WP Statistics is missing the "
592
  "database tables or other core items, this will re-execute the install "
593
  "process."
594
  msgstr ""
595
 
596
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-database.php:20
597
  msgid "Database Index"
598
  msgstr ""
599
 
600
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-database.php:25
601
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-updates.php:21
602
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:267
603
  msgid "Countries"
604
  msgstr ""
605
 
606
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-database.php:39
607
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-updates.php:25
608
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-updates.php:40
609
  msgid "Update Now!"
610
  msgstr ""
611
 
612
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-database.php:40
613
  msgid ""
614
  "Older installs of WP Statistics allow for duplicate entries in the visitors "
615
  "table in a corner case. Newer installs protect against this with a unique "
618
  "vistitors table, delete duplicate entries and add the index."
619
  msgstr ""
620
 
621
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-database.php:41
622
  msgid ""
623
  "This operation could take a long time on installs with many rows in the "
624
  "visitors table."
625
  msgstr ""
626
 
627
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-database.php:46
628
  msgid ""
629
  "Older installs of WP Statistics allow for duplicate entries in the visitors "
630
  "table in a corner case. Newer installs protect against this with a unique "
631
  "index on the table."
632
  msgstr ""
633
 
634
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-database.php:47
635
  msgid ""
636
  "Congratulations, your installation is already up to date, nothing to do."
637
  msgstr ""
638
 
639
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-export.php:7
640
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/wps-optimization.php:147
641
  msgid "Export"
642
  msgstr ""
643
 
644
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-export.php:12
645
  msgid "Export from"
646
  msgstr ""
647
 
648
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-export.php:17
649
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-export.php:35
650
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:129
651
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:170
652
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:194
653
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:303
654
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:333
655
  msgid "Please select"
656
  msgstr ""
657
 
658
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-export.php:24
659
  msgid "Select the table for the output file."
660
  msgstr ""
661
 
662
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-export.php:30
663
  msgid "Export To"
664
  msgstr ""
665
 
666
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-export.php:41
667
  msgid "Select the output file type."
668
  msgstr ""
669
 
670
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-export.php:47
671
  msgid "Include Header Row"
672
  msgstr ""
673
 
674
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-export.php:52
675
  msgid "Include a header row as the first line of the exported file."
676
  msgstr ""
677
 
678
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-export.php:53
679
  msgid "Start Now!"
680
  msgstr ""
681
 
682
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-historical.php:15
683
+ msgid "Historical Values"
684
+ msgstr ""
685
+
686
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-historical.php:20
687
+ msgid ""
688
+ "Note: As you have just purged the database you must reload this page for "
689
+ "these numbers to be correct."
690
+ msgstr ""
691
+
692
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-historical.php:26
693
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:116
694
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:121
695
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:274
696
+ msgid "Visitors"
697
+ msgstr ""
698
+
699
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-historical.php:31
700
+ #, php-format
701
+ msgid ""
702
+ "Number of historical number of visitors to the site (current value is %s)."
703
+ msgstr ""
704
+
705
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-historical.php:42
706
+ #, php-format
707
+ msgid ""
708
+ "Number of historical number of visits to the site (current value is %s)."
709
+ msgstr ""
710
+
711
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-historical.php:48
712
+ msgid "Update now!"
713
+ msgstr ""
714
+
715
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:10
716
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:37
717
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:63
718
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:91
719
  msgid "Are you sure?"
720
  msgstr ""
721
 
722
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:119
723
  msgid "Data"
724
  msgstr ""
725
 
726
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:124
727
  msgid "Empty Table"
728
  msgstr ""
729
 
730
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:137
731
  msgid "All data table will be lost."
732
  msgstr ""
733
 
734
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:138
735
  msgid "Clear now!"
736
  msgstr ""
737
 
738
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:146
739
  msgid "Purge records older than"
740
  msgstr ""
741
 
742
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:152
743
  msgid ""
744
  "Deleted user statistics data older than the selected number of days. "
745
  "Minimum value is 30 days."
746
  msgstr ""
747
 
748
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:153
749
  msgid "Purge now!"
750
  msgstr ""
751
 
752
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:160
753
  msgid "Delete User Agent Types"
754
  msgstr ""
755
 
756
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:165
757
  msgid "Delete Agents"
758
  msgstr ""
759
 
760
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:180
761
  msgid "All visitor data will be lost for this agent type."
762
  msgstr ""
763
 
764
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:181
765
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:205
766
  msgid "Delete now!"
767
  msgstr ""
768
 
769
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:189
770
  msgid "Delete Platforms"
771
  msgstr ""
772
 
773
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:204
774
  msgid "All visitor data will be lost for this platform type."
775
  msgstr ""
776
 
777
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:17
778
  msgid "Resources"
779
  msgstr ""
780
 
781
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:22
782
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:27
783
  msgid "Memory usage in PHP"
784
  msgstr ""
785
 
786
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:26
787
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:37
788
  msgid "Byte"
789
  msgstr ""
790
 
791
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:33
792
+ msgid "Last Overview page memory usage"
793
+ msgstr ""
794
+
795
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:38
796
+ msgid "Memory usage in the overview page"
797
+ msgstr ""
798
+
799
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:44
800
  msgid "PHP Memory Limit"
801
  msgstr ""
802
 
803
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:49
804
  msgid "The memory limit a script is allowed to consume, set in php.ini."
805
  msgstr ""
806
 
807
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:55
808
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:66
809
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:77
810
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:88
811
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:99
812
+ #, php-format
813
  msgid "Number of rows in the %s table"
814
  msgstr ""
815
 
816
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:59
817
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:70
818
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:81
819
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:92
820
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:103
821
  msgid "Row"
822
  msgstr ""
823
 
824
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:60
825
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:71
826
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:82
827
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:93
828
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:104
829
  msgid "Number of rows"
830
  msgstr ""
831
 
832
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:109
833
  msgid "Version Info"
834
  msgstr ""
835
 
836
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:114
837
  msgid "WP Statistics Version"
838
  msgstr ""
839
 
840
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:119
841
  msgid "The WP Statistics version you are running."
842
  msgstr ""
843
 
844
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:125
845
  msgid "PHP Version"
846
  msgstr ""
847
 
848
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:130
849
  msgid "The PHP version you are running."
850
  msgstr ""
851
 
852
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:136
853
  msgid "PHP Safe Mode"
854
  msgstr ""
855
 
856
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:141
857
  msgid "Is PHP Safe Mode active. The GeoIP code is not supported in Safe Mode."
858
  msgstr ""
859
 
860
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:147
861
  msgid "jQuery Version"
862
  msgstr ""
863
 
864
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:152
865
  msgid "The jQuery version you are running."
866
  msgstr ""
867
 
868
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:158
869
  msgid "cURL Version"
870
  msgstr ""
871
 
872
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:162
873
  msgid "cURL not installed"
874
  msgstr ""
875
 
876
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:163
877
  msgid ""
878
  "The PHP cURL Extension version you are running. cURL is required for the "
879
  "GeoIP code, if it is not installed GeoIP will be disabled."
880
  msgstr ""
881
 
882
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:169
883
  msgid "BC Math"
884
  msgstr ""
885
 
886
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:173
887
  msgid "Installed"
888
  msgstr ""
889
 
890
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:173
891
  msgid "Not installed"
892
  msgstr ""
893
 
894
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:174
895
  msgid ""
896
  "If the PHP BC Math Extension is installed. BC Math is no longer required "
897
  "for the GeoIP code and is listed here only for historical reasons."
898
  msgstr ""
899
 
900
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:179
901
  msgid "File Info"
902
  msgstr ""
903
 
904
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:184
905
  msgid "GeoIP Database"
906
  msgstr ""
907
 
908
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:193
909
  msgid "Database file does not exist."
910
  msgstr ""
911
 
912
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:195
913
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:214
914
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:233
915
  msgid ", created on "
916
  msgstr ""
917
 
918
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:197
919
  msgid "The file size and date of the GeoIP database."
920
  msgstr ""
921
 
922
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:203
923
  msgid "browscap.ini File"
924
  msgstr ""
925
 
926
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:212
927
  msgid "browscap.ini file does not exist."
928
  msgstr ""
929
 
930
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:216
931
  msgid "The file size and date of the browscap.ini file."
932
  msgstr ""
933
 
934
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:222
935
  msgid "browscap Cache File"
936
  msgstr ""
937
 
938
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:231
939
  msgid "browscap cache file does not exist."
940
  msgstr ""
941
 
942
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:235
943
  msgid "The file size and date of the browscap cache file."
944
  msgstr ""
945
 
946
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:240
947
  msgid "Client Info"
948
  msgstr ""
949
 
950
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:245
951
  msgid "Client IP"
952
  msgstr ""
953
 
954
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:250
955
  msgid "The client IP address."
956
  msgstr ""
957
 
958
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:256
959
  msgid "User Agent"
960
  msgstr ""
961
 
962
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:261
963
  msgid "The client user agent string."
964
  msgstr ""
965
 
966
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:267
967
+ msgid "Browser"
968
+ msgstr ""
969
+
970
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:274
971
+ msgid "The detected client browser."
972
+ msgstr ""
973
+
974
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:280
975
+ msgid "Version"
976
+ msgstr ""
977
+
978
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:285
979
+ msgid "The detected client browser version."
980
+ msgstr ""
981
+
982
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:296
983
+ msgid "The detected client platform."
984
+ msgstr ""
985
+
986
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-updates.php:4
987
  msgid ""
988
  "This will replace all IP addresses in the database with hash values and "
989
  "cannot be undo, are you sure?"
990
  msgstr ""
991
 
992
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-updates.php:16
993
  msgid "GeoIP Options"
994
  msgstr ""
995
 
996
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-updates.php:26
997
  msgid ""
998
  "Updates any unknown location data in the database, this may take a while"
999
  msgstr ""
1000
 
1001
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-updates.php:31
1002
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:56
1003
  msgid "IP Addresses"
1004
  msgstr ""
1005
 
1006
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-updates.php:36
1007
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:61
1008
  msgid "Hash IP Addresses"
1009
  msgstr ""
1010
 
1011
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-updates.php:41
1012
  msgid ""
1013
  "Replace IP addresses in the database with hash values, you will not be able "
1014
  "to recover the IP addresses in the future to populate location information "
1015
  "afterwards and this may take a while"
1016
  msgstr ""
1017
 
1018
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/wps-optimization.php:43
1019
  msgid "IP Addresses replaced with hash values."
1020
  msgstr ""
1021
 
1022
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/wps-optimization.php:51
1023
  msgid "Install routine complete."
1024
  msgstr ""
1025
 
1026
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/wps-optimization.php:146
1027
  msgid "Resources/Information"
1028
  msgstr ""
1029
 
1030
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/wps-optimization.php:148
1031
  msgid "Purging"
1032
  msgstr ""
1033
 
1034
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/wps-optimization.php:149
1035
  msgid "Database"
1036
  msgstr ""
1037
 
1038
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/wps-optimization.php:150
1039
  msgid "Updates"
1040
  msgstr ""
1041
 
1042
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/wps-optimization.php:151
1043
+ msgid "Historical"
1044
+ msgstr ""
1045
+
1046
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:8
1047
+ #, php-format
1048
  msgid "WP Statistics V%s"
1049
  msgstr ""
1050
 
1051
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:20
1052
  msgid "Visit Us Online"
1053
  msgstr ""
1054
 
1055
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:24
1056
+ #, php-format
1057
  msgid ""
1058
  "Come visit our great new %s and keep up to date on the latest news about WP "
1059
  "Statistics."
1060
  msgstr ""
1061
 
1062
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:24
1063
  msgid "website"
1064
  msgstr ""
1065
 
1066
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:28
1067
  msgid "Rate and Review at WordPress.org"
1068
  msgstr ""
1069
 
1070
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:32
1071
  msgid "Thanks for installing WP Statistics, we encourage you to submit a "
1072
  msgstr ""
1073
 
1074
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:32
1075
  msgid "rating and review"
1076
  msgstr ""
1077
 
1078
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:32
1079
  msgid "over at WordPress.org. Your feedback is greatly appreciated!"
1080
  msgstr ""
1081
 
1082
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:36
1083
  msgid "Translations"
1084
  msgstr ""
1085
 
1086
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:40
1087
+ #, php-format
1088
  msgid ""
1089
  "WP Statistics supports internationalization and we encourage our users to "
1090
  "submit translations, please visit our %s to see the current status and %s if "
1091
  "you would like to help."
1092
  msgstr ""
1093
 
1094
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:40
1095
  msgid "translation collaboration site"
1096
  msgstr ""
1097
 
1098
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:40
1099
  msgid "drop us a line"
1100
  msgstr ""
1101
 
1102
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:44
1103
  msgid "Support"
1104
  msgstr ""
1105
 
1106
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:49
1107
  msgid ""
1108
  "We're sorry you're having problem with WP Statistics and we're happy to help "
1109
  "out. Here are a few things to do before contacting us:"
1110
  msgstr ""
1111
 
1112
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:52
1113
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:53
1114
+ #, php-format
1115
  msgid "Have you read the %s?"
1116
  msgstr ""
1117
 
1118
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:52
1119
  msgid "FAQs"
1120
  msgstr ""
1121
 
1122
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:53
1123
  msgid "manual"
1124
  msgstr ""
1125
 
1126
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:54
1127
+ #, php-format
1128
  msgid "Have you search the %s for a similar issue?"
1129
  msgstr ""
1130
 
1131
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:54
1132
  msgid "support forum"
1133
  msgstr ""
1134
 
1135
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:55
1136
  msgid "Have you search the Internet for any error messages you are receiving?"
1137
  msgstr ""
1138
 
1139
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:56
1140
+ msgid "Make sure you have access to your PHP error logs."
1141
+ msgstr ""
1142
+
1143
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:59
1144
  msgid "And a few things to double-check:"
1145
  msgstr ""
1146
 
1147
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:62
1148
  msgid "How's your memory_limit in php.ini?"
1149
  msgstr ""
1150
 
1151
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:63
1152
  msgid "Have you tried disabling any other plugins you may have installed?"
1153
  msgstr ""
1154
 
1155
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:64
1156
  msgid "Have you tried using the default WordPress theme?"
1157
  msgstr ""
1158
 
1159
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:65
1160
  msgid "Have you double checked the plugin settings?"
1161
  msgstr ""
1162
 
1163
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:66
1164
  msgid "Do you have all the required PHP extensions installed?"
1165
  msgstr ""
1166
 
1167
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:67
1168
  msgid ""
1169
  "Are you getting a blank or incomplete page displayed in your browser? Did "
1170
  "you view the source for the page and check for any fatal errors?"
1171
  msgstr ""
1172
 
1173
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:68
1174
  msgid "Have you checked your PHP and web server error logs?"
1175
  msgstr ""
1176
 
1177
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:71
1178
  msgid "Still not having any luck?"
1179
  msgstr ""
1180
 
1181
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:71
1182
+ #, php-format
1183
  msgid ""
1184
  "Then please open a new thread on the %s and we'll respond as soon as "
1185
  "possible."
1186
  msgstr ""
1187
 
1188
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:71
1189
  msgid "WordPress.org support forum"
1190
  msgstr ""
1191
 
1192
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:75
1193
+ #, php-format
1194
  msgid "Alternatively %s support is available as well."
1195
  msgstr ""
1196
 
1197
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:75
1198
  msgid "Farsi"
1199
  msgstr ""
1200
 
1201
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:33
1202
  msgid "Access Levels"
1203
  msgstr ""
1204
 
1205
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:62
1206
  msgid "Required user level to view WP Statistics"
1207
  msgstr ""
1208
 
1209
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:77
1210
  msgid "Required user level to manage WP Statistics"
1211
  msgstr ""
1212
 
1213
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:85
1214
+ #, php-format
1215
  msgid "See the %s for details on capability levels."
1216
  msgstr ""
1217
 
1218
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:85
1219
  msgid "WordPress Roles and Capabilities page"
1220
  msgstr ""
1221
 
1222
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:86
1223
  msgid ""
1224
  "Hint: manage_network = Super Admin Network, manage_options = Administrator, "
1225
  "edit_others_posts = Editor, publish_posts = Author, edit_posts = "
1226
  "Contributor, read = Everyone."
1227
  msgstr ""
1228
 
1229
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:87
1230
  msgid ""
1231
  "Each of the above casscades the rights upwards in the default WordPress "
1232
  "configuration. So for example selecting publish_posts grants the right to "
1233
  "Authors, Editors, Admins and Super Admins."
1234
  msgstr ""
1235
 
1236
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:88
1237
+ #, php-format
1238
  msgid ""
1239
  "If you need a more robust solution to delegate access you might want to look "
1240
  "at %s in the WordPress plugin directory."
1241
  msgstr ""
1242
 
1243
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:93
1244
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:270
1245
  msgid "Exclusions"
1246
  msgstr ""
1247
 
1248
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:97
1249
  msgid "Record exclusions"
1250
  msgstr ""
1251
 
1252
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:99
1253
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:151
1254
  msgid "Enable"
1255
  msgstr ""
1256
 
1257
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:100
1258
  msgid ""
1259
  "This will record all the excluded hits in a separate table with the reasons "
1260
  "why it was excluded but no other information. This will generate a lot of "
1262
  "gets, not just actual user visits."
1263
  msgstr ""
1264
 
1265
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:105
1266
  msgid "Exclude User Roles"
1267
  msgstr ""
1268
 
1269
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:119
1270
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:174
1271
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:181
1272
  msgid "Exclude"
1273
  msgstr ""
1274
 
1275
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:120
1276
+ #, php-format
1277
  msgid "Exclude %s role from data collection."
1278
  msgstr ""
1279
 
1280
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:126
1281
  msgid "IP/Robot Exclusions"
1282
  msgstr ""
1283
 
1284
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:130
1285
  msgid "Robot list"
1286
  msgstr ""
1287
 
1288
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:143
1289
  msgid ""
1290
  "A list of words (one per line) to match against to detect robots. Entries "
1291
  "must be at least 4 characters long or they will be ignored."
1292
  msgstr ""
1293
 
1294
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:144
1295
  msgid "Reset to Default"
1296
  msgstr ""
1297
 
1298
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:149
1299
  msgid "Force robot list update after upgrades"
1300
  msgstr ""
1301
 
1302
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:152
1303
  msgid ""
1304
  "Force the robot list to be reset to the default after an update to WP "
1305
  "Statistics takes place. Note if this option is enabled any custom robots "
1306
  "you have added to the list will be lost."
1307
  msgstr ""
1308
 
1309
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:157
1310
  msgid "Excluded IP address list"
1311
  msgstr ""
1312
 
1313
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:160
1314
  msgid ""
1315
  "A list of IP addresses and subnet masks (one per line) to exclude from "
1316
  "statistics collection (both 192.168.0.0/24 and 192.168.0.0/255.255.255.0 "
1318
  "32 or 255.255.255.255."
1319
  msgstr ""
1320
 
1321
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:161
1322
  msgid "Add 10.0.0.0"
1323
  msgstr ""
1324
 
1325
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:162
1326
  msgid "Add 172.16.0.0"
1327
  msgstr ""
1328
 
1329
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:163
1330
  msgid "Add 192.168.0.0"
1331
  msgstr ""
1332
 
1333
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:168
1334
  msgid "Site URL Exclusions"
1335
  msgstr ""
1336
 
1337
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:172
1338
  msgid "Excluded login page"
1339
  msgstr ""
1340
 
1341
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:175
1342
  msgid "Exclude the login page for registering as a hit."
1343
  msgstr ""
1344
 
1345
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:179
1346
  msgid "Excluded admin pages"
1347
  msgstr ""
1348
 
1349
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:182
1350
  msgid "Exclude the admin pages for registering as a hit."
1351
  msgstr ""
1352
 
1353
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-browscap.php:22
1354
  msgid "browscap settings"
1355
  msgstr ""
1356
 
1357
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-browscap.php:27
1358
  msgid "browscap usage"
1359
  msgstr ""
1360
 
1361
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-browscap.php:32
1362
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-browscap.php:56
1363
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:66
1364
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:82
1365
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:110
1366
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:126
1367
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:138
1368
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:165
1369
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:177
1370
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:189
1371
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:219
1372
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:231
1373
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:274
1374
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:290
1375
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:37
1376
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:61
1377
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:94
1378
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-maintenance.php:40
1379
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:105
1380
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:117
1381
  msgid "Active"
1382
  msgstr ""
1383
 
1384
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-browscap.php:33
1385
  msgid "The browscap database will be downloaded and used to detect robots."
1386
  msgstr ""
1387
 
1388
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-browscap.php:39
1389
  msgid "Update browscap Info"
1390
  msgstr ""
1391
 
1392
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-browscap.php:44
1393
  msgid "Download browscap Database"
1394
  msgstr ""
1395
 
1396
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-browscap.php:45
1397
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:50
1398
  msgid "Save changes on this page to download the update."
1399
  msgstr ""
1400
 
1401
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-browscap.php:51
1402
  msgid "Schedule weekly update of browscap DB"
1403
  msgstr ""
1404
 
1405
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-browscap.php:59
1406
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:64
1407
  msgid "Next update will be"
1408
  msgstr ""
1409
 
1410
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-browscap.php:74
1411
  msgid "Download of the browscap database will be scheduled for once a week."
1412
  msgstr ""
1413
 
1414
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:40
1415
  msgid "This will delete the manual when you save the settings, are you sure?"
1416
  msgstr ""
1417
 
1418
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:67
1419
  msgid ""
1420
  "This feature will not store IP addresses in the database but instead used a "
1421
  "unique hash. The \"Store entire user agent string\" setting will be "
1423
  "addresses in the future to recover location information if this is enabled."
1424
  msgstr ""
1425
 
1426
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:72
1427
  msgid "Users Online"
1428
  msgstr ""
1429
 
1430
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:77
1431
  msgid "User online"
1432
  msgstr ""
1433
 
1434
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:83
1435
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:111
1436
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:127
1437
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:166
1438
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:178
1439
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:190
1440
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:291
1441
  msgid "Enable or disable this feature"
1442
  msgstr ""
1443
 
1444
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:89
1445
  msgid "Check for online users every"
1446
  msgstr ""
1447
 
1448
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:94
1449
  msgid "Second"
1450
  msgstr ""
1451
 
1452
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:95
1453
+ #, php-format
1454
  msgid "Time for the check accurate online user in the site. Now: %s Second"
1455
  msgstr ""
1456
 
1457
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:133
 
 
 
 
 
1458
  msgid "Store entire user agent string"
1459
  msgstr ""
1460
 
1461
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:139
1462
  msgid "Only enabled for debugging"
1463
  msgstr ""
1464
 
1465
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:145
1466
  msgid "Coefficient per visitor"
1467
  msgstr ""
1468
 
1469
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:150
1470
+ #, php-format
1471
  msgid "For each visit to account for several hits. Currently %s."
1472
  msgstr ""
1473
 
1474
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:155
1475
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:160
1476
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:275
1477
  msgid "Pages"
1478
  msgstr ""
1479
 
1480
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:172
1481
  msgid "Track all pages"
1482
  msgstr ""
1483
 
1484
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:184
1485
  msgid "Disable hits column in post/pages list"
1486
  msgstr ""
1487
 
1488
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:195
1489
  msgid "Miscellaneous"
1490
  msgstr ""
1491
 
1492
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:200
1493
  msgid "Show stats in menu bar"
1494
  msgstr ""
1495
 
1496
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:205
1497
  msgid "No"
1498
  msgstr ""
1499
 
1500
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:206
1501
  msgid "Yes"
1502
  msgstr ""
1503
 
1504
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:208
1505
  msgid "Show stats in admin menu bar"
1506
  msgstr ""
1507
 
1508
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:214
1509
  msgid "Hide admin notices about non active features"
1510
  msgstr ""
1511
 
1512
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:220
1513
  msgid ""
1514
  "By default WP Statistics displays an alert if any of the core features are "
1515
  "disabled on every admin page, this option will disable these notices."
1516
  msgstr ""
1517
 
1518
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:226
1519
  msgid "Delete the manual"
1520
  msgstr ""
1521
 
1522
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:232
1523
  msgid ""
1524
  "By default WP Statistics stores the admin manual in the plugin directory (~5 "
1525
  "meg), if this option is enabled it will be deleted now and during upgrades "
1526
  "in the future."
1527
  msgstr ""
1528
 
1529
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:237
1530
  msgid "Search Enginges"
1531
  msgstr ""
1532
 
1533
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:242
1534
  msgid ""
1535
  "Disabling all search engines is not allowed, doing so will result in all "
1536
  "search engines being active."
1537
  msgstr ""
1538
 
1539
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:257
1540
  msgid "disable"
1541
  msgstr ""
1542
 
1543
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:258
1544
+ #, php-format
1545
  msgid "Disable %s from data collection and reporting."
1546
  msgstr ""
1547
 
1548
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:264
1549
  msgid "Charts"
1550
  msgstr ""
1551
 
1552
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:269
1553
  msgid "Include totals"
1554
  msgstr ""
1555
 
1556
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:275
1557
  msgid ""
1558
  "Add a total line to charts with multiple values, like the search engine "
1559
  "referrals"
1560
  msgstr ""
1561
 
1562
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:280
1563
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:285
1564
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/schedule.php:152
1565
  msgid "Statistical reporting"
1566
  msgstr ""
1567
 
1568
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:298
1569
  msgid "Schedule"
1570
  msgstr ""
1571
 
1572
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:322
1573
  msgid "Select when receiving statistics report."
1574
  msgstr ""
1575
 
1576
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:328
1577
  msgid "Send reports via"
1578
  msgstr ""
1579
 
1580
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:334
1581
  msgid "Email"
1582
  msgstr ""
1583
 
1584
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:335
1585
  msgid "SMS"
1586
  msgstr ""
1587
 
1588
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:337
1589
  msgid "Type Select Get Status Report."
1590
  msgstr ""
1591
 
1592
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:340
1593
+ #, php-format
1594
  msgid "Note: To send SMS text messages please install the %s plugin."
1595
  msgstr ""
1596
 
1597
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:340
1598
  msgid "WordPress SMS"
1599
  msgstr ""
1600
 
1601
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:347
1602
  msgid "E-mail addresses"
1603
  msgstr ""
1604
 
1605
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:352
1606
  msgid ""
1607
  "A comma separated list of e-mail addresses to send the reports to if e-mail "
1608
  "is selected above."
1609
  msgstr ""
1610
 
1611
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:358
1612
  msgid "Report body"
1613
  msgstr ""
1614
 
1615
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:363
1616
  msgid "Enter the contents of the reports received."
1617
  msgstr ""
1618
 
1619
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:365
1620
  msgid ""
1621
  "Any shortcode supported by your installation of WordPress, include all "
1622
  "shortcodes for WP Statistics (see the admin manual for a list of codes "
1623
+ "available) are supported in the body of the message. Here are some examples:"
1624
  msgstr ""
1625
 
1626
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:366
1627
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:38
1628
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:247
1629
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:326
 
 
 
 
 
1630
  msgid "User Online"
1631
  msgstr ""
1632
 
1633
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:367
1634
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:52
1635
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:253
1636
  msgid "Today Visitor"
1637
  msgstr ""
1638
 
1639
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:368
1640
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:45
1641
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:250
1642
  msgid "Today Visit"
1643
  msgstr ""
1644
 
1645
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:369
1646
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:66
1647
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:259
1648
  msgid "Yesterday Visitor"
1649
  msgstr ""
1650
 
1651
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:370
1652
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:59
1653
  msgid "Yesterday Visit"
1654
  msgstr ""
1655
 
1656
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:371
1657
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:101
1658
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:274
1659
  msgid "Total Visitor"
1660
  msgstr ""
1661
 
1662
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:372
1663
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:94
1664
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:271
1665
  msgid "Total Visit"
1666
  msgstr ""
1667
 
1668
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:17
1669
  msgid "GeoIP settings"
1670
  msgstr ""
1671
 
1672
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:22
1673
+ #, php-format
1674
  msgid ""
1675
  "IP location services provided by GeoLite2 data created by MaxMind, available "
1676
  "from %s."
1677
  msgstr ""
1678
 
1679
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:32
1680
  msgid "GeoIP collection"
1681
  msgstr ""
1682
 
1683
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:38
1684
  msgid ""
1685
  "For get more information and location (country) from visitor, enable this "
1686
  "feature."
1687
  msgstr ""
1688
 
1689
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:44
1690
  msgid "Update GeoIP Info"
1691
  msgstr ""
1692
 
1693
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:49
1694
  msgid "Download GeoIP Database"
1695
  msgstr ""
1696
 
1697
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:56
1698
  msgid "Schedule monthly update of GeoIP DB"
1699
  msgstr ""
1700
 
1701
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:82
1702
  msgid ""
1703
  "Download of the GeoIP database will be scheduled for 2 days after the first "
1704
  "Tuesday of the month."
1705
  msgstr ""
1706
 
1707
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:83
1708
  msgid ""
1709
  "This option will also download the database if the local filesize is less "
1710
  "than 1k (which usually means the stub that comes with the plugin is still in "
1711
  "place)."
1712
  msgstr ""
1713
 
1714
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:89
1715
  msgid "Populate missing GeoIP after update of GeoIP DB"
1716
  msgstr ""
1717
 
1718
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:95
1719
  msgid "Update any missing GeoIP data after downloading a new database."
1720
  msgstr ""
1721
 
1722
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:106
1723
  msgid "GeoIP collection is disabled due to the following reasons:"
1724
  msgstr ""
1725
 
1726
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:109
1727
+ #, php-format
1728
  msgid ""
1729
  "GeoIP collection requires PHP %s or above, it is currently disabled due to "
1730
  "the installed PHP version being "
1731
  msgstr ""
1732
 
1733
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:114
1734
  msgid ""
1735
  "GeoIP collection requires the cURL PHP extension and it is not loaded on "
1736
  "your version of PHP!"
1737
  msgstr ""
1738
 
1739
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:120
1740
  msgid ""
1741
  "GeoIP collection requires the BC Math PHP extension and it is not loaded on "
1742
  "your version of PHP!"
1743
  msgstr ""
1744
 
1745
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:126
1746
  msgid ""
1747
  "PHP safe mode detected! GeoIP collection is not supported with PHP's safe "
1748
  "mode enabled!"
1749
  msgstr ""
1750
 
1751
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-maintenance.php:20
1752
  msgid ""
1753
  "This will permanently delete data from the database each day, are you sure "
1754
  "you want to enable this option?"
1755
  msgstr ""
1756
 
1757
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-maintenance.php:30
1758
  msgid "Database Maintenance"
1759
  msgstr ""
1760
 
1761
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-maintenance.php:35
1762
  msgid "Run a daily WP Cron job to prune the databases"
1763
  msgstr ""
1764
 
1765
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-maintenance.php:41
1766
  msgid ""
1767
  "A WP Cron job will be run daily to prune any data older than a set number of "
1768
  "days."
1769
  msgstr ""
1770
 
1771
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-maintenance.php:47
1772
  msgid "Prune data older than"
1773
  msgstr ""
1774
 
1775
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-maintenance.php:52
1776
  msgid "Days"
1777
  msgstr ""
1778
 
1779
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-maintenance.php:53
1780
  msgid ""
1781
  "The number of days to keep statistics for. Minimum value is 30 days. "
1782
  "Invalid values will disable the daily maintenance."
1783
  msgstr ""
1784
 
1785
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:23
1786
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:32
1787
  msgid "None"
1788
  msgstr ""
1789
 
1790
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:24
1791
  msgid "Summary Statistics"
1792
  msgstr ""
1793
 
1794
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:28
1795
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/wps-settings.php:99
1796
  msgid "About"
1797
  msgstr ""
1798
 
1799
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:34
1800
  msgid "Hits Statistical Chart"
1801
  msgstr ""
1802
 
1803
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:35
1804
  msgid "Search Engine Referrers Statistical Chart"
1805
  msgstr ""
1806
 
1807
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:37
1808
  msgid "Top Pages Visited"
1809
  msgstr ""
1810
 
1811
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:75
1812
  msgid "The following three items are global to all users."
1813
  msgstr ""
1814
 
1815
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:80
1816
  msgid "Map type"
1817
  msgstr ""
1818
 
1819
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:86
1820
  msgid "Google"
1821
  msgstr ""
1822
 
1823
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:86
1824
  msgid "JQVMap"
1825
  msgstr ""
1826
 
1827
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:93
1828
  msgid ""
1829
  "The \"Google\" option will use Google's mapping service to plot the recent "
1830
  "visitors (requires access to Google)."
1831
  msgstr ""
1832
 
1833
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:94
1834
  msgid ""
1835
  "The \"JQVMap\" option will use JQVMap javascript mapping library to plot the "
1836
  "recent visitors (requires no extenral services)."
1837
  msgstr ""
1838
 
1839
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:100
1840
  msgid "Disable map"
1841
  msgstr ""
1842
 
1843
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:106
1844
  msgid "Disable the map display"
1845
  msgstr ""
1846
 
1847
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:112
1848
  msgid "Get country location from Google"
1849
  msgstr ""
1850
 
1851
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:118
1852
  msgid ""
1853
  "This feature may cause a performance degradation when viewing statistics and "
1854
  "is only valid if the map type is set to \"Google\"."
1855
  msgstr ""
1856
 
1857
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:123
1858
  msgid "Widgets to Display"
1859
  msgstr ""
1860
 
1861
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:132
1862
  msgid ""
1863
  "The following items are unique to each user. If you do not select the "
1864
  "'About' widget it will automatically be displayed in the last positon of "
1865
  "column A."
1866
  msgstr ""
1867
 
1868
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:137
1869
  msgid "Slot"
1870
  msgstr ""
1871
 
1872
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:141
1873
  msgid "Column A"
1874
  msgstr ""
1875
 
1876
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:145
1877
  msgid "Column B"
1878
  msgstr ""
1879
 
1880
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:151
1881
  msgid "Slot 1"
1882
  msgstr ""
1883
 
1884
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:181
1885
  msgid "Slot 2"
1886
  msgstr ""
1887
 
1888
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:211
1889
  msgid "Slot 3"
1890
  msgstr ""
1891
 
1892
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:241
1893
  msgid "Slot 4"
1894
  msgstr ""
1895
 
1896
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:271
1897
  msgid "Slot 5"
1898
  msgstr ""
1899
 
1900
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:301
1901
  msgid "Slot 6"
1902
  msgstr ""
1903
 
1904
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:305
1905
  msgid "N/A"
1906
  msgstr ""
1907
 
1908
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-removal.php:15
1909
+ msgid "WP Statisitcs Removal"
1910
+ msgstr ""
1911
+
1912
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-removal.php:20
1913
+ msgid ""
1914
+ "Uninstalling WP Statistics will not remove the data and settings, you can "
1915
+ "use this option to remove the WP Statistics data from your install before "
1916
+ "uninstalling the plugin."
1917
+ msgstr ""
1918
+
1919
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-removal.php:23
1920
+ msgid ""
1921
+ "Once you submit this form the settings will be deleted during the page load, "
1922
+ "however WP Statistics will still show up in your Admin menu until another "
1923
+ "page load is executed."
1924
+ msgstr ""
1925
+
1926
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-removal.php:29
1927
+ msgid "Remove data and settings"
1928
+ msgstr ""
1929
+
1930
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-removal.php:34
1931
+ msgid "Remove"
1932
+ msgstr ""
1933
+
1934
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-removal.php:35
1935
+ msgid "Remove data and settings, this action cannot be undone."
1936
+ msgstr ""
1937
+
1938
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/wps-settings.php:92
1939
  msgid "General"
1940
  msgstr ""
1941
 
1942
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/wps-settings.php:93
1943
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:264
1944
  msgid "Overview"
1945
  msgstr ""
1946
 
1947
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/wps-settings.php:94
1948
  msgid "Access/Exclusions"
1949
  msgstr ""
1950
 
1951
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/wps-settings.php:95
1952
  msgid "GeoIP"
1953
  msgstr ""
1954
 
1955
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/wps-settings.php:96
1956
  msgid "browscap"
1957
  msgstr ""
1958
 
1959
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/wps-settings.php:97
1960
  msgid "Maintenance"
1961
  msgstr ""
1962
 
1963
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/wps-settings.php:98
1964
+ msgid "Removal"
1965
+ msgstr ""
1966
+
1967
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/wps-settings.php:137
1968
  msgid "Update"
1969
  msgstr ""
1970
 
1971
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/manual/manual.php:29
1972
+ #, php-format
1973
  msgid "Manual not found: %s"
1974
  msgstr ""
1975
 
1976
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/manual/manual.php:39
1977
+ #, php-format
1978
  msgid "Invalid file type selected: %s"
1979
  msgstr ""
1980
 
1981
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/schedule.php:10
1982
  msgid "Once Weekly"
1983
  msgstr ""
1984
 
1985
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/schedule.php:17
1986
  msgid "Once Every 2 Weeks"
1987
  msgstr ""
1988
 
1989
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/schedule.php:24
1990
  msgid "Once Every 4 Weeks"
1991
  msgstr ""
1992
 
1993
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:14
1994
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:261
1995
  msgid "Statistics"
1996
  msgstr ""
1997
 
1998
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:15
1999
  msgid "Show site stats in sidebar."
2000
  msgstr ""
2001
 
2002
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:73
2003
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:262
2004
  msgid "Week Visit"
2005
  msgstr ""
2006
 
2007
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:80
2008
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:265
2009
  msgid "Month Visit"
2010
  msgstr ""
2011
 
2012
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:87
2013
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:268
2014
  msgid "Years Visit"
2015
  msgstr ""
2016
 
2017
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:108
2018
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:277
2019
  msgid "Total Page Views"
2020
  msgstr ""
2021
 
2022
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:116
2023
  msgid "Search Engine referred"
2024
  msgstr ""
2025
 
2026
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:123
2027
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:300
2028
  msgid "Total Posts"
2029
  msgstr ""
2030
 
2031
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:130
2032
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:303
2033
  msgid "Total Pages"
2034
  msgstr ""
2035
 
2036
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:137
2037
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:306
2038
  msgid "Total Comments"
2039
  msgstr ""
2040
 
2041
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:144
2042
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:309
2043
  msgid "Total Spams"
2044
  msgstr ""
2045
 
2046
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:151
2047
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:312
2048
  msgid "Total Users"
2049
  msgstr ""
2050
 
2051
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:158
2052
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:315
2053
  msgid "Average Posts"
2054
  msgstr ""
2055
 
2056
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:165
2057
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:318
2058
  msgid "Average Comments"
2059
  msgstr ""
2060
 
2061
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:172
2062
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:321
2063
  msgid "Average Users"
2064
  msgstr ""
2065
 
2066
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:179
2067
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:324
2068
  msgid "Last Post Date"
2069
  msgstr ""
2070
 
2071
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:240
2072
  msgid "Name"
2073
  msgstr ""
2074
 
2075
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:244
2076
  msgid "Items"
2077
  msgstr ""
2078
 
2079
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:256
2080
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:350
2081
  msgid "Yesterday visit"
2082
  msgstr ""
2083
 
2084
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:280
2085
  msgid "Search Engine Referred"
2086
  msgstr ""
2087
 
2088
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:283
2089
  msgid "Select type of search engine"
2090
  msgstr ""
2091
 
2092
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:27
2093
  msgid ""
2094
  "ERROR: WP Statistics has detected an unsupported version of PHP, WP "
2095
  "Statistics will not function without PHP Version "
2096
  msgstr ""
2097
 
2098
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:27
2099
  msgid " or higher!"
2100
  msgstr ""
2101
 
2102
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:42
2103
+ msgid "WP Statistics has been removed, please disable and delete it."
2104
+ msgstr ""
2105
+
2106
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:53
2107
  msgid "WP Statistics"
2108
  msgstr ""
2109
 
2110
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:54
 
2111
  msgid "Complete statistics for your WordPress site."
2112
  msgstr ""
2113
 
2114
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:97
2115
+ #, php-format
2116
  msgid ""
2117
  "Online user tracking in WP Statistics is not enabled, please go to %s and "
2118
  "enable it."
2119
  msgstr ""
2120
 
2121
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:97
2122
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:100
2123
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:103
2124
  msgid "setting page"
2125
  msgstr ""
2126
 
2127
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:100
2128
+ #, php-format
2129
  msgid ""
2130
  "Hit tracking in WP Statistics is not enabled, please go to %s and enable it."
2131
  msgstr ""
2132
 
2133
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:103
2134
+ #, php-format
2135
  msgid ""
2136
  "Visitor tracking in WP Statistics is not enabled, please go to %s and enable "
2137
  "it."
2138
  msgstr ""
2139
 
2140
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:106
2141
+ #, php-format
2142
  msgid ""
2143
  "GeoIP collection is not active, please go to %s and enable this feature."
2144
  msgstr ""
2145
 
2146
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:106
2147
  msgid "Setting page > GeoIP"
2148
  msgstr ""
2149
 
2150
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:168
2151
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:278
2152
  msgid "Settings"
2153
  msgstr ""
2154
 
2155
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:180
2156
  msgid "Click here to visit the plugin on WordPress.org"
2157
  msgstr ""
2158
 
2159
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:180
2160
  msgid "Visit WordPress.org page"
2161
  msgstr ""
2162
 
2163
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:183
2164
  msgid "Click here to rate and review this plugin on WordPress.org"
2165
  msgstr ""
2166
 
2167
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:183
2168
  msgid "Rate this plugin"
2169
  msgstr ""
2170
 
2171
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:192
2172
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:269
2173
  msgid "Hits"
2174
  msgstr ""
2175
 
2176
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:227
2177
  msgid "WP Statistics - Hits"
2178
  msgstr ""
2179
 
2180
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:271
2181
  msgid "Referers"
2182
  msgstr ""
2183
 
2184
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:272
2185
  msgid "Searches"
2186
  msgstr ""
2187
 
2188
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:273
2189
  msgid "Search Words"
2190
  msgstr ""
2191
 
2192
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:277
2193
  msgid "Optimization"
2194
  msgstr ""
2195
 
2196
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:282
2197
  msgid "Manual"
2198
  msgstr ""
2199
 
2200
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:332
2201
  msgid "Today visitor"
2202
  msgstr ""
2203
 
2204
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:338
2205
  msgid "Today visit"
2206
  msgstr ""
2207
 
2208
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:344
2209
  msgid "Yesterday visitor"
2210
  msgstr ""
2211
 
2212
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:356
2213
  msgid "View Stats"
2214
  msgstr ""
2215
 
2216
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:380
2217
  msgid "Download ODF file"
2218
  msgstr ""
2219
 
2220
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:381
2221
  msgid "Download HTML file"
2222
  msgstr ""
2223
 
2224
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:385
2225
  msgid "Manual file not found."
2226
  msgstr ""
2227
 
2228
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:460
2229
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:560
2230
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:593
2231
  msgid "You do not have sufficient permissions to access this page."
2232
  msgstr ""
2233
 
2234
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:471
2235
  msgid "Table plugin does not exist! Please disable and re-enable the plugin."
2236
  msgstr ""
2237
 
2238
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wps-updates.php:34
2239
+ #, php-format
2240
  msgid "Error downloading GeoIP database from: %s - %s"
2241
  msgstr ""
2242
 
2243
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wps-updates.php:45
2244
+ #, php-format
2245
  msgid "Error could not open downloaded GeoIP database for reading: %s"
2246
  msgstr ""
2247
 
2248
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wps-updates.php:52
2249
+ #, php-format
2250
  msgid "Error could not open destination GeoIP database for writing %s"
2251
  msgstr ""
2252
 
2253
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wps-updates.php:68
2254
  msgid "GeoIP Database updated successfully!"
2255
  msgstr ""
2256
 
2257
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wps-updates.php:141
2258
+ #, php-format
2259
  msgid "Error downloading browscap database from: %s - %s"
2260
  msgstr ""
2261
 
2262
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wps-updates.php:229
2263
  msgid "browscap database updated successfully!"
2264
  msgstr ""
2265
 
2266
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wps-updates.php:237
2267
  msgid "browscap already at current version!"
2268
  msgstr ""
 
 
 
 
 
 
 
 
 
languages/wp_statistics-fa_IR.mo CHANGED
Binary file
languages/wp_statistics-fa_IR.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Wordpress Statistics\n"
6
- "POT-Creation-Date: 2014-10-15 01:54+0330\n"
7
- "PO-Revision-Date: 2014-10-15 02:00+0330\n"
8
  "Last-Translator: \n"
9
  "Language-Team: Parsi Wordpress Team <mst404@gmail.com>\n"
10
  "Language: fa_IR\n"
@@ -12,69 +12,69 @@ msgstr ""
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=1; plural=0;\n"
15
- "X-Generator: Poedit 1.6.5\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-KeywordsList: __;_e\n"
18
- "X-Poedit-Basepath: F:\\Programming\\xampp\\htdocs\\cms\\wordpress\\wp-content"
19
- "\\plugins\\wp-statistics\n"
20
- "X-Poedit-SearchPath-0: F:\\Programming\\xampp\\htdocs\\cms\\wordpress\\wp-"
21
- "content\\plugins\\wp-statistics\n"
22
 
23
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/dashboard.php:20
24
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:13
25
  msgid "User(s) Online"
26
  msgstr "کاربر(های) حاضر"
27
 
28
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/dashboard.php:26
29
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:104
30
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/hits.php:74
31
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:19
32
  msgid "Visitor"
33
  msgstr "بازدیدکننده"
34
 
35
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/dashboard.php:27
36
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:104
37
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/hits.php:74
38
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:20
39
  msgid "Visit"
40
  msgstr "بازدید"
41
 
42
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/dashboard.php:31
43
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:24
44
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:69
45
  msgid "Today"
46
  msgstr "امروز"
47
 
48
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/dashboard.php:37
49
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:30
50
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:70
51
  msgid "Yesterday"
52
  msgstr "دیروز"
53
 
54
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/dashboard.php:43
55
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:36
56
  msgid "Week"
57
  msgstr "هفته"
58
 
59
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/dashboard.php:49
60
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:42
61
  msgid "Month"
62
  msgstr "ماه"
63
 
64
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/dashboard.php:55
65
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:48
66
  msgid "Year"
67
  msgstr "سال"
68
 
69
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/dashboard.php:61
70
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:112
71
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/search.php:81
72
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:54
73
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:94
74
  msgid "Total"
75
  msgstr "کل"
76
 
77
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/functions/geoip-populate.php:26
78
  msgid ""
79
  "Unable to load the GeoIP database, make sure you have downloaded it in the "
80
  "settings page."
@@ -82,67 +82,88 @@ msgstr ""
82
  "قادر به بارگزاری پایگاه‌داده GeoIP نیست، مطمئن شوید در برگه‌ی تنظیمات دریافت "
83
  "می‌شود."
84
 
85
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/functions/geoip-populate.php:50
86
  #, php-format
87
  msgid "Updated %s GeoIP records in the visitors database."
88
  msgstr "%s رکورد GeoIP در پایگاه داده به‌روز شد."
89
 
90
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/all-browsers.php:17
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
91
  msgid "Browser Statistics"
92
  msgstr "آمار مرورگرها"
93
 
94
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/all-browsers.php:23
95
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/all-browsers.php:106
96
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/all-browsers.php:240
97
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:74
98
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:35
99
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-search.php:61
100
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-visitor.php:57
101
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:47
102
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:35
103
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-pages.php:19
104
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-pages.php:131
105
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-referring.php:45
106
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/about.php:7
107
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/browsers.php:7
108
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/countries.php:9
109
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/google.map.php:8
110
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/hits.php:7
111
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/jqv.map.php:8
112
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/pages.php:11
113
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/recent.php:7
114
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/referring.php:11
115
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/search.php:7
116
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:7
117
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/words.php:14
118
  msgid "Click to toggle"
119
  msgstr "برای باز و بستن کلیک کنید"
120
 
121
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/all-browsers.php:24
122
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/browsers.php:8
123
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:25
124
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:250
125
  msgid "Browsers"
126
  msgstr "مرورگرها"
127
 
128
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/all-browsers.php:50
129
  msgid "Browsers by type"
130
  msgstr "مرورگرها براساس نوع"
131
 
132
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/all-browsers.php:107
 
133
  msgid "Platform"
134
  msgstr "سَکو"
135
 
136
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/all-browsers.php:133
137
  msgid "Browsers by platform"
138
  msgstr "مرورگرها براساس سَکو"
139
 
140
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/all-browsers.php:241
141
  #, php-format
142
  msgid "%s Version"
143
  msgstr "نسخه %s"
144
 
145
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:8
146
  msgid ""
147
  "Attention: Exclusion are not currently set to be recorded, the results below "
148
  "may not reflect current statistics!"
@@ -150,295 +171,296 @@ msgstr ""
150
  "توجه: در حال حاظر استثنائات برای رکوردها تنظیم نشده‌اند. نتایج زیر ممکن است "
151
  "آمار فعلی را منعکس نکند."
152
 
153
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:54
154
  msgid "Exclusions Statistics"
155
  msgstr "استثنائات آمار"
156
 
157
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:57
158
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:21
159
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:33
160
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:21
161
  msgid "10 Days"
162
  msgstr "10 روز"
163
 
164
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:58
165
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:22
166
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:34
167
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:22
168
  msgid "20 Days"
169
  msgstr "20 روز"
170
 
171
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:59
172
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:23
173
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:35
174
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:23
175
  msgid "30 Days"
176
  msgstr "30 روز"
177
 
178
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:60
179
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:24
180
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:36
181
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:24
182
  msgid "2 Months"
183
  msgstr "2 ماهه"
184
 
185
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:61
186
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:25
187
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:37
188
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:25
189
  msgid "3 Months"
190
  msgstr "3 ماهه"
191
 
192
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:62
193
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:26
194
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:38
195
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:26
196
  msgid "6 Months"
197
  msgstr "6 ماهه"
198
 
199
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:63
200
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:27
201
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:39
202
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:27
203
  msgid "9 Months"
204
  msgstr "9 ماهه"
205
 
206
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:64
207
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:28
208
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:40
209
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:28
210
  msgid "1 Year"
211
  msgstr "1 ساله"
212
 
213
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:68
214
  #, php-format
215
  msgid "Total Exclusions: %s"
216
  msgstr "کل استثنائات %s"
217
 
218
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:75
219
  msgid "Exclusions Statistical Chart"
220
  msgstr "نمودار آمار استثنائات"
221
 
222
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:97
223
  msgid "Excluded hits in the last"
224
  msgstr "بازدید آخرین استثنائات"
225
 
226
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:97
227
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:69
228
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:77
229
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/hits.php:39
230
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/search.php:46
231
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:150
232
  msgid "days"
233
  msgstr "روز"
234
 
235
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:118
236
  msgid "Number of excluded hits"
237
  msgstr "تعداد بازدید استثنائات"
238
 
239
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:17
240
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/hits.php:8
241
  msgid "Hit Statistics"
242
  msgstr "آمار بازدیدها"
243
 
244
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:36
245
  msgid "Hits Statistics Chart"
246
  msgstr "نمودار آمار بازدیدها"
247
 
248
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:69
249
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/hits.php:39
250
  msgid "Hits in the last"
251
  msgstr "آخرین بازدیدها"
252
 
253
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:90
254
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/hits.php:60
255
  msgid "Number of visits and visitors"
256
  msgstr "تعداد بازدید و بازدید کننده"
257
 
258
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-search.php:30
259
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/words.php:16
260
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:36
261
  msgid "Latest Search Words"
262
  msgstr "آخرین کلمات جستجو شده"
263
 
264
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-search.php:62
265
  msgid "Latest Search Word Statistics"
266
  msgstr "آخرین آمار کلمات جستجو شده"
267
 
268
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-search.php:97
269
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-visitor.php:94
270
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/google.map.php:65
271
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/jqv.map.php:59
272
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/recent.php:22
273
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/words.php:25
274
  msgid "#hash#"
275
  msgstr "#hash#"
276
 
277
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-search.php:102
278
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-visitor.php:99
279
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-referring.php:78
280
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/recent.php:27
281
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/words.php:32
282
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:33
283
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:71
284
  msgid "Map"
285
  msgstr "نقشه"
286
 
287
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-search.php:139
288
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-visitor.php:132
289
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-pages.php:181
290
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-referring.php:132
291
  msgid "Page"
292
  msgstr "صفحه"
293
 
294
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-search.php:139
295
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-visitor.php:132
296
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-pages.php:181
297
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-referring.php:132
298
  msgid "From"
299
  msgstr "از"
300
 
301
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-visitor.php:27
302
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/recent.php:9
303
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:38
304
  msgid "Recent Visitors"
305
  msgstr "آخرین بازدیدکنندگان"
306
 
307
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-visitor.php:29
308
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-referring.php:36
309
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:134
310
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:296
311
  msgid "All"
312
  msgstr "همه"
313
 
314
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-visitor.php:59
315
  msgid "Search for"
316
  msgstr "جستجو برای"
317
 
318
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-visitor.php:61
319
  msgid "Recent Visitor Statistics"
320
  msgstr "آخرین آمار بازدیدکنندگان"
321
 
322
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:29
323
  msgid "Page Trend for Post ID"
324
  msgstr "برگه تمایل برای شناسه نوشته‌ها"
325
 
326
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:48
327
  msgid "Page Trend"
328
  msgstr "برگه تمایل"
329
 
330
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:68
331
  msgid "Page Trending Stats"
332
  msgstr "روند بازدید برگه‌ها"
333
 
334
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:89
335
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-pages.php:70
336
  msgid "Number of Hits"
337
  msgstr "تعداد بازدید"
338
 
339
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:17
340
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:36
341
  msgid "Search Engine Referral Statistics"
342
  msgstr "آمار ورودی از موتورهای جستجو"
343
 
344
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:77
345
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/search.php:46
346
  msgid "Search engine referrals in the last"
347
  msgstr "آخرین ورودی‌‌ها از موتورهای جستجوگر"
348
 
349
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:98
350
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/search.php:67
351
  msgid "Number of referrals"
352
  msgstr "تعداد ورودی‌ها"
353
 
354
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-countries.php:19
355
  msgid "Top Countries"
356
  msgstr "برترین کشورها"
357
 
358
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-countries.php:28
359
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/countries.php:17
360
  msgid "Rank"
361
  msgstr "رتبه"
362
 
363
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-countries.php:29
364
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/countries.php:18
365
  msgid "Flag"
366
  msgstr "پرچم"
367
 
368
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-countries.php:30
369
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/countries.php:19
370
  msgid "Country"
371
  msgstr "کشور"
372
 
373
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-countries.php:31
374
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/countries.php:20
375
  msgid "Visitor Count"
376
  msgstr "تعداد بازدیدکننده"
377
 
378
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-pages.php:13
379
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-pages.php:132
380
  msgid "Top Pages"
381
  msgstr "برترین برگه‌ها"
382
 
383
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-pages.php:20
384
  msgid "Top 5 Pages Trends"
385
  msgstr "برترین 5 برگه"
386
 
387
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-pages.php:49
388
  msgid "Top 5 Page Trending Stats"
389
  msgstr "برترین بازدید 5 برگه"
390
 
391
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-pages.php:160
392
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/pages.php:27
393
  msgid "No page title found"
394
  msgstr "عنوان برگه یافت نشد"
395
 
396
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-pages.php:163
397
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/pages.php:30
398
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:100
399
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:105
 
400
  msgid "Visits"
401
  msgstr "بازدیدها"
402
 
403
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-referring.php:4
404
  msgid "To be added soon"
405
  msgstr "به زودی اضافه می شود"
406
 
407
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-referring.php:34
408
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-referring.php:49
409
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/referring.php:13
410
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:26
411
  msgid "Top Referring Sites"
412
  msgstr "برترین ارجاع دهنده‌ها"
413
 
414
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-referring.php:47
415
  msgid "Referring sites from"
416
  msgstr "سایت های ارجاع دهنده از"
417
 
418
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-referring.php:117
419
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/referring.php:19
420
  msgid "References"
421
  msgstr "ارجاع"
422
 
423
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/about.php:8
424
  #, php-format
425
  msgid "About WP Statistics Version %s"
426
  msgstr "درباره آمار وپ نسخه %s"
427
 
428
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/about.php:15
429
  msgid "Website"
430
  msgstr "وب‌سایت"
431
 
432
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/about.php:16
433
  msgid "Rate and Review"
434
  msgstr "رتبه بندی و بازبینی"
435
 
436
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/about.php:20
437
  msgid "More Information"
438
  msgstr "اطلاعات بیشتر"
439
 
440
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/about.php:29
441
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:12
442
  #, php-format
443
  msgid ""
444
  "This product includes GeoLite2 data created by MaxMind, available from %s."
@@ -446,152 +468,132 @@ msgstr ""
446
  "این محصول شامل داده‌های GeoLite2 می‌باشد که توسط MaxMind، ایجاد شده و در %s "
447
  "قابل دسترس می‌باشد."
448
 
449
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/browsers.php:8
450
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/countries.php:11
451
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/hits.php:8
452
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/pages.php:13
453
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/recent.php:9
454
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/referring.php:13
455
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/search.php:8
456
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/words.php:16
457
  msgid "More"
458
  msgstr "بیشتر"
459
 
460
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/browsers.php:38
461
  msgid "Other"
462
  msgstr "دیگر"
463
 
464
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/browsers.php:45
465
  msgid "Top 10 Browsers"
466
  msgstr "10 مرورگر برتر"
467
 
468
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/countries.php:11
469
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:27
470
  msgid "Top 10 Countries"
471
  msgstr "10 کشور برتر"
472
 
473
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/google.map.php:9
474
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/jqv.map.php:9
475
  msgid "Today Visitors Map"
476
  msgstr "بازدیدکنندگان امروز برروی نقشه"
477
 
478
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/pages.php:13
479
  msgid "Top 10 Pages"
480
  msgstr "10 برگه برتر"
481
 
482
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/referring.php:20
483
  msgid "Address"
484
  msgstr "آدرس"
485
 
486
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/search.php:8
487
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:64
488
  msgid "Search Engine Referrals"
489
  msgstr "ورودی‌ موتورهای جستجوگر"
490
 
491
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:8
492
  msgid "Summary"
493
  msgstr "خلاصه"
494
 
495
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:88
496
  msgid "Daily Total"
497
  msgstr "کل روزانه‌ها"
498
 
499
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:102
500
  msgid "Current Time and Date"
501
  msgstr "تاریخ و زمان امروز"
502
 
503
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:102
504
  msgid "(Adjustment)"
505
  msgstr "(تنظیم)"
506
 
507
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:106
508
  #, php-format
509
  msgid "Date: %s"
510
  msgstr "تاریخ: %s"
511
 
512
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:110
513
  #, php-format
514
  msgid "Time: %s"
515
  msgstr "زمان: %s"
516
 
517
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/delete-agents.php:5
518
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/delete-platforms.php:5
519
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/empty.php:5
520
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/export.php:5
521
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/purge-data.php:5
522
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/wps-optimization.php:3
523
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/manual/manual.php:5
524
  msgid "Access denied!"
525
  msgstr "دسترسی غیرمجاز!"
526
 
527
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/delete-agents.php:14
528
  #, php-format
529
  msgid "%s agent data deleted successfully."
530
  msgstr "%s عامل داده ها با موفقیت حذف."
531
 
532
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/delete-agents.php:17
533
  msgid "No agent data found to remove!"
534
  msgstr "داده‌های مرورگر برای حذف شدن یافت نشد!"
535
 
536
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/delete-agents.php:21
537
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/delete-platforms.php:21
538
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/empty.php:42
539
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/export.php:57
540
  msgid "Please select the desired items."
541
  msgstr "لطفا موارد مورد نظر را انتخاب کنید."
542
 
543
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/delete-platforms.php:14
544
  #, php-format
545
  msgid "%s platform data deleted successfully."
546
  msgstr "اطلاعات پلت فرم %s با موفقیت حذف."
547
 
548
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/delete-platforms.php:17
549
  msgid "No platform data found to remove!"
550
  msgstr "سکوی‌های مرورگر برای حذف شدن یافت نشد!"
551
 
552
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/empty.php:53
553
  #, php-format
554
  msgid "%s table data deleted successfully."
555
  msgstr "اطلاعات جدول %s با موفقیت حذف."
556
 
557
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/empty.php:57
558
  #, php-format
559
  msgid "Error, %s not emptied!"
560
  msgstr "خطا! %s خالی نیست!"
561
 
562
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/purge-data.php:17
563
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/purge-data.php:27
564
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/purge-data.php:37
565
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/purge-data.php:47
566
- #, php-format
567
- msgid "%s data older than %s days purged successfully."
568
- msgstr "%s داده های قدیمی تر از روز %s با موفقیت پاکسازی است."
569
-
570
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/purge-data.php:19
571
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/purge-data.php:29
572
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/purge-data.php:39
573
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/purge-data.php:49
574
- #, php-format
575
- msgid "No records found to purge from %s!"
576
- msgstr "هیچ رکورد یافت نشد برای پاکسازی از %s!"
577
-
578
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/purge-data.php:55
579
- msgid "Please select a value over 30 days."
580
- msgstr "لطفاً مقدار بیشتر از 30 روز انتخاب کنید."
581
-
582
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-database.php:5
583
  msgid "Database Setup"
584
  msgstr "راه اندازی پایگاه داده"
585
 
586
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-database.php:10
587
  msgid "Re-run Install"
588
  msgstr "اجرای نصب دوباره"
589
 
590
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-database.php:14
591
  msgid "Install Now!"
592
  msgstr "در حال حاضر نصب!"
593
 
594
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-database.php:15
595
  msgid ""
596
  "If for some reason your installation of WP Statistics is missing the "
597
  "database tables or other core items, this will re-execute the install "
@@ -600,23 +602,23 @@ msgstr ""
600
  "اگر به هر دلیلی خود را نصب وپ آمار جداول پایگاه داده یا موارد دیگر هسته از "
601
  "دست رفته است این فرایند نصب دوباره اجرا خواهد شد."
602
 
603
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-database.php:20
604
  msgid "Database Index"
605
  msgstr "شاخص پایگاه‌داده"
606
 
607
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-database.php:25
608
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-updates.php:21
609
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:252
610
  msgid "Countries"
611
  msgstr "کشورها"
612
 
613
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-database.php:39
614
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-updates.php:25
615
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-updates.php:40
616
  msgid "Update Now!"
617
  msgstr "به‌روز رسانی کن!"
618
 
619
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-database.php:40
620
  msgid ""
621
  "Older installs of WP Statistics allow for duplicate entries in the visitors "
622
  "table in a corner case. Newer installs protect against this with a unique "
@@ -630,14 +632,14 @@ msgstr ""
630
  "باید داده‌های تکراری را پاک کنید. با کلیک برروی \"به روز رسانی\" ابتدا جدول "
631
  "بازدیدکننده‌گان را بررسی و سپس داده‌های تکراری را حذف و فهرست را اضافه می‌کند."
632
 
633
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-database.php:41
634
  msgid ""
635
  "This operation could take a long time on installs with many rows in the "
636
  "visitors table."
637
  msgstr ""
638
  "این عملیات زمان زیادی برای نصب تعدادی ردیف‌ها در جدل بازدیدکنندگان صرف می کند."
639
 
640
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-database.php:46
641
  msgid ""
642
  "Older installs of WP Statistics allow for duplicate entries in the visitors "
643
  "table in a corner case. Newer installs protect against this with a unique "
@@ -647,227 +649,271 @@ msgstr ""
647
  "بازدیدکننده‌‌گان ایجاد می‌شدند. نصب‌های جدیدتر در رابطه با این مورد توسط یک "
648
  "فهرست شاخص محافظت شده‌اند."
649
 
650
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-database.php:47
651
  msgid ""
652
  "Congratulations, your installation is already up to date, nothing to do."
653
  msgstr "تبریک می‌گویم، در حال حاضر نصب شما به‌روز است و مشکلی ندارد."
654
 
655
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-export.php:7
656
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/wps-optimization.php:127
657
  msgid "Export"
658
  msgstr "برون‌بری"
659
 
660
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-export.php:12
661
  msgid "Export from"
662
  msgstr "برون‌بری از"
663
 
664
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-export.php:17
665
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-export.php:35
666
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:128
667
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:169
668
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:193
669
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:303
670
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:333
671
  msgid "Please select"
672
  msgstr "لطفا انتخاب کنید"
673
 
674
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-export.php:24
675
  msgid "Select the table for the output file."
676
  msgstr "جدول مورد نظر برای تهیه فایل خروجی را انتخاب کنید."
677
 
678
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-export.php:30
679
  msgid "Export To"
680
  msgstr "برون‌بری به"
681
 
682
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-export.php:41
683
  msgid "Select the output file type."
684
  msgstr "نوع فایل خروجی را انتخاب کنید."
685
 
686
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-export.php:47
687
  msgid "Include Header Row"
688
  msgstr "شامل بودن سربرگ ردیف"
689
 
690
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-export.php:52
691
  msgid "Include a header row as the first line of the exported file."
692
  msgstr "شامل شدن سربرگ ردیف در خط اول فایل برون‌بری شده."
693
 
694
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-export.php:53
695
  msgid "Start Now!"
696
  msgstr "شروع کن!"
697
 
698
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:10
699
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:36
700
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:62
701
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:90
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
702
  msgid "Are you sure?"
703
  msgstr "آیا مطمئن هستید؟"
704
 
705
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:118
706
  msgid "Data"
707
  msgstr "داده"
708
 
709
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:123
710
  msgid "Empty Table"
711
  msgstr "خالی کردن جدول"
712
 
713
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:136
714
  msgid "All data table will be lost."
715
  msgstr "تمامی دادههای جدول از بین خواهد رفت."
716
 
717
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:137
718
  msgid "Clear now!"
719
  msgstr "پاک کن!"
720
 
721
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:145
722
  msgid "Purge records older than"
723
  msgstr "پاک‌سازی رکوردهای قدیمی‌تر از"
724
 
725
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:151
726
  msgid ""
727
  "Deleted user statistics data older than the selected number of days. "
728
  "Minimum value is 30 days."
729
  msgstr ""
730
  "انتخاب روزهای قبل برای حذف داده‌های آماری کاربری. حداقل مقدار 30 روز است."
731
 
732
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:152
733
  msgid "Purge now!"
734
  msgstr "هم‌اکنون پاک‌سازی کن!"
735
 
736
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:159
737
  msgid "Delete User Agent Types"
738
  msgstr "حذف نوع سیستم عامل کاربر"
739
 
740
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:164
741
  msgid "Delete Agents"
742
  msgstr "حذف سیستم عاملها"
743
 
744
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:179
745
  msgid "All visitor data will be lost for this agent type."
746
  msgstr "تمامی دادههای مرورگر بازدیدکننده از بین خواهد رفت."
747
 
748
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:180
749
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:204
750
  msgid "Delete now!"
751
  msgstr "پاک کن!"
752
 
753
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:188
754
  msgid "Delete Platforms"
755
  msgstr "حذف سَکوها"
756
 
757
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:203
758
  msgid "All visitor data will be lost for this platform type."
759
  msgstr "تمامی دادههای سَکوی بازدیدکننده از بین خواهد رفت."
760
 
761
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:17
762
  msgid "Resources"
763
  msgstr "منابع"
764
 
765
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:22
766
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:27
767
  msgid "Memory usage in PHP"
768
  msgstr "حافظه استفاده شده در پی‌اچ‌پی"
769
 
770
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:26
 
771
  msgid "Byte"
772
  msgstr "بایت"
773
 
774
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:33
 
 
 
 
 
 
 
 
775
  msgid "PHP Memory Limit"
776
  msgstr "PHP Memory Limit"
777
 
778
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:38
779
  msgid "The memory limit a script is allowed to consume, set in php.ini."
780
  msgstr "تنظیم محدودیت حافظه برای اسکریپت در php.ini قرار دارد."
781
 
782
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:44
783
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:55
784
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:66
785
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:77
786
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:88
787
  #, php-format
788
  msgid "Number of rows in the %s table"
789
  msgstr "تعداد ردیفها در جدول %s"
790
 
791
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:48
792
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:59
793
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:70
794
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:81
795
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:92
796
  msgid "Row"
797
  msgstr "ردیف"
798
 
799
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:49
800
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:60
801
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:71
802
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:82
803
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:93
804
  msgid "Number of rows"
805
  msgstr "تعداد ردیف‌های موجود"
806
 
807
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:98
808
  msgid "Version Info"
809
  msgstr "اطلاعات نگارش"
810
 
811
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:103
812
  msgid "WP Statistics Version"
813
  msgstr "نگارش افزونه آماره"
814
 
815
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:108
816
  msgid "The WP Statistics version you are running."
817
  msgstr "نگارش افزونه آماره در حال اجرای شما."
818
 
819
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:114
820
  msgid "PHP Version"
821
  msgstr "نگارش PHP"
822
 
823
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:119
824
  msgid "The PHP version you are running."
825
  msgstr "نگارش PHP در حال اجرای شما."
826
 
827
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:125
828
  msgid "PHP Safe Mode"
829
  msgstr "حالت ایمن PHP"
830
 
831
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:130
832
  msgid "Is PHP Safe Mode active. The GeoIP code is not supported in Safe Mode."
833
  msgstr "حالت ایمنی PHP فعال است. کدهای GeoIP در حالت امن پشتیبانی نمی‌شوند."
834
 
835
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:136
836
  msgid "jQuery Version"
837
  msgstr "نگارش جی‌کوئری"
838
 
839
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:141
840
  msgid "The jQuery version you are running."
841
  msgstr "نگارش جی‌کوئری در حال اجرای شما."
842
 
843
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:147
844
  msgid "cURL Version"
845
  msgstr "نسخه cURL"
846
 
847
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:151
848
  msgid "cURL not installed"
849
  msgstr "cURL نصب نیست"
850
 
851
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:152
852
  msgid ""
853
  "The PHP cURL Extension version you are running. cURL is required for the "
854
  "GeoIP code, if it is not installed GeoIP will be disabled."
855
  msgstr ""
856
  "ماژول cURL در PHP شما در حال اجراست. اگر نصب نیست GeoIP غیرفعال خواهد شد."
857
 
858
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:158
859
  msgid "BC Math"
860
  msgstr "BC Math"
861
 
862
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:162
863
  msgid "Installed"
864
  msgstr "نصب شده"
865
 
866
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:162
867
  msgid "Not installed"
868
  msgstr "نصب نشده"
869
 
870
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:163
871
  msgid ""
872
  "If the PHP BC Math Extension is installed. BC Math is no longer required "
873
  "for the GeoIP code and is listed here only for historical reasons."
@@ -875,73 +921,93 @@ msgstr ""
875
  "اگر قادر به نصب پسوند پی اچ پی ریاضی سال قبل از میلاد است. ریاضی سال قبل از "
876
  "میلاد دیگر برای کد GeoIP لازم است و تنها به دلایل تاریخی ذکر شده است."
877
 
878
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:168
879
  msgid "File Info"
880
  msgstr "اطلاعات فایل"
881
 
882
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:173
883
  msgid "GeoIP Database"
884
  msgstr "GeoIP پایگاه داده"
885
 
886
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:182
887
  msgid "Database file does not exist."
888
  msgstr "فایل پایگاه‌داده وجود ندارد."
889
 
890
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:184
891
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:203
892
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:222
893
  msgid ", created on "
894
  msgstr "، در ایجاد "
895
 
896
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:186
897
  msgid "The file size and date of the GeoIP database."
898
  msgstr "اندازه فایل و تاریخ از GeoIP پایگاه داده."
899
 
900
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:192
901
  msgid "browscap.ini File"
902
  msgstr "browscap.ini فایل"
903
 
904
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:201
905
  msgid "browscap.ini file does not exist."
906
  msgstr "فایل browscap.ini وجود ندارد."
907
 
908
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:205
909
  msgid "The file size and date of the browscap.ini file."
910
  msgstr "اندازه فایل و تاریخ فایل browscap.ini."
911
 
912
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:211
913
  msgid "browscap Cache File"
914
  msgstr "browscap فایل حافظه پنهان"
915
 
916
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:220
917
  msgid "browscap cache file does not exist."
918
  msgstr "پرونده حافظه پنهان در browscap وجود ندارد."
919
 
920
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:224
921
  msgid "The file size and date of the browscap cache file."
922
  msgstr "اندازه فایل و تاریخ فایل حافظه پنهان browscap."
923
 
924
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:229
925
  msgid "Client Info"
926
  msgstr "اطلاعات کاربر"
927
 
928
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:234
929
  msgid "Client IP"
930
  msgstr "آی‌پی کاربر"
931
 
932
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:239
933
  msgid "The client IP address."
934
  msgstr "آدرس آی‌پی کاربر."
935
 
936
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:245
937
  msgid "User Agent"
938
  msgstr "عامل کاربر"
939
 
940
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:250
941
  msgid "The client user agent string."
942
  msgstr "رشته‌ی عامل کاربری"
943
 
944
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-updates.php:4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
945
  msgid ""
946
  "This will replace all IP addresses in the database with hash values and "
947
  "cannot be undo, are you sure?"
@@ -949,27 +1015,27 @@ msgstr ""
949
  "همه آدرس‌های آی‌پی در پایگاه‌داده با مقادیر هش جایگزین می‌شود و قابل برگشت نیست، "
950
  "آیا مطمئن هستید؟"
951
 
952
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-updates.php:16
953
  msgid "GeoIP Options"
954
  msgstr "تنظیمات GeoIP"
955
 
956
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-updates.php:26
957
  msgid ""
958
  "Updates any unknown location data in the database, this may take a while"
959
  msgstr ""
960
  "دریافت به‌روز رسانی برای موقعیت وکشورها، ممکن است انجام این عمل کمی طول بکشد."
961
 
962
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-updates.php:31
963
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:56
964
  msgid "IP Addresses"
965
  msgstr "آدرس آی‌پی"
966
 
967
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-updates.php:36
968
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:61
969
  msgid "Hash IP Addresses"
970
  msgstr "هش‌کردن آدرس آی‌پی"
971
 
972
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-updates.php:41
973
  msgid ""
974
  "Replace IP addresses in the database with hash values, you will not be able "
975
  "to recover the IP addresses in the future to populate location information "
@@ -978,95 +1044,100 @@ msgstr ""
978
  "جایگزین کردن مقادیر هش به جای آدرس آی‌پی در پایگاه‌داده، شما در آینده "
979
  "نمی‌توانید آدرس‌های آی‌پی را بازیابی کنید و ممکن است کمی طول بکشد."
980
 
981
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/wps-optimization.php:43
982
  msgid "IP Addresses replaced with hash values."
983
  msgstr "آدرس آی‌پی با مقادیر خش جایگزینه می‌شود."
984
 
985
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/wps-optimization.php:51
986
  msgid "Install routine complete."
987
  msgstr "روال کامل نصب کنید."
988
 
989
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/wps-optimization.php:126
990
  msgid "Resources/Information"
991
  msgstr "منابع/اطلاعات"
992
 
993
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/wps-optimization.php:128
994
  msgid "Purging"
995
  msgstr "پاک‌سازی"
996
 
997
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/wps-optimization.php:129
998
  msgid "Database"
999
  msgstr "پایگاه‌داده"
1000
 
1001
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/wps-optimization.php:130
1002
  msgid "Updates"
1003
  msgstr "به‌روز رسانی‌ها"
1004
 
1005
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:8
 
 
 
 
1006
  #, php-format
1007
  msgid "WP Statistics V%s"
1008
  msgstr "آماره وردپرس نگارش %s"
1009
 
1010
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:20
1011
  msgid "Visit Us Online"
1012
  msgstr "مشاهده ما"
1013
 
1014
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:24
1015
  #, php-format
1016
  msgid ""
1017
  "Come visit our great new %s and keep up to date on the latest news about WP "
1018
  "Statistics."
1019
  msgstr ""
1020
- "ببینید ما %s جدید بزرگ و نگه دارید تا تاریخ در آخرین اخبار در مورد وپ آمار "
1021
- "آمده است."
1022
 
1023
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:24
1024
  msgid "website"
1025
  msgstr "وب سایت"
1026
 
1027
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:28
1028
  msgid "Rate and Review at WordPress.org"
1029
  msgstr "امتیاز و بررسی در Wordpress.org"
1030
 
1031
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:32
1032
  msgid "Thanks for installing WP Statistics, we encourage you to submit a "
1033
  msgstr "با تشکر از شما بابت نصب افزونه آماره وردپرس، توصیه می‌کنیم به"
1034
 
1035
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:32
1036
  msgid "rating and review"
1037
  msgstr "رتبه بندی و بازبینی"
1038
 
1039
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:32
1040
  msgid "over at WordPress.org. Your feedback is greatly appreciated!"
1041
  msgstr "سر بزنید. نقطه نظرات شما قابل قدردانیست!"
1042
 
1043
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:36
1044
  msgid "Translations"
1045
  msgstr "ترجمه‌ها"
1046
 
1047
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:40
1048
  #, php-format
1049
  msgid ""
1050
  "WP Statistics supports internationalization and we encourage our users to "
1051
  "submit translations, please visit our %s to see the current status and %s if "
1052
  "you would like to help."
1053
  msgstr ""
1054
- "وپ آمار بین المللی حمایت می کند و ما را تشویق کاربران به ارائه ترجمه, اگر "
1055
- "شما می خواهم برای کمک به ما %s برای دیدن وضعیت فعلی و %s مراجعه کنید."
 
1056
 
1057
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:40
1058
  msgid "translation collaboration site"
1059
- msgstr "ترجمه سایت همکاری"
1060
 
1061
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:40
1062
  msgid "drop us a line"
1063
- msgstr "ما افت خط"
1064
 
1065
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:44
1066
  msgid "Support"
1067
  msgstr "پشتیبانی"
1068
 
1069
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:49
1070
  msgid ""
1071
  "We're sorry you're having problem with WP Statistics and we're happy to help "
1072
  "out. Here are a few things to do before contacting us:"
@@ -1074,58 +1145,62 @@ msgstr ""
1074
  "اگر با آماره وردپرس مشکل دارید، ما متأسفیم و خوشحال می‌شویم شما را کمک کنیم. "
1075
  "می‌توانید از بخش‌های زیر اقدام کنید:"
1076
 
1077
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:52
1078
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:53
1079
  #, php-format
1080
  msgid "Have you read the %s?"
1081
  msgstr "شما باید %s را بخوانید؟"
1082
 
1083
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:52
1084
  msgid "FAQs"
1085
  msgstr "سوالات متداول"
1086
 
1087
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:53
1088
  msgid "manual"
1089
  msgstr "کتابچه راهنمای کاربر"
1090
 
1091
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:54
1092
  #, php-format
1093
  msgid "Have you search the %s for a similar issue?"
1094
  msgstr "جستجو در %s برای موضوع مشابه دارید؟"
1095
 
1096
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:54
1097
  msgid "support forum"
1098
  msgstr "انجمن پشتیبانی"
1099
 
1100
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:55
1101
  msgid "Have you search the Internet for any error messages you are receiving?"
1102
  msgstr "آیا برای هر خطا در اینترنت جستجو کرده‌اید؟"
1103
 
1104
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:58
 
 
 
 
1105
  msgid "And a few things to double-check:"
1106
  msgstr "و به چند نکته دقت کنید:"
1107
 
1108
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:61
1109
  msgid "How's your memory_limit in php.ini?"
1110
  msgstr "مقدار memory_limit در php.ini را بررسی کرده‌اید؟"
1111
 
1112
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:62
1113
  msgid "Have you tried disabling any other plugins you may have installed?"
1114
  msgstr "سعی کردید افزونه‌های نصب شده دیگر را غیرفعال کنید؟"
1115
 
1116
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:63
1117
  msgid "Have you tried using the default WordPress theme?"
1118
  msgstr "سعی کردید پوسته پیش‌فرض وردپرس را استفاده کنید؟"
1119
 
1120
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:64
1121
  msgid "Have you double checked the plugin settings?"
1122
  msgstr "آیا تنظیمات افزونه را مجدد بررسی کرده‌اید؟"
1123
 
1124
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:65
1125
  msgid "Do you have all the required PHP extensions installed?"
1126
  msgstr "آیا الزامات مربوط به اکستنشن‌های PHP را نصب کرده‌اید؟"
1127
 
1128
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:66
1129
  msgid ""
1130
  "Are you getting a blank or incomplete page displayed in your browser? Did "
1131
  "you view the source for the page and check for any fatal errors?"
@@ -1133,56 +1208,58 @@ msgstr ""
1133
  "آیا یک صفحه خالی یا یک صفحه ناقص در مروگر شما مشاهده می‌شود؟ آیا سورس صفحه را "
1134
  "مشاهده و خطای رخ داده را بررسی کرده‌اید؟"
1135
 
1136
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:67
1137
  msgid "Have you checked your PHP and web server error logs?"
1138
- msgstr "آقا PHP و گزارش‌ خطاهای سرور وب خود را بررسی کرده‌اید؟"
1139
 
1140
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:70
1141
  msgid "Still not having any luck?"
1142
  msgstr "با این حال، شانشی برایتان نیست؟"
1143
 
1144
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:70
1145
  #, php-format
1146
  msgid ""
1147
  "Then please open a new thread on the %s and we'll respond as soon as "
1148
  "possible."
1149
- msgstr "سپس لطفا یک تاپیک جدید در %s را باز کنید و ما اسرع پاسخ دهد."
 
 
1150
 
1151
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:70
1152
  msgid "WordPress.org support forum"
1153
  msgstr "انجمن پشتیبانی WordPress.org"
1154
 
1155
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:74
1156
  #, php-format
1157
  msgid "Alternatively %s support is available as well."
1158
  msgstr "انجمن پشتیبانی %s ما، راه دیگری است که همیشه در دسترس است."
1159
 
1160
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:74
1161
  msgid "Farsi"
1162
  msgstr "فارسی"
1163
 
1164
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:33
1165
  msgid "Access Levels"
1166
  msgstr "سطح دسترسی"
1167
 
1168
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:62
1169
  msgid "Required user level to view WP Statistics"
1170
  msgstr "سطح کاربری مورد نیاز برای مشاهده آمارگیر وردپرس"
1171
 
1172
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:77
1173
  msgid "Required user level to manage WP Statistics"
1174
  msgstr "سطح کاربری مورد نیاز برای مدیریت آمارگیر وردپرس"
1175
 
1176
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:85
1177
  #, php-format
1178
  msgid "See the %s for details on capability levels."
1179
  msgstr "مشاهده جزئیات %s سطح توانایی."
1180
 
1181
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:85
1182
  msgid "WordPress Roles and Capabilities page"
1183
  msgstr "صفحه وردپرس نقش و توانایی"
1184
 
1185
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:86
1186
  msgid ""
1187
  "Hint: manage_network = Super Admin Network, manage_options = Administrator, "
1188
  "edit_others_posts = Editor, publish_posts = Author, edit_posts = "
@@ -1191,7 +1268,7 @@ msgstr ""
1191
  "نکته: manage_network = مدیر شبکه، manage_options = مدیر، edit_others_posts = "
1192
  "ویرایشگر، publish_posts = نویسنده، edit_posts = مشارکت‌کننده، read = همه."
1193
 
1194
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:87
1195
  msgid ""
1196
  "Each of the above casscades the rights upwards in the default WordPress "
1197
  "configuration. So for example selecting publish_posts grants the right to "
@@ -1200,7 +1277,7 @@ msgstr ""
1200
  "هریک از موارد به‌صورت پیش‌فرض در وردپرس تعریف شده‌اند. به‌عنوان مثال با انتخاب "
1201
  "publish_posts به نویسنده‌گاه، ویرایشگر‌ها، مدیر و مدیرکلی دسترسی اعطا می‌گردد."
1202
 
1203
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:88
1204
  #, php-format
1205
  msgid ""
1206
  "If you need a more robust solution to delegate access you might want to look "
@@ -1209,21 +1286,21 @@ msgstr ""
1209
  "اگر نیاز به راه‌حل‌های بیشتری در رابطه با نقش‌های کاربری وردپرس داشتید، نگاهی "
1210
  "به افزونه %s بیندازید."
1211
 
1212
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:93
1213
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:255
1214
  msgid "Exclusions"
1215
  msgstr "استثنائات"
1216
 
1217
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:97
1218
  msgid "Record exclusions"
1219
  msgstr "رکوردهای استثناء"
1220
 
1221
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:99
1222
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:151
1223
  msgid "Enable"
1224
  msgstr "فعال"
1225
 
1226
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:100
1227
  msgid ""
1228
  "This will record all the excluded hits in a separate table with the reasons "
1229
  "why it was excluded but no other information. This will generate a lot of "
@@ -1234,30 +1311,30 @@ msgstr ""
1234
  "جدول دیگر. می‌تواند مقدار زیادی داده تولید شود، درعوض مفید خواهد بود و "
1235
  "می‌توانید آمار دقیق بازدید و بازدیدکننده‌تان را به دست آورید."
1236
 
1237
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:105
1238
  msgid "Exclude User Roles"
1239
  msgstr "محروم‌کردن نقش‌های کاربری"
1240
 
1241
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:119
1242
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:174
1243
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:181
1244
  msgid "Exclude"
1245
  msgstr "محروم"
1246
 
1247
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:120
1248
  #, php-format
1249
  msgid "Exclude %s role from data collection."
1250
  msgstr "محروم کردن نقش کاربری %s از محاسبه در آمار"
1251
 
1252
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:126
1253
  msgid "IP/Robot Exclusions"
1254
  msgstr "محرومیت‌های آی‌پی/ربات"
1255
 
1256
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:130
1257
  msgid "Robot list"
1258
  msgstr "لیست روبات‌ها"
1259
 
1260
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:143
1261
  msgid ""
1262
  "A list of words (one per line) to match against to detect robots. Entries "
1263
  "must be at least 4 characters long or they will be ignored."
@@ -1265,15 +1342,15 @@ msgstr ""
1265
  "یک لیست از کلمات برای مقایسه و شناسایی ربات‌ها (در هر خط یک کلمه وارد شود). "
1266
  "ورودی‌ها باید حداقل دارای 4 کارکتر باشد."
1267
 
1268
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:144
1269
  msgid "Reset to Default"
1270
  msgstr "بازگشت به حالت پیش‌فرض"
1271
 
1272
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:149
1273
  msgid "Force robot list update after upgrades"
1274
  msgstr "به‌روز رسانی لیست روبات‌ها پس از ارتقاء"
1275
 
1276
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:152
1277
  msgid ""
1278
  "Force the robot list to be reset to the default after an update to WP "
1279
  "Statistics takes place. Note if this option is enabled any custom robots "
@@ -1282,11 +1359,11 @@ msgstr ""
1282
  "لیست روبات‌ها بعد از به‌روز رسانی ریست می‌شود. توجه داشته باشید اگر این گزینه "
1283
  "فعال باشد لیست سفارشی شما از دست خواهد رفت."
1284
 
1285
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:157
1286
  msgid "Excluded IP address list"
1287
  msgstr "لیست آدرس آی‌پی‌های محروم"
1288
 
1289
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:160
1290
  msgid ""
1291
  "A list of IP addresses and subnet masks (one per line) to exclude from "
1292
  "statistics collection (both 192.168.0.0/24 and 192.168.0.0/255.255.255.0 "
@@ -1297,105 +1374,105 @@ msgstr ""
1297
  "آمارگیر (هردو فرمت 192.168.0.0/24 و 192.168.0.0/255.255.255.0 قابل قبول). "
1298
  "برای مشخص کردن تنها یک آدرس آی‌پی نیازی نیست Subnet Mask را اضافه کنید."
1299
 
1300
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:161
1301
  msgid "Add 10.0.0.0"
1302
  msgstr "افزودن 10.0.0.0"
1303
 
1304
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:162
1305
  msgid "Add 172.16.0.0"
1306
  msgstr "افزودن 172.16.0.0"
1307
 
1308
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:163
1309
  msgid "Add 192.168.0.0"
1310
  msgstr "افزودن 192.168.0.0"
1311
 
1312
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:168
1313
  msgid "Site URL Exclusions"
1314
  msgstr "استثنائات آدرس"
1315
 
1316
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:172
1317
  msgid "Excluded login page"
1318
  msgstr "استثنائات برگه‌ی ورود"
1319
 
1320
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:175
1321
  msgid "Exclude the login page for registering as a hit."
1322
  msgstr "نادیده گرفتن برگه‌ی ورود برای نام‌نویسی به‌عنوان محاسبه در آمار"
1323
 
1324
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:179
1325
  msgid "Excluded admin pages"
1326
  msgstr "استثنائات برگه‌های مدیریت"
1327
 
1328
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:182
1329
  msgid "Exclude the admin pages for registering as a hit."
1330
  msgstr "نادیده گرفتن برگه‌های مدیریت برای نام‌نویسی به‌عنوان محاسبه در آمار"
1331
 
1332
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-browscap.php:17
1333
  msgid "browscap settings"
1334
  msgstr "تنظیمات browscap"
1335
 
1336
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-browscap.php:22
1337
  msgid "browscap usage"
1338
  msgstr "استفاده از browscap"
1339
 
1340
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-browscap.php:27
1341
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-browscap.php:51
1342
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:66
1343
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:82
1344
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:110
1345
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:126
1346
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:138
1347
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:165
1348
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:177
1349
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:189
1350
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:219
1351
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:231
1352
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:274
1353
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:290
1354
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:37
1355
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:61
1356
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:94
1357
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-maintenance.php:40
1358
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:105
1359
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:117
1360
  msgid "Active"
1361
  msgstr "فعال"
1362
 
1363
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-browscap.php:28
1364
  msgid "The browscap database will be downloaded and used to detect robots."
1365
  msgstr "پایگاه داده browscap را دانلود و استفاده برای شناسایی ربات."
1366
 
1367
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-browscap.php:34
1368
  msgid "Update browscap Info"
1369
  msgstr "Browscap به روز رسانی اطلاعات"
1370
 
1371
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-browscap.php:39
1372
  msgid "Download browscap Database"
1373
  msgstr "دانلود browscap پایگاه داده"
1374
 
1375
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-browscap.php:40
1376
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:50
1377
  msgid "Save changes on this page to download the update."
1378
  msgstr "ذخیره‌ی تغییرات در این برگه و دریافت به‌روز رسانی"
1379
 
1380
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-browscap.php:46
1381
  msgid "Schedule weekly update of browscap DB"
1382
  msgstr "برنامه به روز رسانی هفتگی browscap دسی بل"
1383
 
1384
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-browscap.php:54
1385
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:64
1386
  msgid "Next update will be"
1387
  msgstr "به‌روز رسانی بعدی خواهد بود"
1388
 
1389
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-browscap.php:69
1390
  msgid "Download of the browscap database will be scheduled for once a week."
1391
  msgstr ""
1392
  "دانلود بانک اطلاعاتی browscap برای یک بار در هفته طوری زمانبندی خواهد شد."
1393
 
1394
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:40
1395
  msgid "This will delete the manual when you save the settings, are you sure?"
1396
  msgstr "پس از ذخیره‌ی صفحه، فایل راهنما حذف خواهد شد، آیا مطمئن هستید؟"
1397
 
1398
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:67
1399
  msgid ""
1400
  "This feature will not store IP addresses in the database but instead used a "
1401
  "unique hash. The \"Store entire user agent string\" setting will be "
@@ -1407,99 +1484,93 @@ msgstr ""
1407
  "گزینه انتخاب شود. شما قادر خواهید بود برای بازیابی آدرس IP در آینده برای "
1408
  "بازیابی اطلاعات مکان اگر این فعال شده است."
1409
 
1410
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:72
1411
  msgid "Users Online"
1412
  msgstr "کاربران حاضر"
1413
 
1414
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:77
1415
  msgid "User online"
1416
  msgstr "کاربران حاضر"
1417
 
1418
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:83
1419
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:111
1420
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:127
1421
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:166
1422
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:178
1423
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:190
1424
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:291
1425
  msgid "Enable or disable this feature"
1426
  msgstr "فعال یا غیرفعال کردن این امکان"
1427
 
1428
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:89
1429
  msgid "Check for online users every"
1430
  msgstr "زمان بررسی برای محاسبه کاربران آنلاین هر"
1431
 
1432
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:94
1433
  msgid "Second"
1434
  msgstr "ثانیه"
1435
 
1436
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:95
1437
  #, php-format
1438
  msgid "Time for the check accurate online user in the site. Now: %s Second"
1439
  msgstr "زمان برای بررسی دقیق کاربران حاضر در سایت. فعلا %s ثانیه است"
1440
 
1441
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:116
1442
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:121
1443
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:259
1444
- msgid "Visitors"
1445
- msgstr "بازدیدکننده‌گان"
1446
-
1447
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:133
1448
  msgid "Store entire user agent string"
1449
  msgstr "ذخیره تمامی مرورگرهای کاربر"
1450
 
1451
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:139
1452
  msgid "Only enabled for debugging"
1453
  msgstr "فعال فقط برای اشکال زدایی"
1454
 
1455
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:145
1456
  msgid "Coefficient per visitor"
1457
  msgstr "ضریب محاسبه هر بازدیدکننده"
1458
 
1459
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:150
1460
  #, php-format
1461
  msgid "For each visit to account for several hits. Currently %s."
1462
  msgstr "ضریب محاسبه هر بازدید کننده را در آمار مشخص می‌کند. درحال حاضر %s است."
1463
 
1464
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:155
1465
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:160
1466
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:260
1467
  msgid "Pages"
1468
  msgstr "برگه‌ها"
1469
 
1470
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:172
1471
  msgid "Track all pages"
1472
  msgstr "رهگیری همه برگه‌ها"
1473
 
1474
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:184
1475
  msgid "Disable hits column in post/pages list"
1476
  msgstr "غیرفعال کردن ستون بازدید در لیست برگه/نوشته(ها)"
1477
 
1478
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:195
1479
  msgid "Miscellaneous"
1480
  msgstr "متفرقه"
1481
 
1482
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:200
1483
  msgid "Show stats in menu bar"
1484
  msgstr "نمایش آمار در منوبار"
1485
 
1486
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:205
1487
  msgid "No"
1488
  msgstr "خیر"
1489
 
1490
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:206
1491
  msgid "Yes"
1492
  msgstr "بله"
1493
 
1494
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:208
1495
  msgid "Show stats in admin menu bar"
1496
  msgstr "نمایش آمار در منوبار مدیریت"
1497
 
1498
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:214
1499
  msgid "Hide admin notices about non active features"
1500
  msgstr "غیرفعال شدن اطلاعیه‌های مدیریت درمورد فعال بودن امکانات"
1501
 
1502
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:220
1503
  msgid ""
1504
  "By default WP Statistics displays an alert if any of the core features are "
1505
  "disabled on every admin page, this option will disable these notices."
@@ -1507,11 +1578,11 @@ msgstr ""
1507
  "به‌طور پیش‌فرض آماره‌وردپرس امکاناتی که در افزونه غیرفعال باشد را به صورت اخطار "
1508
  "در برگه‌های مدیریت نمایان می‌کند، این گزینه این ویژگی را غیرفعال می‌کند."
1509
 
1510
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:226
1511
  msgid "Delete the manual"
1512
  msgstr "حذف فایل راهنما"
1513
 
1514
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:232
1515
  msgid ""
1516
  "By default WP Statistics stores the admin manual in the plugin directory (~5 "
1517
  "meg), if this option is enabled it will be deleted now and during upgrades "
@@ -1521,11 +1592,11 @@ msgstr ""
1521
  "5 مگابایت) می‌باشد. اگر این گزینه فعال باشد هم‌اکنون پاک خواهد شد و در زمان "
1522
  "ارتقاء نیز حذف می‌شود."
1523
 
1524
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:237
1525
  msgid "Search Enginges"
1526
  msgstr "موتورهای جستجوگر"
1527
 
1528
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:242
1529
  msgid ""
1530
  "Disabling all search engines is not allowed, doing so will result in all "
1531
  "search engines being active."
@@ -1533,152 +1604,143 @@ msgstr ""
1533
  "از کار انداختن موتورهای جستجویی که نیازی به آنها نیست، این عمل در نتیجه کل "
1534
  "موتورهای جستجو تأثیر می‌گذارد."
1535
 
1536
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:257
1537
  msgid "disable"
1538
  msgstr "غیرفعال"
1539
 
1540
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:258
1541
  #, php-format
1542
  msgid "Disable %s from data collection and reporting."
1543
  msgstr "غیرفعال کردن %s از جمع آوری داده‌ها و گزارش."
1544
 
1545
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:264
1546
  msgid "Charts"
1547
  msgstr "نمودار"
1548
 
1549
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:269
1550
  msgid "Include totals"
1551
  msgstr "جمع کل"
1552
 
1553
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:275
1554
  msgid ""
1555
  "Add a total line to charts with multiple values, like the search engine "
1556
  "referrals"
1557
  msgstr "اضافه شدن جمع کل به نمودار آمار ورودی از موتورهای جستجو"
1558
 
1559
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:280
1560
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:285
1561
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/schedule.php:161
1562
  msgid "Statistical reporting"
1563
  msgstr "گزارش آماری"
1564
 
1565
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:298
1566
  msgid "Schedule"
1567
  msgstr "زمان‌بندی"
1568
 
1569
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:322
1570
  msgid "Select when receiving statistics report."
1571
  msgstr "زمان دریافت گزارش آماری را انتخاب کنید."
1572
 
1573
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:328
1574
  msgid "Send reports via"
1575
  msgstr "ارسال از طریق"
1576
 
1577
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:334
1578
  msgid "Email"
1579
  msgstr "پست الکترونیک"
1580
 
1581
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:335
1582
  msgid "SMS"
1583
  msgstr "پیامک"
1584
 
1585
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:337
1586
  msgid "Type Select Get Status Report."
1587
  msgstr "نوع دریافت گزارش آماری را انتخاب کنید."
1588
 
1589
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:340
1590
  #, php-format
1591
  msgid "Note: To send SMS text messages please install the %s plugin."
1592
  msgstr "توجه: برای ارسال اس ام اس متن پیام لطفا پلاگین %s نصب کنید."
1593
 
1594
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:340
1595
  msgid "WordPress SMS"
1596
  msgstr "اس ام اس وردپرس"
1597
 
1598
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:347
1599
  msgid "E-mail addresses"
1600
  msgstr "آدرس‌های پست‌الکترونیک"
1601
 
1602
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:352
1603
  msgid ""
1604
  "A comma separated list of e-mail addresses to send the reports to if e-mail "
1605
  "is selected above."
1606
  msgstr "آدرس‌های پست‌الکترونیک را با ویرگول لاتین از هم جدا کنید."
1607
 
1608
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:358
1609
  msgid "Report body"
1610
  msgstr "متن بدنه گزارش"
1611
 
1612
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:363
1613
  msgid "Enter the contents of the reports received."
1614
  msgstr "محتوای دریافت گزارش را وارد کنید."
1615
 
1616
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:365
1617
  msgid ""
1618
  "Any shortcode supported by your installation of WordPress, include all "
1619
  "shortcodes for WP Statistics (see the admin manual for a list of codes "
1620
- "available) are supported in the body of the message."
1621
  msgstr ""
1622
  "هر کدکوتاهی توسط وردپرس شما پشتیبانی میشود. کدهای کوتاه در افزونه آمار (لیست "
1623
- "کدها در راهنمای کاربری موجود است) در بدنه‌ی متن پشتیبانی می‌شوند."
 
1624
 
1625
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:368
1626
- msgid ""
1627
- "Input data codes are now deprecated and will be removed in a future version "
1628
- "of WP Statistics, please use the appropriate shortcodes, they are included "
1629
- "here only for historical purposes:"
1630
- msgstr ""
1631
- "در حال حاضر داده‌های آماری توصیه نمی‌شوند و این قابلیت در آینده از آمار وردپرس "
1632
- "حذف خواهد شد، لطفاً از کدهای مناسب‌تر استفاده کنید. آنها در این قسمت برای "
1633
- "اهدافی مشخص شده‌اند:"
1634
-
1635
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:369
1636
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:38
1637
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:247
1638
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:311
1639
  msgid "User Online"
1640
  msgstr "کاربران حاضر"
1641
 
1642
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:370
1643
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:52
1644
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:253
1645
  msgid "Today Visitor"
1646
  msgstr "بازدیدکننده امروز"
1647
 
1648
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:371
1649
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:45
1650
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:250
1651
  msgid "Today Visit"
1652
  msgstr "بازدید امروز"
1653
 
1654
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:372
1655
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:66
1656
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:259
1657
  msgid "Yesterday Visitor"
1658
  msgstr "بازدید کننده دیروز"
1659
 
1660
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:373
1661
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:59
1662
  msgid "Yesterday Visit"
1663
  msgstr "بازدید دیروز"
1664
 
1665
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:374
1666
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:101
1667
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:274
1668
  msgid "Total Visitor"
1669
  msgstr "کل بازدیدکننده‌گان"
1670
 
1671
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:375
1672
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:94
1673
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:271
1674
  msgid "Total Visit"
1675
  msgstr "کل بازدیدها"
1676
 
1677
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:17
1678
  msgid "GeoIP settings"
1679
  msgstr "تنظیمات GeoIP"
1680
 
1681
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:22
1682
  #, php-format
1683
  msgid ""
1684
  "IP location services provided by GeoLite2 data created by MaxMind, available "
@@ -1687,11 +1749,11 @@ msgstr ""
1687
  "سرویس ارائه‌دهنده مکان‌نمای IP با GeoLite2 ایجاد شده و توسط MaxMind ساخته شده "
1688
  "است و در %s قابل دسترس است."
1689
 
1690
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:32
1691
  msgid "GeoIP collection"
1692
  msgstr "مجموعه GeoIP"
1693
 
1694
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:38
1695
  msgid ""
1696
  "For get more information and location (country) from visitor, enable this "
1697
  "feature."
@@ -1699,25 +1761,25 @@ msgstr ""
1699
  "برای دریافت اطلاعات بیشتر و موقعیت (کشور) بازدیدکننده، این امکان را فعال "
1700
  "کنید."
1701
 
1702
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:44
1703
  msgid "Update GeoIP Info"
1704
  msgstr "به روز رسانی اطلاعات GeoIP"
1705
 
1706
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:49
1707
  msgid "Download GeoIP Database"
1708
  msgstr "دریافت پایگاه‌داده GeoIP"
1709
 
1710
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:56
1711
  msgid "Schedule monthly update of GeoIP DB"
1712
  msgstr "برنامه‌ریزی به‌روزرسانی ماهیانه پایگاه‌داده‌ی GeoIP"
1713
 
1714
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:82
1715
  msgid ""
1716
  "Download of the GeoIP database will be scheduled for 2 days after the first "
1717
  "Tuesday of the month."
1718
  msgstr "دریافت پایگاه‌داده‌ی GeoIP در 2 روز بعد از اولین سه‌شنبه در هرماه."
1719
 
1720
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:83
1721
  msgid ""
1722
  "This option will also download the database if the local filesize is less "
1723
  "than 1k (which usually means the stub that comes with the plugin is still in "
@@ -1726,20 +1788,20 @@ msgstr ""
1726
  "این امکان حتی داده‌های کمتر از 1 کیلوبایت را نیز دریافت می‌کند (که به معنای "
1727
  "داده‌های همراه افزونه است)."
1728
 
1729
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:89
1730
  msgid "Populate missing GeoIP after update of GeoIP DB"
1731
  msgstr "جمعیت‌های از دست رفته GeoIP بعد از به‌روز سانی پایگاه‌داده‌ی GeoIP"
1732
 
1733
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:95
1734
  msgid "Update any missing GeoIP data after downloading a new database."
1735
  msgstr ""
1736
  "به‌روز رسانی هر داده‌ی از دست‌رفته‌ی GeoIP بعد از دریافت پایگاه داده‌ی جدید."
1737
 
1738
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:106
1739
  msgid "GeoIP collection is disabled due to the following reasons:"
1740
  msgstr "مجموعه GeoIP با توجه به دلایل زیر غیرفعال شده است:"
1741
 
1742
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:109
1743
  #, php-format
1744
  msgid ""
1745
  "GeoIP collection requires PHP %s or above, it is currently disabled due to "
@@ -1748,7 +1810,7 @@ msgstr ""
1748
  "مجموعه GeoIP به PHP نسخه %s و بالاتر نیاز دارد، در حال حاضر با توجه به پایین "
1749
  "بودن نسخه PHP شما، غیرفعال است"
1750
 
1751
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:114
1752
  msgid ""
1753
  "GeoIP collection requires the cURL PHP extension and it is not loaded on "
1754
  "your version of PHP!"
@@ -1756,7 +1818,7 @@ msgstr ""
1756
  "مجموعه‌ی GeoIP نیاز به ماژول cURL در PHP دارد و نمی‌تواند در نگارش PHP شما "
1757
  "بارگزاری شود!"
1758
 
1759
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:120
1760
  msgid ""
1761
  "GeoIP collection requires the BC Math PHP extension and it is not loaded on "
1762
  "your version of PHP!"
@@ -1764,14 +1826,14 @@ msgstr ""
1764
  "مجموعه‌ی GeoIP نیاز به ماژول BC Math در PHP دارد و نمی‌تواند در نگارش PHP شما "
1765
  "بارگزاری شود!"
1766
 
1767
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:126
1768
  msgid ""
1769
  "PHP safe mode detected! GeoIP collection is not supported with PHP's safe "
1770
  "mode enabled!"
1771
  msgstr ""
1772
  "حالت ایمنی PHP شناسایی نشد! مجموعه GeoIP توسط حالت ایمنی PHP پشتیبانی نمی‌شود!"
1773
 
1774
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-maintenance.php:20
1775
  msgid ""
1776
  "This will permanently delete data from the database each day, are you sure "
1777
  "you want to enable this option?"
@@ -1779,15 +1841,15 @@ msgstr ""
1779
  "این درخواست داده‌های قدیمی را برای همیشه پاک می‌کند. برای فعال سازی آن مطمئن "
1780
  "هستید؟"
1781
 
1782
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-maintenance.php:30
1783
  msgid "Database Maintenance"
1784
  msgstr "تعمیر و نگه‌داری پایگاه‌داده"
1785
 
1786
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-maintenance.php:35
1787
  msgid "Run a daily WP Cron job to prune the databases"
1788
  msgstr "اجرای روزانه یک زمان‌بندی برای هرس کردن پایگاه‌داده."
1789
 
1790
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-maintenance.php:41
1791
  msgid ""
1792
  "A WP Cron job will be run daily to prune any data older than a set number of "
1793
  "days."
@@ -1795,15 +1857,15 @@ msgstr ""
1795
  "وظیفه آن اجرای روزانه برای حذف داده‌هایی که بیشتر از زمان انتخاب شده نگه‌داری "
1796
  "شده اند."
1797
 
1798
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-maintenance.php:47
1799
  msgid "Prune data older than"
1800
  msgstr "داده‌های قدیمی‌تر از"
1801
 
1802
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-maintenance.php:52
1803
  msgid "Days"
1804
  msgstr "روز"
1805
 
1806
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-maintenance.php:53
1807
  msgid ""
1808
  "The number of days to keep statistics for. Minimum value is 30 days. "
1809
  "Invalid values will disable the daily maintenance."
@@ -1811,49 +1873,49 @@ msgstr ""
1811
  "تعداد روزها برای حفظ آمار. حداقل مقدار 30 روز است. مقدارهای نامعتبر روزانه "
1812
  "غیرفعال می‌شوند."
1813
 
1814
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:23
1815
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:32
1816
  msgid "None"
1817
  msgstr "هیچ"
1818
 
1819
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:24
1820
  msgid "Summary Statistics"
1821
  msgstr "خلاصه آمار"
1822
 
1823
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:28
1824
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/wps-settings.php:92
1825
  msgid "About"
1826
  msgstr "درباره"
1827
 
1828
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:34
1829
  msgid "Hits Statistical Chart"
1830
  msgstr "نمودار آمار بازدیدها"
1831
 
1832
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:35
1833
  msgid "Search Engine Referrers Statistical Chart"
1834
  msgstr "نمودار آمار موتورهای جستجو"
1835
 
1836
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:37
1837
  msgid "Top Pages Visited"
1838
  msgstr "برترین برگه‌های بازدید شده"
1839
 
1840
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:75
1841
  msgid "The following three items are global to all users."
1842
  msgstr "سه آیتم زیر برای تمامی کاربرها قابل دسترسی می‌باشد."
1843
 
1844
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:80
1845
  msgid "Map type"
1846
  msgstr "نوع نقشه"
1847
 
1848
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:86
1849
  msgid "Google"
1850
  msgstr "گوگل"
1851
 
1852
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:86
1853
  msgid "JQVMap"
1854
  msgstr "JQV"
1855
 
1856
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:93
1857
  msgid ""
1858
  "The \"Google\" option will use Google's mapping service to plot the recent "
1859
  "visitors (requires access to Google)."
@@ -1861,7 +1923,7 @@ msgstr ""
1861
  "گزینه \"گوگل\" از سرویس نقشه گوگل برای آخرین بازدیدکنندگاه استفاده می‌کند. "
1862
  "(نیازمند دسترسی به گوگل است)."
1863
 
1864
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:94
1865
  msgid ""
1866
  "The \"JQVMap\" option will use JQVMap javascript mapping library to plot the "
1867
  "recent visitors (requires no extenral services)."
@@ -1869,19 +1931,19 @@ msgstr ""
1869
  "گزینه \"JQVMap\" از کتابخوانه جاوا اسکریپتی JQVMap برای آخرین بازدیدکنندگاه "
1870
  "استفاده می‌کند. (نیازمند سرویس خارجی نمی‌باشد)."
1871
 
1872
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:100
1873
  msgid "Disable map"
1874
  msgstr "غیرفعال کردن نقشه"
1875
 
1876
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:106
1877
  msgid "Disable the map display"
1878
  msgstr "غیرفعال کردن نمایش نقشه"
1879
 
1880
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:112
1881
  msgid "Get country location from Google"
1882
  msgstr "دریافت مختصات کشورها از گوگل"
1883
 
1884
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:118
1885
  msgid ""
1886
  "This feature may cause a performance degradation when viewing statistics and "
1887
  "is only valid if the map type is set to \"Google\"."
@@ -1889,11 +1951,11 @@ msgstr ""
1889
  "این ویژگی ممکن است مشاهده آمار را با کندی مواجه کند و تنها برای نوع نقشه "
1890
  "\"گوگل\" تنظیم شده است."
1891
 
1892
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:123
1893
  msgid "Widgets to Display"
1894
  msgstr "نمایش ابزارک‌ها"
1895
 
1896
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:132
1897
  msgid ""
1898
  "The following items are unique to each user. If you do not select the "
1899
  "'About' widget it will automatically be displayed in the last positon of "
@@ -1902,374 +1964,429 @@ msgstr ""
1902
  "موارد زیر برای هرکاربر منحصر به فرد است. اگر شما ابزارک \"درباره پلاگین\" را "
1903
  "انتخاب نکنید، به صورت پیش‌فرض در ستون A نمایش داده می‌شود."
1904
 
1905
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:137
1906
  msgid "Slot"
1907
  msgstr "سطر"
1908
 
1909
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:141
1910
  msgid "Column A"
1911
  msgstr "ستون A"
1912
 
1913
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:145
1914
  msgid "Column B"
1915
  msgstr "ستون B"
1916
 
1917
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:151
1918
  msgid "Slot 1"
1919
  msgstr "سطر 1"
1920
 
1921
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:181
1922
  msgid "Slot 2"
1923
  msgstr "سطر 2"
1924
 
1925
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:211
1926
  msgid "Slot 3"
1927
  msgstr "سطر 3"
1928
 
1929
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:241
1930
  msgid "Slot 4"
1931
  msgstr "سطر 4"
1932
 
1933
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:271
1934
  msgid "Slot 5"
1935
  msgstr "سطر 5"
1936
 
1937
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:301
1938
  msgid "Slot 6"
1939
  msgstr "سطر 6"
1940
 
1941
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:305
1942
  msgid "N/A"
1943
  msgstr "خالی"
1944
 
1945
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/wps-settings.php:86
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1946
  msgid "General"
1947
  msgstr "عمومی"
1948
 
1949
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/wps-settings.php:87
1950
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:249
1951
  msgid "Overview"
1952
  msgstr "مرور کلی"
1953
 
1954
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/wps-settings.php:88
1955
  msgid "Access/Exclusions"
1956
  msgstr "دسترسی/محرومیت‌ها"
1957
 
1958
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/wps-settings.php:89
1959
  msgid "GeoIP"
1960
  msgstr "GeoIP"
1961
 
1962
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/wps-settings.php:90
1963
  msgid "browscap"
1964
  msgstr "browscap"
1965
 
1966
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/wps-settings.php:91
1967
  msgid "Maintenance"
1968
  msgstr "تعمیر و نگه‌داری"
1969
 
1970
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/wps-settings.php:126
 
 
 
 
1971
  msgid "Update"
1972
  msgstr "به‌روز رسانی"
1973
 
1974
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/manual/manual.php:29
1975
  #, php-format
1976
  msgid "Manual not found: %s"
1977
  msgstr "راهنما یافت نشد: %s"
1978
 
1979
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/manual/manual.php:39
1980
  #, php-format
1981
  msgid "Invalid file type selected: %s"
1982
  msgstr "نوع فایل نامعتبر انتخاب شده: %s"
1983
 
1984
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/schedule.php:10
1985
  msgid "Once Weekly"
1986
  msgstr "یکبار در هفته"
1987
 
1988
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/schedule.php:17
1989
  msgid "Once Every 2 Weeks"
1990
  msgstr "هر 2 هفته"
1991
 
1992
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/schedule.php:24
1993
  msgid "Once Every 4 Weeks"
1994
  msgstr "هر 4 هفته"
1995
 
1996
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:14
1997
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:246
1998
  msgid "Statistics"
1999
  msgstr "آماره"
2000
 
2001
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:15
2002
  msgid "Show site stats in sidebar."
2003
  msgstr "نمایش آمار سایت در ابزارک."
2004
 
2005
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:73
2006
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:262
2007
  msgid "Week Visit"
2008
  msgstr "بازدید هفته"
2009
 
2010
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:80
2011
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:265
2012
  msgid "Month Visit"
2013
  msgstr "بازدید ماه"
2014
 
2015
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:87
2016
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:268
2017
  msgid "Years Visit"
2018
  msgstr "بازدید سال"
2019
 
2020
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:108
2021
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:277
2022
  msgid "Total Page Views"
2023
  msgstr "کل بازدید برگه‌ها"
2024
 
2025
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:116
2026
  msgid "Search Engine referred"
2027
  msgstr "ورودی موتور جستجو"
2028
 
2029
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:123
2030
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:300
2031
  msgid "Total Posts"
2032
  msgstr "کل نوشته‌ها"
2033
 
2034
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:130
2035
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:303
2036
  msgid "Total Pages"
2037
  msgstr "کل برگه‌ها"
2038
 
2039
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:137
2040
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:306
2041
  msgid "Total Comments"
2042
  msgstr "کل دیدگاه‌ها"
2043
 
2044
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:144
2045
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:309
2046
  msgid "Total Spams"
2047
  msgstr "کل جفنگ‌ها"
2048
 
2049
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:151
2050
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:312
2051
  msgid "Total Users"
2052
  msgstr "کل کاربرها"
2053
 
2054
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:158
2055
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:315
2056
  msgid "Average Posts"
2057
  msgstr "میانگین نوشته‌ها"
2058
 
2059
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:165
2060
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:318
2061
  msgid "Average Comments"
2062
  msgstr "میانگین دیدگاه‌ها"
2063
 
2064
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:172
2065
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:321
2066
  msgid "Average Users"
2067
  msgstr "میانگین کاربرها"
2068
 
2069
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:179
2070
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:324
2071
  msgid "Last Post Date"
2072
  msgstr "تاریخ به‌روزشدن سایت"
2073
 
2074
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:240
2075
  msgid "Name"
2076
  msgstr "نام"
2077
 
2078
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:244
2079
  msgid "Items"
2080
  msgstr "آیتم‌ها"
2081
 
2082
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:256
2083
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:335
2084
  msgid "Yesterday visit"
2085
  msgstr "بازدید دیروز"
2086
 
2087
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:280
2088
  msgid "Search Engine Referred"
2089
  msgstr "ورودی موتور جستجو"
2090
 
2091
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:283
2092
  msgid "Select type of search engine"
2093
  msgstr "انتخاب نوع موتورجستجو"
2094
 
2095
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:27
2096
  msgid ""
2097
  "ERROR: WP Statistics has detected an unsupported version of PHP, WP "
2098
  "Statistics will not function without PHP Version "
2099
  msgstr ""
2100
- "خطا: آمار وپ نسخه پشتیبانی نشده ای را شناسایی کرده است از پی اچ پی، وپ آمار "
2101
- "بدون نسخه پی اچ پی عمل نمی کند "
2102
 
2103
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:27
2104
  msgid " or higher!"
2105
  msgstr "و یا بالاتر!"
2106
 
2107
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:38
 
 
 
 
2108
  msgid "WP Statistics"
2109
  msgstr "آماره وردپرس"
2110
 
2111
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:39
2112
  msgid "Complete statistics for your WordPress site."
2113
  msgstr "آماری کامل برای سایت وردپرسی شما."
2114
 
2115
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:82
2116
  #, php-format
2117
  msgid ""
2118
  "Online user tracking in WP Statistics is not enabled, please go to %s and "
2119
  "enable it."
2120
  msgstr ""
2121
- "کاربران آنلاین در وپ آمار پیگیری فعال است لطفا به %s بروید و آن را فعال کنید."
 
2122
 
2123
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:82
2124
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:85
2125
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:88
2126
  msgid "setting page"
2127
  msgstr "تنظیمات صفحه"
2128
 
2129
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:85
2130
  #, php-format
2131
  msgid ""
2132
  "Hit tracking in WP Statistics is not enabled, please go to %s and enable it."
2133
- msgstr "ردیابی آمار در وپ آمار فعال نیست لطفا به %s بروید و آن را فعال کنید."
 
2134
 
2135
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:88
2136
  #, php-format
2137
  msgid ""
2138
  "Visitor tracking in WP Statistics is not enabled, please go to %s and enable "
2139
  "it."
2140
  msgstr ""
2141
- "ردیابی در وپ آمار بازدید کننده فعال است لطفا به %s بروید و آن را فعال کنید."
 
2142
 
2143
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:91
2144
  #, php-format
2145
  msgid ""
2146
  "GeoIP collection is not active, please go to %s and enable this feature."
2147
- msgstr "مجموعه GeoIP فعال نیست لطفا برو به %s و فعال کردن این ویژگی."
2148
 
2149
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:91
2150
  msgid "Setting page > GeoIP"
2151
  msgstr "صفحه تنظیمات > GeoIP"
2152
 
2153
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:153
2154
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:263
2155
  msgid "Settings"
2156
  msgstr "تنظیمات"
2157
 
2158
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:165
2159
  msgid "Click here to visit the plugin on WordPress.org"
2160
  msgstr "برای مشاهده افزونه در Wordpress.org کلیک کنید."
2161
 
2162
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:165
2163
  msgid "Visit WordPress.org page"
2164
  msgstr "مشاهده برگه‌ی Wordpress.org"
2165
 
2166
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:168
2167
  msgid "Click here to rate and review this plugin on WordPress.org"
2168
  msgstr "برای دادن امتیاز و بررسی افزونه در Wordpress.org کلیک کنید."
2169
 
2170
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:168
2171
  msgid "Rate this plugin"
2172
  msgstr "امتیاز به افزونه"
2173
 
2174
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:177
2175
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:254
2176
  msgid "Hits"
2177
  msgstr "بازدیدها"
2178
 
2179
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:212
2180
  msgid "WP Statistics - Hits"
2181
  msgstr "آماره وردپرس - بازدیدها"
2182
 
2183
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:256
2184
  msgid "Referers"
2185
  msgstr "ارجاع‌دهنده‌ها"
2186
 
2187
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:257
2188
  msgid "Searches"
2189
  msgstr "جستجوها"
2190
 
2191
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:258
2192
  msgid "Search Words"
2193
  msgstr "کلمات جستجو شده"
2194
 
2195
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:262
2196
  msgid "Optimization"
2197
  msgstr "بهینه سازی"
2198
 
2199
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:267
2200
  msgid "Manual"
2201
  msgstr "راهنما"
2202
 
2203
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:317
2204
  msgid "Today visitor"
2205
  msgstr "بازدید کننده امروز"
2206
 
2207
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:323
2208
  msgid "Today visit"
2209
  msgstr "بازدید امروز"
2210
 
2211
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:329
2212
  msgid "Yesterday visitor"
2213
  msgstr "بازدید کننده دیروز"
2214
 
2215
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:341
2216
  msgid "View Stats"
2217
  msgstr "نمایش آمار"
2218
 
2219
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:365
2220
  msgid "Download ODF file"
2221
  msgstr "دریافت فایل ODF"
2222
 
2223
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:366
2224
  msgid "Download HTML file"
2225
  msgstr "دریافت فایل HTML"
2226
 
2227
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:370
2228
  msgid "Manual file not found."
2229
  msgstr "راهنما یافت نشد."
2230
 
2231
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:445
2232
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:545
2233
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:816
2234
  msgid "You do not have sufficient permissions to access this page."
2235
  msgstr "شما مجوز کافی برای مشاهده‌ی این قسمت را ندارید."
2236
 
2237
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:456
2238
  msgid "Table plugin does not exist! Please disable and re-enable the plugin."
2239
  msgstr "جدول های پلاگین وجود ندارد! لطفا پلاگین را غیر فعال و مجدد فعال کنید."
2240
 
2241
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:600
2242
  #, php-format
2243
  msgid "Error downloading GeoIP database from: %s - %s"
2244
  msgstr "خطای دریافت پایگاه‌داده GeoIP از %s: - %s"
2245
 
2246
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:611
2247
  #, php-format
2248
  msgid "Error could not open downloaded GeoIP database for reading: %s"
2249
  msgstr "خطای بازشدن در هنگام دریافت پایگاه‌داده GeoIP برای خواندن: %s"
2250
 
2251
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:618
2252
  #, php-format
2253
  msgid "Error could not open destination GeoIP database for writing %s"
2254
  msgstr "خطای بازشدن در هنگام دریافت پایگاه‌داده GeoIP برای نوشتن: %s"
2255
 
2256
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:634
2257
  msgid "GeoIP Database updated successfully!"
2258
  msgstr "پایگاه‌داده GeoIP با موفقیت به‌روز شد!"
2259
 
2260
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:707
2261
  #, php-format
2262
  msgid "Error downloading browscap database from: %s - %s"
2263
  msgstr "دانلود پایگاه داده browscap از خطا: %s - %s"
2264
 
2265
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:795
2266
  msgid "browscap database updated successfully!"
2267
  msgstr "browscap پایگاه داده با موفقیت به روز!"
2268
 
2269
- #: F:\Programming\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:803
2270
  msgid "browscap already at current version!"
2271
  msgstr "browscap در حال حاضر در نسخه فعلی!"
2272
 
 
 
 
 
 
 
 
 
 
2273
  #~ msgid "http://wp-statistics.com/"
2274
  #~ msgstr "http://wp-statistics.com/"
2275
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Wordpress Statistics\n"
6
+ "POT-Creation-Date: 2014-11-06 11:14+0330\n"
7
+ "PO-Revision-Date: 2014-11-06 11:24+0330\n"
8
  "Last-Translator: \n"
9
  "Language-Team: Parsi Wordpress Team <mst404@gmail.com>\n"
10
  "Language: fa_IR\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=1; plural=0;\n"
15
+ "X-Generator: Poedit 1.6.10\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-KeywordsList: __;_e\n"
18
+ "X-Poedit-Basepath: F:\\xampp\\htdocs\\cms\\wordpress\\wp-content\\plugins"
19
+ "\\wp-statistics\n"
20
+ "X-Poedit-SearchPath-0: F:\\xampp\\htdocs\\cms\\wordpress\\wp-content\\plugins"
21
+ "\\wp-statistics\n"
22
 
23
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/dashboard.php:20
24
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:13
25
  msgid "User(s) Online"
26
  msgstr "کاربر(های) حاضر"
27
 
28
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/dashboard.php:26
29
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:95
30
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/hits.php:74
31
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:19
32
  msgid "Visitor"
33
  msgstr "بازدیدکننده"
34
 
35
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/dashboard.php:27
36
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:95
37
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/hits.php:74
38
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:20
39
  msgid "Visit"
40
  msgstr "بازدید"
41
 
42
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/dashboard.php:31
43
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:24
44
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:69
45
  msgid "Today"
46
  msgstr "امروز"
47
 
48
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/dashboard.php:37
49
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:30
50
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:70
51
  msgid "Yesterday"
52
  msgstr "دیروز"
53
 
54
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/dashboard.php:43
55
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:36
56
  msgid "Week"
57
  msgstr "هفته"
58
 
59
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/dashboard.php:49
60
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:42
61
  msgid "Month"
62
  msgstr "ماه"
63
 
64
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/dashboard.php:55
65
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:48
66
  msgid "Year"
67
  msgstr "سال"
68
 
69
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/dashboard.php:61
70
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:106
71
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/search.php:81
72
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:54
73
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:94
74
  msgid "Total"
75
  msgstr "کل"
76
 
77
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/functions/geoip-populate.php:26
78
  msgid ""
79
  "Unable to load the GeoIP database, make sure you have downloaded it in the "
80
  "settings page."
82
  "قادر به بارگزاری پایگاه‌داده GeoIP نیست، مطمئن شوید در برگه‌ی تنظیمات دریافت "
83
  "می‌شود."
84
 
85
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/functions/geoip-populate.php:50
86
  #, php-format
87
  msgid "Updated %s GeoIP records in the visitors database."
88
  msgstr "%s رکورد GeoIP در پایگاه داده به‌روز شد."
89
 
90
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/functions/purge.php:17
91
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/functions/purge.php:31
92
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/functions/purge.php:42
93
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/functions/purge.php:75
94
+ #, php-format
95
+ msgid "%s data older than %s days purged successfully."
96
+ msgstr "%s داده های قدیمی تر از روز %s با موفقیت پاکسازی است."
97
+
98
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/functions/purge.php:19
99
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/functions/purge.php:33
100
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/functions/purge.php:44
101
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/functions/purge.php:77
102
+ #, php-format
103
+ msgid "No records found to purge from %s!"
104
+ msgstr "هیچ رکورد یافت نشد برای پاکسازی از %s!"
105
+
106
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/functions/purge.php:83
107
+ msgid "Please select a value over 30 days."
108
+ msgstr "لطفاً مقدار بیشتر از 30 روز انتخاب کنید."
109
+
110
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/all-browsers.php:8
111
  msgid "Browser Statistics"
112
  msgstr "آمار مرورگرها"
113
 
114
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/all-browsers.php:14
115
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/all-browsers.php:97
116
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/all-browsers.php:231
117
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:74
118
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:26
119
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-search.php:61
120
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-visitor.php:57
121
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:47
122
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:29
123
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-pages.php:19
124
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-pages.php:131
125
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-referring.php:37
126
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/about.php:7
127
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/browsers.php:7
128
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/countries.php:9
129
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/google.map.php:16
130
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/hits.php:7
131
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/jqv.map.php:8
132
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/pages.php:11
133
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/recent.php:7
134
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/referring.php:11
135
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/search.php:7
136
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:7
137
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/words.php:14
138
  msgid "Click to toggle"
139
  msgstr "برای باز و بستن کلیک کنید"
140
 
141
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/all-browsers.php:15
142
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/browsers.php:8
143
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:25
144
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:265
145
  msgid "Browsers"
146
  msgstr "مرورگرها"
147
 
148
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/all-browsers.php:41
149
  msgid "Browsers by type"
150
  msgstr "مرورگرها براساس نوع"
151
 
152
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/all-browsers.php:98
153
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:291
154
  msgid "Platform"
155
  msgstr "سَکو"
156
 
157
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/all-browsers.php:124
158
  msgid "Browsers by platform"
159
  msgstr "مرورگرها براساس سَکو"
160
 
161
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/all-browsers.php:232
162
  #, php-format
163
  msgid "%s Version"
164
  msgstr "نسخه %s"
165
 
166
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:8
167
  msgid ""
168
  "Attention: Exclusion are not currently set to be recorded, the results below "
169
  "may not reflect current statistics!"
171
  "توجه: در حال حاظر استثنائات برای رکوردها تنظیم نشده‌اند. نتایج زیر ممکن است "
172
  "آمار فعلی را منعکس نکند."
173
 
174
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:54
175
  msgid "Exclusions Statistics"
176
  msgstr "استثنائات آمار"
177
 
178
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:57
179
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:12
180
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:33
181
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:15
182
  msgid "10 Days"
183
  msgstr "10 روز"
184
 
185
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:58
186
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:13
187
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:34
188
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:16
189
  msgid "20 Days"
190
  msgstr "20 روز"
191
 
192
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:59
193
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:14
194
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:35
195
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:17
196
  msgid "30 Days"
197
  msgstr "30 روز"
198
 
199
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:60
200
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:15
201
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:36
202
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:18
203
  msgid "2 Months"
204
  msgstr "2 ماهه"
205
 
206
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:61
207
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:16
208
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:37
209
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:19
210
  msgid "3 Months"
211
  msgstr "3 ماهه"
212
 
213
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:62
214
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:17
215
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:38
216
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:20
217
  msgid "6 Months"
218
  msgstr "6 ماهه"
219
 
220
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:63
221
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:18
222
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:39
223
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:21
224
  msgid "9 Months"
225
  msgstr "9 ماهه"
226
 
227
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:64
228
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:19
229
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:40
230
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:22
231
  msgid "1 Year"
232
  msgstr "1 ساله"
233
 
234
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:68
235
  #, php-format
236
  msgid "Total Exclusions: %s"
237
  msgstr "کل استثنائات %s"
238
 
239
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:75
240
  msgid "Exclusions Statistical Chart"
241
  msgstr "نمودار آمار استثنائات"
242
 
243
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:97
244
  msgid "Excluded hits in the last"
245
  msgstr "بازدید آخرین استثنائات"
246
 
247
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:97
248
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:60
249
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:71
250
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/hits.php:39
251
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/search.php:46
252
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:151
253
  msgid "days"
254
  msgstr "روز"
255
 
256
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:118
257
  msgid "Number of excluded hits"
258
  msgstr "تعداد بازدید استثنائات"
259
 
260
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:8
261
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/hits.php:8
262
  msgid "Hit Statistics"
263
  msgstr "آمار بازدیدها"
264
 
265
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:27
266
  msgid "Hits Statistics Chart"
267
  msgstr "نمودار آمار بازدیدها"
268
 
269
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:60
270
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/hits.php:39
271
  msgid "Hits in the last"
272
  msgstr "آخرین بازدیدها"
273
 
274
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:81
275
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/hits.php:60
276
  msgid "Number of visits and visitors"
277
  msgstr "تعداد بازدید و بازدید کننده"
278
 
279
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-search.php:30
280
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/words.php:16
281
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:36
282
  msgid "Latest Search Words"
283
  msgstr "آخرین کلمات جستجو شده"
284
 
285
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-search.php:62
286
  msgid "Latest Search Word Statistics"
287
  msgstr "آخرین آمار کلمات جستجو شده"
288
 
289
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-search.php:97
290
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-visitor.php:94
291
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/google.map.php:73
292
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/jqv.map.php:59
293
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/recent.php:22
294
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/words.php:25
295
  msgid "#hash#"
296
  msgstr "#hash#"
297
 
298
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-search.php:102
299
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-visitor.php:99
300
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-referring.php:70
301
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/recent.php:27
302
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/words.php:32
303
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:33
304
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:71
305
  msgid "Map"
306
  msgstr "نقشه"
307
 
308
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-search.php:139
309
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-visitor.php:132
310
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-pages.php:181
311
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-referring.php:124
312
  msgid "Page"
313
  msgstr "صفحه"
314
 
315
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-search.php:139
316
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-visitor.php:132
317
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-pages.php:181
318
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-referring.php:124
319
  msgid "From"
320
  msgstr "از"
321
 
322
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-visitor.php:27
323
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/recent.php:9
324
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:38
325
  msgid "Recent Visitors"
326
  msgstr "آخرین بازدیدکنندگان"
327
 
328
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-visitor.php:29
329
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-referring.php:28
330
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:135
331
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:296
332
  msgid "All"
333
  msgstr "همه"
334
 
335
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-visitor.php:59
336
  msgid "Search for"
337
  msgstr "جستجو برای"
338
 
339
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-visitor.php:61
340
  msgid "Recent Visitor Statistics"
341
  msgstr "آخرین آمار بازدیدکنندگان"
342
 
343
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:29
344
  msgid "Page Trend for Post ID"
345
  msgstr "برگه تمایل برای شناسه نوشته‌ها"
346
 
347
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:48
348
  msgid "Page Trend"
349
  msgstr "برگه تمایل"
350
 
351
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:68
352
  msgid "Page Trending Stats"
353
  msgstr "روند بازدید برگه‌ها"
354
 
355
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:89
356
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-pages.php:70
357
  msgid "Number of Hits"
358
  msgstr "تعداد بازدید"
359
 
360
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:11
361
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:30
362
  msgid "Search Engine Referral Statistics"
363
  msgstr "آمار ورودی از موتورهای جستجو"
364
 
365
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:71
366
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/search.php:46
367
  msgid "Search engine referrals in the last"
368
  msgstr "آخرین ورودی‌‌ها از موتورهای جستجوگر"
369
 
370
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:92
371
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/search.php:67
372
  msgid "Number of referrals"
373
  msgstr "تعداد ورودی‌ها"
374
 
375
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-countries.php:11
376
  msgid "Top Countries"
377
  msgstr "برترین کشورها"
378
 
379
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-countries.php:20
380
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/countries.php:17
381
  msgid "Rank"
382
  msgstr "رتبه"
383
 
384
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-countries.php:21
385
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/countries.php:18
386
  msgid "Flag"
387
  msgstr "پرچم"
388
 
389
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-countries.php:22
390
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/countries.php:19
391
  msgid "Country"
392
  msgstr "کشور"
393
 
394
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-countries.php:23
395
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/countries.php:20
396
  msgid "Visitor Count"
397
  msgstr "تعداد بازدیدکننده"
398
 
399
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-pages.php:13
400
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-pages.php:132
401
  msgid "Top Pages"
402
  msgstr "برترین برگه‌ها"
403
 
404
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-pages.php:20
405
  msgid "Top 5 Pages Trends"
406
  msgstr "برترین 5 برگه"
407
 
408
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-pages.php:49
409
  msgid "Top 5 Page Trending Stats"
410
  msgstr "برترین بازدید 5 برگه"
411
 
412
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-pages.php:160
413
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/pages.php:27
414
  msgid "No page title found"
415
  msgstr "عنوان برگه یافت نشد"
416
 
417
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-pages.php:163
418
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/pages.php:30
419
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-historical.php:37
420
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:100
421
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:105
422
  msgid "Visits"
423
  msgstr "بازدیدها"
424
 
425
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-referring.php:4
426
  msgid "To be added soon"
427
  msgstr "به زودی اضافه می شود"
428
 
429
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-referring.php:26
430
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-referring.php:41
431
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/referring.php:13
432
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:26
433
  msgid "Top Referring Sites"
434
  msgstr "برترین ارجاع دهنده‌ها"
435
 
436
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-referring.php:39
437
  msgid "Referring sites from"
438
  msgstr "سایت های ارجاع دهنده از"
439
 
440
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-referring.php:109
441
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/referring.php:19
442
  msgid "References"
443
  msgstr "ارجاع"
444
 
445
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/about.php:8
446
  #, php-format
447
  msgid "About WP Statistics Version %s"
448
  msgstr "درباره آمار وپ نسخه %s"
449
 
450
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/about.php:15
451
  msgid "Website"
452
  msgstr "وب‌سایت"
453
 
454
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/about.php:16
455
  msgid "Rate and Review"
456
  msgstr "رتبه بندی و بازبینی"
457
 
458
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/about.php:20
459
  msgid "More Information"
460
  msgstr "اطلاعات بیشتر"
461
 
462
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/about.php:29
463
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:12
464
  #, php-format
465
  msgid ""
466
  "This product includes GeoLite2 data created by MaxMind, available from %s."
468
  "این محصول شامل داده‌های GeoLite2 می‌باشد که توسط MaxMind، ایجاد شده و در %s "
469
  "قابل دسترس می‌باشد."
470
 
471
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/browsers.php:8
472
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/countries.php:11
473
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/hits.php:8
474
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/pages.php:13
475
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/recent.php:9
476
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/referring.php:13
477
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/search.php:8
478
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/words.php:16
479
  msgid "More"
480
  msgstr "بیشتر"
481
 
482
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/browsers.php:38
483
  msgid "Other"
484
  msgstr "دیگر"
485
 
486
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/browsers.php:45
487
  msgid "Top 10 Browsers"
488
  msgstr "10 مرورگر برتر"
489
 
490
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/countries.php:11
491
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:27
492
  msgid "Top 10 Countries"
493
  msgstr "10 کشور برتر"
494
 
495
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/google.map.php:17
496
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/jqv.map.php:9
497
  msgid "Today Visitors Map"
498
  msgstr "بازدیدکنندگان امروز برروی نقشه"
499
 
500
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/pages.php:13
501
  msgid "Top 10 Pages"
502
  msgstr "10 برگه برتر"
503
 
504
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/referring.php:20
505
  msgid "Address"
506
  msgstr "آدرس"
507
 
508
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/search.php:8
509
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:64
510
  msgid "Search Engine Referrals"
511
  msgstr "ورودی‌ موتورهای جستجوگر"
512
 
513
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:8
514
  msgid "Summary"
515
  msgstr "خلاصه"
516
 
517
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:88
518
  msgid "Daily Total"
519
  msgstr "کل روزانه‌ها"
520
 
521
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:102
522
  msgid "Current Time and Date"
523
  msgstr "تاریخ و زمان امروز"
524
 
525
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:102
526
  msgid "(Adjustment)"
527
  msgstr "(تنظیم)"
528
 
529
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:106
530
  #, php-format
531
  msgid "Date: %s"
532
  msgstr "تاریخ: %s"
533
 
534
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:110
535
  #, php-format
536
  msgid "Time: %s"
537
  msgstr "زمان: %s"
538
 
539
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/delete-agents.php:5
540
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/delete-platforms.php:5
541
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/empty.php:5
542
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/export.php:5
543
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/purge-data.php:6
544
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/wps-optimization.php:6
545
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/manual/manual.php:5
546
  msgid "Access denied!"
547
  msgstr "دسترسی غیرمجاز!"
548
 
549
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/delete-agents.php:14
550
  #, php-format
551
  msgid "%s agent data deleted successfully."
552
  msgstr "%s عامل داده ها با موفقیت حذف."
553
 
554
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/delete-agents.php:17
555
  msgid "No agent data found to remove!"
556
  msgstr "داده‌های مرورگر برای حذف شدن یافت نشد!"
557
 
558
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/delete-agents.php:21
559
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/delete-platforms.php:21
560
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/empty.php:42
561
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/export.php:57
562
  msgid "Please select the desired items."
563
  msgstr "لطفا موارد مورد نظر را انتخاب کنید."
564
 
565
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/delete-platforms.php:14
566
  #, php-format
567
  msgid "%s platform data deleted successfully."
568
  msgstr "اطلاعات پلت فرم %s با موفقیت حذف."
569
 
570
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/delete-platforms.php:17
571
  msgid "No platform data found to remove!"
572
  msgstr "سکوی‌های مرورگر برای حذف شدن یافت نشد!"
573
 
574
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/empty.php:53
575
  #, php-format
576
  msgid "%s table data deleted successfully."
577
  msgstr "اطلاعات جدول %s با موفقیت حذف."
578
 
579
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/empty.php:57
580
  #, php-format
581
  msgid "Error, %s not emptied!"
582
  msgstr "خطا! %s خالی نیست!"
583
 
584
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-database.php:5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
585
  msgid "Database Setup"
586
  msgstr "راه اندازی پایگاه داده"
587
 
588
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-database.php:10
589
  msgid "Re-run Install"
590
  msgstr "اجرای نصب دوباره"
591
 
592
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-database.php:14
593
  msgid "Install Now!"
594
  msgstr "در حال حاضر نصب!"
595
 
596
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-database.php:15
597
  msgid ""
598
  "If for some reason your installation of WP Statistics is missing the "
599
  "database tables or other core items, this will re-execute the install "
602
  "اگر به هر دلیلی خود را نصب وپ آمار جداول پایگاه داده یا موارد دیگر هسته از "
603
  "دست رفته است این فرایند نصب دوباره اجرا خواهد شد."
604
 
605
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-database.php:20
606
  msgid "Database Index"
607
  msgstr "شاخص پایگاه‌داده"
608
 
609
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-database.php:25
610
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-updates.php:21
611
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:267
612
  msgid "Countries"
613
  msgstr "کشورها"
614
 
615
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-database.php:39
616
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-updates.php:25
617
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-updates.php:40
618
  msgid "Update Now!"
619
  msgstr "به‌روز رسانی کن!"
620
 
621
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-database.php:40
622
  msgid ""
623
  "Older installs of WP Statistics allow for duplicate entries in the visitors "
624
  "table in a corner case. Newer installs protect against this with a unique "
632
  "باید داده‌های تکراری را پاک کنید. با کلیک برروی \"به روز رسانی\" ابتدا جدول "
633
  "بازدیدکننده‌گان را بررسی و سپس داده‌های تکراری را حذف و فهرست را اضافه می‌کند."
634
 
635
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-database.php:41
636
  msgid ""
637
  "This operation could take a long time on installs with many rows in the "
638
  "visitors table."
639
  msgstr ""
640
  "این عملیات زمان زیادی برای نصب تعدادی ردیف‌ها در جدل بازدیدکنندگان صرف می کند."
641
 
642
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-database.php:46
643
  msgid ""
644
  "Older installs of WP Statistics allow for duplicate entries in the visitors "
645
  "table in a corner case. Newer installs protect against this with a unique "
649
  "بازدیدکننده‌‌گان ایجاد می‌شدند. نصب‌های جدیدتر در رابطه با این مورد توسط یک "
650
  "فهرست شاخص محافظت شده‌اند."
651
 
652
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-database.php:47
653
  msgid ""
654
  "Congratulations, your installation is already up to date, nothing to do."
655
  msgstr "تبریک می‌گویم، در حال حاضر نصب شما به‌روز است و مشکلی ندارد."
656
 
657
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-export.php:7
658
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/wps-optimization.php:147
659
  msgid "Export"
660
  msgstr "برون‌بری"
661
 
662
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-export.php:12
663
  msgid "Export from"
664
  msgstr "برون‌بری از"
665
 
666
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-export.php:17
667
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-export.php:35
668
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:129
669
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:170
670
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:194
671
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:303
672
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:333
673
  msgid "Please select"
674
  msgstr "لطفا انتخاب کنید"
675
 
676
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-export.php:24
677
  msgid "Select the table for the output file."
678
  msgstr "جدول مورد نظر برای تهیه فایل خروجی را انتخاب کنید."
679
 
680
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-export.php:30
681
  msgid "Export To"
682
  msgstr "برون‌بری به"
683
 
684
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-export.php:41
685
  msgid "Select the output file type."
686
  msgstr "نوع فایل خروجی را انتخاب کنید."
687
 
688
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-export.php:47
689
  msgid "Include Header Row"
690
  msgstr "شامل بودن سربرگ ردیف"
691
 
692
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-export.php:52
693
  msgid "Include a header row as the first line of the exported file."
694
  msgstr "شامل شدن سربرگ ردیف در خط اول فایل برون‌بری شده."
695
 
696
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-export.php:53
697
  msgid "Start Now!"
698
  msgstr "شروع کن!"
699
 
700
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-historical.php:15
701
+ msgid "Historical Values"
702
+ msgstr "مقادیر تاریخچه"
703
+
704
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-historical.php:20
705
+ msgid ""
706
+ "Note: As you have just purged the database you must reload this page for "
707
+ "these numbers to be correct."
708
+ msgstr ""
709
+ "نکته: همانطوری که پایگاه‌داده را پاک سازی کردید، برای نمایش اعداد صحیح باید "
710
+ "صفحه را مجدداً بارگزاری کنید."
711
+
712
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-historical.php:26
713
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:116
714
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:121
715
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:274
716
+ msgid "Visitors"
717
+ msgstr "بازدیدکننده‌گان"
718
+
719
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-historical.php:31
720
+ #, php-format
721
+ msgid ""
722
+ "Number of historical number of visitors to the site (current value is %s)."
723
+ msgstr "تعداد تاریخچه بازدیدکننده‌گان (مقدار فعلی %s است)."
724
+
725
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-historical.php:42
726
+ #, php-format
727
+ msgid ""
728
+ "Number of historical number of visits to the site (current value is %s)."
729
+ msgstr "تعداد تاریخچه بازدیدها (مقدار فعلی %s است)."
730
+
731
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-historical.php:48
732
+ msgid "Update now!"
733
+ msgstr "به‌روز رسانی کن!"
734
+
735
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:10
736
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:37
737
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:63
738
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:91
739
  msgid "Are you sure?"
740
  msgstr "آیا مطمئن هستید؟"
741
 
742
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:119
743
  msgid "Data"
744
  msgstr "داده"
745
 
746
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:124
747
  msgid "Empty Table"
748
  msgstr "خالی کردن جدول"
749
 
750
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:137
751
  msgid "All data table will be lost."
752
  msgstr "تمامی دادههای جدول از بین خواهد رفت."
753
 
754
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:138
755
  msgid "Clear now!"
756
  msgstr "پاک کن!"
757
 
758
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:146
759
  msgid "Purge records older than"
760
  msgstr "پاک‌سازی رکوردهای قدیمی‌تر از"
761
 
762
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:152
763
  msgid ""
764
  "Deleted user statistics data older than the selected number of days. "
765
  "Minimum value is 30 days."
766
  msgstr ""
767
  "انتخاب روزهای قبل برای حذف داده‌های آماری کاربری. حداقل مقدار 30 روز است."
768
 
769
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:153
770
  msgid "Purge now!"
771
  msgstr "هم‌اکنون پاک‌سازی کن!"
772
 
773
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:160
774
  msgid "Delete User Agent Types"
775
  msgstr "حذف نوع سیستم عامل کاربر"
776
 
777
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:165
778
  msgid "Delete Agents"
779
  msgstr "حذف سیستم عاملها"
780
 
781
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:180
782
  msgid "All visitor data will be lost for this agent type."
783
  msgstr "تمامی دادههای مرورگر بازدیدکننده از بین خواهد رفت."
784
 
785
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:181
786
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:205
787
  msgid "Delete now!"
788
  msgstr "پاک کن!"
789
 
790
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:189
791
  msgid "Delete Platforms"
792
  msgstr "حذف سَکوها"
793
 
794
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:204
795
  msgid "All visitor data will be lost for this platform type."
796
  msgstr "تمامی دادههای سَکوی بازدیدکننده از بین خواهد رفت."
797
 
798
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:17
799
  msgid "Resources"
800
  msgstr "منابع"
801
 
802
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:22
803
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:27
804
  msgid "Memory usage in PHP"
805
  msgstr "حافظه استفاده شده در پی‌اچ‌پی"
806
 
807
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:26
808
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:37
809
  msgid "Byte"
810
  msgstr "بایت"
811
 
812
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:33
813
+ msgid "Last Overview page memory usage"
814
+ msgstr "آخرین زمان بررسی شده صفحه مرور کلی"
815
+
816
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:38
817
+ msgid "Memory usage in the overview page"
818
+ msgstr "حافظه استفاده شده در صفحه مرورکلی"
819
+
820
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:44
821
  msgid "PHP Memory Limit"
822
  msgstr "PHP Memory Limit"
823
 
824
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:49
825
  msgid "The memory limit a script is allowed to consume, set in php.ini."
826
  msgstr "تنظیم محدودیت حافظه برای اسکریپت در php.ini قرار دارد."
827
 
828
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:55
829
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:66
830
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:77
831
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:88
832
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:99
833
  #, php-format
834
  msgid "Number of rows in the %s table"
835
  msgstr "تعداد ردیفها در جدول %s"
836
 
837
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:59
838
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:70
839
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:81
840
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:92
841
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:103
842
  msgid "Row"
843
  msgstr "ردیف"
844
 
845
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:60
846
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:71
847
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:82
848
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:93
849
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:104
850
  msgid "Number of rows"
851
  msgstr "تعداد ردیف‌های موجود"
852
 
853
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:109
854
  msgid "Version Info"
855
  msgstr "اطلاعات نگارش"
856
 
857
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:114
858
  msgid "WP Statistics Version"
859
  msgstr "نگارش افزونه آماره"
860
 
861
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:119
862
  msgid "The WP Statistics version you are running."
863
  msgstr "نگارش افزونه آماره در حال اجرای شما."
864
 
865
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:125
866
  msgid "PHP Version"
867
  msgstr "نگارش PHP"
868
 
869
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:130
870
  msgid "The PHP version you are running."
871
  msgstr "نگارش PHP در حال اجرای شما."
872
 
873
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:136
874
  msgid "PHP Safe Mode"
875
  msgstr "حالت ایمن PHP"
876
 
877
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:141
878
  msgid "Is PHP Safe Mode active. The GeoIP code is not supported in Safe Mode."
879
  msgstr "حالت ایمنی PHP فعال است. کدهای GeoIP در حالت امن پشتیبانی نمی‌شوند."
880
 
881
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:147
882
  msgid "jQuery Version"
883
  msgstr "نگارش جی‌کوئری"
884
 
885
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:152
886
  msgid "The jQuery version you are running."
887
  msgstr "نگارش جی‌کوئری در حال اجرای شما."
888
 
889
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:158
890
  msgid "cURL Version"
891
  msgstr "نسخه cURL"
892
 
893
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:162
894
  msgid "cURL not installed"
895
  msgstr "cURL نصب نیست"
896
 
897
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:163
898
  msgid ""
899
  "The PHP cURL Extension version you are running. cURL is required for the "
900
  "GeoIP code, if it is not installed GeoIP will be disabled."
901
  msgstr ""
902
  "ماژول cURL در PHP شما در حال اجراست. اگر نصب نیست GeoIP غیرفعال خواهد شد."
903
 
904
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:169
905
  msgid "BC Math"
906
  msgstr "BC Math"
907
 
908
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:173
909
  msgid "Installed"
910
  msgstr "نصب شده"
911
 
912
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:173
913
  msgid "Not installed"
914
  msgstr "نصب نشده"
915
 
916
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:174
917
  msgid ""
918
  "If the PHP BC Math Extension is installed. BC Math is no longer required "
919
  "for the GeoIP code and is listed here only for historical reasons."
921
  "اگر قادر به نصب پسوند پی اچ پی ریاضی سال قبل از میلاد است. ریاضی سال قبل از "
922
  "میلاد دیگر برای کد GeoIP لازم است و تنها به دلایل تاریخی ذکر شده است."
923
 
924
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:179
925
  msgid "File Info"
926
  msgstr "اطلاعات فایل"
927
 
928
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:184
929
  msgid "GeoIP Database"
930
  msgstr "GeoIP پایگاه داده"
931
 
932
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:193
933
  msgid "Database file does not exist."
934
  msgstr "فایل پایگاه‌داده وجود ندارد."
935
 
936
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:195
937
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:214
938
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:233
939
  msgid ", created on "
940
  msgstr "، در ایجاد "
941
 
942
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:197
943
  msgid "The file size and date of the GeoIP database."
944
  msgstr "اندازه فایل و تاریخ از GeoIP پایگاه داده."
945
 
946
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:203
947
  msgid "browscap.ini File"
948
  msgstr "browscap.ini فایل"
949
 
950
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:212
951
  msgid "browscap.ini file does not exist."
952
  msgstr "فایل browscap.ini وجود ندارد."
953
 
954
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:216
955
  msgid "The file size and date of the browscap.ini file."
956
  msgstr "اندازه فایل و تاریخ فایل browscap.ini."
957
 
958
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:222
959
  msgid "browscap Cache File"
960
  msgstr "browscap فایل حافظه پنهان"
961
 
962
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:231
963
  msgid "browscap cache file does not exist."
964
  msgstr "پرونده حافظه پنهان در browscap وجود ندارد."
965
 
966
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:235
967
  msgid "The file size and date of the browscap cache file."
968
  msgstr "اندازه فایل و تاریخ فایل حافظه پنهان browscap."
969
 
970
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:240
971
  msgid "Client Info"
972
  msgstr "اطلاعات کاربر"
973
 
974
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:245
975
  msgid "Client IP"
976
  msgstr "آی‌پی کاربر"
977
 
978
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:250
979
  msgid "The client IP address."
980
  msgstr "آدرس آی‌پی کاربر."
981
 
982
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:256
983
  msgid "User Agent"
984
  msgstr "عامل کاربر"
985
 
986
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:261
987
  msgid "The client user agent string."
988
  msgstr "رشته‌ی عامل کاربری"
989
 
990
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:267
991
+ msgid "Browser"
992
+ msgstr "مرورگر"
993
+
994
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:274
995
+ msgid "The detected client browser."
996
+ msgstr "مرورگر شناسایی شده کاربر"
997
+
998
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:280
999
+ msgid "Version"
1000
+ msgstr "نگارش"
1001
+
1002
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:285
1003
+ msgid "The detected client browser version."
1004
+ msgstr "نسخه شناسایی شده مرورگر کاربر"
1005
+
1006
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:296
1007
+ msgid "The detected client platform."
1008
+ msgstr "پلت‌فرم شناسایی شده کاربر"
1009
+
1010
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-updates.php:4
1011
  msgid ""
1012
  "This will replace all IP addresses in the database with hash values and "
1013
  "cannot be undo, are you sure?"
1015
  "همه آدرس‌های آی‌پی در پایگاه‌داده با مقادیر هش جایگزین می‌شود و قابل برگشت نیست، "
1016
  "آیا مطمئن هستید؟"
1017
 
1018
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-updates.php:16
1019
  msgid "GeoIP Options"
1020
  msgstr "تنظیمات GeoIP"
1021
 
1022
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-updates.php:26
1023
  msgid ""
1024
  "Updates any unknown location data in the database, this may take a while"
1025
  msgstr ""
1026
  "دریافت به‌روز رسانی برای موقعیت وکشورها، ممکن است انجام این عمل کمی طول بکشد."
1027
 
1028
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-updates.php:31
1029
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:56
1030
  msgid "IP Addresses"
1031
  msgstr "آدرس آی‌پی"
1032
 
1033
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-updates.php:36
1034
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:61
1035
  msgid "Hash IP Addresses"
1036
  msgstr "هش‌کردن آدرس آی‌پی"
1037
 
1038
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-updates.php:41
1039
  msgid ""
1040
  "Replace IP addresses in the database with hash values, you will not be able "
1041
  "to recover the IP addresses in the future to populate location information "
1044
  "جایگزین کردن مقادیر هش به جای آدرس آی‌پی در پایگاه‌داده، شما در آینده "
1045
  "نمی‌توانید آدرس‌های آی‌پی را بازیابی کنید و ممکن است کمی طول بکشد."
1046
 
1047
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/wps-optimization.php:43
1048
  msgid "IP Addresses replaced with hash values."
1049
  msgstr "آدرس آی‌پی با مقادیر خش جایگزینه می‌شود."
1050
 
1051
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/wps-optimization.php:51
1052
  msgid "Install routine complete."
1053
  msgstr "روال کامل نصب کنید."
1054
 
1055
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/wps-optimization.php:146
1056
  msgid "Resources/Information"
1057
  msgstr "منابع/اطلاعات"
1058
 
1059
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/wps-optimization.php:148
1060
  msgid "Purging"
1061
  msgstr "پاک‌سازی"
1062
 
1063
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/wps-optimization.php:149
1064
  msgid "Database"
1065
  msgstr "پایگاه‌داده"
1066
 
1067
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/wps-optimization.php:150
1068
  msgid "Updates"
1069
  msgstr "به‌روز رسانی‌ها"
1070
 
1071
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/wps-optimization.php:151
1072
+ msgid "Historical"
1073
+ msgstr "تاریخچه"
1074
+
1075
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:8
1076
  #, php-format
1077
  msgid "WP Statistics V%s"
1078
  msgstr "آماره وردپرس نگارش %s"
1079
 
1080
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:20
1081
  msgid "Visit Us Online"
1082
  msgstr "مشاهده ما"
1083
 
1084
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:24
1085
  #, php-format
1086
  msgid ""
1087
  "Come visit our great new %s and keep up to date on the latest news about WP "
1088
  "Statistics."
1089
  msgstr ""
1090
+ "به %s جدید ما مراجعه کنید تا از آخرین اخبار و اطلاعیه‌های آماره وردپرس مطلع "
1091
+ "شوید."
1092
 
1093
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:24
1094
  msgid "website"
1095
  msgstr "وب سایت"
1096
 
1097
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:28
1098
  msgid "Rate and Review at WordPress.org"
1099
  msgstr "امتیاز و بررسی در Wordpress.org"
1100
 
1101
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:32
1102
  msgid "Thanks for installing WP Statistics, we encourage you to submit a "
1103
  msgstr "با تشکر از شما بابت نصب افزونه آماره وردپرس، توصیه می‌کنیم به"
1104
 
1105
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:32
1106
  msgid "rating and review"
1107
  msgstr "رتبه بندی و بازبینی"
1108
 
1109
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:32
1110
  msgid "over at WordPress.org. Your feedback is greatly appreciated!"
1111
  msgstr "سر بزنید. نقطه نظرات شما قابل قدردانیست!"
1112
 
1113
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:36
1114
  msgid "Translations"
1115
  msgstr "ترجمه‌ها"
1116
 
1117
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:40
1118
  #, php-format
1119
  msgid ""
1120
  "WP Statistics supports internationalization and we encourage our users to "
1121
  "submit translations, please visit our %s to see the current status and %s if "
1122
  "you would like to help."
1123
  msgstr ""
1124
+ "آماره وردپرس از بین المللی شدن حمایت می کند و ما شما را به ارائه ترجمه تشویق "
1125
+ "می‌کنیم, برای مشاهده وضعیت ترجمه‌ها به %s مراجعه کنید و اگر میخواهید به ما کمک "
1126
+ "کنید به %s مراجعه کنید."
1127
 
1128
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:40
1129
  msgid "translation collaboration site"
1130
+ msgstr "سایت همکاری در ترجمه"
1131
 
1132
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:40
1133
  msgid "drop us a line"
1134
+ msgstr "تماس با ما"
1135
 
1136
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:44
1137
  msgid "Support"
1138
  msgstr "پشتیبانی"
1139
 
1140
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:49
1141
  msgid ""
1142
  "We're sorry you're having problem with WP Statistics and we're happy to help "
1143
  "out. Here are a few things to do before contacting us:"
1145
  "اگر با آماره وردپرس مشکل دارید، ما متأسفیم و خوشحال می‌شویم شما را کمک کنیم. "
1146
  "می‌توانید از بخش‌های زیر اقدام کنید:"
1147
 
1148
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:52
1149
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:53
1150
  #, php-format
1151
  msgid "Have you read the %s?"
1152
  msgstr "شما باید %s را بخوانید؟"
1153
 
1154
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:52
1155
  msgid "FAQs"
1156
  msgstr "سوالات متداول"
1157
 
1158
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:53
1159
  msgid "manual"
1160
  msgstr "کتابچه راهنمای کاربر"
1161
 
1162
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:54
1163
  #, php-format
1164
  msgid "Have you search the %s for a similar issue?"
1165
  msgstr "جستجو در %s برای موضوع مشابه دارید؟"
1166
 
1167
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:54
1168
  msgid "support forum"
1169
  msgstr "انجمن پشتیبانی"
1170
 
1171
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:55
1172
  msgid "Have you search the Internet for any error messages you are receiving?"
1173
  msgstr "آیا برای هر خطا در اینترنت جستجو کرده‌اید؟"
1174
 
1175
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:56
1176
+ msgid "Make sure you have access to your PHP error logs."
1177
+ msgstr "آیا مطمئن هستید به گزارش‌ خطاهای PHP دسترسی دارید؟"
1178
+
1179
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:59
1180
  msgid "And a few things to double-check:"
1181
  msgstr "و به چند نکته دقت کنید:"
1182
 
1183
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:62
1184
  msgid "How's your memory_limit in php.ini?"
1185
  msgstr "مقدار memory_limit در php.ini را بررسی کرده‌اید؟"
1186
 
1187
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:63
1188
  msgid "Have you tried disabling any other plugins you may have installed?"
1189
  msgstr "سعی کردید افزونه‌های نصب شده دیگر را غیرفعال کنید؟"
1190
 
1191
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:64
1192
  msgid "Have you tried using the default WordPress theme?"
1193
  msgstr "سعی کردید پوسته پیش‌فرض وردپرس را استفاده کنید؟"
1194
 
1195
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:65
1196
  msgid "Have you double checked the plugin settings?"
1197
  msgstr "آیا تنظیمات افزونه را مجدد بررسی کرده‌اید؟"
1198
 
1199
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:66
1200
  msgid "Do you have all the required PHP extensions installed?"
1201
  msgstr "آیا الزامات مربوط به اکستنشن‌های PHP را نصب کرده‌اید؟"
1202
 
1203
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:67
1204
  msgid ""
1205
  "Are you getting a blank or incomplete page displayed in your browser? Did "
1206
  "you view the source for the page and check for any fatal errors?"
1208
  "آیا یک صفحه خالی یا یک صفحه ناقص در مروگر شما مشاهده می‌شود؟ آیا سورس صفحه را "
1209
  "مشاهده و خطای رخ داده را بررسی کرده‌اید؟"
1210
 
1211
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:68
1212
  msgid "Have you checked your PHP and web server error logs?"
1213
+ msgstr "آیا PHP و گزارش‌ خطاهای سرور وب خود را بررسی کرده‌اید؟"
1214
 
1215
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:71
1216
  msgid "Still not having any luck?"
1217
  msgstr "با این حال، شانشی برایتان نیست؟"
1218
 
1219
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:71
1220
  #, php-format
1221
  msgid ""
1222
  "Then please open a new thread on the %s and we'll respond as soon as "
1223
  "possible."
1224
+ msgstr ""
1225
+ "سپس لطفا یک تاپیک جدید در %s را باز کنید تا به سوال شما در اسرع پاسخ داده "
1226
+ "شود."
1227
 
1228
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:71
1229
  msgid "WordPress.org support forum"
1230
  msgstr "انجمن پشتیبانی WordPress.org"
1231
 
1232
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:75
1233
  #, php-format
1234
  msgid "Alternatively %s support is available as well."
1235
  msgstr "انجمن پشتیبانی %s ما، راه دیگری است که همیشه در دسترس است."
1236
 
1237
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:75
1238
  msgid "Farsi"
1239
  msgstr "فارسی"
1240
 
1241
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:33
1242
  msgid "Access Levels"
1243
  msgstr "سطح دسترسی"
1244
 
1245
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:62
1246
  msgid "Required user level to view WP Statistics"
1247
  msgstr "سطح کاربری مورد نیاز برای مشاهده آمارگیر وردپرس"
1248
 
1249
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:77
1250
  msgid "Required user level to manage WP Statistics"
1251
  msgstr "سطح کاربری مورد نیاز برای مدیریت آمارگیر وردپرس"
1252
 
1253
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:85
1254
  #, php-format
1255
  msgid "See the %s for details on capability levels."
1256
  msgstr "مشاهده جزئیات %s سطح توانایی."
1257
 
1258
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:85
1259
  msgid "WordPress Roles and Capabilities page"
1260
  msgstr "صفحه وردپرس نقش و توانایی"
1261
 
1262
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:86
1263
  msgid ""
1264
  "Hint: manage_network = Super Admin Network, manage_options = Administrator, "
1265
  "edit_others_posts = Editor, publish_posts = Author, edit_posts = "
1268
  "نکته: manage_network = مدیر شبکه، manage_options = مدیر، edit_others_posts = "
1269
  "ویرایشگر، publish_posts = نویسنده، edit_posts = مشارکت‌کننده، read = همه."
1270
 
1271
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:87
1272
  msgid ""
1273
  "Each of the above casscades the rights upwards in the default WordPress "
1274
  "configuration. So for example selecting publish_posts grants the right to "
1277
  "هریک از موارد به‌صورت پیش‌فرض در وردپرس تعریف شده‌اند. به‌عنوان مثال با انتخاب "
1278
  "publish_posts به نویسنده‌گاه، ویرایشگر‌ها، مدیر و مدیرکلی دسترسی اعطا می‌گردد."
1279
 
1280
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:88
1281
  #, php-format
1282
  msgid ""
1283
  "If you need a more robust solution to delegate access you might want to look "
1286
  "اگر نیاز به راه‌حل‌های بیشتری در رابطه با نقش‌های کاربری وردپرس داشتید، نگاهی "
1287
  "به افزونه %s بیندازید."
1288
 
1289
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:93
1290
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:270
1291
  msgid "Exclusions"
1292
  msgstr "استثنائات"
1293
 
1294
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:97
1295
  msgid "Record exclusions"
1296
  msgstr "رکوردهای استثناء"
1297
 
1298
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:99
1299
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:151
1300
  msgid "Enable"
1301
  msgstr "فعال"
1302
 
1303
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:100
1304
  msgid ""
1305
  "This will record all the excluded hits in a separate table with the reasons "
1306
  "why it was excluded but no other information. This will generate a lot of "
1311
  "جدول دیگر. می‌تواند مقدار زیادی داده تولید شود، درعوض مفید خواهد بود و "
1312
  "می‌توانید آمار دقیق بازدید و بازدیدکننده‌تان را به دست آورید."
1313
 
1314
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:105
1315
  msgid "Exclude User Roles"
1316
  msgstr "محروم‌کردن نقش‌های کاربری"
1317
 
1318
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:119
1319
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:174
1320
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:181
1321
  msgid "Exclude"
1322
  msgstr "محروم"
1323
 
1324
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:120
1325
  #, php-format
1326
  msgid "Exclude %s role from data collection."
1327
  msgstr "محروم کردن نقش کاربری %s از محاسبه در آمار"
1328
 
1329
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:126
1330
  msgid "IP/Robot Exclusions"
1331
  msgstr "محرومیت‌های آی‌پی/ربات"
1332
 
1333
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:130
1334
  msgid "Robot list"
1335
  msgstr "لیست روبات‌ها"
1336
 
1337
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:143
1338
  msgid ""
1339
  "A list of words (one per line) to match against to detect robots. Entries "
1340
  "must be at least 4 characters long or they will be ignored."
1342
  "یک لیست از کلمات برای مقایسه و شناسایی ربات‌ها (در هر خط یک کلمه وارد شود). "
1343
  "ورودی‌ها باید حداقل دارای 4 کارکتر باشد."
1344
 
1345
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:144
1346
  msgid "Reset to Default"
1347
  msgstr "بازگشت به حالت پیش‌فرض"
1348
 
1349
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:149
1350
  msgid "Force robot list update after upgrades"
1351
  msgstr "به‌روز رسانی لیست روبات‌ها پس از ارتقاء"
1352
 
1353
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:152
1354
  msgid ""
1355
  "Force the robot list to be reset to the default after an update to WP "
1356
  "Statistics takes place. Note if this option is enabled any custom robots "
1359
  "لیست روبات‌ها بعد از به‌روز رسانی ریست می‌شود. توجه داشته باشید اگر این گزینه "
1360
  "فعال باشد لیست سفارشی شما از دست خواهد رفت."
1361
 
1362
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:157
1363
  msgid "Excluded IP address list"
1364
  msgstr "لیست آدرس آی‌پی‌های محروم"
1365
 
1366
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:160
1367
  msgid ""
1368
  "A list of IP addresses and subnet masks (one per line) to exclude from "
1369
  "statistics collection (both 192.168.0.0/24 and 192.168.0.0/255.255.255.0 "
1374
  "آمارگیر (هردو فرمت 192.168.0.0/24 و 192.168.0.0/255.255.255.0 قابل قبول). "
1375
  "برای مشخص کردن تنها یک آدرس آی‌پی نیازی نیست Subnet Mask را اضافه کنید."
1376
 
1377
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:161
1378
  msgid "Add 10.0.0.0"
1379
  msgstr "افزودن 10.0.0.0"
1380
 
1381
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:162
1382
  msgid "Add 172.16.0.0"
1383
  msgstr "افزودن 172.16.0.0"
1384
 
1385
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:163
1386
  msgid "Add 192.168.0.0"
1387
  msgstr "افزودن 192.168.0.0"
1388
 
1389
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:168
1390
  msgid "Site URL Exclusions"
1391
  msgstr "استثنائات آدرس"
1392
 
1393
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:172
1394
  msgid "Excluded login page"
1395
  msgstr "استثنائات برگه‌ی ورود"
1396
 
1397
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:175
1398
  msgid "Exclude the login page for registering as a hit."
1399
  msgstr "نادیده گرفتن برگه‌ی ورود برای نام‌نویسی به‌عنوان محاسبه در آمار"
1400
 
1401
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:179
1402
  msgid "Excluded admin pages"
1403
  msgstr "استثنائات برگه‌های مدیریت"
1404
 
1405
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:182
1406
  msgid "Exclude the admin pages for registering as a hit."
1407
  msgstr "نادیده گرفتن برگه‌های مدیریت برای نام‌نویسی به‌عنوان محاسبه در آمار"
1408
 
1409
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-browscap.php:22
1410
  msgid "browscap settings"
1411
  msgstr "تنظیمات browscap"
1412
 
1413
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-browscap.php:27
1414
  msgid "browscap usage"
1415
  msgstr "استفاده از browscap"
1416
 
1417
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-browscap.php:32
1418
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-browscap.php:56
1419
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:66
1420
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:82
1421
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:110
1422
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:126
1423
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:138
1424
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:165
1425
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:177
1426
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:189
1427
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:219
1428
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:231
1429
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:274
1430
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:290
1431
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:37
1432
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:61
1433
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:94
1434
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-maintenance.php:40
1435
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:105
1436
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:117
1437
  msgid "Active"
1438
  msgstr "فعال"
1439
 
1440
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-browscap.php:33
1441
  msgid "The browscap database will be downloaded and used to detect robots."
1442
  msgstr "پایگاه داده browscap را دانلود و استفاده برای شناسایی ربات."
1443
 
1444
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-browscap.php:39
1445
  msgid "Update browscap Info"
1446
  msgstr "Browscap به روز رسانی اطلاعات"
1447
 
1448
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-browscap.php:44
1449
  msgid "Download browscap Database"
1450
  msgstr "دانلود browscap پایگاه داده"
1451
 
1452
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-browscap.php:45
1453
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:50
1454
  msgid "Save changes on this page to download the update."
1455
  msgstr "ذخیره‌ی تغییرات در این برگه و دریافت به‌روز رسانی"
1456
 
1457
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-browscap.php:51
1458
  msgid "Schedule weekly update of browscap DB"
1459
  msgstr "برنامه به روز رسانی هفتگی browscap دسی بل"
1460
 
1461
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-browscap.php:59
1462
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:64
1463
  msgid "Next update will be"
1464
  msgstr "به‌روز رسانی بعدی خواهد بود"
1465
 
1466
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-browscap.php:74
1467
  msgid "Download of the browscap database will be scheduled for once a week."
1468
  msgstr ""
1469
  "دانلود بانک اطلاعاتی browscap برای یک بار در هفته طوری زمانبندی خواهد شد."
1470
 
1471
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:40
1472
  msgid "This will delete the manual when you save the settings, are you sure?"
1473
  msgstr "پس از ذخیره‌ی صفحه، فایل راهنما حذف خواهد شد، آیا مطمئن هستید؟"
1474
 
1475
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:67
1476
  msgid ""
1477
  "This feature will not store IP addresses in the database but instead used a "
1478
  "unique hash. The \"Store entire user agent string\" setting will be "
1484
  "گزینه انتخاب شود. شما قادر خواهید بود برای بازیابی آدرس IP در آینده برای "
1485
  "بازیابی اطلاعات مکان اگر این فعال شده است."
1486
 
1487
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:72
1488
  msgid "Users Online"
1489
  msgstr "کاربران حاضر"
1490
 
1491
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:77
1492
  msgid "User online"
1493
  msgstr "کاربران حاضر"
1494
 
1495
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:83
1496
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:111
1497
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:127
1498
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:166
1499
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:178
1500
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:190
1501
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:291
1502
  msgid "Enable or disable this feature"
1503
  msgstr "فعال یا غیرفعال کردن این امکان"
1504
 
1505
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:89
1506
  msgid "Check for online users every"
1507
  msgstr "زمان بررسی برای محاسبه کاربران آنلاین هر"
1508
 
1509
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:94
1510
  msgid "Second"
1511
  msgstr "ثانیه"
1512
 
1513
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:95
1514
  #, php-format
1515
  msgid "Time for the check accurate online user in the site. Now: %s Second"
1516
  msgstr "زمان برای بررسی دقیق کاربران حاضر در سایت. فعلا %s ثانیه است"
1517
 
1518
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:133
 
 
 
 
 
 
1519
  msgid "Store entire user agent string"
1520
  msgstr "ذخیره تمامی مرورگرهای کاربر"
1521
 
1522
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:139
1523
  msgid "Only enabled for debugging"
1524
  msgstr "فعال فقط برای اشکال زدایی"
1525
 
1526
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:145
1527
  msgid "Coefficient per visitor"
1528
  msgstr "ضریب محاسبه هر بازدیدکننده"
1529
 
1530
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:150
1531
  #, php-format
1532
  msgid "For each visit to account for several hits. Currently %s."
1533
  msgstr "ضریب محاسبه هر بازدید کننده را در آمار مشخص می‌کند. درحال حاضر %s است."
1534
 
1535
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:155
1536
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:160
1537
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:275
1538
  msgid "Pages"
1539
  msgstr "برگه‌ها"
1540
 
1541
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:172
1542
  msgid "Track all pages"
1543
  msgstr "رهگیری همه برگه‌ها"
1544
 
1545
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:184
1546
  msgid "Disable hits column in post/pages list"
1547
  msgstr "غیرفعال کردن ستون بازدید در لیست برگه/نوشته(ها)"
1548
 
1549
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:195
1550
  msgid "Miscellaneous"
1551
  msgstr "متفرقه"
1552
 
1553
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:200
1554
  msgid "Show stats in menu bar"
1555
  msgstr "نمایش آمار در منوبار"
1556
 
1557
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:205
1558
  msgid "No"
1559
  msgstr "خیر"
1560
 
1561
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:206
1562
  msgid "Yes"
1563
  msgstr "بله"
1564
 
1565
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:208
1566
  msgid "Show stats in admin menu bar"
1567
  msgstr "نمایش آمار در منوبار مدیریت"
1568
 
1569
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:214
1570
  msgid "Hide admin notices about non active features"
1571
  msgstr "غیرفعال شدن اطلاعیه‌های مدیریت درمورد فعال بودن امکانات"
1572
 
1573
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:220
1574
  msgid ""
1575
  "By default WP Statistics displays an alert if any of the core features are "
1576
  "disabled on every admin page, this option will disable these notices."
1578
  "به‌طور پیش‌فرض آماره‌وردپرس امکاناتی که در افزونه غیرفعال باشد را به صورت اخطار "
1579
  "در برگه‌های مدیریت نمایان می‌کند، این گزینه این ویژگی را غیرفعال می‌کند."
1580
 
1581
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:226
1582
  msgid "Delete the manual"
1583
  msgstr "حذف فایل راهنما"
1584
 
1585
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:232
1586
  msgid ""
1587
  "By default WP Statistics stores the admin manual in the plugin directory (~5 "
1588
  "meg), if this option is enabled it will be deleted now and during upgrades "
1592
  "5 مگابایت) می‌باشد. اگر این گزینه فعال باشد هم‌اکنون پاک خواهد شد و در زمان "
1593
  "ارتقاء نیز حذف می‌شود."
1594
 
1595
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:237
1596
  msgid "Search Enginges"
1597
  msgstr "موتورهای جستجوگر"
1598
 
1599
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:242
1600
  msgid ""
1601
  "Disabling all search engines is not allowed, doing so will result in all "
1602
  "search engines being active."
1604
  "از کار انداختن موتورهای جستجویی که نیازی به آنها نیست، این عمل در نتیجه کل "
1605
  "موتورهای جستجو تأثیر می‌گذارد."
1606
 
1607
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:257
1608
  msgid "disable"
1609
  msgstr "غیرفعال"
1610
 
1611
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:258
1612
  #, php-format
1613
  msgid "Disable %s from data collection and reporting."
1614
  msgstr "غیرفعال کردن %s از جمع آوری داده‌ها و گزارش."
1615
 
1616
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:264
1617
  msgid "Charts"
1618
  msgstr "نمودار"
1619
 
1620
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:269
1621
  msgid "Include totals"
1622
  msgstr "جمع کل"
1623
 
1624
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:275
1625
  msgid ""
1626
  "Add a total line to charts with multiple values, like the search engine "
1627
  "referrals"
1628
  msgstr "اضافه شدن جمع کل به نمودار آمار ورودی از موتورهای جستجو"
1629
 
1630
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:280
1631
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:285
1632
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/schedule.php:152
1633
  msgid "Statistical reporting"
1634
  msgstr "گزارش آماری"
1635
 
1636
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:298
1637
  msgid "Schedule"
1638
  msgstr "زمان‌بندی"
1639
 
1640
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:322
1641
  msgid "Select when receiving statistics report."
1642
  msgstr "زمان دریافت گزارش آماری را انتخاب کنید."
1643
 
1644
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:328
1645
  msgid "Send reports via"
1646
  msgstr "ارسال از طریق"
1647
 
1648
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:334
1649
  msgid "Email"
1650
  msgstr "پست الکترونیک"
1651
 
1652
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:335
1653
  msgid "SMS"
1654
  msgstr "پیامک"
1655
 
1656
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:337
1657
  msgid "Type Select Get Status Report."
1658
  msgstr "نوع دریافت گزارش آماری را انتخاب کنید."
1659
 
1660
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:340
1661
  #, php-format
1662
  msgid "Note: To send SMS text messages please install the %s plugin."
1663
  msgstr "توجه: برای ارسال اس ام اس متن پیام لطفا پلاگین %s نصب کنید."
1664
 
1665
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:340
1666
  msgid "WordPress SMS"
1667
  msgstr "اس ام اس وردپرس"
1668
 
1669
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:347
1670
  msgid "E-mail addresses"
1671
  msgstr "آدرس‌های پست‌الکترونیک"
1672
 
1673
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:352
1674
  msgid ""
1675
  "A comma separated list of e-mail addresses to send the reports to if e-mail "
1676
  "is selected above."
1677
  msgstr "آدرس‌های پست‌الکترونیک را با ویرگول لاتین از هم جدا کنید."
1678
 
1679
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:358
1680
  msgid "Report body"
1681
  msgstr "متن بدنه گزارش"
1682
 
1683
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:363
1684
  msgid "Enter the contents of the reports received."
1685
  msgstr "محتوای دریافت گزارش را وارد کنید."
1686
 
1687
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:365
1688
  msgid ""
1689
  "Any shortcode supported by your installation of WordPress, include all "
1690
  "shortcodes for WP Statistics (see the admin manual for a list of codes "
1691
+ "available) are supported in the body of the message. Here are some examples:"
1692
  msgstr ""
1693
  "هر کدکوتاهی توسط وردپرس شما پشتیبانی میشود. کدهای کوتاه در افزونه آمار (لیست "
1694
+ "کدها در راهنمای کاربری موجود است) در بدنه‌ی متن پشتیبانی می‌شوند. نمونه‌هایی "
1695
+ "برای مثال:"
1696
 
1697
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:366
1698
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:38
1699
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:247
1700
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:326
 
 
 
 
 
 
 
 
 
 
1701
  msgid "User Online"
1702
  msgstr "کاربران حاضر"
1703
 
1704
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:367
1705
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:52
1706
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:253
1707
  msgid "Today Visitor"
1708
  msgstr "بازدیدکننده امروز"
1709
 
1710
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:368
1711
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:45
1712
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:250
1713
  msgid "Today Visit"
1714
  msgstr "بازدید امروز"
1715
 
1716
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:369
1717
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:66
1718
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:259
1719
  msgid "Yesterday Visitor"
1720
  msgstr "بازدید کننده دیروز"
1721
 
1722
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:370
1723
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:59
1724
  msgid "Yesterday Visit"
1725
  msgstr "بازدید دیروز"
1726
 
1727
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:371
1728
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:101
1729
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:274
1730
  msgid "Total Visitor"
1731
  msgstr "کل بازدیدکننده‌گان"
1732
 
1733
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:372
1734
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:94
1735
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:271
1736
  msgid "Total Visit"
1737
  msgstr "کل بازدیدها"
1738
 
1739
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:17
1740
  msgid "GeoIP settings"
1741
  msgstr "تنظیمات GeoIP"
1742
 
1743
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:22
1744
  #, php-format
1745
  msgid ""
1746
  "IP location services provided by GeoLite2 data created by MaxMind, available "
1749
  "سرویس ارائه‌دهنده مکان‌نمای IP با GeoLite2 ایجاد شده و توسط MaxMind ساخته شده "
1750
  "است و در %s قابل دسترس است."
1751
 
1752
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:32
1753
  msgid "GeoIP collection"
1754
  msgstr "مجموعه GeoIP"
1755
 
1756
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:38
1757
  msgid ""
1758
  "For get more information and location (country) from visitor, enable this "
1759
  "feature."
1761
  "برای دریافت اطلاعات بیشتر و موقعیت (کشور) بازدیدکننده، این امکان را فعال "
1762
  "کنید."
1763
 
1764
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:44
1765
  msgid "Update GeoIP Info"
1766
  msgstr "به روز رسانی اطلاعات GeoIP"
1767
 
1768
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:49
1769
  msgid "Download GeoIP Database"
1770
  msgstr "دریافت پایگاه‌داده GeoIP"
1771
 
1772
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:56
1773
  msgid "Schedule monthly update of GeoIP DB"
1774
  msgstr "برنامه‌ریزی به‌روزرسانی ماهیانه پایگاه‌داده‌ی GeoIP"
1775
 
1776
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:82
1777
  msgid ""
1778
  "Download of the GeoIP database will be scheduled for 2 days after the first "
1779
  "Tuesday of the month."
1780
  msgstr "دریافت پایگاه‌داده‌ی GeoIP در 2 روز بعد از اولین سه‌شنبه در هرماه."
1781
 
1782
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:83
1783
  msgid ""
1784
  "This option will also download the database if the local filesize is less "
1785
  "than 1k (which usually means the stub that comes with the plugin is still in "
1788
  "این امکان حتی داده‌های کمتر از 1 کیلوبایت را نیز دریافت می‌کند (که به معنای "
1789
  "داده‌های همراه افزونه است)."
1790
 
1791
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:89
1792
  msgid "Populate missing GeoIP after update of GeoIP DB"
1793
  msgstr "جمعیت‌های از دست رفته GeoIP بعد از به‌روز سانی پایگاه‌داده‌ی GeoIP"
1794
 
1795
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:95
1796
  msgid "Update any missing GeoIP data after downloading a new database."
1797
  msgstr ""
1798
  "به‌روز رسانی هر داده‌ی از دست‌رفته‌ی GeoIP بعد از دریافت پایگاه داده‌ی جدید."
1799
 
1800
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:106
1801
  msgid "GeoIP collection is disabled due to the following reasons:"
1802
  msgstr "مجموعه GeoIP با توجه به دلایل زیر غیرفعال شده است:"
1803
 
1804
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:109
1805
  #, php-format
1806
  msgid ""
1807
  "GeoIP collection requires PHP %s or above, it is currently disabled due to "
1810
  "مجموعه GeoIP به PHP نسخه %s و بالاتر نیاز دارد، در حال حاضر با توجه به پایین "
1811
  "بودن نسخه PHP شما، غیرفعال است"
1812
 
1813
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:114
1814
  msgid ""
1815
  "GeoIP collection requires the cURL PHP extension and it is not loaded on "
1816
  "your version of PHP!"
1818
  "مجموعه‌ی GeoIP نیاز به ماژول cURL در PHP دارد و نمی‌تواند در نگارش PHP شما "
1819
  "بارگزاری شود!"
1820
 
1821
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:120
1822
  msgid ""
1823
  "GeoIP collection requires the BC Math PHP extension and it is not loaded on "
1824
  "your version of PHP!"
1826
  "مجموعه‌ی GeoIP نیاز به ماژول BC Math در PHP دارد و نمی‌تواند در نگارش PHP شما "
1827
  "بارگزاری شود!"
1828
 
1829
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:126
1830
  msgid ""
1831
  "PHP safe mode detected! GeoIP collection is not supported with PHP's safe "
1832
  "mode enabled!"
1833
  msgstr ""
1834
  "حالت ایمنی PHP شناسایی نشد! مجموعه GeoIP توسط حالت ایمنی PHP پشتیبانی نمی‌شود!"
1835
 
1836
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-maintenance.php:20
1837
  msgid ""
1838
  "This will permanently delete data from the database each day, are you sure "
1839
  "you want to enable this option?"
1841
  "این درخواست داده‌های قدیمی را برای همیشه پاک می‌کند. برای فعال سازی آن مطمئن "
1842
  "هستید؟"
1843
 
1844
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-maintenance.php:30
1845
  msgid "Database Maintenance"
1846
  msgstr "تعمیر و نگه‌داری پایگاه‌داده"
1847
 
1848
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-maintenance.php:35
1849
  msgid "Run a daily WP Cron job to prune the databases"
1850
  msgstr "اجرای روزانه یک زمان‌بندی برای هرس کردن پایگاه‌داده."
1851
 
1852
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-maintenance.php:41
1853
  msgid ""
1854
  "A WP Cron job will be run daily to prune any data older than a set number of "
1855
  "days."
1857
  "وظیفه آن اجرای روزانه برای حذف داده‌هایی که بیشتر از زمان انتخاب شده نگه‌داری "
1858
  "شده اند."
1859
 
1860
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-maintenance.php:47
1861
  msgid "Prune data older than"
1862
  msgstr "داده‌های قدیمی‌تر از"
1863
 
1864
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-maintenance.php:52
1865
  msgid "Days"
1866
  msgstr "روز"
1867
 
1868
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-maintenance.php:53
1869
  msgid ""
1870
  "The number of days to keep statistics for. Minimum value is 30 days. "
1871
  "Invalid values will disable the daily maintenance."
1873
  "تعداد روزها برای حفظ آمار. حداقل مقدار 30 روز است. مقدارهای نامعتبر روزانه "
1874
  "غیرفعال می‌شوند."
1875
 
1876
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:23
1877
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:32
1878
  msgid "None"
1879
  msgstr "هیچ"
1880
 
1881
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:24
1882
  msgid "Summary Statistics"
1883
  msgstr "خلاصه آمار"
1884
 
1885
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:28
1886
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/wps-settings.php:99
1887
  msgid "About"
1888
  msgstr "درباره"
1889
 
1890
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:34
1891
  msgid "Hits Statistical Chart"
1892
  msgstr "نمودار آمار بازدیدها"
1893
 
1894
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:35
1895
  msgid "Search Engine Referrers Statistical Chart"
1896
  msgstr "نمودار آمار موتورهای جستجو"
1897
 
1898
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:37
1899
  msgid "Top Pages Visited"
1900
  msgstr "برترین برگه‌های بازدید شده"
1901
 
1902
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:75
1903
  msgid "The following three items are global to all users."
1904
  msgstr "سه آیتم زیر برای تمامی کاربرها قابل دسترسی می‌باشد."
1905
 
1906
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:80
1907
  msgid "Map type"
1908
  msgstr "نوع نقشه"
1909
 
1910
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:86
1911
  msgid "Google"
1912
  msgstr "گوگل"
1913
 
1914
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:86
1915
  msgid "JQVMap"
1916
  msgstr "JQV"
1917
 
1918
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:93
1919
  msgid ""
1920
  "The \"Google\" option will use Google's mapping service to plot the recent "
1921
  "visitors (requires access to Google)."
1923
  "گزینه \"گوگل\" از سرویس نقشه گوگل برای آخرین بازدیدکنندگاه استفاده می‌کند. "
1924
  "(نیازمند دسترسی به گوگل است)."
1925
 
1926
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:94
1927
  msgid ""
1928
  "The \"JQVMap\" option will use JQVMap javascript mapping library to plot the "
1929
  "recent visitors (requires no extenral services)."
1931
  "گزینه \"JQVMap\" از کتابخوانه جاوا اسکریپتی JQVMap برای آخرین بازدیدکنندگاه "
1932
  "استفاده می‌کند. (نیازمند سرویس خارجی نمی‌باشد)."
1933
 
1934
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:100
1935
  msgid "Disable map"
1936
  msgstr "غیرفعال کردن نقشه"
1937
 
1938
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:106
1939
  msgid "Disable the map display"
1940
  msgstr "غیرفعال کردن نمایش نقشه"
1941
 
1942
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:112
1943
  msgid "Get country location from Google"
1944
  msgstr "دریافت مختصات کشورها از گوگل"
1945
 
1946
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:118
1947
  msgid ""
1948
  "This feature may cause a performance degradation when viewing statistics and "
1949
  "is only valid if the map type is set to \"Google\"."
1951
  "این ویژگی ممکن است مشاهده آمار را با کندی مواجه کند و تنها برای نوع نقشه "
1952
  "\"گوگل\" تنظیم شده است."
1953
 
1954
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:123
1955
  msgid "Widgets to Display"
1956
  msgstr "نمایش ابزارک‌ها"
1957
 
1958
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:132
1959
  msgid ""
1960
  "The following items are unique to each user. If you do not select the "
1961
  "'About' widget it will automatically be displayed in the last positon of "
1964
  "موارد زیر برای هرکاربر منحصر به فرد است. اگر شما ابزارک \"درباره پلاگین\" را "
1965
  "انتخاب نکنید، به صورت پیش‌فرض در ستون A نمایش داده می‌شود."
1966
 
1967
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:137
1968
  msgid "Slot"
1969
  msgstr "سطر"
1970
 
1971
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:141
1972
  msgid "Column A"
1973
  msgstr "ستون A"
1974
 
1975
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:145
1976
  msgid "Column B"
1977
  msgstr "ستون B"
1978
 
1979
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:151
1980
  msgid "Slot 1"
1981
  msgstr "سطر 1"
1982
 
1983
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:181
1984
  msgid "Slot 2"
1985
  msgstr "سطر 2"
1986
 
1987
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:211
1988
  msgid "Slot 3"
1989
  msgstr "سطر 3"
1990
 
1991
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:241
1992
  msgid "Slot 4"
1993
  msgstr "سطر 4"
1994
 
1995
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:271
1996
  msgid "Slot 5"
1997
  msgstr "سطر 5"
1998
 
1999
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:301
2000
  msgid "Slot 6"
2001
  msgstr "سطر 6"
2002
 
2003
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:305
2004
  msgid "N/A"
2005
  msgstr "خالی"
2006
 
2007
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-removal.php:15
2008
+ msgid "WP Statisitcs Removal"
2009
+ msgstr "حذف آماره وردپرس"
2010
+
2011
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-removal.php:20
2012
+ msgid ""
2013
+ "Uninstalling WP Statistics will not remove the data and settings, you can "
2014
+ "use this option to remove the WP Statistics data from your install before "
2015
+ "uninstalling the plugin."
2016
+ msgstr ""
2017
+ "حذف‌کردن آماره وردپرس پاک کردن تنظیمات داده‌ها نخواهد بود، با استفاده از این "
2018
+ "گزینه می‌توانید تمامی اطلاعات (داده‌ها و جدول‌ها)ی افزونه را پاک کنید."
2019
+
2020
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-removal.php:23
2021
+ msgid ""
2022
+ "Once you submit this form the settings will be deleted during the page load, "
2023
+ "however WP Statistics will still show up in your Admin menu until another "
2024
+ "page load is executed."
2025
+ msgstr ""
2026
+ "پاک سازی در هنگام بارگزاری صفحه پس از یک‌بار ثبت تنظیمات انجام می شود. به "
2027
+ "هرحال آماره وردپرس در منوی مدیریت تا زمانی که بقیه صفحه اجرا شده باشد، نشان "
2028
+ "داده می‌شود."
2029
+
2030
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-removal.php:29
2031
+ msgid "Remove data and settings"
2032
+ msgstr "پاک کردن داده‌ها و تنظیمات"
2033
+
2034
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-removal.php:34
2035
+ msgid "Remove"
2036
+ msgstr "حذف"
2037
+
2038
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-removal.php:35
2039
+ msgid "Remove data and settings, this action cannot be undone."
2040
+ msgstr "حذف داده‌ها و تنظیمات، این عمل غیرقابل برگشت است."
2041
+
2042
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/wps-settings.php:92
2043
  msgid "General"
2044
  msgstr "عمومی"
2045
 
2046
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/wps-settings.php:93
2047
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:264
2048
  msgid "Overview"
2049
  msgstr "مرور کلی"
2050
 
2051
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/wps-settings.php:94
2052
  msgid "Access/Exclusions"
2053
  msgstr "دسترسی/محرومیت‌ها"
2054
 
2055
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/wps-settings.php:95
2056
  msgid "GeoIP"
2057
  msgstr "GeoIP"
2058
 
2059
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/wps-settings.php:96
2060
  msgid "browscap"
2061
  msgstr "browscap"
2062
 
2063
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/wps-settings.php:97
2064
  msgid "Maintenance"
2065
  msgstr "تعمیر و نگه‌داری"
2066
 
2067
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/wps-settings.php:98
2068
+ msgid "Removal"
2069
+ msgstr "حذف"
2070
+
2071
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/wps-settings.php:137
2072
  msgid "Update"
2073
  msgstr "به‌روز رسانی"
2074
 
2075
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/manual/manual.php:29
2076
  #, php-format
2077
  msgid "Manual not found: %s"
2078
  msgstr "راهنما یافت نشد: %s"
2079
 
2080
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/manual/manual.php:39
2081
  #, php-format
2082
  msgid "Invalid file type selected: %s"
2083
  msgstr "نوع فایل نامعتبر انتخاب شده: %s"
2084
 
2085
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/schedule.php:10
2086
  msgid "Once Weekly"
2087
  msgstr "یکبار در هفته"
2088
 
2089
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/schedule.php:17
2090
  msgid "Once Every 2 Weeks"
2091
  msgstr "هر 2 هفته"
2092
 
2093
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/schedule.php:24
2094
  msgid "Once Every 4 Weeks"
2095
  msgstr "هر 4 هفته"
2096
 
2097
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:14
2098
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:261
2099
  msgid "Statistics"
2100
  msgstr "آماره"
2101
 
2102
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:15
2103
  msgid "Show site stats in sidebar."
2104
  msgstr "نمایش آمار سایت در ابزارک."
2105
 
2106
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:73
2107
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:262
2108
  msgid "Week Visit"
2109
  msgstr "بازدید هفته"
2110
 
2111
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:80
2112
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:265
2113
  msgid "Month Visit"
2114
  msgstr "بازدید ماه"
2115
 
2116
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:87
2117
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:268
2118
  msgid "Years Visit"
2119
  msgstr "بازدید سال"
2120
 
2121
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:108
2122
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:277
2123
  msgid "Total Page Views"
2124
  msgstr "کل بازدید برگه‌ها"
2125
 
2126
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:116
2127
  msgid "Search Engine referred"
2128
  msgstr "ورودی موتور جستجو"
2129
 
2130
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:123
2131
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:300
2132
  msgid "Total Posts"
2133
  msgstr "کل نوشته‌ها"
2134
 
2135
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:130
2136
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:303
2137
  msgid "Total Pages"
2138
  msgstr "کل برگه‌ها"
2139
 
2140
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:137
2141
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:306
2142
  msgid "Total Comments"
2143
  msgstr "کل دیدگاه‌ها"
2144
 
2145
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:144
2146
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:309
2147
  msgid "Total Spams"
2148
  msgstr "کل جفنگ‌ها"
2149
 
2150
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:151
2151
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:312
2152
  msgid "Total Users"
2153
  msgstr "کل کاربرها"
2154
 
2155
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:158
2156
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:315
2157
  msgid "Average Posts"
2158
  msgstr "میانگین نوشته‌ها"
2159
 
2160
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:165
2161
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:318
2162
  msgid "Average Comments"
2163
  msgstr "میانگین دیدگاه‌ها"
2164
 
2165
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:172
2166
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:321
2167
  msgid "Average Users"
2168
  msgstr "میانگین کاربرها"
2169
 
2170
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:179
2171
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:324
2172
  msgid "Last Post Date"
2173
  msgstr "تاریخ به‌روزشدن سایت"
2174
 
2175
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:240
2176
  msgid "Name"
2177
  msgstr "نام"
2178
 
2179
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:244
2180
  msgid "Items"
2181
  msgstr "آیتم‌ها"
2182
 
2183
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:256
2184
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:350
2185
  msgid "Yesterday visit"
2186
  msgstr "بازدید دیروز"
2187
 
2188
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:280
2189
  msgid "Search Engine Referred"
2190
  msgstr "ورودی موتور جستجو"
2191
 
2192
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:283
2193
  msgid "Select type of search engine"
2194
  msgstr "انتخاب نوع موتورجستجو"
2195
 
2196
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:27
2197
  msgid ""
2198
  "ERROR: WP Statistics has detected an unsupported version of PHP, WP "
2199
  "Statistics will not function without PHP Version "
2200
  msgstr ""
2201
+ "خطا: آماره وردپرس نسخه پشتیبانی نشده PHP را شناسایی کرده است. آماره وردپرس "
2202
+ "بدون توابع نسخه PHP کار نمی‌کند."
2203
 
2204
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:27
2205
  msgid " or higher!"
2206
  msgstr "و یا بالاتر!"
2207
 
2208
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:42
2209
+ msgid "WP Statistics has been removed, please disable and delete it."
2210
+ msgstr "آماره وردپرس حذف شد، لطفاً افزونه را غیرفعال و پاک کنید."
2211
+
2212
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:53
2213
  msgid "WP Statistics"
2214
  msgstr "آماره وردپرس"
2215
 
2216
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:54
2217
  msgid "Complete statistics for your WordPress site."
2218
  msgstr "آماری کامل برای سایت وردپرسی شما."
2219
 
2220
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:97
2221
  #, php-format
2222
  msgid ""
2223
  "Online user tracking in WP Statistics is not enabled, please go to %s and "
2224
  "enable it."
2225
  msgstr ""
2226
+ "کاربران آنلاین در آماره وردپرس غیرفعال است لطفا به %s بروید و آن را فعال "
2227
+ "کنید."
2228
 
2229
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:97
2230
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:100
2231
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:103
2232
  msgid "setting page"
2233
  msgstr "تنظیمات صفحه"
2234
 
2235
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:100
2236
  #, php-format
2237
  msgid ""
2238
  "Hit tracking in WP Statistics is not enabled, please go to %s and enable it."
2239
+ msgstr ""
2240
+ "ردیابی بازدید در آماره وردپرس فعال نیست، لطفاً به %s بروید و آن را فعال کنید."
2241
 
2242
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:103
2243
  #, php-format
2244
  msgid ""
2245
  "Visitor tracking in WP Statistics is not enabled, please go to %s and enable "
2246
  "it."
2247
  msgstr ""
2248
+ "ردیابی بازدیدکنندگاه در آماره وردپرس فعال نیست، لطفاً به %s بروید و آن را "
2249
+ "فعال کنید."
2250
 
2251
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:106
2252
  #, php-format
2253
  msgid ""
2254
  "GeoIP collection is not active, please go to %s and enable this feature."
2255
+ msgstr "مجموعه GeoIP فعال نیست لطفا به قسمت %s بروید و این ویژگی را فعال کنید."
2256
 
2257
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:106
2258
  msgid "Setting page > GeoIP"
2259
  msgstr "صفحه تنظیمات > GeoIP"
2260
 
2261
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:168
2262
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:278
2263
  msgid "Settings"
2264
  msgstr "تنظیمات"
2265
 
2266
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:180
2267
  msgid "Click here to visit the plugin on WordPress.org"
2268
  msgstr "برای مشاهده افزونه در Wordpress.org کلیک کنید."
2269
 
2270
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:180
2271
  msgid "Visit WordPress.org page"
2272
  msgstr "مشاهده برگه‌ی Wordpress.org"
2273
 
2274
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:183
2275
  msgid "Click here to rate and review this plugin on WordPress.org"
2276
  msgstr "برای دادن امتیاز و بررسی افزونه در Wordpress.org کلیک کنید."
2277
 
2278
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:183
2279
  msgid "Rate this plugin"
2280
  msgstr "امتیاز به افزونه"
2281
 
2282
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:192
2283
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:269
2284
  msgid "Hits"
2285
  msgstr "بازدیدها"
2286
 
2287
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:227
2288
  msgid "WP Statistics - Hits"
2289
  msgstr "آماره وردپرس - بازدیدها"
2290
 
2291
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:271
2292
  msgid "Referers"
2293
  msgstr "ارجاع‌دهنده‌ها"
2294
 
2295
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:272
2296
  msgid "Searches"
2297
  msgstr "جستجوها"
2298
 
2299
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:273
2300
  msgid "Search Words"
2301
  msgstr "کلمات جستجو شده"
2302
 
2303
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:277
2304
  msgid "Optimization"
2305
  msgstr "بهینه سازی"
2306
 
2307
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:282
2308
  msgid "Manual"
2309
  msgstr "راهنما"
2310
 
2311
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:332
2312
  msgid "Today visitor"
2313
  msgstr "بازدید کننده امروز"
2314
 
2315
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:338
2316
  msgid "Today visit"
2317
  msgstr "بازدید امروز"
2318
 
2319
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:344
2320
  msgid "Yesterday visitor"
2321
  msgstr "بازدید کننده دیروز"
2322
 
2323
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:356
2324
  msgid "View Stats"
2325
  msgstr "نمایش آمار"
2326
 
2327
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:380
2328
  msgid "Download ODF file"
2329
  msgstr "دریافت فایل ODF"
2330
 
2331
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:381
2332
  msgid "Download HTML file"
2333
  msgstr "دریافت فایل HTML"
2334
 
2335
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:385
2336
  msgid "Manual file not found."
2337
  msgstr "راهنما یافت نشد."
2338
 
2339
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:460
2340
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:560
2341
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:593
2342
  msgid "You do not have sufficient permissions to access this page."
2343
  msgstr "شما مجوز کافی برای مشاهده‌ی این قسمت را ندارید."
2344
 
2345
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:471
2346
  msgid "Table plugin does not exist! Please disable and re-enable the plugin."
2347
  msgstr "جدول های پلاگین وجود ندارد! لطفا پلاگین را غیر فعال و مجدد فعال کنید."
2348
 
2349
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wps-updates.php:34
2350
  #, php-format
2351
  msgid "Error downloading GeoIP database from: %s - %s"
2352
  msgstr "خطای دریافت پایگاه‌داده GeoIP از %s: - %s"
2353
 
2354
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wps-updates.php:45
2355
  #, php-format
2356
  msgid "Error could not open downloaded GeoIP database for reading: %s"
2357
  msgstr "خطای بازشدن در هنگام دریافت پایگاه‌داده GeoIP برای خواندن: %s"
2358
 
2359
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wps-updates.php:52
2360
  #, php-format
2361
  msgid "Error could not open destination GeoIP database for writing %s"
2362
  msgstr "خطای بازشدن در هنگام دریافت پایگاه‌داده GeoIP برای نوشتن: %s"
2363
 
2364
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wps-updates.php:68
2365
  msgid "GeoIP Database updated successfully!"
2366
  msgstr "پایگاه‌داده GeoIP با موفقیت به‌روز شد!"
2367
 
2368
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wps-updates.php:141
2369
  #, php-format
2370
  msgid "Error downloading browscap database from: %s - %s"
2371
  msgstr "دانلود پایگاه داده browscap از خطا: %s - %s"
2372
 
2373
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wps-updates.php:229
2374
  msgid "browscap database updated successfully!"
2375
  msgstr "browscap پایگاه داده با موفقیت به روز!"
2376
 
2377
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wps-updates.php:237
2378
  msgid "browscap already at current version!"
2379
  msgstr "browscap در حال حاضر در نسخه فعلی!"
2380
 
2381
+ #~ msgid ""
2382
+ #~ "Input data codes are now deprecated and will be removed in a future "
2383
+ #~ "version of WP Statistics, please use the appropriate shortcodes, they are "
2384
+ #~ "included here only for historical purposes:"
2385
+ #~ msgstr ""
2386
+ #~ "در حال حاضر داده‌های آماری توصیه نمی‌شوند و این قابلیت در آینده از آمار "
2387
+ #~ "وردپرس حذف خواهد شد، لطفاً از کدهای مناسب‌تر استفاده کنید. آنها در این قسمت "
2388
+ #~ "برای اهدافی مشخص شده‌اند:"
2389
+
2390
  #~ msgid "http://wp-statistics.com/"
2391
  #~ msgstr "http://wp-statistics.com/"
2392
 
languages/wp_statistics-it_IT.mo CHANGED
Binary file
languages/wp_statistics-it_IT.po CHANGED
@@ -2,15 +2,15 @@
2
  # This file is distributed under the same license as the Wordpress Statistics package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2014-10-14 17:16-0500\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
- "X-Generator: Poedit 1.6.9\n"
11
  "Project-Id-Version: Wordpress Statistics\n"
12
  "POT-Creation-Date: \n"
13
- "Last-Translator: \n"
14
  "Language-Team: \n"
15
  "Language: it_IT\n"
16
 
@@ -1839,39 +1839,39 @@ msgstr "User Online"
1839
 
1840
  #: includes/settings/tabs/wps-general.php:371 widget.php:45 widget.php:250
1841
  msgid "Today Visit"
1842
- msgstr "Oggi Visitare"
1843
 
1844
  #: includes/settings/tabs/wps-general.php:370 widget.php:52 widget.php:253
1845
  msgid "Today Visitor"
1846
- msgstr "Oggi Visitatore"
1847
 
1848
  #: includes/settings/tabs/wps-general.php:373 widget.php:59
1849
  msgid "Yesterday Visit"
1850
- msgstr "Ieri visita"
1851
 
1852
  #: includes/settings/tabs/wps-general.php:372 widget.php:66 widget.php:259
1853
  msgid "Yesterday Visitor"
1854
- msgstr "Ieri Visitatori"
1855
 
1856
  #: widget.php:73 widget.php:262
1857
  msgid "Week Visit"
1858
- msgstr "Settimana Visitare"
1859
 
1860
  #: widget.php:80 widget.php:265
1861
  msgid "Month Visit"
1862
- msgstr "Mese Visitare"
1863
 
1864
  #: widget.php:87 widget.php:268
1865
  msgid "Years Visit"
1866
- msgstr "Anni Visita"
1867
 
1868
  #: includes/settings/tabs/wps-general.php:375 widget.php:94 widget.php:271
1869
  msgid "Total Visit"
1870
- msgstr "Visita Totale"
1871
 
1872
  #: includes/settings/tabs/wps-general.php:374 widget.php:101 widget.php:274
1873
  msgid "Total Visitor"
1874
- msgstr "Visitatore Totale"
1875
 
1876
  #: widget.php:123 widget.php:300
1877
  msgid "Total Posts"
@@ -1919,19 +1919,19 @@ msgstr "Impostazioni"
1919
 
1920
  #: wp-statistics.php:316
1921
  msgid "Today visitor"
1922
- msgstr "Visitatore di oggi"
1923
 
1924
  #: wp-statistics.php:322
1925
  msgid "Today visit"
1926
- msgstr "Visita di oggi"
1927
 
1928
  #: wp-statistics.php:328
1929
  msgid "Yesterday visitor"
1930
- msgstr "ieri visitatori"
1931
 
1932
  #: widget.php:256 wp-statistics.php:334
1933
  msgid "Yesterday visit"
1934
- msgstr "Visita di ieri"
1935
 
1936
  #: wp-statistics.php:444 wp-statistics.php:544 wp-statistics.php:815
1937
  msgid "You do not have sufficient permissions to access this page."
2
  # This file is distributed under the same license as the Wordpress Statistics package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2014-10-31 17:11+0330\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
+ "X-Generator: Poedit 1.6.10\n"
11
  "Project-Id-Version: Wordpress Statistics\n"
12
  "POT-Creation-Date: \n"
13
+ "Last-Translator: Andrea Beducci <andreabeducci@gmail.com>\n"
14
  "Language-Team: \n"
15
  "Language: it_IT\n"
16
 
1839
 
1840
  #: includes/settings/tabs/wps-general.php:371 widget.php:45 widget.php:250
1841
  msgid "Today Visit"
1842
+ msgstr "Visite Oggi"
1843
 
1844
  #: includes/settings/tabs/wps-general.php:370 widget.php:52 widget.php:253
1845
  msgid "Today Visitor"
1846
+ msgstr "Visitatori Oggi"
1847
 
1848
  #: includes/settings/tabs/wps-general.php:373 widget.php:59
1849
  msgid "Yesterday Visit"
1850
+ msgstr "Visite Ieri"
1851
 
1852
  #: includes/settings/tabs/wps-general.php:372 widget.php:66 widget.php:259
1853
  msgid "Yesterday Visitor"
1854
+ msgstr "Visitatori Ieri"
1855
 
1856
  #: widget.php:73 widget.php:262
1857
  msgid "Week Visit"
1858
+ msgstr "Visite Settimana"
1859
 
1860
  #: widget.php:80 widget.php:265
1861
  msgid "Month Visit"
1862
+ msgstr "Visite Mese"
1863
 
1864
  #: widget.php:87 widget.php:268
1865
  msgid "Years Visit"
1866
+ msgstr "Visite Anni"
1867
 
1868
  #: includes/settings/tabs/wps-general.php:375 widget.php:94 widget.php:271
1869
  msgid "Total Visit"
1870
+ msgstr "Visite Totali"
1871
 
1872
  #: includes/settings/tabs/wps-general.php:374 widget.php:101 widget.php:274
1873
  msgid "Total Visitor"
1874
+ msgstr "Visitatori Totali"
1875
 
1876
  #: widget.php:123 widget.php:300
1877
  msgid "Total Posts"
1919
 
1920
  #: wp-statistics.php:316
1921
  msgid "Today visitor"
1922
+ msgstr "Visitatori di oggi"
1923
 
1924
  #: wp-statistics.php:322
1925
  msgid "Today visit"
1926
+ msgstr "Visite di oggi"
1927
 
1928
  #: wp-statistics.php:328
1929
  msgid "Yesterday visitor"
1930
+ msgstr "Visitatori di ieri"
1931
 
1932
  #: widget.php:256 wp-statistics.php:334
1933
  msgid "Yesterday visit"
1934
+ msgstr "Visite di ieri"
1935
 
1936
  #: wp-statistics.php:444 wp-statistics.php:544 wp-statistics.php:815
1937
  msgid "You do not have sufficient permissions to access this page."
languages/wp_statistics-pl_PL.mo CHANGED
Binary file
languages/wp_statistics-pl_PL.po CHANGED
@@ -2,257 +2,370 @@
2
  # This file is distributed under the same license as the Wordpress Statistics package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2014-10-14 17:17-0500\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
  "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
10
  "|| n%100>=20) ? 1 : 2);\n"
11
- "X-Generator: Poedit 1.6.9\n"
12
  "Project-Id-Version: Wordpress Statistics\n"
13
  "POT-Creation-Date: \n"
14
- "Last-Translator: \n"
15
  "Language-Team: \n"
16
- "Language: pl_PL\n"
17
 
18
- #: includes/log/widgets/about.php:8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  msgid "About WP Statistics Version %s"
20
- msgstr "O WP Statistics Wersji %s"
21
 
22
- #: includes/log/widgets/summary.php:106
23
  msgid "Date: %s"
24
  msgstr "Data: %s"
25
 
26
- #: includes/log/widgets/summary.php:110
27
  msgid "Time: %s"
28
  msgstr "Czas: %s"
29
 
30
- #: includes/optimization/delete-agents.php:14
31
  msgid "%s agent data deleted successfully."
32
- msgstr "dane agenta %s pomyślnie usunięty."
33
 
34
- #: includes/optimization/delete-platforms.php:14
35
  msgid "%s platform data deleted successfully."
36
- msgstr "danych %s pomyślnie usunięty."
37
 
38
- #: includes/optimization/empty.php:53
39
  msgid "%s table data deleted successfully."
40
- msgstr "dane tabela %s pomyślnie usunięty."
41
 
42
- #: includes/optimization/purge-data.php:17
43
- #: includes/optimization/purge-data.php:27
44
- #: includes/optimization/purge-data.php:37
45
- #: includes/optimization/purge-data.php:47
46
  msgid "%s data older than %s days purged successfully."
47
- msgstr "%s danych starszych niż dni %s pomyślnie usunięte."
48
 
49
- #: includes/optimization/purge-data.php:19
50
- #: includes/optimization/purge-data.php:29
51
- #: includes/optimization/purge-data.php:39
52
- #: includes/optimization/purge-data.php:49
53
  msgid "No records found to purge from %s!"
54
- msgstr "Żadnych rekordów do przeczyszczenia %s!"
55
 
56
- #: includes/optimization/tabs/wps-optimization-resources.php:44
57
- #: includes/optimization/tabs/wps-optimization-resources.php:55
58
- #: includes/optimization/tabs/wps-optimization-resources.php:66
59
- #: includes/optimization/tabs/wps-optimization-resources.php:77
60
- #: includes/optimization/tabs/wps-optimization-resources.php:88
61
  msgid "Number of rows in the %s table"
62
- msgstr "Liczba wierszy w tabela %s"
63
 
64
- #: includes/optimization/tabs/wps-optimization-resources.php:211
65
  msgid "browscap Cache File"
66
- msgstr "Browscap plik pamięci podręcznej"
67
 
68
- #: includes/optimization/tabs/wps-optimization-resources.php:220
69
  msgid "browscap cache file does not exist."
70
- msgstr "Browscap pamięci podręcznej pliku nie istnieje."
71
 
72
- #: includes/optimization/tabs/wps-optimization-resources.php:224
73
  msgid "The file size and date of the browscap cache file."
74
- msgstr "Rozmiar pliku i data browscap pliku pamięci podręcznej."
75
 
76
- #: includes/settings/tabs/wps-about.php:24
77
  msgid ""
78
  "Come visit our great new %s and keep up to date on the latest news about WP "
79
  "Statistics."
80
  msgstr ""
81
- "Przyjść odwiedzić nasz wielki nowy %s i bądź na bieżąco z aktualnościami o "
82
- "WP Statistics."
83
 
84
- #: includes/settings/tabs/wps-about.php:24
85
  msgid "website"
86
- msgstr "Strona internetowa"
87
 
88
- #: includes/settings/tabs/wps-about.php:40
89
  msgid ""
90
  "WP Statistics supports internationalization and we encourage our users to "
91
  "submit translations, please visit our %s to see the current status and %s if "
92
  "you would like to help."
93
  msgstr ""
94
- "Statystyki WP obsługuje internacjonalizacji i zachęcamy naszych "
95
- "użytkowników, aby przesłać tłumaczenia, prosimy odwiedzić naszą %s aby "
96
- "zobaczyć aktualny stan i %s jeśli chcesz pomóc."
97
 
98
- #: includes/settings/tabs/wps-about.php:40
99
  msgid "translation collaboration site"
100
- msgstr "tłumaczenie witryny współpracy"
101
 
102
- #: includes/settings/tabs/wps-about.php:40
103
  msgid "drop us a line"
104
  msgstr "napisz do nas"
105
 
106
- #: includes/settings/tabs/wps-about.php:52
107
- #: includes/settings/tabs/wps-about.php:53
108
  msgid "Have you read the %s?"
109
  msgstr "Czy przeczytałeś %s?"
110
 
111
- #: includes/settings/tabs/wps-about.php:52
112
  msgid "FAQs"
113
  msgstr "Najczęściej zadawane pytania"
114
 
115
- #: includes/settings/tabs/wps-about.php:53
116
  msgid "manual"
117
- msgstr "Ręcznie"
118
 
119
- #: includes/settings/tabs/wps-about.php:54
120
  msgid "Have you search the %s for a similar issue?"
121
- msgstr "Czy wyszukiwania %s dla podobny problem?"
122
 
123
- #: includes/settings/tabs/wps-about.php:54
124
  msgid "support forum"
125
  msgstr "forum wsparcia"
126
 
127
- #: includes/settings/tabs/wps-about.php:70
128
  msgid ""
129
  "Then please open a new thread on the %s and we'll respond as soon as "
130
  "possible."
131
- msgstr ""
132
- "Następnie należy otworzyć nowy wątek na %s a my szybko reagować jak "
133
- "najszybciej."
134
 
135
- #: includes/settings/tabs/wps-about.php:70
136
  msgid "WordPress.org support forum"
137
  msgstr "Forum wsparcia WordPress.org"
138
 
139
- #: includes/settings/tabs/wps-about.php:74
140
  msgid "Alternatively %s support is available as well."
141
- msgstr "Alternatywnie %s wsparcie jest dostępne także."
142
 
143
- #: includes/settings/tabs/wps-access-level.php:85
144
  msgid "See the %s for details on capability levels."
145
- msgstr "Zobacz %s szczegóły na poziomach zdolności."
 
146
 
147
- #: includes/settings/tabs/wps-access-level.php:85
148
  msgid "WordPress Roles and Capabilities page"
149
- msgstr "Strona WordPress role i funkcje"
150
 
151
- #: includes/settings/tabs/wps-general.php:67
152
  msgid ""
153
  "This feature will not store IP addresses in the database but instead used a "
154
  "unique hash. The \"Store entire user agent string\" setting will be "
155
  "disabled if this is selected. You will not be able to recover the IP "
156
  "addresses in the future to recover location information if this is enabled."
157
  msgstr ""
158
- "Ta funkcja nie będzie przechowywać adresy IP w bazie danych, ale zamiast "
159
- "używane unikatowej wartości mieszania. \"Store string agenta cały użytkownika"
160
- "\" ustawienie zostanie wyłączone, jeśli ta opcja jest zaznaczona. Nie będzie "
161
- "w stanie odzyskać adresy IP w przyszłości odzyskać informacje o lokalizacji, "
162
- "jeśli ta opcja jest włączona."
163
 
164
- #: includes/settings/tabs/wps-general.php:340
165
  msgid "Note: To send SMS text messages please install the %s plugin."
166
- msgstr "Uwaga: Aby wysłać SMS tekst wiadomości należy zainstalować wtyczki %s."
167
 
168
- #: includes/settings/tabs/wps-general.php:340
169
  msgid "WordPress SMS"
170
  msgstr "WordPress SMS"
171
 
172
- #: wp-statistics.php:27
173
  msgid ""
174
  "ERROR: WP Statistics has detected an unsupported version of PHP, WP "
175
  "Statistics will not function without PHP Version "
176
  msgstr ""
177
- "BŁĄD: WP Statistics wykryła nieobsługiwaną wersja PHP, WP Statistics nie "
178
- "będą działać bez wersji PHP "
179
 
180
- #: wp-statistics.php:27
181
  msgid " or higher!"
182
- msgstr "lub wyższej!"
183
 
184
- #: wp-statistics.php:81
185
  msgid ""
186
  "Online user tracking in WP Statistics is not enabled, please go to %s and "
187
  "enable it."
188
  msgstr ""
189
- "Użytkownika online, śledzenie statystyk WP nie jest włączona, przejdź do %s "
190
- "i włącz go."
191
 
192
- #: wp-statistics.php:81 wp-statistics.php:84 wp-statistics.php:87
 
 
193
  msgid "setting page"
194
- msgstr "Ustawienia strony"
195
 
196
- #: wp-statistics.php:84
197
  msgid ""
198
  "Hit tracking in WP Statistics is not enabled, please go to %s and enable it."
199
  msgstr ""
200
- "Nie jest włączone śledzenie trafienie w WP Statistics, przejdź do %s i włącz "
201
- "go."
202
 
203
- #: wp-statistics.php:87
204
  msgid ""
205
  "Visitor tracking in WP Statistics is not enabled, please go to %s and enable "
206
  "it."
207
  msgstr ""
208
- "Użytkownik śledzenia statystyk WP nie jest włączona, przejdź do %s i włącz "
209
- "go."
210
 
211
- #: wp-statistics.php:90
212
  msgid ""
213
  "GeoIP collection is not active, please go to %s and enable this feature."
214
- msgstr ""
215
- "GeoIP kolekcja nie jest aktywny, proszę przejść do %s i umożliwiać ten cecha."
216
 
217
- #: wp-statistics.php:90
218
  msgid "Setting page > GeoIP"
219
  msgstr "Ustawienie strony > GeoIP"
220
 
221
- msgid "http://wp-statistics.com/"
222
- msgstr "http://wp-Statistics.com/"
223
-
224
- msgid "Mostafa Soufi & Greg Ross"
225
- msgstr "Mostafa Soufi & Greg Ross"
226
-
227
- #: includes/settings/wps-settings.php:90
228
  msgid "browscap"
229
  msgstr "browscap"
230
 
231
- #: wp-statistics.php:706
232
  msgid "Error downloading browscap database from: %s - %s"
233
  msgstr "Błąd pobierania bazy danych browscap z: %s - %s"
234
 
235
- #: wp-statistics.php:794
236
  msgid "browscap database updated successfully!"
237
  msgstr "Baza danych browscap zaktualizowana pomyślnie!"
238
 
239
- #: wp-statistics.php:802
240
  msgid "browscap already at current version!"
241
  msgstr "browscap już w aktualnej wersji!"
242
 
243
- #: includes/optimization/tabs/wps-optimization-database.php:5
244
  msgid "Database Setup"
245
  msgstr "Ustawienia bazy danych"
246
 
247
- #: includes/optimization/tabs/wps-optimization-database.php:10
248
  msgid "Re-run Install"
249
  msgstr "Zainstaluj ponownie"
250
 
251
- #: includes/optimization/tabs/wps-optimization-database.php:14
252
  msgid "Install Now!"
253
  msgstr "Zainstaluj"
254
 
255
- #: includes/optimization/tabs/wps-optimization-database.php:15
256
  msgid ""
257
  "If for some reason your installation of WP Statistics is missing the "
258
  "database tables or other core items, this will re-execute the install "
@@ -262,7 +375,7 @@ msgstr ""
262
  "danych lub innych kluczowych pozycji, ponownie uruchomi się proces "
263
  "instalacji."
264
 
265
- #: includes/optimization/tabs/wps-optimization-resources.php:163
266
  msgid ""
267
  "If the PHP BC Math Extension is installed. BC Math is no longer required "
268
  "for the GeoIP code and is listed here only for historical reasons."
@@ -270,70 +383,70 @@ msgstr ""
270
  "Jeśli jest zainstalowany rozszerzenie PHP BC Math. BC Math nie wymaga już "
271
  "kodu GeoIP i został tutaj wymieniony tylko z powodów historycznych."
272
 
273
- #: includes/optimization/tabs/wps-optimization-resources.php:168
274
  msgid "File Info"
275
  msgstr "Informacje pliku"
276
 
277
- #: includes/optimization/tabs/wps-optimization-resources.php:173
278
  msgid "GeoIP Database"
279
  msgstr "Baza danych GeoIP"
280
 
281
- #: includes/optimization/tabs/wps-optimization-resources.php:184
282
- #: includes/optimization/tabs/wps-optimization-resources.php:203
283
- #: includes/optimization/tabs/wps-optimization-resources.php:222
284
  msgid ", created on "
285
  msgstr ", utworzono w "
286
 
287
- #: includes/optimization/tabs/wps-optimization-resources.php:186
288
  msgid "The file size and date of the GeoIP database."
289
  msgstr "Rozmiar pliku i danych bazy danych GeoIP."
290
 
291
- #: includes/optimization/tabs/wps-optimization-resources.php:192
292
  msgid "browscap.ini File"
293
  msgstr "Plik browscap.ini"
294
 
295
- #: includes/optimization/tabs/wps-optimization-resources.php:201
296
  msgid "browscap.ini file does not exist."
297
  msgstr "plik browscap.ini nie istnieje."
298
 
299
- #: includes/optimization/tabs/wps-optimization-resources.php:205
300
  msgid "The file size and date of the browscap.ini file."
301
  msgstr "Rozmiar pliku i danych pliku browscap.ini."
302
 
303
- #: includes/optimization/wps-optimization.php:51
304
  msgid "Install routine complete."
305
  msgstr "Zainstaluj rutynowe zakończona."
306
 
307
- #: includes/settings/tabs/wps-browscap.php:17
308
  msgid "browscap settings"
309
- msgstr "ustawienia browscap"
310
 
311
- #: includes/settings/tabs/wps-browscap.php:22
312
  msgid "browscap usage"
313
- msgstr "użycie browscap"
314
 
315
- #: includes/settings/tabs/wps-browscap.php:28
316
  msgid "The browscap database will be downloaded and used to detect robots."
317
  msgstr ""
318
  "Baza danych browscap będzie pobierana i wykorzystywana do wykrywania robotów."
319
 
320
- #: includes/settings/tabs/wps-browscap.php:34
321
  msgid "Update browscap Info"
322
  msgstr "Zaktualizuj informacje browscap"
323
 
324
- #: includes/settings/tabs/wps-browscap.php:39
325
  msgid "Download browscap Database"
326
  msgstr "Pobierz bazę danych browscap"
327
 
328
- #: includes/settings/tabs/wps-browscap.php:46
329
  msgid "Schedule weekly update of browscap DB"
330
  msgstr "Harmonogram tygodniowy aktualizacji bazy danych browscap"
331
 
332
- #: includes/settings/tabs/wps-browscap.php:69
333
  msgid "Download of the browscap database will be scheduled for once a week."
334
  msgstr "Pobieranie bazy danych browscap planowane będzie raz w tygodniu."
335
 
336
- #: includes/optimization/tabs/wps-optimization-database.php:40
337
  msgid ""
338
  "Older installs of WP Statistics allow for duplicate entries in the visitors "
339
  "table in a corner case. Newer installs protect against this with a unique "
@@ -348,7 +461,7 @@ msgstr ""
348
  "\"Zaktualizuj\", aby przeskanować tabelę odwiedzających użytkowników, usunąć "
349
  "zdublowane wpisy i dodać indeks."
350
 
351
- #: includes/optimization/tabs/wps-optimization-database.php:46
352
  msgid ""
353
  "Older installs of WP Statistics allow for duplicate entries in the visitors "
354
  "table in a corner case. Newer installs protect against this with a unique "
@@ -358,17 +471,17 @@ msgstr ""
358
  "odwiedzających użytkowników w razie przypadku. Nowe instalacje chronią przed "
359
  "tym z unikalnym indeksem na tabeli."
360
 
361
- #: includes/optimization/tabs/wps-optimization-database.php:47
362
  msgid ""
363
  "Congratulations, your installation is already up to date, nothing to do."
364
  msgstr "Gratulacje, instalacja jest już aktualna, nic nie rób."
365
 
366
- #: includes/settings/tabs/wps-about.php:55
367
  msgid "Have you search the Internet for any error messages you are receiving?"
368
  msgstr ""
369
  "Czy wyszukać w Internecie jakiekolwiek komunikaty o błędach, które odbierasz?"
370
 
371
- #: includes/settings/tabs/wps-about.php:66
372
  msgid ""
373
  "Are you getting a blank or incomplete page displayed in your browser? Did "
374
  "you view the source for the page and check for any fatal errors?"
@@ -376,21 +489,24 @@ msgstr ""
376
  "Czy otrzymujesz pustą lub niekompletną wyświetlaną stronę w przeglądarce? "
377
  "Czy wyświetlić źródło na stronie i sprawdzić jakiekolwiek błędy krytyczne?"
378
 
379
- #: includes/settings/tabs/wps-about.php:67
380
  msgid "Have you checked your PHP and web server error logs?"
381
  msgstr "Czy można sprawdzić Twoje dzienniki błędów PHP i serwera sieci web?"
382
 
383
- #: widget.php:15
384
  msgid "Show site stats in sidebar."
385
  msgstr "Pokaż stronę Statystyki w pasku bocznym."
386
 
387
- #: includes/log/last-search.php:97 includes/log/last-visitor.php:94
388
- #: includes/log/widgets/google.map.php:65 includes/log/widgets/jqv.map.php:59
389
- #: includes/log/widgets/recent.php:22 includes/log/widgets/words.php:25
 
 
 
390
  msgid "#hash#"
391
  msgstr "#hash#"
392
 
393
- #: includes/optimization/tabs/wps-optimization-updates.php:4
394
  msgid ""
395
  "This will replace all IP addresses in the database with hash values and "
396
  "cannot be undo, are you sure?"
@@ -398,24 +514,24 @@ msgstr ""
398
  "Spowoduje to zastąpienie wszystkich adresów IP w bazie danych z wartościami "
399
  "skrótu i nie może być cofnięte, czy na pewno?"
400
 
401
- #: includes/optimization/tabs/wps-optimization-updates.php:26
402
  msgid ""
403
  "Updates any unknown location data in the database, this may take a while"
404
  msgstr ""
405
  "Aktualizuje jakiekolwiek nieznane dane o lokalizacji w bazie danych, to może "
406
  "trochę potrwać"
407
 
408
- #: includes/optimization/tabs/wps-optimization-updates.php:31
409
- #: includes/settings/tabs/wps-general.php:56
410
  msgid "IP Addresses"
411
  msgstr "Adresy IP"
412
 
413
- #: includes/optimization/tabs/wps-optimization-updates.php:36
414
- #: includes/settings/tabs/wps-general.php:61
415
  msgid "Hash IP Addresses"
416
  msgstr "Skrót adresów IP"
417
 
418
- #: includes/optimization/tabs/wps-optimization-updates.php:41
419
  msgid ""
420
  "Replace IP addresses in the database with hash values, you will not be able "
421
  "to recover the IP addresses in the future to populate location information "
@@ -425,15 +541,15 @@ msgstr ""
425
  "stanie odzyskać adresów IP w przyszłości, aby wypełnić informacji o "
426
  "lokalizacji i może to trochę potrwać"
427
 
428
- #: includes/optimization/wps-optimization.php:43
429
  msgid "IP Addresses replaced with hash values."
430
  msgstr "Adresy IP zastąpione wartościami skrótu."
431
 
432
- #: includes/settings/tabs/wps-access-level.php:149
433
  msgid "Force robot list update after upgrades"
434
  msgstr "Wymuś aktualizację listy robotów po uaktualnieniach"
435
 
436
- #: includes/settings/tabs/wps-access-level.php:152
437
  msgid ""
438
  "Force the robot list to be reset to the default after an update to WP "
439
  "Statistics takes place. Note if this option is enabled any custom robots "
@@ -443,11 +559,11 @@ msgstr ""
443
  "Statistics. Uwaga: Jeśli ta opcja jest włączona wszystkie niestandardowe "
444
  "roboty dodane do listy zostaną utracone."
445
 
446
- #: includes/settings/tabs/wps-general.php:40
447
  msgid "This will delete the manual when you save the settings, are you sure?"
448
  msgstr "Spowoduje to usunięcie instrukcji po zapisaniu ustawień, czy na pewno?"
449
 
450
- #: includes/settings/tabs/wps-general.php:220
451
  msgid ""
452
  "By default WP Statistics displays an alert if any of the core features are "
453
  "disabled on every admin page, this option will disable these notices."
@@ -456,11 +572,11 @@ msgstr ""
456
  "funkcji jest wyłączona na każdej stronie administratora, opcja ta będzie "
457
  "wyłączyć te powiadomienia."
458
 
459
- #: includes/settings/tabs/wps-general.php:226
460
  msgid "Delete the manual"
461
  msgstr "Usuń podręcznik"
462
 
463
- #: includes/settings/tabs/wps-general.php:232
464
  msgid ""
465
  "By default WP Statistics stores the admin manual in the plugin directory (~5 "
466
  "meg), if this option is enabled it will be deleted now and during upgrades "
@@ -470,11 +586,11 @@ msgstr ""
470
  "wtyczek (~5 meg), jeśli ta opcja jest włączona to zostanie usunięty w czasie "
471
  "aktualizacji i teraz w przyszłości."
472
 
473
- #: includes/optimization/tabs/wps-optimization-database.php:20
474
  msgid "Database Index"
475
  msgstr "Indeks bazy danych"
476
 
477
- #: includes/optimization/tabs/wps-optimization-database.php:41
478
  msgid ""
479
  "This operation could take a long time on installs with many rows in the "
480
  "visitors table."
@@ -482,23 +598,23 @@ msgstr ""
482
  "Ta operacja może zająć dużo czasu przy instalacji z wieloma wierszami w "
483
  "tabeli odwiedzających użytkowników."
484
 
485
- #: includes/optimization/wps-optimization.php:129
486
  msgid "Database"
487
  msgstr "Baza danych"
488
 
489
- #: includes/settings/tabs/wps-general.php:298
490
  msgid "Schedule"
491
  msgstr "Harmonogram"
492
 
493
- #: includes/settings/tabs/wps-general.php:328
494
  msgid "Send reports via"
495
  msgstr "Wyślij raporty za pomocą"
496
 
497
- #: includes/settings/tabs/wps-general.php:347
498
  msgid "E-mail addresses"
499
  msgstr "Adresy e-mail"
500
 
501
- #: includes/settings/tabs/wps-general.php:352
502
  msgid ""
503
  "A comma separated list of e-mail addresses to send the reports to if e-mail "
504
  "is selected above."
@@ -506,23 +622,23 @@ msgstr ""
506
  "Oddziel przecinkami listę adresów e-mail, aby wysłać raporty pocztą, jeśli "
507
  "wybrano powyżej."
508
 
509
- #: includes/settings/tabs/wps-general.php:358
510
  msgid "Report body"
511
  msgstr "Zgłoś grupę"
512
 
513
- #: includes/settings/tabs/wps-overview-display.php:75
514
  msgid "The following three items are global to all users."
515
  msgstr "Następujące trzy pozycje są globalne dla wszystkich użytkowników."
516
 
517
- #: includes/settings/tabs/wps-overview-display.php:80
518
  msgid "Map type"
519
  msgstr "Typ mapy"
520
 
521
- #: includes/settings/tabs/wps-overview-display.php:86
522
  msgid "JQVMap"
523
  msgstr "JQVMap"
524
 
525
- #: includes/settings/tabs/wps-overview-display.php:93
526
  msgid ""
527
  "The \"Google\" option will use Google's mapping service to plot the recent "
528
  "visitors (requires access to Google)."
@@ -530,7 +646,7 @@ msgstr ""
530
  "Opcja \"Google\" będzie korzystać z usługi mapowania Google do wykreślenia "
531
  "ostatnich odwiedzających (wymaga dostępu do Google)."
532
 
533
- #: includes/settings/tabs/wps-overview-display.php:94
534
  msgid ""
535
  "The \"JQVMap\" option will use JQVMap javascript mapping library to plot the "
536
  "recent visitors (requires no extenral services)."
@@ -538,7 +654,7 @@ msgstr ""
538
  "Opcja \"JQVMap\" użyje mapowania biblioteki javascript JQVMap do wykreślenia "
539
  "ostatnich odwiedzających (nie wymaga zewnętrznych usług)."
540
 
541
- #: includes/settings/tabs/wps-overview-display.php:118
542
  msgid ""
543
  "This feature may cause a performance degradation when viewing statistics and "
544
  "is only valid if the map type is set to \"Google\"."
@@ -547,184 +663,172 @@ msgstr ""
547
  "statystyk i jest ważna tylko wtedy, gdy typ mapy jest ustawiony na \"Google"
548
  "\"."
549
 
550
- #: includes/log/all-browsers.php:50
551
  msgid "Browsers by type"
552
  msgstr "Wg typu przeglądarek"
553
 
554
- #: includes/log/all-browsers.php:133
555
  msgid "Browsers by platform"
556
  msgstr "Wg platformy przeglądarek"
557
 
558
- #: includes/log/exclusions.php:97
559
  msgid "Excluded hits in the last"
560
  msgstr "Wykluczonych wejść w ostatnich"
561
 
562
- #: includes/log/hit-statistics.php:36
563
  msgid "Hits Statistics Chart"
564
  msgstr "Wykres statystyki odsłon"
565
 
566
- #: includes/log/hit-statistics.php:69 includes/log/widgets/hits.php:39
 
567
  msgid "Hits in the last"
568
  msgstr "Wejść w ostatnich"
569
 
570
- #: includes/log/last-search.php:30 includes/log/widgets/words.php:16
571
- #: includes/settings/tabs/wps-overview-display.php:36
 
572
  msgid "Latest Search Words"
573
  msgstr "Najnowsze wyszukane frazy"
574
 
575
- #: includes/log/last-search.php:62
576
  msgid "Latest Search Word Statistics"
577
  msgstr "Najnowsze statystyki szukanych fraz"
578
 
579
- #: includes/log/last-visitor.php:61
580
  msgid "Recent Visitor Statistics"
581
  msgstr "Ostatnie statystyki odwiedzin"
582
 
583
- #: includes/log/widgets/google.map.php:9 includes/log/widgets/jqv.map.php:9
 
584
  msgid "Today Visitors Map"
585
  msgstr "Mapa dzisiejszych odwiedzających"
586
 
587
- #: includes/log/widgets/summary.php:8
588
  msgid "Summary"
589
  msgstr "Podsumowanie"
590
 
591
- #: includes/log/widgets/summary.php:13
 
592
  msgid "User(s) Online"
593
- msgstr "Aktywnych"
594
 
595
- #: includes/log/widgets/browsers.php:45
596
  msgid "Top 10 Browsers"
597
  msgstr "Najlepsza 10 przeglądarek"
598
 
599
- #: includes/log/top-referring.php:34 includes/log/top-referring.php:49
600
- #: includes/log/widgets/referring.php:13
601
- #: includes/settings/tabs/wps-overview-display.php:26
 
602
  msgid "Top Referring Sites"
603
  msgstr "Najlepsze odsłyłające strony"
604
 
605
- #: includes/log/widgets/about.php:16
606
  msgid "Rate and Review"
607
  msgstr "Oceń i opisz wtyczkę"
608
 
609
- #: includes/log/widgets/about.php:20
610
  msgid "More Information"
611
  msgstr "Więcej informacji"
612
 
613
- #: includes/log/widgets/about.php:29 includes/settings/tabs/wps-about.php:12
 
614
  msgid ""
615
  "This product includes GeoLite2 data created by MaxMind, available from %s."
616
  msgstr ""
617
  "Produkt ten zawiera dane GeoLite2 utworzone przez MediaWiki, dostępne z %s."
618
 
619
- #: includes/log/search-statistics.php:77 includes/log/widgets/search.php:46
 
620
  msgid "Search engine referrals in the last"
621
  msgstr "Odsyłań wyszukiwarki w ostatnich"
622
 
623
- #: includes/log/search-statistics.php:98 includes/log/widgets/search.php:67
 
624
  msgid "Number of referrals"
625
  msgstr "Liczba odsyłań"
626
 
627
- #: includes/log/widgets/pages.php:13
628
  msgid "Top 10 Pages"
629
  msgstr "Najlepsza 10 stron"
630
 
631
- #: includes/log/search-statistics.php:17 includes/log/search-statistics.php:36
 
632
  msgid "Search Engine Referral Statistics"
633
  msgstr "Statystyki odsyłań wyszukiwarki"
634
 
635
- #: includes/settings/tabs/wps-about.php:8
636
  msgid "WP Statistics V%s"
637
  msgstr "WP Statistics V%s"
638
 
639
- #: includes/settings/tabs/wps-about.php:20
640
  msgid "Visit Us Online"
641
  msgstr "Odwiedź nas"
642
 
643
- #: includes/settings/tabs/wps-about.php:28
644
  msgid "Rate and Review at WordPress.org"
645
  msgstr "Oceń i opisz wtyczkę w WordPress.org"
646
 
647
- #: includes/settings/tabs/wps-about.php:32
648
  msgid "Thanks for installing WP Statistics, we encourage you to submit a "
649
  msgstr "Dziękujemy za instalację WP Statistics, zachęcamy do złożenia"
650
 
651
- #: includes/settings/tabs/wps-about.php:32
652
  msgid "rating and review"
653
  msgstr "oceny i opisu wtyczki"
654
 
655
- #: includes/settings/tabs/wps-about.php:32
656
  msgid "over at WordPress.org. Your feedback is greatly appreciated!"
657
  msgstr "na WordPress.org. Twoja opinia jest bardzo mile widziana!"
658
 
659
- #: includes/settings/tabs/wps-about.php:49
660
  msgid ""
661
  "We're sorry you're having problem with WP Statistics and we're happy to help "
662
  "out. Here are a few things to do before contacting us:"
663
  msgstr ""
664
- "Przepraszamy, że masz problem z WP Statistics, jesteśmy zadowoleni, aby "
665
- "pomóc. Oto kilka uwag do zrobienia, zanim skontaktujesz się z nami:"
666
 
667
- #: includes/settings/tabs/wps-about.php:58
668
  msgid "And a few things to double-check:"
669
- msgstr "I sprawdź dokładnie kilka rzeczy:"
670
 
671
- #: includes/settings/tabs/wps-about.php:61
672
  msgid "How's your memory_limit in php.ini?"
673
  msgstr "Jaki jest Twój memory_limit w php.ini?"
674
 
675
- #: includes/settings/tabs/wps-about.php:62
676
  msgid "Have you tried disabling any other plugins you may have installed?"
677
  msgstr ""
678
  "Czy próbowałeś wyłączyć wszystkie inne wtyczki, które masz zainstalowane?"
679
 
680
- #: includes/settings/tabs/wps-about.php:63
681
  msgid "Have you tried using the default WordPress theme?"
682
  msgstr "Czy próbowałeś użyć domyślnego motywu WordPressa?"
683
 
684
- #: includes/settings/tabs/wps-about.php:64
685
  msgid "Have you double checked the plugin settings?"
686
  msgstr "Czy dwukrotnie sprawdziłeś ustawienia wtyczki?"
687
 
688
- #: includes/settings/tabs/wps-about.php:65
689
  msgid "Do you have all the required PHP extensions installed?"
690
  msgstr "Czy masz zainstalowane wszystkie wymagane rozszerzenia PHP?"
691
 
692
- #: includes/settings/tabs/wps-about.php:70
693
  msgid "Still not having any luck?"
694
- msgstr "Nadal nie masz trafu?"
695
-
696
- #: includes/optimization/tabs/wps-optimization-export.php:17
697
- #: includes/optimization/tabs/wps-optimization-export.php:35
698
- #: includes/optimization/tabs/wps-optimization-purging.php:128
699
- #: includes/optimization/tabs/wps-optimization-purging.php:169
700
- #: includes/optimization/tabs/wps-optimization-purging.php:193
701
- #: includes/settings/tabs/wps-general.php:303
702
- #: includes/settings/tabs/wps-general.php:333
703
  msgid "Please select"
704
  msgstr "Proszę wybrać"
705
 
706
- #: includes/settings/tabs/wps-general.php:365
707
- msgid ""
708
- "Any shortcode supported by your installation of WordPress, include all "
709
- "shortcodes for WP Statistics (see the admin manual for a list of codes "
710
- "available) are supported in the body of the message."
711
- msgstr ""
712
- "Jakikolwiek krótki kod obsługiwany przez instalację WordPressa, obejmuje "
713
- "wszystkie krótkie kody dla WP Statistics (zobacz podręcznik administratora, "
714
- "aby uzyskać listę dostępnych kodów), które są obsługiwane w treści "
715
- "wiadomości."
716
-
717
- #: includes/settings/tabs/wps-general.php:368
718
- msgid ""
719
- "Input data codes are now deprecated and will be removed in a future version "
720
- "of WP Statistics, please use the appropriate shortcodes, they are included "
721
- "here only for historical purposes:"
722
- msgstr ""
723
- "Kody danych wejściowych są przestarzałe i zostaną usunięte w przyszłej "
724
- "wersji WP Statistics, proszę użyć odpowiednich krótkich kodów, które są "
725
- "tylko do celów historycznych:"
726
-
727
- #: includes/settings/tabs/wps-geoip.php:22
728
  msgid ""
729
  "IP location services provided by GeoLite2 data created by MaxMind, available "
730
  "from %s."
@@ -732,21 +836,21 @@ msgstr ""
732
  "Usługi lokalizacyjne IP świadczone przez dane GeoLite2 utworzone przez "
733
  "MediaWiki, dostępne z %s."
734
 
735
- #: includes/settings/tabs/wps-overview-display.php:23
736
- #: includes/settings/tabs/wps-overview-display.php:32
737
  msgid "None"
738
  msgstr "Żaden"
739
 
740
- #: includes/settings/tabs/wps-overview-display.php:28
741
- #: includes/settings/wps-settings.php:92
742
  msgid "About"
743
  msgstr "Informacje"
744
 
745
- #: includes/settings/tabs/wps-overview-display.php:123
746
  msgid "Widgets to Display"
747
  msgstr "Wyświetl widgety"
748
 
749
- #: includes/settings/tabs/wps-overview-display.php:132
750
  msgid ""
751
  "The following items are unique to each user. If you do not select the "
752
  "'About' widget it will automatically be displayed in the last positon of "
@@ -756,115 +860,116 @@ msgstr ""
756
  "wybierzesz widgetu 'Informacje' będzie automatycznie wyświetlony w ostatniej "
757
  "pozycji kolumny A."
758
 
759
- #: includes/settings/tabs/wps-overview-display.php:137
760
  msgid "Slot"
761
  msgstr "Slot"
762
 
763
- #: includes/settings/tabs/wps-overview-display.php:141
764
  msgid "Column A"
765
  msgstr "Kolumna A"
766
 
767
- #: includes/settings/tabs/wps-overview-display.php:145
768
  msgid "Column B"
769
  msgstr "Kolumna B"
770
 
771
- #: includes/settings/tabs/wps-overview-display.php:151
772
  msgid "Slot 1"
773
  msgstr "Slot 1"
774
 
775
- #: includes/settings/tabs/wps-overview-display.php:181
776
  msgid "Slot 2"
777
  msgstr "Slot 2"
778
 
779
- #: includes/settings/tabs/wps-overview-display.php:211
780
  msgid "Slot 3"
781
  msgstr "Slot 3"
782
 
783
- #: includes/settings/tabs/wps-overview-display.php:241
784
  msgid "Slot 4"
785
  msgstr "Slot 4"
786
 
787
- #: includes/settings/tabs/wps-overview-display.php:271
788
  msgid "Slot 5"
789
  msgstr "Slot 5"
790
 
791
- #: includes/settings/tabs/wps-overview-display.php:301
792
  msgid "Slot 6"
793
  msgstr "Slot 6"
794
 
795
- #: includes/settings/tabs/wps-overview-display.php:305
796
  msgid "N/A"
797
  msgstr "N/A"
798
 
799
- #: widget.php:280
800
  msgid "Search Engine Referred"
801
  msgstr "Odniesienia wyszukiwarki"
802
 
803
- #: schedule.php:10
804
  msgid "Once Weekly"
805
  msgstr "Raz na tydzień"
806
 
807
- #: schedule.php:17
808
  msgid "Once Every 2 Weeks"
809
  msgstr "Raz na 2 tygodnie"
810
 
811
- #: schedule.php:24
812
  msgid "Once Every 4 Weeks"
813
  msgstr "Raz na 4 tygodnie"
814
 
815
- #: wp-statistics.php:39
816
  msgid "Complete statistics for your WordPress site."
817
  msgstr "Uzupełnij statystyki dla Twojej strony WordPress."
818
 
819
- #: includes/log/widgets/about.php:15
820
  msgid "Website"
821
  msgstr "Strona internetowa"
822
 
823
- #: includes/log/top-referring.php:117 includes/log/widgets/referring.php:19
 
824
  msgid "References"
825
  msgstr "Odniesienia"
826
 
827
- #: includes/optimization/tabs/wps-optimization-resources.php:33
828
  msgid "PHP Memory Limit"
829
  msgstr "Limit pamięci PHP"
830
 
831
- #: includes/optimization/tabs/wps-optimization-resources.php:38
832
  msgid "The memory limit a script is allowed to consume, set in php.ini."
833
  msgstr "Limit pamięci skryptu może się zużywać, ustaw w pliku php.ini."
834
 
835
- #: wp-statistics.php:38
836
  msgid "WP Statistics"
837
  msgstr "WP Statistics"
838
 
839
- #: wp-statistics.php:164
840
  msgid "Visit WordPress.org page"
841
  msgstr "Odwiedź stronę WordPress.org"
842
 
843
- #: includes/log/page-statistics.php:29
844
  msgid "Page Trend for Post ID"
845
  msgstr "Wątek strony dla ID postu"
846
 
847
- #: includes/log/page-statistics.php:48
848
  msgid "Page Trend"
849
  msgstr "Wątek strony"
850
 
851
- #: includes/log/page-statistics.php:68
852
  msgid "Page Trending Stats"
853
  msgstr "Statystyki wątków strony"
854
 
855
- #: includes/settings/tabs/wps-access-level.php:97
856
  msgid "Record exclusions"
857
  msgstr "Wykluczenia rekordów"
858
 
859
- #: includes/settings/tabs/wps-access-level.php:130
860
  msgid "Robot list"
861
  msgstr "Lista robotów"
862
 
863
- #: includes/settings/tabs/wps-access-level.php:157
864
  msgid "Excluded IP address list"
865
  msgstr "Lista wykluczonych adresów IP"
866
 
867
- #: includes/settings/tabs/wps-access-level.php:160
868
  msgid ""
869
  "A list of IP addresses and subnet masks (one per line) to exclude from "
870
  "statistics collection (both 192.168.0.0/24 and 192.168.0.0/255.255.255.0 "
@@ -876,142 +981,147 @@ msgstr ""
876
  "192.168.0.0/255.255.255.0 są akceptowane). Aby określić adres IP, użyj "
877
  "wartości podsieci 32 lub 255.255.255.255."
878
 
879
- #: includes/settings/tabs/wps-access-level.php:172
880
  msgid "Excluded login page"
881
  msgstr "Wykluczona strona logowania"
882
 
883
- #: includes/settings/tabs/wps-access-level.php:179
884
  msgid "Excluded admin pages"
885
  msgstr "Wykluczone strony administracji"
886
 
887
- #: includes/settings/tabs/wps-general.php:72
888
  msgid "Users Online"
889
  msgstr "Aktywni użytkownicy"
890
 
891
- #: includes/settings/tabs/wps-general.php:77
892
  msgid "User online"
893
  msgstr "Aktywny użytkownik"
894
 
895
- #: includes/settings/tabs/wps-general.php:172
896
  msgid "Track all pages"
897
  msgstr "Śledź wszystkie strony"
898
 
899
- #: includes/settings/tabs/wps-general.php:184
900
  msgid "Disable hits column in post/pages list"
901
  msgstr "Wyłącz kolumnę wejść w liście postu/stron"
902
 
903
- #: includes/settings/tabs/wps-general.php:195
904
  msgid "Miscellaneous"
905
  msgstr "Różne"
906
 
907
- #: wp-statistics.php:164
908
  msgid "Click here to visit the plugin on WordPress.org"
909
  msgstr "Kliknij tutaj, aby odwiedzić wtyczkę WordPress.org"
910
 
911
- #: wp-statistics.php:167
912
  msgid "Click here to rate and review this plugin on WordPress.org"
913
  msgstr "Kliknij tutaj, aby ocenić i opisać tę wtyczkę na WordPress.org"
914
 
915
- #: wp-statistics.php:167
916
  msgid "Rate this plugin"
917
  msgstr "Oceń tę wtyczkę"
918
 
919
- #: wp-statistics.php:211
920
  msgid "WP Statistics - Hits"
921
  msgstr "WP Statistics - Wejścia"
922
 
923
- #: wp-statistics.php:599
924
  msgid "Error downloading GeoIP database from: %s - %s"
925
  msgstr "Błąd pobierania bazy danych GeoIP z: %s - %s"
926
 
927
- #: widget.php:108 widget.php:277
 
928
  msgid "Total Page Views"
929
  msgstr "Razem odwiedzonych stron"
930
 
931
- #: includes/settings/tabs/wps-general.php:155
932
- #: includes/settings/tabs/wps-general.php:160 wp-statistics.php:259
 
933
  msgid "Pages"
934
  msgstr "Strony"
935
 
936
- #: wp-statistics.php:266
937
  msgid "Manual"
938
  msgstr "Podręcznik"
939
 
940
- #: wp-statistics.php:364
941
  msgid "Download ODF file"
942
  msgstr "Pobierz plik ODF"
943
 
944
- #: wp-statistics.php:365
945
  msgid "Download HTML file"
946
  msgstr "Pobierz plik HTML"
947
 
948
- #: wp-statistics.php:369
949
  msgid "Manual file not found."
950
  msgstr "Plik podręcznika nie znaleziony."
951
 
952
- #: includes/log/exclusions.php:54
953
  msgid "Exclusions Statistics"
954
  msgstr "Statytyki wykluczeń"
955
 
956
- #: includes/settings/tabs/wps-overview-display.php:37
957
  msgid "Top Pages Visited"
958
  msgstr "Najlepiej odwiedzone strony"
959
 
960
- #: includes/log/top-pages.php:160 includes/log/widgets/pages.php:27
 
961
  msgid "No page title found"
962
  msgstr "Tytuł strony nie znaleziony"
963
 
964
- #: includes/log/top-pages.php:13 includes/log/top-pages.php:132
 
965
  msgid "Top Pages"
966
  msgstr "Najlepsze strony"
967
 
968
- #: includes/log/top-pages.php:20
969
  msgid "Top 5 Pages Trends"
970
  msgstr "Najlepszych 5 wątków stron"
971
 
972
- #: includes/log/top-pages.php:49
973
  msgid "Top 5 Page Trending Stats"
974
  msgstr "Statystyki najlepszych 5 wątków stron"
975
 
976
- #: includes/log/page-statistics.php:89 includes/log/top-pages.php:70
 
977
  msgid "Number of Hits"
978
  msgstr "Liczba wejść"
979
 
980
- #: manual/manual.php:29
981
  msgid "Manual not found: %s"
982
  msgstr "Podręcznik nie znaleziony: %s"
983
 
984
- #: manual/manual.php:39
985
  msgid "Invalid file type selected: %s"
986
  msgstr "Wybrano nieprawidłowy typ pliku: %s"
987
 
988
- #: widget.php:116
989
  msgid "Search Engine referred"
990
  msgstr "Wyszukiwarka, o której mowa"
991
 
992
- #: includes/optimization/tabs/wps-optimization-export.php:47
993
  msgid "Include Header Row"
994
  msgstr "Dołącz wierz nagłówka"
995
 
996
- #: includes/optimization/tabs/wps-optimization-export.php:52
997
  msgid "Include a header row as the first line of the exported file."
998
  msgstr "Dołącz wiersz nagłówka w pierwszym wierszu eksportowanego pliku."
999
 
1000
- #: includes/optimization/tabs/wps-optimization-resources.php:125
1001
  msgid "PHP Safe Mode"
1002
  msgstr "PHP Safe Mode"
1003
 
1004
- #: includes/optimization/tabs/wps-optimization-resources.php:130
1005
  msgid "Is PHP Safe Mode active. The GeoIP code is not supported in Safe Mode."
1006
  msgstr ""
1007
  "PHP Safe Mode jest aktywny. Kod GeoIP nie jest obsługiwany w trybie "
1008
  "awaryjnym."
1009
 
1010
- #: includes/settings/tabs/wps-geoip.php:106
1011
  msgid "GeoIP collection is disabled due to the following reasons:"
1012
  msgstr "Biblioteka GeoIP jest wyłączona z powodu następujących przyczyn:"
1013
 
1014
- #: includes/settings/tabs/wps-geoip.php:126
1015
  msgid ""
1016
  "PHP safe mode detected! GeoIP collection is not supported with PHP's safe "
1017
  "mode enabled!"
@@ -1019,15 +1129,15 @@ msgstr ""
1019
  "Wykryty PHP Safe Mode! Biblioteka GeoIP nie jest obsługiwana w trybie "
1020
  "bezpiecznym PHP!"
1021
 
1022
- #: includes/settings/tabs/wps-general.php:214
1023
  msgid "Hide admin notices about non active features"
1024
  msgstr "Ukryj uwagi administratora o niekatywnych funkcjach"
1025
 
1026
- #: includes/settings/tabs/wps-general.php:237
1027
  msgid "Search Enginges"
1028
  msgstr "Wyszukiwarki"
1029
 
1030
- #: includes/settings/tabs/wps-general.php:242
1031
  msgid ""
1032
  "Disabling all search engines is not allowed, doing so will result in all "
1033
  "search engines being active."
@@ -1035,23 +1145,23 @@ msgstr ""
1035
  "Wyłączenie wszystkich wyszukiwarek jest zabronione, spowoduje to wynik we "
1036
  "wszystkich aktywnych wyszukiwarkach."
1037
 
1038
- #: includes/settings/tabs/wps-general.php:257
1039
  msgid "disable"
1040
  msgstr "wyłącz"
1041
 
1042
- #: includes/settings/tabs/wps-general.php:258
1043
  msgid "Disable %s from data collection and reporting."
1044
  msgstr "Wyłącz %s z zbierania danych i raportowania."
1045
 
1046
- #: includes/optimization/tabs/wps-optimization-resources.php:147
1047
  msgid "cURL Version"
1048
  msgstr "Wersja cURL"
1049
 
1050
- #: includes/optimization/tabs/wps-optimization-resources.php:151
1051
  msgid "cURL not installed"
1052
  msgstr "cURL nie zainstalowane"
1053
 
1054
- #: includes/optimization/tabs/wps-optimization-resources.php:152
1055
  msgid ""
1056
  "The PHP cURL Extension version you are running. cURL is required for the "
1057
  "GeoIP code, if it is not installed GeoIP will be disabled."
@@ -1059,19 +1169,19 @@ msgstr ""
1059
  "Użyawsz uruchomionej wersji rozszerzenia PHP cURL. cURL wymaga kodu GeoIP, "
1060
  "jeśli nie jest zainstalowane GeoIP zostanie wyłączone."
1061
 
1062
- #: includes/optimization/tabs/wps-optimization-resources.php:158
1063
  msgid "BC Math"
1064
  msgstr "BC Math"
1065
 
1066
- #: includes/optimization/tabs/wps-optimization-resources.php:162
1067
  msgid "Installed"
1068
  msgstr "Zainstalowany"
1069
 
1070
- #: includes/optimization/tabs/wps-optimization-resources.php:162
1071
  msgid "Not installed"
1072
  msgstr "Nie zainstalowany"
1073
 
1074
- #: includes/settings/tabs/wps-geoip.php:114
1075
  msgid ""
1076
  "GeoIP collection requires the cURL PHP extension and it is not loaded on "
1077
  "your version of PHP!"
@@ -1079,7 +1189,7 @@ msgstr ""
1079
  "Gromadzony GeoIP wymaga rozszerzenia cURL PHP i nie jest uruchomiony w "
1080
  "Twojej wersji PHP!"
1081
 
1082
- #: includes/settings/tabs/wps-geoip.php:120
1083
  msgid ""
1084
  "GeoIP collection requires the BC Math PHP extension and it is not loaded on "
1085
  "your version of PHP!"
@@ -1087,7 +1197,7 @@ msgstr ""
1087
  "Gromadzony GeoIP wymaga rozszerzenia BC Math PHP i nie jest uruchomiony w "
1088
  "Twojej wersji PHP!"
1089
 
1090
- #: includes/functions/geoip-populate.php:26
1091
  msgid ""
1092
  "Unable to load the GeoIP database, make sure you have downloaded it in the "
1093
  "settings page."
@@ -1095,26 +1205,30 @@ msgstr ""
1095
  "Nie można załadować bazy danych GeoIP, upewnij się, że pobrałeś ją na "
1096
  "stronie ustawień."
1097
 
1098
- #: includes/optimization/tabs/wps-optimization-resources.php:182
1099
  msgid "Database file does not exist."
1100
  msgstr "Plik bazy danych nie istnieje."
1101
 
1102
- #: includes/log/last-visitor.php:59
1103
  msgid "Search for"
1104
  msgstr "Szukaj dla"
1105
 
1106
- #: includes/log/widgets/browsers.php:8 includes/log/widgets/countries.php:11
1107
- #: includes/log/widgets/hits.php:8 includes/log/widgets/pages.php:13
1108
- #: includes/log/widgets/recent.php:9 includes/log/widgets/referring.php:13
1109
- #: includes/log/widgets/search.php:8 includes/log/widgets/words.php:16
 
 
 
 
1110
  msgid "More"
1111
  msgstr "Więcej"
1112
 
1113
- #: includes/settings/tabs/wps-general.php:269
1114
  msgid "Include totals"
1115
  msgstr "Razem dołączonych"
1116
 
1117
- #: includes/settings/tabs/wps-general.php:275
1118
  msgid ""
1119
  "Add a total line to charts with multiple values, like the search engine "
1120
  "referrals"
@@ -1122,19 +1236,19 @@ msgstr ""
1122
  "Dodaj całkowitą linię do wykresów z wieloma wartościami, takimi jak "
1123
  "odwołania w wyszukiwarkach"
1124
 
1125
- #: includes/settings/tabs/wps-overview-display.php:100
1126
  msgid "Disable map"
1127
  msgstr "Wyłącz mapę"
1128
 
1129
- #: includes/settings/tabs/wps-overview-display.php:106
1130
  msgid "Disable the map display"
1131
  msgstr "Wyłącz wyświetlanie mapy"
1132
 
1133
- #: includes/settings/tabs/wps-overview-display.php:112
1134
  msgid "Get country location from Google"
1135
  msgstr "Otrzymaj położenie kraju z Google"
1136
 
1137
- #: includes/log/exclusions.php:8
1138
  msgid ""
1139
  "Attention: Exclusion are not currently set to be recorded, the results below "
1140
  "may not reflect current statistics!"
@@ -1142,11 +1256,11 @@ msgstr ""
1142
  "Uwaga: Wykluczenia nie są obecnie ustawione na zapisywanie, poniższe wyniki "
1143
  "mogą nie odzwierciedlać aktualnej statystyki!"
1144
 
1145
- #: includes/log/exclusions.php:118
1146
  msgid "Number of excluded hits"
1147
  msgstr "Liczba wykluczonych wejść"
1148
 
1149
- #: includes/settings/tabs/wps-access-level.php:86
1150
  msgid ""
1151
  "Hint: manage_network = Super Admin Network, manage_options = Administrator, "
1152
  "edit_others_posts = Editor, publish_posts = Author, edit_posts = "
@@ -1156,12 +1270,12 @@ msgstr ""
1156
  "Administrator, edit_others_posts = Editor, publish_posts = Author, "
1157
  "edit_posts = Contributor, read = Everyone."
1158
 
1159
- #: includes/settings/tabs/wps-access-level.php:99
1160
- #: includes/settings/tabs/wps-access-level.php:151
1161
  msgid "Enable"
1162
  msgstr "Włącz"
1163
 
1164
- #: includes/settings/tabs/wps-access-level.php:100
1165
  msgid ""
1166
  "This will record all the excluded hits in a separate table with the reasons "
1167
  "why it was excluded but no other information. This will generate a lot of "
@@ -1173,75 +1287,76 @@ msgstr ""
1173
  "Dzięki temu uzyskasz sporo danych, jeśli chcesz zobaczyć łączną liczbę "
1174
  "odsłon strony otrzymując, nie tylko rzeczywiste odwiedziny użytkowników."
1175
 
1176
- #: includes/settings/tabs/wps-access-level.php:168
1177
  msgid "Site URL Exclusions"
1178
  msgstr "Wykluczenia adresów URL"
1179
 
1180
- #: includes/settings/tabs/wps-access-level.php:175
1181
  msgid "Exclude the login page for registering as a hit."
1182
  msgstr "Wyklucz stronę logowania do rejestracji jako wejście."
1183
 
1184
- #: includes/settings/tabs/wps-access-level.php:182
1185
  msgid "Exclude the admin pages for registering as a hit."
1186
  msgstr "Wyklucz strony administracji do rejestracji jako wejście."
1187
 
1188
- #: includes/settings/tabs/wps-access-level.php:93 wp-statistics.php:254
 
1189
  msgid "Exclusions"
1190
  msgstr "Wykluczenia"
1191
 
1192
- #: includes/log/exclusions.php:68
1193
  msgid "Total Exclusions: %s"
1194
  msgstr "Razem wykluczeń: %s"
1195
 
1196
- #: includes/log/exclusions.php:75
1197
  msgid "Exclusions Statistical Chart"
1198
  msgstr "Statystyczny wykres odsłon"
1199
 
1200
- #: includes/settings/tabs/wps-access-level.php:33
1201
  msgid "Access Levels"
1202
  msgstr "Dostęp do poziomów"
1203
 
1204
- #: includes/optimization/wps-optimization.php:126
1205
  msgid "Resources/Information"
1206
  msgstr "Zasoby/Informacje"
1207
 
1208
- #: includes/optimization/wps-optimization.php:128
1209
  msgid "Purging"
1210
  msgstr "Wyczyść"
1211
 
1212
- #: includes/optimization/wps-optimization.php:130
1213
  msgid "Updates"
1214
  msgstr "Zaktualizuj"
1215
 
1216
- #: includes/settings/wps-settings.php:88
1217
  msgid "Access/Exclusions"
1218
  msgstr "Dostęp/Wykluczenia"
1219
 
1220
- #: includes/settings/wps-settings.php:91
1221
  msgid "Maintenance"
1222
  msgstr "Zarządzanie"
1223
 
1224
- #: includes/settings/wps-settings.php:126
1225
  msgid "Update"
1226
  msgstr "Zaktualizuj"
1227
 
1228
- #: includes/settings/wps-settings.php:86
1229
  msgid "General"
1230
  msgstr "Ogólne"
1231
 
1232
- #: includes/optimization/empty.php:57
1233
  msgid "Error, %s not emptied!"
1234
  msgstr "Błąd, %s nie opróźniono!"
1235
 
1236
- #: includes/optimization/tabs/wps-optimization-purging.php:118
1237
  msgid "Data"
1238
  msgstr "Dane"
1239
 
1240
- #: includes/optimization/tabs/wps-optimization-purging.php:145
1241
  msgid "Purge records older than"
1242
  msgstr "Wyczyść rekordy stasrze niż"
1243
 
1244
- #: includes/optimization/tabs/wps-optimization-purging.php:151
1245
  msgid ""
1246
  "Deleted user statistics data older than the selected number of days. "
1247
  "Minimum value is 30 days."
@@ -1249,15 +1364,15 @@ msgstr ""
1249
  "Usunięto dane statystyk użytkownika starszych niż wybrana liczba dni. "
1250
  "Minimalna wartość to 30 dni."
1251
 
1252
- #: includes/optimization/tabs/wps-optimization-purging.php:152
1253
  msgid "Purge now!"
1254
  msgstr "Wyczyść"
1255
 
1256
- #: includes/optimization/purge-data.php:55
1257
  msgid "Please select a value over 30 days."
1258
  msgstr "Proszę wybrać wartość w ciągu 30 dni."
1259
 
1260
- #: includes/settings/tabs/wps-maintenance.php:20
1261
  msgid ""
1262
  "This will permanently delete data from the database each day, are you sure "
1263
  "you want to enable this option?"
@@ -1265,15 +1380,15 @@ msgstr ""
1265
  "Spowoduje to trwałe usunięcie danych z bazy danych każdego dnia, czy na "
1266
  "pewno chcesz włączyć tą opcję?"
1267
 
1268
- #: includes/settings/tabs/wps-maintenance.php:30
1269
  msgid "Database Maintenance"
1270
  msgstr "Zarządzanie bazą danych"
1271
 
1272
- #: includes/settings/tabs/wps-maintenance.php:35
1273
  msgid "Run a daily WP Cron job to prune the databases"
1274
  msgstr "Uruchom codzienne zadanie WP Corn, aby czyścić bazy danych"
1275
 
1276
- #: includes/settings/tabs/wps-maintenance.php:41
1277
  msgid ""
1278
  "A WP Cron job will be run daily to prune any data older than a set number of "
1279
  "days."
@@ -1281,15 +1396,15 @@ msgstr ""
1281
  "Zostanie uruchomione codzienne zadanie WP Cron, aby czyścić wszelkie dane "
1282
  "starsze niż w określonej liczbie dni."
1283
 
1284
- #: includes/settings/tabs/wps-maintenance.php:47
1285
  msgid "Prune data older than"
1286
  msgstr "Wczyść dane starsze niż"
1287
 
1288
- #: includes/settings/tabs/wps-maintenance.php:52
1289
  msgid "Days"
1290
  msgstr "Dni"
1291
 
1292
- #: includes/settings/tabs/wps-maintenance.php:53
1293
  msgid ""
1294
  "The number of days to keep statistics for. Minimum value is 30 days. "
1295
  "Invalid values will disable the daily maintenance."
@@ -1297,16 +1412,16 @@ msgstr ""
1297
  "Liczba dni dla przechowujących statystyk. Minimalna wartość to 30 dni. "
1298
  "Nieprawidłowe wartości wyłączy codzienną konserwację."
1299
 
1300
- #: includes/settings/wps-settings.php:89
1301
  msgid "GeoIP"
1302
  msgstr "GeoIP"
1303
 
1304
- #: includes/settings/tabs/wps-browscap.php:54
1305
- #: includes/settings/tabs/wps-geoip.php:64
1306
  msgid "Next update will be"
1307
  msgstr "Następna aktualizacja będzie za"
1308
 
1309
- #: includes/settings/tabs/wps-geoip.php:109
1310
  msgid ""
1311
  "GeoIP collection requires PHP %s or above, it is currently disabled due to "
1312
  "the installed PHP version being "
@@ -1314,25 +1429,26 @@ msgstr ""
1314
  "Biblioteka GeoIP wymaga PHP %s lub nowszego, obecnie jest wyłączona z powodu "
1315
  "zainstalowanej istniejącej wersji PHP"
1316
 
1317
- #: includes/log/widgets/search.php:8 includes/log/widgets/summary.php:64
 
1318
  msgid "Search Engine Referrals"
1319
  msgstr "Polecone w wyszukiwarkach"
1320
 
1321
- #: includes/log/widgets/summary.php:88
1322
  msgid "Daily Total"
1323
  msgstr "Razem codziennie"
1324
 
1325
- #: includes/log/widgets/summary.php:102
1326
  msgid "Current Time and Date"
1327
  msgstr "Bieżący czas i data"
1328
 
1329
- #: includes/optimization/tabs/wps-optimization-database.php:39
1330
- #: includes/optimization/tabs/wps-optimization-updates.php:25
1331
- #: includes/optimization/tabs/wps-optimization-updates.php:40
1332
  msgid "Update Now!"
1333
  msgstr "Zaktualizuj"
1334
 
1335
- #: includes/settings/tabs/wps-access-level.php:87
1336
  msgid ""
1337
  "Each of the above casscades the rights upwards in the default WordPress "
1338
  "configuration. So for example selecting publish_posts grants the right to "
@@ -1342,7 +1458,7 @@ msgstr ""
1342
  "WordPress. Na przykład wybierając publish_posts daje prawo dla Autorów, "
1343
  "Redaktorów, Administratorów i Super Administratorów."
1344
 
1345
- #: includes/settings/tabs/wps-access-level.php:88
1346
  msgid ""
1347
  "If you need a more robust solution to delegate access you might want to look "
1348
  "at %s in the WordPress plugin directory."
@@ -1350,19 +1466,19 @@ msgstr ""
1350
  "Jeśli potrzebujesz bardziej niezawodne rozwiązanie do delegowania dostępu, "
1351
  "możesz zajrzeć do %s w katalogu wtyczek WordPress."
1352
 
1353
- #: includes/settings/tabs/wps-access-level.php:62
1354
  msgid "Required user level to view WP Statistics"
1355
  msgstr "Wymagany poziom użytkownika, aby wyświetlić WP Statistics"
1356
 
1357
- #: includes/settings/tabs/wps-access-level.php:77
1358
  msgid "Required user level to manage WP Statistics"
1359
  msgstr "Wymagany poziom użytkownika, aby zarządzać WP Statistics"
1360
 
1361
- #: includes/settings/tabs/wps-geoip.php:56
1362
  msgid "Schedule monthly update of GeoIP DB"
1363
  msgstr "Kalendarz miesięczny aktualizacji GeoIP DB"
1364
 
1365
- #: includes/settings/tabs/wps-geoip.php:82
1366
  msgid ""
1367
  "Download of the GeoIP database will be scheduled for 2 days after the first "
1368
  "Tuesday of the month."
@@ -1370,7 +1486,7 @@ msgstr ""
1370
  "Pobranie bazy danych GeoIP będzie zaplanowane na 2 dni po pierwszym Wtorku "
1371
  "każdego miesiąca."
1372
 
1373
- #: includes/settings/tabs/wps-geoip.php:83
1374
  msgid ""
1375
  "This option will also download the database if the local filesize is less "
1376
  "than 1k (which usually means the stub that comes with the plugin is still in "
@@ -1380,98 +1496,98 @@ msgstr ""
1380
  "mniejszy niż 1k (który zazwyczaj oznacza odcinek, pochodzący z tej wtyczk "
1381
  "jest nadal w tym miejscu)."
1382
 
1383
- #: includes/settings/tabs/wps-geoip.php:89
1384
  msgid "Populate missing GeoIP after update of GeoIP DB"
1385
- msgstr "Wypełnienie brakujących GeoIP po aktualizacji GeoIP DB"
1386
 
1387
- #: includes/settings/tabs/wps-geoip.php:95
1388
  msgid "Update any missing GeoIP data after downloading a new database."
1389
  msgstr ""
1390
  "Zaktualizuj wszelkie brakujące dane GeoIP po pobraniu nowej bazy danych."
1391
 
1392
- #: includes/functions/geoip-populate.php:50
1393
  msgid "Updated %s GeoIP records in the visitors database."
1394
  msgstr "Zaktualizowano %s rekordów GeoIP w bazie danych odwiedzających. "
1395
 
1396
- #: includes/optimization/tabs/wps-optimization-resources.php:98
1397
  msgid "Version Info"
1398
  msgstr "Informacje o wersji"
1399
 
1400
- #: includes/optimization/tabs/wps-optimization-resources.php:103
1401
  msgid "WP Statistics Version"
1402
  msgstr "Wersja WP Statistics"
1403
 
1404
- #: includes/optimization/tabs/wps-optimization-resources.php:108
1405
  msgid "The WP Statistics version you are running."
1406
  msgstr "Używasz wersji WP Statistics."
1407
 
1408
- #: includes/optimization/tabs/wps-optimization-resources.php:114
1409
  msgid "PHP Version"
1410
  msgstr "Wersja PHP"
1411
 
1412
- #: includes/optimization/tabs/wps-optimization-resources.php:119
1413
  msgid "The PHP version you are running."
1414
  msgstr "Używasz wersji PHP."
1415
 
1416
- #: includes/optimization/tabs/wps-optimization-resources.php:136
1417
  msgid "jQuery Version"
1418
  msgstr "Wersja jQuery"
1419
 
1420
- #: includes/optimization/tabs/wps-optimization-resources.php:141
1421
  msgid "The jQuery version you are running."
1422
  msgstr "Używasz wersji jQuery."
1423
 
1424
- #: wp-statistics.php:610
1425
  msgid "Error could not open downloaded GeoIP database for reading: %s"
1426
  msgstr "Nie mogę otworzyć pobranej bazy danych GeoIP odnoszącej się do: %s"
1427
 
1428
- #: wp-statistics.php:617
1429
  msgid "Error could not open destination GeoIP database for writing %s"
1430
  msgstr "Nie mogę otworzyć pobranej bazy danych GeoIP zapisanej w %s"
1431
 
1432
- #: wp-statistics.php:633
1433
  msgid "GeoIP Database updated successfully!"
1434
  msgstr "Baza danych GeoIP zaktualizowana pomyślnie!"
1435
 
1436
- #: includes/optimization/tabs/wps-optimization-resources.php:229
1437
  msgid "Client Info"
1438
  msgstr "Informacje o kliencie"
1439
 
1440
- #: includes/optimization/tabs/wps-optimization-resources.php:234
1441
  msgid "Client IP"
1442
  msgstr "Adres IP klienta"
1443
 
1444
- #: includes/optimization/tabs/wps-optimization-resources.php:239
1445
  msgid "The client IP address."
1446
  msgstr "Adres IP Klienta."
1447
 
1448
- #: includes/optimization/tabs/wps-optimization-resources.php:245
1449
  msgid "User Agent"
1450
  msgstr "Agent uzytkownika"
1451
 
1452
- #: includes/optimization/tabs/wps-optimization-resources.php:250
1453
  msgid "The client user agent string."
1454
  msgstr "Ciąg agenta użytkownika klienta."
1455
 
1456
- #: includes/settings/tabs/wps-access-level.php:105
1457
  msgid "Exclude User Roles"
1458
  msgstr "Wyklucz zasady użytkownika"
1459
 
1460
- #: includes/settings/tabs/wps-access-level.php:119
1461
- #: includes/settings/tabs/wps-access-level.php:174
1462
- #: includes/settings/tabs/wps-access-level.php:181
1463
  msgid "Exclude"
1464
  msgstr "Wyklucz"
1465
 
1466
- #: includes/settings/tabs/wps-access-level.php:120
1467
  msgid "Exclude %s role from data collection."
1468
  msgstr "Wyklucz regułę %s z gromadzonych danych."
1469
 
1470
- #: includes/settings/tabs/wps-access-level.php:126
1471
  msgid "IP/Robot Exclusions"
1472
  msgstr "Wykluczenia adresów IP/robotów"
1473
 
1474
- #: includes/settings/tabs/wps-access-level.php:143
1475
  msgid ""
1476
  "A list of words (one per line) to match against to detect robots. Entries "
1477
  "must be at least 4 characters long or they will be ignored."
@@ -1479,27 +1595,27 @@ msgstr ""
1479
  "Lista słów (po jednym w wierszu) tak, aby zgadzały się z wykrytymi robotami. "
1480
  "Wpisy muszą być co najmniej z 4 znakami lub będą one ignorowane."
1481
 
1482
- #: includes/settings/tabs/wps-access-level.php:144
1483
  msgid "Reset to Default"
1484
  msgstr "Przywróć domyślne"
1485
 
1486
- #: includes/settings/tabs/wps-access-level.php:161
1487
  msgid "Add 10.0.0.0"
1488
  msgstr "Dodaj 10.0.0.0"
1489
 
1490
- #: includes/settings/tabs/wps-access-level.php:162
1491
  msgid "Add 172.16.0.0"
1492
  msgstr "Dodaj 172.16.0.0"
1493
 
1494
- #: includes/settings/tabs/wps-access-level.php:163
1495
  msgid "Add 192.168.0.0"
1496
  msgstr "Dodaj 192.168.0.0"
1497
 
1498
- #: includes/settings/tabs/wps-general.php:264
1499
  msgid "Charts"
1500
  msgstr "Wykresy"
1501
 
1502
- #: includes/settings/tabs/wps-geoip.php:38
1503
  msgid ""
1504
  "For get more information and location (country) from visitor, enable this "
1505
  "feature."
@@ -1507,630 +1623,737 @@ msgstr ""
1507
  "Dla uzyskania dodatkowych informacji i lokalizacji (kraju) z odwiedzającym, "
1508
  "włącz tą funkcję."
1509
 
1510
- #: includes/settings/wps-settings.php:87 wp-statistics.php:248
 
1511
  msgid "Overview"
1512
  msgstr "Przegląd"
1513
 
1514
- #: includes/optimization/tabs/wps-optimization-database.php:25
1515
- #: includes/optimization/tabs/wps-optimization-updates.php:21
1516
- #: wp-statistics.php:251
1517
  msgid "Countries"
1518
  msgstr "Kraje"
1519
 
1520
- #: wp-statistics.php:176 wp-statistics.php:253
 
1521
  msgid "Hits"
1522
  msgstr "Wejścia"
1523
 
1524
- #: wp-statistics.php:255
1525
  msgid "Referers"
1526
  msgstr "Strony odsyłające"
1527
 
1528
- #: wp-statistics.php:256
1529
  msgid "Searches"
1530
  msgstr "Wyszukiwarki"
1531
 
1532
- #: wp-statistics.php:257
1533
  msgid "Search Words"
1534
  msgstr "Wyszukiwane frazy"
1535
 
1536
- #: includes/settings/tabs/wps-general.php:94
1537
  msgid "Second"
1538
  msgstr "Sekund"
1539
 
1540
- #: includes/log/all-browsers.php:17
1541
  msgid "Browser Statistics"
1542
  msgstr "Statystyki przeglądarki"
1543
 
1544
- #: includes/log/all-browsers.php:107
 
1545
  msgid "Platform"
1546
  msgstr "Platforma"
1547
 
1548
- #: includes/log/all-browsers.php:241
1549
  msgid "%s Version"
1550
  msgstr "Wersja %s"
1551
 
1552
- #: includes/log/hit-statistics.php:17 includes/log/widgets/hits.php:8
 
1553
  msgid "Hit Statistics"
1554
  msgstr "Statystyki odsłon"
1555
 
1556
- #: includes/log/exclusions.php:57 includes/log/hit-statistics.php:21
1557
- #: includes/log/page-statistics.php:33 includes/log/search-statistics.php:21
 
 
1558
  msgid "10 Days"
1559
  msgstr "10 dni"
1560
 
1561
- #: includes/log/exclusions.php:58 includes/log/hit-statistics.php:22
1562
- #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:22
 
 
1563
  msgid "20 Days"
1564
  msgstr "20 dni"
1565
 
1566
- #: includes/log/exclusions.php:59 includes/log/hit-statistics.php:23
1567
- #: includes/log/page-statistics.php:35 includes/log/search-statistics.php:23
 
 
1568
  msgid "30 Days"
1569
  msgstr "30 dni"
1570
 
1571
- #: includes/log/exclusions.php:60 includes/log/hit-statistics.php:24
1572
- #: includes/log/page-statistics.php:36 includes/log/search-statistics.php:24
 
 
1573
  msgid "2 Months"
1574
  msgstr "2 miesiące"
1575
 
1576
- #: includes/log/exclusions.php:61 includes/log/hit-statistics.php:25
1577
- #: includes/log/page-statistics.php:37 includes/log/search-statistics.php:25
 
 
1578
  msgid "3 Months"
1579
  msgstr "3 miesiące"
1580
 
1581
- #: includes/log/exclusions.php:62 includes/log/hit-statistics.php:26
1582
- #: includes/log/page-statistics.php:38 includes/log/search-statistics.php:26
 
 
1583
  msgid "6 Months"
1584
  msgstr "6 miesięcy"
1585
 
1586
- #: includes/log/exclusions.php:63 includes/log/hit-statistics.php:27
1587
- #: includes/log/page-statistics.php:39 includes/log/search-statistics.php:27
 
 
1588
  msgid "9 Months"
1589
  msgstr "9 miesięcy"
1590
 
1591
- #: includes/log/exclusions.php:64 includes/log/hit-statistics.php:28
1592
- #: includes/log/page-statistics.php:40 includes/log/search-statistics.php:28
 
 
1593
  msgid "1 Year"
1594
  msgstr "Rok"
1595
 
1596
- #: includes/settings/tabs/wps-overview-display.php:34
1597
  msgid "Hits Statistical Chart"
1598
  msgstr "Statystyczny wykres odsłon"
1599
 
1600
- #: includes/log/exclusions.php:97 includes/log/hit-statistics.php:69
1601
- #: includes/log/search-statistics.php:77 includes/log/widgets/hits.php:39
1602
- #: includes/log/widgets/search.php:46
1603
- #: includes/optimization/tabs/wps-optimization-purging.php:150
 
 
1604
  msgid "days"
1605
  msgstr "dniach"
1606
 
1607
- #: includes/log/widgets/countries.php:11
1608
- #: includes/settings/tabs/wps-overview-display.php:27
1609
  msgid "Top 10 Countries"
1610
  msgstr "Najlepszych 10 państw"
1611
 
1612
- #: includes/log/top-countries.php:28 includes/log/widgets/countries.php:17
 
1613
  msgid "Rank"
1614
  msgstr "Pozycja"
1615
 
1616
- #: includes/log/top-countries.php:29 includes/log/widgets/countries.php:18
 
1617
  msgid "Flag"
1618
  msgstr "Flaga"
1619
 
1620
- #: includes/log/top-countries.php:31 includes/log/widgets/countries.php:20
 
1621
  msgid "Visitor Count"
1622
  msgstr "Odwiedzin"
1623
 
1624
- #: includes/settings/tabs/wps-overview-display.php:35
1625
  msgid "Search Engine Referrers Statistical Chart"
1626
  msgstr "Statystyczny wykres odsyłań w wyszukiwarkach"
1627
 
1628
- #: includes/log/top-countries.php:19
1629
  msgid "Top Countries"
1630
  msgstr "Najlepsze kraje"
1631
 
1632
- #: includes/optimization/tabs/wps-optimization-purging.php:159
1633
  msgid "Delete User Agent Types"
1634
  msgstr "Usuń typy agentów użytkownika"
1635
 
1636
- #: includes/optimization/tabs/wps-optimization-purging.php:164
1637
  msgid "Delete Agents"
1638
  msgstr "Usuń agentów"
1639
 
1640
- #: includes/optimization/tabs/wps-optimization-purging.php:179
1641
  msgid "All visitor data will be lost for this agent type."
1642
  msgstr "Wszystkie dane odwiedzających będą utracone dla tego typu agenta."
1643
 
1644
- #: includes/optimization/tabs/wps-optimization-purging.php:180
1645
- #: includes/optimization/tabs/wps-optimization-purging.php:204
1646
  msgid "Delete now!"
1647
  msgstr "Usuń"
1648
 
1649
- #: includes/optimization/tabs/wps-optimization-purging.php:188
1650
  msgid "Delete Platforms"
1651
  msgstr "Usuń platformy"
1652
 
1653
- #: includes/optimization/tabs/wps-optimization-purging.php:203
1654
  msgid "All visitor data will be lost for this platform type."
1655
  msgstr "Wszystkie dane odwiedzających będą utracone dla tego typu platformy."
1656
 
1657
- #: includes/optimization/tabs/wps-optimization-updates.php:16
1658
  msgid "GeoIP Options"
1659
  msgstr "Opcje GeoIP"
1660
 
1661
- #: includes/settings/tabs/wps-general.php:133
1662
  msgid "Store entire user agent string"
1663
  msgstr "Przechowuj cały ciąg agenta użytkownika"
1664
 
1665
- #: includes/settings/tabs/wps-general.php:139
1666
  msgid "Only enabled for debugging"
1667
  msgstr "Włączone tylko do debugowania"
1668
 
1669
- #: includes/settings/tabs/wps-geoip.php:17
1670
  msgid "GeoIP settings"
1671
  msgstr "Ustawienia GeoIP"
1672
 
1673
- #: includes/settings/tabs/wps-geoip.php:32
1674
  msgid "GeoIP collection"
1675
  msgstr "Biblioteka GeoIP"
1676
 
1677
- #: includes/settings/tabs/wps-geoip.php:44
1678
  msgid "Update GeoIP Info"
1679
  msgstr "Aktualizacja informacji GeoIP"
1680
 
1681
- #: includes/settings/tabs/wps-geoip.php:49
1682
  msgid "Download GeoIP Database"
1683
  msgstr "Pobierz bazę danych GeoIP"
1684
 
1685
- #: includes/settings/tabs/wps-browscap.php:40
1686
- #: includes/settings/tabs/wps-geoip.php:50
1687
  msgid "Save changes on this page to download the update."
1688
  msgstr "Zapisz zmiany na tej stronie, aby pobrać aktualizację."
1689
 
1690
- #: includes/optimization/tabs/wps-optimization-purging.php:10
1691
- #: includes/optimization/tabs/wps-optimization-purging.php:36
1692
- #: includes/optimization/tabs/wps-optimization-purging.php:62
1693
- #: includes/optimization/tabs/wps-optimization-purging.php:90
1694
  msgid "Are you sure?"
1695
  msgstr "Czy na pewno?"
1696
 
1697
- #: includes/optimization/tabs/wps-optimization-purging.php:137
1698
  msgid "Clear now!"
1699
  msgstr "Wyczyść"
1700
 
1701
- #: wp-statistics.php:261
1702
  msgid "Optimization"
1703
  msgstr "Optymizacja"
1704
 
1705
- #: includes/optimization/delete-agents.php:5
1706
- #: includes/optimization/delete-platforms.php:5
1707
- #: includes/optimization/empty.php:5 includes/optimization/export.php:5
1708
- #: includes/optimization/purge-data.php:5
1709
- #: includes/optimization/wps-optimization.php:3 manual/manual.php:5
 
 
1710
  msgid "Access denied!"
1711
  msgstr "Dostęp zabroniony!"
1712
 
1713
- #: includes/optimization/delete-agents.php:18
1714
- #: includes/optimization/delete-platforms.php:18
1715
- #: includes/optimization/empty.php:42 includes/optimization/export.php:57
 
1716
  msgid "Please select the desired items."
1717
  msgstr "Proszę wybierz odpowiednie wpisy."
1718
 
1719
- #: includes/optimization/tabs/wps-optimization-resources.php:17
1720
  msgid "Resources"
1721
  msgstr "Zasoby"
1722
 
1723
- #: includes/optimization/tabs/wps-optimization-resources.php:22
1724
- #: includes/optimization/tabs/wps-optimization-resources.php:27
1725
  msgid "Memory usage in PHP"
1726
  msgstr "Zużycie pamięci w PHP"
1727
 
1728
- #: includes/optimization/tabs/wps-optimization-resources.php:26
 
1729
  msgid "Byte"
1730
  msgstr "Bajt"
1731
 
1732
- #: includes/optimization/tabs/wps-optimization-resources.php:48
1733
- #: includes/optimization/tabs/wps-optimization-resources.php:59
1734
- #: includes/optimization/tabs/wps-optimization-resources.php:70
1735
- #: includes/optimization/tabs/wps-optimization-resources.php:81
1736
- #: includes/optimization/tabs/wps-optimization-resources.php:92
1737
  msgid "Row"
1738
  msgstr "Rzędów"
1739
 
1740
- #: includes/optimization/tabs/wps-optimization-resources.php:49
1741
- #: includes/optimization/tabs/wps-optimization-resources.php:60
1742
- #: includes/optimization/tabs/wps-optimization-resources.php:71
1743
- #: includes/optimization/tabs/wps-optimization-resources.php:82
1744
- #: includes/optimization/tabs/wps-optimization-resources.php:93
1745
  msgid "Number of rows"
1746
  msgstr "Liczba rzędów"
1747
 
1748
- #: includes/optimization/tabs/wps-optimization-export.php:7
1749
- #: includes/optimization/wps-optimization.php:127
1750
  msgid "Export"
1751
  msgstr "Eksportuj"
1752
 
1753
- #: includes/optimization/tabs/wps-optimization-export.php:12
1754
  msgid "Export from"
1755
  msgstr "Eksportuj z"
1756
 
1757
- #: includes/optimization/tabs/wps-optimization-export.php:24
1758
  msgid "Select the table for the output file."
1759
  msgstr "Wybierż tablę dla pliku wyjściowego."
1760
 
1761
- #: includes/optimization/tabs/wps-optimization-export.php:30
1762
  msgid "Export To"
1763
  msgstr "Eksportuj do"
1764
 
1765
- #: includes/optimization/tabs/wps-optimization-export.php:41
1766
  msgid "Select the output file type."
1767
  msgstr "Wybierz typ liku wyjściowego."
1768
 
1769
- #: includes/optimization/tabs/wps-optimization-export.php:53
1770
  msgid "Start Now!"
1771
  msgstr "Rozpocznij"
1772
 
1773
- #: includes/optimization/tabs/wps-optimization-purging.php:123
1774
  msgid "Empty Table"
1775
  msgstr "Opróżnij tabelę"
1776
 
1777
- #: includes/optimization/tabs/wps-optimization-purging.php:136
1778
  msgid "All data table will be lost."
1779
  msgstr "Wszystkie dane tabeli będą utracone."
1780
 
1781
- #: includes/settings/tabs/wps-about.php:44
1782
  msgid "Support"
1783
  msgstr "Pomoc techniczna"
1784
 
1785
- #: includes/settings/tabs/wps-about.php:74
1786
  msgid "Farsi"
1787
  msgstr "Farsi"
1788
 
1789
- #: includes/log/top-referring.php:47
1790
  msgid "Referring sites from"
1791
  msgstr "Strony odsyłające z"
1792
 
1793
- #: includes/settings/tabs/wps-about.php:36
1794
  msgid "Translations"
1795
  msgstr "Tłumaczenia"
1796
 
1797
- #: includes/log/top-referring.php:4
1798
  msgid "To be added soon"
1799
  msgstr "Wkrótce dodany"
1800
 
1801
- #: includes/log/last-search.php:102 includes/log/last-visitor.php:99
1802
- #: includes/log/top-referring.php:78 includes/log/widgets/recent.php:27
1803
- #: includes/log/widgets/words.php:32
1804
- #: includes/settings/tabs/wps-overview-display.php:33
1805
- #: includes/settings/tabs/wps-overview-display.php:71
 
 
1806
  msgid "Map"
1807
  msgstr "Mapa"
1808
 
1809
- #: includes/log/last-search.php:139 includes/log/last-visitor.php:132
1810
- #: includes/log/top-pages.php:181 includes/log/top-referring.php:132
 
 
1811
  msgid "Page"
1812
  msgstr "Strona"
1813
 
1814
- #: includes/log/last-search.php:139 includes/log/last-visitor.php:132
1815
- #: includes/log/top-pages.php:181 includes/log/top-referring.php:132
 
 
1816
  msgid "From"
1817
  msgstr "z"
1818
 
1819
- #: wp-statistics.php:455
1820
  msgid "Table plugin does not exist! Please disable and re-enable the plugin."
1821
  msgstr "Tabela wtyczki nie istnieje! Proszę wyłącz i włącz wtyczkę."
1822
 
1823
- #: includes/settings/tabs/wps-general.php:280
1824
- #: includes/settings/tabs/wps-general.php:285 schedule.php:161
 
1825
  msgid "Statistical reporting"
1826
  msgstr "Raporty statystyk"
1827
 
1828
- #: widget.php:14 wp-statistics.php:245
 
1829
  msgid "Statistics"
1830
  msgstr "Statystyki"
1831
 
1832
- #: includes/settings/tabs/wps-general.php:369 widget.php:38 widget.php:247
1833
- #: wp-statistics.php:310
 
 
1834
  msgid "User Online"
1835
  msgstr "Osób online"
1836
 
1837
- #: includes/settings/tabs/wps-general.php:371 widget.php:45 widget.php:250
 
 
1838
  msgid "Today Visit"
1839
  msgstr "Odwiedzin dzisiaj"
1840
 
1841
- #: includes/settings/tabs/wps-general.php:370 widget.php:52 widget.php:253
 
 
1842
  msgid "Today Visitor"
1843
  msgstr "Odwiedziło dzisiaj"
1844
 
1845
- #: includes/settings/tabs/wps-general.php:373 widget.php:59
 
1846
  msgid "Yesterday Visit"
1847
  msgstr "Odwiedzin wczoraj"
1848
 
1849
- #: includes/settings/tabs/wps-general.php:372 widget.php:66 widget.php:259
 
 
1850
  msgid "Yesterday Visitor"
1851
  msgstr "Odwiedziń wczoraj"
1852
 
1853
- #: widget.php:73 widget.php:262
 
1854
  msgid "Week Visit"
1855
  msgstr "Odwiedzin w tygodniu"
1856
 
1857
- #: widget.php:80 widget.php:265
 
1858
  msgid "Month Visit"
1859
  msgstr "Odwiedzin w miesiącu"
1860
 
1861
- #: widget.php:87 widget.php:268
 
1862
  msgid "Years Visit"
1863
  msgstr "Odwiedzin w roku"
1864
 
1865
- #: includes/settings/tabs/wps-general.php:375 widget.php:94 widget.php:271
 
 
1866
  msgid "Total Visit"
1867
  msgstr "Razem odwiedzin"
1868
 
1869
- #: includes/settings/tabs/wps-general.php:374 widget.php:101 widget.php:274
 
 
1870
  msgid "Total Visitor"
1871
  msgstr "Razem odwiedzin"
1872
 
1873
- #: widget.php:123 widget.php:300
 
1874
  msgid "Total Posts"
1875
  msgstr "Razem wpisów"
1876
 
1877
- #: widget.php:130 widget.php:303
 
1878
  msgid "Total Pages"
1879
  msgstr "Razem stron"
1880
 
1881
- #: widget.php:137 widget.php:306
 
1882
  msgid "Total Comments"
1883
  msgstr "Razem komentarzy"
1884
 
1885
- #: widget.php:144 widget.php:309
 
1886
  msgid "Total Spams"
1887
  msgstr "Razem spamów"
1888
 
1889
- #: widget.php:151 widget.php:312
 
1890
  msgid "Total Users"
1891
  msgstr "Razem uzytkowników"
1892
 
1893
- #: widget.php:158 widget.php:315
 
1894
  msgid "Average Posts"
1895
  msgstr "Średnio wpisów"
1896
 
1897
- #: widget.php:165 widget.php:318
 
1898
  msgid "Average Comments"
1899
  msgstr "Średnio komentarzy"
1900
 
1901
- #: widget.php:172 widget.php:321
 
1902
  msgid "Average Users"
1903
  msgstr "Średnio użytkowników"
1904
 
1905
- #: widget.php:179 widget.php:324
 
1906
  msgid "Last Post Date"
1907
  msgstr "Data ostatniego wpisu"
1908
 
1909
- #: wp-statistics.php:340
1910
  msgid "View Stats"
1911
  msgstr "Zobacz statystyki"
1912
 
1913
- #: wp-statistics.php:152 wp-statistics.php:262
 
1914
  msgid "Settings"
1915
  msgstr "Ustawienia"
1916
 
1917
- #: wp-statistics.php:316
1918
  msgid "Today visitor"
1919
  msgstr "Dzisiaj odwiedziło"
1920
 
1921
- #: wp-statistics.php:322
1922
  msgid "Today visit"
1923
  msgstr "Dzisiaj odwiedzin"
1924
 
1925
- #: wp-statistics.php:328
1926
  msgid "Yesterday visitor"
1927
  msgstr "Wczoraj odwiedziło"
1928
 
1929
- #: widget.php:256 wp-statistics.php:334
 
1930
  msgid "Yesterday visit"
1931
  msgstr "Wczoraj odwiedzin"
1932
 
1933
- #: wp-statistics.php:444 wp-statistics.php:544 wp-statistics.php:815
 
 
1934
  msgid "You do not have sufficient permissions to access this page."
1935
  msgstr "Nie posiadasz wystarczających uprawnień by wyświetlić tę stronę."
1936
 
1937
- #: includes/log/all-browsers.php:23 includes/log/all-browsers.php:106
1938
- #: includes/log/all-browsers.php:240 includes/log/exclusions.php:74
1939
- #: includes/log/hit-statistics.php:35 includes/log/last-search.php:61
1940
- #: includes/log/last-visitor.php:57 includes/log/page-statistics.php:47
1941
- #: includes/log/search-statistics.php:35 includes/log/top-pages.php:19
1942
- #: includes/log/top-pages.php:131 includes/log/top-referring.php:45
1943
- #: includes/log/widgets/about.php:7 includes/log/widgets/browsers.php:7
1944
- #: includes/log/widgets/countries.php:9 includes/log/widgets/google.map.php:8
1945
- #: includes/log/widgets/hits.php:7 includes/log/widgets/jqv.map.php:8
1946
- #: includes/log/widgets/pages.php:11 includes/log/widgets/recent.php:7
1947
- #: includes/log/widgets/referring.php:11 includes/log/widgets/search.php:7
1948
- #: includes/log/widgets/summary.php:7 includes/log/widgets/words.php:14
 
 
 
 
 
 
 
 
 
 
 
 
1949
  msgid "Click to toggle"
1950
  msgstr "Kliknij, aby przełączyć"
1951
 
1952
- #: includes/settings/tabs/wps-overview-display.php:24
1953
  msgid "Summary Statistics"
1954
  msgstr "Podsumowanie statystyk"
1955
 
1956
- #: includes/log/hit-statistics.php:104 includes/log/widgets/hits.php:74
1957
- #: includes/log/widgets/summary.php:19
 
 
1958
  msgid "Visitor"
1959
  msgstr "Odwiedziło"
1960
 
1961
- #: includes/log/hit-statistics.php:104 includes/log/widgets/hits.php:74
1962
- #: includes/log/widgets/summary.php:20
 
 
1963
  msgid "Visit"
1964
  msgstr "Odwiedzin"
1965
 
1966
- #: includes/log/widgets/summary.php:24 includes/log/widgets/summary.php:69
 
 
1967
  msgid "Today"
1968
  msgstr "Dzisiaj"
1969
 
1970
- #: includes/log/widgets/summary.php:30 includes/log/widgets/summary.php:70
 
 
1971
  msgid "Yesterday"
1972
  msgstr "Wczoraj"
1973
 
1974
- #: includes/log/widgets/summary.php:36
 
1975
  msgid "Week"
1976
  msgstr "W tygodniu"
1977
 
1978
- #: includes/log/widgets/summary.php:42
 
1979
  msgid "Month"
1980
  msgstr "W miesiącu"
1981
 
1982
- #: includes/log/widgets/summary.php:48
 
1983
  msgid "Year"
1984
  msgstr "W roku"
1985
 
1986
- #: includes/log/search-statistics.php:112 includes/log/widgets/search.php:81
1987
- #: includes/log/widgets/summary.php:54 includes/log/widgets/summary.php:94
 
 
 
1988
  msgid "Total"
1989
  msgstr "Razem"
1990
 
1991
- #: includes/log/widgets/summary.php:102
1992
  msgid "(Adjustment)"
1993
  msgstr "(Wyrównanie)"
1994
 
1995
- #: includes/log/all-browsers.php:24 includes/log/widgets/browsers.php:8
1996
- #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:249
 
 
1997
  msgid "Browsers"
1998
  msgstr "Przeglądarki"
1999
 
2000
- #: includes/log/widgets/browsers.php:38
2001
  msgid "Other"
2002
  msgstr "Inne"
2003
 
2004
- #: includes/log/widgets/referring.php:20
2005
  msgid "Address"
2006
  msgstr "Adres"
2007
 
2008
- #: includes/log/hit-statistics.php:90 includes/log/widgets/hits.php:60
 
2009
  msgid "Number of visits and visitors"
2010
  msgstr "Liczba odwiedzin i odwiedzających"
2011
 
2012
- #: includes/settings/tabs/wps-overview-display.php:86
2013
  msgid "Google"
2014
  msgstr "Google"
2015
 
2016
- #: includes/log/last-visitor.php:27 includes/log/widgets/recent.php:9
2017
- #: includes/settings/tabs/wps-overview-display.php:38
 
2018
  msgid "Recent Visitors"
2019
  msgstr "Ostatni odwiedzający"
2020
 
2021
- #: includes/log/top-countries.php:30 includes/log/widgets/countries.php:19
 
2022
  msgid "Country"
2023
  msgstr "Kraj"
2024
 
2025
- #: includes/settings/tabs/wps-browscap.php:27
2026
- #: includes/settings/tabs/wps-browscap.php:51
2027
- #: includes/settings/tabs/wps-general.php:66
2028
- #: includes/settings/tabs/wps-general.php:82
2029
- #: includes/settings/tabs/wps-general.php:110
2030
- #: includes/settings/tabs/wps-general.php:126
2031
- #: includes/settings/tabs/wps-general.php:138
2032
- #: includes/settings/tabs/wps-general.php:165
2033
- #: includes/settings/tabs/wps-general.php:177
2034
- #: includes/settings/tabs/wps-general.php:189
2035
- #: includes/settings/tabs/wps-general.php:219
2036
- #: includes/settings/tabs/wps-general.php:231
2037
- #: includes/settings/tabs/wps-general.php:274
2038
- #: includes/settings/tabs/wps-general.php:290
2039
- #: includes/settings/tabs/wps-geoip.php:37
2040
- #: includes/settings/tabs/wps-geoip.php:61
2041
- #: includes/settings/tabs/wps-geoip.php:94
2042
- #: includes/settings/tabs/wps-maintenance.php:40
2043
- #: includes/settings/tabs/wps-overview-display.php:105
2044
- #: includes/settings/tabs/wps-overview-display.php:117
 
 
 
 
2045
  msgid "Active"
2046
  msgstr "Uaktywnij"
2047
 
2048
- #: includes/settings/tabs/wps-general.php:83
2049
- #: includes/settings/tabs/wps-general.php:111
2050
- #: includes/settings/tabs/wps-general.php:127
2051
- #: includes/settings/tabs/wps-general.php:166
2052
- #: includes/settings/tabs/wps-general.php:178
2053
- #: includes/settings/tabs/wps-general.php:190
2054
- #: includes/settings/tabs/wps-general.php:291
2055
  msgid "Enable or disable this feature"
2056
  msgstr "Włącz lub wyłącz tą funkcję"
2057
 
2058
- #: includes/log/top-pages.php:163 includes/log/widgets/pages.php:30
2059
- #: includes/settings/tabs/wps-general.php:100
2060
- #: includes/settings/tabs/wps-general.php:105
 
 
2061
  msgid "Visits"
2062
  msgstr "Odwiedzin"
2063
 
2064
- #: includes/settings/tabs/wps-general.php:116
2065
- #: includes/settings/tabs/wps-general.php:121 wp-statistics.php:258
 
 
2066
  msgid "Visitors"
2067
  msgstr "Odzwiedzający"
2068
 
2069
- #: includes/settings/tabs/wps-general.php:89
2070
  msgid "Check for online users every"
2071
  msgstr "Sprawdź aktywne osoby co"
2072
 
2073
- #: includes/settings/tabs/wps-general.php:95
2074
  msgid "Time for the check accurate online user in the site. Now: %s Second"
2075
  msgstr "Czas sprawdzania liczby użytkowników online. Aktualnie: %s sekund."
2076
 
2077
- #: includes/settings/tabs/wps-general.php:200
2078
  msgid "Show stats in menu bar"
2079
  msgstr "Wyświetl statystyki w pasku menu"
2080
 
2081
- #: includes/settings/tabs/wps-general.php:205
2082
  msgid "No"
2083
  msgstr "Nie"
2084
 
2085
- #: includes/settings/tabs/wps-general.php:206
2086
  msgid "Yes"
2087
  msgstr "Tak"
2088
 
2089
- #: includes/settings/tabs/wps-general.php:208
2090
  msgid "Show stats in admin menu bar"
2091
  msgstr "Pokaż statystyki w pasku menu administratora"
2092
 
2093
- #: includes/settings/tabs/wps-general.php:145
2094
  msgid "Coefficient per visitor"
2095
  msgstr "Współczynnik dla odwiedzającego"
2096
 
2097
- #: includes/settings/tabs/wps-general.php:150
2098
  msgid "For each visit to account for several hits. Currently %s."
2099
  msgstr "Dla każdej odwiedziny z jednego konta. Aktualnie %s."
2100
 
2101
- #: includes/settings/tabs/wps-general.php:322
2102
  msgid "Select when receiving statistics report."
2103
  msgstr "Wybierz kiedy otrzymywać raporty statystyczne."
2104
 
2105
- #: includes/settings/tabs/wps-general.php:334
2106
  msgid "Email"
2107
  msgstr "E-mail"
2108
 
2109
- #: includes/settings/tabs/wps-general.php:335
2110
  msgid "SMS"
2111
  msgstr "SMS"
2112
 
2113
- #: includes/settings/tabs/wps-general.php:337
2114
  msgid "Type Select Get Status Report."
2115
  msgstr "Sposób wysyłania raportów."
2116
 
2117
- #: includes/settings/tabs/wps-general.php:363
2118
  msgid "Enter the contents of the reports received."
2119
  msgstr "Wprowadź treść otrzymanych sprawozdań."
2120
 
2121
- #: widget.php:240
2122
  msgid "Name"
2123
  msgstr "Nazwa"
2124
 
2125
- #: widget.php:244
2126
  msgid "Items"
2127
  msgstr "Wpisów"
2128
 
2129
- #: widget.php:283
2130
  msgid "Select type of search engine"
2131
  msgstr "Wybierz typ wyszukiwarki"
2132
 
2133
- #: includes/log/last-visitor.php:29 includes/log/top-referring.php:36
2134
- #: includes/optimization/tabs/wps-optimization-purging.php:134 widget.php:296
 
 
2135
  msgid "All"
2136
  msgstr "Wszystkie"
2
  # This file is distributed under the same license as the Wordpress Statistics package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2014-11-08 12:27+0100\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
  "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
10
  "|| n%100>=20) ? 1 : 2);\n"
11
+ "X-Generator: Poedit 1.6.10\n"
12
  "Project-Id-Version: Wordpress Statistics\n"
13
  "POT-Creation-Date: \n"
14
+ "Last-Translator: Radoslaw Rak <radekdb87@gmail.com>\n"
15
  "Language-Team: \n"
16
+ "Language: pl\n"
17
 
18
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:365
19
+ msgid ""
20
+ "Any shortcode supported by your installation of WordPress, include all "
21
+ "shortcodes for WP Statistics (see the admin manual for a list of codes "
22
+ "available) are supported in the body of the message. Here are some examples:"
23
+ msgstr ""
24
+ "Dowolny krótki kod obsługiwany przez Twoją instalację WordPressa, obejmuje "
25
+ "wszystkie krótkie kody dla WP Statistics (zobacz podręcznik administratora "
26
+ "uzyskując listę dostępnych kodów), które są obsługiwane w treści wiadomości. "
27
+ "Oto kilka przykładów:"
28
+
29
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/delete-agents.php:17
30
+ msgid "No agent data found to remove!"
31
+ msgstr "Nie znaleziono danych agenta, aby usunąć!"
32
+
33
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/delete-platforms.php:17
34
+ msgid "No platform data found to remove!"
35
+ msgstr "Nie znaleziono danych platform, aby usunąć!"
36
+
37
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-historical.php:15
38
+ msgid "Historical Values"
39
+ msgstr "Wartości historyczne"
40
+
41
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-historical.php:20
42
+ msgid ""
43
+ "Note: As you have just purged the database you must reload this page for "
44
+ "these numbers to be correct."
45
+ msgstr ""
46
+ "Uwaga: Ponieważ właśnie usunięto bazę danych, należy załadować tę stronę dla "
47
+ "tych numerów, które są poprawne."
48
+
49
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-historical.php:31
50
+ msgid ""
51
+ "Number of historical number of visitors to the site (current value is %s)."
52
+ msgstr ""
53
+ "Ilość liczby historycznej odwiedzających witrynę (aktualna wartość to %s)."
54
+
55
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-historical.php:42
56
+ msgid ""
57
+ "Number of historical number of visits to the site (current value is %s)."
58
+ msgstr "Liczba liczby historycznej odwiedzin strony (aktualna wartość to %s)."
59
+
60
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-historical.php:48
61
+ msgid "Update now!"
62
+ msgstr "Zaktualizuj"
63
+
64
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:33
65
+ msgid "Last Overview page memory usage"
66
+ msgstr "Ostatni przegląd użycia pamięci strony"
67
+
68
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:38
69
+ msgid "Memory usage in the overview page"
70
+ msgstr "Użycie pamięci na stronie głównej"
71
+
72
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:274
73
+ msgid "The detected client browser."
74
+ msgstr "Wykryto przeglądarkę klienta."
75
+
76
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:280
77
+ msgid "Version"
78
+ msgstr "Wersja"
79
+
80
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:285
81
+ msgid "The detected client browser version."
82
+ msgstr "Wykryto wersję przeglądarki klienta"
83
+
84
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:296
85
+ msgid "The detected client platform."
86
+ msgstr "Wykryto platformę klienta."
87
+
88
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/wps-optimization.php:151
89
+ msgid "Historical"
90
+ msgstr "Historyczny"
91
+
92
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:56
93
+ msgid "Make sure you have access to your PHP error logs."
94
+ msgstr "Upewnij się, czy masz dostęp do Twojego dziennika błędów PHP."
95
+
96
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-removal.php:15
97
+ msgid "WP Statisitcs Removal"
98
+ msgstr "Usunięcie WP Statisitcs"
99
+
100
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-removal.php:20
101
+ msgid ""
102
+ "Uninstalling WP Statistics will not remove the data and settings, you can "
103
+ "use this option to remove the WP Statistics data from your install before "
104
+ "uninstalling the plugin."
105
+ msgstr ""
106
+ "Odinstalowywanie WP Statistics nie usunie danych i ustawień, możesz użyć tej "
107
+ "opcji, aby usunąć dane WP Statistics z Twojej instalacji przed "
108
+ "odinstalowaniem wtyczki."
109
+
110
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-removal.php:23
111
+ msgid ""
112
+ "Once you submit this form the settings will be deleted during the page load, "
113
+ "however WP Statistics will still show up in your Admin menu until another "
114
+ "page load is executed."
115
+ msgstr ""
116
+ "Po przesłaniu tego formularza ustawienia zostaną usunięte w czasie ładowania "
117
+ "strony, jednak WP Statistics wciąż pojawi się w menu Admin, aż kolejne "
118
+ "załadowanie strony zostanie wykonywane."
119
+
120
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-removal.php:29
121
+ msgid "Remove data and settings"
122
+ msgstr "Usuń dane i ustawienia"
123
+
124
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-removal.php:34
125
+ msgid "Remove"
126
+ msgstr "Usuń"
127
+
128
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-removal.php:35
129
+ msgid "Remove data and settings, this action cannot be undone."
130
+ msgstr ""
131
+
132
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/wps-settings.php:98
133
+ msgid "Removal"
134
+ msgstr "Usunięcie"
135
+
136
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:42
137
+ msgid "WP Statistics has been removed, please disable and delete it."
138
+ msgstr ""
139
+
140
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/about.php:8
141
  msgid "About WP Statistics Version %s"
142
+ msgstr "O wersji WP Statistics %s"
143
 
144
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:106
145
  msgid "Date: %s"
146
  msgstr "Data: %s"
147
 
148
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:110
149
  msgid "Time: %s"
150
  msgstr "Czas: %s"
151
 
152
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/delete-agents.php:14
153
  msgid "%s agent data deleted successfully."
154
+ msgstr "Dane agenta %s pomyślnie usunięte."
155
 
156
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/delete-platforms.php:14
157
  msgid "%s platform data deleted successfully."
158
+ msgstr "Dane platformy %s pomyślnie usunięte."
159
 
160
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/empty.php:53
161
  msgid "%s table data deleted successfully."
162
+ msgstr "Dane tabeli %s pomyślnie usunięte."
163
 
164
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/functions/purge.php:17
165
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/functions/purge.php:31
166
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/functions/purge.php:42
167
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/functions/purge.php:75
168
  msgid "%s data older than %s days purged successfully."
169
+ msgstr "%s danych starszych niż %s dni pomyślnie usuniętych."
170
 
171
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/functions/purge.php:19
172
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/functions/purge.php:33
173
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/functions/purge.php:44
174
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/functions/purge.php:77
175
  msgid "No records found to purge from %s!"
176
+ msgstr "Nie ma rekordów do przeczyszczenia %s!"
177
 
178
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:55
179
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:66
180
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:77
181
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:88
182
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:99
183
  msgid "Number of rows in the %s table"
184
+ msgstr "Liczba wierszy w tabeli %s"
185
 
186
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:222
187
  msgid "browscap Cache File"
188
+ msgstr "Plik pamięci podręcznej Browscap"
189
 
190
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:231
191
  msgid "browscap cache file does not exist."
192
+ msgstr "Plik pamięci podręcznej Browscap nie istnieje."
193
 
194
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:235
195
  msgid "The file size and date of the browscap cache file."
196
+ msgstr "Rozmiar pliku i data pliku pamięci podręcznej browscap."
197
 
198
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:24
199
  msgid ""
200
  "Come visit our great new %s and keep up to date on the latest news about WP "
201
  "Statistics."
202
  msgstr ""
203
+ "Odwiedź naszą nową %s i bądź na bieżąco z aktualnościami o WP Statistics."
 
204
 
205
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:24
206
  msgid "website"
207
+ msgstr "stronę internetową"
208
 
209
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:40
210
  msgid ""
211
  "WP Statistics supports internationalization and we encourage our users to "
212
  "submit translations, please visit our %s to see the current status and %s if "
213
  "you would like to help."
214
  msgstr ""
215
+ "WP Statistics obsługuje internacjonalizację i zachęca naszych użytkowników, "
216
+ "aby przesłać tłumaczenia, prosimy odwiedzić naszą %s, aby zobaczyć aktualny "
217
+ "stan %s jeśli chcesz pomóc."
218
 
219
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:40
220
  msgid "translation collaboration site"
221
+ msgstr "stronę ze współpracą tłumaczenia"
222
 
223
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:40
224
  msgid "drop us a line"
225
  msgstr "napisz do nas"
226
 
227
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:52
228
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:53
229
  msgid "Have you read the %s?"
230
  msgstr "Czy przeczytałeś %s?"
231
 
232
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:52
233
  msgid "FAQs"
234
  msgstr "Najczęściej zadawane pytania"
235
 
236
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:53
237
  msgid "manual"
238
+ msgstr "podręcznik"
239
 
240
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:54
241
  msgid "Have you search the %s for a similar issue?"
242
+ msgstr "Czy wyszukałeś %s podobny problem?"
243
 
244
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:54
245
  msgid "support forum"
246
  msgstr "forum wsparcia"
247
 
248
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:71
249
  msgid ""
250
  "Then please open a new thread on the %s and we'll respond as soon as "
251
  "possible."
252
+ msgstr "Należy otworzyć nowy wątek na %s a my odpowiemy jak najszybciej."
 
 
253
 
254
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:71
255
  msgid "WordPress.org support forum"
256
  msgstr "Forum wsparcia WordPress.org"
257
 
258
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:75
259
  msgid "Alternatively %s support is available as well."
260
+ msgstr "Alternatywne wsparcie %s jest dostępne."
261
 
262
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:85
263
  msgid "See the %s for details on capability levels."
264
+ msgstr ""
265
+ "Zobacz %s szczegółowe informacje na temat poziomów dotyczących zdolności."
266
 
267
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:85
268
  msgid "WordPress Roles and Capabilities page"
269
+ msgstr "Zasady i funkcje strony WordPress"
270
 
271
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:67
272
  msgid ""
273
  "This feature will not store IP addresses in the database but instead used a "
274
  "unique hash. The \"Store entire user agent string\" setting will be "
275
  "disabled if this is selected. You will not be able to recover the IP "
276
  "addresses in the future to recover location information if this is enabled."
277
  msgstr ""
278
+ "Ta funkcja nie będzie przechowywać adresów IP w bazie danych, ale zamiast "
279
+ "tego stosować unikalny hash. Ustawienie \"Przechowuj cały ciąg agenta "
280
+ "użytkownika\" zostanie wyłączone, jeśli ta opcja jest zaznaczona. Nie będzie "
281
+ "w stanie odzyskać adresów IP w przyszłości w celu odzyskania informacji o "
282
+ "lokalizacji, jeśli ta jest włączona."
283
 
284
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:340
285
  msgid "Note: To send SMS text messages please install the %s plugin."
286
+ msgstr "Uwaga: Aby wysłać tekst wiadomości SMS należy zainstalować wtyczkę %s."
287
 
288
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:340
289
  msgid "WordPress SMS"
290
  msgstr "WordPress SMS"
291
 
292
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:27
293
  msgid ""
294
  "ERROR: WP Statistics has detected an unsupported version of PHP, WP "
295
  "Statistics will not function without PHP Version "
296
  msgstr ""
297
+ "BŁĄD: WP Statistics wykrył nieobsługiwaną wersję PHP, WP Statistics nie "
298
+ "będzie funkcjonować bez wersji PHP"
299
 
300
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:27
301
  msgid " or higher!"
302
+ msgstr " lub wyższej!"
303
 
304
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:97
305
  msgid ""
306
  "Online user tracking in WP Statistics is not enabled, please go to %s and "
307
  "enable it."
308
  msgstr ""
309
+ "Śledzenie aktywnych użytkowników w WP Statistics nie jest włączone, przejdź "
310
+ "do %s i włącz go."
311
 
312
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:97
313
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:100
314
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:103
315
  msgid "setting page"
316
+ msgstr "ustawienia strony"
317
 
318
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:100
319
  msgid ""
320
  "Hit tracking in WP Statistics is not enabled, please go to %s and enable it."
321
  msgstr ""
322
+ "Śledzenie wejść w WP Statistics nie jest włączone, przejdź do %s i włącz go."
 
323
 
324
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:103
325
  msgid ""
326
  "Visitor tracking in WP Statistics is not enabled, please go to %s and enable "
327
  "it."
328
  msgstr ""
329
+ "Śledzenie gości w WP Statistics nie jest włączone, przejdź do %s i włącz go."
 
330
 
331
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:106
332
  msgid ""
333
  "GeoIP collection is not active, please go to %s and enable this feature."
334
+ msgstr "Biblioteka GeoIP nie jest aktywna, przejdź do %s i włącz ją."
 
335
 
336
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:106
337
  msgid "Setting page > GeoIP"
338
  msgstr "Ustawienie strony > GeoIP"
339
 
340
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/wps-settings.php:96
 
 
 
 
 
 
341
  msgid "browscap"
342
  msgstr "browscap"
343
 
344
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wps-updates.php:141
345
  msgid "Error downloading browscap database from: %s - %s"
346
  msgstr "Błąd pobierania bazy danych browscap z: %s - %s"
347
 
348
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wps-updates.php:229
349
  msgid "browscap database updated successfully!"
350
  msgstr "Baza danych browscap zaktualizowana pomyślnie!"
351
 
352
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wps-updates.php:237
353
  msgid "browscap already at current version!"
354
  msgstr "browscap już w aktualnej wersji!"
355
 
356
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-database.php:5
357
  msgid "Database Setup"
358
  msgstr "Ustawienia bazy danych"
359
 
360
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-database.php:10
361
  msgid "Re-run Install"
362
  msgstr "Zainstaluj ponownie"
363
 
364
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-database.php:14
365
  msgid "Install Now!"
366
  msgstr "Zainstaluj"
367
 
368
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-database.php:15
369
  msgid ""
370
  "If for some reason your installation of WP Statistics is missing the "
371
  "database tables or other core items, this will re-execute the install "
375
  "danych lub innych kluczowych pozycji, ponownie uruchomi się proces "
376
  "instalacji."
377
 
378
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:174
379
  msgid ""
380
  "If the PHP BC Math Extension is installed. BC Math is no longer required "
381
  "for the GeoIP code and is listed here only for historical reasons."
383
  "Jeśli jest zainstalowany rozszerzenie PHP BC Math. BC Math nie wymaga już "
384
  "kodu GeoIP i został tutaj wymieniony tylko z powodów historycznych."
385
 
386
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:179
387
  msgid "File Info"
388
  msgstr "Informacje pliku"
389
 
390
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:184
391
  msgid "GeoIP Database"
392
  msgstr "Baza danych GeoIP"
393
 
394
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:195
395
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:214
396
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:233
397
  msgid ", created on "
398
  msgstr ", utworzono w "
399
 
400
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:197
401
  msgid "The file size and date of the GeoIP database."
402
  msgstr "Rozmiar pliku i danych bazy danych GeoIP."
403
 
404
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:203
405
  msgid "browscap.ini File"
406
  msgstr "Plik browscap.ini"
407
 
408
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:212
409
  msgid "browscap.ini file does not exist."
410
  msgstr "plik browscap.ini nie istnieje."
411
 
412
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:216
413
  msgid "The file size and date of the browscap.ini file."
414
  msgstr "Rozmiar pliku i danych pliku browscap.ini."
415
 
416
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/wps-optimization.php:51
417
  msgid "Install routine complete."
418
  msgstr "Zainstaluj rutynowe zakończona."
419
 
420
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-browscap.php:22
421
  msgid "browscap settings"
422
+ msgstr "Ustawienia browscap"
423
 
424
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-browscap.php:27
425
  msgid "browscap usage"
426
+ msgstr "Użycie browscap"
427
 
428
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-browscap.php:33
429
  msgid "The browscap database will be downloaded and used to detect robots."
430
  msgstr ""
431
  "Baza danych browscap będzie pobierana i wykorzystywana do wykrywania robotów."
432
 
433
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-browscap.php:39
434
  msgid "Update browscap Info"
435
  msgstr "Zaktualizuj informacje browscap"
436
 
437
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-browscap.php:44
438
  msgid "Download browscap Database"
439
  msgstr "Pobierz bazę danych browscap"
440
 
441
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-browscap.php:51
442
  msgid "Schedule weekly update of browscap DB"
443
  msgstr "Harmonogram tygodniowy aktualizacji bazy danych browscap"
444
 
445
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-browscap.php:74
446
  msgid "Download of the browscap database will be scheduled for once a week."
447
  msgstr "Pobieranie bazy danych browscap planowane będzie raz w tygodniu."
448
 
449
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-database.php:40
450
  msgid ""
451
  "Older installs of WP Statistics allow for duplicate entries in the visitors "
452
  "table in a corner case. Newer installs protect against this with a unique "
461
  "\"Zaktualizuj\", aby przeskanować tabelę odwiedzających użytkowników, usunąć "
462
  "zdublowane wpisy i dodać indeks."
463
 
464
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-database.php:46
465
  msgid ""
466
  "Older installs of WP Statistics allow for duplicate entries in the visitors "
467
  "table in a corner case. Newer installs protect against this with a unique "
471
  "odwiedzających użytkowników w razie przypadku. Nowe instalacje chronią przed "
472
  "tym z unikalnym indeksem na tabeli."
473
 
474
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-database.php:47
475
  msgid ""
476
  "Congratulations, your installation is already up to date, nothing to do."
477
  msgstr "Gratulacje, instalacja jest już aktualna, nic nie rób."
478
 
479
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:55
480
  msgid "Have you search the Internet for any error messages you are receiving?"
481
  msgstr ""
482
  "Czy wyszukać w Internecie jakiekolwiek komunikaty o błędach, które odbierasz?"
483
 
484
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:67
485
  msgid ""
486
  "Are you getting a blank or incomplete page displayed in your browser? Did "
487
  "you view the source for the page and check for any fatal errors?"
489
  "Czy otrzymujesz pustą lub niekompletną wyświetlaną stronę w przeglądarce? "
490
  "Czy wyświetlić źródło na stronie i sprawdzić jakiekolwiek błędy krytyczne?"
491
 
492
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:68
493
  msgid "Have you checked your PHP and web server error logs?"
494
  msgstr "Czy można sprawdzić Twoje dzienniki błędów PHP i serwera sieci web?"
495
 
496
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:15
497
  msgid "Show site stats in sidebar."
498
  msgstr "Pokaż stronę Statystyki w pasku bocznym."
499
 
500
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-search.php:97
501
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-visitor.php:94
502
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/google.map.php:73
503
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/jqv.map.php:59
504
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/recent.php:22
505
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/words.php:25
506
  msgid "#hash#"
507
  msgstr "#hash#"
508
 
509
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-updates.php:4
510
  msgid ""
511
  "This will replace all IP addresses in the database with hash values and "
512
  "cannot be undo, are you sure?"
514
  "Spowoduje to zastąpienie wszystkich adresów IP w bazie danych z wartościami "
515
  "skrótu i nie może być cofnięte, czy na pewno?"
516
 
517
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-updates.php:26
518
  msgid ""
519
  "Updates any unknown location data in the database, this may take a while"
520
  msgstr ""
521
  "Aktualizuje jakiekolwiek nieznane dane o lokalizacji w bazie danych, to może "
522
  "trochę potrwać"
523
 
524
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-updates.php:31
525
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:56
526
  msgid "IP Addresses"
527
  msgstr "Adresy IP"
528
 
529
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-updates.php:36
530
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:61
531
  msgid "Hash IP Addresses"
532
  msgstr "Skrót adresów IP"
533
 
534
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-updates.php:41
535
  msgid ""
536
  "Replace IP addresses in the database with hash values, you will not be able "
537
  "to recover the IP addresses in the future to populate location information "
541
  "stanie odzyskać adresów IP w przyszłości, aby wypełnić informacji o "
542
  "lokalizacji i może to trochę potrwać"
543
 
544
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/wps-optimization.php:43
545
  msgid "IP Addresses replaced with hash values."
546
  msgstr "Adresy IP zastąpione wartościami skrótu."
547
 
548
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:149
549
  msgid "Force robot list update after upgrades"
550
  msgstr "Wymuś aktualizację listy robotów po uaktualnieniach"
551
 
552
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:152
553
  msgid ""
554
  "Force the robot list to be reset to the default after an update to WP "
555
  "Statistics takes place. Note if this option is enabled any custom robots "
559
  "Statistics. Uwaga: Jeśli ta opcja jest włączona wszystkie niestandardowe "
560
  "roboty dodane do listy zostaną utracone."
561
 
562
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:40
563
  msgid "This will delete the manual when you save the settings, are you sure?"
564
  msgstr "Spowoduje to usunięcie instrukcji po zapisaniu ustawień, czy na pewno?"
565
 
566
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:220
567
  msgid ""
568
  "By default WP Statistics displays an alert if any of the core features are "
569
  "disabled on every admin page, this option will disable these notices."
572
  "funkcji jest wyłączona na każdej stronie administratora, opcja ta będzie "
573
  "wyłączyć te powiadomienia."
574
 
575
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:226
576
  msgid "Delete the manual"
577
  msgstr "Usuń podręcznik"
578
 
579
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:232
580
  msgid ""
581
  "By default WP Statistics stores the admin manual in the plugin directory (~5 "
582
  "meg), if this option is enabled it will be deleted now and during upgrades "
586
  "wtyczek (~5 meg), jeśli ta opcja jest włączona to zostanie usunięty w czasie "
587
  "aktualizacji i teraz w przyszłości."
588
 
589
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-database.php:20
590
  msgid "Database Index"
591
  msgstr "Indeks bazy danych"
592
 
593
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-database.php:41
594
  msgid ""
595
  "This operation could take a long time on installs with many rows in the "
596
  "visitors table."
598
  "Ta operacja może zająć dużo czasu przy instalacji z wieloma wierszami w "
599
  "tabeli odwiedzających użytkowników."
600
 
601
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/wps-optimization.php:149
602
  msgid "Database"
603
  msgstr "Baza danych"
604
 
605
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:298
606
  msgid "Schedule"
607
  msgstr "Harmonogram"
608
 
609
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:328
610
  msgid "Send reports via"
611
  msgstr "Wyślij raporty za pomocą"
612
 
613
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:347
614
  msgid "E-mail addresses"
615
  msgstr "Adresy e-mail"
616
 
617
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:352
618
  msgid ""
619
  "A comma separated list of e-mail addresses to send the reports to if e-mail "
620
  "is selected above."
622
  "Oddziel przecinkami listę adresów e-mail, aby wysłać raporty pocztą, jeśli "
623
  "wybrano powyżej."
624
 
625
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:358
626
  msgid "Report body"
627
  msgstr "Zgłoś grupę"
628
 
629
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:75
630
  msgid "The following three items are global to all users."
631
  msgstr "Następujące trzy pozycje są globalne dla wszystkich użytkowników."
632
 
633
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:80
634
  msgid "Map type"
635
  msgstr "Typ mapy"
636
 
637
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:86
638
  msgid "JQVMap"
639
  msgstr "JQVMap"
640
 
641
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:93
642
  msgid ""
643
  "The \"Google\" option will use Google's mapping service to plot the recent "
644
  "visitors (requires access to Google)."
646
  "Opcja \"Google\" będzie korzystać z usługi mapowania Google do wykreślenia "
647
  "ostatnich odwiedzających (wymaga dostępu do Google)."
648
 
649
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:94
650
  msgid ""
651
  "The \"JQVMap\" option will use JQVMap javascript mapping library to plot the "
652
  "recent visitors (requires no extenral services)."
654
  "Opcja \"JQVMap\" użyje mapowania biblioteki javascript JQVMap do wykreślenia "
655
  "ostatnich odwiedzających (nie wymaga zewnętrznych usług)."
656
 
657
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:118
658
  msgid ""
659
  "This feature may cause a performance degradation when viewing statistics and "
660
  "is only valid if the map type is set to \"Google\"."
663
  "statystyk i jest ważna tylko wtedy, gdy typ mapy jest ustawiony na \"Google"
664
  "\"."
665
 
666
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/all-browsers.php:41
667
  msgid "Browsers by type"
668
  msgstr "Wg typu przeglądarek"
669
 
670
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/all-browsers.php:124
671
  msgid "Browsers by platform"
672
  msgstr "Wg platformy przeglądarek"
673
 
674
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:97
675
  msgid "Excluded hits in the last"
676
  msgstr "Wykluczonych wejść w ostatnich"
677
 
678
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:27
679
  msgid "Hits Statistics Chart"
680
  msgstr "Wykres statystyki odsłon"
681
 
682
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:60
683
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/hits.php:39
684
  msgid "Hits in the last"
685
  msgstr "Wejść w ostatnich"
686
 
687
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-search.php:30
688
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/words.php:16
689
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:36
690
  msgid "Latest Search Words"
691
  msgstr "Najnowsze wyszukane frazy"
692
 
693
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-search.php:62
694
  msgid "Latest Search Word Statistics"
695
  msgstr "Najnowsze statystyki szukanych fraz"
696
 
697
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-visitor.php:61
698
  msgid "Recent Visitor Statistics"
699
  msgstr "Ostatnie statystyki odwiedzin"
700
 
701
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/google.map.php:17
702
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/jqv.map.php:9
703
  msgid "Today Visitors Map"
704
  msgstr "Mapa dzisiejszych odwiedzających"
705
 
706
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:8
707
  msgid "Summary"
708
  msgstr "Podsumowanie"
709
 
710
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/dashboard.php:20
711
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:13
712
  msgid "User(s) Online"
713
+ msgstr "Przegląda"
714
 
715
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/browsers.php:45
716
  msgid "Top 10 Browsers"
717
  msgstr "Najlepsza 10 przeglądarek"
718
 
719
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-referring.php:26
720
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-referring.php:41
721
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/referring.php:13
722
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:26
723
  msgid "Top Referring Sites"
724
  msgstr "Najlepsze odsłyłające strony"
725
 
726
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/about.php:16
727
  msgid "Rate and Review"
728
  msgstr "Oceń i opisz wtyczkę"
729
 
730
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/about.php:20
731
  msgid "More Information"
732
  msgstr "Więcej informacji"
733
 
734
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/about.php:29
735
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:12
736
  msgid ""
737
  "This product includes GeoLite2 data created by MaxMind, available from %s."
738
  msgstr ""
739
  "Produkt ten zawiera dane GeoLite2 utworzone przez MediaWiki, dostępne z %s."
740
 
741
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:71
742
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/search.php:46
743
  msgid "Search engine referrals in the last"
744
  msgstr "Odsyłań wyszukiwarki w ostatnich"
745
 
746
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:92
747
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/search.php:67
748
  msgid "Number of referrals"
749
  msgstr "Liczba odsyłań"
750
 
751
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/pages.php:13
752
  msgid "Top 10 Pages"
753
  msgstr "Najlepsza 10 stron"
754
 
755
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:11
756
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:30
757
  msgid "Search Engine Referral Statistics"
758
  msgstr "Statystyki odsyłań wyszukiwarki"
759
 
760
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:8
761
  msgid "WP Statistics V%s"
762
  msgstr "WP Statistics V%s"
763
 
764
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:20
765
  msgid "Visit Us Online"
766
  msgstr "Odwiedź nas"
767
 
768
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:28
769
  msgid "Rate and Review at WordPress.org"
770
  msgstr "Oceń i opisz wtyczkę w WordPress.org"
771
 
772
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:32
773
  msgid "Thanks for installing WP Statistics, we encourage you to submit a "
774
  msgstr "Dziękujemy za instalację WP Statistics, zachęcamy do złożenia"
775
 
776
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:32
777
  msgid "rating and review"
778
  msgstr "oceny i opisu wtyczki"
779
 
780
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:32
781
  msgid "over at WordPress.org. Your feedback is greatly appreciated!"
782
  msgstr "na WordPress.org. Twoja opinia jest bardzo mile widziana!"
783
 
784
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:49
785
  msgid ""
786
  "We're sorry you're having problem with WP Statistics and we're happy to help "
787
  "out. Here are a few things to do before contacting us:"
788
  msgstr ""
789
+ "Przepraszamy, że masz problem z WP Statistics i cieszymy się, że możemy "
790
+ "pomóc. Oto kilka uwag do zrobienia, zanim się skontaktujesz z nami:"
791
 
792
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:59
793
  msgid "And a few things to double-check:"
794
+ msgstr "I sprawdź dokładnie kilka uwag:"
795
 
796
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:62
797
  msgid "How's your memory_limit in php.ini?"
798
  msgstr "Jaki jest Twój memory_limit w php.ini?"
799
 
800
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:63
801
  msgid "Have you tried disabling any other plugins you may have installed?"
802
  msgstr ""
803
  "Czy próbowałeś wyłączyć wszystkie inne wtyczki, które masz zainstalowane?"
804
 
805
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:64
806
  msgid "Have you tried using the default WordPress theme?"
807
  msgstr "Czy próbowałeś użyć domyślnego motywu WordPressa?"
808
 
809
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:65
810
  msgid "Have you double checked the plugin settings?"
811
  msgstr "Czy dwukrotnie sprawdziłeś ustawienia wtyczki?"
812
 
813
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:66
814
  msgid "Do you have all the required PHP extensions installed?"
815
  msgstr "Czy masz zainstalowane wszystkie wymagane rozszerzenia PHP?"
816
 
817
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:71
818
  msgid "Still not having any luck?"
819
+ msgstr "Nadal nie natknąłeś się na problem?"
820
+
821
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-export.php:17
822
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-export.php:35
823
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:129
824
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:170
825
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:194
826
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:303
827
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:333
828
  msgid "Please select"
829
  msgstr "Proszę wybrać"
830
 
831
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
832
  msgid ""
833
  "IP location services provided by GeoLite2 data created by MaxMind, available "
834
  "from %s."
836
  "Usługi lokalizacyjne IP świadczone przez dane GeoLite2 utworzone przez "
837
  "MediaWiki, dostępne z %s."
838
 
839
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:23
840
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:32
841
  msgid "None"
842
  msgstr "Żaden"
843
 
844
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:28
845
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/wps-settings.php:99
846
  msgid "About"
847
  msgstr "Informacje"
848
 
849
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:123
850
  msgid "Widgets to Display"
851
  msgstr "Wyświetl widgety"
852
 
853
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:132
854
  msgid ""
855
  "The following items are unique to each user. If you do not select the "
856
  "'About' widget it will automatically be displayed in the last positon of "
860
  "wybierzesz widgetu 'Informacje' będzie automatycznie wyświetlony w ostatniej "
861
  "pozycji kolumny A."
862
 
863
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:137
864
  msgid "Slot"
865
  msgstr "Slot"
866
 
867
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:141
868
  msgid "Column A"
869
  msgstr "Kolumna A"
870
 
871
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:145
872
  msgid "Column B"
873
  msgstr "Kolumna B"
874
 
875
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:151
876
  msgid "Slot 1"
877
  msgstr "Slot 1"
878
 
879
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:181
880
  msgid "Slot 2"
881
  msgstr "Slot 2"
882
 
883
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:211
884
  msgid "Slot 3"
885
  msgstr "Slot 3"
886
 
887
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:241
888
  msgid "Slot 4"
889
  msgstr "Slot 4"
890
 
891
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:271
892
  msgid "Slot 5"
893
  msgstr "Slot 5"
894
 
895
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:301
896
  msgid "Slot 6"
897
  msgstr "Slot 6"
898
 
899
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:305
900
  msgid "N/A"
901
  msgstr "N/A"
902
 
903
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:280
904
  msgid "Search Engine Referred"
905
  msgstr "Odniesienia wyszukiwarki"
906
 
907
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/schedule.php:10
908
  msgid "Once Weekly"
909
  msgstr "Raz na tydzień"
910
 
911
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/schedule.php:17
912
  msgid "Once Every 2 Weeks"
913
  msgstr "Raz na 2 tygodnie"
914
 
915
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/schedule.php:24
916
  msgid "Once Every 4 Weeks"
917
  msgstr "Raz na 4 tygodnie"
918
 
919
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:54
920
  msgid "Complete statistics for your WordPress site."
921
  msgstr "Uzupełnij statystyki dla Twojej strony WordPress."
922
 
923
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/about.php:15
924
  msgid "Website"
925
  msgstr "Strona internetowa"
926
 
927
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-referring.php:109
928
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/referring.php:19
929
  msgid "References"
930
  msgstr "Odniesienia"
931
 
932
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:44
933
  msgid "PHP Memory Limit"
934
  msgstr "Limit pamięci PHP"
935
 
936
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:49
937
  msgid "The memory limit a script is allowed to consume, set in php.ini."
938
  msgstr "Limit pamięci skryptu może się zużywać, ustaw w pliku php.ini."
939
 
940
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:53
941
  msgid "WP Statistics"
942
  msgstr "WP Statistics"
943
 
944
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:180
945
  msgid "Visit WordPress.org page"
946
  msgstr "Odwiedź stronę WordPress.org"
947
 
948
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:29
949
  msgid "Page Trend for Post ID"
950
  msgstr "Wątek strony dla ID postu"
951
 
952
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:48
953
  msgid "Page Trend"
954
  msgstr "Wątek strony"
955
 
956
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:68
957
  msgid "Page Trending Stats"
958
  msgstr "Statystyki wątków strony"
959
 
960
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:97
961
  msgid "Record exclusions"
962
  msgstr "Wykluczenia rekordów"
963
 
964
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:130
965
  msgid "Robot list"
966
  msgstr "Lista robotów"
967
 
968
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:157
969
  msgid "Excluded IP address list"
970
  msgstr "Lista wykluczonych adresów IP"
971
 
972
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:160
973
  msgid ""
974
  "A list of IP addresses and subnet masks (one per line) to exclude from "
975
  "statistics collection (both 192.168.0.0/24 and 192.168.0.0/255.255.255.0 "
981
  "192.168.0.0/255.255.255.0 są akceptowane). Aby określić adres IP, użyj "
982
  "wartości podsieci 32 lub 255.255.255.255."
983
 
984
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:172
985
  msgid "Excluded login page"
986
  msgstr "Wykluczona strona logowania"
987
 
988
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:179
989
  msgid "Excluded admin pages"
990
  msgstr "Wykluczone strony administracji"
991
 
992
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:72
993
  msgid "Users Online"
994
  msgstr "Aktywni użytkownicy"
995
 
996
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:77
997
  msgid "User online"
998
  msgstr "Aktywny użytkownik"
999
 
1000
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:172
1001
  msgid "Track all pages"
1002
  msgstr "Śledź wszystkie strony"
1003
 
1004
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:184
1005
  msgid "Disable hits column in post/pages list"
1006
  msgstr "Wyłącz kolumnę wejść w liście postu/stron"
1007
 
1008
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:195
1009
  msgid "Miscellaneous"
1010
  msgstr "Różne"
1011
 
1012
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:180
1013
  msgid "Click here to visit the plugin on WordPress.org"
1014
  msgstr "Kliknij tutaj, aby odwiedzić wtyczkę WordPress.org"
1015
 
1016
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:183
1017
  msgid "Click here to rate and review this plugin on WordPress.org"
1018
  msgstr "Kliknij tutaj, aby ocenić i opisać tę wtyczkę na WordPress.org"
1019
 
1020
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:183
1021
  msgid "Rate this plugin"
1022
  msgstr "Oceń tę wtyczkę"
1023
 
1024
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:227
1025
  msgid "WP Statistics - Hits"
1026
  msgstr "WP Statistics - Wejścia"
1027
 
1028
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wps-updates.php:34
1029
  msgid "Error downloading GeoIP database from: %s - %s"
1030
  msgstr "Błąd pobierania bazy danych GeoIP z: %s - %s"
1031
 
1032
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:108
1033
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:277
1034
  msgid "Total Page Views"
1035
  msgstr "Razem odwiedzonych stron"
1036
 
1037
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:155
1038
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:160
1039
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:275
1040
  msgid "Pages"
1041
  msgstr "Strony"
1042
 
1043
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:282
1044
  msgid "Manual"
1045
  msgstr "Podręcznik"
1046
 
1047
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:380
1048
  msgid "Download ODF file"
1049
  msgstr "Pobierz plik ODF"
1050
 
1051
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:381
1052
  msgid "Download HTML file"
1053
  msgstr "Pobierz plik HTML"
1054
 
1055
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:385
1056
  msgid "Manual file not found."
1057
  msgstr "Plik podręcznika nie znaleziony."
1058
 
1059
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:54
1060
  msgid "Exclusions Statistics"
1061
  msgstr "Statytyki wykluczeń"
1062
 
1063
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:37
1064
  msgid "Top Pages Visited"
1065
  msgstr "Najlepiej odwiedzone strony"
1066
 
1067
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-pages.php:160
1068
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/pages.php:27
1069
  msgid "No page title found"
1070
  msgstr "Tytuł strony nie znaleziony"
1071
 
1072
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-pages.php:13
1073
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-pages.php:132
1074
  msgid "Top Pages"
1075
  msgstr "Najlepsze strony"
1076
 
1077
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-pages.php:20
1078
  msgid "Top 5 Pages Trends"
1079
  msgstr "Najlepszych 5 wątków stron"
1080
 
1081
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-pages.php:49
1082
  msgid "Top 5 Page Trending Stats"
1083
  msgstr "Statystyki najlepszych 5 wątków stron"
1084
 
1085
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:89
1086
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-pages.php:70
1087
  msgid "Number of Hits"
1088
  msgstr "Liczba wejść"
1089
 
1090
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/manual/manual.php:29
1091
  msgid "Manual not found: %s"
1092
  msgstr "Podręcznik nie znaleziony: %s"
1093
 
1094
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/manual/manual.php:39
1095
  msgid "Invalid file type selected: %s"
1096
  msgstr "Wybrano nieprawidłowy typ pliku: %s"
1097
 
1098
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:116
1099
  msgid "Search Engine referred"
1100
  msgstr "Wyszukiwarka, o której mowa"
1101
 
1102
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-export.php:47
1103
  msgid "Include Header Row"
1104
  msgstr "Dołącz wierz nagłówka"
1105
 
1106
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-export.php:52
1107
  msgid "Include a header row as the first line of the exported file."
1108
  msgstr "Dołącz wiersz nagłówka w pierwszym wierszu eksportowanego pliku."
1109
 
1110
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:136
1111
  msgid "PHP Safe Mode"
1112
  msgstr "PHP Safe Mode"
1113
 
1114
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:141
1115
  msgid "Is PHP Safe Mode active. The GeoIP code is not supported in Safe Mode."
1116
  msgstr ""
1117
  "PHP Safe Mode jest aktywny. Kod GeoIP nie jest obsługiwany w trybie "
1118
  "awaryjnym."
1119
 
1120
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:106
1121
  msgid "GeoIP collection is disabled due to the following reasons:"
1122
  msgstr "Biblioteka GeoIP jest wyłączona z powodu następujących przyczyn:"
1123
 
1124
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:126
1125
  msgid ""
1126
  "PHP safe mode detected! GeoIP collection is not supported with PHP's safe "
1127
  "mode enabled!"
1129
  "Wykryty PHP Safe Mode! Biblioteka GeoIP nie jest obsługiwana w trybie "
1130
  "bezpiecznym PHP!"
1131
 
1132
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:214
1133
  msgid "Hide admin notices about non active features"
1134
  msgstr "Ukryj uwagi administratora o niekatywnych funkcjach"
1135
 
1136
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:237
1137
  msgid "Search Enginges"
1138
  msgstr "Wyszukiwarki"
1139
 
1140
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:242
1141
  msgid ""
1142
  "Disabling all search engines is not allowed, doing so will result in all "
1143
  "search engines being active."
1145
  "Wyłączenie wszystkich wyszukiwarek jest zabronione, spowoduje to wynik we "
1146
  "wszystkich aktywnych wyszukiwarkach."
1147
 
1148
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:257
1149
  msgid "disable"
1150
  msgstr "wyłącz"
1151
 
1152
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:258
1153
  msgid "Disable %s from data collection and reporting."
1154
  msgstr "Wyłącz %s z zbierania danych i raportowania."
1155
 
1156
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:158
1157
  msgid "cURL Version"
1158
  msgstr "Wersja cURL"
1159
 
1160
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:162
1161
  msgid "cURL not installed"
1162
  msgstr "cURL nie zainstalowane"
1163
 
1164
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:163
1165
  msgid ""
1166
  "The PHP cURL Extension version you are running. cURL is required for the "
1167
  "GeoIP code, if it is not installed GeoIP will be disabled."
1169
  "Użyawsz uruchomionej wersji rozszerzenia PHP cURL. cURL wymaga kodu GeoIP, "
1170
  "jeśli nie jest zainstalowane GeoIP zostanie wyłączone."
1171
 
1172
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:169
1173
  msgid "BC Math"
1174
  msgstr "BC Math"
1175
 
1176
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:173
1177
  msgid "Installed"
1178
  msgstr "Zainstalowany"
1179
 
1180
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:173
1181
  msgid "Not installed"
1182
  msgstr "Nie zainstalowany"
1183
 
1184
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:114
1185
  msgid ""
1186
  "GeoIP collection requires the cURL PHP extension and it is not loaded on "
1187
  "your version of PHP!"
1189
  "Gromadzony GeoIP wymaga rozszerzenia cURL PHP i nie jest uruchomiony w "
1190
  "Twojej wersji PHP!"
1191
 
1192
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:120
1193
  msgid ""
1194
  "GeoIP collection requires the BC Math PHP extension and it is not loaded on "
1195
  "your version of PHP!"
1197
  "Gromadzony GeoIP wymaga rozszerzenia BC Math PHP i nie jest uruchomiony w "
1198
  "Twojej wersji PHP!"
1199
 
1200
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/functions/geoip-populate.php:26
1201
  msgid ""
1202
  "Unable to load the GeoIP database, make sure you have downloaded it in the "
1203
  "settings page."
1205
  "Nie można załadować bazy danych GeoIP, upewnij się, że pobrałeś ją na "
1206
  "stronie ustawień."
1207
 
1208
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:193
1209
  msgid "Database file does not exist."
1210
  msgstr "Plik bazy danych nie istnieje."
1211
 
1212
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-visitor.php:59
1213
  msgid "Search for"
1214
  msgstr "Szukaj dla"
1215
 
1216
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/browsers.php:8
1217
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/countries.php:11
1218
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/hits.php:8
1219
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/pages.php:13
1220
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/recent.php:9
1221
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/referring.php:13
1222
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/search.php:8
1223
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/words.php:16
1224
  msgid "More"
1225
  msgstr "Więcej"
1226
 
1227
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:269
1228
  msgid "Include totals"
1229
  msgstr "Razem dołączonych"
1230
 
1231
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:275
1232
  msgid ""
1233
  "Add a total line to charts with multiple values, like the search engine "
1234
  "referrals"
1236
  "Dodaj całkowitą linię do wykresów z wieloma wartościami, takimi jak "
1237
  "odwołania w wyszukiwarkach"
1238
 
1239
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:100
1240
  msgid "Disable map"
1241
  msgstr "Wyłącz mapę"
1242
 
1243
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:106
1244
  msgid "Disable the map display"
1245
  msgstr "Wyłącz wyświetlanie mapy"
1246
 
1247
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:112
1248
  msgid "Get country location from Google"
1249
  msgstr "Otrzymaj położenie kraju z Google"
1250
 
1251
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:8
1252
  msgid ""
1253
  "Attention: Exclusion are not currently set to be recorded, the results below "
1254
  "may not reflect current statistics!"
1256
  "Uwaga: Wykluczenia nie są obecnie ustawione na zapisywanie, poniższe wyniki "
1257
  "mogą nie odzwierciedlać aktualnej statystyki!"
1258
 
1259
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:118
1260
  msgid "Number of excluded hits"
1261
  msgstr "Liczba wykluczonych wejść"
1262
 
1263
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:86
1264
  msgid ""
1265
  "Hint: manage_network = Super Admin Network, manage_options = Administrator, "
1266
  "edit_others_posts = Editor, publish_posts = Author, edit_posts = "
1270
  "Administrator, edit_others_posts = Editor, publish_posts = Author, "
1271
  "edit_posts = Contributor, read = Everyone."
1272
 
1273
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:99
1274
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:151
1275
  msgid "Enable"
1276
  msgstr "Włącz"
1277
 
1278
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:100
1279
  msgid ""
1280
  "This will record all the excluded hits in a separate table with the reasons "
1281
  "why it was excluded but no other information. This will generate a lot of "
1287
  "Dzięki temu uzyskasz sporo danych, jeśli chcesz zobaczyć łączną liczbę "
1288
  "odsłon strony otrzymując, nie tylko rzeczywiste odwiedziny użytkowników."
1289
 
1290
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:168
1291
  msgid "Site URL Exclusions"
1292
  msgstr "Wykluczenia adresów URL"
1293
 
1294
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:175
1295
  msgid "Exclude the login page for registering as a hit."
1296
  msgstr "Wyklucz stronę logowania do rejestracji jako wejście."
1297
 
1298
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:182
1299
  msgid "Exclude the admin pages for registering as a hit."
1300
  msgstr "Wyklucz strony administracji do rejestracji jako wejście."
1301
 
1302
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:93
1303
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:270
1304
  msgid "Exclusions"
1305
  msgstr "Wykluczenia"
1306
 
1307
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:68
1308
  msgid "Total Exclusions: %s"
1309
  msgstr "Razem wykluczeń: %s"
1310
 
1311
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:75
1312
  msgid "Exclusions Statistical Chart"
1313
  msgstr "Statystyczny wykres odsłon"
1314
 
1315
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:33
1316
  msgid "Access Levels"
1317
  msgstr "Dostęp do poziomów"
1318
 
1319
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/wps-optimization.php:146
1320
  msgid "Resources/Information"
1321
  msgstr "Zasoby/Informacje"
1322
 
1323
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/wps-optimization.php:148
1324
  msgid "Purging"
1325
  msgstr "Wyczyść"
1326
 
1327
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/wps-optimization.php:150
1328
  msgid "Updates"
1329
  msgstr "Zaktualizuj"
1330
 
1331
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/wps-settings.php:94
1332
  msgid "Access/Exclusions"
1333
  msgstr "Dostęp/Wykluczenia"
1334
 
1335
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/wps-settings.php:97
1336
  msgid "Maintenance"
1337
  msgstr "Zarządzanie"
1338
 
1339
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/wps-settings.php:137
1340
  msgid "Update"
1341
  msgstr "Zaktualizuj"
1342
 
1343
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/wps-settings.php:92
1344
  msgid "General"
1345
  msgstr "Ogólne"
1346
 
1347
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/empty.php:57
1348
  msgid "Error, %s not emptied!"
1349
  msgstr "Błąd, %s nie opróźniono!"
1350
 
1351
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:119
1352
  msgid "Data"
1353
  msgstr "Dane"
1354
 
1355
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:146
1356
  msgid "Purge records older than"
1357
  msgstr "Wyczyść rekordy stasrze niż"
1358
 
1359
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:152
1360
  msgid ""
1361
  "Deleted user statistics data older than the selected number of days. "
1362
  "Minimum value is 30 days."
1364
  "Usunięto dane statystyk użytkownika starszych niż wybrana liczba dni. "
1365
  "Minimalna wartość to 30 dni."
1366
 
1367
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:153
1368
  msgid "Purge now!"
1369
  msgstr "Wyczyść"
1370
 
1371
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/functions/purge.php:83
1372
  msgid "Please select a value over 30 days."
1373
  msgstr "Proszę wybrać wartość w ciągu 30 dni."
1374
 
1375
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-maintenance.php:20
1376
  msgid ""
1377
  "This will permanently delete data from the database each day, are you sure "
1378
  "you want to enable this option?"
1380
  "Spowoduje to trwałe usunięcie danych z bazy danych każdego dnia, czy na "
1381
  "pewno chcesz włączyć tą opcję?"
1382
 
1383
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-maintenance.php:30
1384
  msgid "Database Maintenance"
1385
  msgstr "Zarządzanie bazą danych"
1386
 
1387
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-maintenance.php:35
1388
  msgid "Run a daily WP Cron job to prune the databases"
1389
  msgstr "Uruchom codzienne zadanie WP Corn, aby czyścić bazy danych"
1390
 
1391
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-maintenance.php:41
1392
  msgid ""
1393
  "A WP Cron job will be run daily to prune any data older than a set number of "
1394
  "days."
1396
  "Zostanie uruchomione codzienne zadanie WP Cron, aby czyścić wszelkie dane "
1397
  "starsze niż w określonej liczbie dni."
1398
 
1399
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-maintenance.php:47
1400
  msgid "Prune data older than"
1401
  msgstr "Wczyść dane starsze niż"
1402
 
1403
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-maintenance.php:52
1404
  msgid "Days"
1405
  msgstr "Dni"
1406
 
1407
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-maintenance.php:53
1408
  msgid ""
1409
  "The number of days to keep statistics for. Minimum value is 30 days. "
1410
  "Invalid values will disable the daily maintenance."
1412
  "Liczba dni dla przechowujących statystyk. Minimalna wartość to 30 dni. "
1413
  "Nieprawidłowe wartości wyłączy codzienną konserwację."
1414
 
1415
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/wps-settings.php:95
1416
  msgid "GeoIP"
1417
  msgstr "GeoIP"
1418
 
1419
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-browscap.php:59
1420
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:64
1421
  msgid "Next update will be"
1422
  msgstr "Następna aktualizacja będzie za"
1423
 
1424
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:109
1425
  msgid ""
1426
  "GeoIP collection requires PHP %s or above, it is currently disabled due to "
1427
  "the installed PHP version being "
1429
  "Biblioteka GeoIP wymaga PHP %s lub nowszego, obecnie jest wyłączona z powodu "
1430
  "zainstalowanej istniejącej wersji PHP"
1431
 
1432
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/search.php:8
1433
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:64
1434
  msgid "Search Engine Referrals"
1435
  msgstr "Polecone w wyszukiwarkach"
1436
 
1437
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:88
1438
  msgid "Daily Total"
1439
  msgstr "Razem codziennie"
1440
 
1441
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:102
1442
  msgid "Current Time and Date"
1443
  msgstr "Bieżący czas i data"
1444
 
1445
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-database.php:39
1446
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-updates.php:25
1447
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-updates.php:40
1448
  msgid "Update Now!"
1449
  msgstr "Zaktualizuj"
1450
 
1451
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:87
1452
  msgid ""
1453
  "Each of the above casscades the rights upwards in the default WordPress "
1454
  "configuration. So for example selecting publish_posts grants the right to "
1458
  "WordPress. Na przykład wybierając publish_posts daje prawo dla Autorów, "
1459
  "Redaktorów, Administratorów i Super Administratorów."
1460
 
1461
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:88
1462
  msgid ""
1463
  "If you need a more robust solution to delegate access you might want to look "
1464
  "at %s in the WordPress plugin directory."
1466
  "Jeśli potrzebujesz bardziej niezawodne rozwiązanie do delegowania dostępu, "
1467
  "możesz zajrzeć do %s w katalogu wtyczek WordPress."
1468
 
1469
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:62
1470
  msgid "Required user level to view WP Statistics"
1471
  msgstr "Wymagany poziom użytkownika, aby wyświetlić WP Statistics"
1472
 
1473
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:77
1474
  msgid "Required user level to manage WP Statistics"
1475
  msgstr "Wymagany poziom użytkownika, aby zarządzać WP Statistics"
1476
 
1477
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:56
1478
  msgid "Schedule monthly update of GeoIP DB"
1479
  msgstr "Kalendarz miesięczny aktualizacji GeoIP DB"
1480
 
1481
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:82
1482
  msgid ""
1483
  "Download of the GeoIP database will be scheduled for 2 days after the first "
1484
  "Tuesday of the month."
1486
  "Pobranie bazy danych GeoIP będzie zaplanowane na 2 dni po pierwszym Wtorku "
1487
  "każdego miesiąca."
1488
 
1489
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:83
1490
  msgid ""
1491
  "This option will also download the database if the local filesize is less "
1492
  "than 1k (which usually means the stub that comes with the plugin is still in "
1496
  "mniejszy niż 1k (który zazwyczaj oznacza odcinek, pochodzący z tej wtyczk "
1497
  "jest nadal w tym miejscu)."
1498
 
1499
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:89
1500
  msgid "Populate missing GeoIP after update of GeoIP DB"
1501
+ msgstr "Wypełnienie brakujących GeoIP po aktualizacji bazy danych GeoIP"
1502
 
1503
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:95
1504
  msgid "Update any missing GeoIP data after downloading a new database."
1505
  msgstr ""
1506
  "Zaktualizuj wszelkie brakujące dane GeoIP po pobraniu nowej bazy danych."
1507
 
1508
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/functions/geoip-populate.php:50
1509
  msgid "Updated %s GeoIP records in the visitors database."
1510
  msgstr "Zaktualizowano %s rekordów GeoIP w bazie danych odwiedzających. "
1511
 
1512
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:109
1513
  msgid "Version Info"
1514
  msgstr "Informacje o wersji"
1515
 
1516
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:114
1517
  msgid "WP Statistics Version"
1518
  msgstr "Wersja WP Statistics"
1519
 
1520
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:119
1521
  msgid "The WP Statistics version you are running."
1522
  msgstr "Używasz wersji WP Statistics."
1523
 
1524
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:125
1525
  msgid "PHP Version"
1526
  msgstr "Wersja PHP"
1527
 
1528
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:130
1529
  msgid "The PHP version you are running."
1530
  msgstr "Używasz wersji PHP."
1531
 
1532
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:147
1533
  msgid "jQuery Version"
1534
  msgstr "Wersja jQuery"
1535
 
1536
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:152
1537
  msgid "The jQuery version you are running."
1538
  msgstr "Używasz wersji jQuery."
1539
 
1540
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wps-updates.php:45
1541
  msgid "Error could not open downloaded GeoIP database for reading: %s"
1542
  msgstr "Nie mogę otworzyć pobranej bazy danych GeoIP odnoszącej się do: %s"
1543
 
1544
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wps-updates.php:52
1545
  msgid "Error could not open destination GeoIP database for writing %s"
1546
  msgstr "Nie mogę otworzyć pobranej bazy danych GeoIP zapisanej w %s"
1547
 
1548
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wps-updates.php:68
1549
  msgid "GeoIP Database updated successfully!"
1550
  msgstr "Baza danych GeoIP zaktualizowana pomyślnie!"
1551
 
1552
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:240
1553
  msgid "Client Info"
1554
  msgstr "Informacje o kliencie"
1555
 
1556
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:245
1557
  msgid "Client IP"
1558
  msgstr "Adres IP klienta"
1559
 
1560
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:250
1561
  msgid "The client IP address."
1562
  msgstr "Adres IP Klienta."
1563
 
1564
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:256
1565
  msgid "User Agent"
1566
  msgstr "Agent uzytkownika"
1567
 
1568
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:261
1569
  msgid "The client user agent string."
1570
  msgstr "Ciąg agenta użytkownika klienta."
1571
 
1572
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:105
1573
  msgid "Exclude User Roles"
1574
  msgstr "Wyklucz zasady użytkownika"
1575
 
1576
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:119
1577
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:174
1578
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:181
1579
  msgid "Exclude"
1580
  msgstr "Wyklucz"
1581
 
1582
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:120
1583
  msgid "Exclude %s role from data collection."
1584
  msgstr "Wyklucz regułę %s z gromadzonych danych."
1585
 
1586
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:126
1587
  msgid "IP/Robot Exclusions"
1588
  msgstr "Wykluczenia adresów IP/robotów"
1589
 
1590
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:143
1591
  msgid ""
1592
  "A list of words (one per line) to match against to detect robots. Entries "
1593
  "must be at least 4 characters long or they will be ignored."
1595
  "Lista słów (po jednym w wierszu) tak, aby zgadzały się z wykrytymi robotami. "
1596
  "Wpisy muszą być co najmniej z 4 znakami lub będą one ignorowane."
1597
 
1598
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:144
1599
  msgid "Reset to Default"
1600
  msgstr "Przywróć domyślne"
1601
 
1602
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:161
1603
  msgid "Add 10.0.0.0"
1604
  msgstr "Dodaj 10.0.0.0"
1605
 
1606
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:162
1607
  msgid "Add 172.16.0.0"
1608
  msgstr "Dodaj 172.16.0.0"
1609
 
1610
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-access-level.php:163
1611
  msgid "Add 192.168.0.0"
1612
  msgstr "Dodaj 192.168.0.0"
1613
 
1614
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:264
1615
  msgid "Charts"
1616
  msgstr "Wykresy"
1617
 
1618
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:38
1619
  msgid ""
1620
  "For get more information and location (country) from visitor, enable this "
1621
  "feature."
1623
  "Dla uzyskania dodatkowych informacji i lokalizacji (kraju) z odwiedzającym, "
1624
  "włącz tą funkcję."
1625
 
1626
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/wps-settings.php:93
1627
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:264
1628
  msgid "Overview"
1629
  msgstr "Przegląd"
1630
 
1631
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-database.php:25
1632
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-updates.php:21
1633
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:267
1634
  msgid "Countries"
1635
  msgstr "Kraje"
1636
 
1637
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:192
1638
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:269
1639
  msgid "Hits"
1640
  msgstr "Wejścia"
1641
 
1642
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:271
1643
  msgid "Referers"
1644
  msgstr "Strony odsyłające"
1645
 
1646
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:272
1647
  msgid "Searches"
1648
  msgstr "Wyszukiwarki"
1649
 
1650
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:273
1651
  msgid "Search Words"
1652
  msgstr "Wyszukiwane frazy"
1653
 
1654
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:94
1655
  msgid "Second"
1656
  msgstr "Sekund"
1657
 
1658
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/all-browsers.php:8
1659
  msgid "Browser Statistics"
1660
  msgstr "Statystyki przeglądarki"
1661
 
1662
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/all-browsers.php:98
1663
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:291
1664
  msgid "Platform"
1665
  msgstr "Platforma"
1666
 
1667
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/all-browsers.php:232
1668
  msgid "%s Version"
1669
  msgstr "Wersja %s"
1670
 
1671
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:8
1672
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/hits.php:8
1673
  msgid "Hit Statistics"
1674
  msgstr "Statystyki odsłon"
1675
 
1676
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:57
1677
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:12
1678
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:33
1679
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:15
1680
  msgid "10 Days"
1681
  msgstr "10 dni"
1682
 
1683
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:58
1684
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:13
1685
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:34
1686
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:16
1687
  msgid "20 Days"
1688
  msgstr "20 dni"
1689
 
1690
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:59
1691
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:14
1692
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:35
1693
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:17
1694
  msgid "30 Days"
1695
  msgstr "30 dni"
1696
 
1697
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:60
1698
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:15
1699
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:36
1700
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:18
1701
  msgid "2 Months"
1702
  msgstr "2 miesiące"
1703
 
1704
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:61
1705
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:16
1706
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:37
1707
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:19
1708
  msgid "3 Months"
1709
  msgstr "3 miesiące"
1710
 
1711
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:62
1712
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:17
1713
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:38
1714
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:20
1715
  msgid "6 Months"
1716
  msgstr "6 miesięcy"
1717
 
1718
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:63
1719
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:18
1720
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:39
1721
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:21
1722
  msgid "9 Months"
1723
  msgstr "9 miesięcy"
1724
 
1725
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:64
1726
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:19
1727
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:40
1728
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:22
1729
  msgid "1 Year"
1730
  msgstr "Rok"
1731
 
1732
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:34
1733
  msgid "Hits Statistical Chart"
1734
  msgstr "Statystyczny wykres odsłon"
1735
 
1736
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:97
1737
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:60
1738
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:71
1739
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/hits.php:39
1740
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/search.php:46
1741
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:151
1742
  msgid "days"
1743
  msgstr "dniach"
1744
 
1745
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/countries.php:11
1746
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:27
1747
  msgid "Top 10 Countries"
1748
  msgstr "Najlepszych 10 państw"
1749
 
1750
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-countries.php:20
1751
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/countries.php:17
1752
  msgid "Rank"
1753
  msgstr "Pozycja"
1754
 
1755
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-countries.php:21
1756
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/countries.php:18
1757
  msgid "Flag"
1758
  msgstr "Flaga"
1759
 
1760
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-countries.php:23
1761
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/countries.php:20
1762
  msgid "Visitor Count"
1763
  msgstr "Odwiedzin"
1764
 
1765
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:35
1766
  msgid "Search Engine Referrers Statistical Chart"
1767
  msgstr "Statystyczny wykres odsyłań w wyszukiwarkach"
1768
 
1769
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-countries.php:11
1770
  msgid "Top Countries"
1771
  msgstr "Najlepsze kraje"
1772
 
1773
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:160
1774
  msgid "Delete User Agent Types"
1775
  msgstr "Usuń typy agentów użytkownika"
1776
 
1777
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:165
1778
  msgid "Delete Agents"
1779
  msgstr "Usuń agentów"
1780
 
1781
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:180
1782
  msgid "All visitor data will be lost for this agent type."
1783
  msgstr "Wszystkie dane odwiedzających będą utracone dla tego typu agenta."
1784
 
1785
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:181
1786
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:205
1787
  msgid "Delete now!"
1788
  msgstr "Usuń"
1789
 
1790
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:189
1791
  msgid "Delete Platforms"
1792
  msgstr "Usuń platformy"
1793
 
1794
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:204
1795
  msgid "All visitor data will be lost for this platform type."
1796
  msgstr "Wszystkie dane odwiedzających będą utracone dla tego typu platformy."
1797
 
1798
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-updates.php:16
1799
  msgid "GeoIP Options"
1800
  msgstr "Opcje GeoIP"
1801
 
1802
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:133
1803
  msgid "Store entire user agent string"
1804
  msgstr "Przechowuj cały ciąg agenta użytkownika"
1805
 
1806
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:139
1807
  msgid "Only enabled for debugging"
1808
  msgstr "Włączone tylko do debugowania"
1809
 
1810
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:17
1811
  msgid "GeoIP settings"
1812
  msgstr "Ustawienia GeoIP"
1813
 
1814
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:32
1815
  msgid "GeoIP collection"
1816
  msgstr "Biblioteka GeoIP"
1817
 
1818
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:44
1819
  msgid "Update GeoIP Info"
1820
  msgstr "Aktualizacja informacji GeoIP"
1821
 
1822
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:49
1823
  msgid "Download GeoIP Database"
1824
  msgstr "Pobierz bazę danych GeoIP"
1825
 
1826
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-browscap.php:45
1827
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:50
1828
  msgid "Save changes on this page to download the update."
1829
  msgstr "Zapisz zmiany na tej stronie, aby pobrać aktualizację."
1830
 
1831
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:10
1832
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:37
1833
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:63
1834
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:91
1835
  msgid "Are you sure?"
1836
  msgstr "Czy na pewno?"
1837
 
1838
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:138
1839
  msgid "Clear now!"
1840
  msgstr "Wyczyść"
1841
 
1842
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:277
1843
  msgid "Optimization"
1844
  msgstr "Optymizacja"
1845
 
1846
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/delete-agents.php:5
1847
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/delete-platforms.php:5
1848
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/empty.php:5
1849
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/export.php:5
1850
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/purge-data.php:6
1851
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/wps-optimization.php:6
1852
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/manual/manual.php:5
1853
  msgid "Access denied!"
1854
  msgstr "Dostęp zabroniony!"
1855
 
1856
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/delete-agents.php:21
1857
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/delete-platforms.php:21
1858
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/empty.php:42
1859
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/export.php:57
1860
  msgid "Please select the desired items."
1861
  msgstr "Proszę wybierz odpowiednie wpisy."
1862
 
1863
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:17
1864
  msgid "Resources"
1865
  msgstr "Zasoby"
1866
 
1867
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:22
1868
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:27
1869
  msgid "Memory usage in PHP"
1870
  msgstr "Zużycie pamięci w PHP"
1871
 
1872
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:26
1873
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:37
1874
  msgid "Byte"
1875
  msgstr "Bajt"
1876
 
1877
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:59
1878
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:70
1879
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:81
1880
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:92
1881
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:103
1882
  msgid "Row"
1883
  msgstr "Rzędów"
1884
 
1885
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:60
1886
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:71
1887
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:82
1888
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:93
1889
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:104
1890
  msgid "Number of rows"
1891
  msgstr "Liczba rzędów"
1892
 
1893
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-export.php:7
1894
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/wps-optimization.php:147
1895
  msgid "Export"
1896
  msgstr "Eksportuj"
1897
 
1898
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-export.php:12
1899
  msgid "Export from"
1900
  msgstr "Eksportuj z"
1901
 
1902
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-export.php:24
1903
  msgid "Select the table for the output file."
1904
  msgstr "Wybierż tablę dla pliku wyjściowego."
1905
 
1906
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-export.php:30
1907
  msgid "Export To"
1908
  msgstr "Eksportuj do"
1909
 
1910
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-export.php:41
1911
  msgid "Select the output file type."
1912
  msgstr "Wybierz typ liku wyjściowego."
1913
 
1914
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-export.php:53
1915
  msgid "Start Now!"
1916
  msgstr "Rozpocznij"
1917
 
1918
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:124
1919
  msgid "Empty Table"
1920
  msgstr "Opróżnij tabelę"
1921
 
1922
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:137
1923
  msgid "All data table will be lost."
1924
  msgstr "Wszystkie dane tabeli będą utracone."
1925
 
1926
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:44
1927
  msgid "Support"
1928
  msgstr "Pomoc techniczna"
1929
 
1930
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:75
1931
  msgid "Farsi"
1932
  msgstr "Farsi"
1933
 
1934
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-referring.php:39
1935
  msgid "Referring sites from"
1936
  msgstr "Strony odsyłające z"
1937
 
1938
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-about.php:36
1939
  msgid "Translations"
1940
  msgstr "Tłumaczenia"
1941
 
1942
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-referring.php:4
1943
  msgid "To be added soon"
1944
  msgstr "Wkrótce dodany"
1945
 
1946
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-search.php:102
1947
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-visitor.php:99
1948
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-referring.php:70
1949
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/recent.php:27
1950
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/words.php:32
1951
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:33
1952
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:71
1953
  msgid "Map"
1954
  msgstr "Mapa"
1955
 
1956
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-search.php:139
1957
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-visitor.php:132
1958
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-pages.php:181
1959
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-referring.php:124
1960
  msgid "Page"
1961
  msgstr "Strona"
1962
 
1963
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-search.php:139
1964
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-visitor.php:132
1965
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-pages.php:181
1966
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-referring.php:124
1967
  msgid "From"
1968
  msgstr "z"
1969
 
1970
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:471
1971
  msgid "Table plugin does not exist! Please disable and re-enable the plugin."
1972
  msgstr "Tabela wtyczki nie istnieje! Proszę wyłącz i włącz wtyczkę."
1973
 
1974
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:280
1975
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:285
1976
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/schedule.php:152
1977
  msgid "Statistical reporting"
1978
  msgstr "Raporty statystyk"
1979
 
1980
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:14
1981
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:261
1982
  msgid "Statistics"
1983
  msgstr "Statystyki"
1984
 
1985
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:366
1986
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:38
1987
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:247
1988
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:326
1989
  msgid "User Online"
1990
  msgstr "Osób online"
1991
 
1992
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:368
1993
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:45
1994
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:250
1995
  msgid "Today Visit"
1996
  msgstr "Odwiedzin dzisiaj"
1997
 
1998
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:367
1999
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:52
2000
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:253
2001
  msgid "Today Visitor"
2002
  msgstr "Odwiedziło dzisiaj"
2003
 
2004
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:370
2005
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:59
2006
  msgid "Yesterday Visit"
2007
  msgstr "Odwiedzin wczoraj"
2008
 
2009
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:369
2010
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:66
2011
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:259
2012
  msgid "Yesterday Visitor"
2013
  msgstr "Odwiedziń wczoraj"
2014
 
2015
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:73
2016
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:262
2017
  msgid "Week Visit"
2018
  msgstr "Odwiedzin w tygodniu"
2019
 
2020
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:80
2021
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:265
2022
  msgid "Month Visit"
2023
  msgstr "Odwiedzin w miesiącu"
2024
 
2025
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:87
2026
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:268
2027
  msgid "Years Visit"
2028
  msgstr "Odwiedzin w roku"
2029
 
2030
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:372
2031
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:94
2032
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:271
2033
  msgid "Total Visit"
2034
  msgstr "Razem odwiedzin"
2035
 
2036
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:371
2037
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:101
2038
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:274
2039
  msgid "Total Visitor"
2040
  msgstr "Razem odwiedzin"
2041
 
2042
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:123
2043
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:300
2044
  msgid "Total Posts"
2045
  msgstr "Razem wpisów"
2046
 
2047
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:130
2048
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:303
2049
  msgid "Total Pages"
2050
  msgstr "Razem stron"
2051
 
2052
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:137
2053
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:306
2054
  msgid "Total Comments"
2055
  msgstr "Razem komentarzy"
2056
 
2057
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:144
2058
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:309
2059
  msgid "Total Spams"
2060
  msgstr "Razem spamów"
2061
 
2062
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:151
2063
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:312
2064
  msgid "Total Users"
2065
  msgstr "Razem uzytkowników"
2066
 
2067
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:158
2068
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:315
2069
  msgid "Average Posts"
2070
  msgstr "Średnio wpisów"
2071
 
2072
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:165
2073
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:318
2074
  msgid "Average Comments"
2075
  msgstr "Średnio komentarzy"
2076
 
2077
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:172
2078
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:321
2079
  msgid "Average Users"
2080
  msgstr "Średnio użytkowników"
2081
 
2082
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:179
2083
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:324
2084
  msgid "Last Post Date"
2085
  msgstr "Data ostatniego wpisu"
2086
 
2087
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:356
2088
  msgid "View Stats"
2089
  msgstr "Zobacz statystyki"
2090
 
2091
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:168
2092
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:278
2093
  msgid "Settings"
2094
  msgstr "Ustawienia"
2095
 
2096
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:332
2097
  msgid "Today visitor"
2098
  msgstr "Dzisiaj odwiedziło"
2099
 
2100
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:338
2101
  msgid "Today visit"
2102
  msgstr "Dzisiaj odwiedzin"
2103
 
2104
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:344
2105
  msgid "Yesterday visitor"
2106
  msgstr "Wczoraj odwiedziło"
2107
 
2108
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:256
2109
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:350
2110
  msgid "Yesterday visit"
2111
  msgstr "Wczoraj odwiedzin"
2112
 
2113
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:460
2114
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:560
2115
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:593
2116
  msgid "You do not have sufficient permissions to access this page."
2117
  msgstr "Nie posiadasz wystarczających uprawnień by wyświetlić tę stronę."
2118
 
2119
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/all-browsers.php:14
2120
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/all-browsers.php:97
2121
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/all-browsers.php:231
2122
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/exclusions.php:74
2123
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:26
2124
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-search.php:61
2125
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-visitor.php:57
2126
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/page-statistics.php:47
2127
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:29
2128
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-pages.php:19
2129
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-pages.php:131
2130
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-referring.php:37
2131
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/about.php:7
2132
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/browsers.php:7
2133
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/countries.php:9
2134
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/google.map.php:16
2135
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/hits.php:7
2136
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/jqv.map.php:8
2137
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/pages.php:11
2138
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/recent.php:7
2139
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/referring.php:11
2140
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/search.php:7
2141
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:7
2142
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/words.php:14
2143
  msgid "Click to toggle"
2144
  msgstr "Kliknij, aby przełączyć"
2145
 
2146
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:24
2147
  msgid "Summary Statistics"
2148
  msgstr "Podsumowanie statystyk"
2149
 
2150
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/dashboard.php:26
2151
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:95
2152
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/hits.php:74
2153
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:19
2154
  msgid "Visitor"
2155
  msgstr "Odwiedziło"
2156
 
2157
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/dashboard.php:27
2158
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:95
2159
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/hits.php:74
2160
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:20
2161
  msgid "Visit"
2162
  msgstr "Odwiedzin"
2163
 
2164
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/dashboard.php:31
2165
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:24
2166
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:69
2167
  msgid "Today"
2168
  msgstr "Dzisiaj"
2169
 
2170
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/dashboard.php:37
2171
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:30
2172
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:70
2173
  msgid "Yesterday"
2174
  msgstr "Wczoraj"
2175
 
2176
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/dashboard.php:43
2177
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:36
2178
  msgid "Week"
2179
  msgstr "W tygodniu"
2180
 
2181
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/dashboard.php:49
2182
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:42
2183
  msgid "Month"
2184
  msgstr "W miesiącu"
2185
 
2186
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/dashboard.php:55
2187
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:48
2188
  msgid "Year"
2189
  msgstr "W roku"
2190
 
2191
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/dashboard.php:61
2192
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/search-statistics.php:106
2193
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/search.php:81
2194
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:54
2195
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:94
2196
  msgid "Total"
2197
  msgstr "Razem"
2198
 
2199
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/summary.php:102
2200
  msgid "(Adjustment)"
2201
  msgstr "(Wyrównanie)"
2202
 
2203
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/all-browsers.php:15
2204
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/browsers.php:8
2205
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:25
2206
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:265
2207
  msgid "Browsers"
2208
  msgstr "Przeglądarki"
2209
 
2210
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/browsers.php:38
2211
  msgid "Other"
2212
  msgstr "Inne"
2213
 
2214
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/referring.php:20
2215
  msgid "Address"
2216
  msgstr "Adres"
2217
 
2218
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/hit-statistics.php:81
2219
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/hits.php:60
2220
  msgid "Number of visits and visitors"
2221
  msgstr "Liczba odwiedzin i odwiedzających"
2222
 
2223
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:86
2224
  msgid "Google"
2225
  msgstr "Google"
2226
 
2227
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-visitor.php:27
2228
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/recent.php:9
2229
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:38
2230
  msgid "Recent Visitors"
2231
  msgstr "Ostatni odwiedzający"
2232
 
2233
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-countries.php:22
2234
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/countries.php:19
2235
  msgid "Country"
2236
  msgstr "Kraj"
2237
 
2238
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-resources.php:267
2239
+ msgid "Browser"
2240
+ msgstr ""
2241
+
2242
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-browscap.php:32
2243
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-browscap.php:56
2244
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:66
2245
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:82
2246
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:110
2247
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:126
2248
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:138
2249
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:165
2250
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:177
2251
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:189
2252
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:219
2253
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:231
2254
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:274
2255
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:290
2256
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:37
2257
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:61
2258
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-geoip.php:94
2259
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-maintenance.php:40
2260
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:105
2261
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-overview-display.php:117
2262
  msgid "Active"
2263
  msgstr "Uaktywnij"
2264
 
2265
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:83
2266
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:111
2267
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:127
2268
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:166
2269
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:178
2270
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:190
2271
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:291
2272
  msgid "Enable or disable this feature"
2273
  msgstr "Włącz lub wyłącz tą funkcję"
2274
 
2275
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-pages.php:163
2276
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/widgets/pages.php:30
2277
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-historical.php:37
2278
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:100
2279
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:105
2280
  msgid "Visits"
2281
  msgstr "Odwiedzin"
2282
 
2283
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-historical.php:26
2284
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:116
2285
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:121
2286
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:274
2287
  msgid "Visitors"
2288
  msgstr "Odzwiedzający"
2289
 
2290
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:89
2291
  msgid "Check for online users every"
2292
  msgstr "Sprawdź aktywne osoby co"
2293
 
2294
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:95
2295
  msgid "Time for the check accurate online user in the site. Now: %s Second"
2296
  msgstr "Czas sprawdzania liczby użytkowników online. Aktualnie: %s sekund."
2297
 
2298
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:200
2299
  msgid "Show stats in menu bar"
2300
  msgstr "Wyświetl statystyki w pasku menu"
2301
 
2302
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:205
2303
  msgid "No"
2304
  msgstr "Nie"
2305
 
2306
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:206
2307
  msgid "Yes"
2308
  msgstr "Tak"
2309
 
2310
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:208
2311
  msgid "Show stats in admin menu bar"
2312
  msgstr "Pokaż statystyki w pasku menu administratora"
2313
 
2314
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:145
2315
  msgid "Coefficient per visitor"
2316
  msgstr "Współczynnik dla odwiedzającego"
2317
 
2318
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:150
2319
  msgid "For each visit to account for several hits. Currently %s."
2320
  msgstr "Dla każdej odwiedziny z jednego konta. Aktualnie %s."
2321
 
2322
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:322
2323
  msgid "Select when receiving statistics report."
2324
  msgstr "Wybierz kiedy otrzymywać raporty statystyczne."
2325
 
2326
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:334
2327
  msgid "Email"
2328
  msgstr "E-mail"
2329
 
2330
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:335
2331
  msgid "SMS"
2332
  msgstr "SMS"
2333
 
2334
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:337
2335
  msgid "Type Select Get Status Report."
2336
  msgstr "Sposób wysyłania raportów."
2337
 
2338
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/settings/tabs/wps-general.php:363
2339
  msgid "Enter the contents of the reports received."
2340
  msgstr "Wprowadź treść otrzymanych sprawozdań."
2341
 
2342
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:240
2343
  msgid "Name"
2344
  msgstr "Nazwa"
2345
 
2346
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:244
2347
  msgid "Items"
2348
  msgstr "Wpisów"
2349
 
2350
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:283
2351
  msgid "Select type of search engine"
2352
  msgstr "Wybierz typ wyszukiwarki"
2353
 
2354
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/last-visitor.php:29
2355
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/log/top-referring.php:28
2356
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/includes/optimization/tabs/wps-optimization-purging.php:135
2357
+ #: F:\xampp\htdocs\cms\wordpress\wp-content\plugins\wp-statistics/widget.php:296
2358
  msgid "All"
2359
  msgstr "Wszystkie"
manual/WP Statistics Admin Manual.html CHANGED
@@ -3,9 +3,9 @@
3
  <head>
4
  <meta http-equiv="content-type" content="text/html; charset=windows-1252"/>
5
  <title></title>
6
- <meta name="generator" content="LibreOffice 4.3.0.4 (Windows)"/>
7
  <meta name="created" content="2014-06-03T18:16:55.146000000"/>
8
- <meta name="changed" content="2014-10-14T17:41:03.955000000"/>
9
  <style type="text/css">
10
  @page { margin: 2cm }
11
  p { margin-bottom: 0.25cm; line-height: 120% }
@@ -20,13 +20,15 @@
20
  h3.western { font-family: "Liberation Sans", sans-serif }
21
  h3.cjk { font-family: "Microsoft YaHei" }
22
  h3.ctl { font-family: "Mangal" }
 
23
  a:link { so-language: zxx }
 
24
  </style>
25
  </head>
26
  <body lang="en-CA" dir="ltr">
27
  <div title="header">
28
  <p style="margin-bottom: 0.5cm; line-height: 100%; text-decoration: none">
29
- WP Statistics Administrators Manual Version 8.0</p>
30
  </div>
31
  <p style="margin-bottom: 0cm; line-height: 100%"><br/>
32
 
@@ -87,7 +89,7 @@ Manual</p>
87
 
88
  </p>
89
  <p align="center" style="margin-bottom: 0cm; line-height: 100%">Version
90
- 8.0</p>
91
  <h1 class="western" style="page-break-before: always"><a name="__RefHeading__105_1031655526"></a>
92
  </h1>
93
  <div id="Table of Contents1" dir="ltr">
@@ -102,39 +104,41 @@ Manual</p>
102
  <p style="margin-bottom: 0cm; line-height: 100%"><a href="#__RefHeading__3595_1716611363">Frequently
103
  Asked Questions 6</a></p>
104
  <p style="margin-bottom: 0cm; line-height: 100%"><a href="#__RefHeading__2783_1716611363">Support 10</a></p>
 
 
105
  <p style="margin-bottom: 0cm; line-height: 100%"><a href="#__RefHeading__111_1031655526">Main
106
- Interface 11</a></p>
107
  <p style="margin-bottom: 0cm; line-height: 100%"><a href="#__RefHeading__2358_337134269">Manual
108
- Page 13</a></p>
109
- <p style="margin-bottom: 0cm; line-height: 100%"><a href="#__RefHeading__113_1031655526">Settings
110
  Page 14</a></p>
 
 
111
  <p style="margin-bottom: 0cm; line-height: 100%"><a href="#__RefHeading__115_1031655526">Optimization
112
- Page 29</a></p>
113
  <p style="margin-bottom: 0cm; line-height: 100%"><a href="#__RefHeading__117_1031655526">Overview
114
- Page 36</a></p>
115
  <p style="margin-bottom: 0cm; line-height: 100%"><a href="#__RefHeading__119_1031655526">Browsers
116
- Page 39</a></p>
117
  <p style="margin-bottom: 0cm; line-height: 100%"><a href="#__RefHeading__121_1031655526">Countries
118
- Page 40</a></p>
119
  <p style="margin-bottom: 0cm; line-height: 100%"><a href="#__RefHeading__123_1031655526">Hits
120
- Page 41</a></p>
121
  <p style="margin-bottom: 0cm; line-height: 100%"><a href="#__RefHeading__125_1031655526">Exclusions
122
- Page 42</a></p>
123
  <p style="margin-bottom: 0cm; line-height: 100%"><a href="#__RefHeading__127_1031655526">Referrers
124
- Page 43</a></p>
125
  <p style="margin-bottom: 0cm; line-height: 100%"><a href="#__RefHeading__129_1031655526">Searches
126
- Page 44</a></p>
127
  <p style="margin-bottom: 0cm; line-height: 100%"><a href="#__RefHeading__131_1031655526">Search
128
- Words Page 45</a></p>
129
  <p style="margin-bottom: 0cm; line-height: 100%"><a href="#__RefHeading__133_1031655526">Visitors
130
- Page 46</a></p>
131
  <p style="margin-bottom: 0cm; line-height: 100%"><a href="#__RefHeading__2322_559857813">Pages
132
- Page 47</a></p>
133
  <p style="margin-bottom: 0cm; line-height: 100%"><a href="#__RefHeading__719_912583664">The
134
- Widget 49</a></p>
135
- <p style="margin-bottom: 0cm; line-height: 100%"><a href="#__RefHeading__721_912583664">Shortcodes 50</a></p>
136
  <p style="margin-bottom: 0cm; line-height: 100%"><a href="#__RefHeading__723_912583664">Function
137
- API 52</a></p>
138
  </div>
139
  <p><br/>
140
  <br/>
@@ -193,57 +197,71 @@ Features</h1>
193
  <p>WP Statistics has many features:</p>
194
  <ul>
195
  <li/>
196
- <p>User Online, see how many people are currently viewing your
197
- site</p>
198
  <li/>
199
- <p>Visits, see how many hits your site gets each day</p>
 
200
  <li/>
201
- <p>Visitors, see who's visiting your site</p>
 
202
  <li/>
203
- <p>Page tracking, see which pages are viewed most often</p>
 
204
  <li/>
205
- <p>Search Engines, see search queries and redirects from
206
- popular search engines like Google, Bing, DuckDuckGo, Yahoo, Yandex
207
- and Baidu</p>
208
  <li/>
209
- <p>GeoIP location by Country</p>
210
  <li/>
211
- <p>Support for not storing IP addresses in the database</p>
 
212
  <li/>
213
- <p>Interactive map of visitors location</p>
 
214
  <li/>
215
- <p>E-mail reports of statistics</p>
216
  <li/>
217
- <p>Set access level for view and manage roles based on
218
- WordPress roles</p>
219
  <li/>
220
- <p>Exclude user roles from statistics collection</p>
 
221
  <li/>
222
- <p>Exclude robots from statistics collection</p>
 
223
  <li/>
224
- <p>Exclude IP subnets from statistics collection</p>
 
225
  <li/>
226
- <p>Exclude login/admin pages from statistics collection</p>
 
227
  <li/>
228
- <p>Record statistics on exclusions
229
  </p>
230
  <li/>
231
- <p>Automatic updates to the GeoIP database</p>
 
232
  <li/>
233
- <p>Automatically prune the databases of old data</p>
 
234
  <li/>
235
- <p>Export the data to Excel, XML, CSV or TSV files</p>
 
236
  <li/>
237
- <p>Overview and detail pages for all kinds of data, including;
238
- browser versions, country stats, hits, exclusions, referrers,
239
- searches, search words and visitors</p>
240
  <li/>
241
- <p>Widget to provide information to your users</p>
 
242
  <li/>
243
- <p>Shortcodes for many different types of data in both widgets
244
- and posts/pages</p>
245
  <li/>
246
- <p>Dashboard widget for the admin area</p>
 
247
  </ul>
248
  <h1 class="western" style="page-break-before: always"><a name="__RefHeading__2051_1908797909"></a>
249
  Requirements</h1>
@@ -333,9 +351,9 @@ excluding a single IP address make sure to include a subnet mask of
333
  catching all ip addresses.</p>
334
  <h2 class="western">I'm not receiving e-mail reports?</h2>
335
  <p>Make sure you have WordPress configured correctly for SMTP and
336
- also check your WP Cron is working correctly. You can use [Cron
337
- View](http://wordpress.org/plugins/cron-view) to examine your WP Cron
338
- table and see if there are any issues.</p>
339
  <h2 class="western">Does WP Statistics support multi-site?</h2>
340
  <p>WP Statistics hasn't been tested with multi-site and there have
341
  been some issues reported with getting it enabled correctly on all
@@ -386,8 +404,8 @@ download the database from your web server.<br><br/>
386
  <br/>
387
 
388
  </p>
389
- <h2 class="western">= I've activated the plugin but the menus don't
390
- show up and nothing happens? =</h2>
391
  <p>WP Statistics requires PHP 5.3, if it has detected an older
392
  version of PHP installed it will active but it will display an error
393
  on your plugin list just below the WP Statistics entry to let you
@@ -403,9 +421,9 @@ to help out.<br><br/>
403
  <br/>
404
 
405
  </h2>
406
- <h2 class="western" style="page-break-before: always">= I'm using
407
  another statistics plugin/service and get different numbers for them,
408
- why? =</h2>
409
  <p><br>Pretty much every plugin/service is going to give you
410
  different results for visits and vistors, there are several reasons
411
  for this:<br><br/>
@@ -425,7 +443,14 @@ for this:<br><br/>
425
  </ul>
426
  <p>Services that use centralized databases, like Google Analytics,
427
  for spam and robot detection have better detection than WP Statistics
428
- can. The trade off of course is relaying on an external service.<br><br/>
 
 
 
 
 
 
 
429
  <br/>
430
 
431
  </p>
@@ -437,7 +462,7 @@ happy to help out. Here are a few things to do before contacting us:</p>
437
  <li/>
438
  <p>Have you read the <a href="http://wordpress.org/plugins/wp-statistics/faq/">FAQs</a>?</p>
439
  <li/>
440
- <p>Have you read the <a href="http://plugins.svn.wordpress.org/wp-statistics/trunk/manual/WP Statistics Admin Manual.html">manual</a>?</p>
441
  <li/>
442
  <p>Have you search the <a href="http://wordpress.org/support/plugin/wp-statistics">support
443
  forum</a> for a similar issue?</p>
@@ -477,10 +502,51 @@ support forums and we'll respond as soon as possible.</p>
477
  <p><a href="http://forum.wp-parsi.com/forum/17-&#1605;&#1588;&#1705;&#1604;&#1575;&#1578;-&#1583;&#1740;&#1711;&#1585;/">Persian
478
  Support Forum</a></p>
479
  </ul>
480
- <p><br/>
481
- <br/>
482
-
483
- </p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
484
  <h1 class="western" style="page-break-before: always"><a name="__RefHeading__111_1031655526"></a>
485
  Main Interface</h1>
486
  <p>WP Statistics adds a top level menu to your admin interface in
@@ -509,7 +575,7 @@ site and direct access to the overview page of WP Statistics.</p>
509
  <br/>
510
 
511
  </p>
512
- <p>There is also a dahsboard widget available if you have read access
513
  to WP Statistics:</p>
514
  <p><img src="data:image/png;base64,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" name="Image21" align="left" width="559" height="479" border="0"><br clear="left"><br/>
515
  <br/>
@@ -540,11 +606,11 @@ configure the plug-in, this is accomplished through the settings
540
  page.</p>
541
  <p>Simply go to <i>Statistics-&gt;Settings</i> to get there. The
542
  main settings page looks like this:</p>
543
- <p><img src="data:image/png;base64,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" name="Image5" align="left" width="831" height="727" border="0"><br clear="left"><br/>
544
  <br/>
545
 
546
  </p>
547
- <p>At the top are seven tabs, each one will be addressed separately.
548
  </p>
549
  <h2 class="western"><a name="__RefHeading__707_912583664"></a>General
550
  Settings</h2>
@@ -1787,7 +1853,8 @@ the database is pruned of older data.</p>
1787
  </td>
1788
  <td width="428" style="border-top: none; border-bottom: 1px solid #000000; border-left: 1px solid #000000; border-right: 1px solid #000000; padding-top: 0cm; padding-bottom: 0.1cm; padding-left: 0.1cm; padding-right: 0.1cm">
1789
  <p>Enable/disable the running of a daily job to prune the database
1790
- of old data.</p>
 
1791
  </td>
1792
  </tr>
1793
  <tr valign="top">
@@ -1813,8 +1880,40 @@ the database is pruned of older data.</p>
1813
  <p style="margin-bottom: 0cm; line-height: 100%"><br/>
1814
 
1815
  </p>
1816
- <h2 class="western" style="page-break-before: always"><a name="__RefHeading__2572_763938987"></a>
1817
- About</h2>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1818
  <p>The About page contains version information and other details of
1819
  the plugin you may find useful.</p>
1820
  <p style="margin-bottom: 0cm; line-height: 100%"><br/>
@@ -1829,15 +1928,15 @@ tasks related to WP Statistics.</p>
1829
 
1830
  </p>
1831
  <p>The optimization page looks like this:</p>
1832
- <p><img src="data:image/png;base64,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X+Ksqs6vHXUUnvNtlL/VlX2cGr39Pq59pPxcKvhYKT4j3YdOnj+0mQcAAABvGJZ/Tc5u944eLfVc1yo3AANgk+Kz351933n0QDOdf1UXpZ29JrL5rHfLpirfjNt6nz9ueB8D9X8e3z2TktOtv7vCG2oBAAAAKId29kswn//jpbauA8Ar0P6DdgU/7FgZV/tT4nVD45pNR6P66KGIc7W/0e4nHQkFAAAA0ALIKvAOUzFk6t2mZTttuW3Tq6lgMnJJSEtmasGbDx8nAABofcgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqwFLGxsZtXYVXTkNDQ/UK78JJUAYn51XDCZRo8p0GAABt6AWzyieffPLkyZPWrQq8U6i3UFtXAQAAAABYDf0qAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgqAAAAAADARsgq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rKOF6ywLV9WFNtxEfh8NfwK6neGgqf6D5EuQq0OfSWFhMk/5HiEyTzV6jvVfNbaJOkiJ804l3aVaZ44qJhbL7Fu2kGZXqcGKHAPnOSFyJ1imkgaOXwTJ/Bz28I8VrqZjOXaWZaMjZLa3m7rQruFrjY5b5iCYhlefmbMU3j9Zw3LicsuJChbIFaJu6jjVv8nf8KauypJQmTo71L5nlJxeouxCMiynrLds+FTut8YVv42YMheGyJTprqS6ja+TitrIbdn4GjBX1mdp45Ok/LOl7BrTBS2XfYuMUlyUyo+IwrMjzk5K+tNi0pJGvy3EUH6VlZ5qVe8f5Vdd/kBkKqj83ar8PDIJZPDUWYrum9xwz82rUoNFiv9SAQB4JZBVAN494iJhfMp7Cn9Q5d0gNxgP3mEl507c5nsstVTav9jmXuTdqnLKFwDAmwRZBeBdIy46p/QHVd4NcoPx4F2mN3zxyraug0ov9G5VPvcFAOANg6wC8K7hGAxfEDa8rWvRlhQM+ANgqRd6t8oNhQMAeHMhqwAAAAAAABshqwAAAAAAABshqwAAAAAAABshqwAAAAAAABshqwAAAAAAABshqwAAAAAAABshqwAAAAAAABshqwAAAAAAABshqwAAAAAAABshqwAAAAAAABshqwAAAAAAABshqwAAAAAAABshqwAAAAAAABshqwAAAAAAABshqwAAAAAAABshqwAAAAAAABshqwAAAAAAABshqwAAAAAAABshqwAAAAAAABshqwAAAAAAABshqwAAAAAAABshqwAAAAAAABshqwAAAAAAABshqwAAAAAAABshqwAAAAAAABshqwAAAAAAABshqwAAAAAAABshqwAAAAAAABshqwAAAAAAABshqwAAAAAAABshqwAAAAAAABshqwAAAAAAABshqwAAAAAAABshqwAAAAAAABshqwAAAAAAABshqwAAAAAAABshqwAAAAAAABshqwAAAAAAABshqwAAAAAAABshqwAAAAAAABu97VklZ+c4j6hcQgTh6eGC17xvUXbM/EXfXC2sEpG2qUAThAHWAULSWlWTlmbmG3/Uj/fylQMAAACAd14bZJXaJjLh2gcLd7hr0w+lkeKtauhmbVsQcamIGEyI/mGpjVpb16Z1IZgAAAAAwCvXlv0qorQtW9JGB9u/nX07+WlpRfSfFjZsDSqC8PT0tq4D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
3
  <head>
4
  <meta http-equiv="content-type" content="text/html; charset=windows-1252"/>
5
  <title></title>
6
+ <meta name="generator" content="LibreOffice 4.3.2.2 (Windows)"/>
7
  <meta name="created" content="2014-06-03T18:16:55.146000000"/>
8
+ <meta name="changed" content="2014-11-06T15:57:38.183000000"/>
9
  <style type="text/css">
10
  @page { margin: 2cm }
11
  p { margin-bottom: 0.25cm; line-height: 120% }
20
  h3.western { font-family: "Liberation Sans", sans-serif }
21
  h3.cjk { font-family: "Microsoft YaHei" }
22
  h3.ctl { font-family: "Mangal" }
23
+ pre.cjk { font-family: "NSimSun", monospace }
24
  a:link { so-language: zxx }
25
+ code.cjk { font-family: "NSimSun", monospace }
26
  </style>
27
  </head>
28
  <body lang="en-CA" dir="ltr">
29
  <div title="header">
30
  <p style="margin-bottom: 0.5cm; line-height: 100%; text-decoration: none">
31
+ WP Statistics Administrators Manual Version 8.2</p>
32
  </div>
33
  <p style="margin-bottom: 0cm; line-height: 100%"><br/>
34
 
89
 
90
  </p>
91
  <p align="center" style="margin-bottom: 0cm; line-height: 100%">Version
92
+ 8.2</p>
93
  <h1 class="western" style="page-break-before: always"><a name="__RefHeading__105_1031655526"></a>
94
  </h1>
95
  <div id="Table of Contents1" dir="ltr">
104
  <p style="margin-bottom: 0cm; line-height: 100%"><a href="#__RefHeading__3595_1716611363">Frequently
105
  Asked Questions 6</a></p>
106
  <p style="margin-bottom: 0cm; line-height: 100%"><a href="#__RefHeading__2783_1716611363">Support 10</a></p>
107
+ <p style="margin-bottom: 0cm; line-height: 100%"><a href="#__RefHeading__3135_199731881">Installation 11</a></p>
108
+ <p style="margin-bottom: 0cm; line-height: 100%"><a href="#__RefHeading__3137_199731881">Uninstallation 11</a></p>
109
  <p style="margin-bottom: 0cm; line-height: 100%"><a href="#__RefHeading__111_1031655526">Main
110
+ Interface 12</a></p>
111
  <p style="margin-bottom: 0cm; line-height: 100%"><a href="#__RefHeading__2358_337134269">Manual
 
 
112
  Page 14</a></p>
113
+ <p style="margin-bottom: 0cm; line-height: 100%"><a href="#__RefHeading__113_1031655526">Settings
114
+ Page 15</a></p>
115
  <p style="margin-bottom: 0cm; line-height: 100%"><a href="#__RefHeading__115_1031655526">Optimization
116
+ Page 30</a></p>
117
  <p style="margin-bottom: 0cm; line-height: 100%"><a href="#__RefHeading__117_1031655526">Overview
118
+ Page 38</a></p>
119
  <p style="margin-bottom: 0cm; line-height: 100%"><a href="#__RefHeading__119_1031655526">Browsers
120
+ Page 41</a></p>
121
  <p style="margin-bottom: 0cm; line-height: 100%"><a href="#__RefHeading__121_1031655526">Countries
122
+ Page 43</a></p>
123
  <p style="margin-bottom: 0cm; line-height: 100%"><a href="#__RefHeading__123_1031655526">Hits
124
+ Page 44</a></p>
125
  <p style="margin-bottom: 0cm; line-height: 100%"><a href="#__RefHeading__125_1031655526">Exclusions
126
+ Page 45</a></p>
127
  <p style="margin-bottom: 0cm; line-height: 100%"><a href="#__RefHeading__127_1031655526">Referrers
128
+ Page 46</a></p>
129
  <p style="margin-bottom: 0cm; line-height: 100%"><a href="#__RefHeading__129_1031655526">Searches
130
+ Page 47</a></p>
131
  <p style="margin-bottom: 0cm; line-height: 100%"><a href="#__RefHeading__131_1031655526">Search
132
+ Words Page 48</a></p>
133
  <p style="margin-bottom: 0cm; line-height: 100%"><a href="#__RefHeading__133_1031655526">Visitors
134
+ Page 51</a></p>
135
  <p style="margin-bottom: 0cm; line-height: 100%"><a href="#__RefHeading__2322_559857813">Pages
136
+ Page 52</a></p>
137
  <p style="margin-bottom: 0cm; line-height: 100%"><a href="#__RefHeading__719_912583664">The
138
+ Widget 54</a></p>
139
+ <p style="margin-bottom: 0cm; line-height: 100%"><a href="#__RefHeading__721_912583664">Shortcodes 55</a></p>
140
  <p style="margin-bottom: 0cm; line-height: 100%"><a href="#__RefHeading__723_912583664">Function
141
+ API 57</a></p>
142
  </div>
143
  <p><br/>
144
  <br/>
197
  <p>WP Statistics has many features:</p>
198
  <ul>
199
  <li/>
200
+ <p style="line-height: 100%">User Online, see how many people
201
+ are currently viewing your site</p>
202
  <li/>
203
+ <p style="line-height: 100%">Visits, see how many hits your
204
+ site gets each day</p>
205
  <li/>
206
+ <p style="line-height: 100%">Visitors, see who's visiting your
207
+ site</p>
208
  <li/>
209
+ <p style="line-height: 100%">Page tracking, see which pages
210
+ are viewed most often</p>
211
  <li/>
212
+ <p style="line-height: 100%">Search Engines, see search
213
+ queries and redirects from popular search engines like Google, Bing,
214
+ DuckDuckGo, Yahoo, Yandex and Baidu</p>
215
  <li/>
216
+ <p style="line-height: 100%">GeoIP location by Country</p>
217
  <li/>
218
+ <p style="line-height: 100%">Support for not storing IP
219
+ addresses in the database</p>
220
  <li/>
221
+ <p style="line-height: 100%">Interactive map of visitors
222
+ location</p>
223
  <li/>
224
+ <p style="line-height: 100%">E-mail reports of statistics</p>
225
  <li/>
226
+ <p style="line-height: 100%">Set access level for view and
227
+ manage roles based on WordPress roles</p>
228
  <li/>
229
+ <p style="line-height: 100%">Exclude user roles from
230
+ statistics collection</p>
231
  <li/>
232
+ <p style="line-height: 100%">Exclude robots from statistics
233
+ collection</p>
234
  <li/>
235
+ <p style="line-height: 100%">Exclude IP subnets from
236
+ statistics collection</p>
237
  <li/>
238
+ <p style="line-height: 100%">Exclude login/admin pages from
239
+ statistics collection</p>
240
  <li/>
241
+ <p style="line-height: 100%">Record statistics on exclusions
242
  </p>
243
  <li/>
244
+ <p style="line-height: 100%">Automatic updates to the GeoIP
245
+ database</p>
246
  <li/>
247
+ <p style="line-height: 100%">Automatically prune the databases
248
+ of old data</p>
249
  <li/>
250
+ <p style="line-height: 100%">Export the data to Excel, XML,
251
+ CSV or TSV files</p>
252
  <li/>
253
+ <p style="line-height: 100%">Overview and detail pages for all
254
+ kinds of data, including; browser versions, country stats, hits,
255
+ exclusions, referrers, searches, search words and visitors</p>
256
  <li/>
257
+ <p style="line-height: 100%">Widget to provide information to
258
+ your users</p>
259
  <li/>
260
+ <p style="line-height: 100%">Shortcodes for many different
261
+ types of data in both widgets and posts/pages</p>
262
  <li/>
263
+ <p style="line-height: 100%">Dashboard widget for the admin
264
+ area</p>
265
  </ul>
266
  <h1 class="western" style="page-break-before: always"><a name="__RefHeading__2051_1908797909"></a>
267
  Requirements</h1>
351
  catching all ip addresses.</p>
352
  <h2 class="western">I'm not receiving e-mail reports?</h2>
353
  <p>Make sure you have WordPress configured correctly for SMTP and
354
+ also check your WP Cron is working correctly. You can use <a href="http://wordpress.org/plugins/cron-view">Cron
355
+ View</a> to examine your WP Cron table and see if there are any
356
+ issues.</p>
357
  <h2 class="western">Does WP Statistics support multi-site?</h2>
358
  <p>WP Statistics hasn't been tested with multi-site and there have
359
  been some issues reported with getting it enabled correctly on all
404
  <br/>
405
 
406
  </p>
407
+ <h2 class="western">I've activated the plugin but the menus don't
408
+ show up and nothing happens?</h2>
409
  <p>WP Statistics requires PHP 5.3, if it has detected an older
410
  version of PHP installed it will active but it will display an error
411
  on your plugin list just below the WP Statistics entry to let you
421
  <br/>
422
 
423
  </h2>
424
+ <h2 class="western" style="page-break-before: always">I'm using
425
  another statistics plugin/service and get different numbers for them,
426
+ why?</h2>
427
  <p><br>Pretty much every plugin/service is going to give you
428
  different results for visits and vistors, there are several reasons
429
  for this:<br><br/>
443
  </ul>
444
  <p>Services that use centralized databases, like Google Analytics,
445
  for spam and robot detection have better detection than WP Statistics
446
+ can. The trade off of course is relaying on an external service.</p>
447
+ <h2 class="western">Something has gone horribly wrong and my site no
448
+ longer loads, how can I disable the plugin without access to the
449
+ admin area?</h2>
450
+ <p><br>You can manually disable plugins in WordPress by simply
451
+ renaming the folder they are installed in. Using FTP or your hosting
452
+ providers file manager, go to your WordPress directory, from ther go
453
+ to wp-content/plugins and rename or delete the wp-statistics folder.<br><br/>
454
  <br/>
455
 
456
  </p>
462
  <li/>
463
  <p>Have you read the <a href="http://wordpress.org/plugins/wp-statistics/faq/">FAQs</a>?</p>
464
  <li/>
465
+ <p>Have you read the <a href="http://plugins.svn.wordpress.org/wp-statistics/trunk/manual/WP%20Statistics%20Admin%20Manual.html">manual</a>?</p>
466
  <li/>
467
  <p>Have you search the <a href="http://wordpress.org/support/plugin/wp-statistics">support
468
  forum</a> for a similar issue?</p>
502
  <p><a href="http://forum.wp-parsi.com/forum/17-&#1605;&#1588;&#1705;&#1604;&#1575;&#1578;-&#1583;&#1740;&#1711;&#1585;/">Persian
503
  Support Forum</a></p>
504
  </ul>
505
+ <h1 class="western" style="page-break-before: always"><a name="__RefHeading__3135_199731881"></a>
506
+ Installation</h1>
507
+ <p>Installation is straight forward, you can either use WordPress'
508
+ built in installation process or manually upload the files to the
509
+ WordPress plugin directory.</p>
510
+ <p>Once installed, go to the WordPress plugin page and activate WP
511
+ Statsitics.</p>
512
+ <p>You should then configure the settings found in the following
513
+ sections.</p>
514
+ <h1 class="western"><a name="__RefHeading__3137_199731881"></a>Uninstallation</h1>
515
+ <p>If you wish to remove WP Statistics, you can do so using the
516
+ standard WordPress tools, however WP Statistics will NOT delete the
517
+ statistical data or settings from the database using this method.</p>
518
+ <p>You can remove the data and settings by going in to the
519
+ Statistics-&gt;Settings-&gt;Removal tab and checking the &ldquo;Remove
520
+ data and settings&rdquo; option. This will delete all tables and
521
+ settings and effectively disable the plugin.</p>
522
+ <p>You can then go to WordPress plugins page and disable/delete it
523
+ completely from your site.</p>
524
+ <h1 class="western">Manual Removal</h1>
525
+ <p>If you have to manually delete the plugin you can do so if you
526
+ have access to phpMyAdmin or another SQL management tool on your
527
+ hosting provider.
528
+ </p>
529
+ <p>NOTE: You should not attempt to manually remove the plugin unless
530
+ it is absolutely necessary and only if you understand all the steps
531
+ involved.</p>
532
+ <p>First, delete the plugin files which can be found in your
533
+ WordPress/wp-content/plugins/wp-statistics folder.</p>
534
+ <p>Next remove the data from the database, for this example we will
535
+ assume you have not changed your WordPress database prefix. Execute
536
+ the following SQL commands:</p>
537
+ <ul>
538
+ <li/>
539
+ <p>DELETE FROM `wp_options` WHERE `option_name` LIKE
540
+ 'wp_statistics%'</p>
541
+ <li/>
542
+ <p>DELETE FROM `wp_usermeta` WHERE `meta_key` LIKE
543
+ 'wp_statistics%'</p>
544
+ <li/>
545
+ <p>DROP TABLE IF EXISTS wp_statistics_useronline,
546
+ wp_statistics_visit, wp_statistics_visitor,
547
+ wp_statistics_exclusions, wp_statistics_pages,
548
+ wp_statistics_historical</p>
549
+ </ul>
550
  <h1 class="western" style="page-break-before: always"><a name="__RefHeading__111_1031655526"></a>
551
  Main Interface</h1>
552
  <p>WP Statistics adds a top level menu to your admin interface in
575
  <br/>
576
 
577
  </p>
578
+ <p>There is also a dashboard widget available if you have read access
579
  to WP Statistics:</p>
580
  <p><img src="data:image/png;base64,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" name="Image21" align="left" width="559" height="479" border="0"><br clear="left"><br/>
581
  <br/>
606
  page.</p>
607
  <p>Simply go to <i>Statistics-&gt;Settings</i> to get there. The
608
  main settings page looks like this:</p>
609
+ <p><img src="data:image/png;base64,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" name="Image5" align="left" width="831" height="759" border="0"><br clear="left"><br/>
610
  <br/>
611
 
612
  </p>
613
+ <p>At the top are eight tabs, each one will be addressed separately.
614
  </p>
615
  <h2 class="western"><a name="__RefHeading__707_912583664"></a>General
616
  Settings</h2>
1853
  </td>
1854
  <td width="428" style="border-top: none; border-bottom: 1px solid #000000; border-left: 1px solid #000000; border-right: 1px solid #000000; padding-top: 0cm; padding-bottom: 0.1cm; padding-left: 0.1cm; padding-right: 0.1cm">
1855
  <p>Enable/disable the running of a daily job to prune the database
1856
+ of old data. Since WP Statistics 8.2 the pruned data will be
1857
+ summarized in to the historical database.</p>
1858
  </td>
1859
  </tr>
1860
  <tr valign="top">
1880
  <p style="margin-bottom: 0cm; line-height: 100%"><br/>
1881
 
1882
  </p>
1883
+ <h2 class="western" style="page-break-before: always">Removal</h2>
1884
+ <p>The Removal page allows you to remove the data and settings before
1885
+ uninstalling the plugin.</p>
1886
+ <table width="831" cellpadding="5" cellspacing="0">
1887
+ <col width="266">
1888
+ <col width="105">
1889
+ <col width="428">
1890
+ <tr valign="top">
1891
+ <td width="266" bgcolor="#3465a4" style="border-top: 1px solid #000000; border-bottom: 1px solid #000000; border-left: 1px solid #000000; border-right: none; padding-top: 0.1cm; padding-bottom: 0.1cm; padding-left: 0.1cm; padding-right: 0cm">
1892
+ <p><font color="#ffffff"><b>Setting</b></font></p>
1893
+ </td>
1894
+ <td width="105" bgcolor="#3465a4" style="border-top: 1px solid #000000; border-bottom: 1px solid #000000; border-left: 1px solid #000000; border-right: none; padding-top: 0.1cm; padding-bottom: 0.1cm; padding-left: 0.1cm; padding-right: 0cm">
1895
+ <p><font color="#ffffff"><b>Values</b></font></p>
1896
+ </td>
1897
+ <td width="428" bgcolor="#3465a4" style="border: 1px solid #000000; padding: 0.1cm">
1898
+ <p><font color="#ffffff"><b>Description</b></font></p>
1899
+ </td>
1900
+ </tr>
1901
+ <tr valign="top">
1902
+ <td width="266" style="border-top: none; border-bottom: 1px solid #000000; border-left: 1px solid #000000; border-right: none; padding-top: 0cm; padding-bottom: 0.1cm; padding-left: 0.1cm; padding-right: 0cm">
1903
+ <p>Remove data and settings
1904
+ </p>
1905
+ </td>
1906
+ <td width="105" style="border-top: none; border-bottom: 1px solid #000000; border-left: 1px solid #000000; border-right: none; padding-top: 0cm; padding-bottom: 0.1cm; padding-left: 0.1cm; padding-right: 0cm">
1907
+ <p>On/Off</p>
1908
+ </td>
1909
+ <td width="428" style="border-top: none; border-bottom: 1px solid #000000; border-left: 1px solid #000000; border-right: 1px solid #000000; padding-top: 0cm; padding-bottom: 0.1cm; padding-left: 0.1cm; padding-right: 0.1cm">
1910
+ <p>Remove data and settings, this action cannot be undone.
1911
+ </p>
1912
+ </td>
1913
+ </tr>
1914
+ </table>
1915
+ <h2 class="western"></h2>
1916
+ <h2 class="western"><a name="__RefHeading__2572_763938987"></a>About</h2>
1917
  <p>The About page contains version information and other details of
1918
  the plugin you may find useful.</p>
1919
  <p style="margin-bottom: 0cm; line-height: 100%"><br/>
1928
 
1929
  </p>
1930
  <p>The optimization page looks like this:</p>