Google Analytics for WordPress by MonsterInsights - Version 7.16.1

Version Description

= 7.0.0 =

This is a major release. Please back up your site before upgrading.

= 6.0.0 =

This is a major release. Please back up your site before upgrading.

Download this release

Release Info

Developer gripgrip
Plugin Icon 128x128 Google Analytics for WordPress by MonsterInsights
Version 7.16.1
Comparing to
See all releases

Code changes from version 7.16.0 to 7.16.1

assets/js/frontend-gtag.js CHANGED
@@ -17,6 +17,7 @@ var MonsterInsights = function () {
17
  for IE 7/8 will continue to work, with the exception of events tracking of downloads. */
18
  var lastClicked = [];
19
  var internalAsOutboundCategory = '';
 
20
 
21
  this.setLastClicked = function ( valuesArray, fieldsArray, tracked ) {
22
  valuesArray = typeof valuesArray !== 'undefined' ? valuesArray : [];
@@ -358,6 +359,7 @@ var MonsterInsights = function () {
358
  if ( __gtagTrackerHitBackRun ) {
359
  return;
360
  }
 
361
  __gtagTrackerHitBackRun = true;
362
  window.location.href = link;
363
  };
@@ -446,6 +448,7 @@ var MonsterInsights = function () {
446
 
447
  __gtagTrackerSend( 'event', action || link, fieldsArray, valuesArray );
448
  } else if ( type == 'internal-as-outbound' ) {
 
449
  window.onbeforeunload = function ( e ) {
450
  if ( !event.defaultPrevented ) {
451
  if ( event.preventDefault ) {
@@ -469,6 +472,7 @@ var MonsterInsights = function () {
469
  setTimeout( __gtagTrackerHitBack, 1000 );
470
  };
471
  } else if ( type == 'external' ) {
 
472
  window.onbeforeunload = function ( e ) {
473
  if ( !event.defaultPrevented ) {
474
  if ( event.preventDefault ) {
@@ -492,6 +496,7 @@ var MonsterInsights = function () {
492
  setTimeout( __gtagTrackerHitBack, 1000 );
493
  };
494
  } else if ( type == 'cross-hostname' ) {
 
495
  window.onbeforeunload = function ( e ) {
496
  if ( !event.defaultPrevented ) {
497
  if ( event.preventDefault ) {
@@ -543,6 +548,7 @@ var MonsterInsights = function () {
543
  }
544
  }
545
  } else {
 
546
  valuesArray.exit = 'internal';
547
  __gtagTrackerNotSend( valuesArray );
548
  }
@@ -567,6 +573,12 @@ var MonsterInsights = function () {
567
  }
568
  }
569
 
 
 
 
 
 
 
570
  /* Attach the event to all clicks in the document after page has loaded */
571
  var __gtagTrackerWindow = window;
572
  if ( __gtagTrackerWindow.addEventListener ) {
17
  for IE 7/8 will continue to work, with the exception of events tracking of downloads. */
18
  var lastClicked = [];
19
  var internalAsOutboundCategory = '';
20
+ var beforeUnloadChanged = false;
21
 
22
  this.setLastClicked = function ( valuesArray, fieldsArray, tracked ) {
23
  valuesArray = typeof valuesArray !== 'undefined' ? valuesArray : [];
359
  if ( __gtagTrackerHitBackRun ) {
360
  return;
361
  }
362
+ maybePreventBeforeUnload();
363
  __gtagTrackerHitBackRun = true;
364
  window.location.href = link;
365
  };
448
 
449
  __gtagTrackerSend( 'event', action || link, fieldsArray, valuesArray );
450
  } else if ( type == 'internal-as-outbound' ) {
451
+ beforeUnloadChanged = true;
452
  window.onbeforeunload = function ( e ) {
453
  if ( !event.defaultPrevented ) {
454
  if ( event.preventDefault ) {
472
  setTimeout( __gtagTrackerHitBack, 1000 );
473
  };
474
  } else if ( type == 'external' ) {
475
+ beforeUnloadChanged = true;
476
  window.onbeforeunload = function ( e ) {
477
  if ( !event.defaultPrevented ) {
478
  if ( event.preventDefault ) {
496
  setTimeout( __gtagTrackerHitBack, 1000 );
497
  };
498
  } else if ( type == 'cross-hostname' ) {
499
+ beforeUnloadChanged = true;
500
  window.onbeforeunload = function ( e ) {
501
  if ( !event.defaultPrevented ) {
502
  if ( event.preventDefault ) {
548
  }
549
  }
550
  } else {
551
+ maybePreventBeforeUnload();
552
  valuesArray.exit = 'internal';
553
  __gtagTrackerNotSend( valuesArray );
554
  }
573
  }
574
  }
575
 
576
+ function maybePreventBeforeUnload() {
577
+ if ( beforeUnloadChanged ) {
578
+ window.onbeforeunload = null;
579
+ }
580
+ }
581
+
582
  /* Attach the event to all clicks in the document after page has loaded */
583
  var __gtagTrackerWindow = window;
584
  if ( __gtagTrackerWindow.addEventListener ) {
assets/js/frontend-gtag.min.js CHANGED
@@ -1,46 +1,46 @@
1
- ;var MonsterInsights=function(){var e=[],a='';this.setLastClicked=function(t,n,i){t=typeof t!=='undefined'?t:[];n=typeof n!=='undefined'?n:[];i=typeof i!=='undefined'?i:!1;e.valuesArray=t;e.fieldsArray=n};this.getLastClicked=function(){return e};this.setInternalAsOutboundCategory=function(e){a=e};this.getInternalAsOutboundCategory=function(){return a};this.sendEvent=function(e,n,i){t(e,n,i,[])};function s(){if(window.monsterinsights_debug_mode){return!0}
2
- else{return!1}};function t(t,n,a,r){t=typeof t!=='undefined'?t:'event';n=typeof n!=='undefined'?n:'';r=typeof r!=='undefined'?r:[];a=typeof a!=='undefined'?a:{};__gtagTracker(t,n,a);e.valuesArray=r;e.fieldsArray=a;e.fieldsArray.event_action=n;e.tracked=!0;i('Tracked: '+r.type);i(e)};function n(t){t=typeof t!=='undefined'?t:[];e.valuesArray=t;e.fieldsArray=[];e.tracked=!1;i('Not Tracked: '+t.exit);i(e)};function i(e){if(s()){console.dir(e)}};function o(e){return e.replace(/^\s+|\s+$/gm,'')};function f(){var n=0,e=document.domain,i=e.split('.'),t='_gd'+(new Date()).getTime();while(n<(i.length-1)&&document.cookie.indexOf(t+'='+t)==-1){e=i.slice(-1-(++n)).join('.');document.cookie=t+'='+t+';domain='+e+';'};document.cookie=t+'=;expires=Thu, 01 Jan 1970 00:00:01 GMT;domain='+e+';';return e};function u(e){e=e.toString();e=e.substring(0,(e.indexOf('#')==-1)?e.length:e.indexOf('#'));e=e.substring(0,(e.indexOf('?')==-1)?e.length:e.indexOf('?'));e=e.substring(e.lastIndexOf('/')+1,e.length);if(e.length>0&&e.indexOf('.')!==-1){e=e.substring(e.indexOf('.')+1);return e}
3
- else{return''}};function p(e){return e.which==1||e.which==2||e.metaKey||e.ctrlKey||e.shiftKey||e.altKey};function c(){var e=[];if(typeof monsterinsights_frontend.download_extensions=='string'){e=monsterinsights_frontend.download_extensions.split(',')};return e};function d(){var e=[];if(typeof monsterinsights_frontend.inbound_paths=='string'){e=JSON.parse(monsterinsights_frontend.inbound_paths)};return e};function m(e){if(e.which==1){return'event.which=1'}
4
  else if(e.which==2){return'event.which=2'}
5
  else if(e.metaKey){return'metaKey'}
6
  else if(e.ctrlKey){return'ctrlKey'}
7
  else if(e.shiftKey){return'shiftKey'}
8
  else if(e.altKey){return'altKey'}
9
- else{return''}};function b(e){var h=c(),i=d(),t='unknown',g=e.href,p=u(e.href),v=f(),l=e.hostname,r=e.protocol,m=e.pathname;g=g.toString();var s,b,y=e.getAttribute('data-vars-ga-category');if(y){return y};if(g.match(/^javascript\:/i)){t='internal'}
10
- else if(r&&r.length>0&&(o(r)=='tel'||o(r)=='tel:')){t='tel'}
11
- else if(r&&r.length>0&&(o(r)=='mailto'||o(r)=='mailto:')){t='mailto'}
12
- else if(l&&v&&l.length>0&&v.length>0&&!l.endsWith('.'+v)&&l!==v){t='external'}
13
  else if(m&&JSON.stringify(i)!='{}'&&m.length>0){var w=i.length;for(var n=0;n<w;n++){if(i[n].path&&i[n].label&&i[n].path.length>0&&i[n].label.length>0&&m.startsWith(i[n].path)){t='internal-as-outbound';a='outbound-link-'+i[n].label;break}}}
14
- else if(l&&window.monsterinsights_experimental_mode&&l.length>0&&document.domain.length>0&&l!==document.domain){t='cross-hostname'};if(p&&(t==='unknown'||'external'===t)&&h.length>0&&p.length>0){for(s=0,b=h.length;s<b;++s){if(h[s].length>0&&(g.endsWith(h[s])||h[s]==p)){t='download';break}}};if(t==='unknown'){t='internal'};return t};function y(e,t){var n=(e.target&&!e.target.match(/^_(self|parent|top)$/i))?e.target:!1;if(t.ctrlKey||t.shiftKey||t.metaKey||t.which==2){n='_blank'};return n};function h(e){if(e.getAttribute('data-vars-ga-label')&&e.getAttribute('data-vars-ga-label').replace(/\n/ig,'')){return e.getAttribute('data-vars-ga-label').replace(/\n/ig,'')}
15
  else if(e.title&&e.title.replace(/\n/ig,'')){return e.title.replace(/\n/ig,'')}
16
  else if(e.innerText&&e.innerText.replace(/\n/ig,'')){return e.innerText.replace(/\n/ig,'')}
17
  else if(e.getAttribute('aria-label')&&e.getAttribute('aria-label').replace(/\n/ig,'')){return e.getAttribute('aria-label').replace(/\n/ig,'')}
18
  else if(e.alt&&e.alt.replace(/\n/ig,'')){return e.alt.replace(/\n/ig,'')}
19
  else if(e.textContent&&e.textContent.replace(/\n/ig,'')){return e.textContent.replace(/\n/ig,'')}
20
- else{return undefined}};function w(e){var i=e.children,a=0,r,n;for(var t=0;t<i.length;t++){r=i[t];n=h(r);if(n){return n};if(a==99){return undefined};a++};return undefined};function g(i){var o=i.srcElement||i.target,e=[],l;e.el=o;e.click_type=m(i);if('undefined'===typeof __gtagTracker||!p(i)){e.exit='loaded';n(e);return}
21
- while(o&&(typeof o.tagName=='undefined'||o.tagName.toLowerCase()!='a'||!o.href)){o=o.parentNode};if(o&&o.href&&!o.hasAttribute('xlink:href')){var x=o.href,D=u(o.href),C=c(),I=d(),M=monsterinsights_frontend.home_url,S=f(),r=b(o),T=y(o,i),k=o.getAttribute('data-vars-ga-action'),g=o.getAttribute('data-vars-ga-label');e.el=o;e.el_href=o.href;e.el_protocol=o.protocol;e.el_hostname=o.hostname;e.el_port=o.port;e.el_pathname=o.pathname;e.el_search=o.search;e.el_hash=o.hash;e.el_host=o.host;e.debug_mode=s();e.download_extensions=C;e.inbound_paths=I;e.home_url=M;e.link=x;e.extension=D;e.type=r;e.target=T;e.title=h(o);if(!e.label&&!e.title){e.title=w(o)};if(r!=='internal'&&r!=='javascript'){var A=!1,v=function(){if(A){return};A=!0;window.location.href=x},O=function(){e.exit='external';n(e)},K=function(){e.exit='internal-as-outbound';n(e)},E=function(){e.exit='cross-hostname';n(e)};if(T||r=='mailto'||r=='tel'){if(r=='download'){l={event_category:'download',event_label:g||e.title,}}
22
- else if(r=='tel'){l={event_category:'tel',event_label:g||e.title.replace('tel:',''),}}
23
- else if(r=='mailto'){console.log(g||e.title.replace('mailto:',''));l={event_category:'mailto',event_label:g||e.title.replace('mailto:',''),}}
24
- else if(r=='internal-as-outbound'){l={event_category:a,event_label:g||e.title,}}
25
- else if(r=='external'){l={event_category:'outbound-link',event_label:g||e.title,}}
26
- else if(r=='cross-hostname'){l={event_category:'cross-hostname',event_label:g||e.title,}};if(l){t('event',k||x,l,e)}
27
- else{if(r&&r!='internal'){l={event_category:r,event_label:g||e.title,};t('event',k||x,l,e)}
28
  else{e.exit='type';n(e)}}}
29
  else{if(r!='cross-hostname'&&r!='external'&&r!='internal-as-outbound'){if(!i.defaultPrevented){if(i.preventDefault){i.preventDefault()}
30
- else{i.returnValue=!1}}};if(r=='download'){l={event_category:'download',event_label:g||e.title,event_callback:v,};t('event',k||x,l,e)}
31
- else if(r=='internal-as-outbound'){window.onbeforeunload=function(n){if(!i.defaultPrevented){if(i.preventDefault){i.preventDefault()}
32
- else{i.returnValue=!1}};l={event_category:a,event_label:g||e.title,event_callback:v,};if(navigator.sendBeacon){l.transport='beacon'};t('event',k||x,l,e);setTimeout(v,1000)}}
33
- else if(r=='external'){window.onbeforeunload=function(n){if(!i.defaultPrevented){if(i.preventDefault){i.preventDefault()}
34
- else{i.returnValue=!1}};l={event_category:'outbound-link',event_label:g||e.title,event_callback:v,};if(navigator.sendBeacon){l.transport='beacon'};t('event',k||x,l,e);setTimeout(v,1000)}}
35
- else if(r=='cross-hostname'){window.onbeforeunload=function(n){if(!i.defaultPrevented){if(i.preventDefault){i.preventDefault()}
36
- else{i.returnValue=!1}};l={event_category:'cross-hostname',event_label:g||e.title,event_callback:v,};if(navigator.sendBeacon){l.transport='beacon'};t('event',k||x,l,e);setTimeout(v,1000)}}
37
- else{if(r&&r!=='internal'){l={event_category:r,event_label:g||e.title,event_callback:v,};t('event',k||x,l,e)}
38
- else{e.exit='type';n(e)}};if(r!='external'&&r!='cross-hostname'&&r!='internal-as-outbound'){setTimeout(v,1000)}
39
- else{if(r=='external'){setTimeout(O,1100)}
40
- else if(r=='cross-hostname'){setTimeout(E,1100)}
41
- else{setTimeout(K,1100)}}}}
42
- else{e.exit='internal';n(e)}}
43
- else{e.exit='notlink';n(e)}};var l=window.location.hash;function v(){if(monsterinsights_frontend.hash_tracking==='true'&&l!=window.location.hash&&monsterinsights_frontend.ua){l=window.location.hash;__gtagTracker('config',monsterinsights_frontend.ua,{page_path:location.pathname+location.search+location.hash,});i('Hash change to: '+location.pathname+location.search+location.hash)}
44
- else{i('Hash change to (untracked): '+location.pathname+location.search+location.hash)}};var r=window;if(r.addEventListener){r.addEventListener('load',function(){document.body.addEventListener('click',g,!1)},!1);window.addEventListener('hashchange',v,!1)}
45
- else{if(r.attachEvent){r.attachEvent('onload',function(){document.body.attachEvent('onclick',g)});window.attachEvent('onhashchange',v)}};if(typeof String.prototype.endsWith!=='function'){String.prototype.endsWith=function(e){return this.indexOf(e,this.length-e.length)!==-1}};if(typeof String.prototype.startsWith!=='function'){String.prototype.startsWith=function(e){return this.indexOf(e)===0}};if(typeof Array.prototype.lastIndexOf!=='function'){Array.prototype.lastIndexOf=function(e){'use strict';if(this===void 0||this===null){throw new TypeError()};var t,n,a=Object(this),i=a.length>>>0;if(i===0){return-1};t=i-1;if(arguments.length>1){t=Number(arguments[1]);if(t!=t){t=0}
46
  else if(t!=0&&t!=(1/0)&&t!=-(1/0)){t=(t>0||-1)*Math.floor(Math.abs(t))}};for(n=t>=0?Math.min(t,i-1):i-Math.abs(t);n>=0;n--){if(n in a&&a[n]===e){return n}};return-1}}},MonsterInsightsObject=new MonsterInsights();
1
+ ;var MonsterInsights=function(){var e=[],a='',o=!1;this.setLastClicked=function(t,n,i){t=typeof t!=='undefined'?t:[];n=typeof n!=='undefined'?n:[];i=typeof i!=='undefined'?i:!1;e.valuesArray=t;e.fieldsArray=n};this.getLastClicked=function(){return e};this.setInternalAsOutboundCategory=function(e){a=e};this.getInternalAsOutboundCategory=function(){return a};this.sendEvent=function(e,n,i){t(e,n,i,[])};function f(){if(window.monsterinsights_debug_mode){return!0}
2
+ else{return!1}};function t(t,n,a,r){t=typeof t!=='undefined'?t:'event';n=typeof n!=='undefined'?n:'';r=typeof r!=='undefined'?r:[];a=typeof a!=='undefined'?a:{};__gtagTracker(t,n,a);e.valuesArray=r;e.fieldsArray=a;e.fieldsArray.event_action=n;e.tracked=!0;i('Tracked: '+r.type);i(e)};function n(t){t=typeof t!=='undefined'?t:[];e.valuesArray=t;e.fieldsArray=[];e.tracked=!1;i('Not Tracked: '+t.exit);i(e)};function i(e){if(f()){console.dir(e)}};function l(e){return e.replace(/^\s+|\s+$/gm,'')};function u(){var n=0,e=document.domain,i=e.split('.'),t='_gd'+(new Date()).getTime();while(n<(i.length-1)&&document.cookie.indexOf(t+'='+t)==-1){e=i.slice(-1-(++n)).join('.');document.cookie=t+'='+t+';domain='+e+';'};document.cookie=t+'=;expires=Thu, 01 Jan 1970 00:00:01 GMT;domain='+e+';';return e};function c(e){e=e.toString();e=e.substring(0,(e.indexOf('#')==-1)?e.length:e.indexOf('#'));e=e.substring(0,(e.indexOf('?')==-1)?e.length:e.indexOf('?'));e=e.substring(e.lastIndexOf('/')+1,e.length);if(e.length>0&&e.indexOf('.')!==-1){e=e.substring(e.indexOf('.')+1);return e}
3
+ else{return''}};function b(e){return e.which==1||e.which==2||e.metaKey||e.ctrlKey||e.shiftKey||e.altKey};function d(){var e=[];if(typeof monsterinsights_frontend.download_extensions=='string'){e=monsterinsights_frontend.download_extensions.split(',')};return e};function h(){var e=[];if(typeof monsterinsights_frontend.inbound_paths=='string'){e=JSON.parse(monsterinsights_frontend.inbound_paths)};return e};function y(e){if(e.which==1){return'event.which=1'}
4
  else if(e.which==2){return'event.which=2'}
5
  else if(e.metaKey){return'metaKey'}
6
  else if(e.ctrlKey){return'ctrlKey'}
7
  else if(e.shiftKey){return'shiftKey'}
8
  else if(e.altKey){return'altKey'}
9
+ else{return''}};function w(e){var f=d(),i=h(),t='unknown',g=e.href,p=c(e.href),v=u(),o=e.hostname,r=e.protocol,m=e.pathname;g=g.toString();var s,b,y=e.getAttribute('data-vars-ga-category');if(y){return y};if(g.match(/^javascript\:/i)){t='internal'}
10
+ else if(r&&r.length>0&&(l(r)=='tel'||l(r)=='tel:')){t='tel'}
11
+ else if(r&&r.length>0&&(l(r)=='mailto'||l(r)=='mailto:')){t='mailto'}
12
+ else if(o&&v&&o.length>0&&v.length>0&&!o.endsWith('.'+v)&&o!==v){t='external'}
13
  else if(m&&JSON.stringify(i)!='{}'&&m.length>0){var w=i.length;for(var n=0;n<w;n++){if(i[n].path&&i[n].label&&i[n].path.length>0&&i[n].label.length>0&&m.startsWith(i[n].path)){t='internal-as-outbound';a='outbound-link-'+i[n].label;break}}}
14
+ else if(o&&window.monsterinsights_experimental_mode&&o.length>0&&document.domain.length>0&&o!==document.domain){t='cross-hostname'};if(p&&(t==='unknown'||'external'===t)&&f.length>0&&p.length>0){for(s=0,b=f.length;s<b;++s){if(f[s].length>0&&(g.endsWith(f[s])||f[s]==p)){t='download';break}}};if(t==='unknown'){t='internal'};return t};function x(e,t){var n=(e.target&&!e.target.match(/^_(self|parent|top)$/i))?e.target:!1;if(t.ctrlKey||t.shiftKey||t.metaKey||t.which==2){n='_blank'};return n};function g(e){if(e.getAttribute('data-vars-ga-label')&&e.getAttribute('data-vars-ga-label').replace(/\n/ig,'')){return e.getAttribute('data-vars-ga-label').replace(/\n/ig,'')}
15
  else if(e.title&&e.title.replace(/\n/ig,'')){return e.title.replace(/\n/ig,'')}
16
  else if(e.innerText&&e.innerText.replace(/\n/ig,'')){return e.innerText.replace(/\n/ig,'')}
17
  else if(e.getAttribute('aria-label')&&e.getAttribute('aria-label').replace(/\n/ig,'')){return e.getAttribute('aria-label').replace(/\n/ig,'')}
18
  else if(e.alt&&e.alt.replace(/\n/ig,'')){return e.alt.replace(/\n/ig,'')}
19
  else if(e.textContent&&e.textContent.replace(/\n/ig,'')){return e.textContent.replace(/\n/ig,'')}
20
+ else{return undefined}};function k(e){var i=e.children,a=0,r,n;for(var t=0;t<i.length;t++){r=i[t];n=g(r);if(n){return n};if(a==99){return undefined};a++};return undefined};function v(i){var l=i.srcElement||i.target,e=[],s;e.el=l;e.click_type=y(i);if('undefined'===typeof __gtagTracker||!b(i)){e.exit='loaded';n(e);return}
21
+ while(l&&(typeof l.tagName=='undefined'||l.tagName.toLowerCase()!='a'||!l.href)){l=l.parentNode};if(l&&l.href&&!l.hasAttribute('xlink:href')){var A=l.href,I=c(l.href),M=d(),S=h(),L=monsterinsights_frontend.home_url,N=u(),r=w(l),K=x(l,i),T=l.getAttribute('data-vars-ga-action'),v=l.getAttribute('data-vars-ga-label');e.el=l;e.el_href=l.href;e.el_protocol=l.protocol;e.el_hostname=l.hostname;e.el_port=l.port;e.el_pathname=l.pathname;e.el_search=l.search;e.el_hash=l.hash;e.el_host=l.host;e.debug_mode=f();e.download_extensions=M;e.inbound_paths=S;e.home_url=L;e.link=A;e.extension=I;e.type=r;e.target=K;e.title=g(l);if(!e.label&&!e.title){e.title=k(l)};if(r!=='internal'&&r!=='javascript'){var O=!1,p=function(){if(O){return};m();O=!0;window.location.href=A},E=function(){e.exit='external';n(e)},D=function(){e.exit='internal-as-outbound';n(e)},C=function(){e.exit='cross-hostname';n(e)};if(K||r=='mailto'||r=='tel'){if(r=='download'){s={event_category:'download',event_label:v||e.title,}}
22
+ else if(r=='tel'){s={event_category:'tel',event_label:v||e.title.replace('tel:',''),}}
23
+ else if(r=='mailto'){console.log(v||e.title.replace('mailto:',''));s={event_category:'mailto',event_label:v||e.title.replace('mailto:',''),}}
24
+ else if(r=='internal-as-outbound'){s={event_category:a,event_label:v||e.title,}}
25
+ else if(r=='external'){s={event_category:'outbound-link',event_label:v||e.title,}}
26
+ else if(r=='cross-hostname'){s={event_category:'cross-hostname',event_label:v||e.title,}};if(s){t('event',T||A,s,e)}
27
+ else{if(r&&r!='internal'){s={event_category:r,event_label:v||e.title,};t('event',T||A,s,e)}
28
  else{e.exit='type';n(e)}}}
29
  else{if(r!='cross-hostname'&&r!='external'&&r!='internal-as-outbound'){if(!i.defaultPrevented){if(i.preventDefault){i.preventDefault()}
30
+ else{i.returnValue=!1}}};if(r=='download'){s={event_category:'download',event_label:v||e.title,event_callback:p,};t('event',T||A,s,e)}
31
+ else if(r=='internal-as-outbound'){o=!0;window.onbeforeunload=function(n){if(!i.defaultPrevented){if(i.preventDefault){i.preventDefault()}
32
+ else{i.returnValue=!1}};s={event_category:a,event_label:v||e.title,event_callback:p,};if(navigator.sendBeacon){s.transport='beacon'};t('event',T||A,s,e);setTimeout(p,1000)}}
33
+ else if(r=='external'){o=!0;window.onbeforeunload=function(n){if(!i.defaultPrevented){if(i.preventDefault){i.preventDefault()}
34
+ else{i.returnValue=!1}};s={event_category:'outbound-link',event_label:v||e.title,event_callback:p,};if(navigator.sendBeacon){s.transport='beacon'};t('event',T||A,s,e);setTimeout(p,1000)}}
35
+ else if(r=='cross-hostname'){o=!0;window.onbeforeunload=function(n){if(!i.defaultPrevented){if(i.preventDefault){i.preventDefault()}
36
+ else{i.returnValue=!1}};s={event_category:'cross-hostname',event_label:v||e.title,event_callback:p,};if(navigator.sendBeacon){s.transport='beacon'};t('event',T||A,s,e);setTimeout(p,1000)}}
37
+ else{if(r&&r!=='internal'){s={event_category:r,event_label:v||e.title,event_callback:p,};t('event',T||A,s,e)}
38
+ else{e.exit='type';n(e)}};if(r!='external'&&r!='cross-hostname'&&r!='internal-as-outbound'){setTimeout(p,1000)}
39
+ else{if(r=='external'){setTimeout(E,1100)}
40
+ else if(r=='cross-hostname'){setTimeout(C,1100)}
41
+ else{setTimeout(D,1100)}}}}
42
+ else{m();e.exit='internal';n(e)}}
43
+ else{e.exit='notlink';n(e)}};var s=window.location.hash;function p(){if(monsterinsights_frontend.hash_tracking==='true'&&s!=window.location.hash&&monsterinsights_frontend.ua){s=window.location.hash;__gtagTracker('config',monsterinsights_frontend.ua,{page_path:location.pathname+location.search+location.hash,});i('Hash change to: '+location.pathname+location.search+location.hash)}
44
+ else{i('Hash change to (untracked): '+location.pathname+location.search+location.hash)}};function m(){if(o){window.onbeforeunload=null}};var r=window;if(r.addEventListener){r.addEventListener('load',function(){document.body.addEventListener('click',v,!1)},!1);window.addEventListener('hashchange',p,!1)}
45
+ else{if(r.attachEvent){r.attachEvent('onload',function(){document.body.attachEvent('onclick',v)});window.attachEvent('onhashchange',p)}};if(typeof String.prototype.endsWith!=='function'){String.prototype.endsWith=function(e){return this.indexOf(e,this.length-e.length)!==-1}};if(typeof String.prototype.startsWith!=='function'){String.prototype.startsWith=function(e){return this.indexOf(e)===0}};if(typeof Array.prototype.lastIndexOf!=='function'){Array.prototype.lastIndexOf=function(e){'use strict';if(this===void 0||this===null){throw new TypeError()};var t,n,a=Object(this),i=a.length>>>0;if(i===0){return-1};t=i-1;if(arguments.length>1){t=Number(arguments[1]);if(t!=t){t=0}
46
  else if(t!=0&&t!=(1/0)&&t!=-(1/0)){t=(t>0||-1)*Math.floor(Math.abs(t))}};for(n=t>=0?Math.min(t,i-1):i-Math.abs(t);n>=0;n--){if(n in a&&a[n]===e){return n}};return-1}}},MonsterInsightsObject=new MonsterInsights();
googleanalytics.php CHANGED
@@ -6,7 +6,7 @@
6
  * Author: MonsterInsights
7
  * Author URI: https://www.monsterinsights.com/?utm_source=liteplugin&utm_medium=pluginheader&utm_campaign=authoruri&utm_content=7%2E0%2E0
8
  *
9
- * Version: 7.16.0
10
  * Requires at least: 3.8.0
11
  * Requires PHP: 5.2
12
  *
@@ -69,7 +69,7 @@ final class MonsterInsights_Lite {
69
  * @access public
70
  * @var string $version Plugin version.
71
  */
72
- public $version = '7.16.0';
73
 
74
  /**
75
  * Plugin file.
6
  * Author: MonsterInsights
7
  * Author URI: https://www.monsterinsights.com/?utm_source=liteplugin&utm_medium=pluginheader&utm_campaign=authoruri&utm_content=7%2E0%2E0
8
  *
9
+ * Version: 7.16.1
10
  * Requires at least: 3.8.0
11
  * Requires PHP: 5.2
12
  *
69
  * @access public
70
  * @var string $version Plugin version.
71
  */
72
+ public $version = '7.16.1';
73
 
74
  /**
75
  * Plugin file.
includes/frontend/tracking/class-tracking-gtag.php CHANGED
@@ -254,13 +254,13 @@ class MonsterInsights_Tracking_Gtag extends MonsterInsights_Tracking_Abstract {
254
  ?>
255
  } );
256
  <?php
257
- /**
258
- * Extend or enhance the functionality by adding custom code to frontend
259
- * tracking via this hook.
260
- *
261
- * @since 7.15.0
262
- */
263
- do_action( 'monsterinsights_frontend_tracking_gtag_after_pageview' );
264
  ?>
265
  <?php echo esc_js( $compat ); ?>
266
  <?php if ( apply_filters( 'monsterinsights_tracking_gtag_frontend_gatracker_compatibility', true ) ) { ?>
@@ -289,39 +289,55 @@ class MonsterInsights_Tracking_Gtag extends MonsterInsights_Tracking_Abstract {
289
  var f = arguments[len - 1];
290
  if ( typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function' ) {
291
  if ( 'send' === arguments[0] ) {
 
292
  if ( 'event' === arguments[1] ) {
293
- __gtagTracker( 'event', arguments[3], {
294
- 'event_category': arguments[2],
295
- 'event_label': arguments[4],
296
- 'value': 1
297
- } );
298
- return;
299
- }
300
- if ( 'undefined' !== typeof ( arguments[1].hitType ) ) {
301
- var hitDetails = {};
302
- var gagtag_map = {
303
- 'eventCategory': 'event_category',
304
- 'eventAction': 'event_action',
305
- 'eventLabel': 'event_label',
306
- 'eventValue': 'event_value',
307
- 'nonInteraction': 'non_interaction',
308
- 'timingCategory': 'event_category',
309
- 'timingVar': 'name',
310
- 'timingValue': 'value',
311
- 'timingLabel': 'event_label',
312
- };
313
- var gaKey;
314
- for ( gaKey in gagtag_map ) {
315
- if ( 'undefined' !== typeof arguments[1][gaKey] ) {
316
- hitDetails[gagtag_map[gaKey]] = arguments[1][gaKey];
317
  }
318
  }
319
- var action = 'timing' === arguments[1].hitType ? 'timing_complete' : arguments[1].eventAction;
320
- __gtagTracker( 'event', action, hitDetails );
 
 
 
 
 
 
 
 
 
 
 
321
  }
322
  }
323
  return;
324
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
325
  try {
326
  f.hitCallback();
327
  } catch ( ex ) {
@@ -344,11 +360,11 @@ class MonsterInsights_Tracking_Gtag extends MonsterInsights_Tracking_Abstract {
344
  <?php if ( $this->should_do_optout() ) { ?>
345
  console.log( "<?php echo esc_js( $reason );?>" );
346
  ( function () {
347
- function __gtagTracker() {
348
- return null;
349
- }
350
- window['__gtagTracker'] = __gtagTracker;
351
- window['gtag'] = __gtagTracker;
352
  } )();
353
  <?php } ?>
354
  }
254
  ?>
255
  } );
256
  <?php
257
+ /**
258
+ * Extend or enhance the functionality by adding custom code to frontend
259
+ * tracking via this hook.
260
+ *
261
+ * @since 7.15.0
262
+ */
263
+ do_action( 'monsterinsights_frontend_tracking_gtag_after_pageview' );
264
  ?>
265
  <?php echo esc_js( $compat ); ?>
266
  <?php if ( apply_filters( 'monsterinsights_tracking_gtag_frontend_gatracker_compatibility', true ) ) { ?>
289
  var f = arguments[len - 1];
290
  if ( typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function' ) {
291
  if ( 'send' === arguments[0] ) {
292
+ var hitConverted, hitObject = false, action;
293
  if ( 'event' === arguments[1] ) {
294
+ if ( 'undefined' !== typeof arguments[3] ) {
295
+ hitObject = {
296
+ 'eventAction': arguments[3],
297
+ 'eventCategory': arguments[2],
298
+ 'eventLabel': arguments[4],
299
+ 'value': arguments[5] ? arguments[5] : 1,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
300
  }
301
  }
302
+ }
303
+ if ( typeof arguments[2] === 'object' ) {
304
+ hitObject = arguments[2];
305
+ }
306
+ if ( 'undefined' !== typeof (
307
+ arguments[1].hitType
308
+ ) ) {
309
+ hitObject = arguments[1];
310
+ }
311
+ if ( hitObject ) {
312
+ action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
313
+ hitConverted = mapArgs( hitObject );
314
+ __gtagTracker( 'event', action, hitConverted );
315
  }
316
  }
317
  return;
318
  }
319
+
320
+ function mapArgs( args ) {
321
+ var gaKey, hit = {};
322
+ var gaMap = {
323
+ 'eventCategory': 'event_category',
324
+ 'eventAction': 'event_action',
325
+ 'eventLabel': 'event_label',
326
+ 'eventValue': 'event_value',
327
+ 'nonInteraction': 'non_interaction',
328
+ 'timingCategory': 'event_category',
329
+ 'timingVar': 'name',
330
+ 'timingValue': 'value',
331
+ 'timingLabel': 'event_label',
332
+ };
333
+ for ( gaKey in gaMap ) {
334
+ if ( 'undefined' !== typeof args[gaKey] ) {
335
+ hit[gaMap[gaKey]] = args[gaKey];
336
+ }
337
+ }
338
+ return hit;
339
+ }
340
+
341
  try {
342
  f.hitCallback();
343
  } catch ( ex ) {
360
  <?php if ( $this->should_do_optout() ) { ?>
361
  console.log( "<?php echo esc_js( $reason );?>" );
362
  ( function () {
363
+ function __gtagTracker() {
364
+ return null;
365
+ }
366
+ window['__gtagTracker'] = __gtagTracker;
367
+ window['gtag'] = __gtagTracker;
368
  } )();
369
  <?php } ?>
370
  }
languages/google-analytics-for-wordpress.pot CHANGED
@@ -2,14 +2,14 @@
2
  # This file is distributed under the same license as the Google Analytics for WordPress by MonsterInsights plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Google Analytics for WordPress by MonsterInsights 7.16.0\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/google-analytics-for-wordpress\n"
7
  "Last-Translator: MonsterInsights Team <support@monsterinsights.com>\n"
8
  "Language-Team: MonsterInsights Team <support@monsterinsights.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2021-02-11T10:16:11+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.2.0\n"
15
  "X-Domain: google-analytics-for-wordpress\n"
@@ -78,7 +78,7 @@ msgid "Theme:"
78
  msgstr ""
79
 
80
  #: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:257
81
- #: languages/vue.php:2853
82
  msgid "Theme Preview"
83
  msgstr ""
84
 
@@ -365,7 +365,7 @@ msgid "%1$sBonus:%2$s You also get 50%% off discount for being a loyal MonsterIn
365
  msgstr ""
366
 
367
  #: lite/includes/admin/helpers.php:83
368
- #: languages/vue.php:764
369
  msgid "Upgrade to MonsterInsights Pro"
370
  msgstr ""
371
 
@@ -418,7 +418,7 @@ msgstr ""
418
 
419
  #: lite/includes/admin/welcome.php:56
420
  #: lite/includes/admin/welcome.php:57
421
- #: languages/vue.php:180
422
  msgid "Welcome to MonsterInsights"
423
  msgstr ""
424
 
@@ -2951,14 +2951,6 @@ msgstr ""
2951
  msgid "I already did"
2952
  msgstr ""
2953
 
2954
- #: includes/admin/admin.php:31
2955
- #: includes/admin/admin.php:37
2956
- #: includes/admin/admin.php:45
2957
- #: includes/admin/admin.php:94
2958
- #: languages/vue.php:174
2959
- msgid "Insights"
2960
- msgstr ""
2961
-
2962
  #: includes/admin/notification-event.php:215
2963
  #: includes/admin/routes.php:646
2964
  #: includes/admin/routes.php:980
@@ -3242,14 +3234,22 @@ msgid "View 2020 Year in Review report!"
3242
  msgstr ""
3243
 
3244
  #: includes/admin/common.php:940
3245
- #: languages/vue.php:2945
3246
  msgid "See how your website performed this year and find tips along the way to help grow even more in 2021!"
3247
  msgstr ""
3248
 
 
 
 
 
 
 
 
 
3249
  #: includes/admin/admin.php:34
3250
  #: includes/admin/admin.php:42
3251
  #: includes/admin/admin.php:188
3252
- #: languages/vue.php:2456
3253
  msgid "Settings"
3254
  msgstr ""
3255
 
@@ -3265,7 +3265,7 @@ msgstr ""
3265
 
3266
  #: includes/admin/admin.php:39
3267
  #: includes/admin/admin.php:98
3268
- #: languages/vue.php:1108
3269
  msgid "Reports"
3270
  msgstr ""
3271
 
@@ -3275,7 +3275,7 @@ msgstr ""
3275
 
3276
  #: includes/admin/admin.php:51
3277
  #: languages/gutenberg.php:83
3278
- #: languages/vue.php:2524
3279
  msgid "Popular Posts"
3280
  msgstr ""
3281
 
@@ -3304,7 +3304,7 @@ msgstr ""
3304
 
3305
  #: includes/admin/admin.php:63
3306
  #: includes/admin/admin.php:106
3307
- #: languages/vue.php:429
3308
  msgid "About Us"
3309
  msgstr ""
3310
 
@@ -3337,7 +3337,7 @@ msgstr ""
3337
 
3338
  #: includes/admin/admin.php:178
3339
  #: includes/admin/admin.php:181
3340
- #: languages/vue.php:1553
3341
  msgid "Support"
3342
  msgstr ""
3343
 
@@ -3522,7 +3522,7 @@ msgstr ""
3522
  #. Translators: visitors notification title
3523
  #. Translators: Number of visitors.
3524
  #: includes/admin/notifications/notification-visitors.php:37
3525
- #: languages/vue.php:317
3526
  msgid "See how %s visitors found your site!"
3527
  msgstr ""
3528
 
@@ -3613,7 +3613,7 @@ msgid "By upgrading to MonsterInsights Pro you get access to additional reports
3613
  msgstr ""
3614
 
3615
  #: includes/admin/notifications/notification-upgrade-to-pro.php:34
3616
- #: languages/vue.php:2356
3617
  msgid "Upgrade to Pro"
3618
  msgstr ""
3619
 
@@ -3710,7 +3710,7 @@ msgid "Upgrading is easy! To upgrade, navigate to %1$ssour pricing page%2$s, pur
3710
  msgstr ""
3711
 
3712
  #: includes/admin/reports/abstract-report.php:383
3713
- #: languages/vue.php:210
3714
  msgid "Upgrade Now"
3715
  msgstr ""
3716
 
@@ -4905,7 +4905,7 @@ msgid "Theme"
4905
  msgstr ""
4906
 
4907
  #: languages/gutenberg.php:77
4908
- #: languages/vue.php:2445
4909
  msgid "Inline Popular Posts"
4910
  msgstr ""
4911
 
@@ -4942,7 +4942,7 @@ msgid "Comment Color"
4942
  msgstr ""
4943
 
4944
  #: languages/gutenberg.php:107
4945
- #: languages/vue.php:2822
4946
  msgid "Wide-Layout Options"
4947
  msgstr ""
4948
 
@@ -4951,12 +4951,12 @@ msgid "Choose Layout"
4951
  msgstr ""
4952
 
4953
  #: languages/gutenberg.php:113
4954
- #: languages/vue.php:2825
4955
  msgid "Adjust the number of columns displayed when the widget is placed in a wide container."
4956
  msgstr ""
4957
 
4958
  #: languages/gutenberg.php:116
4959
- #: languages/vue.php:2846
4960
  msgid "Post Count"
4961
  msgstr ""
4962
 
@@ -4965,7 +4965,7 @@ msgid "Number of posts displayed."
4965
  msgstr ""
4966
 
4967
  #: languages/gutenberg.php:122
4968
- #: languages/vue.php:2828
4969
  msgid "Display Options"
4970
  msgstr ""
4971
 
@@ -4978,7 +4978,7 @@ msgid "Display Widget Title"
4978
  msgstr ""
4979
 
4980
  #: languages/gutenberg.php:131
4981
- #: languages/vue.php:2704
4982
  msgid "Widget Title"
4983
  msgstr ""
4984
 
@@ -4987,17 +4987,17 @@ msgid "Only Show Posts From These Categories"
4987
  msgstr ""
4988
 
4989
  #: languages/gutenberg.php:137
4990
- #: languages/vue.php:2834
4991
  msgid "Display Author"
4992
  msgstr ""
4993
 
4994
  #: languages/gutenberg.php:140
4995
- #: languages/vue.php:2837
4996
  msgid "Display Date"
4997
  msgstr ""
4998
 
4999
  #: languages/gutenberg.php:143
5000
- #: languages/vue.php:2840
5001
  msgid "Display Comments"
5002
  msgstr ""
5003
 
@@ -5218,7 +5218,7 @@ msgid "Goal: "
5218
  msgstr ""
5219
 
5220
  #: languages/gutenberg.php:312
5221
- #: languages/vue.php:2514
5222
  msgid "Headline Analyzer"
5223
  msgstr ""
5224
 
@@ -5242,212 +5242,212 @@ msgstr ""
5242
  msgid "Loading settings"
5243
  msgstr ""
5244
 
5245
- #: languages/vue.php:17
5246
  msgid "Error"
5247
  msgstr ""
5248
 
5249
- #: languages/vue.php:20
5250
  msgid "Please try again."
5251
  msgstr ""
5252
 
5253
- #: languages/vue.php:23
5254
  msgid "Loading new report data"
5255
  msgstr ""
5256
 
5257
- #: languages/vue.php:26
5258
  msgid "Please wait..."
5259
  msgstr ""
5260
 
5261
  #. Translators: Adds an arrow icon.
5262
- #: languages/vue.php:30
5263
  msgid "Continue %s"
5264
  msgstr ""
5265
 
5266
- #: languages/vue.php:33
5267
  msgid "Unlock the Publishers Report and Focus on the Content that Matters"
5268
  msgstr ""
5269
 
5270
- #: languages/vue.php:36
5271
  msgid "Stop guessing about what content your visitors are interested in. MonsterInsights Publisher Report shows you exactly which content gets the most visits, so you can analyze and optimize it for higher conversions."
5272
  msgstr ""
5273
 
5274
- #: languages/vue.php:39
5275
  msgid "Unlock the Publishers Report and Focus on the Content That Matters"
5276
  msgstr ""
5277
 
5278
- #: languages/vue.php:42
5279
  msgid "Stop guessing about what content your visitors are interested in. The Publisher Report shows you exactly which content gets the most traffic, so you can analyze and optimize it for higher conversions."
5280
  msgstr ""
5281
 
5282
- #: languages/vue.php:45
5283
  msgid "Unlock the eCommerce Report and See Your Important Store Metrics"
5284
  msgstr ""
5285
 
5286
- #: languages/vue.php:48
5287
  msgid "Increase your sales & revenue with insights. MonsterInsights answers all your top eCommerce questions using metrics like total revenue, conversion rate, average order value, top products, top referral sources and more."
5288
  msgstr ""
5289
 
5290
- #: languages/vue.php:51
5291
  msgid "Unlock the Dimensions Report and Track Your Own Custom Data"
5292
  msgstr ""
5293
 
5294
- #: languages/vue.php:54
5295
  msgid "Decide what data is important using your own custom tracking parameters. The Dimensions report allows you to easily see what's working right inside your WordPress dashboard."
5296
  msgstr ""
5297
 
5298
- #: languages/vue.php:57
5299
  msgid "Unlock the Forms Report and Improve Conversions"
5300
  msgstr ""
5301
 
5302
- #: languages/vue.php:60
5303
  msgid "Easily track your form views and conversions. The Forms Report allows you to see which forms are performing better and which forms have lower conversion rates so you can optimize using real data."
5304
  msgstr ""
5305
 
5306
- #: languages/vue.php:63
5307
  msgid "Unlock the Search Console Report and See How People Find Your Website"
5308
  msgstr ""
5309
 
5310
- #: languages/vue.php:66
5311
  msgid "See exactly how people find your website, which keywords they searched for, how many times the results were viewed, and more."
5312
  msgstr ""
5313
 
5314
- #: languages/vue.php:69
5315
  msgid "Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time"
5316
  msgstr ""
5317
 
5318
- #: languages/vue.php:72
5319
  msgid "Track the results of your marketing efforts and product launches as-it-happens right from your WordPress site. The Real-Time report allows you to view your traffic sources and visitors activity when you need it."
5320
  msgstr ""
5321
 
5322
- #: languages/vue.php:75
5323
  msgid "Refreshing Report"
5324
  msgstr ""
5325
 
5326
- #: languages/vue.php:78
5327
  msgid "Loading new report data..."
5328
  msgstr ""
5329
 
5330
- #: languages/vue.php:81
5331
  msgid "See Your Top Landing Pages to Improve Enagement"
5332
  msgstr ""
5333
 
5334
- #: languages/vue.php:84
5335
  msgid "See Your Top Exit Pages to Reduce Abandonment"
5336
  msgstr ""
5337
 
5338
- #: languages/vue.php:87
5339
  msgid "See Your Top Outbound Links to Find New Revenue Opportunities"
5340
  msgstr ""
5341
 
5342
- #: languages/vue.php:90
5343
  msgid "See Your Top Affiliate Links and Focus on what's working"
5344
  msgstr ""
5345
 
5346
- #: languages/vue.php:93
5347
  msgid "See Your Top Downloads and Improve Conversions"
5348
  msgstr ""
5349
 
5350
- #: languages/vue.php:96
5351
  msgid "See Audience Demographic Report ( Age / Gender / Interests )"
5352
  msgstr ""
5353
 
5354
- #: languages/vue.php:99
5355
  msgid "See Your Conversion Rate to Improve Funnel"
5356
  msgstr ""
5357
 
5358
- #: languages/vue.php:102
5359
  msgid "See The Number of Transactions and Make Data-Driven Decisions"
5360
  msgstr ""
5361
 
5362
- #: languages/vue.php:105
5363
  msgid "See The Total Revenue to Track Growth"
5364
  msgstr ""
5365
 
5366
- #: languages/vue.php:108
5367
  msgid "See Average Order Value to Find Offer Opportunities"
5368
  msgstr ""
5369
 
5370
- #: languages/vue.php:111
5371
  msgid "See Your Top Products to See Individual Performance"
5372
  msgstr ""
5373
 
5374
- #: languages/vue.php:114
5375
  msgid "See Your Top Conversion Sources and Focus on what's working"
5376
  msgstr ""
5377
 
5378
- #: languages/vue.php:117
5379
  msgid "See The Time it takes for Customers to Purchase"
5380
  msgstr ""
5381
 
5382
- #: languages/vue.php:120
5383
  msgid "See How Many Sessions are needed for a Purchase"
5384
  msgstr ""
5385
 
5386
- #: languages/vue.php:123
5387
  msgid "See Which Authors Generate the Most Traffic"
5388
  msgstr ""
5389
 
5390
- #: languages/vue.php:126
5391
  msgid "See Which Post Types Perform Better"
5392
  msgstr ""
5393
 
5394
- #: languages/vue.php:129
5395
  msgid "See Which Categories are the Most Popular"
5396
  msgstr ""
5397
 
5398
- #: languages/vue.php:132
5399
  msgid "See Your Blog's most popular SEO Scores"
5400
  msgstr ""
5401
 
5402
- #: languages/vue.php:135
5403
  msgid "See Which Focus Keyword is Performing Better in Search Engines"
5404
  msgstr ""
5405
 
5406
- #: languages/vue.php:138
5407
  msgid "See Reports for Any Contact Form Plugin or Sign-up Form"
5408
  msgstr ""
5409
 
5410
- #: languages/vue.php:141
5411
  msgid "See Your Top Converting Forms and Optimize"
5412
  msgstr ""
5413
 
5414
- #: languages/vue.php:144
5415
  msgid "See Your Forms Impressions Count to Find the Best Placement"
5416
  msgstr ""
5417
 
5418
- #: languages/vue.php:147
5419
  msgid "See Your Top Google Search Terms and Optimize Content"
5420
  msgstr ""
5421
 
5422
- #: languages/vue.php:150
5423
  msgid "See The Number of Clicks and Track Interests"
5424
  msgstr ""
5425
 
5426
- #: languages/vue.php:153
5427
  msgid "See The Click-Through-Ratio and Improve SEO"
5428
  msgstr ""
5429
 
5430
- #: languages/vue.php:156
5431
  msgid "See The Average Results Position and Focus on what works"
5432
  msgstr ""
5433
 
5434
- #: languages/vue.php:159
5435
  msgid "See Your Active Visitors and Track Their Behaviour to Optimize"
5436
  msgstr ""
5437
 
5438
- #: languages/vue.php:162
5439
  msgid "See Your Top Pages Immediately After Making Changes"
5440
  msgstr ""
5441
 
5442
- #: languages/vue.php:165
5443
  msgid "See Your Top Referral Sources and Adapt Faster"
5444
  msgstr ""
5445
 
5446
- #: languages/vue.php:168
5447
  msgid "See Your Traffic Demographics and "
5448
  msgstr ""
5449
 
5450
- #: languages/vue.php:171
5451
  msgid "Get Fresh Reports Data Every 60 Seconds"
5452
  msgstr ""
5453
 
@@ -5455,213 +5455,213 @@ msgstr ""
5455
  msgid "Overview Report"
5456
  msgstr ""
5457
 
5458
- #: languages/vue.php:183
5459
  msgid "Thank you for choosing MonsterInsights - The Most Powerful WordPress Analytics Plugin"
5460
  msgstr ""
5461
 
5462
- #: languages/vue.php:186
5463
  msgid "MonsterInsights makes it “effortless” to setup Google Analytics in WordPress, the RIGHT Way. You can watch the video tutorial or use our 3 minute setup wizard."
5464
  msgstr ""
5465
 
5466
- #: languages/vue.php:189
5467
  msgid "Launch the Wizard!"
5468
  msgstr ""
5469
 
5470
- #: languages/vue.php:192
5471
  msgid "Read the Full Guide"
5472
  msgstr ""
5473
 
5474
- #: languages/vue.php:195
5475
  msgid "MonsterInsights Features & Addons"
5476
  msgstr ""
5477
 
5478
- #: languages/vue.php:198
5479
  msgid "Here are the features that make MonsterInsights the most powerful and user-friendly WordPress analytics plugin in the market."
5480
  msgstr ""
5481
 
5482
- #: languages/vue.php:201
5483
  msgid "See All Features"
5484
  msgstr ""
5485
 
5486
- #: languages/vue.php:204
5487
  msgid "Upgrade to PRO"
5488
  msgstr ""
5489
 
5490
- #: languages/vue.php:207
5491
  msgid "per year"
5492
  msgstr ""
5493
 
5494
- #: languages/vue.php:213
5495
  msgid "Testimonials"
5496
  msgstr ""
5497
 
5498
- #: languages/vue.php:216
5499
  msgid "Universal Tracking"
5500
  msgstr ""
5501
 
5502
- #: languages/vue.php:219
5503
  msgid "Setup universal website tracking across devices and campaigns with just a few clicks (without any code)."
5504
  msgstr ""
5505
 
5506
- #: languages/vue.php:222
5507
  msgid "Google Analytics Dashboard"
5508
  msgstr ""
5509
 
5510
- #: languages/vue.php:225
5511
  msgid "See your website analytics report right inside your WordPress dashboard with actionable insights."
5512
  msgstr ""
5513
 
5514
- #: languages/vue.php:228
5515
  msgid "Real-time Stats"
5516
  msgstr ""
5517
 
5518
- #: languages/vue.php:231
5519
  msgid "Get real-time stats right inside WordPress to see who is online, what are they doing, and more."
5520
  msgstr ""
5521
 
5522
- #: languages/vue.php:234
5523
  msgid "Enhanced Ecommerce Tracking"
5524
  msgstr ""
5525
 
5526
- #: languages/vue.php:237
5527
  msgid "1-click Google Analytics Enhanced Ecommerce tracking for WooCommerce, Easy Digital Downloads & MemberPress."
5528
  msgstr ""
5529
 
5530
- #: languages/vue.php:240
5531
  msgid "Page Level Analytics"
5532
  msgstr ""
5533
 
5534
- #: languages/vue.php:243
5535
  msgid "Get detailed stats for each post and page, so you can see the most popular posts, pages, and sections of your site."
5536
  msgstr ""
5537
 
5538
- #: languages/vue.php:246
5539
  msgid "Affiliate Link & Ads Tracking"
5540
  msgstr ""
5541
 
5542
- #: languages/vue.php:249
5543
  msgid "Automatically track clicks on your affiliate links, banner ads, and other outbound links with our link tracking."
5544
  msgstr ""
5545
 
5546
- #: languages/vue.php:252
5547
  msgid "EU Compliance (GDPR Friendly)"
5548
  msgstr ""
5549
 
5550
- #: languages/vue.php:255
5551
  msgid "Make Google Analytics compliant with GDPR and other privacy regulations automatically."
5552
  msgstr ""
5553
 
5554
- #: languages/vue.php:258
5555
  msgid "Setup tracking for authors, categories, tags, searches, custom post types, users, and other events with 1-click."
5556
  msgstr ""
5557
 
5558
- #: languages/vue.php:261
5559
  msgid "Ecommerce Report"
5560
  msgstr ""
5561
 
5562
- #: languages/vue.php:264
5563
  msgid "Form Conversions"
5564
  msgstr ""
5565
 
5566
- #: languages/vue.php:268
5567
  msgid "Custom Dimensions"
5568
  msgstr ""
5569
 
5570
- #: languages/vue.php:271
5571
  msgid "Author Tracking"
5572
  msgstr ""
5573
 
5574
- #: languages/vue.php:274
5575
  msgid "Google Optimize"
5576
  msgstr ""
5577
 
5578
- #: languages/vue.php:277
5579
  msgid "Category / Tags Tracking"
5580
  msgstr ""
5581
 
5582
- #: languages/vue.php:280
5583
  msgid "WooCommerce"
5584
  msgstr ""
5585
 
5586
- #: languages/vue.php:283
5587
  msgid "Easy Digital Downloads"
5588
  msgstr ""
5589
 
5590
- #: languages/vue.php:286
5591
  msgid "MemberPress"
5592
  msgstr ""
5593
 
5594
- #: languages/vue.php:289
5595
  msgid "LifterLMS"
5596
  msgstr ""
5597
 
5598
  #. Translators: Current WordPress version.
5599
- #: languages/vue.php:293
5600
  msgid "MonsterInsights has detected that your site is running an outdated version of WordPress (%s). MonsterInsights will stop supporting WordPress versions lower than 4.6 in April, 2019. Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install."
5601
  msgstr ""
5602
 
5603
- #: languages/vue.php:296
5604
  msgid "Yikes! PHP Update Required"
5605
  msgstr ""
5606
 
5607
  #. Translators: Current PHP version and recommended PHP version.
5608
- #: languages/vue.php:300
5609
  msgid "MonsterInsights has detected that your site is running an outdated, insecure version of PHP (%1$s), which could be putting your site at risk for being hacked. WordPress stopped supporting your PHP version in April, 2019. Updating to the recommended version (PHP %2$s) only takes a few minutes and will make your website significantly faster and more secure."
5610
  msgstr ""
5611
 
5612
- #: languages/vue.php:303
5613
  msgid "Learn more about updating PHP"
5614
  msgstr ""
5615
 
5616
- #: languages/vue.php:306
5617
  msgid "Yikes! WordPress Update Required"
5618
  msgstr ""
5619
 
5620
  #. Translators: Current WordPress version.
5621
- #: languages/vue.php:310
5622
  msgid "MonsterInsights has detected that your site is running an outdated version of WordPress (%s). MonsterInsights will stop supporting WordPress versions lower than 4.9 in October, 2019. Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install."
5623
  msgstr ""
5624
 
5625
- #: languages/vue.php:313
5626
  msgid "Learn more about updating WordPress"
5627
  msgstr ""
5628
 
5629
  #. Translators: Number of visitors.
5630
- #: languages/vue.php:321
5631
  msgid "Your website was visited by %s users in the last 30 days."
5632
  msgstr ""
5633
 
5634
- #: languages/vue.php:324
5635
  msgid "See the full analytics report!"
5636
  msgstr ""
5637
 
5638
- #: languages/vue.php:327
5639
  msgid "Congratulations! "
5640
  msgstr ""
5641
 
5642
- #: languages/vue.php:330
5643
  msgid "You Successfully Unlocked the most powerful Analytics plugin"
5644
  msgstr ""
5645
 
5646
  #. Translators: Error status and error text.
5647
- #: languages/vue.php:334
5648
  msgid "Can't load report data. Error: %1$s, %2$s"
5649
  msgstr ""
5650
 
5651
- #: languages/vue.php:337
5652
  msgid "Error loading report data"
5653
  msgstr ""
5654
 
5655
  #. Translators: Placeholder is replaced with WPForms.
5656
- #: languages/vue.php:341
5657
  msgid "Recommended Plugin: %s"
5658
  msgstr ""
5659
 
5660
- #: languages/vue.php:345
5661
  msgid "Install"
5662
  msgstr ""
5663
 
5664
- #: languages/vue.php:349
5665
  msgid "Activate"
5666
  msgstr ""
5667
 
@@ -5693,52 +5693,52 @@ msgstr ""
5693
  msgid "There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating."
5694
  msgstr ""
5695
 
5696
- #: languages/vue.php:387
5697
  msgid "Reconnect MonsterInsights"
5698
  msgstr ""
5699
 
5700
- #: languages/vue.php:391
5701
  msgid "Re-Authenticating"
5702
  msgstr ""
5703
 
5704
- #: languages/vue.php:395
5705
  msgid "Ok"
5706
  msgstr ""
5707
 
5708
  #. Translators: Number of days in interval.
5709
- #: languages/vue.php:399
5710
  msgid "Last %s days"
5711
  msgstr ""
5712
 
5713
- #: languages/vue.php:402
5714
  msgid "Powered by MonsterInsights"
5715
  msgstr ""
5716
 
5717
- #: languages/vue.php:405
5718
  msgid "Publishers Report"
5719
  msgstr ""
5720
 
5721
- #: languages/vue.php:408
5722
  msgid "eCommerce Report"
5723
  msgstr ""
5724
 
5725
- #: languages/vue.php:411
5726
  msgid "Search Console Report"
5727
  msgstr ""
5728
 
5729
- #: languages/vue.php:414
5730
  msgid "Dimensions Report"
5731
  msgstr ""
5732
 
5733
- #: languages/vue.php:418
5734
  msgid "Forms Report"
5735
  msgstr ""
5736
 
5737
- #: languages/vue.php:421
5738
  msgid "Real-Time Report"
5739
  msgstr ""
5740
 
5741
- #: languages/vue.php:426
5742
  msgid "2019 Year in Review"
5743
  msgstr ""
5744
 
@@ -6046,85 +6046,85 @@ msgstr ""
6046
  msgid "Sessions"
6047
  msgstr ""
6048
 
6049
- #: languages/vue.php:701
6050
  msgid "Pageviews"
6051
  msgstr ""
6052
 
6053
- #: languages/vue.php:704
6054
  msgid "Avg. Duration"
6055
  msgstr ""
6056
 
6057
- #: languages/vue.php:708
6058
  msgid "Bounce Rate"
6059
  msgstr ""
6060
 
6061
- #: languages/vue.php:711
6062
  msgid "More data is available"
6063
  msgstr ""
6064
 
6065
- #: languages/vue.php:714
6066
  msgid "Want to see page-specific stats?"
6067
  msgstr ""
6068
 
6069
- #: languages/vue.php:717
6070
  msgid "See All Reports"
6071
  msgstr ""
6072
 
6073
- #: languages/vue.php:720
6074
  msgid "Go to the Analytics Dashboard"
6075
  msgstr ""
6076
 
6077
- #: languages/vue.php:723
6078
  msgid "License Key"
6079
  msgstr ""
6080
 
6081
  #. Translators: Add link to retrieve license key from account.
6082
- #: languages/vue.php:727
6083
  msgid "Add your MonsterInsights license key from the email receipt or account area. %1$sRetrieve your license key%2$s."
6084
  msgstr ""
6085
 
6086
- #: languages/vue.php:730
6087
  msgid "Google Authentication"
6088
  msgstr ""
6089
 
6090
- #: languages/vue.php:733
6091
  msgid "Connect Google Analytics + WordPress"
6092
  msgstr ""
6093
 
6094
- #: languages/vue.php:736
6095
  msgid "You will be taken to the MonsterInsights website where you'll need to connect your Analytics account."
6096
  msgstr ""
6097
 
6098
- #: languages/vue.php:739
6099
  msgid "Miscellaneous"
6100
  msgstr ""
6101
 
6102
- #: languages/vue.php:742
6103
  msgid "Hides plugin announcements and update details. This includes critical notices we use to inform about deprecations and important required configuration changes."
6104
  msgstr ""
6105
 
6106
- #: languages/vue.php:745
6107
  msgid "Hide Announcements"
6108
  msgstr ""
6109
 
6110
- #: languages/vue.php:748
6111
  msgid "There was an issue retrieving the addons for this site. Please click on the button below the refresh the addons data."
6112
  msgstr ""
6113
 
6114
- #: languages/vue.php:751
6115
  msgid "No addons found."
6116
  msgstr ""
6117
 
6118
- #: languages/vue.php:754
6119
  msgid "Refresh Addons"
6120
  msgstr ""
6121
 
6122
- #: languages/vue.php:757
6123
  msgid "Refreshing Addons"
6124
  msgstr ""
6125
 
6126
  #. Translators: Make text green.
6127
- #: languages/vue.php:761
6128
  msgid "Upgrade to Pro to unlock addons and other great features. As a valued MonsterInsights Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout!"
6129
  msgstr ""
6130
 
@@ -6134,1709 +6134,1709 @@ msgid "Yes (recommended) %1$s- Get the latest features, bugfixes, and security u
6134
  msgstr ""
6135
 
6136
  #. Translators: placeholders make text small.
6137
- #: languages/vue.php:774
6138
  msgid "Minor only %1$s- Get bugfixes and security updates, but not major features.%2$s"
6139
  msgstr ""
6140
 
6141
  #. Translators: placeholders make text small.
6142
- #: languages/vue.php:779
6143
  msgid "None %1$s- Manually update everything.%2$s"
6144
  msgstr ""
6145
 
6146
- #: languages/vue.php:783
6147
  msgid "Automatic Updates"
6148
  msgstr ""
6149
 
6150
- #: languages/vue.php:786
6151
  msgid "Setup Wizard"
6152
  msgstr ""
6153
 
6154
- #: languages/vue.php:789
6155
  msgid "Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks)."
6156
  msgstr ""
6157
 
6158
  #. Translators: Line break.
6159
- #: languages/vue.php:793
6160
  msgid "Unique %s Sessions"
6161
  msgstr ""
6162
 
6163
- #. Translators: Line break.
6164
- #: languages/vue.php:797
6165
  msgid "Unique %s Pageviews"
6166
  msgstr ""
6167
 
6168
- #: languages/vue.php:800
6169
  msgid "A session is the browsing session of a single user to your site."
6170
  msgstr ""
6171
 
6172
- #: languages/vue.php:803
6173
  msgid "A pageview is defined as a view of a page on your site that is being tracked by the Analytics tracking code. Each refresh of a page is also a new pageview."
6174
  msgstr ""
6175
 
6176
- #: languages/vue.php:806
6177
  msgid "Total duration of all sessions (in seconds) / number of sessions."
6178
  msgstr ""
6179
 
6180
- #: languages/vue.php:809
6181
  msgid "Percentage of single page visits (or web sessions). It is the number of visits in which a person leaves your website from the landing page without browsing any further."
6182
  msgstr ""
6183
 
6184
- #: languages/vue.php:812
6185
  msgid "Avg. Session Duration"
6186
  msgstr ""
6187
 
6188
- #: languages/vue.php:815
6189
  msgid "Demographics"
6190
  msgstr ""
6191
 
6192
- #: languages/vue.php:818
6193
  msgid "Enable Demographics and Interests Reports for Remarketing and Advertising"
6194
  msgstr ""
6195
 
6196
- #: languages/vue.php:821
6197
  msgid "Anonymize IP Addresses"
6198
  msgstr ""
6199
 
6200
- #: languages/vue.php:824
6201
  msgid "Link Attribution"
6202
  msgstr ""
6203
 
6204
- #: languages/vue.php:827
6205
  msgid "Enable Enhanced Link Attribution"
6206
  msgstr ""
6207
 
6208
- #: languages/vue.php:830
6209
  msgid "Enable Anchor Tracking"
6210
  msgstr ""
6211
 
6212
- #: languages/vue.php:833
6213
  msgid "Enable allowAnchor"
6214
  msgstr ""
6215
 
6216
- #: languages/vue.php:836
6217
  msgid "Enable allowLinker"
6218
  msgstr ""
6219
 
6220
- #: languages/vue.php:839
6221
  msgid "Enable Tag Links in RSS"
6222
  msgstr ""
6223
 
6224
- #: languages/vue.php:842
6225
  msgid "File Downloads"
6226
  msgstr ""
6227
 
6228
- #: languages/vue.php:845
6229
  msgid "Extensions of Files to Track as Downloads"
6230
  msgstr ""
6231
 
6232
- #: languages/vue.php:848
6233
  msgid "MonsterInsights will send an event to Google Analytics if a link to a file has one of the above extensions."
6234
  msgstr ""
6235
 
6236
  #. Translators: Add links to the documentation.
6237
- #: languages/vue.php:852
6238
  msgid "Enable this setting to add the Demographics and Remarketing features to your Google Analytics tracking code. Make sure to enable Demographics and Remarketing in your Google Analytics account. We have a guide for how to do that in our %1$sknowledge base%2$s. For more information about Remarketing, we refer you to %3$sGoogle's documentation%4$s. Note that usage of this function is affected by privacy and cookie laws around the world. Be sure to follow the laws that affect your target audience."
6239
  msgstr ""
6240
 
6241
  #. Translators: Adds a link to the documentation.
6242
- #: languages/vue.php:856
6243
  msgid "This adds %1$sanonymizeIp%2$s, telling Google Analytics to anonymize the information sent by the tracker objects by removing the last octet of the IP address prior to its storage."
6244
  msgstr ""
6245
 
6246
  #. Translators: Adds a link to the documentation.
6247
- #: languages/vue.php:860
6248
  msgid "Add %1$sEnhanced Link Attribution%2$s to your tracking code."
6249
  msgstr ""
6250
 
6251
- #: languages/vue.php:863
6252
  msgid "Many WordPress \"1-page\" style themes rely on anchor tags for navigation to show virtual pages. The problem is that to Google Analytics, these are all just a single page, and it makes it hard to get meaningful statistics about pages viewed. This feature allows proper tracking in those themes."
6253
  msgstr ""
6254
 
6255
  #. Translators: Adds a link to the documentation.
6256
- #: languages/vue.php:867
6257
  msgid "This adds %1$sallowAnchor%2$s to the create command of the pageview hit tracking code, and makes RSS link tagging use a # as well."
6258
  msgstr ""
6259
 
6260
  #. Translators: Adds a link to the documentation.
6261
- #: languages/vue.php:871
6262
  msgid "Enabling %1$scross-domain tracking (additional setup required)%2$s allows you to track users across multiple properties you own (such as example-1.com and example-2.com as a single session. It also allows you fix an issue so that when a user has to go to an off-site hosted payment gateway to finish a purchase it doesn't count it as referral traffic from that gateway but maintains the visit as part of the same session.) It is required that the other site includes a Google Analytics tracker with the same UA Code."
6263
  msgstr ""
6264
 
6265
  #. Translators: Adds a link to the documentation.
6266
- #: languages/vue.php:875
6267
  msgid "Do not use this feature if you use FeedBurner, as FeedBurner can do this automatically and better than this plugin can. Check this %1$shelp page%2$s for info on how to enable this feature in FeedBurner."
6268
  msgstr ""
6269
 
6270
- #: languages/vue.php:878
6271
  msgid "Add domain"
6272
  msgstr ""
6273
 
6274
  #. Translators: Example domain.
6275
- #: languages/vue.php:882
6276
  msgid "Domain (example: %s)"
6277
  msgstr ""
6278
 
6279
  #. Translators: Current site domain to be avoided.
6280
- #: languages/vue.php:886
6281
  msgid "Please enter domain names only ( example: example.com not http://example.com ) and not current site domain ( %s )."
6282
  msgstr ""
6283
 
6284
- #: languages/vue.php:889
6285
  msgid "Cross Domain Tracking"
6286
  msgstr ""
6287
 
6288
  #. Translators: Adds a link to the documentation.
6289
- #: languages/vue.php:893
6290
  msgid "Cross domain tracking makes it possible for Analytics to see sessions on two related sites as a single session. More info on specific setup steps can be found in our %1$sknowledge base%2$s."
6291
  msgstr ""
6292
 
6293
- #: languages/vue.php:896
6294
  msgid "Right Now"
6295
  msgstr ""
6296
 
6297
- #: languages/vue.php:899
6298
  msgid "Active users on site"
6299
  msgstr ""
6300
 
6301
- #: languages/vue.php:902
6302
  msgid "The real-time graph of visitors over time is not currently available for this site. Please try again later."
6303
  msgstr ""
6304
 
6305
- #: languages/vue.php:905
6306
  msgid "Important: this only includes users who are tracked in real-time. Not all users are tracked in real-time including (but not limited to) logged-in site administrators, certain mobile users, and users who match a Google Analytics filter."
6307
  msgstr ""
6308
 
6309
- #: languages/vue.php:908
6310
  msgid "The real-time report automatically updates approximately every 60 seconds."
6311
  msgstr ""
6312
 
6313
  #. Translators: Number of seconds that have passed since the report was refreshed.
6314
- #: languages/vue.php:912
6315
  msgid "The real-time report was last updated %s seconds ago."
6316
  msgstr ""
6317
 
6318
- #: languages/vue.php:915
6319
  msgid "The latest data will be automatically shown on this page when it becomes available."
6320
  msgstr ""
6321
 
6322
- #: languages/vue.php:918
6323
  msgid "There is no need to refresh the browser (doing so won't have any effect)."
6324
  msgstr ""
6325
 
6326
- #: languages/vue.php:921
6327
  msgid "Pageviews Per Minute"
6328
  msgstr ""
6329
 
6330
- #: languages/vue.php:924
6331
  msgid "Top Pages"
6332
  msgstr ""
6333
 
6334
- #: languages/vue.php:927
6335
  msgid "No pageviews currently."
6336
  msgstr ""
6337
 
6338
- #: languages/vue.php:930
6339
  msgid "Page"
6340
  msgstr ""
6341
 
6342
- #: languages/vue.php:933
6343
  msgid "Pageview Count"
6344
  msgstr ""
6345
 
6346
- #: languages/vue.php:936
6347
  msgid "Percent of Total"
6348
  msgstr ""
6349
 
6350
- #: languages/vue.php:939
6351
  msgid "This is the number of active users currently on your site."
6352
  msgstr ""
6353
 
6354
- #: languages/vue.php:942
6355
  msgid "This graph shows the number of pageviews for each of the last 30 minutes."
6356
  msgstr ""
6357
 
6358
- #: languages/vue.php:945
6359
  msgid "This list shows the top pages users are currently viewing on your site."
6360
  msgstr ""
6361
 
6362
- #: languages/vue.php:948
6363
  msgid "View All Real-Time Pageviews"
6364
  msgstr ""
6365
 
6366
- #: languages/vue.php:951
6367
  msgid "View All Real-Time Traffic Sources"
6368
  msgstr ""
6369
 
6370
- #: languages/vue.php:954
6371
  msgid "View All Real-Time Traffic by Country"
6372
  msgstr ""
6373
 
6374
- #: languages/vue.php:957
6375
  msgid "View All Real-Time Traffic by City"
6376
  msgstr ""
6377
 
6378
- #: languages/vue.php:960
6379
  msgid "See All Your Important Store Metrics in One Place"
6380
  msgstr ""
6381
 
6382
- #: languages/vue.php:963
6383
  msgid "Get an Answer to All Your Top Ecommerce Questions From a Single Report"
6384
  msgstr ""
6385
 
6386
- #: languages/vue.php:966
6387
  msgid "ONE-CLICK INTEGRATIONS"
6388
  msgstr ""
6389
 
6390
- #: languages/vue.php:969
6391
  msgid "Enable Ecommerce Tracking and Grow Your Business with Confidence"
6392
  msgstr ""
6393
 
6394
- #: languages/vue.php:972
6395
  msgid "MonsterInsights Ecommerce Addon makes it easy to setup enhanced eCommerce tracking, so you can see all your important eCommerce metrics like total revenue, conversion rate, average order value, top products, top referral sources, and more in a single report right inside your WordPress dashboard."
6396
  msgstr ""
6397
 
6398
- #: languages/vue.php:975
6399
  msgid "GDPR Guide"
6400
  msgstr ""
6401
 
6402
- #: languages/vue.php:978
6403
  msgid "Compliance with European data laws including GDPR can be confusing and time-consuming. In order to help MonsterInsights users comply with these laws, we’ve created an addon that automates a lot of the necessary configuration changes for you. "
6404
  msgstr ""
6405
 
6406
- #: languages/vue.php:981
6407
  msgid "How to Install and Activate MonsterInsights Addons"
6408
  msgstr ""
6409
 
6410
- #: languages/vue.php:984
6411
  msgid "The process for installing and activating addons is quick and easy after you install the MonsterInsights plugin. In this guide we’ll walk you through the process, step by step."
6412
  msgstr ""
6413
 
6414
- #: languages/vue.php:987
6415
  msgid "Enabling eCommerce Tracking and Reports"
6416
  msgstr ""
6417
 
6418
- #: languages/vue.php:990
6419
  msgid "Want to track your eCommerce sales data for your WooCommerce, MemberPress, or Easy Digital Downloads store with MonsterInsights? In this guide, we’ll show you how to enable eCommerce tracking in Google Analytics in just a few clicks."
6420
  msgstr ""
6421
 
6422
- #: languages/vue.php:993
6423
  msgid "Read Documentation"
6424
  msgstr ""
6425
 
6426
- #: languages/vue.php:996
6427
  msgid "Getting Started with MonsterInsights"
6428
  msgstr ""
6429
 
6430
- #: languages/vue.php:999
6431
  msgid "MonsterInsights is the easiest analytics solution on the market to get started with, as we walk you through exactly what you need to do, in plain english, using our 3 minute setup wizard."
6432
  msgstr ""
6433
 
6434
- #: languages/vue.php:1002
6435
  msgid "To begin with, we’ll get your site authorized with Google Analytics, so we can start tracking and generating reports for you right away."
6436
  msgstr ""
6437
 
6438
- #: languages/vue.php:1005
6439
  msgid "In no time at all, and after just a few clicks, you'll have setup the most powerful Google Analytics tracking available for WordPress. It's easy to double your traffic and sales when you know exactly how people find and use your website. Let's get started!."
6440
  msgstr ""
6441
 
6442
- #: languages/vue.php:1008
6443
  msgid "Launch the wizard!"
6444
  msgstr ""
6445
 
6446
- #: languages/vue.php:1011
6447
  msgid "Get MonsterInsights Pro and Unlock all the Powerful Features"
6448
  msgstr ""
6449
 
6450
  #. Translators: Makes text bold.
6451
- #: languages/vue.php:1015
6452
  msgid "Thanks for being a loyal MonsterInsights Lite user. %1$sUpgrade to MonsterInsights Pro%2$s to unlock all the awesome features and experience why MonsterInsights is consistently rated the best Google Analytics solution for WordPress."
6453
  msgstr ""
6454
 
6455
- #: languages/vue.php:1018
6456
  msgid "Universal Tracking across devices and campaigns with just a few clicks."
6457
  msgstr ""
6458
 
6459
- #: languages/vue.php:1021
6460
  msgid "See your website analytics reports inside the WordPress dashboard"
6461
  msgstr ""
6462
 
6463
- #: languages/vue.php:1024
6464
  msgid "Get real-time stats right inside WordPress"
6465
  msgstr ""
6466
 
6467
- #: languages/vue.php:1027
6468
  msgid "1-click Google Analytics Enhanced eCommerce tracking"
6469
  msgstr ""
6470
 
6471
- #: languages/vue.php:1030
6472
  msgid "Get detailed stats for each post and page."
6473
  msgstr ""
6474
 
6475
- #: languages/vue.php:1033
6476
  msgid "Automatically track clicks on your affiliate links and ads."
6477
  msgstr ""
6478
 
6479
- #: languages/vue.php:1036
6480
  msgid "Make Google Analytics GDPR compliant automatically"
6481
  msgstr ""
6482
 
6483
- #: languages/vue.php:1039
6484
  msgid "Setup tracking for authors, categories, tags, custom post types, users and more"
6485
  msgstr ""
6486
 
6487
- #: languages/vue.php:1042
6488
  msgid "Enable Google Optimize for A/B testing, adjust sample speed & sample rate."
6489
  msgstr ""
6490
 
6491
- #: languages/vue.php:1045
6492
  msgid "More advanced features"
6493
  msgstr ""
6494
 
6495
- #: languages/vue.php:1048
6496
  msgid "Get MonsterInsights Pro Today and Unlock all the Powerful Features"
6497
  msgstr ""
6498
 
6499
  #. Translators: Makes text green.
6500
- #: languages/vue.php:1052
6501
  msgid "Bonus: MonsterInsights Lite users get %1$s50%% off regular price%2$s, automatically applied at checkout."
6502
  msgstr ""
6503
 
6504
- #: languages/vue.php:1055
6505
  msgid "How to Connect to Google Analytics"
6506
  msgstr ""
6507
 
6508
- #: languages/vue.php:1058
6509
  msgid "After you install MonsterInsights, you’ll need to connect your WordPress site with your Google Analytics account. MonsterInsights makes the process easy, with no coding required."
6510
  msgstr ""
6511
 
6512
- #: languages/vue.php:1061
6513
  msgid "Guide and Checklist for Advanced Insights"
6514
  msgstr ""
6515
 
6516
- #: languages/vue.php:1064
6517
  msgid "Our goal is to make it as easy as possible for you to measure and track your stats so you can grow your business. This easy-to-follow guide and checklist will get you set up with MonsterInsights’ advanced tracking."
6518
  msgstr ""
6519
 
6520
  #. Translators: Adds a link to the general settings tab.
6521
- #: languages/vue.php:1068
6522
  msgid "It looks like you added a Google Analytics tracking code in the custom code area, this can potentially prevent proper tracking. If you want to use a manual UA please use the setting in the %1$sGeneral%2$s tab."
6523
  msgstr ""
6524
 
6525
- #: languages/vue.php:1071
6526
  msgid "Permissions"
6527
  msgstr ""
6528
 
6529
- #: languages/vue.php:1074
6530
  msgid "Allow These User Roles to See Reports"
6531
  msgstr ""
6532
 
6533
- #: languages/vue.php:1077
6534
  msgid "Users that have at least one of these roles will be able to view the reports."
6535
  msgstr ""
6536
 
6537
- #: languages/vue.php:1080
6538
  msgid "Users that have at least one of these roles will be able to view the reports, along with any user with the manage_options capability."
6539
  msgstr ""
6540
 
6541
- #: languages/vue.php:1083
6542
  msgid "Allow These User Roles to Save Settings"
6543
  msgstr ""
6544
 
6545
- #: languages/vue.php:1086
6546
  msgid "Users that have at least one of these roles will be able to view and save the settings panel."
6547
  msgstr ""
6548
 
6549
- #: languages/vue.php:1089
6550
  msgid "Users that have at least one of these roles will be able to view and save the settings panel, along with any user with the manage_options capability."
6551
  msgstr ""
6552
 
6553
- #: languages/vue.php:1092
6554
  msgid "Exclude These User Roles From Tracking"
6555
  msgstr ""
6556
 
6557
- #: languages/vue.php:1095
6558
  msgid "Users that have at least one of these roles will not be tracked into Google Analytics."
6559
  msgstr ""
6560
 
6561
- #: languages/vue.php:1098
6562
  msgid "Performance"
6563
  msgstr ""
6564
 
6565
- #: languages/vue.php:1101
6566
  msgid "Custom code"
6567
  msgstr ""
6568
 
6569
  #. Translators: Adds a link to the Google reference.
6570
- #: languages/vue.php:1105
6571
  msgid "Not for the average user: this allows you to add a line of code, to be added before the %1$spageview is sent%2$s."
6572
  msgstr ""
6573
 
6574
- #: languages/vue.php:1111
6575
  msgid "You must have the \"unfiltered_html\" capability to view/edit this setting."
6576
  msgstr ""
6577
 
6578
- #: languages/vue.php:1114
6579
  msgid "Hide Admin Bar Reports"
6580
  msgstr ""
6581
 
6582
  #. Translators: placeholders make text small.
6583
- #: languages/vue.php:1118
6584
  msgid "Enabled %1$s- Show reports and dashboard widget.%2$s"
6585
  msgstr ""
6586
 
6587
  #. Translators: placeholders make text small.
6588
- #: languages/vue.php:1122
6589
  msgid "Dashboard Widget Only %1$s- Disable reports, but show dashboard widget.%2$s"
6590
  msgstr ""
6591
 
6592
  #. Translators: placeholders make text small.
6593
- #: languages/vue.php:1126
6594
  msgid "Disabled %1$s- Hide reports and dashboard widget.%2$s"
6595
  msgstr ""
6596
 
6597
- #: languages/vue.php:1129
6598
  msgid "New"
6599
  msgstr ""
6600
 
6601
- #: languages/vue.php:1132
6602
  msgid "Returning"
6603
  msgstr ""
6604
 
6605
- #: languages/vue.php:1135
6606
  msgid "Desktop"
6607
  msgstr ""
6608
 
6609
- #: languages/vue.php:1138
6610
  msgid "Tablet"
6611
  msgstr ""
6612
 
6613
- #: languages/vue.php:1141
6614
  msgid "Mobile"
6615
  msgstr ""
6616
 
6617
- #: languages/vue.php:1144
6618
  msgid "Top 10 Countries"
6619
  msgstr ""
6620
 
6621
- #: languages/vue.php:1147
6622
  msgid "View Countries Report"
6623
  msgstr ""
6624
 
6625
- #: languages/vue.php:1150
6626
  msgid "Top 10 Referrals"
6627
  msgstr ""
6628
 
6629
- #: languages/vue.php:1153
6630
  msgid "View All Referral Sources"
6631
  msgstr ""
6632
 
6633
- #: languages/vue.php:1156
6634
  msgid "View Full Posts/Pages Report"
6635
  msgstr ""
6636
 
6637
- #: languages/vue.php:1159
6638
  msgid "Percentage of single-page visits (or web sessions). It is the number of visits in which a person leaves your website from the landing page without browsing any further."
6639
  msgstr ""
6640
 
6641
- #: languages/vue.php:1162
6642
  msgid "This list shows the top countries your website visitors are from."
6643
  msgstr ""
6644
 
6645
- #: languages/vue.php:1165
6646
  msgid "This list shows the top websites that send your website traffic, known as referral traffic."
6647
  msgstr ""
6648
 
6649
  #. Translators: Example path (/go/).
6650
- #: languages/vue.php:1169
6651
  msgid "Path (example: %s)"
6652
  msgstr ""
6653
 
6654
- #: languages/vue.php:1172
6655
  msgid "Path has to start with a / and have no spaces"
6656
  msgstr ""
6657
 
6658
  #. Translators: Example label (aff).
6659
- #: languages/vue.php:1176
6660
  msgid "Label (example: %s)"
6661
  msgstr ""
6662
 
6663
- #: languages/vue.php:1179
6664
  msgid "Label can't contain any spaces"
6665
  msgstr ""
6666
 
6667
- #: languages/vue.php:1182
6668
  msgid "Affiliate Links"
6669
  msgstr ""
6670
 
6671
  #. Translators: Add links to documentation.
6672
- #: languages/vue.php:1186
6673
  msgid "This allows you to track custom affiliate links. A path of /go/ would match urls that start with that. The label is appended onto the end of the string \"outbound-link-\", to provide unique labels for these links in Google Analytics. Complete documentation on affiliate links is available %1$shere%2$s."
6674
  msgstr ""
6675
 
6676
- #: languages/vue.php:1189
6677
  msgid "Our affiliate link tracking works by setting path for internal links to track as outbound links."
6678
  msgstr ""
6679
 
6680
- #: languages/vue.php:1192
6681
  msgid "Still Calculating..."
6682
  msgstr ""
6683
 
6684
- #: languages/vue.php:1195
6685
  msgid "Your 2019 Year in Review is still calculating. Please check back later to see how your website performed last year."
6686
  msgstr ""
6687
 
6688
- #: languages/vue.php:1198
6689
  msgid "Back to Overview Report"
6690
  msgstr ""
6691
 
6692
- #: languages/vue.php:1201
6693
  msgid "Your 2019 Analytics Report"
6694
  msgstr ""
6695
 
6696
- #: languages/vue.php:1204
6697
  msgid "See how your website performed this year and find tips along the way to help grow even more in 2020!"
6698
  msgstr ""
6699
 
6700
- #: languages/vue.php:1207
6701
  msgid "Audience"
6702
  msgstr ""
6703
 
6704
- #: languages/vue.php:1210
6705
  msgid "Congrats"
6706
  msgstr ""
6707
 
6708
- #: languages/vue.php:1213
6709
  msgid "Your website was quite popular this year! "
6710
  msgstr ""
6711
 
6712
- #: languages/vue.php:1216
6713
  msgid "You had "
6714
  msgstr ""
6715
 
6716
- #: languages/vue.php:1219
6717
  msgid " visitors!"
6718
  msgstr ""
6719
 
6720
- #: languages/vue.php:1222
6721
  msgid " visitors"
6722
  msgstr ""
6723
 
6724
- #: languages/vue.php:1225
6725
  msgid "Total Visitors"
6726
  msgstr ""
6727
 
6728
- #: languages/vue.php:1228
6729
  msgid "Total Sessions"
6730
  msgstr ""
6731
 
6732
- #: languages/vue.php:1231
6733
  msgid "Visitors by Month"
6734
  msgstr ""
6735
 
6736
- #: languages/vue.php:1234
6737
  msgid "January 1, 2019 - December 31, 2019"
6738
  msgstr ""
6739
 
6740
- #: languages/vue.php:1237
6741
  msgid "A Tip for 2020"
6742
  msgstr ""
6743
 
6744
- #: languages/vue.php:1240
6745
  msgid "See the top Traffic Sources and Top Pages for the Month of May in the Overview Report to replicate your success."
6746
  msgstr ""
6747
 
6748
- #: languages/vue.php:1243
6749
  msgid "#1"
6750
  msgstr ""
6751
 
6752
- #: languages/vue.php:1246
6753
  msgid "You Top 5 Countries"
6754
  msgstr ""
6755
 
6756
- #: languages/vue.php:1249
6757
  msgid "Let’s get to know your visitors a little better, shall we?"
6758
  msgstr ""
6759
 
6760
- #: languages/vue.php:1252
6761
  msgid "Gender"
6762
  msgstr ""
6763
 
6764
- #: languages/vue.php:1255
6765
  msgid "Female"
6766
  msgstr ""
6767
 
6768
- #: languages/vue.php:1258
6769
  msgid "Women"
6770
  msgstr ""
6771
 
6772
- #: languages/vue.php:1261
6773
  msgid "Male"
6774
  msgstr ""
6775
 
6776
- #: languages/vue.php:1264
6777
  msgid "Average Age"
6778
  msgstr ""
6779
 
6780
- #: languages/vue.php:1268
6781
  msgid "Behavior"
6782
  msgstr ""
6783
 
6784
- #: languages/vue.php:1271
6785
  msgid "Your Top 5 Pages"
6786
  msgstr ""
6787
 
6788
- #: languages/vue.php:1274
6789
  msgid "Time Spent on Site"
6790
  msgstr ""
6791
 
6792
- #: languages/vue.php:1277
6793
  msgid "minutes"
6794
  msgstr ""
6795
 
6796
- #: languages/vue.php:1280
6797
  msgid "Device Type"
6798
  msgstr ""
6799
 
6800
- #: languages/vue.php:1283
6801
  msgid "A Tip For 2020"
6802
  msgstr ""
6803
 
6804
- #: languages/vue.php:1286
6805
  msgid "Take advantage of what you’ve already built. See how to get more traffic from existing content in our 32 Marketing Hacks to Grow Your Traffic."
6806
  msgstr ""
6807
 
6808
- #: languages/vue.php:1289
6809
  msgid "Read - 32 Marketing Hacks to Grow Your Traffic"
6810
  msgstr ""
6811
 
6812
- #: languages/vue.php:1292
6813
  msgid "So, where did all of these visitors come from?"
6814
  msgstr ""
6815
 
6816
- #: languages/vue.php:1295
6817
  msgid "Clicks"
6818
  msgstr ""
6819
 
6820
- #: languages/vue.php:1298
6821
  msgid "Your Top 5 Keywords"
6822
  msgstr ""
6823
 
6824
- #: languages/vue.php:1301
6825
  msgid "What keywords visitors searched for to find your site"
6826
  msgstr ""
6827
 
6828
- #: languages/vue.php:1304
6829
  msgid "Your Top 5 Referrals"
6830
  msgstr ""
6831
 
6832
- #: languages/vue.php:1307
6833
  msgid "The websites that link back to your website"
6834
  msgstr ""
6835
 
6836
- #: languages/vue.php:1310
6837
  msgid "Opportunity"
6838
  msgstr ""
6839
 
6840
- #: languages/vue.php:1313
6841
  msgid "Use referral sources to create new partnerships or expand existing ones. See our guide on how to spy on your competitors and ethically steal their traffic."
6842
  msgstr ""
6843
 
6844
- #: languages/vue.php:1316
6845
  msgid "Read - How to Ethically Steal Your Competitor’s Traffic"
6846
  msgstr ""
6847
 
6848
- #: languages/vue.php:1319
6849
  msgid "Thank you for using MonsterInsights!"
6850
  msgstr ""
6851
 
6852
- #: languages/vue.php:1322
6853
  msgid "We’re grateful for your continued support. If there’s anything we can do to help you grow your business, please don’t hesitate to contact our team."
6854
  msgstr ""
6855
 
6856
- #: languages/vue.php:1325
6857
  msgid "Here's to an amazing 2020!"
6858
  msgstr ""
6859
 
6860
- #: languages/vue.php:1328
6861
  msgid "Enjoying MonsterInsights"
6862
  msgstr ""
6863
 
6864
- #: languages/vue.php:1331
6865
  msgid "Leave a five star review!"
6866
  msgstr ""
6867
 
6868
- #: languages/vue.php:1334
6869
  msgid "Syed Balkhi"
6870
  msgstr ""
6871
 
6872
- #: languages/vue.php:1337
6873
  msgid "Chris Christoff"
6874
  msgstr ""
6875
 
6876
- #: languages/vue.php:1340
6877
  msgid "Write Review"
6878
  msgstr ""
6879
 
6880
- #: languages/vue.php:1343
6881
  msgid "Did you know over 10 million websites use our plugins?"
6882
  msgstr ""
6883
 
6884
- #: languages/vue.php:1346
6885
  msgid "Try our other popular WordPress plugins to grow your website in 2020."
6886
  msgstr ""
6887
 
6888
- #: languages/vue.php:1349
6889
  msgid "Join our Communities!"
6890
  msgstr ""
6891
 
6892
- #: languages/vue.php:1352
6893
  msgid "Become a WordPress expert in 2020. Join our amazing communities and take your website to the next level."
6894
  msgstr ""
6895
 
6896
- #: languages/vue.php:1355
6897
  msgid "Facebook Group"
6898
  msgstr ""
6899
 
6900
- #: languages/vue.php:1358
6901
  msgid "Join our team of WordPress experts and other motivated website owners in the WPBeginner Engage Facebook Group."
6902
  msgstr ""
6903
 
6904
- #: languages/vue.php:1361
6905
  msgid "Join Now...It’s Free!"
6906
  msgstr ""
6907
 
6908
- #: languages/vue.php:1364
6909
  msgid "WordPress Tutorials by WPBeginner"
6910
  msgstr ""
6911
 
6912
- #: languages/vue.php:1367
6913
  msgid "WPBeginner is the largest free WordPress resource site for beginners and non-techy users."
6914
  msgstr ""
6915
 
6916
- #: languages/vue.php:1370
6917
  msgid "Visit WPBeginner"
6918
  msgstr ""
6919
 
6920
- #: languages/vue.php:1373
6921
  msgid "Follow Us!"
6922
  msgstr ""
6923
 
6924
- #: languages/vue.php:1376
6925
  msgid "Follow MonsterInsights on social media to stay up to date with latest updates, trends, and tutorials on how to make the most out of analytics."
6926
  msgstr ""
6927
 
6928
- #: languages/vue.php:1379
6929
  msgid "Copyright MonsterInsights, 2020"
6930
  msgstr ""
6931
 
6932
- #: languages/vue.php:1382
6933
  msgid "Upgrade to MonsterInsights Pro to Unlock Additional Actionable Insights"
6934
  msgstr ""
6935
 
6936
- #: languages/vue.php:1385
6937
  msgid "January"
6938
  msgstr ""
6939
 
6940
- #: languages/vue.php:1388
6941
  msgid "February"
6942
  msgstr ""
6943
 
6944
- #: languages/vue.php:1391
6945
  msgid "March"
6946
  msgstr ""
6947
 
6948
- #: languages/vue.php:1394
6949
  msgid "April"
6950
  msgstr ""
6951
 
6952
- #: languages/vue.php:1397
6953
  msgid "May"
6954
  msgstr ""
6955
 
6956
- #: languages/vue.php:1400
6957
  msgid "June"
6958
  msgstr ""
6959
 
6960
- #: languages/vue.php:1403
6961
  msgid "July"
6962
  msgstr ""
6963
 
6964
- #: languages/vue.php:1406
6965
  msgid "August"
6966
  msgstr ""
6967
 
6968
- #: languages/vue.php:1409
6969
  msgid "September"
6970
  msgstr ""
6971
 
6972
- #: languages/vue.php:1412
6973
  msgid "October"
6974
  msgstr ""
6975
 
6976
- #: languages/vue.php:1415
6977
  msgid "November"
6978
  msgstr ""
6979
 
6980
- #: languages/vue.php:1418
6981
  msgid "December"
6982
  msgstr ""
6983
 
6984
  #. Translators: Number of visitors.
6985
- #: languages/vue.php:1422
6986
  msgid "Your best month was <strong>%1$s</strong> with <strong>%2$s visitors!</strong>"
6987
  msgstr ""
6988
 
6989
  #. Translators: Number of visitors.
6990
- #: languages/vue.php:1426
6991
  msgid "Your <strong>%1$s</strong> visitors came from <strong>%2$s</strong> different countries."
6992
  msgstr ""
6993
 
6994
  #. Translators: Number of visitors.
6995
- #: languages/vue.php:1430
6996
  msgid "%s Visitors"
6997
  msgstr ""
6998
 
6999
  #. Translators: Percent and Number of visitors.
7000
- #: languages/vue.php:1434
7001
  msgid "%1$s&#37 of your visitors were %2$s"
7002
  msgstr ""
7003
 
7004
  #. Translators: Number of visitors and their age.
7005
- #: languages/vue.php:1438
7006
  msgid "%1$s&#37 of your visitors were between the ages of %2$s"
7007
  msgstr ""
7008
 
7009
  #. Translators: Number of visitors and number of pages.
7010
- #: languages/vue.php:1442
7011
  msgid "Your <strong>%1$s</strong> visitors viewed a total of <strong>%2$s</strong> pages. <span class='average-page-per-user' style='font-size: 20px;margin-top:25px;display:block;font-family:Lato'>That's an average of %3$s pages for each visitor!</span>"
7012
  msgstr ""
7013
 
7014
  #. Translators: Number of minutes spent on site.
7015
- #: languages/vue.php:1446
7016
  msgid "Each visitor spent an average of %s minutes on your website in 2019."
7017
  msgstr ""
7018
 
7019
  #. Translators: Name of device type.
7020
- #: languages/vue.php:1450
7021
  msgid "Most of your visitors viewed your website from their <strong>%s</strong> device."
7022
  msgstr ""
7023
 
7024
  #. Translators: Number of visitors and device percentage.
7025
- #: languages/vue.php:1454
7026
  msgid "%1$s&#37 of your visitors were on a %2$s device."
7027
  msgstr ""
7028
 
7029
- #: languages/vue.php:1457
7030
  msgid "Import/Export"
7031
  msgstr ""
7032
 
7033
- #: languages/vue.php:1460
7034
  msgid "Import"
7035
  msgstr ""
7036
 
7037
- #: languages/vue.php:1463
7038
  msgid "Import settings from another ExactMetrics website."
7039
  msgstr ""
7040
 
7041
- #: languages/vue.php:1466
7042
  msgid "Export"
7043
  msgstr ""
7044
 
7045
- #: languages/vue.php:1469
7046
  msgid "Export settings to import into another ExactMetrics install."
7047
  msgstr ""
7048
 
7049
- #: languages/vue.php:1472
7050
  msgid "Import Settings"
7051
  msgstr ""
7052
 
7053
- #: languages/vue.php:1475
7054
  msgid "Export Settings"
7055
  msgstr ""
7056
 
7057
- #: languages/vue.php:1478
7058
  msgid "Please choose a file to import"
7059
  msgstr ""
7060
 
7061
- #: languages/vue.php:1481
7062
  msgid "Use the filepicker below to select the settings export file from another site."
7063
  msgstr ""
7064
 
7065
- #: languages/vue.php:1484
7066
  msgid "Use the button below to export a file with your MonsterInsights settings."
7067
  msgstr ""
7068
 
7069
- #: languages/vue.php:1487
7070
  msgid "Uploading file..."
7071
  msgstr ""
7072
 
7073
- #: languages/vue.php:1490
7074
  msgid "File imported"
7075
  msgstr ""
7076
 
7077
- #: languages/vue.php:1493
7078
  msgid "Settings successfully updated!"
7079
  msgstr ""
7080
 
7081
- #: languages/vue.php:1496
7082
  msgid "Error importing settings"
7083
  msgstr ""
7084
 
7085
- #: languages/vue.php:1499
7086
  msgid "Please choose a .json file generated by a MonsterInsights settings export."
7087
  msgstr ""
7088
 
7089
- #: languages/vue.php:1502
7090
  msgid "WPForms, Ninja Forms, Contact Form 7, Gravity Forms and any other WordPress form plugin"
7091
  msgstr ""
7092
 
7093
- #: languages/vue.php:1505
7094
  msgid "WordPress Admin Area Reports"
7095
  msgstr ""
7096
 
7097
- #: languages/vue.php:1508
7098
  msgid "Standard Reports"
7099
  msgstr ""
7100
 
7101
- #: languages/vue.php:1511
7102
  msgid "Overview Reports for the last 30 days."
7103
  msgstr ""
7104
 
7105
- #: languages/vue.php:1514
7106
  msgid "Advanced Reports"
7107
  msgstr ""
7108
 
7109
- #: languages/vue.php:1517
7110
  msgid "Publisher, eCommerce, Search Console, Custom Dimensions, Forms and Real-Time with custom date period selection"
7111
  msgstr ""
7112
 
7113
- #: languages/vue.php:1520
7114
  msgid "Dashboard Widget"
7115
  msgstr ""
7116
 
7117
- #: languages/vue.php:1523
7118
  msgid "Basic Widget"
7119
  msgstr ""
7120
 
7121
- #: languages/vue.php:1526
7122
  msgid "Overview Report Synopsis"
7123
  msgstr ""
7124
 
7125
- #: languages/vue.php:1529
7126
  msgid "Advanced Dashboard Widget"
7127
  msgstr ""
7128
 
7129
- #: languages/vue.php:1532
7130
  msgid "Includes the complete Overview report, Publisher reports and 6 different eCommerce reports"
7131
  msgstr ""
7132
 
7133
- #: languages/vue.php:1535
7134
  msgid "Publisher Reports"
7135
  msgstr ""
7136
 
7137
- #: languages/vue.php:1538
7138
  msgid "Advanced Publisher Reports & Tracking"
7139
  msgstr ""
7140
 
7141
- #: languages/vue.php:1541
7142
  msgid "View Top Landing/Exit Pages, Top Links, Demographics & Interests data and more"
7143
  msgstr ""
7144
 
7145
- #: languages/vue.php:1544
7146
  msgid "Not Available"
7147
  msgstr ""
7148
 
7149
- #: languages/vue.php:1547
7150
  msgid "Complete Custom Dimensions Tracking"
7151
  msgstr ""
7152
 
7153
- #: languages/vue.php:1550
7154
  msgid "Track and measure by the Author, Post Type, Category, Tags, SEO Score, Focus Keyword, Logged-in User, User ID and Published Time of each post and page"
7155
  msgstr ""
7156
 
7157
- #: languages/vue.php:1556
7158
  msgid "Limited Support"
7159
  msgstr ""
7160
 
7161
- #: languages/vue.php:1559
7162
  msgid "Priority Support"
7163
  msgstr ""
7164
 
7165
- #: languages/vue.php:1562
7166
  msgid "Get the most out of MonsterInsights by upgrading to Pro and unlocking all of the powerful features."
7167
  msgstr ""
7168
 
7169
- #: languages/vue.php:1565
7170
  msgid "Feature"
7171
  msgstr ""
7172
 
7173
- #: languages/vue.php:1568
7174
  msgid "Lite"
7175
  msgstr ""
7176
 
7177
- #: languages/vue.php:1571
7178
  msgid "Pro"
7179
  msgstr ""
7180
 
7181
- #: languages/vue.php:1574
7182
  msgid "Included"
7183
  msgstr ""
7184
 
7185
- #: languages/vue.php:1577
7186
  msgid "Custom Google Analytics Link Tracking"
7187
  msgstr ""
7188
 
7189
- #: languages/vue.php:1580
7190
  msgid "Standard Tracking"
7191
  msgstr ""
7192
 
7193
- #: languages/vue.php:1583
7194
  msgid "Advanced Tracking"
7195
  msgstr ""
7196
 
7197
- #: languages/vue.php:1586
7198
  msgid "Automatic tracking of outbound/external, file download, affiliate, email and telephone links and our simple Custom Link Attribution markup for custom link tracking"
7199
  msgstr ""
7200
 
7201
- #: languages/vue.php:1589
7202
  msgid "Scroll tracking as well as tracking on Google Accelerated Mobile Pages (AMP) and Facebook Instant Articles for Publishers"
7203
  msgstr ""
7204
 
7205
- #: languages/vue.php:1592
7206
  msgid "No-Code-Needed Tracking Features"
7207
  msgstr ""
7208
 
7209
- #: languages/vue.php:1595
7210
  msgid "Basic Tracking Options"
7211
  msgstr ""
7212
 
7213
- #: languages/vue.php:1598
7214
  msgid "Cross-domain tracking, anonymization of IP addresses, and automatic exclusion of administrators from tracking"
7215
  msgstr ""
7216
 
7217
- #: languages/vue.php:1601
7218
  msgid "Advanced Tracking Options"
7219
  msgstr ""
7220
 
7221
- #: languages/vue.php:1604
7222
  msgid "Easily integrate Google Optimize as well as adjust recordings of site speed and the sample rate of visitors"
7223
  msgstr ""
7224
 
7225
- #: languages/vue.php:1607
7226
  msgid "eCommerce Tracking"
7227
  msgstr ""
7228
 
7229
- #: languages/vue.php:1610
7230
  msgid "One-click Complete eCommerce tracking"
7231
  msgstr ""
7232
 
7233
- #: languages/vue.php:1613
7234
  msgid "Complete eCommerce tracking for WooCommerce, Easy Digital Downloads and MemberPress stores with no code or settings required"
7235
  msgstr ""
7236
 
7237
- #: languages/vue.php:1617
7238
  msgid "Forms Tracking"
7239
  msgstr ""
7240
 
7241
- #: languages/vue.php:1620
7242
  msgid "One-click Form Events Tracking"
7243
  msgstr ""
7244
 
7245
- #: languages/vue.php:1623
7246
  msgid "Custom Campaign Parameters"
7247
  msgstr ""
7248
 
7249
- #: languages/vue.php:1626
7250
  msgid "The URL builder helps you add parameters to your URLs you use in custom web or email ad campaigns."
7251
  msgstr ""
7252
 
7253
- #: languages/vue.php:1629
7254
  msgid "A custom campaign is any ad campaign not using the AdWords auto-tagging feature. When users click one of the custom links, the unique parameters are sent to your Analytics account, so you can identify the URLs that are the most effective in attracting users to your content."
7255
  msgstr ""
7256
 
7257
  #. Translators: Marks the field as required.
7258
- #: languages/vue.php:1633
7259
  msgid "Website URL %s"
7260
  msgstr ""
7261
 
7262
  #. Translators: Display the current website url in italic.
7263
- #: languages/vue.php:1637
7264
  msgid "The full website URL (e.g. %1$s %2$s%3$s)"
7265
  msgstr ""
7266
 
7267
  #. Translators: Marks the field as required.
7268
- #: languages/vue.php:1641
7269
  msgid "Campaign Source %s"
7270
  msgstr ""
7271
 
7272
  #. Translators: Make the text italic.
7273
- #: languages/vue.php:1645
7274
  msgid "Enter a referrer (e.g. %1$sfacebook, newsletter, google%2$s)"
7275
  msgstr ""
7276
 
7277
  #. Translators: Make the text italic.
7278
- #: languages/vue.php:1649
7279
  msgid "Enter a marketing medium (e.g. %1$scpc, banner, email%2$s)"
7280
  msgstr ""
7281
 
7282
  #. Translators: Make the text italic.
7283
- #: languages/vue.php:1653
7284
  msgid "Enter a name to easily identify (e.g. %1$sspring_sale%2$s)"
7285
  msgstr ""
7286
 
7287
- #: languages/vue.php:1656
7288
  msgid "Enter the paid keyword"
7289
  msgstr ""
7290
 
7291
- #: languages/vue.php:1659
7292
  msgid "Enter something to differentiate ads"
7293
  msgstr ""
7294
 
7295
- #: languages/vue.php:1662
7296
  msgid "Use Fragment"
7297
  msgstr ""
7298
 
7299
  #. Translators: Make the text bold.
7300
- #: languages/vue.php:1666
7301
  msgid "Set the parameters in the fragment portion of the URL %1$s(not recommended)%2$s"
7302
  msgstr ""
7303
 
7304
- #: languages/vue.php:1669
7305
  msgid "URL to use"
7306
  msgstr ""
7307
 
7308
- #: languages/vue.php:1672
7309
  msgid "(Updates automatically)"
7310
  msgstr ""
7311
 
7312
- #: languages/vue.php:1675
7313
  msgid "Copy to Clipboard"
7314
  msgstr ""
7315
 
7316
- #: languages/vue.php:1678
7317
  msgid "More Information & Examples"
7318
  msgstr ""
7319
 
7320
- #: languages/vue.php:1681
7321
  msgid "The following table gives a detailed explanation and example of each of the campaign parameters."
7322
  msgstr ""
7323
 
7324
- #: languages/vue.php:1684
7325
  msgid "Campaign Source"
7326
  msgstr ""
7327
 
7328
- #: languages/vue.php:1687
7329
  msgid "Required. Use utm_source to identify a search engine, newsletter name, or other source."
7330
  msgstr ""
7331
 
7332
- #: languages/vue.php:1690
7333
  msgid "Campaign Medium"
7334
  msgstr ""
7335
 
7336
- #: languages/vue.php:1693
7337
  msgid "Use utm_medium to identify a medium such as email or cost-per-click."
7338
  msgstr ""
7339
 
7340
- #: languages/vue.php:1696
7341
  msgid "Campaign Name"
7342
  msgstr ""
7343
 
7344
- #: languages/vue.php:1699
7345
  msgid "Used for keyword analysis. Use utm_campaign to identify a specific product promotion or strategic campaign."
7346
  msgstr ""
7347
 
7348
- #: languages/vue.php:1702
7349
  msgid "Campaign Term"
7350
  msgstr ""
7351
 
7352
- #: languages/vue.php:1705
7353
  msgid "Used for paid search. Use utm_term to note the keywords for this ad."
7354
  msgstr ""
7355
 
7356
- #: languages/vue.php:1708
7357
  msgid "Campaign Content"
7358
  msgstr ""
7359
 
7360
- #: languages/vue.php:1711
7361
  msgid "Used for A/B testing and content-targeted ads. Use utm_content to differentiate ads or links that point to the same URL."
7362
  msgstr ""
7363
 
7364
  #. Translators: Example.
7365
- #: languages/vue.php:1715
7366
  msgid "Example: %s"
7367
  msgstr ""
7368
 
7369
  #. Translators: Examples.
7370
- #: languages/vue.php:1719
7371
  msgid "Examples: %s"
7372
  msgstr ""
7373
 
7374
- #: languages/vue.php:1722
7375
  msgid "About Campaigns"
7376
  msgstr ""
7377
 
7378
- #: languages/vue.php:1725
7379
  msgid "About Custom Campaigns"
7380
  msgstr ""
7381
 
7382
- #: languages/vue.php:1728
7383
  msgid "Best Practices for Creating Custom Campaigns"
7384
  msgstr ""
7385
 
7386
- #: languages/vue.php:1731
7387
  msgid "About the Referral Traffic Report"
7388
  msgstr ""
7389
 
7390
- #: languages/vue.php:1734
7391
  msgid "About Traffic Source Dimensions"
7392
  msgstr ""
7393
 
7394
- #: languages/vue.php:1737
7395
  msgid "AdWords Auto-Tagging"
7396
  msgstr ""
7397
 
7398
- #: languages/vue.php:1740
7399
  msgid "Additional Information"
7400
  msgstr ""
7401
 
7402
- #: languages/vue.php:1743
7403
  msgid "Hello and welcome to MonsterInsights, the best Google Analytics plugin for WordPress. MonsterInsights shows you exactly which content gets the most visit, so you can analyze and optimize it for higher conversions."
7404
  msgstr ""
7405
 
7406
- #: languages/vue.php:1746
7407
  msgid "Over the years, we found that in order to get the most out of Google Analytics, you needed a full time developer who could implement custom tracking, so that Google Analytics would integrate with things like WooCommerce, and track things which Google doesn't by default, like outbound links."
7408
  msgstr ""
7409
 
7410
- #: languages/vue.php:1749
7411
  msgid "Our goal is to take the pain out of analytics, making it simple and easy, by eliminating the need to have to worry about code, putting the best reports directly into the area you already go to (your WordPress dashboard), and adding the most advanced insights and features without complicating our plugin with tons of settings. Quite simply, it should \"just work\"."
7412
  msgstr ""
7413
 
7414
- #: languages/vue.php:1752
7415
  msgid "MonsterInsights is brought to you by the same team that's behind the largest WordPress resource site, WPBeginner, the most popular lead-generation software, OptinMonster, and the best WordPress forms plugin, WPForms."
7416
  msgstr ""
7417
 
7418
- #: languages/vue.php:1755
7419
  msgid "Yup, we know a thing or two about building awesome products that customers love."
7420
  msgstr ""
7421
 
7422
- #: languages/vue.php:1758
7423
  msgid "The MonsterInsights Team"
7424
  msgstr ""
7425
 
7426
- #: languages/vue.php:1761
7427
  msgid "See who's viewing and submitting your forms, so you can increase your conversion rate."
7428
  msgstr ""
7429
 
7430
- #: languages/vue.php:1764
7431
  msgid "Use Google Optimize to retarget your website visitors and perform A/B split tests with ease."
7432
  msgstr ""
7433
 
7434
- #: languages/vue.php:1767
7435
  msgid "Add Custom Dimensions and track who's the most popular author on your site, which post types get the most traffic, and more"
7436
  msgstr ""
7437
 
7438
- #: languages/vue.php:1770
7439
  msgid "Loading Settings"
7440
  msgstr ""
7441
 
7442
- #: languages/vue.php:1773
7443
  msgid "Saving Changes..."
7444
  msgstr ""
7445
 
7446
- #: languages/vue.php:1776
7447
  msgid "Settings Updated"
7448
  msgstr ""
7449
 
7450
  #. Translators: Adds a link to the settings panel.
7451
- #: languages/vue.php:1780
7452
  msgid "You need to %1$sconnect MonsterInsights%2$s first"
7453
  msgstr ""
7454
 
7455
- #: languages/vue.php:1783
7456
  msgid "Could Not Save Changes"
7457
  msgstr ""
7458
 
7459
  #. Translators: Error status and error text.
7460
- #: languages/vue.php:1787
7461
  msgid "Can't deauthenticate. Error: %1$s, %2$s"
7462
  msgstr ""
7463
 
7464
- #: languages/vue.php:1791
7465
  msgid "You appear to be offline."
7466
  msgstr ""
7467
 
7468
  #. Translators: Error status and error text.
7469
- #: languages/vue.php:1795
7470
  msgid "Can't save settings. Error: %1$s, %2$s"
7471
  msgstr ""
7472
 
7473
- #: languages/vue.php:1798
7474
  msgid "You appear to be offline. Settings not saved."
7475
  msgstr ""
7476
 
7477
  #. Translators: Error status and error text.
7478
- #: languages/vue.php:1802
7479
  msgid "Can't load authentication details. Error: %1$s, %2$s"
7480
  msgstr ""
7481
 
7482
  #. Translators: Error status and error text.
7483
- #: languages/vue.php:1806
7484
  msgid "Can't authenticate. Error: %1$s, %2$s"
7485
  msgstr ""
7486
 
7487
  #. Translators: Error status and error text.
7488
- #: languages/vue.php:1810
7489
  msgid "Can't reauthenticate. Error: %1$s, %2$s"
7490
  msgstr ""
7491
 
7492
  #. Translators: Error status and error text.
7493
- #: languages/vue.php:1814
7494
  msgid "Can't verify credentials. Error: %1$s, %2$s"
7495
  msgstr ""
7496
 
7497
- #: languages/vue.php:1817
7498
  msgid "You appear to be offline. WPForms not installed."
7499
  msgstr ""
7500
 
7501
  #. Translators: Error status and error text.
7502
- #: languages/vue.php:1821
7503
  msgid "Can't activate addon. Error: %1$s, %2$s"
7504
  msgstr ""
7505
 
7506
- #: languages/vue.php:1824
7507
  msgid "You appear to be offline. Addon not activated."
7508
  msgstr ""
7509
 
7510
  #. Translators: Error status and error text.
7511
- #: languages/vue.php:1828
7512
  msgid "Can't deactivate addon. Error: %1$s, %2$s"
7513
  msgstr ""
7514
 
7515
- #: languages/vue.php:1831
7516
  msgid "You appear to be offline. Addon not deactivated."
7517
  msgstr ""
7518
 
7519
  #. Translators: Error status and error text.
7520
- #: languages/vue.php:1835
7521
  msgid "Can't install plugin. Error: %1$s, %2$s"
7522
  msgstr ""
7523
 
7524
- #: languages/vue.php:1838
7525
  msgid "You appear to be offline. Plugin not installed."
7526
  msgstr ""
7527
 
7528
  #. Translators: Error status and error text.
7529
- #: languages/vue.php:1842
7530
  msgid "Can't install addon. Error: %1$s, %2$s"
7531
  msgstr ""
7532
 
7533
- #: languages/vue.php:1845
7534
  msgid "You appear to be offline. Addon not installed."
7535
  msgstr ""
7536
 
7537
  #. Translators: Error status and error text.
7538
- #: languages/vue.php:1849
7539
  msgid "Can't install WPForms. Error: %1$s, %2$s"
7540
  msgstr ""
7541
 
7542
  #. Translators: Error status and error text.
7543
- #: languages/vue.php:1853
7544
  msgid "Can't deactivate the license. Error: %1$s, %2$s"
7545
  msgstr ""
7546
 
7547
  #. Translators: Error status and error text.
7548
- #: languages/vue.php:1857
7549
  msgid "Can't upgrade to PRO please try again. Error: %1$s, %2$s"
7550
  msgstr ""
7551
 
7552
  #. Translators: Error status and error text.
7553
- #: languages/vue.php:1861
7554
  msgid "Can't load license details. Error: %1$s, %2$s"
7555
  msgstr ""
7556
 
7557
- #: languages/vue.php:1864
7558
  msgid "Error loading license details"
7559
  msgstr ""
7560
 
7561
  #. Translators: Error status and error text.
7562
- #: languages/vue.php:1868
7563
  msgid "Can't verify the license. Error: %1$s, %2$s"
7564
  msgstr ""
7565
 
7566
  #. Translators: Error status and error text.
7567
- #: languages/vue.php:1872
7568
  msgid "Can't validate the license. Error: %1$s, %2$s"
7569
  msgstr ""
7570
 
7571
- #: languages/vue.php:1875
7572
  msgid "MonsterInsights Recommends WPForms"
7573
  msgstr ""
7574
 
7575
- #: languages/vue.php:1878
7576
  msgid "Built by the folks behind MonsterInsights, WPForms is the most beginner friendly form plugin in the market."
7577
  msgstr ""
7578
 
7579
- #: languages/vue.php:1881
7580
  msgid "Used on over 1,000,000 websites!"
7581
  msgstr ""
7582
 
7583
- #: languages/vue.php:1884
7584
  msgid "WPForms allow you to create beautiful contact forms, subscription forms, payment forms, and other types of forms for your site in minutes, not hours!"
7585
  msgstr ""
7586
 
7587
- #: languages/vue.php:1887
7588
  msgid "Skip this Step"
7589
  msgstr ""
7590
 
7591
- #: languages/vue.php:1890
7592
  msgid "Continue & Install WPForms"
7593
  msgstr ""
7594
 
7595
- #: languages/vue.php:1893
7596
  msgid "Installing..."
7597
  msgstr ""
7598
 
7599
- #: languages/vue.php:1896
7600
  msgid "Awesome, You're All Set!"
7601
  msgstr ""
7602
 
7603
- #: languages/vue.php:1899
7604
  msgid "MonsterInsights is all set up and ready to use. We've verified that the tracking code is deployed properly and collecting data."
7605
  msgstr ""
7606
 
7607
  #. Translators: Make text bold.
7608
- #: languages/vue.php:1903
7609
  msgid "%1$sPlease Note:%2$s While Google Analytics is properly setup and tracking everything, it does not send the data back to WordPress immediately. Depending on the size of your website, it can take between a few hours to 24 hours for reports to populate."
7610
  msgstr ""
7611
 
7612
  #. Translators: Link to our blog.
7613
- #: languages/vue.php:1907
7614
  msgid "%1$sSubscribe to the MonsterInsights blog%2$s for tips on how to get more traffic and grow your business."
7615
  msgstr ""
7616
 
7617
- #: languages/vue.php:1910
7618
  msgid "Finish Setup & Exit Wizard"
7619
  msgstr ""
7620
 
7621
- #: languages/vue.php:1913
7622
  msgid "Checking your website..."
7623
  msgstr ""
7624
 
7625
- #: languages/vue.php:1916
7626
  msgid "Recommended Addons"
7627
  msgstr ""
7628
 
7629
- #: languages/vue.php:1919
7630
  msgid "To unlock more features consider upgrading to PRO. As a valued MonsterInsights Lite user you receive 50% off, automatically applied at checkout!"
7631
  msgstr ""
7632
 
7633
- #: languages/vue.php:1922
7634
  msgid "Other Addons"
7635
  msgstr ""
7636
 
7637
- #: languages/vue.php:1925
7638
  msgid "View all MonsterInsights addons"
7639
  msgstr ""
7640
 
7641
- #: languages/vue.php:1928
7642
  msgid "Save and continue"
7643
  msgstr ""
7644
 
7645
- #: languages/vue.php:1931
7646
  msgid "Connect MonsterInsights to Your Website"
7647
  msgstr ""
7648
 
7649
- #: languages/vue.php:1934
7650
  msgid "MonsterInsights connects Google Analytics to WordPress and shows you stats that matter."
7651
  msgstr ""
7652
 
7653
- #: languages/vue.php:1937
7654
  msgid "Whoops, something went wrong and we weren't able to connect to MonsterInsights. Please enter your Google UA code manually."
7655
  msgstr ""
7656
 
7657
- #: languages/vue.php:1940
7658
  msgid "Manually enter your UA code"
7659
  msgstr ""
7660
 
7661
- #: languages/vue.php:1943
7662
  msgid "Warning: If you use a manual UA code, you won't be able to use any of the reporting and some of the tracking features. Your UA code should look like UA-XXXXXX-XX where the X's are numbers."
7663
  msgstr ""
7664
 
7665
- #: languages/vue.php:1946
7666
  msgid "Save and Continue"
7667
  msgstr ""
7668
 
7669
- #: languages/vue.php:1949
7670
  msgid "UA code can't be empty"
7671
  msgstr ""
7672
 
7673
- #: languages/vue.php:1952
7674
  msgid "Saving UA code..."
7675
  msgstr ""
7676
 
7677
- #: languages/vue.php:1955
7678
  msgid "Hide dashboard widget"
7679
  msgstr ""
7680
 
7681
- #: languages/vue.php:1958
7682
  msgid "Are you sure you want to hide the MonsterInsights Dashboard Widget? "
7683
  msgstr ""
7684
 
7685
- #: languages/vue.php:1961
7686
  msgid "Yes, hide it!"
7687
  msgstr ""
7688
 
7689
- #: languages/vue.php:1964
7690
  msgid "No, cancel!"
7691
  msgstr ""
7692
 
7693
- #: languages/vue.php:1967
7694
  msgid "MonsterInsights Widget Hidden"
7695
  msgstr ""
7696
 
7697
- #: languages/vue.php:1970
7698
  msgid "You can re-enable the MonsterInsights widget at any time using the \"Screen Options\" menu on the top right of this page"
7699
  msgstr ""
7700
 
7701
- #: languages/vue.php:1973
7702
  msgid "Recommended Settings"
7703
  msgstr ""
7704
 
7705
- #: languages/vue.php:1976
7706
  msgid "MonsterInsights recommends the following settings based on your configuration."
7707
  msgstr ""
7708
 
7709
- #: languages/vue.php:1979
7710
  msgid "Events Tracking"
7711
  msgstr ""
7712
 
7713
- #: languages/vue.php:1982
7714
  msgid "Must have for all click tracking on site."
7715
  msgstr ""
7716
 
7717
- #: languages/vue.php:1985
7718
  msgid "MonsterInsights uses an advanced system to automatically detect all outbound links, download links, affiliate links, telephone links, mail links, and more automatically. We do all the work for you so you don't have to write any code."
7719
  msgstr ""
7720
 
7721
- #: languages/vue.php:1988
7722
  msgid "Enhanced Link Attribution"
7723
  msgstr ""
7724
 
7725
- #: languages/vue.php:1991
7726
  msgid "Improves the accuracy of your In-Page Analytics."
7727
  msgstr ""
7728
 
7729
- #: languages/vue.php:1994
7730
  msgid "MonsterInsights will automatically help Google determine which links are unique and where they are on your site so that your In-Page Analytics reporting will be more accurate."
7731
  msgstr ""
7732
 
7733
- #: languages/vue.php:1997
7734
  msgid "Install Updates Automatically"
7735
  msgstr ""
7736
 
7737
- #: languages/vue.php:2000
7738
  msgid "Get the latest features, bug fixes, and security updates as they are released."
7739
  msgstr ""
7740
 
7741
- #: languages/vue.php:2003
7742
  msgid "To ensure you get the latest bugfixes and security updates and avoid needing to spend time logging into your WordPress site to update MonsterInsights, we offer the ability to automatically have MonsterInsights update itself."
7743
  msgstr ""
7744
 
7745
- #: languages/vue.php:2006
7746
  msgid "File Download Tracking"
7747
  msgstr ""
7748
 
7749
- #: languages/vue.php:2009
7750
  msgid "Helps you see file downloads data."
7751
  msgstr ""
7752
 
7753
- #: languages/vue.php:2012
7754
  msgid "MonsterInsights will automatically track downloads of common file types from links you have inserted onto your website. For example: want to know how many of your site's visitors have downloaded a PDF or other file you offer your visitors to download on your site? MonsterInsights makes this both easy, and code-free! You can customize the file types to track at any time from our settings panel."
7755
  msgstr ""
7756
 
7757
- #: languages/vue.php:2015
7758
  msgid "Helps you increase affiliate revenue."
7759
  msgstr ""
7760
 
7761
- #: languages/vue.php:2018
7762
  msgid "MonsterInsights will automatically help you track affiliate links that use internal looking urls like example.com/go/ or example.com/refer/. You can add custom affiliate patterns on our settings panel when you finish the onboarding wizard."
7763
  msgstr ""
7764
 
7765
- #: languages/vue.php:2021
7766
  msgid "Affiliate Link Tracking"
7767
  msgstr ""
7768
 
7769
- #: languages/vue.php:2024
7770
  msgid "Who Can See Reports"
7771
  msgstr ""
7772
 
7773
- #: languages/vue.php:2027
7774
  msgid "These user roles will be able to access MonsterInsights's reports in the WordPress admin area."
7775
  msgstr ""
7776
 
7777
- #: languages/vue.php:2030
7778
  msgid "Events Tracking is enabled the moment you set up MonsterInsights"
7779
  msgstr ""
7780
 
7781
- #: languages/vue.php:2033
7782
  msgid "Enhanced Link Attribution is enabled the moment you set up MonsterInsights"
7783
  msgstr ""
7784
 
7785
- #: languages/vue.php:2036
7786
  msgid "Activating..."
7787
  msgstr ""
7788
 
7789
- #: languages/vue.php:2039
7790
  msgid "Deactivating..."
7791
  msgstr ""
7792
 
7793
- #: languages/vue.php:2042
7794
  msgid "Deactivate"
7795
  msgstr ""
7796
 
7797
  #. Translators: The status of the addon (installed/active/inactive).
7798
- #: languages/vue.php:2046
7799
  msgid "Status: %s"
7800
  msgstr ""
7801
 
7802
- #: languages/vue.php:2049
7803
  msgid "Not Installed"
7804
  msgstr ""
7805
 
7806
- #: languages/vue.php:2052
7807
  msgid "Network Active"
7808
  msgstr ""
7809
 
7810
- #: languages/vue.php:2055
7811
  msgid "Active"
7812
  msgstr ""
7813
 
7814
- #: languages/vue.php:2058
7815
  msgid "Inactive"
7816
  msgstr ""
7817
 
7818
- #: languages/vue.php:2061
7819
  msgid "Thank you for being a loyal MonsterInsights Lite user."
7820
  msgstr ""
7821
 
7822
- #: languages/vue.php:2064
7823
  msgid "Upgrade to MonsterInsights Pro and unlock all the awesome features."
7824
  msgstr ""
7825
 
7826
  #. Translators: Gets replaced with the coupon code.
7827
- #: languages/vue.php:2068
7828
  msgid "Use coupon code %s to get 50%% off."
7829
  msgstr ""
7830
 
7831
- #: languages/vue.php:2071
7832
  msgid "Dashboard widget"
7833
  msgstr ""
7834
 
7835
- #: languages/vue.php:2074
7836
  msgid "Enhanced Ecommerce"
7837
  msgstr ""
7838
 
7839
- #: languages/vue.php:2077
7840
  msgid "Banner Ads"
7841
  msgstr ""
7842
 
@@ -7933,639 +7933,622 @@ msgstr ""
7933
  msgid "The value entered does not match the required format"
7934
  msgstr ""
7935
 
7936
- #: languages/vue.php:2150
7937
  msgid "Upgrade"
7938
  msgstr ""
7939
 
7940
- #: languages/vue.php:2153
7941
  msgid ""
7942
  "The EU Compliance addon allows you to improve compliance with GDPR\n"
7943
  " and other privacy regulations."
7944
  msgstr ""
7945
 
7946
- #: languages/vue.php:2157
7947
  msgid "EU Compliance"
7948
  msgstr ""
7949
 
7950
- #: languages/vue.php:2160
7951
  msgid "Scroll Tracking"
7952
  msgstr ""
7953
 
7954
- #: languages/vue.php:2163
7955
  msgid "Scroll depth tracking allows you to see how far your users scroll before they leave a page. This is great for publishers (bloggers), and eCommerce websites to boost conversions."
7956
  msgstr ""
7957
 
7958
  #. Translators: Error status and error text.
7959
- #: languages/vue.php:2167
7960
  msgid "Can't load errors. Error: %1$s, %2$s"
7961
  msgstr ""
7962
 
7963
- #: languages/vue.php:2170
7964
  msgid "Upgrade to MonsterInsights Pro to Unlock More Actionable Insights"
7965
  msgstr ""
7966
 
7967
- #: languages/vue.php:2173
7968
  msgid "It's easy to double your traffic and sales when you know exactly how people find and use your website. MonsterInsights Pro shows you the stats that matter!"
7969
  msgstr ""
7970
 
7971
- #: languages/vue.php:2176
7972
  msgid "Upgrade to MonsterInsights Pro and Save 50% OFF!"
7973
  msgstr ""
7974
 
7975
  #. Translators: Makes text bold.
7976
- #: languages/vue.php:2180
7977
  msgid "Use coupon code %1$sLITEUPGRADE%2$s"
7978
  msgstr ""
7979
 
7980
- #: languages/vue.php:2183
7981
  msgid "Ads Tracking"
7982
  msgstr ""
7983
 
7984
- #: languages/vue.php:2186
7985
  msgid "Add Ads tracking to see who's clicking on your Google Ads, so you can increase your revenue."
7986
  msgstr ""
7987
 
7988
- #: languages/vue.php:2189
7989
  msgid "Want to use track users visiting your AMP pages? By upgrading to MonsterInsights Pro, you can enable AMP page tracking."
7990
  msgstr ""
7991
 
7992
- #: languages/vue.php:2192
7993
  msgid "Facebook Instant Articles"
7994
  msgstr ""
7995
 
7996
- #: languages/vue.php:2195
7997
  msgid "Want to expand your website audience beyond your website with Facebook Instant Articles? Upgrade to MonsterInsights Pro."
7998
  msgstr ""
7999
 
8000
  #. Translators: Error status and error text.
8001
- #: languages/vue.php:2199
8002
  msgid "Can't load settings. Error: %1$s, %2$s"
8003
  msgstr ""
8004
 
8005
- #: languages/vue.php:2202
8006
  msgid "Network error encountered. Settings not saved."
8007
  msgstr ""
8008
 
8009
  #. Translators: Make text green.
8010
- #: languages/vue.php:2206
8011
  msgid "Upgrade to Pro and unlock addons and other great features. %1$sSave 50%% automatically!%2$s"
8012
  msgstr ""
8013
 
8014
- #: languages/vue.php:2209
8015
  msgid "Usage Tracking"
8016
  msgstr ""
8017
 
8018
- #: languages/vue.php:2212
8019
  msgid "Allow Usage Tracking"
8020
  msgstr ""
8021
 
8022
- #: languages/vue.php:2215
8023
  msgid "By allowing us to track usage data we can better help you because we know with which WordPress configurations, themes and plugins we should test."
8024
  msgstr ""
8025
 
8026
  #. Translators: Add links to documentation.
8027
- #: languages/vue.php:2219
8028
  msgid "Complete documentation on usage tracking is available %1$shere%2$s."
8029
  msgstr ""
8030
 
8031
- #: languages/vue.php:2222
8032
  msgid "Allow usage tracking"
8033
  msgstr ""
8034
 
8035
  #. Translators: Make text bold.
8036
- #: languages/vue.php:2226
8037
  msgid "You're using %1$sMonsterInsights Lite%2$s - no license needed. Enjoy!"
8038
  msgstr ""
8039
 
8040
  #. Translators: Add link to upgrade.
8041
- #: languages/vue.php:2230
8042
  msgid "To unlock more features consider %1$supgrading to PRO%2$s."
8043
  msgstr ""
8044
 
8045
  #. Translators: Make text green.
8046
- #: languages/vue.php:2234
8047
  msgid "As a valued MonsterInsights Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout!"
8048
  msgstr ""
8049
 
8050
  #. Translators: Make text green and add smiley face.
8051
- #: languages/vue.php:2238
8052
  msgid "You're using %1$sMonsterInsights Lite%2$s - no license needed. Enjoy! %3$s"
8053
  msgstr ""
8054
 
8055
- #: languages/vue.php:2241
8056
  msgid "Unlock PRO Features Now"
8057
  msgstr ""
8058
 
8059
- #: languages/vue.php:2244
8060
  msgid "Paste your license key here"
8061
  msgstr ""
8062
 
8063
- #: languages/vue.php:2247
8064
  msgid "Verify"
8065
  msgstr ""
8066
 
8067
  #. Translators: Add link to retrieve license from account area.
8068
- #: languages/vue.php:2251
8069
  msgid "Already purchased? Simply enter your license key below to connect with MonsterInsights PRO! %1$sRetrieve your license key%2$s."
8070
  msgstr ""
8071
 
8072
- #: languages/vue.php:2254
8073
  msgid "There was an error unlocking MonsterInsights PRO please try again or install manually."
8074
  msgstr ""
8075
 
8076
  #. Translators: Number of days.
8077
- #: languages/vue.php:2258
8078
  msgid "vs. Previous Day"
8079
  msgstr ""
8080
 
8081
- #: languages/vue.php:2261
8082
  msgid "No change"
8083
  msgstr ""
8084
 
8085
- #: languages/vue.php:2264
8086
  msgid "Authenticating"
8087
  msgstr ""
8088
 
8089
- #: languages/vue.php:2267
8090
  msgid "Verifying Credentials"
8091
  msgstr ""
8092
 
8093
- #: languages/vue.php:2270
8094
  msgid "Your site is connected to MonsterInsights!"
8095
  msgstr ""
8096
 
8097
- #: languages/vue.php:2273
8098
  msgid "Deauthenticating"
8099
  msgstr ""
8100
 
8101
- #: languages/vue.php:2276
8102
  msgid "You've disconnected your site from MonsterInsights. Your site is no longer being tracked by Google Analytics and you won't see reports anymore."
8103
  msgstr ""
8104
 
8105
- #: languages/vue.php:2279
8106
  msgid "Connect MonsterInsights"
8107
  msgstr ""
8108
 
8109
- #: languages/vue.php:2282
8110
  msgid "Verify Credentials"
8111
  msgstr ""
8112
 
8113
- #: languages/vue.php:2285
8114
  msgid "Website Profile"
8115
  msgstr ""
8116
 
8117
- #: languages/vue.php:2288
8118
  msgid "Active Profile"
8119
  msgstr ""
8120
 
8121
- #: languages/vue.php:2291
8122
  msgid "Your website profile has been set at the network level of your WordPress Multisite."
8123
  msgstr ""
8124
 
8125
- #: languages/vue.php:2294
8126
  msgid "If you would like to use a different profile for this subsite, you can authenticate below."
8127
  msgstr ""
8128
 
8129
- #: languages/vue.php:2297
8130
  msgid "Or manually enter UA code (limited functionality)"
8131
  msgstr ""
8132
 
8133
- #: languages/vue.php:2300
8134
  msgid "Force Deauthenticate"
8135
  msgstr ""
8136
 
8137
- #: languages/vue.php:2303
8138
  msgid "Disconnect MonsterInsights"
8139
  msgstr ""
8140
 
8141
- #: languages/vue.php:2306
8142
  msgid "Proceed"
8143
  msgstr ""
8144
 
8145
- #: languages/vue.php:2309
8146
  msgid "Connection Information"
8147
  msgstr ""
8148
 
8149
- #: languages/vue.php:2312
8150
  msgid "To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host."
8151
  msgstr ""
8152
 
8153
- #: languages/vue.php:2315
8154
  msgid "Hostname"
8155
  msgstr ""
8156
 
8157
- #: languages/vue.php:2318
8158
  msgid "FTP Username"
8159
  msgstr ""
8160
 
8161
- #: languages/vue.php:2321
8162
  msgid "FTP Password"
8163
  msgstr ""
8164
 
8165
- #: languages/vue.php:2324
8166
  msgid "This password will not be stored on the server."
8167
  msgstr ""
8168
 
8169
- #: languages/vue.php:2327
8170
  msgid "Connection Type"
8171
  msgstr ""
8172
 
8173
- #: languages/vue.php:2330
8174
  msgid "Cancel"
8175
  msgstr ""
8176
 
8177
- #: languages/vue.php:2334
8178
  msgid "Show"
8179
  msgstr ""
8180
 
8181
- #: languages/vue.php:2337
8182
  msgid "No options available"
8183
  msgstr ""
8184
 
8185
- #: languages/vue.php:2340
8186
  msgid "Adjust the sample rate so you don't exceed Google Analytics' processing limit. Can also be used to enable Google Optimize for A/B testing and personalization."
8187
  msgstr ""
8188
 
8189
  #. Translators: The name of the field that is throwing a validation error.
8190
- #: languages/vue.php:2344
8191
  msgid "%s can't be empty."
8192
  msgstr ""
8193
 
8194
- #: languages/vue.php:2347
8195
  msgid "Duplicate values are not allowed."
8196
  msgstr ""
8197
 
8198
- #: languages/vue.php:2350
8199
  msgid "Add Another Link Path"
8200
  msgstr ""
8201
 
8202
- #: languages/vue.php:2353
8203
  msgid "Remove row"
8204
  msgstr ""
8205
 
8206
- #: languages/vue.php:2359
8207
  msgid "Help Us Improve"
8208
  msgstr ""
8209
 
8210
- #: languages/vue.php:2362
8211
  msgid "Help us better understand our users and their website needs."
8212
  msgstr ""
8213
 
8214
  #. Translators: Adds a link to the documentation.
8215
- #: languages/vue.php:2366
8216
  msgid "If enabled MonsterInsights will send some information about your WordPress site like what plugins and themes you use and which MonsterInsights settings you use to us so that we can improve our product. For a complete list of what we send and what we use it for, %1$svisit our website.%2$s"
8217
  msgstr ""
8218
 
8219
  #. Translators: Makes text bold.
8220
- #: languages/vue.php:2370
8221
  msgid "You’re using %1$sExactMetrics Lite%2$s - no license needed. Enjoy!"
8222
  msgstr ""
8223
 
8224
  #. Translators: Makes text green.
8225
- #: languages/vue.php:2374
8226
  msgid "As a valued ExactMetrics Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout."
8227
  msgstr ""
8228
 
8229
- #: languages/vue.php:2377
8230
  msgid "Unlock All Features and Upgrade to Pro"
8231
  msgstr ""
8232
 
8233
- #: languages/vue.php:2380
8234
  msgid "Website profile"
8235
  msgstr ""
8236
 
8237
- #: languages/vue.php:2383
8238
  msgid "Active profile"
8239
  msgstr ""
8240
 
8241
- #: languages/vue.php:2386
8242
  msgid "Skip and Keep Connection"
8243
  msgstr ""
8244
 
8245
  #. Translators: Placeholders are used for making text bold and adding a link.
8246
- #: languages/vue.php:2390
8247
  msgid "You're using %1$s%2$s Lite%3$s. To unlock more features consider %4$supgrading to Pro%5$s."
8248
  msgstr ""
8249
 
8250
- #: languages/vue.php:2393
8251
- msgid "Unlock the Site Speed Report and Improve the Performance of Your Site"
8252
  msgstr ""
8253
 
8254
- #: languages/vue.php:2396
8255
- msgid "See How Your Homepage Performs According to Google’s Own Criteria and See How You Can Improve to Increase Your Ranking"
8256
  msgstr ""
8257
 
8258
- #: languages/vue.php:2399
8259
- msgid "See Your Homepage's Overall Performance Score"
8260
  msgstr ""
8261
 
8262
- #: languages/vue.php:2402
8263
- msgid "Run an Audit on Your Homepage and See Your Server Response Time"
8264
  msgstr ""
8265
 
8266
- #: languages/vue.php:2405
8267
- msgid "Learn How Long It Takes for Your Viewers to Interact With Your Site"
8268
  msgstr ""
8269
 
8270
- #: languages/vue.php:2408
8271
- msgid "Learn How to Improve the Core Metrics that Google Uses to Rank Your Site"
8272
  msgstr ""
8273
 
8274
- #: languages/vue.php:2411
8275
- msgid "Today"
8276
  msgstr ""
8277
 
8278
- #: languages/vue.php:2414
8279
- msgid "Yesterday"
8280
  msgstr ""
8281
 
8282
- #: languages/vue.php:2417
8283
- msgid "Last Week"
8284
  msgstr ""
8285
 
8286
- #: languages/vue.php:2420
8287
- msgid "Last Month"
8288
  msgstr ""
8289
 
8290
- #: languages/vue.php:2423
8291
- msgid "Last 7 days"
8292
  msgstr ""
8293
 
8294
- #: languages/vue.php:2426
8295
- msgid "Last 30 days"
8296
  msgstr ""
8297
 
8298
  #. Translators: Current WordPress version.
8299
- #: languages/vue.php:2430
8300
  msgid "MonsterInsights has detected that your site is running an outdated version of WordPress (%s). MonsterInsights will stop supporting WordPress versions lower than 4.9 in 2020. Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install."
8301
  msgstr ""
8302
 
8303
  #. Translators: Current PHP version and recommended PHP version.
8304
- #: languages/vue.php:2434
8305
  msgid "MonsterInsights has detected that your site is running an outdated, insecure version of PHP (%1$s), which could be putting your site at risk for being hacked. Updating to the recommended version (PHP %2$s) only takes a few minutes and will make your website significantly faster and more secure."
8306
  msgstr ""
8307
 
8308
  #. Translators: Current WordPress version.
8309
- #: languages/vue.php:2438
8310
  msgid "MonsterInsights has detected that your site is running an outdated version of WordPress (%s). Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install."
8311
  msgstr ""
8312
 
8313
- #: languages/vue.php:2441
8314
  msgid "PrettyLinks Integration"
8315
  msgstr ""
8316
 
8317
- #: languages/vue.php:2449
8318
  msgid "Popular Posts Widget"
8319
  msgstr ""
8320
 
8321
- #: languages/vue.php:2453
8322
  msgid "Popular Products"
8323
  msgstr ""
8324
 
8325
- #: languages/vue.php:2459
8326
- msgid "Site Speed Report"
8327
- msgstr ""
8328
-
8329
- #: languages/vue.php:2462
8330
- msgid "2020 Year in Review"
8331
- msgstr ""
8332
-
8333
- #: languages/vue.php:2465
8334
  msgid "Inbox"
8335
  msgstr ""
8336
 
8337
- #: languages/vue.php:2468
8338
  msgid "Back to Inbox"
8339
  msgstr ""
8340
 
8341
- #: languages/vue.php:2471
8342
  msgid "View Dismissed"
8343
  msgstr ""
8344
 
8345
- #: languages/vue.php:2474
8346
  msgid "Notifications"
8347
  msgstr ""
8348
 
8349
- #: languages/vue.php:2477
8350
  msgid "Dismiss All"
8351
  msgstr ""
8352
 
8353
- #: languages/vue.php:2480
8354
  msgid "Dismissed"
8355
  msgstr ""
8356
 
8357
- #: languages/vue.php:2483
8358
  msgid "No Notifications"
8359
  msgstr ""
8360
 
8361
- #: languages/vue.php:2486
8362
- msgid "Go Back To Reports"
8363
  msgstr ""
8364
 
8365
- #: languages/vue.php:2489
8366
- msgid "Enable Enhanced eCommerce"
 
 
 
 
8367
  msgstr ""
8368
 
8369
- #. Translators: Adds a link to the documentation.
8370
  #: languages/vue.php:2493
8371
- msgid "Adds the Enhanced Link Attribution (retain link) code to improve the accuracy of your In-Page Analytics report by automatically differentiating between multiple links to the same URL on a single page by using link element IDs."
8372
  msgstr ""
8373
 
8374
  #: languages/vue.php:2496
8375
- msgid "Import settings from another MonsterInsights website."
8376
  msgstr ""
8377
 
8378
  #: languages/vue.php:2499
8379
- msgid "Export settings to import into another MonsterInsights install."
8380
  msgstr ""
8381
 
8382
  #: languages/vue.php:2502
8383
- msgid "Copy to Pretty Links"
8384
  msgstr ""
8385
 
8386
  #: languages/vue.php:2505
8387
- msgid "Make your campaign links prettier!"
8388
  msgstr ""
8389
 
8390
  #: languages/vue.php:2508
8391
- msgid "Pretty Links turns those ugly, long campaign links into clean, memorable, speakable and totally shareable links."
8392
  msgstr ""
8393
 
8394
  #: languages/vue.php:2511
8395
- msgid "Download Pretty Links"
8396
- msgstr ""
8397
-
8398
- #: languages/vue.php:2518
8399
- msgid "Email Summaries"
8400
- msgstr ""
8401
-
8402
- #: languages/vue.php:2521
8403
- msgid "Get weekly traffic reports directly in your inbox."
8404
  msgstr ""
8405
 
8406
- #: languages/vue.php:2527
8407
- msgid "Basic Options"
8408
  msgstr ""
8409
 
8410
- #: languages/vue.php:2530
8411
- msgid "Order Popular Posts by comments or shares with 3 simple theme choices."
8412
  msgstr ""
8413
 
8414
- #: languages/vue.php:2533
8415
- msgid "Dynamic Popular Posts & Popular Products"
8416
  msgstr ""
8417
 
8418
- #: languages/vue.php:2536
8419
- msgid "Display Popular Posts based on your actual traffic data from Google Analytics and choose from over 20 advanced themes. Display Popular WooCommerce products using widgets or Gutenberg blocks."
8420
  msgstr ""
8421
 
8422
- #: languages/vue.php:2539
8423
- msgid "Track and measure by the Author, Post Type, Category, Tag, SEO Score, Focus Keyword, Logged-in User, User ID and Published Time of each post and page"
8424
  msgstr ""
8425
 
8426
- #: languages/vue.php:2542
8427
  msgid "Make your MonsterInsights campaign links prettier with Pretty Links!"
8428
  msgstr ""
8429
 
8430
- #: languages/vue.php:2545
8431
  msgid "Pretty Links turns those ugly, long campaign links into clean, memorable, speakable, totally shareable links."
8432
  msgstr ""
8433
 
8434
- #: languages/vue.php:2548
8435
  msgid "Take your MonsterInsights campaign links from our URL Builder and shorten them with Pretty Links!"
8436
  msgstr ""
8437
 
8438
- #: languages/vue.php:2551
8439
  msgid "Over 200,000 websites use Pretty Links!"
8440
  msgstr ""
8441
 
8442
- #: languages/vue.php:2554
8443
  msgid "Install Pretty Links"
8444
  msgstr ""
8445
 
8446
- #: languages/vue.php:2557
8447
  msgid "Pretty Links Installed & Activated"
8448
  msgstr ""
8449
 
8450
- #: languages/vue.php:2560
 
 
 
 
8451
  msgid "Install Pretty Links from the WordPress.org plugin repository."
8452
  msgstr ""
8453
 
8454
- #: languages/vue.php:2563
8455
  msgid "Activate Pretty Links"
8456
  msgstr ""
8457
 
8458
- #: languages/vue.php:2566
8459
  msgid "Activating Pretty Links..."
8460
  msgstr ""
8461
 
8462
- #: languages/vue.php:2569
8463
  msgid "Create New Pretty Link"
8464
  msgstr ""
8465
 
8466
- #: languages/vue.php:2572
8467
  msgid "Create a New Pretty Link"
8468
  msgstr ""
8469
 
8470
- #: languages/vue.php:2575
8471
  msgid "Grab your campaign link and paste it into the Target URL field."
8472
  msgstr ""
8473
 
8474
- #: languages/vue.php:2578
8475
- msgid "The MonsterInsights Headline Analyzer tool in the Gutenberg editor enables you to write irresistible SEO-friendly headlines that drive traffic, social media shares, and rank better in search results."
8476
- msgstr ""
8477
-
8478
- #: languages/vue.php:2581
8479
- msgid "Disable the Headline Analyzer"
8480
- msgstr ""
8481
-
8482
- #: languages/vue.php:2584
8483
  msgid "Choose Theme"
8484
  msgstr ""
8485
 
8486
- #: languages/vue.php:2587
8487
  msgid "Widget Styling"
8488
  msgstr ""
8489
 
8490
- #: languages/vue.php:2590
8491
  msgid "Choose how you want to determine the colors, font sizes and spacing of the widget."
8492
  msgstr ""
8493
 
8494
- #: languages/vue.php:2593
8495
  msgid "Sort By"
8496
  msgstr ""
8497
 
8498
- #: languages/vue.php:2596
8499
  msgid "Choose how you'd like the widget to determine your popular posts."
8500
  msgstr ""
8501
 
8502
- #: languages/vue.php:2599
8503
  msgid "Placement"
8504
  msgstr ""
8505
 
8506
- #: languages/vue.php:2602
8507
  msgid "Choose how you'd like to place the widget."
8508
  msgstr ""
8509
 
8510
- #: languages/vue.php:2605
8511
  msgid "Insert After"
8512
  msgstr ""
8513
 
8514
- #: languages/vue.php:2608
8515
  msgid "Choose where in the post body the widget will be placed."
8516
  msgstr ""
8517
 
8518
- #: languages/vue.php:2611
8519
  msgid "Include in Post Types"
8520
  msgstr ""
8521
 
8522
- #: languages/vue.php:2614
8523
  msgid "Exclude from specific posts"
8524
  msgstr ""
8525
 
8526
  #. Translators: Placeholders make the text bold.
8527
- #: languages/vue.php:2618
8528
  msgid "Choose which Post Types the widget %1$sWILL%2$s be placed."
8529
  msgstr ""
8530
 
8531
  #. Translators: Placeholders make the text bold.
8532
- #: languages/vue.php:2622
8533
  msgid "Choose from which Posts the widget %1$sWILL NOT%2$s be placed."
8534
  msgstr ""
8535
 
8536
- #: languages/vue.php:2625
8537
  msgid "Customize Design"
8538
  msgstr ""
8539
 
8540
- #: languages/vue.php:2628
8541
  msgid "Loading Themes"
8542
  msgstr ""
8543
 
8544
- #: languages/vue.php:2631
8545
  msgid "words"
8546
  msgstr ""
8547
 
8548
- #: languages/vue.php:2634
8549
  msgid "Please select at least one post to display."
8550
  msgstr ""
8551
 
8552
  #. Translators: placeholders make text small.
8553
- #: languages/vue.php:2638
8554
  msgid "Default Styles %1$s- As seen above.%2$s"
8555
  msgstr ""
8556
 
8557
  #. Translators: placeholders make text small.
8558
- #: languages/vue.php:2642
8559
  msgid "No Styles %1$s- Use your own CSS.%2$s"
8560
  msgstr ""
8561
 
8562
  #. Translators: placeholders make text small.
8563
- #: languages/vue.php:2646
8564
  msgid "Comments %1$s- Randomly rotate your most commented on posts from the past 30 days.%2$s"
8565
  msgstr ""
8566
 
8567
  #. Translators: placeholders make text small.
8568
- #: languages/vue.php:2650
8569
  msgid "SharedCount %1$s- Connect with your SharedCount account to determine popular posts by share count.%2$s"
8570
  msgstr ""
8571
 
@@ -8585,551 +8568,568 @@ msgid "Manual %1$s- Manually place the widget using Gutenberg blocks or using ou
8585
  msgstr ""
8586
 
8587
  #: languages/vue.php:2665
8588
- msgid "Export PDF Reports"
8589
- msgstr ""
8590
-
8591
- #: languages/vue.php:2668
8592
- msgid "Caching"
8593
  msgstr ""
8594
 
8595
  #: languages/vue.php:2671
8596
- msgid "Enable Data Caching"
8597
  msgstr ""
8598
 
8599
  #: languages/vue.php:2674
8600
- msgid "Refresh Cache Every"
8601
  msgstr ""
8602
 
8603
  #: languages/vue.php:2677
8604
- msgid "Choose how often to refresh the cache."
8605
  msgstr ""
8606
 
8607
  #: languages/vue.php:2680
8608
- msgid "Enable Ajaxify"
8609
  msgstr ""
8610
 
8611
  #: languages/vue.php:2683
8612
- msgid "Ajaxify Widget"
8613
  msgstr ""
8614
 
8615
  #: languages/vue.php:2686
8616
- msgid "Use to bypass page caching."
8617
  msgstr ""
8618
 
8619
  #: languages/vue.php:2689
8620
- msgid "Empty Cache"
8621
  msgstr ""
8622
 
8623
  #: languages/vue.php:2692
8624
- msgid "Click to manually wipe the cache right now."
8625
- msgstr ""
8626
-
8627
- #: languages/vue.php:2695
8628
- msgid "Popular posts cache emptied"
8629
- msgstr ""
8630
-
8631
- #: languages/vue.php:2698
8632
- msgid "Error emptying the popular posts cache. Please try again."
8633
- msgstr ""
8634
-
8635
- #: languages/vue.php:2701
8636
- msgid "Display Title"
8637
- msgstr ""
8638
-
8639
- #: languages/vue.php:2707
8640
- msgid "Title your widget and set it’s display preferences."
8641
- msgstr ""
8642
-
8643
- #: languages/vue.php:2710
8644
- msgid "Site Speed"
8645
- msgstr ""
8646
-
8647
- #: languages/vue.php:2713
8648
- msgid "View notifications"
8649
- msgstr ""
8650
-
8651
- #: languages/vue.php:2716
8652
  msgid "Days"
8653
  msgstr ""
8654
 
8655
  #. Translators: placeholders make text small.
8656
- #: languages/vue.php:2720
8657
  msgid "7 days"
8658
  msgstr ""
8659
 
8660
- #: languages/vue.php:2723
8661
  msgid "30 days"
8662
  msgstr ""
8663
 
8664
- #: languages/vue.php:2726
8665
  msgid "Custom"
8666
  msgstr ""
8667
 
8668
- #: languages/vue.php:2729
8669
  msgid "Popular Posts data can be fetched correctly"
8670
  msgstr ""
8671
 
8672
- #: languages/vue.php:2732
8673
  msgid "Please note: depending on when you set up the Custom Dimensions settings, it may take up to 7 days to see relevant Popular Posts data loading from Google Analytics."
8674
  msgstr ""
8675
 
8676
- #: languages/vue.php:2735
8677
  msgid "Close"
8678
  msgstr ""
8679
 
8680
- #: languages/vue.php:2738
8681
  msgid "Add Top 5 Posts from Google Analytics"
8682
  msgstr ""
8683
 
8684
- #: languages/vue.php:2741
8685
  msgid "In order to load the top posts from Google Analytics you will need to enable the Custom Dimensions addon and set up the Post Type custom dimension in both MonsterInsights and Google Analytics settings. Please use the button below to confirm your configuration is correct."
8686
  msgstr ""
8687
 
8688
- #: languages/vue.php:2744
8689
  msgid "Test Automated Posts"
8690
  msgstr ""
8691
 
8692
  #. Translators: Placeholder adds a link to the Popular Posts GA setup instructions doc.
8693
- #: languages/vue.php:2748
8694
  msgid "Click this button to run a series of checks that will confirm your setup is completed to load Popular Posts from Google Analytics."
8695
  msgstr ""
8696
 
8697
- #: languages/vue.php:2751
8698
  msgid "Automated + Curated"
8699
  msgstr ""
8700
 
8701
  #. Translators: Placeholder adds a link to the Custom Dimensions settings.
8702
- #: languages/vue.php:2755
8703
  msgid "Automatically add the top 5 Posts from the past 30 days to your Curated list of Posts using %1$sCustom Dimensions%2$s. Also requires Sort By - Curated to be selected. Setup steps can be found in our %3$sknowledge base%4$s."
8704
  msgstr ""
8705
 
8706
  #. Translators: Placeholder gets replaced with current license version.
8707
- #: languages/vue.php:2759
8708
  msgid "Pro version is required. Your current license level is: %s"
8709
  msgstr ""
8710
 
8711
- #: languages/vue.php:2762
8712
  msgid "Verifying Popular Posts data"
8713
  msgstr ""
8714
 
8715
- #: languages/vue.php:2765
8716
- msgid "Only Show Posts from These Categories"
8717
  msgstr ""
8718
 
8719
- #: languages/vue.php:2768
8720
- msgid "Choose from which categories posts will be displayed in the widget. All categories will be used if left empty."
8721
  msgstr ""
8722
 
8723
- #: languages/vue.php:2771
8724
- msgid "You can add maximum 5 items."
8725
  msgstr ""
8726
 
8727
- #: languages/vue.php:2774
8728
- msgid "At least 0 item required."
8729
  msgstr ""
8730
 
8731
- #: languages/vue.php:2777
8732
- msgid "This feature requires MonsterInsights Pro"
8733
  msgstr ""
8734
 
8735
- #: languages/vue.php:2780
8736
- msgid "By upgrading you will also get access to advanced eCommerce tracking, Custom Dimensions and more."
8737
  msgstr ""
8738
 
8739
- #: languages/vue.php:2783
8740
- msgid "Upgrade to Pro and Unlock Popular Products"
8741
  msgstr ""
8742
 
8743
- #: languages/vue.php:2786
8744
- msgid "View all Pro features"
8745
  msgstr ""
8746
 
8747
- #: languages/vue.php:2789
8748
- msgid "Select posts/search"
8749
  msgstr ""
8750
 
8751
- #: languages/vue.php:2792
8752
- msgid "Oops! No posts found."
8753
  msgstr ""
8754
 
8755
- #: languages/vue.php:2795
8756
- msgid "Search by post title"
8757
  msgstr ""
8758
 
8759
- #: languages/vue.php:2798
8760
- msgid "Can't load posts."
8761
  msgstr ""
8762
 
8763
- #: languages/vue.php:2801
8764
- msgid "Title"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8765
  msgstr ""
8766
 
8767
  #: languages/vue.php:2804
8768
- msgid "Color"
8769
  msgstr ""
8770
 
8771
  #: languages/vue.php:2807
8772
- msgid "Size"
8773
  msgstr ""
8774
 
8775
  #: languages/vue.php:2810
8776
- msgid "Border"
8777
  msgstr ""
8778
 
8779
  #: languages/vue.php:2813
8780
- msgid "Author/Date"
8781
  msgstr ""
8782
 
8783
  #: languages/vue.php:2816
8784
- msgid "Label"
8785
  msgstr ""
8786
 
8787
  #: languages/vue.php:2819
 
 
 
 
8788
  msgid "Background"
8789
  msgstr ""
8790
 
 
 
 
 
 
 
 
 
8791
  #: languages/vue.php:2831
8792
- msgid "Choose which content you would like displayed in the widget."
8793
  msgstr ""
8794
 
8795
- #: languages/vue.php:2843
8796
- msgid "Comments"
 
8797
  msgstr ""
8798
 
8799
- #: languages/vue.php:2849
8800
- msgid "Choose how many posts you’d like displayed in the widget."
8801
  msgstr ""
8802
 
8803
- #: languages/vue.php:2856
8804
- msgid "Wide"
8805
  msgstr ""
8806
 
8807
- #: languages/vue.php:2859
8808
- msgid "Narrow"
8809
  msgstr ""
8810
 
8811
- #: languages/vue.php:2862
8812
- msgid "Export PDF Overview Report"
8813
  msgstr ""
8814
 
8815
- #: languages/vue.php:2865
8816
- msgid "Multiple Entries"
8817
  msgstr ""
8818
 
8819
- #: languages/vue.php:2868
8820
- msgid "Total Number of Widgets to Show"
8821
  msgstr ""
8822
 
8823
- #: languages/vue.php:2871
8824
- msgid "Choose how many widgets will be placed in a single Post."
 
8825
  msgstr ""
8826
 
8827
- #: languages/vue.php:2874
8828
- msgid "Minimum Distance Between Widgets"
 
8829
  msgstr ""
8830
 
8831
- #: languages/vue.php:2877
8832
- msgid "Choose the distance between widgets."
 
8833
  msgstr ""
8834
 
8835
- #: languages/vue.php:2880
8836
- msgid "Minimum Word Count to Display Multiple Widgets"
 
8837
  msgstr ""
8838
 
8839
- #: languages/vue.php:2883
8840
- msgid "Choose the minimum word count for a Post to have multiple entries."
8841
  msgstr ""
8842
 
8843
- #. Translators: Page number of total pages. 1 & 2 make the first part of the text bold.
8844
- #: languages/vue.php:2887
8845
- msgid "%1$sPage %3$s%2$s of %4$s"
8846
  msgstr ""
8847
 
8848
- #: languages/vue.php:2890
8849
  msgid "SharedCount API Key"
8850
  msgstr ""
8851
 
8852
- #: languages/vue.php:2893
8853
  msgid "Insert your sharedcount API key found in your %1$sSettings%2$s panel. After, click Start Indexing."
8854
  msgstr ""
8855
 
8856
- #: languages/vue.php:2896
8857
  msgid "Start Indexing"
8858
  msgstr ""
8859
 
8860
- #: languages/vue.php:2899
8861
  msgid "%1$sIndex Progress: %2$s%%.%3$s You may leave this page during indexing."
8862
  msgstr ""
8863
 
8864
- #: languages/vue.php:2902
8865
  msgid "Indexing completed, counts will update automatically every day."
8866
  msgstr ""
8867
 
8868
- #: languages/vue.php:2905
8869
- msgid "Sartorial taxidermy venmo you probably haven't heard of them, tofu fingerstache ethical pickled hella ramps vice snackwave seitan typewriter tofu."
8870
- msgstr ""
8871
-
8872
- #: languages/vue.php:2908
8873
- msgid "Austin typewriter heirloom distillery twee migas wayfarers. Fingerstache master cleanse quinoa humblebrag, iPhone taxidermy snackwave seitan typewriter tofu organic affogato kitsch. Artisan"
8874
  msgstr ""
8875
 
8876
- #: languages/vue.php:2911
8877
- msgid "Icon"
8878
  msgstr ""
8879
 
8880
- #: languages/vue.php:2914
8881
- msgid "Pro version is required"
8882
  msgstr ""
8883
 
8884
- #. Translators: Placeholder adds a link to the Custom Dimensions settings.
8885
- #: languages/vue.php:2918
8886
- msgid "Automatically add the top 5 Posts from the past 30 days to your Curated list of Posts using Custom Dimensions (Pro version required. %1$sUpgrade now%2$s)."
8887
  msgstr ""
8888
 
8889
- #. Translators: Minimum and maximum number that can be used.
8890
- #: languages/vue.php:2922
8891
- msgid "Please enter a value between %1$s and %2$s"
8892
  msgstr ""
8893
 
8894
- #. Translators: The minimum set value.
8895
- #: languages/vue.php:2926
8896
- msgid "Please enter a value higher than %s"
8897
  msgstr ""
8898
 
8899
- #. Translators: The maximum set value.
8900
- #: languages/vue.php:2930
8901
- msgid "Please enter a value lower than %s"
8902
  msgstr ""
8903
 
8904
- #: languages/vue.php:2933
8905
- msgid "Please enter a number"
8906
  msgstr ""
8907
 
8908
- #: languages/vue.php:2936
8909
- msgid "Value has to be a round number"
8910
  msgstr ""
8911
 
8912
- #: languages/vue.php:2939
8913
- msgid "Your 2020 Year in Review is still calculating. Please check back later to see how your website performed last year."
8914
  msgstr ""
8915
 
8916
- #: languages/vue.php:2942
8917
- msgid "Your 2020 Analytics Report"
8918
  msgstr ""
8919
 
8920
- #: languages/vue.php:2948
8921
- msgid "January 1, 2020 - December 31, 2020"
8922
  msgstr ""
8923
 
8924
- #: languages/vue.php:2951
8925
- msgid "A Tip for 2021"
8926
  msgstr ""
8927
 
8928
- #: languages/vue.php:2954
8929
- msgid "A Tip For 2021"
8930
  msgstr ""
8931
 
8932
- #: languages/vue.php:2957
8933
- msgid "Here's to an amazing 2021!"
8934
  msgstr ""
8935
 
8936
- #: languages/vue.php:2960
8937
- msgid "Try our other popular WordPress plugins to grow your website in 2021."
8938
  msgstr ""
8939
 
8940
- #: languages/vue.php:2963
8941
- msgid "Become a WordPress expert in 2021. Join our amazing communities and take your website to the next level."
8942
  msgstr ""
8943
 
8944
- #: languages/vue.php:2966
8945
- msgid "Copyright MonsterInsights, 2021"
8946
  msgstr ""
8947
 
8948
- #: languages/vue.php:2969
8949
- msgid "See the top Traffic Sources and Top Pages for the Month of %s in the Overview Report to replicate your success."
8950
  msgstr ""
8951
 
8952
- #. Translators: Number of minutes spent on site.
8953
- #: languages/vue.php:2973
8954
- msgid "Each visitor spent an average of %s minutes on your website in 2020."
8955
  msgstr ""
8956
 
8957
- #: languages/vue.php:2976
8958
- msgid "Download the analytics reports instantly from the WordPress dashboard as PDF files and share them with anyone."
8959
  msgstr ""
8960
 
8961
- #: languages/vue.php:2979
8962
- msgid "Our email summaries feature sends a weekly summary of the most important site analytics information."
8963
  msgstr ""
8964
 
8965
- #: languages/vue.php:2982
8966
- msgid "Used on over 4,000,000 websites!"
8967
  msgstr ""
8968
 
8969
- #: languages/vue.php:2985
8970
- msgid "+ Add Role"
8971
  msgstr ""
8972
 
8973
- #: languages/vue.php:2988
8974
- msgid "Unlock with %s"
8975
  msgstr ""
8976
 
8977
- #: languages/vue.php:2991
8978
- msgid "Export PDF Report"
8979
  msgstr ""
8980
 
8981
- #: languages/vue.php:2994
8982
- msgid "You can export PDF reports only in the PRO version."
8983
  msgstr ""
8984
 
8985
- #: languages/vue.php:2997
8986
- msgid "Display Method"
8987
  msgstr ""
8988
 
8989
- #: languages/vue.php:3000
8990
- msgid "There are two ways to manual include the widget in your posts."
8991
  msgstr ""
8992
 
8993
- #: languages/vue.php:3003
8994
- msgid "Using the Gutenberg Block"
8995
  msgstr ""
8996
 
8997
- #: languages/vue.php:3006
8998
- msgid "Using the Shortcode"
8999
  msgstr ""
9000
 
9001
- #: languages/vue.php:3009
9002
- msgid "Learn how to insert the widget using Gutenberg blocks."
9003
  msgstr ""
9004
 
9005
- #: languages/vue.php:3012
9006
- msgid "Learn how to insert the widget using out Shortcode."
9007
  msgstr ""
9008
 
9009
- #: languages/vue.php:3015
9010
- msgid "%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using Gutenberg"
9011
  msgstr ""
9012
 
9013
- #: languages/vue.php:3018
9014
- msgid "%1$sStep 1%2$s - Click theAdd Block” icon while editing a Post or Page."
9015
  msgstr ""
9016
 
9017
- #: languages/vue.php:3021
9018
- msgid "%1$sStep 2%2$s - Search for “Inline Popular Posts by MonsterInsights”."
9019
  msgstr ""
9020
 
9021
- #: languages/vue.php:3024
9022
- msgid "%1$sStep 3%2$s - Style the widget using the Block Settings sidebar."
9023
  msgstr ""
9024
 
9025
- #: languages/vue.php:3027
9026
- msgid "Shortcode"
9027
  msgstr ""
9028
 
9029
- #: languages/vue.php:3030
9030
- msgid "Copy the shortcode and paste it into your Page and/or Post templates or using a shortcode plugin."
9031
  msgstr ""
9032
 
9033
- #: languages/vue.php:3033
9034
- msgid "Copy Shortcode"
9035
  msgstr ""
9036
 
9037
- #: languages/vue.php:3036
9038
- msgid "%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using our Shortcode"
9039
  msgstr ""
9040
 
9041
- #: languages/vue.php:3039
9042
- msgid "Compatibility mode"
9043
  msgstr ""
9044
 
9045
- #: languages/vue.php:3042
9046
- msgid "Enable _gtagTracker Compatibility"
9047
  msgstr ""
9048
 
9049
- #. Translators: Placeholder gets replaced with default GA js function.
9050
- #: languages/vue.php:3046
9051
- msgid "This enables MonsterInsights to work with plugins that use %1$s and don't support %2$s"
9052
  msgstr ""
9053
 
9054
- #. Translators: Placeholder adds a line break.
9055
- #: languages/vue.php:3050
9056
- msgid "You can customize your %sdate range only in the PRO version."
9057
  msgstr ""
9058
 
9059
- #: languages/vue.php:3053
9060
- msgid "Automatic Placement"
9061
  msgstr ""
9062
 
9063
- #: languages/vue.php:3056
9064
- msgid "Display using Gutenberg Blocks"
9065
  msgstr ""
9066
 
9067
- #: languages/vue.php:3059
9068
- msgid "Embed Options"
9069
  msgstr ""
9070
 
9071
- #: languages/vue.php:3062
9072
- msgid "All Embed Options can be used in conjunction with one another."
9073
  msgstr ""
9074
 
9075
- #: languages/vue.php:3065
9076
- msgid "Using Automatic Embed"
9077
  msgstr ""
9078
 
 
9079
  #: languages/vue.php:3068
9080
- msgid "Learn how to insert the Popular Posts Widget into your posts and pages using Gutenberg Blocks. To style this widget, use the Gutenberg Block settings."
9081
  msgstr ""
9082
 
9083
  #: languages/vue.php:3071
9084
- msgid "Enabling Automatic Placement will include the Popular Posts Widget after the last paragraph of any and all posts that match your Behavior settings. To style this widget use the Customize Design panel above."
9085
  msgstr ""
9086
 
9087
  #: languages/vue.php:3074
9088
- msgid "Learn how to insert the Popular Posts Widget using a shortcode. To style this widget use the Customize Design panel above."
9089
  msgstr ""
9090
 
9091
  #: languages/vue.php:3077
9092
- msgid "%1$sWatch Video%2$s - How to Add the Popular Posts widget using Gutenberg"
9093
  msgstr ""
9094
 
9095
  #: languages/vue.php:3080
9096
- msgid "%1$sStep 2%2$s - Search for “Popular Posts”."
9097
  msgstr ""
9098
 
9099
  #: languages/vue.php:3083
9100
- msgid "%1$sStep 1%2$s - Navigate to your Appearance > Widgets page using the menu on the left side your screen. Must be logged in as Admin."
9101
- msgstr ""
9102
-
9103
- #: languages/vue.php:3086
9104
- msgid "%1$sStep 2%2$s - On the left, under Available Widgets, look for the Popular Posts - MonsterInsights widget and drag it into the desired Sidebar on the right."
9105
  msgstr ""
9106
 
9107
  #: languages/vue.php:3089
9108
- msgid "%1$sStep 3%2$s - The widget options should automatically expand allowing you to customize the design."
9109
  msgstr ""
9110
 
9111
  #: languages/vue.php:3092
9112
- msgid "Display using a Shortcode"
9113
  msgstr ""
9114
 
9115
  #: languages/vue.php:3095
9116
- msgid "%1$sWatch Video%2$s - How to Add the Popular Posts widget using our Shortcode"
9117
  msgstr ""
9118
 
9119
  #: languages/vue.php:3098
9120
- msgid "Enable Automatic Placement"
9121
  msgstr ""
9122
 
9123
  #: languages/vue.php:3101
9124
- msgid "Display in a Sidebar"
9125
  msgstr ""
9126
 
9127
  #: languages/vue.php:3104
9128
- msgid "Learn how to insert the Popular Posts Widget into a Sidebar. To style this widget use the Customize Design panel above."
9129
  msgstr ""
9130
 
9131
  #: languages/vue.php:3107
9132
- msgid "Watch Video - How to Add the Popular Posts widget using Widgets"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9133
  msgstr ""
9134
 
9135
  #: googleanalytics.php:284
2
  # This file is distributed under the same license as the Google Analytics for WordPress by MonsterInsights plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Google Analytics for WordPress by MonsterInsights 7.16.1\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/google-analytics-for-wordpress\n"
7
  "Last-Translator: MonsterInsights Team <support@monsterinsights.com>\n"
8
  "Language-Team: MonsterInsights Team <support@monsterinsights.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2021-02-17T10:07:30+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.2.0\n"
15
  "X-Domain: google-analytics-for-wordpress\n"
78
  msgstr ""
79
 
80
  #: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:257
81
+ #: languages/vue.php:2801
82
  msgid "Theme Preview"
83
  msgstr ""
84
 
365
  msgstr ""
366
 
367
  #: lite/includes/admin/helpers.php:83
368
+ #: languages/vue.php:765
369
  msgid "Upgrade to MonsterInsights Pro"
370
  msgstr ""
371
 
418
 
419
  #: lite/includes/admin/welcome.php:56
420
  #: lite/includes/admin/welcome.php:57
421
+ #: languages/vue.php:181
422
  msgid "Welcome to MonsterInsights"
423
  msgstr ""
424
 
2951
  msgid "I already did"
2952
  msgstr ""
2953
 
 
 
 
 
 
 
 
 
2954
  #: includes/admin/notification-event.php:215
2955
  #: includes/admin/routes.php:646
2956
  #: includes/admin/routes.php:980
3234
  msgstr ""
3235
 
3236
  #: includes/admin/common.php:940
3237
+ #: languages/vue.php:3086
3238
  msgid "See how your website performed this year and find tips along the way to help grow even more in 2021!"
3239
  msgstr ""
3240
 
3241
+ #: includes/admin/admin.php:31
3242
+ #: includes/admin/admin.php:37
3243
+ #: includes/admin/admin.php:45
3244
+ #: includes/admin/admin.php:94
3245
+ #: languages/vue.php:172
3246
+ msgid "Insights"
3247
+ msgstr ""
3248
+
3249
  #: includes/admin/admin.php:34
3250
  #: includes/admin/admin.php:42
3251
  #: includes/admin/admin.php:188
3252
+ #: languages/vue.php:2457
3253
  msgid "Settings"
3254
  msgstr ""
3255
 
3265
 
3266
  #: includes/admin/admin.php:39
3267
  #: includes/admin/admin.php:98
3268
+ #: languages/vue.php:1107
3269
  msgid "Reports"
3270
  msgstr ""
3271
 
3275
 
3276
  #: includes/admin/admin.php:51
3277
  #: languages/gutenberg.php:83
3278
+ #: languages/vue.php:2841
3279
  msgid "Popular Posts"
3280
  msgstr ""
3281
 
3304
 
3305
  #: includes/admin/admin.php:63
3306
  #: includes/admin/admin.php:106
3307
+ #: languages/vue.php:428
3308
  msgid "About Us"
3309
  msgstr ""
3310
 
3337
 
3338
  #: includes/admin/admin.php:178
3339
  #: includes/admin/admin.php:181
3340
+ #: languages/vue.php:1552
3341
  msgid "Support"
3342
  msgstr ""
3343
 
3522
  #. Translators: visitors notification title
3523
  #. Translators: Number of visitors.
3524
  #: includes/admin/notifications/notification-visitors.php:37
3525
+ #: languages/vue.php:320
3526
  msgid "See how %s visitors found your site!"
3527
  msgstr ""
3528
 
3613
  msgstr ""
3614
 
3615
  #: includes/admin/notifications/notification-upgrade-to-pro.php:34
3616
+ #: languages/vue.php:2357
3617
  msgid "Upgrade to Pro"
3618
  msgstr ""
3619
 
3710
  msgstr ""
3711
 
3712
  #: includes/admin/reports/abstract-report.php:383
3713
+ #: languages/vue.php:213
3714
  msgid "Upgrade Now"
3715
  msgstr ""
3716
 
4905
  msgstr ""
4906
 
4907
  #: languages/gutenberg.php:77
4908
+ #: languages/vue.php:2446
4909
  msgid "Inline Popular Posts"
4910
  msgstr ""
4911
 
4942
  msgstr ""
4943
 
4944
  #: languages/gutenberg.php:107
4945
+ #: languages/vue.php:3031
4946
  msgid "Wide-Layout Options"
4947
  msgstr ""
4948
 
4951
  msgstr ""
4952
 
4953
  #: languages/gutenberg.php:113
4954
+ #: languages/vue.php:3034
4955
  msgid "Adjust the number of columns displayed when the widget is placed in a wide container."
4956
  msgstr ""
4957
 
4958
  #: languages/gutenberg.php:116
4959
+ #: languages/vue.php:3055
4960
  msgid "Post Count"
4961
  msgstr ""
4962
 
4965
  msgstr ""
4966
 
4967
  #: languages/gutenberg.php:122
4968
+ #: languages/vue.php:3037
4969
  msgid "Display Options"
4970
  msgstr ""
4971
 
4978
  msgstr ""
4979
 
4980
  #: languages/gutenberg.php:131
4981
+ #: languages/vue.php:2668
4982
  msgid "Widget Title"
4983
  msgstr ""
4984
 
4987
  msgstr ""
4988
 
4989
  #: languages/gutenberg.php:137
4990
+ #: languages/vue.php:3043
4991
  msgid "Display Author"
4992
  msgstr ""
4993
 
4994
  #: languages/gutenberg.php:140
4995
+ #: languages/vue.php:3046
4996
  msgid "Display Date"
4997
  msgstr ""
4998
 
4999
  #: languages/gutenberg.php:143
5000
+ #: languages/vue.php:3049
5001
  msgid "Display Comments"
5002
  msgstr ""
5003
 
5218
  msgstr ""
5219
 
5220
  #: languages/gutenberg.php:312
5221
+ #: languages/vue.php:2481
5222
  msgid "Headline Analyzer"
5223
  msgstr ""
5224
 
5242
  msgid "Loading settings"
5243
  msgstr ""
5244
 
5245
+ #: languages/vue.php:15
5246
  msgid "Error"
5247
  msgstr ""
5248
 
5249
+ #: languages/vue.php:18
5250
  msgid "Please try again."
5251
  msgstr ""
5252
 
5253
+ #: languages/vue.php:21
5254
  msgid "Loading new report data"
5255
  msgstr ""
5256
 
5257
+ #: languages/vue.php:24
5258
  msgid "Please wait..."
5259
  msgstr ""
5260
 
5261
  #. Translators: Adds an arrow icon.
5262
+ #: languages/vue.php:28
5263
  msgid "Continue %s"
5264
  msgstr ""
5265
 
5266
+ #: languages/vue.php:31
5267
  msgid "Unlock the Publishers Report and Focus on the Content that Matters"
5268
  msgstr ""
5269
 
5270
+ #: languages/vue.php:34
5271
  msgid "Stop guessing about what content your visitors are interested in. MonsterInsights Publisher Report shows you exactly which content gets the most visits, so you can analyze and optimize it for higher conversions."
5272
  msgstr ""
5273
 
5274
+ #: languages/vue.php:37
5275
  msgid "Unlock the Publishers Report and Focus on the Content That Matters"
5276
  msgstr ""
5277
 
5278
+ #: languages/vue.php:40
5279
  msgid "Stop guessing about what content your visitors are interested in. The Publisher Report shows you exactly which content gets the most traffic, so you can analyze and optimize it for higher conversions."
5280
  msgstr ""
5281
 
5282
+ #: languages/vue.php:43
5283
  msgid "Unlock the eCommerce Report and See Your Important Store Metrics"
5284
  msgstr ""
5285
 
5286
+ #: languages/vue.php:46
5287
  msgid "Increase your sales & revenue with insights. MonsterInsights answers all your top eCommerce questions using metrics like total revenue, conversion rate, average order value, top products, top referral sources and more."
5288
  msgstr ""
5289
 
5290
+ #: languages/vue.php:49
5291
  msgid "Unlock the Dimensions Report and Track Your Own Custom Data"
5292
  msgstr ""
5293
 
5294
+ #: languages/vue.php:52
5295
  msgid "Decide what data is important using your own custom tracking parameters. The Dimensions report allows you to easily see what's working right inside your WordPress dashboard."
5296
  msgstr ""
5297
 
5298
+ #: languages/vue.php:55
5299
  msgid "Unlock the Forms Report and Improve Conversions"
5300
  msgstr ""
5301
 
5302
+ #: languages/vue.php:58
5303
  msgid "Easily track your form views and conversions. The Forms Report allows you to see which forms are performing better and which forms have lower conversion rates so you can optimize using real data."
5304
  msgstr ""
5305
 
5306
+ #: languages/vue.php:61
5307
  msgid "Unlock the Search Console Report and See How People Find Your Website"
5308
  msgstr ""
5309
 
5310
+ #: languages/vue.php:64
5311
  msgid "See exactly how people find your website, which keywords they searched for, how many times the results were viewed, and more."
5312
  msgstr ""
5313
 
5314
+ #: languages/vue.php:67
5315
  msgid "Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time"
5316
  msgstr ""
5317
 
5318
+ #: languages/vue.php:70
5319
  msgid "Track the results of your marketing efforts and product launches as-it-happens right from your WordPress site. The Real-Time report allows you to view your traffic sources and visitors activity when you need it."
5320
  msgstr ""
5321
 
5322
+ #: languages/vue.php:73
5323
  msgid "Refreshing Report"
5324
  msgstr ""
5325
 
5326
+ #: languages/vue.php:76
5327
  msgid "Loading new report data..."
5328
  msgstr ""
5329
 
5330
+ #: languages/vue.php:79
5331
  msgid "See Your Top Landing Pages to Improve Enagement"
5332
  msgstr ""
5333
 
5334
+ #: languages/vue.php:82
5335
  msgid "See Your Top Exit Pages to Reduce Abandonment"
5336
  msgstr ""
5337
 
5338
+ #: languages/vue.php:85
5339
  msgid "See Your Top Outbound Links to Find New Revenue Opportunities"
5340
  msgstr ""
5341
 
5342
+ #: languages/vue.php:88
5343
  msgid "See Your Top Affiliate Links and Focus on what's working"
5344
  msgstr ""
5345
 
5346
+ #: languages/vue.php:91
5347
  msgid "See Your Top Downloads and Improve Conversions"
5348
  msgstr ""
5349
 
5350
+ #: languages/vue.php:94
5351
  msgid "See Audience Demographic Report ( Age / Gender / Interests )"
5352
  msgstr ""
5353
 
5354
+ #: languages/vue.php:97
5355
  msgid "See Your Conversion Rate to Improve Funnel"
5356
  msgstr ""
5357
 
5358
+ #: languages/vue.php:100
5359
  msgid "See The Number of Transactions and Make Data-Driven Decisions"
5360
  msgstr ""
5361
 
5362
+ #: languages/vue.php:103
5363
  msgid "See The Total Revenue to Track Growth"
5364
  msgstr ""
5365
 
5366
+ #: languages/vue.php:106
5367
  msgid "See Average Order Value to Find Offer Opportunities"
5368
  msgstr ""
5369
 
5370
+ #: languages/vue.php:109
5371
  msgid "See Your Top Products to See Individual Performance"
5372
  msgstr ""
5373
 
5374
+ #: languages/vue.php:112
5375
  msgid "See Your Top Conversion Sources and Focus on what's working"
5376
  msgstr ""
5377
 
5378
+ #: languages/vue.php:115
5379
  msgid "See The Time it takes for Customers to Purchase"
5380
  msgstr ""
5381
 
5382
+ #: languages/vue.php:118
5383
  msgid "See How Many Sessions are needed for a Purchase"
5384
  msgstr ""
5385
 
5386
+ #: languages/vue.php:121
5387
  msgid "See Which Authors Generate the Most Traffic"
5388
  msgstr ""
5389
 
5390
+ #: languages/vue.php:124
5391
  msgid "See Which Post Types Perform Better"
5392
  msgstr ""
5393
 
5394
+ #: languages/vue.php:127
5395
  msgid "See Which Categories are the Most Popular"
5396
  msgstr ""
5397
 
5398
+ #: languages/vue.php:130
5399
  msgid "See Your Blog's most popular SEO Scores"
5400
  msgstr ""
5401
 
5402
+ #: languages/vue.php:133
5403
  msgid "See Which Focus Keyword is Performing Better in Search Engines"
5404
  msgstr ""
5405
 
5406
+ #: languages/vue.php:136
5407
  msgid "See Reports for Any Contact Form Plugin or Sign-up Form"
5408
  msgstr ""
5409
 
5410
+ #: languages/vue.php:139
5411
  msgid "See Your Top Converting Forms and Optimize"
5412
  msgstr ""
5413
 
5414
+ #: languages/vue.php:142
5415
  msgid "See Your Forms Impressions Count to Find the Best Placement"
5416
  msgstr ""
5417
 
5418
+ #: languages/vue.php:145
5419
  msgid "See Your Top Google Search Terms and Optimize Content"
5420
  msgstr ""
5421
 
5422
+ #: languages/vue.php:148
5423
  msgid "See The Number of Clicks and Track Interests"
5424
  msgstr ""
5425
 
5426
+ #: languages/vue.php:151
5427
  msgid "See The Click-Through-Ratio and Improve SEO"
5428
  msgstr ""
5429
 
5430
+ #: languages/vue.php:154
5431
  msgid "See The Average Results Position and Focus on what works"
5432
  msgstr ""
5433
 
5434
+ #: languages/vue.php:157
5435
  msgid "See Your Active Visitors and Track Their Behaviour to Optimize"
5436
  msgstr ""
5437
 
5438
+ #: languages/vue.php:160
5439
  msgid "See Your Top Pages Immediately After Making Changes"
5440
  msgstr ""
5441
 
5442
+ #: languages/vue.php:163
5443
  msgid "See Your Top Referral Sources and Adapt Faster"
5444
  msgstr ""
5445
 
5446
+ #: languages/vue.php:166
5447
  msgid "See Your Traffic Demographics and "
5448
  msgstr ""
5449
 
5450
+ #: languages/vue.php:169
5451
  msgid "Get Fresh Reports Data Every 60 Seconds"
5452
  msgstr ""
5453
 
5455
  msgid "Overview Report"
5456
  msgstr ""
5457
 
5458
+ #: languages/vue.php:184
5459
  msgid "Thank you for choosing MonsterInsights - The Most Powerful WordPress Analytics Plugin"
5460
  msgstr ""
5461
 
5462
+ #: languages/vue.php:187
5463
  msgid "MonsterInsights makes it “effortless” to setup Google Analytics in WordPress, the RIGHT Way. You can watch the video tutorial or use our 3 minute setup wizard."
5464
  msgstr ""
5465
 
5466
+ #: languages/vue.php:190
5467
  msgid "Launch the Wizard!"
5468
  msgstr ""
5469
 
5470
+ #: languages/vue.php:193
5471
  msgid "Read the Full Guide"
5472
  msgstr ""
5473
 
5474
+ #: languages/vue.php:196
5475
  msgid "MonsterInsights Features & Addons"
5476
  msgstr ""
5477
 
5478
+ #: languages/vue.php:199
5479
  msgid "Here are the features that make MonsterInsights the most powerful and user-friendly WordPress analytics plugin in the market."
5480
  msgstr ""
5481
 
5482
+ #: languages/vue.php:202
5483
  msgid "See All Features"
5484
  msgstr ""
5485
 
5486
+ #: languages/vue.php:206
5487
  msgid "Upgrade to PRO"
5488
  msgstr ""
5489
 
5490
+ #: languages/vue.php:209
5491
  msgid "per year"
5492
  msgstr ""
5493
 
5494
+ #: languages/vue.php:216
5495
  msgid "Testimonials"
5496
  msgstr ""
5497
 
5498
+ #: languages/vue.php:219
5499
  msgid "Universal Tracking"
5500
  msgstr ""
5501
 
5502
+ #: languages/vue.php:222
5503
  msgid "Setup universal website tracking across devices and campaigns with just a few clicks (without any code)."
5504
  msgstr ""
5505
 
5506
+ #: languages/vue.php:225
5507
  msgid "Google Analytics Dashboard"
5508
  msgstr ""
5509
 
5510
+ #: languages/vue.php:228
5511
  msgid "See your website analytics report right inside your WordPress dashboard with actionable insights."
5512
  msgstr ""
5513
 
5514
+ #: languages/vue.php:231
5515
  msgid "Real-time Stats"
5516
  msgstr ""
5517
 
5518
+ #: languages/vue.php:234
5519
  msgid "Get real-time stats right inside WordPress to see who is online, what are they doing, and more."
5520
  msgstr ""
5521
 
5522
+ #: languages/vue.php:237
5523
  msgid "Enhanced Ecommerce Tracking"
5524
  msgstr ""
5525
 
5526
+ #: languages/vue.php:240
5527
  msgid "1-click Google Analytics Enhanced Ecommerce tracking for WooCommerce, Easy Digital Downloads & MemberPress."
5528
  msgstr ""
5529
 
5530
+ #: languages/vue.php:243
5531
  msgid "Page Level Analytics"
5532
  msgstr ""
5533
 
5534
+ #: languages/vue.php:246
5535
  msgid "Get detailed stats for each post and page, so you can see the most popular posts, pages, and sections of your site."
5536
  msgstr ""
5537
 
5538
+ #: languages/vue.php:249
5539
  msgid "Affiliate Link & Ads Tracking"
5540
  msgstr ""
5541
 
5542
+ #: languages/vue.php:252
5543
  msgid "Automatically track clicks on your affiliate links, banner ads, and other outbound links with our link tracking."
5544
  msgstr ""
5545
 
5546
+ #: languages/vue.php:255
5547
  msgid "EU Compliance (GDPR Friendly)"
5548
  msgstr ""
5549
 
5550
+ #: languages/vue.php:258
5551
  msgid "Make Google Analytics compliant with GDPR and other privacy regulations automatically."
5552
  msgstr ""
5553
 
5554
+ #: languages/vue.php:261
5555
  msgid "Setup tracking for authors, categories, tags, searches, custom post types, users, and other events with 1-click."
5556
  msgstr ""
5557
 
5558
+ #: languages/vue.php:264
5559
  msgid "Ecommerce Report"
5560
  msgstr ""
5561
 
5562
+ #: languages/vue.php:267
5563
  msgid "Form Conversions"
5564
  msgstr ""
5565
 
5566
+ #: languages/vue.php:271
5567
  msgid "Custom Dimensions"
5568
  msgstr ""
5569
 
5570
+ #: languages/vue.php:274
5571
  msgid "Author Tracking"
5572
  msgstr ""
5573
 
5574
+ #: languages/vue.php:277
5575
  msgid "Google Optimize"
5576
  msgstr ""
5577
 
5578
+ #: languages/vue.php:280
5579
  msgid "Category / Tags Tracking"
5580
  msgstr ""
5581
 
5582
+ #: languages/vue.php:283
5583
  msgid "WooCommerce"
5584
  msgstr ""
5585
 
5586
+ #: languages/vue.php:286
5587
  msgid "Easy Digital Downloads"
5588
  msgstr ""
5589
 
5590
+ #: languages/vue.php:289
5591
  msgid "MemberPress"
5592
  msgstr ""
5593
 
5594
+ #: languages/vue.php:292
5595
  msgid "LifterLMS"
5596
  msgstr ""
5597
 
5598
  #. Translators: Current WordPress version.
5599
+ #: languages/vue.php:296
5600
  msgid "MonsterInsights has detected that your site is running an outdated version of WordPress (%s). MonsterInsights will stop supporting WordPress versions lower than 4.6 in April, 2019. Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install."
5601
  msgstr ""
5602
 
5603
+ #: languages/vue.php:299
5604
  msgid "Yikes! PHP Update Required"
5605
  msgstr ""
5606
 
5607
  #. Translators: Current PHP version and recommended PHP version.
5608
+ #: languages/vue.php:303
5609
  msgid "MonsterInsights has detected that your site is running an outdated, insecure version of PHP (%1$s), which could be putting your site at risk for being hacked. WordPress stopped supporting your PHP version in April, 2019. Updating to the recommended version (PHP %2$s) only takes a few minutes and will make your website significantly faster and more secure."
5610
  msgstr ""
5611
 
5612
+ #: languages/vue.php:306
5613
  msgid "Learn more about updating PHP"
5614
  msgstr ""
5615
 
5616
+ #: languages/vue.php:309
5617
  msgid "Yikes! WordPress Update Required"
5618
  msgstr ""
5619
 
5620
  #. Translators: Current WordPress version.
5621
+ #: languages/vue.php:313
5622
  msgid "MonsterInsights has detected that your site is running an outdated version of WordPress (%s). MonsterInsights will stop supporting WordPress versions lower than 4.9 in October, 2019. Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install."
5623
  msgstr ""
5624
 
5625
+ #: languages/vue.php:316
5626
  msgid "Learn more about updating WordPress"
5627
  msgstr ""
5628
 
5629
  #. Translators: Number of visitors.
5630
+ #: languages/vue.php:324
5631
  msgid "Your website was visited by %s users in the last 30 days."
5632
  msgstr ""
5633
 
5634
+ #: languages/vue.php:327
5635
  msgid "See the full analytics report!"
5636
  msgstr ""
5637
 
5638
+ #: languages/vue.php:330
5639
  msgid "Congratulations! "
5640
  msgstr ""
5641
 
5642
+ #: languages/vue.php:333
5643
  msgid "You Successfully Unlocked the most powerful Analytics plugin"
5644
  msgstr ""
5645
 
5646
  #. Translators: Error status and error text.
5647
+ #: languages/vue.php:337
5648
  msgid "Can't load report data. Error: %1$s, %2$s"
5649
  msgstr ""
5650
 
5651
+ #: languages/vue.php:340
5652
  msgid "Error loading report data"
5653
  msgstr ""
5654
 
5655
  #. Translators: Placeholder is replaced with WPForms.
5656
+ #: languages/vue.php:344
5657
  msgid "Recommended Plugin: %s"
5658
  msgstr ""
5659
 
5660
+ #: languages/vue.php:347
5661
  msgid "Install"
5662
  msgstr ""
5663
 
5664
+ #: languages/vue.php:350
5665
  msgid "Activate"
5666
  msgstr ""
5667
 
5693
  msgid "There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating."
5694
  msgstr ""
5695
 
5696
+ #: languages/vue.php:386
5697
  msgid "Reconnect MonsterInsights"
5698
  msgstr ""
5699
 
5700
+ #: languages/vue.php:389
5701
  msgid "Re-Authenticating"
5702
  msgstr ""
5703
 
5704
+ #: languages/vue.php:392
5705
  msgid "Ok"
5706
  msgstr ""
5707
 
5708
  #. Translators: Number of days in interval.
5709
+ #: languages/vue.php:396
5710
  msgid "Last %s days"
5711
  msgstr ""
5712
 
5713
+ #: languages/vue.php:399
5714
  msgid "Powered by MonsterInsights"
5715
  msgstr ""
5716
 
5717
+ #: languages/vue.php:402
5718
  msgid "Publishers Report"
5719
  msgstr ""
5720
 
5721
+ #: languages/vue.php:406
5722
  msgid "eCommerce Report"
5723
  msgstr ""
5724
 
5725
+ #: languages/vue.php:409
5726
  msgid "Search Console Report"
5727
  msgstr ""
5728
 
5729
+ #: languages/vue.php:412
5730
  msgid "Dimensions Report"
5731
  msgstr ""
5732
 
5733
+ #: languages/vue.php:415
5734
  msgid "Forms Report"
5735
  msgstr ""
5736
 
5737
+ #: languages/vue.php:419
5738
  msgid "Real-Time Report"
5739
  msgstr ""
5740
 
5741
+ #: languages/vue.php:424
5742
  msgid "2019 Year in Review"
5743
  msgstr ""
5744
 
6046
  msgid "Sessions"
6047
  msgstr ""
6048
 
6049
+ #: languages/vue.php:702
6050
  msgid "Pageviews"
6051
  msgstr ""
6052
 
6053
+ #: languages/vue.php:705
6054
  msgid "Avg. Duration"
6055
  msgstr ""
6056
 
6057
+ #: languages/vue.php:709
6058
  msgid "Bounce Rate"
6059
  msgstr ""
6060
 
6061
+ #: languages/vue.php:712
6062
  msgid "More data is available"
6063
  msgstr ""
6064
 
6065
+ #: languages/vue.php:715
6066
  msgid "Want to see page-specific stats?"
6067
  msgstr ""
6068
 
6069
+ #: languages/vue.php:718
6070
  msgid "See All Reports"
6071
  msgstr ""
6072
 
6073
+ #: languages/vue.php:721
6074
  msgid "Go to the Analytics Dashboard"
6075
  msgstr ""
6076
 
6077
+ #: languages/vue.php:724
6078
  msgid "License Key"
6079
  msgstr ""
6080
 
6081
  #. Translators: Add link to retrieve license key from account.
6082
+ #: languages/vue.php:728
6083
  msgid "Add your MonsterInsights license key from the email receipt or account area. %1$sRetrieve your license key%2$s."
6084
  msgstr ""
6085
 
6086
+ #: languages/vue.php:731
6087
  msgid "Google Authentication"
6088
  msgstr ""
6089
 
6090
+ #: languages/vue.php:734
6091
  msgid "Connect Google Analytics + WordPress"
6092
  msgstr ""
6093
 
6094
+ #: languages/vue.php:737
6095
  msgid "You will be taken to the MonsterInsights website where you'll need to connect your Analytics account."
6096
  msgstr ""
6097
 
6098
+ #: languages/vue.php:740
6099
  msgid "Miscellaneous"
6100
  msgstr ""
6101
 
6102
+ #: languages/vue.php:743
6103
  msgid "Hides plugin announcements and update details. This includes critical notices we use to inform about deprecations and important required configuration changes."
6104
  msgstr ""
6105
 
6106
+ #: languages/vue.php:746
6107
  msgid "Hide Announcements"
6108
  msgstr ""
6109
 
6110
+ #: languages/vue.php:749
6111
  msgid "There was an issue retrieving the addons for this site. Please click on the button below the refresh the addons data."
6112
  msgstr ""
6113
 
6114
+ #: languages/vue.php:752
6115
  msgid "No addons found."
6116
  msgstr ""
6117
 
6118
+ #: languages/vue.php:755
6119
  msgid "Refresh Addons"
6120
  msgstr ""
6121
 
6122
+ #: languages/vue.php:758
6123
  msgid "Refreshing Addons"
6124
  msgstr ""
6125
 
6126
  #. Translators: Make text green.
6127
+ #: languages/vue.php:762
6128
  msgid "Upgrade to Pro to unlock addons and other great features. As a valued MonsterInsights Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout!"
6129
  msgstr ""
6130
 
6134
  msgstr ""
6135
 
6136
  #. Translators: placeholders make text small.
6137
+ #: languages/vue.php:773
6138
  msgid "Minor only %1$s- Get bugfixes and security updates, but not major features.%2$s"
6139
  msgstr ""
6140
 
6141
  #. Translators: placeholders make text small.
6142
+ #: languages/vue.php:777
6143
  msgid "None %1$s- Manually update everything.%2$s"
6144
  msgstr ""
6145
 
6146
+ #: languages/vue.php:780
6147
  msgid "Automatic Updates"
6148
  msgstr ""
6149
 
6150
+ #: languages/vue.php:783
6151
  msgid "Setup Wizard"
6152
  msgstr ""
6153
 
6154
+ #: languages/vue.php:786
6155
  msgid "Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks)."
6156
  msgstr ""
6157
 
6158
  #. Translators: Line break.
6159
+ #: languages/vue.php:790
6160
  msgid "Unique %s Sessions"
6161
  msgstr ""
6162
 
6163
+ #. Translators: Number of unique pageviews.
6164
+ #: languages/vue.php:794
6165
  msgid "Unique %s Pageviews"
6166
  msgstr ""
6167
 
6168
+ #: languages/vue.php:797
6169
  msgid "A session is the browsing session of a single user to your site."
6170
  msgstr ""
6171
 
6172
+ #: languages/vue.php:800
6173
  msgid "A pageview is defined as a view of a page on your site that is being tracked by the Analytics tracking code. Each refresh of a page is also a new pageview."
6174
  msgstr ""
6175
 
6176
+ #: languages/vue.php:803
6177
  msgid "Total duration of all sessions (in seconds) / number of sessions."
6178
  msgstr ""
6179
 
6180
+ #: languages/vue.php:806
6181
  msgid "Percentage of single page visits (or web sessions). It is the number of visits in which a person leaves your website from the landing page without browsing any further."
6182
  msgstr ""
6183
 
6184
+ #: languages/vue.php:809
6185
  msgid "Avg. Session Duration"
6186
  msgstr ""
6187
 
6188
+ #: languages/vue.php:812
6189
  msgid "Demographics"
6190
  msgstr ""
6191
 
6192
+ #: languages/vue.php:815
6193
  msgid "Enable Demographics and Interests Reports for Remarketing and Advertising"
6194
  msgstr ""
6195
 
6196
+ #: languages/vue.php:818
6197
  msgid "Anonymize IP Addresses"
6198
  msgstr ""
6199
 
6200
+ #: languages/vue.php:821
6201
  msgid "Link Attribution"
6202
  msgstr ""
6203
 
6204
+ #: languages/vue.php:824
6205
  msgid "Enable Enhanced Link Attribution"
6206
  msgstr ""
6207
 
6208
+ #: languages/vue.php:827
6209
  msgid "Enable Anchor Tracking"
6210
  msgstr ""
6211
 
6212
+ #: languages/vue.php:830
6213
  msgid "Enable allowAnchor"
6214
  msgstr ""
6215
 
6216
+ #: languages/vue.php:833
6217
  msgid "Enable allowLinker"
6218
  msgstr ""
6219
 
6220
+ #: languages/vue.php:836
6221
  msgid "Enable Tag Links in RSS"
6222
  msgstr ""
6223
 
6224
+ #: languages/vue.php:839
6225
  msgid "File Downloads"
6226
  msgstr ""
6227
 
6228
+ #: languages/vue.php:842
6229
  msgid "Extensions of Files to Track as Downloads"
6230
  msgstr ""
6231
 
6232
+ #: languages/vue.php:845
6233
  msgid "MonsterInsights will send an event to Google Analytics if a link to a file has one of the above extensions."
6234
  msgstr ""
6235
 
6236
  #. Translators: Add links to the documentation.
6237
+ #: languages/vue.php:849
6238
  msgid "Enable this setting to add the Demographics and Remarketing features to your Google Analytics tracking code. Make sure to enable Demographics and Remarketing in your Google Analytics account. We have a guide for how to do that in our %1$sknowledge base%2$s. For more information about Remarketing, we refer you to %3$sGoogle's documentation%4$s. Note that usage of this function is affected by privacy and cookie laws around the world. Be sure to follow the laws that affect your target audience."
6239
  msgstr ""
6240
 
6241
  #. Translators: Adds a link to the documentation.
6242
+ #: languages/vue.php:853
6243
  msgid "This adds %1$sanonymizeIp%2$s, telling Google Analytics to anonymize the information sent by the tracker objects by removing the last octet of the IP address prior to its storage."
6244
  msgstr ""
6245
 
6246
  #. Translators: Adds a link to the documentation.
6247
+ #: languages/vue.php:857
6248
  msgid "Add %1$sEnhanced Link Attribution%2$s to your tracking code."
6249
  msgstr ""
6250
 
6251
+ #: languages/vue.php:860
6252
  msgid "Many WordPress \"1-page\" style themes rely on anchor tags for navigation to show virtual pages. The problem is that to Google Analytics, these are all just a single page, and it makes it hard to get meaningful statistics about pages viewed. This feature allows proper tracking in those themes."
6253
  msgstr ""
6254
 
6255
  #. Translators: Adds a link to the documentation.
6256
+ #: languages/vue.php:864
6257
  msgid "This adds %1$sallowAnchor%2$s to the create command of the pageview hit tracking code, and makes RSS link tagging use a # as well."
6258
  msgstr ""
6259
 
6260
  #. Translators: Adds a link to the documentation.
6261
+ #: languages/vue.php:868
6262
  msgid "Enabling %1$scross-domain tracking (additional setup required)%2$s allows you to track users across multiple properties you own (such as example-1.com and example-2.com as a single session. It also allows you fix an issue so that when a user has to go to an off-site hosted payment gateway to finish a purchase it doesn't count it as referral traffic from that gateway but maintains the visit as part of the same session.) It is required that the other site includes a Google Analytics tracker with the same UA Code."
6263
  msgstr ""
6264
 
6265
  #. Translators: Adds a link to the documentation.
6266
+ #: languages/vue.php:872
6267
  msgid "Do not use this feature if you use FeedBurner, as FeedBurner can do this automatically and better than this plugin can. Check this %1$shelp page%2$s for info on how to enable this feature in FeedBurner."
6268
  msgstr ""
6269
 
6270
+ #: languages/vue.php:875
6271
  msgid "Add domain"
6272
  msgstr ""
6273
 
6274
  #. Translators: Example domain.
6275
+ #: languages/vue.php:879
6276
  msgid "Domain (example: %s)"
6277
  msgstr ""
6278
 
6279
  #. Translators: Current site domain to be avoided.
6280
+ #: languages/vue.php:883
6281
  msgid "Please enter domain names only ( example: example.com not http://example.com ) and not current site domain ( %s )."
6282
  msgstr ""
6283
 
6284
+ #: languages/vue.php:886
6285
  msgid "Cross Domain Tracking"
6286
  msgstr ""
6287
 
6288
  #. Translators: Adds a link to the documentation.
6289
+ #: languages/vue.php:890
6290
  msgid "Cross domain tracking makes it possible for Analytics to see sessions on two related sites as a single session. More info on specific setup steps can be found in our %1$sknowledge base%2$s."
6291
  msgstr ""
6292
 
6293
+ #: languages/vue.php:893
6294
  msgid "Right Now"
6295
  msgstr ""
6296
 
6297
+ #: languages/vue.php:896
6298
  msgid "Active users on site"
6299
  msgstr ""
6300
 
6301
+ #: languages/vue.php:899
6302
  msgid "The real-time graph of visitors over time is not currently available for this site. Please try again later."
6303
  msgstr ""
6304
 
6305
+ #: languages/vue.php:902
6306
  msgid "Important: this only includes users who are tracked in real-time. Not all users are tracked in real-time including (but not limited to) logged-in site administrators, certain mobile users, and users who match a Google Analytics filter."
6307
  msgstr ""
6308
 
6309
+ #: languages/vue.php:905
6310
  msgid "The real-time report automatically updates approximately every 60 seconds."
6311
  msgstr ""
6312
 
6313
  #. Translators: Number of seconds that have passed since the report was refreshed.
6314
+ #: languages/vue.php:909
6315
  msgid "The real-time report was last updated %s seconds ago."
6316
  msgstr ""
6317
 
6318
+ #: languages/vue.php:912
6319
  msgid "The latest data will be automatically shown on this page when it becomes available."
6320
  msgstr ""
6321
 
6322
+ #: languages/vue.php:915
6323
  msgid "There is no need to refresh the browser (doing so won't have any effect)."
6324
  msgstr ""
6325
 
6326
+ #: languages/vue.php:918
6327
  msgid "Pageviews Per Minute"
6328
  msgstr ""
6329
 
6330
+ #: languages/vue.php:921
6331
  msgid "Top Pages"
6332
  msgstr ""
6333
 
6334
+ #: languages/vue.php:924
6335
  msgid "No pageviews currently."
6336
  msgstr ""
6337
 
6338
+ #: languages/vue.php:927
6339
  msgid "Page"
6340
  msgstr ""
6341
 
6342
+ #: languages/vue.php:930
6343
  msgid "Pageview Count"
6344
  msgstr ""
6345
 
6346
+ #: languages/vue.php:933
6347
  msgid "Percent of Total"
6348
  msgstr ""
6349
 
6350
+ #: languages/vue.php:936
6351
  msgid "This is the number of active users currently on your site."
6352
  msgstr ""
6353
 
6354
+ #: languages/vue.php:939
6355
  msgid "This graph shows the number of pageviews for each of the last 30 minutes."
6356
  msgstr ""
6357
 
6358
+ #: languages/vue.php:942
6359
  msgid "This list shows the top pages users are currently viewing on your site."
6360
  msgstr ""
6361
 
6362
+ #: languages/vue.php:945
6363
  msgid "View All Real-Time Pageviews"
6364
  msgstr ""
6365
 
6366
+ #: languages/vue.php:948
6367
  msgid "View All Real-Time Traffic Sources"
6368
  msgstr ""
6369
 
6370
+ #: languages/vue.php:951
6371
  msgid "View All Real-Time Traffic by Country"
6372
  msgstr ""
6373
 
6374
+ #: languages/vue.php:954
6375
  msgid "View All Real-Time Traffic by City"
6376
  msgstr ""
6377
 
6378
+ #: languages/vue.php:957
6379
  msgid "See All Your Important Store Metrics in One Place"
6380
  msgstr ""
6381
 
6382
+ #: languages/vue.php:960
6383
  msgid "Get an Answer to All Your Top Ecommerce Questions From a Single Report"
6384
  msgstr ""
6385
 
6386
+ #: languages/vue.php:963
6387
  msgid "ONE-CLICK INTEGRATIONS"
6388
  msgstr ""
6389
 
6390
+ #: languages/vue.php:966
6391
  msgid "Enable Ecommerce Tracking and Grow Your Business with Confidence"
6392
  msgstr ""
6393
 
6394
+ #: languages/vue.php:969
6395
  msgid "MonsterInsights Ecommerce Addon makes it easy to setup enhanced eCommerce tracking, so you can see all your important eCommerce metrics like total revenue, conversion rate, average order value, top products, top referral sources, and more in a single report right inside your WordPress dashboard."
6396
  msgstr ""
6397
 
6398
+ #: languages/vue.php:972
6399
  msgid "GDPR Guide"
6400
  msgstr ""
6401
 
6402
+ #: languages/vue.php:975
6403
  msgid "Compliance with European data laws including GDPR can be confusing and time-consuming. In order to help MonsterInsights users comply with these laws, we’ve created an addon that automates a lot of the necessary configuration changes for you. "
6404
  msgstr ""
6405
 
6406
+ #: languages/vue.php:978
6407
  msgid "How to Install and Activate MonsterInsights Addons"
6408
  msgstr ""
6409
 
6410
+ #: languages/vue.php:981
6411
  msgid "The process for installing and activating addons is quick and easy after you install the MonsterInsights plugin. In this guide we’ll walk you through the process, step by step."
6412
  msgstr ""
6413
 
6414
+ #: languages/vue.php:984
6415
  msgid "Enabling eCommerce Tracking and Reports"
6416
  msgstr ""
6417
 
6418
+ #: languages/vue.php:987
6419
  msgid "Want to track your eCommerce sales data for your WooCommerce, MemberPress, or Easy Digital Downloads store with MonsterInsights? In this guide, we’ll show you how to enable eCommerce tracking in Google Analytics in just a few clicks."
6420
  msgstr ""
6421
 
6422
+ #: languages/vue.php:990
6423
  msgid "Read Documentation"
6424
  msgstr ""
6425
 
6426
+ #: languages/vue.php:993
6427
  msgid "Getting Started with MonsterInsights"
6428
  msgstr ""
6429
 
6430
+ #: languages/vue.php:996
6431
  msgid "MonsterInsights is the easiest analytics solution on the market to get started with, as we walk you through exactly what you need to do, in plain english, using our 3 minute setup wizard."
6432
  msgstr ""
6433
 
6434
+ #: languages/vue.php:999
6435
  msgid "To begin with, we’ll get your site authorized with Google Analytics, so we can start tracking and generating reports for you right away."
6436
  msgstr ""
6437
 
6438
+ #: languages/vue.php:1002
6439
  msgid "In no time at all, and after just a few clicks, you'll have setup the most powerful Google Analytics tracking available for WordPress. It's easy to double your traffic and sales when you know exactly how people find and use your website. Let's get started!."
6440
  msgstr ""
6441
 
6442
+ #: languages/vue.php:1005
6443
  msgid "Launch the wizard!"
6444
  msgstr ""
6445
 
6446
+ #: languages/vue.php:1008
6447
  msgid "Get MonsterInsights Pro and Unlock all the Powerful Features"
6448
  msgstr ""
6449
 
6450
  #. Translators: Makes text bold.
6451
+ #: languages/vue.php:1012
6452
  msgid "Thanks for being a loyal MonsterInsights Lite user. %1$sUpgrade to MonsterInsights Pro%2$s to unlock all the awesome features and experience why MonsterInsights is consistently rated the best Google Analytics solution for WordPress."
6453
  msgstr ""
6454
 
6455
+ #: languages/vue.php:1015
6456
  msgid "Universal Tracking across devices and campaigns with just a few clicks."
6457
  msgstr ""
6458
 
6459
+ #: languages/vue.php:1018
6460
  msgid "See your website analytics reports inside the WordPress dashboard"
6461
  msgstr ""
6462
 
6463
+ #: languages/vue.php:1021
6464
  msgid "Get real-time stats right inside WordPress"
6465
  msgstr ""
6466
 
6467
+ #: languages/vue.php:1024
6468
  msgid "1-click Google Analytics Enhanced eCommerce tracking"
6469
  msgstr ""
6470
 
6471
+ #: languages/vue.php:1027
6472
  msgid "Get detailed stats for each post and page."
6473
  msgstr ""
6474
 
6475
+ #: languages/vue.php:1030
6476
  msgid "Automatically track clicks on your affiliate links and ads."
6477
  msgstr ""
6478
 
6479
+ #: languages/vue.php:1033
6480
  msgid "Make Google Analytics GDPR compliant automatically"
6481
  msgstr ""
6482
 
6483
+ #: languages/vue.php:1036
6484
  msgid "Setup tracking for authors, categories, tags, custom post types, users and more"
6485
  msgstr ""
6486
 
6487
+ #: languages/vue.php:1039
6488
  msgid "Enable Google Optimize for A/B testing, adjust sample speed & sample rate."
6489
  msgstr ""
6490
 
6491
+ #: languages/vue.php:1042
6492
  msgid "More advanced features"
6493
  msgstr ""
6494
 
6495
+ #: languages/vue.php:1046
6496
  msgid "Get MonsterInsights Pro Today and Unlock all the Powerful Features"
6497
  msgstr ""
6498
 
6499
  #. Translators: Makes text green.
6500
+ #: languages/vue.php:1051
6501
  msgid "Bonus: MonsterInsights Lite users get %1$s50%% off regular price%2$s, automatically applied at checkout."
6502
  msgstr ""
6503
 
6504
+ #: languages/vue.php:1054
6505
  msgid "How to Connect to Google Analytics"
6506
  msgstr ""
6507
 
6508
+ #: languages/vue.php:1057
6509
  msgid "After you install MonsterInsights, you’ll need to connect your WordPress site with your Google Analytics account. MonsterInsights makes the process easy, with no coding required."
6510
  msgstr ""
6511
 
6512
+ #: languages/vue.php:1060
6513
  msgid "Guide and Checklist for Advanced Insights"
6514
  msgstr ""
6515
 
6516
+ #: languages/vue.php:1063
6517
  msgid "Our goal is to make it as easy as possible for you to measure and track your stats so you can grow your business. This easy-to-follow guide and checklist will get you set up with MonsterInsights’ advanced tracking."
6518
  msgstr ""
6519
 
6520
  #. Translators: Adds a link to the general settings tab.
6521
+ #: languages/vue.php:1067
6522
  msgid "It looks like you added a Google Analytics tracking code in the custom code area, this can potentially prevent proper tracking. If you want to use a manual UA please use the setting in the %1$sGeneral%2$s tab."
6523
  msgstr ""
6524
 
6525
+ #: languages/vue.php:1070
6526
  msgid "Permissions"
6527
  msgstr ""
6528
 
6529
+ #: languages/vue.php:1073
6530
  msgid "Allow These User Roles to See Reports"
6531
  msgstr ""
6532
 
6533
+ #: languages/vue.php:1076
6534
  msgid "Users that have at least one of these roles will be able to view the reports."
6535
  msgstr ""
6536
 
6537
+ #: languages/vue.php:1079
6538
  msgid "Users that have at least one of these roles will be able to view the reports, along with any user with the manage_options capability."
6539
  msgstr ""
6540
 
6541
+ #: languages/vue.php:1082
6542
  msgid "Allow These User Roles to Save Settings"
6543
  msgstr ""
6544
 
6545
+ #: languages/vue.php:1085
6546
  msgid "Users that have at least one of these roles will be able to view and save the settings panel."
6547
  msgstr ""
6548
 
6549
+ #: languages/vue.php:1088
6550
  msgid "Users that have at least one of these roles will be able to view and save the settings panel, along with any user with the manage_options capability."
6551
  msgstr ""
6552
 
6553
+ #: languages/vue.php:1091
6554
  msgid "Exclude These User Roles From Tracking"
6555
  msgstr ""
6556
 
6557
+ #: languages/vue.php:1094
6558
  msgid "Users that have at least one of these roles will not be tracked into Google Analytics."
6559
  msgstr ""
6560
 
6561
+ #: languages/vue.php:1097
6562
  msgid "Performance"
6563
  msgstr ""
6564
 
6565
+ #: languages/vue.php:1100
6566
  msgid "Custom code"
6567
  msgstr ""
6568
 
6569
  #. Translators: Adds a link to the Google reference.
6570
+ #: languages/vue.php:1104
6571
  msgid "Not for the average user: this allows you to add a line of code, to be added before the %1$spageview is sent%2$s."
6572
  msgstr ""
6573
 
6574
+ #: languages/vue.php:1110
6575
  msgid "You must have the \"unfiltered_html\" capability to view/edit this setting."
6576
  msgstr ""
6577
 
6578
+ #: languages/vue.php:1113
6579
  msgid "Hide Admin Bar Reports"
6580
  msgstr ""
6581
 
6582
  #. Translators: placeholders make text small.
6583
+ #: languages/vue.php:1117
6584
  msgid "Enabled %1$s- Show reports and dashboard widget.%2$s"
6585
  msgstr ""
6586
 
6587
  #. Translators: placeholders make text small.
6588
+ #: languages/vue.php:1121
6589
  msgid "Dashboard Widget Only %1$s- Disable reports, but show dashboard widget.%2$s"
6590
  msgstr ""
6591
 
6592
  #. Translators: placeholders make text small.
6593
+ #: languages/vue.php:1125
6594
  msgid "Disabled %1$s- Hide reports and dashboard widget.%2$s"
6595
  msgstr ""
6596
 
6597
+ #: languages/vue.php:1128
6598
  msgid "New"
6599
  msgstr ""
6600
 
6601
+ #: languages/vue.php:1131
6602
  msgid "Returning"
6603
  msgstr ""
6604
 
6605
+ #: languages/vue.php:1134
6606
  msgid "Desktop"
6607
  msgstr ""
6608
 
6609
+ #: languages/vue.php:1137
6610
  msgid "Tablet"
6611
  msgstr ""
6612
 
6613
+ #: languages/vue.php:1140
6614
  msgid "Mobile"
6615
  msgstr ""
6616
 
6617
+ #: languages/vue.php:1143
6618
  msgid "Top 10 Countries"
6619
  msgstr ""
6620
 
6621
+ #: languages/vue.php:1146
6622
  msgid "View Countries Report"
6623
  msgstr ""
6624
 
6625
+ #: languages/vue.php:1149
6626
  msgid "Top 10 Referrals"
6627
  msgstr ""
6628
 
6629
+ #: languages/vue.php:1152
6630
  msgid "View All Referral Sources"
6631
  msgstr ""
6632
 
6633
+ #: languages/vue.php:1155
6634
  msgid "View Full Posts/Pages Report"
6635
  msgstr ""
6636
 
6637
+ #: languages/vue.php:1158
6638
  msgid "Percentage of single-page visits (or web sessions). It is the number of visits in which a person leaves your website from the landing page without browsing any further."
6639
  msgstr ""
6640
 
6641
+ #: languages/vue.php:1161
6642
  msgid "This list shows the top countries your website visitors are from."
6643
  msgstr ""
6644
 
6645
+ #: languages/vue.php:1164
6646
  msgid "This list shows the top websites that send your website traffic, known as referral traffic."
6647
  msgstr ""
6648
 
6649
  #. Translators: Example path (/go/).
6650
+ #: languages/vue.php:1168
6651
  msgid "Path (example: %s)"
6652
  msgstr ""
6653
 
6654
+ #: languages/vue.php:1171
6655
  msgid "Path has to start with a / and have no spaces"
6656
  msgstr ""
6657
 
6658
  #. Translators: Example label (aff).
6659
+ #: languages/vue.php:1175
6660
  msgid "Label (example: %s)"
6661
  msgstr ""
6662
 
6663
+ #: languages/vue.php:1178
6664
  msgid "Label can't contain any spaces"
6665
  msgstr ""
6666
 
6667
+ #: languages/vue.php:1181
6668
  msgid "Affiliate Links"
6669
  msgstr ""
6670
 
6671
  #. Translators: Add links to documentation.
6672
+ #: languages/vue.php:1185
6673
  msgid "This allows you to track custom affiliate links. A path of /go/ would match urls that start with that. The label is appended onto the end of the string \"outbound-link-\", to provide unique labels for these links in Google Analytics. Complete documentation on affiliate links is available %1$shere%2$s."
6674
  msgstr ""
6675
 
6676
+ #: languages/vue.php:1188
6677
  msgid "Our affiliate link tracking works by setting path for internal links to track as outbound links."
6678
  msgstr ""
6679
 
6680
+ #: languages/vue.php:1191
6681
  msgid "Still Calculating..."
6682
  msgstr ""
6683
 
6684
+ #: languages/vue.php:1194
6685
  msgid "Your 2019 Year in Review is still calculating. Please check back later to see how your website performed last year."
6686
  msgstr ""
6687
 
6688
+ #: languages/vue.php:1197
6689
  msgid "Back to Overview Report"
6690
  msgstr ""
6691
 
6692
+ #: languages/vue.php:1200
6693
  msgid "Your 2019 Analytics Report"
6694
  msgstr ""
6695
 
6696
+ #: languages/vue.php:1203
6697
  msgid "See how your website performed this year and find tips along the way to help grow even more in 2020!"
6698
  msgstr ""
6699
 
6700
+ #: languages/vue.php:1206
6701
  msgid "Audience"
6702
  msgstr ""
6703
 
6704
+ #: languages/vue.php:1209
6705
  msgid "Congrats"
6706
  msgstr ""
6707
 
6708
+ #: languages/vue.php:1212
6709
  msgid "Your website was quite popular this year! "
6710
  msgstr ""
6711
 
6712
+ #: languages/vue.php:1215
6713
  msgid "You had "
6714
  msgstr ""
6715
 
6716
+ #: languages/vue.php:1218
6717
  msgid " visitors!"
6718
  msgstr ""
6719
 
6720
+ #: languages/vue.php:1221
6721
  msgid " visitors"
6722
  msgstr ""
6723
 
6724
+ #: languages/vue.php:1224
6725
  msgid "Total Visitors"
6726
  msgstr ""
6727
 
6728
+ #: languages/vue.php:1227
6729
  msgid "Total Sessions"
6730
  msgstr ""
6731
 
6732
+ #: languages/vue.php:1230
6733
  msgid "Visitors by Month"
6734
  msgstr ""
6735
 
6736
+ #: languages/vue.php:1233
6737
  msgid "January 1, 2019 - December 31, 2019"
6738
  msgstr ""
6739
 
6740
+ #: languages/vue.php:1236
6741
  msgid "A Tip for 2020"
6742
  msgstr ""
6743
 
6744
+ #: languages/vue.php:1239
6745
  msgid "See the top Traffic Sources and Top Pages for the Month of May in the Overview Report to replicate your success."
6746
  msgstr ""
6747
 
6748
+ #: languages/vue.php:1242
6749
  msgid "#1"
6750
  msgstr ""
6751
 
6752
+ #: languages/vue.php:1245
6753
  msgid "You Top 5 Countries"
6754
  msgstr ""
6755
 
6756
+ #: languages/vue.php:1248
6757
  msgid "Let’s get to know your visitors a little better, shall we?"
6758
  msgstr ""
6759
 
6760
+ #: languages/vue.php:1251
6761
  msgid "Gender"
6762
  msgstr ""
6763
 
6764
+ #: languages/vue.php:1254
6765
  msgid "Female"
6766
  msgstr ""
6767
 
6768
+ #: languages/vue.php:1257
6769
  msgid "Women"
6770
  msgstr ""
6771
 
6772
+ #: languages/vue.php:1260
6773
  msgid "Male"
6774
  msgstr ""
6775
 
6776
+ #: languages/vue.php:1263
6777
  msgid "Average Age"
6778
  msgstr ""
6779
 
6780
+ #: languages/vue.php:1267
6781
  msgid "Behavior"
6782
  msgstr ""
6783
 
6784
+ #: languages/vue.php:1270
6785
  msgid "Your Top 5 Pages"
6786
  msgstr ""
6787
 
6788
+ #: languages/vue.php:1273
6789
  msgid "Time Spent on Site"
6790
  msgstr ""
6791
 
6792
+ #: languages/vue.php:1276
6793
  msgid "minutes"
6794
  msgstr ""
6795
 
6796
+ #: languages/vue.php:1279
6797
  msgid "Device Type"
6798
  msgstr ""
6799
 
6800
+ #: languages/vue.php:1282
6801
  msgid "A Tip For 2020"
6802
  msgstr ""
6803
 
6804
+ #: languages/vue.php:1285
6805
  msgid "Take advantage of what you’ve already built. See how to get more traffic from existing content in our 32 Marketing Hacks to Grow Your Traffic."
6806
  msgstr ""
6807
 
6808
+ #: languages/vue.php:1288
6809
  msgid "Read - 32 Marketing Hacks to Grow Your Traffic"
6810
  msgstr ""
6811
 
6812
+ #: languages/vue.php:1291
6813
  msgid "So, where did all of these visitors come from?"
6814
  msgstr ""
6815
 
6816
+ #: languages/vue.php:1294
6817
  msgid "Clicks"
6818
  msgstr ""
6819
 
6820
+ #: languages/vue.php:1297
6821
  msgid "Your Top 5 Keywords"
6822
  msgstr ""
6823
 
6824
+ #: languages/vue.php:1300
6825
  msgid "What keywords visitors searched for to find your site"
6826
  msgstr ""
6827
 
6828
+ #: languages/vue.php:1303
6829
  msgid "Your Top 5 Referrals"
6830
  msgstr ""
6831
 
6832
+ #: languages/vue.php:1306
6833
  msgid "The websites that link back to your website"
6834
  msgstr ""
6835
 
6836
+ #: languages/vue.php:1309
6837
  msgid "Opportunity"
6838
  msgstr ""
6839
 
6840
+ #: languages/vue.php:1312
6841
  msgid "Use referral sources to create new partnerships or expand existing ones. See our guide on how to spy on your competitors and ethically steal their traffic."
6842
  msgstr ""
6843
 
6844
+ #: languages/vue.php:1315
6845
  msgid "Read - How to Ethically Steal Your Competitor’s Traffic"
6846
  msgstr ""
6847
 
6848
+ #: languages/vue.php:1318
6849
  msgid "Thank you for using MonsterInsights!"
6850
  msgstr ""
6851
 
6852
+ #: languages/vue.php:1321
6853
  msgid "We’re grateful for your continued support. If there’s anything we can do to help you grow your business, please don’t hesitate to contact our team."
6854
  msgstr ""
6855
 
6856
+ #: languages/vue.php:1324
6857
  msgid "Here's to an amazing 2020!"
6858
  msgstr ""
6859
 
6860
+ #: languages/vue.php:1327
6861
  msgid "Enjoying MonsterInsights"
6862
  msgstr ""
6863
 
6864
+ #: languages/vue.php:1330
6865
  msgid "Leave a five star review!"
6866
  msgstr ""
6867
 
6868
+ #: languages/vue.php:1333
6869
  msgid "Syed Balkhi"
6870
  msgstr ""
6871
 
6872
+ #: languages/vue.php:1336
6873
  msgid "Chris Christoff"
6874
  msgstr ""
6875
 
6876
+ #: languages/vue.php:1339
6877
  msgid "Write Review"
6878
  msgstr ""
6879
 
6880
+ #: languages/vue.php:1342
6881
  msgid "Did you know over 10 million websites use our plugins?"
6882
  msgstr ""
6883
 
6884
+ #: languages/vue.php:1345
6885
  msgid "Try our other popular WordPress plugins to grow your website in 2020."
6886
  msgstr ""
6887
 
6888
+ #: languages/vue.php:1348
6889
  msgid "Join our Communities!"
6890
  msgstr ""
6891
 
6892
+ #: languages/vue.php:1351
6893
  msgid "Become a WordPress expert in 2020. Join our amazing communities and take your website to the next level."
6894
  msgstr ""
6895
 
6896
+ #: languages/vue.php:1354
6897
  msgid "Facebook Group"
6898
  msgstr ""
6899
 
6900
+ #: languages/vue.php:1357
6901
  msgid "Join our team of WordPress experts and other motivated website owners in the WPBeginner Engage Facebook Group."
6902
  msgstr ""
6903
 
6904
+ #: languages/vue.php:1360
6905
  msgid "Join Now...It’s Free!"
6906
  msgstr ""
6907
 
6908
+ #: languages/vue.php:1363
6909
  msgid "WordPress Tutorials by WPBeginner"
6910
  msgstr ""
6911
 
6912
+ #: languages/vue.php:1366
6913
  msgid "WPBeginner is the largest free WordPress resource site for beginners and non-techy users."
6914
  msgstr ""
6915
 
6916
+ #: languages/vue.php:1369
6917
  msgid "Visit WPBeginner"
6918
  msgstr ""
6919
 
6920
+ #: languages/vue.php:1372
6921
  msgid "Follow Us!"
6922
  msgstr ""
6923
 
6924
+ #: languages/vue.php:1375
6925
  msgid "Follow MonsterInsights on social media to stay up to date with latest updates, trends, and tutorials on how to make the most out of analytics."
6926
  msgstr ""
6927
 
6928
+ #: languages/vue.php:1378
6929
  msgid "Copyright MonsterInsights, 2020"
6930
  msgstr ""
6931
 
6932
+ #: languages/vue.php:1381
6933
  msgid "Upgrade to MonsterInsights Pro to Unlock Additional Actionable Insights"
6934
  msgstr ""
6935
 
6936
+ #: languages/vue.php:1384
6937
  msgid "January"
6938
  msgstr ""
6939
 
6940
+ #: languages/vue.php:1387
6941
  msgid "February"
6942
  msgstr ""
6943
 
6944
+ #: languages/vue.php:1390
6945
  msgid "March"
6946
  msgstr ""
6947
 
6948
+ #: languages/vue.php:1393
6949
  msgid "April"
6950
  msgstr ""
6951
 
6952
+ #: languages/vue.php:1396
6953
  msgid "May"
6954
  msgstr ""
6955
 
6956
+ #: languages/vue.php:1399
6957
  msgid "June"
6958
  msgstr ""
6959
 
6960
+ #: languages/vue.php:1402
6961
  msgid "July"
6962
  msgstr ""
6963
 
6964
+ #: languages/vue.php:1405
6965
  msgid "August"
6966
  msgstr ""
6967
 
6968
+ #: languages/vue.php:1408
6969
  msgid "September"
6970
  msgstr ""
6971
 
6972
+ #: languages/vue.php:1411
6973
  msgid "October"
6974
  msgstr ""
6975
 
6976
+ #: languages/vue.php:1414
6977
  msgid "November"
6978
  msgstr ""
6979
 
6980
+ #: languages/vue.php:1417
6981
  msgid "December"
6982
  msgstr ""
6983
 
6984
  #. Translators: Number of visitors.
6985
+ #: languages/vue.php:1421
6986
  msgid "Your best month was <strong>%1$s</strong> with <strong>%2$s visitors!</strong>"
6987
  msgstr ""
6988
 
6989
  #. Translators: Number of visitors.
6990
+ #: languages/vue.php:1425
6991
  msgid "Your <strong>%1$s</strong> visitors came from <strong>%2$s</strong> different countries."
6992
  msgstr ""
6993
 
6994
  #. Translators: Number of visitors.
6995
+ #: languages/vue.php:1429
6996
  msgid "%s Visitors"
6997
  msgstr ""
6998
 
6999
  #. Translators: Percent and Number of visitors.
7000
+ #: languages/vue.php:1433
7001
  msgid "%1$s&#37 of your visitors were %2$s"
7002
  msgstr ""
7003
 
7004
  #. Translators: Number of visitors and their age.
7005
+ #: languages/vue.php:1437
7006
  msgid "%1$s&#37 of your visitors were between the ages of %2$s"
7007
  msgstr ""
7008
 
7009
  #. Translators: Number of visitors and number of pages.
7010
+ #: languages/vue.php:1441
7011
  msgid "Your <strong>%1$s</strong> visitors viewed a total of <strong>%2$s</strong> pages. <span class='average-page-per-user' style='font-size: 20px;margin-top:25px;display:block;font-family:Lato'>That's an average of %3$s pages for each visitor!</span>"
7012
  msgstr ""
7013
 
7014
  #. Translators: Number of minutes spent on site.
7015
+ #: languages/vue.php:1445
7016
  msgid "Each visitor spent an average of %s minutes on your website in 2019."
7017
  msgstr ""
7018
 
7019
  #. Translators: Name of device type.
7020
+ #: languages/vue.php:1449
7021
  msgid "Most of your visitors viewed your website from their <strong>%s</strong> device."
7022
  msgstr ""
7023
 
7024
  #. Translators: Number of visitors and device percentage.
7025
+ #: languages/vue.php:1453
7026
  msgid "%1$s&#37 of your visitors were on a %2$s device."
7027
  msgstr ""
7028
 
7029
+ #: languages/vue.php:1456
7030
  msgid "Import/Export"
7031
  msgstr ""
7032
 
7033
+ #: languages/vue.php:1459
7034
  msgid "Import"
7035
  msgstr ""
7036
 
7037
+ #: languages/vue.php:1462
7038
  msgid "Import settings from another ExactMetrics website."
7039
  msgstr ""
7040
 
7041
+ #: languages/vue.php:1465
7042
  msgid "Export"
7043
  msgstr ""
7044
 
7045
+ #: languages/vue.php:1468
7046
  msgid "Export settings to import into another ExactMetrics install."
7047
  msgstr ""
7048
 
7049
+ #: languages/vue.php:1471
7050
  msgid "Import Settings"
7051
  msgstr ""
7052
 
7053
+ #: languages/vue.php:1474
7054
  msgid "Export Settings"
7055
  msgstr ""
7056
 
7057
+ #: languages/vue.php:1477
7058
  msgid "Please choose a file to import"
7059
  msgstr ""
7060
 
7061
+ #: languages/vue.php:1480
7062
  msgid "Use the filepicker below to select the settings export file from another site."
7063
  msgstr ""
7064
 
7065
+ #: languages/vue.php:1483
7066
  msgid "Use the button below to export a file with your MonsterInsights settings."
7067
  msgstr ""
7068
 
7069
+ #: languages/vue.php:1486
7070
  msgid "Uploading file..."
7071
  msgstr ""
7072
 
7073
+ #: languages/vue.php:1489
7074
  msgid "File imported"
7075
  msgstr ""
7076
 
7077
+ #: languages/vue.php:1492
7078
  msgid "Settings successfully updated!"
7079
  msgstr ""
7080
 
7081
+ #: languages/vue.php:1495
7082
  msgid "Error importing settings"
7083
  msgstr ""
7084
 
7085
+ #: languages/vue.php:1498
7086
  msgid "Please choose a .json file generated by a MonsterInsights settings export."
7087
  msgstr ""
7088
 
7089
+ #: languages/vue.php:1501
7090
  msgid "WPForms, Ninja Forms, Contact Form 7, Gravity Forms and any other WordPress form plugin"
7091
  msgstr ""
7092
 
7093
+ #: languages/vue.php:1504
7094
  msgid "WordPress Admin Area Reports"
7095
  msgstr ""
7096
 
7097
+ #: languages/vue.php:1507
7098
  msgid "Standard Reports"
7099
  msgstr ""
7100
 
7101
+ #: languages/vue.php:1510
7102
  msgid "Overview Reports for the last 30 days."
7103
  msgstr ""
7104
 
7105
+ #: languages/vue.php:1513
7106
  msgid "Advanced Reports"
7107
  msgstr ""
7108
 
7109
+ #: languages/vue.php:1516
7110
  msgid "Publisher, eCommerce, Search Console, Custom Dimensions, Forms and Real-Time with custom date period selection"
7111
  msgstr ""
7112
 
7113
+ #: languages/vue.php:1519
7114
  msgid "Dashboard Widget"
7115
  msgstr ""
7116
 
7117
+ #: languages/vue.php:1522
7118
  msgid "Basic Widget"
7119
  msgstr ""
7120
 
7121
+ #: languages/vue.php:1525
7122
  msgid "Overview Report Synopsis"
7123
  msgstr ""
7124
 
7125
+ #: languages/vue.php:1528
7126
  msgid "Advanced Dashboard Widget"
7127
  msgstr ""
7128
 
7129
+ #: languages/vue.php:1531
7130
  msgid "Includes the complete Overview report, Publisher reports and 6 different eCommerce reports"
7131
  msgstr ""
7132
 
7133
+ #: languages/vue.php:1534
7134
  msgid "Publisher Reports"
7135
  msgstr ""
7136
 
7137
+ #: languages/vue.php:1537
7138
  msgid "Advanced Publisher Reports & Tracking"
7139
  msgstr ""
7140
 
7141
+ #: languages/vue.php:1540
7142
  msgid "View Top Landing/Exit Pages, Top Links, Demographics & Interests data and more"
7143
  msgstr ""
7144
 
7145
+ #: languages/vue.php:1543
7146
  msgid "Not Available"
7147
  msgstr ""
7148
 
7149
+ #: languages/vue.php:1546
7150
  msgid "Complete Custom Dimensions Tracking"
7151
  msgstr ""
7152
 
7153
+ #: languages/vue.php:1549
7154
  msgid "Track and measure by the Author, Post Type, Category, Tags, SEO Score, Focus Keyword, Logged-in User, User ID and Published Time of each post and page"
7155
  msgstr ""
7156
 
7157
+ #: languages/vue.php:1555
7158
  msgid "Limited Support"
7159
  msgstr ""
7160
 
7161
+ #: languages/vue.php:1558
7162
  msgid "Priority Support"
7163
  msgstr ""
7164
 
7165
+ #: languages/vue.php:1561
7166
  msgid "Get the most out of MonsterInsights by upgrading to Pro and unlocking all of the powerful features."
7167
  msgstr ""
7168
 
7169
+ #: languages/vue.php:1564
7170
  msgid "Feature"
7171
  msgstr ""
7172
 
7173
+ #: languages/vue.php:1567
7174
  msgid "Lite"
7175
  msgstr ""
7176
 
7177
+ #: languages/vue.php:1570
7178
  msgid "Pro"
7179
  msgstr ""
7180
 
7181
+ #: languages/vue.php:1573
7182
  msgid "Included"
7183
  msgstr ""
7184
 
7185
+ #: languages/vue.php:1576
7186
  msgid "Custom Google Analytics Link Tracking"
7187
  msgstr ""
7188
 
7189
+ #: languages/vue.php:1579
7190
  msgid "Standard Tracking"
7191
  msgstr ""
7192
 
7193
+ #: languages/vue.php:1582
7194
  msgid "Advanced Tracking"
7195
  msgstr ""
7196
 
7197
+ #: languages/vue.php:1585
7198
  msgid "Automatic tracking of outbound/external, file download, affiliate, email and telephone links and our simple Custom Link Attribution markup for custom link tracking"
7199
  msgstr ""
7200
 
7201
+ #: languages/vue.php:1588
7202
  msgid "Scroll tracking as well as tracking on Google Accelerated Mobile Pages (AMP) and Facebook Instant Articles for Publishers"
7203
  msgstr ""
7204
 
7205
+ #: languages/vue.php:1591
7206
  msgid "No-Code-Needed Tracking Features"
7207
  msgstr ""
7208
 
7209
+ #: languages/vue.php:1594
7210
  msgid "Basic Tracking Options"
7211
  msgstr ""
7212
 
7213
+ #: languages/vue.php:1597
7214
  msgid "Cross-domain tracking, anonymization of IP addresses, and automatic exclusion of administrators from tracking"
7215
  msgstr ""
7216
 
7217
+ #: languages/vue.php:1600
7218
  msgid "Advanced Tracking Options"
7219
  msgstr ""
7220
 
7221
+ #: languages/vue.php:1603
7222
  msgid "Easily integrate Google Optimize as well as adjust recordings of site speed and the sample rate of visitors"
7223
  msgstr ""
7224
 
7225
+ #: languages/vue.php:1606
7226
  msgid "eCommerce Tracking"
7227
  msgstr ""
7228
 
7229
+ #: languages/vue.php:1609
7230
  msgid "One-click Complete eCommerce tracking"
7231
  msgstr ""
7232
 
7233
+ #: languages/vue.php:1612
7234
  msgid "Complete eCommerce tracking for WooCommerce, Easy Digital Downloads and MemberPress stores with no code or settings required"
7235
  msgstr ""
7236
 
7237
+ #: languages/vue.php:1616
7238
  msgid "Forms Tracking"
7239
  msgstr ""
7240
 
7241
+ #: languages/vue.php:1619
7242
  msgid "One-click Form Events Tracking"
7243
  msgstr ""
7244
 
7245
+ #: languages/vue.php:1622
7246
  msgid "Custom Campaign Parameters"
7247
  msgstr ""
7248
 
7249
+ #: languages/vue.php:1625
7250
  msgid "The URL builder helps you add parameters to your URLs you use in custom web or email ad campaigns."
7251
  msgstr ""
7252
 
7253
+ #: languages/vue.php:1628
7254
  msgid "A custom campaign is any ad campaign not using the AdWords auto-tagging feature. When users click one of the custom links, the unique parameters are sent to your Analytics account, so you can identify the URLs that are the most effective in attracting users to your content."
7255
  msgstr ""
7256
 
7257
  #. Translators: Marks the field as required.
7258
+ #: languages/vue.php:1632
7259
  msgid "Website URL %s"
7260
  msgstr ""
7261
 
7262
  #. Translators: Display the current website url in italic.
7263
+ #: languages/vue.php:1636
7264
  msgid "The full website URL (e.g. %1$s %2$s%3$s)"
7265
  msgstr ""
7266
 
7267
  #. Translators: Marks the field as required.
7268
+ #: languages/vue.php:1640
7269
  msgid "Campaign Source %s"
7270
  msgstr ""
7271
 
7272
  #. Translators: Make the text italic.
7273
+ #: languages/vue.php:1644
7274
  msgid "Enter a referrer (e.g. %1$sfacebook, newsletter, google%2$s)"
7275
  msgstr ""
7276
 
7277
  #. Translators: Make the text italic.
7278
+ #: languages/vue.php:1648
7279
  msgid "Enter a marketing medium (e.g. %1$scpc, banner, email%2$s)"
7280
  msgstr ""
7281
 
7282
  #. Translators: Make the text italic.
7283
+ #: languages/vue.php:1652
7284
  msgid "Enter a name to easily identify (e.g. %1$sspring_sale%2$s)"
7285
  msgstr ""
7286
 
7287
+ #: languages/vue.php:1655
7288
  msgid "Enter the paid keyword"
7289
  msgstr ""
7290
 
7291
+ #: languages/vue.php:1658
7292
  msgid "Enter something to differentiate ads"
7293
  msgstr ""
7294
 
7295
+ #: languages/vue.php:1661
7296
  msgid "Use Fragment"
7297
  msgstr ""
7298
 
7299
  #. Translators: Make the text bold.
7300
+ #: languages/vue.php:1665
7301
  msgid "Set the parameters in the fragment portion of the URL %1$s(not recommended)%2$s"
7302
  msgstr ""
7303
 
7304
+ #: languages/vue.php:1668
7305
  msgid "URL to use"
7306
  msgstr ""
7307
 
7308
+ #: languages/vue.php:1671
7309
  msgid "(Updates automatically)"
7310
  msgstr ""
7311
 
7312
+ #: languages/vue.php:1674
7313
  msgid "Copy to Clipboard"
7314
  msgstr ""
7315
 
7316
+ #: languages/vue.php:1677
7317
  msgid "More Information & Examples"
7318
  msgstr ""
7319
 
7320
+ #: languages/vue.php:1680
7321
  msgid "The following table gives a detailed explanation and example of each of the campaign parameters."
7322
  msgstr ""
7323
 
7324
+ #: languages/vue.php:1683
7325
  msgid "Campaign Source"
7326
  msgstr ""
7327
 
7328
+ #: languages/vue.php:1686
7329
  msgid "Required. Use utm_source to identify a search engine, newsletter name, or other source."
7330
  msgstr ""
7331
 
7332
+ #: languages/vue.php:1689
7333
  msgid "Campaign Medium"
7334
  msgstr ""
7335
 
7336
+ #: languages/vue.php:1692
7337
  msgid "Use utm_medium to identify a medium such as email or cost-per-click."
7338
  msgstr ""
7339
 
7340
+ #: languages/vue.php:1695
7341
  msgid "Campaign Name"
7342
  msgstr ""
7343
 
7344
+ #: languages/vue.php:1698
7345
  msgid "Used for keyword analysis. Use utm_campaign to identify a specific product promotion or strategic campaign."
7346
  msgstr ""
7347
 
7348
+ #: languages/vue.php:1701
7349
  msgid "Campaign Term"
7350
  msgstr ""
7351
 
7352
+ #: languages/vue.php:1704
7353
  msgid "Used for paid search. Use utm_term to note the keywords for this ad."
7354
  msgstr ""
7355
 
7356
+ #: languages/vue.php:1707
7357
  msgid "Campaign Content"
7358
  msgstr ""
7359
 
7360
+ #: languages/vue.php:1710
7361
  msgid "Used for A/B testing and content-targeted ads. Use utm_content to differentiate ads or links that point to the same URL."
7362
  msgstr ""
7363
 
7364
  #. Translators: Example.
7365
+ #: languages/vue.php:1714
7366
  msgid "Example: %s"
7367
  msgstr ""
7368
 
7369
  #. Translators: Examples.
7370
+ #: languages/vue.php:1718
7371
  msgid "Examples: %s"
7372
  msgstr ""
7373
 
7374
+ #: languages/vue.php:1721
7375
  msgid "About Campaigns"
7376
  msgstr ""
7377
 
7378
+ #: languages/vue.php:1724
7379
  msgid "About Custom Campaigns"
7380
  msgstr ""
7381
 
7382
+ #: languages/vue.php:1727
7383
  msgid "Best Practices for Creating Custom Campaigns"
7384
  msgstr ""
7385
 
7386
+ #: languages/vue.php:1730
7387
  msgid "About the Referral Traffic Report"
7388
  msgstr ""
7389
 
7390
+ #: languages/vue.php:1733
7391
  msgid "About Traffic Source Dimensions"
7392
  msgstr ""
7393
 
7394
+ #: languages/vue.php:1736
7395
  msgid "AdWords Auto-Tagging"
7396
  msgstr ""
7397
 
7398
+ #: languages/vue.php:1739
7399
  msgid "Additional Information"
7400
  msgstr ""
7401
 
7402
+ #: languages/vue.php:1742
7403
  msgid "Hello and welcome to MonsterInsights, the best Google Analytics plugin for WordPress. MonsterInsights shows you exactly which content gets the most visit, so you can analyze and optimize it for higher conversions."
7404
  msgstr ""
7405
 
7406
+ #: languages/vue.php:1745
7407
  msgid "Over the years, we found that in order to get the most out of Google Analytics, you needed a full time developer who could implement custom tracking, so that Google Analytics would integrate with things like WooCommerce, and track things which Google doesn't by default, like outbound links."
7408
  msgstr ""
7409
 
7410
+ #: languages/vue.php:1748
7411
  msgid "Our goal is to take the pain out of analytics, making it simple and easy, by eliminating the need to have to worry about code, putting the best reports directly into the area you already go to (your WordPress dashboard), and adding the most advanced insights and features without complicating our plugin with tons of settings. Quite simply, it should \"just work\"."
7412
  msgstr ""
7413
 
7414
+ #: languages/vue.php:1751
7415
  msgid "MonsterInsights is brought to you by the same team that's behind the largest WordPress resource site, WPBeginner, the most popular lead-generation software, OptinMonster, and the best WordPress forms plugin, WPForms."
7416
  msgstr ""
7417
 
7418
+ #: languages/vue.php:1754
7419
  msgid "Yup, we know a thing or two about building awesome products that customers love."
7420
  msgstr ""
7421
 
7422
+ #: languages/vue.php:1757
7423
  msgid "The MonsterInsights Team"
7424
  msgstr ""
7425
 
7426
+ #: languages/vue.php:1760
7427
  msgid "See who's viewing and submitting your forms, so you can increase your conversion rate."
7428
  msgstr ""
7429
 
7430
+ #: languages/vue.php:1763
7431
  msgid "Use Google Optimize to retarget your website visitors and perform A/B split tests with ease."
7432
  msgstr ""
7433
 
7434
+ #: languages/vue.php:1766
7435
  msgid "Add Custom Dimensions and track who's the most popular author on your site, which post types get the most traffic, and more"
7436
  msgstr ""
7437
 
7438
+ #: languages/vue.php:1769
7439
  msgid "Loading Settings"
7440
  msgstr ""
7441
 
7442
+ #: languages/vue.php:1772
7443
  msgid "Saving Changes..."
7444
  msgstr ""
7445
 
7446
+ #: languages/vue.php:1775
7447
  msgid "Settings Updated"
7448
  msgstr ""
7449
 
7450
  #. Translators: Adds a link to the settings panel.
7451
+ #: languages/vue.php:1779
7452
  msgid "You need to %1$sconnect MonsterInsights%2$s first"
7453
  msgstr ""
7454
 
7455
+ #: languages/vue.php:1782
7456
  msgid "Could Not Save Changes"
7457
  msgstr ""
7458
 
7459
  #. Translators: Error status and error text.
7460
+ #: languages/vue.php:1786
7461
  msgid "Can't deauthenticate. Error: %1$s, %2$s"
7462
  msgstr ""
7463
 
7464
+ #: languages/vue.php:1790
7465
  msgid "You appear to be offline."
7466
  msgstr ""
7467
 
7468
  #. Translators: Error status and error text.
7469
+ #: languages/vue.php:1794
7470
  msgid "Can't save settings. Error: %1$s, %2$s"
7471
  msgstr ""
7472
 
7473
+ #: languages/vue.php:1797
7474
  msgid "You appear to be offline. Settings not saved."
7475
  msgstr ""
7476
 
7477
  #. Translators: Error status and error text.
7478
+ #: languages/vue.php:1801
7479
  msgid "Can't load authentication details. Error: %1$s, %2$s"
7480
  msgstr ""
7481
 
7482
  #. Translators: Error status and error text.
7483
+ #: languages/vue.php:1805
7484
  msgid "Can't authenticate. Error: %1$s, %2$s"
7485
  msgstr ""
7486
 
7487
  #. Translators: Error status and error text.
7488
+ #: languages/vue.php:1809
7489
  msgid "Can't reauthenticate. Error: %1$s, %2$s"
7490
  msgstr ""
7491
 
7492
  #. Translators: Error status and error text.
7493
+ #: languages/vue.php:1813
7494
  msgid "Can't verify credentials. Error: %1$s, %2$s"
7495
  msgstr ""
7496
 
7497
+ #: languages/vue.php:1816
7498
  msgid "You appear to be offline. WPForms not installed."
7499
  msgstr ""
7500
 
7501
  #. Translators: Error status and error text.
7502
+ #: languages/vue.php:1820
7503
  msgid "Can't activate addon. Error: %1$s, %2$s"
7504
  msgstr ""
7505
 
7506
+ #: languages/vue.php:1823
7507
  msgid "You appear to be offline. Addon not activated."
7508
  msgstr ""
7509
 
7510
  #. Translators: Error status and error text.
7511
+ #: languages/vue.php:1827
7512
  msgid "Can't deactivate addon. Error: %1$s, %2$s"
7513
  msgstr ""
7514
 
7515
+ #: languages/vue.php:1830
7516
  msgid "You appear to be offline. Addon not deactivated."
7517
  msgstr ""
7518
 
7519
  #. Translators: Error status and error text.
7520
+ #: languages/vue.php:1834
7521
  msgid "Can't install plugin. Error: %1$s, %2$s"
7522
  msgstr ""
7523
 
7524
+ #: languages/vue.php:1837
7525
  msgid "You appear to be offline. Plugin not installed."
7526
  msgstr ""
7527
 
7528
  #. Translators: Error status and error text.
7529
+ #: languages/vue.php:1841
7530
  msgid "Can't install addon. Error: %1$s, %2$s"
7531
  msgstr ""
7532
 
7533
+ #: languages/vue.php:1844
7534
  msgid "You appear to be offline. Addon not installed."
7535
  msgstr ""
7536
 
7537
  #. Translators: Error status and error text.
7538
+ #: languages/vue.php:1848
7539
  msgid "Can't install WPForms. Error: %1$s, %2$s"
7540
  msgstr ""
7541
 
7542
  #. Translators: Error status and error text.
7543
+ #: languages/vue.php:1852
7544
  msgid "Can't deactivate the license. Error: %1$s, %2$s"
7545
  msgstr ""
7546
 
7547
  #. Translators: Error status and error text.
7548
+ #: languages/vue.php:1856
7549
  msgid "Can't upgrade to PRO please try again. Error: %1$s, %2$s"
7550
  msgstr ""
7551
 
7552
  #. Translators: Error status and error text.
7553
+ #: languages/vue.php:1860
7554
  msgid "Can't load license details. Error: %1$s, %2$s"
7555
  msgstr ""
7556
 
7557
+ #: languages/vue.php:1863
7558
  msgid "Error loading license details"
7559
  msgstr ""
7560
 
7561
  #. Translators: Error status and error text.
7562
+ #: languages/vue.php:1867
7563
  msgid "Can't verify the license. Error: %1$s, %2$s"
7564
  msgstr ""
7565
 
7566
  #. Translators: Error status and error text.
7567
+ #: languages/vue.php:1871
7568
  msgid "Can't validate the license. Error: %1$s, %2$s"
7569
  msgstr ""
7570
 
7571
+ #: languages/vue.php:1874
7572
  msgid "MonsterInsights Recommends WPForms"
7573
  msgstr ""
7574
 
7575
+ #: languages/vue.php:1877
7576
  msgid "Built by the folks behind MonsterInsights, WPForms is the most beginner friendly form plugin in the market."
7577
  msgstr ""
7578
 
7579
+ #: languages/vue.php:1880
7580
  msgid "Used on over 1,000,000 websites!"
7581
  msgstr ""
7582
 
7583
+ #: languages/vue.php:1883
7584
  msgid "WPForms allow you to create beautiful contact forms, subscription forms, payment forms, and other types of forms for your site in minutes, not hours!"
7585
  msgstr ""
7586
 
7587
+ #: languages/vue.php:1886
7588
  msgid "Skip this Step"
7589
  msgstr ""
7590
 
7591
+ #: languages/vue.php:1889
7592
  msgid "Continue & Install WPForms"
7593
  msgstr ""
7594
 
7595
+ #: languages/vue.php:1892
7596
  msgid "Installing..."
7597
  msgstr ""
7598
 
7599
+ #: languages/vue.php:1895
7600
  msgid "Awesome, You're All Set!"
7601
  msgstr ""
7602
 
7603
+ #: languages/vue.php:1898
7604
  msgid "MonsterInsights is all set up and ready to use. We've verified that the tracking code is deployed properly and collecting data."
7605
  msgstr ""
7606
 
7607
  #. Translators: Make text bold.
7608
+ #: languages/vue.php:1902
7609
  msgid "%1$sPlease Note:%2$s While Google Analytics is properly setup and tracking everything, it does not send the data back to WordPress immediately. Depending on the size of your website, it can take between a few hours to 24 hours for reports to populate."
7610
  msgstr ""
7611
 
7612
  #. Translators: Link to our blog.
7613
+ #: languages/vue.php:1906
7614
  msgid "%1$sSubscribe to the MonsterInsights blog%2$s for tips on how to get more traffic and grow your business."
7615
  msgstr ""
7616
 
7617
+ #: languages/vue.php:1909
7618
  msgid "Finish Setup & Exit Wizard"
7619
  msgstr ""
7620
 
7621
+ #: languages/vue.php:1912
7622
  msgid "Checking your website..."
7623
  msgstr ""
7624
 
7625
+ #: languages/vue.php:1915
7626
  msgid "Recommended Addons"
7627
  msgstr ""
7628
 
7629
+ #: languages/vue.php:1918
7630
  msgid "To unlock more features consider upgrading to PRO. As a valued MonsterInsights Lite user you receive 50% off, automatically applied at checkout!"
7631
  msgstr ""
7632
 
7633
+ #: languages/vue.php:1921
7634
  msgid "Other Addons"
7635
  msgstr ""
7636
 
7637
+ #: languages/vue.php:1924
7638
  msgid "View all MonsterInsights addons"
7639
  msgstr ""
7640
 
7641
+ #: languages/vue.php:1927
7642
  msgid "Save and continue"
7643
  msgstr ""
7644
 
7645
+ #: languages/vue.php:1930
7646
  msgid "Connect MonsterInsights to Your Website"
7647
  msgstr ""
7648
 
7649
+ #: languages/vue.php:1933
7650
  msgid "MonsterInsights connects Google Analytics to WordPress and shows you stats that matter."
7651
  msgstr ""
7652
 
7653
+ #: languages/vue.php:1936
7654
  msgid "Whoops, something went wrong and we weren't able to connect to MonsterInsights. Please enter your Google UA code manually."
7655
  msgstr ""
7656
 
7657
+ #: languages/vue.php:1939
7658
  msgid "Manually enter your UA code"
7659
  msgstr ""
7660
 
7661
+ #: languages/vue.php:1942
7662
  msgid "Warning: If you use a manual UA code, you won't be able to use any of the reporting and some of the tracking features. Your UA code should look like UA-XXXXXX-XX where the X's are numbers."
7663
  msgstr ""
7664
 
7665
+ #: languages/vue.php:1945
7666
  msgid "Save and Continue"
7667
  msgstr ""
7668
 
7669
+ #: languages/vue.php:1948
7670
  msgid "UA code can't be empty"
7671
  msgstr ""
7672
 
7673
+ #: languages/vue.php:1951
7674
  msgid "Saving UA code..."
7675
  msgstr ""
7676
 
7677
+ #: languages/vue.php:1954
7678
  msgid "Hide dashboard widget"
7679
  msgstr ""
7680
 
7681
+ #: languages/vue.php:1957
7682
  msgid "Are you sure you want to hide the MonsterInsights Dashboard Widget? "
7683
  msgstr ""
7684
 
7685
+ #: languages/vue.php:1960
7686
  msgid "Yes, hide it!"
7687
  msgstr ""
7688
 
7689
+ #: languages/vue.php:1963
7690
  msgid "No, cancel!"
7691
  msgstr ""
7692
 
7693
+ #: languages/vue.php:1966
7694
  msgid "MonsterInsights Widget Hidden"
7695
  msgstr ""
7696
 
7697
+ #: languages/vue.php:1969
7698
  msgid "You can re-enable the MonsterInsights widget at any time using the \"Screen Options\" menu on the top right of this page"
7699
  msgstr ""
7700
 
7701
+ #: languages/vue.php:1972
7702
  msgid "Recommended Settings"
7703
  msgstr ""
7704
 
7705
+ #: languages/vue.php:1975
7706
  msgid "MonsterInsights recommends the following settings based on your configuration."
7707
  msgstr ""
7708
 
7709
+ #: languages/vue.php:1978
7710
  msgid "Events Tracking"
7711
  msgstr ""
7712
 
7713
+ #: languages/vue.php:1981
7714
  msgid "Must have for all click tracking on site."
7715
  msgstr ""
7716
 
7717
+ #: languages/vue.php:1984
7718
  msgid "MonsterInsights uses an advanced system to automatically detect all outbound links, download links, affiliate links, telephone links, mail links, and more automatically. We do all the work for you so you don't have to write any code."
7719
  msgstr ""
7720
 
7721
+ #: languages/vue.php:1987
7722
  msgid "Enhanced Link Attribution"
7723
  msgstr ""
7724
 
7725
+ #: languages/vue.php:1990
7726
  msgid "Improves the accuracy of your In-Page Analytics."
7727
  msgstr ""
7728
 
7729
+ #: languages/vue.php:1993
7730
  msgid "MonsterInsights will automatically help Google determine which links are unique and where they are on your site so that your In-Page Analytics reporting will be more accurate."
7731
  msgstr ""
7732
 
7733
+ #: languages/vue.php:1996
7734
  msgid "Install Updates Automatically"
7735
  msgstr ""
7736
 
7737
+ #: languages/vue.php:1999
7738
  msgid "Get the latest features, bug fixes, and security updates as they are released."
7739
  msgstr ""
7740
 
7741
+ #: languages/vue.php:2002
7742
  msgid "To ensure you get the latest bugfixes and security updates and avoid needing to spend time logging into your WordPress site to update MonsterInsights, we offer the ability to automatically have MonsterInsights update itself."
7743
  msgstr ""
7744
 
7745
+ #: languages/vue.php:2005
7746
  msgid "File Download Tracking"
7747
  msgstr ""
7748
 
7749
+ #: languages/vue.php:2008
7750
  msgid "Helps you see file downloads data."
7751
  msgstr ""
7752
 
7753
+ #: languages/vue.php:2011
7754
  msgid "MonsterInsights will automatically track downloads of common file types from links you have inserted onto your website. For example: want to know how many of your site's visitors have downloaded a PDF or other file you offer your visitors to download on your site? MonsterInsights makes this both easy, and code-free! You can customize the file types to track at any time from our settings panel."
7755
  msgstr ""
7756
 
7757
+ #: languages/vue.php:2014
7758
  msgid "Helps you increase affiliate revenue."
7759
  msgstr ""
7760
 
7761
+ #: languages/vue.php:2017
7762
  msgid "MonsterInsights will automatically help you track affiliate links that use internal looking urls like example.com/go/ or example.com/refer/. You can add custom affiliate patterns on our settings panel when you finish the onboarding wizard."
7763
  msgstr ""
7764
 
7765
+ #: languages/vue.php:2020
7766
  msgid "Affiliate Link Tracking"
7767
  msgstr ""
7768
 
7769
+ #: languages/vue.php:2023
7770
  msgid "Who Can See Reports"
7771
  msgstr ""
7772
 
7773
+ #: languages/vue.php:2026
7774
  msgid "These user roles will be able to access MonsterInsights's reports in the WordPress admin area."
7775
  msgstr ""
7776
 
7777
+ #: languages/vue.php:2029
7778
  msgid "Events Tracking is enabled the moment you set up MonsterInsights"
7779
  msgstr ""
7780
 
7781
+ #: languages/vue.php:2032
7782
  msgid "Enhanced Link Attribution is enabled the moment you set up MonsterInsights"
7783
  msgstr ""
7784
 
7785
+ #: languages/vue.php:2035
7786
  msgid "Activating..."
7787
  msgstr ""
7788
 
7789
+ #: languages/vue.php:2038
7790
  msgid "Deactivating..."
7791
  msgstr ""
7792
 
7793
+ #: languages/vue.php:2041
7794
  msgid "Deactivate"
7795
  msgstr ""
7796
 
7797
  #. Translators: The status of the addon (installed/active/inactive).
7798
+ #: languages/vue.php:2045
7799
  msgid "Status: %s"
7800
  msgstr ""
7801
 
7802
+ #: languages/vue.php:2048
7803
  msgid "Not Installed"
7804
  msgstr ""
7805
 
7806
+ #: languages/vue.php:2051
7807
  msgid "Network Active"
7808
  msgstr ""
7809
 
7810
+ #: languages/vue.php:2054
7811
  msgid "Active"
7812
  msgstr ""
7813
 
7814
+ #: languages/vue.php:2057
7815
  msgid "Inactive"
7816
  msgstr ""
7817
 
7818
+ #: languages/vue.php:2060
7819
  msgid "Thank you for being a loyal MonsterInsights Lite user."
7820
  msgstr ""
7821
 
7822
+ #: languages/vue.php:2063
7823
  msgid "Upgrade to MonsterInsights Pro and unlock all the awesome features."
7824
  msgstr ""
7825
 
7826
  #. Translators: Gets replaced with the coupon code.
7827
+ #: languages/vue.php:2067
7828
  msgid "Use coupon code %s to get 50%% off."
7829
  msgstr ""
7830
 
7831
+ #: languages/vue.php:2070
7832
  msgid "Dashboard widget"
7833
  msgstr ""
7834
 
7835
+ #: languages/vue.php:2073
7836
  msgid "Enhanced Ecommerce"
7837
  msgstr ""
7838
 
7839
+ #: languages/vue.php:2076
7840
  msgid "Banner Ads"
7841
  msgstr ""
7842
 
7933
  msgid "The value entered does not match the required format"
7934
  msgstr ""
7935
 
7936
+ #: languages/vue.php:2152
7937
  msgid "Upgrade"
7938
  msgstr ""
7939
 
7940
+ #: languages/vue.php:2155
7941
  msgid ""
7942
  "The EU Compliance addon allows you to improve compliance with GDPR\n"
7943
  " and other privacy regulations."
7944
  msgstr ""
7945
 
7946
+ #: languages/vue.php:2159
7947
  msgid "EU Compliance"
7948
  msgstr ""
7949
 
7950
+ #: languages/vue.php:2162
7951
  msgid "Scroll Tracking"
7952
  msgstr ""
7953
 
7954
+ #: languages/vue.php:2165
7955
  msgid "Scroll depth tracking allows you to see how far your users scroll before they leave a page. This is great for publishers (bloggers), and eCommerce websites to boost conversions."
7956
  msgstr ""
7957
 
7958
  #. Translators: Error status and error text.
7959
+ #: languages/vue.php:2169
7960
  msgid "Can't load errors. Error: %1$s, %2$s"
7961
  msgstr ""
7962
 
7963
+ #: languages/vue.php:2172
7964
  msgid "Upgrade to MonsterInsights Pro to Unlock More Actionable Insights"
7965
  msgstr ""
7966
 
7967
+ #: languages/vue.php:2175
7968
  msgid "It's easy to double your traffic and sales when you know exactly how people find and use your website. MonsterInsights Pro shows you the stats that matter!"
7969
  msgstr ""
7970
 
7971
+ #: languages/vue.php:2178
7972
  msgid "Upgrade to MonsterInsights Pro and Save 50% OFF!"
7973
  msgstr ""
7974
 
7975
  #. Translators: Makes text bold.
7976
+ #: languages/vue.php:2182
7977
  msgid "Use coupon code %1$sLITEUPGRADE%2$s"
7978
  msgstr ""
7979
 
7980
+ #: languages/vue.php:2185
7981
  msgid "Ads Tracking"
7982
  msgstr ""
7983
 
7984
+ #: languages/vue.php:2188
7985
  msgid "Add Ads tracking to see who's clicking on your Google Ads, so you can increase your revenue."
7986
  msgstr ""
7987
 
7988
+ #: languages/vue.php:2191
7989
  msgid "Want to use track users visiting your AMP pages? By upgrading to MonsterInsights Pro, you can enable AMP page tracking."
7990
  msgstr ""
7991
 
7992
+ #: languages/vue.php:2194
7993
  msgid "Facebook Instant Articles"
7994
  msgstr ""
7995
 
7996
+ #: languages/vue.php:2197
7997
  msgid "Want to expand your website audience beyond your website with Facebook Instant Articles? Upgrade to MonsterInsights Pro."
7998
  msgstr ""
7999
 
8000
  #. Translators: Error status and error text.
8001
+ #: languages/vue.php:2201
8002
  msgid "Can't load settings. Error: %1$s, %2$s"
8003
  msgstr ""
8004
 
8005
+ #: languages/vue.php:2204
8006
  msgid "Network error encountered. Settings not saved."
8007
  msgstr ""
8008
 
8009
  #. Translators: Make text green.
8010
+ #: languages/vue.php:2208
8011
  msgid "Upgrade to Pro and unlock addons and other great features. %1$sSave 50%% automatically!%2$s"
8012
  msgstr ""
8013
 
8014
+ #: languages/vue.php:2211
8015
  msgid "Usage Tracking"
8016
  msgstr ""
8017
 
8018
+ #: languages/vue.php:2214
8019
  msgid "Allow Usage Tracking"
8020
  msgstr ""
8021
 
8022
+ #: languages/vue.php:2217
8023
  msgid "By allowing us to track usage data we can better help you because we know with which WordPress configurations, themes and plugins we should test."
8024
  msgstr ""
8025
 
8026
  #. Translators: Add links to documentation.
8027
+ #: languages/vue.php:2221
8028
  msgid "Complete documentation on usage tracking is available %1$shere%2$s."
8029
  msgstr ""
8030
 
8031
+ #: languages/vue.php:2224
8032
  msgid "Allow usage tracking"
8033
  msgstr ""
8034
 
8035
  #. Translators: Make text bold.
8036
+ #: languages/vue.php:2228
8037
  msgid "You're using %1$sMonsterInsights Lite%2$s - no license needed. Enjoy!"
8038
  msgstr ""
8039
 
8040
  #. Translators: Add link to upgrade.
8041
+ #: languages/vue.php:2232
8042
  msgid "To unlock more features consider %1$supgrading to PRO%2$s."
8043
  msgstr ""
8044
 
8045
  #. Translators: Make text green.
8046
+ #: languages/vue.php:2236
8047
  msgid "As a valued MonsterInsights Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout!"
8048
  msgstr ""
8049
 
8050
  #. Translators: Make text green and add smiley face.
8051
+ #: languages/vue.php:2240
8052
  msgid "You're using %1$sMonsterInsights Lite%2$s - no license needed. Enjoy! %3$s"
8053
  msgstr ""
8054
 
8055
+ #: languages/vue.php:2243
8056
  msgid "Unlock PRO Features Now"
8057
  msgstr ""
8058
 
8059
+ #: languages/vue.php:2246
8060
  msgid "Paste your license key here"
8061
  msgstr ""
8062
 
8063
+ #: languages/vue.php:2249
8064
  msgid "Verify"
8065
  msgstr ""
8066
 
8067
  #. Translators: Add link to retrieve license from account area.
8068
+ #: languages/vue.php:2253
8069
  msgid "Already purchased? Simply enter your license key below to connect with MonsterInsights PRO! %1$sRetrieve your license key%2$s."
8070
  msgstr ""
8071
 
8072
+ #: languages/vue.php:2256
8073
  msgid "There was an error unlocking MonsterInsights PRO please try again or install manually."
8074
  msgstr ""
8075
 
8076
  #. Translators: Number of days.
8077
+ #: languages/vue.php:2260
8078
  msgid "vs. Previous Day"
8079
  msgstr ""
8080
 
8081
+ #: languages/vue.php:2263
8082
  msgid "No change"
8083
  msgstr ""
8084
 
8085
+ #: languages/vue.php:2266
8086
  msgid "Authenticating"
8087
  msgstr ""
8088
 
8089
+ #: languages/vue.php:2269
8090
  msgid "Verifying Credentials"
8091
  msgstr ""
8092
 
8093
+ #: languages/vue.php:2272
8094
  msgid "Your site is connected to MonsterInsights!"
8095
  msgstr ""
8096
 
8097
+ #: languages/vue.php:2275
8098
  msgid "Deauthenticating"
8099
  msgstr ""
8100
 
8101
+ #: languages/vue.php:2278
8102
  msgid "You've disconnected your site from MonsterInsights. Your site is no longer being tracked by Google Analytics and you won't see reports anymore."
8103
  msgstr ""
8104
 
8105
+ #: languages/vue.php:2281
8106
  msgid "Connect MonsterInsights"
8107
  msgstr ""
8108
 
8109
+ #: languages/vue.php:2284
8110
  msgid "Verify Credentials"
8111
  msgstr ""
8112
 
8113
+ #: languages/vue.php:2287
8114
  msgid "Website Profile"
8115
  msgstr ""
8116
 
8117
+ #: languages/vue.php:2290
8118
  msgid "Active Profile"
8119
  msgstr ""
8120
 
8121
+ #: languages/vue.php:2293
8122
  msgid "Your website profile has been set at the network level of your WordPress Multisite."
8123
  msgstr ""
8124
 
8125
+ #: languages/vue.php:2296
8126
  msgid "If you would like to use a different profile for this subsite, you can authenticate below."
8127
  msgstr ""
8128
 
8129
+ #: languages/vue.php:2299
8130
  msgid "Or manually enter UA code (limited functionality)"
8131
  msgstr ""
8132
 
8133
+ #: languages/vue.php:2302
8134
  msgid "Force Deauthenticate"
8135
  msgstr ""
8136
 
8137
+ #: languages/vue.php:2305
8138
  msgid "Disconnect MonsterInsights"
8139
  msgstr ""
8140
 
8141
+ #: languages/vue.php:2308
8142
  msgid "Proceed"
8143
  msgstr ""
8144
 
8145
+ #: languages/vue.php:2311
8146
  msgid "Connection Information"
8147
  msgstr ""
8148
 
8149
+ #: languages/vue.php:2314
8150
  msgid "To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host."
8151
  msgstr ""
8152
 
8153
+ #: languages/vue.php:2317
8154
  msgid "Hostname"
8155
  msgstr ""
8156
 
8157
+ #: languages/vue.php:2320
8158
  msgid "FTP Username"
8159
  msgstr ""
8160
 
8161
+ #: languages/vue.php:2323
8162
  msgid "FTP Password"
8163
  msgstr ""
8164
 
8165
+ #: languages/vue.php:2326
8166
  msgid "This password will not be stored on the server."
8167
  msgstr ""
8168
 
8169
+ #: languages/vue.php:2329
8170
  msgid "Connection Type"
8171
  msgstr ""
8172
 
8173
+ #: languages/vue.php:2332
8174
  msgid "Cancel"
8175
  msgstr ""
8176
 
8177
+ #: languages/vue.php:2335
8178
  msgid "Show"
8179
  msgstr ""
8180
 
8181
+ #: languages/vue.php:2338
8182
  msgid "No options available"
8183
  msgstr ""
8184
 
8185
+ #: languages/vue.php:2341
8186
  msgid "Adjust the sample rate so you don't exceed Google Analytics' processing limit. Can also be used to enable Google Optimize for A/B testing and personalization."
8187
  msgstr ""
8188
 
8189
  #. Translators: The name of the field that is throwing a validation error.
8190
+ #: languages/vue.php:2345
8191
  msgid "%s can't be empty."
8192
  msgstr ""
8193
 
8194
+ #: languages/vue.php:2348
8195
  msgid "Duplicate values are not allowed."
8196
  msgstr ""
8197
 
8198
+ #: languages/vue.php:2351
8199
  msgid "Add Another Link Path"
8200
  msgstr ""
8201
 
8202
+ #: languages/vue.php:2354
8203
  msgid "Remove row"
8204
  msgstr ""
8205
 
8206
+ #: languages/vue.php:2360
8207
  msgid "Help Us Improve"
8208
  msgstr ""
8209
 
8210
+ #: languages/vue.php:2363
8211
  msgid "Help us better understand our users and their website needs."
8212
  msgstr ""
8213
 
8214
  #. Translators: Adds a link to the documentation.
8215
+ #: languages/vue.php:2367
8216
  msgid "If enabled MonsterInsights will send some information about your WordPress site like what plugins and themes you use and which MonsterInsights settings you use to us so that we can improve our product. For a complete list of what we send and what we use it for, %1$svisit our website.%2$s"
8217
  msgstr ""
8218
 
8219
  #. Translators: Makes text bold.
8220
+ #: languages/vue.php:2371
8221
  msgid "You’re using %1$sExactMetrics Lite%2$s - no license needed. Enjoy!"
8222
  msgstr ""
8223
 
8224
  #. Translators: Makes text green.
8225
+ #: languages/vue.php:2375
8226
  msgid "As a valued ExactMetrics Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout."
8227
  msgstr ""
8228
 
8229
+ #: languages/vue.php:2378
8230
  msgid "Unlock All Features and Upgrade to Pro"
8231
  msgstr ""
8232
 
8233
+ #: languages/vue.php:2381
8234
  msgid "Website profile"
8235
  msgstr ""
8236
 
8237
+ #: languages/vue.php:2384
8238
  msgid "Active profile"
8239
  msgstr ""
8240
 
8241
+ #: languages/vue.php:2387
8242
  msgid "Skip and Keep Connection"
8243
  msgstr ""
8244
 
8245
  #. Translators: Placeholders are used for making text bold and adding a link.
8246
+ #: languages/vue.php:2391
8247
  msgid "You're using %1$s%2$s Lite%3$s. To unlock more features consider %4$supgrading to Pro%5$s."
8248
  msgstr ""
8249
 
8250
+ #: languages/vue.php:2394
8251
+ msgid "Today"
8252
  msgstr ""
8253
 
8254
+ #: languages/vue.php:2397
8255
+ msgid "Yesterday"
8256
  msgstr ""
8257
 
8258
+ #: languages/vue.php:2400
8259
+ msgid "Last Week"
8260
  msgstr ""
8261
 
8262
+ #: languages/vue.php:2403
8263
+ msgid "Last Month"
8264
  msgstr ""
8265
 
8266
+ #: languages/vue.php:2406
8267
+ msgid "Last 7 days"
8268
  msgstr ""
8269
 
8270
+ #: languages/vue.php:2409
8271
+ msgid "Last 30 days"
8272
  msgstr ""
8273
 
8274
+ #: languages/vue.php:2412
8275
+ msgid "Unlock the Site Speed Report and Improve the Performance of Your Site"
8276
  msgstr ""
8277
 
8278
+ #: languages/vue.php:2415
8279
+ msgid "See How Your Homepage Performs According to Google’s Own Criteria and See How You Can Improve to Increase Your Ranking"
8280
  msgstr ""
8281
 
8282
+ #: languages/vue.php:2418
8283
+ msgid "See Your Homepage's Overall Performance Score"
8284
  msgstr ""
8285
 
8286
+ #: languages/vue.php:2421
8287
+ msgid "Run an Audit on Your Homepage and See Your Server Response Time"
8288
  msgstr ""
8289
 
8290
+ #: languages/vue.php:2424
8291
+ msgid "Learn How Long It Takes for Your Viewers to Interact With Your Site"
8292
  msgstr ""
8293
 
8294
+ #: languages/vue.php:2427
8295
+ msgid "Learn How to Improve the Core Metrics that Google Uses to Rank Your Site"
8296
  msgstr ""
8297
 
8298
  #. Translators: Current WordPress version.
8299
+ #: languages/vue.php:2431
8300
  msgid "MonsterInsights has detected that your site is running an outdated version of WordPress (%s). MonsterInsights will stop supporting WordPress versions lower than 4.9 in 2020. Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install."
8301
  msgstr ""
8302
 
8303
  #. Translators: Current PHP version and recommended PHP version.
8304
+ #: languages/vue.php:2435
8305
  msgid "MonsterInsights has detected that your site is running an outdated, insecure version of PHP (%1$s), which could be putting your site at risk for being hacked. Updating to the recommended version (PHP %2$s) only takes a few minutes and will make your website significantly faster and more secure."
8306
  msgstr ""
8307
 
8308
  #. Translators: Current WordPress version.
8309
+ #: languages/vue.php:2439
8310
  msgid "MonsterInsights has detected that your site is running an outdated version of WordPress (%s). Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install."
8311
  msgstr ""
8312
 
8313
+ #: languages/vue.php:2442
8314
  msgid "PrettyLinks Integration"
8315
  msgstr ""
8316
 
8317
+ #: languages/vue.php:2450
8318
  msgid "Popular Posts Widget"
8319
  msgstr ""
8320
 
8321
+ #: languages/vue.php:2454
8322
  msgid "Popular Products"
8323
  msgstr ""
8324
 
8325
+ #: languages/vue.php:2460
 
 
 
 
 
 
 
 
8326
  msgid "Inbox"
8327
  msgstr ""
8328
 
8329
+ #: languages/vue.php:2463
8330
  msgid "Back to Inbox"
8331
  msgstr ""
8332
 
8333
+ #: languages/vue.php:2466
8334
  msgid "View Dismissed"
8335
  msgstr ""
8336
 
8337
+ #: languages/vue.php:2469
8338
  msgid "Notifications"
8339
  msgstr ""
8340
 
8341
+ #: languages/vue.php:2472
8342
  msgid "Dismiss All"
8343
  msgstr ""
8344
 
8345
+ #: languages/vue.php:2475
8346
  msgid "Dismissed"
8347
  msgstr ""
8348
 
8349
+ #: languages/vue.php:2478
8350
  msgid "No Notifications"
8351
  msgstr ""
8352
 
8353
+ #: languages/vue.php:2484
8354
+ msgid "The MonsterInsights Headline Analyzer tool in the Gutenberg editor enables you to write irresistible SEO-friendly headlines that drive traffic, social media shares, and rank better in search results."
8355
  msgstr ""
8356
 
8357
+ #: languages/vue.php:2487
8358
+ msgid "Disable the Headline Analyzer"
8359
+ msgstr ""
8360
+
8361
+ #: languages/vue.php:2490
8362
+ msgid "Caching"
8363
  msgstr ""
8364
 
 
8365
  #: languages/vue.php:2493
8366
+ msgid "Enable Data Caching"
8367
  msgstr ""
8368
 
8369
  #: languages/vue.php:2496
8370
+ msgid "Refresh Cache Every"
8371
  msgstr ""
8372
 
8373
  #: languages/vue.php:2499
8374
+ msgid "Choose how often to refresh the cache."
8375
  msgstr ""
8376
 
8377
  #: languages/vue.php:2502
8378
+ msgid "Enable Ajaxify"
8379
  msgstr ""
8380
 
8381
  #: languages/vue.php:2505
8382
+ msgid "Ajaxify Widget"
8383
  msgstr ""
8384
 
8385
  #: languages/vue.php:2508
8386
+ msgid "Use to bypass page caching."
8387
  msgstr ""
8388
 
8389
  #: languages/vue.php:2511
8390
+ msgid "Empty Cache"
 
 
 
 
 
 
 
 
8391
  msgstr ""
8392
 
8393
+ #: languages/vue.php:2514
8394
+ msgid "Click to manually wipe the cache right now."
8395
  msgstr ""
8396
 
8397
+ #: languages/vue.php:2517
8398
+ msgid "Popular posts cache emptied"
8399
  msgstr ""
8400
 
8401
+ #: languages/vue.php:2520
8402
+ msgid "Error emptying the popular posts cache. Please try again."
8403
  msgstr ""
8404
 
8405
+ #: languages/vue.php:2523
8406
+ msgid "Import settings from another MonsterInsights website."
8407
  msgstr ""
8408
 
8409
+ #: languages/vue.php:2526
8410
+ msgid "Export settings to import into another MonsterInsights install."
8411
  msgstr ""
8412
 
8413
+ #: languages/vue.php:2529
8414
  msgid "Make your MonsterInsights campaign links prettier with Pretty Links!"
8415
  msgstr ""
8416
 
8417
+ #: languages/vue.php:2532
8418
  msgid "Pretty Links turns those ugly, long campaign links into clean, memorable, speakable, totally shareable links."
8419
  msgstr ""
8420
 
8421
+ #: languages/vue.php:2535
8422
  msgid "Take your MonsterInsights campaign links from our URL Builder and shorten them with Pretty Links!"
8423
  msgstr ""
8424
 
8425
+ #: languages/vue.php:2538
8426
  msgid "Over 200,000 websites use Pretty Links!"
8427
  msgstr ""
8428
 
8429
+ #: languages/vue.php:2541
8430
  msgid "Install Pretty Links"
8431
  msgstr ""
8432
 
8433
+ #: languages/vue.php:2544
8434
  msgid "Pretty Links Installed & Activated"
8435
  msgstr ""
8436
 
8437
+ #: languages/vue.php:2547
8438
+ msgid "Download Pretty Links"
8439
+ msgstr ""
8440
+
8441
+ #: languages/vue.php:2550
8442
  msgid "Install Pretty Links from the WordPress.org plugin repository."
8443
  msgstr ""
8444
 
8445
+ #: languages/vue.php:2553
8446
  msgid "Activate Pretty Links"
8447
  msgstr ""
8448
 
8449
+ #: languages/vue.php:2556
8450
  msgid "Activating Pretty Links..."
8451
  msgstr ""
8452
 
8453
+ #: languages/vue.php:2559
8454
  msgid "Create New Pretty Link"
8455
  msgstr ""
8456
 
8457
+ #: languages/vue.php:2562
8458
  msgid "Create a New Pretty Link"
8459
  msgstr ""
8460
 
8461
+ #: languages/vue.php:2565
8462
  msgid "Grab your campaign link and paste it into the Target URL field."
8463
  msgstr ""
8464
 
8465
+ #: languages/vue.php:2569
 
 
 
 
 
 
 
 
8466
  msgid "Choose Theme"
8467
  msgstr ""
8468
 
8469
+ #: languages/vue.php:2573
8470
  msgid "Widget Styling"
8471
  msgstr ""
8472
 
8473
+ #: languages/vue.php:2577
8474
  msgid "Choose how you want to determine the colors, font sizes and spacing of the widget."
8475
  msgstr ""
8476
 
8477
+ #: languages/vue.php:2581
8478
  msgid "Sort By"
8479
  msgstr ""
8480
 
8481
+ #: languages/vue.php:2585
8482
  msgid "Choose how you'd like the widget to determine your popular posts."
8483
  msgstr ""
8484
 
8485
+ #: languages/vue.php:2588
8486
  msgid "Placement"
8487
  msgstr ""
8488
 
8489
+ #: languages/vue.php:2591
8490
  msgid "Choose how you'd like to place the widget."
8491
  msgstr ""
8492
 
8493
+ #: languages/vue.php:2594
8494
  msgid "Insert After"
8495
  msgstr ""
8496
 
8497
+ #: languages/vue.php:2597
8498
  msgid "Choose where in the post body the widget will be placed."
8499
  msgstr ""
8500
 
8501
+ #: languages/vue.php:2601
8502
  msgid "Include in Post Types"
8503
  msgstr ""
8504
 
8505
+ #: languages/vue.php:2605
8506
  msgid "Exclude from specific posts"
8507
  msgstr ""
8508
 
8509
  #. Translators: Placeholders make the text bold.
8510
+ #: languages/vue.php:2610
8511
  msgid "Choose which Post Types the widget %1$sWILL%2$s be placed."
8512
  msgstr ""
8513
 
8514
  #. Translators: Placeholders make the text bold.
8515
+ #: languages/vue.php:2615
8516
  msgid "Choose from which Posts the widget %1$sWILL NOT%2$s be placed."
8517
  msgstr ""
8518
 
8519
+ #: languages/vue.php:2619
8520
  msgid "Customize Design"
8521
  msgstr ""
8522
 
8523
+ #: languages/vue.php:2623
8524
  msgid "Loading Themes"
8525
  msgstr ""
8526
 
8527
+ #: languages/vue.php:2626
8528
  msgid "words"
8529
  msgstr ""
8530
 
8531
+ #: languages/vue.php:2629
8532
  msgid "Please select at least one post to display."
8533
  msgstr ""
8534
 
8535
  #. Translators: placeholders make text small.
8536
+ #: languages/vue.php:2634
8537
  msgid "Default Styles %1$s- As seen above.%2$s"
8538
  msgstr ""
8539
 
8540
  #. Translators: placeholders make text small.
8541
+ #: languages/vue.php:2639
8542
  msgid "No Styles %1$s- Use your own CSS.%2$s"
8543
  msgstr ""
8544
 
8545
  #. Translators: placeholders make text small.
8546
+ #: languages/vue.php:2644
8547
  msgid "Comments %1$s- Randomly rotate your most commented on posts from the past 30 days.%2$s"
8548
  msgstr ""
8549
 
8550
  #. Translators: placeholders make text small.
8551
+ #: languages/vue.php:2649
8552
  msgid "SharedCount %1$s- Connect with your SharedCount account to determine popular posts by share count.%2$s"
8553
  msgstr ""
8554
 
8568
  msgstr ""
8569
 
8570
  #: languages/vue.php:2665
8571
+ msgid "Display Title"
 
 
 
 
8572
  msgstr ""
8573
 
8574
  #: languages/vue.php:2671
8575
+ msgid "Title your widget and set it’s display preferences."
8576
  msgstr ""
8577
 
8578
  #: languages/vue.php:2674
8579
+ msgid "Go Back To Reports"
8580
  msgstr ""
8581
 
8582
  #: languages/vue.php:2677
8583
+ msgid "Enable Enhanced eCommerce"
8584
  msgstr ""
8585
 
8586
  #: languages/vue.php:2680
8587
+ msgid "+ Add Role"
8588
  msgstr ""
8589
 
8590
  #: languages/vue.php:2683
8591
+ msgid "Copy to Pretty Links"
8592
  msgstr ""
8593
 
8594
  #: languages/vue.php:2686
8595
+ msgid "Make your campaign links prettier!"
8596
  msgstr ""
8597
 
8598
  #: languages/vue.php:2689
8599
+ msgid "Pretty Links turns those ugly, long campaign links into clean, memorable, speakable and totally shareable links."
8600
  msgstr ""
8601
 
8602
  #: languages/vue.php:2692
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8603
  msgid "Days"
8604
  msgstr ""
8605
 
8606
  #. Translators: placeholders make text small.
8607
+ #: languages/vue.php:2696
8608
  msgid "7 days"
8609
  msgstr ""
8610
 
8611
+ #: languages/vue.php:2699
8612
  msgid "30 days"
8613
  msgstr ""
8614
 
8615
+ #: languages/vue.php:2702
8616
  msgid "Custom"
8617
  msgstr ""
8618
 
8619
+ #: languages/vue.php:2705
8620
  msgid "Popular Posts data can be fetched correctly"
8621
  msgstr ""
8622
 
8623
+ #: languages/vue.php:2708
8624
  msgid "Please note: depending on when you set up the Custom Dimensions settings, it may take up to 7 days to see relevant Popular Posts data loading from Google Analytics."
8625
  msgstr ""
8626
 
8627
+ #: languages/vue.php:2711
8628
  msgid "Close"
8629
  msgstr ""
8630
 
8631
+ #: languages/vue.php:2715
8632
  msgid "Add Top 5 Posts from Google Analytics"
8633
  msgstr ""
8634
 
8635
+ #: languages/vue.php:2718
8636
  msgid "In order to load the top posts from Google Analytics you will need to enable the Custom Dimensions addon and set up the Post Type custom dimension in both MonsterInsights and Google Analytics settings. Please use the button below to confirm your configuration is correct."
8637
  msgstr ""
8638
 
8639
+ #: languages/vue.php:2721
8640
  msgid "Test Automated Posts"
8641
  msgstr ""
8642
 
8643
  #. Translators: Placeholder adds a link to the Popular Posts GA setup instructions doc.
8644
+ #: languages/vue.php:2725
8645
  msgid "Click this button to run a series of checks that will confirm your setup is completed to load Popular Posts from Google Analytics."
8646
  msgstr ""
8647
 
8648
+ #: languages/vue.php:2729
8649
  msgid "Automated + Curated"
8650
  msgstr ""
8651
 
8652
  #. Translators: Placeholder adds a link to the Custom Dimensions settings.
8653
+ #: languages/vue.php:2733
8654
  msgid "Automatically add the top 5 Posts from the past 30 days to your Curated list of Posts using %1$sCustom Dimensions%2$s. Also requires Sort By - Curated to be selected. Setup steps can be found in our %3$sknowledge base%4$s."
8655
  msgstr ""
8656
 
8657
  #. Translators: Placeholder gets replaced with current license version.
8658
+ #: languages/vue.php:2737
8659
  msgid "Pro version is required. Your current license level is: %s"
8660
  msgstr ""
8661
 
8662
+ #: languages/vue.php:2740
8663
  msgid "Verifying Popular Posts data"
8664
  msgstr ""
8665
 
8666
+ #: languages/vue.php:2743
8667
+ msgid "Select posts/search"
8668
  msgstr ""
8669
 
8670
+ #: languages/vue.php:2746
8671
+ msgid "Oops! No posts found."
8672
  msgstr ""
8673
 
8674
+ #: languages/vue.php:2749
8675
+ msgid "Search by post title"
8676
  msgstr ""
8677
 
8678
+ #: languages/vue.php:2752
8679
+ msgid "Can't load posts."
8680
  msgstr ""
8681
 
8682
+ #: languages/vue.php:2755
8683
+ msgid "Email Summaries"
8684
  msgstr ""
8685
 
8686
+ #: languages/vue.php:2758
8687
+ msgid "Export PDF Reports"
8688
  msgstr ""
8689
 
8690
+ #: languages/vue.php:2761
8691
+ msgid "Multiple Entries"
8692
  msgstr ""
8693
 
8694
+ #: languages/vue.php:2764
8695
+ msgid "Total Number of Widgets to Show"
8696
  msgstr ""
8697
 
8698
+ #: languages/vue.php:2767
8699
+ msgid "Choose how many widgets will be placed in a single Post."
8700
  msgstr ""
8701
 
8702
+ #: languages/vue.php:2770
8703
+ msgid "Minimum Distance Between Widgets"
8704
  msgstr ""
8705
 
8706
+ #: languages/vue.php:2773
8707
+ msgid "Choose the distance between widgets."
8708
  msgstr ""
8709
 
8710
+ #: languages/vue.php:2776
8711
+ msgid "Minimum Word Count to Display Multiple Widgets"
8712
  msgstr ""
8713
 
8714
+ #: languages/vue.php:2779
8715
+ msgid "Choose the minimum word count for a Post to have multiple entries."
8716
+ msgstr ""
8717
+
8718
+ #: languages/vue.php:2782
8719
+ msgid "Used on over 4,000,000 websites!"
8720
+ msgstr ""
8721
+
8722
+ #: languages/vue.php:2785
8723
+ msgid "This feature requires MonsterInsights Pro"
8724
+ msgstr ""
8725
+
8726
+ #: languages/vue.php:2788
8727
+ msgid "By upgrading you will also get access to advanced eCommerce tracking, Custom Dimensions and more."
8728
+ msgstr ""
8729
+
8730
+ #: languages/vue.php:2791
8731
+ msgid "Upgrade to Pro and Unlock Popular Products"
8732
+ msgstr ""
8733
+
8734
+ #: languages/vue.php:2794
8735
+ msgid "View all Pro features"
8736
+ msgstr ""
8737
+
8738
+ #. Translators: Page number of total pages. 1 & 2 make the first part of the text bold.
8739
+ #: languages/vue.php:2798
8740
+ msgid "%1$sPage %3$s%2$s of %4$s"
8741
  msgstr ""
8742
 
8743
  #: languages/vue.php:2804
8744
+ msgid "Sartorial taxidermy venmo you probably haven't heard of them, tofu fingerstache ethical pickled hella ramps vice snackwave seitan typewriter tofu."
8745
  msgstr ""
8746
 
8747
  #: languages/vue.php:2807
8748
+ msgid "Austin typewriter heirloom distillery twee migas wayfarers. Fingerstache master cleanse quinoa humblebrag, iPhone taxidermy snackwave seitan typewriter tofu organic affogato kitsch. Artisan"
8749
  msgstr ""
8750
 
8751
  #: languages/vue.php:2810
8752
+ msgid "Color"
8753
  msgstr ""
8754
 
8755
  #: languages/vue.php:2813
8756
+ msgid "Size"
8757
  msgstr ""
8758
 
8759
  #: languages/vue.php:2816
8760
+ msgid "Title"
8761
  msgstr ""
8762
 
8763
  #: languages/vue.php:2819
8764
+ msgid "Label"
8765
+ msgstr ""
8766
+
8767
+ #: languages/vue.php:2822
8768
  msgid "Background"
8769
  msgstr ""
8770
 
8771
+ #: languages/vue.php:2825
8772
+ msgid "Border"
8773
+ msgstr ""
8774
+
8775
+ #: languages/vue.php:2828
8776
+ msgid "Icon"
8777
+ msgstr ""
8778
+
8779
  #: languages/vue.php:2831
8780
+ msgid "Pro version is required"
8781
  msgstr ""
8782
 
8783
+ #. Translators: Placeholder adds a link to the Custom Dimensions settings.
8784
+ #: languages/vue.php:2835
8785
+ msgid "Automatically add the top 5 Posts from the past 30 days to your Curated list of Posts using Custom Dimensions (Pro version required. %1$sUpgrade now%2$s)."
8786
  msgstr ""
8787
 
8788
+ #: languages/vue.php:2838
8789
+ msgid "Get weekly traffic reports directly in your inbox."
8790
  msgstr ""
8791
 
8792
+ #: languages/vue.php:2844
8793
+ msgid "Basic Options"
8794
  msgstr ""
8795
 
8796
+ #: languages/vue.php:2847
8797
+ msgid "Order Popular Posts by comments or shares with 3 simple theme choices."
8798
  msgstr ""
8799
 
8800
+ #: languages/vue.php:2850
8801
+ msgid "Dynamic Popular Posts & Popular Products"
8802
  msgstr ""
8803
 
8804
+ #: languages/vue.php:2853
8805
+ msgid "Display Popular Posts based on your actual traffic data from Google Analytics and choose from over 20 advanced themes. Display Popular WooCommerce products using widgets or Gutenberg blocks."
8806
  msgstr ""
8807
 
8808
+ #: languages/vue.php:2856
8809
+ msgid "Track and measure by the Author, Post Type, Category, Tag, SEO Score, Focus Keyword, Logged-in User, User ID and Published Time of each post and page"
8810
  msgstr ""
8811
 
8812
+ #. Translators: Adds a link to the documentation.
8813
+ #: languages/vue.php:2860
8814
+ msgid "Adds the Enhanced Link Attribution (retain link) code to improve the accuracy of your In-Page Analytics report by automatically differentiating between multiple links to the same URL on a single page by using link element IDs."
8815
  msgstr ""
8816
 
8817
+ #. Translators: Minimum and maximum number that can be used.
8818
+ #: languages/vue.php:2864
8819
+ msgid "Please enter a value between %1$s and %2$s"
8820
  msgstr ""
8821
 
8822
+ #. Translators: The minimum set value.
8823
+ #: languages/vue.php:2868
8824
+ msgid "Please enter a value higher than %s"
8825
  msgstr ""
8826
 
8827
+ #. Translators: The maximum set value.
8828
+ #: languages/vue.php:2872
8829
+ msgid "Please enter a value lower than %s"
8830
  msgstr ""
8831
 
8832
+ #: languages/vue.php:2875
8833
+ msgid "Please enter a number"
8834
  msgstr ""
8835
 
8836
+ #: languages/vue.php:2878
8837
+ msgid "Value has to be a round number"
 
8838
  msgstr ""
8839
 
8840
+ #: languages/vue.php:2881
8841
  msgid "SharedCount API Key"
8842
  msgstr ""
8843
 
8844
+ #: languages/vue.php:2884
8845
  msgid "Insert your sharedcount API key found in your %1$sSettings%2$s panel. After, click Start Indexing."
8846
  msgstr ""
8847
 
8848
+ #: languages/vue.php:2887
8849
  msgid "Start Indexing"
8850
  msgstr ""
8851
 
8852
+ #: languages/vue.php:2890
8853
  msgid "%1$sIndex Progress: %2$s%%.%3$s You may leave this page during indexing."
8854
  msgstr ""
8855
 
8856
+ #: languages/vue.php:2893
8857
  msgid "Indexing completed, counts will update automatically every day."
8858
  msgstr ""
8859
 
8860
+ #: languages/vue.php:2896
8861
+ msgid "You can add maximum 5 items."
 
 
 
 
8862
  msgstr ""
8863
 
8864
+ #: languages/vue.php:2899
8865
+ msgid "At least 0 item required."
8866
  msgstr ""
8867
 
8868
+ #: languages/vue.php:2902
8869
+ msgid "Site Speed Report"
8870
  msgstr ""
8871
 
8872
+ #: languages/vue.php:2905
8873
+ msgid "2020 Year in Review"
 
8874
  msgstr ""
8875
 
8876
+ #: languages/vue.php:2908
8877
+ msgid "Display Method"
 
8878
  msgstr ""
8879
 
8880
+ #: languages/vue.php:2911
8881
+ msgid "There are two ways to manual include the widget in your posts."
 
8882
  msgstr ""
8883
 
8884
+ #: languages/vue.php:2914
8885
+ msgid "Using the Gutenberg Block"
 
8886
  msgstr ""
8887
 
8888
+ #: languages/vue.php:2917
8889
+ msgid "Using the Shortcode"
8890
  msgstr ""
8891
 
8892
+ #: languages/vue.php:2920
8893
+ msgid "Learn how to insert the widget using Gutenberg blocks."
8894
  msgstr ""
8895
 
8896
+ #: languages/vue.php:2923
8897
+ msgid "Learn how to insert the widget using out Shortcode."
8898
  msgstr ""
8899
 
8900
+ #: languages/vue.php:2926
8901
+ msgid "%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using Gutenberg"
8902
  msgstr ""
8903
 
8904
+ #: languages/vue.php:2929
8905
+ msgid "%1$sStep 1%2$s - Click the “Add Block” icon while editing a Post or Page."
8906
  msgstr ""
8907
 
8908
+ #: languages/vue.php:2932
8909
+ msgid "%1$sStep 2%2$s - Search for “Inline Popular Posts by MonsterInsights”."
8910
  msgstr ""
8911
 
8912
+ #: languages/vue.php:2935
8913
+ msgid "%1$sStep 3%2$s - Style the widget using the Block Settings sidebar."
8914
  msgstr ""
8915
 
8916
+ #: languages/vue.php:2938
8917
+ msgid "Shortcode"
8918
  msgstr ""
8919
 
8920
+ #: languages/vue.php:2941
8921
+ msgid "Copy the shortcode and paste it into your Page and/or Post templates or using a shortcode plugin."
8922
  msgstr ""
8923
 
8924
+ #: languages/vue.php:2944
8925
+ msgid "Copy Shortcode"
8926
  msgstr ""
8927
 
8928
+ #: languages/vue.php:2947
8929
+ msgid "%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using our Shortcode"
8930
  msgstr ""
8931
 
8932
+ #: languages/vue.php:2950
8933
+ msgid "Our email summaries feature sends a weekly summary of the most important site analytics information."
8934
  msgstr ""
8935
 
8936
+ #: languages/vue.php:2953
8937
+ msgid "Download the analytics reports instantly from the WordPress dashboard as PDF files and share them with anyone."
 
8938
  msgstr ""
8939
 
8940
+ #: languages/vue.php:2956
8941
+ msgid "Unlock with %s"
8942
  msgstr ""
8943
 
8944
+ #: languages/vue.php:2959
8945
+ msgid "Only Show Posts from These Categories"
8946
  msgstr ""
8947
 
8948
+ #: languages/vue.php:2962
8949
+ msgid "Choose from which categories posts will be displayed in the widget. All categories will be used if left empty."
8950
  msgstr ""
8951
 
8952
+ #: languages/vue.php:2965
8953
+ msgid "Wide"
8954
  msgstr ""
8955
 
8956
+ #: languages/vue.php:2968
8957
+ msgid "Narrow"
8958
  msgstr ""
8959
 
8960
+ #: languages/vue.php:2971
8961
+ msgid "Automatic Placement"
8962
  msgstr ""
8963
 
8964
+ #: languages/vue.php:2974
8965
+ msgid "Display using Gutenberg Blocks"
8966
  msgstr ""
8967
 
8968
+ #: languages/vue.php:2977
8969
+ msgid "Embed Options"
8970
  msgstr ""
8971
 
8972
+ #: languages/vue.php:2980
8973
+ msgid "All Embed Options can be used in conjunction with one another."
8974
  msgstr ""
8975
 
8976
+ #: languages/vue.php:2983
8977
+ msgid "Using Automatic Embed"
8978
  msgstr ""
8979
 
8980
+ #: languages/vue.php:2986
8981
+ msgid "Learn how to insert the Popular Posts Widget into your posts and pages using Gutenberg Blocks. To style this widget, use the Gutenberg Block settings."
8982
  msgstr ""
8983
 
8984
+ #: languages/vue.php:2989
8985
+ msgid "Enabling Automatic Placement will include the Popular Posts Widget after the last paragraph of any and all posts that match your Behavior settings. To style this widget use the Customize Design panel above."
8986
  msgstr ""
8987
 
8988
+ #: languages/vue.php:2992
8989
+ msgid "Learn how to insert the Popular Posts Widget using a shortcode. To style this widget use the Customize Design panel above."
8990
  msgstr ""
8991
 
8992
+ #: languages/vue.php:2995
8993
+ msgid "%1$sWatch Video%2$s - How to Add the Popular Posts widget using Gutenberg"
8994
  msgstr ""
8995
 
8996
+ #: languages/vue.php:2998
8997
+ msgid "%1$sStep 2%2$s - Search forPopular Posts”."
8998
  msgstr ""
8999
 
9000
+ #: languages/vue.php:3001
9001
+ msgid "%1$sStep 1%2$s - Navigate to your Appearance > Widgets page using the menu on the left side your screen. Must be logged in as Admin."
9002
  msgstr ""
9003
 
9004
+ #: languages/vue.php:3004
9005
+ msgid "%1$sStep 2%2$s - On the left, under Available Widgets, look for the Popular Posts - MonsterInsights widget and drag it into the desired Sidebar on the right."
9006
  msgstr ""
9007
 
9008
+ #: languages/vue.php:3007
9009
+ msgid "%1$sStep 3%2$s - The widget options should automatically expand allowing you to customize the design."
9010
  msgstr ""
9011
 
9012
+ #: languages/vue.php:3010
9013
+ msgid "Display using a Shortcode"
9014
  msgstr ""
9015
 
9016
+ #: languages/vue.php:3013
9017
+ msgid "%1$sWatch Video%2$s - How to Add the Popular Posts widget using our Shortcode"
9018
  msgstr ""
9019
 
9020
+ #: languages/vue.php:3016
9021
+ msgid "Enable Automatic Placement"
9022
  msgstr ""
9023
 
9024
+ #: languages/vue.php:3019
9025
+ msgid "Display in a Sidebar"
9026
  msgstr ""
9027
 
9028
+ #: languages/vue.php:3022
9029
+ msgid "Learn how to insert the Popular Posts Widget into a Sidebar. To style this widget use the Customize Design panel above."
9030
  msgstr ""
9031
 
9032
+ #: languages/vue.php:3025
9033
+ msgid "Watch Video - How to Add the Popular Posts widget using Widgets"
 
9034
  msgstr ""
9035
 
9036
+ #: languages/vue.php:3028
9037
+ msgid "Author/Date"
 
9038
  msgstr ""
9039
 
9040
+ #: languages/vue.php:3040
9041
+ msgid "Choose which content you would like displayed in the widget."
9042
  msgstr ""
9043
 
9044
+ #: languages/vue.php:3052
9045
+ msgid "Comments"
9046
  msgstr ""
9047
 
9048
+ #: languages/vue.php:3058
9049
+ msgid "Choose how many posts you’d like displayed in the widget."
9050
  msgstr ""
9051
 
9052
+ #: languages/vue.php:3061
9053
+ msgid "Compatibility mode"
9054
  msgstr ""
9055
 
9056
+ #: languages/vue.php:3064
9057
+ msgid "Enable _gtagTracker Compatibility"
9058
  msgstr ""
9059
 
9060
+ #. Translators: Placeholder gets replaced with default GA js function.
9061
  #: languages/vue.php:3068
9062
+ msgid "This enables MonsterInsights to work with plugins that use %1$s and don't support %2$s"
9063
  msgstr ""
9064
 
9065
  #: languages/vue.php:3071
9066
+ msgid "Site Speed"
9067
  msgstr ""
9068
 
9069
  #: languages/vue.php:3074
9070
+ msgid "Export PDF Overview Report"
9071
  msgstr ""
9072
 
9073
  #: languages/vue.php:3077
9074
+ msgid "View notifications"
9075
  msgstr ""
9076
 
9077
  #: languages/vue.php:3080
9078
+ msgid "Your 2020 Year in Review is still calculating. Please check back later to see how your website performed last year."
9079
  msgstr ""
9080
 
9081
  #: languages/vue.php:3083
9082
+ msgid "Your 2020 Analytics Report"
 
 
 
 
9083
  msgstr ""
9084
 
9085
  #: languages/vue.php:3089
9086
+ msgid "January 1, 2020 - December 31, 2020"
9087
  msgstr ""
9088
 
9089
  #: languages/vue.php:3092
9090
+ msgid "A Tip for 2021"
9091
  msgstr ""
9092
 
9093
  #: languages/vue.php:3095
9094
+ msgid "A Tip For 2021"
9095
  msgstr ""
9096
 
9097
  #: languages/vue.php:3098
9098
+ msgid "Here's to an amazing 2021!"
9099
  msgstr ""
9100
 
9101
  #: languages/vue.php:3101
9102
+ msgid "Try our other popular WordPress plugins to grow your website in 2021."
9103
  msgstr ""
9104
 
9105
  #: languages/vue.php:3104
9106
+ msgid "Become a WordPress expert in 2021. Join our amazing communities and take your website to the next level."
9107
  msgstr ""
9108
 
9109
  #: languages/vue.php:3107
9110
+ msgid "Copyright MonsterInsights, 2021"
9111
+ msgstr ""
9112
+
9113
+ #: languages/vue.php:3110
9114
+ msgid "See the top Traffic Sources and Top Pages for the Month of %s in the Overview Report to replicate your success."
9115
+ msgstr ""
9116
+
9117
+ #. Translators: Number of minutes spent on site.
9118
+ #: languages/vue.php:3114
9119
+ msgid "Each visitor spent an average of %s minutes on your website in 2020."
9120
+ msgstr ""
9121
+
9122
+ #: languages/vue.php:3117
9123
+ msgid "Export PDF Report"
9124
+ msgstr ""
9125
+
9126
+ #: languages/vue.php:3120
9127
+ msgid "You can export PDF reports only in the PRO version."
9128
+ msgstr ""
9129
+
9130
+ #. Translators: Placeholder adds a line break.
9131
+ #: languages/vue.php:3124
9132
+ msgid "You can customize your %sdate range only in the PRO version."
9133
  msgstr ""
9134
 
9135
  #: googleanalytics.php:284
languages/vue.php CHANGED
@@ -10,10 +10,8 @@ $generated_i18n_strings = array(
10
  // Reference: src/plugins/monsterinsights-wizard-helper-plugin.js:13
11
  __( 'Loading settings', 'google-analytics-for-wordpress' ),
12
 
13
- // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:154
14
  // Reference: src/modules/reports/components/ReportReAuth.vue:45
15
  // Reference: src/modules/widget/components/WidgetReportError.vue:25
16
- // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:124
17
  __( 'Error', 'google-analytics-for-wordpress' ),
18
 
19
  // Reference: src/plugins/monsterinsights-frontend-helper-plugin.js:14
@@ -22,53 +20,53 @@ $generated_i18n_strings = array(
22
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:129
23
  __( 'Loading new report data', 'google-analytics-for-wordpress' ),
24
 
25
- // Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:53
26
  __( 'Please wait...', 'google-analytics-for-wordpress' ),
27
 
28
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:143
29
  /* Translators: Adds an arrow icon. */
30
  __( 'Continue %s', 'google-analytics-for-wordpress' ),
31
 
32
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:181
33
  __( 'Unlock the Publishers Report and Focus on the Content that Matters', 'google-analytics-for-wordpress' ),
34
 
35
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:182
36
  __( 'Stop guessing about what content your visitors are interested in. MonsterInsights Publisher Report shows you exactly which content gets the most visits, so you can analyze and optimize it for higher conversions.', 'google-analytics-for-wordpress' ),
37
 
38
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:185
39
  __( 'Unlock the Publishers Report and Focus on the Content That Matters', 'google-analytics-for-wordpress' ),
40
 
41
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:186
42
  __( 'Stop guessing about what content your visitors are interested in. The Publisher Report shows you exactly which content gets the most traffic, so you can analyze and optimize it for higher conversions.', 'google-analytics-for-wordpress' ),
43
 
44
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:189
45
  __( 'Unlock the eCommerce Report and See Your Important Store Metrics', 'google-analytics-for-wordpress' ),
46
 
47
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:190
48
  __( 'Increase your sales & revenue with insights. MonsterInsights answers all your top eCommerce questions using metrics like total revenue, conversion rate, average order value, top products, top referral sources and more.', 'google-analytics-for-wordpress' ),
49
 
50
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:193
51
  __( 'Unlock the Dimensions Report and Track Your Own Custom Data', 'google-analytics-for-wordpress' ),
52
 
53
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:194
54
  __( 'Decide what data is important using your own custom tracking parameters. The Dimensions report allows you to easily see what\'s working right inside your WordPress dashboard.', 'google-analytics-for-wordpress' ),
55
 
56
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:197
57
  __( 'Unlock the Forms Report and Improve Conversions', 'google-analytics-for-wordpress' ),
58
 
59
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:198
60
  __( 'Easily track your form views and conversions. The Forms Report allows you to see which forms are performing better and which forms have lower conversion rates so you can optimize using real data.', 'google-analytics-for-wordpress' ),
61
 
62
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:201
63
  __( 'Unlock the Search Console Report and See How People Find Your Website', 'google-analytics-for-wordpress' ),
64
 
65
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:202
66
  __( 'See exactly how people find your website, which keywords they searched for, how many times the results were viewed, and more.', 'google-analytics-for-wordpress' ),
67
 
68
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:205
69
  __( 'Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time', 'google-analytics-for-wordpress' ),
70
 
71
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:206
72
  __( 'Track the results of your marketing efforts and product launches as-it-happens right from your WordPress site. The Real-Time report allows you to view your traffic sources and visitors activity when you need it.', 'google-analytics-for-wordpress' ),
73
 
74
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:188
@@ -174,9 +172,12 @@ $generated_i18n_strings = array(
174
  __( 'Insights', 'google-analytics-for-wordpress' ),
175
 
176
  // Reference: src/modules/reports/routes/index.js:25
 
 
177
  __( 'Overview Report', 'google-analytics-for-wordpress' ),
178
 
179
  // Reference: src/modules/settings/components/SettingsFirstTImeNotice.vue:41
 
180
  __( 'Welcome to MonsterInsights', 'google-analytics-for-wordpress' ),
181
 
182
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:126
@@ -200,13 +201,15 @@ $generated_i18n_strings = array(
200
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:132
201
  __( 'See All Features', 'google-analytics-for-wordpress' ),
202
 
 
203
  // Reference: src/modules/reports/components/reports-overview/monsterinsights-ReportOverviewDatePicker-Lite.vue:51
204
  __( 'Upgrade to PRO', 'google-analytics-for-wordpress' ),
205
 
206
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:134
207
  __( 'per year', 'google-analytics-for-wordpress' ),
208
 
209
- // Reference: src/modules/addons/components/monsterinsights-AddonBlock.vue:97
 
210
  __( 'Upgrade Now', 'google-analytics-for-wordpress' ),
211
 
212
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:136
@@ -260,14 +263,14 @@ $generated_i18n_strings = array(
260
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:181
261
  __( 'Ecommerce Report', 'google-analytics-for-wordpress' ),
262
 
263
- // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:30
264
  __( 'Form Conversions', 'google-analytics-for-wordpress' ),
265
 
266
  // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:153
267
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabConversions-Lite.vue:35
268
  __( 'Custom Dimensions', 'google-analytics-for-wordpress' ),
269
 
270
- // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:29
271
  __( 'Author Tracking', 'google-analytics-for-wordpress' ),
272
 
273
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabConversions-Lite.vue:33
@@ -340,16 +343,13 @@ $generated_i18n_strings = array(
340
  /* Translators: Placeholder is replaced with WPForms. */
341
  __( 'Recommended Plugin: %s', 'google-analytics-for-wordpress' ),
342
 
343
- // Reference: src/modules/addons/components/monsterinsights-AddonBlock.vue:114
344
- // Reference: src/modules/addons/store/actions.js:49
345
  __( 'Install', 'google-analytics-for-wordpress' ),
346
 
347
- // Reference: src/modules/addons/components/monsterinsights-AddonBlock.vue:112
348
- // Reference: src/modules/addons/store/actions.js:49
349
  __( 'Activate', 'google-analytics-for-wordpress' ),
350
 
351
  // Reference: src/modules/frontend/components/FrontendNoAuth.vue:27
352
- // Reference: src/modules/wizard-onboarding/components/OnboardingAddon-Lite.vue:26
353
  __( 'Learn More', 'google-analytics-for-wordpress' ),
354
 
355
  // Reference: src/components/TheQuickLinks.vue:31
@@ -383,15 +383,12 @@ $generated_i18n_strings = array(
383
  __( 'There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating.', 'google-analytics-for-wordpress' ),
384
 
385
  // Reference: src/modules/reports/components/ReportReAuth.vue:21
386
- // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:47
387
  __( 'Reconnect MonsterInsights', 'google-analytics-for-wordpress' ),
388
 
389
  // Reference: src/modules/reports/components/ReportReAuth.vue:30
390
- // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:108
391
  __( 'Re-Authenticating', 'google-analytics-for-wordpress' ),
392
 
393
  // Reference: src/modules/reports/components/ReportReAuth.vue:47
394
- // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:126
395
  __( 'Ok', 'google-analytics-for-wordpress' ),
396
 
397
  // Reference: src/modules/widget/components/monsterinsights-WidgetSettings-Lite.vue:19
@@ -404,6 +401,7 @@ $generated_i18n_strings = array(
404
  // Reference: src/modules/reports/routes/index.js:33
405
  __( 'Publishers Report', 'google-analytics-for-wordpress' ),
406
 
 
407
  // Reference: src/modules/reports/routes/index.js:41
408
  __( 'eCommerce Report', 'google-analytics-for-wordpress' ),
409
 
@@ -413,10 +411,10 @@ $generated_i18n_strings = array(
413
  // Reference: src/modules/reports/routes/index.js:57
414
  __( 'Dimensions Report', 'google-analytics-for-wordpress' ),
415
 
416
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportForms-Lite.vue:25
417
  // Reference: src/modules/reports/routes/index.js:65
418
  __( 'Forms Report', 'google-analytics-for-wordpress' ),
419
 
 
420
  // Reference: src/modules/reports/routes/index.js:73
421
  __( 'Real-Time Report', 'google-analytics-for-wordpress' ),
422
 
@@ -425,13 +423,15 @@ $generated_i18n_strings = array(
425
  // Reference: src/modules/reports/routes/index.js:85
426
  __( '2019 Year in Review', 'google-analytics-for-wordpress' ),
427
 
428
- // Reference: src/modules/settings/routes/site.js:122
 
429
  __( 'About Us', 'google-analytics-for-wordpress' ),
430
 
431
- // Reference: src/modules/settings/routes/site.js:130
 
432
  __( 'Getting Started', 'google-analytics-for-wordpress' ),
433
 
434
- // Reference: src/modules/settings/routes/site.js:139
435
  __( 'Lite vs Pro', 'google-analytics-for-wordpress' ),
436
 
437
  // Reference: src/modules/settings/routes/site.js:35
@@ -440,7 +440,7 @@ $generated_i18n_strings = array(
440
  // Reference: src/modules/settings/routes/site.js:43
441
  __( 'Engagement', 'google-analytics-for-wordpress' ),
442
 
443
- // Reference: src/modules/settings/routes/site.js:51
444
  __( 'eCommerce', 'google-analytics-for-wordpress' ),
445
 
446
  // Reference: src/modules/settings/routes/site.js:59
@@ -452,10 +452,10 @@ $generated_i18n_strings = array(
452
  // Reference: src/modules/settings/routes/site.js:75
453
  __( 'Advanced', 'google-analytics-for-wordpress' ),
454
 
455
- // Reference: src/modules/settings/routes/site.js:92
456
  __( 'URL Builder', 'google-analytics-for-wordpress' ),
457
 
458
- // Reference: src/modules/settings/routes/site.js:100
459
  __( 'Import Export', 'google-analytics-for-wordpress' ),
460
 
461
  // Reference: src/modules/wizard-onboarding/components/TheWizardHeader.vue:24
@@ -545,19 +545,19 @@ $generated_i18n_strings = array(
545
  // Reference: src/modules/reports/components/ReportNoAuth.vue:26
546
  __( 'MonsterInsights makes it "effortless" for you to connect your site with Google Analytics and see reports right here in the WordPress dashboard.', 'google-analytics-for-wordpress' ),
547
 
548
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:98
549
  __( 'Launch Setup Wizard', 'google-analytics-for-wordpress' ),
550
 
551
  // Reference: src/modules/reports/components/ReportNoAuth.vue:28
552
  __( 'Please ask your webmaster to connect MonsterInsights to Google Analytics.', 'google-analytics-for-wordpress' ),
553
 
554
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportPublishers-Lite.vue:25
555
  __( 'Publishers', 'google-analytics-for-wordpress' ),
556
 
557
  // Reference: src/modules/reports/components/monsterinsights-ReportsNavigation.vue:46
558
  __( 'Search Console', 'google-analytics-for-wordpress' ),
559
 
560
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportDimensions-Lite.vue:22
561
  __( 'Dimensions', 'google-analytics-for-wordpress' ),
562
 
563
  // Reference: src/modules/reports/components/monsterinsights-ReportsNavigation.vue:48
@@ -652,13 +652,13 @@ $generated_i18n_strings = array(
652
  // Reference: src/modules/reports/store/actions.js:212
653
  __( 'Please wait', 'google-analytics-for-wordpress' ),
654
 
655
- // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:119
656
  __( 'activate', 'google-analytics-for-wordpress' ),
657
 
658
- // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:119
659
  __( 'install', 'google-analytics-for-wordpress' ),
660
 
661
- // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:127
662
  __( 'Visit addons page', 'google-analytics-for-wordpress' ),
663
 
664
  // Reference: src/modules/reports/store/actions.js:64
@@ -697,6 +697,7 @@ $generated_i18n_strings = array(
697
  __( 'Sessions', 'google-analytics-for-wordpress' ),
698
 
699
  // Reference: src/modules/frontend/components/monsterinsights-FrontendStatsGeneral.vue:31
 
700
  // Reference: src/modules/widget/components/reports/monsterinsights-WidgetReportOverview-Lite.vue:65
701
  __( 'Pageviews', 'google-analytics-for-wordpress' ),
702
 
@@ -719,29 +720,29 @@ $generated_i18n_strings = array(
719
  // Reference: src/modules/widget/components/WidgetReportsLink.vue:18
720
  __( 'Go to the Analytics Dashboard', 'google-analytics-for-wordpress' ),
721
 
722
- // Reference: src/modules/wizard-onboarding/components/inputs/monsterinsights-OnboardingLicense-Lite.vue:27
723
  __( 'License Key', 'google-analytics-for-wordpress' ),
724
 
725
  // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:47
726
  /* Translators: Add link to retrieve license key from account. */
727
  __( 'Add your MonsterInsights license key from the email receipt or account area. %1$sRetrieve your license key%2$s.', 'google-analytics-for-wordpress' ),
728
 
729
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:92
730
  __( 'Google Authentication', 'google-analytics-for-wordpress' ),
731
 
732
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:93
733
  __( 'Connect Google Analytics + WordPress', 'google-analytics-for-wordpress' ),
734
 
735
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:94
736
  __( 'You will be taken to the MonsterInsights website where you\'ll need to connect your Analytics account.', 'google-analytics-for-wordpress' ),
737
 
738
- // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:35
739
  __( 'Miscellaneous', 'google-analytics-for-wordpress' ),
740
 
741
- // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:37
742
  __( 'Hides plugin announcements and update details. This includes critical notices we use to inform about deprecations and important required configuration changes.', 'google-analytics-for-wordpress' ),
743
 
744
- // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:38
745
  __( 'Hide Announcements', 'google-analytics-for-wordpress' ),
746
 
747
  // Reference: src/modules/addons/monsterinsights-addons-Lite.vue:40
@@ -760,40 +761,36 @@ $generated_i18n_strings = array(
760
  /* Translators: Make text green. */
761
  __( 'Upgrade to Pro to unlock addons and other great features. As a valued MonsterInsights Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout!', 'google-analytics-for-wordpress' ),
762
 
763
- // Reference: src/modules/reports/components/upsells/ReportUpsellOverlay.vue:29
764
  __( 'Upgrade to MonsterInsights Pro', 'google-analytics-for-wordpress' ),
765
 
766
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:105
767
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:78
768
  /* Translators: placeholders make text small. */
769
  __( 'Yes (recommended) %1$s- Get the latest features, bugfixes, and security updates as they are released.%2$s', 'google-analytics-for-wordpress' ),
770
 
771
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:110
772
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:83
773
  /* Translators: placeholders make text small. */
774
  __( 'Minor only %1$s- Get bugfixes and security updates, but not major features.%2$s', 'google-analytics-for-wordpress' ),
775
 
776
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:115
777
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:88
778
  /* Translators: placeholders make text small. */
779
  __( 'None %1$s- Manually update everything.%2$s', 'google-analytics-for-wordpress' ),
780
 
781
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:81
782
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:95
783
  __( 'Automatic Updates', 'google-analytics-for-wordpress' ),
784
 
785
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:96
786
  __( 'Setup Wizard', 'google-analytics-for-wordpress' ),
787
 
788
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:97
789
  __( 'Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks).', 'google-analytics-for-wordpress' ),
790
 
791
  // Reference: src/modules/widget/components/reports/monsterinsights-WidgetReportOverview-Lite.vue:64
792
  /* Translators: Line break. */
793
  __( 'Unique %s Sessions', 'google-analytics-for-wordpress' ),
794
 
795
- // Reference: src/modules/widget/components/reports/monsterinsights-WidgetReportOverview-Lite.vue:67
796
- /* Translators: Line break. */
797
  __( 'Unique %s Pageviews', 'google-analytics-for-wordpress' ),
798
 
799
  // Reference: src/modules/widget/components/reports/monsterinsights-WidgetReportOverview-Lite.vue:68
@@ -1044,9 +1041,11 @@ $generated_i18n_strings = array(
1044
  // Reference: src/modules/about/components/monsterinsights-AboutTabGettingStarted.vue:84
1045
  __( 'More advanced features', 'google-analytics-for-wordpress' ),
1046
 
 
1047
  // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:57
1048
  __( 'Get MonsterInsights Pro Today and Unlock all the Powerful Features', 'google-analytics-for-wordpress' ),
1049
 
 
1050
  // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:59
1051
  /* Translators: Makes text green. */
1052
  __( 'Bonus: MonsterInsights Lite users get %1$s50%% off regular price%2$s, automatically applied at checkout.', 'google-analytics-for-wordpress' ),
@@ -1264,7 +1263,7 @@ $generated_i18n_strings = array(
1264
  __( 'Average Age', 'google-analytics-for-wordpress' ),
1265
 
1266
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:106
1267
- // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:285
1268
  __( 'Behavior', 'google-analytics-for-wordpress' ),
1269
 
1270
  // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:286
@@ -1540,7 +1539,7 @@ $generated_i18n_strings = array(
1540
  // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:141
1541
  __( 'View Top Landing/Exit Pages, Top Links, Demographics & Interests data and more', 'google-analytics-for-wordpress' ),
1542
 
1543
- // Reference: src/modules/addons/components/monsterinsights-AddonBlock.vue:84
1544
  __( 'Not Available', 'google-analytics-for-wordpress' ),
1545
 
1546
  // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:157
@@ -1787,7 +1786,7 @@ $generated_i18n_strings = array(
1787
  __( 'Can\'t deauthenticate. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
1788
 
1789
  // Reference: src/modules/license/api/index.js:149
1790
- // Reference: src/modules/settings/api/index.js:23
1791
  __( 'You appear to be offline.', 'google-analytics-for-wordpress' ),
1792
 
1793
  // Reference: src/modules/settings/api/index.js:73
@@ -1889,7 +1888,7 @@ $generated_i18n_strings = array(
1889
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWpforms.vue:45
1890
  __( 'Continue & Install WPForms', 'google-analytics-for-wordpress' ),
1891
 
1892
- // Reference: src/modules/addons/components/monsterinsights-AddonBlock.vue:106
1893
  __( 'Installing...', 'google-analytics-for-wordpress' ),
1894
 
1895
  // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepSuccess.vue:31
@@ -1942,7 +1941,7 @@ $generated_i18n_strings = array(
1942
  // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:75
1943
  __( 'Warning: If you use a manual UA code, you won\'t be able to use any of the reporting and some of the tracking features. Your UA code should look like UA-XXXXXX-XX where the X\'s are numbers.', 'google-analytics-for-wordpress' ),
1944
 
1945
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:55
1946
  __( 'Save and Continue', 'google-analytics-for-wordpress' ),
1947
 
1948
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:81
@@ -2032,13 +2031,13 @@ $generated_i18n_strings = array(
2032
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:92
2033
  __( 'Enhanced Link Attribution is enabled the moment you set up MonsterInsights', 'google-analytics-for-wordpress' ),
2034
 
2035
- // Reference: src/modules/addons/components/monsterinsights-AddonBlock.vue:100
2036
  __( 'Activating...', 'google-analytics-for-wordpress' ),
2037
 
2038
- // Reference: src/modules/addons/components/monsterinsights-AddonBlock.vue:103
2039
  __( 'Deactivating...', 'google-analytics-for-wordpress' ),
2040
 
2041
- // Reference: src/modules/addons/components/monsterinsights-AddonBlock.vue:109
2042
  __( 'Deactivate', 'google-analytics-for-wordpress' ),
2043
 
2044
  // Reference: src/modules/addons/components/monsterinsights-AddonBlock.vue:43
@@ -2076,6 +2075,7 @@ $generated_i18n_strings = array(
2076
  // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:28
2077
  __( 'Banner Ads', 'google-analytics-for-wordpress' ),
2078
 
 
2079
  // Reference: src/modules/settings/components/input/tab-publisher/monsterinsights-SettingsInputAmp-Lite.vue:22
2080
  __( 'Google AMP', 'google-analytics-for-wordpress' ),
2081
 
@@ -2146,7 +2146,9 @@ $generated_i18n_strings = array(
2146
  // Reference: src/modules/settings/components/input/SettingsInputText.vue:47
2147
  __( 'The value entered does not match the required format', 'google-analytics-for-wordpress' ),
2148
 
2149
- // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputPdfReports-Lite.vue:16
 
 
2150
  __( 'Upgrade', 'google-analytics-for-wordpress' ),
2151
 
2152
  // Reference: src/modules/settings/components/input/tab-engagement/SettingsInputEUCompliance-Lite.vue:27
@@ -2205,16 +2207,16 @@ $generated_i18n_strings = array(
2205
  /* Translators: Make text green. */
2206
  __( 'Upgrade to Pro and unlock addons and other great features. %1$sSave 50%% automatically!%2$s', 'google-analytics-for-wordpress' ),
2207
 
2208
- // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:39
2209
  __( 'Usage Tracking', 'google-analytics-for-wordpress' ),
2210
 
2211
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputUsageTracking-Lite.vue:28
2212
  __( 'Allow Usage Tracking', 'google-analytics-for-wordpress' ),
2213
 
2214
- // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:40
2215
  __( 'By allowing us to track usage data we can better help you because we know with which WordPress configurations, themes and plugins we should test.', 'google-analytics-for-wordpress' ),
2216
 
2217
- // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:43
2218
  /* Translators: Add links to documentation. */
2219
  __( 'Complete documentation on usage tracking is available %1$shere%2$s.', 'google-analytics-for-wordpress' ),
2220
 
@@ -2260,7 +2262,7 @@ $generated_i18n_strings = array(
2260
  // Reference: src/modules/reports/components/ReportInfobox.vue:56
2261
  __( 'No change', 'google-analytics-for-wordpress' ),
2262
 
2263
- // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:79
2264
  __( 'Authenticating', 'google-analytics-for-wordpress' ),
2265
 
2266
  // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:170
@@ -2275,7 +2277,7 @@ $generated_i18n_strings = array(
2275
  // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:221
2276
  __( 'You\'ve disconnected your site from MonsterInsights. Your site is no longer being tracked by Google Analytics and you won\'t see reports anymore.', 'google-analytics-for-wordpress' ),
2277
 
2278
- // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:46
2279
  __( 'Connect MonsterInsights', 'google-analytics-for-wordpress' ),
2280
 
2281
  // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:68
@@ -2287,10 +2289,10 @@ $generated_i18n_strings = array(
2287
  // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:71
2288
  __( 'Active Profile', 'google-analytics-for-wordpress' ),
2289
 
2290
- // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:50
2291
  __( 'Your website profile has been set at the network level of your WordPress Multisite.', 'google-analytics-for-wordpress' ),
2292
 
2293
- // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:51
2294
  __( 'If you would like to use a different profile for this subsite, you can authenticate below.', 'google-analytics-for-wordpress' ),
2295
 
2296
  // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:76
@@ -2329,8 +2331,7 @@ $generated_i18n_strings = array(
2329
  // Reference: src/components/TheAppFTPForm.vue:99
2330
  __( 'Cancel', 'google-analytics-for-wordpress' ),
2331
 
2332
- // Reference: src/modules/reports/components/monsterinsights-ReportsPagination.vue:29
2333
- // Reference: src/modules/reports/components/reports-year-in-review/ReportYearInReviewListBox.vue:38
2334
  __( 'Show', 'google-analytics-for-wordpress' ),
2335
 
2336
  // Reference: src/modules/settings/components/input/SettingsInputSelect.vue:62
@@ -2389,10 +2390,28 @@ $generated_i18n_strings = array(
2389
  /* Translators: Placeholders are used for making text bold and adding a link. */
2390
  __( 'You\'re using %1$s%2$s Lite%3$s. To unlock more features consider %4$supgrading to Pro%5$s.', 'google-analytics-for-wordpress' ),
2391
 
2392
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:209
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2393
  __( 'Unlock the Site Speed Report and Improve the Performance of Your Site', 'google-analytics-for-wordpress' ),
2394
 
2395
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:210
2396
  __( 'See How Your Homepage Performs According to Google’s Own Criteria and See How You Can Improve to Increase Your Ranking', 'google-analytics-for-wordpress' ),
2397
 
2398
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:318
@@ -2407,24 +2426,6 @@ $generated_i18n_strings = array(
2407
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:321
2408
  __( 'Learn How to Improve the Core Metrics that Google Uses to Rank Your Site', 'google-analytics-for-wordpress' ),
2409
 
2410
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:223
2411
- __( 'Today', 'google-analytics-for-wordpress' ),
2412
-
2413
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemePreview.vue:67
2414
- __( 'Yesterday', 'google-analytics-for-wordpress' ),
2415
-
2416
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:235
2417
- __( 'Last Week', 'google-analytics-for-wordpress' ),
2418
-
2419
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:241
2420
- __( 'Last Month', 'google-analytics-for-wordpress' ),
2421
-
2422
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:247
2423
- __( 'Last 7 days', 'google-analytics-for-wordpress' ),
2424
-
2425
- // Reference: src/modules/reports/components/reports-overview/monsterinsights-ReportOverviewDatePicker-Lite.vue:48
2426
- __( 'Last 30 days', 'google-analytics-for-wordpress' ),
2427
-
2428
  // Reference: src/plugins/monsterinsights-compatibility-plugin.js:27
2429
  /* Translators: Current WordPress version. */
2430
  __( 'MonsterInsights has detected that your site is running an outdated version of WordPress (%s). MonsterInsights will stop supporting WordPress versions lower than 4.9 in 2020. Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install.', 'google-analytics-for-wordpress' ),
@@ -2455,12 +2456,6 @@ $generated_i18n_strings = array(
2455
  // Reference: src/modules/settings/routes/site.js:180
2456
  __( 'Settings', 'google-analytics-for-wordpress' ),
2457
 
2458
- // Reference: src/modules/reports/routes/index.js:81
2459
- __( 'Site Speed Report', 'google-analytics-for-wordpress' ),
2460
-
2461
- // Reference: src/modules/reports/routes/index.js:94
2462
- __( '2020 Year in Review', 'google-analytics-for-wordpress' ),
2463
-
2464
  // Reference: src/modules/notifications/components/monsterinsights-Notifications.vue:75
2465
  __( 'Inbox', 'google-analytics-for-wordpress' ),
2466
 
@@ -2482,61 +2477,53 @@ $generated_i18n_strings = array(
2482
  // Reference: src/modules/notifications/components/monsterinsights-Notifications.vue:81
2483
  __( 'No Notifications', 'google-analytics-for-wordpress' ),
2484
 
2485
- // Reference: src/modules/reports/store/actions.js:90
2486
- __( 'Go Back To Reports', 'google-analytics-for-wordpress' ),
2487
-
2488
- // Reference: src/modules/reports/store/actions.js:91
2489
- __( 'Enable Enhanced eCommerce', 'google-analytics-for-wordpress' ),
2490
-
2491
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:76
2492
- /* Translators: Adds a link to the documentation. */
2493
- __( 'Adds the Enhanced Link Attribution (retain link) code to improve the accuracy of your In-Page Analytics report by automatically differentiating between multiple links to the same URL on a single page by using link element IDs.', 'google-analytics-for-wordpress' ),
2494
 
2495
- // Reference: src/modules/tools/components/monsterinsights-ToolsTabImportExport.vue:44
2496
- __( 'Import settings from another MonsterInsights website.', 'google-analytics-for-wordpress' ),
2497
 
2498
- // Reference: src/modules/tools/components/monsterinsights-ToolsTabImportExport.vue:46
2499
- __( 'Export settings to import into another MonsterInsights install.', 'google-analytics-for-wordpress' ),
2500
 
2501
- // Reference: src/modules/tools/components/monsterinsights-ToolsTabUrlBuilder.vue:189
2502
- __( 'Copy to Pretty Links', 'google-analytics-for-wordpress' ),
2503
 
2504
- // Reference: src/modules/tools/components/monsterinsights-ToolsTabUrlBuilder.vue:190
2505
- __( 'Make your campaign links prettier!', 'google-analytics-for-wordpress' ),
2506
 
2507
- // Reference: src/modules/tools/components/monsterinsights-ToolsTabUrlBuilder.vue:191
2508
- __( 'Pretty Links turns those ugly, long campaign links into clean, memorable, speakable and totally shareable links.', 'google-analytics-for-wordpress' ),
2509
 
2510
- // Reference: src/modules/tools/components/monsterinsights-ToolsTabUrlBuilder.vue:192
2511
- __( 'Download Pretty Links', 'google-analytics-for-wordpress' ),
2512
 
2513
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:121
2514
- __( 'Headline Analyzer', 'google-analytics-for-wordpress' ),
2515
 
2516
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:128
2517
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:64
2518
- __( 'Email Summaries', 'google-analytics-for-wordpress' ),
2519
 
2520
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:131
2521
- __( 'Get weekly traffic reports directly in your inbox.', 'google-analytics-for-wordpress' ),
2522
 
2523
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:144
2524
- __( 'Popular Posts', 'google-analytics-for-wordpress' ),
2525
 
2526
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:147
2527
- __( 'Basic Options', 'google-analytics-for-wordpress' ),
2528
 
2529
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:148
2530
- __( 'Order Popular Posts by comments or shares with 3 simple theme choices.', 'google-analytics-for-wordpress' ),
2531
 
2532
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:149
2533
- __( 'Dynamic Popular Posts & Popular Products', 'google-analytics-for-wordpress' ),
2534
 
2535
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:150
2536
- __( 'Display Popular Posts based on your actual traffic data from Google Analytics and choose from over 20 advanced themes. Display Popular WooCommerce products using widgets or Gutenberg blocks.', 'google-analytics-for-wordpress' ),
2537
 
2538
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:158
2539
- __( 'Track and measure by the Author, Post Type, Category, Tag, SEO Score, Focus Keyword, Logged-in User, User ID and Published Time of each post and page', 'google-analytics-for-wordpress' ),
2540
 
2541
  // Reference: src/modules/tools/components/monsterinsights-ToolsPrettyLinksFlow.vue:83
2542
  __( 'Make your MonsterInsights campaign links prettier with Pretty Links!', 'google-analytics-for-wordpress' ),
@@ -2556,6 +2543,9 @@ $generated_i18n_strings = array(
2556
  // Reference: src/modules/tools/components/monsterinsights-ToolsPrettyLinksFlow.vue:88
2557
  __( 'Pretty Links Installed & Activated', 'google-analytics-for-wordpress' ),
2558
 
 
 
 
2559
  // Reference: src/modules/tools/components/monsterinsights-ToolsPrettyLinksFlow.vue:90
2560
  __( 'Install Pretty Links from the WordPress.org plugin repository.', 'google-analytics-for-wordpress' ),
2561
 
@@ -2574,25 +2564,24 @@ $generated_i18n_strings = array(
2574
  // Reference: src/modules/tools/components/monsterinsights-ToolsPrettyLinksFlow.vue:95
2575
  __( 'Grab your campaign link and paste it into the Target URL field.', 'google-analytics-for-wordpress' ),
2576
 
2577
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabPublisher.vue:68
2578
- __( 'The MonsterInsights Headline Analyzer tool in the Gutenberg editor enables you to write irresistible SEO-friendly headlines that drive traffic, social media shares, and rank better in search results.', 'google-analytics-for-wordpress' ),
2579
-
2580
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabPublisher.vue:69
2581
- __( 'Disable the Headline Analyzer', 'google-analytics-for-wordpress' ),
2582
-
2583
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:105
 
2584
  __( 'Choose Theme', 'google-analytics-for-wordpress' ),
2585
 
2586
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:107
 
2587
  __( 'Widget Styling', 'google-analytics-for-wordpress' ),
2588
 
2589
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:108
 
2590
  __( 'Choose how you want to determine the colors, font sizes and spacing of the widget.', 'google-analytics-for-wordpress' ),
2591
 
2592
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:109
 
2593
  __( 'Sort By', 'google-analytics-for-wordpress' ),
2594
 
2595
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:110
 
2596
  __( 'Choose how you\'d like the widget to determine your popular posts.', 'google-analytics-for-wordpress' ),
2597
 
2598
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:111
@@ -2608,23 +2597,29 @@ $generated_i18n_strings = array(
2608
  __( 'Choose where in the post body the widget will be placed.', 'google-analytics-for-wordpress' ),
2609
 
2610
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:115
 
2611
  __( 'Include in Post Types', 'google-analytics-for-wordpress' ),
2612
 
2613
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:116
 
2614
  __( 'Exclude from specific posts', 'google-analytics-for-wordpress' ),
2615
 
2616
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:118
 
2617
  /* Translators: Placeholders make the text bold. */
2618
  __( 'Choose which Post Types the widget %1$sWILL%2$s be placed.', 'google-analytics-for-wordpress' ),
2619
 
2620
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:120
 
2621
  /* Translators: Placeholders make the text bold. */
2622
  __( 'Choose from which Posts the widget %1$sWILL NOT%2$s be placed.', 'google-analytics-for-wordpress' ),
2623
 
2624
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:109
 
2625
  __( 'Customize Design', 'google-analytics-for-wordpress' ),
2626
 
2627
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:122
 
2628
  __( 'Loading Themes', 'google-analytics-for-wordpress' ),
2629
 
2630
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:123
@@ -2634,22 +2629,27 @@ $generated_i18n_strings = array(
2634
  __( 'Please select at least one post to display.', 'google-analytics-for-wordpress' ),
2635
 
2636
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:129
 
2637
  /* Translators: placeholders make text small. */
2638
  __( 'Default Styles %1$s- As seen above.%2$s', 'google-analytics-for-wordpress' ),
2639
 
2640
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:134
 
2641
  /* Translators: placeholders make text small. */
2642
  __( 'No Styles %1$s- Use your own CSS.%2$s', 'google-analytics-for-wordpress' ),
2643
 
2644
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:141
 
2645
  /* Translators: placeholders make text small. */
2646
  __( 'Comments %1$s- Randomly rotate your most commented on posts from the past 30 days.%2$s', 'google-analytics-for-wordpress' ),
2647
 
2648
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:146
 
2649
  /* Translators: placeholders make text small. */
2650
  __( 'SharedCount %1$s- Connect with your SharedCount account to determine popular posts by share count.%2$s', 'google-analytics-for-wordpress' ),
2651
 
2652
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:151
 
2653
  /* Translators: placeholders make text small. */
2654
  __( 'Curated %1$s- Choose the posts which will randomly rotate in the widget.%2$s', 'google-analytics-for-wordpress' ),
2655
 
@@ -2661,42 +2661,6 @@ $generated_i18n_strings = array(
2661
  /* Translators: placeholders make text small. */
2662
  __( 'Manual %1$s- Manually place the widget using Gutenberg blocks or using our shortcode.%2$s', 'google-analytics-for-wordpress' ),
2663
 
2664
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:65
2665
- __( 'Export PDF Reports', 'google-analytics-for-wordpress' ),
2666
-
2667
- // Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:45
2668
- __( 'Caching', 'google-analytics-for-wordpress' ),
2669
-
2670
- // Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:46
2671
- __( 'Enable Data Caching', 'google-analytics-for-wordpress' ),
2672
-
2673
- // Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:47
2674
- __( 'Refresh Cache Every', 'google-analytics-for-wordpress' ),
2675
-
2676
- // Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:48
2677
- __( 'Choose how often to refresh the cache.', 'google-analytics-for-wordpress' ),
2678
-
2679
- // Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:49
2680
- __( 'Enable Ajaxify', 'google-analytics-for-wordpress' ),
2681
-
2682
- // Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:50
2683
- __( 'Ajaxify Widget', 'google-analytics-for-wordpress' ),
2684
-
2685
- // Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:51
2686
- __( 'Use to bypass page caching.', 'google-analytics-for-wordpress' ),
2687
-
2688
- // Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:52
2689
- __( 'Empty Cache', 'google-analytics-for-wordpress' ),
2690
-
2691
- // Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:54
2692
- __( 'Click to manually wipe the cache right now.', 'google-analytics-for-wordpress' ),
2693
-
2694
- // Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:88
2695
- __( 'Popular posts cache emptied', 'google-analytics-for-wordpress' ),
2696
-
2697
- // Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:92
2698
- __( 'Error emptying the popular posts cache. Please try again.', 'google-analytics-for-wordpress' ),
2699
-
2700
  // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:106
2701
  __( 'Display Title', 'google-analytics-for-wordpress' ),
2702
 
@@ -2706,11 +2670,23 @@ $generated_i18n_strings = array(
2706
  // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:108
2707
  __( 'Title your widget and set it’s display preferences.', 'google-analytics-for-wordpress' ),
2708
 
2709
- // Reference: src/modules/reports/components/reports/monsterinsights-SiteSpeed-Lite.vue:23
2710
- __( 'Site Speed', 'google-analytics-for-wordpress' ),
2711
 
2712
- // Reference: src/modules/notifications/components/NotificationsIndicator.vue:19
2713
- __( 'View notifications', 'google-analytics-for-wordpress' ),
 
 
 
 
 
 
 
 
 
 
 
 
2714
 
2715
  // Reference: src/modules/popular-posts/components/input/PopularPostsCacheInterval-Lite.vue:14
2716
  __( 'Days', 'google-analytics-for-wordpress' ),
@@ -2734,6 +2710,7 @@ $generated_i18n_strings = array(
2734
  // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:112
2735
  __( 'Close', 'google-analytics-for-wordpress' ),
2736
 
 
2737
  // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:48
2738
  __( 'Add Top 5 Posts from Google Analytics', 'google-analytics-for-wordpress' ),
2739
 
@@ -2747,6 +2724,7 @@ $generated_i18n_strings = array(
2747
  /* Translators: Placeholder adds a link to the Popular Posts GA setup instructions doc. */
2748
  __( 'Click this button to run a series of checks that will confirm your setup is completed to load Popular Posts from Google Analytics.', 'google-analytics-for-wordpress' ),
2749
 
 
2750
  // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:53
2751
  __( 'Automated + Curated', 'google-analytics-for-wordpress' ),
2752
 
@@ -2761,30 +2739,6 @@ $generated_i18n_strings = array(
2761
  // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:95
2762
  __( 'Verifying Popular Posts data', 'google-analytics-for-wordpress' ),
2763
 
2764
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetCategory-Lite.vue:24
2765
- __( 'Only Show Posts from These Categories', 'google-analytics-for-wordpress' ),
2766
-
2767
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetCategory-Lite.vue:25
2768
- __( 'Choose from which categories posts will be displayed in the widget. All categories will be used if left empty.', 'google-analytics-for-wordpress' ),
2769
-
2770
- // Reference: src/modules/settings/components/input/SettingsInputRepeater.vue:54
2771
- __( 'You can add maximum 5 items.', 'google-analytics-for-wordpress' ),
2772
-
2773
- // Reference: src/modules/settings/components/input/SettingsInputRepeater.vue:58
2774
- __( 'At least 0 item required.', 'google-analytics-for-wordpress' ),
2775
-
2776
- // Reference: src/modules/popular-posts/components/PopularPostsProductsUpsell.vue:19
2777
- __( 'This feature requires MonsterInsights Pro', 'google-analytics-for-wordpress' ),
2778
-
2779
- // Reference: src/modules/popular-posts/components/PopularPostsProductsUpsell.vue:20
2780
- __( 'By upgrading you will also get access to advanced eCommerce tracking, Custom Dimensions and more.', 'google-analytics-for-wordpress' ),
2781
-
2782
- // Reference: src/modules/popular-posts/components/PopularPostsProductsUpsell.vue:21
2783
- __( 'Upgrade to Pro and Unlock Popular Products', 'google-analytics-for-wordpress' ),
2784
-
2785
- // Reference: src/modules/popular-posts/components/PopularPostsProductsUpsell.vue:22
2786
- __( 'View all Pro features', 'google-analytics-for-wordpress' ),
2787
-
2788
  // Reference: src/modules/popular-posts/components/input/PopularPostsPostsPicker.vue:45
2789
  __( 'Select posts/search', 'google-analytics-for-wordpress' ),
2790
 
@@ -2797,69 +2751,11 @@ $generated_i18n_strings = array(
2797
  // Reference: src/modules/popular-posts/components/input/PopularPostsPostsPicker.vue:92
2798
  __( 'Can\'t load posts.', 'google-analytics-for-wordpress' ),
2799
 
2800
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:104
2801
- __( 'Title', 'google-analytics-for-wordpress' ),
2802
-
2803
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:102
2804
- __( 'Color', 'google-analytics-for-wordpress' ),
2805
-
2806
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:103
2807
- __( 'Size', 'google-analytics-for-wordpress' ),
2808
-
2809
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:107
2810
- __( 'Border', 'google-analytics-for-wordpress' ),
2811
-
2812
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:141
2813
- __( 'Author/Date', 'google-analytics-for-wordpress' ),
2814
-
2815
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:105
2816
- __( 'Label', 'google-analytics-for-wordpress' ),
2817
-
2818
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:106
2819
- __( 'Background', 'google-analytics-for-wordpress' ),
2820
-
2821
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:144
2822
- __( 'Wide-Layout Options', 'google-analytics-for-wordpress' ),
2823
-
2824
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:145
2825
- __( 'Adjust the number of columns displayed when the widget is placed in a wide container.', 'google-analytics-for-wordpress' ),
2826
-
2827
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:146
2828
- __( 'Display Options', 'google-analytics-for-wordpress' ),
2829
-
2830
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:147
2831
- __( 'Choose which content you would like displayed in the widget.', 'google-analytics-for-wordpress' ),
2832
-
2833
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:148
2834
- __( 'Display Author', 'google-analytics-for-wordpress' ),
2835
-
2836
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:149
2837
- __( 'Display Date', 'google-analytics-for-wordpress' ),
2838
-
2839
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:150
2840
- __( 'Display Comments', 'google-analytics-for-wordpress' ),
2841
-
2842
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:151
2843
- __( 'Comments', 'google-analytics-for-wordpress' ),
2844
-
2845
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:152
2846
- __( 'Post Count', 'google-analytics-for-wordpress' ),
2847
-
2848
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:153
2849
- __( 'Choose how many posts you’d like displayed in the widget.', 'google-analytics-for-wordpress' ),
2850
-
2851
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:99
2852
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemePreview.vue:60
2853
- __( 'Theme Preview', 'google-analytics-for-wordpress' ),
2854
-
2855
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemePreview.vue:61
2856
- __( 'Wide', 'google-analytics-for-wordpress' ),
2857
-
2858
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemePreview.vue:62
2859
- __( 'Narrow', 'google-analytics-for-wordpress' ),
2860
 
2861
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:265
2862
- __( 'Export PDF Overview Report', 'google-analytics-for-wordpress' ),
2863
 
2864
  // Reference: src/modules/popular-posts/components/input/PopularPostsMultipleEntries-Lite.vue:21
2865
  __( 'Multiple Entries', 'google-analytics-for-wordpress' ),
@@ -2882,32 +2778,53 @@ $generated_i18n_strings = array(
2882
  // Reference: src/modules/popular-posts/components/input/PopularPostsMultipleEntries-Lite.vue:27
2883
  __( 'Choose the minimum word count for a Post to have multiple entries.', 'google-analytics-for-wordpress' ),
2884
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2885
  // Reference: src/modules/popular-posts/components/input/PopularPostsThemePicker.vue:70
2886
  /* Translators: Page number of total pages. 1 & 2 make the first part of the text bold. */
2887
  __( '%1$sPage %3$s%2$s of %4$s', 'google-analytics-for-wordpress' ),
2888
 
2889
- // Reference: src/modules/popular-posts/components/input/PopularPostsSharedCount.vue:31
2890
- __( 'SharedCount API Key', 'google-analytics-for-wordpress' ),
2891
 
2892
- // Reference: src/modules/popular-posts/components/input/PopularPostsSharedCount.vue:32
2893
- __( 'Insert your sharedcount API key found in your %1$sSettings%2$s panel. After, click Start Indexing.', 'google-analytics-for-wordpress' ),
2894
 
2895
- // Reference: src/modules/popular-posts/components/input/PopularPostsSharedCount.vue:33
2896
- __( 'Start Indexing', 'google-analytics-for-wordpress' ),
2897
 
2898
- // Reference: src/modules/popular-posts/components/input/PopularPostsSharedCount.vue:37
2899
- __( '%1$sIndex Progress: %2$s%%.%3$s You may leave this page during indexing.', 'google-analytics-for-wordpress' ),
2900
 
2901
- // Reference: src/modules/popular-posts/components/input/PopularPostsSharedCount.vue:38
2902
- __( 'Indexing completed, counts will update automatically every day.', 'google-analytics-for-wordpress' ),
2903
 
2904
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:100
2905
- __( 'Sartorial taxidermy venmo you probably haven\'t heard of them, tofu fingerstache ethical pickled hella ramps vice snackwave seitan typewriter tofu.', 'google-analytics-for-wordpress' ),
2906
 
2907
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:101
2908
- __( 'Austin typewriter heirloom distillery twee migas wayfarers. Fingerstache master cleanse quinoa humblebrag, iPhone taxidermy snackwave seitan typewriter tofu organic affogato kitsch. Artisan', 'google-analytics-for-wordpress' ),
 
 
 
 
 
 
2909
 
2910
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:108
2911
  __( 'Icon', 'google-analytics-for-wordpress' ),
2912
 
2913
  // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Lite.vue:29
@@ -2917,6 +2834,31 @@ $generated_i18n_strings = array(
2917
  /* Translators: Placeholder adds a link to the Custom Dimensions settings. */
2918
  __( 'Automatically add the top 5 Posts from the past 30 days to your Curated list of Posts using Custom Dimensions (Pro version required. %1$sUpgrade now%2$s).', 'google-analytics-for-wordpress' ),
2919
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2920
  // Reference: src/modules/settings/components/input/SettingsInputNumber.vue:58
2921
  /* Translators: Minimum and maximum number that can be used. */
2922
  __( 'Please enter a value between %1$s and %2$s', 'google-analytics-for-wordpress' ),
@@ -2935,63 +2877,32 @@ $generated_i18n_strings = array(
2935
  // Reference: src/modules/settings/components/input/SettingsInputNumber.vue:64
2936
  __( 'Value has to be a round number', 'google-analytics-for-wordpress' ),
2937
 
2938
- // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:260
2939
- __( 'Your 2020 Year in Review is still calculating. Please check back later to see how your website performed last year.', 'google-analytics-for-wordpress' ),
2940
-
2941
- // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:262
2942
- __( 'Your 2020 Analytics Report', 'google-analytics-for-wordpress' ),
2943
-
2944
- // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:264
2945
- __( 'See how your website performed this year and find tips along the way to help grow even more in 2021!', 'google-analytics-for-wordpress' ),
2946
-
2947
- // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:274
2948
- __( 'January 1, 2020 - December 31, 2020', 'google-analytics-for-wordpress' ),
2949
-
2950
- // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:275
2951
- __( 'A Tip for 2021', 'google-analytics-for-wordpress' ),
2952
-
2953
- // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:291
2954
- __( 'A Tip For 2021', 'google-analytics-for-wordpress' ),
2955
-
2956
- // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:308
2957
- __( 'Here\'s to an amazing 2021!', 'google-analytics-for-wordpress' ),
2958
-
2959
- // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:315
2960
- __( 'Try our other popular WordPress plugins to grow your website in 2021.', 'google-analytics-for-wordpress' ),
2961
-
2962
- // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:317
2963
- __( 'Become a WordPress expert in 2021. Join our amazing communities and take your website to the next level.', 'google-analytics-for-wordpress' ),
2964
-
2965
- // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:326
2966
- __( 'Copyright MonsterInsights, 2021', 'google-analytics-for-wordpress' ),
2967
-
2968
- // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:373
2969
- __( 'See the top Traffic Sources and Top Pages for the Month of %s in the Overview Report to replicate your success.', 'google-analytics-for-wordpress' ),
2970
 
2971
- // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:459
2972
- /* Translators: Number of minutes spent on site. */
2973
- __( 'Each visitor spent an average of %s minutes on your website in 2020.', 'google-analytics-for-wordpress' ),
2974
 
2975
- // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputPdfReports-Lite.vue:17
2976
- __( 'Download the analytics reports instantly from the WordPress dashboard as PDF files and share them with anyone.', 'google-analytics-for-wordpress' ),
2977
 
2978
- // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputEmailSummaries-Lite.vue:17
2979
- __( 'Our email summaries feature sends a weekly summary of the most important site analytics information.', 'google-analytics-for-wordpress' ),
2980
 
2981
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWpforms.vue:42
2982
- __( 'Used on over 4,000,000 websites!', 'google-analytics-for-wordpress' ),
2983
 
2984
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:93
2985
- __( '+ Add Role', 'google-analytics-for-wordpress' ),
2986
 
2987
- // Reference: src/modules/popular-posts/components/PopularPostsUpgradeOverlay.vue:23
2988
- __( 'Unlock with %s', 'google-analytics-for-wordpress' ),
2989
 
2990
- // Reference: src/modules/reports/components/monsterinsights-ReportsPdfExport-Lite.vue:42
2991
- __( 'Export PDF Report', 'google-analytics-for-wordpress' ),
2992
 
2993
- // Reference: src/modules/reports/components/monsterinsights-ReportsPdfExport-Lite.vue:50
2994
- __( 'You can export PDF reports only in the PRO version.', 'google-analytics-for-wordpress' ),
2995
 
2996
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:75
2997
  __( 'Display Method', 'google-analytics-for-wordpress' ),
@@ -3035,19 +2946,26 @@ $generated_i18n_strings = array(
3035
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:90
3036
  __( '%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using our Shortcode', 'google-analytics-for-wordpress' ),
3037
 
3038
- // Reference: src/modules/settings/components/input/tab-engagement/SettingsInputEUCompliance-Lite.vue:29
3039
- __( 'Compatibility mode', 'google-analytics-for-wordpress' ),
3040
 
3041
- // Reference: src/modules/settings/components/input/tab-engagement/SettingsInputEUCompliance-Lite.vue:30
3042
- __( 'Enable _gtagTracker Compatibility', 'google-analytics-for-wordpress' ),
3043
 
3044
- // Reference: src/modules/settings/components/input/tab-engagement/SettingsInputEUCompliance-Lite.vue:32
3045
- /* Translators: Placeholder gets replaced with default GA js function. */
3046
- __( 'This enables MonsterInsights to work with plugins that use %1$s and don\'t support %2$s', 'google-analytics-for-wordpress' ),
3047
 
3048
- // Reference: src/modules/reports/components/reports-overview/monsterinsights-ReportOverviewDatePicker-Lite.vue:50
3049
- /* Translators: Placeholder adds a line break. */
3050
- __( 'You can customize your %sdate range only in the PRO version.', 'google-analytics-for-wordpress' ),
 
 
 
 
 
 
 
 
3051
 
3052
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:101
3053
  __( 'Automatic Placement', 'google-analytics-for-wordpress' ),
@@ -3104,6 +3022,105 @@ $generated_i18n_strings = array(
3104
  __( 'Learn how to insert the Popular Posts Widget into a Sidebar. To style this widget use the Customize Design panel above.', 'google-analytics-for-wordpress' ),
3105
 
3106
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:129
3107
- __( 'Watch Video - How to Add the Popular Posts widget using Widgets', 'google-analytics-for-wordpress' )
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3108
  );
3109
  /* THIS IS THE END OF THE GENERATED FILE */
10
  // Reference: src/plugins/monsterinsights-wizard-helper-plugin.js:13
11
  __( 'Loading settings', 'google-analytics-for-wordpress' ),
12
 
 
13
  // Reference: src/modules/reports/components/ReportReAuth.vue:45
14
  // Reference: src/modules/widget/components/WidgetReportError.vue:25
 
15
  __( 'Error', 'google-analytics-for-wordpress' ),
16
 
17
  // Reference: src/plugins/monsterinsights-frontend-helper-plugin.js:14
20
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:129
21
  __( 'Loading new report data', 'google-analytics-for-wordpress' ),
22
 
23
+ // Reference: src/components/TheAppFTPForm.vue:110
24
  __( 'Please wait...', 'google-analytics-for-wordpress' ),
25
 
26
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:143
27
  /* Translators: Adds an arrow icon. */
28
  __( 'Continue %s', 'google-analytics-for-wordpress' ),
29
 
30
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:236
31
  __( 'Unlock the Publishers Report and Focus on the Content that Matters', 'google-analytics-for-wordpress' ),
32
 
33
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:237
34
  __( 'Stop guessing about what content your visitors are interested in. MonsterInsights Publisher Report shows you exactly which content gets the most visits, so you can analyze and optimize it for higher conversions.', 'google-analytics-for-wordpress' ),
35
 
36
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:248
37
  __( 'Unlock the Publishers Report and Focus on the Content That Matters', 'google-analytics-for-wordpress' ),
38
 
39
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:249
40
  __( 'Stop guessing about what content your visitors are interested in. The Publisher Report shows you exactly which content gets the most traffic, so you can analyze and optimize it for higher conversions.', 'google-analytics-for-wordpress' ),
41
 
42
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:260
43
  __( 'Unlock the eCommerce Report and See Your Important Store Metrics', 'google-analytics-for-wordpress' ),
44
 
45
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:261
46
  __( 'Increase your sales & revenue with insights. MonsterInsights answers all your top eCommerce questions using metrics like total revenue, conversion rate, average order value, top products, top referral sources and more.', 'google-analytics-for-wordpress' ),
47
 
48
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:274
49
  __( 'Unlock the Dimensions Report and Track Your Own Custom Data', 'google-analytics-for-wordpress' ),
50
 
51
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:275
52
  __( 'Decide what data is important using your own custom tracking parameters. The Dimensions report allows you to easily see what\'s working right inside your WordPress dashboard.', 'google-analytics-for-wordpress' ),
53
 
54
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:285
55
  __( 'Unlock the Forms Report and Improve Conversions', 'google-analytics-for-wordpress' ),
56
 
57
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:286
58
  __( 'Easily track your form views and conversions. The Forms Report allows you to see which forms are performing better and which forms have lower conversion rates so you can optimize using real data.', 'google-analytics-for-wordpress' ),
59
 
60
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:294
61
  __( 'Unlock the Search Console Report and See How People Find Your Website', 'google-analytics-for-wordpress' ),
62
 
63
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:295
64
  __( 'See exactly how people find your website, which keywords they searched for, how many times the results were viewed, and more.', 'google-analytics-for-wordpress' ),
65
 
66
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:304
67
  __( 'Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time', 'google-analytics-for-wordpress' ),
68
 
69
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:305
70
  __( 'Track the results of your marketing efforts and product launches as-it-happens right from your WordPress site. The Real-Time report allows you to view your traffic sources and visitors activity when you need it.', 'google-analytics-for-wordpress' ),
71
 
72
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:188
172
  __( 'Insights', 'google-analytics-for-wordpress' ),
173
 
174
  // Reference: src/modules/reports/routes/index.js:25
175
+ // Reference: src/modules/widget/store/index.js:14
176
+ // Reference: src/modules/widget/widget.vue:25
177
  __( 'Overview Report', 'google-analytics-for-wordpress' ),
178
 
179
  // Reference: src/modules/settings/components/SettingsFirstTImeNotice.vue:41
180
+ // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:125
181
  __( 'Welcome to MonsterInsights', 'google-analytics-for-wordpress' ),
182
 
183
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:126
201
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:132
202
  __( 'See All Features', 'google-analytics-for-wordpress' ),
203
 
204
+ // Reference: src/modules/frontend/components/FrontendUpsell-Lite.vue:11
205
  // Reference: src/modules/reports/components/reports-overview/monsterinsights-ReportOverviewDatePicker-Lite.vue:51
206
  __( 'Upgrade to PRO', 'google-analytics-for-wordpress' ),
207
 
208
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:134
209
  __( 'per year', 'google-analytics-for-wordpress' ),
210
 
211
+ // Reference: src/modules/addons/components/AddonButton.vue:27
212
+ // Reference: src/modules/reports/components/reports-overview/ReportOverviewUpsellMobile-Lite.vue:22
213
  __( 'Upgrade Now', 'google-analytics-for-wordpress' ),
214
 
215
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:136
263
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:181
264
  __( 'Ecommerce Report', 'google-analytics-for-wordpress' ),
265
 
266
+ // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:182
267
  __( 'Form Conversions', 'google-analytics-for-wordpress' ),
268
 
269
  // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:153
270
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabConversions-Lite.vue:35
271
  __( 'Custom Dimensions', 'google-analytics-for-wordpress' ),
272
 
273
+ // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:184
274
  __( 'Author Tracking', 'google-analytics-for-wordpress' ),
275
 
276
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabConversions-Lite.vue:33
343
  /* Translators: Placeholder is replaced with WPForms. */
344
  __( 'Recommended Plugin: %s', 'google-analytics-for-wordpress' ),
345
 
346
+ // Reference: src/modules/addons/components/AddonButton.vue:51
 
347
  __( 'Install', 'google-analytics-for-wordpress' ),
348
 
349
+ // Reference: src/modules/addons/components/AddonButton.vue:47
 
350
  __( 'Activate', 'google-analytics-for-wordpress' ),
351
 
352
  // Reference: src/modules/frontend/components/FrontendNoAuth.vue:27
 
353
  __( 'Learn More', 'google-analytics-for-wordpress' ),
354
 
355
  // Reference: src/components/TheQuickLinks.vue:31
383
  __( 'There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating.', 'google-analytics-for-wordpress' ),
384
 
385
  // Reference: src/modules/reports/components/ReportReAuth.vue:21
 
386
  __( 'Reconnect MonsterInsights', 'google-analytics-for-wordpress' ),
387
 
388
  // Reference: src/modules/reports/components/ReportReAuth.vue:30
 
389
  __( 'Re-Authenticating', 'google-analytics-for-wordpress' ),
390
 
391
  // Reference: src/modules/reports/components/ReportReAuth.vue:47
 
392
  __( 'Ok', 'google-analytics-for-wordpress' ),
393
 
394
  // Reference: src/modules/widget/components/monsterinsights-WidgetSettings-Lite.vue:19
401
  // Reference: src/modules/reports/routes/index.js:33
402
  __( 'Publishers Report', 'google-analytics-for-wordpress' ),
403
 
404
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportEcommerce-Lite.vue:23
405
  // Reference: src/modules/reports/routes/index.js:41
406
  __( 'eCommerce Report', 'google-analytics-for-wordpress' ),
407
 
411
  // Reference: src/modules/reports/routes/index.js:57
412
  __( 'Dimensions Report', 'google-analytics-for-wordpress' ),
413
 
 
414
  // Reference: src/modules/reports/routes/index.js:65
415
  __( 'Forms Report', 'google-analytics-for-wordpress' ),
416
 
417
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:51
418
  // Reference: src/modules/reports/routes/index.js:73
419
  __( 'Real-Time Report', 'google-analytics-for-wordpress' ),
420
 
423
  // Reference: src/modules/reports/routes/index.js:85
424
  __( '2019 Year in Review', 'google-analytics-for-wordpress' ),
425
 
426
+ // Reference: src/modules/about/components/AboutNavigation-Lite.vue:15
427
+ // Reference: src/modules/settings/routes/network.js:35
428
  __( 'About Us', 'google-analytics-for-wordpress' ),
429
 
430
+ // Reference: src/modules/about/components/AboutNavigation-Lite.vue:16
431
+ // Reference: src/modules/settings/routes/network.js:43
432
  __( 'Getting Started', 'google-analytics-for-wordpress' ),
433
 
434
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:52
435
  __( 'Lite vs Pro', 'google-analytics-for-wordpress' ),
436
 
437
  // Reference: src/modules/settings/routes/site.js:35
440
  // Reference: src/modules/settings/routes/site.js:43
441
  __( 'Engagement', 'google-analytics-for-wordpress' ),
442
 
443
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportEcommerce-Lite.vue:22
444
  __( 'eCommerce', 'google-analytics-for-wordpress' ),
445
 
446
  // Reference: src/modules/settings/routes/site.js:59
452
  // Reference: src/modules/settings/routes/site.js:75
453
  __( 'Advanced', 'google-analytics-for-wordpress' ),
454
 
455
+ // Reference: src/modules/tools/components/ToolsNavigation.vue:15
456
  __( 'URL Builder', 'google-analytics-for-wordpress' ),
457
 
458
+ // Reference: src/modules/tools/components/ToolsNavigation.vue:14
459
  __( 'Import Export', 'google-analytics-for-wordpress' ),
460
 
461
  // Reference: src/modules/wizard-onboarding/components/TheWizardHeader.vue:24
545
  // Reference: src/modules/reports/components/ReportNoAuth.vue:26
546
  __( 'MonsterInsights makes it "effortless" for you to connect your site with Google Analytics and see reports right here in the WordPress dashboard.', 'google-analytics-for-wordpress' ),
547
 
548
+ // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:57
549
  __( 'Launch Setup Wizard', 'google-analytics-for-wordpress' ),
550
 
551
  // Reference: src/modules/reports/components/ReportNoAuth.vue:28
552
  __( 'Please ask your webmaster to connect MonsterInsights to Google Analytics.', 'google-analytics-for-wordpress' ),
553
 
554
+ // Reference: src/modules/reports/components/monsterinsights-ReportsNavigation.vue:44
555
  __( 'Publishers', 'google-analytics-for-wordpress' ),
556
 
557
  // Reference: src/modules/reports/components/monsterinsights-ReportsNavigation.vue:46
558
  __( 'Search Console', 'google-analytics-for-wordpress' ),
559
 
560
+ // Reference: src/modules/reports/components/monsterinsights-ReportsNavigation.vue:47
561
  __( 'Dimensions', 'google-analytics-for-wordpress' ),
562
 
563
  // Reference: src/modules/reports/components/monsterinsights-ReportsNavigation.vue:48
652
  // Reference: src/modules/reports/store/actions.js:212
653
  __( 'Please wait', 'google-analytics-for-wordpress' ),
654
 
655
+ // Reference: src/modules/reports/store/actions.js:52
656
  __( 'activate', 'google-analytics-for-wordpress' ),
657
 
658
+ // Reference: src/modules/reports/store/actions.js:52
659
  __( 'install', 'google-analytics-for-wordpress' ),
660
 
661
+ // Reference: src/modules/reports/store/actions.js:56
662
  __( 'Visit addons page', 'google-analytics-for-wordpress' ),
663
 
664
  // Reference: src/modules/reports/store/actions.js:64
697
  __( 'Sessions', 'google-analytics-for-wordpress' ),
698
 
699
  // Reference: src/modules/frontend/components/monsterinsights-FrontendStatsGeneral.vue:31
700
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:300
701
  // Reference: src/modules/widget/components/reports/monsterinsights-WidgetReportOverview-Lite.vue:65
702
  __( 'Pageviews', 'google-analytics-for-wordpress' ),
703
 
720
  // Reference: src/modules/widget/components/WidgetReportsLink.vue:18
721
  __( 'Go to the Analytics Dashboard', 'google-analytics-for-wordpress' ),
722
 
723
+ // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:45
724
  __( 'License Key', 'google-analytics-for-wordpress' ),
725
 
726
  // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:47
727
  /* Translators: Add link to retrieve license key from account. */
728
  __( 'Add your MonsterInsights license key from the email receipt or account area. %1$sRetrieve your license key%2$s.', 'google-analytics-for-wordpress' ),
729
 
730
+ // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:48
731
  __( 'Google Authentication', 'google-analytics-for-wordpress' ),
732
 
733
+ // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:49
734
  __( 'Connect Google Analytics + WordPress', 'google-analytics-for-wordpress' ),
735
 
736
+ // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:50
737
  __( 'You will be taken to the MonsterInsights website where you\'ll need to connect your Analytics account.', 'google-analytics-for-wordpress' ),
738
 
739
+ // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:51
740
  __( 'Miscellaneous', 'google-analytics-for-wordpress' ),
741
 
742
+ // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:53
743
  __( 'Hides plugin announcements and update details. This includes critical notices we use to inform about deprecations and important required configuration changes.', 'google-analytics-for-wordpress' ),
744
 
745
+ // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:54
746
  __( 'Hide Announcements', 'google-analytics-for-wordpress' ),
747
 
748
  // Reference: src/modules/addons/monsterinsights-addons-Lite.vue:40
761
  /* Translators: Make text green. */
762
  __( 'Upgrade to Pro to unlock addons and other great features. As a valued MonsterInsights Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout!', 'google-analytics-for-wordpress' ),
763
 
764
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEcommerce-Lite.vue:33
765
  __( 'Upgrade to MonsterInsights Pro', 'google-analytics-for-wordpress' ),
766
 
767
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:105
 
768
  /* Translators: placeholders make text small. */
769
  __( 'Yes (recommended) %1$s- Get the latest features, bugfixes, and security updates as they are released.%2$s', 'google-analytics-for-wordpress' ),
770
 
771
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:110
 
772
  /* Translators: placeholders make text small. */
773
  __( 'Minor only %1$s- Get bugfixes and security updates, but not major features.%2$s', 'google-analytics-for-wordpress' ),
774
 
775
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:115
 
776
  /* Translators: placeholders make text small. */
777
  __( 'None %1$s- Manually update everything.%2$s', 'google-analytics-for-wordpress' ),
778
 
779
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:81
 
780
  __( 'Automatic Updates', 'google-analytics-for-wordpress' ),
781
 
782
+ // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:55
783
  __( 'Setup Wizard', 'google-analytics-for-wordpress' ),
784
 
785
+ // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:56
786
  __( 'Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks).', 'google-analytics-for-wordpress' ),
787
 
788
  // Reference: src/modules/widget/components/reports/monsterinsights-WidgetReportOverview-Lite.vue:64
789
  /* Translators: Line break. */
790
  __( 'Unique %s Sessions', 'google-analytics-for-wordpress' ),
791
 
792
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:63
793
+ /* Translators: Number of unique pageviews. */
794
  __( 'Unique %s Pageviews', 'google-analytics-for-wordpress' ),
795
 
796
  // Reference: src/modules/widget/components/reports/monsterinsights-WidgetReportOverview-Lite.vue:68
1041
  // Reference: src/modules/about/components/monsterinsights-AboutTabGettingStarted.vue:84
1042
  __( 'More advanced features', 'google-analytics-for-wordpress' ),
1043
 
1044
+ // Reference: src/modules/about/components/monsterinsights-AboutTabGettingStarted.vue:86
1045
  // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:57
1046
  __( 'Get MonsterInsights Pro Today and Unlock all the Powerful Features', 'google-analytics-for-wordpress' ),
1047
 
1048
+ // Reference: src/modules/about/components/monsterinsights-AboutTabGettingStarted.vue:88
1049
  // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:59
1050
  /* Translators: Makes text green. */
1051
  __( 'Bonus: MonsterInsights Lite users get %1$s50%% off regular price%2$s, automatically applied at checkout.', 'google-analytics-for-wordpress' ),
1263
  __( 'Average Age', 'google-analytics-for-wordpress' ),
1264
 
1265
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:106
1266
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:101
1267
  __( 'Behavior', 'google-analytics-for-wordpress' ),
1268
 
1269
  // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:286
1539
  // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:141
1540
  __( 'View Top Landing/Exit Pages, Top Links, Demographics & Interests data and more', 'google-analytics-for-wordpress' ),
1541
 
1542
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:156
1543
  __( 'Not Available', 'google-analytics-for-wordpress' ),
1544
 
1545
  // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:157
1786
  __( 'Can\'t deauthenticate. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
1787
 
1788
  // Reference: src/modules/license/api/index.js:149
1789
+ // Reference: src/modules/wizard-onboarding/api/index.js:22
1790
  __( 'You appear to be offline.', 'google-analytics-for-wordpress' ),
1791
 
1792
  // Reference: src/modules/settings/api/index.js:73
1888
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWpforms.vue:45
1889
  __( 'Continue & Install WPForms', 'google-analytics-for-wordpress' ),
1890
 
1891
+ // Reference: src/modules/addons/components/AddonButton.vue:39
1892
  __( 'Installing...', 'google-analytics-for-wordpress' ),
1893
 
1894
  // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepSuccess.vue:31
1941
  // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:75
1942
  __( 'Warning: If you use a manual UA code, you won\'t be able to use any of the reporting and some of the tracking features. Your UA code should look like UA-XXXXXX-XX where the X\'s are numbers.', 'google-analytics-for-wordpress' ),
1943
 
1944
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWelcome.vue:34
1945
  __( 'Save and Continue', 'google-analytics-for-wordpress' ),
1946
 
1947
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:81
2031
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:92
2032
  __( 'Enhanced Link Attribution is enabled the moment you set up MonsterInsights', 'google-analytics-for-wordpress' ),
2033
 
2034
+ // Reference: src/modules/addons/components/AddonButton.vue:31
2035
  __( 'Activating...', 'google-analytics-for-wordpress' ),
2036
 
2037
+ // Reference: src/modules/addons/components/AddonButton.vue:35
2038
  __( 'Deactivating...', 'google-analytics-for-wordpress' ),
2039
 
2040
+ // Reference: src/modules/addons/components/AddonButton.vue:43
2041
  __( 'Deactivate', 'google-analytics-for-wordpress' ),
2042
 
2043
  // Reference: src/modules/addons/components/monsterinsights-AddonBlock.vue:43
2075
  // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:28
2076
  __( 'Banner Ads', 'google-analytics-for-wordpress' ),
2077
 
2078
+ // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:31
2079
  // Reference: src/modules/settings/components/input/tab-publisher/monsterinsights-SettingsInputAmp-Lite.vue:22
2080
  __( 'Google AMP', 'google-analytics-for-wordpress' ),
2081
 
2146
  // Reference: src/modules/settings/components/input/SettingsInputText.vue:47
2147
  __( 'The value entered does not match the required format', 'google-analytics-for-wordpress' ),
2148
 
2149
+ // Reference: src/modules/popular-posts/components/PopularPostsUpgradeOverlay.vue:24
2150
+ // Reference: src/modules/settings/components/SettingsAddonUpgrade.vue:37
2151
+ // Reference: src/modules/settings/components/input/tab-engagement/SettingsInputEUCompliance-Lite.vue:26
2152
  __( 'Upgrade', 'google-analytics-for-wordpress' ),
2153
 
2154
  // Reference: src/modules/settings/components/input/tab-engagement/SettingsInputEUCompliance-Lite.vue:27
2207
  /* Translators: Make text green. */
2208
  __( 'Upgrade to Pro and unlock addons and other great features. %1$sSave 50%% automatically!%2$s', 'google-analytics-for-wordpress' ),
2209
 
2210
+ // Reference: src/modules/settings/components/input/tab-general/SettingsInputUsageTracking-Lite.vue:27
2211
  __( 'Usage Tracking', 'google-analytics-for-wordpress' ),
2212
 
2213
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputUsageTracking-Lite.vue:28
2214
  __( 'Allow Usage Tracking', 'google-analytics-for-wordpress' ),
2215
 
2216
+ // Reference: src/modules/settings/components/input/tab-general/SettingsInputUsageTracking-Lite.vue:29
2217
  __( 'By allowing us to track usage data we can better help you because we know with which WordPress configurations, themes and plugins we should test.', 'google-analytics-for-wordpress' ),
2218
 
2219
+ // Reference: src/modules/settings/components/input/tab-general/SettingsInputUsageTracking-Lite.vue:31
2220
  /* Translators: Add links to documentation. */
2221
  __( 'Complete documentation on usage tracking is available %1$shere%2$s.', 'google-analytics-for-wordpress' ),
2222
 
2262
  // Reference: src/modules/reports/components/ReportInfobox.vue:56
2263
  __( 'No change', 'google-analytics-for-wordpress' ),
2264
 
2265
+ // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:116
2266
  __( 'Authenticating', 'google-analytics-for-wordpress' ),
2267
 
2268
  // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:170
2277
  // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:221
2278
  __( 'You\'ve disconnected your site from MonsterInsights. Your site is no longer being tracked by Google Analytics and you won\'t see reports anymore.', 'google-analytics-for-wordpress' ),
2279
 
2280
+ // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:67
2281
  __( 'Connect MonsterInsights', 'google-analytics-for-wordpress' ),
2282
 
2283
  // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:68
2289
  // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:71
2290
  __( 'Active Profile', 'google-analytics-for-wordpress' ),
2291
 
2292
+ // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:72
2293
  __( 'Your website profile has been set at the network level of your WordPress Multisite.', 'google-analytics-for-wordpress' ),
2294
 
2295
+ // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:73
2296
  __( 'If you would like to use a different profile for this subsite, you can authenticate below.', 'google-analytics-for-wordpress' ),
2297
 
2298
  // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:76
2331
  // Reference: src/components/TheAppFTPForm.vue:99
2332
  __( 'Cancel', 'google-analytics-for-wordpress' ),
2333
 
2334
+ // Reference: src/modules/reports/components/ReportTableBox.vue:65
 
2335
  __( 'Show', 'google-analytics-for-wordpress' ),
2336
 
2337
  // Reference: src/modules/settings/components/input/SettingsInputSelect.vue:62
2390
  /* Translators: Placeholders are used for making text bold and adding a link. */
2391
  __( 'You\'re using %1$s%2$s Lite%3$s. To unlock more features consider %4$supgrading to Pro%5$s.', 'google-analytics-for-wordpress' ),
2392
 
2393
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:335
2394
+ __( 'Today', 'google-analytics-for-wordpress' ),
2395
+
2396
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemePreview.vue:67
2397
+ __( 'Yesterday', 'google-analytics-for-wordpress' ),
2398
+
2399
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:347
2400
+ __( 'Last Week', 'google-analytics-for-wordpress' ),
2401
+
2402
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:353
2403
+ __( 'Last Month', 'google-analytics-for-wordpress' ),
2404
+
2405
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:359
2406
+ __( 'Last 7 days', 'google-analytics-for-wordpress' ),
2407
+
2408
+ // Reference: src/modules/reports/components/reports-overview/monsterinsights-ReportOverviewDatePicker-Lite.vue:48
2409
+ __( 'Last 30 days', 'google-analytics-for-wordpress' ),
2410
+
2411
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:315
2412
  __( 'Unlock the Site Speed Report and Improve the Performance of Your Site', 'google-analytics-for-wordpress' ),
2413
 
2414
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:316
2415
  __( 'See How Your Homepage Performs According to Google’s Own Criteria and See How You Can Improve to Increase Your Ranking', 'google-analytics-for-wordpress' ),
2416
 
2417
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:318
2426
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:321
2427
  __( 'Learn How to Improve the Core Metrics that Google Uses to Rank Your Site', 'google-analytics-for-wordpress' ),
2428
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2429
  // Reference: src/plugins/monsterinsights-compatibility-plugin.js:27
2430
  /* Translators: Current WordPress version. */
2431
  __( 'MonsterInsights has detected that your site is running an outdated version of WordPress (%s). MonsterInsights will stop supporting WordPress versions lower than 4.9 in 2020. Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install.', 'google-analytics-for-wordpress' ),
2456
  // Reference: src/modules/settings/routes/site.js:180
2457
  __( 'Settings', 'google-analytics-for-wordpress' ),
2458
 
 
 
 
 
 
 
2459
  // Reference: src/modules/notifications/components/monsterinsights-Notifications.vue:75
2460
  __( 'Inbox', 'google-analytics-for-wordpress' ),
2461
 
2477
  // Reference: src/modules/notifications/components/monsterinsights-Notifications.vue:81
2478
  __( 'No Notifications', 'google-analytics-for-wordpress' ),
2479
 
2480
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:121
2481
+ __( 'Headline Analyzer', 'google-analytics-for-wordpress' ),
 
 
 
 
 
 
 
2482
 
2483
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabPublisher.vue:68
2484
+ __( 'The MonsterInsights Headline Analyzer tool in the Gutenberg editor enables you to write irresistible SEO-friendly headlines that drive traffic, social media shares, and rank better in search results.', 'google-analytics-for-wordpress' ),
2485
 
2486
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabPublisher.vue:69
2487
+ __( 'Disable the Headline Analyzer', 'google-analytics-for-wordpress' ),
2488
 
2489
+ // Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:45
2490
+ __( 'Caching', 'google-analytics-for-wordpress' ),
2491
 
2492
+ // Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:46
2493
+ __( 'Enable Data Caching', 'google-analytics-for-wordpress' ),
2494
 
2495
+ // Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:47
2496
+ __( 'Refresh Cache Every', 'google-analytics-for-wordpress' ),
2497
 
2498
+ // Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:48
2499
+ __( 'Choose how often to refresh the cache.', 'google-analytics-for-wordpress' ),
2500
 
2501
+ // Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:49
2502
+ __( 'Enable Ajaxify', 'google-analytics-for-wordpress' ),
2503
 
2504
+ // Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:50
2505
+ __( 'Ajaxify Widget', 'google-analytics-for-wordpress' ),
 
2506
 
2507
+ // Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:51
2508
+ __( 'Use to bypass page caching.', 'google-analytics-for-wordpress' ),
2509
 
2510
+ // Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:52
2511
+ __( 'Empty Cache', 'google-analytics-for-wordpress' ),
2512
 
2513
+ // Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:54
2514
+ __( 'Click to manually wipe the cache right now.', 'google-analytics-for-wordpress' ),
2515
 
2516
+ // Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:88
2517
+ __( 'Popular posts cache emptied', 'google-analytics-for-wordpress' ),
2518
 
2519
+ // Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:92
2520
+ __( 'Error emptying the popular posts cache. Please try again.', 'google-analytics-for-wordpress' ),
2521
 
2522
+ // Reference: src/modules/tools/components/monsterinsights-ToolsTabImportExport.vue:44
2523
+ __( 'Import settings from another MonsterInsights website.', 'google-analytics-for-wordpress' ),
2524
 
2525
+ // Reference: src/modules/tools/components/monsterinsights-ToolsTabImportExport.vue:46
2526
+ __( 'Export settings to import into another MonsterInsights install.', 'google-analytics-for-wordpress' ),
2527
 
2528
  // Reference: src/modules/tools/components/monsterinsights-ToolsPrettyLinksFlow.vue:83
2529
  __( 'Make your MonsterInsights campaign links prettier with Pretty Links!', 'google-analytics-for-wordpress' ),
2543
  // Reference: src/modules/tools/components/monsterinsights-ToolsPrettyLinksFlow.vue:88
2544
  __( 'Pretty Links Installed & Activated', 'google-analytics-for-wordpress' ),
2545
 
2546
+ // Reference: src/modules/tools/components/monsterinsights-ToolsTabUrlBuilder.vue:192
2547
+ __( 'Download Pretty Links', 'google-analytics-for-wordpress' ),
2548
+
2549
  // Reference: src/modules/tools/components/monsterinsights-ToolsPrettyLinksFlow.vue:90
2550
  __( 'Install Pretty Links from the WordPress.org plugin repository.', 'google-analytics-for-wordpress' ),
2551
 
2564
  // Reference: src/modules/tools/components/monsterinsights-ToolsPrettyLinksFlow.vue:95
2565
  __( 'Grab your campaign link and paste it into the Target URL field.', 'google-analytics-for-wordpress' ),
2566
 
 
 
 
 
 
 
2567
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:105
2568
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:100
2569
  __( 'Choose Theme', 'google-analytics-for-wordpress' ),
2570
 
2571
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:107
2572
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:102
2573
  __( 'Widget Styling', 'google-analytics-for-wordpress' ),
2574
 
2575
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:108
2576
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:103
2577
  __( 'Choose how you want to determine the colors, font sizes and spacing of the widget.', 'google-analytics-for-wordpress' ),
2578
 
2579
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:109
2580
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:104
2581
  __( 'Sort By', 'google-analytics-for-wordpress' ),
2582
 
2583
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:110
2584
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:105
2585
  __( 'Choose how you\'d like the widget to determine your popular posts.', 'google-analytics-for-wordpress' ),
2586
 
2587
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:111
2597
  __( 'Choose where in the post body the widget will be placed.', 'google-analytics-for-wordpress' ),
2598
 
2599
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:115
2600
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:109
2601
  __( 'Include in Post Types', 'google-analytics-for-wordpress' ),
2602
 
2603
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:116
2604
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:110
2605
  __( 'Exclude from specific posts', 'google-analytics-for-wordpress' ),
2606
 
2607
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:118
2608
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:112
2609
  /* Translators: Placeholders make the text bold. */
2610
  __( 'Choose which Post Types the widget %1$sWILL%2$s be placed.', 'google-analytics-for-wordpress' ),
2611
 
2612
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:120
2613
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:114
2614
  /* Translators: Placeholders make the text bold. */
2615
  __( 'Choose from which Posts the widget %1$sWILL NOT%2$s be placed.', 'google-analytics-for-wordpress' ),
2616
 
2617
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:121
2618
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:136
2619
  __( 'Customize Design', 'google-analytics-for-wordpress' ),
2620
 
2621
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:122
2622
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:115
2623
  __( 'Loading Themes', 'google-analytics-for-wordpress' ),
2624
 
2625
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:123
2629
  __( 'Please select at least one post to display.', 'google-analytics-for-wordpress' ),
2630
 
2631
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:129
2632
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:120
2633
  /* Translators: placeholders make text small. */
2634
  __( 'Default Styles %1$s- As seen above.%2$s', 'google-analytics-for-wordpress' ),
2635
 
2636
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:134
2637
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:125
2638
  /* Translators: placeholders make text small. */
2639
  __( 'No Styles %1$s- Use your own CSS.%2$s', 'google-analytics-for-wordpress' ),
2640
 
2641
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:141
2642
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:132
2643
  /* Translators: placeholders make text small. */
2644
  __( 'Comments %1$s- Randomly rotate your most commented on posts from the past 30 days.%2$s', 'google-analytics-for-wordpress' ),
2645
 
2646
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:146
2647
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:137
2648
  /* Translators: placeholders make text small. */
2649
  __( 'SharedCount %1$s- Connect with your SharedCount account to determine popular posts by share count.%2$s', 'google-analytics-for-wordpress' ),
2650
 
2651
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:151
2652
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:142
2653
  /* Translators: placeholders make text small. */
2654
  __( 'Curated %1$s- Choose the posts which will randomly rotate in the widget.%2$s', 'google-analytics-for-wordpress' ),
2655
 
2661
  /* Translators: placeholders make text small. */
2662
  __( 'Manual %1$s- Manually place the widget using Gutenberg blocks or using our shortcode.%2$s', 'google-analytics-for-wordpress' ),
2663
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2664
  // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:106
2665
  __( 'Display Title', 'google-analytics-for-wordpress' ),
2666
 
2670
  // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:108
2671
  __( 'Title your widget and set it’s display preferences.', 'google-analytics-for-wordpress' ),
2672
 
2673
+ // Reference: src/modules/reports/store/actions.js:90
2674
+ __( 'Go Back To Reports', 'google-analytics-for-wordpress' ),
2675
 
2676
+ // Reference: src/modules/reports/store/actions.js:91
2677
+ __( 'Enable Enhanced eCommerce', 'google-analytics-for-wordpress' ),
2678
+
2679
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:93
2680
+ __( '+ Add Role', 'google-analytics-for-wordpress' ),
2681
+
2682
+ // Reference: src/modules/tools/components/monsterinsights-ToolsTabUrlBuilder.vue:189
2683
+ __( 'Copy to Pretty Links', 'google-analytics-for-wordpress' ),
2684
+
2685
+ // Reference: src/modules/tools/components/monsterinsights-ToolsTabUrlBuilder.vue:190
2686
+ __( 'Make your campaign links prettier!', 'google-analytics-for-wordpress' ),
2687
+
2688
+ // Reference: src/modules/tools/components/monsterinsights-ToolsTabUrlBuilder.vue:191
2689
+ __( 'Pretty Links turns those ugly, long campaign links into clean, memorable, speakable and totally shareable links.', 'google-analytics-for-wordpress' ),
2690
 
2691
  // Reference: src/modules/popular-posts/components/input/PopularPostsCacheInterval-Lite.vue:14
2692
  __( 'Days', 'google-analytics-for-wordpress' ),
2710
  // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:112
2711
  __( 'Close', 'google-analytics-for-wordpress' ),
2712
 
2713
+ // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Lite.vue:28
2714
  // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:48
2715
  __( 'Add Top 5 Posts from Google Analytics', 'google-analytics-for-wordpress' ),
2716
 
2724
  /* Translators: Placeholder adds a link to the Popular Posts GA setup instructions doc. */
2725
  __( 'Click this button to run a series of checks that will confirm your setup is completed to load Popular Posts from Google Analytics.', 'google-analytics-for-wordpress' ),
2726
 
2727
+ // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Lite.vue:30
2728
  // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:53
2729
  __( 'Automated + Curated', 'google-analytics-for-wordpress' ),
2730
 
2739
  // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:95
2740
  __( 'Verifying Popular Posts data', 'google-analytics-for-wordpress' ),
2741
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2742
  // Reference: src/modules/popular-posts/components/input/PopularPostsPostsPicker.vue:45
2743
  __( 'Select posts/search', 'google-analytics-for-wordpress' ),
2744
 
2751
  // Reference: src/modules/popular-posts/components/input/PopularPostsPostsPicker.vue:92
2752
  __( 'Can\'t load posts.', 'google-analytics-for-wordpress' ),
2753
 
2754
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:128
2755
+ __( 'Email Summaries', 'google-analytics-for-wordpress' ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2756
 
2757
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:65
2758
+ __( 'Export PDF Reports', 'google-analytics-for-wordpress' ),
2759
 
2760
  // Reference: src/modules/popular-posts/components/input/PopularPostsMultipleEntries-Lite.vue:21
2761
  __( 'Multiple Entries', 'google-analytics-for-wordpress' ),
2778
  // Reference: src/modules/popular-posts/components/input/PopularPostsMultipleEntries-Lite.vue:27
2779
  __( 'Choose the minimum word count for a Post to have multiple entries.', 'google-analytics-for-wordpress' ),
2780
 
2781
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWpforms.vue:42
2782
+ __( 'Used on over 4,000,000 websites!', 'google-analytics-for-wordpress' ),
2783
+
2784
+ // Reference: src/modules/popular-posts/components/PopularPostsProductsUpsell.vue:19
2785
+ __( 'This feature requires MonsterInsights Pro', 'google-analytics-for-wordpress' ),
2786
+
2787
+ // Reference: src/modules/popular-posts/components/PopularPostsProductsUpsell.vue:20
2788
+ __( 'By upgrading you will also get access to advanced eCommerce tracking, Custom Dimensions and more.', 'google-analytics-for-wordpress' ),
2789
+
2790
+ // Reference: src/modules/popular-posts/components/PopularPostsProductsUpsell.vue:21
2791
+ __( 'Upgrade to Pro and Unlock Popular Products', 'google-analytics-for-wordpress' ),
2792
+
2793
+ // Reference: src/modules/popular-posts/components/PopularPostsProductsUpsell.vue:22
2794
+ __( 'View all Pro features', 'google-analytics-for-wordpress' ),
2795
+
2796
  // Reference: src/modules/popular-posts/components/input/PopularPostsThemePicker.vue:70
2797
  /* Translators: Page number of total pages. 1 & 2 make the first part of the text bold. */
2798
  __( '%1$sPage %3$s%2$s of %4$s', 'google-analytics-for-wordpress' ),
2799
 
2800
+ // Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:46
2801
+ __( 'Theme Preview', 'google-analytics-for-wordpress' ),
2802
 
2803
+ // Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:47
2804
+ __( 'Sartorial taxidermy venmo you probably haven\'t heard of them, tofu fingerstache ethical pickled hella ramps vice snackwave seitan typewriter tofu.', 'google-analytics-for-wordpress' ),
2805
 
2806
+ // Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:48
2807
+ __( 'Austin typewriter heirloom distillery twee migas wayfarers. Fingerstache master cleanse quinoa humblebrag, iPhone taxidermy snackwave seitan typewriter tofu organic affogato kitsch. Artisan', 'google-analytics-for-wordpress' ),
2808
 
2809
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:138
2810
+ __( 'Color', 'google-analytics-for-wordpress' ),
2811
 
2812
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:139
2813
+ __( 'Size', 'google-analytics-for-wordpress' ),
2814
 
2815
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:137
2816
+ __( 'Title', 'google-analytics-for-wordpress' ),
2817
 
2818
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:142
2819
+ __( 'Label', 'google-analytics-for-wordpress' ),
2820
+
2821
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:143
2822
+ __( 'Background', 'google-analytics-for-wordpress' ),
2823
+
2824
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:140
2825
+ __( 'Border', 'google-analytics-for-wordpress' ),
2826
 
2827
+ // Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:55
2828
  __( 'Icon', 'google-analytics-for-wordpress' ),
2829
 
2830
  // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Lite.vue:29
2834
  /* Translators: Placeholder adds a link to the Custom Dimensions settings. */
2835
  __( 'Automatically add the top 5 Posts from the past 30 days to your Curated list of Posts using Custom Dimensions (Pro version required. %1$sUpgrade now%2$s).', 'google-analytics-for-wordpress' ),
2836
 
2837
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:131
2838
+ __( 'Get weekly traffic reports directly in your inbox.', 'google-analytics-for-wordpress' ),
2839
+
2840
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:144
2841
+ __( 'Popular Posts', 'google-analytics-for-wordpress' ),
2842
+
2843
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:147
2844
+ __( 'Basic Options', 'google-analytics-for-wordpress' ),
2845
+
2846
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:148
2847
+ __( 'Order Popular Posts by comments or shares with 3 simple theme choices.', 'google-analytics-for-wordpress' ),
2848
+
2849
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:149
2850
+ __( 'Dynamic Popular Posts & Popular Products', 'google-analytics-for-wordpress' ),
2851
+
2852
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:150
2853
+ __( 'Display Popular Posts based on your actual traffic data from Google Analytics and choose from over 20 advanced themes. Display Popular WooCommerce products using widgets or Gutenberg blocks.', 'google-analytics-for-wordpress' ),
2854
+
2855
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:158
2856
+ __( 'Track and measure by the Author, Post Type, Category, Tag, SEO Score, Focus Keyword, Logged-in User, User ID and Published Time of each post and page', 'google-analytics-for-wordpress' ),
2857
+
2858
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:76
2859
+ /* Translators: Adds a link to the documentation. */
2860
+ __( 'Adds the Enhanced Link Attribution (retain link) code to improve the accuracy of your In-Page Analytics report by automatically differentiating between multiple links to the same URL on a single page by using link element IDs.', 'google-analytics-for-wordpress' ),
2861
+
2862
  // Reference: src/modules/settings/components/input/SettingsInputNumber.vue:58
2863
  /* Translators: Minimum and maximum number that can be used. */
2864
  __( 'Please enter a value between %1$s and %2$s', 'google-analytics-for-wordpress' ),
2877
  // Reference: src/modules/settings/components/input/SettingsInputNumber.vue:64
2878
  __( 'Value has to be a round number', 'google-analytics-for-wordpress' ),
2879
 
2880
+ // Reference: src/modules/popular-posts/components/input/PopularPostsSharedCount.vue:31
2881
+ __( 'SharedCount API Key', 'google-analytics-for-wordpress' ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2882
 
2883
+ // Reference: src/modules/popular-posts/components/input/PopularPostsSharedCount.vue:32
2884
+ __( 'Insert your sharedcount API key found in your %1$sSettings%2$s panel. After, click Start Indexing.', 'google-analytics-for-wordpress' ),
 
2885
 
2886
+ // Reference: src/modules/popular-posts/components/input/PopularPostsSharedCount.vue:33
2887
+ __( 'Start Indexing', 'google-analytics-for-wordpress' ),
2888
 
2889
+ // Reference: src/modules/popular-posts/components/input/PopularPostsSharedCount.vue:37
2890
+ __( '%1$sIndex Progress: %2$s%%.%3$s You may leave this page during indexing.', 'google-analytics-for-wordpress' ),
2891
 
2892
+ // Reference: src/modules/popular-posts/components/input/PopularPostsSharedCount.vue:38
2893
+ __( 'Indexing completed, counts will update automatically every day.', 'google-analytics-for-wordpress' ),
2894
 
2895
+ // Reference: src/modules/settings/components/input/SettingsInputRepeater.vue:54
2896
+ __( 'You can add maximum 5 items.', 'google-analytics-for-wordpress' ),
2897
 
2898
+ // Reference: src/modules/settings/components/input/SettingsInputRepeater.vue:58
2899
+ __( 'At least 0 item required.', 'google-analytics-for-wordpress' ),
2900
 
2901
+ // Reference: src/modules/reports/routes/index.js:81
2902
+ __( 'Site Speed Report', 'google-analytics-for-wordpress' ),
2903
 
2904
+ // Reference: src/modules/reports/routes/index.js:94
2905
+ __( '2020 Year in Review', 'google-analytics-for-wordpress' ),
2906
 
2907
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:75
2908
  __( 'Display Method', 'google-analytics-for-wordpress' ),
2946
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:90
2947
  __( '%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using our Shortcode', 'google-analytics-for-wordpress' ),
2948
 
2949
+ // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputEmailSummaries-Lite.vue:17
2950
+ __( 'Our email summaries feature sends a weekly summary of the most important site analytics information.', 'google-analytics-for-wordpress' ),
2951
 
2952
+ // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputPdfReports-Lite.vue:17
2953
+ __( 'Download the analytics reports instantly from the WordPress dashboard as PDF files and share them with anyone.', 'google-analytics-for-wordpress' ),
2954
 
2955
+ // Reference: src/modules/popular-posts/components/PopularPostsUpgradeOverlay.vue:23
2956
+ __( 'Unlock with %s', 'google-analytics-for-wordpress' ),
 
2957
 
2958
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetCategory-Lite.vue:24
2959
+ __( 'Only Show Posts from These Categories', 'google-analytics-for-wordpress' ),
2960
+
2961
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetCategory-Lite.vue:25
2962
+ __( 'Choose from which categories posts will be displayed in the widget. All categories will be used if left empty.', 'google-analytics-for-wordpress' ),
2963
+
2964
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemePreview.vue:61
2965
+ __( 'Wide', 'google-analytics-for-wordpress' ),
2966
+
2967
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemePreview.vue:62
2968
+ __( 'Narrow', 'google-analytics-for-wordpress' ),
2969
 
2970
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:101
2971
  __( 'Automatic Placement', 'google-analytics-for-wordpress' ),
3022
  __( 'Learn how to insert the Popular Posts Widget into a Sidebar. To style this widget use the Customize Design panel above.', 'google-analytics-for-wordpress' ),
3023
 
3024
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:129
3025
+ __( 'Watch Video - How to Add the Popular Posts widget using Widgets', 'google-analytics-for-wordpress' ),
3026
+
3027
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:141
3028
+ __( 'Author/Date', 'google-analytics-for-wordpress' ),
3029
+
3030
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:144
3031
+ __( 'Wide-Layout Options', 'google-analytics-for-wordpress' ),
3032
+
3033
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:145
3034
+ __( 'Adjust the number of columns displayed when the widget is placed in a wide container.', 'google-analytics-for-wordpress' ),
3035
+
3036
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:146
3037
+ __( 'Display Options', 'google-analytics-for-wordpress' ),
3038
+
3039
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:147
3040
+ __( 'Choose which content you would like displayed in the widget.', 'google-analytics-for-wordpress' ),
3041
+
3042
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:148
3043
+ __( 'Display Author', 'google-analytics-for-wordpress' ),
3044
+
3045
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:149
3046
+ __( 'Display Date', 'google-analytics-for-wordpress' ),
3047
+
3048
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:150
3049
+ __( 'Display Comments', 'google-analytics-for-wordpress' ),
3050
+
3051
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:151
3052
+ __( 'Comments', 'google-analytics-for-wordpress' ),
3053
+
3054
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:152
3055
+ __( 'Post Count', 'google-analytics-for-wordpress' ),
3056
+
3057
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:153
3058
+ __( 'Choose how many posts you’d like displayed in the widget.', 'google-analytics-for-wordpress' ),
3059
+
3060
+ // Reference: src/modules/settings/components/input/tab-engagement/SettingsInputEUCompliance-Lite.vue:29
3061
+ __( 'Compatibility mode', 'google-analytics-for-wordpress' ),
3062
+
3063
+ // Reference: src/modules/settings/components/input/tab-engagement/SettingsInputEUCompliance-Lite.vue:30
3064
+ __( 'Enable _gtagTracker Compatibility', 'google-analytics-for-wordpress' ),
3065
+
3066
+ // Reference: src/modules/settings/components/input/tab-engagement/SettingsInputEUCompliance-Lite.vue:32
3067
+ /* Translators: Placeholder gets replaced with default GA js function. */
3068
+ __( 'This enables MonsterInsights to work with plugins that use %1$s and don\'t support %2$s', 'google-analytics-for-wordpress' ),
3069
+
3070
+ // Reference: src/modules/reports/components/monsterinsights-ReportsNavigation.vue:50
3071
+ __( 'Site Speed', 'google-analytics-for-wordpress' ),
3072
+
3073
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:265
3074
+ __( 'Export PDF Overview Report', 'google-analytics-for-wordpress' ),
3075
+
3076
+ // Reference: src/modules/notifications/components/NotificationsIndicator.vue:19
3077
+ __( 'View notifications', 'google-analytics-for-wordpress' ),
3078
+
3079
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:260
3080
+ __( 'Your 2020 Year in Review is still calculating. Please check back later to see how your website performed last year.', 'google-analytics-for-wordpress' ),
3081
+
3082
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:262
3083
+ __( 'Your 2020 Analytics Report', 'google-analytics-for-wordpress' ),
3084
+
3085
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:264
3086
+ __( 'See how your website performed this year and find tips along the way to help grow even more in 2021!', 'google-analytics-for-wordpress' ),
3087
+
3088
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:274
3089
+ __( 'January 1, 2020 - December 31, 2020', 'google-analytics-for-wordpress' ),
3090
+
3091
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:275
3092
+ __( 'A Tip for 2021', 'google-analytics-for-wordpress' ),
3093
+
3094
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:291
3095
+ __( 'A Tip For 2021', 'google-analytics-for-wordpress' ),
3096
+
3097
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:308
3098
+ __( 'Here\'s to an amazing 2021!', 'google-analytics-for-wordpress' ),
3099
+
3100
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:315
3101
+ __( 'Try our other popular WordPress plugins to grow your website in 2021.', 'google-analytics-for-wordpress' ),
3102
+
3103
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:317
3104
+ __( 'Become a WordPress expert in 2021. Join our amazing communities and take your website to the next level.', 'google-analytics-for-wordpress' ),
3105
+
3106
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:326
3107
+ __( 'Copyright MonsterInsights, 2021', 'google-analytics-for-wordpress' ),
3108
+
3109
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:373
3110
+ __( 'See the top Traffic Sources and Top Pages for the Month of %s in the Overview Report to replicate your success.', 'google-analytics-for-wordpress' ),
3111
+
3112
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:459
3113
+ /* Translators: Number of minutes spent on site. */
3114
+ __( 'Each visitor spent an average of %s minutes on your website in 2020.', 'google-analytics-for-wordpress' ),
3115
+
3116
+ // Reference: src/modules/reports/components/monsterinsights-ReportsPdfExport-Lite.vue:42
3117
+ __( 'Export PDF Report', 'google-analytics-for-wordpress' ),
3118
+
3119
+ // Reference: src/modules/reports/components/monsterinsights-ReportsPdfExport-Lite.vue:50
3120
+ __( 'You can export PDF reports only in the PRO version.', 'google-analytics-for-wordpress' ),
3121
+
3122
+ // Reference: src/modules/reports/components/reports-overview/monsterinsights-ReportOverviewDatePicker-Lite.vue:50
3123
+ /* Translators: Placeholder adds a line break. */
3124
+ __( 'You can customize your %sdate range only in the PRO version.', 'google-analytics-for-wordpress' )
3125
  );
3126
  /* THIS IS THE END OF THE GENERATED FILE */
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.wpbeginner.com/wpbeginner-needs-your-help/
4
  Tags: WordPress analytics, google analytics, google analytics dashboard, google analytics widget, WooCommerce stats, analytics dashboard, universal google analytics, statistics, tracking, stats, google, google analytics by yoast, ga, monster insights, monsterinsights, universal analytics, web stats, ecommerce, ecommerce tracking
5
  Requires at least: 3.8.0
6
  Tested up to: 5.6
7
- Stable tag: 7.16.0
8
  Requires PHP: 5.2
9
  License: GPL v3
10
 
@@ -285,6 +285,10 @@ You can also learn about other <a href="http://www.wpbeginner.com/category/plugi
285
  4. Want more features? <a href="https://www.monsterinsights.com/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion">Purchase MonsterInsights Pro</a>!
286
 
287
  == Changelog ==
 
 
 
 
288
  = 7.16.0: February 11, 2021 =
289
  - New: MonsterInsights is now updated to use Google Global Site Tag (gtag.js) including our exclusive analytics.js compatibility helper that makes existing events integrations work without needing any adjustments.
290
  - Tweak: We made adjustments to ensure future compatibility with PHP8 with our classes.
4
  Tags: WordPress analytics, google analytics, google analytics dashboard, google analytics widget, WooCommerce stats, analytics dashboard, universal google analytics, statistics, tracking, stats, google, google analytics by yoast, ga, monster insights, monsterinsights, universal analytics, web stats, ecommerce, ecommerce tracking
5
  Requires at least: 3.8.0
6
  Tested up to: 5.6
7
+ Stable tag: 7.16.1
8
  Requires PHP: 5.2
9
  License: GPL v3
10
 
285
  4. Want more features? <a href="https://www.monsterinsights.com/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion">Purchase MonsterInsights Pro</a>!
286
 
287
  == Changelog ==
288
+ = 7.16.1: February 17, 2021 =
289
+ - Tweak: We made an adjustment to our gtag.js compatibility layer to improve support for all analytics.js event sending syntax.
290
+ - Fix: We fixed an issue with lightbox scripts using images hosted on external CDN servers.
291
+
292
  = 7.16.0: February 11, 2021 =
293
  - New: MonsterInsights is now updated to use Google Global Site Tag (gtag.js) including our exclusive analytics.js compatibility helper that makes existing events integrations work without needing any adjustments.
294
  - Tweak: We made adjustments to ensure future compatibility with PHP8 with our classes.