Slimstat Analytics - Version 4.3

Version Description

  • [Note] To celebrate Slimstat's 10th birthday, we decided to tweak its name, to better reflect what it does. A few users have pointed out over time that it hadn't been easy for them to find our plugin in the repository. With our limited resources, we have been working on giving our work more visibility, and we are convinced that adding the word "Analytics" to the plugin's name is a step in the right direction. In a few months, we hope to reap the benefits of our efforts.
  • [New] Please welcome our latest add-on Author Overview. Now you can see how popular your blog authors are: this add-on will install a new report that tells you the number of pageviews, unique IPs and unique visits generated by the posts authored by each user in your blog. (thank you, gh0stmichael)
  • [Update] Plugin Update Checker, the third-party library we use to distribute updates for our premium add-ons, has been updated to version 3.0. In the next few days, we will release a dummy update of our most popular add-ons to give you a chance to verify that everything works as expected. If this is not the case, feel free to contact us to troubleshoot the issue.
  • [Update] AmMap, the library used to render the world map, has been updated to version 3.19.3, released on February 23, 2016.
  • [Update] All language files are now current. Please consider contributing your localization.
  • [Update] It turns out our message regarding Keyword Swarm and other fraudulent clones of Slimstat was confusing users. We updated it to better explain what the situation is. (thank you, Multimastery)
  • [Fix] A bug in our heuristic browser detection functionality was triggering a PHP fatal error, in some cases. (thank you, mkilian)
  • [Fix] Updated Rankings API queries (Alexa, Facebook) and replaced Google API with Mozscape's. One of our users pointed out that the Google Backlink count returned by the Google API is not accurate. Please make sure to get your personal identification codes to access their API.
  • [Fix] Changed the language code for our Japanese localization files. Now Slimstat speaks Japanese! (thank you, Yasui3)
Download this release

Release Info

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

Code changes from version 4.2.7 to 4.3

admin/config/index.php CHANGED
@@ -98,11 +98,11 @@ $options = array(
98
  'track_admin_pages' => array( 'description' => __('Admin Pages','wp-slimstat'), 'type' => 'yesno', 'long_description' => __("Enable this option to track your users' activity within the admin.",'wp-slimstat'), 'custom_label_yes' => __('Track','wp-slimstat'), 'custom_label_no' => __('Do not track','wp-slimstat') ),
99
 
100
  'general_integration_header' => array('description' => __('WordPress Integration','wp-slimstat'), 'type' => 'section_header'),
 
101
  'use_separate_menu' => array( 'description' => __('Menu Position','wp-slimstat'), 'type' => 'yesno', 'long_description' => __('Choose between a standalone admin menu for Slimstat or a drop down in the admin bar (if visible).','wp-slimstat'), 'custom_label_yes' => __('Side Menu','wp-slimstat'), 'custom_label_no' => __('Admin Bar','wp-slimstat') ),
102
  'add_posts_column' => array( 'description' => __('Posts and Pages','wp-slimstat'), 'type' => 'yesno', 'long_description' => __('Add a new column to the Edit Posts/Pages screens, with the number of hits per post within the timeframe specified here below.','wp-slimstat') ),
103
  'posts_column_day_interval' => array( 'description' => __('Report Interval','wp-slimstat'), 'type' => 'integer', 'long_description' => __('Enter the time range, in days, that should be used to calculate the value here above.','wp-slimstat') ),
104
  'posts_column_pageviews' => array( 'description' => __('Report Type','wp-slimstat'), 'type' => 'yesno', 'long_description' => __('Select what kind of information you would like to see displayed on the Posts admin screen. Pageviews include all the hits regardless of the user, Unique IPs consider only one hit per user in the given time range.','wp-slimstat'), 'custom_label_yes' => __('Pageviews','wp-slimstat'), 'custom_label_no' => __('Unique IPs','wp-slimstat') ),
105
- 'add_dashboard_widgets' => array( 'description' => __('Dashboard Widgets','wp-slimstat'), 'type' => 'yesno', 'long_description' => __('Choose if you want to have the most important reports on your WordPress Dashboard. Use the Screen Options dropdown to select which ones to display.','wp-slimstat') ),
106
  'hide_addons' => array( 'description' => __('Hide Add-ons','wp-slimstat'), 'type' => 'yesno', 'long_description' => __('Enable this option to hide all your <strong>active</strong> premium add-ons from the list of plugins in WordPress. Please note that you will still receive updates for hidden add-ons.','wp-slimstat') ),
107
 
108
  'general_database_header' => array('description' => __('Database','wp-slimstat'), 'type' => 'section_header'),
@@ -186,6 +186,8 @@ $options = array(
186
  'rows_to_show' => array('description' => __('Rows to Display','wp-slimstat'), 'type' => 'integer', 'long_description' => __('Specify the number of items in each report.','wp-slimstat')),
187
  'limit_results' => array( 'description' => __( 'Max Results','wp-slimstat' ), 'type' => 'integer', 'long_description' => __( 'Decide how many records should be retrieved from the database in total. Depending on your server configuration, you may want to fine tune this value to avoid exceeding your PHP memory limit.', 'wp-slimstat' ) ),
188
  'ip_lookup_service' => array('description' => __( 'IP Lookup', 'wp-slimstat' ), 'type' => 'text', 'long_description' => __( 'Customize the Geolocation service to be used in the reports.', 'wp-slimstat' ) ),
 
 
189
 
190
  'reports_right_now_header' => array('description' => __('Activity Log','wp-slimstat'), 'type' => 'section_header'),
191
  'refresh_interval' => array('description' => __('Live Stream','wp-slimstat'), 'type' => 'integer', 'long_description' => __('Enable the Live view, which refreshes the Activity Log every X seconds. Enter <strong>0</strong> (number zero) to deactivate this feature.','wp-slimstat'), 'after_input_field' => __('seconds','wp-slimstat')),
98
  'track_admin_pages' => array( 'description' => __('Admin Pages','wp-slimstat'), 'type' => 'yesno', 'long_description' => __("Enable this option to track your users' activity within the admin.",'wp-slimstat'), 'custom_label_yes' => __('Track','wp-slimstat'), 'custom_label_no' => __('Do not track','wp-slimstat') ),
99
 
100
  'general_integration_header' => array('description' => __('WordPress Integration','wp-slimstat'), 'type' => 'section_header'),
101
+ 'add_dashboard_widgets' => array( 'description' => __('Dashboard Widgets','wp-slimstat'), 'type' => 'yesno', 'long_description' => __('Choose if you want to have the most important reports on your WordPress Dashboard. Use the Screen Options dropdown to select which ones to display.','wp-slimstat') ),
102
  'use_separate_menu' => array( 'description' => __('Menu Position','wp-slimstat'), 'type' => 'yesno', 'long_description' => __('Choose between a standalone admin menu for Slimstat or a drop down in the admin bar (if visible).','wp-slimstat'), 'custom_label_yes' => __('Side Menu','wp-slimstat'), 'custom_label_no' => __('Admin Bar','wp-slimstat') ),
103
  'add_posts_column' => array( 'description' => __('Posts and Pages','wp-slimstat'), 'type' => 'yesno', 'long_description' => __('Add a new column to the Edit Posts/Pages screens, with the number of hits per post within the timeframe specified here below.','wp-slimstat') ),
104
  'posts_column_day_interval' => array( 'description' => __('Report Interval','wp-slimstat'), 'type' => 'integer', 'long_description' => __('Enter the time range, in days, that should be used to calculate the value here above.','wp-slimstat') ),
105
  'posts_column_pageviews' => array( 'description' => __('Report Type','wp-slimstat'), 'type' => 'yesno', 'long_description' => __('Select what kind of information you would like to see displayed on the Posts admin screen. Pageviews include all the hits regardless of the user, Unique IPs consider only one hit per user in the given time range.','wp-slimstat'), 'custom_label_yes' => __('Pageviews','wp-slimstat'), 'custom_label_no' => __('Unique IPs','wp-slimstat') ),
 
106
  'hide_addons' => array( 'description' => __('Hide Add-ons','wp-slimstat'), 'type' => 'yesno', 'long_description' => __('Enable this option to hide all your <strong>active</strong> premium add-ons from the list of plugins in WordPress. Please note that you will still receive updates for hidden add-ons.','wp-slimstat') ),
107
 
108
  'general_database_header' => array('description' => __('Database','wp-slimstat'), 'type' => 'section_header'),
186
  'rows_to_show' => array('description' => __('Rows to Display','wp-slimstat'), 'type' => 'integer', 'long_description' => __('Specify the number of items in each report.','wp-slimstat')),
187
  'limit_results' => array( 'description' => __( 'Max Results','wp-slimstat' ), 'type' => 'integer', 'long_description' => __( 'Decide how many records should be retrieved from the database in total. Depending on your server configuration, you may want to fine tune this value to avoid exceeding your PHP memory limit.', 'wp-slimstat' ) ),
188
  'ip_lookup_service' => array('description' => __( 'IP Lookup', 'wp-slimstat' ), 'type' => 'text', 'long_description' => __( 'Customize the Geolocation service to be used in the reports.', 'wp-slimstat' ) ),
189
+ 'mozcom_access_id' => array('description' => __( 'Mozscape Access ID', 'wp-slimstat' ), 'type' => 'text', 'long_description' => __( 'Get accurate rankings for your website through the free <a href="https://moz.com/community/join?redirect=/products/api/keys" target="_blank">Mozscape API</a> service. Sign up for a free community account to get started. Then enter your personal identification code here.', 'wp-slimstat' ) ),
190
+ 'mozcom_secret_key' => array('description' => __( 'Mozscape Secret Key', 'wp-slimstat' ), 'type' => 'text', 'long_description' => __( 'Do not share your secret key with anyone or they will be able to make API requests on your account!', 'wp-slimstat' ) ),
191
 
192
  'reports_right_now_header' => array('description' => __('Activity Log','wp-slimstat'), 'type' => 'section_header'),
193
  'refresh_interval' => array('description' => __('Live Stream','wp-slimstat'), 'type' => 'integer', 'long_description' => __('Enable the Live view, which refreshes the Activity Log every X seconds. Enter <strong>0</strong> (number zero) to deactivate this feature.','wp-slimstat'), 'after_input_field' => __('seconds','wp-slimstat')),
admin/js/ammap/ammap.js CHANGED
@@ -1,274 +1,302 @@
1
- (function(){var d;window.AmCharts?d=window.AmCharts:(d={},window.AmCharts=d,d.themes={},d.maps={},d.inheriting={},d.charts=[],d.onReadyArray=[],d.useUTC=!1,d.updateRate=30,d.uid=0,d.lang={},d.translations={},d.mapTranslations={},d.windows={},d.initHandlers=[]);d.Class=function(a){var b=function(){arguments[0]!==d.inheriting&&(this.events={},this.construct.apply(this,arguments))};a.inherits?(b.prototype=new a.inherits(d.inheriting),b.base=a.inherits.prototype,delete a.inherits):(b.prototype.createEvents=
2
- function(){for(var a=0,b=arguments.length;a<b;a++)this.events[arguments[a]]=[]},b.prototype.listenTo=function(a,b,c){this.removeListener(a,b,c);a.events[b].push({handler:c,scope:this})},b.prototype.addListener=function(a,b,c){this.removeListener(this,a,b);this.events[a].push({handler:b,scope:c})},b.prototype.removeListener=function(a,b,c){if(a&&a.events)for(a=a.events[b],b=a.length-1;0<=b;b--)a[b].handler===c&&a.splice(b,1)},b.prototype.fire=function(a,b){for(var c=this.events[a],d=0,k=c.length;d<
3
- k;d++){var l=c[d];l.handler.call(l.scope,b)}});for(var c in a)b.prototype[c]=a[c];return b};d.addChart=function(a){d.updateInt||(d.updateInt=setInterval(function(){d.update()},Math.round(1E3/d.updateRate)));d.charts.push(a)};d.removeChart=function(a){for(var b=d.charts,c=b.length-1;0<=c;c--)b[c]==a&&b.splice(c,1);0===b.length&&d.updateInt&&(clearInterval(d.updateInt),d.updateInt=NaN)};d.isModern=!0;d.getIEVersion=function(){var a=0,b,c;"Microsoft Internet Explorer"==navigator.appName&&(b=navigator.userAgent,
4
- c=/MSIE ([0-9]{1,}[.0-9]{0,})/,null!==c.exec(b)&&(a=parseFloat(RegExp.$1)));return a};d.applyLang=function(a,b){var c=d.translations;b.dayNames=d.extend({},d.dayNames);b.shortDayNames=d.extend({},d.shortDayNames);b.monthNames=d.extend({},d.monthNames);b.shortMonthNames=d.extend({},d.shortMonthNames);c&&(c=c[a])&&(d.lang=c,c.monthNames&&(b.dayNames=d.extend({},c.dayNames),b.shortDayNames=d.extend({},c.shortDayNames),b.monthNames=d.extend({},c.monthNames),b.shortMonthNames=d.extend({},c.shortMonthNames)))};
5
- d.IEversion=d.getIEVersion();9>d.IEversion&&0<d.IEversion&&(d.isModern=!1,d.isIE=!0);d.dx=0;d.dy=0;if(document.addEventListener||window.opera)d.isNN=!0,d.isIE=!1,d.dx=.5,d.dy=.5;document.attachEvent&&(d.isNN=!1,d.isIE=!0,d.isModern||(d.dx=0,d.dy=0));window.chrome&&(d.chrome=!0);d.handleMouseUp=function(a){for(var b=d.charts,c=0;c<b.length;c++){var e=b[c];e&&e.handleReleaseOutside&&e.handleReleaseOutside(a)}};d.handleMouseMove=function(a){for(var b=d.charts,c=0;c<b.length;c++){var e=b[c];e&&e.handleMouseMove&&
6
- e.handleMouseMove(a)}};d.handleWheel=function(a){for(var b=d.charts,c=0;c<b.length;c++){var e=b[c];if(e&&e.mouseIsOver){e.mouseWheelScrollEnabled||e.mouseWheelZoomEnabled?e.handleWheel&&e.handleWheel(a):a.stopPropagation&&a.stopPropagation();break}}};d.resetMouseOver=function(){for(var a=d.charts,b=0;b<a.length;b++){var c=a[b];c&&(c.mouseIsOver=!1)}};d.ready=function(a){d.onReadyArray.push(a)};d.handleLoad=function(){d.isReady=!0;for(var a=d.onReadyArray,b=0;b<a.length;b++){var c=a[b];isNaN(d.processDelay)?
7
- c():setTimeout(c,d.processDelay*b)}};d.addInitHandler=function(a,b){d.initHandlers.push({method:a,types:b})};d.callInitHandler=function(a){var b=d.initHandlers;if(d.initHandlers)for(var c=0;c<b.length;c++){var e=b[c];e.types?d.isInArray(e.types,a.type)&&e.method(a):e.method(a)}};d.getUniqueId=function(){d.uid++;return"AmChartsEl-"+d.uid};d.isNN&&(document.addEventListener("mousemove",d.handleMouseMove,!0),document.addEventListener("mouseup",d.handleMouseUp,!0),window.addEventListener("load",d.handleLoad,
8
- !0),window.addEventListener("DOMMouseScroll",d.handleWheel,!0),document.addEventListener("mousewheel",d.handleWheel,!0));d.isIE&&(document.attachEvent("onmousemove",d.handleMouseMove),document.attachEvent("onmouseup",d.handleMouseUp),window.attachEvent("onload",d.handleLoad));d.clear=function(){var a=d.charts;if(a)for(var b=a.length-1;0<=b;b--)a[b].clear();d.updateInt&&clearInterval(d.updateInt);d.charts=[];d.isNN&&(document.removeEventListener("mousemove",d.handleMouseMove,!0),document.removeEventListener("mouseup",
9
- d.handleMouseUp,!0),window.removeEventListener("load",d.handleLoad,!0),window.removeEventListener("DOMMouseScroll",d.handleWheel,!0),document.removeEventListener("mousewheel",d.handleWheel,!0));d.isIE&&(document.detachEvent("onmousemove",d.handleMouseMove),document.detachEvent("onmouseup",d.handleMouseUp),window.detachEvent("onload",d.handleLoad))};d.makeChart=function(a,b,c){var e=b.type,g=b.theme;d.isString(g)&&(g=d.themes[g],b.theme=g);var f;switch(e){case "serial":f=new d.AmSerialChart(g);break;
10
- case "xy":f=new d.AmXYChart(g);break;case "pie":f=new d.AmPieChart(g);break;case "radar":f=new d.AmRadarChart(g);break;case "gauge":f=new d.AmAngularGauge(g);break;case "funnel":f=new d.AmFunnelChart(g);break;case "map":f=new d.AmMap(g);break;case "stock":f=new d.AmStockChart(g);break;case "gantt":f=new d.AmGanttChart(g)}d.extend(f,b);d.isReady?isNaN(c)?f.write(a):setTimeout(function(){d.realWrite(f,a)},c):d.ready(function(){isNaN(c)?f.write(a):setTimeout(function(){d.realWrite(f,a)},c)});return f};
11
- d.realWrite=function(a,b){a.write(b)};d.updateCount=0;d.validateAt=Math.round(d.updateRate/5);d.update=function(){var a=d.charts;d.updateCount++;var b=!1;d.updateCount==d.validateAt&&(b=!0,d.updateCount=0);if(a)for(var c=0;c<a.length;c++)a[c].update&&a[c].update(),b&&a[c].autoResize&&a[c].validateSize&&a[c].validateSize()};d.bezierX=3;d.bezierY=6})();(function(){var d=window.AmCharts;d.toBoolean=function(a,b){if(void 0===a)return b;switch(String(a).toLowerCase()){case "true":case "yes":case "1":return!0;case "false":case "no":case "0":case null:return!1;default:return Boolean(a)}};d.removeFromArray=function(a,b){var c;if(void 0!==b&&void 0!==a)for(c=a.length-1;0<=c;c--)a[c]==b&&a.splice(c,1)};d.getPath=function(){var a=document.getElementsByTagName("script");if(a)for(var b=0;b<a.length;b++){var c=a[b].src;if(-1!==c.search(/\/(amcharts|ammap)\.js/))return c.replace(/\/(amcharts|ammap)\.js.*/,
 
12
  "/")}};d.normalizeUrl=function(a){return""!==a&&-1===a.search(/\/$/)?a+"/":a};d.isAbsolute=function(a){return 0===a.search(/^http[s]?:|^\//)};d.isInArray=function(a,b){for(var c=0;c<a.length;c++)if(a[c]==b)return!0;return!1};d.getDecimals=function(a){var b=0;isNaN(a)||(a=String(a),-1!=a.indexOf("e-")?b=Number(a.split("-")[1]):-1!=a.indexOf(".")&&(b=a.split(".")[1].length));return b};d.wordwrap=function(a,b,c,e){var g,f,h,k;a+="";if(1>b)return a;g=-1;for(a=(k=a.split(/\r\n|\n|\r/)).length;++g<a;k[g]+=
13
  h){h=k[g];for(k[g]="";h.length>b;k[g]+=d.trim(h.slice(0,f))+((h=h.slice(f)).length?c:""))f=2==e||(f=h.slice(0,b+1).match(/\S*(\s)?$/))[1]?b:f.input.length-f[0].length||1==e&&b||f.input.length+(f=h.slice(b).match(/^\S*/))[0].length;h=d.trim(h)}return k.join(c)};d.trim=function(a){return a.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"")};d.wrappedText=function(a,b,c,e,g,f,h,k){var l=d.text(a,b,c,e,g,f,h);if(l){var m=l.getBBox();if(m.width>k){var n="\n";d.isModern||(n="<br>");k=Math.floor(k/(m.width/
14
- b.length));2<k&&(k-=2);b=d.wordwrap(b,k,n,!0);l.remove();l=d.text(a,b,c,e,g,f,h)}}return l};d.getStyle=function(a,b){var c="";document.defaultView&&document.defaultView.getComputedStyle?c=document.defaultView.getComputedStyle(a,"").getPropertyValue(b):a.currentStyle&&(b=b.replace(/\-(\w)/g,function(a,b){return b.toUpperCase()}),c=a.currentStyle[b]);return c};d.removePx=function(a){if(void 0!==a)return Number(a.substring(0,a.length-2))};d.getURL=function(a,b){if(a)if("_self"!=b&&b)if("_top"==b&&window.top)window.top.location.href=
15
- a;else if("_parent"==b&&window.parent)window.parent.location.href=a;else if("_blank"==b)window.open(a);else{var c=document.getElementsByName(b)[0];c?c.src=a:(c=d.windows[b])?c.opener&&!c.opener.closed?c.location.href=a:d.windows[b]=window.open(a):d.windows[b]=window.open(a)}else window.location.href=a};d.ifArray=function(a){return a&&"object"==typeof a&&0<a.length?!0:!1};d.callMethod=function(a,b){var c;for(c=0;c<b.length;c++){var e=b[c];if(e){if(e[a])e[a]();var d=e.length;if(0<d){var f;for(f=0;f<
16
- d;f++){var h=e[f];if(h&&h[a])h[a]()}}}}};d.toNumber=function(a){return"number"==typeof a?a:Number(String(a).replace(/[^0-9\-.]+/g,""))};d.toColor=function(a){if(""!==a&&void 0!==a)if(-1!=a.indexOf(",")){a=a.split(",");var b;for(b=0;b<a.length;b++){var c=a[b].substring(a[b].length-6,a[b].length);a[b]="#"+c}}else a=a.substring(a.length-6,a.length),a="#"+a;return a};d.toCoordinate=function(a,b,c){var e;void 0!==a&&(a=String(a),c&&c<b&&(b=c),e=Number(a),-1!=a.indexOf("!")&&(e=b-Number(a.substr(1))),-1!=
17
- a.indexOf("%")&&(e=b*Number(a.substr(0,a.length-1))/100));return e};d.fitToBounds=function(a,b,c){a<b&&(a=b);a>c&&(a=c);return a};d.isDefined=function(a){return void 0===a?!1:!0};d.stripNumbers=function(a){return a.replace(/[0-9]+/g,"")};d.roundTo=function(a,b){if(0>b)return a;var c=Math.pow(10,b);return Math.round(a*c)/c};d.toFixed=function(a,b){var c=String(Math.round(a*Math.pow(10,b)));if(0<b){var e=c.length;if(e<b){var d;for(d=0;d<b-e;d++)c="0"+c}e=c.substring(0,c.length-b);""===e&&(e=0);return e+
18
- "."+c.substring(c.length-b,c.length)}return String(c)};d.formatDuration=function(a,b,c,e,g,f){var h=d.intervals,k=f.decimalSeparator;if(a>=h[b].contains){var l=a-Math.floor(a/h[b].contains)*h[b].contains;"ss"==b?(l=d.formatNumber(l,f),1==l.split(k)[0].length&&(l="0"+l)):l=d.roundTo(l,f.precision);("mm"==b||"hh"==b)&&10>l&&(l="0"+l);c=l+""+e[b]+""+c;a=Math.floor(a/h[b].contains);b=h[b].nextInterval;return d.formatDuration(a,b,c,e,g,f)}"ss"==b&&(a=d.formatNumber(a,f),1==a.split(k)[0].length&&(a="0"+
19
- a));("mm"==b||"hh"==b)&&10>a&&(a="0"+a);c=a+""+e[b]+""+c;if(h[g].count>h[b].count)for(a=h[b].count;a<h[g].count;a++)b=h[b].nextInterval,"ss"==b||"mm"==b||"hh"==b?c="00"+e[b]+""+c:"DD"==b&&(c="0"+e[b]+""+c);":"==c.charAt(c.length-1)&&(c=c.substring(0,c.length-1));return c};d.formatNumber=function(a,b,c,e,g){a=d.roundTo(a,b.precision);isNaN(c)&&(c=b.precision);var f=b.decimalSeparator;b=b.thousandsSeparator;var h;h=0>a?"-":"";a=Math.abs(a);var k=String(a),l=!1;-1!=k.indexOf("e")&&(l=!0);0<=c&&!l&&(k=
20
- d.toFixed(a,c));var m="";if(l)m=k;else{var k=k.split("."),l=String(k[0]),n;for(n=l.length;0<=n;n-=3)m=n!=l.length?0!==n?l.substring(n-3,n)+b+m:l.substring(n-3,n)+m:l.substring(n-3,n);void 0!==k[1]&&(m=m+f+k[1]);void 0!==c&&0<c&&"0"!=m&&(m=d.addZeroes(m,f,c))}m=h+m;""===h&&!0===e&&0!==a&&(m="+"+m);!0===g&&(m+="%");return m};d.addZeroes=function(a,b,c){a=a.split(b);void 0===a[1]&&0<c&&(a[1]="0");return a[1].length<c?(a[1]+="0",d.addZeroes(a[0]+b+a[1],b,c)):void 0!==a[1]?a[0]+b+a[1]:a[0]};d.scientificToNormal=
21
- function(a){var b;a=String(a).split("e");var c;if("-"==a[1].substr(0,1)){b="0.";for(c=0;c<Math.abs(Number(a[1]))-1;c++)b+="0";b+=a[0].split(".").join("")}else{var e=0;b=a[0].split(".");b[1]&&(e=b[1].length);b=a[0].split(".").join("");for(c=0;c<Math.abs(Number(a[1]))-e;c++)b+="0"}return b};d.toScientific=function(a,b){if(0===a)return"0";var c=Math.floor(Math.log(Math.abs(a))*Math.LOG10E),e=String(e).split(".").join(b);return String(e)+"e"+c};d.randomColor=function(){return"#"+("00000"+(16777216*Math.random()<<
22
- 0).toString(16)).substr(-6)};d.hitTest=function(a,b,c){var e=!1,g=a.x,f=a.x+a.width,h=a.y,k=a.y+a.height,l=d.isInRectangle;e||(e=l(g,h,b));e||(e=l(g,k,b));e||(e=l(f,h,b));e||(e=l(f,k,b));e||!0===c||(e=d.hitTest(b,a,!0));return e};d.isInRectangle=function(a,b,c){return a>=c.x-5&&a<=c.x+c.width+5&&b>=c.y-5&&b<=c.y+c.height+5?!0:!1};d.isPercents=function(a){if(-1!=String(a).indexOf("%"))return!0};d.findPosX=function(a){var b=a,c=a.offsetLeft;if(a.offsetParent){for(;a=a.offsetParent;)c+=a.offsetLeft;
23
- for(;(b=b.parentNode)&&b!=document.body;)c-=b.scrollLeft||0}return c};d.findPosY=function(a){var b=a,c=a.offsetTop;if(a.offsetParent){for(;a=a.offsetParent;)c+=a.offsetTop;for(;(b=b.parentNode)&&b!=document.body;)c-=b.scrollTop||0}return c};d.findIfFixed=function(a){if(a.offsetParent)for(;a=a.offsetParent;)if("fixed"==d.getStyle(a,"position"))return!0;return!1};d.findIfAuto=function(a){return a.style&&"auto"==d.getStyle(a,"overflow")?!0:a.parentNode?d.findIfAuto(a.parentNode):!1};d.findScrollLeft=
24
- function(a,b){a.scrollLeft&&(b+=a.scrollLeft);return a.parentNode?d.findScrollLeft(a.parentNode,b):b};d.findScrollTop=function(a,b){a.scrollTop&&(b+=a.scrollTop);return a.parentNode?d.findScrollTop(a.parentNode,b):b};d.formatValue=function(a,b,c,e,g,f,h,k){if(b){void 0===g&&(g="");var l;for(l=0;l<c.length;l++){var m=c[l],n=b[m];void 0!==n&&(n=f?d.addPrefix(n,k,h,e):d.formatNumber(n,e),a=a.replace(new RegExp("\\[\\["+g+""+m+"\\]\\]","g"),n))}}return a};d.formatDataContextValue=function(a,b){if(a){var c=
25
- a.match(/\[\[.*?\]\]/g),e;for(e=0;e<c.length;e++){var d=c[e],d=d.substr(2,d.length-4);void 0!==b[d]&&(a=a.replace(new RegExp("\\[\\["+d+"\\]\\]","g"),b[d]))}}return a};d.massReplace=function(a,b){for(var c in b)if(b.hasOwnProperty(c)){var e=b[c];void 0===e&&(e="");a=a.replace(c,e)}return a};d.cleanFromEmpty=function(a){return a.replace(/\[\[[^\]]*\]\]/g,"")};d.addPrefix=function(a,b,c,e,g){var f=d.formatNumber(a,e),h="",k,l,m;if(0===a)return"0";0>a&&(h="-");a=Math.abs(a);if(1<a)for(k=b.length-1;-1<
26
- k;k--){if(a>=b[k].number&&(l=a/b[k].number,m=Number(e.precision),1>m&&(m=1),c=d.roundTo(l,m),m=d.formatNumber(c,{precision:-1,decimalSeparator:e.decimalSeparator,thousandsSeparator:e.thousandsSeparator}),!g||l==c)){f=h+""+m+""+b[k].prefix;break}}else for(k=0;k<c.length;k++)if(a<=c[k].number){l=a/c[k].number;m=Math.abs(Math.floor(Math.log(l)*Math.LOG10E));l=d.roundTo(l,m);f=h+""+l+""+c[k].prefix;break}return f};d.remove=function(a){a&&a.remove()};d.getEffect=function(a){">"==a&&(a="easeOutSine");"<"==
27
- a&&(a="easeInSine");"elastic"==a&&(a="easeOutElastic");return a};d.getObjById=function(a,b){var c,e;for(e=0;e<a.length;e++){var d=a[e];d.id==b&&(c=d)}return c};d.applyTheme=function(a,b,c){b||(b=d.theme);b&&b[c]&&d.extend(a,b[c])};d.isString=function(a){return"string"==typeof a?!0:!1};d.extend=function(a,b,c){var e;a||(a={});for(e in b)c?a.hasOwnProperty(e)||(a[e]=b[e]):a[e]=b[e];return a};d.copyProperties=function(a,b){for(var c in a)a.hasOwnProperty(c)&&"events"!=c&&void 0!==a[c]&&"function"!=typeof a[c]&&
28
- "cname"!=c&&(b[c]=a[c])};d.processObject=function(a,b,c,e){if(!1===a instanceof b&&(a=e?d.extend(new b(c),a):d.extend(a,new b(c),!0),a.listeners))for(var g in a.listeners)b=a.listeners[g],a.addListener(b.event,b.method);return a};d.fixNewLines=function(a){var b=RegExp("\\n","g");a&&(a=a.replace(b,"<br />"));return a};d.fixBrakes=function(a){if(d.isModern){var b=RegExp("<br>","g");a&&(a=a.replace(b,"\n"))}else a=d.fixNewLines(a);return a};d.deleteObject=function(a,b){if(a){if(void 0===b||null===b)b=
29
- 20;if(0!==b)if("[object Array]"===Object.prototype.toString.call(a))for(var c=0;c<a.length;c++)d.deleteObject(a[c],b-1),a[c]=null;else if(a&&!a.tagName)try{for(c in a)a[c]&&("object"==typeof a[c]&&d.deleteObject(a[c],b-1),"function"!=typeof a[c]&&(a[c]=null))}catch(e){}}};d.bounce=function(a,b,c,e,d){return(b/=d)<1/2.75?7.5625*e*b*b+c:b<2/2.75?e*(7.5625*(b-=1.5/2.75)*b+.75)+c:b<2.5/2.75?e*(7.5625*(b-=2.25/2.75)*b+.9375)+c:e*(7.5625*(b-=2.625/2.75)*b+.984375)+c};d.easeInOutQuad=function(a,b,c,e,d){b/=
30
- d/2;if(1>b)return e/2*b*b+c;b--;return-e/2*(b*(b-2)-1)+c};d.easeInSine=function(a,b,c,e,d){return-e*Math.cos(b/d*(Math.PI/2))+e+c};d.easeOutSine=function(a,b,c,e,d){return e*Math.sin(b/d*(Math.PI/2))+c};d.easeOutElastic=function(a,b,c,e,d){a=1.70158;var f=0,h=e;if(0===b)return c;if(1==(b/=d))return c+e;f||(f=.3*d);h<Math.abs(e)?(h=e,a=f/4):a=f/(2*Math.PI)*Math.asin(e/h);return h*Math.pow(2,-10*b)*Math.sin(2*(b*d-a)*Math.PI/f)+e+c};d.fixStepE=function(a){a=a.toExponential(0).split("e");var b=Number(a[1]);
31
- 9==Number(a[0])&&b++;return d.generateNumber(1,b)};d.generateNumber=function(a,b){var c="",e;e=0>b?Math.abs(b)-1:Math.abs(b);var d;for(d=0;d<e;d++)c+="0";return 0>b?Number("0."+c+String(a)):Number(String(a)+c)};d.setCN=function(a,b,c,e){if(a.addClassNames&&b&&(b=b.node)&&c){var d=b.getAttribute("class");a=a.classNamePrefix+"-";e&&(a="");d?b.setAttribute("class",d+" "+a+c):b.setAttribute("class",a+c)}};d.parseDefs=function(a,b){for(var c in a){var e=typeof a[c];if(0<a[c].length&&"object"==e)for(var g=
32
- 0;g<a[c].length;g++)e=document.createElementNS(d.SVG_NS,c),b.appendChild(e),d.parseDefs(a[c][g],e);else"object"==e?(e=document.createElementNS(d.SVG_NS,c),b.appendChild(e),d.parseDefs(a[c],e)):b.setAttribute(c,a[c])}}})();(function(){var d=window.AmCharts;d.AmDraw=d.Class({construct:function(a,b,c,e){d.SVG_NS="http://www.w3.org/2000/svg";d.SVG_XLINK="http://www.w3.org/1999/xlink";d.hasSVG=!!document.createElementNS&&!!document.createElementNS(d.SVG_NS,"svg").createSVGRect;1>b&&(b=10);1>c&&(c=10);this.div=a;this.width=b;this.height=c;this.rBin=document.createElement("div");d.hasSVG?(d.SVG=!0,b=this.createSvgElement("svg"),a.appendChild(b),this.container=b,this.addDefs(e),this.R=new d.SVGRenderer(this)):d.isIE&&d.VMLRenderer&&
33
  (d.VML=!0,d.vmlStyleSheet||(document.namespaces.add("amvml","urn:schemas-microsoft-com:vml"),31>document.styleSheets.length?(b=document.createStyleSheet(),b.addRule(".amvml","behavior:url(#default#VML); display:inline-block; antialias:true"),d.vmlStyleSheet=b):document.styleSheets[0].addRule(".amvml","behavior:url(#default#VML); display:inline-block; antialias:true")),this.container=a,this.R=new d.VMLRenderer(this,e),this.R.disableSelection(a))},createSvgElement:function(a){return document.createElementNS(d.SVG_NS,
34
  a)},circle:function(a,b,c,e){var g=new d.AmDObject("circle",this);g.attr({r:c,cx:a,cy:b});this.addToContainer(g.node,e);return g},ellipse:function(a,b,c,e,g){var f=new d.AmDObject("ellipse",this);f.attr({rx:c,ry:e,cx:a,cy:b});this.addToContainer(f.node,g);return f},setSize:function(a,b){0<a&&0<b&&(this.container.style.width=a+"px",this.container.style.height=b+"px")},rect:function(a,b,c,e,g,f,h){var k=new d.AmDObject("rect",this);d.VML&&(g=Math.round(100*g/Math.min(c,e)),c+=2*f,e+=2*f,k.bw=f,k.node.style.marginLeft=
35
  -f,k.node.style.marginTop=-f);1>c&&(c=1);1>e&&(e=1);k.attr({x:a,y:b,width:c,height:e,rx:g,ry:g,"stroke-width":f});this.addToContainer(k.node,h);return k},image:function(a,b,c,e,g,f){var h=new d.AmDObject("image",this);h.attr({x:b,y:c,width:e,height:g});this.R.path(h,a);this.addToContainer(h.node,f);return h},addToContainer:function(a,b){b||(b=this.container);b.appendChild(a)},text:function(a,b,c){return this.R.text(a,b,c)},path:function(a,b,c,e){var g=new d.AmDObject("path",this);e||(e="100,100");
36
- g.attr({cs:e});c?g.attr({dd:a}):g.attr({d:a});this.addToContainer(g.node,b);return g},set:function(a){return this.R.set(a)},remove:function(a){if(a){var b=this.rBin;b.appendChild(a);b.innerHTML=""}},renderFix:function(){var a=this.container,b=a.style;b.top="0px";b.left="0px";var c=a.getBoundingClientRect(),a=c.left-Math.round(c.left),c=c.top-Math.round(c.top);a&&(b.left=a+"px");c&&(b.top=c+"px")},update:function(){this.R.update()},addDefs:function(a){if(d.hasSVG){var b=this.createSvgElement("desc"),
37
- c=this.container;c.setAttribute("version","1.1");c.style.position="absolute";this.setSize(this.width,this.height);d.rtl&&(c.setAttribute("direction","rtl"),c.style.left="auto",c.style.right="0px");a.addCodeCredits&&b.appendChild(document.createTextNode("JavaScript chart by amCharts "+a.version));c.appendChild(b);a.defs&&(b=this.createSvgElement("defs"),c.appendChild(b),d.parseDefs(a.defs,b),this.defs=b)}}})})();(function(){var d=window.AmCharts;d.AmDObject=d.Class({construct:function(a,b){this.D=b;this.R=b.R;this.node=this.R.create(this,a);this.y=this.x=0;this.scale=1},attr:function(a){this.R.attr(this,a);return this},getAttr:function(a){return this.node.getAttribute(a)},setAttr:function(a,b){this.R.setAttr(this,a,b);return this},clipRect:function(a,b,c,e){this.R.clipRect(this,a,b,c,e)},translate:function(a,b,c,e){e||(a=Math.round(a),b=Math.round(b));this.R.move(this,a,b,c);this.x=a;this.y=b;this.scale=
38
- c;this.angle&&this.rotate(this.angle)},rotate:function(a,b){this.R.rotate(this,a,b);this.angle=a},animate:function(a,b,c){for(var e in a)if(a.hasOwnProperty(e)){var g=e,f=a[e];c=d.getEffect(c);this.R.animate(this,g,f,b,c)}},push:function(a){if(a){var b=this.node;b.appendChild(a.node);var c=a.clipPath;c&&b.appendChild(c);(a=a.grad)&&b.appendChild(a)}},text:function(a){this.R.setText(this,a)},remove:function(){this.R.remove(this)},clear:function(){var a=this.node;if(a.hasChildNodes())for(;1<=a.childNodes.length;)a.removeChild(a.firstChild)},
39
- hide:function(){this.setAttr("visibility","hidden")},show:function(){this.setAttr("visibility","visible")},getBBox:function(){return this.R.getBBox(this)},toFront:function(){var a=this.node;if(a){this.prevNextNode=a.nextSibling;var b=a.parentNode;b&&b.appendChild(a)}},toPrevious:function(){var a=this.node;a&&this.prevNextNode&&(a=a.parentNode)&&a.insertBefore(this.prevNextNode,null)},toBack:function(){var a=this.node;if(a){this.prevNextNode=a.nextSibling;var b=a.parentNode;if(b){var c=b.firstChild;
40
- c&&b.insertBefore(a,c)}}},mouseover:function(a){this.R.addListener(this,"mouseover",a);return this},mouseout:function(a){this.R.addListener(this,"mouseout",a);return this},click:function(a){this.R.addListener(this,"click",a);return this},dblclick:function(a){this.R.addListener(this,"dblclick",a);return this},mousedown:function(a){this.R.addListener(this,"mousedown",a);return this},mouseup:function(a){this.R.addListener(this,"mouseup",a);return this},touchstart:function(a){this.R.addListener(this,
41
- "touchstart",a);return this},touchend:function(a){this.R.addListener(this,"touchend",a);return this},contextmenu:function(a){this.node.addEventListener?this.node.addEventListener("contextmenu",a,!0):this.R.addListener(this,"contextmenu",a);return this},stop:function(){d.removeFromArray(this.R.animations,this.an_x);d.removeFromArray(this.R.animations,this.an_y)},length:function(){return this.node.childNodes.length},gradient:function(a,b,c){this.R.gradient(this,a,b,c)},pattern:function(a,b,c){a&&this.R.pattern(this,
42
- a,b,c)}})})();(function(){var d=window.AmCharts;d.SVGRenderer=d.Class({construct:function(a){this.D=a;this.animations=[]},create:function(a,b){return document.createElementNS(d.SVG_NS,b)},attr:function(a,b){for(var c in b)b.hasOwnProperty(c)&&this.setAttr(a,c,b[c])},setAttr:function(a,b,c){void 0!==c&&a.node.setAttribute(b,c)},animate:function(a,b,c,e,g){var f=a.node;a["an_"+b]&&d.removeFromArray(this.animations,a["an_"+b]);"translate"==b?(f=(f=f.getAttribute("transform"))?String(f).substring(10,f.length-1):"0,0",
43
- f=f.split(", ").join(" "),f=f.split(" ").join(","),0===f&&(f="0,0")):f=Number(f.getAttribute(b));c={obj:a,frame:0,attribute:b,from:f,to:c,time:e,effect:g};this.animations.push(c);a["an_"+b]=c},update:function(){var a,b=this.animations;for(a=b.length-1;0<=a;a--){var c=b[a],e=1E3*c.time/d.updateRate,g=c.frame+1,f=c.obj,h=c.attribute,k,l,m;g<=e?(c.frame++,"translate"==h?(k=c.from.split(","),h=Number(k[0]),k=Number(k[1]),isNaN(k)&&(k=0),l=c.to.split(","),m=Number(l[0]),l=Number(l[1]),m=0===m-h?m:Math.round(d[c.effect](0,
44
- g,h,m-h,e)),c=0===l-k?l:Math.round(d[c.effect](0,g,k,l-k,e)),h="transform",c="translate("+m+","+c+")"):(l=Number(c.from),k=Number(c.to),m=k-l,c=d[c.effect](0,g,l,m,e),isNaN(c)&&(c=k),0===m&&this.animations.splice(a,1)),this.setAttr(f,h,c)):("translate"==h?(l=c.to.split(","),m=Number(l[0]),l=Number(l[1]),f.translate(m,l)):(k=Number(c.to),this.setAttr(f,h,k)),this.animations.splice(a,1))}},getBBox:function(a){if(a=a.node)try{return a.getBBox()}catch(b){}return{width:0,height:0,x:0,y:0}},path:function(a,
45
- b){a.node.setAttributeNS(d.SVG_XLINK,"xlink:href",b)},clipRect:function(a,b,c,e,g){var f=a.node,h=a.clipPath;h&&this.D.remove(h);var k=f.parentNode;k&&(f=document.createElementNS(d.SVG_NS,"clipPath"),h=d.getUniqueId(),f.setAttribute("id",h),this.D.rect(b,c,e,g,0,0,f),k.appendChild(f),b="#",d.baseHref&&!d.isIE&&(b=this.removeTarget(window.location.href)+b),this.setAttr(a,"clip-path","url("+b+h+")"),this.clipPathC++,a.clipPath=f)},text:function(a,b,c){var e=new d.AmDObject("text",this.D);a=String(a).split("\n");
46
- var g=d.removePx(b["font-size"]),f;for(f=0;f<a.length;f++){var h=this.create(null,"tspan");h.appendChild(document.createTextNode(a[f]));h.setAttribute("y",(g+2)*f+Math.round(g/2));h.setAttribute("x",0);e.node.appendChild(h)}e.node.setAttribute("y",Math.round(g/2));this.attr(e,b);this.D.addToContainer(e.node,c);return e},setText:function(a,b){var c=a.node;c&&(c.removeChild(c.firstChild),c.appendChild(document.createTextNode(b)))},move:function(a,b,c,e){isNaN(b)&&(b=0);isNaN(c)&&(c=0);b="translate("+
47
- b+","+c+")";e&&(b=b+" scale("+e+")");this.setAttr(a,"transform",b)},rotate:function(a,b){var c=a.node.getAttribute("transform"),e="rotate("+b+")";c&&(e=c+" "+e);this.setAttr(a,"transform",e)},set:function(a){var b=new d.AmDObject("g",this.D);this.D.container.appendChild(b.node);if(a){var c;for(c=0;c<a.length;c++)b.push(a[c])}return b},addListener:function(a,b,c){a.node["on"+b]=c},gradient:function(a,b,c,e){var g=a.node,f=a.grad;f&&this.D.remove(f);b=document.createElementNS(d.SVG_NS,b);f=d.getUniqueId();
48
- b.setAttribute("id",f);if(!isNaN(e)){var h=0,k=0,l=0,m=0;90==e?l=100:270==e?m=100:180==e?h=100:0===e&&(k=100);b.setAttribute("x1",h+"%");b.setAttribute("x2",k+"%");b.setAttribute("y1",l+"%");b.setAttribute("y2",m+"%")}for(e=0;e<c.length;e++)h=document.createElementNS(d.SVG_NS,"stop"),k=100*e/(c.length-1),0===e&&(k=0),h.setAttribute("offset",k+"%"),h.setAttribute("stop-color",c[e]),b.appendChild(h);g.parentNode.appendChild(b);c="#";d.baseHref&&!d.isIE&&(c=this.removeTarget(window.location.href)+c);
49
- g.setAttribute("fill","url("+c+f+")");a.grad=b},removeTarget:function(a){return a.split("#")[0]},pattern:function(a,b,c,e){var g=a.node;isNaN(c)&&(c=1);var f=a.patternNode;f&&this.D.remove(f);var f=document.createElementNS(d.SVG_NS,"pattern"),h=d.getUniqueId(),k=b;b.url&&(k=b.url);d.isAbsolute(k)||(k=e+k);e=Number(b.width);isNaN(e)&&(e=4);var l=Number(b.height);isNaN(l)&&(l=4);e/=c;l/=c;c=b.x;isNaN(c)&&(c=0);var m=-Math.random()*Number(b.randomX);isNaN(m)||(c=m);m=b.y;isNaN(m)&&(m=0);var n=-Math.random()*
50
- Number(b.randomY);isNaN(n)||(m=n);f.setAttribute("id",h);f.setAttribute("width",e);f.setAttribute("height",l);f.setAttribute("patternUnits","userSpaceOnUse");f.setAttribute("xlink:href",k);b.color&&(n=document.createElementNS(d.SVG_NS,"rect"),n.setAttributeNS(null,"height",e),n.setAttributeNS(null,"width",l),n.setAttributeNS(null,"fill",b.color),f.appendChild(n));this.D.image(k,0,0,e,l,f).translate(c,m);k="#";d.baseHref&&!d.isIE&&(k=this.removeTarget(window.location.href)+k);g.setAttribute("fill",
51
- "url("+k+h+")");a.patternNode=f;g.parentNode.appendChild(f)},remove:function(a){a.clipPath&&this.D.remove(a.clipPath);a.grad&&this.D.remove(a.grad);a.patternNode&&this.D.remove(a.patternNode);this.D.remove(a.node)}})})();(function(){var d=window.AmCharts;d.AmChart=d.Class({construct:function(a){this.svgIcons=this.tapToActivate=!0;this.theme=a;this.classNamePrefix="amcharts";this.addClassNames=!1;this.version="3.17.1";d.addChart(this);this.createEvents("dataUpdated","init","rendered","drawn","failed","resized");this.height=this.width="100%";this.dataChanged=!0;this.chartCreated=!1;this.previousWidth=this.previousHeight=0;this.backgroundColor="#FFFFFF";this.borderAlpha=this.backgroundAlpha=0;this.color=this.borderColor=
52
- "#000000";this.fontFamily="Verdana";this.fontSize=11;this.usePrefixes=!1;this.autoResize=!0;this.autoDisplay=!1;this.addCodeCredits=!0;this.precision=-1;this.percentPrecision=2;this.decimalSeparator=".";this.thousandsSeparator=",";this.labels=[];this.allLabels=[];this.titles=[];this.marginRight=this.marginLeft=this.autoMarginOffset=0;this.timeOuts=[];this.creditsPosition="top-left";var b=document.createElement("div"),c=b.style;c.overflow="hidden";c.position="relative";c.textAlign="left";this.chartDiv=
53
- b;b=document.createElement("div");c=b.style;c.overflow="hidden";c.position="relative";c.textAlign="left";this.legendDiv=b;this.titleHeight=0;this.hideBalloonTime=150;this.handDrawScatter=2;this.handDrawThickness=1;this.prefixesOfBigNumbers=[{number:1E3,prefix:"k"},{number:1E6,prefix:"M"},{number:1E9,prefix:"G"},{number:1E12,prefix:"T"},{number:1E15,prefix:"P"},{number:1E18,prefix:"E"},{number:1E21,prefix:"Z"},{number:1E24,prefix:"Y"}];this.prefixesOfSmallNumbers=[{number:1E-24,prefix:"y"},{number:1E-21,
54
- prefix:"z"},{number:1E-18,prefix:"a"},{number:1E-15,prefix:"f"},{number:1E-12,prefix:"p"},{number:1E-9,prefix:"n"},{number:1E-6,prefix:"\u03bc"},{number:.001,prefix:"m"}];this.panEventsEnabled=!0;this.product="amcharts";this.animations=[];this.balloon=new d.AmBalloon(this.theme);this.balloon.chart=this;d.applyTheme(this,a,"AmChart")},drawChart:function(){0<this.realWidth&&0<this.realHeight&&(this.drawBackground(),this.redrawLabels(),this.drawTitles(),this.brr(),this.renderFix(),this.chartDiv&&(this.boundingRect=
55
- this.chartDiv.getBoundingClientRect()))},drawBackground:function(){d.remove(this.background);var a=this.container,b=this.backgroundColor,c=this.backgroundAlpha,e=this.set;d.isModern||0!==c||(c=.001);var g=this.updateWidth();this.realWidth=g;var f=this.updateHeight();this.realHeight=f;b=d.polygon(a,[0,g-1,g-1,0],[0,0,f-1,f-1],b,c,1,this.borderColor,this.borderAlpha);d.setCN(this,b,"bg");this.background=b;e.push(b);if(b=this.backgroundImage)a=a.image(b,0,0,g,f),d.setCN(this,b,"bg-image"),this.bgImg=
56
- a,e.push(a)},drawTitles:function(a){var b=this.titles;this.titleHeight=0;if(d.ifArray(b)){var c=20,e;for(e=0;e<b.length;e++){var g=b[e],g=d.processObject(g,d.Title,this.theme);if(!1!==g.enabled){var f=g.color;void 0===f&&(f=this.color);var h=g.size;isNaN(h)&&(h=this.fontSize+2);isNaN(g.alpha);var k=this.marginLeft,f=d.wrappedText(this.container,g.text,f,this.fontFamily,h,"middle",!1,this.divRealWidth-20);f.translate(k+(this.realWidth-this.marginRight-k)/2,c);f.node.style.pointerEvents="none";g.sprite=
57
- f;d.setCN(this,f,"title");g.id&&d.setCN(this,f,"title-"+g.id);k=!0;void 0!==g.bold&&(k=g.bold);k&&f.attr({"font-weight":"bold"});f.attr({opacity:g.alpha});c+=f.getBBox().height+5;a?f.remove():this.freeLabelsSet.push(f)}}this.titleHeight=c-10}},write:function(a){if(a="object"!=typeof a?document.getElementById(a):a){for(;a.firstChild;)a.removeChild(a.firstChild);this.div=a;a.style.overflow="hidden";a.style.textAlign="left";var b=this.chartDiv,c=this.legendDiv,e=this.legend,g=c.style,f=b.style;this.measure();
58
- this.previousHeight=this.divRealHeight;this.previousWidth=this.divRealWidth;var h,k=document.createElement("div");h=k.style;h.position="relative";this.containerDiv=k;k.className=this.classNamePrefix+"-main-div";b.className=this.classNamePrefix+"-chart-div";a.appendChild(k);var l=this.exportConfig;l&&d.AmExport&&!this.AmExport&&(this.AmExport=new d.AmExport(this,l));this.amExport&&d.AmExport&&(this.AmExport=d.extend(this.amExport,new d.AmExport(this),!0));this.AmExport&&this.AmExport.init&&this.AmExport.init();
59
- if(e)if(e=this.addLegend(e,e.divId),e.enabled)switch(e.position){case "bottom":k.appendChild(b);k.appendChild(c);break;case "top":k.appendChild(c);k.appendChild(b);break;case "absolute":h.width=a.style.width;h.height=a.style.height;g.position="absolute";f.position="absolute";void 0!==e.left&&(g.left=e.left+"px");void 0!==e.right&&(g.right=e.right+"px");void 0!==e.top&&(g.top=e.top+"px");void 0!==e.bottom&&(g.bottom=e.bottom+"px");e.marginLeft=0;e.marginRight=0;k.appendChild(b);k.appendChild(c);break;
60
- case "right":h.width=a.style.width;h.height=a.style.height;g.position="relative";f.position="absolute";k.appendChild(b);k.appendChild(c);break;case "left":h.width=a.style.width;h.height=a.style.height;g.position="absolute";f.position="relative";k.appendChild(b);k.appendChild(c);break;case "outside":k.appendChild(b)}else k.appendChild(b);else k.appendChild(b);this.listenersAdded||(this.addListeners(),this.listenersAdded=!0);this.initChart()}},createLabelsSet:function(){d.remove(this.labelsSet);this.labelsSet=
61
- this.container.set();this.freeLabelsSet.push(this.labelsSet)},initChart:function(){if(this.listeners)for(var a in this.listeners){var b=this.listeners[a];this.addListener(b.event,b.method)}window.AmCharts_path&&(this.path=window.AmCharts_path);void 0===this.path&&(this.path=d.getPath());void 0===this.path&&(this.path="amcharts/");this.path=d.normalizeUrl(this.path);void 0===this.pathToImages&&(this.pathToImages=this.path+"images/");this.initHC||(d.callInitHandler(this),this.initHC=!0);d.applyLang(this.language,
62
- this);if(a=this.numberFormatter)isNaN(a.precision)||(this.precision=a.precision),void 0!==a.thousandsSeparator&&(this.thousandsSeparator=a.thousandsSeparator),void 0!==a.decimalSeparator&&(this.decimalSeparator=a.decimalSeparator);(a=this.percentFormatter)&&!isNaN(a.precision)&&(this.percentPrecision=a.precision);this.nf={precision:this.precision,thousandsSeparator:this.thousandsSeparator,decimalSeparator:this.decimalSeparator};this.pf={precision:this.percentPrecision,thousandsSeparator:this.thousandsSeparator,
63
- decimalSeparator:this.decimalSeparator};this.destroy();(a=this.container)?(a.container.innerHTML="",a.width=this.realWidth,a.height=this.realHeight,a.addDefs(this),this.chartDiv.appendChild(a.container)):a=new d.AmDraw(this.chartDiv,this.realWidth,this.realHeight,this);this.container=a;this.extension=".png";this.svgIcons&&d.SVG&&(this.extension=".svg");this.checkDisplay();a.chart=this;d.VML||d.SVG?(a.handDrawn=this.handDrawn,a.handDrawScatter=this.handDrawScatter,a.handDrawThickness=this.handDrawThickness,
64
- this.set&&this.set.remove(),this.set=a.set(),this.gridSet&&this.gridSet.remove(),this.gridSet=a.set(),this.cursorLineSet&&this.cursorLineSet.remove(),this.cursorLineSet=a.set(),this.graphsBehindSet&&this.graphsBehindSet.remove(),this.graphsBehindSet=a.set(),this.bulletBehindSet&&this.bulletBehindSet.remove(),this.bulletBehindSet=a.set(),this.columnSet&&this.columnSet.remove(),this.columnSet=a.set(),this.graphsSet&&this.graphsSet.remove(),this.graphsSet=a.set(),this.trendLinesSet&&this.trendLinesSet.remove(),
65
- this.trendLinesSet=a.set(),this.axesSet&&this.axesSet.remove(),this.axesSet=a.set(),this.cursorSet&&this.cursorSet.remove(),this.cursorSet=a.set(),this.scrollbarsSet&&this.scrollbarsSet.remove(),this.scrollbarsSet=a.set(),this.bulletSet&&this.bulletSet.remove(),this.bulletSet=a.set(),this.freeLabelsSet&&this.freeLabelsSet.remove(),this.axesLabelsSet&&this.axesLabelsSet.remove(),this.axesLabelsSet=a.set(),this.freeLabelsSet=a.set(),this.balloonsSet&&this.balloonsSet.remove(),this.balloonsSet=a.set(),
66
- this.zoomButtonSet&&this.zoomButtonSet.remove(),this.zbSet&&(this.zbSet.remove(),this.zbSet=null),this.zoomButtonSet=a.set(),this.linkSet&&this.linkSet.remove(),this.linkSet=a.set()):this.fire("failed",{type:"failed",chart:this})},premeasure:function(){var a=this.div;if(a){this.boundingRect=this.chartDiv.getBoundingClientRect();var b=a.offsetWidth,c=a.offsetHeight;a.clientHeight&&(b=a.clientWidth,c=a.clientHeight);if(b!=this.mw||c!=this.mh)this.mw=b,this.mh=c,this.measure()}},measure:function(){var a=
67
- this.div;if(a){var b=this.chartDiv,c=a.offsetWidth,e=a.offsetHeight,g=this.container;a.clientHeight&&(c=a.clientWidth,e=a.clientHeight);var f=d.removePx(d.getStyle(a,"padding-left")),h=d.removePx(d.getStyle(a,"padding-right")),k=d.removePx(d.getStyle(a,"padding-top")),l=d.removePx(d.getStyle(a,"padding-bottom"));isNaN(f)||(c-=f);isNaN(h)||(c-=h);isNaN(k)||(e-=k);isNaN(l)||(e-=l);f=a.style;a=f.width;f=f.height;-1!=a.indexOf("px")&&(c=d.removePx(a));-1!=f.indexOf("px")&&(e=d.removePx(f));e=Math.round(e);
68
- c=Math.round(c);a=Math.round(d.toCoordinate(this.width,c));f=Math.round(d.toCoordinate(this.height,e));(c!=this.previousWidth||e!=this.previousHeight)&&0<a&&0<f&&(b.style.width=a+"px",b.style.height=f+"px",b.style.padding=0,g&&g.setSize(a,f),this.balloon=d.processObject(this.balloon,d.AmBalloon,this.theme),this.balloon.setBounds(2,2,a-2,f));this.balloon.chart=this;this.realWidth=a;this.realHeight=f;this.divRealWidth=c;this.divRealHeight=e}},checkDisplay:function(){if(this.autoDisplay&&this.container){var a=
69
- d.rect(this.container,10,10),b=a.getBBox();0===b.width&&0===b.height&&(this.divRealHeight=this.divRealWidth=this.realHeight=this.realWidth=0,this.previousWidth=this.previousHeight=NaN);a.remove()}},destroy:function(){this.chartDiv.innerHTML="";this.clearTimeOuts();this.legend&&this.legend.destroy()},clearTimeOuts:function(){var a=this.timeOuts;if(a){var b;for(b=0;b<a.length;b++)clearTimeout(a[b])}this.timeOuts=[]},clear:function(a){d.callMethod("clear",[this.chartScrollbar,this.scrollbarV,this.scrollbarH,
70
- this.chartCursor]);this.chartCursor=this.scrollbarH=this.scrollbarV=this.chartScrollbar=null;this.clearTimeOuts();this.container&&(this.container.remove(this.chartDiv),this.container.remove(this.legendDiv));a||d.removeChart(this);if(a=this.div)for(;a.firstChild;)a.removeChild(a.firstChild);this.legend&&this.legend.destroy()},setMouseCursor:function(a){"auto"==a&&d.isNN&&(a="default");this.chartDiv.style.cursor=a;this.legendDiv.style.cursor=a},redrawLabels:function(){this.labels=[];var a=this.allLabels;
71
- this.createLabelsSet();var b;for(b=0;b<a.length;b++)this.drawLabel(a[b])},drawLabel:function(a){if(this.container&&!1!==a.enabled){a=d.processObject(a,d.Label,this.theme);var b=a.y,c=a.text,e=a.align,g=a.size,f=a.color,h=a.rotation,k=a.alpha,l=a.bold,m=d.toCoordinate(a.x,this.realWidth),b=d.toCoordinate(b,this.realHeight);m||(m=0);b||(b=0);void 0===f&&(f=this.color);isNaN(g)&&(g=this.fontSize);e||(e="start");"left"==e&&(e="start");"right"==e&&(e="end");"center"==e&&(e="middle",h?b=this.realHeight-
72
- b+b/2:m=this.realWidth/2-m);void 0===k&&(k=1);void 0===h&&(h=0);b+=g/2;c=d.text(this.container,c,f,this.fontFamily,g,e,l,k);c.translate(m,b);d.setCN(this,c,"label");a.id&&d.setCN(this,c,"label-"+a.id);0!==h&&c.rotate(h);a.url?(c.setAttr("cursor","pointer"),c.click(function(){d.getURL(a.url)})):c.node.style.pointerEvents="none";this.labelsSet.push(c);this.labels.push(c)}},addLabel:function(a,b,c,e,d,f,h,k,l,m){a={x:a,y:b,text:c,align:e,size:d,color:f,alpha:k,rotation:h,bold:l,url:m,enabled:!0};this.container&&
73
- this.drawLabel(a);this.allLabels.push(a)},clearLabels:function(){var a=this.labels,b;for(b=a.length-1;0<=b;b--)a[b].remove();this.labels=[];this.allLabels=[]},updateHeight:function(){var a=this.divRealHeight,b=this.legend;if(b){var c=this.legendDiv.offsetHeight,b=b.position;if("top"==b||"bottom"==b){a-=c;if(0>a||isNaN(a))a=0;this.chartDiv.style.height=a+"px"}}return a},updateWidth:function(){var a=this.divRealWidth,b=this.divRealHeight,c=this.legend;if(c){var e=this.legendDiv,d=e.offsetWidth;isNaN(c.width)||
74
- (d=c.width);c.ieW&&(d=c.ieW);var f=e.offsetHeight,e=e.style,h=this.chartDiv.style,c=c.position;if("right"==c||"left"==c){a-=d;if(0>a||isNaN(a))a=0;h.width=a+"px";this.balloon.setBounds(2,2,a-2,this.realHeight);"left"==c?(h.left=d+"px",e.left="0px"):(h.left="0px",e.left=a+"px");b>f&&(e.top=(b-f)/2+"px")}}return a},getTitleHeight:function(){this.drawTitles(!0);return this.titleHeight},addTitle:function(a,b,c,e,d){isNaN(b)&&(b=this.fontSize+2);a={text:a,size:b,color:c,alpha:e,bold:d,enabled:!0};this.titles.push(a);
75
- return a},handleWheel:function(a){var b=0;a||(a=window.event);a.wheelDelta?b=a.wheelDelta/120:a.detail&&(b=-a.detail/3);b&&this.handleWheelReal(b,a.shiftKey);a.preventDefault&&a.preventDefault()},handleWheelReal:function(){},handleDocTouchStart:function(){this.hideBalloonReal();this.handleMouseMove();this.tmx=this.mouseX;this.tmy=this.mouseY},handleDocTouchEnd:function(){-.5<this.tmx&&this.tmx<this.divRealWidth+1&&0<this.tmy&&this.tmy<this.divRealHeight?(this.handleMouseMove(),4>Math.abs(this.mouseX-
76
- this.tmx)&&4>Math.abs(this.mouseY-this.tmy)&&(this.tapped=!0)):this.tapped=!1},addListeners:function(){var a=this,b=a.chartDiv;document.addEventListener?(a.panEventsEnabled&&(b.style.msTouchAction="none"),"ontouchstart"in document.documentElement&&(b.addEventListener("touchstart",function(b){a.handleTouchStart.call(a,b)},!0),b.addEventListener("touchmove",function(b){a.handleMouseMove.call(a,b)},!0),b.addEventListener("touchend",function(b){a.handleTouchEnd.call(a,b)},!0),document.addEventListener("touchstart",
77
- function(b){a.handleDocTouchStart.call(a,b)}),document.addEventListener("touchend",function(b){a.handleDocTouchEnd.call(a,b)})),b.addEventListener("mousedown",function(b){a.mouseIsOver=!0;a.handleMouseMove.call(a,b);a.handleMouseDown.call(a,b)},!0),b.addEventListener("mouseover",function(b){a.handleMouseOver.call(a,b)},!0),b.addEventListener("mouseout",function(b){a.handleMouseOut.call(a,b)},!0)):(b.attachEvent("onmousedown",function(b){a.handleMouseDown.call(a,b)}),b.attachEvent("onmouseover",function(b){a.handleMouseOver.call(a,
78
- b)}),b.attachEvent("onmouseout",function(b){a.handleMouseOut.call(a,b)}))},dispDUpd:function(){if(!this.skipEvents){var a;this.dispatchDataUpdated&&(this.dispatchDataUpdated=!1,a="dataUpdated",this.fire(a,{type:a,chart:this}));this.chartCreated||(this.chartCreated=!0,a="init",this.fire(a,{type:a,chart:this}));this.chartRendered||(a="rendered",this.fire(a,{type:a,chart:this}),this.chartRendered=!0);a="drawn";this.fire(a,{type:a,chart:this})}this.skipEvents=!1},validateSize:function(){var a=this;a.premeasure();
79
- a.checkDisplay();if(a.divRealWidth!=a.previousWidth||a.divRealHeight!=a.previousHeight){var b=a.legend;if(0<a.realWidth&&0<a.realHeight){a.sizeChanged=!0;if(b){a.legendInitTO&&clearTimeout(a.legendInitTO);var c=setTimeout(function(){b.invalidateSize()},10);a.timeOuts.push(c);a.legendInitTO=c}"xy"!=a.type?a.marginsUpdated=!1:(a.marginsUpdated=!0,a.selfZoom=!0);clearTimeout(a.initTO);c=setTimeout(function(){a.initChart()},10);a.timeOuts.push(c);a.initTO=c}a.fire("resized",{type:"resized",chart:a});
80
- a.renderFix();b&&b.renderFix&&b.renderFix();a.previousHeight=a.divRealHeight;a.previousWidth=a.divRealWidth}},invalidateSize:function(){this.previousHeight=this.previousWidth=NaN;this.invalidateSizeReal()},invalidateSizeReal:function(){var a=this;a.marginsUpdated=!1;clearTimeout(a.validateTO);var b=setTimeout(function(){a.validateSize()},5);a.timeOuts.push(b);a.validateTO=b},validateData:function(a){this.chartCreated&&(this.dataChanged=!0,this.marginsUpdated=!1,this.initChart(a))},validateNow:function(a,
81
- b){this.initTO&&clearTimeout(this.initTO);a&&(this.dataChanged=!0);this.skipEvents=b;this.chartRendered=!1;this.write(this.div)},showItem:function(a){a.hidden=!1;this.initChart()},hideItem:function(a){a.hidden=!0;this.initChart()},hideBalloon:function(){var a=this;clearTimeout(a.hoverInt);clearTimeout(a.balloonTO);a.hoverInt=setTimeout(function(){a.hideBalloonReal.call(a)},a.hideBalloonTime)},cleanChart:function(){},hideBalloonReal:function(){var a=this.balloon;a&&a.hide()},showBalloon:function(a,
82
- b,c,e,d){var f=this;clearTimeout(f.balloonTO);clearTimeout(f.hoverInt);f.balloonTO=setTimeout(function(){f.showBalloonReal.call(f,a,b,c,e,d)},1)},showBalloonReal:function(a,b,c,e,d){this.handleMouseMove();var f=this.balloon;f.enabled&&(f.followCursor(!1),f.changeColor(b),!c||f.fixedPosition?(f.setPosition(e,d),isNaN(e)||isNaN(d)?f.followCursor(!0):f.followCursor(!1)):f.followCursor(!0),a&&f.showBalloon(a))},handleMouseOver:function(){this.outTO&&clearTimeout(this.outTO);d.resetMouseOver();this.mouseIsOver=
83
- !0},handleMouseOut:function(){var a=this;a.outTO&&clearTimeout(a.outTO);a.outTO=setTimeout(function(){a.handleMouseOutReal()},10)},handleMouseOutReal:function(){d.resetMouseOver();this.mouseIsOver=!1},handleMouseMove:function(a){a||(a=window.event);if(a){if(a.touches){if(a=a.touches.item(0),!a)return}else this.wasTouched=!1;this.boundingRect&&a.clientX&&(this.mouseX=a.clientX-this.boundingRect.left,this.mouseY=a.clientY-this.boundingRect.top)}},handleTouchStart:function(a){this.hideBalloonReal();
 
 
84
  a&&(a.touches&&this.tapToActivate&&!this.tapped||!this.panRequired)||(this.handleMouseMove(a),this.handleMouseDown(a))},handleTouchEnd:function(a){this.wasTouched=!0;this.handleMouseMove(a);d.resetMouseOver();this.handleReleaseOutside(a)},handleReleaseOutside:function(){},handleMouseDown:function(a){d.resetMouseOver();this.mouseIsOver=!0;a&&a.preventDefault&&(this.panEventsEnabled?a.preventDefault():a.touches||a.preventDefault())},addLegend:function(a,b){a=d.processObject(a,d.AmLegend,this.theme);
85
  a.divId=b;a.ieW=0;var c;c="object"!=typeof b&&b?document.getElementById(b):b;this.legend=a;a.chart=this;c?(a.div=c,a.position="outside",a.autoMargins=!1):a.div=this.legendDiv;return a},removeLegend:function(){this.legend=void 0;this.legendDiv.innerHTML=""},handleResize:function(){(d.isPercents(this.width)||d.isPercents(this.height))&&this.invalidateSizeReal();this.renderFix()},renderFix:function(){if(!d.VML){var a=this.container;a&&a.renderFix()}},getSVG:function(){if(d.hasSVG)return this.container},
86
- animate:function(a,b,c,e,g,f,h){a["an_"+b]&&d.removeFromArray(this.animations,a["an_"+b]);c={obj:a,frame:0,attribute:b,from:c,to:e,time:g,effect:f,suffix:h};a["an_"+b]=c;this.animations.push(c);return c},setLegendData:function(a){var b=this.legend;b&&b.setData(a)},stopAnim:function(a){d.removeFromArray(this.animations,a)},updateAnimations:function(){var a;this.container&&this.container.update();if(this.animations)for(a=this.animations.length-1;0<=a;a--){var b=this.animations[a],c=1E3*b.time/d.updateRate,
87
- e=b.frame+1,g=b.obj,f=b.attribute;if(e<=c){b.frame++;var h=Number(b.from),k=Number(b.to)-h,c=d[b.effect](0,e,h,k,c);0===k?(this.animations.splice(a,1),g.node.style[f]=Number(b.to)+b.suffix):g.node.style[f]=c+b.suffix}else g.node.style[f]=Number(b.to)+b.suffix,this.animations.splice(a,1)}},update:function(){this.updateAnimations()},inIframe:function(){try{return window.self!==window.top}catch(a){return!0}},brr:function(){var a="amcharts.com",b=window.location.hostname.split("."),c;2<=b.length&&(c=
88
- b[b.length-2]+"."+b[b.length-1]);this.amLink&&(b=this.amLink.parentNode)&&b.removeChild(this.amLink);b=this.creditsPosition;if(c!=a||!0===this.inIframe()){var a="http://www."+a,e=c=0,d=this.realWidth,f=this.realHeight,h=this.type;if("serial"==h||"xy"==h||"gantt"==h)c=this.marginLeftReal,e=this.marginTopReal,d=c+this.plotAreaWidth,f=e+this.plotAreaHeight;var h=a+"/javascript-charts/",k="JavaScript charts",l="JS chart by amCharts";"ammap"==this.product&&(h=a+"/javascript-maps/",k="Interactive JavaScript maps",
89
- l="JS map by amCharts");a=document.createElement("a");l=document.createTextNode(l);a.setAttribute("href",h);a.setAttribute("title",k);a.appendChild(l);this.chartDiv.appendChild(a);this.amLink=a;h=a.style;h.position="absolute";h.textDecoration="none";h.color=this.color;h.fontFamily=this.fontFamily;h.fontSize=this.fontSize+"px";h.opacity=.7;h.display="block";var k=a.offsetWidth,a=a.offsetHeight,l=5+c,m=e+5;"bottom-left"==b&&(l=5+c,m=f-a-3);"bottom-right"==b&&(l=d-k-5,m=f-a-3);"top-right"==b&&(l=d-k-
90
- 5,m=e+5);h.left=l+"px";h.top=m+"px"}}});d.Slice=d.Class({construct:function(){}});d.SerialDataItem=d.Class({construct:function(){}});d.GraphDataItem=d.Class({construct:function(){}});d.Guide=d.Class({construct:function(a){this.cname="Guide";d.applyTheme(this,a,this.cname)}});d.Title=d.Class({construct:function(a){this.cname="Title";d.applyTheme(this,a,this.cname)}});d.Label=d.Class({construct:function(a){this.cname="Label";d.applyTheme(this,a,this.cname)}})})();(function(){var d=window.AmCharts;d.AmBalloon=d.Class({construct:function(a){this.cname="AmBalloon";this.enabled=!0;this.fillColor="#FFFFFF";this.fillAlpha=.8;this.borderThickness=2;this.borderColor="#FFFFFF";this.borderAlpha=1;this.cornerRadius=0;this.maxWidth=220;this.horizontalPadding=8;this.verticalPadding=4;this.pointerWidth=6;this.pointerOrientation="V";this.color="#000000";this.adjustBorderColor=!0;this.show=this.follow=this.showBullet=!1;this.bulletSize=3;this.shadowAlpha=.4;this.shadowColor=
91
- "#000000";this.fadeOutDuration=this.animationDuration=.3;this.fixedPosition=!0;this.offsetY=6;this.offsetX=1;this.textAlign="center";this.disableMouseEvents=!0;this.deltaSignX=this.deltaSignY=1;d.isModern||(this.offsetY*=1.5);d.applyTheme(this,a,this.cname)},draw:function(){var a=this.pointToX,b=this.pointToY,c=this.chart;d.VML&&(this.fadeOutDuration=0);this.xAnim&&c.stopAnim(this.xAnim);this.yAnim&&c.stopAnim(this.yAnim);if(!isNaN(a)){var e=this.follow,g=c.container,f=this.set;d.remove(f);this.removeDiv();
92
- f=g.set();f.node.style.pointerEvents="none";this.set=f;c.balloonsSet.push(f);if(this.show){var h=this.l,k=this.t,l=this.r,m=this.b,n=this.balloonColor,r=this.fillColor,t=this.borderColor,p=r;void 0!=n&&(this.adjustBorderColor?p=t=n:r=n);var q=this.horizontalPadding,y=this.verticalPadding,z=this.pointerWidth,C=this.pointerOrientation,A=this.cornerRadius,w=c.fontFamily,x=this.fontSize;void 0==x&&(x=c.fontSize);var n=document.createElement("div"),D=c.classNamePrefix;n.className=D+"-balloon-div";this.className&&
93
- (n.className=n.className+" "+D+"-balloon-div-"+this.className);D=n.style;this.disableMouseEvents&&(D.pointerEvents="none");D.position="absolute";var u=this.minWidth,v="";isNaN(u)||(v="min-width:"+(u-2*q)+"px; ");n.innerHTML='<div style="text-align:'+this.textAlign+"; "+v+"max-width:"+this.maxWidth+"px; font-size:"+x+"px; color:"+this.color+"; font-family:"+w+'">'+this.text+"</div>";c.chartDiv.appendChild(n);this.textDiv=n;x=n.offsetWidth;w=n.offsetHeight;n.clientHeight&&(x=n.clientWidth,w=n.clientHeight);
94
- w+=2*y;v=x+2*q;!isNaN(u)&&v<u&&(v=u);window.opera&&(w+=2);var F=!1,x=this.offsetY;c.handDrawn&&(x+=c.handDrawScatter+2);"H"!=C?(u=a-v/2,b<k+w+10&&"down"!=C?(F=!0,e&&(b+=x),x=b+z,this.deltaSignY=-1):(e&&(b-=x),x=b-w-z,this.deltaSignY=1)):(2*z>w&&(z=w/2),x=b-w/2,a<h+(l-h)/2?(u=a+z,this.deltaSignX=-1):(u=a-v-z,this.deltaSignX=1));x+w>=m&&(x=m-w);x<k&&(x=k);u<h&&(u=h);u+v>l&&(u=l-v);var k=x+y,m=u+q,y=this.shadowAlpha,E=this.shadowColor,q=this.borderThickness,G=this.bulletSize,B;0<A||0===z?(0<y&&(a=d.rect(g,
95
- v,w,r,0,q+1,E,y,this.cornerRadius),d.isModern?a.translate(1,1):a.translate(4,4),f.push(a)),r=d.rect(g,v,w,r,this.fillAlpha,q,t,this.borderAlpha,this.cornerRadius),this.showBullet&&(B=d.circle(g,G,p,this.fillAlpha),f.push(B))):(p=[],A=[],"H"!=C?(h=a-u,h>v-z&&(h=v-z),h<z&&(h=z),p=[0,h-z,a-u,h+z,v,v,0,0],A=F?[0,0,b-x,0,0,w,w,0]:[w,w,b-x,w,w,0,0,w]):(p=b-x,p>w-z&&(p=w-z),p<z&&(p=z),A=[0,p-z,b-x,p+z,w,w,0,0],p=a<h+(l-h)/2?[0,0,u<a?0:a-u,0,0,v,v,0]:[v,v,u+v>a?v:a-u,v,v,0,0,v]),0<y&&(a=d.polygon(g,p,A,r,
96
- 0,q,E,y),a.translate(1,1),f.push(a)),r=d.polygon(g,p,A,r,this.fillAlpha,q,t,this.borderAlpha));this.bg=r;f.push(r);r.toFront();d.setCN(c,r,"balloon-bg");this.className&&d.setCN(c,r,"balloon-bg-"+this.className);g=1*this.deltaSignX;D.left=m+"px";D.top=k+"px";f.translate(u-g,x);r=r.getBBox();this.bottom=x+w+1;this.yPos=r.y+x;B&&B.translate(this.pointToX-u+g,b-x);b=this.animationDuration;0<this.animationDuration&&!e&&!isNaN(this.prevX)&&(f.translate(this.prevX,this.prevY),f.animate({translate:u-g+","+
97
- x},b,"easeOutSine"),n&&(D.left=this.prevTX+"px",D.top=this.prevTY+"px",this.xAnim=c.animate({node:n},"left",this.prevTX,m,b,"easeOutSine","px"),this.yAnim=c.animate({node:n},"top",this.prevTY,k,b,"easeOutSine","px")));this.prevX=u-g;this.prevY=x;this.prevTX=m;this.prevTY=k}}},followMouse:function(){if(this.follow&&this.show){var a=this.chart.mouseX-this.offsetX*this.deltaSignX,b=this.chart.mouseY;this.pointToX=a;this.pointToY=b;if(a!=this.previousX||b!=this.previousY)if(this.previousX=a,this.previousY=
98
- b,0===this.cornerRadius)this.draw();else{var c=this.set;if(c){var e=c.getBBox(),a=a-e.width/2,d=b-e.height-10;a<this.l&&(a=this.l);a>this.r-e.width&&(a=this.r-e.width);d<this.t&&(d=b+10);c.translate(a,d);b=this.textDiv.style;b.left=a+this.horizontalPadding+"px";b.top=d+this.verticalPadding+"px"}}}},changeColor:function(a){this.balloonColor=a},setBounds:function(a,b,c,e){this.l=a;this.t=b;this.r=c;this.b=e;this.destroyTO&&clearTimeout(this.destroyTO)},showBalloon:function(a){this.text=a;this.show=
99
- !0;this.destroyTO&&clearTimeout(this.destroyTO);a=this.chart;this.fadeAnim1&&a.stopAnim(this.fadeAnim1);this.fadeAnim2&&a.stopAnim(this.fadeAnim2);this.draw()},hide:function(a){var b=this;isNaN(a)&&(a=b.fadeOutDuration);var c=b.chart;if(0<a){b.destroyTO&&clearTimeout(b.destroyTO);b.destroyTO=setTimeout(function(){b.destroy.call(b)},1E3*a);b.follow=!1;b.show=!1;var e=b.set;e&&(e.setAttr("opacity",b.fillAlpha),b.fadeAnim1=e.animate({opacity:0},a,"easeInSine"));b.textDiv&&(b.fadeAnim2=c.animate({node:b.textDiv},
100
- "opacity",1,0,a,"easeInSine",""))}else b.show=!1,b.follow=!1,b.destroy()},setPosition:function(a,b,c){this.pointToX=a;this.pointToY=b;c&&(a==this.previousX&&b==this.previousY||this.draw());this.previousX=a;this.previousY=b},followCursor:function(a){var b=this;(b.follow=a)?(b.pShowBullet=b.showBullet,b.showBullet=!1):void 0!==b.pShowBullet&&(b.showBullet=b.pShowBullet);clearInterval(b.interval);var c=b.chart.mouseX,e=b.chart.mouseY;!isNaN(c)&&a&&(b.pointToX=c-b.offsetX*b.deltaSignX,b.pointToY=e,b.followMouse(),
101
- b.interval=setInterval(function(){b.followMouse.call(b)},40))},removeDiv:function(){if(this.textDiv){var a=this.textDiv.parentNode;a&&a.removeChild(this.textDiv)}},destroy:function(){clearInterval(this.interval);d.remove(this.set);this.removeDiv();this.set=null}})})();(function(){var d=window.AmCharts;d.circle=function(a,b,c,e,g,f,h,k,l){0>=b&&(b=.001);if(void 0==g||0===g)g=.01;void 0===f&&(f="#000000");void 0===h&&(h=0);e={fill:c,stroke:f,"fill-opacity":e,"stroke-width":g,"stroke-opacity":h};a=isNaN(l)?a.circle(0,0,b).attr(e):a.ellipse(0,0,b,l).attr(e);k&&a.gradient("radialGradient",[c,d.adjustLuminosity(c,-.6)]);return a};d.text=function(a,b,c,e,g,f,h,k){f||(f="middle");"right"==f&&(f="end");"left"==f&&(f="start");isNaN(k)&&(k=1);void 0!==b&&(b=String(b),d.isIE&&
 
 
102
  !d.isModern&&(b=b.replace("&amp;","&"),b=b.replace("&","&amp;")));c={fill:c,"font-family":e,"font-size":g+"px",opacity:k};!0===h&&(c["font-weight"]="bold");c["text-anchor"]=f;return a.text(b,c)};d.polygon=function(a,b,c,e,g,f,h,k,l,m,n){isNaN(f)&&(f=.01);isNaN(k)&&(k=g);var r=e,t=!1;"object"==typeof r&&1<r.length&&(t=!0,r=r[0]);void 0===h&&(h=r);g={fill:r,stroke:h,"fill-opacity":g,"stroke-width":f,"stroke-opacity":k};void 0!==n&&0<n&&(g["stroke-dasharray"]=n);n=d.dx;f=d.dy;a.handDrawn&&(c=d.makeHD(b,
103
- c,a.handDrawScatter),b=c[0],c=c[1]);h=Math.round;m&&(h=d.doNothing);m="M"+(h(b[0])+n)+","+(h(c[0])+f);for(k=1;k<b.length;k++)m+=" L"+(h(b[k])+n)+","+(h(c[k])+f);a=a.path(m+" Z").attr(g);t&&a.gradient("linearGradient",e,l);return a};d.rect=function(a,b,c,e,g,f,h,k,l,m,n){if(isNaN(b)||isNaN(c))return a.set();isNaN(f)&&(f=0);void 0===l&&(l=0);void 0===m&&(m=270);isNaN(g)&&(g=0);var r=e,t=!1;"object"==typeof r&&(r=r[0],t=!0);void 0===h&&(h=r);void 0===k&&(k=g);b=Math.round(b);c=Math.round(c);var p=0,
104
- q=0;0>b&&(b=Math.abs(b),p=-b);0>c&&(c=Math.abs(c),q=-c);p+=d.dx;q+=d.dy;g={fill:r,stroke:h,"fill-opacity":g,"stroke-opacity":k};void 0!==n&&0<n&&(g["stroke-dasharray"]=n);a=a.rect(p,q,b,c,l,f).attr(g);t&&a.gradient("linearGradient",e,m);return a};d.bullet=function(a,b,c,e,g,f,h,k,l,m,n,r){var t;"circle"==b&&(b="round");switch(b){case "round":t=d.circle(a,c/2,e,g,f,h,k);break;case "square":t=d.polygon(a,[-c/2,c/2,c/2,-c/2],[c/2,c/2,-c/2,-c/2],e,g,f,h,k,m-180);break;case "rectangle":t=d.polygon(a,[-c,
105
- c,c,-c],[c/2,c/2,-c/2,-c/2],e,g,f,h,k,m-180);break;case "diamond":t=d.polygon(a,[-c/2,0,c/2,0],[0,-c/2,0,c/2],e,g,f,h,k);break;case "triangleUp":t=d.triangle(a,c,0,e,g,f,h,k);break;case "triangleDown":t=d.triangle(a,c,180,e,g,f,h,k);break;case "triangleLeft":t=d.triangle(a,c,270,e,g,f,h,k);break;case "triangleRight":t=d.triangle(a,c,90,e,g,f,h,k);break;case "bubble":t=d.circle(a,c/2,e,g,f,h,k,!0);break;case "line":t=d.line(a,[-c/2,c/2],[0,0],e,g,f,h,k);break;case "yError":t=a.set();t.push(d.line(a,
106
- [0,0],[-c/2,c/2],e,g,f));t.push(d.line(a,[-l,l],[-c/2,-c/2],e,g,f));t.push(d.line(a,[-l,l],[c/2,c/2],e,g,f));break;case "xError":t=a.set(),t.push(d.line(a,[-c/2,c/2],[0,0],e,g,f)),t.push(d.line(a,[-c/2,-c/2],[-l,l],e,g,f)),t.push(d.line(a,[c/2,c/2],[-l,l],e,g,f))}t&&t.pattern(n,NaN,r);return t};d.triangle=function(a,b,c,e,d,f,h,k){if(void 0===f||0===f)f=1;void 0===h&&(h="#000");void 0===k&&(k=0);e={fill:e,stroke:h,"fill-opacity":d,"stroke-width":f,"stroke-opacity":k};b/=2;var l;0===c&&(l=" M"+-b+
107
- ","+b+" L0,"+-b+" L"+b+","+b+" Z");180==c&&(l=" M"+-b+","+-b+" L0,"+b+" L"+b+","+-b+" Z");90==c&&(l=" M"+-b+","+-b+" L"+b+",0 L"+-b+","+b+" Z");270==c&&(l=" M"+-b+",0 L"+b+","+b+" L"+b+","+-b+" Z");return a.path(l).attr(e)};d.line=function(a,b,c,e,g,f,h,k,l,m,n){if(a.handDrawn&&!n)return d.handDrawnLine(a,b,c,e,g,f,h,k,l,m,n);f={fill:"none","stroke-width":f};void 0!==h&&0<h&&(f["stroke-dasharray"]=h);isNaN(g)||(f["stroke-opacity"]=g);e&&(f.stroke=e);e=Math.round;m&&(e=d.doNothing);m=d.dx;g=d.dy;h=
108
- "M"+(e(b[0])+m)+","+(e(c[0])+g);for(k=1;k<b.length;k++)h+=" L"+(e(b[k])+m)+","+(e(c[k])+g);if(d.VML)return a.path(h,void 0,!0).attr(f);l&&(h+=" M0,0 L0,0");return a.path(h).attr(f)};d.makeHD=function(a,b,c){for(var e=[],d=[],f=1;f<a.length;f++)for(var h=Number(a[f-1]),k=Number(b[f-1]),l=Number(a[f]),m=Number(b[f]),n=Math.sqrt(Math.pow(l-h,2)+Math.pow(m-k,2)),n=Math.round(n/50)+1,l=(l-h)/n,m=(m-k)/n,r=0;r<=n;r++){var t=h+r*l+Math.random()*c,p=k+r*m+Math.random()*c;e.push(t);d.push(p)}return[e,d]};
109
- d.handDrawnLine=function(a,b,c,e,g,f,h,k,l,m){var n,r=a.set();for(n=1;n<b.length;n++)for(var t=[b[n-1],b[n]],p=[c[n-1],c[n]],p=d.makeHD(t,p,a.handDrawScatter),t=p[0],p=p[1],q=1;q<t.length;q++)r.push(d.line(a,[t[q-1],t[q]],[p[q-1],p[q]],e,g,f+Math.random()*a.handDrawThickness-a.handDrawThickness/2,h,k,l,m,!0));return r};d.doNothing=function(a){return a};d.wedge=function(a,b,c,e,g,f,h,k,l,m,n,r,t){var p=Math.round;f=p(f);h=p(h);k=p(k);var q=p(h/f*k),y=d.VML,z=359.5+f/100;359.94<z&&(z=359.94);g>=z&&
110
- (g=z);var C=1/180*Math.PI,z=b+Math.sin(e*C)*k,A=c-Math.cos(e*C)*q,w=b+Math.sin(e*C)*f,x=c-Math.cos(e*C)*h,D=b+Math.sin((e+g)*C)*f,u=c-Math.cos((e+g)*C)*h,v=b+Math.sin((e+g)*C)*k,C=c-Math.cos((e+g)*C)*q,F={fill:d.adjustLuminosity(m.fill,-.2),"stroke-opacity":0,"fill-opacity":m["fill-opacity"]},E=0;180<Math.abs(g)&&(E=1);e=a.set();var G;y&&(z=p(10*z),w=p(10*w),D=p(10*D),v=p(10*v),A=p(10*A),x=p(10*x),u=p(10*u),C=p(10*C),b=p(10*b),l=p(10*l),c=p(10*c),f*=10,h*=10,k*=10,q*=10,1>Math.abs(g)&&1>=Math.abs(D-
111
- w)&&1>=Math.abs(u-x)&&(G=!0));g="";var B;r&&(F["fill-opacity"]=0,F["stroke-opacity"]=m["stroke-opacity"]/2,F.stroke=m.stroke);if(0<l){B=" M"+z+","+(A+l)+" L"+w+","+(x+l);y?(G||(B+=" A"+(b-f)+","+(l+c-h)+","+(b+f)+","+(l+c+h)+","+w+","+(x+l)+","+D+","+(u+l)),B+=" L"+v+","+(C+l),0<k&&(G||(B+=" B"+(b-k)+","+(l+c-q)+","+(b+k)+","+(l+c+q)+","+v+","+(l+C)+","+z+","+(l+A)))):(B+=" A"+f+","+h+",0,"+E+",1,"+D+","+(u+l)+" L"+v+","+(C+l),0<k&&(B+=" A"+k+","+q+",0,"+E+",0,"+z+","+(A+l)));B+=" Z";var I=l;y&&(I/=
112
- 10);for(var J=0;J<I;J+=10){var M=a.path(B,void 0,void 0,"1000,1000").attr(F);e.push(M);M.translate(0,-J)}B=a.path(" M"+z+","+A+" L"+z+","+(A+l)+" L"+w+","+(x+l)+" L"+w+","+x+" L"+z+","+A+" Z",void 0,void 0,"1000,1000").attr(F);l=a.path(" M"+D+","+u+" L"+D+","+(u+l)+" L"+v+","+(C+l)+" L"+v+","+C+" L"+D+","+u+" Z",void 0,void 0,"1000,1000").attr(F);e.push(B);e.push(l)}y?(G||(g=" A"+p(b-f)+","+p(c-h)+","+p(b+f)+","+p(c+h)+","+p(w)+","+p(x)+","+p(D)+","+p(u)),f=" M"+p(z)+","+p(A)+" L"+p(w)+","+p(x)+g+
113
- " L"+p(v)+","+p(C)):f=" M"+z+","+A+" L"+w+","+x+(" A"+f+","+h+",0,"+E+",1,"+D+","+u)+" L"+v+","+C;0<k&&(y?G||(f+=" B"+(b-k)+","+(c-q)+","+(b+k)+","+(c+q)+","+v+","+C+","+z+","+A):f+=" A"+k+","+q+",0,"+E+",0,"+z+","+A);a.handDrawn&&(b=d.line(a,[z,w],[A,x],m.stroke,m.thickness*Math.random()*a.handDrawThickness,m["stroke-opacity"]),e.push(b));a=a.path(f+" Z",void 0,void 0,"1000,1000").attr(m);if(n){b=[];for(c=0;c<n.length;c++)b.push(d.adjustLuminosity(m.fill,n[c]));0<b.length&&a.gradient("linearGradient",
114
- b)}a.pattern(r,NaN,t);e.wedge=a;e.push(a);return e};d.rgb2hex=function(a){return(a=a.match(/^rgba?[\s+]?\([\s+]?(\d+)[\s+]?,[\s+]?(\d+)[\s+]?,[\s+]?(\d+)[\s+]?/i))&&4===a.length?"#"+("0"+parseInt(a[1],10).toString(16)).slice(-2)+("0"+parseInt(a[2],10).toString(16)).slice(-2)+("0"+parseInt(a[3],10).toString(16)).slice(-2):""};d.adjustLuminosity=function(a,b){a&&-1!=a.indexOf("rgb")&&(a=d.rgb2hex(a));a=String(a).replace(/[^0-9a-f]/gi,"");6>a.length&&(a=String(a[0])+String(a[0])+String(a[1])+String(a[1])+
115
- String(a[2])+String(a[2]));b=b||0;var c="#",e,g;for(g=0;3>g;g++)e=parseInt(a.substr(2*g,2),16),e=Math.round(Math.min(Math.max(0,e+e*b),255)).toString(16),c+=("00"+e).substr(e.length);return c}})();(function(){var d=window.AmCharts;d.AmLegend=d.Class({construct:function(a){this.enabled=!0;this.cname="AmLegend";this.createEvents("rollOverMarker","rollOverItem","rollOutMarker","rollOutItem","showItem","hideItem","clickMarker","rollOverItem","rollOutItem","clickLabel");this.position="bottom";this.borderColor=this.color="#000000";this.borderAlpha=0;this.markerLabelGap=5;this.verticalGap=10;this.align="left";this.horizontalGap=0;this.spacing=10;this.markerDisabledColor="#AAB3B3";this.markerType=
 
 
116
  "square";this.markerSize=16;this.markerBorderThickness=this.markerBorderAlpha=1;this.marginBottom=this.marginTop=0;this.marginLeft=this.marginRight=20;this.autoMargins=!0;this.valueWidth=50;this.switchable=!0;this.switchType="x";this.switchColor="#FFFFFF";this.rollOverColor="#CC0000";this.reversedOrder=!1;this.labelText="[[title]]";this.valueText="[[value]]";this.useMarkerColorForLabels=!1;this.rollOverGraphAlpha=1;this.textClickEnabled=!1;this.equalWidths=!0;this.backgroundColor="#FFFFFF";this.backgroundAlpha=
117
  0;this.useGraphSettings=!1;this.showEntries=!0;d.applyTheme(this,a,this.cname)},setData:function(a){this.legendData=a;this.invalidateSize()},invalidateSize:function(){this.destroy();this.entries=[];this.valueLabels=[];var a=this.legendData;this.enabled&&(d.ifArray(a)||d.ifArray(this.data))&&this.drawLegend()},drawLegend:function(){var a=this.chart,b=this.position,c=this.width,e=a.divRealWidth,g=a.divRealHeight,f=this.div,h=this.legendData;this.data&&(h=this.data);isNaN(this.fontSize)&&(this.fontSize=
118
- a.fontSize);if("right"==b||"left"==b)this.maxColumns=1,this.autoMargins&&(this.marginLeft=this.marginRight=10);else if(this.autoMargins){this.marginRight=a.marginRight;this.marginLeft=a.marginLeft;var k=a.autoMarginOffset;"bottom"==b?(this.marginBottom=k,this.marginTop=0):(this.marginTop=k,this.marginBottom=0)}c=void 0!==c?d.toCoordinate(c,e):"right"!=b&&"left"!=b?a.realWidth:0<this.ieW?this.ieW:a.realWidth;"outside"==b?(c=f.offsetWidth,g=f.offsetHeight,f.clientHeight&&(c=f.clientWidth,g=f.clientHeight)):
119
- (isNaN(c)||(f.style.width=c+"px"),f.className="amChartsLegend "+a.classNamePrefix+"-legend-div");this.divWidth=c;(b=this.container)?(b.container.innerHTML="",f.appendChild(b.container),b.width=c,b.height=g,b.setSize(c,g),b.addDefs(a)):b=new d.AmDraw(f,c,g,a);this.container=b;this.lx=0;this.ly=8;g=this.markerSize;g>this.fontSize&&(this.ly=g/2-1);0<g&&(this.lx+=g+this.markerLabelGap);this.titleWidth=0;if(g=this.title)g=d.text(this.container,g,this.color,a.fontFamily,this.fontSize,"start",!0),d.setCN(a,
120
- g,"legend-title"),g.translate(this.marginLeft,this.marginTop+this.verticalGap+this.ly+1),a=g.getBBox(),this.titleWidth=a.width+15,this.titleHeight=a.height+6;this.index=this.maxLabelWidth=0;if(this.showEntries){for(a=0;a<h.length;a++)this.createEntry(h[a]);for(a=this.index=0;a<h.length;a++)this.createValue(h[a])}this.arrangeEntries();this.updateValues()},arrangeEntries:function(){var a=this.position,b=this.marginLeft+this.titleWidth,c=this.marginRight,e=this.marginTop,g=this.marginBottom,f=this.horizontalGap,
121
- h=this.div,k=this.divWidth,l=this.maxColumns,m=this.verticalGap,n=this.spacing,r=k-c-b,t=0,p=0,q=this.container;this.set&&this.set.remove();var y=q.set();this.set=y;var z=q.set();y.push(z);var C=this.entries,A,w;for(w=0;w<C.length;w++){A=C[w].getBBox();var x=A.width;x>t&&(t=x);A=A.height;A>p&&(p=A)}var x=p=0,D=f,u=0,v=0;for(w=0;w<C.length;w++){var F=C[w];this.reversedOrder&&(F=C[C.length-w-1]);A=F.getBBox();var E;this.equalWidths?E=x*(t+n+this.markerLabelGap):(E=D,D=D+A.width+f+n);A.height>v&&(v=
122
- A.height);E+A.width>r&&0<w&&0!==x&&(p++,E=x=0,D=E+A.width+f+n,u=u+v+m,v=0);F.translate(E,u);x++;!isNaN(l)&&x>=l&&(x=0,p++,u=u+v+m,D=f,v=0);z.push(F)}A=z.getBBox();l=A.height+2*m-1;"left"==a||"right"==a?(n=A.width+2*f,k=n+b+c,h.style.width=k+"px",this.ieW=k):n=k-b-c-1;c=d.polygon(this.container,[0,n,n,0],[0,0,l,l],this.backgroundColor,this.backgroundAlpha,1,this.borderColor,this.borderAlpha);d.setCN(this.chart,c,"legend-bg");y.push(c);y.translate(b,e);c.toBack();b=f;if("top"==a||"bottom"==a||"absolute"==
123
- a||"outside"==a)"center"==this.align?b=f+(n-A.width)/2:"right"==this.align&&(b=f+n-A.width);z.translate(b,m+1);this.titleHeight>l&&(l=this.titleHeight);a=l+e+g+1;0>a&&(a=0);a>this.chart.divRealHeight&&(h.style.top="0px");h.style.height=Math.round(a)+"px";q.setSize(this.divWidth,a)},createEntry:function(a){if(!1!==a.visibleInLegend){var b=this.chart,c=a.markerType;a.legendEntryWidth=this.markerSize;c||(c=this.markerType);var e=a.color,g=a.alpha;a.legendKeyColor&&(e=a.legendKeyColor());a.legendKeyAlpha&&
124
- (g=a.legendKeyAlpha());var f;!0===a.hidden&&(f=e=this.markerDisabledColor);var h=a.pattern,k=a.customMarker;k||(k=this.customMarker);var l=this.container,m=this.markerSize,n=0,r=0,t=m/2;if(this.useGraphSettings){c=a.type;this.switchType=void 0;if("line"==c||"step"==c||"smoothedLine"==c||"ohlc"==c)h=l.set(),a.hidden||(e=a.lineColorR,f=a.bulletBorderColorR),n=d.line(l,[0,2*m],[m/2,m/2],e,a.lineAlpha,a.lineThickness,a.dashLength),d.setCN(b,n,"graph-stroke"),h.push(n),a.bullet&&(a.hidden||(e=a.bulletColorR),
125
- n=d.bullet(l,a.bullet,a.bulletSize,e,a.bulletAlpha,a.bulletBorderThickness,f,a.bulletBorderAlpha))&&(d.setCN(b,n,"graph-bullet"),n.translate(m+1,m/2),h.push(n)),t=0,n=m,r=m/3;else{var p;a.getGradRotation&&(p=a.getGradRotation());n=a.fillColorsR;!0===a.hidden&&(n=e);if(h=this.createMarker("rectangle",n,a.fillAlphas,a.lineThickness,e,a.lineAlpha,p,h))t=m,h.translate(t,m/2);n=m}d.setCN(b,h,"graph-"+c);d.setCN(b,h,"graph-"+a.id)}else if(k)h=l.image(k,0,0,m,m);else{var q;isNaN(this.gradientRotation)||
126
- (q=180+this.gradientRotation);(h=this.createMarker(c,e,g,void 0,void 0,void 0,q,h))&&h.translate(m/2,m/2)}d.setCN(b,h,"legend-marker");this.addListeners(h,a);l=l.set([h]);this.switchable&&a.switchable&&l.setAttr("cursor","pointer");void 0!==a.id&&d.setCN(b,l,"legend-item-"+a.id);d.setCN(b,l,a.className,!0);(f=this.switchType)&&"none"!=f&&0<m&&("x"==f?(p=this.createX(),p.translate(m/2,m/2)):p=this.createV(),p.dItem=a,!0!==a.hidden?"x"==f?p.hide():p.show():"x"!=f&&p.hide(),this.switchable||p.hide(),
127
- this.addListeners(p,a),a.legendSwitch=p,l.push(p),d.setCN(b,p,"legend-switch"));f=this.color;a.showBalloon&&this.textClickEnabled&&void 0!==this.selectedColor&&(f=this.selectedColor);this.useMarkerColorForLabels&&(f=e);!0===a.hidden&&(f=this.markerDisabledColor);e=d.massReplace(this.labelText,{"[[title]]":a.title});p=this.fontSize;h&&(m<=p&&h.translate(t,m/2+this.ly-p/2+(p+2-m)/2-r),a.legendEntryWidth=h.getBBox().width);var y;e&&(e=d.fixBrakes(e),a.legendTextReal=e,y=this.labelWidth,y=isNaN(y)?d.text(this.container,
128
- e,f,b.fontFamily,p,"start"):d.wrappedText(this.container,e,f,b.fontFamily,p,"start",!1,y,0),d.setCN(b,y,"legend-label"),y.translate(this.lx+n,this.ly),l.push(y),b=y.getBBox().width,this.maxLabelWidth<b&&(this.maxLabelWidth=b));this.entries[this.index]=l;a.legendEntry=this.entries[this.index];a.legendLabel=y;this.index++}},addListeners:function(a,b){var c=this;a&&a.mouseover(function(a){c.rollOverMarker(b,a)}).mouseout(function(a){c.rollOutMarker(b,a)}).click(function(a){c.clickMarker(b,a)})},rollOverMarker:function(a,
129
- b){this.switchable&&this.dispatch("rollOverMarker",a,b);this.dispatch("rollOverItem",a,b)},rollOutMarker:function(a,b){this.switchable&&this.dispatch("rollOutMarker",a,b);this.dispatch("rollOutItem",a,b)},clickMarker:function(a,b){this.switchable&&(!0===a.hidden?this.dispatch("showItem",a,b):this.dispatch("hideItem",a,b));this.dispatch("clickMarker",a,b)},rollOverLabel:function(a,b){a.hidden||(this.textClickEnabled&&a.legendLabel&&a.legendLabel.attr({fill:this.rollOverColor}),this.dispatch("rollOverItem",
130
- a,b))},rollOutLabel:function(a,b){if(!a.hidden){if(this.textClickEnabled&&a.legendLabel){var c=this.color;void 0!==this.selectedColor&&a.showBalloon&&(c=this.selectedColor);this.useMarkerColorForLabels&&(c=a.lineColor,void 0===c&&(c=a.color));a.legendLabel.attr({fill:c})}this.dispatch("rollOutItem",a,b)}},clickLabel:function(a,b){this.textClickEnabled?a.hidden||this.dispatch("clickLabel",a,b):this.switchable&&(!0===a.hidden?this.dispatch("showItem",a,b):this.dispatch("hideItem",a,b))},dispatch:function(a,
131
- b,c){b={type:a,dataItem:b,target:this,event:c,chart:this.chart};this.chart&&this.chart.handleLegendEvent(b);this.fire(a,b)},createValue:function(a){var b=this,c=b.fontSize,e=b.chart;if(!1!==a.visibleInLegend){var g=b.maxLabelWidth;b.forceWidth&&(g=b.labelWidth);b.equalWidths||(b.valueAlign="left");"left"==b.valueAlign&&(g=a.legendEntry.getBBox().width);var f=g;if(b.valueText&&0<b.valueWidth){var h=b.color;b.useMarkerColorForValues&&(h=a.color,a.legendKeyColor&&(h=a.legendKeyColor()));!0===a.hidden&&
132
- (h=b.markerDisabledColor);var k=b.valueText,g=g+b.lx+b.markerLabelGap+b.valueWidth,l="end";"left"==b.valueAlign&&(g-=b.valueWidth,l="start");h=d.text(b.container,k,h,b.chart.fontFamily,c,l);d.setCN(e,h,"legend-value");h.translate(g,b.ly);b.entries[b.index].push(h);f+=b.valueWidth+2*b.markerLabelGap;h.dItem=a;b.valueLabels.push(h)}b.index++;e=b.markerSize;e<c+7&&(e=c+7,d.VML&&(e+=3));c=b.container.rect(a.legendEntryWidth,0,f,e,0,0).attr({stroke:"none",fill:"#fff","fill-opacity":.005});c.dItem=a;b.entries[b.index-
133
- 1].push(c);c.mouseover(function(c){b.rollOverLabel(a,c)}).mouseout(function(c){b.rollOutLabel(a,c)}).click(function(c){b.clickLabel(a,c)})}},createV:function(){var a=this.markerSize;return d.polygon(this.container,[a/5,a/2,a-a/5,a/2],[a/3,a-a/5,a/5,a/1.7],this.switchColor)},createX:function(){var a=(this.markerSize-4)/2,b={stroke:this.switchColor,"stroke-width":3},c=this.container,e=d.line(c,[-a,a],[-a,a]).attr(b),a=d.line(c,[-a,a],[a,-a]).attr(b);return this.container.set([e,a])},createMarker:function(a,
134
- b,c,e,g,f,h,k){var l=this.markerSize,m=this.container;g||(g=this.markerBorderColor);g||(g=b);isNaN(e)&&(e=this.markerBorderThickness);isNaN(f)&&(f=this.markerBorderAlpha);return d.bullet(m,a,l,b,c,e,g,f,l,h,k,this.chart.path)},validateNow:function(){this.invalidateSize()},updateValues:function(){var a=this.valueLabels,b=this.chart,c,e=this.data;for(c=0;c<a.length;c++){var g=a[c],f=g.dItem,h=" ";if(e)f.value?g.text(f.value):g.text("");else{var k;if(void 0!==f.type){k=f.currentDataItem;var l=this.periodValueText;
135
- f.legendPeriodValueText&&(l=f.legendPeriodValueText);k?(h=this.valueText,f.legendValueText&&(h=f.legendValueText),h=b.formatString(h,k)):l&&b.formatPeriodString&&(l=d.massReplace(l,{"[[title]]":f.title}),h=b.formatPeriodString(l,f))}else h=b.formatString(this.valueText,f);if(l=this.valueFunction)k&&(f=k),h=l(f,h);g.text(h)}}},renderFix:function(){if(!d.VML){var a=this.container;a&&a.renderFix()}},destroy:function(){this.div.innerHTML="";d.remove(this.set)}})})();(function(){var d=window.AmCharts;d.AmMap=d.Class({inherits:d.AmChart,construct:function(a){this.cname="AmMap";this.type="map";this.theme=a;this.svgNotSupported="This browser doesn't support SVG. Use Chrome, Firefox, Internet Explorer 9 or later.";this.createEvents("rollOverMapObject","rollOutMapObject","clickMapObject","mouseDownMapObject","selectedObjectChanged","homeButtonClicked","zoomCompleted","dragCompleted","positionChanged","writeDevInfo","click");this.zoomDuration=1;this.zoomControl=new d.ZoomControl(a);
136
- this.fitMapToContainer=!0;this.mouseWheelZoomEnabled=this.backgroundZoomsToTop=!1;this.allowClickOnSelectedObject=this.useHandCursorOnClickableOjects=this.showBalloonOnSelectedObject=!0;this.showObjectsAfterZoom=this.wheelBusy=!1;this.zoomOnDoubleClick=this.useObjectColorForBalloon=!0;this.allowMultipleDescriptionWindows=!1;this.dragMap=this.centerMap=this.linesAboveImages=!0;this.colorSteps=5;this.showAreasInList=!0;this.showLinesInList=this.showImagesInList=!1;this.areasProcessor=new d.AreasProcessor(this);
137
- this.areasSettings=new d.AreasSettings(a);this.imagesProcessor=new d.ImagesProcessor(this);this.imagesSettings=new d.ImagesSettings(a);this.linesProcessor=new d.LinesProcessor(this);this.linesSettings=new d.LinesSettings(a);this.initialTouchZoom=1;this.showDescriptionOnHover=!1;d.AmMap.base.construct.call(this,a);this.creditsPosition="bottom-left";this.product="ammap";this.areasClasses={};d.applyTheme(this,a,this.cname)},initChart:function(){this.zoomInstantly=!0;var a=this.container;this.panRequired=
138
- !0;if(this.sizeChanged&&d.hasSVG&&this.chartCreated){this.freeLabelsSet&&this.freeLabelsSet.remove();this.freeLabelsSet=a.set();this.container.setSize(this.realWidth,this.realHeight);this.resizeMap();this.drawBackground();this.redrawLabels();this.drawTitles();this.processObjects();this.rescaleObjects();this.zoomControl.init(this,a);this.drawBg();var b=this.smallMap;b&&b.init(this,a);(b=this.valueLegend)&&b.init(this,a);this.sizeChanged=!1;this.zoomToLongLat(this.zLevelTemp,this.zLongTemp,this.zLatTemp,
139
- !0);this.previousWidth=this.realWidth;this.previousHeight=this.realHeight;this.updateSmallMap();this.linkSet.toFront();this.zoomControl.update&&this.zoomControl.update()}else(d.AmMap.base.initChart.call(this),d.hasSVG)?(this.dataChanged&&(this.parseData(),this.dispatchDataUpdated=!0,this.dataChanged=!1,a=this.legend)&&(a.position="absolute",a.invalidateSize()),this.createDescriptionsDiv(),this.svgAreas=[],this.svgAreasById={},this.drawChart()):(this.chartDiv.style.textAlign="",this.chartDiv.setAttribute("class",
140
- "ammapAlert"),this.chartDiv.innerHTML=this.svgNotSupported,this.fire("failed",{type:"failed",chart:this}))},storeTemp:function(){var a=this.zoomLongitude();isNaN(a)||(this.zLongTemp=a);a=this.zoomLatitude();isNaN(a)||(this.zLatTemp=a);a=this.zoomLevel();isNaN(a)||(this.zLevelTemp=a)},invalidateSize:function(){this.storeTemp();d.AmMap.base.invalidateSize.call(this)},validateSize:function(){d.hasSVG&&0<this.realWidth&&0<this.realHeight&&this.storeTemp();d.AmMap.base.validateSize.call(this)},handleWheelReal:function(a){if(!this.wheelBusy){this.stopAnimation();
141
- var b=this.zoomLevel(),c=this.zoomControl,e=c.zoomFactor;this.wheelBusy=!0;a=d.fitToBounds(0<a?b*e:b/e,c.minZoomLevel,c.maxZoomLevel);e=this.mouseX/this.mapWidth;c=this.mouseY/this.mapHeight;e=(this.zoomX()-e)*(a/b)+e;b=(this.zoomY()-c)*(a/b)+c;this.zoomTo(a,e,b)}},addLegend:function(a,b){a.position="absolute";a.autoMargins=!1;a.valueWidth=0;a.switchable=!1;d.AmMap.base.addLegend.call(this,a,b);void 0===a.enabled&&(a.enabled=!0);return a},handleLegendEvent:function(){},createDescriptionsDiv:function(){if(!this.descriptionsDiv){var a=
142
- document.createElement("div"),b=a.style;b.position="absolute";b.left="0px";b.top="0px";this.descriptionsDiv=a}this.containerDiv.appendChild(this.descriptionsDiv)},drawChart:function(){d.AmMap.base.drawChart.call(this);var a=this.dataProvider;this.dataProvider=a=d.extend(a,new d.MapData,!0);this.areasSettings=d.processObject(this.areasSettings,d.AreasSettings,this.theme);this.imagesSettings=d.processObject(this.imagesSettings,d.ImagesSettings,this.theme);this.linesSettings=d.processObject(this.linesSettings,
143
- d.LinesSettings,this.theme);var b=this.container;this.mapContainer&&this.mapContainer.remove();this.mapContainer=b.set();this.graphsSet.push(this.mapContainer);var c;a.map&&(c=d.maps[a.map]);a.mapVar&&(c=a.mapVar);c?(this.svgData=c.svg,this.getBounds(),this.buildEverything()):(a=a.mapURL)&&this.loadXml(a);this.balloonsSet.toFront()},drawBg:function(){var a=this;a.background.click(function(){a.handleBackgroundClick()})},buildEverything:function(){if(0<this.realWidth&&0<this.realHeight){var a=this.container;
144
- this.zoomControl=d.processObject(this.zoomControl,d.ZoomControl,this.theme);this.zoomControl.init(this,a);this.drawBg();this.buildSVGMap();var b=this.smallMap;b&&(b=this.smallMap=d.processObject(this.smallMap,d.SmallMap,this.theme),b.init(this,a));b=this.dataProvider;isNaN(b.zoomX)&&isNaN(b.zoomY)&&isNaN(b.zoomLatitude)&&isNaN(b.zoomLongitude)&&(this.centerMap?(b.zoomLatitude=this.coordinateToLatitude(this.mapHeight/2),b.zoomLongitude=this.coordinateToLongitude(this.mapWidth/2)):(b.zoomX=0,b.zoomY=
145
- 0),this.zoomInstantly=!0);this.selectObject(this.dataProvider);this.processAreas();if(b=this.valueLegend)this.valueLegend=b=d.processObject(b,d.ValueLegend,this.theme),b.init(this,a);this.objectList&&(a=this.objectList=d.processObject(this.objectList,d.ObjectList))&&(this.clearObjectList(),a.init(this));this.dispDUpd();this.linkSet.toFront()}else this.cleanChart()},hideGroup:function(a){this.showHideGroup(a,!1)},showGroup:function(a){this.showHideGroup(a,!0)},showHideGroup:function(a,b){this.showHideReal(this.imagesProcessor.allObjects,
146
- a,b);this.showHideReal(this.areasProcessor.allObjects,a,b);this.showHideReal(this.linesProcessor.allObjects,a,b)},showHideReal:function(a,b,c){var e;for(e=0;e<a.length;e++){var d=a[e];if(d.groupId==b){var f=d.displayObject;f&&(c?(d.hidden=!1,f.show()):(d.hidden=!0,f.hide()))}}},update:function(){d.hasSVG&&(d.AmMap.base.update.call(this),this.zoomControl&&this.zoomControl.update&&this.zoomControl.update())},animateMap:function(){var a=this;a.totalFrames=1E3*a.zoomDuration/d.updateRate;a.totalFrames+=
147
- 1;a.frame=0;a.tweenPercent=0;a.balloon.hide(0);setTimeout(function(){a.updateSize.call(a)},d.updateRate)},updateSize:function(){var a=this,b=a.totalFrames;a.preventHover=!0;a.frame<=b?(a.frame++,b=d.easeOutSine(0,a.frame,0,1,b),1<=b?(b=1,a.preventHover=!1,a.wheelBusy=!1):setTimeout(function(){a.updateSize.call(a)},d.updateRate),.8<b&&(a.preventHover=!1)):(b=1,a.preventHover=!1,a.wheelBusy=!1);a.tweenPercent=b;a.rescaleMapAndObjects()},rescaleMapAndObjects:function(){var a=this.initialScale,b=this.initialX,
148
- c=this.initialY,e=this.tweenPercent,a=a+(this.finalScale-a)*e;this.mapContainer.translate(b+(this.finalX-b)*e,c+(this.finalY-c)*e,a,!0);if(this.areasSettings.adjustOutlineThickness){for(var b=this.svgAreas,d=0;d<b.length;d++)(c=b[d])&&c.setAttr("stroke-width",this.areasSettings.outlineThickness/a);for(d=0;d<b.length;d++){var c=b[d],f=c.displayObject;f&&f.setAttr("stroke-width",c.outlineThicknessReal/a)}}this.rescaleObjects();this.positionChanged();this.updateSmallMap();1==e&&(e={type:"zoomCompleted",
149
- chart:this},this.fire(e.type,e))},updateSmallMap:function(){this.smallMap&&this.smallMap.update()},rescaleObjects:function(){var a=this.mapContainer.scale,b=this.imagesProcessor.objectsToResize,c;for(c=0;c<b.length;c++){var e=b[c].image;e.translate(e.x,e.y,b[c].scale/a,!0)}b=this.imagesProcessor.labelsToReposition;for(c=0;c<b.length;c++)e=b[c],e.imageLabel&&this.imagesProcessor.positionLabel(e.imageLabel,e,e.labelPositionReal);b=this.linesProcessor;if(e=b.linesToResize)for(c=0;c<e.length;c++){var d=
150
- e[c];d.line.setAttr("stroke-width",d.thickness/a)}b=b.objectsToResize;for(c=0;c<b.length;c++)e=b[c],e.translate(e.x,e.y,1/a,!0)},handleTouchEnd:function(a){this.initialDistance=NaN;this.mouseIsDown=this.isDragging=!1;d.AmMap.base.handleTouchEnd.call(this,a)},handleMouseDown:function(a){d.resetMouseOver();this.mouseIsDown=this.mouseIsOver=!0;this.balloon.hide(0);a&&this.mouseIsOver&&a.preventDefault&&this.panEventsEnabled&&a.preventDefault();if(this.chartCreated&&!this.preventHover&&(this.initialTouchZoom=
151
- this.zoomLevel(),this.dragMap&&(this.stopAnimation(),this.mapContainerClickX=this.mapContainer.x,this.mapContainerClickY=this.mapContainer.y),a||(a=window.event),a.shiftKey&&!0===this.developerMode&&this.getDevInfo(),a&&a.touches)){var b=this.mouseX,c=this.mouseY,e=a.touches.item(1);e&&this.panEventsEnabled&&this.boundingRect&&(a=e.clientX-this.boundingRect.left,e=e.clientY-this.boundingRect.top,this.middleXP=(b+(a-b)/2)/this.realWidth,this.middleYP=(c+(e-c)/2)/this.realHeight,this.initialDistance=
152
- Math.sqrt(Math.pow(a-b,2)+Math.pow(e-c,2)))}},stopDrag:function(){this.isDragging=!1},handleReleaseOutside:function(){if(d.isModern){var a=this;a.mouseIsDown=!1;setTimeout(function(){a.resetPinch.call(a)},100);if(!a.preventHover){a.stopDrag();var b=a.zoomControl;b&&b.draggerUp&&b.draggerUp();a.mapWasDragged=!1;var b=a.mapContainer,c=a.mapContainerClickX,e=a.mapContainerClickY;isNaN(c)||isNaN(e)||!(2<Math.abs(b.x-c)||Math.abs(b.y-e))||(a.mapWasDragged=!0,b={type:"dragCompleted",zoomX:a.zoomX(),zoomY:a.zoomY(),
153
- zoomLevel:a.zoomLevel(),chart:a},a.fire(b.type,b));if(a.mouseIsOver&&!a.mapWasDragged&&!a.skipClick||a.wasTouched&&4>Math.abs(a.mouseX-a.tmx)&&4>Math.abs(a.mouseY-a.tmy))b={type:"click",x:a.mouseX,y:a.mouseY,chart:a},a.fire(b.type,b);a.mapContainerClickX=NaN;a.mapContainerClickY=NaN;a.objectWasClicked=!1;a.zoomOnDoubleClick&&a.mouseIsOver&&(b=(new Date).getTime(),200>b-a.previousClickTime&&40<b-a.previousClickTime&&a.doDoubleClickZoom(),a.previousClickTime=b)}a.wasTouched=!1}},resetPinch:function(){this.mapWasPinched=
154
- !1},handleMouseMove:function(a){var b=this;d.AmMap.base.handleMouseMove.call(b,a);if(!a||!a.touches||!b.tapToActivate||b.tapped){b.panEventsEnabled&&b.mouseIsOver&&a&&a.preventDefault&&a.preventDefault();var c=b.previuosMouseX,e=b.previuosMouseY,g=b.mouseX,f=b.mouseY,h=b.zoomControl;isNaN(c)&&(c=g);isNaN(e)&&(e=f);b.mouse2X=NaN;b.mouse2Y=NaN;a&&a.touches&&(a=a.touches.item(1))&&b.panEventsEnabled&&b.boundingRect&&(b.mouse2X=a.clientX-b.boundingRect.left,b.mouse2Y=a.clientY-b.boundingRect.top);if(a=
155
- b.mapContainer){var k=b.mouse2X,l=b.mouse2Y;b.pinchTO&&clearTimeout(b.pinchTO);b.pinchTO=setTimeout(function(){b.resetPinch.call(b)},1E3);var m=b.realHeight,n=b.realWidth,r=b.mapWidth,t=b.mapHeight;b.mouseIsDown&&b.dragMap&&(5<Math.abs(b.previuosMouseX-b.mouseX)||5<Math.abs(b.previuosMouseY-b.mouseY))&&(b.isDragging=!0);if(!isNaN(k)){b.stopDrag();var p=Math.sqrt(Math.pow(k-g,2)+Math.pow(l-f,2)),q=b.initialDistance;isNaN(q)&&(q=Math.sqrt(Math.pow(k-g,2)+Math.pow(l-f,2)));if(!isNaN(q)){var k=b.initialTouchZoom*
156
- p/q,k=d.fitToBounds(k,h.minZoomLevel,h.maxZoomLevel),h=b.zoomLevel(),q=b.middleXP,l=b.middleYP,p=m/t,y=n/r,q=(b.zoomX()-q*y)*(k/h)+q*y,l=(b.zoomY()-l*p)*(k/h)+l*p;.1<Math.abs(k-h)&&(b.zoomTo(k,q,l,!0),b.mapWasPinched=!0,clearTimeout(b.pinchTO))}}k=a.scale;b.isDragging&&(b.balloon.hide(0),b.positionChanged(),c=a.x+(g-c),e=a.y+(f-e),b.preventDragOut&&(t=-t*k+m/2,m/=2,c=d.fitToBounds(c,-r*k+n/2,n/2),e=d.fitToBounds(e,t,m)),a.translate(c,e,k,!0),b.updateSmallMap());b.previuosMouseX=g;b.previuosMouseY=
157
- f}}},selectObject:function(a,b){var c=this;(new Date).getTime();a||(a=c.dataProvider);a.isOver=!1;var e=a.linkToObject;"string"==typeof e&&(e=c.getObjectById(e));a.useTargetsZoomValues&&e&&(a.zoomX=e.zoomX,a.zoomY=e.zoomY,a.zoomLatitude=e.zoomLatitude,a.zoomLongitude=e.zoomLongitude,a.zoomLevel=e.zoomLevel);var g=c.selectedObject;g&&c.returnInitialColor(g);c.selectedObject=a;var f=!1,h,k;"MapArea"==a.objectType&&(a.autoZoomReal&&(f=!0),h=c.areasSettings.selectedOutlineColor,k=c.areasSettings.selectedOutlineThickness);
158
- if(e&&!f&&("string"==typeof e&&(e=c.getObjectById(e)),isNaN(a.zoomLevel)&&isNaN(a.zoomX)&&isNaN(a.zoomY))){if(c.extendMapData(e))return;c.selectObject(e);return}c.allowMultipleDescriptionWindows||c.closeAllDescriptions();clearTimeout(c.selectedObjectTimeOut);clearTimeout(c.processObjectsTimeOut);e=c.zoomDuration;!f&&isNaN(a.zoomLevel)&&isNaN(a.zoomX)&&isNaN(a.zoomY)?(c.showDescriptionAndGetUrl(),b||c.processObjects()):(c.selectedObjectTimeOut=setTimeout(function(){c.showDescriptionAndGetUrl.call(c)},
159
- 1E3*e+200),c.showObjectsAfterZoom)?b||(c.processObjectsTimeOut=setTimeout(function(){c.processObjects.call(c)},1E3*e+200)):b||c.processObjects();e=a.displayObject;f=a.selectedColorReal;"MapImage"==a.objectType&&(h=c.imagesSettings.selectedOutlineColor,k=c.imagesSettings.selectedOutlineThickness,e=a.image);if(e){if(d.setCN(c,e,"selected-object"),a.bringForwardOnHover&&e.toFront(),!a.preserveOriginalAttributes){e.setAttr("stroke",a.outlineColorReal);void 0!==f&&e.setAttr("fill",f);void 0!==h&&e.setAttr("stroke",
160
- h);void 0!==k&&e.setAttr("stroke-width",k);if("MapLine"==a.objectType){var l=a.lineSvg;l&&l.setAttr("stroke",f);if(l=a.arrowSvg)l.setAttr("fill",f),l.setAttr("stroke",f)}if(l=a.imageLabel){var m=a.selectedLabelColorReal;void 0!==m&&l.setAttr("fill",m)}a.selectable||(e.setAttr("cursor","default"),l&&l.setAttr("cursor","default"))}}else c.returnInitialColorReal(a);if(e=a.groupId)for(l=a.groupArray,l||(l=c.getGroupById(e),a.groupArray=l),m=0;m<l.length;m++){var n=l[m];n.isOver=!1;e=n.displayObject;"MapImage"==
161
- n.objectType&&(e=n.image);if(e){var r=n.selectedColorReal;void 0!==r&&e.setAttr("fill",r);void 0!==h&&e.setAttr("stroke",h);void 0!==k&&e.setAttr("stroke-width",k);"MapLine"==n.objectType&&((e=n.lineSvg)&&e.setAttr("stroke",f),e=n.arrowSvg)&&(e.setAttr("fill",f),e.setAttr("stroke",f))}}c.zoomToSelectedObject();g!=a&&(g={type:"selectedObjectChanged",chart:c},c.fire(g.type,g))},returnInitialColor:function(a,b){this.returnInitialColorReal(a);b&&(a.isFirst=!1);if(this.selectedObject.bringForwardOnHover){var c=
162
- this.selectedObject.displayObject;c&&c.toFront()}if(c=a.groupId){var c=this.getGroupById(c),e;for(e=0;e<c.length;e++)this.returnInitialColorReal(c[e]),b&&(c[e].isFirst=!1)}},closeAllDescriptions:function(){this.descriptionsDiv.innerHTML=""},returnInitialColorReal:function(a){a.isOver=!1;var b=a.displayObject;if(b){b.toPrevious();if("MapImage"==a.objectType){var c=a.tempScale;isNaN(c)||b.translate(b.x,b.y,c,!0);a.tempScale=NaN;b=a.image}c=a.colorReal;if("MapLine"==a.objectType){var e=a.lineSvg;e&&
163
- e.setAttr("stroke",c);if(e=a.arrowSvg)e.setAttr("fill",c),e.setAttr("stroke",c)}var e=a.alphaReal,d=a.outlineAlphaReal,f=a.outlineThicknessReal,h=a.outlineColorReal;if(a.showAsSelected){var c=a.selectedColorReal,k,l;"MapImage"==a.objectType&&(k=this.imagesSettings.selectedOutlineColor,l=this.imagesSettings.selectedOutlineThickness);"MapArea"==a.objectType&&(k=this.areasSettings.selectedOutlineColor,l=this.areasSettings.selectedOutlineThickness);void 0!==k&&(h=k);void 0!==l&&(f=l)}"bubble"==a.type&&
164
- (c=void 0);void 0!==c&&b.setAttr("fill",c);if(k=a.image)k.setAttr("fill",c),k.setAttr("stroke",h),k.setAttr("stroke-width",f),k.setAttr("fill-opacity",e),k.setAttr("stroke-opacity",d);"MapArea"==a.objectType&&(c=1,this.areasSettings.adjustOutlineThickness&&(c=this.zoomLevel()),b.setAttr("stroke",h),b.setAttr("stroke-width",f/c),b.setAttr("fill-opacity",e),b.setAttr("stroke-opacity",d));(c=a.pattern)&&b.pattern(c,this.mapScale,this.path);(b=a.imageLabel)&&!a.labelInactive&&(a.showAsSelected&&void 0!==
165
- a.selectedLabelColor?b.setAttr("fill",a.selectedLabelColor):b.setAttr("fill",a.labelColorReal))}},zoomToRectangle:function(a,b,c,e){var g=this.realWidth,f=this.realHeight,h=this.mapSet.scale,k=this.zoomControl,g=d.fitToBounds(c/g>e/f?.8*g/(c*h):.8*f/(e*h),k.minZoomLevel,k.maxZoomLevel);this.zoomToMapXY(g,(a+c/2)*h,(b+e/2)*h)},zoomToLatLongRectangle:function(a,b,c,e){var g=this.dataProvider,f=this.zoomControl,h=Math.abs(c-a),k=Math.abs(b-e),l=Math.abs(g.rightLongitude-g.leftLongitude),g=Math.abs(g.topLatitude-
166
- g.bottomLatitude),f=d.fitToBounds(h/l>k/g?.8*l/h:.8*g/k,f.minZoomLevel,f.maxZoomLevel);this.zoomToLongLat(f,a+(c-a)/2,e+(b-e)/2)},getGroupById:function(a){var b=[];this.getGroup(this.imagesProcessor.allObjects,a,b);this.getGroup(this.linesProcessor.allObjects,a,b);this.getGroup(this.areasProcessor.allObjects,a,b);return b},zoomToGroup:function(a){a="object"==typeof a?a:this.getGroupById(a);var b,c,e,d,f;for(f=0;f<a.length;f++){var h=a[f].displayObject;if(h){var k=h.getBBox(),h=k.y,l=k.y+k.height,
167
- m=k.x,k=k.x+k.width;if(h<b||isNaN(b))b=h;if(l>d||isNaN(d))d=l;if(m<c||isNaN(c))c=m;if(k>e||isNaN(e))e=k}}a=this.mapSet.getBBox();c-=a.x;e-=a.x;d-=a.y;b-=a.y;this.zoomToRectangle(c,b,e-c,d-b)},getGroup:function(a,b,c){if(a){var e;for(e=0;e<a.length;e++){var d=a[e];d.groupId==b&&c.push(d)}}},zoomToStageXY:function(a,b,c,e){if(!this.objectWasClicked){var g=this.zoomControl;a=d.fitToBounds(a,g.minZoomLevel,g.maxZoomLevel);g=this.zoomLevel();c=this.coordinateToLatitude((c-this.mapContainer.y)/g);b=this.coordinateToLongitude((b-
168
- this.mapContainer.x)/g);this.zoomToLongLat(a,b,c,e)}},zoomToLongLat:function(a,b,c,e){b=this.longitudeToCoordinate(b);c=this.latitudeToCoordinate(c);this.zoomToMapXY(a,b,c,e)},zoomToMapXY:function(a,b,c,e){var d=this.mapWidth,f=this.mapHeight;this.zoomTo(a,-(b/d)*a+this.realWidth/d/2,-(c/f)*a+this.realHeight/f/2,e)},zoomToObject:function(a){if(a){var b=a.zoomLatitude,c=a.zoomLongitude,e=a.zoomLevel,g=this.zoomInstantly,f=a.zoomX,h=a.zoomY,k=this.realWidth,l=this.realHeight;isNaN(e)||(isNaN(b)||isNaN(c)?
169
- this.zoomTo(e,f,h,g):this.zoomToLongLat(e,c,b,g));this.zoomInstantly=!1;"MapImage"==a.objectType&&isNaN(a.zoomX)&&isNaN(a.zoomY)&&isNaN(a.zoomLatitude)&&isNaN(a.zoomLongitude)&&!isNaN(a.latitude)&&!isNaN(a.longitude)&&this.zoomToLongLat(a.zoomLevel,a.longitude,a.latitude);"MapArea"==a.objectType&&(f=a.displayObject.getBBox(),b=this.mapScale,c=f.x*b,e=f.y*b,g=f.width*b,f=f.height*b,k=a.autoZoomReal&&isNaN(a.zoomLevel)?g/k>f/l?.8*k/g:.8*l/f:a.zoomLevel,l=this.zoomControl,k=d.fitToBounds(k,l.minZoomLevel,
170
- l.maxZoomLevel),isNaN(a.zoomX)&&isNaN(a.zoomY)&&isNaN(a.zoomLatitude)&&isNaN(a.zoomLongitude)&&(a=this.mapSet.getBBox(),this.zoomToMapXY(k,-a.x*b+c+g/2,-a.y*b+e+f/2)));this.zoomControl.update()}},zoomToSelectedObject:function(){this.zoomToObject(this.selectedObject)},zoomTo:function(a,b,c,e){var g=this.zoomControl;a=d.fitToBounds(a,g.minZoomLevel,g.maxZoomLevel);g=this.zoomLevel();isNaN(b)&&(b=this.realWidth/this.mapWidth,b=(this.zoomX()-.5*b)*(a/g)+.5*b);isNaN(c)&&(c=this.realHeight/this.mapHeight,
171
- c=(this.zoomY()-.5*c)*(a/g)+.5*c);this.stopAnimation();isNaN(a)||(g=this.mapContainer,this.initialX=g.x,this.initialY=g.y,this.initialScale=g.scale,this.finalX=this.mapWidth*b,this.finalY=this.mapHeight*c,this.finalScale=a,this.finalX!=this.initialX||this.finalY!=this.initialY||this.finalScale!=this.initialScale?e?(this.tweenPercent=1,this.rescaleMapAndObjects(),this.wheelBusy=!1):this.animateMap():this.wheelBusy=!1)},loadXml:function(a){var b;window.XMLHttpRequest&&(b=new XMLHttpRequest);b.overrideMimeType&&
172
- b.overrideMimeType("text/xml");b.open("GET",a,!1);b.send();this.parseXMLObject(b.responseXML);this.svgData&&this.buildEverything()},stopAnimation:function(){this.frame=this.totalFrames},processObjects:function(){var a=this.selectedObject;if(0<a.images.length||0<a.areas.length||0<a.lines.length||a==this.dataProvider){var b=this.container,c=this.stageImagesContainer;c&&c.remove();this.stageImagesContainer=c=b.set();this.trendLinesSet.push(c);var e=this.stageLinesContainer;e&&e.remove();this.stageLinesContainer=
173
- e=b.set();this.trendLinesSet.push(e);var d=this.mapImagesContainer;d&&d.remove();this.mapImagesContainer=d=b.set();this.mapContainer.push(d);var f=this.mapLinesContainer;f&&f.remove();this.mapLinesContainer=f=b.set();this.mapContainer.push(f);this.linesAboveImages?(d.toFront(),c.toFront(),f.toFront(),e.toFront()):(f.toFront(),e.toFront(),d.toFront(),c.toFront());a&&(this.imagesProcessor.reset(),this.linesProcessor.reset(),this.linesAboveImages?(this.imagesProcessor.process(a),this.linesProcessor.process(a)):
174
- (this.linesProcessor.process(a),this.imagesProcessor.process(a)));this.rescaleObjects()}},processAreas:function(){this.areasProcessor.process(this.dataProvider)},buildSVGMap:function(){var a=this.svgData.g.path,b=this.container,c=b.set();void 0===a.length&&(a=[a]);var e;for(e=0;e<a.length;e++){var d=a[e],f=d.d,h=d.title;d.titleTr&&(h=d.titleTr);f=b.path(f);f.id=d.id;if(this.areasSettings.preserveOriginalAttributes){f.customAttr={};for(var k in d)"d"!=k&&"id"!=k&&"title"!=k&&(f.customAttr[k]=d[k])}this.svgAreasById[d.id]=
175
- {area:f,title:h,className:d["class"]};this.svgAreas.push(f);c.push(f)}this.mapSet=c;this.mapContainer.push(c);this.resizeMap()},addObjectEventListeners:function(a,b){var c=this;a.mousedown(function(a){c.mouseDownMapObject(b,a)}).mouseup(function(a){c.clickMapObject(b,a)}).mouseover(function(a){c.balloonX=NaN;c.rollOverMapObject(b,!0,a)}).mouseout(function(a){c.balloonX=NaN;c.rollOutMapObject(b,a)}).touchend(function(a){c.tapToActivate&&!c.tapped||c.mapWasDragged||c.mapWasPinched||(c.balloonX=NaN,
176
- c.rollOverMapObject(b,!0,a),c.clickMapObject(b,a))}).touchstart(function(a){c.mouseDownMapObject(b,a)})},checkIfSelected:function(a){var b=this.selectedObject;if(b==a)return!0;if(b=b.groupId){var b=this.getGroupById(b),c;for(c=0;c<b.length;c++)if(b[c]==a)return!0}return!1},clearMap:function(){this.chartDiv.innerHTML="";this.clearObjectList()},clearObjectList:function(){var a=this.objectList;a&&a.div&&(a.div.innerHTML="")},checkIfLast:function(a){if(a){var b=a.parentNode;if(b&&b.lastChild==a)return!0}return!1},
177
- showAsRolledOver:function(a){var b=a.displayObject;if(!a.showAsSelected&&b&&!a.isOver){b.node.onmouseout=function(){};b.node.onmouseover=function(){};b.node.onclick=function(){};!a.isFirst&&a.bringForwardOnHover&&(b.toFront(),a.isFirst=!0);var c=a.rollOverColorReal,e;a.preserveOriginalAttributes&&(c=void 0);void 0==c&&(isNaN(a.rollOverBrightnessReal)||(c=d.adjustLuminosity(a.colorReal,a.rollOverBrightnessReal/100)));if(void 0!=c)if("MapImage"==a.objectType)(e=a.image)&&e.setAttr("fill",c);else if("MapLine"==
178
- a.objectType){if((e=a.lineSvg)&&e.setAttr("stroke",c),e=a.arrowSvg)e.setAttr("fill",c),e.setAttr("stroke",c)}else b.setAttr("fill",c);(c=a.imageLabel)&&!a.labelInactive&&(e=a.labelRollOverColorReal,void 0!=e&&c.setAttr("fill",e));c=a.rollOverOutlineColorReal;void 0!=c&&("MapImage"==a.objectType?(e=a.image)&&e.setAttr("stroke",c):b.setAttr("stroke",c));"MapImage"==a.objectType?(c=this.imagesSettings.rollOverOutlineThickness,(e=a.image)&&(isNaN(c)||e.setAttr("stroke-width",c))):(c=this.areasSettings.rollOverOutlineThickness,
179
- isNaN(c)||b.setAttr("stroke-width",c));if("MapArea"==a.objectType){c=this.areasSettings;e=a.rollOverAlphaReal;isNaN(e)||b.setAttr("fill-opacity",e);e=c.rollOverOutlineAlpha;isNaN(e)||b.setAttr("stroke-opacity",e);e=1;this.areasSettings.adjustOutlineThickness&&(e=this.zoomLevel());var g=c.rollOverOutlineThickness;isNaN(g)||b.setAttr("stroke-width",g/e);(c=c.rollOverPattern)&&b.pattern(c,this.mapScale,this.path)}"MapImage"==a.objectType&&(c=a.rollOverScaleReal,isNaN(c)||1==c||(e=b.scale,isNaN(e)&&(e=
180
- 1),a.tempScale=e,b.translate(b.x,b.y,e*c,!0)));this.useHandCursorOnClickableOjects&&this.checkIfClickable(a)&&b.setAttr("cursor","pointer");this.addObjectEventListeners(b,a);a.isOver=!0}},rollOverMapObject:function(a,b,c){if(this.chartCreated){this.handleMouseMove();var d=this.previouslyHovered;d&&d!=a?(!1===this.checkIfSelected(d)&&(this.returnInitialColor(d,!0),this.previouslyHovered=null),this.balloon.hide(0)):clearTimeout(this.hoverInt);if(!this.preventHover){if(!1===this.checkIfSelected(a)){if(d=
181
- a.groupId){var d=this.getGroupById(d),g;for(g=0;g<d.length;g++)d[g]!=a&&this.showAsRolledOver(d[g])}this.showAsRolledOver(a)}else(d=a.displayObject)&&(this.allowClickOnSelectedObject?d.setAttr("cursor","pointer"):d.setAttr("cursor","default"));this.showDescriptionOnHover?this.showDescription(a):!this.showBalloonOnSelectedObject&&this.checkIfSelected(a)||!1===b||(g=this.balloon,this.balloon.fixedPosition=!1,b=a.colorReal,d="",void 0!==b&&this.useObjectColorForBalloon||(b=g.fillColor),(g=a.balloonTextReal)&&
182
- (d=this.formatString(g,a)),this.balloonLabelFunction&&(d=this.balloonLabelFunction(a,this)),"MapArea"!=a.objectType&&(this.balloonX=NaN),d&&""!==d&&this.showBalloon(d,b,!1,this.balloonX,this.balloonY));c={type:"rollOverMapObject",mapObject:a,chart:this,event:c};this.fire(c.type,c);this.previouslyHovered=a}}},longitudeToX:function(a){return this.longitudeToCoordinate(a)*this.zoomLevel()+this.mapContainer.x},latitudeToY:function(a){return this.latitudeToCoordinate(a)*this.zoomLevel()+this.mapContainer.y},
183
- latitudeToStageY:function(a){return this.latitudeToCoordinate(a)*this.zoomLevel()+this.mapContainer.y},longitudeToStageX:function(a){return this.longitudeToCoordinate(a)*this.zoomLevel()+this.mapContainer.x},stageXToLongitude:function(a){a=(a-this.mapContainer.x)/this.zoomLevel();return this.coordinateToLongitude(a)},stageYToLatitude:function(a){a=(a-this.mapContainer.y)/this.zoomLevel();return this.coordinateToLatitude(a)},rollOutMapObject:function(a,b){this.hideBalloon();if(this.chartCreated&&a.isOver){this.checkIfSelected(a)||
184
- this.returnInitialColor(a);var c={type:"rollOutMapObject",mapObject:a,chart:this,event:b};this.fire(c.type,c)}},formatString:function(a,b){var c=this.nf,e=this.pf,g=b.title;b.titleTr&&(g=b.titleTr);void 0==g&&(g="");var f=b.value,f=isNaN(f)?"":d.formatNumber(f,c),c=b.percents,c=isNaN(c)?"":d.formatNumber(c,e),e=b.description;void 0==e&&(e="");var h=b.customData;void 0==h&&(h="");return a=d.massReplace(a,{"[[title]]":g,"[[value]]":f,"[[percent]]":c,"[[description]]":e,"[[customData]]":h})},mouseDownMapObject:function(a,
185
- b){var c={type:"mouseDownMapObject",mapObject:a,chart:this,event:b};this.fire(c.type,c)},clickMapObject:function(a,b){var c=this;b&&(b.touches||c.hideBalloon());if(c.chartCreated&&!c.preventHover&&!c.mapWasDragged&&c.checkIfClickable(a)&&!c.mapWasPinched){c.selectObject(a);var d=c.zoomLevel();c.clickLatitude=c.coordinateToLatitude((c.mouseY-c.mapContainer.y)/d);c.clickLongitude=c.coordinateToLongitude((c.mouseX-c.mapContainer.x)/d);b&&b.touches&&setTimeout(function(){c.showBalloonAfterZoom.call(c)},
186
- 1E3*c.zoomDuration);d={type:"clickMapObject",mapObject:a,chart:c,event:b};c.fire(d.type,d);c.objectWasClicked=!0}},showBalloonAfterZoom:function(){this.balloonX=this.longitudeToX(this.clickLongitude);this.balloonY=this.latitudeToY(this.clickLatitude);this.rollOverMapObject(this.selectedObject,!0)},checkIfClickable:function(a){var b=this.allowClickOnSelectedObject;return this.selectedObject==a&&b?!0:this.selectedObject!=a||b?!0===a.selectable||"MapArea"==a.objectType&&a.autoZoomReal||a.url||a.linkToObject||
187
- 0<a.images.length||0<a.lines.length||!isNaN(a.zoomLevel)||!isNaN(a.zoomX)||!isNaN(a.zoomY)||a.description?!0:!1:!1},resizeMap:function(){var a=this.mapSet;if(a){var b=1,c=a.getBBox(),d=this.realWidth,g=this.realHeight,f=c.width,h=c.height;this.fitMapToContainer&&(b=f/d>h/g?d/f:g/h);a.translate(-c.x*b,-c.y*b,b,!0);this.mapScale=b;this.mapHeight=h*b;this.mapWidth=f*b}},zoomIn:function(){var a=this.zoomLevel()*this.zoomControl.zoomFactor;this.zoomTo(a)},zoomOut:function(){var a=this.zoomLevel()/this.zoomControl.zoomFactor;
188
- this.zoomTo(a)},moveLeft:function(){var a=this.zoomX()+this.zoomControl.panStepSize;this.zoomTo(this.zoomLevel(),a,this.zoomY())},moveRight:function(){var a=this.zoomX()-this.zoomControl.panStepSize;this.zoomTo(this.zoomLevel(),a,this.zoomY())},moveUp:function(){var a=this.zoomY()+this.zoomControl.panStepSize;this.zoomTo(this.zoomLevel(),this.zoomX(),a)},moveDown:function(){var a=this.zoomY()-this.zoomControl.panStepSize;this.zoomTo(this.zoomLevel(),this.zoomX(),a)},zoomX:function(){return this.mapSet?
189
- Math.round(1E4*this.mapContainer.x/this.mapWidth)/1E4:NaN},zoomY:function(){return this.mapSet?Math.round(1E4*this.mapContainer.y/this.mapHeight)/1E4:NaN},goHome:function(){this.selectObject(this.dataProvider);var a={type:"homeButtonClicked",chart:this};this.fire(a.type,a)},zoomLevel:function(){return Math.round(1E5*this.mapContainer.scale)/1E5},showDescriptionAndGetUrl:function(){var a=this.selectedObject;if(a){this.showDescription();var b=a.url;if(b)d.getURL(b,a.urlTarget);else if(b=a.linkToObject){if("string"==
190
- typeof b){var c=this.getObjectById(b);if(c){this.selectObject(c);return}}b&&a.passZoomValuesToTarget&&(b.zoomLatitude=this.zoomLatitude(),b.zoomLongitude=this.zoomLongitude(),b.zoomLevel=this.zoomLevel());this.extendMapData(b)||this.selectObject(b)}}},extendMapData:function(a){var b=a.objectType;if("MapImage"!=b&&"MapArea"!=b&&"MapLine"!=b)return d.extend(a,new d.MapData,!0),this.dataProvider=a,this.zoomInstantly=!0,this.validateData(),!0},showDescription:function(a){a||(a=this.selectedObject);this.allowMultipleDescriptionWindows||
191
- this.closeAllDescriptions();if(a.description){var b=a.descriptionWindow;b&&b.close();b=new d.DescriptionWindow;a.descriptionWindow=b;var c=a.descriptionWindowWidth,e=a.descriptionWindowHeight,g=a.descriptionWindowLeft,f=a.descriptionWindowTop,h=a.descriptionWindowRight,k=a.descriptionWindowBottom;isNaN(h)||(g=this.realWidth-h);isNaN(k)||(f=this.realHeight-k);var l=a.descriptionWindowX;isNaN(l)||(g=l);l=a.descriptionWindowY;isNaN(l)||(f=l);isNaN(g)&&(g=this.mouseX,g=g>this.realWidth/2?g-c-20:g+20);
192
- isNaN(f)&&(f=this.mouseY);b.maxHeight=e;l=a.title;a.titleTr&&(l=a.titleTr);b.show(this,this.descriptionsDiv,a.description,l);a=b.div.style;a.position="absolute";a.width=c+"px";a.maxHeight=e+"px";isNaN(k)||(f-=b.div.offsetHeight);isNaN(h)||(g-=b.div.offsetWidth);a.left=g+"px";a.top=f+"px"}},parseXMLObject:function(a){var b={root:{}};this.parseXMLNode(b,"root",a);this.svgData=b.root.svg;this.getBounds()},getBounds:function(){var a=this.dataProvider;try{var b=this.svgData.defs["amcharts:ammap"];a.leftLongitude=
193
- Number(b.leftLongitude);a.rightLongitude=Number(b.rightLongitude);a.topLatitude=Number(b.topLatitude);a.bottomLatitude=Number(b.bottomLatitude);a.projection=b.projection;var c=b.wrappedLongitudes;c&&(a.rightLongitude+=360);a.wrappedLongitudes=c}catch(d){}},recalcLongitude:function(a){var b=this.dataProvider.leftLongitude,c=this.dataProvider.wrappedLongitudes;return isNaN(a)&&c?a<b?Number(a)+360:a:a},latitudeToCoordinate:function(a){var b,c=this.dataProvider;if(this.mapSet){b=c.topLatitude;var d=c.bottomLatitude;
194
- "mercator"==c.projection&&(a=this.mercatorLatitudeToCoordinate(a),b=this.mercatorLatitudeToCoordinate(b),d=this.mercatorLatitudeToCoordinate(d));b=(a-b)/(d-b)*this.mapHeight}return b},longitudeToCoordinate:function(a){a=this.recalcLongitude(a);var b,c=this.dataProvider;this.mapSet&&(b=c.leftLongitude,b=(a-b)/(c.rightLongitude-b)*this.mapWidth);return b},mercatorLatitudeToCoordinate:function(a){89.5<a&&(a=89.5);-89.5>a&&(a=-89.5);a=d.degreesToRadians(a);a=.5*Math.log((1+Math.sin(a))/(1-Math.sin(a)));
195
- return d.radiansToDegrees(a/2)},zoomLatitude:function(){if(this.mapContainer)return this.coordinateToLatitude((-this.mapContainer.y+this.previousHeight/2)/this.zoomLevel())},zoomLongitude:function(){if(this.mapContainer)return this.coordinateToLongitude((-this.mapContainer.x+this.previousWidth/2)/this.zoomLevel())},getAreaCenterLatitude:function(a){a=a.displayObject.getBBox();var b=this.mapScale;a=-this.mapSet.getBBox().y*b+(a.y+a.height/2)*b;return this.coordinateToLatitude(a)},getAreaCenterLongitude:function(a){a=
196
- a.displayObject.getBBox();var b=this.mapScale;a=-this.mapSet.getBBox().x*b+(a.x+a.width/2)*b;return this.coordinateToLongitude(a)},coordinateToLatitude:function(a){var b;if(this.mapSet){var c=this.dataProvider,e=c.bottomLatitude,g=c.topLatitude;b=this.mapHeight;"mercator"==c.projection?(c=this.mercatorLatitudeToCoordinate(e),g=this.mercatorLatitudeToCoordinate(g),a=2*Math.atan(Math.exp(2*(a*(c-g)/b+g)*Math.PI/180))-.5*Math.PI,b=d.radiansToDegrees(a)):b=a/b*(e-g)+g}return Math.round(1E6*b)/1E6},coordinateToLongitude:function(a){var b,
197
- c=this.dataProvider;this.mapSet&&(b=a/this.mapWidth*(c.rightLongitude-c.leftLongitude)+c.leftLongitude);return Math.round(1E6*b)/1E6},milesToPixels:function(a){var b=this.dataProvider;return this.mapWidth/(b.rightLongitude-b.leftLongitude)*a/69.172},kilometersToPixels:function(a){var b=this.dataProvider;return this.mapWidth/(b.rightLongitude-b.leftLongitude)*a/111.325},handleBackgroundClick:function(){if(this.backgroundZoomsToTop&&!this.mapWasDragged){var a=this.dataProvider;if(this.checkIfClickable(a))this.clickMapObject(a);
198
- else{var b=a.zoomX,c=a.zoomY,d=a.zoomLongitude,g=a.zoomLatitude,a=a.zoomLevel;isNaN(b)||isNaN(c)||this.zoomTo(a,b,c);isNaN(d)||isNaN(g)||this.zoomToLongLat(a,d,g,!0)}}},parseXMLNode:function(a,b,c,d){void 0===d&&(d="");var g,f,h;if(c){var k=c.childNodes.length;for(g=0;g<k;g++){f=c.childNodes[g];var l=f.nodeName,m=f.nodeValue?this.trim(f.nodeValue):"",n=!1;f.attributes&&0<f.attributes.length&&(n=!0);if(0!==f.childNodes.length||""!==m||!1!==n)if(3==f.nodeType||4==f.nodeType){if(""!==m){f=0;for(h in a[b])a[b].hasOwnProperty(h)&&
199
- f++;f?a[b]["#text"]=m:a[b]=m}}else if(1==f.nodeType){var r;void 0!==a[b][l]?void 0===a[b][l].length?(r=a[b][l],a[b][l]=[],a[b][l].push(r),a[b][l].push({}),r=a[b][l][1]):"object"==typeof a[b][l]&&(a[b][l].push({}),r=a[b][l][a[b][l].length-1]):(a[b][l]={},r=a[b][l]);if(f.attributes&&f.attributes.length)for(m=0;m<f.attributes.length;m++)r[f.attributes[m].name]=f.attributes[m].value;void 0!==a[b][l].length?this.parseXMLNode(a[b][l],a[b][l].length-1,f,d+" "):this.parseXMLNode(a[b],l,f,d+" ")}}f=0;c=
200
- "";for(h in a[b])"#text"==h?c=a[b][h]:f++;0===f&&void 0===a[b].length&&(a[b]=c)}},doDoubleClickZoom:function(){if(!this.mapWasDragged){var a=this.zoomLevel()*this.zoomControl.zoomFactor;this.zoomToStageXY(a,this.mouseX,this.mouseY)}},getDevInfo:function(){var a=this.zoomLevel(),a={chart:this,type:"writeDevInfo",zoomLevel:a,zoomX:this.zoomX(),zoomY:this.zoomY(),zoomLatitude:this.zoomLatitude(),zoomLongitude:this.zoomLongitude(),latitude:this.coordinateToLatitude((this.mouseY-this.mapContainer.y)/a),
201
- longitude:this.coordinateToLongitude((this.mouseX-this.mapContainer.x)/a),left:this.mouseX,top:this.mouseY,right:this.realWidth-this.mouseX,bottom:this.realHeight-this.mouseY,percentLeft:Math.round(this.mouseX/this.realWidth*100)+"%",percentTop:Math.round(this.mouseY/this.realHeight*100)+"%",percentRight:Math.round((this.realWidth-this.mouseX)/this.realWidth*100)+"%",percentBottom:Math.round((this.realHeight-this.mouseY)/this.realHeight*100)+"%"},b="zoomLevel:"+a.zoomLevel+", zoomLongitude:"+a.zoomLongitude+
202
- ", zoomLatitude:"+a.zoomLatitude+"\n",b=b+("zoomX:"+a.zoomX+", zoomY:"+a.zoomY+"\n"),b=b+("latitude:"+a.latitude+", longitude:"+a.longitude+"\n"),b=b+("left:"+a.left+", top:"+a.top+"\n"),b=b+("right:"+a.right+", bottom:"+a.bottom+"\n"),b=b+("left:"+a.percentLeft+", top:"+a.percentTop+"\n"),b=b+("right:"+a.percentRight+", bottom:"+a.percentBottom+"\n");a.str=b;this.fire(a.type,a);return a},getXY:function(a,b,c){void 0!==a&&(-1!=String(a).indexOf("%")?(a=Number(a.split("%").join("")),c&&(a=100-a),a=
203
- Number(a)*b/100):c&&(a=b-a));return a},getObjectById:function(a){var b=this.dataProvider;if(b.areas){var c=this.getObject(a,b.areas);if(c)return c}if(c=this.getObject(a,b.images))return c;if(a=this.getObject(a,b.lines))return a},getObject:function(a,b){if(b){var c;for(c=0;c<b.length;c++){var d=b[c];if(d.id==a)return d;if(d.areas){var g=this.getObject(a,d.areas);if(g)return g}if(g=this.getObject(a,d.images))return g;if(d=this.getObject(a,d.lines))return d}}},parseData:function(){var a=this.dataProvider;
204
- this.processObject(a.areas,a,"area");this.processObject(a.images,a,"image");this.processObject(a.lines,a,"line")},processObject:function(a,b,c){if(a){var e;for(e=0;e<a.length;e++){var g=a[e];g.parentObject=b;"area"==c&&d.extend(g,new d.MapArea(this.theme),!0);"image"==c&&(g=d.extend(g,new d.MapImage(this.theme),!0));"line"==c&&(g=d.extend(g,new d.MapLine(this.theme),!0));a[e]=g;g.areas&&this.processObject(g.areas,g,"area");g.images&&this.processObject(g.images,g,"image");g.lines&&this.processObject(g.lines,
205
- g,"line")}}},positionChanged:function(){var a={type:"positionChanged",zoomX:this.zoomX(),zoomY:this.zoomY(),zoomLevel:this.zoomLevel(),chart:this};this.fire(a.type,a)},getX:function(a,b){return this.getXY(a,this.realWidth,b)},getY:function(a,b){return this.getXY(a,this.realHeight,b)},trim:function(a){if(a){var b;for(b=0;b<a.length;b++)if(-1===" \n\r\t\f\x0B\u00a0\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u200b\u2028\u2029\u3000".indexOf(a.charAt(b))){a=a.substring(b);break}for(b=
206
- a.length-1;0<=b;b--)if(-1===" \n\r\t\f\x0B\u00a0\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u200b\u2028\u2029\u3000".indexOf(a.charAt(b))){a=a.substring(0,b+1);break}return-1===" \n\r\t\f\x0B\u00a0\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u200b\u2028\u2029\u3000".indexOf(a.charAt(0))?a:""}},destroy:function(){d.AmMap.base.destroy.call(this)}})})();(function(){var d=window.AmCharts;d.ZoomControl=d.Class({construct:function(a){this.cname="ZoomControl";this.panStepSize=.1;this.zoomFactor=2;this.maxZoomLevel=64;this.minZoomLevel=1;this.panControlEnabled=!1;this.zoomControlEnabled=!0;this.buttonRollOverColor="#DADADA";this.buttonFillColor="#FFFFFF";this.buttonFillAlpha=1;this.buttonBorderColor="#000000";this.buttonBorderAlpha=.1;this.buttonIconAlpha=this.buttonBorderThickness=1;this.gridColor=this.buttonIconColor="#000000";this.homeIconFile="homeIcon.gif";
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
207
  this.gridBackgroundColor="#000000";this.draggerAlpha=this.gridAlpha=this.gridBackgroundAlpha=0;this.draggerSize=this.buttonSize=31;this.iconSize=11;this.homeButtonEnabled=!0;this.buttonCornerRadius=2;this.gridHeight=5;this.roundButtons=!0;this.top=this.left=10;d.applyTheme(this,a,this.cname)},init:function(a,b){var c=this;c.chart=a;d.remove(c.set);var e=b.set();d.setCN(a,e,"zoom-control");var g=c.buttonSize,f=c.zoomControlEnabled,h=c.panControlEnabled,k=c.buttonFillColor,l=c.buttonFillAlpha,m=c.buttonBorderThickness,
208
- n=c.buttonBorderColor,r=c.buttonBorderAlpha,t=c.buttonCornerRadius,p=c.buttonRollOverColor,q=c.gridHeight,y=c.zoomFactor,z=c.minZoomLevel,C=c.maxZoomLevel,A=c.buttonIconAlpha,w=c.buttonIconColor,x=c.roundButtons,D=a.svgIcons,u=a.getX(c.left),v=a.getY(c.top);isNaN(c.right)||(u=a.getX(c.right,!0),u=h?u-3*g:u-g);isNaN(c.bottom)||(v=a.getY(c.bottom,!0),f&&(v-=q+3*g),v=h?v-3*g:c.homeButtonEnabled?v-.5*g:v+g);e.translate(u,v);c.previousDY=NaN;var F,u=g/4-1;if(f){F=b.set();d.setCN(a,F,"zoom-control-zoom");
209
- e.push(F);c.set=e;c.zoomSet=F;f=d.rect(b,g+6,q+2*g+6,c.gridBackgroundColor,c.gridBackgroundAlpha,0,0,0,4);d.setCN(a,f,"zoom-bg");f.translate(-3,-3);f.mouseup(function(){c.handleBgUp()}).touchend(function(){c.handleBgUp()});F.push(f);var E=g;x&&(E=g/1.5);c.draggerSize=E;var G=Math.log(C/z)/Math.log(y)+1;1E3<G&&(G=1E3);var f=q/G,B,I=b.set();I.translate((g-E)/2+1,1,NaN,!0);F.push(I);for(B=1;B<G;B++)v=g+B*f,v=d.line(b,[1,E-2],[v,v],c.gridColor,c.gridAlpha,1),d.setCN(a,v,"zoom-grid"),I.push(v);v=new d.SimpleButton;
210
- v.setDownHandler(c.draggerDown,c);v.setClickHandler(c.draggerUp,c);v.init(b,E,f,k,l,m,n,r,t,p);d.setCN(a,v.set,"zoom-dragger");F.push(v.set);v.set.setAttr("opacity",c.draggerAlpha);c.dragger=v.set;c.previousY=NaN;v=new d.SimpleButton;D?(E=b.set(),G=d.line(b,[-u,u],[0,0],w,A,1),B=d.line(b,[0,0],[-u,u],w,A,1),E.push(G),E.push(B),v.svgIcon=E):v.setIcon(a.pathToImages+"plus.gif",c.iconSize);v.setClickHandler(a.zoomIn,a);v.init(b,g,g,k,l,m,n,r,t,p,A,w,x);d.setCN(a,v.set,"zoom-in");F.push(v.set);v=new d.SimpleButton;
211
- D?v.svgIcon=d.line(b,[-u,u],[0,0],w,A,1):v.setIcon(a.pathToImages+"minus.gif",c.iconSize);v.setClickHandler(a.zoomOut,a);v.init(b,g,g,k,l,m,n,r,t,p,A,w,x);v.set.translate(0,q+g);d.setCN(a,v.set,"zoom-out");F.push(v.set);q-=f;z=Math.log(z/100)/Math.log(y);y=Math.log(C/100)/Math.log(y);c.realStepSize=q/(y-z);c.realGridHeight=q;c.stepMax=y}h&&(h=b.set(),d.setCN(a,h,"zoom-control-pan"),e.push(h),F&&F.translate(g,4*g),y=new d.SimpleButton,D?y.svgIcon=d.line(b,[u/5,-u+u/5,u/5],[-u,0,u],w,A,1):y.setIcon(a.pathToImages+
212
- "panLeft.gif",c.iconSize),y.setClickHandler(a.moveLeft,a),y.init(b,g,g,k,l,m,n,r,t,p,A,w,x),y.set.translate(0,g),d.setCN(a,y.set,"pan-left"),h.push(y.set),y=new d.SimpleButton,D?y.svgIcon=d.line(b,[-u/5,u-u/5,-u/5],[-u,0,u],w,A,1):y.setIcon(a.pathToImages+"panRight.gif",c.iconSize),y.setClickHandler(a.moveRight,a),y.init(b,g,g,k,l,m,n,r,t,p,A,w,x),y.set.translate(2*g,g),d.setCN(a,y.set,"pan-right"),h.push(y.set),y=new d.SimpleButton,D?y.svgIcon=d.line(b,[-u,0,u],[u/5,-u+u/5,u/5],w,A,1):y.setIcon(a.pathToImages+
213
- "panUp.gif",c.iconSize),y.setClickHandler(a.moveUp,a),y.init(b,g,g,k,l,m,n,r,t,p,A,w,x),y.set.translate(g,0),d.setCN(a,y.set,"pan-up"),h.push(y.set),y=new d.SimpleButton,D?y.svgIcon=d.line(b,[-u,0,u],[-u/5,u-u/5,-u/5],w,A,1):y.setIcon(a.pathToImages+"panDown.gif",c.iconSize),y.setClickHandler(a.moveDown,a),y.init(b,g,g,k,l,m,n,r,t,p,A,w,x),y.set.translate(g,2*g),d.setCN(a,y.set,"pan-down"),h.push(y.set),e.push(h));c.homeButtonEnabled&&(h=new d.SimpleButton,D?h.svgIcon=d.polygon(b,[-u,0,u,u-1,u-1,
214
- 2,2,-2,-2,-u+1,-u+1],[0,-u,0,0,u-1,u-1,2,2,u-1,u-1,0],w,A,1,w,A):h.setIcon(a.pathToImages+c.homeIconFile,c.iconSize),h.setClickHandler(a.goHome,a),c.panControlEnabled&&(r=l=0),h.init(b,g,g,k,l,m,n,r,t,p,A,w,x),c.panControlEnabled?h.set.translate(g,g):F&&F.translate(0,1.5*g),d.setCN(a,h.set,"pan-home"),e.push(h.set));c.update()},draggerDown:function(){this.chart.stopDrag();this.isDragging=!0},draggerUp:function(){this.isDragging=!1},handleBgUp:function(){var a=this.chart,b=100*Math.pow(this.zoomFactor,
215
- this.stepMax-(a.mouseY-this.zoomSet.y-this.set.y-this.buttonSize-this.realStepSize/2)/this.realStepSize);a.zoomTo(b)},update:function(){var a,b=this.zoomFactor,c=this.realStepSize,e=this.stepMax,g=this.dragger,f=this.buttonSize,h=this.chart;h&&(this.isDragging?(h.stopDrag(),a=g.y+(h.mouseY-this.previousY),a=d.fitToBounds(a,f,this.realGridHeight+f),c=100*Math.pow(b,e-(a-f)/c),h.zoomTo(c,NaN,NaN,!0)):(a=Math.log(h.zoomLevel()/100)/Math.log(b),a=(e-a)*c+f),this.previousY=h.mouseY,this.previousDY!=a&&
216
- g&&(g.translate((this.buttonSize-this.draggerSize)/2,a),this.previousDY=a))}})})();(function(){var d=window.AmCharts;d.SimpleButton=d.Class({construct:function(){},init:function(a,b,c,e,g,f,h,k,l,m,n,r,t){var p=this;p.rollOverColor=m;p.color=e;p.container=a;m=a.set();p.set=m;t?(b/=2,e=d.circle(a,b,e,g,f,h,k),e.translate(b,b)):e=d.rect(a,b,c,e,g,f,h,k,l);m.push(e);g=p.iconPath;var q;g&&(q=p.iconSize,f=(b-q)/2,t&&(f=(2*b-q)/2),q=a.image(g,f,(c-q)/2,q,q));p.svgIcon&&(q=p.svgIcon,t?q.translate(b,b):q.translate(b/2,b/2));m.setAttr("cursor","pointer");q&&(m.push(q),q.setAttr("opacity",
217
  n),q.node.style.pointerEvents="none");e.mousedown(function(){p.handleDown()}).touchstart(function(){p.handleDown()}).mouseup(function(){p.handleUp()}).touchend(function(){p.handleUp()}).mouseover(function(){p.handleOver()}).mouseout(function(){p.handleOut()});p.bg=e},setIcon:function(a,b){this.iconPath=a;this.iconSize=b},setClickHandler:function(a,b){this.clickHandler=a;this.scope=b},setDownHandler:function(a,b){this.downHandler=a;this.scope=b},handleUp:function(){var a=this.clickHandler;a&&a.call(this.scope)},
218
  handleDown:function(){var a=this.downHandler;a&&a.call(this.scope)},handleOver:function(){this.container.chart.skipClick=!0;this.bg.setAttr("fill",this.rollOverColor)},handleOut:function(){this.container.chart.skipClick=!1;this.bg.setAttr("fill",this.color)}})})();(function(){var d=window.AmCharts;d.SmallMap=d.Class({construct:function(a){this.cname="SmallMap";this.mapColor="#e6e6e6";this.rectangleColor="#FFFFFF";this.top=this.right=10;this.minimizeButtonWidth=23;this.backgroundColor="#9A9A9A";this.backgroundAlpha=1;this.borderColor="#FFFFFF";this.iconColor="#000000";this.borderThickness=3;this.borderAlpha=1;this.size=.2;this.enabled=!0;d.applyTheme(this,a,this.cname)},init:function(a,b){var c=this;if(c.enabled){c.chart=a;c.container=b;c.width=a.realWidth*
219
- c.size;c.height=a.realHeight*c.size;d.remove(c.set);var e=b.set();c.set=e;d.setCN(a,e,"small-map");var g=b.set();c.allSet=g;e.push(g);c.buildSVGMap();var f=c.borderThickness,h=c.borderColor,k=d.rect(b,c.width+f,c.height+f,c.backgroundColor,c.backgroundAlpha,f,h,c.borderAlpha);d.setCN(a,k,"small-map-bg");k.translate(-f/2,-f/2);g.push(k);k.toBack();var l,m,k=c.minimizeButtonWidth,n=new d.SimpleButton,r=k/2;a.svgIcons?n.svgIcon=d.line(b,[-r/2,0,r/2],[-r/4,r/4,-r/4],c.iconColor,1,1):n.setIcon(a.pathToImages+
220
- "arrowDown.gif",k);n.setClickHandler(c.minimize,c);n.init(b,k,k,h,1,1,h,1);d.setCN(a,n.set,"small-map-down");n=n.set;c.downButtonSet=n;e.push(n);var t=new d.SimpleButton;a.svgIcons?t.svgIcon=d.line(b,[-r/2,0,r/2],[r/4,-r/4,r/4],c.iconColor,1,1):t.setIcon(a.pathToImages+"arrowUp.gif",k);t.setClickHandler(c.maximize,c);t.init(b,k,k,h,1,1,h,1);d.setCN(a,t.set,"small-map-up");h=t.set;c.upButtonSet=h;h.hide();e.push(h);var p,q;isNaN(c.top)||(l=a.getY(c.top)+f,q=0);isNaN(c.bottom)||(l=a.getY(c.bottom,!0)-
221
- c.height-f,q=c.height-k+f/2);isNaN(c.left)||(m=a.getX(c.left)+f,p=-f/2);isNaN(c.right)||(m=a.getX(c.right,!0)-c.width-f,p=c.width-k+f/2);f=b.set();f.clipRect(1,1,c.width,c.height);g.push(f);c.rectangleC=f;e.translate(m,l);n.translate(p,q);h.translate(p,q);g.mouseup(function(){c.handleMouseUp()});c.drawRectangle()}else d.remove(c.allSet),d.remove(c.downButtonSet),d.remove(c.upButtonSet)},minimize:function(){this.downButtonSet.hide();this.upButtonSet.show();this.allSet.hide()},maximize:function(){this.downButtonSet.show();
222
- this.upButtonSet.hide();this.allSet.show()},buildSVGMap:function(){var a=this.chart,b={fill:this.mapColor,stroke:this.mapColor,"stroke-opacity":1},c=a.svgData.g.path,e=this.container,g=e.set();d.setCN(a,g,"small-map-image");var f;for(f=0;f<c.length;f++){var h=e.path(c[f].d).attr(b);g.push(h)}this.allSet.push(g);b=g.getBBox();c=this.size*a.mapScale;e=-b.x*c;f=-b.y*c;var k=h=0;a.centerMap&&(h=(this.width-b.width*c)/2,k=(this.height-b.height*c)/2);this.mapWidth=b.width*c;this.mapHeight=b.height*c;this.dx=
223
- h;this.dy=k;g.translate(e+h,f+k,c)},update:function(){var a=this.chart;if(a){var b=a.zoomLevel(),c=this.width,d=a.mapContainer,a=c/(a.realWidth*b),c=c/b,b=this.height/b,g=this.rectangle;g.translate(-d.x*a+this.dx,-d.y*a+this.dy);0<c&&0<b&&(g.setAttr("width",Math.ceil(c+1)),g.setAttr("height",Math.ceil(b+1)));this.rWidth=c;this.rHeight=b}},drawRectangle:function(){var a=this.rectangle;d.remove(a);a=d.rect(this.container,10,10,"#000",0,1,this.rectangleColor,1);d.setCN(this.chart,a,"small-map-rectangle");
224
- this.rectangleC.push(a);this.rectangle=a},handleMouseUp:function(){var a=this.chart,b=a.zoomLevel();a.zoomTo(b,-((a.mouseX-this.set.x-this.dx-this.rWidth/2)/this.mapWidth)*b,-((a.mouseY-this.set.y-this.dy-this.rHeight/2)/this.mapHeight)*b)}})})();(function(){var d=window.AmCharts;d.AreasProcessor=d.Class({construct:function(a){this.chart=a},process:function(a){this.updateAllAreas();this.allObjects=[];a=a.areas;var b=this.chart,c=a.length,d,g,f=0,h=!1,k=!1,l=0;for(d=0;d<c;d++)if(g=a[d],g=g.value,!isNaN(g)){if(!1===h||h<g)h=g;if(!1===k||k>g)k=g;f+=Math.abs(g);l++}this.minValue=k;this.maxValue=h;isNaN(b.minValue)||(this.minValue=b.minValue);isNaN(b.maxValue)||(this.maxValue=b.maxValue);b.maxValueReal=h;b.minValueReal=k;for(d=0;d<c;d++)g=a[d],
225
  isNaN(g.value)?g.percents=void 0:(g.percents=(g.value-k)/f*100,k==h&&(g.percents=100));for(d=0;d<c;d++)g=a[d],this.createArea(g)},updateAllAreas:function(){var a=this.chart,b=a.areasSettings,c=b.unlistedAreasColor,e=b.unlistedAreasAlpha,g=b.unlistedAreasOutlineColor,f=b.unlistedAreasOutlineAlpha,h=a.svgAreas,k=a.dataProvider,l=k.areas,m={},n;for(n=0;n<l.length;n++)m[l[n].id]=l[n];for(n=0;n<h.length;n++){l=h[n];if(b.preserveOriginalAttributes){if(l.customAttr)for(var r in l.customAttr)l.setAttr(r,
226
- l.customAttr[r])}else{void 0!=c&&l.setAttr("fill",c);isNaN(e)||l.setAttr("fill-opacity",e);void 0!=g&&l.setAttr("stroke",g);isNaN(f)||l.setAttr("stroke-opacity",f);var t=b.outlineThickness;b.adjustOutlineThickness&&(t/=a.zoomLevel());l.setAttr("stroke-width",t)}d.setCN(a,l,"map-area-unlisted");k.getAreasFromMap&&!m[l.id]&&(t=new d.MapArea(a.theme),t.parentObject=k,t.id=l.id,k.areas.push(t))}},createArea:function(a){var b=this.chart,c=b.svgAreasById[a.id],e=b.areasSettings;if(c&&c.className){var g=
227
- b.areasClasses[c.className];g&&(e=d.processObject(g,d.AreasSettings,b.theme))}var f=e.color,h=e.alpha,k=e.outlineThickness,l=e.rollOverColor,m=e.selectedColor,n=e.rollOverAlpha,r=e.rollOverBrightness,t=e.outlineColor,p=e.outlineAlpha,q=e.balloonText,y=e.selectable,z=e.pattern,C=e.rollOverOutlineColor,A=e.bringForwardOnHover,w=e.preserveOriginalAttributes;this.allObjects.push(a);a.chart=b;a.baseSettings=e;a.autoZoomReal=void 0==a.autoZoom?e.autoZoom:a.autoZoom;g=a.color;void 0==g&&(g=f);var x=a.alpha;
228
- isNaN(x)&&(x=h);h=a.rollOverAlpha;isNaN(h)&&(h=n);isNaN(h)&&(h=x);n=a.rollOverColor;void 0==n&&(n=l);l=a.pattern;void 0==l&&(l=z);z=a.selectedColor;void 0==z&&(z=m);(m=a.balloonText)||(m=q);void 0==e.colorSolid||isNaN(a.value)||(q=Math.floor((a.value-this.minValue)/((this.maxValue-this.minValue)/b.colorSteps)),q==b.colorSteps&&q--,q*=1/(b.colorSteps-1),this.maxValue==this.minValue&&(q=1),a.colorReal=d.getColorFade(g,e.colorSolid,q));void 0!=a.color&&(a.colorReal=a.color);void 0==a.selectable&&(a.selectable=
229
- y);void 0==a.colorReal&&(a.colorReal=f);f=a.outlineColor;void 0==f&&(f=t);t=a.outlineAlpha;isNaN(t)&&(t=p);p=a.outlineThickness;isNaN(p)&&(p=k);k=a.rollOverOutlineColor;void 0==k&&(k=C);C=a.rollOverBrightness;void 0==C&&(C=r);void 0==a.bringForwardOnHover&&(a.bringForwardOnHover=A);void 0==a.preserveOriginalAttributes&&(a.preserveOriginalAttributes=w);isNaN(e.selectedBrightness)||(z=d.adjustLuminosity(a.colorReal,e.selectedBrightness/100));a.alphaReal=x;a.rollOverColorReal=n;a.rollOverAlphaReal=h;
230
- a.balloonTextReal=m;a.selectedColorReal=z;a.outlineColorReal=f;a.outlineAlphaReal=t;a.rollOverOutlineColorReal=k;a.outlineThicknessReal=p;a.patternReal=l;a.rollOverBrightnessReal=C;d.processDescriptionWindow(e,a);if(c&&(r=c.area,A=c.title,a.enTitle=c.title,A&&!a.title&&(a.title=A),(c=b.language)?(A=d.mapTranslations)&&(c=A[c])&&c[a.enTitle]&&(a.titleTr=c[a.enTitle]):a.titleTr=void 0,r)){a.displayObject=r;a.mouseEnabled&&b.addObjectEventListeners(r,a);var D;void 0!=g&&(D=g);void 0!=a.colorReal&&(D=
231
- a.showAsSelected||b.selectedObject==a?a.selectedColorReal:a.colorReal);r.node.setAttribute("class","");d.setCN(b,r,"map-area");d.setCN(b,r,"map-area-"+r.id);e.adjustOutlineThickness&&(p/=b.zoomLevel());a.preserveOriginalAttributes||(r.setAttr("fill",D),r.setAttr("stroke",f),r.setAttr("stroke-opacity",t),r.setAttr("stroke-width",p),r.setAttr("fill-opacity",x));l&&r.pattern(l,b.mapScale,b.path);a.hidden&&r.hide()}}})})();(function(){var d=window.AmCharts;d.AreasSettings=d.Class({construct:function(a){this.cname="AreasSettings";this.alpha=1;this.autoZoom=!1;this.balloonText="[[title]]";this.color="#FFCC00";this.colorSolid="#990000";this.unlistedAreasAlpha=1;this.unlistedAreasColor="#DDDDDD";this.outlineColor="#FFFFFF";this.outlineThickness=this.outlineAlpha=1;this.selectedColor=this.rollOverOutlineColor="#CC0000";this.unlistedAreasOutlineColor="#FFFFFF";this.unlistedAreasOutlineAlpha=1;this.descriptionWindowWidth=
232
  250;this.bringForwardOnHover=this.adjustOutlineThickness=!0;d.applyTheme(this,a,this.cname)}})})();(function(){var d=window.AmCharts;d.ImagesProcessor=d.Class({construct:function(a){this.chart=a;this.reset()},process:function(a){var b=a.images,c;for(c=0;c<b.length;c++){var d=b[c];this.createImage(d,c);d.parentArray=b}this.counter=c;a.parentObject&&a.remainVisible&&this.process(a.parentObject)},createImage:function(a,b){a=d.processObject(a,d.MapImage);isNaN(b)&&(this.counter++,b=this.counter);var c=this.chart,e=c.container,g=c.mapImagesContainer,f=c.stageImagesContainer,h=c.imagesSettings;a.remove&&
233
- a.remove();var k=h.color,l=h.alpha,m=h.rollOverColor,n=h.rollOverOutlineColor,r=h.selectedColor,t=h.balloonText,p=h.outlineColor,q=h.outlineAlpha,y=h.outlineThickness,z=h.selectedScale,C=h.rollOverScale,A=h.labelPosition,w=h.labelColor,x=h.labelFontSize,D=h.bringForwardOnHover,u=h.labelRollOverColor,v=h.rollOverBrightness,F=h.selectedLabelColor;a.index=b;a.chart=c;a.baseSettings=c.imagesSettings;var E=e.set();a.displayObject=E;var G=a.color;void 0==G&&(G=k);k=a.alpha;isNaN(k)&&(k=l);void 0==a.bringForwardOnHover&&
234
- (a.bringForwardOnHover=D);l=a.outlineAlpha;isNaN(l)&&(l=q);q=a.rollOverColor;void 0==q&&(q=m);m=a.selectedColor;void 0==m&&(m=r);(r=a.balloonText)||(r=t);t=a.outlineColor;void 0==t&&(t=p);a.outlineColorReal=t;p=a.outlineThickness;isNaN(p)&&(p=y);(y=a.labelPosition)||(y=A);A=a.labelColor;void 0==A&&(A=w);w=a.labelRollOverColor;void 0==w&&(w=u);u=a.selectedLabelColor;void 0==u&&(u=F);F=a.labelFontSize;isNaN(F)&&(F=x);x=a.selectedScale;isNaN(x)&&(x=z);z=a.rollOverScale;isNaN(z)&&(z=C);C=a.rollOverBrightness;
235
- void 0==C&&(C=v);a.colorReal=G;isNaN(h.selectedBrightness)||(m=d.adjustLuminosity(a.colorReal,h.selectedBrightness/100));a.alphaReal=k;a.rollOverColorReal=q;a.balloonTextReal=r;a.selectedColorReal=m;a.labelColorReal=A;a.labelRollOverColorReal=w;a.selectedLabelColorReal=u;a.labelFontSizeReal=F;a.labelPositionReal=y;a.selectedScaleReal=x;a.rollOverScaleReal=z;a.rollOverOutlineColorReal=n;a.rollOverBrightnessReal=C;d.processDescriptionWindow(h,a);a.centeredReal=void 0==a.centered?h.centered:a.centered;
236
- C=a.type;z=a.imageURL;x=a.svgPath;F=a.width;q=a.height;n=a.scale;isNaN(a.percentWidth)||(F=a.percentWidth/100*c.realWidth);isNaN(a.percentHeight)||(q=a.percentHeight/100*c.realHeight);var B;z||C||x||(C="circle",F=1,l=k=0);u=v=0;h=a.selectedColorReal;if(C){isNaN(F)&&(F=10);isNaN(q)&&(q=10);"kilometers"==a.widthAndHeightUnits&&(F=c.kilometersToPixels(a.width),q=c.kilometersToPixels(a.height));"miles"==a.widthAndHeightUnits&&(F=c.milesToPixels(a.width),q=c.milesToPixels(a.height));if("circle"==C||"bubble"==
237
- C)q=F;B=this.createPredefinedImage(G,t,p,C,F,q);u=v=0;a.centeredReal?(isNaN(a.right)||(v=F*n),isNaN(a.bottom)||(u=q*n)):(v=F*n/2,u=q*n/2);B.translate(v,u,n,!0)}else z?(isNaN(F)&&(F=10),isNaN(q)&&(q=10),B=e.image(z,0,0,F,q),B.node.setAttribute("preserveAspectRatio","none"),B.setAttr("opacity",k),a.centeredReal&&(v=isNaN(a.right)?-F/2:F/2,u=isNaN(a.bottom)?-q/2:q/2,B.translate(v,u,NaN,!0))):x&&(B=e.path(x),t=B.getBBox(),a.centeredReal?(v=-t.x*n-t.width*n/2,isNaN(a.right)||(v=-v),u=-t.y*n-t.height*n/
238
- 2,isNaN(a.bottom)||(u=-u)):v=u=0,B.translate(v,u,n,!0),B.x=v,B.y=u);B&&(E.push(B),a.image=B,B.setAttr("stroke-opacity",l),B.setAttr("fill-opacity",k),B.setAttr("fill",G),d.setCN(c,B,"map-image"),void 0!=a.id&&d.setCN(c,B,"map-image-"+a.id));G=a.labelColorReal;!a.showAsSelected&&c.selectedObject!=a||void 0==h||(B.setAttr("fill",h),G=a.selectedLabelColorReal);B=null;void 0!==a.label&&(B=d.text(e,a.label,G,c.fontFamily,a.labelFontSizeReal,a.labelAlign),d.setCN(c,B,"map-image-label"),void 0!==a.id&&d.setCN(c,
239
- B,"map-image-label-"+a.id),G=a.labelBackgroundAlpha,(k=a.labelBackgroundColor)&&0<G&&(l=B.getBBox(),e=d.rect(e,l.width+16,l.height+10,k,G),d.setCN(c,e,"map-image-label-background"),void 0!=a.id&&d.setCN(c,e,"map-image-label-background-"+a.id),E.push(e),a.labelBG=e),a.imageLabel=B,E.push(B),d.setCN(c,E,"map-image-container"),void 0!=a.id&&d.setCN(c,E,"map-image-container-"+a.id));e=isNaN(a.latitude)||isNaN(a.longitude)?!0:!1;a.lineId&&(B=this.chart.getObjectById(a.lineId))&&0<B.longitudes.length&&
240
- (e=!1);e?f.push(E):g.push(E);E&&(E.rotation=a.rotation,isNaN(a.rotation)||E.rotate(a.rotation));this.updateSizeAndPosition(a);a.mouseEnabled&&c.addObjectEventListeners(E,a);a.hidden&&E.hide();a.animateAlongLine&&setTimeout(function(){a.animateAlong.call(a)},100);return a},updateSizeAndPosition:function(a){var b=this.chart,c=a.displayObject,e=b.getX(a.left),g=b.getY(a.top),f,h=a.image.getBBox();isNaN(a.right)||(e=b.getX(a.right,!0)-h.width*a.scale);isNaN(a.bottom)||(g=b.getY(a.bottom,!0)-h.height*
241
- a.scale);var k=a.longitude,l=a.latitude,m=a.positionOnLine,h=this.objectsToResize;this.allSvgObjects.push(c);this.allObjects.push(a);a.arrays.push({arr:this.allSvgObjects,el:c});a.arrays.push({arr:this.allObjects,el:a});var n=a.imageLabel,r=this.chart.zoomLevel();if(a.lineId){var t=this.chart.getObjectById(a.lineId);(a.line=t)&&t.getCoordinates&&(t.chart=b,t=t.getCoordinates(m,a.lineSegment))&&(k=b.coordinateToLongitude(t.x),l=b.coordinateToLatitude(t.y),f=d.radiansToDegrees(t.angle))}isNaN(f)||c.rotate(f+
242
- a.extraAngle);if(!isNaN(e)&&!isNaN(g))c.translate(e,g,NaN,!0);else if(!isNaN(l)&&!isNaN(k))if(e=b.longitudeToCoordinate(k),g=b.latitudeToCoordinate(l),a.fixedSize){f=1;if(a.showAsSelected||b.selectedObject==a)f=a.selectedScaleReal;b=a.positionScale;isNaN(b)?b=0:(--b,b*=1-2*Math.abs(m-.5));m={image:c,scale:f+b};h.push(m);a.arrays.push({arr:h,el:m});c.translate(e,g,f/r+b,!0)}else c.translate(e,g,NaN,!0),n&&(this.labelsToReposition.push(a),a.arrays.push({arr:this.labelsToReposition,el:a}));this.positionLabel(n,
243
- a,a.labelPositionReal)},positionLabel:function(a,b,c){if(a){var d=b.image,g=0,f=0,h=0,k=0;d&&(k=d.getBBox(),f=d.y,g=d.x,h=k.width,k=k.height,b.svgPath&&(h*=b.scale,k*=b.scale));var d=a.getBBox(),l=d.width,m=d.height;"right"==c&&(g+=h+l/2+5,f+=k/2-2);"left"==c&&(g+=-l/2-5,f+=k/2-2);"top"==c&&(f-=m/2+3,g+=h/2);"bottom"==c&&(f+=k+m/2,g+=h/2);"middle"==c&&(g+=h/2,f+=k/2);a.translate(g+b.labelShiftX,f+b.labelShiftY,NaN,!0);b.labelBG&&b.labelBG.translate(g-d.width/2+b.labelShiftX-9,f+b.labelShiftY-d.height/
244
- 2-3,NaN,!0)}},createPredefinedImage:function(a,b,c,e,g,f){var h=this.chart.container,k;switch(e){case "circle":k=d.circle(h,g/2,a,1,c,b,1);break;case "rectangle":k=d.polygon(h,[-g/2,g/2,g/2,-g/2],[f/2,f/2,-f/2,-f/2],a,1,c,b,1,0,!0);break;case "bubble":k=d.circle(h,g/2,a,1,c,b,1,!0);break;case "hexagon":g/=Math.sqrt(3),k=d.polygon(h,[.866*g,0*g,-.866*g,-.866*g,0*g,.866*g],[.5*g,1*g,.5*g,-.5*g,-1*g,-.5*g],a,1,c,b,1)}return k},reset:function(){this.objectsToResize=[];this.allSvgObjects=[];this.allObjects=
245
- [];this.allLabels=[];this.labelsToReposition=[]}})})();(function(){var d=window.AmCharts;d.ImagesSettings=d.Class({construct:function(a){this.cname="ImagesSettings";this.balloonText="[[title]]";this.alpha=1;this.borderAlpha=0;this.borderThickness=1;this.labelPosition="right";this.labelColor="#000000";this.labelFontSize=11;this.color="#000000";this.labelRollOverColor="#00CC00";this.centered=!0;this.rollOverScale=this.selectedScale=1;this.descriptionWindowWidth=250;this.bringForwardOnHover=!0;this.outlineColor="transparent";this.adjustAnimationSpeed=!1;
246
  this.baseAnimationDistance=500;this.pauseDuration=0;this.easingFunction=d.easeInOutQuad;this.animationDuration=3;this.positionScale=1;d.applyTheme(this,a,this.cname)}})})();(function(){var d=window.AmCharts;d.LinesProcessor=d.Class({construct:function(a){this.chart=a;this.reset()},process:function(a){var b=a.lines,c;for(c=0;c<b.length;c++){var d=b[c];this.createLine(d,c);d.parentArray=b}this.counter=c;a.parentObject&&a.remainVisible&&this.process(a.parentObject)},createLine:function(a,b){a=d.processObject(a,d.MapLine);isNaN(b)&&(this.counter++,b=this.counter);a.index=b;a.remove&&a.remove();var c=this.chart,e=c.linesSettings,g=this.objectsToResize,f=c.mapLinesContainer,
247
- h=c.stageLinesContainer,k=e.thickness,l=e.dashLength,m=e.arrow,n=e.arrowSize,r=e.arrowColor,t=e.arrowAlpha,p=e.color,q=e.alpha,y=e.rollOverColor,z=e.selectedColor,C=e.rollOverAlpha,A=e.balloonText,w=e.bringForwardOnHover,x=e.arc,D=e.rollOverBrightness,u=c.container;a.chart=c;a.baseSettings=e;var v=u.set();a.displayObject=v;this.allSvgObjects.push(v);a.arrays.push({arr:this.allSvgObjects,el:v});this.allObjects.push(a);a.arrays.push({arr:this.allObjects,el:a});a.mouseEnabled&&c.addObjectEventListeners(v,
248
- a);if(a.remainVisible||c.selectedObject==a.parentObject){var F=a.thickness;isNaN(F)&&(F=k);k=a.dashLength;isNaN(k)&&(k=l);l=a.color;void 0==l&&(l=p);p=a.alpha;isNaN(p)&&(p=q);q=a.rollOverAlpha;isNaN(q)&&(q=C);isNaN(q)&&(q=p);C=a.rollOverColor;void 0==C&&(C=y);y=a.selectedColor;void 0==y&&(y=z);(z=a.balloonText)||(z=A);A=a.arc;isNaN(A)&&(A=x);x=a.arrow;if(!x||"none"==x&&"none"!=m)x=m;m=a.arrowColor;void 0==m&&(m=r);void 0==m&&(m=l);r=a.arrowAlpha;isNaN(r)&&(r=t);isNaN(r)&&(r=p);t=a.arrowSize;isNaN(t)&&
249
- (t=n);n=a.rollOverBrightness;void 0==n&&(n=D);a.colorReal=l;isNaN(e.selectedBrightness)||(y=d.adjustLuminosity(a.colorReal,e.selectedBrightness/100));a.alphaReal=p;a.rollOverColorReal=C;a.rollOverAlphaReal=q;a.balloonTextReal=z;a.selectedColorReal=y;a.thicknessReal=F;a.rollOverBrightnessReal=n;void 0==a.bringForwardOnHover&&(a.bringForwardOnHover=w);d.processDescriptionWindow(e,a);w=this.processCoordinates(a.x,c.realWidth);D=this.processCoordinates(a.y,c.realHeight);n=a.longitudes;e=a.latitudes;q=
250
- n.length;if(0<q)for(w=[],C=0;C<q;C++)w.push(c.longitudeToCoordinate(n[C]));q=e.length;if(0<q)for(D=[],C=0;C<q;C++)D.push(c.latitudeToCoordinate(e[C]));if(0<w.length){a.segments=w.length;d.dx=0;d.dy=0;var E,G,B,n=10*(1-Math.abs(A));10<=n&&(n=NaN);1>n&&(n=1);a.arcRadius=[];a.distances=[];if(isNaN(n)){for(n=0;n<w.length-1;n++)G=D[n],q=D[n+1],G=Math.sqrt(Math.pow(w[n+1]-w[n],2)+Math.pow(q-G,2)),a.distances[n]=G;n=d.line(u,w,D,l,1,F,k,!1,!1,!0);l=d.line(u,w,D,l,.001,5,k,!1,!1,!0)}else{q=1;0>A&&(q=0);C=
251
- {fill:"none",stroke:l,"stroke-opacity":1,"stroke-width":F,"fill-opacity":0};void 0!==k&&0<k&&(C["stroke-dasharray"]=k);k="";for(z=0;z<w.length-1;z++){var I=w[z],J=w[z+1],M=D[z],N=D[z+1];G=Math.sqrt(Math.pow(J-I,2)+Math.pow(N-M,2));B=G/2*n;E=270+180*Math.acos(G/2/B)/Math.PI;isNaN(E)&&(E=270);if(I<J){var O=I,I=J,J=O,O=M,M=N,N=O;E=-E}0<A&&(E=-E);k+="M"+I+","+M+"A"+B+","+B+",0,0,"+q+","+J+","+N;a.arcRadius[z]=B;a.distances[z]=G}n=u.path(k).attr(C);l=u.path(k).attr({"fill-opacity":0,stroke:l,"stroke-width":5,
252
- "stroke-opacity":.001,fill:"none"})}d.setCN(c,n,"map-line");void 0!=a.id&&d.setCN(c,n,"map-line-"+a.id);d.dx=.5;d.dy=.5;v.push(n);v.push(l);n.setAttr("opacity",p);if("none"!=x){var H,K,L;if("end"==x||"both"==x)p=w[w.length-1],q=D[D.length-1],1<w.length?(k=w[w.length-2],H=D[D.length-2]):(k=p,H=q),H=180*Math.atan((q-H)/(p-k))/Math.PI,isNaN(E)||(H+=E),K=p,L=q,H=0>p-k?H-90:H+90;"both"==x&&(p=d.polygon(u,[-t/2,0,t/2],[1.5*t,0,1.5*t],m,r,1,m,r),v.push(p),p.translate(K,L,1,!0),isNaN(H)||p.rotate(H),d.setCN(c,
253
- n,"map-line-arrow"),void 0!=a.id&&d.setCN(c,n,"map-line-arrow-"+a.id),a.fixedSize&&g.push(p));if("start"==x||"both"==x)p=w[0],L=D[0],1<w.length?(k=w[1],K=D[1]):(k=p,K=L),H=180*Math.atan((L-K)/(p-k))/Math.PI,isNaN(E)||(H-=E),K=p,H=0>p-k?H-90:H+90;"middle"==x&&(p=w[w.length-1],q=D[D.length-1],1<w.length?(k=w[w.length-2],H=D[D.length-2]):(k=p,H=q),K=k+(p-k)/2,L=H+(q-H)/2,H=180*Math.atan((q-H)/(p-k))/Math.PI,isNaN(E)||(E=G/2,B-=Math.sqrt(B*B-E*E),0>A&&(B=-B),E=Math.sin(H/180*Math.PI),-1==E&&(E=1),K-=
254
- E*B,L+=Math.cos(H/180*Math.PI)*B),H=0>p-k?H-90:H+90);p=d.polygon(u,[-t/2,0,t/2],[1.5*t,0,1.5*t],m,r,1,m,r);d.setCN(c,n,"map-line-arrow");void 0!=a.id&&d.setCN(c,n,"map-line-arrow-"+a.id);v.push(p);p.translate(K,L,1,!0);isNaN(H)||p.rotate(H);a.fixedSize&&(g.push(p),a.arrays.push({arr:g,el:p}));a.arrowSvg=p}a.fixedSize&&n&&(c={line:n,thickness:F},this.linesToResize.push(c),a.arrays.push({arr:this.linesToResize,el:c}),c={line:l,thickness:5},this.linesToResize.push(c),a.arrays.push({arr:this.linesToResize,
255
- el:c}));a.lineSvg=n;a.showAsSelected&&!isNaN(y)&&n.setAttr("stroke",y);0<e.length?f.push(v):h.push(v);a.hidden&&v.hide()}}},processCoordinates:function(a,b){var c=[],d;for(d=0;d<a.length;d++){var g=a[d],f=Number(g);isNaN(f)&&(f=Number(g.replace("%",""))*b/100);isNaN(f)||c.push(f)}return c},reset:function(){this.objectsToResize=[];this.allSvgObjects=[];this.allObjects=[];this.linesToResize=[]}})})();(function(){var d=window.AmCharts;d.LinesSettings=d.Class({construct:function(a){this.cname="LinesSettings";this.balloonText="[[title]]";this.thickness=1;this.dashLength=0;this.arrowSize=10;this.arrowAlpha=1;this.arrow="none";this.color="#990000";this.descriptionWindowWidth=250;this.bringForwardOnHover=!0;d.applyTheme(this,a,this.cname)}})})();(function(){var d=window.AmCharts;d.MapObject=d.Class({construct:function(a){this.fixedSize=this.mouseEnabled=!0;this.images=[];this.lines=[];this.areas=[];this.remainVisible=!0;this.passZoomValuesToTarget=!1;this.objectType=this.cname;d.applyTheme(this,a,"MapObject");this.arrays=[]},deleteObject:function(){this.remove();this.parentArray&&d.removeFromArray(this.parentArray,this);if(this.arrays)for(var a=0;a<this.arrays.length;a++)d.removeFromArray(this.arrays[a].arr,this.arrays[a].el);this.arrays=
256
  []}})})();(function(){var d=window.AmCharts;d.MapArea=d.Class({inherits:d.MapObject,construct:function(a){this.cname="MapArea";d.MapArea.base.construct.call(this,a);d.applyTheme(this,a,this.cname)},validate:function(){this.chart.areasProcessor.createArea(this)}})})();(function(){var d=window.AmCharts;d.MapLine=d.Class({inherits:d.MapObject,construct:function(a){this.cname="MapLine";this.longitudes=[];this.latitudes=[];this.x=[];this.y=[];this.segments=0;this.arrow="none";d.MapLine.base.construct.call(this,a);d.applyTheme(this,a,this.cname)},validate:function(){this.chart.linesProcessor.createLine(this)},remove:function(){var a=this.displayObject;a&&a.remove()},getCoordinates:function(a,b){isNaN(b)&&(b=0);if(!isNaN(a)){var c,e,g,f,h,k;1<this.longitudes.length?
257
- (c=this.chart.longitudeToCoordinate(this.longitudes[b]),g=this.chart.longitudeToCoordinate(this.longitudes[b+1]),e=this.chart.latitudeToCoordinate(this.latitudes[b]),f=this.chart.latitudeToCoordinate(this.latitudes[b+1])):1<this.x.length&&(c=this.x[b],g=this.x[b+1],e=this.y[b],f=this.y[b+1]);var l=Math.sqrt(Math.pow(g-c,2)+Math.pow(f-e,2));c<g&&!isNaN(this.arc)&&(a=1-a);h=c+(g-c)*a;k=e+(f-e)*a;var m=Math.atan2(f-e,g-c);if(!isNaN(this.arc)&&this.arcRadius){var n=0;c<g&&(n=c,c=g,g=n,n=e,e=f,f=n,n=Math.PI);
258
- k=this.arcRadius[b];var r=e+(f-e)/2;0>this.arc&&(l=-l);h=c+(g-c)/2+Math.sqrt(k*k-l/2*(l/2))*(e-f)/l;r+=Math.sqrt(k*k-l/2*(l/2))*(g-c)/l;c=180*Math.atan2(e-r,c-h)/Math.PI;g=180*Math.atan2(f-r,g-h)/Math.PI;m=d.degreesToRadians(c+(g-c)*a);h+=k*Math.cos(m);k=r+k*Math.sin(m);m=0<this.arc?m+Math.PI/2:m-Math.PI/2;m+=n}this.distance=l;return{x:h,y:k,angle:m}}},fixToStage:function(){if(0<this.latitudes.length){this.y=[];for(var a=0;a<this.latitudes.length;a++)this.y.push(this.chart.latitudeToStageY(this.latitudes[a]));
259
- this.latitudes=[];this.x=[];for(a=0;a<this.longitudes.length;a++)this.x.push(this.chart.longitudeToStageX(this.longitudes[a]));this.longitudes=[]}this.validate()},fixToMap:function(){if(0<this.y.length){this.latitudes=[];for(var a=0;a<this.y.length;a++)this.latitudes.push(this.chart.stageYToLatitude(this.y[a]));this.y=[];this.longitudes=[];for(a=0;a<this.x.length;a++)this.longitudes.push(this.chart.stageXToLongitude(this.x[a]));this.x=[]}this.validate()}})})();(function(){var d=window.AmCharts;d.MapImage=d.Class({inherits:d.MapObject,construct:function(a){this.cname="MapImage";this.scale=1;this.widthAndHeightUnits="pixels";this.labelShiftY=this.labelShiftX=0;this.positionOnLine=.5;this.direction=1;this.lineSegment=this.extraAngle=0;this.createEvents("animationStart","animationEnd");d.MapImage.base.construct.call(this,a);d.applyTheme(this,a,this.cname)},validate:function(){this.chart.imagesProcessor.createImage(this)},updatePosition:function(){this.chart.imagesProcessor.updateSizeAndPosition(this)},
260
  remove:function(){var a=this.displayObject;a&&a.remove();(a=this.imageLabel)&&a.remove()},animateTo:function(a,b,c,d){isNaN(c)||(this.animationDuration=c);d&&(this.easingFunction=d);this.finalX=a;this.finalY=b;isNaN(this.longitude)||(this.initialX=this.longitude);isNaN(this.left)||(this.initialX=this.left);isNaN(this.right)||(this.initialX=this.right);isNaN(this.latitude)||(this.initialY=this.latitude);isNaN(this.top)||(this.initialY=this.top);isNaN(this.bottom)||(this.initialY=this.bottom);this.animatingAlong=
261
- !1;this.animate()},animateAlong:function(a,b,c){isNaN(b)||(this.animationDuration=b);c&&(this.easingFunction=c);a&&(this.line=this.chart.getObjectById(a));this.animatingAlong=!0;this.animate()},animate:function(){var a=this,b=a.chart.imagesSettings,c=a.animationDuration;isNaN(c)&&(c=b.animationDuration);a.totalFrames=Math.round(1E3*c/d.updateRate);c=1;a.line&&b.adjustAnimationSpeed&&(a.line.distances&&(c=a.line.distances[a.lineSegment]*a.chart.zoomLevel(),c=Math.abs(c/b.baseAnimationDistance)),a.totalFrames=
262
- Math.round(c*a.totalFrames));a.frame=0;a.clearTO();a.timeOut=setTimeout(function(){a.update.call(a)},d.updateRate);b={type:"animationStart",chart:a.chart,image:this,lineSegment:a.lineSegment,direction:a.direction};a.fire(b.type,b)},clearTO:function(){this.timeOut&&clearTimeout(this.timeOut)},update:function(){var a=this;a.updatePosition();var b=Math.round(1E3/d.updateRate),c=a.chart.imagesSettings,e=a.easingFunction;e||(e=c.easingFunction);a.frame++;c=a.totalFrames;a.frame<=c?(e=e(0,a.frame,0,1,c),
263
- -1==a.direction&&(e=1-e),a.animatingAlong?a.positionOnLine=e:(c=a.initialX+(a.finalX-a.initialX)*e,isNaN(a.longitude)||(a.longitude=c),isNaN(a.left)||(a.left=c),isNaN(a.right)||(a.right=c),e=a.initialY+(a.finalY-a.initialY)*e,isNaN(a.latitude)||(a.latitude=e),isNaN(a.top)||(a.top=e),isNaN(a.bottom)||(a.bottom=e)),a.clearTO(),a.timeOut=setTimeout(function(){a.update.call(a)},b)):(b={type:"animationEnd",chart:a.chart,image:this,lineSegment:a.lineSegment,direction:a.direction},a.fire(b.type,b),a.animatingAlong&&
264
- (1==a.direction?a.lineSegment<a.line.segments-2?(a.lineSegment++,a.delayAnimateAlong(),a.positionOnLine=0):a.flipDirection?(a.direction=-1,a.extraAngle=180,a.delayAnimateAlong()):a.loop&&(a.delayAnimateAlong(),a.lineSegment=0):0<a.lineSegment?(a.lineSegment--,a.delayAnimateAlong(),a.positionOnLine=0):a.loop&&a.flipDirection?(a.direction=1,a.extraAngle=0,a.delayAnimateAlong()):a.loop&&a.delayAnimateAlong()))},delayAnimateAlong:function(){var a=this;a.clearTO();a.timeOut=setTimeout(function(){a.animateAlong.call(a)},
265
- 1E3*a.chart.imagesSettings.pauseDuration)},fixToStage:function(){isNaN(this.longitude)||(this.left=this.chart.longitudeToStageX(this.longitude),this.longitude=void 0);isNaN(this.latitude)||(this.top=this.chart.latitudeToStageY(this.latitude),this.latitude=void 0);this.validate()},fixToMap:function(){isNaN(this.left)||(this.longitude=this.chart.stageXToLongitude(this.left),this.left=void 0);isNaN(this.top)||(this.latitude=this.chart.stageYToLatitude(this.top),this.top=void 0);this.validate()}})})();(function(){var d=window.AmCharts;d.degreesToRadians=function(a){return a/180*Math.PI};d.radiansToDegrees=function(a){return a/Math.PI*180};d.getColorFade=function(a,b,c){var e=d.hex2RGB(b);b=e[0];var g=e[1],e=e[2],f=d.hex2RGB(a);a=f[0];var h=f[1],f=f[2];a+=Math.round((b-a)*c);h+=Math.round((g-h)*c);f+=Math.round((e-f)*c);return"rgb("+a+","+h+","+f+")"};d.hex2RGB=function(a){return[parseInt(a.substring(1,3),16),parseInt(a.substring(3,5),16),parseInt(a.substring(5,7),16)]};d.processDescriptionWindow=
 
266
  function(a,b){isNaN(b.descriptionWindowX)&&(b.descriptionWindowX=a.descriptionWindowX);isNaN(b.descriptionWindowY)&&(b.descriptionWindowY=a.descriptionWindowY);isNaN(b.descriptionWindowLeft)&&(b.descriptionWindowLeft=a.descriptionWindowLeft);isNaN(b.descriptionWindowRight)&&(b.descriptionWindowRight=a.descriptionWindowRight);isNaN(b.descriptionWindowTop)&&(b.descriptionWindowTop=a.descriptionWindowTop);isNaN(b.descriptionWindowBottom)&&(b.descriptionWindowBottom=a.descriptionWindowBottom);isNaN(b.descriptionWindowWidth)&&
267
- (b.descriptionWindowWidth=a.descriptionWindowWidth);isNaN(b.descriptionWindowHeight)&&(b.descriptionWindowHeight=a.descriptionWindowHeight)}})();(function(){var d=window.AmCharts;d.MapData=d.Class({inherits:d.MapObject,construct:function(){this.cname="MapData";d.MapData.base.construct.call(this);this.projection="mercator";this.topLatitude=90;this.bottomLatitude=-90;this.leftLongitude=-180;this.rightLongitude=180;this.zoomLevel=1;this.getAreasFromMap=!1}})})();(function(){var d=window.AmCharts;d.DescriptionWindow=d.Class({construct:function(){},show:function(a,b,c,d){var g=this,f=document.createElement("div");f.style.position="absolute";var h=a.classNamePrefix+"-description-";f.className="ammapDescriptionWindow "+h+"div";g.div=f;b.appendChild(f);var k=".gif";a.svgIcons&&(k=".svg");var l=document.createElement("img");l.className="ammapDescriptionWindowCloseButton "+h+"close-img";l.src=a.pathToImages+"xIcon"+k;l.style.cssFloat="right";l.style.cursor="pointer";
 
 
 
 
 
 
268
  l.onclick=function(){g.close()};l.onmouseover=function(){l.src=a.pathToImages+"xIconH"+k};l.onmouseout=function(){l.src=a.pathToImages+"xIcon"+k};f.appendChild(l);b=document.createElement("div");b.className="ammapDescriptionTitle "+h+"title-div";b.onmousedown=function(){g.div.style.zIndex=1E3};f.appendChild(b);d=document.createTextNode(d);b.appendChild(d);d=b.offsetHeight;b=document.createElement("div");b.className="ammapDescriptionText "+h+"text-div";b.style.maxHeight=g.maxHeight-d-20+"px";f.appendChild(b);
269
  b.innerHTML=c},close:function(){try{this.div.parentNode.removeChild(this.div)}catch(a){}}})})();(function(){var d=window.AmCharts;d.ValueLegend=d.Class({construct:function(a){this.cname="ValueLegend";this.enabled=!0;this.showAsGradient=!1;this.minValue=0;this.height=12;this.width=200;this.bottom=this.left=10;this.borderColor="#FFFFFF";this.borderAlpha=this.borderThickness=1;this.color="#000000";this.fontSize=11;d.applyTheme(this,a,this.cname)},init:function(a,b){if(this.enabled){var c=a.areasSettings.color,e=a.areasSettings.colorSolid,g=a.colorSteps;d.remove(this.set);var f=b.set();this.set=
270
  f;d.setCN(a,f,"value-legend");var h=0,k=this.minValue,l=this.fontSize,m=a.fontFamily,n=this.color;void 0==k&&(k=a.minValueReal);void 0!==k&&(h=d.text(b,k,n,m,l,"left"),h.translate(0,l/2-1),d.setCN(a,h,"value-legend-min-label"),f.push(h),h=h.getBBox().height);k=this.maxValue;void 0===k&&(k=a.maxValueReal);void 0!==k&&(h=d.text(b,k,n,m,l,"right"),h.translate(this.width,l/2-1),d.setCN(a,h,"value-legend-max-label"),f.push(h),h=h.getBBox().height);if(this.showAsGradient)c=d.rect(b,this.width,this.height,
271
  [c,e],1,this.borderThickness,this.borderColor,1,0,0),d.setCN(a,c,"value-legend-gradient"),c.translate(0,h),f.push(c);else for(l=this.width/g,m=0;m<g;m++)n=d.getColorFade(c,e,1*m/(g-1)),n=d.rect(b,l,this.height,n,1,this.borderThickness,this.borderColor,1),d.setCN(a,n,"value-legend-color"),d.setCN(a,n,"value-legend-color-"+m),n.translate(l*m,h),f.push(n);e=c=0;g=f.getBBox();h=a.getY(this.bottom,!0);l=a.getY(this.top);m=a.getX(this.right,!0);n=a.getX(this.left);isNaN(l)||(c=l);isNaN(h)||(c=h-g.height);
272
  isNaN(n)||(e=n);isNaN(m)||(e=m-g.width);f.translate(e,c)}else d.remove(this.set)}})})();(function(){var d=window.AmCharts;d.ObjectList=d.Class({construct:function(a){this.divId=a},init:function(a){this.chart=a;var b=this.divId;this.container&&(b=this.container);this.div="object"!=typeof b?document.getElementById(b):b;b=document.createElement("div");b.className="ammapObjectList "+a.classNamePrefix+"-object-list-div";this.div.appendChild(b);this.addObjects(a.dataProvider,b)},addObjects:function(a,b){var c=this.chart,d=document.createElement("ul");d.className=c.classNamePrefix+"-object-list-ul";
273
  var g;if(a.areas)for(g=0;g<a.areas.length;g++){var f=a.areas[g];void 0===f.showInList&&(f.showInList=c.showAreasInList);this.addObject(f,d)}if(a.images)for(g=0;g<a.images.length;g++)f=a.images[g],void 0===f.showInList&&(f.showInList=c.showImagesInList),this.addObject(f,d);if(a.lines)for(g=0;g<a.lines.length;g++)f=a.lines[g],void 0===f.showInList&&(f.showInList=c.showLinesInList),this.addObject(f,d);0<d.childNodes.length&&b.appendChild(d)},addObject:function(a,b){var c=this;if(a.showInList&&void 0!==
274
- a.title){var d=c.chart,g=document.createElement("li");g.className=d.classNamePrefix+"-object-list-li";var f=document.createTextNode(a.title),h=document.createElement("a");h.className=d.classNamePrefix+"-object-list-a";h.appendChild(f);g.appendChild(h);b.appendChild(g);this.addObjects(a,g);h.onmouseover=function(){c.chart.rollOverMapObject(a,!1)};h.onmouseout=function(){c.chart.rollOutMapObject(a)};h.onclick=function(){c.chart.clickMapObject(a)}}}})})();
1
+ (function(){var d;window.AmCharts?d=window.AmCharts:(d={},window.AmCharts=d,d.themes={},d.maps={},d.inheriting={},d.charts=[],d.onReadyArray=[],d.useUTC=!1,d.updateRate=60,d.uid=0,d.lang={},d.translations={},d.mapTranslations={},d.windows={},d.initHandlers=[]);d.Class=function(a){var b=function(){arguments[0]!==d.inheriting&&(this.events={},this.construct.apply(this,arguments))};a.inherits?(b.prototype=new a.inherits(d.inheriting),b.base=a.inherits.prototype,delete a.inherits):(b.prototype.createEvents=
2
+ function(){for(var a=0;a<arguments.length;a++)this.events[arguments[a]]=[]},b.prototype.listenTo=function(a,b,c){this.removeListener(a,b,c);a.events[b].push({handler:c,scope:this})},b.prototype.addListener=function(a,b,c){this.removeListener(this,a,b);a&&this.events[a]&&this.events[a].push({handler:b,scope:c})},b.prototype.removeListener=function(a,b,c){if(a&&a.events&&(a=a.events[b]))for(b=a.length-1;0<=b;b--)a[b].handler===c&&a.splice(b,1)},b.prototype.fire=function(a){for(var b=this.events[a.type],
3
+ c=0;c<b.length;c++){var d=b[c];d.handler.call(d.scope,a)}});for(var c in a)b.prototype[c]=a[c];return b};d.addChart=function(a){window.requestAnimationFrame?d.animationRequested||(d.animationRequested=!0,window.requestAnimationFrame(d.update)):d.updateInt||(d.updateInt=setInterval(function(){d.update()},Math.round(1E3/d.updateRate)));d.charts.push(a)};d.removeChart=function(a){for(var b=d.charts,c=b.length-1;0<=c;c--)b[c]==a&&b.splice(c,1);0===b.length&&d.updateInt&&(clearInterval(d.updateInt),d.updateInt=
4
+ NaN)};d.isModern=!0;d.getIEVersion=function(){var a=0,b,c;"Microsoft Internet Explorer"==navigator.appName&&(b=navigator.userAgent,c=/MSIE ([0-9]{1,}[.0-9]{0,})/,null!==c.exec(b)&&(a=parseFloat(RegExp.$1)));return a};d.applyLang=function(a,b){var c=d.translations;b.dayNames=d.extend({},d.dayNames);b.shortDayNames=d.extend({},d.shortDayNames);b.monthNames=d.extend({},d.monthNames);b.shortMonthNames=d.extend({},d.shortMonthNames);b.amString="am";b.pmString="pm";c&&(c=c[a])&&(d.lang=c,c.monthNames&&
5
+ (b.dayNames=d.extend({},c.dayNames),b.shortDayNames=d.extend({},c.shortDayNames),b.monthNames=d.extend({},c.monthNames),b.shortMonthNames=d.extend({},c.shortMonthNames)),c.am&&(b.amString=c.am),c.pm&&(b.pmString=c.pm))};d.IEversion=d.getIEVersion();9>d.IEversion&&0<d.IEversion&&(d.isModern=!1,d.isIE=!0);d.dx=0;d.dy=0;if(document.addEventListener||window.opera)d.isNN=!0,d.isIE=!1,d.dx=.5,d.dy=.5;document.attachEvent&&(d.isNN=!1,d.isIE=!0,d.isModern||(d.dx=0,d.dy=0));window.chrome&&(d.chrome=!0);d.handleMouseUp=
6
+ function(a){for(var b=d.charts,c=0;c<b.length;c++){var e=b[c];e&&e.handleReleaseOutside&&e.handleReleaseOutside(a)}};d.handleMouseMove=function(a){for(var b=d.charts,c=0;c<b.length;c++){var e=b[c];e&&e.handleMouseMove&&e.handleMouseMove(a)}};d.handleWheel=function(a){for(var b=d.charts,c=0;c<b.length;c++){var e=b[c];if(e&&e.mouseIsOver){e.mouseWheelScrollEnabled||e.mouseWheelZoomEnabled?e.handleWheel&&e.handleWheel(a):a.stopPropagation&&a.stopPropagation();break}}};d.resetMouseOver=function(){for(var a=
7
+ d.charts,b=0;b<a.length;b++){var c=a[b];c&&(c.mouseIsOver=!1)}};d.ready=function(a){d.onReadyArray.push(a)};d.handleLoad=function(){d.isReady=!0;for(var a=d.onReadyArray,b=0;b<a.length;b++){var c=a[b];isNaN(d.processDelay)?c():setTimeout(c,d.processDelay*b)}};d.addInitHandler=function(a,b){d.initHandlers.push({method:a,types:b})};d.callInitHandler=function(a){var b=d.initHandlers;if(d.initHandlers)for(var c=0;c<b.length;c++){var e=b[c];e.types?d.isInArray(e.types,a.type)&&e.method(a):e.method(a)}};
8
+ d.getUniqueId=function(){d.uid++;return"AmChartsEl-"+d.uid};d.isNN&&(document.addEventListener("mousemove",d.handleMouseMove),document.addEventListener("mouseup",d.handleMouseUp,!0),window.addEventListener("load",d.handleLoad,!0),window.addEventListener("DOMMouseScroll",d.handleWheel,!0),document.addEventListener("mousewheel",d.handleWheel,!0));d.isIE&&(document.attachEvent("onmousemove",d.handleMouseMove),document.attachEvent("onmouseup",d.handleMouseUp),window.attachEvent("onload",d.handleLoad),
9
+ document.attachEvent("onmousewheel",d.handleWheel));d.clear=function(){var a=d.charts;if(a)for(var b=a.length-1;0<=b;b--)a[b].clear();d.updateInt&&clearInterval(d.updateInt);d.charts=[];d.isNN&&(document.removeEventListener("mousemove",d.handleMouseMove,!0),document.removeEventListener("mouseup",d.handleMouseUp,!0),window.removeEventListener("load",d.handleLoad,!0),window.removeEventListener("DOMMouseScroll",d.handleWheel,!0),document.removeEventListener("mousewheel",d.handleWheel,!0));d.isIE&&(document.detachEvent("onmousemove",
10
+ d.handleMouseMove),document.detachEvent("onmouseup",d.handleMouseUp),window.detachEvent("onload",d.handleLoad))};d.makeChart=function(a,b,c){var e=b.type,g=b.theme;d.isString(g)&&(g=d.themes[g],b.theme=g);var f;switch(e){case "serial":f=new d.AmSerialChart(g);break;case "xy":f=new d.AmXYChart(g);break;case "pie":f=new d.AmPieChart(g);break;case "radar":f=new d.AmRadarChart(g);break;case "gauge":f=new d.AmAngularGauge(g);break;case "funnel":f=new d.AmFunnelChart(g);break;case "map":f=new d.AmMap(g);
11
+ break;case "stock":f=new d.AmStockChart(g);break;case "gantt":f=new d.AmGanttChart(g)}d.extend(f,b);d.isReady?isNaN(c)?f.write(a):setTimeout(function(){d.realWrite(f,a)},c):d.ready(function(){isNaN(c)?f.write(a):setTimeout(function(){d.realWrite(f,a)},c)});return f};d.realWrite=function(a,b){a.write(b)};d.updateCount=0;d.validateAt=Math.round(d.updateRate/10);d.update=function(){var a=d.charts;d.updateCount++;var b=!1;d.updateCount==d.validateAt&&(b=!0,d.updateCount=0);if(a)for(var c=a.length-1;0<=
12
+ c;c--)a[c].update&&a[c].update(),b&&(a[c].autoResize?a[c].validateSize&&a[c].validateSize():a[c].premeasure&&a[c].premeasure());window.requestAnimationFrame&&window.requestAnimationFrame(d.update)};d.bezierX=3;d.bezierY=6;"complete"==document.readyState&&d.handleLoad()})();(function(){var d=window.AmCharts;d.toBoolean=function(a,b){if(void 0===a)return b;switch(String(a).toLowerCase()){case "true":case "yes":case "1":return!0;case "false":case "no":case "0":case null:return!1;default:return!!a}};d.removeFromArray=function(a,b){var c;if(void 0!==b&&void 0!==a)for(c=a.length-1;0<=c;c--)a[c]==b&&a.splice(c,1)};d.getPath=function(){var a=document.getElementsByTagName("script");if(a)for(var b=0;b<a.length;b++){var c=a[b].src;if(-1!==c.search(/\/(amcharts|ammap)\.js/))return c.replace(/\/(amcharts|ammap)\.js.*/,
13
  "/")}};d.normalizeUrl=function(a){return""!==a&&-1===a.search(/\/$/)?a+"/":a};d.isAbsolute=function(a){return 0===a.search(/^http[s]?:|^\//)};d.isInArray=function(a,b){for(var c=0;c<a.length;c++)if(a[c]==b)return!0;return!1};d.getDecimals=function(a){var b=0;isNaN(a)||(a=String(a),-1!=a.indexOf("e-")?b=Number(a.split("-")[1]):-1!=a.indexOf(".")&&(b=a.split(".")[1].length));return b};d.wordwrap=function(a,b,c,e){var g,f,h,k;a+="";if(1>b)return a;g=-1;for(a=(k=a.split(/\r\n|\n|\r/)).length;++g<a;k[g]+=
14
  h){h=k[g];for(k[g]="";h.length>b;k[g]+=d.trim(h.slice(0,f))+((h=h.slice(f)).length?c:""))f=2==e||(f=h.slice(0,b+1).match(/\S*(\s)?$/))[1]?b:f.input.length-f[0].length||1==e&&b||f.input.length+(f=h.slice(b).match(/^\S*/))[0].length;h=d.trim(h)}return k.join(c)};d.trim=function(a){return a.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"")};d.wrappedText=function(a,b,c,e,g,f,h,k){var l=d.text(a,b,c,e,g,f,h);if(l){var m=l.getBBox();if(m.width>k){var n="\n";d.isModern||(n="<br>");k=Math.floor(k/(m.width/
15
+ b.length));2<k&&(k-=2);b=d.wordwrap(b,k,n,!0);l.remove();l=d.text(a,b,c,e,g,f,h)}}return l};d.getStyle=function(a,b){var c="";if(document.defaultView&&document.defaultView.getComputedStyle)try{c=document.defaultView.getComputedStyle(a,"").getPropertyValue(b)}catch(e){}else a.currentStyle&&(b=b.replace(/\-(\w)/g,function(a,b){return b.toUpperCase()}),c=a.currentStyle[b]);return c};d.removePx=function(a){if(void 0!==a)return Number(a.substring(0,a.length-2))};d.getURL=function(a,b){if(a)if("_self"!=
16
+ b&&b)if("_top"==b&&window.top)window.top.location.href=a;else if("_parent"==b&&window.parent)window.parent.location.href=a;else if("_blank"==b)window.open(a);else{var c=document.getElementsByName(b)[0];c?c.src=a:(c=d.windows[b])?c.opener&&!c.opener.closed?c.location.href=a:d.windows[b]=window.open(a):d.windows[b]=window.open(a)}else window.location.href=a};d.ifArray=function(a){return a&&"object"==typeof a&&0<a.length?!0:!1};d.callMethod=function(a,b){var c;for(c=0;c<b.length;c++){var e=b[c];if(e){if(e[a])e[a]();
17
+ var d=e.length;if(0<d){var f;for(f=0;f<d;f++){var h=e[f];if(h&&h[a])h[a]()}}}}};d.toNumber=function(a){return"number"==typeof a?a:Number(String(a).replace(/[^0-9\-.]+/g,""))};d.toColor=function(a){if(""!==a&&void 0!==a)if(-1!=a.indexOf(",")){a=a.split(",");var b;for(b=0;b<a.length;b++){var c=a[b].substring(a[b].length-6,a[b].length);a[b]="#"+c}}else a=a.substring(a.length-6,a.length),a="#"+a;return a};d.toCoordinate=function(a,b,c){var e;void 0!==a&&(a=String(a),c&&c<b&&(b=c),e=Number(a),-1!=a.indexOf("!")&&
18
+ (e=b-Number(a.substr(1))),-1!=a.indexOf("%")&&(e=b*Number(a.substr(0,a.length-1))/100));return e};d.fitToBounds=function(a,b,c){a<b&&(a=b);a>c&&(a=c);return a};d.isDefined=function(a){return void 0===a?!1:!0};d.stripNumbers=function(a){return a.replace(/[0-9]+/g,"")};d.roundTo=function(a,b){if(0>b)return a;var c=Math.pow(10,b);return Math.round(a*c)/c};d.toFixed=function(a,b){var c=String(Math.round(a*Math.pow(10,b)));if(0<b){var e=c.length;if(e<b){var d;for(d=0;d<b-e;d++)c="0"+c}e=c.substring(0,
19
+ c.length-b);""===e&&(e=0);return e+"."+c.substring(c.length-b,c.length)}return String(c)};d.formatDuration=function(a,b,c,e,g,f){var h=d.intervals,k=f.decimalSeparator;if(a>=h[b].contains){var l=a-Math.floor(a/h[b].contains)*h[b].contains;"ss"==b?(l=d.formatNumber(l,f),1==l.split(k)[0].length&&(l="0"+l)):l=d.roundTo(l,f.precision);("mm"==b||"hh"==b)&&10>l&&(l="0"+l);c=l+""+e[b]+""+c;a=Math.floor(a/h[b].contains);b=h[b].nextInterval;return d.formatDuration(a,b,c,e,g,f)}"ss"==b&&(a=d.formatNumber(a,
20
+ f),1==a.split(k)[0].length&&(a="0"+a));("mm"==b||"hh"==b)&&10>a&&(a="0"+a);c=a+""+e[b]+""+c;if(h[g].count>h[b].count)for(a=h[b].count;a<h[g].count;a++)b=h[b].nextInterval,"ss"==b||"mm"==b||"hh"==b?c="00"+e[b]+""+c:"DD"==b&&(c="0"+e[b]+""+c);":"==c.charAt(c.length-1)&&(c=c.substring(0,c.length-1));return c};d.formatNumber=function(a,b,c,e,g){a=d.roundTo(a,b.precision);isNaN(c)&&(c=b.precision);var f=b.decimalSeparator;b=b.thousandsSeparator;var h;h=0>a?"-":"";a=Math.abs(a);var k=String(a),l=!1;-1!=
21
+ k.indexOf("e")&&(l=!0);0<=c&&!l&&(k=d.toFixed(a,c));var m="";if(l)m=k;else{var k=k.split("."),l=String(k[0]),n;for(n=l.length;0<=n;n-=3)m=n!=l.length?0!==n?l.substring(n-3,n)+b+m:l.substring(n-3,n)+m:l.substring(n-3,n);void 0!==k[1]&&(m=m+f+k[1]);void 0!==c&&0<c&&"0"!=m&&(m=d.addZeroes(m,f,c))}m=h+m;""===h&&!0===e&&0!==a&&(m="+"+m);!0===g&&(m+="%");return m};d.addZeroes=function(a,b,c){a=a.split(b);void 0===a[1]&&0<c&&(a[1]="0");return a[1].length<c?(a[1]+="0",d.addZeroes(a[0]+b+a[1],b,c)):void 0!==
22
+ a[1]?a[0]+b+a[1]:a[0]};d.scientificToNormal=function(a){var b;a=String(a).split("e");var c;if("-"==a[1].substr(0,1)){b="0.";for(c=0;c<Math.abs(Number(a[1]))-1;c++)b+="0";b+=a[0].split(".").join("")}else{var e=0;b=a[0].split(".");b[1]&&(e=b[1].length);b=a[0].split(".").join("");for(c=0;c<Math.abs(Number(a[1]))-e;c++)b+="0"}return b};d.toScientific=function(a,b){if(0===a)return"0";var c=Math.floor(Math.log(Math.abs(a))*Math.LOG10E),e=String(e).split(".").join(b);return String(e)+"e"+c};d.randomColor=
23
+ function(){return"#"+("00000"+(16777216*Math.random()<<0).toString(16)).substr(-6)};d.hitTest=function(a,b,c){var e=!1,g=a.x,f=a.x+a.width,h=a.y,k=a.y+a.height,l=d.isInRectangle;e||(e=l(g,h,b));e||(e=l(g,k,b));e||(e=l(f,h,b));e||(e=l(f,k,b));e||!0===c||(e=d.hitTest(b,a,!0));return e};d.isInRectangle=function(a,b,c){return a>=c.x-5&&a<=c.x+c.width+5&&b>=c.y-5&&b<=c.y+c.height+5?!0:!1};d.isPercents=function(a){if(-1!=String(a).indexOf("%"))return!0};d.formatValue=function(a,b,c,e,g,f,h,k){if(b){void 0===
24
+ g&&(g="");var l;for(l=0;l<c.length;l++){var m=c[l],n=b[m];void 0!==n&&(n=f?d.addPrefix(n,k,h,e):d.formatNumber(n,e),a=a.replace(new RegExp("\\[\\["+g+""+m+"\\]\\]","g"),n))}}return a};d.formatDataContextValue=function(a,b){if(a){var c=a.match(/\[\[.*?\]\]/g),e;for(e=0;e<c.length;e++){var d=c[e],d=d.substr(2,d.length-4);void 0!==b[d]&&(a=a.replace(new RegExp("\\[\\["+d+"\\]\\]","g"),b[d]))}}return a};d.massReplace=function(a,b){for(var c in b)if(b.hasOwnProperty(c)){var e=b[c];void 0===e&&(e="");a=
25
+ a.replace(c,e)}return a};d.cleanFromEmpty=function(a){return a.replace(/\[\[[^\]]*\]\]/g,"")};d.addPrefix=function(a,b,c,e,g){var f=d.formatNumber(a,e),h="",k,l,m;if(0===a)return"0";0>a&&(h="-");a=Math.abs(a);if(1<a)for(k=b.length-1;-1<k;k--){if(a>=b[k].number&&(l=a/b[k].number,m=Number(e.precision),1>m&&(m=1),c=d.roundTo(l,m),m=d.formatNumber(c,{precision:-1,decimalSeparator:e.decimalSeparator,thousandsSeparator:e.thousandsSeparator}),!g||l==c)){f=h+""+m+""+b[k].prefix;break}}else for(k=0;k<c.length;k++)if(a<=
26
+ c[k].number){l=a/c[k].number;m=Math.abs(Math.floor(Math.log(l)*Math.LOG10E));l=d.roundTo(l,m);f=h+""+l+""+c[k].prefix;break}return f};d.remove=function(a){a&&a.remove()};d.getEffect=function(a){">"==a&&(a="easeOutSine");"<"==a&&(a="easeInSine");"elastic"==a&&(a="easeOutElastic");return a};d.getObjById=function(a,b){var c,e;for(e=0;e<a.length;e++){var d=a[e];if(d.id==b){c=d;break}}return c};d.applyTheme=function(a,b,c){b||(b=d.theme);b&&b[c]&&d.extend(a,b[c])};d.isString=function(a){return"string"==
27
+ typeof a?!0:!1};d.extend=function(a,b,c){var e;a||(a={});for(e in b)c?a.hasOwnProperty(e)||(a[e]=b[e]):a[e]=b[e];return a};d.copyProperties=function(a,b){for(var c in a)a.hasOwnProperty(c)&&"events"!=c&&void 0!==a[c]&&"function"!=typeof a[c]&&"cname"!=c&&(b[c]=a[c])};d.processObject=function(a,b,c,e){if(!1===a instanceof b&&(a=e?d.extend(new b(c),a):d.extend(a,new b(c),!0),a.listeners))for(var g in a.listeners)b=a.listeners[g],a.addListener(b.event,b.method);return a};d.fixNewLines=function(a){var b=
28
+ RegExp("\\n","g");a&&(a=a.replace(b,"<br />"));return a};d.fixBrakes=function(a){if(d.isModern){var b=RegExp("<br>","g");a&&(a=a.replace(b,"\n"))}else a=d.fixNewLines(a);return a};d.deleteObject=function(a,b){if(a){if(void 0===b||null===b)b=20;if(0!==b)if("[object Array]"===Object.prototype.toString.call(a))for(var c=0;c<a.length;c++)d.deleteObject(a[c],b-1),a[c]=null;else if(a&&!a.tagName)try{for(c in a)a[c]&&("object"==typeof a[c]&&d.deleteObject(a[c],b-1),"function"!=typeof a[c]&&(a[c]=null))}catch(e){}}};
29
+ d.bounce=function(a,b,c,e,d){return(b/=d)<1/2.75?7.5625*e*b*b+c:b<2/2.75?e*(7.5625*(b-=1.5/2.75)*b+.75)+c:b<2.5/2.75?e*(7.5625*(b-=2.25/2.75)*b+.9375)+c:e*(7.5625*(b-=2.625/2.75)*b+.984375)+c};d.easeInOutQuad=function(a,b,c,e,d){b/=d/2;if(1>b)return e/2*b*b+c;b--;return-e/2*(b*(b-2)-1)+c};d.easeInSine=function(a,b,c,e,d){return-e*Math.cos(b/d*(Math.PI/2))+e+c};d.easeOutSine=function(a,b,c,e,d){return e*Math.sin(b/d*(Math.PI/2))+c};d.easeOutElastic=function(a,b,c,e,d){a=1.70158;var f=0,h=e;if(0===
30
+ b)return c;if(1==(b/=d))return c+e;f||(f=.3*d);h<Math.abs(e)?(h=e,a=f/4):a=f/(2*Math.PI)*Math.asin(e/h);return h*Math.pow(2,-10*b)*Math.sin(2*(b*d-a)*Math.PI/f)+e+c};d.fixStepE=function(a){a=a.toExponential(0).split("e");var b=Number(a[1]);9==Number(a[0])&&b++;return d.generateNumber(1,b)};d.generateNumber=function(a,b){var c="",e;e=0>b?Math.abs(b)-1:Math.abs(b);var d;for(d=0;d<e;d++)c+="0";return 0>b?Number("0."+c+String(a)):Number(String(a)+c)};d.setCN=function(a,b,c,e){if(a.addClassNames&&b&&(b=
31
+ b.node)&&c){var d=b.getAttribute("class");a=a.classNamePrefix+"-";e&&(a="");d?b.setAttribute("class",d+" "+a+c):b.setAttribute("class",a+c)}};d.parseDefs=function(a,b){for(var c in a){var e=typeof a[c];if(0<a[c].length&&"object"==e)for(var g=0;g<a[c].length;g++)e=document.createElementNS(d.SVG_NS,c),b.appendChild(e),d.parseDefs(a[c][g],e);else"object"==e?(e=document.createElementNS(d.SVG_NS,c),b.appendChild(e),d.parseDefs(a[c],e)):b.setAttribute(c,a[c])}}})();(function(){var d=window.AmCharts;d.AmDraw=d.Class({construct:function(a,b,c,e){d.SVG_NS="http://www.w3.org/2000/svg";d.SVG_XLINK="http://www.w3.org/1999/xlink";d.hasSVG=!!document.createElementNS&&!!document.createElementNS(d.SVG_NS,"svg").createSVGRect;1>b&&(b=10);1>c&&(c=10);this.div=a;this.width=b;this.height=c;this.rBin=document.createElement("div");d.hasSVG?(d.SVG=!0,b=this.createSvgElement("svg"),a.appendChild(b),this.container=b,this.addDefs(e),this.R=new d.SVGRenderer(this)):d.isIE&&d.VMLRenderer&&
 
 
32
  (d.VML=!0,d.vmlStyleSheet||(document.namespaces.add("amvml","urn:schemas-microsoft-com:vml"),31>document.styleSheets.length?(b=document.createStyleSheet(),b.addRule(".amvml","behavior:url(#default#VML); display:inline-block; antialias:true"),d.vmlStyleSheet=b):document.styleSheets[0].addRule(".amvml","behavior:url(#default#VML); display:inline-block; antialias:true")),this.container=a,this.R=new d.VMLRenderer(this,e),this.R.disableSelection(a))},createSvgElement:function(a){return document.createElementNS(d.SVG_NS,
33
  a)},circle:function(a,b,c,e){var g=new d.AmDObject("circle",this);g.attr({r:c,cx:a,cy:b});this.addToContainer(g.node,e);return g},ellipse:function(a,b,c,e,g){var f=new d.AmDObject("ellipse",this);f.attr({rx:c,ry:e,cx:a,cy:b});this.addToContainer(f.node,g);return f},setSize:function(a,b){0<a&&0<b&&(this.container.style.width=a+"px",this.container.style.height=b+"px")},rect:function(a,b,c,e,g,f,h){var k=new d.AmDObject("rect",this);d.VML&&(g=Math.round(100*g/Math.min(c,e)),c+=2*f,e+=2*f,k.bw=f,k.node.style.marginLeft=
34
  -f,k.node.style.marginTop=-f);1>c&&(c=1);1>e&&(e=1);k.attr({x:a,y:b,width:c,height:e,rx:g,ry:g,"stroke-width":f});this.addToContainer(k.node,h);return k},image:function(a,b,c,e,g,f){var h=new d.AmDObject("image",this);h.attr({x:b,y:c,width:e,height:g});this.R.path(h,a);this.addToContainer(h.node,f);return h},addToContainer:function(a,b){b||(b=this.container);b.appendChild(a)},text:function(a,b,c){return this.R.text(a,b,c)},path:function(a,b,c,e){var g=new d.AmDObject("path",this);e||(e="100,100");
35
+ g.attr({cs:e});c?g.attr({dd:a}):g.attr({d:a});this.addToContainer(g.node,b);return g},set:function(a){return this.R.set(a)},remove:function(a){if(a){var b=this.rBin;b.appendChild(a);b.innerHTML=""}},renderFix:function(){var a=this.container,b=a.style;b.top="0px";b.left="0px";try{var c=a.getBoundingClientRect(),e=c.left-Math.round(c.left),d=c.top-Math.round(c.top);e&&(b.left=e+"px");d&&(b.top=d+"px")}catch(f){}},update:function(){this.R.update()},addDefs:function(a){if(d.hasSVG){var b=this.createSvgElement("desc"),
36
+ c=this.container;c.setAttribute("version","1.1");c.style.position="absolute";this.setSize(this.width,this.height);d.rtl&&(c.setAttribute("direction","rtl"),c.style.left="auto",c.style.right="0px");a&&(a.addCodeCredits&&b.appendChild(document.createTextNode("JavaScript chart by amCharts "+a.version)),c.appendChild(b),a.defs&&(b=this.createSvgElement("defs"),c.appendChild(b),d.parseDefs(a.defs,b),this.defs=b))}}})})();(function(){var d=window.AmCharts;d.AmDObject=d.Class({construct:function(a,b){this.D=b;this.R=b.R;this.node=this.R.create(this,a);this.y=this.x=0;this.scale=1},attr:function(a){this.R.attr(this,a);return this},getAttr:function(a){return this.node.getAttribute(a)},setAttr:function(a,b){this.R.setAttr(this,a,b);return this},clipRect:function(a,b,c,e){this.R.clipRect(this,a,b,c,e)},translate:function(a,b,c,e){e||(a=Math.round(a),b=Math.round(b));this.R.move(this,a,b,c);this.x=a;this.y=b;this.scale=
37
+ c;this.angle&&this.rotate(this.angle)},rotate:function(a,b){this.R.rotate(this,a,b);this.angle=a},animate:function(a,b,c){for(var e in a)if(a.hasOwnProperty(e)){var g=e,f=a[e];c=d.getEffect(c);this.R.animate(this,g,f,b,c)}},push:function(a){if(a){var b=this.node;b.appendChild(a.node);var c=a.clipPath;c&&b.appendChild(c);(a=a.grad)&&b.appendChild(a)}},text:function(a){this.R.setText(this,a)},remove:function(){this.stop();this.R.remove(this)},clear:function(){var a=this.node;if(a.hasChildNodes())for(;1<=
38
+ a.childNodes.length;)a.removeChild(a.firstChild)},hide:function(){this.setAttr("visibility","hidden")},show:function(){this.setAttr("visibility","visible")},getBBox:function(){return this.R.getBBox(this)},toFront:function(){var a=this.node;if(a){this.prevNextNode=a.nextSibling;var b=a.parentNode;b&&b.appendChild(a)}},toPrevious:function(){var a=this.node;a&&this.prevNextNode&&(a=a.parentNode)&&a.insertBefore(this.prevNextNode,null)},toBack:function(){var a=this.node;if(a){this.prevNextNode=a.nextSibling;
39
+ var b=a.parentNode;if(b){var c=b.firstChild;c&&b.insertBefore(a,c)}}},mouseover:function(a){this.R.addListener(this,"mouseover",a);return this},mouseout:function(a){this.R.addListener(this,"mouseout",a);return this},click:function(a){this.R.addListener(this,"click",a);return this},dblclick:function(a){this.R.addListener(this,"dblclick",a);return this},mousedown:function(a){this.R.addListener(this,"mousedown",a);return this},mouseup:function(a){this.R.addListener(this,"mouseup",a);return this},touchmove:function(a){this.R.addListener(this,
40
+ "touchmove",a);return this},touchstart:function(a){this.R.addListener(this,"touchstart",a);return this},touchend:function(a){this.R.addListener(this,"touchend",a);return this},contextmenu:function(a){this.node.addEventListener?this.node.addEventListener("contextmenu",a,!0):this.R.addListener(this,"contextmenu",a);return this},stop:function(){d.removeFromArray(this.R.animations,this.an_translate);d.removeFromArray(this.R.animations,this.an_y);d.removeFromArray(this.R.animations,this.an_x)},length:function(){return this.node.childNodes.length},
41
+ gradient:function(a,b,c){this.R.gradient(this,a,b,c)},pattern:function(a,b,c){a&&this.R.pattern(this,a,b,c)}})})();(function(){var d=window.AmCharts;d.SVGRenderer=d.Class({construct:function(a){this.D=a;this.animations=[]},create:function(a,b){return document.createElementNS(d.SVG_NS,b)},attr:function(a,b){for(var c in b)b.hasOwnProperty(c)&&this.setAttr(a,c,b[c])},setAttr:function(a,b,c){void 0!==c&&a.node.setAttribute(b,c)},animate:function(a,b,c,e,g){a.animationFinished=!1;var f=a.node;a["an_"+b]&&d.removeFromArray(this.animations,a["an_"+b]);"translate"==b?(f=(f=f.getAttribute("transform"))?String(f).substring(10,
42
+ f.length-1):"0,0",f=f.split(", ").join(" "),f=f.split(" ").join(","),0===f&&(f="0,0")):f=Number(f.getAttribute(b));c={obj:a,frame:0,attribute:b,from:f,to:c,time:e,effect:g};this.animations.push(c);a["an_"+b]=c},update:function(){var a,b=this.animations;for(a=b.length-1;0<=a;a--){var c=b[a],e=c.time*d.updateRate,g=c.frame+1,f=c.obj,h=c.attribute,k,l,m;g<=e?(c.frame++,"translate"==h?(k=c.from.split(","),h=Number(k[0]),k=Number(k[1]),isNaN(k)&&(k=0),l=c.to.split(","),m=Number(l[0]),l=Number(l[1]),m=
43
+ 0===m-h?m:Math.round(d[c.effect](0,g,h,m-h,e)),c=0===l-k?l:Math.round(d[c.effect](0,g,k,l-k,e)),h="transform",c="translate("+m+","+c+")"):(l=Number(c.from),k=Number(c.to),m=k-l,c=d[c.effect](0,g,l,m,e),isNaN(c)&&(c=k),0===m&&this.animations.splice(a,1)),this.setAttr(f,h,c)):("translate"==h?(l=c.to.split(","),m=Number(l[0]),l=Number(l[1]),f.translate(m,l)):(k=Number(c.to),this.setAttr(f,h,k)),f.animationFinished=!0,this.animations.splice(a,1))}},getBBox:function(a){if(a=a.node)try{return a.getBBox()}catch(b){}return{width:0,
44
+ height:0,x:0,y:0}},path:function(a,b){a.node.setAttributeNS(d.SVG_XLINK,"xlink:href",b)},clipRect:function(a,b,c,e,g){var f=a.node,h=a.clipPath;h&&this.D.remove(h);var k=f.parentNode;k&&(f=document.createElementNS(d.SVG_NS,"clipPath"),h=d.getUniqueId(),f.setAttribute("id",h),this.D.rect(b,c,e,g,0,0,f),k.appendChild(f),b="#",d.baseHref&&!d.isIE&&(b=this.removeTarget(window.location.href)+b),this.setAttr(a,"clip-path","url("+b+h+")"),this.clipPathC++,a.clipPath=f)},text:function(a,b,c){var e=new d.AmDObject("text",
45
+ this.D);a=String(a).split("\n");var g=d.removePx(b["font-size"]),f;for(f=0;f<a.length;f++){var h=this.create(null,"tspan");h.appendChild(document.createTextNode(a[f]));h.setAttribute("y",(g+2)*f+Math.round(g/2));h.setAttribute("x",0);e.node.appendChild(h)}e.node.setAttribute("y",Math.round(g/2));this.attr(e,b);this.D.addToContainer(e.node,c);return e},setText:function(a,b){var c=a.node;c&&(c.removeChild(c.firstChild),c.appendChild(document.createTextNode(b)))},move:function(a,b,c,e){isNaN(b)&&(b=
46
+ 0);isNaN(c)&&(c=0);b="translate("+b+","+c+")";e&&(b=b+" scale("+e+")");this.setAttr(a,"transform",b)},rotate:function(a,b){var c=a.node.getAttribute("transform"),e="rotate("+b+")";c&&(e=c+" "+e);this.setAttr(a,"transform",e)},set:function(a){var b=new d.AmDObject("g",this.D);this.D.container.appendChild(b.node);if(a){var c;for(c=0;c<a.length;c++)b.push(a[c])}return b},addListener:function(a,b,c){a.node["on"+b]=c},gradient:function(a,b,c,e){var g=a.node,f=a.grad;f&&this.D.remove(f);b=document.createElementNS(d.SVG_NS,
47
+ b);f=d.getUniqueId();b.setAttribute("id",f);if(!isNaN(e)){var h=0,k=0,l=0,m=0;90==e?l=100:270==e?m=100:180==e?h=100:0===e&&(k=100);b.setAttribute("x1",h+"%");b.setAttribute("x2",k+"%");b.setAttribute("y1",l+"%");b.setAttribute("y2",m+"%")}for(e=0;e<c.length;e++)h=document.createElementNS(d.SVG_NS,"stop"),k=100*e/(c.length-1),0===e&&(k=0),h.setAttribute("offset",k+"%"),h.setAttribute("stop-color",c[e]),b.appendChild(h);g.parentNode.appendChild(b);c="#";d.baseHref&&!d.isIE&&(c=this.removeTarget(window.location.href)+
48
+ c);g.setAttribute("fill","url("+c+f+")");a.grad=b},removeTarget:function(a){return a.split("#")[0]},pattern:function(a,b,c,e){var g=a.node;isNaN(c)&&(c=1);var f=a.patternNode;f&&this.D.remove(f);var f=document.createElementNS(d.SVG_NS,"pattern"),h=d.getUniqueId(),k=b;b.url&&(k=b.url);d.isAbsolute(k)||-1!=k.indexOf("data:image")||(k=e+k);e=Number(b.width);isNaN(e)&&(e=4);var l=Number(b.height);isNaN(l)&&(l=4);e/=c;l/=c;c=b.x;isNaN(c)&&(c=0);var m=-Math.random()*Number(b.randomX);isNaN(m)||(c=m);m=
49
+ b.y;isNaN(m)&&(m=0);var n=-Math.random()*Number(b.randomY);isNaN(n)||(m=n);f.setAttribute("id",h);f.setAttribute("width",e);f.setAttribute("height",l);f.setAttribute("patternUnits","userSpaceOnUse");f.setAttribute("xlink:href",k);b.color&&(n=document.createElementNS(d.SVG_NS,"rect"),n.setAttributeNS(null,"height",e),n.setAttributeNS(null,"width",l),n.setAttributeNS(null,"fill",b.color),f.appendChild(n));this.D.image(k,0,0,e,l,f).translate(c,m);k="#";d.baseHref&&!d.isIE&&(k=this.removeTarget(window.location.href)+
50
+ k);g.setAttribute("fill","url("+k+h+")");a.patternNode=f;g.parentNode.appendChild(f)},remove:function(a){a.clipPath&&this.D.remove(a.clipPath);a.grad&&this.D.remove(a.grad);a.patternNode&&this.D.remove(a.patternNode);this.D.remove(a.node)}})})();(function(){var d=window.AmCharts;d.AmChart=d.Class({construct:function(a){this.svgIcons=this.tapToActivate=!0;this.theme=a;this.classNamePrefix="amcharts";this.addClassNames=!1;this.version="3.19.3";d.addChart(this);this.createEvents("buildStarted","dataUpdated","init","rendered","drawn","failed","resized","animationFinished");this.height=this.width="100%";this.dataChanged=!0;this.chartCreated=!1;this.previousWidth=this.previousHeight=0;this.backgroundColor="#FFFFFF";this.borderAlpha=this.backgroundAlpha=
51
+ 0;this.color=this.borderColor="#000000";this.fontFamily="Verdana";this.fontSize=11;this.usePrefixes=!1;this.autoResize=!0;this.autoDisplay=!1;this.addCodeCredits=!0;this.touchStartTime=this.touchClickDuration=0;this.precision=-1;this.percentPrecision=2;this.decimalSeparator=".";this.thousandsSeparator=",";this.labels=[];this.allLabels=[];this.titles=[];this.marginRight=this.marginLeft=this.autoMarginOffset=0;this.timeOuts=[];this.creditsPosition="top-left";var b=document.createElement("div"),c=b.style;
52
+ c.overflow="hidden";c.position="relative";c.textAlign="left";this.chartDiv=b;b=document.createElement("div");c=b.style;c.overflow="hidden";c.position="relative";c.textAlign="left";this.legendDiv=b;this.titleHeight=0;this.hideBalloonTime=150;this.handDrawScatter=2;this.handDrawThickness=1;this.prefixesOfBigNumbers=[{number:1E3,prefix:"k"},{number:1E6,prefix:"M"},{number:1E9,prefix:"G"},{number:1E12,prefix:"T"},{number:1E15,prefix:"P"},{number:1E18,prefix:"E"},{number:1E21,prefix:"Z"},{number:1E24,
53
+ prefix:"Y"}];this.prefixesOfSmallNumbers=[{number:1E-24,prefix:"y"},{number:1E-21,prefix:"z"},{number:1E-18,prefix:"a"},{number:1E-15,prefix:"f"},{number:1E-12,prefix:"p"},{number:1E-9,prefix:"n"},{number:1E-6,prefix:"\u03bc"},{number:.001,prefix:"m"}];this.panEventsEnabled=!0;this.product="amcharts";this.animations=[];this.balloon=new d.AmBalloon(this.theme);this.balloon.chart=this;this.processTimeout=0;this.processCount=1E3;this.animatable=[];d.applyTheme(this,a,"AmChart")},drawChart:function(){0<
54
+ this.realWidth&&0<this.realHeight&&(this.drawBackground(),this.redrawLabels(),this.drawTitles(),this.brr(),this.renderFix(),this.chartDiv&&(this.boundingRect=this.chartDiv.getBoundingClientRect()))},drawBackground:function(){d.remove(this.background);var a=this.container,b=this.backgroundColor,c=this.backgroundAlpha,e=this.set;d.isModern||0!==c||(c=.001);var g=this.updateWidth();this.realWidth=g;var f=this.updateHeight();this.realHeight=f;b=d.polygon(a,[0,g-1,g-1,0],[0,0,f-1,f-1],b,c,1,this.borderColor,
55
+ this.borderAlpha);d.setCN(this,b,"bg");this.background=b;e.push(b);if(b=this.backgroundImage)a=a.image(b,0,0,g,f),d.setCN(this,b,"bg-image"),this.bgImg=a,e.push(a)},drawTitles:function(a){var b=this.titles;this.titleHeight=0;if(d.ifArray(b)){var c=20,e;for(e=0;e<b.length;e++){var g=b[e],g=d.processObject(g,d.Title,this.theme);if(!1!==g.enabled){var f=g.color;void 0===f&&(f=this.color);var h=g.size;isNaN(h)&&(h=this.fontSize+2);isNaN(g.alpha);var k=this.marginLeft,l=!0;void 0!==g.bold&&(l=g.bold);
56
+ f=d.wrappedText(this.container,g.text,f,this.fontFamily,h,"middle",l,this.realWidth-35);f.translate(k+(this.realWidth-this.marginRight-k)/2,c);f.node.style.pointerEvents="none";g.sprite=f;d.setCN(this,f,"title");g.id&&d.setCN(this,f,"title-"+g.id);f.attr({opacity:g.alpha});c+=f.getBBox().height+5;a?f.remove():this.freeLabelsSet.push(f)}}this.titleHeight=c-10}},write:function(a){var b=this;if(b.listeners)for(var c=0;c<b.listeners.length;c++){var e=b.listeners[c];b.addListener(e.event,e.method)}b.fire({type:"buildStarted",
57
+ chart:b});b.afterWriteTO&&clearTimeout(b.afterWriteTO);0<b.processTimeout?b.afterWriteTO=setTimeout(function(){b.afterWrite.call(b,a)},b.processTimeout):b.afterWrite(a)},afterWrite:function(a){if(a="object"!=typeof a?document.getElementById(a):a){for(;a.firstChild;)a.removeChild(a.firstChild);this.div=a;a.style.overflow="hidden";a.style.textAlign="left";var b=this.chartDiv,c=this.legendDiv,e=this.legend,g=c.style,f=b.style;this.measure();this.previousHeight=this.divRealHeight;this.previousWidth=this.divRealWidth;
58
+ var h,k=document.createElement("div");h=k.style;h.position="relative";this.containerDiv=k;k.className=this.classNamePrefix+"-main-div";b.className=this.classNamePrefix+"-chart-div";a.appendChild(k);var l=this.exportConfig;l&&d.AmExport&&!this.AmExport&&(this.AmExport=new d.AmExport(this,l));this.amExport&&d.AmExport&&(this.AmExport=d.extend(this.amExport,new d.AmExport(this),!0));this.AmExport&&this.AmExport.init&&this.AmExport.init();if(e){e=this.addLegend(e,e.divId);if(e.enabled)switch(g.left=null,
59
+ g.top=null,g.right=null,f.left=null,f.right=null,f.top=null,g.position="relative",f.position="relative",e.position){case "bottom":k.appendChild(b);k.appendChild(c);break;case "top":k.appendChild(c);k.appendChild(b);break;case "absolute":h.width=a.style.width;h.height=a.style.height;g.position="absolute";f.position="absolute";void 0!==e.left&&(g.left=e.left+"px");void 0!==e.right&&(g.right=e.right+"px");void 0!==e.top&&(g.top=e.top+"px");void 0!==e.bottom&&(g.bottom=e.bottom+"px");e.marginLeft=0;e.marginRight=
60
+ 0;k.appendChild(b);k.appendChild(c);break;case "right":h.width=a.style.width;h.height=a.style.height;g.position="relative";f.position="absolute";k.appendChild(b);k.appendChild(c);break;case "left":h.width=a.style.width;h.height=a.style.height;g.position="absolute";f.position="relative";k.appendChild(b);k.appendChild(c);break;case "outside":k.appendChild(b)}else k.appendChild(b);this.prevLegendPosition=e.position}else k.appendChild(b);this.listenersAdded||(this.addListeners(),this.listenersAdded=!0);
61
+ this.initChart()}},createLabelsSet:function(){d.remove(this.labelsSet);this.labelsSet=this.container.set();this.freeLabelsSet.push(this.labelsSet)},initChart:function(){this.balloon=d.processObject(this.balloon,d.AmBalloon,this.theme);window.AmCharts_path&&(this.path=window.AmCharts_path);void 0===this.path&&(this.path=d.getPath());void 0===this.path&&(this.path="amcharts/");this.path=d.normalizeUrl(this.path);void 0===this.pathToImages&&(this.pathToImages=this.path+"images/");this.initHC||(d.callInitHandler(this),
62
+ this.initHC=!0);d.applyLang(this.language,this);var a=this.numberFormatter;a&&(isNaN(a.precision)||(this.precision=a.precision),void 0!==a.thousandsSeparator&&(this.thousandsSeparator=a.thousandsSeparator),void 0!==a.decimalSeparator&&(this.decimalSeparator=a.decimalSeparator));(a=this.percentFormatter)&&!isNaN(a.precision)&&(this.percentPrecision=a.precision);this.nf={precision:this.precision,thousandsSeparator:this.thousandsSeparator,decimalSeparator:this.decimalSeparator};this.pf={precision:this.percentPrecision,
63
+ thousandsSeparator:this.thousandsSeparator,decimalSeparator:this.decimalSeparator};this.destroy();(a=this.container)?(a.container.innerHTML="",a.width=this.realWidth,a.height=this.realHeight,a.addDefs(this),this.chartDiv.appendChild(a.container)):a=new d.AmDraw(this.chartDiv,this.realWidth,this.realHeight,this);this.container=a;this.extension=".png";this.svgIcons&&d.SVG&&(this.extension=".svg");this.checkDisplay();a.chart=this;d.VML||d.SVG?(a.handDrawn=this.handDrawn,a.handDrawScatter=this.handDrawScatter,
64
+ a.handDrawThickness=this.handDrawThickness,d.remove(this.set),this.set=a.set(),d.remove(this.gridSet),this.gridSet=a.set(),d.remove(this.cursorLineSet),this.cursorLineSet=a.set(),d.remove(this.graphsBehindSet),this.graphsBehindSet=a.set(),d.remove(this.bulletBehindSet),this.bulletBehindSet=a.set(),d.remove(this.columnSet),this.columnSet=a.set(),d.remove(this.graphsSet),this.graphsSet=a.set(),d.remove(this.trendLinesSet),this.trendLinesSet=a.set(),d.remove(this.axesSet),this.axesSet=a.set(),d.remove(this.cursorSet),
65
+ this.cursorSet=a.set(),d.remove(this.scrollbarsSet),this.scrollbarsSet=a.set(),d.remove(this.bulletSet),this.bulletSet=a.set(),d.remove(this.freeLabelsSet),this.freeLabelsSet=a.set(),d.remove(this.axesLabelsSet),this.axesLabelsSet=a.set(),d.remove(this.balloonsSet),this.balloonsSet=a.set(),d.remove(this.plotBalloonsSet),this.plotBalloonsSet=a.set(),d.remove(this.zoomButtonSet),this.zoomButtonSet=a.set(),d.remove(this.zbSet),this.zbSet=null,d.remove(this.linkSet),this.linkSet=a.set()):this.fire({type:"failed",
66
+ chart:this})},premeasure:function(){var a=this.div;if(a){try{this.boundingRect=this.chartDiv.getBoundingClientRect()}catch(e){}var b=a.offsetWidth,c=a.offsetHeight;a.clientHeight&&(b=a.clientWidth,c=a.clientHeight);if(b!=this.mw||c!=this.mh)this.mw=b,this.mh=c,this.measure()}},measure:function(){var a=this.div;if(a){var b=this.chartDiv,c=a.offsetWidth,e=a.offsetHeight,g=this.container;a.clientHeight&&(c=a.clientWidth,e=a.clientHeight);var f=d.removePx(d.getStyle(a,"padding-left")),h=d.removePx(d.getStyle(a,
67
+ "padding-right")),k=d.removePx(d.getStyle(a,"padding-top")),l=d.removePx(d.getStyle(a,"padding-bottom"));isNaN(f)||(c-=f);isNaN(h)||(c-=h);isNaN(k)||(e-=k);isNaN(l)||(e-=l);f=a.style;a=f.width;f=f.height;-1!=a.indexOf("px")&&(c=d.removePx(a));-1!=f.indexOf("px")&&(e=d.removePx(f));e=Math.round(e);c=Math.round(c);a=Math.round(d.toCoordinate(this.width,c));f=Math.round(d.toCoordinate(this.height,e));(c!=this.previousWidth||e!=this.previousHeight)&&0<a&&0<f&&(b.style.width=a+"px",b.style.height=f+"px",
68
+ b.style.padding=0,g&&g.setSize(a,f),this.balloon=d.processObject(this.balloon,d.AmBalloon,this.theme));this.balloon.setBounds&&this.balloon.setBounds(2,2,a-2,f);this.balloon.chart=this;this.realWidth=a;this.realHeight=f;this.divRealWidth=c;this.divRealHeight=e}},checkDisplay:function(){if(this.autoDisplay&&this.container){var a=d.rect(this.container,10,10),b=a.getBBox();0===b.width&&0===b.height&&(this.divRealHeight=this.divRealWidth=this.realHeight=this.realWidth=0,this.previousWidth=this.previousHeight=
69
+ NaN);a.remove()}},destroy:function(){this.chartDiv.innerHTML="";this.clearTimeOuts();this.legend&&this.legend.destroy()},clearTimeOuts:function(){var a=this.timeOuts;if(a){var b;for(b=0;b<a.length;b++)clearTimeout(a[b])}this.timeOuts=[]},clear:function(a){d.callMethod("clear",[this.chartScrollbar,this.scrollbarV,this.scrollbarH,this.chartCursor]);this.chartCursor=this.scrollbarH=this.scrollbarV=this.chartScrollbar=null;this.clearTimeOuts();this.container&&(this.container.remove(this.chartDiv),this.container.remove(this.legendDiv));
70
+ a||d.removeChart(this);if(a=this.div)for(;a.firstChild;)a.removeChild(a.firstChild);this.legend&&this.legend.destroy()},setMouseCursor:function(a){"auto"==a&&d.isNN&&(a="default");this.chartDiv.style.cursor=a;this.legendDiv.style.cursor=a},redrawLabels:function(){this.labels=[];var a=this.allLabels;this.createLabelsSet();var b;for(b=0;b<a.length;b++)this.drawLabel(a[b])},drawLabel:function(a){var b=this;if(b.container&&!1!==a.enabled){a=d.processObject(a,d.Label,b.theme);var c=a.y,e=a.text,g=a.align,
71
+ f=a.size,h=a.color,k=a.rotation,l=a.alpha,m=a.bold,n=d.toCoordinate(a.x,b.realWidth),c=d.toCoordinate(c,b.realHeight);n||(n=0);c||(c=0);void 0===h&&(h=b.color);isNaN(f)&&(f=b.fontSize);g||(g="start");"left"==g&&(g="start");"right"==g&&(g="end");"center"==g&&(g="middle",k?c=b.realHeight-c+c/2:n=b.realWidth/2-n);void 0===l&&(l=1);void 0===k&&(k=0);c+=f/2;e=d.text(b.container,e,h,b.fontFamily,f,g,m,l);e.translate(n,c);d.setCN(b,e,"label");a.id&&d.setCN(b,e,"label-"+a.id);0!==k&&e.rotate(k);a.url?(e.setAttr("cursor",
72
+ "pointer"),e.click(function(){d.getURL(a.url,b.urlTarget)})):e.node.style.pointerEvents="none";b.labelsSet.push(e);b.labels.push(e)}},addLabel:function(a,b,c,e,d,f,h,k,l,m){a={x:a,y:b,text:c,align:e,size:d,color:f,alpha:k,rotation:h,bold:l,url:m,enabled:!0};this.container&&this.drawLabel(a);this.allLabels.push(a)},clearLabels:function(){var a=this.labels,b;for(b=a.length-1;0<=b;b--)a[b].remove();this.labels=[];this.allLabels=[]},updateHeight:function(){var a=this.divRealHeight,b=this.legend;if(b){var c=
73
+ this.legendDiv.offsetHeight,b=b.position;if("top"==b||"bottom"==b){a-=c;if(0>a||isNaN(a))a=0;this.chartDiv.style.height=a+"px"}}return a},updateWidth:function(){var a=this.divRealWidth,b=this.divRealHeight,c=this.legend;if(c){var e=this.legendDiv,d=e.offsetWidth;isNaN(c.width)||(d=c.width);c.ieW&&(d=c.ieW);var f=e.offsetHeight,e=e.style,h=this.chartDiv.style,c=c.position;if("right"==c||"left"==c){a-=d;if(0>a||isNaN(a))a=0;h.width=a+"px";this.balloon.setBounds(2,2,a-2,this.realHeight);"left"==c?(h.left=
74
+ d+"px",e.left="0px"):(h.left="0px",e.left=a+"px");b>f&&(e.top=(b-f)/2+"px")}}return a},getTitleHeight:function(){this.drawTitles(!0);return this.titleHeight},addTitle:function(a,b,c,e,d){isNaN(b)&&(b=this.fontSize+2);a={text:a,size:b,color:c,alpha:e,bold:d,enabled:!0};this.titles.push(a);return a},handleWheel:function(a){var b=0;a||(a=window.event);a.wheelDelta?b=a.wheelDelta/120:a.detail&&(b=-a.detail/3);b&&this.handleWheelReal(b,a.shiftKey);a.preventDefault&&a.preventDefault()},handleWheelReal:function(){},
75
+ handleDocTouchStart:function(){this.hideBalloonReal();this.handleMouseMove();this.tmx=this.mouseX;this.tmy=this.mouseY;this.touchStartTime=(new Date).getTime()},handleDocTouchEnd:function(){-.5<this.tmx&&this.tmx<this.divRealWidth+1&&0<this.tmy&&this.tmy<this.divRealHeight?(this.handleMouseMove(),4>Math.abs(this.mouseX-this.tmx)&&4>Math.abs(this.mouseY-this.tmy)&&(this.tapped=!0)):this.tapped=!1},checkTouchDuration:function(){if((new Date).getTime()-this.touchStartTime>this.touchClickDuration)return!0},
76
+ checkTouchMoved:function(){if(4<Math.abs(this.mouseX-this.tmx)||4<Math.abs(this.mouseY-this.tmy))return!0},addListeners:function(){var a=this,b=a.chartDiv;document.addEventListener?(a.panEventsEnabled&&(b.style.msTouchAction="none",b.style.touchAction="none"),"ontouchstart"in document.documentElement&&(b.addEventListener("touchstart",function(b){a.handleTouchStart.call(a,b)},!0),b.addEventListener("touchmove",function(b){a.handleMouseMove.call(a,b)},!0),b.addEventListener("touchend",function(b){a.handleTouchEnd.call(a,
77
+ b)},!0),document.addEventListener("touchstart",function(b){a.handleDocTouchStart.call(a,b)}),document.addEventListener("touchend",function(b){a.handleDocTouchEnd.call(a,b)})),b.addEventListener("mousedown",function(b){a.mouseIsOver=!0;a.handleMouseMove.call(a,b);a.handleMouseDown.call(a,b)},!0),b.addEventListener("mouseover",function(b){a.handleMouseOver.call(a,b)},!0),b.addEventListener("mouseout",function(b){a.handleMouseOut.call(a,b)},!0)):(b.attachEvent("onmousedown",function(b){a.handleMouseDown.call(a,
78
+ b)}),b.attachEvent("onmouseover",function(b){a.handleMouseOver.call(a,b)}),b.attachEvent("onmouseout",function(b){a.handleMouseOut.call(a,b)}))},dispDUpd:function(){this.skipEvents||(this.dispatchDataUpdated&&(this.dispatchDataUpdated=!1,this.fire({type:"dataUpdated",chart:this})),this.chartCreated||(this.chartCreated=!0,this.fire({type:"init",chart:this})),this.chartRendered||(this.fire({type:"rendered",chart:this}),this.chartRendered=!0),this.fire({type:"drawn",chart:this}));this.skipEvents=!1},
79
+ validateSize:function(){var a=this;a.premeasure();a.checkDisplay();if(a.divRealWidth!=a.previousWidth||a.divRealHeight!=a.previousHeight){var b=a.legend;if(0<a.realWidth&&0<a.realHeight){a.sizeChanged=!0;if(b){a.legendInitTO&&clearTimeout(a.legendInitTO);var c=setTimeout(function(){b.invalidateSize()},10);a.timeOuts.push(c);a.legendInitTO=c}a.marginsUpdated=!1;clearTimeout(a.initTO);c=setTimeout(function(){a.initChart()},10);a.timeOuts.push(c);a.initTO=c}a.renderFix();b&&b.renderFix&&b.renderFix();
80
+ clearTimeout(a.resizedTO);a.resizedTO=setTimeout(function(){a.fire({type:"resized",chart:a})},10);a.previousHeight=a.divRealHeight;a.previousWidth=a.divRealWidth}},invalidateSize:function(){this.previousHeight=this.previousWidth=NaN;this.invalidateSizeReal()},invalidateSizeReal:function(){var a=this;a.marginsUpdated=!1;clearTimeout(a.validateTO);var b=setTimeout(function(){a.validateSize()},5);a.timeOuts.push(b);a.validateTO=b},validateData:function(a){this.chartCreated&&(this.dataChanged=!0,this.marginsUpdated=
81
+ !1,this.initChart(a))},validateNow:function(a,b){this.initTO&&clearTimeout(this.initTO);a&&(this.dataChanged=!0,this.marginsUpdated=!1);this.skipEvents=b;this.chartRendered=!1;var c=this.legend;c&&c.position!=this.prevLegendPosition&&(this.previousWidth=this.mw=0,c.invalidateSize&&(c.invalidateSize(),this.validateSize()));this.write(this.div)},showItem:function(a){a.hidden=!1;this.initChart()},hideItem:function(a){a.hidden=!0;this.initChart()},hideBalloon:function(){var a=this;clearTimeout(a.hoverInt);
82
+ clearTimeout(a.balloonTO);a.hoverInt=setTimeout(function(){a.hideBalloonReal.call(a)},a.hideBalloonTime)},cleanChart:function(){},hideBalloonReal:function(){var a=this.balloon;a&&a.hide&&a.hide()},showBalloon:function(a,b,c,e,d){var f=this;clearTimeout(f.balloonTO);clearTimeout(f.hoverInt);f.balloonTO=setTimeout(function(){f.showBalloonReal.call(f,a,b,c,e,d)},1)},showBalloonReal:function(a,b,c,e,d){this.handleMouseMove();var f=this.balloon;f.enabled&&(f.followCursor(!1),f.changeColor(b),!c||f.fixedPosition?
83
+ (f.setPosition(e,d),isNaN(e)||isNaN(d)?f.followCursor(!0):f.followCursor(!1)):f.followCursor(!0),a&&f.showBalloon(a))},handleMouseOver:function(){this.outTO&&clearTimeout(this.outTO);d.resetMouseOver();this.mouseIsOver=!0},handleMouseOut:function(){var a=this;d.resetMouseOver();a.outTO&&clearTimeout(a.outTO);a.outTO=setTimeout(function(){a.handleMouseOutReal()},10)},handleMouseOutReal:function(){this.mouseIsOver=!1},handleMouseMove:function(a){a||(a=window.event);this.mouse2Y=this.mouse2X=NaN;var b,
84
+ c,e,d;if(a){if(a.touches){var f=a.touches.item(1);f&&this.panEventsEnabled&&this.boundingRect&&(e=f.clientX-this.boundingRect.left,d=f.clientY-this.boundingRect.top);a=a.touches.item(0);if(!a)return}else this.wasTouched=!1;this.boundingRect&&a.clientX&&(b=a.clientX-this.boundingRect.left,c=a.clientY-this.boundingRect.top);isNaN(e)?this.mouseX=b:(this.mouseX=Math.min(b,e),this.mouse2X=Math.max(b,e));isNaN(d)?this.mouseY=c:(this.mouseY=Math.min(c,d),this.mouse2Y=Math.max(c,d))}},handleTouchStart:function(a){this.hideBalloonReal();
85
  a&&(a.touches&&this.tapToActivate&&!this.tapped||!this.panRequired)||(this.handleMouseMove(a),this.handleMouseDown(a))},handleTouchEnd:function(a){this.wasTouched=!0;this.handleMouseMove(a);d.resetMouseOver();this.handleReleaseOutside(a)},handleReleaseOutside:function(){},handleMouseDown:function(a){d.resetMouseOver();this.mouseIsOver=!0;a&&a.preventDefault&&(this.panEventsEnabled?a.preventDefault():a.touches||a.preventDefault())},addLegend:function(a,b){a=d.processObject(a,d.AmLegend,this.theme);
86
  a.divId=b;a.ieW=0;var c;c="object"!=typeof b&&b?document.getElementById(b):b;this.legend=a;a.chart=this;c?(a.div=c,a.position="outside",a.autoMargins=!1):a.div=this.legendDiv;return a},removeLegend:function(){this.legend=void 0;this.legendDiv.innerHTML=""},handleResize:function(){(d.isPercents(this.width)||d.isPercents(this.height))&&this.invalidateSizeReal();this.renderFix()},renderFix:function(){if(!d.VML){var a=this.container;a&&a.renderFix()}},getSVG:function(){if(d.hasSVG)return this.container},
87
+ animate:function(a,b,c,e,g,f,h){a["an_"+b]&&d.removeFromArray(this.animations,a["an_"+b]);c={obj:a,frame:0,attribute:b,from:c,to:e,time:g,effect:f,suffix:h};a["an_"+b]=c;this.animations.push(c);return c},setLegendData:function(a){var b=this.legend;b&&b.setData(a)},stopAnim:function(a){d.removeFromArray(this.animations,a)},updateAnimations:function(){var a;this.container&&this.container.update();if(this.animations)for(a=this.animations.length-1;0<=a;a--){var b=this.animations[a],c=d.updateRate*b.time,
88
+ e=b.frame+1,g=b.obj,f=b.attribute;if(e<=c){b.frame++;var h=Number(b.from),k=Number(b.to)-h,c=d[b.effect](0,e,h,k,c);0===k?(this.animations.splice(a,1),g.node.style[f]=Number(b.to)+b.suffix):g.node.style[f]=c+b.suffix}else g.node.style[f]=Number(b.to)+b.suffix,g.animationFinished=!0,this.animations.splice(a,1)}},update:function(){this.updateAnimations();var a=this.animatable;if(0<a.length){for(var b=!0,c=a.length-1;0<=c;c--){var e=a[c];e&&(e.animationFinished?a.splice(c,1):b=!1)}b&&(this.fire({type:"animationFinished",
89
+ chart:this}),this.animatable=[])}},inIframe:function(){try{return window.self!==window.top}catch(a){return!0}},brr:function(){if(!this.hideCredits){var a="amcharts.com",b=window.location.hostname.split("."),c;2<=b.length&&(c=b[b.length-2]+"."+b[b.length-1]);this.amLink&&(b=this.amLink.parentNode)&&b.removeChild(this.amLink);b=this.creditsPosition;if(c!=a||!0===this.inIframe()){var a="http://www."+a,e=c=0,d=this.realWidth,f=this.realHeight,h=this.type;if("serial"==h||"xy"==h||"gantt"==h)c=this.marginLeftReal,
90
+ e=this.marginTopReal,d=c+this.plotAreaWidth,f=e+this.plotAreaHeight;var h=a+"/javascript-charts/",k="JavaScript charts",l="JS chart by amCharts";"ammap"==this.product&&(h=a+"/javascript-maps/",k="Interactive JavaScript maps",l="JS map by amCharts");a=document.createElement("a");l=document.createTextNode(l);a.setAttribute("href",h);a.setAttribute("title",k);a.appendChild(l);this.chartDiv.appendChild(a);this.amLink=a;h=a.style;h.position="absolute";h.textDecoration="none";h.color=this.color;h.fontFamily=
91
+ this.fontFamily;h.fontSize="11px";h.opacity=.7;h.display="block";var k=a.offsetWidth,a=a.offsetHeight,l=5+c,m=e+5;"bottom-left"==b&&(l=5+c,m=f-a-3);"bottom-right"==b&&(l=d-k-5,m=f-a-3);"top-right"==b&&(l=d-k-5,m=e+5);h.left=l+"px";h.top=m+"px"}}}});d.Slice=d.Class({construct:function(){}});d.SerialDataItem=d.Class({construct:function(){}});d.GraphDataItem=d.Class({construct:function(){}});d.Guide=d.Class({construct:function(a){this.cname="Guide";d.applyTheme(this,a,this.cname)}});d.Title=d.Class({construct:function(a){this.cname=
92
+ "Title";d.applyTheme(this,a,this.cname)}});d.Label=d.Class({construct:function(a){this.cname="Label";d.applyTheme(this,a,this.cname)}})})();(function(){var d=window.AmCharts;d.AmBalloon=d.Class({construct:function(a){this.cname="AmBalloon";this.enabled=!0;this.fillColor="#FFFFFF";this.fillAlpha=.8;this.borderThickness=2;this.borderColor="#FFFFFF";this.borderAlpha=1;this.cornerRadius=0;this.maxWidth=220;this.horizontalPadding=8;this.verticalPadding=4;this.pointerWidth=6;this.pointerOrientation="V";this.color="#000000";this.adjustBorderColor=!0;this.show=this.follow=this.showBullet=!1;this.bulletSize=3;this.shadowAlpha=.4;this.shadowColor=
93
+ "#000000";this.fadeOutDuration=this.animationDuration=.3;this.fixedPosition=!0;this.offsetY=6;this.offsetX=1;this.textAlign="center";this.disableMouseEvents=!0;this.deltaSignX=this.deltaSignY=1;d.isModern||(this.offsetY*=1.5);this.sdy=this.sdx=0;d.applyTheme(this,a,this.cname)},draw:function(){var a=this.pointToX,b=this.pointToY;d.isModern||(this.drop=!1);var c=this.chart;d.VML&&(this.fadeOutDuration=0);this.xAnim&&c.stopAnim(this.xAnim);this.yAnim&&c.stopAnim(this.yAnim);this.sdy=this.sdx=0;if(!isNaN(a)){var e=
94
+ this.follow,g=c.container,f=this.set;d.remove(f);this.removeDiv();f=g.set();f.node.style.pointerEvents="none";this.set=f;this.mainSet?(this.mainSet.push(this.set),this.sdx=this.mainSet.x,this.sdy=this.mainSet.y):c.balloonsSet.push(f);if(this.show){var h=this.l,k=this.t,l=this.r,m=this.b,n=this.balloonColor,r=this.fillColor,t=this.borderColor,p=r;void 0!=n&&(this.adjustBorderColor?p=t=n:r=n);var q=this.horizontalPadding,u=this.verticalPadding,z=this.pointerWidth,B=this.pointerOrientation,y=this.cornerRadius,
95
+ v=c.fontFamily,A=this.fontSize;void 0==A&&(A=c.fontSize);var n=document.createElement("div"),C=c.classNamePrefix;n.className=C+"-balloon-div";this.className&&(n.className=n.className+" "+C+"-balloon-div-"+this.className);C=n.style;this.disableMouseEvents&&(C.pointerEvents="none");C.position="absolute";var w=this.minWidth,x="";isNaN(w)||(x="min-width:"+(w-2*q)+"px; ");n.innerHTML='<div style="text-align:'+this.textAlign+"; "+x+"max-width:"+this.maxWidth+"px; font-size:"+A+"px; color:"+this.color+"; font-family:"+
96
+ v+'">'+this.text+"</div>";c.chartDiv.appendChild(n);this.textDiv=n;var F=n.offsetWidth,D=n.offsetHeight;n.clientHeight&&(F=n.clientWidth,D=n.clientHeight);v=D+2*u;x=F+2*q;!isNaN(w)&&x<w&&(x=w);window.opera&&(v+=2);var H=!1,A=this.offsetY;c.handDrawn&&(A+=c.handDrawScatter+2);"H"!=B?(w=a-x/2,b<k+v+10&&"down"!=B?(H=!0,e&&(b+=A),A=b+z,this.deltaSignY=-1):(e&&(b-=A),A=b-v-z,this.deltaSignY=1)):(2*z>v&&(z=v/2),A=b-v/2,a<h+(l-h)/2?(w=a+z,this.deltaSignX=-1):(w=a-x-z,this.deltaSignX=1));A+v>=m&&(A=m-v);
97
+ A<k&&(A=k);w<h&&(w=h);w+x>l&&(w=l-x);var k=A+u,m=w+q,G=this.shadowAlpha,E=this.shadowColor,q=this.borderThickness,K=this.bulletSize,J,u=this.fillAlpha,L=this.borderAlpha;this.showBullet&&(J=d.circle(g,K,p,u),f.push(J));this.drop?(h=x/1.6,l=0,"V"==B&&(B="down"),"H"==B&&(B="left"),"down"==B&&(w=a+1,A=b-h-h/3),"up"==B&&(l=180,w=a+1,A=b+h+h/3),"left"==B&&(l=270,w=a+h+h/3+2,A=b),"right"==B&&(l=90,w=a-h-h/3+2,A=b),k=A-D/2+1,m=w-F/2-1,r=d.drop(g,h,l,r,u,q,t,L)):0<y||0===z?(0<G&&(a=d.rect(g,x,v,r,0,q+1,E,
98
+ G,y),d.isModern?a.translate(1,1):a.translate(4,4),f.push(a)),r=d.rect(g,x,v,r,u,q,t,L,y)):(p=[],y=[],"H"!=B?(h=a-w,h>x-z&&(h=x-z),h<z&&(h=z),p=[0,h-z,a-w,h+z,x,x,0,0],y=H?[0,0,b-A,0,0,v,v,0]:[v,v,b-A,v,v,0,0,v]):(B=b-A,B>v-z&&(B=v-z),B<z&&(B=z),y=[0,B-z,b-A,B+z,v,v,0,0],p=a<h+(l-h)/2?[0,0,w<a?0:a-w,0,0,x,x,0]:[x,x,w+x>a?x:a-w,x,x,0,0,x]),0<G&&(a=d.polygon(g,p,y,r,0,q,E,G),a.translate(1,1),f.push(a)),r=d.polygon(g,p,y,r,u,q,t,L));this.bg=r;f.push(r);r.toFront();d.setCN(c,r,"balloon-bg");this.className&&
99
+ d.setCN(c,r,"balloon-bg-"+this.className);g=1*this.deltaSignX;m+=this.sdx;k+=this.sdy;C.left=m+"px";C.top=k+"px";f.translate(w-g,A,1,!0);r=r.getBBox();this.bottom=A+v+1;this.yPos=r.y+A;J&&J.translate(this.pointToX-w+g,b-A);b=this.animationDuration;0<this.animationDuration&&!e&&!isNaN(this.prevX)&&(f.translate(this.prevX,this.prevY,NaN,!0),f.animate({translate:w-g+","+A},b,"easeOutSine"),n&&(C.left=this.prevTX+"px",C.top=this.prevTY+"px",this.xAnim=c.animate({node:n},"left",this.prevTX,m,b,"easeOutSine",
100
+ "px"),this.yAnim=c.animate({node:n},"top",this.prevTY,k,b,"easeOutSine","px")));this.prevX=w-g;this.prevY=A;this.prevTX=m;this.prevTY=k}}},fixPrevious:function(){this.rPrevX=this.prevX;this.rPrevY=this.prevY;this.rPrevTX=this.prevTX;this.rPrevTY=this.prevTY},restorePrevious:function(){this.prevX=this.rPrevX;this.prevY=this.rPrevY;this.prevTX=this.rPrevTX;this.prevTY=this.rPrevTY},followMouse:function(){if(this.follow&&this.show){var a=this.chart.mouseX-this.offsetX*this.deltaSignX-this.sdx,b=this.chart.mouseY-
101
+ this.sdy;this.pointToX=a;this.pointToY=b;if(a!=this.previousX||b!=this.previousY)if(this.previousX=a,this.previousY=b,0===this.cornerRadius)this.draw();else{var c=this.set;if(c){var e=c.getBBox(),a=a-e.width/2,d=b-e.height-10;a<this.l&&(a=this.l);a>this.r-e.width&&(a=this.r-e.width);d<this.t&&(d=b+10);c.translate(a,d);b=this.textDiv.style;b.left=a+this.horizontalPadding+"px";b.top=d+this.verticalPadding+"px"}}}},changeColor:function(a){this.balloonColor=a},setBounds:function(a,b,c,e){this.l=a;this.t=
102
+ b;this.r=c;this.b=e;this.destroyTO&&clearTimeout(this.destroyTO)},showBalloon:function(a){if(this.text!=a||this.positionChanged)this.text=a,this.isHiding=!1,this.show=!0,this.destroyTO&&clearTimeout(this.destroyTO),a=this.chart,this.fadeAnim1&&a.stopAnim(this.fadeAnim1),this.fadeAnim2&&a.stopAnim(this.fadeAnim2),this.draw(),this.positionChanged=!1},hide:function(a){var b=this;b.text=void 0;isNaN(a)&&(a=b.fadeOutDuration);var c=b.chart;if(0<a&&!b.isHiding){b.isHiding=!0;b.destroyTO&&clearTimeout(b.destroyTO);
103
+ b.destroyTO=setTimeout(function(){b.destroy.call(b)},1E3*a);b.follow=!1;b.show=!1;var e=b.set;e&&(e.setAttr("opacity",b.fillAlpha),b.fadeAnim1=e.animate({opacity:0},a,"easeInSine"));b.textDiv&&(b.fadeAnim2=c.animate({node:b.textDiv},"opacity",1,0,a,"easeInSine",""))}else b.show=!1,b.follow=!1,b.destroy()},setPosition:function(a,b){if(a!=this.pointToX||b!=this.pointToY)this.previousX=this.pointToX,this.previousY=this.pointToY,this.pointToX=a,this.pointToY=b,this.positionChanged=!0},followCursor:function(a){var b=
104
+ this;b.follow=a;clearInterval(b.interval);var c=b.chart.mouseX-b.sdx,e=b.chart.mouseY-b.sdy;!isNaN(c)&&a&&(b.pointToX=c-b.offsetX*b.deltaSignX,b.pointToY=e,b.followMouse(),b.interval=setInterval(function(){b.followMouse.call(b)},40))},removeDiv:function(){if(this.textDiv){var a=this.textDiv.parentNode;a&&a.removeChild(this.textDiv)}},destroy:function(){clearInterval(this.interval);d.remove(this.set);this.removeDiv();this.set=null}})})();(function(){var d=window.AmCharts;d.circle=function(a,b,c,e,g,f,h,k,l){0>=b&&(b=.001);if(void 0==g||0===g)g=.01;void 0===f&&(f="#000000");void 0===h&&(h=0);e={fill:c,stroke:f,"fill-opacity":e,"stroke-width":g,"stroke-opacity":h};a=isNaN(l)?a.circle(0,0,b).attr(e):a.ellipse(0,0,b,l).attr(e);k&&a.gradient("radialGradient",[c,d.adjustLuminosity(c,-.6)]);return a};d.text=function(a,b,c,e,g,f,h,k){f||(f="middle");"right"==f&&(f="end");"left"==f&&(f="start");isNaN(k)&&(k=1);void 0!==b&&(b=String(b),d.isIE&&
105
  !d.isModern&&(b=b.replace("&amp;","&"),b=b.replace("&","&amp;")));c={fill:c,"font-family":e,"font-size":g+"px",opacity:k};!0===h&&(c["font-weight"]="bold");c["text-anchor"]=f;return a.text(b,c)};d.polygon=function(a,b,c,e,g,f,h,k,l,m,n){isNaN(f)&&(f=.01);isNaN(k)&&(k=g);var r=e,t=!1;"object"==typeof r&&1<r.length&&(t=!0,r=r[0]);void 0===h&&(h=r);g={fill:r,stroke:h,"fill-opacity":g,"stroke-width":f,"stroke-opacity":k};void 0!==n&&0<n&&(g["stroke-dasharray"]=n);n=d.dx;f=d.dy;a.handDrawn&&(c=d.makeHD(b,
106
+ c,a.handDrawScatter),b=c[0],c=c[1]);h=Math.round;m&&(b[p]=d.roundTo(b[p],5),c[p]=d.roundTo(c[p],5),h=Number);k="M"+(h(b[0])+n)+","+(h(c[0])+f);for(var p=1;p<b.length;p++)m&&(b[p]=d.roundTo(b[p],5),c[p]=d.roundTo(c[p],5)),k+=" L"+(h(b[p])+n)+","+(h(c[p])+f);a=a.path(k+" Z").attr(g);t&&a.gradient("linearGradient",e,l);return a};d.rect=function(a,b,c,e,g,f,h,k,l,m,n){if(isNaN(b)||isNaN(c))return a.set();isNaN(f)&&(f=0);void 0===l&&(l=0);void 0===m&&(m=270);isNaN(g)&&(g=0);var r=e,t=!1;"object"==typeof r&&
107
+ (r=r[0],t=!0);void 0===h&&(h=r);void 0===k&&(k=g);b=Math.round(b);c=Math.round(c);var p=0,q=0;0>b&&(b=Math.abs(b),p=-b);0>c&&(c=Math.abs(c),q=-c);p+=d.dx;q+=d.dy;g={fill:r,stroke:h,"fill-opacity":g,"stroke-opacity":k};void 0!==n&&0<n&&(g["stroke-dasharray"]=n);a=a.rect(p,q,b,c,l,f).attr(g);t&&a.gradient("linearGradient",e,m);return a};d.bullet=function(a,b,c,e,g,f,h,k,l,m,n,r,t){var p;"circle"==b&&(b="round");switch(b){case "round":p=d.circle(a,c/2,e,g,f,h,k);break;case "square":p=d.polygon(a,[-c/
108
+ 2,c/2,c/2,-c/2],[c/2,c/2,-c/2,-c/2],e,g,f,h,k,m-180,void 0,t);break;case "rectangle":p=d.polygon(a,[-c,c,c,-c],[c/2,c/2,-c/2,-c/2],e,g,f,h,k,m-180,void 0,t);break;case "diamond":p=d.polygon(a,[-c/2,0,c/2,0],[0,-c/2,0,c/2],e,g,f,h,k);break;case "triangleUp":p=d.triangle(a,c,0,e,g,f,h,k);break;case "triangleDown":p=d.triangle(a,c,180,e,g,f,h,k);break;case "triangleLeft":p=d.triangle(a,c,270,e,g,f,h,k);break;case "triangleRight":p=d.triangle(a,c,90,e,g,f,h,k);break;case "bubble":p=d.circle(a,c/2,e,g,
109
+ f,h,k,!0);break;case "line":p=d.line(a,[-c/2,c/2],[0,0],e,g,f,h,k);break;case "yError":p=a.set();p.push(d.line(a,[0,0],[-c/2,c/2],e,g,f));p.push(d.line(a,[-l,l],[-c/2,-c/2],e,g,f));p.push(d.line(a,[-l,l],[c/2,c/2],e,g,f));break;case "xError":p=a.set(),p.push(d.line(a,[-c/2,c/2],[0,0],e,g,f)),p.push(d.line(a,[-c/2,-c/2],[-l,l],e,g,f)),p.push(d.line(a,[c/2,c/2],[-l,l],e,g,f))}p&&p.pattern(n,NaN,r);return p};d.triangle=function(a,b,c,e,d,f,h,k){if(void 0===f||0===f)f=1;void 0===h&&(h="#000");void 0===
110
+ k&&(k=0);e={fill:e,stroke:h,"fill-opacity":d,"stroke-width":f,"stroke-opacity":k};b/=2;var l;0===c&&(l=" M"+-b+","+b+" L0,"+-b+" L"+b+","+b+" Z");180==c&&(l=" M"+-b+","+-b+" L0,"+b+" L"+b+","+-b+" Z");90==c&&(l=" M"+-b+","+-b+" L"+b+",0 L"+-b+","+b+" Z");270==c&&(l=" M"+-b+",0 L"+b+","+b+" L"+b+","+-b+" Z");return a.path(l).attr(e)};d.line=function(a,b,c,e,g,f,h,k,l,m,n){if(a.handDrawn&&!n)return d.handDrawnLine(a,b,c,e,g,f,h,k,l,m,n);f={fill:"none","stroke-width":f};void 0!==h&&0<h&&(f["stroke-dasharray"]=
111
+ h);isNaN(g)||(f["stroke-opacity"]=g);e&&(f.stroke=e);e=Math.round;m&&(e=Number,b[0]=d.roundTo(b[0],5),c[0]=d.roundTo(c[0],5));m=d.dx;g=d.dy;h="M"+(e(b[0])+m)+","+(e(c[0])+g);for(k=1;k<b.length;k++)b[k]=d.roundTo(b[k],5),c[k]=d.roundTo(c[k],5),h+=" L"+(e(b[k])+m)+","+(e(c[k])+g);if(d.VML)return a.path(h,void 0,!0).attr(f);l&&(h+=" M0,0 L0,0");return a.path(h).attr(f)};d.makeHD=function(a,b,c){for(var e=[],d=[],f=1;f<a.length;f++)for(var h=Number(a[f-1]),k=Number(b[f-1]),l=Number(a[f]),m=Number(b[f]),
112
+ n=Math.round(Math.sqrt(Math.pow(l-h,2)+Math.pow(m-k,2))/50)+1,l=(l-h)/n,m=(m-k)/n,r=0;r<=n;r++){var t=k+r*m+Math.random()*c;e.push(h+r*l+Math.random()*c);d.push(t)}return[e,d]};d.handDrawnLine=function(a,b,c,e,g,f,h,k,l,m){var n,r=a.set();for(n=1;n<b.length;n++)for(var t=[b[n-1],b[n]],p=[c[n-1],c[n]],p=d.makeHD(t,p,a.handDrawScatter),t=p[0],p=p[1],q=1;q<t.length;q++)r.push(d.line(a,[t[q-1],t[q]],[p[q-1],p[q]],e,g,f+Math.random()*a.handDrawThickness-a.handDrawThickness/2,h,k,l,m,!0));return r};d.doNothing=
113
+ function(a){return a};d.drop=function(a,b,c,e,d,f,h,k){var l=1/180*Math.PI,m=c-20,n=Math.sin(m*l)*b,r=Math.cos(m*l)*b,t=Math.sin((m+40)*l)*b,p=Math.cos((m+40)*l)*b,q=.8*b,u=-b/3,z=b/3;0===c&&(u=-u,z=0);180==c&&(z=0);90==c&&(u=0);270==c&&(u=0,z=-z);c={fill:e,stroke:h,"stroke-width":f,"stroke-opacity":k,"fill-opacity":d};b="M"+n+","+r+" A"+b+","+b+",0,1,1,"+t+","+p+(" A"+q+","+q+",0,0,0,"+(Math.sin((m+20)*l)*b+z)+","+(Math.cos((m+20)*l)*b+u));b+=" A"+q+","+q+",0,0,0,"+n+","+r;return a.path(b,void 0,
114
+ void 0,"1000,1000").attr(c)};d.wedge=function(a,b,c,e,g,f,h,k,l,m,n,r,t,p){var q=Math.round;f=q(f);h=q(h);k=q(k);var u=q(h/f*k),z=d.VML,B=359.5+f/100;359.94<B&&(B=359.94);g>=B&&(g=B);var y=1/180*Math.PI,B=b+Math.sin(e*y)*k,v=c-Math.cos(e*y)*u,A=b+Math.sin(e*y)*f,C=c-Math.cos(e*y)*h,w=b+Math.sin((e+g)*y)*f,x=c-Math.cos((e+g)*y)*h,F=b+Math.sin((e+g)*y)*k,y=c-Math.cos((e+g)*y)*u,D={fill:d.adjustLuminosity(m.fill,-.2),"stroke-opacity":0,"fill-opacity":m["fill-opacity"]},H=0;180<Math.abs(g)&&(H=1);e=a.set();
115
+ var G;z&&(B=q(10*B),A=q(10*A),w=q(10*w),F=q(10*F),v=q(10*v),C=q(10*C),x=q(10*x),y=q(10*y),b=q(10*b),l=q(10*l),c=q(10*c),f*=10,h*=10,k*=10,u*=10,1>Math.abs(g)&&1>=Math.abs(w-A)&&1>=Math.abs(x-C)&&(G=!0));g="";var E;r&&(D["fill-opacity"]=0,D["stroke-opacity"]=m["stroke-opacity"]/2,D.stroke=m.stroke);if(0<l){E=" M"+B+","+(v+l)+" L"+A+","+(C+l);z?(G||(E+=" A"+(b-f)+","+(l+c-h)+","+(b+f)+","+(l+c+h)+","+A+","+(C+l)+","+w+","+(x+l)),E+=" L"+F+","+(y+l),0<k&&(G||(E+=" B"+(b-k)+","+(l+c-u)+","+(b+k)+","+
116
+ (l+c+u)+","+F+","+(l+y)+","+B+","+(l+v)))):(E+=" A"+f+","+h+",0,"+H+",1,"+w+","+(x+l)+" L"+F+","+(y+l),0<k&&(E+=" A"+k+","+u+",0,"+H+",0,"+B+","+(v+l)));E+=" Z";var K=l;z&&(K/=10);for(var J=0;J<K;J+=10){var L=a.path(E,void 0,void 0,"1000,1000").attr(D);e.push(L);L.translate(0,-J)}E=a.path(" M"+B+","+v+" L"+B+","+(v+l)+" L"+A+","+(C+l)+" L"+A+","+C+" L"+B+","+v+" Z",void 0,void 0,"1000,1000").attr(D);l=a.path(" M"+w+","+x+" L"+w+","+(x+l)+" L"+F+","+(y+l)+" L"+F+","+y+" L"+w+","+x+" Z",void 0,void 0,
117
+ "1000,1000").attr(D);e.push(E);e.push(l)}z?(G||(g=" A"+q(b-f)+","+q(c-h)+","+q(b+f)+","+q(c+h)+","+q(A)+","+q(C)+","+q(w)+","+q(x)),h=" M"+q(B)+","+q(v)+" L"+q(A)+","+q(C)+g+" L"+q(F)+","+q(y)):h=" M"+B+","+v+" L"+A+","+C+(" A"+f+","+h+",0,"+H+",1,"+w+","+x)+" L"+F+","+y;0<k&&(z?G||(h+=" B"+(b-k)+","+(c-u)+","+(b+k)+","+(c+u)+","+F+","+y+","+B+","+v):h+=" A"+k+","+u+",0,"+H+",0,"+B+","+v);a.handDrawn&&(k=d.line(a,[B,A],[v,C],m.stroke,m.thickness*Math.random()*a.handDrawThickness,m["stroke-opacity"]),
118
+ e.push(k));k=a.path(h+" Z",void 0,void 0,"1000,1000").attr(m);if(n){u=[];for(z=0;z<n.length;z++)u.push(d.adjustLuminosity(m.fill,n[z]));"radial"!=p||d.isModern||(u=[]);0<u.length&&k.gradient(p+"Gradient",u)}d.isModern&&"radial"==p&&k.grad&&(k.grad.setAttribute("gradientUnits","userSpaceOnUse"),k.grad.setAttribute("r",f),k.grad.setAttribute("gradientTransform","translate("+(b-a.width/2)+","+(c-a.height/2)+")"),k.grad.setAttribute("cx",b),k.grad.setAttribute("cy",c));k.pattern(r,NaN,t);e.wedge=k;e.push(k);
119
+ return e};d.rgb2hex=function(a){return(a=a.match(/^rgba?[\s+]?\([\s+]?(\d+)[\s+]?,[\s+]?(\d+)[\s+]?,[\s+]?(\d+)[\s+]?/i))&&4===a.length?"#"+("0"+parseInt(a[1],10).toString(16)).slice(-2)+("0"+parseInt(a[2],10).toString(16)).slice(-2)+("0"+parseInt(a[3],10).toString(16)).slice(-2):""};d.adjustLuminosity=function(a,b){a&&-1!=a.indexOf("rgb")&&(a=d.rgb2hex(a));a=String(a).replace(/[^0-9a-f]/gi,"");6>a.length&&(a=String(a[0])+String(a[0])+String(a[1])+String(a[1])+String(a[2])+String(a[2]));b=b||0;var c=
120
+ "#",e,g;for(g=0;3>g;g++)e=parseInt(a.substr(2*g,2),16),e=Math.round(Math.min(Math.max(0,e+e*b),255)).toString(16),c+=("00"+e).substr(e.length);return c}})();(function(){var d=window.AmCharts;d.AmLegend=d.Class({construct:function(a){this.enabled=!0;this.cname="AmLegend";this.createEvents("rollOverMarker","rollOverItem","rollOutMarker","rollOutItem","showItem","hideItem","clickMarker","rollOverItem","rollOutItem","clickLabel");this.position="bottom";this.borderColor=this.color="#000000";this.borderAlpha=0;this.markerLabelGap=5;this.verticalGap=10;this.align="left";this.horizontalGap=0;this.spacing=10;this.markerDisabledColor="#AAB3B3";this.markerType=
121
  "square";this.markerSize=16;this.markerBorderThickness=this.markerBorderAlpha=1;this.marginBottom=this.marginTop=0;this.marginLeft=this.marginRight=20;this.autoMargins=!0;this.valueWidth=50;this.switchable=!0;this.switchType="x";this.switchColor="#FFFFFF";this.rollOverColor="#CC0000";this.reversedOrder=!1;this.labelText="[[title]]";this.valueText="[[value]]";this.useMarkerColorForLabels=!1;this.rollOverGraphAlpha=1;this.textClickEnabled=!1;this.equalWidths=!0;this.backgroundColor="#FFFFFF";this.backgroundAlpha=
122
  0;this.useGraphSettings=!1;this.showEntries=!0;d.applyTheme(this,a,this.cname)},setData:function(a){this.legendData=a;this.invalidateSize()},invalidateSize:function(){this.destroy();this.entries=[];this.valueLabels=[];var a=this.legendData;this.enabled&&(d.ifArray(a)||d.ifArray(this.data))&&this.drawLegend()},drawLegend:function(){var a=this.chart,b=this.position,c=this.width,e=a.divRealWidth,g=a.divRealHeight,f=this.div,h=this.legendData;this.data&&(h=this.data);isNaN(this.fontSize)&&(this.fontSize=
123
+ a.fontSize);this.maxColumnsReal=this.maxColumns;if("right"==b||"left"==b)this.maxColumnsReal=1,this.autoMargins&&(this.marginLeft=this.marginRight=10);else if(this.autoMargins){this.marginRight=a.marginRight;this.marginLeft=a.marginLeft;var k=a.autoMarginOffset;"bottom"==b?(this.marginBottom=k,this.marginTop=0):(this.marginTop=k,this.marginBottom=0)}c=void 0!==c?d.toCoordinate(c,e):"right"!=b&&"left"!=b?a.realWidth:0<this.ieW?this.ieW:a.realWidth;"outside"==b?(c=f.offsetWidth,g=f.offsetHeight,f.clientHeight&&
124
+ (c=f.clientWidth,g=f.clientHeight)):(isNaN(c)||(f.style.width=c+"px"),f.className="amChartsLegend "+a.classNamePrefix+"-legend-div");this.divWidth=c;(b=this.container)?(b.container.innerHTML="",f.appendChild(b.container),b.width=c,b.height=g,b.setSize(c,g),b.addDefs(a)):b=new d.AmDraw(f,c,g,a);this.container=b;this.lx=0;this.ly=8;g=this.markerSize;g>this.fontSize&&(this.ly=g/2-1);0<g&&(this.lx+=g+this.markerLabelGap);this.titleWidth=0;if(g=this.title)g=d.text(this.container,g,this.color,a.fontFamily,
125
+ this.fontSize,"start",!0),d.setCN(a,g,"legend-title"),g.translate(this.marginLeft,this.marginTop+this.verticalGap+this.ly+1),a=g.getBBox(),this.titleWidth=a.width+15,this.titleHeight=a.height+6;this.index=this.maxLabelWidth=0;if(this.showEntries){for(a=0;a<h.length;a++)this.createEntry(h[a]);for(a=this.index=0;a<h.length;a++)this.createValue(h[a])}this.arrangeEntries();this.updateValues()},arrangeEntries:function(){var a=this.position,b=this.marginLeft+this.titleWidth,c=this.marginRight,e=this.marginTop,
126
+ g=this.marginBottom,f=this.horizontalGap,h=this.div,k=this.divWidth,l=this.maxColumnsReal,m=this.verticalGap,n=this.spacing,r=k-c-b,t=0,p=0,q=this.container;this.set&&this.set.remove();var u=q.set();this.set=u;var z=q.set();u.push(z);var B=this.entries,y,v;for(v=0;v<B.length;v++){y=B[v].getBBox();var A=y.width;A>t&&(t=A);y=y.height;y>p&&(p=y)}var A=p=0,C=f,w=0,x=0;for(v=0;v<B.length;v++){var F=B[v];this.reversedOrder&&(F=B[B.length-v-1]);y=F.getBBox();var D;this.equalWidths?D=A*(t+n+this.markerLabelGap):
127
+ (D=C,C=C+y.width+f+n);y.height>x&&(x=y.height);D+y.width>r&&0<v&&0!==A&&(p++,D=A=0,C=D+y.width+f+n,w=w+x+m,x=0);F.translate(D,w);A++;!isNaN(l)&&A>=l&&(A=0,p++,w=w+x+m,C=f,x=0);z.push(F)}y=z.getBBox();l=y.height+2*m-1;"left"==a||"right"==a?(n=y.width+2*f,k=n+b+c,h.style.width=k+"px",this.ieW=k):n=k-b-c-1;c=d.polygon(this.container,[0,n,n,0],[0,0,l,l],this.backgroundColor,this.backgroundAlpha,1,this.borderColor,this.borderAlpha);d.setCN(this.chart,c,"legend-bg");u.push(c);u.translate(b,e);c.toBack();
128
+ b=f;if("top"==a||"bottom"==a||"absolute"==a||"outside"==a)"center"==this.align?b=f+(n-y.width)/2:"right"==this.align&&(b=f+n-y.width);z.translate(b,m+1);this.titleHeight>l&&(l=this.titleHeight);a=l+e+g+1;0>a&&(a=0);a>this.chart.divRealHeight&&(h.style.top="0px");h.style.height=Math.round(a)+"px";q.setSize(this.divWidth,a)},createEntry:function(a){if(!1!==a.visibleInLegend&&!a.hideFromLegend){var b=this.chart,c=a.markerType;a.legendEntryWidth=this.markerSize;c||(c=this.markerType);var e=a.color,g=
129
+ a.alpha;a.legendKeyColor&&(e=a.legendKeyColor());a.legendKeyAlpha&&(g=a.legendKeyAlpha());var f;!0===a.hidden&&(f=e=this.markerDisabledColor);var h=a.pattern,k=a.customMarker;k||(k=this.customMarker);var l=this.container,m=this.markerSize,n=0,r=0,t=m/2;if(this.useGraphSettings){c=a.type;this.switchType=void 0;if("line"==c||"step"==c||"smoothedLine"==c||"ohlc"==c)h=l.set(),a.hidden||(e=a.lineColorR,f=a.bulletBorderColorR),n=d.line(l,[0,2*m],[m/2,m/2],e,a.lineAlpha,a.lineThickness,a.dashLength),d.setCN(b,
130
+ n,"graph-stroke"),h.push(n),a.bullet&&(a.hidden||(e=a.bulletColorR),n=d.bullet(l,a.bullet,a.bulletSize,e,a.bulletAlpha,a.bulletBorderThickness,f,a.bulletBorderAlpha))&&(d.setCN(b,n,"graph-bullet"),n.translate(m+1,m/2),h.push(n)),t=0,n=m,r=m/3;else{var p;a.getGradRotation&&(p=a.getGradRotation(),0===p&&(p=180));n=a.fillColorsR;!0===a.hidden&&(n=e);if(h=this.createMarker("rectangle",n,a.fillAlphas,a.lineThickness,e,a.lineAlpha,p,h,a.dashLength))t=m,h.translate(t,m/2);n=m}d.setCN(b,h,"graph-"+c);d.setCN(b,
131
+ h,"graph-"+a.id)}else if(k)h=l.image(k,0,0,m,m);else{var q;isNaN(this.gradientRotation)||(q=180+this.gradientRotation);(h=this.createMarker(c,e,g,void 0,void 0,void 0,q,h))&&h.translate(m/2,m/2)}d.setCN(b,h,"legend-marker");this.addListeners(h,a);l=l.set([h]);this.switchable&&a.switchable&&l.setAttr("cursor","pointer");void 0!==a.id&&d.setCN(b,l,"legend-item-"+a.id);d.setCN(b,l,a.className,!0);f=this.switchType;var u;f&&"none"!=f&&0<m&&("x"==f?(u=this.createX(),u.translate(m/2,m/2)):u=this.createV(),
132
+ u.dItem=a,!0!==a.hidden?"x"==f?u.hide():u.show():"x"!=f&&u.hide(),this.switchable||u.hide(),this.addListeners(u,a),a.legendSwitch=u,l.push(u),d.setCN(b,u,"legend-switch"));f=this.color;a.showBalloon&&this.textClickEnabled&&void 0!==this.selectedColor&&(f=this.selectedColor);this.useMarkerColorForLabels&&(f=e);!0===a.hidden&&(f=this.markerDisabledColor);e=d.massReplace(this.labelText,{"[[title]]":a.title});p=this.fontSize;h&&(m<=p&&(m=m/2+this.ly-p/2+(p+2-m)/2-r,h.translate(t,m),u&&u.translate(u.x,
133
+ m)),a.legendEntryWidth=h.getBBox().width);var z;e&&(e=d.fixBrakes(e),a.legendTextReal=e,z=this.labelWidth,z=isNaN(z)?d.text(this.container,e,f,b.fontFamily,p,"start"):d.wrappedText(this.container,e,f,b.fontFamily,p,"start",!1,z,0),d.setCN(b,z,"legend-label"),z.translate(this.lx+n,this.ly),l.push(z),b=z.getBBox().width,this.maxLabelWidth<b&&(this.maxLabelWidth=b));this.entries[this.index]=l;a.legendEntry=this.entries[this.index];a.legendLabel=z;this.index++}},addListeners:function(a,b){var c=this;
134
+ a&&a.mouseover(function(a){c.rollOverMarker(b,a)}).mouseout(function(a){c.rollOutMarker(b,a)}).click(function(a){c.clickMarker(b,a)})},rollOverMarker:function(a,b){this.switchable&&this.dispatch("rollOverMarker",a,b);this.dispatch("rollOverItem",a,b)},rollOutMarker:function(a,b){this.switchable&&this.dispatch("rollOutMarker",a,b);this.dispatch("rollOutItem",a,b)},clickMarker:function(a,b){this.switchable&&(!0===a.hidden?this.dispatch("showItem",a,b):this.dispatch("hideItem",a,b));this.dispatch("clickMarker",
135
+ a,b)},rollOverLabel:function(a,b){a.hidden||(this.textClickEnabled&&a.legendLabel&&a.legendLabel.attr({fill:this.rollOverColor}),this.dispatch("rollOverItem",a,b))},rollOutLabel:function(a,b){if(!a.hidden){if(this.textClickEnabled&&a.legendLabel){var c=this.color;void 0!==this.selectedColor&&a.showBalloon&&(c=this.selectedColor);this.useMarkerColorForLabels&&(c=a.lineColor,void 0===c&&(c=a.color));a.legendLabel.attr({fill:c})}this.dispatch("rollOutItem",a,b)}},clickLabel:function(a,b){this.textClickEnabled?
136
+ a.hidden||this.dispatch("clickLabel",a,b):this.switchable&&(!0===a.hidden?this.dispatch("showItem",a,b):this.dispatch("hideItem",a,b))},dispatch:function(a,b,c){a={type:a,dataItem:b,target:this,event:c,chart:this.chart};this.chart&&this.chart.handleLegendEvent(a);this.fire(a)},createValue:function(a){var b=this,c=b.fontSize,e=b.chart;if(!1!==a.visibleInLegend&&!a.hideFromLegend){var g=b.maxLabelWidth;b.forceWidth&&(g=b.labelWidth);b.equalWidths||(b.valueAlign="left");"left"==b.valueAlign&&(g=a.legendEntry.getBBox().width);
137
+ var f=g;if(b.valueText&&0<b.valueWidth){var h=b.color;b.useMarkerColorForValues&&(h=a.color,a.legendKeyColor&&(h=a.legendKeyColor()));!0===a.hidden&&(h=b.markerDisabledColor);var k=b.valueText,g=g+b.lx+b.markerLabelGap+b.valueWidth,l="end";"left"==b.valueAlign&&(g-=b.valueWidth,l="start");h=d.text(b.container,k,h,b.chart.fontFamily,c,l);d.setCN(e,h,"legend-value");h.translate(g,b.ly);b.entries[b.index].push(h);f+=b.valueWidth+2*b.markerLabelGap;h.dItem=a;b.valueLabels.push(h)}b.index++;e=b.markerSize;
138
+ e<c+7&&(e=c+7,d.VML&&(e+=3));c=b.container.rect(a.legendEntryWidth,0,f,e,0,0).attr({stroke:"none",fill:"#fff","fill-opacity":.005});c.dItem=a;b.entries[b.index-1].push(c);c.mouseover(function(c){b.rollOverLabel(a,c)}).mouseout(function(c){b.rollOutLabel(a,c)}).click(function(c){b.clickLabel(a,c)})}},createV:function(){var a=this.markerSize;return d.polygon(this.container,[a/5,a/2,a-a/5,a/2],[a/3,a-a/5,a/5,a/1.7],this.switchColor)},createX:function(){var a=(this.markerSize-4)/2,b={stroke:this.switchColor,
139
+ "stroke-width":3},c=this.container,e=d.line(c,[-a,a],[-a,a]).attr(b),a=d.line(c,[-a,a],[a,-a]).attr(b);return this.container.set([e,a])},createMarker:function(a,b,c,e,g,f,h,k,l){var m=this.markerSize,n=this.container;g||(g=this.markerBorderColor);g||(g=b);isNaN(e)&&(e=this.markerBorderThickness);isNaN(f)&&(f=this.markerBorderAlpha);return d.bullet(n,a,m,b,c,e,g,f,m,h,k,this.chart.path,l)},validateNow:function(){this.invalidateSize()},updateValues:function(){var a=this.valueLabels,b=this.chart,c,e=
140
+ this.data;if(a)for(c=0;c<a.length;c++){var g=a[c],f=g.dItem,h=" ";if(e)f.value?g.text(f.value):g.text("");else{var k;if(void 0!==f.type){k=f.currentDataItem;var l=this.periodValueText;f.legendPeriodValueText&&(l=f.legendPeriodValueText);k?(h=this.valueText,f.legendValueText&&(h=f.legendValueText),h=b.formatString(h,k)):l&&b.formatPeriodString&&(l=d.massReplace(l,{"[[title]]":f.title}),h=b.formatPeriodString(l,f))}else h=b.formatString(this.valueText,f);if(l=this.valueFunction)k&&(f=k),h=l(f,h);g.text(h)}}},
141
+ renderFix:function(){if(!d.VML&&this.enabled){var a=this.container;a&&a.renderFix()}},destroy:function(){this.div.innerHTML="";d.remove(this.set)}})})();(function(){var d=window.AmCharts;d.AmMap=d.Class({inherits:d.AmChart,construct:function(a){this.cname="AmMap";this.type="map";this.theme=a;this.svgNotSupported="This browser doesn't support SVG. Use Chrome, Firefox, Internet Explorer 9 or later.";this.createEvents("rollOverMapObject","rollOutMapObject","clickMapObject","mouseDownMapObject","selectedObjectChanged","homeButtonClicked","zoomCompleted","dragCompleted","positionChanged","writeDevInfo","click");this.zoomDuration=.6;this.zoomControl=new d.ZoomControl(a);
142
+ this.fitMapToContainer=!0;this.mouseWheelZoomEnabled=this.backgroundZoomsToTop=!1;this.allowClickOnSelectedObject=this.useHandCursorOnClickableOjects=this.showBalloonOnSelectedObject=!0;this.showObjectsAfterZoom=this.wheelBusy=!1;this.zoomOnDoubleClick=this.useObjectColorForBalloon=!0;this.allowMultipleDescriptionWindows=!1;this.dragMap=this.centerMap=this.linesAboveImages=!0;this.colorSteps=5;this.forceNormalize=!1;this.showAreasInList=!0;this.showLinesInList=this.showImagesInList=!1;this.areasProcessor=
143
+ new d.AreasProcessor(this);this.areasSettings=new d.AreasSettings(a);this.imagesProcessor=new d.ImagesProcessor(this);this.imagesSettings=new d.ImagesSettings(a);this.linesProcessor=new d.LinesProcessor(this);this.linesSettings=new d.LinesSettings(a);this.initialTouchZoom=1;this.showDescriptionOnHover=!1;d.AmMap.base.construct.call(this,a);this.creditsPosition="bottom-left";this.product="ammap";this.areasClasses={};d.applyTheme(this,a,this.cname)},initChart:function(){this.zoomInstantly=!0;var a=
144
+ this.container;this.panRequired=!0;if(this.sizeChanged&&d.hasSVG&&this.chartCreated){this.freeLabelsSet&&this.freeLabelsSet.remove();this.freeLabelsSet=a.set();this.container.setSize(this.realWidth,this.realHeight);this.resizeMap();this.drawBackground();this.redrawLabels();this.drawTitles();this.processObjects();this.rescaleObjects();this.zoomControl.init(this,a);this.drawBg();var b=this.smallMap;b&&b.init(this,a);(b=this.valueLegend)&&b.init(this,a);this.sizeChanged=!1;this.zoomToLongLat(this.zLevelTemp,
145
+ this.zLongTemp,this.zLatTemp,!0);this.previousWidth=this.realWidth;this.previousHeight=this.realHeight;this.updateSmallMap();this.linkSet.toFront();this.zoomControl.update&&this.zoomControl.update()}else(d.AmMap.base.initChart.call(this),d.hasSVG)?(this.dataChanged&&(this.parseData(),this.dispatchDataUpdated=!0,this.dataChanged=!1,a=this.legend)&&(a.position="absolute",a.invalidateSize()),this.createDescriptionsDiv(),this.svgAreas=[],this.svgAreasById={},this.drawChart()):(this.chartDiv.style.textAlign=
146
+ "",this.chartDiv.setAttribute("class","ammapAlert"),this.chartDiv.innerHTML=this.svgNotSupported,this.fire({type:"failed",chart:this}))},storeTemp:function(){var a=this.zoomLongitude();isNaN(a)||(this.zLongTemp=a);a=this.zoomLatitude();isNaN(a)||(this.zLatTemp=a);a=this.zoomLevel();isNaN(a)||(this.zLevelTemp=a)},invalidateSize:function(){this.storeTemp();d.AmMap.base.invalidateSize.call(this)},validateSize:function(){d.hasSVG&&0<this.realWidth&&0<this.realHeight&&this.storeTemp();d.AmMap.base.validateSize.call(this)},
147
+ handleWheelReal:function(a){if(!this.wheelBusy){this.stopAnimation();var b=this.zoomLevel(),c=this.zoomControl,e=c.zoomFactor;this.wheelBusy=!0;a=d.fitToBounds(0<a?b*e:b/e,c.minZoomLevel,c.maxZoomLevel);e=this.mouseX/this.mapWidth;c=this.mouseY/this.mapHeight;e=(this.zoomX()-e)*(a/b)+e;b=(this.zoomY()-c)*(a/b)+c;this.zoomTo(a,e,b)}},addLegend:function(a,b){a.position="absolute";a.autoMargins=!1;a.valueWidth=0;a.switchable=!1;d.AmMap.base.addLegend.call(this,a,b);void 0===a.enabled&&(a.enabled=!0);
148
+ return a},handleLegendEvent:function(){},createDescriptionsDiv:function(){if(!this.descriptionsDiv){var a=document.createElement("div"),b=a.style;b.position="absolute";b.left="0px";b.top="0px";this.descriptionsDiv=a}this.containerDiv.appendChild(this.descriptionsDiv)},drawChart:function(){d.AmMap.base.drawChart.call(this);var a=this.dataProvider;this.dataProvider=a=d.extend(a,new d.MapData,!0);this.areasSettings=d.processObject(this.areasSettings,d.AreasSettings,this.theme);this.imagesSettings=d.processObject(this.imagesSettings,
149
+ d.ImagesSettings,this.theme);this.linesSettings=d.processObject(this.linesSettings,d.LinesSettings,this.theme);var b=this.container;this.mapContainer&&this.mapContainer.remove();this.mapContainer=b.set();this.graphsSet.push(this.mapContainer);var c;a.map&&(c=d.maps[a.map]);a.mapVar&&(c=a.mapVar);c?(this.svgData=c.svg,this.getBounds(),this.buildEverything()):(a=a.mapURL)&&this.loadXml(a);this.balloonsSet.toFront()},drawBg:function(){var a=this;a.background.click(function(){a.handleBackgroundClick()});
150
+ a.background.mouseover(function(){a.rollOutMapObject(a.previouslyHovered)})},buildEverything:function(){if(0<this.realWidth&&0<this.realHeight){var a=this.container,b=this.dataProvider;this.projection||(this.projection=b.projection,this.projection||(this.projection="equirectangular"));var c=this.projection;c&&(this.projectionFunction=d[c]);this.projectionFunction||(this.projectionFunction=d.equirectangular);this.dpProjectionFunction=d[b.projection];this.dpProjectionFunction||(this.dpProjectionFunction=
151
+ d.equirectangular);this.zoomControl=d.processObject(this.zoomControl,d.ZoomControl,this.theme);this.zoomControl.init(this,a);this.drawBg();this.buildSVGMap();this.projectionFunction&&c!=b.projection||this.forceNormalize?(this.normalizeMap(),this.changeProjection()):this.fixMapPosition();if(c=this.smallMap)c=d.processObject(c,d.SmallMap,this.theme),c.init(this,a),this.smallMap=c;isNaN(b.zoomX)&&isNaN(b.zoomY)&&isNaN(b.zoomLatitude)&&isNaN(b.zoomLongitude)&&(this.centerMap?(c=this.xyToCoordinates(this.mapWidth/
152
+ 2,this.mapHeight/2),b.zoomLongitudeC=c.longitude,b.zoomLatitudeC=c.latitude):(b.zoomX=0,b.zoomY=0),this.zoomInstantly=!0);this.selectObject(this.dataProvider);this.processAreas();if(b=this.valueLegend)this.valueLegend=b=d.processObject(b,d.ValueLegend,this.theme),b.init(this,a);this.objectList&&(a=this.objectList=d.processObject(this.objectList,d.ObjectList))&&(this.clearObjectList(),a.init(this));this.dispDUpd();this.updateSmallMap();this.linkSet.toFront()}else this.cleanChart()},hideGroup:function(a){this.showHideGroup(a,
153
+ !1)},showGroup:function(a){this.showHideGroup(a,!0)},showHideGroup:function(a,b){this.showHideReal(this.imagesProcessor.allObjects,a,b);this.showHideReal(this.areasProcessor.allObjects,a,b);this.showHideReal(this.linesProcessor.allObjects,a,b)},showHideReal:function(a,b,c){var e;for(e=0;e<a.length;e++){var d=a[e];if(d.groupId==b){var f=d.displayObject;f&&(c?(d.hidden=!1,f.show()):(d.hidden=!0,f.hide()))}}},update:function(){d.hasSVG&&(d.AmMap.base.update.call(this),this.zoomControl&&this.zoomControl.update&&
154
+ this.zoomControl.update())},animateMap:function(){var a=this;a.totalFrames=a.zoomDuration*d.updateRate;a.totalFrames+=1;a.frame=0;a.tweenPercent=0;a.balloon.hide(0);setTimeout(function(){a.updateSize.call(a)},1E3/d.updateRate)},updateSize:function(){var a=this,b=a.totalFrames;a.preventHover=!0;a.frame<=b?(a.frame++,b=d.easeOutSine(0,a.frame,0,1,b),1<=b?(b=1,a.preventHover=!1,a.wheelBusy=!1):window.requestAnimationFrame?window.requestAnimationFrame(function(){a.updateSize.call(a)}):setTimeout(function(){a.updateSize.call(a)},
155
+ 1E3/d.updateRate),.8<b&&(a.preventHover=!1)):(b=1,a.preventHover=!1,a.wheelBusy=!1);a.tweenPercent=b;a.rescaleMapAndObjects()},rescaleMapAndObjects:function(){var a=this.initialScale,b=this.initialX,c=this.initialY,e=this.tweenPercent,a=a+(this.finalScale-a)*e;this.mapContainer.translate(b+(this.finalX-b)*e,c+(this.finalY-c)*e,a,!0);if(this.areasSettings.adjustOutlineThickness){for(var b=this.svgAreas,d=0;d<b.length;d++)(c=b[d])&&c.setAttr("stroke-width",this.areasSettings.outlineThickness/a/this.mapScale);
156
+ if(b=this.dataProvider.areas)for(d=0;d<b.length;d++){var c=b[d],f=c.displayObject;f&&f.setAttr("stroke-width",c.outlineThicknessReal/a/this.mapScale)}}this.rescaleObjects();this.positionChanged();this.updateSmallMap();1==e&&this.fire({type:"zoomCompleted",chart:this})},updateSmallMap:function(){this.smallMap&&this.smallMap.update()},rescaleObjects:function(){var a=this.mapContainer.scale,b=this.imagesProcessor.objectsToResize,c;for(c=0;c<b.length;c++){var e=b[c].image;e.translate(e.x,e.y,b[c].scale/
157
+ a,!0)}b=this.imagesProcessor.labelsToReposition;for(c=0;c<b.length;c++)e=b[c],e.imageLabel&&this.imagesProcessor.positionLabel(e.imageLabel,e,e.labelPositionReal);b=this.linesProcessor;if(e=b.linesToResize)for(c=0;c<e.length;c++){var d=e[c];d.line.setAttr("stroke-width",d.thickness/a)}b=b.objectsToResize;for(c=0;c<b.length;c++)e=b[c],e.translate(e.x,e.y,1/a,!0)},handleTouchEnd:function(a){this.initialDistance=NaN;this.mouseIsDown=this.isDragging=!1;d.AmMap.base.handleTouchEnd.call(this,a)},handleMouseDown:function(a){d.resetMouseOver();
158
+ this.mouseIsDown=this.mouseIsOver=!0;this.balloon.hide(0);a&&this.mouseIsOver&&a.preventDefault&&this.panEventsEnabled&&a.preventDefault();if(this.chartCreated&&!this.preventHover&&(this.initialTouchZoom=this.zoomLevel(),this.dragMap&&(this.stopAnimation(),this.mapContainerClickX=this.mapContainer.x,this.mapContainerClickY=this.mapContainer.y),a||(a=window.event),a.shiftKey&&!0===this.developerMode&&this.getDevInfo(),a&&a.touches)){var b=this.mouseX,c=this.mouseY,e=a.touches.item(1);e&&this.panEventsEnabled&&
159
+ this.boundingRect&&(a=e.clientX-this.boundingRect.left,e=e.clientY-this.boundingRect.top,this.middleXP=(b+(a-b)/2)/this.realWidth,this.middleYP=(c+(e-c)/2)/this.realHeight,this.initialDistance=Math.sqrt(Math.pow(a-b,2)+Math.pow(e-c,2)))}},stopDrag:function(){this.isDragging=!1},handleReleaseOutside:function(){if(d.isModern){var a=this;a.mouseIsDown=!1;setTimeout(function(){a.resetPinch.call(a)},100);if(!a.preventHover){a.stopDrag();var b=a.zoomControl;b&&b.draggerUp&&b.draggerUp();a.mapWasDragged=
160
+ !1;var b=a.mapContainer,c=a.mapContainerClickX,e=a.mapContainerClickY;isNaN(c)||isNaN(e)||!(2<Math.abs(b.x-c)||Math.abs(b.y-e))||(a.mapWasDragged=!0,b={type:"dragCompleted",zoomX:a.zoomX(),zoomY:a.zoomY(),zoomLevel:a.zoomLevel(),chart:a},a.fire(b));(a.mouseIsOver&&!a.mapWasDragged&&!a.skipClick||a.wasTouched&&4>Math.abs(a.mouseX-a.tmx)&&4>Math.abs(a.mouseY-a.tmy))&&a.fire({type:"click",x:a.mouseX,y:a.mouseY,chart:a});a.mapContainerClickX=NaN;a.mapContainerClickY=NaN;a.objectWasClicked=!1;a.zoomOnDoubleClick&&
161
+ a.mouseIsOver&&(b=(new Date).getTime(),200>b-a.previousClickTime&&40<b-a.previousClickTime&&a.doDoubleClickZoom(),a.previousClickTime=b)}a.wasTouched=!1}},resetPinch:function(){this.mapWasPinched=!1},handleMouseMove:function(a){var b=this;d.AmMap.base.handleMouseMove.call(b,a);if(!a||!a.touches||!b.tapToActivate||b.tapped){b.panEventsEnabled&&b.mouseIsOver&&a&&a.preventDefault&&a.preventDefault();var c=b.previuosMouseX,e=b.previuosMouseY,g=b.mouseX,f=b.mouseY,h=b.zoomControl;isNaN(c)&&(c=g);isNaN(e)&&
162
+ (e=f);b.mouse2X=NaN;b.mouse2Y=NaN;a&&a.touches&&(a=a.touches.item(1))&&b.panEventsEnabled&&b.boundingRect&&(b.mouse2X=a.clientX-b.boundingRect.left,b.mouse2Y=a.clientY-b.boundingRect.top);if(a=b.mapContainer){var k=b.mouse2X,l=b.mouse2Y;b.pinchTO&&clearTimeout(b.pinchTO);b.pinchTO=setTimeout(function(){b.resetPinch.call(b)},1E3);var m=b.realHeight,n=b.realWidth,r=b.mapWidth,t=b.mapHeight;b.mouseIsDown&&b.dragMap&&(5<Math.abs(b.previuosMouseX-b.mouseX)||5<Math.abs(b.previuosMouseY-b.mouseY))&&(b.isDragging=
163
+ !0);if(!isNaN(k)){b.stopDrag();var p=Math.sqrt(Math.pow(k-g,2)+Math.pow(l-f,2)),q=b.initialDistance;isNaN(q)&&(q=Math.sqrt(Math.pow(k-g,2)+Math.pow(l-f,2)));if(!isNaN(q)){var k=b.initialTouchZoom*p/q,k=d.fitToBounds(k,h.minZoomLevel,h.maxZoomLevel),h=b.zoomLevel(),q=b.middleXP,l=b.middleYP,p=m/t,u=n/r,q=(b.zoomX()-q*u)*(k/h)+q*u,l=(b.zoomY()-l*p)*(k/h)+l*p;.1<Math.abs(k-h)&&(b.zoomTo(k,q,l,!0),b.mapWasPinched=!0,clearTimeout(b.pinchTO))}}k=a.scale;b.isDragging&&(b.balloon.hide(0),b.positionChanged(),
164
+ c=a.x+(g-c),e=a.y+(f-e),b.preventDragOut&&(t=-t*k+m/2,m/=2,c=d.fitToBounds(c,-r*k+n/2,n/2),e=d.fitToBounds(e,t,m)),isNaN(c)||isNaN(e)||(a.translate(c,e,k,!0),b.updateSmallMap()));b.previuosMouseX=g;b.previuosMouseY=f}}},selectObject:function(a,b){var c=this;a||(a=c.dataProvider);a.isOver=!1;var e=a.linkToObject;d.isString(e)&&(e=c.getObjectById(e));a.useTargetsZoomValues&&e&&(a.zoomX=e.zoomX,a.zoomY=e.zoomY,a.zoomLatitude=e.zoomLatitude,a.zoomLongitude=e.zoomLongitude,a.zoomLevel=e.zoomLevel);var g=
165
+ c.selectedObject;g&&c.returnInitialColor(g);c.selectedObject=a;var f=!1,h,k;"MapArea"==a.objectType&&(a.autoZoomReal&&(f=!0),h=c.areasSettings.selectedOutlineColor,k=c.areasSettings.selectedOutlineThickness);if(e&&!f&&(d.isString(e)&&(e=c.getObjectById(e)),isNaN(a.zoomLevel)&&isNaN(a.zoomX)&&isNaN(a.zoomY))){if(c.extendMapData(e))return;c.selectObject(e);return}c.allowMultipleDescriptionWindows||c.closeAllDescriptions();clearTimeout(c.selectedObjectTimeOut);clearTimeout(c.processObjectsTimeOut);e=
166
+ c.zoomDuration;!f&&isNaN(a.zoomLevel)&&isNaN(a.zoomX)&&isNaN(a.zoomY)?(c.showDescriptionAndGetUrl(),b||c.processObjects()):(c.selectedObjectTimeOut=setTimeout(function(){c.showDescriptionAndGetUrl.call(c)},1E3*e+200),c.showObjectsAfterZoom)?b||(c.processObjectsTimeOut=setTimeout(function(){c.processObjects.call(c)},1E3*e+200)):b||c.processObjects();e=a.displayObject;f=a.selectedColorReal;"MapImage"==a.objectType&&(h=c.imagesSettings.selectedOutlineColor,k=c.imagesSettings.selectedOutlineThickness,
167
+ e=a.image);if(e){if(d.setCN(c,e,"selected-object"),a.bringForwardOnHover&&e.toFront(),!a.preserveOriginalAttributes){e.setAttr("stroke",a.outlineColorReal);void 0!==f&&e.setAttr("fill",f);void 0!==h&&e.setAttr("stroke",h);void 0!==k&&e.setAttr("stroke-width",k);if("MapLine"==a.objectType){var l=a.lineSvg;l&&l.setAttr("stroke",f);if(l=a.arrowSvg)l.setAttr("fill",f),l.setAttr("stroke",f)}if(l=a.imageLabel){var m=a.selectedLabelColorReal;void 0!==m&&l.setAttr("fill",m)}a.selectable||(e.setAttr("cursor",
168
+ "default"),l&&l.setAttr("cursor","default"))}}else c.returnInitialColorReal(a);if(e=a.groupId)for(l=a.groupArray,l||(l=c.getGroupById(e),a.groupArray=l),m=0;m<l.length;m++){var n=l[m];n.isOver=!1;e=n.displayObject;"MapImage"==n.objectType&&(e=n.image);if(e){var r=n.selectedColorReal;void 0!==r&&e.setAttr("fill",r);void 0!==h&&e.setAttr("stroke",h);void 0!==k&&e.setAttr("stroke-width",k);"MapLine"==n.objectType&&((e=n.lineSvg)&&e.setAttr("stroke",f),e=n.arrowSvg)&&(e.setAttr("fill",f),e.setAttr("stroke",
169
+ f))}}c.zoomToSelectedObject();g!=a&&c.fire({type:"selectedObjectChanged",chart:c})},returnInitialColor:function(a,b){this.returnInitialColorReal(a);b&&(a.isFirst=!1);if(this.selectedObject.bringForwardOnHover){var c=this.selectedObject.displayObject;c&&c.toFront()}if(c=a.groupId){var c=this.getGroupById(c),e;for(e=0;e<c.length;e++)this.returnInitialColorReal(c[e]),b&&(c[e].isFirst=!1)}},closeAllDescriptions:function(){this.descriptionsDiv.innerHTML=""},returnInitialColorReal:function(a){a.isOver=
170
+ !1;var b=a.displayObject;if(b){b.toPrevious();if("MapImage"==a.objectType){var c=a.tempScale;isNaN(c)||b.translate(b.x,b.y,c,!0);a.tempScale=NaN;b=a.image}c=a.colorReal;if("MapLine"==a.objectType){var e=a.lineSvg;e&&e.setAttr("stroke",c);if(e=a.arrowSvg)e.setAttr("fill",c),e.setAttr("stroke",c)}var e=a.alphaReal,d=a.outlineAlphaReal,f=a.outlineThicknessReal,h=a.outlineColorReal;if(a.showAsSelected){var c=a.selectedColorReal,k,l;"MapImage"==a.objectType&&(k=this.imagesSettings.selectedOutlineColor,
171
+ l=this.imagesSettings.selectedOutlineThickness);"MapArea"==a.objectType&&(k=this.areasSettings.selectedOutlineColor,l=this.areasSettings.selectedOutlineThickness);void 0!==k&&(h=k);void 0!==l&&(f=l)}"bubble"==a.type&&(c=void 0);void 0!==c&&b.setAttr("fill",c);if(k=a.image)k.setAttr("fill",c),k.setAttr("stroke",h),k.setAttr("stroke-width",f),k.setAttr("fill-opacity",e),k.setAttr("stroke-opacity",d);"MapArea"==a.objectType&&(c=1,this.areasSettings.adjustOutlineThickness&&(c=this.zoomLevel()*this.mapScale),
172
+ b.setAttr("stroke",h),b.setAttr("stroke-width",f/c),b.setAttr("fill-opacity",e),b.setAttr("stroke-opacity",d));(c=a.pattern)&&b.pattern(c,this.mapScale,this.path);(b=a.imageLabel)&&!a.labelInactive&&(a.showAsSelected&&void 0!==a.selectedLabelColor?b.setAttr("fill",a.selectedLabelColor):b.setAttr("fill",a.labelColorReal))}},zoomToRectangle:function(a,b,c,e){var g=this.realWidth,f=this.realHeight,h=this.mapSet.scale,k=this.zoomControl,g=d.fitToBounds(c/g>e/f?.8*g/(c*h):.8*f/(e*h),k.minZoomLevel,k.maxZoomLevel);
173
+ this.zoomToMapXY(g,(a+c/2)*h,(b+e/2)*h)},zoomToLatLongRectangle:function(a,b,c,e){var g=this.dataProvider,f=this.zoomControl,h=Math.abs(c-a),k=Math.abs(b-e),l=Math.abs(g.rightLongitude-g.leftLongitude),g=Math.abs(g.topLatitude-g.bottomLatitude),f=d.fitToBounds(h/l>k/g?.8*l/h:.8*g/k,f.minZoomLevel,f.maxZoomLevel);this.zoomToLongLat(f,a+(c-a)/2,e+(b-e)/2)},getGroupById:function(a){var b=[];this.getGroup(this.imagesProcessor.allObjects,a,b);this.getGroup(this.linesProcessor.allObjects,a,b);this.getGroup(this.areasProcessor.allObjects,
174
+ a,b);return b},zoomToGroup:function(a){a="object"==typeof a?a:this.getGroupById(a);var b,c,e,d,f;for(f=0;f<a.length;f++){var h=a[f].displayObject;if(h){var k=h.getBBox(),h=k.y,l=k.y+k.height,m=k.x,k=k.x+k.width;if(h<b||isNaN(b))b=h;if(l>d||isNaN(d))d=l;if(m<c||isNaN(c))c=m;if(k>e||isNaN(e))e=k}}c+=this.diffX;e+=this.diffX;d+=this.diffY;b+=this.diffY;this.zoomToRectangle(c,b,e-c,d-b)},getGroup:function(a,b,c){if(a){var e;for(e=0;e<a.length;e++){var d=a[e];d.groupId==b&&c.push(d)}}},zoomToStageXY:function(a,
175
+ b,c,e){if(!this.objectWasClicked){var g=this.zoomControl;a=d.fitToBounds(a,g.minZoomLevel,g.maxZoomLevel);var g=this.zoomLevel(),f=this.mapSet.getBBox();b=this.xyToCoordinates((b-this.mapContainer.x)/g-f.x*this.mapScale,(c-this.mapContainer.y)/g-f.y*this.mapScale);this.zoomToLongLat(a,b.longitude,b.latitude,e)}},zoomToLongLat:function(a,b,c,d){b=this.coordinatesToXY(b,c);this.zoomToMapXY(a,b.x,b.y,d)},zoomToMapXY:function(a,b,c,d){var g=this.mapWidth,f=this.mapHeight;this.zoomTo(a,-(b/g)*a+this.realWidth/
176
+ g/2,-(c/f)*a+this.realHeight/f/2,d)},zoomToObject:function(a){if(a){var b=a.zoomLatitude,c=a.zoomLongitude;isNaN(a.zoomLatitudeC)||(b=a.zoomLatitudeC);isNaN(a.zoomLongitudeC)||(c=a.zoomLongitudeC);var e=a.zoomLevel,g=this.zoomInstantly,f=a.zoomX,h=a.zoomY,k=this.realWidth,l=this.realHeight;isNaN(e)||(isNaN(b)||isNaN(c)?this.zoomTo(e,f,h,g):this.zoomToLongLat(e,c,b,g));this.zoomInstantly=!1;"MapImage"==a.objectType&&isNaN(a.zoomX)&&isNaN(a.zoomY)&&isNaN(a.zoomLatitude)&&isNaN(a.zoomLongitude)&&!isNaN(a.latitude)&&
177
+ !isNaN(a.longitude)&&this.zoomToLongLat(a.zoomLevel,a.longitude,a.latitude);"MapArea"==a.objectType&&(g=a.displayObject.getBBox(),f=this.mapScale,b=(g.x+this.diffX)*f,c=(g.y+this.diffY)*f,e=g.width*f,g=g.height*f,k=a.autoZoomReal&&isNaN(a.zoomLevel)?e/k>g/l?.8*k/e:.8*l/g:a.zoomLevel,l=this.zoomControl,k=d.fitToBounds(k,l.minZoomLevel,l.maxZoomLevel),isNaN(a.zoomX)&&isNaN(a.zoomY)&&isNaN(a.zoomLatitude)&&isNaN(a.zoomLongitude)&&this.zoomToMapXY(k,b+e/2,c+g/2));this.zoomControl.update()}},zoomToSelectedObject:function(){this.zoomToObject(this.selectedObject)},
178
+ zoomTo:function(a,b,c,e){var g=this.zoomControl;a=d.fitToBounds(a,g.minZoomLevel,g.maxZoomLevel);g=this.zoomLevel();isNaN(b)&&(b=this.realWidth/this.mapWidth,b=(this.zoomX()-.5*b)*(a/g)+.5*b);isNaN(c)&&(c=this.realHeight/this.mapHeight,c=(this.zoomY()-.5*c)*(a/g)+.5*c);this.stopAnimation();isNaN(a)||(g=this.mapContainer,this.initialX=g.x,this.initialY=g.y,this.initialScale=g.scale,this.finalX=this.mapWidth*b,this.finalY=this.mapHeight*c,this.finalScale=a,this.finalX!=this.initialX||this.finalY!=this.initialY||
179
+ this.finalScale!=this.initialScale?e?(this.tweenPercent=1,this.rescaleMapAndObjects(),this.wheelBusy=!1):this.animateMap():this.wheelBusy=!1)},loadXml:function(a){var b;window.XMLHttpRequest&&(b=new XMLHttpRequest);b.overrideMimeType&&b.overrideMimeType("text/xml");b.open("GET",a,!1);b.send();this.parseXMLObject(b.responseXML);this.svgData&&this.buildEverything()},stopAnimation:function(){this.frame=this.totalFrames},processObjects:function(){var a=this.selectedObject;if(0<a.images.length||0<a.areas.length||
180
+ 0<a.lines.length||a==this.dataProvider){var b=this.container,c=this.stageImagesContainer;c&&c.remove();this.stageImagesContainer=c=b.set();this.trendLinesSet.push(c);var d=this.stageLinesContainer;d&&d.remove();this.stageLinesContainer=d=b.set();this.trendLinesSet.push(d);var g=this.mapImagesContainer;g&&g.remove();this.mapImagesContainer=g=b.set();this.mapContainer.push(g);var f=this.mapLinesContainer;f&&f.remove();this.mapLinesContainer=f=b.set();this.mapContainer.push(f);this.linesAboveImages?
181
+ (g.toFront(),c.toFront(),f.toFront(),d.toFront()):(f.toFront(),d.toFront(),g.toFront(),c.toFront());a&&(this.imagesProcessor.reset(),this.linesProcessor.reset(),this.linesAboveImages?(this.imagesProcessor.process(a),this.linesProcessor.process(a)):(this.linesProcessor.process(a),this.imagesProcessor.process(a)));this.rescaleObjects()}},processAreas:function(){this.areasProcessor.process(this.dataProvider)},buildSVGMap:function(){d.remove(this.mapSet);var a=this.svgData.g.path,b=this.container,c=b.set();
182
+ this.svgAreas=[];this.svgAreasById={};void 0===a.length&&(a=[a]);var e;for(e=0;e<a.length;e++){var g=a[e],f=g.d,h=g.title;g.titleTr&&(h=g.titleTr);var k=b.path(f);k.id=g.id;if(this.areasSettings.preserveOriginalAttributes){k.customAttr={};for(var l in g)"d"!=l&&"id"!=l&&"title"!=l&&(k.customAttr[l]=g[l])}k.path=f;this.svgAreasById[g.id]={area:k,title:h,className:g["class"]};this.svgAreas.push(k);c.push(k)}this.mapSet=c;this.mapContainer.push(c);this.resizeMap()},centerAlign:function(){},setProjection:function(a){this.projection=
183
+ a;this.chartCreated=!1;this.buildEverything()},addObjectEventListeners:function(a,b){var c=this;a.mousedown(function(a){c.mouseDownMapObject(b,a)}).mouseup(function(a){c.clickMapObject(b,a)}).mouseover(function(a){c.balloonX=NaN;c.rollOverMapObject(b,!0,a)}).mouseout(function(a){c.balloonX=NaN;c.rollOutMapObject(b,a)}).touchend(function(a){4>Math.abs(c.mouseX-c.tmx)&&4>Math.abs(c.mouseY-c.tmy)&&(c.tapped=!0);c.tapToActivate&&!c.tapped||c.mapWasDragged||c.mapWasPinched||(c.balloonX=NaN,c.rollOverMapObject(b,
184
+ !0,a),c.clickMapObject(b,a))}).touchstart(function(a){c.tmx=c.mouseX;c.tmy=c.mouseY;c.mouseDownMapObject(b,a)})},checkIfSelected:function(a){var b=this.selectedObject;if(b==a)return!0;if(b=b.groupId){var b=this.getGroupById(b),c;for(c=0;c<b.length;c++)if(b[c]==a)return!0}return!1},clearMap:function(){this.chartDiv.innerHTML="";this.clearObjectList()},clearObjectList:function(){var a=this.objectList;a&&a.div&&(a.div.innerHTML="")},checkIfLast:function(a){if(a){var b=a.parentNode;if(b&&b.lastChild==
185
+ a)return!0}return!1},showAsRolledOver:function(a){var b=a.displayObject;if(!a.showAsSelected&&b&&!a.isOver){b.node.onmouseout=function(){};b.node.onmouseover=function(){};b.node.onclick=function(){};!a.isFirst&&a.bringForwardOnHover&&(b.toFront(),a.isFirst=!0);var c=a.rollOverColorReal,e;a.preserveOriginalAttributes&&(c=void 0);void 0==c&&(isNaN(a.rollOverBrightnessReal)||(c=d.adjustLuminosity(a.colorReal,a.rollOverBrightnessReal/100)));if(void 0!=c)if("MapImage"==a.objectType)(e=a.image)&&e.setAttr("fill",
186
+ c);else if("MapLine"==a.objectType){if((e=a.lineSvg)&&e.setAttr("stroke",c),e=a.arrowSvg)e.setAttr("fill",c),e.setAttr("stroke",c)}else b.setAttr("fill",c);(c=a.imageLabel)&&!a.labelInactive&&(e=a.labelRollOverColorReal,void 0!=e&&c.setAttr("fill",e));c=a.rollOverOutlineColorReal;void 0!=c&&("MapImage"==a.objectType?(e=a.image)&&e.setAttr("stroke",c):b.setAttr("stroke",c));"MapImage"==a.objectType?(c=this.imagesSettings.rollOverOutlineThickness,(e=a.image)&&(isNaN(c)||e.setAttr("stroke-width",c))):
187
+ (c=this.areasSettings.rollOverOutlineThickness,isNaN(c)||b.setAttr("stroke-width",c));if("MapArea"==a.objectType){c=this.areasSettings;e=a.rollOverAlphaReal;isNaN(e)||b.setAttr("fill-opacity",e);e=c.rollOverOutlineAlpha;isNaN(e)||b.setAttr("stroke-opacity",e);e=1;this.areasSettings.adjustOutlineThickness&&(e=this.zoomLevel()*this.mapScale);var g=c.rollOverOutlineThickness;isNaN(g)||b.setAttr("stroke-width",g/e);(c=c.rollOverPattern)&&b.pattern(c,this.mapScale,this.path)}"MapImage"==a.objectType&&
188
+ (c=a.rollOverScaleReal,isNaN(c)||1==c||(e=b.scale,isNaN(e)&&(e=1),a.tempScale=e,b.translate(b.x,b.y,e*c,!0)));this.useHandCursorOnClickableOjects&&this.checkIfClickable(a)&&b.setAttr("cursor","pointer");a.mouseEnabled&&this.addObjectEventListeners(b,a);a.isOver=!0}},rollOverMapObject:function(a,b,c){if(this.chartCreated){this.handleMouseMove();var d=this.previouslyHovered;d&&d!=a?(!1===this.checkIfSelected(d)&&(this.returnInitialColor(d,!0),this.previouslyHovered=null),this.balloon.hide(0)):clearTimeout(this.hoverInt);
189
+ if(!this.preventHover){if(!1===this.checkIfSelected(a)){if(d=a.groupId){var d=this.getGroupById(d),g;for(g=0;g<d.length;g++)d[g]!=a&&this.showAsRolledOver(d[g])}this.showAsRolledOver(a)}else(d=a.displayObject)&&(this.allowClickOnSelectedObject?d.setAttr("cursor","pointer"):d.setAttr("cursor","default"));this.showDescriptionOnHover?this.showDescription(a):!this.showBalloonOnSelectedObject&&this.checkIfSelected(a)||!1===b||(g=this.balloon,this.balloon.fixedPosition=!1,b=a.colorReal,d="",void 0!==b&&
190
+ this.useObjectColorForBalloon||(b=g.fillColor),(g=a.balloonTextReal)&&(d=this.formatString(g,a)),this.balloonLabelFunction&&(d=this.balloonLabelFunction(a,this)),"MapArea"!=a.objectType&&(this.balloonX=NaN),d&&""!==d&&this.showBalloon(d,b,!1,this.balloonX,this.balloonY));this.fire({type:"rollOverMapObject",mapObject:a,chart:this,event:c});this.previouslyHovered=a}}},longitudeToX:function(a){return(this.longitudeToCoordinate(a)+this.diffX*this.mapScale)*this.zoomLevel()+this.mapContainer.x},latitudeToY:function(a){return(this.latitudeToCoordinate(a)+
191
+ this.diffY*this.mapScale)*this.zoomLevel()+this.mapContainer.y},latitudeToStageY:function(a){return this.latitudeToCoordinate(a)*this.zoomLevel()+this.mapContainer.y+this.diffY*this.mapScale},longitudeToStageX:function(a){return this.longitudeToCoordinate(a)*this.zoomLevel()+this.mapContainer.x+this.diffX*this.mapScale},stageXToLongitude:function(a){a=(a-this.mapContainer.x)/this.zoomLevel();return this.coordinateToLongitude(a)},stageYToLatitude:function(a){a=(a-this.mapContainer.y)/this.zoomLevel();
192
+ return this.coordinateToLatitude(a)},rollOutMapObject:function(a,b){this.hideBalloon();a&&this.chartCreated&&a.isOver&&(this.checkIfSelected(a)||this.returnInitialColor(a),this.fire({type:"rollOutMapObject",mapObject:a,chart:this,event:b}))},formatString:function(a,b){var c=this.nf,e=this.pf,g=b.title;b.titleTr&&(g=b.titleTr);void 0==g&&(g="");var f=b.value,f=isNaN(f)?"":d.formatNumber(f,c),c=b.percents,c=isNaN(c)?"":d.formatNumber(c,e),e=b.description;void 0==e&&(e="");var h=b.customData;void 0==
193
+ h&&(h="");return a=d.massReplace(a,{"[[title]]":g,"[[value]]":f,"[[percent]]":c,"[[description]]":e,"[[customData]]":h})},mouseDownMapObject:function(a,b){this.fire({type:"mouseDownMapObject",mapObject:a,chart:this,event:b})},clickMapObject:function(a,b){var c=this;b&&(b.touches||c.hideBalloon());if(c.chartCreated&&!c.preventHover&&c.checkTouchDuration()&&!c.mapWasDragged&&c.checkIfClickable(a)&&!c.mapWasPinched){c.selectObject(a);var d=c.zoomLevel(),g=c.mapSet.getBBox(),d=c.xyToCoordinates((c.mouseX-
194
+ c.mapContainer.x)/d-g.x*c.mapScale,(c.mouseY-c.mapContainer.y)/d-g.y*c.mapScale);c.clickLatitude=d.latitude;c.clickLongitude=d.longitude;b&&b.touches&&setTimeout(function(){c.showBalloonAfterZoom.call(c)},1E3*c.zoomDuration);c.fire({type:"clickMapObject",mapObject:a,chart:c,event:b});c.objectWasClicked=!0}},showBalloonAfterZoom:function(){this.balloonX=this.longitudeToX(this.clickLongitude);this.balloonY=this.latitudeToY(this.clickLatitude);this.rollOverMapObject(this.selectedObject,!0)},checkIfClickable:function(a){var b=
195
+ this.allowClickOnSelectedObject;return this.selectedObject==a&&b?!0:this.selectedObject!=a||b?!0===a.selectable||"MapArea"==a.objectType&&a.autoZoomReal||a.url||a.linkToObject||0<a.images.length||0<a.lines.length||!isNaN(a.zoomLevel)||!isNaN(a.zoomX)||!isNaN(a.zoomY)||a.description?!0:!1:!1},resizeMap:function(){var a=this.mapSet;if(a){var b=1,c=a.getBBox(),d=this.realWidth,g=this.realHeight,f=c.width,c=c.height;this.fitMapToContainer&&(b=f/d>c/g?d/f:g/c);a.translate(0,0,b,!0);this.mapScale=b;this.mapHeight=
196
+ c*b;this.mapWidth=f*b}},zoomIn:function(){var a=this.zoomLevel()*this.zoomControl.zoomFactor;this.zoomTo(a)},zoomOut:function(){var a=this.zoomLevel()/this.zoomControl.zoomFactor;this.zoomTo(a)},moveLeft:function(){var a=this.zoomX()+this.zoomControl.panStepSize;this.zoomTo(this.zoomLevel(),a,this.zoomY())},moveRight:function(){var a=this.zoomX()-this.zoomControl.panStepSize;this.zoomTo(this.zoomLevel(),a,this.zoomY())},moveUp:function(){var a=this.zoomY()+this.zoomControl.panStepSize;this.zoomTo(this.zoomLevel(),
197
+ this.zoomX(),a)},moveDown:function(){var a=this.zoomY()-this.zoomControl.panStepSize;this.zoomTo(this.zoomLevel(),this.zoomX(),a)},zoomX:function(){return this.mapSet?Math.round(1E4*this.mapContainer.x/this.mapWidth)/1E4:NaN},zoomY:function(){return this.mapSet?Math.round(1E4*this.mapContainer.y/this.mapHeight)/1E4:NaN},goHome:function(){this.selectObject(this.dataProvider);this.fire({type:"homeButtonClicked",chart:this})},zoomLevel:function(){return Math.round(1E5*this.mapContainer.scale)/1E5},showDescriptionAndGetUrl:function(){var a=
198
+ this.selectedObject;if(a){this.showDescription();var b=a.url;if(b)d.getURL(b,a.urlTarget);else if(b=a.linkToObject){if(d.isString(b)){var c=this.getObjectById(b);if(c){this.selectObject(c);return}}b&&a.passZoomValuesToTarget&&(b.zoomLatitude=this.zoomLatitude(),b.zoomLongitude=this.zoomLongitude(),b.zoomLevel=this.zoomLevel());this.extendMapData(b)||this.selectObject(b)}}},extendMapData:function(a){var b=a.objectType;if("MapImage"!=b&&"MapArea"!=b&&"MapLine"!=b)return d.extend(a,new d.MapData,!0),
199
+ this.dataProvider=a,this.zoomInstantly=!0,this.validateData(),!0},showDescription:function(a){a||(a=this.selectedObject);this.allowMultipleDescriptionWindows||this.closeAllDescriptions();if(a.description){var b=a.descriptionWindow;b&&b.close();b=new d.DescriptionWindow;a.descriptionWindow=b;var c=a.descriptionWindowWidth,e=a.descriptionWindowHeight,g=a.descriptionWindowLeft,f=a.descriptionWindowTop,h=a.descriptionWindowRight,k=a.descriptionWindowBottom;isNaN(h)||(g=this.realWidth-h);isNaN(k)||(f=
200
+ this.realHeight-k);var l=a.descriptionWindowX;isNaN(l)||(g=l);l=a.descriptionWindowY;isNaN(l)||(f=l);isNaN(g)&&(g=this.mouseX,g=g>this.realWidth/2?g-c-20:g+20);isNaN(f)&&(f=this.mouseY);b.maxHeight=e;l=a.title;a.titleTr&&(l=a.titleTr);b.show(this,this.descriptionsDiv,a.description,l);a=b.div.style;a.position="absolute";a.width=c+"px";a.maxHeight=e+"px";isNaN(k)||(f-=b.div.offsetHeight);isNaN(h)||(g-=b.div.offsetWidth);a.left=g+"px";a.top=f+"px"}},parseXMLObject:function(a){var b={root:{}};this.parseXMLNode(b,
201
+ "root",a);this.svgData=b.root.svg;this.getBounds()},getBounds:function(){var a=this.dataProvider;try{var b=this.svgData.defs["amcharts:ammap"];a.leftLongitude=Number(b.leftLongitude);a.rightLongitude=Number(b.rightLongitude);a.topLatitude=Number(b.topLatitude);a.bottomLatitude=Number(b.bottomLatitude);a.projection=b.projection;var c=b.wrappedLongitudes;c&&(a.rightLongitude+=360);a.wrappedLongitudes=c}catch(d){}},recalcLongitude:function(a){var b=this.dataProvider.leftLongitude,c=this.dataProvider.wrappedLongitudes;
202
+ return isNaN(a)&&c?a<b?Number(a)+360:a:a},latitudeToCoordinate:function(a){var b,c=this.dataProvider;if(this.mapSet){b=c.topLatitude;var d=c.bottomLatitude;"mercator"==c.projection&&(a=this.mercatorLatitudeToCoordinate(a),b=this.mercatorLatitudeToCoordinate(b),d=this.mercatorLatitudeToCoordinate(d));b=(a-b)/(d-b)*this.mapHeight}return b},longitudeToCoordinate:function(a){a=this.recalcLongitude(a);var b,c=this.dataProvider;this.mapSet&&(b=c.leftLongitude,b=(a-b)/(c.rightLongitude-b)*this.mapWidth);
203
+ return b},mercatorLatitudeToCoordinate:function(a){89.5<a&&(a=89.5);-89.5>a&&(a=-89.5);a=d.degreesToRadians(a);return d.radiansToDegrees(.5*Math.log((1+Math.sin(a))/(1-Math.sin(a)))/2)},zoomLatitude:function(){if(this.mapContainer){var a=this.mapSet.getBBox(),b=(-this.mapContainer.x+this.previousWidth/2)/this.zoomLevel()-a.x*this.mapScale,a=(-this.mapContainer.y+this.previousHeight/2)/this.zoomLevel()-a.y*this.mapScale;return this.xyToCoordinates(b,a).latitude}},zoomLongitude:function(){if(this.mapContainer){var a=
204
+ this.mapSet.getBBox(),b=(-this.mapContainer.x+this.previousWidth/2)/this.zoomLevel()-a.x*this.mapScale,a=(-this.mapContainer.y+this.previousHeight/2)/this.zoomLevel()-a.y*this.mapScale;return this.xyToCoordinates(b,a).longitude}},getAreaCenterLatitude:function(a){a=a.displayObject.getBBox();var b=this.mapScale,c=this.mapSet.getBBox();return this.xyToCoordinates((a.x+a.width/2+this.diffX)*b-c.x*b,(a.y+a.height/2+this.diffY)*b-c.y*b).latitude},getAreaCenterLongitude:function(a){a=a.displayObject.getBBox();
205
+ var b=this.mapScale,c=this.mapSet.getBBox();return this.xyToCoordinates((a.x+a.width/2+this.diffX)*b-c.x*b,(a.y+a.height/2+this.diffY)*b-c.y*b).longitude},milesToPixels:function(a){var b=this.dataProvider;return this.mapWidth/(b.rightLongitude-b.leftLongitude)*a/69.172},kilometersToPixels:function(a){var b=this.dataProvider;return this.mapWidth/(b.rightLongitude-b.leftLongitude)*a/111.325},handleBackgroundClick:function(){if(this.backgroundZoomsToTop&&!this.mapWasDragged){var a=this.dataProvider;
206
+ if(this.checkIfClickable(a))this.clickMapObject(a);else{var b=a.zoomX,c=a.zoomY,d=a.zoomLongitude,g=a.zoomLatitude,a=a.zoomLevel;isNaN(b)||isNaN(c)||this.zoomTo(a,b,c);isNaN(d)||isNaN(g)||this.zoomToLongLat(a,d,g,!0)}}},parseXMLNode:function(a,b,c,d){void 0===d&&(d="");var g,f,h;if(c){var k=c.childNodes.length;for(g=0;g<k;g++){f=c.childNodes[g];var l=f.nodeName,m=f.nodeValue?this.trim(f.nodeValue):"",n=!1;f.attributes&&0<f.attributes.length&&(n=!0);if(0!==f.childNodes.length||""!==m||!1!==n)if(3==
207
+ f.nodeType||4==f.nodeType){if(""!==m){f=0;for(h in a[b])a[b].hasOwnProperty(h)&&f++;f?a[b]["#text"]=m:a[b]=m}}else if(1==f.nodeType){var r;void 0!==a[b][l]?void 0===a[b][l].length?(r=a[b][l],a[b][l]=[],a[b][l].push(r),a[b][l].push({}),r=a[b][l][1]):"object"==typeof a[b][l]&&(a[b][l].push({}),r=a[b][l][a[b][l].length-1]):(a[b][l]={},r=a[b][l]);if(f.attributes&&f.attributes.length)for(m=0;m<f.attributes.length;m++)r[f.attributes[m].name]=f.attributes[m].value;void 0!==a[b][l].length?this.parseXMLNode(a[b][l],
208
+ a[b][l].length-1,f,d+" "):this.parseXMLNode(a[b],l,f,d+" ")}}f=0;c="";for(h in a[b])"#text"==h?c=a[b][h]:f++;0===f&&void 0===a[b].length&&(a[b]=c)}},doDoubleClickZoom:function(){if(!this.mapWasDragged){var a=this.zoomLevel()*this.zoomControl.zoomFactor;this.zoomToStageXY(a,this.mouseX,this.mouseY)}},getDevInfo:function(){var a=this.zoomLevel(),b=this.mapSet.getBBox(),b=this.xyToCoordinates((this.mouseX-this.mapContainer.x)/a-b.x*this.mapScale,(this.mouseY-this.mapContainer.y)/a-b.y*this.mapScale),
209
+ a={chart:this,type:"writeDevInfo",zoomLevel:a,zoomX:this.zoomX(),zoomY:this.zoomY(),zoomLatitude:this.zoomLatitude(),zoomLongitude:this.zoomLongitude(),latitude:b.latitude,longitude:b.longitude,left:this.mouseX,top:this.mouseY,right:this.realWidth-this.mouseX,bottom:this.realHeight-this.mouseY,percentLeft:Math.round(this.mouseX/this.realWidth*100)+"%",percentTop:Math.round(this.mouseY/this.realHeight*100)+"%",percentRight:Math.round((this.realWidth-this.mouseX)/this.realWidth*100)+"%",percentBottom:Math.round((this.realHeight-
210
+ this.mouseY)/this.realHeight*100)+"%"},b="zoomLevel:"+a.zoomLevel+", zoomLongitude:"+a.zoomLongitude+", zoomLatitude:"+a.zoomLatitude+"\n",b=b+("zoomX:"+a.zoomX+", zoomY:"+a.zoomY+"\n"),b=b+("latitude:"+a.latitude+", longitude:"+a.longitude+"\n"),b=b+("left:"+a.left+", top:"+a.top+"\n"),b=b+("right:"+a.right+", bottom:"+a.bottom+"\n"),b=b+("left:"+a.percentLeft+", top:"+a.percentTop+"\n"),b=b+("right:"+a.percentRight+", bottom:"+a.percentBottom+"\n");a.str=b;this.fire(a);return a},getXY:function(a,
211
+ b,c){void 0!==a&&(-1!=String(a).indexOf("%")?(a=Number(a.split("%").join("")),c&&(a=100-a),a=Number(a)*b/100):c&&(a=b-a));return a},getObjectById:function(a){var b=this.dataProvider;if(b.areas){var c=this.getObject(a,b.areas);if(c)return c}if(c=this.getObject(a,b.images))return c;if(a=this.getObject(a,b.lines))return a},getObject:function(a,b){if(b){var c;for(c=0;c<b.length;c++){var d=b[c];if(d.id==a)return d;if(d.areas){var g=this.getObject(a,d.areas);if(g)return g}if(g=this.getObject(a,d.images))return g;
212
+ if(d=this.getObject(a,d.lines))return d}}},parseData:function(){var a=this.dataProvider;this.processObject(a.areas,a,"area");this.processObject(a.images,a,"image");this.processObject(a.lines,a,"line")},processObject:function(a,b,c){if(a){var e;for(e=0;e<a.length;e++){var g=a[e];g.parentObject=b;"area"==c&&d.extend(g,new d.MapArea(this.theme),!0);"image"==c&&(g=d.extend(g,new d.MapImage(this.theme),!0));"line"==c&&(g=d.extend(g,new d.MapLine(this.theme),!0));a[e]=g;g.areas&&this.processObject(g.areas,
213
+ g,"area");g.images&&this.processObject(g.images,g,"image");g.lines&&this.processObject(g.lines,g,"line")}}},positionChanged:function(){var a={type:"positionChanged",zoomX:this.zoomX(),zoomY:this.zoomY(),zoomLevel:this.zoomLevel(),chart:this};this.fire(a)},getX:function(a,b){return this.getXY(a,this.realWidth,b)},getY:function(a,b){return this.getXY(a,this.realHeight,b)},trim:function(a){if(a){var b;for(b=0;b<a.length;b++)if(-1===" \n\r\t\f\x0B\u00a0\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u200b\u2028\u2029\u3000".indexOf(a.charAt(b))){a=
214
+ a.substring(b);break}for(b=a.length-1;0<=b;b--)if(-1===" \n\r\t\f\x0B\u00a0\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u200b\u2028\u2029\u3000".indexOf(a.charAt(b))){a=a.substring(0,b+1);break}return-1===" \n\r\t\f\x0B\u00a0\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u200b\u2028\u2029\u3000".indexOf(a.charAt(0))?a:""}},destroy:function(){d.AmMap.base.destroy.call(this)},x2c:function(a){var b=this.dataProvider.leftLongitude;return Math.round(this.unscaledMapWidth*
215
+ (a-b)/(this.dataProvider.rightLongitude-b)*100)/100},y2c:function(a){var b=this.dataProvider.topLatitude;return Math.round(this.unscaledMapHeight*(a-b)/(this.dataProvider.bottomLatitude-b)*100)/100},normalize:function(a){if(!a.pathsArray){var b;if(a.normalized)b=a.normalized;else{var c=d.normalizePath(a.node);b=a.node.getAttribute("d");a.normalized=b;c.maxX>this.maxMapX&&(this.maxMapX=c.maxX);c.minX<this.minMapX&&(this.minMapX=c.minX);c.maxY>this.maxMapY&&(this.maxMapY=c.maxY);c.minY<this.minMapY&&
216
+ (this.minMapY=c.minY)}a.node.setAttribute("d",b)}},redraw:function(a){var b=a.normalized,b=b.split(" Z").join(""),b=b.split("M");a.pathsArray=[];for(var c=0;c<b.length;c++){var d=b[c];if(d){for(var d=d.split("L"),g=[],f=0;f<d.length;f++)if(d[f]){var h=d[f].split(" "),h=this.xyToCoordinates(Number(h[1]),Number(h[2]),this.dpProjectionFunction,this.sourceMapWidth,this.sourceMapHeight);g.push([h.longitude,h.latitude])}a.pathsArray.push(g)}}b="";for(c=0;c<a.pathsArray.length;c++)b+=this.redrawArea(a.pathsArray[c]);
217
+ a.node.setAttribute("d",b);a.path=b},redrawArea:function(a){for(var b=!1,c="",e=0;e<a.length;e++){var g=a[e][0],f=a[e][1],h=d.degreesToRadians(a[e][0]),k=d.degreesToRadians(a[e][1]),k=this.projectionFunction(h,k),h=d.roundTo(this.x2c(d.radiansToDegrees(k[0])),3),k=d.roundTo(this.y2c(d.radiansToDegrees(k[1])),3);h<this.minMapXX&&(this.minMapXX=h,this.leftLongLat={longitude:g,latitude:f});h>this.maxMapXX&&(this.maxMapXX=h,this.rightLongLat={longitude:g,latitude:f});k<this.minMapYY&&(this.minMapYY=k,
218
+ this.topLongLat={longitude:g,latitude:f});k>this.maxMapYY&&(this.maxMapYY=k,this.bottomLongLat={longitude:g,latitude:f});b?c+=" L ":(c+=" M ",b=!0);c+=h+" "+k}return c+" Z "},normalizeMap:function(){var a=d.degreesToRadians(this.dataProvider.leftLongitude),b=d.degreesToRadians(this.dataProvider.rightLongitude),c=d.degreesToRadians(this.dataProvider.topLatitude),e=d.degreesToRadians(this.dataProvider.bottomLatitude),g=a+(b-a)/2,f=c+(e-c)/2,h=this.dpProjectionFunction(g,c)[1],k=this.dpProjectionFunction(g,
219
+ e)[1],l=this.dpProjectionFunction(a,f)[0],m=this.dpProjectionFunction(b,f)[0],c=d.equirectangular(g,c),e=d.equirectangular(g,e),h=(c[1]-e[1])/(h-k),a=d.equirectangular(a,f),b=d.equirectangular(b,f),l=(a[0]-b[0])/(l-m);this.minMapX=Infinity;this.maxMapX=-Infinity;this.minMapY=Infinity;this.maxMapY=-Infinity;for(m=0;m<this.svgAreas.length;m++)this.normalize(this.svgAreas[m]);this.sourceMapHeight=Math.abs(this.maxMapY-this.minMapY);this.sourceMapWidth=Math.abs(this.maxMapX-this.minMapX);this.unscaledMapWidth=
220
+ this.sourceMapWidth*l;this.unscaledMapHeight=this.sourceMapHeight*h;this.diffY=this.diffX=0},fixMapPosition:function(){var a=d.degreesToRadians(this.dataProvider.leftLongitude),b=d.degreesToRadians(this.dataProvider.rightLongitude),c=d.degreesToRadians(this.dataProvider.topLatitude),e=d.degreesToRadians(this.dataProvider.bottomLatitude),g=a+(b-a)/2,f=c+(e-c)/2,h=this.dpProjectionFunction(g,c)[1],k=this.dpProjectionFunction(g,e)[1],l=this.dpProjectionFunction(a,f)[0],m=this.dpProjectionFunction(b,
221
+ f)[0];this.sourceMapHeight=this.mapHeight/this.mapScale;this.sourceMapWidth=this.mapWidth/this.mapScale;this.unscaledMapWidth=(a-b)/(l-m)*this.sourceMapWidth;this.unscaledMapHeight=(c-e)/(h-k)*this.sourceMapHeight;b=this.coordinatesToXY(d.radiansToDegrees(g),d.radiansToDegrees(c));a=this.coordinatesToXY(d.radiansToDegrees(a),d.radiansToDegrees(f));c=f=Infinity;for(e=0;e<this.svgAreas.length;e++)g=this.svgAreas[e].getBBox(),g.y<f&&(f=g.y),g.x<c&&(c=g.x);this.diffY=b.y/this.mapScale-f;this.diffX=a.x/
222
+ this.mapScale-c;for(e=0;e<this.svgAreas.length;e++)this.svgAreas[e].translate(this.diffX,this.diffY)},changeProjection:function(){this.minMapXX=Infinity;this.maxMapXX=-Infinity;this.minMapYY=Infinity;this.maxMapYY=-Infinity;this.projectionChanged=!1;for(var a=0;a<this.svgAreas.length;a++)this.redraw(this.svgAreas[a]);this.projectionChanged=!0;this.resizeMap()},coordinatesToXY:function(a,b){var c,e;this.projectionFunction?(e=this.projectionFunction(d.degreesToRadians(a),d.degreesToRadians(b)),c=this.mapScale*
223
+ d.roundTo(this.x2c(d.radiansToDegrees(e[0])),3),e=this.mapScale*d.roundTo(this.y2c(d.radiansToDegrees(e[1])),3)):(c=this.longitudeToCoordinate(a),e=this.latitudeToCoordinate(b));return{x:c,y:e}},coordinatesToStageXY:function(a,b){var c=this.coordinatesToXY(a,b),d=c.x*this.zoomLevel()+this.mapContainer.x,c=c.y*this.zoomLevel()+this.mapContainer.y;return{x:d,y:c}},stageXYToCoordinates:function(a,b){var c=this.mapSet.getBBox(),d=(a-this.mapContainer.x)/this.zoomLevel()-c.x*this.mapScale,c=(b-this.mapContainer.y)/
224
+ this.zoomLevel()-c.y*this.mapScale;return this.xyToCoordinates(d,c)},xyToCoordinates:function(a,b,c,e,g){var f;isNaN(e)&&(e=this.mapWidth);isNaN(g)&&(g=this.mapHeight);c||(c=this.projectionFunction);if(f=c.invert){var h=this.dataProvider.leftLongitude,k=this.dataProvider.rightLongitude,l=this.dataProvider.topLatitude,m=this.dataProvider.bottomLatitude,n=h+(k-h)/2,r=l+(m-l)/2,l=d.radiansToDegrees(c(d.degreesToRadians(n),d.degreesToRadians(l))[1]),m=d.radiansToDegrees(c(d.degreesToRadians(n),d.degreesToRadians(m))[1]),
225
+ h=d.radiansToDegrees(c(d.degreesToRadians(h),d.degreesToRadians(r))[0]),k=d.radiansToDegrees(c(d.degreesToRadians(k),d.degreesToRadians(r))[0]);this.projectionChanged&&(l=d.radiansToDegrees(c(d.degreesToRadians(this.topLongLat.longitude),d.degreesToRadians(this.topLongLat.latitude))[1]),m=d.radiansToDegrees(c(d.degreesToRadians(this.bottomLongLat.longitude),d.degreesToRadians(this.bottomLongLat.latitude))[1]),h=d.radiansToDegrees(c(d.degreesToRadians(this.leftLongLat.longitude),d.degreesToRadians(this.leftLongLat.latitude))[0]),
226
+ k=d.radiansToDegrees(c(d.degreesToRadians(this.rightLongLat.longitude),d.degreesToRadians(this.rightLongLat.latitude))[0]));a=d.degreesToRadians(a/e*(k-h)+h);b=d.degreesToRadians(b/g*(m-l)+l);b=f(a,b);f=d.radiansToDegrees(b[0]);b=d.radiansToDegrees(b[1])}else f=this.coordinateToLongitude(a),b=this.coordinateToLatitude(b);return{longitude:d.roundTo(f,4),latitude:d.roundTo(b,4)}},coordinateToLatitude:function(a,b){var c;void 0===b&&(b=this.mapHeight);if(this.mapSet){var e=this.dataProvider,g=e.bottomLatitude;
227
+ c=e.topLatitude;"mercator"==e.projection?(e=this.mercatorLatitudeToCoordinate(g),c=this.mercatorLatitudeToCoordinate(c),c=2*d.degreesToRadians(a*(e-c)/b+c),c=d.radiansToDegrees(2*Math.atan(Math.exp(c))-.5*Math.PI)):c=a/b*(g-c)+c}return Math.round(1E6*c)/1E6},coordinateToLongitude:function(a,b){var c,d=this.dataProvider;void 0===b&&(b=this.mapWidth);this.mapSet&&(c=a/b*(d.rightLongitude-d.leftLongitude)+d.leftLongitude);return Math.round(1E6*c)/1E6}})})();(function(){var d=window.AmCharts;d.ZoomControl=d.Class({construct:function(a){this.cname="ZoomControl";this.panStepSize=.1;this.zoomFactor=2;this.maxZoomLevel=64;this.minZoomLevel=1;this.panControlEnabled=!1;this.zoomControlEnabled=!0;this.buttonRollOverColor="#DADADA";this.buttonFillColor="#FFFFFF";this.buttonFillAlpha=1;this.buttonBorderColor="#000000";this.buttonBorderAlpha=.1;this.buttonIconAlpha=this.buttonBorderThickness=1;this.gridColor=this.buttonIconColor="#000000";this.homeIconFile="homeIcon.gif";
228
  this.gridBackgroundColor="#000000";this.draggerAlpha=this.gridAlpha=this.gridBackgroundAlpha=0;this.draggerSize=this.buttonSize=31;this.iconSize=11;this.homeButtonEnabled=!0;this.buttonCornerRadius=2;this.gridHeight=5;this.roundButtons=!0;this.top=this.left=10;d.applyTheme(this,a,this.cname)},init:function(a,b){var c=this;c.chart=a;d.remove(c.set);var e=b.set();d.setCN(a,e,"zoom-control");var g=c.buttonSize,f=c.zoomControlEnabled,h=c.panControlEnabled,k=c.buttonFillColor,l=c.buttonFillAlpha,m=c.buttonBorderThickness,
229
+ n=c.buttonBorderColor,r=c.buttonBorderAlpha,t=c.buttonCornerRadius,p=c.buttonRollOverColor,q=c.gridHeight,u=c.zoomFactor,z=c.minZoomLevel,B=c.maxZoomLevel,y=c.buttonIconAlpha,v=c.buttonIconColor,A=c.roundButtons,C=a.svgIcons,w=a.getX(c.left),x=a.getY(c.top);isNaN(c.right)||(w=a.getX(c.right,!0),w=h?w-3*g:w-g);isNaN(c.bottom)||(x=a.getY(c.bottom,!0),f&&(x-=q+3*g),x=h?x-3*g:c.homeButtonEnabled?x-.5*g:x+g);e.translate(w,x);c.previousDY=NaN;var F,w=g/4-1;if(f){F=b.set();d.setCN(a,F,"zoom-control-zoom");
230
+ e.push(F);c.set=e;c.zoomSet=F;5<q&&(f=d.rect(b,g+6,q+2*g+6,c.gridBackgroundColor,c.gridBackgroundAlpha,0,0,0,4),d.setCN(a,f,"zoom-bg"),f.translate(-3,-3),f.mouseup(function(){c.handleBgUp()}).touchend(function(){c.handleBgUp()}),F.push(f));var D=g;A&&(D=g/1.5);c.draggerSize=D;var H=Math.log(B/z)/Math.log(u)+1;1E3<H&&(H=1E3);var f=q/H,G,E=b.set();E.translate((g-D)/2+1,1,NaN,!0);F.push(E);for(G=1;G<H;G++)x=g+G*f,x=d.line(b,[1,D-2],[x,x],c.gridColor,c.gridAlpha,1),d.setCN(a,x,"zoom-grid"),E.push(x);
231
+ x=new d.SimpleButton;x.setDownHandler(c.draggerDown,c);x.setClickHandler(c.draggerUp,c);x.init(b,D,f,k,l,m,n,r,t,p);d.setCN(a,x.set,"zoom-dragger");F.push(x.set);x.set.setAttr("opacity",c.draggerAlpha);c.dragger=x.set;c.previousY=NaN;x=new d.SimpleButton;C?(D=b.set(),H=d.line(b,[-w,w],[0,0],v,y,1),G=d.line(b,[0,0],[-w,w],v,y,1),D.push(H),D.push(G),x.svgIcon=D):x.setIcon(a.pathToImages+"plus.gif",c.iconSize);x.setClickHandler(a.zoomIn,a);x.init(b,g,g,k,l,m,n,r,t,p,y,v,A);d.setCN(a,x.set,"zoom-in");
232
+ F.push(x.set);x=new d.SimpleButton;C?x.svgIcon=d.line(b,[-w,w],[0,0],v,y,1):x.setIcon(a.pathToImages+"minus.gif",c.iconSize);x.setClickHandler(a.zoomOut,a);x.init(b,g,g,k,l,m,n,r,t,p,y,v,A);x.set.translate(0,q+g);d.setCN(a,x.set,"zoom-out");F.push(x.set);q-=f;B=Math.log(B/100)/Math.log(u);c.realStepSize=q/(B-Math.log(z/100)/Math.log(u));c.realGridHeight=q;c.stepMax=B}h&&(h=b.set(),d.setCN(a,h,"zoom-control-pan"),e.push(h),F&&F.translate(g,4*g),u=new d.SimpleButton,C?u.svgIcon=d.line(b,[w/5,-w+w/5,
233
+ w/5],[-w,0,w],v,y,1):u.setIcon(a.pathToImages+"panLeft.gif",c.iconSize),u.setClickHandler(a.moveLeft,a),u.init(b,g,g,k,l,m,n,r,t,p,y,v,A),u.set.translate(0,g),d.setCN(a,u.set,"pan-left"),h.push(u.set),u=new d.SimpleButton,C?u.svgIcon=d.line(b,[-w/5,w-w/5,-w/5],[-w,0,w],v,y,1):u.setIcon(a.pathToImages+"panRight.gif",c.iconSize),u.setClickHandler(a.moveRight,a),u.init(b,g,g,k,l,m,n,r,t,p,y,v,A),u.set.translate(2*g,g),d.setCN(a,u.set,"pan-right"),h.push(u.set),u=new d.SimpleButton,C?u.svgIcon=d.line(b,
234
+ [-w,0,w],[w/5,-w+w/5,w/5],v,y,1):u.setIcon(a.pathToImages+"panUp.gif",c.iconSize),u.setClickHandler(a.moveUp,a),u.init(b,g,g,k,l,m,n,r,t,p,y,v,A),u.set.translate(g,0),d.setCN(a,u.set,"pan-up"),h.push(u.set),u=new d.SimpleButton,C?u.svgIcon=d.line(b,[-w,0,w],[-w/5,w-w/5,-w/5],v,y,1):u.setIcon(a.pathToImages+"panDown.gif",c.iconSize),u.setClickHandler(a.moveDown,a),u.init(b,g,g,k,l,m,n,r,t,p,y,v,A),u.set.translate(g,2*g),d.setCN(a,u.set,"pan-down"),h.push(u.set),e.push(h));c.homeButtonEnabled&&(h=new d.SimpleButton,
235
+ C?h.svgIcon=d.polygon(b,[-w,0,w,w-1,w-1,2,2,-2,-2,-w+1,-w+1],[0,-w,0,0,w-1,w-1,2,2,w-1,w-1,0],v,y,1,v,y):h.setIcon(a.pathToImages+c.homeIconFile,c.iconSize),h.setClickHandler(a.goHome,a),c.panControlEnabled&&(r=l=0),h.init(b,g,g,k,l,m,n,r,t,p,y,v,A),c.panControlEnabled?h.set.translate(g,g):F&&F.translate(0,1.5*g),d.setCN(a,h.set,"pan-home"),e.push(h.set));c.update()},draggerDown:function(){this.chart.stopDrag();this.isDragging=!0},draggerUp:function(){this.isDragging=!1},handleBgUp:function(){var a=
236
+ this.chart;a.zoomTo(100*Math.pow(this.zoomFactor,this.stepMax-(a.mouseY-this.zoomSet.y-this.set.y-this.buttonSize-this.realStepSize/2)/this.realStepSize))},update:function(){var a;a=this.zoomFactor;var b=this.realStepSize,c=this.stepMax,e=this.dragger,g=this.buttonSize,f,h=this.chart;h&&(this.isDragging?(h.stopDrag(),f=e.y+(h.mouseY-this.previousY),f=d.fitToBounds(f,g,this.realGridHeight+g),h.zoomTo(100*Math.pow(a,c-(f-g)/b),NaN,NaN,!0)):(a=Math.log(h.zoomLevel()/100)/Math.log(a),f=(c-a)*b+g),this.previousY=
237
+ h.mouseY,this.previousDY!=f&&e&&(e.translate((this.buttonSize-this.draggerSize)/2,f),this.previousDY=f))}})})();(function(){var d=window.AmCharts;d.SimpleButton=d.Class({construct:function(){},init:function(a,b,c,e,g,f,h,k,l,m,n,r,t){var p=this;p.rollOverColor=m;p.color=e;p.container=a;m=a.set();p.set=m;t?(b/=2,e=d.circle(a,b,e,g,f,h,k),e.translate(b,b)):e=d.rect(a,b,c,e,g,f,h,k,l);m.push(e);g=p.iconPath;var q;g&&(q=p.iconSize,f=(b-q)/2,t&&(f=(2*b-q)/2),q=a.image(g,f,(c-q)/2,q,q));p.svgIcon&&(q=p.svgIcon,t?q.translate(b,b):q.translate(b/2,b/2));m.setAttr("cursor","pointer");q&&(m.push(q),q.setAttr("opacity",
238
  n),q.node.style.pointerEvents="none");e.mousedown(function(){p.handleDown()}).touchstart(function(){p.handleDown()}).mouseup(function(){p.handleUp()}).touchend(function(){p.handleUp()}).mouseover(function(){p.handleOver()}).mouseout(function(){p.handleOut()});p.bg=e},setIcon:function(a,b){this.iconPath=a;this.iconSize=b},setClickHandler:function(a,b){this.clickHandler=a;this.scope=b},setDownHandler:function(a,b){this.downHandler=a;this.scope=b},handleUp:function(){var a=this.clickHandler;a&&a.call(this.scope)},
239
  handleDown:function(){var a=this.downHandler;a&&a.call(this.scope)},handleOver:function(){this.container.chart.skipClick=!0;this.bg.setAttr("fill",this.rollOverColor)},handleOut:function(){this.container.chart.skipClick=!1;this.bg.setAttr("fill",this.color)}})})();(function(){var d=window.AmCharts;d.SmallMap=d.Class({construct:function(a){this.cname="SmallMap";this.mapColor="#e6e6e6";this.rectangleColor="#FFFFFF";this.top=this.right=10;this.minimizeButtonWidth=23;this.backgroundColor="#9A9A9A";this.backgroundAlpha=1;this.borderColor="#FFFFFF";this.iconColor="#000000";this.borderThickness=3;this.borderAlpha=1;this.size=.2;this.enabled=!0;d.applyTheme(this,a,this.cname)},init:function(a,b){var c=this;if(c.enabled){c.chart=a;c.container=b;c.width=a.realWidth*
240
+ c.size;c.height=a.realHeight*c.size;d.remove(c.mapSet);d.remove(c.allSet);d.remove(c.set);var e=b.set();c.set=e;d.setCN(a,e,"small-map");var g=b.set();c.allSet=g;e.push(g);c.buildSVGMap();var f=c.borderThickness,h=c.borderColor,k=d.rect(b,c.width+f,c.height+f,c.backgroundColor,c.backgroundAlpha,f,h,c.borderAlpha);d.setCN(a,k,"small-map-bg");k.translate(-f/2,-f/2);g.push(k);k.toBack();var l,m,k=c.minimizeButtonWidth,n=new d.SimpleButton,r=k/2;a.svgIcons?n.svgIcon=d.line(b,[-r/2,0,r/2],[-r/4,r/4,-r/
241
+ 4],c.iconColor,1,1):n.setIcon(a.pathToImages+"arrowDown.gif",k);n.setClickHandler(c.minimize,c);n.init(b,k,k,h,1,1,h,1);d.setCN(a,n.set,"small-map-down");n=n.set;c.downButtonSet=n;e.push(n);var t=new d.SimpleButton;a.svgIcons?t.svgIcon=d.line(b,[-r/2,0,r/2],[r/4,-r/4,r/4],c.iconColor,1,1):t.setIcon(a.pathToImages+"arrowUp.gif",k);t.setClickHandler(c.maximize,c);t.init(b,k,k,h,1,1,h,1);d.setCN(a,t.set,"small-map-up");h=t.set;c.upButtonSet=h;h.hide();e.push(h);var p,q;isNaN(c.top)||(l=a.getY(c.top)+
242
+ f,q=0);isNaN(c.bottom)||(l=a.getY(c.bottom,!0)-c.height-f,q=c.height-k+f/2);isNaN(c.left)||(m=a.getX(c.left)+f,p=-f/2);isNaN(c.right)||(m=a.getX(c.right,!0)-c.width-f,p=c.width-k+f/2);f=b.set();f.clipRect(1,1,c.width,c.height);g.push(f);c.rectangleC=f;e.translate(m,l);n.translate(p,q);h.translate(p,q);g.mouseup(function(){c.handleMouseUp()});c.drawRectangle()}else d.remove(c.allSet),d.remove(c.downButtonSet),d.remove(c.upButtonSet)},minimize:function(){this.downButtonSet.hide();this.upButtonSet.show();
243
+ this.allSet.hide()},maximize:function(){this.downButtonSet.show();this.upButtonSet.hide();this.allSet.show()},buildSVGMap:function(){var a=this.chart,b={fill:this.mapColor,stroke:this.mapColor,"stroke-opacity":1},c=this.container,e=c.set();d.setCN(a,e,"small-map-image");var g;for(g=0;g<a.svgAreas.length;g++){var f=c.path(a.svgAreas[g].path).attr(b);e.push(f)}this.allSet.push(e);b=e.getBBox();c=this.size*a.mapScale;g=-b.x*c;var f=-b.y*c,h=0,k=0;a.centerMap&&(h=(this.width-b.width*c)/2,k=(this.height-
244
+ b.height*c)/2);this.mapWidth=b.width*c;this.mapHeight=b.height*c;this.dx=h;this.dy=k;e.translate(g+h,f+k,c);this.mapSet=e},update:function(){var a=this.chart;if(a){var b=a.zoomLevel(),c=this.width,d=this.height,g=c/(a.realWidth*b),f=a.mapContainer.getBBox(),c=c/b,d=d/b,h=this.rectangle;h.translate(-(a.mapContainer.x+f.x*b)*g+this.dx,-(a.mapContainer.y+f.y*b)*g+this.dy);0<c&&0<d&&(h.setAttr("width",Math.ceil(c+1)),h.setAttr("height",Math.ceil(d+1)));this.rWidth=c;this.rHeight=d}},drawRectangle:function(){var a=
245
+ this.rectangle;d.remove(a);a=d.rect(this.container,10,10,"#000",0,1,this.rectangleColor,1);d.setCN(this.chart,a,"small-map-rectangle");this.rectangleC.push(a);this.rectangle=a},handleMouseUp:function(){var a=this.chart,b=a.zoomLevel();a.zoomTo(b,-((a.mouseX-this.set.x-this.dx-this.rWidth/2)/this.mapWidth)*b,-((a.mouseY-this.set.y-this.dy-this.rHeight/2)/this.mapHeight)*b)}})})();(function(){var d=window.AmCharts;d.AreasProcessor=d.Class({construct:function(a){this.chart=a},process:function(a){this.updateAllAreas();this.allObjects=[];a=a.areas;var b=this.chart,c=a.length,d,g,f=0,h=!1,k=!1,l=0;for(d=0;d<c;d++)if(g=a[d],g=g.value,!isNaN(g)){if(!1===h||h<g)h=g;if(!1===k||k>g)k=g;f+=Math.abs(g);l++}this.minValue=k;this.maxValue=h;isNaN(b.minValue)||(this.minValue=b.minValue);isNaN(b.maxValue)||(this.maxValue=b.maxValue);b.maxValueReal=h;b.minValueReal=k;for(d=0;d<c;d++)g=a[d],
246
  isNaN(g.value)?g.percents=void 0:(g.percents=(g.value-k)/f*100,k==h&&(g.percents=100));for(d=0;d<c;d++)g=a[d],this.createArea(g)},updateAllAreas:function(){var a=this.chart,b=a.areasSettings,c=b.unlistedAreasColor,e=b.unlistedAreasAlpha,g=b.unlistedAreasOutlineColor,f=b.unlistedAreasOutlineAlpha,h=a.svgAreas,k=a.dataProvider,l=k.areas,m={},n;for(n=0;n<l.length;n++)m[l[n].id]=l[n];for(n=0;n<h.length;n++){l=h[n];if(b.preserveOriginalAttributes){if(l.customAttr)for(var r in l.customAttr)l.setAttr(r,
247
+ l.customAttr[r])}else{void 0!=c&&l.setAttr("fill",c);isNaN(e)||l.setAttr("fill-opacity",e);void 0!=g&&l.setAttr("stroke",g);isNaN(f)||l.setAttr("stroke-opacity",f);var t=b.outlineThickness;b.adjustOutlineThickness&&(t=t/a.zoomLevel()/a.mapScale);l.setAttr("stroke-width",t)}d.setCN(a,l,"map-area-unlisted");k.getAreasFromMap&&!m[l.id]&&(t=new d.MapArea(a.theme),t.parentObject=k,t.id=l.id,k.areas.push(t))}},createArea:function(a){var b=this.chart,c=b.svgAreasById[a.id],e=b.areasSettings;if(c&&c.className){var g=
248
+ b.areasClasses[c.className];g&&(e=d.processObject(g,d.AreasSettings,b.theme))}var f=e.color,h=e.alpha,k=e.outlineThickness,l=e.rollOverColor,m=e.selectedColor,n=e.rollOverAlpha,r=e.rollOverBrightness,t=e.outlineColor,p=e.outlineAlpha,q=e.balloonText,u=e.selectable,z=e.pattern,B=e.rollOverOutlineColor,y=e.bringForwardOnHover,v=e.preserveOriginalAttributes;this.allObjects.push(a);a.chart=b;a.baseSettings=e;a.autoZoomReal=void 0==a.autoZoom?e.autoZoom:a.autoZoom;g=a.color;void 0==g&&(g=f);var A=a.alpha;
249
+ isNaN(A)&&(A=h);h=a.rollOverAlpha;isNaN(h)&&(h=n);isNaN(h)&&(h=A);n=a.rollOverColor;void 0==n&&(n=l);l=a.pattern;void 0==l&&(l=z);z=a.selectedColor;void 0==z&&(z=m);m=a.balloonText;void 0===m&&(m=q);void 0==e.colorSolid||isNaN(a.value)||(q=Math.floor((a.value-this.minValue)/((this.maxValue-this.minValue)/b.colorSteps)),q==b.colorSteps&&q--,q*=1/(b.colorSteps-1),this.maxValue==this.minValue&&(q=1),a.colorReal=d.getColorFade(g,e.colorSolid,q));void 0!=a.color&&(a.colorReal=a.color);void 0==a.selectable&&
250
+ (a.selectable=u);void 0==a.colorReal&&(a.colorReal=f);f=a.outlineColor;void 0==f&&(f=t);t=a.outlineAlpha;isNaN(t)&&(t=p);p=a.outlineThickness;isNaN(p)&&(p=k);k=a.rollOverOutlineColor;void 0==k&&(k=B);B=a.rollOverBrightness;void 0==B&&(B=r);void 0==a.bringForwardOnHover&&(a.bringForwardOnHover=y);void 0==a.preserveOriginalAttributes&&(a.preserveOriginalAttributes=v);isNaN(e.selectedBrightness)||(z=d.adjustLuminosity(a.colorReal,e.selectedBrightness/100));a.alphaReal=A;a.rollOverColorReal=n;a.rollOverAlphaReal=
251
+ h;a.balloonTextReal=m;a.selectedColorReal=z;a.outlineColorReal=f;a.outlineAlphaReal=t;a.rollOverOutlineColorReal=k;a.outlineThicknessReal=p;a.patternReal=l;a.rollOverBrightnessReal=B;d.processDescriptionWindow(e,a);if(c&&(r=c.area,y=c.title,a.enTitle=c.title,y&&!a.title&&(a.title=y),(c=b.language)?(y=d.mapTranslations)&&(c=y[c])&&c[a.enTitle]&&(a.titleTr=c[a.enTitle]):a.titleTr=void 0,r)){a.displayObject=r;a.mouseEnabled&&b.addObjectEventListeners(r,a);var C;void 0!=g&&(C=g);void 0!=a.colorReal&&
252
+ (C=a.showAsSelected||b.selectedObject==a?a.selectedColorReal:a.colorReal);r.node.setAttribute("class","");d.setCN(b,r,"map-area");d.setCN(b,r,"map-area-"+r.id);e.adjustOutlineThickness&&(p=p/b.zoomLevel()/b.mapScale);a.preserveOriginalAttributes||(r.setAttr("fill",C),r.setAttr("stroke",f),r.setAttr("stroke-opacity",t),r.setAttr("stroke-width",p),r.setAttr("fill-opacity",A));l&&r.pattern(l,b.mapScale,b.path);a.hidden&&r.hide()}}})})();(function(){var d=window.AmCharts;d.AreasSettings=d.Class({construct:function(a){this.cname="AreasSettings";this.alpha=1;this.autoZoom=!1;this.balloonText="[[title]]";this.color="#FFCC00";this.colorSolid="#990000";this.unlistedAreasAlpha=1;this.unlistedAreasColor="#DDDDDD";this.outlineColor="#FFFFFF";this.outlineThickness=this.outlineAlpha=1;this.selectedColor=this.rollOverOutlineColor="#CC0000";this.unlistedAreasOutlineColor="#FFFFFF";this.unlistedAreasOutlineAlpha=1;this.descriptionWindowWidth=
253
  250;this.bringForwardOnHover=this.adjustOutlineThickness=!0;d.applyTheme(this,a,this.cname)}})})();(function(){var d=window.AmCharts;d.ImagesProcessor=d.Class({construct:function(a){this.chart=a;this.reset()},process:function(a){var b=a.images,c;for(c=0;c<b.length;c++){var d=b[c];this.createImage(d,c);d.parentArray=b}this.counter=c;a.parentObject&&a.remainVisible&&this.process(a.parentObject)},createImage:function(a,b){a=d.processObject(a,d.MapImage);isNaN(b)&&(this.counter++,b=this.counter);var c=this.chart,e=c.container,g=c.mapImagesContainer,f=c.stageImagesContainer,h=c.imagesSettings;a.remove&&
254
+ a.remove();var k=h.color,l=h.alpha,m=h.rollOverColor,n=h.rollOverOutlineColor,r=h.selectedColor,t=h.balloonText,p=h.outlineColor,q=h.outlineAlpha,u=h.outlineThickness,z=h.selectedScale,B=h.rollOverScale,y=h.selectable,v=h.labelPosition,A=h.labelColor,C=h.labelFontSize,w=h.bringForwardOnHover,x=h.labelRollOverColor,F=h.rollOverBrightness,D=h.selectedLabelColor;a.index=b;a.chart=c;a.baseSettings=c.imagesSettings;var H=e.set();a.displayObject=H;var G=a.color;void 0==G&&(G=k);k=a.alpha;isNaN(k)&&(k=l);
255
+ void 0==a.bringForwardOnHover&&(a.bringForwardOnHover=w);l=a.outlineAlpha;isNaN(l)&&(l=q);q=a.rollOverColor;void 0==q&&(q=m);m=a.selectedColor;void 0==m&&(m=r);r=a.balloonText;void 0===r&&(r=t);t=a.outlineColor;void 0==t&&(t=p);a.outlineColorReal=t;p=a.outlineThickness;isNaN(p)&&(p=u);(u=a.labelPosition)||(u=v);v=a.labelColor;void 0==v&&(v=A);A=a.labelRollOverColor;void 0==A&&(A=x);x=a.selectedLabelColor;void 0==x&&(x=D);D=a.labelFontSize;isNaN(D)&&(D=C);C=a.selectedScale;isNaN(C)&&(C=z);z=a.rollOverScale;
256
+ isNaN(z)&&(z=B);B=a.rollOverBrightness;void 0==B&&(B=F);void 0==a.selectable&&(a.selectable=y);a.colorReal=G;isNaN(h.selectedBrightness)||(m=d.adjustLuminosity(a.colorReal,h.selectedBrightness/100));a.alphaReal=k;a.rollOverColorReal=q;a.balloonTextReal=r;a.selectedColorReal=m;a.labelColorReal=v;a.labelRollOverColorReal=A;a.selectedLabelColorReal=x;a.labelFontSizeReal=D;a.labelPositionReal=u;a.selectedScaleReal=C;a.rollOverScaleReal=z;a.rollOverOutlineColorReal=n;a.rollOverBrightnessReal=B;d.processDescriptionWindow(h,
257
+ a);a.centeredReal=void 0==a.centered?h.centered:a.centered;F=a.type;B=a.imageURL;z=a.svgPath;C=a.width;D=a.height;n=a.scale;isNaN(a.percentWidth)||(C=a.percentWidth/100*c.realWidth);isNaN(a.percentHeight)||(D=a.percentHeight/100*c.realHeight);var E;B||F||z||(F="circle",C=1,l=k=0);q=y=0;h=a.selectedColorReal;if(F){isNaN(C)&&(C=10);isNaN(D)&&(D=10);"kilometers"==a.widthAndHeightUnits&&(C=c.kilometersToPixels(a.width),D=c.kilometersToPixels(a.height));"miles"==a.widthAndHeightUnits&&(C=c.milesToPixels(a.width),
258
+ D=c.milesToPixels(a.height));if("circle"==F||"bubble"==F)D=C;E=this.createPredefinedImage(G,t,p,F,C,D);q=y=0;a.centeredReal?(isNaN(a.right)||(y=C*n),isNaN(a.bottom)||(q=D*n)):(y=C*n/2,q=D*n/2);E.translate(y,q,n,!0)}else B?(isNaN(C)&&(C=10),isNaN(D)&&(D=10),E=e.image(B,0,0,C,D),E.node.setAttribute("preserveAspectRatio","none"),E.setAttr("opacity",k),a.centeredReal&&(y=isNaN(a.right)?-C/2:C/2,q=isNaN(a.bottom)?-D/2:D/2,E.translate(y,q,NaN,!0))):z&&(E=e.path(z),F=E.getBBox(),a.centeredReal?(y=-F.x*n-
259
+ F.width*n/2,isNaN(a.right)||(y=-y),q=-F.y*n-F.height*n/2,isNaN(a.bottom)||(q=-q)):y=q=0,E.translate(y,q,n,!0),E.x=y,E.y=q);E&&(H.push(E),a.image=E,E.setAttr("stroke-opacity",l),E.setAttr("stroke-width",p),E.setAttr("stroke",t),E.setAttr("fill-opacity",k),E.setAttr("fill",G),d.setCN(c,E,"map-image"),void 0!=a.id&&d.setCN(c,E,"map-image-"+a.id));G=a.labelColorReal;!a.showAsSelected&&c.selectedObject!=a||void 0==h||(E.setAttr("fill",h),G=a.selectedLabelColorReal);E=null;void 0!==a.label&&(E=d.text(e,
260
+ a.label,G,c.fontFamily,a.labelFontSizeReal,a.labelAlign),d.setCN(c,E,"map-image-label"),void 0!==a.id&&d.setCN(c,E,"map-image-label-"+a.id),G=a.labelBackgroundAlpha,(k=a.labelBackgroundColor)&&0<G&&(l=E.getBBox(),e=d.rect(e,l.width+16,l.height+10,k,G),d.setCN(c,e,"map-image-label-background"),void 0!=a.id&&d.setCN(c,e,"map-image-label-background-"+a.id),H.push(e),a.labelBG=e),a.imageLabel=E,H.push(E),d.setCN(c,H,"map-image-container"),void 0!=a.id&&d.setCN(c,H,"map-image-container-"+a.id));e=isNaN(a.latitude)||
261
+ isNaN(a.longitude)?!0:!1;a.lineId&&(E=this.chart.getObjectById(a.lineId))&&0<E.longitudes.length&&(e=!1);e?f.push(H):g.push(H);H&&(H.rotation=a.rotation,isNaN(a.rotation)||H.rotate(a.rotation));this.updateSizeAndPosition(a);a.mouseEnabled&&c.addObjectEventListeners(H,a);a.hidden&&H.hide();a.animateAlongLine&&setTimeout(function(){a.animateAlong.call(a)},100);return a},updateSizeAndPosition:function(a){var b=this.chart,c=a.displayObject,e=b.getX(a.left),g=b.getY(a.top),f,h=a.image.getBBox();isNaN(a.right)||
262
+ (e=b.getX(a.right,!0)-h.width*a.scale);isNaN(a.bottom)||(g=b.getY(a.bottom,!0)-h.height*a.scale);var k=a.longitude,l=a.latitude,m=a.positionOnLine,h=this.objectsToResize;this.allSvgObjects.push(c);this.allObjects.push(a);a.arrays.push({arr:this.allSvgObjects,el:c});a.arrays.push({arr:this.allObjects,el:a});var n=a.imageLabel,r=this.chart.zoomLevel(),t,p;if(a.lineId){var q=this.chart.getObjectById(a.lineId);(a.line=q)&&q.getCoordinates&&(q.chart=b,q=q.getCoordinates(m,a.lineSegment))&&(k=b.coordinateToLongitude(q.x),
263
+ l=b.coordinateToLatitude(q.y),t=q.x,p=q.y,f=d.radiansToDegrees(q.angle))}isNaN(f)||c.rotate(f+a.extraAngle);if(!isNaN(e)&&!isNaN(g))c.translate(e,g,NaN,!0);else if(!isNaN(l)&&!isNaN(k))if(g=b.coordinatesToXY(k,l),e=g.x,g=g.y,isNaN(t)||(e=t),isNaN(p)||(g=p),a.fixedSize){t=1;if(a.showAsSelected||b.selectedObject==a)t=a.selectedScaleReal;b=a.positionScale;isNaN(b)?b=0:(--b,b*=1-2*Math.abs(m-.5));m={image:c,scale:t+b};h.push(m);a.arrays.push({arr:h,el:m});c.translate(e,g,t/r+b,!0)}else c.translate(e,
264
+ g,NaN,!0),n&&(this.labelsToReposition.push(a),a.arrays.push({arr:this.labelsToReposition,el:a}));this.positionLabel(n,a,a.labelPositionReal)},positionLabel:function(a,b,c){if(a){var d=b.image,g=0,f=0,h=0,k=0;d&&(k=d.getBBox(),f=d.y,g=d.x,h=k.width,k=k.height,b.svgPath&&(h*=b.scale,k*=b.scale));var d=a.getBBox(),l=d.width,m=d.height;"right"==c&&(g+=h+l/2+5,f+=k/2-2);"left"==c&&(g+=-l/2-5,f+=k/2-2);"top"==c&&(f-=m/2+3,g+=h/2);"bottom"==c&&(f+=k+m/2,g+=h/2);"middle"==c&&(g+=h/2,f+=k/2);a.translate(g+
265
+ b.labelShiftX,f+b.labelShiftY,NaN,!0);b.labelBG&&b.labelBG.translate(g-d.width/2+b.labelShiftX-9,f+b.labelShiftY-d.height/2-3,NaN,!0)}},createPredefinedImage:function(a,b,c,e,g,f){var h=this.chart.container,k;switch(e){case "circle":k=d.circle(h,g/2,a,1,c,b,1);break;case "rectangle":k=d.polygon(h,[-g/2,g/2,g/2,-g/2],[f/2,f/2,-f/2,-f/2],a,1,c,b,1,0,!0);break;case "bubble":k=d.circle(h,g/2,a,1,c,b,1,!0);break;case "hexagon":g/=Math.sqrt(3),k=d.polygon(h,[.866*g,0*g,-.866*g,-.866*g,0*g,.866*g],[.5*g,
266
+ 1*g,.5*g,-.5*g,-1*g,-.5*g],a,1,c,b,1)}return k},reset:function(){this.objectsToResize=[];this.allSvgObjects=[];this.allObjects=[];this.allLabels=[];this.labelsToReposition=[]}})})();(function(){var d=window.AmCharts;d.ImagesSettings=d.Class({construct:function(a){this.cname="ImagesSettings";this.balloonText="[[title]]";this.alpha=1;this.borderAlpha=0;this.borderThickness=1;this.labelPosition="right";this.labelColor="#000000";this.labelFontSize=11;this.color="#000000";this.labelRollOverColor="#00CC00";this.centered=!0;this.rollOverScale=this.selectedScale=1;this.descriptionWindowWidth=250;this.bringForwardOnHover=!0;this.outlineColor="transparent";this.adjustAnimationSpeed=!1;
267
  this.baseAnimationDistance=500;this.pauseDuration=0;this.easingFunction=d.easeInOutQuad;this.animationDuration=3;this.positionScale=1;d.applyTheme(this,a,this.cname)}})})();(function(){var d=window.AmCharts;d.LinesProcessor=d.Class({construct:function(a){this.chart=a;this.reset()},process:function(a){var b=a.lines,c;for(c=0;c<b.length;c++){var d=b[c];this.createLine(d,c);d.parentArray=b}this.counter=c;a.parentObject&&a.remainVisible&&this.process(a.parentObject)},createLine:function(a,b){a=d.processObject(a,d.MapLine);isNaN(b)&&(this.counter++,b=this.counter);a.index=b;a.remove&&a.remove();var c=this.chart,e=c.linesSettings,g=this.objectsToResize,f=c.mapLinesContainer,
268
+ h=c.stageLinesContainer,k=e.thickness,l=e.dashLength,m=e.arrow,n=e.arrowSize,r=e.arrowColor,t=e.arrowAlpha,p=e.color,q=e.alpha,u=e.rollOverColor,z=e.selectedColor,B=e.rollOverAlpha,y=e.balloonText,v=e.bringForwardOnHover,A=e.arc,C=e.rollOverBrightness,w=c.container;a.chart=c;a.baseSettings=e;var x=w.set();a.displayObject=x;this.allSvgObjects.push(x);a.arrays.push({arr:this.allSvgObjects,el:x});this.allObjects.push(a);a.arrays.push({arr:this.allObjects,el:a});a.mouseEnabled&&c.addObjectEventListeners(x,
269
+ a);if(a.remainVisible||c.selectedObject==a.parentObject){var F=a.thickness;isNaN(F)&&(F=k);k=a.dashLength;isNaN(k)&&(k=l);l=a.color;void 0==l&&(l=p);p=a.alpha;isNaN(p)&&(p=q);q=a.rollOverAlpha;isNaN(q)&&(q=B);isNaN(q)&&(q=p);B=a.rollOverColor;void 0==B&&(B=u);u=a.selectedColor;void 0==u&&(u=z);z=a.balloonText;void 0===z&&(z=y);y=a.arc;isNaN(y)&&(y=A);A=a.arrow;if(!A||"none"==A&&"none"!=m)A=m;m=a.arrowColor;void 0==m&&(m=r);void 0==m&&(m=l);r=a.arrowAlpha;isNaN(r)&&(r=t);isNaN(r)&&(r=p);t=a.arrowSize;
270
+ isNaN(t)&&(t=n);n=a.rollOverBrightness;void 0==n&&(n=C);a.colorReal=l;isNaN(e.selectedBrightness)||(u=d.adjustLuminosity(a.colorReal,e.selectedBrightness/100));a.alphaReal=p;a.rollOverColorReal=B;a.rollOverAlphaReal=q;a.balloonTextReal=z;a.selectedColorReal=u;a.thicknessReal=F;a.rollOverBrightnessReal=n;void 0==a.bringForwardOnHover&&(a.bringForwardOnHover=v);d.processDescriptionWindow(e,a);v=this.processCoordinates(a.x,c.realWidth);C=this.processCoordinates(a.y,c.realHeight);n=a.longitudes;e=a.latitudes;
271
+ q=n.length;if(0<q)for(v=[],C=[],B=0;B<q;B++)z=c.coordinatesToXY(n[B],e[B]),v.push(z.x),C.push(z.y);if(0<v.length){a.segments=v.length;d.dx=0;d.dy=0;var D,H,G,n=10*(1-Math.abs(y));10<=n&&(n=NaN);1>n&&(n=1);a.arcRadius=[];a.distances=[];if(isNaN(n)){for(n=0;n<v.length-1;n++)H=Math.sqrt(Math.pow(v[n+1]-v[n],2)+Math.pow(C[n+1]-C[n],2)),a.distances[n]=H;n=d.line(w,v,C,l,1,F,k,!1,!1,!0);l=d.line(w,v,C,l,.001,5,k,!1,!1,!0)}else{q=1;0>y&&(q=0);B={fill:"none",stroke:l,"stroke-opacity":1,"stroke-width":F,"fill-opacity":0};
272
+ void 0!==k&&0<k&&(B["stroke-dasharray"]=k);k="";for(z=0;z<v.length-1;z++){var E=v[z],K=v[z+1],J=C[z],L=C[z+1];H=Math.sqrt(Math.pow(K-E,2)+Math.pow(L-J,2));G=H/2*n;D=270+180*Math.acos(H/2/G)/Math.PI;isNaN(D)&&(D=270);if(E<K){var O=E,E=K,K=O,O=J,J=L,L=O;D=-D}0<y&&(D=-D);k+="M"+E+","+J+"A"+G+","+G+",0,0,"+q+","+K+","+L;a.arcRadius[z]=G;a.distances[z]=H}n=w.path(k).attr(B);l=w.path(k).attr({"fill-opacity":0,stroke:l,"stroke-width":5,"stroke-opacity":.001,fill:"none"})}d.setCN(c,n,"map-line");void 0!=
273
+ a.id&&d.setCN(c,n,"map-line-"+a.id);d.dx=.5;d.dy=.5;x.push(n);x.push(l);n.setAttr("opacity",p);if("none"!=A){var I,M,N;if("end"==A||"both"==A)p=v[v.length-1],q=C[C.length-1],1<v.length?(k=v[v.length-2],I=C[C.length-2]):(k=p,I=q),I=180*Math.atan((q-I)/(p-k))/Math.PI,isNaN(D)||(I+=D),M=p,N=q,I=0>p-k?I-90:I+90;"both"==A&&(p=d.polygon(w,[-t/2,0,t/2],[1.5*t,0,1.5*t],m,r,1,m,r),x.push(p),p.translate(M,N,1,!0),isNaN(I)||p.rotate(I),d.setCN(c,n,"map-line-arrow"),void 0!=a.id&&d.setCN(c,n,"map-line-arrow-"+
274
+ a.id),a.fixedSize&&g.push(p));if("start"==A||"both"==A)p=v[0],N=C[0],1<v.length?(k=v[1],M=C[1]):(k=p,M=N),I=180*Math.atan((N-M)/(p-k))/Math.PI,isNaN(D)||(I-=D),M=p,I=0>p-k?I-90:I+90;"middle"==A&&(p=v[v.length-1],q=C[C.length-1],1<v.length?(k=v[v.length-2],I=C[C.length-2]):(k=p,I=q),M=k+(p-k)/2,N=I+(q-I)/2,I=180*Math.atan((q-I)/(p-k))/Math.PI,isNaN(D)||(D=H/2,G-=Math.sqrt(G*G-D*D),0>y&&(G=-G),D=Math.sin(I/180*Math.PI),-1==D&&(D=1),M-=D*G,N+=Math.cos(I/180*Math.PI)*G),I=0>p-k?I-90:I+90);p=d.polygon(w,
275
+ [-t/2,0,t/2],[1.5*t,0,1.5*t],m,r,1,m,r);d.setCN(c,n,"map-line-arrow");void 0!=a.id&&d.setCN(c,n,"map-line-arrow-"+a.id);x.push(p);p.translate(M,N,1,!0);isNaN(I)||p.rotate(I);a.fixedSize&&(g.push(p),a.arrays.push({arr:g,el:p}));a.arrowSvg=p}a.fixedSize&&n&&(c={line:n,thickness:F},this.linesToResize.push(c),a.arrays.push({arr:this.linesToResize,el:c}),c={line:l,thickness:5},this.linesToResize.push(c),a.arrays.push({arr:this.linesToResize,el:c}));a.lineSvg=n;a.showAsSelected&&!isNaN(u)&&n.setAttr("stroke",
276
+ u);0<e.length?f.push(x):h.push(x);a.hidden&&x.hide()}}},processCoordinates:function(a,b){var c=[],d;for(d=0;d<a.length;d++){var g=a[d],f=Number(g);isNaN(f)&&(f=Number(g.replace("%",""))*b/100);isNaN(f)||c.push(f)}return c},reset:function(){this.objectsToResize=[];this.allSvgObjects=[];this.allObjects=[];this.linesToResize=[]}})})();(function(){var d=window.AmCharts;d.LinesSettings=d.Class({construct:function(a){this.cname="LinesSettings";this.balloonText="[[title]]";this.thickness=1;this.dashLength=0;this.arrowSize=10;this.arrowAlpha=1;this.arrow="none";this.color="#990000";this.descriptionWindowWidth=250;this.bringForwardOnHover=!0;d.applyTheme(this,a,this.cname)}})})();(function(){var d=window.AmCharts;d.MapObject=d.Class({construct:function(a){this.fixedSize=this.mouseEnabled=!0;this.images=[];this.lines=[];this.areas=[];this.remainVisible=!0;this.passZoomValuesToTarget=!1;this.objectType=this.cname;d.applyTheme(this,a,"MapObject");this.arrays=[]},deleteObject:function(){this.remove();this.parentArray&&d.removeFromArray(this.parentArray,this);if(this.arrays)for(var a=0;a<this.arrays.length;a++)d.removeFromArray(this.arrays[a].arr,this.arrays[a].el);this.arrays=
277
  []}})})();(function(){var d=window.AmCharts;d.MapArea=d.Class({inherits:d.MapObject,construct:function(a){this.cname="MapArea";d.MapArea.base.construct.call(this,a);d.applyTheme(this,a,this.cname)},validate:function(){this.chart.areasProcessor.createArea(this)}})})();(function(){var d=window.AmCharts;d.MapLine=d.Class({inherits:d.MapObject,construct:function(a){this.cname="MapLine";this.longitudes=[];this.latitudes=[];this.x=[];this.y=[];this.segments=0;this.arrow="none";d.MapLine.base.construct.call(this,a);d.applyTheme(this,a,this.cname)},validate:function(){this.chart.linesProcessor.createLine(this)},remove:function(){var a=this.displayObject;a&&a.remove()},getCoordinates:function(a,b){isNaN(b)&&(b=0);if(!isNaN(a)){var c,e,g,f,h,k;1<this.longitudes.length?
278
+ (e=this.chart.coordinatesToXY(this.longitudes[b],this.latitudes[b]),f=this.chart.coordinatesToXY(this.longitudes[b+1],this.latitudes[b+1]),c=e.x,g=f.x,e=e.y,f=f.y):1<this.x.length&&(c=this.x[b],g=this.x[b+1],e=this.y[b],f=this.y[b+1]);var l=Math.sqrt(Math.pow(g-c,2)+Math.pow(f-e,2));c<g&&!isNaN(this.arc)&&0!==this.arc&&(a=1-a);h=c+(g-c)*a;k=e+(f-e)*a;var m=Math.atan2(f-e,g-c);if(!isNaN(this.arc)&&0!==this.arc&&this.arcRadius){var n=0;c<g&&(n=c,c=g,g=n,n=e,e=f,f=n,n=Math.PI);k=this.arcRadius[b];0>
279
+ this.arc&&(l=-l);h=c+(g-c)/2+Math.sqrt(k*k-l/2*(l/2))*(e-f)/l;var r=e+(f-e)/2+Math.sqrt(k*k-l/2*(l/2))*(g-c)/l;c=180*Math.atan2(e-r,c-h)/Math.PI;m=d.degreesToRadians(c+(180*Math.atan2(f-r,g-h)/Math.PI-c)*a);h+=k*Math.cos(m);k=r+k*Math.sin(m);m=0<this.arc?m+Math.PI/2:m-Math.PI/2;m+=n}this.distance=l;return{x:h,y:k,angle:m}}},fixToStage:function(){if(0<this.latitudes.length){this.y=[];for(var a=0;a<this.latitudes.length;a++){var b=this.chart.coordinatesToStageXY(this.longitudes[a],this.latitudes[a]);
280
+ this.y.push(b.y);this.x.push(b.x)}this.latitudes=[];this.longitudes=[]}this.validate()},fixToMap:function(){if(0<this.y.length){this.latitudes=[];for(var a=0;a<this.y.length;a++){var b=this.chart.stageXYToCoordinates(this.x[a],this.y[a]);this.latitudes.push(b.latitude);this.longitudes.push(b.longitude)}this.y=[];this.x=[]}this.validate()}})})();(function(){var d=window.AmCharts;d.MapImage=d.Class({inherits:d.MapObject,construct:function(a){this.cname="MapImage";this.scale=1;this.widthAndHeightUnits="pixels";this.labelShiftY=this.labelShiftX=0;this.positionOnLine=.5;this.direction=1;this.lineSegment=this.extraAngle=0;this.createEvents("animationStart","animationEnd");d.MapImage.base.construct.call(this,a);d.applyTheme(this,a,this.cname)},validate:function(){this.chart.imagesProcessor.createImage(this)},updatePosition:function(){this.chart.imagesProcessor.updateSizeAndPosition(this)},
281
  remove:function(){var a=this.displayObject;a&&a.remove();(a=this.imageLabel)&&a.remove()},animateTo:function(a,b,c,d){isNaN(c)||(this.animationDuration=c);d&&(this.easingFunction=d);this.finalX=a;this.finalY=b;isNaN(this.longitude)||(this.initialX=this.longitude);isNaN(this.left)||(this.initialX=this.left);isNaN(this.right)||(this.initialX=this.right);isNaN(this.latitude)||(this.initialY=this.latitude);isNaN(this.top)||(this.initialY=this.top);isNaN(this.bottom)||(this.initialY=this.bottom);this.animatingAlong=
282
+ !1;this.animate()},animateAlong:function(a,b,c){isNaN(b)||(this.animationDuration=b);c&&(this.easingFunction=c);a&&(this.line=this.chart.getObjectById(a));this.animatingAlong=!0;this.animate()},animate:function(){var a=this,b=a.chart.imagesSettings,c=a.animationDuration;isNaN(c)&&(c=b.animationDuration);a.totalFrames=c*d.updateRate;c=1;a.line&&b.adjustAnimationSpeed&&(a.line.distances&&(c=a.line.distances[a.lineSegment]*a.chart.zoomLevel(),c=Math.abs(c/b.baseAnimationDistance)),a.totalFrames=Math.round(c*
283
+ a.totalFrames));a.frame=0;a.clearTO();a.timeOut=setTimeout(function(){a.update.call(a)},1E3/d.updateRate);a.fire({type:"animationStart",chart:a.chart,image:this,lineSegment:a.lineSegment,direction:a.direction})},clearTO:function(){this.timeOut&&clearTimeout(this.timeOut)},update:function(){var a=this;a.updatePosition();var b=Math.round(1E3/d.updateRate),c=a.chart.imagesSettings,e=a.easingFunction;e||(e=c.easingFunction);a.frame++;c=a.totalFrames;a.frame<=c?(e=e(0,a.frame,0,1,c),-1==a.direction&&(e=
284
+ 1-e),a.animatingAlong?a.positionOnLine=e:(c=a.initialX+(a.finalX-a.initialX)*e,isNaN(a.longitude)||(a.longitude=c),isNaN(a.left)||(a.left=c),isNaN(a.right)||(a.right=c),e=a.initialY+(a.finalY-a.initialY)*e,isNaN(a.latitude)||(a.latitude=e),isNaN(a.top)||(a.top=e),isNaN(a.bottom)||(a.bottom=e)),a.clearTO(),window.requestAnimationFrame?window.requestAnimationFrame(function(){a.update.call(a)}):a.timeOut=setTimeout(function(){a.update.call(a)},b)):(a.fire({type:"animationEnd",chart:a.chart,image:this,
285
+ lineSegment:a.lineSegment,direction:a.direction}),a.animatingAlong&&(1==a.direction?a.lineSegment<a.line.segments-2?(a.lineSegment++,a.delayAnimateAlong(),a.positionOnLine=0):a.flipDirection?(a.direction=-1,a.extraAngle=180,a.delayAnimateAlong()):a.loop&&(a.delayAnimateAlong(),a.lineSegment=0):0<a.lineSegment?(a.lineSegment--,a.delayAnimateAlong(),a.positionOnLine=0):a.loop&&a.flipDirection?(a.direction=1,a.extraAngle=0,a.delayAnimateAlong()):a.loop&&a.delayAnimateAlong()))},delayAnimateAlong:function(){var a=
286
+ this;a.clearTO();a.animateAlongLine&&(a.timeOut=setTimeout(function(){a.animateAlong.call(a)},1E3*a.chart.imagesSettings.pauseDuration))},fixToStage:function(){if(!isNaN(this.longitude)){var a=this.chart.coordinatesToStageXY(this.longitude,this.latitude);this.left=a.x;this.top=a.y;this.latitude=this.longitude=void 0}this.validate()},fixToMap:function(){if(!isNaN(this.left)){var a=this.chart.stageXYToCoordinates(this.left,this.top);this.longitude=a.longitude;this.latitude=a.latitude;this.top=this.left=
287
+ void 0}this.validate()}})})();(function(){var d=window.AmCharts;d.degreesToRadians=function(a){return a/180*Math.PI};d.radiansToDegrees=function(a){return a/Math.PI*180};d.getColorFade=function(a,b,c){var e=d.hex2RGB(b);b=e[0];var g=e[1],e=e[2],f=d.hex2RGB(a);a=f[0];var h=f[1],f=f[2];a+=Math.round((b-a)*c);h+=Math.round((g-h)*c);f+=Math.round((e-f)*c);return"rgb("+a+","+h+","+f+")"};d.hex2RGB=function(a){return[parseInt(a.substring(1,3),16),parseInt(a.substring(3,5),16),parseInt(a.substring(5,7),16)]};d.processDescriptionWindow=
288
  function(a,b){isNaN(b.descriptionWindowX)&&(b.descriptionWindowX=a.descriptionWindowX);isNaN(b.descriptionWindowY)&&(b.descriptionWindowY=a.descriptionWindowY);isNaN(b.descriptionWindowLeft)&&(b.descriptionWindowLeft=a.descriptionWindowLeft);isNaN(b.descriptionWindowRight)&&(b.descriptionWindowRight=a.descriptionWindowRight);isNaN(b.descriptionWindowTop)&&(b.descriptionWindowTop=a.descriptionWindowTop);isNaN(b.descriptionWindowBottom)&&(b.descriptionWindowBottom=a.descriptionWindowBottom);isNaN(b.descriptionWindowWidth)&&
289
+ (b.descriptionWindowWidth=a.descriptionWindowWidth);isNaN(b.descriptionWindowHeight)&&(b.descriptionWindowHeight=a.descriptionWindowHeight)};d.normalizePath=function(a){for(var b="",c=d.parsePath(a.getAttribute("d")),e,g,f=Infinity,h=-Infinity,k=Infinity,l=-Infinity,m=0;m<c.length;m++){var n=c[m],r=n.letter,t=n.x,n=n.y;"h"==r&&(r="L",t+=e,n=g);"H"==r&&(r="L",n=g);"v"==r&&(r="L",t=e,n+=g);"V"==r&&(r="L",t=e);if("m"===r||"l"===r)r=r.toUpperCase(),t+=e,n+=g;t=d.roundTo(t,3);n=d.roundTo(n,3);e=t;g=n;
290
+ t>h&&(h=t);t<f&&(f=t);n>l&&(l=n);n<k&&(k=n);b="z"==r.toLowerCase()?b+"Z ":b+(r+" "+t+" "+n+" ")}a.setAttribute("d",b);return{minX:f,maxX:h,minY:k,maxY:l}};d.mercatorLatitudeToRadians=function(a){return Math.log(Math.tan(Math.PI/4+d.degreesToRadians(a)/2))};d.parsePath=function(a){a=a.match(/([MmLlHhVvZz]{1}[0-9.,\-\s]*)/g);for(var b=[],c=0;c<a.length;c++){var d=a[c].match(/([MmLlHhVvZz]{1})|([0-9.\-]+)/g),g={letter:d[0]};switch(d[0]){case "Z":case "Z":case "z":break;case "V":case "v":g.y=Number(d[1]);
291
+ break;case "H":case "h":g.x=Number(d[1]);break;default:g.x=Number(d[1]),g.y=Number(d[2])}b.push(g)}return b};d.acos=function(a){return 1<a?0:-1>a?Math.PI:Math.acos(a)};d.asin=function(a){return 1<a?Math.PI/2:-1>a?-Math.PI/2:Math.asin(a)};d.sinci=function(a){return a?a/Math.sin(a):1};d.asqrt=function(a){return 0<a?Math.sqrt(a):0};d.winkel3=function(a,b){var c=d.aitoff(a,b);return[(c[0]+a/Math.PI*2)/2,(c[1]+b)/2]};d.winkel3.invert=function(a,b){var c=a,e=b,g=25,f=Math.PI/2;do var h=Math.cos(e),k=Math.sin(e),
292
+ l=Math.sin(2*e),m=k*k,n=h*h,r=Math.sin(c),t=Math.cos(c/2),p=Math.sin(c/2),q=p*p,u=1-n*t*t,z=u?d.acos(h*t)*Math.sqrt(B=1/u):B=0,B,u=.5*(2*z*h*p+c/f)-a,y=.5*(z*k+e)-b,v=.5*B*(n*q+z*h*t*m)+.5/f,A=B*(r*l/4-z*k*p),k=.125*B*(l*p-z*k*n*r),m=.5*B*(m*t+z*q*h)+.5,h=A*k-m*v,A=(y*A-u*m)/h,u=(u*k-y*v)/h,c=c-A,e=e-u;while((1E-6<Math.abs(A)||1E-6<Math.abs(u))&&0<--g);return[c,e]};d.aitoff=function(a,b){var c=Math.cos(b),e=d.sinci(d.acos(c*Math.cos(a/=2)));return[2*c*Math.sin(a)*e,Math.sin(b)*e]};d.orthographic=
293
+ function(a,b){return[Math.cos(b)*Math.sin(a),Math.sin(b)]};d.equirectangular=function(a,b){return[a,b]};d.equirectangular.invert=function(a,b){return[a,b]};d.eckert5=function(a,b){var c=Math.PI;return[a*(1+Math.cos(b))/Math.sqrt(2+c),2*b/Math.sqrt(2+c)]};d.eckert5.invert=function(a,b){var c=Math.sqrt(2+Math.PI),d=b*c/2;return[c*a/(1+Math.cos(d)),d]};d.eckert6=function(a,b){for(var c=Math.PI,d=(1+c/2)*Math.sin(b),g=0,f=Infinity;10>g&&1E-5<Math.abs(f);g++)b-=f=(b+Math.sin(b)-d)/(1+Math.cos(b));d=Math.sqrt(2+
294
+ c);return[a*(1+Math.cos(b))/d,2*b/d]};d.eckert6.invert=function(a,b){var c=1+Math.PI/2,e=Math.sqrt(c/2);return[2*a*e/(1+Math.cos(b*=e)),d.asin((b+Math.sin(b))/c)]};d.mercator=function(a,b){b>=Math.PI/2-.02&&(b=Math.PI/2-.02);b<=-Math.PI/2+.02&&(b=-Math.PI/2+.02);return[a,Math.log(Math.tan(Math.PI/4+b/2))]};d.mercator.invert=function(a,b){return[a,2*Math.atan(Math.exp(b))-Math.PI/2]};d.miller=function(a,b){return[a,1.25*Math.log(Math.tan(Math.PI/4+.4*b))]};d.miller.invert=function(a,b){return[a,2.5*
295
+ Math.atan(Math.exp(.8*b))-.625*Math.PI]};d.eckert3=function(a,b){var c=Math.PI,d=Math.sqrt(c*(4+c));return[2/d*a*(1+Math.sqrt(1-4*b*b/(c*c))),4/d*b]};d.eckert3.invert=function(a,b){var c=Math.PI,e=Math.sqrt(c*(4+c))/2;return[a*e/(1+d.asqrt(1-b*b*(4+c)/(4*c))),b*e/2]}})();(function(){var d=window.AmCharts;d.MapData=d.Class({inherits:d.MapObject,construct:function(){this.cname="MapData";d.MapData.base.construct.call(this);this.projection="mercator";this.topLatitude=90;this.bottomLatitude=-90;this.leftLongitude=-180;this.rightLongitude=180;this.zoomLevel=1;this.getAreasFromMap=!1}})})();(function(){var d=window.AmCharts;d.DescriptionWindow=d.Class({construct:function(){},show:function(a,b,c,d){var g=this,f=document.createElement("div");f.style.position="absolute";var h=a.classNamePrefix+"-description-";f.className="ammapDescriptionWindow "+h+"div";g.div=f;b.appendChild(f);var k=".gif";a.svgIcons&&(k=".svg");var l=document.createElement("img");l.className="ammapDescriptionWindowCloseButton "+h+"close-img";l.src=a.pathToImages+"xIcon"+k;l.style.cssFloat="right";l.style.cursor="pointer";
296
  l.onclick=function(){g.close()};l.onmouseover=function(){l.src=a.pathToImages+"xIconH"+k};l.onmouseout=function(){l.src=a.pathToImages+"xIcon"+k};f.appendChild(l);b=document.createElement("div");b.className="ammapDescriptionTitle "+h+"title-div";b.onmousedown=function(){g.div.style.zIndex=1E3};f.appendChild(b);d=document.createTextNode(d);b.appendChild(d);d=b.offsetHeight;b=document.createElement("div");b.className="ammapDescriptionText "+h+"text-div";b.style.maxHeight=g.maxHeight-d-20+"px";f.appendChild(b);
297
  b.innerHTML=c},close:function(){try{this.div.parentNode.removeChild(this.div)}catch(a){}}})})();(function(){var d=window.AmCharts;d.ValueLegend=d.Class({construct:function(a){this.cname="ValueLegend";this.enabled=!0;this.showAsGradient=!1;this.minValue=0;this.height=12;this.width=200;this.bottom=this.left=10;this.borderColor="#FFFFFF";this.borderAlpha=this.borderThickness=1;this.color="#000000";this.fontSize=11;d.applyTheme(this,a,this.cname)},init:function(a,b){if(this.enabled){var c=a.areasSettings.color,e=a.areasSettings.colorSolid,g=a.colorSteps;d.remove(this.set);var f=b.set();this.set=
298
  f;d.setCN(a,f,"value-legend");var h=0,k=this.minValue,l=this.fontSize,m=a.fontFamily,n=this.color;void 0==k&&(k=a.minValueReal);void 0!==k&&(h=d.text(b,k,n,m,l,"left"),h.translate(0,l/2-1),d.setCN(a,h,"value-legend-min-label"),f.push(h),h=h.getBBox().height);k=this.maxValue;void 0===k&&(k=a.maxValueReal);void 0!==k&&(h=d.text(b,k,n,m,l,"right"),h.translate(this.width,l/2-1),d.setCN(a,h,"value-legend-max-label"),f.push(h),h=h.getBBox().height);if(this.showAsGradient)c=d.rect(b,this.width,this.height,
299
  [c,e],1,this.borderThickness,this.borderColor,1,0,0),d.setCN(a,c,"value-legend-gradient"),c.translate(0,h),f.push(c);else for(l=this.width/g,m=0;m<g;m++)n=d.getColorFade(c,e,1*m/(g-1)),n=d.rect(b,l,this.height,n,1,this.borderThickness,this.borderColor,1),d.setCN(a,n,"value-legend-color"),d.setCN(a,n,"value-legend-color-"+m),n.translate(l*m,h),f.push(n);e=c=0;g=f.getBBox();h=a.getY(this.bottom,!0);l=a.getY(this.top);m=a.getX(this.right,!0);n=a.getX(this.left);isNaN(l)||(c=l);isNaN(h)||(c=h-g.height);
300
  isNaN(n)||(e=n);isNaN(m)||(e=m-g.width);f.translate(e,c)}else d.remove(this.set)}})})();(function(){var d=window.AmCharts;d.ObjectList=d.Class({construct:function(a){this.divId=a},init:function(a){this.chart=a;var b=this.divId;this.container&&(b=this.container);this.div="object"!=typeof b?document.getElementById(b):b;b=document.createElement("div");b.className="ammapObjectList "+a.classNamePrefix+"-object-list-div";this.div.appendChild(b);this.addObjects(a.dataProvider,b)},addObjects:function(a,b){var c=this.chart,d=document.createElement("ul");d.className=c.classNamePrefix+"-object-list-ul";
301
  var g;if(a.areas)for(g=0;g<a.areas.length;g++){var f=a.areas[g];void 0===f.showInList&&(f.showInList=c.showAreasInList);this.addObject(f,d)}if(a.images)for(g=0;g<a.images.length;g++)f=a.images[g],void 0===f.showInList&&(f.showInList=c.showImagesInList),this.addObject(f,d);if(a.lines)for(g=0;g<a.lines.length;g++)f=a.lines[g],void 0===f.showInList&&(f.showInList=c.showLinesInList),this.addObject(f,d);0<d.childNodes.length&&b.appendChild(d)},addObject:function(a,b){var c=this;if(a.showInList&&void 0!==
302
+ a.title){var d=c.chart,g=document.createElement("li");g.className=d.classNamePrefix+"-object-list-li";var f=a.titleTr;f||(f=a.title);var f=document.createTextNode(f),h=document.createElement("a");h.className=d.classNamePrefix+"-object-list-a";h.appendChild(f);g.appendChild(h);b.appendChild(g);this.addObjects(a,g);h.onmouseover=function(){c.chart.rollOverMapObject(a,!1)};h.onmouseout=function(){c.chart.rollOutMapObject(a)};h.onclick=function(){c.chart.clickMapObject(a)}}}})})();
admin/update-checker/debug-bar-panel.php CHANGED
@@ -9,6 +9,8 @@ class PluginUpdateCheckerPanel extends Debug_Bar_Panel {
9
  /** @var PluginUpdateChecker */
10
  private $updateChecker;
11
 
 
 
12
  public function __construct($updateChecker) {
13
  $this->updateChecker = $updateChecker;
14
  $title = sprintf(
@@ -26,8 +28,14 @@ class PluginUpdateCheckerPanel extends Debug_Bar_Panel {
26
  esc_attr(wp_create_nonce('puc-ajax'))
27
  );
28
 
29
- $responseBox = '<div class="puc-ajax-response" style="display: none;"></div>';
 
 
 
 
 
30
 
 
31
  echo '<h3>Configuration</h3>';
32
  echo '<table class="puc-debug-data">';
33
  $this->row('Plugin file', htmlentities($this->updateChecker->pluginFile));
@@ -38,22 +46,23 @@ class PluginUpdateCheckerPanel extends Debug_Bar_Panel {
38
  if ( function_exists('get_submit_button') ) {
39
  $requestInfoButton = get_submit_button('Request Info', 'secondary', 'puc-request-info-button', false, array('id' => 'puc-request-info-button-' . $this->updateChecker->slug));
40
  }
41
- $this->row('Metadata URL', htmlentities($this->updateChecker->metadataUrl) . ' ' . $requestInfoButton . $responseBox);
42
 
43
- if ( $this->updateChecker->checkPeriod > 0 ) {
44
- $this->row('Automatic checks', 'Every ' . $this->updateChecker->checkPeriod . ' hours');
 
45
  } else {
46
  $this->row('Automatic checks', 'Disabled');
47
  }
48
 
49
- if ( isset($this->updateChecker->throttleRedundantChecks) ) {
50
- if ( $this->updateChecker->throttleRedundantChecks && ($this->updateChecker->checkPeriod > 0) ) {
51
  $this->row(
52
  'Throttling',
53
  sprintf(
54
  'Enabled. If an update is already available, check for updates every %1$d hours instead of every %2$d hours.',
55
- $this->updateChecker->throttledCheckPeriod,
56
- $this->updateChecker->checkPeriod
57
  )
58
  );
59
  } else {
@@ -61,7 +70,9 @@ class PluginUpdateCheckerPanel extends Debug_Bar_Panel {
61
  }
62
  }
63
  echo '</table>';
 
64
 
 
65
  echo '<h3>Status</h3>';
66
  echo '<table class="puc-debug-data">';
67
  $state = $this->updateChecker->getUpdateState();
@@ -71,12 +82,12 @@ class PluginUpdateCheckerPanel extends Debug_Bar_Panel {
71
  }
72
 
73
  if ( isset($state, $state->lastCheck) ) {
74
- $this->row('Last check', $this->formatTimeWithDelta($state->lastCheck) . ' ' . $checkNowButton . $responseBox);
75
  } else {
76
  $this->row('Last check', 'Never');
77
  }
78
 
79
- $nextCheck = wp_next_scheduled($this->updateChecker->getCronHookName());
80
  $this->row('Next automatic check', $this->formatTimeWithDelta($nextCheck));
81
 
82
  if ( isset($state, $state->checkedVersion) ) {
@@ -85,7 +96,9 @@ class PluginUpdateCheckerPanel extends Debug_Bar_Panel {
85
  }
86
  $this->row('Update checker class', htmlentities(get_class($this->updateChecker)));
87
  echo '</table>';
 
88
 
 
89
  $update = $this->updateChecker->getUpdate();
90
  if ( $update !== null ) {
91
  echo '<h3>An Update Is Available</h3>';
@@ -98,8 +111,6 @@ class PluginUpdateCheckerPanel extends Debug_Bar_Panel {
98
  } else {
99
  echo '<h3>No updates currently available</h3>';
100
  }
101
-
102
- echo '</div>';
103
  }
104
 
105
  private function formatTimeWithDelta($unixTime) {
9
  /** @var PluginUpdateChecker */
10
  private $updateChecker;
11
 
12
+ private $responseBox = '<div class="puc-ajax-response" style="display: none;"></div>';
13
+
14
  public function __construct($updateChecker) {
15
  $this->updateChecker = $updateChecker;
16
  $title = sprintf(
28
  esc_attr(wp_create_nonce('puc-ajax'))
29
  );
30
 
31
+ $this->displayConfiguration();
32
+ $this->displayStatus();
33
+ $this->displayCurrentUpdate();
34
+
35
+ echo '</div>';
36
+ }
37
 
38
+ private function displayConfiguration() {
39
  echo '<h3>Configuration</h3>';
40
  echo '<table class="puc-debug-data">';
41
  $this->row('Plugin file', htmlentities($this->updateChecker->pluginFile));
46
  if ( function_exists('get_submit_button') ) {
47
  $requestInfoButton = get_submit_button('Request Info', 'secondary', 'puc-request-info-button', false, array('id' => 'puc-request-info-button-' . $this->updateChecker->slug));
48
  }
49
+ $this->row('Metadata URL', htmlentities($this->updateChecker->metadataUrl) . ' ' . $requestInfoButton . $this->responseBox);
50
 
51
+ $scheduler = $this->updateChecker->scheduler;
52
+ if ( $scheduler->checkPeriod > 0 ) {
53
+ $this->row('Automatic checks', 'Every ' . $scheduler->checkPeriod . ' hours');
54
  } else {
55
  $this->row('Automatic checks', 'Disabled');
56
  }
57
 
58
+ if ( isset($scheduler->throttleRedundantChecks) ) {
59
+ if ( $scheduler->throttleRedundantChecks && ($scheduler->checkPeriod > 0) ) {
60
  $this->row(
61
  'Throttling',
62
  sprintf(
63
  'Enabled. If an update is already available, check for updates every %1$d hours instead of every %2$d hours.',
64
+ $scheduler->throttledCheckPeriod,
65
+ $scheduler->checkPeriod
66
  )
67
  );
68
  } else {
70
  }
71
  }
72
  echo '</table>';
73
+ }
74
 
75
+ private function displayStatus() {
76
  echo '<h3>Status</h3>';
77
  echo '<table class="puc-debug-data">';
78
  $state = $this->updateChecker->getUpdateState();
82
  }
83
 
84
  if ( isset($state, $state->lastCheck) ) {
85
+ $this->row('Last check', $this->formatTimeWithDelta($state->lastCheck) . ' ' . $checkNowButton . $this->responseBox);
86
  } else {
87
  $this->row('Last check', 'Never');
88
  }
89
 
90
+ $nextCheck = wp_next_scheduled($this->updateChecker->scheduler->getCronHookName());
91
  $this->row('Next automatic check', $this->formatTimeWithDelta($nextCheck));
92
 
93
  if ( isset($state, $state->checkedVersion) ) {
96
  }
97
  $this->row('Update checker class', htmlentities(get_class($this->updateChecker)));
98
  echo '</table>';
99
+ }
100
 
101
+ private function displayCurrentUpdate() {
102
  $update = $this->updateChecker->getUpdate();
103
  if ( $update !== null ) {
104
  echo '<h3>An Update Is Available</h3>';
111
  } else {
112
  echo '<h3>No updates currently available</h3>';
113
  }
 
 
114
  }
115
 
116
  private function formatTimeWithDelta($unixTime) {
admin/update-checker/debug-bar-plugin.php CHANGED
@@ -2,7 +2,7 @@
2
  if ( !class_exists('PucDebugBarPlugin', false) ) {
3
 
4
  class PucDebugBarPlugin {
5
- /** @var PluginUpdateChecker */
6
  private $updateChecker;
7
 
8
  public function __construct($updateChecker) {
2
  if ( !class_exists('PucDebugBarPlugin', false) ) {
3
 
4
  class PucDebugBarPlugin {
5
+ /** @var PluginUpdateChecker_3_0 */
6
  private $updateChecker;
7
 
8
  public function __construct($updateChecker) {
admin/update-checker/github-checker.php CHANGED
@@ -1,8 +1,8 @@
1
  <?php
2
 
3
- if ( !class_exists('PucGitHubChecker_2_2', false) ):
4
 
5
- class PucGitHubChecker_2_2 extends PluginUpdateChecker_2_2 {
6
  /**
7
  * @var string GitHub username.
8
  */
@@ -54,10 +54,10 @@ class PucGitHubChecker_2_2 extends PluginUpdateChecker_2_2 {
54
  * Retrieve details about the latest plugin version from GitHub.
55
  *
56
  * @param array $unusedQueryArgs Unused.
57
- * @return PluginInfo
58
  */
59
  public function requestInfo($unusedQueryArgs = array()) {
60
- $info = new PluginInfo_2_2();
61
  $info->filename = $this->pluginFile;
62
  $info->slug = $this->slug;
63
  $info->sections = array();
@@ -110,31 +110,14 @@ class PucGitHubChecker_2_2 extends PluginUpdateChecker_2_2 {
110
  //Try parsing readme.txt. If it's formatted according to WordPress.org standards, it will contain
111
  //a lot of useful information like the required/tested WP version, changelog, and so on.
112
  if ( $this->readmeTxtExistsLocally() ) {
113
- $readmeTxt = $this->getRemoteFile('readme.txt', $ref);
114
- if ( !empty($readmeTxt) ) {
115
- $readme = $this->parseReadme($readmeTxt);
116
-
117
- if ( isset($readme['sections']) ) {
118
- $info->sections = array_merge($info->sections, $readme['sections']);
119
- }
120
- if ( !empty($readme['tested_up_to']) ) {
121
- $info->tested = $readme['tested_up_to'];
122
- }
123
- if ( !empty($readme['requires_at_least']) ) {
124
- $info->requires = $readme['requires_at_least'];
125
- }
126
-
127
- if ( isset($readme['upgrade_notice'], $readme['upgrade_notice'][$info->version]) ) {
128
- $info->upgrade_notice = $readme['upgrade_notice'][$info->version];
129
- }
130
- }
131
  }
132
 
133
  //The changelog might be in a separate file.
134
  if ( empty($info->sections['changelog']) ) {
135
  $info->sections['changelog'] = $this->getRemoteChangelog($ref);
136
  if ( empty($info->sections['changelog']) ) {
137
- $info->sections['changelog'] = 'There is no changelog available.';
138
  }
139
  }
140
 
@@ -377,7 +360,7 @@ class PucGitHubChecker_2_2 extends PluginUpdateChecker_2_2 {
377
  * Copy plugin metadata from a file header to a PluginInfo object.
378
  *
379
  * @param array $fileHeader
380
- * @param PluginInfo_2_2 $pluginInfo
381
  */
382
  protected function setInfoFromHeader($fileHeader, $pluginInfo) {
383
  $headerToPropertyMap = array(
@@ -407,6 +390,35 @@ class PucGitHubChecker_2_2 extends PluginUpdateChecker_2_2 {
407
  }
408
  }
409
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
410
  protected function parseReadme($content) {
411
  if ( !class_exists('PucReadmeParser', false) ) {
412
  require_once(dirname(__FILE__) . '/vendor/readme-parser.php');
1
  <?php
2
 
3
+ if ( !class_exists('PucGitHubChecker_3_0', false) ):
4
 
5
+ class PucGitHubChecker_3_0 extends PluginUpdateChecker_3_0 {
6
  /**
7
  * @var string GitHub username.
8
  */
54
  * Retrieve details about the latest plugin version from GitHub.
55
  *
56
  * @param array $unusedQueryArgs Unused.
57
+ * @return PluginInfo_3_0
58
  */
59
  public function requestInfo($unusedQueryArgs = array()) {
60
+ $info = new PluginInfo_3_0();
61
  $info->filename = $this->pluginFile;
62
  $info->slug = $this->slug;
63
  $info->sections = array();
110
  //Try parsing readme.txt. If it's formatted according to WordPress.org standards, it will contain
111
  //a lot of useful information like the required/tested WP version, changelog, and so on.
112
  if ( $this->readmeTxtExistsLocally() ) {
113
+ $this->setInfoFromRemoteReadme($ref, $info);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
114
  }
115
 
116
  //The changelog might be in a separate file.
117
  if ( empty($info->sections['changelog']) ) {
118
  $info->sections['changelog'] = $this->getRemoteChangelog($ref);
119
  if ( empty($info->sections['changelog']) ) {
120
+ $info->sections['changelog'] = __('There is no changelog available.', 'plugin-update-checker');
121
  }
122
  }
123
 
360
  * Copy plugin metadata from a file header to a PluginInfo object.
361
  *
362
  * @param array $fileHeader
363
+ * @param PluginInfo_3_0 $pluginInfo
364
  */
365
  protected function setInfoFromHeader($fileHeader, $pluginInfo) {
366
  $headerToPropertyMap = array(
390
  }
391
  }
392
 
393
+ /**
394
+ * Copy plugin metadata from the remote readme.txt file.
395
+ *
396
+ * @param string $ref GitHub tag or branch where to look for the readme.
397
+ * @param PluginInfo_3_0 $pluginInfo
398
+ */
399
+ protected function setInfoFromRemoteReadme($ref, $pluginInfo) {
400
+ $readmeTxt = $this->getRemoteFile('readme.txt', $ref);
401
+ if ( empty($readmeTxt) ) {
402
+ return;
403
+ }
404
+
405
+ $readme = $this->parseReadme($readmeTxt);
406
+
407
+ if ( isset($readme['sections']) ) {
408
+ $pluginInfo->sections = array_merge($pluginInfo->sections, $readme['sections']);
409
+ }
410
+ if ( !empty($readme['tested_up_to']) ) {
411
+ $pluginInfo->tested = $readme['tested_up_to'];
412
+ }
413
+ if ( !empty($readme['requires_at_least']) ) {
414
+ $pluginInfo->requires = $readme['requires_at_least'];
415
+ }
416
+
417
+ if ( isset($readme['upgrade_notice'], $readme['upgrade_notice'][$pluginInfo->version]) ) {
418
+ $pluginInfo->upgrade_notice = $readme['upgrade_notice'][$pluginInfo->version];
419
+ }
420
+ }
421
+
422
  protected function parseReadme($content) {
423
  if ( !class_exists('PucReadmeParser', false) ) {
424
  require_once(dirname(__FILE__) . '/vendor/readme-parser.php');
admin/update-checker/plugin-update-checker.php CHANGED
@@ -1,42 +1,40 @@
1
  <?php
2
  /**
3
- * Plugin Update Checker Library 2.2.0
4
  * http://w-shadow.com/
5
  *
6
- * Copyright 2015 Janis Elsts
7
  * Released under the MIT license. See license.txt for details.
8
  */
9
 
10
- if ( !class_exists('PluginUpdateChecker_2_2', false) ):
11
 
12
  /**
13
  * A custom plugin update checker.
14
  *
15
  * @author Janis Elsts
16
- * @copyright 2015
17
- * @version 2.2
18
  * @access public
19
  */
20
- class PluginUpdateChecker_2_2 {
21
  public $metadataUrl = ''; //The URL of the plugin's metadata file.
22
  public $pluginAbsolutePath = ''; //Full path of the main plugin file.
23
  public $pluginFile = ''; //Plugin filename relative to the plugins directory. Many WP APIs use this to identify plugins.
24
  public $slug = ''; //Plugin slug.
25
- public $checkPeriod = 12; //How often to check for updates (in hours).
26
  public $optionName = ''; //Where to store the update info.
27
  public $muPluginFile = ''; //For MU plugins, the plugin filename relative to the mu-plugins directory.
28
 
29
  public $debugMode = false; //Set to TRUE to enable error reporting. Errors are raised using trigger_error()
30
  //and should be logged to the standard PHP error log.
 
31
 
32
- public $throttleRedundantChecks = false; //Check less often if we already know that an update is available.
33
- public $throttledCheckPeriod = 72;
34
 
35
- private $cronHook = null;
36
  private $debugBarPlugin = null;
37
  private $cachedInstalledVersion = null;
38
 
39
- private $upgradedPluginFile = null; //The plugin that is currently being upgraded by WordPress.
40
 
41
  /**
42
  * Class constructor.
@@ -53,10 +51,9 @@ class PluginUpdateChecker_2_2 {
53
  $this->pluginAbsolutePath = $pluginFile;
54
  $this->pluginFile = plugin_basename($this->pluginAbsolutePath);
55
  $this->muPluginFile = $muPluginFile;
56
- $this->checkPeriod = $checkPeriod;
57
  $this->slug = $slug;
58
  $this->optionName = $optionName;
59
- $this->debugMode = defined('WP_DEBUG') && WP_DEBUG;
60
 
61
  //If no slug is specified, use the name of the main plugin file as the slug.
62
  //For example, 'my-cool-plugin/cool-plugin.php' becomes 'cool-plugin'.
@@ -70,12 +67,28 @@ class PluginUpdateChecker_2_2 {
70
 
71
  //Backwards compatibility: If the plugin is a mu-plugin but no $muPluginFile is specified, assume
72
  //it's the same as $pluginFile given that it's not in a subdirectory (WP only looks in the base dir).
73
- if ( empty($this->muPluginFile) && (strpbrk($this->pluginFile, '/\\') === false) && $this->isMuPlugin() ) {
74
  $this->muPluginFile = $this->pluginFile;
75
  }
76
-
 
 
 
77
  $this->installHooks();
78
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
79
 
80
  /**
81
  * Install the hooks required to run periodic update checks and inject update info
@@ -99,50 +112,6 @@ class PluginUpdateChecker_2_2 {
99
  add_filter('upgrader_post_install', array($this, 'clearCachedVersion'));
100
  add_action('delete_site_transient_update_plugins', array($this, 'clearCachedVersion'));
101
 
102
- //Set up the periodic update checks
103
- $this->cronHook = 'check_plugin_updates-' . $this->slug;
104
- if ( $this->checkPeriod > 0 ){
105
-
106
- //Trigger the check via Cron.
107
- //Try to use one of the default schedules if possible as it's less likely to conflict
108
- //with other plugins and their custom schedules.
109
- $defaultSchedules = array(
110
- 1 => 'hourly',
111
- 12 => 'twicedaily',
112
- 24 => 'daily',
113
- );
114
- if ( array_key_exists($this->checkPeriod, $defaultSchedules) ) {
115
- $scheduleName = $defaultSchedules[$this->checkPeriod];
116
- } else {
117
- //Use a custom cron schedule.
118
- $scheduleName = 'every' . $this->checkPeriod . 'hours';
119
- add_filter('cron_schedules', array($this, '_addCustomSchedule'));
120
- }
121
-
122
- if ( !wp_next_scheduled($this->cronHook) && !defined('WP_INSTALLING') ) {
123
- wp_schedule_event(time(), $scheduleName, $this->cronHook);
124
- }
125
- add_action($this->cronHook, array($this, 'maybeCheckForUpdates'));
126
-
127
- register_deactivation_hook($this->pluginFile, array($this, '_removeUpdaterCron'));
128
-
129
- //In case Cron is disabled or unreliable, we also manually trigger
130
- //the periodic checks while the user is browsing the Dashboard.
131
- add_action( 'admin_init', array($this, 'maybeCheckForUpdates') );
132
-
133
- //Like WordPress itself, we check more often on certain pages.
134
- /** @see wp_update_plugins */
135
- add_action('load-update-core.php', array($this, 'maybeCheckForUpdates'));
136
- add_action('load-plugins.php', array($this, 'maybeCheckForUpdates'));
137
- add_action('load-update.php', array($this, 'maybeCheckForUpdates'));
138
- //This hook fires after a bulk update is complete.
139
- add_action('upgrader_process_complete', array($this, 'maybeCheckForUpdates'), 11, 0);
140
-
141
- } else {
142
- //Periodic checks are disabled.
143
- wp_clear_scheduled_hook($this->cronHook);
144
- }
145
-
146
  if ( did_action('plugins_loaded') ) {
147
  $this->initDebugBarPanel();
148
  } else {
@@ -152,54 +121,46 @@ class PluginUpdateChecker_2_2 {
152
  //Rename the update directory to be the same as the existing directory.
153
  add_filter('upgrader_source_selection', array($this, 'fixDirectoryName'), 10, 3);
154
 
155
- //Keep track of which plugin WordPress is currently upgrading.
156
- add_filter('upgrader_pre_install', array($this, 'setUpgradedPlugin'), 10, 2);
157
- add_filter('upgrader_post_install', array($this, 'clearUpgradedPlugin'), 10, 1);
158
- add_action('upgrader_process_complete', array($this, 'clearUpgradedPlugin'), 10, 1);
 
 
159
  }
160
 
161
  /**
162
- * Add our custom schedule to the array of Cron schedules used by WP.
163
- *
164
- * @param array $schedules
165
- * @return array
166
- */
167
- public function _addCustomSchedule($schedules){
168
- if ( $this->checkPeriod && ($this->checkPeriod > 0) ){
169
- $scheduleName = 'every' . $this->checkPeriod . 'hours';
170
- $schedules[$scheduleName] = array(
171
- 'interval' => $this->checkPeriod * 3600,
172
- 'display' => sprintf('Every %d hours', $this->checkPeriod),
173
- );
174
- }
175
- return $schedules;
176
- }
177
-
178
- /**
179
- * Remove the scheduled cron event that the library uses to check for updates.
180
  *
181
- * @return void
182
- */
183
- public function _removeUpdaterCron(){
184
- wp_clear_scheduled_hook($this->cronHook);
185
- }
186
-
187
- /**
188
- * Get the name of the update checker's WP-cron hook. Mostly useful for debugging.
189
  *
190
- * @return string
 
 
 
 
 
 
 
 
 
191
  */
192
- public function getCronHookName() {
193
- return $this->cronHook;
 
 
 
194
  }
195
-
196
  /**
197
  * Retrieve plugin info from the configured API endpoint.
198
  *
199
  * @uses wp_remote_get()
200
  *
201
  * @param array $queryArgs Additional query arguments to append to the request. Optional.
202
- * @return PluginInfo
203
  */
204
  public function requestInfo($queryArgs = array()){
205
  //Query args to append to the URL. Plugins can add their own by using a filter callback (see addQueryArgFilter()).
@@ -228,33 +189,61 @@ class PluginUpdateChecker_2_2 {
228
  );
229
 
230
  //Try to parse the response
 
231
  $pluginInfo = null;
232
- if ( !is_wp_error($result) && isset($result['response']['code']) && ($result['response']['code'] == 200) && !empty($result['body']) ){
233
- $pluginInfo = PluginInfo_2_2::fromJson($result['body'], $this->debugMode);
234
- $pluginInfo->filename = $this->pluginFile;
235
- $pluginInfo->slug = $this->slug;
236
- } else if ( $this->debugMode ) {
237
- $message = sprintf("The URL %s does not point to a valid plugin metadata file. ", $url);
238
- if ( is_wp_error($result) ) {
239
- $message .= "WP HTTP error: " . $result->get_error_message();
240
- } else if ( isset($result['response']['code']) ) {
241
- $message .= "HTTP response code is " . $result['response']['code'] . " (expected: 200)";
242
- } else {
243
- $message .= "wp_remote_get() returned an unexpected result.";
244
  }
245
- trigger_error($message, E_USER_WARNING);
 
 
 
 
 
246
  }
247
 
248
  $pluginInfo = apply_filters('puc_request_info_result-'.$this->slug, $pluginInfo, $result);
249
  return $pluginInfo;
250
  }
251
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
252
  /**
253
  * Retrieve the latest update (if any) from the configured API endpoint.
254
  *
255
  * @uses PluginUpdateChecker::requestInfo()
256
  *
257
- * @return PluginUpdate An instance of PluginUpdate, or NULL when no updates are available.
258
  */
259
  public function requestUpdate(){
260
  //For the sake of simplicity, this function just calls requestInfo()
@@ -263,7 +252,7 @@ class PluginUpdateChecker_2_2 {
263
  if ( $pluginInfo == null ){
264
  return null;
265
  }
266
- return PluginUpdate_2_2::fromPluginInfo($pluginInfo);
267
  }
268
 
269
  /**
@@ -282,15 +271,13 @@ class PluginUpdateChecker_2_2 {
282
  return $pluginHeader['Version'];
283
  } else {
284
  //This can happen if the filename points to something that is not a plugin.
285
- if ( $this->debugMode ) {
286
- trigger_error(
287
- sprintf(
288
- "Can't to read the Version header for '%s'. The filename is incorrect or is not a plugin.",
289
- $this->pluginFile
290
- ),
291
- E_USER_WARNING
292
- );
293
- }
294
  return null;
295
  }
296
  }
@@ -303,19 +290,18 @@ class PluginUpdateChecker_2_2 {
303
  protected function getPluginHeader() {
304
  if ( !is_file($this->pluginAbsolutePath) ) {
305
  //This can happen if the plugin filename is wrong.
306
- if ( $this->debugMode ) {
307
- trigger_error(
308
- sprintf(
309
- "Can't to read the plugin header for '%s'. The file does not exist.",
310
- $this->pluginFile
311
- ),
312
- E_USER_WARNING
313
- );
314
- }
315
  return array();
316
  }
317
 
318
  if ( !function_exists('get_plugin_data') ){
 
319
  require_once( ABSPATH . '/wp-admin/includes/plugin.php' );
320
  }
321
  return get_plugin_data($this->pluginAbsolutePath, false, false);
@@ -325,18 +311,16 @@ class PluginUpdateChecker_2_2 {
325
  * Check for plugin updates.
326
  * The results are stored in the DB option specified in $optionName.
327
  *
328
- * @return PluginUpdate|null
329
  */
330
  public function checkForUpdates(){
331
  $installedVersion = $this->getInstalledVersion();
332
  //Fail silently if we can't find the plugin or read its header.
333
  if ( $installedVersion === null ) {
334
- if ( $this->debugMode ) {
335
- trigger_error(
336
- sprintf('Skipping update check for %s - installed version unknown.', $this->pluginFile),
337
- E_USER_WARNING
338
- );
339
- }
340
  return null;
341
  }
342
 
@@ -358,62 +342,6 @@ class PluginUpdateChecker_2_2 {
358
  return $this->getUpdate();
359
  }
360
 
361
- /**
362
- * Check for updates if the configured check interval has already elapsed.
363
- * Will use a shorter check interval on certain admin pages like "Dashboard -> Updates" or when doing cron.
364
- *
365
- * You can override the default behaviour by using the "puc_check_now-$slug" filter.
366
- * The filter callback will be passed three parameters:
367
- * - Current decision. TRUE = check updates now, FALSE = don't check now.
368
- * - Last check time as a Unix timestamp.
369
- * - Configured check period in hours.
370
- * Return TRUE to check for updates immediately, or FALSE to cancel.
371
- *
372
- * This method is declared public because it's a hook callback. Calling it directly is not recommended.
373
- */
374
- public function maybeCheckForUpdates(){
375
- if ( empty($this->checkPeriod) ){
376
- return;
377
- }
378
-
379
- $currentFilter = current_filter();
380
- if ( in_array($currentFilter, array('load-update-core.php', 'upgrader_process_complete')) ) {
381
- //Check more often when the user visits "Dashboard -> Updates" or does a bulk update.
382
- $timeout = 60;
383
- } else if ( in_array($currentFilter, array('load-plugins.php', 'load-update.php')) ) {
384
- //Also check more often on the "Plugins" page and /wp-admin/update.php.
385
- $timeout = 3600;
386
- } else if ( $this->throttleRedundantChecks && ($this->getUpdate() !== null) ) {
387
- //Check less frequently if it's already known that an update is available.
388
- $timeout = $this->throttledCheckPeriod * 3600;
389
- } else if ( defined('DOING_CRON') && constant('DOING_CRON') ) {
390
- //WordPress cron schedules are not exact, so lets do an update check even
391
- //if slightly less than $checkPeriod hours have elapsed since the last check.
392
- $cronFuzziness = 20 * 60;
393
- $timeout = $this->checkPeriod * 3600 - $cronFuzziness;
394
- } else {
395
- $timeout = $this->checkPeriod * 3600;
396
- }
397
-
398
- $state = $this->getUpdateState();
399
- $shouldCheck =
400
- empty($state) ||
401
- !isset($state->lastCheck) ||
402
- ( (time() - $state->lastCheck) >= $timeout );
403
-
404
- //Let plugin authors substitute their own algorithm.
405
- $shouldCheck = apply_filters(
406
- 'puc_check_now-' . $this->slug,
407
- $shouldCheck,
408
- (!empty($state) && isset($state->lastCheck)) ? $state->lastCheck : 0,
409
- $this->checkPeriod
410
- );
411
-
412
- if ( $shouldCheck ){
413
- $this->checkForUpdates();
414
- }
415
- }
416
-
417
  /**
418
  * Load the update checker state from the DB.
419
  *
@@ -426,7 +354,7 @@ class PluginUpdateChecker_2_2 {
426
  }
427
 
428
  if ( !empty($state) && isset($state->update) && is_object($state->update) ){
429
- $state->update = PluginUpdate_2_2::fromObject($state->update);
430
  }
431
  return $state;
432
  }
@@ -440,7 +368,7 @@ class PluginUpdateChecker_2_2 {
440
  */
441
  private function setUpdateState($state) {
442
  if ( isset($state->update) && is_object($state->update) && method_exists($state->update, 'toStdClass') ) {
443
- $update = $state->update; /** @var PluginUpdate $update */
444
  $state->update = $update->toStdClass();
445
  }
446
  update_site_option($this->optionName, $state);
@@ -496,35 +424,56 @@ class PluginUpdateChecker_2_2 {
496
 
497
  //No update notifications for mu-plugins unless explicitly enabled. The MU plugin file
498
  //is usually different from the main plugin file so the update wouldn't show up properly anyway.
499
- if ( !empty($update) && empty($this->muPluginFile) && $this->isMuPlugin() ) {
500
  $update = null;
501
  }
502
 
503
  if ( !empty($update) ) {
504
  //Let plugins filter the update info before it's passed on to WordPress.
505
  $update = apply_filters('puc_pre_inject_update-' . $this->slug, $update);
506
- if ( !is_object($updates) ) {
507
- $updates = new StdClass();
508
- $updates->response = array();
509
- }
 
510
 
511
- $wpUpdate = $update->toWpFormat();
512
- $pluginFile = $this->pluginFile;
513
 
514
- if ( $this->isMuPlugin() ) {
515
- //WP does not support automatic update installation for mu-plugins, but we can still display a notice.
516
- $wpUpdate->package = null;
517
- $pluginFile = $this->muPluginFile;
518
- }
519
- $updates->response[$pluginFile] = $wpUpdate;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
520
 
521
- } else if ( isset($updates, $updates->response) ) {
 
 
 
 
 
522
  unset($updates->response[$this->pluginFile]);
523
  if ( !empty($this->muPluginFile) ) {
524
  unset($updates->response[$this->muPluginFile]);
525
  }
526
  }
527
-
528
  return $updates;
529
  }
530
 
@@ -538,12 +487,14 @@ class PluginUpdateChecker_2_2 {
538
  * GitHub and other repositories provide ZIP downloads, but they often use directory names like
539
  * "project-branch" or "project-tag-hash". We need to change the name to the actual plugin folder.
540
  *
 
 
541
  * @param string $source The directory to copy to /wp-content/plugins. Usually a subdirectory of $remoteSource.
542
  * @param string $remoteSource WordPress has extracted the update to this directory.
543
  * @param WP_Upgrader $upgrader
544
  * @return string|WP_Error
545
  */
546
- function fixDirectoryName($source, $remoteSource, $upgrader) {
547
  global $wp_filesystem; /** @var WP_Filesystem_Base $wp_filesystem */
548
 
549
  //Basic sanity checks.
@@ -551,50 +502,14 @@ class PluginUpdateChecker_2_2 {
551
  return $source;
552
  }
553
 
554
- //Figure out which plugin is being upgraded.
555
- $pluginFile = null;
556
- $skin = $upgrader->skin;
557
- if ( $skin instanceof Plugin_Upgrader_Skin ) {
558
- if ( isset($skin->plugin) && is_string($skin->plugin) && ($skin->plugin !== '') ) {
559
- $pluginFile = $skin->plugin;
560
- }
561
- } elseif ( isset($skin->plugin_info) && is_array($skin->plugin_info) ) {
562
- //This case is tricky because Bulk_Plugin_Upgrader_Skin (etc) doesn't actually store the plugin
563
- //filename anywhere. Instead, it has the plugin headers in $plugin_info. So the best we can
564
- //do is compare those headers to the headers of installed plugins.
565
- if ( !function_exists('get_plugins') ){
566
- require_once( ABSPATH . '/wp-admin/includes/plugin.php' );
567
- }
568
-
569
- $installedPlugins = get_plugins();
570
- $matches = array();
571
- foreach($installedPlugins as $pluginBasename => $headers) {
572
- $diff1 = array_diff_assoc($headers, $skin->plugin_info);
573
- $diff2 = array_diff_assoc($skin->plugin_info, $headers);
574
- if ( empty($diff1) && empty($diff2) ) {
575
- $matches[] = $pluginBasename;
576
- }
577
- }
578
-
579
- //It's possible (though very unlikely) that there could be two plugins with identical
580
- //headers. In that case, we can't unambiguously identify the plugin that's being upgraded.
581
- if ( count($matches) !== 1 ) {
582
- return $source;
583
- }
584
-
585
- $pluginFile = reset($matches);
586
- } elseif ( !empty($this->upgradedPluginFile) ) {
587
- $pluginFile = $this->upgradedPluginFile;
588
- }
589
-
590
  //If WordPress is upgrading anything other than our plugin, leave the directory name unchanged.
591
- if ( empty($pluginFile) || ($pluginFile !== $this->pluginFile) ) {
592
  return $source;
593
  }
594
 
595
  //Rename the source to match the existing plugin directory.
596
  $pluginDirectoryName = dirname($this->pluginFile);
597
- if ( ($pluginDirectoryName === '.') || ($pluginDirectoryName === '/') ) {
598
  return $source;
599
  }
600
  $correctedSource = trailingslashit($remoteSource) . $pluginDirectoryName . '/';
@@ -602,23 +517,18 @@ class PluginUpdateChecker_2_2 {
602
  //The update archive should contain a single directory that contains the rest of plugin files. Otherwise,
603
  //WordPress will try to copy the entire working directory ($source == $remoteSource). We can't rename
604
  //$remoteSource because that would break WordPress code that cleans up temporary files after update.
605
- $sourceFiles = $wp_filesystem->dirlist($remoteSource);
606
- if ( is_array($sourceFiles) ) {
607
- $sourceFiles = array_keys($sourceFiles);
608
- $firstFilePath = trailingslashit($remoteSource) . $sourceFiles[0];
609
-
610
- if ( (count($sourceFiles) > 1) || (!$wp_filesystem->is_dir($firstFilePath)) ) {
611
- return new WP_Error(
612
- 'puc-incorrect-directory-structure',
613
- sprintf(
614
- 'The directory structure of the update is incorrect. All plugin files should be inside ' .
615
- 'a directory named <span class="code">%s</span>, not at the root of the ZIP file.',
616
- htmlentities($this->slug)
617
- )
618
- );
619
- }
620
  }
621
 
 
622
  $upgrader->skin->feedback(sprintf(
623
  'Renaming %s to %s&#8230;',
624
  '<span class="code">' . basename($source) . '</span>',
@@ -640,30 +550,34 @@ class PluginUpdateChecker_2_2 {
640
  }
641
 
642
  /**
643
- * @access private
 
644
  *
645
- * @param mixed $input
646
- * @param array $hookExtra
647
- * @return mixed Returns $input unaltered.
648
  */
649
- public function setUpgradedPlugin($input, $hookExtra) {
650
- if (!empty($hookExtra['plugin']) && is_string($hookExtra['plugin'])) {
651
- $this->upgradedPluginFile = $hookExtra['plugin'];
652
- } else {
653
- $this->upgradedPluginFile = null;
 
 
 
654
  }
655
- return $input;
 
 
656
  }
657
 
658
  /**
659
- * @access private
660
  *
661
- * @param mixed $input
662
- * @return mixed Returns $input unaltered.
663
  */
664
- public function clearUpgradedPlugin($input = null) {
665
- $this->upgradedPluginFile = null;
666
- return $input;
667
  }
668
 
669
  /**
@@ -675,7 +589,7 @@ class PluginUpdateChecker_2_2 {
675
  * Uses cached update data. To retrieve update information straight from
676
  * the metadata URL, call requestUpdate() instead.
677
  *
678
- * @return PluginUpdate|null
679
  */
680
  public function getUpdate() {
681
  $state = $this->getUpdateState(); /** @var StdClass $state */
@@ -715,12 +629,12 @@ class PluginUpdateChecker_2_2 {
715
  'puc_check_for_updates' => 1,
716
  'puc_slug' => $this->slug,
717
  ),
718
- is_network_admin() ? network_admin_url('plugins.php') : admin_url('plugins.php')
719
  ),
720
  'puc_check_for_updates'
721
  );
722
 
723
- $linkText = apply_filters('puc_manual_check_link-' . $this->slug, 'Check for updates');
724
  if ( !empty($linkText) ) {
725
  $pluginMeta[] = sprintf('<a href="%s">%s</a>', esc_attr($linkUrl), $linkText);
726
  }
@@ -749,7 +663,7 @@ class PluginUpdateChecker_2_2 {
749
  'puc_update_check_result' => $status,
750
  'puc_slug' => $this->slug,
751
  ),
752
- is_network_admin() ? network_admin_url('plugins.php') : admin_url('plugins.php')
753
  ));
754
  }
755
  }
@@ -764,14 +678,14 @@ class PluginUpdateChecker_2_2 {
764
  if ( isset($_GET['puc_update_check_result'], $_GET['puc_slug']) && ($_GET['puc_slug'] == $this->slug) ) {
765
  $status = strval($_GET['puc_update_check_result']);
766
  if ( $status == 'no_update' ) {
767
- $message = 'This plugin is up to date.';
768
  } else if ( $status == 'update_available' ) {
769
- $message = 'A new version of this plugin is available.';
770
  } else {
771
- $message = sprintf('Unknown update checker status "%s"', htmlentities($status));
772
  }
773
  printf(
774
- '<div class="updated"><p>%s</p></div>',
775
  apply_filters('puc_manual_check_message-' . $this->slug, $message, $status)
776
  );
777
  }
@@ -796,6 +710,16 @@ class PluginUpdateChecker_2_2 {
796
  return $cachedResult;
797
  }
798
 
 
 
 
 
 
 
 
 
 
 
799
  /**
800
  * Clear the cached plugin version. This method can be set up as a filter (hook) and will
801
  * return the filter argument unmodified.
@@ -880,25 +804,38 @@ class PluginUpdateChecker_2_2 {
880
  public function initDebugBarPanel() {
881
  $debugBarPlugin = dirname(__FILE__) . '/debug-bar-plugin.php';
882
  if ( class_exists('Debug_Bar', false) && file_exists($debugBarPlugin) ) {
 
883
  require_once $debugBarPlugin;
884
  $this->debugBarPlugin = new PucDebugBarPlugin($this);
885
  }
886
  }
 
 
 
 
 
 
 
 
 
 
 
 
887
  }
888
 
889
  endif;
890
 
891
- if ( !class_exists('PluginInfo_2_2', false) ):
892
 
893
  /**
894
  * A container class for holding and transforming various plugin metadata.
895
  *
896
  * @author Janis Elsts
897
- * @copyright 2015
898
- * @version 2.2
899
  * @access public
900
  */
901
- class PluginInfo_2_2 {
902
  //Most fields map directly to the contents of the plugin's info.json file.
903
  //See the relevant docs for a description of their meaning.
904
  public $name;
@@ -931,31 +868,22 @@ class PluginInfo_2_2 {
931
  * returned by an external update API.
932
  *
933
  * @param string $json Valid JSON string representing plugin info.
934
- * @param bool $triggerErrors
935
- * @return PluginInfo|null New instance of PluginInfo, or NULL on error.
936
  */
937
- public static function fromJson($json, $triggerErrors = false){
938
  /** @var StdClass $apiResponse */
939
  $apiResponse = json_decode($json);
940
  if ( empty($apiResponse) || !is_object($apiResponse) ){
941
- if ( $triggerErrors ) {
942
- trigger_error(
943
- "Failed to parse plugin metadata. Try validating your .json file with http://jsonlint.com/",
944
- E_USER_NOTICE
945
- );
946
- }
947
  return null;
948
  }
949
 
950
- //Very, very basic validation.
951
- $valid = isset($apiResponse->name) && !empty($apiResponse->name) && isset($apiResponse->version) && !empty($apiResponse->version);
952
- if ( !$valid ){
953
- if ( $triggerErrors ) {
954
- trigger_error(
955
- "The plugin metadata file does not contain the required 'name' and/or 'version' keys.",
956
- E_USER_NOTICE
957
- );
958
- }
959
  return null;
960
  }
961
 
@@ -963,9 +891,33 @@ class PluginInfo_2_2 {
963
  foreach(get_object_vars($apiResponse) as $key => $value){
964
  $info->$key = $value;
965
  }
 
 
 
966
 
967
  return $info;
968
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
969
 
970
  /**
971
  * Transform plugin info into the format used by the native WordPress.org API
@@ -991,20 +943,8 @@ class PluginInfo_2_2 {
991
 
992
  //Other fields need to be renamed and/or transformed.
993
  $info->download_link = $this->download_url;
994
-
995
- if ( !empty($this->author_homepage) ){
996
- $info->author = sprintf('<a href="%s">%s</a>', $this->author_homepage, $this->author);
997
- } else {
998
- $info->author = $this->author;
999
- }
1000
-
1001
- if ( is_object($this->sections) ){
1002
- $info->sections = get_object_vars($this->sections);
1003
- } elseif ( is_array($this->sections) ) {
1004
- $info->sections = $this->sections;
1005
- } else {
1006
- $info->sections = array('description' => '');
1007
- }
1008
 
1009
  if ( !empty($this->banners) ) {
1010
  //WP expects an array with two keys: "high" and "low". Both are optional.
@@ -1015,21 +955,28 @@ class PluginInfo_2_2 {
1015
 
1016
  return $info;
1017
  }
 
 
 
 
 
 
 
1018
  }
1019
 
1020
  endif;
1021
 
1022
- if ( !class_exists('PluginUpdate_2_2', false) ):
1023
 
1024
  /**
1025
  * A simple container class for holding information about an available update.
1026
  *
1027
  * @author Janis Elsts
1028
- * @copyright 2015
1029
- * @version 2.2
1030
  * @access public
1031
  */
1032
- class PluginUpdate_2_2 {
1033
  public $id = 0;
1034
  public $slug;
1035
  public $version;
@@ -1044,14 +991,13 @@ class PluginUpdate_2_2 {
1044
  * Create a new instance of PluginUpdate from its JSON-encoded representation.
1045
  *
1046
  * @param string $json
1047
- * @param bool $triggerErrors
1048
- * @return PluginUpdate|null
1049
  */
1050
- public static function fromJson($json, $triggerErrors = false){
1051
  //Since update-related information is simply a subset of the full plugin info,
1052
  //we can parse the update JSON as if it was a plugin info string, then copy over
1053
  //the parts that we care about.
1054
- $pluginInfo = PluginInfo_2_2::fromJson($json, $triggerErrors);
1055
  if ( $pluginInfo != null ) {
1056
  return self::fromPluginInfo($pluginInfo);
1057
  } else {
@@ -1063,8 +1009,8 @@ class PluginUpdate_2_2 {
1063
  * Create a new instance of PluginUpdate based on an instance of PluginInfo.
1064
  * Basically, this just copies a subset of fields from one object to another.
1065
  *
1066
- * @param PluginInfo $info
1067
- * @return PluginUpdate
1068
  */
1069
  public static function fromPluginInfo($info){
1070
  return self::fromObject($info);
@@ -1074,8 +1020,8 @@ class PluginUpdate_2_2 {
1074
  * Create a new instance of PluginUpdate by copying the necessary fields from
1075
  * another object.
1076
  *
1077
- * @param StdClass|PluginInfo|PluginUpdate $object The source object.
1078
- * @return PluginUpdate The new copy.
1079
  */
1080
  public static function fromObject($object) {
1081
  $update = new self();
@@ -1135,6 +1081,321 @@ class PluginUpdate_2_2 {
1135
 
1136
  endif;
1137
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1138
  if ( !class_exists('PucFactory', false) ):
1139
 
1140
  /**
@@ -1164,7 +1425,7 @@ class PucFactory {
1164
  * @param int $checkPeriod
1165
  * @param string $optionName
1166
  * @param string $muPluginFile
1167
- * @return PluginUpdateChecker
1168
  */
1169
  public static function buildUpdateChecker($metadataUrl, $pluginFile, $slug = '', $checkPeriod = 12, $optionName = '', $muPluginFile = '') {
1170
  $class = self::getLatestClassVersion('PluginUpdateChecker');
@@ -1227,23 +1488,7 @@ endif;
1227
  require_once(dirname(__FILE__) . '/github-checker.php');
1228
 
1229
  //Register classes defined in this file with the factory.
1230
- PucFactory::addVersion('PluginUpdateChecker', 'PluginUpdateChecker_2_2', '2.2');
1231
- PucFactory::addVersion('PluginUpdate', 'PluginUpdate_2_2', '2.2');
1232
- PucFactory::addVersion('PluginInfo', 'PluginInfo_2_2', '2.2');
1233
- PucFactory::addVersion('PucGitHubChecker', 'PucGitHubChecker_2_2', '2.2');
1234
-
1235
- /**
1236
- * Create non-versioned variants of the update checker classes. This allows for backwards
1237
- * compatibility with versions that did not use a factory, and it simplifies doc-comments.
1238
- */
1239
- if ( !class_exists('PluginUpdateChecker', false) ) {
1240
- class PluginUpdateChecker extends PluginUpdateChecker_2_2 { }
1241
- }
1242
-
1243
- if ( !class_exists('PluginUpdate', false) ) {
1244
- class PluginUpdate extends PluginUpdate_2_2 {}
1245
- }
1246
-
1247
- if ( !class_exists('PluginInfo', false) ) {
1248
- class PluginInfo extends PluginInfo_2_2 {}
1249
- }
1
  <?php
2
  /**
3
+ * Plugin Update Checker Library 3.0
4
  * http://w-shadow.com/
5
  *
6
+ * Copyright 2016 Janis Elsts
7
  * Released under the MIT license. See license.txt for details.
8
  */
9
 
10
+ if ( !class_exists('PluginUpdateChecker_3_0', false) ):
11
 
12
  /**
13
  * A custom plugin update checker.
14
  *
15
  * @author Janis Elsts
16
+ * @copyright 2016
17
+ * @version 3.0
18
  * @access public
19
  */
20
+ class PluginUpdateChecker_3_0 {
21
  public $metadataUrl = ''; //The URL of the plugin's metadata file.
22
  public $pluginAbsolutePath = ''; //Full path of the main plugin file.
23
  public $pluginFile = ''; //Plugin filename relative to the plugins directory. Many WP APIs use this to identify plugins.
24
  public $slug = ''; //Plugin slug.
 
25
  public $optionName = ''; //Where to store the update info.
26
  public $muPluginFile = ''; //For MU plugins, the plugin filename relative to the mu-plugins directory.
27
 
28
  public $debugMode = false; //Set to TRUE to enable error reporting. Errors are raised using trigger_error()
29
  //and should be logged to the standard PHP error log.
30
+ public $scheduler;
31
 
32
+ protected $upgraderStatus;
 
33
 
 
34
  private $debugBarPlugin = null;
35
  private $cachedInstalledVersion = null;
36
 
37
+ private $metadataHost = ''; //The host component of $metadataUrl.
38
 
39
  /**
40
  * Class constructor.
51
  $this->pluginAbsolutePath = $pluginFile;
52
  $this->pluginFile = plugin_basename($this->pluginAbsolutePath);
53
  $this->muPluginFile = $muPluginFile;
 
54
  $this->slug = $slug;
55
  $this->optionName = $optionName;
56
+ $this->debugMode = (bool)(constant('WP_DEBUG'));
57
 
58
  //If no slug is specified, use the name of the main plugin file as the slug.
59
  //For example, 'my-cool-plugin/cool-plugin.php' becomes 'cool-plugin'.
67
 
68
  //Backwards compatibility: If the plugin is a mu-plugin but no $muPluginFile is specified, assume
69
  //it's the same as $pluginFile given that it's not in a subdirectory (WP only looks in the base dir).
70
+ if ( (strpbrk($this->pluginFile, '/\\') === false) && $this->isUnknownMuPlugin() ) {
71
  $this->muPluginFile = $this->pluginFile;
72
  }
73
+
74
+ $this->scheduler = $this->createScheduler($checkPeriod);
75
+ $this->upgraderStatus = new PucUpgraderStatus_3_0();
76
+
77
  $this->installHooks();
78
  }
79
+
80
+ /**
81
+ * Create an instance of the scheduler.
82
+ *
83
+ * This is implemented as a method to make it possible for plugins to subclass the update checker
84
+ * and substitute their own scheduler.
85
+ *
86
+ * @param int $checkPeriod
87
+ * @return PucScheduler_3_0
88
+ */
89
+ protected function createScheduler($checkPeriod) {
90
+ return new PucScheduler_3_0($this, $checkPeriod);
91
+ }
92
 
93
  /**
94
  * Install the hooks required to run periodic update checks and inject update info
112
  add_filter('upgrader_post_install', array($this, 'clearCachedVersion'));
113
  add_action('delete_site_transient_update_plugins', array($this, 'clearCachedVersion'));
114
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
115
  if ( did_action('plugins_loaded') ) {
116
  $this->initDebugBarPanel();
117
  } else {
121
  //Rename the update directory to be the same as the existing directory.
122
  add_filter('upgrader_source_selection', array($this, 'fixDirectoryName'), 10, 3);
123
 
124
+ //Enable language support (i18n).
125
+ load_plugin_textdomain('plugin-update-checker', false, plugin_basename(dirname(__FILE__)) . '/languages');
126
+
127
+ //Allow HTTP requests to the metadata URL even if it's on a local host.
128
+ $this->metadataHost = @parse_url($this->metadataUrl, PHP_URL_HOST);
129
+ add_filter('http_request_host_is_external', array($this, 'allowMetadataHost'), 10, 2);
130
  }
131
 
132
  /**
133
+ * Explicitly allow HTTP requests to the metadata URL.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
134
  *
135
+ * WordPress has a security feature where the HTTP API will reject all requests that are sent to
136
+ * another site hosted on the same server as the current site (IP match), a local host, or a local
137
+ * IP, unless the host exactly matches the current site.
 
 
 
 
 
138
  *
139
+ * This feature is opt-in (at least in WP 4.4). Apparently some people enable it.
140
+ *
141
+ * That can be a problem when you're developing your plugin and you decide to host the update information
142
+ * on the same server as your test site. Update requests will mysteriously fail.
143
+ *
144
+ * We fix that by adding an exception for the metadata host.
145
+ *
146
+ * @param bool $allow
147
+ * @param string $host
148
+ * @return bool
149
  */
150
+ public function allowMetadataHost($allow, $host) {
151
+ if ( strtolower($host) === strtolower($this->metadataHost) ) {
152
+ return true;
153
+ }
154
+ return $allow;
155
  }
156
+
157
  /**
158
  * Retrieve plugin info from the configured API endpoint.
159
  *
160
  * @uses wp_remote_get()
161
  *
162
  * @param array $queryArgs Additional query arguments to append to the request. Optional.
163
+ * @return PluginInfo_3_0
164
  */
165
  public function requestInfo($queryArgs = array()){
166
  //Query args to append to the URL. Plugins can add their own by using a filter callback (see addQueryArgFilter()).
189
  );
190
 
191
  //Try to parse the response
192
+ $status = $this->validateApiResponse($result);
193
  $pluginInfo = null;
194
+ if ( !is_wp_error($status) ){
195
+ $pluginInfo = PluginInfo_3_0::fromJson($result['body']);
196
+ if ( $pluginInfo !== null ) {
197
+ $pluginInfo->filename = $this->pluginFile;
198
+ $pluginInfo->slug = $this->slug;
 
 
 
 
 
 
 
199
  }
200
+ } else {
201
+ $this->triggerError(
202
+ sprintf('The URL %s does not point to a valid plugin metadata file. ', $url)
203
+ . $status->get_error_message(),
204
+ E_USER_WARNING
205
+ );
206
  }
207
 
208
  $pluginInfo = apply_filters('puc_request_info_result-'.$this->slug, $pluginInfo, $result);
209
  return $pluginInfo;
210
  }
211
 
212
+ /**
213
+ * Check if $result is a successful update API response.
214
+ *
215
+ * @param array|WP_Error $result
216
+ * @return true|WP_Error
217
+ */
218
+ private function validateApiResponse($result) {
219
+ if ( is_wp_error($result) ) { /** @var WP_Error $result */
220
+ return new WP_Error($result->get_error_code(), 'WP HTTP Error: ' . $result->get_error_message());
221
+ }
222
+
223
+ if ( !isset($result['response']['code']) ) {
224
+ return new WP_Error('puc_no_response_code', 'wp_remote_get() returned an unexpected result.');
225
+ }
226
+
227
+ if ( $result['response']['code'] !== 200 ) {
228
+ return new WP_Error(
229
+ 'puc_unexpected_response_code',
230
+ 'HTTP response code is ' . $result['response']['code'] . ' (expected: 200)'
231
+ );
232
+ }
233
+
234
+ if ( empty($result['body']) ) {
235
+ return new WP_Error('puc_empty_response', 'The metadata file appears to be empty.');
236
+ }
237
+
238
+ return true;
239
+ }
240
+
241
  /**
242
  * Retrieve the latest update (if any) from the configured API endpoint.
243
  *
244
  * @uses PluginUpdateChecker::requestInfo()
245
  *
246
+ * @return PluginUpdate_3_0 An instance of PluginUpdate, or NULL when no updates are available.
247
  */
248
  public function requestUpdate(){
249
  //For the sake of simplicity, this function just calls requestInfo()
252
  if ( $pluginInfo == null ){
253
  return null;
254
  }
255
+ return PluginUpdate_3_0::fromPluginInfo($pluginInfo);
256
  }
257
 
258
  /**
271
  return $pluginHeader['Version'];
272
  } else {
273
  //This can happen if the filename points to something that is not a plugin.
274
+ $this->triggerError(
275
+ sprintf(
276
+ "Can't to read the Version header for '%s'. The filename is incorrect or is not a plugin.",
277
+ $this->pluginFile
278
+ ),
279
+ E_USER_WARNING
280
+ );
 
 
281
  return null;
282
  }
283
  }
290
  protected function getPluginHeader() {
291
  if ( !is_file($this->pluginAbsolutePath) ) {
292
  //This can happen if the plugin filename is wrong.
293
+ $this->triggerError(
294
+ sprintf(
295
+ "Can't to read the plugin header for '%s'. The file does not exist.",
296
+ $this->pluginFile
297
+ ),
298
+ E_USER_WARNING
299
+ );
 
 
300
  return array();
301
  }
302
 
303
  if ( !function_exists('get_plugin_data') ){
304
+ /** @noinspection PhpIncludeInspection */
305
  require_once( ABSPATH . '/wp-admin/includes/plugin.php' );
306
  }
307
  return get_plugin_data($this->pluginAbsolutePath, false, false);
311
  * Check for plugin updates.
312
  * The results are stored in the DB option specified in $optionName.
313
  *
314
+ * @return PluginUpdate_3_0|null
315
  */
316
  public function checkForUpdates(){
317
  $installedVersion = $this->getInstalledVersion();
318
  //Fail silently if we can't find the plugin or read its header.
319
  if ( $installedVersion === null ) {
320
+ $this->triggerError(
321
+ sprintf('Skipping update check for %s - installed version unknown.', $this->pluginFile),
322
+ E_USER_WARNING
323
+ );
 
 
324
  return null;
325
  }
326
 
342
  return $this->getUpdate();
343
  }
344
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
345
  /**
346
  * Load the update checker state from the DB.
347
  *
354
  }
355
 
356
  if ( !empty($state) && isset($state->update) && is_object($state->update) ){
357
+ $state->update = PluginUpdate_3_0::fromObject($state->update);
358
  }
359
  return $state;
360
  }
368
  */
369
  private function setUpdateState($state) {
370
  if ( isset($state->update) && is_object($state->update) && method_exists($state->update, 'toStdClass') ) {
371
+ $update = $state->update; /** @var PluginUpdate_3_0 $update */
372
  $state->update = $update->toStdClass();
373
  }
374
  update_site_option($this->optionName, $state);
424
 
425
  //No update notifications for mu-plugins unless explicitly enabled. The MU plugin file
426
  //is usually different from the main plugin file so the update wouldn't show up properly anyway.
427
+ if ( $this->isUnknownMuPlugin() ) {
428
  $update = null;
429
  }
430
 
431
  if ( !empty($update) ) {
432
  //Let plugins filter the update info before it's passed on to WordPress.
433
  $update = apply_filters('puc_pre_inject_update-' . $this->slug, $update);
434
+ $updates = $this->addUpdateToList($updates, $update);
435
+ } else {
436
+ //Clean up any stale update info.
437
+ $updates = $this->removeUpdateFromList($updates);
438
+ }
439
 
440
+ return $updates;
441
+ }
442
 
443
+ /**
444
+ * @param StdClass|null $updates
445
+ * @param PluginUpdate_3_0 $updateToAdd
446
+ * @return StdClass
447
+ */
448
+ private function addUpdateToList($updates, $updateToAdd) {
449
+ if ( !is_object($updates) ) {
450
+ $updates = new StdClass();
451
+ $updates->response = array();
452
+ }
453
+
454
+ $wpUpdate = $updateToAdd->toWpFormat();
455
+ $pluginFile = $this->pluginFile;
456
+
457
+ if ( $this->isMuPlugin() ) {
458
+ //WP does not support automatic update installation for mu-plugins, but we can still display a notice.
459
+ $wpUpdate->package = null;
460
+ $pluginFile = $this->muPluginFile;
461
+ }
462
+ $updates->response[$pluginFile] = $wpUpdate;
463
+ return $updates;
464
+ }
465
 
466
+ /**
467
+ * @param StdClass|null $updates
468
+ * @return StdClass|null
469
+ */
470
+ private function removeUpdateFromList($updates) {
471
+ if ( isset($updates, $updates->response) ) {
472
  unset($updates->response[$this->pluginFile]);
473
  if ( !empty($this->muPluginFile) ) {
474
  unset($updates->response[$this->muPluginFile]);
475
  }
476
  }
 
477
  return $updates;
478
  }
479
 
487
  * GitHub and other repositories provide ZIP downloads, but they often use directory names like
488
  * "project-branch" or "project-tag-hash". We need to change the name to the actual plugin folder.
489
  *
490
+ * This is a hook callback. Don't call it from a plugin.
491
+ *
492
  * @param string $source The directory to copy to /wp-content/plugins. Usually a subdirectory of $remoteSource.
493
  * @param string $remoteSource WordPress has extracted the update to this directory.
494
  * @param WP_Upgrader $upgrader
495
  * @return string|WP_Error
496
  */
497
+ public function fixDirectoryName($source, $remoteSource, $upgrader) {
498
  global $wp_filesystem; /** @var WP_Filesystem_Base $wp_filesystem */
499
 
500
  //Basic sanity checks.
502
  return $source;
503
  }
504
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
505
  //If WordPress is upgrading anything other than our plugin, leave the directory name unchanged.
506
+ if ( !$this->isPluginBeingUpgraded($upgrader) ) {
507
  return $source;
508
  }
509
 
510
  //Rename the source to match the existing plugin directory.
511
  $pluginDirectoryName = dirname($this->pluginFile);
512
+ if ( $pluginDirectoryName === '.' ) {
513
  return $source;
514
  }
515
  $correctedSource = trailingslashit($remoteSource) . $pluginDirectoryName . '/';
517
  //The update archive should contain a single directory that contains the rest of plugin files. Otherwise,
518
  //WordPress will try to copy the entire working directory ($source == $remoteSource). We can't rename
519
  //$remoteSource because that would break WordPress code that cleans up temporary files after update.
520
+ if ( $this->isBadDirectoryStructure($remoteSource) ) {
521
+ return new WP_Error(
522
+ 'puc-incorrect-directory-structure',
523
+ sprintf(
524
+ 'The directory structure of the update is incorrect. All plugin files should be inside ' .
525
+ 'a directory named <span class="code">%s</span>, not at the root of the ZIP file.',
526
+ htmlentities($this->slug)
527
+ )
528
+ );
 
 
 
 
 
 
529
  }
530
 
531
+ /** @var WP_Upgrader_Skin $upgrader->skin */
532
  $upgrader->skin->feedback(sprintf(
533
  'Renaming %s to %s&#8230;',
534
  '<span class="code">' . basename($source) . '</span>',
550
  }
551
 
552
  /**
553
+ * Check for incorrect update directory structure. An update must contain a single directory,
554
+ * all other files should be inside that directory.
555
  *
556
+ * @param string $remoteSource Directory path.
557
+ * @return bool
 
558
  */
559
+ private function isBadDirectoryStructure($remoteSource) {
560
+ global $wp_filesystem; /** @var WP_Filesystem_Base $wp_filesystem */
561
+
562
+ $sourceFiles = $wp_filesystem->dirlist($remoteSource);
563
+ if ( is_array($sourceFiles) ) {
564
+ $sourceFiles = array_keys($sourceFiles);
565
+ $firstFilePath = trailingslashit($remoteSource) . $sourceFiles[0];
566
+ return (count($sourceFiles) > 1) || (!$wp_filesystem->is_dir($firstFilePath));
567
  }
568
+
569
+ //Assume it's fine.
570
+ return false;
571
  }
572
 
573
  /**
574
+ * Is there and update being installed RIGHT NOW, for this specific plugin?
575
  *
576
+ * @param WP_Upgrader|null $upgrader The upgrader that's performing the current update.
577
+ * @return bool
578
  */
579
+ public function isPluginBeingUpgraded($upgrader = null) {
580
+ return $this->upgraderStatus->isPluginBeingUpgraded($this->pluginFile, $upgrader);
 
581
  }
582
 
583
  /**
589
  * Uses cached update data. To retrieve update information straight from
590
  * the metadata URL, call requestUpdate() instead.
591
  *
592
+ * @return PluginUpdate_3_0|null
593
  */
594
  public function getUpdate() {
595
  $state = $this->getUpdateState(); /** @var StdClass $state */
629
  'puc_check_for_updates' => 1,
630
  'puc_slug' => $this->slug,
631
  ),
632
+ self_admin_url('plugins.php')
633
  ),
634
  'puc_check_for_updates'
635
  );
636
 
637
+ $linkText = apply_filters('puc_manual_check_link-' . $this->slug, __('Check for updates', 'plugin-update-checker'));
638
  if ( !empty($linkText) ) {
639
  $pluginMeta[] = sprintf('<a href="%s">%s</a>', esc_attr($linkUrl), $linkText);
640
  }
663
  'puc_update_check_result' => $status,
664
  'puc_slug' => $this->slug,
665
  ),
666
+ self_admin_url('plugins.php')
667
  ));
668
  }
669
  }
678
  if ( isset($_GET['puc_update_check_result'], $_GET['puc_slug']) && ($_GET['puc_slug'] == $this->slug) ) {
679
  $status = strval($_GET['puc_update_check_result']);
680
  if ( $status == 'no_update' ) {
681
+ $message = __('This plugin is up to date.', 'plugin-update-checker');
682
  } else if ( $status == 'update_available' ) {
683
+ $message = __('A new version of this plugin is available.', 'plugin-update-checker');
684
  } else {
685
+ $message = sprintf(__('Unknown update checker status "%s"', 'plugin-update-checker'), htmlentities($status));
686
  }
687
  printf(
688
+ '<div class="updated notice is-dismissible"><p>%s</p></div>',
689
  apply_filters('puc_manual_check_message-' . $this->slug, $message, $status)
690
  );
691
  }
710
  return $cachedResult;
711
  }
712
 
713
+ /**
714
+ * MU plugins are partially supported, but only when we know which file in mu-plugins
715
+ * corresponds to this plugin.
716
+ *
717
+ * @return bool
718
+ */
719
+ protected function isUnknownMuPlugin() {
720
+ return empty($this->muPluginFile) && $this->isMuPlugin();
721
+ }
722
+
723
  /**
724
  * Clear the cached plugin version. This method can be set up as a filter (hook) and will
725
  * return the filter argument unmodified.
804
  public function initDebugBarPanel() {
805
  $debugBarPlugin = dirname(__FILE__) . '/debug-bar-plugin.php';
806
  if ( class_exists('Debug_Bar', false) && file_exists($debugBarPlugin) ) {
807
+ /** @noinspection PhpIncludeInspection */
808
  require_once $debugBarPlugin;
809
  $this->debugBarPlugin = new PucDebugBarPlugin($this);
810
  }
811
  }
812
+
813
+ /**
814
+ * Trigger a PHP error, but only when $debugMode is enabled.
815
+ *
816
+ * @param string $message
817
+ * @param int $errorType
818
+ */
819
+ protected function triggerError($message, $errorType) {
820
+ if ( $this->debugMode ) {
821
+ trigger_error($message, $errorType);
822
+ }
823
+ }
824
  }
825
 
826
  endif;
827
 
828
+ if ( !class_exists('PluginInfo_3_0', false) ):
829
 
830
  /**
831
  * A container class for holding and transforming various plugin metadata.
832
  *
833
  * @author Janis Elsts
834
+ * @copyright 2016
835
+ * @version 3.0
836
  * @access public
837
  */
838
+ class PluginInfo_3_0 {
839
  //Most fields map directly to the contents of the plugin's info.json file.
840
  //See the relevant docs for a description of their meaning.
841
  public $name;
868
  * returned by an external update API.
869
  *
870
  * @param string $json Valid JSON string representing plugin info.
871
+ * @return PluginInfo_3_0|null New instance of PluginInfo, or NULL on error.
 
872
  */
873
+ public static function fromJson($json){
874
  /** @var StdClass $apiResponse */
875
  $apiResponse = json_decode($json);
876
  if ( empty($apiResponse) || !is_object($apiResponse) ){
877
+ trigger_error(
878
+ "Failed to parse plugin metadata. Try validating your .json file with http://jsonlint.com/",
879
+ E_USER_NOTICE
880
+ );
 
 
881
  return null;
882
  }
883
 
884
+ $valid = self::validateMetadata($apiResponse);
885
+ if ( is_wp_error($valid) ){
886
+ trigger_error($valid->get_error_message(), E_USER_NOTICE);
 
 
 
 
 
 
887
  return null;
888
  }
889
 
891
  foreach(get_object_vars($apiResponse) as $key => $value){
892
  $info->$key = $value;
893
  }
894
+
895
+ //json_decode decodes assoc. arrays as objects. We want it as an array.
896
+ $info->sections = (array)$info->sections;
897
 
898
  return $info;
899
  }
900
+
901
+ /**
902
+ * Very, very basic validation.
903
+ *
904
+ * @param StdClass $apiResponse
905
+ * @return bool|WP_Error
906
+ */
907
+ protected static function validateMetadata($apiResponse) {
908
+ if (
909
+ !isset($apiResponse->name, $apiResponse->version)
910
+ || empty($apiResponse->name)
911
+ || empty($apiResponse->version)
912
+ ) {
913
+ return new WP_Error(
914
+ 'puc-invalid-metadata',
915
+ "The plugin metadata file does not contain the required 'name' and/or 'version' keys."
916
+ );
917
+ }
918
+ return true;
919
+ }
920
+
921
 
922
  /**
923
  * Transform plugin info into the format used by the native WordPress.org API
943
 
944
  //Other fields need to be renamed and/or transformed.
945
  $info->download_link = $this->download_url;
946
+ $info->author = $this->getFormattedAuthor();
947
+ $info->sections = array_merge(array('description' => ''), $this->sections);
 
 
 
 
 
 
 
 
 
 
 
 
948
 
949
  if ( !empty($this->banners) ) {
950
  //WP expects an array with two keys: "high" and "low". Both are optional.
955
 
956
  return $info;
957
  }
958
+
959
+ protected function getFormattedAuthor() {
960
+ if ( !empty($this->author_homepage) ){
961
+ return sprintf('<a href="%s">%s</a>', $this->author_homepage, $this->author);
962
+ }
963
+ return $this->author;
964
+ }
965
  }
966
 
967
  endif;
968
 
969
+ if ( !class_exists('PluginUpdate_3_0', false) ):
970
 
971
  /**
972
  * A simple container class for holding information about an available update.
973
  *
974
  * @author Janis Elsts
975
+ * @copyright 2016
976
+ * @version 3.0
977
  * @access public
978
  */
979
+ class PluginUpdate_3_0 {
980
  public $id = 0;
981
  public $slug;
982
  public $version;
991
  * Create a new instance of PluginUpdate from its JSON-encoded representation.
992
  *
993
  * @param string $json
994
+ * @return PluginUpdate_3_0|null
 
995
  */
996
+ public static function fromJson($json){
997
  //Since update-related information is simply a subset of the full plugin info,
998
  //we can parse the update JSON as if it was a plugin info string, then copy over
999
  //the parts that we care about.
1000
+ $pluginInfo = PluginInfo_3_0::fromJson($json);
1001
  if ( $pluginInfo != null ) {
1002
  return self::fromPluginInfo($pluginInfo);
1003
  } else {
1009
  * Create a new instance of PluginUpdate based on an instance of PluginInfo.
1010
  * Basically, this just copies a subset of fields from one object to another.
1011
  *
1012
+ * @param PluginInfo_3_0 $info
1013
+ * @return PluginUpdate_3_0
1014
  */
1015
  public static function fromPluginInfo($info){
1016
  return self::fromObject($info);
1020
  * Create a new instance of PluginUpdate by copying the necessary fields from
1021
  * another object.
1022
  *
1023
+ * @param StdClass|PluginInfo_3_0|PluginUpdate_3_0 $object The source object.
1024
+ * @return PluginUpdate_3_0 The new copy.
1025
  */
1026
  public static function fromObject($object) {
1027
  $update = new self();
1081
 
1082
  endif;
1083
 
1084
+ if ( !class_exists('PucScheduler_3_0', false) ):
1085
+
1086
+ /**
1087
+ * The scheduler decides when and how often to check for updates.
1088
+ * It calls @see PluginUpdateChecker::checkForUpdates() to perform the actual checks.
1089
+ *
1090
+ * @version 3.0
1091
+ */
1092
+ class PucScheduler_3_0 {
1093
+ public $checkPeriod = 12; //How often to check for updates (in hours).
1094
+ public $throttleRedundantChecks = false; //Check less often if we already know that an update is available.
1095
+ public $throttledCheckPeriod = 72;
1096
+
1097
+ /**
1098
+ * @var PluginUpdateChecker_3_0
1099
+ */
1100
+ protected $updateChecker;
1101
+
1102
+ private $cronHook = null;
1103
+
1104
+ /**
1105
+ * Scheduler constructor.
1106
+ *
1107
+ * @param PluginUpdateChecker_3_0 $updateChecker
1108
+ * @param int $checkPeriod How often to check for updates (in hours).
1109
+ */
1110
+ public function __construct($updateChecker, $checkPeriod) {
1111
+ $this->updateChecker = $updateChecker;
1112
+ $this->checkPeriod = $checkPeriod;
1113
+
1114
+ //Set up the periodic update checks
1115
+ $this->cronHook = 'check_plugin_updates-' . $this->updateChecker->slug;
1116
+ if ( $this->checkPeriod > 0 ){
1117
+
1118
+ //Trigger the check via Cron.
1119
+ //Try to use one of the default schedules if possible as it's less likely to conflict
1120
+ //with other plugins and their custom schedules.
1121
+ $defaultSchedules = array(
1122
+ 1 => 'hourly',
1123
+ 12 => 'twicedaily',
1124
+ 24 => 'daily',
1125
+ );
1126
+ if ( array_key_exists($this->checkPeriod, $defaultSchedules) ) {
1127
+ $scheduleName = $defaultSchedules[$this->checkPeriod];
1128
+ } else {
1129
+ //Use a custom cron schedule.
1130
+ $scheduleName = 'every' . $this->checkPeriod . 'hours';
1131
+ add_filter('cron_schedules', array($this, '_addCustomSchedule'));
1132
+ }
1133
+
1134
+ if ( !wp_next_scheduled($this->cronHook) && !defined('WP_INSTALLING') ) {
1135
+ wp_schedule_event(time(), $scheduleName, $this->cronHook);
1136
+ }
1137
+ add_action($this->cronHook, array($this, 'maybeCheckForUpdates'));
1138
+
1139
+ register_deactivation_hook($this->updateChecker->pluginFile, array($this, '_removeUpdaterCron'));
1140
+
1141
+ //In case Cron is disabled or unreliable, we also manually trigger
1142
+ //the periodic checks while the user is browsing the Dashboard.
1143
+ add_action( 'admin_init', array($this, 'maybeCheckForUpdates') );
1144
+
1145
+ //Like WordPress itself, we check more often on certain pages.
1146
+ /** @see wp_update_plugins */
1147
+ add_action('load-update-core.php', array($this, 'maybeCheckForUpdates'));
1148
+ add_action('load-plugins.php', array($this, 'maybeCheckForUpdates'));
1149
+ add_action('load-update.php', array($this, 'maybeCheckForUpdates'));
1150
+ //This hook fires after a bulk update is complete.
1151
+ add_action('upgrader_process_complete', array($this, 'maybeCheckForUpdates'), 11, 0);
1152
+
1153
+ } else {
1154
+ //Periodic checks are disabled.
1155
+ wp_clear_scheduled_hook($this->cronHook);
1156
+ }
1157
+ }
1158
+
1159
+ /**
1160
+ * Check for updates if the configured check interval has already elapsed.
1161
+ * Will use a shorter check interval on certain admin pages like "Dashboard -> Updates" or when doing cron.
1162
+ *
1163
+ * You can override the default behaviour by using the "puc_check_now-$slug" filter.
1164
+ * The filter callback will be passed three parameters:
1165
+ * - Current decision. TRUE = check updates now, FALSE = don't check now.
1166
+ * - Last check time as a Unix timestamp.
1167
+ * - Configured check period in hours.
1168
+ * Return TRUE to check for updates immediately, or FALSE to cancel.
1169
+ *
1170
+ * This method is declared public because it's a hook callback. Calling it directly is not recommended.
1171
+ */
1172
+ public function maybeCheckForUpdates(){
1173
+ if ( empty($this->checkPeriod) ){
1174
+ return;
1175
+ }
1176
+
1177
+ $currentFilter = current_filter();
1178
+ if ( in_array($currentFilter, array('load-update-core.php', 'upgrader_process_complete')) ) {
1179
+ //Check more often when the user visits "Dashboard -> Updates" or does a bulk update.
1180
+ $timeout = 60;
1181
+ } else if ( in_array($currentFilter, array('load-plugins.php', 'load-update.php')) ) {
1182
+ //Also check more often on the "Plugins" page and /wp-admin/update.php.
1183
+ $timeout = 3600;
1184
+ } else if ( $this->throttleRedundantChecks && ($this->updateChecker->getUpdate() !== null) ) {
1185
+ //Check less frequently if it's already known that an update is available.
1186
+ $timeout = $this->throttledCheckPeriod * 3600;
1187
+ } else if ( defined('DOING_CRON') && constant('DOING_CRON') ) {
1188
+ //WordPress cron schedules are not exact, so lets do an update check even
1189
+ //if slightly less than $checkPeriod hours have elapsed since the last check.
1190
+ $cronFuzziness = 20 * 60;
1191
+ $timeout = $this->checkPeriod * 3600 - $cronFuzziness;
1192
+ } else {
1193
+ $timeout = $this->checkPeriod * 3600;
1194
+ }
1195
+
1196
+ $state = $this->updateChecker->getUpdateState();
1197
+ $shouldCheck =
1198
+ empty($state) ||
1199
+ !isset($state->lastCheck) ||
1200
+ ( (time() - $state->lastCheck) >= $timeout );
1201
+
1202
+ //Let plugin authors substitute their own algorithm.
1203
+ $shouldCheck = apply_filters(
1204
+ 'puc_check_now-' . $this->updateChecker->slug,
1205
+ $shouldCheck,
1206
+ (!empty($state) && isset($state->lastCheck)) ? $state->lastCheck : 0,
1207
+ $this->checkPeriod
1208
+ );
1209
+
1210
+ if ( $shouldCheck ) {
1211
+ $this->updateChecker->checkForUpdates();
1212
+ }
1213
+ }
1214
+
1215
+ /**
1216
+ * Add our custom schedule to the array of Cron schedules used by WP.
1217
+ *
1218
+ * @param array $schedules
1219
+ * @return array
1220
+ */
1221
+ public function _addCustomSchedule($schedules){
1222
+ if ( $this->checkPeriod && ($this->checkPeriod > 0) ){
1223
+ $scheduleName = 'every' . $this->checkPeriod . 'hours';
1224
+ $schedules[$scheduleName] = array(
1225
+ 'interval' => $this->checkPeriod * 3600,
1226
+ 'display' => sprintf('Every %d hours', $this->checkPeriod),
1227
+ );
1228
+ }
1229
+ return $schedules;
1230
+ }
1231
+
1232
+ /**
1233
+ * Remove the scheduled cron event that the library uses to check for updates.
1234
+ *
1235
+ * @return void
1236
+ */
1237
+ public function _removeUpdaterCron(){
1238
+ wp_clear_scheduled_hook($this->cronHook);
1239
+ }
1240
+
1241
+ /**
1242
+ * Get the name of the update checker's WP-cron hook. Mostly useful for debugging.
1243
+ *
1244
+ * @return string
1245
+ */
1246
+ public function getCronHookName() {
1247
+ return $this->cronHook;
1248
+ }
1249
+ }
1250
+
1251
+ endif;
1252
+
1253
+
1254
+ if ( !class_exists('PucUpgraderStatus_3_0', false) ):
1255
+
1256
+ /**
1257
+ * A utility class that helps figure out which plugin WordPress is upgrading.
1258
+ *
1259
+ * It may seem strange to have an separate class just for that, but the task is surprisingly complicated.
1260
+ * Core classes like Plugin_Upgrader don't expose the plugin file name during an in-progress update (AFAICT).
1261
+ * This class uses a few workarounds and heuristics to get the file name.
1262
+ */
1263
+ class PucUpgraderStatus_3_0 {
1264
+ private $upgradedPluginFile = null; //The plugin that is currently being upgraded by WordPress.
1265
+
1266
+ public function __construct() {
1267
+ //Keep track of which plugin WordPress is currently upgrading.
1268
+ add_filter('upgrader_pre_install', array($this, 'setUpgradedPlugin'), 10, 2);
1269
+ add_filter('upgrader_package_options', array($this, 'setUpgradedPluginFromOptions'), 10, 1);
1270
+ add_filter('upgrader_post_install', array($this, 'clearUpgradedPlugin'), 10, 1);
1271
+ add_action('upgrader_process_complete', array($this, 'clearUpgradedPlugin'), 10, 1);
1272
+ }
1273
+
1274
+ /**
1275
+ * Is there and update being installed RIGHT NOW, for a specific plugin?
1276
+ *
1277
+ * Caution: This method is unreliable. WordPress doesn't make it easy to figure out what it is upgrading,
1278
+ * and upgrader implementations are liable to change without notice.
1279
+ *
1280
+ * @param string $pluginFile The plugin to check.
1281
+ * @param WP_Upgrader|null $upgrader The upgrader that's performing the current update.
1282
+ * @return bool True if the plugin identified by $pluginFile is being upgraded.
1283
+ */
1284
+ public function isPluginBeingUpgraded($pluginFile, $upgrader = null) {
1285
+ if ( isset($upgrader) ) {
1286
+ $upgradedPluginFile = $this->getPluginBeingUpgradedBy($upgrader);
1287
+ if ( !empty($upgradedPluginFile) ) {
1288
+ $this->upgradedPluginFile = $upgradedPluginFile;
1289
+ }
1290
+ }
1291
+ return ( !empty($this->upgradedPluginFile) && ($this->upgradedPluginFile === $pluginFile) );
1292
+ }
1293
+
1294
+ /**
1295
+ * Get the file name of the plugin that's currently being upgraded.
1296
+ *
1297
+ * @param Plugin_Upgrader|WP_Upgrader $upgrader
1298
+ * @return string|null
1299
+ */
1300
+ private function getPluginBeingUpgradedBy($upgrader) {
1301
+ if ( !isset($upgrader, $upgrader->skin) ) {
1302
+ return null;
1303
+ }
1304
+
1305
+ //Figure out which plugin is being upgraded.
1306
+ $pluginFile = null;
1307
+ $skin = $upgrader->skin;
1308
+ if ( $skin instanceof Plugin_Upgrader_Skin ) {
1309
+ if ( isset($skin->plugin) && is_string($skin->plugin) && ($skin->plugin !== '') ) {
1310
+ $pluginFile = $skin->plugin;
1311
+ }
1312
+ } elseif ( isset($skin->plugin_info) && is_array($skin->plugin_info) ) {
1313
+ //This case is tricky because Bulk_Plugin_Upgrader_Skin (etc) doesn't actually store the plugin
1314
+ //filename anywhere. Instead, it has the plugin headers in $plugin_info. So the best we can
1315
+ //do is compare those headers to the headers of installed plugins.
1316
+ $pluginFile = $this->identifyPluginByHeaders($skin->plugin_info);
1317
+ }
1318
+
1319
+ return $pluginFile;
1320
+ }
1321
+
1322
+ /**
1323
+ * Identify an installed plugin based on its headers.
1324
+ *
1325
+ * @param array $searchHeaders The plugin file header to look for.
1326
+ * @return string|null Plugin basename ("foo/bar.php"), or NULL if we can't identify the plugin.
1327
+ */
1328
+ private function identifyPluginByHeaders($searchHeaders) {
1329
+ if ( !function_exists('get_plugins') ){
1330
+ /** @noinspection PhpIncludeInspection */
1331
+ require_once( ABSPATH . '/wp-admin/includes/plugin.php' );
1332
+ }
1333
+
1334
+ $installedPlugins = get_plugins();
1335
+ $matches = array();
1336
+ foreach($installedPlugins as $pluginBasename => $headers) {
1337
+ $diff1 = array_diff_assoc($headers, $searchHeaders);
1338
+ $diff2 = array_diff_assoc($searchHeaders, $headers);
1339
+ if ( empty($diff1) && empty($diff2) ) {
1340
+ $matches[] = $pluginBasename;
1341
+ }
1342
+ }
1343
+
1344
+ //It's possible (though very unlikely) that there could be two plugins with identical
1345
+ //headers. In that case, we can't unambiguously identify the plugin that's being upgraded.
1346
+ if ( count($matches) !== 1 ) {
1347
+ return null;
1348
+ }
1349
+
1350
+ return reset($matches);
1351
+ }
1352
+
1353
+ /**
1354
+ * @access private
1355
+ *
1356
+ * @param mixed $input
1357
+ * @param array $hookExtra
1358
+ * @return mixed Returns $input unaltered.
1359
+ */
1360
+ public function setUpgradedPlugin($input, $hookExtra) {
1361
+ if (!empty($hookExtra['plugin']) && is_string($hookExtra['plugin'])) {
1362
+ $this->upgradedPluginFile = $hookExtra['plugin'];
1363
+ } else {
1364
+ $this->upgradedPluginFile = null;
1365
+ }
1366
+ return $input;
1367
+ }
1368
+
1369
+ /**
1370
+ * @access private
1371
+ *
1372
+ * @param array $options
1373
+ * @return array
1374
+ */
1375
+ public function setUpgradedPluginFromOptions($options) {
1376
+ if (isset($options['hook_extra']['plugin']) && is_string($options['hook_extra']['plugin'])) {
1377
+ $this->upgradedPluginFile = $options['hook_extra']['plugin'];
1378
+ } else {
1379
+ $this->upgradedPluginFile = null;
1380
+ }
1381
+ return $options;
1382
+ }
1383
+
1384
+ /**
1385
+ * @access private
1386
+ *
1387
+ * @param mixed $input
1388
+ * @return mixed Returns $input unaltered.
1389
+ */
1390
+ public function clearUpgradedPlugin($input = null) {
1391
+ $this->upgradedPluginFile = null;
1392
+ return $input;
1393
+ }
1394
+ }
1395
+
1396
+ endif;
1397
+
1398
+
1399
  if ( !class_exists('PucFactory', false) ):
1400
 
1401
  /**
1425
  * @param int $checkPeriod
1426
  * @param string $optionName
1427
  * @param string $muPluginFile
1428
+ * @return PluginUpdateChecker_3_0
1429
  */
1430
  public static function buildUpdateChecker($metadataUrl, $pluginFile, $slug = '', $checkPeriod = 12, $optionName = '', $muPluginFile = '') {
1431
  $class = self::getLatestClassVersion('PluginUpdateChecker');
1488
  require_once(dirname(__FILE__) . '/github-checker.php');
1489
 
1490
  //Register classes defined in this file with the factory.
1491
+ PucFactory::addVersion('PluginUpdateChecker', 'PluginUpdateChecker_3_0', '3.0');
1492
+ PucFactory::addVersion('PluginUpdate', 'PluginUpdate_3_0', '3.0');
1493
+ PucFactory::addVersion('PluginInfo', 'PluginInfo_3_0', '3.0');
1494
+ PucFactory::addVersion('PucGitHubChecker', 'PucGitHubChecker_3_0', '3.0');
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
admin/view/wp-slimstat-reports.php CHANGED
@@ -209,7 +209,7 @@ class wp_slimstat_reports {
209
  'callback' => array( __CLASS__, 'show_rankings' ),
210
  'classes' => array( 'normal' ),
211
  'screens' => array( 'slimview2' ),
212
- 'tooltip' => __( "Slimstat retrieves live information from Alexa, Facebook and Google, to measures your site's rankings. Values are updated every 12 hours. Filters set above don't apply to this report.", 'wp-slimstat' )
213
  ),
214
  'slim_p1_17' => array(
215
  'title' => __( 'Top Language Families', 'wp-slimstat' ),
@@ -1579,84 +1579,94 @@ class wp_slimstat_reports {
1579
  }
1580
 
1581
  public static function show_rankings(){
1582
- $options = array('timeout' => 1, 'headers' => array('Accept' => 'application/json'));
1583
- $site_url_array = parse_url(home_url());
1584
-
 
 
 
 
1585
  // Check if we have a valied transient
1586
- if (false === ($rankings = get_transient( 'slimstat_ranking_values' ))){
1587
- $rankings = array('google_index' => 0, 'google_backlinks' => 0, 'facebook_likes' => 0, 'facebook_shares' => 0, 'facebook_clicks' => 0, 'alexa_world_rank' => 0, 'alexa_country_rank' => 0, 'alexa_popularity' => 0);
1588
-
1589
- // Google Index
1590
- $response = @wp_remote_get('https://ajax.googleapis.com/ajax/services/search/web?v=1.0&q=site:'.$site_url_array['host'], $options);
1591
- if (!is_wp_error($response) && isset($response['response']['code']) && ($response['response']['code'] == 200) && !empty($response['body'])){
1592
- $response = @json_decode($response['body']);
1593
- if (is_object($response) && !empty($response->responseData->cursor->resultCount)){
1594
- $rankings['google_index'] = (int)$response->responseData->cursor->resultCount;
1595
- }
1596
- }
1597
-
1598
- // Google Backlinks
1599
- $response = @wp_remote_get('https://ajax.googleapis.com/ajax/services/search/web?v=1.0&q=link:'.$site_url_array['host'], $options);
1600
- if (!is_wp_error($response) && isset($response['response']['code']) && ($response['response']['code'] == 200) && !empty($response['body'])){
1601
- $response = @json_decode($response['body']);
1602
- if (is_object($response) && !empty($response->responseData->cursor->resultCount)){
1603
- $rankings['google_backlinks'] = (int)$response->responseData->cursor->resultCount;
1604
- }
1605
- }
1606
-
1607
- // Facebook
1608
- $options['headers']['Accept'] = 'text/xml';
1609
- $response = @wp_remote_get("https://api.facebook.com/method/fql.query?query=select%20%20like_count,%20total_count,%20share_count,%20click_count%20from%20link_stat%20where%20url='".$site_url_array['host']."'", $options);
1610
- if (!is_wp_error($response) && isset($response['response']['code']) && ($response['response']['code'] == 200) && !empty($response['body'])){
1611
- $response = new SimpleXMLElement($response['body']);
1612
- if (is_object($response) && is_object($response->link_stat) && !empty($response->link_stat->like_count)){
1613
- $rankings['facebook_likes'] = (int)$response->link_stat->like_count;
1614
- $rankings['facebook_shares'] = (int)$response->link_stat->share_count;
1615
- $rankings['facebook_clicks'] = (int)$response->link_stat->click_count;
1616
  }
1617
  }
1618
 
1619
  // Alexa
1620
- $response = @wp_remote_get("http://data.alexa.com/data?cli=10&dat=snbamz&url=".$site_url_array['host'], $options);
1621
- if (!is_wp_error($response) && isset($response['response']['code']) && ($response['response']['code'] == 200) && !empty($response['body'])){
1622
- $response = new SimpleXMLElement($response['body']);
1623
- if (is_object($response->SD[1]) && is_object($response->SD[1]->POPULARITY)){
1624
- if ($response->SD[1]->POPULARITY && $response->SD[1]->POPULARITY->attributes()){
1625
- $attributes = $response->SD[1]->POPULARITY->attributes();
1626
- $rankings['alexa_popularity'] = (int)$attributes['TEXT'];
1627
  }
1628
 
1629
- if ($response->SD[1]->REACH && $response->SD[1]->REACH->attributes()){
1630
- $attributes = $response->SD[1]->REACH->attributes();
1631
- $rankings['alexa_world_rank'] = (int)$attributes['RANK'];
1632
  }
1633
 
1634
- if ($response->SD[1]->COUNTRY && $response->SD[1]->COUNTRY->attributes()){
1635
- $attributes = $response->SD[1]->COUNTRY->attributes();
1636
- $rankings['alexa_country_rank'] = (int)$attributes['RANK'];
1637
  }
1638
  }
1639
  }
1640
 
 
 
 
 
 
 
 
 
 
 
 
1641
  // Store rankings as transients for 12 hours
1642
- set_transient('slimstat_ranking_values', $rankings, 43200);
1643
  }
1644
  ?>
1645
 
1646
- <p><?php self::inline_help(__("Number of pages in your site included in Google's index.",'wp-slimstat')) ?>
1647
- <?php _e('Google Index', 'wp-slimstat') ?> <span><?php echo number_format($rankings['google_index'], 0, wp_slimstat_db::$formats['decimal'], wp_slimstat_db::$formats['thousand']) ?></span></p>
1648
- <p><?php self::inline_help(__("Number of pages, according to Google, that link back to your site.",'wp-slimstat')) ?>
1649
- <?php _e('Google Backlinks', 'wp-slimstat') ?> <span><?php echo number_format($rankings['google_backlinks'], 0, wp_slimstat_db::$formats['decimal'], wp_slimstat_db::$formats['thousand']) ?></span></p>
1650
- <p><?php self::inline_help(__("How many times the Facebook Like button has been approximately clicked on your site.",'wp-slimstat')) ?>
1651
- <?php _e('Facebook Likes', 'wp-slimstat') ?> <span><?php echo number_format($rankings['facebook_likes'], 0, wp_slimstat_db::$formats['decimal'], wp_slimstat_db::$formats['thousand']) ?></span></p>
1652
- <p><?php self::inline_help(__("How many times your site has been shared by someone on the social network.",'wp-slimstat')) ?>
1653
- <?php _e('Facebook Shares', 'wp-slimstat') ?> <span><?php echo number_format($rankings['facebook_shares'], 0, wp_slimstat_db::$formats['decimal'], wp_slimstat_db::$formats['thousand']) ?></span></p>
 
 
 
 
1654
  <p><?php self::inline_help(__("How many times links to your website have been clicked on Facebook.",'wp-slimstat')) ?>
1655
- <?php _e('Facebook Clicks', 'wp-slimstat') ?> <span><?php echo number_format($rankings['facebook_clicks'], 0, wp_slimstat_db::$formats['decimal'], wp_slimstat_db::$formats['thousand']) ?></span></p>
1656
- <p><?php self::inline_help(__("Alexa is a subsidiary company of Amazon.com which provides commercial web traffic data.",'wp-slimstat')) ?>
1657
- <?php _e('Alexa World Rank', 'wp-slimstat') ?> <span><?php echo number_format($rankings['alexa_world_rank'], 0, wp_slimstat_db::$formats['decimal'], wp_slimstat_db::$formats['thousand']) ?></span></p>
1658
- <p><?php _e('Alexa Country Rank', 'wp-slimstat') ?> <span><?php echo number_format($rankings['alexa_country_rank'], 0, wp_slimstat_db::$formats['decimal'], wp_slimstat_db::$formats['thousand']) ?></span></p>
1659
- <p><?php _e('Alexa Popularity', 'wp-slimstat') ?> <span><?php echo number_format($rankings['alexa_popularity'], 0, wp_slimstat_db::$formats['decimal'], wp_slimstat_db::$formats['thousand']) ?></span></p><?php
1660
 
1661
  if ( defined( 'DOING_AJAX' ) && DOING_AJAX ) {
1662
  die();
209
  'callback' => array( __CLASS__, 'show_rankings' ),
210
  'classes' => array( 'normal' ),
211
  'screens' => array( 'slimview2' ),
212
+ 'tooltip' => __( "Slimstat retrieves live information from Alexa, Facebook and Mozscape, to measures your site's rankings. Values are updated every 12 hours. Please enter your personal access ID in the settings to access your personalized Mozscape data.", 'wp-slimstat' )
213
  ),
214
  'slim_p1_17' => array(
215
  'title' => __( 'Top Language Families', 'wp-slimstat' ),
1579
  }
1580
 
1581
  public static function show_rankings(){
1582
+ $options = array( 'timeout' => 1, 'headers' => array( 'Accept' => 'application/json' ) );
1583
+ $site_url = parse_url( home_url(), PHP_URL_HOST );
1584
+ if ( !empty( wp_slimstat_db::$filters_normalized[ 'resource' ] ) && wp_slimstat_db::$filters_normalized[ 'resource' ][ 0 ] == 'equals' ) {
1585
+ $site_url .= wp_slimstat_db::$filters_normalized[ 'resource' ][ 1 ];
1586
+ }
1587
+ $site_url = urlencode( $site_url );
1588
+
1589
  // Check if we have a valied transient
1590
+ if ( false === ( $rankings = get_transient( 'slimstat_ranking_values' ) ) ) {
1591
+ $rankings = array( 'seomoz_equity_backlinks' => 0, 'seomoz_mozrank' => 0, 'seomoz_equity_links' => 0, 'facebook_shares' => 0, 'facebook_clicks' => 0, 'alexa_world_rank' => 0, 'alexa_country_rank' => 0, 'alexa_popularity' => 0 );
1592
+
1593
+ if ( !empty( wp_slimstat::$options[ 'mozcom_access_id' ] ) && !empty( wp_slimstat::$options[ 'mozcom_secret_key' ] ) ) {
1594
+ $expiration_token = time() + 300;
1595
+ $binary_signature = @hash_hmac( 'sha1', wp_slimstat::$options[ 'mozcom_access_id' ] . "\n" . $expiration_token, wp_slimstat::$options[ 'mozcom_secret_key' ], true );
1596
+ $binary_signature = urlencode( base64_encode( $binary_signature ) );
1597
+
1598
+ // SeoMoz Equity Links (Backlinks) and MozRank
1599
+ $response = @wp_remote_get( 'http://lsapi.seomoz.com/linkscape/url-metrics/' . $site_url . '?Cols=16672&AccessID=' . wp_slimstat::$options[ 'mozcom_access_id' ] . '&Expires=' . $expiration_token . '&Signature=' . $binary_signature, $options );
1600
+ if ( !is_wp_error( $response ) && isset( $response[ 'response' ][ 'code' ] ) && ( $response[ 'response' ][ 'code' ] == 200 ) && !empty( $response[ 'body' ] ) ) {
1601
+ $response = @json_decode( $response[ 'body' ] );
1602
+ if ( is_object( $response ) ) {
1603
+ if ( !empty( $response->ujid ) ) {
1604
+ $rankings[ 'seomoz_equity_links' ] = number_format( intval( $response->ujid ), 0, '', wp_slimstat_db::$formats[ 'thousand' ] );
1605
+ }
1606
+
1607
+ if ( !empty( $response->ueid ) ) {
1608
+ $rankings[ 'seomoz_equity_backlinks' ] = number_format( intval( $response->ueid ), 0, '', wp_slimstat_db::$formats[ 'thousand' ] );
1609
+ }
1610
+
1611
+ if ( !empty( $response->umrp ) ) {
1612
+ $rankings[ 'seomoz_mozrank' ] = number_format( floatval( $response->umrp ), 2, wp_slimstat_db::$formats[ 'decimal' ], wp_slimstat_db::$formats[ 'thousand' ] );
1613
+ }
1614
+ }
 
 
 
 
 
1615
  }
1616
  }
1617
 
1618
  // Alexa
1619
+ $response = @wp_remote_get( 'http://data.alexa.com/data?cli=10&dat=snbamz&url=' . $site_url, $options );
1620
+ if ( !is_wp_error( $response ) && isset( $response[ 'response' ][ 'code' ] ) && ( $response[ 'response' ][ 'code' ] == 200 ) && !empty( $response[ 'body' ] ) ) {
1621
+ $response = simplexml_load_string( $response[ 'body' ] );
1622
+ if ( is_object( $response->SD[ 1 ] ) && is_object( $response->SD[ 1 ]->POPULARITY ) ) {
1623
+ $attributes = $response->SD[ 1 ]->POPULARITY->attributes();
1624
+ if ( !empty( $attributes ) ) {
1625
+ $rankings[ 'alexa_popularity' ] = number_format( floatval( $attributes[ 'TEXT' ] ), 0, '', wp_slimstat_db::$formats[ 'thousand' ] );
1626
  }
1627
 
1628
+ $attributes = $response->SD[ 1 ]->REACH->attributes();
1629
+ if ( !empty( $attributes ) ) {
1630
+ $rankings[ 'alexa_world_rank' ] = number_format( floatval( $attributes[ 'RANK' ] ), 0, '', wp_slimstat_db::$formats[ 'thousand' ] );
1631
  }
1632
 
1633
+ $attributes = $response->SD[ 1 ]->COUNTRY->attributes();
1634
+ if ( !empty( $attributes ) ) {
1635
+ $rankings[ 'alexa_country_rank' ] = number_format( floatval( $attributes[ 'RANK' ] ), 0, '', wp_slimstat_db::$formats[ 'thousand' ] );
1636
  }
1637
  }
1638
  }
1639
 
1640
+ // Facebook
1641
+ $options[ 'headers' ][ 'Accept' ] = 'text/xml';
1642
+ $response = @wp_remote_get( 'http://api.facebook.com/restserver.php?method=links.getStats&urls=' . $site_url, $options );
1643
+ if ( !is_wp_error( $response ) && isset( $response[ 'response' ][ 'code' ] ) && ( $response[ 'response' ][ 'code' ] == 200 ) && !empty( $response[ 'body' ] ) ) {
1644
+ $response = simplexml_load_string( $response[ 'body' ] );
1645
+ if ( is_object( $response ) && is_object( $response->link_stat ) ) {
1646
+ $rankings['facebook_shares'] = number_format( intval( $response->link_stat->share_count ), 0, '', wp_slimstat_db::$formats[ 'thousand' ] );
1647
+ $rankings['facebook_clicks'] = number_format( intval( $response->link_stat->click_count ), 0, '', wp_slimstat_db::$formats[ 'thousand' ] );
1648
+ }
1649
+ }
1650
+
1651
  // Store rankings as transients for 12 hours
1652
+ //set_transient('slimstat_ranking_values', $rankings, 43200);
1653
  }
1654
  ?>
1655
 
1656
+ <p><?php self::inline_help( __( "Number of authority-passing links (including followed links and redirects, internal or external) to your website. Set the permalink filter here above to get the corresponding metrics in this report.", 'wp-slimstat' ) ) ?>
1657
+ <?php _e('Equity Links', 'wp-slimstat') ?> <span><?php echo $rankings[ 'seomoz_equity_links' ] ?></span></p>
1658
+ <p><?php self::inline_help( __( "Number of external equity links to your website.", 'wp-slimstat' ) ) ?>
1659
+ <?php _e('Backlinks', 'wp-slimstat') ?> <span><?php echo $rankings[ 'seomoz_equity_backlinks' ] ?></span></p>
1660
+ <p><?php self::inline_help( __( "MozRank of the URL, in a normalized 10-point score. MozRank represents a link popularity score. It reflects the importance of any given web page on the Internet.", 'wp-slimstat' ) ) ?>
1661
+ <?php _e('MozRank', 'wp-slimstat') ?> <span><?php echo $rankings[ 'seomoz_mozrank' ] ?></span></p>
1662
+ <p><?php self::inline_help( __( "Alexa is a subsidiary company of Amazon.com which provides commercial web traffic data.", 'wp-slimstat' ) ) ?>
1663
+ <?php _e( 'Alexa World Rank', 'wp-slimstat' ) ?> <span><?php echo $rankings[ 'alexa_world_rank' ] ?></span></p>
1664
+ <p><?php _e( 'Alexa Country Rank', 'wp-slimstat' ) ?> <span><?php echo $rankings[ 'alexa_country_rank' ] ?></span></p>
1665
+ <p><?php _e( 'Alexa Popularity', 'wp-slimstat' ) ?> <span><?php echo $rankings[ 'alexa_popularity' ] ?></span></p>
1666
+ <p><?php self::inline_help( __( "How many times your site has been shared by someone on the social network.", 'wp-slimstat' ) ) ?>
1667
+ <?php _e( 'Facebook Shares', 'wp-slimstat' ) ?> <span><?php echo $rankings[ 'facebook_shares' ] ?></span></p>
1668
  <p><?php self::inline_help(__("How many times links to your website have been clicked on Facebook.",'wp-slimstat')) ?>
1669
+ <?php _e( 'Facebook Clicks', 'wp-slimstat' ) ?> <span><?php echo $rankings[ 'facebook_clicks' ] ?></span></p><?php
 
 
 
 
1670
 
1671
  if ( defined( 'DOING_AJAX' ) && DOING_AJAX ) {
1672
  die();
admin/wp-slimstat-admin.php CHANGED
@@ -12,13 +12,13 @@ class wp_slimstat_admin {
12
  */
13
  public static function init(){
14
  if ( ( wp_slimstat::$options['enable_ads_network'] == 'yes' || wp_slimstat::$options['enable_ads_network'] == 'no' ) ) {
15
- self::$admin_notice = "THANK YOU. From the bottom of our hearts. Our previous request for help did not fall on deaf ears. Each donation we received in the past few weeks, reminded us just how important is our work for our community, and how much you all appreciate it. To date, about 120 people have donated more than $900, which will help us pay this month's attorney's bill. To show how grateful we are, we decided to give back to our community <strong>twice as much</strong>. Yes, you read that right. In the next few days, we will be sending our donors coupons that <a href='http://www.wp-slimstat.com/addons/' target='_blank'>can be used on our store</a> to get a discount equal to double the amount they donated. If you are a donor and don't get an email from us in a few days, feel free to contact us so that we can look into it. This promotion will only apply to donations received by midnight on February 15, 2016. Again, thank you for stepping up and being such a great community of supporters. It means a lot to us.";
16
  self::$admin_notice .= '<br/><br/><a id="slimstat-hide-admin-notice" href="#" class="button-secondary">Got it, thanks</a>';
17
  }
18
  else {
19
  self::$admin_notice = "
20
  <div class='fixed-height'>
21
- <p>In order to protect our intellectual property rights (<a href='http://www.youtube.com/watch?v=OeU-RrjolCw' target='_blank'>Keyword Swarm</a>, anyone?), we are asking you to review the following terms of use.</p>
22
  <p><strong>GNU General Public License v2</strong></p>
23
  <ol>
24
  <li>You may copy and distribute verbatim copies of Slimstat's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of Slimstat a copy of this License along with Slimstat. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee.</li>
@@ -140,7 +140,7 @@ class wp_slimstat_admin {
140
  self::$screens_info = apply_filters( 'slimstat_screens_info', self::$screens_info );
141
 
142
  // Settings URL
143
- self::$config_url = 'admin.php?page=wp-slim-config&amp;tab=';
144
 
145
  // WPMU - New blog created
146
  $active_sitewide_plugins = get_site_option('active_sitewide_plugins');
@@ -155,8 +155,11 @@ class wp_slimstat_admin {
155
  add_filter('screen_settings', array(__CLASS__, 'screen_settings'), 10, 2);
156
 
157
  // Display a notice that hightlights this version's features
158
- if (!empty($_GET['page']) && strpos($_GET['page'], 'slimview') !== false && !empty(self::$admin_notice) && wp_slimstat::$options['show_admin_notice'] != wp_slimstat::$version && current_user_can('manage_options')) {
159
- add_action('admin_notices', array(__CLASS__, 'show_admin_notice'));
 
 
 
160
  }
161
 
162
  // Remove spammers from the database
@@ -611,7 +614,7 @@ class wp_slimstat_admin {
611
 
612
  if (empty(wp_slimstat::$options['can_view']) || strpos(wp_slimstat::$options['can_view'], $GLOBALS['current_user']->user_login) !== false || current_user_can('manage_options')){
613
  $slimstat_view_url = get_admin_url($GLOBALS['blog_id'], "admin.php?page=");
614
- $slimstat_config_url = get_admin_url($GLOBALS['blog_id'], "admin.php?page=wp-slim-config");
615
 
616
  $page_location = ( wp_slimstat::$options[ 'use_separate_menu' ] == 'yes' ) ? 'slimstat' : 'admin';
617
  $user_reports = get_user_option( "meta-box-order_{$page_location}_page_slimlayout", $GLOBALS[ 'current_user' ]->ID );
@@ -652,10 +655,10 @@ class wp_slimstat_admin {
652
  }
653
 
654
  if (wp_slimstat::$options['use_separate_menu'] == 'yes'){
655
- $new_entry = add_submenu_page('slimview1', __('Settings','wp-slimstat'), __('Settings','wp-slimstat'), $minimum_capability, 'wp-slim-config', array(__CLASS__, 'wp_slimstat_include_config'));
656
  }
657
  else {
658
- $new_entry = add_submenu_page(null, __('Settings','wp-slimstat'), __('Settings','wp-slimstat'), $minimum_capability, 'wp-slim-config', array(__CLASS__, 'wp_slimstat_include_config'));
659
  }
660
 
661
  // Load styles and Javascript needed to make the reports look nice and interactive
@@ -742,6 +745,10 @@ class wp_slimstat_admin {
742
  }
743
  // end add_column
744
 
 
 
 
 
745
  public static function hide_addons( $_plugins = array() ) {
746
  if ( !is_array( $_plugins ) ) {
747
  return $_plugins;
12
  */
13
  public static function init(){
14
  if ( ( wp_slimstat::$options['enable_ads_network'] == 'yes' || wp_slimstat::$options['enable_ads_network'] == 'no' ) ) {
15
+ self::$admin_notice = "To celebrate Slimstat's 10th birthday, we decided to tweak its name, to better reflect what it does. A few users have pointed out over time that it hadn't been easy for them to find our plugin in the repository. With our limited resources, we have been working on giving our work more visibility, and we are convinced that adding the word Analytics to the plugin's name is a step in the right direction. In a few months, we hope to reap the benefits of our efforts. Let's see how quickly we can celebrate our 2,000,000th download!";
16
  self::$admin_notice .= '<br/><br/><a id="slimstat-hide-admin-notice" href="#" class="button-secondary">Got it, thanks</a>';
17
  }
18
  else {
19
  self::$admin_notice = "
20
  <div class='fixed-height'>
21
+ <p>We would like to warn our users about other <em>not so legit</em> clones of Slimstat being sold out there. Keyword Swarm, for example, is a repackaged version of Slimstat plus all our premium add-ons. We never authorized the author to resell our add-ons, and our license explicitly forbids it. Slimstat is free, and people should not pay for an unsupported fraudulent piece of software. In order to protect our intellectual property rights, we are asking you to review the following terms of use.</p>
22
  <p><strong>GNU General Public License v2</strong></p>
23
  <ol>
24
  <li>You may copy and distribute verbatim copies of Slimstat's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of Slimstat a copy of this License along with Slimstat. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee.</li>
140
  self::$screens_info = apply_filters( 'slimstat_screens_info', self::$screens_info );
141
 
142
  // Settings URL
143
+ self::$config_url = 'admin.php?page=slimconfig&amp;tab=';
144
 
145
  // WPMU - New blog created
146
  $active_sitewide_plugins = get_site_option('active_sitewide_plugins');
155
  add_filter('screen_settings', array(__CLASS__, 'screen_settings'), 10, 2);
156
 
157
  // Display a notice that hightlights this version's features
158
+ if ( !empty( $_GET[ 'page' ] ) && strpos( $_GET[ 'page' ], 'slim' ) !== false ) {
159
+ if ( !empty( self::$admin_notice ) && wp_slimstat::$options[ 'show_admin_notice' ] != wp_slimstat::$version && current_user_can( 'manage_options' ) ) {
160
+ add_action( 'admin_notices', array( __CLASS__, 'show_admin_notice' ) );
161
+ }
162
+ add_filter( 'admin_footer_text', array( __CLASS__, 'admin_footer_text' ) );
163
  }
164
 
165
  // Remove spammers from the database
614
 
615
  if (empty(wp_slimstat::$options['can_view']) || strpos(wp_slimstat::$options['can_view'], $GLOBALS['current_user']->user_login) !== false || current_user_can('manage_options')){
616
  $slimstat_view_url = get_admin_url($GLOBALS['blog_id'], "admin.php?page=");
617
+ $slimstat_config_url = get_admin_url($GLOBALS['blog_id'], "admin.php?page=slimconfig");
618
 
619
  $page_location = ( wp_slimstat::$options[ 'use_separate_menu' ] == 'yes' ) ? 'slimstat' : 'admin';
620
  $user_reports = get_user_option( "meta-box-order_{$page_location}_page_slimlayout", $GLOBALS[ 'current_user' ]->ID );
655
  }
656
 
657
  if (wp_slimstat::$options['use_separate_menu'] == 'yes'){
658
+ $new_entry = add_submenu_page('slimview1', __('Settings','wp-slimstat'), __('Settings','wp-slimstat'), $minimum_capability, 'slimconfig', array(__CLASS__, 'wp_slimstat_include_config'));
659
  }
660
  else {
661
+ $new_entry = add_submenu_page(null, __('Settings','wp-slimstat'), __('Settings','wp-slimstat'), $minimum_capability, 'slimconfig', array(__CLASS__, 'wp_slimstat_include_config'));
662
  }
663
 
664
  // Load styles and Javascript needed to make the reports look nice and interactive
745
  }
746
  // end add_column
747
 
748
+ public static function admin_footer_text( $_text = '' ) {
749
+ return $_text . sprintf( __( ' And for keeping an eye on your web traffic with %sSlimStat Analytics%s.', 'wp-slimstat' ), '<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BNJR5EZNY3W38" target="_blank">', '</a>' );
750
+ }
751
+
752
  public static function hide_addons( $_plugins = array() ) {
753
  if ( !is_array( $_plugins ) ) {
754
  return $_plugins;
languages/wp-slimstat-de_DE.mo CHANGED
Binary file
languages/wp-slimstat-de_DE.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP SlimStat\n"
4
- "POT-Creation-Date: 2016-01-28 21:08-0500\n"
5
- "PO-Revision-Date: 2016-01-28 21:08-0500\n"
6
  "Last-Translator: WP Slimstat <support@wp-slimstat.com>\n"
7
  "Language-Team: TechnoViel <klaus@technoviel.de>\n"
8
  "Language: de_DE\n"
@@ -16,6 +16,8 @@ msgstr ""
16
  "X-Generator: Poedit 1.7.7\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
18
  "X-Poedit-SearchPath-0: ..\n"
 
 
19
 
20
  #: ../admin/config/index.php:33
21
  msgid ""
@@ -101,7 +103,7 @@ msgid ""
101
  "etc. This option is ignored if Tracking Mode is set to Client."
102
  msgstr ""
103
 
104
- #: ../admin/config/index.php:97 ../admin/view/wp-slimstat-reports.php:1368
105
  msgid "Off"
106
  msgstr "Aus"
107
 
@@ -122,7 +124,8 @@ msgstr ""
122
  "Aktivieren Sie diese Option, wenn Sie die Aktivitäten Ihrer Benutzer "
123
  "innerhalb des Adminbereiches verfolgen wollen."
124
 
125
- #: ../admin/config/index.php:98
 
126
  #, fuzzy
127
  msgid "Track"
128
  msgstr "Benutzer tracken"
@@ -138,10 +141,21 @@ msgstr "WordPress-Integration"
138
 
139
  #: ../admin/config/index.php:101
140
  #, fuzzy
 
 
 
 
 
 
 
 
 
 
 
141
  msgid "Menu Position"
142
  msgstr "Suchmaschinenrang"
143
 
144
- #: ../admin/config/index.php:101
145
  #, fuzzy
146
  msgid ""
147
  "Choose between a standalone admin menu for Slimstat or a drop down in the "
@@ -150,20 +164,20 @@ msgstr ""
150
  "Das Dashboard-Men&uuml; kann um ein eigenes WP SlimStat Men&uuml; erg&auml;"
151
  "nzt werden."
152
 
153
- #: ../admin/config/index.php:101
154
  msgid "Side Menu"
155
  msgstr "Seitenmenü"
156
 
157
- #: ../admin/config/index.php:101
158
  msgid "Admin Bar"
159
  msgstr "Adminleiste"
160
 
161
- #: ../admin/config/index.php:102
162
  #, fuzzy
163
  msgid "Posts and Pages"
164
  msgstr "Top-Einstiegsseiten"
165
 
166
- #: ../admin/config/index.php:102
167
  #, fuzzy
168
  msgid ""
169
  "Add a new column to the Edit Posts/Pages screens, with the number of hits "
@@ -172,55 +186,44 @@ msgstr ""
172
  "F&uuml;gt eine Spalte in der Beitrags&uuml;bersicht ein, welche die Anzahl "
173
  "der Zugriffe pro Beitrag anzeigt."
174
 
175
- #: ../admin/config/index.php:103
176
  #, fuzzy
177
  msgid "Report Interval"
178
  msgstr "Eindeutige interne Zugriffe"
179
 
180
- #: ../admin/config/index.php:103
181
  msgid ""
182
  "Enter the time range, in days, that should be used to calculate the value "
183
  "here above."
184
  msgstr ""
185
 
186
- #: ../admin/config/index.php:104
187
  #, fuzzy
188
  msgid "Report Type"
189
  msgstr "Auswertungen"
190
 
191
- #: ../admin/config/index.php:104
192
  msgid ""
193
  "Select what kind of information you would like to see displayed on the Posts "
194
  "admin screen. Pageviews include all the hits regardless of the user, Unique "
195
  "IPs consider only one hit per user in the given time range."
196
  msgstr ""
197
 
198
- #: ../admin/config/index.php:104 ../admin/view/wp-slimstat-reports.php:81
199
  #: ../admin/view/wp-slimstat-reports.php:90
200
- #: ../admin/view/wp-slimstat-reports.php:1384
201
- #: ../admin/view/wp-slimstat-reports.php:1542
202
  msgid "Pageviews"
203
  msgstr "Seitenaufrufe"
204
 
205
- #: ../admin/config/index.php:104 ../admin/view/wp-slimstat-reports.php:91
206
- #: ../admin/view/wp-slimstat-reports.php:284
207
- #: ../admin/view/wp-slimstat-reports.php:525
208
- #: ../admin/view/wp-slimstat-reports.php:1399
209
- #: ../admin/view/wp-slimstat-reports.php:1444
210
  msgid "Unique IPs"
211
  msgstr "Eindeutige IPs"
212
 
213
- #: ../admin/config/index.php:105
214
- #, fuzzy
215
- msgid "Dashboard Widgets"
216
- msgstr "&Uuml;bersicht"
217
-
218
- #: ../admin/config/index.php:105
219
- msgid ""
220
- "Choose if you want to have the most important reports on your WordPress "
221
- "Dashboard. Use the Screen Options dropdown to select which ones to display."
222
- msgstr ""
223
-
224
  #: ../admin/config/index.php:106
225
  #, fuzzy
226
  msgid "Hide Add-ons"
@@ -263,7 +266,7 @@ msgstr ""
263
 
264
  #: ../admin/config/index.php:109 ../admin/view/index.php:102
265
  #: ../admin/view/wp-slimstat-db.php:79
266
- #: ../admin/view/wp-slimstat-reports.php:1368
267
  msgid "days"
268
  msgstr "Tage"
269
 
@@ -284,14 +287,85 @@ msgstr ""
284
 
285
  #: ../admin/config/index.php:117
286
  #, fuzzy
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
287
  msgid "Advanced Options"
288
  msgstr "Erweiterte Filter"
289
 
290
- #: ../admin/config/index.php:118
291
  msgid "Session Duration"
292
  msgstr "Besuchsdauer"
293
 
294
- #: ../admin/config/index.php:118
295
  #, fuzzy
296
  msgid ""
297
  "How many seconds should a human session last? Google Analytics sets it to "
@@ -300,27 +374,27 @@ msgstr ""
300
  "Definiert, wie viele Sekunden ein Besuch dauern soll. Bei Google Analytics "
301
  "wird hier 1.800 Sekunden vorgeschlagen."
302
 
303
- #: ../admin/config/index.php:118 ../admin/config/index.php:189
304
  msgid "seconds"
305
  msgstr "Sekunden"
306
 
307
- #: ../admin/config/index.php:119
308
  msgid "Extend Session"
309
  msgstr "Sitzung erweitern"
310
 
311
- #: ../admin/config/index.php:119
312
  #, fuzzy
313
  msgid "Extend the duration of a session each time the user visits a new page."
314
  msgstr ""
315
  "Verlängert die Dauer einer Sitzung jedes Mal um die hier eingegebene Zahl an "
316
  "Sekunden, wenn ein Benutzer eine neue Seite aufruft."
317
 
318
- #: ../admin/config/index.php:120
319
  #, fuzzy
320
  msgid "Browser Detection"
321
  msgstr "Browser-Version"
322
 
323
- #: ../admin/config/index.php:120
324
  msgid ""
325
  "The heuristic function is much faster and requires very little memory, but "
326
  "for uncommon user agent strings it might be less accurate, and produce a "
@@ -332,31 +406,31 @@ msgid ""
332
  "produce a match."
333
  msgstr ""
334
 
335
- #: ../admin/config/index.php:120
336
  #, fuzzy
337
  msgid "Browscap"
338
  msgstr "Browser"
339
 
340
- #: ../admin/config/index.php:120
341
  msgid "Heuristic"
342
  msgstr ""
343
 
344
- #: ../admin/config/index.php:121
345
  msgid "Enable CDN"
346
  msgstr "CDN aktivieren"
347
 
348
- #: ../admin/config/index.php:121
349
  msgid ""
350
  "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
351
  "by serving our tracking code from their fast and reliable network (free "
352
  "service)."
353
  msgstr ""
354
 
355
- #: ../admin/config/index.php:122
356
  msgid "Extensions to Track"
357
  msgstr "Zu verfolgende Erweiterungen"
358
 
359
- #: ../admin/config/index.php:122
360
  #, fuzzy
361
  msgid ""
362
  "List all the file extensions that you want to be treated as Downloads. "
@@ -371,73 +445,24 @@ msgstr ""
371
  "nicht als 'Ausgehende Links' gewertet werden, wenn der Typ in der folgenden "
372
  "Liste enthalten ist."
373
 
374
- #: ../admin/config/index.php:124
375
- #, fuzzy
376
- msgid "Internal and Outbound Links"
377
- msgstr "Letzte ausgehende Links"
378
-
379
- #: ../admin/config/index.php:125
380
- msgid "Track Outbound Clicks"
381
- msgstr "Letzte ausgehende Links"
382
-
383
- #: ../admin/config/index.php:125
384
- msgid ""
385
- "Track when your visitors click on link to external websites. This option "
386
- "required Spy Mode to be enabled."
387
- msgstr ""
388
-
389
- #: ../admin/config/index.php:126
390
  #, fuzzy
391
- msgid "Track Coordinates"
392
- msgstr "Tracking aktiv"
393
-
394
- #: ../admin/config/index.php:126
395
- msgid ""
396
- "Collect mouse coordinates and other information for clicks on internal "
397
- "links. Strongly recommended if you're using the heatmap add-on. By default, "
398
- "this information is only collected for external links."
399
- msgstr ""
400
-
401
- #: ../admin/config/index.php:127
402
- msgid "No Callback"
403
- msgstr ""
404
-
405
- #: ../admin/config/index.php:127
406
- msgid ""
407
- "Track the event but do not invoke the callback function on links marked with "
408
- "one of these class names, <em>rel</em> attribute or whose <em>href</em> "
409
- "attribute contains one of these strings (separated by comma). Useful to "
410
- "prevent conflicts with lightbox and similar libraries."
411
- msgstr ""
412
-
413
- #: ../admin/config/index.php:128
414
- msgid "Do Not Track"
415
- msgstr ""
416
-
417
- #: ../admin/config/index.php:128
418
- msgid ""
419
- "Do not track links marked with one of these class names, <em>rel</em> "
420
- "attributes or whose <em>href</em> attribute contains one of these strings "
421
- "(separated by comma)."
422
- msgstr ""
423
-
424
- #: ../admin/config/index.php:130
425
- msgid "Pages not belonging to this site"
426
- msgstr ""
427
 
428
- #: ../admin/config/index.php:131
429
  msgid ""
430
  "Add the following code to all the non-WP pages you want to track, right "
431
  "before the closing BODY tag. Please make sure to change the protocol of all "
432
  "the URLs to HTTPS, if you external site is served over a secure channel."
433
  msgstr ""
434
 
435
- #: ../admin/config/index.php:141
436
  #, fuzzy
437
- msgid "Allow External Domains"
438
  msgstr "Gesamte Seitenaufrufe"
439
 
440
- #: ../admin/config/index.php:141
441
  msgid ""
442
  "If you are getting an error saying that no 'Access-Control-Allow-Origin' "
443
  "header is present on the requested resource, when using the external "
@@ -448,17 +473,17 @@ msgid ""
448
  "security implications of allowing CORS requests."
449
  msgstr ""
450
 
451
- #: ../admin/config/index.php:142 ../admin/config/index.php:164
452
- #: ../admin/config/index.php:192
453
  msgid "Miscellaneous"
454
  msgstr "Diverse"
455
 
456
- #: ../admin/config/index.php:143
457
  #, fuzzy
458
  msgid "Enable UAN"
459
  msgstr "ADN aktivieren"
460
 
461
- #: ../admin/config/index.php:143
462
  msgid ""
463
  "Send anonymous data about user agents to our server for analysis. This "
464
  "allows us to contribute to the <a href='http://browscap.org/' "
@@ -467,31 +492,31 @@ msgid ""
467
  "ads network. No worries, your site will not be affected in any way."
468
  msgstr ""
469
 
470
- #: ../admin/config/index.php:148
471
  msgid "Filters"
472
  msgstr "Filter"
473
 
474
- #: ../admin/config/index.php:150
475
  #, fuzzy
476
  msgid "Do not track settings"
477
  msgstr "Bot oder Crawler"
478
 
479
- #: ../admin/config/index.php:151
480
  #, fuzzy
481
  msgid "Track Registered Users"
482
  msgstr "Benutzer tracken"
483
 
484
- #: ../admin/config/index.php:151
485
  #, fuzzy
486
  msgid "Enable this option to track logged in users."
487
  msgstr "Ja falls eingeloggte Benutzer getrackt werden sollen."
488
 
489
- #: ../admin/config/index.php:152
490
  #, fuzzy
491
  msgid "Blacklist by Username"
492
  msgstr "IP-Adresse"
493
 
494
- #: ../admin/config/index.php:152
495
  #, fuzzy
496
  msgid ""
497
  "List all the usernames you don't want to track, separated by commas. Please "
@@ -509,12 +534,12 @@ msgstr ""
509
  "code> erfasst /aboundant und /about, <code>/abo!t</code> erfasst /about und /"
510
  "abort. Gro&szlig;-/ Kleinschreibung wird dabei nicht beachtet."
511
 
512
- #: ../admin/config/index.php:153
513
  #, fuzzy
514
  msgid "Blacklist by IP Address"
515
  msgstr "IP-Adresse"
516
 
517
- #: ../admin/config/index.php:153
518
  #, fuzzy
519
  msgid ""
520
  "List all the IP addresses you don't want to track, separated by commas. Each "
@@ -529,12 +554,12 @@ msgstr ""
529
  "(z.B. <em>192.168.0.0/24</em>) definiert werden. Bei inkorrektem Format kann "
530
  "WP SlimStat evtl. nicht die Pageviews korrekt tracken."
531
 
532
- #: ../admin/config/index.php:154
533
  #, fuzzy
534
  msgid "Blacklist by Capability"
535
  msgstr "Benutzer nach Browserf&auml;higkeiten"
536
 
537
- #: ../admin/config/index.php:154
538
  #, fuzzy
539
  msgid ""
540
  "Users having at least one of the <a href='http://codex.wordpress.org/"
@@ -545,15 +570,15 @@ msgstr ""
545
  "wordpress.org/Roles_and_Capabilities' target='_new'>CAPABILITIES</a> haben, "
546
  "werden nicht verfolgt. Bitte Groß-/Kleinschreibung beachten."
547
 
548
- #: ../admin/config/index.php:156
549
  msgid "Profiling"
550
  msgstr ""
551
 
552
- #: ../admin/config/index.php:157
553
  msgid "Ignore Spammers"
554
  msgstr "Spammer ignorieren"
555
 
556
- #: ../admin/config/index.php:157
557
  #, fuzzy
558
  msgid ""
559
  "Enable this option if you don't want to track visits from users identified "
@@ -566,12 +591,12 @@ msgstr ""
566
  "Kommentare später von Ihnen als Spam markiert werden, werden ebenso aus der "
567
  "Datenbank entfernt."
568
 
569
- #: ../admin/config/index.php:158
570
  #, fuzzy
571
  msgid "Ignore Bots"
572
  msgstr "Ignoriere Benutzer"
573
 
574
- #: ../admin/config/index.php:158
575
  msgid ""
576
  "Turn on this feature if you want to have the accuracy level of server-side "
577
  "tracking, but not the inconvenience of getting your database clogged with "
@@ -579,11 +604,11 @@ msgid ""
579
  "note that in Client mode, bots are ignored regardless of this setting."
580
  msgstr ""
581
 
582
- #: ../admin/config/index.php:159
583
  msgid "Permalinks"
584
  msgstr "Permalinks"
585
 
586
- #: ../admin/config/index.php:159
587
  #, fuzzy
588
  msgid ""
589
  "List all the URLs on your website that you don't want to track, separated by "
@@ -602,11 +627,11 @@ msgstr ""
602
  "code> erfasst /aboundant und /about, <code>/abo!t</code> erfasst /about und /"
603
  "abort. Gro&szlig;-/ Kleinschreibung wird dabei nicht beachtet."
604
 
605
- #: ../admin/config/index.php:160
606
  msgid "Countries"
607
  msgstr "L&auml;nder"
608
 
609
- #: ../admin/config/index.php:160
610
  msgid ""
611
  "Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
612
  "track, separated by commas."
@@ -614,11 +639,11 @@ msgstr ""
614
  "Liste der L&auml;dercodes (z.B.: <code>en-us, de, it, es</code>), die nicht "
615
  "mit erfasst werden sollen, getrennt durch Kommata."
616
 
617
- #: ../admin/config/index.php:161
618
  msgid "User Agents"
619
  msgstr "User Agents"
620
 
621
- #: ../admin/config/index.php:161
622
  #, fuzzy
623
  msgid ""
624
  "Browsers (user agents) you don't want to track, separated by commas. You can "
@@ -636,11 +661,11 @@ msgstr ""
636
  "code> erfasst /aboundant und /about, <code>/abo!t</code> erfasst /about und /"
637
  "abort. Gro&szlig;-/ Kleinschreibung wird dabei nicht beachtet."
638
 
639
- #: ../admin/config/index.php:162
640
  msgid "Referring Sites"
641
  msgstr "Verweisende Webseiten"
642
 
643
- #: ../admin/config/index.php:162
644
  #, fuzzy
645
  msgid ""
646
  "Referring URLs that you don't want to track, separated by commas: "
@@ -658,22 +683,22 @@ msgstr ""
658
  "code> erfasst /aboundant und /about, <code>/abo!t</code> erfasst /about und /"
659
  "abort. Gro&szlig;-/ Kleinschreibung wird dabei nicht beachtet."
660
 
661
- #: ../admin/config/index.php:165
662
  msgid "Enable Privacy Mode"
663
  msgstr ""
664
 
665
- #: ../admin/config/index.php:165
666
  #, fuzzy
667
  msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
668
  msgstr ""
669
  "Diese Option maskiert das letzte Byte der IP-Adressen Ihrere Besucher um die "
670
  "Europ&auml;ischen Datenschutzgesetze zur erf&uuml;llen."
671
 
672
- #: ../admin/config/index.php:166
673
  msgid "Ignore Prefetch Requests"
674
  msgstr ""
675
 
676
- #: ../admin/config/index.php:166
677
  #, fuzzy
678
  msgid ""
679
  "Prevent Slimstat from tracking pageviews generated by Firefox's <a "
@@ -683,50 +708,50 @@ msgstr ""
683
  "Verhindert, dass WP SlimStat Pageviews trackt, die durch die <a "
684
  "href='https://developer.mozilla.org/en/Link_prefetching_FAQ' target='_blank'>"
685
 
686
- #: ../admin/config/index.php:171 ../admin/config/index.php:203
687
  msgid "Reports"
688
  msgstr "Auswertungen"
689
 
690
- #: ../admin/config/index.php:173
691
  msgid "Formats and Conversions"
692
  msgstr ""
693
 
694
- #: ../admin/config/index.php:174
695
  msgid "Number Format"
696
  msgstr "Zahlenformat"
697
 
698
- #: ../admin/config/index.php:174
699
  #, fuzzy
700
  msgid "Choose the number format you want to use for your reports."
701
  msgstr "Das zu verwendente Zahlenformat ausw&auml;hlen (metrisch o. imperial)."
702
 
703
- #: ../admin/config/index.php:175
704
  msgid "Date Format"
705
  msgstr "Datum"
706
 
707
- #: ../admin/config/index.php:175
708
  msgid ""
709
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
710
  "Format</a> to use when displaying a pageview's date."
711
  msgstr ""
712
 
713
- #: ../admin/config/index.php:176
714
  #, fuzzy
715
  msgid "Time Format"
716
  msgstr "Zahlenformat"
717
 
718
- #: ../admin/config/index.php:176
719
  msgid ""
720
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
721
  "Format</a> to use when displaying a pageview's time."
722
  msgstr ""
723
 
724
- #: ../admin/config/index.php:177
725
  #, fuzzy
726
  msgid "Use Display Name"
727
  msgstr "Spitznamen anzeigen"
728
 
729
- #: ../admin/config/index.php:177
730
  #, fuzzy
731
  msgid ""
732
  "By default, users are listed by their usernames. Use this option to "
@@ -735,86 +760,119 @@ msgstr ""
735
  "Standardmäßig werden die Benutzernamen aufgelistet. Benutzen Sie diese "
736
  "Option, um dafür stattdessen die Spitznamen anzeigen zu lassen,"
737
 
738
- #: ../admin/config/index.php:178
739
  #, fuzzy
740
  msgid "Use Titles"
741
  msgstr "Titel anzeigen"
742
 
743
- #: ../admin/config/index.php:178
744
  msgid ""
745
  "Slimstat converts your permalinks into post, page and category titles. "
746
  "Disable this feature if you need to see the URL in your reports."
747
  msgstr ""
748
 
749
- #: ../admin/config/index.php:179
750
  msgid "Convert IP Addresses"
751
  msgstr "IP-Adressen umwandeln"
752
 
753
- #: ../admin/config/index.php:179
754
  msgid "Display provider names instead of IP addresses."
755
  msgstr ""
756
 
757
- #: ../admin/config/index.php:181
758
  msgid "Functionality"
759
  msgstr "Funktionalität"
760
 
761
- #: ../admin/config/index.php:182
 
 
 
 
 
 
 
 
 
 
 
762
  msgid "SlimScroll"
763
  msgstr ""
764
 
765
- #: ../admin/config/index.php:182
766
  msgid ""
767
  "Enable SlimScroll, a slick jQuery library that replaces the built-in browser "
768
  "scrollbar."
769
  msgstr ""
770
 
771
- #: ../admin/config/index.php:183
772
  msgid "Expand Details"
773
  msgstr "Details anzeigen"
774
 
775
- #: ../admin/config/index.php:183
776
  #, fuzzy
777
  msgid "Expand each row's details by default, insted of on mousehover."
778
  msgstr "Zeigt in allen Zeilen die Details und nicht nur beim Mouse-Over"
779
 
780
- #: ../admin/config/index.php:184 ../admin/config/index.php:190
781
  #, fuzzy
782
  msgid "Rows to Display"
783
  msgstr "keine Daten vorhanden"
784
 
785
- #: ../admin/config/index.php:184
786
  msgid "Specify the number of items in each report."
787
  msgstr ""
788
 
789
- #: ../admin/config/index.php:185 ../admin/view/wp-slimstat-db.php:101
790
  #, fuzzy
791
  msgid "Max Results"
792
  msgstr "Max. Anzahl Ergebnisse"
793
 
794
- #: ../admin/config/index.php:185
795
  msgid ""
796
  "Decide how many records should be retrieved from the database in total. "
797
  "Depending on your server configuration, you may want to fine tune this value "
798
  "to avoid exceeding your PHP memory limit."
799
  msgstr ""
800
 
801
- #: ../admin/config/index.php:186
802
  msgid "IP Lookup"
803
  msgstr "IP Suche"
804
 
805
- #: ../admin/config/index.php:186
806
  msgid "Customize the Geolocation service to be used in the reports."
807
  msgstr ""
808
 
809
- #: ../admin/config/index.php:188
810
- msgid "Activity Log"
811
  msgstr ""
812
 
813
  #: ../admin/config/index.php:189
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
814
  msgid "Live Stream"
815
  msgstr "Livestream"
816
 
817
- #: ../admin/config/index.php:189
818
  #, fuzzy
819
  msgid ""
820
  "Enable the Live view, which refreshes the Activity Log every X seconds. "
@@ -823,15 +881,15 @@ msgstr ""
823
  "Anzeige der aktuell aktiven Besucher alle X Sekunden aktualisieren. Null "
824
  "deaktiviert diese Funktion."
825
 
826
- #: ../admin/config/index.php:190
827
  msgid "Specify the number of items in the Activity Log."
828
  msgstr ""
829
 
830
- #: ../admin/config/index.php:193
831
  msgid "Custom CSS"
832
  msgstr "Benutzerdefinierte CSS"
833
 
834
- #: ../admin/config/index.php:193
835
  msgid ""
836
  "Paste here your custom stylesheet to personalize the way your reports look. "
837
  "<a href='https://slimstat.freshdesk.com/support/solutions/"
@@ -840,12 +898,12 @@ msgid ""
840
  "a> for more information on how to use this setting."
841
  msgstr ""
842
 
843
- #: ../admin/config/index.php:194
844
  #, fuzzy
845
  msgid "Chart Colors"
846
  msgstr "Diagramm-Einstellungen"
847
 
848
- #: ../admin/config/index.php:194
849
  msgid ""
850
  "Customize the look and feel of your charts by assigning personalized colors "
851
  "to each metric. List 4 hex colors separated by commas, strictly in the "
@@ -853,12 +911,12 @@ msgid ""
853
  "metric 2 current. For example: <code>#ccc, #999, #bbcc44, #21759b</code>."
854
  msgstr ""
855
 
856
- #: ../admin/config/index.php:195
857
  #, fuzzy
858
  msgid "Show User Agent"
859
  msgstr "Top Browser"
860
 
861
- #: ../admin/config/index.php:195
862
  #, fuzzy
863
  msgid ""
864
  "Choose if you want to see the browser name or a complete user agent string "
@@ -867,26 +925,26 @@ msgstr ""
867
  "Wählen Sie, ob der Browsername oder ein kompletter USER AGENT STRING "
868
  "angezeigt werden soll, wenn Sie auf die Browsersymbole zeigen."
869
 
870
- #: ../admin/config/index.php:196
871
  msgid "Enable SOV"
872
  msgstr "SOV aktivieren"
873
 
874
- #: ../admin/config/index.php:196
875
  msgid ""
876
  "In linguistic typology, a subject-object-verb (SOV) language is one in which "
877
  "the subject, object, and verb of a sentence appear in that order, like in "
878
  "Japanese."
879
  msgstr ""
880
 
881
- #: ../admin/config/index.php:201
882
  msgid "Access Control"
883
  msgstr ""
884
 
885
- #: ../admin/config/index.php:204
886
  msgid "Restrict Authors"
887
  msgstr "Autoren einschränken"
888
 
889
- #: ../admin/config/index.php:204
890
  #, fuzzy
891
  msgid ""
892
  "Enable this option if you want your authors to only see stats related to "
@@ -895,12 +953,12 @@ msgstr ""
895
  "Aktivieren Sie diese Option, wenn Ihre Autoren nur Statistiken zu Ihrem "
896
  "eigenen Inhalt ansehen können."
897
 
898
- #: ../admin/config/index.php:205 ../admin/config/index.php:209
899
  #, fuzzy
900
  msgid "Capability"
901
  msgstr "Benutzer nach Browserf&auml;higkeiten"
902
 
903
- #: ../admin/config/index.php:205
904
  #, fuzzy
905
  msgid ""
906
  "Specify the minimum <a href='http://codex.wordpress.org/"
@@ -917,11 +975,11 @@ msgstr ""
917
  "Berichte, Außer eine 'Lesezugriffs'-Whitelist wurde weiter unten festgelegt, "
918
  "welche Vorrang über die CAPABILITY hat."
919
 
920
- #: ../admin/config/index.php:206 ../admin/config/index.php:210
921
  msgid "Whitelist"
922
  msgstr "Whitelist"
923
 
924
- #: ../admin/config/index.php:206
925
  #, fuzzy
926
  msgid ""
927
  "List all the users who should have access to the reports, separated by "
@@ -933,13 +991,13 @@ msgstr ""
933
  "angeführt werden. Wenn dieses Feld leer ist der Zugriff <strong>allen Ihren "
934
  "Benutzern</strong> erlaubt. Bitte Groß-/Kleinschreibung beachten."
935
 
936
- #: ../admin/config/index.php:208 ../admin/config/index.php:233
937
- #: ../admin/wp-slimstat-admin.php:636 ../admin/wp-slimstat-admin.php:654
938
- #: ../admin/wp-slimstat-admin.php:657
939
  msgid "Settings"
940
  msgstr "Einstellungen"
941
 
942
- #: ../admin/config/index.php:209
943
  #, fuzzy
944
  msgid ""
945
  "Specify the minimum <a href='http://codex.wordpress.org/"
@@ -954,7 +1012,7 @@ msgstr ""
954
  "Berichte, Außer eine 'Lesezugriffs'-Whitelist wurde weiter unten festgelegt, "
955
  "welche Vorrang über die CAPABILITY hat."
956
 
957
- #: ../admin/config/index.php:210
958
  #, fuzzy
959
  msgid ""
960
  "List all the users who can edit these options, separated by commas. Please "
@@ -968,11 +1026,11 @@ msgstr ""
968
  "Benutzer bekommen automatisch auch 'Lesezugriff' auf die WP SlimStat-"
969
  "Berichte. Bitte Groß-/Kleinschreibung beachten."
970
 
971
- #: ../admin/config/index.php:215
972
  msgid "Maintenance"
973
  msgstr "Wartung"
974
 
975
- #: ../admin/config/index.php:220 ../admin/view/addons.php:32
976
  #: ../admin/wp-slimstat-admin.php:124
977
  msgid "Add-ons"
978
  msgstr "Add-Ons"
@@ -1375,11 +1433,11 @@ msgstr ""
1375
  msgid "Load"
1376
  msgstr ""
1377
 
1378
- #: ../admin/view/index.php:66 ../admin/view/wp-slimstat-reports.php:1406
1379
  msgid "Today"
1380
  msgstr "heute"
1381
 
1382
- #: ../admin/view/index.php:67 ../admin/view/wp-slimstat-reports.php:1409
1383
  msgid "Yesterday"
1384
  msgstr "Gestern"
1385
 
@@ -1471,109 +1529,109 @@ msgstr ""
1471
  msgid "Delete"
1472
  msgstr "Datensätze"
1473
 
1474
- #: ../admin/view/right-now.php:12
1475
  msgid "Human"
1476
  msgstr ""
1477
 
1478
- #: ../admin/view/right-now.php:12
1479
  msgid "Bot/Crawler"
1480
  msgstr "Bot/Crawler"
1481
 
1482
- #: ../admin/view/right-now.php:12
1483
  msgid "Mobile Device"
1484
  msgstr "Mobiles Gerät"
1485
 
1486
- #: ../admin/view/right-now.php:12
1487
  msgid "Syndication Reader"
1488
  msgstr ""
1489
 
1490
- #: ../admin/view/right-now.php:37 ../admin/view/wp-slimstat-reports.php:1032
1491
- #: ../admin/view/wp-slimstat-reports.php:1715
1492
  msgid "No data to display"
1493
  msgstr "keine Daten vorhanden"
1494
 
1495
- #: ../admin/view/right-now.php:56
1496
  msgid "Date and Time"
1497
  msgstr "Datum und Uhrzeit"
1498
 
1499
  # Unknown
1500
- #: ../admin/view/right-now.php:65 ../admin/view/wp-slimstat-reports.php:1084
1501
- #: ../admin/view/wp-slimstat-reports.php:1758 ../wp-slimstat.php:1355
1502
  msgid "c-"
1503
  msgstr "Unknown"
1504
 
1505
- #: ../admin/view/right-now.php:117 ../admin/view/wp-slimstat-db.php:60
1506
- #: ../admin/wp-slimstat-admin.php:968 ../admin/wp-slimstat-admin.php:1008
1507
  msgid "Originating IP"
1508
  msgstr "Ursprüngliche IP"
1509
 
1510
- #: ../admin/view/right-now.php:148 ../admin/view/wp-slimstat-reports.php:1181
1511
- #: ../admin/view/wp-slimstat-reports.php:1186
1512
- #: ../admin/view/wp-slimstat-reports.php:1191
1513
  msgid "Open this URL in a new window"
1514
  msgstr "Diese URL in einem neuen Fenster &ouml;ffnen"
1515
 
1516
- #: ../admin/view/right-now.php:151
1517
  msgid "Local search results page"
1518
  msgstr "lokale Suchergebnisse"
1519
 
1520
- #: ../admin/view/right-now.php:157 ../admin/view/wp-slimstat-db.php:42
1521
  #: ../admin/view/wp-slimstat-reports.php:242
1522
- #: ../admin/view/wp-slimstat-reports.php:251
1523
- #: ../admin/wp-slimstat-admin.php:971 ../admin/wp-slimstat-admin.php:987
1524
  msgid "Search Terms"
1525
  msgstr "Suchbegriffe"
1526
 
1527
- #: ../admin/view/right-now.php:166
1528
  msgid "Server Latency and Page Speed in milliseconds"
1529
  msgstr ""
1530
 
1531
- #: ../admin/view/right-now.php:166
1532
  msgid "SL"
1533
  msgstr ""
1534
 
1535
- #: ../admin/view/right-now.php:166
1536
  msgid "PS"
1537
  msgstr ""
1538
 
1539
- #: ../admin/view/right-now.php:173
1540
  #, fuzzy
1541
  msgid "Time spent on this page"
1542
  msgstr "Seite in neuem Fenster &ouml;ffnen"
1543
 
1544
- #: ../admin/view/right-now.php:183
1545
  msgid "Open this referrer in a new window"
1546
  msgstr "Verweisende Seite in einem neuen Fenster &ouml;ffnen"
1547
 
1548
- #: ../admin/view/right-now.php:184
1549
  msgid "Open this outbound link in a new window"
1550
  msgstr "Wegführender Link in neuem Fenster &ouml;ffnen"
1551
 
1552
- #: ../admin/view/right-now.php:185
1553
  #, fuzzy
1554
  msgid "Content Type"
1555
  msgstr "Inhalt"
1556
 
1557
- #: ../admin/view/right-now.php:188
1558
  #, fuzzy
1559
  msgid "Delete this pageview"
1560
  msgstr "Lösche Seitenaufrufe, wo"
1561
 
1562
- #: ../admin/view/right-now.php:199
1563
  #, fuzzy
1564
  msgid "User Logged In"
1565
  msgstr "User Agent"
1566
 
1567
- #: ../admin/view/right-now.php:209
1568
  #, fuzzy
1569
  msgid "User Logged Out"
1570
  msgstr "User Agent"
1571
 
1572
- #: ../admin/view/wp-slimstat-db.php:39 ../admin/wp-slimstat-admin.php:984
1573
  msgid "Browser"
1574
  msgstr "Browser"
1575
 
1576
- #: ../admin/view/wp-slimstat-db.php:40 ../admin/wp-slimstat-admin.php:985
1577
  msgid "Country Code"
1578
  msgstr "L&auml;nder-Code"
1579
 
@@ -1581,21 +1639,21 @@ msgstr "L&auml;nder-Code"
1581
  msgid "IP Address"
1582
  msgstr "IP-Adresse"
1583
 
1584
- #: ../admin/view/wp-slimstat-db.php:43 ../admin/wp-slimstat-admin.php:988
1585
  msgid "Language Code"
1586
  msgstr "Sprach-Kodierung"
1587
 
1588
  #: ../admin/view/wp-slimstat-db.php:44 ../admin/view/wp-slimstat-db.php:87
1589
- #: ../admin/wp-slimstat-admin.php:989
1590
  msgid "Operating System"
1591
  msgstr "Betriebssystem"
1592
 
1593
  #: ../admin/view/wp-slimstat-db.php:45 ../admin/view/wp-slimstat-db.php:88
1594
- #: ../admin/wp-slimstat-admin.php:990
1595
  msgid "Permalink"
1596
  msgstr "Permalink"
1597
 
1598
- #: ../admin/view/wp-slimstat-db.php:46 ../admin/wp-slimstat-admin.php:991
1599
  msgid "Referer"
1600
  msgstr "Herkunft"
1601
 
@@ -1604,7 +1662,7 @@ msgstr "Herkunft"
1604
  msgid "Visitor's Username"
1605
  msgstr "Besuchername"
1606
 
1607
- #: ../admin/view/wp-slimstat-db.php:48 ../admin/wp-slimstat-admin.php:974
1608
  msgid "Outbound Link"
1609
  msgstr "Ausgehender Link"
1610
 
@@ -1621,15 +1679,15 @@ msgstr "-- Erweiterte Filter --"
1621
  msgid "Browser Capabilities"
1622
  msgstr "Browser-F&auml;higkeiten"
1623
 
1624
- #: ../admin/view/wp-slimstat-db.php:53 ../admin/wp-slimstat-admin.php:1003
1625
  msgid "Browser Version"
1626
  msgstr "Browser-Version"
1627
 
1628
- #: ../admin/view/wp-slimstat-db.php:54 ../admin/wp-slimstat-admin.php:1004
1629
  msgid "Browser Type"
1630
  msgstr "Browser-Typ"
1631
 
1632
- #: ../admin/view/wp-slimstat-db.php:55 ../admin/wp-slimstat-admin.php:973
1633
  msgid "User Agent"
1634
  msgstr "User Agent"
1635
 
@@ -1643,15 +1701,15 @@ msgstr "Diagrammanmerkungen"
1643
  msgid "Server Latency"
1644
  msgstr "Latenz"
1645
 
1646
- #: ../admin/view/wp-slimstat-db.php:58 ../admin/wp-slimstat-admin.php:1006
1647
  msgid "Post Author"
1648
  msgstr "Autor der Seiten"
1649
 
1650
- #: ../admin/view/wp-slimstat-db.php:59 ../admin/wp-slimstat-admin.php:1007
1651
  msgid "Post Category ID"
1652
  msgstr "Kategorie-ID der Seite"
1653
 
1654
- #: ../admin/view/wp-slimstat-db.php:61 ../admin/wp-slimstat-admin.php:1009
1655
  msgid "Resource Content Type"
1656
  msgstr "Inhalt der Ressource"
1657
 
@@ -1672,7 +1730,7 @@ msgstr "Bildschirm-Aufl&ouml;sung"
1672
  msgid "Viewport Size"
1673
  msgstr ""
1674
 
1675
- #: ../admin/view/wp-slimstat-db.php:66 ../admin/wp-slimstat-admin.php:1011
1676
  msgid "Visit ID"
1677
  msgstr "Besuchs-ID"
1678
 
@@ -1718,7 +1776,7 @@ msgid "Event ID"
1718
  msgstr ""
1719
 
1720
  #: ../admin/view/wp-slimstat-db.php:96
1721
- #: ../admin/view/wp-slimstat-reports.php:1729
1722
  msgid "Type"
1723
  msgstr ""
1724
 
@@ -1768,7 +1826,7 @@ msgstr "Farbcode"
1768
  msgid "From search result page"
1769
  msgstr "Von einer Suchergebnisseite"
1770
 
1771
- #: ../admin/view/wp-slimstat-reports.php:77 ../admin/wp-slimstat-admin.php:966
1772
  msgid "Known Visitor"
1773
  msgstr "Bekannte Besucher"
1774
 
@@ -1854,9 +1912,10 @@ msgstr ""
1854
 
1855
  #: ../admin/view/wp-slimstat-reports.php:212
1856
  msgid ""
1857
- "Slimstat retrieves live information from Alexa, Facebook and Google, to "
1858
- "measures your site's rankings. Values are updated every 12 hours. Filters "
1859
- "set above don't apply to this report."
 
1860
  msgstr ""
1861
 
1862
  #: ../admin/view/wp-slimstat-reports.php:215
@@ -1880,7 +1939,7 @@ msgstr ""
1880
  "einen Cookie zu. WP SlimStat erweitert diese Information um die Erkennung "
1881
  "zur&uuml;kkehrender Besucher."
1882
 
1883
- #: ../admin/view/wp-slimstat-reports.php:252
1884
  #, fuzzy
1885
  msgid "Unique Terms"
1886
  msgstr "Eindeutige IPs"
@@ -1894,8 +1953,8 @@ msgstr "Verweisende Webseiten"
1894
  msgid "Human Visits"
1895
  msgstr "Echte Besuche"
1896
 
1897
- #: ../admin/view/wp-slimstat-reports.php:283
1898
- #: ../admin/view/wp-slimstat-reports.php:1440
1899
  msgid "Visits"
1900
  msgstr "Besuche"
1901
 
@@ -2030,7 +2089,7 @@ msgstr "Eindeutige IPs"
2030
  msgid "Traffic Sources"
2031
  msgstr "Traffic-Ursprung"
2032
 
2033
- #: ../admin/view/wp-slimstat-reports.php:524
2034
  msgid "Domains"
2035
  msgstr "Dom&auml;nen"
2036
 
@@ -2179,106 +2238,106 @@ msgstr ""
2179
  msgid "World Map"
2180
  msgstr "Weltkarte"
2181
 
2182
- #: ../admin/view/wp-slimstat-reports.php:945
2183
  msgid "Refresh"
2184
  msgstr "Anzeige aktualisieren"
2185
 
2186
- #: ../admin/view/wp-slimstat-reports.php:982
2187
  #, fuzzy, php-format
2188
  msgid "Results %s - %s of %s"
2189
  msgstr "Ergbnisse filtern wo %s ist gleich %s"
2190
 
2191
- #: ../admin/view/wp-slimstat-reports.php:984
2192
  msgid "Refresh in"
2193
  msgstr "Anzeige aktualisieren in"
2194
 
2195
- #: ../admin/view/wp-slimstat-reports.php:1078
2196
  msgid "Category ID"
2197
  msgstr "Kategorie-ID"
2198
 
2199
- #: ../admin/view/wp-slimstat-reports.php:1083
2200
- #: ../admin/view/wp-slimstat-reports.php:1097
2201
- #: ../admin/view/wp-slimstat-reports.php:1102
2202
  #, fuzzy
2203
  msgid "Code"
2204
  msgstr "OS-Code"
2205
 
2206
- #: ../admin/view/wp-slimstat-reports.php:1098
2207
- #: ../languages/dynamic_strings.php:339 ../wp-slimstat.php:1367
2208
  msgid "l-"
2209
  msgstr "l-"
2210
 
2211
- #: ../admin/view/wp-slimstat-reports.php:1115
2212
  msgid "URL"
2213
  msgstr ""
2214
 
2215
- #: ../admin/view/wp-slimstat-reports.php:1128
2216
  msgid "Referrer"
2217
  msgstr "Verweis"
2218
 
2219
- #: ../admin/view/wp-slimstat-reports.php:1170
2220
- #: ../admin/view/wp-slimstat-reports.php:1424
2221
- #: ../admin/view/wp-slimstat-reports.php:1480
2222
- #: ../admin/view/wp-slimstat-reports.php:1486
2223
- #: ../admin/view/wp-slimstat-reports.php:1492
2224
- #: ../admin/view/wp-slimstat-reports.php:1498
2225
- #: ../admin/view/wp-slimstat-reports.php:1504
2226
- #: ../admin/view/wp-slimstat-reports.php:1510
2227
- #: ../admin/view/wp-slimstat-reports.php:1516
2228
- #: ../admin/view/wp-slimstat-reports.php:1736
2229
  msgid "Hits"
2230
  msgstr "Zugriffe"
2231
 
2232
- #: ../admin/view/wp-slimstat-reports.php:1351
2233
  #, fuzzy
2234
  msgid "Dataset Size"
2235
  msgstr "Datenbankgr&ouml;&szlig;e"
2236
 
2237
- #: ../admin/view/wp-slimstat-reports.php:1353
2238
  msgid "Total number of records stored in the database."
2239
  msgstr ""
2240
 
2241
- #: ../admin/view/wp-slimstat-reports.php:1355
2242
  msgid "DB Size"
2243
  msgstr "Datenbankgr&ouml;&szlig;e"
2244
 
2245
- #: ../admin/view/wp-slimstat-reports.php:1358
2246
  #, fuzzy
2247
  msgid "Tracking Enabled"
2248
  msgstr "Tracking aktiv"
2249
 
2250
- #: ../admin/view/wp-slimstat-reports.php:1361
2251
  msgid "Javascript Mode"
2252
  msgstr "Tracking per JavaScript"
2253
 
2254
- #: ../admin/view/wp-slimstat-reports.php:1364
2255
  msgid "Tracking Browser Caps"
2256
  msgstr ""
2257
 
2258
- #: ../admin/view/wp-slimstat-reports.php:1367
2259
  msgid "Auto purge"
2260
  msgstr "autom. Datenbank-Reorg."
2261
 
2262
- #: ../admin/view/wp-slimstat-reports.php:1370
2263
  msgid "Oldest pageview"
2264
  msgstr "&Auml;ltester Seitenaufruf"
2265
 
2266
- #: ../admin/view/wp-slimstat-reports.php:1371
2267
  msgid "No visits"
2268
  msgstr "Keine Besuche"
2269
 
2270
- #: ../admin/view/wp-slimstat-reports.php:1373
2271
  #: ../admin/wp-slimstat-admin.php:112
2272
  #, fuzzy
2273
  msgid "Geolocation"
2274
  msgstr "Macromedia Director"
2275
 
2276
- #: ../admin/view/wp-slimstat-reports.php:1375
2277
  msgid "Date when the MaxMind Geolocation database was last updated."
2278
  msgstr ""
2279
 
2280
- #: ../admin/view/wp-slimstat-reports.php:1386
2281
- #: ../admin/view/wp-slimstat-reports.php:1544
2282
  #, fuzzy
2283
  msgid ""
2284
  "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
@@ -2288,17 +2347,17 @@ msgstr ""
2288
  "jedesmal einen 'Seitenaufruf' auf, wenn der Tracking-Code ausgef&uuml;hrt "
2289
  "wird."
2290
 
2291
- #: ../admin/view/wp-slimstat-reports.php:1388
2292
  #, fuzzy
2293
  msgid "Days in Range"
2294
  msgstr "Datum und Uhrzeit"
2295
 
2296
- #: ../admin/view/wp-slimstat-reports.php:1391
2297
  #, fuzzy
2298
  msgid "Average Daily Pageviews"
2299
  msgstr "Durchschnittl. Seitenaufrufe"
2300
 
2301
- #: ../admin/view/wp-slimstat-reports.php:1393
2302
  #, fuzzy
2303
  msgid ""
2304
  "How many pages have been visited on average every day during the current "
@@ -2307,11 +2366,11 @@ msgstr ""
2307
  "Wieviele Seiten wurden w&auml;hrend der aktuellen Periode durchschnittlich "
2308
  "besucht?"
2309
 
2310
- #: ../admin/view/wp-slimstat-reports.php:1395
2311
  msgid "From Search Results"
2312
  msgstr "Von Suchergebnissen"
2313
 
2314
- #: ../admin/view/wp-slimstat-reports.php:1397
2315
  msgid ""
2316
  "Visitors who landed on your site after searching for a keyword on Google, "
2317
  "Yahoo, etc."
@@ -2319,7 +2378,7 @@ msgstr ""
2319
  "Besucher, welche nach einer Suche nach einem Suchbegriff auf einer "
2320
  "Suchmaschine auf die Website kamen."
2321
 
2322
- #: ../admin/view/wp-slimstat-reports.php:1401
2323
  msgid ""
2324
  "Used to differentiate between multiple requests to download a file from one "
2325
  "internet address (IP) and requests originating from many distinct addresses"
@@ -2327,11 +2386,11 @@ msgstr ""
2327
  "Benutzt um bei mehreren Downloadanfragen zu unterscheiden, ob sie von einer "
2328
  "oder mehreren verschiedenen Internet-Adressen (IP) stammen"
2329
 
2330
- #: ../admin/view/wp-slimstat-reports.php:1403
2331
  msgid "Last 30 minutes"
2332
  msgstr "Letzte 30 Minuten"
2333
 
2334
- #: ../admin/view/wp-slimstat-reports.php:1442
2335
  msgid ""
2336
  "A visit is a session of at most 30 minutes. Returning visitors are counted "
2337
  "multiple times if they perform multiple visits."
@@ -2339,15 +2398,15 @@ msgstr ""
2339
  "Ein Besuch ist eine Session von max. 30 Minuten. Zur&;kkehrende Besucher "
2340
  "werden bei mehrfachen Besuchen auch mehrfach gez&auml;hlt."
2341
 
2342
- #: ../admin/view/wp-slimstat-reports.php:1446
2343
  msgid "It includes only traffic generated by human visitors."
2344
  msgstr ""
2345
 
2346
- #: ../admin/view/wp-slimstat-reports.php:1448
2347
  msgid "Bounce rate"
2348
  msgstr "Absprungrate"
2349
 
2350
- #: ../admin/view/wp-slimstat-reports.php:1450
2351
  msgid ""
2352
  "Percentage of single-page visits, i.e. visits in which the person left your "
2353
  "site from the entrance page."
@@ -2355,78 +2414,78 @@ msgstr ""
2355
  "Prozentsatz von Besuchen einzelner Seiten, d.h. Besuche bei welchen der "
2356
  "Besucher die Website auf der aufgerufenen Seite wieder verlassen hat."
2357
 
2358
- #: ../admin/view/wp-slimstat-reports.php:1452
2359
  msgid "Known visitors"
2360
  msgstr "Bekannte Besucher"
2361
 
2362
- #: ../admin/view/wp-slimstat-reports.php:1454
2363
  msgid "Visitors who had previously left a comment on your blog."
2364
  msgstr ""
2365
  "Besucher, welche fr&uuml;her bereits einen Kommentar hinterlassen haben."
2366
 
2367
- #: ../admin/view/wp-slimstat-reports.php:1456
2368
  msgid "New visitors"
2369
  msgstr "Neue Besucher"
2370
 
2371
- #: ../admin/view/wp-slimstat-reports.php:1458
2372
  msgid "Human users who visited your site only once."
2373
  msgstr "Echte Besucher, welche die Wesite nur einmal besucht haben."
2374
 
2375
- #: ../admin/view/wp-slimstat-reports.php:1460
2376
  msgid "Bots"
2377
  msgstr "Bots"
2378
 
2379
- #: ../admin/view/wp-slimstat-reports.php:1463
2380
  #, fuzzy
2381
  msgid "Pageviews per visit"
2382
  msgstr "Seiten pro Besuch"
2383
 
2384
- #: ../admin/view/wp-slimstat-reports.php:1466
2385
  msgid "Longest visit"
2386
  msgstr "L&auml;ngster Besuch"
2387
 
2388
- #: ../admin/view/wp-slimstat-reports.php:1467
2389
  msgid "hits"
2390
  msgstr "Zugriff"
2391
 
2392
- #: ../admin/view/wp-slimstat-reports.php:1478
2393
  msgid "0 - 30 seconds"
2394
  msgstr "0-30 Sekunden"
2395
 
2396
- #: ../admin/view/wp-slimstat-reports.php:1484
2397
  msgid "31 - 60 seconds"
2398
  msgstr "31-60 Sekunden"
2399
 
2400
- #: ../admin/view/wp-slimstat-reports.php:1490
2401
  msgid "1 - 3 minutes"
2402
  msgstr "1-3 Minuten"
2403
 
2404
- #: ../admin/view/wp-slimstat-reports.php:1496
2405
  msgid "3 - 5 minutes"
2406
  msgstr "3-5 Minuten"
2407
 
2408
- #: ../admin/view/wp-slimstat-reports.php:1502
2409
  msgid "5 - 7 minutes"
2410
  msgstr "5-7 Minuten"
2411
 
2412
- #: ../admin/view/wp-slimstat-reports.php:1508
2413
  msgid "7 - 10 minutes"
2414
  msgstr "7-10 Minuten"
2415
 
2416
- #: ../admin/view/wp-slimstat-reports.php:1514
2417
  msgid "More than 10 minutes"
2418
  msgstr "Mehr als 10 Minuten"
2419
 
2420
- #: ../admin/view/wp-slimstat-reports.php:1526
2421
  #, fuzzy
2422
  msgid "Average visit duration"
2423
  msgstr "Besuchsdauer"
2424
 
2425
- #: ../admin/view/wp-slimstat-reports.php:1546
2426
  msgid "Unique Referrers"
2427
  msgstr "Eindeutige Herkunft"
2428
 
2429
- #: ../admin/view/wp-slimstat-reports.php:1548
2430
  msgid ""
2431
  "A referrer (or referring site) is the site that a visitor previously visited "
2432
  "before following a link to your site."
@@ -2434,11 +2493,11 @@ msgstr ""
2434
  "Eine Herkunft (verweisende Seite) ist die Webseite welche ein Besucher vor "
2435
  "dem Besuch der eigenen Website besucht hat."
2436
 
2437
- #: ../admin/view/wp-slimstat-reports.php:1550
2438
  msgid "Direct Pageviews"
2439
  msgstr "Direkte Seitenaufrufe"
2440
 
2441
- #: ../admin/view/wp-slimstat-reports.php:1552
2442
  msgid ""
2443
  "Visitors who visited the site by typing the URL directly into their browser. "
2444
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
@@ -2449,22 +2508,22 @@ msgstr ""
2449
  "auch auf Besucher beziehen, welche Lesezeichen/Favoriten verwendet haben "
2450
  "oder Links in E-Mails bzw. Dokumenten gefolgt sind."
2451
 
2452
- #: ../admin/view/wp-slimstat-reports.php:1554
2453
  msgid "From a search result"
2454
  msgstr "Von einem Suchresultat"
2455
 
2456
- #: ../admin/view/wp-slimstat-reports.php:1556
2457
  msgid ""
2458
  "Visitors who came to your site via searches on Google or some other search "
2459
  "engine."
2460
  msgstr ""
2461
  "Besucher welche über eine Suchmaschine auf die eigene Website gekommen sind."
2462
 
2463
- #: ../admin/view/wp-slimstat-reports.php:1558
2464
  msgid "Unique Landing Pages"
2465
  msgstr "Eindeutige Einstiegsseiten"
2466
 
2467
- #: ../admin/view/wp-slimstat-reports.php:1560
2468
  msgid ""
2469
  "The first page that a user views during a session. This is also known as the "
2470
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
@@ -2474,22 +2533,22 @@ msgstr ""
2474
  "Die erste Seite welche ein Benutzer w&auml;hrend einer Sitzung besucht, die "
2475
  "s.g. Einstiegs- oder Landeseite."
2476
 
2477
- #: ../admin/view/wp-slimstat-reports.php:1562
2478
  msgid "Bounce Pages"
2479
  msgstr "Absprungrate"
2480
 
2481
- #: ../admin/view/wp-slimstat-reports.php:1564
2482
  #, fuzzy
2483
  msgid "Number of single page visits to your site over the selected period."
2484
  msgstr ""
2485
  "Anzahl der Besucher einer einzelnen Seite über die gew&auml;hlte Periode."
2486
 
2487
- #: ../admin/view/wp-slimstat-reports.php:1566
2488
  #, fuzzy
2489
  msgid "New Visitors Rate"
2490
  msgstr "Neue Besucher"
2491
 
2492
- #: ../admin/view/wp-slimstat-reports.php:1568
2493
  #, fuzzy
2494
  msgid ""
2495
  "Percentage of single page visits, i.e. visits in which the person left your "
@@ -2498,11 +2557,11 @@ msgstr ""
2498
  "Prozentsatz von Besuchen einzelner Seiten, d.h. Besuche bei welchen der "
2499
  "Besucher die Website auf der aufgerufenen Seite wieder verlassen hat."
2500
 
2501
- #: ../admin/view/wp-slimstat-reports.php:1570
2502
  msgid "Currently from search engines"
2503
  msgstr "Aktuell von Suchmaschinen"
2504
 
2505
- #: ../admin/view/wp-slimstat-reports.php:1572
2506
  msgid ""
2507
  "Visitors who visited the site in the last 5 minutes coming from a search "
2508
  "engine."
@@ -2510,1240 +2569,1246 @@ msgstr ""
2510
  "Besucher welche innerhalb der letzten 5 Minuten von einer Suchmaschine "
2511
  "gekommen sind."
2512
 
2513
- #: ../admin/view/wp-slimstat-reports.php:1642
2514
- msgid "Number of pages in your site included in Google's index."
2515
- msgstr ""
2516
-
2517
- #: ../admin/view/wp-slimstat-reports.php:1643
2518
- msgid "Google Index"
2519
- msgstr "Google-Index"
2520
-
2521
- #: ../admin/view/wp-slimstat-reports.php:1644
2522
- msgid "Number of pages, according to Google, that link back to your site."
2523
  msgstr ""
2524
 
2525
- #: ../admin/view/wp-slimstat-reports.php:1645
2526
- msgid "Google Backlinks"
2527
- msgstr ""
 
2528
 
2529
- #: ../admin/view/wp-slimstat-reports.php:1646
2530
- msgid ""
2531
- "How many times the Facebook Like button has been approximately clicked on "
2532
- "your site."
2533
  msgstr ""
2534
 
2535
- #: ../admin/view/wp-slimstat-reports.php:1647
2536
- msgid "Facebook Likes"
2537
- msgstr "Facebook Likes"
 
2538
 
2539
- #: ../admin/view/wp-slimstat-reports.php:1648
2540
  msgid ""
2541
- "How many times your site has been shared by someone on the social network."
 
 
2542
  msgstr ""
2543
 
2544
- #: ../admin/view/wp-slimstat-reports.php:1649
2545
- msgid "Facebook Shares"
2546
  msgstr ""
2547
 
2548
- #: ../admin/view/wp-slimstat-reports.php:1650
2549
- msgid "How many times links to your website have been clicked on Facebook."
2550
- msgstr ""
2551
-
2552
- #: ../admin/view/wp-slimstat-reports.php:1651
2553
- msgid "Facebook Clicks"
2554
- msgstr "Clicks bei Facebook"
2555
-
2556
- #: ../admin/view/wp-slimstat-reports.php:1652
2557
  msgid ""
2558
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
2559
  "traffic data."
2560
  msgstr ""
2561
 
2562
- #: ../admin/view/wp-slimstat-reports.php:1653
2563
  msgid "Alexa World Rank"
2564
  msgstr ""
2565
 
2566
- #: ../admin/view/wp-slimstat-reports.php:1654
2567
  msgid "Alexa Country Rank"
2568
  msgstr ""
2569
 
2570
- #: ../admin/view/wp-slimstat-reports.php:1655
2571
  msgid "Alexa Popularity"
2572
  msgstr ""
2573
 
2574
  #: ../admin/view/wp-slimstat-reports.php:1666
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2575
  #, fuzzy
2576
  msgid "Content Items"
2577
  msgstr "Inhalt"
2578
 
2579
- #: ../admin/view/wp-slimstat-reports.php:1668
2580
  msgid ""
2581
  "This value includes not only posts, but also custom post types, regardless "
2582
  "of their status"
2583
  msgstr ""
2584
 
2585
- #: ../admin/view/wp-slimstat-reports.php:1670
2586
  #, fuzzy
2587
  msgid "Posts"
2588
  msgstr "Top-Artikel"
2589
 
2590
- #: ../admin/view/wp-slimstat-reports.php:1673
2591
  #, fuzzy
2592
  msgid "Pages"
2593
  msgstr "Top-Seiten"
2594
 
2595
- #: ../admin/view/wp-slimstat-reports.php:1676
2596
  msgid "Attachments"
2597
  msgstr ""
2598
 
2599
- #: ../admin/view/wp-slimstat-reports.php:1679
2600
  #, fuzzy
2601
  msgid "Revisions"
2602
  msgstr "Berechtigungen"
2603
 
2604
- #: ../admin/view/wp-slimstat-reports.php:1682
2605
  #, fuzzy
2606
  msgid "Comments"
2607
  msgstr "Gesamte Kommentare"
2608
 
2609
- #: ../admin/view/wp-slimstat-reports.php:1685
2610
  #, fuzzy
2611
  msgid "Avg Comments per Post"
2612
  msgstr "Spalte bei Beitr&auml;gen hinzuf&uuml;gen"
2613
 
2614
- #: ../admin/view/wp-slimstat-reports.php:1688
2615
  msgid "Avg Server Latency"
2616
  msgstr ""
2617
 
2618
- #: ../admin/view/wp-slimstat-reports.php:1690
2619
  msgid ""
2620
  "Latency is the amount of time it takes for the host server to receive and "
2621
  "process a request for a page object. The amount of latency depends largely "
2622
  "on how far away the user is from the server."
2623
  msgstr ""
2624
 
2625
- #: ../admin/view/wp-slimstat-reports.php:1733
2626
  #, fuzzy
2627
  msgid "Coordinates"
2628
  msgstr "Tracking aktiv"
2629
 
2630
- #: ../admin/view/wp-slimstat-reports.php:1733
2631
  #, fuzzy
2632
  msgid "Date"
2633
  msgstr "Datum/Zeit"
2634
 
2635
  # Unknown
2636
- #: ../admin/view/wp-slimstat-reports.php:1749
2637
  msgid "c-xx"
2638
  msgstr "Unbekannt"
2639
 
2640
  # Afghanistan
2641
- #: ../admin/view/wp-slimstat-reports.php:1749
2642
  msgid "c-af"
2643
  msgstr "Afghanistan"
2644
 
2645
  # Åland Islands
2646
- #: ../admin/view/wp-slimstat-reports.php:1749
2647
  msgid "c-ax"
2648
  msgstr "&Aring;landinseln"
2649
 
2650
  # Albania
2651
- #: ../admin/view/wp-slimstat-reports.php:1749
2652
  msgid "c-al"
2653
  msgstr "Albanien"
2654
 
2655
  # Algeria
2656
- #: ../admin/view/wp-slimstat-reports.php:1749
2657
  msgid "c-dz"
2658
  msgstr "Algerien"
2659
 
2660
  # Andorra
2661
- #: ../admin/view/wp-slimstat-reports.php:1749
2662
  msgid "c-ad"
2663
  msgstr "Andorra"
2664
 
2665
  # Angola
2666
- #: ../admin/view/wp-slimstat-reports.php:1749
2667
  msgid "c-ao"
2668
  msgstr "Angola"
2669
 
2670
  # Anguilla
2671
- #: ../admin/view/wp-slimstat-reports.php:1749
2672
  msgid "c-ai"
2673
  msgstr "Anguilla"
2674
 
2675
  # Antigua and Barbuda
2676
- #: ../admin/view/wp-slimstat-reports.php:1749
2677
  msgid "c-ag"
2678
  msgstr "Antigua und Barbuda"
2679
 
2680
  # Argentina
2681
- #: ../admin/view/wp-slimstat-reports.php:1749
2682
  msgid "c-ar"
2683
  msgstr "Argentinien"
2684
 
2685
  # Armenia
2686
- #: ../admin/view/wp-slimstat-reports.php:1749
2687
  msgid "c-am"
2688
  msgstr "Armenien"
2689
 
2690
  # Aruba
2691
- #: ../admin/view/wp-slimstat-reports.php:1749
2692
  msgid "c-aw"
2693
  msgstr "Aruba"
2694
 
2695
  # Australia
2696
- #: ../admin/view/wp-slimstat-reports.php:1749
2697
  msgid "c-au"
2698
  msgstr "Australien"
2699
 
2700
  # Austria
2701
- #: ../admin/view/wp-slimstat-reports.php:1749
2702
  msgid "c-at"
2703
  msgstr "&Ouml;sterreich"
2704
 
2705
  # Azerbaijan
2706
- #: ../admin/view/wp-slimstat-reports.php:1749
2707
  msgid "c-az"
2708
  msgstr "Aserbaidschan"
2709
 
2710
  # Bahamas
2711
- #: ../admin/view/wp-slimstat-reports.php:1749
2712
  msgid "c-bs"
2713
  msgstr "Bahamas"
2714
 
2715
  # Bahrain
2716
- #: ../admin/view/wp-slimstat-reports.php:1749
2717
  msgid "c-bh"
2718
  msgstr "Bahrain"
2719
 
2720
  # Bangladesh
2721
- #: ../admin/view/wp-slimstat-reports.php:1749
2722
  msgid "c-bd"
2723
  msgstr "Bangladesch"
2724
 
2725
  # Barbados
2726
- #: ../admin/view/wp-slimstat-reports.php:1749
2727
  msgid "c-bb"
2728
  msgstr "Barbados"
2729
 
2730
  # Belarus
2731
- #: ../admin/view/wp-slimstat-reports.php:1749
2732
  msgid "c-by"
2733
  msgstr "Wei&szlig;russland"
2734
 
2735
  # Belgium
2736
- #: ../admin/view/wp-slimstat-reports.php:1749
2737
  msgid "c-be"
2738
  msgstr "Belgien"
2739
 
2740
  # Belize
2741
- #: ../admin/view/wp-slimstat-reports.php:1749
2742
  msgid "c-bz"
2743
  msgstr "Belize"
2744
 
2745
  # Benin
2746
- #: ../admin/view/wp-slimstat-reports.php:1749
2747
  msgid "c-bj"
2748
  msgstr "Benin"
2749
 
2750
  # Bermuda
2751
- #: ../admin/view/wp-slimstat-reports.php:1749
2752
  msgid "c-bm"
2753
  msgstr "Bermuda"
2754
 
2755
  # Bhutan
2756
- #: ../admin/view/wp-slimstat-reports.php:1749
2757
  msgid "c-bt"
2758
  msgstr "Bhutan"
2759
 
2760
  # Bolivia
2761
- #: ../admin/view/wp-slimstat-reports.php:1749
2762
  msgid "c-bo"
2763
  msgstr "Bolivien"
2764
 
2765
  # Bosnia and Herzegovina
2766
- #: ../admin/view/wp-slimstat-reports.php:1749
2767
  msgid "c-ba"
2768
  msgstr "Bosnien Herzegowina"
2769
 
2770
  # Botswana
2771
- #: ../admin/view/wp-slimstat-reports.php:1749
2772
  msgid "c-bw"
2773
  msgstr "Botswana"
2774
 
2775
  # Brazil
2776
- #: ../admin/view/wp-slimstat-reports.php:1749
2777
  msgid "c-br"
2778
  msgstr "Brasilien"
2779
 
2780
  # Brunei Darussalam
2781
- #: ../admin/view/wp-slimstat-reports.php:1749
2782
  msgid "c-bn"
2783
  msgstr "Brunei Darussalam"
2784
 
2785
  # Bulgaria
2786
- #: ../admin/view/wp-slimstat-reports.php:1749
2787
  msgid "c-bg"
2788
  msgstr "Bulgarien"
2789
 
2790
  # Burkina Faso
2791
- #: ../admin/view/wp-slimstat-reports.php:1749
2792
  msgid "c-bf"
2793
  msgstr "Burkina Faso"
2794
 
2795
  # Burundi
2796
- #: ../admin/view/wp-slimstat-reports.php:1749
2797
  msgid "c-bi"
2798
  msgstr "Burundi"
2799
 
2800
  # Cambodia
2801
- #: ../admin/view/wp-slimstat-reports.php:1749
2802
  msgid "c-kh"
2803
  msgstr "Kambodscha"
2804
 
2805
  # Cameroon
2806
- #: ../admin/view/wp-slimstat-reports.php:1749
2807
  msgid "c-cm"
2808
  msgstr "Kamerun"
2809
 
2810
  # Canada
2811
- #: ../admin/view/wp-slimstat-reports.php:1749
2812
  msgid "c-ca"
2813
  msgstr "Kanada"
2814
 
2815
  # Cape Verde
2816
- #: ../admin/view/wp-slimstat-reports.php:1749
2817
  msgid "c-cv"
2818
  msgstr "Kap Verde"
2819
 
2820
  # Cayman Islands
2821
- #: ../admin/view/wp-slimstat-reports.php:1749
2822
  msgid "c-ky"
2823
  msgstr "Kaimaninseln"
2824
 
2825
  # Central African Republic
2826
- #: ../admin/view/wp-slimstat-reports.php:1749
2827
  msgid "c-cf"
2828
  msgstr "Zentralafrika"
2829
 
2830
  # Chad
2831
- #: ../admin/view/wp-slimstat-reports.php:1749
2832
  msgid "c-td"
2833
  msgstr "Tschad"
2834
 
2835
  # Chile
2836
- #: ../admin/view/wp-slimstat-reports.php:1749
2837
  msgid "c-cl"
2838
  msgstr "Chile"
2839
 
2840
  # China
2841
- #: ../admin/view/wp-slimstat-reports.php:1749
2842
  msgid "c-cn"
2843
  msgstr "China"
2844
 
2845
  # Colombia
2846
- #: ../admin/view/wp-slimstat-reports.php:1749
2847
  msgid "c-co"
2848
  msgstr "Kolumbien"
2849
 
2850
  # Comoros
2851
- #: ../admin/view/wp-slimstat-reports.php:1749
2852
  msgid "c-km"
2853
  msgstr "Komoren"
2854
 
2855
  # Congo
2856
- #: ../admin/view/wp-slimstat-reports.php:1749
2857
  msgid "c-cg"
2858
  msgstr "Republik Kongo"
2859
 
2860
  # The Democratic Republic of the Congo
2861
- #: ../admin/view/wp-slimstat-reports.php:1749
2862
  msgid "c-cd"
2863
  msgstr "Demokratische Republik Kongo"
2864
 
2865
  # Costa Rica
2866
- #: ../admin/view/wp-slimstat-reports.php:1749
2867
  msgid "c-cr"
2868
  msgstr "Costa Rica"
2869
 
2870
  # Côte d'Ivoire
2871
- #: ../admin/view/wp-slimstat-reports.php:1749
2872
  msgid "c-ci"
2873
  msgstr "Elfenbeink&uuml;ste"
2874
 
2875
  # Croatia
2876
- #: ../admin/view/wp-slimstat-reports.php:1749
2877
  msgid "c-hr"
2878
  msgstr "Kroatien"
2879
 
2880
  # Cuba
2881
- #: ../admin/view/wp-slimstat-reports.php:1749
2882
  msgid "c-cu"
2883
  msgstr "Kuba"
2884
 
2885
  # Cyprus
2886
- #: ../admin/view/wp-slimstat-reports.php:1749
2887
  msgid "c-cy"
2888
  msgstr "Zypern"
2889
 
2890
  # Czech Republic
2891
- #: ../admin/view/wp-slimstat-reports.php:1749
2892
  msgid "c-cz"
2893
  msgstr "Tschechische Republik"
2894
 
2895
  # Denmark
2896
- #: ../admin/view/wp-slimstat-reports.php:1749
2897
  msgid "c-dk"
2898
  msgstr "D&auml;nemark"
2899
 
2900
  # Djibouti
2901
- #: ../admin/view/wp-slimstat-reports.php:1749
2902
  msgid "c-dj"
2903
  msgstr "Dschibuti"
2904
 
2905
  # Dominica
2906
- #: ../admin/view/wp-slimstat-reports.php:1749
2907
  msgid "c-dm"
2908
  msgstr "Dominica"
2909
 
2910
  # Dominican Republic
2911
- #: ../admin/view/wp-slimstat-reports.php:1749
2912
  msgid "c-do"
2913
  msgstr "Dominikanische Republik"
2914
 
2915
  # Ecuador
2916
- #: ../admin/view/wp-slimstat-reports.php:1749
2917
  msgid "c-ec"
2918
  msgstr "Ecuador"
2919
 
2920
  # Egypt
2921
- #: ../admin/view/wp-slimstat-reports.php:1749
2922
  msgid "c-eg"
2923
  msgstr "&Auml;gypten"
2924
 
2925
  # El Salvador
2926
- #: ../admin/view/wp-slimstat-reports.php:1749
2927
  msgid "c-sv"
2928
  msgstr "El Salvador"
2929
 
2930
  # Equatorial Guinea
2931
- #: ../admin/view/wp-slimstat-reports.php:1749
2932
  msgid "c-gq"
2933
  msgstr "Äquatorialguinea"
2934
 
2935
  # Eritrea
2936
- #: ../admin/view/wp-slimstat-reports.php:1749
2937
  msgid "c-er"
2938
  msgstr "Eritrea"
2939
 
2940
  # Estonia
2941
- #: ../admin/view/wp-slimstat-reports.php:1749
2942
  msgid "c-ee"
2943
  msgstr "Estland"
2944
 
2945
  # Ethiopia
2946
- #: ../admin/view/wp-slimstat-reports.php:1749
2947
  msgid "c-et"
2948
  msgstr "&Auml;thiopien"
2949
 
2950
  # Faroe Islands
2951
- #: ../admin/view/wp-slimstat-reports.php:1749
2952
  msgid "c-fo"
2953
  msgstr "F&auml;r&ouml;er Inseln"
2954
 
2955
  # Falkland Islands (Malvinas)
2956
- #: ../admin/view/wp-slimstat-reports.php:1749
2957
  msgid "c-fk"
2958
  msgstr "Falklandinseln (Malwinen)"
2959
 
2960
  # Fiji
2961
- #: ../admin/view/wp-slimstat-reports.php:1749
2962
  msgid "c-fj"
2963
  msgstr "Republik Fidschi"
2964
 
2965
  # Finland
2966
- #: ../admin/view/wp-slimstat-reports.php:1749
2967
  msgid "c-fi"
2968
  msgstr "Finnland"
2969
 
2970
  # France
2971
- #: ../admin/view/wp-slimstat-reports.php:1749
2972
  msgid "c-fr"
2973
  msgstr "Franz&ouml;sische Republik"
2974
 
2975
  # French Guiana
2976
- #: ../admin/view/wp-slimstat-reports.php:1749
2977
  msgid "c-gf"
2978
  msgstr "Franz&ouml;sisch-Guayana"
2979
 
2980
  # Gabon
2981
- #: ../admin/view/wp-slimstat-reports.php:1749
2982
  msgid "c-ga"
2983
  msgstr "Gabun"
2984
 
2985
  # Gambia
2986
- #: ../admin/view/wp-slimstat-reports.php:1749
2987
  msgid "c-gm"
2988
  msgstr "Gambia"
2989
 
2990
  # Georgia
2991
- #: ../admin/view/wp-slimstat-reports.php:1749
2992
  msgid "c-ge"
2993
  msgstr "Georgien"
2994
 
2995
  # Germany
2996
- #: ../admin/view/wp-slimstat-reports.php:1749
2997
  msgid "c-de"
2998
  msgstr "Bundesrepublik Deutschland"
2999
 
3000
  # Ghana
3001
- #: ../admin/view/wp-slimstat-reports.php:1749
3002
  msgid "c-gh"
3003
  msgstr "Ghana"
3004
 
3005
  # Greece
3006
- #: ../admin/view/wp-slimstat-reports.php:1749
3007
  msgid "c-gr"
3008
  msgstr "Griechenland"
3009
 
3010
  # Greenland
3011
- #: ../admin/view/wp-slimstat-reports.php:1749
3012
  msgid "c-gl"
3013
  msgstr "Gr&ouml;nland"
3014
 
3015
  # Grenada
3016
- #: ../admin/view/wp-slimstat-reports.php:1749
3017
  msgid "c-gd"
3018
  msgstr "Grenada"
3019
 
3020
  # Guadeloupe
3021
- #: ../admin/view/wp-slimstat-reports.php:1749
3022
  msgid "c-gp"
3023
  msgstr "Guadeloupe"
3024
 
3025
  # Guatemala
3026
- #: ../admin/view/wp-slimstat-reports.php:1749
3027
  msgid "c-gt"
3028
  msgstr "Guatemala"
3029
 
3030
  # Guinea
3031
- #: ../admin/view/wp-slimstat-reports.php:1749
3032
  msgid "c-gn"
3033
  msgstr "Guinea"
3034
 
3035
  # Guinea-Bissau
3036
- #: ../admin/view/wp-slimstat-reports.php:1749
3037
  msgid "c-gw"
3038
  msgstr "Guinea-Bissau"
3039
 
3040
  # Guyana
3041
- #: ../admin/view/wp-slimstat-reports.php:1749
3042
  msgid "c-gy"
3043
  msgstr "Guyana"
3044
 
3045
  # Haiti
3046
- #: ../admin/view/wp-slimstat-reports.php:1749
3047
  msgid "c-ht"
3048
  msgstr "Haiti"
3049
 
3050
  # Honduras
3051
- #: ../admin/view/wp-slimstat-reports.php:1749
3052
  msgid "c-hn"
3053
  msgstr "Honduras"
3054
 
3055
  # Hong Kong
3056
- #: ../admin/view/wp-slimstat-reports.php:1749
3057
  msgid "c-hk"
3058
  msgstr "Hong Kong"
3059
 
3060
  # Hungary
3061
- #: ../admin/view/wp-slimstat-reports.php:1749
3062
  msgid "c-hu"
3063
  msgstr "Ungarn"
3064
 
3065
  # Iceland
3066
- #: ../admin/view/wp-slimstat-reports.php:1749
3067
  msgid "c-is"
3068
  msgstr "Island"
3069
 
3070
  # India
3071
- #: ../admin/view/wp-slimstat-reports.php:1749
3072
  msgid "c-in"
3073
  msgstr "Indien"
3074
 
3075
  # Indonesia
3076
- #: ../admin/view/wp-slimstat-reports.php:1749
3077
  msgid "c-id"
3078
  msgstr "Indonesien"
3079
 
3080
  # Islamic Republic of Iran
3081
- #: ../admin/view/wp-slimstat-reports.php:1749
3082
  msgid "c-ir"
3083
  msgstr "Islamische Republik Iran"
3084
 
3085
  # Iraq
3086
- #: ../admin/view/wp-slimstat-reports.php:1749
3087
  msgid "c-iq"
3088
  msgstr "Irak"
3089
 
3090
  # Ireland
3091
- #: ../admin/view/wp-slimstat-reports.php:1749
3092
  msgid "c-ie"
3093
  msgstr "Irland"
3094
 
3095
  # Israel
3096
- #: ../admin/view/wp-slimstat-reports.php:1749
3097
  msgid "c-il"
3098
  msgstr "Israel"
3099
 
3100
  # Italy
3101
- #: ../admin/view/wp-slimstat-reports.php:1749
3102
  msgid "c-it"
3103
  msgstr "Italien"
3104
 
3105
  # Jamaica
3106
- #: ../admin/view/wp-slimstat-reports.php:1749
3107
  msgid "c-jm"
3108
  msgstr "Jamaika"
3109
 
3110
  # Japan
3111
- #: ../admin/view/wp-slimstat-reports.php:1749
3112
  msgid "c-jp"
3113
  msgstr "Japan"
3114
 
3115
  # Jordan
3116
- #: ../admin/view/wp-slimstat-reports.php:1749
3117
  msgid "c-jo"
3118
  msgstr "Jordan"
3119
 
3120
  # Kazakhstan
3121
- #: ../admin/view/wp-slimstat-reports.php:1749
3122
  msgid "c-kz"
3123
  msgstr "Kasachstan"
3124
 
3125
  # Kenya
3126
- #: ../admin/view/wp-slimstat-reports.php:1749
3127
  msgid "c-ke"
3128
  msgstr "Kenia"
3129
 
3130
  # Nauru
3131
- #: ../admin/view/wp-slimstat-reports.php:1749
3132
  msgid "c-nr"
3133
  msgstr "Nauru"
3134
 
3135
  # Democratic People's Republic of Korea
3136
- #: ../admin/view/wp-slimstat-reports.php:1749
3137
  msgid "c-kp"
3138
  msgstr "Demokratische Volksrepublik Korea"
3139
 
3140
  # Republic of Korea
3141
- #: ../admin/view/wp-slimstat-reports.php:1749
3142
  msgid "c-kr"
3143
  msgstr "Republik Korea"
3144
 
3145
- #: ../admin/view/wp-slimstat-reports.php:1749
3146
  msgid "c-kv"
3147
  msgstr "Komi"
3148
 
3149
  # Kuwait
3150
- #: ../admin/view/wp-slimstat-reports.php:1749
3151
  msgid "c-kw"
3152
  msgstr "Kuwait"
3153
 
3154
  # Kyrgyzstan
3155
- #: ../admin/view/wp-slimstat-reports.php:1749
3156
  msgid "c-kg"
3157
  msgstr "Kirgistan"
3158
 
3159
  # Lao People's Democratic Republic
3160
- #: ../admin/view/wp-slimstat-reports.php:1749
3161
  msgid "c-la"
3162
  msgstr "Demokratische Volksrepublik Laos"
3163
 
3164
  # Latvia
3165
- #: ../admin/view/wp-slimstat-reports.php:1749
3166
  msgid "c-lv"
3167
  msgstr "Lettland"
3168
 
3169
  # Lebanon
3170
- #: ../admin/view/wp-slimstat-reports.php:1749
3171
  msgid "c-lb"
3172
  msgstr "Libanon"
3173
 
3174
  # Lesotho
3175
- #: ../admin/view/wp-slimstat-reports.php:1749
3176
  msgid "c-ls"
3177
  msgstr "Lesotho"
3178
 
3179
  # Liberia
3180
- #: ../admin/view/wp-slimstat-reports.php:1749
3181
  msgid "c-lr"
3182
  msgstr "Liberia"
3183
 
3184
  # Libyan Arab Jamahiriya
3185
- #: ../admin/view/wp-slimstat-reports.php:1749
3186
  msgid "c-ly"
3187
  msgstr "Libyen"
3188
 
3189
  # Liechtenstein
3190
- #: ../admin/view/wp-slimstat-reports.php:1749
3191
  msgid "c-li"
3192
  msgstr "Liechtenstein"
3193
 
3194
  # Lithuania
3195
- #: ../admin/view/wp-slimstat-reports.php:1749
3196
  msgid "c-lt"
3197
  msgstr "Litauen"
3198
 
3199
  # Luxembourg
3200
- #: ../admin/view/wp-slimstat-reports.php:1749
3201
  msgid "c-lu"
3202
  msgstr "Luxemburg"
3203
 
3204
  # The Former Yugoslav Republic of Macedonia
3205
- #: ../admin/view/wp-slimstat-reports.php:1749
3206
  msgid "c-mk"
3207
  msgstr "Ehemalige Jugoslawische Republik Mazedonien"
3208
 
3209
  # Madagascar
3210
- #: ../admin/view/wp-slimstat-reports.php:1749
3211
  msgid "c-mg"
3212
  msgstr "Madagaskar"
3213
 
3214
  # Malawi
3215
- #: ../admin/view/wp-slimstat-reports.php:1749
3216
  msgid "c-mw"
3217
  msgstr "Malawi"
3218
 
3219
  # Malaysia
3220
- #: ../admin/view/wp-slimstat-reports.php:1749
3221
  msgid "c-my"
3222
  msgstr "Malaysien"
3223
 
3224
  # Mali
3225
- #: ../admin/view/wp-slimstat-reports.php:1749
3226
  msgid "c-ml"
3227
  msgstr "Mali"
3228
 
3229
  # Malta
3230
- #: ../admin/view/wp-slimstat-reports.php:1749
3231
  msgid "c-mt"
3232
  msgstr "Malta"
3233
 
3234
  # Martinique
3235
- #: ../admin/view/wp-slimstat-reports.php:1749
3236
  msgid "c-mq"
3237
  msgstr "Martinique"
3238
 
3239
  # Mauritania
3240
- #: ../admin/view/wp-slimstat-reports.php:1749
3241
  msgid "c-mr"
3242
  msgstr "Mauritanien"
3243
 
3244
  # Mauritius
3245
- #: ../admin/view/wp-slimstat-reports.php:1749
3246
  msgid "c-mu"
3247
  msgstr "Mauritius"
3248
 
3249
  # Mexico
3250
- #: ../admin/view/wp-slimstat-reports.php:1749
3251
  msgid "c-mx"
3252
  msgstr "Mexiko"
3253
 
3254
  # Moldova
3255
- #: ../admin/view/wp-slimstat-reports.php:1749
3256
  msgid "c-md"
3257
  msgstr "Moldawien"
3258
 
3259
  # Mongolia
3260
- #: ../admin/view/wp-slimstat-reports.php:1749
3261
  msgid "c-mn"
3262
  msgstr "Mongolei"
3263
 
3264
  # Montenegro
3265
- #: ../admin/view/wp-slimstat-reports.php:1749
3266
  msgid "c-me"
3267
  msgstr "Montenegro"
3268
 
3269
  # Montserrat
3270
- #: ../admin/view/wp-slimstat-reports.php:1749
3271
  msgid "c-ms"
3272
  msgstr "Montserrat"
3273
 
3274
  # Morocco
3275
- #: ../admin/view/wp-slimstat-reports.php:1749
3276
  msgid "c-ma"
3277
  msgstr "Marokko"
3278
 
3279
  # Mozambique
3280
- #: ../admin/view/wp-slimstat-reports.php:1749
3281
  msgid "c-mz"
3282
  msgstr "Mosambik"
3283
 
3284
  # Myanmar
3285
- #: ../admin/view/wp-slimstat-reports.php:1749
3286
  msgid "c-mm"
3287
  msgstr "Myanmar"
3288
 
3289
  # Namibia
3290
- #: ../admin/view/wp-slimstat-reports.php:1749
3291
  msgid "c-na"
3292
  msgstr "Namibia"
3293
 
3294
  # Nepal
3295
- #: ../admin/view/wp-slimstat-reports.php:1749
3296
  msgid "c-np"
3297
  msgstr "Nepal"
3298
 
3299
  # Netherlands
3300
- #: ../admin/view/wp-slimstat-reports.php:1749
3301
  msgid "c-nl"
3302
  msgstr "Niederlande"
3303
 
3304
  # New Caledonia
3305
- #: ../admin/view/wp-slimstat-reports.php:1749
3306
  msgid "c-nc"
3307
  msgstr "Neukaledonien"
3308
 
3309
  # New Zealand
3310
- #: ../admin/view/wp-slimstat-reports.php:1749
3311
  msgid "c-nz"
3312
  msgstr "Neuseeland"
3313
 
3314
  # Nicaragua
3315
- #: ../admin/view/wp-slimstat-reports.php:1749
3316
  msgid "c-ni"
3317
  msgstr "Nicaragua"
3318
 
3319
  # Niger
3320
- #: ../admin/view/wp-slimstat-reports.php:1749
3321
  msgid "c-ne"
3322
  msgstr "Niger"
3323
 
3324
  # Nigeria
3325
- #: ../admin/view/wp-slimstat-reports.php:1749
3326
  msgid "c-ng"
3327
  msgstr "Nigeria"
3328
 
3329
  # Norway
3330
- #: ../admin/view/wp-slimstat-reports.php:1749
3331
  msgid "c-no"
3332
  msgstr "Norwegen"
3333
 
3334
  # Oman
3335
- #: ../admin/view/wp-slimstat-reports.php:1749
3336
  msgid "c-om"
3337
  msgstr "Oman"
3338
 
3339
  # Pakistan
3340
- #: ../admin/view/wp-slimstat-reports.php:1749
3341
  msgid "c-pk"
3342
  msgstr "Pakistan"
3343
 
3344
  # Palau
3345
- #: ../admin/view/wp-slimstat-reports.php:1749
3346
  msgid "c-pw"
3347
  msgstr "Palau"
3348
 
3349
  # Occupied Palestinian Territory
3350
- #: ../admin/view/wp-slimstat-reports.php:1749
3351
  msgid "c-ps"
3352
  msgstr "Palästinensische Autonomiegebiete"
3353
 
3354
  # Panama
3355
- #: ../admin/view/wp-slimstat-reports.php:1749
3356
  msgid "c-pa"
3357
  msgstr "Panama"
3358
 
3359
  # Papua New Guinea
3360
- #: ../admin/view/wp-slimstat-reports.php:1749
3361
  msgid "c-pg"
3362
  msgstr "Papua Neu Guinea"
3363
 
3364
  # Paraguay
3365
- #: ../admin/view/wp-slimstat-reports.php:1749
3366
  msgid "c-py"
3367
  msgstr "Paraguay"
3368
 
3369
  # Peru
3370
- #: ../admin/view/wp-slimstat-reports.php:1749
3371
  msgid "c-pe"
3372
  msgstr "Peru"
3373
 
3374
  # Philippines
3375
- #: ../admin/view/wp-slimstat-reports.php:1749
3376
  msgid "c-ph"
3377
  msgstr "Philippinen"
3378
 
3379
  # Poland
3380
- #: ../admin/view/wp-slimstat-reports.php:1749
3381
  msgid "c-pl"
3382
  msgstr "Polen"
3383
 
3384
  # Portugal
3385
- #: ../admin/view/wp-slimstat-reports.php:1749
3386
  msgid "c-pt"
3387
  msgstr "Portugal"
3388
 
3389
  # Puerto Rico
3390
- #: ../admin/view/wp-slimstat-reports.php:1749
3391
  msgid "c-pr"
3392
  msgstr "Puerto Rico"
3393
 
3394
  # Qatar
3395
- #: ../admin/view/wp-slimstat-reports.php:1749
3396
  msgid "c-qa"
3397
  msgstr "Katar"
3398
 
3399
  # Réunion
3400
- #: ../admin/view/wp-slimstat-reports.php:1749
3401
  msgid "c-re"
3402
  msgstr "Réunion"
3403
 
3404
  # Romania
3405
- #: ../admin/view/wp-slimstat-reports.php:1749
3406
  msgid "c-ro"
3407
  msgstr "Rum&auml;nien"
3408
 
3409
  # Russian Federation
3410
- #: ../admin/view/wp-slimstat-reports.php:1749
3411
  msgid "c-ru"
3412
  msgstr "Russische Föderation"
3413
 
3414
  # Rwanda
3415
- #: ../admin/view/wp-slimstat-reports.php:1749
3416
  msgid "c-rw"
3417
  msgstr "Ruanda"
3418
 
3419
  # Saint Kitts and Nevis
3420
- #: ../admin/view/wp-slimstat-reports.php:1749
3421
  msgid "c-kn"
3422
  msgstr "St. Kitts und Nevis"
3423
 
3424
  # Saint Lucia
3425
- #: ../admin/view/wp-slimstat-reports.php:1749
3426
  msgid "c-lc"
3427
  msgstr "Saint Lucia"
3428
 
3429
  # Saint Martin
3430
- #: ../admin/view/wp-slimstat-reports.php:1749
3431
  msgid "c-mf"
3432
  msgstr "Saint Martin"
3433
 
3434
  # Saint Vincent and the Grenadines
3435
- #: ../admin/view/wp-slimstat-reports.php:1749
3436
  msgid "c-vc"
3437
  msgstr "St. Vincent und die Grenadinen"
3438
 
3439
  # Samoa
3440
- #: ../admin/view/wp-slimstat-reports.php:1749
3441
  msgid "c-ws"
3442
  msgstr "Samoa"
3443
 
3444
  # Sao Tome and Principe
3445
- #: ../admin/view/wp-slimstat-reports.php:1749
3446
  msgid "c-st"
3447
  msgstr "Sao Tomé und Príncipe"
3448
 
3449
  # Saudi Arabia
3450
- #: ../admin/view/wp-slimstat-reports.php:1749
3451
  msgid "c-sa"
3452
  msgstr "Saudi Arabien"
3453
 
3454
  # Senegal
3455
- #: ../admin/view/wp-slimstat-reports.php:1749
3456
  msgid "c-sn"
3457
  msgstr "Senegal"
3458
 
3459
  # Serbia
3460
- #: ../admin/view/wp-slimstat-reports.php:1749
3461
  msgid "c-rs"
3462
  msgstr "Serbien"
3463
 
3464
  # Sierra Leone
3465
- #: ../admin/view/wp-slimstat-reports.php:1749
3466
  msgid "c-sl"
3467
  msgstr "Sierra Leone"
3468
 
3469
  # Singapore
3470
- #: ../admin/view/wp-slimstat-reports.php:1749
3471
  msgid "c-sg"
3472
  msgstr "Singapur"
3473
 
3474
  # Slovakia
3475
- #: ../admin/view/wp-slimstat-reports.php:1749
3476
  msgid "c-sk"
3477
  msgstr "Slowakei"
3478
 
3479
  # Slovenia
3480
- #: ../admin/view/wp-slimstat-reports.php:1749
3481
  msgid "c-si"
3482
  msgstr "Slowenien"
3483
 
3484
  # Solomon Islands
3485
- #: ../admin/view/wp-slimstat-reports.php:1749
3486
  msgid "c-sb"
3487
  msgstr "Salomonen"
3488
 
3489
  # Somalia
3490
- #: ../admin/view/wp-slimstat-reports.php:1749
3491
  msgid "c-so"
3492
  msgstr "Somalia"
3493
 
3494
  # South Africa
3495
- #: ../admin/view/wp-slimstat-reports.php:1749
3496
  msgid "c-za"
3497
  msgstr "Südafrika"
3498
 
3499
  # South Georgia and the South Sandwich Islands
3500
- #: ../admin/view/wp-slimstat-reports.php:1749
3501
  msgid "c-gs"
3502
  msgstr "Südgeorgien und die Südlichen Sandwichinseln"
3503
 
3504
  # Spain
3505
- #: ../admin/view/wp-slimstat-reports.php:1749
3506
  msgid "c-es"
3507
  msgstr "Spanien"
3508
 
3509
  # Sri Lanka
3510
- #: ../admin/view/wp-slimstat-reports.php:1749
3511
  msgid "c-lk"
3512
  msgstr "Sri Lanka"
3513
 
3514
- #: ../admin/view/wp-slimstat-reports.php:1749
3515
  msgid "c-sc"
3516
  msgstr ""
3517
 
3518
  # Sudan
3519
- #: ../admin/view/wp-slimstat-reports.php:1749
3520
  msgid "c-sd"
3521
  msgstr "Sudan"
3522
 
3523
- #: ../admin/view/wp-slimstat-reports.php:1749
3524
  msgid "c-ss"
3525
  msgstr "Siswati"
3526
 
3527
  # Suriname
3528
- #: ../admin/view/wp-slimstat-reports.php:1749
3529
  msgid "c-sr"
3530
  msgstr "Suriname"
3531
 
3532
  # Svalbard and Jan Mayen
3533
- #: ../admin/view/wp-slimstat-reports.php:1749
3534
  msgid "c-sj"
3535
  msgstr "Spitzbergen und Jan Mayen"
3536
 
3537
  # Swaziland
3538
- #: ../admin/view/wp-slimstat-reports.php:1749
3539
  msgid "c-sz"
3540
  msgstr "Swaziland"
3541
 
3542
  # Sweden
3543
- #: ../admin/view/wp-slimstat-reports.php:1749
3544
  msgid "c-se"
3545
  msgstr "Schweden"
3546
 
3547
  # Switzerland
3548
- #: ../admin/view/wp-slimstat-reports.php:1749
3549
  msgid "c-ch"
3550
  msgstr "Schweiz"
3551
 
3552
  # Syrian Arab Republic
3553
- #: ../admin/view/wp-slimstat-reports.php:1749
3554
  msgid "c-sy"
3555
  msgstr "Arabische Republik Syrien"
3556
 
3557
  # Taiwan, Province of China
3558
- #: ../admin/view/wp-slimstat-reports.php:1749
3559
  msgid "c-tw"
3560
  msgstr "Taiwan"
3561
 
3562
  # Tajikistan
3563
- #: ../admin/view/wp-slimstat-reports.php:1749
3564
  msgid "c-tj"
3565
  msgstr "Tadschikistan"
3566
 
3567
  # United Republic of Tanzania
3568
- #: ../admin/view/wp-slimstat-reports.php:1749
3569
  msgid "c-tz"
3570
  msgstr "Vereinigte Republik Tansania"
3571
 
3572
  # Thailand
3573
- #: ../admin/view/wp-slimstat-reports.php:1749
3574
  msgid "c-th"
3575
  msgstr "Thailand"
3576
 
3577
  # Timor-Leste
3578
- #: ../admin/view/wp-slimstat-reports.php:1749
3579
  msgid "c-tl"
3580
  msgstr "Timor-Leste"
3581
 
3582
  # Togo
3583
- #: ../admin/view/wp-slimstat-reports.php:1749
3584
  msgid "c-tg"
3585
  msgstr "Togo"
3586
 
3587
  # Tonga
3588
- #: ../admin/view/wp-slimstat-reports.php:1749
3589
  msgid "c-to"
3590
  msgstr "Tonga"
3591
 
3592
  # Trinidad and Tobago
3593
- #: ../admin/view/wp-slimstat-reports.php:1749
3594
  msgid "c-tt"
3595
  msgstr "Trinidad und Tobago"
3596
 
3597
  # Tunisia
3598
- #: ../admin/view/wp-slimstat-reports.php:1749
3599
  msgid "c-tn"
3600
  msgstr "Tunesien"
3601
 
3602
  # Turkey
3603
- #: ../admin/view/wp-slimstat-reports.php:1749
3604
  msgid "c-tr"
3605
  msgstr "T&uuml;rkei"
3606
 
3607
  # Turkmenistan
3608
- #: ../admin/view/wp-slimstat-reports.php:1749
3609
  msgid "c-tm"
3610
  msgstr "Turkmenistan"
3611
 
3612
  # Turks and Caicos Islands
3613
- #: ../admin/view/wp-slimstat-reports.php:1749
3614
  msgid "c-tc"
3615
  msgstr "Turks- und Caicosinseln"
3616
 
3617
  # Uganda
3618
- #: ../admin/view/wp-slimstat-reports.php:1749
3619
  msgid "c-ug"
3620
  msgstr "Uganda"
3621
 
3622
  # Ukraine
3623
- #: ../admin/view/wp-slimstat-reports.php:1749
3624
  msgid "c-ua"
3625
  msgstr "Ukraine"
3626
 
3627
  # United Arab Emirates
3628
- #: ../admin/view/wp-slimstat-reports.php:1749
3629
  msgid "c-ae"
3630
  msgstr "Vereinigte Arabische Emirate"
3631
 
3632
  # United Kingdom
3633
- #: ../admin/view/wp-slimstat-reports.php:1749
3634
  msgid "c-gb"
3635
  msgstr "Vereinigtes K&ouml;nigreich"
3636
 
3637
  # United States
3638
- #: ../admin/view/wp-slimstat-reports.php:1749
3639
  msgid "c-us"
3640
  msgstr "Vereinigte Staaten"
3641
 
3642
  # Uruguay
3643
- #: ../admin/view/wp-slimstat-reports.php:1749
3644
  msgid "c-uy"
3645
  msgstr "Uruguay"
3646
 
3647
  # Uzbekistan
3648
- #: ../admin/view/wp-slimstat-reports.php:1749
3649
  msgid "c-uz"
3650
  msgstr "Usbekistan"
3651
 
3652
  # Vanuatu
3653
- #: ../admin/view/wp-slimstat-reports.php:1749
3654
  msgid "c-vu"
3655
  msgstr "Vanuatu"
3656
 
3657
  # Venezuela
3658
- #: ../admin/view/wp-slimstat-reports.php:1749
3659
  msgid "c-ve"
3660
  msgstr "Venezuela"
3661
 
3662
  # Viet Nam
3663
- #: ../admin/view/wp-slimstat-reports.php:1749
3664
  msgid "c-vn"
3665
  msgstr "Vietnam"
3666
 
3667
  # British Virgin Islands
3668
- #: ../admin/view/wp-slimstat-reports.php:1749
3669
  msgid "c-vg"
3670
  msgstr "Jungferninseln"
3671
 
3672
  # U.S. Virgin Islands
3673
- #: ../admin/view/wp-slimstat-reports.php:1749
3674
  msgid "c-vi"
3675
  msgstr "Amerikanische Jungferninseln"
3676
 
3677
  # Western Sahara
3678
- #: ../admin/view/wp-slimstat-reports.php:1749
3679
  msgid "c-eh"
3680
  msgstr "Westsahara"
3681
 
3682
  # Yemen
3683
- #: ../admin/view/wp-slimstat-reports.php:1749
3684
  msgid "c-ye"
3685
  msgstr "Jemen"
3686
 
3687
  # Zambia
3688
- #: ../admin/view/wp-slimstat-reports.php:1749
3689
  msgid "c-zm"
3690
  msgstr "Sambia"
3691
 
3692
  # Zimbabwe
3693
- #: ../admin/view/wp-slimstat-reports.php:1749
3694
  msgid "c-zw"
3695
  msgstr "Zimbabwe"
3696
 
3697
  # Guernsey
3698
- #: ../admin/view/wp-slimstat-reports.php:1749
3699
  msgid "c-gg"
3700
  msgstr "Guernsey"
3701
 
3702
  # Jersey
3703
- #: ../admin/view/wp-slimstat-reports.php:1749
3704
  msgid "c-je"
3705
  msgstr "Jersey"
3706
 
3707
  # Isle of Man
3708
- #: ../admin/view/wp-slimstat-reports.php:1749
3709
  msgid "c-im"
3710
  msgstr "Isle of Man"
3711
 
3712
  # Maldives
3713
- #: ../admin/view/wp-slimstat-reports.php:1749
3714
  msgid "c-mv"
3715
  msgstr "Malediven"
3716
 
3717
- #: ../admin/view/wp-slimstat-reports.php:1750
3718
  msgid "c-eu"
3719
  msgstr ""
3720
 
3721
- #: ../admin/view/wp-slimstat-reports.php:1827
3722
  msgid "src"
3723
  msgstr "src"
3724
 
3725
- #: ../admin/view/wp-slimstat-reports.php:1831
3726
  msgid "serp"
3727
  msgstr "serp"
3728
 
3729
- #: ../admin/view/wp-slimstat-reports.php:1839
3730
  msgid "Go to the referring page"
3731
  msgstr "Verweisende Seite &ouml;ffnen"
3732
 
3733
- #: ../admin/view/wp-slimstat-reports.php:1861
3734
  msgid "Remove filter for"
3735
  msgstr "Entferne Filter f&uuml;r"
3736
 
3737
- #: ../admin/view/wp-slimstat-reports.php:1865
3738
  msgid "Save"
3739
  msgstr ""
3740
 
3741
- #: ../admin/view/wp-slimstat-reports.php:1868
3742
  #, fuzzy
3743
  msgid "Reset All"
3744
  msgstr "Datenbanktabellen zurücksetzen"
3745
 
3746
- #: ../admin/view/wp-slimstat-reports.php:1872
3747
  msgid "Current filters:"
3748
  msgstr "Aktuelle Filter:"
3749
 
@@ -3778,65 +3843,71 @@ msgstr "WordPress-Integration"
3778
  msgid "Inactive Reports"
3779
  msgstr "Berichte zurücksetzen"
3780
 
3781
- #: ../admin/wp-slimstat-admin.php:562
3782
  #, fuzzy
3783
  msgid "SlimStat"
3784
  msgstr "&Uuml;ber WP SlimStat"
3785
 
3786
- #: ../admin/wp-slimstat-admin.php:620
3787
  #, fuzzy
3788
  msgid "Slimstat"
3789
  msgstr "&Uuml;ber WP SlimStat"
3790
 
3791
- #: ../admin/wp-slimstat-admin.php:709
3792
  #, fuzzy
3793
  msgid "Pageviews in the last "
3794
  msgstr "Seitenaufrufe (Diagramm)"
3795
 
3796
- #: ../admin/wp-slimstat-admin.php:712
3797
  #, fuzzy
3798
  msgid "Unique IPs in the last "
3799
  msgstr "Eindeutige interne Zugriffe"
3800
 
3801
- #: ../admin/wp-slimstat-admin.php:766
 
 
 
 
 
 
3802
  msgid "Show on screen"
3803
  msgstr "Anzeigen"
3804
 
3805
- #: ../admin/wp-slimstat-admin.php:847
3806
  msgid "Already saved"
3807
  msgstr ""
3808
 
3809
- #: ../admin/wp-slimstat-admin.php:855
3810
  msgid "Saved"
3811
  msgstr ""
3812
 
3813
- #: ../admin/wp-slimstat-admin.php:875
3814
  #, fuzzy
3815
  msgid "Delete this filter"
3816
  msgstr "Lösche Seitenaufrufe, wo"
3817
 
3818
- #: ../admin/wp-slimstat-admin.php:919
3819
  msgid "There was an error updating the following options:"
3820
  msgstr "Fehler beim Aktualisieren folgender Optionen:"
3821
 
3822
- #: ../admin/wp-slimstat-admin.php:922
3823
  #, fuzzy
3824
  msgid "Your changes have been saved."
3825
  msgstr "Optionen erfolgreich aktualisiert."
3826
 
3827
- #: ../admin/wp-slimstat-admin.php:945
3828
  msgid "Save Changes"
3829
  msgstr "Änderungen speichern"
3830
 
3831
- #: ../admin/wp-slimstat-admin.php:961
3832
  msgid "Definitions"
3833
  msgstr "Definitionen"
3834
 
3835
- #: ../admin/wp-slimstat-admin.php:964
3836
  msgid "Pageview"
3837
  msgstr "Seitenaufrufe"
3838
 
3839
- #: ../admin/wp-slimstat-admin.php:964
3840
  #, fuzzy
3841
  msgid ""
3842
  "A request to load a single HTML file (\"page\"). This should be contrasted "
@@ -3847,11 +3918,11 @@ msgstr ""
3847
  "jedesmal einen 'Seitenaufruf' auf wenn der Tracking-Code ausgef&uuml;hrt "
3848
  "wird."
3849
 
3850
- #: ../admin/wp-slimstat-admin.php:965
3851
  msgid "(Human) Visit"
3852
  msgstr "Echte Besuche"
3853
 
3854
- #: ../admin/wp-slimstat-admin.php:965
3855
  msgid ""
3856
  "A period of interaction between a visitor's browser and your website, ending "
3857
  "when the browser is closed or when the user has been inactive on that site "
@@ -3861,7 +3932,7 @@ msgstr ""
3861
  "Diese endet wenn der Browser geschlossen wird oder der Besucher 30 Minuten "
3862
  "lang nicht auf der Website aktiv war"
3863
 
3864
- #: ../admin/wp-slimstat-admin.php:966
3865
  msgid ""
3866
  "Any user who has left a comment on your blog, and is thus identified by "
3867
  "Wordpress as a returning visitor"
@@ -3869,11 +3940,11 @@ msgstr ""
3869
  "Jeder Benutzer, der einen Kommentar auf Ihrer Website hinterlassen hat und "
3870
  "damit als wiederkehrender Besucher erkannt wird."
3871
 
3872
- #: ../admin/wp-slimstat-admin.php:967
3873
  msgid "Unique IP"
3874
  msgstr "Eindeutige IPs"
3875
 
3876
- #: ../admin/wp-slimstat-admin.php:967
3877
  msgid ""
3878
  "Used to differentiate between multiple requests to download a file from one "
3879
  "internet address (IP) and requests originating from many distinct addresses; "
@@ -3885,7 +3956,7 @@ msgstr ""
3885
  "Adresse von der ein Seitenaufruf stammt achtet, ist es nützlich, aber nicht "
3886
  "perfekt."
3887
 
3888
- #: ../admin/wp-slimstat-admin.php:968
3889
  msgid ""
3890
  "the originating IP address of a client connecting to a web server through an "
3891
  "HTTP proxy or load balancer"
@@ -3893,11 +3964,11 @@ msgstr ""
3893
  "Die ursprüngliche IP-Adresse eines Clients, der sich durch einen HTTP Proxy "
3894
  "oder Load Balancer mit dem Server verbunden hat."
3895
 
3896
- #: ../admin/wp-slimstat-admin.php:969
3897
  msgid "Direct Traffic"
3898
  msgstr "Direkter Besuch"
3899
 
3900
- #: ../admin/wp-slimstat-admin.php:969
3901
  msgid ""
3902
  "All those people showing up to your Web site by typing in the URL of your "
3903
  "Web site coming or from a bookmark; some people also call this \"default "
@@ -3907,11 +3978,11 @@ msgstr ""
3907
  "oder ein Lesezeichen erreichen; auch \"default traffic\" oder \"ambient "
3908
  "traffic\" genannt."
3909
 
3910
- #: ../admin/wp-slimstat-admin.php:970
3911
  msgid "Search Engine"
3912
  msgstr "Suchmaschinen"
3913
 
3914
- #: ../admin/wp-slimstat-admin.php:970
3915
  msgid ""
3916
  "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
3917
  "as well as your paid (PPC/SEM) traffic, so be aware of that"
@@ -3919,15 +3990,15 @@ msgstr ""
3919
  "Google, Yahoo, MSN, Ask usw.; hiwer ist sowohl organischer als auch "
3920
  "bezahlter (PPC/SEM) Traffic enthalten."
3921
 
3922
- #: ../admin/wp-slimstat-admin.php:971 ../admin/wp-slimstat-admin.php:987
3923
  msgid "Keywords used by your visitors to find your website on a search engine"
3924
  msgstr "Begriffe welche von Besuchern in Suchmaschinen verwendet wurden"
3925
 
3926
- #: ../admin/wp-slimstat-admin.php:972
3927
  msgid "SERP"
3928
  msgstr "SERP"
3929
 
3930
- #: ../admin/wp-slimstat-admin.php:972
3931
  msgid ""
3932
  "Short for search engine results page, the Web page that a search engine "
3933
  "returns with the results of its search. The value shown represents your rank "
@@ -3936,7 +4007,7 @@ msgstr ""
3936
  "\"Search Engine Result Pages\" - Suchmaschinenranking. Der Wert "
3937
  "repräsentiert Ihren Rang (die Postition) in den Suchergebnissen."
3938
 
3939
- #: ../admin/wp-slimstat-admin.php:973
3940
  msgid ""
3941
  "Any program used for accessing a website; this includes browsers, robots, "
3942
  "spiders and any other program that was used to retrieve information from the "
@@ -3946,7 +4017,7 @@ msgstr ""
3946
  "usw.), 'Robots' und 'Spider' sowie jedes andere Programm welches "
3947
  "Informationen von einer Website abruft."
3948
 
3949
- #: ../admin/wp-slimstat-admin.php:974
3950
  msgid ""
3951
  "A link from one domain to another is said to be outbound from its source "
3952
  "anchor and inbound to its target. This report lists all the links to other "
@@ -3955,27 +4026,27 @@ msgstr ""
3955
  "Ausgehende Links sind links zu einer anderen Domain. Dieser Report zeigt "
3956
  "alle Links zu anderen Websites die Ihre Besucher verfolgt haben."
3957
 
3958
- #: ../admin/wp-slimstat-admin.php:981
3959
  msgid "Basic Filters"
3960
  msgstr "Einfache Filter"
3961
 
3962
- #: ../admin/wp-slimstat-admin.php:984
3963
  msgid "User agent (Firefox, Chrome, ...)"
3964
  msgstr "Browser (Firefox, Chrome ...)"
3965
 
3966
- #: ../admin/wp-slimstat-admin.php:985
3967
  msgid "2-letter code (us, ru, de, it, ...)"
3968
  msgstr "Länder-Code (us, ru, de, it...)"
3969
 
3970
- #: ../admin/wp-slimstat-admin.php:986
3971
  msgid "IP"
3972
  msgstr "IP"
3973
 
3974
- #: ../admin/wp-slimstat-admin.php:986
3975
  msgid "Visitor's public IP address"
3976
  msgstr "&Ouml;ffentliche IP-Adresse des Besuchers"
3977
 
3978
- #: ../admin/wp-slimstat-admin.php:988
3979
  msgid ""
3980
  "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
3981
  "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
@@ -3984,7 +4055,7 @@ msgstr ""
3984
  "Siehe <a target=\"_blank\" href=\"http://msdn.microsoft.com/en-us/library/"
3985
  "ee825488(v=cs.20).aspx\">Tabelle von Sprach-Kodierungen</a> "
3986
 
3987
- #: ../admin/wp-slimstat-admin.php:989
3988
  msgid ""
3989
  "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
3990
  "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
@@ -3994,20 +4065,20 @@ msgstr ""
3994
  "gibt es auf <a href=\"http://php.net/manual/de/function.get-browser.php\" "
3995
  "target=\"_blank\">dieser Seite</a>"
3996
 
3997
- #: ../admin/wp-slimstat-admin.php:990
3998
  msgid "URL accessed on your site"
3999
  msgstr "URL, die auf Ihrer Seite besucht wurde"
4000
 
4001
- #: ../admin/wp-slimstat-admin.php:991
4002
  #, fuzzy
4003
  msgid "Complete address of the referrer page"
4004
  msgstr "Verweisende Seite &ouml;ffnen"
4005
 
4006
- #: ../admin/wp-slimstat-admin.php:992
4007
  msgid "Visitor's Name"
4008
  msgstr "Besuchername"
4009
 
4010
- #: ../admin/wp-slimstat-admin.php:992
4011
  msgid ""
4012
  "Visitors' names according to the cookie set by Wordpress after they leave a "
4013
  "comment"
@@ -4015,15 +4086,15 @@ msgstr ""
4015
  "Besuchername laut Cookie, welches Wordpress beim hinterlassen eines "
4016
  "Kommentars anlegt"
4017
 
4018
- #: ../admin/wp-slimstat-admin.php:1000
4019
  msgid "Advanced Filters"
4020
  msgstr "Erweiterte Filter"
4021
 
4022
- #: ../admin/wp-slimstat-admin.php:1003
4023
  msgid "user agent version (9.0, 11, ...)"
4024
  msgstr "Browser-Version (9.0, 11, ...)"
4025
 
4026
- #: ../admin/wp-slimstat-admin.php:1004
4027
  msgid ""
4028
  "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
4029
  "all others"
@@ -4031,11 +4102,11 @@ msgstr ""
4031
  "1 = Suchmaschinen Crawler, 2 = Mobiles Gerät, 3 = Feed-Reader, 0 = alle "
4032
  "anderen"
4033
 
4034
- #: ../admin/wp-slimstat-admin.php:1005
4035
  msgid "Pageview Attributes"
4036
  msgstr "Eigenschaften Seitenaufrufe"
4037
 
4038
- #: ../admin/wp-slimstat-admin.php:1005
4039
  msgid ""
4040
  "this field is set to <em>[pre]</em> if the resource has been accessed "
4041
  "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
@@ -4045,19 +4116,19 @@ msgstr ""
4045
  "target=\"_blank\" href=\"https://developer.mozilla.org/en/"
4046
  "Link_prefetching_FAQ\">Link Prefetching</a> oder eine &auml;hnliche "
4047
 
4048
- #: ../admin/wp-slimstat-admin.php:1006
4049
  msgid "author associated to that post/page when the resource was accessed"
4050
  msgstr "Der dem Artikel / der Seite zugeordnete Autor"
4051
 
4052
- #: ../admin/wp-slimstat-admin.php:1007
4053
  msgid "ID of the category/term associated to the resource, when available"
4054
  msgstr "ID der zugeordneten Kategorie, falls vorhanden"
4055
 
4056
- #: ../admin/wp-slimstat-admin.php:1008
4057
  msgid "visitor's originating IP address, if available"
4058
  msgstr "IP-Adresse des Besuchers, falls bekannt"
4059
 
4060
- #: ../admin/wp-slimstat-admin.php:1009
4061
  msgid ""
4062
  "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
4063
  "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
@@ -4070,15 +4141,15 @@ msgstr ""
4070
  "feed, home; F&uuml;r mehr Infos s. <a target=\"_blank\" href=\"http://codex."
4071
  "wordpress.org/Conditional_Tags\">Conditional Tags</a>."
4072
 
4073
- #: ../admin/wp-slimstat-admin.php:1010
4074
  msgid "Screen Resolution"
4075
  msgstr "Bildschirm-Aufl&ouml;sung"
4076
 
4077
- #: ../admin/wp-slimstat-admin.php:1010
4078
  msgid "viewport width and height (1024x768, 800x600, ...)"
4079
  msgstr "Breite und H&ouml;he des sichtbaren Bereiches"
4080
 
4081
- #: ../admin/wp-slimstat-admin.php:1011
4082
  msgid ""
4083
  "generally used in conjunction with <em>is not empty</em>, identifies human "
4084
  "visitors"
@@ -4086,11 +4157,11 @@ msgstr ""
4086
  "Meist im Zusammenhang mit <em>nicht leer</em> verwendet, kennzeichnet echte "
4087
  "Besucher"
4088
 
4089
- #: ../admin/wp-slimstat-admin.php:1012
4090
  msgid "Date Filters"
4091
  msgstr "Datumsfilter"
4092
 
4093
- #: ../admin/wp-slimstat-admin.php:1012
4094
  msgid ""
4095
  "you can specify the timeframe by entering a number in the <em>interval</em> "
4096
  "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
@@ -4100,26 +4171,26 @@ msgstr ""
4100
  "-1 erzeugt ein Intervall seit Beginn des Jahres / Monats, z.B. Tag=1, "
4101
  "Monat=1, Jahr leer, Intervall=-1 erzeugt einen 'seit Jahresbeginn' Filter."
4102
 
4103
- #: ../admin/wp-slimstat-admin.php:1013
4104
  msgid "SERP Position"
4105
  msgstr "Suchmaschinenrang"
4106
 
4107
- #: ../admin/wp-slimstat-admin.php:1013
4108
  msgid ""
4109
  "set the filter to Referer contains cd=N&, where N is the position you are "
4110
  "looking for"
4111
  msgstr ""
4112
  "Filter nach Herkunft mit cd=N& setzen, wobei N die gesuchte Position ist"
4113
 
4114
- #: ../admin/wp-slimstat-admin.php:1040
4115
  msgid "Yes"
4116
  msgstr "Ja"
4117
 
4118
- #: ../admin/wp-slimstat-admin.php:1041
4119
  msgid "No"
4120
  msgstr "Nein"
4121
 
4122
- #: ../admin/wp-slimstat-admin.php:1042
4123
  msgid "Site Specific"
4124
  msgstr ""
4125
 
@@ -5752,104 +5823,118 @@ msgstr "Unknown"
5752
  msgid "c-xy"
5753
  msgstr "Lokale IP-Adresse"
5754
 
5755
- #: ../wp-slimstat.php:237 ../wp-slimstat.php:524
5756
  msgid "Notice: Pageview filtered by third-party code"
5757
  msgstr ""
5758
 
5759
- #: ../wp-slimstat.php:254
5760
  #, fuzzy, php-format
5761
  msgid "Error: Malformed URL %s"
5762
  msgstr "Ignoriere Benutzer"
5763
 
5764
- #: ../wp-slimstat.php:278
5765
  #, fuzzy, php-format
5766
  msgid "Notice: Referrer %s is blacklisted"
5767
  msgstr "Browser-F&auml;higkeiten"
5768
 
5769
- #: ../wp-slimstat.php:356
5770
  #, fuzzy, php-format
5771
  msgid "Notice: Permalink %s is blacklisted"
5772
  msgstr "Browser-F&auml;higkeiten"
5773
 
5774
- #: ../wp-slimstat.php:367
5775
  msgid "Error: Empty or not supported IP address format (IPv6)"
5776
  msgstr ""
5777
 
5778
- #: ../wp-slimstat.php:376
5779
  #, php-format
5780
  msgid "Notice: Logged in user %s not tracked"
5781
  msgstr ""
5782
 
5783
- #: ../wp-slimstat.php:384
5784
  #, php-format
5785
  msgid "Notice: User with capability %s not tracked"
5786
  msgstr ""
5787
 
5788
- #: ../wp-slimstat.php:394
5789
  #, fuzzy, php-format
5790
  msgid "Notice: User %s is blacklisted"
5791
  msgstr "Browser-F&auml;higkeiten"
5792
 
5793
- #: ../wp-slimstat.php:415
5794
  #, fuzzy, php-format
5795
  msgid "Notice: Spammer %s not tracked"
5796
  msgstr "Bot oder Crawler"
5797
 
5798
- #: ../wp-slimstat.php:444
5799
  #, fuzzy, php-format
5800
  msgid "Notice: IP address %s is blacklisted"
5801
  msgstr "Browser-F&auml;higkeiten"
5802
 
5803
- #: ../wp-slimstat.php:473
5804
  #, fuzzy, php-format
5805
  msgid "Notice: Country %s is blacklisted"
5806
  msgstr "Browser-F&auml;higkeiten"
5807
 
5808
- #: ../wp-slimstat.php:482
5809
  msgid "Notice: Prefetch requests are ignored"
5810
  msgstr ""
5811
 
5812
- #: ../wp-slimstat.php:498
5813
  #, fuzzy
5814
  msgid "Notice: Bot not tracked"
5815
  msgstr "Bot oder Crawler"
5816
 
5817
- #: ../wp-slimstat.php:507
5818
  #, fuzzy, php-format
5819
  msgid "Notice: Browser %s is blacklisted"
5820
  msgstr "Browser-F&auml;higkeiten"
5821
 
5822
- #: ../wp-slimstat.php:537
5823
  msgid "Error:"
5824
  msgstr ""
5825
 
5826
- #: ../wp-slimstat.php:1153
5827
  msgid "Invalid payload string. Try clearing your WordPress cache."
5828
  msgstr ""
5829
 
5830
- #: ../wp-slimstat.php:1163
5831
  msgid "Invalid data signature. Try clearing your WordPress cache."
5832
  msgstr ""
5833
 
5834
- #: ../wp-slimstat.php:1235
5835
  #, fuzzy
5836
  msgid "There was an error downloading the MaxMind Geolite DB:"
5837
  msgstr "Fehler beim Aktualisieren folgender Optionen:"
5838
 
5839
- #: ../wp-slimstat.php:1243 ../wp-slimstat.php:1252
5840
  #, fuzzy
5841
  msgid "There was an error opening the zipped MaxMind Geolite DB."
5842
  msgstr "Fehler beim Aktualisieren folgender Optionen:"
5843
 
5844
- #: ../wp-slimstat.php:1247
5845
  msgid "Function gzopen not defined. Aborting."
5846
  msgstr ""
5847
 
5848
- #: ../wp-slimstat.php:1257
5849
  #, fuzzy
5850
  msgid "There was an error opening the unzipped MaxMind Geolite DB."
5851
  msgstr "Fehler beim Aktualisieren folgender Optionen:"
5852
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5853
  #, fuzzy
5854
  #~ msgid "Delete records"
5855
  #~ msgstr "Datensätze"
@@ -5902,10 +5987,6 @@ msgstr "Fehler beim Aktualisieren folgender Optionen:"
5902
  #~ msgid "Custom Reports"
5903
  #~ msgstr "individuelle Auswertungen"
5904
 
5905
- #, fuzzy
5906
- #~ msgid "Tracking"
5907
- #~ msgstr "Tracking aktiv"
5908
-
5909
  # capability = Resource?
5910
  #, fuzzy
5911
  #~ msgid ""
@@ -5923,10 +6004,6 @@ msgstr "Fehler beim Aktualisieren folgender Optionen:"
5923
  #~ msgid "Detect Smoothing"
5924
  #~ msgstr "Smoothing erkennen"
5925
 
5926
- #, fuzzy
5927
- #~ msgid "External Pages"
5928
- #~ msgstr "Gesamte Seitenaufrufe"
5929
-
5930
  #~ msgid "Recent Screen Resolutions"
5931
  #~ msgstr "Letzte Bildschirmaufl&ouml;sungen"
5932
 
@@ -6184,9 +6261,6 @@ msgstr "Fehler beim Aktualisieren folgender Optionen:"
6184
  #~ msgid "Right Now Screen"
6185
  #~ msgstr "Aktuell"
6186
 
6187
- #~ msgid "Blacklist"
6188
- #~ msgstr "Blacklist"
6189
-
6190
  #~ msgid ""
6191
  #~ "Add <em>markings</em> to each chart by specifying a date and its "
6192
  #~ "description in the field below. Useful to keep track of special events "
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP SlimStat\n"
4
+ "POT-Creation-Date: 2016-02-27 22:59-0500\n"
5
+ "PO-Revision-Date: 2016-02-27 22:59-0500\n"
6
  "Last-Translator: WP Slimstat <support@wp-slimstat.com>\n"
7
  "Language-Team: TechnoViel <klaus@technoviel.de>\n"
8
  "Language: de_DE\n"
16
  "X-Generator: Poedit 1.7.7\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
18
  "X-Poedit-SearchPath-0: ..\n"
19
+ "X-Poedit-SearchPathExcluded-0: ../admin/update-checker\n"
20
+ "X-Poedit-SearchPathExcluded-1: ../admin/js\n"
21
 
22
  #: ../admin/config/index.php:33
23
  msgid ""
103
  "etc. This option is ignored if Tracking Mode is set to Client."
104
  msgstr ""
105
 
106
+ #: ../admin/config/index.php:97 ../admin/view/wp-slimstat-reports.php:1372
107
  msgid "Off"
108
  msgstr "Aus"
109
 
124
  "Aktivieren Sie diese Option, wenn Sie die Aktivitäten Ihrer Benutzer "
125
  "innerhalb des Adminbereiches verfolgen wollen."
126
 
127
+ #: ../admin/config/index.php:98 ../admin/config/index.php:118
128
+ #: ../admin/config/index.php:119
129
  #, fuzzy
130
  msgid "Track"
131
  msgstr "Benutzer tracken"
141
 
142
  #: ../admin/config/index.php:101
143
  #, fuzzy
144
+ msgid "Dashboard Widgets"
145
+ msgstr "&Uuml;bersicht"
146
+
147
+ #: ../admin/config/index.php:101
148
+ msgid ""
149
+ "Choose if you want to have the most important reports on your WordPress "
150
+ "Dashboard. Use the Screen Options dropdown to select which ones to display."
151
+ msgstr ""
152
+
153
+ #: ../admin/config/index.php:102
154
+ #, fuzzy
155
  msgid "Menu Position"
156
  msgstr "Suchmaschinenrang"
157
 
158
+ #: ../admin/config/index.php:102
159
  #, fuzzy
160
  msgid ""
161
  "Choose between a standalone admin menu for Slimstat or a drop down in the "
164
  "Das Dashboard-Men&uuml; kann um ein eigenes WP SlimStat Men&uuml; erg&auml;"
165
  "nzt werden."
166
 
167
+ #: ../admin/config/index.php:102
168
  msgid "Side Menu"
169
  msgstr "Seitenmenü"
170
 
171
+ #: ../admin/config/index.php:102
172
  msgid "Admin Bar"
173
  msgstr "Adminleiste"
174
 
175
+ #: ../admin/config/index.php:103
176
  #, fuzzy
177
  msgid "Posts and Pages"
178
  msgstr "Top-Einstiegsseiten"
179
 
180
+ #: ../admin/config/index.php:103
181
  #, fuzzy
182
  msgid ""
183
  "Add a new column to the Edit Posts/Pages screens, with the number of hits "
186
  "F&uuml;gt eine Spalte in der Beitrags&uuml;bersicht ein, welche die Anzahl "
187
  "der Zugriffe pro Beitrag anzeigt."
188
 
189
+ #: ../admin/config/index.php:104
190
  #, fuzzy
191
  msgid "Report Interval"
192
  msgstr "Eindeutige interne Zugriffe"
193
 
194
+ #: ../admin/config/index.php:104
195
  msgid ""
196
  "Enter the time range, in days, that should be used to calculate the value "
197
  "here above."
198
  msgstr ""
199
 
200
+ #: ../admin/config/index.php:105
201
  #, fuzzy
202
  msgid "Report Type"
203
  msgstr "Auswertungen"
204
 
205
+ #: ../admin/config/index.php:105
206
  msgid ""
207
  "Select what kind of information you would like to see displayed on the Posts "
208
  "admin screen. Pageviews include all the hits regardless of the user, Unique "
209
  "IPs consider only one hit per user in the given time range."
210
  msgstr ""
211
 
212
+ #: ../admin/config/index.php:105 ../admin/view/wp-slimstat-reports.php:81
213
  #: ../admin/view/wp-slimstat-reports.php:90
214
+ #: ../admin/view/wp-slimstat-reports.php:1388
215
+ #: ../admin/view/wp-slimstat-reports.php:1546
216
  msgid "Pageviews"
217
  msgstr "Seitenaufrufe"
218
 
219
+ #: ../admin/config/index.php:105 ../admin/view/wp-slimstat-reports.php:91
220
+ #: ../admin/view/wp-slimstat-reports.php:285
221
+ #: ../admin/view/wp-slimstat-reports.php:526
222
+ #: ../admin/view/wp-slimstat-reports.php:1403
223
+ #: ../admin/view/wp-slimstat-reports.php:1448
224
  msgid "Unique IPs"
225
  msgstr "Eindeutige IPs"
226
 
 
 
 
 
 
 
 
 
 
 
 
227
  #: ../admin/config/index.php:106
228
  #, fuzzy
229
  msgid "Hide Add-ons"
266
 
267
  #: ../admin/config/index.php:109 ../admin/view/index.php:102
268
  #: ../admin/view/wp-slimstat-db.php:79
269
+ #: ../admin/view/wp-slimstat-reports.php:1372
270
  msgid "days"
271
  msgstr "Tage"
272
 
287
 
288
  #: ../admin/config/index.php:117
289
  #, fuzzy
290
+ msgid "Link Tracking"
291
+ msgstr "Tracking aktiv"
292
+
293
+ #: ../admin/config/index.php:118
294
+ #, fuzzy
295
+ msgid "Outbound Clicks"
296
+ msgstr "Letzte ausgehende Links"
297
+
298
+ #: ../admin/config/index.php:118
299
+ msgid ""
300
+ "Track when your visitors click on link to external websites. This option "
301
+ "required Spy Mode to be enabled."
302
+ msgstr ""
303
+
304
+ #: ../admin/config/index.php:118 ../admin/config/index.php:119
305
+ #: ../admin/config/index.php:121
306
+ msgid "Do Not Track"
307
+ msgstr ""
308
+
309
+ #: ../admin/config/index.php:119
310
+ #, fuzzy
311
+ msgid "Internal Clicks"
312
+ msgstr "Top interne Suchbegriffe"
313
+
314
+ #: ../admin/config/index.php:119
315
+ msgid ""
316
+ "Collect mouse coordinates and other information for clicks on internal "
317
+ "links. Recommended if you're using our heatmap add-on. By default, this "
318
+ "information is only collected for external links."
319
+ msgstr ""
320
+
321
+ #: ../admin/config/index.php:120
322
+ msgid "No Callback"
323
+ msgstr ""
324
+
325
+ #: ../admin/config/index.php:120
326
+ msgid ""
327
+ "Track the event but do not invoke the callback function on links marked with "
328
+ "one of these class names, <em>rel</em> attribute or whose <em>href</em> "
329
+ "attribute contains one of these strings (separated by comma). Useful to "
330
+ "prevent conflicts with lightbox and similar libraries."
331
+ msgstr ""
332
+
333
+ #: ../admin/config/index.php:121
334
+ msgid ""
335
+ "The tracker will ignore links marked with one of these class names, <em>rel</"
336
+ "em> attributes or whose <em>href</em> attribute contains one of these "
337
+ "strings (separated by comma)."
338
+ msgstr ""
339
+
340
+ #: ../admin/config/index.php:122
341
+ #, fuzzy
342
+ msgid "Async Tracker"
343
+ msgstr "Benutzer tracken"
344
+
345
+ #: ../admin/config/index.php:122
346
+ msgid ""
347
+ "When the tracker is configured to record clicks on internal and / or "
348
+ "outbound links, it needs to send this information back to the server "
349
+ "<strong>before</strong> loading the actual page. This can result in a "
350
+ "noticeable delay when someone clicks on one of your links, if your server "
351
+ "takes a while to acknowledge the receipt of that information. You can set "
352
+ "this option to instruct the tracker not to wait for the server, and load the "
353
+ "target URL right away. This will remove the delay, but it might result in a "
354
+ "less accurate logging of events. You can check your server latency under "
355
+ "Site Analysis > Your Website. Values under 1000 milliseconds might allow you "
356
+ "to use async mode."
357
+ msgstr ""
358
+
359
+ #: ../admin/config/index.php:124
360
+ #, fuzzy
361
  msgid "Advanced Options"
362
  msgstr "Erweiterte Filter"
363
 
364
+ #: ../admin/config/index.php:125
365
  msgid "Session Duration"
366
  msgstr "Besuchsdauer"
367
 
368
+ #: ../admin/config/index.php:125
369
  #, fuzzy
370
  msgid ""
371
  "How many seconds should a human session last? Google Analytics sets it to "
374
  "Definiert, wie viele Sekunden ein Besuch dauern soll. Bei Google Analytics "
375
  "wird hier 1.800 Sekunden vorgeschlagen."
376
 
377
+ #: ../admin/config/index.php:125 ../admin/config/index.php:193
378
  msgid "seconds"
379
  msgstr "Sekunden"
380
 
381
+ #: ../admin/config/index.php:126
382
  msgid "Extend Session"
383
  msgstr "Sitzung erweitern"
384
 
385
+ #: ../admin/config/index.php:126
386
  #, fuzzy
387
  msgid "Extend the duration of a session each time the user visits a new page."
388
  msgstr ""
389
  "Verlängert die Dauer einer Sitzung jedes Mal um die hier eingegebene Zahl an "
390
  "Sekunden, wenn ein Benutzer eine neue Seite aufruft."
391
 
392
+ #: ../admin/config/index.php:127
393
  #, fuzzy
394
  msgid "Browser Detection"
395
  msgstr "Browser-Version"
396
 
397
+ #: ../admin/config/index.php:127
398
  msgid ""
399
  "The heuristic function is much faster and requires very little memory, but "
400
  "for uncommon user agent strings it might be less accurate, and produce a "
406
  "produce a match."
407
  msgstr ""
408
 
409
+ #: ../admin/config/index.php:127
410
  #, fuzzy
411
  msgid "Browscap"
412
  msgstr "Browser"
413
 
414
+ #: ../admin/config/index.php:127
415
  msgid "Heuristic"
416
  msgstr ""
417
 
418
+ #: ../admin/config/index.php:128
419
  msgid "Enable CDN"
420
  msgstr "CDN aktivieren"
421
 
422
+ #: ../admin/config/index.php:128
423
  msgid ""
424
  "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
425
  "by serving our tracking code from their fast and reliable network (free "
426
  "service)."
427
  msgstr ""
428
 
429
+ #: ../admin/config/index.php:129
430
  msgid "Extensions to Track"
431
  msgstr "Zu verfolgende Erweiterungen"
432
 
433
+ #: ../admin/config/index.php:129
434
  #, fuzzy
435
  msgid ""
436
  "List all the file extensions that you want to be treated as Downloads. "
445
  "nicht als 'Ausgehende Links' gewertet werden, wenn der Typ in der folgenden "
446
  "Liste enthalten ist."
447
 
448
+ #: ../admin/config/index.php:131
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
449
  #, fuzzy
450
+ msgid "External Pages"
451
+ msgstr "Gesamte Seitenaufrufe"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
452
 
453
+ #: ../admin/config/index.php:132
454
  msgid ""
455
  "Add the following code to all the non-WP pages you want to track, right "
456
  "before the closing BODY tag. Please make sure to change the protocol of all "
457
  "the URLs to HTTPS, if you external site is served over a secure channel."
458
  msgstr ""
459
 
460
+ #: ../admin/config/index.php:142
461
  #, fuzzy
462
+ msgid "Allow Domains"
463
  msgstr "Gesamte Seitenaufrufe"
464
 
465
+ #: ../admin/config/index.php:142
466
  msgid ""
467
  "If you are getting an error saying that no 'Access-Control-Allow-Origin' "
468
  "header is present on the requested resource, when using the external "
473
  "security implications of allowing CORS requests."
474
  msgstr ""
475
 
476
+ #: ../admin/config/index.php:143 ../admin/config/index.php:165
477
+ #: ../admin/config/index.php:196
478
  msgid "Miscellaneous"
479
  msgstr "Diverse"
480
 
481
+ #: ../admin/config/index.php:144
482
  #, fuzzy
483
  msgid "Enable UAN"
484
  msgstr "ADN aktivieren"
485
 
486
+ #: ../admin/config/index.php:144
487
  msgid ""
488
  "Send anonymous data about user agents to our server for analysis. This "
489
  "allows us to contribute to the <a href='http://browscap.org/' "
492
  "ads network. No worries, your site will not be affected in any way."
493
  msgstr ""
494
 
495
+ #: ../admin/config/index.php:149
496
  msgid "Filters"
497
  msgstr "Filter"
498
 
499
+ #: ../admin/config/index.php:151
500
  #, fuzzy
501
  msgid "Do not track settings"
502
  msgstr "Bot oder Crawler"
503
 
504
+ #: ../admin/config/index.php:152
505
  #, fuzzy
506
  msgid "Track Registered Users"
507
  msgstr "Benutzer tracken"
508
 
509
+ #: ../admin/config/index.php:152
510
  #, fuzzy
511
  msgid "Enable this option to track logged in users."
512
  msgstr "Ja falls eingeloggte Benutzer getrackt werden sollen."
513
 
514
+ #: ../admin/config/index.php:153
515
  #, fuzzy
516
  msgid "Blacklist by Username"
517
  msgstr "IP-Adresse"
518
 
519
+ #: ../admin/config/index.php:153
520
  #, fuzzy
521
  msgid ""
522
  "List all the usernames you don't want to track, separated by commas. Please "
534
  "code> erfasst /aboundant und /about, <code>/abo!t</code> erfasst /about und /"
535
  "abort. Gro&szlig;-/ Kleinschreibung wird dabei nicht beachtet."
536
 
537
+ #: ../admin/config/index.php:154
538
  #, fuzzy
539
  msgid "Blacklist by IP Address"
540
  msgstr "IP-Adresse"
541
 
542
+ #: ../admin/config/index.php:154
543
  #, fuzzy
544
  msgid ""
545
  "List all the IP addresses you don't want to track, separated by commas. Each "
554
  "(z.B. <em>192.168.0.0/24</em>) definiert werden. Bei inkorrektem Format kann "
555
  "WP SlimStat evtl. nicht die Pageviews korrekt tracken."
556
 
557
+ #: ../admin/config/index.php:155
558
  #, fuzzy
559
  msgid "Blacklist by Capability"
560
  msgstr "Benutzer nach Browserf&auml;higkeiten"
561
 
562
+ #: ../admin/config/index.php:155
563
  #, fuzzy
564
  msgid ""
565
  "Users having at least one of the <a href='http://codex.wordpress.org/"
570
  "wordpress.org/Roles_and_Capabilities' target='_new'>CAPABILITIES</a> haben, "
571
  "werden nicht verfolgt. Bitte Groß-/Kleinschreibung beachten."
572
 
573
+ #: ../admin/config/index.php:157
574
  msgid "Profiling"
575
  msgstr ""
576
 
577
+ #: ../admin/config/index.php:158
578
  msgid "Ignore Spammers"
579
  msgstr "Spammer ignorieren"
580
 
581
+ #: ../admin/config/index.php:158
582
  #, fuzzy
583
  msgid ""
584
  "Enable this option if you don't want to track visits from users identified "
591
  "Kommentare später von Ihnen als Spam markiert werden, werden ebenso aus der "
592
  "Datenbank entfernt."
593
 
594
+ #: ../admin/config/index.php:159
595
  #, fuzzy
596
  msgid "Ignore Bots"
597
  msgstr "Ignoriere Benutzer"
598
 
599
+ #: ../admin/config/index.php:159
600
  msgid ""
601
  "Turn on this feature if you want to have the accuracy level of server-side "
602
  "tracking, but not the inconvenience of getting your database clogged with "
604
  "note that in Client mode, bots are ignored regardless of this setting."
605
  msgstr ""
606
 
607
+ #: ../admin/config/index.php:160
608
  msgid "Permalinks"
609
  msgstr "Permalinks"
610
 
611
+ #: ../admin/config/index.php:160
612
  #, fuzzy
613
  msgid ""
614
  "List all the URLs on your website that you don't want to track, separated by "
627
  "code> erfasst /aboundant und /about, <code>/abo!t</code> erfasst /about und /"
628
  "abort. Gro&szlig;-/ Kleinschreibung wird dabei nicht beachtet."
629
 
630
+ #: ../admin/config/index.php:161
631
  msgid "Countries"
632
  msgstr "L&auml;nder"
633
 
634
+ #: ../admin/config/index.php:161
635
  msgid ""
636
  "Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
637
  "track, separated by commas."
639
  "Liste der L&auml;dercodes (z.B.: <code>en-us, de, it, es</code>), die nicht "
640
  "mit erfasst werden sollen, getrennt durch Kommata."
641
 
642
+ #: ../admin/config/index.php:162
643
  msgid "User Agents"
644
  msgstr "User Agents"
645
 
646
+ #: ../admin/config/index.php:162
647
  #, fuzzy
648
  msgid ""
649
  "Browsers (user agents) you don't want to track, separated by commas. You can "
661
  "code> erfasst /aboundant und /about, <code>/abo!t</code> erfasst /about und /"
662
  "abort. Gro&szlig;-/ Kleinschreibung wird dabei nicht beachtet."
663
 
664
+ #: ../admin/config/index.php:163
665
  msgid "Referring Sites"
666
  msgstr "Verweisende Webseiten"
667
 
668
+ #: ../admin/config/index.php:163
669
  #, fuzzy
670
  msgid ""
671
  "Referring URLs that you don't want to track, separated by commas: "
683
  "code> erfasst /aboundant und /about, <code>/abo!t</code> erfasst /about und /"
684
  "abort. Gro&szlig;-/ Kleinschreibung wird dabei nicht beachtet."
685
 
686
+ #: ../admin/config/index.php:166
687
  msgid "Enable Privacy Mode"
688
  msgstr ""
689
 
690
+ #: ../admin/config/index.php:166
691
  #, fuzzy
692
  msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
693
  msgstr ""
694
  "Diese Option maskiert das letzte Byte der IP-Adressen Ihrere Besucher um die "
695
  "Europ&auml;ischen Datenschutzgesetze zur erf&uuml;llen."
696
 
697
+ #: ../admin/config/index.php:167
698
  msgid "Ignore Prefetch Requests"
699
  msgstr ""
700
 
701
+ #: ../admin/config/index.php:167
702
  #, fuzzy
703
  msgid ""
704
  "Prevent Slimstat from tracking pageviews generated by Firefox's <a "
708
  "Verhindert, dass WP SlimStat Pageviews trackt, die durch die <a "
709
  "href='https://developer.mozilla.org/en/Link_prefetching_FAQ' target='_blank'>"
710
 
711
+ #: ../admin/config/index.php:172 ../admin/config/index.php:207
712
  msgid "Reports"
713
  msgstr "Auswertungen"
714
 
715
+ #: ../admin/config/index.php:174
716
  msgid "Formats and Conversions"
717
  msgstr ""
718
 
719
+ #: ../admin/config/index.php:175
720
  msgid "Number Format"
721
  msgstr "Zahlenformat"
722
 
723
+ #: ../admin/config/index.php:175
724
  #, fuzzy
725
  msgid "Choose the number format you want to use for your reports."
726
  msgstr "Das zu verwendente Zahlenformat ausw&auml;hlen (metrisch o. imperial)."
727
 
728
+ #: ../admin/config/index.php:176
729
  msgid "Date Format"
730
  msgstr "Datum"
731
 
732
+ #: ../admin/config/index.php:176
733
  msgid ""
734
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
735
  "Format</a> to use when displaying a pageview's date."
736
  msgstr ""
737
 
738
+ #: ../admin/config/index.php:177
739
  #, fuzzy
740
  msgid "Time Format"
741
  msgstr "Zahlenformat"
742
 
743
+ #: ../admin/config/index.php:177
744
  msgid ""
745
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
746
  "Format</a> to use when displaying a pageview's time."
747
  msgstr ""
748
 
749
+ #: ../admin/config/index.php:178
750
  #, fuzzy
751
  msgid "Use Display Name"
752
  msgstr "Spitznamen anzeigen"
753
 
754
+ #: ../admin/config/index.php:178
755
  #, fuzzy
756
  msgid ""
757
  "By default, users are listed by their usernames. Use this option to "
760
  "Standardmäßig werden die Benutzernamen aufgelistet. Benutzen Sie diese "
761
  "Option, um dafür stattdessen die Spitznamen anzeigen zu lassen,"
762
 
763
+ #: ../admin/config/index.php:179
764
  #, fuzzy
765
  msgid "Use Titles"
766
  msgstr "Titel anzeigen"
767
 
768
+ #: ../admin/config/index.php:179
769
  msgid ""
770
  "Slimstat converts your permalinks into post, page and category titles. "
771
  "Disable this feature if you need to see the URL in your reports."
772
  msgstr ""
773
 
774
+ #: ../admin/config/index.php:180
775
  msgid "Convert IP Addresses"
776
  msgstr "IP-Adressen umwandeln"
777
 
778
+ #: ../admin/config/index.php:180
779
  msgid "Display provider names instead of IP addresses."
780
  msgstr ""
781
 
782
+ #: ../admin/config/index.php:182
783
  msgid "Functionality"
784
  msgstr "Funktionalität"
785
 
786
+ #: ../admin/config/index.php:183
787
+ msgid "Async Mode"
788
+ msgstr ""
789
+
790
+ #: ../admin/config/index.php:183
791
+ msgid ""
792
+ "Activate this feature if your reports take a while to load. It breaks down "
793
+ "the load on your server into multiple requests, thus avoiding memory issues "
794
+ "and performance problems."
795
+ msgstr ""
796
+
797
+ #: ../admin/config/index.php:184
798
  msgid "SlimScroll"
799
  msgstr ""
800
 
801
+ #: ../admin/config/index.php:184
802
  msgid ""
803
  "Enable SlimScroll, a slick jQuery library that replaces the built-in browser "
804
  "scrollbar."
805
  msgstr ""
806
 
807
+ #: ../admin/config/index.php:185
808
  msgid "Expand Details"
809
  msgstr "Details anzeigen"
810
 
811
+ #: ../admin/config/index.php:185
812
  #, fuzzy
813
  msgid "Expand each row's details by default, insted of on mousehover."
814
  msgstr "Zeigt in allen Zeilen die Details und nicht nur beim Mouse-Over"
815
 
816
+ #: ../admin/config/index.php:186 ../admin/config/index.php:194
817
  #, fuzzy
818
  msgid "Rows to Display"
819
  msgstr "keine Daten vorhanden"
820
 
821
+ #: ../admin/config/index.php:186
822
  msgid "Specify the number of items in each report."
823
  msgstr ""
824
 
825
+ #: ../admin/config/index.php:187 ../admin/view/wp-slimstat-db.php:101
826
  #, fuzzy
827
  msgid "Max Results"
828
  msgstr "Max. Anzahl Ergebnisse"
829
 
830
+ #: ../admin/config/index.php:187
831
  msgid ""
832
  "Decide how many records should be retrieved from the database in total. "
833
  "Depending on your server configuration, you may want to fine tune this value "
834
  "to avoid exceeding your PHP memory limit."
835
  msgstr ""
836
 
837
+ #: ../admin/config/index.php:188
838
  msgid "IP Lookup"
839
  msgstr "IP Suche"
840
 
841
+ #: ../admin/config/index.php:188
842
  msgid "Customize the Geolocation service to be used in the reports."
843
  msgstr ""
844
 
845
+ #: ../admin/config/index.php:189
846
+ msgid "Mozscape Access ID"
847
  msgstr ""
848
 
849
  #: ../admin/config/index.php:189
850
+ msgid ""
851
+ "Get accurate rankings for your website through the free <a href=\"https://"
852
+ "moz.com/community/join?redirect=/products/api/keys\" target=\"_blank"
853
+ "\">Mozscape API</a> service. Sign up for a free community account to get "
854
+ "started. Then enter your personal identification code here."
855
+ msgstr ""
856
+
857
+ #: ../admin/config/index.php:190
858
+ msgid "Mozscape Secret Key"
859
+ msgstr ""
860
+
861
+ #: ../admin/config/index.php:190
862
+ msgid ""
863
+ "Do not share your secret key with anyone or they will be able to make API "
864
+ "requests on your account!"
865
+ msgstr ""
866
+
867
+ #: ../admin/config/index.php:192
868
+ msgid "Activity Log"
869
+ msgstr ""
870
+
871
+ #: ../admin/config/index.php:193
872
  msgid "Live Stream"
873
  msgstr "Livestream"
874
 
875
+ #: ../admin/config/index.php:193
876
  #, fuzzy
877
  msgid ""
878
  "Enable the Live view, which refreshes the Activity Log every X seconds. "
881
  "Anzeige der aktuell aktiven Besucher alle X Sekunden aktualisieren. Null "
882
  "deaktiviert diese Funktion."
883
 
884
+ #: ../admin/config/index.php:194
885
  msgid "Specify the number of items in the Activity Log."
886
  msgstr ""
887
 
888
+ #: ../admin/config/index.php:197
889
  msgid "Custom CSS"
890
  msgstr "Benutzerdefinierte CSS"
891
 
892
+ #: ../admin/config/index.php:197
893
  msgid ""
894
  "Paste here your custom stylesheet to personalize the way your reports look. "
895
  "<a href='https://slimstat.freshdesk.com/support/solutions/"
898
  "a> for more information on how to use this setting."
899
  msgstr ""
900
 
901
+ #: ../admin/config/index.php:198
902
  #, fuzzy
903
  msgid "Chart Colors"
904
  msgstr "Diagramm-Einstellungen"
905
 
906
+ #: ../admin/config/index.php:198
907
  msgid ""
908
  "Customize the look and feel of your charts by assigning personalized colors "
909
  "to each metric. List 4 hex colors separated by commas, strictly in the "
911
  "metric 2 current. For example: <code>#ccc, #999, #bbcc44, #21759b</code>."
912
  msgstr ""
913
 
914
+ #: ../admin/config/index.php:199
915
  #, fuzzy
916
  msgid "Show User Agent"
917
  msgstr "Top Browser"
918
 
919
+ #: ../admin/config/index.php:199
920
  #, fuzzy
921
  msgid ""
922
  "Choose if you want to see the browser name or a complete user agent string "
925
  "Wählen Sie, ob der Browsername oder ein kompletter USER AGENT STRING "
926
  "angezeigt werden soll, wenn Sie auf die Browsersymbole zeigen."
927
 
928
+ #: ../admin/config/index.php:200
929
  msgid "Enable SOV"
930
  msgstr "SOV aktivieren"
931
 
932
+ #: ../admin/config/index.php:200
933
  msgid ""
934
  "In linguistic typology, a subject-object-verb (SOV) language is one in which "
935
  "the subject, object, and verb of a sentence appear in that order, like in "
936
  "Japanese."
937
  msgstr ""
938
 
939
+ #: ../admin/config/index.php:205
940
  msgid "Access Control"
941
  msgstr ""
942
 
943
+ #: ../admin/config/index.php:208
944
  msgid "Restrict Authors"
945
  msgstr "Autoren einschränken"
946
 
947
+ #: ../admin/config/index.php:208
948
  #, fuzzy
949
  msgid ""
950
  "Enable this option if you want your authors to only see stats related to "
953
  "Aktivieren Sie diese Option, wenn Ihre Autoren nur Statistiken zu Ihrem "
954
  "eigenen Inhalt ansehen können."
955
 
956
+ #: ../admin/config/index.php:209 ../admin/config/index.php:213
957
  #, fuzzy
958
  msgid "Capability"
959
  msgstr "Benutzer nach Browserf&auml;higkeiten"
960
 
961
+ #: ../admin/config/index.php:209
962
  #, fuzzy
963
  msgid ""
964
  "Specify the minimum <a href='http://codex.wordpress.org/"
975
  "Berichte, Außer eine 'Lesezugriffs'-Whitelist wurde weiter unten festgelegt, "
976
  "welche Vorrang über die CAPABILITY hat."
977
 
978
+ #: ../admin/config/index.php:210 ../admin/config/index.php:214
979
  msgid "Whitelist"
980
  msgstr "Whitelist"
981
 
982
+ #: ../admin/config/index.php:210
983
  #, fuzzy
984
  msgid ""
985
  "List all the users who should have access to the reports, separated by "
991
  "angeführt werden. Wenn dieses Feld leer ist der Zugriff <strong>allen Ihren "
992
  "Benutzern</strong> erlaubt. Bitte Groß-/Kleinschreibung beachten."
993
 
994
+ #: ../admin/config/index.php:212 ../admin/config/index.php:237
995
+ #: ../admin/wp-slimstat-admin.php:640 ../admin/wp-slimstat-admin.php:658
996
+ #: ../admin/wp-slimstat-admin.php:661
997
  msgid "Settings"
998
  msgstr "Einstellungen"
999
 
1000
+ #: ../admin/config/index.php:213
1001
  #, fuzzy
1002
  msgid ""
1003
  "Specify the minimum <a href='http://codex.wordpress.org/"
1012
  "Berichte, Außer eine 'Lesezugriffs'-Whitelist wurde weiter unten festgelegt, "
1013
  "welche Vorrang über die CAPABILITY hat."
1014
 
1015
+ #: ../admin/config/index.php:214
1016
  #, fuzzy
1017
  msgid ""
1018
  "List all the users who can edit these options, separated by commas. Please "
1026
  "Benutzer bekommen automatisch auch 'Lesezugriff' auf die WP SlimStat-"
1027
  "Berichte. Bitte Groß-/Kleinschreibung beachten."
1028
 
1029
+ #: ../admin/config/index.php:219
1030
  msgid "Maintenance"
1031
  msgstr "Wartung"
1032
 
1033
+ #: ../admin/config/index.php:224 ../admin/view/addons.php:32
1034
  #: ../admin/wp-slimstat-admin.php:124
1035
  msgid "Add-ons"
1036
  msgstr "Add-Ons"
1433
  msgid "Load"
1434
  msgstr ""
1435
 
1436
+ #: ../admin/view/index.php:66 ../admin/view/wp-slimstat-reports.php:1410
1437
  msgid "Today"
1438
  msgstr "heute"
1439
 
1440
+ #: ../admin/view/index.php:67 ../admin/view/wp-slimstat-reports.php:1413
1441
  msgid "Yesterday"
1442
  msgstr "Gestern"
1443
 
1529
  msgid "Delete"
1530
  msgstr "Datensätze"
1531
 
1532
+ #: ../admin/view/right-now.php:16
1533
  msgid "Human"
1534
  msgstr ""
1535
 
1536
+ #: ../admin/view/right-now.php:16
1537
  msgid "Bot/Crawler"
1538
  msgstr "Bot/Crawler"
1539
 
1540
+ #: ../admin/view/right-now.php:16
1541
  msgid "Mobile Device"
1542
  msgstr "Mobiles Gerät"
1543
 
1544
+ #: ../admin/view/right-now.php:16
1545
  msgid "Syndication Reader"
1546
  msgstr ""
1547
 
1548
+ #: ../admin/view/right-now.php:41 ../admin/view/wp-slimstat-reports.php:1036
1549
+ #: ../admin/view/wp-slimstat-reports.php:1729
1550
  msgid "No data to display"
1551
  msgstr "keine Daten vorhanden"
1552
 
1553
+ #: ../admin/view/right-now.php:60
1554
  msgid "Date and Time"
1555
  msgstr "Datum und Uhrzeit"
1556
 
1557
  # Unknown
1558
+ #: ../admin/view/right-now.php:69 ../admin/view/wp-slimstat-reports.php:1088
1559
+ #: ../admin/view/wp-slimstat-reports.php:1772 ../wp-slimstat.php:1373
1560
  msgid "c-"
1561
  msgstr "Unknown"
1562
 
1563
+ #: ../admin/view/right-now.php:121 ../admin/view/wp-slimstat-db.php:60
1564
+ #: ../admin/wp-slimstat-admin.php:976 ../admin/wp-slimstat-admin.php:1016
1565
  msgid "Originating IP"
1566
  msgstr "Ursprüngliche IP"
1567
 
1568
+ #: ../admin/view/right-now.php:152 ../admin/view/wp-slimstat-reports.php:1185
1569
+ #: ../admin/view/wp-slimstat-reports.php:1190
1570
+ #: ../admin/view/wp-slimstat-reports.php:1195
1571
  msgid "Open this URL in a new window"
1572
  msgstr "Diese URL in einem neuen Fenster &ouml;ffnen"
1573
 
1574
+ #: ../admin/view/right-now.php:155
1575
  msgid "Local search results page"
1576
  msgstr "lokale Suchergebnisse"
1577
 
1578
+ #: ../admin/view/right-now.php:161 ../admin/view/wp-slimstat-db.php:42
1579
  #: ../admin/view/wp-slimstat-reports.php:242
1580
+ #: ../admin/view/wp-slimstat-reports.php:252
1581
+ #: ../admin/wp-slimstat-admin.php:979 ../admin/wp-slimstat-admin.php:995
1582
  msgid "Search Terms"
1583
  msgstr "Suchbegriffe"
1584
 
1585
+ #: ../admin/view/right-now.php:170
1586
  msgid "Server Latency and Page Speed in milliseconds"
1587
  msgstr ""
1588
 
1589
+ #: ../admin/view/right-now.php:170
1590
  msgid "SL"
1591
  msgstr ""
1592
 
1593
+ #: ../admin/view/right-now.php:170
1594
  msgid "PS"
1595
  msgstr ""
1596
 
1597
+ #: ../admin/view/right-now.php:177
1598
  #, fuzzy
1599
  msgid "Time spent on this page"
1600
  msgstr "Seite in neuem Fenster &ouml;ffnen"
1601
 
1602
+ #: ../admin/view/right-now.php:187
1603
  msgid "Open this referrer in a new window"
1604
  msgstr "Verweisende Seite in einem neuen Fenster &ouml;ffnen"
1605
 
1606
+ #: ../admin/view/right-now.php:188
1607
  msgid "Open this outbound link in a new window"
1608
  msgstr "Wegführender Link in neuem Fenster &ouml;ffnen"
1609
 
1610
+ #: ../admin/view/right-now.php:189
1611
  #, fuzzy
1612
  msgid "Content Type"
1613
  msgstr "Inhalt"
1614
 
1615
+ #: ../admin/view/right-now.php:192
1616
  #, fuzzy
1617
  msgid "Delete this pageview"
1618
  msgstr "Lösche Seitenaufrufe, wo"
1619
 
1620
+ #: ../admin/view/right-now.php:203
1621
  #, fuzzy
1622
  msgid "User Logged In"
1623
  msgstr "User Agent"
1624
 
1625
+ #: ../admin/view/right-now.php:213
1626
  #, fuzzy
1627
  msgid "User Logged Out"
1628
  msgstr "User Agent"
1629
 
1630
+ #: ../admin/view/wp-slimstat-db.php:39 ../admin/wp-slimstat-admin.php:992
1631
  msgid "Browser"
1632
  msgstr "Browser"
1633
 
1634
+ #: ../admin/view/wp-slimstat-db.php:40 ../admin/wp-slimstat-admin.php:993
1635
  msgid "Country Code"
1636
  msgstr "L&auml;nder-Code"
1637
 
1639
  msgid "IP Address"
1640
  msgstr "IP-Adresse"
1641
 
1642
+ #: ../admin/view/wp-slimstat-db.php:43 ../admin/wp-slimstat-admin.php:996
1643
  msgid "Language Code"
1644
  msgstr "Sprach-Kodierung"
1645
 
1646
  #: ../admin/view/wp-slimstat-db.php:44 ../admin/view/wp-slimstat-db.php:87
1647
+ #: ../admin/wp-slimstat-admin.php:997
1648
  msgid "Operating System"
1649
  msgstr "Betriebssystem"
1650
 
1651
  #: ../admin/view/wp-slimstat-db.php:45 ../admin/view/wp-slimstat-db.php:88
1652
+ #: ../admin/wp-slimstat-admin.php:998
1653
  msgid "Permalink"
1654
  msgstr "Permalink"
1655
 
1656
+ #: ../admin/view/wp-slimstat-db.php:46 ../admin/wp-slimstat-admin.php:999
1657
  msgid "Referer"
1658
  msgstr "Herkunft"
1659
 
1662
  msgid "Visitor's Username"
1663
  msgstr "Besuchername"
1664
 
1665
+ #: ../admin/view/wp-slimstat-db.php:48 ../admin/wp-slimstat-admin.php:982
1666
  msgid "Outbound Link"
1667
  msgstr "Ausgehender Link"
1668
 
1679
  msgid "Browser Capabilities"
1680
  msgstr "Browser-F&auml;higkeiten"
1681
 
1682
+ #: ../admin/view/wp-slimstat-db.php:53 ../admin/wp-slimstat-admin.php:1011
1683
  msgid "Browser Version"
1684
  msgstr "Browser-Version"
1685
 
1686
+ #: ../admin/view/wp-slimstat-db.php:54 ../admin/wp-slimstat-admin.php:1012
1687
  msgid "Browser Type"
1688
  msgstr "Browser-Typ"
1689
 
1690
+ #: ../admin/view/wp-slimstat-db.php:55 ../admin/wp-slimstat-admin.php:981
1691
  msgid "User Agent"
1692
  msgstr "User Agent"
1693
 
1701
  msgid "Server Latency"
1702
  msgstr "Latenz"
1703
 
1704
+ #: ../admin/view/wp-slimstat-db.php:58 ../admin/wp-slimstat-admin.php:1014
1705
  msgid "Post Author"
1706
  msgstr "Autor der Seiten"
1707
 
1708
+ #: ../admin/view/wp-slimstat-db.php:59 ../admin/wp-slimstat-admin.php:1015
1709
  msgid "Post Category ID"
1710
  msgstr "Kategorie-ID der Seite"
1711
 
1712
+ #: ../admin/view/wp-slimstat-db.php:61 ../admin/wp-slimstat-admin.php:1017
1713
  msgid "Resource Content Type"
1714
  msgstr "Inhalt der Ressource"
1715
 
1730
  msgid "Viewport Size"
1731
  msgstr ""
1732
 
1733
+ #: ../admin/view/wp-slimstat-db.php:66 ../admin/wp-slimstat-admin.php:1019
1734
  msgid "Visit ID"
1735
  msgstr "Besuchs-ID"
1736
 
1776
  msgstr ""
1777
 
1778
  #: ../admin/view/wp-slimstat-db.php:96
1779
+ #: ../admin/view/wp-slimstat-reports.php:1743
1780
  msgid "Type"
1781
  msgstr ""
1782
 
1826
  msgid "From search result page"
1827
  msgstr "Von einer Suchergebnisseite"
1828
 
1829
+ #: ../admin/view/wp-slimstat-reports.php:77 ../admin/wp-slimstat-admin.php:974
1830
  msgid "Known Visitor"
1831
  msgstr "Bekannte Besucher"
1832
 
1912
 
1913
  #: ../admin/view/wp-slimstat-reports.php:212
1914
  msgid ""
1915
+ "Slimstat retrieves live information from Alexa, Facebook and Mozscape, to "
1916
+ "measures your site's rankings. Values are updated every 12 hours. Please "
1917
+ "enter your personal access ID in the settings to access your personalized "
1918
+ "Mozscape data."
1919
  msgstr ""
1920
 
1921
  #: ../admin/view/wp-slimstat-reports.php:215
1939
  "einen Cookie zu. WP SlimStat erweitert diese Information um die Erkennung "
1940
  "zur&uuml;kkehrender Besucher."
1941
 
1942
+ #: ../admin/view/wp-slimstat-reports.php:253
1943
  #, fuzzy
1944
  msgid "Unique Terms"
1945
  msgstr "Eindeutige IPs"
1953
  msgid "Human Visits"
1954
  msgstr "Echte Besuche"
1955
 
1956
+ #: ../admin/view/wp-slimstat-reports.php:284
1957
+ #: ../admin/view/wp-slimstat-reports.php:1444
1958
  msgid "Visits"
1959
  msgstr "Besuche"
1960
 
2089
  msgid "Traffic Sources"
2090
  msgstr "Traffic-Ursprung"
2091
 
2092
+ #: ../admin/view/wp-slimstat-reports.php:525
2093
  msgid "Domains"
2094
  msgstr "Dom&auml;nen"
2095
 
2238
  msgid "World Map"
2239
  msgstr "Weltkarte"
2240
 
2241
+ #: ../admin/view/wp-slimstat-reports.php:944
2242
  msgid "Refresh"
2243
  msgstr "Anzeige aktualisieren"
2244
 
2245
+ #: ../admin/view/wp-slimstat-reports.php:981
2246
  #, fuzzy, php-format
2247
  msgid "Results %s - %s of %s"
2248
  msgstr "Ergbnisse filtern wo %s ist gleich %s"
2249
 
2250
+ #: ../admin/view/wp-slimstat-reports.php:983
2251
  msgid "Refresh in"
2252
  msgstr "Anzeige aktualisieren in"
2253
 
2254
+ #: ../admin/view/wp-slimstat-reports.php:1082
2255
  msgid "Category ID"
2256
  msgstr "Kategorie-ID"
2257
 
2258
+ #: ../admin/view/wp-slimstat-reports.php:1087
2259
+ #: ../admin/view/wp-slimstat-reports.php:1101
2260
+ #: ../admin/view/wp-slimstat-reports.php:1106
2261
  #, fuzzy
2262
  msgid "Code"
2263
  msgstr "OS-Code"
2264
 
2265
+ #: ../admin/view/wp-slimstat-reports.php:1102
2266
+ #: ../languages/dynamic_strings.php:339 ../wp-slimstat.php:1385
2267
  msgid "l-"
2268
  msgstr "l-"
2269
 
2270
+ #: ../admin/view/wp-slimstat-reports.php:1119
2271
  msgid "URL"
2272
  msgstr ""
2273
 
2274
+ #: ../admin/view/wp-slimstat-reports.php:1132
2275
  msgid "Referrer"
2276
  msgstr "Verweis"
2277
 
2278
+ #: ../admin/view/wp-slimstat-reports.php:1174
2279
+ #: ../admin/view/wp-slimstat-reports.php:1428
2280
+ #: ../admin/view/wp-slimstat-reports.php:1484
2281
+ #: ../admin/view/wp-slimstat-reports.php:1490
2282
+ #: ../admin/view/wp-slimstat-reports.php:1496
2283
+ #: ../admin/view/wp-slimstat-reports.php:1502
2284
+ #: ../admin/view/wp-slimstat-reports.php:1508
2285
+ #: ../admin/view/wp-slimstat-reports.php:1514
2286
+ #: ../admin/view/wp-slimstat-reports.php:1520
2287
+ #: ../admin/view/wp-slimstat-reports.php:1750
2288
  msgid "Hits"
2289
  msgstr "Zugriffe"
2290
 
2291
+ #: ../admin/view/wp-slimstat-reports.php:1355
2292
  #, fuzzy
2293
  msgid "Dataset Size"
2294
  msgstr "Datenbankgr&ouml;&szlig;e"
2295
 
2296
+ #: ../admin/view/wp-slimstat-reports.php:1357
2297
  msgid "Total number of records stored in the database."
2298
  msgstr ""
2299
 
2300
+ #: ../admin/view/wp-slimstat-reports.php:1359
2301
  msgid "DB Size"
2302
  msgstr "Datenbankgr&ouml;&szlig;e"
2303
 
2304
+ #: ../admin/view/wp-slimstat-reports.php:1362
2305
  #, fuzzy
2306
  msgid "Tracking Enabled"
2307
  msgstr "Tracking aktiv"
2308
 
2309
+ #: ../admin/view/wp-slimstat-reports.php:1365
2310
  msgid "Javascript Mode"
2311
  msgstr "Tracking per JavaScript"
2312
 
2313
+ #: ../admin/view/wp-slimstat-reports.php:1368
2314
  msgid "Tracking Browser Caps"
2315
  msgstr ""
2316
 
2317
+ #: ../admin/view/wp-slimstat-reports.php:1371
2318
  msgid "Auto purge"
2319
  msgstr "autom. Datenbank-Reorg."
2320
 
2321
+ #: ../admin/view/wp-slimstat-reports.php:1374
2322
  msgid "Oldest pageview"
2323
  msgstr "&Auml;ltester Seitenaufruf"
2324
 
2325
+ #: ../admin/view/wp-slimstat-reports.php:1375
2326
  msgid "No visits"
2327
  msgstr "Keine Besuche"
2328
 
2329
+ #: ../admin/view/wp-slimstat-reports.php:1377
2330
  #: ../admin/wp-slimstat-admin.php:112
2331
  #, fuzzy
2332
  msgid "Geolocation"
2333
  msgstr "Macromedia Director"
2334
 
2335
+ #: ../admin/view/wp-slimstat-reports.php:1379
2336
  msgid "Date when the MaxMind Geolocation database was last updated."
2337
  msgstr ""
2338
 
2339
+ #: ../admin/view/wp-slimstat-reports.php:1390
2340
+ #: ../admin/view/wp-slimstat-reports.php:1548
2341
  #, fuzzy
2342
  msgid ""
2343
  "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
2347
  "jedesmal einen 'Seitenaufruf' auf, wenn der Tracking-Code ausgef&uuml;hrt "
2348
  "wird."
2349
 
2350
+ #: ../admin/view/wp-slimstat-reports.php:1392
2351
  #, fuzzy
2352
  msgid "Days in Range"
2353
  msgstr "Datum und Uhrzeit"
2354
 
2355
+ #: ../admin/view/wp-slimstat-reports.php:1395
2356
  #, fuzzy
2357
  msgid "Average Daily Pageviews"
2358
  msgstr "Durchschnittl. Seitenaufrufe"
2359
 
2360
+ #: ../admin/view/wp-slimstat-reports.php:1397
2361
  #, fuzzy
2362
  msgid ""
2363
  "How many pages have been visited on average every day during the current "
2366
  "Wieviele Seiten wurden w&auml;hrend der aktuellen Periode durchschnittlich "
2367
  "besucht?"
2368
 
2369
+ #: ../admin/view/wp-slimstat-reports.php:1399
2370
  msgid "From Search Results"
2371
  msgstr "Von Suchergebnissen"
2372
 
2373
+ #: ../admin/view/wp-slimstat-reports.php:1401
2374
  msgid ""
2375
  "Visitors who landed on your site after searching for a keyword on Google, "
2376
  "Yahoo, etc."
2378
  "Besucher, welche nach einer Suche nach einem Suchbegriff auf einer "
2379
  "Suchmaschine auf die Website kamen."
2380
 
2381
+ #: ../admin/view/wp-slimstat-reports.php:1405
2382
  msgid ""
2383
  "Used to differentiate between multiple requests to download a file from one "
2384
  "internet address (IP) and requests originating from many distinct addresses"
2386
  "Benutzt um bei mehreren Downloadanfragen zu unterscheiden, ob sie von einer "
2387
  "oder mehreren verschiedenen Internet-Adressen (IP) stammen"
2388
 
2389
+ #: ../admin/view/wp-slimstat-reports.php:1407
2390
  msgid "Last 30 minutes"
2391
  msgstr "Letzte 30 Minuten"
2392
 
2393
+ #: ../admin/view/wp-slimstat-reports.php:1446
2394
  msgid ""
2395
  "A visit is a session of at most 30 minutes. Returning visitors are counted "
2396
  "multiple times if they perform multiple visits."
2398
  "Ein Besuch ist eine Session von max. 30 Minuten. Zur&;kkehrende Besucher "
2399
  "werden bei mehrfachen Besuchen auch mehrfach gez&auml;hlt."
2400
 
2401
+ #: ../admin/view/wp-slimstat-reports.php:1450
2402
  msgid "It includes only traffic generated by human visitors."
2403
  msgstr ""
2404
 
2405
+ #: ../admin/view/wp-slimstat-reports.php:1452
2406
  msgid "Bounce rate"
2407
  msgstr "Absprungrate"
2408
 
2409
+ #: ../admin/view/wp-slimstat-reports.php:1454
2410
  msgid ""
2411
  "Percentage of single-page visits, i.e. visits in which the person left your "
2412
  "site from the entrance page."
2414
  "Prozentsatz von Besuchen einzelner Seiten, d.h. Besuche bei welchen der "
2415
  "Besucher die Website auf der aufgerufenen Seite wieder verlassen hat."
2416
 
2417
+ #: ../admin/view/wp-slimstat-reports.php:1456
2418
  msgid "Known visitors"
2419
  msgstr "Bekannte Besucher"
2420
 
2421
+ #: ../admin/view/wp-slimstat-reports.php:1458
2422
  msgid "Visitors who had previously left a comment on your blog."
2423
  msgstr ""
2424
  "Besucher, welche fr&uuml;her bereits einen Kommentar hinterlassen haben."
2425
 
2426
+ #: ../admin/view/wp-slimstat-reports.php:1460
2427
  msgid "New visitors"
2428
  msgstr "Neue Besucher"
2429
 
2430
+ #: ../admin/view/wp-slimstat-reports.php:1462
2431
  msgid "Human users who visited your site only once."
2432
  msgstr "Echte Besucher, welche die Wesite nur einmal besucht haben."
2433
 
2434
+ #: ../admin/view/wp-slimstat-reports.php:1464
2435
  msgid "Bots"
2436
  msgstr "Bots"
2437
 
2438
+ #: ../admin/view/wp-slimstat-reports.php:1467
2439
  #, fuzzy
2440
  msgid "Pageviews per visit"
2441
  msgstr "Seiten pro Besuch"
2442
 
2443
+ #: ../admin/view/wp-slimstat-reports.php:1470
2444
  msgid "Longest visit"
2445
  msgstr "L&auml;ngster Besuch"
2446
 
2447
+ #: ../admin/view/wp-slimstat-reports.php:1471
2448
  msgid "hits"
2449
  msgstr "Zugriff"
2450
 
2451
+ #: ../admin/view/wp-slimstat-reports.php:1482
2452
  msgid "0 - 30 seconds"
2453
  msgstr "0-30 Sekunden"
2454
 
2455
+ #: ../admin/view/wp-slimstat-reports.php:1488
2456
  msgid "31 - 60 seconds"
2457
  msgstr "31-60 Sekunden"
2458
 
2459
+ #: ../admin/view/wp-slimstat-reports.php:1494
2460
  msgid "1 - 3 minutes"
2461
  msgstr "1-3 Minuten"
2462
 
2463
+ #: ../admin/view/wp-slimstat-reports.php:1500
2464
  msgid "3 - 5 minutes"
2465
  msgstr "3-5 Minuten"
2466
 
2467
+ #: ../admin/view/wp-slimstat-reports.php:1506
2468
  msgid "5 - 7 minutes"
2469
  msgstr "5-7 Minuten"
2470
 
2471
+ #: ../admin/view/wp-slimstat-reports.php:1512
2472
  msgid "7 - 10 minutes"
2473
  msgstr "7-10 Minuten"
2474
 
2475
+ #: ../admin/view/wp-slimstat-reports.php:1518
2476
  msgid "More than 10 minutes"
2477
  msgstr "Mehr als 10 Minuten"
2478
 
2479
+ #: ../admin/view/wp-slimstat-reports.php:1530
2480
  #, fuzzy
2481
  msgid "Average visit duration"
2482
  msgstr "Besuchsdauer"
2483
 
2484
+ #: ../admin/view/wp-slimstat-reports.php:1550
2485
  msgid "Unique Referrers"
2486
  msgstr "Eindeutige Herkunft"
2487
 
2488
+ #: ../admin/view/wp-slimstat-reports.php:1552
2489
  msgid ""
2490
  "A referrer (or referring site) is the site that a visitor previously visited "
2491
  "before following a link to your site."
2493
  "Eine Herkunft (verweisende Seite) ist die Webseite welche ein Besucher vor "
2494
  "dem Besuch der eigenen Website besucht hat."
2495
 
2496
+ #: ../admin/view/wp-slimstat-reports.php:1554
2497
  msgid "Direct Pageviews"
2498
  msgstr "Direkte Seitenaufrufe"
2499
 
2500
+ #: ../admin/view/wp-slimstat-reports.php:1556
2501
  msgid ""
2502
  "Visitors who visited the site by typing the URL directly into their browser. "
2503
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
2508
  "auch auf Besucher beziehen, welche Lesezeichen/Favoriten verwendet haben "
2509
  "oder Links in E-Mails bzw. Dokumenten gefolgt sind."
2510
 
2511
+ #: ../admin/view/wp-slimstat-reports.php:1558
2512
  msgid "From a search result"
2513
  msgstr "Von einem Suchresultat"
2514
 
2515
+ #: ../admin/view/wp-slimstat-reports.php:1560
2516
  msgid ""
2517
  "Visitors who came to your site via searches on Google or some other search "
2518
  "engine."
2519
  msgstr ""
2520
  "Besucher welche über eine Suchmaschine auf die eigene Website gekommen sind."
2521
 
2522
+ #: ../admin/view/wp-slimstat-reports.php:1562
2523
  msgid "Unique Landing Pages"
2524
  msgstr "Eindeutige Einstiegsseiten"
2525
 
2526
+ #: ../admin/view/wp-slimstat-reports.php:1564
2527
  msgid ""
2528
  "The first page that a user views during a session. This is also known as the "
2529
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
2533
  "Die erste Seite welche ein Benutzer w&auml;hrend einer Sitzung besucht, die "
2534
  "s.g. Einstiegs- oder Landeseite."
2535
 
2536
+ #: ../admin/view/wp-slimstat-reports.php:1566
2537
  msgid "Bounce Pages"
2538
  msgstr "Absprungrate"
2539
 
2540
+ #: ../admin/view/wp-slimstat-reports.php:1568
2541
  #, fuzzy
2542
  msgid "Number of single page visits to your site over the selected period."
2543
  msgstr ""
2544
  "Anzahl der Besucher einer einzelnen Seite über die gew&auml;hlte Periode."
2545
 
2546
+ #: ../admin/view/wp-slimstat-reports.php:1570
2547
  #, fuzzy
2548
  msgid "New Visitors Rate"
2549
  msgstr "Neue Besucher"
2550
 
2551
+ #: ../admin/view/wp-slimstat-reports.php:1572
2552
  #, fuzzy
2553
  msgid ""
2554
  "Percentage of single page visits, i.e. visits in which the person left your "
2557
  "Prozentsatz von Besuchen einzelner Seiten, d.h. Besuche bei welchen der "
2558
  "Besucher die Website auf der aufgerufenen Seite wieder verlassen hat."
2559
 
2560
+ #: ../admin/view/wp-slimstat-reports.php:1574
2561
  msgid "Currently from search engines"
2562
  msgstr "Aktuell von Suchmaschinen"
2563
 
2564
+ #: ../admin/view/wp-slimstat-reports.php:1576
2565
  msgid ""
2566
  "Visitors who visited the site in the last 5 minutes coming from a search "
2567
  "engine."
2569
  "Besucher welche innerhalb der letzten 5 Minuten von einer Suchmaschine "
2570
  "gekommen sind."
2571
 
2572
+ #: ../admin/view/wp-slimstat-reports.php:1656
2573
+ msgid ""
2574
+ "Number of authority-passing links (including followed links and redirects, "
2575
+ "internal or external) to your website. Set the permalink filter here above "
2576
+ "to get the corresponding metrics in this report."
 
 
 
 
 
2577
  msgstr ""
2578
 
2579
+ #: ../admin/view/wp-slimstat-reports.php:1657
2580
+ #, fuzzy
2581
+ msgid "Equity Links"
2582
+ msgstr "Ausgehender Link"
2583
 
2584
+ #: ../admin/view/wp-slimstat-reports.php:1658
2585
+ msgid "Number of external equity links to your website."
 
 
2586
  msgstr ""
2587
 
2588
+ #: ../admin/view/wp-slimstat-reports.php:1659
2589
+ #, fuzzy
2590
+ msgid "Backlinks"
2591
+ msgstr "Blacklist"
2592
 
2593
+ #: ../admin/view/wp-slimstat-reports.php:1660
2594
  msgid ""
2595
+ "MozRank of the URL, in a normalized 10-point score. MozRank represents a "
2596
+ "link popularity score. It reflects the importance of any given web page on "
2597
+ "the Internet."
2598
  msgstr ""
2599
 
2600
+ #: ../admin/view/wp-slimstat-reports.php:1661
2601
+ msgid "MozRank"
2602
  msgstr ""
2603
 
2604
+ #: ../admin/view/wp-slimstat-reports.php:1662
 
 
 
 
 
 
 
 
2605
  msgid ""
2606
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
2607
  "traffic data."
2608
  msgstr ""
2609
 
2610
+ #: ../admin/view/wp-slimstat-reports.php:1663
2611
  msgid "Alexa World Rank"
2612
  msgstr ""
2613
 
2614
+ #: ../admin/view/wp-slimstat-reports.php:1664
2615
  msgid "Alexa Country Rank"
2616
  msgstr ""
2617
 
2618
+ #: ../admin/view/wp-slimstat-reports.php:1665
2619
  msgid "Alexa Popularity"
2620
  msgstr ""
2621
 
2622
  #: ../admin/view/wp-slimstat-reports.php:1666
2623
+ msgid ""
2624
+ "How many times your site has been shared by someone on the social network."
2625
+ msgstr ""
2626
+
2627
+ #: ../admin/view/wp-slimstat-reports.php:1667
2628
+ msgid "Facebook Shares"
2629
+ msgstr ""
2630
+
2631
+ #: ../admin/view/wp-slimstat-reports.php:1668
2632
+ msgid "How many times links to your website have been clicked on Facebook."
2633
+ msgstr ""
2634
+
2635
+ #: ../admin/view/wp-slimstat-reports.php:1669
2636
+ msgid "Facebook Clicks"
2637
+ msgstr "Clicks bei Facebook"
2638
+
2639
+ #: ../admin/view/wp-slimstat-reports.php:1680
2640
  #, fuzzy
2641
  msgid "Content Items"
2642
  msgstr "Inhalt"
2643
 
2644
+ #: ../admin/view/wp-slimstat-reports.php:1682
2645
  msgid ""
2646
  "This value includes not only posts, but also custom post types, regardless "
2647
  "of their status"
2648
  msgstr ""
2649
 
2650
+ #: ../admin/view/wp-slimstat-reports.php:1684
2651
  #, fuzzy
2652
  msgid "Posts"
2653
  msgstr "Top-Artikel"
2654
 
2655
+ #: ../admin/view/wp-slimstat-reports.php:1687
2656
  #, fuzzy
2657
  msgid "Pages"
2658
  msgstr "Top-Seiten"
2659
 
2660
+ #: ../admin/view/wp-slimstat-reports.php:1690
2661
  msgid "Attachments"
2662
  msgstr ""
2663
 
2664
+ #: ../admin/view/wp-slimstat-reports.php:1693
2665
  #, fuzzy
2666
  msgid "Revisions"
2667
  msgstr "Berechtigungen"
2668
 
2669
+ #: ../admin/view/wp-slimstat-reports.php:1696
2670
  #, fuzzy
2671
  msgid "Comments"
2672
  msgstr "Gesamte Kommentare"
2673
 
2674
+ #: ../admin/view/wp-slimstat-reports.php:1699
2675
  #, fuzzy
2676
  msgid "Avg Comments per Post"
2677
  msgstr "Spalte bei Beitr&auml;gen hinzuf&uuml;gen"
2678
 
2679
+ #: ../admin/view/wp-slimstat-reports.php:1702
2680
  msgid "Avg Server Latency"
2681
  msgstr ""
2682
 
2683
+ #: ../admin/view/wp-slimstat-reports.php:1704
2684
  msgid ""
2685
  "Latency is the amount of time it takes for the host server to receive and "
2686
  "process a request for a page object. The amount of latency depends largely "
2687
  "on how far away the user is from the server."
2688
  msgstr ""
2689
 
2690
+ #: ../admin/view/wp-slimstat-reports.php:1747
2691
  #, fuzzy
2692
  msgid "Coordinates"
2693
  msgstr "Tracking aktiv"
2694
 
2695
+ #: ../admin/view/wp-slimstat-reports.php:1747
2696
  #, fuzzy
2697
  msgid "Date"
2698
  msgstr "Datum/Zeit"
2699
 
2700
  # Unknown
2701
+ #: ../admin/view/wp-slimstat-reports.php:1763
2702
  msgid "c-xx"
2703
  msgstr "Unbekannt"
2704
 
2705
  # Afghanistan
2706
+ #: ../admin/view/wp-slimstat-reports.php:1763
2707
  msgid "c-af"
2708
  msgstr "Afghanistan"
2709
 
2710
  # Åland Islands
2711
+ #: ../admin/view/wp-slimstat-reports.php:1763
2712
  msgid "c-ax"
2713
  msgstr "&Aring;landinseln"
2714
 
2715
  # Albania
2716
+ #: ../admin/view/wp-slimstat-reports.php:1763
2717
  msgid "c-al"
2718
  msgstr "Albanien"
2719
 
2720
  # Algeria
2721
+ #: ../admin/view/wp-slimstat-reports.php:1763
2722
  msgid "c-dz"
2723
  msgstr "Algerien"
2724
 
2725
  # Andorra
2726
+ #: ../admin/view/wp-slimstat-reports.php:1763
2727
  msgid "c-ad"
2728
  msgstr "Andorra"
2729
 
2730
  # Angola
2731
+ #: ../admin/view/wp-slimstat-reports.php:1763
2732
  msgid "c-ao"
2733
  msgstr "Angola"
2734
 
2735
  # Anguilla
2736
+ #: ../admin/view/wp-slimstat-reports.php:1763
2737
  msgid "c-ai"
2738
  msgstr "Anguilla"
2739
 
2740
  # Antigua and Barbuda
2741
+ #: ../admin/view/wp-slimstat-reports.php:1763
2742
  msgid "c-ag"
2743
  msgstr "Antigua und Barbuda"
2744
 
2745
  # Argentina
2746
+ #: ../admin/view/wp-slimstat-reports.php:1763
2747
  msgid "c-ar"
2748
  msgstr "Argentinien"
2749
 
2750
  # Armenia
2751
+ #: ../admin/view/wp-slimstat-reports.php:1763
2752
  msgid "c-am"
2753
  msgstr "Armenien"
2754
 
2755
  # Aruba
2756
+ #: ../admin/view/wp-slimstat-reports.php:1763
2757
  msgid "c-aw"
2758
  msgstr "Aruba"
2759
 
2760
  # Australia
2761
+ #: ../admin/view/wp-slimstat-reports.php:1763
2762
  msgid "c-au"
2763
  msgstr "Australien"
2764
 
2765
  # Austria
2766
+ #: ../admin/view/wp-slimstat-reports.php:1763
2767
  msgid "c-at"
2768
  msgstr "&Ouml;sterreich"
2769
 
2770
  # Azerbaijan
2771
+ #: ../admin/view/wp-slimstat-reports.php:1763
2772
  msgid "c-az"
2773
  msgstr "Aserbaidschan"
2774
 
2775
  # Bahamas
2776
+ #: ../admin/view/wp-slimstat-reports.php:1763
2777
  msgid "c-bs"
2778
  msgstr "Bahamas"
2779
 
2780
  # Bahrain
2781
+ #: ../admin/view/wp-slimstat-reports.php:1763
2782
  msgid "c-bh"
2783
  msgstr "Bahrain"
2784
 
2785
  # Bangladesh
2786
+ #: ../admin/view/wp-slimstat-reports.php:1763
2787
  msgid "c-bd"
2788
  msgstr "Bangladesch"
2789
 
2790
  # Barbados
2791
+ #: ../admin/view/wp-slimstat-reports.php:1763
2792
  msgid "c-bb"
2793
  msgstr "Barbados"
2794
 
2795
  # Belarus
2796
+ #: ../admin/view/wp-slimstat-reports.php:1763
2797
  msgid "c-by"
2798
  msgstr "Wei&szlig;russland"
2799
 
2800
  # Belgium
2801
+ #: ../admin/view/wp-slimstat-reports.php:1763
2802
  msgid "c-be"
2803
  msgstr "Belgien"
2804
 
2805
  # Belize
2806
+ #: ../admin/view/wp-slimstat-reports.php:1763
2807
  msgid "c-bz"
2808
  msgstr "Belize"
2809
 
2810
  # Benin
2811
+ #: ../admin/view/wp-slimstat-reports.php:1763
2812
  msgid "c-bj"
2813
  msgstr "Benin"
2814
 
2815
  # Bermuda
2816
+ #: ../admin/view/wp-slimstat-reports.php:1763
2817
  msgid "c-bm"
2818
  msgstr "Bermuda"
2819
 
2820
  # Bhutan
2821
+ #: ../admin/view/wp-slimstat-reports.php:1763
2822
  msgid "c-bt"
2823
  msgstr "Bhutan"
2824
 
2825
  # Bolivia
2826
+ #: ../admin/view/wp-slimstat-reports.php:1763
2827
  msgid "c-bo"
2828
  msgstr "Bolivien"
2829
 
2830
  # Bosnia and Herzegovina
2831
+ #: ../admin/view/wp-slimstat-reports.php:1763
2832
  msgid "c-ba"
2833
  msgstr "Bosnien Herzegowina"
2834
 
2835
  # Botswana
2836
+ #: ../admin/view/wp-slimstat-reports.php:1763
2837
  msgid "c-bw"
2838
  msgstr "Botswana"
2839
 
2840
  # Brazil
2841
+ #: ../admin/view/wp-slimstat-reports.php:1763
2842
  msgid "c-br"
2843
  msgstr "Brasilien"
2844
 
2845
  # Brunei Darussalam
2846
+ #: ../admin/view/wp-slimstat-reports.php:1763
2847
  msgid "c-bn"
2848
  msgstr "Brunei Darussalam"
2849
 
2850
  # Bulgaria
2851
+ #: ../admin/view/wp-slimstat-reports.php:1763
2852
  msgid "c-bg"
2853
  msgstr "Bulgarien"
2854
 
2855
  # Burkina Faso
2856
+ #: ../admin/view/wp-slimstat-reports.php:1763
2857
  msgid "c-bf"
2858
  msgstr "Burkina Faso"
2859
 
2860
  # Burundi
2861
+ #: ../admin/view/wp-slimstat-reports.php:1763
2862
  msgid "c-bi"
2863
  msgstr "Burundi"
2864
 
2865
  # Cambodia
2866
+ #: ../admin/view/wp-slimstat-reports.php:1763
2867
  msgid "c-kh"
2868
  msgstr "Kambodscha"
2869
 
2870
  # Cameroon
2871
+ #: ../admin/view/wp-slimstat-reports.php:1763
2872
  msgid "c-cm"
2873
  msgstr "Kamerun"
2874
 
2875
  # Canada
2876
+ #: ../admin/view/wp-slimstat-reports.php:1763
2877
  msgid "c-ca"
2878
  msgstr "Kanada"
2879
 
2880
  # Cape Verde
2881
+ #: ../admin/view/wp-slimstat-reports.php:1763
2882
  msgid "c-cv"
2883
  msgstr "Kap Verde"
2884
 
2885
  # Cayman Islands
2886
+ #: ../admin/view/wp-slimstat-reports.php:1763
2887
  msgid "c-ky"
2888
  msgstr "Kaimaninseln"
2889
 
2890
  # Central African Republic
2891
+ #: ../admin/view/wp-slimstat-reports.php:1763
2892
  msgid "c-cf"
2893
  msgstr "Zentralafrika"
2894
 
2895
  # Chad
2896
+ #: ../admin/view/wp-slimstat-reports.php:1763
2897
  msgid "c-td"
2898
  msgstr "Tschad"
2899
 
2900
  # Chile
2901
+ #: ../admin/view/wp-slimstat-reports.php:1763
2902
  msgid "c-cl"
2903
  msgstr "Chile"
2904
 
2905
  # China
2906
+ #: ../admin/view/wp-slimstat-reports.php:1763
2907
  msgid "c-cn"
2908
  msgstr "China"
2909
 
2910
  # Colombia
2911
+ #: ../admin/view/wp-slimstat-reports.php:1763
2912
  msgid "c-co"
2913
  msgstr "Kolumbien"
2914
 
2915
  # Comoros
2916
+ #: ../admin/view/wp-slimstat-reports.php:1763
2917
  msgid "c-km"
2918
  msgstr "Komoren"
2919
 
2920
  # Congo
2921
+ #: ../admin/view/wp-slimstat-reports.php:1763
2922
  msgid "c-cg"
2923
  msgstr "Republik Kongo"
2924
 
2925
  # The Democratic Republic of the Congo
2926
+ #: ../admin/view/wp-slimstat-reports.php:1763
2927
  msgid "c-cd"
2928
  msgstr "Demokratische Republik Kongo"
2929
 
2930
  # Costa Rica
2931
+ #: ../admin/view/wp-slimstat-reports.php:1763
2932
  msgid "c-cr"
2933
  msgstr "Costa Rica"
2934
 
2935
  # Côte d'Ivoire
2936
+ #: ../admin/view/wp-slimstat-reports.php:1763
2937
  msgid "c-ci"
2938
  msgstr "Elfenbeink&uuml;ste"
2939
 
2940
  # Croatia
2941
+ #: ../admin/view/wp-slimstat-reports.php:1763
2942
  msgid "c-hr"
2943
  msgstr "Kroatien"
2944
 
2945
  # Cuba
2946
+ #: ../admin/view/wp-slimstat-reports.php:1763
2947
  msgid "c-cu"
2948
  msgstr "Kuba"
2949
 
2950
  # Cyprus
2951
+ #: ../admin/view/wp-slimstat-reports.php:1763
2952
  msgid "c-cy"
2953
  msgstr "Zypern"
2954
 
2955
  # Czech Republic
2956
+ #: ../admin/view/wp-slimstat-reports.php:1763
2957
  msgid "c-cz"
2958
  msgstr "Tschechische Republik"
2959
 
2960
  # Denmark
2961
+ #: ../admin/view/wp-slimstat-reports.php:1763
2962
  msgid "c-dk"
2963
  msgstr "D&auml;nemark"
2964
 
2965
  # Djibouti
2966
+ #: ../admin/view/wp-slimstat-reports.php:1763
2967
  msgid "c-dj"
2968
  msgstr "Dschibuti"
2969
 
2970
  # Dominica
2971
+ #: ../admin/view/wp-slimstat-reports.php:1763
2972
  msgid "c-dm"
2973
  msgstr "Dominica"
2974
 
2975
  # Dominican Republic
2976
+ #: ../admin/view/wp-slimstat-reports.php:1763
2977
  msgid "c-do"
2978
  msgstr "Dominikanische Republik"
2979
 
2980
  # Ecuador
2981
+ #: ../admin/view/wp-slimstat-reports.php:1763
2982
  msgid "c-ec"
2983
  msgstr "Ecuador"
2984
 
2985
  # Egypt
2986
+ #: ../admin/view/wp-slimstat-reports.php:1763
2987
  msgid "c-eg"
2988
  msgstr "&Auml;gypten"
2989
 
2990
  # El Salvador
2991
+ #: ../admin/view/wp-slimstat-reports.php:1763
2992
  msgid "c-sv"
2993
  msgstr "El Salvador"
2994
 
2995
  # Equatorial Guinea
2996
+ #: ../admin/view/wp-slimstat-reports.php:1763
2997
  msgid "c-gq"
2998
  msgstr "Äquatorialguinea"
2999
 
3000
  # Eritrea
3001
+ #: ../admin/view/wp-slimstat-reports.php:1763
3002
  msgid "c-er"
3003
  msgstr "Eritrea"
3004
 
3005
  # Estonia
3006
+ #: ../admin/view/wp-slimstat-reports.php:1763
3007
  msgid "c-ee"
3008
  msgstr "Estland"
3009
 
3010
  # Ethiopia
3011
+ #: ../admin/view/wp-slimstat-reports.php:1763
3012
  msgid "c-et"
3013
  msgstr "&Auml;thiopien"
3014
 
3015
  # Faroe Islands
3016
+ #: ../admin/view/wp-slimstat-reports.php:1763
3017
  msgid "c-fo"
3018
  msgstr "F&auml;r&ouml;er Inseln"
3019
 
3020
  # Falkland Islands (Malvinas)
3021
+ #: ../admin/view/wp-slimstat-reports.php:1763
3022
  msgid "c-fk"
3023
  msgstr "Falklandinseln (Malwinen)"
3024
 
3025
  # Fiji
3026
+ #: ../admin/view/wp-slimstat-reports.php:1763
3027
  msgid "c-fj"
3028
  msgstr "Republik Fidschi"
3029
 
3030
  # Finland
3031
+ #: ../admin/view/wp-slimstat-reports.php:1763
3032
  msgid "c-fi"
3033
  msgstr "Finnland"
3034
 
3035
  # France
3036
+ #: ../admin/view/wp-slimstat-reports.php:1763
3037
  msgid "c-fr"
3038
  msgstr "Franz&ouml;sische Republik"
3039
 
3040
  # French Guiana
3041
+ #: ../admin/view/wp-slimstat-reports.php:1763
3042
  msgid "c-gf"
3043
  msgstr "Franz&ouml;sisch-Guayana"
3044
 
3045
  # Gabon
3046
+ #: ../admin/view/wp-slimstat-reports.php:1763
3047
  msgid "c-ga"
3048
  msgstr "Gabun"
3049
 
3050
  # Gambia
3051
+ #: ../admin/view/wp-slimstat-reports.php:1763
3052
  msgid "c-gm"
3053
  msgstr "Gambia"
3054
 
3055
  # Georgia
3056
+ #: ../admin/view/wp-slimstat-reports.php:1763
3057
  msgid "c-ge"
3058
  msgstr "Georgien"
3059
 
3060
  # Germany
3061
+ #: ../admin/view/wp-slimstat-reports.php:1763
3062
  msgid "c-de"
3063
  msgstr "Bundesrepublik Deutschland"
3064
 
3065
  # Ghana
3066
+ #: ../admin/view/wp-slimstat-reports.php:1763
3067
  msgid "c-gh"
3068
  msgstr "Ghana"
3069
 
3070
  # Greece
3071
+ #: ../admin/view/wp-slimstat-reports.php:1763
3072
  msgid "c-gr"
3073
  msgstr "Griechenland"
3074
 
3075
  # Greenland
3076
+ #: ../admin/view/wp-slimstat-reports.php:1763
3077
  msgid "c-gl"
3078
  msgstr "Gr&ouml;nland"
3079
 
3080
  # Grenada
3081
+ #: ../admin/view/wp-slimstat-reports.php:1763
3082
  msgid "c-gd"
3083
  msgstr "Grenada"
3084
 
3085
  # Guadeloupe
3086
+ #: ../admin/view/wp-slimstat-reports.php:1763
3087
  msgid "c-gp"
3088
  msgstr "Guadeloupe"
3089
 
3090
  # Guatemala
3091
+ #: ../admin/view/wp-slimstat-reports.php:1763
3092
  msgid "c-gt"
3093
  msgstr "Guatemala"
3094
 
3095
  # Guinea
3096
+ #: ../admin/view/wp-slimstat-reports.php:1763
3097
  msgid "c-gn"
3098
  msgstr "Guinea"
3099
 
3100
  # Guinea-Bissau
3101
+ #: ../admin/view/wp-slimstat-reports.php:1763
3102
  msgid "c-gw"
3103
  msgstr "Guinea-Bissau"
3104
 
3105
  # Guyana
3106
+ #: ../admin/view/wp-slimstat-reports.php:1763
3107
  msgid "c-gy"
3108
  msgstr "Guyana"
3109
 
3110
  # Haiti
3111
+ #: ../admin/view/wp-slimstat-reports.php:1763
3112
  msgid "c-ht"
3113
  msgstr "Haiti"
3114
 
3115
  # Honduras
3116
+ #: ../admin/view/wp-slimstat-reports.php:1763
3117
  msgid "c-hn"
3118
  msgstr "Honduras"
3119
 
3120
  # Hong Kong
3121
+ #: ../admin/view/wp-slimstat-reports.php:1763
3122
  msgid "c-hk"
3123
  msgstr "Hong Kong"
3124
 
3125
  # Hungary
3126
+ #: ../admin/view/wp-slimstat-reports.php:1763
3127
  msgid "c-hu"
3128
  msgstr "Ungarn"
3129
 
3130
  # Iceland
3131
+ #: ../admin/view/wp-slimstat-reports.php:1763
3132
  msgid "c-is"
3133
  msgstr "Island"
3134
 
3135
  # India
3136
+ #: ../admin/view/wp-slimstat-reports.php:1763
3137
  msgid "c-in"
3138
  msgstr "Indien"
3139
 
3140
  # Indonesia
3141
+ #: ../admin/view/wp-slimstat-reports.php:1763
3142
  msgid "c-id"
3143
  msgstr "Indonesien"
3144
 
3145
  # Islamic Republic of Iran
3146
+ #: ../admin/view/wp-slimstat-reports.php:1763
3147
  msgid "c-ir"
3148
  msgstr "Islamische Republik Iran"
3149
 
3150
  # Iraq
3151
+ #: ../admin/view/wp-slimstat-reports.php:1763
3152
  msgid "c-iq"
3153
  msgstr "Irak"
3154
 
3155
  # Ireland
3156
+ #: ../admin/view/wp-slimstat-reports.php:1763
3157
  msgid "c-ie"
3158
  msgstr "Irland"
3159
 
3160
  # Israel
3161
+ #: ../admin/view/wp-slimstat-reports.php:1763
3162
  msgid "c-il"
3163
  msgstr "Israel"
3164
 
3165
  # Italy
3166
+ #: ../admin/view/wp-slimstat-reports.php:1763
3167
  msgid "c-it"
3168
  msgstr "Italien"
3169
 
3170
  # Jamaica
3171
+ #: ../admin/view/wp-slimstat-reports.php:1763
3172
  msgid "c-jm"
3173
  msgstr "Jamaika"
3174
 
3175
  # Japan
3176
+ #: ../admin/view/wp-slimstat-reports.php:1763
3177
  msgid "c-jp"
3178
  msgstr "Japan"
3179
 
3180
  # Jordan
3181
+ #: ../admin/view/wp-slimstat-reports.php:1763
3182
  msgid "c-jo"
3183
  msgstr "Jordan"
3184
 
3185
  # Kazakhstan
3186
+ #: ../admin/view/wp-slimstat-reports.php:1763
3187
  msgid "c-kz"
3188
  msgstr "Kasachstan"
3189
 
3190
  # Kenya
3191
+ #: ../admin/view/wp-slimstat-reports.php:1763
3192
  msgid "c-ke"
3193
  msgstr "Kenia"
3194
 
3195
  # Nauru
3196
+ #: ../admin/view/wp-slimstat-reports.php:1763
3197
  msgid "c-nr"
3198
  msgstr "Nauru"
3199
 
3200
  # Democratic People's Republic of Korea
3201
+ #: ../admin/view/wp-slimstat-reports.php:1763
3202
  msgid "c-kp"
3203
  msgstr "Demokratische Volksrepublik Korea"
3204
 
3205
  # Republic of Korea
3206
+ #: ../admin/view/wp-slimstat-reports.php:1763
3207
  msgid "c-kr"
3208
  msgstr "Republik Korea"
3209
 
3210
+ #: ../admin/view/wp-slimstat-reports.php:1763
3211
  msgid "c-kv"
3212
  msgstr "Komi"
3213
 
3214
  # Kuwait
3215
+ #: ../admin/view/wp-slimstat-reports.php:1763
3216
  msgid "c-kw"
3217
  msgstr "Kuwait"
3218
 
3219
  # Kyrgyzstan
3220
+ #: ../admin/view/wp-slimstat-reports.php:1763
3221
  msgid "c-kg"
3222
  msgstr "Kirgistan"
3223
 
3224
  # Lao People's Democratic Republic
3225
+ #: ../admin/view/wp-slimstat-reports.php:1763
3226
  msgid "c-la"
3227
  msgstr "Demokratische Volksrepublik Laos"
3228
 
3229
  # Latvia
3230
+ #: ../admin/view/wp-slimstat-reports.php:1763
3231
  msgid "c-lv"
3232
  msgstr "Lettland"
3233
 
3234
  # Lebanon
3235
+ #: ../admin/view/wp-slimstat-reports.php:1763
3236
  msgid "c-lb"
3237
  msgstr "Libanon"
3238
 
3239
  # Lesotho
3240
+ #: ../admin/view/wp-slimstat-reports.php:1763
3241
  msgid "c-ls"
3242
  msgstr "Lesotho"
3243
 
3244
  # Liberia
3245
+ #: ../admin/view/wp-slimstat-reports.php:1763
3246
  msgid "c-lr"
3247
  msgstr "Liberia"
3248
 
3249
  # Libyan Arab Jamahiriya
3250
+ #: ../admin/view/wp-slimstat-reports.php:1763
3251
  msgid "c-ly"
3252
  msgstr "Libyen"
3253
 
3254
  # Liechtenstein
3255
+ #: ../admin/view/wp-slimstat-reports.php:1763
3256
  msgid "c-li"
3257
  msgstr "Liechtenstein"
3258
 
3259
  # Lithuania
3260
+ #: ../admin/view/wp-slimstat-reports.php:1763
3261
  msgid "c-lt"
3262
  msgstr "Litauen"
3263
 
3264
  # Luxembourg
3265
+ #: ../admin/view/wp-slimstat-reports.php:1763
3266
  msgid "c-lu"
3267
  msgstr "Luxemburg"
3268
 
3269
  # The Former Yugoslav Republic of Macedonia
3270
+ #: ../admin/view/wp-slimstat-reports.php:1763
3271
  msgid "c-mk"
3272
  msgstr "Ehemalige Jugoslawische Republik Mazedonien"
3273
 
3274
  # Madagascar
3275
+ #: ../admin/view/wp-slimstat-reports.php:1763
3276
  msgid "c-mg"
3277
  msgstr "Madagaskar"
3278
 
3279
  # Malawi
3280
+ #: ../admin/view/wp-slimstat-reports.php:1763
3281
  msgid "c-mw"
3282
  msgstr "Malawi"
3283
 
3284
  # Malaysia
3285
+ #: ../admin/view/wp-slimstat-reports.php:1763
3286
  msgid "c-my"
3287
  msgstr "Malaysien"
3288
 
3289
  # Mali
3290
+ #: ../admin/view/wp-slimstat-reports.php:1763
3291
  msgid "c-ml"
3292
  msgstr "Mali"
3293
 
3294
  # Malta
3295
+ #: ../admin/view/wp-slimstat-reports.php:1763
3296
  msgid "c-mt"
3297
  msgstr "Malta"
3298
 
3299
  # Martinique
3300
+ #: ../admin/view/wp-slimstat-reports.php:1763
3301
  msgid "c-mq"
3302
  msgstr "Martinique"
3303
 
3304
  # Mauritania
3305
+ #: ../admin/view/wp-slimstat-reports.php:1763
3306
  msgid "c-mr"
3307
  msgstr "Mauritanien"
3308
 
3309
  # Mauritius
3310
+ #: ../admin/view/wp-slimstat-reports.php:1763
3311
  msgid "c-mu"
3312
  msgstr "Mauritius"
3313
 
3314
  # Mexico
3315
+ #: ../admin/view/wp-slimstat-reports.php:1763
3316
  msgid "c-mx"
3317
  msgstr "Mexiko"
3318
 
3319
  # Moldova
3320
+ #: ../admin/view/wp-slimstat-reports.php:1763
3321
  msgid "c-md"
3322
  msgstr "Moldawien"
3323
 
3324
  # Mongolia
3325
+ #: ../admin/view/wp-slimstat-reports.php:1763
3326
  msgid "c-mn"
3327
  msgstr "Mongolei"
3328
 
3329
  # Montenegro
3330
+ #: ../admin/view/wp-slimstat-reports.php:1763
3331
  msgid "c-me"
3332
  msgstr "Montenegro"
3333
 
3334
  # Montserrat
3335
+ #: ../admin/view/wp-slimstat-reports.php:1763
3336
  msgid "c-ms"
3337
  msgstr "Montserrat"
3338
 
3339
  # Morocco
3340
+ #: ../admin/view/wp-slimstat-reports.php:1763
3341
  msgid "c-ma"
3342
  msgstr "Marokko"
3343
 
3344
  # Mozambique
3345
+ #: ../admin/view/wp-slimstat-reports.php:1763
3346
  msgid "c-mz"
3347
  msgstr "Mosambik"
3348
 
3349
  # Myanmar
3350
+ #: ../admin/view/wp-slimstat-reports.php:1763
3351
  msgid "c-mm"
3352
  msgstr "Myanmar"
3353
 
3354
  # Namibia
3355
+ #: ../admin/view/wp-slimstat-reports.php:1763
3356
  msgid "c-na"
3357
  msgstr "Namibia"
3358
 
3359
  # Nepal
3360
+ #: ../admin/view/wp-slimstat-reports.php:1763
3361
  msgid "c-np"
3362
  msgstr "Nepal"
3363
 
3364
  # Netherlands
3365
+ #: ../admin/view/wp-slimstat-reports.php:1763
3366
  msgid "c-nl"
3367
  msgstr "Niederlande"
3368
 
3369
  # New Caledonia
3370
+ #: ../admin/view/wp-slimstat-reports.php:1763
3371
  msgid "c-nc"
3372
  msgstr "Neukaledonien"
3373
 
3374
  # New Zealand
3375
+ #: ../admin/view/wp-slimstat-reports.php:1763
3376
  msgid "c-nz"
3377
  msgstr "Neuseeland"
3378
 
3379
  # Nicaragua
3380
+ #: ../admin/view/wp-slimstat-reports.php:1763
3381
  msgid "c-ni"
3382
  msgstr "Nicaragua"
3383
 
3384
  # Niger
3385
+ #: ../admin/view/wp-slimstat-reports.php:1763
3386
  msgid "c-ne"
3387
  msgstr "Niger"
3388
 
3389
  # Nigeria
3390
+ #: ../admin/view/wp-slimstat-reports.php:1763
3391
  msgid "c-ng"
3392
  msgstr "Nigeria"
3393
 
3394
  # Norway
3395
+ #: ../admin/view/wp-slimstat-reports.php:1763
3396
  msgid "c-no"
3397
  msgstr "Norwegen"
3398
 
3399
  # Oman
3400
+ #: ../admin/view/wp-slimstat-reports.php:1763
3401
  msgid "c-om"
3402
  msgstr "Oman"
3403
 
3404
  # Pakistan
3405
+ #: ../admin/view/wp-slimstat-reports.php:1763
3406
  msgid "c-pk"
3407
  msgstr "Pakistan"
3408
 
3409
  # Palau
3410
+ #: ../admin/view/wp-slimstat-reports.php:1763
3411
  msgid "c-pw"
3412
  msgstr "Palau"
3413
 
3414
  # Occupied Palestinian Territory
3415
+ #: ../admin/view/wp-slimstat-reports.php:1763
3416
  msgid "c-ps"
3417
  msgstr "Palästinensische Autonomiegebiete"
3418
 
3419
  # Panama
3420
+ #: ../admin/view/wp-slimstat-reports.php:1763
3421
  msgid "c-pa"
3422
  msgstr "Panama"
3423
 
3424
  # Papua New Guinea
3425
+ #: ../admin/view/wp-slimstat-reports.php:1763
3426
  msgid "c-pg"
3427
  msgstr "Papua Neu Guinea"
3428
 
3429
  # Paraguay
3430
+ #: ../admin/view/wp-slimstat-reports.php:1763
3431
  msgid "c-py"
3432
  msgstr "Paraguay"
3433
 
3434
  # Peru
3435
+ #: ../admin/view/wp-slimstat-reports.php:1763
3436
  msgid "c-pe"
3437
  msgstr "Peru"
3438
 
3439
  # Philippines
3440
+ #: ../admin/view/wp-slimstat-reports.php:1763
3441
  msgid "c-ph"
3442
  msgstr "Philippinen"
3443
 
3444
  # Poland
3445
+ #: ../admin/view/wp-slimstat-reports.php:1763
3446
  msgid "c-pl"
3447
  msgstr "Polen"
3448
 
3449
  # Portugal
3450
+ #: ../admin/view/wp-slimstat-reports.php:1763
3451
  msgid "c-pt"
3452
  msgstr "Portugal"
3453
 
3454
  # Puerto Rico
3455
+ #: ../admin/view/wp-slimstat-reports.php:1763
3456
  msgid "c-pr"
3457
  msgstr "Puerto Rico"
3458
 
3459
  # Qatar
3460
+ #: ../admin/view/wp-slimstat-reports.php:1763
3461
  msgid "c-qa"
3462
  msgstr "Katar"
3463
 
3464
  # Réunion
3465
+ #: ../admin/view/wp-slimstat-reports.php:1763
3466
  msgid "c-re"
3467
  msgstr "Réunion"
3468
 
3469
  # Romania
3470
+ #: ../admin/view/wp-slimstat-reports.php:1763
3471
  msgid "c-ro"
3472
  msgstr "Rum&auml;nien"
3473
 
3474
  # Russian Federation
3475
+ #: ../admin/view/wp-slimstat-reports.php:1763
3476
  msgid "c-ru"
3477
  msgstr "Russische Föderation"
3478
 
3479
  # Rwanda
3480
+ #: ../admin/view/wp-slimstat-reports.php:1763
3481
  msgid "c-rw"
3482
  msgstr "Ruanda"
3483
 
3484
  # Saint Kitts and Nevis
3485
+ #: ../admin/view/wp-slimstat-reports.php:1763
3486
  msgid "c-kn"
3487
  msgstr "St. Kitts und Nevis"
3488
 
3489
  # Saint Lucia
3490
+ #: ../admin/view/wp-slimstat-reports.php:1763
3491
  msgid "c-lc"
3492
  msgstr "Saint Lucia"
3493
 
3494
  # Saint Martin
3495
+ #: ../admin/view/wp-slimstat-reports.php:1763
3496
  msgid "c-mf"
3497
  msgstr "Saint Martin"
3498
 
3499
  # Saint Vincent and the Grenadines
3500
+ #: ../admin/view/wp-slimstat-reports.php:1763
3501
  msgid "c-vc"
3502
  msgstr "St. Vincent und die Grenadinen"
3503
 
3504
  # Samoa
3505
+ #: ../admin/view/wp-slimstat-reports.php:1763
3506
  msgid "c-ws"
3507
  msgstr "Samoa"
3508
 
3509
  # Sao Tome and Principe
3510
+ #: ../admin/view/wp-slimstat-reports.php:1763
3511
  msgid "c-st"
3512
  msgstr "Sao Tomé und Príncipe"
3513
 
3514
  # Saudi Arabia
3515
+ #: ../admin/view/wp-slimstat-reports.php:1763
3516
  msgid "c-sa"
3517
  msgstr "Saudi Arabien"
3518
 
3519
  # Senegal
3520
+ #: ../admin/view/wp-slimstat-reports.php:1763
3521
  msgid "c-sn"
3522
  msgstr "Senegal"
3523
 
3524
  # Serbia
3525
+ #: ../admin/view/wp-slimstat-reports.php:1763
3526
  msgid "c-rs"
3527
  msgstr "Serbien"
3528
 
3529
  # Sierra Leone
3530
+ #: ../admin/view/wp-slimstat-reports.php:1763
3531
  msgid "c-sl"
3532
  msgstr "Sierra Leone"
3533
 
3534
  # Singapore
3535
+ #: ../admin/view/wp-slimstat-reports.php:1763
3536
  msgid "c-sg"
3537
  msgstr "Singapur"
3538
 
3539
  # Slovakia
3540
+ #: ../admin/view/wp-slimstat-reports.php:1763
3541
  msgid "c-sk"
3542
  msgstr "Slowakei"
3543
 
3544
  # Slovenia
3545
+ #: ../admin/view/wp-slimstat-reports.php:1763
3546
  msgid "c-si"
3547
  msgstr "Slowenien"
3548
 
3549
  # Solomon Islands
3550
+ #: ../admin/view/wp-slimstat-reports.php:1763
3551
  msgid "c-sb"
3552
  msgstr "Salomonen"
3553
 
3554
  # Somalia
3555
+ #: ../admin/view/wp-slimstat-reports.php:1763
3556
  msgid "c-so"
3557
  msgstr "Somalia"
3558
 
3559
  # South Africa
3560
+ #: ../admin/view/wp-slimstat-reports.php:1763
3561
  msgid "c-za"
3562
  msgstr "Südafrika"
3563
 
3564
  # South Georgia and the South Sandwich Islands
3565
+ #: ../admin/view/wp-slimstat-reports.php:1763
3566
  msgid "c-gs"
3567
  msgstr "Südgeorgien und die Südlichen Sandwichinseln"
3568
 
3569
  # Spain
3570
+ #: ../admin/view/wp-slimstat-reports.php:1763
3571
  msgid "c-es"
3572
  msgstr "Spanien"
3573
 
3574
  # Sri Lanka
3575
+ #: ../admin/view/wp-slimstat-reports.php:1763
3576
  msgid "c-lk"
3577
  msgstr "Sri Lanka"
3578
 
3579
+ #: ../admin/view/wp-slimstat-reports.php:1763
3580
  msgid "c-sc"
3581
  msgstr ""
3582
 
3583
  # Sudan
3584
+ #: ../admin/view/wp-slimstat-reports.php:1763
3585
  msgid "c-sd"
3586
  msgstr "Sudan"
3587
 
3588
+ #: ../admin/view/wp-slimstat-reports.php:1763
3589
  msgid "c-ss"
3590
  msgstr "Siswati"
3591
 
3592
  # Suriname
3593
+ #: ../admin/view/wp-slimstat-reports.php:1763
3594
  msgid "c-sr"
3595
  msgstr "Suriname"
3596
 
3597
  # Svalbard and Jan Mayen
3598
+ #: ../admin/view/wp-slimstat-reports.php:1763
3599
  msgid "c-sj"
3600
  msgstr "Spitzbergen und Jan Mayen"
3601
 
3602
  # Swaziland
3603
+ #: ../admin/view/wp-slimstat-reports.php:1763
3604
  msgid "c-sz"
3605
  msgstr "Swaziland"
3606
 
3607
  # Sweden
3608
+ #: ../admin/view/wp-slimstat-reports.php:1763
3609
  msgid "c-se"
3610
  msgstr "Schweden"
3611
 
3612
  # Switzerland
3613
+ #: ../admin/view/wp-slimstat-reports.php:1763
3614
  msgid "c-ch"
3615
  msgstr "Schweiz"
3616
 
3617
  # Syrian Arab Republic
3618
+ #: ../admin/view/wp-slimstat-reports.php:1763
3619
  msgid "c-sy"
3620
  msgstr "Arabische Republik Syrien"
3621
 
3622
  # Taiwan, Province of China
3623
+ #: ../admin/view/wp-slimstat-reports.php:1763
3624
  msgid "c-tw"
3625
  msgstr "Taiwan"
3626
 
3627
  # Tajikistan
3628
+ #: ../admin/view/wp-slimstat-reports.php:1763
3629
  msgid "c-tj"
3630
  msgstr "Tadschikistan"
3631
 
3632
  # United Republic of Tanzania
3633
+ #: ../admin/view/wp-slimstat-reports.php:1763
3634
  msgid "c-tz"
3635
  msgstr "Vereinigte Republik Tansania"
3636
 
3637
  # Thailand
3638
+ #: ../admin/view/wp-slimstat-reports.php:1763
3639
  msgid "c-th"
3640
  msgstr "Thailand"
3641
 
3642
  # Timor-Leste
3643
+ #: ../admin/view/wp-slimstat-reports.php:1763
3644
  msgid "c-tl"
3645
  msgstr "Timor-Leste"
3646
 
3647
  # Togo
3648
+ #: ../admin/view/wp-slimstat-reports.php:1763
3649
  msgid "c-tg"
3650
  msgstr "Togo"
3651
 
3652
  # Tonga
3653
+ #: ../admin/view/wp-slimstat-reports.php:1763
3654
  msgid "c-to"
3655
  msgstr "Tonga"
3656
 
3657
  # Trinidad and Tobago
3658
+ #: ../admin/view/wp-slimstat-reports.php:1763
3659
  msgid "c-tt"
3660
  msgstr "Trinidad und Tobago"
3661
 
3662
  # Tunisia
3663
+ #: ../admin/view/wp-slimstat-reports.php:1763
3664
  msgid "c-tn"
3665
  msgstr "Tunesien"
3666
 
3667
  # Turkey
3668
+ #: ../admin/view/wp-slimstat-reports.php:1763
3669
  msgid "c-tr"
3670
  msgstr "T&uuml;rkei"
3671
 
3672
  # Turkmenistan
3673
+ #: ../admin/view/wp-slimstat-reports.php:1763
3674
  msgid "c-tm"
3675
  msgstr "Turkmenistan"
3676
 
3677
  # Turks and Caicos Islands
3678
+ #: ../admin/view/wp-slimstat-reports.php:1763
3679
  msgid "c-tc"
3680
  msgstr "Turks- und Caicosinseln"
3681
 
3682
  # Uganda
3683
+ #: ../admin/view/wp-slimstat-reports.php:1763
3684
  msgid "c-ug"
3685
  msgstr "Uganda"
3686
 
3687
  # Ukraine
3688
+ #: ../admin/view/wp-slimstat-reports.php:1763
3689
  msgid "c-ua"
3690
  msgstr "Ukraine"
3691
 
3692
  # United Arab Emirates
3693
+ #: ../admin/view/wp-slimstat-reports.php:1763
3694
  msgid "c-ae"
3695
  msgstr "Vereinigte Arabische Emirate"
3696
 
3697
  # United Kingdom
3698
+ #: ../admin/view/wp-slimstat-reports.php:1763
3699
  msgid "c-gb"
3700
  msgstr "Vereinigtes K&ouml;nigreich"
3701
 
3702
  # United States
3703
+ #: ../admin/view/wp-slimstat-reports.php:1763
3704
  msgid "c-us"
3705
  msgstr "Vereinigte Staaten"
3706
 
3707
  # Uruguay
3708
+ #: ../admin/view/wp-slimstat-reports.php:1763
3709
  msgid "c-uy"
3710
  msgstr "Uruguay"
3711
 
3712
  # Uzbekistan
3713
+ #: ../admin/view/wp-slimstat-reports.php:1763
3714
  msgid "c-uz"
3715
  msgstr "Usbekistan"
3716
 
3717
  # Vanuatu
3718
+ #: ../admin/view/wp-slimstat-reports.php:1763
3719
  msgid "c-vu"
3720
  msgstr "Vanuatu"
3721
 
3722
  # Venezuela
3723
+ #: ../admin/view/wp-slimstat-reports.php:1763
3724
  msgid "c-ve"
3725
  msgstr "Venezuela"
3726
 
3727
  # Viet Nam
3728
+ #: ../admin/view/wp-slimstat-reports.php:1763
3729
  msgid "c-vn"
3730
  msgstr "Vietnam"
3731
 
3732
  # British Virgin Islands
3733
+ #: ../admin/view/wp-slimstat-reports.php:1763
3734
  msgid "c-vg"
3735
  msgstr "Jungferninseln"
3736
 
3737
  # U.S. Virgin Islands
3738
+ #: ../admin/view/wp-slimstat-reports.php:1763
3739
  msgid "c-vi"
3740
  msgstr "Amerikanische Jungferninseln"
3741
 
3742
  # Western Sahara
3743
+ #: ../admin/view/wp-slimstat-reports.php:1763
3744
  msgid "c-eh"
3745
  msgstr "Westsahara"
3746
 
3747
  # Yemen
3748
+ #: ../admin/view/wp-slimstat-reports.php:1763
3749
  msgid "c-ye"
3750
  msgstr "Jemen"
3751
 
3752
  # Zambia
3753
+ #: ../admin/view/wp-slimstat-reports.php:1763
3754
  msgid "c-zm"
3755
  msgstr "Sambia"
3756
 
3757
  # Zimbabwe
3758
+ #: ../admin/view/wp-slimstat-reports.php:1763
3759
  msgid "c-zw"
3760
  msgstr "Zimbabwe"
3761
 
3762
  # Guernsey
3763
+ #: ../admin/view/wp-slimstat-reports.php:1763
3764
  msgid "c-gg"
3765
  msgstr "Guernsey"
3766
 
3767
  # Jersey
3768
+ #: ../admin/view/wp-slimstat-reports.php:1763
3769
  msgid "c-je"
3770
  msgstr "Jersey"
3771
 
3772
  # Isle of Man
3773
+ #: ../admin/view/wp-slimstat-reports.php:1763
3774
  msgid "c-im"
3775
  msgstr "Isle of Man"
3776
 
3777
  # Maldives
3778
+ #: ../admin/view/wp-slimstat-reports.php:1763
3779
  msgid "c-mv"
3780
  msgstr "Malediven"
3781
 
3782
+ #: ../admin/view/wp-slimstat-reports.php:1764
3783
  msgid "c-eu"
3784
  msgstr ""
3785
 
3786
+ #: ../admin/view/wp-slimstat-reports.php:1841
3787
  msgid "src"
3788
  msgstr "src"
3789
 
3790
+ #: ../admin/view/wp-slimstat-reports.php:1845
3791
  msgid "serp"
3792
  msgstr "serp"
3793
 
3794
+ #: ../admin/view/wp-slimstat-reports.php:1853
3795
  msgid "Go to the referring page"
3796
  msgstr "Verweisende Seite &ouml;ffnen"
3797
 
3798
+ #: ../admin/view/wp-slimstat-reports.php:1875
3799
  msgid "Remove filter for"
3800
  msgstr "Entferne Filter f&uuml;r"
3801
 
3802
+ #: ../admin/view/wp-slimstat-reports.php:1879
3803
  msgid "Save"
3804
  msgstr ""
3805
 
3806
+ #: ../admin/view/wp-slimstat-reports.php:1882
3807
  #, fuzzy
3808
  msgid "Reset All"
3809
  msgstr "Datenbanktabellen zurücksetzen"
3810
 
3811
+ #: ../admin/view/wp-slimstat-reports.php:1886
3812
  msgid "Current filters:"
3813
  msgstr "Aktuelle Filter:"
3814
 
3843
  msgid "Inactive Reports"
3844
  msgstr "Berichte zurücksetzen"
3845
 
3846
+ #: ../admin/wp-slimstat-admin.php:566
3847
  #, fuzzy
3848
  msgid "SlimStat"
3849
  msgstr "&Uuml;ber WP SlimStat"
3850
 
3851
+ #: ../admin/wp-slimstat-admin.php:624
3852
  #, fuzzy
3853
  msgid "Slimstat"
3854
  msgstr "&Uuml;ber WP SlimStat"
3855
 
3856
+ #: ../admin/wp-slimstat-admin.php:713
3857
  #, fuzzy
3858
  msgid "Pageviews in the last "
3859
  msgstr "Seitenaufrufe (Diagramm)"
3860
 
3861
+ #: ../admin/wp-slimstat-admin.php:716
3862
  #, fuzzy
3863
  msgid "Unique IPs in the last "
3864
  msgstr "Eindeutige interne Zugriffe"
3865
 
3866
+ #: ../admin/wp-slimstat-admin.php:749
3867
+ #, php-format
3868
+ msgid ""
3869
+ " And for keeping an eye on your web traffic with %sSlimStat Analytics%s."
3870
+ msgstr ""
3871
+
3872
+ #: ../admin/wp-slimstat-admin.php:774
3873
  msgid "Show on screen"
3874
  msgstr "Anzeigen"
3875
 
3876
+ #: ../admin/wp-slimstat-admin.php:855
3877
  msgid "Already saved"
3878
  msgstr ""
3879
 
3880
+ #: ../admin/wp-slimstat-admin.php:863
3881
  msgid "Saved"
3882
  msgstr ""
3883
 
3884
+ #: ../admin/wp-slimstat-admin.php:883
3885
  #, fuzzy
3886
  msgid "Delete this filter"
3887
  msgstr "Lösche Seitenaufrufe, wo"
3888
 
3889
+ #: ../admin/wp-slimstat-admin.php:927
3890
  msgid "There was an error updating the following options:"
3891
  msgstr "Fehler beim Aktualisieren folgender Optionen:"
3892
 
3893
+ #: ../admin/wp-slimstat-admin.php:930
3894
  #, fuzzy
3895
  msgid "Your changes have been saved."
3896
  msgstr "Optionen erfolgreich aktualisiert."
3897
 
3898
+ #: ../admin/wp-slimstat-admin.php:953
3899
  msgid "Save Changes"
3900
  msgstr "Änderungen speichern"
3901
 
3902
+ #: ../admin/wp-slimstat-admin.php:969
3903
  msgid "Definitions"
3904
  msgstr "Definitionen"
3905
 
3906
+ #: ../admin/wp-slimstat-admin.php:972
3907
  msgid "Pageview"
3908
  msgstr "Seitenaufrufe"
3909
 
3910
+ #: ../admin/wp-slimstat-admin.php:972
3911
  #, fuzzy
3912
  msgid ""
3913
  "A request to load a single HTML file (\"page\"). This should be contrasted "
3918
  "jedesmal einen 'Seitenaufruf' auf wenn der Tracking-Code ausgef&uuml;hrt "
3919
  "wird."
3920
 
3921
+ #: ../admin/wp-slimstat-admin.php:973
3922
  msgid "(Human) Visit"
3923
  msgstr "Echte Besuche"
3924
 
3925
+ #: ../admin/wp-slimstat-admin.php:973
3926
  msgid ""
3927
  "A period of interaction between a visitor's browser and your website, ending "
3928
  "when the browser is closed or when the user has been inactive on that site "
3932
  "Diese endet wenn der Browser geschlossen wird oder der Besucher 30 Minuten "
3933
  "lang nicht auf der Website aktiv war"
3934
 
3935
+ #: ../admin/wp-slimstat-admin.php:974
3936
  msgid ""
3937
  "Any user who has left a comment on your blog, and is thus identified by "
3938
  "Wordpress as a returning visitor"
3940
  "Jeder Benutzer, der einen Kommentar auf Ihrer Website hinterlassen hat und "
3941
  "damit als wiederkehrender Besucher erkannt wird."
3942
 
3943
+ #: ../admin/wp-slimstat-admin.php:975
3944
  msgid "Unique IP"
3945
  msgstr "Eindeutige IPs"
3946
 
3947
+ #: ../admin/wp-slimstat-admin.php:975
3948
  msgid ""
3949
  "Used to differentiate between multiple requests to download a file from one "
3950
  "internet address (IP) and requests originating from many distinct addresses; "
3956
  "Adresse von der ein Seitenaufruf stammt achtet, ist es nützlich, aber nicht "
3957
  "perfekt."
3958
 
3959
+ #: ../admin/wp-slimstat-admin.php:976
3960
  msgid ""
3961
  "the originating IP address of a client connecting to a web server through an "
3962
  "HTTP proxy or load balancer"
3964
  "Die ursprüngliche IP-Adresse eines Clients, der sich durch einen HTTP Proxy "
3965
  "oder Load Balancer mit dem Server verbunden hat."
3966
 
3967
+ #: ../admin/wp-slimstat-admin.php:977
3968
  msgid "Direct Traffic"
3969
  msgstr "Direkter Besuch"
3970
 
3971
+ #: ../admin/wp-slimstat-admin.php:977
3972
  msgid ""
3973
  "All those people showing up to your Web site by typing in the URL of your "
3974
  "Web site coming or from a bookmark; some people also call this \"default "
3978
  "oder ein Lesezeichen erreichen; auch \"default traffic\" oder \"ambient "
3979
  "traffic\" genannt."
3980
 
3981
+ #: ../admin/wp-slimstat-admin.php:978
3982
  msgid "Search Engine"
3983
  msgstr "Suchmaschinen"
3984
 
3985
+ #: ../admin/wp-slimstat-admin.php:978
3986
  msgid ""
3987
  "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
3988
  "as well as your paid (PPC/SEM) traffic, so be aware of that"
3990
  "Google, Yahoo, MSN, Ask usw.; hiwer ist sowohl organischer als auch "
3991
  "bezahlter (PPC/SEM) Traffic enthalten."
3992
 
3993
+ #: ../admin/wp-slimstat-admin.php:979 ../admin/wp-slimstat-admin.php:995
3994
  msgid "Keywords used by your visitors to find your website on a search engine"
3995
  msgstr "Begriffe welche von Besuchern in Suchmaschinen verwendet wurden"
3996
 
3997
+ #: ../admin/wp-slimstat-admin.php:980
3998
  msgid "SERP"
3999
  msgstr "SERP"
4000
 
4001
+ #: ../admin/wp-slimstat-admin.php:980
4002
  msgid ""
4003
  "Short for search engine results page, the Web page that a search engine "
4004
  "returns with the results of its search. The value shown represents your rank "
4007
  "\"Search Engine Result Pages\" - Suchmaschinenranking. Der Wert "
4008
  "repräsentiert Ihren Rang (die Postition) in den Suchergebnissen."
4009
 
4010
+ #: ../admin/wp-slimstat-admin.php:981
4011
  msgid ""
4012
  "Any program used for accessing a website; this includes browsers, robots, "
4013
  "spiders and any other program that was used to retrieve information from the "
4017
  "usw.), 'Robots' und 'Spider' sowie jedes andere Programm welches "
4018
  "Informationen von einer Website abruft."
4019
 
4020
+ #: ../admin/wp-slimstat-admin.php:982
4021
  msgid ""
4022
  "A link from one domain to another is said to be outbound from its source "
4023
  "anchor and inbound to its target. This report lists all the links to other "
4026
  "Ausgehende Links sind links zu einer anderen Domain. Dieser Report zeigt "
4027
  "alle Links zu anderen Websites die Ihre Besucher verfolgt haben."
4028
 
4029
+ #: ../admin/wp-slimstat-admin.php:989
4030
  msgid "Basic Filters"
4031
  msgstr "Einfache Filter"
4032
 
4033
+ #: ../admin/wp-slimstat-admin.php:992
4034
  msgid "User agent (Firefox, Chrome, ...)"
4035
  msgstr "Browser (Firefox, Chrome ...)"
4036
 
4037
+ #: ../admin/wp-slimstat-admin.php:993
4038
  msgid "2-letter code (us, ru, de, it, ...)"
4039
  msgstr "Länder-Code (us, ru, de, it...)"
4040
 
4041
+ #: ../admin/wp-slimstat-admin.php:994
4042
  msgid "IP"
4043
  msgstr "IP"
4044
 
4045
+ #: ../admin/wp-slimstat-admin.php:994
4046
  msgid "Visitor's public IP address"
4047
  msgstr "&Ouml;ffentliche IP-Adresse des Besuchers"
4048
 
4049
+ #: ../admin/wp-slimstat-admin.php:996
4050
  msgid ""
4051
  "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
4052
  "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
4055
  "Siehe <a target=\"_blank\" href=\"http://msdn.microsoft.com/en-us/library/"
4056
  "ee825488(v=cs.20).aspx\">Tabelle von Sprach-Kodierungen</a> "
4057
 
4058
+ #: ../admin/wp-slimstat-admin.php:997
4059
  msgid ""
4060
  "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
4061
  "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
4065
  "gibt es auf <a href=\"http://php.net/manual/de/function.get-browser.php\" "
4066
  "target=\"_blank\">dieser Seite</a>"
4067
 
4068
+ #: ../admin/wp-slimstat-admin.php:998
4069
  msgid "URL accessed on your site"
4070
  msgstr "URL, die auf Ihrer Seite besucht wurde"
4071
 
4072
+ #: ../admin/wp-slimstat-admin.php:999
4073
  #, fuzzy
4074
  msgid "Complete address of the referrer page"
4075
  msgstr "Verweisende Seite &ouml;ffnen"
4076
 
4077
+ #: ../admin/wp-slimstat-admin.php:1000
4078
  msgid "Visitor's Name"
4079
  msgstr "Besuchername"
4080
 
4081
+ #: ../admin/wp-slimstat-admin.php:1000
4082
  msgid ""
4083
  "Visitors' names according to the cookie set by Wordpress after they leave a "
4084
  "comment"
4086
  "Besuchername laut Cookie, welches Wordpress beim hinterlassen eines "
4087
  "Kommentars anlegt"
4088
 
4089
+ #: ../admin/wp-slimstat-admin.php:1008
4090
  msgid "Advanced Filters"
4091
  msgstr "Erweiterte Filter"
4092
 
4093
+ #: ../admin/wp-slimstat-admin.php:1011
4094
  msgid "user agent version (9.0, 11, ...)"
4095
  msgstr "Browser-Version (9.0, 11, ...)"
4096
 
4097
+ #: ../admin/wp-slimstat-admin.php:1012
4098
  msgid ""
4099
  "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
4100
  "all others"
4102
  "1 = Suchmaschinen Crawler, 2 = Mobiles Gerät, 3 = Feed-Reader, 0 = alle "
4103
  "anderen"
4104
 
4105
+ #: ../admin/wp-slimstat-admin.php:1013
4106
  msgid "Pageview Attributes"
4107
  msgstr "Eigenschaften Seitenaufrufe"
4108
 
4109
+ #: ../admin/wp-slimstat-admin.php:1013
4110
  msgid ""
4111
  "this field is set to <em>[pre]</em> if the resource has been accessed "
4112
  "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
4116
  "target=\"_blank\" href=\"https://developer.mozilla.org/en/"
4117
  "Link_prefetching_FAQ\">Link Prefetching</a> oder eine &auml;hnliche "
4118
 
4119
+ #: ../admin/wp-slimstat-admin.php:1014
4120
  msgid "author associated to that post/page when the resource was accessed"
4121
  msgstr "Der dem Artikel / der Seite zugeordnete Autor"
4122
 
4123
+ #: ../admin/wp-slimstat-admin.php:1015
4124
  msgid "ID of the category/term associated to the resource, when available"
4125
  msgstr "ID der zugeordneten Kategorie, falls vorhanden"
4126
 
4127
+ #: ../admin/wp-slimstat-admin.php:1016
4128
  msgid "visitor's originating IP address, if available"
4129
  msgstr "IP-Adresse des Besuchers, falls bekannt"
4130
 
4131
+ #: ../admin/wp-slimstat-admin.php:1017
4132
  msgid ""
4133
  "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
4134
  "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
4141
  "feed, home; F&uuml;r mehr Infos s. <a target=\"_blank\" href=\"http://codex."
4142
  "wordpress.org/Conditional_Tags\">Conditional Tags</a>."
4143
 
4144
+ #: ../admin/wp-slimstat-admin.php:1018
4145
  msgid "Screen Resolution"
4146
  msgstr "Bildschirm-Aufl&ouml;sung"
4147
 
4148
+ #: ../admin/wp-slimstat-admin.php:1018
4149
  msgid "viewport width and height (1024x768, 800x600, ...)"
4150
  msgstr "Breite und H&ouml;he des sichtbaren Bereiches"
4151
 
4152
+ #: ../admin/wp-slimstat-admin.php:1019
4153
  msgid ""
4154
  "generally used in conjunction with <em>is not empty</em>, identifies human "
4155
  "visitors"
4157
  "Meist im Zusammenhang mit <em>nicht leer</em> verwendet, kennzeichnet echte "
4158
  "Besucher"
4159
 
4160
+ #: ../admin/wp-slimstat-admin.php:1020
4161
  msgid "Date Filters"
4162
  msgstr "Datumsfilter"
4163
 
4164
+ #: ../admin/wp-slimstat-admin.php:1020
4165
  msgid ""
4166
  "you can specify the timeframe by entering a number in the <em>interval</em> "
4167
  "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
4171
  "-1 erzeugt ein Intervall seit Beginn des Jahres / Monats, z.B. Tag=1, "
4172
  "Monat=1, Jahr leer, Intervall=-1 erzeugt einen 'seit Jahresbeginn' Filter."
4173
 
4174
+ #: ../admin/wp-slimstat-admin.php:1021
4175
  msgid "SERP Position"
4176
  msgstr "Suchmaschinenrang"
4177
 
4178
+ #: ../admin/wp-slimstat-admin.php:1021
4179
  msgid ""
4180
  "set the filter to Referer contains cd=N&, where N is the position you are "
4181
  "looking for"
4182
  msgstr ""
4183
  "Filter nach Herkunft mit cd=N& setzen, wobei N die gesuchte Position ist"
4184
 
4185
+ #: ../admin/wp-slimstat-admin.php:1048
4186
  msgid "Yes"
4187
  msgstr "Ja"
4188
 
4189
+ #: ../admin/wp-slimstat-admin.php:1049
4190
  msgid "No"
4191
  msgstr "Nein"
4192
 
4193
+ #: ../admin/wp-slimstat-admin.php:1050
4194
  msgid "Site Specific"
4195
  msgstr ""
4196
 
5823
  msgid "c-xy"
5824
  msgstr "Lokale IP-Adresse"
5825
 
5826
+ #: ../wp-slimstat.php:231 ../wp-slimstat.php:518
5827
  msgid "Notice: Pageview filtered by third-party code"
5828
  msgstr ""
5829
 
5830
+ #: ../wp-slimstat.php:248
5831
  #, fuzzy, php-format
5832
  msgid "Error: Malformed URL %s"
5833
  msgstr "Ignoriere Benutzer"
5834
 
5835
+ #: ../wp-slimstat.php:272
5836
  #, fuzzy, php-format
5837
  msgid "Notice: Referrer %s is blacklisted"
5838
  msgstr "Browser-F&auml;higkeiten"
5839
 
5840
+ #: ../wp-slimstat.php:350
5841
  #, fuzzy, php-format
5842
  msgid "Notice: Permalink %s is blacklisted"
5843
  msgstr "Browser-F&auml;higkeiten"
5844
 
5845
+ #: ../wp-slimstat.php:361
5846
  msgid "Error: Empty or not supported IP address format (IPv6)"
5847
  msgstr ""
5848
 
5849
+ #: ../wp-slimstat.php:370
5850
  #, php-format
5851
  msgid "Notice: Logged in user %s not tracked"
5852
  msgstr ""
5853
 
5854
+ #: ../wp-slimstat.php:378
5855
  #, php-format
5856
  msgid "Notice: User with capability %s not tracked"
5857
  msgstr ""
5858
 
5859
+ #: ../wp-slimstat.php:388
5860
  #, fuzzy, php-format
5861
  msgid "Notice: User %s is blacklisted"
5862
  msgstr "Browser-F&auml;higkeiten"
5863
 
5864
+ #: ../wp-slimstat.php:409
5865
  #, fuzzy, php-format
5866
  msgid "Notice: Spammer %s not tracked"
5867
  msgstr "Bot oder Crawler"
5868
 
5869
+ #: ../wp-slimstat.php:438
5870
  #, fuzzy, php-format
5871
  msgid "Notice: IP address %s is blacklisted"
5872
  msgstr "Browser-F&auml;higkeiten"
5873
 
5874
+ #: ../wp-slimstat.php:467
5875
  #, fuzzy, php-format
5876
  msgid "Notice: Country %s is blacklisted"
5877
  msgstr "Browser-F&auml;higkeiten"
5878
 
5879
+ #: ../wp-slimstat.php:476
5880
  msgid "Notice: Prefetch requests are ignored"
5881
  msgstr ""
5882
 
5883
+ #: ../wp-slimstat.php:492
5884
  #, fuzzy
5885
  msgid "Notice: Bot not tracked"
5886
  msgstr "Bot oder Crawler"
5887
 
5888
+ #: ../wp-slimstat.php:501
5889
  #, fuzzy, php-format
5890
  msgid "Notice: Browser %s is blacklisted"
5891
  msgstr "Browser-F&auml;higkeiten"
5892
 
5893
+ #: ../wp-slimstat.php:531
5894
  msgid "Error:"
5895
  msgstr ""
5896
 
5897
+ #: ../wp-slimstat.php:1149
5898
  msgid "Invalid payload string. Try clearing your WordPress cache."
5899
  msgstr ""
5900
 
5901
+ #: ../wp-slimstat.php:1159
5902
  msgid "Invalid data signature. Try clearing your WordPress cache."
5903
  msgstr ""
5904
 
5905
+ #: ../wp-slimstat.php:1253
5906
  #, fuzzy
5907
  msgid "There was an error downloading the MaxMind Geolite DB:"
5908
  msgstr "Fehler beim Aktualisieren folgender Optionen:"
5909
 
5910
+ #: ../wp-slimstat.php:1261 ../wp-slimstat.php:1270
5911
  #, fuzzy
5912
  msgid "There was an error opening the zipped MaxMind Geolite DB."
5913
  msgstr "Fehler beim Aktualisieren folgender Optionen:"
5914
 
5915
+ #: ../wp-slimstat.php:1265
5916
  msgid "Function gzopen not defined. Aborting."
5917
  msgstr ""
5918
 
5919
+ #: ../wp-slimstat.php:1275
5920
  #, fuzzy
5921
  msgid "There was an error opening the unzipped MaxMind Geolite DB."
5922
  msgstr "Fehler beim Aktualisieren folgender Optionen:"
5923
 
5924
+ #, fuzzy
5925
+ #~ msgid "Internal and Outbound Links"
5926
+ #~ msgstr "Letzte ausgehende Links"
5927
+
5928
+ #, fuzzy
5929
+ #~ msgid "Track Coordinates"
5930
+ #~ msgstr "Tracking aktiv"
5931
+
5932
+ #~ msgid "Google Index"
5933
+ #~ msgstr "Google-Index"
5934
+
5935
+ #~ msgid "Facebook Likes"
5936
+ #~ msgstr "Facebook Likes"
5937
+
5938
  #, fuzzy
5939
  #~ msgid "Delete records"
5940
  #~ msgstr "Datensätze"
5987
  #~ msgid "Custom Reports"
5988
  #~ msgstr "individuelle Auswertungen"
5989
 
 
 
 
 
5990
  # capability = Resource?
5991
  #, fuzzy
5992
  #~ msgid ""
6004
  #~ msgid "Detect Smoothing"
6005
  #~ msgstr "Smoothing erkennen"
6006
 
 
 
 
 
6007
  #~ msgid "Recent Screen Resolutions"
6008
  #~ msgstr "Letzte Bildschirmaufl&ouml;sungen"
6009
 
6261
  #~ msgid "Right Now Screen"
6262
  #~ msgstr "Aktuell"
6263
 
 
 
 
6264
  #~ msgid ""
6265
  #~ "Add <em>markings</em> to each chart by specifying a date and its "
6266
  #~ "description in the field below. Useful to keep track of special events "
languages/wp-slimstat-en_US.mo CHANGED
Binary file
languages/wp-slimstat-en_US.po CHANGED
@@ -1,7 +1,7 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP SlimStat\n"
4
- "POT-Creation-Date: 2016-01-28 21:15-0500\n"
5
  "PO-Revision-Date: \n"
6
  "Last-Translator: WP Slimstat <support@wp-slimstat.com>\n"
7
  "Language-Team: camu <support@wp-slimstat.com>\n"
@@ -14,6 +14,8 @@ msgstr ""
14
  "X-Poedit-Basepath: .\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-SearchPath-0: ..\n"
 
 
17
 
18
  #: ../admin/config/index.php:33
19
  msgid ""
@@ -85,7 +87,7 @@ msgid ""
85
  "etc. This option is ignored if Tracking Mode is set to Client."
86
  msgstr ""
87
 
88
- #: ../admin/config/index.php:97 ../admin/view/wp-slimstat-reports.php:1368
89
  msgid "Off"
90
  msgstr ""
91
 
@@ -101,7 +103,8 @@ msgstr ""
101
  msgid "Enable this option to track your users' activity within the admin."
102
  msgstr ""
103
 
104
- #: ../admin/config/index.php:98
 
105
  msgid "Track"
106
  msgstr ""
107
 
@@ -114,79 +117,79 @@ msgid "WordPress Integration"
114
  msgstr ""
115
 
116
  #: ../admin/config/index.php:101
117
- msgid "Menu Position"
118
  msgstr ""
119
 
120
  #: ../admin/config/index.php:101
121
  msgid ""
 
 
 
 
 
 
 
 
 
 
122
  "Choose between a standalone admin menu for Slimstat or a drop down in the "
123
  "admin bar (if visible)."
124
  msgstr ""
125
 
126
- #: ../admin/config/index.php:101
127
  msgid "Side Menu"
128
  msgstr ""
129
 
130
- #: ../admin/config/index.php:101
131
  msgid "Admin Bar"
132
  msgstr ""
133
 
134
- #: ../admin/config/index.php:102
135
  msgid "Posts and Pages"
136
  msgstr ""
137
 
138
- #: ../admin/config/index.php:102
139
  msgid ""
140
  "Add a new column to the Edit Posts/Pages screens, with the number of hits "
141
  "per post within the timeframe specified here below."
142
  msgstr ""
143
 
144
- #: ../admin/config/index.php:103
145
  msgid "Report Interval"
146
  msgstr ""
147
 
148
- #: ../admin/config/index.php:103
149
  msgid ""
150
  "Enter the time range, in days, that should be used to calculate the value "
151
  "here above."
152
  msgstr ""
153
 
154
- #: ../admin/config/index.php:104
155
  msgid "Report Type"
156
  msgstr ""
157
 
158
- #: ../admin/config/index.php:104
159
  msgid ""
160
  "Select what kind of information you would like to see displayed on the Posts "
161
  "admin screen. Pageviews include all the hits regardless of the user, Unique "
162
  "IPs consider only one hit per user in the given time range."
163
  msgstr ""
164
 
165
- #: ../admin/config/index.php:104 ../admin/view/wp-slimstat-reports.php:81
166
  #: ../admin/view/wp-slimstat-reports.php:90
167
- #: ../admin/view/wp-slimstat-reports.php:1384
168
- #: ../admin/view/wp-slimstat-reports.php:1542
169
  msgid "Pageviews"
170
  msgstr ""
171
 
172
- #: ../admin/config/index.php:104 ../admin/view/wp-slimstat-reports.php:91
173
- #: ../admin/view/wp-slimstat-reports.php:284
174
- #: ../admin/view/wp-slimstat-reports.php:525
175
- #: ../admin/view/wp-slimstat-reports.php:1399
176
- #: ../admin/view/wp-slimstat-reports.php:1444
177
  msgid "Unique IPs"
178
  msgstr ""
179
 
180
- #: ../admin/config/index.php:105
181
- msgid "Dashboard Widgets"
182
- msgstr ""
183
-
184
- #: ../admin/config/index.php:105
185
- msgid ""
186
- "Choose if you want to have the most important reports on your WordPress "
187
- "Dashboard. Use the Screen Options dropdown to select which ones to display."
188
- msgstr ""
189
-
190
  #: ../admin/config/index.php:106
191
  msgid "Hide Add-ons"
192
  msgstr ""
@@ -226,7 +229,7 @@ msgstr ""
226
 
227
  #: ../admin/config/index.php:109 ../admin/view/index.php:102
228
  #: ../admin/view/wp-slimstat-db.php:79
229
- #: ../admin/view/wp-slimstat-reports.php:1368
230
  msgid "days"
231
  msgstr ""
232
 
@@ -245,143 +248,162 @@ msgid ""
245
  msgstr ""
246
 
247
  #: ../admin/config/index.php:117
248
- msgid "Advanced Options"
249
  msgstr ""
250
 
251
  #: ../admin/config/index.php:118
252
- msgid "Session Duration"
253
  msgstr ""
254
 
255
  #: ../admin/config/index.php:118
256
  msgid ""
257
- "How many seconds should a human session last? Google Analytics sets it to "
258
- "1800 seconds."
259
  msgstr ""
260
 
261
- #: ../admin/config/index.php:118 ../admin/config/index.php:189
262
- msgid "seconds"
 
263
  msgstr ""
264
 
265
  #: ../admin/config/index.php:119
266
- msgid "Extend Session"
267
  msgstr ""
268
 
269
  #: ../admin/config/index.php:119
270
- msgid "Extend the duration of a session each time the user visits a new page."
271
- msgstr ""
272
-
273
- #: ../admin/config/index.php:120
274
- msgid "Browser Detection"
275
- msgstr ""
276
-
277
- #: ../admin/config/index.php:120
278
  msgid ""
279
- "The heuristic function is much faster and requires very little memory, but "
280
- "for uncommon user agent strings it might be less accurate, and produce a "
281
- "unreliable match. Browscap.ini, the third party database we use, is memory "
282
- "intensive and it uses a bruteforce approach to determine a visitor's "
283
- "browser, but it's very accurate and precise even with the most obscure user "
284
- "agent strings (almost all of them). You decide which one should be used "
285
- "first: the other one will only be invoked if the one you chose did not "
286
- "produce a match."
287
  msgstr ""
288
 
289
  #: ../admin/config/index.php:120
290
- msgid "Browscap"
291
  msgstr ""
292
 
293
  #: ../admin/config/index.php:120
294
- msgid "Heuristic"
295
- msgstr ""
296
-
297
- #: ../admin/config/index.php:121
298
- msgid "Enable CDN"
299
  msgstr ""
300
 
301
  #: ../admin/config/index.php:121
302
  msgid ""
303
- "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
304
- "by serving our tracking code from their fast and reliable network (free "
305
- "service)."
306
  msgstr ""
307
 
308
  #: ../admin/config/index.php:122
309
- msgid "Extensions to Track"
310
  msgstr ""
311
 
312
  #: ../admin/config/index.php:122
313
  msgid ""
314
- "List all the file extensions that you want to be treated as Downloads. "
315
- "Please note that links pointing to external resources (i.e. PDFs on a "
316
- "different website) are considered Downloads and not Outbound Links (and "
317
- "tracked as such), if their extension matches one of the ones listed here "
318
- "below."
 
 
 
 
 
319
  msgstr ""
320
 
321
  #: ../admin/config/index.php:124
322
- msgid "Internal and Outbound Links"
323
  msgstr ""
324
 
325
  #: ../admin/config/index.php:125
326
- msgid "Track Outbound Clicks"
327
  msgstr ""
328
 
329
  #: ../admin/config/index.php:125
330
  msgid ""
331
- "Track when your visitors click on link to external websites. This option "
332
- "required Spy Mode to be enabled."
 
 
 
 
333
  msgstr ""
334
 
335
  #: ../admin/config/index.php:126
336
- msgid "Track Coordinates"
337
  msgstr ""
338
 
339
  #: ../admin/config/index.php:126
340
- msgid ""
341
- "Collect mouse coordinates and other information for clicks on internal "
342
- "links. Strongly recommended if you're using the heatmap add-on. By default, "
343
- "this information is only collected for external links."
344
  msgstr ""
345
 
346
  #: ../admin/config/index.php:127
347
- msgid "No Callback"
348
  msgstr ""
349
 
350
  #: ../admin/config/index.php:127
351
  msgid ""
352
- "Track the event but do not invoke the callback function on links marked with "
353
- "one of these class names, <em>rel</em> attribute or whose <em>href</em> "
354
- "attribute contains one of these strings (separated by comma). Useful to "
355
- "prevent conflicts with lightbox and similar libraries."
 
 
 
 
 
 
 
 
 
 
 
 
356
  msgstr ""
357
 
358
  #: ../admin/config/index.php:128
359
- msgid "Do Not Track"
360
  msgstr ""
361
 
362
  #: ../admin/config/index.php:128
363
  msgid ""
364
- "Do not track links marked with one of these class names, <em>rel</em> "
365
- "attributes or whose <em>href</em> attribute contains one of these strings "
366
- "(separated by comma)."
 
 
 
 
367
  msgstr ""
368
 
369
- #: ../admin/config/index.php:130
370
- msgid "Pages not belonging to this site"
 
 
 
 
 
371
  msgstr ""
372
 
373
  #: ../admin/config/index.php:131
 
 
 
 
374
  msgid ""
375
  "Add the following code to all the non-WP pages you want to track, right "
376
  "before the closing BODY tag. Please make sure to change the protocol of all "
377
  "the URLs to HTTPS, if you external site is served over a secure channel."
378
  msgstr ""
379
 
380
- #: ../admin/config/index.php:141
381
- msgid "Allow External Domains"
382
  msgstr ""
383
 
384
- #: ../admin/config/index.php:141
385
  msgid ""
386
  "If you are getting an error saying that no 'Access-Control-Allow-Origin' "
387
  "header is present on the requested resource, when using the external "
@@ -392,16 +414,16 @@ msgid ""
392
  "security implications of allowing CORS requests."
393
  msgstr ""
394
 
395
- #: ../admin/config/index.php:142 ../admin/config/index.php:164
396
- #: ../admin/config/index.php:192
397
  msgid "Miscellaneous"
398
  msgstr ""
399
 
400
- #: ../admin/config/index.php:143
401
  msgid "Enable UAN"
402
  msgstr ""
403
 
404
- #: ../admin/config/index.php:143
405
  msgid ""
406
  "Send anonymous data about user agents to our server for analysis. This "
407
  "allows us to contribute to the <a href='http://browscap.org/' "
@@ -410,27 +432,27 @@ msgid ""
410
  "ads network. No worries, your site will not be affected in any way."
411
  msgstr ""
412
 
413
- #: ../admin/config/index.php:148
414
  msgid "Filters"
415
  msgstr ""
416
 
417
- #: ../admin/config/index.php:150
418
  msgid "Do not track settings"
419
  msgstr ""
420
 
421
- #: ../admin/config/index.php:151
422
  msgid "Track Registered Users"
423
  msgstr ""
424
 
425
- #: ../admin/config/index.php:151
426
  msgid "Enable this option to track logged in users."
427
  msgstr ""
428
 
429
- #: ../admin/config/index.php:152
430
  msgid "Blacklist by Username"
431
  msgstr ""
432
 
433
- #: ../admin/config/index.php:152
434
  msgid ""
435
  "List all the usernames you don't want to track, separated by commas. Please "
436
  "be aware that spaces are <em>not</em> ignored and that usernames are case "
@@ -440,11 +462,11 @@ msgid ""
440
  "match user100 and uber100, <code>user!0</code> will match user10 and user90."
441
  msgstr ""
442
 
443
- #: ../admin/config/index.php:153
444
  msgid "Blacklist by IP Address"
445
  msgstr ""
446
 
447
- #: ../admin/config/index.php:153
448
  msgid ""
449
  "List all the IP addresses you don't want to track, separated by commas. Each "
450
  "network <strong>must</strong> be defined using the <a href='http://en."
@@ -453,26 +475,26 @@ msgid ""
453
  "public IP and the originating IP, if available."
454
  msgstr ""
455
 
456
- #: ../admin/config/index.php:154
457
  msgid "Blacklist by Capability"
458
  msgstr ""
459
 
460
- #: ../admin/config/index.php:154
461
  msgid ""
462
  "Users having at least one of the <a href='http://codex.wordpress.org/"
463
  "Roles_and_Capabilities' target='_new'>capabilities</a> listed here below "
464
  "will not be tracked. Capabilities are case-insensitive."
465
  msgstr ""
466
 
467
- #: ../admin/config/index.php:156
468
  msgid "Profiling"
469
  msgstr ""
470
 
471
- #: ../admin/config/index.php:157
472
  msgid "Ignore Spammers"
473
  msgstr ""
474
 
475
- #: ../admin/config/index.php:157
476
  msgid ""
477
  "Enable this option if you don't want to track visits from users identified "
478
  "as spammers by third-party tools like Akismet. Pageviews generated by users "
@@ -480,11 +502,11 @@ msgid ""
480
  "database."
481
  msgstr ""
482
 
483
- #: ../admin/config/index.php:158
484
  msgid "Ignore Bots"
485
  msgstr ""
486
 
487
- #: ../admin/config/index.php:158
488
  msgid ""
489
  "Turn on this feature if you want to have the accuracy level of server-side "
490
  "tracking, but not the inconvenience of getting your database clogged with "
@@ -492,11 +514,11 @@ msgid ""
492
  "note that in Client mode, bots are ignored regardless of this setting."
493
  msgstr ""
494
 
495
- #: ../admin/config/index.php:159
496
  msgid "Permalinks"
497
  msgstr ""
498
 
499
- #: ../admin/config/index.php:159
500
  msgid ""
501
  "List all the URLs on your website that you don't want to track, separated by "
502
  "commas. Don't include the domain name: <em>/about, ?p=1</em>, etc. "
@@ -507,21 +529,21 @@ msgid ""
507
  "case-insensitive."
508
  msgstr ""
509
 
510
- #: ../admin/config/index.php:160
511
  msgid "Countries"
512
  msgstr ""
513
 
514
- #: ../admin/config/index.php:160
515
  msgid ""
516
  "Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
517
  "track, separated by commas."
518
  msgstr ""
519
 
520
- #: ../admin/config/index.php:161
521
  msgid "User Agents"
522
  msgstr ""
523
 
524
- #: ../admin/config/index.php:161
525
  msgid ""
526
  "Browsers (user agents) you don't want to track, separated by commas. You can "
527
  "specify the browser's version adding a slash after the name (i.e. "
@@ -531,11 +553,11 @@ msgid ""
531
  "code> will match IE/7.0 and IE/8.0. Strings are case-insensitive."
532
  msgstr ""
533
 
534
- #: ../admin/config/index.php:162
535
  msgid "Referring Sites"
536
  msgstr ""
537
 
538
- #: ../admin/config/index.php:162
539
  msgid ""
540
  "Referring URLs that you don't want to track, separated by commas: "
541
  "<code>http://mysite.com*</code>, <code>*/ignore-me-please</code>, etc. "
@@ -545,161 +567,194 @@ msgid ""
545
  "https://)."
546
  msgstr ""
547
 
548
- #: ../admin/config/index.php:165
549
  msgid "Enable Privacy Mode"
550
  msgstr ""
551
 
552
- #: ../admin/config/index.php:165
553
  msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
554
  msgstr ""
555
 
556
- #: ../admin/config/index.php:166
557
  msgid "Ignore Prefetch Requests"
558
  msgstr ""
559
 
560
- #: ../admin/config/index.php:166
561
  msgid ""
562
  "Prevent Slimstat from tracking pageviews generated by Firefox's <a "
563
  "href='https://developer.mozilla.org/en/Link_prefetching_FAQ' "
564
  "target='_blank'>Link Prefetching functionality</a>."
565
  msgstr ""
566
 
567
- #: ../admin/config/index.php:171 ../admin/config/index.php:203
568
  msgid "Reports"
569
  msgstr ""
570
 
571
- #: ../admin/config/index.php:173
572
  msgid "Formats and Conversions"
573
  msgstr ""
574
 
575
- #: ../admin/config/index.php:174
576
  msgid "Number Format"
577
  msgstr ""
578
 
579
- #: ../admin/config/index.php:174
580
  msgid "Choose the number format you want to use for your reports."
581
  msgstr ""
582
 
583
- #: ../admin/config/index.php:175
584
  msgid "Date Format"
585
  msgstr ""
586
 
587
- #: ../admin/config/index.php:175
588
  msgid ""
589
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
590
  "Format</a> to use when displaying a pageview's date."
591
  msgstr ""
592
 
593
- #: ../admin/config/index.php:176
594
  msgid "Time Format"
595
  msgstr ""
596
 
597
- #: ../admin/config/index.php:176
598
  msgid ""
599
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
600
  "Format</a> to use when displaying a pageview's time."
601
  msgstr ""
602
 
603
- #: ../admin/config/index.php:177
604
  msgid "Use Display Name"
605
  msgstr ""
606
 
607
- #: ../admin/config/index.php:177
608
  msgid ""
609
  "By default, users are listed by their usernames. Use this option to "
610
  "visualize their display names instead."
611
  msgstr ""
612
 
613
- #: ../admin/config/index.php:178
614
  msgid "Use Titles"
615
  msgstr ""
616
 
617
- #: ../admin/config/index.php:178
618
  msgid ""
619
  "Slimstat converts your permalinks into post, page and category titles. "
620
  "Disable this feature if you need to see the URL in your reports."
621
  msgstr ""
622
 
623
- #: ../admin/config/index.php:179
624
  msgid "Convert IP Addresses"
625
  msgstr ""
626
 
627
- #: ../admin/config/index.php:179
628
  msgid "Display provider names instead of IP addresses."
629
  msgstr ""
630
 
631
- #: ../admin/config/index.php:181
632
  msgid "Functionality"
633
  msgstr ""
634
 
635
- #: ../admin/config/index.php:182
 
 
 
 
 
 
 
 
 
 
 
636
  msgid "SlimScroll"
637
  msgstr ""
638
 
639
- #: ../admin/config/index.php:182
640
  msgid ""
641
  "Enable SlimScroll, a slick jQuery library that replaces the built-in browser "
642
  "scrollbar."
643
  msgstr ""
644
 
645
- #: ../admin/config/index.php:183
646
  msgid "Expand Details"
647
  msgstr ""
648
 
649
- #: ../admin/config/index.php:183
650
  msgid "Expand each row's details by default, insted of on mousehover."
651
  msgstr ""
652
 
653
- #: ../admin/config/index.php:184 ../admin/config/index.php:190
654
  msgid "Rows to Display"
655
  msgstr ""
656
 
657
- #: ../admin/config/index.php:184
658
  msgid "Specify the number of items in each report."
659
  msgstr ""
660
 
661
- #: ../admin/config/index.php:185 ../admin/view/wp-slimstat-db.php:101
662
  msgid "Max Results"
663
  msgstr ""
664
 
665
- #: ../admin/config/index.php:185
666
  msgid ""
667
  "Decide how many records should be retrieved from the database in total. "
668
  "Depending on your server configuration, you may want to fine tune this value "
669
  "to avoid exceeding your PHP memory limit."
670
  msgstr ""
671
 
672
- #: ../admin/config/index.php:186
673
  msgid "IP Lookup"
674
  msgstr ""
675
 
676
- #: ../admin/config/index.php:186
677
  msgid "Customize the Geolocation service to be used in the reports."
678
  msgstr ""
679
 
680
- #: ../admin/config/index.php:188
681
- msgid "Activity Log"
682
  msgstr ""
683
 
684
  #: ../admin/config/index.php:189
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
685
  msgid "Live Stream"
686
  msgstr ""
687
 
688
- #: ../admin/config/index.php:189
689
  msgid ""
690
  "Enable the Live view, which refreshes the Activity Log every X seconds. "
691
  "Enter <strong>0</strong> (number zero) to deactivate this feature."
692
  msgstr ""
693
 
694
- #: ../admin/config/index.php:190
695
  msgid "Specify the number of items in the Activity Log."
696
  msgstr ""
697
 
698
- #: ../admin/config/index.php:193
699
  msgid "Custom CSS"
700
  msgstr ""
701
 
702
- #: ../admin/config/index.php:193
703
  msgid ""
704
  "Paste here your custom stylesheet to personalize the way your reports look. "
705
  "<a href='https://slimstat.freshdesk.com/support/solutions/"
@@ -708,11 +763,11 @@ msgid ""
708
  "a> for more information on how to use this setting."
709
  msgstr ""
710
 
711
- #: ../admin/config/index.php:194
712
  msgid "Chart Colors"
713
  msgstr ""
714
 
715
- #: ../admin/config/index.php:194
716
  msgid ""
717
  "Customize the look and feel of your charts by assigning personalized colors "
718
  "to each metric. List 4 hex colors separated by commas, strictly in the "
@@ -720,46 +775,46 @@ msgid ""
720
  "metric 2 current. For example: <code>#ccc, #999, #bbcc44, #21759b</code>."
721
  msgstr ""
722
 
723
- #: ../admin/config/index.php:195
724
  msgid "Show User Agent"
725
  msgstr ""
726
 
727
- #: ../admin/config/index.php:195
728
  msgid ""
729
  "Choose if you want to see the browser name or a complete user agent string "
730
  "when hovering on browser icons."
731
  msgstr ""
732
 
733
- #: ../admin/config/index.php:196
734
  msgid "Enable SOV"
735
  msgstr ""
736
 
737
- #: ../admin/config/index.php:196
738
  msgid ""
739
  "In linguistic typology, a subject-object-verb (SOV) language is one in which "
740
  "the subject, object, and verb of a sentence appear in that order, like in "
741
  "Japanese."
742
  msgstr ""
743
 
744
- #: ../admin/config/index.php:201
745
  msgid "Access Control"
746
  msgstr ""
747
 
748
- #: ../admin/config/index.php:204
749
  msgid "Restrict Authors"
750
  msgstr ""
751
 
752
- #: ../admin/config/index.php:204
753
  msgid ""
754
  "Enable this option if you want your authors to only see stats related to "
755
  "their own content."
756
  msgstr ""
757
 
758
- #: ../admin/config/index.php:205 ../admin/config/index.php:209
759
  msgid "Capability"
760
  msgstr ""
761
 
762
- #: ../admin/config/index.php:205
763
  msgid ""
764
  "Specify the minimum <a href='http://codex.wordpress.org/"
765
  "Roles_and_Capabilities' target='_new'>capability</a> needed to access the "
@@ -769,24 +824,24 @@ msgid ""
769
  "In this case, the list has precedence over the capability."
770
  msgstr ""
771
 
772
- #: ../admin/config/index.php:206 ../admin/config/index.php:210
773
  msgid "Whitelist"
774
  msgstr ""
775
 
776
- #: ../admin/config/index.php:206
777
  msgid ""
778
  "List all the users who should have access to the reports, separated by "
779
  "commas. Administrators are implicitly allowed, so you don't need to list "
780
  "them in here. Usernames are case sensitive."
781
  msgstr ""
782
 
783
- #: ../admin/config/index.php:208 ../admin/config/index.php:233
784
- #: ../admin/wp-slimstat-admin.php:636 ../admin/wp-slimstat-admin.php:654
785
- #: ../admin/wp-slimstat-admin.php:657
786
  msgid "Settings"
787
  msgstr ""
788
 
789
- #: ../admin/config/index.php:209
790
  msgid ""
791
  "Specify the minimum <a href='http://codex.wordpress.org/"
792
  "Roles_and_Capabilities' target='_new'>capability</a> required to configure "
@@ -794,18 +849,18 @@ msgid ""
794
  "can be used to override this option for specific users."
795
  msgstr ""
796
 
797
- #: ../admin/config/index.php:210
798
  msgid ""
799
  "List all the users who can edit these options, separated by commas. Please "
800
  "be advised that admins <strong>are not</strong> implicitly allowed, so do "
801
  "not forget to include yourself! Usernames are case sensitive."
802
  msgstr ""
803
 
804
- #: ../admin/config/index.php:215
805
  msgid "Maintenance"
806
  msgstr ""
807
 
808
- #: ../admin/config/index.php:220 ../admin/view/addons.php:32
809
  #: ../admin/wp-slimstat-admin.php:124
810
  msgid "Add-ons"
811
  msgstr ""
@@ -1163,11 +1218,11 @@ msgstr ""
1163
  msgid "Load"
1164
  msgstr ""
1165
 
1166
- #: ../admin/view/index.php:66 ../admin/view/wp-slimstat-reports.php:1406
1167
  msgid "Today"
1168
  msgstr ""
1169
 
1170
- #: ../admin/view/index.php:67 ../admin/view/wp-slimstat-reports.php:1409
1171
  msgid "Yesterday"
1172
  msgstr ""
1173
 
@@ -1254,104 +1309,104 @@ msgstr ""
1254
  msgid "Delete"
1255
  msgstr ""
1256
 
1257
- #: ../admin/view/right-now.php:12
1258
  msgid "Human"
1259
  msgstr ""
1260
 
1261
- #: ../admin/view/right-now.php:12
1262
  msgid "Bot/Crawler"
1263
  msgstr ""
1264
 
1265
- #: ../admin/view/right-now.php:12
1266
  msgid "Mobile Device"
1267
  msgstr ""
1268
 
1269
- #: ../admin/view/right-now.php:12
1270
  msgid "Syndication Reader"
1271
  msgstr ""
1272
 
1273
- #: ../admin/view/right-now.php:37 ../admin/view/wp-slimstat-reports.php:1032
1274
- #: ../admin/view/wp-slimstat-reports.php:1715
1275
  msgid "No data to display"
1276
  msgstr ""
1277
 
1278
- #: ../admin/view/right-now.php:56
1279
  msgid "Date and Time"
1280
  msgstr ""
1281
 
1282
  # Unknown
1283
- #: ../admin/view/right-now.php:65 ../admin/view/wp-slimstat-reports.php:1084
1284
- #: ../admin/view/wp-slimstat-reports.php:1758 ../wp-slimstat.php:1355
1285
  msgid "c-"
1286
  msgstr "Unknown"
1287
 
1288
- #: ../admin/view/right-now.php:117 ../admin/view/wp-slimstat-db.php:60
1289
- #: ../admin/wp-slimstat-admin.php:968 ../admin/wp-slimstat-admin.php:1008
1290
  msgid "Originating IP"
1291
  msgstr ""
1292
 
1293
- #: ../admin/view/right-now.php:148 ../admin/view/wp-slimstat-reports.php:1181
1294
- #: ../admin/view/wp-slimstat-reports.php:1186
1295
- #: ../admin/view/wp-slimstat-reports.php:1191
1296
  msgid "Open this URL in a new window"
1297
  msgstr ""
1298
 
1299
- #: ../admin/view/right-now.php:151
1300
  msgid "Local search results page"
1301
  msgstr ""
1302
 
1303
- #: ../admin/view/right-now.php:157 ../admin/view/wp-slimstat-db.php:42
1304
  #: ../admin/view/wp-slimstat-reports.php:242
1305
- #: ../admin/view/wp-slimstat-reports.php:251
1306
- #: ../admin/wp-slimstat-admin.php:971 ../admin/wp-slimstat-admin.php:987
1307
  msgid "Search Terms"
1308
  msgstr ""
1309
 
1310
- #: ../admin/view/right-now.php:166
1311
  msgid "Server Latency and Page Speed in milliseconds"
1312
  msgstr ""
1313
 
1314
- #: ../admin/view/right-now.php:166
1315
  msgid "SL"
1316
  msgstr ""
1317
 
1318
- #: ../admin/view/right-now.php:166
1319
  msgid "PS"
1320
  msgstr ""
1321
 
1322
- #: ../admin/view/right-now.php:173
1323
  msgid "Time spent on this page"
1324
  msgstr ""
1325
 
1326
- #: ../admin/view/right-now.php:183
1327
  msgid "Open this referrer in a new window"
1328
  msgstr ""
1329
 
1330
- #: ../admin/view/right-now.php:184
1331
  msgid "Open this outbound link in a new window"
1332
  msgstr ""
1333
 
1334
- #: ../admin/view/right-now.php:185
1335
  msgid "Content Type"
1336
  msgstr ""
1337
 
1338
- #: ../admin/view/right-now.php:188
1339
  msgid "Delete this pageview"
1340
  msgstr ""
1341
 
1342
- #: ../admin/view/right-now.php:199
1343
  msgid "User Logged In"
1344
  msgstr ""
1345
 
1346
- #: ../admin/view/right-now.php:209
1347
  msgid "User Logged Out"
1348
  msgstr ""
1349
 
1350
- #: ../admin/view/wp-slimstat-db.php:39 ../admin/wp-slimstat-admin.php:984
1351
  msgid "Browser"
1352
  msgstr ""
1353
 
1354
- #: ../admin/view/wp-slimstat-db.php:40 ../admin/wp-slimstat-admin.php:985
1355
  msgid "Country Code"
1356
  msgstr ""
1357
 
@@ -1359,21 +1414,21 @@ msgstr ""
1359
  msgid "IP Address"
1360
  msgstr ""
1361
 
1362
- #: ../admin/view/wp-slimstat-db.php:43 ../admin/wp-slimstat-admin.php:988
1363
  msgid "Language Code"
1364
  msgstr ""
1365
 
1366
  #: ../admin/view/wp-slimstat-db.php:44 ../admin/view/wp-slimstat-db.php:87
1367
- #: ../admin/wp-slimstat-admin.php:989
1368
  msgid "Operating System"
1369
  msgstr ""
1370
 
1371
  #: ../admin/view/wp-slimstat-db.php:45 ../admin/view/wp-slimstat-db.php:88
1372
- #: ../admin/wp-slimstat-admin.php:990
1373
  msgid "Permalink"
1374
  msgstr ""
1375
 
1376
- #: ../admin/view/wp-slimstat-db.php:46 ../admin/wp-slimstat-admin.php:991
1377
  msgid "Referer"
1378
  msgstr ""
1379
 
@@ -1381,7 +1436,7 @@ msgstr ""
1381
  msgid "Visitor's Username"
1382
  msgstr ""
1383
 
1384
- #: ../admin/view/wp-slimstat-db.php:48 ../admin/wp-slimstat-admin.php:974
1385
  msgid "Outbound Link"
1386
  msgstr ""
1387
 
@@ -1398,15 +1453,15 @@ msgstr ""
1398
  msgid "Browser Capabilities"
1399
  msgstr ""
1400
 
1401
- #: ../admin/view/wp-slimstat-db.php:53 ../admin/wp-slimstat-admin.php:1003
1402
  msgid "Browser Version"
1403
  msgstr ""
1404
 
1405
- #: ../admin/view/wp-slimstat-db.php:54 ../admin/wp-slimstat-admin.php:1004
1406
  msgid "Browser Type"
1407
  msgstr ""
1408
 
1409
- #: ../admin/view/wp-slimstat-db.php:55 ../admin/wp-slimstat-admin.php:973
1410
  msgid "User Agent"
1411
  msgstr ""
1412
 
@@ -1418,15 +1473,15 @@ msgstr ""
1418
  msgid "Server Latency"
1419
  msgstr ""
1420
 
1421
- #: ../admin/view/wp-slimstat-db.php:58 ../admin/wp-slimstat-admin.php:1006
1422
  msgid "Post Author"
1423
  msgstr ""
1424
 
1425
- #: ../admin/view/wp-slimstat-db.php:59 ../admin/wp-slimstat-admin.php:1007
1426
  msgid "Post Category ID"
1427
  msgstr ""
1428
 
1429
- #: ../admin/view/wp-slimstat-db.php:61 ../admin/wp-slimstat-admin.php:1009
1430
  msgid "Resource Content Type"
1431
  msgstr ""
1432
 
@@ -1446,7 +1501,7 @@ msgstr ""
1446
  msgid "Viewport Size"
1447
  msgstr ""
1448
 
1449
- #: ../admin/view/wp-slimstat-db.php:66 ../admin/wp-slimstat-admin.php:1011
1450
  msgid "Visit ID"
1451
  msgstr ""
1452
 
@@ -1491,7 +1546,7 @@ msgid "Event ID"
1491
  msgstr ""
1492
 
1493
  #: ../admin/view/wp-slimstat-db.php:96
1494
- #: ../admin/view/wp-slimstat-reports.php:1729
1495
  msgid "Type"
1496
  msgstr ""
1497
 
@@ -1535,7 +1590,7 @@ msgstr ""
1535
  msgid "From search result page"
1536
  msgstr ""
1537
 
1538
- #: ../admin/view/wp-slimstat-reports.php:77 ../admin/wp-slimstat-admin.php:966
1539
  msgid "Known Visitor"
1540
  msgstr ""
1541
 
@@ -1612,9 +1667,10 @@ msgstr ""
1612
 
1613
  #: ../admin/view/wp-slimstat-reports.php:212
1614
  msgid ""
1615
- "Slimstat retrieves live information from Alexa, Facebook and Google, to "
1616
- "measures your site's rankings. Values are updated every 12 hours. Filters "
1617
- "set above don't apply to this report."
 
1618
  msgstr ""
1619
 
1620
  #: ../admin/view/wp-slimstat-reports.php:215
@@ -1632,7 +1688,7 @@ msgid ""
1632
  "note that visitors also include registered users."
1633
  msgstr ""
1634
 
1635
- #: ../admin/view/wp-slimstat-reports.php:252
1636
  msgid "Unique Terms"
1637
  msgstr ""
1638
 
@@ -1644,8 +1700,8 @@ msgstr ""
1644
  msgid "Human Visits"
1645
  msgstr ""
1646
 
1647
- #: ../admin/view/wp-slimstat-reports.php:283
1648
- #: ../admin/view/wp-slimstat-reports.php:1440
1649
  msgid "Visits"
1650
  msgstr ""
1651
 
@@ -1764,7 +1820,7 @@ msgstr ""
1764
  msgid "Traffic Sources"
1765
  msgstr ""
1766
 
1767
- #: ../admin/view/wp-slimstat-reports.php:524
1768
  msgid "Domains"
1769
  msgstr ""
1770
 
@@ -1895,240 +1951,240 @@ msgstr ""
1895
  msgid "World Map"
1896
  msgstr ""
1897
 
1898
- #: ../admin/view/wp-slimstat-reports.php:945
1899
  msgid "Refresh"
1900
  msgstr ""
1901
 
1902
- #: ../admin/view/wp-slimstat-reports.php:982
1903
  #, php-format
1904
  msgid "Results %s - %s of %s"
1905
  msgstr ""
1906
 
1907
- #: ../admin/view/wp-slimstat-reports.php:984
1908
  msgid "Refresh in"
1909
  msgstr ""
1910
 
1911
- #: ../admin/view/wp-slimstat-reports.php:1078
1912
  msgid "Category ID"
1913
  msgstr ""
1914
 
1915
- #: ../admin/view/wp-slimstat-reports.php:1083
1916
- #: ../admin/view/wp-slimstat-reports.php:1097
1917
- #: ../admin/view/wp-slimstat-reports.php:1102
1918
  msgid "Code"
1919
  msgstr ""
1920
 
1921
- #: ../admin/view/wp-slimstat-reports.php:1098
1922
- #: ../languages/dynamic_strings.php:339 ../wp-slimstat.php:1367
1923
  msgid "l-"
1924
  msgstr "Unknown"
1925
 
1926
- #: ../admin/view/wp-slimstat-reports.php:1115
1927
  msgid "URL"
1928
  msgstr ""
1929
 
1930
- #: ../admin/view/wp-slimstat-reports.php:1128
1931
  msgid "Referrer"
1932
  msgstr ""
1933
 
1934
- #: ../admin/view/wp-slimstat-reports.php:1170
1935
- #: ../admin/view/wp-slimstat-reports.php:1424
1936
- #: ../admin/view/wp-slimstat-reports.php:1480
1937
- #: ../admin/view/wp-slimstat-reports.php:1486
1938
- #: ../admin/view/wp-slimstat-reports.php:1492
1939
- #: ../admin/view/wp-slimstat-reports.php:1498
1940
- #: ../admin/view/wp-slimstat-reports.php:1504
1941
- #: ../admin/view/wp-slimstat-reports.php:1510
1942
- #: ../admin/view/wp-slimstat-reports.php:1516
1943
- #: ../admin/view/wp-slimstat-reports.php:1736
1944
  msgid "Hits"
1945
  msgstr ""
1946
 
1947
- #: ../admin/view/wp-slimstat-reports.php:1351
1948
  msgid "Dataset Size"
1949
  msgstr ""
1950
 
1951
- #: ../admin/view/wp-slimstat-reports.php:1353
1952
  msgid "Total number of records stored in the database."
1953
  msgstr ""
1954
 
1955
- #: ../admin/view/wp-slimstat-reports.php:1355
1956
  msgid "DB Size"
1957
  msgstr ""
1958
 
1959
- #: ../admin/view/wp-slimstat-reports.php:1358
1960
  msgid "Tracking Enabled"
1961
  msgstr ""
1962
 
1963
- #: ../admin/view/wp-slimstat-reports.php:1361
1964
  msgid "Javascript Mode"
1965
  msgstr ""
1966
 
1967
- #: ../admin/view/wp-slimstat-reports.php:1364
1968
  msgid "Tracking Browser Caps"
1969
  msgstr ""
1970
 
1971
- #: ../admin/view/wp-slimstat-reports.php:1367
1972
  msgid "Auto purge"
1973
  msgstr ""
1974
 
1975
- #: ../admin/view/wp-slimstat-reports.php:1370
1976
  msgid "Oldest pageview"
1977
  msgstr ""
1978
 
1979
- #: ../admin/view/wp-slimstat-reports.php:1371
1980
  msgid "No visits"
1981
  msgstr ""
1982
 
1983
- #: ../admin/view/wp-slimstat-reports.php:1373
1984
  #: ../admin/wp-slimstat-admin.php:112
1985
  msgid "Geolocation"
1986
  msgstr ""
1987
 
1988
- #: ../admin/view/wp-slimstat-reports.php:1375
1989
  msgid "Date when the MaxMind Geolocation database was last updated."
1990
  msgstr ""
1991
 
1992
- #: ../admin/view/wp-slimstat-reports.php:1386
1993
- #: ../admin/view/wp-slimstat-reports.php:1544
1994
  msgid ""
1995
  "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
1996
  "the tracking code is executed."
1997
  msgstr ""
1998
 
1999
- #: ../admin/view/wp-slimstat-reports.php:1388
2000
  msgid "Days in Range"
2001
  msgstr ""
2002
 
2003
- #: ../admin/view/wp-slimstat-reports.php:1391
2004
  msgid "Average Daily Pageviews"
2005
  msgstr ""
2006
 
2007
- #: ../admin/view/wp-slimstat-reports.php:1393
2008
  msgid ""
2009
  "How many pages have been visited on average every day during the current "
2010
  "period."
2011
  msgstr ""
2012
 
2013
- #: ../admin/view/wp-slimstat-reports.php:1395
2014
  msgid "From Search Results"
2015
  msgstr ""
2016
 
2017
- #: ../admin/view/wp-slimstat-reports.php:1397
2018
  msgid ""
2019
  "Visitors who landed on your site after searching for a keyword on Google, "
2020
  "Yahoo, etc."
2021
  msgstr ""
2022
 
2023
- #: ../admin/view/wp-slimstat-reports.php:1401
2024
  msgid ""
2025
  "Used to differentiate between multiple requests to download a file from one "
2026
  "internet address (IP) and requests originating from many distinct addresses"
2027
  msgstr ""
2028
 
2029
- #: ../admin/view/wp-slimstat-reports.php:1403
2030
  msgid "Last 30 minutes"
2031
  msgstr ""
2032
 
2033
- #: ../admin/view/wp-slimstat-reports.php:1442
2034
  msgid ""
2035
  "A visit is a session of at most 30 minutes. Returning visitors are counted "
2036
  "multiple times if they perform multiple visits."
2037
  msgstr ""
2038
 
2039
- #: ../admin/view/wp-slimstat-reports.php:1446
2040
  msgid "It includes only traffic generated by human visitors."
2041
  msgstr ""
2042
 
2043
- #: ../admin/view/wp-slimstat-reports.php:1448
2044
  msgid "Bounce rate"
2045
  msgstr ""
2046
 
2047
- #: ../admin/view/wp-slimstat-reports.php:1450
2048
  msgid ""
2049
  "Percentage of single-page visits, i.e. visits in which the person left your "
2050
  "site from the entrance page."
2051
  msgstr ""
2052
 
2053
- #: ../admin/view/wp-slimstat-reports.php:1452
2054
  msgid "Known visitors"
2055
  msgstr ""
2056
 
2057
- #: ../admin/view/wp-slimstat-reports.php:1454
2058
  msgid "Visitors who had previously left a comment on your blog."
2059
  msgstr ""
2060
 
2061
- #: ../admin/view/wp-slimstat-reports.php:1456
2062
  msgid "New visitors"
2063
  msgstr ""
2064
 
2065
- #: ../admin/view/wp-slimstat-reports.php:1458
2066
  msgid "Human users who visited your site only once."
2067
  msgstr ""
2068
 
2069
- #: ../admin/view/wp-slimstat-reports.php:1460
2070
  msgid "Bots"
2071
  msgstr ""
2072
 
2073
- #: ../admin/view/wp-slimstat-reports.php:1463
2074
  msgid "Pageviews per visit"
2075
  msgstr ""
2076
 
2077
- #: ../admin/view/wp-slimstat-reports.php:1466
2078
  msgid "Longest visit"
2079
  msgstr ""
2080
 
2081
- #: ../admin/view/wp-slimstat-reports.php:1467
2082
  msgid "hits"
2083
  msgstr ""
2084
 
2085
- #: ../admin/view/wp-slimstat-reports.php:1478
2086
  msgid "0 - 30 seconds"
2087
  msgstr ""
2088
 
2089
- #: ../admin/view/wp-slimstat-reports.php:1484
2090
  msgid "31 - 60 seconds"
2091
  msgstr ""
2092
 
2093
- #: ../admin/view/wp-slimstat-reports.php:1490
2094
  msgid "1 - 3 minutes"
2095
  msgstr ""
2096
 
2097
- #: ../admin/view/wp-slimstat-reports.php:1496
2098
  msgid "3 - 5 minutes"
2099
  msgstr ""
2100
 
2101
- #: ../admin/view/wp-slimstat-reports.php:1502
2102
  msgid "5 - 7 minutes"
2103
  msgstr ""
2104
 
2105
- #: ../admin/view/wp-slimstat-reports.php:1508
2106
  msgid "7 - 10 minutes"
2107
  msgstr ""
2108
 
2109
- #: ../admin/view/wp-slimstat-reports.php:1514
2110
  msgid "More than 10 minutes"
2111
  msgstr ""
2112
 
2113
- #: ../admin/view/wp-slimstat-reports.php:1526
2114
  msgid "Average visit duration"
2115
  msgstr ""
2116
 
2117
- #: ../admin/view/wp-slimstat-reports.php:1546
2118
  msgid "Unique Referrers"
2119
  msgstr ""
2120
 
2121
- #: ../admin/view/wp-slimstat-reports.php:1548
2122
  msgid ""
2123
  "A referrer (or referring site) is the site that a visitor previously visited "
2124
  "before following a link to your site."
2125
  msgstr ""
2126
 
2127
- #: ../admin/view/wp-slimstat-reports.php:1550
2128
  msgid "Direct Pageviews"
2129
  msgstr ""
2130
 
2131
- #: ../admin/view/wp-slimstat-reports.php:1552
2132
  msgid ""
2133
  "Visitors who visited the site by typing the URL directly into their browser. "
2134
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
@@ -2136,21 +2192,21 @@ msgid ""
2136
  "documents that don't include tracking variables."
2137
  msgstr ""
2138
 
2139
- #: ../admin/view/wp-slimstat-reports.php:1554
2140
  msgid "From a search result"
2141
  msgstr ""
2142
 
2143
- #: ../admin/view/wp-slimstat-reports.php:1556
2144
  msgid ""
2145
  "Visitors who came to your site via searches on Google or some other search "
2146
  "engine."
2147
  msgstr ""
2148
 
2149
- #: ../admin/view/wp-slimstat-reports.php:1558
2150
  msgid "Unique Landing Pages"
2151
  msgstr ""
2152
 
2153
- #: ../admin/view/wp-slimstat-reports.php:1560
2154
  msgid ""
2155
  "The first page that a user views during a session. This is also known as the "
2156
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
@@ -2158,1259 +2214,1263 @@ msgid ""
2158
  "a landing page."
2159
  msgstr ""
2160
 
2161
- #: ../admin/view/wp-slimstat-reports.php:1562
2162
  msgid "Bounce Pages"
2163
  msgstr ""
2164
 
2165
- #: ../admin/view/wp-slimstat-reports.php:1564
2166
  msgid "Number of single page visits to your site over the selected period."
2167
  msgstr ""
2168
 
2169
- #: ../admin/view/wp-slimstat-reports.php:1566
2170
  msgid "New Visitors Rate"
2171
  msgstr ""
2172
 
2173
- #: ../admin/view/wp-slimstat-reports.php:1568
2174
  msgid ""
2175
  "Percentage of single page visits, i.e. visits in which the person left your "
2176
  "site from the entrance page."
2177
  msgstr ""
2178
 
2179
- #: ../admin/view/wp-slimstat-reports.php:1570
2180
  msgid "Currently from search engines"
2181
  msgstr ""
2182
 
2183
- #: ../admin/view/wp-slimstat-reports.php:1572
2184
  msgid ""
2185
  "Visitors who visited the site in the last 5 minutes coming from a search "
2186
  "engine."
2187
  msgstr ""
2188
 
2189
- #: ../admin/view/wp-slimstat-reports.php:1642
2190
- msgid "Number of pages in your site included in Google's index."
 
 
 
2191
  msgstr ""
2192
 
2193
- #: ../admin/view/wp-slimstat-reports.php:1643
2194
- msgid "Google Index"
2195
  msgstr ""
2196
 
2197
- #: ../admin/view/wp-slimstat-reports.php:1644
2198
- msgid "Number of pages, according to Google, that link back to your site."
2199
  msgstr ""
2200
 
2201
- #: ../admin/view/wp-slimstat-reports.php:1645
2202
- msgid "Google Backlinks"
2203
  msgstr ""
2204
 
2205
- #: ../admin/view/wp-slimstat-reports.php:1646
2206
  msgid ""
2207
- "How many times the Facebook Like button has been approximately clicked on "
2208
- "your site."
 
2209
  msgstr ""
2210
 
2211
- #: ../admin/view/wp-slimstat-reports.php:1647
2212
- msgid "Facebook Likes"
2213
  msgstr ""
2214
 
2215
- #: ../admin/view/wp-slimstat-reports.php:1648
2216
  msgid ""
2217
- "How many times your site has been shared by someone on the social network."
 
2218
  msgstr ""
2219
 
2220
- #: ../admin/view/wp-slimstat-reports.php:1649
2221
- msgid "Facebook Shares"
2222
  msgstr ""
2223
 
2224
- #: ../admin/view/wp-slimstat-reports.php:1650
2225
- msgid "How many times links to your website have been clicked on Facebook."
2226
  msgstr ""
2227
 
2228
- #: ../admin/view/wp-slimstat-reports.php:1651
2229
- msgid "Facebook Clicks"
2230
  msgstr ""
2231
 
2232
- #: ../admin/view/wp-slimstat-reports.php:1652
2233
  msgid ""
2234
- "Alexa is a subsidiary company of Amazon.com which provides commercial web "
2235
- "traffic data."
2236
  msgstr ""
2237
 
2238
- #: ../admin/view/wp-slimstat-reports.php:1653
2239
- msgid "Alexa World Rank"
2240
  msgstr ""
2241
 
2242
- #: ../admin/view/wp-slimstat-reports.php:1654
2243
- msgid "Alexa Country Rank"
2244
  msgstr ""
2245
 
2246
- #: ../admin/view/wp-slimstat-reports.php:1655
2247
- msgid "Alexa Popularity"
2248
  msgstr ""
2249
 
2250
- #: ../admin/view/wp-slimstat-reports.php:1666
2251
  msgid "Content Items"
2252
  msgstr ""
2253
 
2254
- #: ../admin/view/wp-slimstat-reports.php:1668
2255
  msgid ""
2256
  "This value includes not only posts, but also custom post types, regardless "
2257
  "of their status"
2258
  msgstr ""
2259
 
2260
- #: ../admin/view/wp-slimstat-reports.php:1670
2261
  msgid "Posts"
2262
  msgstr ""
2263
 
2264
- #: ../admin/view/wp-slimstat-reports.php:1673
2265
  msgid "Pages"
2266
  msgstr ""
2267
 
2268
- #: ../admin/view/wp-slimstat-reports.php:1676
2269
  msgid "Attachments"
2270
  msgstr ""
2271
 
2272
- #: ../admin/view/wp-slimstat-reports.php:1679
2273
  msgid "Revisions"
2274
  msgstr ""
2275
 
2276
- #: ../admin/view/wp-slimstat-reports.php:1682
2277
  msgid "Comments"
2278
  msgstr ""
2279
 
2280
- #: ../admin/view/wp-slimstat-reports.php:1685
2281
  msgid "Avg Comments per Post"
2282
  msgstr ""
2283
 
2284
- #: ../admin/view/wp-slimstat-reports.php:1688
2285
  msgid "Avg Server Latency"
2286
  msgstr ""
2287
 
2288
- #: ../admin/view/wp-slimstat-reports.php:1690
2289
  msgid ""
2290
  "Latency is the amount of time it takes for the host server to receive and "
2291
  "process a request for a page object. The amount of latency depends largely "
2292
  "on how far away the user is from the server."
2293
  msgstr ""
2294
 
2295
- #: ../admin/view/wp-slimstat-reports.php:1733
2296
  msgid "Coordinates"
2297
  msgstr ""
2298
 
2299
- #: ../admin/view/wp-slimstat-reports.php:1733
2300
  msgid "Date"
2301
  msgstr ""
2302
 
2303
  # Unknown
2304
- #: ../admin/view/wp-slimstat-reports.php:1749
2305
  msgid "c-xx"
2306
  msgstr "Unknown"
2307
 
2308
  # Afghanistan
2309
- #: ../admin/view/wp-slimstat-reports.php:1749
2310
  msgid "c-af"
2311
  msgstr "Afghanistan"
2312
 
2313
  # Åland Islands
2314
- #: ../admin/view/wp-slimstat-reports.php:1749
2315
  msgid "c-ax"
2316
  msgstr "Aland Islands"
2317
 
2318
  # Albania
2319
- #: ../admin/view/wp-slimstat-reports.php:1749
2320
  msgid "c-al"
2321
  msgstr "Albania"
2322
 
2323
  # Algeria
2324
- #: ../admin/view/wp-slimstat-reports.php:1749
2325
  msgid "c-dz"
2326
  msgstr "Algeria"
2327
 
2328
  # Andorra
2329
- #: ../admin/view/wp-slimstat-reports.php:1749
2330
  msgid "c-ad"
2331
  msgstr "Andorra"
2332
 
2333
  # Angola
2334
- #: ../admin/view/wp-slimstat-reports.php:1749
2335
  msgid "c-ao"
2336
  msgstr "Angola"
2337
 
2338
  # Anguilla
2339
- #: ../admin/view/wp-slimstat-reports.php:1749
2340
  msgid "c-ai"
2341
  msgstr "Anguilla"
2342
 
2343
  # Antigua and Barbuda
2344
- #: ../admin/view/wp-slimstat-reports.php:1749
2345
  msgid "c-ag"
2346
  msgstr "Antigua and Barbuda"
2347
 
2348
  # Argentina
2349
- #: ../admin/view/wp-slimstat-reports.php:1749
2350
  msgid "c-ar"
2351
  msgstr "Argentina"
2352
 
2353
  # Armenia
2354
- #: ../admin/view/wp-slimstat-reports.php:1749
2355
  msgid "c-am"
2356
  msgstr "Armenia"
2357
 
2358
  # Aruba
2359
- #: ../admin/view/wp-slimstat-reports.php:1749
2360
  msgid "c-aw"
2361
  msgstr "Aruba"
2362
 
2363
  # Australia
2364
- #: ../admin/view/wp-slimstat-reports.php:1749
2365
  msgid "c-au"
2366
  msgstr "Australia"
2367
 
2368
  # Austria
2369
- #: ../admin/view/wp-slimstat-reports.php:1749
2370
  msgid "c-at"
2371
  msgstr "Austria"
2372
 
2373
  # Azerbaijan
2374
- #: ../admin/view/wp-slimstat-reports.php:1749
2375
  msgid "c-az"
2376
  msgstr "Azerbaijan"
2377
 
2378
  # Bahamas
2379
- #: ../admin/view/wp-slimstat-reports.php:1749
2380
  msgid "c-bs"
2381
  msgstr "Bahamas"
2382
 
2383
  # Bahrain
2384
- #: ../admin/view/wp-slimstat-reports.php:1749
2385
  msgid "c-bh"
2386
  msgstr "Bahrain"
2387
 
2388
  # Bangladesh
2389
- #: ../admin/view/wp-slimstat-reports.php:1749
2390
  msgid "c-bd"
2391
  msgstr "Bangladesh"
2392
 
2393
  # Barbados
2394
- #: ../admin/view/wp-slimstat-reports.php:1749
2395
  msgid "c-bb"
2396
  msgstr "Barbados"
2397
 
2398
  # Belarus
2399
- #: ../admin/view/wp-slimstat-reports.php:1749
2400
  msgid "c-by"
2401
  msgstr "Belarus"
2402
 
2403
  # Belgium
2404
- #: ../admin/view/wp-slimstat-reports.php:1749
2405
  msgid "c-be"
2406
  msgstr "Belgium"
2407
 
2408
  # Belize
2409
- #: ../admin/view/wp-slimstat-reports.php:1749
2410
  msgid "c-bz"
2411
  msgstr "Belize"
2412
 
2413
  # Benin
2414
- #: ../admin/view/wp-slimstat-reports.php:1749
2415
  msgid "c-bj"
2416
  msgstr "Benin"
2417
 
2418
  # Bermuda
2419
- #: ../admin/view/wp-slimstat-reports.php:1749
2420
  msgid "c-bm"
2421
  msgstr "Bermuda"
2422
 
2423
  # Bhutan
2424
- #: ../admin/view/wp-slimstat-reports.php:1749
2425
  msgid "c-bt"
2426
  msgstr "Bhutan"
2427
 
2428
  # Bolivia
2429
- #: ../admin/view/wp-slimstat-reports.php:1749
2430
  msgid "c-bo"
2431
  msgstr "Bolivia"
2432
 
2433
  # Bosnia and Herzegovina
2434
- #: ../admin/view/wp-slimstat-reports.php:1749
2435
  msgid "c-ba"
2436
  msgstr "Bosnia and Herzegovina"
2437
 
2438
  # Botswana
2439
- #: ../admin/view/wp-slimstat-reports.php:1749
2440
  msgid "c-bw"
2441
  msgstr "Botswana"
2442
 
2443
  # Brazil
2444
- #: ../admin/view/wp-slimstat-reports.php:1749
2445
  msgid "c-br"
2446
  msgstr "Brazil"
2447
 
2448
  # Brunei Darussalam
2449
- #: ../admin/view/wp-slimstat-reports.php:1749
2450
  msgid "c-bn"
2451
  msgstr "Brunei Darussalam"
2452
 
2453
  # Bulgaria
2454
- #: ../admin/view/wp-slimstat-reports.php:1749
2455
  msgid "c-bg"
2456
  msgstr "Bulgaria"
2457
 
2458
  # Burkina Faso
2459
- #: ../admin/view/wp-slimstat-reports.php:1749
2460
  msgid "c-bf"
2461
  msgstr "Burkina Faso"
2462
 
2463
  # Burundi
2464
- #: ../admin/view/wp-slimstat-reports.php:1749
2465
  msgid "c-bi"
2466
  msgstr "Burundi"
2467
 
2468
  # Cambodia
2469
- #: ../admin/view/wp-slimstat-reports.php:1749
2470
  msgid "c-kh"
2471
  msgstr "Cambodia"
2472
 
2473
  # Cameroon
2474
- #: ../admin/view/wp-slimstat-reports.php:1749
2475
  msgid "c-cm"
2476
  msgstr "Cameroon"
2477
 
2478
  # Canada
2479
- #: ../admin/view/wp-slimstat-reports.php:1749
2480
  msgid "c-ca"
2481
  msgstr "Canada"
2482
 
2483
  # Cape Verde
2484
- #: ../admin/view/wp-slimstat-reports.php:1749
2485
  msgid "c-cv"
2486
  msgstr "Cape Verde"
2487
 
2488
  # Cayman Islands
2489
- #: ../admin/view/wp-slimstat-reports.php:1749
2490
  msgid "c-ky"
2491
  msgstr "Cayman Islands"
2492
 
2493
  # Central African Republic
2494
- #: ../admin/view/wp-slimstat-reports.php:1749
2495
  msgid "c-cf"
2496
  msgstr "Central African Republic"
2497
 
2498
  # Chad
2499
- #: ../admin/view/wp-slimstat-reports.php:1749
2500
  msgid "c-td"
2501
  msgstr "Chad"
2502
 
2503
  # Chile
2504
- #: ../admin/view/wp-slimstat-reports.php:1749
2505
  msgid "c-cl"
2506
  msgstr "Chile"
2507
 
2508
  # China
2509
- #: ../admin/view/wp-slimstat-reports.php:1749
2510
  msgid "c-cn"
2511
  msgstr "China"
2512
 
2513
  # Colombia
2514
- #: ../admin/view/wp-slimstat-reports.php:1749
2515
  msgid "c-co"
2516
  msgstr "Colombia"
2517
 
2518
  # Comoros
2519
- #: ../admin/view/wp-slimstat-reports.php:1749
2520
  msgid "c-km"
2521
  msgstr "Comoros"
2522
 
2523
  # Congo
2524
- #: ../admin/view/wp-slimstat-reports.php:1749
2525
  msgid "c-cg"
2526
  msgstr "Congo"
2527
 
2528
  # The Democratic Republic of the Congo
2529
- #: ../admin/view/wp-slimstat-reports.php:1749
2530
  msgid "c-cd"
2531
  msgstr "The Democratic Republic of the Congo"
2532
 
2533
  # Costa Rica
2534
- #: ../admin/view/wp-slimstat-reports.php:1749
2535
  msgid "c-cr"
2536
  msgstr "Costa Rica"
2537
 
2538
  # Côte d'Ivoire
2539
- #: ../admin/view/wp-slimstat-reports.php:1749
2540
  msgid "c-ci"
2541
  msgstr "Côte d'Ivoire"
2542
 
2543
  # Croatia
2544
- #: ../admin/view/wp-slimstat-reports.php:1749
2545
  msgid "c-hr"
2546
  msgstr "Croatia"
2547
 
2548
  # Cuba
2549
- #: ../admin/view/wp-slimstat-reports.php:1749
2550
  msgid "c-cu"
2551
  msgstr "Cuba"
2552
 
2553
  # Cyprus
2554
- #: ../admin/view/wp-slimstat-reports.php:1749
2555
  msgid "c-cy"
2556
  msgstr "Cyprus"
2557
 
2558
  # Czech Republic
2559
- #: ../admin/view/wp-slimstat-reports.php:1749
2560
  msgid "c-cz"
2561
  msgstr "Czech Republic"
2562
 
2563
  # Denmark
2564
- #: ../admin/view/wp-slimstat-reports.php:1749
2565
  msgid "c-dk"
2566
  msgstr "Denmark"
2567
 
2568
  # Djibouti
2569
- #: ../admin/view/wp-slimstat-reports.php:1749
2570
  msgid "c-dj"
2571
  msgstr "Djibouti"
2572
 
2573
  # Dominica
2574
- #: ../admin/view/wp-slimstat-reports.php:1749
2575
  msgid "c-dm"
2576
  msgstr "Dominica"
2577
 
2578
  # Dominican Republic
2579
- #: ../admin/view/wp-slimstat-reports.php:1749
2580
  msgid "c-do"
2581
  msgstr "Dominican Republic"
2582
 
2583
  # Ecuador
2584
- #: ../admin/view/wp-slimstat-reports.php:1749
2585
  msgid "c-ec"
2586
  msgstr "Ecuador"
2587
 
2588
  # Egypt
2589
- #: ../admin/view/wp-slimstat-reports.php:1749
2590
  msgid "c-eg"
2591
  msgstr "Egypt"
2592
 
2593
  # El Salvador
2594
- #: ../admin/view/wp-slimstat-reports.php:1749
2595
  msgid "c-sv"
2596
  msgstr "El Salvador"
2597
 
2598
  # Equatorial Guinea
2599
- #: ../admin/view/wp-slimstat-reports.php:1749
2600
  msgid "c-gq"
2601
  msgstr "Equatorial Guinea"
2602
 
2603
  # Eritrea
2604
- #: ../admin/view/wp-slimstat-reports.php:1749
2605
  msgid "c-er"
2606
  msgstr "Eritrea"
2607
 
2608
  # Estonia
2609
- #: ../admin/view/wp-slimstat-reports.php:1749
2610
  msgid "c-ee"
2611
  msgstr "Estonia"
2612
 
2613
  # Ethiopia
2614
- #: ../admin/view/wp-slimstat-reports.php:1749
2615
  msgid "c-et"
2616
  msgstr "Ethiopia"
2617
 
2618
  # Faroe Islands
2619
- #: ../admin/view/wp-slimstat-reports.php:1749
2620
  msgid "c-fo"
2621
  msgstr "Faroe Islands"
2622
 
2623
  # Falkland Islands (Malvinas)
2624
- #: ../admin/view/wp-slimstat-reports.php:1749
2625
  msgid "c-fk"
2626
  msgstr "Falkland Islands (Malvinas)"
2627
 
2628
  # Fiji
2629
- #: ../admin/view/wp-slimstat-reports.php:1749
2630
  msgid "c-fj"
2631
  msgstr "Fiji"
2632
 
2633
  # Finland
2634
- #: ../admin/view/wp-slimstat-reports.php:1749
2635
  msgid "c-fi"
2636
  msgstr "Finland"
2637
 
2638
  # France
2639
- #: ../admin/view/wp-slimstat-reports.php:1749
2640
  msgid "c-fr"
2641
  msgstr "France"
2642
 
2643
  # French Guiana
2644
- #: ../admin/view/wp-slimstat-reports.php:1749
2645
  msgid "c-gf"
2646
  msgstr "French Guiana"
2647
 
2648
  # Gabon
2649
- #: ../admin/view/wp-slimstat-reports.php:1749
2650
  msgid "c-ga"
2651
  msgstr "Gabon"
2652
 
2653
  # Gambia
2654
- #: ../admin/view/wp-slimstat-reports.php:1749
2655
  msgid "c-gm"
2656
  msgstr "Gambia"
2657
 
2658
  # Georgia
2659
- #: ../admin/view/wp-slimstat-reports.php:1749
2660
  msgid "c-ge"
2661
  msgstr "Georgia"
2662
 
2663
  # Germany
2664
- #: ../admin/view/wp-slimstat-reports.php:1749
2665
  msgid "c-de"
2666
  msgstr "Germany"
2667
 
2668
  # Ghana
2669
- #: ../admin/view/wp-slimstat-reports.php:1749
2670
  msgid "c-gh"
2671
  msgstr "Ghana"
2672
 
2673
  # Greece
2674
- #: ../admin/view/wp-slimstat-reports.php:1749
2675
  msgid "c-gr"
2676
  msgstr "Greece"
2677
 
2678
  # Greenland
2679
- #: ../admin/view/wp-slimstat-reports.php:1749
2680
  msgid "c-gl"
2681
  msgstr "Greenland"
2682
 
2683
  # Grenada
2684
- #: ../admin/view/wp-slimstat-reports.php:1749
2685
  msgid "c-gd"
2686
  msgstr "Grenada"
2687
 
2688
  # Guadeloupe
2689
- #: ../admin/view/wp-slimstat-reports.php:1749
2690
  msgid "c-gp"
2691
  msgstr "Guadeloupe"
2692
 
2693
  # Guatemala
2694
- #: ../admin/view/wp-slimstat-reports.php:1749
2695
  msgid "c-gt"
2696
  msgstr "Guatemala"
2697
 
2698
  # Guinea
2699
- #: ../admin/view/wp-slimstat-reports.php:1749
2700
  msgid "c-gn"
2701
  msgstr "Guinea"
2702
 
2703
  # Guinea-Bissau
2704
- #: ../admin/view/wp-slimstat-reports.php:1749
2705
  msgid "c-gw"
2706
  msgstr "Guinea-Bissau"
2707
 
2708
  # Guyana
2709
- #: ../admin/view/wp-slimstat-reports.php:1749
2710
  msgid "c-gy"
2711
  msgstr "Guyana"
2712
 
2713
  # Haiti
2714
- #: ../admin/view/wp-slimstat-reports.php:1749
2715
  msgid "c-ht"
2716
  msgstr "Haiti"
2717
 
2718
  # Honduras
2719
- #: ../admin/view/wp-slimstat-reports.php:1749
2720
  msgid "c-hn"
2721
  msgstr "Honduras"
2722
 
2723
  # Hong Kong
2724
- #: ../admin/view/wp-slimstat-reports.php:1749
2725
  msgid "c-hk"
2726
  msgstr "Hong Kong"
2727
 
2728
  # Hungary
2729
- #: ../admin/view/wp-slimstat-reports.php:1749
2730
  msgid "c-hu"
2731
  msgstr "Hungary"
2732
 
2733
  # Iceland
2734
- #: ../admin/view/wp-slimstat-reports.php:1749
2735
  msgid "c-is"
2736
  msgstr "Iceland"
2737
 
2738
  # India
2739
- #: ../admin/view/wp-slimstat-reports.php:1749
2740
  msgid "c-in"
2741
  msgstr "India"
2742
 
2743
  # Indonesia
2744
- #: ../admin/view/wp-slimstat-reports.php:1749
2745
  msgid "c-id"
2746
  msgstr "Indonesia"
2747
 
2748
  # Islamic Republic of Iran
2749
- #: ../admin/view/wp-slimstat-reports.php:1749
2750
  msgid "c-ir"
2751
  msgstr "Islamic Republic of Iran"
2752
 
2753
  # Iraq
2754
- #: ../admin/view/wp-slimstat-reports.php:1749
2755
  msgid "c-iq"
2756
  msgstr "Iraq"
2757
 
2758
  # Ireland
2759
- #: ../admin/view/wp-slimstat-reports.php:1749
2760
  msgid "c-ie"
2761
  msgstr "Ireland"
2762
 
2763
  # Israel
2764
- #: ../admin/view/wp-slimstat-reports.php:1749
2765
  msgid "c-il"
2766
  msgstr "Israel"
2767
 
2768
  # Italy
2769
- #: ../admin/view/wp-slimstat-reports.php:1749
2770
  msgid "c-it"
2771
  msgstr "Italy"
2772
 
2773
  # Jamaica
2774
- #: ../admin/view/wp-slimstat-reports.php:1749
2775
  msgid "c-jm"
2776
  msgstr "Jamaica"
2777
 
2778
  # Japan
2779
- #: ../admin/view/wp-slimstat-reports.php:1749
2780
  msgid "c-jp"
2781
  msgstr "Japan"
2782
 
2783
  # Jordan
2784
- #: ../admin/view/wp-slimstat-reports.php:1749
2785
  msgid "c-jo"
2786
  msgstr "Jordan"
2787
 
2788
  # Kazakhstan
2789
- #: ../admin/view/wp-slimstat-reports.php:1749
2790
  msgid "c-kz"
2791
  msgstr "Kazakhstan"
2792
 
2793
  # Kenya
2794
- #: ../admin/view/wp-slimstat-reports.php:1749
2795
  msgid "c-ke"
2796
  msgstr "Kenya"
2797
 
2798
  # Nauru
2799
- #: ../admin/view/wp-slimstat-reports.php:1749
2800
  msgid "c-nr"
2801
  msgstr "Nauru"
2802
 
2803
  # Democratic People's Republic of Korea
2804
- #: ../admin/view/wp-slimstat-reports.php:1749
2805
  msgid "c-kp"
2806
  msgstr "Democratic People's Republic of Korea"
2807
 
2808
  # Republic of Korea
2809
- #: ../admin/view/wp-slimstat-reports.php:1749
2810
  msgid "c-kr"
2811
  msgstr "Republic of Korea"
2812
 
2813
- #: ../admin/view/wp-slimstat-reports.php:1749
2814
  msgid "c-kv"
2815
  msgstr "Kosovo"
2816
 
2817
  # Kuwait
2818
- #: ../admin/view/wp-slimstat-reports.php:1749
2819
  msgid "c-kw"
2820
  msgstr "Kuwait"
2821
 
2822
  # Kyrgyzstan
2823
- #: ../admin/view/wp-slimstat-reports.php:1749
2824
  msgid "c-kg"
2825
  msgstr "Kyrgyzstan"
2826
 
2827
  # Lao People's Democratic Republic
2828
- #: ../admin/view/wp-slimstat-reports.php:1749
2829
  msgid "c-la"
2830
  msgstr "Lao People's Democratic Republic"
2831
 
2832
  # Latvia
2833
- #: ../admin/view/wp-slimstat-reports.php:1749
2834
  msgid "c-lv"
2835
  msgstr "Latvia"
2836
 
2837
  # Lebanon
2838
- #: ../admin/view/wp-slimstat-reports.php:1749
2839
  msgid "c-lb"
2840
  msgstr "Lebanon"
2841
 
2842
  # Lesotho
2843
- #: ../admin/view/wp-slimstat-reports.php:1749
2844
  msgid "c-ls"
2845
  msgstr "Lesotho"
2846
 
2847
  # Liberia
2848
- #: ../admin/view/wp-slimstat-reports.php:1749
2849
  msgid "c-lr"
2850
  msgstr "Liberia"
2851
 
2852
  # Libyan Arab Jamahiriya
2853
- #: ../admin/view/wp-slimstat-reports.php:1749
2854
  msgid "c-ly"
2855
  msgstr "Libyan Arab Jamahiriya"
2856
 
2857
  # Liechtenstein
2858
- #: ../admin/view/wp-slimstat-reports.php:1749
2859
  msgid "c-li"
2860
  msgstr "Liechtenstein"
2861
 
2862
  # Lithuania
2863
- #: ../admin/view/wp-slimstat-reports.php:1749
2864
  msgid "c-lt"
2865
  msgstr "Lithuania"
2866
 
2867
  # Luxembourg
2868
- #: ../admin/view/wp-slimstat-reports.php:1749
2869
  msgid "c-lu"
2870
  msgstr "Luxembourg"
2871
 
2872
  # The Former Yugoslav Republic of Macedonia
2873
- #: ../admin/view/wp-slimstat-reports.php:1749
2874
  msgid "c-mk"
2875
  msgstr "The Former Yugoslav Republic of Macedonia"
2876
 
2877
  # Madagascar
2878
- #: ../admin/view/wp-slimstat-reports.php:1749
2879
  msgid "c-mg"
2880
  msgstr "Madagascar"
2881
 
2882
  # Malawi
2883
- #: ../admin/view/wp-slimstat-reports.php:1749
2884
  msgid "c-mw"
2885
  msgstr "Malawi"
2886
 
2887
  # Malaysia
2888
- #: ../admin/view/wp-slimstat-reports.php:1749
2889
  msgid "c-my"
2890
  msgstr "Malaysia"
2891
 
2892
  # Mali
2893
- #: ../admin/view/wp-slimstat-reports.php:1749
2894
  msgid "c-ml"
2895
  msgstr "Mali"
2896
 
2897
  # Malta
2898
- #: ../admin/view/wp-slimstat-reports.php:1749
2899
  msgid "c-mt"
2900
  msgstr "Malta"
2901
 
2902
  # Martinique
2903
- #: ../admin/view/wp-slimstat-reports.php:1749
2904
  msgid "c-mq"
2905
  msgstr "Martinique"
2906
 
2907
  # Mauritania
2908
- #: ../admin/view/wp-slimstat-reports.php:1749
2909
  msgid "c-mr"
2910
  msgstr "Mauritania"
2911
 
2912
  # Mauritius
2913
- #: ../admin/view/wp-slimstat-reports.php:1749
2914
  msgid "c-mu"
2915
  msgstr "Mauritius"
2916
 
2917
  # Mexico
2918
- #: ../admin/view/wp-slimstat-reports.php:1749
2919
  msgid "c-mx"
2920
  msgstr "Mexico"
2921
 
2922
  # Moldova
2923
- #: ../admin/view/wp-slimstat-reports.php:1749
2924
  msgid "c-md"
2925
  msgstr "Moldova"
2926
 
2927
  # Mongolia
2928
- #: ../admin/view/wp-slimstat-reports.php:1749
2929
  msgid "c-mn"
2930
  msgstr "Mongolia"
2931
 
2932
  # Montenegro
2933
- #: ../admin/view/wp-slimstat-reports.php:1749
2934
  msgid "c-me"
2935
  msgstr "Montenegro"
2936
 
2937
  # Montserrat
2938
- #: ../admin/view/wp-slimstat-reports.php:1749
2939
  msgid "c-ms"
2940
  msgstr "Montserrat"
2941
 
2942
  # Morocco
2943
- #: ../admin/view/wp-slimstat-reports.php:1749
2944
  msgid "c-ma"
2945
  msgstr "Morocco"
2946
 
2947
  # Mozambique
2948
- #: ../admin/view/wp-slimstat-reports.php:1749
2949
  msgid "c-mz"
2950
  msgstr "Mozambique"
2951
 
2952
  # Myanmar
2953
- #: ../admin/view/wp-slimstat-reports.php:1749
2954
  msgid "c-mm"
2955
  msgstr "Myanmar"
2956
 
2957
  # Namibia
2958
- #: ../admin/view/wp-slimstat-reports.php:1749
2959
  msgid "c-na"
2960
  msgstr "Namibia"
2961
 
2962
  # Nepal
2963
- #: ../admin/view/wp-slimstat-reports.php:1749
2964
  msgid "c-np"
2965
  msgstr "Nepal"
2966
 
2967
  # Netherlands
2968
- #: ../admin/view/wp-slimstat-reports.php:1749
2969
  msgid "c-nl"
2970
  msgstr "Netherlands"
2971
 
2972
  # New Caledonia
2973
- #: ../admin/view/wp-slimstat-reports.php:1749
2974
  msgid "c-nc"
2975
  msgstr "New Caledonia"
2976
 
2977
  # New Zealand
2978
- #: ../admin/view/wp-slimstat-reports.php:1749
2979
  msgid "c-nz"
2980
  msgstr "New Zealand"
2981
 
2982
  # Nicaragua
2983
- #: ../admin/view/wp-slimstat-reports.php:1749
2984
  msgid "c-ni"
2985
  msgstr "Nicaragua"
2986
 
2987
  # Niger
2988
- #: ../admin/view/wp-slimstat-reports.php:1749
2989
  msgid "c-ne"
2990
  msgstr "Niger"
2991
 
2992
  # Nigeria
2993
- #: ../admin/view/wp-slimstat-reports.php:1749
2994
  msgid "c-ng"
2995
  msgstr "Nigeria"
2996
 
2997
  # Norway
2998
- #: ../admin/view/wp-slimstat-reports.php:1749
2999
  msgid "c-no"
3000
  msgstr "Norway"
3001
 
3002
  # Oman
3003
- #: ../admin/view/wp-slimstat-reports.php:1749
3004
  msgid "c-om"
3005
  msgstr "Oman"
3006
 
3007
  # Pakistan
3008
- #: ../admin/view/wp-slimstat-reports.php:1749
3009
  msgid "c-pk"
3010
  msgstr "Pakistan"
3011
 
3012
  # Palau
3013
- #: ../admin/view/wp-slimstat-reports.php:1749
3014
  msgid "c-pw"
3015
  msgstr "Palau"
3016
 
3017
  # Occupied Palestinian Territory
3018
- #: ../admin/view/wp-slimstat-reports.php:1749
3019
  msgid "c-ps"
3020
  msgstr "Occupied Palestinian Territory"
3021
 
3022
  # Panama
3023
- #: ../admin/view/wp-slimstat-reports.php:1749
3024
  msgid "c-pa"
3025
  msgstr "Panama"
3026
 
3027
  # Papua New Guinea
3028
- #: ../admin/view/wp-slimstat-reports.php:1749
3029
  msgid "c-pg"
3030
  msgstr "Papua New Guinea"
3031
 
3032
  # Paraguay
3033
- #: ../admin/view/wp-slimstat-reports.php:1749
3034
  msgid "c-py"
3035
  msgstr "Paraguay"
3036
 
3037
  # Peru
3038
- #: ../admin/view/wp-slimstat-reports.php:1749
3039
  msgid "c-pe"
3040
  msgstr "Peru"
3041
 
3042
  # Philippines
3043
- #: ../admin/view/wp-slimstat-reports.php:1749
3044
  msgid "c-ph"
3045
  msgstr "Philippines"
3046
 
3047
  # Poland
3048
- #: ../admin/view/wp-slimstat-reports.php:1749
3049
  msgid "c-pl"
3050
  msgstr "Poland"
3051
 
3052
  # Portugal
3053
- #: ../admin/view/wp-slimstat-reports.php:1749
3054
  msgid "c-pt"
3055
  msgstr "Portugal"
3056
 
3057
  # Puerto Rico
3058
- #: ../admin/view/wp-slimstat-reports.php:1749
3059
  msgid "c-pr"
3060
  msgstr "Puerto Rico"
3061
 
3062
  # Qatar
3063
- #: ../admin/view/wp-slimstat-reports.php:1749
3064
  msgid "c-qa"
3065
  msgstr "Qatar"
3066
 
3067
  # Réunion
3068
- #: ../admin/view/wp-slimstat-reports.php:1749
3069
  msgid "c-re"
3070
  msgstr "Réunion"
3071
 
3072
  # Romania
3073
- #: ../admin/view/wp-slimstat-reports.php:1749
3074
  msgid "c-ro"
3075
  msgstr "Romania"
3076
 
3077
  # Russian Federation
3078
- #: ../admin/view/wp-slimstat-reports.php:1749
3079
  msgid "c-ru"
3080
  msgstr "Russian Federation"
3081
 
3082
  # Rwanda
3083
- #: ../admin/view/wp-slimstat-reports.php:1749
3084
  msgid "c-rw"
3085
  msgstr "Rwanda"
3086
 
3087
  # Saint Kitts and Nevis
3088
- #: ../admin/view/wp-slimstat-reports.php:1749
3089
  msgid "c-kn"
3090
  msgstr "Saint Kitts and Nevis"
3091
 
3092
  # Saint Lucia
3093
- #: ../admin/view/wp-slimstat-reports.php:1749
3094
  msgid "c-lc"
3095
  msgstr "Saint Lucia"
3096
 
3097
  # Saint Martin
3098
- #: ../admin/view/wp-slimstat-reports.php:1749
3099
  msgid "c-mf"
3100
  msgstr "Saint Martin"
3101
 
3102
  # Saint Vincent and the Grenadines
3103
- #: ../admin/view/wp-slimstat-reports.php:1749
3104
  msgid "c-vc"
3105
  msgstr "Saint Vincent and the Grenadines"
3106
 
3107
  # Samoa
3108
- #: ../admin/view/wp-slimstat-reports.php:1749
3109
  msgid "c-ws"
3110
  msgstr "Samoa"
3111
 
3112
  # Sao Tome and Principe
3113
- #: ../admin/view/wp-slimstat-reports.php:1749
3114
  msgid "c-st"
3115
  msgstr "Sao Tome and Principe"
3116
 
3117
  # Saudi Arabia
3118
- #: ../admin/view/wp-slimstat-reports.php:1749
3119
  msgid "c-sa"
3120
  msgstr "Saudi Arabia"
3121
 
3122
  # Senegal
3123
- #: ../admin/view/wp-slimstat-reports.php:1749
3124
  msgid "c-sn"
3125
  msgstr "Senegal"
3126
 
3127
  # Serbia
3128
- #: ../admin/view/wp-slimstat-reports.php:1749
3129
  msgid "c-rs"
3130
  msgstr "Serbia"
3131
 
3132
  # Sierra Leone
3133
- #: ../admin/view/wp-slimstat-reports.php:1749
3134
  msgid "c-sl"
3135
  msgstr "Sierra Leone"
3136
 
3137
  # Singapore
3138
- #: ../admin/view/wp-slimstat-reports.php:1749
3139
  msgid "c-sg"
3140
  msgstr "Singapore"
3141
 
3142
  # Slovakia
3143
- #: ../admin/view/wp-slimstat-reports.php:1749
3144
  msgid "c-sk"
3145
  msgstr "Slovakia"
3146
 
3147
  # Slovenia
3148
- #: ../admin/view/wp-slimstat-reports.php:1749
3149
  msgid "c-si"
3150
  msgstr "Slovenia"
3151
 
3152
  # Solomon Islands
3153
- #: ../admin/view/wp-slimstat-reports.php:1749
3154
  msgid "c-sb"
3155
  msgstr "Solomon Islands"
3156
 
3157
  # Somalia
3158
- #: ../admin/view/wp-slimstat-reports.php:1749
3159
  msgid "c-so"
3160
  msgstr "Somalia"
3161
 
3162
  # South Africa
3163
- #: ../admin/view/wp-slimstat-reports.php:1749
3164
  msgid "c-za"
3165
  msgstr "South Africa"
3166
 
3167
  # South Georgia and the South Sandwich Islands
3168
- #: ../admin/view/wp-slimstat-reports.php:1749
3169
  msgid "c-gs"
3170
  msgstr "South Georgia and the South Sandwich Islands"
3171
 
3172
  # Spain
3173
- #: ../admin/view/wp-slimstat-reports.php:1749
3174
  msgid "c-es"
3175
  msgstr "Spain"
3176
 
3177
  # Sri Lanka
3178
- #: ../admin/view/wp-slimstat-reports.php:1749
3179
  msgid "c-lk"
3180
  msgstr "Sri Lanka"
3181
 
3182
- #: ../admin/view/wp-slimstat-reports.php:1749
3183
  msgid "c-sc"
3184
  msgstr "Seychelles"
3185
 
3186
  # Sudan
3187
- #: ../admin/view/wp-slimstat-reports.php:1749
3188
  msgid "c-sd"
3189
  msgstr "Sudan"
3190
 
3191
- #: ../admin/view/wp-slimstat-reports.php:1749
3192
  msgid "c-ss"
3193
  msgstr "South Sudan"
3194
 
3195
  # Suriname
3196
- #: ../admin/view/wp-slimstat-reports.php:1749
3197
  msgid "c-sr"
3198
  msgstr "Suriname"
3199
 
3200
  # Svalbard and Jan Mayen
3201
- #: ../admin/view/wp-slimstat-reports.php:1749
3202
  msgid "c-sj"
3203
  msgstr "Svalbard and Jan Mayen"
3204
 
3205
  # Swaziland
3206
- #: ../admin/view/wp-slimstat-reports.php:1749
3207
  msgid "c-sz"
3208
  msgstr "Swaziland"
3209
 
3210
  # Sweden
3211
- #: ../admin/view/wp-slimstat-reports.php:1749
3212
  msgid "c-se"
3213
  msgstr "Sweden"
3214
 
3215
  # Switzerland
3216
- #: ../admin/view/wp-slimstat-reports.php:1749
3217
  msgid "c-ch"
3218
  msgstr "Switzerland"
3219
 
3220
  # Syrian Arab Republic
3221
- #: ../admin/view/wp-slimstat-reports.php:1749
3222
  msgid "c-sy"
3223
  msgstr "Syrian Arab Republic"
3224
 
3225
  # Taiwan, Province of China
3226
- #: ../admin/view/wp-slimstat-reports.php:1749
3227
  msgid "c-tw"
3228
  msgstr "Taiwan"
3229
 
3230
  # Tajikistan
3231
- #: ../admin/view/wp-slimstat-reports.php:1749
3232
  msgid "c-tj"
3233
  msgstr "Tajikistan"
3234
 
3235
  # United Republic of Tanzania
3236
- #: ../admin/view/wp-slimstat-reports.php:1749
3237
  msgid "c-tz"
3238
  msgstr "United Republic of Tanzania"
3239
 
3240
  # Thailand
3241
- #: ../admin/view/wp-slimstat-reports.php:1749
3242
  msgid "c-th"
3243
  msgstr "Thailand"
3244
 
3245
  # Timor-Leste
3246
- #: ../admin/view/wp-slimstat-reports.php:1749
3247
  msgid "c-tl"
3248
  msgstr "Timor-Leste"
3249
 
3250
  # Togo
3251
- #: ../admin/view/wp-slimstat-reports.php:1749
3252
  msgid "c-tg"
3253
  msgstr "Togo"
3254
 
3255
  # Tonga
3256
- #: ../admin/view/wp-slimstat-reports.php:1749
3257
  msgid "c-to"
3258
  msgstr "Tonga"
3259
 
3260
  # Trinidad and Tobago
3261
- #: ../admin/view/wp-slimstat-reports.php:1749
3262
  msgid "c-tt"
3263
  msgstr "Trinidad and Tobago"
3264
 
3265
  # Tunisia
3266
- #: ../admin/view/wp-slimstat-reports.php:1749
3267
  msgid "c-tn"
3268
  msgstr "Tunisia"
3269
 
3270
  # Turkey
3271
- #: ../admin/view/wp-slimstat-reports.php:1749
3272
  msgid "c-tr"
3273
  msgstr "Turkey"
3274
 
3275
  # Turkmenistan
3276
- #: ../admin/view/wp-slimstat-reports.php:1749
3277
  msgid "c-tm"
3278
  msgstr "Turkmenistan"
3279
 
3280
  # Turks and Caicos Islands
3281
- #: ../admin/view/wp-slimstat-reports.php:1749
3282
  msgid "c-tc"
3283
  msgstr "Turks and Caicos Islands"
3284
 
3285
  # Uganda
3286
- #: ../admin/view/wp-slimstat-reports.php:1749
3287
  msgid "c-ug"
3288
  msgstr "Uganda"
3289
 
3290
  # Ukraine
3291
- #: ../admin/view/wp-slimstat-reports.php:1749
3292
  msgid "c-ua"
3293
  msgstr "Ukraine"
3294
 
3295
  # United Arab Emirates
3296
- #: ../admin/view/wp-slimstat-reports.php:1749
3297
  msgid "c-ae"
3298
  msgstr "United Arab Emirates"
3299
 
3300
  # United Kingdom
3301
- #: ../admin/view/wp-slimstat-reports.php:1749
3302
  msgid "c-gb"
3303
  msgstr "United Kingdom"
3304
 
3305
  # United States
3306
- #: ../admin/view/wp-slimstat-reports.php:1749
3307
  msgid "c-us"
3308
  msgstr "United States"
3309
 
3310
  # Uruguay
3311
- #: ../admin/view/wp-slimstat-reports.php:1749
3312
  msgid "c-uy"
3313
  msgstr "Uruguay"
3314
 
3315
  # Uzbekistan
3316
- #: ../admin/view/wp-slimstat-reports.php:1749
3317
  msgid "c-uz"
3318
  msgstr "Uzbekistan"
3319
 
3320
  # Vanuatu
3321
- #: ../admin/view/wp-slimstat-reports.php:1749
3322
  msgid "c-vu"
3323
  msgstr "Vanuatu"
3324
 
3325
  # Venezuela
3326
- #: ../admin/view/wp-slimstat-reports.php:1749
3327
  msgid "c-ve"
3328
  msgstr "Venezuela"
3329
 
3330
  # Viet Nam
3331
- #: ../admin/view/wp-slimstat-reports.php:1749
3332
  msgid "c-vn"
3333
  msgstr "Viet Nam"
3334
 
3335
  # British Virgin Islands
3336
- #: ../admin/view/wp-slimstat-reports.php:1749
3337
  msgid "c-vg"
3338
  msgstr "British Virgin Islands"
3339
 
3340
  # U.S. Virgin Islands
3341
- #: ../admin/view/wp-slimstat-reports.php:1749
3342
  msgid "c-vi"
3343
  msgstr "U.S. Virgin Islands"
3344
 
3345
  # Western Sahara
3346
- #: ../admin/view/wp-slimstat-reports.php:1749
3347
  msgid "c-eh"
3348
  msgstr "Western Sahara"
3349
 
3350
  # Yemen
3351
- #: ../admin/view/wp-slimstat-reports.php:1749
3352
  msgid "c-ye"
3353
  msgstr "Yemen"
3354
 
3355
  # Zambia
3356
- #: ../admin/view/wp-slimstat-reports.php:1749
3357
  msgid "c-zm"
3358
  msgstr "Zambia"
3359
 
3360
  # Zimbabwe
3361
- #: ../admin/view/wp-slimstat-reports.php:1749
3362
  msgid "c-zw"
3363
  msgstr "Zimbabwe"
3364
 
3365
  # Guernsey
3366
- #: ../admin/view/wp-slimstat-reports.php:1749
3367
  msgid "c-gg"
3368
  msgstr "Guernsey"
3369
 
3370
  # Jersey
3371
- #: ../admin/view/wp-slimstat-reports.php:1749
3372
  msgid "c-je"
3373
  msgstr "Jersey"
3374
 
3375
  # Isle of Man
3376
- #: ../admin/view/wp-slimstat-reports.php:1749
3377
  msgid "c-im"
3378
  msgstr "Isle of Man"
3379
 
3380
  # Maldives
3381
- #: ../admin/view/wp-slimstat-reports.php:1749
3382
  msgid "c-mv"
3383
  msgstr "Maldives"
3384
 
3385
- #: ../admin/view/wp-slimstat-reports.php:1750
3386
  msgid "c-eu"
3387
  msgstr "Europe"
3388
 
3389
- #: ../admin/view/wp-slimstat-reports.php:1827
3390
  msgid "src"
3391
  msgstr ""
3392
 
3393
- #: ../admin/view/wp-slimstat-reports.php:1831
3394
  msgid "serp"
3395
  msgstr ""
3396
 
3397
- #: ../admin/view/wp-slimstat-reports.php:1839
3398
  msgid "Go to the referring page"
3399
  msgstr ""
3400
 
3401
- #: ../admin/view/wp-slimstat-reports.php:1861
3402
  msgid "Remove filter for"
3403
  msgstr ""
3404
 
3405
- #: ../admin/view/wp-slimstat-reports.php:1865
3406
  msgid "Save"
3407
  msgstr ""
3408
 
3409
- #: ../admin/view/wp-slimstat-reports.php:1868
3410
  msgid "Reset All"
3411
  msgstr ""
3412
 
3413
- #: ../admin/view/wp-slimstat-reports.php:1872
3414
  msgid "Current filters:"
3415
  msgstr ""
3416
 
@@ -3442,87 +3502,93 @@ msgstr ""
3442
  msgid "Inactive Reports"
3443
  msgstr ""
3444
 
3445
- #: ../admin/wp-slimstat-admin.php:562
3446
  msgid "SlimStat"
3447
  msgstr ""
3448
 
3449
- #: ../admin/wp-slimstat-admin.php:620
3450
  msgid "Slimstat"
3451
  msgstr ""
3452
 
3453
- #: ../admin/wp-slimstat-admin.php:709
3454
  msgid "Pageviews in the last "
3455
  msgstr ""
3456
 
3457
- #: ../admin/wp-slimstat-admin.php:712
3458
  msgid "Unique IPs in the last "
3459
  msgstr ""
3460
 
3461
- #: ../admin/wp-slimstat-admin.php:766
 
 
 
 
 
 
3462
  msgid "Show on screen"
3463
  msgstr ""
3464
 
3465
- #: ../admin/wp-slimstat-admin.php:847
3466
  msgid "Already saved"
3467
  msgstr ""
3468
 
3469
- #: ../admin/wp-slimstat-admin.php:855
3470
  msgid "Saved"
3471
  msgstr ""
3472
 
3473
- #: ../admin/wp-slimstat-admin.php:875
3474
  msgid "Delete this filter"
3475
  msgstr ""
3476
 
3477
- #: ../admin/wp-slimstat-admin.php:919
3478
  msgid "There was an error updating the following options:"
3479
  msgstr ""
3480
 
3481
- #: ../admin/wp-slimstat-admin.php:922
3482
  msgid "Your changes have been saved."
3483
  msgstr ""
3484
 
3485
- #: ../admin/wp-slimstat-admin.php:945
3486
  msgid "Save Changes"
3487
  msgstr ""
3488
 
3489
- #: ../admin/wp-slimstat-admin.php:961
3490
  msgid "Definitions"
3491
  msgstr ""
3492
 
3493
- #: ../admin/wp-slimstat-admin.php:964
3494
  msgid "Pageview"
3495
  msgstr ""
3496
 
3497
- #: ../admin/wp-slimstat-admin.php:964
3498
  msgid ""
3499
  "A request to load a single HTML file (\"page\"). This should be contrasted "
3500
  "with a \"hit\", which refers to a request for any file from a web server. "
3501
  "Slimstat logs a pageview each time the tracking code is executed"
3502
  msgstr ""
3503
 
3504
- #: ../admin/wp-slimstat-admin.php:965
3505
  msgid "(Human) Visit"
3506
  msgstr ""
3507
 
3508
- #: ../admin/wp-slimstat-admin.php:965
3509
  msgid ""
3510
  "A period of interaction between a visitor's browser and your website, ending "
3511
  "when the browser is closed or when the user has been inactive on that site "
3512
  "for 30 minutes"
3513
  msgstr ""
3514
 
3515
- #: ../admin/wp-slimstat-admin.php:966
3516
  msgid ""
3517
  "Any user who has left a comment on your blog, and is thus identified by "
3518
  "Wordpress as a returning visitor"
3519
  msgstr ""
3520
 
3521
- #: ../admin/wp-slimstat-admin.php:967
3522
  msgid "Unique IP"
3523
  msgstr ""
3524
 
3525
- #: ../admin/wp-slimstat-admin.php:967
3526
  msgid ""
3527
  "Used to differentiate between multiple requests to download a file from one "
3528
  "internet address (IP) and requests originating from many distinct addresses; "
@@ -3530,152 +3596,152 @@ msgid ""
3530
  "from, it is useful, but not perfect"
3531
  msgstr ""
3532
 
3533
- #: ../admin/wp-slimstat-admin.php:968
3534
  msgid ""
3535
  "the originating IP address of a client connecting to a web server through an "
3536
  "HTTP proxy or load balancer"
3537
  msgstr ""
3538
 
3539
- #: ../admin/wp-slimstat-admin.php:969
3540
  msgid "Direct Traffic"
3541
  msgstr ""
3542
 
3543
- #: ../admin/wp-slimstat-admin.php:969
3544
  msgid ""
3545
  "All those people showing up to your Web site by typing in the URL of your "
3546
  "Web site coming or from a bookmark; some people also call this \"default "
3547
  "traffic\" or \"ambient traffic\""
3548
  msgstr ""
3549
 
3550
- #: ../admin/wp-slimstat-admin.php:970
3551
  msgid "Search Engine"
3552
  msgstr ""
3553
 
3554
- #: ../admin/wp-slimstat-admin.php:970
3555
  msgid ""
3556
  "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
3557
  "as well as your paid (PPC/SEM) traffic, so be aware of that"
3558
  msgstr ""
3559
 
3560
- #: ../admin/wp-slimstat-admin.php:971 ../admin/wp-slimstat-admin.php:987
3561
  msgid "Keywords used by your visitors to find your website on a search engine"
3562
  msgstr ""
3563
 
3564
- #: ../admin/wp-slimstat-admin.php:972
3565
  msgid "SERP"
3566
  msgstr ""
3567
 
3568
- #: ../admin/wp-slimstat-admin.php:972
3569
  msgid ""
3570
  "Short for search engine results page, the Web page that a search engine "
3571
  "returns with the results of its search. The value shown represents your rank "
3572
  "(or position) within that list of results"
3573
  msgstr ""
3574
 
3575
- #: ../admin/wp-slimstat-admin.php:973
3576
  msgid ""
3577
  "Any program used for accessing a website; this includes browsers, robots, "
3578
  "spiders and any other program that was used to retrieve information from the "
3579
  "site"
3580
  msgstr ""
3581
 
3582
- #: ../admin/wp-slimstat-admin.php:974
3583
  msgid ""
3584
  "A link from one domain to another is said to be outbound from its source "
3585
  "anchor and inbound to its target. This report lists all the links to other "
3586
  "websites followed by your visitors."
3587
  msgstr ""
3588
 
3589
- #: ../admin/wp-slimstat-admin.php:981
3590
  msgid "Basic Filters"
3591
  msgstr ""
3592
 
3593
- #: ../admin/wp-slimstat-admin.php:984
3594
  msgid "User agent (Firefox, Chrome, ...)"
3595
  msgstr ""
3596
 
3597
- #: ../admin/wp-slimstat-admin.php:985
3598
  msgid "2-letter code (us, ru, de, it, ...)"
3599
  msgstr ""
3600
 
3601
- #: ../admin/wp-slimstat-admin.php:986
3602
  msgid "IP"
3603
  msgstr ""
3604
 
3605
- #: ../admin/wp-slimstat-admin.php:986
3606
  msgid "Visitor's public IP address"
3607
  msgstr ""
3608
 
3609
- #: ../admin/wp-slimstat-admin.php:988
3610
  msgid ""
3611
  "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
3612
  "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
3613
  "column) for more information"
3614
  msgstr ""
3615
 
3616
- #: ../admin/wp-slimstat-admin.php:989
3617
  msgid ""
3618
  "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
3619
  "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
3620
  "manual page</a> for more information"
3621
  msgstr ""
3622
 
3623
- #: ../admin/wp-slimstat-admin.php:990
3624
  msgid "URL accessed on your site"
3625
  msgstr ""
3626
 
3627
- #: ../admin/wp-slimstat-admin.php:991
3628
  msgid "Complete address of the referrer page"
3629
  msgstr ""
3630
 
3631
- #: ../admin/wp-slimstat-admin.php:992
3632
  msgid "Visitor's Name"
3633
  msgstr ""
3634
 
3635
- #: ../admin/wp-slimstat-admin.php:992
3636
  msgid ""
3637
  "Visitors' names according to the cookie set by Wordpress after they leave a "
3638
  "comment"
3639
  msgstr ""
3640
 
3641
- #: ../admin/wp-slimstat-admin.php:1000
3642
  msgid "Advanced Filters"
3643
  msgstr ""
3644
 
3645
- #: ../admin/wp-slimstat-admin.php:1003
3646
  msgid "user agent version (9.0, 11, ...)"
3647
  msgstr ""
3648
 
3649
- #: ../admin/wp-slimstat-admin.php:1004
3650
  msgid ""
3651
  "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
3652
  "all others"
3653
  msgstr ""
3654
 
3655
- #: ../admin/wp-slimstat-admin.php:1005
3656
  msgid "Pageview Attributes"
3657
  msgstr ""
3658
 
3659
- #: ../admin/wp-slimstat-admin.php:1005
3660
  msgid ""
3661
  "this field is set to <em>[pre]</em> if the resource has been accessed "
3662
  "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
3663
  "Link_prefetching_FAQ\">Link Prefetching</a> or similar techniques"
3664
  msgstr ""
3665
 
3666
- #: ../admin/wp-slimstat-admin.php:1006
3667
  msgid "author associated to that post/page when the resource was accessed"
3668
  msgstr ""
3669
 
3670
- #: ../admin/wp-slimstat-admin.php:1007
3671
  msgid "ID of the category/term associated to the resource, when available"
3672
  msgstr ""
3673
 
3674
- #: ../admin/wp-slimstat-admin.php:1008
3675
  msgid "visitor's originating IP address, if available"
3676
  msgstr ""
3677
 
3678
- #: ../admin/wp-slimstat-admin.php:1009
3679
  msgid ""
3680
  "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
3681
  "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
@@ -3684,50 +3750,50 @@ msgid ""
3684
  "information"
3685
  msgstr ""
3686
 
3687
- #: ../admin/wp-slimstat-admin.php:1010
3688
  msgid "Screen Resolution"
3689
  msgstr ""
3690
 
3691
- #: ../admin/wp-slimstat-admin.php:1010
3692
  msgid "viewport width and height (1024x768, 800x600, ...)"
3693
  msgstr ""
3694
 
3695
- #: ../admin/wp-slimstat-admin.php:1011
3696
  msgid ""
3697
  "generally used in conjunction with <em>is not empty</em>, identifies human "
3698
  "visitors"
3699
  msgstr ""
3700
 
3701
- #: ../admin/wp-slimstat-admin.php:1012
3702
  msgid "Date Filters"
3703
  msgstr ""
3704
 
3705
- #: ../admin/wp-slimstat-admin.php:1012
3706
  msgid ""
3707
  "you can specify the timeframe by entering a number in the <em>interval</em> "
3708
  "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
3709
  "year=blank, interval=-1 will set a year-to-date filter)"
3710
  msgstr ""
3711
 
3712
- #: ../admin/wp-slimstat-admin.php:1013
3713
  msgid "SERP Position"
3714
  msgstr ""
3715
 
3716
- #: ../admin/wp-slimstat-admin.php:1013
3717
  msgid ""
3718
  "set the filter to Referer contains cd=N&, where N is the position you are "
3719
  "looking for"
3720
  msgstr ""
3721
 
3722
- #: ../admin/wp-slimstat-admin.php:1040
3723
  msgid "Yes"
3724
  msgstr ""
3725
 
3726
- #: ../admin/wp-slimstat-admin.php:1041
3727
  msgid "No"
3728
  msgstr ""
3729
 
3730
- #: ../admin/wp-slimstat-admin.php:1042
3731
  msgid "Site Specific"
3732
  msgstr ""
3733
 
@@ -5276,97 +5342,97 @@ msgstr "Unknown"
5276
  msgid "c-xy"
5277
  msgstr "Local IP"
5278
 
5279
- #: ../wp-slimstat.php:237 ../wp-slimstat.php:524
5280
  msgid "Notice: Pageview filtered by third-party code"
5281
  msgstr ""
5282
 
5283
- #: ../wp-slimstat.php:254
5284
  #, php-format
5285
  msgid "Error: Malformed URL %s"
5286
  msgstr ""
5287
 
5288
- #: ../wp-slimstat.php:278
5289
  #, php-format
5290
  msgid "Notice: Referrer %s is blacklisted"
5291
  msgstr ""
5292
 
5293
- #: ../wp-slimstat.php:356
5294
  #, php-format
5295
  msgid "Notice: Permalink %s is blacklisted"
5296
  msgstr ""
5297
 
5298
- #: ../wp-slimstat.php:367
5299
  msgid "Error: Empty or not supported IP address format (IPv6)"
5300
  msgstr ""
5301
 
5302
- #: ../wp-slimstat.php:376
5303
  #, php-format
5304
  msgid "Notice: Logged in user %s not tracked"
5305
  msgstr ""
5306
 
5307
- #: ../wp-slimstat.php:384
5308
  #, php-format
5309
  msgid "Notice: User with capability %s not tracked"
5310
  msgstr ""
5311
 
5312
- #: ../wp-slimstat.php:394
5313
  #, php-format
5314
  msgid "Notice: User %s is blacklisted"
5315
  msgstr ""
5316
 
5317
- #: ../wp-slimstat.php:415
5318
  #, php-format
5319
  msgid "Notice: Spammer %s not tracked"
5320
  msgstr ""
5321
 
5322
- #: ../wp-slimstat.php:444
5323
  #, php-format
5324
  msgid "Notice: IP address %s is blacklisted"
5325
  msgstr ""
5326
 
5327
- #: ../wp-slimstat.php:473
5328
  #, php-format
5329
  msgid "Notice: Country %s is blacklisted"
5330
  msgstr ""
5331
 
5332
- #: ../wp-slimstat.php:482
5333
  msgid "Notice: Prefetch requests are ignored"
5334
  msgstr ""
5335
 
5336
- #: ../wp-slimstat.php:498
5337
  msgid "Notice: Bot not tracked"
5338
  msgstr ""
5339
 
5340
- #: ../wp-slimstat.php:507
5341
  #, php-format
5342
  msgid "Notice: Browser %s is blacklisted"
5343
  msgstr ""
5344
 
5345
- #: ../wp-slimstat.php:537
5346
  msgid "Error:"
5347
  msgstr ""
5348
 
5349
- #: ../wp-slimstat.php:1153
5350
  msgid "Invalid payload string. Try clearing your WordPress cache."
5351
  msgstr ""
5352
 
5353
- #: ../wp-slimstat.php:1163
5354
  msgid "Invalid data signature. Try clearing your WordPress cache."
5355
  msgstr ""
5356
 
5357
- #: ../wp-slimstat.php:1235
5358
  msgid "There was an error downloading the MaxMind Geolite DB:"
5359
  msgstr ""
5360
 
5361
- #: ../wp-slimstat.php:1243 ../wp-slimstat.php:1252
5362
  msgid "There was an error opening the zipped MaxMind Geolite DB."
5363
  msgstr ""
5364
 
5365
- #: ../wp-slimstat.php:1247
5366
  msgid "Function gzopen not defined. Aborting."
5367
  msgstr ""
5368
 
5369
- #: ../wp-slimstat.php:1257
5370
  msgid "There was an error opening the unzipped MaxMind Geolite DB."
5371
  msgstr ""
5372
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP SlimStat\n"
4
+ "POT-Creation-Date: 2016-02-27 22:59-0500\n"
5
  "PO-Revision-Date: \n"
6
  "Last-Translator: WP Slimstat <support@wp-slimstat.com>\n"
7
  "Language-Team: camu <support@wp-slimstat.com>\n"
14
  "X-Poedit-Basepath: .\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
+ "X-Poedit-SearchPathExcluded-0: ../admin/update-checker\n"
18
+ "X-Poedit-SearchPathExcluded-1: ../admin/js\n"
19
 
20
  #: ../admin/config/index.php:33
21
  msgid ""
87
  "etc. This option is ignored if Tracking Mode is set to Client."
88
  msgstr ""
89
 
90
+ #: ../admin/config/index.php:97 ../admin/view/wp-slimstat-reports.php:1372
91
  msgid "Off"
92
  msgstr ""
93
 
103
  msgid "Enable this option to track your users' activity within the admin."
104
  msgstr ""
105
 
106
+ #: ../admin/config/index.php:98 ../admin/config/index.php:118
107
+ #: ../admin/config/index.php:119
108
  msgid "Track"
109
  msgstr ""
110
 
117
  msgstr ""
118
 
119
  #: ../admin/config/index.php:101
120
+ msgid "Dashboard Widgets"
121
  msgstr ""
122
 
123
  #: ../admin/config/index.php:101
124
  msgid ""
125
+ "Choose if you want to have the most important reports on your WordPress "
126
+ "Dashboard. Use the Screen Options dropdown to select which ones to display."
127
+ msgstr ""
128
+
129
+ #: ../admin/config/index.php:102
130
+ msgid "Menu Position"
131
+ msgstr ""
132
+
133
+ #: ../admin/config/index.php:102
134
+ msgid ""
135
  "Choose between a standalone admin menu for Slimstat or a drop down in the "
136
  "admin bar (if visible)."
137
  msgstr ""
138
 
139
+ #: ../admin/config/index.php:102
140
  msgid "Side Menu"
141
  msgstr ""
142
 
143
+ #: ../admin/config/index.php:102
144
  msgid "Admin Bar"
145
  msgstr ""
146
 
147
+ #: ../admin/config/index.php:103
148
  msgid "Posts and Pages"
149
  msgstr ""
150
 
151
+ #: ../admin/config/index.php:103
152
  msgid ""
153
  "Add a new column to the Edit Posts/Pages screens, with the number of hits "
154
  "per post within the timeframe specified here below."
155
  msgstr ""
156
 
157
+ #: ../admin/config/index.php:104
158
  msgid "Report Interval"
159
  msgstr ""
160
 
161
+ #: ../admin/config/index.php:104
162
  msgid ""
163
  "Enter the time range, in days, that should be used to calculate the value "
164
  "here above."
165
  msgstr ""
166
 
167
+ #: ../admin/config/index.php:105
168
  msgid "Report Type"
169
  msgstr ""
170
 
171
+ #: ../admin/config/index.php:105
172
  msgid ""
173
  "Select what kind of information you would like to see displayed on the Posts "
174
  "admin screen. Pageviews include all the hits regardless of the user, Unique "
175
  "IPs consider only one hit per user in the given time range."
176
  msgstr ""
177
 
178
+ #: ../admin/config/index.php:105 ../admin/view/wp-slimstat-reports.php:81
179
  #: ../admin/view/wp-slimstat-reports.php:90
180
+ #: ../admin/view/wp-slimstat-reports.php:1388
181
+ #: ../admin/view/wp-slimstat-reports.php:1546
182
  msgid "Pageviews"
183
  msgstr ""
184
 
185
+ #: ../admin/config/index.php:105 ../admin/view/wp-slimstat-reports.php:91
186
+ #: ../admin/view/wp-slimstat-reports.php:285
187
+ #: ../admin/view/wp-slimstat-reports.php:526
188
+ #: ../admin/view/wp-slimstat-reports.php:1403
189
+ #: ../admin/view/wp-slimstat-reports.php:1448
190
  msgid "Unique IPs"
191
  msgstr ""
192
 
 
 
 
 
 
 
 
 
 
 
193
  #: ../admin/config/index.php:106
194
  msgid "Hide Add-ons"
195
  msgstr ""
229
 
230
  #: ../admin/config/index.php:109 ../admin/view/index.php:102
231
  #: ../admin/view/wp-slimstat-db.php:79
232
+ #: ../admin/view/wp-slimstat-reports.php:1372
233
  msgid "days"
234
  msgstr ""
235
 
248
  msgstr ""
249
 
250
  #: ../admin/config/index.php:117
251
+ msgid "Link Tracking"
252
  msgstr ""
253
 
254
  #: ../admin/config/index.php:118
255
+ msgid "Outbound Clicks"
256
  msgstr ""
257
 
258
  #: ../admin/config/index.php:118
259
  msgid ""
260
+ "Track when your visitors click on link to external websites. This option "
261
+ "required Spy Mode to be enabled."
262
  msgstr ""
263
 
264
+ #: ../admin/config/index.php:118 ../admin/config/index.php:119
265
+ #: ../admin/config/index.php:121
266
+ msgid "Do Not Track"
267
  msgstr ""
268
 
269
  #: ../admin/config/index.php:119
270
+ msgid "Internal Clicks"
271
  msgstr ""
272
 
273
  #: ../admin/config/index.php:119
 
 
 
 
 
 
 
 
274
  msgid ""
275
+ "Collect mouse coordinates and other information for clicks on internal "
276
+ "links. Recommended if you're using our heatmap add-on. By default, this "
277
+ "information is only collected for external links."
 
 
 
 
 
278
  msgstr ""
279
 
280
  #: ../admin/config/index.php:120
281
+ msgid "No Callback"
282
  msgstr ""
283
 
284
  #: ../admin/config/index.php:120
285
+ msgid ""
286
+ "Track the event but do not invoke the callback function on links marked with "
287
+ "one of these class names, <em>rel</em> attribute or whose <em>href</em> "
288
+ "attribute contains one of these strings (separated by comma). Useful to "
289
+ "prevent conflicts with lightbox and similar libraries."
290
  msgstr ""
291
 
292
  #: ../admin/config/index.php:121
293
  msgid ""
294
+ "The tracker will ignore links marked with one of these class names, <em>rel</"
295
+ "em> attributes or whose <em>href</em> attribute contains one of these "
296
+ "strings (separated by comma)."
297
  msgstr ""
298
 
299
  #: ../admin/config/index.php:122
300
+ msgid "Async Tracker"
301
  msgstr ""
302
 
303
  #: ../admin/config/index.php:122
304
  msgid ""
305
+ "When the tracker is configured to record clicks on internal and / or "
306
+ "outbound links, it needs to send this information back to the server "
307
+ "<strong>before</strong> loading the actual page. This can result in a "
308
+ "noticeable delay when someone clicks on one of your links, if your server "
309
+ "takes a while to acknowledge the receipt of that information. You can set "
310
+ "this option to instruct the tracker not to wait for the server, and load the "
311
+ "target URL right away. This will remove the delay, but it might result in a "
312
+ "less accurate logging of events. You can check your server latency under "
313
+ "Site Analysis > Your Website. Values under 1000 milliseconds might allow you "
314
+ "to use async mode."
315
  msgstr ""
316
 
317
  #: ../admin/config/index.php:124
318
+ msgid "Advanced Options"
319
  msgstr ""
320
 
321
  #: ../admin/config/index.php:125
322
+ msgid "Session Duration"
323
  msgstr ""
324
 
325
  #: ../admin/config/index.php:125
326
  msgid ""
327
+ "How many seconds should a human session last? Google Analytics sets it to "
328
+ "1800 seconds."
329
+ msgstr ""
330
+
331
+ #: ../admin/config/index.php:125 ../admin/config/index.php:193
332
+ msgid "seconds"
333
  msgstr ""
334
 
335
  #: ../admin/config/index.php:126
336
+ msgid "Extend Session"
337
  msgstr ""
338
 
339
  #: ../admin/config/index.php:126
340
+ msgid "Extend the duration of a session each time the user visits a new page."
 
 
 
341
  msgstr ""
342
 
343
  #: ../admin/config/index.php:127
344
+ msgid "Browser Detection"
345
  msgstr ""
346
 
347
  #: ../admin/config/index.php:127
348
  msgid ""
349
+ "The heuristic function is much faster and requires very little memory, but "
350
+ "for uncommon user agent strings it might be less accurate, and produce a "
351
+ "unreliable match. Browscap.ini, the third party database we use, is memory "
352
+ "intensive and it uses a bruteforce approach to determine a visitor's "
353
+ "browser, but it's very accurate and precise even with the most obscure user "
354
+ "agent strings (almost all of them). You decide which one should be used "
355
+ "first: the other one will only be invoked if the one you chose did not "
356
+ "produce a match."
357
+ msgstr ""
358
+
359
+ #: ../admin/config/index.php:127
360
+ msgid "Browscap"
361
+ msgstr ""
362
+
363
+ #: ../admin/config/index.php:127
364
+ msgid "Heuristic"
365
  msgstr ""
366
 
367
  #: ../admin/config/index.php:128
368
+ msgid "Enable CDN"
369
  msgstr ""
370
 
371
  #: ../admin/config/index.php:128
372
  msgid ""
373
+ "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
374
+ "by serving our tracking code from their fast and reliable network (free "
375
+ "service)."
376
+ msgstr ""
377
+
378
+ #: ../admin/config/index.php:129
379
+ msgid "Extensions to Track"
380
  msgstr ""
381
 
382
+ #: ../admin/config/index.php:129
383
+ msgid ""
384
+ "List all the file extensions that you want to be treated as Downloads. "
385
+ "Please note that links pointing to external resources (i.e. PDFs on a "
386
+ "different website) are considered Downloads and not Outbound Links (and "
387
+ "tracked as such), if their extension matches one of the ones listed here "
388
+ "below."
389
  msgstr ""
390
 
391
  #: ../admin/config/index.php:131
392
+ msgid "External Pages"
393
+ msgstr ""
394
+
395
+ #: ../admin/config/index.php:132
396
  msgid ""
397
  "Add the following code to all the non-WP pages you want to track, right "
398
  "before the closing BODY tag. Please make sure to change the protocol of all "
399
  "the URLs to HTTPS, if you external site is served over a secure channel."
400
  msgstr ""
401
 
402
+ #: ../admin/config/index.php:142
403
+ msgid "Allow Domains"
404
  msgstr ""
405
 
406
+ #: ../admin/config/index.php:142
407
  msgid ""
408
  "If you are getting an error saying that no 'Access-Control-Allow-Origin' "
409
  "header is present on the requested resource, when using the external "
414
  "security implications of allowing CORS requests."
415
  msgstr ""
416
 
417
+ #: ../admin/config/index.php:143 ../admin/config/index.php:165
418
+ #: ../admin/config/index.php:196
419
  msgid "Miscellaneous"
420
  msgstr ""
421
 
422
+ #: ../admin/config/index.php:144
423
  msgid "Enable UAN"
424
  msgstr ""
425
 
426
+ #: ../admin/config/index.php:144
427
  msgid ""
428
  "Send anonymous data about user agents to our server for analysis. This "
429
  "allows us to contribute to the <a href='http://browscap.org/' "
432
  "ads network. No worries, your site will not be affected in any way."
433
  msgstr ""
434
 
435
+ #: ../admin/config/index.php:149
436
  msgid "Filters"
437
  msgstr ""
438
 
439
+ #: ../admin/config/index.php:151
440
  msgid "Do not track settings"
441
  msgstr ""
442
 
443
+ #: ../admin/config/index.php:152
444
  msgid "Track Registered Users"
445
  msgstr ""
446
 
447
+ #: ../admin/config/index.php:152
448
  msgid "Enable this option to track logged in users."
449
  msgstr ""
450
 
451
+ #: ../admin/config/index.php:153
452
  msgid "Blacklist by Username"
453
  msgstr ""
454
 
455
+ #: ../admin/config/index.php:153
456
  msgid ""
457
  "List all the usernames you don't want to track, separated by commas. Please "
458
  "be aware that spaces are <em>not</em> ignored and that usernames are case "
462
  "match user100 and uber100, <code>user!0</code> will match user10 and user90."
463
  msgstr ""
464
 
465
+ #: ../admin/config/index.php:154
466
  msgid "Blacklist by IP Address"
467
  msgstr ""
468
 
469
+ #: ../admin/config/index.php:154
470
  msgid ""
471
  "List all the IP addresses you don't want to track, separated by commas. Each "
472
  "network <strong>must</strong> be defined using the <a href='http://en."
475
  "public IP and the originating IP, if available."
476
  msgstr ""
477
 
478
+ #: ../admin/config/index.php:155
479
  msgid "Blacklist by Capability"
480
  msgstr ""
481
 
482
+ #: ../admin/config/index.php:155
483
  msgid ""
484
  "Users having at least one of the <a href='http://codex.wordpress.org/"
485
  "Roles_and_Capabilities' target='_new'>capabilities</a> listed here below "
486
  "will not be tracked. Capabilities are case-insensitive."
487
  msgstr ""
488
 
489
+ #: ../admin/config/index.php:157
490
  msgid "Profiling"
491
  msgstr ""
492
 
493
+ #: ../admin/config/index.php:158
494
  msgid "Ignore Spammers"
495
  msgstr ""
496
 
497
+ #: ../admin/config/index.php:158
498
  msgid ""
499
  "Enable this option if you don't want to track visits from users identified "
500
  "as spammers by third-party tools like Akismet. Pageviews generated by users "
502
  "database."
503
  msgstr ""
504
 
505
+ #: ../admin/config/index.php:159
506
  msgid "Ignore Bots"
507
  msgstr ""
508
 
509
+ #: ../admin/config/index.php:159
510
  msgid ""
511
  "Turn on this feature if you want to have the accuracy level of server-side "
512
  "tracking, but not the inconvenience of getting your database clogged with "
514
  "note that in Client mode, bots are ignored regardless of this setting."
515
  msgstr ""
516
 
517
+ #: ../admin/config/index.php:160
518
  msgid "Permalinks"
519
  msgstr ""
520
 
521
+ #: ../admin/config/index.php:160
522
  msgid ""
523
  "List all the URLs on your website that you don't want to track, separated by "
524
  "commas. Don't include the domain name: <em>/about, ?p=1</em>, etc. "
529
  "case-insensitive."
530
  msgstr ""
531
 
532
+ #: ../admin/config/index.php:161
533
  msgid "Countries"
534
  msgstr ""
535
 
536
+ #: ../admin/config/index.php:161
537
  msgid ""
538
  "Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
539
  "track, separated by commas."
540
  msgstr ""
541
 
542
+ #: ../admin/config/index.php:162
543
  msgid "User Agents"
544
  msgstr ""
545
 
546
+ #: ../admin/config/index.php:162
547
  msgid ""
548
  "Browsers (user agents) you don't want to track, separated by commas. You can "
549
  "specify the browser's version adding a slash after the name (i.e. "
553
  "code> will match IE/7.0 and IE/8.0. Strings are case-insensitive."
554
  msgstr ""
555
 
556
+ #: ../admin/config/index.php:163
557
  msgid "Referring Sites"
558
  msgstr ""
559
 
560
+ #: ../admin/config/index.php:163
561
  msgid ""
562
  "Referring URLs that you don't want to track, separated by commas: "
563
  "<code>http://mysite.com*</code>, <code>*/ignore-me-please</code>, etc. "
567
  "https://)."
568
  msgstr ""
569
 
570
+ #: ../admin/config/index.php:166
571
  msgid "Enable Privacy Mode"
572
  msgstr ""
573
 
574
+ #: ../admin/config/index.php:166
575
  msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
576
  msgstr ""
577
 
578
+ #: ../admin/config/index.php:167
579
  msgid "Ignore Prefetch Requests"
580
  msgstr ""
581
 
582
+ #: ../admin/config/index.php:167
583
  msgid ""
584
  "Prevent Slimstat from tracking pageviews generated by Firefox's <a "
585
  "href='https://developer.mozilla.org/en/Link_prefetching_FAQ' "
586
  "target='_blank'>Link Prefetching functionality</a>."
587
  msgstr ""
588
 
589
+ #: ../admin/config/index.php:172 ../admin/config/index.php:207
590
  msgid "Reports"
591
  msgstr ""
592
 
593
+ #: ../admin/config/index.php:174
594
  msgid "Formats and Conversions"
595
  msgstr ""
596
 
597
+ #: ../admin/config/index.php:175
598
  msgid "Number Format"
599
  msgstr ""
600
 
601
+ #: ../admin/config/index.php:175
602
  msgid "Choose the number format you want to use for your reports."
603
  msgstr ""
604
 
605
+ #: ../admin/config/index.php:176
606
  msgid "Date Format"
607
  msgstr ""
608
 
609
+ #: ../admin/config/index.php:176
610
  msgid ""
611
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
612
  "Format</a> to use when displaying a pageview's date."
613
  msgstr ""
614
 
615
+ #: ../admin/config/index.php:177
616
  msgid "Time Format"
617
  msgstr ""
618
 
619
+ #: ../admin/config/index.php:177
620
  msgid ""
621
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
622
  "Format</a> to use when displaying a pageview's time."
623
  msgstr ""
624
 
625
+ #: ../admin/config/index.php:178
626
  msgid "Use Display Name"
627
  msgstr ""
628
 
629
+ #: ../admin/config/index.php:178
630
  msgid ""
631
  "By default, users are listed by their usernames. Use this option to "
632
  "visualize their display names instead."
633
  msgstr ""
634
 
635
+ #: ../admin/config/index.php:179
636
  msgid "Use Titles"
637
  msgstr ""
638
 
639
+ #: ../admin/config/index.php:179
640
  msgid ""
641
  "Slimstat converts your permalinks into post, page and category titles. "
642
  "Disable this feature if you need to see the URL in your reports."
643
  msgstr ""
644
 
645
+ #: ../admin/config/index.php:180
646
  msgid "Convert IP Addresses"
647
  msgstr ""
648
 
649
+ #: ../admin/config/index.php:180
650
  msgid "Display provider names instead of IP addresses."
651
  msgstr ""
652
 
653
+ #: ../admin/config/index.php:182
654
  msgid "Functionality"
655
  msgstr ""
656
 
657
+ #: ../admin/config/index.php:183
658
+ msgid "Async Mode"
659
+ msgstr ""
660
+
661
+ #: ../admin/config/index.php:183
662
+ msgid ""
663
+ "Activate this feature if your reports take a while to load. It breaks down "
664
+ "the load on your server into multiple requests, thus avoiding memory issues "
665
+ "and performance problems."
666
+ msgstr ""
667
+
668
+ #: ../admin/config/index.php:184
669
  msgid "SlimScroll"
670
  msgstr ""
671
 
672
+ #: ../admin/config/index.php:184
673
  msgid ""
674
  "Enable SlimScroll, a slick jQuery library that replaces the built-in browser "
675
  "scrollbar."
676
  msgstr ""
677
 
678
+ #: ../admin/config/index.php:185
679
  msgid "Expand Details"
680
  msgstr ""
681
 
682
+ #: ../admin/config/index.php:185
683
  msgid "Expand each row's details by default, insted of on mousehover."
684
  msgstr ""
685
 
686
+ #: ../admin/config/index.php:186 ../admin/config/index.php:194
687
  msgid "Rows to Display"
688
  msgstr ""
689
 
690
+ #: ../admin/config/index.php:186
691
  msgid "Specify the number of items in each report."
692
  msgstr ""
693
 
694
+ #: ../admin/config/index.php:187 ../admin/view/wp-slimstat-db.php:101
695
  msgid "Max Results"
696
  msgstr ""
697
 
698
+ #: ../admin/config/index.php:187
699
  msgid ""
700
  "Decide how many records should be retrieved from the database in total. "
701
  "Depending on your server configuration, you may want to fine tune this value "
702
  "to avoid exceeding your PHP memory limit."
703
  msgstr ""
704
 
705
+ #: ../admin/config/index.php:188
706
  msgid "IP Lookup"
707
  msgstr ""
708
 
709
+ #: ../admin/config/index.php:188
710
  msgid "Customize the Geolocation service to be used in the reports."
711
  msgstr ""
712
 
713
+ #: ../admin/config/index.php:189
714
+ msgid "Mozscape Access ID"
715
  msgstr ""
716
 
717
  #: ../admin/config/index.php:189
718
+ msgid ""
719
+ "Get accurate rankings for your website through the free <a href=\"https://"
720
+ "moz.com/community/join?redirect=/products/api/keys\" target=\"_blank"
721
+ "\">Mozscape API</a> service. Sign up for a free community account to get "
722
+ "started. Then enter your personal identification code here."
723
+ msgstr ""
724
+
725
+ #: ../admin/config/index.php:190
726
+ msgid "Mozscape Secret Key"
727
+ msgstr ""
728
+
729
+ #: ../admin/config/index.php:190
730
+ msgid ""
731
+ "Do not share your secret key with anyone or they will be able to make API "
732
+ "requests on your account!"
733
+ msgstr ""
734
+
735
+ #: ../admin/config/index.php:192
736
+ msgid "Activity Log"
737
+ msgstr ""
738
+
739
+ #: ../admin/config/index.php:193
740
  msgid "Live Stream"
741
  msgstr ""
742
 
743
+ #: ../admin/config/index.php:193
744
  msgid ""
745
  "Enable the Live view, which refreshes the Activity Log every X seconds. "
746
  "Enter <strong>0</strong> (number zero) to deactivate this feature."
747
  msgstr ""
748
 
749
+ #: ../admin/config/index.php:194
750
  msgid "Specify the number of items in the Activity Log."
751
  msgstr ""
752
 
753
+ #: ../admin/config/index.php:197
754
  msgid "Custom CSS"
755
  msgstr ""
756
 
757
+ #: ../admin/config/index.php:197
758
  msgid ""
759
  "Paste here your custom stylesheet to personalize the way your reports look. "
760
  "<a href='https://slimstat.freshdesk.com/support/solutions/"
763
  "a> for more information on how to use this setting."
764
  msgstr ""
765
 
766
+ #: ../admin/config/index.php:198
767
  msgid "Chart Colors"
768
  msgstr ""
769
 
770
+ #: ../admin/config/index.php:198
771
  msgid ""
772
  "Customize the look and feel of your charts by assigning personalized colors "
773
  "to each metric. List 4 hex colors separated by commas, strictly in the "
775
  "metric 2 current. For example: <code>#ccc, #999, #bbcc44, #21759b</code>."
776
  msgstr ""
777
 
778
+ #: ../admin/config/index.php:199
779
  msgid "Show User Agent"
780
  msgstr ""
781
 
782
+ #: ../admin/config/index.php:199
783
  msgid ""
784
  "Choose if you want to see the browser name or a complete user agent string "
785
  "when hovering on browser icons."
786
  msgstr ""
787
 
788
+ #: ../admin/config/index.php:200
789
  msgid "Enable SOV"
790
  msgstr ""
791
 
792
+ #: ../admin/config/index.php:200
793
  msgid ""
794
  "In linguistic typology, a subject-object-verb (SOV) language is one in which "
795
  "the subject, object, and verb of a sentence appear in that order, like in "
796
  "Japanese."
797
  msgstr ""
798
 
799
+ #: ../admin/config/index.php:205
800
  msgid "Access Control"
801
  msgstr ""
802
 
803
+ #: ../admin/config/index.php:208
804
  msgid "Restrict Authors"
805
  msgstr ""
806
 
807
+ #: ../admin/config/index.php:208
808
  msgid ""
809
  "Enable this option if you want your authors to only see stats related to "
810
  "their own content."
811
  msgstr ""
812
 
813
+ #: ../admin/config/index.php:209 ../admin/config/index.php:213
814
  msgid "Capability"
815
  msgstr ""
816
 
817
+ #: ../admin/config/index.php:209
818
  msgid ""
819
  "Specify the minimum <a href='http://codex.wordpress.org/"
820
  "Roles_and_Capabilities' target='_new'>capability</a> needed to access the "
824
  "In this case, the list has precedence over the capability."
825
  msgstr ""
826
 
827
+ #: ../admin/config/index.php:210 ../admin/config/index.php:214
828
  msgid "Whitelist"
829
  msgstr ""
830
 
831
+ #: ../admin/config/index.php:210
832
  msgid ""
833
  "List all the users who should have access to the reports, separated by "
834
  "commas. Administrators are implicitly allowed, so you don't need to list "
835
  "them in here. Usernames are case sensitive."
836
  msgstr ""
837
 
838
+ #: ../admin/config/index.php:212 ../admin/config/index.php:237
839
+ #: ../admin/wp-slimstat-admin.php:640 ../admin/wp-slimstat-admin.php:658
840
+ #: ../admin/wp-slimstat-admin.php:661
841
  msgid "Settings"
842
  msgstr ""
843
 
844
+ #: ../admin/config/index.php:213
845
  msgid ""
846
  "Specify the minimum <a href='http://codex.wordpress.org/"
847
  "Roles_and_Capabilities' target='_new'>capability</a> required to configure "
849
  "can be used to override this option for specific users."
850
  msgstr ""
851
 
852
+ #: ../admin/config/index.php:214
853
  msgid ""
854
  "List all the users who can edit these options, separated by commas. Please "
855
  "be advised that admins <strong>are not</strong> implicitly allowed, so do "
856
  "not forget to include yourself! Usernames are case sensitive."
857
  msgstr ""
858
 
859
+ #: ../admin/config/index.php:219
860
  msgid "Maintenance"
861
  msgstr ""
862
 
863
+ #: ../admin/config/index.php:224 ../admin/view/addons.php:32
864
  #: ../admin/wp-slimstat-admin.php:124
865
  msgid "Add-ons"
866
  msgstr ""
1218
  msgid "Load"
1219
  msgstr ""
1220
 
1221
+ #: ../admin/view/index.php:66 ../admin/view/wp-slimstat-reports.php:1410
1222
  msgid "Today"
1223
  msgstr ""
1224
 
1225
+ #: ../admin/view/index.php:67 ../admin/view/wp-slimstat-reports.php:1413
1226
  msgid "Yesterday"
1227
  msgstr ""
1228
 
1309
  msgid "Delete"
1310
  msgstr ""
1311
 
1312
+ #: ../admin/view/right-now.php:16
1313
  msgid "Human"
1314
  msgstr ""
1315
 
1316
+ #: ../admin/view/right-now.php:16
1317
  msgid "Bot/Crawler"
1318
  msgstr ""
1319
 
1320
+ #: ../admin/view/right-now.php:16
1321
  msgid "Mobile Device"
1322
  msgstr ""
1323
 
1324
+ #: ../admin/view/right-now.php:16
1325
  msgid "Syndication Reader"
1326
  msgstr ""
1327
 
1328
+ #: ../admin/view/right-now.php:41 ../admin/view/wp-slimstat-reports.php:1036
1329
+ #: ../admin/view/wp-slimstat-reports.php:1729
1330
  msgid "No data to display"
1331
  msgstr ""
1332
 
1333
+ #: ../admin/view/right-now.php:60
1334
  msgid "Date and Time"
1335
  msgstr ""
1336
 
1337
  # Unknown
1338
+ #: ../admin/view/right-now.php:69 ../admin/view/wp-slimstat-reports.php:1088
1339
+ #: ../admin/view/wp-slimstat-reports.php:1772 ../wp-slimstat.php:1373
1340
  msgid "c-"
1341
  msgstr "Unknown"
1342
 
1343
+ #: ../admin/view/right-now.php:121 ../admin/view/wp-slimstat-db.php:60
1344
+ #: ../admin/wp-slimstat-admin.php:976 ../admin/wp-slimstat-admin.php:1016
1345
  msgid "Originating IP"
1346
  msgstr ""
1347
 
1348
+ #: ../admin/view/right-now.php:152 ../admin/view/wp-slimstat-reports.php:1185
1349
+ #: ../admin/view/wp-slimstat-reports.php:1190
1350
+ #: ../admin/view/wp-slimstat-reports.php:1195
1351
  msgid "Open this URL in a new window"
1352
  msgstr ""
1353
 
1354
+ #: ../admin/view/right-now.php:155
1355
  msgid "Local search results page"
1356
  msgstr ""
1357
 
1358
+ #: ../admin/view/right-now.php:161 ../admin/view/wp-slimstat-db.php:42
1359
  #: ../admin/view/wp-slimstat-reports.php:242
1360
+ #: ../admin/view/wp-slimstat-reports.php:252
1361
+ #: ../admin/wp-slimstat-admin.php:979 ../admin/wp-slimstat-admin.php:995
1362
  msgid "Search Terms"
1363
  msgstr ""
1364
 
1365
+ #: ../admin/view/right-now.php:170
1366
  msgid "Server Latency and Page Speed in milliseconds"
1367
  msgstr ""
1368
 
1369
+ #: ../admin/view/right-now.php:170
1370
  msgid "SL"
1371
  msgstr ""
1372
 
1373
+ #: ../admin/view/right-now.php:170
1374
  msgid "PS"
1375
  msgstr ""
1376
 
1377
+ #: ../admin/view/right-now.php:177
1378
  msgid "Time spent on this page"
1379
  msgstr ""
1380
 
1381
+ #: ../admin/view/right-now.php:187
1382
  msgid "Open this referrer in a new window"
1383
  msgstr ""
1384
 
1385
+ #: ../admin/view/right-now.php:188
1386
  msgid "Open this outbound link in a new window"
1387
  msgstr ""
1388
 
1389
+ #: ../admin/view/right-now.php:189
1390
  msgid "Content Type"
1391
  msgstr ""
1392
 
1393
+ #: ../admin/view/right-now.php:192
1394
  msgid "Delete this pageview"
1395
  msgstr ""
1396
 
1397
+ #: ../admin/view/right-now.php:203
1398
  msgid "User Logged In"
1399
  msgstr ""
1400
 
1401
+ #: ../admin/view/right-now.php:213
1402
  msgid "User Logged Out"
1403
  msgstr ""
1404
 
1405
+ #: ../admin/view/wp-slimstat-db.php:39 ../admin/wp-slimstat-admin.php:992
1406
  msgid "Browser"
1407
  msgstr ""
1408
 
1409
+ #: ../admin/view/wp-slimstat-db.php:40 ../admin/wp-slimstat-admin.php:993
1410
  msgid "Country Code"
1411
  msgstr ""
1412
 
1414
  msgid "IP Address"
1415
  msgstr ""
1416
 
1417
+ #: ../admin/view/wp-slimstat-db.php:43 ../admin/wp-slimstat-admin.php:996
1418
  msgid "Language Code"
1419
  msgstr ""
1420
 
1421
  #: ../admin/view/wp-slimstat-db.php:44 ../admin/view/wp-slimstat-db.php:87
1422
+ #: ../admin/wp-slimstat-admin.php:997
1423
  msgid "Operating System"
1424
  msgstr ""
1425
 
1426
  #: ../admin/view/wp-slimstat-db.php:45 ../admin/view/wp-slimstat-db.php:88
1427
+ #: ../admin/wp-slimstat-admin.php:998
1428
  msgid "Permalink"
1429
  msgstr ""
1430
 
1431
+ #: ../admin/view/wp-slimstat-db.php:46 ../admin/wp-slimstat-admin.php:999
1432
  msgid "Referer"
1433
  msgstr ""
1434
 
1436
  msgid "Visitor's Username"
1437
  msgstr ""
1438
 
1439
+ #: ../admin/view/wp-slimstat-db.php:48 ../admin/wp-slimstat-admin.php:982
1440
  msgid "Outbound Link"
1441
  msgstr ""
1442
 
1453
  msgid "Browser Capabilities"
1454
  msgstr ""
1455
 
1456
+ #: ../admin/view/wp-slimstat-db.php:53 ../admin/wp-slimstat-admin.php:1011
1457
  msgid "Browser Version"
1458
  msgstr ""
1459
 
1460
+ #: ../admin/view/wp-slimstat-db.php:54 ../admin/wp-slimstat-admin.php:1012
1461
  msgid "Browser Type"
1462
  msgstr ""
1463
 
1464
+ #: ../admin/view/wp-slimstat-db.php:55 ../admin/wp-slimstat-admin.php:981
1465
  msgid "User Agent"
1466
  msgstr ""
1467
 
1473
  msgid "Server Latency"
1474
  msgstr ""
1475
 
1476
+ #: ../admin/view/wp-slimstat-db.php:58 ../admin/wp-slimstat-admin.php:1014
1477
  msgid "Post Author"
1478
  msgstr ""
1479
 
1480
+ #: ../admin/view/wp-slimstat-db.php:59 ../admin/wp-slimstat-admin.php:1015
1481
  msgid "Post Category ID"
1482
  msgstr ""
1483
 
1484
+ #: ../admin/view/wp-slimstat-db.php:61 ../admin/wp-slimstat-admin.php:1017
1485
  msgid "Resource Content Type"
1486
  msgstr ""
1487
 
1501
  msgid "Viewport Size"
1502
  msgstr ""
1503
 
1504
+ #: ../admin/view/wp-slimstat-db.php:66 ../admin/wp-slimstat-admin.php:1019
1505
  msgid "Visit ID"
1506
  msgstr ""
1507
 
1546
  msgstr ""
1547
 
1548
  #: ../admin/view/wp-slimstat-db.php:96
1549
+ #: ../admin/view/wp-slimstat-reports.php:1743
1550
  msgid "Type"
1551
  msgstr ""
1552
 
1590
  msgid "From search result page"
1591
  msgstr ""
1592
 
1593
+ #: ../admin/view/wp-slimstat-reports.php:77 ../admin/wp-slimstat-admin.php:974
1594
  msgid "Known Visitor"
1595
  msgstr ""
1596
 
1667
 
1668
  #: ../admin/view/wp-slimstat-reports.php:212
1669
  msgid ""
1670
+ "Slimstat retrieves live information from Alexa, Facebook and Mozscape, to "
1671
+ "measures your site's rankings. Values are updated every 12 hours. Please "
1672
+ "enter your personal access ID in the settings to access your personalized "
1673
+ "Mozscape data."
1674
  msgstr ""
1675
 
1676
  #: ../admin/view/wp-slimstat-reports.php:215
1688
  "note that visitors also include registered users."
1689
  msgstr ""
1690
 
1691
+ #: ../admin/view/wp-slimstat-reports.php:253
1692
  msgid "Unique Terms"
1693
  msgstr ""
1694
 
1700
  msgid "Human Visits"
1701
  msgstr ""
1702
 
1703
+ #: ../admin/view/wp-slimstat-reports.php:284
1704
+ #: ../admin/view/wp-slimstat-reports.php:1444
1705
  msgid "Visits"
1706
  msgstr ""
1707
 
1820
  msgid "Traffic Sources"
1821
  msgstr ""
1822
 
1823
+ #: ../admin/view/wp-slimstat-reports.php:525
1824
  msgid "Domains"
1825
  msgstr ""
1826
 
1951
  msgid "World Map"
1952
  msgstr ""
1953
 
1954
+ #: ../admin/view/wp-slimstat-reports.php:944
1955
  msgid "Refresh"
1956
  msgstr ""
1957
 
1958
+ #: ../admin/view/wp-slimstat-reports.php:981
1959
  #, php-format
1960
  msgid "Results %s - %s of %s"
1961
  msgstr ""
1962
 
1963
+ #: ../admin/view/wp-slimstat-reports.php:983
1964
  msgid "Refresh in"
1965
  msgstr ""
1966
 
1967
+ #: ../admin/view/wp-slimstat-reports.php:1082
1968
  msgid "Category ID"
1969
  msgstr ""
1970
 
1971
+ #: ../admin/view/wp-slimstat-reports.php:1087
1972
+ #: ../admin/view/wp-slimstat-reports.php:1101
1973
+ #: ../admin/view/wp-slimstat-reports.php:1106
1974
  msgid "Code"
1975
  msgstr ""
1976
 
1977
+ #: ../admin/view/wp-slimstat-reports.php:1102
1978
+ #: ../languages/dynamic_strings.php:339 ../wp-slimstat.php:1385
1979
  msgid "l-"
1980
  msgstr "Unknown"
1981
 
1982
+ #: ../admin/view/wp-slimstat-reports.php:1119
1983
  msgid "URL"
1984
  msgstr ""
1985
 
1986
+ #: ../admin/view/wp-slimstat-reports.php:1132
1987
  msgid "Referrer"
1988
  msgstr ""
1989
 
1990
+ #: ../admin/view/wp-slimstat-reports.php:1174
1991
+ #: ../admin/view/wp-slimstat-reports.php:1428
1992
+ #: ../admin/view/wp-slimstat-reports.php:1484
1993
+ #: ../admin/view/wp-slimstat-reports.php:1490
1994
+ #: ../admin/view/wp-slimstat-reports.php:1496
1995
+ #: ../admin/view/wp-slimstat-reports.php:1502
1996
+ #: ../admin/view/wp-slimstat-reports.php:1508
1997
+ #: ../admin/view/wp-slimstat-reports.php:1514
1998
+ #: ../admin/view/wp-slimstat-reports.php:1520
1999
+ #: ../admin/view/wp-slimstat-reports.php:1750
2000
  msgid "Hits"
2001
  msgstr ""
2002
 
2003
+ #: ../admin/view/wp-slimstat-reports.php:1355
2004
  msgid "Dataset Size"
2005
  msgstr ""
2006
 
2007
+ #: ../admin/view/wp-slimstat-reports.php:1357
2008
  msgid "Total number of records stored in the database."
2009
  msgstr ""
2010
 
2011
+ #: ../admin/view/wp-slimstat-reports.php:1359
2012
  msgid "DB Size"
2013
  msgstr ""
2014
 
2015
+ #: ../admin/view/wp-slimstat-reports.php:1362
2016
  msgid "Tracking Enabled"
2017
  msgstr ""
2018
 
2019
+ #: ../admin/view/wp-slimstat-reports.php:1365
2020
  msgid "Javascript Mode"
2021
  msgstr ""
2022
 
2023
+ #: ../admin/view/wp-slimstat-reports.php:1368
2024
  msgid "Tracking Browser Caps"
2025
  msgstr ""
2026
 
2027
+ #: ../admin/view/wp-slimstat-reports.php:1371
2028
  msgid "Auto purge"
2029
  msgstr ""
2030
 
2031
+ #: ../admin/view/wp-slimstat-reports.php:1374
2032
  msgid "Oldest pageview"
2033
  msgstr ""
2034
 
2035
+ #: ../admin/view/wp-slimstat-reports.php:1375
2036
  msgid "No visits"
2037
  msgstr ""
2038
 
2039
+ #: ../admin/view/wp-slimstat-reports.php:1377
2040
  #: ../admin/wp-slimstat-admin.php:112
2041
  msgid "Geolocation"
2042
  msgstr ""
2043
 
2044
+ #: ../admin/view/wp-slimstat-reports.php:1379
2045
  msgid "Date when the MaxMind Geolocation database was last updated."
2046
  msgstr ""
2047
 
2048
+ #: ../admin/view/wp-slimstat-reports.php:1390
2049
+ #: ../admin/view/wp-slimstat-reports.php:1548
2050
  msgid ""
2051
  "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
2052
  "the tracking code is executed."
2053
  msgstr ""
2054
 
2055
+ #: ../admin/view/wp-slimstat-reports.php:1392
2056
  msgid "Days in Range"
2057
  msgstr ""
2058
 
2059
+ #: ../admin/view/wp-slimstat-reports.php:1395
2060
  msgid "Average Daily Pageviews"
2061
  msgstr ""
2062
 
2063
+ #: ../admin/view/wp-slimstat-reports.php:1397
2064
  msgid ""
2065
  "How many pages have been visited on average every day during the current "
2066
  "period."
2067
  msgstr ""
2068
 
2069
+ #: ../admin/view/wp-slimstat-reports.php:1399
2070
  msgid "From Search Results"
2071
  msgstr ""
2072
 
2073
+ #: ../admin/view/wp-slimstat-reports.php:1401
2074
  msgid ""
2075
  "Visitors who landed on your site after searching for a keyword on Google, "
2076
  "Yahoo, etc."
2077
  msgstr ""
2078
 
2079
+ #: ../admin/view/wp-slimstat-reports.php:1405
2080
  msgid ""
2081
  "Used to differentiate between multiple requests to download a file from one "
2082
  "internet address (IP) and requests originating from many distinct addresses"
2083
  msgstr ""
2084
 
2085
+ #: ../admin/view/wp-slimstat-reports.php:1407
2086
  msgid "Last 30 minutes"
2087
  msgstr ""
2088
 
2089
+ #: ../admin/view/wp-slimstat-reports.php:1446
2090
  msgid ""
2091
  "A visit is a session of at most 30 minutes. Returning visitors are counted "
2092
  "multiple times if they perform multiple visits."
2093
  msgstr ""
2094
 
2095
+ #: ../admin/view/wp-slimstat-reports.php:1450
2096
  msgid "It includes only traffic generated by human visitors."
2097
  msgstr ""
2098
 
2099
+ #: ../admin/view/wp-slimstat-reports.php:1452
2100
  msgid "Bounce rate"
2101
  msgstr ""
2102
 
2103
+ #: ../admin/view/wp-slimstat-reports.php:1454
2104
  msgid ""
2105
  "Percentage of single-page visits, i.e. visits in which the person left your "
2106
  "site from the entrance page."
2107
  msgstr ""
2108
 
2109
+ #: ../admin/view/wp-slimstat-reports.php:1456
2110
  msgid "Known visitors"
2111
  msgstr ""
2112
 
2113
+ #: ../admin/view/wp-slimstat-reports.php:1458
2114
  msgid "Visitors who had previously left a comment on your blog."
2115
  msgstr ""
2116
 
2117
+ #: ../admin/view/wp-slimstat-reports.php:1460
2118
  msgid "New visitors"
2119
  msgstr ""
2120
 
2121
+ #: ../admin/view/wp-slimstat-reports.php:1462
2122
  msgid "Human users who visited your site only once."
2123
  msgstr ""
2124
 
2125
+ #: ../admin/view/wp-slimstat-reports.php:1464
2126
  msgid "Bots"
2127
  msgstr ""
2128
 
2129
+ #: ../admin/view/wp-slimstat-reports.php:1467
2130
  msgid "Pageviews per visit"
2131
  msgstr ""
2132
 
2133
+ #: ../admin/view/wp-slimstat-reports.php:1470
2134
  msgid "Longest visit"
2135
  msgstr ""
2136
 
2137
+ #: ../admin/view/wp-slimstat-reports.php:1471
2138
  msgid "hits"
2139
  msgstr ""
2140
 
2141
+ #: ../admin/view/wp-slimstat-reports.php:1482
2142
  msgid "0 - 30 seconds"
2143
  msgstr ""
2144
 
2145
+ #: ../admin/view/wp-slimstat-reports.php:1488
2146
  msgid "31 - 60 seconds"
2147
  msgstr ""
2148
 
2149
+ #: ../admin/view/wp-slimstat-reports.php:1494
2150
  msgid "1 - 3 minutes"
2151
  msgstr ""
2152
 
2153
+ #: ../admin/view/wp-slimstat-reports.php:1500
2154
  msgid "3 - 5 minutes"
2155
  msgstr ""
2156
 
2157
+ #: ../admin/view/wp-slimstat-reports.php:1506
2158
  msgid "5 - 7 minutes"
2159
  msgstr ""
2160
 
2161
+ #: ../admin/view/wp-slimstat-reports.php:1512
2162
  msgid "7 - 10 minutes"
2163
  msgstr ""
2164
 
2165
+ #: ../admin/view/wp-slimstat-reports.php:1518
2166
  msgid "More than 10 minutes"
2167
  msgstr ""
2168
 
2169
+ #: ../admin/view/wp-slimstat-reports.php:1530
2170
  msgid "Average visit duration"
2171
  msgstr ""
2172
 
2173
+ #: ../admin/view/wp-slimstat-reports.php:1550
2174
  msgid "Unique Referrers"
2175
  msgstr ""
2176
 
2177
+ #: ../admin/view/wp-slimstat-reports.php:1552
2178
  msgid ""
2179
  "A referrer (or referring site) is the site that a visitor previously visited "
2180
  "before following a link to your site."
2181
  msgstr ""
2182
 
2183
+ #: ../admin/view/wp-slimstat-reports.php:1554
2184
  msgid "Direct Pageviews"
2185
  msgstr ""
2186
 
2187
+ #: ../admin/view/wp-slimstat-reports.php:1556
2188
  msgid ""
2189
  "Visitors who visited the site by typing the URL directly into their browser. "
2190
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
2192
  "documents that don't include tracking variables."
2193
  msgstr ""
2194
 
2195
+ #: ../admin/view/wp-slimstat-reports.php:1558
2196
  msgid "From a search result"
2197
  msgstr ""
2198
 
2199
+ #: ../admin/view/wp-slimstat-reports.php:1560
2200
  msgid ""
2201
  "Visitors who came to your site via searches on Google or some other search "
2202
  "engine."
2203
  msgstr ""
2204
 
2205
+ #: ../admin/view/wp-slimstat-reports.php:1562
2206
  msgid "Unique Landing Pages"
2207
  msgstr ""
2208
 
2209
+ #: ../admin/view/wp-slimstat-reports.php:1564
2210
  msgid ""
2211
  "The first page that a user views during a session. This is also known as the "
2212
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
2214
  "a landing page."
2215
  msgstr ""
2216
 
2217
+ #: ../admin/view/wp-slimstat-reports.php:1566
2218
  msgid "Bounce Pages"
2219
  msgstr ""
2220
 
2221
+ #: ../admin/view/wp-slimstat-reports.php:1568
2222
  msgid "Number of single page visits to your site over the selected period."
2223
  msgstr ""
2224
 
2225
+ #: ../admin/view/wp-slimstat-reports.php:1570
2226
  msgid "New Visitors Rate"
2227
  msgstr ""
2228
 
2229
+ #: ../admin/view/wp-slimstat-reports.php:1572
2230
  msgid ""
2231
  "Percentage of single page visits, i.e. visits in which the person left your "
2232
  "site from the entrance page."
2233
  msgstr ""
2234
 
2235
+ #: ../admin/view/wp-slimstat-reports.php:1574
2236
  msgid "Currently from search engines"
2237
  msgstr ""
2238
 
2239
+ #: ../admin/view/wp-slimstat-reports.php:1576
2240
  msgid ""
2241
  "Visitors who visited the site in the last 5 minutes coming from a search "
2242
  "engine."
2243
  msgstr ""
2244
 
2245
+ #: ../admin/view/wp-slimstat-reports.php:1656
2246
+ msgid ""
2247
+ "Number of authority-passing links (including followed links and redirects, "
2248
+ "internal or external) to your website. Set the permalink filter here above "
2249
+ "to get the corresponding metrics in this report."
2250
  msgstr ""
2251
 
2252
+ #: ../admin/view/wp-slimstat-reports.php:1657
2253
+ msgid "Equity Links"
2254
  msgstr ""
2255
 
2256
+ #: ../admin/view/wp-slimstat-reports.php:1658
2257
+ msgid "Number of external equity links to your website."
2258
  msgstr ""
2259
 
2260
+ #: ../admin/view/wp-slimstat-reports.php:1659
2261
+ msgid "Backlinks"
2262
  msgstr ""
2263
 
2264
+ #: ../admin/view/wp-slimstat-reports.php:1660
2265
  msgid ""
2266
+ "MozRank of the URL, in a normalized 10-point score. MozRank represents a "
2267
+ "link popularity score. It reflects the importance of any given web page on "
2268
+ "the Internet."
2269
  msgstr ""
2270
 
2271
+ #: ../admin/view/wp-slimstat-reports.php:1661
2272
+ msgid "MozRank"
2273
  msgstr ""
2274
 
2275
+ #: ../admin/view/wp-slimstat-reports.php:1662
2276
  msgid ""
2277
+ "Alexa is a subsidiary company of Amazon.com which provides commercial web "
2278
+ "traffic data."
2279
  msgstr ""
2280
 
2281
+ #: ../admin/view/wp-slimstat-reports.php:1663
2282
+ msgid "Alexa World Rank"
2283
  msgstr ""
2284
 
2285
+ #: ../admin/view/wp-slimstat-reports.php:1664
2286
+ msgid "Alexa Country Rank"
2287
  msgstr ""
2288
 
2289
+ #: ../admin/view/wp-slimstat-reports.php:1665
2290
+ msgid "Alexa Popularity"
2291
  msgstr ""
2292
 
2293
+ #: ../admin/view/wp-slimstat-reports.php:1666
2294
  msgid ""
2295
+ "How many times your site has been shared by someone on the social network."
 
2296
  msgstr ""
2297
 
2298
+ #: ../admin/view/wp-slimstat-reports.php:1667
2299
+ msgid "Facebook Shares"
2300
  msgstr ""
2301
 
2302
+ #: ../admin/view/wp-slimstat-reports.php:1668
2303
+ msgid "How many times links to your website have been clicked on Facebook."
2304
  msgstr ""
2305
 
2306
+ #: ../admin/view/wp-slimstat-reports.php:1669
2307
+ msgid "Facebook Clicks"
2308
  msgstr ""
2309
 
2310
+ #: ../admin/view/wp-slimstat-reports.php:1680
2311
  msgid "Content Items"
2312
  msgstr ""
2313
 
2314
+ #: ../admin/view/wp-slimstat-reports.php:1682
2315
  msgid ""
2316
  "This value includes not only posts, but also custom post types, regardless "
2317
  "of their status"
2318
  msgstr ""
2319
 
2320
+ #: ../admin/view/wp-slimstat-reports.php:1684
2321
  msgid "Posts"
2322
  msgstr ""
2323
 
2324
+ #: ../admin/view/wp-slimstat-reports.php:1687
2325
  msgid "Pages"
2326
  msgstr ""
2327
 
2328
+ #: ../admin/view/wp-slimstat-reports.php:1690
2329
  msgid "Attachments"
2330
  msgstr ""
2331
 
2332
+ #: ../admin/view/wp-slimstat-reports.php:1693
2333
  msgid "Revisions"
2334
  msgstr ""
2335
 
2336
+ #: ../admin/view/wp-slimstat-reports.php:1696
2337
  msgid "Comments"
2338
  msgstr ""
2339
 
2340
+ #: ../admin/view/wp-slimstat-reports.php:1699
2341
  msgid "Avg Comments per Post"
2342
  msgstr ""
2343
 
2344
+ #: ../admin/view/wp-slimstat-reports.php:1702
2345
  msgid "Avg Server Latency"
2346
  msgstr ""
2347
 
2348
+ #: ../admin/view/wp-slimstat-reports.php:1704
2349
  msgid ""
2350
  "Latency is the amount of time it takes for the host server to receive and "
2351
  "process a request for a page object. The amount of latency depends largely "
2352
  "on how far away the user is from the server."
2353
  msgstr ""
2354
 
2355
+ #: ../admin/view/wp-slimstat-reports.php:1747
2356
  msgid "Coordinates"
2357
  msgstr ""
2358
 
2359
+ #: ../admin/view/wp-slimstat-reports.php:1747
2360
  msgid "Date"
2361
  msgstr ""
2362
 
2363
  # Unknown
2364
+ #: ../admin/view/wp-slimstat-reports.php:1763
2365
  msgid "c-xx"
2366
  msgstr "Unknown"
2367
 
2368
  # Afghanistan
2369
+ #: ../admin/view/wp-slimstat-reports.php:1763
2370
  msgid "c-af"
2371
  msgstr "Afghanistan"
2372
 
2373
  # Åland Islands
2374
+ #: ../admin/view/wp-slimstat-reports.php:1763
2375
  msgid "c-ax"
2376
  msgstr "Aland Islands"
2377
 
2378
  # Albania
2379
+ #: ../admin/view/wp-slimstat-reports.php:1763
2380
  msgid "c-al"
2381
  msgstr "Albania"
2382
 
2383
  # Algeria
2384
+ #: ../admin/view/wp-slimstat-reports.php:1763
2385
  msgid "c-dz"
2386
  msgstr "Algeria"
2387
 
2388
  # Andorra
2389
+ #: ../admin/view/wp-slimstat-reports.php:1763
2390
  msgid "c-ad"
2391
  msgstr "Andorra"
2392
 
2393
  # Angola
2394
+ #: ../admin/view/wp-slimstat-reports.php:1763
2395
  msgid "c-ao"
2396
  msgstr "Angola"
2397
 
2398
  # Anguilla
2399
+ #: ../admin/view/wp-slimstat-reports.php:1763
2400
  msgid "c-ai"
2401
  msgstr "Anguilla"
2402
 
2403
  # Antigua and Barbuda
2404
+ #: ../admin/view/wp-slimstat-reports.php:1763
2405
  msgid "c-ag"
2406
  msgstr "Antigua and Barbuda"
2407
 
2408
  # Argentina
2409
+ #: ../admin/view/wp-slimstat-reports.php:1763
2410
  msgid "c-ar"
2411
  msgstr "Argentina"
2412
 
2413
  # Armenia
2414
+ #: ../admin/view/wp-slimstat-reports.php:1763
2415
  msgid "c-am"
2416
  msgstr "Armenia"
2417
 
2418
  # Aruba
2419
+ #: ../admin/view/wp-slimstat-reports.php:1763
2420
  msgid "c-aw"
2421
  msgstr "Aruba"
2422
 
2423
  # Australia
2424
+ #: ../admin/view/wp-slimstat-reports.php:1763
2425
  msgid "c-au"
2426
  msgstr "Australia"
2427
 
2428
  # Austria
2429
+ #: ../admin/view/wp-slimstat-reports.php:1763
2430
  msgid "c-at"
2431
  msgstr "Austria"
2432
 
2433
  # Azerbaijan
2434
+ #: ../admin/view/wp-slimstat-reports.php:1763
2435
  msgid "c-az"
2436
  msgstr "Azerbaijan"
2437
 
2438
  # Bahamas
2439
+ #: ../admin/view/wp-slimstat-reports.php:1763
2440
  msgid "c-bs"
2441
  msgstr "Bahamas"
2442
 
2443
  # Bahrain
2444
+ #: ../admin/view/wp-slimstat-reports.php:1763
2445
  msgid "c-bh"
2446
  msgstr "Bahrain"
2447
 
2448
  # Bangladesh
2449
+ #: ../admin/view/wp-slimstat-reports.php:1763
2450
  msgid "c-bd"
2451
  msgstr "Bangladesh"
2452
 
2453
  # Barbados
2454
+ #: ../admin/view/wp-slimstat-reports.php:1763
2455
  msgid "c-bb"
2456
  msgstr "Barbados"
2457
 
2458
  # Belarus
2459
+ #: ../admin/view/wp-slimstat-reports.php:1763
2460
  msgid "c-by"
2461
  msgstr "Belarus"
2462
 
2463
  # Belgium
2464
+ #: ../admin/view/wp-slimstat-reports.php:1763
2465
  msgid "c-be"
2466
  msgstr "Belgium"
2467
 
2468
  # Belize
2469
+ #: ../admin/view/wp-slimstat-reports.php:1763
2470
  msgid "c-bz"
2471
  msgstr "Belize"
2472
 
2473
  # Benin
2474
+ #: ../admin/view/wp-slimstat-reports.php:1763
2475
  msgid "c-bj"
2476
  msgstr "Benin"
2477
 
2478
  # Bermuda
2479
+ #: ../admin/view/wp-slimstat-reports.php:1763
2480
  msgid "c-bm"
2481
  msgstr "Bermuda"
2482
 
2483
  # Bhutan
2484
+ #: ../admin/view/wp-slimstat-reports.php:1763
2485
  msgid "c-bt"
2486
  msgstr "Bhutan"
2487
 
2488
  # Bolivia
2489
+ #: ../admin/view/wp-slimstat-reports.php:1763
2490
  msgid "c-bo"
2491
  msgstr "Bolivia"
2492
 
2493
  # Bosnia and Herzegovina
2494
+ #: ../admin/view/wp-slimstat-reports.php:1763
2495
  msgid "c-ba"
2496
  msgstr "Bosnia and Herzegovina"
2497
 
2498
  # Botswana
2499
+ #: ../admin/view/wp-slimstat-reports.php:1763
2500
  msgid "c-bw"
2501
  msgstr "Botswana"
2502
 
2503
  # Brazil
2504
+ #: ../admin/view/wp-slimstat-reports.php:1763
2505
  msgid "c-br"
2506
  msgstr "Brazil"
2507
 
2508
  # Brunei Darussalam
2509
+ #: ../admin/view/wp-slimstat-reports.php:1763
2510
  msgid "c-bn"
2511
  msgstr "Brunei Darussalam"
2512
 
2513
  # Bulgaria
2514
+ #: ../admin/view/wp-slimstat-reports.php:1763
2515
  msgid "c-bg"
2516
  msgstr "Bulgaria"
2517
 
2518
  # Burkina Faso
2519
+ #: ../admin/view/wp-slimstat-reports.php:1763
2520
  msgid "c-bf"
2521
  msgstr "Burkina Faso"
2522
 
2523
  # Burundi
2524
+ #: ../admin/view/wp-slimstat-reports.php:1763
2525
  msgid "c-bi"
2526
  msgstr "Burundi"
2527
 
2528
  # Cambodia
2529
+ #: ../admin/view/wp-slimstat-reports.php:1763
2530
  msgid "c-kh"
2531
  msgstr "Cambodia"
2532
 
2533
  # Cameroon
2534
+ #: ../admin/view/wp-slimstat-reports.php:1763
2535
  msgid "c-cm"
2536
  msgstr "Cameroon"
2537
 
2538
  # Canada
2539
+ #: ../admin/view/wp-slimstat-reports.php:1763
2540
  msgid "c-ca"
2541
  msgstr "Canada"
2542
 
2543
  # Cape Verde
2544
+ #: ../admin/view/wp-slimstat-reports.php:1763
2545
  msgid "c-cv"
2546
  msgstr "Cape Verde"
2547
 
2548
  # Cayman Islands
2549
+ #: ../admin/view/wp-slimstat-reports.php:1763
2550
  msgid "c-ky"
2551
  msgstr "Cayman Islands"
2552
 
2553
  # Central African Republic
2554
+ #: ../admin/view/wp-slimstat-reports.php:1763
2555
  msgid "c-cf"
2556
  msgstr "Central African Republic"
2557
 
2558
  # Chad
2559
+ #: ../admin/view/wp-slimstat-reports.php:1763
2560
  msgid "c-td"
2561
  msgstr "Chad"
2562
 
2563
  # Chile
2564
+ #: ../admin/view/wp-slimstat-reports.php:1763
2565
  msgid "c-cl"
2566
  msgstr "Chile"
2567
 
2568
  # China
2569
+ #: ../admin/view/wp-slimstat-reports.php:1763
2570
  msgid "c-cn"
2571
  msgstr "China"
2572
 
2573
  # Colombia
2574
+ #: ../admin/view/wp-slimstat-reports.php:1763
2575
  msgid "c-co"
2576
  msgstr "Colombia"
2577
 
2578
  # Comoros
2579
+ #: ../admin/view/wp-slimstat-reports.php:1763
2580
  msgid "c-km"
2581
  msgstr "Comoros"
2582
 
2583
  # Congo
2584
+ #: ../admin/view/wp-slimstat-reports.php:1763
2585
  msgid "c-cg"
2586
  msgstr "Congo"
2587
 
2588
  # The Democratic Republic of the Congo
2589
+ #: ../admin/view/wp-slimstat-reports.php:1763
2590
  msgid "c-cd"
2591
  msgstr "The Democratic Republic of the Congo"
2592
 
2593
  # Costa Rica
2594
+ #: ../admin/view/wp-slimstat-reports.php:1763
2595
  msgid "c-cr"
2596
  msgstr "Costa Rica"
2597
 
2598
  # Côte d'Ivoire
2599
+ #: ../admin/view/wp-slimstat-reports.php:1763
2600
  msgid "c-ci"
2601
  msgstr "Côte d'Ivoire"
2602
 
2603
  # Croatia
2604
+ #: ../admin/view/wp-slimstat-reports.php:1763
2605
  msgid "c-hr"
2606
  msgstr "Croatia"
2607
 
2608
  # Cuba
2609
+ #: ../admin/view/wp-slimstat-reports.php:1763
2610
  msgid "c-cu"
2611
  msgstr "Cuba"
2612
 
2613
  # Cyprus
2614
+ #: ../admin/view/wp-slimstat-reports.php:1763
2615
  msgid "c-cy"
2616
  msgstr "Cyprus"
2617
 
2618
  # Czech Republic
2619
+ #: ../admin/view/wp-slimstat-reports.php:1763
2620
  msgid "c-cz"
2621
  msgstr "Czech Republic"
2622
 
2623
  # Denmark
2624
+ #: ../admin/view/wp-slimstat-reports.php:1763
2625
  msgid "c-dk"
2626
  msgstr "Denmark"
2627
 
2628
  # Djibouti
2629
+ #: ../admin/view/wp-slimstat-reports.php:1763
2630
  msgid "c-dj"
2631
  msgstr "Djibouti"
2632
 
2633
  # Dominica
2634
+ #: ../admin/view/wp-slimstat-reports.php:1763
2635
  msgid "c-dm"
2636
  msgstr "Dominica"
2637
 
2638
  # Dominican Republic
2639
+ #: ../admin/view/wp-slimstat-reports.php:1763
2640
  msgid "c-do"
2641
  msgstr "Dominican Republic"
2642
 
2643
  # Ecuador
2644
+ #: ../admin/view/wp-slimstat-reports.php:1763
2645
  msgid "c-ec"
2646
  msgstr "Ecuador"
2647
 
2648
  # Egypt
2649
+ #: ../admin/view/wp-slimstat-reports.php:1763
2650
  msgid "c-eg"
2651
  msgstr "Egypt"
2652
 
2653
  # El Salvador
2654
+ #: ../admin/view/wp-slimstat-reports.php:1763
2655
  msgid "c-sv"
2656
  msgstr "El Salvador"
2657
 
2658
  # Equatorial Guinea
2659
+ #: ../admin/view/wp-slimstat-reports.php:1763
2660
  msgid "c-gq"
2661
  msgstr "Equatorial Guinea"
2662
 
2663
  # Eritrea
2664
+ #: ../admin/view/wp-slimstat-reports.php:1763
2665
  msgid "c-er"
2666
  msgstr "Eritrea"
2667
 
2668
  # Estonia
2669
+ #: ../admin/view/wp-slimstat-reports.php:1763
2670
  msgid "c-ee"
2671
  msgstr "Estonia"
2672
 
2673
  # Ethiopia
2674
+ #: ../admin/view/wp-slimstat-reports.php:1763
2675
  msgid "c-et"
2676
  msgstr "Ethiopia"
2677
 
2678
  # Faroe Islands
2679
+ #: ../admin/view/wp-slimstat-reports.php:1763
2680
  msgid "c-fo"
2681
  msgstr "Faroe Islands"
2682
 
2683
  # Falkland Islands (Malvinas)
2684
+ #: ../admin/view/wp-slimstat-reports.php:1763
2685
  msgid "c-fk"
2686
  msgstr "Falkland Islands (Malvinas)"
2687
 
2688
  # Fiji
2689
+ #: ../admin/view/wp-slimstat-reports.php:1763
2690
  msgid "c-fj"
2691
  msgstr "Fiji"
2692
 
2693
  # Finland
2694
+ #: ../admin/view/wp-slimstat-reports.php:1763
2695
  msgid "c-fi"
2696
  msgstr "Finland"
2697
 
2698
  # France
2699
+ #: ../admin/view/wp-slimstat-reports.php:1763
2700
  msgid "c-fr"
2701
  msgstr "France"
2702
 
2703
  # French Guiana
2704
+ #: ../admin/view/wp-slimstat-reports.php:1763
2705
  msgid "c-gf"
2706
  msgstr "French Guiana"
2707
 
2708
  # Gabon
2709
+ #: ../admin/view/wp-slimstat-reports.php:1763
2710
  msgid "c-ga"
2711
  msgstr "Gabon"
2712
 
2713
  # Gambia
2714
+ #: ../admin/view/wp-slimstat-reports.php:1763
2715
  msgid "c-gm"
2716
  msgstr "Gambia"
2717
 
2718
  # Georgia
2719
+ #: ../admin/view/wp-slimstat-reports.php:1763
2720
  msgid "c-ge"
2721
  msgstr "Georgia"
2722
 
2723
  # Germany
2724
+ #: ../admin/view/wp-slimstat-reports.php:1763
2725
  msgid "c-de"
2726
  msgstr "Germany"
2727
 
2728
  # Ghana
2729
+ #: ../admin/view/wp-slimstat-reports.php:1763
2730
  msgid "c-gh"
2731
  msgstr "Ghana"
2732
 
2733
  # Greece
2734
+ #: ../admin/view/wp-slimstat-reports.php:1763
2735
  msgid "c-gr"
2736
  msgstr "Greece"
2737
 
2738
  # Greenland
2739
+ #: ../admin/view/wp-slimstat-reports.php:1763
2740
  msgid "c-gl"
2741
  msgstr "Greenland"
2742
 
2743
  # Grenada
2744
+ #: ../admin/view/wp-slimstat-reports.php:1763
2745
  msgid "c-gd"
2746
  msgstr "Grenada"
2747
 
2748
  # Guadeloupe
2749
+ #: ../admin/view/wp-slimstat-reports.php:1763
2750
  msgid "c-gp"
2751
  msgstr "Guadeloupe"
2752
 
2753
  # Guatemala
2754
+ #: ../admin/view/wp-slimstat-reports.php:1763
2755
  msgid "c-gt"
2756
  msgstr "Guatemala"
2757
 
2758
  # Guinea
2759
+ #: ../admin/view/wp-slimstat-reports.php:1763
2760
  msgid "c-gn"
2761
  msgstr "Guinea"
2762
 
2763
  # Guinea-Bissau
2764
+ #: ../admin/view/wp-slimstat-reports.php:1763
2765
  msgid "c-gw"
2766
  msgstr "Guinea-Bissau"
2767
 
2768
  # Guyana
2769
+ #: ../admin/view/wp-slimstat-reports.php:1763
2770
  msgid "c-gy"
2771
  msgstr "Guyana"
2772
 
2773
  # Haiti
2774
+ #: ../admin/view/wp-slimstat-reports.php:1763
2775
  msgid "c-ht"
2776
  msgstr "Haiti"
2777
 
2778
  # Honduras
2779
+ #: ../admin/view/wp-slimstat-reports.php:1763
2780
  msgid "c-hn"
2781
  msgstr "Honduras"
2782
 
2783
  # Hong Kong
2784
+ #: ../admin/view/wp-slimstat-reports.php:1763
2785
  msgid "c-hk"
2786
  msgstr "Hong Kong"
2787
 
2788
  # Hungary
2789
+ #: ../admin/view/wp-slimstat-reports.php:1763
2790
  msgid "c-hu"
2791
  msgstr "Hungary"
2792
 
2793
  # Iceland
2794
+ #: ../admin/view/wp-slimstat-reports.php:1763
2795
  msgid "c-is"
2796
  msgstr "Iceland"
2797
 
2798
  # India
2799
+ #: ../admin/view/wp-slimstat-reports.php:1763
2800
  msgid "c-in"
2801
  msgstr "India"
2802
 
2803
  # Indonesia
2804
+ #: ../admin/view/wp-slimstat-reports.php:1763
2805
  msgid "c-id"
2806
  msgstr "Indonesia"
2807
 
2808
  # Islamic Republic of Iran
2809
+ #: ../admin/view/wp-slimstat-reports.php:1763
2810
  msgid "c-ir"
2811
  msgstr "Islamic Republic of Iran"
2812
 
2813
  # Iraq
2814
+ #: ../admin/view/wp-slimstat-reports.php:1763
2815
  msgid "c-iq"
2816
  msgstr "Iraq"
2817
 
2818
  # Ireland
2819
+ #: ../admin/view/wp-slimstat-reports.php:1763
2820
  msgid "c-ie"
2821
  msgstr "Ireland"
2822
 
2823
  # Israel
2824
+ #: ../admin/view/wp-slimstat-reports.php:1763
2825
  msgid "c-il"
2826
  msgstr "Israel"
2827
 
2828
  # Italy
2829
+ #: ../admin/view/wp-slimstat-reports.php:1763
2830
  msgid "c-it"
2831
  msgstr "Italy"
2832
 
2833
  # Jamaica
2834
+ #: ../admin/view/wp-slimstat-reports.php:1763
2835
  msgid "c-jm"
2836
  msgstr "Jamaica"
2837
 
2838
  # Japan
2839
+ #: ../admin/view/wp-slimstat-reports.php:1763
2840
  msgid "c-jp"
2841
  msgstr "Japan"
2842
 
2843
  # Jordan
2844
+ #: ../admin/view/wp-slimstat-reports.php:1763
2845
  msgid "c-jo"
2846
  msgstr "Jordan"
2847
 
2848
  # Kazakhstan
2849
+ #: ../admin/view/wp-slimstat-reports.php:1763
2850
  msgid "c-kz"
2851
  msgstr "Kazakhstan"
2852
 
2853
  # Kenya
2854
+ #: ../admin/view/wp-slimstat-reports.php:1763
2855
  msgid "c-ke"
2856
  msgstr "Kenya"
2857
 
2858
  # Nauru
2859
+ #: ../admin/view/wp-slimstat-reports.php:1763
2860
  msgid "c-nr"
2861
  msgstr "Nauru"
2862
 
2863
  # Democratic People's Republic of Korea
2864
+ #: ../admin/view/wp-slimstat-reports.php:1763
2865
  msgid "c-kp"
2866
  msgstr "Democratic People's Republic of Korea"
2867
 
2868
  # Republic of Korea
2869
+ #: ../admin/view/wp-slimstat-reports.php:1763
2870
  msgid "c-kr"
2871
  msgstr "Republic of Korea"
2872
 
2873
+ #: ../admin/view/wp-slimstat-reports.php:1763
2874
  msgid "c-kv"
2875
  msgstr "Kosovo"
2876
 
2877
  # Kuwait
2878
+ #: ../admin/view/wp-slimstat-reports.php:1763
2879
  msgid "c-kw"
2880
  msgstr "Kuwait"
2881
 
2882
  # Kyrgyzstan
2883
+ #: ../admin/view/wp-slimstat-reports.php:1763
2884
  msgid "c-kg"
2885
  msgstr "Kyrgyzstan"
2886
 
2887
  # Lao People's Democratic Republic
2888
+ #: ../admin/view/wp-slimstat-reports.php:1763
2889
  msgid "c-la"
2890
  msgstr "Lao People's Democratic Republic"
2891
 
2892
  # Latvia
2893
+ #: ../admin/view/wp-slimstat-reports.php:1763
2894
  msgid "c-lv"
2895
  msgstr "Latvia"
2896
 
2897
  # Lebanon
2898
+ #: ../admin/view/wp-slimstat-reports.php:1763
2899
  msgid "c-lb"
2900
  msgstr "Lebanon"
2901
 
2902
  # Lesotho
2903
+ #: ../admin/view/wp-slimstat-reports.php:1763
2904
  msgid "c-ls"
2905
  msgstr "Lesotho"
2906
 
2907
  # Liberia
2908
+ #: ../admin/view/wp-slimstat-reports.php:1763
2909
  msgid "c-lr"
2910
  msgstr "Liberia"
2911
 
2912
  # Libyan Arab Jamahiriya
2913
+ #: ../admin/view/wp-slimstat-reports.php:1763
2914
  msgid "c-ly"
2915
  msgstr "Libyan Arab Jamahiriya"
2916
 
2917
  # Liechtenstein
2918
+ #: ../admin/view/wp-slimstat-reports.php:1763
2919
  msgid "c-li"
2920
  msgstr "Liechtenstein"
2921
 
2922
  # Lithuania
2923
+ #: ../admin/view/wp-slimstat-reports.php:1763
2924
  msgid "c-lt"
2925
  msgstr "Lithuania"
2926
 
2927
  # Luxembourg
2928
+ #: ../admin/view/wp-slimstat-reports.php:1763
2929
  msgid "c-lu"
2930
  msgstr "Luxembourg"
2931
 
2932
  # The Former Yugoslav Republic of Macedonia
2933
+ #: ../admin/view/wp-slimstat-reports.php:1763
2934
  msgid "c-mk"
2935
  msgstr "The Former Yugoslav Republic of Macedonia"
2936
 
2937
  # Madagascar
2938
+ #: ../admin/view/wp-slimstat-reports.php:1763
2939
  msgid "c-mg"
2940
  msgstr "Madagascar"
2941
 
2942
  # Malawi
2943
+ #: ../admin/view/wp-slimstat-reports.php:1763
2944
  msgid "c-mw"
2945
  msgstr "Malawi"
2946
 
2947
  # Malaysia
2948
+ #: ../admin/view/wp-slimstat-reports.php:1763
2949
  msgid "c-my"
2950
  msgstr "Malaysia"
2951
 
2952
  # Mali
2953
+ #: ../admin/view/wp-slimstat-reports.php:1763
2954
  msgid "c-ml"
2955
  msgstr "Mali"
2956
 
2957
  # Malta
2958
+ #: ../admin/view/wp-slimstat-reports.php:1763
2959
  msgid "c-mt"
2960
  msgstr "Malta"
2961
 
2962
  # Martinique
2963
+ #: ../admin/view/wp-slimstat-reports.php:1763
2964
  msgid "c-mq"
2965
  msgstr "Martinique"
2966
 
2967
  # Mauritania
2968
+ #: ../admin/view/wp-slimstat-reports.php:1763
2969
  msgid "c-mr"
2970
  msgstr "Mauritania"
2971
 
2972
  # Mauritius
2973
+ #: ../admin/view/wp-slimstat-reports.php:1763
2974
  msgid "c-mu"
2975
  msgstr "Mauritius"
2976
 
2977
  # Mexico
2978
+ #: ../admin/view/wp-slimstat-reports.php:1763
2979
  msgid "c-mx"
2980
  msgstr "Mexico"
2981
 
2982
  # Moldova
2983
+ #: ../admin/view/wp-slimstat-reports.php:1763
2984
  msgid "c-md"
2985
  msgstr "Moldova"
2986
 
2987
  # Mongolia
2988
+ #: ../admin/view/wp-slimstat-reports.php:1763
2989
  msgid "c-mn"
2990
  msgstr "Mongolia"
2991
 
2992
  # Montenegro
2993
+ #: ../admin/view/wp-slimstat-reports.php:1763
2994
  msgid "c-me"
2995
  msgstr "Montenegro"
2996
 
2997
  # Montserrat
2998
+ #: ../admin/view/wp-slimstat-reports.php:1763
2999
  msgid "c-ms"
3000
  msgstr "Montserrat"
3001
 
3002
  # Morocco
3003
+ #: ../admin/view/wp-slimstat-reports.php:1763
3004
  msgid "c-ma"
3005
  msgstr "Morocco"
3006
 
3007
  # Mozambique
3008
+ #: ../admin/view/wp-slimstat-reports.php:1763
3009
  msgid "c-mz"
3010
  msgstr "Mozambique"
3011
 
3012
  # Myanmar
3013
+ #: ../admin/view/wp-slimstat-reports.php:1763
3014
  msgid "c-mm"
3015
  msgstr "Myanmar"
3016
 
3017
  # Namibia
3018
+ #: ../admin/view/wp-slimstat-reports.php:1763
3019
  msgid "c-na"
3020
  msgstr "Namibia"
3021
 
3022
  # Nepal
3023
+ #: ../admin/view/wp-slimstat-reports.php:1763
3024
  msgid "c-np"
3025
  msgstr "Nepal"
3026
 
3027
  # Netherlands
3028
+ #: ../admin/view/wp-slimstat-reports.php:1763
3029
  msgid "c-nl"
3030
  msgstr "Netherlands"
3031
 
3032
  # New Caledonia
3033
+ #: ../admin/view/wp-slimstat-reports.php:1763
3034
  msgid "c-nc"
3035
  msgstr "New Caledonia"
3036
 
3037
  # New Zealand
3038
+ #: ../admin/view/wp-slimstat-reports.php:1763
3039
  msgid "c-nz"
3040
  msgstr "New Zealand"
3041
 
3042
  # Nicaragua
3043
+ #: ../admin/view/wp-slimstat-reports.php:1763
3044
  msgid "c-ni"
3045
  msgstr "Nicaragua"
3046
 
3047
  # Niger
3048
+ #: ../admin/view/wp-slimstat-reports.php:1763
3049
  msgid "c-ne"
3050
  msgstr "Niger"
3051
 
3052
  # Nigeria
3053
+ #: ../admin/view/wp-slimstat-reports.php:1763
3054
  msgid "c-ng"
3055
  msgstr "Nigeria"
3056
 
3057
  # Norway
3058
+ #: ../admin/view/wp-slimstat-reports.php:1763
3059
  msgid "c-no"
3060
  msgstr "Norway"
3061
 
3062
  # Oman
3063
+ #: ../admin/view/wp-slimstat-reports.php:1763
3064
  msgid "c-om"
3065
  msgstr "Oman"
3066
 
3067
  # Pakistan
3068
+ #: ../admin/view/wp-slimstat-reports.php:1763
3069
  msgid "c-pk"
3070
  msgstr "Pakistan"
3071
 
3072
  # Palau
3073
+ #: ../admin/view/wp-slimstat-reports.php:1763
3074
  msgid "c-pw"
3075
  msgstr "Palau"
3076
 
3077
  # Occupied Palestinian Territory
3078
+ #: ../admin/view/wp-slimstat-reports.php:1763
3079
  msgid "c-ps"
3080
  msgstr "Occupied Palestinian Territory"
3081
 
3082
  # Panama
3083
+ #: ../admin/view/wp-slimstat-reports.php:1763
3084
  msgid "c-pa"
3085
  msgstr "Panama"
3086
 
3087
  # Papua New Guinea
3088
+ #: ../admin/view/wp-slimstat-reports.php:1763
3089
  msgid "c-pg"
3090
  msgstr "Papua New Guinea"
3091
 
3092
  # Paraguay
3093
+ #: ../admin/view/wp-slimstat-reports.php:1763
3094
  msgid "c-py"
3095
  msgstr "Paraguay"
3096
 
3097
  # Peru
3098
+ #: ../admin/view/wp-slimstat-reports.php:1763
3099
  msgid "c-pe"
3100
  msgstr "Peru"
3101
 
3102
  # Philippines
3103
+ #: ../admin/view/wp-slimstat-reports.php:1763
3104
  msgid "c-ph"
3105
  msgstr "Philippines"
3106
 
3107
  # Poland
3108
+ #: ../admin/view/wp-slimstat-reports.php:1763
3109
  msgid "c-pl"
3110
  msgstr "Poland"
3111
 
3112
  # Portugal
3113
+ #: ../admin/view/wp-slimstat-reports.php:1763
3114
  msgid "c-pt"
3115
  msgstr "Portugal"
3116
 
3117
  # Puerto Rico
3118
+ #: ../admin/view/wp-slimstat-reports.php:1763
3119
  msgid "c-pr"
3120
  msgstr "Puerto Rico"
3121
 
3122
  # Qatar
3123
+ #: ../admin/view/wp-slimstat-reports.php:1763
3124
  msgid "c-qa"
3125
  msgstr "Qatar"
3126
 
3127
  # Réunion
3128
+ #: ../admin/view/wp-slimstat-reports.php:1763
3129
  msgid "c-re"
3130
  msgstr "Réunion"
3131
 
3132
  # Romania
3133
+ #: ../admin/view/wp-slimstat-reports.php:1763
3134
  msgid "c-ro"
3135
  msgstr "Romania"
3136
 
3137
  # Russian Federation
3138
+ #: ../admin/view/wp-slimstat-reports.php:1763
3139
  msgid "c-ru"
3140
  msgstr "Russian Federation"
3141
 
3142
  # Rwanda
3143
+ #: ../admin/view/wp-slimstat-reports.php:1763
3144
  msgid "c-rw"
3145
  msgstr "Rwanda"
3146
 
3147
  # Saint Kitts and Nevis
3148
+ #: ../admin/view/wp-slimstat-reports.php:1763
3149
  msgid "c-kn"
3150
  msgstr "Saint Kitts and Nevis"
3151
 
3152
  # Saint Lucia
3153
+ #: ../admin/view/wp-slimstat-reports.php:1763
3154
  msgid "c-lc"
3155
  msgstr "Saint Lucia"
3156
 
3157
  # Saint Martin
3158
+ #: ../admin/view/wp-slimstat-reports.php:1763
3159
  msgid "c-mf"
3160
  msgstr "Saint Martin"
3161
 
3162
  # Saint Vincent and the Grenadines
3163
+ #: ../admin/view/wp-slimstat-reports.php:1763
3164
  msgid "c-vc"
3165
  msgstr "Saint Vincent and the Grenadines"
3166
 
3167
  # Samoa
3168
+ #: ../admin/view/wp-slimstat-reports.php:1763
3169
  msgid "c-ws"
3170
  msgstr "Samoa"
3171
 
3172
  # Sao Tome and Principe
3173
+ #: ../admin/view/wp-slimstat-reports.php:1763
3174
  msgid "c-st"
3175
  msgstr "Sao Tome and Principe"
3176
 
3177
  # Saudi Arabia
3178
+ #: ../admin/view/wp-slimstat-reports.php:1763
3179
  msgid "c-sa"
3180
  msgstr "Saudi Arabia"
3181
 
3182
  # Senegal
3183
+ #: ../admin/view/wp-slimstat-reports.php:1763
3184
  msgid "c-sn"
3185
  msgstr "Senegal"
3186
 
3187
  # Serbia
3188
+ #: ../admin/view/wp-slimstat-reports.php:1763
3189
  msgid "c-rs"
3190
  msgstr "Serbia"
3191
 
3192
  # Sierra Leone
3193
+ #: ../admin/view/wp-slimstat-reports.php:1763
3194
  msgid "c-sl"
3195
  msgstr "Sierra Leone"
3196
 
3197
  # Singapore
3198
+ #: ../admin/view/wp-slimstat-reports.php:1763
3199
  msgid "c-sg"
3200
  msgstr "Singapore"
3201
 
3202
  # Slovakia
3203
+ #: ../admin/view/wp-slimstat-reports.php:1763
3204
  msgid "c-sk"
3205
  msgstr "Slovakia"
3206
 
3207
  # Slovenia
3208
+ #: ../admin/view/wp-slimstat-reports.php:1763
3209
  msgid "c-si"
3210
  msgstr "Slovenia"
3211
 
3212
  # Solomon Islands
3213
+ #: ../admin/view/wp-slimstat-reports.php:1763
3214
  msgid "c-sb"
3215
  msgstr "Solomon Islands"
3216
 
3217
  # Somalia
3218
+ #: ../admin/view/wp-slimstat-reports.php:1763
3219
  msgid "c-so"
3220
  msgstr "Somalia"
3221
 
3222
  # South Africa
3223
+ #: ../admin/view/wp-slimstat-reports.php:1763
3224
  msgid "c-za"
3225
  msgstr "South Africa"
3226
 
3227
  # South Georgia and the South Sandwich Islands
3228
+ #: ../admin/view/wp-slimstat-reports.php:1763
3229
  msgid "c-gs"
3230
  msgstr "South Georgia and the South Sandwich Islands"
3231
 
3232
  # Spain
3233
+ #: ../admin/view/wp-slimstat-reports.php:1763
3234
  msgid "c-es"
3235
  msgstr "Spain"
3236
 
3237
  # Sri Lanka
3238
+ #: ../admin/view/wp-slimstat-reports.php:1763
3239
  msgid "c-lk"
3240
  msgstr "Sri Lanka"
3241
 
3242
+ #: ../admin/view/wp-slimstat-reports.php:1763
3243
  msgid "c-sc"
3244
  msgstr "Seychelles"
3245
 
3246
  # Sudan
3247
+ #: ../admin/view/wp-slimstat-reports.php:1763
3248
  msgid "c-sd"
3249
  msgstr "Sudan"
3250
 
3251
+ #: ../admin/view/wp-slimstat-reports.php:1763
3252
  msgid "c-ss"
3253
  msgstr "South Sudan"
3254
 
3255
  # Suriname
3256
+ #: ../admin/view/wp-slimstat-reports.php:1763
3257
  msgid "c-sr"
3258
  msgstr "Suriname"
3259
 
3260
  # Svalbard and Jan Mayen
3261
+ #: ../admin/view/wp-slimstat-reports.php:1763
3262
  msgid "c-sj"
3263
  msgstr "Svalbard and Jan Mayen"
3264
 
3265
  # Swaziland
3266
+ #: ../admin/view/wp-slimstat-reports.php:1763
3267
  msgid "c-sz"
3268
  msgstr "Swaziland"
3269
 
3270
  # Sweden
3271
+ #: ../admin/view/wp-slimstat-reports.php:1763
3272
  msgid "c-se"
3273
  msgstr "Sweden"
3274
 
3275
  # Switzerland
3276
+ #: ../admin/view/wp-slimstat-reports.php:1763
3277
  msgid "c-ch"
3278
  msgstr "Switzerland"
3279
 
3280
  # Syrian Arab Republic
3281
+ #: ../admin/view/wp-slimstat-reports.php:1763
3282
  msgid "c-sy"
3283
  msgstr "Syrian Arab Republic"
3284
 
3285
  # Taiwan, Province of China
3286
+ #: ../admin/view/wp-slimstat-reports.php:1763
3287
  msgid "c-tw"
3288
  msgstr "Taiwan"
3289
 
3290
  # Tajikistan
3291
+ #: ../admin/view/wp-slimstat-reports.php:1763
3292
  msgid "c-tj"
3293
  msgstr "Tajikistan"
3294
 
3295
  # United Republic of Tanzania
3296
+ #: ../admin/view/wp-slimstat-reports.php:1763
3297
  msgid "c-tz"
3298
  msgstr "United Republic of Tanzania"
3299
 
3300
  # Thailand
3301
+ #: ../admin/view/wp-slimstat-reports.php:1763
3302
  msgid "c-th"
3303
  msgstr "Thailand"
3304
 
3305
  # Timor-Leste
3306
+ #: ../admin/view/wp-slimstat-reports.php:1763
3307
  msgid "c-tl"
3308
  msgstr "Timor-Leste"
3309
 
3310
  # Togo
3311
+ #: ../admin/view/wp-slimstat-reports.php:1763
3312
  msgid "c-tg"
3313
  msgstr "Togo"
3314
 
3315
  # Tonga
3316
+ #: ../admin/view/wp-slimstat-reports.php:1763
3317
  msgid "c-to"
3318
  msgstr "Tonga"
3319
 
3320
  # Trinidad and Tobago
3321
+ #: ../admin/view/wp-slimstat-reports.php:1763
3322
  msgid "c-tt"
3323
  msgstr "Trinidad and Tobago"
3324
 
3325
  # Tunisia
3326
+ #: ../admin/view/wp-slimstat-reports.php:1763
3327
  msgid "c-tn"
3328
  msgstr "Tunisia"
3329
 
3330
  # Turkey
3331
+ #: ../admin/view/wp-slimstat-reports.php:1763
3332
  msgid "c-tr"
3333
  msgstr "Turkey"
3334
 
3335
  # Turkmenistan
3336
+ #: ../admin/view/wp-slimstat-reports.php:1763
3337
  msgid "c-tm"
3338
  msgstr "Turkmenistan"
3339
 
3340
  # Turks and Caicos Islands
3341
+ #: ../admin/view/wp-slimstat-reports.php:1763
3342
  msgid "c-tc"
3343
  msgstr "Turks and Caicos Islands"
3344
 
3345
  # Uganda
3346
+ #: ../admin/view/wp-slimstat-reports.php:1763
3347
  msgid "c-ug"
3348
  msgstr "Uganda"
3349
 
3350
  # Ukraine
3351
+ #: ../admin/view/wp-slimstat-reports.php:1763
3352
  msgid "c-ua"
3353
  msgstr "Ukraine"
3354
 
3355
  # United Arab Emirates
3356
+ #: ../admin/view/wp-slimstat-reports.php:1763
3357
  msgid "c-ae"
3358
  msgstr "United Arab Emirates"
3359
 
3360
  # United Kingdom
3361
+ #: ../admin/view/wp-slimstat-reports.php:1763
3362
  msgid "c-gb"
3363
  msgstr "United Kingdom"
3364
 
3365
  # United States
3366
+ #: ../admin/view/wp-slimstat-reports.php:1763
3367
  msgid "c-us"
3368
  msgstr "United States"
3369
 
3370
  # Uruguay
3371
+ #: ../admin/view/wp-slimstat-reports.php:1763
3372
  msgid "c-uy"
3373
  msgstr "Uruguay"
3374
 
3375
  # Uzbekistan
3376
+ #: ../admin/view/wp-slimstat-reports.php:1763
3377
  msgid "c-uz"
3378
  msgstr "Uzbekistan"
3379
 
3380
  # Vanuatu
3381
+ #: ../admin/view/wp-slimstat-reports.php:1763
3382
  msgid "c-vu"
3383
  msgstr "Vanuatu"
3384
 
3385
  # Venezuela
3386
+ #: ../admin/view/wp-slimstat-reports.php:1763
3387
  msgid "c-ve"
3388
  msgstr "Venezuela"
3389
 
3390
  # Viet Nam
3391
+ #: ../admin/view/wp-slimstat-reports.php:1763
3392
  msgid "c-vn"
3393
  msgstr "Viet Nam"
3394
 
3395
  # British Virgin Islands
3396
+ #: ../admin/view/wp-slimstat-reports.php:1763
3397
  msgid "c-vg"
3398
  msgstr "British Virgin Islands"
3399
 
3400
  # U.S. Virgin Islands
3401
+ #: ../admin/view/wp-slimstat-reports.php:1763
3402
  msgid "c-vi"
3403
  msgstr "U.S. Virgin Islands"
3404
 
3405
  # Western Sahara
3406
+ #: ../admin/view/wp-slimstat-reports.php:1763
3407
  msgid "c-eh"
3408
  msgstr "Western Sahara"
3409
 
3410
  # Yemen
3411
+ #: ../admin/view/wp-slimstat-reports.php:1763
3412
  msgid "c-ye"
3413
  msgstr "Yemen"
3414
 
3415
  # Zambia
3416
+ #: ../admin/view/wp-slimstat-reports.php:1763
3417
  msgid "c-zm"
3418
  msgstr "Zambia"
3419
 
3420
  # Zimbabwe
3421
+ #: ../admin/view/wp-slimstat-reports.php:1763
3422
  msgid "c-zw"
3423
  msgstr "Zimbabwe"
3424
 
3425
  # Guernsey
3426
+ #: ../admin/view/wp-slimstat-reports.php:1763
3427
  msgid "c-gg"
3428
  msgstr "Guernsey"
3429
 
3430
  # Jersey
3431
+ #: ../admin/view/wp-slimstat-reports.php:1763
3432
  msgid "c-je"
3433
  msgstr "Jersey"
3434
 
3435
  # Isle of Man
3436
+ #: ../admin/view/wp-slimstat-reports.php:1763
3437
  msgid "c-im"
3438
  msgstr "Isle of Man"
3439
 
3440
  # Maldives
3441
+ #: ../admin/view/wp-slimstat-reports.php:1763
3442
  msgid "c-mv"
3443
  msgstr "Maldives"
3444
 
3445
+ #: ../admin/view/wp-slimstat-reports.php:1764
3446
  msgid "c-eu"
3447
  msgstr "Europe"
3448
 
3449
+ #: ../admin/view/wp-slimstat-reports.php:1841
3450
  msgid "src"
3451
  msgstr ""
3452
 
3453
+ #: ../admin/view/wp-slimstat-reports.php:1845
3454
  msgid "serp"
3455
  msgstr ""
3456
 
3457
+ #: ../admin/view/wp-slimstat-reports.php:1853
3458
  msgid "Go to the referring page"
3459
  msgstr ""
3460
 
3461
+ #: ../admin/view/wp-slimstat-reports.php:1875
3462
  msgid "Remove filter for"
3463
  msgstr ""
3464
 
3465
+ #: ../admin/view/wp-slimstat-reports.php:1879
3466
  msgid "Save"
3467
  msgstr ""
3468
 
3469
+ #: ../admin/view/wp-slimstat-reports.php:1882
3470
  msgid "Reset All"
3471
  msgstr ""
3472
 
3473
+ #: ../admin/view/wp-slimstat-reports.php:1886
3474
  msgid "Current filters:"
3475
  msgstr ""
3476
 
3502
  msgid "Inactive Reports"
3503
  msgstr ""
3504
 
3505
+ #: ../admin/wp-slimstat-admin.php:566
3506
  msgid "SlimStat"
3507
  msgstr ""
3508
 
3509
+ #: ../admin/wp-slimstat-admin.php:624
3510
  msgid "Slimstat"
3511
  msgstr ""
3512
 
3513
+ #: ../admin/wp-slimstat-admin.php:713
3514
  msgid "Pageviews in the last "
3515
  msgstr ""
3516
 
3517
+ #: ../admin/wp-slimstat-admin.php:716
3518
  msgid "Unique IPs in the last "
3519
  msgstr ""
3520
 
3521
+ #: ../admin/wp-slimstat-admin.php:749
3522
+ #, php-format
3523
+ msgid ""
3524
+ " And for keeping an eye on your web traffic with %sSlimStat Analytics%s."
3525
+ msgstr ""
3526
+
3527
+ #: ../admin/wp-slimstat-admin.php:774
3528
  msgid "Show on screen"
3529
  msgstr ""
3530
 
3531
+ #: ../admin/wp-slimstat-admin.php:855
3532
  msgid "Already saved"
3533
  msgstr ""
3534
 
3535
+ #: ../admin/wp-slimstat-admin.php:863
3536
  msgid "Saved"
3537
  msgstr ""
3538
 
3539
+ #: ../admin/wp-slimstat-admin.php:883
3540
  msgid "Delete this filter"
3541
  msgstr ""
3542
 
3543
+ #: ../admin/wp-slimstat-admin.php:927
3544
  msgid "There was an error updating the following options:"
3545
  msgstr ""
3546
 
3547
+ #: ../admin/wp-slimstat-admin.php:930
3548
  msgid "Your changes have been saved."
3549
  msgstr ""
3550
 
3551
+ #: ../admin/wp-slimstat-admin.php:953
3552
  msgid "Save Changes"
3553
  msgstr ""
3554
 
3555
+ #: ../admin/wp-slimstat-admin.php:969
3556
  msgid "Definitions"
3557
  msgstr ""
3558
 
3559
+ #: ../admin/wp-slimstat-admin.php:972
3560
  msgid "Pageview"
3561
  msgstr ""
3562
 
3563
+ #: ../admin/wp-slimstat-admin.php:972
3564
  msgid ""
3565
  "A request to load a single HTML file (\"page\"). This should be contrasted "
3566
  "with a \"hit\", which refers to a request for any file from a web server. "
3567
  "Slimstat logs a pageview each time the tracking code is executed"
3568
  msgstr ""
3569
 
3570
+ #: ../admin/wp-slimstat-admin.php:973
3571
  msgid "(Human) Visit"
3572
  msgstr ""
3573
 
3574
+ #: ../admin/wp-slimstat-admin.php:973
3575
  msgid ""
3576
  "A period of interaction between a visitor's browser and your website, ending "
3577
  "when the browser is closed or when the user has been inactive on that site "
3578
  "for 30 minutes"
3579
  msgstr ""
3580
 
3581
+ #: ../admin/wp-slimstat-admin.php:974
3582
  msgid ""
3583
  "Any user who has left a comment on your blog, and is thus identified by "
3584
  "Wordpress as a returning visitor"
3585
  msgstr ""
3586
 
3587
+ #: ../admin/wp-slimstat-admin.php:975
3588
  msgid "Unique IP"
3589
  msgstr ""
3590
 
3591
+ #: ../admin/wp-slimstat-admin.php:975
3592
  msgid ""
3593
  "Used to differentiate between multiple requests to download a file from one "
3594
  "internet address (IP) and requests originating from many distinct addresses; "
3596
  "from, it is useful, but not perfect"
3597
  msgstr ""
3598
 
3599
+ #: ../admin/wp-slimstat-admin.php:976
3600
  msgid ""
3601
  "the originating IP address of a client connecting to a web server through an "
3602
  "HTTP proxy or load balancer"
3603
  msgstr ""
3604
 
3605
+ #: ../admin/wp-slimstat-admin.php:977
3606
  msgid "Direct Traffic"
3607
  msgstr ""
3608
 
3609
+ #: ../admin/wp-slimstat-admin.php:977
3610
  msgid ""
3611
  "All those people showing up to your Web site by typing in the URL of your "
3612
  "Web site coming or from a bookmark; some people also call this \"default "
3613
  "traffic\" or \"ambient traffic\""
3614
  msgstr ""
3615
 
3616
+ #: ../admin/wp-slimstat-admin.php:978
3617
  msgid "Search Engine"
3618
  msgstr ""
3619
 
3620
+ #: ../admin/wp-slimstat-admin.php:978
3621
  msgid ""
3622
  "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
3623
  "as well as your paid (PPC/SEM) traffic, so be aware of that"
3624
  msgstr ""
3625
 
3626
+ #: ../admin/wp-slimstat-admin.php:979 ../admin/wp-slimstat-admin.php:995
3627
  msgid "Keywords used by your visitors to find your website on a search engine"
3628
  msgstr ""
3629
 
3630
+ #: ../admin/wp-slimstat-admin.php:980
3631
  msgid "SERP"
3632
  msgstr ""
3633
 
3634
+ #: ../admin/wp-slimstat-admin.php:980
3635
  msgid ""
3636
  "Short for search engine results page, the Web page that a search engine "
3637
  "returns with the results of its search. The value shown represents your rank "
3638
  "(or position) within that list of results"
3639
  msgstr ""
3640
 
3641
+ #: ../admin/wp-slimstat-admin.php:981
3642
  msgid ""
3643
  "Any program used for accessing a website; this includes browsers, robots, "
3644
  "spiders and any other program that was used to retrieve information from the "
3645
  "site"
3646
  msgstr ""
3647
 
3648
+ #: ../admin/wp-slimstat-admin.php:982
3649
  msgid ""
3650
  "A link from one domain to another is said to be outbound from its source "
3651
  "anchor and inbound to its target. This report lists all the links to other "
3652
  "websites followed by your visitors."
3653
  msgstr ""
3654
 
3655
+ #: ../admin/wp-slimstat-admin.php:989
3656
  msgid "Basic Filters"
3657
  msgstr ""
3658
 
3659
+ #: ../admin/wp-slimstat-admin.php:992
3660
  msgid "User agent (Firefox, Chrome, ...)"
3661
  msgstr ""
3662
 
3663
+ #: ../admin/wp-slimstat-admin.php:993
3664
  msgid "2-letter code (us, ru, de, it, ...)"
3665
  msgstr ""
3666
 
3667
+ #: ../admin/wp-slimstat-admin.php:994
3668
  msgid "IP"
3669
  msgstr ""
3670
 
3671
+ #: ../admin/wp-slimstat-admin.php:994
3672
  msgid "Visitor's public IP address"
3673
  msgstr ""
3674
 
3675
+ #: ../admin/wp-slimstat-admin.php:996
3676
  msgid ""
3677
  "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
3678
  "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
3679
  "column) for more information"
3680
  msgstr ""
3681
 
3682
+ #: ../admin/wp-slimstat-admin.php:997
3683
  msgid ""
3684
  "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
3685
  "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
3686
  "manual page</a> for more information"
3687
  msgstr ""
3688
 
3689
+ #: ../admin/wp-slimstat-admin.php:998
3690
  msgid "URL accessed on your site"
3691
  msgstr ""
3692
 
3693
+ #: ../admin/wp-slimstat-admin.php:999
3694
  msgid "Complete address of the referrer page"
3695
  msgstr ""
3696
 
3697
+ #: ../admin/wp-slimstat-admin.php:1000
3698
  msgid "Visitor's Name"
3699
  msgstr ""
3700
 
3701
+ #: ../admin/wp-slimstat-admin.php:1000
3702
  msgid ""
3703
  "Visitors' names according to the cookie set by Wordpress after they leave a "
3704
  "comment"
3705
  msgstr ""
3706
 
3707
+ #: ../admin/wp-slimstat-admin.php:1008
3708
  msgid "Advanced Filters"
3709
  msgstr ""
3710
 
3711
+ #: ../admin/wp-slimstat-admin.php:1011
3712
  msgid "user agent version (9.0, 11, ...)"
3713
  msgstr ""
3714
 
3715
+ #: ../admin/wp-slimstat-admin.php:1012
3716
  msgid ""
3717
  "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
3718
  "all others"
3719
  msgstr ""
3720
 
3721
+ #: ../admin/wp-slimstat-admin.php:1013
3722
  msgid "Pageview Attributes"
3723
  msgstr ""
3724
 
3725
+ #: ../admin/wp-slimstat-admin.php:1013
3726
  msgid ""
3727
  "this field is set to <em>[pre]</em> if the resource has been accessed "
3728
  "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
3729
  "Link_prefetching_FAQ\">Link Prefetching</a> or similar techniques"
3730
  msgstr ""
3731
 
3732
+ #: ../admin/wp-slimstat-admin.php:1014
3733
  msgid "author associated to that post/page when the resource was accessed"
3734
  msgstr ""
3735
 
3736
+ #: ../admin/wp-slimstat-admin.php:1015
3737
  msgid "ID of the category/term associated to the resource, when available"
3738
  msgstr ""
3739
 
3740
+ #: ../admin/wp-slimstat-admin.php:1016
3741
  msgid "visitor's originating IP address, if available"
3742
  msgstr ""
3743
 
3744
+ #: ../admin/wp-slimstat-admin.php:1017
3745
  msgid ""
3746
  "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
3747
  "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
3750
  "information"
3751
  msgstr ""
3752
 
3753
+ #: ../admin/wp-slimstat-admin.php:1018
3754
  msgid "Screen Resolution"
3755
  msgstr ""
3756
 
3757
+ #: ../admin/wp-slimstat-admin.php:1018
3758
  msgid "viewport width and height (1024x768, 800x600, ...)"
3759
  msgstr ""
3760
 
3761
+ #: ../admin/wp-slimstat-admin.php:1019
3762
  msgid ""
3763
  "generally used in conjunction with <em>is not empty</em>, identifies human "
3764
  "visitors"
3765
  msgstr ""
3766
 
3767
+ #: ../admin/wp-slimstat-admin.php:1020
3768
  msgid "Date Filters"
3769
  msgstr ""
3770
 
3771
+ #: ../admin/wp-slimstat-admin.php:1020
3772
  msgid ""
3773
  "you can specify the timeframe by entering a number in the <em>interval</em> "
3774
  "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
3775
  "year=blank, interval=-1 will set a year-to-date filter)"
3776
  msgstr ""
3777
 
3778
+ #: ../admin/wp-slimstat-admin.php:1021
3779
  msgid "SERP Position"
3780
  msgstr ""
3781
 
3782
+ #: ../admin/wp-slimstat-admin.php:1021
3783
  msgid ""
3784
  "set the filter to Referer contains cd=N&, where N is the position you are "
3785
  "looking for"
3786
  msgstr ""
3787
 
3788
+ #: ../admin/wp-slimstat-admin.php:1048
3789
  msgid "Yes"
3790
  msgstr ""
3791
 
3792
+ #: ../admin/wp-slimstat-admin.php:1049
3793
  msgid "No"
3794
  msgstr ""
3795
 
3796
+ #: ../admin/wp-slimstat-admin.php:1050
3797
  msgid "Site Specific"
3798
  msgstr ""
3799
 
5342
  msgid "c-xy"
5343
  msgstr "Local IP"
5344
 
5345
+ #: ../wp-slimstat.php:231 ../wp-slimstat.php:518
5346
  msgid "Notice: Pageview filtered by third-party code"
5347
  msgstr ""
5348
 
5349
+ #: ../wp-slimstat.php:248
5350
  #, php-format
5351
  msgid "Error: Malformed URL %s"
5352
  msgstr ""
5353
 
5354
+ #: ../wp-slimstat.php:272
5355
  #, php-format
5356
  msgid "Notice: Referrer %s is blacklisted"
5357
  msgstr ""
5358
 
5359
+ #: ../wp-slimstat.php:350
5360
  #, php-format
5361
  msgid "Notice: Permalink %s is blacklisted"
5362
  msgstr ""
5363
 
5364
+ #: ../wp-slimstat.php:361
5365
  msgid "Error: Empty or not supported IP address format (IPv6)"
5366
  msgstr ""
5367
 
5368
+ #: ../wp-slimstat.php:370
5369
  #, php-format
5370
  msgid "Notice: Logged in user %s not tracked"
5371
  msgstr ""
5372
 
5373
+ #: ../wp-slimstat.php:378
5374
  #, php-format
5375
  msgid "Notice: User with capability %s not tracked"
5376
  msgstr ""
5377
 
5378
+ #: ../wp-slimstat.php:388
5379
  #, php-format
5380
  msgid "Notice: User %s is blacklisted"
5381
  msgstr ""
5382
 
5383
+ #: ../wp-slimstat.php:409
5384
  #, php-format
5385
  msgid "Notice: Spammer %s not tracked"
5386
  msgstr ""
5387
 
5388
+ #: ../wp-slimstat.php:438
5389
  #, php-format
5390
  msgid "Notice: IP address %s is blacklisted"
5391
  msgstr ""
5392
 
5393
+ #: ../wp-slimstat.php:467
5394
  #, php-format
5395
  msgid "Notice: Country %s is blacklisted"
5396
  msgstr ""
5397
 
5398
+ #: ../wp-slimstat.php:476
5399
  msgid "Notice: Prefetch requests are ignored"
5400
  msgstr ""
5401
 
5402
+ #: ../wp-slimstat.php:492
5403
  msgid "Notice: Bot not tracked"
5404
  msgstr ""
5405
 
5406
+ #: ../wp-slimstat.php:501
5407
  #, php-format
5408
  msgid "Notice: Browser %s is blacklisted"
5409
  msgstr ""
5410
 
5411
+ #: ../wp-slimstat.php:531
5412
  msgid "Error:"
5413
  msgstr ""
5414
 
5415
+ #: ../wp-slimstat.php:1149
5416
  msgid "Invalid payload string. Try clearing your WordPress cache."
5417
  msgstr ""
5418
 
5419
+ #: ../wp-slimstat.php:1159
5420
  msgid "Invalid data signature. Try clearing your WordPress cache."
5421
  msgstr ""
5422
 
5423
+ #: ../wp-slimstat.php:1253
5424
  msgid "There was an error downloading the MaxMind Geolite DB:"
5425
  msgstr ""
5426
 
5427
+ #: ../wp-slimstat.php:1261 ../wp-slimstat.php:1270
5428
  msgid "There was an error opening the zipped MaxMind Geolite DB."
5429
  msgstr ""
5430
 
5431
+ #: ../wp-slimstat.php:1265
5432
  msgid "Function gzopen not defined. Aborting."
5433
  msgstr ""
5434
 
5435
+ #: ../wp-slimstat.php:1275
5436
  msgid "There was an error opening the unzipped MaxMind Geolite DB."
5437
  msgstr ""
5438
 
languages/wp-slimstat-es_ES.mo CHANGED
Binary file
languages/wp-slimstat-es_ES.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP Slimstat\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-01-28 21:19-0500\n"
6
- "PO-Revision-Date: 2016-01-28 21:20-0500\n"
7
  "Last-Translator: WP Slimstat <support@wp-slimstat.com>\n"
8
  "Language-Team: \n"
9
  "Language: es_ES\n"
@@ -16,6 +16,8 @@ msgstr ""
16
  "X-Generator: Poedit 1.6.11\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
18
  "X-Poedit-SearchPath-0: ..\n"
 
 
19
 
20
  #: ../admin/config/index.php:33
21
  msgid ""
@@ -105,7 +107,7 @@ msgid ""
105
  "etc. This option is ignored if Tracking Mode is set to Client."
106
  msgstr ""
107
 
108
- #: ../admin/config/index.php:97 ../admin/view/wp-slimstat-reports.php:1368
109
  msgid "Off"
110
  msgstr ""
111
 
@@ -124,7 +126,8 @@ msgstr ""
124
  "Habilite esta opción para realizar un seguimiento de la actividad de sus "
125
  "usuarios dentro de la administración."
126
 
127
- #: ../admin/config/index.php:98
 
128
  #, fuzzy
129
  msgid "Track"
130
  msgstr "Rastreador"
@@ -139,10 +142,21 @@ msgid "WordPress Integration"
139
  msgstr "Integración WordPress"
140
 
141
  #: ../admin/config/index.php:101
 
 
 
 
 
 
 
 
 
 
 
142
  msgid "Menu Position"
143
  msgstr "Posición de menú"
144
 
145
- #: ../admin/config/index.php:101
146
  #, fuzzy
147
  msgid ""
148
  "Choose between a standalone admin menu for Slimstat or a drop down in the "
@@ -151,20 +165,20 @@ msgstr ""
151
  "Elija entre un menú de administración independiente para WP SLIMStat o un "
152
  "menú desplegable en la barra de administrador (si está visible)."
153
 
154
- #: ../admin/config/index.php:101
155
  msgid "Side Menu"
156
  msgstr "Menú lateral"
157
 
158
- #: ../admin/config/index.php:101
159
  msgid "Admin Bar"
160
  msgstr "Barra de administración"
161
 
162
- #: ../admin/config/index.php:102
163
  #, fuzzy
164
  msgid "Posts and Pages"
165
  msgstr "Añadir columna a Publicaciones"
166
 
167
- #: ../admin/config/index.php:102
168
  #, fuzzy
169
  msgid ""
170
  "Add a new column to the Edit Posts/Pages screens, with the number of hits "
@@ -173,55 +187,44 @@ msgstr ""
173
  "Añadir una nueva columna a la pantalla Editar publicaciones, con el número "
174
  "de visitas por publicación (pueden ralentizar la renderización de páginas)."
175
 
176
- #: ../admin/config/index.php:103
177
  #, fuzzy
178
  msgid "Report Interval"
179
  msgstr "Únicamente interno"
180
 
181
- #: ../admin/config/index.php:103
182
  msgid ""
183
  "Enter the time range, in days, that should be used to calculate the value "
184
  "here above."
185
  msgstr ""
186
 
187
- #: ../admin/config/index.php:104
188
  #, fuzzy
189
  msgid "Report Type"
190
  msgstr "Informes Personalizados"
191
 
192
- #: ../admin/config/index.php:104
193
  msgid ""
194
  "Select what kind of information you would like to see displayed on the Posts "
195
  "admin screen. Pageviews include all the hits regardless of the user, Unique "
196
  "IPs consider only one hit per user in the given time range."
197
  msgstr ""
198
 
199
- #: ../admin/config/index.php:104 ../admin/view/wp-slimstat-reports.php:81
200
  #: ../admin/view/wp-slimstat-reports.php:90
201
- #: ../admin/view/wp-slimstat-reports.php:1384
202
- #: ../admin/view/wp-slimstat-reports.php:1542
203
  msgid "Pageviews"
204
  msgstr "Paginas visitadas"
205
 
206
- #: ../admin/config/index.php:104 ../admin/view/wp-slimstat-reports.php:91
207
- #: ../admin/view/wp-slimstat-reports.php:284
208
- #: ../admin/view/wp-slimstat-reports.php:525
209
- #: ../admin/view/wp-slimstat-reports.php:1399
210
- #: ../admin/view/wp-slimstat-reports.php:1444
211
  msgid "Unique IPs"
212
  msgstr "IPs Unicas"
213
 
214
- #: ../admin/config/index.php:105
215
- #, fuzzy
216
- msgid "Dashboard Widgets"
217
- msgstr "Sumario"
218
-
219
- #: ../admin/config/index.php:105
220
- msgid ""
221
- "Choose if you want to have the most important reports on your WordPress "
222
- "Dashboard. Use the Screen Options dropdown to select which ones to display."
223
- msgstr ""
224
-
225
  #: ../admin/config/index.php:106
226
  #, fuzzy
227
  msgid "Hide Add-ons"
@@ -268,7 +271,7 @@ msgstr ""
268
 
269
  #: ../admin/config/index.php:109 ../admin/view/index.php:102
270
  #: ../admin/view/wp-slimstat-db.php:79
271
- #: ../admin/view/wp-slimstat-reports.php:1368
272
  msgid "days"
273
  msgstr "dias"
274
 
@@ -289,15 +292,88 @@ msgstr ""
289
 
290
  #: ../admin/config/index.php:117
291
  #, fuzzy
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
292
  msgid "Advanced Options"
293
  msgstr "Filtros avanzados"
294
 
295
- #: ../admin/config/index.php:118
296
  #, fuzzy
297
  msgid "Session Duration"
298
  msgstr "Visitas"
299
 
300
- #: ../admin/config/index.php:118
301
  #, fuzzy
302
  msgid ""
303
  "How many seconds should a human session last? Google Analytics sets it to "
@@ -306,26 +382,26 @@ msgstr ""
306
  "¿Cuántos segundos debe durar una sesión humana en su sitio? Google Analytics "
307
  "lo establece en 1.800 segundos."
308
 
309
- #: ../admin/config/index.php:118 ../admin/config/index.php:189
310
  msgid "seconds"
311
  msgstr "Segundos"
312
 
313
- #: ../admin/config/index.php:119
314
  msgid "Extend Session"
315
  msgstr "Extender Sesión"
316
 
317
- #: ../admin/config/index.php:119
318
  msgid "Extend the duration of a session each time the user visits a new page."
319
  msgstr ""
320
  "Extender la duración de una sesión cada vez que el usuario visita una página "
321
  "nueva."
322
 
323
- #: ../admin/config/index.php:120
324
  #, fuzzy
325
  msgid "Browser Detection"
326
  msgstr "Versión del Navegador"
327
 
328
- #: ../admin/config/index.php:120
329
  msgid ""
330
  "The heuristic function is much faster and requires very little memory, but "
331
  "for uncommon user agent strings it might be less accurate, and produce a "
@@ -337,20 +413,20 @@ msgid ""
337
  "produce a match."
338
  msgstr ""
339
 
340
- #: ../admin/config/index.php:120
341
  #, fuzzy
342
  msgid "Browscap"
343
  msgstr "Navegador"
344
 
345
- #: ../admin/config/index.php:120
346
  msgid "Heuristic"
347
  msgstr ""
348
 
349
- #: ../admin/config/index.php:121
350
  msgid "Enable CDN"
351
  msgstr "Habilitar CDN"
352
 
353
- #: ../admin/config/index.php:121
354
  msgid ""
355
  "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
356
  "by serving our tracking code from their fast and reliable network (free "
@@ -360,11 +436,11 @@ msgstr ""
360
  "CDN, sirviendo nuestro código de seguimiento de su red rápida y confiable "
361
  "(servicio gratuito)."
362
 
363
- #: ../admin/config/index.php:122
364
  msgid "Extensions to Track"
365
  msgstr "Extensiones a rastreo"
366
 
367
- #: ../admin/config/index.php:122
368
  msgid ""
369
  "List all the file extensions that you want to be treated as Downloads. "
370
  "Please note that links pointing to external resources (i.e. PDFs on a "
@@ -378,76 +454,24 @@ msgstr ""
378
  "Descargas y no Vínculos salientes (y rastreado como tal), si su extensión "
379
  "coincide con uno de los que se enumeran a continuación."
380
 
381
- #: ../admin/config/index.php:124
382
- #, fuzzy
383
- msgid "Internal and Outbound Links"
384
- msgstr "Enlaces Salientes Recientes"
385
-
386
- #: ../admin/config/index.php:125
387
- #, fuzzy
388
- msgid "Track Outbound Clicks"
389
- msgstr "Enlaces Salientes Recientes"
390
-
391
- #: ../admin/config/index.php:125
392
- msgid ""
393
- "Track when your visitors click on link to external websites. This option "
394
- "required Spy Mode to be enabled."
395
- msgstr ""
396
- "Rastree cuando los usuarios hacen clic en el enlace a sitios web externos. "
397
- "Esta opción requere que el modo Espía esté habilitado."
398
-
399
- #: ../admin/config/index.php:126
400
  #, fuzzy
401
- msgid "Track Coordinates"
402
- msgstr "Seguimiento Activo"
403
-
404
- #: ../admin/config/index.php:126
405
- msgid ""
406
- "Collect mouse coordinates and other information for clicks on internal "
407
- "links. Strongly recommended if you're using the heatmap add-on. By default, "
408
- "this information is only collected for external links."
409
- msgstr ""
410
-
411
- #: ../admin/config/index.php:127
412
- msgid "No Callback"
413
- msgstr ""
414
-
415
- #: ../admin/config/index.php:127
416
- msgid ""
417
- "Track the event but do not invoke the callback function on links marked with "
418
- "one of these class names, <em>rel</em> attribute or whose <em>href</em> "
419
- "attribute contains one of these strings (separated by comma). Useful to "
420
- "prevent conflicts with lightbox and similar libraries."
421
- msgstr ""
422
-
423
- #: ../admin/config/index.php:128
424
- msgid "Do Not Track"
425
- msgstr ""
426
-
427
- #: ../admin/config/index.php:128
428
- msgid ""
429
- "Do not track links marked with one of these class names, <em>rel</em> "
430
- "attributes or whose <em>href</em> attribute contains one of these strings "
431
- "(separated by comma)."
432
- msgstr ""
433
-
434
- #: ../admin/config/index.php:130
435
- msgid "Pages not belonging to this site"
436
- msgstr ""
437
 
438
- #: ../admin/config/index.php:131
439
  msgid ""
440
  "Add the following code to all the non-WP pages you want to track, right "
441
  "before the closing BODY tag. Please make sure to change the protocol of all "
442
  "the URLs to HTTPS, if you external site is served over a secure channel."
443
  msgstr ""
444
 
445
- #: ../admin/config/index.php:141
446
  #, fuzzy
447
- msgid "Allow External Domains"
448
  msgstr "Enlaces Externos Hostiles"
449
 
450
- #: ../admin/config/index.php:141
451
  msgid ""
452
  "If you are getting an error saying that no 'Access-Control-Allow-Origin' "
453
  "header is present on the requested resource, when using the external "
@@ -458,16 +482,16 @@ msgid ""
458
  "security implications of allowing CORS requests."
459
  msgstr ""
460
 
461
- #: ../admin/config/index.php:142 ../admin/config/index.php:164
462
- #: ../admin/config/index.php:192
463
  msgid "Miscellaneous"
464
  msgstr "Varios"
465
 
466
- #: ../admin/config/index.php:143
467
  msgid "Enable UAN"
468
  msgstr "Habilitar UAN"
469
 
470
- #: ../admin/config/index.php:143
471
  #, fuzzy
472
  msgid ""
473
  "Send anonymous data about user agents to our server for analysis. This "
@@ -482,29 +506,29 @@ msgstr ""
482
  "opensource BrowsCap </a>, y mejorar la precisión de la funcionalidad de "
483
  "detección de navegador del SLIMStat."
484
 
485
- #: ../admin/config/index.php:148
486
  msgid "Filters"
487
  msgstr "Filtros"
488
 
489
- #: ../admin/config/index.php:150
490
  #, fuzzy
491
  msgid "Do not track settings"
492
  msgstr "Bot o Crawler"
493
 
494
- #: ../admin/config/index.php:151
495
  msgid "Track Registered Users"
496
  msgstr "Seguimiento Usuarios Registrados"
497
 
498
- #: ../admin/config/index.php:151
499
  msgid "Enable this option to track logged in users."
500
  msgstr "Active esta opción para rastrear usuarios registrados."
501
 
502
- #: ../admin/config/index.php:152
503
  #, fuzzy
504
  msgid "Blacklist by Username"
505
  msgstr "Direcciones IP Blacklist"
506
 
507
- #: ../admin/config/index.php:152
508
  #, fuzzy
509
  msgid ""
510
  "List all the usernames you don't want to track, separated by commas. Please "
@@ -523,11 +547,11 @@ msgstr ""
523
  "<code> / abo! T </ code > coincidirá con /about and /abort. Las cadenas no "
524
  "se afectan por mayúsculas y minúsculas."
525
 
526
- #: ../admin/config/index.php:153
527
  msgid "Blacklist by IP Address"
528
  msgstr "Direcciones IP Blacklist"
529
 
530
- #: ../admin/config/index.php:153
531
  #, fuzzy
532
  msgid ""
533
  "List all the IP addresses you don't want to track, separated by commas. Each "
@@ -542,12 +566,12 @@ msgstr ""
542
  "CIDR </a> (es decir, < em> 192.168.0.0/24 </em>). Si el formato no es "
543
  "correcto, WP SLIMStat no puede rastrear páginas vistas correctamente."
544
 
545
- #: ../admin/config/index.php:154
546
  #, fuzzy
547
  msgid "Blacklist by Capability"
548
  msgstr "Navegador"
549
 
550
- #: ../admin/config/index.php:154
551
  msgid ""
552
  "Users having at least one of the <a href='http://codex.wordpress.org/"
553
  "Roles_and_Capabilities' target='_new'>capabilities</a> listed here below "
@@ -558,15 +582,15 @@ msgstr ""
558
  "no se les rastreará. Las Capacidades distinguen entre mayúsculas y "
559
  "minúsculas."
560
 
561
- #: ../admin/config/index.php:156
562
  msgid "Profiling"
563
  msgstr "Haciendo perfil"
564
 
565
- #: ../admin/config/index.php:157
566
  msgid "Ignore Spammers"
567
  msgstr "Ignorar Spammers"
568
 
569
- #: ../admin/config/index.php:157
570
  msgid ""
571
  "Enable this option if you don't want to track visits from users identified "
572
  "as spammers by third-party tools like Akismet. Pageviews generated by users "
@@ -579,12 +603,12 @@ msgstr ""
579
  "adelante se marcan como correo no deseado, también se eliminarán de la base "
580
  "de datos."
581
 
582
- #: ../admin/config/index.php:158
583
  #, fuzzy
584
  msgid "Ignore Bots"
585
  msgstr "Navegadores recientes"
586
 
587
- #: ../admin/config/index.php:158
588
  msgid ""
589
  "Turn on this feature if you want to have the accuracy level of server-side "
590
  "tracking, but not the inconvenience of getting your database clogged with "
@@ -592,12 +616,12 @@ msgid ""
592
  "note that in Client mode, bots are ignored regardless of this setting."
593
  msgstr ""
594
 
595
- #: ../admin/config/index.php:159
596
  #, fuzzy
597
  msgid "Permalinks"
598
  msgstr "Enlace Permanente"
599
 
600
- #: ../admin/config/index.php:159
601
  msgid ""
602
  "List all the URLs on your website that you don't want to track, separated by "
603
  "commas. Don't include the domain name: <em>/about, ?p=1</em>, etc. "
@@ -616,12 +640,12 @@ msgstr ""
616
  "<code> / abo! T </ code > coincidirá con /about and /abort. Las cadenas no "
617
  "se afectan por mayúsculas y minúsculas."
618
 
619
- #: ../admin/config/index.php:160
620
  #, fuzzy
621
  msgid "Countries"
622
  msgstr "Paises que más visitan"
623
 
624
- #: ../admin/config/index.php:160
625
  msgid ""
626
  "Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
627
  "track, separated by commas."
@@ -629,12 +653,12 @@ msgstr ""
629
  "Los códigos de país (Es decir: <code> es-es, it, es </code>) a los que no "
630
  "desee realizar el seguimiento, separados por comas"
631
 
632
- #: ../admin/config/index.php:161
633
  #, fuzzy
634
  msgid "User Agents"
635
  msgstr "Buscadores"
636
 
637
- #: ../admin/config/index.php:161
638
  msgid ""
639
  "Browsers (user agents) you don't want to track, separated by commas. You can "
640
  "specify the browser's version adding a slash after the name (i.e. "
@@ -651,12 +675,12 @@ msgstr ""
651
  "code> coincidirá Chrome y cromo, <code> IE /! 0.0 </code> coincidirá IE/7.0 "
652
  "y IE/8.0. Las cadenas son de mayúsculas y minúsculas."
653
 
654
- #: ../admin/config/index.php:162
655
  #, fuzzy
656
  msgid "Referring Sites"
657
  msgstr "Motores de Búsqueda"
658
 
659
- #: ../admin/config/index.php:162
660
  msgid ""
661
  "Referring URLs that you don't want to track, separated by commas: "
662
  "<code>http://mysite.com*</code>, <code>*/ignore-me-please</code>, etc. "
@@ -671,21 +695,21 @@ msgstr ""
671
  "cadenas son mayúsculas y minúsculas. Por favor incluya ya sea un comodín o "
672
  "el protocolo que desea filtrar (http://, https://)."
673
 
674
- #: ../admin/config/index.php:165
675
  msgid "Enable Privacy Mode"
676
  msgstr "Activar el modo de privacidad"
677
 
678
- #: ../admin/config/index.php:165
679
  msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
680
  msgstr ""
681
  "Enmascarar direcciones IP de sus visitantes para cumplir con leyes de "
682
  "privacidad europeas."
683
 
684
- #: ../admin/config/index.php:166
685
  msgid "Ignore Prefetch Requests"
686
  msgstr "Ignorar PPeticiones Prefetch"
687
 
688
- #: ../admin/config/index.php:166
689
  #, fuzzy
690
  msgid ""
691
  "Prevent Slimstat from tracking pageviews generated by Firefox's <a "
@@ -696,54 +720,54 @@ msgstr ""
696
  "href='https://developer.mozilla.org/en/Link_prefetching_FAQ' "
697
  "target='_blank'> Función de Prellamado de enlaces de Firefox </a>."
698
 
699
- #: ../admin/config/index.php:171 ../admin/config/index.php:203
700
  #, fuzzy
701
  msgid "Reports"
702
  msgstr "Informes Personalizados"
703
 
704
- #: ../admin/config/index.php:173
705
  msgid "Formats and Conversions"
706
  msgstr ""
707
 
708
- #: ../admin/config/index.php:174
709
  msgid "Number Format"
710
  msgstr "Formato de número"
711
 
712
- #: ../admin/config/index.php:174
713
  #, fuzzy
714
  msgid "Choose the number format you want to use for your reports."
715
  msgstr ""
716
  "Seleccione el formato de número que desea utilizar para sus informes, "
717
  "europeos o americanos."
718
 
719
- #: ../admin/config/index.php:175
720
  #, fuzzy
721
  msgid "Date Format"
722
  msgstr "Fecha y hora"
723
 
724
- #: ../admin/config/index.php:175
725
  msgid ""
726
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
727
  "Format</a> to use when displaying a pageview's date."
728
  msgstr ""
729
 
730
- #: ../admin/config/index.php:176
731
  #, fuzzy
732
  msgid "Time Format"
733
  msgstr "Formato de número"
734
 
735
- #: ../admin/config/index.php:176
736
  msgid ""
737
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
738
  "Format</a> to use when displaying a pageview's time."
739
  msgstr ""
740
 
741
- #: ../admin/config/index.php:177
742
  #, fuzzy
743
  msgid "Use Display Name"
744
  msgstr "Mostrar Nombre para mostrar"
745
 
746
- #: ../admin/config/index.php:177
747
  msgid ""
748
  "By default, users are listed by their usernames. Use this option to "
749
  "visualize their display names instead."
@@ -752,12 +776,12 @@ msgstr ""
752
  "usuario. Utilice esta opción para visualizar los nombres para mostrar en su "
753
  "lugar."
754
 
755
- #: ../admin/config/index.php:178
756
  #, fuzzy
757
  msgid "Use Titles"
758
  msgstr "Mostrar Títulos"
759
 
760
- #: ../admin/config/index.php:178
761
  #, fuzzy
762
  msgid ""
763
  "Slimstat converts your permalinks into post, page and category titles. "
@@ -766,76 +790,109 @@ msgstr ""
766
  "WP SLIMStat convierte tus enlaces permanentes en títulos de publicaciones y "
767
  "páginas. Desactive esta función si necesita ver la URL en sus informes."
768
 
769
- #: ../admin/config/index.php:179
770
  msgid "Convert IP Addresses"
771
  msgstr "Convertir Direcciones IP"
772
 
773
- #: ../admin/config/index.php:179
774
  msgid "Display provider names instead of IP addresses."
775
  msgstr "Muestra los nombres de proveedores, en lugar de direcciones IP."
776
 
777
- #: ../admin/config/index.php:181
778
  msgid "Functionality"
779
  msgstr "Funcionalidad"
780
 
781
- #: ../admin/config/index.php:182
 
 
 
 
 
 
 
 
 
 
 
782
  msgid "SlimScroll"
783
  msgstr ""
784
 
785
- #: ../admin/config/index.php:182
786
  msgid ""
787
  "Enable SlimScroll, a slick jQuery library that replaces the built-in browser "
788
  "scrollbar."
789
  msgstr ""
790
 
791
- #: ../admin/config/index.php:183
792
  msgid "Expand Details"
793
  msgstr "Expandir Detalles"
794
 
795
- #: ../admin/config/index.php:183
796
  msgid "Expand each row's details by default, insted of on mousehover."
797
  msgstr ""
798
  "Expandir cada fila de forma predeterminada, en vez de al sobreponer el ratón."
799
 
800
- #: ../admin/config/index.php:184 ../admin/config/index.php:190
801
  #, fuzzy
802
  msgid "Rows to Display"
803
  msgstr "No hay datos que mostrar"
804
 
805
- #: ../admin/config/index.php:184
806
  msgid "Specify the number of items in each report."
807
  msgstr "Especifique el número de elementos en cada informe."
808
 
809
- #: ../admin/config/index.php:185 ../admin/view/wp-slimstat-db.php:101
810
  #, fuzzy
811
  msgid "Max Results"
812
  msgstr "Limitar Resultados"
813
 
814
- #: ../admin/config/index.php:185
815
  msgid ""
816
  "Decide how many records should be retrieved from the database in total. "
817
  "Depending on your server configuration, you may want to fine tune this value "
818
  "to avoid exceeding your PHP memory limit."
819
  msgstr ""
820
 
821
- #: ../admin/config/index.php:186
822
  msgid "IP Lookup"
823
  msgstr "Búsqueda de IP"
824
 
825
- #: ../admin/config/index.php:186
826
  msgid "Customize the Geolocation service to be used in the reports."
827
  msgstr ""
828
  "Personalizar el servicio de Geolocalización de ser utilizado en los informes."
829
 
830
- #: ../admin/config/index.php:188
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
831
  msgid "Activity Log"
832
  msgstr "Bitácora de actividades"
833
 
834
- #: ../admin/config/index.php:189
835
  msgid "Live Stream"
836
  msgstr "Transmisión en Vivo"
837
 
838
- #: ../admin/config/index.php:189
839
  #, fuzzy
840
  msgid ""
841
  "Enable the Live view, which refreshes the Activity Log every X seconds. "
@@ -845,16 +902,16 @@ msgstr ""
845
  "segundos. Introduzca <strong> 0 </strong> (número cero) para deshabilitar "
846
  "esta funcionalidad."
847
 
848
- #: ../admin/config/index.php:190
849
  #, fuzzy
850
  msgid "Specify the number of items in the Activity Log."
851
  msgstr "Especifica el número de elementos en Ahora."
852
 
853
- #: ../admin/config/index.php:193
854
  msgid "Custom CSS"
855
  msgstr "CSS personalizado"
856
 
857
- #: ../admin/config/index.php:193
858
  #, fuzzy
859
  msgid ""
860
  "Paste here your custom stylesheet to personalize the way your reports look. "
@@ -868,12 +925,12 @@ msgstr ""
868
  "target='_blank'> Compruebe la FAQ </a> para obtener más información sobre "
869
  "cómo utilizar esta funcionalidad."
870
 
871
- #: ../admin/config/index.php:194
872
  #, fuzzy
873
  msgid "Chart Colors"
874
  msgstr "Controles de gráfica"
875
 
876
- #: ../admin/config/index.php:194
877
  msgid ""
878
  "Customize the look and feel of your charts by assigning personalized colors "
879
  "to each metric. List 4 hex colors separated by commas, strictly in the "
@@ -881,12 +938,12 @@ msgid ""
881
  "metric 2 current. For example: <code>#ccc, #999, #bbcc44, #21759b</code>."
882
  msgstr ""
883
 
884
- #: ../admin/config/index.php:195
885
  #, fuzzy
886
  msgid "Show User Agent"
887
  msgstr "Buscadores"
888
 
889
- #: ../admin/config/index.php:195
890
  msgid ""
891
  "Choose if you want to see the browser name or a complete user agent string "
892
  "when hovering on browser icons."
@@ -894,28 +951,28 @@ msgstr ""
894
  "Seleccione si desea ver el nombre del navegador o una cadena completa de "
895
  "agente de usuario al pasar el cursor sobre los iconos del navegador."
896
 
897
- #: ../admin/config/index.php:196
898
  #, fuzzy
899
  msgid "Enable SOV"
900
  msgstr "Habilitar CDN"
901
 
902
- #: ../admin/config/index.php:196
903
  msgid ""
904
  "In linguistic typology, a subject-object-verb (SOV) language is one in which "
905
  "the subject, object, and verb of a sentence appear in that order, like in "
906
  "Japanese."
907
  msgstr ""
908
 
909
- #: ../admin/config/index.php:201
910
  msgid "Access Control"
911
  msgstr ""
912
 
913
- #: ../admin/config/index.php:204
914
  #, fuzzy
915
  msgid "Restrict Authors"
916
  msgstr "Autor de la entrada(sección)"
917
 
918
- #: ../admin/config/index.php:204
919
  #, fuzzy
920
  msgid ""
921
  "Enable this option if you want your authors to only see stats related to "
@@ -924,12 +981,12 @@ msgstr ""
924
  "Habilite esta opción si desea que sus autores sólo vean las estadísticas "
925
  "relacionadas con su propio contenido"
926
 
927
- #: ../admin/config/index.php:205 ../admin/config/index.php:209
928
  #, fuzzy
929
  msgid "Capability"
930
  msgstr "Navegador"
931
 
932
- #: ../admin/config/index.php:205
933
  #, fuzzy
934
  msgid ""
935
  "Specify the minimum <a href='http://codex.wordpress.org/"
@@ -947,11 +1004,11 @@ msgstr ""
947
  "blanca 'Acceso de lectura' aquí abajo. En este caso, la lista tiene "
948
  "prioridad sobre la capacidad."
949
 
950
- #: ../admin/config/index.php:206 ../admin/config/index.php:210
951
  msgid "Whitelist"
952
  msgstr "Lista blanca"
953
 
954
- #: ../admin/config/index.php:206
955
  msgid ""
956
  "List all the users who should have access to the reports, separated by "
957
  "commas. Administrators are implicitly allowed, so you don't need to list "
@@ -962,14 +1019,14 @@ msgstr ""
962
  "es necesario enumerarlos aquí. Los nombres de usuario distinguen entre "
963
  "mayúsculas y minúsculasdefecto."
964
 
965
- #: ../admin/config/index.php:208 ../admin/config/index.php:233
966
- #: ../admin/wp-slimstat-admin.php:636 ../admin/wp-slimstat-admin.php:654
967
- #: ../admin/wp-slimstat-admin.php:657
968
  #, fuzzy
969
  msgid "Settings"
970
  msgstr "Seleccionar orden"
971
 
972
- #: ../admin/config/index.php:209
973
  #, fuzzy
974
  msgid ""
975
  "Specify the minimum <a href='http://codex.wordpress.org/"
@@ -983,7 +1040,7 @@ msgstr ""
983
  "blanca de aquí abajo se puede utilizar para anular esta opción para usuarios "
984
  "específicos."
985
 
986
- #: ../admin/config/index.php:210
987
  msgid ""
988
  "List all the users who can edit these options, separated by commas. Please "
989
  "be advised that admins <strong>are not</strong> implicitly allowed, so do "
@@ -994,11 +1051,11 @@ msgstr ""
994
  "implícitamente permitidos, así que ¡no se olvide de incluirse a si mismo! "
995
  "Los nombres de usuario distinguen entre mayúsculas y minúsculas."
996
 
997
- #: ../admin/config/index.php:215
998
  msgid "Maintenance"
999
  msgstr "Mantenimiento"
1000
 
1001
- #: ../admin/config/index.php:220 ../admin/view/addons.php:32
1002
  #: ../admin/wp-slimstat-admin.php:124
1003
  msgid "Add-ons"
1004
  msgstr "Añadidos"
@@ -1419,11 +1476,11 @@ msgstr ""
1419
  msgid "Load"
1420
  msgstr ""
1421
 
1422
- #: ../admin/view/index.php:66 ../admin/view/wp-slimstat-reports.php:1406
1423
  msgid "Today"
1424
  msgstr "Hoy"
1425
 
1426
- #: ../admin/view/index.php:67 ../admin/view/wp-slimstat-reports.php:1409
1427
  msgid "Yesterday"
1428
  msgstr "Ayer"
1429
 
@@ -1515,114 +1572,114 @@ msgstr ""
1515
  msgid "Delete"
1516
  msgstr "Palabras clave"
1517
 
1518
- #: ../admin/view/right-now.php:12
1519
  msgid "Human"
1520
  msgstr "Humana"
1521
 
1522
- #: ../admin/view/right-now.php:12
1523
  msgid "Bot/Crawler"
1524
  msgstr "Bot/Crawler"
1525
 
1526
- #: ../admin/view/right-now.php:12
1527
  msgid "Mobile Device"
1528
  msgstr "Dispositivo Móvil"
1529
 
1530
- #: ../admin/view/right-now.php:12
1531
  msgid "Syndication Reader"
1532
  msgstr "Lector de Sindicación"
1533
 
1534
- #: ../admin/view/right-now.php:37 ../admin/view/wp-slimstat-reports.php:1032
1535
- #: ../admin/view/wp-slimstat-reports.php:1715
1536
  msgid "No data to display"
1537
  msgstr "No hay datos que mostrar"
1538
 
1539
- #: ../admin/view/right-now.php:56
1540
  #, fuzzy
1541
  msgid "Date and Time"
1542
  msgstr "Fecha/Hora"
1543
 
1544
  # Unknown
1545
- #: ../admin/view/right-now.php:65 ../admin/view/wp-slimstat-reports.php:1084
1546
- #: ../admin/view/wp-slimstat-reports.php:1758 ../wp-slimstat.php:1355
1547
  msgid "c-"
1548
  msgstr "Unknown"
1549
 
1550
- #: ../admin/view/right-now.php:117 ../admin/view/wp-slimstat-db.php:60
1551
- #: ../admin/wp-slimstat-admin.php:968 ../admin/wp-slimstat-admin.php:1008
1552
  msgid "Originating IP"
1553
  msgstr "IP de Origen"
1554
 
1555
- #: ../admin/view/right-now.php:148 ../admin/view/wp-slimstat-reports.php:1181
1556
- #: ../admin/view/wp-slimstat-reports.php:1186
1557
- #: ../admin/view/wp-slimstat-reports.php:1191
1558
  #, fuzzy
1559
  msgid "Open this URL in a new window"
1560
  msgstr "Abrir %s en una nueva ventana"
1561
 
1562
- #: ../admin/view/right-now.php:151
1563
  msgid "Local search results page"
1564
  msgstr "Página de resultados de búsqueda local"
1565
 
1566
- #: ../admin/view/right-now.php:157 ../admin/view/wp-slimstat-db.php:42
1567
  #: ../admin/view/wp-slimstat-reports.php:242
1568
- #: ../admin/view/wp-slimstat-reports.php:251
1569
- #: ../admin/wp-slimstat-admin.php:971 ../admin/wp-slimstat-admin.php:987
1570
  #, fuzzy
1571
  msgid "Search Terms"
1572
  msgstr "Principales Recursos"
1573
 
1574
- #: ../admin/view/right-now.php:166
1575
  msgid "Server Latency and Page Speed in milliseconds"
1576
  msgstr ""
1577
 
1578
- #: ../admin/view/right-now.php:166
1579
  msgid "SL"
1580
  msgstr ""
1581
 
1582
- #: ../admin/view/right-now.php:166
1583
  msgid "PS"
1584
  msgstr ""
1585
 
1586
- #: ../admin/view/right-now.php:173
1587
  #, fuzzy
1588
  msgid "Time spent on this page"
1589
  msgstr "Abrir %s en una nueva ventana"
1590
 
1591
- #: ../admin/view/right-now.php:183
1592
  #, fuzzy
1593
  msgid "Open this referrer in a new window"
1594
  msgstr "Abrir referido en una nueva página"
1595
 
1596
- #: ../admin/view/right-now.php:184
1597
  #, fuzzy
1598
  msgid "Open this outbound link in a new window"
1599
  msgstr "Abrir %s en una nueva ventana"
1600
 
1601
- #: ../admin/view/right-now.php:185
1602
  #, fuzzy
1603
  msgid "Content Type"
1604
  msgstr "Contenido"
1605
 
1606
- #: ../admin/view/right-now.php:188
1607
  #, fuzzy
1608
  msgid "Delete this pageview"
1609
  msgstr "Filtrar páginas visitadas dondé:"
1610
 
1611
- #: ../admin/view/right-now.php:199
1612
  #, fuzzy
1613
  msgid "User Logged In"
1614
  msgstr "Buscadores"
1615
 
1616
- #: ../admin/view/right-now.php:209
1617
  #, fuzzy
1618
  msgid "User Logged Out"
1619
  msgstr "Buscadores"
1620
 
1621
- #: ../admin/view/wp-slimstat-db.php:39 ../admin/wp-slimstat-admin.php:984
1622
  msgid "Browser"
1623
  msgstr "Navegador"
1624
 
1625
- #: ../admin/view/wp-slimstat-db.php:40 ../admin/wp-slimstat-admin.php:985
1626
  msgid "Country Code"
1627
  msgstr "Código de Pais"
1628
 
@@ -1630,21 +1687,21 @@ msgstr "Código de Pais"
1630
  msgid "IP Address"
1631
  msgstr "Dirección IP"
1632
 
1633
- #: ../admin/view/wp-slimstat-db.php:43 ../admin/wp-slimstat-admin.php:988
1634
  msgid "Language Code"
1635
  msgstr "Código de Idioma"
1636
 
1637
  #: ../admin/view/wp-slimstat-db.php:44 ../admin/view/wp-slimstat-db.php:87
1638
- #: ../admin/wp-slimstat-admin.php:989
1639
  msgid "Operating System"
1640
  msgstr "Sistema Operativo"
1641
 
1642
  #: ../admin/view/wp-slimstat-db.php:45 ../admin/view/wp-slimstat-db.php:88
1643
- #: ../admin/wp-slimstat-admin.php:990
1644
  msgid "Permalink"
1645
  msgstr "Enlace Permanente"
1646
 
1647
- #: ../admin/view/wp-slimstat-db.php:46 ../admin/wp-slimstat-admin.php:991
1648
  msgid "Referer"
1649
  msgstr "Referido"
1650
 
@@ -1653,7 +1710,7 @@ msgstr "Referido"
1653
  msgid "Visitor's Username"
1654
  msgstr "Visitantes"
1655
 
1656
- #: ../admin/view/wp-slimstat-db.php:48 ../admin/wp-slimstat-admin.php:974
1657
  #, fuzzy
1658
  msgid "Outbound Link"
1659
  msgstr "Enlaces Salientes Recientes"
@@ -1672,17 +1729,17 @@ msgstr "-- Filtros Avanzados --"
1672
  msgid "Browser Capabilities"
1673
  msgstr "Navegador"
1674
 
1675
- #: ../admin/view/wp-slimstat-db.php:53 ../admin/wp-slimstat-admin.php:1003
1676
  #, fuzzy
1677
  msgid "Browser Version"
1678
  msgstr "Versión del Navegador"
1679
 
1680
- #: ../admin/view/wp-slimstat-db.php:54 ../admin/wp-slimstat-admin.php:1004
1681
  #, fuzzy
1682
  msgid "Browser Type"
1683
  msgstr "Navegador"
1684
 
1685
- #: ../admin/view/wp-slimstat-db.php:55 ../admin/wp-slimstat-admin.php:973
1686
  #, fuzzy
1687
  msgid "User Agent"
1688
  msgstr "Buscadores"
@@ -1696,15 +1753,15 @@ msgstr "Anotaciones de Gráfica"
1696
  msgid "Server Latency"
1697
  msgstr ""
1698
 
1699
- #: ../admin/view/wp-slimstat-db.php:58 ../admin/wp-slimstat-admin.php:1006
1700
  msgid "Post Author"
1701
  msgstr "Autor de la entrada(sección)"
1702
 
1703
- #: ../admin/view/wp-slimstat-db.php:59 ../admin/wp-slimstat-admin.php:1007
1704
  msgid "Post Category ID"
1705
  msgstr "ID de la entrada(sección) de la Categoria"
1706
 
1707
- #: ../admin/view/wp-slimstat-db.php:61 ../admin/wp-slimstat-admin.php:1009
1708
  #, fuzzy
1709
  msgid "Resource Content Type"
1710
  msgstr "Contenidos Recientes"
@@ -1727,7 +1784,7 @@ msgstr "Resolución de Pantalla"
1727
  msgid "Viewport Size"
1728
  msgstr ""
1729
 
1730
- #: ../admin/view/wp-slimstat-db.php:66 ../admin/wp-slimstat-admin.php:1011
1731
  #, fuzzy
1732
  msgid "Visit ID"
1733
  msgstr "Visitas"
@@ -1774,7 +1831,7 @@ msgid "Event ID"
1774
  msgstr ""
1775
 
1776
  #: ../admin/view/wp-slimstat-db.php:96
1777
- #: ../admin/view/wp-slimstat-reports.php:1729
1778
  msgid "Type"
1779
  msgstr ""
1780
 
@@ -1824,7 +1881,7 @@ msgstr "Código de Pais"
1824
  msgid "From search result page"
1825
  msgstr "Desde una página con resultados de búsqueda"
1826
 
1827
- #: ../admin/view/wp-slimstat-reports.php:77 ../admin/wp-slimstat-admin.php:966
1828
  #, fuzzy
1829
  msgid "Known Visitor"
1830
  msgstr "Palabras clave recientes"
@@ -1918,9 +1975,10 @@ msgstr "Calificaciones"
1918
  #: ../admin/view/wp-slimstat-reports.php:212
1919
  #, fuzzy
1920
  msgid ""
1921
- "Slimstat retrieves live information from Alexa, Facebook and Google, to "
1922
- "measures your site's rankings. Values are updated every 12 hours. Filters "
1923
- "set above don't apply to this report."
 
1924
  msgstr ""
1925
  "WP SLIMStat recupera información en directo desde Alexa, Facebook y Google, "
1926
  "para medir el ranking de su sitio. Los valores se actualizan cada 12 horas. "
@@ -1948,7 +2006,7 @@ msgstr ""
1948
  "visitantes que regresan. Por favor, tenga en cuenta que los visitantes "
1949
  "también incluyen a los usuarios registrados."
1950
 
1951
- #: ../admin/view/wp-slimstat-reports.php:252
1952
  #, fuzzy
1953
  msgid "Unique Terms"
1954
  msgstr "IPs Unicas"
@@ -1962,8 +2020,8 @@ msgstr "Motores de Búsqueda"
1962
  msgid "Human Visits"
1963
  msgstr "Visitas humanas"
1964
 
1965
- #: ../admin/view/wp-slimstat-reports.php:283
1966
- #: ../admin/view/wp-slimstat-reports.php:1440
1967
  msgid "Visits"
1968
  msgstr "Visitas"
1969
 
@@ -2112,7 +2170,7 @@ msgstr "IPs Unicas"
2112
  msgid "Traffic Sources"
2113
  msgstr "Origen del Tráfico"
2114
 
2115
- #: ../admin/view/wp-slimstat-reports.php:524
2116
  msgid "Domains"
2117
  msgstr "Dominios"
2118
 
@@ -2271,112 +2329,112 @@ msgstr ""
2271
  msgid "World Map"
2272
  msgstr "Mapa del Mundo"
2273
 
2274
- #: ../admin/view/wp-slimstat-reports.php:945
2275
  msgid "Refresh"
2276
  msgstr "Refrescar"
2277
 
2278
- #: ../admin/view/wp-slimstat-reports.php:982
2279
  #, php-format
2280
  msgid "Results %s - %s of %s"
2281
  msgstr "Resultados %s - %s de %s"
2282
 
2283
- #: ../admin/view/wp-slimstat-reports.php:984
2284
  msgid "Refresh in"
2285
  msgstr "Refrescar en"
2286
 
2287
- #: ../admin/view/wp-slimstat-reports.php:1078
2288
  #, fuzzy
2289
  msgid "Category ID"
2290
  msgstr "ID de la entrada(sección) de la Categoria"
2291
 
2292
- #: ../admin/view/wp-slimstat-reports.php:1083
2293
- #: ../admin/view/wp-slimstat-reports.php:1097
2294
- #: ../admin/view/wp-slimstat-reports.php:1102
2295
  #, fuzzy
2296
  msgid "Code"
2297
  msgstr "Código OS"
2298
 
2299
- #: ../admin/view/wp-slimstat-reports.php:1098
2300
- #: ../languages/dynamic_strings.php:339 ../wp-slimstat.php:1367
2301
  msgid "l-"
2302
  msgstr "l-"
2303
 
2304
- #: ../admin/view/wp-slimstat-reports.php:1115
2305
  msgid "URL"
2306
  msgstr ""
2307
 
2308
- #: ../admin/view/wp-slimstat-reports.php:1128
2309
  #, fuzzy
2310
  msgid "Referrer"
2311
  msgstr "Referido"
2312
 
2313
- #: ../admin/view/wp-slimstat-reports.php:1170
2314
- #: ../admin/view/wp-slimstat-reports.php:1424
2315
- #: ../admin/view/wp-slimstat-reports.php:1480
2316
- #: ../admin/view/wp-slimstat-reports.php:1486
2317
- #: ../admin/view/wp-slimstat-reports.php:1492
2318
- #: ../admin/view/wp-slimstat-reports.php:1498
2319
- #: ../admin/view/wp-slimstat-reports.php:1504
2320
- #: ../admin/view/wp-slimstat-reports.php:1510
2321
- #: ../admin/view/wp-slimstat-reports.php:1516
2322
- #: ../admin/view/wp-slimstat-reports.php:1736
2323
  #, fuzzy
2324
  msgid "Hits"
2325
  msgstr "Visitas"
2326
 
2327
- #: ../admin/view/wp-slimstat-reports.php:1351
2328
  #, fuzzy
2329
  msgid "Dataset Size"
2330
  msgstr "Tamaño de los Datos"
2331
 
2332
- #: ../admin/view/wp-slimstat-reports.php:1353
2333
  msgid "Total number of records stored in the database."
2334
  msgstr ""
2335
 
2336
- #: ../admin/view/wp-slimstat-reports.php:1355
2337
  #, fuzzy
2338
  msgid "DB Size"
2339
  msgstr "Tamaño de los Datos"
2340
 
2341
- #: ../admin/view/wp-slimstat-reports.php:1358
2342
  #, fuzzy
2343
  msgid "Tracking Enabled"
2344
  msgstr "Seguimiento Activo"
2345
 
2346
- #: ../admin/view/wp-slimstat-reports.php:1361
2347
  msgid "Javascript Mode"
2348
  msgstr "Modo Javascript"
2349
 
2350
- #: ../admin/view/wp-slimstat-reports.php:1364
2351
  msgid "Tracking Browser Caps"
2352
  msgstr "Caps para rastreo de Navegador"
2353
 
2354
- #: ../admin/view/wp-slimstat-reports.php:1367
2355
  msgid "Auto purge"
2356
  msgstr "Autopurgar"
2357
 
2358
- #: ../admin/view/wp-slimstat-reports.php:1370
2359
  #, fuzzy
2360
  msgid "Oldest pageview"
2361
  msgstr "Visita más larga"
2362
 
2363
- #: ../admin/view/wp-slimstat-reports.php:1371
2364
  #, fuzzy
2365
  msgid "No visits"
2366
  msgstr "Visitantes"
2367
 
2368
- #: ../admin/view/wp-slimstat-reports.php:1373
2369
  #: ../admin/wp-slimstat-admin.php:112
2370
  #, fuzzy
2371
  msgid "Geolocation"
2372
  msgstr "director"
2373
 
2374
- #: ../admin/view/wp-slimstat-reports.php:1375
2375
  msgid "Date when the MaxMind Geolocation database was last updated."
2376
  msgstr ""
2377
 
2378
- #: ../admin/view/wp-slimstat-reports.php:1386
2379
- #: ../admin/view/wp-slimstat-reports.php:1544
2380
  #, fuzzy
2381
  msgid ""
2382
  "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
@@ -2385,29 +2443,29 @@ msgstr ""
2385
  "Una petición para cargar un archivo HTML único. WP SlimStat registra un "
2386
  "\"pageview\" cada vez que se ejecuta el código de rastreo."
2387
 
2388
- #: ../admin/view/wp-slimstat-reports.php:1388
2389
  #, fuzzy
2390
  msgid "Days in Range"
2391
  msgstr "Fecha y hora"
2392
 
2393
- #: ../admin/view/wp-slimstat-reports.php:1391
2394
  #, fuzzy
2395
  msgid "Average Daily Pageviews"
2396
  msgstr "Promedio Paginas Visitadas"
2397
 
2398
- #: ../admin/view/wp-slimstat-reports.php:1393
2399
  #, fuzzy
2400
  msgid ""
2401
  "How many pages have been visited on average every day during the current "
2402
  "period."
2403
  msgstr "Cuántas páginas se han visitado en promedio durante el período actual."
2404
 
2405
- #: ../admin/view/wp-slimstat-reports.php:1395
2406
  #, fuzzy
2407
  msgid "From Search Results"
2408
  msgstr "Principales Recursos"
2409
 
2410
- #: ../admin/view/wp-slimstat-reports.php:1397
2411
  msgid ""
2412
  "Visitors who landed on your site after searching for a keyword on Google, "
2413
  "Yahoo, etc."
@@ -2415,7 +2473,7 @@ msgstr ""
2415
  "Visitantes que han llegado a su sitio después de buscar una palabra clave en "
2416
  "Google, yahoo, etc."
2417
 
2418
- #: ../admin/view/wp-slimstat-reports.php:1401
2419
  msgid ""
2420
  "Used to differentiate between multiple requests to download a file from one "
2421
  "internet address (IP) and requests originating from many distinct addresses"
@@ -2424,11 +2482,11 @@ msgstr ""
2424
  "desde una dirección de internet (IP) y peticiones que se originan en muchas "
2425
  "diferentes direcciones"
2426
 
2427
- #: ../admin/view/wp-slimstat-reports.php:1403
2428
  msgid "Last 30 minutes"
2429
  msgstr "Últimos 30 minutos"
2430
 
2431
- #: ../admin/view/wp-slimstat-reports.php:1442
2432
  msgid ""
2433
  "A visit is a session of at most 30 minutes. Returning visitors are counted "
2434
  "multiple times if they perform multiple visits."
@@ -2436,15 +2494,15 @@ msgstr ""
2436
  "Una visita es una sesión de cuando mucho 30 minutos.Los visitantes de "
2437
  "regreso se cuentan múltiples veces si llevan a cabo múltiples visitas."
2438
 
2439
- #: ../admin/view/wp-slimstat-reports.php:1446
2440
  msgid "It includes only traffic generated by human visitors."
2441
  msgstr "Incluye sólo tráfico generado por visitantes humanos."
2442
 
2443
- #: ../admin/view/wp-slimstat-reports.php:1448
2444
  msgid "Bounce rate"
2445
  msgstr "Porcentaje de Abandonos"
2446
 
2447
- #: ../admin/view/wp-slimstat-reports.php:1450
2448
  msgid ""
2449
  "Percentage of single-page visits, i.e. visits in which the person left your "
2450
  "site from the entrance page."
@@ -2452,81 +2510,81 @@ msgstr ""
2452
  "Porcentaje de visitas de una página, p. ej. visitas en las cuales la persona "
2453
  "dejó su sitio desde la página de entrada."
2454
 
2455
- #: ../admin/view/wp-slimstat-reports.php:1452
2456
  #, fuzzy
2457
  msgid "Known visitors"
2458
  msgstr "Palabras clave recientes"
2459
 
2460
- #: ../admin/view/wp-slimstat-reports.php:1454
2461
  msgid "Visitors who had previously left a comment on your blog."
2462
  msgstr "Visitantes que han dejado un comentario en su blog previamente."
2463
 
2464
- #: ../admin/view/wp-slimstat-reports.php:1456
2465
  #, fuzzy
2466
  msgid "New visitors"
2467
  msgstr "Visitantes"
2468
 
2469
- #: ../admin/view/wp-slimstat-reports.php:1458
2470
  msgid "Human users who visited your site only once."
2471
  msgstr "Visitantes humanos que visitaron su sitio sólo una vez."
2472
 
2473
- #: ../admin/view/wp-slimstat-reports.php:1460
2474
  msgid "Bots"
2475
  msgstr "Motores de Búsqueda"
2476
 
2477
- #: ../admin/view/wp-slimstat-reports.php:1463
2478
  #, fuzzy
2479
  msgid "Pageviews per visit"
2480
  msgstr "Páginas por visita"
2481
 
2482
- #: ../admin/view/wp-slimstat-reports.php:1466
2483
  msgid "Longest visit"
2484
  msgstr "Visita más larga"
2485
 
2486
- #: ../admin/view/wp-slimstat-reports.php:1467
2487
  #, fuzzy
2488
  msgid "hits"
2489
  msgstr "Visitas"
2490
 
2491
- #: ../admin/view/wp-slimstat-reports.php:1478
2492
  msgid "0 - 30 seconds"
2493
  msgstr "0 - 30 segundos"
2494
 
2495
- #: ../admin/view/wp-slimstat-reports.php:1484
2496
  msgid "31 - 60 seconds"
2497
  msgstr "31 - 60 segundos"
2498
 
2499
- #: ../admin/view/wp-slimstat-reports.php:1490
2500
  msgid "1 - 3 minutes"
2501
  msgstr "1 - 3 minutos"
2502
 
2503
- #: ../admin/view/wp-slimstat-reports.php:1496
2504
  msgid "3 - 5 minutes"
2505
  msgstr "3 - 5 minutos"
2506
 
2507
- #: ../admin/view/wp-slimstat-reports.php:1502
2508
  msgid "5 - 7 minutes"
2509
  msgstr "5 - 7 minutos"
2510
 
2511
- #: ../admin/view/wp-slimstat-reports.php:1508
2512
  msgid "7 - 10 minutes"
2513
  msgstr "7 - 10 minutos"
2514
 
2515
- #: ../admin/view/wp-slimstat-reports.php:1514
2516
  msgid "More than 10 minutes"
2517
  msgstr "Más de 10 minutos"
2518
 
2519
- #: ../admin/view/wp-slimstat-reports.php:1526
2520
  #, fuzzy
2521
  msgid "Average visit duration"
2522
  msgstr "Visitas"
2523
 
2524
- #: ../admin/view/wp-slimstat-reports.php:1546
2525
  #, fuzzy
2526
  msgid "Unique Referrers"
2527
  msgstr "Referidos Únicos"
2528
 
2529
- #: ../admin/view/wp-slimstat-reports.php:1548
2530
  msgid ""
2531
  "A referrer (or referring site) is the site that a visitor previously visited "
2532
  "before following a link to your site."
@@ -2534,12 +2592,12 @@ msgstr ""
2534
  "Un sitio referente (o que refiere) es el sitio al cual el visitante tuvo "
2535
  "acceso antes de seguir un enlace a su sitio."
2536
 
2537
- #: ../admin/view/wp-slimstat-reports.php:1550
2538
  #, fuzzy
2539
  msgid "Direct Pageviews"
2540
  msgstr "Paginas visitadas"
2541
 
2542
- #: ../admin/view/wp-slimstat-reports.php:1552
2543
  msgid ""
2544
  "Visitors who visited the site by typing the URL directly into their browser. "
2545
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
@@ -2551,11 +2609,11 @@ msgstr ""
2551
  "hicieron clic en sus favoritos, usaron etiquetas de enlaces en emails, o "
2552
  "enlaces de documentos que no incluyen variables de rastreo."
2553
 
2554
- #: ../admin/view/wp-slimstat-reports.php:1554
2555
  msgid "From a search result"
2556
  msgstr "Desde un resultado de búsqueda"
2557
 
2558
- #: ../admin/view/wp-slimstat-reports.php:1556
2559
  msgid ""
2560
  "Visitors who came to your site via searches on Google or some other search "
2561
  "engine."
@@ -2563,12 +2621,12 @@ msgstr ""
2563
  "Visitantes que llegaron a su sitio después de buscar una palabra clave en "
2564
  "Google, yahoo, etc."
2565
 
2566
- #: ../admin/view/wp-slimstat-reports.php:1558
2567
  #, fuzzy
2568
  msgid "Unique Landing Pages"
2569
  msgstr "IPs Unicas"
2570
 
2571
- #: ../admin/view/wp-slimstat-reports.php:1560
2572
  msgid ""
2573
  "The first page that a user views during a session. This is also known as the "
2574
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
@@ -2580,22 +2638,22 @@ msgstr ""
2580
  "Brooklyn,” y llegan a su página de inicio, se cuenta (para esa visita) como "
2581
  "página de entrada."
2582
 
2583
- #: ../admin/view/wp-slimstat-reports.php:1562
2584
  #, fuzzy
2585
  msgid "Bounce Pages"
2586
  msgstr "Porcentaje de Abandonos"
2587
 
2588
- #: ../admin/view/wp-slimstat-reports.php:1564
2589
  #, fuzzy
2590
  msgid "Number of single page visits to your site over the selected period."
2591
  msgstr "Número de visitas a una página en el período seleccionado."
2592
 
2593
- #: ../admin/view/wp-slimstat-reports.php:1566
2594
  #, fuzzy
2595
  msgid "New Visitors Rate"
2596
  msgstr "Visitantes"
2597
 
2598
- #: ../admin/view/wp-slimstat-reports.php:1568
2599
  #, fuzzy
2600
  msgid ""
2601
  "Percentage of single page visits, i.e. visits in which the person left your "
@@ -2604,12 +2662,12 @@ msgstr ""
2604
  "Porcentaje de visitas de una página, p. ej. visitas en las cuales la persona "
2605
  "dejó su sitio desde la página de entrada."
2606
 
2607
- #: ../admin/view/wp-slimstat-reports.php:1570
2608
  #, fuzzy
2609
  msgid "Currently from search engines"
2610
  msgstr "Motores de Búsqueda"
2611
 
2612
- #: ../admin/view/wp-slimstat-reports.php:1572
2613
  msgid ""
2614
  "Visitors who visited the site in the last 5 minutes coming from a search "
2615
  "engine."
@@ -2617,55 +2675,41 @@ msgstr ""
2617
  "Visitantes que visitaron el sitio en los últimos 5 minutos y vienen de un "
2618
  "motor de búsqueda."
2619
 
2620
- #: ../admin/view/wp-slimstat-reports.php:1642
2621
- msgid "Number of pages in your site included in Google's index."
2622
- msgstr "Número de páginas en su sitio incluidas en el índice de Google."
 
 
 
2623
 
2624
- #: ../admin/view/wp-slimstat-reports.php:1643
2625
- msgid "Google Index"
2626
- msgstr "Indice de Google"
 
2627
 
2628
- #: ../admin/view/wp-slimstat-reports.php:1644
2629
- msgid "Number of pages, according to Google, that link back to your site."
 
2630
  msgstr ""
2631
  "Número de páginas, de acuerdo a Google, que enlazan de regreso a su sitio."
2632
 
2633
- #: ../admin/view/wp-slimstat-reports.php:1645
2634
- msgid "Google Backlinks"
2635
- msgstr "Backlinks Google"
 
2636
 
2637
- #: ../admin/view/wp-slimstat-reports.php:1646
2638
  msgid ""
2639
- "How many times the Facebook Like button has been approximately clicked on "
2640
- "your site."
 
2641
  msgstr ""
2642
- "Aproximadamente cuántas veces se ha hecho clic en el botón “Me Gusta” de "
2643
- "Facebook en su sitio."
2644
-
2645
- #: ../admin/view/wp-slimstat-reports.php:1647
2646
- msgid "Facebook Likes"
2647
- msgstr "Me Gusta de Facebook"
2648
 
2649
- #: ../admin/view/wp-slimstat-reports.php:1648
2650
- msgid ""
2651
- "How many times your site has been shared by someone on the social network."
2652
  msgstr ""
2653
- "Cuántas veces ha sido compartido su sitio con alguien en las redes sociales."
2654
 
2655
- #: ../admin/view/wp-slimstat-reports.php:1649
2656
- msgid "Facebook Shares"
2657
- msgstr "Compartidas en Facebook"
2658
-
2659
- #: ../admin/view/wp-slimstat-reports.php:1650
2660
- msgid "How many times links to your website have been clicked on Facebook."
2661
- msgstr "Cuántas veces se ha hecho clic en enlaces a su sitio en Facebook."
2662
-
2663
- #: ../admin/view/wp-slimstat-reports.php:1651
2664
- #, fuzzy
2665
- msgid "Facebook Clicks"
2666
- msgstr "Enlaces Salientes Recientes"
2667
-
2668
- #: ../admin/view/wp-slimstat-reports.php:1652
2669
  msgid ""
2670
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
2671
  "traffic data."
@@ -2673,24 +2717,43 @@ msgstr ""
2673
  "Alexa es una compaañ+ía subsidiaria de Amazon.com que proporciona "
2674
  "información de tráfico de datos."
2675
 
2676
- #: ../admin/view/wp-slimstat-reports.php:1653
2677
  msgid "Alexa World Rank"
2678
  msgstr "Clasificación Mundial Alexa."
2679
 
2680
- #: ../admin/view/wp-slimstat-reports.php:1654
2681
  msgid "Alexa Country Rank"
2682
  msgstr "Clasificación por país Alexa"
2683
 
2684
- #: ../admin/view/wp-slimstat-reports.php:1655
2685
  msgid "Alexa Popularity"
2686
  msgstr "Popularidad Alexa"
2687
 
2688
  #: ../admin/view/wp-slimstat-reports.php:1666
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2689
  #, fuzzy
2690
  msgid "Content Items"
2691
  msgstr "Contenido"
2692
 
2693
- #: ../admin/view/wp-slimstat-reports.php:1668
2694
  msgid ""
2695
  "This value includes not only posts, but also custom post types, regardless "
2696
  "of their status"
@@ -2698,1169 +2761,1169 @@ msgstr ""
2698
  "Este valor incluye no sólo publicaciones, sino también tipos de publicación "
2699
  "personalizados, sin importar su estado"
2700
 
2701
- #: ../admin/view/wp-slimstat-reports.php:1670
2702
  #, fuzzy
2703
  msgid "Posts"
2704
  msgstr "Paises que más visitan"
2705
 
2706
- #: ../admin/view/wp-slimstat-reports.php:1673
2707
  #, fuzzy
2708
  msgid "Pages"
2709
  msgstr "Principales Páginas de Salida"
2710
 
2711
- #: ../admin/view/wp-slimstat-reports.php:1676
2712
  msgid "Attachments"
2713
  msgstr ""
2714
 
2715
- #: ../admin/view/wp-slimstat-reports.php:1679
2716
  #, fuzzy
2717
  msgid "Revisions"
2718
  msgstr "Enlace Permanente"
2719
 
2720
- #: ../admin/view/wp-slimstat-reports.php:1682
2721
  #, fuzzy
2722
  msgid "Comments"
2723
  msgstr "Total de Accesos"
2724
 
2725
- #: ../admin/view/wp-slimstat-reports.php:1685
2726
  #, fuzzy
2727
  msgid "Avg Comments per Post"
2728
  msgstr "Promedio de Comentarios por Publicación"
2729
 
2730
- #: ../admin/view/wp-slimstat-reports.php:1688
2731
  msgid "Avg Server Latency"
2732
  msgstr ""
2733
 
2734
- #: ../admin/view/wp-slimstat-reports.php:1690
2735
  msgid ""
2736
  "Latency is the amount of time it takes for the host server to receive and "
2737
  "process a request for a page object. The amount of latency depends largely "
2738
  "on how far away the user is from the server."
2739
  msgstr ""
2740
 
2741
- #: ../admin/view/wp-slimstat-reports.php:1733
2742
  #, fuzzy
2743
  msgid "Coordinates"
2744
  msgstr "Seguimiento Activo"
2745
 
2746
- #: ../admin/view/wp-slimstat-reports.php:1733
2747
  msgid "Date"
2748
  msgstr ""
2749
 
2750
  # Unknown
2751
- #: ../admin/view/wp-slimstat-reports.php:1749
2752
  msgid "c-xx"
2753
  msgstr "Unknown"
2754
 
2755
  # Afghanistan
2756
- #: ../admin/view/wp-slimstat-reports.php:1749
2757
  msgid "c-af"
2758
  msgstr "Afghanistan"
2759
 
2760
  # Åland Islands
2761
- #: ../admin/view/wp-slimstat-reports.php:1749
2762
  msgid "c-ax"
2763
  msgstr "Åland Islands"
2764
 
2765
  # Albania
2766
- #: ../admin/view/wp-slimstat-reports.php:1749
2767
  msgid "c-al"
2768
  msgstr "Albania"
2769
 
2770
  # Algeria
2771
- #: ../admin/view/wp-slimstat-reports.php:1749
2772
  msgid "c-dz"
2773
  msgstr "Algeria"
2774
 
2775
  # Andorra
2776
- #: ../admin/view/wp-slimstat-reports.php:1749
2777
  msgid "c-ad"
2778
  msgstr "Andorra"
2779
 
2780
  # Angola
2781
- #: ../admin/view/wp-slimstat-reports.php:1749
2782
  msgid "c-ao"
2783
  msgstr "Angola"
2784
 
2785
  # Anguilla
2786
- #: ../admin/view/wp-slimstat-reports.php:1749
2787
  msgid "c-ai"
2788
  msgstr "Anguilla"
2789
 
2790
  # Antigua and Barbuda
2791
- #: ../admin/view/wp-slimstat-reports.php:1749
2792
  msgid "c-ag"
2793
  msgstr "Antigua and Barbuda"
2794
 
2795
  # Argentina
2796
- #: ../admin/view/wp-slimstat-reports.php:1749
2797
  msgid "c-ar"
2798
  msgstr "Argentina"
2799
 
2800
  # Armenia
2801
- #: ../admin/view/wp-slimstat-reports.php:1749
2802
  msgid "c-am"
2803
  msgstr "Armenia"
2804
 
2805
  # Aruba
2806
- #: ../admin/view/wp-slimstat-reports.php:1749
2807
  msgid "c-aw"
2808
  msgstr "Aruba"
2809
 
2810
  # Australia
2811
- #: ../admin/view/wp-slimstat-reports.php:1749
2812
  msgid "c-au"
2813
  msgstr "Australia"
2814
 
2815
  # Austria
2816
- #: ../admin/view/wp-slimstat-reports.php:1749
2817
  msgid "c-at"
2818
  msgstr "Austria"
2819
 
2820
  # Azerbaijan
2821
- #: ../admin/view/wp-slimstat-reports.php:1749
2822
  msgid "c-az"
2823
  msgstr "Azerbaijan"
2824
 
2825
  # Bahamas
2826
- #: ../admin/view/wp-slimstat-reports.php:1749
2827
  msgid "c-bs"
2828
  msgstr "Bahamas"
2829
 
2830
  # Bahrain
2831
- #: ../admin/view/wp-slimstat-reports.php:1749
2832
  msgid "c-bh"
2833
  msgstr "Bahrain"
2834
 
2835
  # Bangladesh
2836
- #: ../admin/view/wp-slimstat-reports.php:1749
2837
  msgid "c-bd"
2838
  msgstr "Bangladesh"
2839
 
2840
  # Barbados
2841
- #: ../admin/view/wp-slimstat-reports.php:1749
2842
  msgid "c-bb"
2843
  msgstr "Barbados"
2844
 
2845
  # Belarus
2846
- #: ../admin/view/wp-slimstat-reports.php:1749
2847
  msgid "c-by"
2848
  msgstr "Belarus"
2849
 
2850
  # Belgium
2851
- #: ../admin/view/wp-slimstat-reports.php:1749
2852
  msgid "c-be"
2853
  msgstr "Belgium"
2854
 
2855
  # Belize
2856
- #: ../admin/view/wp-slimstat-reports.php:1749
2857
  msgid "c-bz"
2858
  msgstr "Belize"
2859
 
2860
  # Benin
2861
- #: ../admin/view/wp-slimstat-reports.php:1749
2862
  msgid "c-bj"
2863
  msgstr "Benin"
2864
 
2865
  # Bermuda
2866
- #: ../admin/view/wp-slimstat-reports.php:1749
2867
  msgid "c-bm"
2868
  msgstr "Bermuda"
2869
 
2870
  # Bhutan
2871
- #: ../admin/view/wp-slimstat-reports.php:1749
2872
  msgid "c-bt"
2873
  msgstr "Bhutan"
2874
 
2875
  # Bolivia
2876
- #: ../admin/view/wp-slimstat-reports.php:1749
2877
  msgid "c-bo"
2878
  msgstr "Bolivia"
2879
 
2880
  # Bosnia and Herzegovina
2881
- #: ../admin/view/wp-slimstat-reports.php:1749
2882
  msgid "c-ba"
2883
  msgstr "Bosnia and Herzegovina"
2884
 
2885
  # Botswana
2886
- #: ../admin/view/wp-slimstat-reports.php:1749
2887
  msgid "c-bw"
2888
  msgstr "Botswana"
2889
 
2890
  # Brazil
2891
- #: ../admin/view/wp-slimstat-reports.php:1749
2892
  msgid "c-br"
2893
  msgstr "Brazil"
2894
 
2895
  # Brunei Darussalam
2896
- #: ../admin/view/wp-slimstat-reports.php:1749
2897
  msgid "c-bn"
2898
  msgstr "Brunei Darussalam"
2899
 
2900
  # Bulgaria
2901
- #: ../admin/view/wp-slimstat-reports.php:1749
2902
  msgid "c-bg"
2903
  msgstr "Bulgaria"
2904
 
2905
  # Burkina Faso
2906
- #: ../admin/view/wp-slimstat-reports.php:1749
2907
  msgid "c-bf"
2908
  msgstr "Burkina Faso"
2909
 
2910
  # Burundi
2911
- #: ../admin/view/wp-slimstat-reports.php:1749
2912
  msgid "c-bi"
2913
  msgstr "Burundi"
2914
 
2915
  # Cambodia
2916
- #: ../admin/view/wp-slimstat-reports.php:1749
2917
  msgid "c-kh"
2918
  msgstr "Cambodia"
2919
 
2920
  # Cameroon
2921
- #: ../admin/view/wp-slimstat-reports.php:1749
2922
  msgid "c-cm"
2923
  msgstr "Cameroon"
2924
 
2925
  # Canada
2926
- #: ../admin/view/wp-slimstat-reports.php:1749
2927
  msgid "c-ca"
2928
  msgstr "Canada"
2929
 
2930
  # Cape Verde
2931
- #: ../admin/view/wp-slimstat-reports.php:1749
2932
  msgid "c-cv"
2933
  msgstr "Cape Verde"
2934
 
2935
  # Cayman Islands
2936
- #: ../admin/view/wp-slimstat-reports.php:1749
2937
  msgid "c-ky"
2938
  msgstr "Cayman Islands"
2939
 
2940
  # Central African Republic
2941
- #: ../admin/view/wp-slimstat-reports.php:1749
2942
  msgid "c-cf"
2943
  msgstr "Central African Republic"
2944
 
2945
  # Chad
2946
- #: ../admin/view/wp-slimstat-reports.php:1749
2947
  msgid "c-td"
2948
  msgstr "Chad"
2949
 
2950
  # Chile
2951
- #: ../admin/view/wp-slimstat-reports.php:1749
2952
  msgid "c-cl"
2953
  msgstr "Chile"
2954
 
2955
  # China
2956
- #: ../admin/view/wp-slimstat-reports.php:1749
2957
  msgid "c-cn"
2958
  msgstr "China"
2959
 
2960
  # Colombia
2961
- #: ../admin/view/wp-slimstat-reports.php:1749
2962
  msgid "c-co"
2963
  msgstr "Colombia"
2964
 
2965
  # Comoros
2966
- #: ../admin/view/wp-slimstat-reports.php:1749
2967
  msgid "c-km"
2968
  msgstr "Comoros"
2969
 
2970
  # Congo
2971
- #: ../admin/view/wp-slimstat-reports.php:1749
2972
  msgid "c-cg"
2973
  msgstr "Congo"
2974
 
2975
  # The Democratic Republic of the Congo
2976
- #: ../admin/view/wp-slimstat-reports.php:1749
2977
  msgid "c-cd"
2978
  msgstr "The Democratic Republic of the Congo"
2979
 
2980
  # Costa Rica
2981
- #: ../admin/view/wp-slimstat-reports.php:1749
2982
  msgid "c-cr"
2983
  msgstr "Costa Rica"
2984
 
2985
  # Côte d'Ivoire
2986
- #: ../admin/view/wp-slimstat-reports.php:1749
2987
  msgid "c-ci"
2988
  msgstr "Côte d'Ivoire"
2989
 
2990
  # Croatia
2991
- #: ../admin/view/wp-slimstat-reports.php:1749
2992
  msgid "c-hr"
2993
  msgstr "Croatia"
2994
 
2995
  # Cuba
2996
- #: ../admin/view/wp-slimstat-reports.php:1749
2997
  msgid "c-cu"
2998
  msgstr "Cuba"
2999
 
3000
  # Cyprus
3001
- #: ../admin/view/wp-slimstat-reports.php:1749
3002
  msgid "c-cy"
3003
  msgstr "Cyprus"
3004
 
3005
  # Czech Republic
3006
- #: ../admin/view/wp-slimstat-reports.php:1749
3007
  msgid "c-cz"
3008
  msgstr "Czech Republic"
3009
 
3010
  # Denmark
3011
- #: ../admin/view/wp-slimstat-reports.php:1749
3012
  msgid "c-dk"
3013
  msgstr "Denmark"
3014
 
3015
  # Djibouti
3016
- #: ../admin/view/wp-slimstat-reports.php:1749
3017
  msgid "c-dj"
3018
  msgstr "Djibouti"
3019
 
3020
  # Dominica
3021
- #: ../admin/view/wp-slimstat-reports.php:1749
3022
  msgid "c-dm"
3023
  msgstr "Dominica"
3024
 
3025
  # Dominican Republic
3026
- #: ../admin/view/wp-slimstat-reports.php:1749
3027
  msgid "c-do"
3028
  msgstr "Dominican Republic"
3029
 
3030
  # Ecuador
3031
- #: ../admin/view/wp-slimstat-reports.php:1749
3032
  msgid "c-ec"
3033
  msgstr "Ecuador"
3034
 
3035
  # Egypt
3036
- #: ../admin/view/wp-slimstat-reports.php:1749
3037
  msgid "c-eg"
3038
  msgstr "Egypt"
3039
 
3040
  # El Salvador
3041
- #: ../admin/view/wp-slimstat-reports.php:1749
3042
  msgid "c-sv"
3043
  msgstr "El Salvador"
3044
 
3045
  # Equatorial Guinea
3046
- #: ../admin/view/wp-slimstat-reports.php:1749
3047
  msgid "c-gq"
3048
  msgstr "Equatorial Guinea"
3049
 
3050
  # Eritrea
3051
- #: ../admin/view/wp-slimstat-reports.php:1749
3052
  msgid "c-er"
3053
  msgstr "Eritrea"
3054
 
3055
  # Estonia
3056
- #: ../admin/view/wp-slimstat-reports.php:1749
3057
  msgid "c-ee"
3058
  msgstr "Estonia"
3059
 
3060
  # Ethiopia
3061
- #: ../admin/view/wp-slimstat-reports.php:1749
3062
  msgid "c-et"
3063
  msgstr "Ethiopia"
3064
 
3065
  # Faroe Islands
3066
- #: ../admin/view/wp-slimstat-reports.php:1749
3067
  msgid "c-fo"
3068
  msgstr "Faroe Islands"
3069
 
3070
  # Falkland Islands (Malvinas)
3071
- #: ../admin/view/wp-slimstat-reports.php:1749
3072
  msgid "c-fk"
3073
  msgstr "Falkland Islands (Malvinas)"
3074
 
3075
  # Fiji
3076
- #: ../admin/view/wp-slimstat-reports.php:1749
3077
  msgid "c-fj"
3078
  msgstr "Fiji"
3079
 
3080
  # Finland
3081
- #: ../admin/view/wp-slimstat-reports.php:1749
3082
  msgid "c-fi"
3083
  msgstr "Finland"
3084
 
3085
  # France
3086
- #: ../admin/view/wp-slimstat-reports.php:1749
3087
  msgid "c-fr"
3088
  msgstr "France"
3089
 
3090
  # French Guiana
3091
- #: ../admin/view/wp-slimstat-reports.php:1749
3092
  msgid "c-gf"
3093
  msgstr "French Guiana"
3094
 
3095
  # Gabon
3096
- #: ../admin/view/wp-slimstat-reports.php:1749
3097
  msgid "c-ga"
3098
  msgstr "Gabon"
3099
 
3100
  # Gambia
3101
- #: ../admin/view/wp-slimstat-reports.php:1749
3102
  msgid "c-gm"
3103
  msgstr "Gambia"
3104
 
3105
  # Georgia
3106
- #: ../admin/view/wp-slimstat-reports.php:1749
3107
  msgid "c-ge"
3108
  msgstr "Georgia"
3109
 
3110
  # Germany
3111
- #: ../admin/view/wp-slimstat-reports.php:1749
3112
  msgid "c-de"
3113
  msgstr "Germany"
3114
 
3115
  # Ghana
3116
- #: ../admin/view/wp-slimstat-reports.php:1749
3117
  msgid "c-gh"
3118
  msgstr "Ghana"
3119
 
3120
  # Greece
3121
- #: ../admin/view/wp-slimstat-reports.php:1749
3122
  msgid "c-gr"
3123
  msgstr "Greece"
3124
 
3125
  # Greenland
3126
- #: ../admin/view/wp-slimstat-reports.php:1749
3127
  msgid "c-gl"
3128
  msgstr "Greenland"
3129
 
3130
  # Grenada
3131
- #: ../admin/view/wp-slimstat-reports.php:1749
3132
  msgid "c-gd"
3133
  msgstr "Grenada"
3134
 
3135
  # Guadeloupe
3136
- #: ../admin/view/wp-slimstat-reports.php:1749
3137
  msgid "c-gp"
3138
  msgstr "Guadeloupe"
3139
 
3140
  # Guatemala
3141
- #: ../admin/view/wp-slimstat-reports.php:1749
3142
  msgid "c-gt"
3143
  msgstr "Guatemala"
3144
 
3145
  # Guinea
3146
- #: ../admin/view/wp-slimstat-reports.php:1749
3147
  msgid "c-gn"
3148
  msgstr "Guinea"
3149
 
3150
  # Guinea-Bissau
3151
- #: ../admin/view/wp-slimstat-reports.php:1749
3152
  msgid "c-gw"
3153
  msgstr "Guinea-Bissau"
3154
 
3155
  # Guyana
3156
- #: ../admin/view/wp-slimstat-reports.php:1749
3157
  msgid "c-gy"
3158
  msgstr "Guyana"
3159
 
3160
  # Haiti
3161
- #: ../admin/view/wp-slimstat-reports.php:1749
3162
  msgid "c-ht"
3163
  msgstr "Haiti"
3164
 
3165
  # Honduras
3166
- #: ../admin/view/wp-slimstat-reports.php:1749
3167
  msgid "c-hn"
3168
  msgstr "Honduras"
3169
 
3170
  # Hong Kong
3171
- #: ../admin/view/wp-slimstat-reports.php:1749
3172
  msgid "c-hk"
3173
  msgstr "Hong Kong"
3174
 
3175
  # Hungary
3176
- #: ../admin/view/wp-slimstat-reports.php:1749
3177
  msgid "c-hu"
3178
  msgstr "Hungary"
3179
 
3180
  # Iceland
3181
- #: ../admin/view/wp-slimstat-reports.php:1749
3182
  msgid "c-is"
3183
  msgstr "Iceland"
3184
 
3185
  # India
3186
- #: ../admin/view/wp-slimstat-reports.php:1749
3187
  msgid "c-in"
3188
  msgstr "India"
3189
 
3190
  # Indonesia
3191
- #: ../admin/view/wp-slimstat-reports.php:1749
3192
  msgid "c-id"
3193
  msgstr "Indonesia"
3194
 
3195
  # Islamic Republic of Iran
3196
- #: ../admin/view/wp-slimstat-reports.php:1749
3197
  msgid "c-ir"
3198
  msgstr "Islamic Republic of Iran"
3199
 
3200
  # Iraq
3201
- #: ../admin/view/wp-slimstat-reports.php:1749
3202
  msgid "c-iq"
3203
  msgstr "Iraq"
3204
 
3205
  # Ireland
3206
- #: ../admin/view/wp-slimstat-reports.php:1749
3207
  msgid "c-ie"
3208
  msgstr "Ireland"
3209
 
3210
  # Israel
3211
- #: ../admin/view/wp-slimstat-reports.php:1749
3212
  msgid "c-il"
3213
  msgstr "Israel"
3214
 
3215
  # Italy
3216
- #: ../admin/view/wp-slimstat-reports.php:1749
3217
  msgid "c-it"
3218
  msgstr "Italy"
3219
 
3220
  # Jamaica
3221
- #: ../admin/view/wp-slimstat-reports.php:1749
3222
  msgid "c-jm"
3223
  msgstr "Jamaica"
3224
 
3225
  # Japan
3226
- #: ../admin/view/wp-slimstat-reports.php:1749
3227
  msgid "c-jp"
3228
  msgstr "Japan"
3229
 
3230
  # Jordan
3231
- #: ../admin/view/wp-slimstat-reports.php:1749
3232
  msgid "c-jo"
3233
  msgstr "Jordan"
3234
 
3235
  # Kazakhstan
3236
- #: ../admin/view/wp-slimstat-reports.php:1749
3237
  msgid "c-kz"
3238
  msgstr "Kazakhstan"
3239
 
3240
  # Kenya
3241
- #: ../admin/view/wp-slimstat-reports.php:1749
3242
  msgid "c-ke"
3243
  msgstr "Kenya"
3244
 
3245
  # Nauru
3246
- #: ../admin/view/wp-slimstat-reports.php:1749
3247
  msgid "c-nr"
3248
  msgstr "Nauru"
3249
 
3250
  # Democratic People's Republic of Korea
3251
- #: ../admin/view/wp-slimstat-reports.php:1749
3252
  msgid "c-kp"
3253
  msgstr "Democratic People's Republic of Korea"
3254
 
3255
  # Republic of Korea
3256
- #: ../admin/view/wp-slimstat-reports.php:1749
3257
  msgid "c-kr"
3258
  msgstr "Republic of Korea"
3259
 
3260
- #: ../admin/view/wp-slimstat-reports.php:1749
3261
  msgid "c-kv"
3262
  msgstr "c-kv"
3263
 
3264
  # Kuwait
3265
- #: ../admin/view/wp-slimstat-reports.php:1749
3266
  msgid "c-kw"
3267
  msgstr "Kuwait"
3268
 
3269
  # Kyrgyzstan
3270
- #: ../admin/view/wp-slimstat-reports.php:1749
3271
  msgid "c-kg"
3272
  msgstr "Kyrgyzstan"
3273
 
3274
  # Lao People's Democratic Republic
3275
- #: ../admin/view/wp-slimstat-reports.php:1749
3276
  msgid "c-la"
3277
  msgstr "Lao People's Democratic Republic"
3278
 
3279
  # Latvia
3280
- #: ../admin/view/wp-slimstat-reports.php:1749
3281
  msgid "c-lv"
3282
  msgstr "Latvia"
3283
 
3284
  # Lebanon
3285
- #: ../admin/view/wp-slimstat-reports.php:1749
3286
  msgid "c-lb"
3287
  msgstr "Lebanon"
3288
 
3289
  # Lesotho
3290
- #: ../admin/view/wp-slimstat-reports.php:1749
3291
  msgid "c-ls"
3292
  msgstr "Lesotho"
3293
 
3294
  # Liberia
3295
- #: ../admin/view/wp-slimstat-reports.php:1749
3296
  msgid "c-lr"
3297
  msgstr "Liberia"
3298
 
3299
  # Libyan Arab Jamahiriya
3300
- #: ../admin/view/wp-slimstat-reports.php:1749
3301
  msgid "c-ly"
3302
  msgstr "Libyan Arab Jamahiriya"
3303
 
3304
  # Liechtenstein
3305
- #: ../admin/view/wp-slimstat-reports.php:1749
3306
  msgid "c-li"
3307
  msgstr "Liechtenstein"
3308
 
3309
  # Lithuania
3310
- #: ../admin/view/wp-slimstat-reports.php:1749
3311
  msgid "c-lt"
3312
  msgstr "Lithuania"
3313
 
3314
  # Luxembourg
3315
- #: ../admin/view/wp-slimstat-reports.php:1749
3316
  msgid "c-lu"
3317
  msgstr "Luxembourg"
3318
 
3319
  # The Former Yugoslav Republic of Macedonia
3320
- #: ../admin/view/wp-slimstat-reports.php:1749
3321
  msgid "c-mk"
3322
  msgstr "The Former Yugoslav Republic of Macedonia"
3323
 
3324
  # Madagascar
3325
- #: ../admin/view/wp-slimstat-reports.php:1749
3326
  msgid "c-mg"
3327
  msgstr "Madagascar"
3328
 
3329
  # Malawi
3330
- #: ../admin/view/wp-slimstat-reports.php:1749
3331
  msgid "c-mw"
3332
  msgstr "Malawi"
3333
 
3334
  # Malaysia
3335
- #: ../admin/view/wp-slimstat-reports.php:1749
3336
  msgid "c-my"
3337
  msgstr "Malaysia"
3338
 
3339
  # Mali
3340
- #: ../admin/view/wp-slimstat-reports.php:1749
3341
  msgid "c-ml"
3342
  msgstr "Mali"
3343
 
3344
  # Malta
3345
- #: ../admin/view/wp-slimstat-reports.php:1749
3346
  msgid "c-mt"
3347
  msgstr "Malta"
3348
 
3349
  # Martinique
3350
- #: ../admin/view/wp-slimstat-reports.php:1749
3351
  msgid "c-mq"
3352
  msgstr "Martinique"
3353
 
3354
  # Mauritania
3355
- #: ../admin/view/wp-slimstat-reports.php:1749
3356
  msgid "c-mr"
3357
  msgstr "Mauritania"
3358
 
3359
  # Mauritius
3360
- #: ../admin/view/wp-slimstat-reports.php:1749
3361
  msgid "c-mu"
3362
  msgstr "Mauritius"
3363
 
3364
  # Mexico
3365
- #: ../admin/view/wp-slimstat-reports.php:1749
3366
  msgid "c-mx"
3367
  msgstr "Mexico"
3368
 
3369
  # Moldova
3370
- #: ../admin/view/wp-slimstat-reports.php:1749
3371
  msgid "c-md"
3372
  msgstr "Moldova"
3373
 
3374
  # Mongolia
3375
- #: ../admin/view/wp-slimstat-reports.php:1749
3376
  msgid "c-mn"
3377
  msgstr "Mongolia"
3378
 
3379
  # Montenegro
3380
- #: ../admin/view/wp-slimstat-reports.php:1749
3381
  msgid "c-me"
3382
  msgstr "Montenegro"
3383
 
3384
  # Montserrat
3385
- #: ../admin/view/wp-slimstat-reports.php:1749
3386
  msgid "c-ms"
3387
  msgstr "Montserrat"
3388
 
3389
  # Morocco
3390
- #: ../admin/view/wp-slimstat-reports.php:1749
3391
  msgid "c-ma"
3392
  msgstr "Morocco"
3393
 
3394
  # Mozambique
3395
- #: ../admin/view/wp-slimstat-reports.php:1749
3396
  msgid "c-mz"
3397
  msgstr "Mozambique"
3398
 
3399
  # Myanmar
3400
- #: ../admin/view/wp-slimstat-reports.php:1749
3401
  msgid "c-mm"
3402
  msgstr "Myanmar"
3403
 
3404
  # Namibia
3405
- #: ../admin/view/wp-slimstat-reports.php:1749
3406
  msgid "c-na"
3407
  msgstr "Namibia"
3408
 
3409
  # Nepal
3410
- #: ../admin/view/wp-slimstat-reports.php:1749
3411
  msgid "c-np"
3412
  msgstr "Nepal"
3413
 
3414
  # Netherlands
3415
- #: ../admin/view/wp-slimstat-reports.php:1749
3416
  msgid "c-nl"
3417
  msgstr "Netherlands"
3418
 
3419
  # New Caledonia
3420
- #: ../admin/view/wp-slimstat-reports.php:1749
3421
  msgid "c-nc"
3422
  msgstr "New Caledonia"
3423
 
3424
  # New Zealand
3425
- #: ../admin/view/wp-slimstat-reports.php:1749
3426
  msgid "c-nz"
3427
  msgstr "New Zealand"
3428
 
3429
  # Nicaragua
3430
- #: ../admin/view/wp-slimstat-reports.php:1749
3431
  msgid "c-ni"
3432
  msgstr "Nicaragua"
3433
 
3434
  # Niger
3435
- #: ../admin/view/wp-slimstat-reports.php:1749
3436
  msgid "c-ne"
3437
  msgstr "Niger"
3438
 
3439
  # Nigeria
3440
- #: ../admin/view/wp-slimstat-reports.php:1749
3441
  msgid "c-ng"
3442
  msgstr "Nigeria"
3443
 
3444
  # Norway
3445
- #: ../admin/view/wp-slimstat-reports.php:1749
3446
  msgid "c-no"
3447
  msgstr "Norway"
3448
 
3449
  # Oman
3450
- #: ../admin/view/wp-slimstat-reports.php:1749
3451
  msgid "c-om"
3452
  msgstr "Oman"
3453
 
3454
  # Pakistan
3455
- #: ../admin/view/wp-slimstat-reports.php:1749
3456
  msgid "c-pk"
3457
  msgstr "Pakistan"
3458
 
3459
  # Palau
3460
- #: ../admin/view/wp-slimstat-reports.php:1749
3461
  msgid "c-pw"
3462
  msgstr "Palau"
3463
 
3464
  # Occupied Palestinian Territory
3465
- #: ../admin/view/wp-slimstat-reports.php:1749
3466
  msgid "c-ps"
3467
  msgstr "Occupied Palestinian Territory"
3468
 
3469
  # Panama
3470
- #: ../admin/view/wp-slimstat-reports.php:1749
3471
  msgid "c-pa"
3472
  msgstr "Panama"
3473
 
3474
  # Papua New Guinea
3475
- #: ../admin/view/wp-slimstat-reports.php:1749
3476
  msgid "c-pg"
3477
  msgstr "Papua New Guinea"
3478
 
3479
  # Paraguay
3480
- #: ../admin/view/wp-slimstat-reports.php:1749
3481
  msgid "c-py"
3482
  msgstr "Paraguay"
3483
 
3484
  # Peru
3485
- #: ../admin/view/wp-slimstat-reports.php:1749
3486
  msgid "c-pe"
3487
  msgstr "Peru"
3488
 
3489
  # Philippines
3490
- #: ../admin/view/wp-slimstat-reports.php:1749
3491
  msgid "c-ph"
3492
  msgstr "Philippines"
3493
 
3494
  # Poland
3495
- #: ../admin/view/wp-slimstat-reports.php:1749
3496
  msgid "c-pl"
3497
  msgstr "Poland"
3498
 
3499
  # Portugal
3500
- #: ../admin/view/wp-slimstat-reports.php:1749
3501
  msgid "c-pt"
3502
  msgstr "Portugal"
3503
 
3504
  # Puerto Rico
3505
- #: ../admin/view/wp-slimstat-reports.php:1749
3506
  msgid "c-pr"
3507
  msgstr "Puerto Rico"
3508
 
3509
  # Qatar
3510
- #: ../admin/view/wp-slimstat-reports.php:1749
3511
  msgid "c-qa"
3512
  msgstr "Qatar"
3513
 
3514
  # Réunion
3515
- #: ../admin/view/wp-slimstat-reports.php:1749
3516
  msgid "c-re"
3517
  msgstr "Réunion"
3518
 
3519
  # Romania
3520
- #: ../admin/view/wp-slimstat-reports.php:1749
3521
  msgid "c-ro"
3522
  msgstr "Romania"
3523
 
3524
  # Russian Federation
3525
- #: ../admin/view/wp-slimstat-reports.php:1749
3526
  msgid "c-ru"
3527
  msgstr "Russian Federation"
3528
 
3529
  # Rwanda
3530
- #: ../admin/view/wp-slimstat-reports.php:1749
3531
  msgid "c-rw"
3532
  msgstr "Rwanda"
3533
 
3534
  # Saint Kitts and Nevis
3535
- #: ../admin/view/wp-slimstat-reports.php:1749
3536
  msgid "c-kn"
3537
  msgstr "Saint Kitts and Nevis"
3538
 
3539
  # Saint Lucia
3540
- #: ../admin/view/wp-slimstat-reports.php:1749
3541
  msgid "c-lc"
3542
  msgstr "Saint Lucia"
3543
 
3544
  # Saint Martin
3545
- #: ../admin/view/wp-slimstat-reports.php:1749
3546
  msgid "c-mf"
3547
  msgstr "Saint Martin"
3548
 
3549
  # Saint Vincent and the Grenadines
3550
- #: ../admin/view/wp-slimstat-reports.php:1749
3551
  msgid "c-vc"
3552
  msgstr "Saint Vincent and the Grenadines"
3553
 
3554
  # Samoa
3555
- #: ../admin/view/wp-slimstat-reports.php:1749
3556
  msgid "c-ws"
3557
  msgstr "Samoa"
3558
 
3559
  # Sao Tome and Principe
3560
- #: ../admin/view/wp-slimstat-reports.php:1749
3561
  msgid "c-st"
3562
  msgstr "Sao Tome and Principe"
3563
 
3564
  # Saudi Arabia
3565
- #: ../admin/view/wp-slimstat-reports.php:1749
3566
  msgid "c-sa"
3567
  msgstr "Saudi Arabia"
3568
 
3569
  # Senegal
3570
- #: ../admin/view/wp-slimstat-reports.php:1749
3571
  msgid "c-sn"
3572
  msgstr "Senegal"
3573
 
3574
  # Serbia
3575
- #: ../admin/view/wp-slimstat-reports.php:1749
3576
  msgid "c-rs"
3577
  msgstr "Serbia"
3578
 
3579
  # Sierra Leone
3580
- #: ../admin/view/wp-slimstat-reports.php:1749
3581
  msgid "c-sl"
3582
  msgstr "Sierra Leone"
3583
 
3584
  # Singapore
3585
- #: ../admin/view/wp-slimstat-reports.php:1749
3586
  msgid "c-sg"
3587
  msgstr "Singapore"
3588
 
3589
  # Slovakia
3590
- #: ../admin/view/wp-slimstat-reports.php:1749
3591
  msgid "c-sk"
3592
  msgstr "Slovakia"
3593
 
3594
  # Slovenia
3595
- #: ../admin/view/wp-slimstat-reports.php:1749
3596
  msgid "c-si"
3597
  msgstr "Slovenia"
3598
 
3599
  # Solomon Islands
3600
- #: ../admin/view/wp-slimstat-reports.php:1749
3601
  msgid "c-sb"
3602
  msgstr "Solomon Islands"
3603
 
3604
  # Somalia
3605
- #: ../admin/view/wp-slimstat-reports.php:1749
3606
  msgid "c-so"
3607
  msgstr "Somalia"
3608
 
3609
  # South Africa
3610
- #: ../admin/view/wp-slimstat-reports.php:1749
3611
  msgid "c-za"
3612
  msgstr "South Africa"
3613
 
3614
  # South Georgia and the South Sandwich Islands
3615
- #: ../admin/view/wp-slimstat-reports.php:1749
3616
  msgid "c-gs"
3617
  msgstr "South Georgia and the South Sandwich Islands"
3618
 
3619
  # Spain
3620
- #: ../admin/view/wp-slimstat-reports.php:1749
3621
  msgid "c-es"
3622
  msgstr "Spain"
3623
 
3624
  # Sri Lanka
3625
- #: ../admin/view/wp-slimstat-reports.php:1749
3626
  msgid "c-lk"
3627
  msgstr "Sri Lanka"
3628
 
3629
  # Seychelles
3630
- #: ../admin/view/wp-slimstat-reports.php:1749
3631
  msgid "c-sc"
3632
  msgstr "Seychelles"
3633
 
3634
  # Sudan
3635
- #: ../admin/view/wp-slimstat-reports.php:1749
3636
  msgid "c-sd"
3637
  msgstr "Sudan"
3638
 
3639
- #: ../admin/view/wp-slimstat-reports.php:1749
3640
  msgid "c-ss"
3641
  msgstr "c-ss"
3642
 
3643
  # Suriname
3644
- #: ../admin/view/wp-slimstat-reports.php:1749
3645
  msgid "c-sr"
3646
  msgstr "Suriname"
3647
 
3648
  # Svalbard and Jan Mayen
3649
- #: ../admin/view/wp-slimstat-reports.php:1749
3650
  msgid "c-sj"
3651
  msgstr "Svalbard and Jan Mayen"
3652
 
3653
  # Swaziland
3654
- #: ../admin/view/wp-slimstat-reports.php:1749
3655
  msgid "c-sz"
3656
  msgstr "Swaziland"
3657
 
3658
  # Sweden
3659
- #: ../admin/view/wp-slimstat-reports.php:1749
3660
  msgid "c-se"
3661
  msgstr "Sweden"
3662
 
3663
  # Switzerland
3664
- #: ../admin/view/wp-slimstat-reports.php:1749
3665
  msgid "c-ch"
3666
  msgstr "Switzerland"
3667
 
3668
  # Syrian Arab Republic
3669
- #: ../admin/view/wp-slimstat-reports.php:1749
3670
  msgid "c-sy"
3671
  msgstr "Syrian Arab Republic"
3672
 
3673
  # Taiwan, Province of China
3674
- #: ../admin/view/wp-slimstat-reports.php:1749
3675
  msgid "c-tw"
3676
  msgstr "Taiwan, Province of China"
3677
 
3678
  # Tajikistan
3679
- #: ../admin/view/wp-slimstat-reports.php:1749
3680
  msgid "c-tj"
3681
  msgstr "Tajikistan"
3682
 
3683
  # United Republic of Tanzania
3684
- #: ../admin/view/wp-slimstat-reports.php:1749
3685
  msgid "c-tz"
3686
  msgstr "United Republic of Tanzania"
3687
 
3688
  # Thailand
3689
- #: ../admin/view/wp-slimstat-reports.php:1749
3690
  msgid "c-th"
3691
  msgstr "Thailand"
3692
 
3693
  # Timor-Leste
3694
- #: ../admin/view/wp-slimstat-reports.php:1749
3695
  msgid "c-tl"
3696
  msgstr "Timor-Leste"
3697
 
3698
  # Togo
3699
- #: ../admin/view/wp-slimstat-reports.php:1749
3700
  msgid "c-tg"
3701
  msgstr "Togo"
3702
 
3703
  # Tonga
3704
- #: ../admin/view/wp-slimstat-reports.php:1749
3705
  msgid "c-to"
3706
  msgstr "Tonga"
3707
 
3708
  # Trinidad and Tobago
3709
- #: ../admin/view/wp-slimstat-reports.php:1749
3710
  msgid "c-tt"
3711
  msgstr "Trinidad and Tobago"
3712
 
3713
  # Tunisia
3714
- #: ../admin/view/wp-slimstat-reports.php:1749
3715
  msgid "c-tn"
3716
  msgstr "Tunisia"
3717
 
3718
  # Turkey
3719
- #: ../admin/view/wp-slimstat-reports.php:1749
3720
  msgid "c-tr"
3721
  msgstr "Turkey"
3722
 
3723
  # Turkmenistan
3724
- #: ../admin/view/wp-slimstat-reports.php:1749
3725
  msgid "c-tm"
3726
  msgstr "Turkmenistan"
3727
 
3728
  # Turks and Caicos Islands
3729
- #: ../admin/view/wp-slimstat-reports.php:1749
3730
  msgid "c-tc"
3731
  msgstr "Turks and Caicos Islands"
3732
 
3733
  # Uganda
3734
- #: ../admin/view/wp-slimstat-reports.php:1749
3735
  msgid "c-ug"
3736
  msgstr "Uganda"
3737
 
3738
  # Ukraine
3739
- #: ../admin/view/wp-slimstat-reports.php:1749
3740
  msgid "c-ua"
3741
  msgstr "Ukraine"
3742
 
3743
  # United Arab Emirates
3744
- #: ../admin/view/wp-slimstat-reports.php:1749
3745
  msgid "c-ae"
3746
  msgstr "United Arab Emirates"
3747
 
3748
  # United Kingdom
3749
- #: ../admin/view/wp-slimstat-reports.php:1749
3750
  msgid "c-gb"
3751
  msgstr "United Kingdom"
3752
 
3753
  # United States
3754
- #: ../admin/view/wp-slimstat-reports.php:1749
3755
  msgid "c-us"
3756
  msgstr "United States"
3757
 
3758
  # Uruguay
3759
- #: ../admin/view/wp-slimstat-reports.php:1749
3760
  msgid "c-uy"
3761
  msgstr "Uruguay"
3762
 
3763
  # Uzbekistan
3764
- #: ../admin/view/wp-slimstat-reports.php:1749
3765
  msgid "c-uz"
3766
  msgstr "Uzbekistan"
3767
 
3768
  # Vanuatu
3769
- #: ../admin/view/wp-slimstat-reports.php:1749
3770
  msgid "c-vu"
3771
  msgstr "Vanuatu"
3772
 
3773
  # Venezuela
3774
- #: ../admin/view/wp-slimstat-reports.php:1749
3775
  msgid "c-ve"
3776
  msgstr "Venezuela"
3777
 
3778
  # Viet Nam
3779
- #: ../admin/view/wp-slimstat-reports.php:1749
3780
  msgid "c-vn"
3781
  msgstr "Viet Nam"
3782
 
3783
  # British Virgin Islands
3784
- #: ../admin/view/wp-slimstat-reports.php:1749
3785
  msgid "c-vg"
3786
  msgstr "British Virgin Islands"
3787
 
3788
  # U.S. Virgin Islands
3789
- #: ../admin/view/wp-slimstat-reports.php:1749
3790
  msgid "c-vi"
3791
  msgstr "U.S. Virgin Islands"
3792
 
3793
  # Western Sahara
3794
- #: ../admin/view/wp-slimstat-reports.php:1749
3795
  msgid "c-eh"
3796
  msgstr "Western Sahara"
3797
 
3798
  # Yemen
3799
- #: ../admin/view/wp-slimstat-reports.php:1749
3800
  msgid "c-ye"
3801
  msgstr "Yemen"
3802
 
3803
  # Zambia
3804
- #: ../admin/view/wp-slimstat-reports.php:1749
3805
  msgid "c-zm"
3806
  msgstr "Zambia"
3807
 
3808
  # Zimbabwe
3809
- #: ../admin/view/wp-slimstat-reports.php:1749
3810
  msgid "c-zw"
3811
  msgstr "Zimbabwe"
3812
 
3813
  # Guernsey
3814
- #: ../admin/view/wp-slimstat-reports.php:1749
3815
  msgid "c-gg"
3816
  msgstr "Guernsey"
3817
 
3818
  # Jersey
3819
- #: ../admin/view/wp-slimstat-reports.php:1749
3820
  msgid "c-je"
3821
  msgstr "Jersey"
3822
 
3823
  # Isle of Man
3824
- #: ../admin/view/wp-slimstat-reports.php:1749
3825
  msgid "c-im"
3826
  msgstr "Isle of Man"
3827
 
3828
  # Maldives
3829
- #: ../admin/view/wp-slimstat-reports.php:1749
3830
  msgid "c-mv"
3831
  msgstr "Maldives"
3832
 
3833
  # European Union
3834
- #: ../admin/view/wp-slimstat-reports.php:1750
3835
  msgid "c-eu"
3836
  msgstr "European Union"
3837
 
3838
- #: ../admin/view/wp-slimstat-reports.php:1827
3839
  msgid "src"
3840
  msgstr "Src"
3841
 
3842
- #: ../admin/view/wp-slimstat-reports.php:1831
3843
  msgid "serp"
3844
  msgstr "Serp"
3845
 
3846
- #: ../admin/view/wp-slimstat-reports.php:1839
3847
  msgid "Go to the referring page"
3848
  msgstr "Vaya a la página de referencia"
3849
 
3850
- #: ../admin/view/wp-slimstat-reports.php:1861
3851
  #, fuzzy
3852
  msgid "Remove filter for"
3853
  msgstr "Seleccionar filtro"
3854
 
3855
- #: ../admin/view/wp-slimstat-reports.php:1865
3856
  msgid "Save"
3857
  msgstr ""
3858
 
3859
- #: ../admin/view/wp-slimstat-reports.php:1868
3860
  msgid "Reset All"
3861
  msgstr "Resetear todos"
3862
 
3863
- #: ../admin/view/wp-slimstat-reports.php:1872
3864
  msgid "Current filters:"
3865
  msgstr "Filtros Actuales:"
3866
 
@@ -3895,66 +3958,72 @@ msgstr "Integración WordPress"
3895
  msgid "Inactive Reports"
3896
  msgstr "Informes Personalizados"
3897
 
3898
- #: ../admin/wp-slimstat-admin.php:562
3899
  #, fuzzy
3900
  msgid "SlimStat"
3901
  msgstr "Acerca de WP-SlimStat"
3902
 
3903
- #: ../admin/wp-slimstat-admin.php:620
3904
  #, fuzzy
3905
  msgid "Slimstat"
3906
  msgstr "Acerca de WP-SlimStat"
3907
 
3908
- #: ../admin/wp-slimstat-admin.php:709
3909
  #, fuzzy
3910
  msgid "Pageviews in the last "
3911
  msgstr "Visitas a la página en los últimos 365 días"
3912
 
3913
- #: ../admin/wp-slimstat-admin.php:712
3914
  #, fuzzy
3915
  msgid "Unique IPs in the last "
3916
  msgstr "Únicamente interno"
3917
 
3918
- #: ../admin/wp-slimstat-admin.php:766
 
 
 
 
 
 
3919
  msgid "Show on screen"
3920
  msgstr "Mostrar en pantalla"
3921
 
3922
- #: ../admin/wp-slimstat-admin.php:847
3923
  msgid "Already saved"
3924
  msgstr ""
3925
 
3926
- #: ../admin/wp-slimstat-admin.php:855
3927
  msgid "Saved"
3928
  msgstr ""
3929
 
3930
- #: ../admin/wp-slimstat-admin.php:875
3931
  #, fuzzy
3932
  msgid "Delete this filter"
3933
  msgstr "Filtrar páginas visitadas dondé:"
3934
 
3935
- #: ../admin/wp-slimstat-admin.php:919
3936
  msgid "There was an error updating the following options:"
3937
  msgstr "Hubo un error al actualizar las siguientes opciones:"
3938
 
3939
- #: ../admin/wp-slimstat-admin.php:922
3940
  #, fuzzy
3941
  msgid "Your changes have been saved."
3942
  msgstr "Sus ajustes se han actualizado correctamente."
3943
 
3944
- #: ../admin/wp-slimstat-admin.php:945
3945
  msgid "Save Changes"
3946
  msgstr "Guardar los cambios"
3947
 
3948
- #: ../admin/wp-slimstat-admin.php:961
3949
  msgid "Definitions"
3950
  msgstr "Definiciones"
3951
 
3952
- #: ../admin/wp-slimstat-admin.php:964
3953
  #, fuzzy
3954
  msgid "Pageview"
3955
  msgstr "Paginas visitadas"
3956
 
3957
- #: ../admin/wp-slimstat-admin.php:964
3958
  #, fuzzy
3959
  msgid ""
3960
  "A request to load a single HTML file (\"page\"). This should be contrasted "
@@ -3966,12 +4035,12 @@ msgstr ""
3966
  "archivo desde un servidor web. WP SLIMStat registra una visita de página "
3967
  "cada vez que el código de seguimiento se ejecuta"
3968
 
3969
- #: ../admin/wp-slimstat-admin.php:965
3970
  #, fuzzy
3971
  msgid "(Human) Visit"
3972
  msgstr "Visitas humanas"
3973
 
3974
- #: ../admin/wp-slimstat-admin.php:965
3975
  msgid ""
3976
  "A period of interaction between a visitor's browser and your website, ending "
3977
  "when the browser is closed or when the user has been inactive on that site "
@@ -3981,7 +4050,7 @@ msgstr ""
3981
  "termina cuando se cierra el navegador o cuando el usuario ha estado inactivo "
3982
  "en ese sitio durante 30 minutos"
3983
 
3984
- #: ../admin/wp-slimstat-admin.php:966
3985
  msgid ""
3986
  "Any user who has left a comment on your blog, and is thus identified by "
3987
  "Wordpress as a returning visitor"
@@ -3989,12 +4058,12 @@ msgstr ""
3989
  "Todo usuario que haya dejado un comentario en su blog, por lo que es "
3990
  "identificado por Wordpress como un visitante que regresó"
3991
 
3992
- #: ../admin/wp-slimstat-admin.php:967
3993
  #, fuzzy
3994
  msgid "Unique IP"
3995
  msgstr "IPs Unicas"
3996
 
3997
- #: ../admin/wp-slimstat-admin.php:967
3998
  msgid ""
3999
  "Used to differentiate between multiple requests to download a file from one "
4000
  "internet address (IP) and requests originating from many distinct addresses; "
@@ -4007,7 +4076,7 @@ msgstr ""
4007
  "dirección de Internet de donde vino una visita de página, es útil, pero no "
4008
  "es perfecta"
4009
 
4010
- #: ../admin/wp-slimstat-admin.php:968
4011
  msgid ""
4012
  "the originating IP address of a client connecting to a web server through an "
4013
  "HTTP proxy or load balancer"
@@ -4015,12 +4084,12 @@ msgstr ""
4015
  "dirección IP de origen de un cliente que se conecta a un servidor web a "
4016
  "través de un proxy HTTP o equilibrador de carga"
4017
 
4018
- #: ../admin/wp-slimstat-admin.php:969
4019
  #, fuzzy
4020
  msgid "Direct Traffic"
4021
  msgstr "Visita Directa"
4022
 
4023
- #: ../admin/wp-slimstat-admin.php:969
4024
  msgid ""
4025
  "All those people showing up to your Web site by typing in the URL of your "
4026
  "Web site coming or from a bookmark; some people also call this \"default "
@@ -4030,12 +4099,12 @@ msgstr ""
4030
  "URL de su sitio web o que vienen de un favorito, algunas personas también "
4031
  "llaman a esto \"tráfico por defecto\" o \"tráfico ambiente\""
4032
 
4033
- #: ../admin/wp-slimstat-admin.php:970
4034
  #, fuzzy
4035
  msgid "Search Engine"
4036
  msgstr "Motores de Búsqueda"
4037
 
4038
- #: ../admin/wp-slimstat-admin.php:970
4039
  msgid ""
4040
  "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
4041
  "as well as your paid (PPC/SEM) traffic, so be aware of that"
@@ -4043,17 +4112,17 @@ msgstr ""
4043
  "Google, Yahoo, MSN, Ask, otros; este cubo incluirá tanto su tráfico "
4044
  "orgánico, así como por pago (PPC / SEM), así que tenga cuidado de que"
4045
 
4046
- #: ../admin/wp-slimstat-admin.php:971 ../admin/wp-slimstat-admin.php:987
4047
  msgid "Keywords used by your visitors to find your website on a search engine"
4048
  msgstr ""
4049
  "Las palabras clave utilizadas por los visitantes para encontrar su sitio web "
4050
  "en un buscador"
4051
 
4052
- #: ../admin/wp-slimstat-admin.php:972
4053
  msgid "SERP"
4054
  msgstr "SERP"
4055
 
4056
- #: ../admin/wp-slimstat-admin.php:972
4057
  msgid ""
4058
  "Short for search engine results page, the Web page that a search engine "
4059
  "returns with the results of its search. The value shown represents your rank "
@@ -4064,7 +4133,7 @@ msgstr ""
4064
  "que se muestra representa su rango (o posición) dentro de esa lista de los "
4065
  "resultados"
4066
 
4067
- #: ../admin/wp-slimstat-admin.php:973
4068
  msgid ""
4069
  "Any program used for accessing a website; this includes browsers, robots, "
4070
  "spiders and any other program that was used to retrieve information from the "
@@ -4074,7 +4143,7 @@ msgstr ""
4074
  "navegadores, robots, arañas y cualquier otro programa que se utiliza para "
4075
  "recuperar información del sitio"
4076
 
4077
- #: ../admin/wp-slimstat-admin.php:974
4078
  msgid ""
4079
  "A link from one domain to another is said to be outbound from its source "
4080
  "anchor and inbound to its target. This report lists all the links to other "
@@ -4084,27 +4153,27 @@ msgstr ""
4084
  "de anclaje y de entrada a su objetivo. Este informe muestra todos los "
4085
  "enlaces a otros sitios web, seguidos por sus visitantes."
4086
 
4087
- #: ../admin/wp-slimstat-admin.php:981
4088
  msgid "Basic Filters"
4089
  msgstr "Filtros básicos"
4090
 
4091
- #: ../admin/wp-slimstat-admin.php:984
4092
  msgid "User agent (Firefox, Chrome, ...)"
4093
  msgstr "Agente usuario(Firefox, Chrome, ...)"
4094
 
4095
- #: ../admin/wp-slimstat-admin.php:985
4096
  msgid "2-letter code (us, ru, de, it, ...)"
4097
  msgstr "código de 2 letras (eu, ru, de, it, ...)"
4098
 
4099
- #: ../admin/wp-slimstat-admin.php:986
4100
  msgid "IP"
4101
  msgstr "IP"
4102
 
4103
- #: ../admin/wp-slimstat-admin.php:986
4104
  msgid "Visitor's public IP address"
4105
  msgstr "Dirección IP pública del visitante"
4106
 
4107
- #: ../admin/wp-slimstat-admin.php:988
4108
  msgid ""
4109
  "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
4110
  "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
@@ -4114,7 +4183,7 @@ msgstr ""
4114
  "en-us/library/ee825488(v=cs.20).aspx\">págna de cultura del lenguaje</a> "
4115
  "(primera columna) para más información"
4116
 
4117
- #: ../admin/wp-slimstat-admin.php:989
4118
  msgid ""
4119
  "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
4120
  "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
@@ -4124,20 +4193,20 @@ msgstr ""
4124
  "target=\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php"
4125
  "\">esta página del manual</a> para obtener más información"
4126
 
4127
- #: ../admin/wp-slimstat-admin.php:990
4128
  msgid "URL accessed on your site"
4129
  msgstr "URL visitada en su sitio"
4130
 
4131
- #: ../admin/wp-slimstat-admin.php:991
4132
  msgid "Complete address of the referrer page"
4133
  msgstr "Dirección completa de la página que refiere"
4134
 
4135
- #: ../admin/wp-slimstat-admin.php:992
4136
  #, fuzzy
4137
  msgid "Visitor's Name"
4138
  msgstr "Visitantes"
4139
 
4140
- #: ../admin/wp-slimstat-admin.php:992
4141
  msgid ""
4142
  "Visitors' names according to the cookie set by Wordpress after they leave a "
4143
  "comment"
@@ -4145,15 +4214,15 @@ msgstr ""
4145
  "Nombres de visitantes según la cookie establecida por Wordpress después de "
4146
  "dejar un comentario"
4147
 
4148
- #: ../admin/wp-slimstat-admin.php:1000
4149
  msgid "Advanced Filters"
4150
  msgstr "Filtros avanzados"
4151
 
4152
- #: ../admin/wp-slimstat-admin.php:1003
4153
  msgid "user agent version (9.0, 11, ...)"
4154
  msgstr "versión del agente de usuario (9,0, 11, ...)"
4155
 
4156
- #: ../admin/wp-slimstat-admin.php:1004
4157
  msgid ""
4158
  "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
4159
  "all others"
@@ -4161,12 +4230,12 @@ msgstr ""
4161
  "1 = oruga del motor de búsqueda, 2 = dispositivo móvil, 3 = lector de "
4162
  "sindicación, 0 =a todos los demás"
4163
 
4164
- #: ../admin/wp-slimstat-admin.php:1005
4165
  #, fuzzy
4166
  msgid "Pageview Attributes"
4167
  msgstr "Paginas visitadas"
4168
 
4169
- #: ../admin/wp-slimstat-admin.php:1005
4170
  msgid ""
4171
  "this field is set to <em>[pre]</em> if the resource has been accessed "
4172
  "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
@@ -4176,20 +4245,20 @@ msgstr ""
4176
  "través de <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
4177
  "Link_prefetching_FAQ\">Preecaptura de Enlaces</a> o técnicas similares"
4178
 
4179
- #: ../admin/wp-slimstat-admin.php:1006
4180
  msgid "author associated to that post/page when the resource was accessed"
4181
  msgstr "autor asociado a esa publicación/página cuando se accedió al recurso"
4182
 
4183
- #: ../admin/wp-slimstat-admin.php:1007
4184
  msgid "ID of the category/term associated to the resource, when available"
4185
  msgstr ""
4186
  "ID de la categoría / término asociado al recurso, cuando esté disponible"
4187
 
4188
- #: ../admin/wp-slimstat-admin.php:1008
4189
  msgid "visitor's originating IP address, if available"
4190
  msgstr "dirección IP de origen del visitante, si está disponible"
4191
 
4192
- #: ../admin/wp-slimstat-admin.php:1009
4193
  msgid ""
4194
  "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
4195
  "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
@@ -4203,15 +4272,15 @@ msgstr ""
4203
  "wordpress.org/Conditional_Tags\">Etiquetas condicionales</a> página del "
4204
  "manual para más información"
4205
 
4206
- #: ../admin/wp-slimstat-admin.php:1010
4207
  msgid "Screen Resolution"
4208
  msgstr "Resolución de Pantalla"
4209
 
4210
- #: ../admin/wp-slimstat-admin.php:1010
4211
  msgid "viewport width and height (1024x768, 800x600, ...)"
4212
  msgstr "ancho de vista y altura (1024x768, 800x600 , ...)"
4213
 
4214
- #: ../admin/wp-slimstat-admin.php:1011
4215
  msgid ""
4216
  "generally used in conjunction with <em>is not empty</em>, identifies human "
4217
  "visitors"
@@ -4219,11 +4288,11 @@ msgstr ""
4219
  "se utiliza generalmente en conjunción con <em> no está vacío </em>, "
4220
  "identifica los visitantes humanos"
4221
 
4222
- #: ../admin/wp-slimstat-admin.php:1012
4223
  msgid "Date Filters"
4224
  msgstr "Filtros de fecha"
4225
 
4226
- #: ../admin/wp-slimstat-admin.php:1012
4227
  msgid ""
4228
  "you can specify the timeframe by entering a number in the <em>interval</em> "
4229
  "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
@@ -4234,11 +4303,11 @@ msgstr ""
4234
  "(es decir, día=1, mes=1, año=blank, intervalo=-1 establecerá un filtro de "
4235
  "año a la fecha)"
4236
 
4237
- #: ../admin/wp-slimstat-admin.php:1013
4238
  msgid "SERP Position"
4239
  msgstr "Posición SERP"
4240
 
4241
- #: ../admin/wp-slimstat-admin.php:1013
4242
  msgid ""
4243
  "set the filter to Referer contains cd=N&, where N is the position you are "
4244
  "looking for"
@@ -4246,15 +4315,15 @@ msgstr ""
4246
  "configurar el filtro para Referer contiene cd=N&, donde N es la posición que "
4247
  "usted está buscando"
4248
 
4249
- #: ../admin/wp-slimstat-admin.php:1040
4250
  msgid "Yes"
4251
  msgstr "Si"
4252
 
4253
- #: ../admin/wp-slimstat-admin.php:1041
4254
  msgid "No"
4255
  msgstr "No"
4256
 
4257
- #: ../admin/wp-slimstat-admin.php:1042
4258
  msgid "Site Specific"
4259
  msgstr ""
4260
 
@@ -5899,105 +5968,132 @@ msgstr "Unknown"
5899
  msgid "c-xy"
5900
  msgstr "Local IP"
5901
 
5902
- #: ../wp-slimstat.php:237 ../wp-slimstat.php:524
5903
  msgid "Notice: Pageview filtered by third-party code"
5904
  msgstr ""
5905
 
5906
- #: ../wp-slimstat.php:254
5907
  #, fuzzy, php-format
5908
  msgid "Error: Malformed URL %s"
5909
  msgstr "Navegadores recientes"
5910
 
5911
- #: ../wp-slimstat.php:278
5912
  #, fuzzy, php-format
5913
  msgid "Notice: Referrer %s is blacklisted"
5914
  msgstr "Navegador"
5915
 
5916
- #: ../wp-slimstat.php:356
5917
  #, fuzzy, php-format
5918
  msgid "Notice: Permalink %s is blacklisted"
5919
  msgstr "Navegador"
5920
 
5921
- #: ../wp-slimstat.php:367
5922
  msgid "Error: Empty or not supported IP address format (IPv6)"
5923
  msgstr ""
5924
 
5925
- #: ../wp-slimstat.php:376
5926
  #, php-format
5927
  msgid "Notice: Logged in user %s not tracked"
5928
  msgstr ""
5929
 
5930
- #: ../wp-slimstat.php:384
5931
  #, php-format
5932
  msgid "Notice: User with capability %s not tracked"
5933
  msgstr ""
5934
 
5935
- #: ../wp-slimstat.php:394
5936
  #, fuzzy, php-format
5937
  msgid "Notice: User %s is blacklisted"
5938
  msgstr "Navegador"
5939
 
5940
- #: ../wp-slimstat.php:415
5941
  #, fuzzy, php-format
5942
  msgid "Notice: Spammer %s not tracked"
5943
  msgstr "Bot o Crawler"
5944
 
5945
- #: ../wp-slimstat.php:444
5946
  #, fuzzy, php-format
5947
  msgid "Notice: IP address %s is blacklisted"
5948
  msgstr "Navegador"
5949
 
5950
- #: ../wp-slimstat.php:473
5951
  #, fuzzy, php-format
5952
  msgid "Notice: Country %s is blacklisted"
5953
  msgstr "Navegador"
5954
 
5955
- #: ../wp-slimstat.php:482
5956
  #, fuzzy
5957
  msgid "Notice: Prefetch requests are ignored"
5958
  msgstr "Ignorar PPeticiones Prefetch"
5959
 
5960
- #: ../wp-slimstat.php:498
5961
  #, fuzzy
5962
  msgid "Notice: Bot not tracked"
5963
  msgstr "Bot o Crawler"
5964
 
5965
- #: ../wp-slimstat.php:507
5966
  #, fuzzy, php-format
5967
  msgid "Notice: Browser %s is blacklisted"
5968
  msgstr "Navegador"
5969
 
5970
- #: ../wp-slimstat.php:537
5971
  msgid "Error:"
5972
  msgstr ""
5973
 
5974
- #: ../wp-slimstat.php:1153
5975
  msgid "Invalid payload string. Try clearing your WordPress cache."
5976
  msgstr ""
5977
 
5978
- #: ../wp-slimstat.php:1163
5979
  msgid "Invalid data signature. Try clearing your WordPress cache."
5980
  msgstr ""
5981
 
5982
- #: ../wp-slimstat.php:1235
5983
  #, fuzzy
5984
  msgid "There was an error downloading the MaxMind Geolite DB:"
5985
  msgstr "Hubo un error al actualizar las siguientes opciones:"
5986
 
5987
- #: ../wp-slimstat.php:1243 ../wp-slimstat.php:1252
5988
  #, fuzzy
5989
  msgid "There was an error opening the zipped MaxMind Geolite DB."
5990
  msgstr "Hubo un error al actualizar las siguientes opciones:"
5991
 
5992
- #: ../wp-slimstat.php:1247
5993
  msgid "Function gzopen not defined. Aborting."
5994
  msgstr ""
5995
 
5996
- #: ../wp-slimstat.php:1257
5997
  #, fuzzy
5998
  msgid "There was an error opening the unzipped MaxMind Geolite DB."
5999
  msgstr "Hubo un error al actualizar las siguientes opciones:"
6000
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6001
  #, fuzzy
6002
  #~ msgid "Delete records"
6003
  #~ msgstr "Palabras clave"
@@ -6056,10 +6152,6 @@ msgstr "Hubo un error al actualizar las siguientes opciones:"
6056
  #~ msgid "Custom Reports"
6057
  #~ msgstr "Informes Personalizados"
6058
 
6059
- #, fuzzy
6060
- #~ msgid "Tracking"
6061
- #~ msgstr "Seguimiento Activo"
6062
-
6063
  #, fuzzy
6064
  #~ msgid ""
6065
  #~ "Collect information about screen resolutions, outbound links, downloads, "
@@ -6083,10 +6175,6 @@ msgstr "Hubo un error al actualizar las siguientes opciones:"
6083
  #~ "(suavizado de fuentes). Esta opción requiere que el modo Espía esté "
6084
  #~ "habilitado."
6085
 
6086
- #, fuzzy
6087
- #~ msgid "External Pages"
6088
- #~ msgstr "Paginas visitadas"
6089
-
6090
  #~ msgid "Start From"
6091
  #~ msgstr "Comenzar desde"
6092
 
@@ -6464,9 +6552,6 @@ msgstr "Hubo un error al actualizar las siguientes opciones:"
6464
  #~ "Habilitar esta opción si los usuarios están confundidos por el enlace "
6465
  #~ "Stats asociado para cada publicación en la página Editar publicaciones."
6466
 
6467
- #~ msgid "Blacklist"
6468
- #~ msgstr "Blacklist"
6469
-
6470
  #~ msgid ""
6471
  #~ "Add <em>markings</em> to each chart by specifying a date and its "
6472
  #~ "description in the field below. Useful to keep track of special events "
2
  msgstr ""
3
  "Project-Id-Version: WP Slimstat\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-02-27 23:00-0500\n"
6
+ "PO-Revision-Date: 2016-02-27 23:00-0500\n"
7
  "Last-Translator: WP Slimstat <support@wp-slimstat.com>\n"
8
  "Language-Team: \n"
9
  "Language: es_ES\n"
16
  "X-Generator: Poedit 1.6.11\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
18
  "X-Poedit-SearchPath-0: ..\n"
19
+ "X-Poedit-SearchPathExcluded-0: ../admin/update-checker\n"
20
+ "X-Poedit-SearchPathExcluded-1: ../admin/js\n"
21
 
22
  #: ../admin/config/index.php:33
23
  msgid ""
107
  "etc. This option is ignored if Tracking Mode is set to Client."
108
  msgstr ""
109
 
110
+ #: ../admin/config/index.php:97 ../admin/view/wp-slimstat-reports.php:1372
111
  msgid "Off"
112
  msgstr ""
113
 
126
  "Habilite esta opción para realizar un seguimiento de la actividad de sus "
127
  "usuarios dentro de la administración."
128
 
129
+ #: ../admin/config/index.php:98 ../admin/config/index.php:118
130
+ #: ../admin/config/index.php:119
131
  #, fuzzy
132
  msgid "Track"
133
  msgstr "Rastreador"
142
  msgstr "Integración WordPress"
143
 
144
  #: ../admin/config/index.php:101
145
+ #, fuzzy
146
+ msgid "Dashboard Widgets"
147
+ msgstr "Sumario"
148
+
149
+ #: ../admin/config/index.php:101
150
+ msgid ""
151
+ "Choose if you want to have the most important reports on your WordPress "
152
+ "Dashboard. Use the Screen Options dropdown to select which ones to display."
153
+ msgstr ""
154
+
155
+ #: ../admin/config/index.php:102
156
  msgid "Menu Position"
157
  msgstr "Posición de menú"
158
 
159
+ #: ../admin/config/index.php:102
160
  #, fuzzy
161
  msgid ""
162
  "Choose between a standalone admin menu for Slimstat or a drop down in the "
165
  "Elija entre un menú de administración independiente para WP SLIMStat o un "
166
  "menú desplegable en la barra de administrador (si está visible)."
167
 
168
+ #: ../admin/config/index.php:102
169
  msgid "Side Menu"
170
  msgstr "Menú lateral"
171
 
172
+ #: ../admin/config/index.php:102
173
  msgid "Admin Bar"
174
  msgstr "Barra de administración"
175
 
176
+ #: ../admin/config/index.php:103
177
  #, fuzzy
178
  msgid "Posts and Pages"
179
  msgstr "Añadir columna a Publicaciones"
180
 
181
+ #: ../admin/config/index.php:103
182
  #, fuzzy
183
  msgid ""
184
  "Add a new column to the Edit Posts/Pages screens, with the number of hits "
187
  "Añadir una nueva columna a la pantalla Editar publicaciones, con el número "
188
  "de visitas por publicación (pueden ralentizar la renderización de páginas)."
189
 
190
+ #: ../admin/config/index.php:104
191
  #, fuzzy
192
  msgid "Report Interval"
193
  msgstr "Únicamente interno"
194
 
195
+ #: ../admin/config/index.php:104
196
  msgid ""
197
  "Enter the time range, in days, that should be used to calculate the value "
198
  "here above."
199
  msgstr ""
200
 
201
+ #: ../admin/config/index.php:105
202
  #, fuzzy
203
  msgid "Report Type"
204
  msgstr "Informes Personalizados"
205
 
206
+ #: ../admin/config/index.php:105
207
  msgid ""
208
  "Select what kind of information you would like to see displayed on the Posts "
209
  "admin screen. Pageviews include all the hits regardless of the user, Unique "
210
  "IPs consider only one hit per user in the given time range."
211
  msgstr ""
212
 
213
+ #: ../admin/config/index.php:105 ../admin/view/wp-slimstat-reports.php:81
214
  #: ../admin/view/wp-slimstat-reports.php:90
215
+ #: ../admin/view/wp-slimstat-reports.php:1388
216
+ #: ../admin/view/wp-slimstat-reports.php:1546
217
  msgid "Pageviews"
218
  msgstr "Paginas visitadas"
219
 
220
+ #: ../admin/config/index.php:105 ../admin/view/wp-slimstat-reports.php:91
221
+ #: ../admin/view/wp-slimstat-reports.php:285
222
+ #: ../admin/view/wp-slimstat-reports.php:526
223
+ #: ../admin/view/wp-slimstat-reports.php:1403
224
+ #: ../admin/view/wp-slimstat-reports.php:1448
225
  msgid "Unique IPs"
226
  msgstr "IPs Unicas"
227
 
 
 
 
 
 
 
 
 
 
 
 
228
  #: ../admin/config/index.php:106
229
  #, fuzzy
230
  msgid "Hide Add-ons"
271
 
272
  #: ../admin/config/index.php:109 ../admin/view/index.php:102
273
  #: ../admin/view/wp-slimstat-db.php:79
274
+ #: ../admin/view/wp-slimstat-reports.php:1372
275
  msgid "days"
276
  msgstr "dias"
277
 
292
 
293
  #: ../admin/config/index.php:117
294
  #, fuzzy
295
+ msgid "Link Tracking"
296
+ msgstr "Seguimiento Activo"
297
+
298
+ #: ../admin/config/index.php:118
299
+ #, fuzzy
300
+ msgid "Outbound Clicks"
301
+ msgstr "Enlaces Salientes Recientes"
302
+
303
+ #: ../admin/config/index.php:118
304
+ msgid ""
305
+ "Track when your visitors click on link to external websites. This option "
306
+ "required Spy Mode to be enabled."
307
+ msgstr ""
308
+ "Rastree cuando los usuarios hacen clic en el enlace a sitios web externos. "
309
+ "Esta opción requere que el modo Espía esté habilitado."
310
+
311
+ #: ../admin/config/index.php:118 ../admin/config/index.php:119
312
+ #: ../admin/config/index.php:121
313
+ msgid "Do Not Track"
314
+ msgstr ""
315
+
316
+ #: ../admin/config/index.php:119
317
+ #, fuzzy
318
+ msgid "Internal Clicks"
319
+ msgstr "Búsquedas Internas Recientes"
320
+
321
+ #: ../admin/config/index.php:119
322
+ msgid ""
323
+ "Collect mouse coordinates and other information for clicks on internal "
324
+ "links. Recommended if you're using our heatmap add-on. By default, this "
325
+ "information is only collected for external links."
326
+ msgstr ""
327
+
328
+ #: ../admin/config/index.php:120
329
+ msgid "No Callback"
330
+ msgstr ""
331
+
332
+ #: ../admin/config/index.php:120
333
+ msgid ""
334
+ "Track the event but do not invoke the callback function on links marked with "
335
+ "one of these class names, <em>rel</em> attribute or whose <em>href</em> "
336
+ "attribute contains one of these strings (separated by comma). Useful to "
337
+ "prevent conflicts with lightbox and similar libraries."
338
+ msgstr ""
339
+
340
+ #: ../admin/config/index.php:121
341
+ msgid ""
342
+ "The tracker will ignore links marked with one of these class names, <em>rel</"
343
+ "em> attributes or whose <em>href</em> attribute contains one of these "
344
+ "strings (separated by comma)."
345
+ msgstr ""
346
+
347
+ #: ../admin/config/index.php:122
348
+ #, fuzzy
349
+ msgid "Async Tracker"
350
+ msgstr "Rastreador"
351
+
352
+ #: ../admin/config/index.php:122
353
+ msgid ""
354
+ "When the tracker is configured to record clicks on internal and / or "
355
+ "outbound links, it needs to send this information back to the server "
356
+ "<strong>before</strong> loading the actual page. This can result in a "
357
+ "noticeable delay when someone clicks on one of your links, if your server "
358
+ "takes a while to acknowledge the receipt of that information. You can set "
359
+ "this option to instruct the tracker not to wait for the server, and load the "
360
+ "target URL right away. This will remove the delay, but it might result in a "
361
+ "less accurate logging of events. You can check your server latency under "
362
+ "Site Analysis > Your Website. Values under 1000 milliseconds might allow you "
363
+ "to use async mode."
364
+ msgstr ""
365
+
366
+ #: ../admin/config/index.php:124
367
+ #, fuzzy
368
  msgid "Advanced Options"
369
  msgstr "Filtros avanzados"
370
 
371
+ #: ../admin/config/index.php:125
372
  #, fuzzy
373
  msgid "Session Duration"
374
  msgstr "Visitas"
375
 
376
+ #: ../admin/config/index.php:125
377
  #, fuzzy
378
  msgid ""
379
  "How many seconds should a human session last? Google Analytics sets it to "
382
  "¿Cuántos segundos debe durar una sesión humana en su sitio? Google Analytics "
383
  "lo establece en 1.800 segundos."
384
 
385
+ #: ../admin/config/index.php:125 ../admin/config/index.php:193
386
  msgid "seconds"
387
  msgstr "Segundos"
388
 
389
+ #: ../admin/config/index.php:126
390
  msgid "Extend Session"
391
  msgstr "Extender Sesión"
392
 
393
+ #: ../admin/config/index.php:126
394
  msgid "Extend the duration of a session each time the user visits a new page."
395
  msgstr ""
396
  "Extender la duración de una sesión cada vez que el usuario visita una página "
397
  "nueva."
398
 
399
+ #: ../admin/config/index.php:127
400
  #, fuzzy
401
  msgid "Browser Detection"
402
  msgstr "Versión del Navegador"
403
 
404
+ #: ../admin/config/index.php:127
405
  msgid ""
406
  "The heuristic function is much faster and requires very little memory, but "
407
  "for uncommon user agent strings it might be less accurate, and produce a "
413
  "produce a match."
414
  msgstr ""
415
 
416
+ #: ../admin/config/index.php:127
417
  #, fuzzy
418
  msgid "Browscap"
419
  msgstr "Navegador"
420
 
421
+ #: ../admin/config/index.php:127
422
  msgid "Heuristic"
423
  msgstr ""
424
 
425
+ #: ../admin/config/index.php:128
426
  msgid "Enable CDN"
427
  msgstr "Habilitar CDN"
428
 
429
+ #: ../admin/config/index.php:128
430
  msgid ""
431
  "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
432
  "by serving our tracking code from their fast and reliable network (free "
436
  "CDN, sirviendo nuestro código de seguimiento de su red rápida y confiable "
437
  "(servicio gratuito)."
438
 
439
+ #: ../admin/config/index.php:129
440
  msgid "Extensions to Track"
441
  msgstr "Extensiones a rastreo"
442
 
443
+ #: ../admin/config/index.php:129
444
  msgid ""
445
  "List all the file extensions that you want to be treated as Downloads. "
446
  "Please note that links pointing to external resources (i.e. PDFs on a "
454
  "Descargas y no Vínculos salientes (y rastreado como tal), si su extensión "
455
  "coincide con uno de los que se enumeran a continuación."
456
 
457
+ #: ../admin/config/index.php:131
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
458
  #, fuzzy
459
+ msgid "External Pages"
460
+ msgstr "Paginas visitadas"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
461
 
462
+ #: ../admin/config/index.php:132
463
  msgid ""
464
  "Add the following code to all the non-WP pages you want to track, right "
465
  "before the closing BODY tag. Please make sure to change the protocol of all "
466
  "the URLs to HTTPS, if you external site is served over a secure channel."
467
  msgstr ""
468
 
469
+ #: ../admin/config/index.php:142
470
  #, fuzzy
471
+ msgid "Allow Domains"
472
  msgstr "Enlaces Externos Hostiles"
473
 
474
+ #: ../admin/config/index.php:142
475
  msgid ""
476
  "If you are getting an error saying that no 'Access-Control-Allow-Origin' "
477
  "header is present on the requested resource, when using the external "
482
  "security implications of allowing CORS requests."
483
  msgstr ""
484
 
485
+ #: ../admin/config/index.php:143 ../admin/config/index.php:165
486
+ #: ../admin/config/index.php:196
487
  msgid "Miscellaneous"
488
  msgstr "Varios"
489
 
490
+ #: ../admin/config/index.php:144
491
  msgid "Enable UAN"
492
  msgstr "Habilitar UAN"
493
 
494
+ #: ../admin/config/index.php:144
495
  #, fuzzy
496
  msgid ""
497
  "Send anonymous data about user agents to our server for analysis. This "
506
  "opensource BrowsCap </a>, y mejorar la precisión de la funcionalidad de "
507
  "detección de navegador del SLIMStat."
508
 
509
+ #: ../admin/config/index.php:149
510
  msgid "Filters"
511
  msgstr "Filtros"
512
 
513
+ #: ../admin/config/index.php:151
514
  #, fuzzy
515
  msgid "Do not track settings"
516
  msgstr "Bot o Crawler"
517
 
518
+ #: ../admin/config/index.php:152
519
  msgid "Track Registered Users"
520
  msgstr "Seguimiento Usuarios Registrados"
521
 
522
+ #: ../admin/config/index.php:152
523
  msgid "Enable this option to track logged in users."
524
  msgstr "Active esta opción para rastrear usuarios registrados."
525
 
526
+ #: ../admin/config/index.php:153
527
  #, fuzzy
528
  msgid "Blacklist by Username"
529
  msgstr "Direcciones IP Blacklist"
530
 
531
+ #: ../admin/config/index.php:153
532
  #, fuzzy
533
  msgid ""
534
  "List all the usernames you don't want to track, separated by commas. Please "
547
  "<code> / abo! T </ code > coincidirá con /about and /abort. Las cadenas no "
548
  "se afectan por mayúsculas y minúsculas."
549
 
550
+ #: ../admin/config/index.php:154
551
  msgid "Blacklist by IP Address"
552
  msgstr "Direcciones IP Blacklist"
553
 
554
+ #: ../admin/config/index.php:154
555
  #, fuzzy
556
  msgid ""
557
  "List all the IP addresses you don't want to track, separated by commas. Each "
566
  "CIDR </a> (es decir, < em> 192.168.0.0/24 </em>). Si el formato no es "
567
  "correcto, WP SLIMStat no puede rastrear páginas vistas correctamente."
568
 
569
+ #: ../admin/config/index.php:155
570
  #, fuzzy
571
  msgid "Blacklist by Capability"
572
  msgstr "Navegador"
573
 
574
+ #: ../admin/config/index.php:155
575
  msgid ""
576
  "Users having at least one of the <a href='http://codex.wordpress.org/"
577
  "Roles_and_Capabilities' target='_new'>capabilities</a> listed here below "
582
  "no se les rastreará. Las Capacidades distinguen entre mayúsculas y "
583
  "minúsculas."
584
 
585
+ #: ../admin/config/index.php:157
586
  msgid "Profiling"
587
  msgstr "Haciendo perfil"
588
 
589
+ #: ../admin/config/index.php:158
590
  msgid "Ignore Spammers"
591
  msgstr "Ignorar Spammers"
592
 
593
+ #: ../admin/config/index.php:158
594
  msgid ""
595
  "Enable this option if you don't want to track visits from users identified "
596
  "as spammers by third-party tools like Akismet. Pageviews generated by users "
603
  "adelante se marcan como correo no deseado, también se eliminarán de la base "
604
  "de datos."
605
 
606
+ #: ../admin/config/index.php:159
607
  #, fuzzy
608
  msgid "Ignore Bots"
609
  msgstr "Navegadores recientes"
610
 
611
+ #: ../admin/config/index.php:159
612
  msgid ""
613
  "Turn on this feature if you want to have the accuracy level of server-side "
614
  "tracking, but not the inconvenience of getting your database clogged with "
616
  "note that in Client mode, bots are ignored regardless of this setting."
617
  msgstr ""
618
 
619
+ #: ../admin/config/index.php:160
620
  #, fuzzy
621
  msgid "Permalinks"
622
  msgstr "Enlace Permanente"
623
 
624
+ #: ../admin/config/index.php:160
625
  msgid ""
626
  "List all the URLs on your website that you don't want to track, separated by "
627
  "commas. Don't include the domain name: <em>/about, ?p=1</em>, etc. "
640
  "<code> / abo! T </ code > coincidirá con /about and /abort. Las cadenas no "
641
  "se afectan por mayúsculas y minúsculas."
642
 
643
+ #: ../admin/config/index.php:161
644
  #, fuzzy
645
  msgid "Countries"
646
  msgstr "Paises que más visitan"
647
 
648
+ #: ../admin/config/index.php:161
649
  msgid ""
650
  "Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
651
  "track, separated by commas."
653
  "Los códigos de país (Es decir: <code> es-es, it, es </code>) a los que no "
654
  "desee realizar el seguimiento, separados por comas"
655
 
656
+ #: ../admin/config/index.php:162
657
  #, fuzzy
658
  msgid "User Agents"
659
  msgstr "Buscadores"
660
 
661
+ #: ../admin/config/index.php:162
662
  msgid ""
663
  "Browsers (user agents) you don't want to track, separated by commas. You can "
664
  "specify the browser's version adding a slash after the name (i.e. "
675
  "code> coincidirá Chrome y cromo, <code> IE /! 0.0 </code> coincidirá IE/7.0 "
676
  "y IE/8.0. Las cadenas son de mayúsculas y minúsculas."
677
 
678
+ #: ../admin/config/index.php:163
679
  #, fuzzy
680
  msgid "Referring Sites"
681
  msgstr "Motores de Búsqueda"
682
 
683
+ #: ../admin/config/index.php:163
684
  msgid ""
685
  "Referring URLs that you don't want to track, separated by commas: "
686
  "<code>http://mysite.com*</code>, <code>*/ignore-me-please</code>, etc. "
695
  "cadenas son mayúsculas y minúsculas. Por favor incluya ya sea un comodín o "
696
  "el protocolo que desea filtrar (http://, https://)."
697
 
698
+ #: ../admin/config/index.php:166
699
  msgid "Enable Privacy Mode"
700
  msgstr "Activar el modo de privacidad"
701
 
702
+ #: ../admin/config/index.php:166
703
  msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
704
  msgstr ""
705
  "Enmascarar direcciones IP de sus visitantes para cumplir con leyes de "
706
  "privacidad europeas."
707
 
708
+ #: ../admin/config/index.php:167
709
  msgid "Ignore Prefetch Requests"
710
  msgstr "Ignorar PPeticiones Prefetch"
711
 
712
+ #: ../admin/config/index.php:167
713
  #, fuzzy
714
  msgid ""
715
  "Prevent Slimstat from tracking pageviews generated by Firefox's <a "
720
  "href='https://developer.mozilla.org/en/Link_prefetching_FAQ' "
721
  "target='_blank'> Función de Prellamado de enlaces de Firefox </a>."
722
 
723
+ #: ../admin/config/index.php:172 ../admin/config/index.php:207
724
  #, fuzzy
725
  msgid "Reports"
726
  msgstr "Informes Personalizados"
727
 
728
+ #: ../admin/config/index.php:174
729
  msgid "Formats and Conversions"
730
  msgstr ""
731
 
732
+ #: ../admin/config/index.php:175
733
  msgid "Number Format"
734
  msgstr "Formato de número"
735
 
736
+ #: ../admin/config/index.php:175
737
  #, fuzzy
738
  msgid "Choose the number format you want to use for your reports."
739
  msgstr ""
740
  "Seleccione el formato de número que desea utilizar para sus informes, "
741
  "europeos o americanos."
742
 
743
+ #: ../admin/config/index.php:176
744
  #, fuzzy
745
  msgid "Date Format"
746
  msgstr "Fecha y hora"
747
 
748
+ #: ../admin/config/index.php:176
749
  msgid ""
750
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
751
  "Format</a> to use when displaying a pageview's date."
752
  msgstr ""
753
 
754
+ #: ../admin/config/index.php:177
755
  #, fuzzy
756
  msgid "Time Format"
757
  msgstr "Formato de número"
758
 
759
+ #: ../admin/config/index.php:177
760
  msgid ""
761
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
762
  "Format</a> to use when displaying a pageview's time."
763
  msgstr ""
764
 
765
+ #: ../admin/config/index.php:178
766
  #, fuzzy
767
  msgid "Use Display Name"
768
  msgstr "Mostrar Nombre para mostrar"
769
 
770
+ #: ../admin/config/index.php:178
771
  msgid ""
772
  "By default, users are listed by their usernames. Use this option to "
773
  "visualize their display names instead."
776
  "usuario. Utilice esta opción para visualizar los nombres para mostrar en su "
777
  "lugar."
778
 
779
+ #: ../admin/config/index.php:179
780
  #, fuzzy
781
  msgid "Use Titles"
782
  msgstr "Mostrar Títulos"
783
 
784
+ #: ../admin/config/index.php:179
785
  #, fuzzy
786
  msgid ""
787
  "Slimstat converts your permalinks into post, page and category titles. "
790
  "WP SLIMStat convierte tus enlaces permanentes en títulos de publicaciones y "
791
  "páginas. Desactive esta función si necesita ver la URL en sus informes."
792
 
793
+ #: ../admin/config/index.php:180
794
  msgid "Convert IP Addresses"
795
  msgstr "Convertir Direcciones IP"
796
 
797
+ #: ../admin/config/index.php:180
798
  msgid "Display provider names instead of IP addresses."
799
  msgstr "Muestra los nombres de proveedores, en lugar de direcciones IP."
800
 
801
+ #: ../admin/config/index.php:182
802
  msgid "Functionality"
803
  msgstr "Funcionalidad"
804
 
805
+ #: ../admin/config/index.php:183
806
+ msgid "Async Mode"
807
+ msgstr ""
808
+
809
+ #: ../admin/config/index.php:183
810
+ msgid ""
811
+ "Activate this feature if your reports take a while to load. It breaks down "
812
+ "the load on your server into multiple requests, thus avoiding memory issues "
813
+ "and performance problems."
814
+ msgstr ""
815
+
816
+ #: ../admin/config/index.php:184
817
  msgid "SlimScroll"
818
  msgstr ""
819
 
820
+ #: ../admin/config/index.php:184
821
  msgid ""
822
  "Enable SlimScroll, a slick jQuery library that replaces the built-in browser "
823
  "scrollbar."
824
  msgstr ""
825
 
826
+ #: ../admin/config/index.php:185
827
  msgid "Expand Details"
828
  msgstr "Expandir Detalles"
829
 
830
+ #: ../admin/config/index.php:185
831
  msgid "Expand each row's details by default, insted of on mousehover."
832
  msgstr ""
833
  "Expandir cada fila de forma predeterminada, en vez de al sobreponer el ratón."
834
 
835
+ #: ../admin/config/index.php:186 ../admin/config/index.php:194
836
  #, fuzzy
837
  msgid "Rows to Display"
838
  msgstr "No hay datos que mostrar"
839
 
840
+ #: ../admin/config/index.php:186
841
  msgid "Specify the number of items in each report."
842
  msgstr "Especifique el número de elementos en cada informe."
843
 
844
+ #: ../admin/config/index.php:187 ../admin/view/wp-slimstat-db.php:101
845
  #, fuzzy
846
  msgid "Max Results"
847
  msgstr "Limitar Resultados"
848
 
849
+ #: ../admin/config/index.php:187
850
  msgid ""
851
  "Decide how many records should be retrieved from the database in total. "
852
  "Depending on your server configuration, you may want to fine tune this value "
853
  "to avoid exceeding your PHP memory limit."
854
  msgstr ""
855
 
856
+ #: ../admin/config/index.php:188
857
  msgid "IP Lookup"
858
  msgstr "Búsqueda de IP"
859
 
860
+ #: ../admin/config/index.php:188
861
  msgid "Customize the Geolocation service to be used in the reports."
862
  msgstr ""
863
  "Personalizar el servicio de Geolocalización de ser utilizado en los informes."
864
 
865
+ #: ../admin/config/index.php:189
866
+ msgid "Mozscape Access ID"
867
+ msgstr ""
868
+
869
+ #: ../admin/config/index.php:189
870
+ msgid ""
871
+ "Get accurate rankings for your website through the free <a href=\"https://"
872
+ "moz.com/community/join?redirect=/products/api/keys\" target=\"_blank"
873
+ "\">Mozscape API</a> service. Sign up for a free community account to get "
874
+ "started. Then enter your personal identification code here."
875
+ msgstr ""
876
+
877
+ #: ../admin/config/index.php:190
878
+ msgid "Mozscape Secret Key"
879
+ msgstr ""
880
+
881
+ #: ../admin/config/index.php:190
882
+ msgid ""
883
+ "Do not share your secret key with anyone or they will be able to make API "
884
+ "requests on your account!"
885
+ msgstr ""
886
+
887
+ #: ../admin/config/index.php:192
888
  msgid "Activity Log"
889
  msgstr "Bitácora de actividades"
890
 
891
+ #: ../admin/config/index.php:193
892
  msgid "Live Stream"
893
  msgstr "Transmisión en Vivo"
894
 
895
+ #: ../admin/config/index.php:193
896
  #, fuzzy
897
  msgid ""
898
  "Enable the Live view, which refreshes the Activity Log every X seconds. "
902
  "segundos. Introduzca <strong> 0 </strong> (número cero) para deshabilitar "
903
  "esta funcionalidad."
904
 
905
+ #: ../admin/config/index.php:194
906
  #, fuzzy
907
  msgid "Specify the number of items in the Activity Log."
908
  msgstr "Especifica el número de elementos en Ahora."
909
 
910
+ #: ../admin/config/index.php:197
911
  msgid "Custom CSS"
912
  msgstr "CSS personalizado"
913
 
914
+ #: ../admin/config/index.php:197
915
  #, fuzzy
916
  msgid ""
917
  "Paste here your custom stylesheet to personalize the way your reports look. "
925
  "target='_blank'> Compruebe la FAQ </a> para obtener más información sobre "
926
  "cómo utilizar esta funcionalidad."
927
 
928
+ #: ../admin/config/index.php:198
929
  #, fuzzy
930
  msgid "Chart Colors"
931
  msgstr "Controles de gráfica"
932
 
933
+ #: ../admin/config/index.php:198
934
  msgid ""
935
  "Customize the look and feel of your charts by assigning personalized colors "
936
  "to each metric. List 4 hex colors separated by commas, strictly in the "
938
  "metric 2 current. For example: <code>#ccc, #999, #bbcc44, #21759b</code>."
939
  msgstr ""
940
 
941
+ #: ../admin/config/index.php:199
942
  #, fuzzy
943
  msgid "Show User Agent"
944
  msgstr "Buscadores"
945
 
946
+ #: ../admin/config/index.php:199
947
  msgid ""
948
  "Choose if you want to see the browser name or a complete user agent string "
949
  "when hovering on browser icons."
951
  "Seleccione si desea ver el nombre del navegador o una cadena completa de "
952
  "agente de usuario al pasar el cursor sobre los iconos del navegador."
953
 
954
+ #: ../admin/config/index.php:200
955
  #, fuzzy
956
  msgid "Enable SOV"
957
  msgstr "Habilitar CDN"
958
 
959
+ #: ../admin/config/index.php:200
960
  msgid ""
961
  "In linguistic typology, a subject-object-verb (SOV) language is one in which "
962
  "the subject, object, and verb of a sentence appear in that order, like in "
963
  "Japanese."
964
  msgstr ""
965
 
966
+ #: ../admin/config/index.php:205
967
  msgid "Access Control"
968
  msgstr ""
969
 
970
+ #: ../admin/config/index.php:208
971
  #, fuzzy
972
  msgid "Restrict Authors"
973
  msgstr "Autor de la entrada(sección)"
974
 
975
+ #: ../admin/config/index.php:208
976
  #, fuzzy
977
  msgid ""
978
  "Enable this option if you want your authors to only see stats related to "
981
  "Habilite esta opción si desea que sus autores sólo vean las estadísticas "
982
  "relacionadas con su propio contenido"
983
 
984
+ #: ../admin/config/index.php:209 ../admin/config/index.php:213
985
  #, fuzzy
986
  msgid "Capability"
987
  msgstr "Navegador"
988
 
989
+ #: ../admin/config/index.php:209
990
  #, fuzzy
991
  msgid ""
992
  "Specify the minimum <a href='http://codex.wordpress.org/"
1004
  "blanca 'Acceso de lectura' aquí abajo. En este caso, la lista tiene "
1005
  "prioridad sobre la capacidad."
1006
 
1007
+ #: ../admin/config/index.php:210 ../admin/config/index.php:214
1008
  msgid "Whitelist"
1009
  msgstr "Lista blanca"
1010
 
1011
+ #: ../admin/config/index.php:210
1012
  msgid ""
1013
  "List all the users who should have access to the reports, separated by "
1014
  "commas. Administrators are implicitly allowed, so you don't need to list "
1019
  "es necesario enumerarlos aquí. Los nombres de usuario distinguen entre "
1020
  "mayúsculas y minúsculasdefecto."
1021
 
1022
+ #: ../admin/config/index.php:212 ../admin/config/index.php:237
1023
+ #: ../admin/wp-slimstat-admin.php:640 ../admin/wp-slimstat-admin.php:658
1024
+ #: ../admin/wp-slimstat-admin.php:661
1025
  #, fuzzy
1026
  msgid "Settings"
1027
  msgstr "Seleccionar orden"
1028
 
1029
+ #: ../admin/config/index.php:213
1030
  #, fuzzy
1031
  msgid ""
1032
  "Specify the minimum <a href='http://codex.wordpress.org/"
1040
  "blanca de aquí abajo se puede utilizar para anular esta opción para usuarios "
1041
  "específicos."
1042
 
1043
+ #: ../admin/config/index.php:214
1044
  msgid ""
1045
  "List all the users who can edit these options, separated by commas. Please "
1046
  "be advised that admins <strong>are not</strong> implicitly allowed, so do "
1051
  "implícitamente permitidos, así que ¡no se olvide de incluirse a si mismo! "
1052
  "Los nombres de usuario distinguen entre mayúsculas y minúsculas."
1053
 
1054
+ #: ../admin/config/index.php:219
1055
  msgid "Maintenance"
1056
  msgstr "Mantenimiento"
1057
 
1058
+ #: ../admin/config/index.php:224 ../admin/view/addons.php:32
1059
  #: ../admin/wp-slimstat-admin.php:124
1060
  msgid "Add-ons"
1061
  msgstr "Añadidos"
1476
  msgid "Load"
1477
  msgstr ""
1478
 
1479
+ #: ../admin/view/index.php:66 ../admin/view/wp-slimstat-reports.php:1410
1480
  msgid "Today"
1481
  msgstr "Hoy"
1482
 
1483
+ #: ../admin/view/index.php:67 ../admin/view/wp-slimstat-reports.php:1413
1484
  msgid "Yesterday"
1485
  msgstr "Ayer"
1486
 
1572
  msgid "Delete"
1573
  msgstr "Palabras clave"
1574
 
1575
+ #: ../admin/view/right-now.php:16
1576
  msgid "Human"
1577
  msgstr "Humana"
1578
 
1579
+ #: ../admin/view/right-now.php:16
1580
  msgid "Bot/Crawler"
1581
  msgstr "Bot/Crawler"
1582
 
1583
+ #: ../admin/view/right-now.php:16
1584
  msgid "Mobile Device"
1585
  msgstr "Dispositivo Móvil"
1586
 
1587
+ #: ../admin/view/right-now.php:16
1588
  msgid "Syndication Reader"
1589
  msgstr "Lector de Sindicación"
1590
 
1591
+ #: ../admin/view/right-now.php:41 ../admin/view/wp-slimstat-reports.php:1036
1592
+ #: ../admin/view/wp-slimstat-reports.php:1729
1593
  msgid "No data to display"
1594
  msgstr "No hay datos que mostrar"
1595
 
1596
+ #: ../admin/view/right-now.php:60
1597
  #, fuzzy
1598
  msgid "Date and Time"
1599
  msgstr "Fecha/Hora"
1600
 
1601
  # Unknown
1602
+ #: ../admin/view/right-now.php:69 ../admin/view/wp-slimstat-reports.php:1088
1603
+ #: ../admin/view/wp-slimstat-reports.php:1772 ../wp-slimstat.php:1373
1604
  msgid "c-"
1605
  msgstr "Unknown"
1606
 
1607
+ #: ../admin/view/right-now.php:121 ../admin/view/wp-slimstat-db.php:60
1608
+ #: ../admin/wp-slimstat-admin.php:976 ../admin/wp-slimstat-admin.php:1016
1609
  msgid "Originating IP"
1610
  msgstr "IP de Origen"
1611
 
1612
+ #: ../admin/view/right-now.php:152 ../admin/view/wp-slimstat-reports.php:1185
1613
+ #: ../admin/view/wp-slimstat-reports.php:1190
1614
+ #: ../admin/view/wp-slimstat-reports.php:1195
1615
  #, fuzzy
1616
  msgid "Open this URL in a new window"
1617
  msgstr "Abrir %s en una nueva ventana"
1618
 
1619
+ #: ../admin/view/right-now.php:155
1620
  msgid "Local search results page"
1621
  msgstr "Página de resultados de búsqueda local"
1622
 
1623
+ #: ../admin/view/right-now.php:161 ../admin/view/wp-slimstat-db.php:42
1624
  #: ../admin/view/wp-slimstat-reports.php:242
1625
+ #: ../admin/view/wp-slimstat-reports.php:252
1626
+ #: ../admin/wp-slimstat-admin.php:979 ../admin/wp-slimstat-admin.php:995
1627
  #, fuzzy
1628
  msgid "Search Terms"
1629
  msgstr "Principales Recursos"
1630
 
1631
+ #: ../admin/view/right-now.php:170
1632
  msgid "Server Latency and Page Speed in milliseconds"
1633
  msgstr ""
1634
 
1635
+ #: ../admin/view/right-now.php:170
1636
  msgid "SL"
1637
  msgstr ""
1638
 
1639
+ #: ../admin/view/right-now.php:170
1640
  msgid "PS"
1641
  msgstr ""
1642
 
1643
+ #: ../admin/view/right-now.php:177
1644
  #, fuzzy
1645
  msgid "Time spent on this page"
1646
  msgstr "Abrir %s en una nueva ventana"
1647
 
1648
+ #: ../admin/view/right-now.php:187
1649
  #, fuzzy
1650
  msgid "Open this referrer in a new window"
1651
  msgstr "Abrir referido en una nueva página"
1652
 
1653
+ #: ../admin/view/right-now.php:188
1654
  #, fuzzy
1655
  msgid "Open this outbound link in a new window"
1656
  msgstr "Abrir %s en una nueva ventana"
1657
 
1658
+ #: ../admin/view/right-now.php:189
1659
  #, fuzzy
1660
  msgid "Content Type"
1661
  msgstr "Contenido"
1662
 
1663
+ #: ../admin/view/right-now.php:192
1664
  #, fuzzy
1665
  msgid "Delete this pageview"
1666
  msgstr "Filtrar páginas visitadas dondé:"
1667
 
1668
+ #: ../admin/view/right-now.php:203
1669
  #, fuzzy
1670
  msgid "User Logged In"
1671
  msgstr "Buscadores"
1672
 
1673
+ #: ../admin/view/right-now.php:213
1674
  #, fuzzy
1675
  msgid "User Logged Out"
1676
  msgstr "Buscadores"
1677
 
1678
+ #: ../admin/view/wp-slimstat-db.php:39 ../admin/wp-slimstat-admin.php:992
1679
  msgid "Browser"
1680
  msgstr "Navegador"
1681
 
1682
+ #: ../admin/view/wp-slimstat-db.php:40 ../admin/wp-slimstat-admin.php:993
1683
  msgid "Country Code"
1684
  msgstr "Código de Pais"
1685
 
1687
  msgid "IP Address"
1688
  msgstr "Dirección IP"
1689
 
1690
+ #: ../admin/view/wp-slimstat-db.php:43 ../admin/wp-slimstat-admin.php:996
1691
  msgid "Language Code"
1692
  msgstr "Código de Idioma"
1693
 
1694
  #: ../admin/view/wp-slimstat-db.php:44 ../admin/view/wp-slimstat-db.php:87
1695
+ #: ../admin/wp-slimstat-admin.php:997
1696
  msgid "Operating System"
1697
  msgstr "Sistema Operativo"
1698
 
1699
  #: ../admin/view/wp-slimstat-db.php:45 ../admin/view/wp-slimstat-db.php:88
1700
+ #: ../admin/wp-slimstat-admin.php:998
1701
  msgid "Permalink"
1702
  msgstr "Enlace Permanente"
1703
 
1704
+ #: ../admin/view/wp-slimstat-db.php:46 ../admin/wp-slimstat-admin.php:999
1705
  msgid "Referer"
1706
  msgstr "Referido"
1707
 
1710
  msgid "Visitor's Username"
1711
  msgstr "Visitantes"
1712
 
1713
+ #: ../admin/view/wp-slimstat-db.php:48 ../admin/wp-slimstat-admin.php:982
1714
  #, fuzzy
1715
  msgid "Outbound Link"
1716
  msgstr "Enlaces Salientes Recientes"
1729
  msgid "Browser Capabilities"
1730
  msgstr "Navegador"
1731
 
1732
+ #: ../admin/view/wp-slimstat-db.php:53 ../admin/wp-slimstat-admin.php:1011
1733
  #, fuzzy
1734
  msgid "Browser Version"
1735
  msgstr "Versión del Navegador"
1736
 
1737
+ #: ../admin/view/wp-slimstat-db.php:54 ../admin/wp-slimstat-admin.php:1012
1738
  #, fuzzy
1739
  msgid "Browser Type"
1740
  msgstr "Navegador"
1741
 
1742
+ #: ../admin/view/wp-slimstat-db.php:55 ../admin/wp-slimstat-admin.php:981
1743
  #, fuzzy
1744
  msgid "User Agent"
1745
  msgstr "Buscadores"
1753
  msgid "Server Latency"
1754
  msgstr ""
1755
 
1756
+ #: ../admin/view/wp-slimstat-db.php:58 ../admin/wp-slimstat-admin.php:1014
1757
  msgid "Post Author"
1758
  msgstr "Autor de la entrada(sección)"
1759
 
1760
+ #: ../admin/view/wp-slimstat-db.php:59 ../admin/wp-slimstat-admin.php:1015
1761
  msgid "Post Category ID"
1762
  msgstr "ID de la entrada(sección) de la Categoria"
1763
 
1764
+ #: ../admin/view/wp-slimstat-db.php:61 ../admin/wp-slimstat-admin.php:1017
1765
  #, fuzzy
1766
  msgid "Resource Content Type"
1767
  msgstr "Contenidos Recientes"
1784
  msgid "Viewport Size"
1785
  msgstr ""
1786
 
1787
+ #: ../admin/view/wp-slimstat-db.php:66 ../admin/wp-slimstat-admin.php:1019
1788
  #, fuzzy
1789
  msgid "Visit ID"
1790
  msgstr "Visitas"
1831
  msgstr ""
1832
 
1833
  #: ../admin/view/wp-slimstat-db.php:96
1834
+ #: ../admin/view/wp-slimstat-reports.php:1743
1835
  msgid "Type"
1836
  msgstr ""
1837
 
1881
  msgid "From search result page"
1882
  msgstr "Desde una página con resultados de búsqueda"
1883
 
1884
+ #: ../admin/view/wp-slimstat-reports.php:77 ../admin/wp-slimstat-admin.php:974
1885
  #, fuzzy
1886
  msgid "Known Visitor"
1887
  msgstr "Palabras clave recientes"
1975
  #: ../admin/view/wp-slimstat-reports.php:212
1976
  #, fuzzy
1977
  msgid ""
1978
+ "Slimstat retrieves live information from Alexa, Facebook and Mozscape, to "
1979
+ "measures your site's rankings. Values are updated every 12 hours. Please "
1980
+ "enter your personal access ID in the settings to access your personalized "
1981
+ "Mozscape data."
1982
  msgstr ""
1983
  "WP SLIMStat recupera información en directo desde Alexa, Facebook y Google, "
1984
  "para medir el ranking de su sitio. Los valores se actualizan cada 12 horas. "
2006
  "visitantes que regresan. Por favor, tenga en cuenta que los visitantes "
2007
  "también incluyen a los usuarios registrados."
2008
 
2009
+ #: ../admin/view/wp-slimstat-reports.php:253
2010
  #, fuzzy
2011
  msgid "Unique Terms"
2012
  msgstr "IPs Unicas"
2020
  msgid "Human Visits"
2021
  msgstr "Visitas humanas"
2022
 
2023
+ #: ../admin/view/wp-slimstat-reports.php:284
2024
+ #: ../admin/view/wp-slimstat-reports.php:1444
2025
  msgid "Visits"
2026
  msgstr "Visitas"
2027
 
2170
  msgid "Traffic Sources"
2171
  msgstr "Origen del Tráfico"
2172
 
2173
+ #: ../admin/view/wp-slimstat-reports.php:525
2174
  msgid "Domains"
2175
  msgstr "Dominios"
2176
 
2329
  msgid "World Map"
2330
  msgstr "Mapa del Mundo"
2331
 
2332
+ #: ../admin/view/wp-slimstat-reports.php:944
2333
  msgid "Refresh"
2334
  msgstr "Refrescar"
2335
 
2336
+ #: ../admin/view/wp-slimstat-reports.php:981
2337
  #, php-format
2338
  msgid "Results %s - %s of %s"
2339
  msgstr "Resultados %s - %s de %s"
2340
 
2341
+ #: ../admin/view/wp-slimstat-reports.php:983
2342
  msgid "Refresh in"
2343
  msgstr "Refrescar en"
2344
 
2345
+ #: ../admin/view/wp-slimstat-reports.php:1082
2346
  #, fuzzy
2347
  msgid "Category ID"
2348
  msgstr "ID de la entrada(sección) de la Categoria"
2349
 
2350
+ #: ../admin/view/wp-slimstat-reports.php:1087
2351
+ #: ../admin/view/wp-slimstat-reports.php:1101
2352
+ #: ../admin/view/wp-slimstat-reports.php:1106
2353
  #, fuzzy
2354
  msgid "Code"
2355
  msgstr "Código OS"
2356
 
2357
+ #: ../admin/view/wp-slimstat-reports.php:1102
2358
+ #: ../languages/dynamic_strings.php:339 ../wp-slimstat.php:1385
2359
  msgid "l-"
2360
  msgstr "l-"
2361
 
2362
+ #: ../admin/view/wp-slimstat-reports.php:1119
2363
  msgid "URL"
2364
  msgstr ""
2365
 
2366
+ #: ../admin/view/wp-slimstat-reports.php:1132
2367
  #, fuzzy
2368
  msgid "Referrer"
2369
  msgstr "Referido"
2370
 
2371
+ #: ../admin/view/wp-slimstat-reports.php:1174
2372
+ #: ../admin/view/wp-slimstat-reports.php:1428
2373
+ #: ../admin/view/wp-slimstat-reports.php:1484
2374
+ #: ../admin/view/wp-slimstat-reports.php:1490
2375
+ #: ../admin/view/wp-slimstat-reports.php:1496
2376
+ #: ../admin/view/wp-slimstat-reports.php:1502
2377
+ #: ../admin/view/wp-slimstat-reports.php:1508
2378
+ #: ../admin/view/wp-slimstat-reports.php:1514
2379
+ #: ../admin/view/wp-slimstat-reports.php:1520
2380
+ #: ../admin/view/wp-slimstat-reports.php:1750
2381
  #, fuzzy
2382
  msgid "Hits"
2383
  msgstr "Visitas"
2384
 
2385
+ #: ../admin/view/wp-slimstat-reports.php:1355
2386
  #, fuzzy
2387
  msgid "Dataset Size"
2388
  msgstr "Tamaño de los Datos"
2389
 
2390
+ #: ../admin/view/wp-slimstat-reports.php:1357
2391
  msgid "Total number of records stored in the database."
2392
  msgstr ""
2393
 
2394
+ #: ../admin/view/wp-slimstat-reports.php:1359
2395
  #, fuzzy
2396
  msgid "DB Size"
2397
  msgstr "Tamaño de los Datos"
2398
 
2399
+ #: ../admin/view/wp-slimstat-reports.php:1362
2400
  #, fuzzy
2401
  msgid "Tracking Enabled"
2402
  msgstr "Seguimiento Activo"
2403
 
2404
+ #: ../admin/view/wp-slimstat-reports.php:1365
2405
  msgid "Javascript Mode"
2406
  msgstr "Modo Javascript"
2407
 
2408
+ #: ../admin/view/wp-slimstat-reports.php:1368
2409
  msgid "Tracking Browser Caps"
2410
  msgstr "Caps para rastreo de Navegador"
2411
 
2412
+ #: ../admin/view/wp-slimstat-reports.php:1371
2413
  msgid "Auto purge"
2414
  msgstr "Autopurgar"
2415
 
2416
+ #: ../admin/view/wp-slimstat-reports.php:1374
2417
  #, fuzzy
2418
  msgid "Oldest pageview"
2419
  msgstr "Visita más larga"
2420
 
2421
+ #: ../admin/view/wp-slimstat-reports.php:1375
2422
  #, fuzzy
2423
  msgid "No visits"
2424
  msgstr "Visitantes"
2425
 
2426
+ #: ../admin/view/wp-slimstat-reports.php:1377
2427
  #: ../admin/wp-slimstat-admin.php:112
2428
  #, fuzzy
2429
  msgid "Geolocation"
2430
  msgstr "director"
2431
 
2432
+ #: ../admin/view/wp-slimstat-reports.php:1379
2433
  msgid "Date when the MaxMind Geolocation database was last updated."
2434
  msgstr ""
2435
 
2436
+ #: ../admin/view/wp-slimstat-reports.php:1390
2437
+ #: ../admin/view/wp-slimstat-reports.php:1548
2438
  #, fuzzy
2439
  msgid ""
2440
  "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
2443
  "Una petición para cargar un archivo HTML único. WP SlimStat registra un "
2444
  "\"pageview\" cada vez que se ejecuta el código de rastreo."
2445
 
2446
+ #: ../admin/view/wp-slimstat-reports.php:1392
2447
  #, fuzzy
2448
  msgid "Days in Range"
2449
  msgstr "Fecha y hora"
2450
 
2451
+ #: ../admin/view/wp-slimstat-reports.php:1395
2452
  #, fuzzy
2453
  msgid "Average Daily Pageviews"
2454
  msgstr "Promedio Paginas Visitadas"
2455
 
2456
+ #: ../admin/view/wp-slimstat-reports.php:1397
2457
  #, fuzzy
2458
  msgid ""
2459
  "How many pages have been visited on average every day during the current "
2460
  "period."
2461
  msgstr "Cuántas páginas se han visitado en promedio durante el período actual."
2462
 
2463
+ #: ../admin/view/wp-slimstat-reports.php:1399
2464
  #, fuzzy
2465
  msgid "From Search Results"
2466
  msgstr "Principales Recursos"
2467
 
2468
+ #: ../admin/view/wp-slimstat-reports.php:1401
2469
  msgid ""
2470
  "Visitors who landed on your site after searching for a keyword on Google, "
2471
  "Yahoo, etc."
2473
  "Visitantes que han llegado a su sitio después de buscar una palabra clave en "
2474
  "Google, yahoo, etc."
2475
 
2476
+ #: ../admin/view/wp-slimstat-reports.php:1405
2477
  msgid ""
2478
  "Used to differentiate between multiple requests to download a file from one "
2479
  "internet address (IP) and requests originating from many distinct addresses"
2482
  "desde una dirección de internet (IP) y peticiones que se originan en muchas "
2483
  "diferentes direcciones"
2484
 
2485
+ #: ../admin/view/wp-slimstat-reports.php:1407
2486
  msgid "Last 30 minutes"
2487
  msgstr "Últimos 30 minutos"
2488
 
2489
+ #: ../admin/view/wp-slimstat-reports.php:1446
2490
  msgid ""
2491
  "A visit is a session of at most 30 minutes. Returning visitors are counted "
2492
  "multiple times if they perform multiple visits."
2494
  "Una visita es una sesión de cuando mucho 30 minutos.Los visitantes de "
2495
  "regreso se cuentan múltiples veces si llevan a cabo múltiples visitas."
2496
 
2497
+ #: ../admin/view/wp-slimstat-reports.php:1450
2498
  msgid "It includes only traffic generated by human visitors."
2499
  msgstr "Incluye sólo tráfico generado por visitantes humanos."
2500
 
2501
+ #: ../admin/view/wp-slimstat-reports.php:1452
2502
  msgid "Bounce rate"
2503
  msgstr "Porcentaje de Abandonos"
2504
 
2505
+ #: ../admin/view/wp-slimstat-reports.php:1454
2506
  msgid ""
2507
  "Percentage of single-page visits, i.e. visits in which the person left your "
2508
  "site from the entrance page."
2510
  "Porcentaje de visitas de una página, p. ej. visitas en las cuales la persona "
2511
  "dejó su sitio desde la página de entrada."
2512
 
2513
+ #: ../admin/view/wp-slimstat-reports.php:1456
2514
  #, fuzzy
2515
  msgid "Known visitors"
2516
  msgstr "Palabras clave recientes"
2517
 
2518
+ #: ../admin/view/wp-slimstat-reports.php:1458
2519
  msgid "Visitors who had previously left a comment on your blog."
2520
  msgstr "Visitantes que han dejado un comentario en su blog previamente."
2521
 
2522
+ #: ../admin/view/wp-slimstat-reports.php:1460
2523
  #, fuzzy
2524
  msgid "New visitors"
2525
  msgstr "Visitantes"
2526
 
2527
+ #: ../admin/view/wp-slimstat-reports.php:1462
2528
  msgid "Human users who visited your site only once."
2529
  msgstr "Visitantes humanos que visitaron su sitio sólo una vez."
2530
 
2531
+ #: ../admin/view/wp-slimstat-reports.php:1464
2532
  msgid "Bots"
2533
  msgstr "Motores de Búsqueda"
2534
 
2535
+ #: ../admin/view/wp-slimstat-reports.php:1467
2536
  #, fuzzy
2537
  msgid "Pageviews per visit"
2538
  msgstr "Páginas por visita"
2539
 
2540
+ #: ../admin/view/wp-slimstat-reports.php:1470
2541
  msgid "Longest visit"
2542
  msgstr "Visita más larga"
2543
 
2544
+ #: ../admin/view/wp-slimstat-reports.php:1471
2545
  #, fuzzy
2546
  msgid "hits"
2547
  msgstr "Visitas"
2548
 
2549
+ #: ../admin/view/wp-slimstat-reports.php:1482
2550
  msgid "0 - 30 seconds"
2551
  msgstr "0 - 30 segundos"
2552
 
2553
+ #: ../admin/view/wp-slimstat-reports.php:1488
2554
  msgid "31 - 60 seconds"
2555
  msgstr "31 - 60 segundos"
2556
 
2557
+ #: ../admin/view/wp-slimstat-reports.php:1494
2558
  msgid "1 - 3 minutes"
2559
  msgstr "1 - 3 minutos"
2560
 
2561
+ #: ../admin/view/wp-slimstat-reports.php:1500
2562
  msgid "3 - 5 minutes"
2563
  msgstr "3 - 5 minutos"
2564
 
2565
+ #: ../admin/view/wp-slimstat-reports.php:1506
2566
  msgid "5 - 7 minutes"
2567
  msgstr "5 - 7 minutos"
2568
 
2569
+ #: ../admin/view/wp-slimstat-reports.php:1512
2570
  msgid "7 - 10 minutes"
2571
  msgstr "7 - 10 minutos"
2572
 
2573
+ #: ../admin/view/wp-slimstat-reports.php:1518
2574
  msgid "More than 10 minutes"
2575
  msgstr "Más de 10 minutos"
2576
 
2577
+ #: ../admin/view/wp-slimstat-reports.php:1530
2578
  #, fuzzy
2579
  msgid "Average visit duration"
2580
  msgstr "Visitas"
2581
 
2582
+ #: ../admin/view/wp-slimstat-reports.php:1550
2583
  #, fuzzy
2584
  msgid "Unique Referrers"
2585
  msgstr "Referidos Únicos"
2586
 
2587
+ #: ../admin/view/wp-slimstat-reports.php:1552
2588
  msgid ""
2589
  "A referrer (or referring site) is the site that a visitor previously visited "
2590
  "before following a link to your site."
2592
  "Un sitio referente (o que refiere) es el sitio al cual el visitante tuvo "
2593
  "acceso antes de seguir un enlace a su sitio."
2594
 
2595
+ #: ../admin/view/wp-slimstat-reports.php:1554
2596
  #, fuzzy
2597
  msgid "Direct Pageviews"
2598
  msgstr "Paginas visitadas"
2599
 
2600
+ #: ../admin/view/wp-slimstat-reports.php:1556
2601
  msgid ""
2602
  "Visitors who visited the site by typing the URL directly into their browser. "
2603
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
2609
  "hicieron clic en sus favoritos, usaron etiquetas de enlaces en emails, o "
2610
  "enlaces de documentos que no incluyen variables de rastreo."
2611
 
2612
+ #: ../admin/view/wp-slimstat-reports.php:1558
2613
  msgid "From a search result"
2614
  msgstr "Desde un resultado de búsqueda"
2615
 
2616
+ #: ../admin/view/wp-slimstat-reports.php:1560
2617
  msgid ""
2618
  "Visitors who came to your site via searches on Google or some other search "
2619
  "engine."
2621
  "Visitantes que llegaron a su sitio después de buscar una palabra clave en "
2622
  "Google, yahoo, etc."
2623
 
2624
+ #: ../admin/view/wp-slimstat-reports.php:1562
2625
  #, fuzzy
2626
  msgid "Unique Landing Pages"
2627
  msgstr "IPs Unicas"
2628
 
2629
+ #: ../admin/view/wp-slimstat-reports.php:1564
2630
  msgid ""
2631
  "The first page that a user views during a session. This is also known as the "
2632
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
2638
  "Brooklyn,” y llegan a su página de inicio, se cuenta (para esa visita) como "
2639
  "página de entrada."
2640
 
2641
+ #: ../admin/view/wp-slimstat-reports.php:1566
2642
  #, fuzzy
2643
  msgid "Bounce Pages"
2644
  msgstr "Porcentaje de Abandonos"
2645
 
2646
+ #: ../admin/view/wp-slimstat-reports.php:1568
2647
  #, fuzzy
2648
  msgid "Number of single page visits to your site over the selected period."
2649
  msgstr "Número de visitas a una página en el período seleccionado."
2650
 
2651
+ #: ../admin/view/wp-slimstat-reports.php:1570
2652
  #, fuzzy
2653
  msgid "New Visitors Rate"
2654
  msgstr "Visitantes"
2655
 
2656
+ #: ../admin/view/wp-slimstat-reports.php:1572
2657
  #, fuzzy
2658
  msgid ""
2659
  "Percentage of single page visits, i.e. visits in which the person left your "
2662
  "Porcentaje de visitas de una página, p. ej. visitas en las cuales la persona "
2663
  "dejó su sitio desde la página de entrada."
2664
 
2665
+ #: ../admin/view/wp-slimstat-reports.php:1574
2666
  #, fuzzy
2667
  msgid "Currently from search engines"
2668
  msgstr "Motores de Búsqueda"
2669
 
2670
+ #: ../admin/view/wp-slimstat-reports.php:1576
2671
  msgid ""
2672
  "Visitors who visited the site in the last 5 minutes coming from a search "
2673
  "engine."
2675
  "Visitantes que visitaron el sitio en los últimos 5 minutos y vienen de un "
2676
  "motor de búsqueda."
2677
 
2678
+ #: ../admin/view/wp-slimstat-reports.php:1656
2679
+ msgid ""
2680
+ "Number of authority-passing links (including followed links and redirects, "
2681
+ "internal or external) to your website. Set the permalink filter here above "
2682
+ "to get the corresponding metrics in this report."
2683
+ msgstr ""
2684
 
2685
+ #: ../admin/view/wp-slimstat-reports.php:1657
2686
+ #, fuzzy
2687
+ msgid "Equity Links"
2688
+ msgstr "Enlaces Salientes Recientes"
2689
 
2690
+ #: ../admin/view/wp-slimstat-reports.php:1658
2691
+ #, fuzzy
2692
+ msgid "Number of external equity links to your website."
2693
  msgstr ""
2694
  "Número de páginas, de acuerdo a Google, que enlazan de regreso a su sitio."
2695
 
2696
+ #: ../admin/view/wp-slimstat-reports.php:1659
2697
+ #, fuzzy
2698
+ msgid "Backlinks"
2699
+ msgstr "Blacklist"
2700
 
2701
+ #: ../admin/view/wp-slimstat-reports.php:1660
2702
  msgid ""
2703
+ "MozRank of the URL, in a normalized 10-point score. MozRank represents a "
2704
+ "link popularity score. It reflects the importance of any given web page on "
2705
+ "the Internet."
2706
  msgstr ""
 
 
 
 
 
 
2707
 
2708
+ #: ../admin/view/wp-slimstat-reports.php:1661
2709
+ msgid "MozRank"
 
2710
  msgstr ""
 
2711
 
2712
+ #: ../admin/view/wp-slimstat-reports.php:1662
 
 
 
 
 
 
 
 
 
 
 
 
 
2713
  msgid ""
2714
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
2715
  "traffic data."
2717
  "Alexa es una compaañ+ía subsidiaria de Amazon.com que proporciona "
2718
  "información de tráfico de datos."
2719
 
2720
+ #: ../admin/view/wp-slimstat-reports.php:1663
2721
  msgid "Alexa World Rank"
2722
  msgstr "Clasificación Mundial Alexa."
2723
 
2724
+ #: ../admin/view/wp-slimstat-reports.php:1664
2725
  msgid "Alexa Country Rank"
2726
  msgstr "Clasificación por país Alexa"
2727
 
2728
+ #: ../admin/view/wp-slimstat-reports.php:1665
2729
  msgid "Alexa Popularity"
2730
  msgstr "Popularidad Alexa"
2731
 
2732
  #: ../admin/view/wp-slimstat-reports.php:1666
2733
+ msgid ""
2734
+ "How many times your site has been shared by someone on the social network."
2735
+ msgstr ""
2736
+ "Cuántas veces ha sido compartido su sitio con alguien en las redes sociales."
2737
+
2738
+ #: ../admin/view/wp-slimstat-reports.php:1667
2739
+ msgid "Facebook Shares"
2740
+ msgstr "Compartidas en Facebook"
2741
+
2742
+ #: ../admin/view/wp-slimstat-reports.php:1668
2743
+ msgid "How many times links to your website have been clicked on Facebook."
2744
+ msgstr "Cuántas veces se ha hecho clic en enlaces a su sitio en Facebook."
2745
+
2746
+ #: ../admin/view/wp-slimstat-reports.php:1669
2747
+ #, fuzzy
2748
+ msgid "Facebook Clicks"
2749
+ msgstr "Enlaces Salientes Recientes"
2750
+
2751
+ #: ../admin/view/wp-slimstat-reports.php:1680
2752
  #, fuzzy
2753
  msgid "Content Items"
2754
  msgstr "Contenido"
2755
 
2756
+ #: ../admin/view/wp-slimstat-reports.php:1682
2757
  msgid ""
2758
  "This value includes not only posts, but also custom post types, regardless "
2759
  "of their status"
2761
  "Este valor incluye no sólo publicaciones, sino también tipos de publicación "
2762
  "personalizados, sin importar su estado"
2763
 
2764
+ #: ../admin/view/wp-slimstat-reports.php:1684
2765
  #, fuzzy
2766
  msgid "Posts"
2767
  msgstr "Paises que más visitan"
2768
 
2769
+ #: ../admin/view/wp-slimstat-reports.php:1687
2770
  #, fuzzy
2771
  msgid "Pages"
2772
  msgstr "Principales Páginas de Salida"
2773
 
2774
+ #: ../admin/view/wp-slimstat-reports.php:1690
2775
  msgid "Attachments"
2776
  msgstr ""
2777
 
2778
+ #: ../admin/view/wp-slimstat-reports.php:1693
2779
  #, fuzzy
2780
  msgid "Revisions"
2781
  msgstr "Enlace Permanente"
2782
 
2783
+ #: ../admin/view/wp-slimstat-reports.php:1696
2784
  #, fuzzy
2785
  msgid "Comments"
2786
  msgstr "Total de Accesos"
2787
 
2788
+ #: ../admin/view/wp-slimstat-reports.php:1699
2789
  #, fuzzy
2790
  msgid "Avg Comments per Post"
2791
  msgstr "Promedio de Comentarios por Publicación"
2792
 
2793
+ #: ../admin/view/wp-slimstat-reports.php:1702
2794
  msgid "Avg Server Latency"
2795
  msgstr ""
2796
 
2797
+ #: ../admin/view/wp-slimstat-reports.php:1704
2798
  msgid ""
2799
  "Latency is the amount of time it takes for the host server to receive and "
2800
  "process a request for a page object. The amount of latency depends largely "
2801
  "on how far away the user is from the server."
2802
  msgstr ""
2803
 
2804
+ #: ../admin/view/wp-slimstat-reports.php:1747
2805
  #, fuzzy
2806
  msgid "Coordinates"
2807
  msgstr "Seguimiento Activo"
2808
 
2809
+ #: ../admin/view/wp-slimstat-reports.php:1747
2810
  msgid "Date"
2811
  msgstr ""
2812
 
2813
  # Unknown
2814
+ #: ../admin/view/wp-slimstat-reports.php:1763
2815
  msgid "c-xx"
2816
  msgstr "Unknown"
2817
 
2818
  # Afghanistan
2819
+ #: ../admin/view/wp-slimstat-reports.php:1763
2820
  msgid "c-af"
2821
  msgstr "Afghanistan"
2822
 
2823
  # Åland Islands
2824
+ #: ../admin/view/wp-slimstat-reports.php:1763
2825
  msgid "c-ax"
2826
  msgstr "Åland Islands"
2827
 
2828
  # Albania
2829
+ #: ../admin/view/wp-slimstat-reports.php:1763
2830
  msgid "c-al"
2831
  msgstr "Albania"
2832
 
2833
  # Algeria
2834
+ #: ../admin/view/wp-slimstat-reports.php:1763
2835
  msgid "c-dz"
2836
  msgstr "Algeria"
2837
 
2838
  # Andorra
2839
+ #: ../admin/view/wp-slimstat-reports.php:1763
2840
  msgid "c-ad"
2841
  msgstr "Andorra"
2842
 
2843
  # Angola
2844
+ #: ../admin/view/wp-slimstat-reports.php:1763
2845
  msgid "c-ao"
2846
  msgstr "Angola"
2847
 
2848
  # Anguilla
2849
+ #: ../admin/view/wp-slimstat-reports.php:1763
2850
  msgid "c-ai"
2851
  msgstr "Anguilla"
2852
 
2853
  # Antigua and Barbuda
2854
+ #: ../admin/view/wp-slimstat-reports.php:1763
2855
  msgid "c-ag"
2856
  msgstr "Antigua and Barbuda"
2857
 
2858
  # Argentina
2859
+ #: ../admin/view/wp-slimstat-reports.php:1763
2860
  msgid "c-ar"
2861
  msgstr "Argentina"
2862
 
2863
  # Armenia
2864
+ #: ../admin/view/wp-slimstat-reports.php:1763
2865
  msgid "c-am"
2866
  msgstr "Armenia"
2867
 
2868
  # Aruba
2869
+ #: ../admin/view/wp-slimstat-reports.php:1763
2870
  msgid "c-aw"
2871
  msgstr "Aruba"
2872
 
2873
  # Australia
2874
+ #: ../admin/view/wp-slimstat-reports.php:1763
2875
  msgid "c-au"
2876
  msgstr "Australia"
2877
 
2878
  # Austria
2879
+ #: ../admin/view/wp-slimstat-reports.php:1763
2880
  msgid "c-at"
2881
  msgstr "Austria"
2882
 
2883
  # Azerbaijan
2884
+ #: ../admin/view/wp-slimstat-reports.php:1763
2885
  msgid "c-az"
2886
  msgstr "Azerbaijan"
2887
 
2888
  # Bahamas
2889
+ #: ../admin/view/wp-slimstat-reports.php:1763
2890
  msgid "c-bs"
2891
  msgstr "Bahamas"
2892
 
2893
  # Bahrain
2894
+ #: ../admin/view/wp-slimstat-reports.php:1763
2895
  msgid "c-bh"
2896
  msgstr "Bahrain"
2897
 
2898
  # Bangladesh
2899
+ #: ../admin/view/wp-slimstat-reports.php:1763
2900
  msgid "c-bd"
2901
  msgstr "Bangladesh"
2902
 
2903
  # Barbados
2904
+ #: ../admin/view/wp-slimstat-reports.php:1763
2905
  msgid "c-bb"
2906
  msgstr "Barbados"
2907
 
2908
  # Belarus
2909
+ #: ../admin/view/wp-slimstat-reports.php:1763
2910
  msgid "c-by"
2911
  msgstr "Belarus"
2912
 
2913
  # Belgium
2914
+ #: ../admin/view/wp-slimstat-reports.php:1763
2915
  msgid "c-be"
2916
  msgstr "Belgium"
2917
 
2918
  # Belize
2919
+ #: ../admin/view/wp-slimstat-reports.php:1763
2920
  msgid "c-bz"
2921
  msgstr "Belize"
2922
 
2923
  # Benin
2924
+ #: ../admin/view/wp-slimstat-reports.php:1763
2925
  msgid "c-bj"
2926
  msgstr "Benin"
2927
 
2928
  # Bermuda
2929
+ #: ../admin/view/wp-slimstat-reports.php:1763
2930
  msgid "c-bm"
2931
  msgstr "Bermuda"
2932
 
2933
  # Bhutan
2934
+ #: ../admin/view/wp-slimstat-reports.php:1763
2935
  msgid "c-bt"
2936
  msgstr "Bhutan"
2937
 
2938
  # Bolivia
2939
+ #: ../admin/view/wp-slimstat-reports.php:1763
2940
  msgid "c-bo"
2941
  msgstr "Bolivia"
2942
 
2943
  # Bosnia and Herzegovina
2944
+ #: ../admin/view/wp-slimstat-reports.php:1763
2945
  msgid "c-ba"
2946
  msgstr "Bosnia and Herzegovina"
2947
 
2948
  # Botswana
2949
+ #: ../admin/view/wp-slimstat-reports.php:1763
2950
  msgid "c-bw"
2951
  msgstr "Botswana"
2952
 
2953
  # Brazil
2954
+ #: ../admin/view/wp-slimstat-reports.php:1763
2955
  msgid "c-br"
2956
  msgstr "Brazil"
2957
 
2958
  # Brunei Darussalam
2959
+ #: ../admin/view/wp-slimstat-reports.php:1763
2960
  msgid "c-bn"
2961
  msgstr "Brunei Darussalam"
2962
 
2963
  # Bulgaria
2964
+ #: ../admin/view/wp-slimstat-reports.php:1763
2965
  msgid "c-bg"
2966
  msgstr "Bulgaria"
2967
 
2968
  # Burkina Faso
2969
+ #: ../admin/view/wp-slimstat-reports.php:1763
2970
  msgid "c-bf"
2971
  msgstr "Burkina Faso"
2972
 
2973
  # Burundi
2974
+ #: ../admin/view/wp-slimstat-reports.php:1763
2975
  msgid "c-bi"
2976
  msgstr "Burundi"
2977
 
2978
  # Cambodia
2979
+ #: ../admin/view/wp-slimstat-reports.php:1763
2980
  msgid "c-kh"
2981
  msgstr "Cambodia"
2982
 
2983
  # Cameroon
2984
+ #: ../admin/view/wp-slimstat-reports.php:1763
2985
  msgid "c-cm"
2986
  msgstr "Cameroon"
2987
 
2988
  # Canada
2989
+ #: ../admin/view/wp-slimstat-reports.php:1763
2990
  msgid "c-ca"
2991
  msgstr "Canada"
2992
 
2993
  # Cape Verde
2994
+ #: ../admin/view/wp-slimstat-reports.php:1763
2995
  msgid "c-cv"
2996
  msgstr "Cape Verde"
2997
 
2998
  # Cayman Islands
2999
+ #: ../admin/view/wp-slimstat-reports.php:1763
3000
  msgid "c-ky"
3001
  msgstr "Cayman Islands"
3002
 
3003
  # Central African Republic
3004
+ #: ../admin/view/wp-slimstat-reports.php:1763
3005
  msgid "c-cf"
3006
  msgstr "Central African Republic"
3007
 
3008
  # Chad
3009
+ #: ../admin/view/wp-slimstat-reports.php:1763
3010
  msgid "c-td"
3011
  msgstr "Chad"
3012
 
3013
  # Chile
3014
+ #: ../admin/view/wp-slimstat-reports.php:1763
3015
  msgid "c-cl"
3016
  msgstr "Chile"
3017
 
3018
  # China
3019
+ #: ../admin/view/wp-slimstat-reports.php:1763
3020
  msgid "c-cn"
3021
  msgstr "China"
3022
 
3023
  # Colombia
3024
+ #: ../admin/view/wp-slimstat-reports.php:1763
3025
  msgid "c-co"
3026
  msgstr "Colombia"
3027
 
3028
  # Comoros
3029
+ #: ../admin/view/wp-slimstat-reports.php:1763
3030
  msgid "c-km"
3031
  msgstr "Comoros"
3032
 
3033
  # Congo
3034
+ #: ../admin/view/wp-slimstat-reports.php:1763
3035
  msgid "c-cg"
3036
  msgstr "Congo"
3037
 
3038
  # The Democratic Republic of the Congo
3039
+ #: ../admin/view/wp-slimstat-reports.php:1763
3040
  msgid "c-cd"
3041
  msgstr "The Democratic Republic of the Congo"
3042
 
3043
  # Costa Rica
3044
+ #: ../admin/view/wp-slimstat-reports.php:1763
3045
  msgid "c-cr"
3046
  msgstr "Costa Rica"
3047
 
3048
  # Côte d'Ivoire
3049
+ #: ../admin/view/wp-slimstat-reports.php:1763
3050
  msgid "c-ci"
3051
  msgstr "Côte d'Ivoire"
3052
 
3053
  # Croatia
3054
+ #: ../admin/view/wp-slimstat-reports.php:1763
3055
  msgid "c-hr"
3056
  msgstr "Croatia"
3057
 
3058
  # Cuba
3059
+ #: ../admin/view/wp-slimstat-reports.php:1763
3060
  msgid "c-cu"
3061
  msgstr "Cuba"
3062
 
3063
  # Cyprus
3064
+ #: ../admin/view/wp-slimstat-reports.php:1763
3065
  msgid "c-cy"
3066
  msgstr "Cyprus"
3067
 
3068
  # Czech Republic
3069
+ #: ../admin/view/wp-slimstat-reports.php:1763
3070
  msgid "c-cz"
3071
  msgstr "Czech Republic"
3072
 
3073
  # Denmark
3074
+ #: ../admin/view/wp-slimstat-reports.php:1763
3075
  msgid "c-dk"
3076
  msgstr "Denmark"
3077
 
3078
  # Djibouti
3079
+ #: ../admin/view/wp-slimstat-reports.php:1763
3080
  msgid "c-dj"
3081
  msgstr "Djibouti"
3082
 
3083
  # Dominica
3084
+ #: ../admin/view/wp-slimstat-reports.php:1763
3085
  msgid "c-dm"
3086
  msgstr "Dominica"
3087
 
3088
  # Dominican Republic
3089
+ #: ../admin/view/wp-slimstat-reports.php:1763
3090
  msgid "c-do"
3091
  msgstr "Dominican Republic"
3092
 
3093
  # Ecuador
3094
+ #: ../admin/view/wp-slimstat-reports.php:1763
3095
  msgid "c-ec"
3096
  msgstr "Ecuador"
3097
 
3098
  # Egypt
3099
+ #: ../admin/view/wp-slimstat-reports.php:1763
3100
  msgid "c-eg"
3101
  msgstr "Egypt"
3102
 
3103
  # El Salvador
3104
+ #: ../admin/view/wp-slimstat-reports.php:1763
3105
  msgid "c-sv"
3106
  msgstr "El Salvador"
3107
 
3108
  # Equatorial Guinea
3109
+ #: ../admin/view/wp-slimstat-reports.php:1763
3110
  msgid "c-gq"
3111
  msgstr "Equatorial Guinea"
3112
 
3113
  # Eritrea
3114
+ #: ../admin/view/wp-slimstat-reports.php:1763
3115
  msgid "c-er"
3116
  msgstr "Eritrea"
3117
 
3118
  # Estonia
3119
+ #: ../admin/view/wp-slimstat-reports.php:1763
3120
  msgid "c-ee"
3121
  msgstr "Estonia"
3122
 
3123
  # Ethiopia
3124
+ #: ../admin/view/wp-slimstat-reports.php:1763
3125
  msgid "c-et"
3126
  msgstr "Ethiopia"
3127
 
3128
  # Faroe Islands
3129
+ #: ../admin/view/wp-slimstat-reports.php:1763
3130
  msgid "c-fo"
3131
  msgstr "Faroe Islands"
3132
 
3133
  # Falkland Islands (Malvinas)
3134
+ #: ../admin/view/wp-slimstat-reports.php:1763
3135
  msgid "c-fk"
3136
  msgstr "Falkland Islands (Malvinas)"
3137
 
3138
  # Fiji
3139
+ #: ../admin/view/wp-slimstat-reports.php:1763
3140
  msgid "c-fj"
3141
  msgstr "Fiji"
3142
 
3143
  # Finland
3144
+ #: ../admin/view/wp-slimstat-reports.php:1763
3145
  msgid "c-fi"
3146
  msgstr "Finland"
3147
 
3148
  # France
3149
+ #: ../admin/view/wp-slimstat-reports.php:1763
3150
  msgid "c-fr"
3151
  msgstr "France"
3152
 
3153
  # French Guiana
3154
+ #: ../admin/view/wp-slimstat-reports.php:1763
3155
  msgid "c-gf"
3156
  msgstr "French Guiana"
3157
 
3158
  # Gabon
3159
+ #: ../admin/view/wp-slimstat-reports.php:1763
3160
  msgid "c-ga"
3161
  msgstr "Gabon"
3162
 
3163
  # Gambia
3164
+ #: ../admin/view/wp-slimstat-reports.php:1763
3165
  msgid "c-gm"
3166
  msgstr "Gambia"
3167
 
3168
  # Georgia
3169
+ #: ../admin/view/wp-slimstat-reports.php:1763
3170
  msgid "c-ge"
3171
  msgstr "Georgia"
3172
 
3173
  # Germany
3174
+ #: ../admin/view/wp-slimstat-reports.php:1763
3175
  msgid "c-de"
3176
  msgstr "Germany"
3177
 
3178
  # Ghana
3179
+ #: ../admin/view/wp-slimstat-reports.php:1763
3180
  msgid "c-gh"
3181
  msgstr "Ghana"
3182
 
3183
  # Greece
3184
+ #: ../admin/view/wp-slimstat-reports.php:1763
3185
  msgid "c-gr"
3186
  msgstr "Greece"
3187
 
3188
  # Greenland
3189
+ #: ../admin/view/wp-slimstat-reports.php:1763
3190
  msgid "c-gl"
3191
  msgstr "Greenland"
3192
 
3193
  # Grenada
3194
+ #: ../admin/view/wp-slimstat-reports.php:1763
3195
  msgid "c-gd"
3196
  msgstr "Grenada"
3197
 
3198
  # Guadeloupe
3199
+ #: ../admin/view/wp-slimstat-reports.php:1763
3200
  msgid "c-gp"
3201
  msgstr "Guadeloupe"
3202
 
3203
  # Guatemala
3204
+ #: ../admin/view/wp-slimstat-reports.php:1763
3205
  msgid "c-gt"
3206
  msgstr "Guatemala"
3207
 
3208
  # Guinea
3209
+ #: ../admin/view/wp-slimstat-reports.php:1763
3210
  msgid "c-gn"
3211
  msgstr "Guinea"
3212
 
3213
  # Guinea-Bissau
3214
+ #: ../admin/view/wp-slimstat-reports.php:1763
3215
  msgid "c-gw"
3216
  msgstr "Guinea-Bissau"
3217
 
3218
  # Guyana
3219
+ #: ../admin/view/wp-slimstat-reports.php:1763
3220
  msgid "c-gy"
3221
  msgstr "Guyana"
3222
 
3223
  # Haiti
3224
+ #: ../admin/view/wp-slimstat-reports.php:1763
3225
  msgid "c-ht"
3226
  msgstr "Haiti"
3227
 
3228
  # Honduras
3229
+ #: ../admin/view/wp-slimstat-reports.php:1763
3230
  msgid "c-hn"
3231
  msgstr "Honduras"
3232
 
3233
  # Hong Kong
3234
+ #: ../admin/view/wp-slimstat-reports.php:1763
3235
  msgid "c-hk"
3236
  msgstr "Hong Kong"
3237
 
3238
  # Hungary
3239
+ #: ../admin/view/wp-slimstat-reports.php:1763
3240
  msgid "c-hu"
3241
  msgstr "Hungary"
3242
 
3243
  # Iceland
3244
+ #: ../admin/view/wp-slimstat-reports.php:1763
3245
  msgid "c-is"
3246
  msgstr "Iceland"
3247
 
3248
  # India
3249
+ #: ../admin/view/wp-slimstat-reports.php:1763
3250
  msgid "c-in"
3251
  msgstr "India"
3252
 
3253
  # Indonesia
3254
+ #: ../admin/view/wp-slimstat-reports.php:1763
3255
  msgid "c-id"
3256
  msgstr "Indonesia"
3257
 
3258
  # Islamic Republic of Iran
3259
+ #: ../admin/view/wp-slimstat-reports.php:1763
3260
  msgid "c-ir"
3261
  msgstr "Islamic Republic of Iran"
3262
 
3263
  # Iraq
3264
+ #: ../admin/view/wp-slimstat-reports.php:1763
3265
  msgid "c-iq"
3266
  msgstr "Iraq"
3267
 
3268
  # Ireland
3269
+ #: ../admin/view/wp-slimstat-reports.php:1763
3270
  msgid "c-ie"
3271
  msgstr "Ireland"
3272
 
3273
  # Israel
3274
+ #: ../admin/view/wp-slimstat-reports.php:1763
3275
  msgid "c-il"
3276
  msgstr "Israel"
3277
 
3278
  # Italy
3279
+ #: ../admin/view/wp-slimstat-reports.php:1763
3280
  msgid "c-it"
3281
  msgstr "Italy"
3282
 
3283
  # Jamaica
3284
+ #: ../admin/view/wp-slimstat-reports.php:1763
3285
  msgid "c-jm"
3286
  msgstr "Jamaica"
3287
 
3288
  # Japan
3289
+ #: ../admin/view/wp-slimstat-reports.php:1763
3290
  msgid "c-jp"
3291
  msgstr "Japan"
3292
 
3293
  # Jordan
3294
+ #: ../admin/view/wp-slimstat-reports.php:1763
3295
  msgid "c-jo"
3296
  msgstr "Jordan"
3297
 
3298
  # Kazakhstan
3299
+ #: ../admin/view/wp-slimstat-reports.php:1763
3300
  msgid "c-kz"
3301
  msgstr "Kazakhstan"
3302
 
3303
  # Kenya
3304
+ #: ../admin/view/wp-slimstat-reports.php:1763
3305
  msgid "c-ke"
3306
  msgstr "Kenya"
3307
 
3308
  # Nauru
3309
+ #: ../admin/view/wp-slimstat-reports.php:1763
3310
  msgid "c-nr"
3311
  msgstr "Nauru"
3312
 
3313
  # Democratic People's Republic of Korea
3314
+ #: ../admin/view/wp-slimstat-reports.php:1763
3315
  msgid "c-kp"
3316
  msgstr "Democratic People's Republic of Korea"
3317
 
3318
  # Republic of Korea
3319
+ #: ../admin/view/wp-slimstat-reports.php:1763
3320
  msgid "c-kr"
3321
  msgstr "Republic of Korea"
3322
 
3323
+ #: ../admin/view/wp-slimstat-reports.php:1763
3324
  msgid "c-kv"
3325
  msgstr "c-kv"
3326
 
3327
  # Kuwait
3328
+ #: ../admin/view/wp-slimstat-reports.php:1763
3329
  msgid "c-kw"
3330
  msgstr "Kuwait"
3331
 
3332
  # Kyrgyzstan
3333
+ #: ../admin/view/wp-slimstat-reports.php:1763
3334
  msgid "c-kg"
3335
  msgstr "Kyrgyzstan"
3336
 
3337
  # Lao People's Democratic Republic
3338
+ #: ../admin/view/wp-slimstat-reports.php:1763
3339
  msgid "c-la"
3340
  msgstr "Lao People's Democratic Republic"
3341
 
3342
  # Latvia
3343
+ #: ../admin/view/wp-slimstat-reports.php:1763
3344
  msgid "c-lv"
3345
  msgstr "Latvia"
3346
 
3347
  # Lebanon
3348
+ #: ../admin/view/wp-slimstat-reports.php:1763
3349
  msgid "c-lb"
3350
  msgstr "Lebanon"
3351
 
3352
  # Lesotho
3353
+ #: ../admin/view/wp-slimstat-reports.php:1763
3354
  msgid "c-ls"
3355
  msgstr "Lesotho"
3356
 
3357
  # Liberia
3358
+ #: ../admin/view/wp-slimstat-reports.php:1763
3359
  msgid "c-lr"
3360
  msgstr "Liberia"
3361
 
3362
  # Libyan Arab Jamahiriya
3363
+ #: ../admin/view/wp-slimstat-reports.php:1763
3364
  msgid "c-ly"
3365
  msgstr "Libyan Arab Jamahiriya"
3366
 
3367
  # Liechtenstein
3368
+ #: ../admin/view/wp-slimstat-reports.php:1763
3369
  msgid "c-li"
3370
  msgstr "Liechtenstein"
3371
 
3372
  # Lithuania
3373
+ #: ../admin/view/wp-slimstat-reports.php:1763
3374
  msgid "c-lt"
3375
  msgstr "Lithuania"
3376
 
3377
  # Luxembourg
3378
+ #: ../admin/view/wp-slimstat-reports.php:1763
3379
  msgid "c-lu"
3380
  msgstr "Luxembourg"
3381
 
3382
  # The Former Yugoslav Republic of Macedonia
3383
+ #: ../admin/view/wp-slimstat-reports.php:1763
3384
  msgid "c-mk"
3385
  msgstr "The Former Yugoslav Republic of Macedonia"
3386
 
3387
  # Madagascar
3388
+ #: ../admin/view/wp-slimstat-reports.php:1763
3389
  msgid "c-mg"
3390
  msgstr "Madagascar"
3391
 
3392
  # Malawi
3393
+ #: ../admin/view/wp-slimstat-reports.php:1763
3394
  msgid "c-mw"
3395
  msgstr "Malawi"
3396
 
3397
  # Malaysia
3398
+ #: ../admin/view/wp-slimstat-reports.php:1763
3399
  msgid "c-my"
3400
  msgstr "Malaysia"
3401
 
3402
  # Mali
3403
+ #: ../admin/view/wp-slimstat-reports.php:1763
3404
  msgid "c-ml"
3405
  msgstr "Mali"
3406
 
3407
  # Malta
3408
+ #: ../admin/view/wp-slimstat-reports.php:1763
3409
  msgid "c-mt"
3410
  msgstr "Malta"
3411
 
3412
  # Martinique
3413
+ #: ../admin/view/wp-slimstat-reports.php:1763
3414
  msgid "c-mq"
3415
  msgstr "Martinique"
3416
 
3417
  # Mauritania
3418
+ #: ../admin/view/wp-slimstat-reports.php:1763
3419
  msgid "c-mr"
3420
  msgstr "Mauritania"
3421
 
3422
  # Mauritius
3423
+ #: ../admin/view/wp-slimstat-reports.php:1763
3424
  msgid "c-mu"
3425
  msgstr "Mauritius"
3426
 
3427
  # Mexico
3428
+ #: ../admin/view/wp-slimstat-reports.php:1763
3429
  msgid "c-mx"
3430
  msgstr "Mexico"
3431
 
3432
  # Moldova
3433
+ #: ../admin/view/wp-slimstat-reports.php:1763
3434
  msgid "c-md"
3435
  msgstr "Moldova"
3436
 
3437
  # Mongolia
3438
+ #: ../admin/view/wp-slimstat-reports.php:1763
3439
  msgid "c-mn"
3440
  msgstr "Mongolia"
3441
 
3442
  # Montenegro
3443
+ #: ../admin/view/wp-slimstat-reports.php:1763
3444
  msgid "c-me"
3445
  msgstr "Montenegro"
3446
 
3447
  # Montserrat
3448
+ #: ../admin/view/wp-slimstat-reports.php:1763
3449
  msgid "c-ms"
3450
  msgstr "Montserrat"
3451
 
3452
  # Morocco
3453
+ #: ../admin/view/wp-slimstat-reports.php:1763
3454
  msgid "c-ma"
3455
  msgstr "Morocco"
3456
 
3457
  # Mozambique
3458
+ #: ../admin/view/wp-slimstat-reports.php:1763
3459
  msgid "c-mz"
3460
  msgstr "Mozambique"
3461
 
3462
  # Myanmar
3463
+ #: ../admin/view/wp-slimstat-reports.php:1763
3464
  msgid "c-mm"
3465
  msgstr "Myanmar"
3466
 
3467
  # Namibia
3468
+ #: ../admin/view/wp-slimstat-reports.php:1763
3469
  msgid "c-na"
3470
  msgstr "Namibia"
3471
 
3472
  # Nepal
3473
+ #: ../admin/view/wp-slimstat-reports.php:1763
3474
  msgid "c-np"
3475
  msgstr "Nepal"
3476
 
3477
  # Netherlands
3478
+ #: ../admin/view/wp-slimstat-reports.php:1763
3479
  msgid "c-nl"
3480
  msgstr "Netherlands"
3481
 
3482
  # New Caledonia
3483
+ #: ../admin/view/wp-slimstat-reports.php:1763
3484
  msgid "c-nc"
3485
  msgstr "New Caledonia"
3486
 
3487
  # New Zealand
3488
+ #: ../admin/view/wp-slimstat-reports.php:1763
3489
  msgid "c-nz"
3490
  msgstr "New Zealand"
3491
 
3492
  # Nicaragua
3493
+ #: ../admin/view/wp-slimstat-reports.php:1763
3494
  msgid "c-ni"
3495
  msgstr "Nicaragua"
3496
 
3497
  # Niger
3498
+ #: ../admin/view/wp-slimstat-reports.php:1763
3499
  msgid "c-ne"
3500
  msgstr "Niger"
3501
 
3502
  # Nigeria
3503
+ #: ../admin/view/wp-slimstat-reports.php:1763
3504
  msgid "c-ng"
3505
  msgstr "Nigeria"
3506
 
3507
  # Norway
3508
+ #: ../admin/view/wp-slimstat-reports.php:1763
3509
  msgid "c-no"
3510
  msgstr "Norway"
3511
 
3512
  # Oman
3513
+ #: ../admin/view/wp-slimstat-reports.php:1763
3514
  msgid "c-om"
3515
  msgstr "Oman"
3516
 
3517
  # Pakistan
3518
+ #: ../admin/view/wp-slimstat-reports.php:1763
3519
  msgid "c-pk"
3520
  msgstr "Pakistan"
3521
 
3522
  # Palau
3523
+ #: ../admin/view/wp-slimstat-reports.php:1763
3524
  msgid "c-pw"
3525
  msgstr "Palau"
3526
 
3527
  # Occupied Palestinian Territory
3528
+ #: ../admin/view/wp-slimstat-reports.php:1763
3529
  msgid "c-ps"
3530
  msgstr "Occupied Palestinian Territory"
3531
 
3532
  # Panama
3533
+ #: ../admin/view/wp-slimstat-reports.php:1763
3534
  msgid "c-pa"
3535
  msgstr "Panama"
3536
 
3537
  # Papua New Guinea
3538
+ #: ../admin/view/wp-slimstat-reports.php:1763
3539
  msgid "c-pg"
3540
  msgstr "Papua New Guinea"
3541
 
3542
  # Paraguay
3543
+ #: ../admin/view/wp-slimstat-reports.php:1763
3544
  msgid "c-py"
3545
  msgstr "Paraguay"
3546
 
3547
  # Peru
3548
+ #: ../admin/view/wp-slimstat-reports.php:1763
3549
  msgid "c-pe"
3550
  msgstr "Peru"
3551
 
3552
  # Philippines
3553
+ #: ../admin/view/wp-slimstat-reports.php:1763
3554
  msgid "c-ph"
3555
  msgstr "Philippines"
3556
 
3557
  # Poland
3558
+ #: ../admin/view/wp-slimstat-reports.php:1763
3559
  msgid "c-pl"
3560
  msgstr "Poland"
3561
 
3562
  # Portugal
3563
+ #: ../admin/view/wp-slimstat-reports.php:1763
3564
  msgid "c-pt"
3565
  msgstr "Portugal"
3566
 
3567
  # Puerto Rico
3568
+ #: ../admin/view/wp-slimstat-reports.php:1763
3569
  msgid "c-pr"
3570
  msgstr "Puerto Rico"
3571
 
3572
  # Qatar
3573
+ #: ../admin/view/wp-slimstat-reports.php:1763
3574
  msgid "c-qa"
3575
  msgstr "Qatar"
3576
 
3577
  # Réunion
3578
+ #: ../admin/view/wp-slimstat-reports.php:1763
3579
  msgid "c-re"
3580
  msgstr "Réunion"
3581
 
3582
  # Romania
3583
+ #: ../admin/view/wp-slimstat-reports.php:1763
3584
  msgid "c-ro"
3585
  msgstr "Romania"
3586
 
3587
  # Russian Federation
3588
+ #: ../admin/view/wp-slimstat-reports.php:1763
3589
  msgid "c-ru"
3590
  msgstr "Russian Federation"
3591
 
3592
  # Rwanda
3593
+ #: ../admin/view/wp-slimstat-reports.php:1763
3594
  msgid "c-rw"
3595
  msgstr "Rwanda"
3596
 
3597
  # Saint Kitts and Nevis
3598
+ #: ../admin/view/wp-slimstat-reports.php:1763
3599
  msgid "c-kn"
3600
  msgstr "Saint Kitts and Nevis"
3601
 
3602
  # Saint Lucia
3603
+ #: ../admin/view/wp-slimstat-reports.php:1763
3604
  msgid "c-lc"
3605
  msgstr "Saint Lucia"
3606
 
3607
  # Saint Martin
3608
+ #: ../admin/view/wp-slimstat-reports.php:1763
3609
  msgid "c-mf"
3610
  msgstr "Saint Martin"
3611
 
3612
  # Saint Vincent and the Grenadines
3613
+ #: ../admin/view/wp-slimstat-reports.php:1763
3614
  msgid "c-vc"
3615
  msgstr "Saint Vincent and the Grenadines"
3616
 
3617
  # Samoa
3618
+ #: ../admin/view/wp-slimstat-reports.php:1763
3619
  msgid "c-ws"
3620
  msgstr "Samoa"
3621
 
3622
  # Sao Tome and Principe
3623
+ #: ../admin/view/wp-slimstat-reports.php:1763
3624
  msgid "c-st"
3625
  msgstr "Sao Tome and Principe"
3626
 
3627
  # Saudi Arabia
3628
+ #: ../admin/view/wp-slimstat-reports.php:1763
3629
  msgid "c-sa"
3630
  msgstr "Saudi Arabia"
3631
 
3632
  # Senegal
3633
+ #: ../admin/view/wp-slimstat-reports.php:1763
3634
  msgid "c-sn"
3635
  msgstr "Senegal"
3636
 
3637
  # Serbia
3638
+ #: ../admin/view/wp-slimstat-reports.php:1763
3639
  msgid "c-rs"
3640
  msgstr "Serbia"
3641
 
3642
  # Sierra Leone
3643
+ #: ../admin/view/wp-slimstat-reports.php:1763
3644
  msgid "c-sl"
3645
  msgstr "Sierra Leone"
3646
 
3647
  # Singapore
3648
+ #: ../admin/view/wp-slimstat-reports.php:1763
3649
  msgid "c-sg"
3650
  msgstr "Singapore"
3651
 
3652
  # Slovakia
3653
+ #: ../admin/view/wp-slimstat-reports.php:1763
3654
  msgid "c-sk"
3655
  msgstr "Slovakia"
3656
 
3657
  # Slovenia
3658
+ #: ../admin/view/wp-slimstat-reports.php:1763
3659
  msgid "c-si"
3660
  msgstr "Slovenia"
3661
 
3662
  # Solomon Islands
3663
+ #: ../admin/view/wp-slimstat-reports.php:1763
3664
  msgid "c-sb"
3665
  msgstr "Solomon Islands"
3666
 
3667
  # Somalia
3668
+ #: ../admin/view/wp-slimstat-reports.php:1763
3669
  msgid "c-so"
3670
  msgstr "Somalia"
3671
 
3672
  # South Africa
3673
+ #: ../admin/view/wp-slimstat-reports.php:1763
3674
  msgid "c-za"
3675
  msgstr "South Africa"
3676
 
3677
  # South Georgia and the South Sandwich Islands
3678
+ #: ../admin/view/wp-slimstat-reports.php:1763
3679
  msgid "c-gs"
3680
  msgstr "South Georgia and the South Sandwich Islands"
3681
 
3682
  # Spain
3683
+ #: ../admin/view/wp-slimstat-reports.php:1763
3684
  msgid "c-es"
3685
  msgstr "Spain"
3686
 
3687
  # Sri Lanka
3688
+ #: ../admin/view/wp-slimstat-reports.php:1763
3689
  msgid "c-lk"
3690
  msgstr "Sri Lanka"
3691
 
3692
  # Seychelles
3693
+ #: ../admin/view/wp-slimstat-reports.php:1763
3694
  msgid "c-sc"
3695
  msgstr "Seychelles"
3696
 
3697
  # Sudan
3698
+ #: ../admin/view/wp-slimstat-reports.php:1763
3699
  msgid "c-sd"
3700
  msgstr "Sudan"
3701
 
3702
+ #: ../admin/view/wp-slimstat-reports.php:1763
3703
  msgid "c-ss"
3704
  msgstr "c-ss"
3705
 
3706
  # Suriname
3707
+ #: ../admin/view/wp-slimstat-reports.php:1763
3708
  msgid "c-sr"
3709
  msgstr "Suriname"
3710
 
3711
  # Svalbard and Jan Mayen
3712
+ #: ../admin/view/wp-slimstat-reports.php:1763
3713
  msgid "c-sj"
3714
  msgstr "Svalbard and Jan Mayen"
3715
 
3716
  # Swaziland
3717
+ #: ../admin/view/wp-slimstat-reports.php:1763
3718
  msgid "c-sz"
3719
  msgstr "Swaziland"
3720
 
3721
  # Sweden
3722
+ #: ../admin/view/wp-slimstat-reports.php:1763
3723
  msgid "c-se"
3724
  msgstr "Sweden"
3725
 
3726
  # Switzerland
3727
+ #: ../admin/view/wp-slimstat-reports.php:1763
3728
  msgid "c-ch"
3729
  msgstr "Switzerland"
3730
 
3731
  # Syrian Arab Republic
3732
+ #: ../admin/view/wp-slimstat-reports.php:1763
3733
  msgid "c-sy"
3734
  msgstr "Syrian Arab Republic"
3735
 
3736
  # Taiwan, Province of China
3737
+ #: ../admin/view/wp-slimstat-reports.php:1763
3738
  msgid "c-tw"
3739
  msgstr "Taiwan, Province of China"
3740
 
3741
  # Tajikistan
3742
+ #: ../admin/view/wp-slimstat-reports.php:1763
3743
  msgid "c-tj"
3744
  msgstr "Tajikistan"
3745
 
3746
  # United Republic of Tanzania
3747
+ #: ../admin/view/wp-slimstat-reports.php:1763
3748
  msgid "c-tz"
3749
  msgstr "United Republic of Tanzania"
3750
 
3751
  # Thailand
3752
+ #: ../admin/view/wp-slimstat-reports.php:1763
3753
  msgid "c-th"
3754
  msgstr "Thailand"
3755
 
3756
  # Timor-Leste
3757
+ #: ../admin/view/wp-slimstat-reports.php:1763
3758
  msgid "c-tl"
3759
  msgstr "Timor-Leste"
3760
 
3761
  # Togo
3762
+ #: ../admin/view/wp-slimstat-reports.php:1763
3763
  msgid "c-tg"
3764
  msgstr "Togo"
3765
 
3766
  # Tonga
3767
+ #: ../admin/view/wp-slimstat-reports.php:1763
3768
  msgid "c-to"
3769
  msgstr "Tonga"
3770
 
3771
  # Trinidad and Tobago
3772
+ #: ../admin/view/wp-slimstat-reports.php:1763
3773
  msgid "c-tt"
3774
  msgstr "Trinidad and Tobago"
3775
 
3776
  # Tunisia
3777
+ #: ../admin/view/wp-slimstat-reports.php:1763
3778
  msgid "c-tn"
3779
  msgstr "Tunisia"
3780
 
3781
  # Turkey
3782
+ #: ../admin/view/wp-slimstat-reports.php:1763
3783
  msgid "c-tr"
3784
  msgstr "Turkey"
3785
 
3786
  # Turkmenistan
3787
+ #: ../admin/view/wp-slimstat-reports.php:1763
3788
  msgid "c-tm"
3789
  msgstr "Turkmenistan"
3790
 
3791
  # Turks and Caicos Islands
3792
+ #: ../admin/view/wp-slimstat-reports.php:1763
3793
  msgid "c-tc"
3794
  msgstr "Turks and Caicos Islands"
3795
 
3796
  # Uganda
3797
+ #: ../admin/view/wp-slimstat-reports.php:1763
3798
  msgid "c-ug"
3799
  msgstr "Uganda"
3800
 
3801
  # Ukraine
3802
+ #: ../admin/view/wp-slimstat-reports.php:1763
3803
  msgid "c-ua"
3804
  msgstr "Ukraine"
3805
 
3806
  # United Arab Emirates
3807
+ #: ../admin/view/wp-slimstat-reports.php:1763
3808
  msgid "c-ae"
3809
  msgstr "United Arab Emirates"
3810
 
3811
  # United Kingdom
3812
+ #: ../admin/view/wp-slimstat-reports.php:1763
3813
  msgid "c-gb"
3814
  msgstr "United Kingdom"
3815
 
3816
  # United States
3817
+ #: ../admin/view/wp-slimstat-reports.php:1763
3818
  msgid "c-us"
3819
  msgstr "United States"
3820
 
3821
  # Uruguay
3822
+ #: ../admin/view/wp-slimstat-reports.php:1763
3823
  msgid "c-uy"
3824
  msgstr "Uruguay"
3825
 
3826
  # Uzbekistan
3827
+ #: ../admin/view/wp-slimstat-reports.php:1763
3828
  msgid "c-uz"
3829
  msgstr "Uzbekistan"
3830
 
3831
  # Vanuatu
3832
+ #: ../admin/view/wp-slimstat-reports.php:1763
3833
  msgid "c-vu"
3834
  msgstr "Vanuatu"
3835
 
3836
  # Venezuela
3837
+ #: ../admin/view/wp-slimstat-reports.php:1763
3838
  msgid "c-ve"
3839
  msgstr "Venezuela"
3840
 
3841
  # Viet Nam
3842
+ #: ../admin/view/wp-slimstat-reports.php:1763
3843
  msgid "c-vn"
3844
  msgstr "Viet Nam"
3845
 
3846
  # British Virgin Islands
3847
+ #: ../admin/view/wp-slimstat-reports.php:1763
3848
  msgid "c-vg"
3849
  msgstr "British Virgin Islands"
3850
 
3851
  # U.S. Virgin Islands
3852
+ #: ../admin/view/wp-slimstat-reports.php:1763
3853
  msgid "c-vi"
3854
  msgstr "U.S. Virgin Islands"
3855
 
3856
  # Western Sahara
3857
+ #: ../admin/view/wp-slimstat-reports.php:1763
3858
  msgid "c-eh"
3859
  msgstr "Western Sahara"
3860
 
3861
  # Yemen
3862
+ #: ../admin/view/wp-slimstat-reports.php:1763
3863
  msgid "c-ye"
3864
  msgstr "Yemen"
3865
 
3866
  # Zambia
3867
+ #: ../admin/view/wp-slimstat-reports.php:1763
3868
  msgid "c-zm"
3869
  msgstr "Zambia"
3870
 
3871
  # Zimbabwe
3872
+ #: ../admin/view/wp-slimstat-reports.php:1763
3873
  msgid "c-zw"
3874
  msgstr "Zimbabwe"
3875
 
3876
  # Guernsey
3877
+ #: ../admin/view/wp-slimstat-reports.php:1763
3878
  msgid "c-gg"
3879
  msgstr "Guernsey"
3880
 
3881
  # Jersey
3882
+ #: ../admin/view/wp-slimstat-reports.php:1763
3883
  msgid "c-je"
3884
  msgstr "Jersey"
3885
 
3886
  # Isle of Man
3887
+ #: ../admin/view/wp-slimstat-reports.php:1763
3888
  msgid "c-im"
3889
  msgstr "Isle of Man"
3890
 
3891
  # Maldives
3892
+ #: ../admin/view/wp-slimstat-reports.php:1763
3893
  msgid "c-mv"
3894
  msgstr "Maldives"
3895
 
3896
  # European Union
3897
+ #: ../admin/view/wp-slimstat-reports.php:1764
3898
  msgid "c-eu"
3899
  msgstr "European Union"
3900
 
3901
+ #: ../admin/view/wp-slimstat-reports.php:1841
3902
  msgid "src"
3903
  msgstr "Src"
3904
 
3905
+ #: ../admin/view/wp-slimstat-reports.php:1845
3906
  msgid "serp"
3907
  msgstr "Serp"
3908
 
3909
+ #: ../admin/view/wp-slimstat-reports.php:1853
3910
  msgid "Go to the referring page"
3911
  msgstr "Vaya a la página de referencia"
3912
 
3913
+ #: ../admin/view/wp-slimstat-reports.php:1875
3914
  #, fuzzy
3915
  msgid "Remove filter for"
3916
  msgstr "Seleccionar filtro"
3917
 
3918
+ #: ../admin/view/wp-slimstat-reports.php:1879
3919
  msgid "Save"
3920
  msgstr ""
3921
 
3922
+ #: ../admin/view/wp-slimstat-reports.php:1882
3923
  msgid "Reset All"
3924
  msgstr "Resetear todos"
3925
 
3926
+ #: ../admin/view/wp-slimstat-reports.php:1886
3927
  msgid "Current filters:"
3928
  msgstr "Filtros Actuales:"
3929
 
3958
  msgid "Inactive Reports"
3959
  msgstr "Informes Personalizados"
3960
 
3961
+ #: ../admin/wp-slimstat-admin.php:566
3962
  #, fuzzy
3963
  msgid "SlimStat"
3964
  msgstr "Acerca de WP-SlimStat"
3965
 
3966
+ #: ../admin/wp-slimstat-admin.php:624
3967
  #, fuzzy
3968
  msgid "Slimstat"
3969
  msgstr "Acerca de WP-SlimStat"
3970
 
3971
+ #: ../admin/wp-slimstat-admin.php:713
3972
  #, fuzzy
3973
  msgid "Pageviews in the last "
3974
  msgstr "Visitas a la página en los últimos 365 días"
3975
 
3976
+ #: ../admin/wp-slimstat-admin.php:716
3977
  #, fuzzy
3978
  msgid "Unique IPs in the last "
3979
  msgstr "Únicamente interno"
3980
 
3981
+ #: ../admin/wp-slimstat-admin.php:749
3982
+ #, php-format
3983
+ msgid ""
3984
+ " And for keeping an eye on your web traffic with %sSlimStat Analytics%s."
3985
+ msgstr ""
3986
+
3987
+ #: ../admin/wp-slimstat-admin.php:774
3988
  msgid "Show on screen"
3989
  msgstr "Mostrar en pantalla"
3990
 
3991
+ #: ../admin/wp-slimstat-admin.php:855
3992
  msgid "Already saved"
3993
  msgstr ""
3994
 
3995
+ #: ../admin/wp-slimstat-admin.php:863
3996
  msgid "Saved"
3997
  msgstr ""
3998
 
3999
+ #: ../admin/wp-slimstat-admin.php:883
4000
  #, fuzzy
4001
  msgid "Delete this filter"
4002
  msgstr "Filtrar páginas visitadas dondé:"
4003
 
4004
+ #: ../admin/wp-slimstat-admin.php:927
4005
  msgid "There was an error updating the following options:"
4006
  msgstr "Hubo un error al actualizar las siguientes opciones:"
4007
 
4008
+ #: ../admin/wp-slimstat-admin.php:930
4009
  #, fuzzy
4010
  msgid "Your changes have been saved."
4011
  msgstr "Sus ajustes se han actualizado correctamente."
4012
 
4013
+ #: ../admin/wp-slimstat-admin.php:953
4014
  msgid "Save Changes"
4015
  msgstr "Guardar los cambios"
4016
 
4017
+ #: ../admin/wp-slimstat-admin.php:969
4018
  msgid "Definitions"
4019
  msgstr "Definiciones"
4020
 
4021
+ #: ../admin/wp-slimstat-admin.php:972
4022
  #, fuzzy
4023
  msgid "Pageview"
4024
  msgstr "Paginas visitadas"
4025
 
4026
+ #: ../admin/wp-slimstat-admin.php:972
4027
  #, fuzzy
4028
  msgid ""
4029
  "A request to load a single HTML file (\"page\"). This should be contrasted "
4035
  "archivo desde un servidor web. WP SLIMStat registra una visita de página "
4036
  "cada vez que el código de seguimiento se ejecuta"
4037
 
4038
+ #: ../admin/wp-slimstat-admin.php:973
4039
  #, fuzzy
4040
  msgid "(Human) Visit"
4041
  msgstr "Visitas humanas"
4042
 
4043
+ #: ../admin/wp-slimstat-admin.php:973
4044
  msgid ""
4045
  "A period of interaction between a visitor's browser and your website, ending "
4046
  "when the browser is closed or when the user has been inactive on that site "
4050
  "termina cuando se cierra el navegador o cuando el usuario ha estado inactivo "
4051
  "en ese sitio durante 30 minutos"
4052
 
4053
+ #: ../admin/wp-slimstat-admin.php:974
4054
  msgid ""
4055
  "Any user who has left a comment on your blog, and is thus identified by "
4056
  "Wordpress as a returning visitor"
4058
  "Todo usuario que haya dejado un comentario en su blog, por lo que es "
4059
  "identificado por Wordpress como un visitante que regresó"
4060
 
4061
+ #: ../admin/wp-slimstat-admin.php:975
4062
  #, fuzzy
4063
  msgid "Unique IP"
4064
  msgstr "IPs Unicas"
4065
 
4066
+ #: ../admin/wp-slimstat-admin.php:975
4067
  msgid ""
4068
  "Used to differentiate between multiple requests to download a file from one "
4069
  "internet address (IP) and requests originating from many distinct addresses; "
4076
  "dirección de Internet de donde vino una visita de página, es útil, pero no "
4077
  "es perfecta"
4078
 
4079
+ #: ../admin/wp-slimstat-admin.php:976
4080
  msgid ""
4081
  "the originating IP address of a client connecting to a web server through an "
4082
  "HTTP proxy or load balancer"
4084
  "dirección IP de origen de un cliente que se conecta a un servidor web a "
4085
  "través de un proxy HTTP o equilibrador de carga"
4086
 
4087
+ #: ../admin/wp-slimstat-admin.php:977
4088
  #, fuzzy
4089
  msgid "Direct Traffic"
4090
  msgstr "Visita Directa"
4091
 
4092
+ #: ../admin/wp-slimstat-admin.php:977
4093
  msgid ""
4094
  "All those people showing up to your Web site by typing in the URL of your "
4095
  "Web site coming or from a bookmark; some people also call this \"default "
4099
  "URL de su sitio web o que vienen de un favorito, algunas personas también "
4100
  "llaman a esto \"tráfico por defecto\" o \"tráfico ambiente\""
4101
 
4102
+ #: ../admin/wp-slimstat-admin.php:978
4103
  #, fuzzy
4104
  msgid "Search Engine"
4105
  msgstr "Motores de Búsqueda"
4106
 
4107
+ #: ../admin/wp-slimstat-admin.php:978
4108
  msgid ""
4109
  "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
4110
  "as well as your paid (PPC/SEM) traffic, so be aware of that"
4112
  "Google, Yahoo, MSN, Ask, otros; este cubo incluirá tanto su tráfico "
4113
  "orgánico, así como por pago (PPC / SEM), así que tenga cuidado de que"
4114
 
4115
+ #: ../admin/wp-slimstat-admin.php:979 ../admin/wp-slimstat-admin.php:995
4116
  msgid "Keywords used by your visitors to find your website on a search engine"
4117
  msgstr ""
4118
  "Las palabras clave utilizadas por los visitantes para encontrar su sitio web "
4119
  "en un buscador"
4120
 
4121
+ #: ../admin/wp-slimstat-admin.php:980
4122
  msgid "SERP"
4123
  msgstr "SERP"
4124
 
4125
+ #: ../admin/wp-slimstat-admin.php:980
4126
  msgid ""
4127
  "Short for search engine results page, the Web page that a search engine "
4128
  "returns with the results of its search. The value shown represents your rank "
4133
  "que se muestra representa su rango (o posición) dentro de esa lista de los "
4134
  "resultados"
4135
 
4136
+ #: ../admin/wp-slimstat-admin.php:981
4137
  msgid ""
4138
  "Any program used for accessing a website; this includes browsers, robots, "
4139
  "spiders and any other program that was used to retrieve information from the "
4143
  "navegadores, robots, arañas y cualquier otro programa que se utiliza para "
4144
  "recuperar información del sitio"
4145
 
4146
+ #: ../admin/wp-slimstat-admin.php:982
4147
  msgid ""
4148
  "A link from one domain to another is said to be outbound from its source "
4149
  "anchor and inbound to its target. This report lists all the links to other "
4153
  "de anclaje y de entrada a su objetivo. Este informe muestra todos los "
4154
  "enlaces a otros sitios web, seguidos por sus visitantes."
4155
 
4156
+ #: ../admin/wp-slimstat-admin.php:989
4157
  msgid "Basic Filters"
4158
  msgstr "Filtros básicos"
4159
 
4160
+ #: ../admin/wp-slimstat-admin.php:992
4161
  msgid "User agent (Firefox, Chrome, ...)"
4162
  msgstr "Agente usuario(Firefox, Chrome, ...)"
4163
 
4164
+ #: ../admin/wp-slimstat-admin.php:993
4165
  msgid "2-letter code (us, ru, de, it, ...)"
4166
  msgstr "código de 2 letras (eu, ru, de, it, ...)"
4167
 
4168
+ #: ../admin/wp-slimstat-admin.php:994
4169
  msgid "IP"
4170
  msgstr "IP"
4171
 
4172
+ #: ../admin/wp-slimstat-admin.php:994
4173
  msgid "Visitor's public IP address"
4174
  msgstr "Dirección IP pública del visitante"
4175
 
4176
+ #: ../admin/wp-slimstat-admin.php:996
4177
  msgid ""
4178
  "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
4179
  "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
4183
  "en-us/library/ee825488(v=cs.20).aspx\">págna de cultura del lenguaje</a> "
4184
  "(primera columna) para más información"
4185
 
4186
+ #: ../admin/wp-slimstat-admin.php:997
4187
  msgid ""
4188
  "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
4189
  "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
4193
  "target=\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php"
4194
  "\">esta página del manual</a> para obtener más información"
4195
 
4196
+ #: ../admin/wp-slimstat-admin.php:998
4197
  msgid "URL accessed on your site"
4198
  msgstr "URL visitada en su sitio"
4199
 
4200
+ #: ../admin/wp-slimstat-admin.php:999
4201
  msgid "Complete address of the referrer page"
4202
  msgstr "Dirección completa de la página que refiere"
4203
 
4204
+ #: ../admin/wp-slimstat-admin.php:1000
4205
  #, fuzzy
4206
  msgid "Visitor's Name"
4207
  msgstr "Visitantes"
4208
 
4209
+ #: ../admin/wp-slimstat-admin.php:1000
4210
  msgid ""
4211
  "Visitors' names according to the cookie set by Wordpress after they leave a "
4212
  "comment"
4214
  "Nombres de visitantes según la cookie establecida por Wordpress después de "
4215
  "dejar un comentario"
4216
 
4217
+ #: ../admin/wp-slimstat-admin.php:1008
4218
  msgid "Advanced Filters"
4219
  msgstr "Filtros avanzados"
4220
 
4221
+ #: ../admin/wp-slimstat-admin.php:1011
4222
  msgid "user agent version (9.0, 11, ...)"
4223
  msgstr "versión del agente de usuario (9,0, 11, ...)"
4224
 
4225
+ #: ../admin/wp-slimstat-admin.php:1012
4226
  msgid ""
4227
  "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
4228
  "all others"
4230
  "1 = oruga del motor de búsqueda, 2 = dispositivo móvil, 3 = lector de "
4231
  "sindicación, 0 =a todos los demás"
4232
 
4233
+ #: ../admin/wp-slimstat-admin.php:1013
4234
  #, fuzzy
4235
  msgid "Pageview Attributes"
4236
  msgstr "Paginas visitadas"
4237
 
4238
+ #: ../admin/wp-slimstat-admin.php:1013
4239
  msgid ""
4240
  "this field is set to <em>[pre]</em> if the resource has been accessed "
4241
  "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
4245
  "través de <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
4246
  "Link_prefetching_FAQ\">Preecaptura de Enlaces</a> o técnicas similares"
4247
 
4248
+ #: ../admin/wp-slimstat-admin.php:1014
4249
  msgid "author associated to that post/page when the resource was accessed"
4250
  msgstr "autor asociado a esa publicación/página cuando se accedió al recurso"
4251
 
4252
+ #: ../admin/wp-slimstat-admin.php:1015
4253
  msgid "ID of the category/term associated to the resource, when available"
4254
  msgstr ""
4255
  "ID de la categoría / término asociado al recurso, cuando esté disponible"
4256
 
4257
+ #: ../admin/wp-slimstat-admin.php:1016
4258
  msgid "visitor's originating IP address, if available"
4259
  msgstr "dirección IP de origen del visitante, si está disponible"
4260
 
4261
+ #: ../admin/wp-slimstat-admin.php:1017
4262
  msgid ""
4263
  "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
4264
  "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
4272
  "wordpress.org/Conditional_Tags\">Etiquetas condicionales</a> página del "
4273
  "manual para más información"
4274
 
4275
+ #: ../admin/wp-slimstat-admin.php:1018
4276
  msgid "Screen Resolution"
4277
  msgstr "Resolución de Pantalla"
4278
 
4279
+ #: ../admin/wp-slimstat-admin.php:1018
4280
  msgid "viewport width and height (1024x768, 800x600, ...)"
4281
  msgstr "ancho de vista y altura (1024x768, 800x600 , ...)"
4282
 
4283
+ #: ../admin/wp-slimstat-admin.php:1019
4284
  msgid ""
4285
  "generally used in conjunction with <em>is not empty</em>, identifies human "
4286
  "visitors"
4288
  "se utiliza generalmente en conjunción con <em> no está vacío </em>, "
4289
  "identifica los visitantes humanos"
4290
 
4291
+ #: ../admin/wp-slimstat-admin.php:1020
4292
  msgid "Date Filters"
4293
  msgstr "Filtros de fecha"
4294
 
4295
+ #: ../admin/wp-slimstat-admin.php:1020
4296
  msgid ""
4297
  "you can specify the timeframe by entering a number in the <em>interval</em> "
4298
  "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
4303
  "(es decir, día=1, mes=1, año=blank, intervalo=-1 establecerá un filtro de "
4304
  "año a la fecha)"
4305
 
4306
+ #: ../admin/wp-slimstat-admin.php:1021
4307
  msgid "SERP Position"
4308
  msgstr "Posición SERP"
4309
 
4310
+ #: ../admin/wp-slimstat-admin.php:1021
4311
  msgid ""
4312
  "set the filter to Referer contains cd=N&, where N is the position you are "
4313
  "looking for"
4315
  "configurar el filtro para Referer contiene cd=N&, donde N es la posición que "
4316
  "usted está buscando"
4317
 
4318
+ #: ../admin/wp-slimstat-admin.php:1048
4319
  msgid "Yes"
4320
  msgstr "Si"
4321
 
4322
+ #: ../admin/wp-slimstat-admin.php:1049
4323
  msgid "No"
4324
  msgstr "No"
4325
 
4326
+ #: ../admin/wp-slimstat-admin.php:1050
4327
  msgid "Site Specific"
4328
  msgstr ""
4329
 
5968
  msgid "c-xy"
5969
  msgstr "Local IP"
5970
 
5971
+ #: ../wp-slimstat.php:231 ../wp-slimstat.php:518
5972
  msgid "Notice: Pageview filtered by third-party code"
5973
  msgstr ""
5974
 
5975
+ #: ../wp-slimstat.php:248
5976
  #, fuzzy, php-format
5977
  msgid "Error: Malformed URL %s"
5978
  msgstr "Navegadores recientes"
5979
 
5980
+ #: ../wp-slimstat.php:272
5981
  #, fuzzy, php-format
5982
  msgid "Notice: Referrer %s is blacklisted"
5983
  msgstr "Navegador"
5984
 
5985
+ #: ../wp-slimstat.php:350
5986
  #, fuzzy, php-format
5987
  msgid "Notice: Permalink %s is blacklisted"
5988
  msgstr "Navegador"
5989
 
5990
+ #: ../wp-slimstat.php:361
5991
  msgid "Error: Empty or not supported IP address format (IPv6)"
5992
  msgstr ""
5993
 
5994
+ #: ../wp-slimstat.php:370
5995
  #, php-format
5996
  msgid "Notice: Logged in user %s not tracked"
5997
  msgstr ""
5998
 
5999
+ #: ../wp-slimstat.php:378
6000
  #, php-format
6001
  msgid "Notice: User with capability %s not tracked"
6002
  msgstr ""
6003
 
6004
+ #: ../wp-slimstat.php:388
6005
  #, fuzzy, php-format
6006
  msgid "Notice: User %s is blacklisted"
6007
  msgstr "Navegador"
6008
 
6009
+ #: ../wp-slimstat.php:409
6010
  #, fuzzy, php-format
6011
  msgid "Notice: Spammer %s not tracked"
6012
  msgstr "Bot o Crawler"
6013
 
6014
+ #: ../wp-slimstat.php:438
6015
  #, fuzzy, php-format
6016
  msgid "Notice: IP address %s is blacklisted"
6017
  msgstr "Navegador"
6018
 
6019
+ #: ../wp-slimstat.php:467
6020
  #, fuzzy, php-format
6021
  msgid "Notice: Country %s is blacklisted"
6022
  msgstr "Navegador"
6023
 
6024
+ #: ../wp-slimstat.php:476
6025
  #, fuzzy
6026
  msgid "Notice: Prefetch requests are ignored"
6027
  msgstr "Ignorar PPeticiones Prefetch"
6028
 
6029
+ #: ../wp-slimstat.php:492
6030
  #, fuzzy
6031
  msgid "Notice: Bot not tracked"
6032
  msgstr "Bot o Crawler"
6033
 
6034
+ #: ../wp-slimstat.php:501
6035
  #, fuzzy, php-format
6036
  msgid "Notice: Browser %s is blacklisted"
6037
  msgstr "Navegador"
6038
 
6039
+ #: ../wp-slimstat.php:531
6040
  msgid "Error:"
6041
  msgstr ""
6042
 
6043
+ #: ../wp-slimstat.php:1149
6044
  msgid "Invalid payload string. Try clearing your WordPress cache."
6045
  msgstr ""
6046
 
6047
+ #: ../wp-slimstat.php:1159
6048
  msgid "Invalid data signature. Try clearing your WordPress cache."
6049
  msgstr ""
6050
 
6051
+ #: ../wp-slimstat.php:1253
6052
  #, fuzzy
6053
  msgid "There was an error downloading the MaxMind Geolite DB:"
6054
  msgstr "Hubo un error al actualizar las siguientes opciones:"
6055
 
6056
+ #: ../wp-slimstat.php:1261 ../wp-slimstat.php:1270
6057
  #, fuzzy
6058
  msgid "There was an error opening the zipped MaxMind Geolite DB."
6059
  msgstr "Hubo un error al actualizar las siguientes opciones:"
6060
 
6061
+ #: ../wp-slimstat.php:1265
6062
  msgid "Function gzopen not defined. Aborting."
6063
  msgstr ""
6064
 
6065
+ #: ../wp-slimstat.php:1275
6066
  #, fuzzy
6067
  msgid "There was an error opening the unzipped MaxMind Geolite DB."
6068
  msgstr "Hubo un error al actualizar las siguientes opciones:"
6069
 
6070
+ #, fuzzy
6071
+ #~ msgid "Internal and Outbound Links"
6072
+ #~ msgstr "Enlaces Salientes Recientes"
6073
+
6074
+ #, fuzzy
6075
+ #~ msgid "Track Coordinates"
6076
+ #~ msgstr "Seguimiento Activo"
6077
+
6078
+ #~ msgid "Number of pages in your site included in Google's index."
6079
+ #~ msgstr "Número de páginas en su sitio incluidas en el índice de Google."
6080
+
6081
+ #~ msgid "Google Index"
6082
+ #~ msgstr "Indice de Google"
6083
+
6084
+ #~ msgid "Google Backlinks"
6085
+ #~ msgstr "Backlinks Google"
6086
+
6087
+ #~ msgid ""
6088
+ #~ "How many times the Facebook Like button has been approximately clicked on "
6089
+ #~ "your site."
6090
+ #~ msgstr ""
6091
+ #~ "Aproximadamente cuántas veces se ha hecho clic en el botón “Me Gusta” de "
6092
+ #~ "Facebook en su sitio."
6093
+
6094
+ #~ msgid "Facebook Likes"
6095
+ #~ msgstr "Me Gusta de Facebook"
6096
+
6097
  #, fuzzy
6098
  #~ msgid "Delete records"
6099
  #~ msgstr "Palabras clave"
6152
  #~ msgid "Custom Reports"
6153
  #~ msgstr "Informes Personalizados"
6154
 
 
 
 
 
6155
  #, fuzzy
6156
  #~ msgid ""
6157
  #~ "Collect information about screen resolutions, outbound links, downloads, "
6175
  #~ "(suavizado de fuentes). Esta opción requiere que el modo Espía esté "
6176
  #~ "habilitado."
6177
 
 
 
 
 
6178
  #~ msgid "Start From"
6179
  #~ msgstr "Comenzar desde"
6180
 
6552
  #~ "Habilitar esta opción si los usuarios están confundidos por el enlace "
6553
  #~ "Stats asociado para cada publicación en la página Editar publicaciones."
6554
 
 
 
 
6555
  #~ msgid ""
6556
  #~ "Add <em>markings</em> to each chart by specifying a date and its "
6557
  #~ "description in the field below. Useful to keep track of special events "
languages/wp-slimstat-fa_IR.mo CHANGED
Binary file
languages/wp-slimstat-fa_IR.po CHANGED
@@ -1,7 +1,7 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP SlimStat\n"
4
- "POT-Creation-Date: 2016-01-28 21:32-0500\n"
5
  "PO-Revision-Date: \n"
6
  "Last-Translator: WP Slimstat <support@wp-slimstat.com>\n"
7
  "Language-Team: Salman <salmanmp@gmail.com>\n"
@@ -15,6 +15,8 @@ msgstr ""
15
  "Plural-Forms: nplurals=1; plural=0;\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-SearchPath-0: ..\n"
 
 
18
 
19
  #: ../admin/config/index.php:33
20
  msgid ""
@@ -102,7 +104,7 @@ msgid ""
102
  "etc. This option is ignored if Tracking Mode is set to Client."
103
  msgstr ""
104
 
105
- #: ../admin/config/index.php:97 ../admin/view/wp-slimstat-reports.php:1368
106
  msgid "Off"
107
  msgstr ""
108
 
@@ -119,7 +121,8 @@ msgstr "نظارت صفحه مدیریت"
119
  msgid "Enable this option to track your users' activity within the admin."
120
  msgstr "برای رهگیری کاربران در ناحیه مدیریتی ین گزینه را فعال کنید."
121
 
122
- #: ../admin/config/index.php:98
 
123
  #, fuzzy
124
  msgid "Track"
125
  msgstr "ره‌گیری"
@@ -134,30 +137,40 @@ msgid "WordPress Integration"
134
  msgstr "تلفیق کردن وردپرس"
135
 
136
  #: ../admin/config/index.php:101
 
 
 
 
 
 
 
 
 
 
137
  msgid "Menu Position"
138
  msgstr "محل گزینگان"
139
 
140
- #: ../admin/config/index.php:101
141
  #, fuzzy
142
  msgid ""
143
  "Choose between a standalone admin menu for Slimstat or a drop down in the "
144
  "admin bar (if visible)."
145
  msgstr "بین گزینگان مدیریتی ثابت و یا گزینگان مدیریتی ابشاری انتخاب کنید."
146
 
147
- #: ../admin/config/index.php:101
148
  msgid "Side Menu"
149
  msgstr "گزینگان کناره"
150
 
151
- #: ../admin/config/index.php:101
152
  msgid "Admin Bar"
153
  msgstr " منوی مدیریت"
154
 
155
- #: ../admin/config/index.php:102
156
  #, fuzzy
157
  msgid "Posts and Pages"
158
  msgstr "یک ستون به نوشته‌ها اضافه کن"
159
 
160
- #: ../admin/config/index.php:102
161
  #, fuzzy
162
  msgid ""
163
  "Add a new column to the Edit Posts/Pages screens, with the number of hits "
@@ -166,53 +179,43 @@ msgstr ""
166
  "یک ستون جدید به صفحه «ویرایش ارسال» اضافه می‌کند، که شامل تعداد بازدید برای "
167
  "هر ارسال میباشد (ممکن است مدت تحویل را زیاد کند)"
168
 
169
- #: ../admin/config/index.php:103
170
  msgid "Report Interval"
171
  msgstr ""
172
 
173
- #: ../admin/config/index.php:103
174
  msgid ""
175
  "Enter the time range, in days, that should be used to calculate the value "
176
  "here above."
177
  msgstr ""
178
 
179
- #: ../admin/config/index.php:104
180
  #, fuzzy
181
  msgid "Report Type"
182
  msgstr "گزارش ها"
183
 
184
- #: ../admin/config/index.php:104
185
  msgid ""
186
  "Select what kind of information you would like to see displayed on the Posts "
187
  "admin screen. Pageviews include all the hits regardless of the user, Unique "
188
  "IPs consider only one hit per user in the given time range."
189
  msgstr ""
190
 
191
- #: ../admin/config/index.php:104 ../admin/view/wp-slimstat-reports.php:81
192
  #: ../admin/view/wp-slimstat-reports.php:90
193
- #: ../admin/view/wp-slimstat-reports.php:1384
194
- #: ../admin/view/wp-slimstat-reports.php:1542
195
  msgid "Pageviews"
196
  msgstr "مشاهدات صفحات"
197
 
198
- #: ../admin/config/index.php:104 ../admin/view/wp-slimstat-reports.php:91
199
- #: ../admin/view/wp-slimstat-reports.php:284
200
- #: ../admin/view/wp-slimstat-reports.php:525
201
- #: ../admin/view/wp-slimstat-reports.php:1399
202
- #: ../admin/view/wp-slimstat-reports.php:1444
203
  msgid "Unique IPs"
204
  msgstr "آی‌پی‌های یکتا"
205
 
206
- #: ../admin/config/index.php:105
207
- msgid "Dashboard Widgets"
208
- msgstr ""
209
-
210
- #: ../admin/config/index.php:105
211
- msgid ""
212
- "Choose if you want to have the most important reports on your WordPress "
213
- "Dashboard. Use the Screen Options dropdown to select which ones to display."
214
- msgstr ""
215
-
216
  #: ../admin/config/index.php:106
217
  #, fuzzy
218
  msgid "Hide Add-ons"
@@ -256,7 +259,7 @@ msgstr "ردیف‌های مربوط به روز %s و قبل از آن حذف
256
 
257
  #: ../admin/config/index.php:109 ../admin/view/index.php:102
258
  #: ../admin/view/wp-slimstat-db.php:79
259
- #: ../admin/view/wp-slimstat-reports.php:1368
260
  msgid "days"
261
  msgstr "روز"
262
 
@@ -277,14 +280,87 @@ msgstr ""
277
 
278
  #: ../admin/config/index.php:117
279
  #, fuzzy
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
280
  msgid "Advanced Options"
281
  msgstr "فیلترهای پیش‌رفته"
282
 
283
- #: ../admin/config/index.php:118
284
  msgid "Session Duration"
285
  msgstr "مدت جلسه"
286
 
287
- #: ../admin/config/index.php:118
288
  #, fuzzy
289
  msgid ""
290
  "How many seconds should a human session last? Google Analytics sets it to "
@@ -293,26 +369,26 @@ msgstr ""
293
  "چند ثانیه جلسه (انسان) در پایگاه به طول انجامد؟ گوگل آنالیتیک این مقدار را "
294
  "۱۸۰۰ ثانیه در نظر می‌گیرد."
295
 
296
- #: ../admin/config/index.php:118 ../admin/config/index.php:189
297
  msgid "seconds"
298
  msgstr "ثانیه"
299
 
300
- #: ../admin/config/index.php:119
301
  msgid "Extend Session"
302
  msgstr "گسترش جلسه"
303
 
304
- #: ../admin/config/index.php:119
305
  msgid "Extend the duration of a session each time the user visits a new page."
306
  msgstr ""
307
  "هر بار که کاربر یک صفحه جدید را دیدن می‌کند مدت جلسه را به این مقدار گسترش "
308
  "می‌دهد."
309
 
310
- #: ../admin/config/index.php:120
311
  #, fuzzy
312
  msgid "Browser Detection"
313
  msgstr "نسخه مرورگر"
314
 
315
- #: ../admin/config/index.php:120
316
  msgid ""
317
  "The heuristic function is much faster and requires very little memory, but "
318
  "for uncommon user agent strings it might be less accurate, and produce a "
@@ -324,20 +400,20 @@ msgid ""
324
  "produce a match."
325
  msgstr ""
326
 
327
- #: ../admin/config/index.php:120
328
  #, fuzzy
329
  msgid "Browscap"
330
  msgstr "مرورگر"
331
 
332
- #: ../admin/config/index.php:120
333
  msgid "Heuristic"
334
  msgstr ""
335
 
336
- #: ../admin/config/index.php:121
337
  msgid "Enable CDN"
338
  msgstr "فعال‌سازی CDN"
339
 
340
- #: ../admin/config/index.php:121
341
  msgid ""
342
  "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
343
  "by serving our tracking code from their fast and reliable network (free "
@@ -347,11 +423,11 @@ msgstr ""
347
  "استفاده کنید و از خدمات ردگیری ما در شبکه سریع و مطمئن بهره مند شوید "
348
  "(رایگان)."
349
 
350
- #: ../admin/config/index.php:122
351
  msgid "Extensions to Track"
352
  msgstr "پسوندهایی که رهیابی شوند"
353
 
354
- #: ../admin/config/index.php:122
355
  msgid ""
356
  "List all the file extensions that you want to be treated as Downloads. "
357
  "Please note that links pointing to external resources (i.e. PDFs on a "
@@ -363,75 +439,24 @@ msgstr ""
363
  "باشید که پیوندهای منابع خارجی (مثل پی دی اف در پایگاه دیگر) بارگیری محسوب "
364
  "میشود و نه پیوند بیرونی اگر پسوند آنها با این فهرست تطبیق داشته باشد."
365
 
366
- #: ../admin/config/index.php:124
367
- #, fuzzy
368
- msgid "Internal and Outbound Links"
369
- msgstr "پیوندهای بیرونی اخیر"
370
-
371
- #: ../admin/config/index.php:125
372
- msgid "Track Outbound Clicks"
373
- msgstr "ره‌گیری کلیک های بیرونی"
374
-
375
- #: ../admin/config/index.php:125
376
- msgid ""
377
- "Track when your visitors click on link to external websites. This option "
378
- "required Spy Mode to be enabled."
379
- msgstr ""
380
- "پیوندهایی که بازدیدکننده را به خارج از پایگاه ها میبرد رهگیری کنید. این "
381
- "گزینه نیاز به فعال کردن دید دزدکی دارد."
382
-
383
- #: ../admin/config/index.php:126
384
  #, fuzzy
385
- msgid "Track Coordinates"
386
- msgstr " حالت ردگیری"
387
-
388
- #: ../admin/config/index.php:126
389
- msgid ""
390
- "Collect mouse coordinates and other information for clicks on internal "
391
- "links. Strongly recommended if you're using the heatmap add-on. By default, "
392
- "this information is only collected for external links."
393
- msgstr ""
394
-
395
- #: ../admin/config/index.php:127
396
- msgid "No Callback"
397
- msgstr ""
398
-
399
- #: ../admin/config/index.php:127
400
- msgid ""
401
- "Track the event but do not invoke the callback function on links marked with "
402
- "one of these class names, <em>rel</em> attribute or whose <em>href</em> "
403
- "attribute contains one of these strings (separated by comma). Useful to "
404
- "prevent conflicts with lightbox and similar libraries."
405
- msgstr ""
406
-
407
- #: ../admin/config/index.php:128
408
- msgid "Do Not Track"
409
- msgstr ""
410
-
411
- #: ../admin/config/index.php:128
412
- msgid ""
413
- "Do not track links marked with one of these class names, <em>rel</em> "
414
- "attributes or whose <em>href</em> attribute contains one of these strings "
415
- "(separated by comma)."
416
- msgstr ""
417
-
418
- #: ../admin/config/index.php:130
419
- msgid "Pages not belonging to this site"
420
- msgstr ""
421
 
422
- #: ../admin/config/index.php:131
423
  msgid ""
424
  "Add the following code to all the non-WP pages you want to track, right "
425
  "before the closing BODY tag. Please make sure to change the protocol of all "
426
  "the URLs to HTTPS, if you external site is served over a secure channel."
427
  msgstr ""
428
 
429
- #: ../admin/config/index.php:141
430
  #, fuzzy
431
- msgid "Allow External Domains"
432
  msgstr "پیوند خارجی خطرناک"
433
 
434
- #: ../admin/config/index.php:141
435
  msgid ""
436
  "If you are getting an error saying that no 'Access-Control-Allow-Origin' "
437
  "header is present on the requested resource, when using the external "
@@ -442,16 +467,16 @@ msgid ""
442
  "security implications of allowing CORS requests."
443
  msgstr ""
444
 
445
- #: ../admin/config/index.php:142 ../admin/config/index.php:164
446
- #: ../admin/config/index.php:192
447
  msgid "Miscellaneous"
448
  msgstr "متفرقه"
449
 
450
- #: ../admin/config/index.php:143
451
  msgid "Enable UAN"
452
  msgstr "فعال‌سازی UAN"
453
 
454
- #: ../admin/config/index.php:143
455
  #, fuzzy
456
  msgid ""
457
  "Send anonymous data about user agents to our server for analysis. This "
@@ -464,28 +489,28 @@ msgstr ""
464
  "کنید. با کمک کردن به <a href='http://browscap.co/' target='_blank'>BrowsCap "
465
  "opensource project</a> توانایی برنامه برای شناختن مرورگرها را بیشتر میشود."
466
 
467
- #: ../admin/config/index.php:148
468
  msgid "Filters"
469
  msgstr "فیلترها"
470
 
471
- #: ../admin/config/index.php:150
472
  #, fuzzy
473
  msgid "Do not track settings"
474
  msgstr "ناشامل"
475
 
476
- #: ../admin/config/index.php:151
477
  msgid "Track Registered Users"
478
  msgstr "ره‌گیری کاربران ثبت شده"
479
 
480
- #: ../admin/config/index.php:151
481
  msgid "Enable this option to track logged in users."
482
  msgstr "اگر می‌خواهید کاربران وارد شده را ره‌گیری کنید این گزینه را فعال کنید."
483
 
484
- #: ../admin/config/index.php:152
485
  msgid "Blacklist by Username"
486
  msgstr " فهرست سیاه با نشانی آی‌پی"
487
 
488
- #: ../admin/config/index.php:152
489
  #, fuzzy
490
  msgid ""
491
  "List all the usernames you don't want to track, separated by commas. Please "
@@ -503,11 +528,11 @@ msgstr ""
503
  "and /about, <code>/abo!t</code> will match /about and /abort. Strings are "
504
  "case-insensitive."
505
 
506
- #: ../admin/config/index.php:153
507
  msgid "Blacklist by IP Address"
508
  msgstr " فهرست سیاه با نشانی آی‌پی"
509
 
510
- #: ../admin/config/index.php:153
511
  #, fuzzy
512
  msgid ""
513
  "List all the IP addresses you don't want to track, separated by commas. Each "
@@ -521,11 +546,11 @@ msgstr ""
521
  "Classless_Inter-Domain_Routing' target='_blank'>CIDR</a> تعریف شود (مثل "
522
  "<em>192.168.0.0/24</em>) و اگر نگارش صحیح نباشد رهگیری به درستی انجام نمیشود."
523
 
524
- #: ../admin/config/index.php:154
525
  msgid "Blacklist by Capability"
526
  msgstr "کاربران بر اساس توانایی"
527
 
528
- #: ../admin/config/index.php:154
529
  msgid ""
530
  "Users having at least one of the <a href='http://codex.wordpress.org/"
531
  "Roles_and_Capabilities' target='_new'>capabilities</a> listed here below "
@@ -535,15 +560,15 @@ msgstr ""
535
  "Roles_and_Capabilities' target='_new'> خواص</a> زیر را داشته باشند ردگیری "
536
  "نمیشوند (به بزرگ و کوچک بودن را دقت داشته باشید)."
537
 
538
- #: ../admin/config/index.php:156
539
  msgid "Profiling"
540
  msgstr "نمایه"
541
 
542
- #: ../admin/config/index.php:157
543
  msgid "Ignore Spammers"
544
  msgstr "نادیده گرفتن هرزها"
545
 
546
- #: ../admin/config/index.php:157
547
  msgid ""
548
  "Enable this option if you don't want to track visits from users identified "
549
  "as spammers by third-party tools like Akismet. Pageviews generated by users "
@@ -554,12 +579,12 @@ msgstr ""
554
  "Akismet) را رهگیری کنید این گزینه را فعال کنید. بازدید های کاربرانی که بعدا "
555
  "به صورت هرز شناخته شوند از پایگاه داده ها نیز حذف میشوند."
556
 
557
- #: ../admin/config/index.php:158
558
  #, fuzzy
559
  msgid "Ignore Bots"
560
  msgstr "کاربران را نادیده بگیر"
561
 
562
- #: ../admin/config/index.php:158
563
  msgid ""
564
  "Turn on this feature if you want to have the accuracy level of server-side "
565
  "tracking, but not the inconvenience of getting your database clogged with "
@@ -567,11 +592,11 @@ msgid ""
567
  "note that in Client mode, bots are ignored regardless of this setting."
568
  msgstr ""
569
 
570
- #: ../admin/config/index.php:159
571
  msgid "Permalinks"
572
  msgstr "پیوندهای یکتا"
573
 
574
- #: ../admin/config/index.php:159
575
  msgid ""
576
  "List all the URLs on your website that you don't want to track, separated by "
577
  "commas. Don't include the domain name: <em>/about, ?p=1</em>, etc. "
@@ -589,11 +614,11 @@ msgstr ""
589
  "and /about, <code>/abo!t</code> will match /about and /abort. Strings are "
590
  "case-insensitive."
591
 
592
- #: ../admin/config/index.php:160
593
  msgid "Countries"
594
  msgstr "کشورها"
595
 
596
- #: ../admin/config/index.php:160
597
  msgid ""
598
  "Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
599
  "track, separated by commas."
@@ -601,11 +626,11 @@ msgstr ""
601
  "کد کشورهایی که مایل به رهگیری نیستید، تفکیک شده با ویرگول مثل <code>en-us, "
602
  "it, es</code>"
603
 
604
- #: ../admin/config/index.php:161
605
  msgid "User Agents"
606
  msgstr "مرورگرهای کاربران"
607
 
608
- #: ../admin/config/index.php:161
609
  msgid ""
610
  "Browsers (user agents) you don't want to track, separated by commas. You can "
611
  "specify the browser's version adding a slash after the name (i.e. "
@@ -620,11 +645,11 @@ msgstr ""
620
  "Strings are case-insensitive.مرورگرهایی که نمیخواهید رهگیری کنید، تفکیک شده "
621
  "با ویرگول. میتوانید نسخه مرورگر را نیز مشخص کنید. مثلا <em>Firefox/3.6</em>. "
622
 
623
- #: ../admin/config/index.php:162
624
  msgid "Referring Sites"
625
  msgstr "سایت ارجاع دهنده"
626
 
627
- #: ../admin/config/index.php:162
628
  msgid ""
629
  "Referring URLs that you don't want to track, separated by commas: "
630
  "<code>http://mysite.com*</code>, <code>*/ignore-me-please</code>, etc. "
@@ -640,19 +665,19 @@ msgstr ""
640
  "insensitive. Include either a wildcard or the protocol you want to filter "
641
  "(http://, https://)."
642
 
643
- #: ../admin/config/index.php:165
644
  msgid "Enable Privacy Mode"
645
  msgstr "فعال کردن حالت حریم"
646
 
647
- #: ../admin/config/index.php:165
648
  msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
649
  msgstr "این گزینه نشانی آی‌پی بیننده را طبق قوانین حریم خصوصی اروپا پنهان میکند"
650
 
651
- #: ../admin/config/index.php:166
652
  msgid "Ignore Prefetch Requests"
653
  msgstr "نادیده گرفتن درخواست صفحه‌بندی"
654
 
655
- #: ../admin/config/index.php:166
656
  #, fuzzy
657
  msgid ""
658
  "Prevent Slimstat from tracking pageviews generated by Firefox's <a "
@@ -663,52 +688,52 @@ msgstr ""
663
  "org/en/Link_prefetching_FAQ' target='_blank'>صفحه‌بندی</a> برنامه Firefox "
664
  "صورت میگیرد."
665
 
666
- #: ../admin/config/index.php:171 ../admin/config/index.php:203
667
  msgid "Reports"
668
  msgstr "گزارش ها"
669
 
670
- #: ../admin/config/index.php:173
671
  msgid "Formats and Conversions"
672
  msgstr ""
673
 
674
- #: ../admin/config/index.php:174
675
  msgid "Number Format"
676
  msgstr "نگارش اعداد"
677
 
678
- #: ../admin/config/index.php:174
679
  #, fuzzy
680
  msgid "Choose the number format you want to use for your reports."
681
  msgstr ""
682
  "نگارش مناسب برای ملاحظه گزارش اعداد را نتخاب کنید، امریکایی یا اروپایی."
683
 
684
- #: ../admin/config/index.php:175
685
  #, fuzzy
686
  msgid "Date Format"
687
  msgstr "داده و نگارش ها"
688
 
689
- #: ../admin/config/index.php:175
690
  msgid ""
691
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
692
  "Format</a> to use when displaying a pageview's date."
693
  msgstr ""
694
 
695
- #: ../admin/config/index.php:176
696
  #, fuzzy
697
  msgid "Time Format"
698
  msgstr "نگارش اعداد"
699
 
700
- #: ../admin/config/index.php:176
701
  msgid ""
702
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
703
  "Format</a> to use when displaying a pageview's time."
704
  msgstr ""
705
 
706
- #: ../admin/config/index.php:177
707
  #, fuzzy
708
  msgid "Use Display Name"
709
  msgstr "نمایش نام صفحه نمایش"
710
 
711
- #: ../admin/config/index.php:177
712
  msgid ""
713
  "By default, users are listed by their usernames. Use this option to "
714
  "visualize their display names instead."
@@ -716,12 +741,12 @@ msgstr ""
716
  "به طور پیش فرظ، کاربران با نام کاربری فهرست بندی میشوند. این گزینه کاربران "
717
  "را با نام فهرست بندی میکند."
718
 
719
- #: ../admin/config/index.php:178
720
  #, fuzzy
721
  msgid "Use Titles"
722
  msgstr "نمایش عناوین"
723
 
724
- #: ../admin/config/index.php:178
725
  #, fuzzy
726
  msgid ""
727
  "Slimstat converts your permalinks into post, page and category titles. "
@@ -730,73 +755,106 @@ msgstr ""
730
  " تمامی پیوندهای یکتا را به ارسال و صفحه تبدیل میکند. این ویژگی را غیرفعال "
731
  "کنید اگر در گزارش به نشانی نیاز دارید"
732
 
733
- #: ../admin/config/index.php:179
734
  msgid "Convert IP Addresses"
735
  msgstr "تبدیل نشانی آی‌پی"
736
 
737
- #: ../admin/config/index.php:179
738
  msgid "Display provider names instead of IP addresses."
739
  msgstr "نمایش خدمات دهنده ها به جای ای پی"
740
 
741
- #: ../admin/config/index.php:181
742
  msgid "Functionality"
743
  msgstr "کاربردی"
744
 
745
- #: ../admin/config/index.php:182
 
 
 
 
 
 
 
 
 
 
 
746
  msgid "SlimScroll"
747
  msgstr ""
748
 
749
- #: ../admin/config/index.php:182
750
  msgid ""
751
  "Enable SlimScroll, a slick jQuery library that replaces the built-in browser "
752
  "scrollbar."
753
  msgstr ""
754
 
755
- #: ../admin/config/index.php:183
756
  msgid "Expand Details"
757
  msgstr "گسترش جزئیات"
758
 
759
- #: ../admin/config/index.php:183
760
  msgid "Expand each row's details by default, insted of on mousehover."
761
  msgstr "گشترش جزئیات‌ هر سطر به طور پیش فرظ، به جای رویت با توقف اشاره گر"
762
 
763
- #: ../admin/config/index.php:184 ../admin/config/index.php:190
764
  msgid "Rows to Display"
765
  msgstr "نمایش ردیف ها"
766
 
767
- #: ../admin/config/index.php:184
768
  msgid "Specify the number of items in each report."
769
  msgstr "تعداد موردها در هر گزارش را مشخص کنید."
770
 
771
- #: ../admin/config/index.php:185 ../admin/view/wp-slimstat-db.php:101
772
  #, fuzzy
773
  msgid "Max Results"
774
  msgstr "نتایج محدود به"
775
 
776
- #: ../admin/config/index.php:185
777
  msgid ""
778
  "Decide how many records should be retrieved from the database in total. "
779
  "Depending on your server configuration, you may want to fine tune this value "
780
  "to avoid exceeding your PHP memory limit."
781
  msgstr ""
782
 
783
- #: ../admin/config/index.php:186
784
  msgid "IP Lookup"
785
  msgstr "ره‌گیری بر اساس نشانی آی‌پی"
786
 
787
- #: ../admin/config/index.php:186
788
  msgid "Customize the Geolocation service to be used in the reports."
789
  msgstr "خدمات مکان-جفرافی برای گزارش ها را دلخواه کنید. "
790
 
791
- #: ../admin/config/index.php:188
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
792
  msgid "Activity Log"
793
  msgstr "فهرست فعالیت ها"
794
 
795
- #: ../admin/config/index.php:189
796
  msgid "Live Stream"
797
  msgstr "پخش زنده"
798
 
799
- #: ../admin/config/index.php:189
800
  #, fuzzy
801
  msgid ""
802
  "Enable the Live view, which refreshes the Activity Log every X seconds. "
@@ -805,16 +863,16 @@ msgstr ""
805
  "فعال کردن «نمای زنده» صفحه «همین حالا» را هر چند ثانیه تازه سازی میکند. برای "
806
  "فیرفعال کردن صفر وارد کنید."
807
 
808
- #: ../admin/config/index.php:190
809
  #, fuzzy
810
  msgid "Specify the number of items in the Activity Log."
811
  msgstr " تعداد موردها در فهرست صفحه «همین حالا» را مشخص کنید"
812
 
813
- #: ../admin/config/index.php:193
814
  msgid "Custom CSS"
815
  msgstr "سی‌اس‌اس دلخواه"
816
 
817
- #: ../admin/config/index.php:193
818
  #, fuzzy
819
  msgid ""
820
  "Paste here your custom stylesheet to personalize the way your reports look. "
@@ -827,12 +885,12 @@ msgstr ""
827
  "بیشتر به<a href='http://wordpress.org/plugins/wp-slimstat/faq/' "
828
  "target='_blank'> سوالهای رایج</a> مراجعه کنید."
829
 
830
- #: ../admin/config/index.php:194
831
  #, fuzzy
832
  msgid "Chart Colors"
833
  msgstr "کنترل‌های نمودار"
834
 
835
- #: ../admin/config/index.php:194
836
  msgid ""
837
  "Customize the look and feel of your charts by assigning personalized colors "
838
  "to each metric. List 4 hex colors separated by commas, strictly in the "
@@ -840,11 +898,11 @@ msgid ""
840
  "metric 2 current. For example: <code>#ccc, #999, #bbcc44, #21759b</code>."
841
  msgstr ""
842
 
843
- #: ../admin/config/index.php:195
844
  msgid "Show User Agent"
845
  msgstr "نمایش عامل کاربر "
846
 
847
- #: ../admin/config/index.php:195
848
  msgid ""
849
  "Choose if you want to see the browser name or a complete user agent string "
850
  "when hovering on browser icons."
@@ -852,27 +910,27 @@ msgstr ""
852
  " این گزینه را انتخاب کنید اگر میخواهید اسم مرورگر یا نام کامل کاربر را با "
853
  "توقف اشاره گر بر روی نقشک ملاحظه کنید."
854
 
855
- #: ../admin/config/index.php:196
856
  #, fuzzy
857
  msgid "Enable SOV"
858
  msgstr "فعال‌سازی CDN"
859
 
860
- #: ../admin/config/index.php:196
861
  msgid ""
862
  "In linguistic typology, a subject-object-verb (SOV) language is one in which "
863
  "the subject, object, and verb of a sentence appear in that order, like in "
864
  "Japanese."
865
  msgstr ""
866
 
867
- #: ../admin/config/index.php:201
868
  msgid "Access Control"
869
  msgstr ""
870
 
871
- #: ../admin/config/index.php:204
872
  msgid "Restrict Authors"
873
  msgstr "محدود کردن نویسنده‌ها"
874
 
875
- #: ../admin/config/index.php:204
876
  #, fuzzy
877
  msgid ""
878
  "Enable this option if you want your authors to only see stats related to "
@@ -881,11 +939,11 @@ msgstr ""
881
  "اگر میخواهید نویسنده ها فقط آمار مربوط به محتوای خود را رویت کنند این گزینه "
882
  "را فعال کنید."
883
 
884
- #: ../admin/config/index.php:205 ../admin/config/index.php:209
885
  msgid "Capability"
886
  msgstr "کاربران بر اساس توانایی"
887
 
888
- #: ../admin/config/index.php:205
889
  #, fuzzy
890
  msgid ""
891
  "Specify the minimum <a href='http://codex.wordpress.org/"
@@ -901,11 +959,11 @@ msgstr ""
901
  "داشت، مگر اینکه اجازه فهرست سفید اینجا مشخص شود. در این صورت فهرست اولویت "
902
  "میگیرد بر قابلیت."
903
 
904
- #: ../admin/config/index.php:206 ../admin/config/index.php:210
905
  msgid "Whitelist"
906
  msgstr "فهرست سفید"
907
 
908
- #: ../admin/config/index.php:206
909
  msgid ""
910
  "List all the users who should have access to the reports, separated by "
911
  "commas. Administrators are implicitly allowed, so you don't need to list "
@@ -915,13 +973,13 @@ msgstr ""
915
  "طور کامل دسترسی دارند و نیاز به وارد کردن اینجا نخواهند داشت. کوچک و بزرگ "
916
  "بودن حروف مهم است."
917
 
918
- #: ../admin/config/index.php:208 ../admin/config/index.php:233
919
- #: ../admin/wp-slimstat-admin.php:636 ../admin/wp-slimstat-admin.php:654
920
- #: ../admin/wp-slimstat-admin.php:657
921
  msgid "Settings"
922
  msgstr "تنظیمات"
923
 
924
- #: ../admin/config/index.php:209
925
  #, fuzzy
926
  msgid ""
927
  "Specify the minimum <a href='http://codex.wordpress.org/"
@@ -933,7 +991,7 @@ msgstr ""
933
  "target='_new'> توانایی</a> برای دسترسی برای تنظیمات را مشخص کنید. این فهرست "
934
  "سفید اختیارات کاربران خاص را لفو میکند."
935
 
936
- #: ../admin/config/index.php:210
937
  msgid ""
938
  "List all the users who can edit these options, separated by commas. Please "
939
  "be advised that admins <strong>are not</strong> implicitly allowed, so do "
@@ -942,11 +1000,11 @@ msgstr ""
942
  "فهرست کاربرانی که توانایی ویرایش این گزینه ها را دارند، تفکیک شده با ویرگول. "
943
  "از وارد کردن نام خود در این فهرست مطمئن شوید."
944
 
945
- #: ../admin/config/index.php:215
946
  msgid "Maintenance"
947
  msgstr "نگهداری"
948
 
949
- #: ../admin/config/index.php:220 ../admin/view/addons.php:32
950
  #: ../admin/wp-slimstat-admin.php:124
951
  msgid "Add-ons"
952
  msgstr "افزونه ها"
@@ -1342,11 +1400,11 @@ msgstr ""
1342
  msgid "Load"
1343
  msgstr ""
1344
 
1345
- #: ../admin/view/index.php:66 ../admin/view/wp-slimstat-reports.php:1406
1346
  msgid "Today"
1347
  msgstr "امروز‍"
1348
 
1349
- #: ../admin/view/index.php:67 ../admin/view/wp-slimstat-reports.php:1409
1350
  msgid "Yesterday"
1351
  msgstr "دیروز"
1352
 
@@ -1437,108 +1495,108 @@ msgstr ""
1437
  msgid "Delete"
1438
  msgstr "اطلاعات"
1439
 
1440
- #: ../admin/view/right-now.php:12
1441
  msgid "Human"
1442
  msgstr "انسان"
1443
 
1444
- #: ../admin/view/right-now.php:12
1445
  msgid "Bot/Crawler"
1446
  msgstr "روبات یا خزنده"
1447
 
1448
- #: ../admin/view/right-now.php:12
1449
  msgid "Mobile Device"
1450
  msgstr "همراه"
1451
 
1452
- #: ../admin/view/right-now.php:12
1453
  msgid "Syndication Reader"
1454
  msgstr "پیوند ریدر"
1455
 
1456
- #: ../admin/view/right-now.php:37 ../admin/view/wp-slimstat-reports.php:1032
1457
- #: ../admin/view/wp-slimstat-reports.php:1715
1458
  msgid "No data to display"
1459
  msgstr "داده‌ای برای نمایش نیست"
1460
 
1461
- #: ../admin/view/right-now.php:56
1462
  msgid "Date and Time"
1463
  msgstr "روز و ساعت"
1464
 
1465
  # Unknown
1466
- #: ../admin/view/right-now.php:65 ../admin/view/wp-slimstat-reports.php:1084
1467
- #: ../admin/view/wp-slimstat-reports.php:1758 ../wp-slimstat.php:1355
1468
  msgid "c-"
1469
  msgstr "Unknown"
1470
 
1471
- #: ../admin/view/right-now.php:117 ../admin/view/wp-slimstat-db.php:60
1472
- #: ../admin/wp-slimstat-admin.php:968 ../admin/wp-slimstat-admin.php:1008
1473
  msgid "Originating IP"
1474
  msgstr "آی‌پی منشا"
1475
 
1476
- #: ../admin/view/right-now.php:148 ../admin/view/wp-slimstat-reports.php:1181
1477
- #: ../admin/view/wp-slimstat-reports.php:1186
1478
- #: ../admin/view/wp-slimstat-reports.php:1191
1479
  msgid "Open this URL in a new window"
1480
  msgstr "نشانی را در پنجره جدید باز کن"
1481
 
1482
- #: ../admin/view/right-now.php:151
1483
  msgid "Local search results page"
1484
  msgstr "صفحه نتایج جستجوی محلی"
1485
 
1486
- #: ../admin/view/right-now.php:157 ../admin/view/wp-slimstat-db.php:42
1487
  #: ../admin/view/wp-slimstat-reports.php:242
1488
- #: ../admin/view/wp-slimstat-reports.php:251
1489
- #: ../admin/wp-slimstat-admin.php:971 ../admin/wp-slimstat-admin.php:987
1490
  msgid "Search Terms"
1491
  msgstr "عبارت‌های جستجو"
1492
 
1493
- #: ../admin/view/right-now.php:166
1494
  msgid "Server Latency and Page Speed in milliseconds"
1495
  msgstr ""
1496
 
1497
- #: ../admin/view/right-now.php:166
1498
  msgid "SL"
1499
  msgstr ""
1500
 
1501
- #: ../admin/view/right-now.php:166
1502
  msgid "PS"
1503
  msgstr ""
1504
 
1505
- #: ../admin/view/right-now.php:173
1506
  #, fuzzy
1507
  msgid "Time spent on this page"
1508
  msgstr "حذف بازدید‌ها وقتی"
1509
 
1510
- #: ../admin/view/right-now.php:183
1511
  msgid "Open this referrer in a new window"
1512
  msgstr "این ارجاعی دهنده را در پنجره جدید باز کن"
1513
 
1514
- #: ../admin/view/right-now.php:184
1515
  msgid "Open this outbound link in a new window"
1516
  msgstr " پیوندهای بیرونی را در پنجره جدید باز کن"
1517
 
1518
- #: ../admin/view/right-now.php:185
1519
  msgid "Content Type"
1520
  msgstr " نوع محتوا"
1521
 
1522
- #: ../admin/view/right-now.php:188
1523
  #, fuzzy
1524
  msgid "Delete this pageview"
1525
  msgstr "حذف بازدید‌ها وقتی"
1526
 
1527
- #: ../admin/view/right-now.php:199
1528
  #, fuzzy
1529
  msgid "User Logged In"
1530
  msgstr "مرورگرهای کاربران"
1531
 
1532
- #: ../admin/view/right-now.php:209
1533
  #, fuzzy
1534
  msgid "User Logged Out"
1535
  msgstr "مرورگرهای کاربران"
1536
 
1537
- #: ../admin/view/wp-slimstat-db.php:39 ../admin/wp-slimstat-admin.php:984
1538
  msgid "Browser"
1539
  msgstr "مرورگر"
1540
 
1541
- #: ../admin/view/wp-slimstat-db.php:40 ../admin/wp-slimstat-admin.php:985
1542
  msgid "Country Code"
1543
  msgstr "علامت کشور"
1544
 
@@ -1546,21 +1604,21 @@ msgstr "علامت کشور"
1546
  msgid "IP Address"
1547
  msgstr "نشانی آی‌پی"
1548
 
1549
- #: ../admin/view/wp-slimstat-db.php:43 ../admin/wp-slimstat-admin.php:988
1550
  msgid "Language Code"
1551
  msgstr "علامت زبان"
1552
 
1553
  #: ../admin/view/wp-slimstat-db.php:44 ../admin/view/wp-slimstat-db.php:87
1554
- #: ../admin/wp-slimstat-admin.php:989
1555
  msgid "Operating System"
1556
  msgstr "سامانه عامل"
1557
 
1558
  #: ../admin/view/wp-slimstat-db.php:45 ../admin/view/wp-slimstat-db.php:88
1559
- #: ../admin/wp-slimstat-admin.php:990
1560
  msgid "Permalink"
1561
  msgstr "پیوند یکتا"
1562
 
1563
- #: ../admin/view/wp-slimstat-db.php:46 ../admin/wp-slimstat-admin.php:991
1564
  msgid "Referer"
1565
  msgstr "ارجاع‌دهنده"
1566
 
@@ -1569,7 +1627,7 @@ msgstr "ارجاع‌دهنده"
1569
  msgid "Visitor's Username"
1570
  msgstr "نام بیننده"
1571
 
1572
- #: ../admin/view/wp-slimstat-db.php:48 ../admin/wp-slimstat-admin.php:974
1573
  msgid "Outbound Link"
1574
  msgstr "پیوند بیرونی"
1575
 
@@ -1586,15 +1644,15 @@ msgstr "-- فیلترهای پیش‌رفته --"
1586
  msgid "Browser Capabilities"
1587
  msgstr "قابلیت‌های مرورگر"
1588
 
1589
- #: ../admin/view/wp-slimstat-db.php:53 ../admin/wp-slimstat-admin.php:1003
1590
  msgid "Browser Version"
1591
  msgstr "نسخه مرورگر"
1592
 
1593
- #: ../admin/view/wp-slimstat-db.php:54 ../admin/wp-slimstat-admin.php:1004
1594
  msgid "Browser Type"
1595
  msgstr "نوع مرورگر"
1596
 
1597
- #: ../admin/view/wp-slimstat-db.php:55 ../admin/wp-slimstat-admin.php:973
1598
  msgid "User Agent"
1599
  msgstr "مرورگرهای کاربران"
1600
 
@@ -1607,15 +1665,15 @@ msgstr "حاشیه نمودار"
1607
  msgid "Server Latency"
1608
  msgstr ""
1609
 
1610
- #: ../admin/view/wp-slimstat-db.php:58 ../admin/wp-slimstat-admin.php:1006
1611
  msgid "Post Author"
1612
  msgstr "نویسنده مطلب"
1613
 
1614
- #: ../admin/view/wp-slimstat-db.php:59 ../admin/wp-slimstat-admin.php:1007
1615
  msgid "Post Category ID"
1616
  msgstr "شناسه دسته‌بندی مطلب"
1617
 
1618
- #: ../admin/view/wp-slimstat-db.php:61 ../admin/wp-slimstat-admin.php:1009
1619
  msgid "Resource Content Type"
1620
  msgstr "نوع محتوای منبع"
1621
 
@@ -1636,7 +1694,7 @@ msgstr "ابعاد صفحه نمایش"
1636
  msgid "Viewport Size"
1637
  msgstr ""
1638
 
1639
- #: ../admin/view/wp-slimstat-db.php:66 ../admin/wp-slimstat-admin.php:1011
1640
  msgid "Visit ID"
1641
  msgstr "شناسه دیدن"
1642
 
@@ -1683,7 +1741,7 @@ msgid "Event ID"
1683
  msgstr ""
1684
 
1685
  #: ../admin/view/wp-slimstat-db.php:96
1686
- #: ../admin/view/wp-slimstat-reports.php:1729
1687
  msgid "Type"
1688
  msgstr ""
1689
 
@@ -1733,7 +1791,7 @@ msgstr "علامت رنگی"
1733
  msgid "From search result page"
1734
  msgstr "از صفحه نتایج جستجو"
1735
 
1736
- #: ../admin/view/wp-slimstat-reports.php:77 ../admin/wp-slimstat-admin.php:966
1737
  msgid "Known Visitor"
1738
  msgstr "بیننده آشنا"
1739
 
@@ -1818,9 +1876,10 @@ msgstr "رتبه ها"
1818
  #: ../admin/view/wp-slimstat-reports.php:212
1819
  #, fuzzy
1820
  msgid ""
1821
- "Slimstat retrieves live information from Alexa, Facebook and Google, to "
1822
- "measures your site's rankings. Values are updated every 12 hours. Filters "
1823
- "set above don't apply to this report."
 
1824
  msgstr ""
1825
  "با کسب اطلاعات خود از Google، Facebook و یا Alexa، رتبه خود را محک بزنید. "
1826
  "مقادیر هر ۱۲ ساعت به روز میشوند. صافی ها بالا در این گزارش کاربرد نمیشوند. "
@@ -1845,7 +1904,7 @@ msgstr ""
1845
  "WP SlimStat از این اطلاعات برای شناسایی «بیننده دوباره» استفاده میکند. در "
1846
  "نظر داشته باشید که بیننده ها شامل کاربران ثبت شده نیز میباشد."
1847
 
1848
- #: ../admin/view/wp-slimstat-reports.php:252
1849
  #, fuzzy
1850
  msgid "Unique Terms"
1851
  msgstr "آی‌پی‌های یکتا"
@@ -1859,8 +1918,8 @@ msgstr "سایت ارجاع دهنده"
1859
  msgid "Human Visits"
1860
  msgstr "بازدیدهای انسانی"
1861
 
1862
- #: ../admin/view/wp-slimstat-reports.php:283
1863
- #: ../admin/view/wp-slimstat-reports.php:1440
1864
  msgid "Visits"
1865
  msgstr "بازدیدها"
1866
 
@@ -1990,7 +2049,7 @@ msgstr "آی‌پی‌های یکتا"
1990
  msgid "Traffic Sources"
1991
  msgstr "منابع ترافیک"
1992
 
1993
- #: ../admin/view/wp-slimstat-reports.php:524
1994
  msgid "Domains"
1995
  msgstr "دامنه‌ها"
1996
 
@@ -2135,106 +2194,106 @@ msgstr ""
2135
  msgid "World Map"
2136
  msgstr "نقشه جهان"
2137
 
2138
- #: ../admin/view/wp-slimstat-reports.php:945
2139
  msgid "Refresh"
2140
  msgstr "تازه سازی"
2141
 
2142
- #: ../admin/view/wp-slimstat-reports.php:982
2143
  #, php-format
2144
  msgid "Results %s - %s of %s"
2145
  msgstr " نتایج %s - %s از %s"
2146
 
2147
- #: ../admin/view/wp-slimstat-reports.php:984
2148
  msgid "Refresh in"
2149
  msgstr "تازه سازی در"
2150
 
2151
- #: ../admin/view/wp-slimstat-reports.php:1078
2152
  msgid "Category ID"
2153
  msgstr "شناسه دسته"
2154
 
2155
- #: ../admin/view/wp-slimstat-reports.php:1083
2156
- #: ../admin/view/wp-slimstat-reports.php:1097
2157
- #: ../admin/view/wp-slimstat-reports.php:1102
2158
  #, fuzzy
2159
  msgid "Code"
2160
  msgstr "کد محیط عامل"
2161
 
2162
- #: ../admin/view/wp-slimstat-reports.php:1098
2163
- #: ../languages/dynamic_strings.php:339 ../wp-slimstat.php:1367
2164
  msgid "l-"
2165
  msgstr ""
2166
 
2167
- #: ../admin/view/wp-slimstat-reports.php:1115
2168
  msgid "URL"
2169
  msgstr ""
2170
 
2171
- #: ../admin/view/wp-slimstat-reports.php:1128
2172
  msgid "Referrer"
2173
  msgstr "ارجاع دهنده"
2174
 
2175
- #: ../admin/view/wp-slimstat-reports.php:1170
2176
- #: ../admin/view/wp-slimstat-reports.php:1424
2177
- #: ../admin/view/wp-slimstat-reports.php:1480
2178
- #: ../admin/view/wp-slimstat-reports.php:1486
2179
- #: ../admin/view/wp-slimstat-reports.php:1492
2180
- #: ../admin/view/wp-slimstat-reports.php:1498
2181
- #: ../admin/view/wp-slimstat-reports.php:1504
2182
- #: ../admin/view/wp-slimstat-reports.php:1510
2183
- #: ../admin/view/wp-slimstat-reports.php:1516
2184
- #: ../admin/view/wp-slimstat-reports.php:1736
2185
  msgid "Hits"
2186
  msgstr "بازدیدها"
2187
 
2188
- #: ../admin/view/wp-slimstat-reports.php:1351
2189
  #, fuzzy
2190
  msgid "Dataset Size"
2191
  msgstr "اندازه پایگاه داده"
2192
 
2193
- #: ../admin/view/wp-slimstat-reports.php:1353
2194
  msgid "Total number of records stored in the database."
2195
  msgstr ""
2196
 
2197
- #: ../admin/view/wp-slimstat-reports.php:1355
2198
  msgid "DB Size"
2199
  msgstr "اندازه پایگاه داده"
2200
 
2201
- #: ../admin/view/wp-slimstat-reports.php:1358
2202
  #, fuzzy
2203
  msgid "Tracking Enabled"
2204
  msgstr " حالت ردگیری"
2205
 
2206
- #: ../admin/view/wp-slimstat-reports.php:1361
2207
  msgid "Javascript Mode"
2208
  msgstr "فعال سازی حالت جاوااسکریپت"
2209
 
2210
- #: ../admin/view/wp-slimstat-reports.php:1364
2211
  msgid "Tracking Browser Caps"
2212
  msgstr "ردگیری قابلیت‌های مرورگر"
2213
 
2214
- #: ../admin/view/wp-slimstat-reports.php:1367
2215
  msgid "Auto purge"
2216
  msgstr "پاک‌سازی خودکار"
2217
 
2218
- #: ../admin/view/wp-slimstat-reports.php:1370
2219
  msgid "Oldest pageview"
2220
  msgstr "قدیمی‌ترین بازدید"
2221
 
2222
- #: ../admin/view/wp-slimstat-reports.php:1371
2223
  msgid "No visits"
2224
  msgstr "بازدیدی نیست"
2225
 
2226
- #: ../admin/view/wp-slimstat-reports.php:1373
2227
  #: ../admin/wp-slimstat-admin.php:112
2228
  #, fuzzy
2229
  msgid "Geolocation"
2230
  msgstr "به‌روزآوری پایگاه داده مکان‌یابی"
2231
 
2232
- #: ../admin/view/wp-slimstat-reports.php:1375
2233
  msgid "Date when the MaxMind Geolocation database was last updated."
2234
  msgstr ""
2235
 
2236
- #: ../admin/view/wp-slimstat-reports.php:1386
2237
- #: ../admin/view/wp-slimstat-reports.php:1544
2238
  #, fuzzy
2239
  msgid ""
2240
  "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
@@ -2242,34 +2301,34 @@ msgid ""
2242
  msgstr ""
2243
  "درخواست بارگیری یک پرونده زنگام. هر اجرای ردگیری منجر به ثبت یک بازید میشود."
2244
 
2245
- #: ../admin/view/wp-slimstat-reports.php:1388
2246
  #, fuzzy
2247
  msgid "Days in Range"
2248
  msgstr "محدوده زمانی"
2249
 
2250
- #: ../admin/view/wp-slimstat-reports.php:1391
2251
  #, fuzzy
2252
  msgid "Average Daily Pageviews"
2253
  msgstr "میان‌گین مشاهده صفحات"
2254
 
2255
- #: ../admin/view/wp-slimstat-reports.php:1393
2256
  #, fuzzy
2257
  msgid ""
2258
  "How many pages have been visited on average every day during the current "
2259
  "period."
2260
  msgstr "چند صفحه به طور میانگین در "
2261
 
2262
- #: ../admin/view/wp-slimstat-reports.php:1395
2263
  msgid "From Search Results"
2264
  msgstr "از نتایج جستجو"
2265
 
2266
- #: ../admin/view/wp-slimstat-reports.php:1397
2267
  msgid ""
2268
  "Visitors who landed on your site after searching for a keyword on Google, "
2269
  "Yahoo, etc."
2270
  msgstr "کاربرانی که بعد از جستجو در موتورهای جستجو به سایت شما رسیده‌اند."
2271
 
2272
- #: ../admin/view/wp-slimstat-reports.php:1401
2273
  msgid ""
2274
  "Used to differentiate between multiple requests to download a file from one "
2275
  "internet address (IP) and requests originating from many distinct addresses"
@@ -2277,11 +2336,11 @@ msgstr ""
2277
  " این برای تشخیص دادن چندین درخواست بارگیری پرونده از یک آی پی ادرس و یا "
2278
  "درخواست از چند آی پی ادرس مختلف است."
2279
 
2280
- #: ../admin/view/wp-slimstat-reports.php:1403
2281
  msgid "Last 30 minutes"
2282
  msgstr "۳۰ دقیقه اخیر"
2283
 
2284
- #: ../admin/view/wp-slimstat-reports.php:1442
2285
  msgid ""
2286
  "A visit is a session of at most 30 minutes. Returning visitors are counted "
2287
  "multiple times if they perform multiple visits."
@@ -2289,102 +2348,102 @@ msgstr ""
2289
  "هر بازدید یک جلسه است که حداکثر ۳۰ دقیقه میباشد. «بیننده دوباره» چند بار "
2290
  "شمارش میشود اگر چند بار بازدید کنند."
2291
 
2292
- #: ../admin/view/wp-slimstat-reports.php:1446
2293
  msgid "It includes only traffic generated by human visitors."
2294
  msgstr "فقط شامل ترافیک انسانی میشود"
2295
 
2296
- #: ../admin/view/wp-slimstat-reports.php:1448
2297
  msgid "Bounce rate"
2298
  msgstr "میزان وازده گی"
2299
 
2300
- #: ../admin/view/wp-slimstat-reports.php:1450
2301
  msgid ""
2302
  "Percentage of single-page visits, i.e. visits in which the person left your "
2303
  "site from the entrance page."
2304
  msgstr "درصد بازدید «تک-صفحه» ها؛ یعنی بازدیدی که فقط «صفحه ورودی» بود."
2305
 
2306
- #: ../admin/view/wp-slimstat-reports.php:1452
2307
  msgid "Known visitors"
2308
  msgstr "بیننده های آشنا"
2309
 
2310
- #: ../admin/view/wp-slimstat-reports.php:1454
2311
  msgid "Visitors who had previously left a comment on your blog."
2312
  msgstr "بازدیدکنندگانی که قبلا در تارنامه نظر ثبت کرده‌اند"
2313
 
2314
- #: ../admin/view/wp-slimstat-reports.php:1456
2315
  msgid "New visitors"
2316
  msgstr "بازدیدکنندگان جدید"
2317
 
2318
- #: ../admin/view/wp-slimstat-reports.php:1458
2319
  msgid "Human users who visited your site only once."
2320
  msgstr "کاربرانی که فقط یک بار پایگاه شما را دیده‌اند."
2321
 
2322
- #: ../admin/view/wp-slimstat-reports.php:1460
2323
  msgid "Bots"
2324
  msgstr "ربات‌ها"
2325
 
2326
- #: ../admin/view/wp-slimstat-reports.php:1463
2327
  #, fuzzy
2328
  msgid "Pageviews per visit"
2329
  msgstr "صفحات در بازدید"
2330
 
2331
- #: ../admin/view/wp-slimstat-reports.php:1466
2332
  msgid "Longest visit"
2333
  msgstr "طولانی‌ترین مشاهده صفحات"
2334
 
2335
- #: ../admin/view/wp-slimstat-reports.php:1467
2336
  msgid "hits"
2337
  msgstr "مشاهدات"
2338
 
2339
- #: ../admin/view/wp-slimstat-reports.php:1478
2340
  msgid "0 - 30 seconds"
2341
  msgstr "۰ تا ۳۰ ثانیه"
2342
 
2343
- #: ../admin/view/wp-slimstat-reports.php:1484
2344
  msgid "31 - 60 seconds"
2345
  msgstr "۳۱ تا ۶۰ ثانیه"
2346
 
2347
- #: ../admin/view/wp-slimstat-reports.php:1490
2348
  msgid "1 - 3 minutes"
2349
  msgstr "۱ تا ۳ دقیقه"
2350
 
2351
- #: ../admin/view/wp-slimstat-reports.php:1496
2352
  msgid "3 - 5 minutes"
2353
  msgstr "۳ تا ۵ دقیقه"
2354
 
2355
- #: ../admin/view/wp-slimstat-reports.php:1502
2356
  msgid "5 - 7 minutes"
2357
  msgstr "۵ تا ۷ دقیقه"
2358
 
2359
- #: ../admin/view/wp-slimstat-reports.php:1508
2360
  msgid "7 - 10 minutes"
2361
  msgstr "۷ تا ۱۰ دقیقه"
2362
 
2363
- #: ../admin/view/wp-slimstat-reports.php:1514
2364
  msgid "More than 10 minutes"
2365
  msgstr "بیش از ۱۰ دقیقه"
2366
 
2367
- #: ../admin/view/wp-slimstat-reports.php:1526
2368
  #, fuzzy
2369
  msgid "Average visit duration"
2370
  msgstr "طول دوره بازدید"
2371
 
2372
- #: ../admin/view/wp-slimstat-reports.php:1546
2373
  msgid "Unique Referrers"
2374
  msgstr "ارجاع‌دهنده‌های یکتا"
2375
 
2376
- #: ../admin/view/wp-slimstat-reports.php:1548
2377
  msgid ""
2378
  "A referrer (or referring site) is the site that a visitor previously visited "
2379
  "before following a link to your site."
2380
  msgstr ""
2381
  "ارجاع دهنده (یا پایگاه ارجاع دهنده) که بیننده را به پایگاه شما پیوند زده است."
2382
 
2383
- #: ../admin/view/wp-slimstat-reports.php:1550
2384
  msgid "Direct Pageviews"
2385
  msgstr "مشاهده صفحات بی‌واسطه"
2386
 
2387
- #: ../admin/view/wp-slimstat-reports.php:1552
2388
  msgid ""
2389
  "Visitors who visited the site by typing the URL directly into their browser. "
2390
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
@@ -2395,21 +2454,21 @@ msgstr ""
2395
  "کاربرانی که با استفاده از bookmarks/favorites، و یا از پیوندهایی در نامک و "
2396
  "مدارک که متغییر ردگیری ندارند نیز بشود."
2397
 
2398
- #: ../admin/view/wp-slimstat-reports.php:1554
2399
  msgid "From a search result"
2400
  msgstr "از نتایج جستجو"
2401
 
2402
- #: ../admin/view/wp-slimstat-reports.php:1556
2403
  msgid ""
2404
  "Visitors who came to your site via searches on Google or some other search "
2405
  "engine."
2406
  msgstr "کاربرانی که از گوگل یا سایر موتورهای جستجو به پایگاه شما آمده‌اند."
2407
 
2408
- #: ../admin/view/wp-slimstat-reports.php:1558
2409
  msgid "Unique Landing Pages"
2410
  msgstr "صفحات فرودی خاص"
2411
 
2412
- #: ../admin/view/wp-slimstat-reports.php:1560
2413
  msgid ""
2414
  "The first page that a user views during a session. This is also known as the "
2415
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
@@ -2420,80 +2479,70 @@ msgstr ""
2420
  "به عنوان مثال اگر کاربری برای «بستنی» جستجو کند و در صفحه اصلی شما هدایت "
2421
  "شود، در آن جلسه به عنوان «صفحه ورودی» حساب میشود."
2422
 
2423
- #: ../admin/view/wp-slimstat-reports.php:1562
2424
  msgid "Bounce Pages"
2425
  msgstr "صفحات وازده"
2426
 
2427
- #: ../admin/view/wp-slimstat-reports.php:1564
2428
  #, fuzzy
2429
  msgid "Number of single page visits to your site over the selected period."
2430
  msgstr "تعداد بازدید «تک-صفحه» به پایگاه شما در بازه زمانی انتخاب شده."
2431
 
2432
- #: ../admin/view/wp-slimstat-reports.php:1566
2433
  msgid "New Visitors Rate"
2434
  msgstr "میزان بازدیدکنندگان جدید"
2435
 
2436
- #: ../admin/view/wp-slimstat-reports.php:1568
2437
  #, fuzzy
2438
  msgid ""
2439
  "Percentage of single page visits, i.e. visits in which the person left your "
2440
  "site from the entrance page."
2441
  msgstr "درصد بازدید «تک-صفحه» ها؛ یعنی بازدیدی که فقط «صفحه ورودی» بود."
2442
 
2443
- #: ../admin/view/wp-slimstat-reports.php:1570
2444
  msgid "Currently from search engines"
2445
  msgstr "هم‌اکنون از موتورهای جستجو"
2446
 
2447
- #: ../admin/view/wp-slimstat-reports.php:1572
2448
  msgid ""
2449
  "Visitors who visited the site in the last 5 minutes coming from a search "
2450
  "engine."
2451
  msgstr "کاربرانی که در ۵ دقیقه گذشته از یک موتور جستجو به پایگاه شما آمده‌اند."
2452
 
2453
- #: ../admin/view/wp-slimstat-reports.php:1642
2454
- msgid "Number of pages in your site included in Google's index."
2455
- msgstr "تعداد صفحاتی که در فهرست گوگل شمرده شده است."
 
 
 
2456
 
2457
- #: ../admin/view/wp-slimstat-reports.php:1643
2458
- msgid "Google Index"
2459
- msgstr "اندیس گوگل"
 
2460
 
2461
- #: ../admin/view/wp-slimstat-reports.php:1644
2462
- msgid "Number of pages, according to Google, that link back to your site."
 
2463
  msgstr "تعداد صفحات که به گفته گوگل به پایگاه پیوند میدهند. "
2464
 
2465
- #: ../admin/view/wp-slimstat-reports.php:1645
2466
- msgid "Google Backlinks"
2467
- msgstr ""
2468
-
2469
- #: ../admin/view/wp-slimstat-reports.php:1646
2470
- msgid ""
2471
- "How many times the Facebook Like button has been approximately clicked on "
2472
- "your site."
2473
- msgstr "چند بار Facebook Like در پایگاه شما کلیک شده است."
2474
-
2475
- #: ../admin/view/wp-slimstat-reports.php:1647
2476
- msgid "Facebook Likes"
2477
- msgstr "لایک های فیسبوک"
2478
 
2479
- #: ../admin/view/wp-slimstat-reports.php:1648
2480
  msgid ""
2481
- "How many times your site has been shared by someone on the social network."
2482
- msgstr "چند بار پایگاه شما در شبکه های اجتماعی بخش شده است"
2483
-
2484
- #: ../admin/view/wp-slimstat-reports.php:1649
2485
- msgid "Facebook Shares"
2486
- msgstr "بخش های فیسبوک"
2487
-
2488
- #: ../admin/view/wp-slimstat-reports.php:1650
2489
- msgid "How many times links to your website have been clicked on Facebook."
2490
- msgstr "چند بار پایگاه شما در Facebook فشار داده شده است."
2491
 
2492
- #: ../admin/view/wp-slimstat-reports.php:1651
2493
- msgid "Facebook Clicks"
2494
- msgstr "Facebook Clicks"
2495
 
2496
- #: ../admin/view/wp-slimstat-reports.php:1652
2497
  msgid ""
2498
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
2499
  "traffic data."
@@ -2501,1188 +2550,1205 @@ msgstr ""
2501
  "شرکت Alexa بخشی از Amazon.com میباشد که گزارش پایگاه های تبلیغاتی را انجام "
2502
  "میدهد."
2503
 
2504
- #: ../admin/view/wp-slimstat-reports.php:1653
2505
  msgid "Alexa World Rank"
2506
  msgstr ""
2507
 
2508
- #: ../admin/view/wp-slimstat-reports.php:1654
2509
  msgid "Alexa Country Rank"
2510
  msgstr ""
2511
 
2512
- #: ../admin/view/wp-slimstat-reports.php:1655
2513
  msgid "Alexa Popularity"
2514
  msgstr ""
2515
 
2516
  #: ../admin/view/wp-slimstat-reports.php:1666
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2517
  msgid "Content Items"
2518
  msgstr " محتوا موردها"
2519
 
2520
- #: ../admin/view/wp-slimstat-reports.php:1668
2521
  msgid ""
2522
  "This value includes not only posts, but also custom post types, regardless "
2523
  "of their status"
2524
  msgstr "این مقدار شامل همه ارسال ها میشود"
2525
 
2526
- #: ../admin/view/wp-slimstat-reports.php:1670
2527
  #, fuzzy
2528
  msgid "Posts"
2529
  msgstr "برترین ارسال ها"
2530
 
2531
- #: ../admin/view/wp-slimstat-reports.php:1673
2532
  #, fuzzy
2533
  msgid "Pages"
2534
  msgstr "برترین صفحات"
2535
 
2536
- #: ../admin/view/wp-slimstat-reports.php:1676
2537
  msgid "Attachments"
2538
  msgstr ""
2539
 
2540
- #: ../admin/view/wp-slimstat-reports.php:1679
2541
  #, fuzzy
2542
  msgid "Revisions"
2543
  msgstr "مجوزها"
2544
 
2545
- #: ../admin/view/wp-slimstat-reports.php:1682
2546
  #, fuzzy
2547
  msgid "Comments"
2548
  msgstr "همه نظرها"
2549
 
2550
- #: ../admin/view/wp-slimstat-reports.php:1685
2551
  #, fuzzy
2552
  msgid "Avg Comments per Post"
2553
  msgstr "میانگین نظر برای هر ارسال"
2554
 
2555
- #: ../admin/view/wp-slimstat-reports.php:1688
2556
  msgid "Avg Server Latency"
2557
  msgstr ""
2558
 
2559
- #: ../admin/view/wp-slimstat-reports.php:1690
2560
  msgid ""
2561
  "Latency is the amount of time it takes for the host server to receive and "
2562
  "process a request for a page object. The amount of latency depends largely "
2563
  "on how far away the user is from the server."
2564
  msgstr ""
2565
 
2566
- #: ../admin/view/wp-slimstat-reports.php:1733
2567
  #, fuzzy
2568
  msgid "Coordinates"
2569
  msgstr " حالت ردگیری"
2570
 
2571
- #: ../admin/view/wp-slimstat-reports.php:1733
2572
  msgid "Date"
2573
  msgstr ""
2574
 
2575
  # Unknown
2576
- #: ../admin/view/wp-slimstat-reports.php:1749
2577
  msgid "c-xx"
2578
  msgstr "Unknown"
2579
 
2580
  # Afghanistan
2581
- #: ../admin/view/wp-slimstat-reports.php:1749
2582
  msgid "c-af"
2583
  msgstr "Afghanistan"
2584
 
2585
  # Åland Islands
2586
- #: ../admin/view/wp-slimstat-reports.php:1749
2587
  msgid "c-ax"
2588
  msgstr "Aland Islands"
2589
 
2590
  # Albania
2591
- #: ../admin/view/wp-slimstat-reports.php:1749
2592
  msgid "c-al"
2593
  msgstr "Albania"
2594
 
2595
  # Algeria
2596
- #: ../admin/view/wp-slimstat-reports.php:1749
2597
  msgid "c-dz"
2598
  msgstr "Algeria"
2599
 
2600
  # Andorra
2601
- #: ../admin/view/wp-slimstat-reports.php:1749
2602
  msgid "c-ad"
2603
  msgstr "Andorra"
2604
 
2605
  # Angola
2606
- #: ../admin/view/wp-slimstat-reports.php:1749
2607
  msgid "c-ao"
2608
  msgstr "Angola"
2609
 
2610
  # Anguilla
2611
- #: ../admin/view/wp-slimstat-reports.php:1749
2612
  msgid "c-ai"
2613
  msgstr "Anguilla"
2614
 
2615
  # Antigua and Barbuda
2616
- #: ../admin/view/wp-slimstat-reports.php:1749
2617
  msgid "c-ag"
2618
  msgstr "Antigua and Barbuda"
2619
 
2620
  # Argentina
2621
- #: ../admin/view/wp-slimstat-reports.php:1749
2622
  msgid "c-ar"
2623
  msgstr "Argentina"
2624
 
2625
  # Armenia
2626
- #: ../admin/view/wp-slimstat-reports.php:1749
2627
  msgid "c-am"
2628
  msgstr "Armenia"
2629
 
2630
  # Aruba
2631
- #: ../admin/view/wp-slimstat-reports.php:1749
2632
  msgid "c-aw"
2633
  msgstr "Aruba"
2634
 
2635
  # Australia
2636
- #: ../admin/view/wp-slimstat-reports.php:1749
2637
  msgid "c-au"
2638
  msgstr "Australia"
2639
 
2640
  # Austria
2641
- #: ../admin/view/wp-slimstat-reports.php:1749
2642
  msgid "c-at"
2643
  msgstr "Austria"
2644
 
2645
  # Azerbaijan
2646
- #: ../admin/view/wp-slimstat-reports.php:1749
2647
  msgid "c-az"
2648
  msgstr "Azerbaijan"
2649
 
2650
  # Bahamas
2651
- #: ../admin/view/wp-slimstat-reports.php:1749
2652
  msgid "c-bs"
2653
  msgstr "Bahamas"
2654
 
2655
  # Bahrain
2656
- #: ../admin/view/wp-slimstat-reports.php:1749
2657
  msgid "c-bh"
2658
  msgstr "Bahrain"
2659
 
2660
  # Bangladesh
2661
- #: ../admin/view/wp-slimstat-reports.php:1749
2662
  msgid "c-bd"
2663
  msgstr "Bangladesh"
2664
 
2665
  # Barbados
2666
- #: ../admin/view/wp-slimstat-reports.php:1749
2667
  msgid "c-bb"
2668
  msgstr "Barbados"
2669
 
2670
  # Belarus
2671
- #: ../admin/view/wp-slimstat-reports.php:1749
2672
  msgid "c-by"
2673
  msgstr "Belarus"
2674
 
2675
  # Belgium
2676
- #: ../admin/view/wp-slimstat-reports.php:1749
2677
  msgid "c-be"
2678
  msgstr "Belgium"
2679
 
2680
  # Belize
2681
- #: ../admin/view/wp-slimstat-reports.php:1749
2682
  msgid "c-bz"
2683
  msgstr "Belize"
2684
 
2685
  # Benin
2686
- #: ../admin/view/wp-slimstat-reports.php:1749
2687
  msgid "c-bj"
2688
  msgstr "Benin"
2689
 
2690
  # Bermuda
2691
- #: ../admin/view/wp-slimstat-reports.php:1749
2692
  msgid "c-bm"
2693
  msgstr "Bermuda"
2694
 
2695
  # Bhutan
2696
- #: ../admin/view/wp-slimstat-reports.php:1749
2697
  msgid "c-bt"
2698
  msgstr "Bhutan"
2699
 
2700
  # Bolivia
2701
- #: ../admin/view/wp-slimstat-reports.php:1749
2702
  msgid "c-bo"
2703
  msgstr "Bolivia"
2704
 
2705
  # Bosnia and Herzegovina
2706
- #: ../admin/view/wp-slimstat-reports.php:1749
2707
  msgid "c-ba"
2708
  msgstr "Bosnia and Herzegovina"
2709
 
2710
  # Botswana
2711
- #: ../admin/view/wp-slimstat-reports.php:1749
2712
  msgid "c-bw"
2713
  msgstr "Botswana"
2714
 
2715
  # Brazil
2716
- #: ../admin/view/wp-slimstat-reports.php:1749
2717
  msgid "c-br"
2718
  msgstr "Brazil"
2719
 
2720
  # Brunei Darussalam
2721
- #: ../admin/view/wp-slimstat-reports.php:1749
2722
  msgid "c-bn"
2723
  msgstr "Brunei Darussalam"
2724
 
2725
  # Bulgaria
2726
- #: ../admin/view/wp-slimstat-reports.php:1749
2727
  msgid "c-bg"
2728
  msgstr "Bulgaria"
2729
 
2730
  # Burkina Faso
2731
- #: ../admin/view/wp-slimstat-reports.php:1749
2732
  msgid "c-bf"
2733
  msgstr "Burkina Faso"
2734
 
2735
  # Burundi
2736
- #: ../admin/view/wp-slimstat-reports.php:1749
2737
  msgid "c-bi"
2738
  msgstr "Burundi"
2739
 
2740
  # Cambodia
2741
- #: ../admin/view/wp-slimstat-reports.php:1749
2742
  msgid "c-kh"
2743
  msgstr "Cambodia"
2744
 
2745
  # Cameroon
2746
- #: ../admin/view/wp-slimstat-reports.php:1749
2747
  msgid "c-cm"
2748
  msgstr "Cameroon"
2749
 
2750
  # Canada
2751
- #: ../admin/view/wp-slimstat-reports.php:1749
2752
  msgid "c-ca"
2753
  msgstr "Canada"
2754
 
2755
  # Cape Verde
2756
- #: ../admin/view/wp-slimstat-reports.php:1749
2757
  msgid "c-cv"
2758
  msgstr "Cape Verde"
2759
 
2760
  # Cayman Islands
2761
- #: ../admin/view/wp-slimstat-reports.php:1749
2762
  msgid "c-ky"
2763
  msgstr "Cayman Islands"
2764
 
2765
  # Central African Republic
2766
- #: ../admin/view/wp-slimstat-reports.php:1749
2767
  msgid "c-cf"
2768
  msgstr "Central African Republic"
2769
 
2770
  # Chad
2771
- #: ../admin/view/wp-slimstat-reports.php:1749
2772
  msgid "c-td"
2773
  msgstr "Chad"
2774
 
2775
  # Chile
2776
- #: ../admin/view/wp-slimstat-reports.php:1749
2777
  msgid "c-cl"
2778
  msgstr "Chile"
2779
 
2780
  # China
2781
- #: ../admin/view/wp-slimstat-reports.php:1749
2782
  msgid "c-cn"
2783
  msgstr "China"
2784
 
2785
  # Colombia
2786
- #: ../admin/view/wp-slimstat-reports.php:1749
2787
  msgid "c-co"
2788
  msgstr "Colombia"
2789
 
2790
  # Comoros
2791
- #: ../admin/view/wp-slimstat-reports.php:1749
2792
  msgid "c-km"
2793
  msgstr "Comoros"
2794
 
2795
  # Congo
2796
- #: ../admin/view/wp-slimstat-reports.php:1749
2797
  msgid "c-cg"
2798
  msgstr "Congo"
2799
 
2800
  # The Democratic Republic of the Congo
2801
- #: ../admin/view/wp-slimstat-reports.php:1749
2802
  msgid "c-cd"
2803
  msgstr "The Democratic Republic of the Congo"
2804
 
2805
  # Costa Rica
2806
- #: ../admin/view/wp-slimstat-reports.php:1749
2807
  msgid "c-cr"
2808
  msgstr "Costa Rica"
2809
 
2810
  # Côte d'Ivoire
2811
- #: ../admin/view/wp-slimstat-reports.php:1749
2812
  msgid "c-ci"
2813
  msgstr "Côte d'Ivoire"
2814
 
2815
  # Croatia
2816
- #: ../admin/view/wp-slimstat-reports.php:1749
2817
  msgid "c-hr"
2818
  msgstr "Croatia"
2819
 
2820
  # Cuba
2821
- #: ../admin/view/wp-slimstat-reports.php:1749
2822
  msgid "c-cu"
2823
  msgstr "Cuba"
2824
 
2825
  # Cyprus
2826
- #: ../admin/view/wp-slimstat-reports.php:1749
2827
  msgid "c-cy"
2828
  msgstr "Cyprus"
2829
 
2830
  # Czech Republic
2831
- #: ../admin/view/wp-slimstat-reports.php:1749
2832
  msgid "c-cz"
2833
  msgstr "Czech Republic"
2834
 
2835
  # Denmark
2836
- #: ../admin/view/wp-slimstat-reports.php:1749
2837
  msgid "c-dk"
2838
  msgstr "Denmark"
2839
 
2840
  # Djibouti
2841
- #: ../admin/view/wp-slimstat-reports.php:1749
2842
  msgid "c-dj"
2843
  msgstr "Djibouti"
2844
 
2845
  # Dominica
2846
- #: ../admin/view/wp-slimstat-reports.php:1749
2847
  msgid "c-dm"
2848
  msgstr "Dominica"
2849
 
2850
  # Dominican Republic
2851
- #: ../admin/view/wp-slimstat-reports.php:1749
2852
  msgid "c-do"
2853
  msgstr "Dominican Republic"
2854
 
2855
  # Ecuador
2856
- #: ../admin/view/wp-slimstat-reports.php:1749
2857
  msgid "c-ec"
2858
  msgstr "Ecuador"
2859
 
2860
  # Egypt
2861
- #: ../admin/view/wp-slimstat-reports.php:1749
2862
  msgid "c-eg"
2863
  msgstr "Egypt"
2864
 
2865
  # El Salvador
2866
- #: ../admin/view/wp-slimstat-reports.php:1749
2867
  msgid "c-sv"
2868
  msgstr "El Salvador"
2869
 
2870
  # Equatorial Guinea
2871
- #: ../admin/view/wp-slimstat-reports.php:1749
2872
  msgid "c-gq"
2873
  msgstr "Equatorial Guinea"
2874
 
2875
  # Eritrea
2876
- #: ../admin/view/wp-slimstat-reports.php:1749
2877
  msgid "c-er"
2878
  msgstr "Eritrea"
2879
 
2880
  # Estonia
2881
- #: ../admin/view/wp-slimstat-reports.php:1749
2882
  msgid "c-ee"
2883
  msgstr "Estonia"
2884
 
2885
  # Ethiopia
2886
- #: ../admin/view/wp-slimstat-reports.php:1749
2887
  msgid "c-et"
2888
  msgstr "Ethiopia"
2889
 
2890
  # Faroe Islands
2891
- #: ../admin/view/wp-slimstat-reports.php:1749
2892
  msgid "c-fo"
2893
  msgstr "Faroe Islands"
2894
 
2895
  # Falkland Islands (Malvinas)
2896
- #: ../admin/view/wp-slimstat-reports.php:1749
2897
  msgid "c-fk"
2898
  msgstr "Falkland Islands (Malvinas)"
2899
 
2900
  # Fiji
2901
- #: ../admin/view/wp-slimstat-reports.php:1749
2902
  msgid "c-fj"
2903
  msgstr "Fiji"
2904
 
2905
  # Finland
2906
- #: ../admin/view/wp-slimstat-reports.php:1749
2907
  msgid "c-fi"
2908
  msgstr "Finland"
2909
 
2910
  # France
2911
- #: ../admin/view/wp-slimstat-reports.php:1749
2912
  msgid "c-fr"
2913
  msgstr "France"
2914
 
2915
  # French Guiana
2916
- #: ../admin/view/wp-slimstat-reports.php:1749
2917
  msgid "c-gf"
2918
  msgstr "French Guiana"
2919
 
2920
  # Gabon
2921
- #: ../admin/view/wp-slimstat-reports.php:1749
2922
  msgid "c-ga"
2923
  msgstr "Gabon"
2924
 
2925
  # Gambia
2926
- #: ../admin/view/wp-slimstat-reports.php:1749
2927
  msgid "c-gm"
2928
  msgstr "Gambia"
2929
 
2930
  # Georgia
2931
- #: ../admin/view/wp-slimstat-reports.php:1749
2932
  msgid "c-ge"
2933
  msgstr "Georgia"
2934
 
2935
  # Germany
2936
- #: ../admin/view/wp-slimstat-reports.php:1749
2937
  msgid "c-de"
2938
  msgstr "Germany"
2939
 
2940
  # Ghana
2941
- #: ../admin/view/wp-slimstat-reports.php:1749
2942
  msgid "c-gh"
2943
  msgstr "Ghana"
2944
 
2945
  # Greece
2946
- #: ../admin/view/wp-slimstat-reports.php:1749
2947
  msgid "c-gr"
2948
  msgstr "Greece"
2949
 
2950
  # Greenland
2951
- #: ../admin/view/wp-slimstat-reports.php:1749
2952
  msgid "c-gl"
2953
  msgstr "Greenland"
2954
 
2955
  # Grenada
2956
- #: ../admin/view/wp-slimstat-reports.php:1749
2957
  msgid "c-gd"
2958
  msgstr "Grenada"
2959
 
2960
  # Guadeloupe
2961
- #: ../admin/view/wp-slimstat-reports.php:1749
2962
  msgid "c-gp"
2963
  msgstr "Guadeloupe"
2964
 
2965
  # Guatemala
2966
- #: ../admin/view/wp-slimstat-reports.php:1749
2967
  msgid "c-gt"
2968
  msgstr "Guatemala"
2969
 
2970
  # Guinea
2971
- #: ../admin/view/wp-slimstat-reports.php:1749
2972
  msgid "c-gn"
2973
  msgstr "Guinea"
2974
 
2975
  # Guinea-Bissau
2976
- #: ../admin/view/wp-slimstat-reports.php:1749
2977
  msgid "c-gw"
2978
  msgstr "Guinea-Bissau"
2979
 
2980
  # Guyana
2981
- #: ../admin/view/wp-slimstat-reports.php:1749
2982
  msgid "c-gy"
2983
  msgstr "Guyana"
2984
 
2985
  # Haiti
2986
- #: ../admin/view/wp-slimstat-reports.php:1749
2987
  msgid "c-ht"
2988
  msgstr "Haiti"
2989
 
2990
  # Honduras
2991
- #: ../admin/view/wp-slimstat-reports.php:1749
2992
  msgid "c-hn"
2993
  msgstr "Honduras"
2994
 
2995
  # Hong Kong
2996
- #: ../admin/view/wp-slimstat-reports.php:1749
2997
  msgid "c-hk"
2998
  msgstr "Hong Kong"
2999
 
3000
  # Hungary
3001
- #: ../admin/view/wp-slimstat-reports.php:1749
3002
  msgid "c-hu"
3003
  msgstr "Hungary"
3004
 
3005
  # Iceland
3006
- #: ../admin/view/wp-slimstat-reports.php:1749
3007
  msgid "c-is"
3008
  msgstr "Iceland"
3009
 
3010
  # India
3011
- #: ../admin/view/wp-slimstat-reports.php:1749
3012
  msgid "c-in"
3013
  msgstr "India"
3014
 
3015
  # Indonesia
3016
- #: ../admin/view/wp-slimstat-reports.php:1749
3017
  msgid "c-id"
3018
  msgstr "Indonesia"
3019
 
3020
  # Islamic Republic of Iran
3021
- #: ../admin/view/wp-slimstat-reports.php:1749
3022
  msgid "c-ir"
3023
  msgstr "Islamic Republic of Iran"
3024
 
3025
  # Iraq
3026
- #: ../admin/view/wp-slimstat-reports.php:1749
3027
  msgid "c-iq"
3028
  msgstr "Iraq"
3029
 
3030
  # Ireland
3031
- #: ../admin/view/wp-slimstat-reports.php:1749
3032
  msgid "c-ie"
3033
  msgstr "Ireland"
3034
 
3035
  # Israel
3036
- #: ../admin/view/wp-slimstat-reports.php:1749
3037
  msgid "c-il"
3038
  msgstr "Israel"
3039
 
3040
  # Italy
3041
- #: ../admin/view/wp-slimstat-reports.php:1749
3042
  msgid "c-it"
3043
  msgstr "Italy"
3044
 
3045
  # Jamaica
3046
- #: ../admin/view/wp-slimstat-reports.php:1749
3047
  msgid "c-jm"
3048
  msgstr "Jamaica"
3049
 
3050
  # Japan
3051
- #: ../admin/view/wp-slimstat-reports.php:1749
3052
  msgid "c-jp"
3053
  msgstr "Japan"
3054
 
3055
  # Jordan
3056
- #: ../admin/view/wp-slimstat-reports.php:1749
3057
  msgid "c-jo"
3058
  msgstr "Jordan"
3059
 
3060
  # Kazakhstan
3061
- #: ../admin/view/wp-slimstat-reports.php:1749
3062
  msgid "c-kz"
3063
  msgstr "Kazakhstan"
3064
 
3065
  # Kenya
3066
- #: ../admin/view/wp-slimstat-reports.php:1749
3067
  msgid "c-ke"
3068
  msgstr "Kenya"
3069
 
3070
  # Nauru
3071
- #: ../admin/view/wp-slimstat-reports.php:1749
3072
  msgid "c-nr"
3073
  msgstr "Nauru"
3074
 
3075
  # Democratic People's Republic of Korea
3076
- #: ../admin/view/wp-slimstat-reports.php:1749
3077
  msgid "c-kp"
3078
  msgstr "Democratic People's Republic of Korea"
3079
 
3080
  # Republic of Korea
3081
- #: ../admin/view/wp-slimstat-reports.php:1749
3082
  msgid "c-kr"
3083
  msgstr "Republic of Korea"
3084
 
3085
- #: ../admin/view/wp-slimstat-reports.php:1749
3086
  msgid "c-kv"
3087
  msgstr ""
3088
 
3089
  # Kuwait
3090
- #: ../admin/view/wp-slimstat-reports.php:1749
3091
  msgid "c-kw"
3092
  msgstr "Kuwait"
3093
 
3094
  # Kyrgyzstan
3095
- #: ../admin/view/wp-slimstat-reports.php:1749
3096
  msgid "c-kg"
3097
  msgstr "Kyrgyzstan"
3098
 
3099
  # Lao People's Democratic Republic
3100
- #: ../admin/view/wp-slimstat-reports.php:1749
3101
  msgid "c-la"
3102
  msgstr "Lao People's Democratic Republic"
3103
 
3104
  # Latvia
3105
- #: ../admin/view/wp-slimstat-reports.php:1749
3106
  msgid "c-lv"
3107
  msgstr "Latvia"
3108
 
3109
  # Lebanon
3110
- #: ../admin/view/wp-slimstat-reports.php:1749
3111
  msgid "c-lb"
3112
  msgstr "Lebanon"
3113
 
3114
  # Lesotho
3115
- #: ../admin/view/wp-slimstat-reports.php:1749
3116
  msgid "c-ls"
3117
  msgstr "Lesotho"
3118
 
3119
  # Liberia
3120
- #: ../admin/view/wp-slimstat-reports.php:1749
3121
  msgid "c-lr"
3122
  msgstr "Liberia"
3123
 
3124
  # Libyan Arab Jamahiriya
3125
- #: ../admin/view/wp-slimstat-reports.php:1749
3126
  msgid "c-ly"
3127
  msgstr "Libyan Arab Jamahiriya"
3128
 
3129
  # Liechtenstein
3130
- #: ../admin/view/wp-slimstat-reports.php:1749
3131
  msgid "c-li"
3132
  msgstr "Liechtenstein"
3133
 
3134
  # Lithuania
3135
- #: ../admin/view/wp-slimstat-reports.php:1749
3136
  msgid "c-lt"
3137
  msgstr "Lithuania"
3138
 
3139
  # Luxembourg
3140
- #: ../admin/view/wp-slimstat-reports.php:1749
3141
  msgid "c-lu"
3142
  msgstr "Luxembourg"
3143
 
3144
  # The Former Yugoslav Republic of Macedonia
3145
- #: ../admin/view/wp-slimstat-reports.php:1749
3146
  msgid "c-mk"
3147
  msgstr "The Former Yugoslav Republic of Macedonia"
3148
 
3149
  # Madagascar
3150
- #: ../admin/view/wp-slimstat-reports.php:1749
3151
  msgid "c-mg"
3152
  msgstr "Madagascar"
3153
 
3154
  # Malawi
3155
- #: ../admin/view/wp-slimstat-reports.php:1749
3156
  msgid "c-mw"
3157
  msgstr "Malawi"
3158
 
3159
  # Malaysia
3160
- #: ../admin/view/wp-slimstat-reports.php:1749
3161
  msgid "c-my"
3162
  msgstr "Malaysia"
3163
 
3164
  # Mali
3165
- #: ../admin/view/wp-slimstat-reports.php:1749
3166
  msgid "c-ml"
3167
  msgstr "Mali"
3168
 
3169
  # Malta
3170
- #: ../admin/view/wp-slimstat-reports.php:1749
3171
  msgid "c-mt"
3172
  msgstr "Malta"
3173
 
3174
  # Martinique
3175
- #: ../admin/view/wp-slimstat-reports.php:1749
3176
  msgid "c-mq"
3177
  msgstr "Martinique"
3178
 
3179
  # Mauritania
3180
- #: ../admin/view/wp-slimstat-reports.php:1749
3181
  msgid "c-mr"
3182
  msgstr "Mauritania"
3183
 
3184
  # Mauritius
3185
- #: ../admin/view/wp-slimstat-reports.php:1749
3186
  msgid "c-mu"
3187
  msgstr "Mauritius"
3188
 
3189
  # Mexico
3190
- #: ../admin/view/wp-slimstat-reports.php:1749
3191
  msgid "c-mx"
3192
  msgstr "Mexico"
3193
 
3194
  # Moldova
3195
- #: ../admin/view/wp-slimstat-reports.php:1749
3196
  msgid "c-md"
3197
  msgstr "Moldova"
3198
 
3199
  # Mongolia
3200
- #: ../admin/view/wp-slimstat-reports.php:1749
3201
  msgid "c-mn"
3202
  msgstr "Mongolia"
3203
 
3204
  # Montenegro
3205
- #: ../admin/view/wp-slimstat-reports.php:1749
3206
  msgid "c-me"
3207
  msgstr "Montenegro"
3208
 
3209
  # Montserrat
3210
- #: ../admin/view/wp-slimstat-reports.php:1749
3211
  msgid "c-ms"
3212
  msgstr "Montserrat"
3213
 
3214
  # Morocco
3215
- #: ../admin/view/wp-slimstat-reports.php:1749
3216
  msgid "c-ma"
3217
  msgstr "Morocco"
3218
 
3219
  # Mozambique
3220
- #: ../admin/view/wp-slimstat-reports.php:1749
3221
  msgid "c-mz"
3222
  msgstr "Mozambique"
3223
 
3224
  # Myanmar
3225
- #: ../admin/view/wp-slimstat-reports.php:1749
3226
  msgid "c-mm"
3227
  msgstr "Myanmar"
3228
 
3229
  # Namibia
3230
- #: ../admin/view/wp-slimstat-reports.php:1749
3231
  msgid "c-na"
3232
  msgstr "Namibia"
3233
 
3234
  # Nepal
3235
- #: ../admin/view/wp-slimstat-reports.php:1749
3236
  msgid "c-np"
3237
  msgstr "Nepal"
3238
 
3239
  # Netherlands
3240
- #: ../admin/view/wp-slimstat-reports.php:1749
3241
  msgid "c-nl"
3242
  msgstr "Netherlands"
3243
 
3244
  # New Caledonia
3245
- #: ../admin/view/wp-slimstat-reports.php:1749
3246
  msgid "c-nc"
3247
  msgstr "New Caledonia"
3248
 
3249
  # New Zealand
3250
- #: ../admin/view/wp-slimstat-reports.php:1749
3251
  msgid "c-nz"
3252
  msgstr "New Zealand"
3253
 
3254
  # Nicaragua
3255
- #: ../admin/view/wp-slimstat-reports.php:1749
3256
  msgid "c-ni"
3257
  msgstr "Nicaragua"
3258
 
3259
  # Niger
3260
- #: ../admin/view/wp-slimstat-reports.php:1749
3261
  msgid "c-ne"
3262
  msgstr "Niger"
3263
 
3264
  # Nigeria
3265
- #: ../admin/view/wp-slimstat-reports.php:1749
3266
  msgid "c-ng"
3267
  msgstr "Nigeria"
3268
 
3269
  # Norway
3270
- #: ../admin/view/wp-slimstat-reports.php:1749
3271
  msgid "c-no"
3272
  msgstr "Norway"
3273
 
3274
  # Oman
3275
- #: ../admin/view/wp-slimstat-reports.php:1749
3276
  msgid "c-om"
3277
  msgstr "Oman"
3278
 
3279
  # Pakistan
3280
- #: ../admin/view/wp-slimstat-reports.php:1749
3281
  msgid "c-pk"
3282
  msgstr "Pakistan"
3283
 
3284
  # Palau
3285
- #: ../admin/view/wp-slimstat-reports.php:1749
3286
  msgid "c-pw"
3287
  msgstr "Palau"
3288
 
3289
  # Occupied Palestinian Territory
3290
- #: ../admin/view/wp-slimstat-reports.php:1749
3291
  msgid "c-ps"
3292
  msgstr "Occupied Palestinian Territory"
3293
 
3294
  # Panama
3295
- #: ../admin/view/wp-slimstat-reports.php:1749
3296
  msgid "c-pa"
3297
  msgstr "Panama"
3298
 
3299
  # Papua New Guinea
3300
- #: ../admin/view/wp-slimstat-reports.php:1749
3301
  msgid "c-pg"
3302
  msgstr "Papua New Guinea"
3303
 
3304
  # Paraguay
3305
- #: ../admin/view/wp-slimstat-reports.php:1749
3306
  msgid "c-py"
3307
  msgstr "Paraguay"
3308
 
3309
  # Peru
3310
- #: ../admin/view/wp-slimstat-reports.php:1749
3311
  msgid "c-pe"
3312
  msgstr "Peru"
3313
 
3314
  # Philippines
3315
- #: ../admin/view/wp-slimstat-reports.php:1749
3316
  msgid "c-ph"
3317
  msgstr "Philippines"
3318
 
3319
  # Poland
3320
- #: ../admin/view/wp-slimstat-reports.php:1749
3321
  msgid "c-pl"
3322
  msgstr "Poland"
3323
 
3324
  # Portugal
3325
- #: ../admin/view/wp-slimstat-reports.php:1749
3326
  msgid "c-pt"
3327
  msgstr "Portugal"
3328
 
3329
  # Puerto Rico
3330
- #: ../admin/view/wp-slimstat-reports.php:1749
3331
  msgid "c-pr"
3332
  msgstr "Puerto Rico"
3333
 
3334
  # Qatar
3335
- #: ../admin/view/wp-slimstat-reports.php:1749
3336
  msgid "c-qa"
3337
  msgstr "Qatar"
3338
 
3339
  # Réunion
3340
- #: ../admin/view/wp-slimstat-reports.php:1749
3341
  msgid "c-re"
3342
  msgstr "Réunion"
3343
 
3344
  # Romania
3345
- #: ../admin/view/wp-slimstat-reports.php:1749
3346
  msgid "c-ro"
3347
  msgstr "Romania"
3348
 
3349
  # Russian Federation
3350
- #: ../admin/view/wp-slimstat-reports.php:1749
3351
  msgid "c-ru"
3352
  msgstr "Russian Federation"
3353
 
3354
  # Rwanda
3355
- #: ../admin/view/wp-slimstat-reports.php:1749
3356
  msgid "c-rw"
3357
  msgstr "Rwanda"
3358
 
3359
  # Saint Kitts and Nevis
3360
- #: ../admin/view/wp-slimstat-reports.php:1749
3361
  msgid "c-kn"
3362
  msgstr "Saint Kitts and Nevis"
3363
 
3364
  # Saint Lucia
3365
- #: ../admin/view/wp-slimstat-reports.php:1749
3366
  msgid "c-lc"
3367
  msgstr "Saint Lucia"
3368
 
3369
  # Saint Martin
3370
- #: ../admin/view/wp-slimstat-reports.php:1749
3371
  msgid "c-mf"
3372
  msgstr "Saint Martin"
3373
 
3374
  # Saint Vincent and the Grenadines
3375
- #: ../admin/view/wp-slimstat-reports.php:1749
3376
  msgid "c-vc"
3377
  msgstr "Saint Vincent and the Grenadines"
3378
 
3379
  # Samoa
3380
- #: ../admin/view/wp-slimstat-reports.php:1749
3381
  msgid "c-ws"
3382
  msgstr "Samoa"
3383
 
3384
  # Sao Tome and Principe
3385
- #: ../admin/view/wp-slimstat-reports.php:1749
3386
  msgid "c-st"
3387
  msgstr "Sao Tome and Principe"
3388
 
3389
  # Saudi Arabia
3390
- #: ../admin/view/wp-slimstat-reports.php:1749
3391
  msgid "c-sa"
3392
  msgstr "Saudi Arabia"
3393
 
3394
  # Senegal
3395
- #: ../admin/view/wp-slimstat-reports.php:1749
3396
  msgid "c-sn"
3397
  msgstr "Senegal"
3398
 
3399
  # Serbia
3400
- #: ../admin/view/wp-slimstat-reports.php:1749
3401
  msgid "c-rs"
3402
  msgstr "Serbia"
3403
 
3404
  # Sierra Leone
3405
- #: ../admin/view/wp-slimstat-reports.php:1749
3406
  msgid "c-sl"
3407
  msgstr "Sierra Leone"
3408
 
3409
  # Singapore
3410
- #: ../admin/view/wp-slimstat-reports.php:1749
3411
  msgid "c-sg"
3412
  msgstr "Singapore"
3413
 
3414
  # Slovakia
3415
- #: ../admin/view/wp-slimstat-reports.php:1749
3416
  msgid "c-sk"
3417
  msgstr "Slovakia"
3418
 
3419
  # Slovenia
3420
- #: ../admin/view/wp-slimstat-reports.php:1749
3421
  msgid "c-si"
3422
  msgstr "Slovenia"
3423
 
3424
  # Solomon Islands
3425
- #: ../admin/view/wp-slimstat-reports.php:1749
3426
  msgid "c-sb"
3427
  msgstr "Solomon Islands"
3428
 
3429
  # Somalia
3430
- #: ../admin/view/wp-slimstat-reports.php:1749
3431
  msgid "c-so"
3432
  msgstr "Somalia"
3433
 
3434
  # South Africa
3435
- #: ../admin/view/wp-slimstat-reports.php:1749
3436
  msgid "c-za"
3437
  msgstr "South Africa"
3438
 
3439
  # South Georgia and the South Sandwich Islands
3440
- #: ../admin/view/wp-slimstat-reports.php:1749
3441
  msgid "c-gs"
3442
  msgstr "South Georgia and the South Sandwich Islands"
3443
 
3444
  # Spain
3445
- #: ../admin/view/wp-slimstat-reports.php:1749
3446
  msgid "c-es"
3447
  msgstr "Spain"
3448
 
3449
  # Sri Lanka
3450
- #: ../admin/view/wp-slimstat-reports.php:1749
3451
  msgid "c-lk"
3452
  msgstr "Sri Lanka"
3453
 
3454
- #: ../admin/view/wp-slimstat-reports.php:1749
3455
  msgid "c-sc"
3456
  msgstr "Seychelles"
3457
 
3458
  # Sudan
3459
- #: ../admin/view/wp-slimstat-reports.php:1749
3460
  msgid "c-sd"
3461
  msgstr "Sudan"
3462
 
3463
- #: ../admin/view/wp-slimstat-reports.php:1749
3464
  msgid "c-ss"
3465
  msgstr ""
3466
 
3467
  # Suriname
3468
- #: ../admin/view/wp-slimstat-reports.php:1749
3469
  msgid "c-sr"
3470
  msgstr "Suriname"
3471
 
3472
  # Svalbard and Jan Mayen
3473
- #: ../admin/view/wp-slimstat-reports.php:1749
3474
  msgid "c-sj"
3475
  msgstr "Svalbard and Jan Mayen"
3476
 
3477
  # Swaziland
3478
- #: ../admin/view/wp-slimstat-reports.php:1749
3479
  msgid "c-sz"
3480
  msgstr "Swaziland"
3481
 
3482
  # Sweden
3483
- #: ../admin/view/wp-slimstat-reports.php:1749
3484
  msgid "c-se"
3485
  msgstr "Sweden"
3486
 
3487
  # Switzerland
3488
- #: ../admin/view/wp-slimstat-reports.php:1749
3489
  msgid "c-ch"
3490
  msgstr "Switzerland"
3491
 
3492
  # Syrian Arab Republic
3493
- #: ../admin/view/wp-slimstat-reports.php:1749
3494
  msgid "c-sy"
3495
  msgstr "Syrian Arab Republic"
3496
 
3497
  # Taiwan, Province of China
3498
- #: ../admin/view/wp-slimstat-reports.php:1749
3499
  msgid "c-tw"
3500
  msgstr "Taiwan"
3501
 
3502
  # Tajikistan
3503
- #: ../admin/view/wp-slimstat-reports.php:1749
3504
  msgid "c-tj"
3505
  msgstr "Tajikistan"
3506
 
3507
  # United Republic of Tanzania
3508
- #: ../admin/view/wp-slimstat-reports.php:1749
3509
  msgid "c-tz"
3510
  msgstr "United Republic of Tanzania"
3511
 
3512
  # Thailand
3513
- #: ../admin/view/wp-slimstat-reports.php:1749
3514
  msgid "c-th"
3515
  msgstr "Thailand"
3516
 
3517
  # Timor-Leste
3518
- #: ../admin/view/wp-slimstat-reports.php:1749
3519
  msgid "c-tl"
3520
  msgstr "Timor-Leste"
3521
 
3522
  # Togo
3523
- #: ../admin/view/wp-slimstat-reports.php:1749
3524
  msgid "c-tg"
3525
  msgstr "Togo"
3526
 
3527
  # Tonga
3528
- #: ../admin/view/wp-slimstat-reports.php:1749
3529
  msgid "c-to"
3530
  msgstr "Tonga"
3531
 
3532
  # Trinidad and Tobago
3533
- #: ../admin/view/wp-slimstat-reports.php:1749
3534
  msgid "c-tt"
3535
  msgstr "Trinidad and Tobago"
3536
 
3537
  # Tunisia
3538
- #: ../admin/view/wp-slimstat-reports.php:1749
3539
  msgid "c-tn"
3540
  msgstr "Tunisia"
3541
 
3542
  # Turkey
3543
- #: ../admin/view/wp-slimstat-reports.php:1749
3544
  msgid "c-tr"
3545
  msgstr "Turkey"
3546
 
3547
  # Turkmenistan
3548
- #: ../admin/view/wp-slimstat-reports.php:1749
3549
  msgid "c-tm"
3550
  msgstr "Turkmenistan"
3551
 
3552
  # Turks and Caicos Islands
3553
- #: ../admin/view/wp-slimstat-reports.php:1749
3554
  msgid "c-tc"
3555
  msgstr "Turks and Caicos Islands"
3556
 
3557
  # Uganda
3558
- #: ../admin/view/wp-slimstat-reports.php:1749
3559
  msgid "c-ug"
3560
  msgstr "Uganda"
3561
 
3562
  # Ukraine
3563
- #: ../admin/view/wp-slimstat-reports.php:1749
3564
  msgid "c-ua"
3565
  msgstr "Ukraine"
3566
 
3567
  # United Arab Emirates
3568
- #: ../admin/view/wp-slimstat-reports.php:1749
3569
  msgid "c-ae"
3570
  msgstr "United Arab Emirates"
3571
 
3572
  # United Kingdom
3573
- #: ../admin/view/wp-slimstat-reports.php:1749
3574
  msgid "c-gb"
3575
  msgstr "United Kingdom"
3576
 
3577
  # United States
3578
- #: ../admin/view/wp-slimstat-reports.php:1749
3579
  msgid "c-us"
3580
  msgstr "United States"
3581
 
3582
  # Uruguay
3583
- #: ../admin/view/wp-slimstat-reports.php:1749
3584
  msgid "c-uy"
3585
  msgstr "Uruguay"
3586
 
3587
  # Uzbekistan
3588
- #: ../admin/view/wp-slimstat-reports.php:1749
3589
  msgid "c-uz"
3590
  msgstr "Uzbekistan"
3591
 
3592
  # Vanuatu
3593
- #: ../admin/view/wp-slimstat-reports.php:1749
3594
  msgid "c-vu"
3595
  msgstr "Vanuatu"
3596
 
3597
  # Venezuela
3598
- #: ../admin/view/wp-slimstat-reports.php:1749
3599
  msgid "c-ve"
3600
  msgstr "Venezuela"
3601
 
3602
  # Viet Nam
3603
- #: ../admin/view/wp-slimstat-reports.php:1749
3604
  msgid "c-vn"
3605
  msgstr "Viet Nam"
3606
 
3607
  # British Virgin Islands
3608
- #: ../admin/view/wp-slimstat-reports.php:1749
3609
  msgid "c-vg"
3610
  msgstr "British Virgin Islands"
3611
 
3612
  # U.S. Virgin Islands
3613
- #: ../admin/view/wp-slimstat-reports.php:1749
3614
  msgid "c-vi"
3615
  msgstr "U.S. Virgin Islands"
3616
 
3617
  # Western Sahara
3618
- #: ../admin/view/wp-slimstat-reports.php:1749
3619
  msgid "c-eh"
3620
  msgstr "Western Sahara"
3621
 
3622
  # Yemen
3623
- #: ../admin/view/wp-slimstat-reports.php:1749
3624
  msgid "c-ye"
3625
  msgstr "Yemen"
3626
 
3627
  # Zambia
3628
- #: ../admin/view/wp-slimstat-reports.php:1749
3629
  msgid "c-zm"
3630
  msgstr "Zambia"
3631
 
3632
  # Zimbabwe
3633
- #: ../admin/view/wp-slimstat-reports.php:1749
3634
  msgid "c-zw"
3635
  msgstr "Zimbabwe"
3636
 
3637
  # Guernsey
3638
- #: ../admin/view/wp-slimstat-reports.php:1749
3639
  msgid "c-gg"
3640
  msgstr "Guernsey"
3641
 
3642
  # Jersey
3643
- #: ../admin/view/wp-slimstat-reports.php:1749
3644
  msgid "c-je"
3645
  msgstr "Jersey"
3646
 
3647
  # Isle of Man
3648
- #: ../admin/view/wp-slimstat-reports.php:1749
3649
  msgid "c-im"
3650
  msgstr "Isle of Man"
3651
 
3652
  # Maldives
3653
- #: ../admin/view/wp-slimstat-reports.php:1749
3654
  msgid "c-mv"
3655
  msgstr "Maldives"
3656
 
3657
- #: ../admin/view/wp-slimstat-reports.php:1750
3658
  msgid "c-eu"
3659
  msgstr ""
3660
 
3661
- #: ../admin/view/wp-slimstat-reports.php:1827
3662
  msgid "src"
3663
  msgstr "منبع"
3664
 
3665
- #: ../admin/view/wp-slimstat-reports.php:1831
3666
  msgid "serp"
3667
  msgstr ""
3668
 
3669
- #: ../admin/view/wp-slimstat-reports.php:1839
3670
  msgid "Go to the referring page"
3671
  msgstr "برو به صفحه ارجاع‌دهنده"
3672
 
3673
- #: ../admin/view/wp-slimstat-reports.php:1861
3674
  msgid "Remove filter for"
3675
  msgstr "حذف فیلترها از"
3676
 
3677
- #: ../admin/view/wp-slimstat-reports.php:1865
3678
  msgid "Save"
3679
  msgstr ""
3680
 
3681
- #: ../admin/view/wp-slimstat-reports.php:1868
3682
  msgid "Reset All"
3683
  msgstr "بازنشانی همه"
3684
 
3685
- #: ../admin/view/wp-slimstat-reports.php:1872
3686
  msgid "Current filters:"
3687
  msgstr "فیلترهای جاری:"
3688
 
@@ -3717,64 +3783,70 @@ msgstr "تلفیق کردن وردپرس"
3717
  msgid "Inactive Reports"
3718
  msgstr "تنظیم مجدد گزارش ها"
3719
 
3720
- #: ../admin/wp-slimstat-admin.php:562
3721
  msgid "SlimStat"
3722
  msgstr "SlimStat"
3723
 
3724
- #: ../admin/wp-slimstat-admin.php:620
3725
  #, fuzzy
3726
  msgid "Slimstat"
3727
  msgstr "SlimStat"
3728
 
3729
- #: ../admin/wp-slimstat-admin.php:709
3730
  #, fuzzy
3731
  msgid "Pageviews in the last "
3732
  msgstr "مشاهده صفحات (نمودار)"
3733
 
3734
- #: ../admin/wp-slimstat-admin.php:712
3735
  #, fuzzy
3736
  msgid "Unique IPs in the last "
3737
  msgstr "آی‌پی‌های یکتا"
3738
 
3739
- #: ../admin/wp-slimstat-admin.php:766
 
 
 
 
 
 
3740
  msgid "Show on screen"
3741
  msgstr "روی صفحه نشان بده"
3742
 
3743
- #: ../admin/wp-slimstat-admin.php:847
3744
  msgid "Already saved"
3745
  msgstr ""
3746
 
3747
- #: ../admin/wp-slimstat-admin.php:855
3748
  msgid "Saved"
3749
  msgstr ""
3750
 
3751
- #: ../admin/wp-slimstat-admin.php:875
3752
  #, fuzzy
3753
  msgid "Delete this filter"
3754
  msgstr "حذف بازدید‌ها وقتی"
3755
 
3756
- #: ../admin/wp-slimstat-admin.php:919
3757
  msgid "There was an error updating the following options:"
3758
  msgstr "خطایی در به‌روزرسانی این موارد رخ داد:"
3759
 
3760
- #: ../admin/wp-slimstat-admin.php:922
3761
  #, fuzzy
3762
  msgid "Your changes have been saved."
3763
  msgstr "تنظیمات شما با موفقیت به روز شد."
3764
 
3765
- #: ../admin/wp-slimstat-admin.php:945
3766
  msgid "Save Changes"
3767
  msgstr "ذخیره‌ی تغییرات"
3768
 
3769
- #: ../admin/wp-slimstat-admin.php:961
3770
  msgid "Definitions"
3771
  msgstr "تعاریف"
3772
 
3773
- #: ../admin/wp-slimstat-admin.php:964
3774
  msgid "Pageview"
3775
  msgstr "بازدید"
3776
 
3777
- #: ../admin/wp-slimstat-admin.php:964
3778
  #, fuzzy
3779
  msgid ""
3780
  "A request to load a single HTML file (\"page\"). This should be contrasted "
@@ -3785,11 +3857,11 @@ msgstr ""
3785
  "\"hit\" تفاوت دارد. این برنامه هر بازدید را بعد از اجرای برنامه ردگیری ثبت "
3786
  "میکند. "
3787
 
3788
- #: ../admin/wp-slimstat-admin.php:965
3789
  msgid "(Human) Visit"
3790
  msgstr "بیننده (انسانی)"
3791
 
3792
- #: ../admin/wp-slimstat-admin.php:965
3793
  msgid ""
3794
  "A period of interaction between a visitor's browser and your website, ending "
3795
  "when the browser is closed or when the user has been inactive on that site "
@@ -3798,7 +3870,7 @@ msgstr ""
3798
  "تراکنش بین مرورگر ردگیری و پایگاه شما به پایان رسید وقتی که مرورگر بسته شده "
3799
  "و یا کاربر به مدت سی دقیقه غیر فعال شده است."
3800
 
3801
- #: ../admin/wp-slimstat-admin.php:966
3802
  msgid ""
3803
  "Any user who has left a comment on your blog, and is thus identified by "
3804
  "Wordpress as a returning visitor"
@@ -3806,11 +3878,11 @@ msgstr ""
3806
  "هر کاربری که در تارنامه شما نظر گذاشته توسط وردپرس به عنوان «بیننده دوباره» "
3807
  "شناخته میشود"
3808
 
3809
- #: ../admin/wp-slimstat-admin.php:967
3810
  msgid "Unique IP"
3811
  msgstr "آی‌پی یکتا"
3812
 
3813
- #: ../admin/wp-slimstat-admin.php:967
3814
  msgid ""
3815
  "Used to differentiate between multiple requests to download a file from one "
3816
  "internet address (IP) and requests originating from many distinct addresses; "
@@ -3821,18 +3893,18 @@ msgstr ""
3821
  "درخواست از چند آی پی ادرس مختلف میباشد؛ چون این اندازه گیری فقط نشانگر آدرس "
3822
  "هر بازدید است، مفید میباشد ولی دقیق نیست."
3823
 
3824
- #: ../admin/wp-slimstat-admin.php:968
3825
  msgid ""
3826
  "the originating IP address of a client connecting to a web server through an "
3827
  "HTTP proxy or load balancer"
3828
  msgstr ""
3829
  "ای پی منشا که کاربر را از طریق HTTP proxy و یا load balancer مرتبط کرده"
3830
 
3831
- #: ../admin/wp-slimstat-admin.php:969
3832
  msgid "Direct Traffic"
3833
  msgstr "ترافیک مستقیم"
3834
 
3835
- #: ../admin/wp-slimstat-admin.php:969
3836
  msgid ""
3837
  "All those people showing up to your Web site by typing in the URL of your "
3838
  "Web site coming or from a bookmark; some people also call this \"default "
@@ -3841,11 +3913,11 @@ msgstr ""
3841
  " تمامی کاربرانی که با وارد کردن نشانی مستقیم تارنما و یا استفاده از بوک مارک "
3842
  "از تارنما بازدید میکنند."
3843
 
3844
- #: ../admin/wp-slimstat-admin.php:970
3845
  msgid "Search Engine"
3846
  msgstr "موتور جستجو"
3847
 
3848
- #: ../admin/wp-slimstat-admin.php:970
3849
  msgid ""
3850
  "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
3851
  "as well as your paid (PPC/SEM) traffic, so be aware of that"
@@ -3853,24 +3925,24 @@ msgstr ""
3853
  "ترافیک مرتبط با نتایج موتور جستجو (organic) و همچنین ترافیک بدست آمده توسط "
3854
  "تبلیغات در موتورهای جستجو اینجا درهم است"
3855
 
3856
- #: ../admin/wp-slimstat-admin.php:971 ../admin/wp-slimstat-admin.php:987
3857
  msgid "Keywords used by your visitors to find your website on a search engine"
3858
  msgstr ""
3859
  "کلمات کلیدی که کاربران شما به وسیله‌ی آن‌ها از موتورهای جستجو، پایگاه شما را "
3860
  "یافته‌اند."
3861
 
3862
- #: ../admin/wp-slimstat-admin.php:972
3863
  msgid "SERP"
3864
  msgstr ""
3865
 
3866
- #: ../admin/wp-slimstat-admin.php:972
3867
  msgid ""
3868
  "Short for search engine results page, the Web page that a search engine "
3869
  "returns with the results of its search. The value shown represents your rank "
3870
  "(or position) within that list of results"
3871
  msgstr " این مقدار نشان دهنده رتبه شما در فهرست نتایج موتور جستجو میباشد."
3872
 
3873
- #: ../admin/wp-slimstat-admin.php:973
3874
  msgid ""
3875
  "Any program used for accessing a website; this includes browsers, robots, "
3876
  "spiders and any other program that was used to retrieve information from the "
@@ -3878,7 +3950,7 @@ msgid ""
3878
  msgstr ""
3879
  "هر برنامه که به تارنما دسترسی پیدا کند مثل مرورگر، روبات، خزنده، وغیره."
3880
 
3881
- #: ../admin/wp-slimstat-admin.php:974
3882
  msgid ""
3883
  "A link from one domain to another is said to be outbound from its source "
3884
  "anchor and inbound to its target. This report lists all the links to other "
@@ -3888,27 +3960,27 @@ msgstr ""
3888
  "پیوند درونی محسوب میشود. این گزارش فهرستی از تمام پیوند ها به پایگاه های "
3889
  "دیگر و کاربران است."
3890
 
3891
- #: ../admin/wp-slimstat-admin.php:981
3892
  msgid "Basic Filters"
3893
  msgstr "پالایه های اولیه"
3894
 
3895
- #: ../admin/wp-slimstat-admin.php:984
3896
  msgid "User agent (Firefox, Chrome, ...)"
3897
  msgstr "مرورگر کاربر (فایرفاکس، کروم و ...)"
3898
 
3899
- #: ../admin/wp-slimstat-admin.php:985
3900
  msgid "2-letter code (us, ru, de, it, ...)"
3901
  msgstr "علامت دو حرفی (us، ir، ...)"
3902
 
3903
- #: ../admin/wp-slimstat-admin.php:986
3904
  msgid "IP"
3905
  msgstr "آی‌پی"
3906
 
3907
- #: ../admin/wp-slimstat-admin.php:986
3908
  msgid "Visitor's public IP address"
3909
  msgstr "نشانی‌های آی‌پی عمومی بازدیدکنندگان"
3910
 
3911
- #: ../admin/wp-slimstat-admin.php:988
3912
  msgid ""
3913
  "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
3914
  "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
@@ -3917,7 +3989,7 @@ msgstr ""
3917
  "لطفا به <a target=\"_blank\" href=\"http://msdn.microsoft.com/en-us/library/"
3918
  "ee825488(v=cs.20).aspx\"> فرهنگ زبان </a> برای اطلاع بیشتر مراجعه کنید"
3919
 
3920
- #: ../admin/wp-slimstat-admin.php:989
3921
  msgid ""
3922
  "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
3923
  "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
@@ -3927,19 +3999,19 @@ msgstr ""
3927
  "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\"> "
3928
  "راهنما</a> مراجعه کنید"
3929
 
3930
- #: ../admin/wp-slimstat-admin.php:990
3931
  msgid "URL accessed on your site"
3932
  msgstr "نشانی هایی که مورد بازدید قرار گرفته"
3933
 
3934
- #: ../admin/wp-slimstat-admin.php:991
3935
  msgid "Complete address of the referrer page"
3936
  msgstr "نشانی کامل صفحه‌ی ارجاع ‌دهنده"
3937
 
3938
- #: ../admin/wp-slimstat-admin.php:992
3939
  msgid "Visitor's Name"
3940
  msgstr "نام بیننده"
3941
 
3942
- #: ../admin/wp-slimstat-admin.php:992
3943
  msgid ""
3944
  "Visitors' names according to the cookie set by Wordpress after they leave a "
3945
  "comment"
@@ -3947,26 +4019,26 @@ msgstr ""
3947
  "اسامی بیننده بر مبنای خوراکی که بعد از گذاشتن نظر توسط وردپرس اختصاص داده "
3948
  "میشود."
3949
 
3950
- #: ../admin/wp-slimstat-admin.php:1000
3951
  msgid "Advanced Filters"
3952
  msgstr "فیلترهای پیش‌رفته"
3953
 
3954
- #: ../admin/wp-slimstat-admin.php:1003
3955
  msgid "user agent version (9.0, 11, ...)"
3956
  msgstr "نسخه مرورگر کاربر"
3957
 
3958
- #: ../admin/wp-slimstat-admin.php:1004
3959
  msgid ""
3960
  "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
3961
  "all others"
3962
  msgstr ""
3963
  "۱=خزنده‌های موتورهای جستجو، ۲=دستگاه موبایل، ۳=خوراک‌خوان، ۰=همه‌ی چیزهای دیگر"
3964
 
3965
- #: ../admin/wp-slimstat-admin.php:1005
3966
  msgid "Pageview Attributes"
3967
  msgstr "خصوصیات بازدید"
3968
 
3969
- #: ../admin/wp-slimstat-admin.php:1005
3970
  msgid ""
3971
  "this field is set to <em>[pre]</em> if the resource has been accessed "
3972
  "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
@@ -3975,19 +4047,19 @@ msgstr ""
3975
  "این ناحیه برای تنظیمات <a target=\"_blank\" href=\"https://developer.mozilla."
3976
  "org/en/Link_prefetching_FAQ\"> صفحه‌بندی </a> و یا شیوه های مشابه است."
3977
 
3978
- #: ../admin/wp-slimstat-admin.php:1006
3979
  msgid "author associated to that post/page when the resource was accessed"
3980
  msgstr "نویسنده مرتبط با این ارسال یا صفحه وقتی این ماخذ دسترسی شد"
3981
 
3982
- #: ../admin/wp-slimstat-admin.php:1007
3983
  msgid "ID of the category/term associated to the resource, when available"
3984
  msgstr "شناسه دسته یا عبارت که با منبع مرتبط است، اگر موجود باشد"
3985
 
3986
- #: ../admin/wp-slimstat-admin.php:1008
3987
  msgid "visitor's originating IP address, if available"
3988
  msgstr "آی پی منشا که بیننده از آن ‌عازم شده، در صورت موجود بودن"
3989
 
3990
- #: ../admin/wp-slimstat-admin.php:1009
3991
  msgid ""
3992
  "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
3993
  "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
@@ -4000,15 +4072,15 @@ msgstr ""
4000
  "target=\"_blank\" href=\"http://codex.wordpress.org/Conditional_Tags\"> "
4001
  "نشانه های شرطی</a> در صفحه راهنما مراجعه کنید."
4002
 
4003
- #: ../admin/wp-slimstat-admin.php:1010
4004
  msgid "Screen Resolution"
4005
  msgstr "ابعاد صفحه نمایش"
4006
 
4007
- #: ../admin/wp-slimstat-admin.php:1010
4008
  msgid "viewport width and height (1024x768, 800x600, ...)"
4009
  msgstr "ابعاد صفحه نمایش (۱۰۲۴x۷۶۸، ۸۰۰x۶۰۰، ...)"
4010
 
4011
- #: ../admin/wp-slimstat-admin.php:1011
4012
  msgid ""
4013
  "generally used in conjunction with <em>is not empty</em>, identifies human "
4014
  "visitors"
@@ -4016,11 +4088,11 @@ msgstr ""
4016
  "معولا با ترکیب <em>خالی نیست</em> استفاده میشود و بیننده ها (انسان) را تشخیص "
4017
  "میدهد"
4018
 
4019
- #: ../admin/wp-slimstat-admin.php:1012
4020
  msgid "Date Filters"
4021
  msgstr "فیلترهای تاریخ"
4022
 
4023
- #: ../admin/wp-slimstat-admin.php:1012
4024
  msgid ""
4025
  "you can specify the timeframe by entering a number in the <em>interval</em> "
4026
  "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
@@ -4029,11 +4101,11 @@ msgstr ""
4029
  "با وارد کردن اعداد در این ناحیه میتوانید یک مدت زمانی تعیین کنید؛ برای محدود "
4030
  "کردن سال به روز از -1 استفاده کنید."
4031
 
4032
- #: ../admin/wp-slimstat-admin.php:1013
4033
  msgid "SERP Position"
4034
  msgstr "مکان SERP"
4035
 
4036
- #: ../admin/wp-slimstat-admin.php:1013
4037
  msgid ""
4038
  "set the filter to Referer contains cd=N&, where N is the position you are "
4039
  "looking for"
@@ -4041,15 +4113,15 @@ msgstr ""
4041
  "تعیین صافی برای ارجاعی هایی که شامل اِن میشوند، آنجا که اِن مکانی هست که به "
4042
  "مشخص میکنید."
4043
 
4044
- #: ../admin/wp-slimstat-admin.php:1040
4045
  msgid "Yes"
4046
  msgstr "بلی"
4047
 
4048
- #: ../admin/wp-slimstat-admin.php:1041
4049
  msgid "No"
4050
  msgstr "خیر"
4051
 
4052
- #: ../admin/wp-slimstat-admin.php:1042
4053
  msgid "Site Specific"
4054
  msgstr ""
4055
 
@@ -5375,105 +5447,127 @@ msgstr ""
5375
  msgid "c-xy"
5376
  msgstr "آدرس محلی"
5377
 
5378
- #: ../wp-slimstat.php:237 ../wp-slimstat.php:524
5379
  msgid "Notice: Pageview filtered by third-party code"
5380
  msgstr ""
5381
 
5382
- #: ../wp-slimstat.php:254
5383
  #, fuzzy, php-format
5384
  msgid "Error: Malformed URL %s"
5385
  msgstr "کاربران را نادیده بگیر"
5386
 
5387
- #: ../wp-slimstat.php:278
5388
  #, php-format
5389
  msgid "Notice: Referrer %s is blacklisted"
5390
  msgstr ""
5391
 
5392
- #: ../wp-slimstat.php:356
5393
  #, php-format
5394
  msgid "Notice: Permalink %s is blacklisted"
5395
  msgstr ""
5396
 
5397
- #: ../wp-slimstat.php:367
5398
  msgid "Error: Empty or not supported IP address format (IPv6)"
5399
  msgstr ""
5400
 
5401
- #: ../wp-slimstat.php:376
5402
  #, php-format
5403
  msgid "Notice: Logged in user %s not tracked"
5404
  msgstr ""
5405
 
5406
- #: ../wp-slimstat.php:384
5407
  #, php-format
5408
  msgid "Notice: User with capability %s not tracked"
5409
  msgstr ""
5410
 
5411
- #: ../wp-slimstat.php:394
5412
  #, php-format
5413
  msgid "Notice: User %s is blacklisted"
5414
  msgstr ""
5415
 
5416
- #: ../wp-slimstat.php:415
5417
  #, fuzzy, php-format
5418
  msgid "Notice: Spammer %s not tracked"
5419
  msgstr "روبات یا خزنده"
5420
 
5421
- #: ../wp-slimstat.php:444
5422
  #, php-format
5423
  msgid "Notice: IP address %s is blacklisted"
5424
  msgstr ""
5425
 
5426
- #: ../wp-slimstat.php:473
5427
  #, php-format
5428
  msgid "Notice: Country %s is blacklisted"
5429
  msgstr ""
5430
 
5431
- #: ../wp-slimstat.php:482
5432
  #, fuzzy
5433
  msgid "Notice: Prefetch requests are ignored"
5434
  msgstr "نادیده گرفتن درخواست صفحه‌بندی"
5435
 
5436
- #: ../wp-slimstat.php:498
5437
  #, fuzzy
5438
  msgid "Notice: Bot not tracked"
5439
  msgstr "روبات یا خزنده"
5440
 
5441
- #: ../wp-slimstat.php:507
5442
  #, php-format
5443
  msgid "Notice: Browser %s is blacklisted"
5444
  msgstr ""
5445
 
5446
- #: ../wp-slimstat.php:537
5447
  msgid "Error:"
5448
  msgstr ""
5449
 
5450
- #: ../wp-slimstat.php:1153
5451
  msgid "Invalid payload string. Try clearing your WordPress cache."
5452
  msgstr ""
5453
 
5454
- #: ../wp-slimstat.php:1163
5455
  msgid "Invalid data signature. Try clearing your WordPress cache."
5456
  msgstr ""
5457
 
5458
- #: ../wp-slimstat.php:1235
5459
  #, fuzzy
5460
  msgid "There was an error downloading the MaxMind Geolite DB:"
5461
  msgstr "خطایی در به‌روزرسانی این موارد رخ داد:"
5462
 
5463
- #: ../wp-slimstat.php:1243 ../wp-slimstat.php:1252
5464
  #, fuzzy
5465
  msgid "There was an error opening the zipped MaxMind Geolite DB."
5466
  msgstr "خطایی در به‌روزرسانی این موارد رخ داد:"
5467
 
5468
- #: ../wp-slimstat.php:1247
5469
  msgid "Function gzopen not defined. Aborting."
5470
  msgstr ""
5471
 
5472
- #: ../wp-slimstat.php:1257
5473
  #, fuzzy
5474
  msgid "There was an error opening the unzipped MaxMind Geolite DB."
5475
  msgstr "خطایی در به‌روزرسانی این موارد رخ داد:"
5476
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5477
  #, fuzzy
5478
  #~ msgid "Delete records"
5479
  #~ msgstr "اطلاعات"
@@ -5522,10 +5616,6 @@ msgstr "خطایی در به‌روزرسانی این موارد رخ داد:"
5522
  #~ msgid "Custom Reports"
5523
  #~ msgstr "گزارش دلخواه"
5524
 
5525
- #, fuzzy
5526
- #~ msgid "Tracking"
5527
- #~ msgstr " حالت ردگیری"
5528
-
5529
  #, fuzzy
5530
  #~ msgid ""
5531
  #~ "Collect information about screen resolutions, outbound links, downloads, "
@@ -5547,10 +5637,6 @@ msgstr "خطایی در به‌روزرسانی این موارد رخ داد:"
5547
  #~ " تشخیص دادن مرورگرهایی که از ضد-بدنمایی (font smoothing) استفاده میکنند. "
5548
  #~ "این گزینه نیاز به فعال کردن «دید دزدکی» دارد."
5549
 
5550
- #, fuzzy
5551
- #~ msgid "External Pages"
5552
- #~ msgstr "همه مشاهدات صفحات"
5553
-
5554
  #~ msgid "Recent Screen Resolutions"
5555
  #~ msgstr "ابعاد نمایش‌گرهای اخیر"
5556
 
@@ -5865,9 +5951,6 @@ msgstr "خطایی در به‌روزرسانی این موارد رخ داد:"
5865
  #~ "این گزینه را فعال کنید اگر پیوند آمار در صفحه ویراش ارسال کاربران را گیج "
5866
  #~ "میکند. "
5867
 
5868
- #~ msgid "Blacklist"
5869
- #~ msgstr "فهرست سیاه"
5870
-
5871
  #~ msgid ""
5872
  #~ "How valuable is monitoring your visitors for your site? WP SlimStat is "
5873
  #~ "and will always be free, but consider supporting the author if this "
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP SlimStat\n"
4
+ "POT-Creation-Date: 2016-02-27 23:00-0500\n"
5
  "PO-Revision-Date: \n"
6
  "Last-Translator: WP Slimstat <support@wp-slimstat.com>\n"
7
  "Language-Team: Salman <salmanmp@gmail.com>\n"
15
  "Plural-Forms: nplurals=1; plural=0;\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
+ "X-Poedit-SearchPathExcluded-0: ../admin/update-checker\n"
19
+ "X-Poedit-SearchPathExcluded-1: ../admin/js\n"
20
 
21
  #: ../admin/config/index.php:33
22
  msgid ""
104
  "etc. This option is ignored if Tracking Mode is set to Client."
105
  msgstr ""
106
 
107
+ #: ../admin/config/index.php:97 ../admin/view/wp-slimstat-reports.php:1372
108
  msgid "Off"
109
  msgstr ""
110
 
121
  msgid "Enable this option to track your users' activity within the admin."
122
  msgstr "برای رهگیری کاربران در ناحیه مدیریتی ین گزینه را فعال کنید."
123
 
124
+ #: ../admin/config/index.php:98 ../admin/config/index.php:118
125
+ #: ../admin/config/index.php:119
126
  #, fuzzy
127
  msgid "Track"
128
  msgstr "ره‌گیری"
137
  msgstr "تلفیق کردن وردپرس"
138
 
139
  #: ../admin/config/index.php:101
140
+ msgid "Dashboard Widgets"
141
+ msgstr ""
142
+
143
+ #: ../admin/config/index.php:101
144
+ msgid ""
145
+ "Choose if you want to have the most important reports on your WordPress "
146
+ "Dashboard. Use the Screen Options dropdown to select which ones to display."
147
+ msgstr ""
148
+
149
+ #: ../admin/config/index.php:102
150
  msgid "Menu Position"
151
  msgstr "محل گزینگان"
152
 
153
+ #: ../admin/config/index.php:102
154
  #, fuzzy
155
  msgid ""
156
  "Choose between a standalone admin menu for Slimstat or a drop down in the "
157
  "admin bar (if visible)."
158
  msgstr "بین گزینگان مدیریتی ثابت و یا گزینگان مدیریتی ابشاری انتخاب کنید."
159
 
160
+ #: ../admin/config/index.php:102
161
  msgid "Side Menu"
162
  msgstr "گزینگان کناره"
163
 
164
+ #: ../admin/config/index.php:102
165
  msgid "Admin Bar"
166
  msgstr " منوی مدیریت"
167
 
168
+ #: ../admin/config/index.php:103
169
  #, fuzzy
170
  msgid "Posts and Pages"
171
  msgstr "یک ستون به نوشته‌ها اضافه کن"
172
 
173
+ #: ../admin/config/index.php:103
174
  #, fuzzy
175
  msgid ""
176
  "Add a new column to the Edit Posts/Pages screens, with the number of hits "
179
  "یک ستون جدید به صفحه «ویرایش ارسال» اضافه می‌کند، که شامل تعداد بازدید برای "
180
  "هر ارسال میباشد (ممکن است مدت تحویل را زیاد کند)"
181
 
182
+ #: ../admin/config/index.php:104
183
  msgid "Report Interval"
184
  msgstr ""
185
 
186
+ #: ../admin/config/index.php:104
187
  msgid ""
188
  "Enter the time range, in days, that should be used to calculate the value "
189
  "here above."
190
  msgstr ""
191
 
192
+ #: ../admin/config/index.php:105
193
  #, fuzzy
194
  msgid "Report Type"
195
  msgstr "گزارش ها"
196
 
197
+ #: ../admin/config/index.php:105
198
  msgid ""
199
  "Select what kind of information you would like to see displayed on the Posts "
200
  "admin screen. Pageviews include all the hits regardless of the user, Unique "
201
  "IPs consider only one hit per user in the given time range."
202
  msgstr ""
203
 
204
+ #: ../admin/config/index.php:105 ../admin/view/wp-slimstat-reports.php:81
205
  #: ../admin/view/wp-slimstat-reports.php:90
206
+ #: ../admin/view/wp-slimstat-reports.php:1388
207
+ #: ../admin/view/wp-slimstat-reports.php:1546
208
  msgid "Pageviews"
209
  msgstr "مشاهدات صفحات"
210
 
211
+ #: ../admin/config/index.php:105 ../admin/view/wp-slimstat-reports.php:91
212
+ #: ../admin/view/wp-slimstat-reports.php:285
213
+ #: ../admin/view/wp-slimstat-reports.php:526
214
+ #: ../admin/view/wp-slimstat-reports.php:1403
215
+ #: ../admin/view/wp-slimstat-reports.php:1448
216
  msgid "Unique IPs"
217
  msgstr "آی‌پی‌های یکتا"
218
 
 
 
 
 
 
 
 
 
 
 
219
  #: ../admin/config/index.php:106
220
  #, fuzzy
221
  msgid "Hide Add-ons"
259
 
260
  #: ../admin/config/index.php:109 ../admin/view/index.php:102
261
  #: ../admin/view/wp-slimstat-db.php:79
262
+ #: ../admin/view/wp-slimstat-reports.php:1372
263
  msgid "days"
264
  msgstr "روز"
265
 
280
 
281
  #: ../admin/config/index.php:117
282
  #, fuzzy
283
+ msgid "Link Tracking"
284
+ msgstr " حالت ردگیری"
285
+
286
+ #: ../admin/config/index.php:118
287
+ #, fuzzy
288
+ msgid "Outbound Clicks"
289
+ msgstr "ره‌گیری کلیک های بیرونی"
290
+
291
+ #: ../admin/config/index.php:118
292
+ msgid ""
293
+ "Track when your visitors click on link to external websites. This option "
294
+ "required Spy Mode to be enabled."
295
+ msgstr ""
296
+ "پیوندهایی که بازدیدکننده را به خارج از پایگاه ها میبرد رهگیری کنید. این "
297
+ "گزینه نیاز به فعال کردن دید دزدکی دارد."
298
+
299
+ #: ../admin/config/index.php:118 ../admin/config/index.php:119
300
+ #: ../admin/config/index.php:121
301
+ msgid "Do Not Track"
302
+ msgstr ""
303
+
304
+ #: ../admin/config/index.php:119
305
+ #, fuzzy
306
+ msgid "Internal Clicks"
307
+ msgstr "برترین جستجوهای داخلی"
308
+
309
+ #: ../admin/config/index.php:119
310
+ msgid ""
311
+ "Collect mouse coordinates and other information for clicks on internal "
312
+ "links. Recommended if you're using our heatmap add-on. By default, this "
313
+ "information is only collected for external links."
314
+ msgstr ""
315
+
316
+ #: ../admin/config/index.php:120
317
+ msgid "No Callback"
318
+ msgstr ""
319
+
320
+ #: ../admin/config/index.php:120
321
+ msgid ""
322
+ "Track the event but do not invoke the callback function on links marked with "
323
+ "one of these class names, <em>rel</em> attribute or whose <em>href</em> "
324
+ "attribute contains one of these strings (separated by comma). Useful to "
325
+ "prevent conflicts with lightbox and similar libraries."
326
+ msgstr ""
327
+
328
+ #: ../admin/config/index.php:121
329
+ msgid ""
330
+ "The tracker will ignore links marked with one of these class names, <em>rel</"
331
+ "em> attributes or whose <em>href</em> attribute contains one of these "
332
+ "strings (separated by comma)."
333
+ msgstr ""
334
+
335
+ #: ../admin/config/index.php:122
336
+ #, fuzzy
337
+ msgid "Async Tracker"
338
+ msgstr "ره‌گیری"
339
+
340
+ #: ../admin/config/index.php:122
341
+ msgid ""
342
+ "When the tracker is configured to record clicks on internal and / or "
343
+ "outbound links, it needs to send this information back to the server "
344
+ "<strong>before</strong> loading the actual page. This can result in a "
345
+ "noticeable delay when someone clicks on one of your links, if your server "
346
+ "takes a while to acknowledge the receipt of that information. You can set "
347
+ "this option to instruct the tracker not to wait for the server, and load the "
348
+ "target URL right away. This will remove the delay, but it might result in a "
349
+ "less accurate logging of events. You can check your server latency under "
350
+ "Site Analysis > Your Website. Values under 1000 milliseconds might allow you "
351
+ "to use async mode."
352
+ msgstr ""
353
+
354
+ #: ../admin/config/index.php:124
355
+ #, fuzzy
356
  msgid "Advanced Options"
357
  msgstr "فیلترهای پیش‌رفته"
358
 
359
+ #: ../admin/config/index.php:125
360
  msgid "Session Duration"
361
  msgstr "مدت جلسه"
362
 
363
+ #: ../admin/config/index.php:125
364
  #, fuzzy
365
  msgid ""
366
  "How many seconds should a human session last? Google Analytics sets it to "
369
  "چند ثانیه جلسه (انسان) در پایگاه به طول انجامد؟ گوگل آنالیتیک این مقدار را "
370
  "۱۸۰۰ ثانیه در نظر می‌گیرد."
371
 
372
+ #: ../admin/config/index.php:125 ../admin/config/index.php:193
373
  msgid "seconds"
374
  msgstr "ثانیه"
375
 
376
+ #: ../admin/config/index.php:126
377
  msgid "Extend Session"
378
  msgstr "گسترش جلسه"
379
 
380
+ #: ../admin/config/index.php:126
381
  msgid "Extend the duration of a session each time the user visits a new page."
382
  msgstr ""
383
  "هر بار که کاربر یک صفحه جدید را دیدن می‌کند مدت جلسه را به این مقدار گسترش "
384
  "می‌دهد."
385
 
386
+ #: ../admin/config/index.php:127
387
  #, fuzzy
388
  msgid "Browser Detection"
389
  msgstr "نسخه مرورگر"
390
 
391
+ #: ../admin/config/index.php:127
392
  msgid ""
393
  "The heuristic function is much faster and requires very little memory, but "
394
  "for uncommon user agent strings it might be less accurate, and produce a "
400
  "produce a match."
401
  msgstr ""
402
 
403
+ #: ../admin/config/index.php:127
404
  #, fuzzy
405
  msgid "Browscap"
406
  msgstr "مرورگر"
407
 
408
+ #: ../admin/config/index.php:127
409
  msgid "Heuristic"
410
  msgstr ""
411
 
412
+ #: ../admin/config/index.php:128
413
  msgid "Enable CDN"
414
  msgstr "فعال‌سازی CDN"
415
 
416
+ #: ../admin/config/index.php:128
417
  msgid ""
418
  "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
419
  "by serving our tracking code from their fast and reliable network (free "
423
  "استفاده کنید و از خدمات ردگیری ما در شبکه سریع و مطمئن بهره مند شوید "
424
  "(رایگان)."
425
 
426
+ #: ../admin/config/index.php:129
427
  msgid "Extensions to Track"
428
  msgstr "پسوندهایی که رهیابی شوند"
429
 
430
+ #: ../admin/config/index.php:129
431
  msgid ""
432
  "List all the file extensions that you want to be treated as Downloads. "
433
  "Please note that links pointing to external resources (i.e. PDFs on a "
439
  "باشید که پیوندهای منابع خارجی (مثل پی دی اف در پایگاه دیگر) بارگیری محسوب "
440
  "میشود و نه پیوند بیرونی اگر پسوند آنها با این فهرست تطبیق داشته باشد."
441
 
442
+ #: ../admin/config/index.php:131
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
443
  #, fuzzy
444
+ msgid "External Pages"
445
+ msgstr "همه مشاهدات صفحات"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
446
 
447
+ #: ../admin/config/index.php:132
448
  msgid ""
449
  "Add the following code to all the non-WP pages you want to track, right "
450
  "before the closing BODY tag. Please make sure to change the protocol of all "
451
  "the URLs to HTTPS, if you external site is served over a secure channel."
452
  msgstr ""
453
 
454
+ #: ../admin/config/index.php:142
455
  #, fuzzy
456
+ msgid "Allow Domains"
457
  msgstr "پیوند خارجی خطرناک"
458
 
459
+ #: ../admin/config/index.php:142
460
  msgid ""
461
  "If you are getting an error saying that no 'Access-Control-Allow-Origin' "
462
  "header is present on the requested resource, when using the external "
467
  "security implications of allowing CORS requests."
468
  msgstr ""
469
 
470
+ #: ../admin/config/index.php:143 ../admin/config/index.php:165
471
+ #: ../admin/config/index.php:196
472
  msgid "Miscellaneous"
473
  msgstr "متفرقه"
474
 
475
+ #: ../admin/config/index.php:144
476
  msgid "Enable UAN"
477
  msgstr "فعال‌سازی UAN"
478
 
479
+ #: ../admin/config/index.php:144
480
  #, fuzzy
481
  msgid ""
482
  "Send anonymous data about user agents to our server for analysis. This "
489
  "کنید. با کمک کردن به <a href='http://browscap.co/' target='_blank'>BrowsCap "
490
  "opensource project</a> توانایی برنامه برای شناختن مرورگرها را بیشتر میشود."
491
 
492
+ #: ../admin/config/index.php:149
493
  msgid "Filters"
494
  msgstr "فیلترها"
495
 
496
+ #: ../admin/config/index.php:151
497
  #, fuzzy
498
  msgid "Do not track settings"
499
  msgstr "ناشامل"
500
 
501
+ #: ../admin/config/index.php:152
502
  msgid "Track Registered Users"
503
  msgstr "ره‌گیری کاربران ثبت شده"
504
 
505
+ #: ../admin/config/index.php:152
506
  msgid "Enable this option to track logged in users."
507
  msgstr "اگر می‌خواهید کاربران وارد شده را ره‌گیری کنید این گزینه را فعال کنید."
508
 
509
+ #: ../admin/config/index.php:153
510
  msgid "Blacklist by Username"
511
  msgstr " فهرست سیاه با نشانی آی‌پی"
512
 
513
+ #: ../admin/config/index.php:153
514
  #, fuzzy
515
  msgid ""
516
  "List all the usernames you don't want to track, separated by commas. Please "
528
  "and /about, <code>/abo!t</code> will match /about and /abort. Strings are "
529
  "case-insensitive."
530
 
531
+ #: ../admin/config/index.php:154
532
  msgid "Blacklist by IP Address"
533
  msgstr " فهرست سیاه با نشانی آی‌پی"
534
 
535
+ #: ../admin/config/index.php:154
536
  #, fuzzy
537
  msgid ""
538
  "List all the IP addresses you don't want to track, separated by commas. Each "
546
  "Classless_Inter-Domain_Routing' target='_blank'>CIDR</a> تعریف شود (مثل "
547
  "<em>192.168.0.0/24</em>) و اگر نگارش صحیح نباشد رهگیری به درستی انجام نمیشود."
548
 
549
+ #: ../admin/config/index.php:155
550
  msgid "Blacklist by Capability"
551
  msgstr "کاربران بر اساس توانایی"
552
 
553
+ #: ../admin/config/index.php:155
554
  msgid ""
555
  "Users having at least one of the <a href='http://codex.wordpress.org/"
556
  "Roles_and_Capabilities' target='_new'>capabilities</a> listed here below "
560
  "Roles_and_Capabilities' target='_new'> خواص</a> زیر را داشته باشند ردگیری "
561
  "نمیشوند (به بزرگ و کوچک بودن را دقت داشته باشید)."
562
 
563
+ #: ../admin/config/index.php:157
564
  msgid "Profiling"
565
  msgstr "نمایه"
566
 
567
+ #: ../admin/config/index.php:158
568
  msgid "Ignore Spammers"
569
  msgstr "نادیده گرفتن هرزها"
570
 
571
+ #: ../admin/config/index.php:158
572
  msgid ""
573
  "Enable this option if you don't want to track visits from users identified "
574
  "as spammers by third-party tools like Akismet. Pageviews generated by users "
579
  "Akismet) را رهگیری کنید این گزینه را فعال کنید. بازدید های کاربرانی که بعدا "
580
  "به صورت هرز شناخته شوند از پایگاه داده ها نیز حذف میشوند."
581
 
582
+ #: ../admin/config/index.php:159
583
  #, fuzzy
584
  msgid "Ignore Bots"
585
  msgstr "کاربران را نادیده بگیر"
586
 
587
+ #: ../admin/config/index.php:159
588
  msgid ""
589
  "Turn on this feature if you want to have the accuracy level of server-side "
590
  "tracking, but not the inconvenience of getting your database clogged with "
592
  "note that in Client mode, bots are ignored regardless of this setting."
593
  msgstr ""
594
 
595
+ #: ../admin/config/index.php:160
596
  msgid "Permalinks"
597
  msgstr "پیوندهای یکتا"
598
 
599
+ #: ../admin/config/index.php:160
600
  msgid ""
601
  "List all the URLs on your website that you don't want to track, separated by "
602
  "commas. Don't include the domain name: <em>/about, ?p=1</em>, etc. "
614
  "and /about, <code>/abo!t</code> will match /about and /abort. Strings are "
615
  "case-insensitive."
616
 
617
+ #: ../admin/config/index.php:161
618
  msgid "Countries"
619
  msgstr "کشورها"
620
 
621
+ #: ../admin/config/index.php:161
622
  msgid ""
623
  "Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
624
  "track, separated by commas."
626
  "کد کشورهایی که مایل به رهگیری نیستید، تفکیک شده با ویرگول مثل <code>en-us, "
627
  "it, es</code>"
628
 
629
+ #: ../admin/config/index.php:162
630
  msgid "User Agents"
631
  msgstr "مرورگرهای کاربران"
632
 
633
+ #: ../admin/config/index.php:162
634
  msgid ""
635
  "Browsers (user agents) you don't want to track, separated by commas. You can "
636
  "specify the browser's version adding a slash after the name (i.e. "
645
  "Strings are case-insensitive.مرورگرهایی که نمیخواهید رهگیری کنید، تفکیک شده "
646
  "با ویرگول. میتوانید نسخه مرورگر را نیز مشخص کنید. مثلا <em>Firefox/3.6</em>. "
647
 
648
+ #: ../admin/config/index.php:163
649
  msgid "Referring Sites"
650
  msgstr "سایت ارجاع دهنده"
651
 
652
+ #: ../admin/config/index.php:163
653
  msgid ""
654
  "Referring URLs that you don't want to track, separated by commas: "
655
  "<code>http://mysite.com*</code>, <code>*/ignore-me-please</code>, etc. "
665
  "insensitive. Include either a wildcard or the protocol you want to filter "
666
  "(http://, https://)."
667
 
668
+ #: ../admin/config/index.php:166
669
  msgid "Enable Privacy Mode"
670
  msgstr "فعال کردن حالت حریم"
671
 
672
+ #: ../admin/config/index.php:166
673
  msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
674
  msgstr "این گزینه نشانی آی‌پی بیننده را طبق قوانین حریم خصوصی اروپا پنهان میکند"
675
 
676
+ #: ../admin/config/index.php:167
677
  msgid "Ignore Prefetch Requests"
678
  msgstr "نادیده گرفتن درخواست صفحه‌بندی"
679
 
680
+ #: ../admin/config/index.php:167
681
  #, fuzzy
682
  msgid ""
683
  "Prevent Slimstat from tracking pageviews generated by Firefox's <a "
688
  "org/en/Link_prefetching_FAQ' target='_blank'>صفحه‌بندی</a> برنامه Firefox "
689
  "صورت میگیرد."
690
 
691
+ #: ../admin/config/index.php:172 ../admin/config/index.php:207
692
  msgid "Reports"
693
  msgstr "گزارش ها"
694
 
695
+ #: ../admin/config/index.php:174
696
  msgid "Formats and Conversions"
697
  msgstr ""
698
 
699
+ #: ../admin/config/index.php:175
700
  msgid "Number Format"
701
  msgstr "نگارش اعداد"
702
 
703
+ #: ../admin/config/index.php:175
704
  #, fuzzy
705
  msgid "Choose the number format you want to use for your reports."
706
  msgstr ""
707
  "نگارش مناسب برای ملاحظه گزارش اعداد را نتخاب کنید، امریکایی یا اروپایی."
708
 
709
+ #: ../admin/config/index.php:176
710
  #, fuzzy
711
  msgid "Date Format"
712
  msgstr "داده و نگارش ها"
713
 
714
+ #: ../admin/config/index.php:176
715
  msgid ""
716
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
717
  "Format</a> to use when displaying a pageview's date."
718
  msgstr ""
719
 
720
+ #: ../admin/config/index.php:177
721
  #, fuzzy
722
  msgid "Time Format"
723
  msgstr "نگارش اعداد"
724
 
725
+ #: ../admin/config/index.php:177
726
  msgid ""
727
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
728
  "Format</a> to use when displaying a pageview's time."
729
  msgstr ""
730
 
731
+ #: ../admin/config/index.php:178
732
  #, fuzzy
733
  msgid "Use Display Name"
734
  msgstr "نمایش نام صفحه نمایش"
735
 
736
+ #: ../admin/config/index.php:178
737
  msgid ""
738
  "By default, users are listed by their usernames. Use this option to "
739
  "visualize their display names instead."
741
  "به طور پیش فرظ، کاربران با نام کاربری فهرست بندی میشوند. این گزینه کاربران "
742
  "را با نام فهرست بندی میکند."
743
 
744
+ #: ../admin/config/index.php:179
745
  #, fuzzy
746
  msgid "Use Titles"
747
  msgstr "نمایش عناوین"
748
 
749
+ #: ../admin/config/index.php:179
750
  #, fuzzy
751
  msgid ""
752
  "Slimstat converts your permalinks into post, page and category titles. "
755
  " تمامی پیوندهای یکتا را به ارسال و صفحه تبدیل میکند. این ویژگی را غیرفعال "
756
  "کنید اگر در گزارش به نشانی نیاز دارید"
757
 
758
+ #: ../admin/config/index.php:180
759
  msgid "Convert IP Addresses"
760
  msgstr "تبدیل نشانی آی‌پی"
761
 
762
+ #: ../admin/config/index.php:180
763
  msgid "Display provider names instead of IP addresses."
764
  msgstr "نمایش خدمات دهنده ها به جای ای پی"
765
 
766
+ #: ../admin/config/index.php:182
767
  msgid "Functionality"
768
  msgstr "کاربردی"
769
 
770
+ #: ../admin/config/index.php:183
771
+ msgid "Async Mode"
772
+ msgstr ""
773
+
774
+ #: ../admin/config/index.php:183
775
+ msgid ""
776
+ "Activate this feature if your reports take a while to load. It breaks down "
777
+ "the load on your server into multiple requests, thus avoiding memory issues "
778
+ "and performance problems."
779
+ msgstr ""
780
+
781
+ #: ../admin/config/index.php:184
782
  msgid "SlimScroll"
783
  msgstr ""
784
 
785
+ #: ../admin/config/index.php:184
786
  msgid ""
787
  "Enable SlimScroll, a slick jQuery library that replaces the built-in browser "
788
  "scrollbar."
789
  msgstr ""
790
 
791
+ #: ../admin/config/index.php:185
792
  msgid "Expand Details"
793
  msgstr "گسترش جزئیات"
794
 
795
+ #: ../admin/config/index.php:185
796
  msgid "Expand each row's details by default, insted of on mousehover."
797
  msgstr "گشترش جزئیات‌ هر سطر به طور پیش فرظ، به جای رویت با توقف اشاره گر"
798
 
799
+ #: ../admin/config/index.php:186 ../admin/config/index.php:194
800
  msgid "Rows to Display"
801
  msgstr "نمایش ردیف ها"
802
 
803
+ #: ../admin/config/index.php:186
804
  msgid "Specify the number of items in each report."
805
  msgstr "تعداد موردها در هر گزارش را مشخص کنید."
806
 
807
+ #: ../admin/config/index.php:187 ../admin/view/wp-slimstat-db.php:101
808
  #, fuzzy
809
  msgid "Max Results"
810
  msgstr "نتایج محدود به"
811
 
812
+ #: ../admin/config/index.php:187
813
  msgid ""
814
  "Decide how many records should be retrieved from the database in total. "
815
  "Depending on your server configuration, you may want to fine tune this value "
816
  "to avoid exceeding your PHP memory limit."
817
  msgstr ""
818
 
819
+ #: ../admin/config/index.php:188
820
  msgid "IP Lookup"
821
  msgstr "ره‌گیری بر اساس نشانی آی‌پی"
822
 
823
+ #: ../admin/config/index.php:188
824
  msgid "Customize the Geolocation service to be used in the reports."
825
  msgstr "خدمات مکان-جفرافی برای گزارش ها را دلخواه کنید. "
826
 
827
+ #: ../admin/config/index.php:189
828
+ msgid "Mozscape Access ID"
829
+ msgstr ""
830
+
831
+ #: ../admin/config/index.php:189
832
+ msgid ""
833
+ "Get accurate rankings for your website through the free <a href=\"https://"
834
+ "moz.com/community/join?redirect=/products/api/keys\" target=\"_blank"
835
+ "\">Mozscape API</a> service. Sign up for a free community account to get "
836
+ "started. Then enter your personal identification code here."
837
+ msgstr ""
838
+
839
+ #: ../admin/config/index.php:190
840
+ msgid "Mozscape Secret Key"
841
+ msgstr ""
842
+
843
+ #: ../admin/config/index.php:190
844
+ msgid ""
845
+ "Do not share your secret key with anyone or they will be able to make API "
846
+ "requests on your account!"
847
+ msgstr ""
848
+
849
+ #: ../admin/config/index.php:192
850
  msgid "Activity Log"
851
  msgstr "فهرست فعالیت ها"
852
 
853
+ #: ../admin/config/index.php:193
854
  msgid "Live Stream"
855
  msgstr "پخش زنده"
856
 
857
+ #: ../admin/config/index.php:193
858
  #, fuzzy
859
  msgid ""
860
  "Enable the Live view, which refreshes the Activity Log every X seconds. "
863
  "فعال کردن «نمای زنده» صفحه «همین حالا» را هر چند ثانیه تازه سازی میکند. برای "
864
  "فیرفعال کردن صفر وارد کنید."
865
 
866
+ #: ../admin/config/index.php:194
867
  #, fuzzy
868
  msgid "Specify the number of items in the Activity Log."
869
  msgstr " تعداد موردها در فهرست صفحه «همین حالا» را مشخص کنید"
870
 
871
+ #: ../admin/config/index.php:197
872
  msgid "Custom CSS"
873
  msgstr "سی‌اس‌اس دلخواه"
874
 
875
+ #: ../admin/config/index.php:197
876
  #, fuzzy
877
  msgid ""
878
  "Paste here your custom stylesheet to personalize the way your reports look. "
885
  "بیشتر به<a href='http://wordpress.org/plugins/wp-slimstat/faq/' "
886
  "target='_blank'> سوالهای رایج</a> مراجعه کنید."
887
 
888
+ #: ../admin/config/index.php:198
889
  #, fuzzy
890
  msgid "Chart Colors"
891
  msgstr "کنترل‌های نمودار"
892
 
893
+ #: ../admin/config/index.php:198
894
  msgid ""
895
  "Customize the look and feel of your charts by assigning personalized colors "
896
  "to each metric. List 4 hex colors separated by commas, strictly in the "
898
  "metric 2 current. For example: <code>#ccc, #999, #bbcc44, #21759b</code>."
899
  msgstr ""
900
 
901
+ #: ../admin/config/index.php:199
902
  msgid "Show User Agent"
903
  msgstr "نمایش عامل کاربر "
904
 
905
+ #: ../admin/config/index.php:199
906
  msgid ""
907
  "Choose if you want to see the browser name or a complete user agent string "
908
  "when hovering on browser icons."
910
  " این گزینه را انتخاب کنید اگر میخواهید اسم مرورگر یا نام کامل کاربر را با "
911
  "توقف اشاره گر بر روی نقشک ملاحظه کنید."
912
 
913
+ #: ../admin/config/index.php:200
914
  #, fuzzy
915
  msgid "Enable SOV"
916
  msgstr "فعال‌سازی CDN"
917
 
918
+ #: ../admin/config/index.php:200
919
  msgid ""
920
  "In linguistic typology, a subject-object-verb (SOV) language is one in which "
921
  "the subject, object, and verb of a sentence appear in that order, like in "
922
  "Japanese."
923
  msgstr ""
924
 
925
+ #: ../admin/config/index.php:205
926
  msgid "Access Control"
927
  msgstr ""
928
 
929
+ #: ../admin/config/index.php:208
930
  msgid "Restrict Authors"
931
  msgstr "محدود کردن نویسنده‌ها"
932
 
933
+ #: ../admin/config/index.php:208
934
  #, fuzzy
935
  msgid ""
936
  "Enable this option if you want your authors to only see stats related to "
939
  "اگر میخواهید نویسنده ها فقط آمار مربوط به محتوای خود را رویت کنند این گزینه "
940
  "را فعال کنید."
941
 
942
+ #: ../admin/config/index.php:209 ../admin/config/index.php:213
943
  msgid "Capability"
944
  msgstr "کاربران بر اساس توانایی"
945
 
946
+ #: ../admin/config/index.php:209
947
  #, fuzzy
948
  msgid ""
949
  "Specify the minimum <a href='http://codex.wordpress.org/"
959
  "داشت، مگر اینکه اجازه فهرست سفید اینجا مشخص شود. در این صورت فهرست اولویت "
960
  "میگیرد بر قابلیت."
961
 
962
+ #: ../admin/config/index.php:210 ../admin/config/index.php:214
963
  msgid "Whitelist"
964
  msgstr "فهرست سفید"
965
 
966
+ #: ../admin/config/index.php:210
967
  msgid ""
968
  "List all the users who should have access to the reports, separated by "
969
  "commas. Administrators are implicitly allowed, so you don't need to list "
973
  "طور کامل دسترسی دارند و نیاز به وارد کردن اینجا نخواهند داشت. کوچک و بزرگ "
974
  "بودن حروف مهم است."
975
 
976
+ #: ../admin/config/index.php:212 ../admin/config/index.php:237
977
+ #: ../admin/wp-slimstat-admin.php:640 ../admin/wp-slimstat-admin.php:658
978
+ #: ../admin/wp-slimstat-admin.php:661
979
  msgid "Settings"
980
  msgstr "تنظیمات"
981
 
982
+ #: ../admin/config/index.php:213
983
  #, fuzzy
984
  msgid ""
985
  "Specify the minimum <a href='http://codex.wordpress.org/"
991
  "target='_new'> توانایی</a> برای دسترسی برای تنظیمات را مشخص کنید. این فهرست "
992
  "سفید اختیارات کاربران خاص را لفو میکند."
993
 
994
+ #: ../admin/config/index.php:214
995
  msgid ""
996
  "List all the users who can edit these options, separated by commas. Please "
997
  "be advised that admins <strong>are not</strong> implicitly allowed, so do "
1000
  "فهرست کاربرانی که توانایی ویرایش این گزینه ها را دارند، تفکیک شده با ویرگول. "
1001
  "از وارد کردن نام خود در این فهرست مطمئن شوید."
1002
 
1003
+ #: ../admin/config/index.php:219
1004
  msgid "Maintenance"
1005
  msgstr "نگهداری"
1006
 
1007
+ #: ../admin/config/index.php:224 ../admin/view/addons.php:32
1008
  #: ../admin/wp-slimstat-admin.php:124
1009
  msgid "Add-ons"
1010
  msgstr "افزونه ها"
1400
  msgid "Load"
1401
  msgstr ""
1402
 
1403
+ #: ../admin/view/index.php:66 ../admin/view/wp-slimstat-reports.php:1410
1404
  msgid "Today"
1405
  msgstr "امروز‍"
1406
 
1407
+ #: ../admin/view/index.php:67 ../admin/view/wp-slimstat-reports.php:1413
1408
  msgid "Yesterday"
1409
  msgstr "دیروز"
1410
 
1495
  msgid "Delete"
1496
  msgstr "اطلاعات"
1497
 
1498
+ #: ../admin/view/right-now.php:16
1499
  msgid "Human"
1500
  msgstr "انسان"
1501
 
1502
+ #: ../admin/view/right-now.php:16
1503
  msgid "Bot/Crawler"
1504
  msgstr "روبات یا خزنده"
1505
 
1506
+ #: ../admin/view/right-now.php:16
1507
  msgid "Mobile Device"
1508
  msgstr "همراه"
1509
 
1510
+ #: ../admin/view/right-now.php:16
1511
  msgid "Syndication Reader"
1512
  msgstr "پیوند ریدر"
1513
 
1514
+ #: ../admin/view/right-now.php:41 ../admin/view/wp-slimstat-reports.php:1036
1515
+ #: ../admin/view/wp-slimstat-reports.php:1729
1516
  msgid "No data to display"
1517
  msgstr "داده‌ای برای نمایش نیست"
1518
 
1519
+ #: ../admin/view/right-now.php:60
1520
  msgid "Date and Time"
1521
  msgstr "روز و ساعت"
1522
 
1523
  # Unknown
1524
+ #: ../admin/view/right-now.php:69 ../admin/view/wp-slimstat-reports.php:1088
1525
+ #: ../admin/view/wp-slimstat-reports.php:1772 ../wp-slimstat.php:1373
1526
  msgid "c-"
1527
  msgstr "Unknown"
1528
 
1529
+ #: ../admin/view/right-now.php:121 ../admin/view/wp-slimstat-db.php:60
1530
+ #: ../admin/wp-slimstat-admin.php:976 ../admin/wp-slimstat-admin.php:1016
1531
  msgid "Originating IP"
1532
  msgstr "آی‌پی منشا"
1533
 
1534
+ #: ../admin/view/right-now.php:152 ../admin/view/wp-slimstat-reports.php:1185
1535
+ #: ../admin/view/wp-slimstat-reports.php:1190
1536
+ #: ../admin/view/wp-slimstat-reports.php:1195
1537
  msgid "Open this URL in a new window"
1538
  msgstr "نشانی را در پنجره جدید باز کن"
1539
 
1540
+ #: ../admin/view/right-now.php:155
1541
  msgid "Local search results page"
1542
  msgstr "صفحه نتایج جستجوی محلی"
1543
 
1544
+ #: ../admin/view/right-now.php:161 ../admin/view/wp-slimstat-db.php:42
1545
  #: ../admin/view/wp-slimstat-reports.php:242
1546
+ #: ../admin/view/wp-slimstat-reports.php:252
1547
+ #: ../admin/wp-slimstat-admin.php:979 ../admin/wp-slimstat-admin.php:995
1548
  msgid "Search Terms"
1549
  msgstr "عبارت‌های جستجو"
1550
 
1551
+ #: ../admin/view/right-now.php:170
1552
  msgid "Server Latency and Page Speed in milliseconds"
1553
  msgstr ""
1554
 
1555
+ #: ../admin/view/right-now.php:170
1556
  msgid "SL"
1557
  msgstr ""
1558
 
1559
+ #: ../admin/view/right-now.php:170
1560
  msgid "PS"
1561
  msgstr ""
1562
 
1563
+ #: ../admin/view/right-now.php:177
1564
  #, fuzzy
1565
  msgid "Time spent on this page"
1566
  msgstr "حذف بازدید‌ها وقتی"
1567
 
1568
+ #: ../admin/view/right-now.php:187
1569
  msgid "Open this referrer in a new window"
1570
  msgstr "این ارجاعی دهنده را در پنجره جدید باز کن"
1571
 
1572
+ #: ../admin/view/right-now.php:188
1573
  msgid "Open this outbound link in a new window"
1574
  msgstr " پیوندهای بیرونی را در پنجره جدید باز کن"
1575
 
1576
+ #: ../admin/view/right-now.php:189
1577
  msgid "Content Type"
1578
  msgstr " نوع محتوا"
1579
 
1580
+ #: ../admin/view/right-now.php:192
1581
  #, fuzzy
1582
  msgid "Delete this pageview"
1583
  msgstr "حذف بازدید‌ها وقتی"
1584
 
1585
+ #: ../admin/view/right-now.php:203
1586
  #, fuzzy
1587
  msgid "User Logged In"
1588
  msgstr "مرورگرهای کاربران"
1589
 
1590
+ #: ../admin/view/right-now.php:213
1591
  #, fuzzy
1592
  msgid "User Logged Out"
1593
  msgstr "مرورگرهای کاربران"
1594
 
1595
+ #: ../admin/view/wp-slimstat-db.php:39 ../admin/wp-slimstat-admin.php:992
1596
  msgid "Browser"
1597
  msgstr "مرورگر"
1598
 
1599
+ #: ../admin/view/wp-slimstat-db.php:40 ../admin/wp-slimstat-admin.php:993
1600
  msgid "Country Code"
1601
  msgstr "علامت کشور"
1602
 
1604
  msgid "IP Address"
1605
  msgstr "نشانی آی‌پی"
1606
 
1607
+ #: ../admin/view/wp-slimstat-db.php:43 ../admin/wp-slimstat-admin.php:996
1608
  msgid "Language Code"
1609
  msgstr "علامت زبان"
1610
 
1611
  #: ../admin/view/wp-slimstat-db.php:44 ../admin/view/wp-slimstat-db.php:87
1612
+ #: ../admin/wp-slimstat-admin.php:997
1613
  msgid "Operating System"
1614
  msgstr "سامانه عامل"
1615
 
1616
  #: ../admin/view/wp-slimstat-db.php:45 ../admin/view/wp-slimstat-db.php:88
1617
+ #: ../admin/wp-slimstat-admin.php:998
1618
  msgid "Permalink"
1619
  msgstr "پیوند یکتا"
1620
 
1621
+ #: ../admin/view/wp-slimstat-db.php:46 ../admin/wp-slimstat-admin.php:999
1622
  msgid "Referer"
1623
  msgstr "ارجاع‌دهنده"
1624
 
1627
  msgid "Visitor's Username"
1628
  msgstr "نام بیننده"
1629
 
1630
+ #: ../admin/view/wp-slimstat-db.php:48 ../admin/wp-slimstat-admin.php:982
1631
  msgid "Outbound Link"
1632
  msgstr "پیوند بیرونی"
1633
 
1644
  msgid "Browser Capabilities"
1645
  msgstr "قابلیت‌های مرورگر"
1646
 
1647
+ #: ../admin/view/wp-slimstat-db.php:53 ../admin/wp-slimstat-admin.php:1011
1648
  msgid "Browser Version"
1649
  msgstr "نسخه مرورگر"
1650
 
1651
+ #: ../admin/view/wp-slimstat-db.php:54 ../admin/wp-slimstat-admin.php:1012
1652
  msgid "Browser Type"
1653
  msgstr "نوع مرورگر"
1654
 
1655
+ #: ../admin/view/wp-slimstat-db.php:55 ../admin/wp-slimstat-admin.php:981
1656
  msgid "User Agent"
1657
  msgstr "مرورگرهای کاربران"
1658
 
1665
  msgid "Server Latency"
1666
  msgstr ""
1667
 
1668
+ #: ../admin/view/wp-slimstat-db.php:58 ../admin/wp-slimstat-admin.php:1014
1669
  msgid "Post Author"
1670
  msgstr "نویسنده مطلب"
1671
 
1672
+ #: ../admin/view/wp-slimstat-db.php:59 ../admin/wp-slimstat-admin.php:1015
1673
  msgid "Post Category ID"
1674
  msgstr "شناسه دسته‌بندی مطلب"
1675
 
1676
+ #: ../admin/view/wp-slimstat-db.php:61 ../admin/wp-slimstat-admin.php:1017
1677
  msgid "Resource Content Type"
1678
  msgstr "نوع محتوای منبع"
1679
 
1694
  msgid "Viewport Size"
1695
  msgstr ""
1696
 
1697
+ #: ../admin/view/wp-slimstat-db.php:66 ../admin/wp-slimstat-admin.php:1019
1698
  msgid "Visit ID"
1699
  msgstr "شناسه دیدن"
1700
 
1741
  msgstr ""
1742
 
1743
  #: ../admin/view/wp-slimstat-db.php:96
1744
+ #: ../admin/view/wp-slimstat-reports.php:1743
1745
  msgid "Type"
1746
  msgstr ""
1747
 
1791
  msgid "From search result page"
1792
  msgstr "از صفحه نتایج جستجو"
1793
 
1794
+ #: ../admin/view/wp-slimstat-reports.php:77 ../admin/wp-slimstat-admin.php:974
1795
  msgid "Known Visitor"
1796
  msgstr "بیننده آشنا"
1797
 
1876
  #: ../admin/view/wp-slimstat-reports.php:212
1877
  #, fuzzy
1878
  msgid ""
1879
+ "Slimstat retrieves live information from Alexa, Facebook and Mozscape, to "
1880
+ "measures your site's rankings. Values are updated every 12 hours. Please "
1881
+ "enter your personal access ID in the settings to access your personalized "
1882
+ "Mozscape data."
1883
  msgstr ""
1884
  "با کسب اطلاعات خود از Google، Facebook و یا Alexa، رتبه خود را محک بزنید. "
1885
  "مقادیر هر ۱۲ ساعت به روز میشوند. صافی ها بالا در این گزارش کاربرد نمیشوند. "
1904
  "WP SlimStat از این اطلاعات برای شناسایی «بیننده دوباره» استفاده میکند. در "
1905
  "نظر داشته باشید که بیننده ها شامل کاربران ثبت شده نیز میباشد."
1906
 
1907
+ #: ../admin/view/wp-slimstat-reports.php:253
1908
  #, fuzzy
1909
  msgid "Unique Terms"
1910
  msgstr "آی‌پی‌های یکتا"
1918
  msgid "Human Visits"
1919
  msgstr "بازدیدهای انسانی"
1920
 
1921
+ #: ../admin/view/wp-slimstat-reports.php:284
1922
+ #: ../admin/view/wp-slimstat-reports.php:1444
1923
  msgid "Visits"
1924
  msgstr "بازدیدها"
1925
 
2049
  msgid "Traffic Sources"
2050
  msgstr "منابع ترافیک"
2051
 
2052
+ #: ../admin/view/wp-slimstat-reports.php:525
2053
  msgid "Domains"
2054
  msgstr "دامنه‌ها"
2055
 
2194
  msgid "World Map"
2195
  msgstr "نقشه جهان"
2196
 
2197
+ #: ../admin/view/wp-slimstat-reports.php:944
2198
  msgid "Refresh"
2199
  msgstr "تازه سازی"
2200
 
2201
+ #: ../admin/view/wp-slimstat-reports.php:981
2202
  #, php-format
2203
  msgid "Results %s - %s of %s"
2204
  msgstr " نتایج %s - %s از %s"
2205
 
2206
+ #: ../admin/view/wp-slimstat-reports.php:983
2207
  msgid "Refresh in"
2208
  msgstr "تازه سازی در"
2209
 
2210
+ #: ../admin/view/wp-slimstat-reports.php:1082
2211
  msgid "Category ID"
2212
  msgstr "شناسه دسته"
2213
 
2214
+ #: ../admin/view/wp-slimstat-reports.php:1087
2215
+ #: ../admin/view/wp-slimstat-reports.php:1101
2216
+ #: ../admin/view/wp-slimstat-reports.php:1106
2217
  #, fuzzy
2218
  msgid "Code"
2219
  msgstr "کد محیط عامل"
2220
 
2221
+ #: ../admin/view/wp-slimstat-reports.php:1102
2222
+ #: ../languages/dynamic_strings.php:339 ../wp-slimstat.php:1385
2223
  msgid "l-"
2224
  msgstr ""
2225
 
2226
+ #: ../admin/view/wp-slimstat-reports.php:1119
2227
  msgid "URL"
2228
  msgstr ""
2229
 
2230
+ #: ../admin/view/wp-slimstat-reports.php:1132
2231
  msgid "Referrer"
2232
  msgstr "ارجاع دهنده"
2233
 
2234
+ #: ../admin/view/wp-slimstat-reports.php:1174
2235
+ #: ../admin/view/wp-slimstat-reports.php:1428
2236
+ #: ../admin/view/wp-slimstat-reports.php:1484
2237
+ #: ../admin/view/wp-slimstat-reports.php:1490
2238
+ #: ../admin/view/wp-slimstat-reports.php:1496
2239
+ #: ../admin/view/wp-slimstat-reports.php:1502
2240
+ #: ../admin/view/wp-slimstat-reports.php:1508
2241
+ #: ../admin/view/wp-slimstat-reports.php:1514
2242
+ #: ../admin/view/wp-slimstat-reports.php:1520
2243
+ #: ../admin/view/wp-slimstat-reports.php:1750
2244
  msgid "Hits"
2245
  msgstr "بازدیدها"
2246
 
2247
+ #: ../admin/view/wp-slimstat-reports.php:1355
2248
  #, fuzzy
2249
  msgid "Dataset Size"
2250
  msgstr "اندازه پایگاه داده"
2251
 
2252
+ #: ../admin/view/wp-slimstat-reports.php:1357
2253
  msgid "Total number of records stored in the database."
2254
  msgstr ""
2255
 
2256
+ #: ../admin/view/wp-slimstat-reports.php:1359
2257
  msgid "DB Size"
2258
  msgstr "اندازه پایگاه داده"
2259
 
2260
+ #: ../admin/view/wp-slimstat-reports.php:1362
2261
  #, fuzzy
2262
  msgid "Tracking Enabled"
2263
  msgstr " حالت ردگیری"
2264
 
2265
+ #: ../admin/view/wp-slimstat-reports.php:1365
2266
  msgid "Javascript Mode"
2267
  msgstr "فعال سازی حالت جاوااسکریپت"
2268
 
2269
+ #: ../admin/view/wp-slimstat-reports.php:1368
2270
  msgid "Tracking Browser Caps"
2271
  msgstr "ردگیری قابلیت‌های مرورگر"
2272
 
2273
+ #: ../admin/view/wp-slimstat-reports.php:1371
2274
  msgid "Auto purge"
2275
  msgstr "پاک‌سازی خودکار"
2276
 
2277
+ #: ../admin/view/wp-slimstat-reports.php:1374
2278
  msgid "Oldest pageview"
2279
  msgstr "قدیمی‌ترین بازدید"
2280
 
2281
+ #: ../admin/view/wp-slimstat-reports.php:1375
2282
  msgid "No visits"
2283
  msgstr "بازدیدی نیست"
2284
 
2285
+ #: ../admin/view/wp-slimstat-reports.php:1377
2286
  #: ../admin/wp-slimstat-admin.php:112
2287
  #, fuzzy
2288
  msgid "Geolocation"
2289
  msgstr "به‌روزآوری پایگاه داده مکان‌یابی"
2290
 
2291
+ #: ../admin/view/wp-slimstat-reports.php:1379
2292
  msgid "Date when the MaxMind Geolocation database was last updated."
2293
  msgstr ""
2294
 
2295
+ #: ../admin/view/wp-slimstat-reports.php:1390
2296
+ #: ../admin/view/wp-slimstat-reports.php:1548
2297
  #, fuzzy
2298
  msgid ""
2299
  "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
2301
  msgstr ""
2302
  "درخواست بارگیری یک پرونده زنگام. هر اجرای ردگیری منجر به ثبت یک بازید میشود."
2303
 
2304
+ #: ../admin/view/wp-slimstat-reports.php:1392
2305
  #, fuzzy
2306
  msgid "Days in Range"
2307
  msgstr "محدوده زمانی"
2308
 
2309
+ #: ../admin/view/wp-slimstat-reports.php:1395
2310
  #, fuzzy
2311
  msgid "Average Daily Pageviews"
2312
  msgstr "میان‌گین مشاهده صفحات"
2313
 
2314
+ #: ../admin/view/wp-slimstat-reports.php:1397
2315
  #, fuzzy
2316
  msgid ""
2317
  "How many pages have been visited on average every day during the current "
2318
  "period."
2319
  msgstr "چند صفحه به طور میانگین در "
2320
 
2321
+ #: ../admin/view/wp-slimstat-reports.php:1399
2322
  msgid "From Search Results"
2323
  msgstr "از نتایج جستجو"
2324
 
2325
+ #: ../admin/view/wp-slimstat-reports.php:1401
2326
  msgid ""
2327
  "Visitors who landed on your site after searching for a keyword on Google, "
2328
  "Yahoo, etc."
2329
  msgstr "کاربرانی که بعد از جستجو در موتورهای جستجو به سایت شما رسیده‌اند."
2330
 
2331
+ #: ../admin/view/wp-slimstat-reports.php:1405
2332
  msgid ""
2333
  "Used to differentiate between multiple requests to download a file from one "
2334
  "internet address (IP) and requests originating from many distinct addresses"
2336
  " این برای تشخیص دادن چندین درخواست بارگیری پرونده از یک آی پی ادرس و یا "
2337
  "درخواست از چند آی پی ادرس مختلف است."
2338
 
2339
+ #: ../admin/view/wp-slimstat-reports.php:1407
2340
  msgid "Last 30 minutes"
2341
  msgstr "۳۰ دقیقه اخیر"
2342
 
2343
+ #: ../admin/view/wp-slimstat-reports.php:1446
2344
  msgid ""
2345
  "A visit is a session of at most 30 minutes. Returning visitors are counted "
2346
  "multiple times if they perform multiple visits."
2348
  "هر بازدید یک جلسه است که حداکثر ۳۰ دقیقه میباشد. «بیننده دوباره» چند بار "
2349
  "شمارش میشود اگر چند بار بازدید کنند."
2350
 
2351
+ #: ../admin/view/wp-slimstat-reports.php:1450
2352
  msgid "It includes only traffic generated by human visitors."
2353
  msgstr "فقط شامل ترافیک انسانی میشود"
2354
 
2355
+ #: ../admin/view/wp-slimstat-reports.php:1452
2356
  msgid "Bounce rate"
2357
  msgstr "میزان وازده گی"
2358
 
2359
+ #: ../admin/view/wp-slimstat-reports.php:1454
2360
  msgid ""
2361
  "Percentage of single-page visits, i.e. visits in which the person left your "
2362
  "site from the entrance page."
2363
  msgstr "درصد بازدید «تک-صفحه» ها؛ یعنی بازدیدی که فقط «صفحه ورودی» بود."
2364
 
2365
+ #: ../admin/view/wp-slimstat-reports.php:1456
2366
  msgid "Known visitors"
2367
  msgstr "بیننده های آشنا"
2368
 
2369
+ #: ../admin/view/wp-slimstat-reports.php:1458
2370
  msgid "Visitors who had previously left a comment on your blog."
2371
  msgstr "بازدیدکنندگانی که قبلا در تارنامه نظر ثبت کرده‌اند"
2372
 
2373
+ #: ../admin/view/wp-slimstat-reports.php:1460
2374
  msgid "New visitors"
2375
  msgstr "بازدیدکنندگان جدید"
2376
 
2377
+ #: ../admin/view/wp-slimstat-reports.php:1462
2378
  msgid "Human users who visited your site only once."
2379
  msgstr "کاربرانی که فقط یک بار پایگاه شما را دیده‌اند."
2380
 
2381
+ #: ../admin/view/wp-slimstat-reports.php:1464
2382
  msgid "Bots"
2383
  msgstr "ربات‌ها"
2384
 
2385
+ #: ../admin/view/wp-slimstat-reports.php:1467
2386
  #, fuzzy
2387
  msgid "Pageviews per visit"
2388
  msgstr "صفحات در بازدید"
2389
 
2390
+ #: ../admin/view/wp-slimstat-reports.php:1470
2391
  msgid "Longest visit"
2392
  msgstr "طولانی‌ترین مشاهده صفحات"
2393
 
2394
+ #: ../admin/view/wp-slimstat-reports.php:1471
2395
  msgid "hits"
2396
  msgstr "مشاهدات"
2397
 
2398
+ #: ../admin/view/wp-slimstat-reports.php:1482
2399
  msgid "0 - 30 seconds"
2400
  msgstr "۰ تا ۳۰ ثانیه"
2401
 
2402
+ #: ../admin/view/wp-slimstat-reports.php:1488
2403
  msgid "31 - 60 seconds"
2404
  msgstr "۳۱ تا ۶۰ ثانیه"
2405
 
2406
+ #: ../admin/view/wp-slimstat-reports.php:1494
2407
  msgid "1 - 3 minutes"
2408
  msgstr "۱ تا ۳ دقیقه"
2409
 
2410
+ #: ../admin/view/wp-slimstat-reports.php:1500
2411
  msgid "3 - 5 minutes"
2412
  msgstr "۳ تا ۵ دقیقه"
2413
 
2414
+ #: ../admin/view/wp-slimstat-reports.php:1506
2415
  msgid "5 - 7 minutes"
2416
  msgstr "۵ تا ۷ دقیقه"
2417
 
2418
+ #: ../admin/view/wp-slimstat-reports.php:1512
2419
  msgid "7 - 10 minutes"
2420
  msgstr "۷ تا ۱۰ دقیقه"
2421
 
2422
+ #: ../admin/view/wp-slimstat-reports.php:1518
2423
  msgid "More than 10 minutes"
2424
  msgstr "بیش از ۱۰ دقیقه"
2425
 
2426
+ #: ../admin/view/wp-slimstat-reports.php:1530
2427
  #, fuzzy
2428
  msgid "Average visit duration"
2429
  msgstr "طول دوره بازدید"
2430
 
2431
+ #: ../admin/view/wp-slimstat-reports.php:1550
2432
  msgid "Unique Referrers"
2433
  msgstr "ارجاع‌دهنده‌های یکتا"
2434
 
2435
+ #: ../admin/view/wp-slimstat-reports.php:1552
2436
  msgid ""
2437
  "A referrer (or referring site) is the site that a visitor previously visited "
2438
  "before following a link to your site."
2439
  msgstr ""
2440
  "ارجاع دهنده (یا پایگاه ارجاع دهنده) که بیننده را به پایگاه شما پیوند زده است."
2441
 
2442
+ #: ../admin/view/wp-slimstat-reports.php:1554
2443
  msgid "Direct Pageviews"
2444
  msgstr "مشاهده صفحات بی‌واسطه"
2445
 
2446
+ #: ../admin/view/wp-slimstat-reports.php:1556
2447
  msgid ""
2448
  "Visitors who visited the site by typing the URL directly into their browser. "
2449
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
2454
  "کاربرانی که با استفاده از bookmarks/favorites، و یا از پیوندهایی در نامک و "
2455
  "مدارک که متغییر ردگیری ندارند نیز بشود."
2456
 
2457
+ #: ../admin/view/wp-slimstat-reports.php:1558
2458
  msgid "From a search result"
2459
  msgstr "از نتایج جستجو"
2460
 
2461
+ #: ../admin/view/wp-slimstat-reports.php:1560
2462
  msgid ""
2463
  "Visitors who came to your site via searches on Google or some other search "
2464
  "engine."
2465
  msgstr "کاربرانی که از گوگل یا سایر موتورهای جستجو به پایگاه شما آمده‌اند."
2466
 
2467
+ #: ../admin/view/wp-slimstat-reports.php:1562
2468
  msgid "Unique Landing Pages"
2469
  msgstr "صفحات فرودی خاص"
2470
 
2471
+ #: ../admin/view/wp-slimstat-reports.php:1564
2472
  msgid ""
2473
  "The first page that a user views during a session. This is also known as the "
2474
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
2479
  "به عنوان مثال اگر کاربری برای «بستنی» جستجو کند و در صفحه اصلی شما هدایت "
2480
  "شود، در آن جلسه به عنوان «صفحه ورودی» حساب میشود."
2481
 
2482
+ #: ../admin/view/wp-slimstat-reports.php:1566
2483
  msgid "Bounce Pages"
2484
  msgstr "صفحات وازده"
2485
 
2486
+ #: ../admin/view/wp-slimstat-reports.php:1568
2487
  #, fuzzy
2488
  msgid "Number of single page visits to your site over the selected period."
2489
  msgstr "تعداد بازدید «تک-صفحه» به پایگاه شما در بازه زمانی انتخاب شده."
2490
 
2491
+ #: ../admin/view/wp-slimstat-reports.php:1570
2492
  msgid "New Visitors Rate"
2493
  msgstr "میزان بازدیدکنندگان جدید"
2494
 
2495
+ #: ../admin/view/wp-slimstat-reports.php:1572
2496
  #, fuzzy
2497
  msgid ""
2498
  "Percentage of single page visits, i.e. visits in which the person left your "
2499
  "site from the entrance page."
2500
  msgstr "درصد بازدید «تک-صفحه» ها؛ یعنی بازدیدی که فقط «صفحه ورودی» بود."
2501
 
2502
+ #: ../admin/view/wp-slimstat-reports.php:1574
2503
  msgid "Currently from search engines"
2504
  msgstr "هم‌اکنون از موتورهای جستجو"
2505
 
2506
+ #: ../admin/view/wp-slimstat-reports.php:1576
2507
  msgid ""
2508
  "Visitors who visited the site in the last 5 minutes coming from a search "
2509
  "engine."
2510
  msgstr "کاربرانی که در ۵ دقیقه گذشته از یک موتور جستجو به پایگاه شما آمده‌اند."
2511
 
2512
+ #: ../admin/view/wp-slimstat-reports.php:1656
2513
+ msgid ""
2514
+ "Number of authority-passing links (including followed links and redirects, "
2515
+ "internal or external) to your website. Set the permalink filter here above "
2516
+ "to get the corresponding metrics in this report."
2517
+ msgstr ""
2518
 
2519
+ #: ../admin/view/wp-slimstat-reports.php:1657
2520
+ #, fuzzy
2521
+ msgid "Equity Links"
2522
+ msgstr "پیوند بیرونی"
2523
 
2524
+ #: ../admin/view/wp-slimstat-reports.php:1658
2525
+ #, fuzzy
2526
+ msgid "Number of external equity links to your website."
2527
  msgstr "تعداد صفحات که به گفته گوگل به پایگاه پیوند میدهند. "
2528
 
2529
+ #: ../admin/view/wp-slimstat-reports.php:1659
2530
+ #, fuzzy
2531
+ msgid "Backlinks"
2532
+ msgstr "فهرست سیاه"
 
 
 
 
 
 
 
 
 
2533
 
2534
+ #: ../admin/view/wp-slimstat-reports.php:1660
2535
  msgid ""
2536
+ "MozRank of the URL, in a normalized 10-point score. MozRank represents a "
2537
+ "link popularity score. It reflects the importance of any given web page on "
2538
+ "the Internet."
2539
+ msgstr ""
 
 
 
 
 
 
2540
 
2541
+ #: ../admin/view/wp-slimstat-reports.php:1661
2542
+ msgid "MozRank"
2543
+ msgstr ""
2544
 
2545
+ #: ../admin/view/wp-slimstat-reports.php:1662
2546
  msgid ""
2547
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
2548
  "traffic data."
2550
  "شرکت Alexa بخشی از Amazon.com میباشد که گزارش پایگاه های تبلیغاتی را انجام "
2551
  "میدهد."
2552
 
2553
+ #: ../admin/view/wp-slimstat-reports.php:1663
2554
  msgid "Alexa World Rank"
2555
  msgstr ""
2556
 
2557
+ #: ../admin/view/wp-slimstat-reports.php:1664
2558
  msgid "Alexa Country Rank"
2559
  msgstr ""
2560
 
2561
+ #: ../admin/view/wp-slimstat-reports.php:1665
2562
  msgid "Alexa Popularity"
2563
  msgstr ""
2564
 
2565
  #: ../admin/view/wp-slimstat-reports.php:1666
2566
+ msgid ""
2567
+ "How many times your site has been shared by someone on the social network."
2568
+ msgstr "چند بار پایگاه شما در شبکه های اجتماعی بخش شده است"
2569
+
2570
+ #: ../admin/view/wp-slimstat-reports.php:1667
2571
+ msgid "Facebook Shares"
2572
+ msgstr "بخش های فیسبوک"
2573
+
2574
+ #: ../admin/view/wp-slimstat-reports.php:1668
2575
+ msgid "How many times links to your website have been clicked on Facebook."
2576
+ msgstr "چند بار پایگاه شما در Facebook فشار داده شده است."
2577
+
2578
+ #: ../admin/view/wp-slimstat-reports.php:1669
2579
+ msgid "Facebook Clicks"
2580
+ msgstr "Facebook Clicks"
2581
+
2582
+ #: ../admin/view/wp-slimstat-reports.php:1680
2583
  msgid "Content Items"
2584
  msgstr " محتوا موردها"
2585
 
2586
+ #: ../admin/view/wp-slimstat-reports.php:1682
2587
  msgid ""
2588
  "This value includes not only posts, but also custom post types, regardless "
2589
  "of their status"
2590
  msgstr "این مقدار شامل همه ارسال ها میشود"
2591
 
2592
+ #: ../admin/view/wp-slimstat-reports.php:1684
2593
  #, fuzzy
2594
  msgid "Posts"
2595
  msgstr "برترین ارسال ها"
2596
 
2597
+ #: ../admin/view/wp-slimstat-reports.php:1687
2598
  #, fuzzy
2599
  msgid "Pages"
2600
  msgstr "برترین صفحات"
2601
 
2602
+ #: ../admin/view/wp-slimstat-reports.php:1690
2603
  msgid "Attachments"
2604
  msgstr ""
2605
 
2606
+ #: ../admin/view/wp-slimstat-reports.php:1693
2607
  #, fuzzy
2608
  msgid "Revisions"
2609
  msgstr "مجوزها"
2610
 
2611
+ #: ../admin/view/wp-slimstat-reports.php:1696
2612
  #, fuzzy
2613
  msgid "Comments"
2614
  msgstr "همه نظرها"
2615
 
2616
+ #: ../admin/view/wp-slimstat-reports.php:1699
2617
  #, fuzzy
2618
  msgid "Avg Comments per Post"
2619
  msgstr "میانگین نظر برای هر ارسال"
2620
 
2621
+ #: ../admin/view/wp-slimstat-reports.php:1702
2622
  msgid "Avg Server Latency"
2623
  msgstr ""
2624
 
2625
+ #: ../admin/view/wp-slimstat-reports.php:1704
2626
  msgid ""
2627
  "Latency is the amount of time it takes for the host server to receive and "
2628
  "process a request for a page object. The amount of latency depends largely "
2629
  "on how far away the user is from the server."
2630
  msgstr ""
2631
 
2632
+ #: ../admin/view/wp-slimstat-reports.php:1747
2633
  #, fuzzy
2634
  msgid "Coordinates"
2635
  msgstr " حالت ردگیری"
2636
 
2637
+ #: ../admin/view/wp-slimstat-reports.php:1747
2638
  msgid "Date"
2639
  msgstr ""
2640
 
2641
  # Unknown
2642
+ #: ../admin/view/wp-slimstat-reports.php:1763
2643
  msgid "c-xx"
2644
  msgstr "Unknown"
2645
 
2646
  # Afghanistan
2647
+ #: ../admin/view/wp-slimstat-reports.php:1763
2648
  msgid "c-af"
2649
  msgstr "Afghanistan"
2650
 
2651
  # Åland Islands
2652
+ #: ../admin/view/wp-slimstat-reports.php:1763
2653
  msgid "c-ax"
2654
  msgstr "Aland Islands"
2655
 
2656
  # Albania
2657
+ #: ../admin/view/wp-slimstat-reports.php:1763
2658
  msgid "c-al"
2659
  msgstr "Albania"
2660
 
2661
  # Algeria
2662
+ #: ../admin/view/wp-slimstat-reports.php:1763
2663
  msgid "c-dz"
2664
  msgstr "Algeria"
2665
 
2666
  # Andorra
2667
+ #: ../admin/view/wp-slimstat-reports.php:1763
2668
  msgid "c-ad"
2669
  msgstr "Andorra"
2670
 
2671
  # Angola
2672
+ #: ../admin/view/wp-slimstat-reports.php:1763
2673
  msgid "c-ao"
2674
  msgstr "Angola"
2675
 
2676
  # Anguilla
2677
+ #: ../admin/view/wp-slimstat-reports.php:1763
2678
  msgid "c-ai"
2679
  msgstr "Anguilla"
2680
 
2681
  # Antigua and Barbuda
2682
+ #: ../admin/view/wp-slimstat-reports.php:1763
2683
  msgid "c-ag"
2684
  msgstr "Antigua and Barbuda"
2685
 
2686
  # Argentina
2687
+ #: ../admin/view/wp-slimstat-reports.php:1763
2688
  msgid "c-ar"
2689
  msgstr "Argentina"
2690
 
2691
  # Armenia
2692
+ #: ../admin/view/wp-slimstat-reports.php:1763
2693
  msgid "c-am"
2694
  msgstr "Armenia"
2695
 
2696
  # Aruba
2697
+ #: ../admin/view/wp-slimstat-reports.php:1763
2698
  msgid "c-aw"
2699
  msgstr "Aruba"
2700
 
2701
  # Australia
2702
+ #: ../admin/view/wp-slimstat-reports.php:1763
2703
  msgid "c-au"
2704
  msgstr "Australia"
2705
 
2706
  # Austria
2707
+ #: ../admin/view/wp-slimstat-reports.php:1763
2708
  msgid "c-at"
2709
  msgstr "Austria"
2710
 
2711
  # Azerbaijan
2712
+ #: ../admin/view/wp-slimstat-reports.php:1763
2713
  msgid "c-az"
2714
  msgstr "Azerbaijan"
2715
 
2716
  # Bahamas
2717
+ #: ../admin/view/wp-slimstat-reports.php:1763
2718
  msgid "c-bs"
2719
  msgstr "Bahamas"
2720
 
2721
  # Bahrain
2722
+ #: ../admin/view/wp-slimstat-reports.php:1763
2723
  msgid "c-bh"
2724
  msgstr "Bahrain"
2725
 
2726
  # Bangladesh
2727
+ #: ../admin/view/wp-slimstat-reports.php:1763
2728
  msgid "c-bd"
2729
  msgstr "Bangladesh"
2730
 
2731
  # Barbados
2732
+ #: ../admin/view/wp-slimstat-reports.php:1763
2733
  msgid "c-bb"
2734
  msgstr "Barbados"
2735
 
2736
  # Belarus
2737
+ #: ../admin/view/wp-slimstat-reports.php:1763
2738
  msgid "c-by"
2739
  msgstr "Belarus"
2740
 
2741
  # Belgium
2742
+ #: ../admin/view/wp-slimstat-reports.php:1763
2743
  msgid "c-be"
2744
  msgstr "Belgium"
2745
 
2746
  # Belize
2747
+ #: ../admin/view/wp-slimstat-reports.php:1763
2748
  msgid "c-bz"
2749
  msgstr "Belize"
2750
 
2751
  # Benin
2752
+ #: ../admin/view/wp-slimstat-reports.php:1763
2753
  msgid "c-bj"
2754
  msgstr "Benin"
2755
 
2756
  # Bermuda
2757
+ #: ../admin/view/wp-slimstat-reports.php:1763
2758
  msgid "c-bm"
2759
  msgstr "Bermuda"
2760
 
2761
  # Bhutan
2762
+ #: ../admin/view/wp-slimstat-reports.php:1763
2763
  msgid "c-bt"
2764
  msgstr "Bhutan"
2765
 
2766
  # Bolivia
2767
+ #: ../admin/view/wp-slimstat-reports.php:1763
2768
  msgid "c-bo"
2769
  msgstr "Bolivia"
2770
 
2771
  # Bosnia and Herzegovina
2772
+ #: ../admin/view/wp-slimstat-reports.php:1763
2773
  msgid "c-ba"
2774
  msgstr "Bosnia and Herzegovina"
2775
 
2776
  # Botswana
2777
+ #: ../admin/view/wp-slimstat-reports.php:1763
2778
  msgid "c-bw"
2779
  msgstr "Botswana"
2780
 
2781
  # Brazil
2782
+ #: ../admin/view/wp-slimstat-reports.php:1763
2783
  msgid "c-br"
2784
  msgstr "Brazil"
2785
 
2786
  # Brunei Darussalam
2787
+ #: ../admin/view/wp-slimstat-reports.php:1763
2788
  msgid "c-bn"
2789
  msgstr "Brunei Darussalam"
2790
 
2791
  # Bulgaria
2792
+ #: ../admin/view/wp-slimstat-reports.php:1763
2793
  msgid "c-bg"
2794
  msgstr "Bulgaria"
2795
 
2796
  # Burkina Faso
2797
+ #: ../admin/view/wp-slimstat-reports.php:1763
2798
  msgid "c-bf"
2799
  msgstr "Burkina Faso"
2800
 
2801
  # Burundi
2802
+ #: ../admin/view/wp-slimstat-reports.php:1763
2803
  msgid "c-bi"
2804
  msgstr "Burundi"
2805
 
2806
  # Cambodia
2807
+ #: ../admin/view/wp-slimstat-reports.php:1763
2808
  msgid "c-kh"
2809
  msgstr "Cambodia"
2810
 
2811
  # Cameroon
2812
+ #: ../admin/view/wp-slimstat-reports.php:1763
2813
  msgid "c-cm"
2814
  msgstr "Cameroon"
2815
 
2816
  # Canada
2817
+ #: ../admin/view/wp-slimstat-reports.php:1763
2818
  msgid "c-ca"
2819
  msgstr "Canada"
2820
 
2821
  # Cape Verde
2822
+ #: ../admin/view/wp-slimstat-reports.php:1763
2823
  msgid "c-cv"
2824
  msgstr "Cape Verde"
2825
 
2826
  # Cayman Islands
2827
+ #: ../admin/view/wp-slimstat-reports.php:1763
2828
  msgid "c-ky"
2829
  msgstr "Cayman Islands"
2830
 
2831
  # Central African Republic
2832
+ #: ../admin/view/wp-slimstat-reports.php:1763
2833
  msgid "c-cf"
2834
  msgstr "Central African Republic"
2835
 
2836
  # Chad
2837
+ #: ../admin/view/wp-slimstat-reports.php:1763
2838
  msgid "c-td"
2839
  msgstr "Chad"
2840
 
2841
  # Chile
2842
+ #: ../admin/view/wp-slimstat-reports.php:1763
2843
  msgid "c-cl"
2844
  msgstr "Chile"
2845
 
2846
  # China
2847
+ #: ../admin/view/wp-slimstat-reports.php:1763
2848
  msgid "c-cn"
2849
  msgstr "China"
2850
 
2851
  # Colombia
2852
+ #: ../admin/view/wp-slimstat-reports.php:1763
2853
  msgid "c-co"
2854
  msgstr "Colombia"
2855
 
2856
  # Comoros
2857
+ #: ../admin/view/wp-slimstat-reports.php:1763
2858
  msgid "c-km"
2859
  msgstr "Comoros"
2860
 
2861
  # Congo
2862
+ #: ../admin/view/wp-slimstat-reports.php:1763
2863
  msgid "c-cg"
2864
  msgstr "Congo"
2865
 
2866
  # The Democratic Republic of the Congo
2867
+ #: ../admin/view/wp-slimstat-reports.php:1763
2868
  msgid "c-cd"
2869
  msgstr "The Democratic Republic of the Congo"
2870
 
2871
  # Costa Rica
2872
+ #: ../admin/view/wp-slimstat-reports.php:1763
2873
  msgid "c-cr"
2874
  msgstr "Costa Rica"
2875
 
2876
  # Côte d'Ivoire
2877
+ #: ../admin/view/wp-slimstat-reports.php:1763
2878
  msgid "c-ci"
2879
  msgstr "Côte d'Ivoire"
2880
 
2881
  # Croatia
2882
+ #: ../admin/view/wp-slimstat-reports.php:1763
2883
  msgid "c-hr"
2884
  msgstr "Croatia"
2885
 
2886
  # Cuba
2887
+ #: ../admin/view/wp-slimstat-reports.php:1763
2888
  msgid "c-cu"
2889
  msgstr "Cuba"
2890
 
2891
  # Cyprus
2892
+ #: ../admin/view/wp-slimstat-reports.php:1763
2893
  msgid "c-cy"
2894
  msgstr "Cyprus"
2895
 
2896
  # Czech Republic
2897
+ #: ../admin/view/wp-slimstat-reports.php:1763
2898
  msgid "c-cz"
2899
  msgstr "Czech Republic"
2900
 
2901
  # Denmark
2902
+ #: ../admin/view/wp-slimstat-reports.php:1763
2903
  msgid "c-dk"
2904
  msgstr "Denmark"
2905
 
2906
  # Djibouti
2907
+ #: ../admin/view/wp-slimstat-reports.php:1763
2908
  msgid "c-dj"
2909
  msgstr "Djibouti"
2910
 
2911
  # Dominica
2912
+ #: ../admin/view/wp-slimstat-reports.php:1763
2913
  msgid "c-dm"
2914
  msgstr "Dominica"
2915
 
2916
  # Dominican Republic
2917
+ #: ../admin/view/wp-slimstat-reports.php:1763
2918
  msgid "c-do"
2919
  msgstr "Dominican Republic"
2920
 
2921
  # Ecuador
2922
+ #: ../admin/view/wp-slimstat-reports.php:1763
2923
  msgid "c-ec"
2924
  msgstr "Ecuador"
2925
 
2926
  # Egypt
2927
+ #: ../admin/view/wp-slimstat-reports.php:1763
2928
  msgid "c-eg"
2929
  msgstr "Egypt"
2930
 
2931
  # El Salvador
2932
+ #: ../admin/view/wp-slimstat-reports.php:1763
2933
  msgid "c-sv"
2934
  msgstr "El Salvador"
2935
 
2936
  # Equatorial Guinea
2937
+ #: ../admin/view/wp-slimstat-reports.php:1763
2938
  msgid "c-gq"
2939
  msgstr "Equatorial Guinea"
2940
 
2941
  # Eritrea
2942
+ #: ../admin/view/wp-slimstat-reports.php:1763
2943
  msgid "c-er"
2944
  msgstr "Eritrea"
2945
 
2946
  # Estonia
2947
+ #: ../admin/view/wp-slimstat-reports.php:1763
2948
  msgid "c-ee"
2949
  msgstr "Estonia"
2950
 
2951
  # Ethiopia
2952
+ #: ../admin/view/wp-slimstat-reports.php:1763
2953
  msgid "c-et"
2954
  msgstr "Ethiopia"
2955
 
2956
  # Faroe Islands
2957
+ #: ../admin/view/wp-slimstat-reports.php:1763
2958
  msgid "c-fo"
2959
  msgstr "Faroe Islands"
2960
 
2961
  # Falkland Islands (Malvinas)
2962
+ #: ../admin/view/wp-slimstat-reports.php:1763
2963
  msgid "c-fk"
2964
  msgstr "Falkland Islands (Malvinas)"
2965
 
2966
  # Fiji
2967
+ #: ../admin/view/wp-slimstat-reports.php:1763
2968
  msgid "c-fj"
2969
  msgstr "Fiji"
2970
 
2971
  # Finland
2972
+ #: ../admin/view/wp-slimstat-reports.php:1763
2973
  msgid "c-fi"
2974
  msgstr "Finland"
2975
 
2976
  # France
2977
+ #: ../admin/view/wp-slimstat-reports.php:1763
2978
  msgid "c-fr"
2979
  msgstr "France"
2980
 
2981
  # French Guiana
2982
+ #: ../admin/view/wp-slimstat-reports.php:1763
2983
  msgid "c-gf"
2984
  msgstr "French Guiana"
2985
 
2986
  # Gabon
2987
+ #: ../admin/view/wp-slimstat-reports.php:1763
2988
  msgid "c-ga"
2989
  msgstr "Gabon"
2990
 
2991
  # Gambia
2992
+ #: ../admin/view/wp-slimstat-reports.php:1763
2993
  msgid "c-gm"
2994
  msgstr "Gambia"
2995
 
2996
  # Georgia
2997
+ #: ../admin/view/wp-slimstat-reports.php:1763
2998
  msgid "c-ge"
2999
  msgstr "Georgia"
3000
 
3001
  # Germany
3002
+ #: ../admin/view/wp-slimstat-reports.php:1763
3003
  msgid "c-de"
3004
  msgstr "Germany"
3005
 
3006
  # Ghana
3007
+ #: ../admin/view/wp-slimstat-reports.php:1763
3008
  msgid "c-gh"
3009
  msgstr "Ghana"
3010
 
3011
  # Greece
3012
+ #: ../admin/view/wp-slimstat-reports.php:1763
3013
  msgid "c-gr"
3014
  msgstr "Greece"
3015
 
3016
  # Greenland
3017
+ #: ../admin/view/wp-slimstat-reports.php:1763
3018
  msgid "c-gl"
3019
  msgstr "Greenland"
3020
 
3021
  # Grenada
3022
+ #: ../admin/view/wp-slimstat-reports.php:1763
3023
  msgid "c-gd"
3024
  msgstr "Grenada"
3025
 
3026
  # Guadeloupe
3027
+ #: ../admin/view/wp-slimstat-reports.php:1763
3028
  msgid "c-gp"
3029
  msgstr "Guadeloupe"
3030
 
3031
  # Guatemala
3032
+ #: ../admin/view/wp-slimstat-reports.php:1763
3033
  msgid "c-gt"
3034
  msgstr "Guatemala"
3035
 
3036
  # Guinea
3037
+ #: ../admin/view/wp-slimstat-reports.php:1763
3038
  msgid "c-gn"
3039
  msgstr "Guinea"
3040
 
3041
  # Guinea-Bissau
3042
+ #: ../admin/view/wp-slimstat-reports.php:1763
3043
  msgid "c-gw"
3044
  msgstr "Guinea-Bissau"
3045
 
3046
  # Guyana
3047
+ #: ../admin/view/wp-slimstat-reports.php:1763
3048
  msgid "c-gy"
3049
  msgstr "Guyana"
3050
 
3051
  # Haiti
3052
+ #: ../admin/view/wp-slimstat-reports.php:1763
3053
  msgid "c-ht"
3054
  msgstr "Haiti"
3055
 
3056
  # Honduras
3057
+ #: ../admin/view/wp-slimstat-reports.php:1763
3058
  msgid "c-hn"
3059
  msgstr "Honduras"
3060
 
3061
  # Hong Kong
3062
+ #: ../admin/view/wp-slimstat-reports.php:1763
3063
  msgid "c-hk"
3064
  msgstr "Hong Kong"
3065
 
3066
  # Hungary
3067
+ #: ../admin/view/wp-slimstat-reports.php:1763
3068
  msgid "c-hu"
3069
  msgstr "Hungary"
3070
 
3071
  # Iceland
3072
+ #: ../admin/view/wp-slimstat-reports.php:1763
3073
  msgid "c-is"
3074
  msgstr "Iceland"
3075
 
3076
  # India
3077
+ #: ../admin/view/wp-slimstat-reports.php:1763
3078
  msgid "c-in"
3079
  msgstr "India"
3080
 
3081
  # Indonesia
3082
+ #: ../admin/view/wp-slimstat-reports.php:1763
3083
  msgid "c-id"
3084
  msgstr "Indonesia"
3085
 
3086
  # Islamic Republic of Iran
3087
+ #: ../admin/view/wp-slimstat-reports.php:1763
3088
  msgid "c-ir"
3089
  msgstr "Islamic Republic of Iran"
3090
 
3091
  # Iraq
3092
+ #: ../admin/view/wp-slimstat-reports.php:1763
3093
  msgid "c-iq"
3094
  msgstr "Iraq"
3095
 
3096
  # Ireland
3097
+ #: ../admin/view/wp-slimstat-reports.php:1763
3098
  msgid "c-ie"
3099
  msgstr "Ireland"
3100
 
3101
  # Israel
3102
+ #: ../admin/view/wp-slimstat-reports.php:1763
3103
  msgid "c-il"
3104
  msgstr "Israel"
3105
 
3106
  # Italy
3107
+ #: ../admin/view/wp-slimstat-reports.php:1763
3108
  msgid "c-it"
3109
  msgstr "Italy"
3110
 
3111
  # Jamaica
3112
+ #: ../admin/view/wp-slimstat-reports.php:1763
3113
  msgid "c-jm"
3114
  msgstr "Jamaica"
3115
 
3116
  # Japan
3117
+ #: ../admin/view/wp-slimstat-reports.php:1763
3118
  msgid "c-jp"
3119
  msgstr "Japan"
3120
 
3121
  # Jordan
3122
+ #: ../admin/view/wp-slimstat-reports.php:1763
3123
  msgid "c-jo"
3124
  msgstr "Jordan"
3125
 
3126
  # Kazakhstan
3127
+ #: ../admin/view/wp-slimstat-reports.php:1763
3128
  msgid "c-kz"
3129
  msgstr "Kazakhstan"
3130
 
3131
  # Kenya
3132
+ #: ../admin/view/wp-slimstat-reports.php:1763
3133
  msgid "c-ke"
3134
  msgstr "Kenya"
3135
 
3136
  # Nauru
3137
+ #: ../admin/view/wp-slimstat-reports.php:1763
3138
  msgid "c-nr"
3139
  msgstr "Nauru"
3140
 
3141
  # Democratic People's Republic of Korea
3142
+ #: ../admin/view/wp-slimstat-reports.php:1763
3143
  msgid "c-kp"
3144
  msgstr "Democratic People's Republic of Korea"
3145
 
3146
  # Republic of Korea
3147
+ #: ../admin/view/wp-slimstat-reports.php:1763
3148
  msgid "c-kr"
3149
  msgstr "Republic of Korea"
3150
 
3151
+ #: ../admin/view/wp-slimstat-reports.php:1763
3152
  msgid "c-kv"
3153
  msgstr ""
3154
 
3155
  # Kuwait
3156
+ #: ../admin/view/wp-slimstat-reports.php:1763
3157
  msgid "c-kw"
3158
  msgstr "Kuwait"
3159
 
3160
  # Kyrgyzstan
3161
+ #: ../admin/view/wp-slimstat-reports.php:1763
3162
  msgid "c-kg"
3163
  msgstr "Kyrgyzstan"
3164
 
3165
  # Lao People's Democratic Republic
3166
+ #: ../admin/view/wp-slimstat-reports.php:1763
3167
  msgid "c-la"
3168
  msgstr "Lao People's Democratic Republic"
3169
 
3170
  # Latvia
3171
+ #: ../admin/view/wp-slimstat-reports.php:1763
3172
  msgid "c-lv"
3173
  msgstr "Latvia"
3174
 
3175
  # Lebanon
3176
+ #: ../admin/view/wp-slimstat-reports.php:1763
3177
  msgid "c-lb"
3178
  msgstr "Lebanon"
3179
 
3180
  # Lesotho
3181
+ #: ../admin/view/wp-slimstat-reports.php:1763
3182
  msgid "c-ls"
3183
  msgstr "Lesotho"
3184
 
3185
  # Liberia
3186
+ #: ../admin/view/wp-slimstat-reports.php:1763
3187
  msgid "c-lr"
3188
  msgstr "Liberia"
3189
 
3190
  # Libyan Arab Jamahiriya
3191
+ #: ../admin/view/wp-slimstat-reports.php:1763
3192
  msgid "c-ly"
3193
  msgstr "Libyan Arab Jamahiriya"
3194
 
3195
  # Liechtenstein
3196
+ #: ../admin/view/wp-slimstat-reports.php:1763
3197
  msgid "c-li"
3198
  msgstr "Liechtenstein"
3199
 
3200
  # Lithuania
3201
+ #: ../admin/view/wp-slimstat-reports.php:1763
3202
  msgid "c-lt"
3203
  msgstr "Lithuania"
3204
 
3205
  # Luxembourg
3206
+ #: ../admin/view/wp-slimstat-reports.php:1763
3207
  msgid "c-lu"
3208
  msgstr "Luxembourg"
3209
 
3210
  # The Former Yugoslav Republic of Macedonia
3211
+ #: ../admin/view/wp-slimstat-reports.php:1763
3212
  msgid "c-mk"
3213
  msgstr "The Former Yugoslav Republic of Macedonia"
3214
 
3215
  # Madagascar
3216
+ #: ../admin/view/wp-slimstat-reports.php:1763
3217
  msgid "c-mg"
3218
  msgstr "Madagascar"
3219
 
3220
  # Malawi
3221
+ #: ../admin/view/wp-slimstat-reports.php:1763
3222
  msgid "c-mw"
3223
  msgstr "Malawi"
3224
 
3225
  # Malaysia
3226
+ #: ../admin/view/wp-slimstat-reports.php:1763
3227
  msgid "c-my"
3228
  msgstr "Malaysia"
3229
 
3230
  # Mali
3231
+ #: ../admin/view/wp-slimstat-reports.php:1763
3232
  msgid "c-ml"
3233
  msgstr "Mali"
3234
 
3235
  # Malta
3236
+ #: ../admin/view/wp-slimstat-reports.php:1763
3237
  msgid "c-mt"
3238
  msgstr "Malta"
3239
 
3240
  # Martinique
3241
+ #: ../admin/view/wp-slimstat-reports.php:1763
3242
  msgid "c-mq"
3243
  msgstr "Martinique"
3244
 
3245
  # Mauritania
3246
+ #: ../admin/view/wp-slimstat-reports.php:1763
3247
  msgid "c-mr"
3248
  msgstr "Mauritania"
3249
 
3250
  # Mauritius
3251
+ #: ../admin/view/wp-slimstat-reports.php:1763
3252
  msgid "c-mu"
3253
  msgstr "Mauritius"
3254
 
3255
  # Mexico
3256
+ #: ../admin/view/wp-slimstat-reports.php:1763
3257
  msgid "c-mx"
3258
  msgstr "Mexico"
3259
 
3260
  # Moldova
3261
+ #: ../admin/view/wp-slimstat-reports.php:1763
3262
  msgid "c-md"
3263
  msgstr "Moldova"
3264
 
3265
  # Mongolia
3266
+ #: ../admin/view/wp-slimstat-reports.php:1763
3267
  msgid "c-mn"
3268
  msgstr "Mongolia"
3269
 
3270
  # Montenegro
3271
+ #: ../admin/view/wp-slimstat-reports.php:1763
3272
  msgid "c-me"
3273
  msgstr "Montenegro"
3274
 
3275
  # Montserrat
3276
+ #: ../admin/view/wp-slimstat-reports.php:1763
3277
  msgid "c-ms"
3278
  msgstr "Montserrat"
3279
 
3280
  # Morocco
3281
+ #: ../admin/view/wp-slimstat-reports.php:1763
3282
  msgid "c-ma"
3283
  msgstr "Morocco"
3284
 
3285
  # Mozambique
3286
+ #: ../admin/view/wp-slimstat-reports.php:1763
3287
  msgid "c-mz"
3288
  msgstr "Mozambique"
3289
 
3290
  # Myanmar
3291
+ #: ../admin/view/wp-slimstat-reports.php:1763
3292
  msgid "c-mm"
3293
  msgstr "Myanmar"
3294
 
3295
  # Namibia
3296
+ #: ../admin/view/wp-slimstat-reports.php:1763
3297
  msgid "c-na"
3298
  msgstr "Namibia"
3299
 
3300
  # Nepal
3301
+ #: ../admin/view/wp-slimstat-reports.php:1763
3302
  msgid "c-np"
3303
  msgstr "Nepal"
3304
 
3305
  # Netherlands
3306
+ #: ../admin/view/wp-slimstat-reports.php:1763
3307
  msgid "c-nl"
3308
  msgstr "Netherlands"
3309
 
3310
  # New Caledonia
3311
+ #: ../admin/view/wp-slimstat-reports.php:1763
3312
  msgid "c-nc"
3313
  msgstr "New Caledonia"
3314
 
3315
  # New Zealand
3316
+ #: ../admin/view/wp-slimstat-reports.php:1763
3317
  msgid "c-nz"
3318
  msgstr "New Zealand"
3319
 
3320
  # Nicaragua
3321
+ #: ../admin/view/wp-slimstat-reports.php:1763
3322
  msgid "c-ni"
3323
  msgstr "Nicaragua"
3324
 
3325
  # Niger
3326
+ #: ../admin/view/wp-slimstat-reports.php:1763
3327
  msgid "c-ne"
3328
  msgstr "Niger"
3329
 
3330
  # Nigeria
3331
+ #: ../admin/view/wp-slimstat-reports.php:1763
3332
  msgid "c-ng"
3333
  msgstr "Nigeria"
3334
 
3335
  # Norway
3336
+ #: ../admin/view/wp-slimstat-reports.php:1763
3337
  msgid "c-no"
3338
  msgstr "Norway"
3339
 
3340
  # Oman
3341
+ #: ../admin/view/wp-slimstat-reports.php:1763
3342
  msgid "c-om"
3343
  msgstr "Oman"
3344
 
3345
  # Pakistan
3346
+ #: ../admin/view/wp-slimstat-reports.php:1763
3347
  msgid "c-pk"
3348
  msgstr "Pakistan"
3349
 
3350
  # Palau
3351
+ #: ../admin/view/wp-slimstat-reports.php:1763
3352
  msgid "c-pw"
3353
  msgstr "Palau"
3354
 
3355
  # Occupied Palestinian Territory
3356
+ #: ../admin/view/wp-slimstat-reports.php:1763
3357
  msgid "c-ps"
3358
  msgstr "Occupied Palestinian Territory"
3359
 
3360
  # Panama
3361
+ #: ../admin/view/wp-slimstat-reports.php:1763
3362
  msgid "c-pa"
3363
  msgstr "Panama"
3364
 
3365
  # Papua New Guinea
3366
+ #: ../admin/view/wp-slimstat-reports.php:1763
3367
  msgid "c-pg"
3368
  msgstr "Papua New Guinea"
3369
 
3370
  # Paraguay
3371
+ #: ../admin/view/wp-slimstat-reports.php:1763
3372
  msgid "c-py"
3373
  msgstr "Paraguay"
3374
 
3375
  # Peru
3376
+ #: ../admin/view/wp-slimstat-reports.php:1763
3377
  msgid "c-pe"
3378
  msgstr "Peru"
3379
 
3380
  # Philippines
3381
+ #: ../admin/view/wp-slimstat-reports.php:1763
3382
  msgid "c-ph"
3383
  msgstr "Philippines"
3384
 
3385
  # Poland
3386
+ #: ../admin/view/wp-slimstat-reports.php:1763
3387
  msgid "c-pl"
3388
  msgstr "Poland"
3389
 
3390
  # Portugal
3391
+ #: ../admin/view/wp-slimstat-reports.php:1763
3392
  msgid "c-pt"
3393
  msgstr "Portugal"
3394
 
3395
  # Puerto Rico
3396
+ #: ../admin/view/wp-slimstat-reports.php:1763
3397
  msgid "c-pr"
3398
  msgstr "Puerto Rico"
3399
 
3400
  # Qatar
3401
+ #: ../admin/view/wp-slimstat-reports.php:1763
3402
  msgid "c-qa"
3403
  msgstr "Qatar"
3404
 
3405
  # Réunion
3406
+ #: ../admin/view/wp-slimstat-reports.php:1763
3407
  msgid "c-re"
3408
  msgstr "Réunion"
3409
 
3410
  # Romania
3411
+ #: ../admin/view/wp-slimstat-reports.php:1763
3412
  msgid "c-ro"
3413
  msgstr "Romania"
3414
 
3415
  # Russian Federation
3416
+ #: ../admin/view/wp-slimstat-reports.php:1763
3417
  msgid "c-ru"
3418
  msgstr "Russian Federation"
3419
 
3420
  # Rwanda
3421
+ #: ../admin/view/wp-slimstat-reports.php:1763
3422
  msgid "c-rw"
3423
  msgstr "Rwanda"
3424
 
3425
  # Saint Kitts and Nevis
3426
+ #: ../admin/view/wp-slimstat-reports.php:1763
3427
  msgid "c-kn"
3428
  msgstr "Saint Kitts and Nevis"
3429
 
3430
  # Saint Lucia
3431
+ #: ../admin/view/wp-slimstat-reports.php:1763
3432
  msgid "c-lc"
3433
  msgstr "Saint Lucia"
3434
 
3435
  # Saint Martin
3436
+ #: ../admin/view/wp-slimstat-reports.php:1763
3437
  msgid "c-mf"
3438
  msgstr "Saint Martin"
3439
 
3440
  # Saint Vincent and the Grenadines
3441
+ #: ../admin/view/wp-slimstat-reports.php:1763
3442
  msgid "c-vc"
3443
  msgstr "Saint Vincent and the Grenadines"
3444
 
3445
  # Samoa
3446
+ #: ../admin/view/wp-slimstat-reports.php:1763
3447
  msgid "c-ws"
3448
  msgstr "Samoa"
3449
 
3450
  # Sao Tome and Principe
3451
+ #: ../admin/view/wp-slimstat-reports.php:1763
3452
  msgid "c-st"
3453
  msgstr "Sao Tome and Principe"
3454
 
3455
  # Saudi Arabia
3456
+ #: ../admin/view/wp-slimstat-reports.php:1763
3457
  msgid "c-sa"
3458
  msgstr "Saudi Arabia"
3459
 
3460
  # Senegal
3461
+ #: ../admin/view/wp-slimstat-reports.php:1763
3462
  msgid "c-sn"
3463
  msgstr "Senegal"
3464
 
3465
  # Serbia
3466
+ #: ../admin/view/wp-slimstat-reports.php:1763
3467
  msgid "c-rs"
3468
  msgstr "Serbia"
3469
 
3470
  # Sierra Leone
3471
+ #: ../admin/view/wp-slimstat-reports.php:1763
3472
  msgid "c-sl"
3473
  msgstr "Sierra Leone"
3474
 
3475
  # Singapore
3476
+ #: ../admin/view/wp-slimstat-reports.php:1763
3477
  msgid "c-sg"
3478
  msgstr "Singapore"
3479
 
3480
  # Slovakia
3481
+ #: ../admin/view/wp-slimstat-reports.php:1763
3482
  msgid "c-sk"
3483
  msgstr "Slovakia"
3484
 
3485
  # Slovenia
3486
+ #: ../admin/view/wp-slimstat-reports.php:1763
3487
  msgid "c-si"
3488
  msgstr "Slovenia"
3489
 
3490
  # Solomon Islands
3491
+ #: ../admin/view/wp-slimstat-reports.php:1763
3492
  msgid "c-sb"
3493
  msgstr "Solomon Islands"
3494
 
3495
  # Somalia
3496
+ #: ../admin/view/wp-slimstat-reports.php:1763
3497
  msgid "c-so"
3498
  msgstr "Somalia"
3499
 
3500
  # South Africa
3501
+ #: ../admin/view/wp-slimstat-reports.php:1763
3502
  msgid "c-za"
3503
  msgstr "South Africa"
3504
 
3505
  # South Georgia and the South Sandwich Islands
3506
+ #: ../admin/view/wp-slimstat-reports.php:1763
3507
  msgid "c-gs"
3508
  msgstr "South Georgia and the South Sandwich Islands"
3509
 
3510
  # Spain
3511
+ #: ../admin/view/wp-slimstat-reports.php:1763
3512
  msgid "c-es"
3513
  msgstr "Spain"
3514
 
3515
  # Sri Lanka
3516
+ #: ../admin/view/wp-slimstat-reports.php:1763
3517
  msgid "c-lk"
3518
  msgstr "Sri Lanka"
3519
 
3520
+ #: ../admin/view/wp-slimstat-reports.php:1763
3521
  msgid "c-sc"
3522
  msgstr "Seychelles"
3523
 
3524
  # Sudan
3525
+ #: ../admin/view/wp-slimstat-reports.php:1763
3526
  msgid "c-sd"
3527
  msgstr "Sudan"
3528
 
3529
+ #: ../admin/view/wp-slimstat-reports.php:1763
3530
  msgid "c-ss"
3531
  msgstr ""
3532
 
3533
  # Suriname
3534
+ #: ../admin/view/wp-slimstat-reports.php:1763
3535
  msgid "c-sr"
3536
  msgstr "Suriname"
3537
 
3538
  # Svalbard and Jan Mayen
3539
+ #: ../admin/view/wp-slimstat-reports.php:1763
3540
  msgid "c-sj"
3541
  msgstr "Svalbard and Jan Mayen"
3542
 
3543
  # Swaziland
3544
+ #: ../admin/view/wp-slimstat-reports.php:1763
3545
  msgid "c-sz"
3546
  msgstr "Swaziland"
3547
 
3548
  # Sweden
3549
+ #: ../admin/view/wp-slimstat-reports.php:1763
3550
  msgid "c-se"
3551
  msgstr "Sweden"
3552
 
3553
  # Switzerland
3554
+ #: ../admin/view/wp-slimstat-reports.php:1763
3555
  msgid "c-ch"
3556
  msgstr "Switzerland"
3557
 
3558
  # Syrian Arab Republic
3559
+ #: ../admin/view/wp-slimstat-reports.php:1763
3560
  msgid "c-sy"
3561
  msgstr "Syrian Arab Republic"
3562
 
3563
  # Taiwan, Province of China
3564
+ #: ../admin/view/wp-slimstat-reports.php:1763
3565
  msgid "c-tw"
3566
  msgstr "Taiwan"
3567
 
3568
  # Tajikistan
3569
+ #: ../admin/view/wp-slimstat-reports.php:1763
3570
  msgid "c-tj"
3571
  msgstr "Tajikistan"
3572
 
3573
  # United Republic of Tanzania
3574
+ #: ../admin/view/wp-slimstat-reports.php:1763
3575
  msgid "c-tz"
3576
  msgstr "United Republic of Tanzania"
3577
 
3578
  # Thailand
3579
+ #: ../admin/view/wp-slimstat-reports.php:1763
3580
  msgid "c-th"
3581
  msgstr "Thailand"
3582
 
3583
  # Timor-Leste
3584
+ #: ../admin/view/wp-slimstat-reports.php:1763
3585
  msgid "c-tl"
3586
  msgstr "Timor-Leste"
3587
 
3588
  # Togo
3589
+ #: ../admin/view/wp-slimstat-reports.php:1763
3590
  msgid "c-tg"
3591
  msgstr "Togo"
3592
 
3593
  # Tonga
3594
+ #: ../admin/view/wp-slimstat-reports.php:1763
3595
  msgid "c-to"
3596
  msgstr "Tonga"
3597
 
3598
  # Trinidad and Tobago
3599
+ #: ../admin/view/wp-slimstat-reports.php:1763
3600
  msgid "c-tt"
3601
  msgstr "Trinidad and Tobago"
3602
 
3603
  # Tunisia
3604
+ #: ../admin/view/wp-slimstat-reports.php:1763
3605
  msgid "c-tn"
3606
  msgstr "Tunisia"
3607
 
3608
  # Turkey
3609
+ #: ../admin/view/wp-slimstat-reports.php:1763
3610
  msgid "c-tr"
3611
  msgstr "Turkey"
3612
 
3613
  # Turkmenistan
3614
+ #: ../admin/view/wp-slimstat-reports.php:1763
3615
  msgid "c-tm"
3616
  msgstr "Turkmenistan"
3617
 
3618
  # Turks and Caicos Islands
3619
+ #: ../admin/view/wp-slimstat-reports.php:1763
3620
  msgid "c-tc"
3621
  msgstr "Turks and Caicos Islands"
3622
 
3623
  # Uganda
3624
+ #: ../admin/view/wp-slimstat-reports.php:1763
3625
  msgid "c-ug"
3626
  msgstr "Uganda"
3627
 
3628
  # Ukraine
3629
+ #: ../admin/view/wp-slimstat-reports.php:1763
3630
  msgid "c-ua"
3631
  msgstr "Ukraine"
3632
 
3633
  # United Arab Emirates
3634
+ #: ../admin/view/wp-slimstat-reports.php:1763
3635
  msgid "c-ae"
3636
  msgstr "United Arab Emirates"
3637
 
3638
  # United Kingdom
3639
+ #: ../admin/view/wp-slimstat-reports.php:1763
3640
  msgid "c-gb"
3641
  msgstr "United Kingdom"
3642
 
3643
  # United States
3644
+ #: ../admin/view/wp-slimstat-reports.php:1763
3645
  msgid "c-us"
3646
  msgstr "United States"
3647
 
3648
  # Uruguay
3649
+ #: ../admin/view/wp-slimstat-reports.php:1763
3650
  msgid "c-uy"
3651
  msgstr "Uruguay"
3652
 
3653
  # Uzbekistan
3654
+ #: ../admin/view/wp-slimstat-reports.php:1763
3655
  msgid "c-uz"
3656
  msgstr "Uzbekistan"
3657
 
3658
  # Vanuatu
3659
+ #: ../admin/view/wp-slimstat-reports.php:1763
3660
  msgid "c-vu"
3661
  msgstr "Vanuatu"
3662
 
3663
  # Venezuela
3664
+ #: ../admin/view/wp-slimstat-reports.php:1763
3665
  msgid "c-ve"
3666
  msgstr "Venezuela"
3667
 
3668
  # Viet Nam
3669
+ #: ../admin/view/wp-slimstat-reports.php:1763
3670
  msgid "c-vn"
3671
  msgstr "Viet Nam"
3672
 
3673
  # British Virgin Islands
3674
+ #: ../admin/view/wp-slimstat-reports.php:1763
3675
  msgid "c-vg"
3676
  msgstr "British Virgin Islands"
3677
 
3678
  # U.S. Virgin Islands
3679
+ #: ../admin/view/wp-slimstat-reports.php:1763
3680
  msgid "c-vi"
3681
  msgstr "U.S. Virgin Islands"
3682
 
3683
  # Western Sahara
3684
+ #: ../admin/view/wp-slimstat-reports.php:1763
3685
  msgid "c-eh"
3686
  msgstr "Western Sahara"
3687
 
3688
  # Yemen
3689
+ #: ../admin/view/wp-slimstat-reports.php:1763
3690
  msgid "c-ye"
3691
  msgstr "Yemen"
3692
 
3693
  # Zambia
3694
+ #: ../admin/view/wp-slimstat-reports.php:1763
3695
  msgid "c-zm"
3696
  msgstr "Zambia"
3697
 
3698
  # Zimbabwe
3699
+ #: ../admin/view/wp-slimstat-reports.php:1763
3700
  msgid "c-zw"
3701
  msgstr "Zimbabwe"
3702
 
3703
  # Guernsey
3704
+ #: ../admin/view/wp-slimstat-reports.php:1763
3705
  msgid "c-gg"
3706
  msgstr "Guernsey"
3707
 
3708
  # Jersey
3709
+ #: ../admin/view/wp-slimstat-reports.php:1763
3710
  msgid "c-je"
3711
  msgstr "Jersey"
3712
 
3713
  # Isle of Man
3714
+ #: ../admin/view/wp-slimstat-reports.php:1763
3715
  msgid "c-im"
3716
  msgstr "Isle of Man"
3717
 
3718
  # Maldives
3719
+ #: ../admin/view/wp-slimstat-reports.php:1763
3720
  msgid "c-mv"
3721
  msgstr "Maldives"
3722
 
3723
+ #: ../admin/view/wp-slimstat-reports.php:1764
3724
  msgid "c-eu"
3725
  msgstr ""
3726
 
3727
+ #: ../admin/view/wp-slimstat-reports.php:1841
3728
  msgid "src"
3729
  msgstr "منبع"
3730
 
3731
+ #: ../admin/view/wp-slimstat-reports.php:1845
3732
  msgid "serp"
3733
  msgstr ""
3734
 
3735
+ #: ../admin/view/wp-slimstat-reports.php:1853
3736
  msgid "Go to the referring page"
3737
  msgstr "برو به صفحه ارجاع‌دهنده"
3738
 
3739
+ #: ../admin/view/wp-slimstat-reports.php:1875
3740
  msgid "Remove filter for"
3741
  msgstr "حذف فیلترها از"
3742
 
3743
+ #: ../admin/view/wp-slimstat-reports.php:1879
3744
  msgid "Save"
3745
  msgstr ""
3746
 
3747
+ #: ../admin/view/wp-slimstat-reports.php:1882
3748
  msgid "Reset All"
3749
  msgstr "بازنشانی همه"
3750
 
3751
+ #: ../admin/view/wp-slimstat-reports.php:1886
3752
  msgid "Current filters:"
3753
  msgstr "فیلترهای جاری:"
3754
 
3783
  msgid "Inactive Reports"
3784
  msgstr "تنظیم مجدد گزارش ها"
3785
 
3786
+ #: ../admin/wp-slimstat-admin.php:566
3787
  msgid "SlimStat"
3788
  msgstr "SlimStat"
3789
 
3790
+ #: ../admin/wp-slimstat-admin.php:624
3791
  #, fuzzy
3792
  msgid "Slimstat"
3793
  msgstr "SlimStat"
3794
 
3795
+ #: ../admin/wp-slimstat-admin.php:713
3796
  #, fuzzy
3797
  msgid "Pageviews in the last "
3798
  msgstr "مشاهده صفحات (نمودار)"
3799
 
3800
+ #: ../admin/wp-slimstat-admin.php:716
3801
  #, fuzzy
3802
  msgid "Unique IPs in the last "
3803
  msgstr "آی‌پی‌های یکتا"
3804
 
3805
+ #: ../admin/wp-slimstat-admin.php:749
3806
+ #, php-format
3807
+ msgid ""
3808
+ " And for keeping an eye on your web traffic with %sSlimStat Analytics%s."
3809
+ msgstr ""
3810
+
3811
+ #: ../admin/wp-slimstat-admin.php:774
3812
  msgid "Show on screen"
3813
  msgstr "روی صفحه نشان بده"
3814
 
3815
+ #: ../admin/wp-slimstat-admin.php:855
3816
  msgid "Already saved"
3817
  msgstr ""
3818
 
3819
+ #: ../admin/wp-slimstat-admin.php:863
3820
  msgid "Saved"
3821
  msgstr ""
3822
 
3823
+ #: ../admin/wp-slimstat-admin.php:883
3824
  #, fuzzy
3825
  msgid "Delete this filter"
3826
  msgstr "حذف بازدید‌ها وقتی"
3827
 
3828
+ #: ../admin/wp-slimstat-admin.php:927
3829
  msgid "There was an error updating the following options:"
3830
  msgstr "خطایی در به‌روزرسانی این موارد رخ داد:"
3831
 
3832
+ #: ../admin/wp-slimstat-admin.php:930
3833
  #, fuzzy
3834
  msgid "Your changes have been saved."
3835
  msgstr "تنظیمات شما با موفقیت به روز شد."
3836
 
3837
+ #: ../admin/wp-slimstat-admin.php:953
3838
  msgid "Save Changes"
3839
  msgstr "ذخیره‌ی تغییرات"
3840
 
3841
+ #: ../admin/wp-slimstat-admin.php:969
3842
  msgid "Definitions"
3843
  msgstr "تعاریف"
3844
 
3845
+ #: ../admin/wp-slimstat-admin.php:972
3846
  msgid "Pageview"
3847
  msgstr "بازدید"
3848
 
3849
+ #: ../admin/wp-slimstat-admin.php:972
3850
  #, fuzzy
3851
  msgid ""
3852
  "A request to load a single HTML file (\"page\"). This should be contrasted "
3857
  "\"hit\" تفاوت دارد. این برنامه هر بازدید را بعد از اجرای برنامه ردگیری ثبت "
3858
  "میکند. "
3859
 
3860
+ #: ../admin/wp-slimstat-admin.php:973
3861
  msgid "(Human) Visit"
3862
  msgstr "بیننده (انسانی)"
3863
 
3864
+ #: ../admin/wp-slimstat-admin.php:973
3865
  msgid ""
3866
  "A period of interaction between a visitor's browser and your website, ending "
3867
  "when the browser is closed or when the user has been inactive on that site "
3870
  "تراکنش بین مرورگر ردگیری و پایگاه شما به پایان رسید وقتی که مرورگر بسته شده "
3871
  "و یا کاربر به مدت سی دقیقه غیر فعال شده است."
3872
 
3873
+ #: ../admin/wp-slimstat-admin.php:974
3874
  msgid ""
3875
  "Any user who has left a comment on your blog, and is thus identified by "
3876
  "Wordpress as a returning visitor"
3878
  "هر کاربری که در تارنامه شما نظر گذاشته توسط وردپرس به عنوان «بیننده دوباره» "
3879
  "شناخته میشود"
3880
 
3881
+ #: ../admin/wp-slimstat-admin.php:975
3882
  msgid "Unique IP"
3883
  msgstr "آی‌پی یکتا"
3884
 
3885
+ #: ../admin/wp-slimstat-admin.php:975
3886
  msgid ""
3887
  "Used to differentiate between multiple requests to download a file from one "
3888
  "internet address (IP) and requests originating from many distinct addresses; "
3893
  "درخواست از چند آی پی ادرس مختلف میباشد؛ چون این اندازه گیری فقط نشانگر آدرس "
3894
  "هر بازدید است، مفید میباشد ولی دقیق نیست."
3895
 
3896
+ #: ../admin/wp-slimstat-admin.php:976
3897
  msgid ""
3898
  "the originating IP address of a client connecting to a web server through an "
3899
  "HTTP proxy or load balancer"
3900
  msgstr ""
3901
  "ای پی منشا که کاربر را از طریق HTTP proxy و یا load balancer مرتبط کرده"
3902
 
3903
+ #: ../admin/wp-slimstat-admin.php:977
3904
  msgid "Direct Traffic"
3905
  msgstr "ترافیک مستقیم"
3906
 
3907
+ #: ../admin/wp-slimstat-admin.php:977
3908
  msgid ""
3909
  "All those people showing up to your Web site by typing in the URL of your "
3910
  "Web site coming or from a bookmark; some people also call this \"default "
3913
  " تمامی کاربرانی که با وارد کردن نشانی مستقیم تارنما و یا استفاده از بوک مارک "
3914
  "از تارنما بازدید میکنند."
3915
 
3916
+ #: ../admin/wp-slimstat-admin.php:978
3917
  msgid "Search Engine"
3918
  msgstr "موتور جستجو"
3919
 
3920
+ #: ../admin/wp-slimstat-admin.php:978
3921
  msgid ""
3922
  "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
3923
  "as well as your paid (PPC/SEM) traffic, so be aware of that"
3925
  "ترافیک مرتبط با نتایج موتور جستجو (organic) و همچنین ترافیک بدست آمده توسط "
3926
  "تبلیغات در موتورهای جستجو اینجا درهم است"
3927
 
3928
+ #: ../admin/wp-slimstat-admin.php:979 ../admin/wp-slimstat-admin.php:995
3929
  msgid "Keywords used by your visitors to find your website on a search engine"
3930
  msgstr ""
3931
  "کلمات کلیدی که کاربران شما به وسیله‌ی آن‌ها از موتورهای جستجو، پایگاه شما را "
3932
  "یافته‌اند."
3933
 
3934
+ #: ../admin/wp-slimstat-admin.php:980
3935
  msgid "SERP"
3936
  msgstr ""
3937
 
3938
+ #: ../admin/wp-slimstat-admin.php:980
3939
  msgid ""
3940
  "Short for search engine results page, the Web page that a search engine "
3941
  "returns with the results of its search. The value shown represents your rank "
3942
  "(or position) within that list of results"
3943
  msgstr " این مقدار نشان دهنده رتبه شما در فهرست نتایج موتور جستجو میباشد."
3944
 
3945
+ #: ../admin/wp-slimstat-admin.php:981
3946
  msgid ""
3947
  "Any program used for accessing a website; this includes browsers, robots, "
3948
  "spiders and any other program that was used to retrieve information from the "
3950
  msgstr ""
3951
  "هر برنامه که به تارنما دسترسی پیدا کند مثل مرورگر، روبات، خزنده، وغیره."
3952
 
3953
+ #: ../admin/wp-slimstat-admin.php:982
3954
  msgid ""
3955
  "A link from one domain to another is said to be outbound from its source "
3956
  "anchor and inbound to its target. This report lists all the links to other "
3960
  "پیوند درونی محسوب میشود. این گزارش فهرستی از تمام پیوند ها به پایگاه های "
3961
  "دیگر و کاربران است."
3962
 
3963
+ #: ../admin/wp-slimstat-admin.php:989
3964
  msgid "Basic Filters"
3965
  msgstr "پالایه های اولیه"
3966
 
3967
+ #: ../admin/wp-slimstat-admin.php:992
3968
  msgid "User agent (Firefox, Chrome, ...)"
3969
  msgstr "مرورگر کاربر (فایرفاکس، کروم و ...)"
3970
 
3971
+ #: ../admin/wp-slimstat-admin.php:993
3972
  msgid "2-letter code (us, ru, de, it, ...)"
3973
  msgstr "علامت دو حرفی (us، ir، ...)"
3974
 
3975
+ #: ../admin/wp-slimstat-admin.php:994
3976
  msgid "IP"
3977
  msgstr "آی‌پی"
3978
 
3979
+ #: ../admin/wp-slimstat-admin.php:994
3980
  msgid "Visitor's public IP address"
3981
  msgstr "نشانی‌های آی‌پی عمومی بازدیدکنندگان"
3982
 
3983
+ #: ../admin/wp-slimstat-admin.php:996
3984
  msgid ""
3985
  "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
3986
  "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
3989
  "لطفا به <a target=\"_blank\" href=\"http://msdn.microsoft.com/en-us/library/"
3990
  "ee825488(v=cs.20).aspx\"> فرهنگ زبان </a> برای اطلاع بیشتر مراجعه کنید"
3991
 
3992
+ #: ../admin/wp-slimstat-admin.php:997
3993
  msgid ""
3994
  "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
3995
  "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
3999
  "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\"> "
4000
  "راهنما</a> مراجعه کنید"
4001
 
4002
+ #: ../admin/wp-slimstat-admin.php:998
4003
  msgid "URL accessed on your site"
4004
  msgstr "نشانی هایی که مورد بازدید قرار گرفته"
4005
 
4006
+ #: ../admin/wp-slimstat-admin.php:999
4007
  msgid "Complete address of the referrer page"
4008
  msgstr "نشانی کامل صفحه‌ی ارجاع ‌دهنده"
4009
 
4010
+ #: ../admin/wp-slimstat-admin.php:1000
4011
  msgid "Visitor's Name"
4012
  msgstr "نام بیننده"
4013
 
4014
+ #: ../admin/wp-slimstat-admin.php:1000
4015
  msgid ""
4016
  "Visitors' names according to the cookie set by Wordpress after they leave a "
4017
  "comment"
4019
  "اسامی بیننده بر مبنای خوراکی که بعد از گذاشتن نظر توسط وردپرس اختصاص داده "
4020
  "میشود."
4021
 
4022
+ #: ../admin/wp-slimstat-admin.php:1008
4023
  msgid "Advanced Filters"
4024
  msgstr "فیلترهای پیش‌رفته"
4025
 
4026
+ #: ../admin/wp-slimstat-admin.php:1011
4027
  msgid "user agent version (9.0, 11, ...)"
4028
  msgstr "نسخه مرورگر کاربر"
4029
 
4030
+ #: ../admin/wp-slimstat-admin.php:1012
4031
  msgid ""
4032
  "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
4033
  "all others"
4034
  msgstr ""
4035
  "۱=خزنده‌های موتورهای جستجو، ۲=دستگاه موبایل، ۳=خوراک‌خوان، ۰=همه‌ی چیزهای دیگر"
4036
 
4037
+ #: ../admin/wp-slimstat-admin.php:1013
4038
  msgid "Pageview Attributes"
4039
  msgstr "خصوصیات بازدید"
4040
 
4041
+ #: ../admin/wp-slimstat-admin.php:1013
4042
  msgid ""
4043
  "this field is set to <em>[pre]</em> if the resource has been accessed "
4044
  "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
4047
  "این ناحیه برای تنظیمات <a target=\"_blank\" href=\"https://developer.mozilla."
4048
  "org/en/Link_prefetching_FAQ\"> صفحه‌بندی </a> و یا شیوه های مشابه است."
4049
 
4050
+ #: ../admin/wp-slimstat-admin.php:1014
4051
  msgid "author associated to that post/page when the resource was accessed"
4052
  msgstr "نویسنده مرتبط با این ارسال یا صفحه وقتی این ماخذ دسترسی شد"
4053
 
4054
+ #: ../admin/wp-slimstat-admin.php:1015
4055
  msgid "ID of the category/term associated to the resource, when available"
4056
  msgstr "شناسه دسته یا عبارت که با منبع مرتبط است، اگر موجود باشد"
4057
 
4058
+ #: ../admin/wp-slimstat-admin.php:1016
4059
  msgid "visitor's originating IP address, if available"
4060
  msgstr "آی پی منشا که بیننده از آن ‌عازم شده، در صورت موجود بودن"
4061
 
4062
+ #: ../admin/wp-slimstat-admin.php:1017
4063
  msgid ""
4064
  "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
4065
  "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
4072
  "target=\"_blank\" href=\"http://codex.wordpress.org/Conditional_Tags\"> "
4073
  "نشانه های شرطی</a> در صفحه راهنما مراجعه کنید."
4074
 
4075
+ #: ../admin/wp-slimstat-admin.php:1018
4076
  msgid "Screen Resolution"
4077
  msgstr "ابعاد صفحه نمایش"
4078
 
4079
+ #: ../admin/wp-slimstat-admin.php:1018
4080
  msgid "viewport width and height (1024x768, 800x600, ...)"
4081
  msgstr "ابعاد صفحه نمایش (۱۰۲۴x۷۶۸، ۸۰۰x۶۰۰، ...)"
4082
 
4083
+ #: ../admin/wp-slimstat-admin.php:1019
4084
  msgid ""
4085
  "generally used in conjunction with <em>is not empty</em>, identifies human "
4086
  "visitors"
4088
  "معولا با ترکیب <em>خالی نیست</em> استفاده میشود و بیننده ها (انسان) را تشخیص "
4089
  "میدهد"
4090
 
4091
+ #: ../admin/wp-slimstat-admin.php:1020
4092
  msgid "Date Filters"
4093
  msgstr "فیلترهای تاریخ"
4094
 
4095
+ #: ../admin/wp-slimstat-admin.php:1020
4096
  msgid ""
4097
  "you can specify the timeframe by entering a number in the <em>interval</em> "
4098
  "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
4101
  "با وارد کردن اعداد در این ناحیه میتوانید یک مدت زمانی تعیین کنید؛ برای محدود "
4102
  "کردن سال به روز از -1 استفاده کنید."
4103
 
4104
+ #: ../admin/wp-slimstat-admin.php:1021
4105
  msgid "SERP Position"
4106
  msgstr "مکان SERP"
4107
 
4108
+ #: ../admin/wp-slimstat-admin.php:1021
4109
  msgid ""
4110
  "set the filter to Referer contains cd=N&, where N is the position you are "
4111
  "looking for"
4113
  "تعیین صافی برای ارجاعی هایی که شامل اِن میشوند، آنجا که اِن مکانی هست که به "
4114
  "مشخص میکنید."
4115
 
4116
+ #: ../admin/wp-slimstat-admin.php:1048
4117
  msgid "Yes"
4118
  msgstr "بلی"
4119
 
4120
+ #: ../admin/wp-slimstat-admin.php:1049
4121
  msgid "No"
4122
  msgstr "خیر"
4123
 
4124
+ #: ../admin/wp-slimstat-admin.php:1050
4125
  msgid "Site Specific"
4126
  msgstr ""
4127
 
5447
  msgid "c-xy"
5448
  msgstr "آدرس محلی"
5449
 
5450
+ #: ../wp-slimstat.php:231 ../wp-slimstat.php:518
5451
  msgid "Notice: Pageview filtered by third-party code"
5452
  msgstr ""
5453
 
5454
+ #: ../wp-slimstat.php:248
5455
  #, fuzzy, php-format
5456
  msgid "Error: Malformed URL %s"
5457
  msgstr "کاربران را نادیده بگیر"
5458
 
5459
+ #: ../wp-slimstat.php:272
5460
  #, php-format
5461
  msgid "Notice: Referrer %s is blacklisted"
5462
  msgstr ""
5463
 
5464
+ #: ../wp-slimstat.php:350
5465
  #, php-format
5466
  msgid "Notice: Permalink %s is blacklisted"
5467
  msgstr ""
5468
 
5469
+ #: ../wp-slimstat.php:361
5470
  msgid "Error: Empty or not supported IP address format (IPv6)"
5471
  msgstr ""
5472
 
5473
+ #: ../wp-slimstat.php:370
5474
  #, php-format
5475
  msgid "Notice: Logged in user %s not tracked"
5476
  msgstr ""
5477
 
5478
+ #: ../wp-slimstat.php:378
5479
  #, php-format
5480
  msgid "Notice: User with capability %s not tracked"
5481
  msgstr ""
5482
 
5483
+ #: ../wp-slimstat.php:388
5484
  #, php-format
5485
  msgid "Notice: User %s is blacklisted"
5486
  msgstr ""
5487
 
5488
+ #: ../wp-slimstat.php:409
5489
  #, fuzzy, php-format
5490
  msgid "Notice: Spammer %s not tracked"
5491
  msgstr "روبات یا خزنده"
5492
 
5493
+ #: ../wp-slimstat.php:438
5494
  #, php-format
5495
  msgid "Notice: IP address %s is blacklisted"
5496
  msgstr ""
5497
 
5498
+ #: ../wp-slimstat.php:467
5499
  #, php-format
5500
  msgid "Notice: Country %s is blacklisted"
5501
  msgstr ""
5502
 
5503
+ #: ../wp-slimstat.php:476
5504
  #, fuzzy
5505
  msgid "Notice: Prefetch requests are ignored"
5506
  msgstr "نادیده گرفتن درخواست صفحه‌بندی"
5507
 
5508
+ #: ../wp-slimstat.php:492
5509
  #, fuzzy
5510
  msgid "Notice: Bot not tracked"
5511
  msgstr "روبات یا خزنده"
5512
 
5513
+ #: ../wp-slimstat.php:501
5514
  #, php-format
5515
  msgid "Notice: Browser %s is blacklisted"
5516
  msgstr ""
5517
 
5518
+ #: ../wp-slimstat.php:531
5519
  msgid "Error:"
5520
  msgstr ""
5521
 
5522
+ #: ../wp-slimstat.php:1149
5523
  msgid "Invalid payload string. Try clearing your WordPress cache."
5524
  msgstr ""
5525
 
5526
+ #: ../wp-slimstat.php:1159
5527
  msgid "Invalid data signature. Try clearing your WordPress cache."
5528
  msgstr ""
5529
 
5530
+ #: ../wp-slimstat.php:1253
5531
  #, fuzzy
5532
  msgid "There was an error downloading the MaxMind Geolite DB:"
5533
  msgstr "خطایی در به‌روزرسانی این موارد رخ داد:"
5534
 
5535
+ #: ../wp-slimstat.php:1261 ../wp-slimstat.php:1270
5536
  #, fuzzy
5537
  msgid "There was an error opening the zipped MaxMind Geolite DB."
5538
  msgstr "خطایی در به‌روزرسانی این موارد رخ داد:"
5539
 
5540
+ #: ../wp-slimstat.php:1265
5541
  msgid "Function gzopen not defined. Aborting."
5542
  msgstr ""
5543
 
5544
+ #: ../wp-slimstat.php:1275
5545
  #, fuzzy
5546
  msgid "There was an error opening the unzipped MaxMind Geolite DB."
5547
  msgstr "خطایی در به‌روزرسانی این موارد رخ داد:"
5548
 
5549
+ #, fuzzy
5550
+ #~ msgid "Internal and Outbound Links"
5551
+ #~ msgstr "پیوندهای بیرونی اخیر"
5552
+
5553
+ #, fuzzy
5554
+ #~ msgid "Track Coordinates"
5555
+ #~ msgstr " حالت ردگیری"
5556
+
5557
+ #~ msgid "Number of pages in your site included in Google's index."
5558
+ #~ msgstr "تعداد صفحاتی که در فهرست گوگل شمرده شده است."
5559
+
5560
+ #~ msgid "Google Index"
5561
+ #~ msgstr "اندیس گوگل"
5562
+
5563
+ #~ msgid ""
5564
+ #~ "How many times the Facebook Like button has been approximately clicked on "
5565
+ #~ "your site."
5566
+ #~ msgstr "چند بار Facebook Like در پایگاه شما کلیک شده است."
5567
+
5568
+ #~ msgid "Facebook Likes"
5569
+ #~ msgstr "لایک های فیسبوک"
5570
+
5571
  #, fuzzy
5572
  #~ msgid "Delete records"
5573
  #~ msgstr "اطلاعات"
5616
  #~ msgid "Custom Reports"
5617
  #~ msgstr "گزارش دلخواه"
5618
 
 
 
 
 
5619
  #, fuzzy
5620
  #~ msgid ""
5621
  #~ "Collect information about screen resolutions, outbound links, downloads, "
5637
  #~ " تشخیص دادن مرورگرهایی که از ضد-بدنمایی (font smoothing) استفاده میکنند. "
5638
  #~ "این گزینه نیاز به فعال کردن «دید دزدکی» دارد."
5639
 
 
 
 
 
5640
  #~ msgid "Recent Screen Resolutions"
5641
  #~ msgstr "ابعاد نمایش‌گرهای اخیر"
5642
 
5951
  #~ "این گزینه را فعال کنید اگر پیوند آمار در صفحه ویراش ارسال کاربران را گیج "
5952
  #~ "میکند. "
5953
 
 
 
 
5954
  #~ msgid ""
5955
  #~ "How valuable is monitoring your visitors for your site? WP SlimStat is "
5956
  #~ "and will always be free, but consider supporting the author if this "
languages/wp-slimstat-fr_CA.mo CHANGED
Binary file
languages/wp-slimstat-fr_CA.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP SlimStat\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-01-28 21:32-0500\n"
6
- "PO-Revision-Date: 2016-01-28 21:33-0500\n"
7
  "Last-Translator: WP Slimstat <support@wp-slimstat.com>\n"
8
  "Language-Team: Michael Bastin\n"
9
  "Language: fr_FR\n"
@@ -16,6 +16,8 @@ msgstr ""
16
  "X-Generator: Poedit 1.6.11\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
18
  "X-Poedit-SearchPath-0: ..\n"
 
 
19
 
20
  #: ../admin/config/index.php:33
21
  msgid ""
@@ -103,7 +105,7 @@ msgid ""
103
  "etc. This option is ignored if Tracking Mode is set to Client."
104
  msgstr ""
105
 
106
- #: ../admin/config/index.php:97 ../admin/view/wp-slimstat-reports.php:1368
107
  msgid "Off"
108
  msgstr ""
109
 
@@ -121,7 +123,8 @@ msgid "Enable this option to track your users' activity within the admin."
121
  msgstr ""
122
  "Activez cette option pour suivre l'activité de vos utilisateurs dans l'admin."
123
 
124
- #: ../admin/config/index.php:98
 
125
  #, fuzzy
126
  msgid "Track"
127
  msgstr "Traçage"
@@ -136,10 +139,20 @@ msgid "WordPress Integration"
136
  msgstr "Intégration WordPress"
137
 
138
  #: ../admin/config/index.php:101
 
 
 
 
 
 
 
 
 
 
139
  msgid "Menu Position"
140
  msgstr "Position du Menu"
141
 
142
- #: ../admin/config/index.php:101
143
  msgid ""
144
  "Choose between a standalone admin menu for Slimstat or a drop down in the "
145
  "admin bar (if visible)."
@@ -147,20 +160,20 @@ msgstr ""
147
  "Choisir entre un menu d'administration dans la barre latérale de WordPress "
148
  "ou un menu déroulant dans la barre supérieure (si elle est affichée)."
149
 
150
- #: ../admin/config/index.php:101
151
  msgid "Side Menu"
152
  msgstr "Menu latéral"
153
 
154
- #: ../admin/config/index.php:101
155
  msgid "Admin Bar"
156
  msgstr "Barre d'Administration"
157
 
158
- #: ../admin/config/index.php:102
159
  #, fuzzy
160
  msgid "Posts and Pages"
161
  msgstr "Etendre les Stats aux articles"
162
 
163
- #: ../admin/config/index.php:102
164
  #, fuzzy
165
  msgid ""
166
  "Add a new column to the Edit Posts/Pages screens, with the number of hits "
@@ -169,54 +182,44 @@ msgstr ""
169
  "Ajoute une colonne à l'écran d'édition des articles, en indiquant le nombre "
170
  "de visites par article (peut ralentir le rendu des pages)."
171
 
172
- #: ../admin/config/index.php:103
173
  #, fuzzy
174
  msgid "Report Interval"
175
  msgstr "Intervalle unique"
176
 
177
- #: ../admin/config/index.php:103
178
  msgid ""
179
  "Enter the time range, in days, that should be used to calculate the value "
180
  "here above."
181
  msgstr ""
182
 
183
- #: ../admin/config/index.php:104
184
  #, fuzzy
185
  msgid "Report Type"
186
  msgstr "Rapports"
187
 
188
- #: ../admin/config/index.php:104
189
  msgid ""
190
  "Select what kind of information you would like to see displayed on the Posts "
191
  "admin screen. Pageviews include all the hits regardless of the user, Unique "
192
  "IPs consider only one hit per user in the given time range."
193
  msgstr ""
194
 
195
- #: ../admin/config/index.php:104 ../admin/view/wp-slimstat-reports.php:81
196
  #: ../admin/view/wp-slimstat-reports.php:90
197
- #: ../admin/view/wp-slimstat-reports.php:1384
198
- #: ../admin/view/wp-slimstat-reports.php:1542
199
  msgid "Pageviews"
200
  msgstr "Pages vues"
201
 
202
- #: ../admin/config/index.php:104 ../admin/view/wp-slimstat-reports.php:91
203
- #: ../admin/view/wp-slimstat-reports.php:284
204
- #: ../admin/view/wp-slimstat-reports.php:525
205
- #: ../admin/view/wp-slimstat-reports.php:1399
206
- #: ../admin/view/wp-slimstat-reports.php:1444
207
  msgid "Unique IPs"
208
  msgstr "IPs uniques"
209
 
210
- #: ../admin/config/index.php:105
211
- msgid "Dashboard Widgets"
212
- msgstr ""
213
-
214
- #: ../admin/config/index.php:105
215
- msgid ""
216
- "Choose if you want to have the most important reports on your WordPress "
217
- "Dashboard. Use the Screen Options dropdown to select which ones to display."
218
- msgstr ""
219
-
220
  #: ../admin/config/index.php:106
221
  #, fuzzy
222
  msgid "Hide Add-ons"
@@ -262,7 +265,7 @@ msgstr ""
262
 
263
  #: ../admin/config/index.php:109 ../admin/view/index.php:102
264
  #: ../admin/view/wp-slimstat-db.php:79
265
- #: ../admin/view/wp-slimstat-reports.php:1368
266
  msgid "days"
267
  msgstr "jours"
268
 
@@ -283,14 +286,87 @@ msgstr ""
283
 
284
  #: ../admin/config/index.php:117
285
  #, fuzzy
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
286
  msgid "Advanced Options"
287
  msgstr "Filtres Avancés"
288
 
289
- #: ../admin/config/index.php:118
290
  msgid "Session Duration"
291
  msgstr "Durée session"
292
 
293
- #: ../admin/config/index.php:118
294
  msgid ""
295
  "How many seconds should a human session last? Google Analytics sets it to "
296
  "1800 seconds."
@@ -298,26 +374,26 @@ msgstr ""
298
  "Définit le nombre de secondes qu'une visite devrait durer. Google Analytics "
299
  "fixe cette durée à 1800 secondes."
300
 
301
- #: ../admin/config/index.php:118 ../admin/config/index.php:189
302
  msgid "seconds"
303
  msgstr "secondes"
304
 
305
- #: ../admin/config/index.php:119
306
  msgid "Extend Session"
307
  msgstr "Etendre la session"
308
 
309
- #: ../admin/config/index.php:119
310
  msgid "Extend the duration of a session each time the user visits a new page."
311
  msgstr ""
312
  "Prolonger la durée d'une session à chaque fois que l'utilisateur visite une "
313
  "page."
314
 
315
- #: ../admin/config/index.php:120
316
  #, fuzzy
317
  msgid "Browser Detection"
318
  msgstr "Version de navigateur"
319
 
320
- #: ../admin/config/index.php:120
321
  msgid ""
322
  "The heuristic function is much faster and requires very little memory, but "
323
  "for uncommon user agent strings it might be less accurate, and produce a "
@@ -329,20 +405,20 @@ msgid ""
329
  "produce a match."
330
  msgstr ""
331
 
332
- #: ../admin/config/index.php:120
333
  #, fuzzy
334
  msgid "Browscap"
335
  msgstr "Navigateur Web"
336
 
337
- #: ../admin/config/index.php:120
338
  msgid "Heuristic"
339
  msgstr ""
340
 
341
- #: ../admin/config/index.php:121
342
  msgid "Enable CDN"
343
  msgstr "Activer CDN"
344
 
345
- #: ../admin/config/index.php:121
346
  msgid ""
347
  "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
348
  "by serving our tracking code from their fast and reliable network (free "
@@ -352,11 +428,11 @@ msgstr ""
352
  "CDN, en servant le traqueur Javascript WP SlimStat à partir de leur réseau "
353
  "rapide et fiable."
354
 
355
- #: ../admin/config/index.php:122
356
  msgid "Extensions to Track"
357
  msgstr "Extensions du traçage"
358
 
359
- #: ../admin/config/index.php:122
360
  msgid ""
361
  "List all the file extensions that you want to be treated as Downloads. "
362
  "Please note that links pointing to external resources (i.e. PDFs on a "
@@ -371,63 +447,11 @@ msgstr ""
371
  "comme liens sortants (et suivis en tant que tel), si leur extension "
372
  "correspond à l'une de celles qui sont énumérées ci-dessous."
373
 
374
- #: ../admin/config/index.php:124
375
- #, fuzzy
376
- msgid "Internal and Outbound Links"
377
- msgstr "Liens sortants récents"
378
-
379
- #: ../admin/config/index.php:125
380
- msgid "Track Outbound Clicks"
381
- msgstr "Tracer les liens sortants"
382
-
383
- #: ../admin/config/index.php:125
384
- msgid ""
385
- "Track when your visitors click on link to external websites. This option "
386
- "required Spy Mode to be enabled."
387
- msgstr ""
388
- "Détectez vos visiteurs cliquant sur des liens pointant sur des sites "
389
- "externes. Cette fonctionnalité nécéssite que le Mode Espion soit activé."
390
-
391
- #: ../admin/config/index.php:126
392
- #, fuzzy
393
- msgid "Track Coordinates"
394
- msgstr "Mode traçage"
395
-
396
- #: ../admin/config/index.php:126
397
- msgid ""
398
- "Collect mouse coordinates and other information for clicks on internal "
399
- "links. Strongly recommended if you're using the heatmap add-on. By default, "
400
- "this information is only collected for external links."
401
- msgstr ""
402
-
403
- #: ../admin/config/index.php:127
404
- msgid "No Callback"
405
- msgstr ""
406
-
407
- #: ../admin/config/index.php:127
408
- msgid ""
409
- "Track the event but do not invoke the callback function on links marked with "
410
- "one of these class names, <em>rel</em> attribute or whose <em>href</em> "
411
- "attribute contains one of these strings (separated by comma). Useful to "
412
- "prevent conflicts with lightbox and similar libraries."
413
- msgstr ""
414
-
415
- #: ../admin/config/index.php:128
416
- msgid "Do Not Track"
417
- msgstr ""
418
-
419
- #: ../admin/config/index.php:128
420
- msgid ""
421
- "Do not track links marked with one of these class names, <em>rel</em> "
422
- "attributes or whose <em>href</em> attribute contains one of these strings "
423
- "(separated by comma)."
424
- msgstr ""
425
-
426
- #: ../admin/config/index.php:130
427
- msgid "Pages not belonging to this site"
428
- msgstr ""
429
-
430
  #: ../admin/config/index.php:131
 
 
 
 
431
  #, fuzzy
432
  msgid ""
433
  "Add the following code to all the non-WP pages you want to track, right "
@@ -437,12 +461,12 @@ msgstr ""
437
  "Ajouter le code suivant à toutes les pages non-WordPress que vous souhaitez "
438
  "suivre."
439
 
440
- #: ../admin/config/index.php:141
441
  #, fuzzy
442
- msgid "Allow External Domains"
443
  msgstr "Liens externes hostiles"
444
 
445
- #: ../admin/config/index.php:141
446
  msgid ""
447
  "If you are getting an error saying that no 'Access-Control-Allow-Origin' "
448
  "header is present on the requested resource, when using the external "
@@ -453,16 +477,16 @@ msgid ""
453
  "security implications of allowing CORS requests."
454
  msgstr ""
455
 
456
- #: ../admin/config/index.php:142 ../admin/config/index.php:164
457
- #: ../admin/config/index.php:192
458
  msgid "Miscellaneous"
459
  msgstr "Divers"
460
 
461
- #: ../admin/config/index.php:143
462
  msgid "Enable UAN"
463
  msgstr "Activer UAN"
464
 
465
- #: ../admin/config/index.php:143
466
  msgid ""
467
  "Send anonymous data about user agents to our server for analysis. This "
468
  "allows us to contribute to the <a href='http://browscap.org/' "
@@ -475,28 +499,28 @@ msgstr ""
475
  "browscap.org/' target='_blank'> projet opensource BrowsCap, et d'améliorer "
476
  "la pertinence de la fonctionnalité de WPStats concernant les navigateurs web."
477
 
478
- #: ../admin/config/index.php:148
479
  msgid "Filters"
480
  msgstr "Filtres"
481
 
482
- #: ../admin/config/index.php:150
483
  #, fuzzy
484
  msgid "Do not track settings"
485
  msgstr "ne contient pas"
486
 
487
- #: ../admin/config/index.php:151
488
  msgid "Track Registered Users"
489
  msgstr "Tracer les utilisateurs enregistrés"
490
 
491
- #: ../admin/config/index.php:151
492
  msgid "Enable this option to track logged in users."
493
  msgstr "Activez cette option pour tracer les utilisateurs connectés"
494
 
495
- #: ../admin/config/index.php:152
496
  msgid "Blacklist by Username"
497
  msgstr "Liste noire basée sur le nom d'utilisateur"
498
 
499
- #: ../admin/config/index.php:152
500
  #, fuzzy
501
  msgid ""
502
  "List all the usernames you don't want to track, separated by commas. Please "
@@ -514,11 +538,11 @@ msgstr ""
514
  "<code>/abo*t</code> correspondra /aboundant et /about, <code>/abo!t </code > "
515
  "correspondra /about et /abort. Les chaînes sont insensibles à la casse."
516
 
517
- #: ../admin/config/index.php:153
518
  msgid "Blacklist by IP Address"
519
  msgstr "Liste noire par adresse IP"
520
 
521
- #: ../admin/config/index.php:153
522
  msgid ""
523
  "List all the IP addresses you don't want to track, separated by commas. Each "
524
  "network <strong>must</strong> be defined using the <a href='http://en."
@@ -533,11 +557,11 @@ msgstr ""
533
  "<em>192.168.0.0/24</em>). Si le format est incorrect, WP SlimStat ne peut "
534
  "pas suivre correctement les pages vues."
535
 
536
- #: ../admin/config/index.php:154
537
  msgid "Blacklist by Capability"
538
  msgstr "Blacklister par Capabilité WordPress"
539
 
540
- #: ../admin/config/index.php:154
541
  msgid ""
542
  "Users having at least one of the <a href='http://codex.wordpress.org/"
543
  "Roles_and_Capabilities' target='_new'>capabilities</a> listed here below "
@@ -547,15 +571,15 @@ msgstr ""
547
  "Roles_and_Capabilities' target='_new'>capacités</a> listées ci-dessous ne "
548
  "seront pas suivis. Les capacités sont insensibles à la casse."
549
 
550
- #: ../admin/config/index.php:156
551
  msgid "Profiling"
552
  msgstr "Profiling"
553
 
554
- #: ../admin/config/index.php:157
555
  msgid "Ignore Spammers"
556
  msgstr "Ignorer les spammeurs"
557
 
558
- #: ../admin/config/index.php:157
559
  msgid ""
560
  "Enable this option if you don't want to track visits from users identified "
561
  "as spammers by third-party tools like Akismet. Pageviews generated by users "
@@ -567,12 +591,12 @@ msgstr ""
567
  "Akismet). Les visites de personnes dont les commentaires sont ensuite marqué "
568
  "comme spam par vous, seront également supprimées de la base."
569
 
570
- #: ../admin/config/index.php:158
571
  #, fuzzy
572
  msgid "Ignore Bots"
573
  msgstr "Ignorer les utilisateurs"
574
 
575
- #: ../admin/config/index.php:158
576
  msgid ""
577
  "Turn on this feature if you want to have the accuracy level of server-side "
578
  "tracking, but not the inconvenience of getting your database clogged with "
@@ -580,11 +604,11 @@ msgid ""
580
  "note that in Client mode, bots are ignored regardless of this setting."
581
  msgstr ""
582
 
583
- #: ../admin/config/index.php:159
584
  msgid "Permalinks"
585
  msgstr "Rermaliens"
586
 
587
- #: ../admin/config/index.php:159
588
  msgid ""
589
  "List all the URLs on your website that you don't want to track, separated by "
590
  "commas. Don't include the domain name: <em>/about, ?p=1</em>, etc. "
@@ -602,11 +626,11 @@ msgstr ""
602
  "<code>/abo*t</code> correspondra /aboundant et /about, <code>/abo!t </code > "
603
  "correspondra /about et /abort. Les chaînes sont insensibles à la casse."
604
 
605
- #: ../admin/config/index.php:160
606
  msgid "Countries"
607
  msgstr "Pays"
608
 
609
- #: ../admin/config/index.php:160
610
  msgid ""
611
  "Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
612
  "track, separated by commas."
@@ -614,11 +638,11 @@ msgstr ""
614
  "Listez tous les codes de pays (p. ex.: <code>en-us, it, es </code>) que vous "
615
  "ne voulez pas suivre, séparées par des virgules."
616
 
617
- #: ../admin/config/index.php:161
618
  msgid "User Agents"
619
  msgstr "User Agents"
620
 
621
- #: ../admin/config/index.php:161
622
  msgid ""
623
  "Browsers (user agents) you don't want to track, separated by commas. You can "
624
  "specify the browser's version adding a slash after the name (i.e. "
@@ -636,11 +660,11 @@ msgstr ""
636
  "correspondra à Chrome et Chromium, <code>IE/!.0</Code> correspondra IE/7.0 "
637
  "et IE/8.0. Les chaînes sont insensibles à la casse."
638
 
639
- #: ../admin/config/index.php:162
640
  msgid "Referring Sites"
641
  msgstr "Sites référents"
642
 
643
- #: ../admin/config/index.php:162
644
  msgid ""
645
  "Referring URLs that you don't want to track, separated by commas: "
646
  "<code>http://mysite.com*</code>, <code>*/ignore-me-please</code>, etc. "
@@ -657,21 +681,21 @@ msgstr ""
657
  "soit un caractère générique ou le protocole que vous voulez filtrer "
658
  "(http://, https://)."
659
 
660
- #: ../admin/config/index.php:165
661
  msgid "Enable Privacy Mode"
662
  msgstr "Activer le mode privé"
663
 
664
- #: ../admin/config/index.php:165
665
  msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
666
  msgstr ""
667
  "Cette option masque l'adresse IP de vos visiteurs afin de se conformer aux "
668
  "lois de confidentialité européennes."
669
 
670
- #: ../admin/config/index.php:166
671
  msgid "Ignore Prefetch Requests"
672
  msgstr "Ignorer les requêtes anticipées"
673
 
674
- #: ../admin/config/index.php:166
675
  msgid ""
676
  "Prevent Slimstat from tracking pageviews generated by Firefox's <a "
677
  "href='https://developer.mozilla.org/en/Link_prefetching_FAQ' "
@@ -681,30 +705,30 @@ msgstr ""
681
  "vues générées par Firefox <a href='https://developer.mozilla.org/en/"
682
  "Link_prefetching_FAQ' target='_blank'>Link Prefetching functionality</a>."
683
 
684
- #: ../admin/config/index.php:171 ../admin/config/index.php:203
685
  msgid "Reports"
686
  msgstr "Rapports"
687
 
688
- #: ../admin/config/index.php:173
689
  msgid "Formats and Conversions"
690
  msgstr ""
691
 
692
- #: ../admin/config/index.php:174
693
  msgid "Number Format"
694
  msgstr "Format des nombres"
695
 
696
- #: ../admin/config/index.php:174
697
  msgid "Choose the number format you want to use for your reports."
698
  msgstr ""
699
  "Choisissez le format numérique que vous souhaitez utiliser, européen ou "
700
  "américain."
701
 
702
- #: ../admin/config/index.php:175
703
  #, fuzzy
704
  msgid "Date Format"
705
  msgstr "Données et Formats"
706
 
707
- #: ../admin/config/index.php:175
708
  #, fuzzy
709
  msgid ""
710
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
@@ -714,12 +738,12 @@ msgstr ""
714
  "\">Format PHP </a> à utiliser pour afficher la date et l'heure d'une page "
715
  "vue."
716
 
717
- #: ../admin/config/index.php:176
718
  #, fuzzy
719
  msgid "Time Format"
720
  msgstr "Format des nombres"
721
 
722
- #: ../admin/config/index.php:176
723
  #, fuzzy
724
  msgid ""
725
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
@@ -729,12 +753,12 @@ msgstr ""
729
  "\">Format PHP </a> à utiliser pour afficher la date et l'heure d'une page "
730
  "vue."
731
 
732
- #: ../admin/config/index.php:177
733
  #, fuzzy
734
  msgid "Use Display Name"
735
  msgstr "Voir Nom d'affichage"
736
 
737
- #: ../admin/config/index.php:177
738
  msgid ""
739
  "By default, users are listed by their usernames. Use this option to "
740
  "visualize their display names instead."
@@ -742,12 +766,12 @@ msgstr ""
742
  "Par défaut, les utilisateurs sont affichés par Nom d'utilisateur. Utilisez "
743
  "cette option pour basculer au Nom d'affichage."
744
 
745
- #: ../admin/config/index.php:178
746
  #, fuzzy
747
  msgid "Use Titles"
748
  msgstr "Afficher les titres"
749
 
750
- #: ../admin/config/index.php:178
751
  #, fuzzy
752
  msgid ""
753
  "Slimstat converts your permalinks into post, page and category titles. "
@@ -757,23 +781,34 @@ msgstr ""
757
  "Désactivez cette fonction si vous souhaitez conserver l'URL dans de vos "
758
  "rapports."
759
 
760
- #: ../admin/config/index.php:179
761
  msgid "Convert IP Addresses"
762
  msgstr "Convertir les adresses IP"
763
 
764
- #: ../admin/config/index.php:179
765
  msgid "Display provider names instead of IP addresses."
766
  msgstr "Afficher le nom du fournisseur d'accès au lieu de l'adresse IP."
767
 
768
- #: ../admin/config/index.php:181
769
  msgid "Functionality"
770
  msgstr "Fonctionnalité"
771
 
772
- #: ../admin/config/index.php:182
 
 
 
 
 
 
 
 
 
 
 
773
  msgid "SlimScroll"
774
  msgstr "SlimScroll"
775
 
776
- #: ../admin/config/index.php:182
777
  msgid ""
778
  "Enable SlimScroll, a slick jQuery library that replaces the built-in browser "
779
  "scrollbar."
@@ -781,54 +816,76 @@ msgstr ""
781
  "Activer SlimScroll, une librairie jQuery élégante qui remplace la barre de "
782
  "défilement par défaut des navigateurs."
783
 
784
- #: ../admin/config/index.php:183
785
  msgid "Expand Details"
786
  msgstr "Développez les détails"
787
 
788
- #: ../admin/config/index.php:183
789
  msgid "Expand each row's details by default, insted of on mousehover."
790
  msgstr ""
791
  "Développe les détails de chaque ligne par défaut, plutôt que sur survol de "
792
  "souris."
793
 
794
- #: ../admin/config/index.php:184 ../admin/config/index.php:190
795
  msgid "Rows to Display"
796
  msgstr "Colonnes à afficher"
797
 
798
- #: ../admin/config/index.php:184
799
  msgid "Specify the number of items in each report."
800
  msgstr "Spécifier le nombre d'articles dans chacun de vos rapports."
801
 
802
- #: ../admin/config/index.php:185 ../admin/view/wp-slimstat-db.php:101
803
  #, fuzzy
804
  msgid "Max Results"
805
  msgstr "Limiter les résultats"
806
 
807
- #: ../admin/config/index.php:185
808
  msgid ""
809
  "Decide how many records should be retrieved from the database in total. "
810
  "Depending on your server configuration, you may want to fine tune this value "
811
  "to avoid exceeding your PHP memory limit."
812
  msgstr ""
813
 
814
- #: ../admin/config/index.php:186
815
  msgid "IP Lookup"
816
  msgstr "Recherche d'IP"
817
 
818
- #: ../admin/config/index.php:186
819
  msgid "Customize the Geolocation service to be used in the reports."
820
  msgstr ""
821
  "Personnaliser le service de Géolocalisation à utiliser dans les rapports."
822
 
823
- #: ../admin/config/index.php:188
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
824
  msgid "Activity Log"
825
  msgstr "Statistiques de fréquentation"
826
 
827
- #: ../admin/config/index.php:189
828
  msgid "Live Stream"
829
  msgstr "Flux en temps réel (Flux live)"
830
 
831
- #: ../admin/config/index.php:189
832
  msgid ""
833
  "Enable the Live view, which refreshes the Activity Log every X seconds. "
834
  "Enter <strong>0</strong> (number zero) to deactivate this feature."
@@ -836,15 +893,15 @@ msgstr ""
836
  "Actualisez la vue 'Maintenant' toutes les X secondes. Entrer <strong>0</"
837
  "strong> pour désactiver cette fonctionnalité."
838
 
839
- #: ../admin/config/index.php:190
840
  msgid "Specify the number of items in the Activity Log."
841
  msgstr "Spécifier le nombre d'articles dans chacun de vos rapports."
842
 
843
- #: ../admin/config/index.php:193
844
  msgid "Custom CSS"
845
  msgstr "Personnaliser le style CSS"
846
 
847
- #: ../admin/config/index.php:193
848
  #, fuzzy
849
  msgid ""
850
  "Paste here your custom stylesheet to personalize the way your reports look. "
@@ -858,12 +915,12 @@ msgstr ""
858
  "target='_blank'>Consultez les FAQs</a> pour plus d'informations sur la façon "
859
  "d'utiliser cette fonctionnalité."
860
 
861
- #: ../admin/config/index.php:194
862
  #, fuzzy
863
  msgid "Chart Colors"
864
  msgstr "Contrôle du graphique"
865
 
866
- #: ../admin/config/index.php:194
867
  msgid ""
868
  "Customize the look and feel of your charts by assigning personalized colors "
869
  "to each metric. List 4 hex colors separated by commas, strictly in the "
@@ -871,11 +928,11 @@ msgid ""
871
  "metric 2 current. For example: <code>#ccc, #999, #bbcc44, #21759b</code>."
872
  msgstr ""
873
 
874
- #: ../admin/config/index.php:195
875
  msgid "Show User Agent"
876
  msgstr "Voir User Agent"
877
 
878
- #: ../admin/config/index.php:195
879
  msgid ""
880
  "Choose if you want to see the browser name or a complete user agent string "
881
  "when hovering on browser icons."
@@ -883,11 +940,11 @@ msgstr ""
883
  "Choisissez si vous voulez voir le nom du navigateur ou une chaîne complete "
884
  "de user agent lorsque vous survolez les icônes du navigateur."
885
 
886
- #: ../admin/config/index.php:196
887
  msgid "Enable SOV"
888
  msgstr "Activer SOV"
889
 
890
- #: ../admin/config/index.php:196
891
  msgid ""
892
  "In linguistic typology, a subject-object-verb (SOV) language is one in which "
893
  "the subject, object, and verb of a sentence appear in that order, like in "
@@ -897,15 +954,15 @@ msgstr ""
897
  "langue dans laquelle les sujet, objet et verbe d'une phrase apparaissent "
898
  "dans cet ordre, comme en japonais."
899
 
900
- #: ../admin/config/index.php:201
901
  msgid "Access Control"
902
  msgstr ""
903
 
904
- #: ../admin/config/index.php:204
905
  msgid "Restrict Authors"
906
  msgstr "Restriction Auteurs"
907
 
908
- #: ../admin/config/index.php:204
909
  msgid ""
910
  "Enable this option if you want your authors to only see stats related to "
911
  "their own content."
@@ -913,11 +970,11 @@ msgstr ""
913
  "Activez cette option si vous voulez que vos auteurs ne voient que les "
914
  "statistiques relatives à leur propre contenu."
915
 
916
- #: ../admin/config/index.php:205 ../admin/config/index.php:209
917
  msgid "Capability"
918
  msgstr "Aptitude"
919
 
920
- #: ../admin/config/index.php:205
921
  msgid ""
922
  "Specify the minimum <a href='http://codex.wordpress.org/"
923
  "Roles_and_Capabilities' target='_new'>capability</a> needed to access the "
@@ -933,11 +990,11 @@ msgstr ""
933
  "sauf un \"Accès en lecture\" de la liste blanche a été précisé ci-dessus. "
934
  "Dans ce cas, la liste a la priorité sur la capacité."
935
 
936
- #: ../admin/config/index.php:206 ../admin/config/index.php:210
937
  msgid "Whitelist"
938
  msgstr "Liste blanche"
939
 
940
- #: ../admin/config/index.php:206
941
  msgid ""
942
  "List all the users who should have access to the reports, separated by "
943
  "commas. Administrators are implicitly allowed, so you don't need to list "
@@ -949,13 +1006,13 @@ msgstr ""
949
  "vide, <strong>tous vos utilisateurs</strong> sont autorisés à accéder. Les "
950
  "noms d'utilisateurs sont sensibles à la casse."
951
 
952
- #: ../admin/config/index.php:208 ../admin/config/index.php:233
953
- #: ../admin/wp-slimstat-admin.php:636 ../admin/wp-slimstat-admin.php:654
954
- #: ../admin/wp-slimstat-admin.php:657
955
  msgid "Settings"
956
  msgstr "Réglages"
957
 
958
- #: ../admin/config/index.php:209
959
  msgid ""
960
  "Specify the minimum <a href='http://codex.wordpress.org/"
961
  "Roles_and_Capabilities' target='_new'>capability</a> required to configure "
@@ -969,7 +1026,7 @@ msgstr ""
969
  "sauf un \"Accès en lecture\" de la liste blanche a été précisé ci-dessus. "
970
  "Dans ce cas, la liste a la priorité sur la capacité."
971
 
972
- #: ../admin/config/index.php:210
973
  msgid ""
974
  "List all the users who can edit these options, separated by commas. Please "
975
  "be advised that admins <strong>are not</strong> implicitly allowed, so do "
@@ -981,11 +1038,11 @@ msgstr ""
981
  "inscrire! Les noms d'utilisateurs sont sensibles à la casse. (Majuscules-"
982
  "minuscules)"
983
 
984
- #: ../admin/config/index.php:215
985
  msgid "Maintenance"
986
  msgstr "Maintenance"
987
 
988
- #: ../admin/config/index.php:220 ../admin/view/addons.php:32
989
  #: ../admin/wp-slimstat-admin.php:124
990
  msgid "Add-ons"
991
  msgstr "Add-ons"
@@ -1388,11 +1445,11 @@ msgstr "est entre (x,y)"
1388
  msgid "Load"
1389
  msgstr ""
1390
 
1391
- #: ../admin/view/index.php:66 ../admin/view/wp-slimstat-reports.php:1406
1392
  msgid "Today"
1393
  msgstr "Aujourd'hui"
1394
 
1395
- #: ../admin/view/index.php:67 ../admin/view/wp-slimstat-reports.php:1409
1396
  msgid "Yesterday"
1397
  msgstr "Hier"
1398
 
@@ -1482,108 +1539,108 @@ msgstr ""
1482
  msgid "Delete"
1483
  msgstr "Filtrer les pages vues pour que"
1484
 
1485
- #: ../admin/view/right-now.php:12
1486
  msgid "Human"
1487
  msgstr "Humain"
1488
 
1489
- #: ../admin/view/right-now.php:12
1490
  msgid "Bot/Crawler"
1491
  msgstr "Robot / Crawler"
1492
 
1493
- #: ../admin/view/right-now.php:12
1494
  msgid "Mobile Device"
1495
  msgstr "Appareil mobile"
1496
 
1497
- #: ../admin/view/right-now.php:12
1498
  msgid "Syndication Reader"
1499
  msgstr "Lecteur de Flux (Syndication)"
1500
 
1501
- #: ../admin/view/right-now.php:37 ../admin/view/wp-slimstat-reports.php:1032
1502
- #: ../admin/view/wp-slimstat-reports.php:1715
1503
  msgid "No data to display"
1504
  msgstr "Aucune donnée à afficher"
1505
 
1506
- #: ../admin/view/right-now.php:56
1507
  msgid "Date and Time"
1508
  msgstr "Date/Heure"
1509
 
1510
  # Unknown
1511
- #: ../admin/view/right-now.php:65 ../admin/view/wp-slimstat-reports.php:1084
1512
- #: ../admin/view/wp-slimstat-reports.php:1758 ../wp-slimstat.php:1355
1513
  msgid "c-"
1514
  msgstr "Inconnu"
1515
 
1516
- #: ../admin/view/right-now.php:117 ../admin/view/wp-slimstat-db.php:60
1517
- #: ../admin/wp-slimstat-admin.php:968 ../admin/wp-slimstat-admin.php:1008
1518
  msgid "Originating IP"
1519
  msgstr "IP d'origine"
1520
 
1521
- #: ../admin/view/right-now.php:148 ../admin/view/wp-slimstat-reports.php:1181
1522
- #: ../admin/view/wp-slimstat-reports.php:1186
1523
- #: ../admin/view/wp-slimstat-reports.php:1191
1524
  msgid "Open this URL in a new window"
1525
  msgstr "Ouvir cette URL dans une nouvelle fenêtre"
1526
 
1527
- #: ../admin/view/right-now.php:151
1528
  msgid "Local search results page"
1529
  msgstr "Page de résultat d'une recherche locale"
1530
 
1531
- #: ../admin/view/right-now.php:157 ../admin/view/wp-slimstat-db.php:42
1532
  #: ../admin/view/wp-slimstat-reports.php:242
1533
- #: ../admin/view/wp-slimstat-reports.php:251
1534
- #: ../admin/wp-slimstat-admin.php:971 ../admin/wp-slimstat-admin.php:987
1535
  msgid "Search Terms"
1536
  msgstr "Termes de recherche"
1537
 
1538
- #: ../admin/view/right-now.php:166
1539
  msgid "Server Latency and Page Speed in milliseconds"
1540
  msgstr "Latence du serveur et Rapidité de la page en millisecondes"
1541
 
1542
- #: ../admin/view/right-now.php:166
1543
  msgid "SL"
1544
  msgstr "SL"
1545
 
1546
- #: ../admin/view/right-now.php:166
1547
  msgid "PS"
1548
  msgstr "PS"
1549
 
1550
- #: ../admin/view/right-now.php:173
1551
  #, fuzzy
1552
  msgid "Time spent on this page"
1553
  msgstr "Ouvrir cette page dans une nouvelle fenêtre"
1554
 
1555
- #: ../admin/view/right-now.php:183
1556
  msgid "Open this referrer in a new window"
1557
  msgstr "Ouvrir ce référent dans une nouvelle fenêtre"
1558
 
1559
- #: ../admin/view/right-now.php:184
1560
  msgid "Open this outbound link in a new window"
1561
  msgstr "Ouvir cette URL dans une nouvelle fenêtre"
1562
 
1563
- #: ../admin/view/right-now.php:185
1564
  msgid "Content Type"
1565
  msgstr "Type de contenu"
1566
 
1567
- #: ../admin/view/right-now.php:188
1568
  #, fuzzy
1569
  msgid "Delete this pageview"
1570
  msgstr "Filtrer les pages vues pour que"
1571
 
1572
- #: ../admin/view/right-now.php:199
1573
  #, fuzzy
1574
  msgid "User Logged In"
1575
  msgstr "User Agent"
1576
 
1577
- #: ../admin/view/right-now.php:209
1578
  #, fuzzy
1579
  msgid "User Logged Out"
1580
  msgstr "User Agent"
1581
 
1582
- #: ../admin/view/wp-slimstat-db.php:39 ../admin/wp-slimstat-admin.php:984
1583
  msgid "Browser"
1584
  msgstr "Navigateur Web"
1585
 
1586
- #: ../admin/view/wp-slimstat-db.php:40 ../admin/wp-slimstat-admin.php:985
1587
  msgid "Country Code"
1588
  msgstr "Code du pays"
1589
 
@@ -1591,21 +1648,21 @@ msgstr "Code du pays"
1591
  msgid "IP Address"
1592
  msgstr "Adresse IP"
1593
 
1594
- #: ../admin/view/wp-slimstat-db.php:43 ../admin/wp-slimstat-admin.php:988
1595
  msgid "Language Code"
1596
  msgstr "Code langue"
1597
 
1598
  #: ../admin/view/wp-slimstat-db.php:44 ../admin/view/wp-slimstat-db.php:87
1599
- #: ../admin/wp-slimstat-admin.php:989
1600
  msgid "Operating System"
1601
  msgstr "Système d'exploitation (OS)"
1602
 
1603
  #: ../admin/view/wp-slimstat-db.php:45 ../admin/view/wp-slimstat-db.php:88
1604
- #: ../admin/wp-slimstat-admin.php:990
1605
  msgid "Permalink"
1606
  msgstr "Permalien"
1607
 
1608
- #: ../admin/view/wp-slimstat-db.php:46 ../admin/wp-slimstat-admin.php:991
1609
  msgid "Referer"
1610
  msgstr "Référent"
1611
 
@@ -1614,7 +1671,7 @@ msgstr "Référent"
1614
  msgid "Visitor's Username"
1615
  msgstr "le nom des visiteurs"
1616
 
1617
- #: ../admin/view/wp-slimstat-db.php:48 ../admin/wp-slimstat-admin.php:974
1618
  msgid "Outbound Link"
1619
  msgstr "Lien sortant"
1620
 
@@ -1631,15 +1688,15 @@ msgstr "-- Filtres Avancés --"
1631
  msgid "Browser Capabilities"
1632
  msgstr "Capacités des Navigateurs"
1633
 
1634
- #: ../admin/view/wp-slimstat-db.php:53 ../admin/wp-slimstat-admin.php:1003
1635
  msgid "Browser Version"
1636
  msgstr "Version de navigateur"
1637
 
1638
- #: ../admin/view/wp-slimstat-db.php:54 ../admin/wp-slimstat-admin.php:1004
1639
  msgid "Browser Type"
1640
  msgstr "le type de navigateur Web"
1641
 
1642
- #: ../admin/view/wp-slimstat-db.php:55 ../admin/wp-slimstat-admin.php:973
1643
  msgid "User Agent"
1644
  msgstr "User Agent"
1645
 
@@ -1652,15 +1709,15 @@ msgstr "Annotations graphique"
1652
  msgid "Server Latency"
1653
  msgstr "Latence du serveur"
1654
 
1655
- #: ../admin/view/wp-slimstat-db.php:58 ../admin/wp-slimstat-admin.php:1006
1656
  msgid "Post Author"
1657
  msgstr "l'auteur de l'article"
1658
 
1659
- #: ../admin/view/wp-slimstat-db.php:59 ../admin/wp-slimstat-admin.php:1007
1660
  msgid "Post Category ID"
1661
  msgstr "ID de la catégorie de l'article"
1662
 
1663
- #: ../admin/view/wp-slimstat-db.php:61 ../admin/wp-slimstat-admin.php:1009
1664
  msgid "Resource Content Type"
1665
  msgstr "le type de source de contenu"
1666
 
@@ -1681,7 +1738,7 @@ msgstr "la résolution de l'écran"
1681
  msgid "Viewport Size"
1682
  msgstr ""
1683
 
1684
- #: ../admin/view/wp-slimstat-db.php:66 ../admin/wp-slimstat-admin.php:1011
1685
  msgid "Visit ID"
1686
  msgstr "Visites ID"
1687
 
@@ -1727,7 +1784,7 @@ msgid "Event ID"
1727
  msgstr "Contenus récents"
1728
 
1729
  #: ../admin/view/wp-slimstat-db.php:96
1730
- #: ../admin/view/wp-slimstat-reports.php:1729
1731
  msgid "Type"
1732
  msgstr ""
1733
 
@@ -1777,7 +1834,7 @@ msgstr "Codes couleur"
1777
  msgid "From search result page"
1778
  msgstr "Depuis un moteur de recherche"
1779
 
1780
- #: ../admin/view/wp-slimstat-reports.php:77 ../admin/wp-slimstat-admin.php:966
1781
  msgid "Known Visitor"
1782
  msgstr "Visiteurs connus"
1783
 
@@ -1860,10 +1917,12 @@ msgid "Rankings"
1860
  msgstr "Classements"
1861
 
1862
  #: ../admin/view/wp-slimstat-reports.php:212
 
1863
  msgid ""
1864
- "Slimstat retrieves live information from Alexa, Facebook and Google, to "
1865
- "measures your site's rankings. Values are updated every 12 hours. Filters "
1866
- "set above don't apply to this report."
 
1867
  msgstr ""
1868
  "WP SlimStat récupère les informations d'Alexa, facebook, et Google, pour "
1869
  "mesurer le classement de votre site. Les données sont actualisées toutes les "
@@ -1889,7 +1948,7 @@ msgstr ""
1889
  "attribue un cookie. WP SlimStat exploite ces informations pour identifier "
1890
  "les visiteurs qui reviennent, y compris les utilisateurs enregistrés."
1891
 
1892
- #: ../admin/view/wp-slimstat-reports.php:252
1893
  #, fuzzy
1894
  msgid "Unique Terms"
1895
  msgstr "IPs uniques"
@@ -1903,8 +1962,8 @@ msgstr "Sites référents"
1903
  msgid "Human Visits"
1904
  msgstr "Visiteurs humains"
1905
 
1906
- #: ../admin/view/wp-slimstat-reports.php:283
1907
- #: ../admin/view/wp-slimstat-reports.php:1440
1908
  msgid "Visits"
1909
  msgstr "Visites"
1910
 
@@ -2038,7 +2097,7 @@ msgstr "IPs uniques"
2038
  msgid "Traffic Sources"
2039
  msgstr "Sources de trafic"
2040
 
2041
- #: ../admin/view/wp-slimstat-reports.php:524
2042
  msgid "Domains"
2043
  msgstr "Domaines"
2044
 
@@ -2185,107 +2244,107 @@ msgstr ""
2185
  msgid "World Map"
2186
  msgstr "Carte du monde"
2187
 
2188
- #: ../admin/view/wp-slimstat-reports.php:945
2189
  msgid "Refresh"
2190
  msgstr "Rafraichir"
2191
 
2192
- #: ../admin/view/wp-slimstat-reports.php:982
2193
  #, php-format
2194
  msgid "Results %s - %s of %s"
2195
  msgstr "Résultats %s - %s de %s"
2196
 
2197
- #: ../admin/view/wp-slimstat-reports.php:984
2198
  msgid "Refresh in"
2199
  msgstr "Rafraichir dans "
2200
 
2201
- #: ../admin/view/wp-slimstat-reports.php:1078
2202
  msgid "Category ID"
2203
  msgstr "l'ID de la catégorie de l'article"
2204
 
2205
- #: ../admin/view/wp-slimstat-reports.php:1083
2206
- #: ../admin/view/wp-slimstat-reports.php:1097
2207
- #: ../admin/view/wp-slimstat-reports.php:1102
2208
  #, fuzzy
2209
  msgid "Code"
2210
  msgstr "Code OS "
2211
 
2212
  # Unknown
2213
- #: ../admin/view/wp-slimstat-reports.php:1098
2214
- #: ../languages/dynamic_strings.php:339 ../wp-slimstat.php:1367
2215
  msgid "l-"
2216
  msgstr "Inconnue"
2217
 
2218
- #: ../admin/view/wp-slimstat-reports.php:1115
2219
  msgid "URL"
2220
  msgstr ""
2221
 
2222
- #: ../admin/view/wp-slimstat-reports.php:1128
2223
  msgid "Referrer"
2224
  msgstr "Référent"
2225
 
2226
- #: ../admin/view/wp-slimstat-reports.php:1170
2227
- #: ../admin/view/wp-slimstat-reports.php:1424
2228
- #: ../admin/view/wp-slimstat-reports.php:1480
2229
- #: ../admin/view/wp-slimstat-reports.php:1486
2230
- #: ../admin/view/wp-slimstat-reports.php:1492
2231
- #: ../admin/view/wp-slimstat-reports.php:1498
2232
- #: ../admin/view/wp-slimstat-reports.php:1504
2233
- #: ../admin/view/wp-slimstat-reports.php:1510
2234
- #: ../admin/view/wp-slimstat-reports.php:1516
2235
- #: ../admin/view/wp-slimstat-reports.php:1736
2236
  msgid "Hits"
2237
  msgstr "Hits"
2238
 
2239
- #: ../admin/view/wp-slimstat-reports.php:1351
2240
  #, fuzzy
2241
  msgid "Dataset Size"
2242
  msgstr "Taille de la base de données"
2243
 
2244
- #: ../admin/view/wp-slimstat-reports.php:1353
2245
  msgid "Total number of records stored in the database."
2246
  msgstr ""
2247
 
2248
- #: ../admin/view/wp-slimstat-reports.php:1355
2249
  msgid "DB Size"
2250
  msgstr "Taille de la base de données"
2251
 
2252
- #: ../admin/view/wp-slimstat-reports.php:1358
2253
  #, fuzzy
2254
  msgid "Tracking Enabled"
2255
  msgstr "Mode traçage"
2256
 
2257
- #: ../admin/view/wp-slimstat-reports.php:1361
2258
  msgid "Javascript Mode"
2259
  msgstr "Mode Javascript"
2260
 
2261
- #: ../admin/view/wp-slimstat-reports.php:1364
2262
  msgid "Tracking Browser Caps"
2263
  msgstr "Traçage Capacités Navigateurs"
2264
 
2265
- #: ../admin/view/wp-slimstat-reports.php:1367
2266
  msgid "Auto purge"
2267
  msgstr "Purge automatique"
2268
 
2269
- #: ../admin/view/wp-slimstat-reports.php:1370
2270
  msgid "Oldest pageview"
2271
  msgstr "Plus ancienne page vue"
2272
 
2273
- #: ../admin/view/wp-slimstat-reports.php:1371
2274
  msgid "No visits"
2275
  msgstr "Aucune visite"
2276
 
2277
- #: ../admin/view/wp-slimstat-reports.php:1373
2278
  #: ../admin/wp-slimstat-admin.php:112
2279
  #, fuzzy
2280
  msgid "Geolocation"
2281
  msgstr "Ordre de tri"
2282
 
2283
- #: ../admin/view/wp-slimstat-reports.php:1375
2284
  msgid "Date when the MaxMind Geolocation database was last updated."
2285
  msgstr ""
2286
 
2287
- #: ../admin/view/wp-slimstat-reports.php:1386
2288
- #: ../admin/view/wp-slimstat-reports.php:1544
2289
  msgid ""
2290
  "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
2291
  "the tracking code is executed."
@@ -2293,17 +2352,17 @@ msgstr ""
2293
  "Une demande pour charger un fichier HTML. WP SlimStat enregistre un \"pages "
2294
  "vues \" chaque fois que le code de traçage est exécuté."
2295
 
2296
- #: ../admin/view/wp-slimstat-reports.php:1388
2297
  #, fuzzy
2298
  msgid "Days in Range"
2299
  msgstr "Intervalle de date"
2300
 
2301
- #: ../admin/view/wp-slimstat-reports.php:1391
2302
  #, fuzzy
2303
  msgid "Average Daily Pageviews"
2304
  msgstr "Nombre de pages vues en moyenne"
2305
 
2306
- #: ../admin/view/wp-slimstat-reports.php:1393
2307
  #, fuzzy
2308
  msgid ""
2309
  "How many pages have been visited on average every day during the current "
@@ -2311,11 +2370,11 @@ msgid ""
2311
  msgstr ""
2312
  "Combien de pages ont été visitées en moyenne au cours de la période en cours."
2313
 
2314
- #: ../admin/view/wp-slimstat-reports.php:1395
2315
  msgid "From Search Results"
2316
  msgstr "Résultat de recherches"
2317
 
2318
- #: ../admin/view/wp-slimstat-reports.php:1397
2319
  msgid ""
2320
  "Visitors who landed on your site after searching for a keyword on Google, "
2321
  "Yahoo, etc."
@@ -2323,7 +2382,7 @@ msgstr ""
2323
  "Visiteurs qui sont arrivés sur votre site après une recherche par mots clés "
2324
  "sur Google, Yahoo, etc"
2325
 
2326
- #: ../admin/view/wp-slimstat-reports.php:1401
2327
  msgid ""
2328
  "Used to differentiate between multiple requests to download a file from one "
2329
  "internet address (IP) and requests originating from many distinct addresses"
@@ -2332,11 +2391,11 @@ msgstr ""
2332
  "fichier à partir d'une adresse Internet (IP) unique et les demandes "
2333
  "provenant de plusieurs adresses distinctes"
2334
 
2335
- #: ../admin/view/wp-slimstat-reports.php:1403
2336
  msgid "Last 30 minutes"
2337
  msgstr "30 dernières minutes"
2338
 
2339
- #: ../admin/view/wp-slimstat-reports.php:1442
2340
  msgid ""
2341
  "A visit is a session of at most 30 minutes. Returning visitors are counted "
2342
  "multiple times if they perform multiple visits."
@@ -2345,15 +2404,15 @@ msgstr ""
2345
  "reviennent sont comptés plusieurs fois s'ils effectuent des visites "
2346
  "multiples."
2347
 
2348
- #: ../admin/view/wp-slimstat-reports.php:1446
2349
  msgid "It includes only traffic generated by human visitors."
2350
  msgstr "Cela ne comprend que les visites dites humaines."
2351
 
2352
- #: ../admin/view/wp-slimstat-reports.php:1448
2353
  msgid "Bounce rate"
2354
  msgstr "Taux de rebond"
2355
 
2356
- #: ../admin/view/wp-slimstat-reports.php:1450
2357
  msgid ""
2358
  "Percentage of single-page visits, i.e. visits in which the person left your "
2359
  "site from the entrance page."
@@ -2361,77 +2420,77 @@ msgstr ""
2361
  "Pourcentage de visites d'une seule page, par exemple les visites au cours "
2362
  "desquelles la personne a quitté votre site dès la page d'entrée."
2363
 
2364
- #: ../admin/view/wp-slimstat-reports.php:1452
2365
  msgid "Known visitors"
2366
  msgstr "Visiteurs connus"
2367
 
2368
- #: ../admin/view/wp-slimstat-reports.php:1454
2369
  msgid "Visitors who had previously left a comment on your blog."
2370
  msgstr "Visiteurs qui ont déjà laissé un commentaire sur votre blog."
2371
 
2372
- #: ../admin/view/wp-slimstat-reports.php:1456
2373
  msgid "New visitors"
2374
  msgstr "Nouveaux visiteurs"
2375
 
2376
- #: ../admin/view/wp-slimstat-reports.php:1458
2377
  msgid "Human users who visited your site only once."
2378
  msgstr "Visiteurs humains qui ont visité votre site une seule fois."
2379
 
2380
- #: ../admin/view/wp-slimstat-reports.php:1460
2381
  msgid "Bots"
2382
  msgstr "Robots"
2383
 
2384
- #: ../admin/view/wp-slimstat-reports.php:1463
2385
  #, fuzzy
2386
  msgid "Pageviews per visit"
2387
  msgstr "Pages vues par visite"
2388
 
2389
- #: ../admin/view/wp-slimstat-reports.php:1466
2390
  msgid "Longest visit"
2391
  msgstr "Visite la plus longue"
2392
 
2393
- #: ../admin/view/wp-slimstat-reports.php:1467
2394
  msgid "hits"
2395
  msgstr "hits"
2396
 
2397
- #: ../admin/view/wp-slimstat-reports.php:1478
2398
  msgid "0 - 30 seconds"
2399
  msgstr "0 - 30 secondes"
2400
 
2401
- #: ../admin/view/wp-slimstat-reports.php:1484
2402
  msgid "31 - 60 seconds"
2403
  msgstr "31 - 60 secondes"
2404
 
2405
- #: ../admin/view/wp-slimstat-reports.php:1490
2406
  msgid "1 - 3 minutes"
2407
  msgstr "1 - 3 minutes"
2408
 
2409
- #: ../admin/view/wp-slimstat-reports.php:1496
2410
  msgid "3 - 5 minutes"
2411
  msgstr "3 - 5 minutes"
2412
 
2413
- #: ../admin/view/wp-slimstat-reports.php:1502
2414
  msgid "5 - 7 minutes"
2415
  msgstr "5 - 7 minutes"
2416
 
2417
- #: ../admin/view/wp-slimstat-reports.php:1508
2418
  msgid "7 - 10 minutes"
2419
  msgstr "7 - 10 minutes"
2420
 
2421
- #: ../admin/view/wp-slimstat-reports.php:1514
2422
  msgid "More than 10 minutes"
2423
  msgstr "Plus de 10 minutes"
2424
 
2425
- #: ../admin/view/wp-slimstat-reports.php:1526
2426
  #, fuzzy
2427
  msgid "Average visit duration"
2428
  msgstr "Durée des Visites"
2429
 
2430
- #: ../admin/view/wp-slimstat-reports.php:1546
2431
  msgid "Unique Referrers"
2432
  msgstr "Référents uniques"
2433
 
2434
- #: ../admin/view/wp-slimstat-reports.php:1548
2435
  msgid ""
2436
  "A referrer (or referring site) is the site that a visitor previously visited "
2437
  "before following a link to your site."
@@ -2439,11 +2498,11 @@ msgstr ""
2439
  "Un référent (ou site référent) est le site que le visiteur a visité avant de "
2440
  "suivre un lien vers votre site."
2441
 
2442
- #: ../admin/view/wp-slimstat-reports.php:1550
2443
  msgid "Direct Pageviews"
2444
  msgstr "Pages Vues Directes"
2445
 
2446
- #: ../admin/view/wp-slimstat-reports.php:1552
2447
  msgid ""
2448
  "Visitors who visited the site by typing the URL directly into their browser. "
2449
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
@@ -2456,11 +2515,11 @@ msgstr ""
2456
  "courriels non marquées, ou des liens à partir de documents qui ne "
2457
  "contiennent pas de variables de suivi."
2458
 
2459
- #: ../admin/view/wp-slimstat-reports.php:1554
2460
  msgid "From a search result"
2461
  msgstr "Depuis un moteur de recherche"
2462
 
2463
- #: ../admin/view/wp-slimstat-reports.php:1556
2464
  msgid ""
2465
  "Visitors who came to your site via searches on Google or some other search "
2466
  "engine."
@@ -2468,11 +2527,11 @@ msgstr ""
2468
  "Visiteurs qui sont venus sur le site via un moteur de recherche comme Google "
2469
  "ou autre."
2470
 
2471
- #: ../admin/view/wp-slimstat-reports.php:1558
2472
  msgid "Unique Landing Pages"
2473
  msgstr "Pages d'Entrées Uniques"
2474
 
2475
- #: ../admin/view/wp-slimstat-reports.php:1560
2476
  msgid ""
2477
  "The first page that a user views during a session. This is also known as the "
2478
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
@@ -2484,22 +2543,22 @@ msgstr ""
2484
  "mots clés 'Brooklyn Office Space' et arrive sur votre page d'accueil, elle "
2485
  "sera comptée (pour cette visite) comme la page d'entrée."
2486
 
2487
- #: ../admin/view/wp-slimstat-reports.php:1562
2488
  msgid "Bounce Pages"
2489
  msgstr "Pages de Rebonds"
2490
 
2491
- #: ../admin/view/wp-slimstat-reports.php:1564
2492
  #, fuzzy
2493
  msgid "Number of single page visits to your site over the selected period."
2494
  msgstr ""
2495
  "Nombre de visites d'une seule page de votre site au cours de la période "
2496
  "sélectionnée."
2497
 
2498
- #: ../admin/view/wp-slimstat-reports.php:1566
2499
  msgid "New Visitors Rate"
2500
  msgstr "Taux de Nouveaux Visiteurs"
2501
 
2502
- #: ../admin/view/wp-slimstat-reports.php:1568
2503
  #, fuzzy
2504
  msgid ""
2505
  "Percentage of single page visits, i.e. visits in which the person left your "
@@ -2508,11 +2567,11 @@ msgstr ""
2508
  "Pourcentage de visites d'une seule page, par exemple les visites au cours "
2509
  "desquelles la personne a quitté votre site dès la page d'entrée."
2510
 
2511
- #: ../admin/view/wp-slimstat-reports.php:1570
2512
  msgid "Currently from search engines"
2513
  msgstr "Moteurs de recherche récents"
2514
 
2515
- #: ../admin/view/wp-slimstat-reports.php:1572
2516
  msgid ""
2517
  "Visitors who visited the site in the last 5 minutes coming from a search "
2518
  "engine."
@@ -2520,55 +2579,42 @@ msgstr ""
2520
  "Visiteurs qui ont visité le site dans les 5 dernières visites, provenant "
2521
  "d'un moteur de recherche."
2522
 
2523
- #: ../admin/view/wp-slimstat-reports.php:1642
2524
- msgid "Number of pages in your site included in Google's index."
2525
- msgstr "Nombre de pages de votre site indexées par Google."
 
 
 
2526
 
2527
- #: ../admin/view/wp-slimstat-reports.php:1643
2528
- msgid "Google Index"
2529
- msgstr "Index Google"
 
2530
 
2531
- #: ../admin/view/wp-slimstat-reports.php:1644
2532
- msgid "Number of pages, according to Google, that link back to your site."
 
2533
  msgstr ""
2534
  "Nombre de pages qui pointent sur votre site, d'après les informations "
2535
  "fournies par Google."
2536
 
2537
- #: ../admin/view/wp-slimstat-reports.php:1645
2538
- msgid "Google Backlinks"
 
2539
  msgstr "Backlinks Google"
2540
 
2541
- #: ../admin/view/wp-slimstat-reports.php:1646
2542
  msgid ""
2543
- "How many times the Facebook Like button has been approximately clicked on "
2544
- "your site."
 
2545
  msgstr ""
2546
- "Nombre de fois que votre site a été Liké par quelqu'un sur le réseau social."
2547
-
2548
- #: ../admin/view/wp-slimstat-reports.php:1647
2549
- msgid "Facebook Likes"
2550
- msgstr "\"J'aime\" Facebook"
2551
 
2552
- #: ../admin/view/wp-slimstat-reports.php:1648
2553
- msgid ""
2554
- "How many times your site has been shared by someone on the social network."
2555
  msgstr ""
2556
- "Nombre de fois que votre site a été partagé par quelqu'un sur le réseau "
2557
- "social."
2558
 
2559
- #: ../admin/view/wp-slimstat-reports.php:1649
2560
- msgid "Facebook Shares"
2561
- msgstr "Partages Facebook"
2562
-
2563
- #: ../admin/view/wp-slimstat-reports.php:1650
2564
- msgid "How many times links to your website have been clicked on Facebook."
2565
- msgstr "Nombre de fois que vos liens ont été activés sur Facebook"
2566
-
2567
- #: ../admin/view/wp-slimstat-reports.php:1651
2568
- msgid "Facebook Clicks"
2569
- msgstr "Clicks Facebook"
2570
-
2571
- #: ../admin/view/wp-slimstat-reports.php:1652
2572
  msgid ""
2573
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
2574
  "traffic data."
@@ -2576,23 +2622,42 @@ msgstr ""
2576
  "Alexa est une filiale d'Amazon.com qui fournit des données commerciales "
2577
  "concernant le trafic web."
2578
 
2579
- #: ../admin/view/wp-slimstat-reports.php:1653
2580
  msgid "Alexa World Rank"
2581
  msgstr "Alexa, Classement mondial"
2582
 
2583
- #: ../admin/view/wp-slimstat-reports.php:1654
2584
  msgid "Alexa Country Rank"
2585
  msgstr "Alexa, Classement par pays"
2586
 
2587
- #: ../admin/view/wp-slimstat-reports.php:1655
2588
  msgid "Alexa Popularity"
2589
  msgstr "Alexa, Popularité"
2590
 
2591
  #: ../admin/view/wp-slimstat-reports.php:1666
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2592
  msgid "Content Items"
2593
  msgstr "Contenus"
2594
 
2595
- #: ../admin/view/wp-slimstat-reports.php:1668
2596
  msgid ""
2597
  "This value includes not only posts, but also custom post types, regardless "
2598
  "of their status"
@@ -2600,1168 +2665,1168 @@ msgstr ""
2600
  "Cette valeur n'inclut pas seulement les articles de blog, mais aussi des "
2601
  "types personnalisés d'articles, quel que soit leur statut."
2602
 
2603
- #: ../admin/view/wp-slimstat-reports.php:1670
2604
  #, fuzzy
2605
  msgid "Posts"
2606
  msgstr "Top Posts"
2607
 
2608
- #: ../admin/view/wp-slimstat-reports.php:1673
2609
  #, fuzzy
2610
  msgid "Pages"
2611
  msgstr "Pages de sorties les plus utilisées"
2612
 
2613
- #: ../admin/view/wp-slimstat-reports.php:1676
2614
  msgid "Attachments"
2615
  msgstr ""
2616
 
2617
- #: ../admin/view/wp-slimstat-reports.php:1679
2618
  #, fuzzy
2619
  msgid "Revisions"
2620
  msgstr "Permissions"
2621
 
2622
- #: ../admin/view/wp-slimstat-reports.php:1682
2623
  #, fuzzy
2624
  msgid "Comments"
2625
  msgstr "Nombre de commentaires"
2626
 
2627
- #: ../admin/view/wp-slimstat-reports.php:1685
2628
  #, fuzzy
2629
  msgid "Avg Comments per Post"
2630
  msgstr "Moyenne de commentaires par Article"
2631
 
2632
- #: ../admin/view/wp-slimstat-reports.php:1688
2633
  msgid "Avg Server Latency"
2634
  msgstr "Latence moyenne du serveur"
2635
 
2636
- #: ../admin/view/wp-slimstat-reports.php:1690
2637
  msgid ""
2638
  "Latency is the amount of time it takes for the host server to receive and "
2639
  "process a request for a page object. The amount of latency depends largely "
2640
  "on how far away the user is from the server."
2641
  msgstr ""
2642
 
2643
- #: ../admin/view/wp-slimstat-reports.php:1733
2644
  #, fuzzy
2645
  msgid "Coordinates"
2646
  msgstr "Mode traçage"
2647
 
2648
- #: ../admin/view/wp-slimstat-reports.php:1733
2649
  msgid "Date"
2650
  msgstr ""
2651
 
2652
  # Unknown
2653
- #: ../admin/view/wp-slimstat-reports.php:1749
2654
  msgid "c-xx"
2655
  msgstr "Inconnu"
2656
 
2657
  # Afghanistan
2658
- #: ../admin/view/wp-slimstat-reports.php:1749
2659
  msgid "c-af"
2660
  msgstr "Afghanistan"
2661
 
2662
  # Åland Islands
2663
- #: ../admin/view/wp-slimstat-reports.php:1749
2664
  msgid "c-ax"
2665
  msgstr "Îles Åland"
2666
 
2667
  # Albania
2668
- #: ../admin/view/wp-slimstat-reports.php:1749
2669
  msgid "c-al"
2670
  msgstr "Albanie"
2671
 
2672
  # Algeria
2673
- #: ../admin/view/wp-slimstat-reports.php:1749
2674
  msgid "c-dz"
2675
  msgstr "Algérie"
2676
 
2677
  # Andorra
2678
- #: ../admin/view/wp-slimstat-reports.php:1749
2679
  msgid "c-ad"
2680
  msgstr "Andorre"
2681
 
2682
  # Angola
2683
- #: ../admin/view/wp-slimstat-reports.php:1749
2684
  msgid "c-ao"
2685
  msgstr "Angola"
2686
 
2687
  # Anguilla
2688
- #: ../admin/view/wp-slimstat-reports.php:1749
2689
  msgid "c-ai"
2690
  msgstr "Anguilla"
2691
 
2692
  # Antigua and Barbuda
2693
- #: ../admin/view/wp-slimstat-reports.php:1749
2694
  msgid "c-ag"
2695
  msgstr "Antigua et Barbuda"
2696
 
2697
  # Argentina
2698
- #: ../admin/view/wp-slimstat-reports.php:1749
2699
  msgid "c-ar"
2700
  msgstr "Argentine"
2701
 
2702
  # Armenia
2703
- #: ../admin/view/wp-slimstat-reports.php:1749
2704
  msgid "c-am"
2705
  msgstr "Arménie"
2706
 
2707
  # Aruba
2708
- #: ../admin/view/wp-slimstat-reports.php:1749
2709
  msgid "c-aw"
2710
  msgstr "Aruba"
2711
 
2712
  # Australia
2713
- #: ../admin/view/wp-slimstat-reports.php:1749
2714
  msgid "c-au"
2715
  msgstr "Australie"
2716
 
2717
  # Austria
2718
- #: ../admin/view/wp-slimstat-reports.php:1749
2719
  msgid "c-at"
2720
  msgstr "Autriche"
2721
 
2722
  # Azerbaijan
2723
- #: ../admin/view/wp-slimstat-reports.php:1749
2724
  msgid "c-az"
2725
  msgstr "Azerbaïdjan"
2726
 
2727
  # Bahamas
2728
- #: ../admin/view/wp-slimstat-reports.php:1749
2729
  msgid "c-bs"
2730
  msgstr "Bahamas"
2731
 
2732
  # Bahrain
2733
- #: ../admin/view/wp-slimstat-reports.php:1749
2734
  msgid "c-bh"
2735
  msgstr "Bahreïn"
2736
 
2737
  # Bangladesh
2738
- #: ../admin/view/wp-slimstat-reports.php:1749
2739
  msgid "c-bd"
2740
  msgstr "Bangladesh"
2741
 
2742
  # Barbados
2743
- #: ../admin/view/wp-slimstat-reports.php:1749
2744
  msgid "c-bb"
2745
  msgstr "Barbade"
2746
 
2747
  # Belarus
2748
- #: ../admin/view/wp-slimstat-reports.php:1749
2749
  msgid "c-by"
2750
  msgstr "Bélarus"
2751
 
2752
  # Belgium
2753
- #: ../admin/view/wp-slimstat-reports.php:1749
2754
  msgid "c-be"
2755
  msgstr "Belgique"
2756
 
2757
  # Belize
2758
- #: ../admin/view/wp-slimstat-reports.php:1749
2759
  msgid "c-bz"
2760
  msgstr "Belize"
2761
 
2762
  # Benin
2763
- #: ../admin/view/wp-slimstat-reports.php:1749
2764
  msgid "c-bj"
2765
  msgstr "Bénin"
2766
 
2767
  # Bermuda
2768
- #: ../admin/view/wp-slimstat-reports.php:1749
2769
  msgid "c-bm"
2770
  msgstr "Bermudes"
2771
 
2772
  # Bhutan
2773
- #: ../admin/view/wp-slimstat-reports.php:1749
2774
  msgid "c-bt"
2775
  msgstr "Bhoutan"
2776
 
2777
  # Bolivia
2778
- #: ../admin/view/wp-slimstat-reports.php:1749
2779
  msgid "c-bo"
2780
  msgstr "État plurinational de Bolivie"
2781
 
2782
  # Bosnia and Herzegovina
2783
- #: ../admin/view/wp-slimstat-reports.php:1749
2784
  msgid "c-ba"
2785
  msgstr "Bosnie-Herzégovine"
2786
 
2787
  # Botswana
2788
- #: ../admin/view/wp-slimstat-reports.php:1749
2789
  msgid "c-bw"
2790
  msgstr "Botswana"
2791
 
2792
  # Brazil
2793
- #: ../admin/view/wp-slimstat-reports.php:1749
2794
  msgid "c-br"
2795
  msgstr "Brésil"
2796
 
2797
  # Brunei Darussalam
2798
- #: ../admin/view/wp-slimstat-reports.php:1749
2799
  msgid "c-bn"
2800
  msgstr "Brunéi Darussalam"
2801
 
2802
  # Bulgaria
2803
- #: ../admin/view/wp-slimstat-reports.php:1749
2804
  msgid "c-bg"
2805
  msgstr "Bulgarie"
2806
 
2807
  # Burkina Faso
2808
- #: ../admin/view/wp-slimstat-reports.php:1749
2809
  msgid "c-bf"
2810
  msgstr "Burkina Faso"
2811
 
2812
  # Burundi
2813
- #: ../admin/view/wp-slimstat-reports.php:1749
2814
  msgid "c-bi"
2815
  msgstr "Burundi"
2816
 
2817
  # Cambodia
2818
- #: ../admin/view/wp-slimstat-reports.php:1749
2819
  msgid "c-kh"
2820
  msgstr "Cambodge"
2821
 
2822
  # Cameroon
2823
- #: ../admin/view/wp-slimstat-reports.php:1749
2824
  msgid "c-cm"
2825
  msgstr "Cameroun"
2826
 
2827
  # Canada
2828
- #: ../admin/view/wp-slimstat-reports.php:1749
2829
  msgid "c-ca"
2830
  msgstr "Canada"
2831
 
2832
  # Cape Verde
2833
- #: ../admin/view/wp-slimstat-reports.php:1749
2834
  msgid "c-cv"
2835
  msgstr "Cap-Vert"
2836
 
2837
  # Cayman Islands
2838
- #: ../admin/view/wp-slimstat-reports.php:1749
2839
  msgid "c-ky"
2840
  msgstr "Îles Caïmans"
2841
 
2842
  # Central African Republic
2843
- #: ../admin/view/wp-slimstat-reports.php:1749
2844
  msgid "c-cf"
2845
  msgstr "République Centrafricaine"
2846
 
2847
  # Chad
2848
- #: ../admin/view/wp-slimstat-reports.php:1749
2849
  msgid "c-td"
2850
  msgstr "Tchad"
2851
 
2852
  # Chile
2853
- #: ../admin/view/wp-slimstat-reports.php:1749
2854
  msgid "c-cl"
2855
  msgstr "Chili"
2856
 
2857
  # China
2858
- #: ../admin/view/wp-slimstat-reports.php:1749
2859
  msgid "c-cn"
2860
  msgstr "Chine"
2861
 
2862
  # Colombia
2863
- #: ../admin/view/wp-slimstat-reports.php:1749
2864
  msgid "c-co"
2865
  msgstr "Colombie"
2866
 
2867
  # Comoros
2868
- #: ../admin/view/wp-slimstat-reports.php:1749
2869
  msgid "c-km"
2870
  msgstr "Comores"
2871
 
2872
  # Congo
2873
- #: ../admin/view/wp-slimstat-reports.php:1749
2874
  msgid "c-cg"
2875
  msgstr "Congo"
2876
 
2877
  # The Democratic Republic of the Congo
2878
- #: ../admin/view/wp-slimstat-reports.php:1749
2879
  msgid "c-cd"
2880
  msgstr "République Démocratique du Congo"
2881
 
2882
  # Costa Rica
2883
- #: ../admin/view/wp-slimstat-reports.php:1749
2884
  msgid "c-cr"
2885
  msgstr "Costa Rica"
2886
 
2887
  # Côte d'Ivoire
2888
- #: ../admin/view/wp-slimstat-reports.php:1749
2889
  msgid "c-ci"
2890
  msgstr "Côte d'Ivoire"
2891
 
2892
  # Croatia
2893
- #: ../admin/view/wp-slimstat-reports.php:1749
2894
  msgid "c-hr"
2895
  msgstr "Croatie"
2896
 
2897
  # Cuba
2898
- #: ../admin/view/wp-slimstat-reports.php:1749
2899
  msgid "c-cu"
2900
  msgstr "Cuba"
2901
 
2902
  # Cyprus
2903
- #: ../admin/view/wp-slimstat-reports.php:1749
2904
  msgid "c-cy"
2905
  msgstr "Chypre"
2906
 
2907
  # Czech Republic
2908
- #: ../admin/view/wp-slimstat-reports.php:1749
2909
  msgid "c-cz"
2910
  msgstr "République tchèque"
2911
 
2912
  # Denmark
2913
- #: ../admin/view/wp-slimstat-reports.php:1749
2914
  msgid "c-dk"
2915
  msgstr "Danemark"
2916
 
2917
  # Djibouti
2918
- #: ../admin/view/wp-slimstat-reports.php:1749
2919
  msgid "c-dj"
2920
  msgstr "Djibouti"
2921
 
2922
  # Dominica
2923
- #: ../admin/view/wp-slimstat-reports.php:1749
2924
  msgid "c-dm"
2925
  msgstr "Dominique"
2926
 
2927
  # Dominican Republic
2928
- #: ../admin/view/wp-slimstat-reports.php:1749
2929
  msgid "c-do"
2930
  msgstr "République dominicaine"
2931
 
2932
  # Ecuador
2933
- #: ../admin/view/wp-slimstat-reports.php:1749
2934
  msgid "c-ec"
2935
  msgstr "Équateur"
2936
 
2937
  # Egypt
2938
- #: ../admin/view/wp-slimstat-reports.php:1749
2939
  msgid "c-eg"
2940
  msgstr "Égypte"
2941
 
2942
  # El Salvador
2943
- #: ../admin/view/wp-slimstat-reports.php:1749
2944
  msgid "c-sv"
2945
  msgstr "El Salvador"
2946
 
2947
  # Equatorial Guinea
2948
- #: ../admin/view/wp-slimstat-reports.php:1749
2949
  msgid "c-gq"
2950
  msgstr "Guinée équatoriale"
2951
 
2952
  # Eritrea
2953
- #: ../admin/view/wp-slimstat-reports.php:1749
2954
  msgid "c-er"
2955
  msgstr "Érythrée"
2956
 
2957
  # Estonia
2958
- #: ../admin/view/wp-slimstat-reports.php:1749
2959
  msgid "c-ee"
2960
  msgstr "Estonie"
2961
 
2962
  # Ethiopia
2963
- #: ../admin/view/wp-slimstat-reports.php:1749
2964
  msgid "c-et"
2965
  msgstr "Éthiopie"
2966
 
2967
  # Faroe Islands
2968
- #: ../admin/view/wp-slimstat-reports.php:1749
2969
  msgid "c-fo"
2970
  msgstr "Îles Féroé"
2971
 
2972
  # Falkland Islands (Malvinas)
2973
- #: ../admin/view/wp-slimstat-reports.php:1749
2974
  msgid "c-fk"
2975
  msgstr "Îles Falkland (Malvinas)"
2976
 
2977
  # Fiji
2978
- #: ../admin/view/wp-slimstat-reports.php:1749
2979
  msgid "c-fj"
2980
  msgstr "Fidji"
2981
 
2982
  # Finland
2983
- #: ../admin/view/wp-slimstat-reports.php:1749
2984
  msgid "c-fi"
2985
  msgstr "Finlande"
2986
 
2987
  # France
2988
- #: ../admin/view/wp-slimstat-reports.php:1749
2989
  msgid "c-fr"
2990
  msgstr "France"
2991
 
2992
  # French Guiana
2993
- #: ../admin/view/wp-slimstat-reports.php:1749
2994
  msgid "c-gf"
2995
  msgstr "Guyane française"
2996
 
2997
  # Gabon
2998
- #: ../admin/view/wp-slimstat-reports.php:1749
2999
  msgid "c-ga"
3000
  msgstr "Gabon"
3001
 
3002
  # Gambia
3003
- #: ../admin/view/wp-slimstat-reports.php:1749
3004
  msgid "c-gm"
3005
  msgstr "Gambie"
3006
 
3007
  # Georgia
3008
- #: ../admin/view/wp-slimstat-reports.php:1749
3009
  msgid "c-ge"
3010
  msgstr "Géorgie"
3011
 
3012
  # Germany
3013
- #: ../admin/view/wp-slimstat-reports.php:1749
3014
  msgid "c-de"
3015
  msgstr "Allemagne"
3016
 
3017
  # Ghana
3018
- #: ../admin/view/wp-slimstat-reports.php:1749
3019
  msgid "c-gh"
3020
  msgstr "Ghana"
3021
 
3022
  # Greece
3023
- #: ../admin/view/wp-slimstat-reports.php:1749
3024
  msgid "c-gr"
3025
  msgstr "Grèce"
3026
 
3027
  # Greenland
3028
- #: ../admin/view/wp-slimstat-reports.php:1749
3029
  msgid "c-gl"
3030
  msgstr "Groenland"
3031
 
3032
  # Grenada
3033
- #: ../admin/view/wp-slimstat-reports.php:1749
3034
  msgid "c-gd"
3035
  msgstr "Grenade"
3036
 
3037
  # Guadeloupe
3038
- #: ../admin/view/wp-slimstat-reports.php:1749
3039
  msgid "c-gp"
3040
  msgstr "Guadeloupe"
3041
 
3042
  # Guatemala
3043
- #: ../admin/view/wp-slimstat-reports.php:1749
3044
  msgid "c-gt"
3045
  msgstr "Guatemala"
3046
 
3047
  # Guinea
3048
- #: ../admin/view/wp-slimstat-reports.php:1749
3049
  msgid "c-gn"
3050
  msgstr "Guinée"
3051
 
3052
  # Guinea-Bissau
3053
- #: ../admin/view/wp-slimstat-reports.php:1749
3054
  msgid "c-gw"
3055
  msgstr "Guinée-Bissau"
3056
 
3057
  # Guyana
3058
- #: ../admin/view/wp-slimstat-reports.php:1749
3059
  msgid "c-gy"
3060
  msgstr "Guyana"
3061
 
3062
  # Haiti
3063
- #: ../admin/view/wp-slimstat-reports.php:1749
3064
  msgid "c-ht"
3065
  msgstr "Haïti"
3066
 
3067
  # Honduras
3068
- #: ../admin/view/wp-slimstat-reports.php:1749
3069
  msgid "c-hn"
3070
  msgstr "Honduras"
3071
 
3072
  # Hong Kong
3073
- #: ../admin/view/wp-slimstat-reports.php:1749
3074
  msgid "c-hk"
3075
  msgstr "Hong Kong"
3076
 
3077
  # Hungary
3078
- #: ../admin/view/wp-slimstat-reports.php:1749
3079
  msgid "c-hu"
3080
  msgstr "Hongrie"
3081
 
3082
  # Iceland
3083
- #: ../admin/view/wp-slimstat-reports.php:1749
3084
  msgid "c-is"
3085
  msgstr "Islande"
3086
 
3087
  # India
3088
- #: ../admin/view/wp-slimstat-reports.php:1749
3089
  msgid "c-in"
3090
  msgstr "Inde"
3091
 
3092
  # Indonesia
3093
- #: ../admin/view/wp-slimstat-reports.php:1749
3094
  msgid "c-id"
3095
  msgstr "Indonésie"
3096
 
3097
  # Islamic Republic of Iran
3098
- #: ../admin/view/wp-slimstat-reports.php:1749
3099
  msgid "c-ir"
3100
  msgstr "République islamique d'Iran"
3101
 
3102
  # Iraq
3103
- #: ../admin/view/wp-slimstat-reports.php:1749
3104
  msgid "c-iq"
3105
  msgstr "Irak"
3106
 
3107
  # Ireland
3108
- #: ../admin/view/wp-slimstat-reports.php:1749
3109
  msgid "c-ie"
3110
  msgstr "Irlande"
3111
 
3112
  # Israel
3113
- #: ../admin/view/wp-slimstat-reports.php:1749
3114
  msgid "c-il"
3115
  msgstr "Israël"
3116
 
3117
  # Italy
3118
- #: ../admin/view/wp-slimstat-reports.php:1749
3119
  msgid "c-it"
3120
  msgstr "Italie"
3121
 
3122
  # Jamaica
3123
- #: ../admin/view/wp-slimstat-reports.php:1749
3124
  msgid "c-jm"
3125
  msgstr "Jamaïque"
3126
 
3127
  # Japan
3128
- #: ../admin/view/wp-slimstat-reports.php:1749
3129
  msgid "c-jp"
3130
  msgstr "Japon"
3131
 
3132
  # Jordan
3133
- #: ../admin/view/wp-slimstat-reports.php:1749
3134
  msgid "c-jo"
3135
  msgstr "Jordanie"
3136
 
3137
  # Kazakhstan
3138
- #: ../admin/view/wp-slimstat-reports.php:1749
3139
  msgid "c-kz"
3140
  msgstr "Kazakhstan"
3141
 
3142
  # Kenya
3143
- #: ../admin/view/wp-slimstat-reports.php:1749
3144
  msgid "c-ke"
3145
  msgstr "Kenya"
3146
 
3147
  # Nauru
3148
- #: ../admin/view/wp-slimstat-reports.php:1749
3149
  msgid "c-nr"
3150
  msgstr "Nauru"
3151
 
3152
  # Democratic People's Republic of Korea
3153
- #: ../admin/view/wp-slimstat-reports.php:1749
3154
  msgid "c-kp"
3155
  msgstr "République populaire démocratique de Corée"
3156
 
3157
  # Republic of Korea
3158
- #: ../admin/view/wp-slimstat-reports.php:1749
3159
  msgid "c-kr"
3160
  msgstr "République de Corée"
3161
 
3162
- #: ../admin/view/wp-slimstat-reports.php:1749
3163
  msgid "c-kv"
3164
  msgstr "Kossovo"
3165
 
3166
  # Kuwait
3167
- #: ../admin/view/wp-slimstat-reports.php:1749
3168
  msgid "c-kw"
3169
  msgstr "Koweït"
3170
 
3171
  # Kyrgyzstan
3172
- #: ../admin/view/wp-slimstat-reports.php:1749
3173
  msgid "c-kg"
3174
  msgstr "Kirghizistan"
3175
 
3176
  # Lao People's Democratic Republic
3177
- #: ../admin/view/wp-slimstat-reports.php:1749
3178
  msgid "c-la"
3179
  msgstr "République démocratique populaire lao"
3180
 
3181
  # Latvia
3182
- #: ../admin/view/wp-slimstat-reports.php:1749
3183
  msgid "c-lv"
3184
  msgstr "Lettonie"
3185
 
3186
  # Lebanon
3187
- #: ../admin/view/wp-slimstat-reports.php:1749
3188
  msgid "c-lb"
3189
  msgstr "Liban"
3190
 
3191
  # Lesotho
3192
- #: ../admin/view/wp-slimstat-reports.php:1749
3193
  msgid "c-ls"
3194
  msgstr "Lesotho"
3195
 
3196
  # Liberia
3197
- #: ../admin/view/wp-slimstat-reports.php:1749
3198
  msgid "c-lr"
3199
  msgstr "Libéria"
3200
 
3201
  # Libyan Arab Jamahiriya
3202
- #: ../admin/view/wp-slimstat-reports.php:1749
3203
  msgid "c-ly"
3204
  msgstr "Jamahiriya arabe libyenne"
3205
 
3206
  # Liechtenstein
3207
- #: ../admin/view/wp-slimstat-reports.php:1749
3208
  msgid "c-li"
3209
  msgstr "Liechtenstein"
3210
 
3211
  # Lithuania
3212
- #: ../admin/view/wp-slimstat-reports.php:1749
3213
  msgid "c-lt"
3214
  msgstr "Lituanie"
3215
 
3216
  # Luxembourg
3217
- #: ../admin/view/wp-slimstat-reports.php:1749
3218
  msgid "c-lu"
3219
  msgstr "Luxembourg"
3220
 
3221
  # The Former Yugoslav Republic of Macedonia
3222
- #: ../admin/view/wp-slimstat-reports.php:1749
3223
  msgid "c-mk"
3224
  msgstr "Ex-république yougoslave de Macédoine"
3225
 
3226
  # Madagascar
3227
- #: ../admin/view/wp-slimstat-reports.php:1749
3228
  msgid "c-mg"
3229
  msgstr "Madagascar"
3230
 
3231
  # Malawi
3232
- #: ../admin/view/wp-slimstat-reports.php:1749
3233
  msgid "c-mw"
3234
  msgstr "Malawi"
3235
 
3236
  # Malaysia
3237
- #: ../admin/view/wp-slimstat-reports.php:1749
3238
  msgid "c-my"
3239
  msgstr "Malaisie"
3240
 
3241
  # Mali
3242
- #: ../admin/view/wp-slimstat-reports.php:1749
3243
  msgid "c-ml"
3244
  msgstr "Mali"
3245
 
3246
  # Malta
3247
- #: ../admin/view/wp-slimstat-reports.php:1749
3248
  msgid "c-mt"
3249
  msgstr "Malte"
3250
 
3251
  # Martinique
3252
- #: ../admin/view/wp-slimstat-reports.php:1749
3253
  msgid "c-mq"
3254
  msgstr "Martinique"
3255
 
3256
  # Mauritania
3257
- #: ../admin/view/wp-slimstat-reports.php:1749
3258
  msgid "c-mr"
3259
  msgstr "Mauritanie"
3260
 
3261
  # Mauritius
3262
- #: ../admin/view/wp-slimstat-reports.php:1749
3263
  msgid "c-mu"
3264
  msgstr "Maurice"
3265
 
3266
  # Mexico
3267
- #: ../admin/view/wp-slimstat-reports.php:1749
3268
  msgid "c-mx"
3269
  msgstr "Mexique"
3270
 
3271
  # Moldova
3272
- #: ../admin/view/wp-slimstat-reports.php:1749
3273
  msgid "c-md"
3274
  msgstr "République de Moldova"
3275
 
3276
  # Mongolia
3277
- #: ../admin/view/wp-slimstat-reports.php:1749
3278
  msgid "c-mn"
3279
  msgstr "Mongolie"
3280
 
3281
  # Montenegro
3282
- #: ../admin/view/wp-slimstat-reports.php:1749
3283
  msgid "c-me"
3284
  msgstr "Monténégro"
3285
 
3286
  # Montserrat
3287
- #: ../admin/view/wp-slimstat-reports.php:1749
3288
  msgid "c-ms"
3289
  msgstr "Montserrat"
3290
 
3291
  # Morocco
3292
- #: ../admin/view/wp-slimstat-reports.php:1749
3293
  msgid "c-ma"
3294
  msgstr "Maroc"
3295
 
3296
  # Mozambique
3297
- #: ../admin/view/wp-slimstat-reports.php:1749
3298
  msgid "c-mz"
3299
  msgstr "Mozambique"
3300
 
3301
  # Myanmar
3302
- #: ../admin/view/wp-slimstat-reports.php:1749
3303
  msgid "c-mm"
3304
  msgstr "Myanmar"
3305
 
3306
  # Namibia
3307
- #: ../admin/view/wp-slimstat-reports.php:1749
3308
  msgid "c-na"
3309
  msgstr "Namibie"
3310
 
3311
  # Nepal
3312
- #: ../admin/view/wp-slimstat-reports.php:1749
3313
  msgid "c-np"
3314
  msgstr "Népal"
3315
 
3316
  # Netherlands
3317
- #: ../admin/view/wp-slimstat-reports.php:1749
3318
  msgid "c-nl"
3319
  msgstr "Pays-bas"
3320
 
3321
  # New Caledonia
3322
- #: ../admin/view/wp-slimstat-reports.php:1749
3323
  msgid "c-nc"
3324
  msgstr "Nouvelle-Calédonie"
3325
 
3326
  # New Zealand
3327
- #: ../admin/view/wp-slimstat-reports.php:1749
3328
  msgid "c-nz"
3329
  msgstr "Nouvelle-Zélande"
3330
 
3331
  # Nicaragua
3332
- #: ../admin/view/wp-slimstat-reports.php:1749
3333
  msgid "c-ni"
3334
  msgstr "Nicaragua"
3335
 
3336
  # Niger
3337
- #: ../admin/view/wp-slimstat-reports.php:1749
3338
  msgid "c-ne"
3339
  msgstr "Niger"
3340
 
3341
  # Nigeria
3342
- #: ../admin/view/wp-slimstat-reports.php:1749
3343
  msgid "c-ng"
3344
  msgstr "Nigéria"
3345
 
3346
  # Norway
3347
- #: ../admin/view/wp-slimstat-reports.php:1749
3348
  msgid "c-no"
3349
  msgstr "Norvège"
3350
 
3351
  # Oman
3352
- #: ../admin/view/wp-slimstat-reports.php:1749
3353
  msgid "c-om"
3354
  msgstr "Oman"
3355
 
3356
  # Pakistan
3357
- #: ../admin/view/wp-slimstat-reports.php:1749
3358
  msgid "c-pk"
3359
  msgstr "Pakistan"
3360
 
3361
  # Palau
3362
- #: ../admin/view/wp-slimstat-reports.php:1749
3363
  msgid "c-pw"
3364
  msgstr "Palaos"
3365
 
3366
  # Occupied Palestinian Territory
3367
- #: ../admin/view/wp-slimstat-reports.php:1749
3368
  msgid "c-ps"
3369
  msgstr "Territoire palestinien occupé"
3370
 
3371
  # Panama
3372
- #: ../admin/view/wp-slimstat-reports.php:1749
3373
  msgid "c-pa"
3374
  msgstr "Panama"
3375
 
3376
  # Papua New Guinea
3377
- #: ../admin/view/wp-slimstat-reports.php:1749
3378
  msgid "c-pg"
3379
  msgstr "Papouasie-Nouvelle-Guinée"
3380
 
3381
  # Paraguay
3382
- #: ../admin/view/wp-slimstat-reports.php:1749
3383
  msgid "c-py"
3384
  msgstr "Paraguay"
3385
 
3386
  # Peru
3387
- #: ../admin/view/wp-slimstat-reports.php:1749
3388
  msgid "c-pe"
3389
  msgstr "Pérou"
3390
 
3391
  # Philippines
3392
- #: ../admin/view/wp-slimstat-reports.php:1749
3393
  msgid "c-ph"
3394
  msgstr "Philippines"
3395
 
3396
  # Poland
3397
- #: ../admin/view/wp-slimstat-reports.php:1749
3398
  msgid "c-pl"
3399
  msgstr "Pologne"
3400
 
3401
  # Portugal
3402
- #: ../admin/view/wp-slimstat-reports.php:1749
3403
  msgid "c-pt"
3404
  msgstr "Portugal"
3405
 
3406
  # Puerto Rico
3407
- #: ../admin/view/wp-slimstat-reports.php:1749
3408
  msgid "c-pr"
3409
  msgstr "Porto Rico"
3410
 
3411
  # Qatar
3412
- #: ../admin/view/wp-slimstat-reports.php:1749
3413
  msgid "c-qa"
3414
  msgstr "Qatar"
3415
 
3416
  # Réunion
3417
- #: ../admin/view/wp-slimstat-reports.php:1749
3418
  msgid "c-re"
3419
  msgstr "Réunion"
3420
 
3421
  # Romania
3422
- #: ../admin/view/wp-slimstat-reports.php:1749
3423
  msgid "c-ro"
3424
  msgstr "Roumanie"
3425
 
3426
  # Russian Federation
3427
- #: ../admin/view/wp-slimstat-reports.php:1749
3428
  msgid "c-ru"
3429
  msgstr "Fédération de Russie"
3430
 
3431
  # Rwanda
3432
- #: ../admin/view/wp-slimstat-reports.php:1749
3433
  msgid "c-rw"
3434
  msgstr "Rwanda"
3435
 
3436
  # Saint Kitts and Nevis
3437
- #: ../admin/view/wp-slimstat-reports.php:1749
3438
  msgid "c-kn"
3439
  msgstr "Saint-Kitts-et-Nevis"
3440
 
3441
  # Saint Lucia
3442
- #: ../admin/view/wp-slimstat-reports.php:1749
3443
  msgid "c-lc"
3444
  msgstr "Sainte-Lucie"
3445
 
3446
  # Saint Martin
3447
- #: ../admin/view/wp-slimstat-reports.php:1749
3448
  msgid "c-mf"
3449
  msgstr "Saint-Martin"
3450
 
3451
  # Saint Vincent and the Grenadines
3452
- #: ../admin/view/wp-slimstat-reports.php:1749
3453
  msgid "c-vc"
3454
  msgstr "Saint-Vincent-et-les Grenadines"
3455
 
3456
  # Samoa
3457
- #: ../admin/view/wp-slimstat-reports.php:1749
3458
  msgid "c-ws"
3459
  msgstr "Samoa"
3460
 
3461
  # Sao Tome and Principe
3462
- #: ../admin/view/wp-slimstat-reports.php:1749
3463
  msgid "c-st"
3464
  msgstr "Sao Tomé-et-Principe"
3465
 
3466
  # Saudi Arabia
3467
- #: ../admin/view/wp-slimstat-reports.php:1749
3468
  msgid "c-sa"
3469
  msgstr "Arabie saoudite"
3470
 
3471
  # Senegal
3472
- #: ../admin/view/wp-slimstat-reports.php:1749
3473
  msgid "c-sn"
3474
  msgstr "Sénégal"
3475
 
3476
  # Serbia
3477
- #: ../admin/view/wp-slimstat-reports.php:1749
3478
  msgid "c-rs"
3479
  msgstr "Serbie"
3480
 
3481
  # Sierra Leone
3482
- #: ../admin/view/wp-slimstat-reports.php:1749
3483
  msgid "c-sl"
3484
  msgstr "Sierra Leone"
3485
 
3486
  # Singapore
3487
- #: ../admin/view/wp-slimstat-reports.php:1749
3488
  msgid "c-sg"
3489
  msgstr "Singapour"
3490
 
3491
  # Slovakia
3492
- #: ../admin/view/wp-slimstat-reports.php:1749
3493
  msgid "c-sk"
3494
  msgstr "Slovaquie"
3495
 
3496
  # Slovenia
3497
- #: ../admin/view/wp-slimstat-reports.php:1749
3498
  msgid "c-si"
3499
  msgstr "Slovénie"
3500
 
3501
  # Solomon Islands
3502
- #: ../admin/view/wp-slimstat-reports.php:1749
3503
  msgid "c-sb"
3504
  msgstr "Îles Salomon"
3505
 
3506
  # Somalia
3507
- #: ../admin/view/wp-slimstat-reports.php:1749
3508
  msgid "c-so"
3509
  msgstr "Somalie"
3510
 
3511
  # South Africa
3512
- #: ../admin/view/wp-slimstat-reports.php:1749
3513
  msgid "c-za"
3514
  msgstr "Afrique du sud"
3515
 
3516
  # South Georgia and the South Sandwich Islands
3517
- #: ../admin/view/wp-slimstat-reports.php:1749
3518
  msgid "c-gs"
3519
  msgstr "Géorgie du sud et les Îles Sandwich du sud"
3520
 
3521
  # Spain
3522
- #: ../admin/view/wp-slimstat-reports.php:1749
3523
  msgid "c-es"
3524
  msgstr "Espagne"
3525
 
3526
  # Sri Lanka
3527
- #: ../admin/view/wp-slimstat-reports.php:1749
3528
  msgid "c-lk"
3529
  msgstr "Sri Lanka"
3530
 
3531
  # Seychelles
3532
- #: ../admin/view/wp-slimstat-reports.php:1749
3533
  msgid "c-sc"
3534
  msgstr "Seychelles"
3535
 
3536
  # Sudan
3537
- #: ../admin/view/wp-slimstat-reports.php:1749
3538
  msgid "c-sd"
3539
  msgstr "Soudan"
3540
 
3541
- #: ../admin/view/wp-slimstat-reports.php:1749
3542
  msgid "c-ss"
3543
  msgstr "Soudan du Sud"
3544
 
3545
  # Suriname
3546
- #: ../admin/view/wp-slimstat-reports.php:1749
3547
  msgid "c-sr"
3548
  msgstr "Suriname"
3549
 
3550
  # Svalbard and Jan Mayen
3551
- #: ../admin/view/wp-slimstat-reports.php:1749
3552
  msgid "c-sj"
3553
  msgstr "Svalbard et île Jan Mayen"
3554
 
3555
  # Swaziland
3556
- #: ../admin/view/wp-slimstat-reports.php:1749
3557
  msgid "c-sz"
3558
  msgstr "Swaziland"
3559
 
3560
  # Sweden
3561
- #: ../admin/view/wp-slimstat-reports.php:1749
3562
  msgid "c-se"
3563
  msgstr "Suède"
3564
 
3565
  # Switzerland
3566
- #: ../admin/view/wp-slimstat-reports.php:1749
3567
  msgid "c-ch"
3568
  msgstr "Suisse"
3569
 
3570
  # Syrian Arab Republic
3571
- #: ../admin/view/wp-slimstat-reports.php:1749
3572
  msgid "c-sy"
3573
  msgstr "République arabe syrienne"
3574
 
3575
  # Taiwan, Province of China
3576
- #: ../admin/view/wp-slimstat-reports.php:1749
3577
  msgid "c-tw"
3578
  msgstr "Taïwan, province de Chine"
3579
 
3580
  # Tajikistan
3581
- #: ../admin/view/wp-slimstat-reports.php:1749
3582
  msgid "c-tj"
3583
  msgstr "Tadjikistan"
3584
 
3585
  # United Republic of Tanzania
3586
- #: ../admin/view/wp-slimstat-reports.php:1749
3587
  msgid "c-tz"
3588
  msgstr "République-unie de Tanzanie"
3589
 
3590
  # Thailand
3591
- #: ../admin/view/wp-slimstat-reports.php:1749
3592
  msgid "c-th"
3593
  msgstr "Thaïlande"
3594
 
3595
  # Timor-Leste
3596
- #: ../admin/view/wp-slimstat-reports.php:1749
3597
  msgid "c-tl"
3598
  msgstr "Timor-Leste"
3599
 
3600
  # Togo
3601
- #: ../admin/view/wp-slimstat-reports.php:1749
3602
  msgid "c-tg"
3603
  msgstr "Togo"
3604
 
3605
  # Tonga
3606
- #: ../admin/view/wp-slimstat-reports.php:1749
3607
  msgid "c-to"
3608
  msgstr "Tonga"
3609
 
3610
  # Trinidad and Tobago
3611
- #: ../admin/view/wp-slimstat-reports.php:1749
3612
  msgid "c-tt"
3613
  msgstr "Trinité-et-Tobago "
3614
 
3615
  # Tunisia
3616
- #: ../admin/view/wp-slimstat-reports.php:1749
3617
  msgid "c-tn"
3618
  msgstr "Tunisie"
3619
 
3620
  # Turkey
3621
- #: ../admin/view/wp-slimstat-reports.php:1749
3622
  msgid "c-tr"
3623
  msgstr "Turquie "
3624
 
3625
  # Turkmenistan
3626
- #: ../admin/view/wp-slimstat-reports.php:1749
3627
  msgid "c-tm"
3628
  msgstr "Turkménistan"
3629
 
3630
  # Turks and Caicos Islands
3631
- #: ../admin/view/wp-slimstat-reports.php:1749
3632
  msgid "c-tc"
3633
  msgstr "Îles Turks et Caïques"
3634
 
3635
  # Uganda
3636
- #: ../admin/view/wp-slimstat-reports.php:1749
3637
  msgid "c-ug"
3638
  msgstr "Ouganda"
3639
 
3640
  # Ukraine
3641
- #: ../admin/view/wp-slimstat-reports.php:1749
3642
  msgid "c-ua"
3643
  msgstr "Ukraine"
3644
 
3645
  # United Arab Emirates
3646
- #: ../admin/view/wp-slimstat-reports.php:1749
3647
  msgid "c-ae"
3648
  msgstr "Émirats arabes unis"
3649
 
3650
  # United Kingdom
3651
- #: ../admin/view/wp-slimstat-reports.php:1749
3652
  msgid "c-gb"
3653
  msgstr "Royaume-Uni"
3654
 
3655
  # United States
3656
- #: ../admin/view/wp-slimstat-reports.php:1749
3657
  msgid "c-us"
3658
  msgstr "États-Unis"
3659
 
3660
  # Uruguay
3661
- #: ../admin/view/wp-slimstat-reports.php:1749
3662
  msgid "c-uy"
3663
  msgstr "Uruguay"
3664
 
3665
  # Uzbekistan
3666
- #: ../admin/view/wp-slimstat-reports.php:1749
3667
  msgid "c-uz"
3668
  msgstr "Ouzbékistan "
3669
 
3670
  # Vanuatu
3671
- #: ../admin/view/wp-slimstat-reports.php:1749
3672
  msgid "c-vu"
3673
  msgstr "Vanuatu"
3674
 
3675
  # Venezuela
3676
- #: ../admin/view/wp-slimstat-reports.php:1749
3677
  msgid "c-ve"
3678
  msgstr "République bolivarienne du Venezuela"
3679
 
3680
  # Viet Nam
3681
- #: ../admin/view/wp-slimstat-reports.php:1749
3682
  msgid "c-vn"
3683
  msgstr "Viet Nam"
3684
 
3685
  # British Virgin Islands
3686
- #: ../admin/view/wp-slimstat-reports.php:1749
3687
  msgid "c-vg"
3688
  msgstr "Îles vierges britanniques"
3689
 
3690
  # U.S. Virgin Islands
3691
- #: ../admin/view/wp-slimstat-reports.php:1749
3692
  msgid "c-vi"
3693
  msgstr "Îles vierges des États-Unis"
3694
 
3695
  # Western Sahara
3696
- #: ../admin/view/wp-slimstat-reports.php:1749
3697
  msgid "c-eh"
3698
  msgstr "Sahara occidental"
3699
 
3700
  # Yemen
3701
- #: ../admin/view/wp-slimstat-reports.php:1749
3702
  msgid "c-ye"
3703
  msgstr "Yémen"
3704
 
3705
  # Zambia
3706
- #: ../admin/view/wp-slimstat-reports.php:1749
3707
  msgid "c-zm"
3708
  msgstr "Zambie"
3709
 
3710
  # Zimbabwe
3711
- #: ../admin/view/wp-slimstat-reports.php:1749
3712
  msgid "c-zw"
3713
  msgstr "Zimbabwe"
3714
 
3715
  # Guernsey
3716
- #: ../admin/view/wp-slimstat-reports.php:1749
3717
  msgid "c-gg"
3718
  msgstr "Guernesey"
3719
 
3720
  # Jersey
3721
- #: ../admin/view/wp-slimstat-reports.php:1749
3722
  msgid "c-je"
3723
  msgstr "Jersey"
3724
 
3725
  # Isle of Man
3726
- #: ../admin/view/wp-slimstat-reports.php:1749
3727
  msgid "c-im"
3728
  msgstr "Île de Man"
3729
 
3730
  # Maldives
3731
- #: ../admin/view/wp-slimstat-reports.php:1749
3732
  msgid "c-mv"
3733
  msgstr "Maldives"
3734
 
3735
  # European Union
3736
- #: ../admin/view/wp-slimstat-reports.php:1750
3737
  msgid "c-eu"
3738
  msgstr "Union européenne"
3739
 
3740
- #: ../admin/view/wp-slimstat-reports.php:1827
3741
  msgid "src"
3742
  msgstr "src"
3743
 
3744
- #: ../admin/view/wp-slimstat-reports.php:1831
3745
  msgid "serp"
3746
  msgstr "serp"
3747
 
3748
- #: ../admin/view/wp-slimstat-reports.php:1839
3749
  msgid "Go to the referring page"
3750
  msgstr "Aller sur la page référente"
3751
 
3752
- #: ../admin/view/wp-slimstat-reports.php:1861
3753
  msgid "Remove filter for"
3754
  msgstr "Enlever le filtre pour"
3755
 
3756
- #: ../admin/view/wp-slimstat-reports.php:1865
3757
  msgid "Save"
3758
  msgstr ""
3759
 
3760
- #: ../admin/view/wp-slimstat-reports.php:1868
3761
  msgid "Reset All"
3762
  msgstr "Réinitialiser l'ensemble"
3763
 
3764
- #: ../admin/view/wp-slimstat-reports.php:1872
3765
  msgid "Current filters:"
3766
  msgstr "Filtres actifs :"
3767
 
@@ -3796,63 +3861,69 @@ msgstr "Intégration WordPress"
3796
  msgid "Inactive Reports"
3797
  msgstr "Réinitialiser les rapports"
3798
 
3799
- #: ../admin/wp-slimstat-admin.php:562
3800
  msgid "SlimStat"
3801
  msgstr "SlimStat"
3802
 
3803
- #: ../admin/wp-slimstat-admin.php:620
3804
  #, fuzzy
3805
  msgid "Slimstat"
3806
  msgstr "SlimStat"
3807
 
3808
- #: ../admin/wp-slimstat-admin.php:709
3809
  #, fuzzy
3810
  msgid "Pageviews in the last "
3811
  msgstr "Pages durant les 365 derniers jours"
3812
 
3813
- #: ../admin/wp-slimstat-admin.php:712
3814
  #, fuzzy
3815
  msgid "Unique IPs in the last "
3816
  msgstr "Intervalle unique"
3817
 
3818
- #: ../admin/wp-slimstat-admin.php:766
 
 
 
 
 
 
3819
  msgid "Show on screen"
3820
  msgstr "Montrer à l'écran"
3821
 
3822
- #: ../admin/wp-slimstat-admin.php:847
3823
  msgid "Already saved"
3824
  msgstr ""
3825
 
3826
- #: ../admin/wp-slimstat-admin.php:855
3827
  msgid "Saved"
3828
  msgstr ""
3829
 
3830
- #: ../admin/wp-slimstat-admin.php:875
3831
  #, fuzzy
3832
  msgid "Delete this filter"
3833
  msgstr "Filtrer les pages vues pour que"
3834
 
3835
- #: ../admin/wp-slimstat-admin.php:919
3836
  msgid "There was an error updating the following options:"
3837
  msgstr "Il y a eu une erreur lors de la mise à jour des options suivantes:"
3838
 
3839
- #: ../admin/wp-slimstat-admin.php:922
3840
  msgid "Your changes have been saved."
3841
  msgstr "Vos réglages ont bien été mis à jour"
3842
 
3843
- #: ../admin/wp-slimstat-admin.php:945
3844
  msgid "Save Changes"
3845
  msgstr "Enregistrer les modifications"
3846
 
3847
- #: ../admin/wp-slimstat-admin.php:961
3848
  msgid "Definitions"
3849
  msgstr "Définitions"
3850
 
3851
- #: ../admin/wp-slimstat-admin.php:964
3852
  msgid "Pageview"
3853
  msgstr "Page vue"
3854
 
3855
- #: ../admin/wp-slimstat-admin.php:964
3856
  msgid ""
3857
  "A request to load a single HTML file (\"page\"). This should be contrasted "
3858
  "with a \"hit\", which refers to a request for any file from a web server. "
@@ -3863,11 +3934,11 @@ msgstr ""
3863
  "d'un serveur Web. WP SlimStat enregistre une page vue chaque fois que le "
3864
  "code de traçage est exécuté"
3865
 
3866
- #: ../admin/wp-slimstat-admin.php:965
3867
  msgid "(Human) Visit"
3868
  msgstr "Visiteurs humains"
3869
 
3870
- #: ../admin/wp-slimstat-admin.php:965
3871
  msgid ""
3872
  "A period of interaction between a visitor's browser and your website, ending "
3873
  "when the browser is closed or when the user has been inactive on that site "
@@ -3877,7 +3948,7 @@ msgstr ""
3877
  "Web se terminant lorsque le navigateur est fermé ou lorsque l'utilisateur "
3878
  "est inactif sur ce site depuis 30 minutes"
3879
 
3880
- #: ../admin/wp-slimstat-admin.php:966
3881
  msgid ""
3882
  "Any user who has left a comment on your blog, and is thus identified by "
3883
  "Wordpress as a returning visitor"
@@ -3885,11 +3956,11 @@ msgstr ""
3885
  "Un utilisateur qui a laissé un commentaire sur votre blog et est ainsi "
3886
  "identifié par Wordpress comme un visiteur qui a déjà visité votre site"
3887
 
3888
- #: ../admin/wp-slimstat-admin.php:967
3889
  msgid "Unique IP"
3890
  msgstr "IP uniques"
3891
 
3892
- #: ../admin/wp-slimstat-admin.php:967
3893
  msgid ""
3894
  "Used to differentiate between multiple requests to download a file from one "
3895
  "internet address (IP) and requests originating from many distinct addresses; "
@@ -3902,7 +3973,7 @@ msgstr ""
3902
  "Internet de la provenance d'une consultation, elle est utile, mais pas "
3903
  "parfaite"
3904
 
3905
- #: ../admin/wp-slimstat-admin.php:968
3906
  msgid ""
3907
  "the originating IP address of a client connecting to a web server through an "
3908
  "HTTP proxy or load balancer"
@@ -3910,11 +3981,11 @@ msgstr ""
3910
  "l'adresse IP d'origine d'un client qui se connecte à un serveur Web via un "
3911
  "proxy HTTP ou équilibreur de charge"
3912
 
3913
- #: ../admin/wp-slimstat-admin.php:969
3914
  msgid "Direct Traffic"
3915
  msgstr "Trafic direct"
3916
 
3917
- #: ../admin/wp-slimstat-admin.php:969
3918
  msgid ""
3919
  "All those people showing up to your Web site by typing in the URL of your "
3920
  "Web site coming or from a bookmark; some people also call this \"default "
@@ -3924,11 +3995,11 @@ msgstr ""
3924
  "votre site Web ou qui viennent à partir d'un signet, certaines personnes "
3925
  "appellent également cela \"trafic par défaut \" ou \"trafic ambiant \""
3926
 
3927
- #: ../admin/wp-slimstat-admin.php:970
3928
  msgid "Search Engine"
3929
  msgstr "Moteur de recherche"
3930
 
3931
- #: ../admin/wp-slimstat-admin.php:970
3932
  msgid ""
3933
  "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
3934
  "as well as your paid (PPC/SEM) traffic, so be aware of that"
@@ -3936,17 +4007,17 @@ msgstr ""
3936
  "Google, Yahoo, MSN, Ask, et autres; cet item comprendra à la fois votre "
3937
  "trafic rémunéré (PPC/SEM) ainsi que votre trafic organique, prenez en note"
3938
 
3939
- #: ../admin/wp-slimstat-admin.php:971 ../admin/wp-slimstat-admin.php:987
3940
  msgid "Keywords used by your visitors to find your website on a search engine"
3941
  msgstr ""
3942
  "Mots-clés utilisés par vos visiteurs pour trouver votre site sur un moteur "
3943
  "de recherche"
3944
 
3945
- #: ../admin/wp-slimstat-admin.php:972
3946
  msgid "SERP"
3947
  msgstr "SERP"
3948
 
3949
- #: ../admin/wp-slimstat-admin.php:972
3950
  msgid ""
3951
  "Short for search engine results page, the Web page that a search engine "
3952
  "returns with the results of its search. The value shown represents your rank "
@@ -3956,7 +4027,7 @@ msgstr ""
3956
  "recherche renvoie les résultats de sa recherche. La valeur indiquée "
3957
  "correspond à votre classement (ou la position) dans la liste des résultats"
3958
 
3959
- #: ../admin/wp-slimstat-admin.php:973
3960
  msgid ""
3961
  "Any program used for accessing a website; this includes browsers, robots, "
3962
  "spiders and any other program that was used to retrieve information from the "
@@ -3966,7 +4037,7 @@ msgstr ""
3966
  "navigateurs, robots, spiders et tout autre programme qui a été utilisé pour "
3967
  "extraire des informations du site"
3968
 
3969
- #: ../admin/wp-slimstat-admin.php:974
3970
  msgid ""
3971
  "A link from one domain to another is said to be outbound from its source "
3972
  "anchor and inbound to its target. This report lists all the links to other "
@@ -3976,27 +4047,27 @@ msgstr ""
3976
  "sa cible. Ce rapport répertorie tous les liens vers d'autres sites suivis "
3977
  "par vos visiteurs."
3978
 
3979
- #: ../admin/wp-slimstat-admin.php:981
3980
  msgid "Basic Filters"
3981
  msgstr "Filtres de base"
3982
 
3983
- #: ../admin/wp-slimstat-admin.php:984
3984
  msgid "User agent (Firefox, Chrome, ...)"
3985
  msgstr "User agent (Firefox, Chrome, ...)"
3986
 
3987
- #: ../admin/wp-slimstat-admin.php:985
3988
  msgid "2-letter code (us, ru, de, it, ...)"
3989
  msgstr "code pays à 2 lettres (us, ru, de, it, ...)"
3990
 
3991
- #: ../admin/wp-slimstat-admin.php:986
3992
  msgid "IP"
3993
  msgstr "IP"
3994
 
3995
- #: ../admin/wp-slimstat-admin.php:986
3996
  msgid "Visitor's public IP address"
3997
  msgstr " Adresse IP publique du visiteur"
3998
 
3999
- #: ../admin/wp-slimstat-admin.php:988
4000
  msgid ""
4001
  "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
4002
  "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
@@ -4006,7 +4077,7 @@ msgstr ""
4006
  "microsoft.com/en-us/library/ee825488(v=cs.20).aspx\">language culture page</"
4007
  "a> (première colonne) pour plus d'informations"
4008
 
4009
- #: ../admin/wp-slimstat-admin.php:989
4010
  msgid ""
4011
  "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
4012
  "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
@@ -4016,19 +4087,19 @@ msgstr ""
4016
  "référez-vous à <a target=\"_blank\" href=\"http://php.net/manual/en/function."
4017
  "get-browser.php\">cette page de manuel </a> pour plus d'informations"
4018
 
4019
- #: ../admin/wp-slimstat-admin.php:990
4020
  msgid "URL accessed on your site"
4021
  msgstr "URL accessible sur votre site"
4022
 
4023
- #: ../admin/wp-slimstat-admin.php:991
4024
  msgid "Complete address of the referrer page"
4025
  msgstr "Adresse complète de la page référente"
4026
 
4027
- #: ../admin/wp-slimstat-admin.php:992
4028
  msgid "Visitor's Name"
4029
  msgstr "le nom des visiteurs"
4030
 
4031
- #: ../admin/wp-slimstat-admin.php:992
4032
  msgid ""
4033
  "Visitors' names according to the cookie set by Wordpress after they leave a "
4034
  "comment"
@@ -4036,15 +4107,15 @@ msgstr ""
4036
  "Les noms des visiteurs selon le cookie enregistré par Wordpress, après avoir "
4037
  "laissé un commentaire"
4038
 
4039
- #: ../admin/wp-slimstat-admin.php:1000
4040
  msgid "Advanced Filters"
4041
  msgstr "Filtres Avancés"
4042
 
4043
- #: ../admin/wp-slimstat-admin.php:1003
4044
  msgid "user agent version (9.0, 11, ...)"
4045
  msgstr "user agent version (9.0, 11, ...)"
4046
 
4047
- #: ../admin/wp-slimstat-admin.php:1004
4048
  msgid ""
4049
  "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
4050
  "all others"
@@ -4052,11 +4123,11 @@ msgstr ""
4052
  "1 = moteur de recherche, 2 = appareil mobile, 3 = lecteur de flux "
4053
  "(syndication) , 0 = tous les autres"
4054
 
4055
- #: ../admin/wp-slimstat-admin.php:1005
4056
  msgid "Pageview Attributes"
4057
  msgstr "l'attribut des Pages Vues"
4058
 
4059
- #: ../admin/wp-slimstat-admin.php:1005
4060
  msgid ""
4061
  "this field is set to <em>[pre]</em> if the resource has been accessed "
4062
  "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
@@ -4067,19 +4138,19 @@ msgstr ""
4067
  "Link_prefetching_FAQ\"> préchargement des liens</a> ou d'autres techniques "
4068
  "similaires"
4069
 
4070
- #: ../admin/wp-slimstat-admin.php:1006
4071
  msgid "author associated to that post/page when the resource was accessed"
4072
  msgstr "auteur associé à cet article/page lorsque la ressource est accessible"
4073
 
4074
- #: ../admin/wp-slimstat-admin.php:1007
4075
  msgid "ID of the category/term associated to the resource, when available"
4076
  msgstr "ID de la catégorie/terme associée à la ressource, lorsqu'il y en a"
4077
 
4078
- #: ../admin/wp-slimstat-admin.php:1008
4079
  msgid "visitor's originating IP address, if available"
4080
  msgstr "adresse IP d'origine du visiteur, s'il est disponible"
4081
 
4082
- #: ../admin/wp-slimstat-admin.php:1009
4083
  msgid ""
4084
  "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
4085
  "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
@@ -4093,15 +4164,15 @@ msgstr ""
4093
  "\" href=\"http://codex.wordpress.org/Conditional_Tags\">Conditional Tags</a> "
4094
  "pour plus d'informations"
4095
 
4096
- #: ../admin/wp-slimstat-admin.php:1010
4097
  msgid "Screen Resolution"
4098
  msgstr "la résolution de l'écran"
4099
 
4100
- #: ../admin/wp-slimstat-admin.php:1010
4101
  msgid "viewport width and height (1024x768, 800x600, ...)"
4102
  msgstr "résolution de l'écran (1024x768, 800x600, ...)"
4103
 
4104
- #: ../admin/wp-slimstat-admin.php:1011
4105
  msgid ""
4106
  "generally used in conjunction with <em>is not empty</em>, identifies human "
4107
  "visitors"
@@ -4109,11 +4180,11 @@ msgstr ""
4109
  "généralement utilisé en conjonction avec <em>n'est pas vide </em>, identifie "
4110
  "les visiteurs humains"
4111
 
4112
- #: ../admin/wp-slimstat-admin.php:1012
4113
  msgid "Date Filters"
4114
  msgstr "Filtres de dates"
4115
 
4116
- #: ../admin/wp-slimstat-admin.php:1012
4117
  msgid ""
4118
  "you can specify the timeframe by entering a number in the <em>interval</em> "
4119
  "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
@@ -4124,11 +4195,11 @@ msgstr ""
4124
  "ex : jour = 1, mois = 1, année = vide, intervalle = -1 fixera un filtre "
4125
  "année à date)"
4126
 
4127
- #: ../admin/wp-slimstat-admin.php:1013
4128
  msgid "SERP Position"
4129
  msgstr "Position SERP "
4130
 
4131
- #: ../admin/wp-slimstat-admin.php:1013
4132
  msgid ""
4133
  "set the filter to Referer contains cd=N&, where N is the position you are "
4134
  "looking for"
@@ -4136,15 +4207,15 @@ msgstr ""
4136
  "Réglez le filtre sur Référent contient cd=N&, où N est la position que vous "
4137
  "recherchez"
4138
 
4139
- #: ../admin/wp-slimstat-admin.php:1040
4140
  msgid "Yes"
4141
  msgstr "Oui"
4142
 
4143
- #: ../admin/wp-slimstat-admin.php:1041
4144
  msgid "No"
4145
  msgstr "Non"
4146
 
4147
- #: ../admin/wp-slimstat-admin.php:1042
4148
  msgid "Site Specific"
4149
  msgstr "Spécificités du site"
4150
 
@@ -5760,105 +5831,129 @@ msgstr "Inconnue"
5760
  msgid "c-xy"
5761
  msgstr "Local"
5762
 
5763
- #: ../wp-slimstat.php:237 ../wp-slimstat.php:524
5764
  msgid "Notice: Pageview filtered by third-party code"
5765
  msgstr ""
5766
 
5767
- #: ../wp-slimstat.php:254
5768
  #, fuzzy, php-format
5769
  msgid "Error: Malformed URL %s"
5770
  msgstr "Ignorer les utilisateurs"
5771
 
5772
- #: ../wp-slimstat.php:278
5773
  #, php-format
5774
  msgid "Notice: Referrer %s is blacklisted"
5775
  msgstr ""
5776
 
5777
- #: ../wp-slimstat.php:356
5778
  #, fuzzy, php-format
5779
  msgid "Notice: Permalink %s is blacklisted"
5780
  msgstr "le permalien"
5781
 
5782
- #: ../wp-slimstat.php:367
5783
  msgid "Error: Empty or not supported IP address format (IPv6)"
5784
  msgstr ""
5785
 
5786
- #: ../wp-slimstat.php:376
5787
  #, php-format
5788
  msgid "Notice: Logged in user %s not tracked"
5789
  msgstr ""
5790
 
5791
- #: ../wp-slimstat.php:384
5792
  #, php-format
5793
  msgid "Notice: User with capability %s not tracked"
5794
  msgstr ""
5795
 
5796
- #: ../wp-slimstat.php:394
5797
  #, fuzzy, php-format
5798
  msgid "Notice: User %s is blacklisted"
5799
  msgstr "le permalien"
5800
 
5801
- #: ../wp-slimstat.php:415
5802
  #, fuzzy, php-format
5803
  msgid "Notice: Spammer %s not tracked"
5804
  msgstr "Robot ou Crawler"
5805
 
5806
- #: ../wp-slimstat.php:444
5807
  #, php-format
5808
  msgid "Notice: IP address %s is blacklisted"
5809
  msgstr ""
5810
 
5811
- #: ../wp-slimstat.php:473
5812
  #, php-format
5813
  msgid "Notice: Country %s is blacklisted"
5814
  msgstr ""
5815
 
5816
- #: ../wp-slimstat.php:482
5817
  #, fuzzy
5818
  msgid "Notice: Prefetch requests are ignored"
5819
  msgstr "Ignorer les requêtes anticipées"
5820
 
5821
- #: ../wp-slimstat.php:498
5822
  #, fuzzy
5823
  msgid "Notice: Bot not tracked"
5824
  msgstr "Robot ou Crawler"
5825
 
5826
- #: ../wp-slimstat.php:507
5827
  #, php-format
5828
  msgid "Notice: Browser %s is blacklisted"
5829
  msgstr ""
5830
 
5831
- #: ../wp-slimstat.php:537
5832
  msgid "Error:"
5833
  msgstr ""
5834
 
5835
- #: ../wp-slimstat.php:1153
5836
  msgid "Invalid payload string. Try clearing your WordPress cache."
5837
  msgstr ""
5838
 
5839
- #: ../wp-slimstat.php:1163
5840
  msgid "Invalid data signature. Try clearing your WordPress cache."
5841
  msgstr ""
5842
 
5843
- #: ../wp-slimstat.php:1235
5844
  #, fuzzy
5845
  msgid "There was an error downloading the MaxMind Geolite DB:"
5846
  msgstr "Il y a eu une erreur lors de la mise à jour des options suivantes:"
5847
 
5848
- #: ../wp-slimstat.php:1243 ../wp-slimstat.php:1252
5849
  #, fuzzy
5850
  msgid "There was an error opening the zipped MaxMind Geolite DB."
5851
  msgstr "Il y a eu une erreur lors de la mise à jour des options suivantes:"
5852
 
5853
- #: ../wp-slimstat.php:1247
5854
  msgid "Function gzopen not defined. Aborting."
5855
  msgstr ""
5856
 
5857
- #: ../wp-slimstat.php:1257
5858
  #, fuzzy
5859
  msgid "There was an error opening the unzipped MaxMind Geolite DB."
5860
  msgstr "Il y a eu une erreur lors de la mise à jour des options suivantes:"
5861
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5862
  #, fuzzy
5863
  #~ msgid "Delete records"
5864
  #~ msgstr "Filtrer les pages vues pour que"
@@ -5932,10 +6027,6 @@ msgstr "Il y a eu une erreur lors de la mise à jour des options suivantes:"
5932
  #~ msgid "Custom Reports"
5933
  #~ msgstr "Rapports personnalisés"
5934
 
5935
- #, fuzzy
5936
- #~ msgid "Tracking"
5937
- #~ msgstr "Mode traçage"
5938
-
5939
  #, fuzzy
5940
  #~ msgid ""
5941
  #~ "Collect information about screen resolutions, outbound links, downloads, "
@@ -5959,9 +6050,6 @@ msgstr "Il y a eu une erreur lors de la mise à jour des options suivantes:"
5959
  #~ "visiteur supporte l'anti-crénelage (lissage des polices). Si les "
5960
  #~ "Capacités du navigateur ne sont pas tracées, ce paramètre est ignoré."
5961
 
5962
- #~ msgid "External Pages"
5963
- #~ msgstr "Pages externes"
5964
-
5965
  #~ msgid "Start From"
5966
  #~ msgstr "Commencer à partir de"
5967
 
2
  msgstr ""
3
  "Project-Id-Version: WP SlimStat\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-02-27 23:00-0500\n"
6
+ "PO-Revision-Date: 2016-02-27 23:01-0500\n"
7
  "Last-Translator: WP Slimstat <support@wp-slimstat.com>\n"
8
  "Language-Team: Michael Bastin\n"
9
  "Language: fr_FR\n"
16
  "X-Generator: Poedit 1.6.11\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
18
  "X-Poedit-SearchPath-0: ..\n"
19
+ "X-Poedit-SearchPathExcluded-0: ../admin/update-checker\n"
20
+ "X-Poedit-SearchPathExcluded-1: ../admin/js\n"
21
 
22
  #: ../admin/config/index.php:33
23
  msgid ""
105
  "etc. This option is ignored if Tracking Mode is set to Client."
106
  msgstr ""
107
 
108
+ #: ../admin/config/index.php:97 ../admin/view/wp-slimstat-reports.php:1372
109
  msgid "Off"
110
  msgstr ""
111
 
123
  msgstr ""
124
  "Activez cette option pour suivre l'activité de vos utilisateurs dans l'admin."
125
 
126
+ #: ../admin/config/index.php:98 ../admin/config/index.php:118
127
+ #: ../admin/config/index.php:119
128
  #, fuzzy
129
  msgid "Track"
130
  msgstr "Traçage"
139
  msgstr "Intégration WordPress"
140
 
141
  #: ../admin/config/index.php:101
142
+ msgid "Dashboard Widgets"
143
+ msgstr ""
144
+
145
+ #: ../admin/config/index.php:101
146
+ msgid ""
147
+ "Choose if you want to have the most important reports on your WordPress "
148
+ "Dashboard. Use the Screen Options dropdown to select which ones to display."
149
+ msgstr ""
150
+
151
+ #: ../admin/config/index.php:102
152
  msgid "Menu Position"
153
  msgstr "Position du Menu"
154
 
155
+ #: ../admin/config/index.php:102
156
  msgid ""
157
  "Choose between a standalone admin menu for Slimstat or a drop down in the "
158
  "admin bar (if visible)."
160
  "Choisir entre un menu d'administration dans la barre latérale de WordPress "
161
  "ou un menu déroulant dans la barre supérieure (si elle est affichée)."
162
 
163
+ #: ../admin/config/index.php:102
164
  msgid "Side Menu"
165
  msgstr "Menu latéral"
166
 
167
+ #: ../admin/config/index.php:102
168
  msgid "Admin Bar"
169
  msgstr "Barre d'Administration"
170
 
171
+ #: ../admin/config/index.php:103
172
  #, fuzzy
173
  msgid "Posts and Pages"
174
  msgstr "Etendre les Stats aux articles"
175
 
176
+ #: ../admin/config/index.php:103
177
  #, fuzzy
178
  msgid ""
179
  "Add a new column to the Edit Posts/Pages screens, with the number of hits "
182
  "Ajoute une colonne à l'écran d'édition des articles, en indiquant le nombre "
183
  "de visites par article (peut ralentir le rendu des pages)."
184
 
185
+ #: ../admin/config/index.php:104
186
  #, fuzzy
187
  msgid "Report Interval"
188
  msgstr "Intervalle unique"
189
 
190
+ #: ../admin/config/index.php:104
191
  msgid ""
192
  "Enter the time range, in days, that should be used to calculate the value "
193
  "here above."
194
  msgstr ""
195
 
196
+ #: ../admin/config/index.php:105
197
  #, fuzzy
198
  msgid "Report Type"
199
  msgstr "Rapports"
200
 
201
+ #: ../admin/config/index.php:105
202
  msgid ""
203
  "Select what kind of information you would like to see displayed on the Posts "
204
  "admin screen. Pageviews include all the hits regardless of the user, Unique "
205
  "IPs consider only one hit per user in the given time range."
206
  msgstr ""
207
 
208
+ #: ../admin/config/index.php:105 ../admin/view/wp-slimstat-reports.php:81
209
  #: ../admin/view/wp-slimstat-reports.php:90
210
+ #: ../admin/view/wp-slimstat-reports.php:1388
211
+ #: ../admin/view/wp-slimstat-reports.php:1546
212
  msgid "Pageviews"
213
  msgstr "Pages vues"
214
 
215
+ #: ../admin/config/index.php:105 ../admin/view/wp-slimstat-reports.php:91
216
+ #: ../admin/view/wp-slimstat-reports.php:285
217
+ #: ../admin/view/wp-slimstat-reports.php:526
218
+ #: ../admin/view/wp-slimstat-reports.php:1403
219
+ #: ../admin/view/wp-slimstat-reports.php:1448
220
  msgid "Unique IPs"
221
  msgstr "IPs uniques"
222
 
 
 
 
 
 
 
 
 
 
 
223
  #: ../admin/config/index.php:106
224
  #, fuzzy
225
  msgid "Hide Add-ons"
265
 
266
  #: ../admin/config/index.php:109 ../admin/view/index.php:102
267
  #: ../admin/view/wp-slimstat-db.php:79
268
+ #: ../admin/view/wp-slimstat-reports.php:1372
269
  msgid "days"
270
  msgstr "jours"
271
 
286
 
287
  #: ../admin/config/index.php:117
288
  #, fuzzy
289
+ msgid "Link Tracking"
290
+ msgstr "Mode traçage"
291
+
292
+ #: ../admin/config/index.php:118
293
+ #, fuzzy
294
+ msgid "Outbound Clicks"
295
+ msgstr "Tracer les liens sortants"
296
+
297
+ #: ../admin/config/index.php:118
298
+ msgid ""
299
+ "Track when your visitors click on link to external websites. This option "
300
+ "required Spy Mode to be enabled."
301
+ msgstr ""
302
+ "Détectez vos visiteurs cliquant sur des liens pointant sur des sites "
303
+ "externes. Cette fonctionnalité nécéssite que le Mode Espion soit activé."
304
+
305
+ #: ../admin/config/index.php:118 ../admin/config/index.php:119
306
+ #: ../admin/config/index.php:121
307
+ msgid "Do Not Track"
308
+ msgstr ""
309
+
310
+ #: ../admin/config/index.php:119
311
+ #, fuzzy
312
+ msgid "Internal Clicks"
313
+ msgstr "Top Recherches Internes"
314
+
315
+ #: ../admin/config/index.php:119
316
+ msgid ""
317
+ "Collect mouse coordinates and other information for clicks on internal "
318
+ "links. Recommended if you're using our heatmap add-on. By default, this "
319
+ "information is only collected for external links."
320
+ msgstr ""
321
+
322
+ #: ../admin/config/index.php:120
323
+ msgid "No Callback"
324
+ msgstr ""
325
+
326
+ #: ../admin/config/index.php:120
327
+ msgid ""
328
+ "Track the event but do not invoke the callback function on links marked with "
329
+ "one of these class names, <em>rel</em> attribute or whose <em>href</em> "
330
+ "attribute contains one of these strings (separated by comma). Useful to "
331
+ "prevent conflicts with lightbox and similar libraries."
332
+ msgstr ""
333
+
334
+ #: ../admin/config/index.php:121
335
+ msgid ""
336
+ "The tracker will ignore links marked with one of these class names, <em>rel</"
337
+ "em> attributes or whose <em>href</em> attribute contains one of these "
338
+ "strings (separated by comma)."
339
+ msgstr ""
340
+
341
+ #: ../admin/config/index.php:122
342
+ #, fuzzy
343
+ msgid "Async Tracker"
344
+ msgstr "Traçage"
345
+
346
+ #: ../admin/config/index.php:122
347
+ msgid ""
348
+ "When the tracker is configured to record clicks on internal and / or "
349
+ "outbound links, it needs to send this information back to the server "
350
+ "<strong>before</strong> loading the actual page. This can result in a "
351
+ "noticeable delay when someone clicks on one of your links, if your server "
352
+ "takes a while to acknowledge the receipt of that information. You can set "
353
+ "this option to instruct the tracker not to wait for the server, and load the "
354
+ "target URL right away. This will remove the delay, but it might result in a "
355
+ "less accurate logging of events. You can check your server latency under "
356
+ "Site Analysis > Your Website. Values under 1000 milliseconds might allow you "
357
+ "to use async mode."
358
+ msgstr ""
359
+
360
+ #: ../admin/config/index.php:124
361
+ #, fuzzy
362
  msgid "Advanced Options"
363
  msgstr "Filtres Avancés"
364
 
365
+ #: ../admin/config/index.php:125
366
  msgid "Session Duration"
367
  msgstr "Durée session"
368
 
369
+ #: ../admin/config/index.php:125
370
  msgid ""
371
  "How many seconds should a human session last? Google Analytics sets it to "
372
  "1800 seconds."
374
  "Définit le nombre de secondes qu'une visite devrait durer. Google Analytics "
375
  "fixe cette durée à 1800 secondes."
376
 
377
+ #: ../admin/config/index.php:125 ../admin/config/index.php:193
378
  msgid "seconds"
379
  msgstr "secondes"
380
 
381
+ #: ../admin/config/index.php:126
382
  msgid "Extend Session"
383
  msgstr "Etendre la session"
384
 
385
+ #: ../admin/config/index.php:126
386
  msgid "Extend the duration of a session each time the user visits a new page."
387
  msgstr ""
388
  "Prolonger la durée d'une session à chaque fois que l'utilisateur visite une "
389
  "page."
390
 
391
+ #: ../admin/config/index.php:127
392
  #, fuzzy
393
  msgid "Browser Detection"
394
  msgstr "Version de navigateur"
395
 
396
+ #: ../admin/config/index.php:127
397
  msgid ""
398
  "The heuristic function is much faster and requires very little memory, but "
399
  "for uncommon user agent strings it might be less accurate, and produce a "
405
  "produce a match."
406
  msgstr ""
407
 
408
+ #: ../admin/config/index.php:127
409
  #, fuzzy
410
  msgid "Browscap"
411
  msgstr "Navigateur Web"
412
 
413
+ #: ../admin/config/index.php:127
414
  msgid "Heuristic"
415
  msgstr ""
416
 
417
+ #: ../admin/config/index.php:128
418
  msgid "Enable CDN"
419
  msgstr "Activer CDN"
420
 
421
+ #: ../admin/config/index.php:128
422
  msgid ""
423
  "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
424
  "by serving our tracking code from their fast and reliable network (free "
428
  "CDN, en servant le traqueur Javascript WP SlimStat à partir de leur réseau "
429
  "rapide et fiable."
430
 
431
+ #: ../admin/config/index.php:129
432
  msgid "Extensions to Track"
433
  msgstr "Extensions du traçage"
434
 
435
+ #: ../admin/config/index.php:129
436
  msgid ""
437
  "List all the file extensions that you want to be treated as Downloads. "
438
  "Please note that links pointing to external resources (i.e. PDFs on a "
447
  "comme liens sortants (et suivis en tant que tel), si leur extension "
448
  "correspond à l'une de celles qui sont énumérées ci-dessous."
449
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
450
  #: ../admin/config/index.php:131
451
+ msgid "External Pages"
452
+ msgstr "Pages externes"
453
+
454
+ #: ../admin/config/index.php:132
455
  #, fuzzy
456
  msgid ""
457
  "Add the following code to all the non-WP pages you want to track, right "
461
  "Ajouter le code suivant à toutes les pages non-WordPress que vous souhaitez "
462
  "suivre."
463
 
464
+ #: ../admin/config/index.php:142
465
  #, fuzzy
466
+ msgid "Allow Domains"
467
  msgstr "Liens externes hostiles"
468
 
469
+ #: ../admin/config/index.php:142
470
  msgid ""
471
  "If you are getting an error saying that no 'Access-Control-Allow-Origin' "
472
  "header is present on the requested resource, when using the external "
477
  "security implications of allowing CORS requests."
478
  msgstr ""
479
 
480
+ #: ../admin/config/index.php:143 ../admin/config/index.php:165
481
+ #: ../admin/config/index.php:196
482
  msgid "Miscellaneous"
483
  msgstr "Divers"
484
 
485
+ #: ../admin/config/index.php:144
486
  msgid "Enable UAN"
487
  msgstr "Activer UAN"
488
 
489
+ #: ../admin/config/index.php:144
490
  msgid ""
491
  "Send anonymous data about user agents to our server for analysis. This "
492
  "allows us to contribute to the <a href='http://browscap.org/' "
499
  "browscap.org/' target='_blank'> projet opensource BrowsCap, et d'améliorer "
500
  "la pertinence de la fonctionnalité de WPStats concernant les navigateurs web."
501
 
502
+ #: ../admin/config/index.php:149
503
  msgid "Filters"
504
  msgstr "Filtres"
505
 
506
+ #: ../admin/config/index.php:151
507
  #, fuzzy
508
  msgid "Do not track settings"
509
  msgstr "ne contient pas"
510
 
511
+ #: ../admin/config/index.php:152
512
  msgid "Track Registered Users"
513
  msgstr "Tracer les utilisateurs enregistrés"
514
 
515
+ #: ../admin/config/index.php:152
516
  msgid "Enable this option to track logged in users."
517
  msgstr "Activez cette option pour tracer les utilisateurs connectés"
518
 
519
+ #: ../admin/config/index.php:153
520
  msgid "Blacklist by Username"
521
  msgstr "Liste noire basée sur le nom d'utilisateur"
522
 
523
+ #: ../admin/config/index.php:153
524
  #, fuzzy
525
  msgid ""
526
  "List all the usernames you don't want to track, separated by commas. Please "
538
  "<code>/abo*t</code> correspondra /aboundant et /about, <code>/abo!t </code > "
539
  "correspondra /about et /abort. Les chaînes sont insensibles à la casse."
540
 
541
+ #: ../admin/config/index.php:154
542
  msgid "Blacklist by IP Address"
543
  msgstr "Liste noire par adresse IP"
544
 
545
+ #: ../admin/config/index.php:154
546
  msgid ""
547
  "List all the IP addresses you don't want to track, separated by commas. Each "
548
  "network <strong>must</strong> be defined using the <a href='http://en."
557
  "<em>192.168.0.0/24</em>). Si le format est incorrect, WP SlimStat ne peut "
558
  "pas suivre correctement les pages vues."
559
 
560
+ #: ../admin/config/index.php:155
561
  msgid "Blacklist by Capability"
562
  msgstr "Blacklister par Capabilité WordPress"
563
 
564
+ #: ../admin/config/index.php:155
565
  msgid ""
566
  "Users having at least one of the <a href='http://codex.wordpress.org/"
567
  "Roles_and_Capabilities' target='_new'>capabilities</a> listed here below "
571
  "Roles_and_Capabilities' target='_new'>capacités</a> listées ci-dessous ne "
572
  "seront pas suivis. Les capacités sont insensibles à la casse."
573
 
574
+ #: ../admin/config/index.php:157
575
  msgid "Profiling"
576
  msgstr "Profiling"
577
 
578
+ #: ../admin/config/index.php:158
579
  msgid "Ignore Spammers"
580
  msgstr "Ignorer les spammeurs"
581
 
582
+ #: ../admin/config/index.php:158
583
  msgid ""
584
  "Enable this option if you don't want to track visits from users identified "
585
  "as spammers by third-party tools like Akismet. Pageviews generated by users "
591
  "Akismet). Les visites de personnes dont les commentaires sont ensuite marqué "
592
  "comme spam par vous, seront également supprimées de la base."
593
 
594
+ #: ../admin/config/index.php:159
595
  #, fuzzy
596
  msgid "Ignore Bots"
597
  msgstr "Ignorer les utilisateurs"
598
 
599
+ #: ../admin/config/index.php:159
600
  msgid ""
601
  "Turn on this feature if you want to have the accuracy level of server-side "
602
  "tracking, but not the inconvenience of getting your database clogged with "
604
  "note that in Client mode, bots are ignored regardless of this setting."
605
  msgstr ""
606
 
607
+ #: ../admin/config/index.php:160
608
  msgid "Permalinks"
609
  msgstr "Rermaliens"
610
 
611
+ #: ../admin/config/index.php:160
612
  msgid ""
613
  "List all the URLs on your website that you don't want to track, separated by "
614
  "commas. Don't include the domain name: <em>/about, ?p=1</em>, etc. "
626
  "<code>/abo*t</code> correspondra /aboundant et /about, <code>/abo!t </code > "
627
  "correspondra /about et /abort. Les chaînes sont insensibles à la casse."
628
 
629
+ #: ../admin/config/index.php:161
630
  msgid "Countries"
631
  msgstr "Pays"
632
 
633
+ #: ../admin/config/index.php:161
634
  msgid ""
635
  "Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
636
  "track, separated by commas."
638
  "Listez tous les codes de pays (p. ex.: <code>en-us, it, es </code>) que vous "
639
  "ne voulez pas suivre, séparées par des virgules."
640
 
641
+ #: ../admin/config/index.php:162
642
  msgid "User Agents"
643
  msgstr "User Agents"
644
 
645
+ #: ../admin/config/index.php:162
646
  msgid ""
647
  "Browsers (user agents) you don't want to track, separated by commas. You can "
648
  "specify the browser's version adding a slash after the name (i.e. "
660
  "correspondra à Chrome et Chromium, <code>IE/!.0</Code> correspondra IE/7.0 "
661
  "et IE/8.0. Les chaînes sont insensibles à la casse."
662
 
663
+ #: ../admin/config/index.php:163
664
  msgid "Referring Sites"
665
  msgstr "Sites référents"
666
 
667
+ #: ../admin/config/index.php:163
668
  msgid ""
669
  "Referring URLs that you don't want to track, separated by commas: "
670
  "<code>http://mysite.com*</code>, <code>*/ignore-me-please</code>, etc. "
681
  "soit un caractère générique ou le protocole que vous voulez filtrer "
682
  "(http://, https://)."
683
 
684
+ #: ../admin/config/index.php:166
685
  msgid "Enable Privacy Mode"
686
  msgstr "Activer le mode privé"
687
 
688
+ #: ../admin/config/index.php:166
689
  msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
690
  msgstr ""
691
  "Cette option masque l'adresse IP de vos visiteurs afin de se conformer aux "
692
  "lois de confidentialité européennes."
693
 
694
+ #: ../admin/config/index.php:167
695
  msgid "Ignore Prefetch Requests"
696
  msgstr "Ignorer les requêtes anticipées"
697
 
698
+ #: ../admin/config/index.php:167
699
  msgid ""
700
  "Prevent Slimstat from tracking pageviews generated by Firefox's <a "
701
  "href='https://developer.mozilla.org/en/Link_prefetching_FAQ' "
705
  "vues générées par Firefox <a href='https://developer.mozilla.org/en/"
706
  "Link_prefetching_FAQ' target='_blank'>Link Prefetching functionality</a>."
707
 
708
+ #: ../admin/config/index.php:172 ../admin/config/index.php:207
709
  msgid "Reports"
710
  msgstr "Rapports"
711
 
712
+ #: ../admin/config/index.php:174
713
  msgid "Formats and Conversions"
714
  msgstr ""
715
 
716
+ #: ../admin/config/index.php:175
717
  msgid "Number Format"
718
  msgstr "Format des nombres"
719
 
720
+ #: ../admin/config/index.php:175
721
  msgid "Choose the number format you want to use for your reports."
722
  msgstr ""
723
  "Choisissez le format numérique que vous souhaitez utiliser, européen ou "
724
  "américain."
725
 
726
+ #: ../admin/config/index.php:176
727
  #, fuzzy
728
  msgid "Date Format"
729
  msgstr "Données et Formats"
730
 
731
+ #: ../admin/config/index.php:176
732
  #, fuzzy
733
  msgid ""
734
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
738
  "\">Format PHP </a> à utiliser pour afficher la date et l'heure d'une page "
739
  "vue."
740
 
741
+ #: ../admin/config/index.php:177
742
  #, fuzzy
743
  msgid "Time Format"
744
  msgstr "Format des nombres"
745
 
746
+ #: ../admin/config/index.php:177
747
  #, fuzzy
748
  msgid ""
749
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
753
  "\">Format PHP </a> à utiliser pour afficher la date et l'heure d'une page "
754
  "vue."
755
 
756
+ #: ../admin/config/index.php:178
757
  #, fuzzy
758
  msgid "Use Display Name"
759
  msgstr "Voir Nom d'affichage"
760
 
761
+ #: ../admin/config/index.php:178
762
  msgid ""
763
  "By default, users are listed by their usernames. Use this option to "
764
  "visualize their display names instead."
766
  "Par défaut, les utilisateurs sont affichés par Nom d'utilisateur. Utilisez "
767
  "cette option pour basculer au Nom d'affichage."
768
 
769
+ #: ../admin/config/index.php:179
770
  #, fuzzy
771
  msgid "Use Titles"
772
  msgstr "Afficher les titres"
773
 
774
+ #: ../admin/config/index.php:179
775
  #, fuzzy
776
  msgid ""
777
  "Slimstat converts your permalinks into post, page and category titles. "
781
  "Désactivez cette fonction si vous souhaitez conserver l'URL dans de vos "
782
  "rapports."
783
 
784
+ #: ../admin/config/index.php:180
785
  msgid "Convert IP Addresses"
786
  msgstr "Convertir les adresses IP"
787
 
788
+ #: ../admin/config/index.php:180
789
  msgid "Display provider names instead of IP addresses."
790
  msgstr "Afficher le nom du fournisseur d'accès au lieu de l'adresse IP."
791
 
792
+ #: ../admin/config/index.php:182
793
  msgid "Functionality"
794
  msgstr "Fonctionnalité"
795
 
796
+ #: ../admin/config/index.php:183
797
+ msgid "Async Mode"
798
+ msgstr ""
799
+
800
+ #: ../admin/config/index.php:183
801
+ msgid ""
802
+ "Activate this feature if your reports take a while to load. It breaks down "
803
+ "the load on your server into multiple requests, thus avoiding memory issues "
804
+ "and performance problems."
805
+ msgstr ""
806
+
807
+ #: ../admin/config/index.php:184
808
  msgid "SlimScroll"
809
  msgstr "SlimScroll"
810
 
811
+ #: ../admin/config/index.php:184
812
  msgid ""
813
  "Enable SlimScroll, a slick jQuery library that replaces the built-in browser "
814
  "scrollbar."
816
  "Activer SlimScroll, une librairie jQuery élégante qui remplace la barre de "
817
  "défilement par défaut des navigateurs."
818
 
819
+ #: ../admin/config/index.php:185
820
  msgid "Expand Details"
821
  msgstr "Développez les détails"
822
 
823
+ #: ../admin/config/index.php:185
824
  msgid "Expand each row's details by default, insted of on mousehover."
825
  msgstr ""
826
  "Développe les détails de chaque ligne par défaut, plutôt que sur survol de "
827
  "souris."
828
 
829
+ #: ../admin/config/index.php:186 ../admin/config/index.php:194
830
  msgid "Rows to Display"
831
  msgstr "Colonnes à afficher"
832
 
833
+ #: ../admin/config/index.php:186
834
  msgid "Specify the number of items in each report."
835
  msgstr "Spécifier le nombre d'articles dans chacun de vos rapports."
836
 
837
+ #: ../admin/config/index.php:187 ../admin/view/wp-slimstat-db.php:101
838
  #, fuzzy
839
  msgid "Max Results"
840
  msgstr "Limiter les résultats"
841
 
842
+ #: ../admin/config/index.php:187
843
  msgid ""
844
  "Decide how many records should be retrieved from the database in total. "
845
  "Depending on your server configuration, you may want to fine tune this value "
846
  "to avoid exceeding your PHP memory limit."
847
  msgstr ""
848
 
849
+ #: ../admin/config/index.php:188
850
  msgid "IP Lookup"
851
  msgstr "Recherche d'IP"
852
 
853
+ #: ../admin/config/index.php:188
854
  msgid "Customize the Geolocation service to be used in the reports."
855
  msgstr ""
856
  "Personnaliser le service de Géolocalisation à utiliser dans les rapports."
857
 
858
+ #: ../admin/config/index.php:189
859
+ msgid "Mozscape Access ID"
860
+ msgstr ""
861
+
862
+ #: ../admin/config/index.php:189
863
+ msgid ""
864
+ "Get accurate rankings for your website through the free <a href=\"https://"
865
+ "moz.com/community/join?redirect=/products/api/keys\" target=\"_blank"
866
+ "\">Mozscape API</a> service. Sign up for a free community account to get "
867
+ "started. Then enter your personal identification code here."
868
+ msgstr ""
869
+
870
+ #: ../admin/config/index.php:190
871
+ msgid "Mozscape Secret Key"
872
+ msgstr ""
873
+
874
+ #: ../admin/config/index.php:190
875
+ msgid ""
876
+ "Do not share your secret key with anyone or they will be able to make API "
877
+ "requests on your account!"
878
+ msgstr ""
879
+
880
+ #: ../admin/config/index.php:192
881
  msgid "Activity Log"
882
  msgstr "Statistiques de fréquentation"
883
 
884
+ #: ../admin/config/index.php:193
885
  msgid "Live Stream"
886
  msgstr "Flux en temps réel (Flux live)"
887
 
888
+ #: ../admin/config/index.php:193
889
  msgid ""
890
  "Enable the Live view, which refreshes the Activity Log every X seconds. "
891
  "Enter <strong>0</strong> (number zero) to deactivate this feature."
893
  "Actualisez la vue 'Maintenant' toutes les X secondes. Entrer <strong>0</"
894
  "strong> pour désactiver cette fonctionnalité."
895
 
896
+ #: ../admin/config/index.php:194
897
  msgid "Specify the number of items in the Activity Log."
898
  msgstr "Spécifier le nombre d'articles dans chacun de vos rapports."
899
 
900
+ #: ../admin/config/index.php:197
901
  msgid "Custom CSS"
902
  msgstr "Personnaliser le style CSS"
903
 
904
+ #: ../admin/config/index.php:197
905
  #, fuzzy
906
  msgid ""
907
  "Paste here your custom stylesheet to personalize the way your reports look. "
915
  "target='_blank'>Consultez les FAQs</a> pour plus d'informations sur la façon "
916
  "d'utiliser cette fonctionnalité."
917
 
918
+ #: ../admin/config/index.php:198
919
  #, fuzzy
920
  msgid "Chart Colors"
921
  msgstr "Contrôle du graphique"
922
 
923
+ #: ../admin/config/index.php:198
924
  msgid ""
925
  "Customize the look and feel of your charts by assigning personalized colors "
926
  "to each metric. List 4 hex colors separated by commas, strictly in the "
928
  "metric 2 current. For example: <code>#ccc, #999, #bbcc44, #21759b</code>."
929
  msgstr ""
930
 
931
+ #: ../admin/config/index.php:199
932
  msgid "Show User Agent"
933
  msgstr "Voir User Agent"
934
 
935
+ #: ../admin/config/index.php:199
936
  msgid ""
937
  "Choose if you want to see the browser name or a complete user agent string "
938
  "when hovering on browser icons."
940
  "Choisissez si vous voulez voir le nom du navigateur ou une chaîne complete "
941
  "de user agent lorsque vous survolez les icônes du navigateur."
942
 
943
+ #: ../admin/config/index.php:200
944
  msgid "Enable SOV"
945
  msgstr "Activer SOV"
946
 
947
+ #: ../admin/config/index.php:200
948
  msgid ""
949
  "In linguistic typology, a subject-object-verb (SOV) language is one in which "
950
  "the subject, object, and verb of a sentence appear in that order, like in "
954
  "langue dans laquelle les sujet, objet et verbe d'une phrase apparaissent "
955
  "dans cet ordre, comme en japonais."
956
 
957
+ #: ../admin/config/index.php:205
958
  msgid "Access Control"
959
  msgstr ""
960
 
961
+ #: ../admin/config/index.php:208
962
  msgid "Restrict Authors"
963
  msgstr "Restriction Auteurs"
964
 
965
+ #: ../admin/config/index.php:208
966
  msgid ""
967
  "Enable this option if you want your authors to only see stats related to "
968
  "their own content."
970
  "Activez cette option si vous voulez que vos auteurs ne voient que les "
971
  "statistiques relatives à leur propre contenu."
972
 
973
+ #: ../admin/config/index.php:209 ../admin/config/index.php:213
974
  msgid "Capability"
975
  msgstr "Aptitude"
976
 
977
+ #: ../admin/config/index.php:209
978
  msgid ""
979
  "Specify the minimum <a href='http://codex.wordpress.org/"
980
  "Roles_and_Capabilities' target='_new'>capability</a> needed to access the "
990
  "sauf un \"Accès en lecture\" de la liste blanche a été précisé ci-dessus. "
991
  "Dans ce cas, la liste a la priorité sur la capacité."
992
 
993
+ #: ../admin/config/index.php:210 ../admin/config/index.php:214
994
  msgid "Whitelist"
995
  msgstr "Liste blanche"
996
 
997
+ #: ../admin/config/index.php:210
998
  msgid ""
999
  "List all the users who should have access to the reports, separated by "
1000
  "commas. Administrators are implicitly allowed, so you don't need to list "
1006
  "vide, <strong>tous vos utilisateurs</strong> sont autorisés à accéder. Les "
1007
  "noms d'utilisateurs sont sensibles à la casse."
1008
 
1009
+ #: ../admin/config/index.php:212 ../admin/config/index.php:237
1010
+ #: ../admin/wp-slimstat-admin.php:640 ../admin/wp-slimstat-admin.php:658
1011
+ #: ../admin/wp-slimstat-admin.php:661
1012
  msgid "Settings"
1013
  msgstr "Réglages"
1014
 
1015
+ #: ../admin/config/index.php:213
1016
  msgid ""
1017
  "Specify the minimum <a href='http://codex.wordpress.org/"
1018
  "Roles_and_Capabilities' target='_new'>capability</a> required to configure "
1026
  "sauf un \"Accès en lecture\" de la liste blanche a été précisé ci-dessus. "
1027
  "Dans ce cas, la liste a la priorité sur la capacité."
1028
 
1029
+ #: ../admin/config/index.php:214
1030
  msgid ""
1031
  "List all the users who can edit these options, separated by commas. Please "
1032
  "be advised that admins <strong>are not</strong> implicitly allowed, so do "
1038
  "inscrire! Les noms d'utilisateurs sont sensibles à la casse. (Majuscules-"
1039
  "minuscules)"
1040
 
1041
+ #: ../admin/config/index.php:219
1042
  msgid "Maintenance"
1043
  msgstr "Maintenance"
1044
 
1045
+ #: ../admin/config/index.php:224 ../admin/view/addons.php:32
1046
  #: ../admin/wp-slimstat-admin.php:124
1047
  msgid "Add-ons"
1048
  msgstr "Add-ons"
1445
  msgid "Load"
1446
  msgstr ""
1447
 
1448
+ #: ../admin/view/index.php:66 ../admin/view/wp-slimstat-reports.php:1410
1449
  msgid "Today"
1450
  msgstr "Aujourd'hui"
1451
 
1452
+ #: ../admin/view/index.php:67 ../admin/view/wp-slimstat-reports.php:1413
1453
  msgid "Yesterday"
1454
  msgstr "Hier"
1455
 
1539
  msgid "Delete"
1540
  msgstr "Filtrer les pages vues pour que"
1541
 
1542
+ #: ../admin/view/right-now.php:16
1543
  msgid "Human"
1544
  msgstr "Humain"
1545
 
1546
+ #: ../admin/view/right-now.php:16
1547
  msgid "Bot/Crawler"
1548
  msgstr "Robot / Crawler"
1549
 
1550
+ #: ../admin/view/right-now.php:16
1551
  msgid "Mobile Device"
1552
  msgstr "Appareil mobile"
1553
 
1554
+ #: ../admin/view/right-now.php:16
1555
  msgid "Syndication Reader"
1556
  msgstr "Lecteur de Flux (Syndication)"
1557
 
1558
+ #: ../admin/view/right-now.php:41 ../admin/view/wp-slimstat-reports.php:1036
1559
+ #: ../admin/view/wp-slimstat-reports.php:1729
1560
  msgid "No data to display"
1561
  msgstr "Aucune donnée à afficher"
1562
 
1563
+ #: ../admin/view/right-now.php:60
1564
  msgid "Date and Time"
1565
  msgstr "Date/Heure"
1566
 
1567
  # Unknown
1568
+ #: ../admin/view/right-now.php:69 ../admin/view/wp-slimstat-reports.php:1088
1569
+ #: ../admin/view/wp-slimstat-reports.php:1772 ../wp-slimstat.php:1373
1570
  msgid "c-"
1571
  msgstr "Inconnu"
1572
 
1573
+ #: ../admin/view/right-now.php:121 ../admin/view/wp-slimstat-db.php:60
1574
+ #: ../admin/wp-slimstat-admin.php:976 ../admin/wp-slimstat-admin.php:1016
1575
  msgid "Originating IP"
1576
  msgstr "IP d'origine"
1577
 
1578
+ #: ../admin/view/right-now.php:152 ../admin/view/wp-slimstat-reports.php:1185
1579
+ #: ../admin/view/wp-slimstat-reports.php:1190
1580
+ #: ../admin/view/wp-slimstat-reports.php:1195
1581
  msgid "Open this URL in a new window"
1582
  msgstr "Ouvir cette URL dans une nouvelle fenêtre"
1583
 
1584
+ #: ../admin/view/right-now.php:155
1585
  msgid "Local search results page"
1586
  msgstr "Page de résultat d'une recherche locale"
1587
 
1588
+ #: ../admin/view/right-now.php:161 ../admin/view/wp-slimstat-db.php:42
1589
  #: ../admin/view/wp-slimstat-reports.php:242
1590
+ #: ../admin/view/wp-slimstat-reports.php:252
1591
+ #: ../admin/wp-slimstat-admin.php:979 ../admin/wp-slimstat-admin.php:995
1592
  msgid "Search Terms"
1593
  msgstr "Termes de recherche"
1594
 
1595
+ #: ../admin/view/right-now.php:170
1596
  msgid "Server Latency and Page Speed in milliseconds"
1597
  msgstr "Latence du serveur et Rapidité de la page en millisecondes"
1598
 
1599
+ #: ../admin/view/right-now.php:170
1600
  msgid "SL"
1601
  msgstr "SL"
1602
 
1603
+ #: ../admin/view/right-now.php:170
1604
  msgid "PS"
1605
  msgstr "PS"
1606
 
1607
+ #: ../admin/view/right-now.php:177
1608
  #, fuzzy
1609
  msgid "Time spent on this page"
1610
  msgstr "Ouvrir cette page dans une nouvelle fenêtre"
1611
 
1612
+ #: ../admin/view/right-now.php:187
1613
  msgid "Open this referrer in a new window"
1614
  msgstr "Ouvrir ce référent dans une nouvelle fenêtre"
1615
 
1616
+ #: ../admin/view/right-now.php:188
1617
  msgid "Open this outbound link in a new window"
1618
  msgstr "Ouvir cette URL dans une nouvelle fenêtre"
1619
 
1620
+ #: ../admin/view/right-now.php:189
1621
  msgid "Content Type"
1622
  msgstr "Type de contenu"
1623
 
1624
+ #: ../admin/view/right-now.php:192
1625
  #, fuzzy
1626
  msgid "Delete this pageview"
1627
  msgstr "Filtrer les pages vues pour que"
1628
 
1629
+ #: ../admin/view/right-now.php:203
1630
  #, fuzzy
1631
  msgid "User Logged In"
1632
  msgstr "User Agent"
1633
 
1634
+ #: ../admin/view/right-now.php:213
1635
  #, fuzzy
1636
  msgid "User Logged Out"
1637
  msgstr "User Agent"
1638
 
1639
+ #: ../admin/view/wp-slimstat-db.php:39 ../admin/wp-slimstat-admin.php:992
1640
  msgid "Browser"
1641
  msgstr "Navigateur Web"
1642
 
1643
+ #: ../admin/view/wp-slimstat-db.php:40 ../admin/wp-slimstat-admin.php:993
1644
  msgid "Country Code"
1645
  msgstr "Code du pays"
1646
 
1648
  msgid "IP Address"
1649
  msgstr "Adresse IP"
1650
 
1651
+ #: ../admin/view/wp-slimstat-db.php:43 ../admin/wp-slimstat-admin.php:996
1652
  msgid "Language Code"
1653
  msgstr "Code langue"
1654
 
1655
  #: ../admin/view/wp-slimstat-db.php:44 ../admin/view/wp-slimstat-db.php:87
1656
+ #: ../admin/wp-slimstat-admin.php:997
1657
  msgid "Operating System"
1658
  msgstr "Système d'exploitation (OS)"
1659
 
1660
  #: ../admin/view/wp-slimstat-db.php:45 ../admin/view/wp-slimstat-db.php:88
1661
+ #: ../admin/wp-slimstat-admin.php:998
1662
  msgid "Permalink"
1663
  msgstr "Permalien"
1664
 
1665
+ #: ../admin/view/wp-slimstat-db.php:46 ../admin/wp-slimstat-admin.php:999
1666
  msgid "Referer"
1667
  msgstr "Référent"
1668
 
1671
  msgid "Visitor's Username"
1672
  msgstr "le nom des visiteurs"
1673
 
1674
+ #: ../admin/view/wp-slimstat-db.php:48 ../admin/wp-slimstat-admin.php:982
1675
  msgid "Outbound Link"
1676
  msgstr "Lien sortant"
1677
 
1688
  msgid "Browser Capabilities"
1689
  msgstr "Capacités des Navigateurs"
1690
 
1691
+ #: ../admin/view/wp-slimstat-db.php:53 ../admin/wp-slimstat-admin.php:1011
1692
  msgid "Browser Version"
1693
  msgstr "Version de navigateur"
1694
 
1695
+ #: ../admin/view/wp-slimstat-db.php:54 ../admin/wp-slimstat-admin.php:1012
1696
  msgid "Browser Type"
1697
  msgstr "le type de navigateur Web"
1698
 
1699
+ #: ../admin/view/wp-slimstat-db.php:55 ../admin/wp-slimstat-admin.php:981
1700
  msgid "User Agent"
1701
  msgstr "User Agent"
1702
 
1709
  msgid "Server Latency"
1710
  msgstr "Latence du serveur"
1711
 
1712
+ #: ../admin/view/wp-slimstat-db.php:58 ../admin/wp-slimstat-admin.php:1014
1713
  msgid "Post Author"
1714
  msgstr "l'auteur de l'article"
1715
 
1716
+ #: ../admin/view/wp-slimstat-db.php:59 ../admin/wp-slimstat-admin.php:1015
1717
  msgid "Post Category ID"
1718
  msgstr "ID de la catégorie de l'article"
1719
 
1720
+ #: ../admin/view/wp-slimstat-db.php:61 ../admin/wp-slimstat-admin.php:1017
1721
  msgid "Resource Content Type"
1722
  msgstr "le type de source de contenu"
1723
 
1738
  msgid "Viewport Size"
1739
  msgstr ""
1740
 
1741
+ #: ../admin/view/wp-slimstat-db.php:66 ../admin/wp-slimstat-admin.php:1019
1742
  msgid "Visit ID"
1743
  msgstr "Visites ID"
1744
 
1784
  msgstr "Contenus récents"
1785
 
1786
  #: ../admin/view/wp-slimstat-db.php:96
1787
+ #: ../admin/view/wp-slimstat-reports.php:1743
1788
  msgid "Type"
1789
  msgstr ""
1790
 
1834
  msgid "From search result page"
1835
  msgstr "Depuis un moteur de recherche"
1836
 
1837
+ #: ../admin/view/wp-slimstat-reports.php:77 ../admin/wp-slimstat-admin.php:974
1838
  msgid "Known Visitor"
1839
  msgstr "Visiteurs connus"
1840
 
1917
  msgstr "Classements"
1918
 
1919
  #: ../admin/view/wp-slimstat-reports.php:212
1920
+ #, fuzzy
1921
  msgid ""
1922
+ "Slimstat retrieves live information from Alexa, Facebook and Mozscape, to "
1923
+ "measures your site's rankings. Values are updated every 12 hours. Please "
1924
+ "enter your personal access ID in the settings to access your personalized "
1925
+ "Mozscape data."
1926
  msgstr ""
1927
  "WP SlimStat récupère les informations d'Alexa, facebook, et Google, pour "
1928
  "mesurer le classement de votre site. Les données sont actualisées toutes les "
1948
  "attribue un cookie. WP SlimStat exploite ces informations pour identifier "
1949
  "les visiteurs qui reviennent, y compris les utilisateurs enregistrés."
1950
 
1951
+ #: ../admin/view/wp-slimstat-reports.php:253
1952
  #, fuzzy
1953
  msgid "Unique Terms"
1954
  msgstr "IPs uniques"
1962
  msgid "Human Visits"
1963
  msgstr "Visiteurs humains"
1964
 
1965
+ #: ../admin/view/wp-slimstat-reports.php:284
1966
+ #: ../admin/view/wp-slimstat-reports.php:1444
1967
  msgid "Visits"
1968
  msgstr "Visites"
1969
 
2097
  msgid "Traffic Sources"
2098
  msgstr "Sources de trafic"
2099
 
2100
+ #: ../admin/view/wp-slimstat-reports.php:525
2101
  msgid "Domains"
2102
  msgstr "Domaines"
2103
 
2244
  msgid "World Map"
2245
  msgstr "Carte du monde"
2246
 
2247
+ #: ../admin/view/wp-slimstat-reports.php:944
2248
  msgid "Refresh"
2249
  msgstr "Rafraichir"
2250
 
2251
+ #: ../admin/view/wp-slimstat-reports.php:981
2252
  #, php-format
2253
  msgid "Results %s - %s of %s"
2254
  msgstr "Résultats %s - %s de %s"
2255
 
2256
+ #: ../admin/view/wp-slimstat-reports.php:983
2257
  msgid "Refresh in"
2258
  msgstr "Rafraichir dans "
2259
 
2260
+ #: ../admin/view/wp-slimstat-reports.php:1082
2261
  msgid "Category ID"
2262
  msgstr "l'ID de la catégorie de l'article"
2263
 
2264
+ #: ../admin/view/wp-slimstat-reports.php:1087
2265
+ #: ../admin/view/wp-slimstat-reports.php:1101
2266
+ #: ../admin/view/wp-slimstat-reports.php:1106
2267
  #, fuzzy
2268
  msgid "Code"
2269
  msgstr "Code OS "
2270
 
2271
  # Unknown
2272
+ #: ../admin/view/wp-slimstat-reports.php:1102
2273
+ #: ../languages/dynamic_strings.php:339 ../wp-slimstat.php:1385
2274
  msgid "l-"
2275
  msgstr "Inconnue"
2276
 
2277
+ #: ../admin/view/wp-slimstat-reports.php:1119
2278
  msgid "URL"
2279
  msgstr ""
2280
 
2281
+ #: ../admin/view/wp-slimstat-reports.php:1132
2282
  msgid "Referrer"
2283
  msgstr "Référent"
2284
 
2285
+ #: ../admin/view/wp-slimstat-reports.php:1174
2286
+ #: ../admin/view/wp-slimstat-reports.php:1428
2287
+ #: ../admin/view/wp-slimstat-reports.php:1484
2288
+ #: ../admin/view/wp-slimstat-reports.php:1490
2289
+ #: ../admin/view/wp-slimstat-reports.php:1496
2290
+ #: ../admin/view/wp-slimstat-reports.php:1502
2291
+ #: ../admin/view/wp-slimstat-reports.php:1508
2292
+ #: ../admin/view/wp-slimstat-reports.php:1514
2293
+ #: ../admin/view/wp-slimstat-reports.php:1520
2294
+ #: ../admin/view/wp-slimstat-reports.php:1750
2295
  msgid "Hits"
2296
  msgstr "Hits"
2297
 
2298
+ #: ../admin/view/wp-slimstat-reports.php:1355
2299
  #, fuzzy
2300
  msgid "Dataset Size"
2301
  msgstr "Taille de la base de données"
2302
 
2303
+ #: ../admin/view/wp-slimstat-reports.php:1357
2304
  msgid "Total number of records stored in the database."
2305
  msgstr ""
2306
 
2307
+ #: ../admin/view/wp-slimstat-reports.php:1359
2308
  msgid "DB Size"
2309
  msgstr "Taille de la base de données"
2310
 
2311
+ #: ../admin/view/wp-slimstat-reports.php:1362
2312
  #, fuzzy
2313
  msgid "Tracking Enabled"
2314
  msgstr "Mode traçage"
2315
 
2316
+ #: ../admin/view/wp-slimstat-reports.php:1365
2317
  msgid "Javascript Mode"
2318
  msgstr "Mode Javascript"
2319
 
2320
+ #: ../admin/view/wp-slimstat-reports.php:1368
2321
  msgid "Tracking Browser Caps"
2322
  msgstr "Traçage Capacités Navigateurs"
2323
 
2324
+ #: ../admin/view/wp-slimstat-reports.php:1371
2325
  msgid "Auto purge"
2326
  msgstr "Purge automatique"
2327
 
2328
+ #: ../admin/view/wp-slimstat-reports.php:1374
2329
  msgid "Oldest pageview"
2330
  msgstr "Plus ancienne page vue"
2331
 
2332
+ #: ../admin/view/wp-slimstat-reports.php:1375
2333
  msgid "No visits"
2334
  msgstr "Aucune visite"
2335
 
2336
+ #: ../admin/view/wp-slimstat-reports.php:1377
2337
  #: ../admin/wp-slimstat-admin.php:112
2338
  #, fuzzy
2339
  msgid "Geolocation"
2340
  msgstr "Ordre de tri"
2341
 
2342
+ #: ../admin/view/wp-slimstat-reports.php:1379
2343
  msgid "Date when the MaxMind Geolocation database was last updated."
2344
  msgstr ""
2345
 
2346
+ #: ../admin/view/wp-slimstat-reports.php:1390
2347
+ #: ../admin/view/wp-slimstat-reports.php:1548
2348
  msgid ""
2349
  "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
2350
  "the tracking code is executed."
2352
  "Une demande pour charger un fichier HTML. WP SlimStat enregistre un \"pages "
2353
  "vues \" chaque fois que le code de traçage est exécuté."
2354
 
2355
+ #: ../admin/view/wp-slimstat-reports.php:1392
2356
  #, fuzzy
2357
  msgid "Days in Range"
2358
  msgstr "Intervalle de date"
2359
 
2360
+ #: ../admin/view/wp-slimstat-reports.php:1395
2361
  #, fuzzy
2362
  msgid "Average Daily Pageviews"
2363
  msgstr "Nombre de pages vues en moyenne"
2364
 
2365
+ #: ../admin/view/wp-slimstat-reports.php:1397
2366
  #, fuzzy
2367
  msgid ""
2368
  "How many pages have been visited on average every day during the current "
2370
  msgstr ""
2371
  "Combien de pages ont été visitées en moyenne au cours de la période en cours."
2372
 
2373
+ #: ../admin/view/wp-slimstat-reports.php:1399
2374
  msgid "From Search Results"
2375
  msgstr "Résultat de recherches"
2376
 
2377
+ #: ../admin/view/wp-slimstat-reports.php:1401
2378
  msgid ""
2379
  "Visitors who landed on your site after searching for a keyword on Google, "
2380
  "Yahoo, etc."
2382
  "Visiteurs qui sont arrivés sur votre site après une recherche par mots clés "
2383
  "sur Google, Yahoo, etc"
2384
 
2385
+ #: ../admin/view/wp-slimstat-reports.php:1405
2386
  msgid ""
2387
  "Used to differentiate between multiple requests to download a file from one "
2388
  "internet address (IP) and requests originating from many distinct addresses"
2391
  "fichier à partir d'une adresse Internet (IP) unique et les demandes "
2392
  "provenant de plusieurs adresses distinctes"
2393
 
2394
+ #: ../admin/view/wp-slimstat-reports.php:1407
2395
  msgid "Last 30 minutes"
2396
  msgstr "30 dernières minutes"
2397
 
2398
+ #: ../admin/view/wp-slimstat-reports.php:1446
2399
  msgid ""
2400
  "A visit is a session of at most 30 minutes. Returning visitors are counted "
2401
  "multiple times if they perform multiple visits."
2404
  "reviennent sont comptés plusieurs fois s'ils effectuent des visites "
2405
  "multiples."
2406
 
2407
+ #: ../admin/view/wp-slimstat-reports.php:1450
2408
  msgid "It includes only traffic generated by human visitors."
2409
  msgstr "Cela ne comprend que les visites dites humaines."
2410
 
2411
+ #: ../admin/view/wp-slimstat-reports.php:1452
2412
  msgid "Bounce rate"
2413
  msgstr "Taux de rebond"
2414
 
2415
+ #: ../admin/view/wp-slimstat-reports.php:1454
2416
  msgid ""
2417
  "Percentage of single-page visits, i.e. visits in which the person left your "
2418
  "site from the entrance page."
2420
  "Pourcentage de visites d'une seule page, par exemple les visites au cours "
2421
  "desquelles la personne a quitté votre site dès la page d'entrée."
2422
 
2423
+ #: ../admin/view/wp-slimstat-reports.php:1456
2424
  msgid "Known visitors"
2425
  msgstr "Visiteurs connus"
2426
 
2427
+ #: ../admin/view/wp-slimstat-reports.php:1458
2428
  msgid "Visitors who had previously left a comment on your blog."
2429
  msgstr "Visiteurs qui ont déjà laissé un commentaire sur votre blog."
2430
 
2431
+ #: ../admin/view/wp-slimstat-reports.php:1460
2432
  msgid "New visitors"
2433
  msgstr "Nouveaux visiteurs"
2434
 
2435
+ #: ../admin/view/wp-slimstat-reports.php:1462
2436
  msgid "Human users who visited your site only once."
2437
  msgstr "Visiteurs humains qui ont visité votre site une seule fois."
2438
 
2439
+ #: ../admin/view/wp-slimstat-reports.php:1464
2440
  msgid "Bots"
2441
  msgstr "Robots"
2442
 
2443
+ #: ../admin/view/wp-slimstat-reports.php:1467
2444
  #, fuzzy
2445
  msgid "Pageviews per visit"
2446
  msgstr "Pages vues par visite"
2447
 
2448
+ #: ../admin/view/wp-slimstat-reports.php:1470
2449
  msgid "Longest visit"
2450
  msgstr "Visite la plus longue"
2451
 
2452
+ #: ../admin/view/wp-slimstat-reports.php:1471
2453
  msgid "hits"
2454
  msgstr "hits"
2455
 
2456
+ #: ../admin/view/wp-slimstat-reports.php:1482
2457
  msgid "0 - 30 seconds"
2458
  msgstr "0 - 30 secondes"
2459
 
2460
+ #: ../admin/view/wp-slimstat-reports.php:1488
2461
  msgid "31 - 60 seconds"
2462
  msgstr "31 - 60 secondes"
2463
 
2464
+ #: ../admin/view/wp-slimstat-reports.php:1494
2465
  msgid "1 - 3 minutes"
2466
  msgstr "1 - 3 minutes"
2467
 
2468
+ #: ../admin/view/wp-slimstat-reports.php:1500
2469
  msgid "3 - 5 minutes"
2470
  msgstr "3 - 5 minutes"
2471
 
2472
+ #: ../admin/view/wp-slimstat-reports.php:1506
2473
  msgid "5 - 7 minutes"
2474
  msgstr "5 - 7 minutes"
2475
 
2476
+ #: ../admin/view/wp-slimstat-reports.php:1512
2477
  msgid "7 - 10 minutes"
2478
  msgstr "7 - 10 minutes"
2479
 
2480
+ #: ../admin/view/wp-slimstat-reports.php:1518
2481
  msgid "More than 10 minutes"
2482
  msgstr "Plus de 10 minutes"
2483
 
2484
+ #: ../admin/view/wp-slimstat-reports.php:1530
2485
  #, fuzzy
2486
  msgid "Average visit duration"
2487
  msgstr "Durée des Visites"
2488
 
2489
+ #: ../admin/view/wp-slimstat-reports.php:1550
2490
  msgid "Unique Referrers"
2491
  msgstr "Référents uniques"
2492
 
2493
+ #: ../admin/view/wp-slimstat-reports.php:1552
2494
  msgid ""
2495
  "A referrer (or referring site) is the site that a visitor previously visited "
2496
  "before following a link to your site."
2498
  "Un référent (ou site référent) est le site que le visiteur a visité avant de "
2499
  "suivre un lien vers votre site."
2500
 
2501
+ #: ../admin/view/wp-slimstat-reports.php:1554
2502
  msgid "Direct Pageviews"
2503
  msgstr "Pages Vues Directes"
2504
 
2505
+ #: ../admin/view/wp-slimstat-reports.php:1556
2506
  msgid ""
2507
  "Visitors who visited the site by typing the URL directly into their browser. "
2508
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
2515
  "courriels non marquées, ou des liens à partir de documents qui ne "
2516
  "contiennent pas de variables de suivi."
2517
 
2518
+ #: ../admin/view/wp-slimstat-reports.php:1558
2519
  msgid "From a search result"
2520
  msgstr "Depuis un moteur de recherche"
2521
 
2522
+ #: ../admin/view/wp-slimstat-reports.php:1560
2523
  msgid ""
2524
  "Visitors who came to your site via searches on Google or some other search "
2525
  "engine."
2527
  "Visiteurs qui sont venus sur le site via un moteur de recherche comme Google "
2528
  "ou autre."
2529
 
2530
+ #: ../admin/view/wp-slimstat-reports.php:1562
2531
  msgid "Unique Landing Pages"
2532
  msgstr "Pages d'Entrées Uniques"
2533
 
2534
+ #: ../admin/view/wp-slimstat-reports.php:1564
2535
  msgid ""
2536
  "The first page that a user views during a session. This is also known as the "
2537
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
2543
  "mots clés 'Brooklyn Office Space' et arrive sur votre page d'accueil, elle "
2544
  "sera comptée (pour cette visite) comme la page d'entrée."
2545
 
2546
+ #: ../admin/view/wp-slimstat-reports.php:1566
2547
  msgid "Bounce Pages"
2548
  msgstr "Pages de Rebonds"
2549
 
2550
+ #: ../admin/view/wp-slimstat-reports.php:1568
2551
  #, fuzzy
2552
  msgid "Number of single page visits to your site over the selected period."
2553
  msgstr ""
2554
  "Nombre de visites d'une seule page de votre site au cours de la période "
2555
  "sélectionnée."
2556
 
2557
+ #: ../admin/view/wp-slimstat-reports.php:1570
2558
  msgid "New Visitors Rate"
2559
  msgstr "Taux de Nouveaux Visiteurs"
2560
 
2561
+ #: ../admin/view/wp-slimstat-reports.php:1572
2562
  #, fuzzy
2563
  msgid ""
2564
  "Percentage of single page visits, i.e. visits in which the person left your "
2567
  "Pourcentage de visites d'une seule page, par exemple les visites au cours "
2568
  "desquelles la personne a quitté votre site dès la page d'entrée."
2569
 
2570
+ #: ../admin/view/wp-slimstat-reports.php:1574
2571
  msgid "Currently from search engines"
2572
  msgstr "Moteurs de recherche récents"
2573
 
2574
+ #: ../admin/view/wp-slimstat-reports.php:1576
2575
  msgid ""
2576
  "Visitors who visited the site in the last 5 minutes coming from a search "
2577
  "engine."
2579
  "Visiteurs qui ont visité le site dans les 5 dernières visites, provenant "
2580
  "d'un moteur de recherche."
2581
 
2582
+ #: ../admin/view/wp-slimstat-reports.php:1656
2583
+ msgid ""
2584
+ "Number of authority-passing links (including followed links and redirects, "
2585
+ "internal or external) to your website. Set the permalink filter here above "
2586
+ "to get the corresponding metrics in this report."
2587
+ msgstr ""
2588
 
2589
+ #: ../admin/view/wp-slimstat-reports.php:1657
2590
+ #, fuzzy
2591
+ msgid "Equity Links"
2592
+ msgstr "Lien sortant"
2593
 
2594
+ #: ../admin/view/wp-slimstat-reports.php:1658
2595
+ #, fuzzy
2596
+ msgid "Number of external equity links to your website."
2597
  msgstr ""
2598
  "Nombre de pages qui pointent sur votre site, d'après les informations "
2599
  "fournies par Google."
2600
 
2601
+ #: ../admin/view/wp-slimstat-reports.php:1659
2602
+ #, fuzzy
2603
+ msgid "Backlinks"
2604
  msgstr "Backlinks Google"
2605
 
2606
+ #: ../admin/view/wp-slimstat-reports.php:1660
2607
  msgid ""
2608
+ "MozRank of the URL, in a normalized 10-point score. MozRank represents a "
2609
+ "link popularity score. It reflects the importance of any given web page on "
2610
+ "the Internet."
2611
  msgstr ""
 
 
 
 
 
2612
 
2613
+ #: ../admin/view/wp-slimstat-reports.php:1661
2614
+ msgid "MozRank"
 
2615
  msgstr ""
 
 
2616
 
2617
+ #: ../admin/view/wp-slimstat-reports.php:1662
 
 
 
 
 
 
 
 
 
 
 
 
2618
  msgid ""
2619
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
2620
  "traffic data."
2622
  "Alexa est une filiale d'Amazon.com qui fournit des données commerciales "
2623
  "concernant le trafic web."
2624
 
2625
+ #: ../admin/view/wp-slimstat-reports.php:1663
2626
  msgid "Alexa World Rank"
2627
  msgstr "Alexa, Classement mondial"
2628
 
2629
+ #: ../admin/view/wp-slimstat-reports.php:1664
2630
  msgid "Alexa Country Rank"
2631
  msgstr "Alexa, Classement par pays"
2632
 
2633
+ #: ../admin/view/wp-slimstat-reports.php:1665
2634
  msgid "Alexa Popularity"
2635
  msgstr "Alexa, Popularité"
2636
 
2637
  #: ../admin/view/wp-slimstat-reports.php:1666
2638
+ msgid ""
2639
+ "How many times your site has been shared by someone on the social network."
2640
+ msgstr ""
2641
+ "Nombre de fois que votre site a été partagé par quelqu'un sur le réseau "
2642
+ "social."
2643
+
2644
+ #: ../admin/view/wp-slimstat-reports.php:1667
2645
+ msgid "Facebook Shares"
2646
+ msgstr "Partages Facebook"
2647
+
2648
+ #: ../admin/view/wp-slimstat-reports.php:1668
2649
+ msgid "How many times links to your website have been clicked on Facebook."
2650
+ msgstr "Nombre de fois que vos liens ont été activés sur Facebook"
2651
+
2652
+ #: ../admin/view/wp-slimstat-reports.php:1669
2653
+ msgid "Facebook Clicks"
2654
+ msgstr "Clicks Facebook"
2655
+
2656
+ #: ../admin/view/wp-slimstat-reports.php:1680
2657
  msgid "Content Items"
2658
  msgstr "Contenus"
2659
 
2660
+ #: ../admin/view/wp-slimstat-reports.php:1682
2661
  msgid ""
2662
  "This value includes not only posts, but also custom post types, regardless "
2663
  "of their status"
2665
  "Cette valeur n'inclut pas seulement les articles de blog, mais aussi des "
2666
  "types personnalisés d'articles, quel que soit leur statut."
2667
 
2668
+ #: ../admin/view/wp-slimstat-reports.php:1684
2669
  #, fuzzy
2670
  msgid "Posts"
2671
  msgstr "Top Posts"
2672
 
2673
+ #: ../admin/view/wp-slimstat-reports.php:1687
2674
  #, fuzzy
2675
  msgid "Pages"
2676
  msgstr "Pages de sorties les plus utilisées"
2677
 
2678
+ #: ../admin/view/wp-slimstat-reports.php:1690
2679
  msgid "Attachments"
2680
  msgstr ""
2681
 
2682
+ #: ../admin/view/wp-slimstat-reports.php:1693
2683
  #, fuzzy
2684
  msgid "Revisions"
2685
  msgstr "Permissions"
2686
 
2687
+ #: ../admin/view/wp-slimstat-reports.php:1696
2688
  #, fuzzy
2689
  msgid "Comments"
2690
  msgstr "Nombre de commentaires"
2691
 
2692
+ #: ../admin/view/wp-slimstat-reports.php:1699
2693
  #, fuzzy
2694
  msgid "Avg Comments per Post"
2695
  msgstr "Moyenne de commentaires par Article"
2696
 
2697
+ #: ../admin/view/wp-slimstat-reports.php:1702
2698
  msgid "Avg Server Latency"
2699
  msgstr "Latence moyenne du serveur"
2700
 
2701
+ #: ../admin/view/wp-slimstat-reports.php:1704
2702
  msgid ""
2703
  "Latency is the amount of time it takes for the host server to receive and "
2704
  "process a request for a page object. The amount of latency depends largely "
2705
  "on how far away the user is from the server."
2706
  msgstr ""
2707
 
2708
+ #: ../admin/view/wp-slimstat-reports.php:1747
2709
  #, fuzzy
2710
  msgid "Coordinates"
2711
  msgstr "Mode traçage"
2712
 
2713
+ #: ../admin/view/wp-slimstat-reports.php:1747
2714
  msgid "Date"
2715
  msgstr ""
2716
 
2717
  # Unknown
2718
+ #: ../admin/view/wp-slimstat-reports.php:1763
2719
  msgid "c-xx"
2720
  msgstr "Inconnu"
2721
 
2722
  # Afghanistan
2723
+ #: ../admin/view/wp-slimstat-reports.php:1763
2724
  msgid "c-af"
2725
  msgstr "Afghanistan"
2726
 
2727
  # Åland Islands
2728
+ #: ../admin/view/wp-slimstat-reports.php:1763
2729
  msgid "c-ax"
2730
  msgstr "Îles Åland"
2731
 
2732
  # Albania
2733
+ #: ../admin/view/wp-slimstat-reports.php:1763
2734
  msgid "c-al"
2735
  msgstr "Albanie"
2736
 
2737
  # Algeria
2738
+ #: ../admin/view/wp-slimstat-reports.php:1763
2739
  msgid "c-dz"
2740
  msgstr "Algérie"
2741
 
2742
  # Andorra
2743
+ #: ../admin/view/wp-slimstat-reports.php:1763
2744
  msgid "c-ad"
2745
  msgstr "Andorre"
2746
 
2747
  # Angola
2748
+ #: ../admin/view/wp-slimstat-reports.php:1763
2749
  msgid "c-ao"
2750
  msgstr "Angola"
2751
 
2752
  # Anguilla
2753
+ #: ../admin/view/wp-slimstat-reports.php:1763
2754
  msgid "c-ai"
2755
  msgstr "Anguilla"
2756
 
2757
  # Antigua and Barbuda
2758
+ #: ../admin/view/wp-slimstat-reports.php:1763
2759
  msgid "c-ag"
2760
  msgstr "Antigua et Barbuda"
2761
 
2762
  # Argentina
2763
+ #: ../admin/view/wp-slimstat-reports.php:1763
2764
  msgid "c-ar"
2765
  msgstr "Argentine"
2766
 
2767
  # Armenia
2768
+ #: ../admin/view/wp-slimstat-reports.php:1763
2769
  msgid "c-am"
2770
  msgstr "Arménie"
2771
 
2772
  # Aruba
2773
+ #: ../admin/view/wp-slimstat-reports.php:1763
2774
  msgid "c-aw"
2775
  msgstr "Aruba"
2776
 
2777
  # Australia
2778
+ #: ../admin/view/wp-slimstat-reports.php:1763
2779
  msgid "c-au"
2780
  msgstr "Australie"
2781
 
2782
  # Austria
2783
+ #: ../admin/view/wp-slimstat-reports.php:1763
2784
  msgid "c-at"
2785
  msgstr "Autriche"
2786
 
2787
  # Azerbaijan
2788
+ #: ../admin/view/wp-slimstat-reports.php:1763
2789
  msgid "c-az"
2790
  msgstr "Azerbaïdjan"
2791
 
2792
  # Bahamas
2793
+ #: ../admin/view/wp-slimstat-reports.php:1763
2794
  msgid "c-bs"
2795
  msgstr "Bahamas"
2796
 
2797
  # Bahrain
2798
+ #: ../admin/view/wp-slimstat-reports.php:1763
2799
  msgid "c-bh"
2800
  msgstr "Bahreïn"
2801
 
2802
  # Bangladesh
2803
+ #: ../admin/view/wp-slimstat-reports.php:1763
2804
  msgid "c-bd"
2805
  msgstr "Bangladesh"
2806
 
2807
  # Barbados
2808
+ #: ../admin/view/wp-slimstat-reports.php:1763
2809
  msgid "c-bb"
2810
  msgstr "Barbade"
2811
 
2812
  # Belarus
2813
+ #: ../admin/view/wp-slimstat-reports.php:1763
2814
  msgid "c-by"
2815
  msgstr "Bélarus"
2816
 
2817
  # Belgium
2818
+ #: ../admin/view/wp-slimstat-reports.php:1763
2819
  msgid "c-be"
2820
  msgstr "Belgique"
2821
 
2822
  # Belize
2823
+ #: ../admin/view/wp-slimstat-reports.php:1763
2824
  msgid "c-bz"
2825
  msgstr "Belize"
2826
 
2827
  # Benin
2828
+ #: ../admin/view/wp-slimstat-reports.php:1763
2829
  msgid "c-bj"
2830
  msgstr "Bénin"
2831
 
2832
  # Bermuda
2833
+ #: ../admin/view/wp-slimstat-reports.php:1763
2834
  msgid "c-bm"
2835
  msgstr "Bermudes"
2836
 
2837
  # Bhutan
2838
+ #: ../admin/view/wp-slimstat-reports.php:1763
2839
  msgid "c-bt"
2840
  msgstr "Bhoutan"
2841
 
2842
  # Bolivia
2843
+ #: ../admin/view/wp-slimstat-reports.php:1763
2844
  msgid "c-bo"
2845
  msgstr "État plurinational de Bolivie"
2846
 
2847
  # Bosnia and Herzegovina
2848
+ #: ../admin/view/wp-slimstat-reports.php:1763
2849
  msgid "c-ba"
2850
  msgstr "Bosnie-Herzégovine"
2851
 
2852
  # Botswana
2853
+ #: ../admin/view/wp-slimstat-reports.php:1763
2854
  msgid "c-bw"
2855
  msgstr "Botswana"
2856
 
2857
  # Brazil
2858
+ #: ../admin/view/wp-slimstat-reports.php:1763
2859
  msgid "c-br"
2860
  msgstr "Brésil"
2861
 
2862
  # Brunei Darussalam
2863
+ #: ../admin/view/wp-slimstat-reports.php:1763
2864
  msgid "c-bn"
2865
  msgstr "Brunéi Darussalam"
2866
 
2867
  # Bulgaria
2868
+ #: ../admin/view/wp-slimstat-reports.php:1763
2869
  msgid "c-bg"
2870
  msgstr "Bulgarie"
2871
 
2872
  # Burkina Faso
2873
+ #: ../admin/view/wp-slimstat-reports.php:1763
2874
  msgid "c-bf"
2875
  msgstr "Burkina Faso"
2876
 
2877
  # Burundi
2878
+ #: ../admin/view/wp-slimstat-reports.php:1763
2879
  msgid "c-bi"
2880
  msgstr "Burundi"
2881
 
2882
  # Cambodia
2883
+ #: ../admin/view/wp-slimstat-reports.php:1763
2884
  msgid "c-kh"
2885
  msgstr "Cambodge"
2886
 
2887
  # Cameroon
2888
+ #: ../admin/view/wp-slimstat-reports.php:1763
2889
  msgid "c-cm"
2890
  msgstr "Cameroun"
2891
 
2892
  # Canada
2893
+ #: ../admin/view/wp-slimstat-reports.php:1763
2894
  msgid "c-ca"
2895
  msgstr "Canada"
2896
 
2897
  # Cape Verde
2898
+ #: ../admin/view/wp-slimstat-reports.php:1763
2899
  msgid "c-cv"
2900
  msgstr "Cap-Vert"
2901
 
2902
  # Cayman Islands
2903
+ #: ../admin/view/wp-slimstat-reports.php:1763
2904
  msgid "c-ky"
2905
  msgstr "Îles Caïmans"
2906
 
2907
  # Central African Republic
2908
+ #: ../admin/view/wp-slimstat-reports.php:1763
2909
  msgid "c-cf"
2910
  msgstr "République Centrafricaine"
2911
 
2912
  # Chad
2913
+ #: ../admin/view/wp-slimstat-reports.php:1763
2914
  msgid "c-td"
2915
  msgstr "Tchad"
2916
 
2917
  # Chile
2918
+ #: ../admin/view/wp-slimstat-reports.php:1763
2919
  msgid "c-cl"
2920
  msgstr "Chili"
2921
 
2922
  # China
2923
+ #: ../admin/view/wp-slimstat-reports.php:1763
2924
  msgid "c-cn"
2925
  msgstr "Chine"
2926
 
2927
  # Colombia
2928
+ #: ../admin/view/wp-slimstat-reports.php:1763
2929
  msgid "c-co"
2930
  msgstr "Colombie"
2931
 
2932
  # Comoros
2933
+ #: ../admin/view/wp-slimstat-reports.php:1763
2934
  msgid "c-km"
2935
  msgstr "Comores"
2936
 
2937
  # Congo
2938
+ #: ../admin/view/wp-slimstat-reports.php:1763
2939
  msgid "c-cg"
2940
  msgstr "Congo"
2941
 
2942
  # The Democratic Republic of the Congo
2943
+ #: ../admin/view/wp-slimstat-reports.php:1763
2944
  msgid "c-cd"
2945
  msgstr "République Démocratique du Congo"
2946
 
2947
  # Costa Rica
2948
+ #: ../admin/view/wp-slimstat-reports.php:1763
2949
  msgid "c-cr"
2950
  msgstr "Costa Rica"
2951
 
2952
  # Côte d'Ivoire
2953
+ #: ../admin/view/wp-slimstat-reports.php:1763
2954
  msgid "c-ci"
2955
  msgstr "Côte d'Ivoire"
2956
 
2957
  # Croatia
2958
+ #: ../admin/view/wp-slimstat-reports.php:1763
2959
  msgid "c-hr"
2960
  msgstr "Croatie"
2961
 
2962
  # Cuba
2963
+ #: ../admin/view/wp-slimstat-reports.php:1763
2964
  msgid "c-cu"
2965
  msgstr "Cuba"
2966
 
2967
  # Cyprus
2968
+ #: ../admin/view/wp-slimstat-reports.php:1763
2969
  msgid "c-cy"
2970
  msgstr "Chypre"
2971
 
2972
  # Czech Republic
2973
+ #: ../admin/view/wp-slimstat-reports.php:1763
2974
  msgid "c-cz"
2975
  msgstr "République tchèque"
2976
 
2977
  # Denmark
2978
+ #: ../admin/view/wp-slimstat-reports.php:1763
2979
  msgid "c-dk"
2980
  msgstr "Danemark"
2981
 
2982
  # Djibouti
2983
+ #: ../admin/view/wp-slimstat-reports.php:1763
2984
  msgid "c-dj"
2985
  msgstr "Djibouti"
2986
 
2987
  # Dominica
2988
+ #: ../admin/view/wp-slimstat-reports.php:1763
2989
  msgid "c-dm"
2990
  msgstr "Dominique"
2991
 
2992
  # Dominican Republic
2993
+ #: ../admin/view/wp-slimstat-reports.php:1763
2994
  msgid "c-do"
2995
  msgstr "République dominicaine"
2996
 
2997
  # Ecuador
2998
+ #: ../admin/view/wp-slimstat-reports.php:1763
2999
  msgid "c-ec"
3000
  msgstr "Équateur"
3001
 
3002
  # Egypt
3003
+ #: ../admin/view/wp-slimstat-reports.php:1763
3004
  msgid "c-eg"
3005
  msgstr "Égypte"
3006
 
3007
  # El Salvador
3008
+ #: ../admin/view/wp-slimstat-reports.php:1763
3009
  msgid "c-sv"
3010
  msgstr "El Salvador"
3011
 
3012
  # Equatorial Guinea
3013
+ #: ../admin/view/wp-slimstat-reports.php:1763
3014
  msgid "c-gq"
3015
  msgstr "Guinée équatoriale"
3016
 
3017
  # Eritrea
3018
+ #: ../admin/view/wp-slimstat-reports.php:1763
3019
  msgid "c-er"
3020
  msgstr "Érythrée"
3021
 
3022
  # Estonia
3023
+ #: ../admin/view/wp-slimstat-reports.php:1763
3024
  msgid "c-ee"
3025
  msgstr "Estonie"
3026
 
3027
  # Ethiopia
3028
+ #: ../admin/view/wp-slimstat-reports.php:1763
3029
  msgid "c-et"
3030
  msgstr "Éthiopie"
3031
 
3032
  # Faroe Islands
3033
+ #: ../admin/view/wp-slimstat-reports.php:1763
3034
  msgid "c-fo"
3035
  msgstr "Îles Féroé"
3036
 
3037
  # Falkland Islands (Malvinas)
3038
+ #: ../admin/view/wp-slimstat-reports.php:1763
3039
  msgid "c-fk"
3040
  msgstr "Îles Falkland (Malvinas)"
3041
 
3042
  # Fiji
3043
+ #: ../admin/view/wp-slimstat-reports.php:1763
3044
  msgid "c-fj"
3045
  msgstr "Fidji"
3046
 
3047
  # Finland
3048
+ #: ../admin/view/wp-slimstat-reports.php:1763
3049
  msgid "c-fi"
3050
  msgstr "Finlande"
3051
 
3052
  # France
3053
+ #: ../admin/view/wp-slimstat-reports.php:1763
3054
  msgid "c-fr"
3055
  msgstr "France"
3056
 
3057
  # French Guiana
3058
+ #: ../admin/view/wp-slimstat-reports.php:1763
3059
  msgid "c-gf"
3060
  msgstr "Guyane française"
3061
 
3062
  # Gabon
3063
+ #: ../admin/view/wp-slimstat-reports.php:1763
3064
  msgid "c-ga"
3065
  msgstr "Gabon"
3066
 
3067
  # Gambia
3068
+ #: ../admin/view/wp-slimstat-reports.php:1763
3069
  msgid "c-gm"
3070
  msgstr "Gambie"
3071
 
3072
  # Georgia
3073
+ #: ../admin/view/wp-slimstat-reports.php:1763
3074
  msgid "c-ge"
3075
  msgstr "Géorgie"
3076
 
3077
  # Germany
3078
+ #: ../admin/view/wp-slimstat-reports.php:1763
3079
  msgid "c-de"
3080
  msgstr "Allemagne"
3081
 
3082
  # Ghana
3083
+ #: ../admin/view/wp-slimstat-reports.php:1763
3084
  msgid "c-gh"
3085
  msgstr "Ghana"
3086
 
3087
  # Greece
3088
+ #: ../admin/view/wp-slimstat-reports.php:1763
3089
  msgid "c-gr"
3090
  msgstr "Grèce"
3091
 
3092
  # Greenland
3093
+ #: ../admin/view/wp-slimstat-reports.php:1763
3094
  msgid "c-gl"
3095
  msgstr "Groenland"
3096
 
3097
  # Grenada
3098
+ #: ../admin/view/wp-slimstat-reports.php:1763
3099
  msgid "c-gd"
3100
  msgstr "Grenade"
3101
 
3102
  # Guadeloupe
3103
+ #: ../admin/view/wp-slimstat-reports.php:1763
3104
  msgid "c-gp"
3105
  msgstr "Guadeloupe"
3106
 
3107
  # Guatemala
3108
+ #: ../admin/view/wp-slimstat-reports.php:1763
3109
  msgid "c-gt"
3110
  msgstr "Guatemala"
3111
 
3112
  # Guinea
3113
+ #: ../admin/view/wp-slimstat-reports.php:1763
3114
  msgid "c-gn"
3115
  msgstr "Guinée"
3116
 
3117
  # Guinea-Bissau
3118
+ #: ../admin/view/wp-slimstat-reports.php:1763
3119
  msgid "c-gw"
3120
  msgstr "Guinée-Bissau"
3121
 
3122
  # Guyana
3123
+ #: ../admin/view/wp-slimstat-reports.php:1763
3124
  msgid "c-gy"
3125
  msgstr "Guyana"
3126
 
3127
  # Haiti
3128
+ #: ../admin/view/wp-slimstat-reports.php:1763
3129
  msgid "c-ht"
3130
  msgstr "Haïti"
3131
 
3132
  # Honduras
3133
+ #: ../admin/view/wp-slimstat-reports.php:1763
3134
  msgid "c-hn"
3135
  msgstr "Honduras"
3136
 
3137
  # Hong Kong
3138
+ #: ../admin/view/wp-slimstat-reports.php:1763
3139
  msgid "c-hk"
3140
  msgstr "Hong Kong"
3141
 
3142
  # Hungary
3143
+ #: ../admin/view/wp-slimstat-reports.php:1763
3144
  msgid "c-hu"
3145
  msgstr "Hongrie"
3146
 
3147
  # Iceland
3148
+ #: ../admin/view/wp-slimstat-reports.php:1763
3149
  msgid "c-is"
3150
  msgstr "Islande"
3151
 
3152
  # India
3153
+ #: ../admin/view/wp-slimstat-reports.php:1763
3154
  msgid "c-in"
3155
  msgstr "Inde"
3156
 
3157
  # Indonesia
3158
+ #: ../admin/view/wp-slimstat-reports.php:1763
3159
  msgid "c-id"
3160
  msgstr "Indonésie"
3161
 
3162
  # Islamic Republic of Iran
3163
+ #: ../admin/view/wp-slimstat-reports.php:1763
3164
  msgid "c-ir"
3165
  msgstr "République islamique d'Iran"
3166
 
3167
  # Iraq
3168
+ #: ../admin/view/wp-slimstat-reports.php:1763
3169
  msgid "c-iq"
3170
  msgstr "Irak"
3171
 
3172
  # Ireland
3173
+ #: ../admin/view/wp-slimstat-reports.php:1763
3174
  msgid "c-ie"
3175
  msgstr "Irlande"
3176
 
3177
  # Israel
3178
+ #: ../admin/view/wp-slimstat-reports.php:1763
3179
  msgid "c-il"
3180
  msgstr "Israël"
3181
 
3182
  # Italy
3183
+ #: ../admin/view/wp-slimstat-reports.php:1763
3184
  msgid "c-it"
3185
  msgstr "Italie"
3186
 
3187
  # Jamaica
3188
+ #: ../admin/view/wp-slimstat-reports.php:1763
3189
  msgid "c-jm"
3190
  msgstr "Jamaïque"
3191
 
3192
  # Japan
3193
+ #: ../admin/view/wp-slimstat-reports.php:1763
3194
  msgid "c-jp"
3195
  msgstr "Japon"
3196
 
3197
  # Jordan
3198
+ #: ../admin/view/wp-slimstat-reports.php:1763
3199
  msgid "c-jo"
3200
  msgstr "Jordanie"
3201
 
3202
  # Kazakhstan
3203
+ #: ../admin/view/wp-slimstat-reports.php:1763
3204
  msgid "c-kz"
3205
  msgstr "Kazakhstan"
3206
 
3207
  # Kenya
3208
+ #: ../admin/view/wp-slimstat-reports.php:1763
3209
  msgid "c-ke"
3210
  msgstr "Kenya"
3211
 
3212
  # Nauru
3213
+ #: ../admin/view/wp-slimstat-reports.php:1763
3214
  msgid "c-nr"
3215
  msgstr "Nauru"
3216
 
3217
  # Democratic People's Republic of Korea
3218
+ #: ../admin/view/wp-slimstat-reports.php:1763
3219
  msgid "c-kp"
3220
  msgstr "République populaire démocratique de Corée"
3221
 
3222
  # Republic of Korea
3223
+ #: ../admin/view/wp-slimstat-reports.php:1763
3224
  msgid "c-kr"
3225
  msgstr "République de Corée"
3226
 
3227
+ #: ../admin/view/wp-slimstat-reports.php:1763
3228
  msgid "c-kv"
3229
  msgstr "Kossovo"
3230
 
3231
  # Kuwait
3232
+ #: ../admin/view/wp-slimstat-reports.php:1763
3233
  msgid "c-kw"
3234
  msgstr "Koweït"
3235
 
3236
  # Kyrgyzstan
3237
+ #: ../admin/view/wp-slimstat-reports.php:1763
3238
  msgid "c-kg"
3239
  msgstr "Kirghizistan"
3240
 
3241
  # Lao People's Democratic Republic
3242
+ #: ../admin/view/wp-slimstat-reports.php:1763
3243
  msgid "c-la"
3244
  msgstr "République démocratique populaire lao"
3245
 
3246
  # Latvia
3247
+ #: ../admin/view/wp-slimstat-reports.php:1763
3248
  msgid "c-lv"
3249
  msgstr "Lettonie"
3250
 
3251
  # Lebanon
3252
+ #: ../admin/view/wp-slimstat-reports.php:1763
3253
  msgid "c-lb"
3254
  msgstr "Liban"
3255
 
3256
  # Lesotho
3257
+ #: ../admin/view/wp-slimstat-reports.php:1763
3258
  msgid "c-ls"
3259
  msgstr "Lesotho"
3260
 
3261
  # Liberia
3262
+ #: ../admin/view/wp-slimstat-reports.php:1763
3263
  msgid "c-lr"
3264
  msgstr "Libéria"
3265
 
3266
  # Libyan Arab Jamahiriya
3267
+ #: ../admin/view/wp-slimstat-reports.php:1763
3268
  msgid "c-ly"
3269
  msgstr "Jamahiriya arabe libyenne"
3270
 
3271
  # Liechtenstein
3272
+ #: ../admin/view/wp-slimstat-reports.php:1763
3273
  msgid "c-li"
3274
  msgstr "Liechtenstein"
3275
 
3276
  # Lithuania
3277
+ #: ../admin/view/wp-slimstat-reports.php:1763
3278
  msgid "c-lt"
3279
  msgstr "Lituanie"
3280
 
3281
  # Luxembourg
3282
+ #: ../admin/view/wp-slimstat-reports.php:1763
3283
  msgid "c-lu"
3284
  msgstr "Luxembourg"
3285
 
3286
  # The Former Yugoslav Republic of Macedonia
3287
+ #: ../admin/view/wp-slimstat-reports.php:1763
3288
  msgid "c-mk"
3289
  msgstr "Ex-république yougoslave de Macédoine"
3290
 
3291
  # Madagascar
3292
+ #: ../admin/view/wp-slimstat-reports.php:1763
3293
  msgid "c-mg"
3294
  msgstr "Madagascar"
3295
 
3296
  # Malawi
3297
+ #: ../admin/view/wp-slimstat-reports.php:1763
3298
  msgid "c-mw"
3299
  msgstr "Malawi"
3300
 
3301
  # Malaysia
3302
+ #: ../admin/view/wp-slimstat-reports.php:1763
3303
  msgid "c-my"
3304
  msgstr "Malaisie"
3305
 
3306
  # Mali
3307
+ #: ../admin/view/wp-slimstat-reports.php:1763
3308
  msgid "c-ml"
3309
  msgstr "Mali"
3310
 
3311
  # Malta
3312
+ #: ../admin/view/wp-slimstat-reports.php:1763
3313
  msgid "c-mt"
3314
  msgstr "Malte"
3315
 
3316
  # Martinique
3317
+ #: ../admin/view/wp-slimstat-reports.php:1763
3318
  msgid "c-mq"
3319
  msgstr "Martinique"
3320
 
3321
  # Mauritania
3322
+ #: ../admin/view/wp-slimstat-reports.php:1763
3323
  msgid "c-mr"
3324
  msgstr "Mauritanie"
3325
 
3326
  # Mauritius
3327
+ #: ../admin/view/wp-slimstat-reports.php:1763
3328
  msgid "c-mu"
3329
  msgstr "Maurice"
3330
 
3331
  # Mexico
3332
+ #: ../admin/view/wp-slimstat-reports.php:1763
3333
  msgid "c-mx"
3334
  msgstr "Mexique"
3335
 
3336
  # Moldova
3337
+ #: ../admin/view/wp-slimstat-reports.php:1763
3338
  msgid "c-md"
3339
  msgstr "République de Moldova"
3340
 
3341
  # Mongolia
3342
+ #: ../admin/view/wp-slimstat-reports.php:1763
3343
  msgid "c-mn"
3344
  msgstr "Mongolie"
3345
 
3346
  # Montenegro
3347
+ #: ../admin/view/wp-slimstat-reports.php:1763
3348
  msgid "c-me"
3349
  msgstr "Monténégro"
3350
 
3351
  # Montserrat
3352
+ #: ../admin/view/wp-slimstat-reports.php:1763
3353
  msgid "c-ms"
3354
  msgstr "Montserrat"
3355
 
3356
  # Morocco
3357
+ #: ../admin/view/wp-slimstat-reports.php:1763
3358
  msgid "c-ma"
3359
  msgstr "Maroc"
3360
 
3361
  # Mozambique
3362
+ #: ../admin/view/wp-slimstat-reports.php:1763
3363
  msgid "c-mz"
3364
  msgstr "Mozambique"
3365
 
3366
  # Myanmar
3367
+ #: ../admin/view/wp-slimstat-reports.php:1763
3368
  msgid "c-mm"
3369
  msgstr "Myanmar"
3370
 
3371
  # Namibia
3372
+ #: ../admin/view/wp-slimstat-reports.php:1763
3373
  msgid "c-na"
3374
  msgstr "Namibie"
3375
 
3376
  # Nepal
3377
+ #: ../admin/view/wp-slimstat-reports.php:1763
3378
  msgid "c-np"
3379
  msgstr "Népal"
3380
 
3381
  # Netherlands
3382
+ #: ../admin/view/wp-slimstat-reports.php:1763
3383
  msgid "c-nl"
3384
  msgstr "Pays-bas"
3385
 
3386
  # New Caledonia
3387
+ #: ../admin/view/wp-slimstat-reports.php:1763
3388
  msgid "c-nc"
3389
  msgstr "Nouvelle-Calédonie"
3390
 
3391
  # New Zealand
3392
+ #: ../admin/view/wp-slimstat-reports.php:1763
3393
  msgid "c-nz"
3394
  msgstr "Nouvelle-Zélande"
3395
 
3396
  # Nicaragua
3397
+ #: ../admin/view/wp-slimstat-reports.php:1763
3398
  msgid "c-ni"
3399
  msgstr "Nicaragua"
3400
 
3401
  # Niger
3402
+ #: ../admin/view/wp-slimstat-reports.php:1763
3403
  msgid "c-ne"
3404
  msgstr "Niger"
3405
 
3406
  # Nigeria
3407
+ #: ../admin/view/wp-slimstat-reports.php:1763
3408
  msgid "c-ng"
3409
  msgstr "Nigéria"
3410
 
3411
  # Norway
3412
+ #: ../admin/view/wp-slimstat-reports.php:1763
3413
  msgid "c-no"
3414
  msgstr "Norvège"
3415
 
3416
  # Oman
3417
+ #: ../admin/view/wp-slimstat-reports.php:1763
3418
  msgid "c-om"
3419
  msgstr "Oman"
3420
 
3421
  # Pakistan
3422
+ #: ../admin/view/wp-slimstat-reports.php:1763
3423
  msgid "c-pk"
3424
  msgstr "Pakistan"
3425
 
3426
  # Palau
3427
+ #: ../admin/view/wp-slimstat-reports.php:1763
3428
  msgid "c-pw"
3429
  msgstr "Palaos"
3430
 
3431
  # Occupied Palestinian Territory
3432
+ #: ../admin/view/wp-slimstat-reports.php:1763
3433
  msgid "c-ps"
3434
  msgstr "Territoire palestinien occupé"
3435
 
3436
  # Panama
3437
+ #: ../admin/view/wp-slimstat-reports.php:1763
3438
  msgid "c-pa"
3439
  msgstr "Panama"
3440
 
3441
  # Papua New Guinea
3442
+ #: ../admin/view/wp-slimstat-reports.php:1763
3443
  msgid "c-pg"
3444
  msgstr "Papouasie-Nouvelle-Guinée"
3445
 
3446
  # Paraguay
3447
+ #: ../admin/view/wp-slimstat-reports.php:1763
3448
  msgid "c-py"
3449
  msgstr "Paraguay"
3450
 
3451
  # Peru
3452
+ #: ../admin/view/wp-slimstat-reports.php:1763
3453
  msgid "c-pe"
3454
  msgstr "Pérou"
3455
 
3456
  # Philippines
3457
+ #: ../admin/view/wp-slimstat-reports.php:1763
3458
  msgid "c-ph"
3459
  msgstr "Philippines"
3460
 
3461
  # Poland
3462
+ #: ../admin/view/wp-slimstat-reports.php:1763
3463
  msgid "c-pl"
3464
  msgstr "Pologne"
3465
 
3466
  # Portugal
3467
+ #: ../admin/view/wp-slimstat-reports.php:1763
3468
  msgid "c-pt"
3469
  msgstr "Portugal"
3470
 
3471
  # Puerto Rico
3472
+ #: ../admin/view/wp-slimstat-reports.php:1763
3473
  msgid "c-pr"
3474
  msgstr "Porto Rico"
3475
 
3476
  # Qatar
3477
+ #: ../admin/view/wp-slimstat-reports.php:1763
3478
  msgid "c-qa"
3479
  msgstr "Qatar"
3480
 
3481
  # Réunion
3482
+ #: ../admin/view/wp-slimstat-reports.php:1763
3483
  msgid "c-re"
3484
  msgstr "Réunion"
3485
 
3486
  # Romania
3487
+ #: ../admin/view/wp-slimstat-reports.php:1763
3488
  msgid "c-ro"
3489
  msgstr "Roumanie"
3490
 
3491
  # Russian Federation
3492
+ #: ../admin/view/wp-slimstat-reports.php:1763
3493
  msgid "c-ru"
3494
  msgstr "Fédération de Russie"
3495
 
3496
  # Rwanda
3497
+ #: ../admin/view/wp-slimstat-reports.php:1763
3498
  msgid "c-rw"
3499
  msgstr "Rwanda"
3500
 
3501
  # Saint Kitts and Nevis
3502
+ #: ../admin/view/wp-slimstat-reports.php:1763
3503
  msgid "c-kn"
3504
  msgstr "Saint-Kitts-et-Nevis"
3505
 
3506
  # Saint Lucia
3507
+ #: ../admin/view/wp-slimstat-reports.php:1763
3508
  msgid "c-lc"
3509
  msgstr "Sainte-Lucie"
3510
 
3511
  # Saint Martin
3512
+ #: ../admin/view/wp-slimstat-reports.php:1763
3513
  msgid "c-mf"
3514
  msgstr "Saint-Martin"
3515
 
3516
  # Saint Vincent and the Grenadines
3517
+ #: ../admin/view/wp-slimstat-reports.php:1763
3518
  msgid "c-vc"
3519
  msgstr "Saint-Vincent-et-les Grenadines"
3520
 
3521
  # Samoa
3522
+ #: ../admin/view/wp-slimstat-reports.php:1763
3523
  msgid "c-ws"
3524
  msgstr "Samoa"
3525
 
3526
  # Sao Tome and Principe
3527
+ #: ../admin/view/wp-slimstat-reports.php:1763
3528
  msgid "c-st"
3529
  msgstr "Sao Tomé-et-Principe"
3530
 
3531
  # Saudi Arabia
3532
+ #: ../admin/view/wp-slimstat-reports.php:1763
3533
  msgid "c-sa"
3534
  msgstr "Arabie saoudite"
3535
 
3536
  # Senegal
3537
+ #: ../admin/view/wp-slimstat-reports.php:1763
3538
  msgid "c-sn"
3539
  msgstr "Sénégal"
3540
 
3541
  # Serbia
3542
+ #: ../admin/view/wp-slimstat-reports.php:1763
3543
  msgid "c-rs"
3544
  msgstr "Serbie"
3545
 
3546
  # Sierra Leone
3547
+ #: ../admin/view/wp-slimstat-reports.php:1763
3548
  msgid "c-sl"
3549
  msgstr "Sierra Leone"
3550
 
3551
  # Singapore
3552
+ #: ../admin/view/wp-slimstat-reports.php:1763
3553
  msgid "c-sg"
3554
  msgstr "Singapour"
3555
 
3556
  # Slovakia
3557
+ #: ../admin/view/wp-slimstat-reports.php:1763
3558
  msgid "c-sk"
3559
  msgstr "Slovaquie"
3560
 
3561
  # Slovenia
3562
+ #: ../admin/view/wp-slimstat-reports.php:1763
3563
  msgid "c-si"
3564
  msgstr "Slovénie"
3565
 
3566
  # Solomon Islands
3567
+ #: ../admin/view/wp-slimstat-reports.php:1763
3568
  msgid "c-sb"
3569
  msgstr "Îles Salomon"
3570
 
3571
  # Somalia
3572
+ #: ../admin/view/wp-slimstat-reports.php:1763
3573
  msgid "c-so"
3574
  msgstr "Somalie"
3575
 
3576
  # South Africa
3577
+ #: ../admin/view/wp-slimstat-reports.php:1763
3578
  msgid "c-za"
3579
  msgstr "Afrique du sud"
3580
 
3581
  # South Georgia and the South Sandwich Islands
3582
+ #: ../admin/view/wp-slimstat-reports.php:1763
3583
  msgid "c-gs"
3584
  msgstr "Géorgie du sud et les Îles Sandwich du sud"
3585
 
3586
  # Spain
3587
+ #: ../admin/view/wp-slimstat-reports.php:1763
3588
  msgid "c-es"
3589
  msgstr "Espagne"
3590
 
3591
  # Sri Lanka
3592
+ #: ../admin/view/wp-slimstat-reports.php:1763
3593
  msgid "c-lk"
3594
  msgstr "Sri Lanka"
3595
 
3596
  # Seychelles
3597
+ #: ../admin/view/wp-slimstat-reports.php:1763
3598
  msgid "c-sc"
3599
  msgstr "Seychelles"
3600
 
3601
  # Sudan
3602
+ #: ../admin/view/wp-slimstat-reports.php:1763
3603
  msgid "c-sd"
3604
  msgstr "Soudan"
3605
 
3606
+ #: ../admin/view/wp-slimstat-reports.php:1763
3607
  msgid "c-ss"
3608
  msgstr "Soudan du Sud"
3609
 
3610
  # Suriname
3611
+ #: ../admin/view/wp-slimstat-reports.php:1763
3612
  msgid "c-sr"
3613
  msgstr "Suriname"
3614
 
3615
  # Svalbard and Jan Mayen
3616
+ #: ../admin/view/wp-slimstat-reports.php:1763
3617
  msgid "c-sj"
3618
  msgstr "Svalbard et île Jan Mayen"
3619
 
3620
  # Swaziland
3621
+ #: ../admin/view/wp-slimstat-reports.php:1763
3622
  msgid "c-sz"
3623
  msgstr "Swaziland"
3624
 
3625
  # Sweden
3626
+ #: ../admin/view/wp-slimstat-reports.php:1763
3627
  msgid "c-se"
3628
  msgstr "Suède"
3629
 
3630
  # Switzerland
3631
+ #: ../admin/view/wp-slimstat-reports.php:1763
3632
  msgid "c-ch"
3633
  msgstr "Suisse"
3634
 
3635
  # Syrian Arab Republic
3636
+ #: ../admin/view/wp-slimstat-reports.php:1763
3637
  msgid "c-sy"
3638
  msgstr "République arabe syrienne"
3639
 
3640
  # Taiwan, Province of China
3641
+ #: ../admin/view/wp-slimstat-reports.php:1763
3642
  msgid "c-tw"
3643
  msgstr "Taïwan, province de Chine"
3644
 
3645
  # Tajikistan
3646
+ #: ../admin/view/wp-slimstat-reports.php:1763
3647
  msgid "c-tj"
3648
  msgstr "Tadjikistan"
3649
 
3650
  # United Republic of Tanzania
3651
+ #: ../admin/view/wp-slimstat-reports.php:1763
3652
  msgid "c-tz"
3653
  msgstr "République-unie de Tanzanie"
3654
 
3655
  # Thailand
3656
+ #: ../admin/view/wp-slimstat-reports.php:1763
3657
  msgid "c-th"
3658
  msgstr "Thaïlande"
3659
 
3660
  # Timor-Leste
3661
+ #: ../admin/view/wp-slimstat-reports.php:1763
3662
  msgid "c-tl"
3663
  msgstr "Timor-Leste"
3664
 
3665
  # Togo
3666
+ #: ../admin/view/wp-slimstat-reports.php:1763
3667
  msgid "c-tg"
3668
  msgstr "Togo"
3669
 
3670
  # Tonga
3671
+ #: ../admin/view/wp-slimstat-reports.php:1763
3672
  msgid "c-to"
3673
  msgstr "Tonga"
3674
 
3675
  # Trinidad and Tobago
3676
+ #: ../admin/view/wp-slimstat-reports.php:1763
3677
  msgid "c-tt"
3678
  msgstr "Trinité-et-Tobago "
3679
 
3680
  # Tunisia
3681
+ #: ../admin/view/wp-slimstat-reports.php:1763
3682
  msgid "c-tn"
3683
  msgstr "Tunisie"
3684
 
3685
  # Turkey
3686
+ #: ../admin/view/wp-slimstat-reports.php:1763
3687
  msgid "c-tr"
3688
  msgstr "Turquie "
3689
 
3690
  # Turkmenistan
3691
+ #: ../admin/view/wp-slimstat-reports.php:1763
3692
  msgid "c-tm"
3693
  msgstr "Turkménistan"
3694
 
3695
  # Turks and Caicos Islands
3696
+ #: ../admin/view/wp-slimstat-reports.php:1763
3697
  msgid "c-tc"
3698
  msgstr "Îles Turks et Caïques"
3699
 
3700
  # Uganda
3701
+ #: ../admin/view/wp-slimstat-reports.php:1763
3702
  msgid "c-ug"
3703
  msgstr "Ouganda"
3704
 
3705
  # Ukraine
3706
+ #: ../admin/view/wp-slimstat-reports.php:1763
3707
  msgid "c-ua"
3708
  msgstr "Ukraine"
3709
 
3710
  # United Arab Emirates
3711
+ #: ../admin/view/wp-slimstat-reports.php:1763
3712
  msgid "c-ae"
3713
  msgstr "Émirats arabes unis"
3714
 
3715
  # United Kingdom
3716
+ #: ../admin/view/wp-slimstat-reports.php:1763
3717
  msgid "c-gb"
3718
  msgstr "Royaume-Uni"
3719
 
3720
  # United States
3721
+ #: ../admin/view/wp-slimstat-reports.php:1763
3722
  msgid "c-us"
3723
  msgstr "États-Unis"
3724
 
3725
  # Uruguay
3726
+ #: ../admin/view/wp-slimstat-reports.php:1763
3727
  msgid "c-uy"
3728
  msgstr "Uruguay"
3729
 
3730
  # Uzbekistan
3731
+ #: ../admin/view/wp-slimstat-reports.php:1763
3732
  msgid "c-uz"
3733
  msgstr "Ouzbékistan "
3734
 
3735
  # Vanuatu
3736
+ #: ../admin/view/wp-slimstat-reports.php:1763
3737
  msgid "c-vu"
3738
  msgstr "Vanuatu"
3739
 
3740
  # Venezuela
3741
+ #: ../admin/view/wp-slimstat-reports.php:1763
3742
  msgid "c-ve"
3743
  msgstr "République bolivarienne du Venezuela"
3744
 
3745
  # Viet Nam
3746
+ #: ../admin/view/wp-slimstat-reports.php:1763
3747
  msgid "c-vn"
3748
  msgstr "Viet Nam"
3749
 
3750
  # British Virgin Islands
3751
+ #: ../admin/view/wp-slimstat-reports.php:1763
3752
  msgid "c-vg"
3753
  msgstr "Îles vierges britanniques"
3754
 
3755
  # U.S. Virgin Islands
3756
+ #: ../admin/view/wp-slimstat-reports.php:1763
3757
  msgid "c-vi"
3758
  msgstr "Îles vierges des États-Unis"
3759
 
3760
  # Western Sahara
3761
+ #: ../admin/view/wp-slimstat-reports.php:1763
3762
  msgid "c-eh"
3763
  msgstr "Sahara occidental"
3764
 
3765
  # Yemen
3766
+ #: ../admin/view/wp-slimstat-reports.php:1763
3767
  msgid "c-ye"
3768
  msgstr "Yémen"
3769
 
3770
  # Zambia
3771
+ #: ../admin/view/wp-slimstat-reports.php:1763
3772
  msgid "c-zm"
3773
  msgstr "Zambie"
3774
 
3775
  # Zimbabwe
3776
+ #: ../admin/view/wp-slimstat-reports.php:1763
3777
  msgid "c-zw"
3778
  msgstr "Zimbabwe"
3779
 
3780
  # Guernsey
3781
+ #: ../admin/view/wp-slimstat-reports.php:1763
3782
  msgid "c-gg"
3783
  msgstr "Guernesey"
3784
 
3785
  # Jersey
3786
+ #: ../admin/view/wp-slimstat-reports.php:1763
3787
  msgid "c-je"
3788
  msgstr "Jersey"
3789
 
3790
  # Isle of Man
3791
+ #: ../admin/view/wp-slimstat-reports.php:1763
3792
  msgid "c-im"
3793
  msgstr "Île de Man"
3794
 
3795
  # Maldives
3796
+ #: ../admin/view/wp-slimstat-reports.php:1763
3797
  msgid "c-mv"
3798
  msgstr "Maldives"
3799
 
3800
  # European Union
3801
+ #: ../admin/view/wp-slimstat-reports.php:1764
3802
  msgid "c-eu"
3803
  msgstr "Union européenne"
3804
 
3805
+ #: ../admin/view/wp-slimstat-reports.php:1841
3806
  msgid "src"
3807
  msgstr "src"
3808
 
3809
+ #: ../admin/view/wp-slimstat-reports.php:1845
3810
  msgid "serp"
3811
  msgstr "serp"
3812
 
3813
+ #: ../admin/view/wp-slimstat-reports.php:1853
3814
  msgid "Go to the referring page"
3815
  msgstr "Aller sur la page référente"
3816
 
3817
+ #: ../admin/view/wp-slimstat-reports.php:1875
3818
  msgid "Remove filter for"
3819
  msgstr "Enlever le filtre pour"
3820
 
3821
+ #: ../admin/view/wp-slimstat-reports.php:1879
3822
  msgid "Save"
3823
  msgstr ""
3824
 
3825
+ #: ../admin/view/wp-slimstat-reports.php:1882
3826
  msgid "Reset All"
3827
  msgstr "Réinitialiser l'ensemble"
3828
 
3829
+ #: ../admin/view/wp-slimstat-reports.php:1886
3830
  msgid "Current filters:"
3831
  msgstr "Filtres actifs :"
3832
 
3861
  msgid "Inactive Reports"
3862
  msgstr "Réinitialiser les rapports"
3863
 
3864
+ #: ../admin/wp-slimstat-admin.php:566
3865
  msgid "SlimStat"
3866
  msgstr "SlimStat"
3867
 
3868
+ #: ../admin/wp-slimstat-admin.php:624
3869
  #, fuzzy
3870
  msgid "Slimstat"
3871
  msgstr "SlimStat"
3872
 
3873
+ #: ../admin/wp-slimstat-admin.php:713
3874
  #, fuzzy
3875
  msgid "Pageviews in the last "
3876
  msgstr "Pages durant les 365 derniers jours"
3877
 
3878
+ #: ../admin/wp-slimstat-admin.php:716
3879
  #, fuzzy
3880
  msgid "Unique IPs in the last "
3881
  msgstr "Intervalle unique"
3882
 
3883
+ #: ../admin/wp-slimstat-admin.php:749
3884
+ #, php-format
3885
+ msgid ""
3886
+ " And for keeping an eye on your web traffic with %sSlimStat Analytics%s."
3887
+ msgstr ""
3888
+
3889
+ #: ../admin/wp-slimstat-admin.php:774
3890
  msgid "Show on screen"
3891
  msgstr "Montrer à l'écran"
3892
 
3893
+ #: ../admin/wp-slimstat-admin.php:855
3894
  msgid "Already saved"
3895
  msgstr ""
3896
 
3897
+ #: ../admin/wp-slimstat-admin.php:863
3898
  msgid "Saved"
3899
  msgstr ""
3900
 
3901
+ #: ../admin/wp-slimstat-admin.php:883
3902
  #, fuzzy
3903
  msgid "Delete this filter"
3904
  msgstr "Filtrer les pages vues pour que"
3905
 
3906
+ #: ../admin/wp-slimstat-admin.php:927
3907
  msgid "There was an error updating the following options:"
3908
  msgstr "Il y a eu une erreur lors de la mise à jour des options suivantes:"
3909
 
3910
+ #: ../admin/wp-slimstat-admin.php:930
3911
  msgid "Your changes have been saved."
3912
  msgstr "Vos réglages ont bien été mis à jour"
3913
 
3914
+ #: ../admin/wp-slimstat-admin.php:953
3915
  msgid "Save Changes"
3916
  msgstr "Enregistrer les modifications"
3917
 
3918
+ #: ../admin/wp-slimstat-admin.php:969
3919
  msgid "Definitions"
3920
  msgstr "Définitions"
3921
 
3922
+ #: ../admin/wp-slimstat-admin.php:972
3923
  msgid "Pageview"
3924
  msgstr "Page vue"
3925
 
3926
+ #: ../admin/wp-slimstat-admin.php:972
3927
  msgid ""
3928
  "A request to load a single HTML file (\"page\"). This should be contrasted "
3929
  "with a \"hit\", which refers to a request for any file from a web server. "
3934
  "d'un serveur Web. WP SlimStat enregistre une page vue chaque fois que le "
3935
  "code de traçage est exécuté"
3936
 
3937
+ #: ../admin/wp-slimstat-admin.php:973
3938
  msgid "(Human) Visit"
3939
  msgstr "Visiteurs humains"
3940
 
3941
+ #: ../admin/wp-slimstat-admin.php:973
3942
  msgid ""
3943
  "A period of interaction between a visitor's browser and your website, ending "
3944
  "when the browser is closed or when the user has been inactive on that site "
3948
  "Web se terminant lorsque le navigateur est fermé ou lorsque l'utilisateur "
3949
  "est inactif sur ce site depuis 30 minutes"
3950
 
3951
+ #: ../admin/wp-slimstat-admin.php:974
3952
  msgid ""
3953
  "Any user who has left a comment on your blog, and is thus identified by "
3954
  "Wordpress as a returning visitor"
3956
  "Un utilisateur qui a laissé un commentaire sur votre blog et est ainsi "
3957
  "identifié par Wordpress comme un visiteur qui a déjà visité votre site"
3958
 
3959
+ #: ../admin/wp-slimstat-admin.php:975
3960
  msgid "Unique IP"
3961
  msgstr "IP uniques"
3962
 
3963
+ #: ../admin/wp-slimstat-admin.php:975
3964
  msgid ""
3965
  "Used to differentiate between multiple requests to download a file from one "
3966
  "internet address (IP) and requests originating from many distinct addresses; "
3973
  "Internet de la provenance d'une consultation, elle est utile, mais pas "
3974
  "parfaite"
3975
 
3976
+ #: ../admin/wp-slimstat-admin.php:976
3977
  msgid ""
3978
  "the originating IP address of a client connecting to a web server through an "
3979
  "HTTP proxy or load balancer"
3981
  "l'adresse IP d'origine d'un client qui se connecte à un serveur Web via un "
3982
  "proxy HTTP ou équilibreur de charge"
3983
 
3984
+ #: ../admin/wp-slimstat-admin.php:977
3985
  msgid "Direct Traffic"
3986
  msgstr "Trafic direct"
3987
 
3988
+ #: ../admin/wp-slimstat-admin.php:977
3989
  msgid ""
3990
  "All those people showing up to your Web site by typing in the URL of your "
3991
  "Web site coming or from a bookmark; some people also call this \"default "
3995
  "votre site Web ou qui viennent à partir d'un signet, certaines personnes "
3996
  "appellent également cela \"trafic par défaut \" ou \"trafic ambiant \""
3997
 
3998
+ #: ../admin/wp-slimstat-admin.php:978
3999
  msgid "Search Engine"
4000
  msgstr "Moteur de recherche"
4001
 
4002
+ #: ../admin/wp-slimstat-admin.php:978
4003
  msgid ""
4004
  "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
4005
  "as well as your paid (PPC/SEM) traffic, so be aware of that"
4007
  "Google, Yahoo, MSN, Ask, et autres; cet item comprendra à la fois votre "
4008
  "trafic rémunéré (PPC/SEM) ainsi que votre trafic organique, prenez en note"
4009
 
4010
+ #: ../admin/wp-slimstat-admin.php:979 ../admin/wp-slimstat-admin.php:995
4011
  msgid "Keywords used by your visitors to find your website on a search engine"
4012
  msgstr ""
4013
  "Mots-clés utilisés par vos visiteurs pour trouver votre site sur un moteur "
4014
  "de recherche"
4015
 
4016
+ #: ../admin/wp-slimstat-admin.php:980
4017
  msgid "SERP"
4018
  msgstr "SERP"
4019
 
4020
+ #: ../admin/wp-slimstat-admin.php:980
4021
  msgid ""
4022
  "Short for search engine results page, the Web page that a search engine "
4023
  "returns with the results of its search. The value shown represents your rank "
4027
  "recherche renvoie les résultats de sa recherche. La valeur indiquée "
4028
  "correspond à votre classement (ou la position) dans la liste des résultats"
4029
 
4030
+ #: ../admin/wp-slimstat-admin.php:981
4031
  msgid ""
4032
  "Any program used for accessing a website; this includes browsers, robots, "
4033
  "spiders and any other program that was used to retrieve information from the "
4037
  "navigateurs, robots, spiders et tout autre programme qui a été utilisé pour "
4038
  "extraire des informations du site"
4039
 
4040
+ #: ../admin/wp-slimstat-admin.php:982
4041
  msgid ""
4042
  "A link from one domain to another is said to be outbound from its source "
4043
  "anchor and inbound to its target. This report lists all the links to other "
4047
  "sa cible. Ce rapport répertorie tous les liens vers d'autres sites suivis "
4048
  "par vos visiteurs."
4049
 
4050
+ #: ../admin/wp-slimstat-admin.php:989
4051
  msgid "Basic Filters"
4052
  msgstr "Filtres de base"
4053
 
4054
+ #: ../admin/wp-slimstat-admin.php:992
4055
  msgid "User agent (Firefox, Chrome, ...)"
4056
  msgstr "User agent (Firefox, Chrome, ...)"
4057
 
4058
+ #: ../admin/wp-slimstat-admin.php:993
4059
  msgid "2-letter code (us, ru, de, it, ...)"
4060
  msgstr "code pays à 2 lettres (us, ru, de, it, ...)"
4061
 
4062
+ #: ../admin/wp-slimstat-admin.php:994
4063
  msgid "IP"
4064
  msgstr "IP"
4065
 
4066
+ #: ../admin/wp-slimstat-admin.php:994
4067
  msgid "Visitor's public IP address"
4068
  msgstr " Adresse IP publique du visiteur"
4069
 
4070
+ #: ../admin/wp-slimstat-admin.php:996
4071
  msgid ""
4072
  "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
4073
  "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
4077
  "microsoft.com/en-us/library/ee825488(v=cs.20).aspx\">language culture page</"
4078
  "a> (première colonne) pour plus d'informations"
4079
 
4080
+ #: ../admin/wp-slimstat-admin.php:997
4081
  msgid ""
4082
  "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
4083
  "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
4087
  "référez-vous à <a target=\"_blank\" href=\"http://php.net/manual/en/function."
4088
  "get-browser.php\">cette page de manuel </a> pour plus d'informations"
4089
 
4090
+ #: ../admin/wp-slimstat-admin.php:998
4091
  msgid "URL accessed on your site"
4092
  msgstr "URL accessible sur votre site"
4093
 
4094
+ #: ../admin/wp-slimstat-admin.php:999
4095
  msgid "Complete address of the referrer page"
4096
  msgstr "Adresse complète de la page référente"
4097
 
4098
+ #: ../admin/wp-slimstat-admin.php:1000
4099
  msgid "Visitor's Name"
4100
  msgstr "le nom des visiteurs"
4101
 
4102
+ #: ../admin/wp-slimstat-admin.php:1000
4103
  msgid ""
4104
  "Visitors' names according to the cookie set by Wordpress after they leave a "
4105
  "comment"
4107
  "Les noms des visiteurs selon le cookie enregistré par Wordpress, après avoir "
4108
  "laissé un commentaire"
4109
 
4110
+ #: ../admin/wp-slimstat-admin.php:1008
4111
  msgid "Advanced Filters"
4112
  msgstr "Filtres Avancés"
4113
 
4114
+ #: ../admin/wp-slimstat-admin.php:1011
4115
  msgid "user agent version (9.0, 11, ...)"
4116
  msgstr "user agent version (9.0, 11, ...)"
4117
 
4118
+ #: ../admin/wp-slimstat-admin.php:1012
4119
  msgid ""
4120
  "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
4121
  "all others"
4123
  "1 = moteur de recherche, 2 = appareil mobile, 3 = lecteur de flux "
4124
  "(syndication) , 0 = tous les autres"
4125
 
4126
+ #: ../admin/wp-slimstat-admin.php:1013
4127
  msgid "Pageview Attributes"
4128
  msgstr "l'attribut des Pages Vues"
4129
 
4130
+ #: ../admin/wp-slimstat-admin.php:1013
4131
  msgid ""
4132
  "this field is set to <em>[pre]</em> if the resource has been accessed "
4133
  "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
4138
  "Link_prefetching_FAQ\"> préchargement des liens</a> ou d'autres techniques "
4139
  "similaires"
4140
 
4141
+ #: ../admin/wp-slimstat-admin.php:1014
4142
  msgid "author associated to that post/page when the resource was accessed"
4143
  msgstr "auteur associé à cet article/page lorsque la ressource est accessible"
4144
 
4145
+ #: ../admin/wp-slimstat-admin.php:1015
4146
  msgid "ID of the category/term associated to the resource, when available"
4147
  msgstr "ID de la catégorie/terme associée à la ressource, lorsqu'il y en a"
4148
 
4149
+ #: ../admin/wp-slimstat-admin.php:1016
4150
  msgid "visitor's originating IP address, if available"
4151
  msgstr "adresse IP d'origine du visiteur, s'il est disponible"
4152
 
4153
+ #: ../admin/wp-slimstat-admin.php:1017
4154
  msgid ""
4155
  "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
4156
  "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
4164
  "\" href=\"http://codex.wordpress.org/Conditional_Tags\">Conditional Tags</a> "
4165
  "pour plus d'informations"
4166
 
4167
+ #: ../admin/wp-slimstat-admin.php:1018
4168
  msgid "Screen Resolution"
4169
  msgstr "la résolution de l'écran"
4170
 
4171
+ #: ../admin/wp-slimstat-admin.php:1018
4172
  msgid "viewport width and height (1024x768, 800x600, ...)"
4173
  msgstr "résolution de l'écran (1024x768, 800x600, ...)"
4174
 
4175
+ #: ../admin/wp-slimstat-admin.php:1019
4176
  msgid ""
4177
  "generally used in conjunction with <em>is not empty</em>, identifies human "
4178
  "visitors"
4180
  "généralement utilisé en conjonction avec <em>n'est pas vide </em>, identifie "
4181
  "les visiteurs humains"
4182
 
4183
+ #: ../admin/wp-slimstat-admin.php:1020
4184
  msgid "Date Filters"
4185
  msgstr "Filtres de dates"
4186
 
4187
+ #: ../admin/wp-slimstat-admin.php:1020
4188
  msgid ""
4189
  "you can specify the timeframe by entering a number in the <em>interval</em> "
4190
  "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
4195
  "ex : jour = 1, mois = 1, année = vide, intervalle = -1 fixera un filtre "
4196
  "année à date)"
4197
 
4198
+ #: ../admin/wp-slimstat-admin.php:1021
4199
  msgid "SERP Position"
4200
  msgstr "Position SERP "
4201
 
4202
+ #: ../admin/wp-slimstat-admin.php:1021
4203
  msgid ""
4204
  "set the filter to Referer contains cd=N&, where N is the position you are "
4205
  "looking for"
4207
  "Réglez le filtre sur Référent contient cd=N&, où N est la position que vous "
4208
  "recherchez"
4209
 
4210
+ #: ../admin/wp-slimstat-admin.php:1048
4211
  msgid "Yes"
4212
  msgstr "Oui"
4213
 
4214
+ #: ../admin/wp-slimstat-admin.php:1049
4215
  msgid "No"
4216
  msgstr "Non"
4217
 
4218
+ #: ../admin/wp-slimstat-admin.php:1050
4219
  msgid "Site Specific"
4220
  msgstr "Spécificités du site"
4221
 
5831
  msgid "c-xy"
5832
  msgstr "Local"
5833
 
5834
+ #: ../wp-slimstat.php:231 ../wp-slimstat.php:518
5835
  msgid "Notice: Pageview filtered by third-party code"
5836
  msgstr ""
5837
 
5838
+ #: ../wp-slimstat.php:248
5839
  #, fuzzy, php-format
5840
  msgid "Error: Malformed URL %s"
5841
  msgstr "Ignorer les utilisateurs"
5842
 
5843
+ #: ../wp-slimstat.php:272
5844
  #, php-format
5845
  msgid "Notice: Referrer %s is blacklisted"
5846
  msgstr ""
5847
 
5848
+ #: ../wp-slimstat.php:350
5849
  #, fuzzy, php-format
5850
  msgid "Notice: Permalink %s is blacklisted"
5851
  msgstr "le permalien"
5852
 
5853
+ #: ../wp-slimstat.php:361
5854
  msgid "Error: Empty or not supported IP address format (IPv6)"
5855
  msgstr ""
5856
 
5857
+ #: ../wp-slimstat.php:370
5858
  #, php-format
5859
  msgid "Notice: Logged in user %s not tracked"
5860
  msgstr ""
5861
 
5862
+ #: ../wp-slimstat.php:378
5863
  #, php-format
5864
  msgid "Notice: User with capability %s not tracked"
5865
  msgstr ""
5866
 
5867
+ #: ../wp-slimstat.php:388
5868
  #, fuzzy, php-format
5869
  msgid "Notice: User %s is blacklisted"
5870
  msgstr "le permalien"
5871
 
5872
+ #: ../wp-slimstat.php:409
5873
  #, fuzzy, php-format
5874
  msgid "Notice: Spammer %s not tracked"
5875
  msgstr "Robot ou Crawler"
5876
 
5877
+ #: ../wp-slimstat.php:438
5878
  #, php-format
5879
  msgid "Notice: IP address %s is blacklisted"
5880
  msgstr ""
5881
 
5882
+ #: ../wp-slimstat.php:467
5883
  #, php-format
5884
  msgid "Notice: Country %s is blacklisted"
5885
  msgstr ""
5886
 
5887
+ #: ../wp-slimstat.php:476
5888
  #, fuzzy
5889
  msgid "Notice: Prefetch requests are ignored"
5890
  msgstr "Ignorer les requêtes anticipées"
5891
 
5892
+ #: ../wp-slimstat.php:492
5893
  #, fuzzy
5894
  msgid "Notice: Bot not tracked"
5895
  msgstr "Robot ou Crawler"
5896
 
5897
+ #: ../wp-slimstat.php:501
5898
  #, php-format
5899
  msgid "Notice: Browser %s is blacklisted"
5900
  msgstr ""
5901
 
5902
+ #: ../wp-slimstat.php:531
5903
  msgid "Error:"
5904
  msgstr ""
5905
 
5906
+ #: ../wp-slimstat.php:1149
5907
  msgid "Invalid payload string. Try clearing your WordPress cache."
5908
  msgstr ""
5909
 
5910
+ #: ../wp-slimstat.php:1159
5911
  msgid "Invalid data signature. Try clearing your WordPress cache."
5912
  msgstr ""
5913
 
5914
+ #: ../wp-slimstat.php:1253
5915
  #, fuzzy
5916
  msgid "There was an error downloading the MaxMind Geolite DB:"
5917
  msgstr "Il y a eu une erreur lors de la mise à jour des options suivantes:"
5918
 
5919
+ #: ../wp-slimstat.php:1261 ../wp-slimstat.php:1270
5920
  #, fuzzy
5921
  msgid "There was an error opening the zipped MaxMind Geolite DB."
5922
  msgstr "Il y a eu une erreur lors de la mise à jour des options suivantes:"
5923
 
5924
+ #: ../wp-slimstat.php:1265
5925
  msgid "Function gzopen not defined. Aborting."
5926
  msgstr ""
5927
 
5928
+ #: ../wp-slimstat.php:1275
5929
  #, fuzzy
5930
  msgid "There was an error opening the unzipped MaxMind Geolite DB."
5931
  msgstr "Il y a eu une erreur lors de la mise à jour des options suivantes:"
5932
 
5933
+ #, fuzzy
5934
+ #~ msgid "Internal and Outbound Links"
5935
+ #~ msgstr "Liens sortants récents"
5936
+
5937
+ #, fuzzy
5938
+ #~ msgid "Track Coordinates"
5939
+ #~ msgstr "Mode traçage"
5940
+
5941
+ #~ msgid "Number of pages in your site included in Google's index."
5942
+ #~ msgstr "Nombre de pages de votre site indexées par Google."
5943
+
5944
+ #~ msgid "Google Index"
5945
+ #~ msgstr "Index Google"
5946
+
5947
+ #~ msgid ""
5948
+ #~ "How many times the Facebook Like button has been approximately clicked on "
5949
+ #~ "your site."
5950
+ #~ msgstr ""
5951
+ #~ "Nombre de fois que votre site a été Liké par quelqu'un sur le réseau "
5952
+ #~ "social."
5953
+
5954
+ #~ msgid "Facebook Likes"
5955
+ #~ msgstr "\"J'aime\" Facebook"
5956
+
5957
  #, fuzzy
5958
  #~ msgid "Delete records"
5959
  #~ msgstr "Filtrer les pages vues pour que"
6027
  #~ msgid "Custom Reports"
6028
  #~ msgstr "Rapports personnalisés"
6029
 
 
 
 
 
6030
  #, fuzzy
6031
  #~ msgid ""
6032
  #~ "Collect information about screen resolutions, outbound links, downloads, "
6050
  #~ "visiteur supporte l'anti-crénelage (lissage des polices). Si les "
6051
  #~ "Capacités du navigateur ne sont pas tracées, ce paramètre est ignoré."
6052
 
 
 
 
6053
  #~ msgid "Start From"
6054
  #~ msgstr "Commencer à partir de"
6055
 
languages/wp-slimstat-fr_FR.mo CHANGED
Binary file
languages/wp-slimstat-fr_FR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP SlimStat\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-01-28 21:33-0500\n"
6
- "PO-Revision-Date: 2016-01-28 21:33-0500\n"
7
  "Last-Translator: WP Slimstat <support@wp-slimstat.com>\n"
8
  "Language-Team: Michael Bastin\n"
9
  "Language: fr_FR\n"
@@ -16,6 +16,8 @@ msgstr ""
16
  "X-Generator: Poedit 1.6.11\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
18
  "X-Poedit-SearchPath-0: ..\n"
 
 
19
 
20
  #: ../admin/config/index.php:33
21
  msgid ""
@@ -103,7 +105,7 @@ msgid ""
103
  "etc. This option is ignored if Tracking Mode is set to Client."
104
  msgstr ""
105
 
106
- #: ../admin/config/index.php:97 ../admin/view/wp-slimstat-reports.php:1368
107
  msgid "Off"
108
  msgstr ""
109
 
@@ -121,7 +123,8 @@ msgid "Enable this option to track your users' activity within the admin."
121
  msgstr ""
122
  "Activez cette option pour suivre l'activité de vos utilisateurs dans l'admin."
123
 
124
- #: ../admin/config/index.php:98
 
125
  #, fuzzy
126
  msgid "Track"
127
  msgstr "Traçage"
@@ -136,10 +139,20 @@ msgid "WordPress Integration"
136
  msgstr "Intégration WordPress"
137
 
138
  #: ../admin/config/index.php:101
 
 
 
 
 
 
 
 
 
 
139
  msgid "Menu Position"
140
  msgstr "Position du Menu"
141
 
142
- #: ../admin/config/index.php:101
143
  msgid ""
144
  "Choose between a standalone admin menu for Slimstat or a drop down in the "
145
  "admin bar (if visible)."
@@ -147,20 +160,20 @@ msgstr ""
147
  "Choisir entre un menu d'administration dans la barre latérale de WordPress "
148
  "ou un menu déroulant dans la barre supérieure (si elle est affichée)."
149
 
150
- #: ../admin/config/index.php:101
151
  msgid "Side Menu"
152
  msgstr "Menu latéral"
153
 
154
- #: ../admin/config/index.php:101
155
  msgid "Admin Bar"
156
  msgstr "Barre d'Administration"
157
 
158
- #: ../admin/config/index.php:102
159
  #, fuzzy
160
  msgid "Posts and Pages"
161
  msgstr "Etendre les Stats aux articles"
162
 
163
- #: ../admin/config/index.php:102
164
  #, fuzzy
165
  msgid ""
166
  "Add a new column to the Edit Posts/Pages screens, with the number of hits "
@@ -169,54 +182,44 @@ msgstr ""
169
  "Ajoute une colonne à l'écran d'édition des articles, en indiquant le nombre "
170
  "de visites par article (peut ralentir le rendu des pages)."
171
 
172
- #: ../admin/config/index.php:103
173
  #, fuzzy
174
  msgid "Report Interval"
175
  msgstr "Intervalle unique"
176
 
177
- #: ../admin/config/index.php:103
178
  msgid ""
179
  "Enter the time range, in days, that should be used to calculate the value "
180
  "here above."
181
  msgstr ""
182
 
183
- #: ../admin/config/index.php:104
184
  #, fuzzy
185
  msgid "Report Type"
186
  msgstr "Rapports"
187
 
188
- #: ../admin/config/index.php:104
189
  msgid ""
190
  "Select what kind of information you would like to see displayed on the Posts "
191
  "admin screen. Pageviews include all the hits regardless of the user, Unique "
192
  "IPs consider only one hit per user in the given time range."
193
  msgstr ""
194
 
195
- #: ../admin/config/index.php:104 ../admin/view/wp-slimstat-reports.php:81
196
  #: ../admin/view/wp-slimstat-reports.php:90
197
- #: ../admin/view/wp-slimstat-reports.php:1384
198
- #: ../admin/view/wp-slimstat-reports.php:1542
199
  msgid "Pageviews"
200
  msgstr "Pages vues"
201
 
202
- #: ../admin/config/index.php:104 ../admin/view/wp-slimstat-reports.php:91
203
- #: ../admin/view/wp-slimstat-reports.php:284
204
- #: ../admin/view/wp-slimstat-reports.php:525
205
- #: ../admin/view/wp-slimstat-reports.php:1399
206
- #: ../admin/view/wp-slimstat-reports.php:1444
207
  msgid "Unique IPs"
208
  msgstr "IPs uniques"
209
 
210
- #: ../admin/config/index.php:105
211
- msgid "Dashboard Widgets"
212
- msgstr ""
213
-
214
- #: ../admin/config/index.php:105
215
- msgid ""
216
- "Choose if you want to have the most important reports on your WordPress "
217
- "Dashboard. Use the Screen Options dropdown to select which ones to display."
218
- msgstr ""
219
-
220
  #: ../admin/config/index.php:106
221
  #, fuzzy
222
  msgid "Hide Add-ons"
@@ -262,7 +265,7 @@ msgstr ""
262
 
263
  #: ../admin/config/index.php:109 ../admin/view/index.php:102
264
  #: ../admin/view/wp-slimstat-db.php:79
265
- #: ../admin/view/wp-slimstat-reports.php:1368
266
  msgid "days"
267
  msgstr "jours"
268
 
@@ -283,14 +286,87 @@ msgstr ""
283
 
284
  #: ../admin/config/index.php:117
285
  #, fuzzy
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
286
  msgid "Advanced Options"
287
  msgstr "Filtres Avancés"
288
 
289
- #: ../admin/config/index.php:118
290
  msgid "Session Duration"
291
  msgstr "Durée session"
292
 
293
- #: ../admin/config/index.php:118
294
  msgid ""
295
  "How many seconds should a human session last? Google Analytics sets it to "
296
  "1800 seconds."
@@ -298,26 +374,26 @@ msgstr ""
298
  "Définit le nombre de secondes qu'une visite devrait durer. Google Analytics "
299
  "fixe cette durée à 1800 secondes."
300
 
301
- #: ../admin/config/index.php:118 ../admin/config/index.php:189
302
  msgid "seconds"
303
  msgstr "secondes"
304
 
305
- #: ../admin/config/index.php:119
306
  msgid "Extend Session"
307
  msgstr "Etendre la session"
308
 
309
- #: ../admin/config/index.php:119
310
  msgid "Extend the duration of a session each time the user visits a new page."
311
  msgstr ""
312
  "Prolonger la durée d'une session à chaque fois que l'utilisateur visite une "
313
  "page."
314
 
315
- #: ../admin/config/index.php:120
316
  #, fuzzy
317
  msgid "Browser Detection"
318
  msgstr "Version de navigateur"
319
 
320
- #: ../admin/config/index.php:120
321
  msgid ""
322
  "The heuristic function is much faster and requires very little memory, but "
323
  "for uncommon user agent strings it might be less accurate, and produce a "
@@ -329,20 +405,20 @@ msgid ""
329
  "produce a match."
330
  msgstr ""
331
 
332
- #: ../admin/config/index.php:120
333
  #, fuzzy
334
  msgid "Browscap"
335
  msgstr "Navigateur Web"
336
 
337
- #: ../admin/config/index.php:120
338
  msgid "Heuristic"
339
  msgstr ""
340
 
341
- #: ../admin/config/index.php:121
342
  msgid "Enable CDN"
343
  msgstr "Activer CDN"
344
 
345
- #: ../admin/config/index.php:121
346
  msgid ""
347
  "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
348
  "by serving our tracking code from their fast and reliable network (free "
@@ -352,11 +428,11 @@ msgstr ""
352
  "CDN, en servant le traqueur Javascript WP SlimStat à partir de leur réseau "
353
  "rapide et fiable."
354
 
355
- #: ../admin/config/index.php:122
356
  msgid "Extensions to Track"
357
  msgstr "Extensions du traçage"
358
 
359
- #: ../admin/config/index.php:122
360
  msgid ""
361
  "List all the file extensions that you want to be treated as Downloads. "
362
  "Please note that links pointing to external resources (i.e. PDFs on a "
@@ -371,63 +447,11 @@ msgstr ""
371
  "comme liens sortants (et suivis en tant que tel), si leur extension "
372
  "correspond à l'une de celles qui sont énumérées ci-dessous."
373
 
374
- #: ../admin/config/index.php:124
375
- #, fuzzy
376
- msgid "Internal and Outbound Links"
377
- msgstr "Liens sortants récents"
378
-
379
- #: ../admin/config/index.php:125
380
- msgid "Track Outbound Clicks"
381
- msgstr "Tracer les liens sortants"
382
-
383
- #: ../admin/config/index.php:125
384
- msgid ""
385
- "Track when your visitors click on link to external websites. This option "
386
- "required Spy Mode to be enabled."
387
- msgstr ""
388
- "Détectez vos visiteurs cliquant sur des liens pointant sur des sites "
389
- "externes. Cette fonctionnalité nécéssite que le Mode Espion soit activé."
390
-
391
- #: ../admin/config/index.php:126
392
- #, fuzzy
393
- msgid "Track Coordinates"
394
- msgstr "Mode traçage"
395
-
396
- #: ../admin/config/index.php:126
397
- msgid ""
398
- "Collect mouse coordinates and other information for clicks on internal "
399
- "links. Strongly recommended if you're using the heatmap add-on. By default, "
400
- "this information is only collected for external links."
401
- msgstr ""
402
-
403
- #: ../admin/config/index.php:127
404
- msgid "No Callback"
405
- msgstr ""
406
-
407
- #: ../admin/config/index.php:127
408
- msgid ""
409
- "Track the event but do not invoke the callback function on links marked with "
410
- "one of these class names, <em>rel</em> attribute or whose <em>href</em> "
411
- "attribute contains one of these strings (separated by comma). Useful to "
412
- "prevent conflicts with lightbox and similar libraries."
413
- msgstr ""
414
-
415
- #: ../admin/config/index.php:128
416
- msgid "Do Not Track"
417
- msgstr ""
418
-
419
- #: ../admin/config/index.php:128
420
- msgid ""
421
- "Do not track links marked with one of these class names, <em>rel</em> "
422
- "attributes or whose <em>href</em> attribute contains one of these strings "
423
- "(separated by comma)."
424
- msgstr ""
425
-
426
- #: ../admin/config/index.php:130
427
- msgid "Pages not belonging to this site"
428
- msgstr ""
429
-
430
  #: ../admin/config/index.php:131
 
 
 
 
431
  #, fuzzy
432
  msgid ""
433
  "Add the following code to all the non-WP pages you want to track, right "
@@ -437,12 +461,12 @@ msgstr ""
437
  "Ajouter le code suivant à toutes les pages non-WordPress que vous souhaitez "
438
  "suivre."
439
 
440
- #: ../admin/config/index.php:141
441
  #, fuzzy
442
- msgid "Allow External Domains"
443
  msgstr "Liens externes hostiles"
444
 
445
- #: ../admin/config/index.php:141
446
  msgid ""
447
  "If you are getting an error saying that no 'Access-Control-Allow-Origin' "
448
  "header is present on the requested resource, when using the external "
@@ -453,16 +477,16 @@ msgid ""
453
  "security implications of allowing CORS requests."
454
  msgstr ""
455
 
456
- #: ../admin/config/index.php:142 ../admin/config/index.php:164
457
- #: ../admin/config/index.php:192
458
  msgid "Miscellaneous"
459
  msgstr "Divers"
460
 
461
- #: ../admin/config/index.php:143
462
  msgid "Enable UAN"
463
  msgstr "Activer UAN"
464
 
465
- #: ../admin/config/index.php:143
466
  msgid ""
467
  "Send anonymous data about user agents to our server for analysis. This "
468
  "allows us to contribute to the <a href='http://browscap.org/' "
@@ -475,28 +499,28 @@ msgstr ""
475
  "browscap.org/' target='_blank'> projet opensource BrowsCap, et d'améliorer "
476
  "la pertinence de la fonctionnalité de WPStats concernant les navigateurs web."
477
 
478
- #: ../admin/config/index.php:148
479
  msgid "Filters"
480
  msgstr "Filtres"
481
 
482
- #: ../admin/config/index.php:150
483
  #, fuzzy
484
  msgid "Do not track settings"
485
  msgstr "ne contient pas"
486
 
487
- #: ../admin/config/index.php:151
488
  msgid "Track Registered Users"
489
  msgstr "Tracer les utilisateurs enregistrés"
490
 
491
- #: ../admin/config/index.php:151
492
  msgid "Enable this option to track logged in users."
493
  msgstr "Activez cette option pour tracer les utilisateurs connectés"
494
 
495
- #: ../admin/config/index.php:152
496
  msgid "Blacklist by Username"
497
  msgstr "Liste noire basée sur le nom d'utilisateur"
498
 
499
- #: ../admin/config/index.php:152
500
  #, fuzzy
501
  msgid ""
502
  "List all the usernames you don't want to track, separated by commas. Please "
@@ -514,11 +538,11 @@ msgstr ""
514
  "<code>/abo*t</code> correspondra /aboundant et /about, <code>/abo!t </code > "
515
  "correspondra /about et /abort. Les chaînes sont insensibles à la casse."
516
 
517
- #: ../admin/config/index.php:153
518
  msgid "Blacklist by IP Address"
519
  msgstr "Liste noire par adresse IP"
520
 
521
- #: ../admin/config/index.php:153
522
  msgid ""
523
  "List all the IP addresses you don't want to track, separated by commas. Each "
524
  "network <strong>must</strong> be defined using the <a href='http://en."
@@ -533,11 +557,11 @@ msgstr ""
533
  "<em>192.168.0.0/24</em>). Si le format est incorrect, WP SlimStat ne peut "
534
  "pas suivre correctement les pages vues."
535
 
536
- #: ../admin/config/index.php:154
537
  msgid "Blacklist by Capability"
538
  msgstr "Blacklister par Capabilité WordPress"
539
 
540
- #: ../admin/config/index.php:154
541
  msgid ""
542
  "Users having at least one of the <a href='http://codex.wordpress.org/"
543
  "Roles_and_Capabilities' target='_new'>capabilities</a> listed here below "
@@ -547,15 +571,15 @@ msgstr ""
547
  "Roles_and_Capabilities' target='_new'>capacités</a> listées ci-dessous ne "
548
  "seront pas suivis. Les capacités sont insensibles à la casse."
549
 
550
- #: ../admin/config/index.php:156
551
  msgid "Profiling"
552
  msgstr "Profiling"
553
 
554
- #: ../admin/config/index.php:157
555
  msgid "Ignore Spammers"
556
  msgstr "Ignorer les spammeurs"
557
 
558
- #: ../admin/config/index.php:157
559
  msgid ""
560
  "Enable this option if you don't want to track visits from users identified "
561
  "as spammers by third-party tools like Akismet. Pageviews generated by users "
@@ -567,12 +591,12 @@ msgstr ""
567
  "Akismet). Les visites de personnes dont les commentaires sont ensuite marqué "
568
  "comme spam par vous, seront également supprimées de la base."
569
 
570
- #: ../admin/config/index.php:158
571
  #, fuzzy
572
  msgid "Ignore Bots"
573
  msgstr "Ignorer les utilisateurs"
574
 
575
- #: ../admin/config/index.php:158
576
  msgid ""
577
  "Turn on this feature if you want to have the accuracy level of server-side "
578
  "tracking, but not the inconvenience of getting your database clogged with "
@@ -580,11 +604,11 @@ msgid ""
580
  "note that in Client mode, bots are ignored regardless of this setting."
581
  msgstr ""
582
 
583
- #: ../admin/config/index.php:159
584
  msgid "Permalinks"
585
  msgstr "Rermaliens"
586
 
587
- #: ../admin/config/index.php:159
588
  msgid ""
589
  "List all the URLs on your website that you don't want to track, separated by "
590
  "commas. Don't include the domain name: <em>/about, ?p=1</em>, etc. "
@@ -602,11 +626,11 @@ msgstr ""
602
  "<code>/abo*t</code> correspondra /aboundant et /about, <code>/abo!t </code > "
603
  "correspondra /about et /abort. Les chaînes sont insensibles à la casse."
604
 
605
- #: ../admin/config/index.php:160
606
  msgid "Countries"
607
  msgstr "Pays"
608
 
609
- #: ../admin/config/index.php:160
610
  msgid ""
611
  "Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
612
  "track, separated by commas."
@@ -614,11 +638,11 @@ msgstr ""
614
  "Listez tous les codes de pays (p. ex.: <code>en-us, it, es </code>) que vous "
615
  "ne voulez pas suivre, séparées par des virgules."
616
 
617
- #: ../admin/config/index.php:161
618
  msgid "User Agents"
619
  msgstr "User Agents"
620
 
621
- #: ../admin/config/index.php:161
622
  msgid ""
623
  "Browsers (user agents) you don't want to track, separated by commas. You can "
624
  "specify the browser's version adding a slash after the name (i.e. "
@@ -636,11 +660,11 @@ msgstr ""
636
  "correspondra à Chrome et Chromium, <code>IE/!.0</Code> correspondra IE/7.0 "
637
  "et IE/8.0. Les chaînes sont insensibles à la casse."
638
 
639
- #: ../admin/config/index.php:162
640
  msgid "Referring Sites"
641
  msgstr "Sites référents"
642
 
643
- #: ../admin/config/index.php:162
644
  msgid ""
645
  "Referring URLs that you don't want to track, separated by commas: "
646
  "<code>http://mysite.com*</code>, <code>*/ignore-me-please</code>, etc. "
@@ -657,21 +681,21 @@ msgstr ""
657
  "soit un caractère générique ou le protocole que vous voulez filtrer "
658
  "(http://, https://)."
659
 
660
- #: ../admin/config/index.php:165
661
  msgid "Enable Privacy Mode"
662
  msgstr "Activer le mode privé"
663
 
664
- #: ../admin/config/index.php:165
665
  msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
666
  msgstr ""
667
  "Cette option masque l'adresse IP de vos visiteurs afin de se conformer aux "
668
  "lois de confidentialité européennes."
669
 
670
- #: ../admin/config/index.php:166
671
  msgid "Ignore Prefetch Requests"
672
  msgstr "Ignorer les requêtes anticipées"
673
 
674
- #: ../admin/config/index.php:166
675
  msgid ""
676
  "Prevent Slimstat from tracking pageviews generated by Firefox's <a "
677
  "href='https://developer.mozilla.org/en/Link_prefetching_FAQ' "
@@ -681,30 +705,30 @@ msgstr ""
681
  "vues générées par Firefox <a href='https://developer.mozilla.org/en/"
682
  "Link_prefetching_FAQ' target='_blank'>Link Prefetching functionality</a>."
683
 
684
- #: ../admin/config/index.php:171 ../admin/config/index.php:203
685
  msgid "Reports"
686
  msgstr "Rapports"
687
 
688
- #: ../admin/config/index.php:173
689
  msgid "Formats and Conversions"
690
  msgstr ""
691
 
692
- #: ../admin/config/index.php:174
693
  msgid "Number Format"
694
  msgstr "Format des nombres"
695
 
696
- #: ../admin/config/index.php:174
697
  msgid "Choose the number format you want to use for your reports."
698
  msgstr ""
699
  "Choisissez le format numérique que vous souhaitez utiliser, européen ou "
700
  "américain."
701
 
702
- #: ../admin/config/index.php:175
703
  #, fuzzy
704
  msgid "Date Format"
705
  msgstr "Données et Formats"
706
 
707
- #: ../admin/config/index.php:175
708
  #, fuzzy
709
  msgid ""
710
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
@@ -714,12 +738,12 @@ msgstr ""
714
  "\">Format PHP </a> à utiliser pour afficher la date et l'heure d'une page "
715
  "vue."
716
 
717
- #: ../admin/config/index.php:176
718
  #, fuzzy
719
  msgid "Time Format"
720
  msgstr "Format des nombres"
721
 
722
- #: ../admin/config/index.php:176
723
  #, fuzzy
724
  msgid ""
725
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
@@ -729,12 +753,12 @@ msgstr ""
729
  "\">Format PHP </a> à utiliser pour afficher la date et l'heure d'une page "
730
  "vue."
731
 
732
- #: ../admin/config/index.php:177
733
  #, fuzzy
734
  msgid "Use Display Name"
735
  msgstr "Voir Nom d'affichage"
736
 
737
- #: ../admin/config/index.php:177
738
  msgid ""
739
  "By default, users are listed by their usernames. Use this option to "
740
  "visualize their display names instead."
@@ -742,12 +766,12 @@ msgstr ""
742
  "Par défaut, les utilisateurs sont affichés par Nom d'utilisateur. Utilisez "
743
  "cette option pour basculer au Nom d'affichage."
744
 
745
- #: ../admin/config/index.php:178
746
  #, fuzzy
747
  msgid "Use Titles"
748
  msgstr "Afficher les titres"
749
 
750
- #: ../admin/config/index.php:178
751
  #, fuzzy
752
  msgid ""
753
  "Slimstat converts your permalinks into post, page and category titles. "
@@ -757,23 +781,34 @@ msgstr ""
757
  "Désactivez cette fonction si vous souhaitez conserver l'URL dans de vos "
758
  "rapports."
759
 
760
- #: ../admin/config/index.php:179
761
  msgid "Convert IP Addresses"
762
  msgstr "Convertir les adresses IP"
763
 
764
- #: ../admin/config/index.php:179
765
  msgid "Display provider names instead of IP addresses."
766
  msgstr "Afficher le nom du fournisseur d'accès au lieu de l'adresse IP."
767
 
768
- #: ../admin/config/index.php:181
769
  msgid "Functionality"
770
  msgstr "Fonctionnalité"
771
 
772
- #: ../admin/config/index.php:182
 
 
 
 
 
 
 
 
 
 
 
773
  msgid "SlimScroll"
774
  msgstr "SlimScroll"
775
 
776
- #: ../admin/config/index.php:182
777
  msgid ""
778
  "Enable SlimScroll, a slick jQuery library that replaces the built-in browser "
779
  "scrollbar."
@@ -781,54 +816,76 @@ msgstr ""
781
  "Activer SlimScroll, une librairie jQuery élégante qui remplace la barre de "
782
  "défilement par défaut des navigateurs."
783
 
784
- #: ../admin/config/index.php:183
785
  msgid "Expand Details"
786
  msgstr "Développez les détails"
787
 
788
- #: ../admin/config/index.php:183
789
  msgid "Expand each row's details by default, insted of on mousehover."
790
  msgstr ""
791
  "Développe les détails de chaque ligne par défaut, plutôt que sur survol de "
792
  "souris."
793
 
794
- #: ../admin/config/index.php:184 ../admin/config/index.php:190
795
  msgid "Rows to Display"
796
  msgstr "Colonnes à afficher"
797
 
798
- #: ../admin/config/index.php:184
799
  msgid "Specify the number of items in each report."
800
  msgstr "Spécifier le nombre d'articles dans chacun de vos rapports."
801
 
802
- #: ../admin/config/index.php:185 ../admin/view/wp-slimstat-db.php:101
803
  #, fuzzy
804
  msgid "Max Results"
805
  msgstr "Limiter les résultats"
806
 
807
- #: ../admin/config/index.php:185
808
  msgid ""
809
  "Decide how many records should be retrieved from the database in total. "
810
  "Depending on your server configuration, you may want to fine tune this value "
811
  "to avoid exceeding your PHP memory limit."
812
  msgstr ""
813
 
814
- #: ../admin/config/index.php:186
815
  msgid "IP Lookup"
816
  msgstr "Recherche d'IP"
817
 
818
- #: ../admin/config/index.php:186
819
  msgid "Customize the Geolocation service to be used in the reports."
820
  msgstr ""
821
  "Personnaliser le service de Géolocalisation à utiliser dans les rapports."
822
 
823
- #: ../admin/config/index.php:188
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
824
  msgid "Activity Log"
825
  msgstr "Statistiques de fréquentation"
826
 
827
- #: ../admin/config/index.php:189
828
  msgid "Live Stream"
829
  msgstr "Flux en temps réel (Flux live)"
830
 
831
- #: ../admin/config/index.php:189
832
  msgid ""
833
  "Enable the Live view, which refreshes the Activity Log every X seconds. "
834
  "Enter <strong>0</strong> (number zero) to deactivate this feature."
@@ -836,15 +893,15 @@ msgstr ""
836
  "Actualisez la vue 'Maintenant' toutes les X secondes. Entrer <strong>0</"
837
  "strong> pour désactiver cette fonctionnalité."
838
 
839
- #: ../admin/config/index.php:190
840
  msgid "Specify the number of items in the Activity Log."
841
  msgstr "Spécifier le nombre d'articles dans chacun de vos rapports."
842
 
843
- #: ../admin/config/index.php:193
844
  msgid "Custom CSS"
845
  msgstr "Personnaliser le style CSS"
846
 
847
- #: ../admin/config/index.php:193
848
  #, fuzzy
849
  msgid ""
850
  "Paste here your custom stylesheet to personalize the way your reports look. "
@@ -858,12 +915,12 @@ msgstr ""
858
  "target='_blank'>Consultez les FAQs</a> pour plus d'informations sur la façon "
859
  "d'utiliser cette fonctionnalité."
860
 
861
- #: ../admin/config/index.php:194
862
  #, fuzzy
863
  msgid "Chart Colors"
864
  msgstr "Contrôle du graphique"
865
 
866
- #: ../admin/config/index.php:194
867
  msgid ""
868
  "Customize the look and feel of your charts by assigning personalized colors "
869
  "to each metric. List 4 hex colors separated by commas, strictly in the "
@@ -871,11 +928,11 @@ msgid ""
871
  "metric 2 current. For example: <code>#ccc, #999, #bbcc44, #21759b</code>."
872
  msgstr ""
873
 
874
- #: ../admin/config/index.php:195
875
  msgid "Show User Agent"
876
  msgstr "Voir User Agent"
877
 
878
- #: ../admin/config/index.php:195
879
  msgid ""
880
  "Choose if you want to see the browser name or a complete user agent string "
881
  "when hovering on browser icons."
@@ -883,11 +940,11 @@ msgstr ""
883
  "Choisissez si vous voulez voir le nom du navigateur ou une chaîne complete "
884
  "de user agent lorsque vous survolez les icônes du navigateur."
885
 
886
- #: ../admin/config/index.php:196
887
  msgid "Enable SOV"
888
  msgstr "Activer SOV"
889
 
890
- #: ../admin/config/index.php:196
891
  msgid ""
892
  "In linguistic typology, a subject-object-verb (SOV) language is one in which "
893
  "the subject, object, and verb of a sentence appear in that order, like in "
@@ -897,15 +954,15 @@ msgstr ""
897
  "langue dans laquelle les sujet, objet et verbe d'une phrase apparaissent "
898
  "dans cet ordre, comme en japonais."
899
 
900
- #: ../admin/config/index.php:201
901
  msgid "Access Control"
902
  msgstr ""
903
 
904
- #: ../admin/config/index.php:204
905
  msgid "Restrict Authors"
906
  msgstr "Restriction Auteurs"
907
 
908
- #: ../admin/config/index.php:204
909
  msgid ""
910
  "Enable this option if you want your authors to only see stats related to "
911
  "their own content."
@@ -913,11 +970,11 @@ msgstr ""
913
  "Activez cette option si vous voulez que vos auteurs ne voient que les "
914
  "statistiques relatives à leur propre contenu."
915
 
916
- #: ../admin/config/index.php:205 ../admin/config/index.php:209
917
  msgid "Capability"
918
  msgstr "Aptitude"
919
 
920
- #: ../admin/config/index.php:205
921
  msgid ""
922
  "Specify the minimum <a href='http://codex.wordpress.org/"
923
  "Roles_and_Capabilities' target='_new'>capability</a> needed to access the "
@@ -933,11 +990,11 @@ msgstr ""
933
  "sauf un \"Accès en lecture\" de la liste blanche a été précisé ci-dessus. "
934
  "Dans ce cas, la liste a la priorité sur la capacité."
935
 
936
- #: ../admin/config/index.php:206 ../admin/config/index.php:210
937
  msgid "Whitelist"
938
  msgstr "Liste blanche"
939
 
940
- #: ../admin/config/index.php:206
941
  msgid ""
942
  "List all the users who should have access to the reports, separated by "
943
  "commas. Administrators are implicitly allowed, so you don't need to list "
@@ -949,13 +1006,13 @@ msgstr ""
949
  "vide, <strong>tous vos utilisateurs</strong> sont autorisés à accéder. Les "
950
  "noms d'utilisateurs sont sensibles à la casse."
951
 
952
- #: ../admin/config/index.php:208 ../admin/config/index.php:233
953
- #: ../admin/wp-slimstat-admin.php:636 ../admin/wp-slimstat-admin.php:654
954
- #: ../admin/wp-slimstat-admin.php:657
955
  msgid "Settings"
956
  msgstr "Réglages"
957
 
958
- #: ../admin/config/index.php:209
959
  msgid ""
960
  "Specify the minimum <a href='http://codex.wordpress.org/"
961
  "Roles_and_Capabilities' target='_new'>capability</a> required to configure "
@@ -969,7 +1026,7 @@ msgstr ""
969
  "sauf un \"Accès en lecture\" de la liste blanche a été précisé ci-dessus. "
970
  "Dans ce cas, la liste a la priorité sur la capacité."
971
 
972
- #: ../admin/config/index.php:210
973
  msgid ""
974
  "List all the users who can edit these options, separated by commas. Please "
975
  "be advised that admins <strong>are not</strong> implicitly allowed, so do "
@@ -981,11 +1038,11 @@ msgstr ""
981
  "inscrire! Les noms d'utilisateurs sont sensibles à la casse. (Majuscules-"
982
  "minuscules)"
983
 
984
- #: ../admin/config/index.php:215
985
  msgid "Maintenance"
986
  msgstr "Maintenance"
987
 
988
- #: ../admin/config/index.php:220 ../admin/view/addons.php:32
989
  #: ../admin/wp-slimstat-admin.php:124
990
  msgid "Add-ons"
991
  msgstr "Add-ons"
@@ -1388,11 +1445,11 @@ msgstr "est entre (x,y)"
1388
  msgid "Load"
1389
  msgstr ""
1390
 
1391
- #: ../admin/view/index.php:66 ../admin/view/wp-slimstat-reports.php:1406
1392
  msgid "Today"
1393
  msgstr "Aujourd'hui"
1394
 
1395
- #: ../admin/view/index.php:67 ../admin/view/wp-slimstat-reports.php:1409
1396
  msgid "Yesterday"
1397
  msgstr "Hier"
1398
 
@@ -1482,108 +1539,108 @@ msgstr ""
1482
  msgid "Delete"
1483
  msgstr "Filtrer les pages vues pour que"
1484
 
1485
- #: ../admin/view/right-now.php:12
1486
  msgid "Human"
1487
  msgstr "Humain"
1488
 
1489
- #: ../admin/view/right-now.php:12
1490
  msgid "Bot/Crawler"
1491
  msgstr "Robot / Crawler"
1492
 
1493
- #: ../admin/view/right-now.php:12
1494
  msgid "Mobile Device"
1495
  msgstr "Appareil mobile"
1496
 
1497
- #: ../admin/view/right-now.php:12
1498
  msgid "Syndication Reader"
1499
  msgstr "Lecteur de Flux (Syndication)"
1500
 
1501
- #: ../admin/view/right-now.php:37 ../admin/view/wp-slimstat-reports.php:1032
1502
- #: ../admin/view/wp-slimstat-reports.php:1715
1503
  msgid "No data to display"
1504
  msgstr "Aucune donnée à afficher"
1505
 
1506
- #: ../admin/view/right-now.php:56
1507
  msgid "Date and Time"
1508
  msgstr "Date/Heure"
1509
 
1510
  # Unknown
1511
- #: ../admin/view/right-now.php:65 ../admin/view/wp-slimstat-reports.php:1084
1512
- #: ../admin/view/wp-slimstat-reports.php:1758 ../wp-slimstat.php:1355
1513
  msgid "c-"
1514
  msgstr "Inconnu"
1515
 
1516
- #: ../admin/view/right-now.php:117 ../admin/view/wp-slimstat-db.php:60
1517
- #: ../admin/wp-slimstat-admin.php:968 ../admin/wp-slimstat-admin.php:1008
1518
  msgid "Originating IP"
1519
  msgstr "IP d'origine"
1520
 
1521
- #: ../admin/view/right-now.php:148 ../admin/view/wp-slimstat-reports.php:1181
1522
- #: ../admin/view/wp-slimstat-reports.php:1186
1523
- #: ../admin/view/wp-slimstat-reports.php:1191
1524
  msgid "Open this URL in a new window"
1525
  msgstr "Ouvir cette URL dans une nouvelle fenêtre"
1526
 
1527
- #: ../admin/view/right-now.php:151
1528
  msgid "Local search results page"
1529
  msgstr "Page de résultat d'une recherche locale"
1530
 
1531
- #: ../admin/view/right-now.php:157 ../admin/view/wp-slimstat-db.php:42
1532
  #: ../admin/view/wp-slimstat-reports.php:242
1533
- #: ../admin/view/wp-slimstat-reports.php:251
1534
- #: ../admin/wp-slimstat-admin.php:971 ../admin/wp-slimstat-admin.php:987
1535
  msgid "Search Terms"
1536
  msgstr "Termes de recherche"
1537
 
1538
- #: ../admin/view/right-now.php:166
1539
  msgid "Server Latency and Page Speed in milliseconds"
1540
  msgstr "Latence du serveur et Rapidité de la page en millisecondes"
1541
 
1542
- #: ../admin/view/right-now.php:166
1543
  msgid "SL"
1544
  msgstr "SL"
1545
 
1546
- #: ../admin/view/right-now.php:166
1547
  msgid "PS"
1548
  msgstr "PS"
1549
 
1550
- #: ../admin/view/right-now.php:173
1551
  #, fuzzy
1552
  msgid "Time spent on this page"
1553
  msgstr "Ouvrir cette page dans une nouvelle fenêtre"
1554
 
1555
- #: ../admin/view/right-now.php:183
1556
  msgid "Open this referrer in a new window"
1557
  msgstr "Ouvrir ce référent dans une nouvelle fenêtre"
1558
 
1559
- #: ../admin/view/right-now.php:184
1560
  msgid "Open this outbound link in a new window"
1561
  msgstr "Ouvir cette URL dans une nouvelle fenêtre"
1562
 
1563
- #: ../admin/view/right-now.php:185
1564
  msgid "Content Type"
1565
  msgstr "Type de contenu"
1566
 
1567
- #: ../admin/view/right-now.php:188
1568
  #, fuzzy
1569
  msgid "Delete this pageview"
1570
  msgstr "Filtrer les pages vues pour que"
1571
 
1572
- #: ../admin/view/right-now.php:199
1573
  #, fuzzy
1574
  msgid "User Logged In"
1575
  msgstr "User Agent"
1576
 
1577
- #: ../admin/view/right-now.php:209
1578
  #, fuzzy
1579
  msgid "User Logged Out"
1580
  msgstr "User Agent"
1581
 
1582
- #: ../admin/view/wp-slimstat-db.php:39 ../admin/wp-slimstat-admin.php:984
1583
  msgid "Browser"
1584
  msgstr "Navigateur Web"
1585
 
1586
- #: ../admin/view/wp-slimstat-db.php:40 ../admin/wp-slimstat-admin.php:985
1587
  msgid "Country Code"
1588
  msgstr "Code du pays"
1589
 
@@ -1591,21 +1648,21 @@ msgstr "Code du pays"
1591
  msgid "IP Address"
1592
  msgstr "Adresse IP"
1593
 
1594
- #: ../admin/view/wp-slimstat-db.php:43 ../admin/wp-slimstat-admin.php:988
1595
  msgid "Language Code"
1596
  msgstr "Code langue"
1597
 
1598
  #: ../admin/view/wp-slimstat-db.php:44 ../admin/view/wp-slimstat-db.php:87
1599
- #: ../admin/wp-slimstat-admin.php:989
1600
  msgid "Operating System"
1601
  msgstr "Système d'exploitation (OS)"
1602
 
1603
  #: ../admin/view/wp-slimstat-db.php:45 ../admin/view/wp-slimstat-db.php:88
1604
- #: ../admin/wp-slimstat-admin.php:990
1605
  msgid "Permalink"
1606
  msgstr "Permalien"
1607
 
1608
- #: ../admin/view/wp-slimstat-db.php:46 ../admin/wp-slimstat-admin.php:991
1609
  msgid "Referer"
1610
  msgstr "Référent"
1611
 
@@ -1614,7 +1671,7 @@ msgstr "Référent"
1614
  msgid "Visitor's Username"
1615
  msgstr "le nom des visiteurs"
1616
 
1617
- #: ../admin/view/wp-slimstat-db.php:48 ../admin/wp-slimstat-admin.php:974
1618
  msgid "Outbound Link"
1619
  msgstr "Lien sortant"
1620
 
@@ -1631,15 +1688,15 @@ msgstr "-- Filtres Avancés --"
1631
  msgid "Browser Capabilities"
1632
  msgstr "Capacités des Navigateurs"
1633
 
1634
- #: ../admin/view/wp-slimstat-db.php:53 ../admin/wp-slimstat-admin.php:1003
1635
  msgid "Browser Version"
1636
  msgstr "Version de navigateur"
1637
 
1638
- #: ../admin/view/wp-slimstat-db.php:54 ../admin/wp-slimstat-admin.php:1004
1639
  msgid "Browser Type"
1640
  msgstr "le type de navigateur Web"
1641
 
1642
- #: ../admin/view/wp-slimstat-db.php:55 ../admin/wp-slimstat-admin.php:973
1643
  msgid "User Agent"
1644
  msgstr "User Agent"
1645
 
@@ -1652,15 +1709,15 @@ msgstr "Annotations graphique"
1652
  msgid "Server Latency"
1653
  msgstr "Latence du serveur"
1654
 
1655
- #: ../admin/view/wp-slimstat-db.php:58 ../admin/wp-slimstat-admin.php:1006
1656
  msgid "Post Author"
1657
  msgstr "l'auteur de l'article"
1658
 
1659
- #: ../admin/view/wp-slimstat-db.php:59 ../admin/wp-slimstat-admin.php:1007
1660
  msgid "Post Category ID"
1661
  msgstr "ID de la catégorie de l'article"
1662
 
1663
- #: ../admin/view/wp-slimstat-db.php:61 ../admin/wp-slimstat-admin.php:1009
1664
  msgid "Resource Content Type"
1665
  msgstr "le type de source de contenu"
1666
 
@@ -1681,7 +1738,7 @@ msgstr "la résolution de l'écran"
1681
  msgid "Viewport Size"
1682
  msgstr ""
1683
 
1684
- #: ../admin/view/wp-slimstat-db.php:66 ../admin/wp-slimstat-admin.php:1011
1685
  msgid "Visit ID"
1686
  msgstr "Visites ID"
1687
 
@@ -1727,7 +1784,7 @@ msgid "Event ID"
1727
  msgstr "Contenus récents"
1728
 
1729
  #: ../admin/view/wp-slimstat-db.php:96
1730
- #: ../admin/view/wp-slimstat-reports.php:1729
1731
  msgid "Type"
1732
  msgstr ""
1733
 
@@ -1777,7 +1834,7 @@ msgstr "Codes couleur"
1777
  msgid "From search result page"
1778
  msgstr "Depuis un moteur de recherche"
1779
 
1780
- #: ../admin/view/wp-slimstat-reports.php:77 ../admin/wp-slimstat-admin.php:966
1781
  msgid "Known Visitor"
1782
  msgstr "Visiteurs connus"
1783
 
@@ -1860,10 +1917,12 @@ msgid "Rankings"
1860
  msgstr "Classements"
1861
 
1862
  #: ../admin/view/wp-slimstat-reports.php:212
 
1863
  msgid ""
1864
- "Slimstat retrieves live information from Alexa, Facebook and Google, to "
1865
- "measures your site's rankings. Values are updated every 12 hours. Filters "
1866
- "set above don't apply to this report."
 
1867
  msgstr ""
1868
  "WP SlimStat récupère les informations d'Alexa, facebook, et Google, pour "
1869
  "mesurer le classement de votre site. Les données sont actualisées toutes les "
@@ -1889,7 +1948,7 @@ msgstr ""
1889
  "attribue un cookie. WP SlimStat exploite ces informations pour identifier "
1890
  "les visiteurs qui reviennent, y compris les utilisateurs enregistrés."
1891
 
1892
- #: ../admin/view/wp-slimstat-reports.php:252
1893
  #, fuzzy
1894
  msgid "Unique Terms"
1895
  msgstr "IPs uniques"
@@ -1903,8 +1962,8 @@ msgstr "Sites référents"
1903
  msgid "Human Visits"
1904
  msgstr "Visiteurs humains"
1905
 
1906
- #: ../admin/view/wp-slimstat-reports.php:283
1907
- #: ../admin/view/wp-slimstat-reports.php:1440
1908
  msgid "Visits"
1909
  msgstr "Visites"
1910
 
@@ -2038,7 +2097,7 @@ msgstr "IPs uniques"
2038
  msgid "Traffic Sources"
2039
  msgstr "Sources de trafic"
2040
 
2041
- #: ../admin/view/wp-slimstat-reports.php:524
2042
  msgid "Domains"
2043
  msgstr "Domaines"
2044
 
@@ -2185,107 +2244,107 @@ msgstr ""
2185
  msgid "World Map"
2186
  msgstr "Carte du monde"
2187
 
2188
- #: ../admin/view/wp-slimstat-reports.php:945
2189
  msgid "Refresh"
2190
  msgstr "Rafraichir"
2191
 
2192
- #: ../admin/view/wp-slimstat-reports.php:982
2193
  #, php-format
2194
  msgid "Results %s - %s of %s"
2195
  msgstr "Résultats %s - %s de %s"
2196
 
2197
- #: ../admin/view/wp-slimstat-reports.php:984
2198
  msgid "Refresh in"
2199
  msgstr "Rafraichir dans "
2200
 
2201
- #: ../admin/view/wp-slimstat-reports.php:1078
2202
  msgid "Category ID"
2203
  msgstr "l'ID de la catégorie de l'article"
2204
 
2205
- #: ../admin/view/wp-slimstat-reports.php:1083
2206
- #: ../admin/view/wp-slimstat-reports.php:1097
2207
- #: ../admin/view/wp-slimstat-reports.php:1102
2208
  #, fuzzy
2209
  msgid "Code"
2210
  msgstr "Code OS "
2211
 
2212
  # Unknown
2213
- #: ../admin/view/wp-slimstat-reports.php:1098
2214
- #: ../languages/dynamic_strings.php:339 ../wp-slimstat.php:1367
2215
  msgid "l-"
2216
  msgstr "Inconnue"
2217
 
2218
- #: ../admin/view/wp-slimstat-reports.php:1115
2219
  msgid "URL"
2220
  msgstr ""
2221
 
2222
- #: ../admin/view/wp-slimstat-reports.php:1128
2223
  msgid "Referrer"
2224
  msgstr "Référent"
2225
 
2226
- #: ../admin/view/wp-slimstat-reports.php:1170
2227
- #: ../admin/view/wp-slimstat-reports.php:1424
2228
- #: ../admin/view/wp-slimstat-reports.php:1480
2229
- #: ../admin/view/wp-slimstat-reports.php:1486
2230
- #: ../admin/view/wp-slimstat-reports.php:1492
2231
- #: ../admin/view/wp-slimstat-reports.php:1498
2232
- #: ../admin/view/wp-slimstat-reports.php:1504
2233
- #: ../admin/view/wp-slimstat-reports.php:1510
2234
- #: ../admin/view/wp-slimstat-reports.php:1516
2235
- #: ../admin/view/wp-slimstat-reports.php:1736
2236
  msgid "Hits"
2237
  msgstr "Hits"
2238
 
2239
- #: ../admin/view/wp-slimstat-reports.php:1351
2240
  #, fuzzy
2241
  msgid "Dataset Size"
2242
  msgstr "Taille de la base de données"
2243
 
2244
- #: ../admin/view/wp-slimstat-reports.php:1353
2245
  msgid "Total number of records stored in the database."
2246
  msgstr ""
2247
 
2248
- #: ../admin/view/wp-slimstat-reports.php:1355
2249
  msgid "DB Size"
2250
  msgstr "Taille de la base de données"
2251
 
2252
- #: ../admin/view/wp-slimstat-reports.php:1358
2253
  #, fuzzy
2254
  msgid "Tracking Enabled"
2255
  msgstr "Mode traçage"
2256
 
2257
- #: ../admin/view/wp-slimstat-reports.php:1361
2258
  msgid "Javascript Mode"
2259
  msgstr "Mode Javascript"
2260
 
2261
- #: ../admin/view/wp-slimstat-reports.php:1364
2262
  msgid "Tracking Browser Caps"
2263
  msgstr "Traçage Capacités Navigateurs"
2264
 
2265
- #: ../admin/view/wp-slimstat-reports.php:1367
2266
  msgid "Auto purge"
2267
  msgstr "Purge automatique"
2268
 
2269
- #: ../admin/view/wp-slimstat-reports.php:1370
2270
  msgid "Oldest pageview"
2271
  msgstr "Plus ancienne page vue"
2272
 
2273
- #: ../admin/view/wp-slimstat-reports.php:1371
2274
  msgid "No visits"
2275
  msgstr "Aucune visite"
2276
 
2277
- #: ../admin/view/wp-slimstat-reports.php:1373
2278
  #: ../admin/wp-slimstat-admin.php:112
2279
  #, fuzzy
2280
  msgid "Geolocation"
2281
  msgstr "Ordre de tri"
2282
 
2283
- #: ../admin/view/wp-slimstat-reports.php:1375
2284
  msgid "Date when the MaxMind Geolocation database was last updated."
2285
  msgstr ""
2286
 
2287
- #: ../admin/view/wp-slimstat-reports.php:1386
2288
- #: ../admin/view/wp-slimstat-reports.php:1544
2289
  msgid ""
2290
  "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
2291
  "the tracking code is executed."
@@ -2293,17 +2352,17 @@ msgstr ""
2293
  "Une demande pour charger un fichier HTML. WP SlimStat enregistre un \"pages "
2294
  "vues \" chaque fois que le code de traçage est exécuté."
2295
 
2296
- #: ../admin/view/wp-slimstat-reports.php:1388
2297
  #, fuzzy
2298
  msgid "Days in Range"
2299
  msgstr "Intervalle de date"
2300
 
2301
- #: ../admin/view/wp-slimstat-reports.php:1391
2302
  #, fuzzy
2303
  msgid "Average Daily Pageviews"
2304
  msgstr "Nombre de pages vues en moyenne"
2305
 
2306
- #: ../admin/view/wp-slimstat-reports.php:1393
2307
  #, fuzzy
2308
  msgid ""
2309
  "How many pages have been visited on average every day during the current "
@@ -2311,11 +2370,11 @@ msgid ""
2311
  msgstr ""
2312
  "Combien de pages ont été visitées en moyenne au cours de la période en cours."
2313
 
2314
- #: ../admin/view/wp-slimstat-reports.php:1395
2315
  msgid "From Search Results"
2316
  msgstr "Résultat de recherches"
2317
 
2318
- #: ../admin/view/wp-slimstat-reports.php:1397
2319
  msgid ""
2320
  "Visitors who landed on your site after searching for a keyword on Google, "
2321
  "Yahoo, etc."
@@ -2323,7 +2382,7 @@ msgstr ""
2323
  "Visiteurs qui sont arrivés sur votre site après une recherche par mots clés "
2324
  "sur Google, Yahoo, etc"
2325
 
2326
- #: ../admin/view/wp-slimstat-reports.php:1401
2327
  msgid ""
2328
  "Used to differentiate between multiple requests to download a file from one "
2329
  "internet address (IP) and requests originating from many distinct addresses"
@@ -2332,11 +2391,11 @@ msgstr ""
2332
  "fichier à partir d'une adresse Internet (IP) unique et les demandes "
2333
  "provenant de plusieurs adresses distinctes"
2334
 
2335
- #: ../admin/view/wp-slimstat-reports.php:1403
2336
  msgid "Last 30 minutes"
2337
  msgstr "30 dernières minutes"
2338
 
2339
- #: ../admin/view/wp-slimstat-reports.php:1442
2340
  msgid ""
2341
  "A visit is a session of at most 30 minutes. Returning visitors are counted "
2342
  "multiple times if they perform multiple visits."
@@ -2345,15 +2404,15 @@ msgstr ""
2345
  "reviennent sont comptés plusieurs fois s'ils effectuent des visites "
2346
  "multiples."
2347
 
2348
- #: ../admin/view/wp-slimstat-reports.php:1446
2349
  msgid "It includes only traffic generated by human visitors."
2350
  msgstr "Cela ne comprend que les visites dites humaines."
2351
 
2352
- #: ../admin/view/wp-slimstat-reports.php:1448
2353
  msgid "Bounce rate"
2354
  msgstr "Taux de rebond"
2355
 
2356
- #: ../admin/view/wp-slimstat-reports.php:1450
2357
  msgid ""
2358
  "Percentage of single-page visits, i.e. visits in which the person left your "
2359
  "site from the entrance page."
@@ -2361,77 +2420,77 @@ msgstr ""
2361
  "Pourcentage de visites d'une seule page, par exemple les visites au cours "
2362
  "desquelles la personne a quitté votre site dès la page d'entrée."
2363
 
2364
- #: ../admin/view/wp-slimstat-reports.php:1452
2365
  msgid "Known visitors"
2366
  msgstr "Visiteurs connus"
2367
 
2368
- #: ../admin/view/wp-slimstat-reports.php:1454
2369
  msgid "Visitors who had previously left a comment on your blog."
2370
  msgstr "Visiteurs qui ont déjà laissé un commentaire sur votre blog."
2371
 
2372
- #: ../admin/view/wp-slimstat-reports.php:1456
2373
  msgid "New visitors"
2374
  msgstr "Nouveaux visiteurs"
2375
 
2376
- #: ../admin/view/wp-slimstat-reports.php:1458
2377
  msgid "Human users who visited your site only once."
2378
  msgstr "Visiteurs humains qui ont visité votre site une seule fois."
2379
 
2380
- #: ../admin/view/wp-slimstat-reports.php:1460
2381
  msgid "Bots"
2382
  msgstr "Robots"
2383
 
2384
- #: ../admin/view/wp-slimstat-reports.php:1463
2385
  #, fuzzy
2386
  msgid "Pageviews per visit"
2387
  msgstr "Pages vues par visite"
2388
 
2389
- #: ../admin/view/wp-slimstat-reports.php:1466
2390
  msgid "Longest visit"
2391
  msgstr "Visite la plus longue"
2392
 
2393
- #: ../admin/view/wp-slimstat-reports.php:1467
2394
  msgid "hits"
2395
  msgstr "hits"
2396
 
2397
- #: ../admin/view/wp-slimstat-reports.php:1478
2398
  msgid "0 - 30 seconds"
2399
  msgstr "0 - 30 secondes"
2400
 
2401
- #: ../admin/view/wp-slimstat-reports.php:1484
2402
  msgid "31 - 60 seconds"
2403
  msgstr "31 - 60 secondes"
2404
 
2405
- #: ../admin/view/wp-slimstat-reports.php:1490
2406
  msgid "1 - 3 minutes"
2407
  msgstr "1 - 3 minutes"
2408
 
2409
- #: ../admin/view/wp-slimstat-reports.php:1496
2410
  msgid "3 - 5 minutes"
2411
  msgstr "3 - 5 minutes"
2412
 
2413
- #: ../admin/view/wp-slimstat-reports.php:1502
2414
  msgid "5 - 7 minutes"
2415
  msgstr "5 - 7 minutes"
2416
 
2417
- #: ../admin/view/wp-slimstat-reports.php:1508
2418
  msgid "7 - 10 minutes"
2419
  msgstr "7 - 10 minutes"
2420
 
2421
- #: ../admin/view/wp-slimstat-reports.php:1514
2422
  msgid "More than 10 minutes"
2423
  msgstr "Plus de 10 minutes"
2424
 
2425
- #: ../admin/view/wp-slimstat-reports.php:1526
2426
  #, fuzzy
2427
  msgid "Average visit duration"
2428
  msgstr "Durée des Visites"
2429
 
2430
- #: ../admin/view/wp-slimstat-reports.php:1546
2431
  msgid "Unique Referrers"
2432
  msgstr "Référents uniques"
2433
 
2434
- #: ../admin/view/wp-slimstat-reports.php:1548
2435
  msgid ""
2436
  "A referrer (or referring site) is the site that a visitor previously visited "
2437
  "before following a link to your site."
@@ -2439,11 +2498,11 @@ msgstr ""
2439
  "Un référent (ou site référent) est le site que le visiteur a visité avant de "
2440
  "suivre un lien vers votre site."
2441
 
2442
- #: ../admin/view/wp-slimstat-reports.php:1550
2443
  msgid "Direct Pageviews"
2444
  msgstr "Pages Vues Directes"
2445
 
2446
- #: ../admin/view/wp-slimstat-reports.php:1552
2447
  msgid ""
2448
  "Visitors who visited the site by typing the URL directly into their browser. "
2449
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
@@ -2456,11 +2515,11 @@ msgstr ""
2456
  "courriels non marquées, ou des liens à partir de documents qui ne "
2457
  "contiennent pas de variables de suivi."
2458
 
2459
- #: ../admin/view/wp-slimstat-reports.php:1554
2460
  msgid "From a search result"
2461
  msgstr "Depuis un moteur de recherche"
2462
 
2463
- #: ../admin/view/wp-slimstat-reports.php:1556
2464
  msgid ""
2465
  "Visitors who came to your site via searches on Google or some other search "
2466
  "engine."
@@ -2468,11 +2527,11 @@ msgstr ""
2468
  "Visiteurs qui sont venus sur le site via un moteur de recherche comme Google "
2469
  "ou autre."
2470
 
2471
- #: ../admin/view/wp-slimstat-reports.php:1558
2472
  msgid "Unique Landing Pages"
2473
  msgstr "Pages d'Entrées Uniques"
2474
 
2475
- #: ../admin/view/wp-slimstat-reports.php:1560
2476
  msgid ""
2477
  "The first page that a user views during a session. This is also known as the "
2478
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
@@ -2484,22 +2543,22 @@ msgstr ""
2484
  "mots clés 'Brooklyn Office Space' et arrive sur votre page d'accueil, elle "
2485
  "sera comptée (pour cette visite) comme la page d'entrée."
2486
 
2487
- #: ../admin/view/wp-slimstat-reports.php:1562
2488
  msgid "Bounce Pages"
2489
  msgstr "Pages de Rebonds"
2490
 
2491
- #: ../admin/view/wp-slimstat-reports.php:1564
2492
  #, fuzzy
2493
  msgid "Number of single page visits to your site over the selected period."
2494
  msgstr ""
2495
  "Nombre de visites d'une seule page de votre site au cours de la période "
2496
  "sélectionnée."
2497
 
2498
- #: ../admin/view/wp-slimstat-reports.php:1566
2499
  msgid "New Visitors Rate"
2500
  msgstr "Taux de Nouveaux Visiteurs"
2501
 
2502
- #: ../admin/view/wp-slimstat-reports.php:1568
2503
  #, fuzzy
2504
  msgid ""
2505
  "Percentage of single page visits, i.e. visits in which the person left your "
@@ -2508,11 +2567,11 @@ msgstr ""
2508
  "Pourcentage de visites d'une seule page, par exemple les visites au cours "
2509
  "desquelles la personne a quitté votre site dès la page d'entrée."
2510
 
2511
- #: ../admin/view/wp-slimstat-reports.php:1570
2512
  msgid "Currently from search engines"
2513
  msgstr "Moteurs de recherche récents"
2514
 
2515
- #: ../admin/view/wp-slimstat-reports.php:1572
2516
  msgid ""
2517
  "Visitors who visited the site in the last 5 minutes coming from a search "
2518
  "engine."
@@ -2520,55 +2579,42 @@ msgstr ""
2520
  "Visiteurs qui ont visité le site dans les 5 dernières visites, provenant "
2521
  "d'un moteur de recherche."
2522
 
2523
- #: ../admin/view/wp-slimstat-reports.php:1642
2524
- msgid "Number of pages in your site included in Google's index."
2525
- msgstr "Nombre de pages de votre site indexées par Google."
 
 
 
2526
 
2527
- #: ../admin/view/wp-slimstat-reports.php:1643
2528
- msgid "Google Index"
2529
- msgstr "Index Google"
 
2530
 
2531
- #: ../admin/view/wp-slimstat-reports.php:1644
2532
- msgid "Number of pages, according to Google, that link back to your site."
 
2533
  msgstr ""
2534
  "Nombre de pages qui pointent sur votre site, d'après les informations "
2535
  "fournies par Google."
2536
 
2537
- #: ../admin/view/wp-slimstat-reports.php:1645
2538
- msgid "Google Backlinks"
 
2539
  msgstr "Backlinks Google"
2540
 
2541
- #: ../admin/view/wp-slimstat-reports.php:1646
2542
  msgid ""
2543
- "How many times the Facebook Like button has been approximately clicked on "
2544
- "your site."
 
2545
  msgstr ""
2546
- "Nombre de fois que votre site a été Liké par quelqu'un sur le réseau social."
2547
-
2548
- #: ../admin/view/wp-slimstat-reports.php:1647
2549
- msgid "Facebook Likes"
2550
- msgstr "\"J'aime\" Facebook"
2551
 
2552
- #: ../admin/view/wp-slimstat-reports.php:1648
2553
- msgid ""
2554
- "How many times your site has been shared by someone on the social network."
2555
  msgstr ""
2556
- "Nombre de fois que votre site a été partagé par quelqu'un sur le réseau "
2557
- "social."
2558
 
2559
- #: ../admin/view/wp-slimstat-reports.php:1649
2560
- msgid "Facebook Shares"
2561
- msgstr "Partages Facebook"
2562
-
2563
- #: ../admin/view/wp-slimstat-reports.php:1650
2564
- msgid "How many times links to your website have been clicked on Facebook."
2565
- msgstr "Nombre de fois que vos liens ont été activés sur Facebook"
2566
-
2567
- #: ../admin/view/wp-slimstat-reports.php:1651
2568
- msgid "Facebook Clicks"
2569
- msgstr "Clicks Facebook"
2570
-
2571
- #: ../admin/view/wp-slimstat-reports.php:1652
2572
  msgid ""
2573
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
2574
  "traffic data."
@@ -2576,23 +2622,42 @@ msgstr ""
2576
  "Alexa est une filiale d'Amazon.com qui fournit des données commerciales "
2577
  "concernant le trafic web."
2578
 
2579
- #: ../admin/view/wp-slimstat-reports.php:1653
2580
  msgid "Alexa World Rank"
2581
  msgstr "Alexa, Classement mondial"
2582
 
2583
- #: ../admin/view/wp-slimstat-reports.php:1654
2584
  msgid "Alexa Country Rank"
2585
  msgstr "Alexa, Classement par pays"
2586
 
2587
- #: ../admin/view/wp-slimstat-reports.php:1655
2588
  msgid "Alexa Popularity"
2589
  msgstr "Alexa, Popularité"
2590
 
2591
  #: ../admin/view/wp-slimstat-reports.php:1666
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2592
  msgid "Content Items"
2593
  msgstr "Contenus"
2594
 
2595
- #: ../admin/view/wp-slimstat-reports.php:1668
2596
  msgid ""
2597
  "This value includes not only posts, but also custom post types, regardless "
2598
  "of their status"
@@ -2600,1168 +2665,1168 @@ msgstr ""
2600
  "Cette valeur n'inclut pas seulement les articles de blog, mais aussi des "
2601
  "types personnalisés d'articles, quel que soit leur statut."
2602
 
2603
- #: ../admin/view/wp-slimstat-reports.php:1670
2604
  #, fuzzy
2605
  msgid "Posts"
2606
  msgstr "Top Posts"
2607
 
2608
- #: ../admin/view/wp-slimstat-reports.php:1673
2609
  #, fuzzy
2610
  msgid "Pages"
2611
  msgstr "Pages de sorties les plus utilisées"
2612
 
2613
- #: ../admin/view/wp-slimstat-reports.php:1676
2614
  msgid "Attachments"
2615
  msgstr ""
2616
 
2617
- #: ../admin/view/wp-slimstat-reports.php:1679
2618
  #, fuzzy
2619
  msgid "Revisions"
2620
  msgstr "Permissions"
2621
 
2622
- #: ../admin/view/wp-slimstat-reports.php:1682
2623
  #, fuzzy
2624
  msgid "Comments"
2625
  msgstr "Nombre de commentaires"
2626
 
2627
- #: ../admin/view/wp-slimstat-reports.php:1685
2628
  #, fuzzy
2629
  msgid "Avg Comments per Post"
2630
  msgstr "Moyenne de commentaires par Article"
2631
 
2632
- #: ../admin/view/wp-slimstat-reports.php:1688
2633
  msgid "Avg Server Latency"
2634
  msgstr "Latence moyenne du serveur"
2635
 
2636
- #: ../admin/view/wp-slimstat-reports.php:1690
2637
  msgid ""
2638
  "Latency is the amount of time it takes for the host server to receive and "
2639
  "process a request for a page object. The amount of latency depends largely "
2640
  "on how far away the user is from the server."
2641
  msgstr ""
2642
 
2643
- #: ../admin/view/wp-slimstat-reports.php:1733
2644
  #, fuzzy
2645
  msgid "Coordinates"
2646
  msgstr "Mode traçage"
2647
 
2648
- #: ../admin/view/wp-slimstat-reports.php:1733
2649
  msgid "Date"
2650
  msgstr ""
2651
 
2652
  # Unknown
2653
- #: ../admin/view/wp-slimstat-reports.php:1749
2654
  msgid "c-xx"
2655
  msgstr "Inconnu"
2656
 
2657
  # Afghanistan
2658
- #: ../admin/view/wp-slimstat-reports.php:1749
2659
  msgid "c-af"
2660
  msgstr "Afghanistan"
2661
 
2662
  # Åland Islands
2663
- #: ../admin/view/wp-slimstat-reports.php:1749
2664
  msgid "c-ax"
2665
  msgstr "Îles Åland"
2666
 
2667
  # Albania
2668
- #: ../admin/view/wp-slimstat-reports.php:1749
2669
  msgid "c-al"
2670
  msgstr "Albanie"
2671
 
2672
  # Algeria
2673
- #: ../admin/view/wp-slimstat-reports.php:1749
2674
  msgid "c-dz"
2675
  msgstr "Algérie"
2676
 
2677
  # Andorra
2678
- #: ../admin/view/wp-slimstat-reports.php:1749
2679
  msgid "c-ad"
2680
  msgstr "Andorre"
2681
 
2682
  # Angola
2683
- #: ../admin/view/wp-slimstat-reports.php:1749
2684
  msgid "c-ao"
2685
  msgstr "Angola"
2686
 
2687
  # Anguilla
2688
- #: ../admin/view/wp-slimstat-reports.php:1749
2689
  msgid "c-ai"
2690
  msgstr "Anguilla"
2691
 
2692
  # Antigua and Barbuda
2693
- #: ../admin/view/wp-slimstat-reports.php:1749
2694
  msgid "c-ag"
2695
  msgstr "Antigua et Barbuda"
2696
 
2697
  # Argentina
2698
- #: ../admin/view/wp-slimstat-reports.php:1749
2699
  msgid "c-ar"
2700
  msgstr "Argentine"
2701
 
2702
  # Armenia
2703
- #: ../admin/view/wp-slimstat-reports.php:1749
2704
  msgid "c-am"
2705
  msgstr "Arménie"
2706
 
2707
  # Aruba
2708
- #: ../admin/view/wp-slimstat-reports.php:1749
2709
  msgid "c-aw"
2710
  msgstr "Aruba"
2711
 
2712
  # Australia
2713
- #: ../admin/view/wp-slimstat-reports.php:1749
2714
  msgid "c-au"
2715
  msgstr "Australie"
2716
 
2717
  # Austria
2718
- #: ../admin/view/wp-slimstat-reports.php:1749
2719
  msgid "c-at"
2720
  msgstr "Autriche"
2721
 
2722
  # Azerbaijan
2723
- #: ../admin/view/wp-slimstat-reports.php:1749
2724
  msgid "c-az"
2725
  msgstr "Azerbaïdjan"
2726
 
2727
  # Bahamas
2728
- #: ../admin/view/wp-slimstat-reports.php:1749
2729
  msgid "c-bs"
2730
  msgstr "Bahamas"
2731
 
2732
  # Bahrain
2733
- #: ../admin/view/wp-slimstat-reports.php:1749
2734
  msgid "c-bh"
2735
  msgstr "Bahreïn"
2736
 
2737
  # Bangladesh
2738
- #: ../admin/view/wp-slimstat-reports.php:1749
2739
  msgid "c-bd"
2740
  msgstr "Bangladesh"
2741
 
2742
  # Barbados
2743
- #: ../admin/view/wp-slimstat-reports.php:1749
2744
  msgid "c-bb"
2745
  msgstr "Barbade"
2746
 
2747
  # Belarus
2748
- #: ../admin/view/wp-slimstat-reports.php:1749
2749
  msgid "c-by"
2750
  msgstr "Bélarus"
2751
 
2752
  # Belgium
2753
- #: ../admin/view/wp-slimstat-reports.php:1749
2754
  msgid "c-be"
2755
  msgstr "Belgique"
2756
 
2757
  # Belize
2758
- #: ../admin/view/wp-slimstat-reports.php:1749
2759
  msgid "c-bz"
2760
  msgstr "Belize"
2761
 
2762
  # Benin
2763
- #: ../admin/view/wp-slimstat-reports.php:1749
2764
  msgid "c-bj"
2765
  msgstr "Bénin"
2766
 
2767
  # Bermuda
2768
- #: ../admin/view/wp-slimstat-reports.php:1749
2769
  msgid "c-bm"
2770
  msgstr "Bermudes"
2771
 
2772
  # Bhutan
2773
- #: ../admin/view/wp-slimstat-reports.php:1749
2774
  msgid "c-bt"
2775
  msgstr "Bhoutan"
2776
 
2777
  # Bolivia
2778
- #: ../admin/view/wp-slimstat-reports.php:1749
2779
  msgid "c-bo"
2780
  msgstr "État plurinational de Bolivie"
2781
 
2782
  # Bosnia and Herzegovina
2783
- #: ../admin/view/wp-slimstat-reports.php:1749
2784
  msgid "c-ba"
2785
  msgstr "Bosnie-Herzégovine"
2786
 
2787
  # Botswana
2788
- #: ../admin/view/wp-slimstat-reports.php:1749
2789
  msgid "c-bw"
2790
  msgstr "Botswana"
2791
 
2792
  # Brazil
2793
- #: ../admin/view/wp-slimstat-reports.php:1749
2794
  msgid "c-br"
2795
  msgstr "Brésil"
2796
 
2797
  # Brunei Darussalam
2798
- #: ../admin/view/wp-slimstat-reports.php:1749
2799
  msgid "c-bn"
2800
  msgstr "Brunéi Darussalam"
2801
 
2802
  # Bulgaria
2803
- #: ../admin/view/wp-slimstat-reports.php:1749
2804
  msgid "c-bg"
2805
  msgstr "Bulgarie"
2806
 
2807
  # Burkina Faso
2808
- #: ../admin/view/wp-slimstat-reports.php:1749
2809
  msgid "c-bf"
2810
  msgstr "Burkina Faso"
2811
 
2812
  # Burundi
2813
- #: ../admin/view/wp-slimstat-reports.php:1749
2814
  msgid "c-bi"
2815
  msgstr "Burundi"
2816
 
2817
  # Cambodia
2818
- #: ../admin/view/wp-slimstat-reports.php:1749
2819
  msgid "c-kh"
2820
  msgstr "Cambodge"
2821
 
2822
  # Cameroon
2823
- #: ../admin/view/wp-slimstat-reports.php:1749
2824
  msgid "c-cm"
2825
  msgstr "Cameroun"
2826
 
2827
  # Canada
2828
- #: ../admin/view/wp-slimstat-reports.php:1749
2829
  msgid "c-ca"
2830
  msgstr "Canada"
2831
 
2832
  # Cape Verde
2833
- #: ../admin/view/wp-slimstat-reports.php:1749
2834
  msgid "c-cv"
2835
  msgstr "Cap-Vert"
2836
 
2837
  # Cayman Islands
2838
- #: ../admin/view/wp-slimstat-reports.php:1749
2839
  msgid "c-ky"
2840
  msgstr "Îles Caïmans"
2841
 
2842
  # Central African Republic
2843
- #: ../admin/view/wp-slimstat-reports.php:1749
2844
  msgid "c-cf"
2845
  msgstr "République Centrafricaine"
2846
 
2847
  # Chad
2848
- #: ../admin/view/wp-slimstat-reports.php:1749
2849
  msgid "c-td"
2850
  msgstr "Tchad"
2851
 
2852
  # Chile
2853
- #: ../admin/view/wp-slimstat-reports.php:1749
2854
  msgid "c-cl"
2855
  msgstr "Chili"
2856
 
2857
  # China
2858
- #: ../admin/view/wp-slimstat-reports.php:1749
2859
  msgid "c-cn"
2860
  msgstr "Chine"
2861
 
2862
  # Colombia
2863
- #: ../admin/view/wp-slimstat-reports.php:1749
2864
  msgid "c-co"
2865
  msgstr "Colombie"
2866
 
2867
  # Comoros
2868
- #: ../admin/view/wp-slimstat-reports.php:1749
2869
  msgid "c-km"
2870
  msgstr "Comores"
2871
 
2872
  # Congo
2873
- #: ../admin/view/wp-slimstat-reports.php:1749
2874
  msgid "c-cg"
2875
  msgstr "Congo"
2876
 
2877
  # The Democratic Republic of the Congo
2878
- #: ../admin/view/wp-slimstat-reports.php:1749
2879
  msgid "c-cd"
2880
  msgstr "République Démocratique du Congo"
2881
 
2882
  # Costa Rica
2883
- #: ../admin/view/wp-slimstat-reports.php:1749
2884
  msgid "c-cr"
2885
  msgstr "Costa Rica"
2886
 
2887
  # Côte d'Ivoire
2888
- #: ../admin/view/wp-slimstat-reports.php:1749
2889
  msgid "c-ci"
2890
  msgstr "Côte d'Ivoire"
2891
 
2892
  # Croatia
2893
- #: ../admin/view/wp-slimstat-reports.php:1749
2894
  msgid "c-hr"
2895
  msgstr "Croatie"
2896
 
2897
  # Cuba
2898
- #: ../admin/view/wp-slimstat-reports.php:1749
2899
  msgid "c-cu"
2900
  msgstr "Cuba"
2901
 
2902
  # Cyprus
2903
- #: ../admin/view/wp-slimstat-reports.php:1749
2904
  msgid "c-cy"
2905
  msgstr "Chypre"
2906
 
2907
  # Czech Republic
2908
- #: ../admin/view/wp-slimstat-reports.php:1749
2909
  msgid "c-cz"
2910
  msgstr "République tchèque"
2911
 
2912
  # Denmark
2913
- #: ../admin/view/wp-slimstat-reports.php:1749
2914
  msgid "c-dk"
2915
  msgstr "Danemark"
2916
 
2917
  # Djibouti
2918
- #: ../admin/view/wp-slimstat-reports.php:1749
2919
  msgid "c-dj"
2920
  msgstr "Djibouti"
2921
 
2922
  # Dominica
2923
- #: ../admin/view/wp-slimstat-reports.php:1749
2924
  msgid "c-dm"
2925
  msgstr "Dominique"
2926
 
2927
  # Dominican Republic
2928
- #: ../admin/view/wp-slimstat-reports.php:1749
2929
  msgid "c-do"
2930
  msgstr "République dominicaine"
2931
 
2932
  # Ecuador
2933
- #: ../admin/view/wp-slimstat-reports.php:1749
2934
  msgid "c-ec"
2935
  msgstr "Équateur"
2936
 
2937
  # Egypt
2938
- #: ../admin/view/wp-slimstat-reports.php:1749
2939
  msgid "c-eg"
2940
  msgstr "Égypte"
2941
 
2942
  # El Salvador
2943
- #: ../admin/view/wp-slimstat-reports.php:1749
2944
  msgid "c-sv"
2945
  msgstr "El Salvador"
2946
 
2947
  # Equatorial Guinea
2948
- #: ../admin/view/wp-slimstat-reports.php:1749
2949
  msgid "c-gq"
2950
  msgstr "Guinée équatoriale"
2951
 
2952
  # Eritrea
2953
- #: ../admin/view/wp-slimstat-reports.php:1749
2954
  msgid "c-er"
2955
  msgstr "Érythrée"
2956
 
2957
  # Estonia
2958
- #: ../admin/view/wp-slimstat-reports.php:1749
2959
  msgid "c-ee"
2960
  msgstr "Estonie"
2961
 
2962
  # Ethiopia
2963
- #: ../admin/view/wp-slimstat-reports.php:1749
2964
  msgid "c-et"
2965
  msgstr "Éthiopie"
2966
 
2967
  # Faroe Islands
2968
- #: ../admin/view/wp-slimstat-reports.php:1749
2969
  msgid "c-fo"
2970
  msgstr "Îles Féroé"
2971
 
2972
  # Falkland Islands (Malvinas)
2973
- #: ../admin/view/wp-slimstat-reports.php:1749
2974
  msgid "c-fk"
2975
  msgstr "Îles Falkland (Malvinas)"
2976
 
2977
  # Fiji
2978
- #: ../admin/view/wp-slimstat-reports.php:1749
2979
  msgid "c-fj"
2980
  msgstr "Fidji"
2981
 
2982
  # Finland
2983
- #: ../admin/view/wp-slimstat-reports.php:1749
2984
  msgid "c-fi"
2985
  msgstr "Finlande"
2986
 
2987
  # France
2988
- #: ../admin/view/wp-slimstat-reports.php:1749
2989
  msgid "c-fr"
2990
  msgstr "France"
2991
 
2992
  # French Guiana
2993
- #: ../admin/view/wp-slimstat-reports.php:1749
2994
  msgid "c-gf"
2995
  msgstr "Guyane française"
2996
 
2997
  # Gabon
2998
- #: ../admin/view/wp-slimstat-reports.php:1749
2999
  msgid "c-ga"
3000
  msgstr "Gabon"
3001
 
3002
  # Gambia
3003
- #: ../admin/view/wp-slimstat-reports.php:1749
3004
  msgid "c-gm"
3005
  msgstr "Gambie"
3006
 
3007
  # Georgia
3008
- #: ../admin/view/wp-slimstat-reports.php:1749
3009
  msgid "c-ge"
3010
  msgstr "Géorgie"
3011
 
3012
  # Germany
3013
- #: ../admin/view/wp-slimstat-reports.php:1749
3014
  msgid "c-de"
3015
  msgstr "Allemagne"
3016
 
3017
  # Ghana
3018
- #: ../admin/view/wp-slimstat-reports.php:1749
3019
  msgid "c-gh"
3020
  msgstr "Ghana"
3021
 
3022
  # Greece
3023
- #: ../admin/view/wp-slimstat-reports.php:1749
3024
  msgid "c-gr"
3025
  msgstr "Grèce"
3026
 
3027
  # Greenland
3028
- #: ../admin/view/wp-slimstat-reports.php:1749
3029
  msgid "c-gl"
3030
  msgstr "Groenland"
3031
 
3032
  # Grenada
3033
- #: ../admin/view/wp-slimstat-reports.php:1749
3034
  msgid "c-gd"
3035
  msgstr "Grenade"
3036
 
3037
  # Guadeloupe
3038
- #: ../admin/view/wp-slimstat-reports.php:1749
3039
  msgid "c-gp"
3040
  msgstr "Guadeloupe"
3041
 
3042
  # Guatemala
3043
- #: ../admin/view/wp-slimstat-reports.php:1749
3044
  msgid "c-gt"
3045
  msgstr "Guatemala"
3046
 
3047
  # Guinea
3048
- #: ../admin/view/wp-slimstat-reports.php:1749
3049
  msgid "c-gn"
3050
  msgstr "Guinée"
3051
 
3052
  # Guinea-Bissau
3053
- #: ../admin/view/wp-slimstat-reports.php:1749
3054
  msgid "c-gw"
3055
  msgstr "Guinée-Bissau"
3056
 
3057
  # Guyana
3058
- #: ../admin/view/wp-slimstat-reports.php:1749
3059
  msgid "c-gy"
3060
  msgstr "Guyana"
3061
 
3062
  # Haiti
3063
- #: ../admin/view/wp-slimstat-reports.php:1749
3064
  msgid "c-ht"
3065
  msgstr "Haïti"
3066
 
3067
  # Honduras
3068
- #: ../admin/view/wp-slimstat-reports.php:1749
3069
  msgid "c-hn"
3070
  msgstr "Honduras"
3071
 
3072
  # Hong Kong
3073
- #: ../admin/view/wp-slimstat-reports.php:1749
3074
  msgid "c-hk"
3075
  msgstr "Hong Kong"
3076
 
3077
  # Hungary
3078
- #: ../admin/view/wp-slimstat-reports.php:1749
3079
  msgid "c-hu"
3080
  msgstr "Hongrie"
3081
 
3082
  # Iceland
3083
- #: ../admin/view/wp-slimstat-reports.php:1749
3084
  msgid "c-is"
3085
  msgstr "Islande"
3086
 
3087
  # India
3088
- #: ../admin/view/wp-slimstat-reports.php:1749
3089
  msgid "c-in"
3090
  msgstr "Inde"
3091
 
3092
  # Indonesia
3093
- #: ../admin/view/wp-slimstat-reports.php:1749
3094
  msgid "c-id"
3095
  msgstr "Indonésie"
3096
 
3097
  # Islamic Republic of Iran
3098
- #: ../admin/view/wp-slimstat-reports.php:1749
3099
  msgid "c-ir"
3100
  msgstr "République islamique d'Iran"
3101
 
3102
  # Iraq
3103
- #: ../admin/view/wp-slimstat-reports.php:1749
3104
  msgid "c-iq"
3105
  msgstr "Irak"
3106
 
3107
  # Ireland
3108
- #: ../admin/view/wp-slimstat-reports.php:1749
3109
  msgid "c-ie"
3110
  msgstr "Irlande"
3111
 
3112
  # Israel
3113
- #: ../admin/view/wp-slimstat-reports.php:1749
3114
  msgid "c-il"
3115
  msgstr "Israël"
3116
 
3117
  # Italy
3118
- #: ../admin/view/wp-slimstat-reports.php:1749
3119
  msgid "c-it"
3120
  msgstr "Italie"
3121
 
3122
  # Jamaica
3123
- #: ../admin/view/wp-slimstat-reports.php:1749
3124
  msgid "c-jm"
3125
  msgstr "Jamaïque"
3126
 
3127
  # Japan
3128
- #: ../admin/view/wp-slimstat-reports.php:1749
3129
  msgid "c-jp"
3130
  msgstr "Japon"
3131
 
3132
  # Jordan
3133
- #: ../admin/view/wp-slimstat-reports.php:1749
3134
  msgid "c-jo"
3135
  msgstr "Jordanie"
3136
 
3137
  # Kazakhstan
3138
- #: ../admin/view/wp-slimstat-reports.php:1749
3139
  msgid "c-kz"
3140
  msgstr "Kazakhstan"
3141
 
3142
  # Kenya
3143
- #: ../admin/view/wp-slimstat-reports.php:1749
3144
  msgid "c-ke"
3145
  msgstr "Kenya"
3146
 
3147
  # Nauru
3148
- #: ../admin/view/wp-slimstat-reports.php:1749
3149
  msgid "c-nr"
3150
  msgstr "Nauru"
3151
 
3152
  # Democratic People's Republic of Korea
3153
- #: ../admin/view/wp-slimstat-reports.php:1749
3154
  msgid "c-kp"
3155
  msgstr "République populaire démocratique de Corée"
3156
 
3157
  # Republic of Korea
3158
- #: ../admin/view/wp-slimstat-reports.php:1749
3159
  msgid "c-kr"
3160
  msgstr "République de Corée"
3161
 
3162
- #: ../admin/view/wp-slimstat-reports.php:1749
3163
  msgid "c-kv"
3164
  msgstr "Kossovo"
3165
 
3166
  # Kuwait
3167
- #: ../admin/view/wp-slimstat-reports.php:1749
3168
  msgid "c-kw"
3169
  msgstr "Koweït"
3170
 
3171
  # Kyrgyzstan
3172
- #: ../admin/view/wp-slimstat-reports.php:1749
3173
  msgid "c-kg"
3174
  msgstr "Kirghizistan"
3175
 
3176
  # Lao People's Democratic Republic
3177
- #: ../admin/view/wp-slimstat-reports.php:1749
3178
  msgid "c-la"
3179
  msgstr "République démocratique populaire lao"
3180
 
3181
  # Latvia
3182
- #: ../admin/view/wp-slimstat-reports.php:1749
3183
  msgid "c-lv"
3184
  msgstr "Lettonie"
3185
 
3186
  # Lebanon
3187
- #: ../admin/view/wp-slimstat-reports.php:1749
3188
  msgid "c-lb"
3189
  msgstr "Liban"
3190
 
3191
  # Lesotho
3192
- #: ../admin/view/wp-slimstat-reports.php:1749
3193
  msgid "c-ls"
3194
  msgstr "Lesotho"
3195
 
3196
  # Liberia
3197
- #: ../admin/view/wp-slimstat-reports.php:1749
3198
  msgid "c-lr"
3199
  msgstr "Libéria"
3200
 
3201
  # Libyan Arab Jamahiriya
3202
- #: ../admin/view/wp-slimstat-reports.php:1749
3203
  msgid "c-ly"
3204
  msgstr "Jamahiriya arabe libyenne"
3205
 
3206
  # Liechtenstein
3207
- #: ../admin/view/wp-slimstat-reports.php:1749
3208
  msgid "c-li"
3209
  msgstr "Liechtenstein"
3210
 
3211
  # Lithuania
3212
- #: ../admin/view/wp-slimstat-reports.php:1749
3213
  msgid "c-lt"
3214
  msgstr "Lituanie"
3215
 
3216
  # Luxembourg
3217
- #: ../admin/view/wp-slimstat-reports.php:1749
3218
  msgid "c-lu"
3219
  msgstr "Luxembourg"
3220
 
3221
  # The Former Yugoslav Republic of Macedonia
3222
- #: ../admin/view/wp-slimstat-reports.php:1749
3223
  msgid "c-mk"
3224
  msgstr "Ex-république yougoslave de Macédoine"
3225
 
3226
  # Madagascar
3227
- #: ../admin/view/wp-slimstat-reports.php:1749
3228
  msgid "c-mg"
3229
  msgstr "Madagascar"
3230
 
3231
  # Malawi
3232
- #: ../admin/view/wp-slimstat-reports.php:1749
3233
  msgid "c-mw"
3234
  msgstr "Malawi"
3235
 
3236
  # Malaysia
3237
- #: ../admin/view/wp-slimstat-reports.php:1749
3238
  msgid "c-my"
3239
  msgstr "Malaisie"
3240
 
3241
  # Mali
3242
- #: ../admin/view/wp-slimstat-reports.php:1749
3243
  msgid "c-ml"
3244
  msgstr "Mali"
3245
 
3246
  # Malta
3247
- #: ../admin/view/wp-slimstat-reports.php:1749
3248
  msgid "c-mt"
3249
  msgstr "Malte"
3250
 
3251
  # Martinique
3252
- #: ../admin/view/wp-slimstat-reports.php:1749
3253
  msgid "c-mq"
3254
  msgstr "Martinique"
3255
 
3256
  # Mauritania
3257
- #: ../admin/view/wp-slimstat-reports.php:1749
3258
  msgid "c-mr"
3259
  msgstr "Mauritanie"
3260
 
3261
  # Mauritius
3262
- #: ../admin/view/wp-slimstat-reports.php:1749
3263
  msgid "c-mu"
3264
  msgstr "Maurice"
3265
 
3266
  # Mexico
3267
- #: ../admin/view/wp-slimstat-reports.php:1749
3268
  msgid "c-mx"
3269
  msgstr "Mexique"
3270
 
3271
  # Moldova
3272
- #: ../admin/view/wp-slimstat-reports.php:1749
3273
  msgid "c-md"
3274
  msgstr "République de Moldova"
3275
 
3276
  # Mongolia
3277
- #: ../admin/view/wp-slimstat-reports.php:1749
3278
  msgid "c-mn"
3279
  msgstr "Mongolie"
3280
 
3281
  # Montenegro
3282
- #: ../admin/view/wp-slimstat-reports.php:1749
3283
  msgid "c-me"
3284
  msgstr "Monténégro"
3285
 
3286
  # Montserrat
3287
- #: ../admin/view/wp-slimstat-reports.php:1749
3288
  msgid "c-ms"
3289
  msgstr "Montserrat"
3290
 
3291
  # Morocco
3292
- #: ../admin/view/wp-slimstat-reports.php:1749
3293
  msgid "c-ma"
3294
  msgstr "Maroc"
3295
 
3296
  # Mozambique
3297
- #: ../admin/view/wp-slimstat-reports.php:1749
3298
  msgid "c-mz"
3299
  msgstr "Mozambique"
3300
 
3301
  # Myanmar
3302
- #: ../admin/view/wp-slimstat-reports.php:1749
3303
  msgid "c-mm"
3304
  msgstr "Myanmar"
3305
 
3306
  # Namibia
3307
- #: ../admin/view/wp-slimstat-reports.php:1749
3308
  msgid "c-na"
3309
  msgstr "Namibie"
3310
 
3311
  # Nepal
3312
- #: ../admin/view/wp-slimstat-reports.php:1749
3313
  msgid "c-np"
3314
  msgstr "Népal"
3315
 
3316
  # Netherlands
3317
- #: ../admin/view/wp-slimstat-reports.php:1749
3318
  msgid "c-nl"
3319
  msgstr "Pays-bas"
3320
 
3321
  # New Caledonia
3322
- #: ../admin/view/wp-slimstat-reports.php:1749
3323
  msgid "c-nc"
3324
  msgstr "Nouvelle-Calédonie"
3325
 
3326
  # New Zealand
3327
- #: ../admin/view/wp-slimstat-reports.php:1749
3328
  msgid "c-nz"
3329
  msgstr "Nouvelle-Zélande"
3330
 
3331
  # Nicaragua
3332
- #: ../admin/view/wp-slimstat-reports.php:1749
3333
  msgid "c-ni"
3334
  msgstr "Nicaragua"
3335
 
3336
  # Niger
3337
- #: ../admin/view/wp-slimstat-reports.php:1749
3338
  msgid "c-ne"
3339
  msgstr "Niger"
3340
 
3341
  # Nigeria
3342
- #: ../admin/view/wp-slimstat-reports.php:1749
3343
  msgid "c-ng"
3344
  msgstr "Nigéria"
3345
 
3346
  # Norway
3347
- #: ../admin/view/wp-slimstat-reports.php:1749
3348
  msgid "c-no"
3349
  msgstr "Norvège"
3350
 
3351
  # Oman
3352
- #: ../admin/view/wp-slimstat-reports.php:1749
3353
  msgid "c-om"
3354
  msgstr "Oman"
3355
 
3356
  # Pakistan
3357
- #: ../admin/view/wp-slimstat-reports.php:1749
3358
  msgid "c-pk"
3359
  msgstr "Pakistan"
3360
 
3361
  # Palau
3362
- #: ../admin/view/wp-slimstat-reports.php:1749
3363
  msgid "c-pw"
3364
  msgstr "Palaos"
3365
 
3366
  # Occupied Palestinian Territory
3367
- #: ../admin/view/wp-slimstat-reports.php:1749
3368
  msgid "c-ps"
3369
  msgstr "Territoire palestinien occupé"
3370
 
3371
  # Panama
3372
- #: ../admin/view/wp-slimstat-reports.php:1749
3373
  msgid "c-pa"
3374
  msgstr "Panama"
3375
 
3376
  # Papua New Guinea
3377
- #: ../admin/view/wp-slimstat-reports.php:1749
3378
  msgid "c-pg"
3379
  msgstr "Papouasie-Nouvelle-Guinée"
3380
 
3381
  # Paraguay
3382
- #: ../admin/view/wp-slimstat-reports.php:1749
3383
  msgid "c-py"
3384
  msgstr "Paraguay"
3385
 
3386
  # Peru
3387
- #: ../admin/view/wp-slimstat-reports.php:1749
3388
  msgid "c-pe"
3389
  msgstr "Pérou"
3390
 
3391
  # Philippines
3392
- #: ../admin/view/wp-slimstat-reports.php:1749
3393
  msgid "c-ph"
3394
  msgstr "Philippines"
3395
 
3396
  # Poland
3397
- #: ../admin/view/wp-slimstat-reports.php:1749
3398
  msgid "c-pl"
3399
  msgstr "Pologne"
3400
 
3401
  # Portugal
3402
- #: ../admin/view/wp-slimstat-reports.php:1749
3403
  msgid "c-pt"
3404
  msgstr "Portugal"
3405
 
3406
  # Puerto Rico
3407
- #: ../admin/view/wp-slimstat-reports.php:1749
3408
  msgid "c-pr"
3409
  msgstr "Porto Rico"
3410
 
3411
  # Qatar
3412
- #: ../admin/view/wp-slimstat-reports.php:1749
3413
  msgid "c-qa"
3414
  msgstr "Qatar"
3415
 
3416
  # Réunion
3417
- #: ../admin/view/wp-slimstat-reports.php:1749
3418
  msgid "c-re"
3419
  msgstr "Réunion"
3420
 
3421
  # Romania
3422
- #: ../admin/view/wp-slimstat-reports.php:1749
3423
  msgid "c-ro"
3424
  msgstr "Roumanie"
3425
 
3426
  # Russian Federation
3427
- #: ../admin/view/wp-slimstat-reports.php:1749
3428
  msgid "c-ru"
3429
  msgstr "Fédération de Russie"
3430
 
3431
  # Rwanda
3432
- #: ../admin/view/wp-slimstat-reports.php:1749
3433
  msgid "c-rw"
3434
  msgstr "Rwanda"
3435
 
3436
  # Saint Kitts and Nevis
3437
- #: ../admin/view/wp-slimstat-reports.php:1749
3438
  msgid "c-kn"
3439
  msgstr "Saint-Kitts-et-Nevis"
3440
 
3441
  # Saint Lucia
3442
- #: ../admin/view/wp-slimstat-reports.php:1749
3443
  msgid "c-lc"
3444
  msgstr "Sainte-Lucie"
3445
 
3446
  # Saint Martin
3447
- #: ../admin/view/wp-slimstat-reports.php:1749
3448
  msgid "c-mf"
3449
  msgstr "Saint-Martin"
3450
 
3451
  # Saint Vincent and the Grenadines
3452
- #: ../admin/view/wp-slimstat-reports.php:1749
3453
  msgid "c-vc"
3454
  msgstr "Saint-Vincent-et-les Grenadines"
3455
 
3456
  # Samoa
3457
- #: ../admin/view/wp-slimstat-reports.php:1749
3458
  msgid "c-ws"
3459
  msgstr "Samoa"
3460
 
3461
  # Sao Tome and Principe
3462
- #: ../admin/view/wp-slimstat-reports.php:1749
3463
  msgid "c-st"
3464
  msgstr "Sao Tomé-et-Principe"
3465
 
3466
  # Saudi Arabia
3467
- #: ../admin/view/wp-slimstat-reports.php:1749
3468
  msgid "c-sa"
3469
  msgstr "Arabie saoudite"
3470
 
3471
  # Senegal
3472
- #: ../admin/view/wp-slimstat-reports.php:1749
3473
  msgid "c-sn"
3474
  msgstr "Sénégal"
3475
 
3476
  # Serbia
3477
- #: ../admin/view/wp-slimstat-reports.php:1749
3478
  msgid "c-rs"
3479
  msgstr "Serbie"
3480
 
3481
  # Sierra Leone
3482
- #: ../admin/view/wp-slimstat-reports.php:1749
3483
  msgid "c-sl"
3484
  msgstr "Sierra Leone"
3485
 
3486
  # Singapore
3487
- #: ../admin/view/wp-slimstat-reports.php:1749
3488
  msgid "c-sg"
3489
  msgstr "Singapour"
3490
 
3491
  # Slovakia
3492
- #: ../admin/view/wp-slimstat-reports.php:1749
3493
  msgid "c-sk"
3494
  msgstr "Slovaquie"
3495
 
3496
  # Slovenia
3497
- #: ../admin/view/wp-slimstat-reports.php:1749
3498
  msgid "c-si"
3499
  msgstr "Slovénie"
3500
 
3501
  # Solomon Islands
3502
- #: ../admin/view/wp-slimstat-reports.php:1749
3503
  msgid "c-sb"
3504
  msgstr "Îles Salomon"
3505
 
3506
  # Somalia
3507
- #: ../admin/view/wp-slimstat-reports.php:1749
3508
  msgid "c-so"
3509
  msgstr "Somalie"
3510
 
3511
  # South Africa
3512
- #: ../admin/view/wp-slimstat-reports.php:1749
3513
  msgid "c-za"
3514
  msgstr "Afrique du sud"
3515
 
3516
  # South Georgia and the South Sandwich Islands
3517
- #: ../admin/view/wp-slimstat-reports.php:1749
3518
  msgid "c-gs"
3519
  msgstr "Géorgie du sud et les Îles Sandwich du sud"
3520
 
3521
  # Spain
3522
- #: ../admin/view/wp-slimstat-reports.php:1749
3523
  msgid "c-es"
3524
  msgstr "Espagne"
3525
 
3526
  # Sri Lanka
3527
- #: ../admin/view/wp-slimstat-reports.php:1749
3528
  msgid "c-lk"
3529
  msgstr "Sri Lanka"
3530
 
3531
  # Seychelles
3532
- #: ../admin/view/wp-slimstat-reports.php:1749
3533
  msgid "c-sc"
3534
  msgstr "Seychelles"
3535
 
3536
  # Sudan
3537
- #: ../admin/view/wp-slimstat-reports.php:1749
3538
  msgid "c-sd"
3539
  msgstr "Soudan"
3540
 
3541
- #: ../admin/view/wp-slimstat-reports.php:1749
3542
  msgid "c-ss"
3543
  msgstr "Soudan du Sud"
3544
 
3545
  # Suriname
3546
- #: ../admin/view/wp-slimstat-reports.php:1749
3547
  msgid "c-sr"
3548
  msgstr "Suriname"
3549
 
3550
  # Svalbard and Jan Mayen
3551
- #: ../admin/view/wp-slimstat-reports.php:1749
3552
  msgid "c-sj"
3553
  msgstr "Svalbard et île Jan Mayen"
3554
 
3555
  # Swaziland
3556
- #: ../admin/view/wp-slimstat-reports.php:1749
3557
  msgid "c-sz"
3558
  msgstr "Swaziland"
3559
 
3560
  # Sweden
3561
- #: ../admin/view/wp-slimstat-reports.php:1749
3562
  msgid "c-se"
3563
  msgstr "Suède"
3564
 
3565
  # Switzerland
3566
- #: ../admin/view/wp-slimstat-reports.php:1749
3567
  msgid "c-ch"
3568
  msgstr "Suisse"
3569
 
3570
  # Syrian Arab Republic
3571
- #: ../admin/view/wp-slimstat-reports.php:1749
3572
  msgid "c-sy"
3573
  msgstr "République arabe syrienne"
3574
 
3575
  # Taiwan, Province of China
3576
- #: ../admin/view/wp-slimstat-reports.php:1749
3577
  msgid "c-tw"
3578
  msgstr "Taïwan, province de Chine"
3579
 
3580
  # Tajikistan
3581
- #: ../admin/view/wp-slimstat-reports.php:1749
3582
  msgid "c-tj"
3583
  msgstr "Tadjikistan"
3584
 
3585
  # United Republic of Tanzania
3586
- #: ../admin/view/wp-slimstat-reports.php:1749
3587
  msgid "c-tz"
3588
  msgstr "République-unie de Tanzanie"
3589
 
3590
  # Thailand
3591
- #: ../admin/view/wp-slimstat-reports.php:1749
3592
  msgid "c-th"
3593
  msgstr "Thaïlande"
3594
 
3595
  # Timor-Leste
3596
- #: ../admin/view/wp-slimstat-reports.php:1749
3597
  msgid "c-tl"
3598
  msgstr "Timor-Leste"
3599
 
3600
  # Togo
3601
- #: ../admin/view/wp-slimstat-reports.php:1749
3602
  msgid "c-tg"
3603
  msgstr "Togo"
3604
 
3605
  # Tonga
3606
- #: ../admin/view/wp-slimstat-reports.php:1749
3607
  msgid "c-to"
3608
  msgstr "Tonga"
3609
 
3610
  # Trinidad and Tobago
3611
- #: ../admin/view/wp-slimstat-reports.php:1749
3612
  msgid "c-tt"
3613
  msgstr "Trinité-et-Tobago "
3614
 
3615
  # Tunisia
3616
- #: ../admin/view/wp-slimstat-reports.php:1749
3617
  msgid "c-tn"
3618
  msgstr "Tunisie"
3619
 
3620
  # Turkey
3621
- #: ../admin/view/wp-slimstat-reports.php:1749
3622
  msgid "c-tr"
3623
  msgstr "Turquie "
3624
 
3625
  # Turkmenistan
3626
- #: ../admin/view/wp-slimstat-reports.php:1749
3627
  msgid "c-tm"
3628
  msgstr "Turkménistan"
3629
 
3630
  # Turks and Caicos Islands
3631
- #: ../admin/view/wp-slimstat-reports.php:1749
3632
  msgid "c-tc"
3633
  msgstr "Îles Turks et Caïques"
3634
 
3635
  # Uganda
3636
- #: ../admin/view/wp-slimstat-reports.php:1749
3637
  msgid "c-ug"
3638
  msgstr "Ouganda"
3639
 
3640
  # Ukraine
3641
- #: ../admin/view/wp-slimstat-reports.php:1749
3642
  msgid "c-ua"
3643
  msgstr "Ukraine"
3644
 
3645
  # United Arab Emirates
3646
- #: ../admin/view/wp-slimstat-reports.php:1749
3647
  msgid "c-ae"
3648
  msgstr "Émirats arabes unis"
3649
 
3650
  # United Kingdom
3651
- #: ../admin/view/wp-slimstat-reports.php:1749
3652
  msgid "c-gb"
3653
  msgstr "Royaume-Uni"
3654
 
3655
  # United States
3656
- #: ../admin/view/wp-slimstat-reports.php:1749
3657
  msgid "c-us"
3658
  msgstr "États-Unis"
3659
 
3660
  # Uruguay
3661
- #: ../admin/view/wp-slimstat-reports.php:1749
3662
  msgid "c-uy"
3663
  msgstr "Uruguay"
3664
 
3665
  # Uzbekistan
3666
- #: ../admin/view/wp-slimstat-reports.php:1749
3667
  msgid "c-uz"
3668
  msgstr "Ouzbékistan "
3669
 
3670
  # Vanuatu
3671
- #: ../admin/view/wp-slimstat-reports.php:1749
3672
  msgid "c-vu"
3673
  msgstr "Vanuatu"
3674
 
3675
  # Venezuela
3676
- #: ../admin/view/wp-slimstat-reports.php:1749
3677
  msgid "c-ve"
3678
  msgstr "République bolivarienne du Venezuela"
3679
 
3680
  # Viet Nam
3681
- #: ../admin/view/wp-slimstat-reports.php:1749
3682
  msgid "c-vn"
3683
  msgstr "Viet Nam"
3684
 
3685
  # British Virgin Islands
3686
- #: ../admin/view/wp-slimstat-reports.php:1749
3687
  msgid "c-vg"
3688
  msgstr "Îles vierges britanniques"
3689
 
3690
  # U.S. Virgin Islands
3691
- #: ../admin/view/wp-slimstat-reports.php:1749
3692
  msgid "c-vi"
3693
  msgstr "Îles vierges des États-Unis"
3694
 
3695
  # Western Sahara
3696
- #: ../admin/view/wp-slimstat-reports.php:1749
3697
  msgid "c-eh"
3698
  msgstr "Sahara occidental"
3699
 
3700
  # Yemen
3701
- #: ../admin/view/wp-slimstat-reports.php:1749
3702
  msgid "c-ye"
3703
  msgstr "Yémen"
3704
 
3705
  # Zambia
3706
- #: ../admin/view/wp-slimstat-reports.php:1749
3707
  msgid "c-zm"
3708
  msgstr "Zambie"
3709
 
3710
  # Zimbabwe
3711
- #: ../admin/view/wp-slimstat-reports.php:1749
3712
  msgid "c-zw"
3713
  msgstr "Zimbabwe"
3714
 
3715
  # Guernsey
3716
- #: ../admin/view/wp-slimstat-reports.php:1749
3717
  msgid "c-gg"
3718
  msgstr "Guernesey"
3719
 
3720
  # Jersey
3721
- #: ../admin/view/wp-slimstat-reports.php:1749
3722
  msgid "c-je"
3723
  msgstr "Jersey"
3724
 
3725
  # Isle of Man
3726
- #: ../admin/view/wp-slimstat-reports.php:1749
3727
  msgid "c-im"
3728
  msgstr "Île de Man"
3729
 
3730
  # Maldives
3731
- #: ../admin/view/wp-slimstat-reports.php:1749
3732
  msgid "c-mv"
3733
  msgstr "Maldives"
3734
 
3735
  # European Union
3736
- #: ../admin/view/wp-slimstat-reports.php:1750
3737
  msgid "c-eu"
3738
  msgstr "Union européenne"
3739
 
3740
- #: ../admin/view/wp-slimstat-reports.php:1827
3741
  msgid "src"
3742
  msgstr "src"
3743
 
3744
- #: ../admin/view/wp-slimstat-reports.php:1831
3745
  msgid "serp"
3746
  msgstr "serp"
3747
 
3748
- #: ../admin/view/wp-slimstat-reports.php:1839
3749
  msgid "Go to the referring page"
3750
  msgstr "Aller sur la page référente"
3751
 
3752
- #: ../admin/view/wp-slimstat-reports.php:1861
3753
  msgid "Remove filter for"
3754
  msgstr "Enlever le filtre pour"
3755
 
3756
- #: ../admin/view/wp-slimstat-reports.php:1865
3757
  msgid "Save"
3758
  msgstr ""
3759
 
3760
- #: ../admin/view/wp-slimstat-reports.php:1868
3761
  msgid "Reset All"
3762
  msgstr "Réinitialiser l'ensemble"
3763
 
3764
- #: ../admin/view/wp-slimstat-reports.php:1872
3765
  msgid "Current filters:"
3766
  msgstr "Filtres actifs :"
3767
 
@@ -3796,63 +3861,69 @@ msgstr "Intégration WordPress"
3796
  msgid "Inactive Reports"
3797
  msgstr "Réinitialiser les rapports"
3798
 
3799
- #: ../admin/wp-slimstat-admin.php:562
3800
  msgid "SlimStat"
3801
  msgstr "SlimStat"
3802
 
3803
- #: ../admin/wp-slimstat-admin.php:620
3804
  #, fuzzy
3805
  msgid "Slimstat"
3806
  msgstr "SlimStat"
3807
 
3808
- #: ../admin/wp-slimstat-admin.php:709
3809
  #, fuzzy
3810
  msgid "Pageviews in the last "
3811
  msgstr "Pages durant les 365 derniers jours"
3812
 
3813
- #: ../admin/wp-slimstat-admin.php:712
3814
  #, fuzzy
3815
  msgid "Unique IPs in the last "
3816
  msgstr "Intervalle unique"
3817
 
3818
- #: ../admin/wp-slimstat-admin.php:766
 
 
 
 
 
 
3819
  msgid "Show on screen"
3820
  msgstr "Montrer à l'écran"
3821
 
3822
- #: ../admin/wp-slimstat-admin.php:847
3823
  msgid "Already saved"
3824
  msgstr ""
3825
 
3826
- #: ../admin/wp-slimstat-admin.php:855
3827
  msgid "Saved"
3828
  msgstr ""
3829
 
3830
- #: ../admin/wp-slimstat-admin.php:875
3831
  #, fuzzy
3832
  msgid "Delete this filter"
3833
  msgstr "Filtrer les pages vues pour que"
3834
 
3835
- #: ../admin/wp-slimstat-admin.php:919
3836
  msgid "There was an error updating the following options:"
3837
  msgstr "Il y a eu une erreur lors de la mise à jour des options suivantes:"
3838
 
3839
- #: ../admin/wp-slimstat-admin.php:922
3840
  msgid "Your changes have been saved."
3841
  msgstr "Vos réglages ont bien été mis à jour"
3842
 
3843
- #: ../admin/wp-slimstat-admin.php:945
3844
  msgid "Save Changes"
3845
  msgstr "Enregistrer les modifications"
3846
 
3847
- #: ../admin/wp-slimstat-admin.php:961
3848
  msgid "Definitions"
3849
  msgstr "Définitions"
3850
 
3851
- #: ../admin/wp-slimstat-admin.php:964
3852
  msgid "Pageview"
3853
  msgstr "Page vue"
3854
 
3855
- #: ../admin/wp-slimstat-admin.php:964
3856
  msgid ""
3857
  "A request to load a single HTML file (\"page\"). This should be contrasted "
3858
  "with a \"hit\", which refers to a request for any file from a web server. "
@@ -3863,11 +3934,11 @@ msgstr ""
3863
  "d'un serveur Web. WP SlimStat enregistre une page vue chaque fois que le "
3864
  "code de traçage est exécuté"
3865
 
3866
- #: ../admin/wp-slimstat-admin.php:965
3867
  msgid "(Human) Visit"
3868
  msgstr "Visiteurs humains"
3869
 
3870
- #: ../admin/wp-slimstat-admin.php:965
3871
  msgid ""
3872
  "A period of interaction between a visitor's browser and your website, ending "
3873
  "when the browser is closed or when the user has been inactive on that site "
@@ -3877,7 +3948,7 @@ msgstr ""
3877
  "Web se terminant lorsque le navigateur est fermé ou lorsque l'utilisateur "
3878
  "est inactif sur ce site depuis 30 minutes"
3879
 
3880
- #: ../admin/wp-slimstat-admin.php:966
3881
  msgid ""
3882
  "Any user who has left a comment on your blog, and is thus identified by "
3883
  "Wordpress as a returning visitor"
@@ -3885,11 +3956,11 @@ msgstr ""
3885
  "Un utilisateur qui a laissé un commentaire sur votre blog et est ainsi "
3886
  "identifié par Wordpress comme un visiteur qui a déjà visité votre site"
3887
 
3888
- #: ../admin/wp-slimstat-admin.php:967
3889
  msgid "Unique IP"
3890
  msgstr "IP uniques"
3891
 
3892
- #: ../admin/wp-slimstat-admin.php:967
3893
  msgid ""
3894
  "Used to differentiate between multiple requests to download a file from one "
3895
  "internet address (IP) and requests originating from many distinct addresses; "
@@ -3902,7 +3973,7 @@ msgstr ""
3902
  "Internet de la provenance d'une consultation, elle est utile, mais pas "
3903
  "parfaite"
3904
 
3905
- #: ../admin/wp-slimstat-admin.php:968
3906
  msgid ""
3907
  "the originating IP address of a client connecting to a web server through an "
3908
  "HTTP proxy or load balancer"
@@ -3910,11 +3981,11 @@ msgstr ""
3910
  "l'adresse IP d'origine d'un client qui se connecte à un serveur Web via un "
3911
  "proxy HTTP ou équilibreur de charge"
3912
 
3913
- #: ../admin/wp-slimstat-admin.php:969
3914
  msgid "Direct Traffic"
3915
  msgstr "Trafic direct"
3916
 
3917
- #: ../admin/wp-slimstat-admin.php:969
3918
  msgid ""
3919
  "All those people showing up to your Web site by typing in the URL of your "
3920
  "Web site coming or from a bookmark; some people also call this \"default "
@@ -3924,11 +3995,11 @@ msgstr ""
3924
  "votre site Web ou qui viennent à partir d'un signet, certaines personnes "
3925
  "appellent également cela \"trafic par défaut \" ou \"trafic ambiant \""
3926
 
3927
- #: ../admin/wp-slimstat-admin.php:970
3928
  msgid "Search Engine"
3929
  msgstr "Moteur de recherche"
3930
 
3931
- #: ../admin/wp-slimstat-admin.php:970
3932
  msgid ""
3933
  "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
3934
  "as well as your paid (PPC/SEM) traffic, so be aware of that"
@@ -3936,17 +4007,17 @@ msgstr ""
3936
  "Google, Yahoo, MSN, Ask, et autres; cet item comprendra à la fois votre "
3937
  "trafic rémunéré (PPC/SEM) ainsi que votre trafic organique, prenez en note"
3938
 
3939
- #: ../admin/wp-slimstat-admin.php:971 ../admin/wp-slimstat-admin.php:987
3940
  msgid "Keywords used by your visitors to find your website on a search engine"
3941
  msgstr ""
3942
  "Mots-clés utilisés par vos visiteurs pour trouver votre site sur un moteur "
3943
  "de recherche"
3944
 
3945
- #: ../admin/wp-slimstat-admin.php:972
3946
  msgid "SERP"
3947
  msgstr "SERP"
3948
 
3949
- #: ../admin/wp-slimstat-admin.php:972
3950
  msgid ""
3951
  "Short for search engine results page, the Web page that a search engine "
3952
  "returns with the results of its search. The value shown represents your rank "
@@ -3956,7 +4027,7 @@ msgstr ""
3956
  "recherche renvoie les résultats de sa recherche. La valeur indiquée "
3957
  "correspond à votre classement (ou la position) dans la liste des résultats"
3958
 
3959
- #: ../admin/wp-slimstat-admin.php:973
3960
  msgid ""
3961
  "Any program used for accessing a website; this includes browsers, robots, "
3962
  "spiders and any other program that was used to retrieve information from the "
@@ -3966,7 +4037,7 @@ msgstr ""
3966
  "navigateurs, robots, spiders et tout autre programme qui a été utilisé pour "
3967
  "extraire des informations du site"
3968
 
3969
- #: ../admin/wp-slimstat-admin.php:974
3970
  msgid ""
3971
  "A link from one domain to another is said to be outbound from its source "
3972
  "anchor and inbound to its target. This report lists all the links to other "
@@ -3976,27 +4047,27 @@ msgstr ""
3976
  "sa cible. Ce rapport répertorie tous les liens vers d'autres sites suivis "
3977
  "par vos visiteurs."
3978
 
3979
- #: ../admin/wp-slimstat-admin.php:981
3980
  msgid "Basic Filters"
3981
  msgstr "Filtres de base"
3982
 
3983
- #: ../admin/wp-slimstat-admin.php:984
3984
  msgid "User agent (Firefox, Chrome, ...)"
3985
  msgstr "User agent (Firefox, Chrome, ...)"
3986
 
3987
- #: ../admin/wp-slimstat-admin.php:985
3988
  msgid "2-letter code (us, ru, de, it, ...)"
3989
  msgstr "code pays à 2 lettres (us, ru, de, it, ...)"
3990
 
3991
- #: ../admin/wp-slimstat-admin.php:986
3992
  msgid "IP"
3993
  msgstr "IP"
3994
 
3995
- #: ../admin/wp-slimstat-admin.php:986
3996
  msgid "Visitor's public IP address"
3997
  msgstr " Adresse IP publique du visiteur"
3998
 
3999
- #: ../admin/wp-slimstat-admin.php:988
4000
  msgid ""
4001
  "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
4002
  "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
@@ -4006,7 +4077,7 @@ msgstr ""
4006
  "microsoft.com/en-us/library/ee825488(v=cs.20).aspx\">language culture page</"
4007
  "a> (première colonne) pour plus d'informations"
4008
 
4009
- #: ../admin/wp-slimstat-admin.php:989
4010
  msgid ""
4011
  "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
4012
  "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
@@ -4016,19 +4087,19 @@ msgstr ""
4016
  "référez-vous à <a target=\"_blank\" href=\"http://php.net/manual/en/function."
4017
  "get-browser.php\">cette page de manuel </a> pour plus d'informations"
4018
 
4019
- #: ../admin/wp-slimstat-admin.php:990
4020
  msgid "URL accessed on your site"
4021
  msgstr "URL accessible sur votre site"
4022
 
4023
- #: ../admin/wp-slimstat-admin.php:991
4024
  msgid "Complete address of the referrer page"
4025
  msgstr "Adresse complète de la page référente"
4026
 
4027
- #: ../admin/wp-slimstat-admin.php:992
4028
  msgid "Visitor's Name"
4029
  msgstr "le nom des visiteurs"
4030
 
4031
- #: ../admin/wp-slimstat-admin.php:992
4032
  msgid ""
4033
  "Visitors' names according to the cookie set by Wordpress after they leave a "
4034
  "comment"
@@ -4036,15 +4107,15 @@ msgstr ""
4036
  "Les noms des visiteurs selon le cookie enregistré par Wordpress, après avoir "
4037
  "laissé un commentaire"
4038
 
4039
- #: ../admin/wp-slimstat-admin.php:1000
4040
  msgid "Advanced Filters"
4041
  msgstr "Filtres Avancés"
4042
 
4043
- #: ../admin/wp-slimstat-admin.php:1003
4044
  msgid "user agent version (9.0, 11, ...)"
4045
  msgstr "user agent version (9.0, 11, ...)"
4046
 
4047
- #: ../admin/wp-slimstat-admin.php:1004
4048
  msgid ""
4049
  "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
4050
  "all others"
@@ -4052,11 +4123,11 @@ msgstr ""
4052
  "1 = moteur de recherche, 2 = appareil mobile, 3 = lecteur de flux "
4053
  "(syndication) , 0 = tous les autres"
4054
 
4055
- #: ../admin/wp-slimstat-admin.php:1005
4056
  msgid "Pageview Attributes"
4057
  msgstr "l'attribut des Pages Vues"
4058
 
4059
- #: ../admin/wp-slimstat-admin.php:1005
4060
  msgid ""
4061
  "this field is set to <em>[pre]</em> if the resource has been accessed "
4062
  "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
@@ -4067,19 +4138,19 @@ msgstr ""
4067
  "Link_prefetching_FAQ\"> préchargement des liens</a> ou d'autres techniques "
4068
  "similaires"
4069
 
4070
- #: ../admin/wp-slimstat-admin.php:1006
4071
  msgid "author associated to that post/page when the resource was accessed"
4072
  msgstr "auteur associé à cet article/page lorsque la ressource est accessible"
4073
 
4074
- #: ../admin/wp-slimstat-admin.php:1007
4075
  msgid "ID of the category/term associated to the resource, when available"
4076
  msgstr "ID de la catégorie/terme associée à la ressource, lorsqu'il y en a"
4077
 
4078
- #: ../admin/wp-slimstat-admin.php:1008
4079
  msgid "visitor's originating IP address, if available"
4080
  msgstr "adresse IP d'origine du visiteur, s'il est disponible"
4081
 
4082
- #: ../admin/wp-slimstat-admin.php:1009
4083
  msgid ""
4084
  "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
4085
  "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
@@ -4093,15 +4164,15 @@ msgstr ""
4093
  "\" href=\"http://codex.wordpress.org/Conditional_Tags\">Conditional Tags</a> "
4094
  "pour plus d'informations"
4095
 
4096
- #: ../admin/wp-slimstat-admin.php:1010
4097
  msgid "Screen Resolution"
4098
  msgstr "la résolution de l'écran"
4099
 
4100
- #: ../admin/wp-slimstat-admin.php:1010
4101
  msgid "viewport width and height (1024x768, 800x600, ...)"
4102
  msgstr "résolution de l'écran (1024x768, 800x600, ...)"
4103
 
4104
- #: ../admin/wp-slimstat-admin.php:1011
4105
  msgid ""
4106
  "generally used in conjunction with <em>is not empty</em>, identifies human "
4107
  "visitors"
@@ -4109,11 +4180,11 @@ msgstr ""
4109
  "généralement utilisé en conjonction avec <em>n'est pas vide </em>, identifie "
4110
  "les visiteurs humains"
4111
 
4112
- #: ../admin/wp-slimstat-admin.php:1012
4113
  msgid "Date Filters"
4114
  msgstr "Filtres de dates"
4115
 
4116
- #: ../admin/wp-slimstat-admin.php:1012
4117
  msgid ""
4118
  "you can specify the timeframe by entering a number in the <em>interval</em> "
4119
  "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
@@ -4124,11 +4195,11 @@ msgstr ""
4124
  "ex : jour = 1, mois = 1, année = vide, intervalle = -1 fixera un filtre "
4125
  "année à date)"
4126
 
4127
- #: ../admin/wp-slimstat-admin.php:1013
4128
  msgid "SERP Position"
4129
  msgstr "Position SERP "
4130
 
4131
- #: ../admin/wp-slimstat-admin.php:1013
4132
  msgid ""
4133
  "set the filter to Referer contains cd=N&, where N is the position you are "
4134
  "looking for"
@@ -4136,15 +4207,15 @@ msgstr ""
4136
  "Réglez le filtre sur Référent contient cd=N&, où N est la position que vous "
4137
  "recherchez"
4138
 
4139
- #: ../admin/wp-slimstat-admin.php:1040
4140
  msgid "Yes"
4141
  msgstr "Oui"
4142
 
4143
- #: ../admin/wp-slimstat-admin.php:1041
4144
  msgid "No"
4145
  msgstr "Non"
4146
 
4147
- #: ../admin/wp-slimstat-admin.php:1042
4148
  msgid "Site Specific"
4149
  msgstr "Spécificités du site"
4150
 
@@ -5760,105 +5831,129 @@ msgstr "Inconnue"
5760
  msgid "c-xy"
5761
  msgstr "Local"
5762
 
5763
- #: ../wp-slimstat.php:237 ../wp-slimstat.php:524
5764
  msgid "Notice: Pageview filtered by third-party code"
5765
  msgstr ""
5766
 
5767
- #: ../wp-slimstat.php:254
5768
  #, fuzzy, php-format
5769
  msgid "Error: Malformed URL %s"
5770
  msgstr "Ignorer les utilisateurs"
5771
 
5772
- #: ../wp-slimstat.php:278
5773
  #, php-format
5774
  msgid "Notice: Referrer %s is blacklisted"
5775
  msgstr ""
5776
 
5777
- #: ../wp-slimstat.php:356
5778
  #, fuzzy, php-format
5779
  msgid "Notice: Permalink %s is blacklisted"
5780
  msgstr "le permalien"
5781
 
5782
- #: ../wp-slimstat.php:367
5783
  msgid "Error: Empty or not supported IP address format (IPv6)"
5784
  msgstr ""
5785
 
5786
- #: ../wp-slimstat.php:376
5787
  #, php-format
5788
  msgid "Notice: Logged in user %s not tracked"
5789
  msgstr ""
5790
 
5791
- #: ../wp-slimstat.php:384
5792
  #, php-format
5793
  msgid "Notice: User with capability %s not tracked"
5794
  msgstr ""
5795
 
5796
- #: ../wp-slimstat.php:394
5797
  #, fuzzy, php-format
5798
  msgid "Notice: User %s is blacklisted"
5799
  msgstr "le permalien"
5800
 
5801
- #: ../wp-slimstat.php:415
5802
  #, fuzzy, php-format
5803
  msgid "Notice: Spammer %s not tracked"
5804
  msgstr "Robot ou Crawler"
5805
 
5806
- #: ../wp-slimstat.php:444
5807
  #, php-format
5808
  msgid "Notice: IP address %s is blacklisted"
5809
  msgstr ""
5810
 
5811
- #: ../wp-slimstat.php:473
5812
  #, php-format
5813
  msgid "Notice: Country %s is blacklisted"
5814
  msgstr ""
5815
 
5816
- #: ../wp-slimstat.php:482
5817
  #, fuzzy
5818
  msgid "Notice: Prefetch requests are ignored"
5819
  msgstr "Ignorer les requêtes anticipées"
5820
 
5821
- #: ../wp-slimstat.php:498
5822
  #, fuzzy
5823
  msgid "Notice: Bot not tracked"
5824
  msgstr "Robot ou Crawler"
5825
 
5826
- #: ../wp-slimstat.php:507
5827
  #, php-format
5828
  msgid "Notice: Browser %s is blacklisted"
5829
  msgstr ""
5830
 
5831
- #: ../wp-slimstat.php:537
5832
  msgid "Error:"
5833
  msgstr ""
5834
 
5835
- #: ../wp-slimstat.php:1153
5836
  msgid "Invalid payload string. Try clearing your WordPress cache."
5837
  msgstr ""
5838
 
5839
- #: ../wp-slimstat.php:1163
5840
  msgid "Invalid data signature. Try clearing your WordPress cache."
5841
  msgstr ""
5842
 
5843
- #: ../wp-slimstat.php:1235
5844
  #, fuzzy
5845
  msgid "There was an error downloading the MaxMind Geolite DB:"
5846
  msgstr "Il y a eu une erreur lors de la mise à jour des options suivantes:"
5847
 
5848
- #: ../wp-slimstat.php:1243 ../wp-slimstat.php:1252
5849
  #, fuzzy
5850
  msgid "There was an error opening the zipped MaxMind Geolite DB."
5851
  msgstr "Il y a eu une erreur lors de la mise à jour des options suivantes:"
5852
 
5853
- #: ../wp-slimstat.php:1247
5854
  msgid "Function gzopen not defined. Aborting."
5855
  msgstr ""
5856
 
5857
- #: ../wp-slimstat.php:1257
5858
  #, fuzzy
5859
  msgid "There was an error opening the unzipped MaxMind Geolite DB."
5860
  msgstr "Il y a eu une erreur lors de la mise à jour des options suivantes:"
5861
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5862
  #, fuzzy
5863
  #~ msgid "Delete records"
5864
  #~ msgstr "Filtrer les pages vues pour que"
@@ -5932,10 +6027,6 @@ msgstr "Il y a eu une erreur lors de la mise à jour des options suivantes:"
5932
  #~ msgid "Custom Reports"
5933
  #~ msgstr "Rapports personnalisés"
5934
 
5935
- #, fuzzy
5936
- #~ msgid "Tracking"
5937
- #~ msgstr "Mode traçage"
5938
-
5939
  #, fuzzy
5940
  #~ msgid ""
5941
  #~ "Collect information about screen resolutions, outbound links, downloads, "
@@ -5959,9 +6050,6 @@ msgstr "Il y a eu une erreur lors de la mise à jour des options suivantes:"
5959
  #~ "visiteur supporte l'anti-crénelage (lissage des polices). Si les "
5960
  #~ "Capacités du navigateur ne sont pas tracées, ce paramètre est ignoré."
5961
 
5962
- #~ msgid "External Pages"
5963
- #~ msgstr "Pages externes"
5964
-
5965
  #~ msgid "Start From"
5966
  #~ msgstr "Commencer à partir de"
5967
 
2
  msgstr ""
3
  "Project-Id-Version: WP SlimStat\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-02-27 23:01-0500\n"
6
+ "PO-Revision-Date: 2016-02-27 23:01-0500\n"
7
  "Last-Translator: WP Slimstat <support@wp-slimstat.com>\n"
8
  "Language-Team: Michael Bastin\n"
9
  "Language: fr_FR\n"
16
  "X-Generator: Poedit 1.6.11\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
18
  "X-Poedit-SearchPath-0: ..\n"
19
+ "X-Poedit-SearchPathExcluded-0: ../admin/update-checker\n"
20
+ "X-Poedit-SearchPathExcluded-1: ../admin/js\n"
21
 
22
  #: ../admin/config/index.php:33
23
  msgid ""
105
  "etc. This option is ignored if Tracking Mode is set to Client."
106
  msgstr ""
107
 
108
+ #: ../admin/config/index.php:97 ../admin/view/wp-slimstat-reports.php:1372
109
  msgid "Off"
110
  msgstr ""
111
 
123
  msgstr ""
124
  "Activez cette option pour suivre l'activité de vos utilisateurs dans l'admin."
125
 
126
+ #: ../admin/config/index.php:98 ../admin/config/index.php:118
127
+ #: ../admin/config/index.php:119
128
  #, fuzzy
129
  msgid "Track"
130
  msgstr "Traçage"
139
  msgstr "Intégration WordPress"
140
 
141
  #: ../admin/config/index.php:101
142
+ msgid "Dashboard Widgets"
143
+ msgstr ""
144
+
145
+ #: ../admin/config/index.php:101
146
+ msgid ""
147
+ "Choose if you want to have the most important reports on your WordPress "
148
+ "Dashboard. Use the Screen Options dropdown to select which ones to display."
149
+ msgstr ""
150
+
151
+ #: ../admin/config/index.php:102
152
  msgid "Menu Position"
153
  msgstr "Position du Menu"
154
 
155
+ #: ../admin/config/index.php:102
156
  msgid ""
157
  "Choose between a standalone admin menu for Slimstat or a drop down in the "
158
  "admin bar (if visible)."
160
  "Choisir entre un menu d'administration dans la barre latérale de WordPress "
161
  "ou un menu déroulant dans la barre supérieure (si elle est affichée)."
162
 
163
+ #: ../admin/config/index.php:102
164
  msgid "Side Menu"
165
  msgstr "Menu latéral"
166
 
167
+ #: ../admin/config/index.php:102
168
  msgid "Admin Bar"
169
  msgstr "Barre d'Administration"
170
 
171
+ #: ../admin/config/index.php:103
172
  #, fuzzy
173
  msgid "Posts and Pages"
174
  msgstr "Etendre les Stats aux articles"
175
 
176
+ #: ../admin/config/index.php:103
177
  #, fuzzy
178
  msgid ""
179
  "Add a new column to the Edit Posts/Pages screens, with the number of hits "
182
  "Ajoute une colonne à l'écran d'édition des articles, en indiquant le nombre "
183
  "de visites par article (peut ralentir le rendu des pages)."
184
 
185
+ #: ../admin/config/index.php:104
186
  #, fuzzy
187
  msgid "Report Interval"
188
  msgstr "Intervalle unique"
189
 
190
+ #: ../admin/config/index.php:104
191
  msgid ""
192
  "Enter the time range, in days, that should be used to calculate the value "
193
  "here above."
194
  msgstr ""
195
 
196
+ #: ../admin/config/index.php:105
197
  #, fuzzy
198
  msgid "Report Type"
199
  msgstr "Rapports"
200
 
201
+ #: ../admin/config/index.php:105
202
  msgid ""
203
  "Select what kind of information you would like to see displayed on the Posts "
204
  "admin screen. Pageviews include all the hits regardless of the user, Unique "
205
  "IPs consider only one hit per user in the given time range."
206
  msgstr ""
207
 
208
+ #: ../admin/config/index.php:105 ../admin/view/wp-slimstat-reports.php:81
209
  #: ../admin/view/wp-slimstat-reports.php:90
210
+ #: ../admin/view/wp-slimstat-reports.php:1388
211
+ #: ../admin/view/wp-slimstat-reports.php:1546
212
  msgid "Pageviews"
213
  msgstr "Pages vues"
214
 
215
+ #: ../admin/config/index.php:105 ../admin/view/wp-slimstat-reports.php:91
216
+ #: ../admin/view/wp-slimstat-reports.php:285
217
+ #: ../admin/view/wp-slimstat-reports.php:526
218
+ #: ../admin/view/wp-slimstat-reports.php:1403
219
+ #: ../admin/view/wp-slimstat-reports.php:1448
220
  msgid "Unique IPs"
221
  msgstr "IPs uniques"
222
 
 
 
 
 
 
 
 
 
 
 
223
  #: ../admin/config/index.php:106
224
  #, fuzzy
225
  msgid "Hide Add-ons"
265
 
266
  #: ../admin/config/index.php:109 ../admin/view/index.php:102
267
  #: ../admin/view/wp-slimstat-db.php:79
268
+ #: ../admin/view/wp-slimstat-reports.php:1372
269
  msgid "days"
270
  msgstr "jours"
271
 
286
 
287
  #: ../admin/config/index.php:117
288
  #, fuzzy
289
+ msgid "Link Tracking"
290
+ msgstr "Mode traçage"
291
+
292
+ #: ../admin/config/index.php:118
293
+ #, fuzzy
294
+ msgid "Outbound Clicks"
295
+ msgstr "Tracer les liens sortants"
296
+
297
+ #: ../admin/config/index.php:118
298
+ msgid ""
299
+ "Track when your visitors click on link to external websites. This option "
300
+ "required Spy Mode to be enabled."
301
+ msgstr ""
302
+ "Détectez vos visiteurs cliquant sur des liens pointant sur des sites "
303
+ "externes. Cette fonctionnalité nécéssite que le Mode Espion soit activé."
304
+
305
+ #: ../admin/config/index.php:118 ../admin/config/index.php:119
306
+ #: ../admin/config/index.php:121
307
+ msgid "Do Not Track"
308
+ msgstr ""
309
+
310
+ #: ../admin/config/index.php:119
311
+ #, fuzzy
312
+ msgid "Internal Clicks"
313
+ msgstr "Top Recherches Internes"
314
+
315
+ #: ../admin/config/index.php:119
316
+ msgid ""
317
+ "Collect mouse coordinates and other information for clicks on internal "
318
+ "links. Recommended if you're using our heatmap add-on. By default, this "
319
+ "information is only collected for external links."
320
+ msgstr ""
321
+
322
+ #: ../admin/config/index.php:120
323
+ msgid "No Callback"
324
+ msgstr ""
325
+
326
+ #: ../admin/config/index.php:120
327
+ msgid ""
328
+ "Track the event but do not invoke the callback function on links marked with "
329
+ "one of these class names, <em>rel</em> attribute or whose <em>href</em> "
330
+ "attribute contains one of these strings (separated by comma). Useful to "
331
+ "prevent conflicts with lightbox and similar libraries."
332
+ msgstr ""
333
+
334
+ #: ../admin/config/index.php:121
335
+ msgid ""
336
+ "The tracker will ignore links marked with one of these class names, <em>rel</"
337
+ "em> attributes or whose <em>href</em> attribute contains one of these "
338
+ "strings (separated by comma)."
339
+ msgstr ""
340
+
341
+ #: ../admin/config/index.php:122
342
+ #, fuzzy
343
+ msgid "Async Tracker"
344
+ msgstr "Traçage"
345
+
346
+ #: ../admin/config/index.php:122
347
+ msgid ""
348
+ "When the tracker is configured to record clicks on internal and / or "
349
+ "outbound links, it needs to send this information back to the server "
350
+ "<strong>before</strong> loading the actual page. This can result in a "
351
+ "noticeable delay when someone clicks on one of your links, if your server "
352
+ "takes a while to acknowledge the receipt of that information. You can set "
353
+ "this option to instruct the tracker not to wait for the server, and load the "
354
+ "target URL right away. This will remove the delay, but it might result in a "
355
+ "less accurate logging of events. You can check your server latency under "
356
+ "Site Analysis > Your Website. Values under 1000 milliseconds might allow you "
357
+ "to use async mode."
358
+ msgstr ""
359
+
360
+ #: ../admin/config/index.php:124
361
+ #, fuzzy
362
  msgid "Advanced Options"
363
  msgstr "Filtres Avancés"
364
 
365
+ #: ../admin/config/index.php:125
366
  msgid "Session Duration"
367
  msgstr "Durée session"
368
 
369
+ #: ../admin/config/index.php:125
370
  msgid ""
371
  "How many seconds should a human session last? Google Analytics sets it to "
372
  "1800 seconds."
374
  "Définit le nombre de secondes qu'une visite devrait durer. Google Analytics "
375
  "fixe cette durée à 1800 secondes."
376
 
377
+ #: ../admin/config/index.php:125 ../admin/config/index.php:193
378
  msgid "seconds"
379
  msgstr "secondes"
380
 
381
+ #: ../admin/config/index.php:126
382
  msgid "Extend Session"
383
  msgstr "Etendre la session"
384
 
385
+ #: ../admin/config/index.php:126
386
  msgid "Extend the duration of a session each time the user visits a new page."
387
  msgstr ""
388
  "Prolonger la durée d'une session à chaque fois que l'utilisateur visite une "
389
  "page."
390
 
391
+ #: ../admin/config/index.php:127
392
  #, fuzzy
393
  msgid "Browser Detection"
394
  msgstr "Version de navigateur"
395
 
396
+ #: ../admin/config/index.php:127
397
  msgid ""
398
  "The heuristic function is much faster and requires very little memory, but "
399
  "for uncommon user agent strings it might be less accurate, and produce a "
405
  "produce a match."
406
  msgstr ""
407
 
408
+ #: ../admin/config/index.php:127
409
  #, fuzzy
410
  msgid "Browscap"
411
  msgstr "Navigateur Web"
412
 
413
+ #: ../admin/config/index.php:127
414
  msgid "Heuristic"
415
  msgstr ""
416
 
417
+ #: ../admin/config/index.php:128
418
  msgid "Enable CDN"
419
  msgstr "Activer CDN"
420
 
421
+ #: ../admin/config/index.php:128
422
  msgid ""
423
  "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
424
  "by serving our tracking code from their fast and reliable network (free "
428
  "CDN, en servant le traqueur Javascript WP SlimStat à partir de leur réseau "
429
  "rapide et fiable."
430
 
431
+ #: ../admin/config/index.php:129
432
  msgid "Extensions to Track"
433
  msgstr "Extensions du traçage"
434
 
435
+ #: ../admin/config/index.php:129
436
  msgid ""
437
  "List all the file extensions that you want to be treated as Downloads. "
438
  "Please note that links pointing to external resources (i.e. PDFs on a "
447
  "comme liens sortants (et suivis en tant que tel), si leur extension "
448
  "correspond à l'une de celles qui sont énumérées ci-dessous."
449
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
450
  #: ../admin/config/index.php:131
451
+ msgid "External Pages"
452
+ msgstr "Pages externes"
453
+
454
+ #: ../admin/config/index.php:132
455
  #, fuzzy
456
  msgid ""
457
  "Add the following code to all the non-WP pages you want to track, right "
461
  "Ajouter le code suivant à toutes les pages non-WordPress que vous souhaitez "
462
  "suivre."
463
 
464
+ #: ../admin/config/index.php:142
465
  #, fuzzy
466
+ msgid "Allow Domains"
467
  msgstr "Liens externes hostiles"
468
 
469
+ #: ../admin/config/index.php:142
470
  msgid ""
471
  "If you are getting an error saying that no 'Access-Control-Allow-Origin' "
472
  "header is present on the requested resource, when using the external "
477
  "security implications of allowing CORS requests."
478
  msgstr ""
479
 
480
+ #: ../admin/config/index.php:143 ../admin/config/index.php:165
481
+ #: ../admin/config/index.php:196
482
  msgid "Miscellaneous"
483
  msgstr "Divers"
484
 
485
+ #: ../admin/config/index.php:144
486
  msgid "Enable UAN"
487
  msgstr "Activer UAN"
488
 
489
+ #: ../admin/config/index.php:144
490
  msgid ""
491
  "Send anonymous data about user agents to our server for analysis. This "
492
  "allows us to contribute to the <a href='http://browscap.org/' "
499
  "browscap.org/' target='_blank'> projet opensource BrowsCap, et d'améliorer "
500
  "la pertinence de la fonctionnalité de WPStats concernant les navigateurs web."
501
 
502
+ #: ../admin/config/index.php:149
503
  msgid "Filters"
504
  msgstr "Filtres"
505
 
506
+ #: ../admin/config/index.php:151
507
  #, fuzzy
508
  msgid "Do not track settings"
509
  msgstr "ne contient pas"
510
 
511
+ #: ../admin/config/index.php:152
512
  msgid "Track Registered Users"
513
  msgstr "Tracer les utilisateurs enregistrés"
514
 
515
+ #: ../admin/config/index.php:152
516
  msgid "Enable this option to track logged in users."
517
  msgstr "Activez cette option pour tracer les utilisateurs connectés"
518
 
519
+ #: ../admin/config/index.php:153
520
  msgid "Blacklist by Username"
521
  msgstr "Liste noire basée sur le nom d'utilisateur"
522
 
523
+ #: ../admin/config/index.php:153
524
  #, fuzzy
525
  msgid ""
526
  "List all the usernames you don't want to track, separated by commas. Please "
538
  "<code>/abo*t</code> correspondra /aboundant et /about, <code>/abo!t </code > "
539
  "correspondra /about et /abort. Les chaînes sont insensibles à la casse."
540
 
541
+ #: ../admin/config/index.php:154
542
  msgid "Blacklist by IP Address"
543
  msgstr "Liste noire par adresse IP"
544
 
545
+ #: ../admin/config/index.php:154
546
  msgid ""
547
  "List all the IP addresses you don't want to track, separated by commas. Each "
548
  "network <strong>must</strong> be defined using the <a href='http://en."
557
  "<em>192.168.0.0/24</em>). Si le format est incorrect, WP SlimStat ne peut "
558
  "pas suivre correctement les pages vues."
559
 
560
+ #: ../admin/config/index.php:155
561
  msgid "Blacklist by Capability"
562
  msgstr "Blacklister par Capabilité WordPress"
563
 
564
+ #: ../admin/config/index.php:155
565
  msgid ""
566
  "Users having at least one of the <a href='http://codex.wordpress.org/"
567
  "Roles_and_Capabilities' target='_new'>capabilities</a> listed here below "
571
  "Roles_and_Capabilities' target='_new'>capacités</a> listées ci-dessous ne "
572
  "seront pas suivis. Les capacités sont insensibles à la casse."
573
 
574
+ #: ../admin/config/index.php:157
575
  msgid "Profiling"
576
  msgstr "Profiling"
577
 
578
+ #: ../admin/config/index.php:158
579
  msgid "Ignore Spammers"
580
  msgstr "Ignorer les spammeurs"
581
 
582
+ #: ../admin/config/index.php:158
583
  msgid ""
584
  "Enable this option if you don't want to track visits from users identified "
585
  "as spammers by third-party tools like Akismet. Pageviews generated by users "
591
  "Akismet). Les visites de personnes dont les commentaires sont ensuite marqué "
592
  "comme spam par vous, seront également supprimées de la base."
593
 
594
+ #: ../admin/config/index.php:159
595
  #, fuzzy
596
  msgid "Ignore Bots"
597
  msgstr "Ignorer les utilisateurs"
598
 
599
+ #: ../admin/config/index.php:159
600
  msgid ""
601
  "Turn on this feature if you want to have the accuracy level of server-side "
602
  "tracking, but not the inconvenience of getting your database clogged with "
604
  "note that in Client mode, bots are ignored regardless of this setting."
605
  msgstr ""
606
 
607
+ #: ../admin/config/index.php:160
608
  msgid "Permalinks"
609
  msgstr "Rermaliens"
610
 
611
+ #: ../admin/config/index.php:160
612
  msgid ""
613
  "List all the URLs on your website that you don't want to track, separated by "
614
  "commas. Don't include the domain name: <em>/about, ?p=1</em>, etc. "
626
  "<code>/abo*t</code> correspondra /aboundant et /about, <code>/abo!t </code > "
627
  "correspondra /about et /abort. Les chaînes sont insensibles à la casse."
628
 
629
+ #: ../admin/config/index.php:161
630
  msgid "Countries"
631
  msgstr "Pays"
632
 
633
+ #: ../admin/config/index.php:161
634
  msgid ""
635
  "Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
636
  "track, separated by commas."
638
  "Listez tous les codes de pays (p. ex.: <code>en-us, it, es </code>) que vous "
639
  "ne voulez pas suivre, séparées par des virgules."
640
 
641
+ #: ../admin/config/index.php:162
642
  msgid "User Agents"
643
  msgstr "User Agents"
644
 
645
+ #: ../admin/config/index.php:162
646
  msgid ""
647
  "Browsers (user agents) you don't want to track, separated by commas. You can "
648
  "specify the browser's version adding a slash after the name (i.e. "
660
  "correspondra à Chrome et Chromium, <code>IE/!.0</Code> correspondra IE/7.0 "
661
  "et IE/8.0. Les chaînes sont insensibles à la casse."
662
 
663
+ #: ../admin/config/index.php:163
664
  msgid "Referring Sites"
665
  msgstr "Sites référents"
666
 
667
+ #: ../admin/config/index.php:163
668
  msgid ""
669
  "Referring URLs that you don't want to track, separated by commas: "
670
  "<code>http://mysite.com*</code>, <code>*/ignore-me-please</code>, etc. "
681
  "soit un caractère générique ou le protocole que vous voulez filtrer "
682
  "(http://, https://)."
683
 
684
+ #: ../admin/config/index.php:166
685
  msgid "Enable Privacy Mode"
686
  msgstr "Activer le mode privé"
687
 
688
+ #: ../admin/config/index.php:166
689
  msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
690
  msgstr ""
691
  "Cette option masque l'adresse IP de vos visiteurs afin de se conformer aux "
692
  "lois de confidentialité européennes."
693
 
694
+ #: ../admin/config/index.php:167
695
  msgid "Ignore Prefetch Requests"
696
  msgstr "Ignorer les requêtes anticipées"
697
 
698
+ #: ../admin/config/index.php:167
699
  msgid ""
700
  "Prevent Slimstat from tracking pageviews generated by Firefox's <a "
701
  "href='https://developer.mozilla.org/en/Link_prefetching_FAQ' "
705
  "vues générées par Firefox <a href='https://developer.mozilla.org/en/"
706
  "Link_prefetching_FAQ' target='_blank'>Link Prefetching functionality</a>."
707
 
708
+ #: ../admin/config/index.php:172 ../admin/config/index.php:207
709
  msgid "Reports"
710
  msgstr "Rapports"
711
 
712
+ #: ../admin/config/index.php:174
713
  msgid "Formats and Conversions"
714
  msgstr ""
715
 
716
+ #: ../admin/config/index.php:175
717
  msgid "Number Format"
718
  msgstr "Format des nombres"
719
 
720
+ #: ../admin/config/index.php:175
721
  msgid "Choose the number format you want to use for your reports."
722
  msgstr ""
723
  "Choisissez le format numérique que vous souhaitez utiliser, européen ou "
724
  "américain."
725
 
726
+ #: ../admin/config/index.php:176
727
  #, fuzzy
728
  msgid "Date Format"
729
  msgstr "Données et Formats"
730
 
731
+ #: ../admin/config/index.php:176
732
  #, fuzzy
733
  msgid ""
734
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
738
  "\">Format PHP </a> à utiliser pour afficher la date et l'heure d'une page "
739
  "vue."
740
 
741
+ #: ../admin/config/index.php:177
742
  #, fuzzy
743
  msgid "Time Format"
744
  msgstr "Format des nombres"
745
 
746
+ #: ../admin/config/index.php:177
747
  #, fuzzy
748
  msgid ""
749
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
753
  "\">Format PHP </a> à utiliser pour afficher la date et l'heure d'une page "
754
  "vue."
755
 
756
+ #: ../admin/config/index.php:178
757
  #, fuzzy
758
  msgid "Use Display Name"
759
  msgstr "Voir Nom d'affichage"
760
 
761
+ #: ../admin/config/index.php:178
762
  msgid ""
763
  "By default, users are listed by their usernames. Use this option to "
764
  "visualize their display names instead."
766
  "Par défaut, les utilisateurs sont affichés par Nom d'utilisateur. Utilisez "
767
  "cette option pour basculer au Nom d'affichage."
768
 
769
+ #: ../admin/config/index.php:179
770
  #, fuzzy
771
  msgid "Use Titles"
772
  msgstr "Afficher les titres"
773
 
774
+ #: ../admin/config/index.php:179
775
  #, fuzzy
776
  msgid ""
777
  "Slimstat converts your permalinks into post, page and category titles. "
781
  "Désactivez cette fonction si vous souhaitez conserver l'URL dans de vos "
782
  "rapports."
783
 
784
+ #: ../admin/config/index.php:180
785
  msgid "Convert IP Addresses"
786
  msgstr "Convertir les adresses IP"
787
 
788
+ #: ../admin/config/index.php:180
789
  msgid "Display provider names instead of IP addresses."
790
  msgstr "Afficher le nom du fournisseur d'accès au lieu de l'adresse IP."
791
 
792
+ #: ../admin/config/index.php:182
793
  msgid "Functionality"
794
  msgstr "Fonctionnalité"
795
 
796
+ #: ../admin/config/index.php:183
797
+ msgid "Async Mode"
798
+ msgstr ""
799
+
800
+ #: ../admin/config/index.php:183
801
+ msgid ""
802
+ "Activate this feature if your reports take a while to load. It breaks down "
803
+ "the load on your server into multiple requests, thus avoiding memory issues "
804
+ "and performance problems."
805
+ msgstr ""
806
+
807
+ #: ../admin/config/index.php:184
808
  msgid "SlimScroll"
809
  msgstr "SlimScroll"
810
 
811
+ #: ../admin/config/index.php:184
812
  msgid ""
813
  "Enable SlimScroll, a slick jQuery library that replaces the built-in browser "
814
  "scrollbar."
816
  "Activer SlimScroll, une librairie jQuery élégante qui remplace la barre de "
817
  "défilement par défaut des navigateurs."
818
 
819
+ #: ../admin/config/index.php:185
820
  msgid "Expand Details"
821
  msgstr "Développez les détails"
822
 
823
+ #: ../admin/config/index.php:185
824
  msgid "Expand each row's details by default, insted of on mousehover."
825
  msgstr ""
826
  "Développe les détails de chaque ligne par défaut, plutôt que sur survol de "
827
  "souris."
828
 
829
+ #: ../admin/config/index.php:186 ../admin/config/index.php:194
830
  msgid "Rows to Display"
831
  msgstr "Colonnes à afficher"
832
 
833
+ #: ../admin/config/index.php:186
834
  msgid "Specify the number of items in each report."
835
  msgstr "Spécifier le nombre d'articles dans chacun de vos rapports."
836
 
837
+ #: ../admin/config/index.php:187 ../admin/view/wp-slimstat-db.php:101
838
  #, fuzzy
839
  msgid "Max Results"
840
  msgstr "Limiter les résultats"
841
 
842
+ #: ../admin/config/index.php:187
843
  msgid ""
844
  "Decide how many records should be retrieved from the database in total. "
845
  "Depending on your server configuration, you may want to fine tune this value "
846
  "to avoid exceeding your PHP memory limit."
847
  msgstr ""
848
 
849
+ #: ../admin/config/index.php:188
850
  msgid "IP Lookup"
851
  msgstr "Recherche d'IP"
852
 
853
+ #: ../admin/config/index.php:188
854
  msgid "Customize the Geolocation service to be used in the reports."
855
  msgstr ""
856
  "Personnaliser le service de Géolocalisation à utiliser dans les rapports."
857
 
858
+ #: ../admin/config/index.php:189
859
+ msgid "Mozscape Access ID"
860
+ msgstr ""
861
+
862
+ #: ../admin/config/index.php:189
863
+ msgid ""
864
+ "Get accurate rankings for your website through the free <a href=\"https://"
865
+ "moz.com/community/join?redirect=/products/api/keys\" target=\"_blank"
866
+ "\">Mozscape API</a> service. Sign up for a free community account to get "
867
+ "started. Then enter your personal identification code here."
868
+ msgstr ""
869
+
870
+ #: ../admin/config/index.php:190
871
+ msgid "Mozscape Secret Key"
872
+ msgstr ""
873
+
874
+ #: ../admin/config/index.php:190
875
+ msgid ""
876
+ "Do not share your secret key with anyone or they will be able to make API "
877
+ "requests on your account!"
878
+ msgstr ""
879
+
880
+ #: ../admin/config/index.php:192
881
  msgid "Activity Log"
882
  msgstr "Statistiques de fréquentation"
883
 
884
+ #: ../admin/config/index.php:193
885
  msgid "Live Stream"
886
  msgstr "Flux en temps réel (Flux live)"
887
 
888
+ #: ../admin/config/index.php:193
889
  msgid ""
890
  "Enable the Live view, which refreshes the Activity Log every X seconds. "
891
  "Enter <strong>0</strong> (number zero) to deactivate this feature."
893
  "Actualisez la vue 'Maintenant' toutes les X secondes. Entrer <strong>0</"
894
  "strong> pour désactiver cette fonctionnalité."
895
 
896
+ #: ../admin/config/index.php:194
897
  msgid "Specify the number of items in the Activity Log."
898
  msgstr "Spécifier le nombre d'articles dans chacun de vos rapports."
899
 
900
+ #: ../admin/config/index.php:197
901
  msgid "Custom CSS"
902
  msgstr "Personnaliser le style CSS"
903
 
904
+ #: ../admin/config/index.php:197
905
  #, fuzzy
906
  msgid ""
907
  "Paste here your custom stylesheet to personalize the way your reports look. "
915
  "target='_blank'>Consultez les FAQs</a> pour plus d'informations sur la façon "
916
  "d'utiliser cette fonctionnalité."
917
 
918
+ #: ../admin/config/index.php:198
919
  #, fuzzy
920
  msgid "Chart Colors"
921
  msgstr "Contrôle du graphique"
922
 
923
+ #: ../admin/config/index.php:198
924
  msgid ""
925
  "Customize the look and feel of your charts by assigning personalized colors "
926
  "to each metric. List 4 hex colors separated by commas, strictly in the "
928
  "metric 2 current. For example: <code>#ccc, #999, #bbcc44, #21759b</code>."
929
  msgstr ""
930
 
931
+ #: ../admin/config/index.php:199
932
  msgid "Show User Agent"
933
  msgstr "Voir User Agent"
934
 
935
+ #: ../admin/config/index.php:199
936
  msgid ""
937
  "Choose if you want to see the browser name or a complete user agent string "
938
  "when hovering on browser icons."
940
  "Choisissez si vous voulez voir le nom du navigateur ou une chaîne complete "
941
  "de user agent lorsque vous survolez les icônes du navigateur."
942
 
943
+ #: ../admin/config/index.php:200
944
  msgid "Enable SOV"
945
  msgstr "Activer SOV"
946
 
947
+ #: ../admin/config/index.php:200
948
  msgid ""
949
  "In linguistic typology, a subject-object-verb (SOV) language is one in which "
950
  "the subject, object, and verb of a sentence appear in that order, like in "
954
  "langue dans laquelle les sujet, objet et verbe d'une phrase apparaissent "
955
  "dans cet ordre, comme en japonais."
956
 
957
+ #: ../admin/config/index.php:205
958
  msgid "Access Control"
959
  msgstr ""
960
 
961
+ #: ../admin/config/index.php:208
962
  msgid "Restrict Authors"
963
  msgstr "Restriction Auteurs"
964
 
965
+ #: ../admin/config/index.php:208
966
  msgid ""
967
  "Enable this option if you want your authors to only see stats related to "
968
  "their own content."
970
  "Activez cette option si vous voulez que vos auteurs ne voient que les "
971
  "statistiques relatives à leur propre contenu."
972
 
973
+ #: ../admin/config/index.php:209 ../admin/config/index.php:213
974
  msgid "Capability"
975
  msgstr "Aptitude"
976
 
977
+ #: ../admin/config/index.php:209
978
  msgid ""
979
  "Specify the minimum <a href='http://codex.wordpress.org/"
980
  "Roles_and_Capabilities' target='_new'>capability</a> needed to access the "
990
  "sauf un \"Accès en lecture\" de la liste blanche a été précisé ci-dessus. "
991
  "Dans ce cas, la liste a la priorité sur la capacité."
992
 
993
+ #: ../admin/config/index.php:210 ../admin/config/index.php:214
994
  msgid "Whitelist"
995
  msgstr "Liste blanche"
996
 
997
+ #: ../admin/config/index.php:210
998
  msgid ""
999
  "List all the users who should have access to the reports, separated by "
1000
  "commas. Administrators are implicitly allowed, so you don't need to list "
1006
  "vide, <strong>tous vos utilisateurs</strong> sont autorisés à accéder. Les "
1007
  "noms d'utilisateurs sont sensibles à la casse."
1008
 
1009
+ #: ../admin/config/index.php:212 ../admin/config/index.php:237
1010
+ #: ../admin/wp-slimstat-admin.php:640 ../admin/wp-slimstat-admin.php:658
1011
+ #: ../admin/wp-slimstat-admin.php:661
1012
  msgid "Settings"
1013
  msgstr "Réglages"
1014
 
1015
+ #: ../admin/config/index.php:213
1016
  msgid ""
1017
  "Specify the minimum <a href='http://codex.wordpress.org/"
1018
  "Roles_and_Capabilities' target='_new'>capability</a> required to configure "
1026
  "sauf un \"Accès en lecture\" de la liste blanche a été précisé ci-dessus. "
1027
  "Dans ce cas, la liste a la priorité sur la capacité."
1028
 
1029
+ #: ../admin/config/index.php:214
1030
  msgid ""
1031
  "List all the users who can edit these options, separated by commas. Please "
1032
  "be advised that admins <strong>are not</strong> implicitly allowed, so do "
1038
  "inscrire! Les noms d'utilisateurs sont sensibles à la casse. (Majuscules-"
1039
  "minuscules)"
1040
 
1041
+ #: ../admin/config/index.php:219
1042
  msgid "Maintenance"
1043
  msgstr "Maintenance"
1044
 
1045
+ #: ../admin/config/index.php:224 ../admin/view/addons.php:32
1046
  #: ../admin/wp-slimstat-admin.php:124
1047
  msgid "Add-ons"
1048
  msgstr "Add-ons"
1445
  msgid "Load"
1446
  msgstr ""
1447
 
1448
+ #: ../admin/view/index.php:66 ../admin/view/wp-slimstat-reports.php:1410
1449
  msgid "Today"
1450
  msgstr "Aujourd'hui"
1451
 
1452
+ #: ../admin/view/index.php:67 ../admin/view/wp-slimstat-reports.php:1413
1453
  msgid "Yesterday"
1454
  msgstr "Hier"
1455
 
1539
  msgid "Delete"
1540
  msgstr "Filtrer les pages vues pour que"
1541
 
1542
+ #: ../admin/view/right-now.php:16
1543
  msgid "Human"
1544
  msgstr "Humain"
1545
 
1546
+ #: ../admin/view/right-now.php:16
1547
  msgid "Bot/Crawler"
1548
  msgstr "Robot / Crawler"
1549
 
1550
+ #: ../admin/view/right-now.php:16
1551
  msgid "Mobile Device"
1552
  msgstr "Appareil mobile"
1553
 
1554
+ #: ../admin/view/right-now.php:16
1555
  msgid "Syndication Reader"
1556
  msgstr "Lecteur de Flux (Syndication)"
1557
 
1558
+ #: ../admin/view/right-now.php:41 ../admin/view/wp-slimstat-reports.php:1036
1559
+ #: ../admin/view/wp-slimstat-reports.php:1729
1560
  msgid "No data to display"
1561
  msgstr "Aucune donnée à afficher"
1562
 
1563
+ #: ../admin/view/right-now.php:60
1564
  msgid "Date and Time"
1565
  msgstr "Date/Heure"
1566
 
1567
  # Unknown
1568
+ #: ../admin/view/right-now.php:69 ../admin/view/wp-slimstat-reports.php:1088
1569
+ #: ../admin/view/wp-slimstat-reports.php:1772 ../wp-slimstat.php:1373
1570
  msgid "c-"
1571
  msgstr "Inconnu"
1572
 
1573
+ #: ../admin/view/right-now.php:121 ../admin/view/wp-slimstat-db.php:60
1574
+ #: ../admin/wp-slimstat-admin.php:976 ../admin/wp-slimstat-admin.php:1016
1575
  msgid "Originating IP"
1576
  msgstr "IP d'origine"
1577
 
1578
+ #: ../admin/view/right-now.php:152 ../admin/view/wp-slimstat-reports.php:1185
1579
+ #: ../admin/view/wp-slimstat-reports.php:1190
1580
+ #: ../admin/view/wp-slimstat-reports.php:1195
1581
  msgid "Open this URL in a new window"
1582
  msgstr "Ouvir cette URL dans une nouvelle fenêtre"
1583
 
1584
+ #: ../admin/view/right-now.php:155
1585
  msgid "Local search results page"
1586
  msgstr "Page de résultat d'une recherche locale"
1587
 
1588
+ #: ../admin/view/right-now.php:161 ../admin/view/wp-slimstat-db.php:42
1589
  #: ../admin/view/wp-slimstat-reports.php:242
1590
+ #: ../admin/view/wp-slimstat-reports.php:252
1591
+ #: ../admin/wp-slimstat-admin.php:979 ../admin/wp-slimstat-admin.php:995
1592
  msgid "Search Terms"
1593
  msgstr "Termes de recherche"
1594
 
1595
+ #: ../admin/view/right-now.php:170
1596
  msgid "Server Latency and Page Speed in milliseconds"
1597
  msgstr "Latence du serveur et Rapidité de la page en millisecondes"
1598
 
1599
+ #: ../admin/view/right-now.php:170
1600
  msgid "SL"
1601
  msgstr "SL"
1602
 
1603
+ #: ../admin/view/right-now.php:170
1604
  msgid "PS"
1605
  msgstr "PS"
1606
 
1607
+ #: ../admin/view/right-now.php:177
1608
  #, fuzzy
1609
  msgid "Time spent on this page"
1610
  msgstr "Ouvrir cette page dans une nouvelle fenêtre"
1611
 
1612
+ #: ../admin/view/right-now.php:187
1613
  msgid "Open this referrer in a new window"
1614
  msgstr "Ouvrir ce référent dans une nouvelle fenêtre"
1615
 
1616
+ #: ../admin/view/right-now.php:188
1617
  msgid "Open this outbound link in a new window"
1618
  msgstr "Ouvir cette URL dans une nouvelle fenêtre"
1619
 
1620
+ #: ../admin/view/right-now.php:189
1621
  msgid "Content Type"
1622
  msgstr "Type de contenu"
1623
 
1624
+ #: ../admin/view/right-now.php:192
1625
  #, fuzzy
1626
  msgid "Delete this pageview"
1627
  msgstr "Filtrer les pages vues pour que"
1628
 
1629
+ #: ../admin/view/right-now.php:203
1630
  #, fuzzy
1631
  msgid "User Logged In"
1632
  msgstr "User Agent"
1633
 
1634
+ #: ../admin/view/right-now.php:213
1635
  #, fuzzy
1636
  msgid "User Logged Out"
1637
  msgstr "User Agent"
1638
 
1639
+ #: ../admin/view/wp-slimstat-db.php:39 ../admin/wp-slimstat-admin.php:992
1640
  msgid "Browser"
1641
  msgstr "Navigateur Web"
1642
 
1643
+ #: ../admin/view/wp-slimstat-db.php:40 ../admin/wp-slimstat-admin.php:993
1644
  msgid "Country Code"
1645
  msgstr "Code du pays"
1646
 
1648
  msgid "IP Address"
1649
  msgstr "Adresse IP"
1650
 
1651
+ #: ../admin/view/wp-slimstat-db.php:43 ../admin/wp-slimstat-admin.php:996
1652
  msgid "Language Code"
1653
  msgstr "Code langue"
1654
 
1655
  #: ../admin/view/wp-slimstat-db.php:44 ../admin/view/wp-slimstat-db.php:87
1656
+ #: ../admin/wp-slimstat-admin.php:997
1657
  msgid "Operating System"
1658
  msgstr "Système d'exploitation (OS)"
1659
 
1660
  #: ../admin/view/wp-slimstat-db.php:45 ../admin/view/wp-slimstat-db.php:88
1661
+ #: ../admin/wp-slimstat-admin.php:998
1662
  msgid "Permalink"
1663
  msgstr "Permalien"
1664
 
1665
+ #: ../admin/view/wp-slimstat-db.php:46 ../admin/wp-slimstat-admin.php:999
1666
  msgid "Referer"
1667
  msgstr "Référent"
1668
 
1671
  msgid "Visitor's Username"
1672
  msgstr "le nom des visiteurs"
1673
 
1674
+ #: ../admin/view/wp-slimstat-db.php:48 ../admin/wp-slimstat-admin.php:982
1675
  msgid "Outbound Link"
1676
  msgstr "Lien sortant"
1677
 
1688
  msgid "Browser Capabilities"
1689
  msgstr "Capacités des Navigateurs"
1690
 
1691
+ #: ../admin/view/wp-slimstat-db.php:53 ../admin/wp-slimstat-admin.php:1011
1692
  msgid "Browser Version"
1693
  msgstr "Version de navigateur"
1694
 
1695
+ #: ../admin/view/wp-slimstat-db.php:54 ../admin/wp-slimstat-admin.php:1012
1696
  msgid "Browser Type"
1697
  msgstr "le type de navigateur Web"
1698
 
1699
+ #: ../admin/view/wp-slimstat-db.php:55 ../admin/wp-slimstat-admin.php:981
1700
  msgid "User Agent"
1701
  msgstr "User Agent"
1702
 
1709
  msgid "Server Latency"
1710
  msgstr "Latence du serveur"
1711
 
1712
+ #: ../admin/view/wp-slimstat-db.php:58 ../admin/wp-slimstat-admin.php:1014
1713
  msgid "Post Author"
1714
  msgstr "l'auteur de l'article"
1715
 
1716
+ #: ../admin/view/wp-slimstat-db.php:59 ../admin/wp-slimstat-admin.php:1015
1717
  msgid "Post Category ID"
1718
  msgstr "ID de la catégorie de l'article"
1719
 
1720
+ #: ../admin/view/wp-slimstat-db.php:61 ../admin/wp-slimstat-admin.php:1017
1721
  msgid "Resource Content Type"
1722
  msgstr "le type de source de contenu"
1723
 
1738
  msgid "Viewport Size"
1739
  msgstr ""
1740
 
1741
+ #: ../admin/view/wp-slimstat-db.php:66 ../admin/wp-slimstat-admin.php:1019
1742
  msgid "Visit ID"
1743
  msgstr "Visites ID"
1744
 
1784
  msgstr "Contenus récents"
1785
 
1786
  #: ../admin/view/wp-slimstat-db.php:96
1787
+ #: ../admin/view/wp-slimstat-reports.php:1743
1788
  msgid "Type"
1789
  msgstr ""
1790
 
1834
  msgid "From search result page"
1835
  msgstr "Depuis un moteur de recherche"
1836
 
1837
+ #: ../admin/view/wp-slimstat-reports.php:77 ../admin/wp-slimstat-admin.php:974
1838
  msgid "Known Visitor"
1839
  msgstr "Visiteurs connus"
1840
 
1917
  msgstr "Classements"
1918
 
1919
  #: ../admin/view/wp-slimstat-reports.php:212
1920
+ #, fuzzy
1921
  msgid ""
1922
+ "Slimstat retrieves live information from Alexa, Facebook and Mozscape, to "
1923
+ "measures your site's rankings. Values are updated every 12 hours. Please "
1924
+ "enter your personal access ID in the settings to access your personalized "
1925
+ "Mozscape data."
1926
  msgstr ""
1927
  "WP SlimStat récupère les informations d'Alexa, facebook, et Google, pour "
1928
  "mesurer le classement de votre site. Les données sont actualisées toutes les "
1948
  "attribue un cookie. WP SlimStat exploite ces informations pour identifier "
1949
  "les visiteurs qui reviennent, y compris les utilisateurs enregistrés."
1950
 
1951
+ #: ../admin/view/wp-slimstat-reports.php:253
1952
  #, fuzzy
1953
  msgid "Unique Terms"
1954
  msgstr "IPs uniques"
1962
  msgid "Human Visits"
1963
  msgstr "Visiteurs humains"
1964
 
1965
+ #: ../admin/view/wp-slimstat-reports.php:284
1966
+ #: ../admin/view/wp-slimstat-reports.php:1444
1967
  msgid "Visits"
1968
  msgstr "Visites"
1969
 
2097
  msgid "Traffic Sources"
2098
  msgstr "Sources de trafic"
2099
 
2100
+ #: ../admin/view/wp-slimstat-reports.php:525
2101
  msgid "Domains"
2102
  msgstr "Domaines"
2103
 
2244
  msgid "World Map"
2245
  msgstr "Carte du monde"
2246
 
2247
+ #: ../admin/view/wp-slimstat-reports.php:944
2248
  msgid "Refresh"
2249
  msgstr "Rafraichir"
2250
 
2251
+ #: ../admin/view/wp-slimstat-reports.php:981
2252
  #, php-format
2253
  msgid "Results %s - %s of %s"
2254
  msgstr "Résultats %s - %s de %s"
2255
 
2256
+ #: ../admin/view/wp-slimstat-reports.php:983
2257
  msgid "Refresh in"
2258
  msgstr "Rafraichir dans "
2259
 
2260
+ #: ../admin/view/wp-slimstat-reports.php:1082
2261
  msgid "Category ID"
2262
  msgstr "l'ID de la catégorie de l'article"
2263
 
2264
+ #: ../admin/view/wp-slimstat-reports.php:1087
2265
+ #: ../admin/view/wp-slimstat-reports.php:1101
2266
+ #: ../admin/view/wp-slimstat-reports.php:1106
2267
  #, fuzzy
2268
  msgid "Code"
2269
  msgstr "Code OS "
2270
 
2271
  # Unknown
2272
+ #: ../admin/view/wp-slimstat-reports.php:1102
2273
+ #: ../languages/dynamic_strings.php:339 ../wp-slimstat.php:1385
2274
  msgid "l-"
2275
  msgstr "Inconnue"
2276
 
2277
+ #: ../admin/view/wp-slimstat-reports.php:1119
2278
  msgid "URL"
2279
  msgstr ""
2280
 
2281
+ #: ../admin/view/wp-slimstat-reports.php:1132
2282
  msgid "Referrer"
2283
  msgstr "Référent"
2284
 
2285
+ #: ../admin/view/wp-slimstat-reports.php:1174
2286
+ #: ../admin/view/wp-slimstat-reports.php:1428
2287
+ #: ../admin/view/wp-slimstat-reports.php:1484
2288
+ #: ../admin/view/wp-slimstat-reports.php:1490
2289
+ #: ../admin/view/wp-slimstat-reports.php:1496
2290
+ #: ../admin/view/wp-slimstat-reports.php:1502
2291
+ #: ../admin/view/wp-slimstat-reports.php:1508
2292
+ #: ../admin/view/wp-slimstat-reports.php:1514
2293
+ #: ../admin/view/wp-slimstat-reports.php:1520
2294
+ #: ../admin/view/wp-slimstat-reports.php:1750
2295
  msgid "Hits"
2296
  msgstr "Hits"
2297
 
2298
+ #: ../admin/view/wp-slimstat-reports.php:1355
2299
  #, fuzzy
2300
  msgid "Dataset Size"
2301
  msgstr "Taille de la base de données"
2302
 
2303
+ #: ../admin/view/wp-slimstat-reports.php:1357
2304
  msgid "Total number of records stored in the database."
2305
  msgstr ""
2306
 
2307
+ #: ../admin/view/wp-slimstat-reports.php:1359
2308
  msgid "DB Size"
2309
  msgstr "Taille de la base de données"
2310
 
2311
+ #: ../admin/view/wp-slimstat-reports.php:1362
2312
  #, fuzzy
2313
  msgid "Tracking Enabled"
2314
  msgstr "Mode traçage"
2315
 
2316
+ #: ../admin/view/wp-slimstat-reports.php:1365
2317
  msgid "Javascript Mode"
2318
  msgstr "Mode Javascript"
2319
 
2320
+ #: ../admin/view/wp-slimstat-reports.php:1368
2321
  msgid "Tracking Browser Caps"
2322
  msgstr "Traçage Capacités Navigateurs"
2323
 
2324
+ #: ../admin/view/wp-slimstat-reports.php:1371
2325
  msgid "Auto purge"
2326
  msgstr "Purge automatique"
2327
 
2328
+ #: ../admin/view/wp-slimstat-reports.php:1374
2329
  msgid "Oldest pageview"
2330
  msgstr "Plus ancienne page vue"
2331
 
2332
+ #: ../admin/view/wp-slimstat-reports.php:1375
2333
  msgid "No visits"
2334
  msgstr "Aucune visite"
2335
 
2336
+ #: ../admin/view/wp-slimstat-reports.php:1377
2337
  #: ../admin/wp-slimstat-admin.php:112
2338
  #, fuzzy
2339
  msgid "Geolocation"
2340
  msgstr "Ordre de tri"
2341
 
2342
+ #: ../admin/view/wp-slimstat-reports.php:1379
2343
  msgid "Date when the MaxMind Geolocation database was last updated."
2344
  msgstr ""
2345
 
2346
+ #: ../admin/view/wp-slimstat-reports.php:1390
2347
+ #: ../admin/view/wp-slimstat-reports.php:1548
2348
  msgid ""
2349
  "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
2350
  "the tracking code is executed."
2352
  "Une demande pour charger un fichier HTML. WP SlimStat enregistre un \"pages "
2353
  "vues \" chaque fois que le code de traçage est exécuté."
2354
 
2355
+ #: ../admin/view/wp-slimstat-reports.php:1392
2356
  #, fuzzy
2357
  msgid "Days in Range"
2358
  msgstr "Intervalle de date"
2359
 
2360
+ #: ../admin/view/wp-slimstat-reports.php:1395
2361
  #, fuzzy
2362
  msgid "Average Daily Pageviews"
2363
  msgstr "Nombre de pages vues en moyenne"
2364
 
2365
+ #: ../admin/view/wp-slimstat-reports.php:1397
2366
  #, fuzzy
2367
  msgid ""
2368
  "How many pages have been visited on average every day during the current "
2370
  msgstr ""
2371
  "Combien de pages ont été visitées en moyenne au cours de la période en cours."
2372
 
2373
+ #: ../admin/view/wp-slimstat-reports.php:1399
2374
  msgid "From Search Results"
2375
  msgstr "Résultat de recherches"
2376
 
2377
+ #: ../admin/view/wp-slimstat-reports.php:1401
2378
  msgid ""
2379
  "Visitors who landed on your site after searching for a keyword on Google, "
2380
  "Yahoo, etc."
2382
  "Visiteurs qui sont arrivés sur votre site après une recherche par mots clés "
2383
  "sur Google, Yahoo, etc"
2384
 
2385
+ #: ../admin/view/wp-slimstat-reports.php:1405
2386
  msgid ""
2387
  "Used to differentiate between multiple requests to download a file from one "
2388
  "internet address (IP) and requests originating from many distinct addresses"
2391
  "fichier à partir d'une adresse Internet (IP) unique et les demandes "
2392
  "provenant de plusieurs adresses distinctes"
2393
 
2394
+ #: ../admin/view/wp-slimstat-reports.php:1407
2395
  msgid "Last 30 minutes"
2396
  msgstr "30 dernières minutes"
2397
 
2398
+ #: ../admin/view/wp-slimstat-reports.php:1446
2399
  msgid ""
2400
  "A visit is a session of at most 30 minutes. Returning visitors are counted "
2401
  "multiple times if they perform multiple visits."
2404
  "reviennent sont comptés plusieurs fois s'ils effectuent des visites "
2405
  "multiples."
2406
 
2407
+ #: ../admin/view/wp-slimstat-reports.php:1450
2408
  msgid "It includes only traffic generated by human visitors."
2409
  msgstr "Cela ne comprend que les visites dites humaines."
2410
 
2411
+ #: ../admin/view/wp-slimstat-reports.php:1452
2412
  msgid "Bounce rate"
2413
  msgstr "Taux de rebond"
2414
 
2415
+ #: ../admin/view/wp-slimstat-reports.php:1454
2416
  msgid ""
2417
  "Percentage of single-page visits, i.e. visits in which the person left your "
2418
  "site from the entrance page."
2420
  "Pourcentage de visites d'une seule page, par exemple les visites au cours "
2421
  "desquelles la personne a quitté votre site dès la page d'entrée."
2422
 
2423
+ #: ../admin/view/wp-slimstat-reports.php:1456
2424
  msgid "Known visitors"
2425
  msgstr "Visiteurs connus"
2426
 
2427
+ #: ../admin/view/wp-slimstat-reports.php:1458
2428
  msgid "Visitors who had previously left a comment on your blog."
2429
  msgstr "Visiteurs qui ont déjà laissé un commentaire sur votre blog."
2430
 
2431
+ #: ../admin/view/wp-slimstat-reports.php:1460
2432
  msgid "New visitors"
2433
  msgstr "Nouveaux visiteurs"
2434
 
2435
+ #: ../admin/view/wp-slimstat-reports.php:1462
2436
  msgid "Human users who visited your site only once."
2437
  msgstr "Visiteurs humains qui ont visité votre site une seule fois."
2438
 
2439
+ #: ../admin/view/wp-slimstat-reports.php:1464
2440
  msgid "Bots"
2441
  msgstr "Robots"
2442
 
2443
+ #: ../admin/view/wp-slimstat-reports.php:1467
2444
  #, fuzzy
2445
  msgid "Pageviews per visit"
2446
  msgstr "Pages vues par visite"
2447
 
2448
+ #: ../admin/view/wp-slimstat-reports.php:1470
2449
  msgid "Longest visit"
2450
  msgstr "Visite la plus longue"
2451
 
2452
+ #: ../admin/view/wp-slimstat-reports.php:1471
2453
  msgid "hits"
2454
  msgstr "hits"
2455
 
2456
+ #: ../admin/view/wp-slimstat-reports.php:1482
2457
  msgid "0 - 30 seconds"
2458
  msgstr "0 - 30 secondes"
2459
 
2460
+ #: ../admin/view/wp-slimstat-reports.php:1488
2461
  msgid "31 - 60 seconds"
2462
  msgstr "31 - 60 secondes"
2463
 
2464
+ #: ../admin/view/wp-slimstat-reports.php:1494
2465
  msgid "1 - 3 minutes"
2466
  msgstr "1 - 3 minutes"
2467
 
2468
+ #: ../admin/view/wp-slimstat-reports.php:1500
2469
  msgid "3 - 5 minutes"
2470
  msgstr "3 - 5 minutes"
2471
 
2472
+ #: ../admin/view/wp-slimstat-reports.php:1506
2473
  msgid "5 - 7 minutes"
2474
  msgstr "5 - 7 minutes"
2475
 
2476
+ #: ../admin/view/wp-slimstat-reports.php:1512
2477
  msgid "7 - 10 minutes"
2478
  msgstr "7 - 10 minutes"
2479
 
2480
+ #: ../admin/view/wp-slimstat-reports.php:1518
2481
  msgid "More than 10 minutes"
2482
  msgstr "Plus de 10 minutes"
2483
 
2484
+ #: ../admin/view/wp-slimstat-reports.php:1530
2485
  #, fuzzy
2486
  msgid "Average visit duration"
2487
  msgstr "Durée des Visites"
2488
 
2489
+ #: ../admin/view/wp-slimstat-reports.php:1550
2490
  msgid "Unique Referrers"
2491
  msgstr "Référents uniques"
2492
 
2493
+ #: ../admin/view/wp-slimstat-reports.php:1552
2494
  msgid ""
2495
  "A referrer (or referring site) is the site that a visitor previously visited "
2496
  "before following a link to your site."
2498
  "Un référent (ou site référent) est le site que le visiteur a visité avant de "
2499
  "suivre un lien vers votre site."
2500
 
2501
+ #: ../admin/view/wp-slimstat-reports.php:1554
2502
  msgid "Direct Pageviews"
2503
  msgstr "Pages Vues Directes"
2504
 
2505
+ #: ../admin/view/wp-slimstat-reports.php:1556
2506
  msgid ""
2507
  "Visitors who visited the site by typing the URL directly into their browser. "
2508
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
2515
  "courriels non marquées, ou des liens à partir de documents qui ne "
2516
  "contiennent pas de variables de suivi."
2517
 
2518
+ #: ../admin/view/wp-slimstat-reports.php:1558
2519
  msgid "From a search result"
2520
  msgstr "Depuis un moteur de recherche"
2521
 
2522
+ #: ../admin/view/wp-slimstat-reports.php:1560
2523
  msgid ""
2524
  "Visitors who came to your site via searches on Google or some other search "
2525
  "engine."
2527
  "Visiteurs qui sont venus sur le site via un moteur de recherche comme Google "
2528
  "ou autre."
2529
 
2530
+ #: ../admin/view/wp-slimstat-reports.php:1562
2531
  msgid "Unique Landing Pages"
2532
  msgstr "Pages d'Entrées Uniques"
2533
 
2534
+ #: ../admin/view/wp-slimstat-reports.php:1564
2535
  msgid ""
2536
  "The first page that a user views during a session. This is also known as the "
2537
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
2543
  "mots clés 'Brooklyn Office Space' et arrive sur votre page d'accueil, elle "
2544
  "sera comptée (pour cette visite) comme la page d'entrée."
2545
 
2546
+ #: ../admin/view/wp-slimstat-reports.php:1566
2547
  msgid "Bounce Pages"
2548
  msgstr "Pages de Rebonds"
2549
 
2550
+ #: ../admin/view/wp-slimstat-reports.php:1568
2551
  #, fuzzy
2552
  msgid "Number of single page visits to your site over the selected period."
2553
  msgstr ""
2554
  "Nombre de visites d'une seule page de votre site au cours de la période "
2555
  "sélectionnée."
2556
 
2557
+ #: ../admin/view/wp-slimstat-reports.php:1570
2558
  msgid "New Visitors Rate"
2559
  msgstr "Taux de Nouveaux Visiteurs"
2560
 
2561
+ #: ../admin/view/wp-slimstat-reports.php:1572
2562
  #, fuzzy
2563
  msgid ""
2564
  "Percentage of single page visits, i.e. visits in which the person left your "
2567
  "Pourcentage de visites d'une seule page, par exemple les visites au cours "
2568
  "desquelles la personne a quitté votre site dès la page d'entrée."
2569
 
2570
+ #: ../admin/view/wp-slimstat-reports.php:1574
2571
  msgid "Currently from search engines"
2572
  msgstr "Moteurs de recherche récents"
2573
 
2574
+ #: ../admin/view/wp-slimstat-reports.php:1576
2575
  msgid ""
2576
  "Visitors who visited the site in the last 5 minutes coming from a search "
2577
  "engine."
2579
  "Visiteurs qui ont visité le site dans les 5 dernières visites, provenant "
2580
  "d'un moteur de recherche."
2581
 
2582
+ #: ../admin/view/wp-slimstat-reports.php:1656
2583
+ msgid ""
2584
+ "Number of authority-passing links (including followed links and redirects, "
2585
+ "internal or external) to your website. Set the permalink filter here above "
2586
+ "to get the corresponding metrics in this report."
2587
+ msgstr ""
2588
 
2589
+ #: ../admin/view/wp-slimstat-reports.php:1657
2590
+ #, fuzzy
2591
+ msgid "Equity Links"
2592
+ msgstr "Lien sortant"
2593
 
2594
+ #: ../admin/view/wp-slimstat-reports.php:1658
2595
+ #, fuzzy
2596
+ msgid "Number of external equity links to your website."
2597
  msgstr ""
2598
  "Nombre de pages qui pointent sur votre site, d'après les informations "
2599
  "fournies par Google."
2600
 
2601
+ #: ../admin/view/wp-slimstat-reports.php:1659
2602
+ #, fuzzy
2603
+ msgid "Backlinks"
2604
  msgstr "Backlinks Google"
2605
 
2606
+ #: ../admin/view/wp-slimstat-reports.php:1660
2607
  msgid ""
2608
+ "MozRank of the URL, in a normalized 10-point score. MozRank represents a "
2609
+ "link popularity score. It reflects the importance of any given web page on "
2610
+ "the Internet."
2611
  msgstr ""
 
 
 
 
 
2612
 
2613
+ #: ../admin/view/wp-slimstat-reports.php:1661
2614
+ msgid "MozRank"
 
2615
  msgstr ""
 
 
2616
 
2617
+ #: ../admin/view/wp-slimstat-reports.php:1662
 
 
 
 
 
 
 
 
 
 
 
 
2618
  msgid ""
2619
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
2620
  "traffic data."
2622
  "Alexa est une filiale d'Amazon.com qui fournit des données commerciales "
2623
  "concernant le trafic web."
2624
 
2625
+ #: ../admin/view/wp-slimstat-reports.php:1663
2626
  msgid "Alexa World Rank"
2627
  msgstr "Alexa, Classement mondial"
2628
 
2629
+ #: ../admin/view/wp-slimstat-reports.php:1664
2630
  msgid "Alexa Country Rank"
2631
  msgstr "Alexa, Classement par pays"
2632
 
2633
+ #: ../admin/view/wp-slimstat-reports.php:1665
2634
  msgid "Alexa Popularity"
2635
  msgstr "Alexa, Popularité"
2636
 
2637
  #: ../admin/view/wp-slimstat-reports.php:1666
2638
+ msgid ""
2639
+ "How many times your site has been shared by someone on the social network."
2640
+ msgstr ""
2641
+ "Nombre de fois que votre site a été partagé par quelqu'un sur le réseau "
2642
+ "social."
2643
+
2644
+ #: ../admin/view/wp-slimstat-reports.php:1667
2645
+ msgid "Facebook Shares"
2646
+ msgstr "Partages Facebook"
2647
+
2648
+ #: ../admin/view/wp-slimstat-reports.php:1668
2649
+ msgid "How many times links to your website have been clicked on Facebook."
2650
+ msgstr "Nombre de fois que vos liens ont été activés sur Facebook"
2651
+
2652
+ #: ../admin/view/wp-slimstat-reports.php:1669
2653
+ msgid "Facebook Clicks"
2654
+ msgstr "Clicks Facebook"
2655
+
2656
+ #: ../admin/view/wp-slimstat-reports.php:1680
2657
  msgid "Content Items"
2658
  msgstr "Contenus"
2659
 
2660
+ #: ../admin/view/wp-slimstat-reports.php:1682
2661
  msgid ""
2662
  "This value includes not only posts, but also custom post types, regardless "
2663
  "of their status"
2665
  "Cette valeur n'inclut pas seulement les articles de blog, mais aussi des "
2666
  "types personnalisés d'articles, quel que soit leur statut."
2667
 
2668
+ #: ../admin/view/wp-slimstat-reports.php:1684
2669
  #, fuzzy
2670
  msgid "Posts"
2671
  msgstr "Top Posts"
2672
 
2673
+ #: ../admin/view/wp-slimstat-reports.php:1687
2674
  #, fuzzy
2675
  msgid "Pages"
2676
  msgstr "Pages de sorties les plus utilisées"
2677
 
2678
+ #: ../admin/view/wp-slimstat-reports.php:1690
2679
  msgid "Attachments"
2680
  msgstr ""
2681
 
2682
+ #: ../admin/view/wp-slimstat-reports.php:1693
2683
  #, fuzzy
2684
  msgid "Revisions"
2685
  msgstr "Permissions"
2686
 
2687
+ #: ../admin/view/wp-slimstat-reports.php:1696
2688
  #, fuzzy
2689
  msgid "Comments"
2690
  msgstr "Nombre de commentaires"
2691
 
2692
+ #: ../admin/view/wp-slimstat-reports.php:1699
2693
  #, fuzzy
2694
  msgid "Avg Comments per Post"
2695
  msgstr "Moyenne de commentaires par Article"
2696
 
2697
+ #: ../admin/view/wp-slimstat-reports.php:1702
2698
  msgid "Avg Server Latency"
2699
  msgstr "Latence moyenne du serveur"
2700
 
2701
+ #: ../admin/view/wp-slimstat-reports.php:1704
2702
  msgid ""
2703
  "Latency is the amount of time it takes for the host server to receive and "
2704
  "process a request for a page object. The amount of latency depends largely "
2705
  "on how far away the user is from the server."
2706
  msgstr ""
2707
 
2708
+ #: ../admin/view/wp-slimstat-reports.php:1747
2709
  #, fuzzy
2710
  msgid "Coordinates"
2711
  msgstr "Mode traçage"
2712
 
2713
+ #: ../admin/view/wp-slimstat-reports.php:1747
2714
  msgid "Date"
2715
  msgstr ""
2716
 
2717
  # Unknown
2718
+ #: ../admin/view/wp-slimstat-reports.php:1763
2719
  msgid "c-xx"
2720
  msgstr "Inconnu"
2721
 
2722
  # Afghanistan
2723
+ #: ../admin/view/wp-slimstat-reports.php:1763
2724
  msgid "c-af"
2725
  msgstr "Afghanistan"
2726
 
2727
  # Åland Islands
2728
+ #: ../admin/view/wp-slimstat-reports.php:1763
2729
  msgid "c-ax"
2730
  msgstr "Îles Åland"
2731
 
2732
  # Albania
2733
+ #: ../admin/view/wp-slimstat-reports.php:1763
2734
  msgid "c-al"
2735
  msgstr "Albanie"
2736
 
2737
  # Algeria
2738
+ #: ../admin/view/wp-slimstat-reports.php:1763
2739
  msgid "c-dz"
2740
  msgstr "Algérie"
2741
 
2742
  # Andorra
2743
+ #: ../admin/view/wp-slimstat-reports.php:1763
2744
  msgid "c-ad"
2745
  msgstr "Andorre"
2746
 
2747
  # Angola
2748
+ #: ../admin/view/wp-slimstat-reports.php:1763
2749
  msgid "c-ao"
2750
  msgstr "Angola"
2751
 
2752
  # Anguilla
2753
+ #: ../admin/view/wp-slimstat-reports.php:1763
2754
  msgid "c-ai"
2755
  msgstr "Anguilla"
2756
 
2757
  # Antigua and Barbuda
2758
+ #: ../admin/view/wp-slimstat-reports.php:1763
2759
  msgid "c-ag"
2760
  msgstr "Antigua et Barbuda"
2761
 
2762
  # Argentina
2763
+ #: ../admin/view/wp-slimstat-reports.php:1763
2764
  msgid "c-ar"
2765
  msgstr "Argentine"
2766
 
2767
  # Armenia
2768
+ #: ../admin/view/wp-slimstat-reports.php:1763
2769
  msgid "c-am"
2770
  msgstr "Arménie"
2771
 
2772
  # Aruba
2773
+ #: ../admin/view/wp-slimstat-reports.php:1763
2774
  msgid "c-aw"
2775
  msgstr "Aruba"
2776
 
2777
  # Australia
2778
+ #: ../admin/view/wp-slimstat-reports.php:1763
2779
  msgid "c-au"
2780
  msgstr "Australie"
2781
 
2782
  # Austria
2783
+ #: ../admin/view/wp-slimstat-reports.php:1763
2784
  msgid "c-at"
2785
  msgstr "Autriche"
2786
 
2787
  # Azerbaijan
2788
+ #: ../admin/view/wp-slimstat-reports.php:1763
2789
  msgid "c-az"
2790
  msgstr "Azerbaïdjan"
2791
 
2792
  # Bahamas
2793
+ #: ../admin/view/wp-slimstat-reports.php:1763
2794
  msgid "c-bs"
2795
  msgstr "Bahamas"
2796
 
2797
  # Bahrain
2798
+ #: ../admin/view/wp-slimstat-reports.php:1763
2799
  msgid "c-bh"
2800
  msgstr "Bahreïn"
2801
 
2802
  # Bangladesh
2803
+ #: ../admin/view/wp-slimstat-reports.php:1763
2804
  msgid "c-bd"
2805
  msgstr "Bangladesh"
2806
 
2807
  # Barbados
2808
+ #: ../admin/view/wp-slimstat-reports.php:1763
2809
  msgid "c-bb"
2810
  msgstr "Barbade"
2811
 
2812
  # Belarus
2813
+ #: ../admin/view/wp-slimstat-reports.php:1763
2814
  msgid "c-by"
2815
  msgstr "Bélarus"
2816
 
2817
  # Belgium
2818
+ #: ../admin/view/wp-slimstat-reports.php:1763
2819
  msgid "c-be"
2820
  msgstr "Belgique"
2821
 
2822
  # Belize
2823
+ #: ../admin/view/wp-slimstat-reports.php:1763
2824
  msgid "c-bz"
2825
  msgstr "Belize"
2826
 
2827
  # Benin
2828
+ #: ../admin/view/wp-slimstat-reports.php:1763
2829
  msgid "c-bj"
2830
  msgstr "Bénin"
2831
 
2832
  # Bermuda
2833
+ #: ../admin/view/wp-slimstat-reports.php:1763
2834
  msgid "c-bm"
2835
  msgstr "Bermudes"
2836
 
2837
  # Bhutan
2838
+ #: ../admin/view/wp-slimstat-reports.php:1763
2839
  msgid "c-bt"
2840
  msgstr "Bhoutan"
2841
 
2842
  # Bolivia
2843
+ #: ../admin/view/wp-slimstat-reports.php:1763
2844
  msgid "c-bo"
2845
  msgstr "État plurinational de Bolivie"
2846
 
2847
  # Bosnia and Herzegovina
2848
+ #: ../admin/view/wp-slimstat-reports.php:1763
2849
  msgid "c-ba"
2850
  msgstr "Bosnie-Herzégovine"
2851
 
2852
  # Botswana
2853
+ #: ../admin/view/wp-slimstat-reports.php:1763
2854
  msgid "c-bw"
2855
  msgstr "Botswana"
2856
 
2857
  # Brazil
2858
+ #: ../admin/view/wp-slimstat-reports.php:1763
2859
  msgid "c-br"
2860
  msgstr "Brésil"
2861
 
2862
  # Brunei Darussalam
2863
+ #: ../admin/view/wp-slimstat-reports.php:1763
2864
  msgid "c-bn"
2865
  msgstr "Brunéi Darussalam"
2866
 
2867
  # Bulgaria
2868
+ #: ../admin/view/wp-slimstat-reports.php:1763
2869
  msgid "c-bg"
2870
  msgstr "Bulgarie"
2871
 
2872
  # Burkina Faso
2873
+ #: ../admin/view/wp-slimstat-reports.php:1763
2874
  msgid "c-bf"
2875
  msgstr "Burkina Faso"
2876
 
2877
  # Burundi
2878
+ #: ../admin/view/wp-slimstat-reports.php:1763
2879
  msgid "c-bi"
2880
  msgstr "Burundi"
2881
 
2882
  # Cambodia
2883
+ #: ../admin/view/wp-slimstat-reports.php:1763
2884
  msgid "c-kh"
2885
  msgstr "Cambodge"
2886
 
2887
  # Cameroon
2888
+ #: ../admin/view/wp-slimstat-reports.php:1763
2889
  msgid "c-cm"
2890
  msgstr "Cameroun"
2891
 
2892
  # Canada
2893
+ #: ../admin/view/wp-slimstat-reports.php:1763
2894
  msgid "c-ca"
2895
  msgstr "Canada"
2896
 
2897
  # Cape Verde
2898
+ #: ../admin/view/wp-slimstat-reports.php:1763
2899
  msgid "c-cv"
2900
  msgstr "Cap-Vert"
2901
 
2902
  # Cayman Islands
2903
+ #: ../admin/view/wp-slimstat-reports.php:1763
2904
  msgid "c-ky"
2905
  msgstr "Îles Caïmans"
2906
 
2907
  # Central African Republic
2908
+ #: ../admin/view/wp-slimstat-reports.php:1763
2909
  msgid "c-cf"
2910
  msgstr "République Centrafricaine"
2911
 
2912
  # Chad
2913
+ #: ../admin/view/wp-slimstat-reports.php:1763
2914
  msgid "c-td"
2915
  msgstr "Tchad"
2916
 
2917
  # Chile
2918
+ #: ../admin/view/wp-slimstat-reports.php:1763
2919
  msgid "c-cl"
2920
  msgstr "Chili"
2921
 
2922
  # China
2923
+ #: ../admin/view/wp-slimstat-reports.php:1763
2924
  msgid "c-cn"
2925
  msgstr "Chine"
2926
 
2927
  # Colombia
2928
+ #: ../admin/view/wp-slimstat-reports.php:1763
2929
  msgid "c-co"
2930
  msgstr "Colombie"
2931
 
2932
  # Comoros
2933
+ #: ../admin/view/wp-slimstat-reports.php:1763
2934
  msgid "c-km"
2935
  msgstr "Comores"
2936
 
2937
  # Congo
2938
+ #: ../admin/view/wp-slimstat-reports.php:1763
2939
  msgid "c-cg"
2940
  msgstr "Congo"
2941
 
2942
  # The Democratic Republic of the Congo
2943
+ #: ../admin/view/wp-slimstat-reports.php:1763
2944
  msgid "c-cd"
2945
  msgstr "République Démocratique du Congo"
2946
 
2947
  # Costa Rica
2948
+ #: ../admin/view/wp-slimstat-reports.php:1763
2949
  msgid "c-cr"
2950
  msgstr "Costa Rica"
2951
 
2952
  # Côte d'Ivoire
2953
+ #: ../admin/view/wp-slimstat-reports.php:1763
2954
  msgid "c-ci"
2955
  msgstr "Côte d'Ivoire"
2956
 
2957
  # Croatia
2958
+ #: ../admin/view/wp-slimstat-reports.php:1763
2959
  msgid "c-hr"
2960
  msgstr "Croatie"
2961
 
2962
  # Cuba
2963
+ #: ../admin/view/wp-slimstat-reports.php:1763
2964
  msgid "c-cu"
2965
  msgstr "Cuba"
2966
 
2967
  # Cyprus
2968
+ #: ../admin/view/wp-slimstat-reports.php:1763
2969
  msgid "c-cy"
2970
  msgstr "Chypre"
2971
 
2972
  # Czech Republic
2973
+ #: ../admin/view/wp-slimstat-reports.php:1763
2974
  msgid "c-cz"
2975
  msgstr "République tchèque"
2976
 
2977
  # Denmark
2978
+ #: ../admin/view/wp-slimstat-reports.php:1763
2979
  msgid "c-dk"
2980
  msgstr "Danemark"
2981
 
2982
  # Djibouti
2983
+ #: ../admin/view/wp-slimstat-reports.php:1763
2984
  msgid "c-dj"
2985
  msgstr "Djibouti"
2986
 
2987
  # Dominica
2988
+ #: ../admin/view/wp-slimstat-reports.php:1763
2989
  msgid "c-dm"
2990
  msgstr "Dominique"
2991
 
2992
  # Dominican Republic
2993
+ #: ../admin/view/wp-slimstat-reports.php:1763
2994
  msgid "c-do"
2995
  msgstr "République dominicaine"
2996
 
2997
  # Ecuador
2998
+ #: ../admin/view/wp-slimstat-reports.php:1763
2999
  msgid "c-ec"
3000
  msgstr "Équateur"
3001
 
3002
  # Egypt
3003
+ #: ../admin/view/wp-slimstat-reports.php:1763
3004
  msgid "c-eg"
3005
  msgstr "Égypte"
3006
 
3007
  # El Salvador
3008
+ #: ../admin/view/wp-slimstat-reports.php:1763
3009
  msgid "c-sv"
3010
  msgstr "El Salvador"
3011
 
3012
  # Equatorial Guinea
3013
+ #: ../admin/view/wp-slimstat-reports.php:1763
3014
  msgid "c-gq"
3015
  msgstr "Guinée équatoriale"
3016
 
3017
  # Eritrea
3018
+ #: ../admin/view/wp-slimstat-reports.php:1763
3019
  msgid "c-er"
3020
  msgstr "Érythrée"
3021
 
3022
  # Estonia
3023
+ #: ../admin/view/wp-slimstat-reports.php:1763
3024
  msgid "c-ee"
3025
  msgstr "Estonie"
3026
 
3027
  # Ethiopia
3028
+ #: ../admin/view/wp-slimstat-reports.php:1763
3029
  msgid "c-et"
3030
  msgstr "Éthiopie"
3031
 
3032
  # Faroe Islands
3033
+ #: ../admin/view/wp-slimstat-reports.php:1763
3034
  msgid "c-fo"
3035
  msgstr "Îles Féroé"
3036
 
3037
  # Falkland Islands (Malvinas)
3038
+ #: ../admin/view/wp-slimstat-reports.php:1763
3039
  msgid "c-fk"
3040
  msgstr "Îles Falkland (Malvinas)"
3041
 
3042
  # Fiji
3043
+ #: ../admin/view/wp-slimstat-reports.php:1763
3044
  msgid "c-fj"
3045
  msgstr "Fidji"
3046
 
3047
  # Finland
3048
+ #: ../admin/view/wp-slimstat-reports.php:1763
3049
  msgid "c-fi"
3050
  msgstr "Finlande"
3051
 
3052
  # France
3053
+ #: ../admin/view/wp-slimstat-reports.php:1763
3054
  msgid "c-fr"
3055
  msgstr "France"
3056
 
3057
  # French Guiana
3058
+ #: ../admin/view/wp-slimstat-reports.php:1763
3059
  msgid "c-gf"
3060
  msgstr "Guyane française"
3061
 
3062
  # Gabon
3063
+ #: ../admin/view/wp-slimstat-reports.php:1763
3064
  msgid "c-ga"
3065
  msgstr "Gabon"
3066
 
3067
  # Gambia
3068
+ #: ../admin/view/wp-slimstat-reports.php:1763
3069
  msgid "c-gm"
3070
  msgstr "Gambie"
3071
 
3072
  # Georgia
3073
+ #: ../admin/view/wp-slimstat-reports.php:1763
3074
  msgid "c-ge"
3075
  msgstr "Géorgie"
3076
 
3077
  # Germany
3078
+ #: ../admin/view/wp-slimstat-reports.php:1763
3079
  msgid "c-de"
3080
  msgstr "Allemagne"
3081
 
3082
  # Ghana
3083
+ #: ../admin/view/wp-slimstat-reports.php:1763
3084
  msgid "c-gh"
3085
  msgstr "Ghana"
3086
 
3087
  # Greece
3088
+ #: ../admin/view/wp-slimstat-reports.php:1763
3089
  msgid "c-gr"
3090
  msgstr "Grèce"
3091
 
3092
  # Greenland
3093
+ #: ../admin/view/wp-slimstat-reports.php:1763
3094
  msgid "c-gl"
3095
  msgstr "Groenland"
3096
 
3097
  # Grenada
3098
+ #: ../admin/view/wp-slimstat-reports.php:1763
3099
  msgid "c-gd"
3100
  msgstr "Grenade"
3101
 
3102
  # Guadeloupe
3103
+ #: ../admin/view/wp-slimstat-reports.php:1763
3104
  msgid "c-gp"
3105
  msgstr "Guadeloupe"
3106
 
3107
  # Guatemala
3108
+ #: ../admin/view/wp-slimstat-reports.php:1763
3109
  msgid "c-gt"
3110
  msgstr "Guatemala"
3111
 
3112
  # Guinea
3113
+ #: ../admin/view/wp-slimstat-reports.php:1763
3114
  msgid "c-gn"
3115
  msgstr "Guinée"
3116
 
3117
  # Guinea-Bissau
3118
+ #: ../admin/view/wp-slimstat-reports.php:1763
3119
  msgid "c-gw"
3120
  msgstr "Guinée-Bissau"
3121
 
3122
  # Guyana
3123
+ #: ../admin/view/wp-slimstat-reports.php:1763
3124
  msgid "c-gy"
3125
  msgstr "Guyana"
3126
 
3127
  # Haiti
3128
+ #: ../admin/view/wp-slimstat-reports.php:1763
3129
  msgid "c-ht"
3130
  msgstr "Haïti"
3131
 
3132
  # Honduras
3133
+ #: ../admin/view/wp-slimstat-reports.php:1763
3134
  msgid "c-hn"
3135
  msgstr "Honduras"
3136
 
3137
  # Hong Kong
3138
+ #: ../admin/view/wp-slimstat-reports.php:1763
3139
  msgid "c-hk"
3140
  msgstr "Hong Kong"
3141
 
3142
  # Hungary
3143
+ #: ../admin/view/wp-slimstat-reports.php:1763
3144
  msgid "c-hu"
3145
  msgstr "Hongrie"
3146
 
3147
  # Iceland
3148
+ #: ../admin/view/wp-slimstat-reports.php:1763
3149
  msgid "c-is"
3150
  msgstr "Islande"
3151
 
3152
  # India
3153
+ #: ../admin/view/wp-slimstat-reports.php:1763
3154
  msgid "c-in"
3155
  msgstr "Inde"
3156
 
3157
  # Indonesia
3158
+ #: ../admin/view/wp-slimstat-reports.php:1763
3159
  msgid "c-id"
3160
  msgstr "Indonésie"
3161
 
3162
  # Islamic Republic of Iran
3163
+ #: ../admin/view/wp-slimstat-reports.php:1763
3164
  msgid "c-ir"
3165
  msgstr "République islamique d'Iran"
3166
 
3167
  # Iraq
3168
+ #: ../admin/view/wp-slimstat-reports.php:1763
3169
  msgid "c-iq"
3170
  msgstr "Irak"
3171
 
3172
  # Ireland
3173
+ #: ../admin/view/wp-slimstat-reports.php:1763
3174
  msgid "c-ie"
3175
  msgstr "Irlande"
3176
 
3177
  # Israel
3178
+ #: ../admin/view/wp-slimstat-reports.php:1763
3179
  msgid "c-il"
3180
  msgstr "Israël"
3181
 
3182
  # Italy
3183
+ #: ../admin/view/wp-slimstat-reports.php:1763
3184
  msgid "c-it"
3185
  msgstr "Italie"
3186
 
3187
  # Jamaica
3188
+ #: ../admin/view/wp-slimstat-reports.php:1763
3189
  msgid "c-jm"
3190
  msgstr "Jamaïque"
3191
 
3192
  # Japan
3193
+ #: ../admin/view/wp-slimstat-reports.php:1763
3194
  msgid "c-jp"
3195
  msgstr "Japon"
3196
 
3197
  # Jordan
3198
+ #: ../admin/view/wp-slimstat-reports.php:1763
3199
  msgid "c-jo"
3200
  msgstr "Jordanie"
3201
 
3202
  # Kazakhstan
3203
+ #: ../admin/view/wp-slimstat-reports.php:1763
3204
  msgid "c-kz"
3205
  msgstr "Kazakhstan"
3206
 
3207
  # Kenya
3208
+ #: ../admin/view/wp-slimstat-reports.php:1763
3209
  msgid "c-ke"
3210
  msgstr "Kenya"
3211
 
3212
  # Nauru
3213
+ #: ../admin/view/wp-slimstat-reports.php:1763
3214
  msgid "c-nr"
3215
  msgstr "Nauru"
3216
 
3217
  # Democratic People's Republic of Korea
3218
+ #: ../admin/view/wp-slimstat-reports.php:1763
3219
  msgid "c-kp"
3220
  msgstr "République populaire démocratique de Corée"
3221
 
3222
  # Republic of Korea
3223
+ #: ../admin/view/wp-slimstat-reports.php:1763
3224
  msgid "c-kr"
3225
  msgstr "République de Corée"
3226
 
3227
+ #: ../admin/view/wp-slimstat-reports.php:1763
3228
  msgid "c-kv"
3229
  msgstr "Kossovo"
3230
 
3231
  # Kuwait
3232
+ #: ../admin/view/wp-slimstat-reports.php:1763
3233
  msgid "c-kw"
3234
  msgstr "Koweït"
3235
 
3236
  # Kyrgyzstan
3237
+ #: ../admin/view/wp-slimstat-reports.php:1763
3238
  msgid "c-kg"
3239
  msgstr "Kirghizistan"
3240
 
3241
  # Lao People's Democratic Republic
3242
+ #: ../admin/view/wp-slimstat-reports.php:1763
3243
  msgid "c-la"
3244
  msgstr "République démocratique populaire lao"
3245
 
3246
  # Latvia
3247
+ #: ../admin/view/wp-slimstat-reports.php:1763
3248
  msgid "c-lv"
3249
  msgstr "Lettonie"
3250
 
3251
  # Lebanon
3252
+ #: ../admin/view/wp-slimstat-reports.php:1763
3253
  msgid "c-lb"
3254
  msgstr "Liban"
3255
 
3256
  # Lesotho
3257
+ #: ../admin/view/wp-slimstat-reports.php:1763
3258
  msgid "c-ls"
3259
  msgstr "Lesotho"
3260
 
3261
  # Liberia
3262
+ #: ../admin/view/wp-slimstat-reports.php:1763
3263
  msgid "c-lr"
3264
  msgstr "Libéria"
3265
 
3266
  # Libyan Arab Jamahiriya
3267
+ #: ../admin/view/wp-slimstat-reports.php:1763
3268
  msgid "c-ly"
3269
  msgstr "Jamahiriya arabe libyenne"
3270
 
3271
  # Liechtenstein
3272
+ #: ../admin/view/wp-slimstat-reports.php:1763
3273
  msgid "c-li"
3274
  msgstr "Liechtenstein"
3275
 
3276
  # Lithuania
3277
+ #: ../admin/view/wp-slimstat-reports.php:1763
3278
  msgid "c-lt"
3279
  msgstr "Lituanie"
3280
 
3281
  # Luxembourg
3282
+ #: ../admin/view/wp-slimstat-reports.php:1763
3283
  msgid "c-lu"
3284
  msgstr "Luxembourg"
3285
 
3286
  # The Former Yugoslav Republic of Macedonia
3287
+ #: ../admin/view/wp-slimstat-reports.php:1763
3288
  msgid "c-mk"
3289
  msgstr "Ex-république yougoslave de Macédoine"
3290
 
3291
  # Madagascar
3292
+ #: ../admin/view/wp-slimstat-reports.php:1763
3293
  msgid "c-mg"
3294
  msgstr "Madagascar"
3295
 
3296
  # Malawi
3297
+ #: ../admin/view/wp-slimstat-reports.php:1763
3298
  msgid "c-mw"
3299
  msgstr "Malawi"
3300
 
3301
  # Malaysia
3302
+ #: ../admin/view/wp-slimstat-reports.php:1763
3303
  msgid "c-my"
3304
  msgstr "Malaisie"
3305
 
3306
  # Mali
3307
+ #: ../admin/view/wp-slimstat-reports.php:1763
3308
  msgid "c-ml"
3309
  msgstr "Mali"
3310
 
3311
  # Malta
3312
+ #: ../admin/view/wp-slimstat-reports.php:1763
3313
  msgid "c-mt"
3314
  msgstr "Malte"
3315
 
3316
  # Martinique
3317
+ #: ../admin/view/wp-slimstat-reports.php:1763
3318
  msgid "c-mq"
3319
  msgstr "Martinique"
3320
 
3321
  # Mauritania
3322
+ #: ../admin/view/wp-slimstat-reports.php:1763
3323
  msgid "c-mr"
3324
  msgstr "Mauritanie"
3325
 
3326
  # Mauritius
3327
+ #: ../admin/view/wp-slimstat-reports.php:1763
3328
  msgid "c-mu"
3329
  msgstr "Maurice"
3330
 
3331
  # Mexico
3332
+ #: ../admin/view/wp-slimstat-reports.php:1763
3333
  msgid "c-mx"
3334
  msgstr "Mexique"
3335
 
3336
  # Moldova
3337
+ #: ../admin/view/wp-slimstat-reports.php:1763
3338
  msgid "c-md"
3339
  msgstr "République de Moldova"
3340
 
3341
  # Mongolia
3342
+ #: ../admin/view/wp-slimstat-reports.php:1763
3343
  msgid "c-mn"
3344
  msgstr "Mongolie"
3345
 
3346
  # Montenegro
3347
+ #: ../admin/view/wp-slimstat-reports.php:1763
3348
  msgid "c-me"
3349
  msgstr "Monténégro"
3350
 
3351
  # Montserrat
3352
+ #: ../admin/view/wp-slimstat-reports.php:1763
3353
  msgid "c-ms"
3354
  msgstr "Montserrat"
3355
 
3356
  # Morocco
3357
+ #: ../admin/view/wp-slimstat-reports.php:1763
3358
  msgid "c-ma"
3359
  msgstr "Maroc"
3360
 
3361
  # Mozambique
3362
+ #: ../admin/view/wp-slimstat-reports.php:1763
3363
  msgid "c-mz"
3364
  msgstr "Mozambique"
3365
 
3366
  # Myanmar
3367
+ #: ../admin/view/wp-slimstat-reports.php:1763
3368
  msgid "c-mm"
3369
  msgstr "Myanmar"
3370
 
3371
  # Namibia
3372
+ #: ../admin/view/wp-slimstat-reports.php:1763
3373
  msgid "c-na"
3374
  msgstr "Namibie"
3375
 
3376
  # Nepal
3377
+ #: ../admin/view/wp-slimstat-reports.php:1763
3378
  msgid "c-np"
3379
  msgstr "Népal"
3380
 
3381
  # Netherlands
3382
+ #: ../admin/view/wp-slimstat-reports.php:1763
3383
  msgid "c-nl"
3384
  msgstr "Pays-bas"
3385
 
3386
  # New Caledonia
3387
+ #: ../admin/view/wp-slimstat-reports.php:1763
3388
  msgid "c-nc"
3389
  msgstr "Nouvelle-Calédonie"
3390
 
3391
  # New Zealand
3392
+ #: ../admin/view/wp-slimstat-reports.php:1763
3393
  msgid "c-nz"
3394
  msgstr "Nouvelle-Zélande"
3395
 
3396
  # Nicaragua
3397
+ #: ../admin/view/wp-slimstat-reports.php:1763
3398
  msgid "c-ni"
3399
  msgstr "Nicaragua"
3400
 
3401
  # Niger
3402
+ #: ../admin/view/wp-slimstat-reports.php:1763
3403
  msgid "c-ne"
3404
  msgstr "Niger"
3405
 
3406
  # Nigeria
3407
+ #: ../admin/view/wp-slimstat-reports.php:1763
3408
  msgid "c-ng"
3409
  msgstr "Nigéria"
3410
 
3411
  # Norway
3412
+ #: ../admin/view/wp-slimstat-reports.php:1763
3413
  msgid "c-no"
3414
  msgstr "Norvège"
3415
 
3416
  # Oman
3417
+ #: ../admin/view/wp-slimstat-reports.php:1763
3418
  msgid "c-om"
3419
  msgstr "Oman"
3420
 
3421
  # Pakistan
3422
+ #: ../admin/view/wp-slimstat-reports.php:1763
3423
  msgid "c-pk"
3424
  msgstr "Pakistan"
3425
 
3426
  # Palau
3427
+ #: ../admin/view/wp-slimstat-reports.php:1763
3428
  msgid "c-pw"
3429
  msgstr "Palaos"
3430
 
3431
  # Occupied Palestinian Territory
3432
+ #: ../admin/view/wp-slimstat-reports.php:1763
3433
  msgid "c-ps"
3434
  msgstr "Territoire palestinien occupé"
3435
 
3436
  # Panama
3437
+ #: ../admin/view/wp-slimstat-reports.php:1763
3438
  msgid "c-pa"
3439
  msgstr "Panama"
3440
 
3441
  # Papua New Guinea
3442
+ #: ../admin/view/wp-slimstat-reports.php:1763
3443
  msgid "c-pg"
3444
  msgstr "Papouasie-Nouvelle-Guinée"
3445
 
3446
  # Paraguay
3447
+ #: ../admin/view/wp-slimstat-reports.php:1763
3448
  msgid "c-py"
3449
  msgstr "Paraguay"
3450
 
3451
  # Peru
3452
+ #: ../admin/view/wp-slimstat-reports.php:1763
3453
  msgid "c-pe"
3454
  msgstr "Pérou"
3455
 
3456
  # Philippines
3457
+ #: ../admin/view/wp-slimstat-reports.php:1763
3458
  msgid "c-ph"
3459
  msgstr "Philippines"
3460
 
3461
  # Poland
3462
+ #: ../admin/view/wp-slimstat-reports.php:1763
3463
  msgid "c-pl"
3464
  msgstr "Pologne"
3465
 
3466
  # Portugal
3467
+ #: ../admin/view/wp-slimstat-reports.php:1763
3468
  msgid "c-pt"
3469
  msgstr "Portugal"
3470
 
3471
  # Puerto Rico
3472
+ #: ../admin/view/wp-slimstat-reports.php:1763
3473
  msgid "c-pr"
3474
  msgstr "Porto Rico"
3475
 
3476
  # Qatar
3477
+ #: ../admin/view/wp-slimstat-reports.php:1763
3478
  msgid "c-qa"
3479
  msgstr "Qatar"
3480
 
3481
  # Réunion
3482
+ #: ../admin/view/wp-slimstat-reports.php:1763
3483
  msgid "c-re"
3484
  msgstr "Réunion"
3485
 
3486
  # Romania
3487
+ #: ../admin/view/wp-slimstat-reports.php:1763
3488
  msgid "c-ro"
3489
  msgstr "Roumanie"
3490
 
3491
  # Russian Federation
3492
+ #: ../admin/view/wp-slimstat-reports.php:1763
3493
  msgid "c-ru"
3494
  msgstr "Fédération de Russie"
3495
 
3496
  # Rwanda
3497
+ #: ../admin/view/wp-slimstat-reports.php:1763
3498
  msgid "c-rw"
3499
  msgstr "Rwanda"
3500
 
3501
  # Saint Kitts and Nevis
3502
+ #: ../admin/view/wp-slimstat-reports.php:1763
3503
  msgid "c-kn"
3504
  msgstr "Saint-Kitts-et-Nevis"
3505
 
3506
  # Saint Lucia
3507
+ #: ../admin/view/wp-slimstat-reports.php:1763
3508
  msgid "c-lc"
3509
  msgstr "Sainte-Lucie"
3510
 
3511
  # Saint Martin
3512
+ #: ../admin/view/wp-slimstat-reports.php:1763
3513
  msgid "c-mf"
3514
  msgstr "Saint-Martin"
3515
 
3516
  # Saint Vincent and the Grenadines
3517
+ #: ../admin/view/wp-slimstat-reports.php:1763
3518
  msgid "c-vc"
3519
  msgstr "Saint-Vincent-et-les Grenadines"
3520
 
3521
  # Samoa
3522
+ #: ../admin/view/wp-slimstat-reports.php:1763
3523
  msgid "c-ws"
3524
  msgstr "Samoa"
3525
 
3526
  # Sao Tome and Principe
3527
+ #: ../admin/view/wp-slimstat-reports.php:1763
3528
  msgid "c-st"
3529
  msgstr "Sao Tomé-et-Principe"
3530
 
3531
  # Saudi Arabia
3532
+ #: ../admin/view/wp-slimstat-reports.php:1763
3533
  msgid "c-sa"
3534
  msgstr "Arabie saoudite"
3535
 
3536
  # Senegal
3537
+ #: ../admin/view/wp-slimstat-reports.php:1763
3538
  msgid "c-sn"
3539
  msgstr "Sénégal"
3540
 
3541
  # Serbia
3542
+ #: ../admin/view/wp-slimstat-reports.php:1763
3543
  msgid "c-rs"
3544
  msgstr "Serbie"
3545
 
3546
  # Sierra Leone
3547
+ #: ../admin/view/wp-slimstat-reports.php:1763
3548
  msgid "c-sl"
3549
  msgstr "Sierra Leone"
3550
 
3551
  # Singapore
3552
+ #: ../admin/view/wp-slimstat-reports.php:1763
3553
  msgid "c-sg"
3554
  msgstr "Singapour"
3555
 
3556
  # Slovakia
3557
+ #: ../admin/view/wp-slimstat-reports.php:1763
3558
  msgid "c-sk"
3559
  msgstr "Slovaquie"
3560
 
3561
  # Slovenia
3562
+ #: ../admin/view/wp-slimstat-reports.php:1763
3563
  msgid "c-si"
3564
  msgstr "Slovénie"
3565
 
3566
  # Solomon Islands
3567
+ #: ../admin/view/wp-slimstat-reports.php:1763
3568
  msgid "c-sb"
3569
  msgstr "Îles Salomon"
3570
 
3571
  # Somalia
3572
+ #: ../admin/view/wp-slimstat-reports.php:1763
3573
  msgid "c-so"
3574
  msgstr "Somalie"
3575
 
3576
  # South Africa
3577
+ #: ../admin/view/wp-slimstat-reports.php:1763
3578
  msgid "c-za"
3579
  msgstr "Afrique du sud"
3580
 
3581
  # South Georgia and the South Sandwich Islands
3582
+ #: ../admin/view/wp-slimstat-reports.php:1763
3583
  msgid "c-gs"
3584
  msgstr "Géorgie du sud et les Îles Sandwich du sud"
3585
 
3586
  # Spain
3587
+ #: ../admin/view/wp-slimstat-reports.php:1763
3588
  msgid "c-es"
3589
  msgstr "Espagne"
3590
 
3591
  # Sri Lanka
3592
+ #: ../admin/view/wp-slimstat-reports.php:1763
3593
  msgid "c-lk"
3594
  msgstr "Sri Lanka"
3595
 
3596
  # Seychelles
3597
+ #: ../admin/view/wp-slimstat-reports.php:1763
3598
  msgid "c-sc"
3599
  msgstr "Seychelles"
3600
 
3601
  # Sudan
3602
+ #: ../admin/view/wp-slimstat-reports.php:1763
3603
  msgid "c-sd"
3604
  msgstr "Soudan"
3605
 
3606
+ #: ../admin/view/wp-slimstat-reports.php:1763
3607
  msgid "c-ss"
3608
  msgstr "Soudan du Sud"
3609
 
3610
  # Suriname
3611
+ #: ../admin/view/wp-slimstat-reports.php:1763
3612
  msgid "c-sr"
3613
  msgstr "Suriname"
3614
 
3615
  # Svalbard and Jan Mayen
3616
+ #: ../admin/view/wp-slimstat-reports.php:1763
3617
  msgid "c-sj"
3618
  msgstr "Svalbard et île Jan Mayen"
3619
 
3620
  # Swaziland
3621
+ #: ../admin/view/wp-slimstat-reports.php:1763
3622
  msgid "c-sz"
3623
  msgstr "Swaziland"
3624
 
3625
  # Sweden
3626
+ #: ../admin/view/wp-slimstat-reports.php:1763
3627
  msgid "c-se"
3628
  msgstr "Suède"
3629
 
3630
  # Switzerland
3631
+ #: ../admin/view/wp-slimstat-reports.php:1763
3632
  msgid "c-ch"
3633
  msgstr "Suisse"
3634
 
3635
  # Syrian Arab Republic
3636
+ #: ../admin/view/wp-slimstat-reports.php:1763
3637
  msgid "c-sy"
3638
  msgstr "République arabe syrienne"
3639
 
3640
  # Taiwan, Province of China
3641
+ #: ../admin/view/wp-slimstat-reports.php:1763
3642
  msgid "c-tw"
3643
  msgstr "Taïwan, province de Chine"
3644
 
3645
  # Tajikistan
3646
+ #: ../admin/view/wp-slimstat-reports.php:1763
3647
  msgid "c-tj"
3648
  msgstr "Tadjikistan"
3649
 
3650
  # United Republic of Tanzania
3651
+ #: ../admin/view/wp-slimstat-reports.php:1763
3652
  msgid "c-tz"
3653
  msgstr "République-unie de Tanzanie"
3654
 
3655
  # Thailand
3656
+ #: ../admin/view/wp-slimstat-reports.php:1763
3657
  msgid "c-th"
3658
  msgstr "Thaïlande"
3659
 
3660
  # Timor-Leste
3661
+ #: ../admin/view/wp-slimstat-reports.php:1763
3662
  msgid "c-tl"
3663
  msgstr "Timor-Leste"
3664
 
3665
  # Togo
3666
+ #: ../admin/view/wp-slimstat-reports.php:1763
3667
  msgid "c-tg"
3668
  msgstr "Togo"
3669
 
3670
  # Tonga
3671
+ #: ../admin/view/wp-slimstat-reports.php:1763
3672
  msgid "c-to"
3673
  msgstr "Tonga"
3674
 
3675
  # Trinidad and Tobago
3676
+ #: ../admin/view/wp-slimstat-reports.php:1763
3677
  msgid "c-tt"
3678
  msgstr "Trinité-et-Tobago "
3679
 
3680
  # Tunisia
3681
+ #: ../admin/view/wp-slimstat-reports.php:1763
3682
  msgid "c-tn"
3683
  msgstr "Tunisie"
3684
 
3685
  # Turkey
3686
+ #: ../admin/view/wp-slimstat-reports.php:1763
3687
  msgid "c-tr"
3688
  msgstr "Turquie "
3689
 
3690
  # Turkmenistan
3691
+ #: ../admin/view/wp-slimstat-reports.php:1763
3692
  msgid "c-tm"
3693
  msgstr "Turkménistan"
3694
 
3695
  # Turks and Caicos Islands
3696
+ #: ../admin/view/wp-slimstat-reports.php:1763
3697
  msgid "c-tc"
3698
  msgstr "Îles Turks et Caïques"
3699
 
3700
  # Uganda
3701
+ #: ../admin/view/wp-slimstat-reports.php:1763
3702
  msgid "c-ug"
3703
  msgstr "Ouganda"
3704
 
3705
  # Ukraine
3706
+ #: ../admin/view/wp-slimstat-reports.php:1763
3707
  msgid "c-ua"
3708
  msgstr "Ukraine"
3709
 
3710
  # United Arab Emirates
3711
+ #: ../admin/view/wp-slimstat-reports.php:1763
3712
  msgid "c-ae"
3713
  msgstr "Émirats arabes unis"
3714
 
3715
  # United Kingdom
3716
+ #: ../admin/view/wp-slimstat-reports.php:1763
3717
  msgid "c-gb"
3718
  msgstr "Royaume-Uni"
3719
 
3720
  # United States
3721
+ #: ../admin/view/wp-slimstat-reports.php:1763
3722
  msgid "c-us"
3723
  msgstr "États-Unis"
3724
 
3725
  # Uruguay
3726
+ #: ../admin/view/wp-slimstat-reports.php:1763
3727
  msgid "c-uy"
3728
  msgstr "Uruguay"
3729
 
3730
  # Uzbekistan
3731
+ #: ../admin/view/wp-slimstat-reports.php:1763
3732
  msgid "c-uz"
3733
  msgstr "Ouzbékistan "
3734
 
3735
  # Vanuatu
3736
+ #: ../admin/view/wp-slimstat-reports.php:1763
3737
  msgid "c-vu"
3738
  msgstr "Vanuatu"
3739
 
3740
  # Venezuela
3741
+ #: ../admin/view/wp-slimstat-reports.php:1763
3742
  msgid "c-ve"
3743
  msgstr "République bolivarienne du Venezuela"
3744
 
3745
  # Viet Nam
3746
+ #: ../admin/view/wp-slimstat-reports.php:1763
3747
  msgid "c-vn"
3748
  msgstr "Viet Nam"
3749
 
3750
  # British Virgin Islands
3751
+ #: ../admin/view/wp-slimstat-reports.php:1763
3752
  msgid "c-vg"
3753
  msgstr "Îles vierges britanniques"
3754
 
3755
  # U.S. Virgin Islands
3756
+ #: ../admin/view/wp-slimstat-reports.php:1763
3757
  msgid "c-vi"
3758
  msgstr "Îles vierges des États-Unis"
3759
 
3760
  # Western Sahara
3761
+ #: ../admin/view/wp-slimstat-reports.php:1763
3762
  msgid "c-eh"
3763
  msgstr "Sahara occidental"
3764
 
3765
  # Yemen
3766
+ #: ../admin/view/wp-slimstat-reports.php:1763
3767
  msgid "c-ye"
3768
  msgstr "Yémen"
3769
 
3770
  # Zambia
3771
+ #: ../admin/view/wp-slimstat-reports.php:1763
3772
  msgid "c-zm"
3773
  msgstr "Zambie"
3774
 
3775
  # Zimbabwe
3776
+ #: ../admin/view/wp-slimstat-reports.php:1763
3777
  msgid "c-zw"
3778
  msgstr "Zimbabwe"
3779
 
3780
  # Guernsey
3781
+ #: ../admin/view/wp-slimstat-reports.php:1763
3782
  msgid "c-gg"
3783
  msgstr "Guernesey"
3784
 
3785
  # Jersey
3786
+ #: ../admin/view/wp-slimstat-reports.php:1763
3787
  msgid "c-je"
3788
  msgstr "Jersey"
3789
 
3790
  # Isle of Man
3791
+ #: ../admin/view/wp-slimstat-reports.php:1763
3792
  msgid "c-im"
3793
  msgstr "Île de Man"
3794
 
3795
  # Maldives
3796
+ #: ../admin/view/wp-slimstat-reports.php:1763
3797
  msgid "c-mv"
3798
  msgstr "Maldives"
3799
 
3800
  # European Union
3801
+ #: ../admin/view/wp-slimstat-reports.php:1764
3802
  msgid "c-eu"
3803
  msgstr "Union européenne"
3804
 
3805
+ #: ../admin/view/wp-slimstat-reports.php:1841
3806
  msgid "src"
3807
  msgstr "src"
3808
 
3809
+ #: ../admin/view/wp-slimstat-reports.php:1845
3810
  msgid "serp"
3811
  msgstr "serp"
3812
 
3813
+ #: ../admin/view/wp-slimstat-reports.php:1853
3814
  msgid "Go to the referring page"
3815
  msgstr "Aller sur la page référente"
3816
 
3817
+ #: ../admin/view/wp-slimstat-reports.php:1875
3818
  msgid "Remove filter for"
3819
  msgstr "Enlever le filtre pour"
3820
 
3821
+ #: ../admin/view/wp-slimstat-reports.php:1879
3822
  msgid "Save"
3823
  msgstr ""
3824
 
3825
+ #: ../admin/view/wp-slimstat-reports.php:1882
3826
  msgid "Reset All"
3827
  msgstr "Réinitialiser l'ensemble"
3828
 
3829
+ #: ../admin/view/wp-slimstat-reports.php:1886
3830
  msgid "Current filters:"
3831
  msgstr "Filtres actifs :"
3832
 
3861
  msgid "Inactive Reports"
3862
  msgstr "Réinitialiser les rapports"
3863
 
3864
+ #: ../admin/wp-slimstat-admin.php:566
3865
  msgid "SlimStat"
3866
  msgstr "SlimStat"
3867
 
3868
+ #: ../admin/wp-slimstat-admin.php:624
3869
  #, fuzzy
3870
  msgid "Slimstat"
3871
  msgstr "SlimStat"
3872
 
3873
+ #: ../admin/wp-slimstat-admin.php:713
3874
  #, fuzzy
3875
  msgid "Pageviews in the last "
3876
  msgstr "Pages durant les 365 derniers jours"
3877
 
3878
+ #: ../admin/wp-slimstat-admin.php:716
3879
  #, fuzzy
3880
  msgid "Unique IPs in the last "
3881
  msgstr "Intervalle unique"
3882
 
3883
+ #: ../admin/wp-slimstat-admin.php:749
3884
+ #, php-format
3885
+ msgid ""
3886
+ " And for keeping an eye on your web traffic with %sSlimStat Analytics%s."
3887
+ msgstr ""
3888
+
3889
+ #: ../admin/wp-slimstat-admin.php:774
3890
  msgid "Show on screen"
3891
  msgstr "Montrer à l'écran"
3892
 
3893
+ #: ../admin/wp-slimstat-admin.php:855
3894
  msgid "Already saved"
3895
  msgstr ""
3896
 
3897
+ #: ../admin/wp-slimstat-admin.php:863
3898
  msgid "Saved"
3899
  msgstr ""
3900
 
3901
+ #: ../admin/wp-slimstat-admin.php:883
3902
  #, fuzzy
3903
  msgid "Delete this filter"
3904
  msgstr "Filtrer les pages vues pour que"
3905
 
3906
+ #: ../admin/wp-slimstat-admin.php:927
3907
  msgid "There was an error updating the following options:"
3908
  msgstr "Il y a eu une erreur lors de la mise à jour des options suivantes:"
3909
 
3910
+ #: ../admin/wp-slimstat-admin.php:930
3911
  msgid "Your changes have been saved."
3912
  msgstr "Vos réglages ont bien été mis à jour"
3913
 
3914
+ #: ../admin/wp-slimstat-admin.php:953
3915
  msgid "Save Changes"
3916
  msgstr "Enregistrer les modifications"
3917
 
3918
+ #: ../admin/wp-slimstat-admin.php:969
3919
  msgid "Definitions"
3920
  msgstr "Définitions"
3921
 
3922
+ #: ../admin/wp-slimstat-admin.php:972
3923
  msgid "Pageview"
3924
  msgstr "Page vue"
3925
 
3926
+ #: ../admin/wp-slimstat-admin.php:972
3927
  msgid ""
3928
  "A request to load a single HTML file (\"page\"). This should be contrasted "
3929
  "with a \"hit\", which refers to a request for any file from a web server. "
3934
  "d'un serveur Web. WP SlimStat enregistre une page vue chaque fois que le "
3935
  "code de traçage est exécuté"
3936
 
3937
+ #: ../admin/wp-slimstat-admin.php:973
3938
  msgid "(Human) Visit"
3939
  msgstr "Visiteurs humains"
3940
 
3941
+ #: ../admin/wp-slimstat-admin.php:973
3942
  msgid ""
3943
  "A period of interaction between a visitor's browser and your website, ending "
3944
  "when the browser is closed or when the user has been inactive on that site "
3948
  "Web se terminant lorsque le navigateur est fermé ou lorsque l'utilisateur "
3949
  "est inactif sur ce site depuis 30 minutes"
3950
 
3951
+ #: ../admin/wp-slimstat-admin.php:974
3952
  msgid ""
3953
  "Any user who has left a comment on your blog, and is thus identified by "
3954
  "Wordpress as a returning visitor"
3956
  "Un utilisateur qui a laissé un commentaire sur votre blog et est ainsi "
3957
  "identifié par Wordpress comme un visiteur qui a déjà visité votre site"
3958
 
3959
+ #: ../admin/wp-slimstat-admin.php:975
3960
  msgid "Unique IP"
3961
  msgstr "IP uniques"
3962
 
3963
+ #: ../admin/wp-slimstat-admin.php:975
3964
  msgid ""
3965
  "Used to differentiate between multiple requests to download a file from one "
3966
  "internet address (IP) and requests originating from many distinct addresses; "
3973
  "Internet de la provenance d'une consultation, elle est utile, mais pas "
3974
  "parfaite"
3975
 
3976
+ #: ../admin/wp-slimstat-admin.php:976
3977
  msgid ""
3978
  "the originating IP address of a client connecting to a web server through an "
3979
  "HTTP proxy or load balancer"
3981
  "l'adresse IP d'origine d'un client qui se connecte à un serveur Web via un "
3982
  "proxy HTTP ou équilibreur de charge"
3983
 
3984
+ #: ../admin/wp-slimstat-admin.php:977
3985
  msgid "Direct Traffic"
3986
  msgstr "Trafic direct"
3987
 
3988
+ #: ../admin/wp-slimstat-admin.php:977
3989
  msgid ""
3990
  "All those people showing up to your Web site by typing in the URL of your "
3991
  "Web site coming or from a bookmark; some people also call this \"default "
3995
  "votre site Web ou qui viennent à partir d'un signet, certaines personnes "
3996
  "appellent également cela \"trafic par défaut \" ou \"trafic ambiant \""
3997
 
3998
+ #: ../admin/wp-slimstat-admin.php:978
3999
  msgid "Search Engine"
4000
  msgstr "Moteur de recherche"
4001
 
4002
+ #: ../admin/wp-slimstat-admin.php:978
4003
  msgid ""
4004
  "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
4005
  "as well as your paid (PPC/SEM) traffic, so be aware of that"
4007
  "Google, Yahoo, MSN, Ask, et autres; cet item comprendra à la fois votre "
4008
  "trafic rémunéré (PPC/SEM) ainsi que votre trafic organique, prenez en note"
4009
 
4010
+ #: ../admin/wp-slimstat-admin.php:979 ../admin/wp-slimstat-admin.php:995
4011
  msgid "Keywords used by your visitors to find your website on a search engine"
4012
  msgstr ""
4013
  "Mots-clés utilisés par vos visiteurs pour trouver votre site sur un moteur "
4014
  "de recherche"
4015
 
4016
+ #: ../admin/wp-slimstat-admin.php:980
4017
  msgid "SERP"
4018
  msgstr "SERP"
4019
 
4020
+ #: ../admin/wp-slimstat-admin.php:980
4021
  msgid ""
4022
  "Short for search engine results page, the Web page that a search engine "
4023
  "returns with the results of its search. The value shown represents your rank "
4027
  "recherche renvoie les résultats de sa recherche. La valeur indiquée "
4028
  "correspond à votre classement (ou la position) dans la liste des résultats"
4029
 
4030
+ #: ../admin/wp-slimstat-admin.php:981
4031
  msgid ""
4032
  "Any program used for accessing a website; this includes browsers, robots, "
4033
  "spiders and any other program that was used to retrieve information from the "
4037
  "navigateurs, robots, spiders et tout autre programme qui a été utilisé pour "
4038
  "extraire des informations du site"
4039
 
4040
+ #: ../admin/wp-slimstat-admin.php:982
4041
  msgid ""
4042
  "A link from one domain to another is said to be outbound from its source "
4043
  "anchor and inbound to its target. This report lists all the links to other "
4047
  "sa cible. Ce rapport répertorie tous les liens vers d'autres sites suivis "
4048
  "par vos visiteurs."
4049
 
4050
+ #: ../admin/wp-slimstat-admin.php:989
4051
  msgid "Basic Filters"
4052
  msgstr "Filtres de base"
4053
 
4054
+ #: ../admin/wp-slimstat-admin.php:992
4055
  msgid "User agent (Firefox, Chrome, ...)"
4056
  msgstr "User agent (Firefox, Chrome, ...)"
4057
 
4058
+ #: ../admin/wp-slimstat-admin.php:993
4059
  msgid "2-letter code (us, ru, de, it, ...)"
4060
  msgstr "code pays à 2 lettres (us, ru, de, it, ...)"
4061
 
4062
+ #: ../admin/wp-slimstat-admin.php:994
4063
  msgid "IP"
4064
  msgstr "IP"
4065
 
4066
+ #: ../admin/wp-slimstat-admin.php:994
4067
  msgid "Visitor's public IP address"
4068
  msgstr " Adresse IP publique du visiteur"
4069
 
4070
+ #: ../admin/wp-slimstat-admin.php:996
4071
  msgid ""
4072
  "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
4073
  "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
4077
  "microsoft.com/en-us/library/ee825488(v=cs.20).aspx\">language culture page</"
4078
  "a> (première colonne) pour plus d'informations"
4079
 
4080
+ #: ../admin/wp-slimstat-admin.php:997
4081
  msgid ""
4082
  "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
4083
  "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
4087
  "référez-vous à <a target=\"_blank\" href=\"http://php.net/manual/en/function."
4088
  "get-browser.php\">cette page de manuel </a> pour plus d'informations"
4089
 
4090
+ #: ../admin/wp-slimstat-admin.php:998
4091
  msgid "URL accessed on your site"
4092
  msgstr "URL accessible sur votre site"
4093
 
4094
+ #: ../admin/wp-slimstat-admin.php:999
4095
  msgid "Complete address of the referrer page"
4096
  msgstr "Adresse complète de la page référente"
4097
 
4098
+ #: ../admin/wp-slimstat-admin.php:1000
4099
  msgid "Visitor's Name"
4100
  msgstr "le nom des visiteurs"
4101
 
4102
+ #: ../admin/wp-slimstat-admin.php:1000
4103
  msgid ""
4104
  "Visitors' names according to the cookie set by Wordpress after they leave a "
4105
  "comment"
4107
  "Les noms des visiteurs selon le cookie enregistré par Wordpress, après avoir "
4108
  "laissé un commentaire"
4109
 
4110
+ #: ../admin/wp-slimstat-admin.php:1008
4111
  msgid "Advanced Filters"
4112
  msgstr "Filtres Avancés"
4113
 
4114
+ #: ../admin/wp-slimstat-admin.php:1011
4115
  msgid "user agent version (9.0, 11, ...)"
4116
  msgstr "user agent version (9.0, 11, ...)"
4117
 
4118
+ #: ../admin/wp-slimstat-admin.php:1012
4119
  msgid ""
4120
  "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
4121
  "all others"
4123
  "1 = moteur de recherche, 2 = appareil mobile, 3 = lecteur de flux "
4124
  "(syndication) , 0 = tous les autres"
4125
 
4126
+ #: ../admin/wp-slimstat-admin.php:1013
4127
  msgid "Pageview Attributes"
4128
  msgstr "l'attribut des Pages Vues"
4129
 
4130
+ #: ../admin/wp-slimstat-admin.php:1013
4131
  msgid ""
4132
  "this field is set to <em>[pre]</em> if the resource has been accessed "
4133
  "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
4138
  "Link_prefetching_FAQ\"> préchargement des liens</a> ou d'autres techniques "
4139
  "similaires"
4140
 
4141
+ #: ../admin/wp-slimstat-admin.php:1014
4142
  msgid "author associated to that post/page when the resource was accessed"
4143
  msgstr "auteur associé à cet article/page lorsque la ressource est accessible"
4144
 
4145
+ #: ../admin/wp-slimstat-admin.php:1015
4146
  msgid "ID of the category/term associated to the resource, when available"
4147
  msgstr "ID de la catégorie/terme associée à la ressource, lorsqu'il y en a"
4148
 
4149
+ #: ../admin/wp-slimstat-admin.php:1016
4150
  msgid "visitor's originating IP address, if available"
4151
  msgstr "adresse IP d'origine du visiteur, s'il est disponible"
4152
 
4153
+ #: ../admin/wp-slimstat-admin.php:1017
4154
  msgid ""
4155
  "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
4156
  "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
4164
  "\" href=\"http://codex.wordpress.org/Conditional_Tags\">Conditional Tags</a> "
4165
  "pour plus d'informations"
4166
 
4167
+ #: ../admin/wp-slimstat-admin.php:1018
4168
  msgid "Screen Resolution"
4169
  msgstr "la résolution de l'écran"
4170
 
4171
+ #: ../admin/wp-slimstat-admin.php:1018
4172
  msgid "viewport width and height (1024x768, 800x600, ...)"
4173
  msgstr "résolution de l'écran (1024x768, 800x600, ...)"
4174
 
4175
+ #: ../admin/wp-slimstat-admin.php:1019
4176
  msgid ""
4177
  "generally used in conjunction with <em>is not empty</em>, identifies human "
4178
  "visitors"
4180
  "généralement utilisé en conjonction avec <em>n'est pas vide </em>, identifie "
4181
  "les visiteurs humains"
4182
 
4183
+ #: ../admin/wp-slimstat-admin.php:1020
4184
  msgid "Date Filters"
4185
  msgstr "Filtres de dates"
4186
 
4187
+ #: ../admin/wp-slimstat-admin.php:1020
4188
  msgid ""
4189
  "you can specify the timeframe by entering a number in the <em>interval</em> "
4190
  "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
4195
  "ex : jour = 1, mois = 1, année = vide, intervalle = -1 fixera un filtre "
4196
  "année à date)"
4197
 
4198
+ #: ../admin/wp-slimstat-admin.php:1021
4199
  msgid "SERP Position"
4200
  msgstr "Position SERP "
4201
 
4202
+ #: ../admin/wp-slimstat-admin.php:1021
4203
  msgid ""
4204
  "set the filter to Referer contains cd=N&, where N is the position you are "
4205
  "looking for"
4207
  "Réglez le filtre sur Référent contient cd=N&, où N est la position que vous "
4208
  "recherchez"
4209
 
4210
+ #: ../admin/wp-slimstat-admin.php:1048
4211
  msgid "Yes"
4212
  msgstr "Oui"
4213
 
4214
+ #: ../admin/wp-slimstat-admin.php:1049
4215
  msgid "No"
4216
  msgstr "Non"
4217
 
4218
+ #: ../admin/wp-slimstat-admin.php:1050
4219
  msgid "Site Specific"
4220
  msgstr "Spécificités du site"
4221
 
5831
  msgid "c-xy"
5832
  msgstr "Local"
5833
 
5834
+ #: ../wp-slimstat.php:231 ../wp-slimstat.php:518
5835
  msgid "Notice: Pageview filtered by third-party code"
5836
  msgstr ""
5837
 
5838
+ #: ../wp-slimstat.php:248
5839
  #, fuzzy, php-format
5840
  msgid "Error: Malformed URL %s"
5841
  msgstr "Ignorer les utilisateurs"
5842
 
5843
+ #: ../wp-slimstat.php:272
5844
  #, php-format
5845
  msgid "Notice: Referrer %s is blacklisted"
5846
  msgstr ""
5847
 
5848
+ #: ../wp-slimstat.php:350
5849
  #, fuzzy, php-format
5850
  msgid "Notice: Permalink %s is blacklisted"
5851
  msgstr "le permalien"
5852
 
5853
+ #: ../wp-slimstat.php:361
5854
  msgid "Error: Empty or not supported IP address format (IPv6)"
5855
  msgstr ""
5856
 
5857
+ #: ../wp-slimstat.php:370
5858
  #, php-format
5859
  msgid "Notice: Logged in user %s not tracked"
5860
  msgstr ""
5861
 
5862
+ #: ../wp-slimstat.php:378
5863
  #, php-format
5864
  msgid "Notice: User with capability %s not tracked"
5865
  msgstr ""
5866
 
5867
+ #: ../wp-slimstat.php:388
5868
  #, fuzzy, php-format
5869
  msgid "Notice: User %s is blacklisted"
5870
  msgstr "le permalien"
5871
 
5872
+ #: ../wp-slimstat.php:409
5873
  #, fuzzy, php-format
5874
  msgid "Notice: Spammer %s not tracked"
5875
  msgstr "Robot ou Crawler"
5876
 
5877
+ #: ../wp-slimstat.php:438
5878
  #, php-format
5879
  msgid "Notice: IP address %s is blacklisted"
5880
  msgstr ""
5881
 
5882
+ #: ../wp-slimstat.php:467
5883
  #, php-format
5884
  msgid "Notice: Country %s is blacklisted"
5885
  msgstr ""
5886
 
5887
+ #: ../wp-slimstat.php:476
5888
  #, fuzzy
5889
  msgid "Notice: Prefetch requests are ignored"
5890
  msgstr "Ignorer les requêtes anticipées"
5891
 
5892
+ #: ../wp-slimstat.php:492
5893
  #, fuzzy
5894
  msgid "Notice: Bot not tracked"
5895
  msgstr "Robot ou Crawler"
5896
 
5897
+ #: ../wp-slimstat.php:501
5898
  #, php-format
5899
  msgid "Notice: Browser %s is blacklisted"
5900
  msgstr ""
5901
 
5902
+ #: ../wp-slimstat.php:531
5903
  msgid "Error:"
5904
  msgstr ""
5905
 
5906
+ #: ../wp-slimstat.php:1149
5907
  msgid "Invalid payload string. Try clearing your WordPress cache."
5908
  msgstr ""
5909
 
5910
+ #: ../wp-slimstat.php:1159
5911
  msgid "Invalid data signature. Try clearing your WordPress cache."
5912
  msgstr ""
5913
 
5914
+ #: ../wp-slimstat.php:1253
5915
  #, fuzzy
5916
  msgid "There was an error downloading the MaxMind Geolite DB:"
5917
  msgstr "Il y a eu une erreur lors de la mise à jour des options suivantes:"
5918
 
5919
+ #: ../wp-slimstat.php:1261 ../wp-slimstat.php:1270
5920
  #, fuzzy
5921
  msgid "There was an error opening the zipped MaxMind Geolite DB."
5922
  msgstr "Il y a eu une erreur lors de la mise à jour des options suivantes:"
5923
 
5924
+ #: ../wp-slimstat.php:1265
5925
  msgid "Function gzopen not defined. Aborting."
5926
  msgstr ""
5927
 
5928
+ #: ../wp-slimstat.php:1275
5929
  #, fuzzy
5930
  msgid "There was an error opening the unzipped MaxMind Geolite DB."
5931
  msgstr "Il y a eu une erreur lors de la mise à jour des options suivantes:"
5932
 
5933
+ #, fuzzy
5934
+ #~ msgid "Internal and Outbound Links"
5935
+ #~ msgstr "Liens sortants récents"
5936
+
5937
+ #, fuzzy
5938
+ #~ msgid "Track Coordinates"
5939
+ #~ msgstr "Mode traçage"
5940
+
5941
+ #~ msgid "Number of pages in your site included in Google's index."
5942
+ #~ msgstr "Nombre de pages de votre site indexées par Google."
5943
+
5944
+ #~ msgid "Google Index"
5945
+ #~ msgstr "Index Google"
5946
+
5947
+ #~ msgid ""
5948
+ #~ "How many times the Facebook Like button has been approximately clicked on "
5949
+ #~ "your site."
5950
+ #~ msgstr ""
5951
+ #~ "Nombre de fois que votre site a été Liké par quelqu'un sur le réseau "
5952
+ #~ "social."
5953
+
5954
+ #~ msgid "Facebook Likes"
5955
+ #~ msgstr "\"J'aime\" Facebook"
5956
+
5957
  #, fuzzy
5958
  #~ msgid "Delete records"
5959
  #~ msgstr "Filtrer les pages vues pour que"
6027
  #~ msgid "Custom Reports"
6028
  #~ msgstr "Rapports personnalisés"
6029
 
 
 
 
 
6030
  #, fuzzy
6031
  #~ msgid ""
6032
  #~ "Collect information about screen resolutions, outbound links, downloads, "
6050
  #~ "visiteur supporte l'anti-crénelage (lissage des polices). Si les "
6051
  #~ "Capacités du navigateur ne sont pas tracées, ce paramètre est ignoré."
6052
 
 
 
 
6053
  #~ msgid "Start From"
6054
  #~ msgstr "Commencer à partir de"
6055
 
languages/wp-slimstat-it_IT.mo CHANGED
Binary file
languages/wp-slimstat-it_IT.po CHANGED
@@ -1,7 +1,7 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP SlimStat\n"
4
- "POT-Creation-Date: 2016-01-28 21:34-0500\n"
5
  "PO-Revision-Date: \n"
6
  "Last-Translator: WP Slimstat <support@wp-slimstat.com>\n"
7
  "Language-Team: camu <info@duechiacchiere.it>\n"
@@ -15,6 +15,8 @@ msgstr ""
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-SearchPath-0: ..\n"
 
 
18
 
19
  #: ../admin/config/index.php:33
20
  msgid ""
@@ -86,7 +88,7 @@ msgid ""
86
  "etc. This option is ignored if Tracking Mode is set to Client."
87
  msgstr ""
88
 
89
- #: ../admin/config/index.php:97 ../admin/view/wp-slimstat-reports.php:1368
90
  msgid "Off"
91
  msgstr "Off"
92
 
@@ -102,7 +104,8 @@ msgstr "Pagine admin"
102
  msgid "Enable this option to track your users' activity within the admin."
103
  msgstr ""
104
 
105
- #: ../admin/config/index.php:98
 
106
  msgid "Track"
107
  msgstr "Traccia"
108
 
@@ -115,10 +118,20 @@ msgid "WordPress Integration"
115
  msgstr "Integrazione con WordPress"
116
 
117
  #: ../admin/config/index.php:101
 
 
 
 
 
 
 
 
 
 
118
  msgid "Menu Position"
119
  msgstr "Posizione Menu"
120
 
121
- #: ../admin/config/index.php:101
122
  msgid ""
123
  "Choose between a standalone admin menu for Slimstat or a drop down in the "
124
  "admin bar (if visible)."
@@ -126,70 +139,60 @@ msgstr ""
126
  "Ti consente di decidere se vuoi avere il menu di Slimstat nella navigazione "
127
  "qui a fianco o nella barra di amministrazione."
128
 
129
- #: ../admin/config/index.php:101
130
  msgid "Side Menu"
131
  msgstr "Navigazione laterale"
132
 
133
- #: ../admin/config/index.php:101
134
  msgid "Admin Bar"
135
  msgstr "Barra di amministrazione"
136
 
137
- #: ../admin/config/index.php:102
138
  msgid "Posts and Pages"
139
  msgstr "Articoli e Pagine"
140
 
141
- #: ../admin/config/index.php:102
142
  msgid ""
143
  "Add a new column to the Edit Posts/Pages screens, with the number of hits "
144
  "per post within the timeframe specified here below."
145
  msgstr ""
146
 
147
- #: ../admin/config/index.php:103
148
  msgid "Report Interval"
149
  msgstr ""
150
 
151
- #: ../admin/config/index.php:103
152
  msgid ""
153
  "Enter the time range, in days, that should be used to calculate the value "
154
  "here above."
155
  msgstr ""
156
 
157
- #: ../admin/config/index.php:104
158
  msgid "Report Type"
159
  msgstr "Tipo rapporto"
160
 
161
- #: ../admin/config/index.php:104
162
  msgid ""
163
  "Select what kind of information you would like to see displayed on the Posts "
164
  "admin screen. Pageviews include all the hits regardless of the user, Unique "
165
  "IPs consider only one hit per user in the given time range."
166
  msgstr ""
167
 
168
- #: ../admin/config/index.php:104 ../admin/view/wp-slimstat-reports.php:81
169
  #: ../admin/view/wp-slimstat-reports.php:90
170
- #: ../admin/view/wp-slimstat-reports.php:1384
171
- #: ../admin/view/wp-slimstat-reports.php:1542
172
  msgid "Pageviews"
173
  msgstr "Accessi"
174
 
175
- #: ../admin/config/index.php:104 ../admin/view/wp-slimstat-reports.php:91
176
- #: ../admin/view/wp-slimstat-reports.php:284
177
- #: ../admin/view/wp-slimstat-reports.php:525
178
- #: ../admin/view/wp-slimstat-reports.php:1399
179
- #: ../admin/view/wp-slimstat-reports.php:1444
180
  msgid "Unique IPs"
181
  msgstr "IP unici"
182
 
183
- #: ../admin/config/index.php:105
184
- msgid "Dashboard Widgets"
185
- msgstr ""
186
-
187
- #: ../admin/config/index.php:105
188
- msgid ""
189
- "Choose if you want to have the most important reports on your WordPress "
190
- "Dashboard. Use the Screen Options dropdown to select which ones to display."
191
- msgstr ""
192
-
193
  #: ../admin/config/index.php:106
194
  msgid "Hide Add-ons"
195
  msgstr "Nascondi Add-on"
@@ -229,7 +232,7 @@ msgstr ""
229
 
230
  #: ../admin/config/index.php:109 ../admin/view/index.php:102
231
  #: ../admin/view/wp-slimstat-db.php:79
232
- #: ../admin/view/wp-slimstat-reports.php:1368
233
  msgid "days"
234
  msgstr "giorni"
235
 
@@ -248,36 +251,107 @@ msgid ""
248
  msgstr ""
249
 
250
  #: ../admin/config/index.php:117
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
251
  msgid "Advanced Options"
252
  msgstr "Opzioni avanzate"
253
 
254
- #: ../admin/config/index.php:118
255
  msgid "Session Duration"
256
  msgstr "Durata della sessione"
257
 
258
- #: ../admin/config/index.php:118
259
  msgid ""
260
  "How many seconds should a human session last? Google Analytics sets it to "
261
  "1800 seconds."
262
  msgstr ""
263
 
264
- #: ../admin/config/index.php:118 ../admin/config/index.php:189
265
  msgid "seconds"
266
  msgstr "secondi"
267
 
268
- #: ../admin/config/index.php:119
269
  msgid "Extend Session"
270
  msgstr "Estendi sessione"
271
 
272
- #: ../admin/config/index.php:119
273
  msgid "Extend the duration of a session each time the user visits a new page."
274
  msgstr ""
275
 
276
- #: ../admin/config/index.php:120
277
  msgid "Browser Detection"
278
  msgstr "Riconoscimento Browser"
279
 
280
- #: ../admin/config/index.php:120
281
  msgid ""
282
  "The heuristic function is much faster and requires very little memory, but "
283
  "for uncommon user agent strings it might be less accurate, and produce a "
@@ -289,30 +363,30 @@ msgid ""
289
  "produce a match."
290
  msgstr ""
291
 
292
- #: ../admin/config/index.php:120
293
  msgid "Browscap"
294
  msgstr "Browscap"
295
 
296
- #: ../admin/config/index.php:120
297
  msgid "Heuristic"
298
  msgstr ""
299
 
300
- #: ../admin/config/index.php:121
301
  msgid "Enable CDN"
302
  msgstr "Attiva CDN"
303
 
304
- #: ../admin/config/index.php:121
305
  msgid ""
306
  "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
307
  "by serving our tracking code from their fast and reliable network (free "
308
  "service)."
309
  msgstr ""
310
 
311
- #: ../admin/config/index.php:122
312
  msgid "Extensions to Track"
313
  msgstr "Estensioni da tracciare"
314
 
315
- #: ../admin/config/index.php:122
316
  msgid ""
317
  "List all the file extensions that you want to be treated as Downloads. "
318
  "Please note that links pointing to external resources (i.e. PDFs on a "
@@ -321,71 +395,23 @@ msgid ""
321
  "below."
322
  msgstr ""
323
 
324
- #: ../admin/config/index.php:124
325
- msgid "Internal and Outbound Links"
326
- msgstr "Link interni ed in uscita"
327
-
328
- #: ../admin/config/index.php:125
329
- msgid "Track Outbound Clicks"
330
- msgstr "Traccia link in uscita"
331
-
332
- #: ../admin/config/index.php:125
333
- msgid ""
334
- "Track when your visitors click on link to external websites. This option "
335
- "required Spy Mode to be enabled."
336
- msgstr ""
337
-
338
- #: ../admin/config/index.php:126
339
- msgid "Track Coordinates"
340
- msgstr "Tracciamento coordinate"
341
-
342
- #: ../admin/config/index.php:126
343
- msgid ""
344
- "Collect mouse coordinates and other information for clicks on internal "
345
- "links. Strongly recommended if you're using the heatmap add-on. By default, "
346
- "this information is only collected for external links."
347
- msgstr ""
348
-
349
- #: ../admin/config/index.php:127
350
- msgid "No Callback"
351
- msgstr "Disattiva callback"
352
-
353
- #: ../admin/config/index.php:127
354
- msgid ""
355
- "Track the event but do not invoke the callback function on links marked with "
356
- "one of these class names, <em>rel</em> attribute or whose <em>href</em> "
357
- "attribute contains one of these strings (separated by comma). Useful to "
358
- "prevent conflicts with lightbox and similar libraries."
359
- msgstr ""
360
-
361
- #: ../admin/config/index.php:128
362
- msgid "Do Not Track"
363
- msgstr "Escludi link"
364
-
365
- #: ../admin/config/index.php:128
366
- msgid ""
367
- "Do not track links marked with one of these class names, <em>rel</em> "
368
- "attributes or whose <em>href</em> attribute contains one of these strings "
369
- "(separated by comma)."
370
- msgstr ""
371
-
372
- #: ../admin/config/index.php:130
373
- msgid "Pages not belonging to this site"
374
- msgstr "Pagine esterne a questo sito"
375
-
376
  #: ../admin/config/index.php:131
 
 
 
 
377
  msgid ""
378
  "Add the following code to all the non-WP pages you want to track, right "
379
  "before the closing BODY tag. Please make sure to change the protocol of all "
380
  "the URLs to HTTPS, if you external site is served over a secure channel."
381
  msgstr ""
382
 
383
- #: ../admin/config/index.php:141
384
  #, fuzzy
385
- msgid "Allow External Domains"
386
  msgstr "Pagine Esterne"
387
 
388
- #: ../admin/config/index.php:141
389
  msgid ""
390
  "If you are getting an error saying that no 'Access-Control-Allow-Origin' "
391
  "header is present on the requested resource, when using the external "
@@ -396,16 +422,16 @@ msgid ""
396
  "security implications of allowing CORS requests."
397
  msgstr ""
398
 
399
- #: ../admin/config/index.php:142 ../admin/config/index.php:164
400
- #: ../admin/config/index.php:192
401
  msgid "Miscellaneous"
402
  msgstr "Altre impostazioni"
403
 
404
- #: ../admin/config/index.php:143
405
  msgid "Enable UAN"
406
  msgstr "Attiva UAN"
407
 
408
- #: ../admin/config/index.php:143
409
  msgid ""
410
  "Send anonymous data about user agents to our server for analysis. This "
411
  "allows us to contribute to the <a href='http://browscap.org/' "
@@ -414,28 +440,28 @@ msgid ""
414
  "ads network. No worries, your site will not be affected in any way."
415
  msgstr ""
416
 
417
- #: ../admin/config/index.php:148
418
  msgid "Filters"
419
  msgstr "Filtri"
420
 
421
- #: ../admin/config/index.php:150
422
  #, fuzzy
423
  msgid "Do not track settings"
424
  msgstr "non contiene"
425
 
426
- #: ../admin/config/index.php:151
427
  msgid "Track Registered Users"
428
  msgstr "Traccia utenti"
429
 
430
- #: ../admin/config/index.php:151
431
  msgid "Enable this option to track logged in users."
432
  msgstr "Attiva questa opzione se vuoi tracciare gli utenti autenticati."
433
 
434
- #: ../admin/config/index.php:152
435
  msgid "Blacklist by Username"
436
  msgstr "Lista nera degli username"
437
 
438
- #: ../admin/config/index.php:152
439
  msgid ""
440
  "List all the usernames you don't want to track, separated by commas. Please "
441
  "be aware that spaces are <em>not</em> ignored and that usernames are case "
@@ -445,11 +471,1
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP SlimStat\n"
4
+ "POT-Creation-Date: 2016-02-27 23:01-0500\n"
5
  "PO-Revision-Date: \n"
6
  "Last-Translator: WP Slimstat <support@wp-slimstat.com>\n"
7
  "Language-Team: camu <info@duechiacchiere.it>\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
+ "X-Poedit-SearchPathExcluded-0: ../admin/update-checker\n"
19
+ "X-Poedit-SearchPathExcluded-1: ../admin/js\n"
20
 
21
  #: ../admin/config/index.php:33
22
  msgid ""
88
  "etc. This option is ignored if Tracking Mode is set to Client."
89
  msgstr ""
90
 
91
+ #: ../admin/config/index.php:97 ../admin/view/wp-slimstat-reports.php:1372
92
  msgid "Off"
93
  msgstr "Off"
94
 
104
  msgid "Enable this option to track your users' activity within the admin."
105
  msgstr ""
106
 
107
+ #: ../admin/config/index.php:98 ../admin/config/index.php:118
108
+ #: ../admin/config/index.php:119
109
  msgid "Track"
110
  msgstr "Traccia"
111
 
118
  msgstr "Integrazione con WordPress"
119
 
120
  #: ../admin/config/index.php:101
121
+ msgid "Dashboard Widgets"
122
+ msgstr ""
123
+
124
+ #: ../admin/config/index.php:101
125
+ msgid ""
126
+ "Choose if you want to have the most important reports on your WordPress "
127
+ "Dashboard. Use the Screen Options dropdown to select which ones to display."
128
+ msgstr ""
129
+
130
+ #: ../admin/config/index.php:102
131
  msgid "Menu Position"
132
  msgstr "Posizione Menu"
133
 
134
+ #: ../admin/config/index.php:102
135
  msgid ""
136
  "Choose between a standalone admin menu for Slimstat or a drop down in the "
137
  "admin bar (if visible)."
139
  "Ti consente di decidere se vuoi avere il menu di Slimstat nella navigazione "
140
  "qui a fianco o nella barra di amministrazione."
141
 
142
+ #: ../admin/config/index.php:102
143
  msgid "Side Menu"
144
  msgstr "Navigazione laterale"
145
 
146
+ #: ../admin/config/index.php:102
147
  msgid "Admin Bar"
148
  msgstr "Barra di amministrazione"
149
 
150
+ #: ../admin/config/index.php:103
151
  msgid "Posts and Pages"
152
  msgstr "Articoli e Pagine"
153
 
154
+ #: ../admin/config/index.php:103
155
  msgid ""
156
  "Add a new column to the Edit Posts/Pages screens, with the number of hits "
157
  "per post within the timeframe specified here below."
158
  msgstr ""
159
 
160
+ #: ../admin/config/index.php:104
161
  msgid "Report Interval"
162
  msgstr ""
163
 
164
+ #: ../admin/config/index.php:104
165
  msgid ""
166
  "Enter the time range, in days, that should be used to calculate the value "
167
  "here above."
168
  msgstr ""
169
 
170
+ #: ../admin/config/index.php:105
171
  msgid "Report Type"
172
  msgstr "Tipo rapporto"
173
 
174
+ #: ../admin/config/index.php:105
175
  msgid ""
176
  "Select what kind of information you would like to see displayed on the Posts "
177
  "admin screen. Pageviews include all the hits regardless of the user, Unique "
178
  "IPs consider only one hit per user in the given time range."
179
  msgstr ""
180
 
181
+ #: ../admin/config/index.php:105 ../admin/view/wp-slimstat-reports.php:81
182
  #: ../admin/view/wp-slimstat-reports.php:90
183
+ #: ../admin/view/wp-slimstat-reports.php:1388
184
+ #: ../admin/view/wp-slimstat-reports.php:1546
185
  msgid "Pageviews"
186
  msgstr "Accessi"
187
 
188
+ #: ../admin/config/index.php:105 ../admin/view/wp-slimstat-reports.php:91
189
+ #: ../admin/view/wp-slimstat-reports.php:285
190
+ #: ../admin/view/wp-slimstat-reports.php:526
191
+ #: ../admin/view/wp-slimstat-reports.php:1403
192
+ #: ../admin/view/wp-slimstat-reports.php:1448
193
  msgid "Unique IPs"
194
  msgstr "IP unici"
195
 
 
 
 
 
 
 
 
 
 
 
196
  #: ../admin/config/index.php:106
197
  msgid "Hide Add-ons"
198
  msgstr "Nascondi Add-on"
232
 
233
  #: ../admin/config/index.php:109 ../admin/view/index.php:102
234
  #: ../admin/view/wp-slimstat-db.php:79
235
+ #: ../admin/view/wp-slimstat-reports.php:1372
236
  msgid "days"
237
  msgstr "giorni"
238
 
251
  msgstr ""
252
 
253
  #: ../admin/config/index.php:117
254
+ #, fuzzy
255
+ msgid "Link Tracking"
256
+ msgstr "Tipo Tracciamento"
257
+
258
+ #: ../admin/config/index.php:118
259
+ #, fuzzy
260
+ msgid "Outbound Clicks"
261
+ msgstr "Traccia link in uscita"
262
+
263
+ #: ../admin/config/index.php:118
264
+ msgid ""
265
+ "Track when your visitors click on link to external websites. This option "
266
+ "required Spy Mode to be enabled."
267
+ msgstr ""
268
+
269
+ #: ../admin/config/index.php:118 ../admin/config/index.php:119
270
+ #: ../admin/config/index.php:121
271
+ msgid "Do Not Track"
272
+ msgstr "Escludi link"
273
+
274
+ #: ../admin/config/index.php:119
275
+ #, fuzzy
276
+ msgid "Internal Clicks"
277
+ msgstr "Classifica ricerche interne"
278
+
279
+ #: ../admin/config/index.php:119
280
+ msgid ""
281
+ "Collect mouse coordinates and other information for clicks on internal "
282
+ "links. Recommended if you're using our heatmap add-on. By default, this "
283
+ "information is only collected for external links."
284
+ msgstr ""
285
+
286
+ #: ../admin/config/index.php:120
287
+ msgid "No Callback"
288
+ msgstr "Disattiva callback"
289
+
290
+ #: ../admin/config/index.php:120
291
+ msgid ""
292
+ "Track the event but do not invoke the callback function on links marked with "
293
+ "one of these class names, <em>rel</em> attribute or whose <em>href</em> "
294
+ "attribute contains one of these strings (separated by comma). Useful to "
295
+ "prevent conflicts with lightbox and similar libraries."
296
+ msgstr ""
297
+
298
+ #: ../admin/config/index.php:121
299
+ msgid ""
300
+ "The tracker will ignore links marked with one of these class names, <em>rel</"
301
+ "em> attributes or whose <em>href</em> attribute contains one of these "
302
+ "strings (separated by comma)."
303
+ msgstr ""
304
+
305
+ #: ../admin/config/index.php:122
306
+ #, fuzzy
307
+ msgid "Async Tracker"
308
+ msgstr "Sistema di tracciamento"
309
+
310
+ #: ../admin/config/index.php:122
311
+ msgid ""
312
+ "When the tracker is configured to record clicks on internal and / or "
313
+ "outbound links, it needs to send this information back to the server "
314
+ "<strong>before</strong> loading the actual page. This can result in a "
315
+ "noticeable delay when someone clicks on one of your links, if your server "
316
+ "takes a while to acknowledge the receipt of that information. You can set "
317
+ "this option to instruct the tracker not to wait for the server, and load the "
318
+ "target URL right away. This will remove the delay, but it might result in a "
319
+ "less accurate logging of events. You can check your server latency under "
320
+ "Site Analysis > Your Website. Values under 1000 milliseconds might allow you "
321
+ "to use async mode."
322
+ msgstr ""
323
+
324
+ #: ../admin/config/index.php:124
325
  msgid "Advanced Options"
326
  msgstr "Opzioni avanzate"
327
 
328
+ #: ../admin/config/index.php:125
329
  msgid "Session Duration"
330
  msgstr "Durata della sessione"
331
 
332
+ #: ../admin/config/index.php:125
333
  msgid ""
334
  "How many seconds should a human session last? Google Analytics sets it to "
335
  "1800 seconds."
336
  msgstr ""
337
 
338
+ #: ../admin/config/index.php:125 ../admin/config/index.php:193
339
  msgid "seconds"
340
  msgstr "secondi"
341
 
342
+ #: ../admin/config/index.php:126
343
  msgid "Extend Session"
344
  msgstr "Estendi sessione"
345
 
346
+ #: ../admin/config/index.php:126
347
  msgid "Extend the duration of a session each time the user visits a new page."
348
  msgstr ""
349
 
350
+ #: ../admin/config/index.php:127
351
  msgid "Browser Detection"
352
  msgstr "Riconoscimento Browser"
353
 
354
+ #: ../admin/config/index.php:127
355
  msgid ""
356
  "The heuristic function is much faster and requires very little memory, but "
357
  "for uncommon user agent strings it might be less accurate, and produce a "
363
  "produce a match."
364
  msgstr ""
365
 
366
+ #: ../admin/config/index.php:127
367
  msgid "Browscap"
368
  msgstr "Browscap"
369
 
370
+ #: ../admin/config/index.php:127
371
  msgid "Heuristic"
372
  msgstr ""
373
 
374
+ #: ../admin/config/index.php:128
375
  msgid "Enable CDN"
376
  msgstr "Attiva CDN"
377
 
378
+ #: ../admin/config/index.php:128
379
  msgid ""
380
  "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
381
  "by serving our tracking code from their fast and reliable network (free "
382
  "service)."
383
  msgstr ""
384
 
385
+ #: ../admin/config/index.php:129
386
  msgid "Extensions to Track"
387
  msgstr "Estensioni da tracciare"
388
 
389
+ #: ../admin/config/index.php:129
390
  msgid ""
391
  "List all the file extensions that you want to be treated as Downloads. "
392
  "Please note that links pointing to external resources (i.e. PDFs on a "
395
  "below."
396
  msgstr ""
397
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
398
  #: ../admin/config/index.php:131
399
+ msgid "External Pages"
400
+ msgstr "Pagine Esterne"
401
+
402
+ #: ../admin/config/index.php:132
403
  msgid ""
404
  "Add the following code to all the non-WP pages you want to track, right "
405
  "before the closing BODY tag. Please make sure to change the protocol of all "
406
  "the URLs to HTTPS, if you external site is served over a secure channel."
407
  msgstr ""
408
 
409
+ #: ../admin/config/index.php:142
410
  #, fuzzy
411
+ msgid "Allow Domains"
412
  msgstr "Pagine Esterne"
413
 
414
+ #: ../admin/config/index.php:142
415
  msgid ""
416
  "If you are getting an error saying that no 'Access-Control-Allow-Origin' "
417
  "header is present on the requested resource, when using the external "
422
  "security implications of allowing CORS requests."
423
  msgstr ""
424
 
425
+ #: ../admin/config/index.php:143 ../admin/config/index.php:165
426
+ #: ../admin/config/index.php:196
427
  msgid "Miscellaneous"
428
  msgstr "Altre impostazioni"
429
 
430
+ #: ../admin/config/index.php:144
431
  msgid "Enable UAN"
432
  msgstr "Attiva UAN"
433
 
434
+ #: ../admin/config/index.php:144
435
  msgid ""
436
  "Send anonymous data about user agents to our server for analysis. This "
437
  "allows us to contribute to the <a href='http://browscap.org/' "
440
  "ads network. No worries, your site will not be affected in any way."
441
  msgstr ""
442
 
443
+ #: ../admin/config/index.php:149
444
  msgid "Filters"
445
  msgstr "Filtri"
446
 
447
+ #: ../admin/config/index.php:151
448
  #, fuzzy
449
  msgid "Do not track settings"
450
  msgstr "non contiene"
451
 
452
+ #: ../admin/config/index.php:152
453
  msgid "Track Registered Users"
454
  msgstr "Traccia utenti"
455
 
456
+ #: ../admin/config/index.php:152
457
  msgid "Enable this option to track logged in users."
458
  msgstr "Attiva questa opzione se vuoi tracciare gli utenti autenticati."
459
 
460
+ #: ../admin/config/index.php:153
461
  msgid "Blacklist by Username"
462
  msgstr "Lista nera degli username"
463
 
464
+ #: ../admin/config/index.php:153
465
  msgid ""
466
  "List all the usernames you don't want to track, separated by commas. Please "
467
  "be aware that spaces are <em>not</em> ignored and that usernames are case "